gnome-console: update to 47.1.

This commit is contained in:
oreo639 2025-02-11 18:01:05 -08:00 committed by oreo639
parent c88456a419
commit 633771c6c2
2 changed files with 41 additions and 3 deletions

View File

@ -0,0 +1,38 @@
From bf4196f7d431e2628fc2a9da14989762d19a57a6 Mon Sep 17 00:00:00 2001
From: Zander Brown <zbrown@gnome.org>
Date: Sat, 4 Jan 2025 02:46:21 +0000
Subject: [PATCH] main: explictly include headers
Supersedes: https://gitlab.gnome.org/GNOME/console/-/merge_requests/171
---
src/main.c | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/main.c b/src/main.c
index af9c5a51..76a9093d 100644
--- a/src/main.c
+++ b/src/main.c
@@ -18,8 +18,12 @@
#include <glib/gi18n.h>
+#include <gtk/gtk.h>
+#include <locale.h>
+
#include <kgx.h>
+
int
main (int argc, char *argv[])
{
@@ -40,6 +44,7 @@ main (int argc, char *argv[])
"version", PACKAGE_VERSION,
"flags", G_APPLICATION_HANDLES_COMMAND_LINE |
G_APPLICATION_HANDLES_OPEN |
+ G_APPLICATION_SEND_ENVIRONMENT |
G_APPLICATION_CAN_OVERRIDE_APP_ID,
"register-session", TRUE,
NULL);
--
GitLab

View File

@ -1,6 +1,6 @@
# Template file for 'gnome-console'
pkgname=gnome-console
version=46.0
version=47.1
revision=1
build_style=meson
hostmakedepends="pkg-config desktop-file-utils gettext
@ -13,9 +13,9 @@ maintainer="oreo639 <oreo6391@gmail.com>"
license="GPL-3.0-or-later"
homepage="https://gitlab.gnome.org/GNOME/console"
#changelog="https://gitlab.gnome.org/GNOME/console/-/raw/main/NEWS"
changelog="https://gitlab.gnome.org/GNOME/console/-/raw/gnome-46/NEWS"
changelog="https://gitlab.gnome.org/GNOME/console/-/raw/gnome-47/NEWS"
distfiles="${GNOME_SITE}/gnome-console/${version%.*}/gnome-console-${version}.tar.xz"
checksum=1619ce701773b2c0c903718f54768c192ea5074514d55a1774a92c97231d6c3e
checksum=d3f600b45b51716691aee92870332e9c9a8ca89d553565f3131d9e28074725d0
nautilus-gnome-console-extension_package() {
depends="${sourcepkg}>=${version}_${revision}"