diff options
author | olivierd <olivierd@FreeBSD.org> | 2013-05-09 00:05:21 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2013-05-09 00:05:21 +0800 |
commit | b361f56db83ce9748463f9175d17796a5e4fd5b0 (patch) | |
tree | c26ffb804332112a7d1e11a92de398c5b69a2462 /graphics | |
parent | ccc38469f37cea6408376875be95f9ff4f72f328 (diff) | |
download | freebsd-ports-gnome-b361f56db83ce9748463f9175d17796a5e4fd5b0.tar.gz freebsd-ports-gnome-b361f56db83ce9748463f9175d17796a5e4fd5b0.tar.zst freebsd-ports-gnome-b361f56db83ce9748463f9175d17796a5e4fd5b0.zip |
- Bump PORTREVISION after update of x11/libxfce4util, and x11-wm/xfce4-panel
While I'm here,
- Finish to convert USES
- Trim Makefile header
- Remove ABI version in LIB_DEPENDS
- Remove desktopfileutils, because MimeType entry is not present in desktop file
Diffstat (limited to 'graphics')
-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 |