Magellan Linux

Annotation of /branches/R11-stable/extras/xcursor-themes/xcursor-themes-1.0.4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


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