diff options
author | miwi <miwi@FreeBSD.org> | 2011-10-28 23:39:15 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-10-28 23:39:15 +0800 |
commit | 35806bf02c7567e3df8aa68635df55351fbff958 (patch) | |
tree | a3e4730ddedbcd788d8a67474862ec1c57f5bd9e /audio | |
parent | 8ca307c80b6b735ebaa63a120c8cc52df199d871 (diff) | |
download | freebsd-ports-gnome-35806bf02c7567e3df8aa68635df55351fbff958.tar.gz freebsd-ports-gnome-35806bf02c7567e3df8aa68635df55351fbff958.tar.zst freebsd-ports-gnome-35806bf02c7567e3df8aa68635df55351fbff958.zip |
- Update to 0.2.2
PR: 162038
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xfmpc/Makefile | 9 | ||||
-rw-r--r-- | audio/xfmpc/distinfo | 4 | ||||
-rw-r--r-- | audio/xfmpc/pkg-plist | 4 |
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 |