summaryrefslogtreecommitdiffstats
path: root/trinity-apps/tde-style-qtcurve
diff options
context:
space:
mode:
Diffstat (limited to 'trinity-apps/tde-style-qtcurve')
-rw-r--r--trinity-apps/tde-style-qtcurve/Manifest1
-rw-r--r--trinity-apps/tde-style-qtcurve/tde-style-qtcurve-14.1.0.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/trinity-apps/tde-style-qtcurve/Manifest b/trinity-apps/tde-style-qtcurve/Manifest
index 6e2d4dbe..2f132f9b 100644
--- a/trinity-apps/tde-style-qtcurve/Manifest
+++ b/trinity-apps/tde-style-qtcurve/Manifest
@@ -1,2 +1 @@
-DIST tde-style-qtcurve-trinity-14.1.0.tar.xz 161496 BLAKE2B 660e72d1bdaccd792daa420f92bea60d1a41b24a592a562f6933dd1df997b60d0136c5135a4d8b64b7c07b1d29d75b9c98b196daaf3574b8df63ba9927d6ce5d SHA512 664818b445fa3409bbf7837c2773be23d1bf3c6c0cb289017b581a1d9c1226576d47a1318b66eeacc654c471fe1d65c0a9ccd6124276b25739b5e15fcf9bbea3
DIST tde-style-qtcurve-trinity-14.1.1.tar.xz 160732 BLAKE2B a3116a00b6e72891b5e1189f67bf3de1680cb13d3f1986d9c05c61f32af0b896e9a5bf1ea855692331e0aab5f95bcc7d6d267d132aefbd1ca8677fe08e8adcf1 SHA512 1fef098d240c8db0979136d203811318257025bd6c9ba2ab23acae8254a91e4b133b55eba383d5b7721659143094222ebf908891101b113168f884bccedf5dab
diff --git a/trinity-apps/tde-style-qtcurve/tde-style-qtcurve-14.1.0.ebuild b/trinity-apps/tde-style-qtcurve/tde-style-qtcurve-14.1.0.ebuild
deleted file mode 100644
index 4db0fbcd..00000000
--- a/trinity-apps/tde-style-qtcurve/tde-style-qtcurve-14.1.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2020-2023 Gentoo Authors
-# Copyright 2020-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 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
-}