aboutsummaryrefslogtreecommitdiff
path: root/audio/xfmpc
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2011-10-28 15:39:15 +0000
committerMartin Wilke <miwi@FreeBSD.org>2011-10-28 15:39:15 +0000
commitb4c400932182e109fd8457d763280acc2db9498f (patch)
treeff89b72568917a91e8cf4f10ddac253798c5bd97 /audio/xfmpc
parent730a6e5fb9d9a33a7319d6253fca12f4971dda7f (diff)
downloadports-b4c400932182e109fd8457d763280acc2db9498f.tar.gz
ports-b4c400932182e109fd8457d763280acc2db9498f.zip
- Update to 0.2.2
PR: 162038 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
Notes
Notes: svn path=/head/; revision=284539
Diffstat (limited to 'audio/xfmpc')
-rw-r--r--audio/xfmpc/Makefile9
-rw-r--r--audio/xfmpc/distinfo4
-rw-r--r--audio/xfmpc/pkg-plist4
3 files changed, 11 insertions, 6 deletions
diff --git a/audio/xfmpc/Makefile b/audio/xfmpc/Makefile
index 0c5386c318dd..eec360767779 100644
--- a/audio/xfmpc/Makefile
+++ b/audio/xfmpc/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= xfmpc
-PORTVERSION= 0.2.1
+PORTVERSION= 0.2.2
CATEGORIES= audio xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR=/src/apps/${PORTNAME}/${PORTVERSION:R}
@@ -23,9 +23,12 @@ USE_GMAKE= yes
INSTALLS_ICONS= yes
USE_GETTEXT= yes
GNU_CONFIGURE= yes
-USE_GNOME= gtk20 intltool intlhack pkgconfig
-USE_XFCE= configenv libgui libutil panel
+USE_GNOME= gtk20 intltool intlhack pkgconfig desktopfileutils
+USE_XFCE= configenv libmenu libutil
MAN1= xfmpc.1
+post-install:
+ @-update-desktop-database
+
.include <bsd.port.mk>
diff --git a/audio/xfmpc/distinfo b/audio/xfmpc/distinfo
index ce56e4cc5ba2..0055d9b0cd21 100644
--- a/audio/xfmpc/distinfo
+++ b/audio/xfmpc/distinfo
@@ -1,2 +1,2 @@
-SHA256 (xfce4/xfmpc-0.2.1.tar.bz2) = 641dfc4892fba5152fb71f2c2fc5aa456ca01dd45226e3f918dbe179e9601928
-SIZE (xfce4/xfmpc-0.2.1.tar.bz2) = 362868
+SHA256 (xfce4/xfmpc-0.2.2.tar.bz2) = ed0cc2940bd5928bb30fab1531c22185a97bd0cc5beacd9e3be4d4cd994a6862
+SIZE (xfce4/xfmpc-0.2.2.tar.bz2) = 404906
diff --git a/audio/xfmpc/pkg-plist b/audio/xfmpc/pkg-plist
index 6f30cdf07c71..8a5b537b1a45 100644
--- a/audio/xfmpc/pkg-plist
+++ b/audio/xfmpc/pkg-plist
@@ -32,6 +32,7 @@ share/locale/uk/LC_MESSAGES/xfmpc.mo
share/locale/ur/LC_MESSAGES/xfmpc.mo
share/locale/ur_PK/LC_MESSAGES/xfmpc.mo
share/locale/zh_CN/LC_MESSAGES/xfmpc.mo
+share/locale/zh_TW/LC_MESSAGES/xfmpc.mo
@dirrmtry share/locale/ur_PK/LC_MESSAGES
@dirrmtry share/locale/ur_PK
@dirrmtry share/locale/ur/LC_MESSAGES
@@ -42,4 +43,5 @@ share/locale/zh_CN/LC_MESSAGES/xfmpc.mo
@dirrmtry share/locale/si
@dirrmtry share/locale/ast/LC_MESSAGES
@dirrmtry share/locale/ast
-@dirrmtry share/applications
+@exec %%LOCALBASE%%/bin/update-desktop-database >/dev/null || /usr/bin/true
+@unexec %%LOCALBASE%%/bin/update-desktop-database >/dev/null || /usr/bin/true