system/xarchiver: Updated for version 0.4.6

This commit is contained in:
Frank Caraballo 2010-05-11 19:46:46 +02:00 committed by Robby Workman
parent d9185ef9d1
commit 006c7ae887
3 changed files with 13 additions and 9 deletions

View file

@ -1,3 +1,11 @@
# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description. Line
# up the first '|' above the ':' following the base package name, and the '|'
# on the right side marks the last column you can put a character in. You must
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
|-----handy-ruler------------------------------------------------------|
xarchiver: Xarchiver (Archive Manager)
xarchiver:
xarchiver: Xarchiver is a Desktop Environment independent archiver

View file

@ -2,7 +2,7 @@
# Slackware build script for Xarchiver
# Copyright 2007 Frank Caraballo fecaraballo@gmail.com
# Copyright 2007 Frank Caraballo fecaraballo[AT]gmail.com
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -27,7 +27,7 @@
PRGNAM=xarchiver
VERSION=0.4.6
ARCH=${ARCH:-i486}
BUILD=${BUILD:-2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
@ -46,7 +46,7 @@ cd $TMP || exit 1
rm -rf $PRGNAM-$VERSION
tar -xvf $CWD/$PRGNAM-$VERSION.tar.* || exit 1
cd $PRGNAM-$VERSION || exit 1
chown -R root.root .
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
CFLAGS="$SLKCFLAGS" \
@ -73,9 +73,5 @@ mkdir -p $PKG/install
cat $CWD/doinst.sh > $PKG/install/doinst.sh
cat $CWD/slack-desc > $PKG/install/slack-desc
# Fix icon path in .desktop file
sed -i 's#^Icon=\(.\+\)$#Icon=/usr/share/icons/hicolor/48x48/apps/\1.png#' \
$PKG/usr/share/applications/$PRGNAM.desktop || exit 1
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz

View file

@ -3,6 +3,6 @@ VERSION="0.4.6"
HOMEPAGE="http://xarchiver.xfce.org/"
DOWNLOAD="http://dl.sourceforge.net/xarchiver/xarchiver-0.4.6.tar.bz2"
MD5SUM="9700305deef4e2b6878697bd18bd2dd9"
MAINTAINER="MagicMan"
EMAIL="MagicMan07@bluebottle.com"
MAINTAINER="Frank Caraballo"
EMAIL="fecaraballo[AT]gmail.com"
APPROVED="rworkman"