summaryrefslogtreecommitdiffstats
path: root/trinity-apps/tdeio-umountwrapper
diff options
context:
space:
mode:
authorormorph <roma251078@mail.ru>2021-11-15 22:06:35 +0300
committerormorph <roma251078@mail.ru>2021-11-16 00:22:50 +0300
commit9f59a1d0c834bc706d6e74f0a0dc9f026e935b41 (patch)
treedbe2babfd8aea5f985063e94dcfa22679c93526f /trinity-apps/tdeio-umountwrapper
parentffbff856abb47b6fb62cdd430211c67f67478c5b (diff)
downloadtde-packaging-gentoo-9f59a1d0c834bc706d6e74f0a0dc9f026e935b41.tar.gz
tde-packaging-gentoo-9f59a1d0c834bc706d6e74f0a0dc9f026e935b41.zip
Added ebuilds for stable version 14.0.11
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.0.11.ebuild29
2 files changed, 30 insertions, 0 deletions
diff --git a/trinity-apps/tdeio-umountwrapper/Manifest b/trinity-apps/tdeio-umountwrapper/Manifest
index 9aabac16..83196b6f 100644
--- a/trinity-apps/tdeio-umountwrapper/Manifest
+++ b/trinity-apps/tdeio-umountwrapper/Manifest
@@ -1 +1,2 @@
+DIST tdeio-umountwrapper-trinity-14.0.11.tar.xz 10872 BLAKE2B 661d03c5830e749d85accd542bd06c37de81fe3de55a9ce39e22c263f7d40d98eaafdd0e6311d7bd5a5f4130557bdff95db2fa997a9aedcd6c57c3925329365d SHA512 0692761a5765509c567c7593d69f870a6c20f6ca622f3e74bc747de4e18b4b84c3fbdcee7ce83960e54a28e9812a17ee278f3b17e5d709d906ec7eb4a4d0f8f4
DIST tdeio-umountwrapper-trinity-14.0.8.tar.xz 282164 BLAKE2B 3d57443b1d4ec8523fa37333d02311a20b45f6f6ca705733bdbfb22c952500453baaa6ef43fd9e40d06e4f12aabc0c1c1eddf089882d1823c7ac434977f9e026 SHA512 7427d1d86195f47e07c2a39cc013571def887eae85c19aea2e785dcb73b5a45703bf44c7d67441bfad6eeb9f8ffbce36040864f364842b13a2afb798039db6e9
diff --git a/trinity-apps/tdeio-umountwrapper/tdeio-umountwrapper-14.0.11.ebuild b/trinity-apps/tdeio-umountwrapper/tdeio-umountwrapper-14.0.11.ebuild
new file mode 100644
index 00000000..930fe245
--- /dev/null
+++ b/trinity-apps/tdeio-umountwrapper/tdeio-umountwrapper-14.0.11.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Copyright 2021 The Trinity Desktop Project
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+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 ~x86"
+fi
+
+src_configure() {
+ local mycmakeargs=(
+ -DBUILD_TRANSLATIONS=ON
+ )
+
+ trinity-base-2_src_configure
+}