[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
152/244: gnu: Add libpanel.
From: |
guix-commits |
Subject: |
152/244: gnu: Add libpanel. |
Date: |
Wed, 12 Apr 2023 08:49:11 -0400 (EDT) |
apteryx pushed a commit to branch staging
in repository guix.
commit 40d39ac510e56d10ee34ba20514349bde40b2a90
Author: Antero Mejr <antero@mailbox.org>
AuthorDate: Sat Feb 11 12:00:37 2023 +0100
gnu: Add libpanel.
* gnu/packages/gtk.scm (libpanel): New variable.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
gnu/packages/gtk.scm | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index b9ef660a80..e4026c601f 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -3040,3 +3040,38 @@ Unix desktop environment under X11 as well as Wayland.")
(synopsis "WebP GdkPixbuf loader library")
(description "Webp-pixbuf-loader is a WebP format loader of GdkPixbuf.")
(license license:lgpl2.0+)))
+
+(define-public libpanel
+ (package
+ (name "libpanel")
+ (version "1.0.2")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://gitlab.gnome.org/GNOME/libpanel")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "10lkysbwg9w0lm1hj7lw4g7y9j8b88kmq07nfgx0r6f319znj12v"))))
+ (build-system meson-build-system)
+ (arguments
+ (list #:configure-flags #~(list "-Ddocs=disabled") ;fontconfig issue
+ #:phases #~(modify-phases %standard-phases
+ (add-after 'unpack 'disable-gtk-update-icon-cache
+ (lambda _
+ (substitute* "meson.build"
+ (("gtk_update_icon_cache: true")
+ "gtk_update_icon_cache: false")))))))
+ (native-inputs (list `(,glib-next "bin")
+ gobject-introspection
+ pkg-config
+ vala))
+ (inputs (list glib-next gtk libadwaita))
+ (home-page "https://gitlab.gnome.org/GNOME/libpanel")
+ (synopsis "Dock and panel library for GTK 4")
+ (description "Libpanel provides a library to create IDE-like applications
+using GTK and @code{libadwaita}. It has widgets for panels, docks, columns
+and grids of pages. Primarily, its design and implementation focus around the
+GNOME Builder and Drafting projects.")
+ (license license:lgpl3)))
- 124/244: gnu: pounce: Update to 3.1., (continued)
- 124/244: gnu: pounce: Update to 3.1., guix-commits, 2023/04/12
- 131/244: gnu: linux-libre: Update to 6.2.10., guix-commits, 2023/04/12
- 133/244: home: xdg-base-directories: Set correct value for XDG_STATE_HOME., guix-commits, 2023/04/12
- 130/244: news: Add entry for 'guix shell --container --nesting'., guix-commits, 2023/04/12
- 132/244: gnu: linux-libre 6.1: Update to 6.1.23., guix-commits, 2023/04/12
- 148/244: services: desktop: Remove 'gnome-desktop-service' procedure., guix-commits, 2023/04/12
- 146/244: services: base: Remove 'console-font-service' procedure., guix-commits, 2023/04/12
- 144/244: services: sddm: Remove 'sddm-service' procedure., guix-commits, 2023/04/12
- 149/244: services: desktop: Remove 'mate-desktop-service' procedure., guix-commits, 2023/04/12
- 147/244: services: guix-publish: Remove 'compression-level' field., guix-commits, 2023/04/12
- 152/244: gnu: Add libpanel.,
guix-commits <=
- 212/244: gnu: open-adventure: Update to 1.15., guix-commits, 2023/04/12
- 232/244: status: Guard against a numerical overflow condition., guix-commits, 2023/04/12
- 161/244: gnu: Add llama-cpp., guix-commits, 2023/04/12
- 197/244: gnu: xfce4-clipman-plugin: Update to 1.6.3., guix-commits, 2023/04/12
- 171/244: gnu: ruby-pg: Update to 1.4.6., guix-commits, 2023/04/12
- 162/244: gnu: Add emacs-gptel., guix-commits, 2023/04/12
- 219/244: gnu: s6-dns: Update to 2.3.5.5., guix-commits, 2023/04/12
- 214/244: gnu: Add libxisf., guix-commits, 2023/04/12
- 206/244: gnu: emacs-treemacs-extra: Improve package style., guix-commits, 2023/04/12
- 222/244: gnu: s6-portable-utils: Update to 2.3.0.2., guix-commits, 2023/04/12