GNU bug report logs -
#67845
[PATCH 2/2] gnu: sequeler: Use libgda-5 and granite-6.
Previous Next
Reported by: Ale Abdo <abdo <at> member.fsf.org>
Date: Fri, 15 Dec 2023 21:25:03 UTC
Severity: normal
Tags: patch
Done: Alexandre Hannud Abdo <abdo <at> member.fsf.org>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
---
gnu/packages/databases.scm | 32 ++++++++++++++++----------------
1 file changed, 16 insertions(+), 16 deletions(-)
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index ba5d4b9f29..5ee52b5889 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -5087,23 +5087,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
This bug report was last modified 1 year and 127 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.