Updating branch refs/heads/master
         to fb62a8a3dcd411a554ed335e30b4a165926f0a8f (commit)
       from c79d38a8d5c5d01e044e81c43cce16bca9a76ce1 (commit)

commit fb62a8a3dcd411a554ed335e30b4a165926f0a8f
Author: Nick Schermer <[email protected]>
Date:   Fri Dec 18 18:21:04 2009 +0100

    Drop pot file and switch to xdt 4.7.2.

 autogen.sh    |   54 +++-----------
 po/ChangeLog  |  224 ---------------------------------------------------------
 po/LINGUAS    |    2 -
 po/garcon.pot |   27 -------
 4 files changed, 12 insertions(+), 295 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index 5053f25..72ab6b9 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,53 +1,23 @@
 #!/bin/sh
 #
-# vi:set et ai sw=2 sts=2 ts=2: */
-# 
-# Copyright (c) 2007-2009 Jannis Pohlmann <[email protected]>
-# 
-# This library is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Library General Public
-# License as published by the Free Software Foundation; either
-# version 2 of the License, or (at your option) any later version.
-# 
-# This library is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
-# GNU Library General Public License for more details.
-# 
-# You should have received a copy of the GNU Library General 
-# Public License along with this library; if not, write to the 
-# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# Copyright (c) 2002-2009
+#         The Xfce development team. All rights reserved.
+#
+# Written for Xfce by Benedikt Meurer <[email protected]>
+#                 and Brian Tarricone <[email protected]>.
+#
 
 (type xdt-autogen) >/dev/null 2>&1 || {
   cat >&2 <<EOF
-autogen.sh: You don't seem to have the Xfce development tools installed on
-            your system, which are required to build this software.
-            Please install the xfce4-dev-tools package first, it is available
+autogen.sh: You don't seem to have the Xfce development tools (at least
+            version $XDT_REQURED_VERSION) installed on your system, which
+            are required to build this software.
+            Please install the xfce4-dev-tools package first; it is available
             from http://www.xfce.org/.
 EOF
   exit 1
 }
 
-# Verify that po/LINGUAS is present
-(test -f po/LINGUAS) >/dev/null 2>&1 || {
-  cat >&2 <<EOF
-autogen.sh: The file po/LINGUAS could not be found. Please check your snapshot
-            or try to checkout again.
-EOF
-  exit 1
-}
-
-# Substitute revision and linguas
-linguas=`sed -e '/^#/d' po/LINGUAS`
-if test -d .git; then
-  revision=$(git rev-parse --short HEAD 2>/dev/null)
-else
-  revision="Unknown"
-fi
-sed -e "s/@LINGUAS@/${linguas}/g" \
-    -e "s/@REVISION@/${revision}/g" \
-    < "configure.in.in" > "configure.in"
-
-exec xdt-autogen $@
+XDT_AUTOGEN_REQUIRED_VERSION="4.7.2" exec xdt-autogen "$@"
 
