Browse Source
graphics/converseen: Updated for version 0.9.8.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/67/head
Willy Sudiarto Raharjo
6 years ago
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with
6 additions and
6 deletions
-
graphics/converseen/converseen.SlackBuild
-
graphics/converseen/converseen.info
|
|
|
@ -23,7 +23,7 @@ |
|
|
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
|
|
|
|
|
|
|
PRGNAM=converseen |
|
|
|
VERSION=${VERSION:-0.9.8.0} |
|
|
|
VERSION=${VERSION:-0.9.8.1} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
|
|
|
|
@ -59,9 +59,9 @@ set -e |
|
|
|
rm -rf $PKG |
|
|
|
mkdir -p $TMP $PKG $OUTPUT |
|
|
|
cd $TMP |
|
|
|
rm -rf $PRGNAM-$VERSION |
|
|
|
rm -rf $PRGNAM |
|
|
|
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 |
|
|
|
cd $PRGNAM-$VERSION |
|
|
|
cd $PRGNAM |
|
|
|
chown -R root:root . |
|
|
|
find -L . \ |
|
|
|
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |
|
|
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="converseen" |
|
|
|
VERSION="0.9.8.0" |
|
|
|
VERSION="0.9.8.1" |
|
|
|
HOMEPAGE="http://converseen.fasterland.net/" |
|
|
|
DOWNLOAD="http://downloads.sourceforge.net/converseen/converseen-0.9.8.0.tar.bz2" |
|
|
|
MD5SUM="35d5c36f1ecfcca9a3abd6626615dd0a" |
|
|
|
DOWNLOAD="http://downloads.sourceforge.net/converseen/converseen-0.9.8.1.tar.bz2" |
|
|
|
MD5SUM="c7a5cf9b791777da0bc3689075986155" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="qt5" |
|
|
|
|