Magellan Linux

Diff of /smage/trunk/core/kdrive/kdrive-1.8.0-r1.smage2

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

revision 240 by niro, Mon Apr 26 22:45:07 2010 UTC revision 310 by niro, Tue Apr 27 23:56:59 2010 UTC
# Line 10  STATE="unstable" Line 10  STATE="unstable"
10  DESCRIPTION="Modular X.Org X Server."  DESCRIPTION="Modular X.Org X Server."
11  HOMEPAGE="http://xorg.freedesktop.org"  HOMEPAGE="http://xorg.freedesktop.org"
12    
 sminclude xorg mtools cleanutils mcore-split  
   
 PROVIDE="virtual/x11"  
   
13  DEPEND=">= x11-libs/libXfont-1.4.1  DEPEND=">= x11-libs/libXfont-1.4.1
14   >= x11-libs/libXau-1.0.5   >= x11-libs/libXau-1.0.5
15   >= x11-libs/libXext-1.1   >= x11-libs/libXext-1.1
# Line 23  DEPEND=">= x11-libs/libXfont-1.4.1 Line 19  DEPEND=">= x11-libs/libXfont-1.4.1
19   >= x11-libs/pixman-0.16.2   >= x11-libs/pixman-0.16.2
20   >= media-libs/freetype-2.3.9   >= media-libs/freetype-2.3.9
21   >= media-fonts/font-misc-misc-1   >= media-fonts/font-misc-misc-1
22   >= media-fonts/font-cursor-misc-1"   >= media-fonts/font-cursor-misc-1
23     >= dev-libs/libsha1-0.2"
24  # >= x11-libs/libXv-1.0.5  # >= x11-libs/libXv-1.0.5
25    
26  SDEPEND=">= x11-libs/xtrans-1.2  SDEPEND=">= x11-libs/xtrans-1.2
# Line 52  SDEPEND=">= x11-libs/xtrans-1.2 Line 49  SDEPEND=">= x11-libs/xtrans-1.2
49   >= x11-apps/mkfontdir-1.0.5   >= x11-apps/mkfontdir-1.0.5
50   >= x11-apps/mkfontscale-1.0.7"   >= x11-apps/mkfontscale-1.0.7"
51    
52    PROVIDE="virtual/x11"
53    
54    MCORE_ONLY_KEEP="usr/bin usr/share/X11/xkb"
55    sminclude xorg mtools cleanutils mcore-split
56    
57  SRCFILE="xorg-server-${PVER}.tar.bz2"  SRCFILE="xorg-server-${PVER}.tar.bz2"
58  SRCDIR="${BUILDDIR}/xorg-server-${PVER}"  SRCDIR="${BUILDDIR}/xorg-server-${PVER}"
59    
# Line 122  src_compile() Line 124  src_compile()
124   --disable-config-dbus \   --disable-config-dbus \
125   --disable-config-hal \   --disable-config-hal \
126   --enable-config-udev \   --enable-config-udev \
127   --without-sha1 \   --with-sha1=libsha1 \
128   || die   || die
129    
130   mmake || die   mmake || die
131  }  }
132    
133  src_install()  mcore_generic_src_install()
134  {  {
135   cd ${SRCDIR}   cd ${SRCDIR}
136   xorg_src_install   xorg_src_install

Legend:
Removed from v.240  
changed lines
  Added in v.310