From c3c197fb74f6d9b8add782498435f0f1541777e9 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Sat, 12 Sep 2015 12:29:29 +0200 Subject: [PATCH] x11-misc/magick-rotation: Properly use python eclasses Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher --- ....2-r1.ebuild => magick-rotation-1.6.2-r2.ebuild} | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) rename x11-misc/magick-rotation/{magick-rotation-1.6.2-r1.ebuild => magick-rotation-1.6.2-r2.ebuild} (91%) diff --git a/x11-misc/magick-rotation/magick-rotation-1.6.2-r1.ebuild b/x11-misc/magick-rotation/magick-rotation-1.6.2-r2.ebuild similarity index 91% rename from x11-misc/magick-rotation/magick-rotation-1.6.2-r1.ebuild rename to x11-misc/magick-rotation/magick-rotation-1.6.2-r2.ebuild index 055e1d2ab74e..b49a3fd6c8d1 100644 --- a/x11-misc/magick-rotation/magick-rotation-1.6.2-r1.ebuild +++ b/x11-misc/magick-rotation/magick-rotation-1.6.2-r2.ebuild @@ -65,19 +65,18 @@ src_compile() { src_install() { #TODO: add installation of GNOME Shell 3.2 extension - dobin checkmagick* + dobin checkmagick* udev_dorules 62-magick.rules - insinto /usr/share/${PN} - doins *.py + python_moduleinto /usr/share/${PN} + python_domodule *.py - insinto /usr/share/${PN}/MagickIcons + insinto /usr/share/${PN}/MagickIcons doins MagickIcons/*.png - exeinto /usr/share/${PN} - doexe magick-rotation - doexe xrotate.py + python_scriptinto /usr/share/${PN} + python_doscript magick-rotation xrotate.py dodoc *.txt ChangeLog -- 2.26.2