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 22124 by niro, Fri Sep 5 07:24:10 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    if [[ ${GNOME_FULL_PROCESSOR_FUNCTIONS} = 1 ]]
33    then
34     SPECIAL_VARS+=" GNOME_FULL_PROCESSOR_FUNCTIONS"
35    fi
36    
37  # function to clean gnome pakages  # function to clean gnome pakages
38  # scrollkeeper and mimeinfo crap  # scrollkeeper and mimeinfo crap
# Line 90  gn2_configure() Line 96  gn2_configure()
96    
97   ./configure \   ./configure \
98   --host=${CHOST} \   --host=${CHOST} \
99     --build=${CHOST} \
100   --prefix=${GNOME_PREFIX} \   --prefix=${GNOME_PREFIX} \
101   --sysconfdir=/etc \   --sysconfdir=/etc \
102   --infodir=${GNOME_PREFIX}/share/info \   --infodir=${GNOME_PREFIX}/share/info \

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