mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
ibus-libpinyin: drop gnome-common dependency
This commit is contained in:
parent
c4903ed22f
commit
d8c10e35d9
1 changed files with 3 additions and 2 deletions
|
@ -4,7 +4,7 @@ version=1.15.0
|
|||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="gettext intltool libtool pkg-config autoconf-archive
|
||||
automake gnome-common which"
|
||||
automake"
|
||||
makedepends="gettext-devel glib-devel ibus-devel sqlite-devel libpinyin-devel"
|
||||
short_desc="Intelligent Pinyin engine using libpinyin for IBus"
|
||||
maintainer="Ben Sung Hsu <pobetiger+github@gmail.com>"
|
||||
|
@ -14,5 +14,6 @@ distfiles="https://github.com/libpinyin/ibus-libpinyin/archive/refs/tags/${versi
|
|||
checksum=94ece1a2c0f04a0762228a1a0179d5c6b3d26c150a0d61260123052722c95f17
|
||||
|
||||
pre_configure() {
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
autoupdate
|
||||
autoreconf -fi
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue