gui-apps/gtkgreet: remove Werror build flag

Closes: https://bugs.gentoo.org/750707
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
Closes: https://github.com/gentoo/gentoo/pull/18077
Signed-off-by: Aaron Bauman <bman@gentoo.org>
This commit is contained in:
Aisha Tammy
2020-10-30 11:52:40 -04:00
committed by Aaron Bauman
parent 4e65e44184
commit 982f940416
3 changed files with 18 additions and 3 deletions

View File

@@ -0,0 +1,12 @@
diff --git a/meson.build b/meson.build
index eb3a2b8..07bee48 100644
--- a/meson.build
+++ b/meson.build
@@ -7,7 +7,6 @@ project(
default_options: [
'c_std=c11',
'warning_level=2',
- 'werror=true',
],
)

View File

@@ -12,8 +12,7 @@ if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://git.sr.ht/~kennylevinsen/gtkgreet"
else
MY_PV=${PV/_rc/-rc}
SRC_URI="https://git.sr.ht/~kennylevinsen/gtkgreet/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
SRC_URI="https://git.sr.ht/~kennylevinsen/gtkgreet/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~ppc64 ~x86"
fi
@@ -23,8 +22,8 @@ IUSE="+layershell +man"
DEPEND="
dev-libs/json-c:=
x11-libs/gtk+:3
layershell? ( gui-libs/gtk-layer-shell )
x11-libs/gtk+:3
"
RDEPEND="
${DEPEND}
@@ -35,6 +34,8 @@ BDEPEND="
man? ( app-text/scdoc )
"
PATCHES=( "${FILESDIR}"/${PN}-0.6-r1-werror.patch )
src_configure() {
local emesonargs=(
$(meson_feature man man-pages)

View File

@@ -34,6 +34,8 @@ BDEPEND="
man? ( app-text/scdoc )
"
PATCHES=( "${FILESDIR}"/${PN}-0.6-r1-werror.patch )
src_configure() {
local emesonargs=(
$(meson_feature man man-pages)