18 lines
621 B
Bash
18 lines
621 B
Bash
# Template file for 'fcitx-configtool'
|
|
pkgname=fcitx-configtool
|
|
version=0.4.10
|
|
revision=1
|
|
build_style=cmake
|
|
hostmakedepends="pkg-config"
|
|
makedepends="iso-codes fcitx-devel gtk+3-devel libunique1-devel dbus-glib-devel"
|
|
short_desc="A GTK-based configuration tool for fcitx"
|
|
maintainer="Robert La Spina <rkidlaspina@gmail.com>"
|
|
license="GPL-2, LGPL-2.1"
|
|
homepage="https://fcitx-im.org/"
|
|
distfiles="http://download.fcitx-im.org/fcitx-configtool/${pkgname}-${version}.tar.xz"
|
|
checksum=bcc4976976bfbddbfec3f689f38927fbabc7f7fa611ea252a789583ea14cd1fb
|
|
|
|
if [ -n "$CROSS_BUILD" ]; then
|
|
hostmakedepends+=" libfcitx glib-devel"
|
|
fi
|