1
0
Fork 0
mirror of https://github.com/xHyroM/void-packages.git synced 2024-11-14 10:58:05 +01:00

google-chrome: update to 129.0.6668.89

This commit is contained in:
Jozef Steinhübl 2024-10-05 12:02:01 +02:00
parent c80b1a0ff3
commit 556b0a1c14
No known key found for this signature in database
GPG key ID: E6BC90C91973B08F
2 changed files with 8 additions and 6 deletions

View file

@ -1,7 +1,7 @@
# Template file for 'google-chrome' # Template file for 'google-chrome'
# Official template from https://github.com/void-linux/void-packages/blob/master/srcpkgs/google-chrome/template # Official template from https://github.com/void-linux/void-packages/blob/master/srcpkgs/google-chrome/template
pkgname=google-chrome pkgname=google-chrome
version=127.0.6533.99 version=129.0.6668.89
revision=1 revision=1
_channel=stable _channel=stable
archs="x86_64" archs="x86_64"
@ -12,7 +12,7 @@ maintainer="Michael Aldridge <maldridge@voidlinux.org>"
license="custom:chrome" license="custom:chrome"
homepage="https://www.google.com/chrome/" homepage="https://www.google.com/chrome/"
distfiles="https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-${_channel}_${version}-1_amd64.deb" distfiles="https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-${_channel}_${version}-1_amd64.deb"
checksum=a4c18b49a8b80bf5e27c5911994a13446ff77444c62575a125b7b0b5bfeccd58 checksum=eec893b085b6f71e1767e66eb7d6f9045493b5ce6dba1c6eb319e424fa2e1b5c
skiprdeps="/opt/google/chrome/libqt5_shim.so /opt/google/chrome/libqt6_shim.so" skiprdeps="/opt/google/chrome/libqt5_shim.so /opt/google/chrome/libqt6_shim.so"
restricted=yes restricted=yes

View file

@ -1,13 +1,15 @@
# Template file for 'zed' # Template file for 'zed'
pkgname=zed pkgname=zed
version=0.147.2 version=0.153.6
revision=1 revision=1
archs="x86_64* aarch64*" archs="x86_64* aarch64*"
build_style=cargo build_style=cargo
make_install_args="--path crates/zed" make_install_args="--path crates/zed"
make_check_args="-- --test-threads 1"
hostmakedepends="pkg-config protobuf gettext mold clang18" hostmakedepends="pkg-config protobuf gettext mold clang18"
makedepends="alsa-lib-devel fontconfig-devel libxcb-devel libxkbcommon-devel makedepends="alsa-lib-devel fontconfig-devel libxcb-devel libxkbcommon-devel
libzstd-devel wayland-devel vulkan-loader openssl-devel libgit2-1.8-devel" libzstd-devel wayland-devel vulkan-loader openssl-devel libgit2-1.8-devel
sqlite-devel"
depends="git" depends="git"
checkdepends="noto-fonts-ttf" checkdepends="noto-fonts-ttf"
short_desc="High-performance, multiplayer code editor" short_desc="High-performance, multiplayer code editor"
@ -15,11 +17,11 @@ maintainer="SpidFightFR <spidfight@swisscows.email>"
license="GPL-3.0-or-later, Apache-2.0, AGPL-3.0-or-later" license="GPL-3.0-or-later, Apache-2.0, AGPL-3.0-or-later"
homepage="https://zed.dev/" homepage="https://zed.dev/"
distfiles="https://github.com/zed-industries/zed/archive/v${version}.tar.gz" distfiles="https://github.com/zed-industries/zed/archive/v${version}.tar.gz"
checksum="eec86197970729ee5d8acad578417e0c18f4909991e31b6f48ad623af5949042" checksum="17ce3e750011e32e33c232b6e58fcf032d18d19567d3b54336f6a219542ca9f2"
post_install() { post_install() {
vlicense ${wrksrc}/LICENSE-AGPL vlicense ${wrksrc}/LICENSE-AGPL
APP_NAME="Zed" DO_STARTUP_NOTIFY="true" APP_ICON="zed" APP_CLI="zedit" envsubst < ${wrksrc}/crates/zed/resources/zed.desktop.in > ${wrksrc}/crates/zed/resources/zed.desktop APP_NAME="Zed" DO_STARTUP_NOTIFY="true" APP_ICON="zed" APP_CLI="zed" envsubst < ${wrksrc}/crates/zed/resources/zed.desktop.in > ${wrksrc}/crates/zed/resources/zed.desktop
vinstall ${wrksrc}/crates/zed/resources/zed.desktop 644 usr/share/applications/ vinstall ${wrksrc}/crates/zed/resources/zed.desktop 644 usr/share/applications/
vinstall ${wrksrc}/crates/zed/resources/app-icon.png 644 usr/share/icons/hicolor/512x512/apps/ zed.png vinstall ${wrksrc}/crates/zed/resources/app-icon.png 644 usr/share/icons/hicolor/512x512/apps/ zed.png
} }