Skip to content

pavucontrol: fix SRCURL #1919

Merged
merged 1 commit into from
Sep 30, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
#}