mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-libs/libappindicator: reset XDG env vars
Gentoo-bug: 583636 Package-Manager: portage-2.3.0
This commit is contained in:
@@ -7,7 +7,7 @@ VALA_USE_DEPEND="vapigen"
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit autotools eutils multilib-minimal python-single-r1 vala
|
||||
inherit autotools eutils multilib-minimal python-single-r1 vala xdg-utils
|
||||
|
||||
DESCRIPTION="A library to allow applications to export a menu into the Unity Menu bar"
|
||||
HOMEPAGE="https://launchpad.net/libappindicator"
|
||||
@@ -50,6 +50,8 @@ pkg_setup() {
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
xdg_environment_reset
|
||||
|
||||
# Don't use -Werror
|
||||
sed -i -e 's/ -Werror//' {src,tests}/Makefile.{am,in} || die
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
EAPI=6
|
||||
VALA_USE_DEPEND="vapigen"
|
||||
|
||||
inherit autotools eutils multilib-minimal vala
|
||||
inherit autotools eutils multilib-minimal vala xdg-utils
|
||||
|
||||
DESCRIPTION="A library to allow applications to export a menu into the Unity Menu bar"
|
||||
HOMEPAGE="https://launchpad.net/libappindicator"
|
||||
@@ -39,6 +39,8 @@ PATCHES=(
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
xdg_environment_reset
|
||||
|
||||
# Don't use -Werror
|
||||
sed -i -e 's/ -Werror//' {src,tests}/Makefile.{am,in} || die
|
||||
|
||||
|
||||
Reference in New Issue
Block a user