diff options
author | ormorph <[email protected]> | 2021-11-15 22:06:35 +0300 |
---|---|---|
committer | ormorph <[email protected]> | 2021-11-16 00:22:50 +0300 |
commit | 9f59a1d0c834bc706d6e74f0a0dc9f026e935b41 (patch) | |
tree | dbe2babfd8aea5f985063e94dcfa22679c93526f /trinity-apps/tdmtheme | |
parent | ffbff856abb47b6fb62cdd430211c67f67478c5b (diff) | |
download | tde-packaging-gentoo-9f59a1d0c834bc706d6e74f0a0dc9f026e935b41.tar.gz tde-packaging-gentoo-9f59a1d0c834bc706d6e74f0a0dc9f026e935b41.zip |
Added ebuilds for stable version 14.0.11
Signed-off-by: ormorph <[email protected]>
Diffstat (limited to 'trinity-apps/tdmtheme')
-rw-r--r-- | trinity-apps/tdmtheme/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/tdmtheme/tdmtheme-14.0.11.ebuild | 31 |
2 files changed, 32 insertions, 0 deletions
diff --git a/trinity-apps/tdmtheme/Manifest b/trinity-apps/tdmtheme/Manifest index 5483de22..aa4cd9f4 100644 --- a/trinity-apps/tdmtheme/Manifest +++ b/trinity-apps/tdmtheme/Manifest @@ -1 +1,2 @@ +DIST tdmtheme-trinity-14.0.11.tar.xz 24240 BLAKE2B 28a41b4e68b1529c45790ac56531c325561f33f7f5a506dc1b0c28a7de2b1f91df5e169c43892b16ad1026bccdbc1f6d454647a2d31597da42e58b15988d6a26 SHA512 d1fab3fd4f4313e81b0fca7d2e5b9a2e2d17e7e0735319928a917f4456a663ad419308a7d1ee75ff80a1f350e228c4ff0c9f0a84df5081e53d761c1385d300c9 DIST tdmtheme-trinity-14.0.8.tar.xz 264672 BLAKE2B 978e7c176c259b8fbebb4d83c26e9593c310622b24ba9e2592a378f9f19579156e94fd68c7d0f0fb64d9862d0fd01101eb625363fdece4f7740f1677cc44a402 SHA512 d490998b9228df59df1549b1a4e2455757771c6e1d77f4c4ca545d7134bc405a61933f6c4294afd60a6a60f7b10e41c4c8451bff16072f2a2bc920199abb10ce diff --git a/trinity-apps/tdmtheme/tdmtheme-14.0.11.ebuild b/trinity-apps/tdmtheme/tdmtheme-14.0.11.ebuild new file mode 100644 index 00000000..764fdc6a --- /dev/null +++ b/trinity-apps/tdmtheme/tdmtheme-14.0.11.ebuild @@ -0,0 +1,31 @@ +# Copyright 2021 Gentoo Authors +# Copyright 2021 The Trinity Desktop Project +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +TRINITY_EXTRAGEAR_PACKAGING="yes" +TRINITY_HANDBOOK="optional" + +TRINITY_LANGS="de" + +TRINITY_MODULE_TYPE="applications/themes" +inherit trinity-base-2 + +DESCRIPTION="A theme manager for TDM" +HOMEPAGE="https://trinitydesktop.org/" + +LICENSE="|| ( GPL-2 GPL-3 )" +SLOT="14" +if [[ ${PV} != *9999* ]] ; then + KEYWORDS="~amd64 ~x86" +fi + +RDEPEND="~trinity-base/tdm-${PV}" + +src_configure() { + local mycmakeargs=( + -DBUILD_TRANSLATIONS=ON + ) + trinity-base-2_src_configure +} |