summaryrefslogtreecommitdiffstats
path: root/x11-libs/indicator-datetime
diff options
context:
space:
mode:
authorArjan Bouter2011-11-15 08:48:24 +0100
committerArjan Bouter2011-11-15 08:48:24 +0100
commit73e9b3cf5f7dcf5d5bc066df4b392d0f2975a2bf (patch)
tree03795b82f686fb4eecffb98ead8e7cb22e629c57 /x11-libs/indicator-datetime
parent5bbf3adcb2741aaa7a1ade1c95a4bc6355ffe249 (diff)
indicator-datetime: new spell, date and time indicator
Diffstat (limited to 'x11-libs/indicator-datetime')
-rwxr-xr-xx11-libs/indicator-datetime/DEPENDS9
-rwxr-xr-xx11-libs/indicator-datetime/DETAILS13
-rw-r--r--x11-libs/indicator-datetime/HISTORY3
3 files changed, 25 insertions, 0 deletions
diff --git a/x11-libs/indicator-datetime/DEPENDS b/x11-libs/indicator-datetime/DEPENDS
new file mode 100755
index 0000000000..6c3e671606
--- /dev/null
+++ b/x11-libs/indicator-datetime/DEPENDS
@@ -0,0 +1,9 @@
+depends libindicator &&
+depends ido &&
+depends geoclue &&
+depends evolution-data-server &&
+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-datetime/DETAILS b/x11-libs/indicator-datetime/DETAILS
new file mode 100755
index 0000000000..55913473a9
--- /dev/null
+++ b/x11-libs/indicator-datetime/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=indicator-datetime
+ VERSION=0.3.1
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://launchpad.net/${SPELL}/0.3/${VERSION}/+download/${SOURCE}
+ SOURCE_HASH=sha512:24a2cbcf77477497cf0aed13a48f081d0532874d40db982b071ba43f61cd407dfd6dc4595bbb26de0c8a10f179b08fab33cecb83b646c69ff6bd06cb4c63b175
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="https://launchpad.net/indicator-datetime"
+ LICENSE[0]=GPL
+ ENTERED=20111111
+ SHORT="A very, very simple clock."
+cat << EOF
+A very, very simple clock.
+EOF
diff --git a/x11-libs/indicator-datetime/HISTORY b/x11-libs/indicator-datetime/HISTORY
new file mode 100644
index 0000000000..d55a85f49f
--- /dev/null
+++ b/x11-libs/indicator-datetime/HISTORY
@@ -0,0 +1,3 @@
+2011-11-11 Arjan Bouter <abouter@sourcemage.org>
+ * DEPENDS, DETAILS: spell created
+