Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] nautilus: update to 45.1.
@ 2023-11-08 12:28 ifreund
  2023-11-08 21:34 ` [PR REVIEW] " oreo639
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: ifreund @ 2023-11-08 12:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ifreund/void-packages nautilus-bump
https://github.com/void-linux/void-packages/pull/47121

nautilus: update to 45.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### 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
-->

I ended up needing this to debug https://github.com/riverwm/river/issues/890 so I thought I might as well send along the patch :)


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

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

From 6be4ff9ede4077d14db273756db5944492496e44 Mon Sep 17 00:00:00 2001
From: Isaac Freund <mail@isaacfreund.com>
Date: Wed, 8 Nov 2023 13:20:43 +0100
Subject: [PATCH 1/2] libgexiv2: update to 0.14.2.

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

diff --git a/srcpkgs/libgexiv2/template b/srcpkgs/libgexiv2/template
index 23780e5397dc4..adeb8349546c9 100644
--- a/srcpkgs/libgexiv2/template
+++ b/srcpkgs/libgexiv2/template
@@ -1,7 +1,7 @@
 # Template file for 'libgexiv2'
 pkgname=libgexiv2
-version=0.14.0
-revision=3
+version=0.14.2
+revision=1
 build_style=meson
 build_helper="gir"
 configure_args="-Dintrospection=$(vopt_if gir true false)
@@ -13,7 +13,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://wiki.gnome.org/Projects/gexiv2"
 distfiles="${GNOME_SITE}/gexiv2/${version%.*}/${pkgname/lib/}-${version}.tar.xz"
-checksum=e58279a6ff20b6f64fa499615da5e9b57cf65ba7850b72fafdf17221a9d6d69e
+checksum=2a0c9cf48fbe8b3435008866ffd40b8eddb0667d2212b42396fdf688e93ce0be
 
 build_options="gir vala"
 build_options_default="gir vala"

From a2ee85dfece4738192f4dcdfd61aa7c6bb303997 Mon Sep 17 00:00:00 2001
From: Isaac Freund <mail@isaacfreund.com>
Date: Wed, 8 Nov 2023 13:20:51 +0100
Subject: [PATCH 2/2] nautilus: update to 45.1.

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

diff --git a/srcpkgs/nautilus/template b/srcpkgs/nautilus/template
index 8ace3c593a76e..0b60d39eb0c34 100644
--- a/srcpkgs/nautilus/template
+++ b/srcpkgs/nautilus/template
@@ -1,6 +1,6 @@
 # Template file for 'nautilus'
 pkgname=nautilus
-version=44.2.1
+version=45.1
 revision=1
 build_style=meson
 build_helper="gir"
@@ -10,7 +10,7 @@ hostmakedepends="gettext glib-devel libxslt pkg-config tracker desktop-file-util
 makedepends="exempi-devel gnome-autoar-devel gnome-desktop-devel gtk4-devel
  libexif-devel libgexiv2-devel libglib-devel libnotify-devel libseccomp-devel
  libxml2-devel tracker-devel gst-plugins-base1-devel harfbuzz-devel
- libadwaita-devel libportal-gtk4-devel"
+ libadwaita-devel libportal-gtk4-devel libgexiv2-devel libxkbcommon-devel"
 depends="desktop-file-utils gsettings-desktop-schemas hicolor-icon-theme
  tracker-miners tracker"
 checkdepends="tracker tracker-miners python3-gobject dbus"
@@ -21,7 +21,7 @@ homepage="https://wiki.gnome.org/Nautilus"
 #changelog="https://gitlab.gnome.org/GNOME/nautilus/-/raw/master/NEWS"
 changelog="https://gitlab.gnome.org/GNOME/nautilus/-/raw/gnome-44/NEWS"
 distfiles="${GNOME_SITE}/nautilus/${version%%.*}/nautilus-${version}.tar.xz"
-checksum=d9c62f024727f7a76fc6a5da788a2b0247df01a71c2a601143c62aac0ff41e4c
+checksum=23bdaa9a85466c5937a89daddd080ed03bcc2b49e8b64af607206353bde82fe3
 # tests timeout:
 # 11/11 test-nautilus-search-engine-tracker            TIMEOUT        480.00s
 make_check=ci-skip

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

end of thread, other threads:[~2024-03-04 11:44 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-08 12:28 [PR PATCH] nautilus: update to 45.1 ifreund
2023-11-08 21:34 ` [PR REVIEW] " oreo639
2023-11-08 23:17 ` [PR PATCH] [Updated] " ifreund
2023-11-08 23:17 ` [PR REVIEW] " ifreund
2023-12-03 20:10 ` Duncaen
2023-12-04 12:07 ` [PR PATCH] [Updated] " ifreund
2023-12-04 12:08 ` nautilus: update to 45.2 ifreund
2024-03-04  1:47 ` github-actions
2024-03-04  3:55 ` oreo639
2024-03-04 11:44 ` [PR PATCH] [Closed]: " oreo639

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