diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2009-06-26 10:16:11 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2009-06-26 10:16:11 +0000 |
commit | c90f16c4b33d8ad3a16fce9aa20f2ea98250d9fd (patch) | |
tree | 184f2bc29fbdeefe980971e2bf38544e34b24a2a /media-sound/qmpdclient | |
parent | Version bump, ebuild clean up (diff) | |
download | gentoo-2-c90f16c4b33d8ad3a16fce9aa20f2ea98250d9fd.tar.gz gentoo-2-c90f16c4b33d8ad3a16fce9aa20f2ea98250d9fd.tar.bz2 gentoo-2-c90f16c4b33d8ad3a16fce9aa20f2ea98250d9fd.zip |
Remove make_desktop_entry function
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/qmpdclient')
-rw-r--r-- | media-sound/qmpdclient/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/qmpdclient/qmpdclient-1.1.1.ebuild | 5 |
2 files changed, 6 insertions, 5 deletions
diff --git a/media-sound/qmpdclient/ChangeLog b/media-sound/qmpdclient/ChangeLog index 1a580a69606e..fe8bbed2cd25 100644 --- a/media-sound/qmpdclient/ChangeLog +++ b/media-sound/qmpdclient/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/qmpdclient # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/ChangeLog,v 1.51 2009/06/26 10:09:53 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/ChangeLog,v 1.52 2009/06/26 10:16:11 hwoarang Exp $ + + 26 Jun 2009; Markos Chandras <hwoarang@gentoo.org> + qmpdclient-1.1.1.ebuild: + Remove make_desktop_entry since upstream fixed provides a desktop file *qmpdclient-1.1.1 (26 Jun 2009) diff --git a/media-sound/qmpdclient/qmpdclient-1.1.1.ebuild b/media-sound/qmpdclient/qmpdclient-1.1.1.ebuild index 1ab2c93cad35..245cc2d63b62 100644 --- a/media-sound/qmpdclient/qmpdclient-1.1.1.ebuild +++ b/media-sound/qmpdclient/qmpdclient-1.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/qmpdclient-1.1.1.ebuild,v 1.1 2009/06/26 10:09:53 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/qmpdclient-1.1.1.ebuild,v 1.2 2009/06/26 10:16:11 hwoarang Exp $ EAPI="2" @@ -74,9 +74,6 @@ src_install() { newins icons/qmpdclient${res}.png ${PN}.png || die "Installing icons failed" done - make_desktop_entry qmpdclient "QMPDClient" ${PN} \ - "Qt;AudioVideo;Audio;" || die "Installing desktop entry failed" - #install translations insinto /usr/share/${PN}/translations/ local LANG= |