summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorDan Milon2016-10-31 17:52:20 +0200
committerDan Milon2016-10-31 17:52:20 +0200
commitbe4dde36401afdf94c417434cc5d6f855082ced8 (patch)
treedf842f839d1536d17ef5596625e4463a61b1bd83 /.SRCINFO
downloadaur-be4dde36401afdf94c417434cc5d6f855082ced8.tar.gz
init commit
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO19
1 files changed, 19 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..d43c00d6d152
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,19 @@
+pkgbase = notification-thing-git
+ pkgdesc = Python-based implementation of Desktop Notifications Specification (notification-daemon)
+ pkgver = 20161031
+ pkgrel = 1
+ url = https://github.com/mk-fg/notification-thing
+ arch = any
+ license = unknown
+ makedepends = git
+ depends = python2-dbus
+ depends = python2-gobject
+ optdepends = python2-yaml: to configure daemon via YAML file, not CLI (--conf option).
+ optdepends = python2-pyzmq: to broadcast/receive notification messages over zeromq pub/sub sockets.
+ optdepends = libcanberra: to play sounds (from XDG themes or files).
+ provides = notification-thing
+ source = notification-thing-git::git://github.com/mk-fg/notification-thing.git
+ md5sums = SKIP
+
+pkgname = notification-thing-git
+