Merge updates from master

This commit is contained in:
Repository mirror & CI
2024-03-20 00:03:28 +00:00
18 changed files with 92 additions and 288 deletions

View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>julien@jroy.ca</email>
<name>Julien Roy</name>
</maintainer>
</pkgmetadata>

View File

@@ -1,10 +0,0 @@
# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit acct-group
DESCRIPTION="Group for signald"
ACCT_GROUP_ID=-1

View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>julien@jroy.ca</email>
<name>Julien Roy</name>
</maintainer>
</pkgmetadata>

View File

@@ -1,15 +0,0 @@
# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit acct-user
DESCRIPTION="User for signald"
ACCT_USER_ID=-1
ACCT_USER_GROUPS=( ${PN} )
ACCT_USER_HOME=/var/lib/signald
ACCT_USER_HOME_PERMS=0750
acct-user_add_deps

View File

@@ -1,2 +1 @@
DIST olm-3.2.15.tar.bz2 2744760 BLAKE2B 44486a63217998010a0bb7e01ff3315c88e139d686b97158e67af29b2f052912412541fb944a17c5d8931df9c641a73e521ef8d0ff352b80fe30bd6fb73b2e7b SHA512 81832766e477fc17908e8d1c49b5403d87b5977fd9102605d95ef2a3907619b7301e32fe0e18ec0f575b1f004ce248633307ff43b0f48bc9bb2313cdfefd6ea7
DIST olm-3.2.16.tar.bz2 2744360 BLAKE2B 236cd08cb4f014ef4f90377fe30907490dbf6482629ab47a779114c711de1855c44874a45ee92f4f55d7c100abbbde2c427996ce534dd95ce401a7549db351b7 SHA512 504ddc91297e7aef99e9b25f73b33bac29716ca33eb333bf1217b719d8862438e2cdaadd88cef3dc84e9f618bcc9eeeaf7e513f2d6909cc4a3d98a5dd79b0581

View File

@@ -1,44 +0,0 @@
# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..11} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="Python bindings for dev-libs/olm"
HOMEPAGE="https://gitlab.matrix.org/matrix-org/olm/"
SRC_URI="https://gitlab.matrix.org/matrix-org/olm/-/archive/${PV}/olm-${PV}.tar.bz2"
S="${WORKDIR}/olm-${PV}/python"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="dev-libs/olm"
RDEPEND="
${DEPEND}
dev-python/cffi[${PYTHON_USEDEP}]
dev-python/future[${PYTHON_USEDEP}]
"
BDEPEND="
test? (
dev-python/aspectlib[${PYTHON_USEDEP}]
dev-python/pytest-benchmark[${PYTHON_USEDEP}]
)
"
DOCS=( README-python.md )
distutils_enable_tests pytest
distutils_enable_sphinx docs \
dev-python/alabaster
src_prepare() {
distutils-r1_src_prepare
# To avoid merge collision with dev-libs/olm
mv "README.md" "README-python.md" || die
}

View File

@@ -0,0 +1 @@
DIST wike-3.0.0.gh.tar.gz 4322817 BLAKE2B 4a62be67c3edc46b0e732cf4b0d405c4a715ae371e304399c00b17f2f80b061e14867ae630cb71aa3137884408fe15a571ae7caa56dd2bc0f23399ac958b6e57 SHA512 7e5c268135fee05d225c8e281c56c70b157c5c395f0b0bca2b8e68f585261d6573b118a4fc6eee55997d9ec2ab12a3c61b5e0649c896610a39adb1e065ffc30c

View File

