[Pkg-xfce-commits] r1280 - goodies/notification-daemon-xfce/debian

corsac-guest at alioth.debian.org corsac-guest at alioth.debian.org
Sat May 26 13:27:19 UTC 2007


Author: corsac-guest
Date: 2007-05-26 13:27:19 +0000 (Sat, 26 May 2007)
New Revision: 1280

Added:
   goodies/notification-daemon-xfce/debian/postinst
Modified:
   goodies/notification-daemon-xfce/debian/control
   goodies/notification-daemon-xfce/debian/rules
Log:
add mcs plugin


Modified: goodies/notification-daemon-xfce/debian/control
===================================================================
--- goodies/notification-daemon-xfce/debian/control	2007-05-26 12:46:40 UTC (rev 1279)
+++ goodies/notification-daemon-xfce/debian/control	2007-05-26 13:27:19 UTC (rev 1280)
@@ -3,7 +3,7 @@
 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.4.1), libsexy-dev, libdbus-glib-1-dev, libxml-parser-perl
+Build-Depends: debhelper (>= 4.1.0), autotools-dev, cdbs, pkg-config, libxfcegui4-dev (>= 4.4.1), libsexy-dev, libdbus-glib-1-dev, libxml-parser-perl, xfce4-mcs-manager-dev, libnotify-dev
 Standards-Version: 3.7.2
 
 Package: notification-daemon-xfce

Added: goodies/notification-daemon-xfce/debian/postinst
===================================================================
--- goodies/notification-daemon-xfce/debian/postinst	                        (rev 0)
+++ goodies/notification-daemon-xfce/debian/postinst	2007-05-26 13:27:19 UTC (rev 1280)
@@ -0,0 +1,11 @@
+#!/bin/sh -e
+
+if [ "$1" = "configure" ]; then
+	# Get xfce-mcs-manager to reinit
+	/bin/kill -USR1 `pidof xfce-mcs-manager` >/dev/null 2>&1|| true
+
+fi
+
+#DEBHELPER#
+
+exit 0


Property changes on: goodies/notification-daemon-xfce/debian/postinst
___________________________________________________________________
Name: svn:executable
   + *

Modified: goodies/notification-daemon-xfce/debian/rules
===================================================================
--- goodies/notification-daemon-xfce/debian/rules	2007-05-26 12:46:40 UTC (rev 1279)
+++ goodies/notification-daemon-xfce/debian/rules	2007-05-26 13:27:19 UTC (rev 1280)
@@ -1,3 +1,5 @@
 #!/usr/bin/make -f
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
+
+DEB_CONFIGURE_EXTRA_FLAGS += --enable-gradient-look 




More information about the Pkg-xfce-commits mailing list