mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Update to 0.2.2
PR: 162038 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
This commit is contained in:
parent
730a6e5fb9
commit
b4c4009321
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=284539
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user