summaryrefslogtreecommitdiffstats
path: root/trinity-apps/tde-style-baghira
diff options
context:
space:
mode:
Diffstat (limited to 'trinity-apps/tde-style-baghira')
-rw-r--r--trinity-apps/tde-style-baghira/Manifest1
-rw-r--r--trinity-apps/tde-style-baghira/tde-style-baghira-14.1.2.ebuild28
2 files changed, 29 insertions, 0 deletions
diff --git a/trinity-apps/tde-style-baghira/Manifest b/trinity-apps/tde-style-baghira/Manifest
index a519982b..46872f3f 100644
--- a/trinity-apps/tde-style-baghira/Manifest
+++ b/trinity-apps/tde-style-baghira/Manifest
@@ -1 +1,2 @@
DIST tde-style-baghira-trinity-14.1.1.tar.xz 393368 BLAKE2B cce57e7e4febf4d7777aa5ae029d79f0e9d6932cf01f603a1ed91e989fe9e56583eb2fb56bf55d1fd0286922ebfce7ae56ec34515d4ad5b3b2a4a17452a44c7a SHA512 04b7662659ab81a2f4d143a2ecf7e72088d7533039d3102dd185575578a1a66354b64ffa09d5f6dfbd14892c82e022060d985a965d32f43d0bcf63baaa5f636e
+DIST tde-style-baghira-trinity-14.1.2.tar.xz 393520 BLAKE2B 6645af57596504560e3a0ab6e6b1ff1f16f727316b0081735af2d962979723a6af35cea6755ca8c7fd3fce7d670d696c5f0b330190d21e3cd7db82299eb816d8 SHA512 39a8726603e6587afc83e16e3b91c1957e01e73ead84f93da662ef528b85b2fbcc672014daf5971505e102a5cccc12d2fc1727dd7a131cbe70cef9fd5ebf8bd3
diff --git a/trinity-apps/tde-style-baghira/tde-style-baghira-14.1.2.ebuild b/trinity-apps/tde-style-baghira/tde-style-baghira-14.1.2.ebuild
new file mode 100644
index 00000000..22372de1
--- /dev/null
+++ b/trinity-apps/tde-style-baghira/tde-style-baghira-14.1.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2021-2024 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
+}