[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force X.Org X11 SVN commit: r1852 - trunk/lib/libXcursor-X11R7.0-1.1.5.2/debian



Author: vorlon
Date: 2006-04-18 19:29:10 -0400 (Tue, 18 Apr 2006)
New Revision: 1852

Modified:
   trunk/lib/libXcursor-X11R7.0-1.1.5.2/debian/changelog
   trunk/lib/libXcursor-X11R7.0-1.1.5.2/debian/rules
Log:
Append /usr/X11R6/lib/X11/icons to the icon search path for backwards
compatibility.



Modified: trunk/lib/libXcursor-X11R7.0-1.1.5.2/debian/changelog
===================================================================
--- trunk/lib/libXcursor-X11R7.0-1.1.5.2/debian/changelog	2006-04-18 21:54:09 UTC (rev 1851)
+++ trunk/lib/libXcursor-X11R7.0-1.1.5.2/debian/changelog	2006-04-18 23:29:10 UTC (rev 1852)
@@ -1,3 +1,10 @@
+libxcursor (1.1.5.2-4) UNRELEASED; urgency=low
+
+  * Append /usr/X11R6/lib/X11/icons to the icon search path for
+    backwards compatibility.
+
+ -- Steve Langasek <vorlon@debian.org>  Tue, 18 Apr 2006 16:27:59 -0700
+
 libxcursor (1.1.5.2-3) unstable; urgency=low
 
   * Add libxfixes-dev to the depends of libxcursor-dev

Modified: trunk/lib/libXcursor-X11R7.0-1.1.5.2/debian/rules
===================================================================
--- trunk/lib/libXcursor-X11R7.0-1.1.5.2/debian/rules	2006-04-18 21:54:09 UTC (rev 1851)
+++ trunk/lib/libXcursor-X11R7.0-1.1.5.2/debian/rules	2006-04-18 23:29:10 UTC (rev 1852)
@@ -39,6 +39,7 @@
 	mkdir obj-$(DEB_BUILD_GNU_TYPE)
 	cd obj-$(DEB_BUILD_GNU_TYPE) && \
 	../configure --prefix=/usr --mandir=\$${prefix}/share/man \
+	             --with-cursorpath=~/.icons:\$${datadir}/icons:/usr/share/pixmaps:/usr/X11R6/lib/X11/icons \
 	             --infodir=\$${prefix}/share/info $(confflags) \
 	             CFLAGS="$(CFLAGS)" 
 	cd obj-$(DEB_BUILD_GNU_TYPE) && $(MAKE)



Reply to: