all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Raghav Gururajan <raghavgururajan@disroot.org>
To: 38911@debbugs.gnu.org
Subject: [bug#38911] gnu: Add sushi.
Date: Fri, 03 Jan 2020 20:36:37 -0500	[thread overview]
Message-ID: <491c0b3fba5ad3dc86fa0a2a16a845ad3b74c6ab.camel@disroot.org> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 127 bytes --]

Hello Guix!

Please find the attached patch to add sushi.

NOTE: This patch depends on the patch #38909.

Regards,
RG.

[-- Attachment #1.2: sushi.patch --]
[-- Type: text/x-patch, Size: 2750 bytes --]

From 090aede2a479bff1cd976875a6e462a7e5f1961c Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <raghavgururajan@disroot.org>
Date: Fri, 3 Jan 2020 20:28:26 -0500
Subject: [PATCH] gnu: Add sushi.

* gnu/packages/gnome.scm (sushi): New variable.
---
 gnu/packages/gnome.scm | 54 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 54 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index ac1bea1f45..b665d02f33 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9432,6 +9432,60 @@ and a high score table.")
     (home-page "https://wiki.gnome.org/Apps/Mahjongg")
     (license license:gpl2+)))
 
+(define-public sushi
+  (package
+   (name "sushi")
+   (version "3.32.1")
+   (source (origin
+            (method url-fetch)
+            (uri (string-append "mirror://gnome/sources/" name "/"
+                                (version-major+minor version) "/"
+                                name "-" version ".tar.xz"))
+            (sha256
+             (base32
+              "02idvqjk76lii9xyg3b1yz4rw721709bdm5j8ikjym6amcghl0aj"))))
+   (build-system meson-build-system)
+   (arguments
+    `(#:glib-or-gtk? #t
+      #:phases
+      (modify-phases %standard-phases
+        (add-after 'glib-or-gtk-wrap 'wrap-typelib
+          (lambda* (#:key outputs #:allow-other-keys)
+            (let ((prog (string-append (assoc-ref outputs "out")
+                                       "/bin/sushi")))
+              ;; put existing typelibs before sushi's deps, so as to correctly
+              ;; infer gdk-pixbuf
+              (wrap-program prog
+                `("GI_TYPELIB_PATH" suffix (,(getenv "GI_TYPELIB_PATH"))))
+              #t))))))
+   (native-inputs
+    `(("glib:bin" ,glib "bin")
+      ("gettext" ,gettext-minimal)
+      ("gobject-introspection" ,gobject-introspection)
+      ("pkg-config" ,pkg-config)))
+   (inputs
+    `(("clutter" ,clutter)
+      ("clutter-gst" ,clutter-gst)
+      ("clutter-gtk" ,clutter-gtk)
+      ("evince" ,evince)
+      ("freetype" ,freetype)
+      ("gdk-pixbuf" ,gdk-pixbuf)
+      ("gjs" ,gjs)
+      ("gst-plugins-base" ,gst-plugins-base)
+      ("gstreamer" ,gstreamer)
+      ("gtksourceview" ,gtksourceview-3)
+      ("harfbuzz" ,harfbuzz)
+      ("libepoxy" ,libepoxy)
+      ("libmusicbrainz" ,libmusicbrainz)
+      ("libxml2" ,libxml2)
+      ("neon" ,neon)
+      ("webkitgtk" ,webkitgtk)))
+   (synopsis "File previewer for GNOME desktop")
+   (description "Sushi is a dbus-activated service that allows
+applications to preview files on GNOME desktop.")
+   (home-page "https://gitlab.gnome.org/GNOME/sushi")
+   (license license:gpl2)))
+
 (define-public gnome-themes-extra
   (package
     (name "gnome-themes-extra")
-- 
2.24.1


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

             reply	other threads:[~2020-01-04  1:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-04  1:36 Raghav Gururajan [this message]
2020-01-14 22:22 ` [bug#38911] Sushi v2 Raghav Gururajan
2020-01-15 21:40   ` bug#38911: " Ludovic Courtès

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

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

  git send-email \
    --in-reply-to=491c0b3fba5ad3dc86fa0a2a16a845ad3b74c6ab.camel@disroot.org \
    --to=raghavgururajan@disroot.org \
    --cc=38911@debbugs.gnu.org \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.