summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Tran2016-07-14 18:21:45 +1000
committerVictor Tran2016-07-14 18:21:45 +1000
commit84b04a29a81062a0f54462ed547c9358c8443da6 (patch)
tree374e1f80623534380d2b061c30501be969aa8006
parent09242f0ac331fcbb27d461f6b6f96be780388984 (diff)
downloadaur-84b04a29a81062a0f54462ed547c9358c8443da6.tar.gz
Update to 3.0b
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD11
2 files changed, 16 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6b434821436..1d854aa4e3b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
-pkgbase = theshell-blueprint
- pkgdesc = Desktop Shell that gets out of your way (blueprint version)
- pkgver = 2.0b
+pkgbase = theshell
+ pkgdesc = Desktop Shell that gets out of your way
+ pkgver = 3.1b
pkgrel = 0
url = https://github.com/vicr123/theshell
arch = x86_64
@@ -14,11 +14,16 @@ pkgbase = theshell-blueprint
depends = networkmanager
depends = xorg-xbacklight
depends = redshift
+ depends = tsscreenlock
+ depends = libcups
+ depends = qt5-location
+ depends = kscreen
+ depends = ts-polkitagent
optdepends = alsa-utils: for volume controls
optdepends = pocketsphinx: for theWave
optdepends = festival: for theWave
- source = theshell-blueprint-2.0b::git+https://github.com/vicr123/theshell#branch=blueprint
+ source = theshell-3.1b::git+https://github.com/vicr123/theshell#branch=master
md5sums = SKIP
-pkgname = theshell-blueprint
+pkgname = theshell
diff --git a/PKGBUILD b/PKGBUILD
index 1086c6b50522..4e29ddd2efa3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,19 @@
# Maintainer: Victor Tran <vicr12345 at gmail dot com>
-pkgname=theshell-blueprint
-pkgver=2.0b
+pkgname=theshell
+pkgver=3.1b
pkgrel=0
-pkgdesc="Desktop Shell that gets out of your way (blueprint version)"
+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')
+depends=('kwidgetsaddons' 'xdg-utils' 'wmctrl' 'kwin' 'networkmanager' 'xorg-xbacklight' 'redshift' 'tsscreenlock' 'libcups'
+'qt5-location' 'kscreen' 'ts-polkitagent')
optdepends=('alsa-utils: for volume controls'
'pocketsphinx: for theWave'
'festival: for theWave')
makedepends=('qtchooser' 'git')
-source=("$pkgname-$pkgver"::'git+https://github.com/vicr123/theshell#branch=blueprint')
+source=("$pkgname-$pkgver"::'git+https://github.com/vicr123/theshell#branch=master')
md5sums=('SKIP')
build() {