diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2016-12-21 21:31:24 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-12-24 07:34:01 +0700 |
commit | 110e10265160707af9bef2abd7ff2083d8a8cdd5 (patch) | |
tree | 63fc74cf5a8c580d3e8796dcea6ae8ea7b4f1b2e /system/lxterminal | |
parent | 516179ff0a24edb244265ee0ef36ebaf57896c62 (diff) |
system/lxterminal: Updated for version 0.3.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/lxterminal')
-rw-r--r-- | system/lxterminal/doinst.sh | 6 | ||||
-rw-r--r-- | system/lxterminal/lxterminal.SlackBuild | 18 | ||||
-rw-r--r-- | system/lxterminal/lxterminal.info | 6 |
3 files changed, 18 insertions, 12 deletions
diff --git a/system/lxterminal/doinst.sh b/system/lxterminal/doinst.sh index 5fb28930db0b..3e5691a052b5 100644 --- a/system/lxterminal/doinst.sh +++ b/system/lxterminal/doinst.sh @@ -1,3 +1,9 @@ if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 fi + +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/system/lxterminal/lxterminal.SlackBuild b/system/lxterminal/lxterminal.SlackBuild index 1e58a6ed75de..59601b818b51 100644 --- a/system/lxterminal/lxterminal.SlackBuild +++ b/system/lxterminal/lxterminal.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # $Id: lxterminal.SlackBuild,v 1.6 2009/09/11 10:43:05 root Exp root $ # Copyright (c) 2008-2009 Eric Hameleers, Eindhoven, NL -# Copyright (c) 2010-2014 Matteo Bernardini, Pisa, IT +# Copyright (c) 2010-2016 Matteo Bernardini, Pisa, IT # All rights reserved. # # Permission to use, copy, modify, and distribute this software for @@ -57,6 +57,8 @@ # * Update. # 20160607_2cea95a: 13/jun/2016 by Matteo Bernardini <ponce@slackbuilds.org> # * Update. +# 0.3.0: 20/dec/2016 by Matteo Bernardini <ponce@slackbuilds.org> +# * Update. # # Run 'sh lxterminal.SlackBuild' to build a Slackware package. # The package is created in /tmp . @@ -64,30 +66,26 @@ # # ----------------------------------------------------------------------------- -# Set initial variables: - PRGNAM=lxterminal -VERSION=${VERSION:-20160607_2cea95a} +VERSION=${VERSION:-0.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac fi -DOCS="AUTHORS COPYING ChangeLog NEWS README" - CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" @@ -102,6 +100,8 @@ fi gtk3="" ; [ "${GTK3:-no}" = "yes" ] && gtk3="--enable-gtk3" +DOCS="AUTHORS COPYING ChangeLog NEWS" + set -e rm -rf $PKG diff --git a/system/lxterminal/lxterminal.info b/system/lxterminal/lxterminal.info index c366f1eb2a9b..1df4245ad832 100644 --- a/system/lxterminal/lxterminal.info +++ b/system/lxterminal/lxterminal.info @@ -1,8 +1,8 @@ PRGNAM="lxterminal" -VERSION="20160607_2cea95a" +VERSION="0.3.0" HOMEPAGE="http://wiki.lxde.org/en/LXTerminal" -DOWNLOAD="http://ponce.cc/slackware/sources/repo/lxde/lxterminal-20160607_2cea95a.tar.xz" -MD5SUM="482e896667bc094f372d2560fd6fe438" +DOWNLOAD="http://downloads.sf.net/lxde/lxterminal-0.3.0.tar.xz" +MD5SUM="235cda66f5a35654cb162dcc518a5171" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |