strip more reliably

This commit is contained in:
Harald Sitter
2026-07-03 23:17:37 +02:00
committed by Aleix Pol i Gonzalez
parent 286a7dcc19
commit a5a5e01fe4
14 changed files with 23 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ kind: manual
description: Cat clone with syntax highlighting and git integration
build-depends:
- freedesktop-sdk.bst:bootstrap/stripper.bst
- freedesktop-sdk.bst:components/rust.bst
depends:

View File

@@ -7,6 +7,7 @@ kind: manual
description: Simple, fast and user-friendly alternative to find
build-depends:
- freedesktop-sdk.bst:bootstrap/stripper.bst
- freedesktop-sdk.bst:components/rust.bst
depends:

View File

@@ -7,6 +7,7 @@ kind: manual
description: Ping, but with a graph
build-depends:
- freedesktop-sdk.bst:bootstrap/stripper.bst
- freedesktop-sdk.bst:components/rust.bst
depends:

View File

@@ -7,6 +7,7 @@ kind: manual
description: Fly through your shell history
build-depends:
- freedesktop-sdk.bst:bootstrap/stripper.bst
- freedesktop-sdk.bst:components/rust.bst
depends:

View File

@@ -7,6 +7,7 @@ kind: manual
description: A modern replacement for ps written in Rust
build-depends:
- freedesktop-sdk.bst:bootstrap/stripper.bst
- freedesktop-sdk.bst:components/rust.bst
depends:

View File

@@ -12,6 +12,7 @@ sources:
build-depends:
- freedesktop-sdk.bst:components/python3-setuptools.bst
- freedesktop-sdk.bst:components/python3-pip.bst
- freedesktop-sdk.bst:bootstrap/stripper.bst
depends:
- freedesktop-sdk.bst:components/python3.bst

View File

@@ -4,6 +4,7 @@
kind: manual
build-depends:
- freedesktop-sdk.bst:bootstrap/stripper.bst
- freedesktop-sdk.bst:components/python3-pip.bst
- freedesktop-sdk.bst:components/python3.bst

View File

@@ -7,6 +7,7 @@ kind: pip
build-depends:
- freedesktop-sdk.bst:components/python3-pip.bst
- freedesktop-sdk.bst:components/python3-setuptools.bst
- freedesktop-sdk.bst:bootstrap/stripper.bst
depends:
- freedesktop-sdk.bst:components/python3.bst

View File

@@ -7,6 +7,7 @@ kind: manual
description: A search tool that combines the usability of ag with the raw speed of grep
build-depends:
- freedesktop-sdk.bst:bootstrap/stripper.bst
- freedesktop-sdk.bst:components/rust.bst
depends:

View File

@@ -9,6 +9,9 @@ depends:
- freedesktop-sdk.bst:public-stacks/runtime-minimal.bst
- components/zsh.bst
variables:
strip-binaries: ''
config:
install-commands:
- install -Dm644 zsh-autosuggestions.zsh "%{install-root}%{datadir}/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh"

View File

@@ -8,6 +8,7 @@ description: Additional completion definitions for zsh
depends:
- freedesktop-sdk.bst:public-stacks/runtime-minimal.bst
- components/zsh.bst
- freedesktop-sdk.bst:bootstrap/stripper.bst
config:
install-commands:

View File

@@ -9,6 +9,9 @@ depends:
- freedesktop-sdk.bst:public-stacks/runtime-minimal.bst
- components/zsh.bst
variables:
strip-binaries: ''
config:
install-commands:
- install -Dm644 zsh-history-substring-search.zsh "%{install-root}%{datadir}/zsh/plugins/zsh-history-substring-search/zsh-history-substring-search.zsh"

View File

@@ -9,6 +9,9 @@ depends:
- freedesktop-sdk.bst:public-stacks/runtime-minimal.bst
- components/zsh.bst
variables:
strip-binaries: ''
config:
install-commands:
- install -Dm644 zsh-syntax-highlighting.zsh "%{install-root}%{datadir}/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh"

View File

@@ -11,6 +11,7 @@ build-depends:
- freedesktop-sdk.bst:bootstrap/pcre2.bst
- freedesktop-sdk.bst:components/gdbm.bst
- freedesktop-sdk.bst:components/libcap.bst
- freedesktop-sdk.bst:components/stripper.bst
depends:
- freedesktop-sdk.bst:public-stacks/runtime-minimal.bst
@@ -55,7 +56,9 @@ config:
install-commands:
(>):
- install -Dm644 zprofile "%{install-root}%{sysconfdir}/zsh/zprofile"
- install -Dm644 LICENCE "%{install-root}%{datadir}/licenses/zsh/LICENSE"
- |
rm "%{install-root}%{bindir}/zsh"
ln -s zsh-5.9.1 "%{install-root}%{bindir}/zsh"
public:
bst: