Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libwaylandpp: update to 0.2.8.
@ 2020-12-03 20:38 ndowens
  2020-12-05 19:58 ` [PR REVIEW] " ericonr
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: ndowens @ 2020-12-03 20:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages waylandpp
https://github.com/void-linux/void-packages/pull/26929

libwaylandpp: update to 0.2.8.


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

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

From 101c6d5428a10f0b0ca136182f7beac2ea4e76e8 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Thu, 3 Dec 2020 14:35:58 -0600
Subject: [PATCH] libwaylandpp: update to 0.2.8.

---
 common/shlibs                 |  4 ++++
 srcpkgs/libwaylandpp/template | 12 ++++--------
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 3ba07ad0ca2..2f274ac5503 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4000,3 +4000,7 @@ libnotcurses.so.2 notcurses-2.0.4_1
 libnotcurses++.so.2 notcurses-2.0.4_1
 libevemu.so.3 evemu-2.7.0_1
 libantilib.so.1 libantimicrox-3.1.2_1
+libwaylandpp-cursor++.so.0 libwaylandpp-0.2.8_1
+libwaylandpp-client++.so.0 libwaylandpp-0.2.8_1
+libwaylandpp-client-extra++.so.0 libwaylandpp-0.2.8_1
+libwaylandpp-egl++.so.0 libwaylandpp-0.2.8_1
diff --git a/srcpkgs/libwaylandpp/template b/srcpkgs/libwaylandpp/template
index 97a9f26a047..a8afd143aa5 100644
--- a/srcpkgs/libwaylandpp/template
+++ b/srcpkgs/libwaylandpp/template
@@ -1,7 +1,7 @@
 # Template file for 'libwaylandpp'
 pkgname=libwaylandpp
-version=0.2.7
-revision=2
+version=0.2.8
+revision=1
 wrksrc="waylandpp-${version}"
 build_style=cmake
 configure_args="-DBUILD_SCANNER=TRUE -DBUILD_LIBRARIES=TRUE
@@ -14,18 +14,13 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/NilsBrause/waylandpp"
 distfiles="https://github.com/NilsBrause/waylandpp/archive/${version}.tar.gz"
-checksum=fa31b659a6bb93b322e1068831c9a0135a4687d8ef9ceb2e7660c909ce10bfa6
+checksum=e7f486165d3568c3558b5c7099133aea4a285b82820eeafad329fc10271c654d
 subpackages="libwaylandpp-doc wayland-scanner++ libwaylandpp-devel"
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" wayland-scanner++"
 fi
 
-case "$XBPS_TARGET_MACHINE" in
-	aarch64-musl) broken="https://build.voidlinux.org/builders/aarch64-musl_builder/builds/23340/steps/shell_3/logs/stdio"
-	;;
-esac
-
 post_install() {
 	vlicense LICENSE
 }
@@ -51,6 +46,7 @@ libwaylandpp-devel_package() {
 	pkg_install() {
 		vmove usr/include
 		vmove usr/lib/pkgconfig
+		vmove usr/lib/cmake
 		vmove "usr/lib/*.so"
 		vmove usr/share/man/man3
 	}

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

* Re: [PR REVIEW] libwaylandpp: update to 0.2.8.
  2020-12-03 20:38 [PR PATCH] libwaylandpp: update to 0.2.8 ndowens
@ 2020-12-05 19:58 ` ericonr
  2020-12-05 20:03 ` ndowens
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2020-12-05 19:58 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26929#discussion_r536882658

Comment:
Why add these? We tend to not add them unless required by some package.

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

* Re: [PR REVIEW] libwaylandpp: update to 0.2.8.
  2020-12-03 20:38 [PR PATCH] libwaylandpp: update to 0.2.8 ndowens
  2020-12-05 19:58 ` [PR REVIEW] " ericonr
@ 2020-12-05 20:03 ` ndowens
  2020-12-05 20:07 ` ericonr
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ndowens @ 2020-12-05 20:03 UTC (permalink / raw)
  To: ml

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

New review comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/26929#discussion_r536883444

Comment:
I thought maybe at some point something will depend on them and atleast lets us know if there is a SONAME bump happening as well.

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

