void-packages/srcpkgs/nautilus-sendto/template

25 lines
823 B
Bash
Raw Normal View History

# Template file for 'nautilus-sendto'
pkgname=nautilus-sendto
2017-10-16 09:35:26 +00:00
version=3.8.6
2016-11-19 09:27:00 +00:00
revision=1
2017-10-16 09:35:26 +00:00
build_style=meson
2012-09-25 16:00:08 +00:00
# XXX: add pidgin and gajim depends for plugins to work.
hostmakedepends="pkg-config intltool $(vopt_if gir gobject-introspection)"
2017-10-16 09:35:26 +00:00
makedepends="evolution-data-server-devel nautilus-devel gupnp-devel appstream-glib-devel"
short_desc="Nautilus context menu for sending files"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
2011-09-30 16:41:39 +00:00
homepage="http://download.gnome.org/sources/nautilus-sendto/"
license="GPL-2"
2013-09-26 22:13:57 +00:00
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
2017-10-16 09:35:26 +00:00
checksum=164d7c6e8bae29c4579bcc67a7bf50d783662b1545b62f3008e7ea3c0410e04d
build_options="gir"
if [ -z "$CROSS_BUILD" ]; then
build_options_default="gir"
fi
2016-09-17 14:41:08 +00:00
if [ ${XBPS_GCC_VERSION_MAJOR} -gt 5 ]; then
2016-09-17 14:41:08 +00:00
CFLAGS="-Wno-error=format-nonliteral"
fi