Commit Graph

2393 Commits

Author SHA1 Message Date
Andreas Müller
3370077b08 sddm: add bash to RDEPENDS
| /usr/share/sddm/scripts/Xsession: exec: line 46: /bin/bash: not found

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-09-13 00:49:39 +02:00
Andreas Müller
21a625070f kde-gtk-config: add gtk+ to DEPENDS
| WARNING: kde-gtk-config-5.7.4-r0 do_package_qa: QA Issue: kde-gtk-config rdepends on gtk+, but it isn't a build dependency, missing gtk+ in DEPENDS or PACKAGECONFIG? [build-deps]

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-09-10 02:55:10 +02:00
Andreas Müller
0091720800 kde-plasma: update to 5.7.4
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-09-10 01:35:34 +02:00
Andreas Müller
f87b546bc3 marble: fix cmake sysroot alignment
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-09-06 11:10:30 +02:00
Andreas Müller
dcd18e8297 kde-plasma: let all recipes depend on kwayland unconditionally
* instead of following several warnings, add DEPENDS globally
* kwayland builds fine without wayland in DISTRO_FEATURE

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-09-06 10:52:49 +02:00
Andreas Müller
e7fe9ccbb2 portmidi: initial add 217
Just for an application, setting defaults we do not drag java

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-09-06 03:03:34 +02:00
Andreas Müller
ea92c09948 qmmp: update to 1.1.3
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-09-05 16:34:33 +02:00
Andreas Müller
eb38fab7d8 qca: cmake sysroot alignments
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-09-01 15:07:36 +02:00
Andreas Müller
d5cac1045d liblxqt: cmake sysroot alignments
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-09-01 11:02:10 +02:00
Andreas Müller
9b49a238f2 cmake_extra_sanity: add additional check on libdir
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-09-01 09:20:14 +02:00
Andreas Müller
7a0fb8739c baloo: cmake sysroot alignments
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-09-01 09:19:21 +02:00
Andreas Müller
2d6db72ee2 modemmanager-qt: cmake sysroot alignments
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-09-01 09:01:57 +02:00
Andreas Müller
15f1e4801f recipes-lxqt: cmake sysroot alignments
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-09-01 01:08:07 +02:00
Andreas Müller
6b5a0590eb networkmanager-qt: fix cmake sysroot alignment
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-09-01 00:34:31 +02:00
Andreas Müller
274cd5e516 kwayland: fix cmake sysroot alignment
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-09-01 00:25:53 +02:00
Andreas Müller
18f809907f kwindowsystem: remove leftover comment
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-09-01 00:16:28 +02:00
Andreas Müller
b4b2dfae2e kwindowsystem: fix cmake sysroot replacement
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-08-31 21:47:44 +02:00
Andreas Müller
31f95ec92d world: rework cmake sanity and sysroot alignment
This is a panic commit in the middle of development - have the feeling my host
dies...

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-08-31 21:26:54 +02:00
Andreas Müller
ee9a61fb25 recipes-kde: further cmake-lib alignments
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-08-31 14:25:07 +02:00
Andreas Müller
3f7de961ff drumstick: fix build with gcc-6
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-08-31 11:42:43 +02:00
Andreas Müller
9a21620601 grantlee: fix compile with gcc-6
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-08-31 11:16:47 +02:00
Andreas Müller
7170332951 kded: fix native cmake-lib
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-08-30 19:59:27 +02:00
Andreas Müller
73a0789c65 kdesignerplugin: fix native cmake-lib
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-08-30 19:58:31 +02:00
Andreas Müller
aa2fcdf788 libdbusmenu-qt5: remove cmake-lib
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-08-30 18:36:10 +02:00
Andreas Müller
84f289b727 phonon: remove cmake-lib
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-08-30 18:35:06 +02:00
Andreas Müller
73bf6f0742 kde-kf5: remove cross cmake-lib usages
With oe-core's:
commit c03b32bd71dbe04f2f239556fea0b53215e403d7
Author: Thomas Witt <Thomas.Witt@bmw.de>
Date:   Mon Aug 22 16:27:11 2016 +0200

    cmake.bbclass: call cmake with a relative path

    CMake wants a relative path for CMAKE_INSTALL_*DIR, an absolute path
    breaks cross-compilation. This fact is documented in the following
    ticket: https://cmake.org/Bug/view.php?id=14367

    $sysconfdir and $localstatedir are not relative to $prefix, so they are
    still set as absolute paths. With his change ${PROJECT}Targets.cmake
    that are generated by cmakes "export" function will contain relative
    paths instead of absolute ones.

    Signed-off-by: Thomas Witt <Thomas.Witt@bmw.de>
    Signed-off-by: Clemens Lang <clemens.lang@bmw-carit.de>
    Signed-off-by: Ross Burton <ross.burton@intel.com>

