gnome-extra/nautilus-sendto: Version bump
authorPacho Ramos <pacho@gentoo.org>
Sun, 3 Apr 2016 11:28:11 +0000 (13:28 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sun, 3 Apr 2016 12:41:06 +0000 (14:41 +0200)
Package-Manager: portage-2.2.28

gnome-extra/nautilus-sendto/Manifest
gnome-extra/nautilus-sendto/nautilus-sendto-3.8.3.ebuild [new file with mode: 0644]

index 225864cf873a5cde2f646f58799657d29d5e9fed..6a792e4dbf5737f749a4494087730285b9620505 100644 (file)
@@ -1 +1,2 @@
 DIST nautilus-sendto-3.8.2.tar.xz 343032 SHA256 932811e781457b1dbf7b396e930d588f433b9ba756b10bde9f03f6d71d54bdc5 SHA512 51ae4b4a14d21677b043c3023d548c1984808ab3216a14b89988bf6883e8807c8215375026f0558723792aba1552518d53631388b18c1c4346813f6246b8a422 WHIRLPOOL a38dab01ee907a23d36afcd6ce90af8b5c08e064435bbe2a96eae522d6fab568b0e5e8390e7f002ba87ee4c8bd06e1293e25057c7dbf4343ee788e8dbb52418d
+DIST nautilus-sendto-3.8.3.tar.xz 377928 SHA256 7ba1c37280e232b06d8e5097c584fab2e05f2b2eb2c5e9c7be8a765af063830c SHA512 936a8543857783b4bd4cba16b5297377a1f07c2c24f26b6a943fd4be25bcb542c04397ca0765b4f149f2b6178208d7fa32d6c82afe583433a13aa1109a5b1e5e WHIRLPOOL 1305700ed7f7ea0060fc99b71a364cb1881443a0cc2541a52800a2593438d2298929e8b457b1a4a5b839cf400b4c6658cbe2ab7444feead0cde2b22ceccfc1ad
diff --git a/gnome-extra/nautilus-sendto/nautilus-sendto-3.8.3.ebuild b/gnome-extra/nautilus-sendto/nautilus-sendto-3.8.3.ebuild
new file mode 100644 (file)
index 0000000..6f57138
--- /dev/null
@@ -0,0 +1,35 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+GCONF_DEBUG="yes"
+
+inherit gnome2
+
+DESCRIPTION="A nautilus extension for sending files to locations"
+HOMEPAGE="https://git.gnome.org/browse/nautilus-sendto/"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="
+       >=x11-libs/gtk+-2.90.3:3[X(+)]
+"
+DEPEND="${RDEPEND}
+       >=dev-util/gtk-doc-am-1.9
+       >=dev-util/intltool-0.35
+       sys-devel/gettext
+       virtual/pkgconfig
+"
+# Needed for eautoreconf
+#      >=gnome-base/gnome-common-0.12
+
+src_prepare() {
+       gnome2_src_prepare
+
+       # Does not require introspection at all, bug #561008
+       sed -i -e 's/\(^ \+enable_introspection\)=yes/\1=no/' configure || die
+}