summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2020-08-19 15:58:39 +0200
committerNarrat2020-08-19 15:58:39 +0200
commit205ddf20f55b5c46114855930595a2058c4fb549 (patch)
tree6906e018eaca0ff68efd04421a78ee491fcc3d2c
parent7e7e26b08246598a7522615a2b83e132954b9ec8 (diff)
downloadaur-205ddf20f55b5c46114855930595a2058c4fb549.tar.gz
labwc: Remove patch regarding werror
obsolete with https://github.com/johanmalm/labwc/commit/7610063b461e66fd8848a81a8686d9e73e9f04bb
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD12
-rw-r--r--remove-werror.patch11
3 files changed, 4 insertions, 23 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44bbc9495792..c1d6544d0ef6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = labwc-git
pkgdesc = stacking wayland compositor with look and fell from openbox (git version)
- pkgver = r100.93d5809
+ pkgver = r140.7610063
pkgrel = 1
url = https://github.com/johanmalm/labwc
arch = x86_64
@@ -14,9 +14,7 @@ pkgbase = labwc-git
provides = labwc
conflicts = labwc
source = git+https://github.com/johanmalm/labwc.git
- source = remove-werror.patch
md5sums = SKIP
- md5sums = 7a04a45415b125dee8d46dab20039a2c
pkgname = labwc-git
diff --git a/PKGBUILD b/PKGBUILD
index 4326ab3ba972..6de06e3e0072 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=labwc
pkgname=labwc-git
-pkgver=r100.93d5809
+pkgver=r140.7610063
pkgrel=1
pkgdesc='stacking wayland compositor with look and fell from openbox (git version)'
url="https://github.com/johanmalm/labwc"
@@ -12,10 +12,8 @@ depends=('wlroots' 'wayland' 'wayland-protocols' 'xorg-server-xwayland')
makedepends=('git' 'meson')
conflicts=(labwc)
provides=(labwc)
-source=("git+https://github.com/johanmalm/${_pkgname}.git"
- "remove-werror.patch")
-md5sums=('SKIP'
- '7a04a45415b125dee8d46dab20039a2c')
+source=("git+https://github.com/johanmalm/${_pkgname}.git")
+md5sums=('SKIP')
pkgver() {
@@ -23,10 +21,6 @@ pkgver() {
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
-prepare() {
- patch -Np0 -i remove-werror.patch
-}
-
build() {
cd "$_pkgname"
arch-meson ../build
diff --git a/remove-werror.patch b/remove-werror.patch
deleted file mode 100644
index bb1475270563..000000000000
--- a/remove-werror.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- labwc/meson.build
-+++ labwc/meson.build
-@@ -5,7 +5,6 @@
- default_options: [
- 'c_std=c11',
- 'warning_level=2',
-- 'werror=true',
- ],
- )
-
-