mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
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:
committed by
Aaron Bauman
parent
4e65e44184
commit
982f940416
12
gui-apps/gtkgreet/files/gtkgreet-0.6-r1-werror.patch
Normal file
12
gui-apps/gtkgreet/files/gtkgreet-0.6-r1-werror.patch
Normal 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',
|
||||
],
|
||||
)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user