Magellan Linux

Diff of /trunk/include/gnome2.sminc

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

trunk/core/include/gnome2.sminc revision 2 by niro, Fri Oct 10 13:29:42 2008 UTC trunk/include/gnome2.sminc revision 22102 by niro, Tue Sep 2 12:08:33 2014 UTC
# Line 1  Line 1 
1  # $Header: /magellan-cvs/smage/include/gnome2.sminc,v 1.23 2008/03/28 10:39:41 niro Exp $  # $Id$
2    
3  : ${SRCFILE="${PNAME}-${PVER}.tar.bz2"}  : ${SRCFILE="${PNAME}-${PVER}.tar.bz2"}
4  : ${SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"}  : ${SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"}
5    
6    : ${HOMEPAGE="http://gnome.org/"}
7    
8  INHERITS="${INHERITS} gnome2"  INHERITS="${INHERITS} gnome2"
9    
10  # default SRC_URIs  # default SRC_URIs
# Line 27  then Line 29  then
29   >= app-text/scrollkeeper-0.3.14"   >= app-text/scrollkeeper-0.3.14"
30  fi  fi
31    
   
32  # function to clean gnome pakages  # function to clean gnome pakages
33  # scrollkeeper and mimeinfo crap  # scrollkeeper and mimeinfo crap
34  gn2_clean_gnome_pkg()  gn2_clean_gnome_pkg()
# Line 90  gn2_configure() Line 91  gn2_configure()
91    
92   ./configure \   ./configure \
93   --host=${CHOST} \   --host=${CHOST} \
94     --build=${CHOST} \
95   --prefix=${GNOME_PREFIX} \   --prefix=${GNOME_PREFIX} \
96   --sysconfdir=/etc \   --sysconfdir=/etc \
97   --infodir=${GNOME_PREFIX}/share/info \   --infodir=${GNOME_PREFIX}/share/info \

Legend:
Removed from v.2  
changed lines
  Added in v.22102