diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-02-23 23:34:57 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-02-23 23:34:57 +0800 |
| commit | e2049e835735b2dc5495a701a3186291577d6b1e (patch) | |
| tree | de98659feac12eca2ca95886a42b8cb3fe13cf59 /repos/extra/mpv | |
| parent | a5a291e17886e6b1b60638ca9615780cdd290fb3 (diff) | |
| download | alicelinux-e2049e835735b2dc5495a701a3186291577d6b1e.tar.gz alicelinux-e2049e835735b2dc5495a701a3186291577d6b1e.zip | |
removed junks
Diffstat (limited to 'repos/extra/mpv')
| -rw-r--r-- | repos/extra/mpv/.files | 6 | ||||
| -rw-r--r-- | repos/extra/mpv/abuild | 9 |
2 files changed, 7 insertions, 8 deletions
diff --git a/repos/extra/mpv/.files b/repos/extra/mpv/.files index c49c9b31..4dec3dd6 100644 --- a/repos/extra/mpv/.files +++ b/repos/extra/mpv/.files @@ -7,9 +7,6 @@ drwxr-xr-x root/root usr/bin/ drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/applications/ -rw-r--r-- root/root usr/share/applications/mpv.desktop -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/mpv drwxr-xr-x root/root usr/share/icons/ drwxr-xr-x root/root usr/share/icons/hicolor/ drwxr-xr-x root/root usr/share/icons/hicolor/128x128/ @@ -32,6 +29,3 @@ drwxr-xr-x root/root usr/share/icons/hicolor/symbolic/apps/ -rw-r--r-- root/root usr/share/icons/hicolor/symbolic/apps/mpv-symbolic.svg drwxr-xr-x root/root usr/share/metainfo/ -rw-r--r-- root/root usr/share/metainfo/mpv.metainfo.xml -drwxr-xr-x root/root usr/share/zsh/ -drwxr-xr-x root/root usr/share/zsh/site-functions/ --rw-r--r-- root/root usr/share/zsh/site-functions/_mpv diff --git a/repos/extra/mpv/abuild b/repos/extra/mpv/abuild index bd47a122..2bbd5d9e 100644 --- a/repos/extra/mpv/abuild +++ b/repos/extra/mpv/abuild @@ -1,7 +1,12 @@ name=mpv version=0.39.0 -release=1 +release=2 source="https://github.com/${name}-player/${name}/archive/v${version}/${name}-${version}.tar.gz" build_opt="-Dwayland=enabled" [ -f $SPM_PKGDB/libx11 ] && build_opt="$build_opt -Dx11=enabled" -[ -f $SPM_PKGDB/wayland ] || build_opt="$build_opt -Dwayland=disabled" + +postbuild() { + rm -r \ + $PKG/usr/share/zsh \ + $PKG/usr/share/bash-completion +} |