summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Tran2016-10-04 17:41:54 +1100
committerVictor Tran2016-10-04 17:41:54 +1100
commitbe6f30ea7842f4f2435af5b3c73da3fa52db67a6 (patch)
tree80cbe7d9f4e7154510f4e5e08ae0e14726f00ea7
parentaf73d6a49d2fa237d1966d8b700e334257970f8d (diff)
downloadaur-be6f30ea7842f4f2435af5b3c73da3fa52db67a6.tar.gz
Remoce qtchooser depencency
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e77024711c3a..22fc5d31c1c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,6 @@ pkgbase = theshell
url = https://github.com/vicr123/theshell
arch = x86_64
license = GPL3
- makedepends = qtchooser
makedepends = git
depends = kwidgetsaddons
depends = xdg-utils
@@ -16,6 +15,7 @@ pkgbase = theshell
depends = redshift
depends = tsscreenlock
depends = libcups
+ depends = qt5-base
depends = qt5-location
depends = kscreen
depends = kdepimlibs4
diff --git a/PKGBUILD b/PKGBUILD
index 65af478e9e34..61b5425d1283 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,12 +7,14 @@ pkgdesc="Desktop Shell that gets out of your way"
arch=("x86_64")
url="https://github.com/vicr123/theshell"
license=('GPL3')
-depends=('kwidgetsaddons' 'xdg-utils' 'wmctrl' 'kwin' 'networkmanager' 'xorg-xbacklight' 'redshift' 'tsscreenlock' 'libcups'
+depends=('kwidgetsaddons' 'xdg-utils' 'wmctrl' 'kwin'
+'networkmanager' 'xorg-xbacklight' 'redshift' 'tsscreenlock'
+'libcups' 'qt5-base'
'qt5-location' 'kscreen' 'kdepimlibs4' 'akonadi' 'ts-polkitagent' 'ts-bt')
optdepends=('alsa-utils: for volume controls'
'pocketsphinx: for theWave'
'festival: for theWave')
-makedepends=('qtchooser' 'git')
+makedepends=('git')
source=("$pkgname-$pkgver"::'git+https://github.com/vicr123/theshell#branch=master')
md5sums=('SKIP')