@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<name>Julien Roy</name>
<email>julien@jroy.ca</email>
</maintainer>
<longdescription>
Wike is a Wikipedia reader for the GNOME Desktop. Provides access to all the content of this online encyclopedia in a native application, with a simpler and distraction-free view of articles.
Features
Open multiple articles in tabs
More than 300 languages
Search suggestions
Bookmarks management
History of recent articles
Table of contents
Text search in articles
Print articles
Light, dark and sepia themes
Desktop and mobile layouts
GNOME Shell search integration
</longdescription>
<upstream>
<maintainer>
<name>Hugo Olabera</name>
<email>hugolabe@gmail.com</email>
</maintainer>
<bugs-to>https://github.com/hugolabe/Wike/issues</bugs-to>
<doc>https://hugolabe.github.io/Wike/</doc>
<remote-id type="github">hugolabe/wike</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,52 @@
# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..12} )
inherit gnome2-utils meson python-single-r1 xdg
MY_PN="Wike"
DESCRIPTION="Wikipedia Reader for the GNOME Desktop"
HOMEPAGE="https://github.com/hugolabe/Wike"
SRC_URI="https://github.com/hugolabe/${MY_PN}/archive/${PV}/${P}.tar.gz -> ${P}.gh.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="
${PYTHON_DEPS}
dev-python/pygobject
dev-python/requests
gui-libs/gtk
gui-libs/libadwaita
net-libs/libsoup:3.0
net-libs/webkit-gtk:6
x11-libs/pango
x11-themes/hicolor-icon-theme
"
BDEPEND="
dev-libs/appstream-glib
dev-libs/glib:2
sys-devel/gettext
"
src_install() {
meson_src_install
python_fix_shebang "${D}/usr/bin/${PN}"
}
pkg_postinst() {
xdg_pkg_postinst
gnome2_schemas_update
xdg_icon_cache_update
}
pkg_postrm() {
xdg_pkg_postrm
gnome2_schemas_update
xdg_icon_cache_update
}

View File

@@ -5,10 +5,6 @@
<email>gonegrier.duarte@gmail.com</email>
<name>Gonçalo Negrier Duarte</name>
</maintainer>
<maintainer type="person" proxied="yes">
<email>julien@jroy.ca</email>
<name>Julien Roy</name>
</maintainer>
<upstream>
<changelog>https://github.com/hyprwm/hypridle/releases</changelog>
<doc>https://wiki.hyprland.org/Hypr-Ecosystem/hypridle/</doc>

View File

@@ -5,10 +5,6 @@
<email>gonegrier.duarte@gmail.com</email>
<name>Gonçalo Negrier Duarte</name>
</maintainer>
<maintainer type="person" proxied="yes">
<email>julien@jroy.ca</email>
<name>Julien Roy</name>
</maintainer>
<upstream>
<changelog>https://github.com/hyprwm/hyrlock/releases</changelog>
<doc>https://wiki.hyprland.org/Hypr-Ecosystem/hyprlock/</doc>

View File

@@ -1,5 +1,3 @@
DIST nyxt-3.10.0.gh.tar.xz 17692748 BLAKE2B 278fc2874194b26bf33359b5051c42844141ae2863dd06bfd4c732079de1cca15cb794304852725f2032b9d3820223b5e25cf6df63201cbba81a5917f4c70ac9 SHA512 79285e75eb896983dc4931d7802bb808f5c6f04f04a2f1c002bd72586562f35387c04416308964ce0ef6d630b0aacf21590c6625caa8cf6bf1a3396bf2e95794
DIST nyxt-3.11.2.gh.tar.xz 18094244 BLAKE2B d1d48e2f8dbfc156cca05ce9e51386a6c3ae96b0e4f956ac140eeca6deb551be54806f4a11a910d58c40b5191bc9e3eb4e476f397b8a78c8c30daba71e606172 SHA512 4011196895af57c273e101b0a48248d30ba4e5cded1eedf1366cdef87b6a5d70f18f7c522aad7ec7776255e040a699edec637d915f5faacd27113fd39011cc83
DIST nyxt-3.11.3.gh.tar.xz 18094008 BLAKE2B 11d85728e0593d2aab0e89c860f47a142ee8db0a4c0bf7c7c6d3e409152735d5ab66c140d413fdadd842738d75a65d02fe402dea5e3b272ec9cd413a2b9d4160 SHA512 b9e99efb137c3abc83ba7ee459b3dea91616c88613a30d8ef701b3b6091c6ed088572b16f9152883e7a66393f80afa094b2b49000ee519cb9e3c0e432957a1d8
DIST nyxt-3.11.4.gh.tar.xz 18095472 BLAKE2B 04aa9378efbf23153044c8e64f303240a9c424175c668968d05aad4ce8641ba4c2aa99b27b92c3683e84089bfdce0ef1e9d13ace231eaaef6ab521a5c4b19701 SHA512 f38a66af0fc45d8baa15be639d46d42eac96c71f085daec01b4ed48fabc7bbb4f301dd4394d9ffd6d1d6584a55acf64ef9042167cfdcf0bbb3045c72189a6063
DIST nyxt-3.9.0.gh.tar.xz 17712004 BLAKE2B a799c874a4ca3ca4141a11d3211094e88f9ecd954f5220cb9a030a2d45546f841d532e087a7bdf1cb4d23532f8d0c37082eb82366c97dbc9a744b22afddea41a SHA512 f1669e02705052d5f22958b77d9489f008e90c0b5bbc216681843bb344c2b8d74753c485424a4be46a6f4ab4c12e6e6238ed663c1e5987fe5b31e3582126ebb8
DIST nyxt-3.11.5.gh.tar.xz 18100684 BLAKE2B 190ca6087cd781253bb08818072122bd720b423981621b5c94eb525816893ac9438bf278068378a60f3514b806f4681f697d7ff2061e2b71daf00b722c33b5c4 SHA512 1991c4c16e45df08b0630f003ca52213697a569e7545e412ede0a72af67337076c0e2605f4d85388717505513438bfcc2401db8a49c0d5a3c6e734669ac56661

