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
|
Sakura is a simple gtk and vte based terminal emulator. It uses tabs
|
||||||
dependencies, so there's no need of a full GNOME desktop installed to
|
to provide several terminals in one window and allows to change
|
||||||
have a powerful terminal emulator. Sakura uses a GTK notebook to provide
|
configuration options via a contextual menu. No more no less.
|
||||||
tabbed terminals in one window and has a contextual menu for
|
|
||||||
configuration; it was designed without a menubar. No more or less.
|
|
||||||
|
|
|
@ -1,10 +1,11 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Slackware build script for sakura
|
# Slackware build script for sakura
|
||||||
# Written by Erik Hanson erik@slackbuilds.org
|
# Copyright 2022 Andrew Payne <phalange@komputermatrix.com>
|
||||||
# Updated by Kristaps Esterlins <esterlinsh[at]gmail.com>
|
|
||||||
# Updated by Eugene Wissner <eugen@flevum.de>
|
|
||||||
# Copyright 2017 Donald Cooley South Haven, IN USA
|
# 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.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -27,7 +28,8 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=sakura
|
PRGNAM=sakura
|
||||||
VERSION=${VERSION:-3.5.0}
|
SRCNAM=SAKURA_3_8_5
|
||||||
|
VERSION=${VERSION:-3.8.5}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
@ -68,8 +70,8 @@ rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP
|
cd $TMP
|
||||||
rm -rf $PRGNAM-$VERSION
|
rm -rf $PRGNAM-$VERSION
|
||||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
|
tar xvf $CWD/$PRGNAM-$SRCNAM.tar.gz
|
||||||
cd $PRGNAM-$VERSION
|
cd $PRGNAM-$SRCNAM
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find -L . \
|
find -L . \
|
||||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
\( -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 \
|
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||||
|
|
||||||
# -DCMAKE_C_FLAGS_RELEASE:STRING="$SLKCFLAGS -DNDEBUG" \
|
|
||||||
|
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
cd build
|
cd build
|
||||||
cmake \
|
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
|
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
|
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
|
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||||
|
|
||||||
mkdir -p $PKG/install
|
mkdir -p $PKG/install
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="sakura"
|
PRGNAM="sakura"
|
||||||
VERSION="3.5.0"
|
VERSION="3.8.5"
|
||||||
HOMEPAGE="http://www.pleyades.net/david/projects/sakura"
|
HOMEPAGE="http://www.pleyades.net/david/projects/sakura"
|
||||||
DOWNLOAD="https://launchpad.net/sakura/trunk/3.5.0/+download/sakura-3.5.0.tar.bz2"
|
DOWNLOAD="https://github.com/dabisu/sakura/archive/SAKURA_3_8_5/sakura-SAKURA_3_8_5.tar.gz"
|
||||||
MD5SUM="5ac5229d2c9eb65bf42062ea41fec9c9"
|
MD5SUM="d26b5fa5629587c86268af2f87b4eb68"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
|
@ -8,12 +8,12 @@
|
||||||
|-----handy-ruler------------------------------------------------------|
|
|-----handy-ruler------------------------------------------------------|
|
||||||
sakura: sakura (a terminal emulator)
|
sakura: sakura (a terminal emulator)
|
||||||
sakura:
|
sakura:
|
||||||
sakura: Sakura is a terminal emulator based on GTK and libvte. It has few
|
sakura: Sakura is a simple gtk and vte based terminal emulator.
|
||||||
sakura: dependencies, so there's no need of a full GNOME desktop installed to
|
sakura:
|
||||||
sakura: have a powerful terminal emulator. Sakura uses a GTK notebook to
|
sakura:
|
||||||
sakura: provide tabbed terminals in one window and has a contextual menu for
|
sakura:
|
||||||
sakura: configuration; it was designed without a menubar. No more or less.
|
|
||||||
sakura:
|
sakura:
|
||||||
sakura:
|
sakura:
|
||||||
sakura:
|
sakura:
|
||||||
sakura: http://www.pleyades.net/david/projects/sakura
|
sakura: http://www.pleyades.net/david/projects/sakura
|
||||||
|
sakura:
|
||||||
|
|
Loading…
Reference in New Issue