This has been a long time coming, but I've finally managed to get the first set of packages Trinity KDE 3.5.13 packages built for Mandriva 2011.0. You'll find the packages the installation instructions on :
http://www.autotrain.org/mdv-kde/mdv2011.0.html
The initial build is for 64bit (x86_64) systems only, mainly because I recently upgraded. 32bit packages will follow when I have time to sort them out, but no promises exactly when.
The above build isn't complete, and there are some problems, so please read the notes. I will be adding packages as time goes so check periodically for updates. In particular please pay attention to the change in the config directory from .kde3 to .trinity.
When I have some time I upload the SPEC files and patches into the relevant part of git.
Tim W
On Tuesday 01 May 2012 19:17:57 Tim Williams wrote:
This has been a long time coming, but I've finally managed to get the first set of packages Trinity KDE 3.5.13 packages built for Mandriva 2011.0. You'll find the packages the installation instructions on :
http://www.autotrain.org/mdv-kde/mdv2011.0.html
The initial build is for 64bit (x86_64) systems only, mainly because I recently upgraded. 32bit packages will follow when I have time to sort them out, but no promises exactly when.
The above build isn't complete, and there are some problems, so please read the notes. I will be adding packages as time goes so check periodically for updates. In particular please pay attention to the change in the config directory from .kde3 to .trinity.
When I have some time I upload the SPEC files and patches into the relevant part of git.
Tim W
That is good news indeed. I'll look forward to seeing the 32bit versions to try out on my eeepc.
Le 01/05/2012 20:17, Tim Williams a écrit :
This has been a long time coming, but I've finally managed to get the first set of packages Trinity KDE 3.5.13 packages built for Mandriva 2011.0. You'll find the packages the installation instructions on :
http://www.autotrain.org/mdv-kde/mdv2011.0.html
The initial build is for 64bit (x86_64) systems only, mainly because I recently upgraded. 32bit packages will follow when I have time to sort them out, but no promises exactly when.
The above build isn't complete, and there are some problems, so please read the notes. I will be adding packages as time goes so check periodically for updates. In particular please pay attention to the change in the config directory from .kde3 to .trinity.
When I have some time I upload the SPEC files and patches into the relevant part of git.
Tim W
Nice job ! I'm currently rebuilding the SRPM on Mageia 1.
Here are some hints:
- libtqtinterface-3.5.13-4 should not require dbus-tqt and dbus-1-tqt
- in "arts3.spec", when commenting out the "%multiarch_binaries" macro, you should remove the "%" symbol and only keep the "#"
- in "kdelibs3.spec": syntax error in a BuildRequires (missing a space caracter). should not require "kde-l10n" and "kde-custom-icons"
- in "kde3-kdebase.spec": The "dbus" headers are not found without a specific CXXFLAGS.
The patches are attached to this mail.
Francois
Le 04/05/2012 13:26, François ANDRIOT a écrit :
Le 01/05/2012 20:17, Tim Williams a écrit :
This has been a long time coming, but I've finally managed to get the first set of packages Trinity KDE 3.5.13 packages built for Mandriva 2011.0. You'll find the packages the installation instructions on :
http://www.autotrain.org/mdv-kde/mdv2011.0.html
The initial build is for 64bit (x86_64) systems only, mainly because I recently upgraded. 32bit packages will follow when I have time to sort them out, but no promises exactly when.
The above build isn't complete, and there are some problems, so please read the notes. I will be adding packages as time goes so check periodically for updates. In particular please pay attention to the change in the config directory from .kde3 to .trinity.
When I have some time I upload the SPEC files and patches into the relevant part of git.
Tim W
Nice job ! I'm currently rebuilding the SRPM on Mageia 1.
Here are some hints:
libtqtinterface-3.5.13-4 should not require dbus-tqt and dbus-1-tqt
in "arts3.spec", when commenting out the "%multiarch_binaries"
macro, you should remove the "%" symbol and only keep the "#"
- in "kdelibs3.spec":
syntax error in a BuildRequires (missing a space caracter). should not require "kde-l10n" and "kde-custom-icons"
- in "kde3-kdebase.spec":
The "dbus" headers are not found without a specific CXXFLAGS.
The patches are attached to this mail.
Francois
Patches for Mandriva, continued ...
krandr, ksplash-engine-moodin: you should NEVER use a %patch in the %build section ... About the library location problem, I've fixed that in the attached patches ... you must update the file "admin/acinclude.m4.in" in order to get the correct path.
Also an updated patch for kdebase: it should not conflict with mandriva-theme 1.0.6...
Now it should build and install more smoothly on Mandriva, since I've managed build it up to kdebase on Mageia 1 without messing with my system.
Francois