diff options
author | ormorph <roma251078@mail.ru> | 2023-04-22 11:30:51 +0300 |
---|---|---|
committer | ormorph <roma251078@mail.ru> | 2023-04-22 21:42:10 +0300 |
commit | 3e6b95222ab4ee71b69a570f49e1e887b166a83e (patch) | |
tree | 30fa95df5cd70e135890939da86d325d10bf0dca /trinity-apps/tde-style-ia-ora | |
parent | 70fc50722d8c4c3d7c566fb8ab9e7d4376eea1bf (diff) | |
download | tde-packaging-gentoo-3e6b95222ab4ee71b69a570f49e1e887b166a83e.tar.gz tde-packaging-gentoo-3e6b95222ab4ee71b69a570f49e1e887b166a83e.zip |
Adding version 14.1.0
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-apps/tde-style-ia-ora')
-rw-r--r-- | trinity-apps/tde-style-ia-ora/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/tde-style-ia-ora/tde-style-ia-ora-14.1.0.ebuild | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/trinity-apps/tde-style-ia-ora/Manifest b/trinity-apps/tde-style-ia-ora/Manifest index f5f895ea..5688980a 100644 --- a/trinity-apps/tde-style-ia-ora/Manifest +++ b/trinity-apps/tde-style-ia-ora/Manifest @@ -1 +1,2 @@ DIST tde-style-ia-ora-trinity-14.0.13.tar.xz 44000 BLAKE2B 7cc7a4545b111cbe7efcdd0d38a7efde059039afaf2515c93d1eeccd8b35f9dfd6d2c53804cbdbdf64e1c8f1668ee8dfdb3b362526e48e6e292af2fe661b1123 SHA512 d66654307efa7c4e04ed49d7cb09dc0b23ebc656a7c1257d094a415e0ea266b377383cedb678f07e92fde02d7c4d6324a81f8553fd5e03f100300f7918c0b7a8 +DIST tde-style-ia-ora-trinity-14.1.0.tar.xz 43972 BLAKE2B 9b8232d96d9108452f28cb8bc9094c1f5c2b9ef9262873e55720f73d531fefe42b4efd571a18d844c37020143cc70ed60fb07bbad7fd200b3dbeec31014deeef SHA512 206178747d9c5064fcc6b2498e95ad5339e4c1d57d36ef7df277be37bad454681cd7d7921001dd464ba9fb4331b9f7fa09d44804c30dcff36c79af53c51c1c0c diff --git a/trinity-apps/tde-style-ia-ora/tde-style-ia-ora-14.1.0.ebuild b/trinity-apps/tde-style-ia-ora/tde-style-ia-ora-14.1.0.ebuild new file mode 100644 index 00000000..38ccbcac --- /dev/null +++ b/trinity-apps/tde-style-ia-ora/tde-style-ia-ora-14.1.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 2020-2023 Gentoo Authors +# Copyright 2020-2023 The Trinity Desktop Project +# Distributed under the terms of the GNU General Public License v2 + +EAPI="8" + +TRINITY_EXTRAGEAR_PACKAGING="no" + +TRINITY_MODULE_TYPE="applications/themes" +inherit trinity-base-2 + +DESCRIPTION="Ia Ora widget style for TDE" +HOMEPAGE="https://trinitydesktop.org/" + +LICENSE="|| ( GPL-2 GPL-3 )" +SLOT="14" +if [[ ${PV} != *9999* ]] ; then + KEYWORDS="~amd64 ~arm64 ~x86" +fi |