View File

@@ -1,87 +0,0 @@
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit desktop optfeature xdg
DESCRIPTION="Nyxt - the hacker's power-browser"
HOMEPAGE="https://nyxt.atlas.engineer/"
if [[ ${PV} == 9999 ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/atlas-engineer/${PN}.git"
EGIT_SUBMODULES=( '*' )
EGIT_BRANCH="master"
EGIT_CHECKOUT_DIR="${S}"
else
KEYWORDS="~amd64"
SRC_URI="https://github.com/atlas-engineer/${PN}/releases/download/${PV}/nyxt-${PV}-source-with-submodules.tar.xz -> ${PF}.gh.tar.xz"
fi
# Portage replaces the nyxt binary with scbl when stripping
RESTRICT="mirror strip"
LICENSE="BSD CC-BY-SA-3.0"
SLOT="0"
IUSE="doc"
RDEPEND="
dev-libs/gobject-introspection
gnome-base/gsettings-desktop-schemas
net-libs/glib-networking
net-libs/webkit-gtk:4.1
sys-libs/libfixposix
"
DEPEND="${RDEPEND}"
BDEPEND="
>=dev-lisp/sbcl-2.0.0
"
QA_FLAGS_IGNORED="usr/bin/${PN}"
if [[ "${PV}" != 9999 ]]; then
src_unpack() {
mkdir "${WORKDIR}/${P}" || die
cd "${WORKDIR}/${P}"
default
}
fi
src_compile() {
emake all
use doc && emake doc
}
src_install(){
dobin "${S}/nyxt"
if [ "$(use doc)" ]
then
docinto "/usr/share/doc/${P}"
dodoc "${S}/manual.html"
fi
for icon in 16x16 32x32 128x128 256x256 512x512; do
newicon -s ${icon} "${S}/assets/nyxt_${icon}.png" ${PN}.png
done
domenu "${S}/assets/nyxt.desktop"
}
pkg_postinst() {
xdg_pkg_postinst
optfeature "for X11 clipboard support" "x11-misc/xclip"
optfeature "for spellchecking" "app-text/enchant"
optfeature "for HTML5 audio/video" "media-libs/gstreamer"
optfeature "for HTML5 audio/video" "media-libs/gst-plugins-bad"
optfeature "for HTML5 audio/video" "media-libs/gst-plugins-base"
optfeature "for HTML5 audio/video" "media-libs/gst-plugins-good"
optfeature "for HTML5 audio/video" "media-libs/gst-plugins-ugly"
optfeature "for HTML5 audio/video" "media-plugins/gst-plugins-libav"
}
pkg_postrm() {
xdg_pkg_postrm
}

View File

@@ -19,7 +19,7 @@ else
SRC_URI="https://github.com/atlas-engineer/${PN}/releases/download/${PV}/nyxt-${PV}-source-with-submodules.tar.xz -> ${PF}.gh.tar.xz"
fi
# Portage replaces the nyxt binary with scbl when stripping
# Portage replaces the nyxt binary with sbcl when stripping
RESTRICT="mirror strip"
LICENSE="BSD CC-BY-SA-3.0"

View File

@@ -19,7 +19,7 @@ else
SRC_URI="https://github.com/atlas-engineer/${PN}/releases/download/${PV}/nyxt-${PV}-source-with-submodules.tar.xz -> ${PF}.gh.tar.xz"
fi
# Portage replaces the nyxt binary with scbl when stripping
# Portage replaces the nyxt binary with sbcl when stripping
RESTRICT="mirror strip"
LICENSE="BSD CC-BY-SA-3.0"

View File

@@ -19,7 +19,7 @@ else
SRC_URI="https://github.com/atlas-engineer/${PN}/releases/download/${PV}/nyxt-${PV}-source-with-submodules.tar.xz -> ${PF}.gh.tar.xz"
fi
# Portage replaces the nyxt binary with scbl when stripping
# Portage replaces the nyxt binary with sbcl when stripping
RESTRICT="mirror strip"
LICENSE="BSD CC-BY-SA-3.0"

View File

@@ -1,100 +0,0 @@
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit desktop optfeature xdg-utils
DESCRIPTION="Nyxt - the hacker's power-browser"
HOMEPAGE="https://nyxt.atlas.engineer/"
if [[ "${PV}" = *9999* ]]
then
inherit git-r3
EGIT_REPO_URI="https://github.com/atlas-engineer/${PN}.git"
else
KEYWORDS="~amd64"
SRC_URI="https://github.com/atlas-engineer/${PN}/releases/download/${PV}/nyxt-${PV}-source-with-submodules.tar.xz -> ${PF}.gh.tar.xz"
fi
# Portage replaces the nyxt binary with scbl when stripping
RESTRICT="mirror strip"
LICENSE="BSD CC-BY-SA-3.0"
SLOT="0"
IUSE="doc"
RDEPEND="
dev-libs/gobject-introspection
gnome-base/gsettings-desktop-schemas
media-libs/gst-plugins-bad
media-libs/gst-plugins-base
media-libs/gst-plugins-good
media-libs/gst-plugins-ugly
media-plugins/gst-plugins-libav
net-libs/glib-networking
net-libs/webkit-gtk:4.1
sys-libs/libfixposix
"
DEPEND="${RDEPEND}"
BDEPEND="
>=dev-lisp/sbcl-2.0.0
"
QA_FLAGS_IGNORED="usr/bin/${PN}"
src_unpack() {
default
# nyxt-3-source-with-submodules.tar.xz doesn't unpack in a subdirectory
# so we create it instead of working directly in ${WORKDIR}
if [[ "${PV}" != *9999* ]]
then
mkdir "${WORKDIR}/${P}" || die
mv "${WORKDIR}/assets" "${WORKDIR}/${P}/" || die
mv "${WORKDIR}/_build" "${WORKDIR}/${P}/" || die
mv "${WORKDIR}/build-scripts" "${WORKDIR}/${P}/" || die
mv "${WORKDIR}/documents" "${WORKDIR}/${P}/" || die
mv "${WORKDIR}/examples" "${WORKDIR}/${P}/" || die
mv "${WORKDIR}/INSTALL" "${WORKDIR}/${P}/" || die
mv "${WORKDIR}/libraries" "${WORKDIR}/${P}/" || die
mv "${WORKDIR}/licenses" "${WORKDIR}/${P}/" || die
mv "${WORKDIR}/makefile" "${WORKDIR}/${P}/" || die
mv "${WORKDIR}/nyxt.asd" "${WORKDIR}/${P}/" || die
mv "${WORKDIR}/README.org" "${WORKDIR}/${P}/" || die
mv "${WORKDIR}/source" "${WORKDIR}/${P}/" || die
mv "${WORKDIR}/tests" "${WORKDIR}/${P}/" || die
fi
}
src_compile() {
emake all
use doc && emake doc
}
src_install(){
dobin "${S}/nyxt"
if [ "$(use doc)" ]
then
docinto "/usr/share/doc/${P}"
dodoc "${S}/manual.html"
fi
newicon -s 512 "${S}/assets/nyxt_512x512.png" nyxt.png
domenu "${S}/assets/nyxt.desktop"
}
pkg_postinst() {
xdg_mimeinfo_database_update
xdg_desktop_database_update
xdg_icon_cache_update
optfeature "for X11 clipboard support" "x11-misc/xclip"
optfeature "for spellchecking" "app-text/enchant"
}
pkg_postrm() {
xdg_mimeinfo_database_update
xdg_desktop_database_update
xdg_icon_cache_update
}

View File

@@ -19,7 +19,7 @@ else
SRC_URI="https://github.com/atlas-engineer/${PN}/releases/download/${PV}/nyxt-${PV}-source-with-submodules.tar.xz -> ${PF}.gh.tar.xz"
fi
# Portage replaces the nyxt binary with scbl when stripping
# Portage replaces the nyxt binary with sbcl when stripping
RESTRICT="mirror strip"
LICENSE="BSD CC-BY-SA-3.0"