Skip to content

Commit

Permalink
Various backports from Lyre
Browse files Browse the repository at this point in the history
  • Loading branch information
mintsuki committed Dec 17, 2023
1 parent 7e0e076 commit 0ff974a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ debug:
JINX_CONFIG_FILE=jinx-config-debug $(MAKE) all

jinx:
curl -Lo jinx https://github.com/mintsuki/jinx/raw/b06cbf4cf142ff0f3aa0ab8438ede29951887b43/jinx
curl -Lo jinx https://github.com/mintsuki/jinx/raw/87f5e775e91bbcee849f0732fb0b8bfe73c677dd/jinx
chmod +x jinx

.PHONY: distro-full
Expand Down
4 changes: 1 addition & 3 deletions recipes/base-files
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@ revision=1

build() {
true

true
}

package() {
cp -rv ${source_dir}/. "${dest_dir}"/
cp -rpv ${source_dir}/. "${dest_dir}"/
ln -s usr/bin "${dest_dir}"/bin
ln -s usr/bin "${dest_dir}"/sbin
ln -s usr/lib "${dest_dir}"/lib
Expand Down
2 changes: 0 additions & 2 deletions recipes/core-libs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ deps="mlibc libgcc libstdc++ libintl libiconv libxcrypt"

build() {
true

true
}

package() {
Expand Down
4 changes: 2 additions & 2 deletions source-recipes/limine
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name=limine
version=6.20231210.0
version=6.20231216.0
tarball_url="https://github.com/limine-bootloader/limine/releases/download/v${version}/limine-${version}.tar.xz"
tarball_blake2b="948aad78ba59f23dae551c33c5047e452d489a5fd4a6f2677d942718f76754f436b02e00ca507065a966ab3346630435d5bbd31ad888523aa7ffb72ac59f4357"
tarball_blake2b="d30364ccbe666b1aa25a54578ff7d27addc9b08908b7569c813df87ccb7018fd71381fc823c4f5c3ed13bf1de204781d3907696c791e418bafddd4e00dec9a95"
hostdeps="autoconf automake libtool pkg-config"

regenerate() {
Expand Down
4 changes: 2 additions & 2 deletions source-recipes/mlibc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name=mlibc
version=85862a42dcbfbb231558f4afbc5c816b727a8837
version=abd16bbe6575db9dfb9b44b22be03d587ea7c0a2
tarball_url="https://github.com/mintsuki/mlibc/archive/${version}.tar.gz"
tarball_blake2b="62859130e4e59cb819509972c1c6988e44358cf546992f349e9fff89af5b880128b7f2238ecb2a223aec05d0282aa79eeed3a78c9dcc4d03e82312b30a8aa16c"
tarball_blake2b="f6af9ea2a0c3e189a9cf815a7791395460e475c480c9161f7e4a4e1a678d2367879de121d739b157dc520a5f085cc9399abea2d11cca05db0bca038386477615"

regenerate() {
true
Expand Down

0 comments on commit 0ff974a

Please sign in to comment.