* Re: [PR REVIEW] libwaylandpp: update to 0.2.8.
  2020-12-03 20:38 [PR PATCH] libwaylandpp: update to 0.2.8 ndowens
  2020-12-05 19:58 ` [PR REVIEW] " ericonr
  2020-12-05 20:03 ` ndowens
@ 2020-12-05 20:07 ` ericonr
  2020-12-05 20:10 ` [PR PATCH] [Updated] " ndowens
  2020-12-12  6:32 ` [PR PATCH] [Merged]: " ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2020-12-05 20:07 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26929#discussion_r536884112

Comment:
Hmm, I think we only care about the SONAME bump once something actually depends on it.

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

* Re: [PR PATCH] [Updated] libwaylandpp: update to 0.2.8.
  2020-12-03 20:38 [PR PATCH] libwaylandpp: update to 0.2.8 ndowens
                   ` (2 preceding siblings ...)
  2020-12-05 20:07 ` ericonr
@ 2020-12-05 20:10 ` ndowens
  2020-12-12  6:32 ` [PR PATCH] [Merged]: " ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ndowens @ 2020-12-05 20:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages waylandpp
https://github.com/void-linux/void-packages/pull/26929

libwaylandpp: update to 0.2.8.


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

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

From dcf0b1738660f1c435b3e1061372968b23173a5c Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Thu, 3 Dec 2020 14:35:58 -0600
Subject: [PATCH] libwaylandpp: update to 0.2.8.

---
 srcpkgs/libwaylandpp/template | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/libwaylandpp/template b/srcpkgs/libwaylandpp/template
index 97a9f26a047..a8afd143aa5 100644
--- a/srcpkgs/libwaylandpp/template
+++ b/srcpkgs/libwaylandpp/template
@@ -1,7 +1,7 @@
 # Template file for 'libwaylandpp'
 pkgname=libwaylandpp
-version=0.2.7
-revision=2
+version=0.2.8
+revision=1
 wrksrc="waylandpp-${version}"
 build_style=cmake
 configure_args="-DBUILD_SCANNER=TRUE -DBUILD_LIBRARIES=TRUE
@@ -14,18 +14,13 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/NilsBrause/waylandpp"
 distfiles="https://github.com/NilsBrause/waylandpp/archive/${version}.tar.gz"
-checksum=fa31b659a6bb93b322e1068831c9a0135a4687d8ef9ceb2e7660c909ce10bfa6
+checksum=e7f486165d3568c3558b5c7099133aea4a285b82820eeafad329fc10271c654d
 subpackages="libwaylandpp-doc wayland-scanner++ libwaylandpp-devel"
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" wayland-scanner++"
 fi
 
-case "$XBPS_TARGET_MACHINE" in
-	aarch64-musl) broken="https://build.voidlinux.org/builders/aarch64-musl_builder/builds/23340/steps/shell_3/logs/stdio"
-	;;
-esac
-
 post_install() {
 	vlicense LICENSE
 }
@@ -51,6 +46,7 @@ libwaylandpp-devel_package() {
 	pkg_install() {
 		vmove usr/include
 		vmove usr/lib/pkgconfig
+		vmove usr/lib/cmake
 		vmove "usr/lib/*.so"
 		vmove usr/share/man/man3
 	}

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

* Re: [PR PATCH] [Merged]: libwaylandpp: update to 0.2.8.
  2020-12-03 20:38 [PR PATCH] libwaylandpp: update to 0.2.8 ndowens
                   ` (3 preceding siblings ...)
  2020-12-05 20:10 ` [PR PATCH] [Updated] " ndowens
@ 2020-12-12  6:32 ` ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2020-12-12  6:32 UTC (permalink / raw)
  To: ml

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

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

libwaylandpp: update to 0.2.8.
https://github.com/void-linux/void-packages/pull/26929

Description:


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

end of thread, other threads:[~2020-12-12  6:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-03 20:38 [PR PATCH] libwaylandpp: update to 0.2.8 ndowens
2020-12-05 19:58 ` [PR REVIEW] " ericonr
2020-12-05 20:03 ` ndowens
2020-12-05 20:07 ` ericonr
2020-12-05 20:10 ` [PR PATCH] [Updated] " ndowens
2020-12-12  6:32 ` [PR PATCH] [Merged]: " ericonr

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