Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] nnn update to 4.9
@ 2023-08-31  9:49 etech-dev
  2023-08-31 10:16 ` [PR PATCH] [Updated] " etech-dev
  2023-08-31 12:40 ` [PR PATCH] [Closed]: " etech-dev
  0 siblings, 2 replies; 4+ messages in thread
From: etech-dev @ 2023-08-31  9:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/etech-dev/void-packages master
https://github.com/void-linux/void-packages/pull/45840

nnn update to 4.9
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: YES
for my arch: x86_64 with kernel: 6.4.12_1

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


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

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

From 343829143ea11a608fe1b4abedd8a78d5651324a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Philippe=20Mar=C3=A9chal?= <marechal.ph@wanadoo.fr>
Date: Mon, 24 Jul 2023 10:52:14 +0200
Subject: [PATCH] autoconf-archive: update to 2023.02.20

---
 srcpkgs/autoconf-archive/template | 4 ++--
 srcpkgs/conky/template            | 4 ++--
 srcpkgs/nnn/template              | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/autoconf-archive/template b/srcpkgs/autoconf-archive/template
index d791c5cf84c3c..7229da59a8e7e 100644
--- a/srcpkgs/autoconf-archive/template
+++ b/srcpkgs/autoconf-archive/template
@@ -1,6 +1,6 @@
 # Template file for 'autoconf-archive'
 pkgname=autoconf-archive
-version=2022.02.11
+version=2023.02.20
 revision=1
 build_style=gnu-configure
 hostmakedepends="texinfo"
@@ -10,4 +10,4 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://www.gnu.org/software/autoconf-archive/"
 distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=78a61b611e2eeb55a89e0398e0ce387bcaf57fe2dd53c6fe427130f777ad1e8c
+checksum=71d4048479ae28f1f5794619c3d72df9c01df49b1c628ef85fde37596dc31a33
diff --git a/srcpkgs/conky/template b/srcpkgs/conky/template
index 016ddeab5c8a4..9b3a3066138bd 100644
--- a/srcpkgs/conky/template
+++ b/srcpkgs/conky/template
@@ -1,7 +1,7 @@
 # Template file for 'conky'
 # Keep in sync with 'conky-cli'
 pkgname=conky
-version=1.13.1
+version=1.19.3
 revision=1
 build_style=cmake
 conf_files="/etc/conky/conky.conf /etc/conky/conky_no_x11.conf"
@@ -19,7 +19,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause, GPL-3.0-or-later"
 homepage="https://github.com/brndnmtthws/conky"
 distfiles="https://github.com/brndnmtthws/conky/archive/v${version}.tar.gz"
