summaryrefslogtreecommitdiffstats
path: root/notification-daemon
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.servegame.org>2011-07-23 00:25:03 +0200
committerpiernov <piernov@piernov.servegame.org>2011-07-23 00:25:03 +0200
commit457ba45f1f7d291d5881f18786b6a876573a8320 (patch)
tree0cb3caa3241b510b8a377f683aaa559342424471 /notification-daemon
downloadgnome3-457ba45f1f7d291d5881f18786b6a876573a8320.tar.gz
gnome3-457ba45f1f7d291d5881f18786b6a876573a8320.tar.bz2
gnome3-457ba45f1f7d291d5881f18786b6a876573a8320.tar.xz
gnome3-457ba45f1f7d291d5881f18786b6a876573a8320.zip
Création du dépôt
Diffstat (limited to 'notification-daemon')
-rw-r--r--notification-daemon/.footprint.i6866
-rw-r--r--notification-daemon/.footprint.x86_646
-rw-r--r--notification-daemon/.md5sum.i6861
-rw-r--r--notification-daemon/.md5sum.x86_641
-rw-r--r--notification-daemon/Pkgfile19
5 files changed, 33 insertions, 0 deletions
diff --git a/notification-daemon/.footprint.i686 b/notification-daemon/.footprint.i686
new file mode 100644
index 0000000..1508f0b
--- /dev/null
+++ b/notification-daemon/.footprint.i686
@@ -0,0 +1,6 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/notification-daemon
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/applications/
+-rw-r--r-- root/root usr/share/applications/notification-daemon.desktop
diff --git a/notification-daemon/.footprint.x86_64 b/notification-daemon/.footprint.x86_64
new file mode 100644
index 0000000..1508f0b
--- /dev/null
+++ b/notification-daemon/.footprint.x86_64
@@ -0,0 +1,6 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/notification-daemon
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/applications/
+-rw-r--r-- root/root usr/share/applications/notification-daemon.desktop
diff --git a/notification-daemon/.md5sum.i686 b/notification-daemon/.md5sum.i686
new file mode 100644
index 0000000..ff7838f
--- /dev/null
+++ b/notification-daemon/.md5sum.i686
@@ -0,0 +1 @@
+6ef69d56ac727e8d3ad69e1abdbe98c5 notification-daemon-0.7.1.tar.bz2
diff --git a/notification-daemon/.md5sum.x86_64 b/notification-daemon/.md5sum.x86_64
new file mode 100644
index 0000000..ff7838f
--- /dev/null
+++ b/notification-daemon/.md5sum.x86_64
@@ -0,0 +1 @@
+6ef69d56ac727e8d3ad69e1abdbe98c5 notification-daemon-0.7.1.tar.bz2
diff --git a/notification-daemon/Pkgfile b/notification-daemon/Pkgfile
new file mode 100644
index 0000000..4f16ed9
--- /dev/null
+++ b/notification-daemon/Pkgfile
@@ -0,0 +1,19 @@
+# Description: Galago Project notification daemon
+# URL: http://www.galago-project.org/
+# Maintainer: Matt Housh, jaeger at morpheus dot net
+# Depends on: gtk3, libcanberra, intltool, dbus-glib
+# Run on: gtk3,libcanberra
+
+name=notification-daemon
+version=0.7.1
+release=1
+source=(http://ftp.acc.umu.se/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --libexecdir=/usr/bin
+ make
+ make DESTDIR=$PKG install
+ rm -rf $PKG/usr/share/locale
+}