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-applets/
Date: Sat, 01 May 2021 13:39:40
Message-Id: 1619876079.8634adf963b0d0a04f923214041034ea5200112a.mattst88@gentoo
1 commit: 8634adf963b0d0a04f923214041034ea5200112a
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 1 13:17:24 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat May 1 13:34:39 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8634adf9
7
8 gnome-base/gnome-applets: Version bump to 3.40.0
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 gnome-base/gnome-applets/Manifest | 1 +
13 .../gnome-applets/gnome-applets-3.40.0.ebuild | 53 ++++++++++++++++++++++
14 2 files changed, 54 insertions(+)
15
16 diff --git a/gnome-base/gnome-applets/Manifest b/gnome-base/gnome-applets/Manifest
17 index bb9a72bcb39..a2c328d0174 100644
18 --- a/gnome-base/gnome-applets/Manifest
19 +++ b/gnome-base/gnome-applets/Manifest
20 @@ -1 +1,2 @@
21 DIST gnome-applets-3.36.4.tar.xz 8638044 BLAKE2B 1ccf045c568ca2d4280eeeebbaec67b63f9c2f1edd3248ef89ff93ef7d468e6a581f3c678e93ff45662368b9ecd189aa38da2ca91a7b14ed3e7b2bd6aac8971f SHA512 6fd8f891358f02f40c8d6548b1680139f18cbbcd20d773798a998246b6431692ce8550e8652eaff09bde3651a4e5449779a0dc85b897345a22c17be2e386d2c7
22 +DIST gnome-applets-3.40.0.tar.xz 9390340 BLAKE2B 0d8e76086e444789b7a327623db9b21ef0a51f071b67aa5d99dc3e7988be40ec353ced795aaa1acbbe8d1b303d3878e2a0589214dac10f35ab2e40381ee64978 SHA512 909a1e9ecbe6904537b7408239a17aad265890cf179c4b8929968fa4d8ba6f1ac1f6e98612eb9c54266d3abacaaa7ed0e218f41b081b7539532527a3234fc037
23
24 diff --git a/gnome-base/gnome-applets/gnome-applets-3.40.0.ebuild b/gnome-base/gnome-applets/gnome-applets-3.40.0.ebuild
25 new file mode 100644
26 index 00000000000..52182b3d367
27 --- /dev/null
28 +++ b/gnome-base/gnome-applets/gnome-applets-3.40.0.ebuild
29 @@ -0,0 +1,53 @@
30 +# Copyright 1999-2021 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +inherit gnome2
35 +
36 +DESCRIPTION="Applets for the GNOME Flashback Panel"
37 +HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-applets/"
38 +
39 +LICENSE="GPL-2+ FDL-1.1"
40 +SLOT="0"
41 +IUSE="tracker"
42 +KEYWORDS="~amd64"
43 +
44 +# FIXME: automagic wireless-tools
45 +# TODO: gucharmap could be optional, but no knob
46 +# TODO: libgweather could be optional, but no knob
47 +RDEPEND="
48 + >=x11-libs/gtk+-3.20.0:3[X]
49 + >=dev-libs/glib-2.44.0:2
50 + >=gnome-base/gnome-panel-3.37.0
51 + >=gnome-base/libgtop-2.11.92:=
52 + >=x11-libs/libwnck-3.14.1:3
53 + >=x11-libs/libnotify-0.7
54 + >=x11-themes/adwaita-icon-theme-3.14.0
55 + >=dev-libs/libxml2-2.5.0:2
56 + >=dev-libs/libgweather-3.28.0:2=
57 + >=gnome-extra/gucharmap-2.33.0:2.90
58 + >=sys-auth/polkit-0.97
59 + x11-libs/libX11
60 + tracker? ( app-misc/tracker:0/2.0 )
61 +"
62 +DEPEND="${RDEPEND}
63 + x11-base/xorg-proto
64 +"
65 +# app-text/docbook-sgml-utils for jw binary
66 +BDEPEND="
67 + app-text/docbook-sgml-utils
68 + app-text/docbook-xml-dtd:4.1.2
69 + dev-libs/libxslt
70 + dev-util/gdbus-codegen
71 + dev-util/glib-utils
72 + dev-util/itstool
73 + sys-devel/gettext
74 + virtual/pkgconfig
75 +" # yelp-tools and autoconf-archive for eautoreconf
76 +
77 +src_configure() {
78 + gnome2_src_configure \
79 + --disable-static \
80 + --disable-cpufreq \
81 + $(use_enable tracker tracker-search-bar)
82 +}