[Lunar-commits] <moonbase> xvattr: build against gtk+-2, and make it optional
Zachary McGrew
zmcgrew at lunar-linux.org
Sun Jan 11 22:55:45 CET 2009
commit 7e1047cf326e5b053834f23a27b6b4f6117f295d
Author: Zachary McGrew <zmcgrew at lunar-linux.org>
Date: Sun Jan 11 13:55:45 2009 -0800
xvattr: build against gtk+-2, and make it optional
---
x11-utils/xvattr/BUILD | 7 +++++++
x11-utils/xvattr/DEPENDS | 2 +-
x11-utils/xvattr/DETAILS | 3 +++
3 files changed, 11 insertions(+), 1 deletions(-)
diff --git a/x11-utils/xvattr/BUILD b/x11-utils/xvattr/BUILD
new file mode 100644
index 0000000..e75de16
--- /dev/null
+++ b/x11-utils/xvattr/BUILD
@@ -0,0 +1,7 @@
+(
+
+ patch_it $SOURCE_CACHE/$SOURCE2 1 &&
+ autoreconf &&
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/x11-utils/xvattr/DEPENDS b/x11-utils/xvattr/DEPENDS
index 552759f..de38031 100644
--- a/x11-utils/xvattr/DEPENDS
+++ b/x11-utils/xvattr/DEPENDS
@@ -1 +1 @@
-depends gtk+
+optional_depends gtk+-2 "" "--disable-gtk" "For gtk+-2 interface"
diff --git a/x11-utils/xvattr/DETAILS b/x11-utils/xvattr/DETAILS
index b7e8ae0..a7e1767 100644
--- a/x11-utils/xvattr/DETAILS
+++ b/x11-utils/xvattr/DETAILS
@@ -1,8 +1,11 @@
MODULE=xvattr
VERSION=1.3
SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE2=xvattr-1.3-gtk.patch.bz2
SOURCE_URL=http://www.dtek.chalmers.se/groups/dvd/dist
+ SOURCE2_URL=$PATCH_URL
SOURCE_VFY=sha1:6f6743aa7a1696727cc83bdf77e2baa63c090750
+ SOURCE2_VFY=sha1:b09b87a96c9a371359d8a7ccefb83b5979ce35fe
WEB_SITE=http://www.dtek.chalmers.se/groups/dvd/
ENTERED=20070219
UPDATED=20070219
More information about the Lunar-commits
mailing list