summaryrefslogtreecommitdiffstats
path: root/libraries/python-xlrd
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2014-04-17 15:09:56 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-04-23 07:51:40 +0700
commit540a11551ffb0eac3b0265586a88a7f45c576fdf (patch)
tree060e8863ca87c1d49e6c8c513d44d26892c8cc2d /libraries/python-xlrd
parent2d18fdd5365c3bb75983d2ed876159da4e33eb2a (diff)
downloadslackbuilds-540a11551ffb0eac3b0265586a88a7f45c576fdf.tar.gz
slackbuilds-540a11551ffb0eac3b0265586a88a7f45c576fdf.tar.xz
libraries/python-xlrd: Updated for version 0.9.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/python-xlrd')
-rw-r--r--libraries/python-xlrd/doinst.sh3
-rw-r--r--libraries/python-xlrd/python-xlrd.SlackBuild7
-rw-r--r--libraries/python-xlrd/python-xlrd.info6
3 files changed, 10 insertions, 6 deletions
diff --git a/libraries/python-xlrd/doinst.sh b/libraries/python-xlrd/doinst.sh
new file mode 100644
index 0000000000..5fb28930db
--- /dev/null
+++ b/libraries/python-xlrd/doinst.sh
@@ -0,0 +1,3 @@
+if [ -x /usr/bin/update-desktop-database ]; then
+ /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
+fi
diff --git a/libraries/python-xlrd/python-xlrd.SlackBuild b/libraries/python-xlrd/python-xlrd.SlackBuild
index 2b164f64f0..d0e183329f 100644
--- a/libraries/python-xlrd/python-xlrd.SlackBuild
+++ b/libraries/python-xlrd/python-xlrd.SlackBuild
@@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=python-xlrd
-SCRNAM=xlrd
-VERSION=${VERSION:-0.9.2}
+SCRNAM=$(echo $PRGNAM | cut -c8-11)
+VERSION=${VERSION:-0.9.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -80,11 +80,12 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a PKG-INFO README.html xlrd/doc/* $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a PKG-INFO README.html $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
+cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
diff --git a/libraries/python-xlrd/python-xlrd.info b/libraries/python-xlrd/python-xlrd.info
index f541b680d1..f920530caf 100644
--- a/libraries/python-xlrd/python-xlrd.info
+++ b/libraries/python-xlrd/python-xlrd.info
@@ -1,8 +1,8 @@
PRGNAM="python-xlrd"
-VERSION="0.9.2"
+VERSION="0.9.3"
HOMEPAGE="http://www.python-excel.org/"
-DOWNLOAD="https://pypi.python.org/packages/source/x/xlrd/xlrd-0.9.2.tar.gz"
-MD5SUM="91a81ee76233e9f3115acaaa1b251b0e"
+DOWNLOAD="https://pypi.python.org/packages/source/x/xlrd/xlrd-0.9.3.tar.gz"
+MD5SUM="6f3325132f246594988171bc72e1a385"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""