diff options
author | ormorph <[email protected]> | 2023-10-27 13:50:17 +0300 |
---|---|---|
committer | ormorph <[email protected]> | 2023-10-27 13:50:17 +0300 |
commit | 18d39ed9f062321b596258a9137f10b3e93b71e0 (patch) | |
tree | fe24a566266198330ff71db390413fdf7a9d63af /trinity-apps/tdeio-umountwrapper | |
parent | cd2192fbe2c90ea734db5bc716740b7dded481b6 (diff) | |
download | tde-packaging-gentoo-18d39ed9f062321b596258a9137f10b3e93b71e0.tar.gz tde-packaging-gentoo-18d39ed9f062321b596258a9137f10b3e93b71e0.zip |
Release R14.1.1 added
Signed-off-by: ormorph <[email protected]>
Diffstat (limited to 'trinity-apps/tdeio-umountwrapper')
-rw-r--r-- | trinity-apps/tdeio-umountwrapper/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/tdeio-umountwrapper/tdeio-umountwrapper-14.1.1.ebuild | 29 |
2 files changed, 30 insertions, 0 deletions
diff --git a/trinity-apps/tdeio-umountwrapper/Manifest b/trinity-apps/tdeio-umountwrapper/Manifest index 9863fdf3..d7c704a7 100644 --- a/trinity-apps/tdeio-umountwrapper/Manifest +++ b/trinity-apps/tdeio-umountwrapper/Manifest @@ -1 +1,2 @@ DIST tdeio-umountwrapper-trinity-14.1.0.tar.xz 10768 BLAKE2B 3b3663b7255d2fad34590d1d2988b5e2325b5b07c4b1d5536590fd0f89acb32f6bfef487cd2378171170c1a4f8f377b19d1970cc94fd1afb46c35bc71f9469a1 SHA512 5027ea37b425091b4346d87b293f84f4687a3f9e5c1e0f745f79f5cd885881e906eade75176b12eada24a615393d70e50e63b27ead04ccad3150e8509b0ec64f +DIST tdeio-umountwrapper-trinity-14.1.1.tar.xz 10760 BLAKE2B 9b3bac362fb7f713e520bf620450621f1d4f7bfdf367aee5e277984b9f1b7c35aa3e720021726e3d85e5f0fe6ce7660afd4bb4a71decf69eb1d1ee024bea56b4 SHA512 e5b0ad8c5c4b8bac54a2857ab46c0981f3520a250e776c492da311abdaf6e1115ae3097da28e4f5d23b910513e6c70e8cbdb45c5717430cab58459627f6fc737 diff --git a/trinity-apps/tdeio-umountwrapper/tdeio-umountwrapper-14.1.1.ebuild b/trinity-apps/tdeio-umountwrapper/tdeio-umountwrapper-14.1.1.ebuild new file mode 100644 index 00000000..9037e328 --- /dev/null +++ b/trinity-apps/tdeio-umountwrapper/tdeio-umountwrapper-14.1.1.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 +} |