diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 1999-10-14 03:44:07 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 1999-10-14 03:44:07 +0000 |
commit | d67fae549ab7de879d20b0608828cb48f2f2d4d0 (patch) | |
tree | d243c5b6999c8d03d718feab04498b909c1a4ed2 /print/gnome-print | |
parent | 9b31b06d0459302a235628078743cd17f3be5337 (diff) | |
download | ports-d67fae549ab7de879d20b0608828cb48f2f2d4d0.tar.gz ports-d67fae549ab7de879d20b0608828cb48f2f2d4d0.zip |
Notes
Diffstat (limited to 'print/gnome-print')
-rw-r--r-- | print/gnome-print/Makefile | 13 | ||||
-rw-r--r-- | print/gnome-print/distinfo | 2 | ||||
-rw-r--r-- | print/gnome-print/pkg-plist | 10 |
3 files changed, 17 insertions, 8 deletions
diff --git a/print/gnome-print/Makefile b/print/gnome-print/Makefile index 246c579f03ee..150ebaf27d50 100644 --- a/print/gnome-print/Makefile +++ b/print/gnome-print/Makefile @@ -1,21 +1,22 @@ # New ports collection makefile for: gnomeprint -# Version required: 0.4 +# Version required: 0.9 # Date created: 15 Jan 1999 # Whom: Vanilla I. Shu <vanilla@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= gnome-print-0.4 -PKGNAME= gnomeprint-0.4 +DISTNAME= gnome-print-0.9 +PKGNAME= gnomeprint-0.9 CATEGORIES= print gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-print -MAINTAINER= nacai@iname.com +MAINTAINER= nakai@FreeBSD.org -LIB_DEPENDS= gnome.2:${PORTSDIR}/x11/gnomelibs \ - xml.4:${PORTSDIR}/textproc/libxml \ +BUILD_DEPENDS= gs:${PORTSDIR}/print/ghostscript5 +LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs \ + xml.5:${PORTSDIR}/textproc/libxml GTK_CONFIG?= ${X11BASE}/bin/gtk12-config diff --git a/print/gnome-print/distinfo b/print/gnome-print/distinfo index cc9e2656c155..c18f9ea68c2e 100644 --- a/print/gnome-print/distinfo +++ b/print/gnome-print/distinfo @@ -1 +1 @@ -MD5 (gnome-print-0.4.tar.gz) = 137571ca9dbb625f54731e9b73ed5ed3 +MD5 (gnome-print-0.9.tar.gz) = 3d1e68cd55ae15b4eac7630dcc5f53ec diff --git a/print/gnome-print/pkg-plist b/print/gnome-print/pkg-plist index 15ac5d83b4ad..3605933cdb8e 100644 --- a/print/gnome-print/pkg-plist +++ b/print/gnome-print/pkg-plist @@ -3,6 +3,10 @@ etc/printConf.sh include/libgnomeprint/gnome-font-dialog.h include/libgnomeprint/gnome-font.h include/libgnomeprint/gnome-print-i18n.h +include/libgnomeprint/gnome-print-meta.h +include/libgnomeprint/gnome-print-pixbuf.h +include/libgnomeprint/gnome-print-preview.h +include/libgnomeprint/gnome-print-rgbp.h include/libgnomeprint/gnome-print.h include/libgnomeprint/gnome-printer-dialog.h include/libgnomeprint/gnome-printer-profile.h @@ -10,19 +14,23 @@ include/libgnomeprint/gnome-printer.h include/libgnomeprint/gnome-text.h lib/libgnomeprint.a lib/libgnomeprint.so -lib/libgnomeprint.so.1 +lib/libgnomeprint.so.2 @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B share/gnome/fonts/fontmap share/gnome/gnome-print/profiles/Postscript.profile +share/locale/da/LC_MESSAGES/gnome-print.mo share/locale/de/LC_MESSAGES/gnome-print.mo +share/locale/el/LC_MESSAGES/gnome-print.mo share/locale/es/LC_MESSAGES/gnome-print.mo +share/locale/et/LC_MESSAGES/gnome-print.mo share/locale/fr/LC_MESSAGES/gnome-print.mo share/locale/hu/LC_MESSAGES/gnome-print.mo share/locale/it/LC_MESSAGES/gnome-print.mo share/locale/no/LC_MESSAGES/gnome-print.mo share/locale/pl/LC_MESSAGES/gnome-print.mo share/locale/ru/LC_MESSAGES/gnome-print.mo +share/locale/sv/LC_MESSAGES/gnome-print.mo @dirrm share/gnome/gnome-print/profiles @dirrm share/gnome/gnome-print share/gnome/fonts/afms/adobe/pagd8a.afm |