diff options
author | ormorph <[email protected]> | 2022-10-28 12:41:56 +0200 |
---|---|---|
committer | ormorph <[email protected]> | 2022-10-28 19:43:12 +0200 |
commit | 345c52699ff344a3bd46c0ee5df765dc404ac3d1 (patch) | |
tree | 752a6cb2512e0573cc46d7e89d3575a7a91840c6 /trinity-apps/tdeio-umountwrapper | |
parent | cc26a6f102600556b4f96fd651ac2b67482e6932 (diff) | |
download | tde-packaging-gentoo-345c52699ff344a3bd46c0ee5df765dc404ac3d1.tar.gz tde-packaging-gentoo-345c52699ff344a3bd46c0ee5df765dc404ac3d1.zip |
Added version 14.0.13
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.0.13.ebuild | 29 |
2 files changed, 30 insertions, 0 deletions
diff --git a/trinity-apps/tdeio-umountwrapper/Manifest b/trinity-apps/tdeio-umountwrapper/Manifest index 6cae7599..731baaf8 100644 --- a/trinity-apps/tdeio-umountwrapper/Manifest +++ b/trinity-apps/tdeio-umountwrapper/Manifest @@ -1 +1,2 @@ DIST tdeio-umountwrapper-trinity-14.0.12.tar.xz 10776 BLAKE2B 1f1bbfe7084d8431935efd3eacb0ad0270bc7346b34916802ef8324d5ff8d9b2c9bed11db17922809fec34797602f124093b65a44a838ad24dddf58495e025e7 SHA512 857dea7ef7eeba979d8f42c66bc4f93f28dbcdf15ffe620ea29dd335ac1d01f5c45b5d0e2c7f6ef09645ffae173103007ca38ec74ef2a3544fb79c7008fa4fb7 +DIST tdeio-umountwrapper-trinity-14.0.13.tar.xz 10772 BLAKE2B ab607825d8056855207fe91118ea5237bfd765087f555fcf8a4b998aa3019e46c12cfa134205bb159b8d69da43aa6da72dfbf1cfbdb83b88bbf09602c5c41495 SHA512 e19e3c9e4f2d9dfde3acf409c157f2324994f76a859a770b82ad07e3798f5ebad894040031372cdffd26cac7e2f12f88eaa55cdda8a6120aff86888c0b65dfcd diff --git a/trinity-apps/tdeio-umountwrapper/tdeio-umountwrapper-14.0.13.ebuild b/trinity-apps/tdeio-umountwrapper/tdeio-umountwrapper-14.0.13.ebuild new file mode 100644 index 00000000..e3ac5ad5 --- /dev/null +++ b/trinity-apps/tdeio-umountwrapper/tdeio-umountwrapper-14.0.13.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 +} |