Package: gsetroot / 1.1-3

02-gsetroot-pot.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
From: Unknown
Subject: Patch to enable locale.

---
 Makefile.am  |   12 +++---------
 configure.in |    2 +-
 2 files changed, 4 insertions(+), 10 deletions(-)

--- a/configure.in
+++ b/configure.in
@@ -32,7 +32,7 @@
 
 
 dnl Languages which your application supports
-ALL_LINGUAS=""
+ALL_LINGUAS="sv"
 AM_GNU_GETTEXT
 AM_GNU_GETTEXT_VERSION(0.10.40)
 
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,18 +4,12 @@
 ## 	Please disable it in the Anjuta project configuration
 
 SUBDIRS = intl po src
-
 ACLOCAL_AMFLAGS = -I m4
-gsetrootdocdir = ${prefix}/doc/gsetroot
+
+gsetrootdocdir = ${prefix}/share/doc/gsetroot
 gsetrootdoc_DATA = \
 	README\
-	COPYING\
-	AUTHORS\
-	ChangeLog\
-	INSTALL\
-	NEWS\
-	TODO\
-	ABOUT-NLS
+	AUTHORS
 
 EXTRA_DIST = $(gsetrootdoc_DATA)