diff --git a/srcpkgs/qxkb/template b/srcpkgs/qxkb/template index 9d342dba73b..3ac5d92931e 100644 --- a/srcpkgs/qxkb/template +++ b/srcpkgs/qxkb/template @@ -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 " -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