diff options
author | afhpayne <github@komputermatrix.com> | 2022-02-05 11:50:54 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-06 12:54:00 +0700 |
commit | 21a5b7e022c402c7abe7aaa81ea63fa251c87b6b (patch) | |
tree | d2ffea5c9798257b464d65110fc68428288c7bc5 /desktop/rofi/rofi.SlackBuild | |
parent | b25b40d63c2ea16eed5fe19fba47b553866e7d4d (diff) |
desktop/rofi: Updated for version 1.7.3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/rofi/rofi.SlackBuild')
-rw-r--r-- | desktop/rofi/rofi.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/desktop/rofi/rofi.SlackBuild b/desktop/rofi/rofi.SlackBuild index f65a8ee7e658..720251a9399d 100644 --- a/desktop/rofi/rofi.SlackBuild +++ b/desktop/rofi/rofi.SlackBuild @@ -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 {} \; |