From f919dc5ee130fd6a7832ffe364e5051bdb361325 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 13 Mar 2025 10:49:03 +0100 Subject: [PATCH] remove audicious & plugins new version core dump --- audacious-plugins.be0 | 41 ----------------------------------------- audacious.be0 | 43 ------------------------------------------- 2 files changed, 84 deletions(-) delete mode 100755 audacious-plugins.be0 delete mode 100755 audacious.be0 diff --git a/audacious-plugins.be0 b/audacious-plugins.be0 deleted file mode 100755 index ff4bf17e5..000000000 --- a/audacious-plugins.be0 +++ /dev/null @@ -1,41 +0,0 @@ -#!/usr/bin/env beesh - -# 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://beehive.molgen.mpg.de/740d83757b49b82bc75e256c96b09bfd/audacious-plugins-4.1.tar.bz2" - -# PATCHURL+=() - -build_in_sourcedir - -# sourcesubdir_append src - -#mee_extract() { -# bee_extract "${@}" -#} - -mee_patch() { - bee_patch "${@}" - sed -i '/^LOCALES/ s/LOCALES/LOCALES = \nNOPE_LOCALES/' po/Makefile -} - -mee_configure() { - export TERM=dumb - bee_configure \ - --with-buildstamp='MarIuX' \ - --enable-qt \ - --disable-gtk \ - --disable-nls -} - -#mee_build() { -# bee_build -#} - -#mee_install() { -# bee_install -#} diff --git a/audacious.be0 b/audacious.be0 deleted file mode 100755 index cb228fd9d..000000000 --- a/audacious.be0 +++ /dev/null @@ -1,43 +0,0 @@ -#!/usr/bin/env beesh - -# 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://beehive.molgen.mpg.de/22fbe28b073682d55ee87698f283e195/audacious-4.1.tar.bz2" - -# PATCHURL+=() - -build_in_sourcedir - -# sourcesubdir_append src - -#mee_extract() { -# bee_extract "${@}" -#} - -mee_patch() { - bee_patch "${@}" - sed -i '/^LOCALES/ s/LOCALES/LOCALES = \nNOPE_LOCALES/' po/Makefile -} - -mee_configure() { - export TERM=dumb - bee_configure \ - --with-diagnostics-color=no \ - --with-buildstamp='MarIuX' \ - --enable-qt \ - --disable-gtk \ - --disable-nls -} - -#mee_build() { -# bee_build -#} - -mee_install() { - bee_install - rm -vrf ${D}/usr/share/audacious -}