summaryrefslogtreecommitdiff
path: root/gnome-extra/gnome-tweaks/gnome-tweaks-3.24.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-extra/gnome-tweaks/gnome-tweaks-3.24.1.ebuild')
-rw-r--r--gnome-extra/gnome-tweaks/gnome-tweaks-3.24.1.ebuild72
1 files changed, 0 insertions, 72 deletions
diff --git a/gnome-extra/gnome-tweaks/gnome-tweaks-3.24.1.ebuild b/gnome-extra/gnome-tweaks/gnome-tweaks-3.24.1.ebuild
deleted file mode 100644
index feea9ecd2d8c..000000000000
--- a/gnome-extra/gnome-tweaks/gnome-tweaks-3.24.1.ebuild
+++ /dev/null
@@ -1,72 +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=( python2_7 )
-GNOME_ORG_MODULE="gnome-tweak-tool"
-
-inherit gnome2 python-r1
-
-DESCRIPTION="Tool to customize GNOME 3 options"
-HOMEPAGE="https://wiki.gnome.org/Apps/Tweaks"
-
-LICENSE="GPL-2+"
-SLOT="0"
-
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 x86"
-
-COMMON_DEPEND="
- ${PYTHON_DEPS}
- dev-libs/glib:2[dbus]
- >=dev-python/pygobject-3.10.2:3[${PYTHON_USEDEP}]
- >=gnome-base/gsettings-desktop-schemas-3.23.3
-"
-# g-s-d, gnome-desktop, gnome-shell etc. needed at runtime for the gsettings schemas
-RDEPEND="${COMMON_DEPEND}
- >=gnome-base/gnome-desktop-3.6.0.1:3=[introspection]
- >=x11-libs/gtk+-3.12:3[introspection]
-
- net-libs/libsoup:2.4[introspection]
- x11-libs/libnotify[introspection]
-
- >=gnome-base/gnome-settings-daemon-3
- >=gnome-base/gnome-shell-3.24
- >=gnome-base/nautilus-3
- <gnome-base/nautilus-3.27
-"
-DEPEND="${COMMON_DEPEND}
- >=dev-util/intltool-0.40.0
- virtual/pkgconfig
-"
-
-src_prepare() {
- # Add contents of Gentoo's cursor theme directory to cursor theme list
- eapply "${FILESDIR}/3.10.1-gentoo-cursor-themes.patch"
-
- gnome2_src_prepare
- python_copy_sources
-}
-
-src_configure() {
- python_foreach_impl run_in_build_dir gnome2_src_configure
-}
-
-src_compile() {
- python_foreach_impl run_in_build_dir gnome2_src_compile
-}
-
-src_test() {
- python_foreach_impl run_in_build_dir default
-}
-
-src_install() {
- install_python() {
- gnome2_src_install
- python_doscript gnome-tweak-tool || die
- }
- python_foreach_impl run_in_build_dir install_python
-}