Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (9538c56fc63d069758ca7bbfdd398f41d1cb0a63)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (9538c56fc63d069758ca7bbfdd398f41d1cb0a63)
  • Date: Fri, 15 Jan 2010 02:06:38 -0600

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

x11/tint2/CONFIGURE | 7 ++-----
x11/tint2/DEPENDS | 20 +++++++++++++++++++-
x11/tint2/DETAILS | 5 +++--
x11/tint2/HISTORY | 10 ++++++++++
x11/tint2/tint2-0.9-rc1.tar.gz.sig |binary
5 files changed, 34 insertions(+), 8 deletions(-)

New commits:
commit 9538c56fc63d069758ca7bbfdd398f41d1cb0a63
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

tint2: Depends on expat, freetype2, fontconfig, libpng, libxau,
libxcomposite, libxdamage, libxdmcp, libxext, libxfixes,
libxrender, pixman, and zlib

commit d568c0277195ff8a0eb9988f19ec64898328d70d
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

tint2: Optionally depends on gtk+2 for a theme switcher

commit 3f544196730c86943e6b520e5e91f95c72c6edf1
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

tint2: ./configure doesn't know --enable-doc nor --disable-doc

commit 29777b1af06d905228c884e6dc14a01794d0337d
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

tint2: -enable/--disable flags were backwards...
--enable_battery -> --enable-battery

commit dabd06ffd824068f3ba833faa71c71f6dc87b7e6
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

tint2: Updated to 0.9-rc1

0.8 checksum changed, updated to latest -rc1 instead of verifying new
checksum :)

diff --git a/x11/tint2/CONFIGURE b/x11/tint2/CONFIGURE
index 11ff1c1..59cd51d 100755
--- a/x11/tint2/CONFIGURE
+++ b/x11/tint2/CONFIGURE
@@ -1,9 +1,6 @@
-config_query_option TINT2_OPTS \
- "Enable additional documentation?" n \
- "--disable-doc" "--enable-doc" &&
config_query_option TINT2_OPTS \
"Enable example configuration?" n \
- "--disable-examples" "--enable-examples" &&
+ "--enable-examples" "--disable-examples" &&
config_query_option TINT2_OPTS \
"Enable batter status monitor?" y \
- "--disable-battery" "--enable_battery"
+ "--enable-battery" "--disable-battery"
diff --git a/x11/tint2/DEPENDS b/x11/tint2/DEPENDS
index 687da9c..cea62bf 100755
--- a/x11/tint2/DEPENDS
+++ b/x11/tint2/DEPENDS
@@ -1,6 +1,24 @@
depends cairo &&
+depends expat &&
depends pango &&
+depends freetype2 &&
+depends fontconfig &&
depends glib2 &&
+depends libpng &&
depends libx11 &&
+depends libxau &&
+depends libxcomposite &&
+depends libxdamage &&
+depends libxdmcp &&
+depends libxext &&
+depends libxfixes &&
depends libxinerama &&
-depends imlib2
+depends libxrender &&
+depends imlib2 &&
+depends pixman &&
+depends zlib &&
+
+optional_depends 'gtk+2' \
+ '--enable-tint2conf' \
+ '--disable-tint2conf' \
+ 'for a GTK+2 theme switcher'
diff --git a/x11/tint2/DETAILS b/x11/tint2/DETAILS
index 5e87e8f..9189c19 100755
--- a/x11/tint2/DETAILS
+++ b/x11/tint2/DETAILS
@@ -1,7 +1,8 @@
SPELL=tint2
- VERSION=0.8
-
SOURCE_HASH=sha512:bd9c1321080e9f20cbb0b0e152a15049ce8f923805eb1869d018c8aa78e2a28c5bd9f218d34c6be4796096b75a15cc40368657fbcdbf27324f49f53b54b01d86
+ VERSION=0.9-rc1
+#
SOURCE_HASH=sha512:bd9c1321080e9f20cbb0b0e152a15049ce8f923805eb1869d018c8aa78e2a28c5bd9f218d34c6be4796096b75a15cc40368657fbcdbf27324f49f53b54b01d86
SOURCE=$SPELL-$VERSION.tar.gz
+ 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 337871c..518d4aa 100644
--- a/x11/tint2/HISTORY
+++ b/x11/tint2/HISTORY
@@ -1,3 +1,13 @@
+2010-01-14 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 0.9-rc1
+ * CONFIGURE: --enable/--disable flags were backwards...
+ --enable_battery -> --enable-battery
+ ./configure doesn't know --enable-doc nor --disable-doc
+ * DEPENDS: Optionally depends on gtk+2 for a theme switcher
+ Depends on expat, freetype2, fontconfig, libpng, libxau,
+ libxcomposite, libxdamage, libxdmcp, libxext, libxfixes, libxrender,
+ pixman, and zlib
+
2009-12-21 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: updated spell to 0.8

diff --git a/x11/tint2/tint2-0.9-rc1.tar.gz.sig
b/x11/tint2/tint2-0.9-rc1.tar.gz.sig
new file mode 100644
index 0000000..5f15d0c
Binary files /dev/null and b/x11/tint2/tint2-0.9-rc1.tar.gz.sig differ



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (9538c56fc63d069758ca7bbfdd398f41d1cb0a63), Eric Sandall, 01/15/2010

Archive powered by MHonArc 2.6.24.

Top of Page