diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-09-05 07:53:23 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-09-05 07:53:23 +0000 |
commit | 6653bf293cbefe586e8e7f3e7dba353c7168c818 (patch) | |
tree | 371e0b90a64f2156979fe3d41e9c875575324042 /media-video/pyqtrailer/pyqtrailer-0.6.2.ebuild | |
parent | Make the python scripts work again with py3. Fixes bug#433716. (diff) | |
download | historical-6653bf293cbefe586e8e7f3e7dba353c7168c818.tar.gz historical-6653bf293cbefe586e8e7f3e7dba353c7168c818.tar.bz2 historical-6653bf293cbefe586e8e7f3e7dba353c7168c818.zip |
Use domenu instead insinto + doins to install .desktop files
Package-Manager: portage-2.2.0_alpha124/cvs/Linux x86_64
Diffstat (limited to 'media-video/pyqtrailer/pyqtrailer-0.6.2.ebuild')
-rw-r--r-- | media-video/pyqtrailer/pyqtrailer-0.6.2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/media-video/pyqtrailer/pyqtrailer-0.6.2.ebuild b/media-video/pyqtrailer/pyqtrailer-0.6.2.ebuild index 446a80a2fdfc..e09f1eb0e11a 100644 --- a/media-video/pyqtrailer/pyqtrailer-0.6.2.ebuild +++ b/media-video/pyqtrailer/pyqtrailer-0.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/pyqtrailer/pyqtrailer-0.6.2.ebuild,v 1.2 2012/04/01 04:45:25 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/pyqtrailer/pyqtrailer-0.6.2.ebuild,v 1.3 2012/09/05 07:53:23 jlec Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" @@ -29,6 +29,5 @@ src_install() insinto /usr/share/pixmaps newins xdg/${PN}.svg ${PN}.svg || die - insinto /usr/share/applications - doins "xdg/${PN}.desktop" || die + domenu "xdg/${PN}.desktop" || die } |