nautilus: enable gir
This commit is contained in:
parent
2bb53f5675
commit
528cce99eb
1 changed files with 10 additions and 6 deletions
|
@ -1,16 +1,17 @@
|
||||||
# Template file for 'nautilus'
|
# Template file for 'nautilus'
|
||||||
pkgname=nautilus
|
pkgname=nautilus
|
||||||
version=3.30.5
|
version=3.30.5
|
||||||
revision=1
|
revision=2
|
||||||
build_style=meson
|
build_style=meson
|
||||||
|
build_helper="gir"
|
||||||
configure_args="-Dtests=headless -Dintrospection=$(vopt_if gir true false)"
|
configure_args="-Dtests=headless -Dintrospection=$(vopt_if gir true false)"
|
||||||
hostmakedepends="glib-devel libxslt pkg-config $(vopt_if gir 'gobject-introspection')"
|
hostmakedepends="glib-devel libxslt pkg-config"
|
||||||
makedepends="exempi-devel gnome-autoar-devel gnome-desktop-devel gtk+3-devel
|
makedepends="exempi-devel gnome-autoar-devel gnome-desktop-devel gtk+3-devel
|
||||||
libexif-devel libgexiv2-devel libglib-devel libnotify-devel libseccomp-devel
|
libexif-devel libgexiv2-devel libglib-devel libnotify-devel libseccomp-devel
|
||||||
libX11-devel libxml2-devel tracker-devel"
|
libX11-devel libxml2-devel tracker-devel"
|
||||||
depends="desktop-file-utils gsettings-desktop-schemas hicolor-icon-theme"
|
depends="desktop-file-utils gsettings-desktop-schemas hicolor-icon-theme"
|
||||||
checkdepends="tracker"
|
checkdepends="tracker"
|
||||||
short_desc="The GNOME file manager"
|
short_desc="GNOME file manager"
|
||||||
maintainer="Rasmus Thomsen <rasmus.thomsen@protonmail.com>"
|
maintainer="Rasmus Thomsen <rasmus.thomsen@protonmail.com>"
|
||||||
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
||||||
homepage="https://wiki.gnome.org/Nautilus"
|
homepage="https://wiki.gnome.org/Nautilus"
|
||||||
|
@ -18,9 +19,12 @@ distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=dbbe3f7c81ecbeab0c1c4be30100ac7ef359c093ef39f334f389a395fc259990
|
checksum=dbbe3f7c81ecbeab0c1c4be30100ac7ef359c093ef39f334f389a395fc259990
|
||||||
|
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
|
||||||
build_options_default="gir"
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
fi
|
x86_64-musl) build_options_default+=" gir" ;;
|
||||||
|
*-musl) ;;
|
||||||
|
*) build_options_default+=" gir" ;;
|
||||||
|
esac
|
||||||
|
|
||||||
libnautilus_package() {
|
libnautilus_package() {
|
||||||
short_desc+=" - shared libraries"
|
short_desc+=" - shared libraries"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue