diff options
author | ormorph <[email protected]> | 2022-04-30 20:47:27 +0300 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2022-05-01 16:23:29 +0200 |
commit | 336d8ce82c00a00153a823a187dbc8e0bcf2c7a1 (patch) | |
tree | 920bb9b62e96c92b2a5a7e99352e68afb2783ce8 /trinity-apps/tde-style-ia-ora | |
parent | 1c8d53512742aab368c0f7e9973604eaa54b43ba (diff) | |
download | tde-packaging-gentoo-336d8ce82c00a00153a823a187dbc8e0bcf2c7a1.tar.gz tde-packaging-gentoo-336d8ce82c00a00153a823a187dbc8e0bcf2c7a1.zip |
Added version 14.0.12
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.12.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 d4bf0fe0..fc0e34a9 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.11.tar.xz 268840 BLAKE2B abca563b2b48652b0e97feb866859acbae14c45b92416398c83361b8fc589fee8cf4b35a801933893334860ead9c53464411efb636882bfac0a281533c61691e SHA512 8cf04ea7fa0d836c959536e9e652415ff9aac9a46443fa9c6d596119ed2623d93e2900b9763197a9d65bb54855f255f1c97ebf1acb7582175fb8d340446aeb5c +DIST tde-style-ia-ora-trinity-14.0.12.tar.xz 44016 BLAKE2B 855f207541d12db7e035d8f6a538d0ed47e126d75ad88fd3cbe7077cc0091927f046e90109952bd0c2a21ab3fb2fce2b1b0d89c0d710557898a4ec4a9fb36b19 SHA512 648688be4e32436bb2bc1ad0b269a42d2762713bfa74de08c8ef9ebd72525637b5aeb6716fda46050a233dccc5fdbf4b9bea6ba5e2c4ad85835f8b0e1f4f1479 diff --git a/trinity-apps/tde-style-ia-ora/tde-style-ia-ora-14.0.12.ebuild b/trinity-apps/tde-style-ia-ora/tde-style-ia-ora-14.0.12.ebuild new file mode 100644 index 00000000..1e582486 --- /dev/null +++ b/trinity-apps/tde-style-ia-ora/tde-style-ia-ora-14.0.12.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 |