From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- xfce-extra/xfce4-quicklauncher-plugin/Manifest | 1 + ...klauncher-plugin-1.9.4-X-XFCE-Module-Path.patch | 9 ++++ xfce-extra/xfce4-quicklauncher-plugin/metadata.xml | 8 ++++ .../xfce4-quicklauncher-plugin-1.9.4-r1.ebuild | 51 ++++++++++++++++++++++ 4 files changed, 69 insertions(+) create mode 100644 xfce-extra/xfce4-quicklauncher-plugin/Manifest create mode 100644 xfce-extra/xfce4-quicklauncher-plugin/files/xfce4-quicklauncher-plugin-1.9.4-X-XFCE-Module-Path.patch create mode 100644 xfce-extra/xfce4-quicklauncher-plugin/metadata.xml create mode 100644 xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild (limited to 'xfce-extra/xfce4-quicklauncher-plugin') diff --git a/xfce-extra/xfce4-quicklauncher-plugin/Manifest b/xfce-extra/xfce4-quicklauncher-plugin/Manifest new file mode 100644 index 000000000000..749320075fab --- /dev/null +++ b/xfce-extra/xfce4-quicklauncher-plugin/Manifest @@ -0,0 +1 @@ +DIST xfce4-quicklauncher-plugin-1.9.4.tar.bz2 282545 SHA256 0b253d96e3b3fb02508e1100cbf39bfb8b40e9c75da75053e6432d83dedfffdf SHA512 11db64adbef5a04f25891132e798e77a713d5f68fcda9ec5349f975f56c4f352a2da8493d721f307d23e973c02802840c2feef444921da29f2b6e21a5c79a228 WHIRLPOOL 9508447a2c0b9c5bc4db12d0745ca16e54d8c44d988eb9d3873960183d2c3b5784abac6443a8a8735681fcea2d149ede8e8d3d5ee180bd814713802edb21aee8 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 new file mode 100644 index 000000000000..a6bb168539b5 --- /dev/null +++ b/xfce-extra/xfce4-quicklauncher-plugin/files/xfce4-quicklauncher-plugin-1.9.4-X-XFCE-Module-Path.patch @@ -0,0 +1,9 @@ +--- 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 new file mode 100644 index 000000000000..008cf479f615 --- /dev/null +++ b/xfce-extra/xfce4-quicklauncher-plugin/metadata.xml @@ -0,0 +1,8 @@ + + + + + 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 new file mode 100644 index 000000000000..559370995229 --- /dev/null +++ b/xfce-extra/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4-r1.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +#EAUTORECONF=yes +inherit autotools xfconf + +DESCRIPTION="A quicklauncher plug-in for the Xfce panel" +HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-quicklauncher-plugin" +SRC_URI="mirror://xfce/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 ~x86-freebsd ~amd64-linux ~ia64-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 +} -- cgit v1.2.3-65-gdbad