gnome-extra/gnome-power-manager: package touchups
authorMart Raudsepp <leio@gentoo.org>
Wed, 6 Mar 2019 19:14:53 +0000 (21:14 +0200)
committerMart Raudsepp <leio@gentoo.org>
Wed, 6 Mar 2019 19:28:30 +0000 (21:28 +0200)
Don't double the icon cache update calls, now that xdg.eclass
calls it for us.
Fix LICENSE; tweak DESCRIPTION.
Update metadata longdescription.

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
gnome-extra/gnome-power-manager/gnome-power-manager-3.30.0.ebuild
gnome-extra/gnome-power-manager/metadata.xml

index 7b4ff33b41c6a9f1d507cd8200c4105bd0495e82..091b4f0c744d854e719c34d4a0d0b0e8b1357979 100644 (file)
@@ -1,13 +1,13 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 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 management service"
+DESCRIPTION="GNOME power statistics"
 HOMEPAGE="https://projects.gnome.org/gnome-power-manager/"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 IUSE="test"
 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
@@ -47,11 +47,9 @@ src_test() {
 pkg_postinst() {
        xdg_pkg_postinst
        gnome2_schemas_update
-       gnome2_icon_cache_update
 }
 
 pkg_postrm() {
        xdg_pkg_postrm
        gnome2_schemas_update
-       gnome2_icon_cache_update
 }
index 8b88d4204ab78ba5239756e9ff9eee9abddf7abc..4badeeaddeea3b478672a79ccf7d314addac523d 100644 (file)
@@ -6,7 +6,10 @@
                <name>Gentoo GNOME Desktop</name>
        </maintainer>
        <longdescription lang="en">
-               Power Manager daemon for the GNOME desktop environment that makes it
-               easy to manage your laptop or desktop system.
+               Power Statistics can show historical and current battery information and
+               programs waking up that use power.
+               You probably only need to install this package if you are having
+               problems with your laptop battery, or are trying to work out what programs
+               are using significant amounts of power.
        </longdescription>
 </pkgmetadata>