projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
187db72
)
media-gfx/opentoonz: switch 1.4.0 to cmake.eclass
author
Joonas Niilola
<juippis@gentoo.org>
Sat, 8 Feb 2020 07:17:31 +0000
(09:17 +0200)
committer
Joonas Niilola
<juippis@gentoo.org>
Sat, 8 Feb 2020 07:57:58 +0000
(09:57 +0200)
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
media-gfx/opentoonz/opentoonz-1.4.0.ebuild
patch
|
blob
|
history
diff --git
a/media-gfx/opentoonz/opentoonz-1.4.0.ebuild
b/media-gfx/opentoonz/opentoonz-1.4.0.ebuild
index 16a8634aa4c0322c6a7ec5892dbfd63f959725c2..cccd2e4ca023263ccba010546fcb4309bffad2cf 100644
(file)
--- a/
media-gfx/opentoonz/opentoonz-1.4.0.ebuild
+++ b/
media-gfx/opentoonz/opentoonz-1.4.0.ebuild
@@
-3,7
+3,7
@@
EAPI=7
-inherit cmake
-utils
xdg-utils
+inherit cmake xdg-utils
DESCRIPTION="An open-source full-featured 2D animation creation software"
HOMEPAGE="https://github.com/opentoonz/opentoonz"
@@
-67,14
+67,14
@@
src_configure() {
--enable-static \
--disable-shared
- cmake
-utils
_src_configure
+ cmake_src_configure
}
src_compile() {
cd "${S}"/thirdparty/tiff-4.0.3 || die
emake
- cmake
-utils
_src_compile
+ cmake_src_compile
}
pkg_postinst() {