[Lunar-commits] <moonbase> tint2: cleanup and fix package
Michael 'v4hn' Goerner
v4hn at lunar-linux.org
Tue May 1 16:08:56 CEST 2012
commit 05b1b76a725c7c4200eac6f09e6e253d76a7baf2
Author: Michael 'v4hn' Goerner <v4hn at lunar-linux.org>
Date: Tue May 1 15:37:20 2012 +0200
tint2: cleanup and fix package
added dependency to gtk+-2 (this was proposed by Richard Nespithal)
---
zbeta/tint2/BUILD | 5 ++---
zbeta/tint2/CONFIGURE | 1 +
zbeta/tint2/DEPENDS | 3 +++
3 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/zbeta/tint2/BUILD b/zbeta/tint2/BUILD
index 63f962c..efb08a1 100644
--- a/zbeta/tint2/BUILD
+++ b/zbeta/tint2/BUILD
@@ -1,6 +1,5 @@
(
-cmake DCMAKE_INSTALL_PREFIX=/usr ./
-#prepare_install
-default_make
+
+default_cmake_build
) > $C_FIFO 2>&1
diff --git a/zbeta/tint2/CONFIGURE b/zbeta/tint2/CONFIGURE
new file mode 100644
index 0000000..35122e1
--- /dev/null
+++ b/zbeta/tint2/CONFIGURE
@@ -0,0 +1 @@
+mquery ENBL_BAT "Enable battery status plugin?" y "-DENABLE_BATTERY=ON" "-DENABLE_BATTERY=OFF"
diff --git a/zbeta/tint2/DEPENDS b/zbeta/tint2/DEPENDS
index fed6724..b724eb8 100644
--- a/zbeta/tint2/DEPENDS
+++ b/zbeta/tint2/DEPENDS
@@ -1,2 +1,5 @@
depends imlib2
depends cmake
+depends gtk+-2
+
+optional_depends "pygtk" "-DENABLE_TINT2CONF=ON" "-DENABLE_TINT2CONF=OFF" "for tint2conf"
More information about the Lunar-commits
mailing list