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:
Adrian Perez de Castro 2020-01-14 13:53:42 +02:00
parent 4edd93fb18
commit 5f82c06206
No known key found for this signature in database
GPG Key ID: 91C559DBE4C9123B
2 changed files with 11 additions and 16 deletions

View File

@ -1,6 +1,6 @@
pkgbase = wlroots-git
pkgdesc = Modular Wayland compositor library
pkgver = 0.9.0.r0.g1c5ca793
pkgver = 0.9.1.r7.g6d3f3b93
pkgrel = 1
url = https://github.com/swaywm/wlroots
arch = x86_64
@ -16,15 +16,11 @@ pkgbase = wlroots-git
depends = opengl-driver
depends = libxcb
depends = xcb-util-errors
depends = xcb-util-image
depends = xcb-util-wm
depends = pixman
depends = libinput
depends = libxkbcommon
depends = libpng
depends = ffmpeg
depends = freerdp
provides = wlroots=0.9.0
provides = wlroots=0.9.1
conflicts = wlroots
options = debug
options = !strip

View File

@ -1,18 +1,17 @@
# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
pkgname='wlroots-git'
pkgver=0.9.0.r0.g1c5ca793
pkgname=wlroots-git
pkgver=0.9.1.r7.g6d3f3b93
pkgrel=1
license=('custom:MIT')
license=(custom:MIT)
pkgdesc='Modular Wayland compositor library'
url='https://github.com/swaywm/wlroots'
arch=('x86_64')
url=https://github.com/swaywm/wlroots
arch=(x86_64)
provides=("wlroots=${pkgver%%.r*}")
conflicts=('wlroots')
conflicts=(wlroots)
options=('debug' '!strip')
depends=('libcap' 'systemd' 'wayland' 'opengl-driver' 'libxcb'
'xcb-util-errors' 'xcb-util-image' 'xcb-util-wm' 'pixman'
'libinput' 'libxkbcommon' 'libpng' 'ffmpeg' 'freerdp')
makedepends=('meson' 'ninja' 'git' 'wayland-protocols' 'xorgproto')
depends=(libcap systemd wayland opengl-driver libxcb xcb-util-errors
xcb-util-wm pixman libinput libxkbcommon)
makedepends=(meson ninja git wayland-protocols xorgproto)
source=("${pkgname}::git+${url}")
sha512sums=('SKIP')