[Lunar-commits] <moonbase-other> cups-filters: Adding a CONFIGURE and adjusting BUILD to skirt around depends loop.
Dennis Veatch
dennisveatch at bellsouth.net
Fri Aug 8 00:45:56 CEST 2014
commit b9c056d2892573fb6702c052b66706fa8d01d219
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Thu, 07 Aug 2014 18:43:39 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/b9c056d2892573fb6702c052b66706fa8d01d219
cups-filters: Adding a CONFIGURE and adjusting BUILD to skirt around depends loop.
---
printer/cups-filters/BUILD | +4/-0
printer/cups-filters/CONFIGURE | +1/-0
printer/cups-filters/DETAILS | +3/-3
3 files changed, 8 insertions(+), 3 deletions(-)
--- a/printer/cups-filters/BUILD
+++ b/printer/cups-filters/BUILD
@@ -1,3 +1,7 @@
+
+ if ! module_installed cups ; then
+ lin cups
+ fi &&
./autogen.sh &&
--- /dev/null
+++ b/printer/cups-filters/CONFIGURE
@@ -0,0 +1 @@
+mquery INSTALL_CUPS "To pervent a depends loop, this will first install cups.${PROBLEM_COLOR} Saying yes or no will install cups if not installed. Ctrl C to escape.${DEFAULT_COLOR}" y
--- a/printer/cups-filters/DETAILS
+++ b/printer/cups-filters/DETAILS
@@ -1,11 +1,11 @@
MODULE=cups-filters
- VERSION=1.0.54
+ VERSION=1.0.55
SOURCE=$MODULE-$VERSION.tar.xz
SOURCE_URL=http://openprinting.org/download/$MODULE/
- SOURCE_VFY=sha1:5f9e6a7d63406110412d1fc8432bb2415f47622c
+ SOURCE_VFY=sha1:53f157d2f71d5e232ebb85ff44b6c7d205e300f7
WEB_SITE=http://www.openprinting.org
ENTERED=20130503
- UPDATED=20140415
+ UPDATED=20140807
SHORT="necessary filters for CUPS"
cat << EOF
some necessary filters which were removed from the CUPS package
More information about the Lunar-commits
mailing list