Browse Source

foomatic-db: Updated (3.0-20070502 -> 4.0-20090224)

cross
Alejandro Mery 16 years ago
parent
commit
e5b45e30f7
  1. 29
      printing/foomatic-db/Argument_list_too_long.patch
  2. 6
      printing/foomatic-db/foomatic-db.desc

29
printing/foomatic-db/Argument_list_too_long.patch

@ -0,0 +1,29 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../foomatic-db/Argument_list_too_long.patch
# Copyright (C) 2009 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
# --- SDE-COPYRIGHT-NOTE-END ---
--- ./Makefile.in.orig 2009-02-24 18:17:09.000000000 +0200
+++ ./Makefile.in 2009-02-24 18:25:07.000000000 +0200
@@ -66,7 +66,9 @@
install -d $(DESTDIR)$(LIBDIR)/db/source/opt
install -d $(DESTDIR)$(LIBDIR)/db/source/PPD
cp db/oldprinterids $(DESTDIR)$(LIBDIR)/db
- cp db/source/printer/*.xml $(DESTDIR)$(LIBDIR)/db/source/printer
+ ( cd db/source/printer/; \
+ cp *.xml $(DESTDIR)$(LIBDIR)/db/source/printer; \
+ )
( cd db/source/driver/; \
for d in $(DRIVERXMLS); do \
cp $$d $(DESTDIR)$(LIBDIR)/db/source/driver; \

6
printing/foomatic-db/foomatic-db.desc

@ -2,7 +2,7 @@
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../foomatic-db/foomatic-db.desc
[COPY] Copyright (C) 2006 - 2007 The OpenSDE Project
[COPY] Copyright (C) 2006 - 2009 The OpenSDE Project
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
[COPY]
[COPY] More information can be found in the files COPYING and README.
@ -31,7 +31,7 @@
[L] GPL
[S] Stable
[V] 3.0-20070502
[V] 4.0-20090224
[P] X -----5---9 142.800
[D] 2655766561 foomatic-db-3.0-20070502.tar.gz http://www.linuxprinting.org/download/foomatic/
[D] 3682904933 foomatic-db-4.0-20090224.tar.gz http://www.linuxprinting.org/download/foomatic/

Loading…
Cancel
Save