Enable simplified-cups-ppds.
Tweak DESCR. Reload cups with cups-genppdupdate.
This commit is contained in:
parent
1c427eed3e
commit
4e9571bd4f
@ -1,8 +1,8 @@
|
||||
COMMENT= high quality print drivers for foomatic and CUPS
|
||||
COMMENT= suite of printer drivers for UNIX
|
||||
|
||||
V= 5.3.4
|
||||
DISTNAME= gutenprint-${V}
|
||||
REVISION= 1
|
||||
REVISION= 2
|
||||
|
||||
MAJOR_V= ${V:C/^([0-9]+\.[0-9]+).*/\1/}
|
||||
SUBST_VARS= MAJOR_V
|
||||
@ -40,11 +40,12 @@ RUN_DEPENDS += print/cups-filters
|
||||
USE_GMAKE= Yes
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= --enable-cups-ppds-at-top-level \
|
||||
--disable-translated-cups-ppds \
|
||||
|
||||
CONFIGURE_ARGS= --enable-simplified-cups-ppds \
|
||||
--disable-libgutenprintui2 \
|
||||
--with-cups=${LOCALBASE} \
|
||||
--without-gimp2
|
||||
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
|
@ -1,13 +1,3 @@
|
||||
Gutenprint, formerly known as gimp-print, is a project to provide high
|
||||
quality drivers for Canon, Epson, Lexmark and PCL printers.
|
||||
|
||||
This package contains the driver libraries which are the basis of the
|
||||
gutenprint project, and which can be used by other printing programs. It
|
||||
may be used with most common UNIX print spooling systems, including
|
||||
CUPS, lpr, LPRng, or others:
|
||||
|
||||
Driver Spooler
|
||||
------------------------------------------------------------------------
|
||||
gutenprint CUPS (enhanced native driver)
|
||||
gutenprint-ijs foomatic-rip(1) (spooler independant)
|
||||
gutenprint-ijs-simplified foomatic-rip(1) (spooler independant)
|
||||
Gutenprint is a suite of printer drivers for UNIX, Linux, and Macintosh OS X
|
||||
systems (10.6 through currently 10.14) that use CUPS as their printing system.
|
||||
Gutenprint currently supports over 3000 printers.
|
||||
|
@ -457,4 +457,4 @@ share/locale/zh_CN/LC_MESSAGES/gutenprint.mo
|
||||
share/locale/zh_CN/gutenprint_zh_CN.po
|
||||
share/locale/zh_TW/LC_MESSAGES/gutenprint.mo
|
||||
share/locale/zh_TW/gutenprint_zh_TW.po
|
||||
@exec-update %D/sbin/cups-genppdupdate -q
|
||||
@exec-update %D/sbin/cups-genppdupdate -q && rcctl reload cupsd >/dev/null 2>&1 || true
|
||||
|
Loading…
Reference in New Issue
Block a user