diff options
author | ormorph <[email protected]> | 2023-04-22 11:30:51 +0300 |
---|---|---|
committer | ormorph <[email protected]> | 2023-04-22 21:42:10 +0300 |
commit | 3e6b95222ab4ee71b69a570f49e1e887b166a83e (patch) | |
tree | 30fa95df5cd70e135890939da86d325d10bf0dca /trinity-apps/twin-style-suse2 | |
parent | 70fc50722d8c4c3d7c566fb8ab9e7d4376eea1bf (diff) | |
download | tde-packaging-gentoo-3e6b95222ab4ee71b69a570f49e1e887b166a83e.tar.gz tde-packaging-gentoo-3e6b95222ab4ee71b69a570f49e1e887b166a83e.zip |
Adding version 14.1.0
Signed-off-by: ormorph <[email protected]>
Diffstat (limited to 'trinity-apps/twin-style-suse2')
-rw-r--r-- | trinity-apps/twin-style-suse2/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/twin-style-suse2/twin-style-suse2-14.1.0.ebuild | 33 |
2 files changed, 34 insertions, 0 deletions
diff --git a/trinity-apps/twin-style-suse2/Manifest b/trinity-apps/twin-style-suse2/Manifest index 6278e375..a0f1f5b5 100644 --- a/trinity-apps/twin-style-suse2/Manifest +++ b/trinity-apps/twin-style-suse2/Manifest @@ -1 +1,2 @@ DIST twin-style-suse2-trinity-14.0.13.tar.xz 77088 BLAKE2B 6d2e37ce2902a58b24bb3e75cf2064960a9f1692030bd162b8edf28b8bab3b26f23c34139d118fefc1cb9b9439546ed78e9c450c89ca3a64dc88156828cfbc18 SHA512 b93f55aeb594a9111b58df6c78f01f4a1915f2057209b61368096d9b3bcb8539db0b3fe373c0fa3909a54c950f1a976e1091a8f40c48a5f7e91586bf14663b62 +DIST twin-style-suse2-trinity-14.1.0.tar.xz 77744 BLAKE2B 7b885ffcca538c80c5750fc5a1239531d0cc9a510d249347050b6fdb8bc8cfcd381edbcf8527506ac6018da430d0de2a7675575570a47db20a50af56116f2357 SHA512 226e2fd37bd934e0879d62fc1de41f85836faa41d4da5f93a323a5c4983115d8fda09ea642c5c9ccf872ad9d30d36daa7d5837031dc2adc49010b5eb7964915c diff --git a/trinity-apps/twin-style-suse2/twin-style-suse2-14.1.0.ebuild b/trinity-apps/twin-style-suse2/twin-style-suse2-14.1.0.ebuild new file mode 100644 index 00000000..3a0b470e --- /dev/null +++ b/trinity-apps/twin-style-suse2/twin-style-suse2-14.1.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 2021-2023 The Trinity Desktop Project +# Distributed under the terms of the GNU General Public License v2 + +EAPI="8" + +TRINITY_EXTRAGEAR_PACKAGING="yes" +TRINITY_HANDBOOK="never" + +TRINITY_LANGS="bg bs cs cy da de el en_GB en_US es et fi fr + he hi hr hu id it ja km ko lo lt nb nl pa pl + pt_BR pt ro ru sk sl sr sv ta tr uk zh_CN zh_TW" + +TRINITY_MODULE_TYPE="applications/themes" +inherit trinity-base-2 + +DESCRIPTION="TWin decoration theme from SUSE 9.3/10.0/10.1" +HOMEPAGE="https://trinitydesktop.org/" + +LICENSE="|| ( GPL-2 GPL-3 )" +SLOT="14" +if [[ ${PV} != *9999* ]] ; then + KEYWORDS="~amd64 ~arm64 ~x86" +fi + +DEPEND="~trinity-base/twin-${PV}" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + -DBUILD_TRANSLATIONS=ON + ) + trinity-base-2_src_configure +} |