From 7f6e907164d3f8c92f1551ebd20fde1bbd8d4ea9 Mon Sep 17 00:00:00 2001 From: projectmoon Date: Tue, 15 Nov 2022 15:52:31 +0100 Subject: [PATCH] sys-power/librem-control: new package, add 9999 --- sys-power/librem-control/Manifest | 1 + .../librem-control/librem-control-9999.ebuild | 24 +++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 sys-power/librem-control/Manifest create mode 100644 sys-power/librem-control/librem-control-9999.ebuild diff --git a/sys-power/librem-control/Manifest b/sys-power/librem-control/Manifest new file mode 100644 index 0000000..0413b77 --- /dev/null +++ b/sys-power/librem-control/Manifest @@ -0,0 +1 @@ +DIST librem-control-9999.tar.gz 19126 BLAKE2B e5721e04c8a7996e35aa51f40e4d56acb9f59880a8266b0d6e5c515b2a6367d628973113c9776ef7d79070d7dfeda09704686340843c835e685a93922756f841 SHA512 0d3bd3d38bc0c3f476d96214e68883a2f6ad270842b4b4922ea0f4706aaf14f188ebf08f0a23fd5524c9f8e3360aa70288b0c730d56df69b0c0f137d2694e8e7 diff --git a/sys-power/librem-control/librem-control-9999.ebuild b/sys-power/librem-control/librem-control-9999.ebuild new file mode 100644 index 0000000..ad0f531 --- /dev/null +++ b/sys-power/librem-control/librem-control-9999.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2022 Gentoo Authors, projectmoon +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit gnome.org xdg + +MY_COMMIT="a19bfbf4f6bd1d2b0d2d6abf02252e1e0cbc2d61" +RESTRICT="mirror" + +DESCRIPTION="App to control some system settings of Librem devices." +HOMEPAGE="https://source.puri.sm/nicole.faerber/librem-control" +SRC_URI="https://source.puri.sm/nicole.faerber/librem-control/-/archive/${MY_COMMIT}/${PN}-${MY_COMMIT}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-${MY_COMMIT}" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND=" + >=gui-libs/gtk-4.6:4 + >=sys-auth/polkit-121 +" +RDEPEND="${DEPEND}"