Merge remote-tracking branch 'wlroots-git/master'
This commit is contained in:
commit
4e808c3b23
3
.SRCINFO
3
.SRCINFO
@ -1,6 +1,6 @@
|
|||||||
pkgbase = wlroots-hidpi-git
|
pkgbase = wlroots-hidpi-git
|
||||||
pkgdesc = Modular Wayland compositor library, with XWayland HiDPI
|
pkgdesc = Modular Wayland compositor library, with XWayland HiDPI
|
||||||
pkgver = 0.11.0.r57.g99f3c643
|
pkgver = 0.11.0.r76.gf0ddcd36
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/swaywm/wlroots
|
url = https://github.com/swaywm/wlroots
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
@ -10,7 +10,6 @@ pkgbase = wlroots-hidpi-git
|
|||||||
makedepends = git
|
makedepends = git
|
||||||
makedepends = wayland-protocols
|
makedepends = wayland-protocols
|
||||||
makedepends = xorgproto
|
makedepends = xorgproto
|
||||||
depends = libcap
|
|
||||||
depends = systemd
|
depends = systemd
|
||||||
depends = wayland
|
depends = wayland
|
||||||
depends = opengl-driver
|
depends = opengl-driver
|
||||||
|
7
PKGBUILD
7
PKGBUILD
@ -1,7 +1,7 @@
|
|||||||
# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
|
# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
|
||||||
# Maintainer: Antonin Décimo <antonin dot decimo at gmail dot com>
|
# Maintainer: Antonin Décimo <antonin dot decimo at gmail dot com>
|
||||||
pkgname=wlroots-hidpi-git
|
pkgname=wlroots-hidpi-git
|
||||||
pkgver=0.11.0.r57.g99f3c643
|
pkgver=0.11.0.r76.gf0ddcd36
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
license=(custom:MIT)
|
license=(custom:MIT)
|
||||||
pkgdesc='Modular Wayland compositor library, with XWayland HiDPI'
|
pkgdesc='Modular Wayland compositor library, with XWayland HiDPI'
|
||||||
@ -10,7 +10,7 @@ arch=(x86_64)
|
|||||||
provides=("wlroots-hidpi=${pkgver%%.r*}")
|
provides=("wlroots-hidpi=${pkgver%%.r*}")
|
||||||
conflicts=(wlroots)
|
conflicts=(wlroots)
|
||||||
options=(debug)
|
options=(debug)
|
||||||
depends=(libcap 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)
|
||||||
makedepends=(meson ninja git wayland-protocols xorgproto)
|
makedepends=(meson ninja git wayland-protocols xorgproto)
|
||||||
source=("${pkgname}::git+${url}"
|
source=("${pkgname}::git+${url}"
|
||||||
@ -40,14 +40,13 @@ build () {
|
|||||||
meson build \
|
meson build \
|
||||||
--prefix /usr \
|
--prefix /usr \
|
||||||
--buildtype debug \
|
--buildtype debug \
|
||||||
-Dlibcap=enabled \
|
|
||||||
-Dlogind=enabled \
|
-Dlogind=enabled \
|
||||||
-Dlogind-provider=systemd \
|
-Dlogind-provider=systemd \
|
||||||
-Dxcb-errors=enabled \
|
-Dxcb-errors=enabled \
|
||||||
-Dxcb-icccm=enabled \
|
-Dxcb-icccm=enabled \
|
||||||
-Dxwayland=enabled \
|
-Dxwayland=enabled \
|
||||||
-Dx11-backend=enabled \
|
-Dx11-backend=enabled \
|
||||||
-Dexamples=true
|
-Dexamples=false
|
||||||
ninja -C build
|
ninja -C build
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user