system/lxterminal: Updated for version 0.3.0.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2016-12-21 21:31:24 +01:00 committed by Willy Sudiarto Raharjo
parent 516179ff0a
commit 110e102651
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
3 changed files with 18 additions and 12 deletions

View File

@ -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

View File

@ -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

View File

@ -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=""