Update overlay packages

This commit is contained in:
Mario Fetka
2026-06-29 14:48:02 +02:00
parent 2224efd92e
commit e88b38d3c9
2199 changed files with 1041106 additions and 37809 deletions
+3
View File
@@ -0,0 +1,3 @@
DIST thunarx-python-0.5.2.tar.bz2 348120 BLAKE2B ddb098857a7411c1ce4dedf8b406cf6583e78f2ca4b012a9e0346c5a7132c40fd9cf279dc5d054ec827028cdc67321a65fab5e9d3912287ea9ed1f0cf4e72248 SHA512 49d009c84d69f0a1938ed6cb46fe04326c7323edecd79f6d9978ce2306fb95f20c901174f1cea31d5e436c85537efcb79c8613be857a3e4143f7b55b895616b6
EBUILD thunarx-python-0.5.2.ebuild 964 BLAKE2B 7520ece52ce96bd03560e297453ded6e317f320f9cc89401f55ac8516276396de3e060c0567e34c074f51807e8a437e52dc9c638b1c8ef3014242d00823d57b3 SHA512 311d8760542166f676bcfda022d47daa082d06c3e5d1c8c9168a333be2c9e3b979f394cc6254e4d150fe1bfbf46d2d5e78b14993bf84da9a463040c6fadd799d
MISC metadata.xml 356 BLAKE2B a277ede3f381685874a1bf96a846a07b3155f51f4ec91cb737281d2f1ee2f44225ebd4c47b7cbc439f957a0d6466cd61c9664c243bf7e4769d7e0c6c25b34640 SHA512 35ea9f7dfd0b83c03bb1ad92f357d78ecf99fa3f892293ae14dc17e8c63f687b8de85b0ba2cf91418ea93dc801aebe42315fcda3c652b383333a5817e296b2a3
+11
View File
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>mario.fetka@disconnected-by-peer.at</email>
<name>Mario Fetka</name>
</maintainer>
<upstream>
<remote-id type="gitlab">xfce/bindings/thunarx-python</remote-id>
</upstream>
</pkgmetadata>
@@ -0,0 +1,47 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..14} )
inherit python-single-r1
DESCRIPTION="Python bindings for Thunar extensions"
HOMEPAGE="
https://docs.xfce.org/xfce/thunar/thunarx-python
https://gitlab.xfce.org/bindings/thunarx-python
"
SRC_URI="https://archive.xfce.org/src/bindings/${PN}/${PV%.*}/${P}.tar.bz2"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="gtk-doc"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="
${PYTHON_DEPS}
$(python_gen_cond_dep '
dev-python/pygobject:3[${PYTHON_USEDEP}]
')
>=dev-libs/glib-2.30:2
>=xfce-base/thunar-1.7.0:=
>=x11-libs/gtk+-3.20:3
"
DEPEND="${RDEPEND}"
BDEPEND="
gtk-doc? ( dev-util/gtk-doc )
virtual/pkgconfig
"
src_configure() {
PYTHON="${EPYTHON}" econf $(use_enable gtk-doc)
}
src_install() {
default
find "${ED}" -name '*.la' -delete || die
keepdir /usr/share/thunarx-python/extensions
}