-checksum=f85c96250b501e937b9b5d2ff3f06176e14777c94cec81373bbfc8a619d7a05a
+checksum=ce431f6fa8fe4ee02f4f023932e121078ad86ab7f2eb195d7d2ca07227a287f8
 
 post_install() {
 	vmkdir etc/conky
diff --git a/srcpkgs/nnn/template b/srcpkgs/nnn/template
index e556be4fe2854..e5fec89357440 100644
--- a/srcpkgs/nnn/template
+++ b/srcpkgs/nnn/template
@@ -1,6 +1,6 @@
 # Template file for 'nnn'
 pkgname=nnn
-version=4.8
+version=4.9
 revision=1
 build_style=gnu-makefile
 make_install_target="install install-desktop"
@@ -12,7 +12,7 @@ license="BSD-2-Clause"
 homepage="https://github.com/jarun/nnn"
 changelog="https://raw.githubusercontent.com/jarun/nnn/master/CHANGELOG"
 distfiles="https://github.com/jarun/nnn/archive/v${version}.tar.gz"
-checksum=0a744e67a0ce8b5e1e04961f542d2c33ddb6ceed46ba760dd35c4922b21f1146
+checksum=9e25465a856d3ba626d6163046669c0d4010d520f2fb848b0d611e1ec6af1b22
 
 if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
 	makedepends+=" musl-fts-devel"

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

* Re: [PR PATCH] [Updated] nnn update to 4.9
  2023-08-31  9:49 [PR PATCH] nnn update to 4.9 etech-dev
@ 2023-08-31 10:16 ` etech-dev
  2023-08-31 12:40 ` [PR PATCH] [Closed]: " etech-dev
  1 sibling, 0 replies; 4+ messages in thread
From: etech-dev @ 2023-08-31 10:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/etech-dev/void-packages master
https://github.com/void-linux/void-packages/pull/45840

nnn update to 4.9
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: YES
for my arch: x86_64 with kernel: 6.4.12_1

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


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

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

From 343829143ea11a608fe1b4abedd8a78d5651324a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Philippe=20Mar=C3=A9chal?= <marechal.ph@wanadoo.fr>
Date: Mon, 24 Jul 2023 10:52:14 +0200
Subject: [PATCH 1/2] autoconf-archive: update to 2023.02.20

---
 srcpkgs/autoconf-archive/template | 4 ++--
 srcpkgs/conky/template            | 4 ++--
 srcpkgs/nnn/template              | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/autoconf-archive/template b/srcpkgs/autoconf-archive/template
index d791c5cf84c3c..7229da59a8e7e 100644
--- a/srcpkgs/autoconf-archive/template
+++ b/srcpkgs/autoconf-archive/template
@@ -1,6 +1,6 @@
 # Template file for 'autoconf-archive'
 pkgname=autoconf-archive
-version=2022.02.11
+version=2023.02.20
 revision=1
 build_style=gnu-configure
 hostmakedepends="texinfo"
@@ -10,4 +10,4 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://www.gnu.org/software/autoconf-archive/"
 distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=78a61b611e2eeb55a89e0398e0ce387bcaf57fe2dd53c6fe427130f777ad1e8c
+checksum=71d4048479ae28f1f5794619c3d72df9c01df49b1c628ef85fde37596dc31a33
diff --git a/srcpkgs/conky/template b/srcpkgs/conky/template
index 016ddeab5c8a4..9b3a3066138bd 100644
--- a/srcpkgs/conky/template
+++ b/srcpkgs/conky/template
@@ -1,7 +1,7 @@
 # Template file for 'conky'
 # Keep in sync with 'conky-cli'
 pkgname=conky
-version=1.13.1
+version=1.19.3
 revision=1
 build_style=cmake
 conf_files="/etc/conky/conky.conf /etc/conky/conky_no_x11.conf"
@@ -19,7 +19,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause, GPL-3.0-or-later"
 homepage="https://github.com/brndnmtthws/conky"
 distfiles="https://github.com/brndnmtthws/conky/archive/v${version}.tar.gz"
-checksum=f85c96250b501e937b9b5d2ff3f06176e14777c94cec81373bbfc8a619d7a05a
+checksum=ce431f6fa8fe4ee02f4f023932e121078ad86ab7f2eb195d7d2ca07227a287f8
 
 post_install() {
 	vmkdir etc/conky
diff --git a/srcpkgs/nnn/template b/srcpkgs/nnn/template
index e556be4fe2854..e5fec89357440 100644
--- a/srcpkgs/nnn/template
+++ b/srcpkgs/nnn/template
@@ -1,6 +1,6 @@
 # Template file for 'nnn'
 pkgname=nnn
-version=4.8
+version=4.9
 revision=1
 build_style=gnu-makefile
 make_install_target="install install-desktop"
@@ -12,7 +12,7 @@ license="BSD-2-Clause"
 homepage="https://github.com/jarun/nnn"
 changelog="https://raw.githubusercontent.com/jarun/nnn/master/CHANGELOG"
 distfiles="https://github.com/jarun/nnn/archive/v${version}.tar.gz"
-checksum=0a744e67a0ce8b5e1e04961f542d2c33ddb6ceed46ba760dd35c4922b21f1146
+checksum=9e25465a856d3ba626d6163046669c0d4010d520f2fb848b0d611e1ec6af1b22
 
 if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
 	makedepends+=" musl-fts-devel"

From 5e07436277f72c88102772ff796d34e5c929870d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Philippe=20Mar=C3=A9chal?= <marechal.ph@wanadoo.fr>
Date: Thu, 31 Aug 2023 12:16:19 +0200
Subject: [PATCH 2/2] deleted conky and autoconf-archive

---
 srcpkgs/autoconf-archive/template | 13 -------------
 srcpkgs/conky/template            | 30 ------------------------------
 srcpkgs/conky/update              |  1 -
 3 files changed, 44 deletions(-)
 delete mode 100644 srcpkgs/autoconf-archive/template
 delete mode 100644 srcpkgs/conky/template
 delete mode 100644 srcpkgs/conky/update

diff --git a/srcpkgs/autoconf-archive/template b/srcpkgs/autoconf-archive/template
deleted file mode 100644
index 7229da59a8e7e..0000000000000
--- a/srcpkgs/autoconf-archive/template
+++ /dev/null
@@ -1,13 +0,0 @@
-# Template file for 'autoconf-archive'
-pkgname=autoconf-archive
-version=2023.02.20
-revision=1
-build_style=gnu-configure
-hostmakedepends="texinfo"
-depends="autoconf"
-short_desc="Collection of freely re-usable Autoconf macros"
-maintainer="Orphaned <orphan@voidlinux.org>"
-license="GPL-3.0-or-later"
-homepage="https://www.gnu.org/software/autoconf-archive/"
-distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=71d4048479ae28f1f5794619c3d72df9c01df49b1c628ef85fde37596dc31a33
diff --git a/srcpkgs/conky/template b/srcpkgs/conky/template
deleted file mode 100644
index 9b3a3066138bd..0000000000000
--- a/srcpkgs/conky/template
+++ /dev/null
@@ -1,30 +0,0 @@
-# Template file for 'conky'
-# Keep in sync with 'conky-cli'
-pkgname=conky
-version=1.19.3
-revision=1
-build_style=cmake
-conf_files="/etc/conky/conky.conf /etc/conky/conky_no_x11.conf"
-configure_args="-DMAINTAINER_MODE=ON -DRELEASE=ON
- -DDOC_PATH=share/doc/${pkgname} -DBUILD_X11=ON -DBUILD_CURL=ON -DBUILD_XDBE=ON
- -DBUILD_RSS=ON -DBUILD_WEATHER_METAR=ON -DBUILD_IMLIB2=ON -DBUILD_WLAN=ON
- -DBUILD_LUA_CAIRO=ON -DBUILD_LUA_IMLIB2=ON -DBUILD_LUA_RSVG=ON
- -DBUILD_XSHAPE=ON -DBUILD_DOCS=ON"
-hostmakedepends="libtool pkg-config docbook2x man-db toluapp"
-makedepends="alsa-lib-devel imlib2-devel libXdamage-devel libXft-devel
- libXinerama-devel libcurl-devel librsvg-devel lua53-devel ncurses-devel
- toluapp-devel wireless_tools-devel"
-short_desc="Lightweight system monitor for X"
-maintainer="Orphaned <orphan@voidlinux.org>"
-license="BSD-3-Clause, GPL-3.0-or-later"
-homepage="https://github.com/brndnmtthws/conky"
-distfiles="https://github.com/brndnmtthws/conky/archive/v${version}.tar.gz"
-checksum=ce431f6fa8fe4ee02f4f023932e121078ad86ab7f2eb195d7d2ca07227a287f8
-
-post_install() {
-	vmkdir etc/conky
-	mv ${DESTDIR}/usr/share/doc/conky/conky.conf ${DESTDIR}/etc/conky/
-	mv ${DESTDIR}/usr/share/doc/conky/conky_no_x11.conf ${DESTDIR}/etc/conky/
-	rm ${DESTDIR}/usr/share/doc/conky/convert.lua
-	vlicense COPYING
-}
diff --git a/srcpkgs/conky/update b/srcpkgs/conky/update
deleted file mode 100644
index e8b1c4ae7573f..0000000000000
--- a/srcpkgs/conky/update
+++ /dev/null
@@ -1 +0,0 @@
-ignore=1.999

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

* Re: [PR PATCH] [Closed]: nnn update to 4.9
  2023-08-31  9:49 [PR PATCH] nnn update to 4.9 etech-dev
  2023-08-31 10:16 ` [PR PATCH] [Updated] " etech-dev
@ 2023-08-31 12:40 ` etech-dev
  1 sibling, 0 replies; 4+ messages in thread
From: etech-dev @ 2023-08-31 12:40 UTC (permalink / raw)
  To: ml

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

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

nnn update to 4.9
https://github.com/void-linux/void-packages/pull/45840

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

#### Testing the changes
- I tested the changes in this PR: YES
for my arch: x86_64 with kernel: 6.4.12_1

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


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

* [PR PATCH] nnn: update to 4.9
@ 2023-10-04  4:20 tuxliban
  0 siblings, 0 replies; 4+ messages in thread
From: tuxliban @ 2023-10-04  4:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tuxliban/void-packages nnn
https://github.com/void-linux/void-packages/pull/46420

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

#### 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, **x86_64-musl**
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - i686
  - x86_64

@d-kraus 


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

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

From 767cbf30421860d431becb7f8483b19ed61207c8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?O=2E=20S=C3=A1nchez?= <o-sanchez@linuxmail.org>
Date: Tue, 3 Oct 2023 22:16:57 -0600
Subject: [PATCH] nnn: update to 4.9

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

diff --git a/srcpkgs/nnn/template b/srcpkgs/nnn/template
index e556be4fe2854..e5fec89357440 100644
--- a/srcpkgs/nnn/template
+++ b/srcpkgs/nnn/template
@@ -1,6 +1,6 @@
 # Template file for 'nnn'
 pkgname=nnn
-version=4.8
+version=4.9
 revision=1
 build_style=gnu-makefile
 make_install_target="install install-desktop"
@@ -12,7 +12,7 @@ license="BSD-2-Clause"
 homepage="https://github.com/jarun/nnn"
 changelog="https://raw.githubusercontent.com/jarun/nnn/master/CHANGELOG"
 distfiles="https://github.com/jarun/nnn/archive/v${version}.tar.gz"
-checksum=0a744e67a0ce8b5e1e04961f542d2c33ddb6ceed46ba760dd35c4922b21f1146
+checksum=9e25465a856d3ba626d6163046669c0d4010d520f2fb848b0d611e1ec6af1b22
 
 if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
 	makedepends+=" musl-fts-devel"

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

end of thread, other threads:[~2023-10-04  4:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-31  9:49 [PR PATCH] nnn update to 4.9 etech-dev
2023-08-31 10:16 ` [PR PATCH] [Updated] " etech-dev
2023-08-31 12:40 ` [PR PATCH] [Closed]: " etech-dev
2023-10-04  4:20 [PR PATCH] nnn: " tuxliban

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