aboutsummaryrefslogtreecommitdiffstats
path: root/community/nemo/APKBUILD
blob: 04d634b42b099b6c40ac249bb48911fa30c009b4 (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
36
37
38
39
40
41
42
# Contributor: Clayton Craft <clayton@craftyguy.net>
# Maintainer: Clayton Craft <clayton@craftyguy.net>
pkgname=nemo
pkgver=4.8.6
pkgrel=0
pkgdesc="File manager for the Cinnamon desktop environment"
# s390x and ppc64le blocked by exempi
# riscv64 disabled due to missing rust in recursive dependency
arch="all !s390x !ppc64le !riscv64"  # exempi, libexif-dev not available for all archs
url="https://github.com/linuxmint/nemo"
license="GPL-2.0-only"
makedepends="
	exempi-dev
	xapp-dev
	cinnamon-desktop-dev
	dconf-dev
	gobject-introspection-dev
	gvfs-dev
	intltool
	libexif-dev
	libnotify-dev
	libxml2-dev
	meson
	python3"
checkdepends="xvfb-run"
source="https://github.com/linuxmint/nemo/archive/$pkgver/nemo-$pkgver.tar.gz"
subpackages="$pkgname-doc $pkgname-dev"
options="!check" # tests are broken: https://github.com/linuxmint/nemo/issues/2501

build() {
	abuild-meson . output
	meson compile ${JOBS:+-j ${JOBS}} -C output
}

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

check() {
	xvfb-run meson test -C output
}
sha512sums="fd34dd7dc78ad8799ba3f4d07f4e71c91cc4edf392781ed7d3c4d693cc7bdd77e83e4307ba90986af8dd5640b4bd062578cc5d8628c4307eec8bdffd66cb3099  nemo-4.8.6.tar.gz"