diff options
author | miwi <miwi@FreeBSD.org> | 2012-05-26 00:51:40 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-05-26 00:51:40 +0800 |
commit | 2e68588f46b3a276df88592caaf2892e91f3db7c (patch) | |
tree | 25d18ced465bc32a1ac2cd07fdcfa1ffc804124a /archivers/squeeze | |
parent | 473703feaf8f28917e7b8e28b763358245149825 (diff) | |
download | freebsd-ports-gnome-2e68588f46b3a276df88592caaf2892e91f3db7c.tar.gz freebsd-ports-gnome-2e68588f46b3a276df88592caaf2892e91f3db7c.tar.zst freebsd-ports-gnome-2e68588f46b3a276df88592caaf2892e91f3db7c.zip |
- Welcome XFCE 4.10 to the portstree!
Special Thanks to: rene, Olivier Duchateau <duchateau.olivier@gmail.com>
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
Tested by: phw
Diffstat (limited to 'archivers/squeeze')
-rw-r--r-- | archivers/squeeze/Makefile | 11 | ||||
-rw-r--r-- | archivers/squeeze/pkg-plist | 2 |
2 files changed, 8 insertions, 5 deletions
diff --git a/archivers/squeeze/Makefile b/archivers/squeeze/Makefile index 63ad8555da54..5e7daff7cd18 100644 --- a/archivers/squeeze/Makefile +++ b/archivers/squeeze/Makefile @@ -7,7 +7,7 @@ PORTNAME= squeeze PORTVERSION= 0.2.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= archivers xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/${PORTVERSION:R} @@ -16,20 +16,21 @@ DIST_SUBDIR= xfce4 MAINTAINER= markand@malikania.fr COMMENT= Squeeze is a modern and advanced archive manager -MAKE_JOB_SAFE= yes - LICENSE= GPLv2 +LIB_DEPENDS= thunar-vfs-1.5:${PORTSDIR}/x11-fm/thunar-vfs + GNU_CONFIGURE= yes INSTALLS_ICONS= yes -USE_XFCE= configenv panel thunar thunarvfs +USE_XFCE= configenv libutil thunar USE_XORG= x11 -USE_GNOME= gnomehack gtk20 glib20 intltool intlhack pkgconfig +USE_GNOME= gnomehack gtk20 glib20 intltool intlhack pkgconfig desktopfileutils USE_BZIP2= yes USE_GMAKE= yes USE_LDCONFIG= yes USE_GETTEXT= yes +MAKE_JOB_SAFE= yes OPTIONS= GTKDOC "Enable GTK html documentation" off diff --git a/archivers/squeeze/pkg-plist b/archivers/squeeze/pkg-plist index c1304c03c929..defd766df8b9 100644 --- a/archivers/squeeze/pkg-plist +++ b/archivers/squeeze/pkg-plist @@ -55,3 +55,5 @@ share/applications/squeeze.desktop @dirrmtry libexec/thunar-archive-plugin @dirrmtry include/libsqueeze-0.2/libsqueeze @dirrmtry include/libsqueeze-0.2 +@exec %%LOCALBASE%%/bin/update-desktop-database >/dev/null || /usr/bin/true +@unexec %%LOCALBASE%%/bin/update-desktop-database >/dev/null || /usr/bin/true |