summaryrefslogtreecommitdiffstats
path: root/x11-libs/indicator-session
diff options
context:
space:
mode:
authorArjan Bouter2011-11-15 08:38:47 +0100
committerArjan Bouter2011-11-15 08:38:47 +0100
commit3c5dbff578313deb62128520529f1e2712f9e475 (patch)
tree0b18c026b37f5e64d5c53fe49211b46831d4774d /x11-libs/indicator-session
parent1226d7b99f7444e0ba9c412fd9b3cb68fd647220 (diff)
indicator-session: new spell, indicator session menu
Diffstat (limited to 'x11-libs/indicator-session')
-rwxr-xr-xx11-libs/indicator-session/DEPENDS6
-rwxr-xr-xx11-libs/indicator-session/DETAILS15
-rw-r--r--x11-libs/indicator-session/HISTORY3
3 files changed, 24 insertions, 0 deletions
diff --git a/x11-libs/indicator-session/DEPENDS b/x11-libs/indicator-session/DEPENDS
new file mode 100755
index 0000000000..d18c84d435
--- /dev/null
+++ b/x11-libs/indicator-session/DEPENDS
@@ -0,0 +1,6 @@
+depends libindicator &&
+optional_depends gtk+3 '--with-gtk=3' '--with-gtk=2' \
+ 'use gtk+3 instead of gtk+2' &&
+if ! is_depends_enabled $SPELL gtk+3 ; then
+ depends gtk+2
+fi
diff --git a/x11-libs/indicator-session/DETAILS b/x11-libs/indicator-session/DETAILS
new file mode 100755
index 0000000000..162cdc7872
--- /dev/null
+++ b/x11-libs/indicator-session/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=indicator-session
+ VERSION=0.3.7.1
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://launchpad.net/${SPELL}/0.3/${VERSION}/+download/${SOURCE}
+ SOURCE_HASH=sha512:5cf55ab872de45cf87206128210bdd32b83901b06cf445ff81237ebaea1845663061287936cfcec5391ee8b721abe2b7ddd25c28b32064f21ec25b397e495aad
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="https://launchpad.net/indicator-session"
+ LICENSE[0]=GPL
+ ENTERED=20111111
+ SHORT="indicator session menu"
+cat << EOF
+Quick! Change your status. Switch users. Close your session! All provided by
+the The Session Menu these tasks are conveniently placed in the upper-right
+corner of the desktop to make them available and easy to use.
+EOF
diff --git a/x11-libs/indicator-session/HISTORY b/x11-libs/indicator-session/HISTORY
new file mode 100644
index 0000000000..d55a85f49f
--- /dev/null
+++ b/x11-libs/indicator-session/HISTORY
@@ -0,0 +1,3 @@
+2011-11-11 Arjan Bouter <abouter@sourcemage.org>
+ * DEPENDS, DETAILS: spell created
+