mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
desktop/yad: Updated for version 0.40.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
421c632d67
commit
b9b9d20e31
2 changed files with 6 additions and 6 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for yad
|
||||
|
||||
# Copyright 2010-2014 Charles <SlackBuilds@catcons.co.uk>
|
||||
# Copyright 2015-2017 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
|
||||
# Copyright 2015-2018 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=yad
|
||||
VERSION=${VERSION:-0.38.1}
|
||||
VERSION=${VERSION:-0.40.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -95,7 +95,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
|
|||
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS NEWS README $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS NEWS README* $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="yad"
|
||||
VERSION="0.38.1"
|
||||
VERSION="0.40.0"
|
||||
HOMEPAGE="https://sourceforge.net/projects/yad-dialog/"
|
||||
DOWNLOAD="https://downloads.sf.net/yad-dialog/yad-0.38.1.tar.xz"
|
||||
MD5SUM="213df88dd7bdeb6b43fafc5fb0fc27c3"
|
||||
DOWNLOAD="https://downloads.sf.net/yad-dialog/yad-0.40.0.tar.xz"
|
||||
MD5SUM="82d458a2e1695dd0709f71ad26109812"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue