Gentoo Archives: gentoo-commits

From: "Kevin McCarthy (signals)" <signals@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/wbar: wbar-2.1.1.ebuild metadata.xml ChangeLog
Date: Thu, 24 Feb 2011 17:53:02
Message-Id: 20110224175250.610F220054@flycatcher.gentoo.org
1 signals 11/02/24 17:52:50
2
3 Modified: metadata.xml ChangeLog
4 Added: wbar-2.1.1.ebuild
5 Log:
6 New ebuild for 2.1.1
7
8 (Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 x11-misc/wbar/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wbar/metadata.xml?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wbar/metadata.xml?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wbar/metadata.xml?r1=1.2&r2=1.3
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-misc/wbar/metadata.xml,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- metadata.xml 19 Jun 2008 11:12:31 -0000 1.2
24 +++ metadata.xml 24 Feb 2011 17:52:50 -0000 1.3
25 @@ -1,5 +1,13 @@
26 <?xml version="1.0" encoding="UTF-8"?>
27 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
28 <pkgmetadata>
29 - <herd>desktop-misc</herd>
30 + <herd>desktop-misc</herd>
31 + <maintainer>
32 + <email>signals@g.o</email>
33 + <name>Kevin McCarthy</name>
34 + </maintainer>
35 + <use>
36 + <flag name="gtk">Enables the gtk-based wbar-config GUI</flag>
37 + </use>
38 </pkgmetadata>
39 +
40
41
42
43 1.6 x11-misc/wbar/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wbar/ChangeLog?rev=1.6&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wbar/ChangeLog?rev=1.6&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wbar/ChangeLog?r1=1.5&r2=1.6
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/x11-misc/wbar/ChangeLog,v
52 retrieving revision 1.5
53 retrieving revision 1.6
54 diff -u -r1.5 -r1.6
55 --- ChangeLog 14 Jan 2010 16:11:26 -0000 1.5
56 +++ ChangeLog 24 Feb 2011 17:52:50 -0000 1.6
57 @@ -1,6 +1,13 @@
58 # ChangeLog for x11-misc/wbar
59 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wbar/ChangeLog,v 1.5 2010/01/14 16:11:26 ssuominen Exp $
61 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
62 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wbar/ChangeLog,v 1.6 2011/02/24 17:52:50 signals Exp $
63 +
64 +*wbar-2.1.1 (24 Feb 2011)
65 +
66 + 24 Feb 2011; Kevin McCarthy <signals@g.o> +wbar-2.1.1.ebuild,
67 + +files/wbar-2.1.1-fix-warnings.patch, +files/wbar-2.1.1-opt-config.patch:
68 + New ebuild for version 2.1.1. Added "gtk" USE flag to control
69 + building of the GTK based wbar-config utility.
70
71 14 Jan 2010; Samuli Suominen <ssuominen@g.o>
72 files/wbar-1.3.3-Makefile.patch:
73
74
75
76 1.1 x11-misc/wbar/wbar-2.1.1.ebuild
77
78 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wbar/wbar-2.1.1.ebuild?rev=1.1&view=markup
79 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/wbar/wbar-2.1.1.ebuild?rev=1.1&content-type=text/plain
80
81 Index: wbar-2.1.1.ebuild
82 ===================================================================
83 # Copyright 1999-2011 Gentoo Foundation
84 # Distributed under the terms of the GNU General Public License v2
85 # $Header: /var/cvsroot/gentoo-x86/x11-misc/wbar/wbar-2.1.1.ebuild,v 1.1 2011/02/24 17:52:50 signals Exp $
86
87 EAPI=4
88 inherit autotools eutils
89
90 DESCRIPTION="A fast, lightweight quick launch bar."
91 HOMEPAGE="http://code.google.com/p/wbar/"
92 SRC_URI="http://wbar.googlecode.com/files/${P}.tar.gz"
93
94 LICENSE="GPL-3"
95 SLOT="0"
96 KEYWORDS="~amd64 ~x86"
97 IUSE="gtk"
98
99 RDEPEND="media-libs/imlib2
100 x11-libs/libX11
101 gtk? ( dev-libs/atk
102 dev-libs/glib:2
103 dev-libs/libxml2
104 gnome-base/libglade
105 media-libs/fontconfig
106 media-libs/freetype
107 media-libs/libpng
108 x11-libs/cairo
109 x11-libs/gdk-pixbuf
110 x11-libs/gtk+:2 )"
111 DEPEND="${RDEPEND}
112 dev-util/intltool"
113
114 src_prepare() {
115 epatch "${FILESDIR}"/${P}-fix-warnings.patch\
116 "${FILESDIR}"/${P}-opt-config.patch
117 sed -i \
118 -e 's^truetype/dustin/PenguinAttack^corefonts/arial^' \
119 -e 's^openoffice.png^ooffice.png^' \
120 etc/wbar.cfg.in || die "Fixing font in cfg."
121 if ! use gtk; then
122 # Remove wbar-config from default cfg.
123 sed -i -e '5,8d' \
124 etc/wbar.cfg.in || die "Removing wbar-config from cfg"
125 fi
126 eautoreconf
127 }
128
129 src_configure() {
130 econf --bindir=/usr/bin $(use_enable gtk wbar-config)
131 }