Skip to content

Commit

Permalink
Merge pull request #1919 from mariux64/fix-pavucontrol
Browse files Browse the repository at this point in the history
pavucontrol: fix SRCURL
  • Loading branch information
wwwutz authored Sep 30, 2020
2 parents 612f5a2 + 011dbb0 commit adc8961
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions pavucontrol.be0
Original file line number Diff line number Diff line change
@@ -1,24 +1,16 @@
#!/usr/bin/env beesh

# BEE_VERSION pavucontrol-4.0-0
# BEE_VERSION pavucontrol-4.0-1

## The source URL(s) array
SRCURL[0]="https://freedesktop.org/software/pulseaudio/pavucontrol/pavucontrol-${PKGVERSION}.tar.xz"
# SRCURL[0]="https://freedesktop.org/software/pulseaudio/pavucontrol/pavucontrol-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/9dcc2c76292e7e5e075d51b8dcb20202/pavucontrol-4.0.tar.xz"

## Add URLs/pathes to patch files
# PATCHURL+=()

## files that should not be added from the image directory.
# EXCLUDE+=()


## uncomment to change default
# build_in_sourcedir

## specify different source directory
# sourcesubdir_append src


#mee_extract() {
# bee_extract "${@}"
#}
Expand All @@ -27,6 +19,10 @@ SRCURL[0]="https://freedesktop.org/software/pulseaudio/pavucontrol/pavucontrol-$
# bee_patch "${@}"
#}

mee_patch_post() {
sed -i /USE_NLS=yes/s/yes/no/ configure
}

#mee_configure() {
# bee_configure
#}
Expand All @@ -35,9 +31,6 @@ SRCURL[0]="https://freedesktop.org/software/pulseaudio/pavucontrol/pavucontrol-$
# bee_build
#}

## mee_install() should install into "${D}"
## default: 'make install DESTDIR="${D}"'

#mee_install() {
# bee_install
#}

0 comments on commit adc8961

Please sign in to comment.