aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/mpv
diff options
context:
space:
mode:
Diffstat (limited to 'repos/extra/mpv')
-rw-r--r--repos/extra/mpv/.files6
-rw-r--r--repos/extra/mpv/abuild9
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
+}