* [PR PATCH] gnome-remote-desktop: update to 44.0.
@ 2023-03-26 20:57 oreo639
2023-03-26 21:06 ` [PR PATCH] [Updated] " oreo639
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: oreo639 @ 2023-03-26 20:57 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1324 bytes --]
There is a new pull request by oreo639 against master on the void-packages repository
https://github.com/oreo639/void-packages gremoted
https://github.com/void-linux/void-packages/pull/43035
gnome-remote-desktop: update to 44.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly**
Depends on: https://github.com/void-linux/void-packages/pull/43002
<!--
#### 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/43035.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gremoted-43035.patch --]
[-- Type: text/x-diff, Size: 2443 bytes --]
From 76f12717df0dc05a39bf69f34ee992a93a9c864c Mon Sep 17 00:00:00 2001
From: Owen Law <owenlaw222@gmail.com>
Date: Fri, 24 Mar 2023 20:45:53 -0400
Subject: [PATCH 1/2] freerdp: update to 2.10.0.
---
srcpkgs/freerdp/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/freerdp/template b/srcpkgs/freerdp/template
index 53e67690f863..25e8aa9677f0 100644
--- a/srcpkgs/freerdp/template
+++ b/srcpkgs/freerdp/template
@@ -1,6 +1,6 @@
# Template file for 'freerdp'
pkgname=freerdp
-version=2.9.0
+version=2.10.0
revision=1
build_style=cmake
configure_args="-DWITH_ALSA=ON -DWITH_CUPS=OFF -DWITH_FFMPEG=ON
@@ -18,9 +18,9 @@ short_desc="Free RDP (Remote Desktop Protocol) client"
maintainer="Orphaned <orphan@voidlinux.org>"
license="Apache-2.0"
homepage="https://www.freerdp.com/"
-changelog="https://raw.githubusercontent.com/FreeRDP/FreeRDP/stable-2.0/ChangeLog"
+changelog="https://raw.githubusercontent.com/FreeRDP/FreeRDP/2.10.0/ChangeLog"
distfiles="https://github.com/FreeRDP/FreeRDP/archive/${version}.tar.gz"
-checksum=ab8de7e962bdc3c34956160de2de8ed28423d39a78452b7686b72c94b1953b27
+checksum=88fa59f8e8338d5cb2490d159480564562a5624f3a3572c89fa3070b9626835c
CFLAGS="-Wno-dev"
case "$XBPS_TARGET_MACHINE" in
From bf19da77ff119c90219738764051b077f3ee62e3 Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Sun, 26 Mar 2023 13:53:08 -0700
Subject: [PATCH 2/2] gnome-remote-desktop: update to 44.0.
---
srcpkgs/gnome-remote-desktop/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/gnome-remote-desktop/template b/srcpkgs/gnome-remote-desktop/template
index 4a7278c35ab7..28f271d586ff 100644
--- a/srcpkgs/gnome-remote-desktop/template
+++ b/srcpkgs/gnome-remote-desktop/template
@@ -1,6 +1,6 @@
# Template file for 'gnome-remote-desktop'
pkgname=gnome-remote-desktop
-version=43.2
+version=44.0
revision=1
build_style=meson
configure_args="-Drdp=true -Dvnc=true -Dsystemd=false
@@ -14,5 +14,5 @@ maintainer="Michal Vasilek <michal@vasilek.cz>"
license="GPL-2.0-or-later"
homepage="https://wiki.gnome.org/Projects/Mutter/RemoteDesktop"
distfiles="${GNOME_SITE}/gnome-remote-desktop/${version%%.*}/gnome-remote-desktop-${version}.tar.xz"
-checksum=84a9fd65a9bad8cef73482fda2d20acd122f0b8521b1de86c9413889b9fa9771
+checksum=f7e5088c18fdb08690ae034bf76a1aead59a7dcd17b26e1f7c9975480510a0fd
make_check=no # xvfb failed to start
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PR PATCH] [Updated] gnome-remote-desktop: update to 44.0.
2023-03-26 20:57 [PR PATCH] gnome-remote-desktop: update to 44.0 oreo639
@ 2023-03-26 21:06 ` oreo639
2023-03-27 20:12 ` paper42
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: oreo639 @ 2023-03-26 21:06 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1329 bytes --]
There is an updated pull request by oreo639 against master on the void-packages repository
https://github.com/oreo639/void-packages gremoted
https://github.com/void-linux/void-packages/pull/43035
gnome-remote-desktop: update to 44.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly**
Depends on: https://github.com/void-linux/void-packages/pull/43002
<!--
#### 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/43035.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gremoted-43035.patch --]
[-- Type: text/x-diff, Size: 2743 bytes --]
From 76f12717df0dc05a39bf69f34ee992a93a9c864c Mon Sep 17 00:00:00 2001
From: Owen Law <owenlaw222@gmail.com>
Date: Fri, 24 Mar 2023 20:45:53 -0400
Subject: [PATCH 1/2] freerdp: update to 2.10.0.
---
srcpkgs/freerdp/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/freerdp/template b/srcpkgs/freerdp/template
index 53e67690f863..25e8aa9677f0 100644
--- a/srcpkgs/freerdp/template
+++ b/srcpkgs/freerdp/template
@@ -1,6 +1,6 @@
# Template file for 'freerdp'
pkgname=freerdp
-version=2.9.0
+version=2.10.0
revision=1
build_style=cmake
configure_args="-DWITH_ALSA=ON -DWITH_CUPS=OFF -DWITH_FFMPEG=ON
@@ -18,9 +18,9 @@ short_desc="Free RDP (Remote Desktop Protocol) client"
maintainer="Orphaned <orphan@voidlinux.org>"
license="Apache-2.0"
homepage="https://www.freerdp.com/"
-changelog="https://raw.githubusercontent.com/FreeRDP/FreeRDP/stable-2.0/ChangeLog"
+changelog="https://raw.githubusercontent.com/FreeRDP/FreeRDP/2.10.0/ChangeLog"
distfiles="https://github.com/FreeRDP/FreeRDP/archive/${version}.tar.gz"
-checksum=ab8de7e962bdc3c34956160de2de8ed28423d39a78452b7686b72c94b1953b27
+checksum=88fa59f8e8338d5cb2490d159480564562a5624f3a3572c89fa3070b9626835c
CFLAGS="-Wno-dev"
case "$XBPS_TARGET_MACHINE" in
From e8fe539b53422945976dd792b7138a37af12da5e Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Sun, 26 Mar 2023 13:53:08 -0700
Subject: [PATCH 2/2] gnome-remote-desktop: update to 44.0.
---
srcpkgs/gnome-remote-desktop/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/gnome-remote-desktop/template b/srcpkgs/gnome-remote-desktop/template
index 4a7278c35ab7..dd2d70b3f58b 100644
--- a/srcpkgs/gnome-remote-desktop/template
+++ b/srcpkgs/gnome-remote-desktop/template
@@ -1,10 +1,10 @@
# Template file for 'gnome-remote-desktop'
pkgname=gnome-remote-desktop
-version=43.2
+version=44.0
revision=1
build_style=meson
configure_args="-Drdp=true -Dvnc=true -Dsystemd=false
- -Dsystemd_user_unit_dir=/var/lib/systemd/user"
+ -Dsystemd_user_unit_dir=/usr/lib/systemd/user"
hostmakedepends="pkg-config gettext glib-devel asciidoc"
makedepends="glib-devel pipewire-devel libsecret-devel libnotify-devel
freerdp-devel freerdp-server-devel fuse3-devel libvncserver-devel
@@ -14,5 +14,5 @@ maintainer="Michal Vasilek <michal@vasilek.cz>"
license="GPL-2.0-or-later"
homepage="https://wiki.gnome.org/Projects/Mutter/RemoteDesktop"
distfiles="${GNOME_SITE}/gnome-remote-desktop/${version%%.*}/gnome-remote-desktop-${version}.tar.xz"
-checksum=84a9fd65a9bad8cef73482fda2d20acd122f0b8521b1de86c9413889b9fa9771
+checksum=f7e5088c18fdb08690ae034bf76a1aead59a7dcd17b26e1f7c9975480510a0fd
make_check=no # xvfb failed to start
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: gnome-remote-desktop: update to 44.0.
2023-03-26 20:57 [PR PATCH] gnome-remote-desktop: update to 44.0 oreo639
2023-03-26 21:06 ` [PR PATCH] [Updated] " oreo639
@ 2023-03-27 20:12 ` paper42
2023-03-27 22:50 ` oreo639
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2023-03-27 20:12 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 195 bytes --]
New comment by paper42 on void-packages repository
https://github.com/void-linux/void-packages/pull/43035#issuecomment-1485802269
Comment:
@oreo639 did you test this on GNOME 43 or only on 44?
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: gnome-remote-desktop: update to 44.0.
2023-03-26 20:57 [PR PATCH] gnome-remote-desktop: update to 44.0 oreo639
2023-03-26 21:06 ` [PR PATCH] [Updated] " oreo639
2023-03-27 20:12 ` paper42
@ 2023-03-27 22:50 ` oreo639
2023-03-27 23:07 ` [PR PATCH] [Updated] " oreo639
2023-03-27 23:09 ` [PR PATCH] [Merged]: " paper42
4 siblings, 0 replies; 6+ messages in thread
From: oreo639 @ 2023-03-27 22:50 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 163 bytes --]
New comment by oreo639 on void-packages repository
https://github.com/void-linux/void-packages/pull/43035#issuecomment-1485961869
Comment:
GNOME 43 and GNOME 44
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PR PATCH] [Updated] gnome-remote-desktop: update to 44.0.
2023-03-26 20:57 [PR PATCH] gnome-remote-desktop: update to 44.0 oreo639
` (2 preceding siblings ...)
2023-03-27 22:50 ` oreo639
@ 2023-03-27 23:07 ` oreo639
2023-03-27 23:09 ` [PR PATCH] [Merged]: " paper42
4 siblings, 0 replies; 6+ messages in thread
From: oreo639 @ 2023-03-27 23:07 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1329 bytes --]
There is an updated pull request by oreo639 against master on the void-packages repository
https://github.com/oreo639/void-packages gremoted
https://github.com/void-linux/void-packages/pull/43035
gnome-remote-desktop: update to 44.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly**
Depends on: https://github.com/void-linux/void-packages/pull/43002
<!--
#### 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/43035.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gremoted-43035.patch --]
[-- Type: text/x-diff, Size: 1474 bytes --]
From 4fff25b7901a0cd9969938a1aed882c9835404dd Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Sun, 26 Mar 2023 13:53:08 -0700
Subject: [PATCH] gnome-remote-desktop: update to 44.0.
---
srcpkgs/gnome-remote-desktop/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/gnome-remote-desktop/template b/srcpkgs/gnome-remote-desktop/template
index 4a7278c35ab7..dd2d70b3f58b 100644
--- a/srcpkgs/gnome-remote-desktop/template
+++ b/srcpkgs/gnome-remote-desktop/template
@@ -1,10 +1,10 @@
# Template file for 'gnome-remote-desktop'
pkgname=gnome-remote-desktop
-version=43.2
+version=44.0
revision=1
build_style=meson
configure_args="-Drdp=true -Dvnc=true -Dsystemd=false
- -Dsystemd_user_unit_dir=/var/lib/systemd/user"
+ -Dsystemd_user_unit_dir=/usr/lib/systemd/user"
hostmakedepends="pkg-config gettext glib-devel asciidoc"
makedepends="glib-devel pipewire-devel libsecret-devel libnotify-devel
freerdp-devel freerdp-server-devel fuse3-devel libvncserver-devel
@@ -14,5 +14,5 @@ maintainer="Michal Vasilek <michal@vasilek.cz>"
license="GPL-2.0-or-later"
homepage="https://wiki.gnome.org/Projects/Mutter/RemoteDesktop"
distfiles="${GNOME_SITE}/gnome-remote-desktop/${version%%.*}/gnome-remote-desktop-${version}.tar.xz"
-checksum=84a9fd65a9bad8cef73482fda2d20acd122f0b8521b1de86c9413889b9fa9771
+checksum=f7e5088c18fdb08690ae034bf76a1aead59a7dcd17b26e1f7c9975480510a0fd
make_check=no # xvfb failed to start
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PR PATCH] [Merged]: gnome-remote-desktop: update to 44.0.
2023-03-26 20:57 [PR PATCH] gnome-remote-desktop: update to 44.0 oreo639
` (3 preceding siblings ...)
2023-03-27 23:07 ` [PR PATCH] [Updated] " oreo639
@ 2023-03-27 23:09 ` paper42
4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2023-03-27 23:09 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1172 bytes --]
There's a merged pull request on the void-packages repository
gnome-remote-desktop: update to 44.0.
https://github.com/void-linux/void-packages/pull/43035
Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly**
Depends on: https://github.com/void-linux/void-packages/pull/43002
<!--
#### 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] 6+ messages in thread
end of thread, other threads:[~2023-03-27 23:09 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-26 20:57 [PR PATCH] gnome-remote-desktop: update to 44.0 oreo639
2023-03-26 21:06 ` [PR PATCH] [Updated] " oreo639
2023-03-27 20:12 ` paper42
2023-03-27 22:50 ` oreo639
2023-03-27 23:07 ` [PR PATCH] [Updated] " oreo639
2023-03-27 23:09 ` [PR PATCH] [Merged]: " paper42
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).