Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-panel/
Date: Sun, 27 Mar 2022 18:58:36
Message-Id: 1648407071.7a7504d9f7b4cfe896820b7f690340816d09aa67.mattst88@gentoo
1 commit: 7a7504d9f7b4cfe896820b7f690340816d09aa67
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 27 18:50:22 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 27 18:51:11 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a7504d9
7
8 gnome-base/gnome-panel: Version bump to 3.44.0
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 gnome-base/gnome-panel/Manifest | 1 +
13 gnome-base/gnome-panel/gnome-panel-3.44.0.ebuild | 73 ++++++++++++++++++++++++
14 2 files changed, 74 insertions(+)
15
16 diff --git a/gnome-base/gnome-panel/Manifest b/gnome-base/gnome-panel/Manifest
17 index edb5716e0fc8..f501457fa5aa 100644
18 --- a/gnome-base/gnome-panel/Manifest
19 +++ b/gnome-base/gnome-panel/Manifest
20 @@ -1 +1,2 @@
21 DIST gnome-panel-3.42.0.tar.xz 2927280 BLAKE2B ec0490115d3d1e728f7b6dc85b915a8390148e55c0b9342ee1125c1bceb34cc4721d350e0bac01a5c55d5eede885938711a2b234eb3e28ba59b87feceee3b41c SHA512 834b5ed58f3444bddbf59caeb42740ee1fbd2bcea9914b69f9c14baa39cd8105d4e822f7e408a605ced3d6c4a69eb76a97c4e069b6466c88b2db7d7afed7540c
22 +DIST gnome-panel-3.44.0.tar.xz 2852688 BLAKE2B 2d31d9456cb94f5f7d4a7f02b1be7da901f79b32a098877d7b778570b67c7f9be42105f5dbcf0ee6eacdf5359349c31140677b87eedbe9c1516f63104be668d1 SHA512 b3300f6943c970b9a2ea27b9459ab82e634226372006b7748551e6c8c24897c9df4ab2bc5528eae6758d9cd431cb2428465ef30fdcc012ddac7c69cd4f43f966
23
24 diff --git a/gnome-base/gnome-panel/gnome-panel-3.44.0.ebuild b/gnome-base/gnome-panel/gnome-panel-3.44.0.ebuild
25 new file mode 100644
26 index 000000000000..ab207cb1486c
27 --- /dev/null
28 +++ b/gnome-base/gnome-panel/gnome-panel-3.44.0.ebuild
29 @@ -0,0 +1,73 @@
30 +# Copyright 1999-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +inherit gnome2 toolchain-funcs
35 +
36 +DESCRIPTION="The GNOME Flashback Panel"
37 +HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-panel/"
38 +
39 +LICENSE="GPL-2+ FDL-1.1 LGPL-2.1+"
40 +SLOT="0"
41 +IUSE="eds elogind systemd"
42 +REQUIRED_USE="^^ ( elogind systemd )"
43 +KEYWORDS="~amd64 ~riscv"
44 +
45 +RDEPEND="
46 + >=gnome-base/gnome-desktop-2.91.0:3=
47 + >=x11-libs/gdk-pixbuf-2.26.0:2
48 + >=x11-libs/pango-1.15.4
49 + >=dev-libs/glib-2.67.1:2
50 + >=x11-libs/gtk+-3.22.0:3[X]
51 + >=x11-libs/libwnck-40.0:3
52 + >=gnome-base/gnome-menus-3.7.90:3
53 + eds? ( >=gnome-extra/evolution-data-server-3.33.2:= )
54 + elogind? ( >=sys-auth/elogind-230 )
55 + systemd? ( >=sys-apps/systemd-230:= )
56 + >=x11-libs/cairo-1.0.0[X,glib]
57 + >=dev-libs/libgweather-3.91.0:4=
58 + >=gnome-base/dconf-0.13.4
59 + >=x11-libs/libXrandr-1.3.0
60 + gnome-base/gdm
61 + x11-libs/libX11
62 + x11-libs/libXi
63 + sys-auth/polkit
64 + x11-libs/libXi
65 +"
66 +DEPEND="${RDEPEND}
67 + x11-base/xorg-proto
68 +"
69 +BDEPEND="
70 + app-text/docbook-xml-dtd:4.1.2
71 + dev-util/gdbus-codegen
72 + dev-util/glib-utils
73 + dev-util/itstool
74 + >=sys-devel/gettext-0.19.8
75 + virtual/pkgconfig
76 +" # yelp-tools and autoconf-archive for eautoreconf
77 +
78 +src_configure() {
79 + local myconf=(
80 + --disable-static
81 + $(use_enable eds)
82 + )
83 +
84 + # Below elogind MENU_* pkg-config calls need to match up with what upstream has
85 + # each version (libsystemd replaced with libelogind). Explicit per-version die
86 + # to force a manual recheck. Only update the explicit version if the
87 + # "PKG_CHECK_MODULES([MENU], ...)" block did not change; otherwise adjust
88 + # elogind conditional block below accordingly first.
89 + if ver_test ${PV} -ne 3.44.0; then
90 + die "Maintainer has not checked over packages MENU pkg-config deps for elogind support"
91 + fi
92 +
93 + if use elogind; then
94 + local pkgconfig="$(tc-getPKG_CONFIG)"
95 + myconf+=(
96 + MENU_CFLAGS="$(${pkgconfig} --cflags gdm gio-unix-2.0 gtk+-3.0 libgnome-menu-3.0 libelogind)"
97 + MENU_LIBS="$(${pkgconfig} --libs gdm gio-unix-2.0 gtk+-3.0 libgnome-menu-3.0 libelogind)"
98 + )
99 + fi
100 +
101 + gnome2_src_configure "${myconf[@]}"
102 +}