libnewt: 0.52.21 -> 0.52.22

This commit is contained in:
Tim Biermann 2022-11-22 17:34:35 +00:00
parent 556bb1a91e
commit 10dc3333ef
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 11 additions and 8 deletions

View File

@ -6,8 +6,8 @@ drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libnewt.a
lrwxrwxrwx root/root usr/lib/libnewt.so -> libnewt.so.0.52
lrwxrwxrwx root/root usr/lib/libnewt.so.0.52 -> libnewt.so.0.52.21
-rwxr-xr-x root/root usr/lib/libnewt.so.0.52.21
lrwxrwxrwx root/root usr/lib/libnewt.so.0.52 -> libnewt.so.0.52.22
-rwxr-xr-x root/root usr/lib/libnewt.so.0.52.22
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libnewt.pc
drwxr-xr-x root/root usr/lib/python3.10/

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF39ySgDuDYo2kJawLxPJGxi2gdC3eNbWS8dFgGhspCYhJpvf7Ez2qpyG6cELwx7E1+HeHqcLxO/lEPA5KQjSNsww=
SHA256 (Pkgfile) = c13fda1df4ec02dd9dc9b04cc234545b71608b31b57f8a321d8509c490753520
SHA256 (.footprint) = 059d816306d897f043102e35fd172c29894b80a78e2d100fa7992768c08191af
SHA256 (newt-0.52.21.tar.gz) = 265eb46b55d7eaeb887fca7a1d51fe115658882dfe148164b6c49fccac5abb31
RWSagIOpLGJF3wdXZByqw0N8SJvcsWfIHUAtkWnw4uqOJvS2yaLG/8oKhE3jdWAdud03jo7r/J02jjeOwrRFICKblU8lUzk/NQ8=
SHA256 (Pkgfile) = 3f61c1b983d7067327387000cd624ce3af546bcedff07f6b03e6722f8b2cd356
SHA256 (.footprint) = 866308bedee0348b6745b0c4c40a61f70398cf06a2a6662bd8eef127c2e88b31
SHA256 (newt-0.52.22.tar.gz) = a15efa37e86610b68a942b19a138b44ccb501c234e4c82dab2f5a9b19f7c9e79

View File

@ -4,18 +4,21 @@
# Depends on: slang popt python3
name=libnewt
version=0.52.21
release=2
version=0.52.22
release=1
source=(https://releases.pagure.org/newt/newt-$version.tar.gz)
git=(https://pagure.io/newt.git)
build() {
cd newt-$version
./autogen.sh
./configure --prefix=/usr --disable-nls
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/locale
# with python2 around, it populates this weird path
rm -r $PKG/usr/lib/usr || true
}