public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/nautilus-sendto/
Date: Sun,  9 Jul 2017 20:36:33 +0000 (UTC)	[thread overview]
Message-ID: <1499632586.b273e8cadfe5528e78481339c264e3c1c70e59cc.leio@gentoo> (raw)

commit:     b273e8cadfe5528e78481339c264e3c1c70e59cc
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  9 20:33:27 2017 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Jul  9 20:36:26 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b273e8ca

gnome-extra/nautilus-sendto: bump to 3.8.5

Also add a little postinst einfo blurb when nautilus[sendto] isn't installed.
This will show on first install of nautilus[sendto] if package manager orders
nautilus-sendto to be installed first, but not later on then.
But it'll show each time nautilus-sendto is installed without nautilus[sendto]
being present, hinting that it's consumed by nautilus[sendto], thus not very
useful for a standalone install.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 gnome-extra/nautilus-sendto/Manifest               |  1 +
 .../nautilus-sendto/nautilus-sendto-3.8.5.ebuild   | 43 ++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/gnome-extra/nautilus-sendto/Manifest b/gnome-extra/nautilus-sendto/Manifest
index 6523ac88f72..1ee810fbef3 100644
--- a/gnome-extra/nautilus-sendto/Manifest
+++ b/gnome-extra/nautilus-sendto/Manifest
@@ -1,2 +1,3 @@
 DIST nautilus-sendto-3.8.3.tar.xz 377928 SHA256 7ba1c37280e232b06d8e5097c584fab2e05f2b2eb2c5e9c7be8a765af063830c SHA512 936a8543857783b4bd4cba16b5297377a1f07c2c24f26b6a943fd4be25bcb542c04397ca0765b4f149f2b6178208d7fa32d6c82afe583433a13aa1109a5b1e5e WHIRLPOOL 1305700ed7f7ea0060fc99b71a364cb1881443a0cc2541a52800a2593438d2298929e8b457b1a4a5b839cf400b4c6658cbe2ab7444feead0cde2b22ceccfc1ad
 DIST nautilus-sendto-3.8.4.tar.xz 380180 SHA256 51065c6e2601560a8bc507c7aee8e967dc6c6f355c6a05a1d4e7e1fe76b908e7 SHA512 e6ba8fbb4646dce710119e2720b3482ecdb7e99f1fd53528de97ed015519aaf8bfe2339091630813e7feaf2d2d9a9a8495568c294fc00472046370c4e097df86 WHIRLPOOL 71765fed70cb1cf0347d973d0c14062667a6f91715f6e25021efd835dc825091d7d6b41e2f196fc1aa20693db241be1c78e9ca2ebfd65acd32b9f9bfe7780c5a
+DIST nautilus-sendto-3.8.5.tar.xz 382440 SHA256 8c6a2889e00edefbe13f2443512447e3e9ee87a707f483e096e3c0079ba90901 SHA512 d9b504d5615e761f19b7b4610d394ac9b928023163b3e416aca114f168330d3b35617ee8e80338cce2248151096a6e2094576e7978b80076d5eedb9bb847bfa3 WHIRLPOOL bfc8c4ffbeae66d889c362e11d17cb07a021690d22321285026a7b305af5504186d60500664997ef139c82aa24bdf952e50480dd3d956d1266149819b21c4e2d

diff --git a/gnome-extra/nautilus-sendto/nautilus-sendto-3.8.5.ebuild b/gnome-extra/nautilus-sendto/nautilus-sendto-3.8.5.ebuild
new file mode 100644
index 00000000000..29ccd42b83e
--- /dev/null
+++ b/gnome-extra/nautilus-sendto/nautilus-sendto-3.8.5.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+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 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="debug"
+
+RDEPEND="
+	>=x11-libs/gtk+-2.90.3:3
+"
+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
+}
+
+src_configure() {
+	gnome2_src_configure \
+		$(usex debug --enable-debug=yes ' ')
+}
+
+pkg_postinst() {
+	if ! has_version "gnome-base/nautilus[sendto]"; then
+		einfo "Note that ${CATEGORY}/${PN} is meant to be used as a helper by gnome-base/nautilus[sendto]"
+	fi
+}
\ No newline at end of file


             reply	other threads:[~2017-07-09 20:36 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-09 20:36 Mart Raudsepp [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-09-22  3:13 [gentoo-commits] repo/gentoo:master commit in: gnome-extra/nautilus-sendto/ Matt Turner
2023-09-22  3:13 Matt Turner
2022-12-05 17:24 WANG Xuerui
2022-10-30 22:29 Matt Turner
2022-06-21 16:29 David Seifert
2021-09-11  8:53 Marek Szuba
2019-05-23  3:27 Aaron Bauman
2018-12-02 17:27 Mart Raudsepp
2018-09-07 10:52 Mart Raudsepp
2017-12-20 21:02 Mart Raudsepp
2017-08-27 10:03 Gilles Dartiguelongue
2017-07-09 22:14 Mart Raudsepp
2017-07-07 20:46 Alexis Ballier
2016-04-03 12:42 Pacho Ramos
2016-04-03 12:42 Pacho Ramos
2016-03-06 18:58 Mikle Kolyada
2016-01-03 16:24 Gilles Dartiguelongue

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1499632586.b273e8cadfe5528e78481339c264e3c1c70e59cc.leio@gentoo \
    --to=leio@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox