From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pnmixer/
Date: Fri, 19 May 2017 10:52:04 +0000 (UTC) [thread overview]
Message-ID: <1495191075.3a75f61793f7efc45b860fe39c2393fb89bf9179.mgorny@gentoo> (raw)
commit: 3a75f61793f7efc45b860fe39c2393fb89bf9179
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri May 19 10:37:05 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May 19 10:51:15 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a75f617
media-sound/pnmixer: Bump to 0.7.1
Requested by the proxied maintainer on IRC.
media-sound/pnmixer/Manifest | 1 +
media-sound/pnmixer/pnmixer-0.7.1.ebuild | 42 ++++++++++++++++++++++++++++++++
2 files changed, 43 insertions(+)
diff --git a/media-sound/pnmixer/Manifest b/media-sound/pnmixer/Manifest
index 16e020eb616..2f84f49cb42 100644
--- a/media-sound/pnmixer/Manifest
+++ b/media-sound/pnmixer/Manifest
@@ -1,3 +1,4 @@
DIST pnmixer-0.6_pre20111213.tar.xz 131328 SHA256 aa42180145aa56639440168935a8b16c576e6e49db0bbe2955b79a890437f013 SHA512 967a685593256f9f2e8ab2ef955a91a03c3710d96956087ac55301d5232e6f01897efbb064bd6dc1804836af1b66c038cb3d04203043462de5246e4f14dd37c4 WHIRLPOOL 1fe36a5ea212447212bbd9b6b4efee22e1f75fbb0f2c0548447c0987664d94524e306e2942f6e96c6f10cf6bf15abc35df6b7953d63ef8ec2241eef3d627c16d
+DIST pnmixer-0.7.1.tar.gz 237949 SHA256 3214b3bb54a245b8f38a5b28ebe853df8648edfbdaebec14128e4ffe3f1f4bc2 SHA512 08d83424d921ef6112700fe8c3b55e147ace7767698a9d3ee4bb79ed0e727be7bcc82d55d3debc4b805e75f07c5702443be157e1bccce44d76072c36f8825816 WHIRLPOOL c56b26f8e8bd783f732c9a691c184139cf082c0362e7a2c4122b5aae965b4d014ef1ec36f31a17794c7634726c991957ced77e1afb0e22e28a61a763eea7a70a
DIST pnmixer-0.7.1_rc1.tar.gz 234636 SHA256 eb9d617476291423adf90dccb8b99fdb0fc6321720bcbc44082fcfd2d143dffc SHA512 778ba6abd7efacfb1a49ad67f4370113d37b1b78bf0e73c26141edf56fce94dca2426919e54068b1c648f912bc2a6d30ac3a7c5bb620bc0d33e5af8e1ef6dabc WHIRLPOOL b3d1c45fae5cffbcabf02a225feae778b0de02aa137716e42fa5de1f1e697d22a759b03a08b3e45453097e6eaa0c612c6df47f241c4835a823f9ce5b5cd186c2
DIST pnmixer-0.7.1_rc2.tar.gz 234921 SHA256 a0beadbad159e8451689e8753481764375fbcb4c8ff01f45b81204a033fc92c1 SHA512 e35de36967145765a909ddea384497ebc348d19a293c0764d9d5697d1a0fcab1404ad06cb728d7af58190984bfd935902696a02cb311c0a00bb0da740adaa3fd WHIRLPOOL ce163c857ea28a3f7879853069c321824a7c02f90f32e9503e7cf82cc6f8353e932faf0227435ea528178e0f05151430d45388c2f5b507275fc9903ba1912ff7
diff --git a/media-sound/pnmixer/pnmixer-0.7.1.ebuild b/media-sound/pnmixer/pnmixer-0.7.1.ebuild
new file mode 100644
index 00000000000..830c6b74c7e
--- /dev/null
+++ b/media-sound/pnmixer/pnmixer-0.7.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils gnome2-utils
+
+DESCRIPTION="Volume mixer for the system tray"
+HOMEPAGE="https://github.com/nicklan/pnmixer"
+SRC_URI="https://github.com/nicklan/pnmixer/archive/v${PV/_rc/-rc}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="libnotify"
+
+RDEPEND="dev-libs/glib:2
+ media-libs/alsa-lib
+ >=x11-libs/gtk+-3.12:3
+ x11-libs/libX11
+ libnotify? ( x11-libs/libnotify )"
+DEPEND="${RDEPEND}
+ sys-devel/gettext
+ virtual/pkgconfig"
+
+S=${WORKDIR}/${PN}-${PV/_rc/-rc}
+
+src_configure() {
+ local mycmakeargs=(
+ -DWITH_LIBNOTIFY="$(usex libnotify)"
+ )
+
+ cmake-utils_src_configure
+}
+
+pkg_postinst() {
+ gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+ gnome2_icon_cache_update
+}
next reply other threads:[~2017-05-19 10:52 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-19 10:52 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-09-04 21:24 [gentoo-commits] repo/gentoo:master commit in: media-sound/pnmixer/ Andreas Sturmlechner
2022-02-06 11:18 Jonas Stein
2021-03-30 18:36 Andreas Sturmlechner
2021-03-30 18:32 Sam James
2021-03-30 16:26 Thomas Deutschmann
2021-02-28 12:26 Andreas Sturmlechner
2018-09-10 19:46 Andreas Sturmlechner
2018-09-09 15:42 Mikle Kolyada
2018-09-02 23:46 Thomas Deutschmann
2018-07-06 21:48 Andreas Sturmlechner
2018-07-06 21:48 Andreas Sturmlechner
2018-06-14 20:16 Michał Górny
2018-03-17 7:01 Matt Turner
2017-05-19 10:52 Michał Górny
2017-05-19 10:52 Michał Górny
2017-03-18 9:22 Michael Palimaka
2017-03-04 0:46 Michael Palimaka
2017-03-04 0:46 Michael Palimaka
2017-03-04 0:46 Michael Palimaka
2017-03-04 0:46 Michael Palimaka
2016-04-18 4:43 Michał Górny
2015-09-02 16:49 Julian Ospald
2015-09-02 16:10 Julian Ospald
2015-09-02 16:10 Julian Ospald
2015-09-02 16:10 Julian Ospald
2015-09-01 11:30 Julian Ospald
2015-09-01 11:30 Julian Ospald
2015-08-11 13:45 Julian Ospald
2015-08-10 23:33 Julian Ospald
2015-08-10 23:33 Julian Ospald
2015-08-10 23:33 Julian Ospald
2015-08-09 18:19 Julian Ospald
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=1495191075.3a75f61793f7efc45b860fe39c2393fb89bf9179.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