diff --git a/srcpkgs/nautilus-sendto/template b/srcpkgs/nautilus-sendto/template index af6d324751..c83099b14d 100644 --- a/srcpkgs/nautilus-sendto/template +++ b/srcpkgs/nautilus-sendto/template @@ -8,17 +8,12 @@ hostmakedepends="pkg-config intltool $(vopt_if gir gobject-introspection)" makedepends="evolution-data-server-devel nautilus-devel gupnp-devel appstream-glib-devel" short_desc="Nautilus context menu for sending files" maintainer="Juan RP " +license="GPL-2.0-or-later" homepage="http://download.gnome.org/sources/nautilus-sendto/" -license="GPL-2" -distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz" +distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz" checksum=164d7c6e8bae29c4579bcc67a7bf50d783662b1545b62f3008e7ea3c0410e04d build_options="gir" if [ -z "$CROSS_BUILD" ]; then build_options_default="gir" fi - -if [ ${XBPS_GCC_VERSION_MAJOR} -gt 5 ]; then - CFLAGS="-Wno-error=format-nonliteral" -fi -