Skip to content

Commit

Permalink
cups-filters: Version bump. This is temporary, current version barfs …
Browse files Browse the repository at this point in the history
…on some poppler

stuff. Will return to the regularly scheduled method when they release an official version.
  • Loading branch information
stumbles committed Aug 12, 2013
1 parent 4d37f32 commit 0696365
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 6 deletions.
8 changes: 8 additions & 0 deletions printer/cups-filters/BUILD
@@ -0,0 +1,8 @@

./autogen.sh &&

if module_installed systemd ; then
OPTS+=" --without-rcstop --without-rcstart --without-rclevels --without-rcdir"
fi &&

default_build
5 changes: 5 additions & 0 deletions printer/cups-filters/DEPENDS
Expand Up @@ -31,3 +31,8 @@ optional_depends libpng \
"--with-png" \
"--without-png" \
"Support PNG filter"

#optional_depends %PHP \
# "--with-php" \
# "--without-php" \
# "For php support"
13 changes: 7 additions & 6 deletions printer/cups-filters/DETAILS
@@ -1,11 +1,12 @@
MODULE=cups-filters
VERSION=1.0.35
SOURCE=$MODULE-$VERSION.tar.xz
SOURCE_URL=http://www.openprinting.org/download/$MODULE
SOURCE_VFY=sha1:969e4efc14a33816f3d81a4afd3b5b0d52a6f769
MODULE=cups-filters
VERSION=1.0-20130812
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL[0]=http://www.openprinting.org/download/$MODULE
SOURCE_URL[0]=$MIRROR_URL
SOURCE_VFY=sha1:e603f8f8b3c8e45efa34305cc26462d79ec2b754
WEB_SITE=http://www.openprinting.org
ENTERED=20130503
UPDATED=20130706
UPDATED=20130812
SHORT="necessary filters for CUPS"
cat << EOF
some necessary filters which were removed from the CUPS package
Expand Down

0 comments on commit 0696365

Please sign in to comment.