Magellan Linux

Contents of /trunk/extras/scim/scim-1.4.14-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15514 - (show annotations) (download)
Thu Jan 3 12:55:09 2013 UTC (11 years, 5 months ago) by niro
File size: 796 byte(s)
-removed mautoreconf, use gtk2
1 # $Id$
2
3 PNAME="scim"
4 PVER="1.4.14"
5 PBUILD="r1"
6
7 PCAT="app-text"
8
9 DESCRIPTION="Smart Common Input Method (SCIM) is an Input Method (IM) development platform."
10 HOMEPAGE="http://www.scim-im.org/"
11
12 DEPEND=">= x11-libs/libX11-1.4
13 >= dev-libs/glib2-2.34
14 >= dev-libs/atk-2.6
15 >= x11-libs/pango-1.32
16 >= x11-libs/gtk2+-2.24"
17
18 SDEPEND=">= x11-libs/libXt-1
19 >= dev-lang/perl-5.16
20 >= dev-util/pkgconfig-0.25
21 >= dev-util/intltool-0.50
22 >= sys-dev/libtool-2.4"
23
24 SRCFILE="${PNAME}-${PVER}.tar.gz"
25 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
26
27 sminclude mbuild
28
29 SRC_URI=(
30 sourceforge://${PNAME}/${SRCFILE}
31 mirror://${PNAME}/${SRCFILE}
32 )
33
34 UP2DATE="updatecmd_sourceforge ${PNAME}"
35
36 src_compile()
37 {
38 cd ${SRCDIR}
39
40 mconfigure --enable-ld-version-script --with-gtk-version=2 --without-doxygen || die
41 mmake || die
42 }