diff options
Diffstat (limited to 'trinity-apps/tdmtheme')
-rw-r--r-- | trinity-apps/tdmtheme/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/tdmtheme/tdmtheme-14.1.0.ebuild | 31 |
2 files changed, 32 insertions, 0 deletions
diff --git a/trinity-apps/tdmtheme/Manifest b/trinity-apps/tdmtheme/Manifest index cfef5b53..86377817 100644 --- a/trinity-apps/tdmtheme/Manifest +++ b/trinity-apps/tdmtheme/Manifest @@ -1 +1,2 @@ DIST tdmtheme-trinity-14.0.13.tar.xz 24252 BLAKE2B 5f0772c91b6e15bbd3aa00a0cf1056d81cd11a0f459e5791ec03db93911c904c135f192edb0d70ed4e1a866e3116a2b95ffe2859e3b836ae9cfcc138293fdff2 SHA512 cc05ea9a61ef83d11db06cf8ad012c59d6930f82985a9b5b6140998e460c01f281cb212682ed25053d750ccd56a8589afca15d462ce2c9e6fa3c03ba6e08af7f +DIST tdmtheme-trinity-14.1.0.tar.xz 24260 BLAKE2B 203e282108106ef8c260988999b3872cbb5ef02ee80713ad3944971dd17f8bcb837fcb559cee142c6a7a7479762f02f0f2b681d35030e6da4e913bd81cecdb21 SHA512 5657269a1ca08c95f5ad5992fd9ea141ea4dfbb9f696b6a6bd3165856866b8d81df12c59de98374021133a96f6a9078a952f5dc8bb49621290999fa2cf19e902 diff --git a/trinity-apps/tdmtheme/tdmtheme-14.1.0.ebuild b/trinity-apps/tdmtheme/tdmtheme-14.1.0.ebuild new file mode 100644 index 00000000..251c8b1d --- /dev/null +++ b/trinity-apps/tdmtheme/tdmtheme-14.1.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 2020-2023 Gentoo Authors +# Copyright 2020-2023 The Trinity Desktop Project +# Distributed under the terms of the GNU General Public License v2 + +EAPI="8" + +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 ~arm64 ~x86" +fi + +RDEPEND="~trinity-base/tdm-${PV}" + +src_configure() { + local mycmakeargs=( + -DBUILD_TRANSLATIONS=ON + ) + trinity-base-2_src_configure +} |