net-misc/gns3-gui: bump to -r1; fix icon paths
authorAaron Bauman <bman@gentoo.org>
Wed, 12 Jul 2017 02:43:53 +0000 (22:43 -0400)
committerAaron Bauman <bman@gentoo.org>
Wed, 12 Jul 2017 02:45:57 +0000 (22:45 -0400)
net-misc/gns3-gui/gns3-gui-2.0.3-r1.ebuild [moved from net-misc/gns3-gui/gns3-gui-2.0.3.ebuild with 88% similarity]

similarity index 88%
rename from net-misc/gns3-gui/gns3-gui-2.0.3.ebuild
rename to net-misc/gns3-gui/gns3-gui-2.0.3-r1.ebuild
index 95f4a1dd6fcd67bae2bcf29dd49955802d88b66c..4db84c3509a32f167cdef208401488755c45f9de 100644 (file)
@@ -37,6 +37,6 @@ src_prepare() {
 python_install_all() {
        distutils-r1_python_install_all
 
-       doicon gns3.ico
-       make_desktop_entry "gns3" "GNS3" "gns3.ico" "Utility"
+       doicon "${WORKDIR}/${P}/resources/images/gns3.ico"
+       make_desktop_entry "gns3" "GNS3" "/usr/share/pixmaps/gns3.ico" "Utility"
 }