diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-02-05 09:42:51 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-02-05 09:42:51 +0000 |
commit | 529466c7ee4fd8718f8fe18d595305d74a1176f2 (patch) | |
tree | f0ccc8411f3b04a75c55b3decf591ee19ab74d22 /www-client/kita/kita-0.177.3-r1.ebuild | |
parent | Version bump. Remove old. Add long description and update homepage and descri... (diff) | |
download | gentoo-2-529466c7ee4fd8718f8fe18d595305d74a1176f2.tar.gz gentoo-2-529466c7ee4fd8718f8fe18d595305d74a1176f2.tar.bz2 gentoo-2-529466c7ee4fd8718f8fe18d595305d74a1176f2.zip |
Improved ebuild, using kde.eclass and without all the forced dependencies (like FAM); this version also updates the admin directory so that it can be built without aRTs at all.
(Portage version: 2.1.2-r7)
Diffstat (limited to 'www-client/kita/kita-0.177.3-r1.ebuild')
-rw-r--r-- | www-client/kita/kita-0.177.3-r1.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/www-client/kita/kita-0.177.3-r1.ebuild b/www-client/kita/kita-0.177.3-r1.ebuild new file mode 100644 index 000000000000..756b54fc176d --- /dev/null +++ b/www-client/kita/kita-0.177.3-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-client/kita/kita-0.177.3-r1.ebuild,v 1.1 2007/02/05 09:42:51 flameeyes Exp $ + +inherit kde + +IUSE="" + +DESCRIPTION="Kita - 2ch client for KDE" +HOMEPAGE="http://kita.sourceforge.jp/" +SRC_URI="mirror://sourceforge.jp/kita/20336/${P}.tar.gz + mirror://gentoo/kde-admindir-3.5.5.tar.bz2" + +LICENSE="GPL-2 BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86" + +need-kde 3.1 + +src_install() { + kde_src_install + + dodir /usr/share/applications/kde + mv "${D}"/usr/share/applnk/*/*.desktop "${D}/usr/share/applications/kde" + rm -rf "${D}/usr/share/applnk" +} |