From 2f4679e4e1d7f3a8d29c03fe969dfd02fcd0ddf2 Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Sat, 12 Feb 2022 16:00:17 +0100 Subject: [PATCH] libspectre: update to 0.2.10 --- libspectre/.footprint | 6 +++--- libspectre/.signature | 8 ++++---- libspectre/Pkgfile | 16 ++++++++-------- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/libspectre/.footprint b/libspectre/.footprint index 01d105677..6ea3eb09c 100644 --- a/libspectre/.footprint +++ b/libspectre/.footprint @@ -12,8 +12,8 @@ drwxr-xr-x root/root usr/include/libspectre/ drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libspectre.a -rwxr-xr-x root/root usr/lib/libspectre.la -lrwxrwxrwx root/root usr/lib/libspectre.so -> libspectre.so.1.1.9 -lrwxrwxrwx root/root usr/lib/libspectre.so.1 -> libspectre.so.1.1.9 --rwxr-xr-x root/root usr/lib/libspectre.so.1.1.9 +lrwxrwxrwx root/root usr/lib/libspectre.so -> libspectre.so.1.1.10 +lrwxrwxrwx root/root usr/lib/libspectre.so.1 -> libspectre.so.1.1.10 +-rwxr-xr-x root/root usr/lib/libspectre.so.1.1.10 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/libspectre.pc diff --git a/libspectre/.signature b/libspectre/.signature index f83890dc1..14f6fe3d6 100644 --- a/libspectre/.signature +++ b/libspectre/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/QaDxayzZmR3YVuA1ZOAbvFgoY7jGmSt9sRRCJtqYvV8bBxBC5jrxQRmGu4ffagsRTe4+ToYQp0pVLQAFm8L4Ao= -SHA256 (Pkgfile) = 4dd61101e7ee029a5f25e5a80e06b680994a318464888886d8e6afcad0e68483 -SHA256 (.footprint) = 8fbbe24b6f6addbe3a5239e916e30ffa9aba65ca86c3b9d81b0b627f1071c23d -SHA256 (libspectre-0.2.9.tar.gz) = 49ae9c52b5af81b405455c19fe24089d701761da2c45d22164a99576ceedfbed +RWSE3ohX2g5d/fbkSJecGPzMfTGF9Sbh3NTIM7y6rgrI4aY4Ejq8jMMHja5+JsgB7XPXwaEKrGRMZLXSlunJecUvsuu+OjAh4wc= +SHA256 (Pkgfile) = b1b99d56574972ae61ceb6adfcda91240df9eef68ed36b1bf0f3de5527605d4d +SHA256 (.footprint) = 221846fc79a9d123a88d033f60e5c1eb80c09ce33be84c9db37daa1ee6bcf2c8 +SHA256 (libspectre-0.2.10.tar.gz) = cf60b2a80f6bfc9a6b110e18f08309040ceaa755210bf94c465a969da7524d07 diff --git a/libspectre/Pkgfile b/libspectre/Pkgfile index e8df9428c..f1d2cfe9b 100644 --- a/libspectre/Pkgfile +++ b/libspectre/Pkgfile @@ -1,16 +1,16 @@ # Description: Library for rendering Postscript documents -# URL: https://www.freedesktop.org/wiki/Software/libspectre -# Maintainer: Juergen Daubert, jue at crux dot nu -# Depends on: ghostscript +# URL: https://www.freedesktop.org/wiki/Software/libspectre +# Maintainer: Juergen Daubert, jue at crux dot nu +# Depends on: ghostscript name=libspectre -version=0.2.9 +version=0.2.10 release=1 source=(https://libspectre.freedesktop.org/releases/$name-$version.tar.gz) build() { - cd $name-$version - ./configure --prefix=/usr - make - make DESTDIR=$PKG install + cd $name-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install }