summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Tran2017-08-15 20:03:58 +1000
committerVictor Tran2017-08-15 20:03:58 +1000
commita0974d480d2016dec8a5f3a6b9663510edbc1b6f (patch)
tree60a7f4dc36df5cb1bed5ba2960358d32ba7516ba
parentdb50244dfb0ba02c5bbdf752d1cc04b4927e5b95 (diff)
downloadaur-a0974d480d2016dec8a5f3a6b9663510edbc1b6f.tar.gz
Update build steps
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d5742cd8326..a9ac312aeaf7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -29,6 +29,8 @@ pkgbase = theshell-blueprint
optdepends = festival: for theWave
source = theshell-blueprint-6.2b::git+https://github.com/vicr123/theshell#branch=blueprint
source = theshellb.desktop
+ source = initscript.sh
+ md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 75b962c8feb9..eca5b32cf9dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,6 +25,7 @@ build() {
git checkout blueprint
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
}