[PATCH 1-2/2] gnu: Add libgda-5. gnu: sequeler: Use libgda-5 and granite-6.

  • Open
  • 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 12 Jan 18:58 +0100
(name . guix-patches)(address . guix-patches@gnu.org)
6da12961-1425-4070-aebf-6415d4f3b614@member.fsf.org

From 2bb9072f5253529f08801a80380c7cd417e87721 Mon Sep 17 00:00:00 2001
Message-ID: <2bb9072f5253529f08801a80380c7cd417e87721.1705081307.git.abdo@member.fsf.org>
In-Reply-To: <18f9bc99e948430868cfc01a7f41c8885d0b653f.1705081307.git.abdo@member.fsf.org>
References: <18f9bc99e948430868cfc01a7f41c8885d0b653f.1705081307.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 564927c2a7..69d2249d71 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -5088,23 +5088,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
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 68410@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 68410
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch