Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/nemo/files/, gnome-extra/nemo/
Date: Fri, 21 Jan 2022 17:15:40
Message-Id: 1642785230.c100b29d1276c71f19cf10f58c93c30361cc2bb6.sam@gentoo
1 commit: c100b29d1276c71f19cf10f58c93c30361cc2bb6
2 Author: Matthew S. Turnbull <sparky <AT> bluefang-logic <DOT> com>
3 AuthorDate: Tue Dec 28 04:23:30 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 21 17:13:50 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c100b29d
7
8 gnome-extra/nemo: Remove old
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Matthew S. Turnbull <sparky <AT> bluefang-logic.com>
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 gnome-extra/nemo/Manifest | 1 -
15 gnome-extra/nemo/files/nemo-4.6-captions-fix.patch | 28 ------
16 gnome-extra/nemo/nemo-4.8.4-r1.ebuild | 100 ---------------------
17 3 files changed, 129 deletions(-)
18
19 diff --git a/gnome-extra/nemo/Manifest b/gnome-extra/nemo/Manifest
20 index 620418df807e..de88e15495c7 100644
21 --- a/gnome-extra/nemo/Manifest
22 +++ b/gnome-extra/nemo/Manifest
23 @@ -1,2 +1 @@
24 -DIST nemo-4.8.4.tar.gz 1464683 BLAKE2B 10945a385defdf1bdc7fac9432306e31476ec015489a5150a5b4f9d5f31977b93da6e92241ce153cd5435c789c7a6ce16d2a86002758f26fc587a33dc5343e63 SHA512 b63ee2bd85f67e7d18271032ac3d95c7446b5110b71a3236f7e8c4ccb31e2baf11912060dde36f12ed4b90491c3bb1215a0de38c419130d692c775031cc0e11e
25 DIST nemo-5.0.4.tar.gz 1487156 BLAKE2B 4ecafb315673c0939dfb2585e97957ee9d76e9621fbbece2b93d9ed10b24ec86d2c49cdd8d18ac7c8607184752fe2541508a1b626fdce763fdc8ac1b6e713e49 SHA512 e03558d336785d77c1a57d2d100906263d2015330a00d54e2cc0161d9d822740ef5c314062f90a877cee5b031b4b5caf9ebf59f22fb5e15f2e91c75bb239e488
26
27 diff --git a/gnome-extra/nemo/files/nemo-4.6-captions-fix.patch b/gnome-extra/nemo/files/nemo-4.6-captions-fix.patch
28 deleted file mode 100644
29 index 0ea0c9158ad2..000000000000
30 --- a/gnome-extra/nemo/files/nemo-4.6-captions-fix.patch
31 +++ /dev/null
32 @@ -1,28 +0,0 @@
33 -From b0c2b99b46797ca91bdba1d95fda33808174466b Mon Sep 17 00:00:00 2001
34 -From: Michael Webster <miketwebster@×××××.com>
35 -Date: Thu, 21 Jan 2021 09:41:40 -0500
36 -Subject: [PATCH] nemo-icon-canvas-item.c: restore the style context after
37 - drawing any caption text.
38 -
39 -This seemed to be causing style recalculations to accumulate over
40 -time, and particularly when changing the style for window focus
41 -in/out events. This would eventually have a huge impact on user
42 -interaction.
43 -
44 -Fixes #2472
45 ----
46 - libnemo-private/nemo-icon-canvas-item.c | 1 +
47 - 1 file changed, 1 insertion(+)
48 -
49 -diff --git a/libnemo-private/nemo-icon-canvas-item.c b/libnemo-private/nemo-icon-canvas-item.c
50 -index d1b6cbfad..b32de357d 100644
51 ---- a/libnemo-private/nemo-icon-canvas-item.c
52 -+++ b/libnemo-private/nemo-icon-canvas-item.c
53 -@@ -1143,6 +1143,7 @@ draw_label_text (NemoIconCanvasItem *item,
54 - gtk_render_layout (context, cr,
55 - x, text_rect.y0 + details->editable_text_height + LABEL_LINE_SPACING + TEXT_TOP_GAP,
56 - additional_layout);
57 -+ gtk_style_context_restore (context);
58 - }
59 -
60 - if (item->details->is_highlighted_as_keyboard_focus) {
61
62 diff --git a/gnome-extra/nemo/nemo-4.8.4-r1.ebuild b/gnome-extra/nemo/nemo-4.8.4-r1.ebuild
63 deleted file mode 100644
64 index f3d71f05f38e..000000000000
65 --- a/gnome-extra/nemo/nemo-4.8.4-r1.ebuild
66 +++ /dev/null
67 @@ -1,100 +0,0 @@
68 -# Copyright 1999-2021 Gentoo Authors
69 -# Distributed under the terms of the GNU General Public License v2
70 -
71 -EAPI=7
72 -
73 -PYTHON_COMPAT=( python3_{7,8,9} )
74 -
75 -inherit meson gnome2-utils python-single-r1 virtualx xdg
76 -
77 -DESCRIPTION="A file manager for Cinnamon, forked from Nautilus"
78 -HOMEPAGE="https://projects.linuxmint.com/cinnamon/ https://github.com/linuxmint/nemo"
79 -SRC_URI="https://github.com/linuxmint/nemo/archive/${PV}.tar.gz -> ${P}.tar.gz"
80 -
81 -LICENSE="GPL-2+ LGPL-2+ FDL-1.1"
82 -SLOT="0"
83 -KEYWORDS="amd64 ~arm64 x86"
84 -IUSE="doc exif +nls selinux test tracker xmp"
85 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
86 -
87 -# https://github.com/linuxmint/nemo/issues/2501
88 -RESTRICT="test"
89 -
90 -COMMON_DEPEND="
91 - ${PYTHON_DEPS}
92 - >=dev-libs/glib-2.45.7:2[dbus]
93 - >=dev-libs/gobject-introspection-0.9.12:=
94 - >=dev-libs/libxml2-2.7.8:2
95 - gnome-base/dconf:0=
96 - >=gnome-extra/cinnamon-desktop-4.8:0=
97 - >=x11-libs/gtk+-3.10.0:3[introspection]
98 - >=x11-libs/libnotify-0.7:=
99 - x11-libs/libX11
100 - >=x11-libs/pango-1.40.0
101 - >=x11-libs/xapps-2.0.5
102 -
103 - exif? ( >=media-libs/libexif-0.6.20:= )
104 - selinux? ( sys-libs/libselinux )
105 - tracker? ( >=app-misc/tracker-2.0:0= )
106 - xmp? ( >=media-libs/exempi-2.2.0:= )
107 -"
108 -RDEPEND="
109 - ${COMMON_DEPEND}
110 - $(python_gen_cond_dep '
111 - dev-python/pygobject:3[${PYTHON_USEDEP}]
112 - ')
113 - x11-themes/adwaita-icon-theme
114 -
115 - nls? ( >=gnome-extra/cinnamon-translations-4.8 )
116 -"
117 -PDEPEND="
118 - >=gnome-base/gvfs-0.1.2
119 -"
120 -DEPEND="
121 - ${COMMON_DEPEND}
122 - x11-base/xorg-proto
123 -"
124 -BDEPEND="
125 - >=dev-util/gdbus-codegen-2.31.0
126 - >=dev-util/intltool-0.40.1
127 - sys-devel/gettext
128 - virtual/pkgconfig
129 -
130 - doc? ( dev-util/gtk-doc )
131 -"
132 -
133 -PATCHES=(
134 - # Fix performance regression when icon captions enabled.
135 - # https://github.com/linuxmint/nemo/issues/2472
136 - "${FILESDIR}/${PN}-4.6-captions-fix.patch"
137 -)
138 -
139 -src_prepare() {
140 - default
141 - python_fix_shebang files/usr/share/nemo/actions install-scripts
142 -}
143 -
144 -src_configure() {
145 - local emesonargs=(
146 - $(meson_use exif)
147 - $(meson_use tracker)
148 - $(meson_use xmp)
149 - $(meson_use selinux)
150 - $(meson_use doc gtk_doc)
151 - )
152 - meson_src_configure
153 -}
154 -
155 -src_test() {
156 - virtx meson_src_test
157 -}
158 -
159 -pkg_postinst() {
160 - xdg_pkg_postinst
161 - gnome2_schemas_update
162 -}
163 -
164 -pkg_postrm() {
165 - xdg_pkg_postrm
166 - gnome2_schemas_update
167 -}