summaryrefslogtreecommitdiffstats
path: root/trinity-base/polkit-tqt
diff options
context:
space:
mode:
authorormorph <roma251078@mail.ru>2023-04-25 14:44:32 +0300
committerormorph <roma251078@mail.ru>2023-04-25 15:31:45 +0300
commit48e81b686bc71329df6a9e9dcd001badd6e8c4e2 (patch)
tree70d68123b3c6eda9a4746b497080e3bb05ae6dfa /trinity-base/polkit-tqt
parentd61b990d16400a990fcc10f6b8b251f84a98479a (diff)
downloadtde-packaging-gentoo-48e81b686bc71329df6a9e9dcd001badd6e8c4e2.tar.gz
tde-packaging-gentoo-48e81b686bc71329df6a9e9dcd001badd6e8c4e2.zip
Added new ebuilds: polkit-tqt, polkit-agent-tde, tdebluez, tdesshaskpass, tdeio-appinfo, tdepacman, kompose, mathemagics, twin-style-machbuntr14.1.0
Signed-off-by: ormorph <roma251078@mail.ru>
Diffstat (limited to 'trinity-base/polkit-tqt')
-rw-r--r--trinity-base/polkit-tqt/Manifest1
-rw-r--r--trinity-base/polkit-tqt/metadata.xml8
-rw-r--r--trinity-base/polkit-tqt/polkit-tqt-14.1.0.ebuild21
-rw-r--r--trinity-base/polkit-tqt/polkit-tqt-9999.ebuild21
4 files changed, 51 insertions, 0 deletions
diff --git a/trinity-base/polkit-tqt/Manifest b/trinity-base/polkit-tqt/Manifest
new file mode 100644
index 00000000..7a7fc82d
--- /dev/null
+++ b/trinity-base/polkit-tqt/Manifest
@@ -0,0 +1 @@
+DIST polkit-tqt-trinity-14.1.0.tar.xz 54156 BLAKE2B 3bc1506a8111fc91275f0b487bf0ee27d60cb9ce254083eae992dec6847caeb0b5fcdaac26a245602111467f22ddc32e2b6524ddebda819dea08e2086335fc3c SHA512 c10ccf7ed154209a434df9de66dac3ce95c1cc9a3255f082e66f506a665d0996adfab88c2daaad98cc68c9711e7e8b4577480d550a33e52136ceb7b83d05c1a2
diff --git a/trinity-base/polkit-tqt/metadata.xml b/trinity-base/polkit-tqt/metadata.xml
new file mode 100644
index 00000000..689e1534
--- /dev/null
+++ b/trinity-base/polkit-tqt/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>team-gentoo@trinitydesktop.org</email>
+ <name>Trinity Gentoo ebuilds project</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/trinity-base/polkit-tqt/polkit-tqt-14.1.0.ebuild b/trinity-base/polkit-tqt/polkit-tqt-14.1.0.ebuild
new file mode 100644
index 00000000..c1fe1833
--- /dev/null
+++ b/trinity-base/polkit-tqt/polkit-tqt-14.1.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2023 The Trinity Desktop Project
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+TRINITY_MODULE_TYPE="dependencies"
+inherit trinity-base-2
+
+DESCRIPTION="PolicyKit-tqt library"
+HOMEPAGE="https://trinitydesktop.org/"
+
+LICENSE="|| ( GPL-2 GPL-3 )"
+SLOT="14"
+if [[ ${PV} != *9999* ]] ; then
+ KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+IUSE=""
+
+DEPEND="~dev-tqt/tqtinterface-${PV}
+"
+RDEPEND="${DEPEND}"
diff --git a/trinity-base/polkit-tqt/polkit-tqt-9999.ebuild b/trinity-base/polkit-tqt/polkit-tqt-9999.ebuild
new file mode 100644
index 00000000..943c1c09
--- /dev/null
+++ b/trinity-base/polkit-tqt/polkit-tqt-9999.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2023 The Trinity Desktop Project
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+TRINITY_MODULE_TYPE="dependencies"
+inherit trinity-base-2
+
+DESCRIPTION="PolicyKit-tqt library"
+HOMEPAGE="https://trinitydesktop.org/"
+
+LICENSE="|| ( GPL-2 GPL-3 )"
+SLOT="14"
+if [[ ${PV} != *9999* ]] ; then
+ KEYWORDS="~amd64 ~x86"
+fi
+IUSE=""
+
+DEPEND="~dev-tqt/tqtinterface-${PV}
+"
+RDEPEND="${DEPEND}"