diff options
author | ormorph <roma251078@mail.ru> | 2021-12-05 16:49:54 +0300 |
---|---|---|
committer | ormorph <roma251078@mail.ru> | 2021-12-05 16:49:54 +0300 |
commit | 20d2cdcc6ed13b40485942e8531fd8f8516bcbbe (patch) | |
tree | fc08b9ad5a375c57e41cff3c63e10ccb92da00ba /trinity-apps/tde-style-qtcurve | |
parent | 2eb38c699ebf0ab2f557e36053410ccaa4a64544 (diff) | |
download | tde-packaging-gentoo-20d2cdcc6ed13b40485942e8531fd8f8516bcbbe.tar.gz tde-packaging-gentoo-20d2cdcc6ed13b40485942e8531fd8f8516bcbbe.zip |
Version 14.0.8 removed
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.8.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 273d8bb2..d0e19f11 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.8.tar.xz 402548 BLAKE2B 39f287c185d185597fcb34402edee6a411a72891b76ff7e95729b4ea7c40a56e904829009bc165e6704837478a38df62f28e941d5093690a817cf6f60e590794 SHA512 bbe346a5f9b64c698397ec8c03a34ebe328f47598e15586de09b45159f586af114950c2f7bffacbae148d9e51a8199de780319fa5b416fa3e97f4fbaa419e3ea diff --git a/trinity-apps/tde-style-qtcurve/tde-style-qtcurve-14.0.8.ebuild b/trinity-apps/tde-style-qtcurve/tde-style-qtcurve-14.0.8.ebuild deleted file mode 100644 index 0f49e10f..00000000 --- a/trinity-apps/tde-style-qtcurve/tde-style-qtcurve-14.0.8.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 2020 The Trinity Desktop Project -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" -TRINITY_MODULE_TYPE="applications" - -TRINITY_EXTRAGEAR_PACKAGING="yes" -TRINITY_HANDBOOK="never" - -TRINITY_LANGS="de tr" - -inherit trinity-base-2 - -DESCRIPTION="QtCurve widget style for TDE" -KEYWORDS="~amd64 ~x86" -HOMEPAGE="http://trinitydesktop.org/" -LICENSE="|| ( GPL-2 GPL-3 )" - -need-trinity - -SLOT="${TRINITY_VER}" - -src_configure() { - mycmakeargs=( - -DBUILD_TRANSLATIONS=ON - ) - - trinity-base-2_src_configure -} |