From c56d093d12408b1008ef203133676051caebee0a Mon Sep 17 00:00:00 2001 From: Eugene Wissner Date: Wed, 4 May 2011 23:38:07 -0500 Subject: system/sakura: Updated for version 2.4.0. Signed-off-by: Robby Workman --- system/sakura/README | 7 ++----- system/sakura/sakura.SlackBuild | 10 +++------- system/sakura/sakura.info | 8 ++++---- system/sakura/slack-desc | 1 - 4 files changed, 9 insertions(+), 17 deletions(-) diff --git a/system/sakura/README b/system/sakura/README index 88a2c5d15d..9f72ecb534 100644 --- a/system/sakura/README +++ b/system/sakura/README @@ -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. diff --git a/system/sakura/sakura.SlackBuild b/system/sakura/sakura.SlackBuild index 731306263c..11a2ca9f6f 100644 --- a/system/sakura/sakura.SlackBuild +++ b/system/sakura/sakura.SlackBuild @@ -3,19 +3,17 @@ # Slackware build script for sakura # Written by Erik Hanson erik@slackbuilds.org # Updated by Kristaps Esterlins -# Updated by Eugene Wissner +# Updated by Eugene Wissner 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 diff --git a/system/sakura/sakura.info b/system/sakura/sakura.info index 4cdf97d7d1..b357f9e8f6 100644 --- a/system/sakura/sakura.info +++ b/system/sakura/sakura.info @@ -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" diff --git a/system/sakura/slack-desc b/system/sakura/slack-desc index 1b604b898b..80c0614f07 100644 --- a/system/sakura/slack-desc +++ b/system/sakura/slack-desc @@ -17,4 +17,3 @@ sakura: sakura: http://pleyades.net/david/sakura.php sakura: sakura: -sakura: -- cgit v1.2.3