diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-29 15:48:47 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-29 15:48:47 +0000 |
commit | 8d9a8f97e527613f4498cdf2b76b70c6beeaa905 (patch) | |
tree | df535423ad9d9b16930b3b61ec0974d8206976a8 /editors | |
parent | 1b366ba9b48d18d5356c7162075179e4281a2103 (diff) |
- Update to 1.3.2.6.c
PR: ports/92475
Submitted by: Nicola Vitale <nivit@email.it> (maintainer)
Notes
Notes:
svn path=/head/; revision=154726
Diffstat (limited to 'editors')
-rw-r--r-- | editors/winefish/Makefile | 7 | ||||
-rw-r--r-- | editors/winefish/distinfo | 6 | ||||
-rw-r--r-- | editors/winefish/pkg-descr | 2 | ||||
-rw-r--r-- | editors/winefish/pkg-plist | 4 |
4 files changed, 13 insertions, 6 deletions
diff --git a/editors/winefish/Makefile b/editors/winefish/Makefile index 850b71454351..818bef2ef835 100644 --- a/editors/winefish/Makefile +++ b/editors/winefish/Makefile @@ -6,7 +6,7 @@ # PORTNAME= winefish -DISTVERSION= 1.3.2-5 +DISTVERSION= 1.3.2.6c CATEGORIES= editors print MASTER_SITES= http://download.berlios.de/winefish/ EXTRACT_SUFX= .tgz @@ -25,7 +25,7 @@ RUN_DEPENDS= dos2unix:${PORTSDIR}/converters/unix2dos \ GNU_CONFIGURE= yes USE_GCC= 3.3+ USE_GMAKE= yes -USE_GNOME= libgnomeui +USE_GNOME= libgnomeui desktopfileutils USE_X_PREFIX= yes OPTIONS= CONTEXT "Enable ConTexT support (Experimental)" off \ @@ -50,4 +50,7 @@ CONFIGURE_ARGS+= --with-unikey-gtk .endif .endif +post-install: + -@update-desktop-database + .include <bsd.port.post.mk> diff --git a/editors/winefish/distinfo b/editors/winefish/distinfo index 61035267451a..dfa96026fc99 100644 --- a/editors/winefish/distinfo +++ b/editors/winefish/distinfo @@ -1,3 +1,3 @@ -MD5 (winefish-1.3.2-5.tgz) = 964b746f058371e9937a1dbf3af35197 -SHA256 (winefish-1.3.2-5.tgz) = 3149ace29c2337584f862e8eb41c8b9886cdee0f023cdef4dca068b31e7b7cf9 -SIZE (winefish-1.3.2-5.tgz) = 547080 +MD5 (winefish-1.3.2.6c.tgz) = 14a4e3164f19d76a1d9057a185dab851 +SHA256 (winefish-1.3.2.6c.tgz) = ab7918b5b8b1053bae3f1585915e5eb8a2125187353fac9f17eca9aa4cb1a998 +SIZE (winefish-1.3.2.6c.tgz) = 460303 diff --git a/editors/winefish/pkg-descr b/editors/winefish/pkg-descr index a4a18ab90ec1..b9f2772a000f 100644 --- a/editors/winefish/pkg-descr +++ b/editors/winefish/pkg-descr @@ -6,5 +6,5 @@ Main features: (2) External Tools (customizable) (3) UTF8 support -Author: Ky Ahn <kyahn@users.berlios.de> +Author: Ky Anh <kyanh@users.berlios.de> WWW: http://winefish.berlios.de/ diff --git a/editors/winefish/pkg-plist b/editors/winefish/pkg-plist index 41d90794196c..2ae7ee063f44 100644 --- a/editors/winefish/pkg-plist +++ b/editors/winefish/pkg-plist @@ -4,6 +4,8 @@ share/gnome/application-registry/winefish.applications share/gnome/applications/winefish.desktop share/gnome/mime-info/winefish.mime share/gnome/mime-info/winefish.keys +share/pixmaps/gnome-application-winefish-project.png +share/pixmaps/winefish-icon.png share/locale/it/LC_MESSAGES/winefish.mo share/locale/vi/LC_MESSAGES/winefish.mo share/mime/packages/winefish.xml @@ -23,3 +25,5 @@ share/mime/packages/winefish.xml %%DATADIR%%/winefish_splash.png %%DATADIR%%/words.default @dirrm %%DATADIR%% +@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true +@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true |