diff options
author | ormorph <roma251078@mail.ru> | 2023-10-22 09:26:44 +0300 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-10-22 18:59:09 +0200 |
commit | e8ab477a377e080da6e194f6701c9f54928f1ce7 (patch) | |
tree | 93a2d9fa8086c9377f468ce6a0987b5ef40279bb /trinity-apps/gwenview-i18n | |
parent | 6049aa3d3fae67d258ab11f9ac2865a4d4f0a737 (diff) | |
download | tde-packaging-gentoo-e8ab477a377e080da6e194f6701c9f54928f1ce7.tar.gz tde-packaging-gentoo-e8ab477a377e080da6e194f6701c9f54928f1ce7.zip |
Removing version 14.0.13
Signed-off-by: ormorph <roma251078@mail.ru>
(cherry picked from commit e0aaa94a0394aa0f8bf0ca298a6df4f6c2d6aad3)
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.13.ebuild | 41 |
2 files changed, 0 insertions, 42 deletions
diff --git a/trinity-apps/gwenview-i18n/Manifest b/trinity-apps/gwenview-i18n/Manifest index b1be029a..63f52a96 100644 --- a/trinity-apps/gwenview-i18n/Manifest +++ b/trinity-apps/gwenview-i18n/Manifest @@ -1,2 +1 @@ -DIST gwenview-i18n-trinity-14.0.13.tar.xz 1636048 BLAKE2B 62f67e96085038680793b6d6af87823292e636a5d91248b4851c2bbf743b8a6b62876b5f54e5a8a6ed1e4ad570cb6e76ea6f5d1623b8de8e442a3a37fe921e00 SHA512 f6693383083fa45cba654e58914cf098a1630f336878523b68e376021a2cfd55766b2764b85ca63b75b0a069919e7b76be809f841d01e1288a7767ceb4b717f7 DIST gwenview-i18n-trinity-14.1.0.tar.xz 1384996 BLAKE2B cfcec0e044b74180076c3a494bd07ce327da4a4a12b283e0fe0338ae571a043ea1b3628d6dbff2111b1e51dbcf7d2b14f9431c5163e4d5f91a94c3125127e496 SHA512 333b235089c24c71837a86a614817ac310c257ce82f8f98dd0acb95d365e3b10f5a6624ec617eae4eb0d8cd7bfba48e2472eb79bd28b9b3b0051fc3980b2c4a3 diff --git a/trinity-apps/gwenview-i18n/gwenview-i18n-14.0.13.ebuild b/trinity-apps/gwenview-i18n/gwenview-i18n-14.0.13.ebuild deleted file mode 100644 index cb6f33b5..00000000 --- a/trinity-apps/gwenview-i18n/gwenview-i18n-14.0.13.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Copyright 2022 The Trinity Desktop Project -# Distributed under the terms of the GNU General Public License v2 - -EAPI="8" - -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 -} |