Skip to content

Commit

Permalink
Merge pull request #2473 from mariux64/fix-srcurl-xfce4-pulseaudio-pl…
Browse files Browse the repository at this point in the history
…ugin

xfce4-pulseaudio-plugin: fix SRCURL
  • Loading branch information
wwwutz authored Nov 9, 2021
2 parents def30fc + 61f5491 commit 4b4c10e
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions xfce4-pulseaudio-plugin.be0
Original file line number Diff line number Diff line change
@@ -1,25 +1,24 @@
#!/usr/bin/env beesh

#BEE_VERSION xfce4-pulseaudio-plugin-0.4.1-1
#BEE_VERSION xfce4-pulseaudio-plugin-0.4.1-2

SRCURL[0]="https://archive.xfce.org/src/panel-plugins/xfce4-pulseaudio-plugin/${PKGVERSION[2]}/xfce4-pulseaudio-plugin-${PKGVERSION}.tar.bz2"
#SRCURL[0]="https://archive.xfce.org/src/panel-plugins/xfce4-pulseaudio-plugin/${PKGVERSION[2]}/xfce4-pulseaudio-plugin-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/7df7280c19c2c8b8c5bc4f4f2136d1dd/xfce4-pulseaudio-plugin-0.4.1.tar.bz2"

# PATCHURL+=()

# EXCLUDE+=()

# build_in_sourcedir

# sourcesubdir_append src


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

#mee_patch() {
# bee_patch "${@}"
#}
mee_patch() {
bee_patch "${@}"
sed -i '/^ALL_LINGUAS/ s/@ALL_LINGUAS@//' po/Makefile.in.in
}

#mee_configure() {
# bee_configure
Expand All @@ -32,4 +31,3 @@ SRCURL[0]="https://archive.xfce.org/src/panel-plugins/xfce4-pulseaudio-plugin/${
#mee_install() {
# bee_install
#}
## by default this may be 'make install DESTDIR="${D}"'

0 comments on commit 4b4c10e

Please sign in to comment.