diff options
author | ormorph <roma251078@mail.ru> | 2022-10-28 12:41:56 +0200 |
---|---|---|
committer | ormorph <roma251078@mail.ru> | 2022-10-28 19:43:12 +0200 |
commit | 345c52699ff344a3bd46c0ee5df765dc404ac3d1 (patch) | |
tree | 752a6cb2512e0573cc46d7e89d3575a7a91840c6 /trinity-apps/tdeio-locate | |
parent | cc26a6f102600556b4f96fd651ac2b67482e6932 (diff) | |
download | tde-packaging-gentoo-345c52699ff344a3bd46c0ee5df765dc404ac3d1.tar.gz tde-packaging-gentoo-345c52699ff344a3bd46c0ee5df765dc404ac3d1.zip |
Added version 14.0.13
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-apps/tdeio-locate')
-rw-r--r-- | trinity-apps/tdeio-locate/Manifest | 1 | ||||
-rw-r--r-- | trinity-apps/tdeio-locate/tdeio-locate-14.0.13.ebuild | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/trinity-apps/tdeio-locate/Manifest b/trinity-apps/tdeio-locate/Manifest index 9713a841..b47a79ed 100644 --- a/trinity-apps/tdeio-locate/Manifest +++ b/trinity-apps/tdeio-locate/Manifest @@ -1 +1,2 @@ DIST tdeio-locate-trinity-14.0.12.tar.xz 76396 BLAKE2B 4dd96a03b92ea5d3956726914d979a604c3cb36af5829d513c97495d3a1f8be2da0b83cd6bd8f0765b8570b41f22e7b4d5d381ce8f5a34bed6adeafc81d21236 SHA512 714df1b8d27e06439eefd7f1959e3b6f3b45ac63a5ef1aa16989cee26d67606183c42ae5e58ae0568297862e0966c58c1a7622b7607c33a4e5530975e07104dc +DIST tdeio-locate-trinity-14.0.13.tar.xz 61384 BLAKE2B 9b5d9a8d51d140801e8bc12804c82c56ab74cd0dfaf7a65f41d235327afaa2c65a18e8e6010c993d4495922edec445ce4e65fd7872a0aaff2b1fb9ae4c01f68e SHA512 50172d43d0e34e48ddc286073cee0a13b33d73c67ce4532344297d2500a4a83abffc18715ce8534be83e456474538904941bcdb16b1c9928ae9a07f76434e43b diff --git a/trinity-apps/tdeio-locate/tdeio-locate-14.0.13.ebuild b/trinity-apps/tdeio-locate/tdeio-locate-14.0.13.ebuild new file mode 100644 index 00000000..61b4b9e7 --- /dev/null +++ b/trinity-apps/tdeio-locate/tdeio-locate-14.0.13.ebuild @@ -0,0 +1,24 @@ +# Copyright 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="optional" + +TRINITY_LANGS="de fr" + +TRINITY_MODULE_TYPE="applications/tdeio" +inherit trinity-base-2 + +DESCRIPTION="Locate TDEIO plugin" +HOMEPAGE="https://trinitydesktop.org/" + +LICENSE="|| ( GPL-2 GPL-3 )" +SLOT="14" +if [[ ${PV} != *9999* ]] ; then + KEYWORDS="~amd64 ~arm64 ~x86" +fi + +RDEPEND="sys-apps/mlocate" |