Magellan Linux

Annotation of /branches/magellan-next/core/xkbcomp/xkbcomp-1.1.1-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6478 - (hide annotations) (download)
Wed Aug 25 21:55:40 2010 UTC (13 years, 9 months ago) by niro
File size: 526 byte(s)
auto added: ver bump to 1.1.1-r2
1 niro 6478 # $Id: xkbcomp-1.1.1-r1.smage2 3333 2009-10-19 23:07:47Z niro $
2    
3     PNAME="xkbcomp"
4     PVER="1.1.1"
5     PBUILD="r2"
6    
7     PCATEGORIE="x11-apps"
8     STATE="unstable"
9    
10     DESCRIPTION="Compiles XKB keyboard description."
11     HOMEPAGE="http://xorg.freedesktop.org"
12    
13     DEPEND=">= x11-libs/libX11-1
14     >= x11-libs/libxkbfile-1"
15    
16     sminclude xorg mtools
17    
18     UP2DATE="updatecmd_xorg ${PNAME}"
19    
20     src_install()
21     {
22     xorg_src_install || die
23    
24     # fixup missing xkbcomp link
25     minstalldir /usr/share/X11/xkb || die
26     mlink ../../../bin/xkbcomp /usr/share/X11/xkb/xkbcomp || die
27     }