From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 61807158095 for ; Sat, 8 Oct 2022 10:38:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C436E09F9; Sat, 8 Oct 2022 10:38:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 36062E09F9 for ; Sat, 8 Oct 2022 10:38:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3D9C1340E05 for ; Sat, 8 Oct 2022 10:38:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73E42606 for ; Sat, 8 Oct 2022 10:38:34 +0000 (UTC) From: "Pascal Jäger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pascal Jäger" Message-ID: <1665223797.d6f41fda68997b815d8b794c24c6bb881c996de9.pascal.jaeger@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/gradience/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/gradience/Manifest gui-apps/gradience/gradience-0.3.0.ebuild gui-apps/gradience/metadata.xml X-VCS-Directories: gui-apps/gradience/ X-VCS-Committer: pascal.jaeger X-VCS-Committer-Name: Pascal Jäger X-VCS-Revision: d6f41fda68997b815d8b794c24c6bb881c996de9 X-VCS-Branch: dev Date: Sat, 8 Oct 2022 10:38:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 33988f94-b72b-4b71-a73d-21be58f959ea X-Archives-Hash: a4750c5e247468a021bef368b1e66c8d commit: d6f41fda68997b815d8b794c24c6bb881c996de9 Author: Pascal Jäger leimstift de> AuthorDate: Sat Oct 8 10:09:57 2022 +0000 Commit: Pascal Jäger leimstift de> CommitDate: Sat Oct 8 10:09:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d6f41fda gui-apps/gradience: new package, v. 0.3.0 Signed-off-by: Pascal Jäger leimstift.de> gui-apps/gradience/Manifest | 1 + gui-apps/gradience/gradience-0.3.0.ebuild | 64 +++++++++++++++++++++++++++++++ gui-apps/gradience/metadata.xml | 8 ++++ 3 files changed, 73 insertions(+) diff --git a/gui-apps/gradience/Manifest b/gui-apps/gradience/Manifest new file mode 100644 index 000000000..4a28d0bbe --- /dev/null +++ b/gui-apps/gradience/Manifest @@ -0,0 +1 @@ +DIST gradience-0.3.0.tar.gz 311883 BLAKE2B 87a353097bdde029e75c54f6e73a937c0246a07756a1681772abd68bd9cd05756673ce279e1c6b87a549232d6f1dad76557ce2f13805ea243bb99e3554c02dca SHA512 fc7b90504d8b74cc87ef0e2b002e75b9d41deefeeb9e5d971529b0d66e8b1d73f9d21f471ad6b94174f9f2cd11d1366c0bbaf08ef4b265efbe922b91db766892 diff --git a/gui-apps/gradience/gradience-0.3.0.ebuild b/gui-apps/gradience/gradience-0.3.0.ebuild new file mode 100644 index 000000000..c92cb40a3 --- /dev/null +++ b/gui-apps/gradience/gradience-0.3.0.ebuild @@ -0,0 +1,64 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +PYTHON_COMPAT=( python3_{8..11} ) + +inherit meson xdg python-single-r1 + +DESCRIPTION="GNOME's main interface to configure various aspects of the desktop" +HOMEPAGE="https://github.com/GradienceTeam/Gradience" +SRC_URI+="https://dev.gentoo.org/~mattst88/distfiles/${PN}-42.0-patchset.tar.xz" +SRC_URI="https://github.com/GradienceTeam/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +IUSE="" +KEYWORDS="~amd64" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +BDEPEND=" + ${PYTHON_DEPS} + dev-libs/glib:2 + >=net-libs/libsoup-3.2.0:3 + dev-libs/gobject-introspection + dev-util/blueprint-compiler + dev-lang/sassc +" + +DEPEND=" + ${PYTHON_DEPS} + x11-themes/hicolor-icon-theme + >=gui-libs/gtk-4.5.0:4 + >=gui-libs/libadwaita-1.2:1= + >=dev-python/pygobject-3.42.2:3 + >=dev-python/anyascii-0.3 + dev-python/material-color-utilities + dev-python/svglib + dev-python/yapsy + dev-python/cssutils + dev-python/jinja + dev-python/aiohttp +" +RDEPEND="${DEPEND}" + +S="${WORKDIR}"/Gradience-${PV} + +src_prepare() { + default + xdg_environment_reset +} + +src_install() { + meson_src_install + python_optimize + mv "${ED}"/usr/share/appdata "${ED}"/usr/share/metainfo || die +} + +pkg_postinst() { + xdg_pkg_postinst +} + +pkg_postrm() { + xdg_pkg_postrm +} diff --git a/gui-apps/gradience/metadata.xml b/gui-apps/gradience/metadata.xml new file mode 100644 index 000000000..3771874aa --- /dev/null +++ b/gui-apps/gradience/metadata.xml @@ -0,0 +1,8 @@ + + + + + pascal.jaeger@leimstift.de + Pascal Jaeger + +