summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCoolingTool2023-10-10 19:09:25 -0500
committerCoolingTool2023-10-10 19:09:25 -0500
commite069cd8ba1d1af9ce6904e35e17c16fb461bcffb (patch)
treece1d3d277230e3a3ad206e9d3746cec2e38b47c4
parent627ebd305d90db22853bb9a596749145dfe05685 (diff)
downloadaur-e069cd8ba1d1af9ce6904e35e17c16fb461bcffb.tar.gz
Update to 5.15.11+kde+r59-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3262c0780de6..14c99932a887 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qt5-wayland-decorations
pkgdesc = Provides APIs for Wayland (with patch required for shadows on qadwaitadecorations-qt5)
- pkgver = 5.15.10+kde+r62
+ pkgver = 5.15.11+kde+r59
pkgrel = 1
url = https://www.qt.io
arch = x86_64
@@ -14,8 +14,8 @@ pkgbase = qt5-wayland-decorations
depends = libxcomposite
provides = qt5-wayland
conflicts = qt5-wayland
- source = git+https://invent.kde.org/qt/qt/qtwayland#commit=8167ea2432a8313ffd130e071aa31570de52e97b
- source = https://src.fedoraproject.org/rpms/qt5-qtwayland/raw/4c11bfec543396e0ec06a5c7e84c8c34b97b9b59/f/qtwayland-decoration-support-backports-from-qt6.patch
+ source = git+https://invent.kde.org/qt/qt/qtwayland#commit=4de268cbaf6ff3b633429577f06d3d746a3b202a
+ source = https://src.fedoraproject.org/rpms/qt5-qtwayland/raw/2ff721c9b7894cb8dfd2912744209ac3d9733484/f/qtwayland-decoration-support-backports-from-qt6.patch
sha256sums = SKIP
sha256sums = 4d8c5d686666cbaae7550ec3defee66ea56ca624152c56c51ff945693706c29d
diff --git a/PKGBUILD b/PKGBUILD
index a37ca39a8d85..5bf082068736 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,11 @@
_basename=qt5-wayland
pkgname=qt5-wayland-decorations
-_basever=5.15.10
-pkgver=5.15.10+kde+r62
+_basever=5.15.11
+pkgver=5.15.11+kde+r59
pkgrel=1
-_commit=8167ea2432a8313ffd130e071aa31570de52e97b
-_patchcommit=4c11bfec543396e0ec06a5c7e84c8c34b97b9b59
+_commit=4de268cbaf6ff3b633429577f06d3d746a3b202a
+_patchcommit=2ff721c9b7894cb8dfd2912744209ac3d9733484
arch=('x86_64')
url='https://www.qt.io'
license=('GPL3' 'LGPL3' 'FDL' 'custom')
@@ -31,8 +31,7 @@ pkgver() {
prepare() {
mkdir -p build
- cd $_pkgfqn
- patch --strip=1 --input="${srcdir}/qtwayland-decoration-support-backports-from-qt6.patch"
+ patch --directory="$_pkgfqn" --strip=1 --input="${srcdir}/qtwayland-decoration-support-backports-from-qt6.patch"
}
build() {