mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-28 10:02:43 +01:00
desktop/dunst: Updated for version 1.2.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
4dd177f91f
commit
366ecaa100
2 changed files with 7 additions and 7 deletions
|
@ -28,8 +28,8 @@
|
|||
# 3.4.2016 - don't clobber the config
|
||||
|
||||
PRGNAM=dunst
|
||||
VERSION=${VERSION:-1.1.0}
|
||||
BUILD=${BUILD:-3}
|
||||
VERSION=${VERSION:-1.2.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -94,7 +94,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 -pv $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS CHANGELOG INSTALL LICENSE docs/dunst_explainations.png \
|
||||
cp -a AUTHORS CHANGELOG.md LICENSE \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="dunst"
|
||||
VERSION="1.1.0"
|
||||
HOMEPAGE="http://knopwob.org/dunst/"
|
||||
DOWNLOAD="https://github.com/knopwob/dunst/archive/v1.1.0.tar.gz"
|
||||
MD5SUM="b44c0cb8ed62e3d1d1bc899615170f3d"
|
||||
VERSION="1.2.0"
|
||||
HOMEPAGE="https://dunst-project.org/"
|
||||
DOWNLOAD="https://github.com/dunst-project/dunst/archive/v1.2.0.tar.gz"
|
||||
MD5SUM="425d5bb10a8b571c7494c5e60aaae7e1"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libxdg-basedir"
|
||||
|
|
Loading…
Reference in a new issue