summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Tran2017-09-11 17:16:56 +1000
committerVictor Tran2017-09-11 17:16:56 +1000
commit6684eb7403cb506410d0cc323f498075097ad696 (patch)
tree10bc364a1ba3e3e18126176c70b9747e46b55d80
parentbdfcd18fc5b18f3264cd5fd4ea0576523dcf155d (diff)
downloadaur-6684eb7403cb506410d0cc323f498075097ad696.tar.gz
Update to 7.0
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4b32c036cd1..22d567654635 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
pkgbase = theshell
pkgdesc = Desktop Shell that gets out of your way
- pkgver = 6.1
+ pkgver = 7.0
pkgrel = 0
url = https://github.com/vicr123/theshell
arch = x86_64
+ arch = i686
license = GPL3
makedepends = git
depends = kwidgetsaddons
@@ -29,7 +30,7 @@ pkgbase = theshell
optdepends = alsa-utils: for volume controls
optdepends = pocketsphinx: for theWave
optdepends = festival: for theWave
- source = theshell-6.1::git+https://github.com/vicr123/theshell#branch=master
+ source = theshell-7.0::git+https://github.com/vicr123/theshell#branch=master
md5sums = SKIP
pkgname = theshell
diff --git a/PKGBUILD b/PKGBUILD
index 6762f8814eb5..40d321fdcb81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Victor Tran <vicr12345 at gmail dot com>
pkgname=theshell
-pkgver=6.1
+pkgver=7.0
pkgrel=0
pkgdesc="Desktop Shell that gets out of your way"
-arch=("x86_64")
+arch=("x86_64" "i686")
url="https://github.com/vicr123/theshell"
license=('GPL3')
depends=('kwidgetsaddons' 'xdg-utils' 'wmctrl' 'kwin'
@@ -22,6 +22,7 @@ build() {
cd "$pkgname-$pkgver"
qdbuscpp2xml -M -s notificationdbus.h -o org.freedesktop.Notifications.xml
qdbuscpp2xml -a -o org.thesuite.power.xml upowerdbus.h
+ qdbuscpp2xml -a -o org.thesuite.theshell.xml dbussignals.h
qmake theShell.pro
make
}