From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/thunar-volman/
Date: Sun, 28 Jul 2019 15:43:24 +0000 (UTC) [thread overview]
Message-ID: <1564328593.40c0a1077f66ed80270d32cb5775ae1b231d1f51.mgorny@gentoo> (raw)
commit: 40c0a1077f66ed80270d32cb5775ae1b231d1f51
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 28 15:16:30 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 28 15:43:13 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40c0a107
xfce-extra/thunar-volman: Bump to 0.9.4
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
| 1 +
.../thunar-volman/thunar-volman-0.9.4.ebuild | 47 ++++++++++++++++++++++
2 files changed, 48 insertions(+)
--git a/xfce-extra/thunar-volman/Manifest b/xfce-extra/thunar-volman/Manifest
index 742018fa819..abc810730a0 100644
--- a/xfce-extra/thunar-volman/Manifest
+++ b/xfce-extra/thunar-volman/Manifest
@@ -1,3 +1,4 @@
DIST thunar-volman-0.8.1.tar.bz2 474769 BLAKE2B 2bf6378b35f0cd868cc7363909cc5d54a997a5a69758a27d45640968e3ef8d7cb3f5af185d1a8f83e8593610490a8566742070808ab85810cd3411856aa0030a SHA512 a82c019b028277d97e7903dcbeaf4704cb7fc1e95b0ea18c6290a7a8581355691990cbdb5fa0c234ed5dd51c1ba7f1bca9a495e60f9f8597a993845481113bb6
DIST thunar-volman-0.9.2.tar.bz2 495324 BLAKE2B cf02e61d76804b0e1d407c9370daa3c4d0ceaf2c887dcf32a82cacd60e9befbdd7173338dbf025ee16fe3ea4e01c4bd4cd0b1c21452e389712bc103ffd02532d SHA512 808f3dfdf105911275b0c96705604bd1575cd9c5bddaaae96583949c995a3bc84a71ce154c05ed3ce395d4b4d78e4d67770f79b3226fd4a35c509f5e612de72f
DIST thunar-volman-0.9.3.tar.bz2 500689 BLAKE2B db4790874eddd39e880a93c7858a43e4ff9d15b5ed6199b212dbf02adaf4fd3055172d99b0e9674362de892535611d3db876f5f8ce9bf012c2278172cfd56417 SHA512 514fd7256c2cda7fac266b05b631e4c34ddc66e12d63270cf76846b0748d1a7c2444bfb2d5600722c4eb41f0c0c95d4823e9c3c17f0f9e2c289f9967cb75ccc2
+DIST thunar-volman-0.9.4.tar.bz2 501493 BLAKE2B 788b881f40995e95fffcedd70c0c0ea66ec8f9a81386e103d41c853a2d24408d79be04053cf34fbb5a8a28a367713ccd63cc3eaf4e536ec71a3466edb8d387ae SHA512 e75d1d8a6094f9722e170f7dc2978a213b292225ec66cdb602c4a3a2b9dac07b5d5228c970c0a39f46f4f7a0197c089f7f930fbc24dfc202dbdc27501686fb2f
diff --git a/xfce-extra/thunar-volman/thunar-volman-0.9.4.ebuild b/xfce-extra/thunar-volman/thunar-volman-0.9.4.ebuild
new file mode 100644
index 00000000000..629d4c75ad1
--- /dev/null
+++ b/xfce-extra/thunar-volman/thunar-volman-0.9.4.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg-utils
+
+DESCRIPTION="Daemon that enforces volume-related policies"
+HOMEPAGE="https://goodies.xfce.org/projects/thunar-plugins/thunar-volman"
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
+
+# CC for tvm-burn-cd.svg
+LICENSE="GPL-2+ CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="libnotify"
+
+COMMON_DEPEND=">=dev-libs/glib-2.30:=
+ virtual/libgudev:=
+ >=x11-libs/gtk+-3.20:3=
+ >=xfce-base/exo-0.10:=
+ >=xfce-base/libxfce4ui-4.12:=
+ >=xfce-base/libxfce4util-4.12:=
+ >=xfce-base/xfconf-4.12:=
+ libnotify? ( >=x11-libs/libnotify-0.7:= )"
+RDEPEND="${COMMON_DEPEND}
+ virtual/udev
+ >=xfce-base/thunar-1.6[udisks]"
+DEPEND="${COMMON_DEPEND}
+ dev-util/intltool
+ sys-devel/gettext
+ virtual/pkgconfig"
+
+src_configure() {
+ local myconf=(
+ $(use_enable libnotify notifications)
+ )
+ econf "${myconf[@]}"
+}
+
+pkg_postinst() {
+ xdg_icon_cache_update
+}
+
+pkg_postrm() {
+ xdg_icon_cache_update
+}
next reply other threads:[~2019-07-28 15:43 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-28 15:43 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-08-28 6:49 [gentoo-commits] repo/gentoo:master commit in: xfce-extra/thunar-volman/ WANG Xuerui
2021-05-29 0:03 Yixun Lan
2021-04-12 23:33 Sam James
2021-02-19 1:11 Michał Górny
2021-02-18 22:08 Sam James
2021-02-18 7:26 Sam James
2021-02-08 6:11 Sam James
2021-02-08 6:05 Sam James
2021-01-18 20:29 Michał Górny
2020-12-23 8:06 Michał Górny
2020-12-16 13:29 Michał Górny
2020-11-02 19:05 Michał Górny
2020-08-21 2:23 Michał Górny
2019-10-13 11:24 Mikle Kolyada
2019-10-12 21:23 Sergei Trofimovich
2019-10-12 21:16 Sergei Trofimovich
2019-08-22 12:31 Michał Górny
2019-08-12 13:21 Michał Górny
2019-07-28 15:43 Michał Górny
2019-06-30 6:51 Michał Górny
2019-05-24 22:20 Michał Górny
2019-05-18 11:11 Michał Górny
2019-05-17 18:51 Michał Górny
2018-11-28 9:04 Michał Górny
2018-03-23 19:53 Markus Meier
2018-03-03 17:48 Tobias Klausmann
2018-01-08 8:00 Sergei Trofimovich
2018-01-07 20:32 Sergei Trofimovich
2018-01-07 13:17 Sergei Trofimovich
2018-01-06 5:05 Thomas Deutschmann
2018-01-05 11:08 Mikle Kolyada
2017-12-14 15:58 Michał Górny
2017-12-11 13:42 Denis Dupeyron
2017-02-06 13:52 Mart Raudsepp
2016-08-02 16:10 Michał Górny
2015-10-17 18:32 Mikle Kolyada
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=1564328593.40c0a1077f66ed80270d32cb5775ae1b231d1f51.mgorny@gentoo \
--to=mgorny@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