[Pkg-xfce-commits] r469 - in desktop/trunk: .
xfce4-mailwatch-plugin xfce4-mailwatch-plugin/debian
Jani Monoses
jani-guest at costa.debian.org
Tue Jan 31 18:53:03 UTC 2006
Author: jani-guest
Date: 2006-01-31 18:53:02 +0000 (Tue, 31 Jan 2006)
New Revision: 469
Added:
desktop/trunk/xfce4-mailwatch-plugin/
desktop/trunk/xfce4-mailwatch-plugin/debian/
desktop/trunk/xfce4-mailwatch-plugin/debian/changelog
desktop/trunk/xfce4-mailwatch-plugin/debian/compat
desktop/trunk/xfce4-mailwatch-plugin/debian/control
desktop/trunk/xfce4-mailwatch-plugin/debian/copyright
desktop/trunk/xfce4-mailwatch-plugin/debian/rules
desktop/trunk/xfce4-mailwatch-plugin/debian/watch
Log:
add Brian's mailwatch plugin
Added: desktop/trunk/xfce4-mailwatch-plugin/debian/changelog
===================================================================
--- desktop/trunk/xfce4-mailwatch-plugin/debian/changelog 2006-01-31 15:29:32 UTC (rev 468)
+++ desktop/trunk/xfce4-mailwatch-plugin/debian/changelog 2006-01-31 18:53:02 UTC (rev 469)
@@ -0,0 +1,5 @@
+xfce4-mailwatch-plugin (1.0.0-1) UNRELEASED; urgency=low
+
+ * Initial release
+
+ -- Jani Monoses <jani at ubuntu.com> Tue, 31 Jan 2006 17:56:54 +0200
Added: desktop/trunk/xfce4-mailwatch-plugin/debian/compat
===================================================================
--- desktop/trunk/xfce4-mailwatch-plugin/debian/compat 2006-01-31 15:29:32 UTC (rev 468)
+++ desktop/trunk/xfce4-mailwatch-plugin/debian/compat 2006-01-31 18:53:02 UTC (rev 469)
@@ -0,0 +1 @@
+4
Added: desktop/trunk/xfce4-mailwatch-plugin/debian/control
===================================================================
--- desktop/trunk/xfce4-mailwatch-plugin/debian/control 2006-01-31 15:29:32 UTC (rev 468)
+++ desktop/trunk/xfce4-mailwatch-plugin/debian/control 2006-01-31 18:53:02 UTC (rev 469)
@@ -0,0 +1,16 @@
+Source: xfce4-mailwatch-plugin
+Section: x11
+Priority: optional
+Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
+Uploaders: Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, Rudy Godoy <rudy at kernel-panik.org>, Martin Loschwitz <madkiss at debian.org>, Jani Monoses <jani at ubuntu.com>, Stefan Ott <stefan at desire.ch>
+Build-Depends: cdbs, debhelper (>= 4.1), libgtk2.0-dev, libxfcegui4-dev, libxfce4util-dev, xfce4-panel-dev (>= 4.2.2), libgnutls-dev
+Standards-Version: 3.6.2
+
+Package: xfce4-mailwatch-plugin
+Architecture: any
+Depends: ${shlibs:Depends}, xfce4-panel (>= 4.2.2)
+Description: mail watcher plugin for the Xfce4 panel
+ Mail checker panel plugin with support for local, POP3, IMAP,
+ and Gmail accounts.
+ .
+ Homepage: http://spuriousinterrupt.org/projects/mailwatch
Added: desktop/trunk/xfce4-mailwatch-plugin/debian/copyright
===================================================================
--- desktop/trunk/xfce4-mailwatch-plugin/debian/copyright 2006-01-31 15:29:32 UTC (rev 468)
+++ desktop/trunk/xfce4-mailwatch-plugin/debian/copyright 2006-01-31 18:53:02 UTC (rev 469)
@@ -0,0 +1,26 @@
+This package was debianized by Jani Monoses <jani at ubuntu.com> on
+Tue, Jan 31 19:15:04 EET 2006
+
+It was downloaded from http://spuriousinterrupt.org/projects/mailwatch/
+
+Copyright Holder: Brian Tarricone <kelnos at xfce.org>
+
+License:
+
+ This package 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; version 2 dated June, 1991.
+
+ This package 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 package; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ 02110-1301, USA.
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
+
Added: desktop/trunk/xfce4-mailwatch-plugin/debian/rules
===================================================================
--- desktop/trunk/xfce4-mailwatch-plugin/debian/rules 2006-01-31 15:29:32 UTC (rev 468)
+++ desktop/trunk/xfce4-mailwatch-plugin/debian/rules 2006-01-31 18:53:02 UTC (rev 469)
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+# no need to update them since upstream uses latest version (1.9)
+#DEB_AUTO_UPDATE_LIBTOOL := pre
+#DEB_AUTO_UPDATE_ACLOCAL := 1.9
+#DEB_AUTO_UPDATE_AUTOMAKE := 1.9
+#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-mailwatch-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: desktop/trunk/xfce4-mailwatch-plugin/debian/rules
___________________________________________________________________
Name: svn:executable
+ *
Added: desktop/trunk/xfce4-mailwatch-plugin/debian/watch
===================================================================
--- desktop/trunk/xfce4-mailwatch-plugin/debian/watch 2006-01-31 15:29:32 UTC (rev 468)
+++ desktop/trunk/xfce4-mailwatch-plugin/debian/watch 2006-01-31 18:53:02 UTC (rev 469)
@@ -0,0 +1,3 @@
+version=2
+http://spuriousinterrupt.org/files/mailwatch/ \
+ xfce4-mailwatch-plugin-(.*)\.tar\.bz2 debian uupdate -u
More information about the Pkg-xfce-commits
mailing list