[Xfce4-commits] <garcon:master> Drop pot file and switch to xdt 4.7.2.
Nick Schermer
noreply at xfce.org
Fri Dec 18 18:22:01 CET 2009
Updating branch refs/heads/master
to fb62a8a3dcd411a554ed335e30b4a165926f0a8f (commit)
from c79d38a8d5c5d01e044e81c43cce16bca9a76ce1 (commit)
commit fb62a8a3dcd411a554ed335e30b4a165926f0a8f
Author: Nick Schermer <nick at xfce.org>
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 <jannis at xfce.org>
-#
-# 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 <benny at xfce.org>
+# and Brian Tarricone <brian at tarricone.org>.
+#
(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 <jannis at xfce.org>
-
- * POTFILES.in: Remove deleted file xfce-menu-layout.c.
-
-2009-03-14 Jannis Pohlmann <jannis at xfce.org>
-
- * POTFILES.in: Update translatable source file list.
- * libxfce4menu-0.1.pot: Update pot file.
-
-2009-02-07 Maximilian Schleiss <maximilian at xfce.org>
-
- * 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 <maximilian at xfce.org>
-
- * en_GB.po: British English translation update (Jeff Bailes)
-
-2009-01-31 Eren Türkay <erenturkay at xfce.org>
-
- * tr.po: Turkish translation update (Gökmen Görgen, Samed Beyribey)
-
-2009-01-26 Maximilian Schleiss <maximilian at xfce.org>
-
- * uk.po: Ukrainian translation udpate (Dmitry Nikitin)
-
-2009-01-25 Jari Rahkonen <jari.rahkonen at pp1.inet.fi>
-
- * fi.po: Update Finnish translation.
-
-2009-01-25 Jannis Pohlmann <jannis at xfce.org>
-
- * *.po: Update translation files.
-
-2009-01-22 Per Kongstad <pko at xfce.org>
-
- * da.po: Updated to version 4.5.92 (Per Kongstad)
-
-2009-01-21 Maximilian Schleiss <maximilian at xfce.org>
-
- * zh_CN.po, LINGUAS: Simplified Chinese translation added (Chris K. Zhang)
-
-2009-01-19 Maximilian Schleiss <maximilian at xfce.org>
-
- * nb_NO.po: Norwegian Bokmal translation update (Terje Uriansrud)
-
-2009-01-18 Maximilian Schleiss <maximilian at xfce.org>
-
- * fr.po: French translation update (Jérôme Guelfucci)
- * ja.po: Japanese translation update (Masato Hashimoto)
-
-2009-01-18 Alexander Toresson <eulex at xfce.org>
-
- * sv.po: Swedish translation update (Daniel Nylander)
-
-2009-01-15 Og Maciel <ogmaciel at gnome.org>
-
- * pt_BR.po: Updated Brazilian Portuguese translation.
-
-2009-01-15 Piarres Beobide <pi at beobide.net>
-
- * eu.po: Basque translation update
-
-2009-01-11 Maximilian Schleiss <maximilian at xfce.org>
-
- * ca.po: Catalan translation update (Carles Muñoz Gorriz)
- * es.po: Spanish translation update (Abel Martín)
-
-2009-01-10 Jannis Pohlmann <jannis at xfce.org>
-
- * 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 <miko.vaji at gmail.com>
-
- * cs.po: Czech translation updated
-
-2009-01-06 Jannis Pohlmann <jannis at xfce.org>
-
- * libxfce4menu-0.1.pot, *.po: Update translation files.
-
-2008-12-10 Alexander Toresson <eulex at xfce.org>
-
- * sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
-
-2008-12-07 Piarres Beobide <pi at beobide.net>
-
- * eu.po: Basque translation update
-
-2008-11-30 Maximilian Schleiss <maximilian at xfce.org>
-
- * ja.po: Japanese translation update (Masato Hashimoto)
-
-2008-11-27 Piarres Beobide <pi at beobide.net>
-
- * eu.po, LINGUAS: Basque translation update
-
-2008-11-25 Maximilian Schleiss <maximilian at xfce.org>
-
- * es.po: Spanish translation update (Abel Martín)
-
-2008-11-22 Jari Rahkonen <jari.rahkonen at pp1.inet.fi>
-
- * fi.po: Update Finnish translation.
-
-2008-11-18 Maximilian Schleiss <maximilian at xfce.org>
-
- * sq.po: Albanian translation update (Besnik Bleta)
-
-2008-11-16 Maximilian Schleiss <maximilian at xfce.org>
-
- * es.po: Spanish translation update (Abel Martín)
-
-2008-11-13 Og Maciel <ogmaciel at gnome.org>
-
- * pt_BR.po: Updated Brazilian Portuguese translation (Vladimir Melo)
-
-2008-11-02 Maximilian Schleiss <maximilian at xfce.org>
-
- * tr.po; LINGUAS: Turkish translation added (Gökmen Görgen)
-
-2008-11-01 Maximilian Schleiss <maximilian at xfce.org>
-
- * ku.po; LINGUAS: Kurdish translation added (Erdal Ronahi)
-
-2008-10-29 Maximilian Schleiss <maximilian at xfce.org>
-
- * sq.po: Albanian translation update (Besnik Bleta)
-
-2008-10-22 Lars Nielsen <lars at mit-web.dk>
-
- * da.po: danish translation updated
-
-2008-10-20 Maximilian Schleiss <maximilian at xfce.org>
-
- * ca.po, LINGUAS: Catalan translation added (Carles Muñoz Gorriz)
-
-2008-10-18 Maximilian Schleiss <maximilian at xfce.org>
-
- * nb_NO.po, LINGUAS: Norwegian Bokmal translation added (Terje Uriansrud)
-
-2008-10-05 Maximilian Schleiss <maximilian at xfce.org>
-
- * es.po, LINGUAS: Spanish translation added (Abel Martín)
-
-2008-09-09 Maximilian Schleiss <maximilian at xfce.org>
-
- * fr.po,LINGUAS: French translation added
-
-2008-08-10 Maximilian Schleiss <maximilian at xfce.org>
-
- * pl.po,LINGUAS: Polish translation added (Piotr Maliński)
-
-2008-07-15 Maximilian Schleiss <maximilian at xfce.org>
-
- * gl.po: Galician translation updated (Leandro Regueiro)
-
-2008-06-26 Maximilian Schleiss <maximilian at xfce.org>
-
- * gl.po, LINGUAS: Galician translation added (Leandro Regueiro)
-
-2008-06-22 Mike Massonnet <mmassonnet at xfce.org>
-
- * id.po, LINGUAS: Add Indonesian translation (Andhika Padmawan)
-
-2008-05-27 Mike Massonnet <mmassonnet at xfce.org>
-
- * da.po, LINGUAS: Add Danish translation (Ole Guldberg Jensen)
-
-2008-05-13 Mike Massonnet <mmassonnet at xfce.org>
-
- * en_GB.po: Update translation (Jeff Bailes)
-
-2008-03-29 Stavros Giannouris <stavrosg at hellug.gr>
-
- * el.po, LINGUAS: Add Greek translation by Evaggelos Balaskas
- <ebalaskas at ebalaskas.gr>
-
-2008-03-18 Mike Massonnet <mmassonnet at xfce.org>
-
- * pt_PT.po: Update Portuguese translation by Nuno Miguel
-
-2008-01-07 Jari Rahkonen <jari.rahkonen at pp1.inet.fi>
-
- * fi.po, LINGUAS: Add Finnish translation.
-
-2007-11-15 Mike Massonnet <mmassonnet at xfce.org>
-
- * ur.po, LINGUAS: Add Urdu translation by ﻢﺤﻣﺩ ﻊﻠﻳ ﺎﻠﻤﻜﻳ
- makki.ma at gmail.com
-
-2007-11-11 Og Maciel <ogmaciel at gnome.org>
-
- * pt_BR.po: Added Brazilian Portuguese translation
- by Og Maciel <ogmaciel at gnome.org>
- * LINGUAS: Added pt_BR
-
-2007-11-11 Mike Massonnet <mmassonnet at xfce.org>
-
- * lv.po: Update translations by RPrieditis <RPrieditis at inbox.lv>
-
-2007-11-04 Jean-François Wauthy <pollux at xfce.org>
-
- * LINGUAS, sq.po: Add Albanian translation by Besnik Bleta
- <bbleta at otenet.gr>
-
-2007-09-24 Mike Massonnet <mmassonnet at xfce.org>
-
- * LINGUAS, lv.po: Add Latvian translation by RPrieditis
- <RPrieditis at inbox.lv>
-
-2007-07-14 Daichi Kawahata <daichi at xfce.org>
-
- * LINGUAS: Added ja.
- * ja.po: Added Japanese translations.
-
-2007-03-23 Jannis Pohlmann <jannis at xfce.org>
-
- * 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 <EMAIL at 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 <EMAIL at ADDRESS>\n"
-"Language-Team: LANGUAGE <LL at li.org>\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 ""
More information about the Xfce4-commits
mailing list