summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6ada0794f9b..b9cbae7eb1d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Sat Dec 2 17:38:05 UTC 2017
pkgbase = simon
pkgdesc = Open-source speech recognition program for replacing mouse and keyboard
pkgver = 0.4.1
- pkgrel = 3
+ pkgrel = 4
url = http://simon.kde.org/
install = simon.install
arch = i686
@@ -13,7 +15,7 @@ pkgbase = simon
makedepends = docbook-xml
makedepends = boost
depends = portaudio
- depends = qwt
+ depends = qwt-qt4
depends = kdebase-runtime
depends = kdepimlibs
optdepends = htk: create and modify the speech models
diff --git a/PKGBUILD b/PKGBUILD
index 993f4c5fd216..591eef6f731b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=simon
pkgver=0.4.1
-pkgrel=3
+pkgrel=4
pkgdesc="Open-source speech recognition program for replacing mouse and keyboard"
arch=('i686' 'x86_64')
url="http://simon.kde.org/"
license=('GPL')
-depends=('portaudio' 'qwt' 'kdebase-runtime' 'kdepimlibs')
+depends=('portaudio' 'qwt-qt4' 'kdebase-runtime' 'kdepimlibs')
makedepends=('automoc4' 'cmake' 'flex' 'docbook-xml' 'boost')
optdepends=('htk: create and modify the speech models'
'julius: for speech recognition')
@@ -20,7 +20,7 @@ sha256sums=('8d55bc3f607a89e15efd51b844d93daf67d9967ad243f54efae324754859342d')
build() {
cd "${srcdir}"/$pkgname-$pkgver
- mkdir -p build
+ install -d build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr -DQT_QMAKE_EXECUTABLE=qmake-qt4 ..