Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Donald Johnson (bdf692f987d1b06cec3cc8d0bb4e82ae1fc287f3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Donald Johnson <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Donald Johnson (bdf692f987d1b06cec3cc8d0bb4e82ae1fc287f3)
  • Date: Thu, 1 Jul 2010 00:34:45 -0500

GIT changes to master grimoire by Donald Johnson <minozake AT codemages.net>:

ChangeLog | 4 ++++
FUNCTIONS | 2 +-
x11/tint2/BUILD | 3 ++-
x11/tint2/CONFIGURE | 6 +++---
x11/tint2/DEPENDS | 5 +++--
x11/tint2/DETAILS | 7 ++++---
x11/tint2/HISTORY | 5 +++++
x11/tint2/tint2-0.11.tar.bz2.sig |binary
8 files changed, 22 insertions(+), 10 deletions(-)

New commits:
commit 267f9f4071bb8462681f8c9e79290bffbcfb2564
Author: Donald Johnson <minozake AT codemages.net>
Commit: Donald Johnson <minozake AT codemages.net>

x11/tint2: Changed to cmake, version bump

commit bca6b8fd4651a37a3096f76b3ef6c8734e22c8c9
Author: Donald Johnson <minozake AT codemages.net>
Commit: Donald Johnson <minozake AT codemages.net>

FUNCTIONS: added -DSYSCONFDIR=$INSTALL_ROOT/etc for cmake_build()

diff --git a/ChangeLog b/ChangeLog
index 987460d..f1f8150 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-01 Donald Johnson <minozake AT codemages.net>
+ * FUNCTIONS: added "-DSYSCONFDIR=$INSTALL_ROOT/etc" to options in
+ cmake_build()
+
2010-06-30 Arjan Bouter <abouter AT sourcemage.org>
* chat-im/prosody: new spell, lua based jabber server

diff --git a/FUNCTIONS b/FUNCTIONS
index b745deb..8e6a160 100755
--- a/FUNCTIONS
+++ b/FUNCTIONS
@@ -514,7 +514,7 @@ cmake_build() {
cd $SOURCE_DIRECTORY &&
mkdir -p build &&
cd build &&
- cmake -DCMAKE_INSTALL_PREFIX=$INSTALL_ROOT/usr $OPTS ../ &&
+ cmake -DCMAKE_INSTALL_PREFIX=$INSTALL_ROOT/usr
-DSYSCONFDIR=$INSTALL_ROOT/etc $OPTS ../ &&
make
}

diff --git a/x11/tint2/BUILD b/x11/tint2/BUILD
index e9203d0..db9e927 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 59cd51d..c4dde24 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 56bdf09..ef05062 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 127f63a..24c782d 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 a1af194..2552a97 100644
--- a/x11/tint2/HISTORY
+++ b/x11/tint2/HISTORY
@@ -1,3 +1,8 @@
+2010-07-01 Donald Johnson <minozake AT 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 AT 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 0000000..eef367f
Binary files /dev/null and b/x11/tint2/tint2-0.11.tar.bz2.sig differ



  • [SM-Commit] GIT changes to master grimoire by Donald Johnson (bdf692f987d1b06cec3cc8d0bb4e82ae1fc287f3), Donald Johnson, 07/01/2010

Archive powered by MHonArc 2.6.24.

Top of Page