Gentoo Archives: gentoo-commits

From: "Ben de Groot (yngwin)" <yngwin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-themes/pearlgrey-xcursors: pearlgrey-xcursors-1.0.ebuild metadata.xml ChangeLog
Date: Tue, 24 Mar 2009 00:41:53
Message-Id: E1LluiF-00037v-1R@stork.gentoo.org
1 yngwin 09/03/24 00:41:51
2
3 Added: pearlgrey-xcursors-1.0.ebuild metadata.xml
4 ChangeLog
5 Log:
6 New package, initial commit
7 (Portage version: 2.2_rc26/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 x11-themes/pearlgrey-xcursors/pearlgrey-xcursors-1.0.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/pearlgrey-xcursors/pearlgrey-xcursors-1.0.ebuild?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/pearlgrey-xcursors/pearlgrey-xcursors-1.0.ebuild?rev=1.1&content-type=text/plain
14
15 Index: pearlgrey-xcursors-1.0.ebuild
16 ===================================================================
17 # Copyright 1999-2009 Gentoo Foundation
18 # Distributed under the terms of the GNU General Public License v2
19 # $Header: /var/cvsroot/gentoo-x86/x11-themes/pearlgrey-xcursors/pearlgrey-xcursors-1.0.ebuild,v 1.1 2009/03/24 00:41:50 yngwin Exp $
20
21 MY_PN=${PN/-xcursors/}
22 DESCRIPTION="A simple crispy white-grey xcursor theme"
23 HOMEPAGE="http://www.kde-look.org/content/show.php/PearlGrey?content=11313"
24 SRC_URI="http://www.kde-look.org/CONTENT/content-files/11313-${MY_PN}-${PV}.tar.gz"
25
26 LICENSE="GPL-2"
27 SLOT="0"
28 KEYWORDS="~amd64 ~x86"
29 IUSE=""
30
31 RDEPEND=""
32 DEPEND="${RDEPEND}"
33
34 S="${WORKDIR}/${MY_PN}-${PV}"
35
36 src_install() {
37 insinto /usr/share/cursors/xorg-x11/${MY_PN}
38 doins -r ${MY_PN}/cursors || die "doins failed"
39 }
40
41 pkg_postinst() {
42 elog "To use this set of cursors, edit or create the file ~/.Xdefaults"
43 elog "and add the following line:"
44 elog "Xcursor.theme: ${MY_PN}"
45 elog
46 elog "You can change the size by adding a line like:"
47 elog "Xcursor.size: 48"
48 elog
49 elog "Also, to globally use this set of mouse cursors edit the file:"
50 elog " /usr/share/cursors/xorg-x11/default/index.theme"
51 elog "and change the line:"
52 elog " Inherits=[current setting]"
53 elog "to"
54 elog " Inherits=${MY_PN}"
55 elog
56 elog "Note this will be overruled by a user's ~/.Xdefaults file."
57 elog
58 ewarn "If you experience flickering, try setting the following line in"
59 ewarn "the Device section of your xorg.conf file:"
60 ewarn " Option \"HWCursor\" \"false\""
61 }
62
63
64
65 1.1 x11-themes/pearlgrey-xcursors/metadata.xml
66
67 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/pearlgrey-xcursors/metadata.xml?rev=1.1&view=markup
68 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/pearlgrey-xcursors/metadata.xml?rev=1.1&content-type=text/plain
69
70 Index: metadata.xml
71 ===================================================================
72 <?xml version="1.0" encoding="UTF-8"?>
73 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
74 <pkgmetadata>
75 <herd>desktop-misc</herd>
76 <maintainer>
77 <email>desktop-misc@g.o</email>
78 </maintainer>
79 </pkgmetadata>
80
81
82
83 1.1 x11-themes/pearlgrey-xcursors/ChangeLog
84
85 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/pearlgrey-xcursors/ChangeLog?rev=1.1&view=markup
86 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-themes/pearlgrey-xcursors/ChangeLog?rev=1.1&content-type=text/plain
87
88 Index: ChangeLog
89 ===================================================================
90 # ChangeLog for x11-themes/pearlgrey-xcursors
91 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
92 # $Header: /var/cvsroot/gentoo-x86/x11-themes/pearlgrey-xcursors/ChangeLog,v 1.1 2009/03/24 00:41:50 yngwin Exp $
93
94 *pearlgrey-xcursors-1.0 (24 Mar 2009)
95
96 24 Mar 2009; Ben de Groot <yngwin@g.o> +metadata.xml,
97 +pearlgrey-xcursors-1.0.ebuild:
98 Initial commit. Ebuild by me, based on existing xcursors ebuilds.