gnome-console: update to 48.0.1
This commit is contained in:
parent
b5b1cf8e50
commit
05985b42f0
2 changed files with 4 additions and 42 deletions
|
@ -1,38 +0,0 @@
|
||||||
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
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'gnome-console'
|
# Template file for 'gnome-console'
|
||||||
pkgname=gnome-console
|
pkgname=gnome-console
|
||||||
version=47.1
|
version=48.0.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
hostmakedepends="pkg-config desktop-file-utils gettext
|
hostmakedepends="pkg-config desktop-file-utils gettext
|
||||||
|
@ -13,9 +13,9 @@ maintainer="oreo639 <oreo6391@gmail.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://gitlab.gnome.org/GNOME/console"
|
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/main/NEWS"
|
||||||
changelog="https://gitlab.gnome.org/GNOME/console/-/raw/gnome-47/NEWS"
|
changelog="https://gitlab.gnome.org/GNOME/console/-/raw/gnome-48/NEWS"
|
||||||
distfiles="${GNOME_SITE}/gnome-console/${version%.*}/gnome-console-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/gnome-console/${version%%.*}/gnome-console-${version}.tar.xz"
|
||||||
checksum=d3f600b45b51716691aee92870332e9c9a8ca89d553565f3131d9e28074725d0
|
checksum=018e908e4daebcfcb150d4f1bb28d98272aa9d14d6815eaf8da45f889db05c49
|
||||||
|
|
||||||
nautilus-gnome-console-extension_package() {
|
nautilus-gnome-console-extension_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue