Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/filemanager-actions/, gnome-extra/filemanager-actions/files/
Date: Mon, 09 May 2022 22:10:34
Message-Id: 1652134157.b30bbc693f285a2c2f8a86fb1ff517f6121565bc.mattst88@gentoo
1 commit: b30bbc693f285a2c2f8a86fb1ff517f6121565bc
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 8 18:10:12 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon May 9 22:09:17 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b30bbc69
7
8 gnome-extra/filemanager-actions: Remove
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 gnome-extra/filemanager-actions/Manifest | 1 -
13 .../filemanager-actions-3.4.ebuild | 70 ----------------------
14 .../files/fix-desktop-file.patch | 27 ---------
15 .../filemanager-actions/files/fix-help-file.patch | 27 ---------
16 gnome-extra/filemanager-actions/metadata.xml | 13 ----
17 5 files changed, 138 deletions(-)
18
19 diff --git a/gnome-extra/filemanager-actions/Manifest b/gnome-extra/filemanager-actions/Manifest
20 deleted file mode 100644
21 index 3e3cc6c9129c..000000000000
22 --- a/gnome-extra/filemanager-actions/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST filemanager-actions-3.4.tar.xz 3280320 BLAKE2B 140da4441c4408b57ee0e5de04a792b7376eb89e77ea6132b679058af117149f69c1dca0b614f1dd1153f5663b867859d98036bfc3d9b9d313453f1b4ee1510e SHA512 05e47832e5d97a664be617c7ad998ac94022f272369b7d23704f3f809e72f21b5087653ecccda663cca2c61553ebc3d009742004b2c59d3c99af92fa39af2010
26
27 diff --git a/gnome-extra/filemanager-actions/filemanager-actions-3.4.ebuild b/gnome-extra/filemanager-actions/filemanager-actions-3.4.ebuild
28 deleted file mode 100644
29 index 397e5f5cdc0e..000000000000
30 --- a/gnome-extra/filemanager-actions/filemanager-actions-3.4.ebuild
31 +++ /dev/null
32 @@ -1,70 +0,0 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -GNOME2_LA_PUNT="yes"
38 -
39 -inherit gnome2
40 -
41 -DESCRIPTION="File manager extension which offers user configurable context menu actions"
42 -HOMEPAGE="https://gitlab.gnome.org/GNOME/filemanager-actions"
43 -
44 -LICENSE="GPL-2+ FDL-1.3"
45 -SLOT="3"
46 -KEYWORDS="amd64 x86"
47 -IUSE="caja +nautilus nemo"
48 -REQUIRED_USE="|| ( caja nautilus nemo )"
49 -
50 -RDEPEND="
51 - >=x11-libs/gtk+-3.4.1:3
52 - >=dev-libs/glib-2.32.1:2
53 - >=gnome-base/libgtop-2.28.4:2
54 - >=dev-libs/libxml2-2.7.8:2
55 - sys-apps/util-linux
56 - nautilus? ( >=gnome-base/nautilus-3.4.1 )
57 - nemo? ( >=gnome-extra/nemo-1.8 )
58 - caja? ( >=mate-base/caja-1.16.0 )
59 - x11-libs/gdk-pixbuf:2
60 -"
61 -DEPEND="${RDEPEND}
62 - app-text/gnome-doc-utils
63 - dev-util/gdbus-codegen
64 - >=dev-util/intltool-0.50.2
65 - virtual/pkgconfig
66 -"
67 -
68 -PATCHES=(
69 - "${FILESDIR}"/fix-desktop-file.patch
70 - "${FILESDIR}"/fix-help-file.patch
71 -)
72 -
73 -src_prepare() {
74 - # install docs in /usr/share/doc/${PF}, not ${P}
75 - sed -i -e "s:/doc/@PACKAGE@-@VERSION@:/doc/${PF}:g" \
76 - Makefile.{am,in} \
77 - docs/Makefile.{am,in} \
78 - docs/manual/Makefile.{am,in} || die
79 - # Don't install HTML manual, there's already ghelp manual in /usr/share/gnome/help, opened in yelp via F1
80 - sed -i -e "s|install-data-local: install-manuals|install-data-local:|g" docs/manual/Makefile.{am,in} || die
81 - gnome2_src_prepare
82 -}
83 -
84 -src_configure() {
85 - gnome2_src_configure \
86 - --disable-docs \
87 - --enable-deprecated \
88 - --disable-gconf \
89 - $(use_with caja) \
90 - $(use_with nautilus) \
91 - $(use_with nemo)
92 -}
93 -
94 -src_install() {
95 - gnome2_src_install
96 - # Do not install files we don't really want in docdir
97 - rm -v "${ED}usr/share/doc/${PF}"/COPYING* || die
98 - rm -v "${ED}usr/share/doc/${PF}"/INSTALL* || die
99 - rm -v "${ED}usr/share/doc/${PF}"/objects-hierarchy.odg* || die
100 - # Currently empty AUTHORS (but newline including, so it doesn't get automatically deleted) - this is not the case in next release after 3.4
101 - rm -v "${ED}usr/share/doc/${PF}"/AUTHORS* || die
102 -}
103
104 diff --git a/gnome-extra/filemanager-actions/files/fix-desktop-file.patch b/gnome-extra/filemanager-actions/files/fix-desktop-file.patch
105 deleted file mode 100644
106 index 73b0bf4b4694..000000000000
107 --- a/gnome-extra/filemanager-actions/files/fix-desktop-file.patch
108 +++ /dev/null
109 @@ -1,27 +0,0 @@
110 -From: Carlos Maddela <e7appew@×××××.com>
111 -Date: Sat, 1 Dec 2018 03:25:18 +1100
112 -Subject: Fix desktop file to use correct icon and keywords.
113 -
114 -Description: Fix desktop file to use correct icon and keywords.
115 -Author: Carlos Maddela <e7appew@×××××.com>
116 -Forwarded: https://gitlab.gnome.org/GNOME/filemanager-actions/merge_requests/2
117 -Last-Update: 2018-12-04
118 ----
119 -This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
120 ----
121 - src/ui/fma-config-tool.desktop.in | 3 ++-
122 - 1 file changed, 2 insertions(+), 1 deletion(-)
123 -
124 -diff --git a/src/ui/fma-config-tool.desktop.in b/src/ui/fma-config-tool.desktop.in
125 -index ee0b7c3..b66713d 100644
126 ---- a/src/ui/fma-config-tool.desktop.in
127 -+++ b/src/ui/fma-config-tool.desktop.in
128 -@@ -4,6 +4,7 @@ Type=Application
129 - _Name=FileManager-Actions Configuration Tool
130 - _Comment=Configure items to be added to the File-Manager context menus
131 - Exec=fma-config-tool
132 --Icon=fma-config-tool
133 -+Icon=filemanager-actions
134 - Categories=System;FileTools;FileManager;
135 -+Keywords=file tools;file manager;custom menu;custom action;
136 - StartupNotify=true
137
138 diff --git a/gnome-extra/filemanager-actions/files/fix-help-file.patch b/gnome-extra/filemanager-actions/files/fix-help-file.patch
139 deleted file mode 100644
140 index 419fbda91c3b..000000000000
141 --- a/gnome-extra/filemanager-actions/files/fix-help-file.patch
142 +++ /dev/null
143 @@ -1,27 +0,0 @@
144 -From: Carlos Maddela <e7appew@×××××.com>
145 -Date: Sat, 1 Dec 2018 03:33:29 +1100
146 -Subject: Launch the correct Gnome help file for spa-config-tool.
147 -
148 -Description: Launch the correct Gnome help file for spa-config-tool.
149 -Author: Carlos Maddela <e7appew@×××××.com>
150 -Forwarded: https://gitlab.gnome.org/GNOME/filemanager-actions/merge_requests/3
151 -Last-Update: 2018-12-04
152 ----
153 -This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
154 ----
155 - src/ui/fma-menu.c | 2 +-
156 - 1 file changed, 1 insertion(+), 1 deletion(-)
157 -
158 -diff --git a/src/ui/fma-menu.c b/src/ui/fma-menu.c
159 -index f31037a..deb2d73 100644
160 ---- a/src/ui/fma-menu.c
161 -+++ b/src/ui/fma-menu.c
162 -@@ -281,7 +281,7 @@ on_app_help( GSimpleAction *action, GVariant *parameter, gpointer user_data )
163 - g_return_if_fail( user_data && FMA_IS_APPLICATION( user_data ));
164 -
165 - error = NULL;
166 -- gtk_show_uri( NULL, "ghelp:filemanager-actions-config-tool", GDK_CURRENT_TIME, &error );
167 -+ gtk_show_uri( NULL, "ghelp:fma-config-tool", GDK_CURRENT_TIME, &error );
168 - if( error ){
169 - g_warning( "%s: %s", thisfn, error->message );
170 - g_error_free( error );
171
172 diff --git a/gnome-extra/filemanager-actions/metadata.xml b/gnome-extra/filemanager-actions/metadata.xml
173 deleted file mode 100644
174 index 143e16b93769..000000000000
175 --- a/gnome-extra/filemanager-actions/metadata.xml
176 +++ /dev/null
177 @@ -1,13 +0,0 @@
178 -<?xml version="1.0" encoding="UTF-8"?>
179 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
180 -<pkgmetadata>
181 -<maintainer type="project">
182 - <email>gnome@g.o</email>
183 - <name>Gentoo GNOME Desktop</name>
184 -</maintainer>
185 -<use>
186 - <flag name="caja">Install the <pkg>mate-base/caja</pkg> extension</flag>
187 - <flag name="nautilus">Install the <pkg>gnome-base/nautilus</pkg> extension</flag>
188 - <flag name="nemo">Install the <pkg>gnome-extra/nemo</pkg> extension</flag>
189 -</use>
190 -</pkgmetadata>