mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
desktop/x-tile: Updated for version 2.5.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
b058fa61b9
commit
56adfe83fc
2 changed files with 7 additions and 7 deletions
|
@ -23,8 +23,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=x-tile
|
||||
VERSION=${VERSION:-2.4}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-2.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
ARCH=noarch
|
||||
|
@ -40,7 +40,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find . \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="x-tile"
|
||||
VERSION="2.4"
|
||||
HOMEPAGE="http://www.giuspen.com/x-tile/http://www.giuspen.com/x-tile/"
|
||||
DOWNLOAD="http://www.giuspen.com/software/x-tile-2.4.tar.bz2"
|
||||
MD5SUM="c979d5840f68e204c3706d3f0b3ba63d"
|
||||
VERSION="2.5"
|
||||
HOMEPAGE="http://www.giuspen.com/x-tile/"
|
||||
DOWNLOAD="http://www.giuspen.com/software/x-tile-2.5.tar.xz"
|
||||
MD5SUM="580ad2acde9a528db95ce5bdab7ed3ef"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="gnome-python"
|
||||
|
|
Loading…
Reference in a new issue