summaryrefslogtreecommitdiffstats
path: root/trinity-apps/tdeio-umountwrapper
diff options
context:
space:
mode:
authorormorph <roma251078@mail.ru>2023-04-22 11:30:51 +0300
committerormorph <roma251078@mail.ru>2023-04-22 21:42:10 +0300
commit3e6b95222ab4ee71b69a570f49e1e887b166a83e (patch)
tree30fa95df5cd70e135890939da86d325d10bf0dca /trinity-apps/tdeio-umountwrapper
parent70fc50722d8c4c3d7c566fb8ab9e7d4376eea1bf (diff)
downloadtde-packaging-gentoo-3e6b95222ab4ee71b69a570f49e1e887b166a83e.tar.gz
tde-packaging-gentoo-3e6b95222ab4ee71b69a570f49e1e887b166a83e.zip
Adding version 14.1.0
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.1.0.ebuild29
2 files changed, 30 insertions, 0 deletions
diff --git a/trinity-apps/tdeio-umountwrapper/Manifest b/trinity-apps/tdeio-umountwrapper/Manifest
index da246925..e5d89e35 100644
--- a/trinity-apps/tdeio-umountwrapper/Manifest
+++ b/trinity-apps/tdeio-umountwrapper/Manifest
@@ -1 +1,2 @@
DIST tdeio-umountwrapper-trinity-14.0.13.tar.xz 10772 BLAKE2B ab607825d8056855207fe91118ea5237bfd765087f555fcf8a4b998aa3019e46c12cfa134205bb159b8d69da43aa6da72dfbf1cfbdb83b88bbf09602c5c41495 SHA512 e19e3c9e4f2d9dfde3acf409c157f2324994f76a859a770b82ad07e3798f5ebad894040031372cdffd26cac7e2f12f88eaa55cdda8a6120aff86888c0b65dfcd
+DIST tdeio-umountwrapper-trinity-14.1.0.tar.xz 10768 BLAKE2B 3b3663b7255d2fad34590d1d2988b5e2325b5b07c4b1d5536590fd0f89acb32f6bfef487cd2378171170c1a4f8f377b19d1970cc94fd1afb46c35bc71f9469a1 SHA512 5027ea37b425091b4346d87b293f84f4687a3f9e5c1e0f745f79f5cd885881e906eade75176b12eada24a615393d70e50e63b27ead04ccad3150e8509b0ec64f
diff --git a/trinity-apps/tdeio-umountwrapper/tdeio-umountwrapper-14.1.0.ebuild b/trinity-apps/tdeio-umountwrapper/tdeio-umountwrapper-14.1.0.ebuild
new file mode 100644
index 00000000..9037e328
--- /dev/null
+++ b/trinity-apps/tdeio-umountwrapper/tdeio-umountwrapper-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="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
+}