mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
desktop/lxqt-panel: Updated for version 1.3.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f70f7fd1de
commit
240f87db7c
2 changed files with 4 additions and 7 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=lxqt-panel
|
||||
VERSION=${VERSION:-1.2.1}
|
||||
VERSION=${VERSION:-1.3.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -38,9 +38,6 @@ if [ -z "$ARCH" ]; then
|
|||
esac
|
||||
fi
|
||||
|
||||
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
|
||||
# the name of the created package would be, and then exit. This information
|
||||
# could be useful to other scripts.
|
||||
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
|
||||
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
|
||||
exit 0
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="lxqt-panel"
|
||||
VERSION="1.2.1"
|
||||
VERSION="1.3.0"
|
||||
HOMEPAGE="https://github.com/lxqt/lxqt-panel"
|
||||
DOWNLOAD="https://github.com/lxqt/lxqt-panel/releases/download/1.2.1/lxqt-panel-1.2.1.tar.xz"
|
||||
MD5SUM="74d0f9c6b15da7a192f7eca129f3ca8b"
|
||||
DOWNLOAD="https://github.com/lxqt/lxqt-panel/releases/download/1.3.0/lxqt-panel-1.3.0.tar.xz"
|
||||
MD5SUM="98f8b9b8f47ec0b1e7bc5eca475b7f45"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="lxqt-globalkeys lxmenu-data"
|
||||
|
|
Loading…
Reference in a new issue