Github messages for voidlinux
 help / color / mirror / Atom feed
From: Daxot <Daxot@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] alacritty: update to 0.13.0
Date: Fri, 29 Dec 2023 15:06:34 +0100	[thread overview]
Message-ID: <20231229140634.WlyF2ELLfO-YSbr-Y_JHwJkiU2JcAzaH7LvrJqEkjdQ@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-47973@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 1113 bytes --]

There is an updated pull request by Daxot against master on the void-packages repository

https://github.com/Daxot/void-packages alacritty-update
https://github.com/void-linux/void-packages/pull/47973

alacritty: update to 0.13.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


A patch file from https://github.com/void-linux/void-packages/pull/47973.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-alacritty-update-47973.patch --]
[-- Type: text/x-diff, Size: 4375 bytes --]

From e68c9c088488083316c905bfa8e0eb920f906d8b Mon Sep 17 00:00:00 2001
From: Heinrich Kruger <heindsight@kruger.dev>
Date: Thu, 28 Dec 2023 18:10:51 +0000
Subject: [PATCH] alacritty: update to 0.13.0

---
 srcpkgs/alacritty/template     | 17 ++++++++++++-----
 srcpkgs/google-chrome/template |  4 ++--
 srcpkgs/google-chrome/update   | 12 +++++-------
 3 files changed, 19 insertions(+), 14 deletions(-)

diff --git a/srcpkgs/alacritty/template b/srcpkgs/alacritty/template
index 82982cc7e93d7..3b6f292e94c93 100644
--- a/srcpkgs/alacritty/template
+++ b/srcpkgs/alacritty/template
@@ -1,10 +1,10 @@
 # Template file for 'alacritty'
 pkgname=alacritty
-version=0.12.3
+version=0.13.0
 revision=1
 build_style=cargo
 make_install_args="--path alacritty"
-hostmakedepends="pkg-config python3"
+hostmakedepends="pkg-config python3 scdoc"
 makedepends="freetype-devel fontconfig-devel libxcb-devel libxkbcommon-devel"
 depends="libXcursor libXrandr libXi libXxf86vm ncurses alacritty-terminfo-${version}_${revision}"
 short_desc="Cross-platform, GPU-accelerated terminal emulator"
@@ -13,7 +13,7 @@ license="Apache-2.0"
 homepage="https://github.com/alacritty/alacritty"
 changelog="https://raw.githubusercontent.com/alacritty/alacritty/master/CHANGELOG.md"
 distfiles="https://github.com/alacritty/alacritty/archive/refs/tags/v${version}.tar.gz"
-checksum=7825639d971e561b2ea3cc41e30b57cde8e185a400fee001843bb634df6b28ab
+checksum=1c1cebf20e10bb26dc8bc735bb2d02eb88df89180d6c59f5d946a0a1d3d585b2
 
 case "$XBPS_TARGET_MACHINE" in
 	ppc64*) ;;
@@ -28,8 +28,15 @@ post_install() {
 	vcompletion extra/completions/_alacritty zsh
 	vinstall extra/linux/Alacritty.desktop 644 usr/share/applications
 	vinstall extra/logo/alacritty-term.svg 644 usr/share/icons/hicolor/scalable/apps Alacritty.svg
-	vman extra/alacritty.man alacritty.1
-	vsconf alacritty.yml
+
+	scdoc < "extra/man/alacritty.1.scd" > "extra/man/alacritty.1.man"
+	scdoc < "extra/man/alacritty.5.scd" > "extra/man/alacritty.5.man"
+	scdoc < "extra/man/alacritty-msg.1.scd" > "extra/man/alacritty-msg.1.man"
+	scdoc < "extra/man/alacritty-bindings.5.scd" > "extra/man/alacritty-bindings.5.man"
+	vman "${wrksrc}/extra/man/alacritty.1.man" alacritty.1
+	vman "${wrksrc}/extra/man/alacritty.5.man" alacritty.5
+	vman "${wrksrc}/extra/man/alacritty-msg.1.man" alacritty-msg.1
+	vman "${wrksrc}/extra/man/alacritty-bindings.5.man" alacritty-bindings.5
 
 	tic -o ${DESTDIR}/usr/share/terminfo -xe alacritty,alacritty-direct extra/alacritty.info
 }
