Skip to content

Commit

Permalink
audacious-plugins: update to 3.10.1
Browse files Browse the repository at this point in the history
- update
  • Loading branch information
wwwutz committed Oct 21, 2019
1 parent cc49275 commit 7d1dd21
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions audacious-plugins.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
#!/usr/bin/env beesh

# BEE_VERSION audacious-plugins-3.10.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"

# PATCHURL+=()

build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

mee_configure() {
export TERM=dumb
bee_configure \
--with-buildstamp='MarIuX' \
--enable-qt \
--disable-gtk \
--disable-nls
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

mee_install_post() {
rm -vrf ${D}/usr/share/locale
}

0 comments on commit 7d1dd21

Please sign in to comment.