mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 13:03:31 -04:00
Merge updates from master
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
</maintainer>
|
</maintainer>
|
||||||
<upstream>
|
<upstream>
|
||||||
<bugs-to>https://github.com/doy/rbw/issues</bugs-to>
|
<bugs-to>https://github.com/doy/rbw/issues</bugs-to>
|
||||||
<changelog>https://git.tozt.net/rbw/plain/CHANGELOG.md</changelog>
|
<changelog>https://github.com/doy/rbw/blob/main/CHANGELOG.md</changelog>
|
||||||
<maintainer status="active">
|
<maintainer status="active">
|
||||||
<name>Jesse Luehrs</name>
|
<name>Jesse Luehrs</name>
|
||||||
<email>doy@tozt.net</email>
|
<email>doy@tozt.net</email>
|
||||||
|
|||||||
@@ -12,10 +12,10 @@ HOMEPAGE="https://git.tozt.net/rbw"
|
|||||||
|
|
||||||
if [[ ${PV} = *9999* ]]; then
|
if [[ ${PV} = *9999* ]]; then
|
||||||
inherit git-r3
|
inherit git-r3
|
||||||
EGIT_REPO_URI="https://git.tozt.net/rbw"
|
EGIT_REPO_URI="https://github.com/doy/rbw.git"
|
||||||
else
|
else
|
||||||
SRC_URI="
|
SRC_URI="
|
||||||
https://git.tozt.net/rbw/snapshot/${P}.tar.gz
|
https://github.com/doy/rbw/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz
|
||||||
https://github.com/pastalian/distfiles/releases/download/${P}/${P}-crates.tar.xz
|
https://github.com/pastalian/distfiles/releases/download/${P}/${P}-crates.tar.xz
|
||||||
"
|
"
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
|
|||||||
@@ -12,10 +12,10 @@ HOMEPAGE="https://git.tozt.net/rbw"
|
|||||||
|
|
||||||
if [[ ${PV} = *9999* ]]; then
|
if [[ ${PV} = *9999* ]]; then
|
||||||
inherit git-r3
|
inherit git-r3
|
||||||
EGIT_REPO_URI="https://git.tozt.net/rbw"
|
EGIT_REPO_URI="https://github.com/doy/rbw.git"
|
||||||
else
|
else
|
||||||
SRC_URI="
|
SRC_URI="
|
||||||
https://git.tozt.net/rbw/snapshot/${P}.tar.gz
|
https://github.com/doy/rbw/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz
|
||||||
https://github.com/pastalian/distfiles/releases/download/${P}/${P}-crates.tar.xz
|
https://github.com/pastalian/distfiles/releases/download/${P}/${P}-crates.tar.xz
|
||||||
"
|
"
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ src_install() {
|
|||||||
exeinto "${DESTDIR}"
|
exeinto "${DESTDIR}"
|
||||||
doexe "${PN}" chrome-sandbox libEGL.so libffmpeg.so libGLESv2.so libvk_swiftshader.so
|
doexe "${PN}" chrome-sandbox libEGL.so libffmpeg.so libGLESv2.so libvk_swiftshader.so
|
||||||
|
|
||||||
ln -sf "$(command -v python3)" resources/app.asar.unpacked/node_modules/register-scheme/build/node_gyp_bins/python3 || die
|
ln -sf "$(command -v python-exec2c)" resources/app.asar.unpacked/node_modules/register-scheme/build/node_gyp_bins/python3 || die
|
||||||
|
|
||||||
insinto "${DESTDIR}"
|
insinto "${DESTDIR}"
|
||||||
doins chrome_crashpad_handler chrome_{100,200}_percent.pak icudtl.dat resources.pak snapshot_blob.bin v8_context_snapshot.bin
|
doins chrome_crashpad_handler chrome_{100,200}_percent.pak icudtl.dat resources.pak snapshot_blob.bin v8_context_snapshot.bin
|
||||||
|
|||||||
@@ -1,63 +0,0 @@
|
|||||||
# Copyright 2024 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=8
|
|
||||||
|
|
||||||
inherit wrapper xdg
|
|
||||||
|
|
||||||
DESCRIPTION="Revolt Desktop App"
|
|
||||||
HOMEPAGE="https://github.com/revoltchat/desktop https://revolt.chat/"
|
|
||||||
SRC_URI="
|
|
||||||
amd64? ( https://github.com/revoltchat/desktop/releases/download/v${PV}/${P}.tar.gz -> ${P}.gh.tar.gz )
|
|
||||||
"
|
|
||||||
|
|
||||||
LICENSE="AGPL-3"
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="-* ~amd64"
|
|
||||||
|
|
||||||
RDEPEND="
|
|
||||||
app-accessibility/at-spi2-core:2
|
|
||||||
dev-libs/expat
|
|
||||||
dev-libs/glib:2
|
|
||||||
dev-libs/nspr
|
|
||||||
dev-libs/nss
|
|
||||||
media-libs/alsa-lib
|
|
||||||
media-libs/mesa
|
|
||||||
net-print/cups
|
|
||||||
sys-apps/dbus
|
|
||||||
sys-apps/systemd-utils
|
|
||||||
x11-libs/cairo
|
|
||||||
x11-libs/gdk-pixbuf:2
|
|
||||||
x11-libs/gtk+:3
|
|
||||||
x11-libs/libX11
|
|
||||||
x11-libs/libXcomposite
|
|
||||||
x11-libs/libXdamage
|
|
||||||
x11-libs/libXext
|
|
||||||
x11-libs/libXfixes
|
|
||||||
x11-libs/libXrandr
|
|
||||||
x11-libs/libdrm
|
|
||||||
x11-libs/libxcb:=
|
|
||||||
x11-libs/libxkbcommon
|
|
||||||
x11-libs/pango
|
|
||||||
"
|
|
||||||
|
|
||||||
QA_PREBUILT="*"
|
|
||||||
|
|
||||||
DESTDIR="/opt/${PN}"
|
|
||||||
|
|
||||||
src_install() {
|
|
||||||
exeinto "${DESTDIR}"
|
|
||||||
doexe "${PN}" chrome-sandbox libEGL.so libffmpeg.so libGLESv2.so libvk_swiftshader.so
|
|
||||||
|
|
||||||
insinto "${DESTDIR}"
|
|
||||||
doins chrome_crashpad_handler chrome_{100,200}_percent.pak icudtl.dat resources.pak snapshot_blob.bin v8_context_snapshot.bin
|
|
||||||
insopts -m0755
|
|
||||||
doins -r locales resources
|
|
||||||
|
|
||||||
# Chrome-sandbox requires the setuid bit to be specifically set.
|
|
||||||
# see https://github.com/electron/electron/issues/17972
|
|
||||||
fowners root "${DESTDIR}/chrome-sandbox"
|
|
||||||
fperms 4711 "${DESTDIR}/chrome-sandbox"
|
|
||||||
|
|
||||||
make_wrapper "${PN}" "${DESTDIR}/${PN}"
|
|
||||||
}
|
|
||||||
1
net-im/zulip-desktop-bin/Manifest
Normal file
1
net-im/zulip-desktop-bin/Manifest
Normal file
@@ -0,0 +1 @@
|
|||||||
|
DIST Zulip-5.11.1-amd64.deb 77340186 BLAKE2B 11ec4a710c968341dd6591966e2edec925f2a825059d61cc2453866a79cfad635862cad70c91b6a2637e74379ced318fc8fa92c094967d048f780b9e2c586cef SHA512 2fbb49606dfd9c147817427e510781526e9cce3f244f9ecf9f86cf37f6cd73f4029412fbed2c70a9286613873a1c72cf1ba5b63f1947f077b9a19a128c632e46
|
||||||
11
net-im/zulip-desktop-bin/metadata.xml
Normal file
11
net-im/zulip-desktop-bin/metadata.xml
Normal 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>alexander@neuwirth-informatik.de</email>
|
||||||
|
<name>Alexander Puck Neuwirth</name>
|
||||||
|
</maintainer>
|
||||||
|
<longdescription>
|
||||||
|
Zulip is an open-source team collaboration tool with unique topic-based threading that combines the best of email and chat to make remote work productive and delightful.
|
||||||
|
</longdescription>
|
||||||
|
</pkgmetadata>
|
||||||
99
net-im/zulip-desktop-bin/zulip-desktop-bin-5.11.1.ebuild
Normal file
99
net-im/zulip-desktop-bin/zulip-desktop-bin-5.11.1.ebuild
Normal file
@@ -0,0 +1,99 @@
|
|||||||
|
# Copyright 2025 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
CHROMIUM_LANGS="
|
||||||
|
af am ar bg bn ca cs da de el en-GB en-US es es-419 et fa fi fil fr gu he hi
|
||||||
|
hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr sv
|
||||||
|
sw ta te th tr uk ur vi zh-CN zh-TW
|
||||||
|
"
|
||||||
|
|
||||||
|
inherit chromium-2 desktop unpacker xdg
|
||||||
|
|
||||||
|
DESCRIPTION="Organized chat for distributed teams."
|
||||||
|
HOMEPAGE="https://zulip.com/"
|
||||||
|
SRC_URI="
|
||||||
|
amd64? ( https://download.zulip.com/desktop/apt/pool/main/z/zulip/Zulip-5.11.1-amd64.deb )
|
||||||
|
"
|
||||||
|
|
||||||
|
S="${WORKDIR}"
|
||||||
|
|
||||||
|
LICENSE="
|
||||||
|
MIT BSD BSD-2 BSD-4 AFL-2.1 Apache-2.0 Ms-PL GPL-2 LGPL-2.1 APSL-2
|
||||||
|
unRAR OFL-1.1 CC-BY-SA-3.0 MPL-2.0 android public-domain all-rights-reserved
|
||||||
|
"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="-* ~amd64"
|
||||||
|
|
||||||
|
RESTRICT="bindist mirror"
|
||||||
|
|
||||||
|
RDEPEND="
|
||||||
|
>=app-accessibility/at-spi2-core-2.46.0:2
|
||||||
|
dev-libs/expat
|
||||||
|
dev-libs/glib:2
|
||||||
|
dev-libs/nspr
|
||||||
|
dev-libs/nss
|
||||||
|
media-libs/alsa-lib
|
||||||
|
media-libs/mesa
|
||||||
|
net-print/cups
|
||||||
|
sys-apps/dbus
|
||||||
|
sys-libs/glibc
|
||||||
|
x11-libs/cairo
|
||||||
|
x11-libs/gtk+:3
|
||||||
|
x11-libs/libdrm
|
||||||
|
x11-libs/libX11
|
||||||
|
x11-libs/libxcb
|
||||||
|
x11-libs/libXcomposite
|
||||||
|
x11-libs/libXdamage
|
||||||
|
x11-libs/libXext
|
||||||
|
x11-libs/libXfixes
|
||||||
|
x11-libs/libxkbcommon
|
||||||
|
x11-libs/libXrandr
|
||||||
|
x11-libs/pango
|
||||||
|
"
|
||||||
|
|
||||||
|
QA_PREBUILT="opt/Zulip/*"
|
||||||
|
|
||||||
|
pkg_pretend() {
|
||||||
|
chromium_suid_sandbox_check_kernel_config
|
||||||
|
}
|
||||||
|
|
||||||
|
src_prepare() {
|
||||||
|
default
|
||||||
|
# cleanup languages
|
||||||
|
pushd "opt/Zulip/locales" || die
|
||||||
|
chromium_remove_language_paks
|
||||||
|
popd || die
|
||||||
|
}
|
||||||
|
|
||||||
|
src_configure() {
|
||||||
|
chromium_suid_sandbox_check_kernel_config
|
||||||
|
default
|
||||||
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
for size in {16,32,64,128,512,1024}; do
|
||||||
|
doicon -s ${size} "usr/share/icons/hicolor/${size}x${size}/apps/zulip.png"
|
||||||
|
done
|
||||||
|
|
||||||
|
domenu usr/share/applications/zulip.desktop
|
||||||
|
|
||||||
|
local DESTDIR="/opt/Zulip"
|
||||||
|
pushd "opt/Zulip" || die
|
||||||
|
|
||||||
|
exeinto "${DESTDIR}"
|
||||||
|
doexe chrome-sandbox chrome_crashpad_handler zulip *.so*
|
||||||
|
|
||||||
|
insinto "${DESTDIR}"
|
||||||
|
doins *.pak *.bin *.json *.dat
|
||||||
|
insopts -m0755
|
||||||
|
doins -r locales resources
|
||||||
|
|
||||||
|
# Chrome-sandbox requires the setuid bit to be specifically set.
|
||||||
|
# see https://github.com/electron/electron/issues/17972
|
||||||
|
fperms 4755 "${DESTDIR}"/chrome-sandbox
|
||||||
|
|
||||||
|
dosym "${DESTDIR}"/zulip /opt/bin/zulip
|
||||||
|
popd || die
|
||||||
|
}
|
||||||
@@ -344,8 +344,9 @@ LICENSE+="
|
|||||||
"
|
"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
IUSE="gui libadwaita"
|
IUSE="gui libadwaita test"
|
||||||
REQUIRED_USE="libadwaita? ( gui )"
|
REQUIRED_USE="libadwaita? ( gui ) test? ( gui )"
|
||||||
|
RESTRICT="!test? ( test )"
|
||||||
|
|
||||||
DEPEND="
|
DEPEND="
|
||||||
x11-libs/libdrm[video_cards_amdgpu]
|
x11-libs/libdrm[video_cards_amdgpu]
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
DIST zen-bin-1.7.1b.tar.bz2 98434938 BLAKE2B b0dcff0185e485e5fee5cc35962e6bdd0685235d6c93b0c6fb314d4ae7f8ce8532705689d4e6fb1bcac9cfcd61a889540cf82152e0917d9ffe223a3168146d00 SHA512 4c3a48e018fbd1cbd40ab95bc1e50c1c09c59de9cbb9166b0340c93d6b48ca06dbc43037ac87045211373cf3f7bc088d1805e59f0a133c894dbe8f0a15729b8c
|
|
||||||
DIST zen-bin-1.7.2b.tar.bz2 98478882 BLAKE2B d17eb6d860e4cedc685ef3b1d57a09b42422c48fab4b79f2ba541a7690f6a03195777126cd9967f478d504bf6e6d6bbb14ebe1acd812fd8481d138305ba58039 SHA512 8d36a3da1866a11d30b3746fa199f980296f02fa6c5595ded25c8a8b820ac415ded88abd52187da7a35c561b6be281b0f754b89633231b2b28c75ec574e374ab
|
DIST zen-bin-1.7.2b.tar.bz2 98478882 BLAKE2B d17eb6d860e4cedc685ef3b1d57a09b42422c48fab4b79f2ba541a7690f6a03195777126cd9967f478d504bf6e6d6bbb14ebe1acd812fd8481d138305ba58039 SHA512 8d36a3da1866a11d30b3746fa199f980296f02fa6c5595ded25c8a8b820ac415ded88abd52187da7a35c561b6be281b0f754b89633231b2b28c75ec574e374ab
|
||||||
|
DIST zen-bin-1.9b.tar.xz 80195484 BLAKE2B 4bd42f022559b6c61a3cba9dd8184c6924f917c71f8aae29be8324d20a0c730427058a832e04480855637baf248c6871e08e7825b1d6cdd717e2d79eed2a50d1 SHA512 3a60fca94ea256a592fcc6fd4d355440d90b89ab4b14a92fa524949381feb5f6493182b3fd2d5eb22d05997bca1c2f34fb3a7c7f4d242a5ff0bd353687a19859
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ MY_P="zen"
|
|||||||
|
|
||||||
DESCRIPTION="Zen Browser - A Firefox-based browser focused on privacy"
|
DESCRIPTION="Zen Browser - A Firefox-based browser focused on privacy"
|
||||||
HOMEPAGE="https://github.com/zen-browser/desktop"
|
HOMEPAGE="https://github.com/zen-browser/desktop"
|
||||||
SRC_URI="https://github.com/zen-browser/desktop/releases/download/${PV}/${MY_P}.linux-x86_64.tar.bz2 -> ${P}.tar.bz2"
|
SRC_URI="https://github.com/zen-browser/desktop/releases/download/${PV}/${MY_P}.linux-x86_64.tar.xz -> ${P}.tar.xz"
|
||||||
|
|
||||||
S="${WORKDIR}"
|
S="${WORKDIR}"
|
||||||
LICENSE="MPL-2.0"
|
LICENSE="MPL-2.0"
|
||||||
Reference in New Issue
Block a user