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 338 by niro, Thu Apr 29 22:04:19 2010 UTC revision 366 by niro, Mon May 3 11:38:26 2010 UTC
# Line 5  PVER="1.7.6" Line 5  PVER="1.7.6"
5  PBUILD="r1"  PBUILD="r1"
6    
7  PCATEGORIE="x11-base"  PCATEGORIE="x11-base"
8  STATE="unstable"  STATE="disabled"
9    
10  DESCRIPTION="Modular X.Org X Server."  DESCRIPTION="Modular X.Org X Server."
11  HOMEPAGE="http://xorg.freedesktop.org"  HOMEPAGE="http://xorg.freedesktop.org"
# Line 51  SDEPEND=">= x11-libs/xtrans-1.2 Line 51  SDEPEND=">= x11-libs/xtrans-1.2
51    
52  PROVIDE="virtual/x11"  PROVIDE="virtual/x11"
53    
54  MCORE_ONLY_KEEP="usr/bin usr/share/X11/xkb"  MCORE_ONLY_KEEP="usr/bin usr/share/X11/xkb usr/$(mlibdir)/xorg/protocol.txt"
55  sminclude xorg mtools cleanutils mcore-split  sminclude xorg mtools cleanutils mcore-split
56    
57  SRCFILE="xorg-server-${PVER}.tar.bz2"  SRCFILE="xorg-server-${PVER}.tar.bz2"
# Line 62  SRC_URI=( Line 62  SRC_URI=(
62   mirror://xorg-server/${SRCFILE}   mirror://xorg-server/${SRCFILE}
63   mirror://xorg-server/xorg-server-1.4-fpic-libxf86config.patch   mirror://xorg-server/xorg-server-1.4-fpic-libxf86config.patch
64   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
65     mirror://xorg-server/xorg-server-1.4.99.906-no-evdev-keyboards.patch
66   mirror://xorg-server/xorg-server-1.7.6-libsha1-support.patch   mirror://xorg-server/xorg-server-1.7.6-libsha1-support.patch
67     mirror://xorg-server/xorg-server-1.7.6-dlopen-fix.patch
68  )  )
69    
70  UP2SUBDIR="xserver"  UP2SUBDIR="xserver"
# Line 79  src_prepare() Line 81  src_prepare()
81   # adopted from redhat; use a black background   # adopted from redhat; use a black background
82   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
83    
84     # evdev is way too broken
85     mpatch xorg-server-1.4.99.906-no-evdev-keyboards.patch || die
86    
87   # support other sha1 implemtations as well   # support other sha1 implemtations as well
88   mpatch xorg-server-1.7.6-libsha1-support.patch || die   mpatch xorg-server-1.7.6-libsha1-support.patch || die
89    
90     # fix linking issues against dlopen (xfbdev needs this)
91     mpatch xorg-server-1.7.6-dlopen-fix.patch || die
92    
93   # fix build issues, some wrapper files which should be generated   # fix build issues, some wrapper files which should be generated
94   # 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
95   # the makefile to clean them and whipe these wrapper files   # the makefile to clean them and whipe these wrapper files

Legend:
Removed from v.338  
changed lines
  Added in v.366