mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
www-client/zen-bin: add 1.17.12b
Signed-off-by: Ceres <ceres@ceressees.dev>
This commit is contained in:
@@ -4,6 +4,8 @@ DIST zen-bin-1.17.10b-amd64.tar.xz 84158572 BLAKE2B 5553bac42cb21f7b49c535cb2a3b
|
||||
DIST zen-bin-1.17.10b-arm64.tar.xz 72456544 BLAKE2B 5989630e0686dc7645d394e5d65306243b027b358b66557c1e78b77f4ad6fa562e3aa665d8bd0e2cfb1391800072f1248d37c3fc621f2d6d671b4c5083e4e629 SHA512 4f3c581f1933d2ad1e4786605105aca9d848e279b71bf72fd118c6dd4eb11fbd54b3c81679d82ef2ed530978e2375ffc988a07ec3435e537ae7467efc5556972
|
||||
DIST zen-bin-1.17.11b-amd64.tar.xz 84242828 BLAKE2B 13ba173ffb7f8fd23ad7aae9101cca9b2efdb7a2de775bbff1058226e181e13b07abfd4d70d58788bf9c635a8975e9fab8235a0d7b0afee00c8f0c875425caf5 SHA512 dc0250add65301a24f00fa43dd0f00e0115b5a518057386f53740b6cf5cacb2f22cdf303cef04e7793e7b85ed3f2f6d275d5e0b5a4bb2c5a54219ece3ab66338
|
||||
DIST zen-bin-1.17.11b-arm64.tar.xz 72154544 BLAKE2B a2e9c347c11555cd26f2b9c4e3811bf7b87725752433d307432b55cc603260f8f42619a056407dba42ee710f45d06692f1cdcdb7167d3e1511ce8827c1f28447 SHA512 7b979999f2a407faa89145604d977e7ecb4cb169fe98c2869c2d99550aa7967fe2026271abe9b8e837f286f3f27a627329850db8d4d0b5b7705ef033b7a872bf
|
||||
DIST zen-bin-1.17.12b-amd64.tar.xz 84166908 BLAKE2B 829cd51455d47b836c6ba0bce32f69b0c82b60ff693b31d65c6e3f8c780165b804929219983346c462b34b23c4c6312880e74c0ae19e2c5bf319ac5c9bd45add SHA512 8e19ec1958a833217c6aad945f9199382c5607cd0bd7503913cec8399b8caad21422e4345b72b6c45be606487abca2d93d5e8b625dbe9b32010acaa599a2c3dc
|
||||
DIST zen-bin-1.17.12b-arm64.tar.xz 72298928 BLAKE2B fce74d61317dc73e59e7c323059ac0816224820acd348d2e95cd30cc948783f9c6318e8827b2373ececb6edc7b3f3a8cb3e269f1a03a28f1f6410eb9658b37f0 SHA512 3a7c228e7ae0fcf65d34b323d29ccd6a88e5f9d12a4551d456af1334ae5fba89ae88d842f7cdf6ff97ee4d8240d26ace66c30b82f1da99dcba447e48f7c65448
|
||||
DIST zen-bin-1.17.1b-amd64.tar.xz 83512176 BLAKE2B f652e7e19a4cef9ee26f0968f79b8e75b3f77c224611f5ab052970c252052a9acb56036810c432f206fd3fe8775047abd4fc1431a2fd8ca1e70e1c2351012caf SHA512 831b6902a84b9991cc65e007f9c314d46f1e22fead6a7ee66e894f2a6a71213398acfb51408b37222dfb6c690f67e57b9e4d8c0a0e082d52f0fb7688a6c1702d
|
||||
DIST zen-bin-1.17.1b-arm64.tar.xz 71747352 BLAKE2B 032c660b28fafcef9a86d97983311282767f5366f76c89be57bcbeee05ce7840788735e3b29ddec8b898af75c9f5de1764bc53e5e8ead69d2038de951d557dee SHA512 9c92ce1591a563294d9d59f9da11afef8c7d326fd4340ae5eb65e6e8d144328cfe798d8858bdac8539bea6a35e435d74d245cb60faf7b26bab72c9ba41995091
|
||||
DIST zen-bin-1.17.2b-amd64.tar.xz 83501520 BLAKE2B 50beb3ee864f513c92f02c0d490f6306c9ca9864234085ef0065fa126bdcb9fbbdd48a2129b60f8a30f35cc613bc5be8a2f1058a40569eaca7c96f8d775dd32b SHA512 2c65deb8183d50b50a58cc462807ab43bfa152ece7bb874874e04ff57d230e71686501eed7312cfed71722994936dad95fa8d29b08c44677b89d60aaaafcfa0f
|
||||
|
||||
85
www-client/zen-bin/zen-bin-1.17.12b.ebuild
Normal file
85
www-client/zen-bin/zen-bin-1.17.12b.ebuild
Normal file
@@ -0,0 +1,85 @@
|
||||
# Copyright 2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit desktop xdg-utils
|
||||
|
||||
DESCRIPTION="Zen Browser - A fast, privacy-focused Firefox fork"
|
||||
HOMEPAGE="https://zen-browser.app/"
|
||||
SRC_URI="
|
||||
amd64? ( https://github.com/zen-browser/desktop/releases/download/${PV}/zen.linux-x86_64.tar.xz -> ${P}-amd64.tar.xz )
|
||||
arm64? ( https://github.com/zen-browser/desktop/releases/download/${PV}/zen.linux-aarch64.tar.xz -> ${P}-arm64.tar.xz )
|
||||
"
|
||||
S="${WORKDIR}/zen"
|
||||
|
||||
LICENSE="MPL-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
RESTRICT="strip"
|
||||
QA_PREBUILT="*"
|
||||
|
||||
DEPEND="
|
||||
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/fontconfig
|
||||
media-libs/freetype
|
||||
media-libs/mesa
|
||||
net-print/cups
|
||||
sys-apps/dbus
|
||||
sys-libs/glibc
|
||||
x11-libs/cairo
|
||||
x11-libs/gdk-pixbuf:2
|
||||
x11-libs/gtk+:3
|
||||
x11-libs/libX11
|
||||
x11-libs/libxcb
|
||||
x11-libs/libXcomposite
|
||||
x11-libs/libXcursor
|
||||
x11-libs/libXdamage
|
||||
x11-libs/libXext
|
||||
x11-libs/libXfixes
|
||||
x11-libs/libXi
|
||||
x11-libs/libXrandr
|
||||
x11-libs/libXrender
|
||||
x11-libs/libXtst
|
||||
x11-libs/pango
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_install() {
|
||||
#create dest dir
|
||||
local destdir="/opt/zen"
|
||||
insinto "${destdir}"
|
||||
doins -r *
|
||||
#create a symlink to the binary
|
||||
dosym -r "${destdir}/zen-bin" "/usr/bin/zen" || die
|
||||
#add icons
|
||||
local size
|
||||
for size in 16 32 48 64 128; do
|
||||
newicon -s ${size} "browser/chrome/icons/default/default${size}.png" zen.png
|
||||
done
|
||||
#create desktop file
|
||||
make_desktop_entry "/usr/bin/zen" "Zen" zen "Network;WebBrowser" "$(cat "${FILESDIR}/desktop_options")"
|
||||
#handle permissions of destdir files
|
||||
fperms 0755 "${destdir}"/{zen-bin,updater,glxtest,vaapitest}
|
||||
fperms 0750 "${destdir}"/pingsender
|
||||
# Disable auto-updates
|
||||
insinto ${destdir}/distribution
|
||||
doins "${FILESDIR}/policies.json"
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_desktop_database_update
|
||||
xdg_icon_cache_update
|
||||
elog "For optimal performance and compatibility, please ensure"
|
||||
elog "that you have the latest graphics drivers installed."
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_desktop_database_update
|
||||
xdg_icon_cache_update
|
||||
}
|
||||
Reference in New Issue
Block a user