public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-volumed-pulse/
Date: Wed, 14 Sep 2016 04:19:59 +0000 (UTC)	[thread overview]
Message-ID: <1473826797.3f109d657cd0ab494ec654da68581a753a5b01e1.mgorny@gentoo> (raw)

commit:     3f109d657cd0ab494ec654da68581a753a5b01e1
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 14 04:15:20 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Sep 14 04:19:57 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f109d65

xfce-extra/xfce4-volumed-pulse: Bump to 0.2.2

 xfce-extra/xfce4-volumed-pulse/Manifest            |  1 +
 .../xfce4-volumed-pulse-0.2.2.ebuild               | 33 ++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/xfce-extra/xfce4-volumed-pulse/Manifest b/xfce-extra/xfce4-volumed-pulse/Manifest
index 6d55b43..cfa9efb 100644
--- a/xfce-extra/xfce4-volumed-pulse/Manifest
+++ b/xfce-extra/xfce4-volumed-pulse/Manifest
@@ -1,2 +1,3 @@
 DIST xfce4-volumed-pulse-0.2.0.tar.bz2 282403 SHA256 6930034a30bfa54106f3c76ea8e50f578426f5e6151c0e82fda04e6d127de550 SHA512 efa5bcb3558eda0b36f2bf0b737409571f69af7454f542a3dbd777e94d40b3f0107567d3fea3fc019b3eb77450b2bebde7aff8b72b0c30d2afd9a316e6ea77a6 WHIRLPOOL 1800a5e3db8e4a81a2c622aa9c33db4778391f253992056f3f4402ed337bce98c8e199d79b411e96d7d8abbb68a7d58d83471d3014dc9cbf367c87c6be26e091
 DIST xfce4-volumed-pulse-0.2.1.tar.bz2 310534 SHA256 d7400f027854d202dafe43e0d0e15e7529dc89e963ded8706e8359703bd49083 SHA512 27ab14606db33952e67aee8e37ca3ea99f24a0af67ad6b713ab38462a58e5f8a45292b5826d4ea42f5072f1dcd6b97f53876b5c5af33455a36c3ff5e6e518960 WHIRLPOOL 356f9b2329be910487e382a928f3d4c4bc1c5cf3a82a16c89b69cf8a8ece4c6659500ab061f0248463b384e7eade4ae7ea15e7111443ee13df7be86c3dc430ef
+DIST xfce4-volumed-pulse-0.2.2.tar.bz2 312703 SHA256 0ec315cd87943466e35c0572541bf4239730604236e5d793e4d9f46856d04c76 SHA512 6e452a603ca19b8fc8470851ed9570c84a8208bc7695493cc8ad6425ce6176427a264e39c5249767fe93bdb172137a0c59ef858336f28a574e74bce8d9d35bb6 WHIRLPOOL 07d8fab178005ab9defc6ab4e6715a5f337b337f52e01a1fec3de70ce649d1db77733fe165379121e54ee7804c59cf0aa2baa5090573bac8bf9ff28e534e816c

diff --git a/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.2.ebuild b/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.2.ebuild
new file mode 100644
index 00000000..328081d
--- /dev/null
+++ b/xfce-extra/xfce4-volumed-pulse/xfce4-volumed-pulse-0.2.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit xfconf
+
+DESCRIPTION="Daemon to control volume up/down and mute keys for pulseaudio"
+HOMEPAGE="https://git.xfce.org/apps/xfce4-volumed-pulse/"
+SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug libnotify"
+
+RDEPEND=">=dev-libs/glib-2.16:2=
+	dev-libs/keybinder:0=
+	>=media-sound/pulseaudio-0.9.19:=[glib]
+	>=x11-libs/gtk+-2.20:2=
+	>=xfce-base/xfconf-4.8:=
+	libnotify? ( x11-libs/libnotify:= )"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+pkg_setup() {
+	XFCONF=(
+		$(use_enable libnotify)
+		$(xfconf_use_debug)
+		)
+
+	DOCS=( AUTHORS ChangeLog README THANKS )
+}


             reply	other threads:[~2016-09-14  4:20 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-14  4:19 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-30  2:27 [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-volumed-pulse/ Sam James
2023-10-06 18:12 Michał Górny
2023-10-06 17:25 Sam James
2023-10-06 14:31 Sam James
2023-07-25 13:17 Michał Górny
2023-06-11 11:44 Michał Górny
2023-06-11 11:44 Michał Górny
2022-11-26 17:03 Michał Górny
2021-07-25  7:56 Matt Turner
2021-02-25  9:49 Sam James
2021-02-21  5:15 Sam James
2021-02-11  7:36 Sergei Trofimovich
2021-01-28  1:08 Sam James
2021-01-16 19:03 Michał Górny
2020-07-16 14:06 Sam James
2020-06-11 22:08 Mart Raudsepp
2018-11-11 19:07 Michał Górny
2018-07-10 12:29 Michał Górny
2018-04-08 17:28 Aaron Bauman
2018-03-25 17:27 Michał Górny
2018-02-14 13:35 Michał Górny
2018-01-06  5:05 Thomas Deutschmann
2018-01-05 11:33 Mikle Kolyada
2017-06-07 20:06 Michał Górny
2016-09-13 14:02 Michał Górny

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=1473826797.3f109d657cd0ab494ec654da68581a753a5b01e1.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