diff options
Diffstat (limited to 'graphics/ristretto')
-rw-r--r-- | graphics/ristretto/Makefile | 17 | ||||
-rw-r--r-- | graphics/ristretto/pkg-plist | 2 |
2 files changed, 7 insertions, 12 deletions
diff --git a/graphics/ristretto/Makefile b/graphics/ristretto/Makefile index 280fe4817e37..8b6f7000ed6d 100644 --- a/graphics/ristretto/Makefile +++ b/graphics/ristretto/Makefile @@ -3,29 +3,26 @@ PORTNAME= ristretto PORTVERSION= 0.6.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org -COMMENT= An image viewer with Xfce integration +COMMENT= Image viewer with Xfce integration -LIB_DEPENDS= exif.12:${PORTSDIR}/graphics/libexif \ - dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - cairo.2:${PORTSDIR}/graphics/cairo +LIB_DEPENDS= exif:${PORTSDIR}/graphics/libexif \ + dbus-glib-1:${PORTSDIR}/devel/dbus-glib \ + cairo:${PORTSDIR}/graphics/cairo -USES= pkgconfig gettext +USES= pkgconfig gettext pathfix desktop-file-utils USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GNOME= gnomehack gtk20 glib20 intltool intlhack desktopfileutils +USE_GNOME= gtk20 glib20 intltool intlhack USE_GMAKE= yes INSTALLS_ICONS= yes USE_XFCE= configenv libmenu libutil xfconf USE_XORG= x11 -post-install: - @-update-desktop-database - .include <bsd.port.mk> diff --git a/graphics/ristretto/pkg-plist b/graphics/ristretto/pkg-plist index 0ac068cbcdf1..4a79182ac0e8 100644 --- a/graphics/ristretto/pkg-plist +++ b/graphics/ristretto/pkg-plist @@ -56,5 +56,3 @@ share/locale/zh_TW/LC_MESSAGES/ristretto.mo @dirrmtry share/locale/te @dirrmtry share/locale/ast/LC_MESSAGES @dirrmtry share/locale/ast -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true |