Skip to content
Snippets Groups Projects

community/py3-pyqt-feedback-flow: upgrade to 0.3.4

Merged Iztok Fister Jr. requested to merge (removed):pyqt-feedback-034 into master
2 files
+ 34
3
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -2,12 +2,13 @@
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Simon Zeni <simon@bl4ckb0ne.ca>
pkgname=xwayland
pkgver=23.2.6
pkgver=24.1.0
pkgrel=0
pkgdesc="Compact xserver to run under wayland for compatibility"
url="https://www.x.org/wiki"
arch="all"
license="MIT"
options="!check" # requires piglit, which has no stable releases
subpackages="$pkgname-dbg $pkgname-dev $pkgname-doc"
depends="xorg-server-common xkbcomp"
depends_dev="
@@ -33,6 +34,7 @@ makedepends="
"
source="https://xorg.freedesktop.org/archive/individual/xserver/xwayland-$pkgver.tar.xz
use-libtirpc-nokrb.patch
fix-32bit-builds.patch
"
replaces="xorg-server-xwayland"
@@ -76,7 +78,6 @@ build() {
-Dxdmcp=false \
-Dxcsecurity=true \
-Ddri3=true \
-Dxwayland_eglstream=false \
-Dglamor=true \
-Dsha1=libmd \
-Dxkb_dir=/usr/share/X11/xkb \
@@ -100,6 +101,7 @@ package() {
}
sha512sums="
9e3c2253af335a559d0f890fa8f9bc381beca6531e0842d739ac15cbca008b3d07c0eefafd03611b04917c626861a7871a83657afa2a298994f4b162f714fc49 xwayland-23.2.6.tar.xz
7592609ad112652cb870761f938f280802d7d3b4bbc82acc7bf741a763d862aa97bbbd7f78250c63a961d76be73fb55555832045514092d89e406839564f0003 xwayland-24.1.0.tar.xz
42db6616a6566acedaa0c5dc125435183be0c0da5df4f542bf3857a1905ae4646d5eb311e4e00ec892c845a2dc2069f6e68f5f45ec6c499ea32b8e55d873a0f5 use-libtirpc-nokrb.patch
049f30eb5e5fd7b6edb722b39cd2c4df04dd693ecc2aebf8caf182f46b56ef017a2d5a0e865bd8bc770772893781cc7b009e269a324bb78271a90ba4ff53afc9 fix-32bit-builds.patch
"
Loading