Magellan Linux

Diff of /trunk/extras/kdebase4-workspace/kdebase4-workspace-4.4.0-r1.smage2

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

revision 4892 by niro, Sat Feb 13 09:40:57 2010 UTC revision 4893 by niro, Sat Feb 13 11:53:47 2010 UTC
# Line 16  DEPEND=">= dev-libs/glib2-2.22 Line 16  DEPEND=">= dev-libs/glib2-2.22
16   >= media-libs/freetype-2.3.9   >= media-libs/freetype-2.3.9
17   >= media-libs/libpng-1.2.40   >= media-libs/libpng-1.2.40
18   >= net-wlan/bluez-4.56   >= net-wlan/bluez-4.56
19     >= net-misc/networkmanager-0.7
20   >= sys-apps/eject-2.1.5   >= sys-apps/eject-2.1.5
21   >= sys-apps/hal-0.5.13   >= sys-apps/hal-0.5.13
22   >= sys-apps/usbutils-0.86   >= sys-apps/usbutils-0.86
# Line 47  DEPEND=">= dev-libs/glib2-2.22 Line 48  DEPEND=">= dev-libs/glib2-2.22
48   >= virtual/opengl"   >= virtual/opengl"
49    
50  # todo: media-libs/libcaptury support!!  # todo: media-libs/libcaptury support!!
 # - networkmanager support  
51  # - qedje support  # - qedje support
52    
53  SDEPEND=">= x11-apps/bdftopcf-1  SDEPEND=">= x11-apps/bdftopcf-1
# Line 73  SRC_URI=( Line 73  SRC_URI=(
73   mirror://${PNAME}/xdg-env.sh   mirror://${PNAME}/xdg-env.sh
74   mirror://${PNAME}/agent-startup.sh   mirror://${PNAME}/agent-startup.sh
75   mirror://${PNAME}/agent-shutdown.sh   mirror://${PNAME}/agent-shutdown.sh
76     mirror://${PNAME}/${PNAME}-${PVER}-kickoff.patch
77  )  )
78    
79  src_prepare()  src_prepare()
# Line 80  src_prepare() Line 81  src_prepare()
81   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
82   cd ${SRCDIR}   cd ${SRCDIR}
83    
84            # this patch will be in KDE 4.4.1
85            # see http://websvn.kde.org/?view=revision&sortby=date&revision=1087230
86            mpatch ${PNAME}-${PVER}-kickoff.patch || die
87    
88  # # setup a proper environment  # # setup a proper environment
89  # sed -i -e "s:@REPLACE_PREFIX@:${KDEDIR}:" \  # sed -i -e "s:@REPLACE_PREFIX@:${KDEDIR}:" \
90  # -e "s:@REPLACE_LIBS@:${KDEDIR}/$(mlibdir):" \  # -e "s:@REPLACE_LIBS@:${KDEDIR}/$(mlibdir):" \
# Line 105  src_compile() Line 110  src_compile()
110   $(cmake_with PAM) \   $(cmake_with PAM) \
111   $(cmake_with BlueZ) \   $(cmake_with BlueZ) \
112   $(cmake_with CkConnector) \   $(cmake_with CkConnector) \
113     $(cmake_with NetworkManager) \
114   $(cmake_without Sensors) \   $(cmake_without Sensors) \
  $(cmake_without NetworkManager) \  
115   $(cmake_without Xmms) \   $(cmake_without Xmms) \
116   $(cmake_without Googlegadgets) \   $(cmake_without Googlegadgets) \
117   $(cmake_without QEdje) \   $(cmake_without QEdje) \

Legend:
Removed from v.4892  
changed lines
  Added in v.4893