From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hartmut Goebel Subject: bug#25020: guix refresh does not discover updates if URLs are "non-standard" Date: Tue, 24 Jan 2017 09:39:10 +0100 Message-ID: <588712AE.60205@crazy-compilers.com> References: <58372A9C.2000205@goebel-consult.de> <87d1he48so.fsf@gnu.org> <87y3y1l8ze.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54806) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cVwe9-0002wO-6b for bug-guix@gnu.org; Tue, 24 Jan 2017 03:40:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cVwe6-0005Yq-42 for bug-guix@gnu.org; Tue, 24 Jan 2017 03:40:09 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:41534) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cVwe2-0005Xv-70 for bug-guix@gnu.org; Tue, 24 Jan 2017 03:40:06 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cVwe1-0006lH-Oz for bug-guix@gnu.org; Tue, 24 Jan 2017 03:40:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87y3y1l8ze.fsf@gnu.org> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 25020@debbugs.gnu.org Am 23.01.2017 um 23:14 schrieb Ludovic Courtès: > > Fixed for oxygen-icons in commit > > 683c5ab70accb909697717bb61741a7692c52c09. For oxygen-icons (those with a number behind the name), refresh works. For "kross" (additional directory level), it does not. Kross is still in my work-pipeline, so here is the WIP (stripped down): (define-public kross (package (name "kross") (version "5.28.0") (source (origin (method url-fetch) (uri (string-append "mirror://kde/stable/frameworks/" (version-major+minor version) "/portingAids/" name "-" version ".tar.xz")) (sha256 (base32 "06qx87v090d5wxbpqj2sgwhpha7gqmamdx4zffdvc0xa6g1mm6x4")))) (build-system cmake-build-system) (home-page "") (synopsis "") (description "") (license license:lgpl2.0))) -- Regards Hartmut Goebel | Hartmut Goebel | h.goebel@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |