Skip to Content.
Sympa Menu

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

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 (356d26ac7be1bfca7a5fbdc3f85c7f29da55c945)
  • Date: Sun, 30 Aug 2009 03:24:01 -0500

GIT changes to master grimoire by Donald Johnson <ltdonny AT gmail.com>:

kernels/bootsplash/DETAILS | 9 ++++-----
kernels/bootsplash/HISTORY | 3 +++
x11/tint2/BUILD | 2 ++
x11/tint2/CONFIGURE | 9 +++++++++
x11/tint2/DEPENDS | 6 ++++++
x11/tint2/DETAILS | 19 +++++++++++++++++++
x11/tint2/HISTORY | 2 ++
7 files changed, 45 insertions(+), 5 deletions(-)

New commits:
commit 356d26ac7be1bfca7a5fbdc3f85c7f29da55c945
Author: Donald Johnson <ltdonny AT gmail.com>
Commit: Donald Johnson <ltdonny AT gmail.com>

x11/tint2: new spell, custom taskbar app

commit 64644f873b53d33e23f2cf9d53fff7610430153e
Author: Donald Johnson <ltdonny AT gmail.com>
Commit: Donald Johnson <ltdonny AT gmail.com>

kernels/bootsplash: moved to new source URL.

diff --git a/kernels/bootsplash/DETAILS b/kernels/bootsplash/DETAILS
index 64d62df..1be7b81 100755
--- a/kernels/bootsplash/DETAILS
+++ b/kernels/bootsplash/DETAILS
@@ -1,13 +1,12 @@
SPELL=bootsplash
- VERSION=3.1
- SOURCE=${SPELL}-${VERSION}.tar.bz2
+ VERSION=3.3
+ SOURCE=${SPELL}_${VERSION}.orig.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/bootsplash-$VERSION
-
SOURCE_URL[0]=ftp://ftp.suse.com/pub/people/stepan/bootsplash/rpm-sources/${SPELL}/${SOURCE}
+ SOURCE_URL[0]=http://ftp.debian.org/pool/main/b/${SPELL}/${SOURCE}
SOURCE_URL[1]=http://www.bootsplash.de/files/splashutils/${SOURCE}
-
SOURCE_HASH=sha512:e13cb1c755f93c56a0388a1d3017285ef5be353c0507cdf83ad4572ad69de4d5ce9618605282fd9a01b9b15381213a7acd397a0dec5eb1f7b0983a16151b9fe1
+
SOURCE_HASH=sha512:a279d0bef52ea7104c97819efc5e0e6868a496d01b81c2387e581a2bc58401ba76ba3761166135e9b3c574e0714fa19f98d3cc3d413a42b09fde1cf4f787e970
WEB_SITE=http://www.bootsplash.org/
ENTERED=20030801
- UPDATED=20040717
LICENSE[0]=GPL
KEYWORDS="kernels"
SHORT="utilities for bootsplash"
diff --git a/kernels/bootsplash/HISTORY b/kernels/bootsplash/HISTORY
index 428d2b9..f078cc6 100644
--- a/kernels/bootsplash/HISTORY
+++ b/kernels/bootsplash/HISTORY
@@ -1,3 +1,6 @@
+2009-08-28 Donald Johnson <ltdonny AT gmail.com>
+ * DETAILS: updated source URL
+
2007-06-03 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* BUILD: apply the mng patch to all gcc4 versions #13766

diff --git a/x11/tint2/BUILD b/x11/tint2/BUILD
new file mode 100755
index 0000000..e9203d0
--- /dev/null
+++ b/x11/tint2/BUILD
@@ -0,0 +1,2 @@
+OPTS="$TINT2_OPTS $OPTS" &&
+default_build
diff --git a/x11/tint2/CONFIGURE b/x11/tint2/CONFIGURE
new file mode 100755
index 0000000..11ff1c1
--- /dev/null
+++ b/x11/tint2/CONFIGURE
@@ -0,0 +1,9 @@
+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" &&
+config_query_option TINT2_OPTS \
+ "Enable batter status monitor?" y \
+ "--disable-battery" "--enable_battery"
diff --git a/x11/tint2/DEPENDS b/x11/tint2/DEPENDS
new file mode 100755
index 0000000..687da9c
--- /dev/null
+++ b/x11/tint2/DEPENDS
@@ -0,0 +1,6 @@
+depends cairo &&
+depends pango &&
+depends glib2 &&
+depends libx11 &&
+depends libxinerama &&
+depends imlib2
diff --git a/x11/tint2/DETAILS b/x11/tint2/DETAILS
new file mode 100755
index 0000000..9a59d10
--- /dev/null
+++ b/x11/tint2/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=tint2
+ VERSION=0.7_beta3
+
SOURCE_HASH=478867ad6aae659cdbf1a1637a96afd48399c15f02f0e26ef7eecf47cb39678bf0e5bbbd9495ebfd2565ebb34c6401cdd2e2bccb222a6e67c06887636805485d
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://code.google.com/p/tint2/
+ SOURCE_URL[0]=http://tint2.googlecode.com/files/$SOURCE
+ LICENSE[0]=GPL
+ ENTERED=20090830
+ KEYWORDS="tint2 taskbar panel"
+ SHORT="tint2 is a panel/taskbar that is window manager
independent"
+cat << EOF
+tint2 is a simple panel/taskbar intentionally made for openbox3, but should
+also work with other window managers.
+
+The goal is to keep tint2 unintrusive and light (memory / cpu / aestetic). We
+follow freedesktop specifications. We also try to get 'virtual desktop' and
+'multi-monitor' easier to use.
+EOF
diff --git a/x11/tint2/HISTORY b/x11/tint2/HISTORY
new file mode 100644
index 0000000..b51b917
--- /dev/null
+++ b/x11/tint2/HISTORY
@@ -0,0 +1,2 @@
+2009-08-30 Donald Johnson <ltdonny AT gmail.com>
+ * all: created




Archive powered by MHonArc 2.6.24.

Top of Page