commit:     ae920d8c831d93ac45ea97ff23eb51818a3441e4
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 18 16:40:06 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Apr 18 16:45:46 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae920d8c

xfce-base/xfce4-power-manager: Bump to 4.19.0

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 xfce-base/xfce4-power-manager/Manifest             |  1 +
 .../xfce4-power-manager-4.19.0.ebuild              | 75 ++++++++++++++++++++++
 2 files changed, 76 insertions(+)

diff --git a/xfce-base/xfce4-power-manager/Manifest 
b/xfce-base/xfce4-power-manager/Manifest
index f67f2e18ccf5..e7b1c691cc53 100644
--- a/xfce-base/xfce4-power-manager/Manifest
+++ b/xfce-base/xfce4-power-manager/Manifest
@@ -1 +1,2 @@
 DIST xfce4-power-manager-4.18.1.tar.bz2 1217727 BLAKE2B 
bbd2a70cdb4fbac6146a28895b17896a10aff4a8d5e32ab82852e034977e9d1872d78eca6f8181ff16c74fcdd65ef27d891682bb93ef7ea4d846ccfee07ab034
 SHA512 
bb84f5a35058fa4aaa8cbe871acd898afb86885172c74d4b811d5b2c1204c0f7865c8488064622c364350c47d9aaecd07f1b65b56f72a547325e6e73bc2eb4ff
+DIST xfce4-power-manager-4.19.0.tar.bz2 1449836 BLAKE2B 
0aaba64f689ea263bddf01fedfda1919d36152420acf9e068ae23c138a8ce0a7bbaf64423144ac4a5fb5313a7cf3da38093157f5a88abca2d2dcdc0d6a91840b
 SHA512 
56803b41867080df34d6e460e8bfcdf0f16c05fa447ad34ceab7831c41efc38d82c692bb06cf94725c4b4d63ac0721be8c0a999712fba112e352c9f05e46bfa3

diff --git a/xfce-base/xfce4-power-manager/xfce4-power-manager-4.19.0.ebuild 
b/xfce-base/xfce4-power-manager/xfce4-power-manager-4.19.0.ebuild
new file mode 100644
index 000000000000..99f5a2676b54
--- /dev/null
+++ b/xfce-base/xfce4-power-manager/xfce4-power-manager-4.19.0.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="Power manager for the Xfce desktop environment"
+HOMEPAGE="
+       https://docs.xfce.org/xfce/xfce4-power-manager/start
+       https://gitlab.xfce.org/xfce/xfce4-power-manager/
+"
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+IUSE="networkmanager +panel-plugin policykit"
+
+DEPEND="
+       >=dev-libs/glib-2.66.0
+       >=sys-power/upower-0.99.0
+       >=x11-libs/gtk+-3.24.0:3
+       >=x11-libs/libnotify-0.7
+       >=x11-libs/libX11-1.6.7
+       >=x11-libs/libXrandr-1.2
+       x11-libs/libXext
+       x11-libs/libXtst
+       >=xfce-base/xfconf-4.12:=
+       >=xfce-base/libxfce4ui-4.18.2:=[gtk3(+)]
+       >=xfce-base/libxfce4util-4.12:=
+       panel-plugin? ( >=xfce-base/xfce4-panel-4.12:= )
+       policykit? ( >=sys-auth/polkit-0.112 )
+"
+RDEPEND="
+       ${DEPEND}
+       networkmanager? ( net-misc/networkmanager )
+"
+DEPEND+="
+       x11-base/xorg-proto
+"
+BDEPEND="
+       dev-util/gdbus-codegen
+       >=sys-devel/gettext-0.19.8
+       virtual/pkgconfig
+"
+
+src_configure() {
+       local myconf=(
+               $(use_enable policykit polkit)
+               $(use_enable networkmanager network-manager)
+               $(use_enable panel-plugin xfce4panel)
+       )
+
+       econf "${myconf[@]}"
+}
+
+src_install() {
+       default
+       find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+       xdg_icon_cache_update
+
+       if ! has_version sys-apps/systemd && ! has_version sys-auth/elogind
+       then
+               elog "Suspend/hibernate support requires a logind provider 
installed"
+               elog "(sys-apps/systemd or sys-auth/elogind)"
+       fi
+}
+
+pkg_postrm() {
+       xdg_icon_cache_update
+}

Reply via email to