diff --git a/trinity-apps/twin-style-fahrenheit/Manifest b/trinity-apps/twin-style-fahrenheit/Manifest new file mode 100644 index 00000000..a3988c4e --- /dev/null +++ b/trinity-apps/twin-style-fahrenheit/Manifest @@ -0,0 +1 @@ +DIST twin-style-fahrenheit-trinity-14.1.2.tar.xz 20412 BLAKE2B 063f26105edc876f69e38be0b6c7f0a31ebf35abc20fd511af55ca6f1d6e1696828ae32e8b102b22548f20e0e829fc759e8b8f5fbbb1da7e173ce1e19928f651 SHA512 9bb4761db559d0dbe72232118d1b4f073f00c96548b4bf4cefd4cb18bfeb09060489f18fc35f7d051bff35d59b826b42839694ca0be541b507e63555a5e7bd44 diff --git a/trinity-apps/twin-style-fahrenheit/metadata.xml b/trinity-apps/twin-style-fahrenheit/metadata.xml new file mode 100644 index 00000000..689e1534 --- /dev/null +++ b/trinity-apps/twin-style-fahrenheit/metadata.xml @@ -0,0 +1,8 @@ + + + + + team-gentoo@trinitydesktop.org + Trinity Gentoo ebuilds project + + diff --git a/trinity-apps/twin-style-fahrenheit/twin-style-fahrenheit-14.1.2.ebuild b/trinity-apps/twin-style-fahrenheit/twin-style-fahrenheit-14.1.2.ebuild new file mode 100644 index 00000000..10c710b2 --- /dev/null +++ b/trinity-apps/twin-style-fahrenheit/twin-style-fahrenheit-14.1.2.ebuild @@ -0,0 +1,31 @@ +# Copyright 2024 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="pt_BR ru" + +TRINITY_MODULE_TYPE="applications/themes" +inherit trinity-base-2 + +DESCRIPTION="Fahrenheit style for TWin" +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 +} diff --git a/trinity-apps/twin-style-fahrenheit/twin-style-fahrenheit-9999.ebuild b/trinity-apps/twin-style-fahrenheit/twin-style-fahrenheit-9999.ebuild new file mode 100644 index 00000000..10c710b2 --- /dev/null +++ b/trinity-apps/twin-style-fahrenheit/twin-style-fahrenheit-9999.ebuild @@ -0,0 +1,31 @@ +# Copyright 2024 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="pt_BR ru" + +TRINITY_MODULE_TYPE="applications/themes" +inherit trinity-base-2 + +DESCRIPTION="Fahrenheit style for TWin" +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 +}