summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBumsik Kim2019-02-16 23:35:10 +0900
committerBumsik Kim2019-02-16 23:35:10 +0900
commit3480710aaeba3fb4196cc6a7f8f385fb837959ba (patch)
tree700a993782f24c25f457b96c6235276b3397b7df
parentd035418ea0c2300e6243c1f37f3d3c2cf490375a (diff)
downloadaur-3480710aaeba3fb4196cc6a7f8f385fb837959ba.tar.gz
Updated: 2019.02.15
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0751d1b65e05..ce3eeff76f14 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.15
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=ea47e41a91ea57227202ced70186d21b0edff103
md5sums = SKIP
pkgname = nimf
diff --git a/PKGBUILD b/PKGBUILD
index 5d4fa8b14645..912102be5f36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,21 +10,25 @@
# 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.15 # This strictly follows AC_INIT field in configure.ac
pkgrel=1
pkgdesc="Nimf is an input method framework."
arch=('any')
url="https://gitlab.com/nimf-i18n/nimf"
license=('LGPL3')
+
+# Reference: https://gitlab.com/nimf-i18n/nimf/blob/master/archlinux/PKGBUILD
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=ea47e41a91ea57227202ced70186d21b0edff103")
md5sums=('SKIP')
build() {