Added new style for twin tde-style-polyester
Signed-off-by: ormorph <roma251078@mail.ru>pull/370/head
parent
11ea03a17b
commit
f89c9441e6
@ -0,0 +1 @@
|
||||
DIST tde-style-polyester-trinity-14.1.2.tar.xz 205688 BLAKE2B 439bc159baf9acc85e5d96876aa80af4eddb0bd9890ec78ee8ecc9b17f7576111a2ff1d95b519f106d81ad14e281a1725b7a381cab836ef162916e21ff7f6618 SHA512 488746d7dc22a5dca332f2e979c242d637fee29d7d03e41c85c184fb674c58f0b2a9a086b7cd996c61810607835ebfcfcaefc4b5329f9fb14d5ed786d3080da9
|
@ -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,28 @@
|
||||
# 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="it pl"
|
||||
|
||||
TRINITY_MODULE_TYPE="applications/themes"
|
||||
inherit trinity-base-2
|
||||
|
||||
DESCRIPTION="Polyester widget style for TDE"
|
||||
HOMEPAGE="https://trinitydesktop.org/"
|
||||
|
||||
LICENSE="|| ( GPL-2 GPL-3 )"
|
||||
SLOT="14"
|
||||
if [[ ${PV} != *9999* ]] ; then
|
||||
KEYWORDS="~amd64 ~arm64 ~x86"
|
||||
fi
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DBUILD_TRANSLATIONS=ON
|
||||
)
|
||||
trinity-base-2_src_configure
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
# 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="it pl"
|
||||
|
||||
TRINITY_MODULE_TYPE="applications/themes"
|
||||
inherit trinity-base-2
|
||||
|
||||
DESCRIPTION="Polyester widget style for TDE"
|
||||
HOMEPAGE="https://trinitydesktop.org/"
|
||||
|
||||
LICENSE="|| ( GPL-2 GPL-3 )"
|
||||
SLOT="14"
|
||||
if [[ ${PV} != *9999* ]] ; then
|
||||
KEYWORDS="~amd64 ~arm64 ~x86"
|
||||
fi
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DBUILD_TRANSLATIONS=ON
|
||||
)
|
||||
trinity-base-2_src_configure
|
||||
}
|
Loading…
Reference in New Issue