[Goodies-commits] r6567 - in xfce4-wmdock-plugin/trunk: . po

Andre Ellguth ellguth at xfce.org
Mon Jan 26 21:04:12 CET 2009


Author: ellguth
Date: 2009-01-26 20:04:12 +0000 (Mon, 26 Jan 2009)
New Revision: 6567

Added:
   xfce4-wmdock-plugin/trunk/autogen.sh
Modified:
   xfce4-wmdock-plugin/trunk/configure.in.in
   xfce4-wmdock-plugin/trunk/po/xfce4-wmdock-plugin.pot
Log:
Added the file autogen.sh.


Added: xfce4-wmdock-plugin/trunk/autogen.sh
===================================================================
--- xfce4-wmdock-plugin/trunk/autogen.sh	                        (rev 0)
+++ xfce4-wmdock-plugin/trunk/autogen.sh	2009-01-26 20:04:12 UTC (rev 6567)
@@ -0,0 +1,37 @@
+#!/bin/sh
+#
+# $Id: autogen.sh 1972 2006-09-06 08:21:54Z nick $
+#
+# Copyright (c) 2002-2006
+#         The Thunar development team. All rights reserved.
+#
+# Written for Thunar by Benedikt Meurer <benny at xfce.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
+            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`
+revision=`LC_ALL=C svn info $0 | awk '/^Revision: / {printf "%05d\n", $2}'`
+sed -e "s/@LINGUAS@/${linguas}/g" \
+    -e "s/@REVISION@/${revision}/g" \
+    < "configure.in.in" > "configure.in"
+
+exec xdt-autogen $@


Property changes on: xfce4-wmdock-plugin/trunk/autogen.sh
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:keywords
   + Date Revision
Added: svn:eol-style
   + native

Modified: xfce4-wmdock-plugin/trunk/configure.in.in
===================================================================
--- xfce4-wmdock-plugin/trunk/configure.in.in	2009-01-26 14:15:32 UTC (rev 6566)
+++ xfce4-wmdock-plugin/trunk/configure.in.in	2009-01-26 20:04:12 UTC (rev 6567)
@@ -30,7 +30,7 @@
 AC_CHECK_LIB([m], [sin])
 
 dnl check for i18n support
-XDT_I18N([de fr en_GB pt_BR sv zh_CN])
+XDT_I18N([@LINGUAS@])
 
 dnl check for required packages
 XDT_CHECK_PACKAGE([GTHREAD], [gthread-2.0], [2.6.0])

Modified: xfce4-wmdock-plugin/trunk/po/xfce4-wmdock-plugin.pot
===================================================================
--- xfce4-wmdock-plugin/trunk/po/xfce4-wmdock-plugin.pot	2009-01-26 14:15:32 UTC (rev 6566)
+++ xfce4-wmdock-plugin/trunk/po/xfce4-wmdock-plugin.pot	2009-01-26 20:04:12 UTC (rev 6567)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-01-25 20:01+0100\n"
+"POT-Creation-Date: 2009-01-26 20:22+0100\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"
@@ -21,50 +21,50 @@
 msgid "Do you want remove the dockapp \"%s\"?"
 msgstr ""
 
-#: panel-plugin/wmdock.c:397
+#: panel-plugin/wmdock.c:398
 msgid "No dockapp is running!"
 msgstr ""
 
-#: panel-plugin/wmdock.c:855
+#: panel-plugin/wmdock.c:858
 #, c-format
 msgid "Failed to start %s!"
 msgstr ""
 
-#: panel-plugin/wmdock.c:1145
+#: panel-plugin/wmdock.c:1148
 msgid "WMdock"
 msgstr ""
 
-#: panel-plugin/wmdock.c:1148
+#: panel-plugin/wmdock.c:1151
 msgid "Remove dockapp"
 msgstr ""
 
-#: panel-plugin/wmdock.c:1164
+#: panel-plugin/wmdock.c:1167
 msgid "General settings"
 msgstr ""
 
-#: panel-plugin/wmdock.c:1165
+#: panel-plugin/wmdock.c:1168
 msgid "Dockapp detection"
 msgstr ""
 
-#: panel-plugin/wmdock.c:1213
+#: panel-plugin/wmdock.c:1216
 msgid "Select dockapp to configure:"
 msgstr ""
 
-#: panel-plugin/wmdock.c:1222
+#: panel-plugin/wmdock.c:1225
 msgid "Shell command:"
 msgstr ""
 
-#: panel-plugin/wmdock.c:1233
+#: panel-plugin/wmdock.c:1236
 msgid "Display tile in the background."
 msgstr ""
 
-#: panel-plugin/wmdock.c:1234
+#: panel-plugin/wmdock.c:1237
 msgid ""
 "Display a separate WMdock properties\n"
 "button in the panel."
 msgstr ""
 
-#: panel-plugin/wmdock.c:1235
+#: panel-plugin/wmdock.c:1238
 msgid ""
 "Add only dockapps which start with\n"
 "wm* in the name."




More information about the Goodies-commits mailing list