commit 4e1f5cb16445044b0894bcb3f7361e6ea43efe9a
parent 5e41b9add0f23cbf9be663205fced835aafb0296
Author: aabacchus <ben@bvnf.space>
Date: Sat, 14 Aug 2021 21:10:53 +0100
kiss: 5.5.26 with patch
Diffstat:
4 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/forks/kiss/checksums b/forks/kiss/checksums
@@ -1,4 +1,4 @@
-a00a0fc300f1034fab407c52864fd4f329d3198a3113f90d321beee31d5432e6
+060214f435c2bd10fa04198265baaf67f91523766d57b7ecda0dac4d8999481b
57b9045da1f4c78d120bca151670c06efdd3b27ebcf84b5aa881455dee0d1bdc
62e1a1a1d427aa5c1ac55d0a5451440fdbc03f1a995eb7cd3bf45a2d858e0d07
-27b608d25fb8b19d4c657b0889a093b9ca1963be398ec57aec791e8bb1ab9edb
+257662eb78b0091298e66c9414a1184cc456a87197c6e88018e1ab1280023f9c
diff --git a/forks/kiss/patches/0001-kiss-continue-build.patch b/forks/kiss/patches/0001-kiss-continue-build.patch
@@ -1,4 +1,4 @@
-From cc55c04053945bc99309af85b8d81097f1fea927 Mon Sep 17 00:00:00 2001
+From 8b473b5c8dcf3d9cc14e09eaed0b1eacc4f4ed7e Mon Sep 17 00:00:00 2001
From: aabacchus <ben@bvnf.space>
Date: Mon, 19 Jul 2021 21:16:40 +0100
Subject: [PATCH] kiss: continue build
@@ -8,10 +8,10 @@ Subject: [PATCH] kiss: continue build
1 file changed, 33 insertions(+), 19 deletions(-)
diff --git a/kiss b/kiss
-index 9274ff6..d71de40 100755
+index 23df7d1..50a28be 100755
--- a/kiss
+++ b/kiss
-@@ -936,14 +936,7 @@ pkg_build_all() {
+@@ -938,14 +938,7 @@ pkg_build_all() {
! [ -f "$repo_dir/sources" ] || pkg_extract "$pkg"
pkg_build "$pkg"
@@ -27,7 +27,7 @@ index 9274ff6..d71de40 100755
if ok "$pkg_update" || ! contains "$explicit" "$pkg"; then
log "$pkg" "Needed as a dependency or has an update, installing"
-@@ -961,6 +954,31 @@ pkg_build_all() {
+@@ -963,6 +956,31 @@ pkg_build_all() {
esac
}
@@ -59,7 +59,7 @@ index 9274ff6..d71de40 100755
pkg_build() {
# Install built packages to a directory under the package name to
# avoid collisions with other packages.
-@@ -1015,16 +1033,6 @@ pkg_build() {
+@@ -1017,16 +1035,6 @@ pkg_build() {
# Delete the log file if the build succeeded to prevent the directory
# from filling very quickly with useless logs.
equ "$KISS_KEEPLOG" 1 || rm -f "$log_dir/$1-$time-$KISS_PID"
@@ -76,9 +76,9 @@ index 9274ff6..d71de40 100755
}
pkg_checksum() {
-@@ -1842,6 +1850,11 @@ args() {
+@@ -1853,6 +1861,11 @@ args() {
a|alternatives) pkg_alternatives "$@" ;;
- b|build) pkg_build_all "${@:?No packages installed}" ;;
+ b|build) pkg_build_all "$@" ;;
c|checksum) for pkg do pkg_checksum "$pkg"; done ;;
+ co|continue)
+ export pkg_dir=${PWD%/*}
@@ -88,8 +88,8 @@ index 9274ff6..d71de40 100755
d|download) for pkg do pkg_source "$pkg"; done ;;
H|help-ext) pkg_help_ext "$@" ;;
i|install) for pkg do pkg_install "$pkg"; done ;;
-@@ -1853,10 +1866,11 @@ args() {
- v|version) printf '5.5.25\n' ;;
+@@ -1864,10 +1877,11 @@ args() {
+ v|version) printf '5.5.26\n' ;;
'')
- log 'kiss [a|b|c|d|i|l|r|s|u|U|v] [pkg]...'
diff --git a/forks/kiss/sources b/forks/kiss/sources
@@ -1,4 +1,4 @@
-https://github.com/kisslinux/kiss/archive/5.5.25.tar.gz
+https://github.com/kisslinux/kiss/archive/5.5.26.tar.gz
https://github.com/kisslinux/website/archive/e5f0396efbb86b050fbee881483258d0d20a2d4f.tar.gz docs
https://github.com/kisslinux/wiki/archive/89d4946d128dff35df87d3210fe10a591559296a.tar.gz wiki
patches/0001-kiss-continue-build.patch
diff --git a/forks/kiss/version b/forks/kiss/version
@@ -1 +1 @@
-5.5.25 1
+5.5.26 1