diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-04-15 22:02:15 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-04-15 22:02:15 +0000 |
commit | 5f084d1d43310f6311e2f4a4b5566066cf241e86 (patch) | |
tree | f287cee25e0ef7596deb72bb3d4cb41ba8df0928 /x11-misc | |
parent | Don't PROVIDE virtual/dev-manager, it is a new-style virtual now. Bug 361133. (diff) | |
download | gentoo-2-5f084d1d43310f6311e2f4a4b5566066cf241e86.tar.gz gentoo-2-5f084d1d43310f6311e2f4a4b5566066cf241e86.tar.bz2 gentoo-2-5f084d1d43310f6311e2f4a4b5566066cf241e86.zip |
Initial import
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/launchy/ChangeLog | 10 | ||||
-rw-r--r-- | x11-misc/launchy/launchy-2.5.ebuild | 39 | ||||
-rw-r--r-- | x11-misc/launchy/metadata.xml | 10 |
3 files changed, 59 insertions, 0 deletions
diff --git a/x11-misc/launchy/ChangeLog b/x11-misc/launchy/ChangeLog new file mode 100644 index 000000000000..89b2604554e8 --- /dev/null +++ b/x11-misc/launchy/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for x11-misc/launchy +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/launchy/ChangeLog,v 1.1 2011/04/15 22:02:15 angelos Exp $ + +*launchy-2.5 (15 Apr 2011) + + 15 Apr 2011; Christoph Mende <angelos@gentoo.org> +launchy-2.5.ebuild, + +metadata.xml: + Initial import + diff --git a/x11-misc/launchy/launchy-2.5.ebuild b/x11-misc/launchy/launchy-2.5.ebuild new file mode 100644 index 000000000000..b6aa66dfc3a4 --- /dev/null +++ b/x11-misc/launchy/launchy-2.5.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/launchy/launchy-2.5.ebuild,v 1.1 2011/04/15 22:02:15 angelos Exp $ + +EAPI=4 +inherit fdo-mime gnome2-utils qt4-r2 + +DESCRIPTION="utility that merges application menus, your desktop and even your file manager" +HOMEPAGE="http://www.launchy.net/" +SRC_URI="http://www.launchy.net/downloads/src/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="x11-libs/qt-gui:4" +DEPEND="${RDEPEND} + dev-libs/boost" + +src_prepare() { + sed -i -e "s:lib/launchy:$(get_libdir)/launchy:" src/src.pro \ + platforms/unix/unix.pro \ + plugins/*/*.pro || die "sed failed" +} + +pkg_preinst() { + gnome2_icon_savelist +} + +pkg_postinst() { + fdo-mime_desktop_database_update + gnome2_icon_cache_update +} + +pkg_postrm() { + fdo-mime_desktop_database_update + gnome2_icon_cache_update +} diff --git a/x11-misc/launchy/metadata.xml b/x11-misc/launchy/metadata.xml new file mode 100644 index 000000000000..47aad25f455e --- /dev/null +++ b/x11-misc/launchy/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>no-herd</herd> + <maintainer> + <email>angelos@gentoo.org</email> + <name>Christoph Mende</name> + </maintainer> +</pkgmetadata> + |