diff options
author | ormorph <roma251078@mail.ru> | 2023-10-27 13:50:17 +0300 |
---|---|---|
committer | ormorph <roma251078@mail.ru> | 2023-10-27 13:50:17 +0300 |
commit | 18d39ed9f062321b596258a9137f10b3e93b71e0 (patch) | |
tree | fe24a566266198330ff71db390413fdf7a9d63af /trinity-apps/tde-style-baghira | |
parent | cd2192fbe2c90ea734db5bc716740b7dded481b6 (diff) | |
download | tde-packaging-gentoo-18d39ed9f062321b596258a9137f10b3e93b71e0.tar.gz tde-packaging-gentoo-18d39ed9f062321b596258a9137f10b3e93b71e0.zip |
Release R14.1.1 added
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.1.1.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 05bfd1b3..b6a9b192 100644 --- a/trinity-apps/tde-style-baghira/Manifest +++ b/trinity-apps/tde-style-baghira/Manifest @@ -1 +1,2 @@ DIST tde-style-baghira-trinity-14.1.0.tar.xz 393736 BLAKE2B b3f46c3626a1cd50e6eba775a04e5badfa29e22d7dec0be723a791430b40267627a164ee2b514fe4df4a7646c01cb3489b165d2ab6676652113afd9d1b4b9721 SHA512 bcfd9ac62e98e126dc4bd692024f41833ec87fcfd54b7bcec86a3b462ede034c74c3fa7e2e93e0927f387c094eb0b5592917ac04d7aaead72e9ce123c2da4fab +DIST tde-style-baghira-trinity-14.1.1.tar.xz 393368 BLAKE2B cce57e7e4febf4d7777aa5ae029d79f0e9d6932cf01f603a1ed91e989fe9e56583eb2fb56bf55d1fd0286922ebfce7ae56ec34515d4ad5b3b2a4a17452a44c7a SHA512 04b7662659ab81a2f4d143a2ecf7e72088d7533039d3102dd185575578a1a66354b64ffa09d5f6dfbd14892c82e022060d985a965d32f43d0bcf63baaa5f636e diff --git a/trinity-apps/tde-style-baghira/tde-style-baghira-14.1.1.ebuild b/trinity-apps/tde-style-baghira/tde-style-baghira-14.1.1.ebuild new file mode 100644 index 00000000..15f130bd --- /dev/null +++ b/trinity-apps/tde-style-baghira/tde-style-baghira-14.1.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 2021-2023 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 +} |