mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
desktop/fvwm3: Updated for go 1.14.x..
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8c5e80a939
commit
86dc993510
2 changed files with 35 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for fvwm3
|
||||
|
||||
# Copyright 2020, Alexander Verbovetsky, Moscow, Russia
|
||||
# Copyright 2020-2021, Alexander Verbovetsky, Moscow, Russia
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=fvwm3
|
||||
VERSION=${VERSION:-1.0.2}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -65,11 +65,6 @@ cd $PRGNAM-$VERSION
|
|||
|
||||
patch -p1 < $CWD/update_fvwm_screen-dont_lose_desk_from_StartsOnScreen.patch
|
||||
|
||||
sed -i '/^@FVWM_BUILD_GOLANG_TRUE@GOBUILD = $(GOCMD) build/s/$/ -mod=vendor/' \
|
||||
bin/FvwmPrompt/Makefile.in
|
||||
|
||||
sed -i 's/1.14\*|1.15/1.13\*|1.14\*|1.15/' configure
|
||||
|
||||
mkdir -p bin/FvwmPrompt/vendor/golang.org/x
|
||||
for DEPENDENCY in \
|
||||
abiosoft/ishell/2.0.0 \
|
||||
|
@ -95,6 +90,8 @@ do
|
|||
fi
|
||||
done
|
||||
|
||||
cat $CWD/modules.txt > bin/FvwmPrompt/vendor/modules.txt
|
||||
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
|
|
31
desktop/fvwm3/modules.txt
Normal file
31
desktop/fvwm3/modules.txt
Normal file
|
@ -0,0 +1,31 @@
|
|||
# github.com/abiosoft/ishell v2.0.0+incompatible
|
||||
## explicit
|
||||
github.com/abiosoft/ishell
|
||||
# github.com/abiosoft/readline v0.0.0-20180607040430-155bce2042db
|
||||
## explicit
|
||||
github.com/abiosoft/readline
|
||||
# github.com/chzyer/logex v1.1.10
|
||||
## explicit
|
||||
# github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1
|
||||
## explicit
|
||||
# github.com/fatih/color v1.9.0
|
||||
## explicit
|
||||
github.com/fatih/color
|
||||
# github.com/flynn-archive/go-shlex v0.0.0-20150515145356-3f9db97f8568
|
||||
## explicit
|
||||
github.com/flynn-archive/go-shlex
|
||||
# github.com/konsorten/go-windows-terminal-sequences v1.0.3
|
||||
github.com/konsorten/go-windows-terminal-sequences
|
||||
# github.com/mattn/go-colorable v0.1.4
|
||||
github.com/mattn/go-colorable
|
||||
# github.com/mattn/go-isatty v0.0.12
|
||||
## explicit
|
||||
github.com/mattn/go-isatty
|
||||
# github.com/sirupsen/logrus v1.6.0
|
||||
## explicit
|
||||
github.com/sirupsen/logrus
|
||||
# github.com/stretchr/testify v1.6.1
|
||||
## explicit
|
||||
# golang.org/x/sys v0.0.0-20200212091648-12a6c2dcc1e4
|
||||
## explicit
|
||||
golang.org/x/sys/unix
|
Loading…
Reference in a new issue