mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-14 23:35:24 +01:00
Merge pull request #577 from fosslinux/which-update
Some checks failed
Run under bubblewrap / Run up to Linux build under bubblewrap (push) Has been cancelled
Linters / Lint Python files (push) Has been cancelled
Linters / Lint shell files (push) Has been cancelled
Linters / Lint reuse information (push) Has been cancelled
Run under bubblewrap / Run up to Python bootstrap under bubblewrap (push) Has been cancelled
Run under bubblewrap / Run remaining builds under bubblewrap (push) Has been cancelled
Some checks failed
Run under bubblewrap / Run up to Linux build under bubblewrap (push) Has been cancelled
Linters / Lint Python files (push) Has been cancelled
Linters / Lint shell files (push) Has been cancelled
Linters / Lint reuse information (push) Has been cancelled
Run under bubblewrap / Run up to Python bootstrap under bubblewrap (push) Has been cancelled
Run under bubblewrap / Run remaining builds under bubblewrap (push) Has been cancelled
which: update to 2.23
This commit is contained in:
commit
f824b6f9ac
5 changed files with 14 additions and 8 deletions
|
|
@ -149,6 +149,6 @@ ab49972345d0c05f79b9370530829792e8c5c3b7fe283fc90e1dff26c2d0f6db tcc-0.9.27_2.t
|
|||
8576a7c99802bb462dd044ef7df7263192f1acfabde47462afd6145ffec1e4f1 tcc-0.9.27_3.tar.bz2
|
||||
252cc7226bef56e9dc591433ab2176cf1dd54dd18de20535edb708d5c6c21dce texinfo-7.2_0.tar.bz2
|
||||
b54b1aa40dc08eec51982fd581a64a900e2598ba29acc6ca9c2b1b2321603b49 util-linux-2.19.1_0.tar.bz2
|
||||
9075b6832d8d7b094775c8e6ead763851aec96f4559d8cd62ce0a25e7a8a70ab which-2.21_0.tar.bz2
|
||||
be2cddd4061b6e3acb96f12b66e6c1d0d17b7fd992015ece28ec987df0bb4911 which-2.23_0.tar.bz2
|
||||
d7357c5a73e4a0adb07220392316185716c42003fe7e63b63ba8493f12f3621b xz-5.6.4_0.tar.bz2
|
||||
9b10db90e06129fd174d48edb60a6d1e2fa72944fccef420431f8e836adcf972 zlib-1.3.1_0.tar.bz2
|
||||
|
|
|
|||
|
|
@ -213,7 +213,7 @@ uninstall: python-2.0.1 python-2.3.7 python-3.1.5 python-3.3.7 python-3.4.10 pyt
|
|||
build: libunistring-1.4.1
|
||||
build: gc-8.2.12
|
||||
build: guile-3.0.11
|
||||
build: which-2.21
|
||||
build: which-2.23
|
||||
build: grep-3.7
|
||||
build: sed-4.8
|
||||
build: autogen-5.18.16
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
f https://carlowood.github.io/which/which-2.21.tar.gz f4a245b94124b377d8b49646bf421f9155d36aa7614b6ebf83705d3ffc76eaad
|
||||
|
|
@ -2,13 +2,18 @@
|
|||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
urls="https://carlowood.github.io/which/which-2.21.tar.gz"
|
||||
src_unpack() {
|
||||
default
|
||||
mv cwm4* cwm4
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
rm configure Makefile.in aclocal.m4 which.1
|
||||
touch ChangeLog which.1
|
||||
sed -i '/@ACLOCAL_CWFLAGS@/d' Makefile.am
|
||||
autoreconf-2.69 -fi
|
||||
default
|
||||
rmdir cwm4
|
||||
ln -s ../cwm4 cwm4
|
||||
touch ChangeLog which.1 which.info m4/submodules.m4 version.texi
|
||||
./autogen.sh
|
||||
sed -i 's/@CW_SUBDIRS@//' Makefile.in
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
2
steps/which-2.23/sources
Normal file
2
steps/which-2.23/sources
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
g https://https.git.savannah.gnu.org/git/which.git~3e2c8f _ 4442a6e3d16ce13ea6a2920115321ef38050f2b1bfa0b6ad5723375fefc7b684 which-2.23.tar.gz
|
||||
g https://github.com/CarloWood/cwm4~3c2d71a3fa598cf336c2fa2d8e64332b62c1ffba https://github.com/CarloWood/cwm4/archive/3c2d71a3fa598cf336c2fa2d8e64332b62c1ffba.tar.gz aeffc74d35b7bc3c0ed636a784fee4daa05764c3c2a4f165841ece5c9095f9e6 cwm4-3c2d71a3fa598cf336c2fa2d8e64332b62c1ffba.tar.gz
|
||||
Loading…
Add table
Add a link
Reference in a new issue