diff options
author | Aylur <[email protected]> | 2024-11-03 02:51:15 +0100 |
---|---|---|
committer | Aylur <[email protected]> | 2024-11-03 02:52:59 +0100 |
commit | 510b233438987890d794644da909f6cf34d03a42 (patch) | |
tree | fd97a590d3af33f5042f2def1545160bfc187ac9 /docs | |
parent | da892f050143807f8a267dbbee1527cf655876b8 (diff) | |
parent | c0612d1d7e78c413d0c69de34f1ae7951e90bc90 (diff) |
Merge branch 'feat/gtk4'
initial gtk4 app and window
Diffstat (limited to 'docs')
-rw-r--r-- | docs/default.nix | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/default.nix b/docs/default.nix index 1370fc6..ff7e8c9 100644 --- a/docs/default.nix +++ b/docs/default.nix @@ -58,6 +58,11 @@ description = "The GTK toolkit"; docs_url = "https://docs.gtk.org/gtk3/"; }; + "Gtk-4.0" = { + name = "Gtk"; + description = "The GTK toolkit"; + docs_url = "https://docs.gtk.org/gtk4/"; + }; "AstalIO-0.1" = { name = "AstalIO"; description = "Astal Core library"; @@ -101,7 +106,9 @@ in json-glib gobject-introspection gtk3 + gtk4 gtk-layer-shell + gtk4-layer-shell gdk-pixbuf libdbusmenu-gtk3 wireplumber @@ -129,6 +136,15 @@ in dependencies = {inherit (dependency) "AstalIO-0.1" "Gtk-3.0";}; }} ${genLib { + flakepkg = "astal4"; + gir = ""; + api-ver = "4.0"; + browse = "astal/gtk4"; + description = "Astal GTK4 widget library"; + version = ../lib/astal/gtk4/version; + dependencies = {inherit (dependency) "AstalIO-0.1" "Gtk-4.0";}; + }} + ${genLib { flakepkg = "apps"; gir = "Apps"; description = "Application query library"; |