[Pkg-xfce-commits] r866 - in goodies: . notification-daemon-xfce
notification-daemon-xfce/debian
Yves-Alexis Perez
corsac-guest at costa.debian.org
Thu Sep 7 18:19:05 UTC 2006
Author: corsac-guest
Date: 2006-09-07 18:19:05 +0000 (Thu, 07 Sep 2006)
New Revision: 866
Added:
goodies/notification-daemon-xfce/
goodies/notification-daemon-xfce/debian/
goodies/notification-daemon-xfce/debian/changelog
goodies/notification-daemon-xfce/debian/control
goodies/notification-daemon-xfce/debian/copyright
goodies/notification-daemon-xfce/debian/rules
Log:
first import in svn
Property changes on: goodies/notification-daemon-xfce
___________________________________________________________________
Name: mergewithupstream
+ +1
Property changes on: goodies/notification-daemon-xfce/debian
___________________________________________________________________
Name: mergewithupstream
+ +1
Added: goodies/notification-daemon-xfce/debian/changelog
===================================================================
--- goodies/notification-daemon-xfce/debian/changelog (rev 0)
+++ goodies/notification-daemon-xfce/debian/changelog 2006-09-07 18:19:05 UTC (rev 866)
@@ -0,0 +1,5 @@
+notification-daemon-xfce (0.3.5-1) UNRELEASED; urgency=low
+
+ * Initial release.
+
+ -- Yves-Alexis Perez <corsac at corsac.net> Thu, 7 Sep 2006 11:16:38 +0200
Added: goodies/notification-daemon-xfce/debian/control
===================================================================
--- goodies/notification-daemon-xfce/debian/control (rev 0)
+++ goodies/notification-daemon-xfce/debian/control 2006-09-07 18:19:05 UTC (rev 866)
@@ -0,0 +1,19 @@
+Source: notification-daemon-xfce
+Section: x11
+Priority: optional
+Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
+Uploaders: Yves-Alexis Perez <corsac at corsac.net>, Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, Rudy Godoy <rudy at kernel-panik.org>
+Build-Depends: debhelper (>= 4.1.0), autotools-dev, cdbs, pkg-config, libxfcegui4-dev (>= 4.3.99.1), libsexy-dev, libdbus-glib-1-dev, libxml-parser-perl
+Standards-Version: 3.7.2
+
+Package: notification-daemon-xfce
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Suggests: libnotify1
+Conflicts: notification-daemon
+Description: a daemon that displays passive pop-up notifications
+ This package is a clone of notification-daemon but without gnome dependencies.
+ It permits doing passive popups notification on the an user desktop to notify
+ him about events.
+ .
+ See http://www.galago-project.org/specs/notification/index.php.
Added: goodies/notification-daemon-xfce/debian/copyright
===================================================================
--- goodies/notification-daemon-xfce/debian/copyright (rev 0)
+++ goodies/notification-daemon-xfce/debian/copyright 2006-09-07 18:19:05 UTC (rev 866)
@@ -0,0 +1,16 @@
+This package was debianized by Yves-Alexis Perez <corsac at corsac.net> on
+Thu, 07 Sep 2006 11:26:00 +0200
+
+It was downloaded from
+http://goodies.xfce.org/projects/applications/notification-daemon-xfce
+
+Copyright Holder:
+Original notification-daemon is written by Christian Hammond and John Palmieri.
+
+License:
+
+You are free to distribute this software under the terms of
+the GNU General Public License (version 2 or later).
+On Debian systems, the complete text of the GNU General Public
+License can be found in the file `/usr/share/common-licenses/GPL'
+
Added: goodies/notification-daemon-xfce/debian/rules
===================================================================
--- goodies/notification-daemon-xfce/debian/rules (rev 0)
+++ goodies/notification-daemon-xfce/debian/rules 2006-09-07 18:19:05 UTC (rev 866)
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/cdbs/1/class/autotools.mk
+
+DEB_CONFIGURE_EXTRA_FLAGS := --enable-final
+
+# Don't call ldconfig in postinst/postrm
+DEB_DH_MAKESHLIBS_ARGS := -n
+
+binary-post-install/thunar-media-tags-plugin::
+ rm -rf debian/thunar-archive-plugin/usr/lib/thunarx-1/*.la
Property changes on: goodies/notification-daemon-xfce/debian/rules
___________________________________________________________________
Name: svn:executable
+ *
More information about the Pkg-xfce-commits
mailing list