[Pkg-xfce-commits] r121 - goodies/xfce4-windowlist-plugin/debian

Rudy Godoy rudy-guest@costa.debian.org
Thu, 19 May 2005 00:13:15 +0000


Author: rudy-guest
Date: 2005-05-19 00:13:15 +0000 (Thu, 19 May 2005)
New Revision: 121

Added:
   goodies/xfce4-windowlist-plugin/debian/changelog
   goodies/xfce4-windowlist-plugin/debian/compat
   goodies/xfce4-windowlist-plugin/debian/control
   goodies/xfce4-windowlist-plugin/debian/copyright
   goodies/xfce4-windowlist-plugin/debian/rules
   goodies/xfce4-windowlist-plugin/debian/watch
Log:
new windowlist plugin

Added: goodies/xfce4-windowlist-plugin/debian/changelog
===================================================================
--- goodies/xfce4-windowlist-plugin/debian/changelog	2005-05-18 23:52:01 UTC (rev 120)
+++ goodies/xfce4-windowlist-plugin/debian/changelog	2005-05-19 00:13:15 UTC (rev 121)
@@ -0,0 +1,6 @@
+xfce4-windowlist-plugin (0.1.0-1) experimental; urgency=low
+
+  * (Rudy Godoy)
+   - Initial Release
+
+ -- Rudy Godoy <rudy@kernel-panik.org>  Wed, 18 May 2005 18:54:17 -0500

Added: goodies/xfce4-windowlist-plugin/debian/compat
===================================================================
--- goodies/xfce4-windowlist-plugin/debian/compat	2005-05-18 23:52:01 UTC (rev 120)
+++ goodies/xfce4-windowlist-plugin/debian/compat	2005-05-19 00:13:15 UTC (rev 121)
@@ -0,0 +1 @@
+4

Added: goodies/xfce4-windowlist-plugin/debian/control
===================================================================
--- goodies/xfce4-windowlist-plugin/debian/control	2005-05-18 23:52:01 UTC (rev 120)
+++ goodies/xfce4-windowlist-plugin/debian/control	2005-05-19 00:13:15 UTC (rev 121)
@@ -0,0 +1,21 @@
+Source: xfce4-windowlist-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>, Yves-Alexis Perez <corsac@corsac.net>
+Build-Depends: autotools-dev, cdbs, debhelper (>= 4.1), libgtk2.0-dev, libxfcegui4-dev, xfce4-panel-dev, libxml2-dev, libtool, automake1.8
+Standards-Version: 3.6.1
+
+Package: xfce4-windowlist-plugin
+Architecture: any
+Depends: ${shlibs:Depends}, xfce4-panel
+Description: windowlist plugin for the Xfce4 panel
+ The windowlist plugin puts an embed icon for the current
+ workspaces and shows the icon of the active window.
+ .
+ Leftclick on the menubutton pops up a configurable window
+ list (windows on the current workspace or all windows).
+ Leftclick on the window list activates the selected window,
+ rightclick pops up a window action menu.
+ .
+ Homepage: http://xfce-goodies.berlios.de/

Added: goodies/xfce4-windowlist-plugin/debian/copyright
===================================================================
--- goodies/xfce4-windowlist-plugin/debian/copyright	2005-05-18 23:52:01 UTC (rev 120)
+++ goodies/xfce4-windowlist-plugin/debian/copyright	2005-05-19 00:13:15 UTC (rev 121)
@@ -0,0 +1,32 @@
+This package was debianized by Rudy Godoy <rudy@kernel-panik.org> on
+Sat, 07 May 2005 00:53:56 -0500.
+
+It was downloaded from <http://download.berlios.de/xfce-goodies/>
+
+Upstream Authors:
+	Andre Lerche <a.lerche@gmx.net>
+
+Copyright:
+Copyright (c) 2003 Andre Lerche <a.lerche@gmx.net>
+ All rights reserved.
+
+ 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-windowlist-plugin/debian/rules
===================================================================
--- goodies/xfce4-windowlist-plugin/debian/rules	2005-05-18 23:52:01 UTC (rev 120)
+++ goodies/xfce4-windowlist-plugin/debian/rules	2005-05-19 00:13:15 UTC (rev 121)
@@ -0,0 +1,22 @@
+#!/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
+
+# We need to run automake but we need to run it with --foreign so using
+# DEB_AUTO_UPDATE_AUTOMAKE := 1.8 above won't work as it calls it with the
+# gnu strictness which requires a NEWS file *sigh* --huggie
+common-configure-impl:: debian/stamp-homebrew-automake
+debian/stamp-homebrew-automake:
+	automake-1.8 --foreign
+
+clean::
+	rm -f debian/stamp-homebrew-automake
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+
+binary-post-install/xfce4-windowlist-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-windowlist-plugin/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: goodies/xfce4-windowlist-plugin/debian/watch
===================================================================
--- goodies/xfce4-windowlist-plugin/debian/watch	2005-05-18 23:52:01 UTC (rev 120)
+++ goodies/xfce4-windowlist-plugin/debian/watch	2005-05-19 00:13:15 UTC (rev 121)
@@ -0,0 +1,3 @@
+version=2
+http://download.berlios.de/xfce-goodies/	\
+	 xfce4-windowlist-plugin-(.*)\.tar\.gz debian	uupdate -u