summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfusion8092016-01-19 05:13:13 +1000
committerfusion8092016-01-19 05:13:13 +1000
commit5e5ab87a7671fb29b81d628f1c7f95da692616fe (patch)
treec2aa01c5c6da140222f64d6d2321aacccccc53ec
parentb7bd8819bcbdb00de825b99969e7659e58b59a87 (diff)
downloadaur-5e5ab87a7671fb29b81d628f1c7f95da692616fe.tar.gz
Package does not provide notification-daemon
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1663fb4fe6ce..0aee9d181bb9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Jan 18 19:09:02 UTC 2016
+# Mon Jan 18 19:13:11 UTC 2016
pkgbase = moksha
pkgdesc = A fork of the E17 window manager
pkgver = 0.2.0
@@ -14,12 +14,13 @@ pkgbase = moksha
depends = elementary
optdepends = acpid: power events on laptop lid close
optdepends = bc: calculator in everything module
+ optdepends = bluez4: bluetooth module
optdepends = connman: network module
optdepends = doxygen: build documentation
optdepends = evas_generic_loaders: provide support for SVG icons
optdepends = gdb: create backtraces on crash
optdepends = geoclue2: geolocation module
- provides = notification-daemon
+ provides = moksha
conflicts = enlightenment
backup = etc/enlightenment/sysactions.conf
backup = etc/xdg/menus/e-applications.menu
diff --git a/PKGBUILD b/PKGBUILD
index a27d5617e13b..753a9b8c4e76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,12 +10,13 @@ license=('BSD')
depends=('desktop-file-utils' 'e_dbus' 'elementary')
optdepends=('acpid: power events on laptop lid close'
'bc: calculator in everything module'
+ 'bluez4: bluetooth module'
'connman: network module'
'doxygen: build documentation'
'evas_generic_loaders: provide support for SVG icons'
'gdb: create backtraces on crash'
'geoclue2: geolocation module')
-provides=('notification-daemon')
+provides=('moksha')
conflicts=("enlightenment")
backup=('etc/enlightenment/sysactions.conf'
'etc/xdg/menus/e-applications.menu')