kwin: update to 5.22.0.

This commit is contained in:
John 2021-05-15 15:21:47 +02:00
parent 7dbc4609b4
commit b88e3c6e27
2 changed files with 7 additions and 19 deletions

View file

@ -1,10 +0,0 @@
--- src/3rdparty/xcursor.c 2020-09-19 14:34:54.765245866 +0200
+++ - 2020-09-19 14:35:18.599411888 +0200
@@ -27,6 +27,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#define _GNU_SOURCE
#include <dirent.h>
/*

View file

@ -1,10 +1,12 @@
# Template file for 'kwin' # Template file for 'kwin'
pkgname=kwin pkgname=kwin
version=5.21.5 version=5.22.0
revision=1 revision=1
build_style=cmake build_style=cmake
configure_args="-DBUILD_TESTING=OFF" configure_args="-DBUILD_TESTING=OFF
hostmakedepends="extra-cmake-modules gettext breeze pkg-config" -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"
hostmakedepends="extra-cmake-modules gettext breeze pkg-config
qt5-qmake qt5-host-tools kcoreaddons kconfig"
makedepends="plasma-framework-devel kcmutils-devel knewstuff-devel makedepends="plasma-framework-devel kcmutils-devel knewstuff-devel
kscreenlocker-devel kinit-devel xcb-util-cursor-devel qt5-multimedia-devel kscreenlocker-devel kinit-devel xcb-util-cursor-devel qt5-multimedia-devel
kdecoration-devel libxkbcommon-devel libinput-devel libSM-devel kdecoration-devel libxkbcommon-devel libinput-devel libSM-devel
@ -16,15 +18,11 @@ maintainer="John <me@johnnynator.dev>"
license="GPL-2.0-or-later" license="GPL-2.0-or-later"
homepage="https://invent.kde.org/plasma/kwin" homepage="https://invent.kde.org/plasma/kwin"
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz" distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
checksum=a286edfaa13bf73565514ee3edb092cfbccac2307c48058a7302a4676c808331 checksum=56e6cfe23d445b1ee0650c5ac484e8cc63ba39e2f2d77a0d32c4c23905cc0e01
patch_args=-Np1 patch_args=-Np1
build_options="pipewire" build_options="pipewire"
build_options_default="pipewire"
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-qmake qt5-host-tools kcoreaddons kconfig"
configure_args+=" -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"
fi
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
makedepends+=" libatomic-devel" makedepends+=" libatomic-devel"