media-video/olive: add maintainer, refine eclass usage
Package-Manager: Portage-3.0.4, Repoman-3.0.1
This commit is contained in:
parent
0b7b4ba339
commit
4e40189476
@ -1,6 +1,10 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
<pkgmetadata>
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<email> parona@protonmail.com </email>
|
||||||
|
<name> Parona </name>
|
||||||
|
</maintainer>
|
||||||
<use>
|
<use>
|
||||||
<flag name="doxygen"> Build and install source code documentation </flag>
|
<flag name="doxygen"> Build and install source code documentation </flag>
|
||||||
</use>
|
</use>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
|
|
||||||
inherit xdg-utils cmake
|
inherit xdg 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"
|
||||||
@ -64,15 +64,3 @@ src_install() {
|
|||||||
fi
|
fi
|
||||||
cmake_src_install
|
cmake_src_install
|
||||||
}
|
}
|
||||||
|
|
||||||
pkg_postinst() {
|
|
||||||
xdg_desktop_database_update
|
|
||||||
xdg_mimeinfo_database_update
|
|
||||||
xdg_icon_cache_update
|
|
||||||
}
|
|
||||||
|
|
||||||
pkg_postrm() {
|
|
||||||
xdg_desktop_database_update
|
|
||||||
xdg_mimeinfo_database_update
|
|
||||||
xdg_icon_cache_update
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user