summaryrefslogtreecommitdiff
path: root/libnewt
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2022-11-22 17:34:35 +0000
committerTim Biermann <tbier@posteo.de>2022-11-22 17:34:35 +0000
commit10dc3333ef231d33e8894d65066975d11633bb71 (patch)
tree38b09a9c387a9da6c6e23fb56c660013a1608799 /libnewt
parent556bb1a91e9120f97ea07747251d6675434aebf5 (diff)
downloadcontrib-10dc3333ef231d33e8894d65066975d11633bb71.tar.gz
contrib-10dc3333ef231d33e8894d65066975d11633bb71.tar.xz
libnewt: 0.52.21 -> 0.52.22
Diffstat (limited to 'libnewt')
-rw-r--r--libnewt/.footprint4
-rw-r--r--libnewt/.signature8
-rw-r--r--libnewt/Pkgfile7
3 files changed, 11 insertions, 8 deletions
diff --git a/libnewt/.footprint b/libnewt/.footprint
index bf4a0b43e..63b87a0bd 100644
--- a/libnewt/.footprint
+++ b/libnewt/.footprint
@@ -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/
diff --git a/libnewt/.signature b/libnewt/.signature
index 9f1973524..0b01f6caf 100644
--- a/libnewt/.signature
+++ b/libnewt/.signature
@@ -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
diff --git a/libnewt/Pkgfile b/libnewt/Pkgfile
index 9bb78ff08..5ee0640e1 100644
--- a/libnewt/Pkgfile
+++ b/libnewt/Pkgfile
@@ -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
}

Generated by cgit