~alpine/aports

Fix testing/pavucontrol APKBUILD v2 PROPOSED

Noam Preil: 1
 Fix testing/pavucontrol APKBUILD

 1 files changed, 3 insertions(+), 7 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/2928/mbox | git am -3
Learn more about email & git

[PATCH v2] Fix testing/pavucontrol APKBUILD Export this patch

---
 testing/pavucontrol/APKBUILD | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/testing/pavucontrol/APKBUILD b/testing/pavucontrol/APKBUILD
index cf1acf77..500cad4c 100644
--- a/testing/pavucontrol/APKBUILD
+++ b/testing/pavucontrol/APKBUILD
@@ -6,13 +6,11 @@ pkgdesc="Pulseaudio Volume Control, GTK based mixer for Pulseaudio"
url="https://freedesktop.org/software/pulseaudio/pavucontrol/"
arch="all"
license="GPL-2.0-or-later"
depends="pulseaudio"
makedepends="m4 automake gtkmm3-dev glade-dev pulseaudio-dev"
install=""
depends="pulseaudio gtkmm3 glade3 libcanberra-gtk3"
makedepends="m4 automake gtkmm3-dev glade3-dev pulseaudio-dev libcanberra-dev"
source="https://freedesktop.org/software/pulseaudio/pavucontrol/pavucontrol-$pkgver.tar.gz"

build() {
	# Replace with proper build command(s)
	./configure \
		--build=$CBUILD \
		--host=$CHOST \
@@ -22,17 +20,15 @@ build() {
		--localstatedir=/var \
		--datadir=/usr/share \
		--disable-lynx \
                --disable-nls
		--disable-nls
	make
}

check() {
	# Replace with proper check command(s)
	make check
}

package() {
	# Replace with proper package command(s)
	make DESTDIR="$pkgdir" install
}

-- 
2.23.0