update-mime-database presence before installing the mime file.
Patch out the call to update-mime-database anyway since the pkgtools run it.
Should fix spurious packaging failures when shared-mime-info got junked.
privilege-separated X and caused broken displays for applications using
qt frames, diff from dcoppa, okay espie.
(An alternative fix would be to disable shm support, i.e.
"CONFIGURE_ARGS += -no-mitshm", I'd prefer this but it would need further
testing).
MODGNUSTEP_NEEDS_BASE set to yes, to add it to link
depends, even if it not directly links against -base,
gnustep libraries/frameworks assume that applications
link against -base when using those libs/frameworks.
build problems pointed out by rpe@
* share/apps => share/apps.kde3
* share/doc/HTML => share/doc/HTML.kde3
This is a part of KDE3/4 deconflicting work.
Build tested in a bulk by landry@, also sat over a week on ports@.
Run-time tested with some KDE3 apps, including KMail, taxipilot, yakuake...
"do it" landry@
macppc still stays on using gcc due to too many problems there.
On amd64 and i386 now use the non-fragile-abi.
Now that allows on amd64 and i386 to use newer objective-c 2.0
features.
Python for some build steps. KDE4 already depends on Python directly and
indirectly, so add this dependency; upstream says this should speed up loading
of l10n stuff at run-time.
Pure BUILD_DEPENDS tweak, so no need to bump.
Reported by landry@
- Stop CMake warnings about non-existing CMakeLists.txt: the l10n packages
infrastructure is semi-generated and such warnings are normal.
- Allow sublanguages to add own MODULES and RUN_DEPENDS (will be used shortly).
Unportable behaviour which breaks on !Linux, and should not be
needed because the codeset part of a locale name is optional.
gnome-desktop should still be able to handle the locale name.
fix requested by and ok ajacoutot