+# vi:set ts=2 sw=2 et ai:
diff --git a/po/ChangeLog b/po/ChangeLog
deleted file mode 100644
index 313bf13..0000000
--- a/po/ChangeLog
+++ /dev/null
@@ -1,224 +0,0 @@
-2009-03-15  Jannis Pohlmann <[email protected]>
-
-       * POTFILES.in: Remove deleted file xfce-menu-layout.c.
-
-2009-03-14  Jannis Pohlmann <[email protected]>
-
-       * POTFILES.in: Update translatable source file list.
-       * libxfce4menu-0.1.pot: Update pot file.
-
-2009-02-07  Maximilian Schleiss <[email protected]>
-
-       * de.po: German translation update (Enrico Tröger)
-       * id.po: Indonesian translation update (Andhika Padmawan)
-       * pl.po: Polish translation update (Piotr Sokół)
-
-2009-02-03  Maximilian Schleiss <[email protected]>
-
-       * en_GB.po: British English translation update (Jeff Bailes)
-
-2009-01-31  Eren Türkay <[email protected]>
-
-       * tr.po: Turkish translation update (Gökmen Görgen, Samed Beyribey)
-
-2009-01-26  Maximilian Schleiss <[email protected]>
-
-       * uk.po: Ukrainian translation udpate (Dmitry Nikitin)
-
-2009-01-25  Jari Rahkonen <[email protected]>
-
-       * fi.po: Update Finnish translation.
-
-2009-01-25  Jannis Pohlmann <[email protected]>
-
-       * *.po: Update translation files.
-
-2009-01-22  Per Kongstad <[email protected]>
-
-       * da.po: Updated to version 4.5.92 (Per Kongstad)
-
-2009-01-21  Maximilian Schleiss <[email protected]>
-
-       * zh_CN.po, LINGUAS: Simplified Chinese translation added (Chris K. 
Zhang)
-
-2009-01-19  Maximilian Schleiss <[email protected]>
-
-       * nb_NO.po: Norwegian Bokmal translation update (Terje Uriansrud)
-
-2009-01-18  Maximilian Schleiss <[email protected]>
-
-       * fr.po: French translation update (Jérôme Guelfucci)
-       * ja.po: Japanese translation update (Masato Hashimoto)
-
-2009-01-18  Alexander Toresson <[email protected]>
-
-       * sv.po: Swedish translation update (Daniel Nylander)
-
-2009-01-15 Og Maciel <[email protected]>
-
-       * pt_BR.po: Updated Brazilian Portuguese translation.
-
-2009-01-15 Piarres Beobide <[email protected]>
-
-       * eu.po: Basque translation update
-
-2009-01-11  Maximilian Schleiss <[email protected]>
-
-       * ca.po: Catalan translation update (Carles Muñoz Gorriz)
-       * es.po: Spanish translation update (Abel Martín)
-
-2009-01-10     Jannis Pohlmann <[email protected]>
-
-       * libxfce4menu-0.1.pot, *.po: Update translation files just to make
-         sure they are up to date for the string-freeze release.
-
-2009-01-06  Michal Várady <[email protected]>
-
-       * cs.po: Czech translation updated
-
-2009-01-06     Jannis Pohlmann <[email protected]>
-
-       * libxfce4menu-0.1.pot, *.po: Update translation files.
-
-2008-12-10  Alexander Toresson <[email protected]>
-
-       * sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
-
-2008-12-07  Piarres Beobide <[email protected]>
-
-       * eu.po: Basque translation update
-
-2008-11-30  Maximilian Schleiss <[email protected]>
-
-       * ja.po: Japanese translation update (Masato Hashimoto)
-
-2008-11-27 Piarres Beobide <[email protected]>  
-
-        * eu.po, LINGUAS: Basque translation update  
-
-2008-11-25  Maximilian Schleiss <[email protected]>
-
-       * es.po: Spanish translation update (Abel Martín)
-
-2008-11-22  Jari Rahkonen <[email protected]>
-
-       * fi.po: Update Finnish translation.
-
-2008-11-18  Maximilian Schleiss <[email protected]>
-
-       * sq.po: Albanian translation update (Besnik Bleta)
-
-2008-11-16  Maximilian Schleiss <[email protected]>
-
-       * es.po: Spanish translation update (Abel Martín)
-
-2008-11-13 Og Maciel <[email protected]>
-
-       * pt_BR.po: Updated Brazilian Portuguese translation (Vladimir Melo)
-
-2008-11-02  Maximilian Schleiss <[email protected]>
-
-       * tr.po; LINGUAS: Turkish translation added (Gökmen Görgen)
-
-2008-11-01  Maximilian Schleiss <[email protected]>
-
-       * ku.po; LINGUAS: Kurdish translation added (Erdal Ronahi)
-
-2008-10-29  Maximilian Schleiss <[email protected]>
-
-       * sq.po: Albanian translation update (Besnik Bleta)
-
-2008-10-22 Lars Nielsen <[email protected]>
-
-       * da.po: danish translation updated
-
-2008-10-20  Maximilian Schleiss <[email protected]>
-
-       * ca.po, LINGUAS: Catalan translation added (Carles Muñoz Gorriz)
-
-2008-10-18  Maximilian Schleiss <[email protected]>
-
-       * nb_NO.po, LINGUAS: Norwegian Bokmal translation added (Terje 
Uriansrud)
-
-2008-10-05  Maximilian Schleiss <[email protected]>
-
-       * es.po, LINGUAS: Spanish translation added (Abel Martín)
-
-2008-09-09  Maximilian Schleiss <[email protected]>
-
-       * fr.po,LINGUAS: French translation added
-
-2008-08-10  Maximilian Schleiss <[email protected]>
-
-       * pl.po,LINGUAS: Polish translation added (Piotr Maliński)
-
-2008-07-15  Maximilian Schleiss <[email protected]>
-
-       * gl.po: Galician translation updated (Leandro Regueiro)
-
-2008-06-26  Maximilian Schleiss <[email protected]>
-
-       * gl.po, LINGUAS: Galician translation added (Leandro Regueiro)
-
-2008-06-22  Mike Massonnet <[email protected]>
-
-       * id.po, LINGUAS: Add Indonesian translation (Andhika Padmawan)
-
-2008-05-27  Mike Massonnet <[email protected]>
-
-       * da.po, LINGUAS: Add Danish translation (Ole Guldberg Jensen)
-
-2008-05-13     Mike Massonnet <[email protected]>
-
-       * en_GB.po: Update translation (Jeff Bailes)
-
-2008-03-29     Stavros Giannouris <[email protected]>
-
-       * el.po, LINGUAS: Add Greek translation by Evaggelos Balaskas
-         <[email protected]>
-         
-2008-03-18     Mike Massonnet <[email protected]>
-
-       * pt_PT.po: Update Portuguese translation by Nuno Miguel
-
-2008-01-07  Jari Rahkonen <[email protected]>
-
-       * fi.po, LINGUAS: Add Finnish translation.
-
-2007-11-15  Mike Massonnet <[email protected]>
-
-       * ur.po, LINGUAS: Add Urdu translation by ﻢﺤﻣﺩ ﻊﻠﻳ ﺎﻠﻤﻜﻳ
-         [email protected]
-
-2007-11-11  Og Maciel <[email protected]>
-
-       * pt_BR.po: Added Brazilian Portuguese translation
-         by Og Maciel <[email protected]>
-       * LINGUAS: Added pt_BR
-
-2007-11-11  Mike Massonnet <[email protected]>
-
-       * lv.po: Update translations by RPrieditis <[email protected]>
-
-2007-11-04  Jean-François Wauthy <[email protected]>
-
-       * LINGUAS, sq.po: Add Albanian translation by Besnik Bleta
-         <[email protected]>
-
-2007-09-24  Mike Massonnet <[email protected]>
-
-       * LINGUAS, lv.po: Add Latvian translation by RPrieditis
-         <[email protected]>
-
-2007-07-14  Daichi Kawahata <[email protected]>
-
-       * LINGUAS: Added ja.
-       * ja.po: Added Japanese translations.
-
-2007-03-23     Jannis Pohlmann <[email protected]>
-
-       * POTFILES.in: Add source files.
-       * de.po, libxfce4menu-0.1.pot, LINGUAS: Add POT file and
-         initial German translations.
-
-vim:set sw=8 sts=8 ts=8 noexpandtab:
diff --git a/po/LINGUAS b/po/LINGUAS
deleted file mode 100644
index b731533..0000000
--- a/po/LINGUAS
+++ /dev/null
@@ -1,2 +0,0 @@
-# set of available languages (in alphabetic order)
-ca cs da de el en_GB es eu fi fr gl hu id ja ku lv nb_NO pl pt_BR pt_PT sq sv 
tr uk ur zh_CN
diff --git a/po/garcon.pot b/po/garcon.pot
deleted file mode 100644
index d2b7772..0000000
--- a/po/garcon.pot
+++ /dev/null
@@ -1,27 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <em...@address>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-09-01 22:49+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <em...@address>\n"
-"Language-Team: LANGUAGE <[email protected]>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: .././garcon/garcon-menu-parser.c:278
-#, c-format
-msgid "Could not load menu file data from %s: %s"
-msgstr ""
-
-#: .././garcon/garcon-menu-parser.c:283
-#, c-format
-msgid "Could not load menu file data from %s"
-msgstr ""
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to