From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Hashe Subject: [PATCH] gnu: brasero: Update to 3.12.1, Add inputs. Date: Wed, 8 Jul 2015 23:40:21 -0500 Message-ID: <1436416821-19946-1-git-send-email-david.hashe@dhashe.com> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38225) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZD3dk-0006HE-7U for guix-devel@gnu.org; Thu, 09 Jul 2015 00:40:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZD3dg-0004oo-PG for guix-devel@gnu.org; Thu, 09 Jul 2015 00:40:52 -0400 Received: from mail-ob0-x22e.google.com ([2607:f8b0:4003:c01::22e]:33011) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZD3dg-0004nj-G3 for guix-devel@gnu.org; Thu, 09 Jul 2015 00:40:48 -0400 Received: by obbgp5 with SMTP id gp5so52370193obb.0 for ; Wed, 08 Jul 2015 21:40:47 -0700 (PDT) Received: from localhost (cpe-66-69-239-23.austin.res.rr.com. [66.69.239.23]) by smtp.gmail.com with ESMTPSA id rg1sm2246286oeb.11.2015.07.08.21.40.43 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 08 Jul 2015 21:40:46 -0700 (PDT) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org * 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