Magellan Linux

Annotation of /branches/R11-unstable/extras/scim/scim-1.4.14-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 19398 - (hide annotations) (download)
Wed Sep 11 09:38:04 2013 UTC (10 years, 8 months ago) by niro
Original Path: trunk/extras/scim/scim-1.4.14-r2.smage2
File size: 923 byte(s)
-rebuild, fixed dependencies and use new libltdl split lib
1 niro 19398 # $Id$
2    
3     PNAME="scim"
4     PVER="1.4.14"
5     PBUILD="r2"
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.6
13     >= dev-libs/glib2-2.36
14     >= dev-libs/atk-2.8
15     >= x11-libs/pango-1.34
16     >= x11-libs/gtk2+-2.24
17     >= sys-libs/libltdl-2.4"
18    
19     SDEPEND=">= x11-libs/libXt-1
20     >= dev-lang/perl-5.18
21     >= dev-util/pkgconfig-0.25
22     >= dev-util/intltool-0.50
23     >= sys-dev/libtool-2.4"
24    
25     SRCFILE="${PNAME}-${PVER}.tar.gz"
26     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
27    
28     sminclude mbuild
29    
30     SRC_URI=(
31     sourceforge://${PNAME}/${SRCFILE}
32     mirror://${PNAME}/${SRCFILE}
33     )
34    
35     UP2DATE="updatecmd_sourceforge ${PNAME}"
36    
37     src_compile()
38     {
39     cd ${SRCDIR}
40    
41     mconfigure \
42     --enable-ld-version-script \
43     --with-gtk-version=2 \
44     --without-doxygen \
45     --disable-qt3-immodule \
46     --disable-qt4-immodule \
47     --disable-clutter-immodule \
48     || die
49    
50     mmake || die
51     }