summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpushsla2019-10-23 09:12:29 +0000
committerpushsla2019-10-23 09:12:29 +0000
commitfe2dbb5b48c90022f49be1c84bbfac2fd9a7c8cf (patch)
treec0647bd1998da3adf9e94e8ab31b0f2facd13ff8
parentd2133209d1c170e0f3b0117379fb10a1a3250c9e (diff)
downloadaur-fe2dbb5b48c90022f49be1c84bbfac2fd9a7c8cf.tar.gz
rel 20
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99184612c64a..16c0288f9f94 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 = 19
+ pkgrel = 20
url = https://github.com/AndrewCrewKuznetsov/xneur-devel
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index f3836a799749..82f81a8b724b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=xneur-devel-git
pkgver=0.20.0
-pkgrel=19
+pkgrel=20
epoch=
pkgdesc="X Neural Switcher detects the input language and corrects keyboard layout. Git version"
arch=('any')
@@ -42,8 +42,8 @@ build() {
fi
cd "$srcdir/xneur-devel/xneur"
- ./autogen.sh --without-xosd --with-gtk=gtk2 --sysconfdir=/etc --prefix=/usr
- ./configure --without-xosd --with-gtk=gtk2 --sysconfdir=/etc --prefix=/usr
+ ./autogen.sh --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
cmake --build build
}
@@ -53,5 +53,6 @@ package() {
cd "$srcdir/xneur-devel/xneur/build"
make DESTDIR="$pkgdir/" install
+ mv -f "$pkgdir/usr/local/*" "$pkgdir/usr/"
}