Magellan Linux

Diff of /smage/trunk/extras/gdk-pixbuf/gdk-pixbuf-2.22.1-r1.smage2

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

revision 1695 by niro, Fri Apr 8 10:18:32 2011 UTC revision 1697 by niro, Fri Apr 8 10:21:38 2011 UTC
# Line 27  SDEPEND=">= dev-util/pkgconfig-0.25 Line 27  SDEPEND=">= dev-util/pkgconfig-0.25
27  SRCFILE="${PNAME}-${PVER}.tar.bz2"  SRCFILE="${PNAME}-${PVER}.tar.bz2"
28  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
29    
30  sminclude multilib mtools  MCORE_ONLY_KEEP="usr/bin/gdk-pixbuf-query-loaders
31     usr/$(mlibdir)/*.so
32     usr/$(mlibdir)/*.so.*
33     usr/$(mlibdir)/gdk-pixbuf-*/*/loaders/*.so"
34    sminclude multilib mtools mcore-split
35    
36  SRC_URI=(  SRC_URI=(
37   gnome://${PNAME}/${PVER%.*}/${SRCFILE}   gnome://${PNAME}/${PVER%.*}/${SRCFILE}
# Line 66  src_compile() Line 70  src_compile()
70   mmake || die   mmake || die
71  }  }
72    
73    src_install()
74    {
75     mmake DESTDIR=${BINDIR} install || die
76    
77     if [[ ${ARCH} = x86_64 ]]
78     then
79     mlink multiarch-wrapper /usr/bin/gdk-pixbuf-query-loaders || die
80     fi
81    }
82    
83  postinstall()  postinstall()
84  {  {
85   if [[ -z ${MROOT} ]] ||  [[ ${MROOT} = / ]]   if [[ -z ${MROOT} ]] ||  [[ ${MROOT} = / ]]

Legend:
Removed from v.1695  
changed lines
  Added in v.1697