emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#67845: closed ([PATCH 2/2] gnu: sequeler: Use libgda-5 and granite-6


From: GNU bug Tracking System
Subject: bug#67845: closed ([PATCH 2/2] gnu: sequeler: Use libgda-5 and granite-6.)
Date: Fri, 12 Jan 2024 17:15:05 +0000

Your message dated Fri, 12 Jan 2024 18:14:18 +0100
with message-id <6e92c8e5-d626-8440-2963-c198e75e613e@member.fsf.org>
and subject line actually close all my patches
has caused the debbugs.gnu.org bug report #67845,
regarding [PATCH 2/2] gnu: sequeler: Use libgda-5 and granite-6.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
67845: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67845
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 2/2] gnu: sequeler: Use libgda-5 and granite-6. Date: Fri, 15 Dec 2023 22:24:49 +0100 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.15.0

---
 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




--- End Message ---
--- Begin Message --- Subject: actually close all my patches Date: Fri, 12 Jan 2024 18:14:18 +0100 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.15.0



--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]