summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Perez de Castro2020-01-14 13:53:42 +0200
committerAdrian Perez de Castro2020-01-14 13:53:42 +0200
commit5f82c0620616074e68b00b8bff3df2a466304de7 (patch)
tree7159967842afb94a632b400b1dd5c6ab67538ab1
parent4edd93fb18330694785d770ca8527e6f55289264 (diff)
downloadaur-5f82c0620616074e68b00b8bff3df2a466304de7.tar.gz
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
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD19
2 files changed, 11 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76bce512f76a..97767bdfab0d 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 b46b18117751..e986754ff1c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')