diff options
author | ormorph <roma251078@mail.ru> | 2023-04-22 11:30:51 +0300 |
---|---|---|
committer | ormorph <roma251078@mail.ru> | 2023-04-22 21:42:10 +0300 |
commit | 3e6b95222ab4ee71b69a570f49e1e887b166a83e (patch) | |
tree | 30fa95df5cd70e135890939da86d325d10bf0dca /trinity-apps/tde-style-baghira | |
parent | 70fc50722d8c4c3d7c566fb8ab9e7d4376eea1bf (diff) | |
download | tde-packaging-gentoo-3e6b95222ab4ee71b69a570f49e1e887b166a83e.tar.gz tde-packaging-gentoo-3e6b95222ab4ee71b69a570f49e1e887b166a83e.zip |
Adding version 14.1.0
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.0.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 facb192c..feb5b6b0 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.13.tar.xz 392728 BLAKE2B b3220adef0cf203ddf0cdf3dff163e7f5b2743f252ebd271d39314721f6157c6ca1303c3d3082e1988dffbb33683c5db4b2b20d3943ac9f85867b02b69670337 SHA512 4e98bb3497f8dfa2984fd72c56d3920450f7b38e98ef0154219958dc4e7a0f126948c6aa12d3d37f9c81b9fc26cb0d163584f4e8b28f004918211ce582bba57a +DIST tde-style-baghira-trinity-14.1.0.tar.xz 393736 BLAKE2B b3f46c3626a1cd50e6eba775a04e5badfa29e22d7dec0be723a791430b40267627a164ee2b514fe4df4a7646c01cb3489b165d2ab6676652113afd9d1b4b9721 SHA512 bcfd9ac62e98e126dc4bd692024f41833ec87fcfd54b7bcec86a3b462ede034c74c3fa7e2e93e0927f387c094eb0b5592917ac04d7aaead72e9ce123c2da4fab diff --git a/trinity-apps/tde-style-baghira/tde-style-baghira-14.1.0.ebuild b/trinity-apps/tde-style-baghira/tde-style-baghira-14.1.0.ebuild new file mode 100644 index 00000000..15f130bd --- /dev/null +++ b/trinity-apps/tde-style-baghira/tde-style-baghira-14.1.0.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 +} |