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

* Re: [PR PATCH] [Updated] gnome: fix gnome-{apps,games-collection} dependencies
  2023-01-04 13:40 [PR PATCH] gnome-connections: update to 43.0 paper42
@ 2023-01-04 13:51 ` paper42
  2023-01-04 14:31 ` [PR PATCH] [Merged]: " paper42
  1 sibling, 0 replies; 3+ messages in thread
From: paper42 @ 2023-01-04 13:51 UTC (permalink / raw)
  To: ml

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

There is an updated 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: fix gnome-{apps,games-collection} dependencies
<!-- 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: 5524 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/4] 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 8320225e80824b268f0f722c83ffaf232968cbd8 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/4] gnote: update to 43.0.

---
 srcpkgs/gnote/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/gnote/template b/srcpkgs/gnote/template
index d16800eddcb3..d07480b8f7a3 100644
--- a/srcpkgs/gnote/template
+++ b/srcpkgs/gnote/template
@@ -1,9 +1,10 @@
 # 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"
+hostmakedepends="pkg-config gettext itstool
+ desktop-file-utils gtk-update-icon-cache"
 makedepends="libsecret-devel libxslt-devel libuuid-devel gtkmm-devel
  libxml2-devel gtkspell3-devel"
 depends="desktop-file-utils"
@@ -12,7 +13,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 debdb9f9d747d04a4d8377e8b3c78efb8131611b Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 4 Jan 2023 14:49:17 +0100
Subject: [PATCH 3/4] gnome-chess: update to 43.0.

---
 srcpkgs/gnome-chess/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/gnome-chess/template b/srcpkgs/gnome-chess/template
index 7c5dff6dbc20..b1711d59ec9a 100644
--- a/srcpkgs/gnome-chess/template
+++ b/srcpkgs/gnome-chess/template
@@ -1,9 +1,10 @@
 # Template file for 'gnome-chess'
 pkgname=gnome-chess
-version=42.1
+version=43.0
 revision=1
 build_style=meson
-hostmakedepends="gettext pkg-config vala glib-devel itstool librsvg-devel"
+hostmakedepends="gettext pkg-config vala glib-devel itstool librsvg-devel
+ desktop-file-utils gtk-update-icon-cache"
 makedepends="gtk4-devel libadwaita-devel librsvg-devel"
 depends="gnuchess"
 short_desc="GNOME chess user interface"
@@ -11,5 +12,5 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://wiki.gnome.org/Apps/Chess"
 changelog="https://gitlab.gnome.org/GNOME/gnome-chess/-/raw/master/NEWS"
-distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=66290bf72864cbc6ee7cce8c9f40de8124e8e6097bd76862f2d7aab0c4bdb02c
+distfiles="${GNOME_SITE}/gnome-chess/${version%.*}/gnome-chess-${version}.tar.xz"
+checksum=6433fedf2f42fb22bf202d9f138ec2ee07237ad5d743809050b5c809b56cdbcb

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

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

* Re: [PR PATCH] [Merged]: gnome: fix gnome-{apps,games-collection} dependencies
  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 ` paper42
  1 sibling, 0 replies; 3+ messages in thread
From: paper42 @ 2023-01-04 14:31 UTC (permalink / raw)
  To: ml

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

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

gnome: fix gnome-{apps,games-collection} dependencies
https://github.com/void-linux/void-packages/pull/41436

Description:
<!-- 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
-->


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