Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/xchm: xchm-1.13.ebuild ChangeLog
Date: Fri, 07 Dec 2007 02:59:52
Message-Id: E1J0TRL-0000eM-KB@stork.gentoo.org
1 dirtyepic 07/12/07 02:59:47
2
3 Modified: xchm-1.13.ebuild ChangeLog
4 Log:
5 Fix .desktop file to pass validation. Clean up ebuild & fix quoting.
6 (Portage version: 2.1.4_rc7)
7
8 Revision Changes Path
9 1.7 x11-misc/xchm/xchm-1.13.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xchm/xchm-1.13.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xchm/xchm-1.13.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xchm/xchm-1.13.ebuild?r1=1.6&r2=1.7
14
15 Index: xchm-1.13.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xchm/xchm-1.13.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- xchm-1.13.ebuild 30 Jul 2007 02:31:07 -0000 1.6
22 +++ xchm-1.13.ebuild 7 Dec 2007 02:59:47 -0000 1.7
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xchm/xchm-1.13.ebuild,v 1.6 2007/07/30 02:31:07 dirtyepic Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xchm/xchm-1.13.ebuild,v 1.7 2007/12/07 02:59:47 dirtyepic Exp $
28
29 inherit wxwidgets flag-o-matic fdo-mime gnome2-utils
30
31 @@ -21,12 +21,7 @@
32 local myconf
33 export WX_GTK_VER="2.6"
34
35 - if use unicode; then
36 - check_wxuse unicode
37 - need-wxwidgets unicode
38 - else
39 - need-wxwidgets gtk2
40 - fi
41 + use unicode && need-wxwidgets unicode || need-wxwidgets ansi
42
43 append-flags -fno-strict-aliasing
44
45 @@ -44,34 +39,34 @@
46 dodoc AUTHORS README ChangeLog
47
48 # fixes desktop and icon problems
49 - rm ${D}/usr/share/pixmaps/xchm-*.xpm ${D}/usr/share/pixmaps/xchmdoc-*.xpm
50 + rm "${D}"/usr/share/pixmaps/xchm-*.xpm "${D}"/usr/share/pixmaps/xchmdoc-*.xpm
51
52 dodir /usr/share/icons/hicolor/16x16/apps/
53 - install -m 644 ${S}/art/xchm-16.xpm \
54 - ${D}/usr/share/icons/hicolor/16x16/apps/xchm.xpm
55 + install -m 644 "${S}"/art/xchm-16.xpm \
56 + "${D}"/usr/share/icons/hicolor/16x16/apps/xchm.xpm
57 dodir /usr/share/icons/hicolor/32x32/apps/
58 - install -m 644 ${S}/art/xchm-32.xpm \
59 - ${D}/usr/share/icons/hicolor/32x32/apps/xchm.xpm
60 + install -m 644 "${S}"/art/xchm-32.xpm \
61 + "${D}"/usr/share/icons/hicolor/32x32/apps/xchm.xpm
62 dodir /usr/share/icons/hicolor/48x48/apps/
63 - install -m 644 ${S}/art/xchm-48.xpm \
64 - ${D}/usr/share/icons/hicolor/48x48/apps/xchm.xpm
65 + install -m 644 "${S}"/art/xchm-48.xpm \
66 + "${D}"/usr/share/icons/hicolor/48x48/apps/xchm.xpm
67 dodir /usr/share/icons/hicolor/128x128/apps/
68 - install -m 644 ${S}/art/xchm-128.xpm \
69 - ${D}/usr/share/icons/hicolor/128x128/apps/xchm.xpm
70 + install -m 644 "${S}"/art/xchm-128.xpm \
71 + "${D}"/usr/share/icons/hicolor/128x128/apps/xchm.xpm
72 dodir /usr/share/icons/hicolor/16x16/mimetypes/
73 - install -m 644 ${S}/art/xchmdoc-16.xpm \
74 - ${D}/usr/share/icons/hicolor/16x16/mimetypes/application-x-chm.xpm
75 + install -m 644 "${S}"/art/xchmdoc-16.xpm \
76 + "${D}"/usr/share/icons/hicolor/16x16/mimetypes/application-x-chm.xpm
77 dodir /usr/share/icons/hicolor/32x32/mimetypes/
78 - install -m 644 ${S}/art/xchmdoc-32.xpm \
79 - ${D}/usr/share/icons/hicolor/32x32/mimetypes/application-x-chm.xpm
80 + install -m 644 "${S}"/art/xchmdoc-32.xpm \
81 + "${D}"/usr/share/icons/hicolor/32x32/mimetypes/application-x-chm.xpm
82 dodir /usr/share/icons/hicolor/48x48/mimetypes/
83 - install -m 644 ${S}/art/xchmdoc-48.xpm \
84 - ${D}/usr/share/icons/hicolor/48x48/mimetypes/application-x-chm.xpm
85 + install -m 644 "${S}"/art/xchmdoc-48.xpm \
86 + "${D}"/usr/share/icons/hicolor/48x48/mimetypes/application-x-chm.xpm
87 dodir /usr/share/icons/hicolor/128x128/mimetypes/
88 - install -m 644 ${S}/art/xchmdoc-128.xpm \
89 - ${D}/usr/share/icons/hicolor/128x128/mimetypes/application-x-chm.xpm
90 + install -m 644 "${S}"/art/xchmdoc-128.xpm \
91 + "${D}"/usr/share/icons/hicolor/128x128/mimetypes/application-x-chm.xpm
92 insinto /usr/share/applications
93 - newins ${FILESDIR}/${P}.desktop ${PN}.desktop
94 + newins "${FILESDIR}"/${P}.desktop ${PN}.desktop
95 }
96
97 pkg_postinst() {
98
99
100
101 1.55 x11-misc/xchm/ChangeLog
102
103 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xchm/ChangeLog?rev=1.55&view=markup
104 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xchm/ChangeLog?rev=1.55&content-type=text/plain
105 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xchm/ChangeLog?r1=1.54&r2=1.55
106
107 Index: ChangeLog
108 ===================================================================
109 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xchm/ChangeLog,v
110 retrieving revision 1.54
111 retrieving revision 1.55
112 diff -u -r1.54 -r1.55
113 --- ChangeLog 30 Jul 2007 02:31:07 -0000 1.54
114 +++ ChangeLog 7 Dec 2007 02:59:47 -0000 1.55
115 @@ -1,6 +1,10 @@
116 # ChangeLog for x11-misc/xchm
117 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
118 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xchm/ChangeLog,v 1.54 2007/07/30 02:31:07 dirtyepic Exp $
119 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xchm/ChangeLog,v 1.55 2007/12/07 02:59:47 dirtyepic Exp $
120 +
121 + 07 Dec 2007; Ryan Hill <dirtyepic@g.o> files/xchm-1.13.desktop,
122 + xchm-1.13.ebuild:
123 + Fix .desktop file to pass validation. Clean up ebuild & fix quoting.
124
125 30 Jul 2007; Ryan Hill <dirtyepic@g.o> -xchm-1.9.ebuild,
126 xchm-1.13.ebuild:
127
128
129
130 --
131 gentoo-commits@g.o mailing list