diff options
author | Tobias Heinlein <keytoaster@gentoo.org> | 2007-08-27 15:50:03 +0000 |
---|---|---|
committer | Tobias Heinlein <keytoaster@gentoo.org> | 2007-08-27 15:50:03 +0000 |
commit | da5b5fe4943deff43ed285cd99a85425ff7e8f10 (patch) | |
tree | ea6acbdb5dcb7689c5e5bedb1d8ddfe877677e66 /kde-misc/komparator/komparator-0.6.ebuild | |
parent | Stable on amd64 wrt bug #190182 (diff) | |
download | gentoo-2-da5b5fe4943deff43ed285cd99a85425ff7e8f10.tar.gz gentoo-2-da5b5fe4943deff43ed285cd99a85425ff7e8f10.tar.bz2 gentoo-2-da5b5fe4943deff43ed285cd99a85425ff7e8f10.zip |
New ebuild, see bug 118726
(Portage version: 2.1.3.7)
Diffstat (limited to 'kde-misc/komparator/komparator-0.6.ebuild')
-rw-r--r-- | kde-misc/komparator/komparator-0.6.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/kde-misc/komparator/komparator-0.6.ebuild b/kde-misc/komparator/komparator-0.6.ebuild new file mode 100644 index 000000000000..31502bf7ffcb --- /dev/null +++ b/kde-misc/komparator/komparator-0.6.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/komparator/komparator-0.6.ebuild,v 1.1 2007/08/27 15:50:03 keytoaster Exp $ + +inherit eutils kde + +DESCRIPTION="Komparator is a kde frontend for synchronising directories." +HOMEPAGE="http://komparator.sf.net" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" + +need-kde 3.5 + +src_unpack() { + kde_src_unpack + + # Fix the desktop file for compliance with the spec. + sed -i -e 's/%u %u/%U/' ${S}/src/${PN}.desktop +} |