diff options
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.2.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 6dd5700d..99829f0d 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.1.1.tar.xz 43956 BLAKE2B a9c1d6c26f2dbb221735bc5fe93f333d0c5f3620f7b6d7d9e1fa2c6cb441a5c03dd9fa6c11a2c9ec104d2cc92b07f5835d6914912129a0ef0f82700455a9e14a SHA512 1e5a7e80398499ae16d3ac3e5ea9c0e6fb03a90c9794eda38069ba9eedfd531f3f217a548ae67e57c7a0c13e8d2fa2e2da75eff892fe84663225c000e3945636 +DIST tde-style-ia-ora-trinity-14.1.2.tar.xz 62712 BLAKE2B d1f0f47f70759c2cdfc37d6ace245b41f602456154a0ee98bd7f44149747cce15919164ae6ab31283a07c1e3a0c106b105ca7c7feb8de0aae487713be850f391 SHA512 b38413fb80e51d2f8b53d737b17f262c4fe02b80ba849bc1536537b33a2b35ed4d2e1f650ce7dc063a8607a888309cc92fde2a2a40ca45f3ff3612fa4d4ae097 diff --git a/trinity-apps/tde-style-ia-ora/tde-style-ia-ora-14.1.2.ebuild b/trinity-apps/tde-style-ia-ora/tde-style-ia-ora-14.1.2.ebuild new file mode 100644 index 00000000..f4cc5216 --- /dev/null +++ b/trinity-apps/tde-style-ia-ora/tde-style-ia-ora-14.1.2.ebuild @@ -0,0 +1,19 @@ +# Copyright 2020-2024 Gentoo Authors +# Copyright 2020-2024 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 |