2025-10-12 21:49:24 +00:00

27 lines
803 B
Plaintext

# Maintainer: Peter Bui <pbui@bx612.space>
pkgname=nautilus-python
pkgver=4.0.1
pkgrel=0
pkgdesc="Python bindings for the Nautilus Extension API"
url="https://gitlab.gnome.org/GNOME/nautilus-python/"
arch="all"
license="GPL-2.0-or-later"
depends="py3-gobject3"
makedepends="meson nautilus-dev python3-dev py3-gobject3-dev"
options="!check" # no tests
subpackages="$pkgname-dev $pkgname-doc"
source="https://gitlab.gnome.org/GNOME/nautilus-python/-/archive/$pkgver/nautilus-python-$pkgver.tar.gz"
build() {
abuild-meson . output
meson compile -C output
}
package() {
DESTDIR="$pkgdir" meson install --no-rebuild -C output
}
sha512sums="
d3f35074ad198345296b6c9169274b06d8f63ae94dd2131e1a90a3cf2c822f7be8ffc90a63082aa9810b6546e278967711b3df0e98ef59f3422b4345429ac023 nautilus-python-4.0.1.tar.gz
"