desktop/rofi: Updated for version 1.7.3

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
afhpayne 2022-02-05 11:50:54 -05:00 committed by Willy Sudiarto Raharjo
parent b25b40d63c
commit 21a5b7e022
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 9 additions and 8 deletions

View file

@ -1,6 +1,6 @@
#!/bin/bash
# Copyright 2018-2020 Andrew Payne <phalange@komputermatrix.com>
# Copyright 2018-2022 Andrew Payne <phalange@komputermatrix.com>
# Written by Andrew Lobanov <spline @ rooker dot ru>
# Modified by Eugene M., <damagedone at gmx dot com>
# All rights reserved.
@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=rofi
VERSION=${VERSION:-1.6.1}
VERSION=${VERSION:-1.7.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -94,7 +94,8 @@ make
make install DESTDIR=$PKG PREFIX=/usr
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a COPYING INSTALL.md README.md $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS Changelog COPYING INSTALL.md README.md \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
find $PKG/usr/man -type f -exec gzip -9 {} \;

View file

@ -1,10 +1,10 @@
PRGNAM="rofi"
VERSION="1.6.1"
VERSION="1.7.3"
HOMEPAGE="https://github.com/DaveDavenport/rofi/"
DOWNLOAD="https://github.com/davatorium/rofi/releases/download/1.6.1/rofi-1.6.1.tar.xz"
MD5SUM="776a7fd8d1a0ec5a6f8dc7e6f6a031a0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
DOWNLOAD="NOT SUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://github.com/davatorium/rofi/releases/download/1.7.3/rofi-1.7.3.tar.xz"
MD5SUM_x86_64="47e9e9531646d923e150f868375fcd4f"
REQUIRES="xcb-util-xrm"
MAINTAINER="Andrew Payne"
EMAIL="phalange@komputermatrix.com"