summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorormorph <roma251078@mail.ru>2020-11-28 23:44:59 +0300
committerTDE Gitea <gitea@mirror.git.trinitydesktop.org>2020-11-29 18:54:38 +0000
commit1f488225a13b7ae1ec1691d82d87ec83da006bf7 (patch)
treee13cc9b108585c83bb79609e03ca2e161f070a27
parent5ae0925444db04bec4d54c3b50a759101f37469d (diff)
downloadtde-packaging-gentoo-1f488225.tar.gz
tde-packaging-gentoo-1f488225.zip
Added gwenview package
Signed-off-by: ormorph <roma251078@mail.ru>
-rw-r--r--trinity-apps/gwenview-i18n/gwenview-i18n-9999.ebuild45
-rw-r--r--trinity-apps/gwenview/gwenview-9999.ebuild30
2 files changed, 75 insertions, 0 deletions
diff --git a/trinity-apps/gwenview-i18n/gwenview-i18n-9999.ebuild b/trinity-apps/gwenview-i18n/gwenview-i18n-9999.ebuild
new file mode 100644
index 00000000..670e222e
--- /dev/null
+++ b/trinity-apps/gwenview-i18n/gwenview-i18n-9999.ebuild
@@ -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
+}
diff --git a/trinity-apps/gwenview/gwenview-9999.ebuild b/trinity-apps/gwenview/gwenview-9999.ebuild
new file mode 100644
index 00000000..a0809465
--- /dev/null
+++ b/trinity-apps/gwenview/gwenview-9999.ebuild
@@ -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