Magellan Linux

Diff of /trunk/extras/kdebase-workspace/kdebase-workspace-4.11.0-r1.smage2

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

revision 19043 by niro, Sat Aug 24 09:23:04 2013 UTC revision 19044 by niro, Sat Aug 24 09:47:29 2013 UTC
# Line 101  SRC_URI=( Line 101  SRC_URI=(
101   mirror://${PNAME}/${PNAME}-4.9.4-kdm-plymouth.patch   mirror://${PNAME}/${PNAME}-4.9.4-kdm-plymouth.patch
102   mirror://${PNAME}/${PNAME}-4.9.4-xsession-errors-O_APPEND.patch   mirror://${PNAME}/${PNAME}-4.9.4-xsession-errors-O_APPEND.patch
103   mirror://${PNAME}/${PNAME}-4.9.4-fix-reboot.patch   mirror://${PNAME}/${PNAME}-4.9.4-fix-reboot.patch
104   mirror://${PNAME}/${PNAME}-4.9.4-systemd-displaymanager.patch   mirror://${PNAME}/${PNAME}-4.11-plasma-desktop-dbus.patch
105     mirror://${PNAME}/${PNAME}-4.11-kdm-logind-multiseat.patch
106  )  )
107    
108  UP2DATE="updatecmd -listonly http://download.kde.org/stable/ | grep 'stable/[0-9]' | sed -n 's:.*/\([0-9].*\)/:\1:;$ p'"  UP2DATE="updatecmd -listonly http://download.kde.org/stable/ | grep 'stable/[0-9]' | sed -n 's:.*/\([0-9].*\)/:\1:;$ p'"
# Line 147  src_prepare() Line 148  src_prepare()
148   # systemd fix kdm restart/shutdown does not work   # systemd fix kdm restart/shutdown does not work
149   mpatch ${PNAME}-4.9.4-fix-reboot.patch || die   mpatch ${PNAME}-4.9.4-fix-reboot.patch || die
150    
151   # fully support systemd   # fix plasma start issues
152   mpatch ${PNAME}-4.9.4-systemd-displaymanager.patch || die   mpatch ${PNAME}-4.11-plasma-desktop-dbus.patch || die
153    
154     # multiseat support with systemd
155     mpatch ${PNAME}-4.11-kdm-logind-multiseat.patch || die
156  }  }
157    
158  src_compile()  src_compile()

Legend:
Removed from v.19043  
changed lines
  Added in v.19044