View | Details | Raw Unified | Return to bug 162038
Collapse All | Expand All

(-)xfmpc/Makefile (-3 / +6 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	xfmpc
8
PORTNAME=	xfmpc
9
PORTVERSION=	0.2.1
9
PORTVERSION=	0.2.2
10
CATEGORIES=	audio xfce
10
CATEGORIES=	audio xfce
11
MASTER_SITES=	${MASTER_SITE_XFCE}
11
MASTER_SITES=	${MASTER_SITE_XFCE}
12
MASTER_SITE_SUBDIR=/src/apps/${PORTNAME}/${PORTVERSION:R}
12
MASTER_SITE_SUBDIR=/src/apps/${PORTNAME}/${PORTVERSION:R}
Lines 23-31 Link Here
23
INSTALLS_ICONS=	yes
23
INSTALLS_ICONS=	yes
24
USE_GETTEXT=	yes
24
USE_GETTEXT=	yes
25
GNU_CONFIGURE=	yes
25
GNU_CONFIGURE=	yes
26
USE_GNOME=	gtk20 intltool intlhack pkgconfig
26
USE_GNOME=	gtk20 intltool intlhack pkgconfig desktopfileutils
27
USE_XFCE=	configenv libgui libutil panel
27
USE_XFCE=	configenv libmenu libutil
28
28
29
MAN1=	xfmpc.1
29
MAN1=	xfmpc.1
30
30
31
post-install:
32
	@-update-desktop-database
33
31
.include <bsd.port.mk>
34
.include <bsd.port.mk>
(-)xfmpc/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (xfce4/xfmpc-0.2.1.tar.bz2) = 641dfc4892fba5152fb71f2c2fc5aa456ca01dd45226e3f918dbe179e9601928
1
SHA256 (xfce4/xfmpc-0.2.2.tar.bz2) = ed0cc2940bd5928bb30fab1531c22185a97bd0cc5beacd9e3be4d4cd994a6862
2
SIZE (xfce4/xfmpc-0.2.1.tar.bz2) = 362868
2
SIZE (xfce4/xfmpc-0.2.2.tar.bz2) = 404906
(-)xfmpc/pkg-plist (-1 / +3 lines)
Lines 32-37 Link Here
32
share/locale/ur/LC_MESSAGES/xfmpc.mo
32
share/locale/ur/LC_MESSAGES/xfmpc.mo
33
share/locale/ur_PK/LC_MESSAGES/xfmpc.mo
33
share/locale/ur_PK/LC_MESSAGES/xfmpc.mo
34
share/locale/zh_CN/LC_MESSAGES/xfmpc.mo
34
share/locale/zh_CN/LC_MESSAGES/xfmpc.mo
35
share/locale/zh_TW/LC_MESSAGES/xfmpc.mo
35
@dirrmtry share/locale/ur_PK/LC_MESSAGES
36
@dirrmtry share/locale/ur_PK/LC_MESSAGES
36
@dirrmtry share/locale/ur_PK
37
@dirrmtry share/locale/ur_PK
37
@dirrmtry share/locale/ur/LC_MESSAGES
38
@dirrmtry share/locale/ur/LC_MESSAGES
Lines 42-45 Link Here
42
@dirrmtry share/locale/si
43
@dirrmtry share/locale/si
43
@dirrmtry share/locale/ast/LC_MESSAGES
44
@dirrmtry share/locale/ast/LC_MESSAGES
44
@dirrmtry share/locale/ast
45
@dirrmtry share/locale/ast
45
@dirrmtry share/applications
46
@exec %%LOCALBASE%%/bin/update-desktop-database >/dev/null || /usr/bin/true
47
@unexec %%LOCALBASE%%/bin/update-desktop-database >/dev/null || /usr/bin/true

Return to bug 162038