Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] contour: update to 0.4.3.6442.
@ 2024-02-10  9:41 0x5c
  2024-02-10 10:28 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: 0x5c @ 2024-02-10  9:41 UTC (permalink / raw)
  To: ml

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

There is a new pull request by 0x5c against master on the void-packages repository

https://github.com/0x5c/void-packages update/contour
https://github.com/void-linux/void-packages/pull/48639

contour: update to 0.4.3.6442.
Fixes https://github.com/void-linux/void-packages/issues/48497
Closes https://github.com/void-linux/void-packages/pull/48499

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 20c8fb6f6094416ee804107007174a609c7511ee Mon Sep 17 00:00:00 2001
From: 0x5c <dev@0x5c.io>
Date: Sat, 10 Feb 2024 01:36:13 -0800
Subject: [PATCH 1/2] boxed-cpp: update to 1.2.2.

---
 srcpkgs/boxed-cpp/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/boxed-cpp/template b/srcpkgs/boxed-cpp/template
index 267e125a78b9c..8d046f820966e 100644
--- a/srcpkgs/boxed-cpp/template
+++ b/srcpkgs/boxed-cpp/template
@@ -1,6 +1,6 @@
 # Template file for 'boxed-cpp'
 pkgname=boxed-cpp
-version=1.1.0
+version=1.2.2
 revision=1
 build_style=cmake
 short_desc="Boxing primitive types in C++"
@@ -8,4 +8,4 @@ maintainer="0x5c <dev@0x5c.io>"
 license="Apache-2.0"
 homepage="https://github.com/contour-terminal/boxed-cpp"
 distfiles="https://github.com/contour-terminal/boxed-cpp/archive/refs/tags/v${version}.tar.gz"
-checksum=dd1c78c3bad24e777bc33aa19e8e8efb8c579f8faa3220592c3aae4d7b103bf0
+checksum=911cb60e52efcd7a28446d51b537e15eac6e3078b6bda11c4968f7aa04f3aeb6

From 702e1df52e06a8bb0b172db2526b15fbb7b37d88 Mon Sep 17 00:00:00 2001
From: 0x5c <dev@0x5c.io>
Date: Sat, 10 Feb 2024 01:37:19 -0800
Subject: [PATCH 2/2] contour: update to 0.4.3.6442.

Fixes #48497
Closes #48499
---
 srcpkgs/contour/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/contour/template b/srcpkgs/contour/template
index 6dda7c2ed8e89..a11f58cde9e82 100644
--- a/srcpkgs/contour/template
+++ b/srcpkgs/contour/template
@@ -1,6 +1,6 @@
 # Template file for 'contour'
 pkgname=contour
-version=0.4.1.6292
+version=0.4.3.6442
 revision=1
 build_style=cmake
 build_helper="qemu"
@@ -8,16 +8,17 @@ configure_args="-DCONTOUR_QT_VERSION=6 -DCONTOUR_TESTING=OFF
  -DCRISPY_TESTING=OFF -DVTPARSER_TESTING=OFF -DLIBTERMINAL_TESTING=OFF"
 hostmakedepends="pkg-config qt6-base qt6-tools"
 makedepends="boxed-cpp fmt-devel guidelines-support-library freetype-devel
- harfbuzz-devel libunicode-devel libutempter-devel range-v3 yaml-cpp-devel
+ harfbuzz-devel libssh2-devel libunicode-devel libutempter-devel range-v3 yaml-cpp-devel
  qt6-base-devel qt6-core qt6-declarative-devel qt6-gui qt6-multimedia-devel
  qt6-network qt6-opengl-widgets qt6-qt5compat-devel qt6-widgets"
-depends="contour-terminfo-${version}_${revision} contour-shell-integration-${version}_${revision}"
+depends="contour-shell-integration-${version}_${revision}
+ contour-terminfo-${version}_${revision} qt6-qt5compat"
 short_desc="Modern C++ Terminal Emulator"
 maintainer="0x5c <dev@0x5c.io>"
 license="Apache-2.0"
 homepage="http://contour-terminal.org/"
 distfiles="https://github.com/contour-terminal/contour/archive/refs/tags/v${version}.tar.gz"
-checksum=3755dd93065b7cfab7eafedf6c2e8c00b9ca1b028f9fa2742905efe06f6084d1
+checksum=859910a5330d9dcf628dfcb6f767807dbdaf187e550ac67966c1e8a713c1567e
 
 contour-terminfo_package() {
 	short_desc+=" - terminfo data"

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: contour: update to 0.4.3.6442.
  2024-02-10  9:41 [PR PATCH] contour: update to 0.4.3.6442 0x5c
@ 2024-02-10 10:28 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2024-02-10 10:28 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

contour: update to 0.4.3.6442.
https://github.com/void-linux/void-packages/pull/48639

Description:
Fixes https://github.com/void-linux/void-packages/issues/48497
Closes https://github.com/void-linux/void-packages/pull/48499

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-02-10 10:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-10  9:41 [PR PATCH] contour: update to 0.4.3.6442 0x5c
2024-02-10 10:28 ` [PR PATCH] [Merged]: " classabbyamp

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).