[Lunar-commits] <moonbase-other> startup-notification: move it from gnome repo.
Florin Braescu
florin at lunar-linux.org
Sun Apr 21 10:08:01 CEST 2013
commit 86df92fcfb7042f34ca4308b1c7b66f637026fab
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun, 21 Apr 2013 01:07:33 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/86df92fcfb7042f34ca4308b1c7b66f637026fab
startup-notification: move it from gnome repo.
---
x11-utils/startup-notification/BUILD | +14/-0
x11-utils/startup-notification/DEPENDS | +2/-0
x11-utils/startup-notification/DETAILS | +17/-0
3 files changed, 33 insertions(+)
--- /dev/null
+++ b/x11-utils/startup-notification/BUILD
@@ -0,0 +1,14 @@
+(
+
+ ./configure --prefix=/usr \
+ --build=$BUILD \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --infodir=/usr/share/info \
+ --mandir=/usr/share/man \
+ --disable-static \
+ $OPTS &&
+
+ default_make
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/x11-utils/startup-notification/DEPENDS
@@ -0,0 +1,2 @@
+depends libX11
+depends xcb-util
--- /dev/null
+++ b/x11-utils/startup-notification/DETAILS
@@ -0,0 +1,17 @@
+ MODULE=startup-notification
+ VERSION=0.12
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://www.freedesktop.org/software/$MODULE/releases
+ SOURCE_VFY=sha1:4198bce2808d03160454a2940d989f3a5dc96dbb
+ WEB_SITE=http://www.freedesktop.org/wiki/Software/startup-notification
+ ENTERED=20021013
+ UPDATED=20110520
+ SHORT="reference implementation of the startup notification protocol"
+
+cat << EOF
+startup-notification contains a reference
+implementation of the startup notification
+protocol. The reference implementation is mostly
+under an X Window System style license,
+and has no special dependencies.
+EOF
More information about the Lunar-commits
mailing list