summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2016-07-10 12:30:40 -0600
committerBrian Bidulock2016-07-10 12:30:40 -0600
commitae8c5a0b4ad6280401b115f6cadec184e6569291 (patch)
tree6f619c6694e342deb1b5c647e1986ce61017d165
parent6f1cac6b0829ed39435c8fc212ca22a77ec99fce (diff)
parentc53c4830809b4f40f3cdf608aa0d3088f94c9433 (diff)
downloadaur-ae8c5a0b4ad6280401b115f6cadec184e6569291.tar.gz
Merge branch 'master' of ssh+git://aur.archlinux.org/xde-session-git
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3b713c10496..d94317af4d5a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,6 +15,8 @@ pkgbase = xde-session-git
depends = xde-theme
depends = xde-ctools
depends = xde-helpers
+ depends = xde-menu
+ depends = xdg-launch
optdepends = xorg-xdm-xlogin-git: to use xde-xlogin and xde-xchooser
provides = xde-session
conflicts = xde-session
diff --git a/PKGBUILD b/PKGBUILD
index 37d74bc8b032..30a8a1d47eae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,8 @@ url="https://github.com/bbidulock/xde-session"
license=('GPL')
provides=('xde-session')
conflicts=('xde-session')
-depends=('m4' 'libunique' 'libxss' 'libxvnc' 'libxxf86misc' 'xde-theme' 'xde-ctools' 'xde-helpers')
+depends=('m4' 'libunique' 'libxss' 'libxvnc' 'libxxf86misc' 'xde-theme' 'xde-ctools'
+ 'xde-helpers' 'xde-menu' 'xdg-launch')
optdepends=('xorg-xdm-xlogin-git: to use xde-xlogin and xde-xchooser')
makedepends=('git')
source=("$pkgname::git+https://github.com/bbidulock/xde-session.git")