diff options
author | Johannes Huber <johu@gentoo.org> | 2012-02-02 14:12:36 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-02-02 14:12:36 +0000 |
commit | affd6ed1fb3889bd9829e0cb5bb26fe87156ab94 (patch) | |
tree | 759fb317dff407bfb94b3950d29eae61c7dafd3b /dev-util/qdevelop/qdevelop-0.28.ebuild | |
parent | Version bump wrt bug #401775. Fixes bug #369317. Thanks to kensington <gentoo... (diff) | |
download | gentoo-2-affd6ed1fb3889bd9829e0cb5bb26fe87156ab94.tar.gz gentoo-2-affd6ed1fb3889bd9829e0cb5bb26fe87156ab94.tar.bz2 gentoo-2-affd6ed1fb3889bd9829e0cb5bb26fe87156ab94.zip |
EAPI 4
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/qdevelop/qdevelop-0.28.ebuild')
-rw-r--r-- | dev-util/qdevelop/qdevelop-0.28.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-util/qdevelop/qdevelop-0.28.ebuild b/dev-util/qdevelop/qdevelop-0.28.ebuild index 6f1c654863b1..e1f02e0a3714 100644 --- a/dev-util/qdevelop/qdevelop-0.28.ebuild +++ b/dev-util/qdevelop/qdevelop-0.28.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/qdevelop/qdevelop-0.28.ebuild,v 1.2 2010/11/01 15:59:14 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/qdevelop/qdevelop-0.28.ebuild,v 1.3 2012/02/02 14:12:36 johu Exp $ -EAPI="2" +EAPI=4 inherit eutils cmake-utils @@ -31,9 +31,9 @@ src_configure() { src_install() { cmake-utils_src_install - dodoc ChangeLog.txt README.txt || die "dodoc failed" + dodoc ChangeLog.txt README.txt newicon "${S}"/resources/images/QDevelop.png qdevelop.png - domenu "${S}"/qdevelop.desktop + make_desktop_entry ${PN} } pkg_postinst(){ |