diff options
author | Andrew Payne <phalange@komputermatrix.com> | 2020-12-04 22:41:29 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-12-06 07:59:49 +0700 |
commit | 00feb33196f667417e0711c8d3b5a95a1403911e (patch) | |
tree | b252cd71115ed927c463b55245858733fb158c6a /desktop/rofi | |
parent | 4ce50307e180fa36540ad95ca79bdc5d4d1fb6c5 (diff) | |
download | slackbuilds-00feb33196f667417e0711c8d3b5a95a1403911e.tar.gz |
desktop/rofi: Updated for version 1.6.1.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/rofi')
-rw-r--r-- | desktop/rofi/rofi.SlackBuild | 23 | ||||
-rw-r--r-- | desktop/rofi/rofi.info | 6 |
2 files changed, 23 insertions, 6 deletions
diff --git a/desktop/rofi/rofi.SlackBuild b/desktop/rofi/rofi.SlackBuild index b374703b01..582d8d7b15 100644 --- a/desktop/rofi/rofi.SlackBuild +++ b/desktop/rofi/rofi.SlackBuild @@ -1,12 +1,29 @@ #!/bin/sh -# Slackware build script for rofi -# Copyright 2018 Andrew Payne phalange@komputermatrix.com +# Copyright 2018-2020 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. +# +# Redistribution and use of this script, with or without modification, is +# permitted provided that the following conditions are met: +# +# 1. Redistributions of this script must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED +# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; +# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=rofi -VERSION=${VERSION:-1.6.0} +VERSION=${VERSION:-1.6.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/desktop/rofi/rofi.info b/desktop/rofi/rofi.info index 9ddc9a47d7..eccf31c5f2 100644 --- a/desktop/rofi/rofi.info +++ b/desktop/rofi/rofi.info @@ -1,8 +1,8 @@ PRGNAM="rofi" -VERSION="1.6.0" +VERSION="1.6.1" HOMEPAGE="https://github.com/DaveDavenport/rofi/" -DOWNLOAD="https://github.com/davatorium/rofi/releases/download/1.6.0/rofi-1.6.0.tar.xz" -MD5SUM="8c6a36b39b588834b24db3b1da3222da" +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="" REQUIRES="check libxkbcommon xcb-util-xrm" |