Signed-off-by: ormorph <roma251078@mail.ru>
(cherry picked from commit f91259178d
)
r14.1.x
parent
c917b0f2c3
commit
c3f770348f
@ -0,0 +1 @@
|
||||
DIST krusader-trinity-14.1.0.tar.xz 2130704 BLAKE2B 64861aab60b3b63acbe98a1fd2a0c4650ac98d4eecf29b76ecefd5faac85b21d01e0237839e12b0bdaf04756e837dc5084f3aca3bb8b159d898a57589d37090b SHA512 b10ecc31afa0edba2eaab78776857cd5251d7295a47fd61696e61a5828151b2aab690065cfd5a5dda3312ce0d1583c0ca074948ff2aedc9c8f7232d30de29e8b
|
@ -0,0 +1,45 @@
|
||||
# Copyright 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_BUILD_ADMIN="yes"
|
||||
|
||||
TRINITY_LANGS="bg bs ca cs da de el en_GB es fr hu it ja lt \
|
||||
nl pl pt_BR pt ru sk sl sr@Latn sr sv tr uk zh_CN"
|
||||
TRINITY_MODULE_TYPE="applications/system"
|
||||
inherit trinity-base-2
|
||||
|
||||
DESCRIPTION="Twin-panel file manager for TDE"
|
||||
HOMEPAGE="https://trinitydesktop.org/"
|
||||
|
||||
LICENSE="|| ( GPL-2 GPL-3 )"
|
||||
SLOT="14"
|
||||
if [[ ${PV} != *9999* ]] ; then
|
||||
KEYWORDS="~amd64 ~arm64 ~x86"
|
||||
fi
|
||||
IUSE=""
|
||||
|
||||
rm_lang() {
|
||||
local x
|
||||
for x in ${TRINITY_LANGS}
|
||||
do
|
||||
if ! has ${x} ${L10N} ; then
|
||||
rm "${S}/po/${x}.po"
|
||||
fi
|
||||
done
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
rm_lang
|
||||
trinity-base-2_src_prepare
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local myconf=(
|
||||
--enable-final=no
|
||||
)
|
||||
trinity-econf "${myconf[@]}"
|
||||
}
|
@ -0,0 +1,45 @@
|
||||
# Copyright 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_BUILD_ADMIN="yes"
|
||||
|
||||
TRINITY_LANGS="bg bs ca cs da de el en_GB es fr hu it ja lt \
|
||||
nl pl pt_BR pt ru sk sl sr@Latn sr sv tr uk zh_CN"
|
||||
TRINITY_MODULE_TYPE="applications/system"
|
||||
inherit trinity-base-2
|
||||
|
||||
DESCRIPTION="Twin-panel file manager for TDE"
|
||||
HOMEPAGE="https://trinitydesktop.org/"
|
||||
|
||||
LICENSE="|| ( GPL-2 GPL-3 )"
|
||||
SLOT="14"
|
||||
if [[ ${PV} != *9999* ]] ; then
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
fi
|
||||
IUSE=""
|
||||
|
||||
rm_lang() {
|
||||
local x
|
||||
for x in ${TRINITY_LANGS}
|
||||
do
|
||||
if ! has ${x} ${L10N} ; then
|
||||
rm "${S}/po/${x}.po"
|
||||
fi
|
||||
done
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
rm_lang
|
||||
trinity-base-2_src_prepare
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local myconf=(
|
||||
--enable-final=no
|
||||
)
|
||||
trinity-econf "${myconf[@]}"
|
||||
}
|
@ -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>
|
Loading…
Reference in new issue