diff options
author | Olivier Duchateau <olivierd@FreeBSD.org> | 2013-11-04 14:27:23 +0000 |
---|---|---|
committer | Olivier Duchateau <olivierd@FreeBSD.org> | 2013-11-04 14:27:23 +0000 |
commit | 38ee18d55a5a5d90ac5054da86392a4472fdc637 (patch) | |
tree | 5754d734d6b622f4cf7a82262041f35dc22ba552 /print | |
parent | 3e399fb2f1b15adee8c08efcfa0dd8ed3d5337f4 (diff) | |
download | ports-38ee18d55a5a5d90ac5054da86392a4472fdc637.tar.gz ports-38ee18d55a5a5d90ac5054da86392a4472fdc637.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/xfce4-print/Makefile | 18 | ||||
-rw-r--r-- | print/xfce4-print/pkg-descr | 8 | ||||
-rw-r--r-- | print/xfce4-print/pkg-plist | 12 |
3 files changed, 20 insertions, 18 deletions
diff --git a/print/xfce4-print/Makefile b/print/xfce4-print/Makefile index 6b7ef4927a9b..61432d99f362 100644 --- a/print/xfce4-print/Makefile +++ b/print/xfce4-print/Makefile @@ -11,17 +11,18 @@ DISTNAME= xfprint-${PORTVERSION} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org -COMMENT= Xfce 4 graphical frontend for printing +COMMENT= Print system support for the Xfce Desktop -BUILD_DEPENDS+= a2ps:${PORTSDIR}/print/a2ps -RUN_DEPENDS+= a2ps:${PORTSDIR}/print/a2ps +LICENSE= GPLv2 + +BUILD_DEPENDS= a2ps:${PORTSDIR}/print/a2ps +RUN_DEPENDS= a2ps:${PORTSDIR}/print/a2ps GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_BZIP2= yes -USES= gettext pkgconfig -USE_GMAKE= yes -USE_GNOME= glib20 gnomehack gtk20 intltool intlhack +USES= gettext pkgconfig gmake pathfix +USE_GNOME= glib20 gtk20 intltool intlhack USE_LDCONFIG= yes USE_XFCE= configenv libgui libutil xfconf @@ -30,14 +31,13 @@ OPTIONS_DEFAULT= LPR OPTIONS_SINGLE= PRINTMETHOD OPTIONS_SINGLE_PRINTMETHOD= LPR CUPS LETTER_DESC= Use letter paper format instead of A4 -LPR_DESC= Use lpr as printing system +LPR_DESC= LPR printing system support -NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MCUPS} CONFIGURE_ARGS+=--enable-cups -LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-client +LIB_DEPENDS+= libcups.so:${PORTSDIR}/print/cups-client PLIST_SUB+= CUPS="" .else CONFIGURE_ARGS+=--disable-cups diff --git a/print/xfce4-print/pkg-descr b/print/xfce4-print/pkg-descr index 710965f9066d..00c7a1d53b15 100644 --- a/print/xfce4-print/pkg-descr +++ b/print/xfce4-print/pkg-descr @@ -1,6 +1,4 @@ -The printing helper is a graphical frontend for printing, a printer -management, and a job queue management. It doesn't let you configure -printers but only use printing systems that have already been -configured properly. +Xfprint contains a print dialog and a printer manager for the Xfce Desktop +Environment. It supports CUPS, BSD-LPR and file as printing destination. -WWW: http://www.xfce.org/projects/xfprint/ +WWW: http://www.xfce.org/ diff --git a/print/xfce4-print/pkg-plist b/print/xfce4-print/pkg-plist index 66d9d2c8a76e..b3780f449a4f 100644 --- a/print/xfce4-print/pkg-plist +++ b/print/xfce4-print/pkg-plist @@ -117,12 +117,16 @@ share/xfce4/doc/fr/xfprint.html @dirrmtry lib/xfce4/xfprint-plugins @dirrmtry lib/xfce4 @dirrm share/gtk-doc/html/libxfprint -@dirrmtry share/gtk-doc/html -@dirrmtry share/gtk-doc -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/ur/LC_MESSAGES +@dirrmtry share/locale/ur +@dirrmtry share/locale/si/LC_MESSAGES +@dirrmtry share/locale/si @dirrmtry share/locale/mr/LC_MESSAGES @dirrmtry share/locale/mr +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN @dirrmtry share/xfce4/doc/C/images @dirrmtry share/xfce4/doc/C @dirrmtry share/xfce4/doc/fr/images |