Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
audacious & -plugins: upadate 3.10.1 to 4.1
- update
  • Loading branch information
wwwutz committed Nov 22, 2021
1 parent 11e7563 commit add6bc2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 20 deletions.
16 changes: 7 additions & 9 deletions 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+=()

Expand All @@ -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
Expand All @@ -37,7 +39,3 @@ mee_configure() {
#mee_install() {
# bee_install
#}

mee_install_post() {
rm -vrf ${D}/usr/share/locale
}
20 changes: 9 additions & 11 deletions 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+=()

Expand All @@ -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
Expand All @@ -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
}

0 comments on commit add6bc2

Please sign in to comment.