diff --git a/srcpkgs/google-chrome/template b/srcpkgs/google-chrome/template
index f05dfa5632d2d..046741acaf7ef 100644
--- a/srcpkgs/google-chrome/template
+++ b/srcpkgs/google-chrome/template
@@ -1,6 +1,6 @@
 # Template file for 'google-chrome'
 pkgname=google-chrome
-version=119.0.6045.159
+version=120.0.6099.129
 revision=1
 _channel=stable
 archs="x86_64"
@@ -11,7 +11,7 @@ maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="custom: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"
-checksum=c409bb6cfb279c90fb516353b4728cbf97a71e8deb33dc3433cd503ea65594fe
+checksum=d050758136ec8ea151cb4a1c134c39002b43f64489e40327c60faa071a82ba57
 
 skiprdeps="/opt/google/chrome/libqt5_shim.so /opt/google/chrome/libqt6_shim.so"
 repository=nonfree
diff --git a/srcpkgs/google-chrome/update b/srcpkgs/google-chrome/update
index 5b8da60773491..9790f05fbd95a 100644
--- a/srcpkgs/google-chrome/update
+++ b/srcpkgs/google-chrome/update
@@ -1,7 +1,5 @@
-# This site is an official source of version numbers, but it is not
-# obviously associated as such.  We save bytes here and request the
-# CSV, and then only the row containing the stable version number for
-# the Linux desktop build.  As a result the regex can be pretty simple
-# to just grab the version number out of the correct column.
-site="https://omahaproxy.appspot.com/all?os=linux&channel=stable"
-pattern="stable,\K[\d.]+(?=,)"
+# Call Google's version history API to get stable linux desktop releases
+# that are still being served (endtime=none). Look for the 'version' in
+# the JSON response.
+site="https://versionhistory.googleapis.com/v1/chrome/platforms/linux/channels/stable/versions/all/releases?filter=endtime=none"
+pattern="\"version\": *\"\K[\d.]+(?=\")"

  parent reply	other threads:[~2023-12-29 14:06 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-29 13:40 [PR PATCH] " Daxot
2023-12-29 13:58 ` [PR PATCH] [Updated] " Daxot
2023-12-29 14:06 ` Daxot [this message]
2023-12-30  5:24 ` tjkirch
2023-12-30  9:00 ` [PR PATCH] [Updated] " Daxot
2023-12-30  9:05 ` Daxot
2023-12-30 10:14 ` [PR PATCH] [Updated] " Daxot
2023-12-31  0:55 ` tjkirch
2024-01-08 16:38 ` tjkirch
2024-01-09 17:13 ` dataCobra
2024-01-09 20:04 ` tjkirch
2024-01-09 20:06 ` [PR REVIEW] " tjkirch
2024-01-09 20:06 ` tjkirch
2024-01-09 20:44 ` [PR PATCH] [Updated] " Daxot
2024-01-09 20:46 ` alacritty: update to 0.13.1 Daxot
2024-01-12 19:18 ` [PR PATCH] [Merged]: " leahneukirchen
2024-01-13  9:24 ` 0323pin
2024-01-13  9:26 ` dataCobra
2024-01-13  9:28 ` 0323pin
2024-01-13  9:29 ` dataCobra
2024-01-13  9:35 ` 0323pin
2024-01-13  9:37 ` 0323pin
2024-01-13  9:37 ` dataCobra
2024-01-13  9:52 ` 0323pin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231229140634.WlyF2ELLfO-YSbr-Y_JHwJkiU2JcAzaH7LvrJqEkjdQ@z \
    --to=daxot@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).