diff options
-rwxr-xr-x | community/bubblewrap/build | 15 | ||||
-rw-r--r-- | community/bubblewrap/checksums | 2 | ||||
-rw-r--r-- | community/bubblewrap/sources | 2 | ||||
-rw-r--r-- | community/bubblewrap/version | 2 |
4 files changed, 10 insertions, 11 deletions
diff --git a/community/bubblewrap/build b/community/bubblewrap/build index dd52b4ba..343e51b2 100755 --- a/community/bubblewrap/build +++ b/community/bubblewrap/build @@ -1,14 +1,13 @@ #!/bin/sh -e +export DESTDIR="$1" export LDFLAGS="$LDFLAGS -static" + patch -p1 < realpath-workaround.patch -./configure \ - --prefix=/usr \ - --sbindir=/usr/bin \ - --localstatedir=/var \ - --with-priv-mode=none \ - --disable-man +cl-meson \ + -Dprefer_static=true \ + . output -make -make DESTDIR="$1" install +ninja -C output +ninja -C output install diff --git a/community/bubblewrap/checksums b/community/bubblewrap/checksums index b4132233..d33e9f50 100644 --- a/community/bubblewrap/checksums +++ b/community/bubblewrap/checksums @@ -1,3 +1,3 @@ %BLAKE3 -6cdacdd35a04acacb9da47137b89b17eb19e2885842a1969941665586429579d bubblewrap-0.8.0.tar.xz +cbcbe6c1f3e94310fd113b58a500f35659318ac1d601487067efe4d61cd025a1 bubblewrap-0.9.0.tar.xz 374fbf869e7d8c20b5f5ee2ed0f35d37e6a7f6f77ac757b13d2972caf90c5c4d realpath-workaround.patch diff --git a/community/bubblewrap/sources b/community/bubblewrap/sources index 8ba65a77..8924fcf3 100644 --- a/community/bubblewrap/sources +++ b/community/bubblewrap/sources @@ -1,2 +1,2 @@ -https://github.com/containers/bubblewrap/releases/download/v0.8.0/bubblewrap-0.8.0.tar.xz +https://github.com/containers/bubblewrap/releases/download/v0.9.0/bubblewrap-0.9.0.tar.xz patches/realpath-workaround.patch diff --git a/community/bubblewrap/version b/community/bubblewrap/version index e1a64298..8ac7000b 100644 --- a/community/bubblewrap/version +++ b/community/bubblewrap/version @@ -1 +1 @@ -0.8.0 1 +0.9.0 1 |