summaryrefslogtreecommitdiffstats
path: root/libraries/girara
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/girara')
-rw-r--r--libraries/girara/README5
-rw-r--r--libraries/girara/girara.SlackBuild11
-rw-r--r--libraries/girara/girara.info6
3 files changed, 14 insertions, 8 deletions
diff --git a/libraries/girara/README b/libraries/girara/README
index 099d442ada..cc10585b00 100644
--- a/libraries/girara/README
+++ b/libraries/girara/README
@@ -5,6 +5,5 @@ 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: Previous version of girara were based on gtk+-2.x. This version
-is based on 3.x, so any software that uses girara will likely need to
-be rebuilt when girara is upgraded.
+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 b5d1e1fff1..a422527a3c 100644
--- a/libraries/girara/girara.SlackBuild
+++ b/libraries/girara/girara.SlackBuild
@@ -6,6 +6,9 @@
# 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.
# 20180903 bkw: Fix build with Russian (and possibly other non-English) locale.
# 20180619 bkw: Update for v0.3.0. Upstream switched from make to meson,
@@ -14,7 +17,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=girara
-VERSION=${VERSION:-0.3.6}
+VERSION=${VERSION:-0.4.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -62,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
@@ -94,7 +101,7 @@ DESTDIR="$PKG" "${NINJA:=ninja}" -C build install
strip $PKG/usr/lib$LIBDIRSUFFIX/*.so.*.*
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a AUTHORS LICENSE README $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a AUTHORS* LICENSE* README* $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/libraries/girara/girara.info b/libraries/girara/girara.info
index 701175b3ed..5f5a770e13 100644
--- a/libraries/girara/girara.info
+++ b/libraries/girara/girara.info
@@ -1,8 +1,8 @@
PRGNAM="girara"
-VERSION="0.3.6"
+VERSION="0.4.2"
HOMEPAGE="https://github.com/pwmt/girara"
-DOWNLOAD="https://github.com/pwmt/girara/archive/0.3.6/girara-0.3.6.tar.gz"
-MD5SUM="07610bb46e2a90d30021d9ee8bb78ad6"
+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=""