summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2014-06-07 07:58:10 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-06-12 06:51:40 +0700
commit0d65d57ed280df753a064bae989149a6e338da24 (patch)
tree3080bd1a57bd09fbf318ebdcf2291973b22258a1 /graphics
parent082adb6cab0d116980c4e862f3cde21361873e1e (diff)
downloadslackbuilds-0d65d57ed280df753a064bae989149a6e338da24.tar.gz
slackbuilds-0d65d57ed280df753a064bae989149a6e338da24.tar.xz
graphics/CreateCloudMap: Updated for version 0.4.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/CreateCloudMap/CreateCloudMap.SlackBuild3
-rw-r--r--graphics/CreateCloudMap/CreateCloudMap.info6
-rw-r--r--graphics/CreateCloudMap/doinst.sh3
3 files changed, 8 insertions, 4 deletions
diff --git a/graphics/CreateCloudMap/CreateCloudMap.SlackBuild b/graphics/CreateCloudMap/CreateCloudMap.SlackBuild
index 014aed7baf..c84ecc225d 100644
--- a/graphics/CreateCloudMap/CreateCloudMap.SlackBuild
+++ b/graphics/CreateCloudMap/CreateCloudMap.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=CreateCloudMap
-VERSION=${VERSION:-0.3.0}
+VERSION=${VERSION:-0.4.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -80,6 +80,7 @@ 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/graphics/CreateCloudMap/CreateCloudMap.info b/graphics/CreateCloudMap/CreateCloudMap.info
index 8581a3c0bd..8e5bf9d12c 100644
--- a/graphics/CreateCloudMap/CreateCloudMap.info
+++ b/graphics/CreateCloudMap/CreateCloudMap.info
@@ -1,8 +1,8 @@
PRGNAM="CreateCloudMap"
-VERSION="0.3.0"
+VERSION="0.4.0"
HOMEPAGE="https://github.com/jmozmoz/cloudmap"
-DOWNLOAD="https://pypi.python.org/packages/source/C/CreateCloudMap/CreateCloudMap-0.3.0.tar.gz"
-MD5SUM="d738e33f5a12ed89a4fa938d77437d9e"
+DOWNLOAD="https://pypi.python.org/packages/source/C/CreateCloudMap/CreateCloudMap-0.4.0.tar.gz"
+MD5SUM="0766776c7324f4c344fc178b09159257"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pyresample scipy python-requests DateTime ConfigParser"
diff --git a/graphics/CreateCloudMap/doinst.sh b/graphics/CreateCloudMap/doinst.sh
new file mode 100644
index 0000000000..5fb28930db
--- /dev/null
+++ b/graphics/CreateCloudMap/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