summaryrefslogtreecommitdiffstats
path: root/trinity-apps/tdeio-umountwrapper
diff options
context:
space:
mode:
authorormorph <roma251078@mail.ru>2022-04-30 20:47:27 +0300
committerSlávek Banko <slavek.banko@axis.cz>2022-05-01 16:23:29 +0200
commit336d8ce82c00a00153a823a187dbc8e0bcf2c7a1 (patch)
tree920bb9b62e96c92b2a5a7e99352e68afb2783ce8 /trinity-apps/tdeio-umountwrapper
parent1c8d53512742aab368c0f7e9973604eaa54b43ba (diff)
downloadtde-packaging-gentoo-336d8ce82c00a00153a823a187dbc8e0bcf2c7a1.tar.gz
tde-packaging-gentoo-336d8ce82c00a00153a823a187dbc8e0bcf2c7a1.zip
Added version 14.0.12
Signed-off-by: ormorph <roma251078@mail.ru>
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
+}