[Gpa-commits] r712 - in trunk: . m4 po
werner at wald.intevation.org
werner at wald.intevation.org
Wed Oct 26 12:13:02 CEST 2005
Author: werner
Date: 2005-10-26 12:13:01 +0200 (Wed, 26 Oct 2005)
New Revision: 712
Modified:
trunk/ChangeLog
trunk/Makefile.am
trunk/NEWS
trunk/README.W32
trunk/acinclude.m4
trunk/m4/ChangeLog
trunk/m4/Makefile.am
trunk/po/de.po
trunk/po/es.po
trunk/po/fr.po
trunk/po/ja.po
trunk/po/nl.po
trunk/po/pl.po
trunk/po/pt_BR.po
trunk/po/sv.po
trunk/po/tr.po
trunk/po/zh_TW.Big5.po
Log:
Updated some notes, use bzip2 for the dist target.
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2005-10-21 11:31:42 UTC (rev 711)
+++ trunk/ChangeLog 2005-10-26 10:13:01 UTC (rev 712)
@@ -1,3 +1,11 @@
+2005-10-26 Werner Koch <wk at g10code.com>
+
+ * Makefile.am: Use dist-bzip2 option.
+
+2005-10-21 Werner Koch <wk at g10code.com>
+
+ * acinclude.m4: Fixed quoting.
+
2005-10-07 Marcus Brinkmann <marcus at g10code.de>
* acinclude.m4 (AM_PATH_GPGME): Removed.
Modified: trunk/Makefile.am
===================================================================
--- trunk/Makefile.am 2005-10-21 11:31:42 UTC (rev 711)
+++ trunk/Makefile.am 2005-10-26 10:13:01 UTC (rev 712)
@@ -1,4 +1,7 @@
+ACLOCAL_AMFLAGS = -I m4
+AUTOMAKE_OPTIONS = dist-bzip2
+
SUBDIRS = m4 intl src po pixmaps
EXTRA_DIST = config.rpath TODO README-alpha to-utf8 autogen.sh gpa.spec gpa.desktop gpa.png
DISTCLEANFILES = gpadefs.h
@@ -15,5 +18,3 @@
dist-hook:
@set -e; echo "$(VERSION)" > $(distdir)/VERSION
-
-ACLOCAL_AMFLAGS = -I m4
Modified: trunk/NEWS
===================================================================
--- trunk/NEWS 2005-10-21 11:31:42 UTC (rev 711)
+++ trunk/NEWS 2005-10-26 10:13:01 UTC (rev 712)
@@ -15,6 +15,9 @@
when minimized (and on the window title if supported by the window
manager).
+ * It is again possible to do a build for Windows.
+
+
Noteworthy changes in version 0.7.0 (2003-10-22)
------------------------------------------------
Modified: trunk/README.W32
===================================================================
--- trunk/README.W32 2005-10-21 11:31:42 UTC (rev 711)
+++ trunk/README.W32 2005-10-26 10:13:01 UTC (rev 712)
@@ -1,3 +1,5 @@
+NOTE, THAT THE INFORMATION BELOW ARE PRETTY MUCH OUT OF DATE!
+
Some hints for compiling GPA for Windows:
- supported compiler: mingw cross-compiler
Modified: trunk/acinclude.m4
===================================================================
--- trunk/acinclude.m4 2005-10-21 11:31:42 UTC (rev 711)
+++ trunk/acinclude.m4 2005-10-26 10:13:01 UTC (rev 712)
@@ -5,7 +5,7 @@
dnl GNUPG_CHECK_TYPEDEF(TYPE, HAVE_NAME)
dnl Check whether a typedef exists and create a #define $2 if it exists
dnl
-AC_DEFUN(GNUPG_CHECK_TYPEDEF,
+AC_DEFUN([GNUPG_CHECK_TYPEDEF],
[ AC_MSG_CHECKING(for $1 typedef)
AC_CACHE_VAL(gnupg_cv_typedef_$1,
[AC_TRY_COMPILE([#define _GNU_SOURCE 1
Modified: trunk/m4/ChangeLog
===================================================================
--- trunk/m4/ChangeLog 2005-10-21 11:31:42 UTC (rev 711)
+++ trunk/m4/ChangeLog 2005-10-26 10:13:01 UTC (rev 712)
@@ -1,3 +1,7 @@
+2005-10-21 Werner Koch <wk at g10code.com>
+
+ * Makefile.am: Add check_zlib.m4 and gpgme.m4.
+
2005-10-21 Marcus Brinkmann <marcus at g10code.de>
* gpgme.m4: New file.
Modified: trunk/m4/Makefile.am
===================================================================
--- trunk/m4/Makefile.am 2005-10-21 11:31:42 UTC (rev 711)
+++ trunk/m4/Makefile.am 2005-10-26 10:13:01 UTC (rev 712)
@@ -1 +1,6 @@
-EXTRA_DIST = codeset.m4 gettext.m4 glibc21.m4 iconv.m4 intdiv0.m4 inttypes.m4 inttypes_h.m4 inttypes-pri.m4 isc-posix.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 nls.m4 po.m4 progtest.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4
+EXTRA_DIST = codeset.m4 gettext.m4 glibc21.m4 iconv.m4 intdiv0.m4 \
+ inttypes.m4 inttypes_h.m4 inttypes-pri.m4 isc-posix.m4 \
+ lcmessage.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 nls.m4 \
+ po.m4 progtest.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4 \
+ gpgme.m4
+
Modified: trunk/po/de.po
===================================================================
--- trunk/po/de.po 2005-10-21 11:31:42 UTC (rev 711)
+++ trunk/po/de.po 2005-10-26 10:13:01 UTC (rev 712)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: de\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-10-06 17:48+0200\n"
+"POT-Creation-Date: 2005-10-21 13:29+0200\n"
"PO-Revision-Date: 2003-10-21 23:49+0200\n"
"Last-Translator: Steffen Michalek <steffen at michalek.de>\n"
"Language-Team: deutsch <de at li.org>\n"
Modified: trunk/po/es.po
===================================================================
--- trunk/po/es.po 2005-10-21 11:31:42 UTC (rev 711)
+++ trunk/po/es.po 2005-10-26 10:13:01 UTC (rev 712)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: GPA 0.7.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-10-06 17:48+0200\n"
+"POT-Creation-Date: 2005-10-21 13:29+0200\n"
"PO-Revision-Date: 2003-10-18 13:35+0200\n"
"Last-Translator: Miguel Coca <mcoca at gnu.org>\n"
"Language-Team: Spanish <es at li.org>\n"
Modified: trunk/po/fr.po
===================================================================
--- trunk/po/fr.po 2005-10-21 11:31:42 UTC (rev 711)
+++ trunk/po/fr.po 2005-10-26 10:13:01 UTC (rev 712)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: GPA 0.6.1\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-10-06 17:48+0200\n"
+"POT-Creation-Date: 2005-10-21 13:29+0200\n"
"PO-Revision-Date: 2003-01-01 21:11+0100\n"
"Last-Translator: \n"
"Language-Team: <fr at li.org>\n"
Modified: trunk/po/ja.po
===================================================================
--- trunk/po/ja.po 2005-10-21 11:31:42 UTC (rev 711)
+++ trunk/po/ja.po 2005-10-26 10:13:01 UTC (rev 712)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: GPA 0.6.1-cvs\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-10-06 17:48+0200\n"
+"POT-Creation-Date: 2005-10-21 13:29+0200\n"
"PO-Revision-Date: 2003-11-03 17:11+0100\n"
"Last-Translator: TAKAHASHI Tamotsu <ttakah at lapis.plala.or.jp>\n"
"Language-Team: Japanese <gnupg-i18n at gnupg.org>\n"
Modified: trunk/po/nl.po
===================================================================
--- trunk/po/nl.po 2005-10-21 11:31:42 UTC (rev 711)
+++ trunk/po/nl.po 2005-10-26 10:13:01 UTC (rev 712)
@@ -4,7 +4,7 @@
msgstr ""
"Project-Id-Version: GPA 0.5.1\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-10-06 17:48+0200\n"
+"POT-Creation-Date: 2005-10-21 13:29+0200\n"
"PO-Revision-Date: 2003-10-19 14:29+0200\n"
"Last-Translator: Michael Anckaert <michael.anckaert at pi.be>\n"
"Language-Team: DUTCH <nl at li.org>\n"
Modified: trunk/po/pl.po
===================================================================
--- trunk/po/pl.po 2005-10-21 11:31:42 UTC (rev 711)
+++ trunk/po/pl.po 2005-10-26 10:13:01 UTC (rev 712)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: gpa-0.7\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-10-06 17:48+0200\n"
+"POT-Creation-Date: 2005-10-21 13:29+0200\n"
"PO-Revision-Date: 2004-08-22 02:23+0200\n"
"Last-Translator: Emilian Nowak <emil5 at go2.pl>\n"
"Language-Team: Polish <pl at li.org>\n"
Modified: trunk/po/pt_BR.po
===================================================================
--- trunk/po/pt_BR.po 2005-10-21 11:31:42 UTC (rev 711)
+++ trunk/po/pt_BR.po 2005-10-26 10:13:01 UTC (rev 712)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: GPA 0.6.1\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-10-06 17:48+0200\n"
+"POT-Creation-Date: 2005-10-21 13:29+0200\n"
"PO-Revision-Date: 2003-01-20 18:39+0100\n"
"Last-Translator: Renato Martini <rmartini at cipsga.org.br>\n"
"Language-Team: PORTUGUES <rmartini at cipsga.org.br>\n"
Modified: trunk/po/sv.po
===================================================================
--- trunk/po/sv.po 2005-10-21 11:31:42 UTC (rev 711)
+++ trunk/po/sv.po 2005-10-26 10:13:01 UTC (rev 712)
@@ -2,7 +2,7 @@
msgstr ""
"Project-Id-Version: GPA 0.6.1\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-10-06 17:48+0200\n"
+"POT-Creation-Date: 2005-10-21 13:29+0200\n"
"PO-Revision-Date: 2003-01-29 16:34+0100\n"
"Last-Translator: Mick Ohrberg <mick.ohrberg at umb.com>\n"
"Language-Team: Swedish <sv at li.org>\n"
Modified: trunk/po/tr.po
===================================================================
--- trunk/po/tr.po 2005-10-21 11:31:42 UTC (rev 711)
+++ trunk/po/tr.po 2005-10-26 10:13:01 UTC (rev 712)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: gpa 0.7.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-10-06 17:48+0200\n"
+"POT-Creation-Date: 2005-10-21 13:29+0200\n"
"PO-Revision-Date: 2004-06-20 14:42+0300\n"
"Last-Translator: Mert Çetin <mertc at su.sabanciuniv.edu>\n"
"Language-Team: xTc & Déjà Vu\n"
Modified: trunk/po/zh_TW.Big5.po
===================================================================
--- trunk/po/zh_TW.Big5.po 2005-10-21 11:31:42 UTC (rev 711)
+++ trunk/po/zh_TW.Big5.po 2005-10-26 10:13:01 UTC (rev 712)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: gpa-0.7.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-10-06 17:48+0200\n"
+"POT-Creation-Date: 2005-10-21 13:29+0200\n"
"PO-Revision-Date: 2003-10-20 11:55+0200\n"
"Last-Translator: Shell Hung <shell at linux.org.hk>\n"
"Language-Team: Hong Kong Linux User Group <info at linux.org.hk>\n"
More information about the Gpa-commits
mailing list