diff options
author | Matthew S. Turnbull <sparky@bluefang-logic.com> | 2021-12-27 23:23:30 -0500 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-21 17:13:50 +0000 |
commit | c100b29d1276c71f19cf10f58c93c30361cc2bb6 (patch) | |
tree | 1e92fcb2dc5c88095da0ffded13c58e1764383e1 /gnome-extra | |
parent | gnome-extra/cinnamon-screensaver: Remove old (diff) | |
download | gentoo-c100b29d1276c71f19cf10f58c93c30361cc2bb6.tar.gz gentoo-c100b29d1276c71f19cf10f58c93c30361cc2bb6.tar.bz2 gentoo-c100b29d1276c71f19cf10f58c93c30361cc2bb6.zip |
gnome-extra/nemo: Remove old
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Matthew S. Turnbull <sparky@bluefang-logic.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/nemo/Manifest | 1 | ||||
-rw-r--r-- | gnome-extra/nemo/files/nemo-4.6-captions-fix.patch | 28 | ||||
-rw-r--r-- | gnome-extra/nemo/nemo-4.8.4-r1.ebuild | 100 |
3 files changed, 0 insertions, 129 deletions
diff --git a/gnome-extra/nemo/Manifest b/gnome-extra/nemo/Manifest index 620418df807e..de88e15495c7 100644 --- a/gnome-extra/nemo/Manifest +++ b/gnome-extra/nemo/Manifest @@ -1,2 +1 @@ -DIST nemo-4.8.4.tar.gz 1464683 BLAKE2B 10945a385defdf1bdc7fac9432306e31476ec015489a5150a5b4f9d5f31977b93da6e92241ce153cd5435c789c7a6ce16d2a86002758f26fc587a33dc5343e63 SHA512 b63ee2bd85f67e7d18271032ac3d95c7446b5110b71a3236f7e8c4ccb31e2baf11912060dde36f12ed4b90491c3bb1215a0de38c419130d692c775031cc0e11e DIST nemo-5.0.4.tar.gz 1487156 BLAKE2B 4ecafb315673c0939dfb2585e97957ee9d76e9621fbbece2b93d9ed10b24ec86d2c49cdd8d18ac7c8607184752fe2541508a1b626fdce763fdc8ac1b6e713e49 SHA512 e03558d336785d77c1a57d2d100906263d2015330a00d54e2cc0161d9d822740ef5c314062f90a877cee5b031b4b5caf9ebf59f22fb5e15f2e91c75bb239e488 diff --git a/gnome-extra/nemo/files/nemo-4.6-captions-fix.patch b/gnome-extra/nemo/files/nemo-4.6-captions-fix.patch deleted file mode 100644 index 0ea0c9158ad2..000000000000 --- a/gnome-extra/nemo/files/nemo-4.6-captions-fix.patch +++ /dev/null @@ -1,28 +0,0 @@ -From b0c2b99b46797ca91bdba1d95fda33808174466b Mon Sep 17 00:00:00 2001 -From: Michael Webster <miketwebster@gmail.com> -Date: Thu, 21 Jan 2021 09:41:40 -0500 -Subject: [PATCH] nemo-icon-canvas-item.c: restore the style context after - drawing any caption text. - -This seemed to be causing style recalculations to accumulate over -time, and particularly when changing the style for window focus -in/out events. This would eventually have a huge impact on user -interaction. - -Fixes #2472 ---- - libnemo-private/nemo-icon-canvas-item.c | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/libnemo-private/nemo-icon-canvas-item.c b/libnemo-private/nemo-icon-canvas-item.c -index d1b6cbfad..b32de357d 100644 ---- a/libnemo-private/nemo-icon-canvas-item.c -+++ b/libnemo-private/nemo-icon-canvas-item.c -@@ -1143,6 +1143,7 @@ draw_label_text (NemoIconCanvasItem *item, - gtk_render_layout (context, cr, - x, text_rect.y0 + details->editable_text_height + LABEL_LINE_SPACING + TEXT_TOP_GAP, - additional_layout); -+ gtk_style_context_restore (context); - } - - if (item->details->is_highlighted_as_keyboard_focus) { diff --git a/gnome-extra/nemo/nemo-4.8.4-r1.ebuild b/gnome-extra/nemo/nemo-4.8.4-r1.ebuild deleted file mode 100644 index f3d71f05f38e..000000000000 --- a/gnome-extra/nemo/nemo-4.8.4-r1.ebuild +++ /dev/null @@ -1,100 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9} ) - -inherit meson gnome2-utils python-single-r1 virtualx xdg - -DESCRIPTION="A file manager for Cinnamon, forked from Nautilus" -HOMEPAGE="https://projects.linuxmint.com/cinnamon/ https://github.com/linuxmint/nemo" -SRC_URI="https://github.com/linuxmint/nemo/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2+ LGPL-2+ FDL-1.1" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" -IUSE="doc exif +nls selinux test tracker xmp" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -# https://github.com/linuxmint/nemo/issues/2501 -RESTRICT="test" - -COMMON_DEPEND=" - ${PYTHON_DEPS} - >=dev-libs/glib-2.45.7:2[dbus] - >=dev-libs/gobject-introspection-0.9.12:= - >=dev-libs/libxml2-2.7.8:2 - gnome-base/dconf:0= - >=gnome-extra/cinnamon-desktop-4.8:0= - >=x11-libs/gtk+-3.10.0:3[introspection] - >=x11-libs/libnotify-0.7:= - x11-libs/libX11 - >=x11-libs/pango-1.40.0 - >=x11-libs/xapps-2.0.5 - - exif? ( >=media-libs/libexif-0.6.20:= ) - selinux? ( sys-libs/libselinux ) - tracker? ( >=app-misc/tracker-2.0:0= ) - xmp? ( >=media-libs/exempi-2.2.0:= ) -" -RDEPEND=" - ${COMMON_DEPEND} - $(python_gen_cond_dep ' - dev-python/pygobject:3[${PYTHON_USEDEP}] - ') - x11-themes/adwaita-icon-theme - - nls? ( >=gnome-extra/cinnamon-translations-4.8 ) -" -PDEPEND=" - >=gnome-base/gvfs-0.1.2 -" -DEPEND=" - ${COMMON_DEPEND} - x11-base/xorg-proto -" -BDEPEND=" - >=dev-util/gdbus-codegen-2.31.0 - >=dev-util/intltool-0.40.1 - sys-devel/gettext - virtual/pkgconfig - - doc? ( dev-util/gtk-doc ) -" - -PATCHES=( - # Fix performance regression when icon captions enabled. - # https://github.com/linuxmint/nemo/issues/2472 - "${FILESDIR}/${PN}-4.6-captions-fix.patch" -) - -src_prepare() { - default - python_fix_shebang files/usr/share/nemo/actions install-scripts -} - -src_configure() { - local emesonargs=( - $(meson_use exif) - $(meson_use tracker) - $(meson_use xmp) - $(meson_use selinux) - $(meson_use doc gtk_doc) - ) - meson_src_configure -} - -src_test() { - virtx meson_src_test -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_schemas_update -} |