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-qtcurve | |
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-qtcurve')
-rw-r--r-- | trinity-apps/tde-style-qtcurve/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/tde-style-qtcurve/tde-style-qtcurve-14.0.12.ebuild | 29 |
2 files changed, 30 insertions, 0 deletions
diff --git a/trinity-apps/tde-style-qtcurve/Manifest b/trinity-apps/tde-style-qtcurve/Manifest index d0e19f11..76d63b5a 100644 --- a/trinity-apps/tde-style-qtcurve/Manifest +++ b/trinity-apps/tde-style-qtcurve/Manifest @@ -1 +1,2 @@ DIST tde-style-qtcurve-trinity-14.0.11.tar.xz 383728 BLAKE2B 1c3e2a5268ce78bf2aa4d27edd0f0fb057f036447468970bbfde94b1ffd7a54727ba3050c3a56d29eb5b394f8b8bf38965627cff0a555014eebf3b6fc027cdd2 SHA512 52592a30a299faef1543e8845a6742676098921b7e5bb2d6227cb6acc99dfa6662a47999f19de6cb4e150facf6184b6af002cb7c57b0d24b2aaa1a68b37819a0 +DIST tde-style-qtcurve-trinity-14.0.12.tar.xz 161672 BLAKE2B 421ae387cb4e2301847b7f65d3ad47344dfbb20f51599bb607871587d47f2f1248ff5b54e89aeeca3d5055ecd4ecc97533a744ee51c7d016b318e4468393e576 SHA512 39acb4dd7738d7eaecbd719097ba4ded1e43bdd3f0f109139aa3185c77bf6fad8d8230034d0274a9db87e1a307bfb145e8fabbd572b04bb8f9dea4e5f5636ac8 diff --git a/trinity-apps/tde-style-qtcurve/tde-style-qtcurve-14.0.12.ebuild b/trinity-apps/tde-style-qtcurve/tde-style-qtcurve-14.0.12.ebuild new file mode 100644 index 00000000..dde49b70 --- /dev/null +++ b/trinity-apps/tde-style-qtcurve/tde-style-qtcurve-14.0.12.ebuild @@ -0,0 +1,29 @@ +# Copyright 2022 Gentoo Authors +# 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 tr" + +TRINITY_MODULE_TYPE="applications/themes" +inherit trinity-base-2 + +DESCRIPTION="QtCurve 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 +} |