Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] nyxt: update to 3.11.8.
@ 2024-10-18 23:30 davidwmoorearct
  2024-10-18 23:31 ` davidwmoorearct
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: davidwmoorearct @ 2024-10-18 23:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/davidwmoorearct/void-packages master
https://github.com/void-linux/void-packages/pull/52683

nyxt: update to 3.11.8.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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/52683.patch is attached

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

From 4c88e0383684a0b8aaa3051dc3338f3bb15ef6d1 Mon Sep 17 00:00:00 2001
From: "David W. Moore" <dmoor231@students.kennesaw.edu>
Date: Fri, 18 Oct 2024 19:28:36 -0400
Subject: [PATCH] nyxt: update to 3.11.8.

---
 srcpkgs/nyxt/patches/001-libfixposix.patch | 14 -------
 srcpkgs/nyxt/patches/fix-sbcl-2.4.5.patch  | 45 ----------------------
 srcpkgs/nyxt/template                      |  4 +-
 3 files changed, 2 insertions(+), 61 deletions(-)
 delete mode 100644 srcpkgs/nyxt/patches/001-libfixposix.patch
 delete mode 100644 srcpkgs/nyxt/patches/fix-sbcl-2.4.5.patch

diff --git a/srcpkgs/nyxt/patches/001-libfixposix.patch b/srcpkgs/nyxt/patches/001-libfixposix.patch
deleted file mode 100644
index 7339c30acbe8ab..00000000000000
--- a/srcpkgs/nyxt/patches/001-libfixposix.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Index: nyxt-2.2.4/_build/iolib/src/syscalls/ffi-functions-unix.lisp
-===================================================================
---- nyxt-2.2.4.orig/_build/iolib/src/syscalls/ffi-functions-unix.lisp
-+++ nyxt-2.2.4/_build/iolib/src/syscalls/ffi-functions-unix.lisp
-@@ -11,7 +11,8 @@
- ;; FIXME: move this into an ASDF operation
- (eval-when (:compile-toplevel :load-toplevel :execute)
-   (define-foreign-library
--      (libfixposix :canary "lfp_buildinfo")
-+      (libfixposix :canary "lfp_buildinfo_not_exist")
-+    (:unix "libfixposix.so.3")
-     (t (:default "libfixposix")))
-   (load-foreign-library 'libfixposix))
- \f
diff --git a/srcpkgs/nyxt/patches/fix-sbcl-2.4.5.patch b/srcpkgs/nyxt/patches/fix-sbcl-2.4.5.patch
deleted file mode 100644
index 2354f7b2756e0e..00000000000000
--- a/srcpkgs/nyxt/patches/fix-sbcl-2.4.5.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-Source of first patch: https://github.com/andy128k/cl-gobject-introspection/pull/101
-Source of second patch: https://github.com/slburson/fset/pull/46
-
-From 4908a84c16349929b309c50409815ff81fb9b3c4 Mon Sep 17 00:00:00 2001
-From: Vasily Postnicov <shamaz.mazum@gmail.com>
-Date: Sun, 19 May 2024 06:33:44 +0300
-Subject: [PATCH] Fix compilation on not yet released SBCL
-
----
- src/init.lisp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/init.lisp b/src/init.lisp
-index 8675ee8..194d6aa 100644
---- a/_build/cl-gobject-introspection/src/init.lisp
-+++ b/_build/cl-gobject-introspection/src/init.lisp
-@@ -143,4 +143,4 @@
-   (destroy-data :pointer)
-   (connect-flags connect-flags))
- 
--#+sbcl (sb-ext::set-floating-point-modes :traps nil)
-+#+sbcl (sb-int:set-floating-point-modes :traps nil)
-
-From 67eca709c2a6275692381fbaf018876b2ab11244 Mon Sep 17 00:00:00 2001
-From: Hraban <hraban@0brg.net>
-Date: Fri, 7 Jun 2024 03:58:37 -0400
-Subject: [PATCH] fix: proper external package for sb-int:once-only (#46)
-
----
- Code/port.lisp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Code/port.lisp b/Code/port.lisp
-index 72f86fe..86673f0 100644
---- a/_build/fset/Code/port.lisp
-+++ b/_build/fset/Code/port.lisp
-@@ -363,7 +363,7 @@
-     `(if (null ,x) 0 (cl:length ,x))))
- #+sbcl
- (defmacro length-nv (x)
--  (sb-ext::once-only ((x x))
-+  (sb-int:once-only ((x x))
-     `(if (null ,x) 0 (cl:length ,x))))
- #-(or cmu scl sbcl)
- (defmacro length-nv (x)
diff --git a/srcpkgs/nyxt/template b/srcpkgs/nyxt/template
index abe5fe63011032..b01aa4ce384852 100644
--- a/srcpkgs/nyxt/template
+++ b/srcpkgs/nyxt/template
@@ -1,6 +1,6 @@
 # Template file for 'nyxt'
 pkgname=nyxt
-version=3.11.7
+version=3.11.8
 revision=1
 create_wrksrc=yes
 build_style=gnu-makefile
@@ -13,7 +13,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://nyxt.atlas.engineer/"
 distfiles="https://github.com/atlas-engineer/nyxt/releases/download/${version}/${pkgname}-${version}-source-with-submodules.tar.xz"
-checksum=27d11de1e41ca1c319193678f385a5a3e0bfb805da8f687557a77cba24ab01e1
+checksum=4604b15a4d89336d110926ac91c53eff020ae9c8cd96214d7ed1114bcf6a9254
 # Disable check because ASDF/USER::PROVE is not installed
 make_check=no
 nostrip=yes

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

* Re: nyxt: update to 3.11.8.
  2024-10-18 23:30 [PR PATCH] nyxt: update to 3.11.8 davidwmoorearct
@ 2024-10-18 23:31 ` davidwmoorearct
  2024-10-19  1:26 ` [PR PATCH] [Updated] " davidwmoorearct
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: davidwmoorearct @ 2024-10-18 23:31 UTC (permalink / raw)
  To: ml

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

New comment by davidwmoorearct on void-packages repository

https://github.com/void-linux/void-packages/pull/52683#issuecomment-2423369899

Comment:
I did test, it does update. I just didn't edit the template, sorry!

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

* Re: [PR PATCH] [Updated] nyxt: update to 3.11.8.
  2024-10-18 23:30 [PR PATCH] nyxt: update to 3.11.8 davidwmoorearct
  2024-10-18 23:31 ` davidwmoorearct
@ 2024-10-19  1:26 ` davidwmoorearct
  2024-10-19  1:27 ` davidwmoorearct
  2024-11-01  2:39 ` [PR PATCH] [Closed]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: davidwmoorearct @ 2024-10-19  1:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/davidwmoorearct/void-packages master
https://github.com/void-linux/void-packages/pull/52683

nyxt: update to 3.11.8.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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/52683.patch is attached

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

From 4c88e0383684a0b8aaa3051dc3338f3bb15ef6d1 Mon Sep 17 00:00:00 2001
From: "David W. Moore" <dmoor231@students.kennesaw.edu>
Date: Fri, 18 Oct 2024 19:28:36 -0400
Subject: [PATCH 1/2] nyxt: update to 3.11.8.

---
 srcpkgs/nyxt/patches/001-libfixposix.patch | 14 -------
 srcpkgs/nyxt/patches/fix-sbcl-2.4.5.patch  | 45 ----------------------
 srcpkgs/nyxt/template                      |  4 +-
 3 files changed, 2 insertions(+), 61 deletions(-)
 delete mode 100644 srcpkgs/nyxt/patches/001-libfixposix.patch
 delete mode 100644 srcpkgs/nyxt/patches/fix-sbcl-2.4.5.patch

diff --git a/srcpkgs/nyxt/patches/001-libfixposix.patch b/srcpkgs/nyxt/patches/001-libfixposix.patch
deleted file mode 100644
index 7339c30acbe8ab..00000000000000
--- a/srcpkgs/nyxt/patches/001-libfixposix.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Index: nyxt-2.2.4/_build/iolib/src/syscalls/ffi-functions-unix.lisp
-===================================================================
---- nyxt-2.2.4.orig/_build/iolib/src/syscalls/ffi-functions-unix.lisp
-+++ nyxt-2.2.4/_build/iolib/src/syscalls/ffi-functions-unix.lisp
-@@ -11,7 +11,8 @@
- ;; FIXME: move this into an ASDF operation
- (eval-when (:compile-toplevel :load-toplevel :execute)
-   (define-foreign-library
--      (libfixposix :canary "lfp_buildinfo")
-+      (libfixposix :canary "lfp_buildinfo_not_exist")
-+    (:unix "libfixposix.so.3")
-     (t (:default "libfixposix")))
-   (load-foreign-library 'libfixposix))
- \f
diff --git a/srcpkgs/nyxt/patches/fix-sbcl-2.4.5.patch b/srcpkgs/nyxt/patches/fix-sbcl-2.4.5.patch
deleted file mode 100644
index 2354f7b2756e0e..00000000000000
--- a/srcpkgs/nyxt/patches/fix-sbcl-2.4.5.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-Source of first patch: https://github.com/andy128k/cl-gobject-introspection/pull/101
-Source of second patch: https://github.com/slburson/fset/pull/46
-
-From 4908a84c16349929b309c50409815ff81fb9b3c4 Mon Sep 17 00:00:00 2001
-From: Vasily Postnicov <shamaz.mazum@gmail.com>
-Date: Sun, 19 May 2024 06:33:44 +0300
-Subject: [PATCH] Fix compilation on not yet released SBCL
-
----
- src/init.lisp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/init.lisp b/src/init.lisp
-index 8675ee8..194d6aa 100644
---- a/_build/cl-gobject-introspection/src/init.lisp
-+++ b/_build/cl-gobject-introspection/src/init.lisp
-@@ -143,4 +143,4 @@
-   (destroy-data :pointer)
-   (connect-flags connect-flags))
- 
--#+sbcl (sb-ext::set-floating-point-modes :traps nil)
-+#+sbcl (sb-int:set-floating-point-modes :traps nil)
-
-From 67eca709c2a6275692381fbaf018876b2ab11244 Mon Sep 17 00:00:00 2001
-From: Hraban <hraban@0brg.net>
-Date: Fri, 7 Jun 2024 03:58:37 -0400
-Subject: [PATCH] fix: proper external package for sb-int:once-only (#46)
-
----
- Code/port.lisp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Code/port.lisp b/Code/port.lisp
-index 72f86fe..86673f0 100644
---- a/_build/fset/Code/port.lisp
-+++ b/_build/fset/Code/port.lisp
-@@ -363,7 +363,7 @@
-     `(if (null ,x) 0 (cl:length ,x))))
- #+sbcl
- (defmacro length-nv (x)
--  (sb-ext::once-only ((x x))
-+  (sb-int:once-only ((x x))
-     `(if (null ,x) 0 (cl:length ,x))))
- #-(or cmu scl sbcl)
- (defmacro length-nv (x)
diff --git a/srcpkgs/nyxt/template b/srcpkgs/nyxt/template
index abe5fe63011032..b01aa4ce384852 100644
--- a/srcpkgs/nyxt/template
+++ b/srcpkgs/nyxt/template
@@ -1,6 +1,6 @@
 # Template file for 'nyxt'
 pkgname=nyxt
-version=3.11.7
+version=3.11.8
 revision=1
 create_wrksrc=yes
 build_style=gnu-makefile
@@ -13,7 +13,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://nyxt.atlas.engineer/"
 distfiles="https://github.com/atlas-engineer/nyxt/releases/download/${version}/${pkgname}-${version}-source-with-submodules.tar.xz"
-checksum=27d11de1e41ca1c319193678f385a5a3e0bfb805da8f687557a77cba24ab01e1
+checksum=4604b15a4d89336d110926ac91c53eff020ae9c8cd96214d7ed1114bcf6a9254
 # Disable check because ASDF/USER::PROVE is not installed
 make_check=no
 nostrip=yes

From 560ce93d36c960594d2c190cf3555660ed8881a7 Mon Sep 17 00:00:00 2001
From: "David W. Moore" <dmoor231@students.kennesaw.edu>
Date: Fri, 18 Oct 2024 21:21:56 -0400
Subject: [PATCH 2/2] qutebrowser: update to 3.3.1.

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

diff --git a/srcpkgs/qutebrowser/template b/srcpkgs/qutebrowser/template
index f768ae607c56b5..305ae603be9091 100644
--- a/srcpkgs/qutebrowser/template
+++ b/srcpkgs/qutebrowser/template
@@ -1,6 +1,6 @@
 # Template file for 'qutebrowser'
 pkgname=qutebrowser
-version=3.2.1
+version=3.3.1
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools asciidoc"
@@ -11,7 +11,7 @@ license="GPL-3.0-or-later"
 homepage="https://qutebrowser.org/"
 changelog="https://raw.githubusercontent.com/qutebrowser/qutebrowser/master/doc/changelog.asciidoc"
 distfiles="https://github.com/qutebrowser/qutebrowser/releases/download/v${version}/qutebrowser-${version}.tar.gz"
-checksum=02a7af2a6c5db38d87b225b0b8412c80d9838335f32d0e8a38f6d7fbcd38897d
+checksum=aadb64accc730bc9a15ce341c9a0580b1f36383ed4874f54d31ce1dabe94e17a
 nostrip=yes
 # testing requires unpackaged plugins:
 # pytest-bdd, pytest-benchmark, pytest-instafail, pytest-rerunfailures

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

* Re: nyxt: update to 3.11.8.
  2024-10-18 23:30 [PR PATCH] nyxt: update to 3.11.8 davidwmoorearct
  2024-10-18 23:31 ` davidwmoorearct
  2024-10-19  1:26 ` [PR PATCH] [Updated] " davidwmoorearct
@ 2024-10-19  1:27 ` davidwmoorearct
  2024-11-01  2:39 ` [PR PATCH] [Closed]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: davidwmoorearct @ 2024-10-19  1:27 UTC (permalink / raw)
  To: ml

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

New comment by davidwmoorearct on void-packages repository

https://github.com/void-linux/void-packages/pull/52683#issuecomment-2423428906

Comment:
Did NOT mean for those to go together. Crap.

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

* Re: [PR PATCH] [Closed]: nyxt: update to 3.11.8.
  2024-10-18 23:30 [PR PATCH] nyxt: update to 3.11.8 davidwmoorearct
                   ` (2 preceding siblings ...)
  2024-10-19  1:27 ` davidwmoorearct
@ 2024-11-01  2:39 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2024-11-01  2:39 UTC (permalink / raw)
  To: ml

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

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

nyxt: update to 3.11.8.
https://github.com/void-linux/void-packages/pull/52683

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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] 5+ messages in thread

end of thread, other threads:[~2024-11-01  2:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-18 23:30 [PR PATCH] nyxt: update to 3.11.8 davidwmoorearct
2024-10-18 23:31 ` davidwmoorearct
2024-10-19  1:26 ` [PR PATCH] [Updated] " davidwmoorearct
2024-10-19  1:27 ` davidwmoorearct
2024-11-01  2:39 ` [PR PATCH] [Closed]: " 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).