mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libkf6screen: update to 6.0.5.
This commit is contained in:
parent
b0f4812b20
commit
83bfa9b5cb
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libkf6screen'
|
# Template file for 'libkf6screen'
|
||||||
pkgname=libkf6screen
|
pkgname=libkf6screen
|
||||||
version=6.0.4
|
version=6.0.5
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_TESTING=OFF
|
configure_args="-DBUILD_TESTING=OFF
|
||||||
|
@ -14,7 +14,7 @@ maintainer="John <me@johnnynator.dev>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://invent.kde.org/plasma/libkscreen"
|
homepage="https://invent.kde.org/plasma/libkscreen"
|
||||||
distfiles="${KDE_SITE}/plasma/${version}/libkscreen-${version}.tar.xz"
|
distfiles="${KDE_SITE}/plasma/${version}/libkscreen-${version}.tar.xz"
|
||||||
checksum=406928da2b03f25e6ab7c8e4405e8fb67e126078919d8286fa47f3689fb5ab57
|
checksum=01a77569f372d354c172a23f2d4e0661701c024e44d972971b146735e16ae1d9
|
||||||
|
|
||||||
libkf6screen-devel_package() {
|
libkf6screen-devel_package() {
|
||||||
short_desc+=" - development"
|
short_desc+=" - development"
|
||||||
|
|
|
@ -22,9 +22,9 @@ checksum=566ac2f0603012892b2291aa6d4663b06ea654c3db366f65a59e32503bfa8dea
|
||||||
build_options="webengine"
|
build_options="webengine"
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_ENDIAN" = "le" ] &&
|
if [ "$XBPS_TARGET_ENDIAN" = "le" ] &&
|
||||||
[ "$XBPS_WORDSIZE" = 64 ] &&
|
[ "$XBPS_WORDSIZE" = 64 ] &&
|
||||||
[ "$XBPS_TARGET_WORDSIZE" = "$XBPS_WORDSIZE" ]; then
|
[ "$XBPS_TARGET_WORDSIZE" = "$XBPS_WORDSIZE" ]; then
|
||||||
build_options_default=webengine
|
build_options_default=webengine
|
||||||
fi
|
fi
|
||||||
|
|
||||||
libksysguard-devel_package() {
|
libksysguard-devel_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue