blob: 8303a35cd5875b8f2915404d959b461b5d11efe8 (
plain)
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
44
45
46
47
48
49
|
diff -Naur sussen-0.34.orig/ChangeLog sussen-0.34/ChangeLog
--- sussen-0.34.orig/ChangeLog 2007-01-29 15:04:43.000000000 +0300
+++ sussen-0.34/ChangeLog 2007-02-10 10:52:06.000000000 +0300
@@ -3,6 +3,7 @@
* agent: Fixed crash when loading app.config in Mono 1.1.13.x
* applet: Save results to desktop if explict path not specified
* applet: Run as tray icon by default
+ * misc: Updated build to use po/LINGUAS
* oval: Fixed incorrect behavior in variable handling
* oval: Increased debug information available
* oval: Make sure all tested objects are recorded in system characteristics
diff -Naur sussen-0.34.orig/configure.ac sussen-0.34/configure.ac
--- sussen-0.34.orig/configure.ac 2007-01-29 15:04:55.000000000 +0300
+++ sussen-0.34/configure.ac 2007-02-10 10:50:53.000000000 +0300
@@ -7,7 +7,7 @@
AM_CONFIG_HEADER(config.h)
AC_PROG_INSTALL
-AC_PROG_INTLTOOL([0.25])
+AC_PROG_INTLTOOL([0.35.0])
AC_PROG_CC
AC_ISC_POSIX
AC_HEADER_STDC
@@ -141,7 +141,6 @@
GETTEXT_PACKAGE=sussen
AC_SUBST(GETTEXT_PACKAGE)
-ALL_LINGUAS=""
AM_GLIB_GNU_GETTEXT
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Name of the package for translations])
diff -Naur sussen-0.34.orig/po/ChangeLog sussen-0.34/po/ChangeLog
--- sussen-0.34.orig/po/ChangeLog 2006-02-13 11:30:53.000000000 +0300
+++ sussen-0.34/po/ChangeLog 2007-02-10 10:53:23.000000000 +0300
@@ -1,3 +1,7 @@
+2007-02-09 - Loren Bandiera <lorenb@mmgsecurity.com>
+
+ * LINGUAS: Updated to use the new format.
+
2006-02-01 - Loren Bandiera <lorenb@mmgsecurity.com>
* Initial po layout
diff -Naur sussen-0.34.orig/po/POTFILES.in sussen-0.34/po/POTFILES.in
--- sussen-0.34.orig/po/POTFILES.in 2006-10-03 23:41:54.000000000 +0400
+++ sussen-0.34/po/POTFILES.in 2007-02-10 10:53:37.000000000 +0300
@@ -1,2 +1,3 @@
# List of source files containing translatable strings.
# Please keep this file sorted alphabetically.
+applet/glue/eggtrayicon.c
|