mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: libpaper: Update to 1.2.2.
* gnu/packages/ghostscript.scm (libpaper): Update to 1.2.2. [source](patches): Remove. * gnu/packages/patches/libpaper-free-systempapername.patch, gnu/packages/patches/libpaper-free-xdg-config-home.patch, gnu/packages/patches/libpaper-invalid-paperspecs.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
This commit is contained in:
parent
c84fa7a253
commit
57d5e06ef6
5 changed files with 2 additions and 180 deletions
|
@ -77,18 +77,15 @@ Consortium standard (ICC), approved as ISO 15076-1.")
|
|||
(define-public libpaper
|
||||
(package
|
||||
(name "libpaper")
|
||||
(version "1.2.1")
|
||||
(version "1.2.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/rrthomas/libpaper/releases"
|
||||
"/download/v" version "/libpaper-"
|
||||
version ".tar.gz"))
|
||||
(patches (search-patches "libpaper-free-xdg-config-home.patch"
|
||||
"libpaper-free-systempapername.patch"
|
||||
"libpaper-invalid-paperspecs.patch"))
|
||||
(sha256
|
||||
(base32
|
||||
"18m1yas7lihlyaxr0vpgy65bq9ri429wrm4sfxyhd5gj88gn16lr"))))
|
||||
"0lixfgmdbna6gflsgp05d09zygrqi1ip5hsg0p33lh7ndjf6v5ma"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
(list help2man))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue