Magellan Linux

Contents of /branches/R11-stable/extras/libxklavier/libxklavier-5.4-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 24350 - (show annotations) (download)
Fri Feb 20 10:11:27 2015 UTC (9 years, 2 months ago) by niro
File size: 1114 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="libxklavier"
4 PVER="5.4"
5 PBUILD="r2"
6
7 PCAT="x11-libs"
8
9 DESCRIPTION="libxklavier is a library providing high-level API for X Keyboard Extension known as XKB."
10 HOMEPAGE="http://freedesktop.org/wiki/Software/LibXklavier"
11
12 DEPEND=">= x11-libs/libX11-1.6
13 >= x11-libs/libxkbfile-1.0.8
14 >= x11-libs/libXi-1.7
15 >= x11-apps/xkbcomp-1.2
16 >= x11-misc/xkeyboard-config-2.13
17 >= dev-libs/glib2-2.42
18 >= dev-libs/libxml2-2.9
19 >= app-text/iso-codes-3.56"
20
21 SDEPEND=">= dev-util/pkgconfig-0.25
22 >= sys-dev/gettext-0.18
23 >= dev-libs/gobject-introspection-1.42"
24
25 SRCFILE="${PNAME}-${PVER}.tar.bz2"
26 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
27
28 sminclude mbuild
29 msetfeature "!check"
30
31 SRC_URI=(
32 #sourceforge://gswitchit/${SRCFILE}
33 http://people.freedesktop.org/~svu/${SRCFILE}
34 mirror://${PNAME}/${SRCFILE}
35 )
36
37 #UP2DATE="updatecmd_sourceforge gswitchit ${PNAME}"
38 UP2DATE="updatecmd http://people.freedesktop.org/~svu/ | grep '${PNAME}-' | highesttarball"
39
40 src_compile()
41 {
42 cd ${SRCDIR}
43
44 mconfigure \
45 --with-xkb_base=/usr/share/X11/xkb \
46 --with-xkb-bin-base=/usr/bin \
47 --enable-introspection \
48 || die
49
50 mmake || die
51 }