summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Donald Cooley <dfc@warpmail.net>2013-12-02 08:18:51 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2013-12-02 08:19:50 +0700
commit3f2d14f7f450905e55cc8b39c5236275203333be (patch)
tree550c95b9d077967bb9836bb7e5decdd4390b4666 /system
parentfb87918eb02b7f42c5d4226a7208a0374f813ae0 (diff)
downloadslackbuilds-3f2d14f7f450905e55cc8b39c5236275203333be.tar.gz
slackbuilds-3f2d14f7f450905e55cc8b39c5236275203333be.tar.xz
system/sakura: Updated for version 3.1.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/sakura/sakura.SlackBuild25
-rw-r--r--system/sakura/sakura.info6
-rw-r--r--system/sakura/slack-desc8
3 files changed, 30 insertions, 9 deletions
diff --git a/system/sakura/sakura.SlackBuild b/system/sakura/sakura.SlackBuild
index 88a8b25003..ea83dc9221 100644
--- a/system/sakura/sakura.SlackBuild
+++ b/system/sakura/sakura.SlackBuild
@@ -5,9 +5,27 @@
# Updated by Kristaps Esterlins <esterlinsh[at]gmail.com>
# Updated by Eugene Wissner <eugen@flevum.de>
# Updated by Donald Cooley <dfc@warpmail.net>
+# All rights reserved.
+#
+# Redistribution and use of this script, with or without modification, is
+# permitted provided that the following conditions are met:
+#
+# 1. Redistributions of this script must retain the above copyright
+# notice, this list of conditions and the following disclaimer.
+#
+# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED
+# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
+# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
+# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
+# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=sakura
-VERSION=${VERSION:-3.1.0}
+VERSION=${VERSION:-3.1.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -56,10 +74,13 @@ cmake \
-DCMAKE_BUILD_TYPE=Release
make
make install DESTDIR=$PKG
-strip --strip-unneeded $PKG/usr/bin/sakura
+
+find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
+ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mv $PKG/usr/share/{man,doc} $PKG/usr
find $PKG/usr/man -type f -exec gzip -9 {} \;
+for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mv $PKG/usr/doc/$PRGNAM $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS GPL $PKG/usr/doc/$PRGNAM-$VERSION
diff --git a/system/sakura/sakura.info b/system/sakura/sakura.info
index 54c95fb823..6b9e98f9b0 100644
--- a/system/sakura/sakura.info
+++ b/system/sakura/sakura.info
@@ -1,8 +1,8 @@
PRGNAM="sakura"
-VERSION="3.1.0"
+VERSION="3.1.1"
HOMEPAGE="https://launchpad.net/sakura"
-DOWNLOAD="https://launchpad.net/sakura/trunk/3.1.0/+download/sakura-3.1.0.tar.bz2"
-MD5SUM="3c4404df2757fd34d57ad00094126433"
+DOWNLOAD="https://launchpad.net/sakura/trunk/3.1.1/+download/sakura-3.1.1.tar.bz2"
+MD5SUM="6730a3b3369bbd8d6451e8332d3d8634"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="vte3"
diff --git a/system/sakura/slack-desc b/system/sakura/slack-desc
index 027e5b3f56..e58c826b93 100644
--- a/system/sakura/slack-desc
+++ b/system/sakura/slack-desc
@@ -9,10 +9,10 @@
sakura: sakura (a terminal emulator)
sakura:
sakura: sakura is a terminal emulator based on GTK and VTE. It's a terminal
-sakura: emulator with few dependencies, so you don't need a full GNOME desktop
-sakura: installed to have a decent terminal emulator. Sakura uses a notebook
-sakura: to provide several terminals in one window and adds a contextual menu
-sakura: with some basic options. No more no less.
+sakura: emulator with few dependencies, so you don't need a full GNOME
+sakura: desktop installed to have a decent terminal emulator. Sakura uses
+sakura: a notebook to provide several terminals in one window and adds
+sakura: a contextual menu with some basic options. No more no less.
sakura:
sakura: http://pleyades.net/david/sakura.php
sakura: