Magellan Linux

Annotation of /branches/magellan-next/core/xcursor-themes/xcursor-themes-1.0.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7980 - (hide annotations) (download)
Mon Jun 27 20:27:58 2011 UTC (12 years, 11 months ago) by niro
File size: 653 byte(s)
auto added: ver bump to 1.0.3-r1
1 niro 7980 # $Id$
2    
3     PNAME="xcursor-themes"
4     PVER="1.0.3"
5     PBUILD="r1"
6    
7     PCATEGORIE="x11-themes"
8     STATE="unstable"
9    
10     DESCRIPTION="The default XCursor themes: handheld, redglass and whiteglass."
11     HOMEPAGE="http://xorg.freedesktop.org"
12    
13     sminclude xorg mtools
14    
15     DEPEND=">= x11-libs/libX11-1.4
16     >= x11-libs/libXcursor-1.1
17     >= media-libs/libpng-1.5"
18    
19     SDEPEND=">= x11-apps/xcursorgen-1"
20    
21     UP2SUBDIR="data"
22     UP2DATE="updatecmd_xorg ${PNAME}"
23    
24     src_install()
25     {
26     xorg_src_install
27    
28     # using whiteglass as default cursor
29     minstalldir /usr/share/cursors/xorg-x11/default || die
30     cat > ${BINDIR}/usr/share/cursors/xorg-x11/default/index.theme << EOF
31     [Icon Theme]
32     Inherits=whiteglass
33     EOF
34     }