Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] pugixml: update to 1.13.
@ 2023-09-15  7:35 Bnyro
  2023-09-15  7:56 ` [PR PATCH] [Updated] " Bnyro
  2023-09-18 19:06 ` [PR PATCH] [Merged]: " Duncaen
  0 siblings, 2 replies; 3+ messages in thread
From: Bnyro @ 2023-09-15  7:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Bnyro/void-packages pugixml
https://github.com/void-linux/void-packages/pull/46063

pugixml: update to 1.13.

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

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

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

From 02fa6d70b335487f7fad7f9fa01582db2da34f9b Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Fri, 15 Sep 2023 09:30:32 +0200
Subject: [PATCH] pugixml: update to 1.13.

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

diff --git a/srcpkgs/pugixml/template b/srcpkgs/pugixml/template
index 45d0d36a67b76..1d8249cfee69a 100644
--- a/srcpkgs/pugixml/template
+++ b/srcpkgs/pugixml/template
@@ -1,6 +1,6 @@
 # Template file for 'pugixml'
 pkgname=pugixml
-version=1.11.4
+version=1.13
 revision=1
 build_style=cmake
 configure_args="-DBUILD_SHARED_LIBS=On"
@@ -9,7 +9,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="MIT"
 homepage="http://pugixml.org/"
 distfiles="http://github.com/zeux/pugixml/releases/download/v${version}/pugixml-${version}.tar.gz"
-checksum=8ddf57b65fb860416979a3f0640c2ad45ddddbbafa82508ef0a0af3ce7061716
+checksum=40c0b3914ec131485640fa57e55bf1136446026b41db91c1bef678186a12abbe
 
 post_install() {
 	tail -22 readme.txt > LICENSE

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

* Re: [PR PATCH] [Updated] pugixml: update to 1.13.
  2023-09-15  7:35 [PR PATCH] pugixml: update to 1.13 Bnyro
@ 2023-09-15  7:56 ` Bnyro
  2023-09-18 19:06 ` [PR PATCH] [Merged]: " Duncaen
  1 sibling, 0 replies; 3+ messages in thread
From: Bnyro @ 2023-09-15  7:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Bnyro/void-packages pugixml
https://github.com/void-linux/void-packages/pull/46063

pugixml: update to 1.13.

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

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

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

From 948bdefdcca74be2c4d482de6f3d86a8ac2854cc Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Fri, 15 Sep 2023 09:30:32 +0200
Subject: [PATCH] pugixml: update to 1.13.

---
 srcpkgs/pugixml/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/pugixml/template b/srcpkgs/pugixml/template
index 45d0d36a67b76..f52d7096cce51 100644
--- a/srcpkgs/pugixml/template
+++ b/srcpkgs/pugixml/template
@@ -1,6 +1,6 @@
 # Template file for 'pugixml'
 pkgname=pugixml
-version=1.11.4
+version=1.13
 revision=1
 build_style=cmake
 configure_args="-DBUILD_SHARED_LIBS=On"
@@ -9,7 +9,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="MIT"
 homepage="http://pugixml.org/"
 distfiles="http://github.com/zeux/pugixml/releases/download/v${version}/pugixml-${version}.tar.gz"
-checksum=8ddf57b65fb860416979a3f0640c2ad45ddddbbafa82508ef0a0af3ce7061716
+checksum=40c0b3914ec131485640fa57e55bf1136446026b41db91c1bef678186a12abbe
 
 post_install() {
 	tail -22 readme.txt > LICENSE
@@ -19,6 +19,7 @@ post_install() {
 pugixml-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision}"
 	short_desc+=" - development files"
+	conflicts+="EmulationStation libSavitar-devel"
 	pkg_install() {
 		vmove usr/include
 		vmove "usr/lib/*.so"

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

* Re: [PR PATCH] [Merged]: pugixml: update to 1.13.
  2023-09-15  7:35 [PR PATCH] pugixml: update to 1.13 Bnyro
  2023-09-15  7:56 ` [PR PATCH] [Updated] " Bnyro
@ 2023-09-18 19:06 ` Duncaen
  1 sibling, 0 replies; 3+ messages in thread
From: Duncaen @ 2023-09-18 19:06 UTC (permalink / raw)
  To: ml

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

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

pugixml: update to 1.13.
https://github.com/void-linux/void-packages/pull/46063

Description:

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

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



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

end of thread, other threads:[~2023-09-18 19:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-15  7:35 [PR PATCH] pugixml: update to 1.13 Bnyro
2023-09-15  7:56 ` [PR PATCH] [Updated] " Bnyro
2023-09-18 19:06 ` [PR PATCH] [Merged]: " Duncaen

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