mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-04 11:14:48 +02:00
meson 1.7.0 and later don't include test build targets in the default build target. With --no-rebuild the test targets aren't build at all. Removing --no-rebuild shouldn't cause any false rebuilds since the files aren't changed between the build() and check() step. Fixes https://gitlab.alpinelinux.org/alpine/aports/-/issues/16891 Ref https://github.com/mesonbuild/meson/pull/10413
60 lines
1.2 KiB
Text
60 lines
1.2 KiB
Text
# Contributor: Rasmus Thomsen <oss@cogitri.dev>
|
|
# Maintainer: team/gnome <pabloyoyoista@postmarketos.org>
|
|
pkgname=gnome-music
|
|
pkgver=48.0
|
|
pkgrel=0
|
|
pkgdesc="Play and organize your music collection"
|
|
url="https://apps.gnome.org/Music"
|
|
arch="noarch"
|
|
license="GPL-2.0-or-later"
|
|
depends="
|
|
gnome-online-accounts
|
|
grilo
|
|
grilo-plugins
|
|
gst-plugins-good
|
|
libdazzle
|
|
libmediaart
|
|
libsoup3
|
|
py3-cairo
|
|
py3-gobject3
|
|
tinysparql
|
|
localsearch
|
|
"
|
|
makedepends="
|
|
desktop-file-utils
|
|
gnome-online-accounts-dev
|
|
gobject-introspection-dev
|
|
grilo-dev
|
|
grilo-plugins-dev
|
|
gtk4.0-dev
|
|
itstool
|
|
libadwaita-dev
|
|
libmediaart-dev
|
|
libsoup3-dev
|
|
meson
|
|
py3-cairo-dev
|
|
py3-gobject3-dev
|
|
tinysparql-dev
|
|
"
|
|
checkdepends="
|
|
appstream-glib
|
|
"
|
|
subpackages="$pkgname-lang $pkgname-doc $pkgname-pyc"
|
|
source="https://download.gnome.org/sources/gnome-music/${pkgver%.*}/gnome-music-$pkgver.tar.xz"
|
|
|
|
build() {
|
|
abuild-meson . output
|
|
meson compile -C output
|
|
}
|
|
|
|
check() {
|
|
meson test --print-errorlogs -C output
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
|
}
|
|
|
|
sha512sums="
|
|
aa5523e4bdec0e66488fe172813e0cc74ab8e314b972b0f8a46bfb20f9c5d3ce164779353680df05b5459a69f6ff71e01128d48e818baf780c8e6620b8938ab2 gnome-music-48.0.tar.xz
|
|
"
|