libraries/libxdg-basedir: Updated for version 1.2.3.

Also switched back to most up to date github repository (meaning: No
releases, just tags)

Also removed incorrect homepage line from slack-desc.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
newHeiko 2022-04-23 16:22:30 +02:00 committed by Willy Sudiarto Raharjo
parent 9c204cf762
commit 5eebe8759d
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 11 additions and 11 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for libxdg-basedir
# Copyright 2013-2021 Heiko Rosemann Germany
# Copyright 2013-2022 Heiko Rosemann Germany
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -27,8 +27,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=libxdg-basedir
VERSION=${VERSION:-1.2.2}
BUILD=${BUILD:-2}
VERSION=${VERSION:-1.2.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -71,9 +71,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
cd $PRGNAM-$VERSION
rm -rf $PRGNAM-$PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$PRGNAM-$VERSION.tar.?z*
cd $PRGNAM-$PRGNAM-$VERSION
chown -R root:root .
find -L . \

View file

@ -1,8 +1,8 @@
PRGNAM="libxdg-basedir"
VERSION="1.2.2"
HOMEPAGE="https://github.com/davmac314/libxdg-basedir"
DOWNLOAD="https://github.com/davmac314/libxdg-basedir/releases/download/v1.2.2/libxdg-basedir-1.2.2.tar.xz"
MD5SUM="a1f310598aede854a74bb79b4a9dee08"
VERSION="1.2.3"
HOMEPAGE="https://github.com/devnev/libxdg-basedir"
DOWNLOAD="https://github.com/devnev/libxdg-basedir/archive/libxdg-basedir-1.2.3/libxdg-basedir-libxdg-basedir-1.2.3.tar.gz"
MD5SUM="6fee7e4ce612f79dacfc8867687737ac"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""

View file

@ -15,5 +15,5 @@ libxdg-basedir:
libxdg-basedir: This library implements functions to list the directories according
libxdg-basedir: to the specification and provides a few higher-level functions.
libxdg-basedir:
libxdg-basedir: homepage: http://www.ohloh.net/p/libxdg-basedir
libxdg-basedir:
libxdg-basedir: