app-editors/kitscenarist: new package

Application to write screenplays.

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Henrik Pihl <ahvenas@gmail.com>
This commit is contained in:
Henrik Pihl 2020-08-03 13:38:30 +03:00
parent 89c40d06d3
commit 0ba7b97354
No known key found for this signature in database
GPG Key ID: B2DEA32F5D77E247
3 changed files with 89 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST kitscenarist-0.7.2.rc9i.tar.gz 28565555 BLAKE2B 6be60285edc0361a682dedecfe6ea3d75f7cd31421b2bd49f56d5b17af8fbcc56b34e54da3f670212b33a51fa90a3ce5d51b4efffe1aa2c1807a3703a9acb26f SHA512 9e9ba8d930e8de6b0edb8b5e8a6c8e75c16572d33d3dbbc12072191aec5c49bd127727252d288b9d7cc5ddb5c6c75d3a221b9f51b68065b15c228c212e088930

View File

@ -0,0 +1,70 @@
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit desktop font readme.gentoo-r1 qmake-utils xdg
MY_PV="0.7.2.rc9i"
MY_P="${PN}"-"${MY_PV}"
DESCRIPTION="Simple and powerful application for creating screenplays."
HOMEPAGE="https://kitscenarist.ru/en/"
SRC_URI="https://github.com/dimkanovikov/KITScenarist/releases/download/"${MY_PV}"/src.tar.gz -> "${MY_P}".tar.gz"
S="${WORKDIR}/src"
DOC_CONTENTS="Quick startup hints at https://kitscenarist.ru/en/help/first_glance.html"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
FONT_SUFFIX="ttf"
FONT_S="${S}/bin/scenarist-core/Resources/Fonts"
DEPEND="dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtmultimedia:5
dev-qt/qtnetwork:5
dev-qt/qtpositioning:5
dev-qt/qtprintsupport:5
dev-qt/qtquickcontrols:5
dev-qt/qtsql:5
dev-qt/qtsvg:5
dev-qt/qtwebengine:5
dev-qt/qtwidgets:5
dev-qt/qtxml:5
sys-libs/zlib[minizip]"
RDEPEND="${DEPEND}"
BDEPEND=""
src_prepare() {
xdg_src_prepare
}
src_configure() {
eqmake5 Scenarist.pro
emake qmake_all
}
src_preinst() {
xdg_src_prepare
}
src_install() {
newicon -s 512 bin/scenarist-core/Resources/Icons/logo.png "${PN}".png
make_desktop_entry "${PN}" "KIT Scenarist" "${PN}" Office
newbin "${WORKDIR}"/build/Release/bin/scenarist-desktop/Scenarist "${PN}"
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
}

View File

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'>
<pkgmetadata>
<maintainer type="person">
<email>ahvenas@gmail.com</email>
<name>Henrik Pihl</name>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<longdescription>
KIT Scenarist is a program for creating screenplays which oriented at
international standards in the field of film production. The program is a
full-featured studio for creating stories from the birth of the idea and
before the transfer of the script to production.
</longdescription>
</pkgmetadata>