diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-05-25 16:51:40 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-05-25 16:51:40 +0000 |
commit | 1df39a5fb17c0bb2418a5560b3a28cf1a7f8d2a1 (patch) | |
tree | 957016e38f3df9d60491551bb27ea18c106f8e71 /archivers | |
parent | 07e52958d406df264b2e023e577925c528eb89d3 (diff) | |
download | ports-1df39a5fb17c0bb2418a5560b3a28cf1a7f8d2a1.tar.gz ports-1df39a5fb17c0bb2418a5560b3a28cf1a7f8d2a1.zip |
Notes
Diffstat (limited to 'archivers')
-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 |