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>
This commit is contained in:
parent
7017347241
commit
cb89890ff5
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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=""
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue