diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-11-07 22:24:32 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-11-07 22:24:32 +0000 |
commit | 58406bee8938178fc317574c4236434b0dd11a25 (patch) | |
tree | b4fa34eca69e23769c548b4436cbf65d765e5fe2 /graphics/gpdf | |
parent | 98eb5c95a29c8dd1a76435744e5316092835f696 (diff) | |
download | ports-58406bee8938178fc317574c4236434b0dd11a25.tar.gz ports-58406bee8938178fc317574c4236434b0dd11a25.zip |
Notes
Diffstat (limited to 'graphics/gpdf')
-rw-r--r-- | graphics/gpdf/Makefile | 11 | ||||
-rw-r--r-- | graphics/gpdf/distinfo | 4 | ||||
-rw-r--r-- | graphics/gpdf/pkg-plist | 8 |
3 files changed, 14 insertions, 9 deletions
diff --git a/graphics/gpdf/Makefile b/graphics/gpdf/Makefile index 4246d90cccc6..20ff136fd0fc 100644 --- a/graphics/gpdf/Makefile +++ b/graphics/gpdf/Makefile @@ -6,10 +6,10 @@ # PORTNAME= gpdf -PORTVERSION= 0.132 +PORTVERSION= 2.8.0 CATEGORIES= graphics print gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.8 DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org @@ -17,10 +17,13 @@ COMMENT= GNOME version of xpdf USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack lthack libgnomeui libgnomeprintui +USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui libgnomeprintui \ + desktopfileutils USE_X_PREFIX= yes -USE_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +GCONF_SCHEMAS= gpdf.schemas + .include <bsd.port.mk> diff --git a/graphics/gpdf/distinfo b/graphics/gpdf/distinfo index 59ae6780cd8e..c6dbba7b0342 100644 --- a/graphics/gpdf/distinfo +++ b/graphics/gpdf/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/gpdf-0.132.tar.bz2) = 1b8ba3384210b89a3628281e6aa5edaa -SIZE (gnome2/gpdf-0.132.tar.bz2) = 1109005 +MD5 (gnome2/gpdf-2.8.0.tar.bz2) = a1c054d5de1d5ef361006975c57b45f5 +SIZE (gnome2/gpdf-2.8.0.tar.bz2) = 1046763 diff --git a/graphics/gpdf/pkg-plist b/graphics/gpdf/pkg-plist index 082964bf611a..fd5b70418812 100644 --- a/graphics/gpdf/pkg-plist +++ b/graphics/gpdf/pkg-plist @@ -1,11 +1,9 @@ bin/gpdf -@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/gpdf.schemas > /dev/null || /usr/bin/true -etc/gconf/schemas/gpdf.schemas -@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/gpdf.schemas > /dev/null || /usr/bin/true libdata/bonobo/servers/GNOME_PDF.server libexec/gnome-pdf-viewer share/gnome/application-registry/gpdf.applications share/gnome/applications/gpdf.desktop +@exec update-desktop-database > /dev/null || /usr/bin/true share/gnome/gnome-2.0/ui/gpdf-control-ui.xml share/gnome/gnome-2.0/ui/gpdf-window-ui.xml share/gnome/gpdf/glade/gpdf-print-progress-dialog.glade @@ -40,6 +38,7 @@ share/locale/ar/LC_MESSAGES/gpdf.mo share/locale/az/LC_MESSAGES/gpdf.mo share/locale/be/LC_MESSAGES/gpdf.mo share/locale/bn/LC_MESSAGES/gpdf.mo +share/locale/bs/LC_MESSAGES/gpdf.mo share/locale/ca/LC_MESSAGES/gpdf.mo share/locale/cs/LC_MESSAGES/gpdf.mo share/locale/cy/LC_MESSAGES/gpdf.mo @@ -73,9 +72,11 @@ share/locale/mk/LC_MESSAGES/gpdf.mo share/locale/ml/LC_MESSAGES/gpdf.mo share/locale/mn/LC_MESSAGES/gpdf.mo share/locale/ms/LC_MESSAGES/gpdf.mo +share/locale/nb/LC_MESSAGES/gpdf.mo share/locale/nl/LC_MESSAGES/gpdf.mo share/locale/nn/LC_MESSAGES/gpdf.mo share/locale/no/LC_MESSAGES/gpdf.mo +share/locale/or/LC_MESSAGES/gpdf.mo share/locale/pa/LC_MESSAGES/gpdf.mo share/locale/pl/LC_MESSAGES/gpdf.mo share/locale/pt/LC_MESSAGES/gpdf.mo @@ -110,3 +111,4 @@ share/locale/zh_TW/LC_MESSAGES/gpdf.mo @unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gpdf/gpdf-C.omf 2>/dev/null || /usr/bin/true @unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gpdf/gpdf-de.omf 2>/dev/null || /usr/bin/true @unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gpdf/gpdf-es.omf 2>/dev/null || /usr/bin/true +@unexec update-desktop-database > /dev/null || /usr/bin/true |