Added style for twin twin-style-fahrenheit

Signed-off-by: ormorph <roma251078@mail.ru>
pull/371/head
ormorph 3 weeks ago
parent af2a12ec63
commit cf8c3b9b66
No known key found for this signature in database
GPG Key ID: 30407D7656623DFD

@ -0,0 +1 @@
DIST twin-style-fahrenheit-trinity-14.1.2.tar.xz 20412 BLAKE2B 063f26105edc876f69e38be0b6c7f0a31ebf35abc20fd511af55ca6f1d6e1696828ae32e8b102b22548f20e0e829fc759e8b8f5fbbb1da7e173ce1e19928f651 SHA512 9bb4761db559d0dbe72232118d1b4f073f00c96548b4bf4cefd4cb18bfeb09060489f18fc35f7d051bff35d59b826b42839694ca0be541b507e63555a5e7bd44

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>team-gentoo@trinitydesktop.org</email>
<name>Trinity Gentoo ebuilds project</name>
</maintainer>
</pkgmetadata>

@ -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
}

@ -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
}
Loading…
Cancel
Save