qxkb: update to 0.5.1.

This version has support for qt5, sadly it isn't released yet.
This commit is contained in:
maxice8 2018-10-01 05:31:27 -03:00 committed by maxice8
parent 4c8fc986c4
commit a72b694971

View file

@ -1,17 +1,19 @@
# Template file for 'qxkb'
pkgname=qxkb
version=0.4.6
revision=2
wrksrc=$pkgname-$pkgname-${version}
version=0.5.1
revision=1
_githash=d7474a06055108c833bbb55b6cdef47e0edfb17d
wrksrc="${pkgname}-${_githash}"
build_style=cmake
makedepends="qt-devel libxkbfile-devel"
makedepends="qt5-devel libxkbfile-devel qt5-svg-devel qt5-x11extras-devel
qt5-tools-devel"
short_desc="Qt based keyboard layout switcher"
maintainer="Duncaen <duncaen@voidlinux.eu>"
license="GPL-2"
license="GPL-2.0-or-later"
homepage="https://github.com/disels/qxkb"
distfiles="https://github.com/disels/qxkb/archive/qxkb-${version}.tar.gz"
checksum=1ca093b568c5461a08e3fff8e17e1d9add1c22a65efdf4afa5ff1a098a482110
distfiles="https://github.com/disels/qxkb/archive/${_githash}.tar.gz"
checksum=b6adb516dc5dd7f1966160cada981cc8ddc5ddfb22a4b038cc05eccb81d36f8a
if [ -n "${CROSS_BUILD}" ]; then
hostmakedepends+=" qt-devel"
if [ "${CROSS_BUILD}" ]; then
hostmakedepends+=" qt5-host-tools qt5-qmake"
fi