summaryrefslogtreecommitdiffstats
path: root/trinity-apps/kcmautostart
diff options
context:
space:
mode:
Diffstat (limited to 'trinity-apps/kcmautostart')
-rw-r--r--trinity-apps/kcmautostart/Manifest2
-rw-r--r--trinity-apps/kcmautostart/kcmautostart-14.0.8.ebuild29
2 files changed, 31 insertions, 0 deletions
diff --git a/trinity-apps/kcmautostart/Manifest b/trinity-apps/kcmautostart/Manifest
new file mode 100644
index 00000000..9c9ff0d4
--- /dev/null
+++ b/trinity-apps/kcmautostart/Manifest
@@ -0,0 +1,2 @@
+DIST kcmautostart-trinity-14.0.7.tar.xz 37500 BLAKE2B acecb62a4932f1fa2cd5192923c6b10342776a09a8f05d33853afad46943bb7d7055e4d902c1c6ea1a28a10eea53f3c857f66b30d969404bcc21941301c119b6 SHA512 7b7b0995d2c8fffe8bb5e4f8d624243be68e16e9c736520e115759dc9743c470f4d5b15ed66a03bcc2883b5e9769d65bcdd2be2f9d10ad23337bd78e3fa64782
+DIST kcmautostart-trinity-14.0.8.tar.xz 39376 BLAKE2B 8d25644d60937601bdfff6efe7ce66f5f9637c53407845f4d94c561b6b671e3dcdd1abda4f2fbbbfe5bd777cbb87fcf71659c9cb14791670529534db6d6e3609 SHA512 3c9e7f42c36c093b7c487e4c69686cff6b762d6430624d40756f10f9076afab719e719448b23c1195e462d77ed0715d4f35cfc5553ec4fa068349f3b1024bc53
diff --git a/trinity-apps/kcmautostart/kcmautostart-14.0.8.ebuild b/trinity-apps/kcmautostart/kcmautostart-14.0.8.ebuild
new file mode 100644
index 00000000..ccc232e5
--- /dev/null
+++ b/trinity-apps/kcmautostart/kcmautostart-14.0.8.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2020 The Trinity Desktop Project
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+TRINITY_MODULE_TYPE="applications"
+
+TRINITY_EXTRAGEAR_PACKAGING="yes"
+TRINITY_HANDBOOK="optional"
+
+TRINITY_LANGS="ca de es fr nl tr"
+
+inherit trinity-base-2
+
+DESCRIPTION="Autostart module for KControl "
+KEYWORDS="~amd64 ~x86"
+HOMEPAGE="http://trinitydesktop.org/"
+LICENSE="|| ( GPL-2 GPL-3 )"
+
+need-trinity
+
+SLOT="${TRINITY_VER}"
+
+src_configure() {
+ mycmakeargs=(
+ -DBUILD_TRANSLATIONS=ON
+ )
+
+ trinity-base-2_src_configure
+} \ No newline at end of file