From 47a95b51a6acd24a6b2b9af363d50888cee5f4a5 Mon Sep 17 00:00:00 2001 From: Aaditya Bagga Date: Sun, 21 Feb 2016 14:30:16 +0530 Subject: desktop/mousepad: Updated for version 0.4.0. --- desktop/mousepad/doinst.sh | 6 ++++++ desktop/mousepad/mousepad.SlackBuild | 4 ++-- desktop/mousepad/mousepad.info | 8 ++++---- desktop/mousepad/slack-desc | 2 +- 4 files changed, 13 insertions(+), 7 deletions(-) diff --git a/desktop/mousepad/doinst.sh b/desktop/mousepad/doinst.sh index 3e5691a052..0254ea06d8 100644 --- a/desktop/mousepad/doinst.sh +++ b/desktop/mousepad/doinst.sh @@ -7,3 +7,9 @@ if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then /usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1 fi fi + +if [ -e usr/share/glib-2.0/schemas ]; then + if [ -x /usr/bin/glib-compile-schemas ]; then + /usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas >/dev/null 2>&1 + fi +fi diff --git a/desktop/mousepad/mousepad.SlackBuild b/desktop/mousepad/mousepad.SlackBuild index c5eefc604b..bfefeb04ad 100644 --- a/desktop/mousepad/mousepad.SlackBuild +++ b/desktop/mousepad/mousepad.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for mousepad -# Copyright 2014 Aaditya Bagga +# Copyright 2014-2016 Aaditya Bagga # All rights reserved. # # Permission to use, copy, modify, and distribute this software for any purpose @@ -20,7 +20,7 @@ # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=mousepad -VERSION=${VERSION:-0.3.0} +VERSION=${VERSION:-0.4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/desktop/mousepad/mousepad.info b/desktop/mousepad/mousepad.info index d9c2a3c72c..3ee6de313e 100644 --- a/desktop/mousepad/mousepad.info +++ b/desktop/mousepad/mousepad.info @@ -1,10 +1,10 @@ PRGNAM="mousepad" -VERSION="0.3.0" +VERSION="0.4.0" HOMEPAGE="http://archive.xfce.org/src/apps/mousepad/" -DOWNLOAD="http://archive.xfce.org/src/apps/mousepad/0.3/mousepad-0.3.0.tar.bz2" -MD5SUM="dcfcdfaa8a19c89f35d5f6f64753e6e1" +DOWNLOAD="http://archive.xfce.org/src/apps/mousepad/0.4/mousepad-0.4.0.tar.bz2" +MD5SUM="f55314c5dda6323883241e6cf01550a7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="gtksourceview" +REQUIRES="gtksourceview3" MAINTAINER="Aaditya Bagga" EMAIL="aaditya_gnulinux@zoho.com" diff --git a/desktop/mousepad/slack-desc b/desktop/mousepad/slack-desc index f54e6d83ab..012a5c5af2 100644 --- a/desktop/mousepad/slack-desc +++ b/desktop/mousepad/slack-desc @@ -10,7 +10,7 @@ mousepad: mousepad (simple text editor) mousepad: mousepad: Mousepad is a simple, fast and easy-to-use text editor mousepad: for the Xfce desktop environment, based on the Leafpad text editor. -mousepad: +mousepad: mousepad: Mousepad includes complete support for UTF-8 text, mousepad: the usual cut/copy/paste functionality, font selection support, etc. mousepad: -- cgit v1.2.3