Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / wlroots0.17
Commits: c57208f2 by Frederik Schwan at 2024-07-26T11:14:59+02:00 add conflicts with wlroots 0.17.x fixes #1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = wlroots0.17 pkgdesc = Modular Wayland compositor library pkgver = 0.17.4 - pkgrel = 1 + pkgrel = 2 url = https://gitlab.freedesktop.org/wlroots/wlroots arch = x86_64 license = MIT @@ -29,6 +29,8 @@ pkgbase = wlroots0.17 depends = xcb-util-wm optdepends = xorg-xwayland: Xwayland support provides = libwlroots.so + conflicts = wlroots<0.18 + conflicts = wlroots>=0.17 source = https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/0.17.4/downloads/wlroots-0.17.4.tar.gz source = https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/0.17.4/downloads/wlroots-0.17.4.tar.gz.sig source = Revert-layer-shell-error-on-0-dimension-without-anch.patch ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ pkgname=wlroots0.17 pkgver=0.17.4 -pkgrel=1 +pkgrel=2 license=('MIT') pkgdesc='Modular Wayland compositor library' url='https://gitlab.freedesktop.org/wlroots/wlroots' @@ -42,6 +42,10 @@ optdepends=( provides=( 'libwlroots.so' ) +conflicts=( + "wlroots<0.18" + "wlroots>=0.17" +) source=( "https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/$pkgver/downloads/wlroots-$pkgver.tar.gz" "https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/$pkgver/downloads/wlroots-$pkgver.tar.gz.sig" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/wlroots0.17/-/commit/c57208f2c9ce9652f77193524827be1e47c8aa40 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/wlroots0.17/-/commit/c57208f2c9ce9652f77193524827be1e47c8aa40 You're receiving this email because of your account on gitlab.archlinux.org.