summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpushsla2019-10-23 09:16:03 +0000
committerpushsla2019-10-23 09:16:03 +0000
commit4121a791995c6b83685ae8129c65b1569d157e4f (patch)
tree1662584ffac141ac778b7ab1e4310015755356da
parentfe2dbb5b48c90022f49be1c84bbfac2fd9a7c8cf (diff)
downloadaur-4121a791995c6b83685ae8129c65b1569d157e4f.tar.gz
rel 21
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16c0288f9f94..1a24fffbb247 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xneur-devel-git
pkgdesc = X Neural Switcher detects the input language and corrects keyboard layout. Git version
pkgver = 0.20.0
- pkgrel = 20
+ pkgrel = 21
url = https://github.com/AndrewCrewKuznetsov/xneur-devel
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 82f81a8b724b..1695a1fdec7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=xneur-devel-git
pkgver=0.20.0
-pkgrel=20
+pkgrel=21
epoch=
pkgdesc="X Neural Switcher detects the input language and corrects keyboard layout. Git version"
arch=('any')
@@ -43,8 +43,9 @@ build() {
cd "$srcdir/xneur-devel/xneur"
./autogen.sh --prefix=/usr/ --sysconfdir=/etc --without-xosd --with-gtk=gtk2
- ./configure --prefix=/usr/ --sysconfdir=/etc --without-xosd --with-gtk=gtk2
+ #./configure --prefix=/usr/ --sysconfdir=/etc --without-xosd --with-gtk=gtk2
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
+ -DCMAKE_INSTALL_PREFIX:PATH=/usr
cmake --build build
}
@@ -53,6 +54,7 @@ package() {
cd "$srcdir/xneur-devel/xneur/build"
make DESTDIR="$pkgdir/" install
- mv -f "$pkgdir/usr/local/*" "$pkgdir/usr/"
+
+ mv -f "$pkgdir/usr/local/" "$pkgdir/usr/"
}