diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-11 14:34:59 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-05-11 14:35:11 +0300 |
commit | 6baf1e26a1dacb1ef2f3443700f5ba38c8caf39a (patch) | |
tree | 5b78383bb311dc4a4b82f83864a3c66b253571c4 /xfce-extra | |
parent | media-radio/qrq: Version bump (diff) | |
download | gentoo-6baf1e26a1dacb1ef2f3443700f5ba38c8caf39a.tar.gz gentoo-6baf1e26a1dacb1ef2f3443700f5ba38c8caf39a.tar.bz2 gentoo-6baf1e26a1dacb1ef2f3443700f5ba38c8caf39a.zip |
xfce-extra/xfce4-quicklauncher-plugin: remove last rited package
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'xfce-extra')
4 files changed, 0 insertions, 68 deletions
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 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>xfce@gentoo.org</email> - <name>XFCE Team</name> - </maintainer> -</pkgmetadata> 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 -} |