diff options
author | olivierd <olivierd@FreeBSD.org> | 2013-05-09 05:15:17 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2013-05-09 05:15:17 +0800 |
commit | 87b8e8fba3ec93d7a1724a1ed3106016387559a3 (patch) | |
tree | 384a4ab75242af3582dcf4402e62c888ede7eacc /deskutils | |
parent | f8eebd95e07f205dfe53f1141272201aad2894a7 (diff) | |
download | freebsd-ports-gnome-87b8e8fba3ec93d7a1724a1ed3106016387559a3.tar.gz freebsd-ports-gnome-87b8e8fba3ec93d7a1724a1ed3106016387559a3.tar.zst freebsd-ports-gnome-87b8e8fba3ec93d7a1724a1ed3106016387559a3.zip |
- Update to 0.2.4
- Remove desktopfileutils, no MimeType entry in desktop file
Approved by: ehaupt@ (maintainer)
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/xfce4-notifyd/Makefile | 8 | ||||
-rw-r--r-- | deskutils/xfce4-notifyd/distinfo | 4 | ||||
-rw-r--r-- | deskutils/xfce4-notifyd/pkg-plist | 2 |
3 files changed, 4 insertions, 10 deletions
diff --git a/deskutils/xfce4-notifyd/Makefile b/deskutils/xfce4-notifyd/Makefile index 96f8bd74266d..97a432cde39f 100644 --- a/deskutils/xfce4-notifyd/Makefile +++ b/deskutils/xfce4-notifyd/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xfce4-notifyd -PORTVERSION= 0.2.3 -PORTREVISION= 1 +PORTVERSION= 0.2.4 CATEGORIES= deskutils xfce MASTER_SITES= XFCE MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/${PORTVERSION:R} @@ -22,7 +21,7 @@ USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME= gtk20 intltool intlhack desktopfileutils +USE_GNOME= gtk20 intltool intlhack USE_XFCE= configenv libmenu libutil xfconf INSTALLS_ICONS= yes USE_XORG= x11 @@ -46,7 +45,4 @@ CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif -post-install: - @-update-desktop-database - .include <bsd.port.mk> diff --git a/deskutils/xfce4-notifyd/distinfo b/deskutils/xfce4-notifyd/distinfo index 3c51ac00250a..f6231550d917 100644 --- a/deskutils/xfce4-notifyd/distinfo +++ b/deskutils/xfce4-notifyd/distinfo @@ -1,2 +1,2 @@ -SHA256 (xfce4/xfce4-notifyd-0.2.3.tar.bz2) = dd40f64c9db22b0b971e81e8e74a4ab6afe6d0bb819ab5d0badee89e13faa63b -SIZE (xfce4/xfce4-notifyd-0.2.3.tar.bz2) = 350143 +SHA256 (xfce4/xfce4-notifyd-0.2.4.tar.bz2) = 8c7ed62f9496816d1391281f77d1b32216f9bf6fd22fbe4f6f3f4e07a6bbced0 +SIZE (xfce4/xfce4-notifyd-0.2.4.tar.bz2) = 361619 diff --git a/deskutils/xfce4-notifyd/pkg-plist b/deskutils/xfce4-notifyd/pkg-plist index 0d213f0b7521..14aa2eedaf08 100644 --- a/deskutils/xfce4-notifyd/pkg-plist +++ b/deskutils/xfce4-notifyd/pkg-plist @@ -65,5 +65,3 @@ share/themes/ZOMG-PONIES!/xfce-notify-4.0/gtkrc %%NLS%%@dirrmtry share/locale/ast @dirrm lib/xfce4/notifyd @dirrmtry lib/xfce4 -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true |