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

(-)Makefile (-6 / +8 lines)
Lines 20-27 Link Here
20
		libdbus-glib-1.so:devel/dbus-glib \
20
		libdbus-glib-1.so:devel/dbus-glib \
21
		libdbus-1.so:devel/dbus
21
		libdbus-1.so:devel/dbus
22
22
23
USES=		gettext-tools gmake libtool pkgconfig tar:bzip2 xfce:gtk3
23
USES=		gettext-tools gmake gnome libtool pkgconfig tar:bzip2 \
24
USE_GNOME=	gtk30 glib20 cairo intltool
24
		xfce:gtk3
25
USE_GNOME=	cairo gtk30 glib20 intltool
25
USE_XFCE=	libutil panel
26
USE_XFCE=	libutil panel
26
USE_XORG=	ice sm x11
27
USE_XORG=	ice sm x11
27
28
Lines 29-39 Link Here
29
INSTALLS_ICONS=	yes
30
INSTALLS_ICONS=	yes
30
INSTALL_TARGET=	install-strip
31
INSTALL_TARGET=	install-strip
31
32
32
OPTIONS_DEFINE=	NLS
33
OPTIONS_DEFINE=		NLS
33
NLS_USES=	gettext-runtime
34
OPTIONS_SUB=		yes
34
NLS_EXTRA_PATCHES=	${FILESDIR}/extra-patch-configure
35
OPTIONS_SUB=	yes
36
35
36
NLS_CONFIGURE_ENABLE=	nls
37
NLS_USES=		gettext-runtime
38
37
# requires libxfce4panel-2.0 >= 4.13.0 (development version)
39
# requires libxfce4panel-2.0 >= 4.13.0 (development version)
38
PORTSCOUT=	skipv:0.4.3
40
PORTSCOUT=	skipv:0.4.3
39
41
(-)files/extra-patch-configure (-20 lines)
Lines 1-20 Link Here
1
--- configure.orig	2016-11-09 22:20:54 UTC
2
+++ configure
3
@@ -5771,7 +5771,7 @@ with_gnu_ld=$lt_cv_prog_gnu_ld
4
 $as_echo_n "checking whether NLS is requested... " >&6; }
5
     # Check whether --enable-nls was given.
6
 if test "${enable_nls+set}" = set; then :
7
-  enableval=$enable_nls; USE_NLS=$enableval
8
+  enableval=$enable_nls; USE_NLS=no
9
 else
10
   USE_NLS=yes
11
 fi
12
@@ -13772,7 +13772,7 @@ $as_echo "#define HAVE_LC_MESSAGES 1" >>
13
 
14
     fi
15
   fi
16
-     USE_NLS=yes
17
+#     USE_NLS=yes
18
 
19
 
20
     gt_cv_have_gettext=no

Return to bug 235127