diff options
author | ormorph <[email protected]> | 2022-10-28 12:41:56 +0200 |
---|---|---|
committer | ormorph <[email protected]> | 2022-10-28 19:43:12 +0200 |
commit | 345c52699ff344a3bd46c0ee5df765dc404ac3d1 (patch) | |
tree | 752a6cb2512e0573cc46d7e89d3575a7a91840c6 /trinity-apps/tde-style-ia-ora | |
parent | cc26a6f102600556b4f96fd651ac2b67482e6932 (diff) | |
download | tde-packaging-gentoo-345c52699ff344a3bd46c0ee5df765dc404ac3d1.tar.gz tde-packaging-gentoo-345c52699ff344a3bd46c0ee5df765dc404ac3d1.zip |
Added version 14.0.13
Signed-off-by: ormorph <[email protected]>
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.0.13.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 418069c2..c703c478 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.12.tar.xz 44016 BLAKE2B 855f207541d12db7e035d8f6a538d0ed47e126d75ad88fd3cbe7077cc0091927f046e90109952bd0c2a21ab3fb2fce2b1b0d89c0d710557898a4ec4a9fb36b19 SHA512 648688be4e32436bb2bc1ad0b269a42d2762713bfa74de08c8ef9ebd72525637b5aeb6716fda46050a233dccc5fdbf4b9bea6ba5e2c4ad85835f8b0e1f4f1479 +DIST tde-style-ia-ora-trinity-14.0.13.tar.xz 44000 BLAKE2B 7cc7a4545b111cbe7efcdd0d38a7efde059039afaf2515c93d1eeccd8b35f9dfd6d2c53804cbdbdf64e1c8f1668ee8dfdb3b362526e48e6e292af2fe661b1123 SHA512 d66654307efa7c4e04ed49d7cb09dc0b23ebc656a7c1257d094a415e0ea266b377383cedb678f07e92fde02d7c4d6324a81f8553fd5e03f100300f7918c0b7a8 diff --git a/trinity-apps/tde-style-ia-ora/tde-style-ia-ora-14.0.13.ebuild b/trinity-apps/tde-style-ia-ora/tde-style-ia-ora-14.0.13.ebuild new file mode 100644 index 00000000..1e582486 --- /dev/null +++ b/trinity-apps/tde-style-ia-ora/tde-style-ia-ora-14.0.13.ebuild @@ -0,0 +1,19 @@ +# Copyright 2022 Gentoo Authors +# Copyright 2022 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 |