mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
qxkb: update to 0.5.1.
This version has support for qt5, sadly it isn't released yet.
This commit is contained in:
parent
4c8fc986c4
commit
a72b694971
1 changed files with 11 additions and 9 deletions
|
@ -1,17 +1,19 @@
|
||||||
# Template file for 'qxkb'
|
# Template file for 'qxkb'
|
||||||
pkgname=qxkb
|
pkgname=qxkb
|
||||||
version=0.4.6
|
version=0.5.1
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc=$pkgname-$pkgname-${version}
|
_githash=d7474a06055108c833bbb55b6cdef47e0edfb17d
|
||||||
|
wrksrc="${pkgname}-${_githash}"
|
||||||
build_style=cmake
|
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"
|
short_desc="Qt based keyboard layout switcher"
|
||||||
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://github.com/disels/qxkb"
|
homepage="https://github.com/disels/qxkb"
|
||||||
distfiles="https://github.com/disels/qxkb/archive/qxkb-${version}.tar.gz"
|
distfiles="https://github.com/disels/qxkb/archive/${_githash}.tar.gz"
|
||||||
checksum=1ca093b568c5461a08e3fff8e17e1d9add1c22a65efdf4afa5ff1a098a482110
|
checksum=b6adb516dc5dd7f1966160cada981cc8ddc5ddfb22a4b038cc05eccb81d36f8a
|
||||||
|
|
||||||
if [ -n "${CROSS_BUILD}" ]; then
|
if [ "${CROSS_BUILD}" ]; then
|
||||||
hostmakedepends+=" qt-devel"
|
hostmakedepends+=" qt5-host-tools qt5-qmake"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue