mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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:
parent
9c204cf762
commit
5eebe8759d
3 changed files with 11 additions and 11 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for libxdg-basedir
|
# Slackware build script for libxdg-basedir
|
||||||
|
|
||||||
# Copyright 2013-2021 Heiko Rosemann Germany
|
# Copyright 2013-2022 Heiko Rosemann Germany
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -27,8 +27,8 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=libxdg-basedir
|
PRGNAM=libxdg-basedir
|
||||||
VERSION=${VERSION:-1.2.2}
|
VERSION=${VERSION:-1.2.3}
|
||||||
BUILD=${BUILD:-2}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
||||||
|
@ -71,9 +71,9 @@ set -e
|
||||||
rm -rf $PKG
|
rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP
|
cd $TMP
|
||||||
rm -rf $PRGNAM-$VERSION
|
rm -rf $PRGNAM-$PRGNAM-$VERSION
|
||||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
|
tar xvf $CWD/$PRGNAM-$PRGNAM-$VERSION.tar.?z*
|
||||||
cd $PRGNAM-$VERSION
|
cd $PRGNAM-$PRGNAM-$VERSION
|
||||||
|
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find -L . \
|
find -L . \
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="libxdg-basedir"
|
PRGNAM="libxdg-basedir"
|
||||||
VERSION="1.2.2"
|
VERSION="1.2.3"
|
||||||
HOMEPAGE="https://github.com/davmac314/libxdg-basedir"
|
HOMEPAGE="https://github.com/devnev/libxdg-basedir"
|
||||||
DOWNLOAD="https://github.com/davmac314/libxdg-basedir/releases/download/v1.2.2/libxdg-basedir-1.2.2.tar.xz"
|
DOWNLOAD="https://github.com/devnev/libxdg-basedir/archive/libxdg-basedir-1.2.3/libxdg-basedir-libxdg-basedir-1.2.3.tar.gz"
|
||||||
MD5SUM="a1f310598aede854a74bb79b4a9dee08"
|
MD5SUM="6fee7e4ce612f79dacfc8867687737ac"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
|
@ -15,5 +15,5 @@ libxdg-basedir:
|
||||||
libxdg-basedir: This library implements functions to list the directories according
|
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: to the specification and provides a few higher-level functions.
|
||||||
libxdg-basedir:
|
libxdg-basedir:
|
||||||
libxdg-basedir: homepage: http://www.ohloh.net/p/libxdg-basedir
|
libxdg-basedir:
|
||||||
libxdg-basedir:
|
libxdg-basedir:
|
||||||
|
|
Loading…
Reference in a new issue