Provides and conflicts with wlroots and wlroots-git

This commit is contained in:
Antonin Décimo 2021-01-13 20:05:27 +01:00
parent 6852f1f305
commit a69e33d9d3
2 changed files with 11 additions and 6 deletions

View File

@ -1,7 +1,7 @@
pkgbase = wlroots-hidpi-git pkgbase = wlroots-hidpi-git
pkgdesc = Modular Wayland compositor library, with XWayland HiDPI (git version) pkgdesc = Modular Wayland compositor library, with XWayland HiDPI (git version)
pkgver = 0.12.0.r96.g4c363a56 pkgver = 0.12.0.r224.gdc61f471
pkgrel = 2 pkgrel = 1
url = https://github.com/swaywm/wlroots url = https://github.com/swaywm/wlroots
arch = x86_64 arch = x86_64
license = custom:MIT license = custom:MIT
@ -20,7 +20,10 @@ pkgbase = wlroots-hidpi-git
depends = libinput depends = libinput
depends = libxkbcommon depends = libxkbcommon
provides = wlroots-hidpi=0.12.0 provides = wlroots-hidpi=0.12.0
provides = wlroots=0.12.0
provides = wlroots-git
conflicts = wlroots conflicts = wlroots
conflicts = wlroots-git
options = debug options = debug
source = wlroots-hidpi-git::git+https://github.com/swaywm/wlroots source = wlroots-hidpi-git::git+https://github.com/swaywm/wlroots
source = xwayland_hidpi.diff::https://github.com/swaywm/wlroots/compare/master...MisterDA:xwayland_hidpi.diff source = xwayland_hidpi.diff::https://github.com/swaywm/wlroots/compare/master...MisterDA:xwayland_hidpi.diff

View File

@ -1,14 +1,16 @@
# Maintainer: Antonin Décimo <antonin dot decimo at gmail dot com> # Maintainer: Antonin Décimo <antonin dot decimo at gmail dot com>
# Contributor: Adrian Perez de Castro <aperez@igalia.com> # Contributor: Adrian Perez de Castro <aperez@igalia.com>
pkgname=wlroots-hidpi-git pkgname=wlroots-hidpi-git
pkgver=0.12.0.r96.g4c363a56 pkgver=0.12.0.r224.gdc61f471
pkgrel=2 pkgrel=1
license=(custom:MIT) license=(custom:MIT)
pkgdesc='Modular Wayland compositor library, with XWayland HiDPI (git version)' pkgdesc='Modular Wayland compositor library, with XWayland HiDPI (git version)'
url=https://github.com/swaywm/wlroots url=https://github.com/swaywm/wlroots
arch=(x86_64) arch=(x86_64)
provides=("wlroots-hidpi=${pkgver%%.r*}") provides=("wlroots-hidpi=${pkgver%%.r*}"
conflicts=(wlroots) "wlroots=${pkgver%%.r*}"
"wlroots-git")
conflicts=(wlroots wlroots-git)
options=(debug) options=(debug)
depends=(systemd wayland opengl-driver libxcb xcb-util-errors depends=(systemd wayland opengl-driver libxcb xcb-util-errors
xcb-util-wm pixman libinput libxkbcommon) xcb-util-wm pixman libinput libxkbcommon)