ports/opt (3.6): bubblewrap: 0.5.0 -> 0.6.0; made shell completion files optional
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit 8599c7644e7ca2a7465b3a3c7b9d6a97a5347772 Author: Tim Biermann <tbier@posteo.de> Date: Fri Feb 25 14:33:39 2022 +0100 bubblewrap: 0.5.0 -> 0.6.0; made shell completion files optional diff --git a/bubblewrap/.footprint b/bubblewrap/.footprint index 6f6eb711b..8bb1f1b56 100644 --- a/bubblewrap/.footprint +++ b/bubblewrap/.footprint @@ -2,9 +2,6 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwsr-xr-x root/root usr/bin/bwrap drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/bash-completion/ -drwxr-xr-x root/root usr/share/bash-completion/completions/ --rw-r--r-- root/root usr/share/bash-completion/completions/bwrap drwxr-xr-x root/root usr/share/man/ drwxr-xr-x root/root usr/share/man/man1/ -rw-r--r-- root/root usr/share/man/man1/bwrap.1.gz diff --git a/bubblewrap/.signature b/bubblewrap/.signature index bf7dcd129..b4400b9f2 100644 --- a/bubblewrap/.signature +++ b/bubblewrap/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/bx4ERdGcFDZjqhGpfC0VxC8C0CERut9DeNsEeje1Ievqnloepb8U0WY9modqgLFr32/jLdM5qSycMpGHNwCZwo= -SHA256 (Pkgfile) = 659edf454b1e8ca9f7b44d625bab3af4c520aa6f0e553104a48155f64355b752 -SHA256 (.footprint) = e8c8c4e353f4c9362d89a9cf83126409af016d87c19ba0bbc568aeb0c0124038 -SHA256 (bubblewrap-0.5.0.tar.xz) = 16fdaf33799d63104e347e0133f909196fe90d0c50515d010bcb422eb5a00818 +RWSE3ohX2g5d/TpZXXVx+Pyoat5fkBoAfzAnL28yVa687ghMq4mWTnb5MCJWhOrf8fTzpF2I8KBgfbZFIdBOJE1kprMUhGEJGgk= +SHA256 (Pkgfile) = 92168c15a08b62f6a223c5e3170ce54a4372862631bb507d369a9595b8c19527 +SHA256 (.footprint) = e840364f489a4c6fab62400653cbbb4e93a1f83a8350aa8b12bffcc54c047102 +SHA256 (bubblewrap-0.6.0.tar.xz) = 11393cf2058f22e6a6c6e9cca3c85ff4c4239806cb28fee657c62a544df35693 SHA256 (bwrap.1) = a9724fcf70fee82f975934d8f1201f6eab24fce5193613b0f196fbf92f25b8a1 diff --git a/bubblewrap/Pkgfile b/bubblewrap/Pkgfile index 4ab7e6976..a90a55f11 100644 --- a/bubblewrap/Pkgfile +++ b/bubblewrap/Pkgfile @@ -5,7 +5,7 @@ # Optional: docbook-xsl name=bubblewrap -version=0.5.0 +version=0.6.0 release=1 source=(https://github.com/projectatomic/bubblewrap/releases/download/v$version/$nam... bwrap.1) @@ -26,4 +26,7 @@ build() { make make DESTDIR=$PKG install + + prt-get isinst bash-completion || rm -r $PKG/usr/share/bash-completion + prt-get isinst zsh || rm -r $PKG/usr/share/zsh }
participants (1)
-
crux@crux.nu