diff options
author | Aaditya Bagga <aaditya_gnulinux@zoho.com> | 2016-02-21 14:30:16 +0530 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-02-23 00:58:52 +0700 |
commit | 47a95b51a6acd24a6b2b9af363d50888cee5f4a5 (patch) | |
tree | 213fa321706d24fe91f5a9a95a0e2d211b94aaa4 /desktop/mousepad | |
parent | fc6dc58a6bf3f12d9a31f3d9013931b839930163 (diff) | |
download | slackbuilds-47a95b51a6acd24a6b2b9af363d50888cee5f4a5.tar.gz |
desktop/mousepad: Updated for version 0.4.0.
Diffstat (limited to 'desktop/mousepad')
-rw-r--r-- | desktop/mousepad/doinst.sh | 6 | ||||
-rw-r--r-- | desktop/mousepad/mousepad.SlackBuild | 4 | ||||
-rw-r--r-- | desktop/mousepad/mousepad.info | 8 | ||||
-rw-r--r-- | 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 <aaditya_gnulinux@zoho.com> +# Copyright 2014-2016 Aaditya Bagga <aaditya_gnulinux@zoho.com> # 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: |