summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author dsomero2012-09-29 21:23:24 +0200
committer Robby Workman2012-09-30 00:17:42 +0200
commitb3c9b66d9f68ebdee73c2566cddd15972c4ec75a (patch)
tree3e5ca159f4bf3eaec2a4c475b2d466c77d609fe7 /development
parent1e2625ddab3f3f16c3dc66a60637303c8898537e (diff)
downloadslackbuilds-b3c9b66d9f68ebdee73c2566cddd15972c4ec75a.tar.gz
development/geany-plugins: Fixed (Handle icon files)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/geany-plugins/doinst.sh6
-rw-r--r--development/geany-plugins/geany-plugins.SlackBuild3
2 files changed, 8 insertions, 1 deletions
diff --git a/development/geany-plugins/doinst.sh b/development/geany-plugins/doinst.sh
new file mode 100644
index 0000000000..30eb690936
--- /dev/null
+++ b/development/geany-plugins/doinst.sh
@@ -0,0 +1,6 @@
+if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
+ if [ -x /usr/bin/gtk-update-icon-cache ]; then
+ /usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1
+ fi
+fi
+
diff --git a/development/geany-plugins/geany-plugins.SlackBuild b/development/geany-plugins/geany-plugins.SlackBuild
index 281f846edd..1ea48a624f 100644
--- a/development/geany-plugins/geany-plugins.SlackBuild
+++ b/development/geany-plugins/geany-plugins.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=geany-plugins
VERSION=${VERSION:-1.22}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -93,6 +93,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}