From 6baf1e26a1dacb1ef2f3443700f5ba38c8caf39a Mon Sep 17 00:00:00 2001 From: Mikle Kolyada Date: Sat, 11 May 2019 14:34:59 +0300 Subject: [PATCH] xfce-extra/xfce4-quicklauncher-plugin: remove last rited package Signed-off-by: Mikle Kolyada --- .../xfce4-quicklauncher-plugin/Manifest | 1 - ...cher-plugin-1.9.4-X-XFCE-Module-Path.patch | 9 ---- .../xfce4-quicklauncher-plugin/metadata.xml | 8 --- ...xfce4-quicklauncher-plugin-1.9.4-r1.ebuild | 50 ------------------- 4 files changed, 68 deletions(-) delete mode 100644 xfce-extra/xfce4-quicklauncher-plugin/Manifest delete mode 100644 xfce-extra/xfce4-quicklauncher-plugin/files/xfce4-quicklauncher-plugin-1.9.4-X-XFCE-Module-Path.patch delete mode 100644 xfce-extra/xfce4-quicklauncher-plugin/metadata.xml delete mode 100644 xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild diff --git a/xfce-extra/xfce4-quicklauncher-plugin/Manifest b/xfce-extra/xfce4-quicklauncher-plugin/Manifest deleted file mode 100644 index 4c5bacc7665a..000000000000 --- a/xfce-extra/xfce4-quicklauncher-plugin/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST xfce4-quicklauncher-plugin-1.9.4.tar.bz2 282545 BLAKE2B 533f5fc32250bd3844e895bcfcce2fb6adfdd6e9e70459ba5f3786da3b58c869b6a8e05a2baacc60092544bc21898189442e06644dcf25df2c1322dc3814b1c2 SHA512 11db64adbef5a04f25891132e798e77a713d5f68fcda9ec5349f975f56c4f352a2da8493d721f307d23e973c02802840c2feef444921da29f2b6e21a5c79a228 diff --git a/xfce-extra/xfce4-quicklauncher-plugin/files/xfce4-quicklauncher-plugin-1.9.4-X-XFCE-Module-Path.patch b/xfce-extra/xfce4-quicklauncher-plugin/files/xfce4-quicklauncher-plugin-1.9.4-X-XFCE-Module-Path.patch deleted file mode 100644 index a6bb168539b5..000000000000 --- a/xfce-extra/xfce4-quicklauncher-plugin/files/xfce4-quicklauncher-plugin-1.9.4-X-XFCE-Module-Path.patch +++ /dev/null @@ -1,9 +0,0 @@ ---- panel-plugin/quicklauncher.desktop.in.in -+++ panel-plugin/quicklauncher.desktop.in.in -@@ -4,4 +4,5 @@ - _Name=Quicklauncher - _Comment=Program with several launchers - Icon=gnome-fs-executable --X-XFCE-Module=@INTERNAL_PLUGIN_PATH@/libquicklauncher.so -+X-XFCE-Module=libquicklauncher.so -+X-XFCE-Module-Path=@INTERNAL_PLUGIN_PATH@ diff --git a/xfce-extra/xfce4-quicklauncher-plugin/metadata.xml b/xfce-extra/xfce4-quicklauncher-plugin/metadata.xml deleted file mode 100644 index 359901b31db4..000000000000 --- a/xfce-extra/xfce4-quicklauncher-plugin/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - xfce@gentoo.org - XFCE Team - - diff --git a/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild b/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild deleted file mode 100644 index c61a5eb870ff..000000000000 --- a/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -#EAUTORECONF=yes -inherit autotools xfconf - -DESCRIPTION="A quicklauncher plug-in for the Xfce panel" -HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-quicklauncher-plugin" -SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" -IUSE="debug" - -RDEPEND=">=xfce-base/xfce4-panel-4.8 - >=xfce-base/libxfcegui4-4.8" -DEPEND="${RDEPEND} - dev-util/intltool - >=dev-util/xfce4-dev-tools-4.8 - virtual/pkgconfig" - -pkg_setup() { - PATCHES=( "${FILESDIR}"/${P}-X-XFCE-Module-Path.patch ) - - XFCONF=( - $(use_enable debug) - ) - - DOCS=( AUTHORS ChangeLog TODO ) -} - -src_prepare() { - sed -i \ - -e '/^AC_INIT/s:quicklauncher_version():quicklauncher_version:' \ - -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' \ - configure.ac || die #472522 - - # Prevent glib-gettextize from running wrt #423115 - export AT_M4DIR=${EPREFIX}/usr/share/xfce4/dev-tools/m4macros - intltoolize --automake --copy --force - _elibtoolize --copy --force --install - eaclocal - eautoconf - eautoheader - eautomake - - xfconf_src_prepare -} -- 2.26.2