Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/pnmixer: ChangeLog pnmixer-0.6_pre20140924.ebuild
Date: Tue, 23 Sep 2014 22:55:27
Message-Id: 20140923225522.D62986136@oystercatcher.gentoo.org
1 hasufell 14/09/23 22:55:22
2
3 Modified: ChangeLog
4 Added: pnmixer-0.6_pre20140924.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.2.12-r1/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
9
10 Revision Changes Path
11 1.11 media-sound/pnmixer/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pnmixer/ChangeLog?rev=1.11&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pnmixer/ChangeLog?rev=1.11&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pnmixer/ChangeLog?r1=1.10&r2=1.11
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-sound/pnmixer/ChangeLog,v
20 retrieving revision 1.10
21 retrieving revision 1.11
22 diff -u -r1.10 -r1.11
23 --- ChangeLog 26 Jul 2014 16:40:29 -0000 1.10
24 +++ ChangeLog 23 Sep 2014 22:55:22 -0000 1.11
25 @@ -1,6 +1,12 @@
26 # ChangeLog for media-sound/pnmixer
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-sound/pnmixer/ChangeLog,v 1.10 2014/07/26 16:40:29 hasufell Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-sound/pnmixer/ChangeLog,v 1.11 2014/09/23 22:55:22 hasufell Exp $
30 +
31 +*pnmixer-0.6_pre20140924 (23 Sep 2014)
32 +
33 + 23 Sep 2014; Julian Ospald <hasufell@g.o>
34 + +pnmixer-0.6_pre20140924.ebuild:
35 + version bump
36
37 *pnmixer-9999 (26 Jul 2014)
38
39
40
41
42 1.1 media-sound/pnmixer/pnmixer-0.6_pre20140924.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pnmixer/pnmixer-0.6_pre20140924.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/pnmixer/pnmixer-0.6_pre20140924.ebuild?rev=1.1&content-type=text/plain
46
47 Index: pnmixer-0.6_pre20140924.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-sound/pnmixer/pnmixer-0.6_pre20140924.ebuild,v 1.1 2014/09/23 22:55:22 hasufell Exp $
52
53 EAPI=5
54
55 inherit eutils gnome2-utils
56
57 DESCRIPTION="Volume mixer for the system tray"
58 HOMEPAGE="https://github.com/nicklan/pnmixer"
59 SRC_URI="http://dev.gentoo.org/~hasufell/distfiles/${P}.tar.gz"
60
61 LICENSE="GPL-3"
62 SLOT="0"
63 KEYWORDS="~amd64 ~ppc ~x86"
64 IUSE="debug libnotify"
65
66 RDEPEND="dev-libs/glib:2
67 media-libs/alsa-lib
68 >=x11-libs/gtk+-3.6:3
69 x11-libs/libX11
70 libnotify? ( x11-libs/libnotify )"
71 DEPEND="${RDEPEND}
72 sys-devel/gettext
73 virtual/pkgconfig"
74
75 src_configure() {
76 econf \
77 $(use_with libnotify) \
78 $(use_enable debug) \
79 --enable-minimal-flags \
80 --with-gtk3
81 }
82
83 src_install() {
84 default
85 newicon -s 128 pixmaps/${PN}-about.png ${PN}.png
86 }
87
88 pkg_preinst() {
89 gnome2_icon_savelist
90 }
91
92 pkg_postinst() {
93 gnome2_icon_cache_update
94 }
95
96 pkg_postrm() {
97 gnome2_icon_cache_update
98 }