diff options
author | ormorph <roma251078@mail.ru> | 2024-04-28 17:23:47 +0300 |
---|---|---|
committer | ormorph <roma251078@mail.ru> | 2024-04-28 22:35:54 +0300 |
commit | 30335515923be5f5ee02981121d2cdb6ad89978d (patch) | |
tree | d4601e9c08f8d576a5ce043fba5f73020f0c862d /trinity-apps/tdeio-umountwrapper | |
parent | 929431cac813bc953a1e646fe36d1cfbc4a68f4b (diff) | |
download | tde-packaging-gentoo-30335515923be5f5ee02981121d2cdb6ad89978d.tar.gz tde-packaging-gentoo-30335515923be5f5ee02981121d2cdb6ad89978d.zip |
Add new TDE-14.1.2
Signed-off-by: ormorph <roma251078@mail.ru>
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.2.ebuild | 29 |
2 files changed, 30 insertions, 0 deletions
diff --git a/trinity-apps/tdeio-umountwrapper/Manifest b/trinity-apps/tdeio-umountwrapper/Manifest index 53354cc7..9bfb1bae 100644 --- a/trinity-apps/tdeio-umountwrapper/Manifest +++ b/trinity-apps/tdeio-umountwrapper/Manifest @@ -1 +1,2 @@ DIST tdeio-umountwrapper-trinity-14.1.1.tar.xz 10760 BLAKE2B 9b3bac362fb7f713e520bf620450621f1d4f7bfdf367aee5e277984b9f1b7c35aa3e720021726e3d85e5f0fe6ce7660afd4bb4a71decf69eb1d1ee024bea56b4 SHA512 e5b0ad8c5c4b8bac54a2857ab46c0981f3520a250e776c492da311abdaf6e1115ae3097da28e4f5d23b910513e6c70e8cbdb45c5717430cab58459627f6fc737 +DIST tdeio-umountwrapper-trinity-14.1.2.tar.xz 11308 BLAKE2B 5034f398f39bbb6e4b200ecc9785b3bfddc49379e697b90b71f6174dee2d95ea88b14fd40ad6a9a4b2406eb35fe2e444c768b80ca34e4f656422a8910600b41c SHA512 e53db01d5ec96d1033ab25ddee6361e6c41060be64aed4e3c8bee76d908e2b52ac0241bfde01c7c37cf228e0ece0337f5c2ce598a3d5660f9d848c35d10cf5dd diff --git a/trinity-apps/tdeio-umountwrapper/tdeio-umountwrapper-14.1.2.ebuild b/trinity-apps/tdeio-umountwrapper/tdeio-umountwrapper-14.1.2.ebuild new file mode 100644 index 00000000..72a25c52 --- /dev/null +++ b/trinity-apps/tdeio-umountwrapper/tdeio-umountwrapper-14.1.2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2024 Gentoo Authors +# Copyright 2020-2024 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 +} |