summaryrefslogtreecommitdiffstats
path: root/trinity-apps/twin-style-suse2
diff options
context:
space:
mode:
authorormorph <roma251078@mail.ru>2024-04-17 20:59:46 +0300
committerormorph <roma251078@mail.ru>2024-04-17 20:59:46 +0300
commit4b3f0a054757e31efd942db76c6f28e4c26433dd (patch)
tree742360a065f0776f4bf6bd0eae51da15d0d975a2 /trinity-apps/twin-style-suse2
parent2769940be476aca58d96f626ecab898409ad8b48 (diff)
downloadtde-packaging-gentoo-4b3f0a054757e31efd942db76c6f28e4c26433dd.tar.gz
tde-packaging-gentoo-4b3f0a054757e31efd942db76c6f28e4c26433dd.zip
Removing version TDE-14.1.0
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-apps/twin-style-suse2')
-rw-r--r--trinity-apps/twin-style-suse2/Manifest1
-rw-r--r--trinity-apps/twin-style-suse2/twin-style-suse2-14.1.0.ebuild33
2 files changed, 0 insertions, 34 deletions
diff --git a/trinity-apps/twin-style-suse2/Manifest b/trinity-apps/twin-style-suse2/Manifest
index a1d2fbbf..6a481dcd 100644
--- a/trinity-apps/twin-style-suse2/Manifest
+++ b/trinity-apps/twin-style-suse2/Manifest
@@ -1,2 +1 @@
-DIST twin-style-suse2-trinity-14.1.0.tar.xz 77744 BLAKE2B 7b885ffcca538c80c5750fc5a1239531d0cc9a510d249347050b6fdb8bc8cfcd381edbcf8527506ac6018da430d0de2a7675575570a47db20a50af56116f2357 SHA512 226e2fd37bd934e0879d62fc1de41f85836faa41d4da5f93a323a5c4983115d8fda09ea642c5c9ccf872ad9d30d36daa7d5837031dc2adc49010b5eb7964915c
DIST twin-style-suse2-trinity-14.1.1.tar.xz 77748 BLAKE2B 4f87e73da83e474061bdcac504b733ebe5d7eadbef2dce5955822acbf6eed1c2773703000fce7d0c04ba09315989d7f6b562097defd382433442fa8db0fda720 SHA512 35ff15a027c9c18403e4b8e1caacd4aead3385111617bfe83882dfe4626e3cdd1dfed42d49a48fea914b6352d431b90024ef1b073254d7801b65984257cffd32
diff --git a/trinity-apps/twin-style-suse2/twin-style-suse2-14.1.0.ebuild b/trinity-apps/twin-style-suse2/twin-style-suse2-14.1.0.ebuild
deleted file mode 100644
index 3a0b470e..00000000
--- a/trinity-apps/twin-style-suse2/twin-style-suse2-14.1.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# 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="bg bs cs cy da de el en_GB en_US es et fi fr
- he hi hr hu id it ja km ko lo lt nb nl pa pl
- pt_BR pt ro ru sk sl sr sv ta tr uk zh_CN zh_TW"
-
-TRINITY_MODULE_TYPE="applications/themes"
-inherit trinity-base-2
-
-DESCRIPTION="TWin decoration theme from SUSE 9.3/10.0/10.1"
-HOMEPAGE="https://trinitydesktop.org/"
-
-LICENSE="|| ( GPL-2 GPL-3 )"
-SLOT="14"
-if [[ ${PV} != *9999* ]] ; then
- KEYWORDS="~amd64 ~arm64 ~x86"
-fi
-
-DEPEND="~trinity-base/twin-${PV}"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_TRANSLATIONS=ON
- )
- trinity-base-2_src_configure
-}