summaryrefslogtreecommitdiffstats
path: root/trinity-apps/tdeio-umountwrapper
diff options
context:
space:
mode:
Diffstat (limited to 'trinity-apps/tdeio-umountwrapper')
-rw-r--r--trinity-apps/tdeio-umountwrapper/Manifest1
-rw-r--r--trinity-apps/tdeio-umountwrapper/tdeio-umountwrapper-14.0.12.ebuild29
2 files changed, 30 insertions, 0 deletions
diff --git a/trinity-apps/tdeio-umountwrapper/Manifest b/trinity-apps/tdeio-umountwrapper/Manifest
index ebdad5b4..2a486bdf 100644
--- a/trinity-apps/tdeio-umountwrapper/Manifest
+++ b/trinity-apps/tdeio-umountwrapper/Manifest
@@ -1 +1,2 @@
DIST tdeio-umountwrapper-trinity-14.0.11.tar.xz 10872 BLAKE2B 661d03c5830e749d85accd542bd06c37de81fe3de55a9ce39e22c263f7d40d98eaafdd0e6311d7bd5a5f4130557bdff95db2fa997a9aedcd6c57c3925329365d SHA512 0692761a5765509c567c7593d69f870a6c20f6ca622f3e74bc747de4e18b4b84c3fbdcee7ce83960e54a28e9812a17ee278f3b17e5d709d906ec7eb4a4d0f8f4
+DIST tdeio-umountwrapper-trinity-14.0.12.tar.xz 10776 BLAKE2B 1f1bbfe7084d8431935efd3eacb0ad0270bc7346b34916802ef8324d5ff8d9b2c9bed11db17922809fec34797602f124093b65a44a838ad24dddf58495e025e7 SHA512 857dea7ef7eeba979d8f42c66bc4f93f28dbcdf15ffe620ea29dd335ac1d01f5c45b5d0e2c7f6ef09645ffae173103007ca38ec74ef2a3544fb79c7008fa4fb7
diff --git a/trinity-apps/tdeio-umountwrapper/tdeio-umountwrapper-14.0.12.ebuild b/trinity-apps/tdeio-umountwrapper/tdeio-umountwrapper-14.0.12.ebuild
new file mode 100644
index 00000000..e3ac5ad5
--- /dev/null
+++ b/trinity-apps/tdeio-umountwrapper/tdeio-umountwrapper-14.0.12.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2022 Gentoo Authors
+# 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/tdeio"
+inherit trinity-base-2
+
+DESCRIPTION="Progress dialog for safely removing devices"
+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
+}