Skip to content

Commit b834738

Browse files
committed
meta: Upgrade to cutekit 10.
1 parent 8e791e9 commit b834738

File tree

8 files changed

+57
-7
lines changed

8 files changed

+57
-7
lines changed

meta/packaging/debian-bookworm/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ podman run \
1313
debian:bookworm \
1414
bash -c " \
1515
./ck tools setup && \
16-
./ck install --props:async=epoll --release --prefix=/opt/${COMPONENT} --sysroot=/src/sysroot ${COMPONENT} && \
16+
./ck package --props:async=epoll --release --prefix=/opt/${COMPONENT} --sysroot=/src/sysroot ${COMPONENT} && \
1717
mkdir /deb && \
1818
mkdir /deb/DEBIAN && \
1919
cp -r /src/sysroot/* /deb && \

meta/packaging/ubuntu-jammy/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ podman run \
1313
ubuntu:jammy \
1414
bash -c " \
1515
./ck tools setup && \
16-
./ck install --props:async=epoll --release --prefix=/opt/${COMPONENT} --sysroot=/src/sysroot ${COMPONENT} && \
16+
./ck package --props:async=epoll --release --prefix=/opt/${COMPONENT} --sysroot=/src/sysroot ${COMPONENT} && \
1717
mkdir /deb && \
1818
mkdir /deb/DEBIAN && \
1919
cp -r /src/sysroot/* /deb && \

meta/packaging/ubuntu-noble/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ podman run \
1313
ubuntu:noble \
1414
bash -c " \
1515
./ck tools setup && \
16-
./ck install --props:async=epoll --release --prefix=/opt/${COMPONENT} --sysroot=/src/sysroot ${COMPONENT} && \
16+
./ck package --props:async=epoll --release --prefix=/opt/${COMPONENT} --sysroot=/src/sysroot ${COMPONENT} && \
1717
mkdir /deb && \
1818
mkdir /deb/DEBIAN && \
1919
cp -r /src/sysroot/* /deb && \

meta/packaging/ubuntu-plucky/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ podman run \
1313
ubuntu:plucky \
1414
bash -c " \
1515
./ck tools setup && \
16-
./ck install --props:async=epoll --release --prefix=/opt/${COMPONENT} --sysroot=/src/sysroot ${COMPONENT} && \
16+
./ck package --props:async=epoll --release --prefix=/opt/${COMPONENT} --sysroot=/src/sysroot ${COMPONENT} && \
1717
mkdir /deb && \
1818
mkdir /deb/DEBIAN && \
1919
cp -r /src/sysroot/* /deb && \

meta/plugins/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from cutekit import ensure
22

3-
ensure((0, 9, 0))
3+
ensure((0, 10, 0))
44

55
from . import reftest, tools, wpt # noqa E402, F401: Needed for side effect

meta/scripts/cutekit-wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# /// script
44
# requires-python = ">=3.12"
55
# dependencies = [
6-
# "cutekit~=0.9.2",
6+
# "cutekit~=0.10.0",
77
# "Markdown~=3.7",
88
# ]
99
# ///

project.lock

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
{
2+
"$schema": "https://schemas.cute.engineering/stable/cutekit.lockfile.v1",
3+
"extern": {
4+
"cute-engineering/cat": {
5+
"commit": "7b88876f8ae5fb781e7f1aaa3c2fa343f55a1678",
6+
"git": "https://github.com/cute-engineering/cat.git",
7+
"tag": "v0.10.0"
8+
},
9+
"cute-engineering/ce-heap": {
10+
"commit": "918dd7962dbcd703a883c9fcf658b496f9e3502e",
11+
"git": "https://github.com/cute-engineering/ce-heap.git",
12+
"tag": "v1.1.0"
13+
},
14+
"cute-engineering/ce-libc": {
15+
"commit": "d5703dc5442bb9460eb7a99368c9c8b71791d629",
16+
"git": "https://github.com/cute-engineering/ce-libc.git",
17+
"tag": "v1.1.1"
18+
},
19+
"cute-engineering/ce-libm": {
20+
"commit": "f2c6194b1e464c9315fd15e4d9eea06f27995499",
21+
"git": "https://github.com/cute-engineering/ce-libm.git",
22+
"tag": "v1.0.2"
23+
},
24+
"cute-engineering/ce-mdi": {
25+
"commit": "45d348a86e2c5fd8058484730781d871676ccb58",
26+
"git": "https://github.com/cute-engineering/ce-mdi.git",
27+
"tag": "v0.5.0"
28+
},
29+
"cute-engineering/ce-stdcpp": {
30+
"commit": "0f591c8ccd2e091b247c09db7166958dff76370a",
31+
"git": "https://github.com/cute-engineering/ce-stdcpp.git",
32+
"tag": "v1.4.0"
33+
},
34+
"cute-engineering/ce-targets": {
35+
"commit": "eaa19de89b05da7fbbe9320c6f1f24dae1a3b96d",
36+
"git": "https://github.com/cute-engineering/ce-targets.git",
37+
"tag": "v0.4.0"
38+
},
39+
"skift-org/hideo": {
40+
"commit": "2eeb98fbeb4210a50acf63321aa6f6f8aea2335a",
41+
"git": "https://github.com/skift-org/hideo.git",
42+
"tag": "main"
43+
},
44+
"skift-org/karm": {
45+
"commit": "d0bbd315e86f225292032dc6c47d117b3f1e6767",
46+
"git": "https://github.com/skift-org/karm.git",
47+
"tag": "main"
48+
}
49+
}
50+
}

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ git clone https://github.com/odoo/paper-muncher
5656
# Build and install the project
5757
cd paper-muncher
5858
./ck tools setup
59-
./ck install --release --prefix=$HOME/.local paper-muncher
59+
./ck package --release --prefix=$HOME/.local paper-muncher
6060

6161
# Add the binary to your PATH, add this to your .bashrc to make it permanent
6262
export PATH=$PATH:$HOME/.local/bin

0 commit comments

Comments
 (0)