mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
desktop/yambar: Updated for version 1.10.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
dbac588464
commit
c609bc17fb
2 changed files with 6 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for yambar
|
||||
|
||||
# Copyright 2022 Damian Perticone Berisso,Argentina
|
||||
# Copyright 2023 Damian Perticone Berisso,Argentina
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=yambar
|
||||
VERSION=${VERSION:-1.8.0}
|
||||
VERSION=${VERSION:-1.10.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -88,6 +88,7 @@ cd build
|
|||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
-Dstrip=true \
|
||||
-Dwerror=false \
|
||||
-Dbackend-x11=enabled \
|
||||
-Dbackend-wayland=enabled \
|
||||
-Dcore-plugins-as-shared-libraries=true \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="yambar"
|
||||
VERSION="1.8.0"
|
||||
VERSION="1.10.0"
|
||||
HOMEPAGE="https://codeberg.org/dnkl/yambar"
|
||||
DOWNLOAD="https://codeberg.org/dnkl/yambar/archive/1.8.0.tar.gz"
|
||||
MD5SUM="d5908122aefddbfdb290dfa9c4c5b82b"
|
||||
DOWNLOAD="https://codeberg.org/dnkl/yambar/archive/1.10.0.tar.gz"
|
||||
MD5SUM="30c6503f385f9b72562aa1dbba60358b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="scdoc fcft"
|
||||
|
|
Loading…
Reference in a new issue