mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-15 01:53:25 -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"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
FONT_SUFFIX="ttf"
|
||||
FONT_S="${S}/bin/scenarist-core/Resources/Fonts"
|
||||
@@ -35,7 +34,6 @@ DEPEND="dev-qt/qtcore:5
|
||||
dev-qt/qtxml:5
|
||||
sys-libs/zlib[minizip]"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
||||
|
||||
src_configure() {
|
||||
eqmake5 Scenarist.pro
|
||||
@@ -49,14 +47,3 @@ src_install() {
|
||||
readme.gentoo_create_doc
|
||||
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