[Pkg-xfce-commits] r55 - goodies/xfce4-xkb-plugin/debian

Rudy Godoy rudy-guest@costa.debian.org
Wed, 20 Apr 2005 09:37:02 +0000


Author: rudy-guest
Date: 2005-04-20 09:37:02 +0000 (Wed, 20 Apr 2005)
New Revision: 55

Added:
   goodies/xfce4-xkb-plugin/debian/changelog
   goodies/xfce4-xkb-plugin/debian/compat
   goodies/xfce4-xkb-plugin/debian/control
   goodies/xfce4-xkb-plugin/debian/copyright
   goodies/xfce4-xkb-plugin/debian/rules
   goodies/xfce4-xkb-plugin/debian/watch
Log:
initial commit for xkb-plugin

Added: goodies/xfce4-xkb-plugin/debian/changelog
===================================================================
--- goodies/xfce4-xkb-plugin/debian/changelog	2005-04-19 18:54:32 UTC (rev 54)
+++ goodies/xfce4-xkb-plugin/debian/changelog	2005-04-20 09:37:02 UTC (rev 55)
@@ -0,0 +1,5 @@
+xfce4-xkb-plugin (0.3.2-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Rudy Godoy <rudy@kernel-panik.org>  Wed, 20 Apr 2005 03:27:29 -0500

Added: goodies/xfce4-xkb-plugin/debian/compat
===================================================================
--- goodies/xfce4-xkb-plugin/debian/compat	2005-04-19 18:54:32 UTC (rev 54)
+++ goodies/xfce4-xkb-plugin/debian/compat	2005-04-20 09:37:02 UTC (rev 55)
@@ -0,0 +1 @@
+4

Added: goodies/xfce4-xkb-plugin/debian/control
===================================================================
--- goodies/xfce4-xkb-plugin/debian/control	2005-04-19 18:54:32 UTC (rev 54)
+++ goodies/xfce4-xkb-plugin/debian/control	2005-04-20 09:37:02 UTC (rev 55)
@@ -0,0 +1,20 @@
+Source: xfce4-xkb-plugin
+Section: x11
+Priority: optional
+Maintainer: Debian Xfce Maintainers <pkg-xfce-devel@lists.alioth.debian.org>
+Uploaders: Emanuele Rocca <ema@debian.org>, Simon Huggins <huggie@earth.li>, Rudy Godoy <rudy@kernel-panik.org>, Martin Loschwitz <madkiss@debian.org>
+Build-Depends: autotools-dev, cdbs, debhelper (>= 4.1), libgtk2.0-dev, libxfcegui4-dev, xfce4-panel-dev, libxml2-dev, libtool, automake1.8, autoconf
+Standards-Version: 3.6.1
+
+Package: xfce4-xkb-plugin
+Architecture: any
+Depends: ${shlibs:Depends}, xfce4-panel
+Description: xkb layout switch plugin for the Xfce4 panel
+ The xkb plugin may be used as an indicator for the current
+ keyboard layout and as a switcher to the next layout also.
+ .
+ The plugin itself cannot be used for defining the keyboard
+ layouts one wants to use, this is done the XKB way - either 
+ in XF86Config or by xetskbmap tool.
+ .
+ Homepage: http://xfce-goodies.berlios.de/

Added: goodies/xfce4-xkb-plugin/debian/copyright
===================================================================
--- goodies/xfce4-xkb-plugin/debian/copyright	2005-04-19 18:54:32 UTC (rev 54)
+++ goodies/xfce4-xkb-plugin/debian/copyright	2005-04-20 09:37:02 UTC (rev 55)
@@ -0,0 +1,29 @@
+This package was debianized by Rudy Godoy <rudy@kernel-panik.org> on
+Tue, 06 Feb 2005 14:45:19 -0500.
+
+It was downloaded from <http://download.berlios.de/xfce-goodies/>
+
+Upstream Authors:
+	 Alexander Iliev <sasoiliev@mail.bg>
+
+Copyright:
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+    notice, this list of conditions and the following disclaimer in the
+    documentation and/or other materials provided with the distribution.
+
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+ IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+ IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+ INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Added: goodies/xfce4-xkb-plugin/debian/rules
===================================================================
--- goodies/xfce4-xkb-plugin/debian/rules	2005-04-19 18:54:32 UTC (rev 54)
+++ goodies/xfce4-xkb-plugin/debian/rules	2005-04-20 09:37:02 UTC (rev 55)
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+DEB_AUTO_UPDATE_LIBTOOL := pre
+DEB_AUTO_UPDATE_ACLOCAL := 1.8
+DEB_AUTO_UPDATE_AUTOMAKE := 1.8
+DEB_AUTO_UPDATE_AUTOCONF := yes
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+
+binary-post-install/xfce4-weather-plugin::
+	-rm -rf debian/`dh_listpackages`/usr/lib/xfce4/panel-plugins/*.a
+	-rm -rf debian/`dh_listpackages`/usr/lib/xfce4/panel-plugins/*.la


Property changes on: goodies/xfce4-xkb-plugin/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: goodies/xfce4-xkb-plugin/debian/watch
===================================================================
--- goodies/xfce4-xkb-plugin/debian/watch	2005-04-19 18:54:32 UTC (rev 54)
+++ goodies/xfce4-xkb-plugin/debian/watch	2005-04-20 09:37:02 UTC (rev 55)
@@ -0,0 +1,3 @@
+version=2
+http://download.berlios.de/xfce-goodies/	\
+	 xfce4-xkb-plugin-(.*)\.tar\.gz debian	uupdate -u