media-video/olive: changing eclass
This commit is contained in:
parent
c4e34882a9
commit
42f05eb19d
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
|
|
||||||
inherit xdg-utils cmake-utils
|
inherit xdg-utils cmake
|
||||||
|
|
||||||
DESCRIPTION="Professional open-source non-linear video editor"
|
DESCRIPTION="Professional open-source non-linear video editor"
|
||||||
HOMEPAGE="https://github.com/olive-editor/olive"
|
HOMEPAGE="https://github.com/olive-editor/olive"
|
||||||
@ -53,7 +53,7 @@ src_configure() {
|
|||||||
local mycmakeargs=(
|
local mycmakeargs=(
|
||||||
-DBUILD_DOXYGEN="$(usex doxygen)"
|
-DBUILD_DOXYGEN="$(usex doxygen)"
|
||||||
)
|
)
|
||||||
cmake-utils_src_configure
|
cmake_src_configure
|
||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
@ -61,7 +61,7 @@ src_install() {
|
|||||||
docinto html
|
docinto html
|
||||||
dodoc -r docs/html/.
|
dodoc -r docs/html/.
|
||||||
fi
|
fi
|
||||||
cmake-utils_src_install
|
cmake_src_install
|
||||||
}
|
}
|
||||||
|
|
||||||
pkg_postinst() {
|
pkg_postinst() {
|
||||||
|
Loading…
Reference in New Issue
Block a user