unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#38910] gnu: evince: Enable introspection.
@ 2020-01-04  1:23 Raghav Gururajan
  2020-01-13  8:31 ` bug#38910: " Danny Milosavljevic
  0 siblings, 1 reply; 2+ messages in thread
From: Raghav Gururajan @ 2020-01-04  1:23 UTC (permalink / raw)
  To: 38910


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

Hello Guix!

Please find the attached patch to enable introspection in evince.

NOTE: Please put leoprikler as author.

Regards,
RG.

[-- Attachment #1.2: 0001-gnu-evince-Enable-introspection.patch --]
[-- Type: text/x-patch, Size: 1594 bytes --]

From d9b7b0f1a2c4055663cfd52824237091391c87eb Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <raghavgururajan@disroot.org>
Date: Fri, 3 Jan 2020 20:13:58 -0500
Subject: [PATCH] gnu: evince: Enable introspection.

* gnu/packages/gnome.scm (evince): Enable introspection.
---
 gnu/packages/gnome.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index b1eda248ff..ac1bea1f45 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -244,7 +244,7 @@
     (description "Brasero is an application to burn CD/DVD for the Gnome
 Desktop.  It is designed to be as simple as possible and has some unique
 features to enable users to create their discs easily and quickly.")
-    (license license:gpl2+)))
+    (license license:gpl2+)))  
 
 (define-public gnome-user-share
   (package
@@ -1284,7 +1284,7 @@ forgotten when the session ends.")
                "1pr6fvbaam1mzxjwyqd53hcxzdjzf73idn10j4j7n54nwg6hgr45"))))
     (build-system glib-or-gtk-build-system)
     (arguments
-     `(#:configure-flags '("--disable-nautilus")
+     `(#:configure-flags '("--disable-nautilus" "--enable-introspection")
        #:phases
        (modify-phases %standard-phases
          (add-before 'install 'skip-gtk-update-icon-cache
@@ -1328,6 +1328,7 @@ forgotten when the session ends.")
      `(("itstool" ,itstool)
        ("intltool" ,intltool)
        ("glib" ,glib "bin")
+       ("gobject-introspection" ,gobject-introspection)
        ("pkg-config" ,pkg-config)
        ("xmllint" ,libxml2)))
     (home-page
-- 
2.24.1


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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#38910: gnu: evince: Enable introspection.
  2020-01-04  1:23 [bug#38910] gnu: evince: Enable introspection Raghav Gururajan
@ 2020-01-13  8:31 ` Danny Milosavljevic
  0 siblings, 0 replies; 2+ messages in thread
From: Danny Milosavljevic @ 2020-01-13  8:31 UTC (permalink / raw)
  To: Raghav Gururajan; +Cc: 38910-done

[-- Attachment #1: Type: text/plain, Size: 75 bytes --]

Pushed to guix master as commit 169b8f77696600fa56658fc36c175e4740a83b94.

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-01-13  8:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-04  1:23 [bug#38910] gnu: evince: Enable introspection Raghav Gururajan
2020-01-13  8:31 ` bug#38910: " Danny Milosavljevic

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).