recode: 3.7.12 -> 3.7.13, new dependency help2man

This commit is contained in:
John McQuah 2023-01-14 21:15:30 -05:00
parent 5911630a9f
commit cb2291649d
4 changed files with 16 additions and 13 deletions

8
REPO
View File

@ -162,7 +162,7 @@ f:3765586fe37e9002a781bae8f35a9bc6:ncdu/.footprint
f:3647bf31ba5888ab5c8693305de43678:deadbeef/README
f:91a7e6d6f3093db8d4898132c2d5db5e:deadbeef/.signature
f:f1961d2526672b04ae736090a1d272f5:deadbeef/Pkgfile
f:09029aea05f0caafa1f483d1bf799b23:deadbeef/dbq
f:4233ffe08caeac54a7bb9416057c3ccb:deadbeef/dbq
f:cc85c95c411ba3e3fdf42af03658ee2d:deadbeef/.footprint
f:2bb7cf11095a58ffc13d25324a755099:libheif/.signature
f:d2c887b41f30ad5670c62a0c5570b48c:libheif/Pkgfile
@ -183,9 +183,9 @@ f:62b29c353146c16655ad788c14677762:sundials/sundials-fix-cmake-targets.patch
f:5d5d948027c591547dd0e979a225d62f:sundials/.signature
f:c65b00832be395eb095ee3b6e5f950e6:sundials/Pkgfile
f:f86b14e4d133448fc0b537dba6acc349:sundials/.footprint
f:c00ff4c3294d7ddeed77909e3f346cc6:recode/.signature
f:cbdfc8fb2f6adaea62aea33a99072d28:recode/Pkgfile
f:40a8f2b33a82a6a525e3ad56b7ebf93f:recode/.footprint
f:511a0f16d6d7566a5e5fe1fd13d2c71e:recode/.signature
f:9accd9e4a1f48b349001c2013c198236:recode/Pkgfile
f:b474503451fadd19511c8b53ff47fc46:recode/.footprint
f:39680318d83f51fa90fd16fa4ed05154:zathura-pdf-poppler/.signature
f:13d8d971c19328457beb3c9af2788a94:zathura-pdf-poppler/Pkgfile
f:3961411333908c5200c5ba74f8240798:zathura-pdf-poppler/.footprint

View File

@ -6,9 +6,9 @@ drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/recodext.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/librecode.a
-rwxr-xr-x root/root usr/lib/librecode.so.3.7.12
lrwxrwxrwx root/root usr/lib/librecode.so.3 -> librecode.so.3.7.12
lrwxrwxrwx root/root usr/lib/librecode.so -> librecode.so.3.7.12
lrwxrwxrwx root/root usr/lib/librecode.so -> librecode.so.3.7.13
lrwxrwxrwx root/root usr/lib/librecode.so.3 -> librecode.so.3.7.13
-rwxr-xr-x root/root usr/lib/librecode.so.3.7.13
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/jmq.pub
RWTTPlFarK9CxFOTqRntXhza2r0A4jhrwHWnZQ/y2BrdA3LRMmC6r3NnojRqwTWRQdp8NPRnmEheL+t4i4H8beaTy6Ml29noQgk=
SHA256 (Pkgfile) = a7b2a146b6758628bc387ce2988c39673dee693b2f4972f80232eda48912636c
SHA256 (.footprint) = 50340ab653842e10f47bd8395720220664df77033359ef8c02091d9b121dea64
SHA256 (recode-3.7.12.tar.gz) = 4db1c9076f04dbaa159726f5000847e5e5a83aec8e5c64f8ca04383f6cda12d5
RWTTPlFarK9CxNkg825k2zLn5dCJLHlesSCQn0gmdO+42hc/zN1v6taXwOqzi8G1S0uNgVPKSebdROaToTsRtLJMjcKhNFiu/w8=
SHA256 (Pkgfile) = 8e136094dc2621944f984dcb9a6ff62f702d47b3b129b9ef66e6a062b1eb6f81
SHA256 (.footprint) = 80e99a08e2c21178bf58b0c76abe4839ea1c1b5cf72b8d37e23bcab2e6d4177c
SHA256 (recode-3.7.13.tar.gz) = 22bbdf79725a59f4d84c3dad63a911c5e8f443f109443c032cad564900b6b733

View File

@ -1,10 +1,10 @@
# Description: converts files between various character sets and usages
# URL: https://github.com/rrthomas/recode
# Maintainer: John McQuah, jmcquah at disroot dot org
# Depends on:
# Depends on: help2man
name=recode
version=3.7.12
version=3.7.13
release=1
source=(https://github.com/rrthomas/recode/releases/download/v${version}/${name}-${version}.tar.gz)
@ -13,6 +13,9 @@ build() {
./configure \
--prefix=/usr \
--disable-nls
# contrib/help2man is built without locale support, so we do:
sed -i '/HELP2MAN/ s/ --locale=en_US.UTF-8//' src/Makefile
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/lib/*.la