diff options
Diffstat (limited to 'trinity-apps/tde-style-domino')
-rw-r--r-- | trinity-apps/tde-style-domino/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/tde-style-domino/tde-style-domino-14.0.13.ebuild | 28 |
2 files changed, 0 insertions, 29 deletions
diff --git a/trinity-apps/tde-style-domino/Manifest b/trinity-apps/tde-style-domino/Manifest index 4cbe8cc5..6a1a15f2 100644 --- a/trinity-apps/tde-style-domino/Manifest +++ b/trinity-apps/tde-style-domino/Manifest @@ -1,2 +1 @@ -DIST tde-style-domino-trinity-14.0.13.tar.xz 116328 BLAKE2B 525cd8c54306c1d33e4d702252e428f0e6f8d27d3b2d7b1db4156f4dee455d631b99c25bdb2cb90a8fb257dd7dca224c1b250e76b67141b185aaca47db260db8 SHA512 a5ba0c4ecb5c157c166ab142457dd6efe2f907c034a1903765caed51f49c95f7de3f27d3a369857b43b20c6dac729dc08136a3497d034ce27334099d3539a7e9 DIST tde-style-domino-trinity-14.1.0.tar.xz 116332 BLAKE2B 42b7d26c11f767dc06234e64a2c8ab6968117ba238cdac59168f8cce2fd9634c5231965b92a13088c95f3f52efc463bef4dba2c36b725159e6fb285441a61c5a SHA512 12f9931b2c6e6cc1a2bc31cb17f5aeb6821ef7a10b6c5ea7c46d5450771bfb76a1b19275d390904dc78bb71054d46593bf4cff0faa5d08bf78ab7c7c970c2dba diff --git a/trinity-apps/tde-style-domino/tde-style-domino-14.0.13.ebuild b/trinity-apps/tde-style-domino/tde-style-domino-14.0.13.ebuild deleted file mode 100644 index 75d25424..00000000 --- a/trinity-apps/tde-style-domino/tde-style-domino-14.0.13.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# 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 nl" - -TRINITY_MODULE_TYPE="applications/themes" -inherit trinity-base-2 - -DESCRIPTION="Domino 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 -} |