diff options
author | ormorph <roma251078@mail.ru> | 2022-04-30 20:47:27 +0300 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2022-05-01 16:23:29 +0200 |
commit | 336d8ce82c00a00153a823a187dbc8e0bcf2c7a1 (patch) | |
tree | 920bb9b62e96c92b2a5a7e99352e68afb2783ce8 /trinity-apps/tde-style-baghira | |
parent | 1c8d53512742aab368c0f7e9973604eaa54b43ba (diff) | |
download | tde-packaging-gentoo-336d8ce82c00a00153a823a187dbc8e0bcf2c7a1.tar.gz tde-packaging-gentoo-336d8ce82c00a00153a823a187dbc8e0bcf2c7a1.zip |
Added version 14.0.12
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-apps/tde-style-baghira')
-rw-r--r-- | trinity-apps/tde-style-baghira/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/tde-style-baghira/tde-style-baghira-14.0.12.ebuild | 28 |
2 files changed, 29 insertions, 0 deletions
diff --git a/trinity-apps/tde-style-baghira/Manifest b/trinity-apps/tde-style-baghira/Manifest index 4399ee04..6a91fa4e 100644 --- a/trinity-apps/tde-style-baghira/Manifest +++ b/trinity-apps/tde-style-baghira/Manifest @@ -1 +1,2 @@ DIST tde-style-baghira-trinity-14.0.11.tar.xz 392836 BLAKE2B 01fe6e248cdb97bdd8caff31be29ca975fb1a993ea7ddd52557e6b37171396327c1953c17758a1811638112a06ae86ac74b2b8f5fadfbcb7e157f17fb3a6166b SHA512 79f8987f077820ce1e22d1b1eb487738397ce6c6080ebb5cc50b0c7afd6db5ff92438280264ea0813650ae4b22f82085264769d33ffaf344242d8fffcb79544c +DIST tde-style-baghira-trinity-14.0.12.tar.xz 392840 BLAKE2B 67eea9487ceff336cc63b5a298a928d6d3ccb70ad7557c5bed2f45ecedd02e0ca0335ee15c5d6203e2f16089b118b1dd34299f5cbb7cf82a690cf24eea506819 SHA512 0c9ea779398fc26d998b2df47604fa53c9bb48a570006934707a26d18895cd887a682a9d1b6fd7fe6e0fa67989a5bc612af9cfc51d6b6f795d0107886725ddc4 diff --git a/trinity-apps/tde-style-baghira/tde-style-baghira-14.0.12.ebuild b/trinity-apps/tde-style-baghira/tde-style-baghira-14.0.12.ebuild new file mode 100644 index 00000000..8779a115 --- /dev/null +++ b/trinity-apps/tde-style-baghira/tde-style-baghira-14.0.12.ebuild @@ -0,0 +1,28 @@ +# Copyright 2022 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="de" + +TRINITY_MODULE_TYPE="applications/themes" +inherit trinity-base-2 + +DESCRIPTION="Baghira 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 +} |