GNU bug report logs -
#61427
[PATCH 2/6] gnu: Add libpanel.
Previous Next
Reported by: Maya Tomasek <maya.tomasek <at> disroot.org>
Date: Sat, 11 Feb 2023 10:37:04 UTC
Severity: normal
Tags: patch
Done: Mája Tomášek <maya.tomasek <at> disroot.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 61427 in the body.
You can then email your comments to 61427 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#61427
; Package
guix-patches
.
(Sat, 11 Feb 2023 10:37:04 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Maya Tomasek <maya.tomasek <at> disroot.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sat, 11 Feb 2023 10:37:05 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: Antero Mejr <antero <at> mailbox.org>
* gnu/packages/gtk.scm (libpanel): New variable.
---
gnu/packages/gtk.scm | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index f575194c73..fa099fe862 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -3039,3 +3039,38 @@ (define-public webp-pixbuf-loader
(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 4 and @code{libadwaita}. It has widgets for panels, docks, columns
+and grids of pages. Primarily, it's design and implementation focus around
+GNOME Builder and Drafting projects.")
+ (license license:lgpl3)))
--
2.39.1
Reply sent
to
Mája Tomášek <maya.tomasek <at> disroot.org>
:
You have taken responsibility.
(Sat, 11 Feb 2023 10:52:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
Maya Tomasek <maya.tomasek <at> disroot.org>
:
bug acknowledged by developer.
(Sat, 11 Feb 2023 10:52:03 GMT)
Full text and
rfc822 format available.
Message #10 received at 61427-done <at> debbugs.gnu.org (full text, mbox):
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 11 Mar 2023 12:24:07 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 185 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.