commit:     a97f34f48321590b5432f9aa6c7a206d489857b1
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  8 20:20:50 2020 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Feb  8 20:23:41 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a97f34f4

gnome-extra/gnome-power-manager: Version bump to 3.32.0

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 gnome-extra/gnome-power-manager/Manifest           |  1 +
 .../gnome-power-manager-3.32.0.ebuild              | 56 ++++++++++++++++++++++
 2 files changed, 57 insertions(+)

diff --git a/gnome-extra/gnome-power-manager/Manifest 
b/gnome-extra/gnome-power-manager/Manifest
index 4c7bff34f8b..9e20fb3ec31 100644
--- a/gnome-extra/gnome-power-manager/Manifest
+++ b/gnome-extra/gnome-power-manager/Manifest
@@ -1 +1,2 @@
 DIST gnome-power-manager-3.30.0.tar.xz 380820 BLAKE2B 
9d39df24854f649ab3b40fcf454c7be73d93e3e99050b93ec5dfb86760e27055f856918e5fb7d7b53472a4062cf9b2039a519130bb5d887126a69326d9392737
 SHA512 
ed0e2a20bd8979fd9064cea9f4485da832eb44a2c727e39cde5ca9f9e2eb75a37e3d1b5a2181d9c666c19b1b300cbc62cd5f9e2c3f36ee4a4dfc3e1537a10329
+DIST gnome-power-manager-3.32.0.tar.xz 379136 BLAKE2B 
3f9b385c37fcf1de3741781627d275057f67d489ed4b372f6f68495a707d9e67b78be9f186922a99a606a80008addd570943800ddb2ddd17d2071161b7276c49
 SHA512 
0ea11085dd015e30c1bdc6913000b63eabf7df76720f2d51d63b075f3b7bd2a610aaa484c53a4092d78d3c484ed8c4e81ec66603bdc6c132b0316113ec6a24a0

diff --git a/gnome-extra/gnome-power-manager/gnome-power-manager-3.32.0.ebuild 
b/gnome-extra/gnome-power-manager/gnome-power-manager-3.32.0.ebuild
new file mode 100644
index 00000000000..245404a1231
--- /dev/null
+++ b/gnome-extra/gnome-power-manager/gnome-power-manager-3.32.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome.org gnome2-utils meson virtualx xdg
+
+DESCRIPTION="GNOME power statistics"
+HOMEPAGE="https://projects.gnome.org/gnome-power-manager/";
+
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE="test"
+RESTRICT="!test? ( test )"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+COMMON_DEPEND="
+       >=dev-libs/glib-2.45.8:2
+       >=x11-libs/gtk+-3.3.8:3
+       >=x11-libs/cairo-1
+       >=sys-power/upower-0.99:=
+"
+RDEPEND="${COMMON_DEPEND}
+       x11-themes/adwaita-icon-theme
+"
+DEPEND="${COMMON_DEPEND}
+       app-text/docbook-sgml-dtd:4.1
+       app-text/docbook-sgml-utils
+       >=sys-devel/gettext-0.19.7
+       x11-base/xorg-proto
+       virtual/pkgconfig
+       test? ( sys-apps/dbus )
+"
+
+# docbook-sgml-utils and docbook-sgml-dtd-4.1 used for creating man pages
+# (files under ${S}/man).
+
+src_configure() {
+       local emesonargs=(
+               $(meson_use test enable-tests)
+       )
+       meson_src_configure
+}
+
+src_test() {
+       virtx meson_src_test
+}
+
+pkg_postinst() {
+       xdg_pkg_postinst
+       gnome2_schemas_update
+}
+
+pkg_postrm() {
+       xdg_pkg_postrm
+       gnome2_schemas_update
+}

Reply via email to