summaryrefslogtreecommitdiffstats
path: root/trinity-apps/kooldock
diff options
context:
space:
mode:
authorormorph <roma251078@mail.ru>2024-04-28 17:23:47 +0300
committerSlávek Banko <slavek.banko@axis.cz>2024-04-29 00:52:31 +0200
commit94ec1d06986a97431ffc44951e92b075da19b93b (patch)
treed4601e9c08f8d576a5ce043fba5f73020f0c862d /trinity-apps/kooldock
parent08657933720cc4345cdf62e1d42f199d8225e458 (diff)
downloadtde-packaging-gentoo-94ec1d06986a97431ffc44951e92b075da19b93b.tar.gz
tde-packaging-gentoo-94ec1d06986a97431ffc44951e92b075da19b93b.zip
Add new TDE-14.1.2
Signed-off-by: ormorph <roma251078@mail.ru> (cherry picked from commit 30335515923be5f5ee02981121d2cdb6ad89978d)
Diffstat (limited to 'trinity-apps/kooldock')
-rw-r--r--trinity-apps/kooldock/Manifest1
-rw-r--r--trinity-apps/kooldock/kooldock-14.1.2.ebuild29
2 files changed, 30 insertions, 0 deletions
diff --git a/trinity-apps/kooldock/Manifest b/trinity-apps/kooldock/Manifest
index 2772e28d..0ede2f4e 100644
--- a/trinity-apps/kooldock/Manifest
+++ b/trinity-apps/kooldock/Manifest
@@ -1 +1,2 @@
DIST kooldock-trinity-14.1.1.tar.xz 105952 BLAKE2B cddaf31eb24604aa3d1fc5294563653d4f571c839aff007e65fa477155b763562eb7604c79763a6285ab5f6fe6ece5950667757c792bdb8893bbe38ff58512f3 SHA512 237e8947bd17c4c29026744bb5a6658f5ec216c1ae6a19c5439c4a899b0a8ef302127f13da3d1cefa8889c349b9110717fdd7665da7c1de91e53af52e0355bb4
+DIST kooldock-trinity-14.1.2.tar.xz 105936 BLAKE2B 6e7fa4e229cb226caa574080b4aabaf448c1beba302af792f738348996509822726d9084030372d4dcd2d6861b365b034a067849f9cb836021ae99cda522cb1d SHA512 c1bfbf4da4fd0a6446f7e91ede713f4776e759b0e212b9893e9146133e04b8342d5cb4322a12a6cf5783884ef6149282714850fb013a57792b76b1df4f31ff92
diff --git a/trinity-apps/kooldock/kooldock-14.1.2.ebuild b/trinity-apps/kooldock/kooldock-14.1.2.ebuild
new file mode 100644
index 00000000..f0c8c141
--- /dev/null
+++ b/trinity-apps/kooldock/kooldock-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="optional"
+
+TRINITY_LANGS="cs de es fr it nl pl sv"
+TRINITY_MODULE_TYPE="applications/system"
+inherit trinity-base-2
+
+DESCRIPTION="A dock for TDE, which attemps to resemble the Mac OSX dock"
+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
+}