Added gwenview package

Signed-off-by: ormorph <roma251078@mail.ru>
pull/183/head
ormorph 4 years ago committed by TDE Gitea
parent 5ae0925444
commit 1f488225a1

@ -0,0 +1,45 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 2020 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
TRINITY_MODULE_TYPE="applications"
TRINITY_EXTRAGEAR_PACKAGING="yes"
inherit trinity-base-2
set-trinityver
DESCRIPTION="Internationalization support for Gwenview [Trinity]"
HOMEPAGE="https://trinitydesktop.org/"
need-trinity
TRINITY_LANGS="ar br cy el et fo he is ka ms nl pl ro sk sv th ve zh_CN
az ca da en_GB fa fr hi it ko nb nso pt ru sr ta tr vi zh_TW
bg cs de es fi gl hu ja lt nds pa pt_BR rw sr@Latn uk xh zu"
SLOT="${TRINITY_VER}"
if [[ ${PV} != *9999* ]] ; then
KEYWORDS="~x86 ~amd64 ~arm ~arm64"
fi
for X in ${TRINITY_LANGS} ; do
IUSE="${IUSE} l10n_${X}"
done
DEPEND="
~trinity-base/tdelibs-${PV}
"
RDEPEND="${DEPEND}"
TEG_PO_DIR=${S}
src_configure() {
local mycmakeargs=(
-DBUILD_TRANSLATIONS=ON
)
trinity-base-2_src_configure
}

@ -0,0 +1,30 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 2020 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
TRINITY_MODULE_TYPE="applications"
TRINITY_BUILD_ADMIN="yes"
inherit trinity-base-2
set-trinityver
DESCRIPTION="Gwenview is an image viewer for TDE"
HOMEPAGE="https://trinitydesktop.org/"
SLOT="${TRINITY_VER}"
if [[ ${PV} != *9999* ]] ; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
fi
IUSE=""
DEPEND="
~trinity-base/tdelibs-${PV}
~trinity-apps/gwenview-i18n-${PV}
media-gfx/exiv2
"
RDEPEND="${DEPEND}"
need-trinity
Loading…
Cancel
Save