summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Frank Caraballo <fecaraballo[AT]gmail.com>2010-05-11 19:46:46 +0200
committer Robby Workman <rworkman@slackbuilds.org>2010-05-11 19:46:46 +0200
commit006c7ae8877c138bb03e617ce714aaefdc255232 (patch)
treebe842ed8d35dd67e16d3cad499d1916c8d45788f
parentd9185ef9d1b2760d21162e74fe19847f4125b75f (diff)
downloadslackbuilds-006c7ae8877c138bb03e617ce714aaefdc255232.tar.gz
slackbuilds-006c7ae8877c138bb03e617ce714aaefdc255232.tar.xz
system/xarchiver: Updated for version 0.4.6
-rw-r--r--system/xarchiver/slack-desc8
-rw-r--r--system/xarchiver/xarchiver.SlackBuild10
-rw-r--r--system/xarchiver/xarchiver.info4
3 files changed, 13 insertions, 9 deletions
diff --git a/system/xarchiver/slack-desc b/system/xarchiver/slack-desc
index c5a35c6bab..1ddb37570d 100644
--- a/system/xarchiver/slack-desc
+++ b/system/xarchiver/slack-desc
@@ -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
diff --git a/system/xarchiver/xarchiver.SlackBuild b/system/xarchiver/xarchiver.SlackBuild
index 4b39902526..e1d71e66bc 100644
--- a/system/xarchiver/xarchiver.SlackBuild
+++ b/system/xarchiver/xarchiver.SlackBuild
@@ -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
diff --git a/system/xarchiver/xarchiver.info b/system/xarchiver/xarchiver.info
index 49342d3c2c..a52befe5b4 100644
--- a/system/xarchiver/xarchiver.info
+++ b/system/xarchiver/xarchiver.info
@@ -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"