Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


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