SOURCES: xpcd-dirs.patch - updated for X11R7

qboosh qboosh at pld-linux.org
Wed Oct 18 00:59:02 CEST 2006


Author: qboosh                       Date: Tue Oct 17 22:59:02 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated for X11R7

---- Files affected:
SOURCES:
   xpcd-dirs.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/xpcd-dirs.patch
diff -u SOURCES/xpcd-dirs.patch:1.1 SOURCES/xpcd-dirs.patch:1.2
--- SOURCES/xpcd-dirs.patch:1.1	Mon Apr 12 16:18:33 2004
+++ SOURCES/xpcd-dirs.patch	Wed Oct 18 00:58:57 2006
@@ -14,7 +14,7 @@
 -x11_incdir=$(DESTDIR)@x_includes@/X11
 +datadir=$(prefix)/share
 +pixmapsdir=$(DESTDIR)/usr/share/pixmaps
-+appdefsdir=$(DESTDIR)/usr/X11R6/lib/X11/app-defaults
++xdatadir=$(DESTDIR)/usr/share/X11
  gimpplugindir=$(DESTDIR)@GIMP_PLUGIN_DIR@
  
  CC=@CC@
@@ -38,7 +38,7 @@
 -	$(MKDIR) $(x11_libdir)/app-defaults
 -	$(MKDIR) $(x11_incdir)/pixmaps
 +	$(MKDIR) $(datadir)/xpcd
-+	$(MKDIR) $(appdefsdir)
++	$(MKDIR) $(xdatadir)/app-defaults
 +	$(MKDIR) $(pixmapsdir)
  	$(INSTALL_PROGRAM) xpcd $(bindir)/xpcd
  	$(INSTALL_DATA) $(srcdir)/xpcd.man $(mandir)/man1/xpcd.1
@@ -52,13 +52,13 @@
 +		$(pixmapsdir)/xpcd-gray.xpm
  	$(INSTALL_DATA) Xpcd-2.ad					\
 -		$(x11_libdir)/app-defaults/Xpcd-2
-+		$(appdefsdir)/Xpcd-2
++		$(xdatadir)/app-defaults/Xpcd-2
  	for lang in $(XPCD_LANG); do					\
 -		$(MKDIR) $(x11_libdir)/$$lang/app-defaults;		\
-+		$(MKDIR) $(appdefsdir)/$$lang;		\
++		$(MKDIR) $(xdatadir)/$$lang/app-defaults;		\
  		$(INSTALL_DATA) Xpcd-2.$$lang.ad			\
 -			$(x11_libdir)/$$lang/app-defaults/Xpcd-2;	\
-+			$(appdefsdir)/$$lang/Xpcd-2;	\
++			$(xdatadir)/$$lang/app-defaults/Xpcd-2;	\
  	done
  	test -f xpcd-gate &&						\
  		$(MKDIR) $(gimpplugindir) &&				\
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/xpcd-dirs.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list