Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-util/qjoypad: qjoypad-4.1.0.ebuild ChangeLog
Date: Sat, 29 Sep 2012 01:36:27
Message-Id: 20120929013616.3537921600@flycatcher.gentoo.org
1 mr_bones_ 12/09/29 01:36:16
2
3 Modified: qjoypad-4.1.0.ebuild ChangeLog
4 Log:
5 fixup the icon tray support (bug #436426)
6
7 (Portage version: 2.1.11.9/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.9 games-util/qjoypad/qjoypad-4.1.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/qjoypad/qjoypad-4.1.0.ebuild?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/qjoypad/qjoypad-4.1.0.ebuild?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/qjoypad/qjoypad-4.1.0.ebuild?r1=1.8&r2=1.9
15
16 Index: qjoypad-4.1.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-util/qjoypad/qjoypad-4.1.0.ebuild,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- qjoypad-4.1.0.ebuild 5 Sep 2012 10:03:01 -0000 1.8
23 +++ qjoypad-4.1.0.ebuild 29 Sep 2012 01:36:16 -0000 1.9
24 @@ -1,9 +1,8 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-util/qjoypad/qjoypad-4.1.0.ebuild,v 1.8 2012/09/05 10:03:01 jlec Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-util/qjoypad/qjoypad-4.1.0.ebuild,v 1.9 2012/09/29 01:36:16 mr_bones_ Exp $
29
30 EAPI=4
31 -
32 inherit eutils qt4-r2
33
34 DESCRIPTION="Translate gamepad/joystick input into key strokes/mouse actions in X"
35 @@ -25,7 +24,16 @@
36
37 S=${WORKDIR}/${P}/src
38
39 -PATCHES=( "${FILESDIR}"/${P}-underlink.patch )
40 +src_prepare() {
41 + epatch "${FILESDIR}"/${P}-underlink.patch
42 + # fixup the icon tray support (bug #436426)
43 + sed -i \
44 + -e '/^icons.extra/d' \
45 + -e '/^icons/s:/qjoypad::' \
46 + -e 's/icon24.png/qjoypad4-24x24.png/' \
47 + -e 's/icon64.png/qjoypad4-64x64.png/' \
48 + qjoypad.pro || die
49 +}
50
51 src_configure() {
52 eqmake4 qjoypad.pro PREFIX=/usr DEVDIR=/dev/input
53
54
55
56 1.27 games-util/qjoypad/ChangeLog
57
58 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/qjoypad/ChangeLog?rev=1.27&view=markup
59 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/qjoypad/ChangeLog?rev=1.27&content-type=text/plain
60 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/qjoypad/ChangeLog?r1=1.26&r2=1.27
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/games-util/qjoypad/ChangeLog,v
65 retrieving revision 1.26
66 retrieving revision 1.27
67 diff -u -r1.26 -r1.27
68 --- ChangeLog 5 Sep 2012 10:03:01 -0000 1.26
69 +++ ChangeLog 29 Sep 2012 01:36:16 -0000 1.27
70 @@ -1,6 +1,9 @@
71 # ChangeLog for games-util/qjoypad
72 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/games-util/qjoypad/ChangeLog,v 1.26 2012/09/05 10:03:01 jlec Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/games-util/qjoypad/ChangeLog,v 1.27 2012/09/29 01:36:16 mr_bones_ Exp $
75 +
76 + 29 Sep 2012; Michael Sterrett <mr_bones_@g.o> qjoypad-4.1.0.ebuild:
77 + fixup the icon tray support (bug #436426)
78
79 05 Sep 2012; Justin Lecher <jlec@g.o> qjoypad-4.1.0.ebuild:
80 Use doicon instead insinto + doins to install icon files; Bump EAPI to 4