system/sakura: Updated for version 2.4.0.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
31c455cb65
commit
c56d093d12
|
@ -1,7 +1,4 @@
|
|||
sakura is a terminal emulator based on GTK and VTE. It's a terminal emulator
|
||||
with few dependencies, so you don't need a full GNOME desktop installed to
|
||||
have a decent terminal emulator. As far as i know, the only terminal emulators
|
||||
based on VTE are gnome-terminal, XFCE Terminal, and a small sample program
|
||||
included in the vte sources. Sakura differences from the last one is that it
|
||||
uses a notebook to provide several terminals in one window and adds a
|
||||
contextual menu with some basic options - no more no less.
|
||||
have a decent terminal emulator. Sakura uses a notebook to provide several
|
||||
terminals in one window and adds a contextual menu with some basic options.
|
||||
|
|
|
@ -3,19 +3,17 @@
|
|||
# Slackware build script for sakura
|
||||
# Written by Erik Hanson erik@slackbuilds.org
|
||||
# Updated by Kristaps Esterlins <esterlinsh[at]gmail.com>
|
||||
# Updated by Eugene Wissner <belka.ew@gmail.com>
|
||||
# Updated by Eugene Wissner <eugen@flevum.de>
|
||||
|
||||
PRGNAM=sakura
|
||||
VERSION=${VERSION:-2.3.8}
|
||||
VERSION=${VERSION:-2.4.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
@ -54,9 +52,7 @@ find . \
|
|||
cmake \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_C_FLAGS_RELEASE:STRING="$SLKCFLAGS -DNDEBUG" \
|
||||
-DCMAKE_CXX_FLAGS_RELEASE:STRING="$SLKCFLAGS -DNDEBUG" \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
.
|
||||
-DCMAKE_BUILD_TYPE=Release
|
||||
make
|
||||
make install DESTDIR=$PKG
|
||||
strip --strip-unneeded $PKG/usr/bin/sakura
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="sakura"
|
||||
VERSION="2.3.8"
|
||||
VERSION="2.4.0"
|
||||
HOMEPAGE="http://pleyades.net/david/sakura.php"
|
||||
DOWNLOAD="http://pleyades.net/david/projects/sakura/sakura-2.3.8.tar.bz2"
|
||||
MD5SUM="5ce4c9498ea5eb909dbd03617087202e"
|
||||
DOWNLOAD="http://pleyades.net/david/projects/sakura/sakura-2.4.0.tar.bz2"
|
||||
MD5SUM="ebc9ac2d0559c11863ed957557e95fef"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Eugene Wissner"
|
||||
EMAIL="belka.ew@gmail.com"
|
||||
EMAIL="eugen@flevum.de"
|
||||
APPROVED="rworkman"
|
||||
|
|
|
@ -17,4 +17,3 @@ sakura:
|
|||
sakura: http://pleyades.net/david/sakura.php
|
||||
sakura:
|
||||
sakura:
|
||||
sakura:
|
||||
|
|
Loading…
Reference in New Issue