summaryrefslogtreecommitdiffstats
path: root/trinity-apps/polkit-agent-tde
diff options
context:
space:
mode:
authorormorph <[email protected]>2024-04-28 17:23:47 +0300
committerormorph <[email protected]>2024-04-28 22:35:54 +0300
commit30335515923be5f5ee02981121d2cdb6ad89978d (patch)
treed4601e9c08f8d576a5ce043fba5f73020f0c862d /trinity-apps/polkit-agent-tde
parent929431cac813bc953a1e646fe36d1cfbc4a68f4b (diff)
downloadtde-packaging-gentoo-30335515923be5f5ee02981121d2cdb6ad89978d.tar.gz
tde-packaging-gentoo-30335515923be5f5ee02981121d2cdb6ad89978d.zip
Add new TDE-14.1.2
Signed-off-by: ormorph <[email protected]>
Diffstat (limited to 'trinity-apps/polkit-agent-tde')
-rw-r--r--trinity-apps/polkit-agent-tde/Manifest1
-rw-r--r--trinity-apps/polkit-agent-tde/polkit-agent-tde-14.1.2.ebuild33
2 files changed, 34 insertions, 0 deletions
diff --git a/trinity-apps/polkit-agent-tde/Manifest b/trinity-apps/polkit-agent-tde/Manifest
index b423b15f..b2aa0999 100644
--- a/trinity-apps/polkit-agent-tde/Manifest
+++ b/trinity-apps/polkit-agent-tde/Manifest
@@ -1 +1,2 @@
DIST polkit-agent-tde-trinity-14.1.1.tar.xz 32856 BLAKE2B 73ef689d12e8604e0bf79af81e5d7bf85ff31ede38fd0b6f5ffc13851d72442b1fe695dfd7cd8ec991fee6d1b038fa78841c90503be5e6947bfab74ee4d8eacf SHA512 4d8465b6ee16e1b27bf7280f1e501e6ebcaaacc9202cad24a6f7feb2021208141e1473529a8c8141596ed6e4ae0bd72a303dafff91022ebbc867d4bea6106b76
+DIST polkit-agent-tde-trinity-14.1.2.tar.xz 33036 BLAKE2B 261bd6960161f4fe1d3455b4fa7e2df1654fb1f7db61ec037feca40fd2ef7822c4caf585b3a49659928307124412c46d8d5ea337258155ef2e2170bae4e0a12d SHA512 9926b25fe8fcf70a3b4f2c594e3bf7be051014aabd3451aec2ff4735fc41a244a377f7bd44d03aec4e7a67d38ad993b08e388b01ef8f80f5b82ba1893a67b447
diff --git a/trinity-apps/polkit-agent-tde/polkit-agent-tde-14.1.2.ebuild b/trinity-apps/polkit-agent-tde/polkit-agent-tde-14.1.2.ebuild
new file mode 100644
index 00000000..ceea46d0
--- /dev/null
+++ b/trinity-apps/polkit-agent-tde/polkit-agent-tde-14.1.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2023-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="ar bs ca ca@valencia cs da de el en_GB eo es et fi fr ga gl hr \
+ hu is it ja kk km lt mai mr ms nb nds nl pa pl pt_BR pt ro ru \
+ sk sl sr sv th tr ug uk vi zh_CN zh_TW"
+
+TRINITY_MODULE_TYPE="applications/system"
+inherit trinity-base-2
+
+DESCRIPTION="TDE dialogs for PolicyKit"
+HOMEPAGE="https://trinitydesktop.org/"
+
+LICENSE="|| ( GPL-2 GPL-3 )"
+SLOT="14"
+if [[ ${PV} != *9999* ]] ; then
+ KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+DEPEND="~trinity-base/polkit-tqt-${PV}"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ -DBUILD_TRANSLATIONS=ON
+ )
+ trinity-base-2_src_configure
+}