Magellan Linux

Contents of /trunk/extras/xcursor-themes/xcursor-themes-1.0.4-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 23099 - (show annotations) (download)
Thu Oct 30 13:34:32 2014 UTC (9 years, 6 months ago) by niro
File size: 595 byte(s)
-rebuild, use new features of xorg.sminc
1 # $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 }