1
0
forked from ports/contrib

kwindowsystem: 5.97.0 -> 5.98.0

This commit is contained in:
Tim Biermann 2022-09-11 10:35:19 +02:00
parent 77983b94ef
commit eb41a57081
Signed by untrusted user: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 27 additions and 24 deletions

View File

@ -39,6 +39,15 @@ drwxr-xr-x root/root usr/include/KF5/KWindowSystem/private/
-rw-r--r-- root/root usr/include/KF5/KWindowSystem/private/kwindowsystem_p.h
-rw-r--r-- root/root usr/include/KF5/KWindowSystem/private/kwindowsystemplugininterface_p.h
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/cmake/
drwxr-xr-x root/root usr/lib/cmake/KF5WindowSystem/
-rw-r--r-- root/root usr/lib/cmake/KF5WindowSystem/KF5WindowSystemConfig.cmake
-rw-r--r-- root/root usr/lib/cmake/KF5WindowSystem/KF5WindowSystemConfigVersion.cmake
-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.98.0
-rwxr-xr-x root/root usr/lib/libKF5WindowSystem.so.5.98.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/
@ -47,16 +56,6 @@ drwxr-xr-x root/root usr/lib/qt5/plugins/
drwxr-xr-x root/root usr/lib/qt5/plugins/kf5/
drwxr-xr-x root/root usr/lib/qt5/plugins/kf5/kwindowsystem/
-rwxr-xr-x root/root usr/lib/qt5/plugins/kf5/kwindowsystem/KF5WindowSystemX11Plugin.so
drwxr-xr-x root/root usr/lib64/
drwxr-xr-x root/root usr/lib64/cmake/
drwxr-xr-x root/root usr/lib64/cmake/KF5WindowSystem/
-rw-r--r-- root/root usr/lib64/cmake/KF5WindowSystem/KF5WindowSystemConfig.cmake
-rw-r--r-- root/root usr/lib64/cmake/KF5WindowSystem/KF5WindowSystemConfigVersion.cmake
-rw-r--r-- root/root usr/lib64/cmake/KF5WindowSystem/KF5WindowSystemTargets-noconfig.cmake
-rw-r--r-- root/root usr/lib64/cmake/KF5WindowSystem/KF5WindowSystemTargets.cmake
lrwxrwxrwx root/root usr/lib64/libKF5WindowSystem.so -> libKF5WindowSystem.so.5
lrwxrwxrwx root/root usr/lib64/libKF5WindowSystem.so.5 -> libKF5WindowSystem.so.5.97.0
-rwxr-xr-x root/root usr/lib64/libKF5WindowSystem.so.5.97.0
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/qlogging-categories5/
-rw-r--r-- root/root usr/share/qlogging-categories5/kwindowsystem.categories

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3/uyp0WRpjjv4YQ6+Qg6+jOSICA/JV+8EUojHFhfeP7OMpMBuwJ9kEB5pAaIL0JBlNx5aa416EUx9NQVAFpCogU=
SHA256 (Pkgfile) = 84ead2ffe4aaebbcc0e7ff5499526bd3c1865969e41704e5d39377d5ce111b99
SHA256 (.footprint) = 7c60d163fbe8891bc21a0a58c4590e1d89fe9a594b68707b9f9d9facfb3ce60f
SHA256 (kwindowsystem-5.97.0.tar.xz) = b822a796379a1ce03a4a9fad64aa6289ba7abd84e3b137af31d8043b9c5efef1
RWSagIOpLGJF3yxZO9tTddF2rkWLkftsRBY1+wf95uuSkzbrgTP71vjfdZqWgespMaL/q2U8abMYOfZ+1Q/8YrOCyiMqykEphgk=
SHA256 (Pkgfile) = 1dd1c5e1d5d922851cc14a145ad8f706694788152b8e1da528f40173a51fceb8
SHA256 (.footprint) = 2017c9dbaf7ad171d7abd6dd933aea0c0c7b6f129372dfeeab3a6321865a831f
SHA256 (kwindowsystem-5.98.0.tar.xz) = 814a0e5506f794373840b2f0cb1fae1e3540b34e95b438e7edb9d2c87aed870a

View File

@ -1,20 +1,24 @@
# Description: KDE Framework - kwindowsystem
# URL: https://api.kde.org/frameworks/kwindowsystem/html/index.html
# Maintainer: Stamatin Cristina, dear dot volgk at gmail dot com
# Depends on: extra-cmake-modules qt5
# URL: https://api.kde.org/frameworks/kwindowsystem/html/index.html
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: extra-cmake-modules qt5
name=kwindowsystem
version=5.97.0
version=5.98.0
release=1
source=(https://download.kde.org/stable/frameworks/${version:0:4}/$name-$version.tar.xz)
build() {
rm -r $name-$version/po/*
rm -r $name-$version/po/*
cmake -S$name-$version -Bbuild \
-DCMAKE_INSTALL_PREFIX=/usr
cmake -S $name-$version -B build -G Ninja \
-D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_INSTALL_LIBDIR=lib \
-D CMAKE_BUILD_TYPE=Release \
-D CMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS" \
-D CMAKE_C_FLAGS_RELEASE="$CFLAGS" \
-Wno-dev
cmake --build build -v
DESTDIR=$PKG cmake --install build
cmake --build build
DESTDIR=$PKG cmake --install build
}