diff options
author | 2005-08-23 15:12:00 +0000 | |
---|---|---|
committer | 2005-08-23 15:12:00 +0000 | |
commit | d5e3771e9afb4c768141cd3d4be776062cce8c2a (patch) | |
tree | 3eac4bca9410227256ead537cbbbafe3360aa190 /sci-calculators/kunit/kunit-0.5.ebuild | |
parent | Add ~sparc keyword (Bug #103250) --- builds and installs on sparc, and (diff) | |
download | gentoo-2-d5e3771e9afb4c768141cd3d4be776062cce8c2a.tar.gz gentoo-2-d5e3771e9afb4c768141cd3d4be776062cce8c2a.tar.bz2 gentoo-2-d5e3771e9afb4c768141cd3d4be776062cce8c2a.zip |
Add .desktop entry for kunit, closes bug 101577.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sci-calculators/kunit/kunit-0.5.ebuild')
-rw-r--r-- | sci-calculators/kunit/kunit-0.5.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sci-calculators/kunit/kunit-0.5.ebuild b/sci-calculators/kunit/kunit-0.5.ebuild index 2758ae9fbeea..ead1037b027d 100644 --- a/sci-calculators/kunit/kunit-0.5.ebuild +++ b/sci-calculators/kunit/kunit-0.5.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/kunit/kunit-0.5.ebuild,v 1.2 2005/07/07 11:40:22 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/kunit/kunit-0.5.ebuild,v 1.3 2005/08/23 15:12:00 cryos Exp $ + +inherit eutils DESCRIPTION="An excellent qt-based unit conversion tool" SRC_URI="http://www.netmeister.org/apps/${P}.tar.gz" @@ -23,4 +25,5 @@ src_install() { dobin kunit/kunit dodoc AUTHORS COPYING README dohtml kunit/docs/* + make_desktop_entry kunit KUnit kunit Utility } |