mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-08 21:13:04 +02:00
kguiaddons: update to 5.77.0
[ci skip]
This commit is contained in:
parent
5dc49230db
commit
1a8b0ce9e0
1 changed files with 11 additions and 5 deletions
|
@ -1,17 +1,23 @@
|
||||||
# Template file for 'kguiaddons'
|
# Template file for 'kguiaddons'
|
||||||
pkgname=kguiaddons
|
pkgname=kguiaddons
|
||||||
version=5.76.0
|
version=5.77.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_TESTING=OFF"
|
configure_args="-DBUILD_TESTING=ON -DWaylandScanner_EXECUTABLE=/usr/bin/wayland-scanner"
|
||||||
hostmakedepends="kcoreaddons pkg-config extra-cmake-modules qt5-host-tools qt5-tools-devel"
|
hostmakedepends="kcoreaddons pkg-config extra-cmake-modules
|
||||||
makedepends="qt5-tools-devel qt5-x11extras-devel xcb-util-devel"
|
wayland-devel qt5-wayland qt5-host-tools qt5-tools-devel"
|
||||||
|
makedepends="qt5-tools-devel qt5-x11extras-devel xcb-util-devel
|
||||||
|
qt5-wayland-devel wayland-devel"
|
||||||
short_desc="KDE frameworks - Addons to QtGui"
|
short_desc="KDE frameworks - Addons to QtGui"
|
||||||
maintainer="John <me@johnnynator.dev>"
|
maintainer="John <me@johnnynator.dev>"
|
||||||
license="LGPL-2.0-only, LGPL-2.0-or-later, LGPL-2.1-or-later"
|
license="LGPL-2.0-only, LGPL-2.0-or-later, LGPL-2.1-or-later"
|
||||||
homepage="https://invent.kde.org/frameworks/kguiaddons"
|
homepage="https://invent.kde.org/frameworks/kguiaddons"
|
||||||
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=bdaa2ed104bfa9c2ebd702f033935a83560e1d00c7302620a6ae52cb309c7125
|
checksum=df674a64142d494345daed77cb64ab5b27960ebeda94ae30287bf311acaef63c
|
||||||
|
|
||||||
|
pre_check() {
|
||||||
|
export QT_QPA_PLATFORM=offscreen
|
||||||
|
}
|
||||||
|
|
||||||
kguiaddons-devel_package() {
|
kguiaddons-devel_package() {
|
||||||
short_desc+=" - development"
|
short_desc+=" - development"
|
||||||
|
|
Loading…
Add table
Reference in a new issue