diff options
author | ormorph <roma251078@mail.ru> | 2022-10-21 21:26:06 +0200 |
---|---|---|
committer | ormorph <roma251078@mail.ru> | 2022-10-21 21:26:06 +0200 |
commit | d461849db3f8a3979ca7f2b03ab68ed4ce65bcb2 (patch) | |
tree | db683ceb3b70596ea88833fc6fd9dfc1d3361f0a /trinity-apps/tde-style-qtcurve | |
parent | f6f1346c2bc2531895b27077add6f0f3adea8d04 (diff) | |
download | tde-packaging-gentoo-d461849db3f8a3979ca7f2b03ab68ed4ce65bcb2.tar.gz tde-packaging-gentoo-d461849db3f8a3979ca7f2b03ab68ed4ce65bcb2.zip |
Removing version 14.0.11
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.11.ebuild | 29 |
2 files changed, 0 insertions, 30 deletions
diff --git a/trinity-apps/tde-style-qtcurve/Manifest b/trinity-apps/tde-style-qtcurve/Manifest index 76d63b5a..8ad3a4c6 100644 --- a/trinity-apps/tde-style-qtcurve/Manifest +++ b/trinity-apps/tde-style-qtcurve/Manifest @@ -1,2 +1 @@ -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.11.ebuild b/trinity-apps/tde-style-qtcurve/tde-style-qtcurve-14.0.11.ebuild deleted file mode 100644 index 8db04a73..00000000 --- a/trinity-apps/tde-style-qtcurve/tde-style-qtcurve-14.0.11.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Copyright 2021 The Trinity Desktop Project -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -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 -} |