summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBumsik Kim2019-02-14 16:57:35 +0900
committerBumsik Kim2019-02-14 16:57:35 +0900
commit04e9fcb9cbd4e567239f7f1d4cf8401f714ad122 (patch)
tree61a1042a43c765fb9ef0f8b8f45dbd96c9ea92b5
parentc55d25ce9054fd8d275285e4928a8d0da8724486 (diff)
downloadaur-04e9fcb9cbd4e567239f7f1d4cf8401f714ad122.tar.gz
Updated: 2019.02.14
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0751d1b65e05..4292689c80fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nimf
pkgdesc = Nimf is an input method framework.
- pkgver = 2019.01.23
+ pkgver = 2019.02.14
pkgrel = 1
url = https://gitlab.com/nimf-i18n/nimf
arch = any
@@ -25,6 +25,7 @@ pkgbase = nimf
makedepends = libxkbcommon
makedepends = wayland
makedepends = libxklavier
+ makedepends = m17n-lib
depends = glib2
depends = gtk3
depends = gtk2
@@ -37,9 +38,10 @@ pkgbase = nimf
depends = libxkbcommon
depends = wayland
depends = libxklavier
+ depends = m17n-lib
optdepends = brise: Rime schema repository
optdepends = noto-fonts-cjk: Google Noto CJK fonts
- source = nimf-master::git+https://gitlab.com/nimf-i18n/nimf#commit=078b769d7007d189ce6f348f8f9270895b15e055
+ source = nimf-master::git+https://gitlab.com/nimf-i18n/nimf#commit=795e322feb48723fa145be7562d36e6e1deeb61c
md5sums = SKIP
pkgname = nimf
diff --git a/PKGBUILD b/PKGBUILD
index 5d4fa8b14645..ff1f79dccd55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
# this PKGBUILD file is in the public domain.
pkgname=nimf
-pkgver=2019.01.23 # This strictly follows AC_INIT field in configure.ac
+pkgver=2019.02.14 # This strictly follows AC_INIT field in configure.ac
pkgrel=1
pkgdesc="Nimf is an input method framework."
arch=('any')
@@ -19,12 +19,13 @@ license=('LGPL3')
makedepends=('binutils' 'autoconf' 'automake' 'gcc' 'make' 'glib2' 'intltool'
'gtk3' 'gtk2' 'qt4' 'qt5-base' 'libappindicator-gtk3' 'librsvg'
'noto-fonts-cjk' 'libhangul' 'anthy' 'librime' 'libxkbcommon'
- 'wayland' 'libxklavier')
+ 'wayland' 'libxklavier' 'm17n-lib')
depends=('glib2' 'gtk3' 'gtk2' 'qt4' 'qt5-base' 'libappindicator-gtk3'
- 'libhangul' 'anthy' 'librime' 'libxkbcommon' 'wayland' 'libxklavier')
+ 'libhangul' 'anthy' 'librime' 'libxkbcommon' 'wayland' 'libxklavier'
+ 'm17n-lib')
optdepends=('brise: Rime schema repository'
'noto-fonts-cjk: Google Noto CJK fonts')
-source=("nimf-master::git+https://gitlab.com/nimf-i18n/nimf#commit=078b769d7007d189ce6f348f8f9270895b15e055")
+source=("nimf-master::git+https://gitlab.com/nimf-i18n/nimf#commit=795e322feb48723fa145be7562d36e6e1deeb61c")
md5sums=('SKIP')
build() {