summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO51
-rw-r--r--PKGBUILD8
2 files changed, 55 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce3eeff76f14..4042346a0a2a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -46,3 +46,54 @@ pkgbase = nimf
pkgname = nimf
+pkgbase = nimf
+ pkgdesc = Nimf is an input method framework.
+ pkgver = 2019.06.07
+ pkgrel = 1
+ url = https://gitlab.com/nimf-i18n/nimf
+ arch = any
+ license = LGPL3
+ makedepends = binutils
+ makedepends = autoconf
+ makedepends = automake
+ makedepends = gcc
+ makedepends = make
+ makedepends = glib2
+ makedepends = intltool
+ makedepends = gtk3
+ makedepends = gtk2
+ makedepends = qt4
+ makedepends = qt5-base
+ makedepends = libappindicator-gtk3
+ makedepends = librsvg
+ makedepends = noto-fonts-cjk
+ makedepends = libhangul
+ makedepends = anthy
+ makedepends = librime
+ makedepends = libxkbcommon
+ makedepends = wayland
+ makedepends = libxklavier
+ makedepends = m17n-lib
+ makedepends = m17n-db
+ makedepends = gtk-doc
+ depends = glib2
+ depends = gtk3
+ depends = gtk2
+ depends = qt4
+ depends = qt5-base
+ depends = libappindicator-gtk3
+ depends = libhangul
+ depends = anthy
+ depends = librime
+ depends = libxkbcommon
+ depends = wayland
+ depends = libxklavier
+ depends = m17n-lib
+ depends = m17n-db
+ optdepends = brise: Rime schema repository
+ optdepends = noto-fonts-cjk: Google Noto CJK fonts
+ source = nimf-master::git+https://gitlab.com/nimf-i18n/nimf#commit=d27ab903205c4842782c1b26d84882c980cea7db
+ md5sums = SKIP
+
+pkgname = nimf
+
diff --git a/PKGBUILD b/PKGBUILD
index 912102be5f36..621801b86084 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
# this PKGBUILD file is in the public domain.
pkgname=nimf
-pkgver=2019.02.15 # This strictly follows AC_INIT field in configure.ac
+pkgver=2019.06.07 # This strictly follows AC_INIT field in configure.ac
pkgrel=1
pkgdesc="Nimf is an input method framework."
arch=('any')
@@ -21,14 +21,14 @@ 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' 'm17n-lib')
+ 'wayland' 'libxklavier' 'm17n-lib' 'm17n-db' 'gtk-doc')
depends=('glib2' 'gtk3' 'gtk2' 'qt4' 'qt5-base' 'libappindicator-gtk3'
'libhangul' 'anthy' 'librime' 'libxkbcommon' 'wayland' 'libxklavier'
- 'm17n-lib')
+ 'm17n-lib' 'm17n-db')
optdepends=('brise: Rime schema repository'
'noto-fonts-cjk: Google Noto CJK fonts')
-source=("nimf-master::git+https://gitlab.com/nimf-i18n/nimf#commit=ea47e41a91ea57227202ced70186d21b0edff103")
+source=("nimf-master::git+https://gitlab.com/nimf-i18n/nimf#commit=d27ab903205c4842782c1b26d84882c980cea7db")
md5sums=('SKIP')
build() {