From ef88a3112080c69c57cfc8cc761f46f41bda6769 Mon Sep 17 00:00:00 2001 From: B. Watson Date: Tue, 19 Mar 2024 01:15:13 -0400 Subject: libraries/girara: Updated for version 0.4.2. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- libraries/girara/README | 3 +++ libraries/girara/girara.SlackBuild | 7 ++++++- libraries/girara/girara.info | 6 +++--- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/libraries/girara/README b/libraries/girara/README index def60b08fe..cc10585b00 100644 --- a/libraries/girara/README +++ b/libraries/girara/README @@ -4,3 +4,6 @@ girara is a library that implements a user interface that focuses on simplicity and minimalism. girara was designed to replace and enhance the user interface that is used by zathura and jumanji and other features that those applications share. + +Note: this is not the latest version of girara; the latest version +requires a newer pango than Slackware 15.0 has. diff --git a/libraries/girara/girara.SlackBuild b/libraries/girara/girara.SlackBuild index d8b630f366..a422527a3c 100644 --- a/libraries/girara/girara.SlackBuild +++ b/libraries/girara/girara.SlackBuild @@ -6,6 +6,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20240319 bkw: update for v0.4.2 (*not* 0.4.3, it needs a newer pango). # 20230105 bkw: update for v0.3.8. # 20221114 bkw: update for v0.3.7. # 20211225 bkw: update for v0.3.6. @@ -16,7 +17,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=girara -VERSION=${VERSION:-0.3.8} +VERSION=${VERSION:-0.4.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -64,6 +65,10 @@ chown -R root:root . find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \ \! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+ +# 20240319 bkw: upstream decided we needed a newer meson, but this +# builds just fine with our older one. +sed -i '/meson_version/s,>=0\.61,>=0.59,' meson.build + # Something in the ninja/meson build stuff is grepping the output of # some command, looking for a specific string in English. Building with # e.g. ru_RU.UTF-8 locale breaks it. Meson and ninja are totally new to diff --git a/libraries/girara/girara.info b/libraries/girara/girara.info index 1d590f9877..5f5a770e13 100644 --- a/libraries/girara/girara.info +++ b/libraries/girara/girara.info @@ -1,8 +1,8 @@ PRGNAM="girara" -VERSION="0.3.8" +VERSION="0.4.2" HOMEPAGE="https://github.com/pwmt/girara" -DOWNLOAD="https://github.com/pwmt/girara/archive/0.3.8/girara-0.3.8.tar.gz" -MD5SUM="461cf945c3242d6882a154d39bc6f965" +DOWNLOAD="https://github.com/pwmt/girara/archive/0.4.2/girara-0.4.2.tar.gz" +MD5SUM="aa179b65ab0dcafcd3a768efcd7bbade" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3