[Xfce4-commits] gigolo:master Cleanup a bit.

2013-07-13 Thread Nick Schermer
Updating branch refs/heads/master
 to b344b089a1e0a8aea5370df3c6d5bfdbb02caa57 (commit)
   from a12eba566ac8ddde84d4311a63d17828000a8134 (commit)

commit b344b089a1e0a8aea5370df3c6d5bfdbb02caa57
Author: Nick Schermer n...@xfce.org
Date:   Sat Jul 13 21:41:32 2013 +0200

Cleanup a bit.

 README.I18N |   33 --
 autogen.sh  |  103 ++-
 configure.ac = configure.ac.in |0
 module.xml  |   20 
 po/ChangeLog|  212 ---
 5 files changed, 29 insertions(+), 339 deletions(-)

diff --git a/README.I18N b/README.I18N
deleted file mode 100644
index 76f50b5..000
--- a/README.I18N
+++ /dev/null
@@ -1,33 +0,0 @@
-Quick guide for new translations
-
-
-If you want to translate Gigolo into another language, please check
-whether a translation for your language already exists (check the
-po/ subdirectory.
-Get the GIT version of Gigolo, change to the po directory and
-start the new translation with:
-
-$ msginit -l ll_CC -o ll.po -i gigolo.pot
-
-Fill in ll with the language code and CC with the country code.
-For example, to translate Gigolo into Italian you would type:
-
-$ msginit -l it_IT -o it.po -i gigolo.pot
-
-This will create a file it.po. This file can be opened with a
-text editor or you can also use a graphical interface.
-I can suggest PoEdit (http://www.poedit.net/), but there are
-several other GUIs.
-
-Make sure you add your language to the file po/LINGUAS.
-Just open the file with a text editor and add your code.
-
-When you have finished editing the file, check the file with:
-
-$ msgfmt -c --check-accelerators=_ it.po
-
-Please take care of menu accelerators(strings containing a _).
-The _ character should also be in your translation. Additionally,
-it would be nice if these accelerators are not twice for two strings
-inside a dialog or sub menu.
-
diff --git a/autogen.sh b/autogen.sh
index ac67005..b5875b6 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,77 +1,32 @@
 #!/bin/sh
-# Run this to generate all the initial makefiles, etc.
-
-srcdir=`dirname $0`
-test -z $srcdir  srcdir=.
-
-DIE=0
-
-(test -f $srcdir/configure.ac) || {
-   echo **Error**: Directory \`$srcdir\' does not look like the 
top-level package directory
-   exit 1
-}
-
-(autoconf --version)  /dev/null  /dev/null 21 || {
-   echo
-   echo **Error**: You must have \`autoconf' installed.
-   echo Download the appropriate package for your distribution,
-   echo or get the source tarball at ftp://ftp.gnu.org/pub/gnu/;
-   DIE=1
+#
+# vi:set et ai sw=2 sts=2 ts=2: */
+#-
+# Copyright (c) Xfce Development Team
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of
+# the License, or (at your option) any later version.
+#
+# This program 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 General Public License for more details.
+#
+# You should have received a copy of the GNU General Public
+# License along with this program; if not, write to the Free
+# Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+# Boston, MA 02110-1301, USA.
+
+(type xdt-autogen) /dev/null 21 || {
+  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
 }
 
-(intltoolize --version)  /dev/null  /dev/null 21 || {
-   echo
-   echo **Error**: You must have \`intltool' installed.
-   echo You can get it from:
-   echo   ftp://ftp.gnome.org/pub/GNOME/;
-   DIE=1
-}
-
-(glib-gettextize --version)  /dev/null  /dev/null 21 || {
-   echo
-   echo **Error**: You must have \`glib' installed.
-   echo You can get it from: ftp://ftp.gtk.org/pub/gtk;
-   DIE=1
-}
-
-(automake --version)  /dev/null  /dev/null 21 || {
-   echo
-   echo **Error**: You must have \`automake' (1.7 or later) installed.
-   echo You can get it from: ftp://ftp.gnu.org/pub/gnu/;
-   DIE=1
-   NO_AUTOMAKE=yes
-}
-
-
-# if no automake, don't bother testing for aclocal
-test -n $NO_AUTOMAKE || (aclocal --version)  /dev/null  /dev/null 21 || {
-   echo
-   echo **Error**: Missing \`aclocal'.  The version of \`automake'
-   echo installed doesn't appear recent enough.
-   echo You can get automake from ftp://ftp.gnu.org/pub/gnu/;
-   DIE=1
-}
-
-if test $DIE -eq 1; then
-   exit 1
-fi
-
-if test -z $*; then
-   echo **Warning**: I am going to run \`configure' with no arguments.
-   echo If you 

[Xfce4-commits] gigolo:master cleanup

2012-11-02 Thread Enrico Tröger
Updating branch refs/heads/master
 to c071c1284c88fa4fc4f71169ca7d9e8a8a7f5912 (commit)
   from ee529bd9394ddb0d210c7477e9ed794eb825ab7f (commit)

commit c071c1284c88fa4fc4f71169ca7d9e8a8a7f5912
Author: Enrico Tröger enr...@xfce.org
Date:   Fri Nov 2 17:04:18 2012 +0100

cleanup

 Makefile.am |2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 15a06e4..d24d776 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,8 +6,6 @@ SUBDIRS = src po
 
 EXTRA_DIST =   \
autogen.sh  \
-   wscript \
-   waf \
README.I18N \
gigolo.desktop.in   \
intltool-extract.in \
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits