[Xfce4-commits] <xfce4-verve-plugin:master> Clean up

Florian Rivoal noreply at xfce.org
Mon Dec 20 17:10:01 CET 2010


Updating branch refs/heads/master
         to 7d60730cfca646daf71364d0070a63d5038394ab (commit)
       from 9674944060c733979ea4aaafb262047ece8e7244 (commit)

commit 7d60730cfca646daf71364d0070a63d5038394ab
Author: Florian Rivoal <frivoal at xfce.org>
Date:   Tue Dec 21 01:10:38 2010 +0900

    Clean up
    
    Revoving svn fluf, and updating / cleaning various files.

 INSTALL                                   |  200 ++++++++++++++++----
 Makefile.am                               |    2 -
 TODO                                      |    6 -
 autogen.sh                                |   34 +---
 configure.in.in => configure.ac.in        |    3 -
 panel-plugin/Makefile.am                  |    2 -
 panel-plugin/verve-dbus-service-infos.xml |    2 -
 panel-plugin/verve-dbus-service.c         |    1 -
 panel-plugin/verve-dbus-service.h         |    1 -
 panel-plugin/verve-env.c                  |    1 -
 panel-plugin/verve-env.h                  |    1 -
 panel-plugin/verve-history.c              |    1 -
 panel-plugin/verve-history.h              |    1 -
 panel-plugin/verve-plugin.c               |    1 -
 panel-plugin/verve.c                      |    1 -
 panel-plugin/verve.h                      |    1 -
 po/ChangeLog                              |  302 -----------------------------
 po/LINGUAS                                |    2 -
 po/xfce4-verve-plugin.pot                 |   68 -------
 scripts/Makefile.am                       |    2 -
 scripts/verve-focus.c                     |    1 -
 21 files changed, 171 insertions(+), 462 deletions(-)

diff --git a/INSTALL b/INSTALL
index d3c5b40..7d1c323 100644
--- a/INSTALL
+++ b/INSTALL
@@ -2,18 +2,24 @@ Installation Instructions
 *************************
 
 Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
-2006, 2007 Free Software Foundation, Inc.
+2006, 2007, 2008, 2009 Free Software Foundation, Inc.
 
-This file is free documentation; the Free Software Foundation gives
-unlimited permission to copy, distribute and modify it.
+   Copying and distribution of this file, with or without modification,
+are permitted in any medium without royalty provided the copyright
+notice and this notice are preserved.  This file is offered as-is,
+without warranty of any kind.
 
 Basic Installation
 ==================
 
-Briefly, the shell commands `./configure; make; make install' should
+   Briefly, the shell commands `./configure; make; make install' should
 configure, build, and install this package.  The following
 more-detailed instructions are generic; see the `README' file for
-instructions specific to this package.
+instructions specific to this package.  Some packages provide this
+`INSTALL' file but do not implement all of the features documented
+below.  The lack of an optional feature in a given package is not
+necessarily a bug.  More recommendations for GNU packages can be found
+in *note Makefile Conventions: (standards)Makefile Conventions.
 
    The `configure' shell script attempts to guess correct values for
 various system-dependent variables used during compilation.  It uses
@@ -42,7 +48,7 @@ may remove or edit it.
 you want to change it or regenerate `configure' using a newer version
 of `autoconf'.
 
-The simplest way to compile this package is:
+   The simplest way to compile this package is:
 
   1. `cd' to the directory containing the package's source code and type
      `./configure' to configure the package for your system.
@@ -53,12 +59,22 @@ The simplest way to compile this package is:
   2. Type `make' to compile the package.
 
   3. Optionally, type `make check' to run any self-tests that come with
-     the package.
+     the package, generally using the just-built uninstalled binaries.
 
   4. Type `make install' to install the programs and any data files and
-     documentation.
-
-  5. You can remove the program binaries and object files from the
+     documentation.  When installing into a prefix owned by root, it is
+     recommended that the package be configured and built as a regular
+     user, and only the `make install' phase executed with root
+     privileges.
+
+  5. Optionally, type `make installcheck' to repeat any self-tests, but
+     this time using the binaries in their final installed location.
+     This target does not install anything.  Running this target as a
+     regular user, particularly if the prior `make install' required
+     root privileges, verifies that the installation completed
+     correctly.
+
+  6. You can remove the program binaries and object files from the
      source code directory by typing `make clean'.  To also remove the
      files that `configure' created (so you can compile the package for
      a different kind of computer), type `make distclean'.  There is
@@ -67,15 +83,22 @@ The simplest way to compile this package is:
      all sorts of other programs in order to regenerate files that came
      with the distribution.
 
-  6. Often, you can also type `make uninstall' to remove the installed
-     files again.
+  7. Often, you can also type `make uninstall' to remove the installed
+     files again.  In practice, not all packages have tested that
+     uninstallation works correctly, even though it is required by the
+     GNU Coding Standards.
+
+  8. Some packages, particularly those that use Automake, provide `make
+     distcheck', which can by used by developers to test that all other
+     targets like `make install' and `make uninstall' work correctly.
+     This target is generally not run by end users.
 
 Compilers and Options
 =====================
 
-Some systems require unusual options for compilation or linking that the
-`configure' script does not know about.  Run `./configure --help' for
-details on some of the pertinent environment variables.
+   Some systems require unusual options for compilation or linking that
+the `configure' script does not know about.  Run `./configure --help'
+for details on some of the pertinent environment variables.
 
    You can give `configure' initial values for configuration parameters
 by setting variables in the command line or in the environment.  Here
@@ -88,25 +111,41 @@ is an example:
 Compiling For Multiple Architectures
 ====================================
 
-You can compile the package for more than one kind of computer at the
+   You can compile the package for more than one kind of computer at the
 same time, by placing the object files for each architecture in their
 own directory.  To do this, you can use GNU `make'.  `cd' to the
 directory where you want the object files and executables to go and run
 the `configure' script.  `configure' automatically checks for the
-source code in the directory that `configure' is in and in `..'.
+source code in the directory that `configure' is in and in `..'.  This
+is known as a "VPATH" build.
 
    With a non-GNU `make', it is safer to compile the package for one
 architecture at a time in the source code directory.  After you have
 installed the package for one architecture, use `make distclean' before
 reconfiguring for another architecture.
 
+   On MacOS X 10.5 and later systems, you can create libraries and
+executables that work on multiple system types--known as "fat" or
+"universal" binaries--by specifying multiple `-arch' options to the
+compiler but only a single `-arch' option to the preprocessor.  Like
+this:
+
+     ./configure CC="gcc -arch i386 -arch x86_64 -arch ppc -arch ppc64" \
+                 CXX="g++ -arch i386 -arch x86_64 -arch ppc -arch ppc64" \
+                 CPP="gcc -E" CXXCPP="g++ -E"
+
+   This is not guaranteed to produce working output in all cases, you
+may have to build one architecture at a time and combine the results
+using the `lipo' tool if you have problems.
+
 Installation Names
 ==================
 
-By default, `make install' installs the package's commands under
+   By default, `make install' installs the package's commands under
 `/usr/local/bin', include files under `/usr/local/include', etc.  You
 can specify an installation prefix other than `/usr/local' by giving
-`configure' the option `--prefix=PREFIX'.
+`configure' the option `--prefix=PREFIX', where PREFIX must be an
+absolute file name.
 
    You can specify separate installation prefixes for
 architecture-specific files and architecture-independent files.  If you
@@ -117,16 +156,47 @@ Documentation and other data files still use the regular prefix.
    In addition, if you use an unusual directory layout you can give
 options like `--bindir=DIR' to specify different values for particular
 kinds of files.  Run `configure --help' for a list of the directories
-you can set and what kinds of files go in them.
+you can set and what kinds of files go in them.  In general, the
+default for these options is expressed in terms of `${prefix}', so that
+specifying just `--prefix' will affect all of the other directory
+specifications that were not explicitly provided.
+
+   The most portable way to affect installation locations is to pass the
+correct locations to `configure'; however, many packages provide one or
+both of the following shortcuts of passing variable assignments to the
+`make install' command line to change installation locations without
+having to reconfigure or recompile.
+
+   The first method involves providing an override variable for each
+affected directory.  For example, `make install
+prefix=/alternate/directory' will choose an alternate location for all
+directory configuration variables that were expressed in terms of
+`${prefix}'.  Any directories that were specified during `configure',
+but not in terms of `${prefix}', must each be overridden at install
+time for the entire installation to be relocated.  The approach of
+makefile variable overrides for each directory variable is required by
+the GNU Coding Standards, and ideally causes no recompilation.
+However, some platforms have known limitations with the semantics of
+shared libraries that end up requiring recompilation when using this
+method, particularly noticeable in packages that use GNU Libtool.
+
+   The second method involves providing the `DESTDIR' variable.  For
+example, `make install DESTDIR=/alternate/directory' will prepend
+`/alternate/directory' before all installation names.  The approach of
+`DESTDIR' overrides is not required by the GNU Coding Standards, and
+does not work on platforms that have drive letters.  On the other hand,
+it does better at avoiding recompilation issues, and works well even
+when some directory options were not specified in terms of `${prefix}'
+at `configure' time.
+
+Optional Features
+=================
 
    If the package supports it, you can cause programs to be installed
 with an extra prefix or suffix on their names by giving `configure' the
 option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
 
-Optional Features
-=================
-
-Some packages pay attention to `--enable-FEATURE' options to
+   Some packages pay attention to `--enable-FEATURE' options to
 `configure', where FEATURE indicates an optional part of the package.
 They may also pay attention to `--with-PACKAGE' options, where PACKAGE
 is something like `gnu-as' or `x' (for the X Window System).  The
@@ -138,14 +208,53 @@ find the X include and library files automatically, but if it doesn't,
 you can use the `configure' options `--x-includes=DIR' and
 `--x-libraries=DIR' to specify their locations.
 
+   Some packages offer the ability to configure how verbose the
+execution of `make' will be.  For these packages, running `./configure
+--enable-silent-rules' sets the default to minimal output, which can be
+overridden with `make V=1'; while running `./configure
+--disable-silent-rules' sets the default to verbose, which can be
+overridden with `make V=0'.
+
+Particular systems
+==================
+
+   On HP-UX, the default C compiler is not ANSI C compatible.  If GNU
+CC is not installed, it is recommended to use the following options in
+order to use an ANSI C compiler:
+
+     ./configure CC="cc -Ae -D_XOPEN_SOURCE=500"
+
+and if that doesn't work, install pre-built binaries of GCC for HP-UX.
+
+   On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot
+parse its `<wchar.h>' header file.  The option `-nodtk' can be used as
+a workaround.  If GNU CC is not installed, it is therefore recommended
+to try
+
+     ./configure CC="cc"
+
+and if that doesn't work, try
+
+     ./configure CC="cc -nodtk"
+
+   On Solaris, don't put `/usr/ucb' early in your `PATH'.  This
+directory contains several dysfunctional programs; working variants of
+these programs are available in `/usr/bin'.  So, if you need `/usr/ucb'
+in your `PATH', put it _after_ `/usr/bin'.
+
+   On Haiku, software installed for all users goes in `/boot/common',
+not `/usr/local'.  It is recommended to use the following options:
+
+     ./configure --prefix=/boot/common
+
 Specifying the System Type
 ==========================
 
-There may be some features `configure' cannot figure out automatically,
-but needs to determine by the type of machine the package will run on.
-Usually, assuming the package is built to be run on the _same_
-architectures, `configure' can figure that out, but if it prints a
-message saying it cannot guess the machine type, give it the
+   There may be some features `configure' cannot figure out
+automatically, but needs to determine by the type of machine the package
+will run on.  Usually, assuming the package is built to be run on the
+_same_ architectures, `configure' can figure that out, but if it prints
+a message saying it cannot guess the machine type, give it the
 `--build=TYPE' option.  TYPE can either be a short name for the system
 type, such as `sun4', or a canonical name which has the form:
 
@@ -153,7 +262,8 @@ type, such as `sun4', or a canonical name which has the form:
 
 where SYSTEM can have one of these forms:
 
-     OS KERNEL-OS
+     OS
+     KERNEL-OS
 
    See the file `config.sub' for the possible values of each field.  If
 `config.sub' isn't included in this package, then this package doesn't
@@ -171,9 +281,9 @@ eventually be run) with `--host=TYPE'.
 Sharing Defaults
 ================
 
-If you want to set default values for `configure' scripts to share, you
-can create a site shell script called `config.site' that gives default
-values for variables like `CC', `cache_file', and `prefix'.
+   If you want to set default values for `configure' scripts to share,
+you can create a site shell script called `config.site' that gives
+default values for variables like `CC', `cache_file', and `prefix'.
 `configure' looks for `PREFIX/share/config.site' if it exists, then
 `PREFIX/etc/config.site' if it exists.  Or, you can set the
 `CONFIG_SITE' environment variable to the location of the site script.
@@ -182,7 +292,7 @@ A warning: not all `configure' scripts look for a site script.
 Defining Variables
 ==================
 
-Variables not defined in a site shell script can be set in the
+   Variables not defined in a site shell script can be set in the
 environment passed to `configure'.  However, some packages may run
 configure again during the build, and the customized values of these
 variables may be lost.  In order to avoid this problem, you should set
