unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: altadil via Guix-patches via <guix-patches@gnu.org>
To: 66821@debbugs.gnu.org
Cc: altadil <altadil@protonmail.com>
Subject: [bug#66821] [PATCH v2 3/3] gnu: Add pantheon-iconbrowser.
Date: Tue, 09 Jan 2024 14:00:14 +0000	[thread overview]
Message-ID: <c6b84a6f2f0d88cbfca7c0899b6ce2f2d9bd971a.1704808651.git.altadil@protonmail.com> (raw)
In-Reply-To: <2cd684146f0142ac1b2656cf29bbd0aaecccb176.1698591559.git.altadil@protonmail.com>

* gnu/packages/pantheon.scm (pantheon-iconbrowser): New variable.

Change-Id: I4c1b0aa8a5593e384214e4b1fbad4fef8eaedf4d
---
 gnu/packages/pantheon.scm | 40 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)

diff --git a/gnu/packages/pantheon.scm b/gnu/packages/pantheon.scm
index 915bd17296..780c9d9c78 100644
--- a/gnu/packages/pantheon.scm
+++ b/gnu/packages/pantheon.scm
@@ -136,6 +136,46 @@ (define-public pantheon-calculator
 desktop.")
     (license license:gpl3)))
 
+(define-public pantheon-iconbrowser
+  (package
+    (name "pantheon-iconbrowser")
+    (version "2.2.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/elementary/iconbrowser")
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0b1afyizq3c94qkf4cqy5jnb4v3nib5vc88k34r08c604p1z2h8p"))))
+    (build-system meson-build-system)
+    (arguments
+     `(#:glib-or-gtk? #t
+       #:phases (modify-phases %standard-phases
+                  (add-after 'install 'install-symlinks
+                    (lambda* (#:key outputs #:allow-other-keys)
+                      (let* ((out (assoc-ref outputs "out"))
+                             (bin (string-append out
+                                   "/bin/io.elementary.iconbrowser"))
+                             (link (string-append out
+                                                  "/bin/pantheon-iconbrowser")))
+                        (symlink bin link)))))))
+    (native-inputs (list gettext-minimal ;for msgfmt
+                         `(,glib "bin")
+                         `(,gtk "bin")
+                         pkg-config
+                         vala))
+    (inputs (list granite gtk gtksourceview))
+    (synopsis "Browse and search system icons")
+    (description
+     "Icon Browser is an application for browsing system icons by
+category or searching them by name.  It displays icons at different sizes, as
+well as code snippets (to use the icons in your own apps).  It is designed for
+the Pantheon desktop environment (originally from elementary OS).")
+    (home-page "https://elementary.io/open-source")
+    (license license:gpl3+)))
+
 (define-public pantheon-photos
   (package
     (name "pantheon-photos")
-- 
2.41.0






      parent reply	other threads:[~2024-01-09 14:02 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-29 15:01 [bug#66821] [PATCH] gnu: Add pantheon-stylesheet altadil via Guix-patches via
2023-10-30 15:02 ` [bug#66821] [PATCH v1 1/3] " altadil via Guix-patches via
2023-10-30 15:02 ` [bug#66821] [PATCH v1 2/3] gnu: Add pantheon-photos altadil via Guix-patches via
2023-10-30 15:02 ` [bug#66821] [PATCH v1 3/3] gnu: Add pantheon-iconbrowser altadil via Guix-patches via
2024-01-09 13:59 ` [bug#66821] [PATCH v2 1/3] gnu: Add pantheon-stylesheet altadil via Guix-patches via
2024-01-09 14:00 ` [bug#66821] [PATCH v2 2/3] gnu: Add pantheon-photos altadil via Guix-patches via
2024-01-09 14:00 ` altadil via Guix-patches via [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c6b84a6f2f0d88cbfca7c0899b6ce2f2d9bd971a.1704808651.git.altadil@protonmail.com \
    --to=guix-patches@gnu.org \
    --cc=66821@debbugs.gnu.org \
    --cc=altadil@protonmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).