unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] gnu: brasero: Update to 3.12.1, Add inputs.
@ 2015-07-09  4:40 David Hashe
  2015-07-09  5:34 ` Mark H Weaver
  0 siblings, 1 reply; 4+ messages in thread
From: David Hashe @ 2015-07-09  4:40 UTC (permalink / raw)
  To: guix-devel

* gnu/packages/gnome.scm (brasero): Update to 3.12.1.
  [inputs]: Add gobject-introspection, nettle, and totem-pl-parser.
---
 gnu/packages/gnome.scm | 22 +++++++++++++++++-----
 1 file changed, 17 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 0ec5ea2..3231d49 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -83,20 +83,30 @@
 (define-public brasero
   (package
     (name "brasero")
-    (version "3.8.0")
+    (version "3.12.1")
     (source (origin
              (method url-fetch)
-             (uri (string-append "mirror://gnome/sources/brasero/3.8/brasero-"
-                                 version ".tar.xz"))
+             (uri (string-append "mirror://gnome/sources/" name "/"
+                                 (version-major+minor version) "/"
+                                 name "-" version ".tar.xz"))
              (sha256
               (base32
-               "1r5wjsrm47amdaf862ymkdlwlb636c45wg14x20hdr99c653d2nr"))))
+               "09vi2hyhl0bz7imv3ky6h7x5m3d546n968wcghydwrkvwm9ylpls"))))
     (build-system gnu-build-system)
+    (arguments
+     `(#:configure-flags (list
+                          (string-append "--with-girdir="
+                                         (assoc-ref %outputs "out")
+                                         "/share/gir-1.0")
+                          (string-append "--with-typelibdir="
+                                         (assoc-ref %outputs "out")
+                                         "/lib/girepository-1.0"))))
     (propagated-inputs
      `(("hicolor-icon-theme" ,hicolor-icon-theme)))
     (native-inputs
      `(("intltool" ,intltool)
        ("glib" ,glib "bin")                       ; glib-compile-schemas, etc.
+       ("gobject-introspection" ,gobject-introspection)
        ("pkg-config" ,pkg-config)))
     (inputs
      `(("glib" ,glib)
@@ -109,7 +119,9 @@
        ("libice" ,libice)
        ("libnotify" ,libnotify)
        ("libsm" ,libsm)
-       ("libxml2" ,libxml2)))
+       ("libxml2" ,libxml2)
+       ("nettle" ,nettle)
+       ("totem-pl-parser" ,totem-pl-parser)))
     (home-page "https://projects.gnome.org/brasero/")
     (synopsis "CD/DVD burning tool for Gnome")
     (description "Brasero is an application to burn CD/DVD for the Gnome
-- 
1.9.1

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

* Re: [PATCH] gnu: brasero: Update to 3.12.1, Add inputs.
  2015-07-09  4:40 [PATCH] gnu: brasero: Update to 3.12.1, Add inputs David Hashe
@ 2015-07-09  5:34 ` Mark H Weaver
  2015-07-10  4:05   ` David Hashe
  0 siblings, 1 reply; 4+ messages in thread
From: Mark H Weaver @ 2015-07-09  5:34 UTC (permalink / raw)
  To: David Hashe; +Cc: guix-devel

David Hashe <david.hashe@dhashe.com> writes:
> * gnu/packages/gnome.scm (brasero): Update to 3.12.1.
>   [inputs]: Add gobject-introspection, nettle, and totem-pl-parser.

Looks good to me.  Can you add your copyright line to the top and send
an updated patch?

    Thanks,
      Mark

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

* Re: [PATCH] gnu: brasero: Update to 3.12.1, Add inputs.
  2015-07-09  5:34 ` Mark H Weaver
@ 2015-07-10  4:05   ` David Hashe
  2015-07-10  5:01     ` Mark H Weaver
  0 siblings, 1 reply; 4+ messages in thread
From: David Hashe @ 2015-07-10  4:05 UTC (permalink / raw)
  To: Mark H Weaver; +Cc: guix-devel

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

I already have my copyright line in this particular file, since I've
submitted to it before.

- David

On Thu, Jul 9, 2015 at 12:34 AM, Mark H Weaver <mhw@netris.org> wrote:

> David Hashe <david.hashe@dhashe.com> writes:
> > * gnu/packages/gnome.scm (brasero): Update to 3.12.1.
> >   [inputs]: Add gobject-introspection, nettle, and totem-pl-parser.
>
> Looks good to me.  Can you add your copyright line to the top and send
> an updated patch?
>
>     Thanks,
>       Mark
>

[-- Attachment #2: Type: text/html, Size: 905 bytes --]

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

* Re: [PATCH] gnu: brasero: Update to 3.12.1, Add inputs.
  2015-07-10  4:05   ` David Hashe
@ 2015-07-10  5:01     ` Mark H Weaver
  0 siblings, 0 replies; 4+ messages in thread
From: Mark H Weaver @ 2015-07-10  5:01 UTC (permalink / raw)
  To: David Hashe; +Cc: guix-devel

David Hashe <david.hashe@dhashe.com> writes:
> I already have my copyright line in this particular file, since I've
> submitted to it before.

Ah, indeed.  Pushed, thanks!

     Mark

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

end of thread, other threads:[~2015-07-10  5:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-09  4:40 [PATCH] gnu: brasero: Update to 3.12.1, Add inputs David Hashe
2015-07-09  5:34 ` Mark H Weaver
2015-07-10  4:05   ` David Hashe
2015-07-10  5:01     ` Mark H Weaver

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