summaryrefslogtreecommitdiff
path: root/gnome-extra/gnome-tweaks/gnome-tweaks-3.26.4-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-extra/gnome-tweaks/gnome-tweaks-3.26.4-r1.ebuild')
-rw-r--r--gnome-extra/gnome-tweaks/gnome-tweaks-3.26.4-r1.ebuild63
1 files changed, 0 insertions, 63 deletions
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
-}