mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
libraries/girara: Updated for version 0.3.7.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
161c212ebb
commit
85a18e946d
3 changed files with 6 additions and 9 deletions
|
@ -4,7 +4,3 @@ 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: 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.
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 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 +15,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=girara
|
||||
VERSION=${VERSION:-0.3.6}
|
||||
VERSION=${VERSION:-0.3.7}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -94,7 +95,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
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="girara"
|
||||
VERSION="0.3.6"
|
||||
VERSION="0.3.7"
|
||||
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.3.7/girara-0.3.7.tar.gz"
|
||||
MD5SUM="632ef1ba9fcb6450dc49d8b7c4b14b26"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue