summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1653cf9cae7..e06abc0f2e14 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon May 1 21:10:03 UTC 2017
+# Sun Sep 24 11:58:29 UTC 2017
pkgbase = switchboard-plug-keyboard-git
pkgdesc = Switchboard Keyboard Plug
- pkgver = r688.3b2a437
+ pkgver = r761.4768b15
pkgrel = 1
url = https://github.com/elementary/switchboard-plug-keyboard
arch = i686
@@ -18,6 +18,8 @@ pkgbase = switchboard-plug-keyboard-git
depends = glibc
depends = gtk3
depends = libgee
+ depends = libgnomekbd
+ depends = libxklavier
depends = libxml2
depends = libgranite.so
depends = libswitchboard-2.0.so
diff --git a/PKGBUILD b/PKGBUILD
index e3be8c5c8b05..2674a07c1e77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
pkgname=switchboard-plug-keyboard-git
-pkgver=r688.3b2a437
+pkgver=r761.4768b15
pkgrel=1
pkgdesc='Switchboard Keyboard Plug'
arch=('i686' 'x86_64')
url='https://github.com/elementary/switchboard-plug-keyboard'
license=('GPL3')
groups=('pantheon-unstable')
-depends=('glib2' 'glibc' 'gtk3' 'libgee' 'libxml2'
+depends=('glib2' 'glibc' 'gtk3' 'libgee' 'libgnomekbd' 'libxklavier' 'libxml2'
'libgranite.so' 'libswitchboard-2.0.so')
makedepends=('cmake' 'git' 'granite-git' 'switchboard-git' 'vala')
provides=('switchboard-plug-keyboard')
@@ -24,8 +24,6 @@ pkgver() {
}
prepare() {
- cd switchboard-plug-keyboard
-
if [[ -d build ]]; then
rm -rf build
fi
@@ -33,9 +31,9 @@ prepare() {
}
build() {
- cd switchboard-plug-keyboard/build
+ cd build
- cmake .. \
+ cmake ../switchboard-plug-keyboard \
-DCMAKE_BUILD_TYPE='Release' \
-DCMAKE_INSTALL_PREFIX='/usr' \
-DCMAKE_INSTALL_LIBDIR='/usr/lib'
@@ -43,7 +41,7 @@ build() {
}
package() {
- cd switchboard-plug-keyboard/build
+ cd build
make DESTDIR="${pkgdir}" install
}