Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-tweaks/, gnome-extra/gnome-tweaks/files/
Date: Sat, 30 Mar 2019 22:50:28
Message-Id: 1553985399.3c89fd99caa742a2c17a5188e79427dd0fe25f18.leio@gentoo
1 commit: 3c89fd99caa742a2c17a5188e79427dd0fe25f18
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 30 22:36:39 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 30 22:36:39 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c89fd99
7
8 gnome-extra/gnome-tweaks: remove old
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 gnome-extra/gnome-tweaks/Manifest | 2 -
14 .../files/3.26.4-gentoo-cursor-themes.patch | 26 ---------
15 .../gnome-tweaks/gnome-tweaks-3.26.4-r1.ebuild | 63 ----------------------
16 .../gnome-tweaks/gnome-tweaks-3.28.1.ebuild | 49 -----------------
17 4 files changed, 140 deletions(-)
18
19 diff --git a/gnome-extra/gnome-tweaks/Manifest b/gnome-extra/gnome-tweaks/Manifest
20 index d0d8511b223..335a73cb39b 100644
21 --- a/gnome-extra/gnome-tweaks/Manifest
22 +++ b/gnome-extra/gnome-tweaks/Manifest
23 @@ -1,4 +1,2 @@
24 DIST gnome-tweak-tool-3.24.1.tar.xz 261872 BLAKE2B ce62ad4357d8f8660bbbdcd81a1190f21cf7a832853aba404bc087b8150bff8f6451902102dfe030a6eec5ce658d31f176e0d32055f25e69203fda65ce092120 SHA512 b76e9a46de07d12b586fb7326fcd51fff1565b831fe8f4d1ab4bbefe36450b5d2cb7c7a168922960894ba57ac9bd412afa61973c034bd1b5f2b45c52eb34adcd
25 -DIST gnome-tweak-tool-3.26.4.tar.xz 253036 BLAKE2B a63d6977e7b4fb9d7e26752a95e123794daa5412ccc2f4ac1572ee1bf06730b29e5a2bd0d547dc3f8bfc1ab2c4a2d9bd72c42f9c0ff10d9bc9a23d377883562d SHA512 42828720213cf366534eabf46fa4c3e4c3f15f2310adad96a5297300c781abe62e3f59ec305e077cdd6bb5538dae3ec3487e5accecd2ce6221c388c28092c2d0
26 -DIST gnome-tweaks-3.28.1.tar.xz 268476 BLAKE2B e4bcbc218519769ece4ea266f014a59b692c6cdef8f12122a3f1dddf1748e60cbe7fd9b0f7eb32320f111b15c0a2ac09780cac53635f816107b1ca983d8ddd1a SHA512 c3d1f65012b465b428809bcd734df4de37f1530611d1bce6363067683184acfbc736b432b12834882b10aa7d0f03d4242cc51319b6f49de95eea7b7c43db90dc
27 DIST gnome-tweaks-3.30.2.tar.xz 281820 BLAKE2B cd980f77a05d74f556fe461f1dc35122efb23ab0885b84ddb71c873dd6cb424d4ae213d393b7555f8baed8eb5fb3df8afa7d9b4cb92d772ba9eed59892871bfe SHA512 183df35e8051aa1fba54ca45aca64d665f28d92c56879ff6fa60adf3809a05676db15d97d7023bf5ffb9bac33df259eb62742bee3cebeb87d8ffa39679b2c078
28
29 diff --git a/gnome-extra/gnome-tweaks/files/3.26.4-gentoo-cursor-themes.patch b/gnome-extra/gnome-tweaks/files/3.26.4-gentoo-cursor-themes.patch
30 deleted file mode 100644
31 index e7eafc8be8a..00000000000
32 --- a/gnome-extra/gnome-tweaks/files/3.26.4-gentoo-cursor-themes.patch
33 +++ /dev/null
34 @@ -1,26 +0,0 @@
35 -From 52dc5f832bbb249896f114439d7d1562e26b5e47 Mon Sep 17 00:00:00 2001
36 -From: Mart Raudsepp <leio@g.o>
37 -Date: Wed, 16 Jan 2019 04:04:16 +0200
38 -Subject: [PATCH] appearance: Look for cursors in Gentoo location too
39 -
40 ----
41 - gtweak/tweaks/tweak_group_appearance.py | 3 ++-
42 - 1 file changed, 2 insertions(+), 1 deletion(-)
43 -
44 -diff --git a/gtweak/tweaks/tweak_group_appearance.py b/gtweak/tweaks/tweak_group_appearance.py
45 -index 1a56287..83159c9 100644
46 ---- a/gtweak/tweaks/tweak_group_appearance.py
47 -+++ b/gtweak/tweaks/tweak_group_appearance.py
48 -@@ -87,7 +87,8 @@ class CursorThemeSwitcher(GSettingsComboTweak):
49 - **options)
50 -
51 - def _get_valid_cursor_themes(self):
52 -- dirs = ( os.path.join(gtweak.DATA_DIR, "icons"),
53 -+ dirs = ( os.path.join(gtweak.DATA_DIR, "cursors", "xorg-x11"),
54 -+ os.path.join(gtweak.DATA_DIR, "icons"),
55 - os.path.join(GLib.get_user_data_dir(), "icons"),
56 - os.path.join(os.path.expanduser("~"), ".icons"))
57 - valid = walk_directories(dirs, lambda d:
58 ---
59 -2.17.0
60 -
61
62 diff --git a/gnome-extra/gnome-tweaks/gnome-tweaks-3.26.4-r1.ebuild b/gnome-extra/gnome-tweaks/gnome-tweaks-3.26.4-r1.ebuild
63 deleted file mode 100644
64 index b748b2f7a31..00000000000
65 --- a/gnome-extra/gnome-tweaks/gnome-tweaks-3.26.4-r1.ebuild
66 +++ /dev/null
67 @@ -1,63 +0,0 @@
68 -# Copyright 1999-2019 Gentoo Authors
69 -# Distributed under the terms of the GNU General Public License v2
70 -
71 -EAPI=6
72 -GNOME2_LA_PUNT="yes"
73 -PYTHON_COMPAT=( python3_{4,5,6} )
74 -GNOME_ORG_MODULE="gnome-tweak-tool"
75 -
76 -inherit gnome.org meson gnome2-utils python-single-r1 xdg
77 -
78 -DESCRIPTION="Customize advanced GNOME 3 options"
79 -HOMEPAGE="https://wiki.gnome.org/Apps/Tweaks"
80 -
81 -LICENSE="GPL-3+"
82 -SLOT="0"
83 -
84 -IUSE=""
85 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
86 -
87 -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
88 -
89 -COMMON_DEPEND="
90 - ${PYTHON_DEPS}
91 -"
92 -# g-s-d, gnome-desktop, gnome-shell etc. needed at runtime for the gsettings schemas
93 -RDEPEND="${COMMON_DEPEND}
94 - >=dev-python/pygobject-3.10.2:3[${PYTHON_USEDEP}]
95 - >=gnome-base/gnome-settings-daemon-3
96 -
97 - dev-libs/glib:2
98 - >=x11-libs/gtk+-3.12:3[introspection]
99 - >=gnome-base/gnome-desktop-3.6.0.1:3[introspection]
100 - net-libs/libsoup:2.4[introspection]
101 - x11-libs/libnotify[introspection]
102 -
103 - >=gnome-base/gsettings-desktop-schemas-3.24
104 - >=gnome-base/gnome-shell-3.24
105 - x11-wm/mutter
106 - >=gnome-base/nautilus-3
107 - <gnome-base/nautilus-3.27
108 -"
109 -DEPEND="${COMMON_DEPEND}
110 - >=sys-devel/gettext-0.19.8
111 -"
112 -
113 -PATCHES=(
114 - "${FILESDIR}"/${PV}-gentoo-cursor-themes.patch # Add contents of Gentoo's cursor theme directory to cursor theme list
115 -)
116 -
117 -src_install() {
118 - meson_src_install
119 - python_fix_shebang "${ED}"/usr/bin/
120 -}
121 -
122 -pkg_postinst() {
123 - xdg_pkg_postinst
124 - gnome2_icon_cache_update
125 -}
126 -
127 -pkg_postrm() {
128 - xdg_pkg_postrm
129 - gnome2_icon_cache_update
130 -}
131
132 diff --git a/gnome-extra/gnome-tweaks/gnome-tweaks-3.28.1.ebuild b/gnome-extra/gnome-tweaks/gnome-tweaks-3.28.1.ebuild
133 deleted file mode 100644
134 index 9b0e786bdfd..00000000000
135 --- a/gnome-extra/gnome-tweaks/gnome-tweaks-3.28.1.ebuild
136 +++ /dev/null
137 @@ -1,49 +0,0 @@
138 -# Copyright 1999-2019 Gentoo Authors
139 -# Distributed under the terms of the GNU General Public License v2
140 -
141 -EAPI=6
142 -PYTHON_COMPAT=( python3_{4,5,6} )
143 -
144 -inherit gnome.org meson python-single-r1 xdg
145 -
146 -DESCRIPTION="Customize advanced GNOME 3 options"
147 -HOMEPAGE="https://wiki.gnome.org/Apps/Tweaks"
148 -
149 -LICENSE="GPL-3+ CC0-1.0"
150 -SLOT="0"
151 -
152 -IUSE=""
153 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
154 -
155 -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
156 -
157 -COMMON_DEPEND="
158 - ${PYTHON_DEPS}
159 -"
160 -# g-s-d, gnome-desktop, gnome-shell etc. needed at runtime for the gsettings schemas
161 -RDEPEND="${COMMON_DEPEND}
162 - >=dev-python/pygobject-3.10.2:3[${PYTHON_USEDEP}]
163 - >=gnome-base/gnome-settings-daemon-3
164 -
165 - dev-libs/glib:2
166 - >=x11-libs/gtk+-3.12:3[introspection]
167 - >=gnome-base/gnome-desktop-3.6.0.1:3[introspection]
168 - net-libs/libsoup:2.4[introspection]
169 - x11-libs/libnotify[introspection]
170 -
171 - >=gnome-base/gsettings-desktop-schemas-3.27.90
172 - >=gnome-base/gnome-shell-3.24
173 - x11-wm/mutter
174 -"
175 -DEPEND="${COMMON_DEPEND}
176 - >=sys-devel/gettext-0.19.8
177 -"
178 -
179 -PATCHES=(
180 - "${FILESDIR}"/${PV}-gentoo-cursor-themes.patch # Add contents of Gentoo's cursor theme directory to cursor theme list
181 -)
182 -
183 -src_install() {
184 - meson_src_install
185 - python_fix_shebang "${ED}"/usr/bin/
186 -}