the hacky sysroot replacements are no more necessary.

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-08-30 18:31:43 +02:00
Andreas Müller
81162a93a1 translate-toolkit: fix installation for latest oe-core
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-08-29 11:41:37 +02:00
Andreas Müller
15b3cac573 minuet: fix - it needs Qt 5.7 really and qtquickcontrols2
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-08-27 10:46:07 +02:00
Andreas Müller
33fb304f9a mlt: update to 6.2.0
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-08-27 01:03:37 +02:00
Andreas Müller
dedbef8671 packagegroup-lxqt-base: remove gone qtbase-fonts
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-08-26 13:40:25 +02:00
Andreas Müller
ff7b549dea xapian-core: update to 1.4.0
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-08-26 09:25:29 +02:00
Andreas Müller
e73d7859e1 sddm: remove qtbase-fonts from RDEPENDS - qtbase-fonts are gone
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-08-26 09:06:17 +02:00
Andreas Müller
fb3c7aecda kde-apps: add kdf and kolourpaint
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-08-26 00:00:49 +02:00
Andreas Müller
b607ec9f55 kolourpaint: initial add 16.08.0
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-08-25 23:59:50 +02:00
Andreas Müller
09e9060f12 kdf: initial add 16.08.0
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-08-25 23:59:00 +02:00
Andreas Müller
d12a1bd0d2 kde-apps: update to 16.08.0
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-08-25 23:57:54 +02:00
Andreas Müller
00b0d154a6 kde: move appdata/metainfo to kde-base.bbclass
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-08-25 14:13:05 +02:00
Andreas Müller
1cef11622a kpackage: add native build for kpackagetool5 referenced by CMake
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-08-25 11:41:58 +02:00
Andreas Müller
551c2953cc kde-apps: move common dirs packed to common place
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-08-25 08:38:14 +02:00
Andreas Müller
44506d04d3 remove trueos.bbclass - it came in accidently and is not ready for public
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-08-25 08:26:42 +02:00
Andreas Müller
1bb651aa25 konsole: fix packing
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-08-25 08:23:33 +02:00
Andreas Müller
ff0c718f84 ark: fix packing
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-08-25 08:22:49 +02:00
Andreas Müller
b472ed0f00 qjackctl: add jack-server to RDEPENDS
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-08-25 08:21:29 +02:00
Andreas Müller
5534dfa98c lxqt-panel: add pavucontrol RDEPENDS to PACKAGECONFIG[volume_pulse_plugin]
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-08-24 20:18:29 +02:00
Andreas Müller
c3cc12d218 kde-kf5: update to 5.25.0
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-08-24 20:16:32 +02:00
Andreas Müller
7cb1b5b66a antimony: depend on lemon-native instead of lemon
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-08-24 13:21:49 +02:00
Andreas Müller
647a59f4af libkscreen: depend on kwayland unconditionally
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-08-24 13:20:57 +02:00
Andreas Müller
956865d5ee qjackctl: initial add 0.4.2
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-08-21 23:26:08 +02:00
Andreas Müller
fceeffc37f qsynth: add missing HOMEPAGE and DEPENDS - initial commit went out too early
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-08-21 18:02:14 +02:00
Andreas Müller
f8f8786ec7 qsynth: initial add 0.4.1
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2016-08-21 17:56:12 +02:00