summaryrefslogtreecommitdiff
path: root/community/scratch
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-10-11 00:35:42 -0700
committerroot <root@rshg054.dnsready.net>2012-10-11 00:35:42 -0700
commitdd7c17a54a4b6e2f08376a1afa8e75de661cc3d4 (patch)
treea9ccc072c17ea4a3f2fbdfa6c82c017a102839ad /community/scratch
parent769ba4645df3c2f793bc2d3ee245573b79b206d3 (diff)
Thu Oct 11 00:35:41 PDT 2012
Diffstat (limited to 'community/scratch')
-rw-r--r--community/scratch/PKGBUILD7
-rw-r--r--community/scratch/scratch.install8
2 files changed, 8 insertions, 7 deletions
diff --git a/community/scratch/PKGBUILD b/community/scratch/PKGBUILD
index 6d9d6baef..508442874 100644
--- a/community/scratch/PKGBUILD
+++ b/community/scratch/PKGBUILD
@@ -1,16 +1,17 @@
-# $Id: PKGBUILD 76325 2012-09-15 22:35:36Z jsteel $
+# $Id: PKGBUILD 77468 2012-10-10 18:12:07Z jsteel $
# Maintainer: Jonathan Steel <mail at jsteel dot org>
# Contributor: Muhammed Uluyol <muhammedu@gmail.com>
pkgname=scratch
pkgver=1.4.0.7
-pkgrel=1
+pkgrel=2
pkgdesc="Create and share your own interactive stories, games, music and art"
arch=('i686' 'x86_64')
url="http://scratch.mit.edu"
license=('GPL2')
install=$pkgname.install
-depends=('squeak-vm' 'shared-mime-info' 'hicolor-icon-theme' 'desktop-file-utils' 'pango')
+depends=('squeak-vm' 'shared-mime-info' 'hicolor-icon-theme' 'desktop-file-utils' 'pango'
+ 'gtk-update-icon-cache')
source=(http://download.scratch.mit.edu/$pkgname-$pkgver.src.tar.gz)
md5sums=('f948e9e6de3ec9c7c7b4cc2a1975eb5a')
diff --git a/community/scratch/scratch.install b/community/scratch/scratch.install
index f9a769d4e..7fe49829c 100644
--- a/community/scratch/scratch.install
+++ b/community/scratch/scratch.install
@@ -1,9 +1,9 @@
post_install() {
- update-desktop-database 2>/dev/null
- update-mime-database /usr/share/mime 2>/dev/null
- gtk-update-icon-cache -qf /usr/share/icons/hicolor 2>/dev/null
+ update-desktop-database
+ update-mime-database /usr/share/mime
+ gtk-update-icon-cache -qf /usr/share/icons/hicolor
}
post_remove() {
- post_install()
+ post_install
}