View | Details | Raw Unified | Return to bug 220071 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-3 / +8 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	xfce4-xkb-plugin
3
PORTNAME=	xfce4-xkb-plugin
4
PORTVERSION=	0.7.1
4
PORTVERSION=	0.8.0
5
CATEGORIES=	deskutils xfce
5
CATEGORIES=	deskutils xfce
6
MASTER_SITES=	XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
6
MASTER_SITES=	XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
7
7
Lines 13-21 Link Here
13
LIB_DEPENDS=	libxklavier.so:x11/libxklavier
13
LIB_DEPENDS=	libxklavier.so:x11/libxklavier
14
14
15
GNU_CONFIGURE=	yes
15
GNU_CONFIGURE=	yes
16
USES=		gettext pkgconfig gmake xfce tar:bzip2
16
USES=		gettext gmake libtool pkgconfig tar:bzip2 xfce:gtk3
17
USE_GNOME=	gtk20 intltool intlhack librsvg2 libwnck
17
USE_GNOME=	gtk30 intltool librsvg2 libwnck3 cairo
18
USE_XFCE=	panel
18
USE_XFCE=	panel
19
USE_XORG=	x11
19
USE_XORG=	x11
20
INSTALL_TARGET=	install-strip
20
21
22
# Downgrade libxklavier
23
post-patch:
24
	@${REINPLACE_CMD} -e 's|5.4|5.3|g' ${WRKSRC}/configure
25
21
.include <bsd.port.mk>
26
.include <bsd.port.mk>
(-)distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (xfce4-xkb-plugin-0.7.1.tar.bz2) = 61fe2e33fe99939d5d06a682e94e40e05ef844c930ad612154090d158b2ce681
1
TIMESTAMP = 1497667393
2
SIZE (xfce4-xkb-plugin-0.7.1.tar.bz2) = 837922
2
SHA256 (xfce4-xkb-plugin-0.8.0.tar.bz2) = 3b0d3b9f4b7c3e3e7be668e2f7c845b89b16e0ed3db2bacb544a17272682ced0
3
SIZE (xfce4-xkb-plugin-0.8.0.tar.bz2) = 835556
(-)pkg-plist (-3 / +3 lines)
Lines 1-4 Link Here
1
libexec/xfce4/panel-plugins/xfce4-xkb-plugin
1
lib/xfce4/panel/plugins/libxkb.so
2
share/locale/ar/LC_MESSAGES/xfce4-xkb-plugin.mo
2
share/locale/ar/LC_MESSAGES/xfce4-xkb-plugin.mo
3
share/locale/ast/LC_MESSAGES/xfce4-xkb-plugin.mo
3
share/locale/ast/LC_MESSAGES/xfce4-xkb-plugin.mo
4
share/locale/be/LC_MESSAGES/xfce4-xkb-plugin.mo
4
share/locale/be/LC_MESSAGES/xfce4-xkb-plugin.mo
Lines 49-55 Link Here
49
share/locale/uz@Latn/LC_MESSAGES/xfce4-xkb-plugin.mo
49
share/locale/uz@Latn/LC_MESSAGES/xfce4-xkb-plugin.mo
50
share/locale/zh_CN/LC_MESSAGES/xfce4-xkb-plugin.mo
50
share/locale/zh_CN/LC_MESSAGES/xfce4-xkb-plugin.mo
51
share/locale/zh_TW/LC_MESSAGES/xfce4-xkb-plugin.mo
51
share/locale/zh_TW/LC_MESSAGES/xfce4-xkb-plugin.mo
52
share/xfce4/panel-plugins/xkb-plugin.desktop
52
share/xfce4/panel/plugins/xkb.desktop
53
share/xfce4/xkb/flags/ae.svg
53
share/xfce4/xkb/flags/ae.svg
54
share/xfce4/xkb/flags/al.svg
54
share/xfce4/xkb/flags/al.svg
55
share/xfce4/xkb/flags/am.svg
55
share/xfce4/xkb/flags/am.svg
Lines 68-74 Link Here
68
share/xfce4/xkb/flags/cu.svg
68
share/xfce4/xkb/flags/cu.svg
69
share/xfce4/xkb/flags/cz.svg
69
share/xfce4/xkb/flags/cz.svg
70
share/xfce4/xkb/flags/de.svg
70
share/xfce4/xkb/flags/de.svg
71
share/xfce4/xkb/flags/dev.svg
72
share/xfce4/xkb/flags/dj.svg
71
share/xfce4/xkb/flags/dj.svg
73
share/xfce4/xkb/flags/dk.svg
72
share/xfce4/xkb/flags/dk.svg
74
share/xfce4/xkb/flags/dvorak.svg
73
share/xfce4/xkb/flags/dvorak.svg
Lines 88-93 Link Here
88
share/xfce4/xkb/flags/hu.svg
87
share/xfce4/xkb/flags/hu.svg
89
share/xfce4/xkb/flags/ie.svg
88
share/xfce4/xkb/flags/ie.svg
90
share/xfce4/xkb/flags/il.svg
89
share/xfce4/xkb/flags/il.svg
90
share/xfce4/xkb/flags/in.svg
91
share/xfce4/xkb/flags/iq.svg
91
share/xfce4/xkb/flags/iq.svg
92
share/xfce4/xkb/flags/ir.svg
92
share/xfce4/xkb/flags/ir.svg
93
share/xfce4/xkb/flags/is.svg
93
share/xfce4/xkb/flags/is.svg

Return to bug 220071