diff options
Diffstat (limited to 'trinity-apps/tde-style-baghira')
-rw-r--r-- | trinity-apps/tde-style-baghira/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/tde-style-baghira/tde-style-baghira-14.0.12.ebuild | 28 |
2 files changed, 0 insertions, 29 deletions
diff --git a/trinity-apps/tde-style-baghira/Manifest b/trinity-apps/tde-style-baghira/Manifest index cc3eb942..facb192c 100644 --- a/trinity-apps/tde-style-baghira/Manifest +++ b/trinity-apps/tde-style-baghira/Manifest @@ -1,2 +1 @@ -DIST tde-style-baghira-trinity-14.0.12.tar.xz 392840 BLAKE2B 67eea9487ceff336cc63b5a298a928d6d3ccb70ad7557c5bed2f45ecedd02e0ca0335ee15c5d6203e2f16089b118b1dd34299f5cbb7cf82a690cf24eea506819 SHA512 0c9ea779398fc26d998b2df47604fa53c9bb48a570006934707a26d18895cd887a682a9d1b6fd7fe6e0fa67989a5bc612af9cfc51d6b6f795d0107886725ddc4 DIST tde-style-baghira-trinity-14.0.13.tar.xz 392728 BLAKE2B b3220adef0cf203ddf0cdf3dff163e7f5b2743f252ebd271d39314721f6157c6ca1303c3d3082e1988dffbb33683c5db4b2b20d3943ac9f85867b02b69670337 SHA512 4e98bb3497f8dfa2984fd72c56d3920450f7b38e98ef0154219958dc4e7a0f126948c6aa12d3d37f9c81b9fc26cb0d163584f4e8b28f004918211ce582bba57a diff --git a/trinity-apps/tde-style-baghira/tde-style-baghira-14.0.12.ebuild b/trinity-apps/tde-style-baghira/tde-style-baghira-14.0.12.ebuild deleted file mode 100644 index 8779a115..00000000 --- a/trinity-apps/tde-style-baghira/tde-style-baghira-14.0.12.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" - -TRINITY_MODULE_TYPE="applications/themes" -inherit trinity-base-2 - -DESCRIPTION="Baghira 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 -} |