Provides and conflicts with wlroots and wlroots-git
This commit is contained in:
parent
6852f1f305
commit
a69e33d9d3
7
.SRCINFO
7
.SRCINFO
@ -1,7 +1,7 @@
|
||||
pkgbase = wlroots-hidpi-git
|
||||
pkgdesc = Modular Wayland compositor library, with XWayland HiDPI (git version)
|
||||
pkgver = 0.12.0.r96.g4c363a56
|
||||
pkgrel = 2
|
||||
pkgver = 0.12.0.r224.gdc61f471
|
||||
pkgrel = 1
|
||||
url = https://github.com/swaywm/wlroots
|
||||
arch = x86_64
|
||||
license = custom:MIT
|
||||
@ -20,7 +20,10 @@ pkgbase = wlroots-hidpi-git
|
||||
depends = libinput
|
||||
depends = libxkbcommon
|
||||
provides = wlroots-hidpi=0.12.0
|
||||
provides = wlroots=0.12.0
|
||||
provides = wlroots-git
|
||||
conflicts = wlroots
|
||||
conflicts = wlroots-git
|
||||
options = debug
|
||||
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
|
||||
|
10
PKGBUILD
10
PKGBUILD
@ -1,14 +1,16 @@
|
||||
# Maintainer: Antonin Décimo <antonin dot decimo at gmail dot com>
|
||||
# Contributor: Adrian Perez de Castro <aperez@igalia.com>
|
||||
pkgname=wlroots-hidpi-git
|
||||
pkgver=0.12.0.r96.g4c363a56
|
||||
pkgrel=2
|
||||
pkgver=0.12.0.r224.gdc61f471
|
||||
pkgrel=1
|
||||
license=(custom:MIT)
|
||||
pkgdesc='Modular Wayland compositor library, with XWayland HiDPI (git version)'
|
||||
url=https://github.com/swaywm/wlroots
|
||||
arch=(x86_64)
|
||||
provides=("wlroots-hidpi=${pkgver%%.r*}")
|
||||
conflicts=(wlroots)
|
||||
provides=("wlroots-hidpi=${pkgver%%.r*}"
|
||||
"wlroots=${pkgver%%.r*}"
|
||||
"wlroots-git")
|
||||
conflicts=(wlroots wlroots-git)
|
||||
options=(debug)
|
||||
depends=(systemd wayland opengl-driver libxcb xcb-util-errors
|
||||
xcb-util-wm pixman libinput libxkbcommon)
|
||||
|
Loading…
Reference in New Issue
Block a user