Search Criteria
Package Details: xneur 0.20.0-1
Git Clone URL: | https://aur.archlinux.org/xneur.git (read-only, click to copy) |
---|---|
Package Base: | xneur |
Description: | X Neural Switcher detects the language of input and corrects keyboard layout if needed |
Upstream URL: | http://www.xneur.ru |
Keywords: | keyboard layout |
Licenses: | |
Submitter: | None |
Maintainer: | cucullus |
Last Packager: | cucullus |
Votes: | 91 |
Popularity: | 0.001311 |
First Submitted: | 2007-03-10 21:23 |
Last Updated: | 2016-12-03 16:45 |
Dependencies (5)
- enchant (enchant-pure)
- gtk2 (gtk2-patched-gdkwin-nullcheck, gtk2-ubuntu, gtk2-git, gtk2-minimal-git, gtk2-patched-filechooser-icon-view)
- libnotify (libnotify-gtk2, libnotify-id-git, libnotify-id)
- gstreamer>=1.2.4 (gstreamer-git)
- hunspell-<your_lang> (optional) – Significantly improves heuristics quality
Latest Comments
« First ‹ Previous 1 2 3 4 5 Next › Last »
cucullus commented on 2016-02-18 15:52
2 ogami: Not necessary, enchant has that deps already
2 igvalor: I don't use kde, so do it yourself ;)
igvalor commented on 2016-02-18 06:49
Please add also kdeneur package.
http://xneur.ru/downloads/
ogami commented on 2016-01-25 21:34
Please add hunspell or aspell as optional dependencies.
vantu5z commented on 2015-11-27 10:39
With gnome-shell 3.18.3-1 work not correctly. Only one way correct text is work without switching language.
stmc commented on 2013-03-17 09:40
Comment by gtmanfred:
use $pkgdir ... don't ever use $startdir ... if someone sets $SRCDEST or something in their makepkg.conf this PKGBUILD will not work, so use $pkgdir instead of $startdir/pkg"
https://aur.archlinux.org/packages/xneur-unstable/
cucullus commented on 2012-11-21 14:22
Done. Thank you guys!
cobalt commented on 2012-11-21 10:18
Please, add --with-gtk=gtk2 to ./configure options
Otherwise
Gtk-ERROR **: GTK+ 2.x symbols detected. Using GTK+ 2.x and GTK+ 3 in the same process is not supported
cobalt commented on 2012-11-21 10:17
Please, add --with-gtk=gtk2 to ./configure options
Otherwise
(gxneur:13328): Gtk-ERROR **: GTK+ 2.x symbols detected. Using GTK+ 2.x and GTK+ 3 in the same process is not supported
Anonymous comment on 2012-11-05 08:33
0.16 is out !
http://xneur.ru/news
m0rph commented on 2012-07-01 10:03
another quick fix in PKGBUILD:
# Contributor: Sergey Kolesov <cucullus.at.mail.ru>
# Previously contributed by StormBlast and Vyazovoi
pkgname=xneur
pkgver=0.15.0
pkgrel=1
pkgdesc="X Neural Switcher is a text analyser, it detects the language of input and corrects it if needed"
url="http://www.xneur.ru"
arch=('i686' 'x86_64')
license=('GPL')
depends=('gstreamer0.10' 'enchant' 'libnotify')
source=("http://dists.xneur.ru/release-${pkgver}/tgz/${pkgname}-${pkgver}.tar.bz2")
md5sums=('c70edf440b6e3366c24868c0d02734f4')
build() {
cd $startdir/src/$pkgname-$pkgver
sed -i -e "s|^DEFAULT_CFLAGS=.*|DEFAULT_CFLAGS=\"-Wall -Wextra -g0 -std=gnu99 -fPIC\"|" configure.in
./configure --prefix=/usr --sysconfdir=/etc \
--without-xosd
make
make DESTDIR=$startdir/pkg install
}