diff options
Diffstat (limited to 'trinity-apps/gwenview-i18n')
-rw-r--r-- | trinity-apps/gwenview-i18n/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/gwenview-i18n/gwenview-i18n-14.0.11.ebuild | 41 |
2 files changed, 0 insertions, 42 deletions
diff --git a/trinity-apps/gwenview-i18n/Manifest b/trinity-apps/gwenview-i18n/Manifest index 12f0de42..b26c0f50 100644 --- a/trinity-apps/gwenview-i18n/Manifest +++ b/trinity-apps/gwenview-i18n/Manifest @@ -1,2 +1 @@ -DIST gwenview-i18n-trinity-14.0.11.tar.xz 1635508 BLAKE2B a63375daebc696a03e383d7be31ffa81dab8e2eb2a071b3c7a284341e2f3d84c08937d5eb563653d28e9cb9e42d5766bf301158d911af6421ff7279d19ff53bd SHA512 9115cc6a568b7bda4cf8cf4c3c8fc637a4a8c8605e8d0b05f745db31404d3a0c1a23c90df102b98bd2a019aff0e9e36d4b5b51aeae6d9cc0eddbcbd92a8c6d92 DIST gwenview-i18n-trinity-14.0.12.tar.xz 1636068 BLAKE2B 2bfca322f6a270b465861ab80daebd0172582c3ea96b2a632ffbcfb9a7df5304e8c47a56a959e08e22cb94080706ce2da7b2b120a904739905d3658335aa1ae5 SHA512 6de666816217bf539ea6352b590a86a8c727d409fe070102eb6879a11dd030808753db0ff3962bbd346d9954dfe1b473e448e01daff27874c284b6e4efc7eea5 diff --git a/trinity-apps/gwenview-i18n/gwenview-i18n-14.0.11.ebuild b/trinity-apps/gwenview-i18n/gwenview-i18n-14.0.11.ebuild deleted file mode 100644 index eb668b57..00000000 --- a/trinity-apps/gwenview-i18n/gwenview-i18n-14.0.11.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Copyright 2021 The Trinity Desktop Project -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -TEG_PO_DIR=${S} - -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" - -TRINITY_EXTRAGEAR_PACKAGING="yes" -TRINITY_MODULE_TYPE="applications/graphics" -inherit trinity-base-2 - -DESCRIPTION="Internationalization support for Gwenview [Trinity]" -HOMEPAGE="https://trinitydesktop.org/" - -LICENSE="FDL-1.2" -SLOT="14" -if [[ ${PV} != *9999* ]] ; then - KEYWORDS="~amd64 ~arm64 ~x86" -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 -} |