public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: gnome-extra/filemanager-actions/, gnome-extra/filemanager-actions/files/
@ 2022-05-09 22:09 Matt Turner
  0 siblings, 0 replies; only message in thread
From: Matt Turner @ 2022-05-09 22:09 UTC (permalink / raw
  To: gentoo-commits

commit:     b30bbc693f285a2c2f8a86fb1ff517f6121565bc
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun May  8 18:10:12 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon May  9 22:09:17 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b30bbc69

gnome-extra/filemanager-actions: Remove

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 gnome-extra/filemanager-actions/Manifest           |  1 -
 .../filemanager-actions-3.4.ebuild                 | 70 ----------------------
 .../files/fix-desktop-file.patch                   | 27 ---------
 .../filemanager-actions/files/fix-help-file.patch  | 27 ---------
 gnome-extra/filemanager-actions/metadata.xml       | 13 ----
 5 files changed, 138 deletions(-)

diff --git a/gnome-extra/filemanager-actions/Manifest b/gnome-extra/filemanager-actions/Manifest
deleted file mode 100644
index 3e3cc6c9129c..000000000000
--- a/gnome-extra/filemanager-actions/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST filemanager-actions-3.4.tar.xz 3280320 BLAKE2B 140da4441c4408b57ee0e5de04a792b7376eb89e77ea6132b679058af117149f69c1dca0b614f1dd1153f5663b867859d98036bfc3d9b9d313453f1b4ee1510e SHA512 05e47832e5d97a664be617c7ad998ac94022f272369b7d23704f3f809e72f21b5087653ecccda663cca2c61553ebc3d009742004b2c59d3c99af92fa39af2010

diff --git a/gnome-extra/filemanager-actions/filemanager-actions-3.4.ebuild b/gnome-extra/filemanager-actions/filemanager-actions-3.4.ebuild
deleted file mode 100644
index 397e5f5cdc0e..000000000000
--- a/gnome-extra/filemanager-actions/filemanager-actions-3.4.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-
-DESCRIPTION="File manager extension which offers user configurable context menu actions"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/filemanager-actions"
-
-LICENSE="GPL-2+ FDL-1.3"
-SLOT="3"
-KEYWORDS="amd64 x86"
-IUSE="caja +nautilus nemo"
-REQUIRED_USE="|| ( caja nautilus nemo )"
-
-RDEPEND="
-	>=x11-libs/gtk+-3.4.1:3
-	>=dev-libs/glib-2.32.1:2
-	>=gnome-base/libgtop-2.28.4:2
-	>=dev-libs/libxml2-2.7.8:2
-	sys-apps/util-linux
-	nautilus? ( >=gnome-base/nautilus-3.4.1 )
-	nemo? ( >=gnome-extra/nemo-1.8 )
-	caja? ( >=mate-base/caja-1.16.0 )
-	x11-libs/gdk-pixbuf:2
-"
-DEPEND="${RDEPEND}
-	app-text/gnome-doc-utils
-	dev-util/gdbus-codegen
-	>=dev-util/intltool-0.50.2
-	virtual/pkgconfig
-"
-
-PATCHES=(
-	"${FILESDIR}"/fix-desktop-file.patch
-	"${FILESDIR}"/fix-help-file.patch
-)
-
-src_prepare() {
-	# install docs in /usr/share/doc/${PF}, not ${P}
-	sed -i -e "s:/doc/@PACKAGE@-@VERSION@:/doc/${PF}:g" \
-		Makefile.{am,in} \
-		docs/Makefile.{am,in} \
-		docs/manual/Makefile.{am,in} || die
-	# Don't install HTML manual, there's already ghelp manual in /usr/share/gnome/help, opened in yelp via F1
-	sed -i -e "s|install-data-local: install-manuals|install-data-local:|g" docs/manual/Makefile.{am,in} || die
-	gnome2_src_prepare
-}
-
-src_configure() {
-	gnome2_src_configure \
-		--disable-docs \
-		--enable-deprecated \
-		--disable-gconf \
-		$(use_with caja) \
-		$(use_with nautilus) \
-		$(use_with nemo)
-}
-
-src_install() {
-	gnome2_src_install
-	# Do not install files we don't really want in docdir
-	rm -v "${ED}usr/share/doc/${PF}"/COPYING* || die
-	rm -v "${ED}usr/share/doc/${PF}"/INSTALL* || die
-	rm -v "${ED}usr/share/doc/${PF}"/objects-hierarchy.odg* || die
-	# Currently empty AUTHORS (but newline including, so it doesn't get automatically deleted) - this is not the case in next release after 3.4
-	rm -v "${ED}usr/share/doc/${PF}"/AUTHORS* || die
-}

diff --git a/gnome-extra/filemanager-actions/files/fix-desktop-file.patch b/gnome-extra/filemanager-actions/files/fix-desktop-file.patch
deleted file mode 100644
index 73b0bf4b4694..000000000000
--- a/gnome-extra/filemanager-actions/files/fix-desktop-file.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From: Carlos Maddela <e7appew@gmail.com>
-Date: Sat, 1 Dec 2018 03:25:18 +1100
-Subject: Fix desktop file to use correct icon and keywords.
-
-Description: Fix desktop file to use correct icon and keywords.
-Author: Carlos Maddela <e7appew@gmail.com>
-Forwarded: https://gitlab.gnome.org/GNOME/filemanager-actions/merge_requests/2
-Last-Update: 2018-12-04
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
----
- src/ui/fma-config-tool.desktop.in | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/src/ui/fma-config-tool.desktop.in b/src/ui/fma-config-tool.desktop.in
-index ee0b7c3..b66713d 100644
---- a/src/ui/fma-config-tool.desktop.in
-+++ b/src/ui/fma-config-tool.desktop.in
-@@ -4,6 +4,7 @@ Type=Application
- _Name=FileManager-Actions Configuration Tool
- _Comment=Configure items to be added to the File-Manager context menus
- Exec=fma-config-tool
--Icon=fma-config-tool
-+Icon=filemanager-actions
- Categories=System;FileTools;FileManager;
-+Keywords=file tools;file manager;custom menu;custom action;
- StartupNotify=true

diff --git a/gnome-extra/filemanager-actions/files/fix-help-file.patch b/gnome-extra/filemanager-actions/files/fix-help-file.patch
deleted file mode 100644
index 419fbda91c3b..000000000000
--- a/gnome-extra/filemanager-actions/files/fix-help-file.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From: Carlos Maddela <e7appew@gmail.com>
-Date: Sat, 1 Dec 2018 03:33:29 +1100
-Subject: Launch the correct Gnome help file for spa-config-tool.
-
-Description: Launch the correct Gnome help file for spa-config-tool.
-Author: Carlos Maddela <e7appew@gmail.com>
-Forwarded: https://gitlab.gnome.org/GNOME/filemanager-actions/merge_requests/3
-Last-Update: 2018-12-04
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
----
- src/ui/fma-menu.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/ui/fma-menu.c b/src/ui/fma-menu.c
-index f31037a..deb2d73 100644
---- a/src/ui/fma-menu.c
-+++ b/src/ui/fma-menu.c
-@@ -281,7 +281,7 @@ on_app_help( GSimpleAction *action, GVariant *parameter, gpointer user_data )
- 	g_return_if_fail( user_data && FMA_IS_APPLICATION( user_data ));
- 
- 	error = NULL;
--	gtk_show_uri( NULL, "ghelp:filemanager-actions-config-tool", GDK_CURRENT_TIME, &error );
-+	gtk_show_uri( NULL, "ghelp:fma-config-tool", GDK_CURRENT_TIME, &error );
- 	if( error ){
- 		g_warning( "%s: %s", thisfn, error->message );
- 		g_error_free( error );

diff --git a/gnome-extra/filemanager-actions/metadata.xml b/gnome-extra/filemanager-actions/metadata.xml
deleted file mode 100644
index 143e16b93769..000000000000
--- a/gnome-extra/filemanager-actions/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
-	<email>gnome@gentoo.org</email>
-	<name>Gentoo GNOME Desktop</name>
-</maintainer>
-<use>
-	<flag name="caja">Install the <pkg>mate-base/caja</pkg> extension</flag>
-	<flag name="nautilus">Install the <pkg>gnome-base/nautilus</pkg> extension</flag>
-	<flag name="nemo">Install the <pkg>gnome-extra/nemo</pkg> extension</flag>
-</use>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-05-09 22:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-09 22:09 [gentoo-commits] repo/gentoo:master commit in: gnome-extra/filemanager-actions/, gnome-extra/filemanager-actions/files/ Matt Turner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox