[PATCH] gnu: Fixes for sequeler

  • Done
  • quality assurance status badge
Details
One participant
  • Alexandre Hannud Abdo
Owner
unassigned
Submitted by
Alexandre Hannud Abdo
Severity
normal
A
A
Alexandre Hannud Abdo wrote on 5 Dec 2023 03:08
(name . guix-patches)(address . guix-patches@gnu.org)
fc981f4a-5d55-9e31-d8b5-1941df168ce0@member.fsf.org
Ni! The attached patches bring back libgda at version 5 as required by sequeler, adapting a patch for a known security vulnerability, and update sequeler to use libgda-5 as well as granite-6. .~´
From cae86ea098d26c9a6cc6a6ac4d47e564f6a687b8 Mon Sep 17 00:00:00 2001
Message-ID: <cae86ea098d26c9a6cc6a6ac4d47e564f6a687b8.1701741917.git.abdo@member.fsf.org>
In-Reply-To: <f736ba7f1661ee3b5bbd4d66483055fa3caf9862.1701741917.git.abdo@member.fsf.org>
References: <f736ba7f1661ee3b5bbd4d66483055fa3caf9862.1701741917.git.abdo@member.fsf.org>
From: Ale Abdo <abdo@member.fsf.org>
Date: Tue, 5 Dec 2023 01:03:45 +0100
Subject: [PATCH 2/2] gnu: sequeler: Use libgda-5 and granite-6.

---
gnu/packages/databases.scm | 32 ++++++++++++++++----------------
1 file changed, 16 insertions(+), 16 deletions(-)

Toggle diff (46 lines)
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index f0ea100c3b..b34038ff02 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -5083,23 +5083,23 @@ (define-public sequeler
(("gtk-update-icon-cache") "true")
(("update-desktop-database") "true")))))))
(native-inputs
- `(;("appstream-glib" ,appstream-glib) ; validation fails for lack of network
- ("gettext-minimal" ,gettext-minimal)
- ("glib:bin" ,glib "bin") ; for glib-compile-resources
- ("gtk+" ,gtk+ "bin")
- ("pkg-config" ,pkg-config)
- ("vala" ,vala)))
+ (list ; appstream-glib ; validation fails for lack of network
+ gettext-minimal
+ `(,glib "bin") ; for glib-compile-resources
+ `(,gtk+ "bin")
+ pkg-config
+ vala))
(inputs
- `(("glib" ,glib)
- ("granite" ,granite)
- ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
- ("gtk+" ,gtk+)
- ("gtksourceview-3" ,gtksourceview-3)
- ("libgda" ,libgda)
- ("libgee" ,libgee)
- ("libsecret" ,libsecret)
- ("libssh2" ,libssh2)
- ("libxml2" ,libxml2)))
+ (list glib
+ granite-6
+ gsettings-desktop-schemas
+ gtk+
+ gtksourceview-3
+ libgda-5
+ libgee
+ libsecret
+ libssh2
+ libxml2))
(synopsis "Friendly SQL Client")
(description "Sequeler is a native Linux SQL client built in Vala and
Gtk. It allows you to connect to your local and remote databases, write SQL in
--
2.41.0
Attachment: OpenPGP_signature
A
A
Alexandre Hannud Abdo wrote on 12 Jan 18:00 +0100
close all my patches
a512261e-1b2d-531a-90ab-271172c548cd@member.fsf.org

A
A
Alexandre Hannud Abdo wrote on 12 Jan 18:14 +0100
6e92c8e5-d626-8440-2963-c198e75e613e@member.fsf.org

Closed
?