Merge updates from master

This commit is contained in:
Repository mirror & CI
2024-05-15 12:48:36 +00:00
32 changed files with 179 additions and 32 deletions

View File

@@ -12,4 +12,7 @@
packages and transfered to the host package database and can then be
installed on the host, when all problems are fixed.
</longdescription>
<upstream>
<remote-id type="codeberg">bcsthsc/overlay-emerge-tool</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -5,4 +5,7 @@
<email>m@matous.dev</email>
<name>Martin Matouš</name>
</maintainer>
<upstream>
<remote-id type="codeberg">mmatous/eselect-autostart</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -5,4 +5,7 @@
<email>m@matous.dev</email>
<name>Martin Matouš</name>
</maintainer>
<upstream>
<remote-id type="codeberg">mmatous/eselect-ld</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -5,4 +5,7 @@
<email>benoit.dufour@mail.com</email>
<name>Benoît Dufour</name>
</maintainer>
<upstream>
<remote-id type="github">danpla/dpscreenocr</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -12,16 +12,17 @@ EGIT_REPO_URI="https://github.com/andersson/qdl.git"
LICENSE="BSD"
SLOT="0"
BDEPEND="virtual/libudev
BDEPEND="
virtual/pkgconfig
dev-libs/libusb
dev-libs/libxml2
"
src_compile() {
PKG_CONFIG=$(tc-getPKG_CONFIG)
emake CC=$(tc-getCC) \
"CFLAGS=${CFLAGS} `${PKG_CONFIG} --cflags libxml-2.0`" \
"LDFLAGS=${LDFLAGS} `${PKG_CONFIG} --libs libxml-2.0 libudev`"
"CFLAGS=${CFLAGS} `${PKG_CONFIG} --cflags libxml-2.0 libusb-1.0`" \
"LDFLAGS=${LDFLAGS} `${PKG_CONFIG} --libs libxml-2.0 libusb-1.0`"
}
src_install() {

View File

@@ -1 +1,2 @@
DIST dropbox-sdk-python-11.36.2.gh.tar.gz 1166700 BLAKE2B afd0592bd1e18416f91d1fd673f2b7b7f605eaab80c02a9d8535fefa7fb23c8bc6a08c191492e1ced5d4b2d17fa72e8e5b6a58ba797f170c0efb75e755a451c9 SHA512 ec27685b4e5344e706bffb68b110ef2d7b307a5865bed3e042d6835f3666d2eefca646627a07bae1a3142e5f0346865fe285b037b00f3da081eb5797f9a768f5
DIST dropbox-sdk-python-12.0.0.gh.tar.gz 1155006 BLAKE2B dc75c8c0be5d8c44820cddf8e39b8e86180fc8ddc482ef4656ad5525e268f6f13fa1529138290205acd0a946b6d8d90a3df48aff9fb14f410d5c2c409ee399c3 SHA512 5cf28c0e338a3399e4448c64fde823bfc872a6a6a93dc25241c96f55c21abe194b9e882d32d098f4c329941f36d0dec79786e521f2686c7d4c0eeb64bd745f21

View File

@@ -0,0 +1,44 @@
# Copyright 2021-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
GH_PN=dropbox-sdk-python
DESCRIPTION="The offical Dropbox SDK for Python"
HOMEPAGE="https://www.dropbox.com/developers"
# pypi does not have tests, stick with gh
SRC_URI="https://github.com/dropbox/${GH_PN}/archive/refs/tags/v${PV}.tar.gz -> ${GH_PN}-${PV}.gh.tar.gz"
S="${WORKDIR}"/${GH_PN}-${PV}
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
dev-python/requests[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
dev-python/stone[${PYTHON_USEDEP}]
dev-python/urllib3[${PYTHON_USEDEP}]
"
# disable tests that need SCOPED_USER_DROPBOX_TOKEN
# and tests that fail
EPYTEST_DESELECT=(
test/integration/test_dropbox.py
test/unit/test_dropbox_unit.py::TestClient
test/unit/test_dropbox_unit.py::TestOAuth::test_NoRedirect_whole_flow
)
distutils_enable_tests pytest
python_prepare_all() {
# this is wrong
sed -i -e "s/^import mock$/from unittest import mock/" test/unit/test_dropbox_unit.py || die
distutils-r1_python_prepare_all
}

View File

@@ -1 +1 @@
DIST stone-3.3.5.gh.tar.gz 281069 BLAKE2B 659048ef899c0a40d466d2c7cafca69ddbfea79f0efa1a95d153dec1a7382903c706d97e7ee71346235fd2d69e8121ef5c822f97cbadefd92eb349e40644fc84 SHA512 28431dabec6f5698b40b7f759a56a330b38266ce9824132d46cda1d2453199f44913469e3ae3b13e466f8023d154a896bc75affd67aa9a385de9b6df8cf99afa
DIST stone-3.3.6.gh.tar.gz 281082 BLAKE2B 5c2d19e98ad6f14b63a63e54a993820e8d31004d2e7fefcba4498c5315e3ec83548565cc575523e95801806add4185f0c14dc08c75d76cf4b44ba41e7e853463 SHA512 9a136f6b532390e7cc35880ebbc49a341b6730ebd9c27a2d1ea6d6bef62e09f79ac7bb41e66f26fec5debee4145ebb27b23a06c1087b3fd2dacde025c3710b7a

View File

@@ -5,7 +5,7 @@ EAPI=8
inherit desktop
DESCRIPTION="BlockOut II is an adaptation of the original Blockout DOS game"
HOMEPAGE="http://www.blockout.net/blockout2"
HOMEPAGE="https://www.blockout.net/blockout2/"
SRC_URI="
https://downloads.sourceforge.net/blockout/bl25-src.tar.gz
https://downloads.sourceforge.net/blockout/bl25-linux-x86.tar.gz"

View File

@@ -5,4 +5,17 @@
<email>andres.becerra@gmail.com</email>
<name>Andrés Becerra Sandoval</name>
</maintainer>
<upstream>
<bugs-to>
https://www.blockout.net/forum/viewforum.php?f=8
</bugs-to>
<changelog>
https://www.blockout.net/blockout2/version.php
</changelog>
<maintainer status="inactive">
<name>Jean-Luc Pons</name>
<email>jlp_38@yahoo.com</email>
</maintainer>
<remote-id type="sourceforge">blockout</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -5,4 +5,10 @@
<email>leohdz172@proton.me</email>
<name>Leonardo Hernández Hernández</name>
</maintainer>
<upstream>
<maintainer status="active">
<name>Daniel Eklöf</name>
</maintainer>
<remote-id type="codeberg">dnkl/fnott</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -1,5 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<!-- maintainer-needed -->
<upstream>
<maintainer>
<name>Snawoot</name>
</maintainer>
<remote-id type="github">Snawoot/postfix-mta-sts-resolver</remote-id>
<remote-id type="pypi">postfix-mta-sts-resolver</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -5,7 +5,7 @@
<email>nrk@disroot.org</email>
</maintainer>
<upstream>
<remote-id type="github">nsxiv/nsxiv</remote-id>
<remote-id type="codeberg">nsxiv/nsxiv</remote-id>
</upstream>
<use>
<flag name="statusbar">Add statusbar support</flag>

View File

@@ -9,7 +9,7 @@ if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://codeberg.org/nsxiv/nsxiv.git"
inherit git-r3
else
SRC_URI="https://github.com/nsxiv/nsxiv/archive/v${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI="https://codeberg.org/nsxiv/nsxiv/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi

View File

@@ -9,7 +9,7 @@ if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://codeberg.org/nsxiv/nsxiv.git"
inherit git-r3
else
SRC_URI="https://github.com/nsxiv/nsxiv/archive/v${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI="https://codeberg.org/nsxiv/nsxiv/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi

View File

@@ -22,7 +22,7 @@ fi
RDEPEND="
>=dev-python/click-8.0.2[${PYTHON_USEDEP}]
>=dev-python/desktop-notifier-3.3.0[${PYTHON_USEDEP}]
=dev-python/dropbox-11*[${PYTHON_USEDEP}]
dev-python/dropbox[${PYTHON_USEDEP}]
>=dev-python/fasteners-0.15[${PYTHON_USEDEP}]
dev-python/importlib-metadata[${PYTHON_USEDEP}]
>=dev-python/keyring-22.0.0[${PYTHON_USEDEP}]

View File

@@ -1 +1 @@
DIST candy-5.8.3.tar.gz 51525 BLAKE2B 457262bae44daccf276ce69897c7ea34294a2168d67fc31ad9a9b3354e1377f928bb65c67aa0996a8e057f0f7b875fc7fc01594266a058454400d1a04f35d71c SHA512 44440e1a497a65d79bbc84685fbd6f8149dee698ddfc85d0bdde771193ea3f14378a148a81adf64f08f4161f3242e42d00a8e1ebadf9c224450cc4c999017b8f
DIST candy-5.8.4.tar.gz 51675 BLAKE2B 84e928e3ca6fd3f55919c62c6bc9fbc71a32ddd9800e800341f3211544c5afcb15d30e2977f291a1f26adcc0e73e3a40162e3cb2498e8749e039ab4fefd54c15 SHA512 73da965fed65df6894356c4f3bb79461362f4826b67537e52bf986cd4820ce76ed15e03f7cb5665eec75c5e8d8a703cbea802c5307b0e9e167cc04fb25de89d4

View File

@@ -6,7 +6,7 @@ EAPI="8"
inherit desktop java-pkg-2
DESCRIPTION="A visualization platform for molecular interaction networks"
HOMEPAGE="http://www.cytoscape.org/"
HOMEPAGE="https://www.cytoscape.org/"
SRC_URI="https://github.com/cytoscape/cytoscape/releases/download/${PV}/cytoscape-unix-${PV}.tar.gz"
S="${WORKDIR}"

View File

@@ -5,4 +5,13 @@
<email>andres.becerra@gmail.com</email>
<name>Andrés Becerra Sandoval</name>
</maintainer>
<upstream>
<bugs-to>
https://cytoscape.org/bug-report.html
</bugs-to>
<changelog>
https://cytoscape.org/releasenotes.html
</changelog>
<remote-id type="github">cytoscape/cytoscape</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -1,7 +1,8 @@
diff -urN a/tools/power/x86/intel-speed-select/Makefile b/tools/power/x86/intel-speed-select/Makefile
--- a/tools/power/x86/intel-speed-select/Makefile 2022-12-11 17:15:18.000000000 -0500
+++ b/tools/power/x86/intel-speed-select/Makefile 2023-02-04 05:47:25.961523494 -0500
@@ -13,7 +13,7 @@
diff --git a/tools/power/x86/intel-speed-select/Makefile b/tools/power/x86/intel-speed-select/Makefile
index 7221f2f55e8b..96b5a456a4c5 100644
--- a/tools/power/x86/intel-speed-select/Makefile
+++ b/tools/power/x86/intel-speed-select/Makefile
@@ -13,7 +13,7 @@ endif
# Do not use make's built-in rules
# (this improves performance and avoids hard-to-debug behaviour);
MAKEFLAGS += -r
@@ -10,10 +11,11 @@ diff -urN a/tools/power/x86/intel-speed-select/Makefile b/tools/power/x86/intel-
override LDFLAGS += -lnl-genl-3 -lnl-3
ALL_TARGETS := intel-speed-select
diff -urN a/tools/power/x86/turbostat/Makefile b/tools/power/x86/turbostat/Makefile
--- a/tools/power/x86/turbostat/Makefile 2022-12-11 17:15:18.000000000 -0500
+++ b/tools/power/x86/turbostat/Makefile 2023-02-04 05:49:01.960951027 -0500
@@ -9,7 +9,7 @@
diff --git a/tools/power/x86/turbostat/Makefile b/tools/power/x86/turbostat/Makefile
index 92e139b9c792..d2c21035e16d 100644
--- a/tools/power/x86/turbostat/Makefile
+++ b/tools/power/x86/turbostat/Makefile
@@ -9,11 +9,10 @@ ifeq ("$(origin O)", "command line")
endif
turbostat : turbostat.c
@@ -22,10 +24,15 @@ diff -urN a/tools/power/x86/turbostat/Makefile b/tools/power/x86/turbostat/Makef
override CFLAGS += -DMSRHEADER='"../../../../arch/x86/include/asm/msr-index.h"'
override CFLAGS += -DINTEL_FAMILY_HEADER='"../../../../arch/x86/include/asm/intel-family.h"'
override CFLAGS += -D_FILE_OFFSET_BITS=64
diff -urN a/tools/power/x86/x86_energy_perf_policy/Makefile b/tools/power/x86/x86_energy_perf_policy/Makefile
--- a/tools/power/x86/x86_energy_perf_policy/Makefile 2022-12-11 17:15:18.000000000 -0500
+++ b/tools/power/x86/x86_energy_perf_policy/Makefile 2023-02-04 05:47:25.962523488 -0500
@@ -9,7 +9,6 @@
-override CFLAGS += -D_FORTIFY_SOURCE=2
%: %.c
@mkdir -p $(BUILD_OUTPUT)
diff --git a/tools/power/x86/x86_energy_perf_policy/Makefile b/tools/power/x86/x86_energy_perf_policy/Makefile
index 666b325a62a2..1fdeef864e7c 100644
--- a/tools/power/x86/x86_energy_perf_policy/Makefile
+++ b/tools/power/x86/x86_energy_perf_policy/Makefile
@@ -9,9 +9,8 @@ ifeq ("$(origin O)", "command line")
endif
x86_energy_perf_policy : x86_energy_perf_policy.c
@@ -34,3 +41,5 @@ diff -urN a/tools/power/x86/x86_energy_perf_policy/Makefile b/tools/power/x86/x8
override CFLAGS += -DMSRHEADER='"../../../../arch/x86/include/asm/msr-index.h"'
-override CFLAGS += -D_FORTIFY_SOURCE=2
%: %.c
@mkdir -p $(BUILD_OUTPUT)

View File

@@ -12,10 +12,10 @@ index 7221f2f55e8b..96b5a456a4c5 100644
ALL_TARGETS := intel-speed-select
diff --git a/tools/power/x86/turbostat/Makefile b/tools/power/x86/turbostat/Makefile
index 92e139b9c792..972fb3c5a514 100644
index 92e139b9c792..d2c21035e16d 100644
--- a/tools/power/x86/turbostat/Makefile
+++ b/tools/power/x86/turbostat/Makefile
@@ -9,7 +9,7 @@ ifeq ("$(origin O)", "command line")
@@ -9,11 +9,10 @@ ifeq ("$(origin O)", "command line")
endif
turbostat : turbostat.c
@@ -24,16 +24,22 @@ index 92e139b9c792..972fb3c5a514 100644
override CFLAGS += -DMSRHEADER='"../../../../arch/x86/include/asm/msr-index.h"'
override CFLAGS += -DINTEL_FAMILY_HEADER='"../../../../arch/x86/include/asm/intel-family.h"'
override CFLAGS += -D_FILE_OFFSET_BITS=64
-override CFLAGS += -D_FORTIFY_SOURCE=2
%: %.c
@mkdir -p $(BUILD_OUTPUT)
diff --git a/tools/power/x86/x86_energy_perf_policy/Makefile b/tools/power/x86/x86_energy_perf_policy/Makefile
index 666b325a62a2..0053893229fb 100644
index 666b325a62a2..1fdeef864e7c 100644
--- a/tools/power/x86/x86_energy_perf_policy/Makefile
+++ b/tools/power/x86/x86_energy_perf_policy/Makefile
@@ -9,7 +9,7 @@ ifeq ("$(origin O)", "command line")
@@ -9,9 +9,8 @@ ifeq ("$(origin O)", "command line")
endif
x86_energy_perf_policy : x86_energy_perf_policy.c
-override CFLAGS += -O2 -Wall -I../../../include
+override CFLAGS += -Wall -I../../../include
override CFLAGS += -DMSRHEADER='"../../../../arch/x86/include/asm/msr-index.h"'
override CFLAGS += -D_FORTIFY_SOURCE=2
-override CFLAGS += -D_FORTIFY_SOURCE=2
%: %.c
@mkdir -p $(BUILD_OUTPUT)

View File

@@ -1,4 +1,3 @@
DIST 1808d2fd77526d335ab6ab4e85b99b1ddbbf07ed.tar.gz 66035 BLAKE2B 63f490a1904c744c93033a4e9c6c8040a1f67e800d115b2887ab93a160a0f648d35aa75e5743c953183ee324c5dac9402b13ecb0578b4806e7de98ee62b8670a SHA512 6541a6f7e06da2c6e8c74bc7e0e187283fc20f2f2550230dabc00e2765a82a627c31b6cf88d14680611583c3521c09769810d1b9d14313812e45589d3066f468
DIST actix-codec-0.5.1.crate 14337 BLAKE2B d4bd3608c298cd39d391d50fa85799fdd4b2fa3b25c317a84b7c6cebd274f6465af03ab0c85e82fc756e27c946028d5e49878a1371f61fae4580344d40e59f3a SHA512 8322cfc09a86d2f16915986a9e24a795680c5144fbeae07e49d2826e266fbeb3cabcd563ecf4cc8cb2e15dad11e3fba44e0691749c78ee8d0f207d3e84166933
DIST actix-http-3.4.0.crate 151156 BLAKE2B d1a3819cdd387da21f4327de321928271d4e85d60a767ad6879e54f3a62edc2782664745e361fd43aad03430bc422e2bb7a9cd1e224d96d3be031fb922240002 SHA512 5173dbb84d3260225ec3831024c8eab3d5cb60e6dfbfd71d638d3de19afac949b4b3c95d4d8baea561d4e4a7ef35e655a9aba406c1bf82608a28021afbedd500
DIST actix-macros-0.2.4.crate 8380 BLAKE2B 43c19c9bed00e042d8704191484a720ed22a1cbd5bf4cd13b5d52163153beeb459d52eea394fbd8ccd2eb149e6766038085559e1a3c6e1fcfe4cd900f45c8bad SHA512 e8d4f488304420d779f19bc4aa6deb8fb02b02c6de1bd393a0aba42c1c7bd8f49ef40ba2eb54251254882bd121cb30575e18e60cee521b07353d96a285681207
@@ -113,6 +112,7 @@ DIST json5-0.4.1.crate 15678 BLAKE2B ea87e07821840e6af0a7c34b082995cbc95c45b7982
DIST language-tags-0.3.2.crate 53420 BLAKE2B 7c6d6f6db5c79b00d9e2b70f1a33769b83ec6d75a3e282f61db459146cbd05cec855a9979e3f229d43439f045ee3e9eafd1255c8b7167e623c2d990b2fd0c110 SHA512 1257bef56efd927db15d98dd6d40d5607408d08fb352d6dc0323fe2bbd0367625bc045fcddbf308387d71b9cecdda3b9f8c785683b6988fbb49c87daf4cb3c3f
DIST lazy_static-1.4.0.crate 10443 BLAKE2B 25b2e61bbac48f0dcbc79c81d7bf01f2403d8269ecb6be3ea6147bd00f7a588df15a91f44dfc18ada19b21faa71de4637c7d493a8628cbecd0e547d74e616a23 SHA512 e124c0521ec7c950f3c4a066821918da7a9c6e711115d98009ae7c351928fdddead852e7596fea5937a9c30e4e4ce8eee7099b20248b5d6e3b2494b6a6d88cb8
DIST libc-0.2.149.crate 715592 BLAKE2B 21dd5d4f9351f3c75790077c7b025046db665f2d48d7a72cda7667bc60febf79d82708cf7d39a323a594397cd590bd3d2a2f85349b4473b90ea4da918382ed0a SHA512 0def64d400d473d6eed30e985522d36801ee6472b15f90e74dc4592e0a8ffbaf30b731be280de52b30255cf60aeca8efe817b67049227dc7000c807e007d7289
DIST libmedium-20231020.tar.gz 66035 BLAKE2B 63f490a1904c744c93033a4e9c6c8040a1f67e800d115b2887ab93a160a0f648d35aa75e5743c953183ee324c5dac9402b13ecb0578b4806e7de98ee62b8670a SHA512 6541a6f7e06da2c6e8c74bc7e0e187283fc20f2f2550230dabc00e2765a82a627c31b6cf88d14680611583c3521c09769810d1b9d14313812e45589d3066f468
DIST line-wrap-0.1.1.crate 10010 BLAKE2B 8f64561931efdb39ef256b90ad12573df76449afadc11f38b5431c1fff73da3ef1dcf9ad8ba0c30cd1ef1b0a8d894a7b34327e4a5eccfea08051ae5abedb483e SHA512 31976e14355317bab470e6716542d3cfd59083a1808bb199dc2eddd51d05fab122ab054783d0996c1feb53bdb316e6fa24b34cae9ed8e8cdb2702bc43fd805eb
DIST linked-hash-map-0.5.6.crate 15049 BLAKE2B 0f30e388633c60433dcbee353507f1c6857bd210f0b61a4d166a9b95067bdadaebe49d5fca4fa6ce13072e26037c6f75d46cc30cf8dc3c9cfcb3f33b33630093 SHA512 031a87645381c96beff33572e4bac1a9877e52fd2f99d39918fbede17d72291b35e2eb69e07edec20c3058554c35cc38fe85b8f175c2a3c69366136fcc71f707
DIST linux-raw-sys-0.4.10.crate 1407767 BLAKE2B 8bc633d99bc1ee1a6fdfa19501fd034a4475fa9ebe18a206e4254309d91aee7a91fc70faf9775efa5157a1b2fb7e5f827bde40a770b066643356113f2cf38b5d SHA512 107f61add087bff55869798d5c71bc6ac9ecb27a603d8f9071b856189de8b7b0a7f9243fa1433700f52a0c3020eff5604dbf6e0653109d0dd277b98ab45fae21

View File

@@ -285,7 +285,7 @@ HOMEPAGE="https://libmedium.batsense.net"
#SRC_URI="${CARGO_CRATE_URIS}"
# commit 82 of libmedium
SHA="1808d2fd77526d335ab6ab4e85b99b1ddbbf07ed"
SRC_URI="https://github.com/realaravinth/libmedium/archive/${SHA}.tar.gz"
SRC_URI="https://github.com/realaravinth/libmedium/archive/${SHA}.tar.gz -> ${P}.tar.gz"
SRC_URI+=" ${CARGO_CRATE_URIS}"
S="${WORKDIR}/${PN}-${SHA}"
@@ -304,6 +304,7 @@ RDEPEND="acct-user/libmedium
QA_FLAGS_IGNORED="usr/bin/${PN}"
src_prepare() {
default
sed -i -e 's/#cache = "\/var\/lib\/libmedium"/cache = "\/var\/cache\/libmedium"/' 'config/default.toml' || die
}

View File

@@ -5,4 +5,10 @@
<email>benoit.dufour@mail.com</email>
<name>Benoît Dufour</name>
</maintainer>
<upstream>
<bugs-to>
https://git.batsense.net/realaravinth/libmedium/issues
</bugs-to>
<remote-id type="github">realaravinth/libmedium</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -5,4 +5,7 @@
<email>benoit.dufour@mail.com</email>
<name>Benoît Dufour</name>
</maintainer>
<upstream>
<remote-id type="codeberg">librarian/librarian</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -5,4 +5,9 @@
<email>benoit.dufour@mail.com</email>
<name>Benoît Dufour</name>
</maintainer>
<upstream>
<bugs-to>https://codeberg.org/rimgo/rimgo/issues</bugs-to>
<doc>https://rimgo.codeberg.page/docs/</doc>
<remote-id type="codeberg">rimgo/rimgo</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -2,4 +2,16 @@
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<upstream>
<bugs-to>
https://codeberg.org/grunfink/snac2/issues
</bugs-to>
<changelog>
https://codeberg.org/grunfink/snac2/src/branch/master/RELEASE_NOTES.md
</changelog>
<maintainer>
<name>grunfink</name>
</maintainer>
<remote-id type="codeberg">grunfink/snac2</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -10,6 +10,16 @@
It does so when an application is fullscreened (eg: youtube), or when you click on the systray icon (which you can do, when, eg: reading).
</longdescription>
<upstream>
<remote-id type="github">caffeine-ng/caffeine-ng</remote-id>
<bugs-to>
https://codeberg.org/WhyNotHugo/caffeine-ng/issues
</bugs-to>
<changelog>
https://codeberg.org/WhyNotHugo/caffeine-ng/src/branch/main/CHANGELOG.rst
</changelog>
<maintainer>
<name>Hugo Osvaldo Barrera</name>
<email>hugo@whynothugo.nl</email>
</maintainer>
<remote-id type="codeberg">WhyNotHugo/caffeine-ng</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -9,5 +9,6 @@
<changelog>https://github.com/daniruiz/flat-remix-gtk/commits/master/</changelog>
<doc>https://www.gnome-look.org/p/1293697</doc>
<bugs-to>https://github.com/daniruiz/flat-remix-gtk/issues</bugs-to>
<remote-id type="github">daniruiz/flat-remix-gtk</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -9,5 +9,6 @@
<changelog>https://github.com/rtlewis88/rtl88-Themes/commits/Solarized-BLACK/</changelog>
<doc>https://www.gnome-look.org/p/1388140</doc>
<bugs-to>https://github.com/rtlewis88/rtl88-Themes/issues</bugs-to>
<remote-id type="github">rtlewis88/rtl88-Themes</remote-id>
</upstream>
</pkgmetadata>