summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpushsla2019-10-23 23:03:29 +0000
committerpushsla2019-10-23 23:03:29 +0000
commitba40ef11080727fef3e382a7918d0d79262be60c (patch)
tree795f8406739ac1a92f52de008f5625c2103c8904 /PKGBUILD
parente67c864b37c9b63c6fd25f0e9b9e13350e76e361 (diff)
downloadaur-ba40ef11080727fef3e382a7918d0d79262be60c.tar.gz
rel 25
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 5 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7aba06629b19..8dde5a1f7a50 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,9 @@
-# This is an example PKGBUILD file. Use this as a start to creating your own,
-# and remove these comments. For more information, see 'man PKGBUILD'.
-# NOTE: Please fill out the license field for your package! If it is unknown,
-# then please put 'unknown'.
-
-# Maintainer: push2001sla@gmail.com
+# Packager: push2001sla@gmail.com
# Developer: andrewcrew@rambler.ru
pkgname=xneur-devel-git
pkgver=0.21.0
-pkgrel=24
+pkgrel=25
epoch=
pkgdesc="X Neural Switcher detects the input language and corrects keyboard layout. Git version"
arch=('any')
@@ -16,9 +11,9 @@ url="https://github.com/AndrewCrewKuznetsov/xneur-devel"
license=('GPL')
groups=()
depends=('enchant1.6' 'gtk2' 'libnotify' 'gstreamer>=1.14.4')
-makedepends=('git' 'intltool')
+makedepends=('git' 'intltool' 'cmake')
checkdepends=()
-optdepends=('hunspell-YOUR-LANGUAGE' 'xosd--rebuilding_needed')
+optdepends=('hunspell-YOUR-LANGUAGE')
provides=("xneur=$pkgver")
conflicts=('xneur')
replaces=('xneur')
@@ -42,7 +37,7 @@ build() {
fi
cd "$srcdir/xneur-devel/xneur"
- ./autogen.sh --prefix=/usr/ --sysconfdir=/etc --without-xosd --with-gtk=gtk2
+ #./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 -DCMAKE_INSTALL_PREFIX:PATH=/usr
cmake --build build