commit 85fbf3534c4e3356c800c823ce06300144f25a25
parent dabca457c9c38d8e163e6135cf286e204bcb35de
Author: Wim Dupont <wim@wimdupont.com>
Date: Fri, 17 May 2024 16:55:57 +0200
added surf to sinstaller
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/bin/sinstaller b/bin/sinstaller
@@ -28,6 +28,7 @@ PROGRAMS=(
"sic"
"slock"
"st"
+ "surf"
)
PATCHES=(
@@ -36,6 +37,9 @@ PATCHES=(
"dwm;https://dwm.suckless.org/patches/statuspadding/dwm-statuspadding-6.3.diff"
"dwm;https://dwm.suckless.org/patches/alpha/dwm-fixborders-6.2.diff"
"slock;https://tools.suckless.org/slock/patches/background-image/slock-background-image-20220318-1c5a538.diff"
+ "surf;https://surf.suckless.org/patches/homepage/surf-2.0-homepage.diff"
+ "surf;https://surf.suckless.org/patches/playexternal/surf-playexternal-20190724-b814567.diff"
+ "surf;https://surf.suckless.org/patches/quit-hotkey/surf-quit_hotkey-20210830-11dca18.diff"
)
download(){
@@ -78,6 +82,7 @@ cleanup_and_patch(){
git reset --hard HEAD
git clean -xf
+ git checkout surf-webkit2
git checkout master
git pull