diff options
author | Mart Raudsepp <leio@gentoo.org> | 2020-06-02 10:38:27 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-06-02 10:38:27 +0300 |
commit | 36db9ac2394ae89c4f03a6862c7e0acf361412a5 (patch) | |
tree | a2160ea68184a68dd123472fde7451da3965fb5f /gnome-extra | |
parent | games-puzzle/quadrapassel: remove old (diff) | |
download | gentoo-36db9ac2394ae89c4f03a6862c7e0acf361412a5.tar.gz gentoo-36db9ac2394ae89c4f03a6862c7e0acf361412a5.tar.bz2 gentoo-36db9ac2394ae89c4f03a6862c7e0acf361412a5.zip |
gnome-extra/gnome-tweaks: remove old
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/gnome-tweaks/Manifest | 1 | ||||
-rw-r--r-- | gnome-extra/gnome-tweaks/gnome-tweaks-3.32.0-r1.ebuild | 51 |
2 files changed, 0 insertions, 52 deletions
diff --git a/gnome-extra/gnome-tweaks/Manifest b/gnome-extra/gnome-tweaks/Manifest index 9f0b2f95bc7c..3fb7e7f2d141 100644 --- a/gnome-extra/gnome-tweaks/Manifest +++ b/gnome-extra/gnome-tweaks/Manifest @@ -1,2 +1 @@ -DIST gnome-tweaks-3.32.0.tar.xz 241492 BLAKE2B f3c0a25b39726600fc5d53d8d3c343dbcde594642a87fc56dd3fff9b88a3498e0f283568a944fc37445c138201db1f280222eb1161f5b8351c566537404cde5e SHA512 8107e9d2b33ac6c46e8d0076b27a1c3a84e1721e49a6b80da28fe854f6f4f6693bc7f7e836c54d39bafec79dcee8a6e2b2962580a77d7d01bfc06c6d11206d8f DIST gnome-tweaks-3.34.0.tar.xz 246592 BLAKE2B 8701b03f64bf6b779f6f96de25684602447b4da8f2714cb38f866e5016532aad3283f3dc217b29161534958c03e72aed33c0803e60681a3616818d037c23e5e8 SHA512 1d2b21a31550d4b48afd02a9fcfb9844eacac7aa726ef624abcb40225af31da29b34e9032b3bb2943e5cb5f7553a6f931467d04bfbc2b026732e6bdcb86eb840 diff --git a/gnome-extra/gnome-tweaks/gnome-tweaks-3.32.0-r1.ebuild b/gnome-extra/gnome-tweaks/gnome-tweaks-3.32.0-r1.ebuild deleted file mode 100644 index 9fd3cac37c4e..000000000000 --- a/gnome-extra/gnome-tweaks/gnome-tweaks-3.32.0-r1.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) - -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="amd64 ~arm ~arm64 ~ppc ~ppc64 x86" - -COMMON_DEPEND=" - ${PYTHON_DEPS} -" -# See README.md for list of deps -RDEPEND="${COMMON_DEPEND} - $(python_gen_cond_dep ' - >=dev-python/pygobject-3.10.2:3[${PYTHON_MULTI_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}" -BDEPEND=">=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/ -} |