summaryrefslogtreecommitdiffstats
path: root/trinity-apps/kcmautostart
diff options
context:
space:
mode:
Diffstat (limited to 'trinity-apps/kcmautostart')
-rw-r--r--trinity-apps/kcmautostart/Manifest1
-rw-r--r--trinity-apps/kcmautostart/kcmautostart-14.1.0.ebuild29
2 files changed, 30 insertions, 0 deletions
diff --git a/trinity-apps/kcmautostart/Manifest b/trinity-apps/kcmautostart/Manifest
index 5cb5fcad..c895ba8f 100644
--- a/trinity-apps/kcmautostart/Manifest
+++ b/trinity-apps/kcmautostart/Manifest
@@ -1 +1,2 @@
DIST kcmautostart-trinity-14.0.13.tar.xz 17988 BLAKE2B 5c295b4c8ef338e481c20580b78b76f3fae6873a4cc337caf67257bc1cc25ece8faa1653b1bfd1c6384666b610c384a11458b41865697f96c25b8a5031a8b452 SHA512 0702fec8c8b386fa4a1b406f824356060b59667ebb21759a6b571aab06050c26bdba6058acd55f217319fa7469d94069e7622692c2e156716ffb5c07972d4fa2
+DIST kcmautostart-trinity-14.1.0.tar.xz 18256 BLAKE2B 3ea48c057612e69391bb10eeb54b8c8829117d88ca42e59ed1c405053e996d679994301c1e11d2693dbe2be3420d330b7186a8e2b892caa396c9da660376da13 SHA512 ecde49f7b93a107ff17d9bd95a4b4dadbd64df66f4bcf780bbdf1df99ec6dbdc75efe0a3a1783e2ac216824665d306b1006d390adcc8b7ca35985623428f406f
diff --git a/trinity-apps/kcmautostart/kcmautostart-14.1.0.ebuild b/trinity-apps/kcmautostart/kcmautostart-14.1.0.ebuild
new file mode 100644
index 00000000..f7b66cad
--- /dev/null
+++ b/trinity-apps/kcmautostart/kcmautostart-14.1.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-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="optional"
+
+TRINITY_LANGS="ca de es fr nl tr"
+TRINITY_MODULE_TYPE="applications/system"
+inherit trinity-base-2
+
+DESCRIPTION="Autostart module for KControl "
+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
+}