--- trunk/extras/kde4plasma-addons/kde4plasma-addons-4.2.4-r1.smage2 2009/06/12 08:32:42 2024 +++ trunk/extras/kde4plasma-addons/kde4plasma-addons-4.2.4-r1.smage2 2009/06/12 08:50:43 2025 @@ -36,11 +36,26 @@ cd ${SRCDIR} # install dbus interfaces to /usr prefix not to /opt/kde4 + # + # !!check me on the next release!! + # mhm build seems to fail, if we change the prefix for dbus - no make target found + # so, we install it to ${KDEDIR} and move it later on to the right location kde4_configure \ - -DDBUS_INTERFACES_INSTALL_DIR=/usr/share/dbus-1/interfaces/ \ + -DDBUS_INTERFACES_INSTALL_DIR=${KDEDIR}/share/dbus-1/interfaces/ \ $(cmake_with Kexiv2) \ $(cmake_with OpenGL) \ || die mmake || die } + +src_install() +{ + kde4_src_install || die + + # !!check me on the next release!! + # mhm build seems to fail, if we change the prefix for dbus - no make target found + # so, we install it to ${KDEDIR} and move it later on to the right location + minstalldir /usr/share || die + mv ${BINDIR}/${KDEDIR}/share/dbus-1 ${BINDIR}/usr/share || die +}