From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44798) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gS9Zs-0003r8-7f for guix-patches@gnu.org; Wed, 28 Nov 2018 18:49:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gS9Zn-0000UP-6D for guix-patches@gnu.org; Wed, 28 Nov 2018 18:49:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:49642) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gS9Zm-0000Tx-W2 for guix-patches@gnu.org; Wed, 28 Nov 2018 18:49:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gS9Zm-0003rm-Qe for guix-patches@gnu.org; Wed, 28 Nov 2018 18:49:02 -0500 Subject: [bug#33546] [PATCH 2/2] gnu: arc-theme: Update to 20181022, fixing build. Resent-Message-ID: Date: Thu, 29 Nov 2018 00:48:51 +0100 From: =?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?= Message-ID: <20181129004851.5ec54263@alma-ubu> In-Reply-To: <20181129004436.33eaee0f@alma-ubu> References: <20181129004436.33eaee0f@alma-ubu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; boundary="Sig_/0rJ.PJyWihT_khJK_bJamrB"; protocol="application/pgp-signature" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 33546@debbugs.gnu.org --Sig_/0rJ.PJyWihT_khJK_bJamrB Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable * gnu/packages/gnome.scm (arc-theme)[version]: Update to 20181022. [source]: Use new fork, change to git-fetch. [inputs]: Remove, Move gtk+ to native-inputs. [native-inputs]: Add gtk+, glib:bin, gnome-shell, inkscape, optipng, pkg-config, sassc. [home-page]: Adapt to new fork. --- gnu/packages/gnome.scm | 30 +++++++++++++++++++----------- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index cbd9afbd3..1135ef9b6 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -31,6 +31,7 @@ ;;; Copyright =C2=A9 2017, 2018 Rutger Helling ;;; Copyright =C2=A9 2018 Jovany Leandro G.C ;;; Copyright =C2=A9 2018 Vasile Dumitrascu +;;; Copyright =C2=A9 2018 Bj=C3=B6rn H=C3=B6fling ;;; ;;; This file is part of GNU Guix. ;;; @@ -96,6 +97,7 @@ #:use-module (gnu packages popt) #:use-module (gnu packages ghostscript) #:use-module (gnu packages ibus) + #:use-module (gnu packages inkscape) #:use-module (gnu packages iso-codes) #:use-module (gnu packages libcanberra) #:use-module (gnu packages libunistring) @@ -151,6 +153,7 @@ #:use-module (gnu packages version-control) #:use-module (gnu packages virtualization) #:use-module (gnu packages vpn) + #:use-module (gnu packages web) #:use-module (gnu packages xorg) #:use-module (ice-9 match) #:use-module (srfi srfi-1)) @@ -6428,15 +6431,16 @@ functionality and behavior.") (define-public arc-theme (package (name "arc-theme") - (version "20170302") + (version "20181022") (source (origin - (method url-fetch) - (uri (string-append "https://github.com/horst3180/arc-theme" - "/archive/" version ".tar.gz")) - (file-name (string-append name "-" version ".tar.gz")) + (method git-fetch) + (uri (git-reference + (url "https://github.com/NicoHood/arc-theme.git") + (commit version))) + (file-name (git-file-name name version)) (sha256 (base32 - "0igxpngnkf1wpsg872a9jg3c9f5z8afm312yfbillz16mk8w39cw")))) + "08951dk1irfadwpr3p323a4fprmxg53rk2r2niwq3v62ryhi3663")))) (build-system gnu-build-system) (arguments '(#:phases @@ -6447,14 +6451,18 @@ functionality and behavior.") (native-inputs `(("autoconf" ,autoconf) ("automake" ,automake) - ("pkg-config" ,pkg-config))) - (inputs - `(("gtk+" ,gtk+))) - (synopsis "A flat GTK+ theme with transparent elements") + ("glib" ,glib "bin") ; for glib-compile-resources + ("gnome-shell" ,gnome-shell) + ("gtk+" ,gtk+) + ("inkscape" ,inkscape) + ("optipng" ,optipng) + ("pkg-config" ,pkg-config) + ("sassc" ,sassc))) + (synopsis "Flat GTK+ theme with transparent elements") (description "Arc is a flat theme with transparent elements for GTK 3, GTK 2, and GNOME Shell which supports GTK 3 and GTK 2 based desktop environments like GNOME, Unity, Budgie, Pantheon, XFCE, Mate, etc.") - (home-page "https://github.com/horst3180/arc-theme") + (home-page "https://github.com/NicoHood/arc-theme") ;; No "or later" language found. (license license:gpl3))) =20 --=20 2.19.1 --Sig_/0rJ.PJyWihT_khJK_bJamrB Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEUEARECAAYFAlv/KWQACgkQvyhstlk+X/0cCwCYiJknD7FYJQU9Nf2aC8li1+y4 QACeP6yLJfmBKGYu66eZZWlSS9YoorE= =ob8S -----END PGP SIGNATURE----- --Sig_/0rJ.PJyWihT_khJK_bJamrB--