Diff gnome-panel-3.46.0 with a gnome-panel-3.50.0
| /usr/portage/gnome-base/gnome-panel/gnome-panel-3.50.0.ebuild 2024-07-02 13:51:45.777851503 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2023 Gentoo Authors |
|
| 1 |
# Copyright 1999-2024 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| ... | ... | |
| 59 | 59 |
# elogind conditional block below accordingly first. |
| 60 | 60 |
# DO NOT just change the version, look in configure.ac in which PKG_CHECK_MODULES-sections |
| 61 | 61 |
# libsystemd is used and check if there are new sections where it is used! |
| 62 |
if ver_test ${PV} -ne 3.46.0; then
|
|
| 62 |
if ver_test ${PV} -ne 3.50.0; then
|
|
| 63 | 63 |
die "Maintainer has not checked over packages MENU pkg-config deps for elogind support" |
| 64 | 64 |
fi |
| 65 | 65 | |
| 66 | 66 |
if use elogind; then |
| 67 | 67 |
local pkgconfig="$(tc-getPKG_CONFIG)" |
| 68 | 68 |
myconf+=( |
| 69 |
ACTION_BUTTON_CFLAGS="$(${pkgconfig} --cflags gio-unix-2.0 gtk+-3.0 libelogind x11)"
|
|
| 70 |
ACTION_BUTTON_LIBS="$(${pkgconfig} --libs gio-unix-2.0 gtk+-3.0 libelogind x11)"
|
|
| 69 |
ACTION_BUTTON_CFLAGS="$(${pkgconfig} --cflags gio-unix-2.0 gtk+-3.0 libgnome-menu-3.0 libelogind x11)"
|
|
| 70 |
ACTION_BUTTON_LIBS="$(${pkgconfig} --libs gio-unix-2.0 gtk+-3.0 libgnome-menu-3.0 libelogind x11)"
|
|
| 71 | 71 |
LAUNCHER_CFLAGS="$(${pkgconfig} --cflags gio-unix-2.0 gtk+-3.0 libgnome-menu-3.0 libelogind)"
|
| 72 | 72 |
LAUNCHER_LIBS="$(${pkgconfig} --libs gio-unix-2.0 gtk+-3.0 libgnome-menu-3.0 libelogind)"
|
| 73 | 73 |
MENU_CFLAGS="$(${pkgconfig} --cflags gdm gio-unix-2.0 gtk+-3.0 libgnome-menu-3.0 libelogind)"
|