Browse Source
graphics/chafa: Updated for version 1.16.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/310/head
Vijay Marcel
3 months ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
8 additions and
7 deletions
-
graphics/chafa/chafa.SlackBuild
-
graphics/chafa/chafa.info
|
|
@ -38,12 +38,13 @@ |
|
|
|
# 11/09/2024: Opdated to version 1.14.4 |
|
|
|
# 20/11/2024: Updated to version 1.14.5 |
|
|
|
# 10/06/2025: updated to version 1.16.1 |
|
|
|
# 25/07/2025: updated to version 1.16.2 |
|
|
|
#-----------------------------------------------------------------------------------------# |
|
|
|
|
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=chafa |
|
|
|
VERSION=${VERSION:-1.16.1} |
|
|
|
VERSION=${VERSION:-1.16.2} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
@ -92,9 +93,9 @@ cd $PRGNAM-$VERSION |
|
|
|
chown -R root:root . |
|
|
|
find -L . \ |
|
|
|
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |
|
|
|
-o -perm 511 \) -exec chmod 755 {} \; -o \ |
|
|
|
-o -perm 511 \) -exec chmod 755 {} \+ -o \ |
|
|
|
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ |
|
|
|
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; |
|
|
|
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \+ |
|
|
|
|
|
|
|
CPPFLAGS="-D_FORTIFY_SOURCE=2 -D_GLIBCXX_ASSERTIONS" \ |
|
|
|
CFLAGS="$SLKCFLAGS $(pkg-config --libs libwebp)" \ |
|
|
@ -120,7 +121,7 @@ make install DESTDIR=$PKG |
|
|
|
/sbin/ldconfig |
|
|
|
|
|
|
|
# Don't ship .la files: |
|
|
|
rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la |
|
|
|
rm -f $PKG/usr/lib${LIBDIRSUFFIX}/*.la |
|
|
|
|
|
|
|
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ |
|
|
|
| cut -f 1 -d : | xargs strip --strip-unneeded --remove-section=.comment --remove-section=.note 2> /dev/null || true |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="chafa" |
|
|
|
VERSION="1.16.1" |
|
|
|
VERSION="1.16.2" |
|
|
|
HOMEPAGE="https://hpjansson.org/chafa" |
|
|
|
DOWNLOAD="https://hpjansson.org/chafa/releases/chafa-1.16.1.tar.xz" |
|
|
|
MD5SUM="a8fbae9486d56c79c48877e7f2bf44e6" |
|
|
|
DOWNLOAD="https://hpjansson.org/chafa/releases/chafa-1.16.2.tar.xz" |
|
|
|
MD5SUM="8d7f25312ef7b300531520a288301460" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|