diff options
author | B. Watson <urchlay@slackware.uk> | 2024-03-19 01:15:13 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-23 08:17:12 +0700 |
commit | ef88a3112080c69c57cfc8cc761f46f41bda6769 (patch) | |
tree | a950f2a378b69221954be2e410394e6a835af497 /libraries/girara | |
parent | cf40b9bc7bb6d962bb4b537a42901a84131c8ec3 (diff) |
libraries/girara: Updated for version 0.4.2.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/girara')
-rw-r--r-- | libraries/girara/README | 3 | ||||
-rw-r--r-- | libraries/girara/girara.SlackBuild | 7 | ||||
-rw-r--r-- | libraries/girara/girara.info | 6 |
3 files changed, 12 insertions, 4 deletions
diff --git a/libraries/girara/README b/libraries/girara/README index def60b08feb7..cc10585b0077 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 d8b630f36696..a422527a3cd7 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 1d590f987785..5f5a770e131e 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="" |