Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gnome-connections: update to 43.0.
@ 2023-01-04 13:40 paper42
  2023-01-04 13:51 ` [PR PATCH] [Updated] gnome: fix gnome-{apps,games-collection} dependencies paper42
  2023-01-04 14:31 ` [PR PATCH] [Merged]: " paper42
  0 siblings, 2 replies; 3+ messages in thread
From: paper42 @ 2023-01-04 13:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages gnome43-fix
https://github.com/void-linux/void-packages/pull/41436

gnome-connections: update to 43.0.
<!-- 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/41436.patch is attached

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

From 2327149df14d9f3d119e03874d57e3915bd8d18d Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 4 Jan 2023 14:30:27 +0100
Subject: [PATCH 1/3] gnome-connections: update to 43.0.

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

diff --git a/srcpkgs/gnome-connections/template b/srcpkgs/gnome-connections/template
index 69ea64b19d1f..aca10e556cf8 100644
--- a/srcpkgs/gnome-connections/template
+++ b/srcpkgs/gnome-connections/template
@@ -1,6 +1,6 @@
 # Template file for 'gnome-connections'
 pkgname=gnome-connections
-version=42.1.2
+version=43.0
 revision=1
 build_style=meson
 build_helper="gir"
@@ -11,6 +11,6 @@ short_desc="Remote desktop client for the GNOME desktop environment"
 maintainer="oreo6391 <oreo6391@gmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://gitlab.gnome.org/GNOME/connections/"
-changelog="https://gitlab.gnome.org/GNOME/connections/-/raw/gnome-42/NEWS"
-distfiles="${GNOME_SITE}/gnome-connections/${version%.*.*}/gnome-connections-${version}.tar.xz"
-checksum=d8e6e72741091d892dfc84281f625551d0568cd482d48db58a4edb8afa1377b6
+changelog="https://gitlab.gnome.org/GNOME/connections/-/raw/gnome-43/NEWS"
+distfiles="${GNOME_SITE}/gnome-connections/${version%.*}/gnome-connections-${version}.tar.xz"
+checksum=85dad82f93c0b2f609fe8ec7ecdeec70600a55612afc0e3f02774c25a0bb309f

From d90af55b0be55f87ddfb684e769744566afdb288 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 4 Jan 2023 14:38:32 +0100
Subject: [PATCH 2/3] gnote: update to 43.0.

---
 srcpkgs/gnote/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/gnote/template b/srcpkgs/gnote/template
index d16800eddcb3..f0bc6e02e9ed 100644
--- a/srcpkgs/gnote/template
+++ b/srcpkgs/gnote/template
@@ -1,6 +1,6 @@
 # Template file for 'gnote'
 pkgname=gnote
-version=42.1
+version=43.0
 revision=1
 build_style=meson
 hostmakedepends="pkg-config gettext itstool desktop-file-utils"
@@ -12,7 +12,7 @@ short_desc="GNOME note taking application"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://wiki.gnome.org/Apps/Gnote"
-changelog="https://gitlab.gnome.org/GNOME/gnote/-/raw/gnome-42/NEWS"
+changelog="https://gitlab.gnome.org/GNOME/gnote/-/raw/gnome-43/NEWS"
 distfiles="${GNOME_SITE}/gnote/${version%.*}/gnote-${version}.tar.xz"
-checksum=6c20c47b24ed9c03a0de64742dd121f2e7cee05ec6a06158c3cd1265d31e5539
+checksum=2a5bf84490346fbc3e96cc3285ddd19946ae5ce93d465426010c7b6c051fc161
 lib32disabled=yes

From cc4b36ac92006f5a8b80060db6a1a49951243e4a Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 4 Jan 2023 14:38:57 +0100
Subject: [PATCH 3/3] gnome: fix gnome-apps dependencies

some of the version restrictions didn't match the packages resulting in
a broken transaction
---
 srcpkgs/gnome/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/gnome/template b/srcpkgs/gnome/template
index 974196feb393..6bb8cfecf3cf 100644
--- a/srcpkgs/gnome/template
+++ b/srcpkgs/gnome/template
@@ -1,7 +1,7 @@
 # Template file for 'gnome'
 pkgname=gnome
 version=43.0
-revision=1
+revision=2
 build_style=meta
 short_desc="GNOME meta-package for Void Linux"
 maintainer="Michal Vasilek <michal@vasilek.cz>"
@@ -59,17 +59,17 @@ _apps_depends="
  gnome-font-viewer>=${version}
  gnome-maps>=${version}
  gnome-music>=42
- gnome-nettool>=${version}
+ gnome-nettool>=42
  gnome-photos>=${version}
  gnome-screenshot>=41.0
- gnome-sound-recorder>=${version}
+ gnome-sound-recorder>=42
  gnome-system-monitor>=42
  gnome-console>=${version}
  gnome-text-editor>=${version}
  gnote>=${version}
  polari>=3.38.0
  rygel>=0.40.2
- simple-scan>=${version}
+ simple-scan>=42
  totem>=3.38.2
  vino>=3.22.0"
 

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

end of thread, other threads:[~2023-01-04 14:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-04 13:40 [PR PATCH] gnome-connections: update to 43.0 paper42
2023-01-04 13:51 ` [PR PATCH] [Updated] gnome: fix gnome-{apps,games-collection} dependencies paper42
2023-01-04 14:31 ` [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).