public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Bernard Cafarelli" <voyageur@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmudmount/
Date: Sat, 22 Dec 2018 22:43:33 +0000 (UTC)	[thread overview]
Message-ID: <1545518606.a5bb420cfb19de304428f4a25caaa08c3475bcb0.voyageur@gentoo> (raw)

commit:     a5bb420cfb19de304428f4a25caaa08c3475bcb0
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 22 22:39:22 2018 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sat Dec 22 22:43:26 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5bb420c

A11-plugins/wmudmount: 3.0 bump

Replace gnome-keyring with gcr and libsecret

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 x11-plugins/wmudmount/Manifest             |  1 +
 x11-plugins/wmudmount/metadata.xml         |  4 +++
 x11-plugins/wmudmount/wmudmount-3.0.ebuild | 42 ++++++++++++++++++++++++++++++
 3 files changed, 47 insertions(+)

diff --git a/x11-plugins/wmudmount/Manifest b/x11-plugins/wmudmount/Manifest
index fd46afa9be1..9949c6db305 100644
--- a/x11-plugins/wmudmount/Manifest
+++ b/x11-plugins/wmudmount/Manifest
@@ -1 +1,2 @@
 DIST wmudmount-2.2.tar.gz 181700 BLAKE2B f375aca9da44b5cba1483b70c36bbed81d897a691ce91ca5d3e11f8bbbbe1cc46685480d41144d6cca0bd10f625e46b5eec2ffc573ec7dd90b9b241dde7605a2 SHA512 6bc08b60430bbe66710ce183f0e7693a7818cee68cefac3a3bc191104663dd3649f8cdb62c7f214bdf4ed377b01fef250fe388f14645690aab7993c6071ceffe
+DIST wmudmount-3.0.tar.gz 189435 BLAKE2B e04c0bedfd4d0f4deed88f3acc87e4f2871890d6d12811404ec6c884107ae6bd9df17e724100068b08ff31ae557a02cd20bfc86222111939984fcc7916466c06 SHA512 dd12354d281ab04255e4ecf600d05c661168ed69b48439bba4ee6e61f2c93507e35e45c6f6671426c26df2fcf17ba5e851a6a3a3d757a5016a49bd8f76893eb9

diff --git a/x11-plugins/wmudmount/metadata.xml b/x11-plugins/wmudmount/metadata.xml
index f78dad9d13a..658d5857f5d 100644
--- a/x11-plugins/wmudmount/metadata.xml
+++ b/x11-plugins/wmudmount/metadata.xml
@@ -5,6 +5,10 @@
 		<email>voyageur@gentoo.org</email>
 		<name>Bernard Cafarelli</name>
 	</maintainer>
+	<use>
+		<flag name="gcr">Enable support for secure memory with <pkg>app-crypt/gcr</pkg></flag>
+		<flag name="secret">Enable support for secret service with <pkg>app-crypt/libsecret</pkg></flag>
+	</use>
 	<upstream>
 		<remote-id type="sourceforge">wmudmount</remote-id>
 	</upstream>

diff --git a/x11-plugins/wmudmount/wmudmount-3.0.ebuild b/x11-plugins/wmudmount/wmudmount-3.0.ebuild
new file mode 100644
index 00000000000..9b83e5ecdee
--- /dev/null
+++ b/x11-plugins/wmudmount/wmudmount-3.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome2-utils
+
+DESCRIPTION="A filesystem mounter that uses udisks to handle notification and mounting"
+HOMEPAGE="https://sourceforge.net/projects/wmudmount/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="gcr libnotify secret"
+
+RDEPEND="sys-fs/udisks:2
+	>=x11-libs/gtk+-3.16.0:3
+	gcr? ( app-crypt/gcr )
+	libnotify? ( >=x11-libs/libnotify-0.7 )
+	secret? ( app-crypt/libsecret )"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig
+	virtual/imagemagick-tools[png]"
+
+DOCS="ChangeLog"
+
+PATCHES=( "${FILESDIR}"/${PN}-2.2-perl_brace_regex.patch )
+
+src_configure() {
+	econf \
+		$(use_with gcr) \
+		$(use_with libnotify) \
+		$(use_with secret)
+}
+
+pkg_postinst() {
+	gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+	gnome2_icon_cache_update
+}


             reply	other threads:[~2018-12-22 22:43 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-22 22:43 Bernard Cafarelli [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-05-18 12:17 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmudmount/ Andreas Sturmlechner
2023-05-18 12:17 Andreas Sturmlechner
2022-10-01 17:16 Matt Turner
2022-02-20 15:51 Bernard Cafarelli
2020-03-20  9:15 Bernard Cafarelli
2020-03-20  9:04 Agostino Sarubbo
2020-03-20  8:59 Agostino Sarubbo
2018-12-11 14:29 Bernard Cafarelli
2018-10-05 13:55 Mikle Kolyada
2018-09-19 18:29 Thomas Deutschmann
2017-10-22 19:25 Bernard Cafarelli
2017-02-12 23:35 Bernard Cafarelli
2017-02-12 23:35 Bernard Cafarelli
2017-02-11 19:47 David Seifert
2016-07-05 13:18 Bernard Cafarelli
2015-12-17 20:54 Bernard Cafarelli

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=1545518606.a5bb420cfb19de304428f4a25caaa08c3475bcb0.voyageur@gentoo \
    --to=voyageur@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