mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
app-editors/kitscenarist: simplify build
Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Henrik Pihl <ahvenas@gmail.com>
This commit is contained in:
@@ -16,7 +16,6 @@ DOC_CONTENTS="Quick startup hints at https://kitscenarist.ru/en/help/first_glanc
|
|||||||
LICENSE="GPL-3"
|
LICENSE="GPL-3"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
IUSE=""
|
|
||||||
|
|
||||||
FONT_SUFFIX="ttf"
|
FONT_SUFFIX="ttf"
|
||||||
FONT_S="${S}/bin/scenarist-core/Resources/Fonts"
|
FONT_S="${S}/bin/scenarist-core/Resources/Fonts"
|
||||||
@@ -35,7 +34,6 @@ DEPEND="dev-qt/qtcore:5
|
|||||||
dev-qt/qtxml:5
|
dev-qt/qtxml:5
|
||||||
sys-libs/zlib[minizip]"
|
sys-libs/zlib[minizip]"
|
||||||
RDEPEND="${DEPEND}"
|
RDEPEND="${DEPEND}"
|
||||||
BDEPEND=""
|
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
eqmake5 Scenarist.pro
|
eqmake5 Scenarist.pro
|
||||||
@@ -49,14 +47,3 @@ src_install() {
|
|||||||
readme.gentoo_create_doc
|
readme.gentoo_create_doc
|
||||||
font_src_install
|
font_src_install
|
||||||
}
|
}
|
||||||
|
|
||||||
pkg_postinst() {
|
|
||||||
xdg_pkg_postinst
|
|
||||||
font_pkg_postinst
|
|
||||||
readme.gentoo_print_elog
|
|
||||||
}
|
|
||||||
|
|
||||||
pkg_postrm() {
|
|
||||||
xdg_pkg_postrm
|
|
||||||
font_pkg_postrm
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user