summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Johnson2010-07-01 00:30:48 -0500
committerDonald Johnson2010-07-01 00:30:48 -0500
commit267f9f4071bb8462681f8c9e79290bffbcfb2564 (patch)
tree499377066ccb66fc4a370c3b3151e545902480b5
parentbca6b8fd4651a37a3096f76b3ef6c8734e22c8c9 (diff)
x11/tint2: Changed to cmake, version bump
-rwxr-xr-xx11/tint2/BUILD3
-rwxr-xr-xx11/tint2/CONFIGURE6
-rwxr-xr-xx11/tint2/DEPENDS5
-rwxr-xr-xx11/tint2/DETAILS7
-rw-r--r--x11/tint2/HISTORY5
-rw-r--r--x11/tint2/tint2-0.11.tar.bz2.sigbin0 -> 287 bytes
6 files changed, 17 insertions, 9 deletions
diff --git a/x11/tint2/BUILD b/x11/tint2/BUILD
index e9203d06aa..db9e927dd3 100755
--- a/x11/tint2/BUILD
+++ b/x11/tint2/BUILD
@@ -1,2 +1,3 @@
OPTS="$TINT2_OPTS $OPTS" &&
-default_build
+
+cmake_build
diff --git a/x11/tint2/CONFIGURE b/x11/tint2/CONFIGURE
index 59cd51dba7..c4dde24246 100755
--- a/x11/tint2/CONFIGURE
+++ b/x11/tint2/CONFIGURE
@@ -1,6 +1,6 @@
config_query_option TINT2_OPTS \
"Enable example configuration?" n \
- "--enable-examples" "--disable-examples" &&
+ "-DENABLE_EXAMPLES:BOOL=ON" "-DENABLE_EXAMPLES:BOOL=OFF" &&
config_query_option TINT2_OPTS \
- "Enable batter status monitor?" y \
- "--enable-battery" "--disable-battery"
+ "Enable battery status monitor?" y \
+ "-DENABLE_BATTERY:BOOL=ON" "-DENABLE_BATTERY:BOOL=OFF"
diff --git a/x11/tint2/DEPENDS b/x11/tint2/DEPENDS
index 56bdf094d4..ef050621d9 100755
--- a/x11/tint2/DEPENDS
+++ b/x11/tint2/DEPENDS
@@ -18,8 +18,9 @@ depends imlib2 &&
depends pixman &&
depends zlib &&
depends pygtk2 &&
+depends libxrandr &&
optional_depends 'gtk+2' \
- '--enable-tint2conf' \
- '--disable-tint2conf' \
+ '-DENABLE_TINT2CONF:BOOL=ON' \
+ '-DENABLE_TINT2CONF:BOOL=OFF' \
'for a GTK+2 theme switcher'
diff --git a/x11/tint2/DETAILS b/x11/tint2/DETAILS
index 127f63adbc..24c782dee0 100755
--- a/x11/tint2/DETAILS
+++ b/x11/tint2/DETAILS
@@ -1,7 +1,8 @@
SPELL=tint2
- VERSION=0.10
- SOURCE=$SPELL-$VERSION.tar.gz
- SOURCE_HASH=sha512:e9e26c92391fc7037b522c966368baf5700492f0b4a2adad84aa036a6bcc3c43916cbadb2ad6e9ef844253ce9bbb040fc4c8eb350e467166fa768705a0c1b51e
+ VERSION=0.11
+ SOURCE=$SPELL-$VERSION.tar.bz2
+# SOURCE_HASH=sha512:e9e26c92391fc7037b522c966368baf5700492f0b4a2adad84aa036a6bcc3c43916cbadb2ad6e9ef844253ce9bbb040fc4c8eb350e467166fa768705a0c1b51e
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://code.google.com/p/tint2/
SOURCE_URL[0]=http://tint2.googlecode.com/files/$SOURCE
diff --git a/x11/tint2/HISTORY b/x11/tint2/HISTORY
index a1af194501..2552a97bc9 100644
--- a/x11/tint2/HISTORY
+++ b/x11/tint2/HISTORY
@@ -1,3 +1,8 @@
+2010-07-01 Donald Johnson <minozake@codemages.net>
+ * DETAILS: version up to 0.11
+ * DEPENDS: libxrandr dependency.
+ * Build system changed to cmake, all scripts reflect this now
+
2010-06-01 Bor Kraljič <pyrobor@ver.si>
* DETAILS: updated spell to 0.10
diff --git a/x11/tint2/tint2-0.11.tar.bz2.sig b/x11/tint2/tint2-0.11.tar.bz2.sig
new file mode 100644
index 0000000000..eef367f6b7
--- /dev/null
+++ b/x11/tint2/tint2-0.11.tar.bz2.sig
Binary files differ