kwindowsystem: 5.99.0 -> 5.100.0

This commit is contained in:
Tim Biermann 2022-11-14 19:19:52 +00:00
parent 536e1c9068
commit 3ff43963d2
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 9 additions and 9 deletions

View File

@ -46,8 +46,8 @@ drwxr-xr-x root/root usr/lib/cmake/KF5WindowSystem/
-rw-r--r-- root/root usr/lib/cmake/KF5WindowSystem/KF5WindowSystemTargets-release.cmake
-rw-r--r-- root/root usr/lib/cmake/KF5WindowSystem/KF5WindowSystemTargets.cmake
lrwxrwxrwx root/root usr/lib/libKF5WindowSystem.so -> libKF5WindowSystem.so.5
lrwxrwxrwx root/root usr/lib/libKF5WindowSystem.so.5 -> libKF5WindowSystem.so.5.99.0
-rwxr-xr-x root/root usr/lib/libKF5WindowSystem.so.5.99.0
lrwxrwxrwx root/root usr/lib/libKF5WindowSystem.so.5 -> libKF5WindowSystem.so.5.100.0
-rwxr-xr-x root/root usr/lib/libKF5WindowSystem.so.5.100.0
drwxr-xr-x root/root usr/lib/qt5/
drwxr-xr-x root/root usr/lib/qt5/mkspecs/
drwxr-xr-x root/root usr/lib/qt5/mkspecs/modules/

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF30xTc1fF+9do88kexO7of9v9AV6NAe54tkPWsEK1Y9lnJALlbn5AiCseODa49pRYrDIpqOjdFTXBXKu+qwKifwA=
SHA256 (Pkgfile) = 743655152b687b000445291bea4275854103e8b478e23cd47b8440c6e391175c
SHA256 (.footprint) = a33214765f2256a1d52d0f84756e60c92797a98172df87f959447c917a433867
SHA256 (kwindowsystem-5.99.0.tar.xz) = f4d13fbf562c05075bb59f997a0de567f96c008a379b7c796d2ca26c01a7f877
RWSagIOpLGJF38yJk2BCxXhF0daWkZdcRxKfsc0DO6l8ijrmuL97Tk6BZiwOhN6vVHvb+B2EwUBpcgQsTwfh9hvtxzcSluZJ6AY=
SHA256 (Pkgfile) = 6e5a637747430b94112ed1db85c69b3808242f8765ae6f84e9b7b6766d30bf61
SHA256 (.footprint) = a1a89d5a6f7292a16c5f5584497849be4556b7b519a13474f9285e3d4276a92b
SHA256 (kwindowsystem-5.100.0.tar.xz) = 69b24ebaa5c94aa040c46dc1270a8fc9e44ed35d497c16b9b3244bb200834fb3

View File

@ -4,12 +4,12 @@
# Depends on: extra-cmake-modules qt5
name=kwindowsystem
version=5.99.0
version=5.100.0
release=1
source=(https://download.kde.org/stable/frameworks/${version:0:4}/$name-$version.tar.xz)
source=(https://download.kde.org/stable/frameworks/${version:0:5}/$name-$version.tar.xz)
build() {
rm -r $name-$version/po/*
rm -r $name-$version/poqm/*
cmake -S $name-$version -B build -G Ninja \
-D CMAKE_INSTALL_PREFIX=/usr \