diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-03-12 10:39:38 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-03-12 10:39:38 +0000 |
commit | 190418a078b1eb7ea3c5d38a08bdab3cbd422086 (patch) | |
tree | bb336ccecde7052d26d3d8d8c97238744a373aad /x11/zenity | |
parent | 6b0c40606cac591d75b88d05c7276bd16c369035 (diff) | |
download | ports-190418a078b1eb7ea3c5d38a08bdab3cbd422086.tar.gz ports-190418a078b1eb7ea3c5d38a08bdab3cbd422086.zip |
Notes
Diffstat (limited to 'x11/zenity')
-rw-r--r-- | x11/zenity/Makefile | 5 | ||||
-rw-r--r-- | x11/zenity/distinfo | 4 | ||||
-rw-r--r-- | x11/zenity/pkg-plist | 6 |
3 files changed, 7 insertions, 8 deletions
diff --git a/x11/zenity/Makefile b/x11/zenity/Makefile index 261b01610a50..966d951dd6c1 100644 --- a/x11/zenity/Makefile +++ b/x11/zenity/Makefile @@ -6,10 +6,10 @@ # PORTNAME= zenity -PORTVERSION= 2.8.2 +PORTVERSION= 2.10.0 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.8 +MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.10 DIST_SUBDIR= gnome2 MAINTAINER= klammer@webonaut.com @@ -25,6 +25,7 @@ USE_GNOME= gnomeprefix gnomehack libgnomecanvas gconf2 USE_BZIP2= yes GNU_CONFIGURE= yes USE_REINPLACE= yes +INSTALLS_OMF= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" diff --git a/x11/zenity/distinfo b/x11/zenity/distinfo index 5475b2b207d5..ea553b6190df 100644 --- a/x11/zenity/distinfo +++ b/x11/zenity/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/zenity-2.8.2.tar.bz2) = 166e57a71f61ed86cd4f7437ff010b66 -SIZE (gnome2/zenity-2.8.2.tar.bz2) = 721700 +MD5 (gnome2/zenity-2.10.0.tar.bz2) = 2e501bba72b6e7d4f951080b9e5f675b +SIZE (gnome2/zenity-2.10.0.tar.bz2) = 742206 diff --git a/x11/zenity/pkg-plist b/x11/zenity/pkg-plist index d1a62bf16c78..879d5604c2cf 100644 --- a/x11/zenity/pkg-plist +++ b/x11/zenity/pkg-plist @@ -6,6 +6,7 @@ share/gnome/help/zenity/C/figures/zenity-error-screenshot.png share/gnome/help/zenity/C/figures/zenity-fileselection-screenshot.png share/gnome/help/zenity/C/figures/zenity-information-screenshot.png share/gnome/help/zenity/C/figures/zenity-list-screenshot.png +share/gnome/help/zenity/C/figures/zenity-notification-screenshot.png share/gnome/help/zenity/C/figures/zenity-progress-screenshot.png share/gnome/help/zenity/C/figures/zenity-question-screenshot.png share/gnome/help/zenity/C/figures/zenity-text-screenshot.png @@ -25,9 +26,7 @@ share/gnome/help/zenity/sr/figures/zenity-warning-screenshot.png share/gnome/help/zenity/sr/legal.xml share/gnome/help/zenity/sr/zenity.xml share/gnome/omf/zenity/zenity-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/zenity/zenity-C.omf 2>/dev/null || /usr/bin/true share/gnome/omf/zenity/zenity-sr.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/zenity/zenity-sr.omf 2>/dev/null || /usr/bin/true share/gnome/zenity/clothes/gnome-tshirt.png share/gnome/zenity/clothes/hawaii-shirt.png share/gnome/zenity/clothes/monk.png @@ -37,6 +36,7 @@ share/gnome/zenity/zenity-calendar.png share/gnome/zenity/zenity-entry.png share/gnome/zenity/zenity-file.png share/gnome/zenity/zenity-list.png +share/gnome/zenity/zenity-notification.png share/gnome/zenity/zenity-progress.png share/gnome/zenity/zenity-text.png share/gnome/zenity/zenity.glade @@ -112,5 +112,3 @@ share/locale/zh_TW/LC_MESSAGES/zenity-0.1.mo @dirrm share/gnome/help/zenity/C/figures @dirrm share/gnome/help/zenity/C @dirrm share/gnome/help/zenity -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/zenity/zenity-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/zenity/zenity-sr.omf 2>/dev/null || /usr/bin/true |