libpaper: update to 2.2.5.
Release v2.2.5 This release exports the symbol ‘defaultpaper’, which was previously missing. Release v2.2.4 This release adds missing license files (GPL 3 and MIT) to the source tarball. Release v2.2.3 This release fixes the build when configured without --enable-relocatable Release v2.2.2 This release fixes the license headers of paper.c and paper.h Release v2.2.1 This release merely puts the correct copyright holders in the copy of the MIT License. Release v2.2.0 This release adds the option of using the library under the MIT license when it is built without relocation support (--enable-relocatable). It achieves this by replacing all the other LGPL’ed code from gnulib with alternative code.
This commit is contained in:
parent
42f1d91d23
commit
bd5a1ad167
3 changed files with 9 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.21 2024/01/28 12:58:33 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.22 2024/03/13 14:45:09 wiz Exp $
|
||||
|
||||
DISTNAME= libpaper-2.1.3
|
||||
DISTNAME= libpaper-2.2.5
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=rrthomas/}
|
||||
GITHUB_RELEASE= v${PKGVERSION_NOREV}
|
||||
|
@ -8,6 +8,7 @@ GITHUB_RELEASE= v${PKGVERSION_NOREV}
|
|||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= https://github.com/rrthomas/libpaper
|
||||
COMMENT= Paper size handling library
|
||||
# or MIT in some cases
|
||||
LICENSE= gnu-gpl-v3 AND gnu-lgpl-v2.1
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
@comment $NetBSD: PLIST,v 1.7 2023/04/17 08:35:54 jperkin Exp $
|
||||
@comment $NetBSD: PLIST,v 1.8 2024/03/13 14:45:09 wiz Exp $
|
||||
bin/paper
|
||||
bin/paperconf
|
||||
include/paper.h
|
||||
lib/libpaper.la
|
||||
man/man1/paper.1
|
||||
man/man5/paperspecs.5
|
||||
share/doc/libpaper/README
|
||||
share/doc/libpaper/README.md
|
||||
share/examples/libpaper/papersize
|
||||
share/examples/libpaper/paperspecs
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.18 2024/01/28 12:58:33 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.19 2024/03/13 14:45:09 wiz Exp $
|
||||
|
||||
BLAKE2s (libpaper-2.1.3.tar.gz) = ecb60e479670e081a8a64367511fa720e67bd797d82aa2462bff57bf2e4accbb
|
||||
SHA512 (libpaper-2.1.3.tar.gz) = 7ebd469b7d6f22cd98e5811cf87403d066974dc2624d35653803c318258cb68506dc2abeb7129b03231aa32c36a7461275b20f4a43c51f0cd70b2db59a1a2988
|
||||
Size (libpaper-2.1.3.tar.gz) = 1263513 bytes
|
||||
BLAKE2s (libpaper-2.2.5.tar.gz) = 677b0ad4b124e3df8bcb24410928c845e4538cbfe9e200551250d01859e03d07
|
||||
SHA512 (libpaper-2.2.5.tar.gz) = db8da6f7c41a11458e917e4ecceab69c77ada54ac7de9ca13137f019ccca29d85f49573307327c05704697f8bdf7a044231c123b41e5033f78ad610202163808
|
||||
Size (libpaper-2.2.5.tar.gz) = 1215652 bytes
|
||||
|
|
Loading…
Reference in a new issue