SOURCES: foomatic-db-engine-cups.patch (NEW), foomatic-db-engine-d...

patrys patrys at pld-linux.org
Mon Mar 17 18:00:14 CET 2008


Author: patrys                       Date: Mon Mar 17 17:00:14 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- don't require installed cups
- don't add two destdirs to path

---- Files affected:
SOURCES:
   foomatic-db-engine-cups.patch (NONE -> 1.1)  (NEW), foomatic-db-engine-destdir.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/foomatic-db-engine-cups.patch
diff -u /dev/null SOURCES/foomatic-db-engine-cups.patch:1.1
--- /dev/null	Mon Mar 17 18:00:14 2008
+++ SOURCES/foomatic-db-engine-cups.patch	Mon Mar 17 18:00:09 2008
@@ -0,0 +1,15 @@
+--- foomatic-db-engine-3.0-20080317/Makefile.in~	2008-03-17 17:45:02.000000000 +0100
++++ foomatic-db-engine-3.0-20080317/Makefile.in	2008-03-17 17:47:12.470501553 +0100
+@@ -206,10 +206,8 @@
+ #	Link foomatic-ppdfile to the CUPS 1.2 PPD generator directory,
+ #	so that the cups-driverd automatically generates Foomatic PPDs
+ #	on demand (/usr/lib/cups/driver).
+-	if [ -d $(LIB_CUPS) ]; then \
+-	  ${SRC}/mkinstalldirs $(DESTDIR)$(CUPS_DRIVER); \
+-	  ln -sf $(BINDIR)/foomatic-ppdfile $(DESTDIR)$(CUPS_DRIVER)/foomatic; \
+-	fi
++	${SRC}/mkinstalldirs $(DESTDIR)$(CUPS_DRIVER); \
++	ln -sf $(BINDIR)/foomatic-ppdfile $(DESTDIR)$(CUPS_DRIVER)/foomatic; \
+ 
+ install-man: check-config
+ 	${SRC}/mkinstalldirs $(DESTDIR)$(MANDIR)

================================================================
Index: SOURCES/foomatic-db-engine-destdir.patch
diff -u /dev/null SOURCES/foomatic-db-engine-destdir.patch:1.1
--- /dev/null	Mon Mar 17 18:00:14 2008
+++ SOURCES/foomatic-db-engine-destdir.patch	Mon Mar 17 18:00:09 2008
@@ -0,0 +1,11 @@
+--- foomatic-db-engine-3.0-20080317/Makefile.in~	2008-03-17 08:20:03.000000000 +0100
++++ foomatic-db-engine-3.0-20080317/Makefile.in	2008-03-17 17:43:35.485414506 +0100
+@@ -188,7 +188,7 @@
+ #	$(DESTDIR) properly
+ 	( cd lib && \
+ 	  $(MAKE) PREFIX=$(PERLPREFIX) && \
+-	  $(MAKE) PREFIX=$(DESTDIR)$(PERLPREFIX) pure_install \
++	  $(MAKE) PREFIX=$(PERLPREFIX) pure_install \
+ 	)
+ 	${SRC}/mkinstalldirs $(DESTDIR)$(BINDIR)
+ 	${SRC}/mkinstalldirs $(DESTDIR)$(SBINDIR)
================================================================


More information about the pld-cvs-commit mailing list