From 5f82c0620616074e68b00b8bff3df2a466304de7 Mon Sep 17 00:00:00 2001 From: Adrian Perez de Castro Date: Tue, 14 Jan 2020 13:53:42 +0200 Subject: [PATCH] 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: https://github.com/swaywm/wlroots/commit/ebdbe177d62d3c8bab04f77b86326804ff185bef --- .SRCINFO | 8 ++------ PKGBUILD | 19 +++++++++---------- 2 files changed, 11 insertions(+), 16 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 76bce51..97767bd 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index b46b181..e986754 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,18 +1,17 @@ # Maintainer: Adrian Perez de Castro -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')