summaryrefslogtreecommitdiff
path: root/testing/paprefs/APKBUILD
blob: 8a820329d3c02050d91fa8db7bc4da4468421f80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Contributor: Leo <thinkabit.ukim@gmail.com>
# Maintainer:
pkgname=paprefs
pkgver=1.2
pkgrel=0
pkgdesc="Configuration dialog for PulseAudio"
url="https://freedesktop.org/software/pulseaudio/paprefs/"
arch="all"
license="GPL-2.0-or-later"
makedepends="
	glib-dev
	gtkmm3-dev
	libsigc++-dev
	meson
	pulseaudio-dev
	"
subpackages="$pkgname-lang"
source="https://freedesktop.org/software/pulseaudio/paprefs/paprefs-$pkgver.tar.xz"

build() {
	abuild-meson . output
	meson compile -C output
}

check() {
	meson test --no-rebuild --print-errorlogs -C output
}

package() {
	DESTDIR="$pkgdir" meson install --no-rebuild -C output
}

sha512sums="
2bc50116528c150060711899c66976179e433f6be36f6b7806f0fd3f66346ce14037875e7f119dc205d2047c3998d78105fa7d7c397dfcf02fb8d3bfec34154c  paprefs-1.2.tar.xz
"