summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author afhpayne2022-05-02 00:14:49 +0200
committer Willy Sudiarto Raharjo2022-05-07 08:59:22 +0200
commitcb89890ff56f708b711582a58b2f85a3d1578746 (patch)
tree8b23617ec79cc5a73fa7584dcad3995d9a35f6e0
parent70173472412d8de385a4053bbd2efc8673a83935 (diff)
downloadslackbuilds-cb89890ff56f708b711582a58b2f85a3d1578746.tar.gz
system/sakura: Updated for version 3.8.5.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/sakura/README8
-rw-r--r--system/sakura/sakura.SlackBuild18
-rw-r--r--system/sakura/sakura.info6
-rw-r--r--system/sakura/slack-desc10
4 files changed, 20 insertions, 22 deletions
diff --git a/system/sakura/README b/system/sakura/README
index 0aeaec3004..401f6fcd7a 100644
--- a/system/sakura/README
+++ b/system/sakura/README
@@ -1,5 +1,3 @@
-Sakura is a terminal emulator based on GTK and libvte. It has few
-dependencies, so there's no need of a full GNOME desktop installed to
-have a powerful terminal emulator. Sakura uses a GTK notebook to provide
-tabbed terminals in one window and has a contextual menu for
-configuration; it was designed without a menubar. No more or less.
+Sakura is a simple gtk and vte based terminal emulator. It uses tabs
+to provide several terminals in one window and allows to change
+configuration options via a contextual menu. No more no less.
diff --git a/system/sakura/sakura.SlackBuild b/system/sakura/sakura.SlackBuild
index c92b795467..7dc5f16c61 100644
--- a/system/sakura/sakura.SlackBuild
+++ b/system/sakura/sakura.SlackBuild
@@ -1,10 +1,11 @@
#!/bin/bash
# Slackware build script for sakura
-# Written by Erik Hanson erik@slackbuilds.org
-# Updated by Kristaps Esterlins <esterlinsh[at]gmail.com>
-# Updated by Eugene Wissner <eugen@flevum.de>
+# Copyright 2022 Andrew Payne <phalange@komputermatrix.com>
# Copyright 2017 Donald Cooley South Haven, IN USA
+# Updated by Eugene Wissner <eugen@flevum.de>
+# Updated by Kristaps Esterlins <esterlinsh[at]gmail.com>
+# Written by Erik Hanson erik@slackbuilds.org
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -27,7 +28,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=sakura
-VERSION=${VERSION:-3.5.0}
+SRCNAM=SAKURA_3_8_5
+VERSION=${VERSION:-3.8.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -68,8 +70,8 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
-cd $PRGNAM-$VERSION
+tar xvf $CWD/$PRGNAM-$SRCNAM.tar.gz
+cd $PRGNAM-$SRCNAM
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
@@ -77,8 +79,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-# -DCMAKE_C_FLAGS_RELEASE:STRING="$SLKCFLAGS -DNDEBUG" \
-
mkdir -p build
cd build
cmake \
@@ -98,7 +98,7 @@ 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 INSTALL $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a AUTHORS LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/system/sakura/sakura.info b/system/sakura/sakura.info
index 6fde66581d..01cdc6ae2c 100644
--- a/system/sakura/sakura.info
+++ b/system/sakura/sakura.info
@@ -1,8 +1,8 @@
PRGNAM="sakura"
-VERSION="3.5.0"
+VERSION="3.8.5"
HOMEPAGE="http://www.pleyades.net/david/projects/sakura"
-DOWNLOAD="https://launchpad.net/sakura/trunk/3.5.0/+download/sakura-3.5.0.tar.bz2"
-MD5SUM="5ac5229d2c9eb65bf42062ea41fec9c9"
+DOWNLOAD="https://github.com/dabisu/sakura/archive/SAKURA_3_8_5/sakura-SAKURA_3_8_5.tar.gz"
+MD5SUM="d26b5fa5629587c86268af2f87b4eb68"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
diff --git a/system/sakura/slack-desc b/system/sakura/slack-desc
index 17dabcefbd..e14e2823db 100644
--- a/system/sakura/slack-desc
+++ b/system/sakura/slack-desc
@@ -8,12 +8,12 @@
|-----handy-ruler------------------------------------------------------|
sakura: sakura (a terminal emulator)
sakura:
-sakura: Sakura is a terminal emulator based on GTK and libvte. It has few
-sakura: dependencies, so there's no need of a full GNOME desktop installed to
-sakura: have a powerful terminal emulator. Sakura uses a GTK notebook to
-sakura: provide tabbed terminals in one window and has a contextual menu for
-sakura: configuration; it was designed without a menubar. No more or less.
+sakura: Sakura is a simple gtk and vte based terminal emulator.
+sakura:
+sakura:
+sakura:
sakura:
sakura:
sakura:
sakura: http://www.pleyades.net/david/projects/sakura
+sakura: