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

Collapse All | Expand All

(-)b/editors/mousepad/Makefile (-4 / +14 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	mousepad
3
PORTNAME=	mousepad
4
PORTVERSION=	0.5.5
4
PORTVERSION=	0.5.5
5
PORTREVISION=	1
5
CATEGORIES=	editors xfce
6
CATEGORIES=	editors xfce
6
MASTER_SITES=	XFCE/apps
7
MASTER_SITES=	XFCE/apps
7
DIST_SUBDIR=	xfce4
8
DIST_SUBDIR=	xfce4
Lines 12-33 COMMENT= Simple text editor for the Xfce Desktop Link Here
12
LICENSE=	GPLv2
13
LICENSE=	GPLv2
13
LICENSE_FILE=	${WRKSRC}/COPYING
14
LICENSE_FILE=	${WRKSRC}/COPYING
14
15
16
LIB_DEPENDS=	libharfbuzz.so:print/harfbuzz
17
15
USES=		desktop-file-utils gettext-tools gmake gnome libtool perl5 \
18
USES=		desktop-file-utils gettext-tools gmake gnome libtool perl5 \
16
		pkgconfig tar:bzip2 xfce
19
		pkgconfig tar:bzip2 xfce
17
USE_GNOME=	cairo dconf gdkpixbuf2 glib20 gtk30 gtksourceview3 intlhack \
20
USE_GNOME=	cairo dconf gdkpixbuf2 glib20 gtk30 gtksourceview3 intltool
18
		intltool
19
USE_XFCE=	xfconf
20
USE_LDCONFIG=	yes
21
USE_LDCONFIG=	yes
21
22
22
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
24
INSTALLS_ICONS=	yes
23
INSTALL_TARGET=	install-strip
25
INSTALL_TARGET=	install-strip
24
26
25
GLIB_SCHEMAS=	org.xfce.mousepad.gschema.xml
27
GLIB_SCHEMAS=	org.xfce.mousepad.gschema.xml
26
28
27
OPTIONS_DEFINE=		NLS
29
OPTIONS_DEFINE=		NLS SPELL
30
OPTIONS_DEFAULT=	SPELL
28
OPTIONS_SUB=		yes
31
OPTIONS_SUB=		yes
29
32
33
SPELL_DESC=		Spell checking plugin
34
30
NLS_CONFIGURE_ENABLE=	nls
35
NLS_CONFIGURE_ENABLE=	nls
31
NLS_USES=		gettext-runtime
36
NLS_USES=		gettext-runtime
32
37
38
SPELL_CONFIGURE_ENABLE=	plugin-gspell
39
SPELL_LIB_DEPENDS=	libgspell-1.so:textproc/gspell \
40
			libenchant-2.so:textproc/enchant2
41
SPELL_VARS=		GLIB_SCHEMAS+=org.xfce.mousepad.plugins.gspell.gschema.xml
42
33
.include <bsd.port.mk>
43
.include <bsd.port.mk>
(-)b/editors/mousepad/pkg-plist (+1 lines)
Lines 2-7 bin/mousepad Link Here
2
lib/libmousepad.so
2
lib/libmousepad.so
3
lib/libmousepad.so.0
3
lib/libmousepad.so.0
4
lib/libmousepad.so.0.0.0
4
lib/libmousepad.so.0.0.0
5
%%SPELL%%lib/mousepad/plugins/libmousepad-plugin-gspell.so
5
share/applications/mousepad-settings.desktop
6
share/applications/mousepad-settings.desktop
6
share/applications/mousepad.desktop
7
share/applications/mousepad.desktop
7
share/icons/hicolor/128x128/apps/org.xfce.mousepad.png
8
share/icons/hicolor/128x128/apps/org.xfce.mousepad.png

Return to bug 256303