[Lunar-commits] <moonbase> foomatic-db-engine: Version bump to 4.0-20120209 and fixing the BUILD
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Thu Feb 9 19:53:26 CET 2012
commit c46569d8a427591c6c6d3a5d2560ccf21d33f797
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Thu Feb 9 13:53:26 2012 -0500
foomatic-db-engine: Version bump to 4.0-20120209 and fixing the BUILD
so POST/PRE builds are not needed.
---
printer/foomatic-db-engine/DEPENDS | 2 ++
printer/foomatic-db-engine/DETAILS | 7 ++++---
printer/foomatic-db-engine/POST_BUILD | 6 ------
printer/foomatic-db-engine/PRE_BUILD | 4 ----
4 files changed, 6 insertions(+), 13 deletions(-)
diff --git a/printer/foomatic-db-engine/DEPENDS b/printer/foomatic-db-engine/DEPENDS
index 60bc723..57ba898 100644
--- a/printer/foomatic-db-engine/DEPENDS
+++ b/printer/foomatic-db-engine/DEPENDS
@@ -1,2 +1,4 @@
depends foomatic-filters
depends foomatic-db
+
+optional_depends "a2ps" "" "for text, PDF and most image format support (Reommended)"
diff --git a/printer/foomatic-db-engine/DETAILS b/printer/foomatic-db-engine/DETAILS
index 1a9705c..ee5b7cf 100644
--- a/printer/foomatic-db-engine/DETAILS
+++ b/printer/foomatic-db-engine/DETAILS
@@ -1,11 +1,12 @@
MODULE=foomatic-db-engine
- VERSION=4.0.8
+ VERSION=4.0-20120209
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://www.openprinting.org/download/foomatic
- SOURCE_VFY=sha1:e47f5ee9b9256077f70b5ecf2481dfbce416d97a
+ SOURCE2_URL=$MIRROR_URL
+ SOURCE_VFY=sha1:867e4aaf6a0d2b7cf369eda04e22bd0e31854bce
WEB_SITE=http://www.linux-foundation.org/en/OpenPrinting/Database/Foomatic
ENTERED=20051228
- UPDATED=20110821
+ UPDATED=20120209
SHORT="generates PPD files from the data in Foomatic's XML database"
cat << EOF
diff --git a/printer/foomatic-db-engine/POST_BUILD b/printer/foomatic-db-engine/POST_BUILD
deleted file mode 100644
index 0da718d..0000000
--- a/printer/foomatic-db-engine/POST_BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-cd ~
-rm -rf $BUILD_DIRECTORY/foomatic*
-cd /usr/share/foomatic/db
-rm -rf ppd
-foomatic-compiledb
-cd ~
diff --git a/printer/foomatic-db-engine/PRE_BUILD b/printer/foomatic-db-engine/PRE_BUILD
deleted file mode 100644
index bfdc4ef..0000000
--- a/printer/foomatic-db-engine/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-cd $BUILD_DIRECTORY
-rm -rf $BUILD_DIRECTORY/foomatic*
-unpack $SOURCE
-cd foomatic*
More information about the Lunar-commits
mailing list