2010-11-22 23:32:40 +00:00
|
|
|
# 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.
|
2015-06-21 08:41:05 +00:00
|
|
|
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"
|
2010-11-22 23:32:40 +00:00
|
|
|
short_desc="Nautilus context menu for sending files"
|
2015-04-10 07:16:30 +00:00
|
|
|
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
|
2015-06-21 08:41:05 +00:00
|
|
|
|
|
|
|
build_options="gir"
|
|
|
|
if [ -z "$CROSS_BUILD" ]; then
|
|
|
|
build_options_default="gir"
|
|
|
|
fi
|
2016-09-17 14:41:08 +00:00
|
|
|
|
2016-10-25 21:19:58 +00:00
|
|
|
if [ ${XBPS_GCC_VERSION_MAJOR} -gt 5 ]; then
|
2016-09-17 14:41:08 +00:00
|
|
|
CFLAGS="-Wno-error=format-nonliteral"
|
|
|
|
fi
|
|
|
|
|