system/xfburn: Updated for version 0.7.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
69b6dac842
commit
6ca0680bf5
|
@ -7,4 +7,3 @@ if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
|
|||
/usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ xfburn: libraries. It can blank CD-RWs, burn and create iso images,
|
|||
xfburn: as well as burn personal compositions of data to either
|
||||
xfburn: CD or DVD.
|
||||
xfburn:
|
||||
xfburn: Homepage: http://www.xfce.org/projects/xfburn/
|
||||
xfburn: Homepage: https://docs.xfce.org/apps/xfburn/start
|
||||
xfburn:
|
||||
xfburn:
|
||||
xfburn:
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for xfburn
|
||||
|
||||
# Copyright 2008-2012 Robby Workman, Northport, Alabama, USA
|
||||
# Copyright 2014-2017 Aaditya <aaditya_gnulinux@zoho.com>
|
||||
# Copyright 2014-2023 Aaditya <aaditya_gnulinux@zoho.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=xfburn
|
||||
VERSION=${VERSION:-0.6.2}
|
||||
VERSION=${VERSION:-0.7.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -104,7 +104,7 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r
|
|||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
AUTHORS COPYING ChangeLog INSTALL NEWS README TODO \
|
||||
AUTHORS COPYING NEWS README.md \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="xfburn"
|
||||
VERSION="0.6.2"
|
||||
HOMEPAGE="https://goodies.xfce.org/projects/applications/xfburn"
|
||||
DOWNLOAD="https://archive.xfce.org/src/apps/xfburn/0.6/xfburn-0.6.2.tar.bz2"
|
||||
MD5SUM="f4666de100f62fac070b5840e8b98014"
|
||||
VERSION="0.7.0"
|
||||
HOMEPAGE="https://docs.xfce.org/apps/xfburn/start"
|
||||
DOWNLOAD="https://archive.xfce.org/src/apps/xfburn/0.7/xfburn-0.7.0.tar.bz2"
|
||||
MD5SUM="38d1e73e53c0fc4bb1bd286df1d91839"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libisofs"
|
||||
|
|
Loading…
Reference in New Issue