15 lines
559 B
Bash
15 lines
559 B
Bash
|
# Template file for 'fcitx-configtool'
|
||
|
|
||
|
pkgname="fcitx-configtool"
|
||
|
version="0.4.8"
|
||
|
revision=1
|
||
|
build_style="cmake"
|
||
|
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="0ebc06d9d325fed096e9cb61fe53b82000d2de0e9aefe5945ba8f0aa2ca851ed"
|
||
|
hostmakedepends="cmake pkg-config"
|
||
|
makedepends="iso-codes fcitx-devel gtk+3-devel libunique1-devel dbus-glib-devel"
|