Magellan Linux

Diff of /trunk/extras/kde4plasma-addons/kde4plasma-addons-4.2.4-r1.smage2

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

revision 2024 by niro, Fri Jun 12 08:29:57 2009 UTC revision 2025 by niro, Fri Jun 12 08:50:43 2009 UTC
# Line 36  src_compile() Line 36  src_compile()
36   cd ${SRCDIR}   cd ${SRCDIR}
37    
38   # install dbus interfaces to /usr prefix not to /opt/kde4   # install dbus interfaces to /usr prefix not to /opt/kde4
39     #
40     # !!check me on the next release!!
41     # mhm build seems to fail, if we change the prefix for dbus - no make target found
42     # so, we install it to ${KDEDIR} and move it later on to the right location
43   kde4_configure \   kde4_configure \
44   -DDBUS_INTERFACES_INSTALL_DIR=/usr/share/dbus-1/interfaces/ \   -DDBUS_INTERFACES_INSTALL_DIR=${KDEDIR}/share/dbus-1/interfaces/ \
45   $(cmake_with Kexiv2) \   $(cmake_with Kexiv2) \
46   $(cmake_with OpenGL) \   $(cmake_with OpenGL) \
47   || die   || die
48    
49   mmake || die   mmake || die
50  }  }
51    
52    src_install()
53    {
54     kde4_src_install || die
55    
56     # !!check me on the next release!!
57     # mhm build seems to fail, if we change the prefix for dbus - no make target found
58     # so, we install it to ${KDEDIR} and move it later on to the right location
59     minstalldir /usr/share || die
60     mv ${BINDIR}/${KDEDIR}/share/dbus-1 ${BINDIR}/usr/share || die
61    }

Legend:
Removed from v.2024  
changed lines
  Added in v.2025