1
0
mirror of https://github.com/dguglielmi/sunny-overlay.git synced 2026-04-06 14:16:33 +02:00

x11-libs/bamf: fix build issue with glib deprecated macro

This commit is contained in:
2020-05-01 15:13:32 +02:00
parent 768393a9db
commit 5621775913
3 changed files with 688 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ IUSE="+introspection doc static-libs"
RDEPEND="dev-libs/dbus-glib
dev-util/gdbus-codegen
dev-libs/glib:2
>=dev-libs/glib-2.38.0:2
gnome-base/libgtop:2
x11-libs/gtk+:3
x11-libs/libX11
@@ -35,14 +35,18 @@ BDEPEND="virtual/pkgconfig"
DOCS=(AUTHORS COPYING COPYING.LGPL ChangeLog NEWS README TODO)
PATCHES=(
"${FILESDIR}/${P}-fix-deprecated-g-type-class-add-private.patch"
)
src_prepare() {
if use introspection; then
vala_src_prepare
export VALA_API_GEN="${VAPIGEN}"
fi
eautoreconf
default
eautoreconf
}
src_configure() {