libpaper: upgrade 2.2.5 -> 2.2.6

Changelog:
==========
- .gitignore: add README, symlink created by bootstrap
- configure.ac: don't need to fiddle with manywarnings settings as much as we used to
- README.md: fix some markup
- configure.ac: add specific check for _NL_PAPER_WIDTH/HEIGHT
- GitHub Actions: use brew to get path prefix for PATH setting on macOS
- GitHub Actions: install libtool on macOS
- Assume automake >= 1.11.2, and hence AM_SILENT_RULES
- Make library versioned on Windows too
- Bump copyright year

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu 2025-02-10 17:00:41 +08:00 committed by Khem Raj
parent a1882f4b17
commit e58e457424
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -2,7 +2,7 @@ LICENSE = "LGPL-2.1-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
SRC_URI = "https://github.com/rrthomas/libpaper/releases/download/v${PV}/libpaper-${PV}.tar.gz"
SRC_URI[sha256sum] = "7be50974ce0df0c74e7587f10b04272cd53fd675cb6a1273ae1cc5c9cc9cab09"
SRC_URI[sha256sum] = "500d39dc58768ee09688738c8b5bfe07640ba2fd6c25a6dc78810eb69c719e93"
UPSTREAM_CHECK_URI = "https://github.com/rrthomas/libpaper/releases"
UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)"