diff --git a/srcpkgs/gnome-console/patches/bf4196f7d431e2628fc2a9da14989762d19a57a6.patch b/srcpkgs/gnome-console/patches/bf4196f7d431e2628fc2a9da14989762d19a57a6.patch new file mode 100644 index 00000000000..ffd901e63d5 --- /dev/null +++ b/srcpkgs/gnome-console/patches/bf4196f7d431e2628fc2a9da14989762d19a57a6.patch @@ -0,0 +1,38 @@ +From bf4196f7d431e2628fc2a9da14989762d19a57a6 Mon Sep 17 00:00:00 2001 +From: Zander Brown +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 + ++#include ++#include ++ + #include + ++ + 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 + diff --git a/srcpkgs/gnome-console/template b/srcpkgs/gnome-console/template index a35945db9bd..f95c1555d1f 100644 --- a/srcpkgs/gnome-console/template +++ b/srcpkgs/gnome-console/template @@ -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 " 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}"