summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHodong Kim2018-06-22 18:50:16 +0900
committerHodong Kim2018-06-22 18:50:16 +0900
commit1d800579024268280a549663a82fccaf9501f676 (patch)
treef0a7cbf0f493e1a84f616fb4972cf3bb290e1d0a
parent0b3e9e20be7050016ab86c2f279a4481ed91085d (diff)
downloadaur-1d800579024268280a549663a82fccaf9501f676.tar.gz
Added missing makedepends: binutils, autoconf, automake, gcc, make
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 11 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69ec3cf785bc..59af68e4099e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,15 @@
pkgbase = nimf-git
- pkgdesc = Nimf is an input method framework
+ pkgdesc = Nimf is an input method framework.
pkgver = master
pkgrel = 1
url = https://gitlab.com/hodong/nimf
arch = any
license = LGPL3
+ makedepends = binutils
+ makedepends = autoconf
+ makedepends = automake
+ makedepends = gcc
+ makedepends = make
makedepends = glib2
makedepends = intltool
makedepends = gtk3
@@ -39,3 +44,4 @@ pkgbase = nimf-git
md5sums = SKIP
pkgname = nimf-git
+
diff --git a/PKGBUILD b/PKGBUILD
index 7054b05a020c..a40cbd464cf1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,9 +7,10 @@ pkgdesc="Nimf is an input method framework."
arch=('any')
url="https://gitlab.com/hodong/nimf"
license=('LGPL3')
-makedepends=('glib2' 'intltool' 'gtk3' 'gtk2' 'qt4' 'qt5-base'
- 'libappindicator-gtk3' 'librsvg' 'noto-fonts-cjk' 'libhangul'
- 'anthy' 'libchewing' 'librime' 'libxkbcommon' 'wayland' 'audit')
+makedepends=('binutils' 'autoconf' 'automake' 'gcc' 'make' 'glib2' 'intltool'
+ 'gtk3' 'gtk2' 'qt4' 'qt5-base' 'libappindicator-gtk3' 'librsvg'
+ 'noto-fonts-cjk' 'libhangul' 'anthy' 'libchewing' 'librime'
+ 'libxkbcommon' 'wayland' 'audit')
depends=('glib2' 'gtk3' 'gtk2' 'qt4' 'qt5-base' 'libappindicator-gtk3'
'libhangul' 'anthy' 'libchewing' 'librime' 'brise' 'libxkbcommon'
'wayland' 'audit')