Compare commits
113 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ca6fe6a109 | ||
|
|
ffc27ed072 | ||
|
|
3e2bc54d88 | ||
|
|
dda1238647 | ||
|
|
bc2b6eb4dc | ||
|
|
5fc9499c88 | ||
|
|
979439b832 | ||
|
|
776ed96eab | ||
|
|
7f3eb253fa | ||
|
|
3bece473d7 | ||
|
|
58348b7e65 | ||
|
|
b12252ee8b | ||
|
|
356ecf9114 | ||
|
|
257ad66a79 | ||
|
|
85c8c7c272 | ||
|
|
d64f733f33 | ||
|
|
028ad3c056 | ||
|
|
86f316ce38 | ||
|
|
8f99b37826 | ||
|
|
d6672b94b7 | ||
|
|
334f0cbcf3 | ||
|
|
7bf96fb14d | ||
|
|
c9f3120acd | ||
|
|
a25a08a96a | ||
|
|
8982e8fffe | ||
|
|
96a76e3dbb | ||
|
|
03ea7cf69a | ||
|
|
a903e8c7ae | ||
|
|
b69f96d3bd | ||
|
|
1247ce04c9 | ||
|
|
308b27f203 | ||
|
|
636f48f316 | ||
|
|
3efa8f810e | ||
|
|
f2be0295d9 | ||
|
|
439aae0650 | ||
|
|
ce9892858f | ||
|
|
27d2eb741e | ||
|
|
aa2b832cc2 | ||
|
|
8ea1bd09c9 | ||
|
|
4ac3bcf5ad | ||
|
|
12a58d04dc | ||
|
|
a0f536798e | ||
|
|
8dd58f3429 | ||
|
|
cf5fb1390e | ||
|
|
18e5a35d8e | ||
|
|
1294e45fe8 | ||
|
|
412e9fecee | ||
|
|
56b741e87b | ||
|
|
137514461b | ||
|
|
26cdff7a52 | ||
|
|
eee085a024 | ||
|
|
54b675b7c4 | ||
|
|
f65eb99dc5 | ||
|
|
8eaf9e6c82 | ||
|
|
aa4baac8f1 | ||
|
|
d4699d8b69 | ||
|
|
f5c83c4fa5 | ||
|
|
602007a6d3 | ||
|
|
75c7839991 | ||
|
|
386408fc6b | ||
|
|
f5894c9c68 | ||
|
|
cdca13d619 | ||
|
|
7f8e67744c | ||
|
|
ceba2d7b68 | ||
|
|
57ac62443b | ||
|
|
0b40f6ee43 | ||
|
|
b6eaadc79b | ||
|
|
8f4f76403d | ||
|
|
c0f8cadabf | ||
|
|
0d13b19529 | ||
|
|
88c93bcb35 | ||
|
|
1c039b02d1 | ||
|
|
83d0d2b714 | ||
|
|
1341991592 | ||
|
|
15813af10c | ||
|
|
1642a02c8a | ||
|
|
8d3c98f802 | ||
|
|
da308cf056 | ||
|
|
8bab9e6115 | ||
|
|
a28bda9162 | ||
|
|
9c6b7ee064 | ||
|
|
86d0e52e93 | ||
|
|
09ae5e345a | ||
|
|
8f08438d60 | ||
|
|
d04379d25e | ||
|
|
eb8cae5260 | ||
|
|
dd688bea19 | ||
|
|
de1ae3abab | ||
|
|
35d740b833 | ||
|
|
0fa2a04cbf | ||
|
|
4c2d1f8707 | ||
|
|
6aed115b3f | ||
|
|
f919e66036 | ||
|
|
62e9e5e6b5 | ||
|
|
79b843d877 | ||
|
|
0abf7e49d5 | ||
|
|
97fa7b592a | ||
|
|
328cfb84e9 | ||
|
|
7179fb1731 | ||
|
|
4cc4746ace | ||
|
|
b27e8a8561 | ||
|
|
d295b026a3 | ||
|
|
94cc528b00 | ||
|
|
2fcdaef39c | ||
|
|
0f5b8726d5 | ||
|
|
0073435638 | ||
|
|
e46dea438a | ||
|
|
3f22d2af39 | ||
|
|
8e1b0371a6 | ||
|
|
781f962cac | ||
|
|
69f7ee98c0 | ||
|
|
5b21c54aaf | ||
|
|
5564ec8dda |
@@ -1,6 +1,6 @@
|
||||
inherit kde-base
|
||||
|
||||
KDE_APP_VERSION = "19.08.0"
|
||||
KDE_APP_VERSION = "19.08.3"
|
||||
|
||||
SRC_URI = "${KDE_MIRROR}/stable/applications/${PV}/src/${BPN}-${PV}.tar.xz"
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ ${KDE_MIRROR} http://kde.c3sl.ufpr.br \n \
|
||||
SRC_URI = "${KDE_MIRROR}/stable/${BPN}/${PV}/src/${BPN}-${PV}.tar.xz"
|
||||
|
||||
# extra-cmake-modules cause dependent to check for python
|
||||
inherit cmake_qt5_extra pythonnative
|
||||
inherit cmake_qt5_extra python3native
|
||||
|
||||
DEPENDS += "libxml2-native"
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
inherit kde-kf5
|
||||
|
||||
SRC_URI = "${KDE_MIRROR}/stable/frameworks/5.61/portingAids/${BPN}-${PV}.tar.xz"
|
||||
SRC_URI = "${KDE_MIRROR}/stable/frameworks/5.64/portingAids/${BPN}-${PV}.tar.xz"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
inherit kde-base
|
||||
|
||||
KF5_VERSION = "5.61.0"
|
||||
KF5_VERSION = "5.64.0"
|
||||
|
||||
SRC_URI = "${KDE_MIRROR}/stable/frameworks/5.61/${BPN}-${PV}.tar.xz"
|
||||
SRC_URI = "${KDE_MIRROR}/stable/frameworks/5.64/${BPN}-${PV}.tar.xz"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
inherit kde-base
|
||||
|
||||
PLASMA_VERSION = "5.16.4"
|
||||
PLASMA_VERSION = "5.17.3"
|
||||
|
||||
SRC_URI = "${KDE_MIRROR}/stable/plasma/${PLASMA_VERSION}/${BPN}-${PV}.tar.xz"
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ LAYERDEPENDS_meta-qt5-extra = " \
|
||||
gnome-layer \
|
||||
meta-python \
|
||||
"
|
||||
LAYERSERIES_COMPAT_meta-qt5-extra = "thud warrior"
|
||||
LAYERSERIES_COMPAT_meta-qt5-extra = "zeus"
|
||||
|
||||
LICENSE_PATH += "${LAYERDIR}/files/licenses"
|
||||
|
||||
|
||||
103
files/licenses/KDAB-Commercial
Normal file
103
files/licenses/KDAB-Commercial
Normal file
@@ -0,0 +1,103 @@
|
||||
COMMERCIAL LICENSE AGREEMENT
|
||||
FOR COMMERCIAL VERSIONS
|
||||
Version 1.0
|
||||
|
||||
Copyright of this license text (C) 2001 Trolltech AS and (C) 2002-2016
|
||||
Klarälvdalens Datakonsult AB. All rights reserved. License text used
|
||||
with kind permission of Trolltech AS. The software and accompanying
|
||||
material is Copyright (C) 2010-2019 Klarälvdalens Datakonsult AB.
|
||||
|
||||
This non-exclusive non-transferable License Agreement ("Agreement") is
|
||||
between you ("Licensee") and Klarälvdalens Datakonsult AB (KDAB), and
|
||||
pertains to the Klarälvdalens Datakonsult AB software product(s)
|
||||
accompanying this Agreement, which include(s) computer software and
|
||||
may include "online" or electronic documentation, associated media,
|
||||
and printed materials, including the source code, example programs and
|
||||
the documentation ("Software").
|
||||
|
||||
|
||||
COPYRIGHT AND RESTRICTIONS
|
||||
|
||||
1. All intellectual property rights in the Software are owned by KDAB
|
||||
and are protected by Swedish copyright laws, other applicable
|
||||
copyright laws, and international treaty provisions. KDAB retains all
|
||||
rights not expressly granted. No title, property rights or copyright
|
||||
in the Software or in any modifications to the Software shall pass to
|
||||
the Licensee under any circumstances. The Software is licensed, not
|
||||
sold.
|
||||
|
||||
2. By installing, copying, or otherwise using the Software, you agree
|
||||
to be bound by the terms of this agreement. If you do not agree to the
|
||||
terms of this Agreement, do not install, copy, or otherwise use the
|
||||
Software.
|
||||
|
||||
3. Upon your acceptance of the terms and conditions of this Agreement,
|
||||
KDAB grants you the right to use the Software in the manner provided
|
||||
below.
|
||||
|
||||
4. KDAB grants to you as an individual a personal, nonexclusive,
|
||||
non-transferable license to make and use copies of the Software for
|
||||
the sole purposes of designing, developing, testing and distributing
|
||||
your software product(s) ("Applications"). You may install copies of
|
||||
the Software on an unlimited number of computers provided that you are
|
||||
the only individual using the Software. If you are an entity, KDAB
|
||||
grants you the right to designate one, and only one, individual within
|
||||
your organization who shall have the sole right to use the Software in
|
||||
the manner provided above.
|
||||
|
||||
5. The license granted in this Agreement for you to create and
|
||||
distribute your own Applications is subject to all of the following
|
||||
conditions: (i) all copies of the Applications you create must bear a
|
||||
valid copyright notice, either your own or the copyright notice that
|
||||
appears on the Software; (ii) you may not remove or alter any
|
||||
copyright, trademark or other proprietary rights notice contained in
|
||||
any portion of the Software; (iii) you will indemnify and hold KDAB, its
|
||||
related companies and its suppliers, harmless from and against any
|
||||
claims or liabilities arising out of the use and/or reproduction of
|
||||
your Applications; (iv) your Applications must be written using a
|
||||
licensed, registered copy of the Software; (v) your Applications must
|
||||
add primary and substantial functionality to the Software; (vi) your
|
||||
Applications may not pass on functionality which in any way makes it
|
||||
possible for others to create Applications with the Software; (vii)
|
||||
your Applications may not compete with the Software; (viii) you may
|
||||
not use KDAB's or any of its suppliers' names, logos, or trademarks to
|
||||
market your programs, except to state that your program was written
|
||||
using the Software.
|
||||
|
||||
6. LICENSEE'S BREACH OF CONTRACT
|
||||
In addition to penalties, other sanctions and the like as stated in
|
||||
the Swedish Copyright Act (1960:729), or successive legislation as it
|
||||
may appear, the Licensee agrees to pay a Contractual Fine in case of
|
||||
his/her/their breach of any of the above mentioned obligations,
|
||||
including but not limited to, the Licensee's obligation to let only
|
||||
one person per license use the Software as stated under above. The
|
||||
Contractual Fine is EUR 5000 and is payable by the Licensee to the
|
||||
Licenser immediately upon the Licenser having reasonably demonstrated
|
||||
that the Licensee is in breach of his obligations in this Agreement.
|
||||
|
||||
7. WARRANTY DISCLAIMER
|
||||
THE SOFTWARE IS LICENSED TO YOU "AS IS". TO THE MAXIMUM EXTENT
|
||||
PERMITTED BY APPLICABLE LAW, KDAB ON BEHALF OF ITSELF AND ITS SUPPLIERS,
|
||||
DISCLAIMS ALL WARRANTIES AND CONDITIONS, EITHER EXPRESS OR IMPLIED,
|
||||
INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT WITH
|
||||
REGARD TO THE SOFTWARE.
|
||||
|
||||
8. LIMITATION OF LIABILITY
|
||||
IF, KDAB'S WARRANTY DISCLAIMER NOTWITHSTANDING, KDAB IS HELD LIABLE TO
|
||||
YOU BASED ON THE SOFTWARE, KDAB'S ENTIRE LIABILITY TO YOU AND YOUR
|
||||
EXCLUSIVE REMEDY SHALL BE, AT REPAIR OR REPLACEMENT OF THE SOFTWARE,
|
||||
PROVIDED YOU RETURN TO KDAB ALL COPIES OF THE SOFTWARE AS ORIGINALLY
|
||||
DELIVERED TO YOU. KDAB SHALL NOT UNDER ANY CIRCUMSTANCES BE LIABLE TO
|
||||
YOU BASED ON FAILURE OF THE SOFTWARE IF THE FAILURE RESULTED FROM
|
||||
ACCIDENT, ABUSE OR MISAPPLICATION, NOR SHALL KDAB UNDER ANY
|
||||
CIRCUMSTANCES BE LIABLE FOR SPECIAL DAMAGES, PUNITIVE OR EXEMPLARY
|
||||
DAMAGES, DAMAGES FOR LOSS OF PROFITS OR INTERRUPTION OF BUSINESS OR
|
||||
FOR LOSS OR CORRUPTION OF DATA.
|
||||
|
||||
9. This Agreement may only be modified in writing signed by you and an
|
||||
authorized officer of KDAB. All terms of any purchase order or other
|
||||
ordering document shall be superseded by this Agreement.
|
||||
|
||||
10. This Agreement shall be construed, interpreted and governed by the
|
||||
laws of Sweden, the venue to be Sunne Tingsratt.
|
||||
147
files/licenses/KDAB-Commercial-US
Normal file
147
files/licenses/KDAB-Commercial-US
Normal file
@@ -0,0 +1,147 @@
|
||||
COMMERCIAL LICENSE AGREEMENT
|
||||
FOR COMMERCIAL VERSIONS
|
||||
December 20, 2016
|
||||
|
||||
|
||||
IMPORTANT-READ CAREFULLY: This Klarälvdalens Datakonsult AB End-User
|
||||
License Agreement ("EULA") is a legal agreement between you (either an
|
||||
individual or a legal entity) and Klarälvdalens Datakonsult AB
|
||||
("KDAB") for the Klarälvdalens Datakonsult AB software product(s)
|
||||
accompanying this EULA, which include(s) computer software and may
|
||||
include "online" or electronic documentation, associated media, and
|
||||
printed materials ("Licensed Product").
|
||||
|
||||
The Licensed Product is protected by copyright laws and international
|
||||
copyright treaties, as well as other intellectual property laws and
|
||||
treaties. The Licensed Product is licensed, not sold.
|
||||
|
||||
By installing, copying, or otherwise using the Licensed Product, you
|
||||
agree to be bound by the terms of this EULA. If you do not agree to
|
||||
the terms of this EULA, do not install, copy, or otherwise use the
|
||||
Licensed Product; you may, however, return it to your place of
|
||||
purchase for a full refund. In addition, by installing, copying, or
|
||||
otherwise using any updates or other components of the Licensed
|
||||
Product that you receive separately as part of the Licensed Product
|
||||
("Updates"), you agree to be bound by any additional license terms
|
||||
that accompany such Updates. If you do not agree to the additional
|
||||
license terms that accompany such Updates, you may not install, copy,
|
||||
or otherwise use such Updates.
|
||||
|
||||
Upon your acceptance of the terms and conditions of this EULA, KDAB
|
||||
grants you the right to use the Licensed Product in the manner
|
||||
provided below.
|
||||
|
||||
KDAB grants to you as an individual a personal, nonexclusive,
|
||||
nontransferable license to make and use copies of the Licensed Product
|
||||
for the sole purposes of designing, developing, and testing your
|
||||
software product(s) ("Applications"). You may install copies of the
|
||||
Licensed Product on an unlimited number of computers provided that you
|
||||
are the only individual using the Licensed Product. If you are an
|
||||
entity, KDAB grants you the right to designate one, and only one,
|
||||
individual within your organization who shall have the sole right to
|
||||
use the Licensed Product in the manner provided above. You may at any
|
||||
time, but not more frequently that once every six (6) months,
|
||||
designate another individual to replace the current designated user by
|
||||
notifying KDAB, so long as there is no more than one designated user
|
||||
at any given time.
|
||||
|
||||
|
||||
GENERAL TERMS THAT APPLY TO APPLICATIONS AND REDISTRIBUTABLES
|
||||
KDAB grants you a nonexclusive, royalty-free right to reproduce and
|
||||
distribute the object code form of any portion of the Licensed Product
|
||||
("Redistributables") for execution on any operating system of a type
|
||||
listed in the License Certificate ("Platforms"). Copies of
|
||||
Redistributables may only be distributed with and for the sole purpose
|
||||
of executing Applications permitted under this License Agreement that
|
||||
you have created using the Licensed Product. Under no circumstances
|
||||
may any copies of Redistributables be distributed separately.
|
||||
|
||||
The license granted in this EULA for you to create your own
|
||||
Applications and distribute them and the Redistributables (if any) to
|
||||
your customers is subject to all of the following conditions: (i) all
|
||||
copies of the Applications you create must bear a valid copyright
|
||||
notice, either your own or the copyright notice that appears on the
|
||||
Licensed Product; (ii) you may not remove or alter any copyright,
|
||||
trademark or other proprietary rights notice contained in any portion
|
||||
of the Licensed Product; (iii) Redistributables, if any, shall be
|
||||
licensed to your customer "as is" (KDAB MAKES NO WARRANTIES OR
|
||||
REPRESENTATIONS VIS-A-VIS YOUR CUSTOMER WITH RESPECT TO
|
||||
REDISTRIBUTABLES, AND KDAB EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES
|
||||
VIS-A-VIS YOUR CUSTOMER, WHETHER EXPRESS OR IMPLIED, ORAL OR WRITTEN,
|
||||
INCLUDING, BUT NOT LIMITED TO ANY IMPLIED WARRANTY OF MERCHANTABILITY
|
||||
OR FITNESS FOR ANY PARTICULAR PURPOSE, WHETHER OR NOT KDAB KNOWS, HAS
|
||||
REASON TO KNOW, HAS BEEN ADVISED OR IS OTHERWISE AWARE OF SUCH
|
||||
PURPOSE); (iv) you will indemnify and hold KDAB, its related companies
|
||||
and its suppliers, harmless from and against any claims or liabilities
|
||||
arising out of the use, reproduction or distribution of your
|
||||
Applications; (v) your Applications must be written using a licensed,
|
||||
registered copy of the Licensed Product; (vi) your Applications must
|
||||
add primary and substantial functionality to the Licensed Product;
|
||||
(vii) your Applications may not pass on functionality which in any way
|
||||
makes it possible for others to create Applications with the Software;
|
||||
(viii) your Applications may not compete with the Licensed Product;
|
||||
(ix)) you may not use KDAB's or any of its suppliers' names, logos, or
|
||||
trademarks to market your programs, except to state that your program
|
||||
was written using the Licensed Product.
|
||||
|
||||
LICENSEE'S BREACH OF CONTRACT
|
||||
In addition to penalties, other sanctions and the like as stated in
|
||||
the Swedish Copyright Act (1960:729), or successive legislation as it
|
||||
may appear, the Licensee agrees to pay a Contractual Fine in case of
|
||||
his/her/their breach of any of the above mentioned obligations,
|
||||
including but not limited to, the Licensee's obligation to let only
|
||||
one person per license use the Software as stated under above. The
|
||||
Contractual Fine is EUR 5000 and is payable by the Licensee to the
|
||||
Licenser immediately upon the Licenser having reasonably demonstrated
|
||||
that the Licensee is in breach of his obligations in this Agreement.
|
||||
|
||||
WARRANTY DISCLAIMER
|
||||
THE LICENSED PRODUCT IS LICENSED TO YOU "AS IS". TO THE MAXIMUM
|
||||
EXTENT PERMITTED BY APPLICABLE LAW, KDAB ON BEHALF OF ITSELF AND ITS
|
||||
SUPPLIERS, DISCLAIMS ALL WARRANTIES AND CONDITIONS, EITHER EXPRESS OR
|
||||
IMPLIED, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND
|
||||
NON-INFRINGEMENT WITH REGARD TO THE LICENSED PRODUCT. THIS WARRANTY
|
||||
DISCLAIMER NOTWITHSTANDING, YOU MAY HAVE SPECIFIC LEGAL RIGHTS WHICH
|
||||
MAY VARY FROM STATE/JURISDICTION TO STATE/JURISDICTION.
|
||||
|
||||
|
||||
LIMITATION OF LIABILITY
|
||||
IF, KDAB'S WARRANTY DISCLAIMER NOTWITHSTANDING, KDAB IS HELD LIABLE TO
|
||||
YOU, WHETHER IN CONTRACT, TORT OR ANY OTHER LEGAL THEORY, BASED ON THE
|
||||
LICENSED PRODUCT, KDAB'S ENTIRE LIABILITY TO YOU AND YOUR EXCLUSIVE
|
||||
REMEDY SHALL BE, AT KDAB'S OPTION, EITHER (A) RETURN OF THE PRICE YOU
|
||||
PAID FOR THE LICENSED PRODUCT, OR (B) REPAIR OR REPLACEMENT OF THE
|
||||
LICENSED PRODUCT, PROVIDED YOU RETURN TO KDAB ALL COPIES OF THE
|
||||
LICENSED PRODUCT AS ORIGINALLY DELIVERED TO YOU. KDAB SHALL NOT UNDER
|
||||
ANY CIRCUMSTANCES BE LIABLE TO YOU BASED ON FAILURE OF THE LICENSED
|
||||
PRODUCT IF THE FAILURE RESULTED FROM ACCIDENT, ABUSE OR
|
||||
MISAPPLICATION, NOR SHALL KDAB UNDER ANY CIRCUMSTANCES BE LIABLE FOR
|
||||
SPECIAL DAMAGES, PUNITIVE OR EXEMPLARY DAMAGES, DAMAGES FOR LOSS OF
|
||||
PROFITS OR INTERRUPTION OF BUSINESS OR FOR LOSS OR CORRUPTION OF DATA.
|
||||
ANY AWARD OF DAMAGES FROM KDAB TO YOU SHALL NOT EXCEED THE TOTAL AMOUNT
|
||||
YOU HAVE PAID TO KDAB IN CONNECTION WITH THIS EULA.
|
||||
|
||||
|
||||
SUPPORT AND UPDATES
|
||||
You will receive email based, software developer support and access to
|
||||
Updates to the Licensed Product for one year from the date of initial
|
||||
delivery, in accordance with KDAB support policies and procedures.
|
||||
Such policies and procedures may be changed from time to time.
|
||||
|
||||
|
||||
GENERAL PROVISIONS
|
||||
This EULA may only be modified in writing signed by you and an
|
||||
authorized officer of KDAB. All terms of any purchase order or other
|
||||
ordering document shall be superseded by this EULA. If any provision
|
||||
of the EULA is found void or unenforceable, the remainder will remain
|
||||
valid and enforceable according to its terms. If any remedy provided
|
||||
is determined to have failed for its essential purpose, all
|
||||
limitations of liability and exclusions of damages set forth in this
|
||||
EULA shall remain in effect.
|
||||
|
||||
This EULA shall be construed, interpreted and governed by the laws of
|
||||
Sweden, the venue to be Sunne Tingsratt. The EULA gives you specific
|
||||
legal rights; you may have others, which vary from state to state and
|
||||
from country to country. KDAB reserves all rights not specifically
|
||||
granted in this EULA.
|
||||
12
files/licenses/SUNDOWN
Normal file
12
files/licenses/SUNDOWN
Normal file
@@ -0,0 +1,12 @@
|
||||
Permission to use, copy, modify, and distribute this software for any
|
||||
purpose with or without fee is hereby granted, provided that the above
|
||||
copyright notice and this permission notice appear in all copies.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
||||
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
||||
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
||||
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
||||
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
@@ -2,7 +2,7 @@ SUMMARY = "Compton is a compositor for X"
|
||||
LICENSE = "NTP & MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=51f8a6ef7a22968bea284609c6093146"
|
||||
|
||||
inherit autotools-brokensep pkgconfig distro_features_check
|
||||
inherit autotools-brokensep pkgconfig features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
|
||||
auth requisite pam_nologin.so
|
||||
auth required pam_env.so
|
||||
auth optional pam_kwallet5.so
|
||||
auth optional pam_gnome_keyring.so
|
||||
#auth required pam_unix.so
|
||||
# To deny passwordless login comment next line and uncomment previous line
|
||||
auth required pam_unix.so nullok
|
||||
@@ -11,7 +13,8 @@ account required pam_unix.so
|
||||
session required pam_limits.so
|
||||
session required pam_unix.so
|
||||
-session optional pam_systemd.so
|
||||
-session optional pam_kwallet5.so
|
||||
session optional pam_kwallet5.so auto_start
|
||||
session optional pam_gnome_keyring.so auto_start
|
||||
|
||||
password required pam_unix.so
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = " \
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
inherit cmake_qt5_extra qmake5_base pkgconfig systemd useradd distro_features_check
|
||||
inherit cmake_qt5_extra qmake5_base pkgconfig systemd useradd features_check
|
||||
|
||||
DEPENDS += "extra-cmake-modules-native qtbase qtdeclarative qttools libxcb"
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
SUMMARY = "The Linux perf GUI for performance analysis"
|
||||
LICENSE = "GPLv2+ | KDAB-Commercial"
|
||||
LICENSE = "GPLv2+ | KDAB-Commercial | KDAB-Commercial-US"
|
||||
LIC_FILES_CHKSUM = " \
|
||||
file://LICENSE.txt;md5=a6b8a64054f1549420f27724acd2337a \
|
||||
file://LICENSE.GPL.txt;md5=eed541e1ee57f0373b3cb5824dfe6b93 \
|
||||
file://LICENSE.txt;md5=50a9af6464b390664488e7af1cc5c148 \
|
||||
file://LICENSE.GPL.txt;md5=8b7a65584aeb92995bcb6066ed0f58f7 \
|
||||
file://LICENSE.US.txt;md5=1cf6e30372544be558f7146a7e229cdd \
|
||||
"
|
||||
|
||||
@@ -22,9 +22,9 @@ DEPENDS += " \
|
||||
solid \
|
||||
"
|
||||
SRC_URI = "gitsm://github.com/KDAB/hotspot.git"
|
||||
SRCREV = "a41a0a5ba1fead202bfdcb2198f192114d030484"
|
||||
SRCREV = "35d1865babf40b9df454810ca8cc09e77b0c349a"
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "1.1.0+git${SRCPV}"
|
||||
PV = "1.2.0+git${SRCPV}"
|
||||
|
||||
FILES_${PN} += "${datadir}/icons"
|
||||
|
||||
|
||||
20
recipes-kdab/kdcharts/kdcharts_git.bb
Normal file
20
recipes-kdab/kdcharts/kdcharts_git.bb
Normal file
@@ -0,0 +1,20 @@
|
||||
SUMMARY = "A Qt tool for creating business and scientific charts"
|
||||
LICENSE = "GPLv2+ | KDAB-Commercial"
|
||||
LIC_FILES_CHKSUM = " \
|
||||
file://LICENSE.txt;md5=ec5e1ab8584968655cce6fd650160b26 \
|
||||
file://LICENSE.GPL.txt;md5=9bea831e8733013a5761386750f57271 \
|
||||
"
|
||||
|
||||
inherit cmake_qt5_extra
|
||||
|
||||
DEPENDS += " \
|
||||
qtbase \
|
||||
qtsvg \
|
||||
"
|
||||
|
||||
SRC_URI = "git://github.com/KDAB/KDChart.git"
|
||||
SRCREV = "488ae47b2be78b07d196ead7614ab35866c63157"
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "2.6.50+git${SRCPV}"
|
||||
|
||||
FILES_${PN}-dev += "${datadir}/mkspecs"
|
||||
21
recipes-kdab/kdreports/kdreports_git.bb
Normal file
21
recipes-kdab/kdreports/kdreports_git.bb
Normal file
@@ -0,0 +1,21 @@
|
||||
SUMMARY = "Qt library for generating printable and exportable reports"
|
||||
DESCRIPTION = "Qt library for generating printable and exportable reports from code and from XML descriptions"
|
||||
LICENSE = "(GPLv2 & LGPLv2.1 ) | KDAB-Commercial | KDAB-Commercial-US"
|
||||
LIC_FILES_CHKSUM = " \
|
||||
file://LICENSE.GPL.txt;md5=fa70ea33eec42152e9d40dfb8310b70c \
|
||||
file://LICENSE.LGPL.txt;md5=cce5e510cd6a04c95c4b4910d22559fe \
|
||||
file://LICENSE.US.txt;md5=affebebb336655a41db530c5594f7dff \
|
||||
file://LICENSE.txt;md5=129d14735385614fe7b1d5eee63674a5 \
|
||||
"
|
||||
|
||||
inherit cmake_qt5_extra
|
||||
|
||||
DEPENDS += " \
|
||||
qtbase \
|
||||
kdcharts \
|
||||
"
|
||||
|
||||
SRC_URI = "git://github.com/KDAB/KDReports.git"
|
||||
SRCREV = "2a7defbef34399838739f87f42c7d36c198b1611"
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "1.8.50+git${SRCPV}"
|
||||
@@ -15,8 +15,8 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
PV = "${KDE_APP_VERSION}"
|
||||
SRC_URI[md5sum] = "5df2b3229bd8487cf54c094496f9b823"
|
||||
SRC_URI[sha256sum] = "516f29f089be92fecf5e17dcf466a9daf8525ec9e594f52f04338603914c2003"
|
||||
SRC_URI[md5sum] = "71b431cf4d65c14e413d3e0bf9ee657e"
|
||||
SRC_URI[sha256sum] = "9247172f3ffbc0fd3308b4b40f5d76eaa2a5012dc49525c3087caf5cdfc1513e"
|
||||
|
||||
FILES_${PN} += " \
|
||||
${datadir}/libanalitza \
|
||||
|
||||
@@ -28,8 +28,8 @@ DEPENDS += "\
|
||||
"
|
||||
|
||||
PV = "${KDE_APP_VERSION}"
|
||||
SRC_URI[md5sum] = "1a4bc737591957d2461328c43d7976eb"
|
||||
SRC_URI[sha256sum] = "0685285486ca933e3467f35c3d5d4e8633ae80f1e5529f8a4d8257d0b53d9512"
|
||||
SRC_URI[md5sum] = "7229b67491b61dcec2fc210444099653"
|
||||
SRC_URI[sha256sum] = "bc1fcd84632c628a10e8536d56b65a7acbd4235ed0e034fec864b78bdc36f8f1"
|
||||
SRC_URI += " \
|
||||
file://0001-fix-build-with-QT_NO_SESSIONMANAGER-set.patch \
|
||||
"
|
||||
|
||||
@@ -19,8 +19,8 @@ DEPENDS += "\
|
||||
"
|
||||
|
||||
PV = "${KDE_APP_VERSION}"
|
||||
SRC_URI[md5sum] = "09e74bf5950455b6c236153af3bc5426"
|
||||
SRC_URI[sha256sum] = "3ef81f74ce6fccd6eaf60e0dfd18fe660ac357e75c4715801da9bb3a203a6008"
|
||||
SRC_URI[md5sum] = "2efa693e1c94fa03d0d391ffb489636b"
|
||||
SRC_URI[sha256sum] = "edb9284b1a7d73b0c824390aa875593650880eb77c2680a2942c9fd65f436a2d"
|
||||
|
||||
FILES_${PN} += " \
|
||||
${datadir}/kservices5 \
|
||||
|
||||
@@ -19,8 +19,8 @@ DEPENDS += "\
|
||||
"
|
||||
|
||||
PV = "${KDE_APP_VERSION}"
|
||||
SRC_URI[md5sum] = "6ee18909082965333cf6938c2850f28f"
|
||||
SRC_URI[sha256sum] = "829ecfe3a46bc1c009fea14c5860aa17ea18f36ed33fdc9296c499992aeed466"
|
||||
SRC_URI[md5sum] = "0834d12a9478b0335f1ac17448339084"
|
||||
SRC_URI[sha256sum] = "2f950820ebdb52f1c81476b36b5ea07808fe8da154e7757a85ca8ac2c1b37735"
|
||||
|
||||
FILES_${PN} += " \
|
||||
${datadir}/kxmlgui5 \
|
||||
|
||||
@@ -8,7 +8,6 @@ DEPENDS += "\
|
||||
kauth-native \
|
||||
kconfig-native \
|
||||
kcoreaddons-native \
|
||||
kdesignerplugin-native \
|
||||
kdelibs4support-native \
|
||||
kdelibs4support \
|
||||
sonnet-native \
|
||||
@@ -19,8 +18,8 @@ DEPENDS += "\
|
||||
"
|
||||
|
||||
PV = "${KDE_APP_VERSION}"
|
||||
SRC_URI[md5sum] = "032a73a5293f47e2e743fc71b34a6d89"
|
||||
SRC_URI[sha256sum] = "f074aa7151f4b4d9202d90257952638652a1bf09d02699762f346d85b61c5f54"
|
||||
SRC_URI[md5sum] = "3fc039691fae9e401d6e66d1c78b831f"
|
||||
SRC_URI[sha256sum] = "82860ef615954e94f3f382ad60fb144fcfcf7777b8a890f281c0cce55da13a55"
|
||||
|
||||
FILES_${PN} += " \
|
||||
${datadir}/config.kcfg \
|
||||
|
||||
@@ -36,8 +36,8 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
PV = "${KDE_APP_VERSION}"
|
||||
SRC_URI[md5sum] = "2c9aebc32016b521f62cb73e34c92635"
|
||||
SRC_URI[sha256sum] = "fd44714541ae7082d4615e441242afdba2d7810a373bfc8c3e64ff5c7db0a0f0"
|
||||
SRC_URI[md5sum] = "41fa8934aa3f10bb422d79d952db0e6e"
|
||||
SRC_URI[sha256sum] = "de71f52324c15d692448ac4c79c1e0fcf35df5c03349a8bcbebfae20d9f69d4e"
|
||||
SRC_URI += " \
|
||||
file://0001-fix-build-for-qtbase-without-session-management.patch \
|
||||
file://0002-Revert-Make-target_link_libraries-for-kdeinit_dolphi.patch \
|
||||
|
||||
@@ -16,7 +16,7 @@ diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp
|
||||
index f7a7613..127cd85 100644
|
||||
--- a/src/dolphinmainwindow.cpp
|
||||
+++ b/src/dolphinmainwindow.cpp
|
||||
@@ -386,9 +386,11 @@ void DolphinMainWindow::closeEvent(QCloseEvent* event)
|
||||
@@ -434,9 +434,11 @@ void DolphinMainWindow::closeEvent(QCloseEvent* event)
|
||||
// Find out if Dolphin is closed directly by the user or
|
||||
// by the session manager because the session is closed
|
||||
bool closedByUser = true;
|
||||
@@ -32,7 +32,7 @@ diff --git a/src/main.cpp b/src/main.cpp
|
||||
index b4ca2c6..5c058a9 100644
|
||||
--- a/src/main.cpp
|
||||
+++ b/src/main.cpp
|
||||
@@ -156,6 +156,7 @@ extern "C" Q_DECL_EXPORT int kdemain(int argc, char **argv)
|
||||
@@ -168,6 +168,7 @@ extern "C" Q_DECL_EXPORT int kdemain(int argc, char **argv)
|
||||
|
||||
mainWindow->show();
|
||||
|
||||
@@ -40,14 +40,11 @@ index b4ca2c6..5c058a9 100644
|
||||
if (app.isSessionRestored()) {
|
||||
const QString className = KXmlGuiWindow::classNameOfToplevel(1);
|
||||
if (className == QLatin1String("DolphinMainWindow")) {
|
||||
@@ -164,6 +165,7 @@ extern "C" Q_DECL_EXPORT int kdemain(int argc, char **argv)
|
||||
@@ -176,6 +177,7 @@ extern "C" Q_DECL_EXPORT int kdemain(int argc, char **argv)
|
||||
qCWarning(DolphinDebug) << "Unknown class " << className << " in session saved data!";
|
||||
}
|
||||
}
|
||||
+#endif
|
||||
|
||||
return app.exec(); // krazy:exclude=crash;
|
||||
}
|
||||
--
|
||||
2.1.0
|
||||
|
||||
KDBusService dolphinDBusService;
|
||||
DBusInterface interface;
|
||||
|
||||
@@ -29,8 +29,8 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
PV = "${KDE_APP_VERSION}"
|
||||
SRC_URI[md5sum] = "0b8ac2d21caac785824241d25df3c48f"
|
||||
SRC_URI[sha256sum] = "3d792f6dfd4a5d8ad7726fa942840ebed2b2bb6f25ec6f68883b83859c21cacc"
|
||||
SRC_URI[md5sum] = "3852d3814d21ed1c8f1e98d188cb82f2"
|
||||
SRC_URI[sha256sum] = "f9172f6ddf75cf8e4be19d50f80994d59545fdea966674fb67abe7a7c934810a"
|
||||
|
||||
CXXFLAGS += "-isystem ${STAGING_INCDIR}/phonon4qt5/KDE"
|
||||
|
||||
|
||||
@@ -21,8 +21,8 @@ DEPENDS += "\
|
||||
"
|
||||
|
||||
PV = "${KDE_APP_VERSION}"
|
||||
SRC_URI[md5sum] = "317af4cb4e1ba176db4b6a8f049b3c88"
|
||||
SRC_URI[sha256sum] = "bdd3d32f6666b3d2fa4c614f5f058571c8849484e1ba17a97996680503f8e8e6"
|
||||
SRC_URI[md5sum] = "6fa0d265e40841fca313aa631de1931b"
|
||||
SRC_URI[sha256sum] = "95fa38574292a2aa8d3d90749fbbb61c5005889ef1df1aaa04d2d789bbf4fb00"
|
||||
SRC_URI += " \
|
||||
file://0001-fix-build-for-qtbase-build-without-session-support-Q.patch \
|
||||
"
|
||||
|
||||
@@ -24,8 +24,8 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
PV = "${KDE_APP_VERSION}"
|
||||
SRC_URI[md5sum] = "b90a37729f3650157e0f32759248d72d"
|
||||
SRC_URI[sha256sum] = "b61bf45df63dc3fb324e1a74ec84ae4f2d58371af88ccd28593b0716673dc00a"
|
||||
SRC_URI[md5sum] = "1429dd72178fbefc8b5d704a01047c71"
|
||||
SRC_URI[sha256sum] = "eac24bb0b0bcf7e12e4059187e0fd542503bae620637a4f35a339e6f63ab3890"
|
||||
|
||||
FILES_${PN} += " \
|
||||
${datadir}/config.kcfg \
|
||||
|
||||
@@ -5,18 +5,18 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5a3169a2d39a757efd8b7aa66a69d97b"
|
||||
inherit kde-apps gettext
|
||||
|
||||
DEPENDS += " \
|
||||
kdelibs4support-native \
|
||||
kdoctools-native \
|
||||
jpeg \
|
||||
exiv2 \
|
||||
lcms \
|
||||
phonon \
|
||||
kdelibs4support \
|
||||
kdelibs4support-native \
|
||||
kded \
|
||||
kactivities \
|
||||
kcoreaddons-native \
|
||||
kconfig-native \
|
||||
kauth-native \
|
||||
kdesignerplugin-native \
|
||||
sonnet-native \
|
||||
kxmlgui \
|
||||
kfilemetadata \
|
||||
@@ -25,8 +25,8 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
PV = "${KDE_APP_VERSION}"
|
||||
SRC_URI[md5sum] = "5ff7266c47db9e5ddbb3aa0e6e34c980"
|
||||
SRC_URI[sha256sum] = "1d1d4713bcebdd8c7c458c075b7101055c81cf94a802ac8b9b3528a3c3c961a3"
|
||||
SRC_URI[md5sum] = "925dd075bdec3aaa61dfac125b7dd077"
|
||||
SRC_URI[sha256sum] = "7e7ad69eaa7a6b2d0549e94d1dab0d012107c822d66483d54aa8268900820255"
|
||||
|
||||
SRC_URI += " \
|
||||
file://0001-Avoid-try_run.patch \
|
||||
|
||||
@@ -22,8 +22,8 @@ DEPENDS += "\
|
||||
"
|
||||
|
||||
PV = "${KDE_APP_VERSION}"
|
||||
SRC_URI[md5sum] = "9cebf309ed192c91149bd5195de611a3"
|
||||
SRC_URI[sha256sum] = "b875b2bfe985e5c595f60fbb146fb4545c34321bb86f7fc04164a23f0bb3e9eb"
|
||||
SRC_URI[md5sum] = "1fb55c17da09c60fdb36c4b629e95174"
|
||||
SRC_URI[sha256sum] = "7832584a161c2f611ce980ad98932533c998d37e6e4e2b7afbd0b4e98ce88a65"
|
||||
|
||||
FILES_${PN} += " \
|
||||
${datadir}/icons \
|
||||
|
||||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = " \
|
||||
file://COPYING.DOC;md5=24ea4c7092233849b4394699333b5c56 \
|
||||
"
|
||||
|
||||
inherit kde-apps pythonnative gettext pkgconfig gtk-icon-cache
|
||||
inherit kde-apps gettext pkgconfig gtk-icon-cache
|
||||
|
||||
DEPENDS += " \
|
||||
qtsvg \
|
||||
@@ -18,7 +18,6 @@ DEPENDS += " \
|
||||
kconfig-native \
|
||||
kdoctools-native \
|
||||
kauth-native \
|
||||
kdesignerplugin-native \
|
||||
karchive \
|
||||
kconfig \
|
||||
kcoreaddons \
|
||||
|
||||
@@ -26,8 +26,8 @@ DEPENDS += "\
|
||||
"
|
||||
|
||||
PV = "${KDE_APP_VERSION}"
|
||||
SRC_URI[md5sum] = "3c9728c22c737d9cd69ccf2c6ba8d0e8"
|
||||
SRC_URI[sha256sum] = "e0e53e60e7af1f0002343969b2ce0ce47e0cd3d7318b44d2827478291c2a9cd4"
|
||||
SRC_URI[md5sum] = "594487a991b9cc7b36802393ab218856"
|
||||
SRC_URI[sha256sum] = "0edc811df5d4e729851e4af980fb414d70af66218091c017c16054a5181af80e"
|
||||
|
||||
FILES_${PN} += " \
|
||||
${datadir}/kxmlgui5 \
|
||||
|
||||
@@ -34,8 +34,8 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
PV = "${KDE_APP_VERSION}"
|
||||
SRC_URI[md5sum] = "b1fc6858905a84f3c4818b57c67af861"
|
||||
SRC_URI[sha256sum] = "6acc3172429191ab47722d788f324292ea5ee2f1e419d48c72200579b9b30878"
|
||||
SRC_URI[md5sum] = "a8a14bf2a8590b1d8f38b565881d71ba"
|
||||
SRC_URI[sha256sum] = "ab9f076e7e825fca64252b366e637e34157f1f875aa573bdae333fc240e0ec71"
|
||||
|
||||
FILES_SOLIBSDEV = ""
|
||||
|
||||
|
||||
@@ -27,8 +27,8 @@ DEPENDS += "\
|
||||
"
|
||||
|
||||
PV = "${KDE_APP_VERSION}"
|
||||
SRC_URI[md5sum] = "70795d40845ce31ccc6cbbedc159b1f5"
|
||||
SRC_URI[sha256sum] = "12b2a0e703312159a8a217ddb5e19c9a9bea1825d668dd4377fe8e52101f3c90"
|
||||
SRC_URI[md5sum] = "4c3cd816f6a7553e94ef7c3870b3bede"
|
||||
SRC_URI[sha256sum] = "a02df5d0d03fdd478ead1ba705089514b6debfae553be8d814edfb6952149eac"
|
||||
SRC_URI += "file://0001-fix-build-for-qtbase-build-without-session-support-Q.patch"
|
||||
|
||||
FILES_${PN} += " \
|
||||
|
||||
@@ -22,8 +22,8 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
PV = "${KDE_APP_VERSION}"
|
||||
SRC_URI[md5sum] = "59ac93b9848beadbc3d593bd14e78c84"
|
||||
SRC_URI[sha256sum] = "3337c6fb57fdb8439e6e6edc0186fec76641196714daa955465e009923573b84"
|
||||
SRC_URI[md5sum] = "579d0fdc50c7da848eda46d6c6bb753b"
|
||||
SRC_URI[sha256sum] = "9d2553472a3f61e1be584bed2d9295a60b8074fdcd264213d67dc20f63033563"
|
||||
|
||||
FILES_${PN} += " \
|
||||
${datadir}/config.kcfg \
|
||||
|
||||
@@ -28,8 +28,8 @@ DEPENDS += "\
|
||||
"
|
||||
|
||||
PV = "${KDE_APP_VERSION}"
|
||||
SRC_URI[md5sum] = "0329877af7eb4fec1daff1a5c66c0890"
|
||||
SRC_URI[sha256sum] = "3df779542c1d74d63e66a4db86210d75e37939f8f29947851b9c76c347856025"
|
||||
SRC_URI[md5sum] = "ca06728d8d10b442435b1852769aee24"
|
||||
SRC_URI[sha256sum] = "21e4bc2e2f3c23d4b954c8b336aab9faa5ba6021ca1487baf39595ff31d82e0b"
|
||||
SRC_URI += "file://0001-fix-build-with-QT_NO_SESSIONMANAGER-set.patch"
|
||||
|
||||
FILES_${PN} += " \
|
||||
|
||||
@@ -23,8 +23,8 @@ DEPENDS += "\
|
||||
"
|
||||
|
||||
PV = "${KDE_APP_VERSION}"
|
||||
SRC_URI[md5sum] = "89dc5c5bbdfe10d56fea9964bf36c861"
|
||||
SRC_URI[sha256sum] = "87748c5bda9b7563531e0b0701ec4a745cd95121b9bd426448e5ed476292fdd4"
|
||||
SRC_URI[md5sum] = "7d34763a6f37cc904008d84f3cdb1542"
|
||||
SRC_URI[sha256sum] = "1c49d80dcbaa7745932c6b64c520072099e66767e8d1f725a332f79a7ee89f3f"
|
||||
|
||||
FILES_${PN} += " \
|
||||
${datadir}/kxmlgui5 \
|
||||
|
||||
@@ -22,8 +22,8 @@ DEPENDS += "\
|
||||
"
|
||||
|
||||
PV = "${KDE_APP_VERSION}"
|
||||
SRC_URI[md5sum] = "447466379d5a9d30edab30e048532c61"
|
||||
SRC_URI[sha256sum] = "676dd522eb9976789da17eea1dc103c9c67b6df7bfa70d998e29c0e7dde0608b"
|
||||
SRC_URI[md5sum] = "d408ad818809a0211c742c2bb285a668"
|
||||
SRC_URI[sha256sum] = "8fc5e0643bb826b07cb5d283b8bd6fd5da4979f6125b43b1db3a9db60b02a36a"
|
||||
|
||||
FILES_${PN} += " \
|
||||
${datadir}/kxmlgui5 \
|
||||
|
||||
@@ -23,8 +23,8 @@ DEPENDS += "\
|
||||
"
|
||||
|
||||
PV = "${KDE_APP_VERSION}"
|
||||
SRC_URI[md5sum] = "42b066d7920a5041928ab4da6a76bd70"
|
||||
SRC_URI[sha256sum] = "58c26a9698bfc9e0d3a5614ab26c53878e87fc601688ad6c5848fbdbc21c4103"
|
||||
SRC_URI[md5sum] = "1c3d23529035c135fe28924c9541e099"
|
||||
SRC_URI[sha256sum] = "7c61d96bcd45621d021ae8a56224dcf81999cb14ab7b1d7976a47eee2be25d2e"
|
||||
|
||||
FILES_SOLIBSDEV = ""
|
||||
|
||||
|
||||
@@ -19,5 +19,5 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
PV = "${KDE_APP_VERSION}"
|
||||
SRC_URI[md5sum] = "504833fb10fb5f8cac86fe8c6a61fded"
|
||||
SRC_URI[sha256sum] = "31caf29e82327d7e31badff141dd7d5f179b87e9547c322b074f58bc07063020"
|
||||
SRC_URI[md5sum] = "ab2110da74583da086e638da467bc2b2"
|
||||
SRC_URI[sha256sum] = "f294965fc7cf8b1063b611233a98fab13a00263f1d4fd254fb8b53b3f125bc52"
|
||||
|
||||
@@ -16,8 +16,8 @@ DEPENDS += "\
|
||||
"
|
||||
|
||||
PV = "${KDE_APP_VERSION}"
|
||||
SRC_URI[md5sum] = "00101a3953d752e1f59e168c42918edd"
|
||||
SRC_URI[sha256sum] = "bd9fa8940218f686b0a2d8c6fbe38b996646508a1908dd53925c2513f6fd39eb"
|
||||
SRC_URI[md5sum] = "8c14dfc8c4f2895a27b854a71d5bd992"
|
||||
SRC_URI[sha256sum] = "0c3d45ceb9029f0d316e61b3f403838b4c7de82a3211a231b539e6755386c657"
|
||||
|
||||
FILES_${PN} += " \
|
||||
${datadir}/icons \
|
||||
|
||||
@@ -38,8 +38,8 @@ DEPENDS += "\
|
||||
"
|
||||
|
||||
PV = "${KDE_APP_VERSION}"
|
||||
SRC_URI[md5sum] = "84fa3c806680c8ef72f89fd51ee2df64"
|
||||
SRC_URI[sha256sum] = "01b60bf58f6818a5ca9aa6e7a79111965700e6948da0bc0edd1184c26fd872e4"
|
||||
SRC_URI[md5sum] = "1d24264b2a20d8a14fa601c626f72a6d"
|
||||
SRC_URI[sha256sum] = "64ab3cf06222b95f021941d8c430c70918c04c3ea988f7ccf5ef87c6b69b4465"
|
||||
|
||||
SRC_URI += " \
|
||||
file://0001-CMakeLists.txt-make-MLT_PREFIX-configurable.patch \
|
||||
|
||||
@@ -22,8 +22,8 @@ DEPENDS += "\
|
||||
"
|
||||
|
||||
PV = "${KDE_APP_VERSION}"
|
||||
SRC_URI[md5sum] = "821e1086f5283e8d5bbc423aa177609d"
|
||||
SRC_URI[sha256sum] = "e6effd6aaf08c9bfa649b194313e7719b65a9d53f00570e14d2752ce68d13bfe"
|
||||
SRC_URI[md5sum] = "75be2e3b15fc4e00fd8c5dd4e206f745"
|
||||
SRC_URI[sha256sum] = "eef733c2089ce8fc40405653fa5e3aaafe67a1cc5d074f744e49b185291c0617"
|
||||
|
||||
FILES_${PN} += " \
|
||||
${datadir}/k*5 \
|
||||
|
||||
@@ -26,8 +26,8 @@ DEPENDS += "\
|
||||
"
|
||||
|
||||
PV = "${KDE_APP_VERSION}"
|
||||
SRC_URI[md5sum] = "bab3f3220243e01923db745d6167ee85"
|
||||
SRC_URI[sha256sum] = "f37d526610fa0579d5be9de19325ed82e14763c997d9ea026dfcf1068bf2428a"
|
||||
SRC_URI[md5sum] = "fefd5cf52e4bdb07765f8067abca1eb6"
|
||||
SRC_URI[sha256sum] = "6a433c8b628f105d210efd5b5532763e09a4e7190d71f8cf11931ab1605abeec"
|
||||
SRC_URI+="file://0001-fix-build-with-QT_NO_SESSIONMANAGER-set.patch"
|
||||
|
||||
FILES_${PN} += " \
|
||||
|
||||
@@ -21,8 +21,8 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
PV = "${KDE_APP_VERSION}"
|
||||
SRC_URI[md5sum] = "65a0a93eb67fa7d413f0f61d1db6aff9"
|
||||
SRC_URI[sha256sum] = "25b7b442600c4e109b0a6f7f09962a4d95d419673f6b64eebf226dcdae8cc6ff"
|
||||
SRC_URI[md5sum] = "69b66e2a46e453c98bf0251a5c78a0d2"
|
||||
SRC_URI[sha256sum] = "6ebb7d361a8456e3a3bc7bac995a0224cd76eefd724ff62ba0d6348f7eb1f4f2"
|
||||
|
||||
FILES_${PN} += " \
|
||||
${datadir}/icons \
|
||||
|
||||
@@ -28,8 +28,8 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
PV = "${KDE_APP_VERSION}"
|
||||
SRC_URI[md5sum] = "0a10db2a3c8e5b3fcf21c467f7c2b9f4"
|
||||
SRC_URI[sha256sum] = "36810c12ae5d163738101b0f5f13c03cda03ee4c157f641df0f73105a894644f"
|
||||
SRC_URI[md5sum] = "3d7a240b68d630baa244495c7720ebb8"
|
||||
SRC_URI[sha256sum] = "a03817fb16739b1b235dc54ddeda2c2ebc6605a0c7678e02af24c05271c0b77a"
|
||||
|
||||
SRC_URI += " \
|
||||
file://0001-fix-build-for-qtbase-without-session-management.patch \
|
||||
@@ -45,3 +45,5 @@ FILES_${PN} += " \
|
||||
${datadir}/kde4 \
|
||||
${libdir}/libkdeinit5_khelpcenter.so \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN} += "perl"
|
||||
|
||||
@@ -16,6 +16,7 @@ DEPENDS += " \
|
||||
qtwebengine \
|
||||
\
|
||||
exiv2 \
|
||||
taglib \
|
||||
kactivities \
|
||||
karchive \
|
||||
kauth-native \
|
||||
@@ -24,7 +25,6 @@ DEPENDS += " \
|
||||
kcoreaddons-native \
|
||||
kdbusaddons \
|
||||
kdoctools-native \
|
||||
kdesignerplugin-native \
|
||||
sonnet-native \
|
||||
kdnssd \
|
||||
kiconthemes \
|
||||
@@ -50,8 +50,12 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
PV = "${KDE_APP_VERSION}"
|
||||
SRC_URI[md5sum] = "d749392cbfc3e1c28bfc5465f7b209cc"
|
||||
SRC_URI[sha256sum] = "792a6a6d1ea2457dda10aedc6cefd3518064c8f47c62f9c3c4a508442b83d3cd"
|
||||
SRC_URI[md5sum] = "3da78e506ba30497ac303f8fe80628f7"
|
||||
SRC_URI[sha256sum] = "e38e872f78ff24fe512ec7ff9ed4f6b6a8e1fef6111fdb0222c133bed0a8861f"
|
||||
SRC_URI += " \
|
||||
file://0001-Do-not-find-use-taglib-config.patch \
|
||||
file://0002-Disable-nfs-for-now.patch \
|
||||
"
|
||||
|
||||
# gperf creates hard #line links
|
||||
do_install_prepend() {
|
||||
|
||||
@@ -0,0 +1,37 @@
|
||||
From b857bad2806372c65cd72d4515e1173834475496 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>
|
||||
Date: Sun, 17 Nov 2019 19:14:00 +0100
|
||||
Subject: [PATCH] Do not find/use taglib-config
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
| -- Could NOT find Taglib: Found unsuitable version "ERROR: /usr/bin/taglib-config should not be used, use an alternative such as pkg-config
|
||||
|
||||
Upstream-Status: Inappropriate [oe-specific]
|
||||
|
||||
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
|
||||
---
|
||||
cmake/FindTaglib.cmake | 6 ------
|
||||
1 file changed, 6 deletions(-)
|
||||
|
||||
diff --git a/cmake/FindTaglib.cmake b/cmake/FindTaglib.cmake
|
||||
index d09fb6f..25eb8f6 100644
|
||||
--- a/cmake/FindTaglib.cmake
|
||||
+++ b/cmake/FindTaglib.cmake
|
||||
@@ -35,12 +35,6 @@ if(NOT TAGLIB_MIN_VERSION)
|
||||
set(TAGLIB_MIN_VERSION "1.4")
|
||||
endif(NOT TAGLIB_MIN_VERSION)
|
||||
|
||||
-if(NOT WIN32)
|
||||
- find_program(TAGLIBCONFIG_EXECUTABLE NAMES taglib-config PATHS
|
||||
- ${BIN_INSTALL_DIR}
|
||||
- )
|
||||
-endif(NOT WIN32)
|
||||
-
|
||||
#reset vars
|
||||
set(TAGLIB_LIBRARIES)
|
||||
set(TAGLIB_CFLAGS)
|
||||
--
|
||||
2.21.0
|
||||
|
||||
@@ -0,0 +1,35 @@
|
||||
From 56be2d68e5a8213c199006bbb8b3461764764e24 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>
|
||||
Date: Sun, 17 Nov 2019 21:16:59 +0100
|
||||
Subject: [PATCH] Disable nfs for now
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
It seems there was a change in oe-core's glibc/libtirpc causing missing symbols
|
||||
for libtirpc.
|
||||
|
||||
Upstream-Status: Inappropriate
|
||||
|
||||
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
|
||||
---
|
||||
CMakeLists.txt | 3 ---
|
||||
1 file changed, 3 deletions(-)
|
||||
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index 55236d4..0f31e67 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -177,9 +177,6 @@ if(NOT WIN32)
|
||||
endif()
|
||||
check_include_files(rpc/rpc.h HAVE_RPC_RPC_H)
|
||||
add_feature_info("NFS kioslave" HAVE_RPC_RPC_H "The RPC library is needed to build the NFS kioslave")
|
||||
- if(HAVE_RPC_RPC_H)
|
||||
- add_subdirectory( nfs )
|
||||
- endif()
|
||||
endif()
|
||||
|
||||
# KDNSSD before 5.54 suffers from a race condition in avahi's dbus API and
|
||||
--
|
||||
2.21.0
|
||||
|
||||
@@ -19,8 +19,8 @@ DEPENDS += "\
|
||||
"
|
||||
|
||||
PV = "${KDE_APP_VERSION}"
|
||||
SRC_URI[md5sum] = "4856362e01ae16ae71aab9dd8255c1fc"
|
||||
SRC_URI[sha256sum] = "7d42c254e62750899e429482c2b6ed3b4b1e8c5a66fbc371eec656421817d0a4"
|
||||
SRC_URI[md5sum] = "d22f41a42bd3065be69d21cf847d15cb"
|
||||
SRC_URI[sha256sum] = "216e5db763f72ff1f4ada339912dc686fa7a6cea0dafc8b9eab35601edabc950"
|
||||
|
||||
FILES_${PN} += " \
|
||||
${datadir}/kxmlgui5 \
|
||||
|
||||
@@ -23,8 +23,8 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
PV = "${KDE_APP_VERSION}"
|
||||
SRC_URI[md5sum] = "91bc39b1ded22abcf1584b1d19ef42ad"
|
||||
SRC_URI[sha256sum] = "f601963d0670639a11c4100ed1f53a0e308f79ddf98e1b4fc6a0a4674e117f22"
|
||||
SRC_URI[md5sum] = "de39196ffa941da79873706fbfa210ef"
|
||||
SRC_URI[sha256sum] = "d74446083f6ead6d7571e0ca4ff37af3f8167cc16ed7f67576155a000b41ca22"
|
||||
|
||||
FILES_${PN} += " \
|
||||
${datadir}/config.kcfg \
|
||||
|
||||
@@ -23,8 +23,8 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
PV = "${KDE_APP_VERSION}"
|
||||
SRC_URI[md5sum] = "fdfa8ba98152383adebc5cb6d523a48f"
|
||||
SRC_URI[sha256sum] = "290efbc208d2fa6ad5552fe8c0679fd0669f4abf6dc31fafd267bd9444add981"
|
||||
SRC_URI[md5sum] = "ee0c16f73fbc0ac0ddf0f004136a966b"
|
||||
SRC_URI[sha256sum] = "4ebb5d932ab43f11f81d0fa64aef871ffecaab4a2c3a5c4dbf10416a86fa8329"
|
||||
|
||||
FILES_${PN} += " \
|
||||
${datadir}/icons \
|
||||
|
||||
@@ -15,9 +15,9 @@ DEPENDS += " \
|
||||
kauth-native \
|
||||
kconfig-native \
|
||||
kcoreaddons-native \
|
||||
kdoctools-native \
|
||||
kconfigwidgets \
|
||||
kpackage-native \
|
||||
kdesignerplugin-native \
|
||||
sonnet-native \
|
||||
kdbusaddons \
|
||||
kglobalaccel \
|
||||
@@ -32,8 +32,8 @@ PACKAGECONFIG = "pulseaudio"
|
||||
PACKAGECONFIG[pulseaudio] = ",,pulseaudio"
|
||||
|
||||
PV = "${KDE_APP_VERSION}"
|
||||
SRC_URI[md5sum] = "5cb21b19501c46b1195c2a8e02773b43"
|
||||
SRC_URI[sha256sum] = "3d9cf6dcb35ded0091d16f5e9f4cb384ae21ea4065547b52d5f13f199d3d7b08"
|
||||
SRC_URI[md5sum] = "f5cb90fe0db16ef5be1028ce03cde0b9"
|
||||
SRC_URI[sha256sum] = "cf71abee1ab35423b0daeaf1fbddbcdcb2f40fd946dfabf0cb19b8762b8582bc"
|
||||
|
||||
EXTRA_OECMAKE += "-DKMIX_KF5_BUILD=1"
|
||||
|
||||
|
||||
@@ -23,8 +23,8 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
PV = "${KDE_APP_VERSION}"
|
||||
SRC_URI[md5sum] = "51f060f9c71bdcea90fa678c50d1b400"
|
||||
SRC_URI[sha256sum] = "66384c96ba1e82b32427a873f944d5efa915bb2bf7d9ee886c94f368bd1f5e94"
|
||||
SRC_URI[md5sum] = "6a473954c71262f705137ed3e2e2b261"
|
||||
SRC_URI[sha256sum] = "777408873baa5d6ce236d71bc2935a89fa414fb9f59049ba6e1ae88d581f580e"
|
||||
|
||||
FILES_${PN} += " \
|
||||
${datadir}/config.kcfg \
|
||||
|
||||
@@ -11,10 +11,11 @@ inherit kde-apps gtk-icon-cache
|
||||
DEPENDS += "\
|
||||
kauth-native \
|
||||
kconfig-native \
|
||||
kdesignerplugin-native \
|
||||
sonnet-native \
|
||||
kdelibs4support \
|
||||
kdoctools-native \
|
||||
kdelibs4support-native \
|
||||
kdesignerplugin-native \
|
||||
kdelibs4support \
|
||||
kconfigwidgets \
|
||||
kcoreaddons-native \
|
||||
kdoctools \
|
||||
@@ -29,8 +30,8 @@ DEPENDS += "\
|
||||
"
|
||||
|
||||
PV = "${KDE_APP_VERSION}"
|
||||
SRC_URI[md5sum] = "cf5d22f371c34fbf2a779cc495635406"
|
||||
SRC_URI[sha256sum] = "00596d813eff27e45de7f51ae411b144ee21a7ae2baf576e248046dbd97e097d"
|
||||
SRC_URI[md5sum] = "ae04fd585380915bfafbb11251bc0422"
|
||||
SRC_URI[sha256sum] = "aac61cfc561b4d4759b086508c53c525db6899ae11a2400c4ca701fcb5649c8d"
|
||||
|
||||
FILES_${PN} += " \
|
||||
${datadir}/k*5 \
|
||||
|
||||
@@ -40,8 +40,8 @@ DEPENDS += " \
|
||||
|
||||
|
||||
PV = "${KDE_APP_VERSION}"
|
||||
SRC_URI[md5sum] = "8cb4b9121c05df8150a132ef8b8752c4"
|
||||
SRC_URI[sha256sum] = "4d495bf42fad1f457282a57f19fe2aece1ddbc88239352f0ebadfbcebf52ad6e"
|
||||
SRC_URI[md5sum] = "81c12c16135df39bdf42c895c77f27d0"
|
||||
SRC_URI[sha256sum] = "2cc610109ff8ddc6efa6ea83f0153f4b1d72e4be65d8dbde9cfd526c257e7025"
|
||||
|
||||
# do not move so-libs to -dev package
|
||||
FILES_SOLIBSDEV = ""
|
||||
|
||||
@@ -27,8 +27,8 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
PV = "${KDE_APP_VERSION}"
|
||||
SRC_URI[md5sum] = "10c36ae664d29165afd73dc490445f58"
|
||||
SRC_URI[sha256sum] = "1d68ac9094ad8f9bf0487daced786508f96ce2a63fd8d9884c2d03960fda9328"
|
||||
SRC_URI[md5sum] = "b2dbb97f4ba3837de38df312bff40567"
|
||||
SRC_URI[sha256sum] = "b1414eb0c04396468f40ea84fe71077b98476b4b76c0d3abb95ae4afd49e27a7"
|
||||
|
||||
FILES_SOLIBSDEV = ""
|
||||
|
||||
|
||||
@@ -30,8 +30,8 @@ DEPENDS += "\
|
||||
"
|
||||
|
||||
PV = "${KDE_APP_VERSION}"
|
||||
SRC_URI[md5sum] = "ccdc91c6337c72cb0797fa80f39aae88"
|
||||
SRC_URI[sha256sum] = "1dbfcce80813c238d5a9084ffcde828b0abeb7b370cfb1e82b55de75a5f02ba9"
|
||||
SRC_URI[md5sum] = "b315cfd0b544c175806a73d2d62a07c8"
|
||||
SRC_URI[sha256sum] = "30f15e40e1347c7d746bfdef7dffc0a0a9aecef8a960c875b68fab255c43d82c"
|
||||
SRC_URI+="file://0001-fix-build-with-QT_NO_SESSIONMANAGER-set.patch"
|
||||
|
||||
FILES_${PN} += " \
|
||||
|
||||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = " \
|
||||
file://COPYING.DOC;md5=ad1419ecc56e060eccf8184a87c4285f \
|
||||
"
|
||||
|
||||
inherit kde-apps gtk-icon-cache distro_features_check
|
||||
inherit kde-apps gtk-icon-cache features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11 opengl"
|
||||
|
||||
@@ -29,8 +29,8 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
PV = "${KDE_APP_VERSION}"
|
||||
SRC_URI[md5sum] = "7541923b1e7e1bc2083baf5d627279f9"
|
||||
SRC_URI[sha256sum] = "0f773ce70fbc05f30285b7123c5e28fe241ff56677c5b80c1201238bdbc375f8"
|
||||
SRC_URI[md5sum] = "2f4e384c42fdf526bf943c8fc8e9d834"
|
||||
SRC_URI[sha256sum] = "82bf07385d131968ffd49a58404984fd506481158097aa063d954618d2679a65"
|
||||
|
||||
FILES_${PN} += " \
|
||||
${datadir}/icons \
|
||||
|
||||
@@ -22,7 +22,7 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
PV = "${KDE_APP_VERSION}"
|
||||
SRC_URI[md5sum] = "44acdc44e7258858a14a5781a0712336"
|
||||
SRC_URI[sha256sum] = "1231a9dd9a697fe2379a93a3a4d5c026aedf70a8f7e14d8a626ef6b782fb4259"
|
||||
SRC_URI[md5sum] = "056ed1395f4c17c6c230ae99cdec6e2b"
|
||||
SRC_URI[sha256sum] = "97fca55ae5481d77628531482da99ece40cef2c81de633fe4c1e99206d17391d"
|
||||
|
||||
FILES_${PN} += "${datadir}/kxmlgui5"
|
||||
|
||||
@@ -24,8 +24,8 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
PV = "${KDE_APP_VERSION}"
|
||||
SRC_URI[md5sum] = "7ef7eaa7a6d2303936cab9d940582fa3"
|
||||
SRC_URI[sha256sum] = "aaf6c646cc8e7387dc034636fb94029fc0fda3c7fc89b6b633dc42349fd0a471"
|
||||
SRC_URI[md5sum] = "0796056642421fc9fcec9c7e072fc895"
|
||||
SRC_URI[sha256sum] = "00c1362d1454f4593e1f99847b97b3da99931c74ceafc3c3350337af0038b985"
|
||||
SRC_URI += "file://0001-fix-build-with-QT_NO_SESSIONMANAGER-set.patch"
|
||||
|
||||
FILES_${PN} += " \
|
||||
|
||||
@@ -33,8 +33,8 @@ DEPENDS += "\
|
||||
"
|
||||
|
||||
PV = "${KDE_APP_VERSION}"
|
||||
SRC_URI[md5sum] = "6aca4382b837d80724190b69b65f33f6"
|
||||
SRC_URI[sha256sum] = "60f5408e9a67e934c67332b9a9643513f35946796d1ccf70369e411f804b1043"
|
||||
SRC_URI[md5sum] = "deb593947ca90bc2deab8ab3d3d5a487"
|
||||
SRC_URI[sha256sum] = "bde8d2c3805b52bdcf0371c28e870d20fdfdd8b69831a9ba4e59ee9ae0a863ef"
|
||||
SRC_URI += "file://0001-FIND_REQUIRED_PROGRAM-is-broken-use-the-tools-direct.patch"
|
||||
|
||||
# Aagh: To select a soundcard we need to select another type - so keep oss in as dummy
|
||||
|
||||
@@ -13,5 +13,5 @@ DEPENDS += "\
|
||||
"
|
||||
|
||||
PV = "${KDE_APP_VERSION}"
|
||||
SRC_URI[md5sum] = "897c8a580f6909638242a3b4f410dc18"
|
||||
SRC_URI[sha256sum] = "5c00a6f28445ba5a45284c3cee0ee3f158ad9e184fea5ee8adc83ac3000b26b1"
|
||||
SRC_URI[md5sum] = "841053c576dad5fcc26a931859fe0fd2"
|
||||
SRC_URI[sha256sum] = "7fe4ade52c2e1e1ec3074fe52ebfc8838193b50791f2f26256f04178015ef87e"
|
||||
|
||||
@@ -43,8 +43,8 @@ DEPENDS += "\
|
||||
"
|
||||
|
||||
PV = "${KDE_APP_VERSION}"
|
||||
SRC_URI[md5sum] = "b18e1dc39fa8daadd9f33e634dc1df88"
|
||||
SRC_URI[sha256sum] = "cb1135a86b373543410f3eb0677aed033bad2b8ef60130753c699338e0c22d1b"
|
||||
SRC_URI[md5sum] = "a7901a6057a6d6b76f35a5ee126f2c3d"
|
||||
SRC_URI[sha256sum] = "019cdc0c702b8c9cacabc36ec2c81951e43ff80dbdfe527cba0dc5f5649dbb89"
|
||||
|
||||
FILES_${PN} += " \
|
||||
${datadir}/carddecks \
|
||||
|
||||
@@ -13,5 +13,5 @@ DEPENDS += "\
|
||||
"
|
||||
|
||||
PV = "${KDE_APP_VERSION}"
|
||||
SRC_URI[md5sum] = "f26ba6f5c79a5d3dfd9e3a25fc0c74e5"
|
||||
SRC_URI[sha256sum] = "42bb1a8b69efbb4ab8b1d939279d3eb02b2d8030bcb917739f4f61fb5a10db15"
|
||||
SRC_URI[md5sum] = "d88d6716643376bd36110b8c7f283185"
|
||||
SRC_URI[sha256sum] = "4c8a1acc4fe6c7105130ac93f5486ddbffb09921a9f34d3af418bd7e1695435e"
|
||||
|
||||
@@ -19,8 +19,8 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
PV = "${KDE_APP_VERSION}"
|
||||
SRC_URI[md5sum] = "2e47bfa260ba644ee1f79595a344f2ad"
|
||||
SRC_URI[sha256sum] = "b51aea6773b609cc1c3a297e72e15b7b504c2877938030e1afac86319e855694"
|
||||
SRC_URI[md5sum] = "a027379fead0f6d87e15d0aa56a12745"
|
||||
SRC_URI[sha256sum] = "fd7d036ba3b17246fad42e0366003233c42f5b03df881d6bc6886518c2acb165"
|
||||
|
||||
FILES_${PN} += " \
|
||||
${datadir}/kmahjongglib \
|
||||
|
||||
@@ -26,8 +26,8 @@ DEPENDS += "\
|
||||
"
|
||||
|
||||
PV = "${KDE_APP_VERSION}"
|
||||
SRC_URI[md5sum] = "d889cf9793a384f18d294dcee03bf37a"
|
||||
SRC_URI[sha256sum] = "bb51159c803890af82a38e5a4bd4df0895cc34ed68fa8ed3a4c66adafc9ea6b6"
|
||||
SRC_URI[md5sum] = "4ced8a1ee9e457c091dbd69420252486"
|
||||
SRC_URI[sha256sum] = "e25de54944ca32b32b4eeddd85e8ca9764a04de7c1d7a2d350d41cbda8105aef"
|
||||
|
||||
FILES_${PN} += " \
|
||||
${datadir}/config.kcfg \
|
||||
|
||||
@@ -31,8 +31,8 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
PV = "${KDE_APP_VERSION}"
|
||||
SRC_URI[md5sum] = "4be2ebbfb45fbc1aa7acd9df4441e2d9"
|
||||
SRC_URI[sha256sum] = "c1c951a1357c94a61b38f0ae8a1235d194150cd351dbf25d2db3508b22b44cc1"
|
||||
SRC_URI[md5sum] = "b61afbd0fa7cf3afe13320aac96d00a3"
|
||||
SRC_URI[sha256sum] = "cd5d7f758d2234dc8e2fa638b9e1326461655e10dbe21910dbef029e80ef7a68"
|
||||
|
||||
EXTRA_OECMAKE += " \
|
||||
-DMARBLE_PRI_INSTALL_DIR=${OE_QMAKE_PATH_QT_ARCHDATA}/mkspecs/modules \
|
||||
|
||||
@@ -21,8 +21,8 @@ DEPENDS += "\
|
||||
"
|
||||
|
||||
PV = "${KDE_APP_VERSION}"
|
||||
SRC_URI[md5sum] = "abca361f3cc370dea139bc2bbb265a81"
|
||||
SRC_URI[sha256sum] = "3827a7e8dd3c48e12521fd0aa76eccbeaf9f2627935f19647f2147e87db63554"
|
||||
SRC_URI[md5sum] = "171ab73009a4e2a87d2691f7653f3366"
|
||||
SRC_URI[sha256sum] = "8af3e0b5fd17d7043499391273232a1649ea3dec5e69faab5a4dc4452080605c"
|
||||
|
||||
FILES_${PN} += " \
|
||||
${datadir}/kxmlgui5 \
|
||||
|
||||
@@ -42,8 +42,8 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
PV = "${KDE_APP_VERSION}"
|
||||
SRC_URI[md5sum] = "0ff6de9c7dba4580c7f34d47a13b7302"
|
||||
SRC_URI[sha256sum] = "721a0d02d5ff9277c4a9a13dbde0ede3528eff848622e83abc36d57d9759b3ec"
|
||||
SRC_URI[md5sum] = "b9ba8f9b680d18a35415352073fd1e6a"
|
||||
SRC_URI[sha256sum] = "cea30fe0c2c2b8394e76efe5c945eab1cc9619097291bd9236794b42b09523e5"
|
||||
|
||||
EXTRA_OECMAKE += "-DBUILD_TESTING=OFF"
|
||||
|
||||
|
||||
@@ -31,8 +31,8 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
PV = "${KDE_APP_VERSION}"
|
||||
SRC_URI[md5sum] = "417c29a55b8423533041d775e50cc76a"
|
||||
SRC_URI[sha256sum] = "8ada4f765f81ee496f9fd00b74764690df9c479e343a035e363f7159f93c35a4"
|
||||
SRC_URI[md5sum] = "48643a007510e6aee75956f33e5de4f6"
|
||||
SRC_URI[sha256sum] = "3717b7ebd314cac47c263c304c54c14b0115b15cfa4b87201f5ea27a2f4e9b8a"
|
||||
|
||||
FILES_${PN} += " \
|
||||
${datadir}/dbus-1 \
|
||||
|
||||
@@ -9,16 +9,19 @@ LIC_FILES_CHKSUM = " \
|
||||
inherit kde-apps gtk-icon-cache
|
||||
|
||||
DEPENDS += " \
|
||||
kcoreaddons-native \
|
||||
kdoctools-native \
|
||||
kconfig-native \
|
||||
sonnet-native \
|
||||
kdelibs4support-native \
|
||||
kdesignerplugin-native \
|
||||
\
|
||||
qtsvg \
|
||||
qtwebkit \
|
||||
\
|
||||
karchive \
|
||||
kauth-native \
|
||||
kcompletion \
|
||||
kconfig-native \
|
||||
kcoreaddons-native \
|
||||
kdoctools-native \
|
||||
sonnet-native \
|
||||
ki18n \
|
||||
kiconthemes \
|
||||
kio \
|
||||
@@ -26,14 +29,11 @@ DEPENDS += " \
|
||||
kwidgetsaddons \
|
||||
kxmlgui \
|
||||
kdelibs4support \
|
||||
kdelibs4support-native \
|
||||
kdesignerplugin \
|
||||
kdesignerplugin-native \
|
||||
"
|
||||
|
||||
PV = "${KDE_APP_VERSION}"
|
||||
SRC_URI[md5sum] = "65abfc1386bdc435da164de68ea746d9"
|
||||
SRC_URI[sha256sum] = "8df6e0394670ee3f91f449a3110312a37876d3aa047442ed8439d8b876a6b0e2"
|
||||
SRC_URI[md5sum] = "51ec4a59b84893af13f0586d603a266b"
|
||||
SRC_URI[sha256sum] = "c4c56354d2765c0d03ffda02cc098cc3e9d72b0c7c22bb0c1cc03dcf5ac31a6a"
|
||||
|
||||
EXTRA_OECMAKE += "-DBUILD_KF5=1"
|
||||
|
||||
|
||||
@@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1"
|
||||
inherit kde-kf5-porting-aids perlnative
|
||||
|
||||
PV = "${KF5_VERSION}"
|
||||
SRC_URI[md5sum] = "c95e4ec5fb82dc53627ddcddd5b5ec10"
|
||||
SRC_URI[sha256sum] = "968e1592c98ee260d80644bf4631bf09479512e48fa878887ee3b9d6d57d3d17"
|
||||
SRC_URI[md5sum] = "616235430c5a93e70b235b3034e93650"
|
||||
SRC_URI[sha256sum] = "93855cde810feb7208443a93f81c952bdb42f9886154959bc7a6509c9863e503"
|
||||
SRC_URI += "file://0001-create_hash_table-avoid-polution-of-files-with-build.patch"
|
||||
|
||||
DEPENDS += " \
|
||||
|
||||
@@ -19,7 +19,7 @@ Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
|
||||
5 files changed, 4 insertions(+), 248 deletions(-)
|
||||
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index 2d1f57a..5394b0a 100644
|
||||
index 74b8066..b8edca7 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -20,30 +20,11 @@ include(GenerateExportHeader)
|
||||
@@ -55,15 +55,16 @@ index 2d1f57a..5394b0a 100644
|
||||
|
||||
if(WIN32)
|
||||
find_package(KDEWin REQUIRED)
|
||||
@@ -55,7 +36,6 @@ endif()
|
||||
@@ -55,8 +36,6 @@ endif()
|
||||
set(HAVE_X11 ${X11_FOUND})
|
||||
if (HAVE_X11)
|
||||
add_feature_info("X11 Session Management (libSM)" X11_SM_FOUND "Support for session management in KApplication")
|
||||
- find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED X11Extras)
|
||||
- find_package(XCB REQUIRED COMPONENTS XCB)
|
||||
endif ()
|
||||
if (APPLE)
|
||||
cmake_find_frameworks(CoreFoundation)
|
||||
@@ -153,13 +133,8 @@ install(
|
||||
@@ -154,13 +133,8 @@ install(
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -4,6 +4,9 @@ inherit gettext
|
||||
|
||||
DEPENDS += " \
|
||||
${BPN}-native \
|
||||
kdoctools-native \
|
||||
kauth-native \
|
||||
sonnet-native \
|
||||
qtsvg \
|
||||
qttools \
|
||||
kcompletion \
|
||||
@@ -28,11 +31,8 @@ DEPENDS += " \
|
||||
ktextwidgets \
|
||||
kunitconversion \
|
||||
kwidgetsaddons \
|
||||
kwindowsystem \
|
||||
kxmlgui \
|
||||
kded \
|
||||
kauth-native \
|
||||
sonnet-native \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "x11", "virtual/libx11 qtx11extras", "", d)} \
|
||||
"
|
||||
|
||||
@@ -57,3 +57,5 @@ FILES_${PN} += " \
|
||||
${datadir}/dbus-1 \
|
||||
${OE_QMAKE_PATH_PLUGINS} \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN} += "perl"
|
||||
|
||||
@@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = " \
|
||||
inherit kde-kf5-porting-aids perlnative
|
||||
|
||||
PV = "${KF5_VERSION}"
|
||||
SRC_URI[md5sum] = "7ee8ec810e00830dfeeb924c1b9242d0"
|
||||
SRC_URI[sha256sum] = "ae6f7c10e1fe67ded687f38a8ab3c8d483ae06ae69344bd1e683af752cf40b5c"
|
||||
SRC_URI[md5sum] = "bdad864bae23a0ec63ba0d89b4c186bf"
|
||||
SRC_URI[sha256sum] = "8c9e23e0e22ccec8b46b4c4b160adb8c8765c1dc308bf297f6f72ccc97c7b682"
|
||||
|
||||
EXTRA_OECMAKE += "-DBUILD_TESTING=OFF"
|
||||
|
||||
|
||||
@@ -2,10 +2,10 @@ SUMMARY = "Integration of Frameworks widgets in Qt Designer/Creator"
|
||||
LICENSE = "LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1"
|
||||
|
||||
inherit kde-kf5
|
||||
inherit kde-kf5-porting-aids
|
||||
|
||||
DEPENDS += "qttools kcoreaddons kconfig kdoctools"
|
||||
|
||||
PV = "${KF5_VERSION}"
|
||||
SRC_URI[md5sum] = "cea06789eb647b75c92f4b6a2f4016ba"
|
||||
SRC_URI[sha256sum] = "6b204dffbb4897f51143650d75383b5a3ddf4254455e5827d316c7b4ee7b3f33"
|
||||
SRC_URI[md5sum] = "adbc56e452dca4a6c00ca70157d7d21d"
|
||||
SRC_URI[sha256sum] = "1ca638ec822d9882f4a865d599ce8ad94785fa890ce73bccd5e78210c4a3d95b"
|
||||
@@ -20,7 +20,7 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
PV = "${KF5_VERSION}"
|
||||
SRC_URI[md5sum] = "9075fbe8ca7afcd8ca263dbe41a823b4"
|
||||
SRC_URI[sha256sum] = "1ee2a00ee3d95df9270e8c3d434568cda8f42151e361bc07fe374bf0f7afe211"
|
||||
SRC_URI[md5sum] = "1b009daa18a4d5dcea44a06a3cf565e3"
|
||||
SRC_URI[sha256sum] = "882801a1fd944b08918cb7d9341985e4330e7adac00ae4e6dddcea5343393ac1"
|
||||
|
||||
FILES_${PN} += "${libdir}/plugins"
|
||||
|
||||
@@ -37,8 +37,8 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
PV = "${KF5_VERSION}"
|
||||
SRC_URI[md5sum] = "fe66740ed0df257c1695eb0abd8ca9ed"
|
||||
SRC_URI[sha256sum] = "5d8612b584eecf96959d56bb75b1470b3b34ff7176cef7a0a15bc2531b21720b"
|
||||
SRC_URI[md5sum] = "3346439fb5d89c8cf73b606bdbd586a5"
|
||||
SRC_URI[sha256sum] = "00d3a3e8c8b8072f4894d74f91d963cfefbd681e47da0b8e80e1297224c5af85"
|
||||
|
||||
do_compile_append() {
|
||||
# gperf-native sets absolut debug comments/links in header
|
||||
|
||||
@@ -16,5 +16,5 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
PV = "${KF5_VERSION}"
|
||||
SRC_URI[md5sum] = "8895a81c6b993e901de031c67a261464"
|
||||
SRC_URI[sha256sum] = "d8e0afad638574c31c89d716d78456ce51ffe6dd03eae6787bc9b4f8b52d5b44"
|
||||
SRC_URI[md5sum] = "c6a3bcfb93bacdd2f042d731c8a3532d"
|
||||
SRC_URI[sha256sum] = "939226116cb47fd66dc45a41baa3c0f45b7ab904ec7674088ced3df5c7bae62e"
|
||||
|
||||
@@ -25,8 +25,8 @@ DEPENDS += "\
|
||||
"
|
||||
|
||||
PV = "${KF5_VERSION}"
|
||||
SRC_URI[md5sum] = "f7d9d1b5089dddafd9a55bdec47d1fbf"
|
||||
SRC_URI[sha256sum] = "103837799febbd62365a6445db046a2ee4add13d7d250abf925872cac642986e"
|
||||
SRC_URI[md5sum] = "75d4e6f1e5cc0d84ec6e89f9bda698c7"
|
||||
SRC_URI[sha256sum] = "d8a7e9fbeba4d16d6288d13d72a5f7581aa8be5894b06f83dbc6068b04551ebd"
|
||||
|
||||
FILES_${PN} += " \
|
||||
${OE_QMAKE_PATH_PLUGINS} \
|
||||
|
||||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = " \
|
||||
|
||||
inherit kde-kf5
|
||||
|
||||
SRC_URI[md5sum] = "9ad93d635ed42f46ea5d0ba3d4922431"
|
||||
SRC_URI[sha256sum] = "9d3ad34c17223333b5a77144cc5a9d941cbb7baa01ab4a2ffe34ae9398c90dde"
|
||||
SRC_URI[md5sum] = "04201c36ee67fc57179f4a646ca520e3"
|
||||
SRC_URI[sha256sum] = "c9b060693656a458f92905091e12d800be020abbf47bb68b9f769a191aa368d9"
|
||||
|
||||
PV = "${KF5_VERSION}"
|
||||
|
||||
@@ -7,8 +7,8 @@ inherit kde-kf5
|
||||
DEPENDS += "qtdeclarative"
|
||||
|
||||
PV = "${KF5_VERSION}"
|
||||
SRC_URI[md5sum] = "5596cd4e9a134cce689d24887912edfe"
|
||||
SRC_URI[sha256sum] = "0ea647de61fcc18a85c660fa8e05fe93072a713a8d00a018ba8e99ea790e5d27"
|
||||
SRC_URI[md5sum] = "30eb0e3a1eee677126ef34e888cf8aca"
|
||||
SRC_URI[sha256sum] = "7d6c7ba913cea6059327726325b8af4cf2baa7594b8be3143e0649eaa36f8384"
|
||||
|
||||
EXTRA_OECMAKE += "-DBUILD_TESTING=OFF"
|
||||
|
||||
|
||||
@@ -7,8 +7,8 @@ LIC_FILES_CHKSUM = " \
|
||||
|
||||
inherit kde-kf5 gtk-icon-cache
|
||||
|
||||
SRC_URI[md5sum] = "bd2441e04540b82849fc3144dcd6dbca"
|
||||
SRC_URI[sha256sum] = "1d260a01a2617f5f755d2eb38423af19bf4a1a2ccfa9339b441b4f6be6381c30"
|
||||
SRC_URI[md5sum] = "ecba20d51471d9cf6a76085d9f286905"
|
||||
SRC_URI[sha256sum] = "08c2f7efc5f1550668dd2e0cff1641b1b6ec8a91f01614ee14c6abc4d975672f"
|
||||
SRC_URI += "file://0001-Force-build-of-Qt-binary-resource-files.patch"
|
||||
|
||||
PV = "${KF5_VERSION}"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
From 27d2ed89920a1910f7c42dd2ecfb86ddbe5a244c Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>
|
||||
Date: Thu, 28 Jun 2018 00:57:32 +0200
|
||||
Date: Tue, 12 Nov 2019 13:41:30 +0100
|
||||
Subject: [PATCH] Find native qrcAlias
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
@@ -14,18 +14,18 @@ Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index 3c67d5b..63c3c00 100644
|
||||
index 364b5ba..f188a47 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -52,7 +52,7 @@ function(generate_binary_resource target outfile)
|
||||
${RESOURCES_WORKING_DIR}/.gitignore
|
||||
${RESOURCES_WORKING_DIR}/CMakeLists.txt
|
||||
@@ -54,7 +54,7 @@ function(generate_binary_resource target outfile)
|
||||
COMMAND ${QT_RCC_EXECUTABLE} --project -o ${CMAKE_CURRENT_BINARY_DIR}/tmp.qrc
|
||||
- COMMAND $<TARGET_FILE:qrcAlias> -i ${CMAKE_CURRENT_BINARY_DIR}/tmp.qrc -o ${RESOURCE_FILE}
|
||||
+ COMMAND qrcAlias -i ${CMAKE_CURRENT_BINARY_DIR}/tmp.qrc -o ${RESOURCE_FILE}
|
||||
COMMAND ${CMAKE_COMMAND} -E env
|
||||
$<IF:$<BOOL:${MSVC}>,PATH,LD_LIBRARY_PATH>=$<TARGET_FILE_DIR:Qt5::Core>
|
||||
- $<TARGET_FILE:qrcAlias> -i ${CMAKE_CURRENT_BINARY_DIR}/tmp.qrc -o ${RESOURCE_FILE}
|
||||
+ qrcAlias -i ${CMAKE_CURRENT_BINARY_DIR}/tmp.qrc -o ${RESOURCE_FILE}
|
||||
|
||||
WORKING_DIRECTORY ${RESOURCES_WORKING_DIR}
|
||||
DEPENDS breeze-${target}-mkdir
|
||||
--
|
||||
2.14.3
|
||||
2.21.0
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ inherit kde-kf5
|
||||
DEPENDS += "bzip2 xz zlib"
|
||||
|
||||
PV = "${KF5_VERSION}"
|
||||
SRC_URI[md5sum] = "d8c20050abd157c665b5a6cd41a70d51"
|
||||
SRC_URI[sha256sum] = "457ed420449630625cb161fcc9bedc7c6a16527f48d6db4008aea76cdb948387"
|
||||
SRC_URI[md5sum] = "8f245b3ffc777368f7394cd06bb60b26"
|
||||
SRC_URI[sha256sum] = "135fbfb2dfe107e4487723a5f887d1d074e13258a4583d592639366094aafe1a"
|
||||
|
||||
EXTRA_OECMAKE += "-DBUILD_TESTING=OFF"
|
||||
|
||||
13
recipes-kde/kf5/tier1/kcalendarcore/kcalendarcore.bb
Normal file
13
recipes-kde/kf5/tier1/kcalendarcore/kcalendarcore.bb
Normal file
@@ -0,0 +1,13 @@
|
||||
SUMMARY = "Library for Interfacing with Calendars"
|
||||
LICENSE = "LGPLv2"
|
||||
LIC_FILES_CHKSUM = " \
|
||||
file://COPYING;md5=c2d143c0ce3f53108f9725bcd58abf25 \
|
||||
"
|
||||
|
||||
inherit kde-kf5
|
||||
|
||||
DEPENDS += "libical"
|
||||
|
||||
PV = "${KF5_VERSION}"
|
||||
SRC_URI[md5sum] = "317e43aaabd64bbe60910aee9aec5d45"
|
||||
SRC_URI[sha256sum] = "983f240a7478a780dc403d577827f027856f9f67e8c3bfe8b69d56093e5bb80e"
|
||||
@@ -10,8 +10,8 @@ inherit kde-kf5
|
||||
DEPENDS += "gperf-native"
|
||||
|
||||
PV = "${KF5_VERSION}"
|
||||
SRC_URI[md5sum] = "a0996305dec1ffc5228a2b03b688ba22"
|
||||
SRC_URI[sha256sum] = "4604323e44c1be7547f25b43b71bd541048c3d036a7fc5ca74e5ece9792ff5ee"
|
||||
SRC_URI[md5sum] = "cbc2f74150a910dc64f48a86cc2cf934"
|
||||
SRC_URI[sha256sum] = "24cbffb123179cf4386500ae7bc7c99f65c4422cd7b91f314152f11cd596402a"
|
||||
|
||||
do_compile_append() {
|
||||
# gperf-native sets absolut debug comments/links in header
|
||||
|
||||
@@ -7,8 +7,8 @@ LIC_FILES_CHKSUM = " \
|
||||
inherit kde-kf5 cmake_lib
|
||||
|
||||
PV = "${KF5_VERSION}"
|
||||
SRC_URI[md5sum] = "5aa453b71070a63837ba2b0e6f199fae"
|
||||
SRC_URI[sha256sum] = "94c0e292a5d57e014aa745be6b59a989118ead1252d56c768f2719b5c6471372"
|
||||
SRC_URI[md5sum] = "b16792f6cee787209ba678081fd9cc1c"
|
||||
SRC_URI[sha256sum] = "112c1db9f038dbacf357d08645c83ca103d8c3e7fb0c880ac16f665fdf7d9157"
|
||||
|
||||
# REVISIT remove ugly hack for wayland-only environments
|
||||
SRC_URI += " \
|
||||
|
||||
@@ -7,5 +7,5 @@ LIC_FILES_CHKSUM = " \
|
||||
inherit kde-kf5 mime
|
||||
|
||||
PV = "${KF5_VERSION}"
|
||||
SRC_URI[md5sum] = "b0b128fde7ab143de3f638d063411700"
|
||||
SRC_URI[sha256sum] = "6a4ea2eca77944c24fe63d2f7111913db721533d5971497cb5bdd2cac896e813"
|
||||
SRC_URI[md5sum] = "df043d47f24b6c983ed940cbe1af132b"
|
||||
SRC_URI[sha256sum] = "3f0cb3273debf9791dda3f1ad135b6b1a20d88fed1e21890c4b70bac64fdb188"
|
||||
|
||||
@@ -11,5 +11,5 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
PV = "${KF5_VERSION}"
|
||||
SRC_URI[md5sum] = "3d979f571e2b622e3e5e5cae0742ac0a"
|
||||
SRC_URI[sha256sum] = "f24fadc71670591bb679cde68147e53819f6c3d56126ecbafe59688fc47b347d"
|
||||
SRC_URI[md5sum] = "d7de1a2c0cd9c3308aee5c932573a3da"
|
||||
SRC_URI[sha256sum] = "74a6eb443a74eb74a859238b555a3b16be1d6367c4db2a7af5b16da528d57f62"
|
||||
|
||||
@@ -10,5 +10,5 @@ inherit kde-kf5
|
||||
DEPENDS += "avahi"
|
||||
|
||||
PV = "${KF5_VERSION}"
|
||||
SRC_URI[md5sum] = "d89166c11d9d253c93bebf28e7687576"
|
||||
SRC_URI[sha256sum] = "02d70e5ee18697867c1a12373c1dbe31e1efba1fcb1e26bba3c75472cd3b271d"
|
||||
SRC_URI[md5sum] = "974d79b965ebbee019f81b68e062aaec"
|
||||
SRC_URI[sha256sum] = "92d9a4947c45e56ea15e417eaf87121b4b3a4f1f81dfd154d2ee968a9797f46b"
|
||||
|
||||
@@ -12,5 +12,5 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
PV = "${KF5_VERSION}"
|
||||
SRC_URI[md5sum] = "2c4769e8ca0dda1faa4f38484e6d889d"
|
||||
SRC_URI[sha256sum] = "40cefa421b5ad5cf211875a35408ba526a5fb34e5ba19ebbda718dbf6b742520"
|
||||
SRC_URI[md5sum] = "7dc0b622ddf3ed90c7c8135e29950080"
|
||||
SRC_URI[sha256sum] = "4caac79b7341c7796f3ca5e1d88cef57ecab2eefcac9ab654fd977706c89bae4"
|
||||
|
||||
@@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = " \
|
||||
|
||||
inherit kde-kf5
|
||||
|
||||
SRC_URI[md5sum] = "591b24c0a31a5b9ba86a73e6cffdf4a9"
|
||||
SRC_URI[sha256sum] = "ce3d879824a3e429b468008c1ccec5de44c07299d412ea32f9a2a814c27c08c1"
|
||||
SRC_URI[md5sum] = "8945bfcb4aa7d17cee36e7a5cfb9d5b8"
|
||||
SRC_URI[sha256sum] = "65b847ba7a00e1a42c0048fe05a400f584e1d9e746edb5d935331ffcb1f5d4ab"
|
||||
|
||||
PV = "${KF5_VERSION}"
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@ index 8335e13..9f6580b 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -73,9 +73,6 @@ add_feature_info(QCH ${BUILD_QCH} "API documentation in QCH format (for e.g. Qt
|
||||
add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
|
||||
add_definitions(-DQT_DEPRECATED_WARNINGS_SINCE=0x060000)
|
||||
add_definitions(-DQT_NO_FOREACH)
|
||||
|
||||
-if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po")
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
require ${BPN}.inc
|
||||
|
||||
inherit pythonnative
|
||||
|
||||
SRC_URI += "file://0003-Do-not-hardcode-python-path-it-points-to-sysroot.patch"
|
||||
|
||||
DEPENDS += "${BPN}-native gettext-native qtscript qtdeclarative"
|
||||
|
||||
@@ -8,5 +8,5 @@ LIC_FILES_CHKSUM = " \
|
||||
inherit kde-kf5
|
||||
|
||||
PV = "${KF5_VERSION}"
|
||||
SRC_URI[md5sum] = "576b52330b4f520613b1d0e59a28f24c"
|
||||
SRC_URI[sha256sum] = "d8c0594268b386ee42823360aa937c664cf04eedac8232bc18a653a9c52491d9"
|
||||
SRC_URI[md5sum] = "374b0b8e7f4660f1e9159cc202e4d07e"
|
||||
SRC_URI[sha256sum] = "ccd2c2f8b14251701f902c9e7d046da1582e544d31edae743911f3554022d024"
|
||||
|
||||
@@ -10,7 +10,7 @@ inherit kde-kf5
|
||||
DEPENDS += "${@bb.utils.contains("DISTRO_FEATURES", "x11", "libxcb qtx11extras libxscrnsaver", "", d)}"
|
||||
|
||||
PV = "${KF5_VERSION}"
|
||||
SRC_URI[md5sum] = "53e175bb8168badcf7621f8fc118dd5e"
|
||||
SRC_URI[sha256sum] = "8fb302dcc5b891ac2f06b5278bd6e08043772f3325bc209175c945280621fca2"
|
||||
SRC_URI[md5sum] = "7e47e4020a5bd7728d81f24b9eaaa2a9"
|
||||
SRC_URI[sha256sum] = "8287e958a8a2a9538bec1038f5e31ebba338ff522de9c51265ca1d63030581d0"
|
||||
|
||||
FILES_${PN} += "${OE_QMAKE_PATH_PLUGINS}"
|
||||
|
||||
@@ -13,10 +13,11 @@ DEPENDS += " \
|
||||
|
||||
PV = "${KF5_VERSION}"
|
||||
|
||||
SRC_URI[md5sum] = "bf7a57a1088076a79e7992ca9be53018"
|
||||
SRC_URI[sha256sum] = "afdbe922f0627330319f22834d6631af13edb0081c687422d36acb8697a88c30"
|
||||
SRC_URI[md5sum] = "de169a608b5af73f8253c6efd1fa07f1"
|
||||
SRC_URI[sha256sum] = "c394360e2323c55cf654d09ec762a03c47db0027e6a992646ea32d27ce8b228e"
|
||||
|
||||
FILES_${PN} += " \
|
||||
${datadir}/kdevappwizard \
|
||||
${OE_QMAKE_PATH_QML} \
|
||||
"
|
||||
|
||||
|
||||
@@ -9,5 +9,5 @@ inherit kde-kf5
|
||||
DEPENDS += "qtdeclarative"
|
||||
|
||||
PV = "${KF5_VERSION}"
|
||||
SRC_URI[md5sum] = "958f070cc6d0928dbee067ddca301b59"
|
||||
SRC_URI[sha256sum] = "47db271ba24904933629ed00f7a4f916a19969967dcfbfd59ae5e98f08f89d68"
|
||||
SRC_URI[md5sum] = "9f8ec9983c19c52b3bbce8e308725e7d"
|
||||
SRC_URI[sha256sum] = "1bae70e4c6a033eea649efc17f0a060aba89144f4c469f235fbf5023dba5abc4"
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user