;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2016 Ludovic Courtès ;;; ;;; This file is part of GNU Guix. ;;; ;;; GNU Guix is free software; you can redistribute it and/or modify it ;;; under the terms of the GNU General Public License as published by ;;; the Free Software Foundation; either version 3 of the License, or (at ;;; your option) any later version. ;;; ;;; GNU Guix is distributed in the hope that it will be useful, but ;;; WITHOUT ANY WARRANTY; without even the implied warranty of ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;;; GNU General Public License for more details. ;;; ;;; You should have received a copy of the GNU General Public License ;;; along with GNU Guix. If not, see . (define-module (test-upstream) #:use-module (guix upstream) #:use-module (guix tests) #:use-module (srfi srfi-64)) (test-begin "upstream") ;; FIXME: Temporarily skipping this test; see . (test-skip 1) (test-equal "coalesce-sources same version" (list (upstream-source (package "foo") (version "1") (urls '("ftp://example.org/foo-1.tar.xz" "ftp://example.org/foo-1.tar.gz")) (signature-urls '("ftp://example.org/foo-1.tar.xz.sig" "ftp://example.org/foo-1.tar.gz.sig")))) (coalesce-sources (list (upstream-source (package "foo") (version "1") (urls '("ftp://example.org/foo-1.tar.gz")) (signature-urls '("ftp://example.org/foo-1.tar.gz.sig"))) (upstream-source (package "foo") (version "1") (urls '("ftp://example.org/foo-1.tar.xz")) (signature-urls '("ftp://example.org/foo-1.tar.xz.sig")))))) (test-end) ='txt' type='search' size='10' name='q' value=''/>
AgeCommit message (Expand)Author
2019-01-18gnu: Inkscape: Update to 0.92.4....Leo Famulari
2018-08-10gnu: inkscape: Add poppler compatibility patch....Ricardo Wurmus
2018-06-29gnu: inkscape: Fix build with poppler....Ricardo Wurmus
2018-05-15gnu: inkscape: Disable "icon-theme.cache" generation....Danny Milosavljevic
2018-03-17gnu: inkscape: Build with potrace support....Arun Isaac
2018-03-14gnu: inkscape: Update to 0.92.3....Tobias Geerinckx-Rice
2018-03-04gnu: inkscape: Disable duplicate icon cache generation....Danny Milosavljevic
2018-01-11gnu: inkscape: Use HTTPS for home page....Tobias Geerinckx-Rice
2018-01-11gnu: inkscape: Update to 0.92.2....Tobias Geerinckx-Rice
2017-10-05gnu: inkscape: Fix FTBFS with Poppler >= 0.58....Marius Bakke
2017-02-17gnu: inkscape: Update to 0.92.1....Leo Famulari
2017-01-04gnu: inkscape: Update to 0.92.0....Ricardo Wurmus
2016-11-10gnu: inkscape: Use modify-phases syntax....Ricardo Wurmus