~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH v2] Fix testing/pavucontrol APKBUILD

Details
Message ID
<20190820013953.566-1-pleasantatk@gmail.com>
DKIM signature
missing
Download raw message
Patch: +3 -7
---
 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
Details
Message ID
<BWE7A6E12QO1.21Y95MVZAMUWQ@Impreza>
In-Reply-To
<20190820013953.566-1-pleasantatk@gmail.com> (view parent)
DKIM signature
missing
Download raw message
On Mon Aug 19, 2019 at 9:39 PM Noam Preil wrote:
> +depends="pulseaudio gtkmm3 glade3 libcanberra-gtk3"

No, Alpine Linux uses so: providers to automatically find the packages it should depend on via the libraries pavucontrol links to.
Reply to thread Export thread (mbox)