libraries/coeurl: Add patch.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Lockywolf 2024-03-16 18:27:39 +07:00 committed by Willy Sudiarto Raharjo
parent 291082c9a9
commit 4ed6bf9258
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 7 additions and 3 deletions

View file

@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=coeurl
VERSION=${VERSION:-0.3.0}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -83,6 +83,8 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
patch -p1 < $CWD/831e2ee8e9cf08ea1ee9736cde8370f9d0312abc.patch
mkdir build
cd build
CFLAGS="$SLKCFLAGS" \

View file

@ -1,8 +1,10 @@
PRGNAM="coeurl"
VERSION="0.3.0"
HOMEPAGE="https://nheko.im/Nheko-Reborn/coeurl/"
DOWNLOAD="https://nheko.im/nheko-reborn/coeurl/-/archive/v0.3.0/coeurl-v0.3.0.tar.gz"
MD5SUM="4b36d70d0f21d8bf8ae89db60784502e"
DOWNLOAD="https://nheko.im/nheko-reborn/coeurl/-/archive/v0.3.0/coeurl-v0.3.0.tar.gz \
https://nheko.im/nheko-reborn/coeurl/-/commit/831e2ee8e9cf08ea1ee9736cde8370f9d0312abc.patch"
MD5SUM="4b36d70d0f21d8bf8ae89db60784502e \
f5f773dd996619dc1631be117f861f89"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="spdlog"