summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Johnson2009-08-30 03:23:55 -0500
committerDonald Johnson2009-08-30 03:23:55 -0500
commit356d26ac7be1bfca7a5fbdc3f85c7f29da55c945 (patch)
treef484e08deee174fe8f79c3c92e9f4b9725ea38ac
parent64644f873b53d33e23f2cf9d53fff7610430153e (diff)
x11/tint2: new spell, custom taskbar app
-rwxr-xr-xx11/tint2/BUILD2
-rwxr-xr-xx11/tint2/CONFIGURE9
-rwxr-xr-xx11/tint2/DEPENDS6
-rwxr-xr-xx11/tint2/DETAILS19
-rw-r--r--x11/tint2/HISTORY2
5 files changed, 38 insertions, 0 deletions
diff --git a/x11/tint2/BUILD b/x11/tint2/BUILD
new file mode 100755
index 0000000000..e9203d06aa
--- /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 0000000000..11ff1c1249
--- /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 0000000000..687da9c3fb
--- /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 0000000000..9a59d10f9f
--- /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 0000000000..b51b917a2e
--- /dev/null
+++ b/x11/tint2/HISTORY
@@ -0,0 +1,2 @@
+2009-08-30 Donald Johnson <ltdonny@gmail.com>
+ * all: created