diff options
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 3e5691a052b5..0254ea06d878 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 c5eefc604b62..bfefeb04ad22 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 d9c2a3c72ca4..3ee6de313e9a 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 f54e6d83ab1a..012a5c5af2a4 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: |