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: Sat, 30 Dec 2023 10:00:12 +0100	[thread overview]
Message-ID: <20231230090012.G-D5sZZXldiQYELFMFnU-MB_PqrVJ9K57L6JEbzkf_o@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: 2394 bytes --]

From 128e2f52c669e8178f99f593e61b5ab021bb9231 Mon Sep 17 00:00:00 2001
From: Daxot <filohin.pavel@gmail.com>
Date: Sat, 30 Dec 2023 11:59:14 +0300
Subject: [PATCH] alacritty: update to 0.13.0

---
 srcpkgs/alacritty/template | 17 ++++++++++++-----
 1 file changed, 12 insertions(+), 5 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
 }

  parent reply	other threads:[~2023-12-30  9:00 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
2023-12-30  5:24 ` tjkirch
2023-12-30  9:00 ` Daxot [this message]
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=20231230090012.G-D5sZZXldiQYELFMFnU-MB_PqrVJ9K57L6JEbzkf_o@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).