summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2019-03-31 00:36:39 +0200
committerMart Raudsepp <leio@gentoo.org>2019-03-31 00:36:39 +0200
commit3c89fd99caa742a2c17a5188e79427dd0fe25f18 (patch)
tree479d68ddbb13bfa683182361bc5fb8b475308f85 /gnome-extra
parentgnome-extra/gnome-system-monitor: remove old (diff)
downloadgentoo-3c89fd99caa742a2c17a5188e79427dd0fe25f18.tar.gz
gentoo-3c89fd99caa742a2c17a5188e79427dd0fe25f18.tar.bz2
gentoo-3c89fd99caa742a2c17a5188e79427dd0fe25f18.zip
gnome-extra/gnome-tweaks: remove old
Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'gnome-extra')
-rw-r--r--gnome-extra/gnome-tweaks/Manifest2
-rw-r--r--gnome-extra/gnome-tweaks/files/3.26.4-gentoo-cursor-themes.patch26
-rw-r--r--gnome-extra/gnome-tweaks/gnome-tweaks-3.26.4-r1.ebuild63
-rw-r--r--gnome-extra/gnome-tweaks/gnome-tweaks-3.28.1.ebuild49
4 files changed, 0 insertions, 140 deletions
diff --git a/gnome-extra/gnome-tweaks/Manifest b/gnome-extra/gnome-tweaks/Manifest
index d0d8511b2237..335a73cb39b5 100644
--- a/gnome-extra/gnome-tweaks/Manifest
+++ b/gnome-extra/gnome-tweaks/Manifest
@@ -1,4 +1,2 @@
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/files/3.26.4-gentoo-cursor-themes.patch b/gnome-extra/gnome-tweaks/files/3.26.4-gentoo-cursor-themes.patch
deleted file mode 100644
index e7eafc8be8ab..000000000000
--- a/gnome-extra/gnome-tweaks/files/3.26.4-gentoo-cursor-themes.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 52dc5f832bbb249896f114439d7d1562e26b5e47 Mon Sep 17 00:00:00 2001
-From: Mart Raudsepp <leio@gentoo.org>
-Date: Wed, 16 Jan 2019 04:04:16 +0200
-Subject: [PATCH] appearance: Look for cursors in Gentoo location too
-
----
- gtweak/tweaks/tweak_group_appearance.py | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/gtweak/tweaks/tweak_group_appearance.py b/gtweak/tweaks/tweak_group_appearance.py
-index 1a56287..83159c9 100644
---- a/gtweak/tweaks/tweak_group_appearance.py
-+++ b/gtweak/tweaks/tweak_group_appearance.py
-@@ -87,7 +87,8 @@ class CursorThemeSwitcher(GSettingsComboTweak):
- **options)
-
- def _get_valid_cursor_themes(self):
-- dirs = ( os.path.join(gtweak.DATA_DIR, "icons"),
-+ dirs = ( os.path.join(gtweak.DATA_DIR, "cursors", "xorg-x11"),
-+ os.path.join(gtweak.DATA_DIR, "icons"),
- os.path.join(GLib.get_user_data_dir(), "icons"),
- os.path.join(os.path.expanduser("~"), ".icons"))
- valid = walk_directories(dirs, lambda d:
---
-2.17.0
-
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
deleted file mode 100644
index b748b2f7a314..000000000000
--- a/gnome-extra/gnome-tweaks/gnome-tweaks-3.26.4-r1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python3_{4,5,6} )
-GNOME_ORG_MODULE="gnome-tweak-tool"
-
-inherit gnome.org meson gnome2-utils python-single-r1 xdg
-
-DESCRIPTION="Customize advanced GNOME 3 options"
-HOMEPAGE="https://wiki.gnome.org/Apps/Tweaks"
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
-
-COMMON_DEPEND="
- ${PYTHON_DEPS}
-"
-# g-s-d, gnome-desktop, gnome-shell etc. needed at runtime for the gsettings schemas
-RDEPEND="${COMMON_DEPEND}
- >=dev-python/pygobject-3.10.2:3[${PYTHON_USEDEP}]
- >=gnome-base/gnome-settings-daemon-3
-
- dev-libs/glib:2
- >=x11-libs/gtk+-3.12:3[introspection]
- >=gnome-base/gnome-desktop-3.6.0.1:3[introspection]
- net-libs/libsoup:2.4[introspection]
- x11-libs/libnotify[introspection]
-
- >=gnome-base/gsettings-desktop-schemas-3.24
- >=gnome-base/gnome-shell-3.24
- x11-wm/mutter
- >=gnome-base/nautilus-3
- <gnome-base/nautilus-3.27
-"
-DEPEND="${COMMON_DEPEND}
- >=sys-devel/gettext-0.19.8
-"
-
-PATCHES=(
- "${FILESDIR}"/${PV}-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/
-}
-
-pkg_postinst() {
- xdg_pkg_postinst
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_pkg_postrm
- gnome2_icon_cache_update
-}
diff --git a/gnome-extra/gnome-tweaks/gnome-tweaks-3.28.1.ebuild b/gnome-extra/gnome-tweaks/gnome-tweaks-3.28.1.ebuild
deleted file mode 100644
index 9b0e786bdfda..000000000000
--- a/gnome-extra/gnome-tweaks/gnome-tweaks-3.28.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# 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}
-"
-# g-s-d, gnome-desktop, gnome-shell etc. needed at runtime for the gsettings schemas
-RDEPEND="${COMMON_DEPEND}
- >=dev-python/pygobject-3.10.2:3[${PYTHON_USEDEP}]
- >=gnome-base/gnome-settings-daemon-3
-
- dev-libs/glib:2
- >=x11-libs/gtk+-3.12:3[introspection]
- >=gnome-base/gnome-desktop-3.6.0.1:3[introspection]
- net-libs/libsoup:2.4[introspection]
- x11-libs/libnotify[introspection]
-
- >=gnome-base/gsettings-desktop-schemas-3.27.90
- >=gnome-base/gnome-shell-3.24
- x11-wm/mutter
-"
-DEPEND="${COMMON_DEPEND}
- >=sys-devel/gettext-0.19.8
-"
-
-PATCHES=(
- "${FILESDIR}"/${PV}-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/
-}