commit:     4aaaa210177700aaf7c8f17d8a9e26fe0e2029af
Author:     Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Wed Jul 13 10:05:55 2016 +0000
Commit:     Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Wed Aug 31 19:57:40 2016 +0000
URL:        https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=4aaaa210

dev-games/aseprite: Various fixes for 1.1.6, sync with main tree.

Package-Manager: portage-2.2.28
Manifest-Sign-Key: A018DE8C

 dev-games/aseprite/aseprite-1.1.6.ebuild | 26 ++++++--------------------
 1 file changed, 6 insertions(+), 20 deletions(-)

diff --git a/dev-games/aseprite/aseprite-1.1.6.ebuild 
b/dev-games/aseprite/aseprite-1.1.6.ebuild
index fb64e0e..97b21ca 100644
--- a/dev-games/aseprite/aseprite-1.1.6.ebuild
+++ b/dev-games/aseprite/aseprite-1.1.6.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=6
 
-inherit cmake-utils flag-o-matic
+inherit cmake-utils eutils flag-o-matic
 
 DESCRIPTION="Animated sprite editor & pixel art tool"
 HOMEPAGE="http://www.aseprite.org";
@@ -53,7 +53,6 @@ src_prepare() {
        if use debug ; then
                sed -i '/-DNDEBUG/d' CMakeLists.txt || die
        fi
-
        # Fix shebang in thumbnailer
        sed -i -e 's:#!/usr/bin/sh:#!/bin/sh:' desktop/aseprite-thumbnailer || 
die
 }
@@ -80,25 +79,12 @@ src_configure() {
                -DWITH_QT_THUMBNAILER="$(usex kde)"
                -DWITH_WEBP_SUPPORT="$(usex webp)"
                -DENABLE_TESTS="$(usex test)"
+               -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
        )
        cmake-utils_src_configure
-
-#      if use kde; then
-#              mycmakeargs=( )
-#              CMAKE_USE_DIR="${S}/desktop/kde" \
-#                      BUILD_DIR="${WORKDIR}/${P}_desktop_build" \
-#                      cmake-utils_src_configure
-#      fi
 }
 
-#src_compile() {
-#      cmake-utils_src_compile
-#      use kde && BUILD_DIR="${WORKDIR}/${P}_desktop_build" \
-#              cmake-utils_src_compile
-#}
-
-#src_install() {
-#      cmake-utils_src_install
-#      use kde && BUILD_DIR="${WORKDIR}/${P}_desktop_build" \
-#              cmake-utils_src_install
-#}
+src_install() {
+       newicon "${S}/data/icons/ase64.png" "${PN}.png"
+       cmake-utils_src_install
+}

Reply via email to