[Lunar-commits] <moonbase-xfce> libwnck: add it from gnome repo.
Florin Braescu
florin at lunar-linux.org
Mon Mar 4 17:33:56 CET 2013
commit 18501badfaeae1c45f5f898013962a188ed059fb
Author: Florin Braescu <florin at lunar-linux.org>
Date: Mon, 04 Mar 2013 08:33:56 -0800
URL: https://github.com/lunar-linux/moonbase-xfce/commit/18501badfaeae1c45f5f898013962a188ed059fb
libwnck: add it from gnome repo.
---
libwnck/BUILD | +12/-0
libwnck/DEPENDS | +2/-0
libwnck/DETAILS | +15/-0
3 files changed, 29 insertions(+)
--- /dev/null
+++ b/libwnck/BUILD
@@ -0,0 +1,12 @@
+(
+
+ ./configure --prefix=${GNOME210_PREFIX:-/usr} \
+ --build=$BUILD \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --infodir=${GNOME210_PREFIX:-/usr}/share/info \
+ --mandir=${GNOME210_PREFIX:-/usr}/share/man \
+ $OPTS &&
+ default_make
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/libwnck/DEPENDS
@@ -0,0 +1,2 @@
+depends gtk+-2
+depends startup-notification
--- /dev/null
+++ b/libwnck/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=libwnck
+ MAJOR=2.30
+ VERSION=$MAJOR.7
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR
+ SOURCE_VFY=sha1:b5764fff5f5445405d93519cf1b449965a52083c
+ WEB_SITE=http://www.gnome.org
+ ENTERED=20020714
+ UPDATED=20111118
+ SHORT="A window navigator construction kit"
+
+cat << EOF
+libwnck is Window Navigator Construction Kit, i.e. a library to use
+for writing pagers and taskslists and stuff.
+EOF
More information about the Lunar-commits
mailing list