@@ -201,11 +311,19 @@ an Autoconf bug.  Until the bug is fixed you can use this workaround:
 `configure' Invocation
 ======================
 
-`configure' recognizes the following options to control how it operates.
+   `configure' recognizes the following options to control how it
+operates.
 
 `--help'
 `-h'
-     Print a summary of the options to `configure', and exit.
+     Print a summary of all of the options to `configure', and exit.
+
+`--help=short'
+`--help=recursive'
+     Print a summary of the options unique to this package's
+     `configure', and exit.  The `short' variant lists options used
+     only in the top level, while the `recursive' variant lists options
+     also present in any nested packages.
 
 `--version'
 `-V'
@@ -232,6 +350,16 @@ an Autoconf bug.  Until the bug is fixed you can use this workaround:
      Look for the package's source code in directory DIR.  Usually
      `configure' can determine that directory automatically.
 
+`--prefix=DIR'
+     Use DIR as the installation prefix.  *note Installation Names::
+     for more details, including other options available for fine-tuning
+     the installation locations.
+
+`--no-create'
+`-n'
+     Run the configure checks, but stop before creating any output
+     files.
+
 `configure' also accepts some other, not widely useful, options.  Run
 `configure --help' for more details.
 
diff --git a/Makefile.am b/Makefile.am
index 5f8d1ed..3dafd76 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,3 @@
-# $Id$
-
 @SET_MAKE@
 
 SUBDIRS =								\
diff --git a/TODO b/TODO
deleted file mode 100644
index 8dd23d0..0000000
--- a/TODO
+++ /dev/null
@@ -1,6 +0,0 @@
-TODO
-=======================================================================
-
-  - Add ThunarVFS support in order to monitor $PATH
-  - Write script editor for ~/bin (using the favorite editor)
-  - Make number of cached history commands configurable
diff --git a/autogen.sh b/autogen.sh
index 27b5e09..524cc63 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,39 +1,19 @@
 #!/bin/sh
 #
-# $Id$
-#
-# Copyright (c) 2002-2005
-#         The Thunar development team. All rights reserved.
-#
-# Written for Thunar by Benedikt Meurer <benny at xfce.org>.
+# Copyright (c) 2002-2010
+#         The Xfce development team. All rights reserved.
 #
 
+export XDT_AUTOGEN_REQUIRED_VERSION="4.7.0"
+
 (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.
+            Please install the xfce4-dev-tools package first, available from
+            http://xfce.org/~benny/projects/xfce4-dev-tools/.
 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 $@
-
-# vi:set ts=2 sw=2 et ai:
+xdt-autogen $@
diff --git a/configure.in.in b/configure.ac.in
similarity index 98%
rename from configure.in.in
rename to configure.ac.in
index 0b1efab..52d1091 100644
--- a/configure.in.in
+++ b/configure.ac.in
@@ -1,5 +1,3 @@
-dnl $Id$
-dnl
 dnl Copyright (c) 2006 - Jannis Pohlmann <jannis at xfce.org>
 dnl
 
@@ -8,7 +6,6 @@ dnl *** Initialize autoconf ***
 dnl ***************************
 AC_COPYRIGHT([Copyright (c) 2006-2008 Jannis Pohlmann <jannis at xfce.org>])
 AC_INIT([xfce4-verve-plugin], [0.3.6], [jannis at xfce.org], [xfce4-verve-plugin])
-AC_REVISION([$Id$])
 AC_PREREQ([2.50])
 
 dnl ***************************
diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am
index ba6464e..06d68ef 100644
--- a/panel-plugin/Makefile.am
+++ b/panel-plugin/Makefile.am
@@ -1,5 +1,3 @@
-# $Id$
-
 plugindir = $(libexecdir)/xfce4/panel-plugins
 
 plugin_PROGRAMS =							\
diff --git a/panel-plugin/verve-dbus-service-infos.xml b/panel-plugin/verve-dbus-service-infos.xml
index 7d8653f..67da925 100644
--- a/panel-plugin/verve-dbus-service-infos.xml
+++ b/panel-plugin/verve-dbus-service-infos.xml
@@ -1,8 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <!--
-   $Id$
-   
    Copyright (c) 2006 Jannis Pohlmann <jannis at xfce.org>
   
    This program is free software; you can redistribute it and/or modify it
diff --git a/panel-plugin/verve-dbus-service.c b/panel-plugin/verve-dbus-service.c
index f64e603..a13ebbe 100644
--- a/panel-plugin/verve-dbus-service.c
+++ b/panel-plugin/verve-dbus-service.c
@@ -1,7 +1,6 @@
 /***************************************************************************
  *            verve-dbus-service.c
  *
- *  $Id$
  *  Copyright  2006-2007  Jannis Pohlmann
  *  jannis at xfce.org
  ****************************************************************************/
diff --git a/panel-plugin/verve-dbus-service.h b/panel-plugin/verve-dbus-service.h
index 69b3cc1..c7a0340 100644
--- a/panel-plugin/verve-dbus-service.h
+++ b/panel-plugin/verve-dbus-service.h
@@ -1,7 +1,6 @@
 /***************************************************************************
  *            verve-dbus-service.h
  *
- *  $Id$
  *  Copyright  2006-2007  Jannis Pohlmann
  *  jannis at xfce.org
  ****************************************************************************/
diff --git a/panel-plugin/verve-env.c b/panel-plugin/verve-env.c
index a3443ed..57a73d9 100644
--- a/panel-plugin/verve-env.c
+++ b/panel-plugin/verve-env.c
@@ -1,7 +1,6 @@
 /***************************************************************************
  *            verve-env.c
  *
- *  $Id$
  *  Copyright  2006-2007  Jannis Pohlmann
  *  jannis at xfce.org
  ****************************************************************************/
diff --git a/panel-plugin/verve-env.h b/panel-plugin/verve-env.h
index 6240db6..fb7e763 100644
--- a/panel-plugin/verve-env.h
+++ b/panel-plugin/verve-env.h
@@ -1,7 +1,6 @@
 /***************************************************************************
  *            verve-env.h
  *
- *  $Id$
  *  Copyright  2006-2007  Jannis Pohlmann
  *  jannis at xfce.org
  ****************************************************************************/
diff --git a/panel-plugin/verve-history.c b/panel-plugin/verve-history.c
index 13f0bbc..ad72666 100644
--- a/panel-plugin/verve-history.c
+++ b/panel-plugin/verve-history.c
@@ -1,7 +1,6 @@
 /***************************************************************************
  *            verve-history.h
  *
- *  $Id$
  *  Copyright  2006-2007  Jannis Pohlmann
  *  jannis at xfce.org
  ****************************************************************************/
diff --git a/panel-plugin/verve-history.h b/panel-plugin/verve-history.h
index acfff9c..7039b27 100644
--- a/panel-plugin/verve-history.h
+++ b/panel-plugin/verve-history.h
@@ -1,7 +1,6 @@
 /***************************************************************************
  *            verve-history.h
  *
- *  $Id$
  *  Copyright  2006-2007  Jannis Pohlmann
  *  jannis at xfce.org
  ****************************************************************************/
diff --git a/panel-plugin/verve-plugin.c b/panel-plugin/verve-plugin.c
index bc98edb..ecc9015 100644
--- a/panel-plugin/verve-plugin.c
+++ b/panel-plugin/verve-plugin.c
@@ -1,7 +1,6 @@
 /***************************************************************************
  *            verve-plugin.c
  *
- *  $Id$
  *  Copyright  2006-2007  Jannis Pohlmann
  *  jannis at xfce.org
  ****************************************************************************/
diff --git a/panel-plugin/verve.c b/panel-plugin/verve.c
index f2bf56e..420cd58 100644
--- a/panel-plugin/verve.c
+++ b/panel-plugin/verve.c
@@ -1,7 +1,6 @@
 /***************************************************************************
  *            verve.c
  *
- *  $Id$
  *  Copyright  2006-2007  Jannis Pohlmann
  *  jannis at xfce.org
  ****************************************************************************/
diff --git a/panel-plugin/verve.h b/panel-plugin/verve.h
index 5ff6d03..e862c7e 100644
--- a/panel-plugin/verve.h
+++ b/panel-plugin/verve.h
@@ -1,7 +1,6 @@
 /***************************************************************************
  *            verve.h
  *
- *  $Id$
  *  Copyright  2007  Jannis Pohlmann
  *  jannis at xfce.org
  ****************************************************************************/
diff --git a/po/ChangeLog b/po/ChangeLog
deleted file mode 100644
index 092cc2f..0000000
--- a/po/ChangeLog
+++ /dev/null
@@ -1,302 +0,0 @@
-2009-08-08  Mike Massonnet <mmassonnet at xfce.org>
-
-	* ast.po: Asturian translation added (Marcos Alvarez Costales)
-
-2009-07-25  Gabor Kelemen  <kelemeng at gnome.hu>
-
-	* hu.po: Translation reworked.
-
-2009-05-29  Mike Massonnet <mmassonnet at xfce.org>
-
-	* ur_PK.po: Urdu Pakistan translation update (Muhammad Ali Makki)
-	* ur.po: Urdu translation update (Muhammad Ali Makki)
-	* zh_CN.po: Simplified Chinese translation update (Hunt Xu)
-
-2009-04-16  Mike Massonnet <mmassonnet at xfce.org>
-
-	* gl.po: Galician translation update (Leandro Regueiro)
-
-2009-03-14  Maximilian Schleiss <maximilian at xfce.org>
-
-	* gl.po: Galician translation update (Leandro Regueiro)
-
-2009-03-05  Mike Massonnet <mmassonnet at xfce.org>
-
-	* pt.po: Renamed pt_PT.po to pt.po (bug #4574)
-
-2009-03-05  Mike Massonnet <mmassonnet at xfce.org>
-
-	* nb.po: Renamed nb_NO.po to nb.po (bug #4574)
-
-2009-03-01  Mișu Moldovan <dumol at xfce.org>
-
-	* ro.po, LINGUAS: Romanian translation added (Igor Știrbu)
-
-2009-02-20  Eren Türkay <erenturkay at xfce.org>
-
-    * tr.po: Add Turkish translation by Samed Beyribey
-
-2008-12-20  Alexander Toresson <eulex at xfce.org>
-
-	* sv.po, LINGUAS: Swedish translation added (Daniel Nylander)
-
-2008-11-23	Jannis Pohlmann <jannis at xfce.org>
-
-	* *.po: Update translation files. No new strings added though.
-	* verve-plugin.pot, xfce4-verve-plugin.pot: Rename .pot file.
-
-2008-11-13	Og Maciel <ogmaciel at gnome.org>
-
-	* pt_BR.po: Updated Brazilian Portuguese translation by
-	  Vladimir Melo.
-
-2008-11-09	Maximilian Schleiss <maximilian at xfce.org>
-
-	* es.po; LINGUAS: Spanish translation added (Abel Martín)
-	* sq.po: Albanian translation update (Besnik Bleta)
-
-2008-11-01	Michal Várady <miko.vaji at gmail.com>
-
-	* cs.po: Czech translation updated
-
-2008-10-28	Maximilian Schleiss <maximilian at xfce.org>
-
-	* ru.po: Russian translation update (Nikita Belobrov)
-
-2008-10-12	Lars Nielsen <lars at mit-web.dk>
-
-	* da.po: Danish translation update
-
-2008-10-07	Maximilian Schleiss <maximilian at xfce.org>
-
-	* ja.po: Japanese translation update (Masato Hashimoto)
-
-2008-07-15	Mohamed Magdy <alnokta at xfce.org>
-
-	* ar.po: Add Arabic translation
-
-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 (Jens Hyllegaard)
-
-2007-11-18	Maximilian Schleiss <maximilian at xfce.org>
-
-	* lv.po: Latvian translation added
-	  by Rihards Priedītis <rprieditis at inbox.lv>
-
-2007-11-15	Mike Massonnet <mmassonnet at xfce.org>
-
-	* ur.po: Update translation by Muhammad Ali Makki <makki.ma at gmail.com>
-	* pk.po, ur.po: Rename pk.po to ur.po.
-
-2007-10-28	Mike Massonnet <mmassonnet at xfce.org>
-
-	* pk.po: Add new translation by محمد علي المكي <makki.ma at gmail.com>
-
-2007-10-11	Mike Massonnet <mmassonnet at xfce.org>
-
-	* fr.po: Apply patch from Cyril Brulebois (Debian bug 435477)
-
-2007-08-26	Og Maciel <ogmaciel at gnome.org>
-
-	* pt_BR.po: Brazilian Portuguese translation updated
-	by Vladimir Melo <vladimirmelo at foresightlinux.org>
-
-2007-07-08	Maximilian Schleiss <maximilian at xfce.org>
-
-	* nb_NO.po: Norwegian Bokmal translation added
-	by Terje Uriansrud <ter at operamail.com>
-	* pt_PT.po: European Protuguese translation added
-	by Nuno Miguel <nunis at netcabo.pt>
-
-2007-06-13	Maximilian Schleiss <maximilian at xfce.org>
-
-	* it.po: Updated the translation
-	by Roberto Pariset <robdebian at gmail.com>
-	* *.po: Fixed headers
-
-2007-03-31	Pau Rul-lan Ferragut <paurullan at bulma.net>
-
-	* gb.po: British translation
-	by Jeff Bailes <thepizzaking at gmail.com>
-
-2007-03-31	Pau Rul-lan Ferragut <paurullan at bulma.net>
-
-	* ca.po: Updated Catalan translation
-	  by Ivà Burgos <debian.public at gmail.com>
-
-2007-03-13	Maxim Dziumanenko <dziumanenko at gmail.com>
-
-	* uk.po: Update Ukrainian translation by Dmitry Nikitin
-
-2007-02-02	Maximilian Schleiss <maximilian at xfce.org>
-
-	* fr.po: Added the Albanian translation by
-	  Besnik Bleta <besnik at programeshqip.org>
-
-2007-01-05	Amanpreet Singh Alam <aalam at users.sf.net>
-
-	* pa.po: Punjabi Translation added
-
-2006-12-15	Pau Rul-lan Ferragut <paurullan at bulma.net>
-
-	* ca.po: Updated Catalan translation
-	  by Carles Muñoz Gorriz <carlesmu at ya.com>
-
-2006-12-11	Maximilian Schleiss <maximilian at xfce.org>
-
-	* ca.po: Updated the Catalan translation by
-	  Carles Muñoz Gorriz <carlesmu at internautas.org>
-
-2006-11-07	Pau Rul-lan Ferragut <paurullan at bulma.net>
-
-	* pt_BR.po: Updated brazilian portuguese translations thanks to
-	  Tomás Acauan Schertel <tschertel at gmail.com>
-
-2006-11-06	Adriano Winter Bess	<adriano at xfce.org>
-
-	* pt_BR.po: Added brazilian portuguese translations thanks to
-	  Tomás Acauan Schertel <tschertel at gmail.com>
-
-2006-10-14	Stavros Giannouris <stavrosg at serverhive.com>
-
-	* el.po: Updated Greek translations
-	
-2006-09-28	sas <sas at 321>
-
-	* hu.po: Updated Hungarian translations
-
-2006-09-23	Jean-François Wauthy <pollux at xfce.org>
-
-	* fr.po: Updated French translations by Maximilian Schleiss
-	  <maximilian at xfce.org>
-
-2006-09-17	Jean-François Wauthy <pollux at xfce.org>
-
-	* pl.po: Updated Polish translations
-
-2006-09-06	Sylvain Vedrenne <gnu_sylvain at xfce.org>
-
-	* eo.po: Added Esperanto translations by Jarbas Araujo
-	  <jarbasaraujojr at yahoo.com.br>
-
-2006-09-03	Jean-François Wauthy <pollux at xfce.org>
-
-	* pl.po: Updated Polish translations
-
-2006-08-27	Jean-François Wauthy <pollux at xfce.org>
-
-	* cs.po: Add Czech translations
-
-2006-08-24	Jannis Pohlmann <jannis at xfce.org>
-
-	* fi.po: Finnish translations by Jari Rahkonen 
-	  <jari.rahkonen at pp1.inet.fi> added.
-
-2006-08-19	Jean-François Wauthy <pollux at xfce.org>
-
-	* fr.po: Updated French translations by Max Schleiss
-
-2006-08-12	sas <sas at 321>
-
-	* hu_HU.po: Hungarian translations newly added.
-
-2006-08-12	Hydonsingore Cia <hydonsingore at educities.edu.tw>
-
-	* zh_TW.po: Traditional Chinese translations newly added.
-
-2006-08-09	Piarres Beobide <pi at beobide.net>
-
-	* eu.po: Basque translation updated.
-
-2006-08-09	Jannis Pohlmann <jannis at xfce.org>
-
-	* verve-plugin.pot, *.po: New strings merged.
-	* de.po: German translations updated.
-
-2006-08-04	Stavros Giannouris <stavrosg at serverhive.com>
-
-	* el.po: Updated Greek translation.
-
-2006-08-01	Jannis Pohlmann <jannis at xfce.org>
-
-	* POTFILES.in, *.po, verve-plugin.pot: Merge new strings.
-	* de.po: Updated German translations.
-
-2006-06-20	Jean-François Wauthy <pollux at xfce.org>
-
-	* fr.po: Updated French translations by Maximilian Schleiss
-	  <maximilian at xfce.org>
-
-2006-06-17	Jannis Pohlmann <jannis at xfce.org>
-	
-	* Italian translations by Roberto Pariset <r.pariset at gmail.com>
-	  added. 
-
-2006-04-22	Daichi Kawahata <daichi at xfce.org>
-
-	* Catalan translation by Carles Munoz Gorriz
-	  <carlesmu at internautas.org> added.
-	* POT, PO files update.
-
-2006-04-09	Daichi Kawahata <daichi at xfce.org>
-
-	* Russian translations by Andrey Fedoseev
-	  <andrey.fedoseev at gmail.com> added.
-
-2006-04-08	Jannis Pohlmann <jannis at xfce.org>
-
-	* el.po: Greek transltaions updated.
-
-2006-04-08	Daichi Kawahata <daichi at xfce.org>
-
-	* Polish translations by Piotr Malinski <admin at rk.edu.pl> added.
-
-2006-04-04	Daichi Kawahata <daichi at xfce.org>
-
-	* Removed some files from POTFILES.in.
-	* Updated POT, PO files.
-
-2006-02-15	Daichi Kawahata <daichi at xfce.org>
-
-	* Basque translations by Piarres Beobide <pi at beobide.net> added.
-
-2006-02-14	Jannis Pohlmann <jannis at xfce.org>
-
-	* Renamed fr_CH.po to fr.po.
-
-2006-02-12	Daichi Kawahata <daichi at xfce.org>
-
-	* Japanese translations updated.
-
-2006-02-11	Daichi Kawahata <daichi at xfce.org>
-
-	* Japanese translations added.
-	* Renamed POT file according to the GETTEXT_PACKAGE.
-	* All files are updated as well.
-	* Fixed an error in German translation file.
-
-2006-02-09	Jannis Pohlmann <jannis at xfce.org>
-
-	* Dutch (nl) translation by Vincent <imnotb at gmail.com> added
-
-2006-02-08	Jannis Pohlmann <jannis at xfce.org>
-
-	* .pot file updated
-	* German translations updated
-
-2006-02-08	Jannis Pohlmann <jannis at xfce.org>
-
-	* French translations by Maximilian Schleiss added
-
-2006-02-07	Jannis Pohlmann <jannis at xfce.org>
-
-	 * Update German translations
diff --git a/po/LINGUAS b/po/LINGUAS
deleted file mode 100644
index fa5899f..0000000
--- a/po/LINGUAS
+++ /dev/null
@@ -1,2 +0,0 @@
-# set of available languages (in alphabetic order)
-ar ast ca cs da de el en_GB eo es eu fi fr gl hu id it ja lv nb nl pa pl pt_BR pt ro ru sv tr uk ur ur_PK vi zh_CN zh_TW 
diff --git a/po/xfce4-verve-plugin.pot b/po/xfce4-verve-plugin.pot
deleted file mode 100644
index ae58d86..0000000
--- a/po/xfce4-verve-plugin.pot
+++ /dev/null
@@ -1,68 +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: 2008-11-23 16:23+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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Generate error message
-#: ../panel-plugin/verve-plugin.c:412
-msgid "Could not execute command:"
-msgstr ""
-
-#. Create properties dialog
-#: ../panel-plugin/verve-plugin.c:790
-msgid "Verve"
-msgstr ""
-
-#. Frame for appearance settings
-#: ../panel-plugin/verve-plugin.c:808
-msgid "Appearance"
-msgstr ""
-
-#. Plugin size label
-#: ../panel-plugin/verve-plugin.c:819
-msgid "Width (in chars):"
-msgstr ""
-
-#. Frame for behaviour settings
-#: ../panel-plugin/verve-plugin.c:839
-msgid "Behaviour"
-msgstr ""
-
-#. History length label
-#: ../panel-plugin/verve-plugin.c:850
-msgid "Number of saved history items:"
-msgstr ""
-
-#. vim:set expandtab sts=2 ts=2 sw=2:
-#: ../panel-plugin/xfce4-verve-plugin.desktop.in.in.h:1
-msgid "Command line interface with auto-completion and command history"
-msgstr ""
-
-#: ../panel-plugin/xfce4-verve-plugin.desktop.in.in.h:2
-msgid "Verve Command Line"
-msgstr ""
-
-#. Print error message
-#: ../scripts/verve-focus.c:61
-msgid "Failed to connect to the D-BUS session bus."
-msgstr ""
-
-#. Print error message
-#: ../scripts/verve-focus.c:84
-msgid ""
-"There seems to be no Verve D-BUS provider (e.g. the Verve panel plugin) "
-"running."
-msgstr ""
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index e670ad5..1a2851e 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -1,5 +1,3 @@
-# $Id: Makefile.am 1196 2006-03-22 14:34:09Z jpohlmann $
-
 if HAVE_DBUS
 
 bin_PROGRAMS = verve-focus
diff --git a/scripts/verve-focus.c b/scripts/verve-focus.c
index 012da65..8a5ba22 100644
--- a/scripts/verve-focus.c
+++ b/scripts/verve-focus.c
@@ -1,4 +1,3 @@
-/* $Id$ */
 /* vi:set expandtab sw=2 sts=2: */
 /*-
  * Copyright (c) 2006-2007 Jannis Pohlmann <jannis at xfce.org>



More information about the Xfce4-commits mailing list