summaryrefslogtreecommitdiffstats
path: root/xfce
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-21 23:03:32 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-21 23:03:32 +0200
commit97cfb8add5c793ff23fca1ca04b18befb9584326 (patch)
tree3b5366ff56e979fd69c87671c67e6fef67137792 /xfce
parentd100ec5ec1e2fc9fbac1b7f779eb2319af030eee (diff)
downloadnutyx-extra-97cfb8add5c793ff23fca1ca04b18befb9584326.tar.gz
nutyx-extra-97cfb8add5c793ff23fca1ca04b18befb9584326.tar.bz2
nutyx-extra-97cfb8add5c793ff23fca1ca04b18befb9584326.tar.xz
nutyx-extra-97cfb8add5c793ff23fca1ca04b18befb9584326.zip
Ajout de xfce4-notifyd#0.1.0-2
Diffstat (limited to 'xfce')
-rw-r--r--xfce/xfce4-notifyd/.footprint31
-rw-r--r--xfce/xfce4-notifyd/.md5sum1
-rwxr-xr-xxfce/xfce4-notifyd/Pkgfile22
3 files changed, 54 insertions, 0 deletions
diff --git a/xfce/xfce4-notifyd/.footprint b/xfce/xfce4-notifyd/.footprint
new file mode 100644
index 000000000..1ad80f393
--- /dev/null
+++ b/xfce/xfce4-notifyd/.footprint
@@ -0,0 +1,31 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/xfce4-notifyd-config
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/xfce4/
+-rwxr-xr-x root/root usr/lib/xfce4/xfce4-notifyd
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/applications/
+-rw-r--r-- root/root usr/share/applications/xfce4-notifyd-config.desktop
+drwxr-xr-x root/root usr/share/dbus-1/
+drwxr-xr-x root/root usr/share/dbus-1/services/
+-rw-r--r-- root/root usr/share/dbus-1/services/org.freedesktop.Notifications.service
+drwxr-xr-x root/root usr/share/icons/
+drwxr-xr-x root/root usr/share/icons/hicolor/
+drwxr-xr-x root/root usr/share/icons/hicolor/48x48/
+drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/
+-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/xfce4-notifyd.png
+drwxr-xr-x root/root usr/share/locale/
+drwxr-xr-x root/root usr/share/locale/fr/
+drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/
+-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/xfce4-notifyd.mo
+drwxr-xr-x root/root usr/share/themes/
+drwxr-xr-x root/root usr/share/themes/Default/
+drwxr-xr-x root/root usr/share/themes/Default/xfce-notify-4.0/
+-rw-r--r-- root/root usr/share/themes/Default/xfce-notify-4.0/gtkrc
+drwxr-xr-x root/root usr/share/themes/Smoke/
+drwxr-xr-x root/root usr/share/themes/Smoke/xfce-notify-4.0/
+-rw-r--r-- root/root usr/share/themes/Smoke/xfce-notify-4.0/gtkrc
+drwxr-xr-x root/root usr/share/themes/ZOMG-PONIES!/
+drwxr-xr-x root/root usr/share/themes/ZOMG-PONIES!/xfce-notify-4.0/
+-rw-r--r-- root/root usr/share/themes/ZOMG-PONIES!/xfce-notify-4.0/gtkrc
diff --git a/xfce/xfce4-notifyd/.md5sum b/xfce/xfce4-notifyd/.md5sum
new file mode 100644
index 000000000..7c39773dd
--- /dev/null
+++ b/xfce/xfce4-notifyd/.md5sum
@@ -0,0 +1 @@
+659ecaf37f0f7ee9e31f7b25f9813778 xfce4-notifyd-0.1.0.tar.bz2
diff --git a/xfce/xfce4-notifyd/Pkgfile b/xfce/xfce4-notifyd/Pkgfile
new file mode 100755
index 000000000..a3e44e23b
--- /dev/null
+++ b/xfce/xfce4-notifyd/Pkgfile
@@ -0,0 +1,22 @@
+# Description: Daemon de notification pour Xfce
+# URL: http://git.xfce.org/kelnos/xfce4-notifyd/
+# Maintainer: NuTyX core team
+# Packager: fred.galusik at gmail dot com
+# Depends on: libsexy, startup-notification
+
+name=xfce4-notifyd
+version=0.1.0
+release=2
+source=(http://spuriousinterrupt.org/files/$name/$name-$version.tar.bz2)
+
+build() {
+cd $name-$version
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --libexecdir=/usr/lib/xfce4 \
+ --localstatedir=/var \
+ --disable-static
+ make
+ make DESTDIR=$PKG install
+}
+