Magellan Linux

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

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

revision 335 by niro, Thu Apr 29 21:35:55 2010 UTC revision 337 by niro, Thu Apr 29 22:03:06 2010 UTC
# Line 18  DEPEND=">= x11-libs/libXfont-1.4.1 Line 18  DEPEND=">= x11-libs/libXfont-1.4.1
18   >= x11-libs/pixman-0.16.2   >= x11-libs/pixman-0.16.2
19   >= media-libs/freetype-2.3.9   >= media-libs/freetype-2.3.9
20   >= media-fonts/font-misc-misc-1   >= media-fonts/font-misc-misc-1
21   >= media-fonts/font-cursor-misc-1"   >= media-fonts/font-cursor-misc-1
22     >= dev-libs/libsha1-0.2"
23  # >= x11-libs/libXv-1.0.5  # >= x11-libs/libXv-1.0.5
24    
25  SDEPEND=">= x11-libs/xtrans-1.2  SDEPEND=">= x11-libs/xtrans-1.2
# Line 60  SRC_URI=( Line 61  SRC_URI=(
61   mirror://xorg-server/${SRCFILE}   mirror://xorg-server/${SRCFILE}
62   mirror://xorg-server/xorg-server-1.4-fpic-libxf86config.patch   mirror://xorg-server/xorg-server-1.4-fpic-libxf86config.patch
63   mirror://xorg-server/xorg-server-1.2.0-die-ugly-pattern-die-die-die.patch   mirror://xorg-server/xorg-server-1.2.0-die-ugly-pattern-die-die-die.patch
64     mirror://xorg-server/xorg-server-1.7.6-libsha1-support.patch
65  )  )
66    
67  UP2SUBDIR="xserver"  UP2SUBDIR="xserver"
# Line 76  src_prepare() Line 78  src_prepare()
78   # adopted from redhat; use a black background   # adopted from redhat; use a black background
79   mpatch xorg-server-1.2.0-die-ugly-pattern-die-die-die.patch || die   mpatch xorg-server-1.2.0-die-ugly-pattern-die-die-die.patch || die
80    
81     # support other sha1 implemtations as well
82     mpatch xorg-server-1.7.6-libsha1-support.patch || die
83    
84   # fix build issues, some wrapper files which should be generated   # fix build issues, some wrapper files which should be generated
85   # at build time exist and the makefile doesn't whipe them. we patch   # at build time exist and the makefile doesn't whipe them. we patch
86   # the makefile to clean them and whipe these wrapper files   # the makefile to clean them and whipe these wrapper files

Legend:
Removed from v.335  
changed lines
  Added in v.337