From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-tweaks/
Date: Tue, 18 Jul 2023 22:04:46 +0000 (UTC) [thread overview]
Message-ID: <1689717881.cf86340152c1b0456b65ed7e6887976b5712d7ca.mattst88@gentoo> (raw)
commit: cf86340152c1b0456b65ed7e6887976b5712d7ca
Author: fcanlnony <76856769+fcanlnony <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Wed Jan 25 08:49:12 2023 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Jul 18 22:04:41 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf863401
gnome-extra/gnome-tweaks: Version bump to 42_beta
Signed-off-by: fcanlnony <76856769+fcanlnony <AT> users.noreply.github.com>
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
| 1 +
.../gnome-tweaks/gnome-tweaks-42_beta.ebuild | 54 ++++++++++++++++++++++
2 files changed, 55 insertions(+)
--git a/gnome-extra/gnome-tweaks/Manifest b/gnome-extra/gnome-tweaks/Manifest
index cc8eeb239175..0d1c52c6fead 100644
--- a/gnome-extra/gnome-tweaks/Manifest
+++ b/gnome-extra/gnome-tweaks/Manifest
@@ -1 +1,2 @@
DIST gnome-tweaks-40.10.tar.xz 251712 BLAKE2B 7e9e04b86ffcff25cafd2a6dfc0c7be14c8caa4ae003369c34ed2c40c36ce857b05de9994f7c2187cbdd535f464b92f782ec91b835318c2b5d2219ad817fbe56 SHA512 1247933ad2f93bd7817af367d715468591840df4840d45641033ca19ea26c64239828ba3e24fafb8694014a98024b911266c314172ba8e37d6c4165e7e6e8a29
+DIST gnome-tweaks-42.beta.tar.xz 250480 BLAKE2B a9ff92c9927faad54128b969587a3e074bc9bc94a57d454f72807b7cadfa7fe15992c1370c4c9957c0f816aff73c9e432624060d5dacadffa067d6cdce6d0899 SHA512 f641d62891efd8f198f520fd467e6b3c73540e54a506d07a4a4578ae793d273ee76844f5da7581c3562c6cfeb5bcb6e2d86b49db5f7a09d506e6d17fe6b32a14
diff --git a/gnome-extra/gnome-tweaks/gnome-tweaks-42_beta.ebuild b/gnome-extra/gnome-tweaks/gnome-tweaks-42_beta.ebuild
new file mode 100644
index 000000000000..8190cc2f881f
--- /dev/null
+++ b/gnome-extra/gnome-tweaks/gnome-tweaks-42_beta.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 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 ~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
+}
next reply other threads:[~2023-07-18 22:04 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-18 22:04 Matt Turner [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-17 21:37 Mart Raudsepp
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
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=1689717881.cf86340152c1b0456b65ed7e6887976b5712d7ca.mattst88@gentoo \
--to=mattst88@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