summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiliana Marie Prikler <liliana.prikler@gmail.com>2025-12-04 19:12:47 +0100
committerAndreas Enge <andreas@enge.fr>2026-03-06 14:53:16 +0100
commit47f83de0c62f02d4dcfc5ab3580e0c8a7941b54e (patch)
tree364e2688a6da45f5801eedf5c81cce9425961ecb
parent981727f6eff04f7a8a8c473425d53917c758f2f2 (diff)
gnu: Remove sequeler.
* gnu/packages/databases.scm (sequeler): Delete variable.
-rw-r--r--gnu/packages/databases.scm51
1 files changed, 0 insertions, 51 deletions
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 8a0999d57ff..d6456cd0766 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -5947,57 +5947,6 @@ be blown away by a SQL-DB or an external database server.")
5947 (description "SDB is a simple key/value database based on djb's cdb disk 5947 (description "SDB is a simple key/value database based on djb's cdb disk
5948storage that supports JSON and array introspection.") 5948storage that supports JSON and array introspection.")
5949 (license license:expat))) 5949 (license license:expat)))
5950
5951(define-public sequeler
5952 (package
5953 (name "sequeler")
5954 (version "0.8.2")
5955 (source (origin
5956 (method git-fetch)
5957 (uri (git-reference
5958 (url "https://github.com/Alecaddd/sequeler")
5959 (commit (string-append "v" version))))
5960 (file-name (git-file-name name version))
5961 (sha256
5962 (base32
5963 "0biggmsn8k7j6pdrwk29whl56qlfgvf5d9vjpgz4nyqih56wgh9j"))))
5964 (build-system meson-build-system)
5965 (arguments
5966 '(#:glib-or-gtk? #t
5967 #:phases
5968 (modify-phases %standard-phases
5969 (add-after 'unpack 'skip-gtk-update-icon-cache
5970 ;; Don't create 'icon-theme.cache'.
5971 (lambda _
5972 (substitute* "build-aux/meson_post_install.py"
5973 (("gtk-update-icon-cache") "true")
5974 (("update-desktop-database") "true")))))))
5975 (native-inputs
5976 `(;("appstream-glib" ,appstream-glib) ; validation fails for lack of network
5977 ("gettext-minimal" ,gettext-minimal)
5978 ("glib:bin" ,glib "bin") ; for glib-compile-resources
5979 ("gtk+" ,gtk+ "bin")
5980 ("pkg-config" ,pkg-config)
5981 ("vala" ,vala)))
5982 (inputs
5983 `(("glib" ,glib)
5984 ("granite" ,granite)
5985 ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
5986 ("gtk+" ,gtk+)
5987 ("gtksourceview-3" ,gtksourceview-3)
5988 ("libgda" ,libgda)
5989 ("libgee" ,libgee)
5990 ("libsecret" ,libsecret)
5991 ("libssh2" ,libssh2)
5992 ("libxml2" ,libxml2)))
5993 (synopsis "Friendly SQL Client")
5994 (description "Sequeler is a native Linux SQL client built in Vala and
5995Gtk. It allows you to connect to your local and remote databases, write SQL in
5996a handy text editor with language recognition, and visualize SELECT results in
5997a Gtk.Grid Widget.")
5998 (home-page "https://github.com/Alecaddd/sequeler")
5999 (license license:gpl2+)))
6000
6001(define-public sqlitebrowser 5950(define-public sqlitebrowser
6002 (package 5951 (package
6003 (name "sqlitebrowser") 5952 (name "sqlitebrowser")