Skip to content

Commit 633771c

Browse files
committed
gnome-console: update to 47.1.
1 parent c88456a commit 633771c

2 files changed

Lines changed: 41 additions & 3 deletions

File tree

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
From bf4196f7d431e2628fc2a9da14989762d19a57a6 Mon Sep 17 00:00:00 2001
2+
From: Zander Brown <zbrown@gnome.org>
3+
Date: Sat, 4 Jan 2025 02:46:21 +0000
4+
Subject: [PATCH] main: explictly include headers
5+
6+
Supersedes: https://gitlab.gnome.org/GNOME/console/-/merge_requests/171
7+
---
8+
src/main.c | 5 +++++
9+
1 file changed, 5 insertions(+)
10+
11+
diff --git a/src/main.c b/src/main.c
12+
index af9c5a51..76a9093d 100644
13+
--- a/src/main.c
14+
+++ b/src/main.c
15+
@@ -18,8 +18,12 @@
16+
17+
#include <glib/gi18n.h>
18+
19+
+#include <gtk/gtk.h>
20+
+#include <locale.h>
21+
+
22+
#include <kgx.h>
23+
24+
+
25+
int
26+
main (int argc, char *argv[])
27+
{
28+
@@ -40,6 +44,7 @@ main (int argc, char *argv[])
29+
"version", PACKAGE_VERSION,
30+
"flags", G_APPLICATION_HANDLES_COMMAND_LINE |
31+
G_APPLICATION_HANDLES_OPEN |
32+
+ G_APPLICATION_SEND_ENVIRONMENT |
33+
G_APPLICATION_CAN_OVERRIDE_APP_ID,
34+
"register-session", TRUE,
35+
NULL);
36+
--
37+
GitLab
38+

srcpkgs/gnome-console/template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Template file for 'gnome-console'
22
pkgname=gnome-console
3-
version=46.0
3+
version=47.1
44
revision=1
55
build_style=meson
66
hostmakedepends="pkg-config desktop-file-utils gettext
@@ -13,9 +13,9 @@ maintainer="oreo639 <oreo6391@gmail.com>"
1313
license="GPL-3.0-or-later"
1414
homepage="https://gitlab.gnome.org/GNOME/console"
1515
#changelog="https://gitlab.gnome.org/GNOME/console/-/raw/main/NEWS"
16-
changelog="https://gitlab.gnome.org/GNOME/console/-/raw/gnome-46/NEWS"
16+
changelog="https://gitlab.gnome.org/GNOME/console/-/raw/gnome-47/NEWS"
1717
distfiles="${GNOME_SITE}/gnome-console/${version%.*}/gnome-console-${version}.tar.xz"
18-
checksum=1619ce701773b2c0c903718f54768c192ea5074514d55a1774a92c97231d6c3e
18+
checksum=d3f600b45b51716691aee92870332e9c9a8ca89d553565f3131d9e28074725d0
1919

2020
nautilus-gnome-console-extension_package() {
2121
depends="${sourcepkg}>=${version}_${revision}"

0 commit comments

Comments
 (0)