Remove unneeded dependencies due to removal of RDP backend
Remove some the dependencies which were needed by the RDP backend,
as it has been removed upstream:
ebdbe177d6
This commit is contained in:
parent
4edd93fb18
commit
5f82c06206
8
.SRCINFO
8
.SRCINFO
@ -1,6 +1,6 @@
|
|||||||
pkgbase = wlroots-git
|
pkgbase = wlroots-git
|
||||||
pkgdesc = Modular Wayland compositor library
|
pkgdesc = Modular Wayland compositor library
|
||||||
pkgver = 0.9.0.r0.g1c5ca793
|
pkgver = 0.9.1.r7.g6d3f3b93
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/swaywm/wlroots
|
url = https://github.com/swaywm/wlroots
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
@ -16,15 +16,11 @@ pkgbase = wlroots-git
|
|||||||
depends = opengl-driver
|
depends = opengl-driver
|
||||||
depends = libxcb
|
depends = libxcb
|
||||||
depends = xcb-util-errors
|
depends = xcb-util-errors
|
||||||
depends = xcb-util-image
|
|
||||||
depends = xcb-util-wm
|
depends = xcb-util-wm
|
||||||
depends = pixman
|
depends = pixman
|
||||||
depends = libinput
|
depends = libinput
|
||||||
depends = libxkbcommon
|
depends = libxkbcommon
|
||||||
depends = libpng
|
provides = wlroots=0.9.1
|
||||||
depends = ffmpeg
|
|
||||||
depends = freerdp
|
|
||||||
provides = wlroots=0.9.0
|
|
||||||
conflicts = wlroots
|
conflicts = wlroots
|
||||||
options = debug
|
options = debug
|
||||||
options = !strip
|
options = !strip
|
||||||
|
19
PKGBUILD
19
PKGBUILD
@ -1,18 +1,17 @@
|
|||||||
# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
|
# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
|
||||||
pkgname='wlroots-git'
|
pkgname=wlroots-git
|
||||||
pkgver=0.9.0.r0.g1c5ca793
|
pkgver=0.9.1.r7.g6d3f3b93
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
license=('custom:MIT')
|
license=(custom:MIT)
|
||||||
pkgdesc='Modular Wayland compositor library'
|
pkgdesc='Modular Wayland compositor library'
|
||||||
url='https://github.com/swaywm/wlroots'
|
url=https://github.com/swaywm/wlroots
|
||||||
arch=('x86_64')
|
arch=(x86_64)
|
||||||
provides=("wlroots=${pkgver%%.r*}")
|
provides=("wlroots=${pkgver%%.r*}")
|
||||||
conflicts=('wlroots')
|
conflicts=(wlroots)
|
||||||
options=('debug' '!strip')
|
options=('debug' '!strip')
|
||||||
depends=('libcap' 'systemd' 'wayland' 'opengl-driver' 'libxcb'
|
depends=(libcap systemd wayland opengl-driver libxcb xcb-util-errors
|
||||||
'xcb-util-errors' 'xcb-util-image' 'xcb-util-wm' 'pixman'
|
xcb-util-wm pixman libinput libxkbcommon)
|
||||||
'libinput' 'libxkbcommon' 'libpng' 'ffmpeg' 'freerdp')
|
makedepends=(meson ninja git wayland-protocols xorgproto)
|
||||||
makedepends=('meson' 'ninja' 'git' 'wayland-protocols' 'xorgproto')
|
|
||||||
source=("${pkgname}::git+${url}")
|
source=("${pkgname}::git+${url}")
|
||||||
sha512sums=('SKIP')
|
sha512sums=('SKIP')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user