summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-09-05 07:53:23 +0000
committerJustin Lecher <jlec@gentoo.org>2012-09-05 07:53:23 +0000
commit6653bf293cbefe586e8e7f3e7dba353c7168c818 (patch)
tree371e0b90a64f2156979fe3d41e9c875575324042 /media-video/pyqtrailer/pyqtrailer-0.6.2.ebuild
parentMake the python scripts work again with py3. Fixes bug#433716. (diff)
downloadhistorical-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.ebuild5
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
}