Magellan Linux

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

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

revision 10560 by niro, Thu Aug 24 08:31:23 2017 UTC revision 10562 by niro, Thu Aug 24 08:42:43 2017 UTC
# Line 62  SRC_URI=( Line 62  SRC_URI=(
62   mirror://${PNAME}/${PNAME}-1.3.0-shebang.patch   mirror://${PNAME}/${PNAME}-1.3.0-shebang.patch
63   mirror://${PNAME}/${PNAME}-1.4.2-getmaster.patch   mirror://${PNAME}/${PNAME}-1.4.2-getmaster.patch
64   mirror://${PNAME}/${PNAME}-1.7.0-xorg119.patch   mirror://${PNAME}/${PNAME}-1.7.0-xorg119.patch
  mirror://${PNAME}/${PNAME}-1.7.0-xserver119.patch  
65  )  )
66    
67  UP2SEPERATOR="v"  UP2SEPERATOR="v"
# Line 78  src_prepare() Line 77  src_prepare()
77    
78   # patchwork   # patchwork
79   # create X server cookie via mcookie   # create X server cookie via mcookie
80   mpatch ${PNAME}-1.1.0-gethomedir.patch || die   #mpatch ${PNAME}-1.1.0-gethomedir.patch || die
81    
82   # libvnc.so: don't use unexported GetMaster function   # libvnc.so: don't use unexported GetMaster function
83   #mpatch ${PNAME}-1.4.2-getmaster.patch || die   #mpatch ${PNAME}-1.4.2-getmaster.patch || die
# Line 91  src_prepare() Line 90  src_prepare()
90    
91   # apply the included xorg patch   # apply the included xorg patch
92   cd ${XORGDDIR}   cd ${XORGDDIR}
93   #local xorg_patch_ver="${XORG_PVER%.*}"   local xorg_patch_ver="${XORG_PVER%.*}"
94   #xorg_patch_ver="${xorg_patch_ver//.}"   xorg_patch_ver="${xorg_patch_ver//.}"
95   #patch -Np1 -i ../xserver${xorg_patch_ver}.patch || die   patch -Np1 -i ../xserver${xorg_patch_ver}.patch || die
  mpatch -Np1 ${PNAME}-1.7.0-xserver119.patch || die  
96    
97   # reconfigure xorg   # reconfigure xorg
98   cd ${XORGDDIR}   cd ${XORGDDIR}
# Line 130  src_compile() Line 128  src_compile()
128   --disable-xwin \   --disable-xwin \
129   --disable-xephyr \   --disable-xephyr \
130   --disable-kdrive \   --disable-kdrive \
131     --disable-xwayland \
132   --disable-static \   --disable-static \
133   --disable-dri \   --disable-dri \
134   --enable-dri2 \   --enable-dri2 \

Legend:
Removed from v.10560  
changed lines
  Added in v.10562