Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Waydroid updates (libglibutil 1.0.76 & libgbinder 1.1.37)
@ 2024-02-29 11:47 JamiKettunen
  2024-03-14 19:27 ` [PR PATCH] [Updated] " JamiKettunen
  2024-04-17 18:14 ` [PR PATCH] [Updated] Waydroid updates (libglibutil 1.0.76 & libgbinder 1.1.38) JamiKettunen
  0 siblings, 2 replies; 3+ messages in thread
From: JamiKettunen @ 2024-02-29 11:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/JamiKettunen/void-packages waydroid-updates
https://github.com/void-linux/void-packages/pull/49002

Waydroid updates (libglibutil 1.0.76 & libgbinder 1.1.37)
<!-- 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, (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/49002.patch is attached

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

From 049cd6a743cd98409bd395ed7b575475b827b9c9 Mon Sep 17 00:00:00 2001
From: Jami Kettunen <jami.kettunen@protonmail.com>
Date: Thu, 29 Feb 2024 13:34:16 +0200
Subject: [PATCH 1/2] libglibutil: update to 1.0.76.

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

diff --git a/srcpkgs/libglibutil/template b/srcpkgs/libglibutil/template
index 7535faae6b7e0e..71060172ff194f 100644
--- a/srcpkgs/libglibutil/template
+++ b/srcpkgs/libglibutil/template
@@ -1,6 +1,6 @@
 # Template file for 'libglibutil'
 pkgname=libglibutil
-version=1.0.74
+version=1.0.76
 revision=1
 build_style=gnu-makefile
 make_use_env=1
@@ -16,7 +16,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/sailfishos/libglibutil"
 changelog="https://raw.githubusercontent.com/sailfishos/libglibutil/master/debian/changelog"
 distfiles="https://github.com/sailfishos/libglibutil/archive/refs/tags/${version}.tar.gz"
-checksum=4d8ae1bed701613cd053c5ee073ecd3123537782eaaddebd47fe1e43ab27d825
+checksum=806a0b5b4eb2c4d8ea762dcf11ec63d1e0db32723b0688bf27210cddccd0ac9d
 
 post_install() {
 	vlicense LICENSE

From f6d7ae2bb73db196a087abfada31c1eb1b4b235e Mon Sep 17 00:00:00 2001
From: Jami Kettunen <jami.kettunen@protonmail.com>
Date: Thu, 29 Feb 2024 13:34:18 +0200
Subject: [PATCH 2/2] libgbinder: update to 1.1.37.

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

diff --git a/srcpkgs/libgbinder/template b/srcpkgs/libgbinder/template
index 13a2e9a6f68436..e544bd83b47b25 100644
--- a/srcpkgs/libgbinder/template
+++ b/srcpkgs/libgbinder/template
@@ -1,6 +1,6 @@
 # Template file for 'libgbinder'
 pkgname=libgbinder
-version=1.1.34
+version=1.1.37
 revision=1
 build_style=gnu-makefile
 make_use_env=1
@@ -16,7 +16,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/mer-hybris/libgbinder"
 changelog="https://raw.githubusercontent.com/mer-hybris/libgbinder/master/debian/changelog"
 distfiles="https://github.com/mer-hybris/libgbinder/archive/refs/tags/${version}.tar.gz"
-checksum=f9150de954a3f15c863e7b60816dacf68147ae510b3ca0e49dbb24ba4b9e35dc
+checksum=eeeb737ea9c61f56bfc695184d84a159cefdd5d622bcfef2f9ec6958c5773e96
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] Waydroid updates (libglibutil 1.0.76 & libgbinder 1.1.37)
  2024-02-29 11:47 [PR PATCH] Waydroid updates (libglibutil 1.0.76 & libgbinder 1.1.37) JamiKettunen
@ 2024-03-14 19:27 ` JamiKettunen
  2024-04-17 18:14 ` [PR PATCH] [Updated] Waydroid updates (libglibutil 1.0.76 & libgbinder 1.1.38) JamiKettunen
  1 sibling, 0 replies; 3+ messages in thread
From: JamiKettunen @ 2024-03-14 19:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/JamiKettunen/void-packages waydroid-updates
https://github.com/void-linux/void-packages/pull/49002

Waydroid updates (libglibutil 1.0.76 & libgbinder 1.1.37)
<!-- 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, (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/49002.patch is attached

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

From a69a813dbd546e9c62f951c8035a54888595bf88 Mon Sep 17 00:00:00 2001
From: Jami Kettunen <jami.kettunen@protonmail.com>
Date: Thu, 29 Feb 2024 13:34:16 +0200
Subject: [PATCH 1/2] libglibutil: update to 1.0.76.

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

diff --git a/srcpkgs/libglibutil/template b/srcpkgs/libglibutil/template
index 7535faae6b7e0e..71060172ff194f 100644
--- a/srcpkgs/libglibutil/template
+++ b/srcpkgs/libglibutil/template
@@ -1,6 +1,6 @@
 # Template file for 'libglibutil'
 pkgname=libglibutil
-version=1.0.74
+version=1.0.76
 revision=1
 build_style=gnu-makefile
 make_use_env=1
@@ -16,7 +16,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/sailfishos/libglibutil"
 changelog="https://raw.githubusercontent.com/sailfishos/libglibutil/master/debian/changelog"
 distfiles="https://github.com/sailfishos/libglibutil/archive/refs/tags/${version}.tar.gz"
-checksum=4d8ae1bed701613cd053c5ee073ecd3123537782eaaddebd47fe1e43ab27d825
+checksum=806a0b5b4eb2c4d8ea762dcf11ec63d1e0db32723b0688bf27210cddccd0ac9d
 
 post_install() {
 	vlicense LICENSE

From c14a40dec67e2f5f40b768d06c09bae155cb0a22 Mon Sep 17 00:00:00 2001
From: Jami Kettunen <jami.kettunen@protonmail.com>
Date: Thu, 29 Feb 2024 13:34:18 +0200
Subject: [PATCH 2/2] libgbinder: update to 1.1.38.

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

diff --git a/srcpkgs/libgbinder/template b/srcpkgs/libgbinder/template
index 13a2e9a6f68436..8da3d984e8080a 100644
--- a/srcpkgs/libgbinder/template
+++ b/srcpkgs/libgbinder/template
@@ -1,6 +1,6 @@
 # Template file for 'libgbinder'
 pkgname=libgbinder
-version=1.1.34
+version=1.1.38
 revision=1
 build_style=gnu-makefile
 make_use_env=1
@@ -16,7 +16,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/mer-hybris/libgbinder"
 changelog="https://raw.githubusercontent.com/mer-hybris/libgbinder/master/debian/changelog"
 distfiles="https://github.com/mer-hybris/libgbinder/archive/refs/tags/${version}.tar.gz"
-checksum=f9150de954a3f15c863e7b60816dacf68147ae510b3ca0e49dbb24ba4b9e35dc
+checksum=a79d9beb5ffde2fc24bc95d33c5e2d0dda956e632390d81081da3401a8248570
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] Waydroid updates (libglibutil 1.0.76 & libgbinder 1.1.38)
  2024-02-29 11:47 [PR PATCH] Waydroid updates (libglibutil 1.0.76 & libgbinder 1.1.37) JamiKettunen
  2024-03-14 19:27 ` [PR PATCH] [Updated] " JamiKettunen
@ 2024-04-17 18:14 ` JamiKettunen
  1 sibling, 0 replies; 3+ messages in thread
From: JamiKettunen @ 2024-04-17 18:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/JamiKettunen/void-packages waydroid-updates
https://github.com/void-linux/void-packages/pull/49002

Waydroid updates (libglibutil 1.0.76 & libgbinder 1.1.38)
<!-- 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, (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/49002.patch is attached

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

From 0adbba333d1f1b373347a48a4f5f43e0611ea3e9 Mon Sep 17 00:00:00 2001
From: Jami Kettunen <jami.kettunen@protonmail.com>
Date: Thu, 29 Feb 2024 13:34:16 +0200
Subject: [PATCH 1/2] libglibutil: update to 1.0.77.

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

diff --git a/srcpkgs/libglibutil/template b/srcpkgs/libglibutil/template
index 7535faae6b7e0e..85864f37864ce4 100644
--- a/srcpkgs/libglibutil/template
+++ b/srcpkgs/libglibutil/template
@@ -1,6 +1,6 @@
 # Template file for 'libglibutil'
 pkgname=libglibutil
-version=1.0.74
+version=1.0.77
 revision=1
 build_style=gnu-makefile
 make_use_env=1
@@ -16,7 +16,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/sailfishos/libglibutil"
 changelog="https://raw.githubusercontent.com/sailfishos/libglibutil/master/debian/changelog"
 distfiles="https://github.com/sailfishos/libglibutil/archive/refs/tags/${version}.tar.gz"
-checksum=4d8ae1bed701613cd053c5ee073ecd3123537782eaaddebd47fe1e43ab27d825
+checksum=ff7eb2f9d23dbb3c7fcfc87b33cbd30dc88854a3db5c7e6f0e6c32f90c9b1eb8
 
 post_install() {
 	vlicense LICENSE

From 43b71777213e69e46c5051cc66a0761e9d44270e Mon Sep 17 00:00:00 2001
From: Jami Kettunen <jami.kettunen@protonmail.com>
Date: Thu, 29 Feb 2024 13:34:18 +0200
Subject: [PATCH 2/2] libgbinder: update to 1.1.38.

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

diff --git a/srcpkgs/libgbinder/template b/srcpkgs/libgbinder/template
index 13a2e9a6f68436..8da3d984e8080a 100644
--- a/srcpkgs/libgbinder/template
+++ b/srcpkgs/libgbinder/template
@@ -1,6 +1,6 @@
 # Template file for 'libgbinder'
 pkgname=libgbinder
-version=1.1.34
+version=1.1.38
 revision=1
 build_style=gnu-makefile
 make_use_env=1
@@ -16,7 +16,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/mer-hybris/libgbinder"
 changelog="https://raw.githubusercontent.com/mer-hybris/libgbinder/master/debian/changelog"
 distfiles="https://github.com/mer-hybris/libgbinder/archive/refs/tags/${version}.tar.gz"
-checksum=f9150de954a3f15c863e7b60816dacf68147ae510b3ca0e49dbb24ba4b9e35dc
+checksum=a79d9beb5ffde2fc24bc95d33c5e2d0dda956e632390d81081da3401a8248570
 
 post_install() {
 	vlicense LICENSE

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

end of thread, other threads:[~2024-04-17 18:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-29 11:47 [PR PATCH] Waydroid updates (libglibutil 1.0.76 & libgbinder 1.1.37) JamiKettunen
2024-03-14 19:27 ` [PR PATCH] [Updated] " JamiKettunen
2024-04-17 18:14 ` [PR PATCH] [Updated] Waydroid updates (libglibutil 1.0.76 & libgbinder 1.1.38) JamiKettunen

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