Remove !strip option

This commit is contained in:
Adrian Perez de Castro 2020-01-16 10:09:06 +02:00
parent 5f82c06206
commit 77b48433bf
No known key found for this signature in database
GPG Key ID: 91C559DBE4C9123B
2 changed files with 3 additions and 4 deletions

View File

@ -1,7 +1,7 @@
pkgbase = wlroots-git pkgbase = wlroots-git
pkgdesc = Modular Wayland compositor library pkgdesc = Modular Wayland compositor library
pkgver = 0.9.1.r7.g6d3f3b93 pkgver = 0.9.1.r7.g6d3f3b93
pkgrel = 1 pkgrel = 2
url = https://github.com/swaywm/wlroots url = https://github.com/swaywm/wlroots
arch = x86_64 arch = x86_64
license = custom:MIT license = custom:MIT
@ -23,7 +23,6 @@ pkgbase = wlroots-git
provides = wlroots=0.9.1 provides = wlroots=0.9.1
conflicts = wlroots conflicts = wlroots
options = debug options = debug
options = !strip
source = wlroots-git::git+https://github.com/swaywm/wlroots source = wlroots-git::git+https://github.com/swaywm/wlroots
sha512sums = SKIP sha512sums = SKIP

View File

@ -1,14 +1,14 @@
# 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.1.r7.g6d3f3b93 pkgver=0.9.1.r7.g6d3f3b93
pkgrel=1 pkgrel=2
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)
depends=(libcap systemd wayland opengl-driver libxcb xcb-util-errors depends=(libcap 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)