public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-tweaks/
Date: Sun, 17 Mar 2024 21:37:17 +0000 (UTC)	[thread overview]
Message-ID: <1710711385.63d09ada2919ebda1641b559a3eba76795f155d2.leio@gentoo> (raw)

commit:     63d09ada2919ebda1641b559a3eba76795f155d2
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 17 20:58:07 2024 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Mar 17 21:36:25 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63d09ada

gnome-extra/gnome-tweaks: add 45.2

Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 gnome-extra/gnome-tweaks/Manifest                 |  1 +
 gnome-extra/gnome-tweaks/gnome-tweaks-45.2.ebuild | 54 +++++++++++++++++++++++
 2 files changed, 55 insertions(+)

diff --git a/gnome-extra/gnome-tweaks/Manifest b/gnome-extra/gnome-tweaks/Manifest
index 23884d1c5cce..4a2532f81c99 100644
--- a/gnome-extra/gnome-tweaks/Manifest
+++ b/gnome-extra/gnome-tweaks/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-tweaks-45.0.tar.xz 738364 BLAKE2B 0568aa800ab1c981491c6b3a66430e33c720a09a23ab25ce9bf73b2fe761f485a0df585b86541b38f62ee3737c780e8f449f75ac969c5d58e8f2049ffe37720b SHA512 2bc6d64a412c13f84a971d157ce7ebfac31d791af8d4bfc80d7f6b8f88445ecd40dc9d9d12aee0688590ab6d9535add18f244dd9a216e3b59c82e1c88a1c7f86
 DIST gnome-tweaks-45.1.tar.xz 738484 BLAKE2B c3ffb102ffc9025f2b43816888090345e3f0935c637461cbddf1f2b7ae6d1811ce3cdd175c3a781dda21adab01c9c44ccb044206c72717ae5722c68f754211ae SHA512 2a6f5a69c79e3c18b01f3c5f2573fb2130ef1145d9014efb39096df4fbe9e2bfc62b9797c667e4c3b9d248bf6563583757fbbc3f1ec65873b8344b0414c92cdc
+DIST gnome-tweaks-45.2.tar.xz 738788 BLAKE2B 55c0cc91d137dab1d39701660e6be987b87957601c9c315599eac4b0d4e478a7c07bd0fe24d8ce72a7c3224c6a466dcdd5608adde28527b3ff31865c90399b3a SHA512 b07d99f53de990de04f1d2aefed932633253cb2584d719bdd7bb197e431d622e777f911bc3f454a336e0fce3bf93a8ae55744b09e99e9f014d244bf82e5118f9

diff --git a/gnome-extra/gnome-tweaks/gnome-tweaks-45.2.ebuild b/gnome-extra/gnome-tweaks/gnome-tweaks-45.2.ebuild
new file mode 100644
index 000000000000..5d15c6ae0ef5
--- /dev/null
+++ b/gnome-extra/gnome-tweaks/gnome-tweaks-45.2.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit gnome.org gnome2-utils meson python-single-r1 xdg
+
+DESCRIPTION="Customize advanced GNOME options"
+HOMEPAGE="https://wiki.gnome.org/Apps/Tweaks"
+
+LICENSE="GPL-3+ CC0-1.0"
+SLOT="0"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+
+DEPEND="${PYTHON_DEPS}"
+# See README.md for list of deps
+RDEPEND="${DEPEND}
+	$(python_gen_cond_dep '
+		>=dev-python/pygobject-3.10.2:3[${PYTHON_USEDEP}]
+	')
+	>=gnome-base/gnome-settings-daemon-3
+	x11-themes/sound-theme-freedesktop
+
+	>=dev-libs/glib-2.58:2
+	>=x11-libs/gtk+-3.12:3[introspection]
+	>=gnome-base/gnome-desktop-3.30:3[introspection]
+	gui-libs/libhandy:1[introspection]
+	x11-libs/libnotify[introspection]
+	x11-libs/pango[introspection]
+	>=gnome-base/gsettings-desktop-schemas-40.0
+	>=gnome-base/gnome-shell-3.24
+	x11-wm/mutter
+"
+BDEPEND=">=sys-devel/gettext-0.19.8"
+
+src_install() {
+	meson_src_install
+	python_optimize
+	python_fix_shebang "${ED}"/usr/bin/
+}
+
+pkg_postinst() {
+	xdg_pkg_postinst
+	gnome2_schemas_update
+}
+
+pkg_postrm() {
+	xdg_pkg_postrm
+	gnome2_schemas_update
+}


             reply	other threads:[~2024-03-17 21:37 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-17 21:37 Mart Raudsepp [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-23  8:36 [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-tweaks/ Pacho Ramos
2024-07-17 12:12 Pacho Ramos
2024-07-17 12:12 Pacho Ramos
2024-05-06  7:09 Mart Raudsepp
2024-05-01 23:18 Ionen Wolkens
2024-03-09 22:59 Mart Raudsepp
2024-02-18  6:09 Arthur Zamarin
2024-01-08  7:03 Sam James
2023-10-08 11:51 Pacho Ramos
2023-07-18 22:04 Matt Turner
2022-10-30 22:29 Matt Turner
2022-10-12  1:35 Matt Turner
2022-05-28  5:45 Sam James
2022-03-05 19:28 Matt Turner
2021-11-13 14:28 Mart Raudsepp
2021-07-11  9:23 Mart Raudsepp
2021-07-10  6:33 Mart Raudsepp
2021-07-08 17:35 Matt Turner
2021-06-04  3:12 Matt Turner
2021-04-16  3:41 Matt Turner
2021-04-15 15:36 Matt Turner
2021-04-15  5:25 Sam James
2021-04-14 18:51 Mikle Kolyada
2021-02-25 12:02 Ben Kohler
2020-06-02  7:41 Mart Raudsepp
2020-06-01 20:30 Michał Górny
2020-04-25 21:14 Mart Raudsepp
2020-02-09 16:25 Michał Górny
2019-12-23 22:02 Mart Raudsepp
2019-09-29 16:16 Pacho Ramos
2019-08-05 23:12 Aaron Bauman
2019-03-17  9:16 Mart Raudsepp
2019-03-06 11:07 Mart Raudsepp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1710711385.63d09ada2919ebda1641b559a3eba76795f155d2.leio@gentoo \
    --to=leio@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox