Magellan Linux

Diff of /smage/trunk/core/xlockmore/xlockmore-5.30-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 283 by niro, Tue Apr 27 22:30:12 2010 UTC revision 284 by niro, Tue Apr 27 22:33:43 2010 UTC
# Line 14  DEPEND=">= x11-libs/libX11-1 Line 14  DEPEND=">= x11-libs/libX11-1
14   >= x11-libs/libXmu-1   >= x11-libs/libXmu-1
15   >= x11-libs/libXext-1   >= x11-libs/libXext-1
16   >= x11-libs/libXt-1   >= x11-libs/libXt-1
  >= x11-libs/libXpm-1  
17   >= media-libs/freetype-2.3"   >= media-libs/freetype-2.3"
18    
19  SDEPEND=">= dev-util/pkgconfig-0.23  SDEPEND=">= dev-util/pkgconfig-0.23
# Line 23  SDEPEND=">= dev-util/pkgconfig-0.23 Line 22  SDEPEND=">= dev-util/pkgconfig-0.23
22  SRCFILE="${PNAME}-${PVER}.tar.bz2"  SRCFILE="${PNAME}-${PVER}.tar.bz2"
23  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
24    
25  sminclude mbuild mcore  sminclude mbuild mcore-split
26    
27  SRC_URI=(  SRC_URI=(
28   http://www.tux.org/pub/tux/bagleyd/${PNAME}/${PNAME}-${PVER}/${SRCFILE}   http://www.tux.org/pub/tux/bagleyd/${PNAME}/${PNAME}-${PVER}/${SRCFILE}
# Line 44  src_compile() Line 43  src_compile()
43   --without-mesa \   --without-mesa \
44   --disable-pam \   --disable-pam \
45   --with-ttf \   --with-ttf \
46     --without-gtk \
47   --without-gtk2 \   --without-gtk2 \
48   --without-motif \   --without-motif \
49   --without-esound \   --without-esound \
50   --without-nas \   --without-nas \
51   --without-edires \   --without-edires \
52     --without-xpm \
53   || die   || die
54    
55   mmake || die   mmake || die
56  }  }
57    
58  src_install()  mcore_generic_src_install()
59  {  {
60   cd ${SRCDIR}   cd ${SRCDIR}
61    

Legend:
Removed from v.283  
changed lines
  Added in v.284