From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 07/68] gnu: bluez-qt: Update to 5.27.0. Date: Sat, 29 Oct 2016 16:42:35 -0400 Message-ID: <20161029204235.GD32311@jasmine> References: <20161029180519.6061-1-david@craven.ch> <20161029180519.6061-7-david@craven.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58400) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c0aSe-000806-8q for guix-devel@gnu.org; Sat, 29 Oct 2016 16:42:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c0aSb-0002XS-3T for guix-devel@gnu.org; Sat, 29 Oct 2016 16:42:40 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:51353) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c0aSa-0002XM-W1 for guix-devel@gnu.org; Sat, 29 Oct 2016 16:42:37 -0400 Content-Disposition: inline In-Reply-To: <20161029180519.6061-7-david@craven.ch> 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" To: David Craven Cc: guix-devel@gnu.org On Sat, Oct 29, 2016 at 08:04:18PM +0200, David Craven wrote: > * gnu/packages/kde-frameworks.scm (bluez-qt): Update to 5.27.0 and > fix indentation. > --- > gnu/packages/kde-frameworks.scm | 32 ++++++++++++++++---------------- > 1 file changed, 16 insertions(+), 16 deletions(-) > > diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm > index 653e8fb..ba22f89 100644 > --- a/gnu/packages/kde-frameworks.scm > +++ b/gnu/packages/kde-frameworks.scm > @@ -216,16 +216,16 @@ http://freedesktop.org/wiki/Specifications/open-collaboration-services/") > (define-public bluez-qt > (package > (name "bluez-qt") > - (version "5.24.0") > - (source > - (origin > - (method url-fetch) > - (uri (string-append "mirror://kde/stable/frameworks/" > - (version-major+minor version) "/" > - name "-" version ".tar.xz")) Could this mirror URL be factored into something like "kde-frameworks-uri" (in a later set of patches)?