diff options
author | Lockywolf <for_coeurl.2023-10-18@lockywolf.net> | 2024-03-16 18:27:39 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-16 18:39:22 +0700 |
commit | 4ed6bf92580f97a299468fc0c4e776299814ca38 (patch) | |
tree | 629e120ddfa894ae77e37642e170443a4a8d0d76 /libraries/coeurl | |
parent | 291082c9a957e1ab95a8add563ba7a89f27eac60 (diff) |
libraries/coeurl: Add patch.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/coeurl')
-rw-r--r-- | libraries/coeurl/coeurl.SlackBuild | 4 | ||||
-rw-r--r-- | libraries/coeurl/coeurl.info | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/libraries/coeurl/coeurl.SlackBuild b/libraries/coeurl/coeurl.SlackBuild index add9a98f58857..9a494490fb402 100644 --- a/libraries/coeurl/coeurl.SlackBuild +++ b/libraries/coeurl/coeurl.SlackBuild @@ -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" \ diff --git a/libraries/coeurl/coeurl.info b/libraries/coeurl/coeurl.info index f15d4ca41b783..26ec4aa1e4e5e 100644 --- a/libraries/coeurl/coeurl.info +++ b/libraries/coeurl/coeurl.info @@ -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" |