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 2019 09:16:05 +0000 (UTC) [thread overview]
Message-ID: <1552813837.cac9c566cd523e8cff827d28178083df09c9608f.leio@gentoo> (raw)
commit: cac9c566cd523e8cff827d28178083df09c9608f
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 16 23:19:52 2019 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Mar 17 09:10:37 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cac9c566
gnome-extra/gnome-tweaks: bump to 3.30.2
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
| 1 +
.../gnome-tweaks/gnome-tweaks-3.30.2.ebuild | 50 ++++++++++++++++++++++
2 files changed, 51 insertions(+)
--git a/gnome-extra/gnome-tweaks/Manifest b/gnome-extra/gnome-tweaks/Manifest
index 75c405b9672..d0d8511b223 100644
--- a/gnome-extra/gnome-tweaks/Manifest
+++ b/gnome-extra/gnome-tweaks/Manifest
@@ -1,3 +1,4 @@
DIST gnome-tweak-tool-3.24.1.tar.xz 261872 BLAKE2B ce62ad4357d8f8660bbbdcd81a1190f21cf7a832853aba404bc087b8150bff8f6451902102dfe030a6eec5ce658d31f176e0d32055f25e69203fda65ce092120 SHA512 b76e9a46de07d12b586fb7326fcd51fff1565b831fe8f4d1ab4bbefe36450b5d2cb7c7a168922960894ba57ac9bd412afa61973c034bd1b5f2b45c52eb34adcd
DIST gnome-tweak-tool-3.26.4.tar.xz 253036 BLAKE2B a63d6977e7b4fb9d7e26752a95e123794daa5412ccc2f4ac1572ee1bf06730b29e5a2bd0d547dc3f8bfc1ab2c4a2d9bd72c42f9c0ff10d9bc9a23d377883562d SHA512 42828720213cf366534eabf46fa4c3e4c3f15f2310adad96a5297300c781abe62e3f59ec305e077cdd6bb5538dae3ec3487e5accecd2ce6221c388c28092c2d0
DIST gnome-tweaks-3.28.1.tar.xz 268476 BLAKE2B e4bcbc218519769ece4ea266f014a59b692c6cdef8f12122a3f1dddf1748e60cbe7fd9b0f7eb32320f111b15c0a2ac09780cac53635f816107b1ca983d8ddd1a SHA512 c3d1f65012b465b428809bcd734df4de37f1530611d1bce6363067683184acfbc736b432b12834882b10aa7d0f03d4242cc51319b6f49de95eea7b7c43db90dc
+DIST gnome-tweaks-3.30.2.tar.xz 281820 BLAKE2B cd980f77a05d74f556fe461f1dc35122efb23ab0885b84ddb71c873dd6cb424d4ae213d393b7555f8baed8eb5fb3df8afa7d9b4cb92d772ba9eed59892871bfe SHA512 183df35e8051aa1fba54ca45aca64d665f28d92c56879ff6fa60adf3809a05676db15d97d7023bf5ffb9bac33df259eb62742bee3cebeb87d8ffa39679b2c078
diff --git a/gnome-extra/gnome-tweaks/gnome-tweaks-3.30.2.ebuild b/gnome-extra/gnome-tweaks/gnome-tweaks-3.30.2.ebuild
new file mode 100644
index 00000000000..926efdb349c
--- /dev/null
+++ b/gnome-extra/gnome-tweaks/gnome-tweaks-3.30.2.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python3_{4,5,6} )
+
+inherit gnome.org meson python-single-r1 xdg
+
+DESCRIPTION="Customize advanced GNOME 3 options"
+HOMEPAGE="https://wiki.gnome.org/Apps/Tweaks"
+
+LICENSE="GPL-3+ CC0-1.0"
+SLOT="0"
+
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
+
+COMMON_DEPEND="
+ ${PYTHON_DEPS}
+"
+# See README.md for list of deps
+RDEPEND="${COMMON_DEPEND}
+ >=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]
+ net-libs/libsoup:2.4[introspection]
+ x11-libs/libnotify[introspection]
+
+ >=gnome-base/gsettings-desktop-schemas-3.28
+ >=gnome-base/gnome-shell-3.24
+ x11-wm/mutter
+"
+DEPEND="${COMMON_DEPEND}
+ >=sys-devel/gettext-0.19.8
+"
+
+PATCHES=(
+ "${FILESDIR}"/3.28.1-gentoo-cursor-themes.patch # Add contents of Gentoo's cursor theme directory to cursor theme list
+)
+
+src_install() {
+ meson_src_install
+ python_fix_shebang "${ED}"/usr/bin/
+}
next reply other threads:[~2019-03-17 9:16 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-17 9:16 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-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
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-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=1552813837.cac9c566cd523e8cff827d28178083df09c9608f.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