git » qt5-webengine.git » commit 762e0b3

upgpkg: 5.15.16-6: Add missing libxdamage dependency

author Antonio Rojas
2024-04-03 14:48:00 UTC
committer Antonio Rojas
2024-04-03 14:48:00 UTC
parent 5f4226056518e337c1229a3562be4cfb6307d2f0

upgpkg: 5.15.16-6: Add missing libxdamage dependency

.SRCINFO +2 -1
PKGBUILD +2 -2

diff --git a/.SRCINFO b/.SRCINFO
index de7b4ad..ba7a75d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
 pkgbase = qt5-webengine
 	pkgdesc = Provides support for web applications using the Chromium browser project
 	pkgver = 5.15.16
-	pkgrel = 5
+	pkgrel = 6
 	url = https://www.qt.io
 	arch = x86_64
 	groups = qt5
@@ -24,6 +24,7 @@ pkgbase = qt5-webengine
 	depends = pciutils
 	depends = libxss
 	depends = libxkbfile
+	depends = libxdamage
 	depends = libevent
 	depends = snappy
 	depends = nss
diff --git a/PKGBUILD b/PKGBUILD
index ed574ee..dc6b6b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
 pkgname=qt5-webengine
 _basever=5.15.13
 pkgver=5.15.16
-pkgrel=5
+pkgrel=6
 arch=('x86_64')
 url='https://www.qt.io'
 license=('LGPL3' 'LGPL2.1' 'BSD')
 pkgdesc='Provides support for web applications using the Chromium browser project'
-depends=('qt5-webchannel' 'qt5-location' 'libxcomposite' 'libxrandr' 'pciutils' 'libxss' 'libxkbfile' 
+depends=('qt5-webchannel' 'qt5-location' 'libxcomposite' 'libxrandr' 'pciutils' 'libxss' 'libxkbfile' 'libxdamage'
          'libevent' 'snappy' 'nss' 'libxslt' 'minizip' 'ffmpeg' 'libvpx' 'libxtst' 'ttf-font')
 makedepends=('git' 'python' 'gperf' 'jsoncpp' 'ninja' 'qt5-tools' 'poppler' 'pipewire' 'nodejs')
 optdepends=('pipewire: WebRTC desktop sharing under Wayland')