diff --git a/audacious-plugins.be0 b/audacious-plugins.be0 index 5064897e2..ff4bf17e5 100755 --- a/audacious-plugins.be0 +++ b/audacious-plugins.be0 @@ -1,11 +1,12 @@ #!/usr/bin/env beesh -# BEE_VERSION audacious-plugins-3.10.1-0 +# BEE_VERSION audacious-plugins-4.1-0 # more info: https://audacious-media-player.org/ # https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=audacious-qt5 -SRCURL[0]="https://distfiles.audacious-media-player.org/audacious-plugins-${PKGVERSION}.tar.bz2" +# SRCURL[0]="https://distfiles.audacious-media-player.org/audacious-plugins-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://beehive.molgen.mpg.de/740d83757b49b82bc75e256c96b09bfd/audacious-plugins-4.1.tar.bz2" # PATCHURL+=() @@ -17,9 +18,10 @@ build_in_sourcedir # bee_extract "${@}" #} -#mee_patch() { -# bee_patch "${@}" -#} +mee_patch() { + bee_patch "${@}" + sed -i '/^LOCALES/ s/LOCALES/LOCALES = \nNOPE_LOCALES/' po/Makefile +} mee_configure() { export TERM=dumb @@ -37,7 +39,3 @@ mee_configure() { #mee_install() { # bee_install #} - -mee_install_post() { - rm -vrf ${D}/usr/share/locale -} diff --git a/audacious.be0 b/audacious.be0 index eddb74c24..cb228fd9d 100755 --- a/audacious.be0 +++ b/audacious.be0 @@ -1,11 +1,12 @@ #!/usr/bin/env beesh -# BEE_VERSION audacious-3.10.1-0 +# BEE_VERSION audacious-4.1-0 # more info: https://audacious-media-player.org/ # https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=audacious-qt5 -SRCURL[0]="https://distfiles.audacious-media-player.org/audacious-${PKGVERSION}.tar.bz2" +#SRCURL[0]="https://distfiles.audacious-media-player.org/audacious-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://beehive.molgen.mpg.de/22fbe28b073682d55ee87698f283e195/audacious-4.1.tar.bz2" # PATCHURL+=() @@ -17,9 +18,10 @@ build_in_sourcedir # bee_extract "${@}" #} -#mee_patch() { -# bee_patch "${@}" -#} +mee_patch() { + bee_patch "${@}" + sed -i '/^LOCALES/ s/LOCALES/LOCALES = \nNOPE_LOCALES/' po/Makefile +} mee_configure() { export TERM=dumb @@ -35,11 +37,7 @@ mee_configure() { # bee_build #} -#mee_install() { -# bee_install -#} - -mee_install_post() { - rm -vrf ${D}/usr/share/locale +mee_install() { + bee_install rm -vrf ${D}/usr/share/audacious }