Compare commits
78 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 |
@@ -1,6 +1,6 @@
|
||||
inherit kde-base
|
||||
|
||||
PLASMA_VERSION = "5.17.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 = "warrior zeus"
|
||||
LAYERSERIES_COMPAT_meta-qt5-extra = "zeus"
|
||||
|
||||
LICENSE_PATH += "${LAYERDIR}/files/licenses"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -3,6 +3,7 @@ auth required pam_env.so
|
||||
auth required pam_tally.so file=/var/log/faillog onerr=succeed
|
||||
auth required pam_shells.so
|
||||
auth required pam_nologin.so
|
||||
auth required pam_permit.so
|
||||
-auth optional pam_gnome_keyring.so
|
||||
|
||||
account include common-account
|
||||
|
||||
@@ -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,31 +0,0 @@
|
||||
From ac4229126c5e11c21db757565597b5c4ccde062a Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>
|
||||
Date: Thu, 5 Dec 2019 17:23:36 +0100
|
||||
Subject: [PATCH] Do not rely on python2
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
Upstream-Status: Pending
|
||||
|
||||
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
|
||||
---
|
||||
cmake/modules/KDbCreateSharedDataClasses.cmake | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/cmake/modules/KDbCreateSharedDataClasses.cmake b/cmake/modules/KDbCreateSharedDataClasses.cmake
|
||||
index dc5101d..b764cb3 100644
|
||||
--- a/cmake/modules/KDbCreateSharedDataClasses.cmake
|
||||
+++ b/cmake/modules/KDbCreateSharedDataClasses.cmake
|
||||
@@ -23,7 +23,7 @@ macro(KDB_CREATE_SHARED_DATA_CLASSES)
|
||||
list(GET _args 1 PREFIX)
|
||||
list(REMOVE_AT _args 0 1)
|
||||
# message(STATUS "OUTPUT_VAR: ${OUTPUT_VAR} ${_args}")
|
||||
- find_package(PythonInterp 2.6)
|
||||
+ find_package(PythonInterp)
|
||||
set_package_properties(PythonInterp PROPERTIES DESCRIPTION "Python language interpreter"
|
||||
URL "https://www.python.org" TYPE REQUIRED
|
||||
PURPOSE "Required by the Shared Data Classes (SDC) tool")
|
||||
--
|
||||
2.21.0
|
||||
|
||||
@@ -15,10 +15,7 @@ DEPENDS += " \
|
||||
kcoreaddons \
|
||||
"
|
||||
|
||||
SRC_URI = " \
|
||||
${KDE_MIRROR}/stable/${BPN}/src/${BPN}-${PV}.tar.xz \
|
||||
file://0001-Do-not-rely-on-python2.patch \
|
||||
"
|
||||
SRC_URI = "${KDE_MIRROR}/stable/${BPN}/src/${BPN}-${PV}.tar.xz"
|
||||
SRC_URI[md5sum] = "78f66c9b8f9d1e61d421eea7ce5241c7"
|
||||
SRC_URI[sha256sum] = "8f8983bc8d143832dc14bc2003ba6af1af27688e477c0c791fd61445464f2069"
|
||||
|
||||
|
||||
@@ -23,10 +23,7 @@ DEPENDS += " \
|
||||
qtwebkit \
|
||||
"
|
||||
|
||||
SRC_URI = " \
|
||||
${KDE_MIRROR}/stable/${BPN}/src/${BPN}-${PV}.tar.xz \
|
||||
file://0001-Do-not-rely-on-python2.patch \
|
||||
"
|
||||
SRC_URI = "${KDE_MIRROR}/stable/${BPN}/src/${BPN}-${PV}.tar.xz"
|
||||
SRC_URI[md5sum] = "f11fa519d7f5519c8e48906fa96cab2f"
|
||||
SRC_URI[sha256sum] = "22716d719654e8f887fe4d33654e252ddf3d3d818c44e15a8af0e6f2e7d6ccd7"
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ LICENSE = "GPLv2 & GFDL-1.2 & LGPLv2"
|
||||
LIC_FILES_CHKSUM = " \
|
||||
file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
|
||||
file://COPYING.LIB;md5=5f30f0716dfdd0d91eb439ebec522ec2 \
|
||||
file://COPYING.DOC;md5=d8855fca80aa0b428deafa405d0ea17a \
|
||||
file://COPYING.DOC;md5=24ea4c7092233849b4394699333b5c56 \
|
||||
"
|
||||
|
||||
inherit kde-apps gettext pkgconfig gtk-icon-cache
|
||||
@@ -34,8 +34,8 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
PV = "${KDE_APP_VERSION}"
|
||||
SRC_URI[md5sum] = "2fccaa6a98ca5678bf75e0b17dd3c56c"
|
||||
SRC_URI[sha256sum] = "5dc3423a0f2646b59233f92b6a6e81b4a0bcdb819aa543c83270fe4cc5592933"
|
||||
SRC_URI[md5sum] = "7d9eea9cb7b2111c1e0808cf68bfb0f2"
|
||||
SRC_URI[sha256sum] = "4b3b91fb86b2d97efc7ca8c3037f33101d402df7dd2fe311b12a87468e8a6b5c"
|
||||
|
||||
FILES_${PN} += " \
|
||||
${datadir}/config.kcfg \
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
require ${BPN}.inc
|
||||
|
||||
inherit cmake_lib distro_features_check
|
||||
inherit cmake_lib features_check
|
||||
|
||||
DEPENDS += "${BPN}-native kcoreaddons polkit-qt-1"
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ SUMMARY = "ibrary for working with contact information"
|
||||
LICENSE = "LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1"
|
||||
|
||||
inherit kde-kf5 gettext distro_features_check
|
||||
inherit kde-kf5 gettext features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURE = "x11"
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = " \
|
||||
file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
|
||||
"
|
||||
|
||||
inherit kde-kf5 distro_features_check
|
||||
inherit kde-kf5 features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURE = "x11"
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = " \
|
||||
file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
|
||||
"
|
||||
|
||||
inherit kde-kf5 distro_features_check
|
||||
inherit kde-kf5 features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURE = "x11"
|
||||
|
||||
|
||||
@@ -28,6 +28,5 @@ DEPENDS += " \
|
||||
PV = "${KF5_VERSION}"
|
||||
SRC_URI[md5sum] = "053848f2f12241de152c6b38623eb3c4"
|
||||
SRC_URI[sha256sum] = "16ff5bb5724105c3d59404f292232c03c6003f6229b483509e395e1171ccabde"
|
||||
SRC_URI += "file://0001-KF5WalletConfig.cmake.in-point-runtime-bindir-not-bu.patch"
|
||||
|
||||
FILES_${PN} += "${datadir}"
|
||||
|
||||
@@ -1,32 +0,0 @@
|
||||
From c8d4391111ca43db1d85ef5ea03c8e765d018c46 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>
|
||||
Date: Thu, 12 Dec 2019 22:52:19 +0100
|
||||
Subject: [PATCH] KF5WalletConfig.cmake.in: point runtime bindir - not build
|
||||
bindir
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
Upstream-Status: Pending
|
||||
|
||||
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
|
||||
---
|
||||
src/api/KWallet/KF5WalletConfig.cmake.in | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/src/api/KWallet/KF5WalletConfig.cmake.in b/src/api/KWallet/KF5WalletConfig.cmake.in
|
||||
index a472bc8..6425f6f 100644
|
||||
--- a/src/api/KWallet/KF5WalletConfig.cmake.in
|
||||
+++ b/src/api/KWallet/KF5WalletConfig.cmake.in
|
||||
@@ -1,7 +1,7 @@
|
||||
@PACKAGE_INIT@
|
||||
|
||||
set(KWALLET_DBUS_INTERFACES_DIR "@PACKAGE_KDE_INSTALL_DBUSINTERFACEDIR@")
|
||||
-set(KWALLETD_BIN_PATH "@PACKAGE_KDE_INSTALL_BINDIR@/kwalletd5")
|
||||
+set(KWALLETD_BIN_PATH "@CMAKE_INSTALL_FULL_BINDIR@/kwalletd5")
|
||||
|
||||
include(CMakeFindDependencyMacro)
|
||||
find_dependency(Qt5Gui @REQUIRED_QT_VERSION@)
|
||||
--
|
||||
2.21.0
|
||||
|
||||
@@ -2,7 +2,7 @@ SUMMARY = "PolicyKit Qt wrapper"
|
||||
LICENSE = "LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=7dbc59dc445b2261c4fb2f9466e3446a"
|
||||
|
||||
inherit kde-base cmake_lib distro_features_check
|
||||
inherit kde-base cmake_lib features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURE = "polkit"
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ SUMMARY = "All kde packages - just for build test"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
|
||||
|
||||
inherit packagegroup distro_features_check
|
||||
inherit packagegroup features_check
|
||||
|
||||
RDEPENDS_${PN} = " \
|
||||
kf5-world \
|
||||
|
||||
@@ -9,5 +9,5 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
PV = "${PLASMA_VERSION}"
|
||||
SRC_URI[md5sum] = "760a3befb55726b8de5b33ccaf3264c5"
|
||||
SRC_URI[sha256sum] = "a20d496705c51d2fa5fcbbe12ef29457b807438f7aaaab7670db6fa5417993d7"
|
||||
SRC_URI[md5sum] = "57d33092638b1671546f5aa58f62939a"
|
||||
SRC_URI[sha256sum] = "9c0bb9f0d8ac8df73adbd68606260503e4fc389888da47d92635f3f2a6a2a0bb"
|
||||
|
||||
@@ -24,8 +24,8 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
PV = "${PLASMA_VERSION}"
|
||||
SRC_URI[md5sum] = "2f8f05bd47e164796eab60fd6ba9b8f8"
|
||||
SRC_URI[sha256sum] = "60c3214adf0bd4bbbe558b897fadcf800e9f8b4aaf32bf7f116d43c1c35705b3"
|
||||
SRC_URI[md5sum] = "00b3dbeeb2002c5001cc80b0e23632ba"
|
||||
SRC_URI[sha256sum] = "840f05d0fe253491c5d3bfa1953b68a7bf44e671a18baa56c99d5b6e1358130a"
|
||||
SRC_URI += "file://0001-replace-try_run-by-try_compile-in-compiler-feature-c.patch"
|
||||
|
||||
# Workaround
|
||||
|
||||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = " \
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
inherit kde-plasma distro_features_check gettext
|
||||
inherit kde-plasma features_check gettext
|
||||
|
||||
DEPENDS += " \
|
||||
kpackage-native \
|
||||
@@ -49,8 +49,8 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
PV = "${PLASMA_VERSION}"
|
||||
SRC_URI[md5sum] = "db54824a806d946273c27fcdde3c8e0a"
|
||||
SRC_URI[sha256sum] = "62ca5bd2c8bc962682f6e2d7ff43aa8fae13bf5e684082dd8b92f2a4ce436c5b"
|
||||
SRC_URI[md5sum] = "90a8576c6d95d0e6f74213df041f1df1"
|
||||
SRC_URI[sha256sum] = "d346271f5b55ead66b02da389aea9e0f5842c01faa5a33d03946d83b083da888"
|
||||
SRC_URI += "file://0001-align-phonon-path.patch"
|
||||
|
||||
# REVISIT
|
||||
|
||||
@@ -25,8 +25,8 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
PV = "${PLASMA_VERSION}"
|
||||
SRC_URI[md5sum] = "bb90d0b51eb53af78f92b7917329a573"
|
||||
SRC_URI[sha256sum] = "e1d8369deb467da0843f68444df565998ff9e5f339f7493931c58e8940c1b694"
|
||||
SRC_URI[md5sum] = "ccd075deae5d603a78479f2fe64a6811"
|
||||
SRC_URI[sha256sum] = "7725e3e747a7c8b4288d8b76395c141346c8afc7e68790a3bb9ba5d6bbb32b11"
|
||||
|
||||
FILES_${PN} += " \
|
||||
${datadir}/bluedevilwizard \
|
||||
|
||||
@@ -9,8 +9,8 @@ inherit kde-plasma python3native
|
||||
DEPENDS += "sassc-native cairo breeze python3-pycairo-native"
|
||||
|
||||
PV = "${PLASMA_VERSION}"
|
||||
SRC_URI[md5sum] = "bb36249754ecdd0e254e67fef669ef37"
|
||||
SRC_URI[sha256sum] = "fb64b95982b524a5646a9410b4906bf37cdd174162eba3ac6163ee347e27d424"
|
||||
SRC_URI[md5sum] = "d859abc935e4bae7c8556a7d0823c11c"
|
||||
SRC_URI[sha256sum] = "9b72b49a872b204522f6b65aff0504d3c40f568f3c8217d725a6c8a3867f1174"
|
||||
|
||||
FILES_${PN} += " \
|
||||
${datadir}/kconf_update \
|
||||
|
||||
@@ -27,8 +27,8 @@ DEPENDS += "\
|
||||
"
|
||||
|
||||
PV = "${PLASMA_VERSION}"
|
||||
SRC_URI[md5sum] = "9cb7dc5c56a8192ddfcb60982b145b10"
|
||||
SRC_URI[sha256sum] = "7fce20b2ab79e4a814a2d117a03738cb0a4402845062adf4b2b04bc5d8c2a67f"
|
||||
SRC_URI[md5sum] = "fde85cab245f8337767663430c4c48b0"
|
||||
SRC_URI[sha256sum] = "89dde39b69e857d102e60e7b33cc5dd3481539484678ff8cdb30393d5a4d28c6"
|
||||
|
||||
FILES_${PN} += " \
|
||||
${datadir}/color-schemes \
|
||||
|
||||
@@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = " \
|
||||
inherit kde-plasma gtk-icon-cache
|
||||
|
||||
PV = "${PLASMA_VERSION}"
|
||||
SRC_URI[md5sum] = "d91d4ae56dcf129b5db9e6c9ee654c5d"
|
||||
SRC_URI[sha256sum] = "530dae9da8e511f190c87c7e81db9b8cdcbd5d0d0cbf2651bb0dd627fb9ed1ba"
|
||||
SRC_URI[md5sum] = "eae7d894d0093610eadac232a7b2bf22"
|
||||
SRC_URI[sha256sum] = "2019dff13548d304bcf7b7abcef90ebedc8cfbfcdefa8a28344c5200fe3aa611"
|
||||
|
||||
DEPENDS += " \
|
||||
qtdeclarative \
|
||||
|
||||
@@ -27,8 +27,8 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
PV = "${PLASMA_VERSION}"
|
||||
SRC_URI[md5sum] = "dd226b0810059ad350a2c320a971e1e6"
|
||||
SRC_URI[sha256sum] = "e63f5e2f8abeb8e3478174609b1671ff61301bef7b9e50ca5a7c35e7448d3b9e"
|
||||
SRC_URI[md5sum] = "aa7f2afc78ddd303b550631c3fdcc907"
|
||||
SRC_URI[sha256sum] = "584a139c0334164053663e87da0b640ab8af582e3521c06767e525b44cd9f4b3"
|
||||
|
||||
# do not move so-libs to -dev package
|
||||
FILES_SOLIBSDEV = ""
|
||||
|
||||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = " \
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
inherit kde-plasma distro_features_check gettext
|
||||
inherit kde-plasma features_check gettext
|
||||
|
||||
DEPENDS += " \
|
||||
gtk+ \
|
||||
@@ -24,8 +24,8 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
PV = "${PLASMA_VERSION}"
|
||||
SRC_URI[md5sum] = "bcc375112da568e10b4e6d3b6564c7d3"
|
||||
SRC_URI[sha256sum] = "a231312cac94354955540efc3d6c28ac1ba793a5e04129007c307352d0cced46"
|
||||
SRC_URI[md5sum] = "937824ad2d27d49c31a6b302dbf016ba"
|
||||
SRC_URI[sha256sum] = "d25e45e31ead82e06a1091626a906a9e8cf023b4595b631b9b89be0a15b74575"
|
||||
|
||||
CFLAGS += "-isystem ${STAGING_INCDIR}/harfbuzz"
|
||||
CXXFLAGS += "-isystem ${STAGING_INCDIR}/harfbuzz"
|
||||
|
||||
@@ -34,8 +34,8 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
PV = "${PLASMA_VERSION}"
|
||||
SRC_URI[md5sum] = "59cbe17ed3e9887d5abcbab8dd0d63d0"
|
||||
SRC_URI[sha256sum] = "2b790cf0cc48f5a7fdf87579be2ff39da92b47ee3f13ec616c14c866b97392c9"
|
||||
SRC_URI[md5sum] = "525de501b3f4f4bd3794229c31db56be"
|
||||
SRC_URI[sha256sum] = "ae1e88249558a40413a31ea97599aa7534fff6c018096435cd15d514f20b499f"
|
||||
|
||||
FILES_${PN} += " \
|
||||
${datadir}/icons \
|
||||
|
||||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = " \
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
inherit kde-plasma distro_features_check gettext
|
||||
inherit kde-plasma features_check gettext
|
||||
|
||||
DEPENDS += " \
|
||||
kauth-native \
|
||||
@@ -19,8 +19,8 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
PV = "${PLASMA_VERSION}"
|
||||
SRC_URI[md5sum] = "4e7fa3a7071f53fb6796935c9172dfce"
|
||||
SRC_URI[sha256sum] = "ab8cd07b519816a6ccb316cebece2381232e113bdb22007535950f8324f5f398"
|
||||
SRC_URI[md5sum] = "c967101a7f7fb0aa9a3326852a39be1f"
|
||||
SRC_URI[sha256sum] = "5f2428fdd7365cc2b99f3974b6155fbec28dcf2863dbb7caab421c5bc1156003"
|
||||
|
||||
FILES_${PN} += " \
|
||||
${datadir}/kgamma \
|
||||
|
||||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = " \
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
inherit kde-plasma distro_features_check gettext
|
||||
inherit kde-plasma features_check gettext
|
||||
|
||||
DEPENDS += "\
|
||||
kauth-native \
|
||||
@@ -31,8 +31,8 @@ DEPENDS += "\
|
||||
"
|
||||
|
||||
PV = "${PLASMA_VERSION}"
|
||||
SRC_URI[md5sum] = "b02a39f77541e7672ed7e880f3d3789f"
|
||||
SRC_URI[sha256sum] = "2333a6a12cc0e30fd7f449daf1f74ffe22125a5c7cc62f92bcff59b6817a2baf"
|
||||
SRC_URI[md5sum] = "95027338f2c05183f3d4e51b5472dd6e"
|
||||
SRC_URI[sha256sum] = "77dc49b9d7025276804a8064b526e70943e3c88babbbd0645d6916d4d985f7d6"
|
||||
|
||||
FILES_${PN} += " \
|
||||
${datadir}/kservices5 \
|
||||
|
||||
@@ -38,8 +38,8 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
PV = "${PLASMA_VERSION}"
|
||||
SRC_URI[md5sum] = "5904896c4e8b6f9c4438f239f6fc382f"
|
||||
SRC_URI[sha256sum] = "2e6a542870b37e7e36a255205648c957723215f4fa7f1154e2fbdfe78d15d502"
|
||||
SRC_URI[md5sum] = "41fb0b9800fee5710c401836b9ce5a04"
|
||||
SRC_URI[sha256sum] = "a692b7132c4827398b61815f8f2860b98434a0710106588e0ccb5a33dd03205e"
|
||||
SRC_URI += "file://0001-fix-build-in-x11-less-environments.patch"
|
||||
|
||||
FILES_${PN} += " \
|
||||
|
||||
@@ -30,8 +30,8 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
PV = "${PLASMA_VERSION}"
|
||||
SRC_URI[md5sum] = "4e139ddee2e76723e4b58df90807ca8a"
|
||||
SRC_URI[sha256sum] = "4b0cb5cc5c29915def13818670746a018bb760b5fcfa4ee936a1181fc788628a"
|
||||
SRC_URI[md5sum] = "01004da1aad8cd6f927516ba320fcd49"
|
||||
SRC_URI[sha256sum] = "a49946813e681a9a06db48dc81d44229255ab5879091a804596a3d3f47804e07"
|
||||
|
||||
# do not move so-libs to -dev package
|
||||
FILES_SOLIBSDEV = ""
|
||||
|
||||
@@ -28,8 +28,8 @@ DEPENDS += "\
|
||||
"
|
||||
|
||||
PV = "${PLASMA_VERSION}"
|
||||
SRC_URI[md5sum] = "e6e0c41f2fe2c5f918be199882d70bc3"
|
||||
SRC_URI[sha256sum] = "7f3c5849975d870ef510f1b0dc819e8d1f0a67e13cca91a849333d90077d6878"
|
||||
SRC_URI[md5sum] = "af1d6e15b12d2c6675037ea91650eb48"
|
||||
SRC_URI[sha256sum] = "fe387d0a51236de1c24947d4b3e6de6cdfd9d36133ae5b2f66eca321ec12095e"
|
||||
|
||||
FILES_${PN} += " \
|
||||
${datadir}/k*_kscreen \
|
||||
|
||||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = " \
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
inherit kde-plasma distro_features_check gettext
|
||||
inherit kde-plasma features_check gettext
|
||||
|
||||
DEPENDS += " \
|
||||
kauth-native \
|
||||
@@ -29,8 +29,8 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
PV = "${PLASMA_VERSION}"
|
||||
SRC_URI[md5sum] = "03c2de682eb279d5909c2a5c5e9fb8e7"
|
||||
SRC_URI[sha256sum] = "9c7d0d5efad6a8d28889b75b08f17b074000959f03ed2c78b7f69e0af6c1466c"
|
||||
SRC_URI[md5sum] = "f7201f181c9fa8080205a571efd1ae1a"
|
||||
SRC_URI[sha256sum] = "d74efdeb4166162b4d0df994fee97ae1ef4201931ca56eecca487ab11acda2ef"
|
||||
|
||||
SRC_URI += "file://kde.pam"
|
||||
|
||||
|
||||
@@ -21,5 +21,5 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
PV = "${PLASMA_VERSION}"
|
||||
SRC_URI[md5sum] = "a53f37aebbfb4a1d820152648bdbe769"
|
||||
SRC_URI[sha256sum] = "ab42898b0dc1250c131ae00c67f8b8a2e7d3d116a22baccf1486161178b8392f"
|
||||
SRC_URI[md5sum] = "6dde0208679753dfbae2ca32c14a03a7"
|
||||
SRC_URI[sha256sum] = "5a5c4f78808ebc0272abaaff03aa9a89928740348b0f7c735761a1fa334ca81f"
|
||||
|
||||
@@ -28,8 +28,8 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
PV = "${PLASMA_VERSION}"
|
||||
SRC_URI[md5sum] = "53c1945d5486ae99072afaf5eb3c1f7a"
|
||||
SRC_URI[sha256sum] = "e43a241ad0810fc1abbad9bb5ac631eda9d2127370fbfab52c7b5b3feb0040a6"
|
||||
SRC_URI[md5sum] = "251ed74fff7b7bca46c4af973554bd1a"
|
||||
SRC_URI[sha256sum] = "18f3d94a02e4d8bdc198bca8f5d319407956ef60e0a9d52159de86fac32efcbd"
|
||||
|
||||
# do not move so-libs to -dev package
|
||||
FILES_SOLIBSDEV = ""
|
||||
|
||||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = " \
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "pam"
|
||||
|
||||
inherit kde-plasma distro_features_check
|
||||
inherit kde-plasma features_check
|
||||
|
||||
DEPENDS += " \
|
||||
libpam \
|
||||
@@ -15,8 +15,8 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
PV = "${PLASMA_VERSION}"
|
||||
SRC_URI[md5sum] = "abbe4285cd507e191133453a015f5625"
|
||||
SRC_URI[sha256sum] = "43bbe31e0c5f4092b3ba42b73deadb4e28d10fb1566320fa48ba377a1fa1c3db"
|
||||
SRC_URI[md5sum] = "61c93e0714314bc5c9b9313d68eb979c"
|
||||
SRC_URI[sha256sum] = "7b3f20bf1a1ed35293fe82359ec069879dcca6b71f8622e2706c6f48477100f0"
|
||||
SRC_URI += " \
|
||||
file://0001-use-pkgconfig-to-find-libgcrypt.patch \
|
||||
"
|
||||
|
||||
@@ -14,8 +14,8 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
PV = "${PLASMA_VERSION}"
|
||||
SRC_URI[md5sum] = "f5072e554e57e9e245e7f56944611826"
|
||||
SRC_URI[sha256sum] = "3c6b14bcf7f6f3a927d485afba9ed3051cbe513441ed17f5d484419388da825c"
|
||||
SRC_URI[md5sum] = "f884e200e14299031f2948215cecf20d"
|
||||
SRC_URI[sha256sum] = "4f7b0ad0a0fb57068e971235c59f041153663562cf876bdd8c4182e6f4adab4e"
|
||||
|
||||
FILES_${PN} += " \
|
||||
${OE_QMAKE_PATH_PLUGINS} \
|
||||
|
||||
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5c213a7de3f013310bd272cdb6eb7a24"
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
inherit kde-plasma distro_features_check gettext
|
||||
inherit kde-plasma features_check gettext
|
||||
|
||||
DEPENDS += " \
|
||||
libinput \
|
||||
@@ -54,8 +54,8 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
PV = "${PLASMA_VERSION}"
|
||||
SRC_URI[md5sum] = "c9544ed314388e1642566e5acd98b0c2"
|
||||
SRC_URI[sha256sum] = "ffbafbbc34fc791abe3be255615402545519df02cae06973aa54f669f793ae06"
|
||||
SRC_URI[md5sum] = "a32ce47f33af05ddd29d55be9b4fab7c"
|
||||
SRC_URI[sha256sum] = "fba18f7d8a3f97a1852313ebc9ba65094957fda8deefc09c27fd0a97207b2513"
|
||||
|
||||
SRC_URI += " \
|
||||
file://0001-Make-building-of-QPA-wayland-plugin-an-option.patch \
|
||||
|
||||
@@ -16,8 +16,8 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
PV = "${PLASMA_VERSION}"
|
||||
SRC_URI[md5sum] = "80f453fffed0bc04189fe2b9891856a0"
|
||||
SRC_URI[sha256sum] = "d772e968be4ad96166f3747da2a252a9978f879b9fcd8a6e84ad86f78baf4d36"
|
||||
SRC_URI[md5sum] = "fd7a1ebb83b4318fa6475782011d4066"
|
||||
SRC_URI[sha256sum] = "343d51d01dfde4a837492d67a3d8aa13411c2d47f51f89fa34edde1dd0d696d2"
|
||||
|
||||
SRC_URI += " \
|
||||
file://0001-fix-build-for-qtbase-without-session-management.patch \
|
||||
|
||||
@@ -10,8 +10,8 @@ inherit kde-plasma
|
||||
DEPENDS += "${@bb.utils.contains("DISTRO_FEATURES", "x11", "virtual/libx11 qtx11extras", "", d)}"
|
||||
|
||||
PV = "${PLASMA_VERSION}"
|
||||
SRC_URI[md5sum] = "abc44ffe0b6bf241aebef602647b0db7"
|
||||
SRC_URI[sha256sum] = "9d9e1871959948b1d4eea67c070c2123e0c9565ab011e43f3489e7a0f4c4ab29"
|
||||
SRC_URI[md5sum] = "131d445c156a425e4fd16a2c6e16e8f2"
|
||||
SRC_URI[sha256sum] = "14f29c3ae4c57f4e312c51716825bf342714ccb428ee425266d2521b17276ffa"
|
||||
|
||||
SRC_URI += " \
|
||||
file://0001-fix-configuration-build-on-x-less-systems.patch \
|
||||
|
||||
@@ -27,8 +27,8 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
PV = "${PLASMA_VERSION}"
|
||||
SRC_URI[md5sum] = "68f63738119e053f02e91e22ab8403cc"
|
||||
SRC_URI[sha256sum] = "e88c20e9e0112c00f5dd4fa26fcc5a7f2e682e8672e32913970f138a1c8f1ec6"
|
||||
SRC_URI[md5sum] = "8e287b24d6697ae7e75824ddaa0c2409"
|
||||
SRC_URI[sha256sum] = "28019970d8b067cab2fd0d45d29f1f408da78b7a164bf9ffda52e7190e0a1a41"
|
||||
|
||||
FILES_${PN} += " \
|
||||
${datadir}/dbus-1 \
|
||||
|
||||
@@ -23,8 +23,8 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
PV = "${PLASMA_VERSION}"
|
||||
SRC_URI[md5sum] = "62ee9f3864afedf694e5e36cec24b779"
|
||||
SRC_URI[sha256sum] = "53eb074ea4dda3172e44eafefac1c1b53aa166b60dfedce4fedb15ee8d5ec5b5"
|
||||
SRC_URI[md5sum] = "0a43963ab03fbac7472eb28dd897e627"
|
||||
SRC_URI[sha256sum] = "fbb7193d654b8be9a0d17f0e421a1e900f8b8e08d40bd3fed45635ca74e02837"
|
||||
|
||||
FILES_${PN} += " \
|
||||
${datadir}/k*5 \
|
||||
|
||||
@@ -25,8 +25,8 @@ DEPENDS += " \
|
||||
|
||||
|
||||
PV = "${PLASMA_VERSION}"
|
||||
SRC_URI[md5sum] = "b03a207a43f1272c230138d7ba952d26"
|
||||
SRC_URI[sha256sum] = "040b6facd9a9d609a882b928e8e0ae9a6e3d57ebbcb3ac513e9c9736afbbf770"
|
||||
SRC_URI[md5sum] = "ebb0a647b32cfc99db0fd41c418ee007"
|
||||
SRC_URI[sha256sum] = "b514bd99638850237a4adc88b485920fbd04fe6646a0669ec7934d6613c143aa"
|
||||
SRC_URI += "file://0001-kstyle-add-an-option-BUILD_OXYGEN_SETTINGS-disabled-.patch"
|
||||
|
||||
PACKAGECONFIG ??= ""
|
||||
|
||||
@@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://COPYING-GPL3;md5=d32239bcb673463ab874e80d47fae504"
|
||||
inherit kde-plasma gettext
|
||||
|
||||
PV = "${PLASMA_VERSION}"
|
||||
SRC_URI[md5sum] = "671791402dbede348edd14ed3643f2c9"
|
||||
SRC_URI[sha256sum] = "312a45447d76ee01fd45c656c256b1b2b2ec9805ebec7d8bcc93ae7cd9e9c628"
|
||||
SRC_URI[md5sum] = "10181267dba716be0b79e238f6e741ef"
|
||||
SRC_URI[sha256sum] = "4149dbffcb6f4289b2acf2a8d4679e52340a58d61ed8bec291b6b5a940a7034d"
|
||||
|
||||
DEPENDS += " \
|
||||
kauth-native \
|
||||
|
||||
@@ -50,8 +50,8 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
PV = "${PLASMA_VERSION}"
|
||||
SRC_URI[md5sum] = "4a5c2aff84ce55dc91ae13f3f9e1cf59"
|
||||
SRC_URI[sha256sum] = "c17d1854947c6e647bcf359773da8c8081fb562338b84fdc6739a063348943ff"
|
||||
SRC_URI[md5sum] = "bc459ace55e8700c83d4e41d9460965e"
|
||||
SRC_URI[sha256sum] = "728c456421bc24f6d37da00f7cb24fa6935999ba6fdd4de08b24577b3aec1844"
|
||||
|
||||
SRC_URI += "file://0001-Ensure-xkb_base-is-not-empty-instead-of-checking-if-.patch"
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = " \
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
inherit kde-plasma distro_features_check gettext pkgconfig
|
||||
inherit kde-plasma features_check gettext pkgconfig
|
||||
|
||||
DEPENDS += " \
|
||||
qtquickcontrols2 \
|
||||
@@ -26,8 +26,8 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
PV = "${PLASMA_VERSION}"
|
||||
SRC_URI[md5sum] = "45406cceebb86c6f019c9d6b00858007"
|
||||
SRC_URI[sha256sum] = "b632b6fe355c15d825dd46345e83763c6867b7054a31ccd263bfed4674243a7f"
|
||||
SRC_URI[md5sum] = "1268e0848969b20892e6e38d2299a774"
|
||||
SRC_URI[sha256sum] = "66d8aab85e24897e58ddcf2333e471cac7def8b1f26668fe2263fb4c80116f80"
|
||||
|
||||
FILES_${PN} += " \
|
||||
${datadir}/kconf_update \
|
||||
|
||||
@@ -45,8 +45,8 @@ DEPENDS += " \
|
||||
# MobileBroadbandProviderInfo
|
||||
|
||||
PV = "${PLASMA_VERSION}"
|
||||
SRC_URI[md5sum] = "bb9e0f208a3f0a16f79c3758e81446c5"
|
||||
SRC_URI[sha256sum] = "d7a49d33c40f89b435f43940b37f840aaada86cb20b753995b6641c01ba923a2"
|
||||
SRC_URI[md5sum] = "ad793139e22ecdfddb55897f7e1d9c59"
|
||||
SRC_URI[sha256sum] = "9351a5aa11068b2f9e13a0cc349afff5d44bc8d8dc8d9b2c54129dee67af176f"
|
||||
|
||||
# do not move so-libs to -dev package
|
||||
FILES_SOLIBSDEV = ""
|
||||
|
||||
@@ -25,8 +25,8 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
PV = "${PLASMA_VERSION}"
|
||||
SRC_URI[md5sum] = "95b351f5fc503ff8451939274992dbde"
|
||||
SRC_URI[sha256sum] = "43a366147323c583dd032c46fab68e4b1ff3a28e4ff1239eebed5b7536f41dde"
|
||||
SRC_URI[md5sum] = "d97f0f8d87bf6113cc642b06ca254dfd"
|
||||
SRC_URI[sha256sum] = "338a91dcd8950b8b4c16cd5094855ac575327ee38bcc6eaea15fe44f1ddb50fb"
|
||||
|
||||
FILES_SOLIBSDEV = ""
|
||||
|
||||
|
||||
@@ -9,8 +9,8 @@ LIC_FILES_CHKSUM = " \
|
||||
inherit kde-plasma gtk-icon-cache
|
||||
|
||||
PV = "${PLASMA_VERSION}"
|
||||
SRC_URI[md5sum] = "8b0da3eee6f3e7e7d9b867ee94664924"
|
||||
SRC_URI[sha256sum] = "596f1fff1292db1e98277fb61d7146f12ab5a3b487bc760ae1eed97c5c971193"
|
||||
SRC_URI[md5sum] = "03d4d20efeb96a2c2ec5e6b1d5e856e1"
|
||||
SRC_URI[sha256sum] = "fcb5fb7f31653aafe0f7d5fe56947cd20b6bfea3a85e973dceeaf93c83459d8d"
|
||||
|
||||
DEPENDS += " \
|
||||
kauth-native \
|
||||
|
||||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = " \
|
||||
inherit kde-plasma
|
||||
|
||||
PV = "${PLASMA_VERSION}"
|
||||
SRC_URI[md5sum] = "3a529d45d833cf56b26cbc84e9ca7f18"
|
||||
SRC_URI[sha256sum] = "a74405d1267e88b126e3d6f785424c92297e19426bc185b69bc737a3199e82bd"
|
||||
SRC_URI[md5sum] = "b7e1a3b3bcc10156eadb66114827f2cb"
|
||||
SRC_URI[sha256sum] = "44d0f93a09db2703d526903b6da1330c6290645022bf72352bde08f61a1339ed"
|
||||
|
||||
FILES_${PN} += "${datadir}/wallpapers"
|
||||
|
||||
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = " \
|
||||
file://COPYING;md5=5c213a7de3f013310bd272cdb6eb7a24 \
|
||||
"
|
||||
|
||||
inherit kde-plasma gettext distro_features_check
|
||||
inherit kde-plasma gettext features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURE = "polkit"
|
||||
|
||||
@@ -23,8 +23,8 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
PV = "${PLASMA_VERSION}"
|
||||
SRC_URI[md5sum] = "a4c9010293b74e515b54d8a07214c85f"
|
||||
SRC_URI[sha256sum] = "042677cab65ab4c51632398bb9b3204cd09cef5bb4648949a7a3914bba4c6d49"
|
||||
SRC_URI[md5sum] = "9d8f7f5dd2ac879ebdda237208698210"
|
||||
SRC_URI[sha256sum] = "d2e96d12854e181c120e38ac991f39594aeb7c3c55e5bf38738473f2c5e4633f"
|
||||
|
||||
SRC_URI += "file://0001-fix-build-for-QT_NO_SESSIONMANAGER.patch"
|
||||
|
||||
|
||||
@@ -30,8 +30,8 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
PV = "${PLASMA_VERSION}"
|
||||
SRC_URI[md5sum] = "d321e069a14ab3461510bf99ea94140a"
|
||||
SRC_URI[sha256sum] = "8bd49fa5d1f5886dbc23f42e35c3e7b1ece6502c2c22cb20c981060ac250de80"
|
||||
SRC_URI[md5sum] = "9738628a1dc638abedcceb62f9ec18e4"
|
||||
SRC_URI[sha256sum] = "7ee1d5ed16ab3cc66268d17175c237a8e9a4cf5f1869f8a99d12379ae764d0ec"
|
||||
|
||||
FILES_${PN} += " \
|
||||
${datadir}/k*5 \
|
||||
|
||||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = " \
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
inherit kde-plasma distro_features_check gettext
|
||||
inherit kde-plasma features_check gettext
|
||||
|
||||
DEPENDS += " \
|
||||
kcoreaddons \
|
||||
@@ -22,8 +22,8 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
PV = "${PLASMA_VERSION}"
|
||||
SRC_URI[md5sum] = "9dbb34b09fdffbc575865f452bcead87"
|
||||
SRC_URI[sha256sum] = "b2fe7cc5d6aa8d26922aea122ce5b4dbd9621051b7e4c08e0d9ad382917f2e25"
|
||||
SRC_URI[md5sum] = "b8f0915909f52fffa0122d0500c3b577"
|
||||
SRC_URI[sha256sum] = "046b24116ced4e11e85523021fc6b3bfbe6c97f03e30cc747cd66d3a717355f5"
|
||||
|
||||
RDEPENDS_${PN} = "sddm"
|
||||
|
||||
|
||||
@@ -33,8 +33,8 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
PV = "${PLASMA_VERSION}"
|
||||
SRC_URI[md5sum] = "33d9537f70cc600a587b0a40ab699ee0"
|
||||
SRC_URI[sha256sum] = "12055008f90f4d53f3b5dccaefe1082032522f17d64e8925b680a5cb97853bd9"
|
||||
SRC_URI[md5sum] = "459b1c66617e441f5002cad71a5d5b77"
|
||||
SRC_URI[sha256sum] = "df28ef37abc904155ddd2895e014f3a98e6ea8571c3b07ca5d4e605f0490ca94"
|
||||
|
||||
FILES_${PN} += " \
|
||||
${datadir}/k*5 \
|
||||
|
||||
@@ -16,8 +16,8 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
PV = "${PLASMA_VERSION}"
|
||||
SRC_URI[md5sum] = "5a0bd5e1647b772bd261ef522c5e95cd"
|
||||
SRC_URI[sha256sum] = "1e8021ffeba4eb146c9bc1bf12f0d563d5c0da1bf75d0d63779b1f98b02c0be4"
|
||||
SRC_URI[md5sum] = "4eade66f63f4cae1a6873543eebdca64"
|
||||
SRC_URI[sha256sum] = "c226ce0648d8a11a1ee10a89fafee131770096fd7d977fbacd37d0ac621c614f"
|
||||
|
||||
FILES_${PN} += " \
|
||||
${datadir}/kservices5 \
|
||||
|
||||
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = " \
|
||||
file://LICENSE.GPLv3;md5=d32239bcb673463ab874e80d47fae504 \
|
||||
"
|
||||
|
||||
inherit liri distro_features_check
|
||||
inherit liri features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "pulseaudio"
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = " \
|
||||
file://LICENSE.LGPLv3;md5=e6a600fd5e1d9cbde2d983680233ad02 \
|
||||
"
|
||||
|
||||
inherit liri distro_features_check
|
||||
inherit liri features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "wayland"
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = " \
|
||||
file://LICENSE.GPLv3;md5=d32239bcb673463ab874e80d47fae504 \
|
||||
"
|
||||
|
||||
inherit liri distro_features_check
|
||||
inherit liri features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "wayland"
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = " \
|
||||
file://LICENSE.LGPLv3;md5=e6a600fd5e1d9cbde2d983680233ad02 \
|
||||
"
|
||||
|
||||
inherit liri distro_features_check gsettings
|
||||
inherit liri features_check gsettings
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "wayland pam"
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
QT_TRANSLATION_FILES = "${datadir}/*/i18n/*.qm"
|
||||
|
||||
inherit qmake5 distro_features_check gtk-icon-cache qt5-translation manpages
|
||||
inherit qmake5 features_check gtk-icon-cache qt5-translation manpages
|
||||
|
||||
DEPENDS += " \
|
||||
qttools-native \
|
||||
|
||||
@@ -7,7 +7,7 @@ REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
QT_TRANSLATION_FILES = "${datadir}/*/i18n/*.qm"
|
||||
|
||||
inherit qmake5 distro_features_check gtk-icon-cache qt5-translation manpages
|
||||
inherit qmake5 features_check gtk-icon-cache qt5-translation manpages
|
||||
|
||||
DEPENDS += " \
|
||||
qttools-native \
|
||||
|
||||
@@ -7,7 +7,7 @@ REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
QT_TRANSLATION_FILES = "${datadir}/*/i18n/*.qm"
|
||||
|
||||
inherit qmake5 distro_features_check gtk-icon-cache qt5-translation manpages
|
||||
inherit qmake5 features_check gtk-icon-cache qt5-translation manpages
|
||||
|
||||
DEPENDS += " \
|
||||
qttools-native \
|
||||
|
||||
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=435ed639f84d4585d93824e7da3d85da"
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
inherit lxqt pkgconfig distro_features_check cmake_auto_align_paths cmake_lib mime
|
||||
inherit lxqt pkgconfig features_check cmake_auto_align_paths cmake_lib mime
|
||||
|
||||
DEPENDS += "qtx11extras glib-2.0 libexif menu-cache libxcb liblxqt"
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ SUMMARY = "Core utility library for all LXQt components"
|
||||
LICENSE = "LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=435ed639f84d4585d93824e7da3d85da"
|
||||
|
||||
inherit lxqt distro_features_check
|
||||
inherit lxqt features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4641e94ec96f98fabc56ff9cc48be14b"
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
inherit lxqt pkgconfig distro_features_check gtk-icon-cache mime
|
||||
inherit lxqt pkgconfig features_check gtk-icon-cache mime
|
||||
|
||||
DEPENDS += "qtx11extras qtsvg libfm-qt libexif libxfixes"
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ SUMMARY = "LXQt system settings center"
|
||||
LICENSE = "LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=435ed639f84d4585d93824e7da3d85da"
|
||||
|
||||
inherit lxqt distro_features_check gtk-icon-cache
|
||||
inherit lxqt features_check gtk-icon-cache
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ SUMMARY = "Daemon used to register global keyboard shortcuts"
|
||||
LICENSE = "LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=435ed639f84d4585d93824e7da3d85da"
|
||||
|
||||
inherit lxqt distro_features_check
|
||||
inherit lxqt features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ SUMMARY = "The LXQt desktop panel"
|
||||
LICENSE = "LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=435ed639f84d4585d93824e7da3d85da"
|
||||
|
||||
inherit lxqt distro_features_check pkgconfig
|
||||
inherit lxqt features_check pkgconfig
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ SUMMARY = "Power management module for LXQt"
|
||||
LICENSE = "LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=435ed639f84d4585d93824e7da3d85da"
|
||||
|
||||
inherit lxqt distro_features_check
|
||||
inherit lxqt features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ SUMMARY = "Tool used to launch programs quickly by typing their names "
|
||||
LICENSE = "LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=435ed639f84d4585d93824e7da3d85da"
|
||||
|
||||
inherit lxqt pkgconfig distro_features_check
|
||||
inherit lxqt pkgconfig features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ SUMMARY = "An alternative session manager ported from the original razor-session
|
||||
LICENSE = "LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=435ed639f84d4585d93824e7da3d85da"
|
||||
|
||||
inherit lxqt distro_features_check
|
||||
inherit lxqt features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=4641e94ec96f98fabc56ff9cc48be14b"
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
inherit lxqt pkgconfig distro_features_check
|
||||
inherit lxqt pkgconfig features_check
|
||||
|
||||
DEPENDS += "libfm-qt"
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ SUMMARY = "Lightweight terminal emulator written in Qt"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=4641e94ec96f98fabc56ff9cc48be14b"
|
||||
|
||||
inherit lxqt gtk-icon-cache distro_features_check
|
||||
inherit lxqt gtk-icon-cache features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
26
recipes-misc/recipes-cad/antimony/antimony_0.9.0c.bb
Normal file
26
recipes-misc/recipes-cad/antimony/antimony_0.9.0c.bb
Normal file
@@ -0,0 +1,26 @@
|
||||
SUMMARY = "Antimony is a computer-aided design (CAD) tool from a parallel universe"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://README.md;beginline=23;endline=48;md5=9b0a0f10af772bdc7ab3e80c53fc287d"
|
||||
|
||||
inherit qmake5 python3native
|
||||
|
||||
DEPENDS = "qtbase python3 boost lemon-native"
|
||||
|
||||
SRC_URI = " \
|
||||
https://github.com/mkeeter/${BPN}/archive/${PV}.tar.gz \
|
||||
file://0001-remove-paths-from-python3-config.patch \
|
||||
file://0002-hardcode-boost_python3-library-detection-wont-t-work.patch \
|
||||
file://0003-align-binary-installation-folders.patch \
|
||||
file://0004-do-not-hard-link-to-python-version-we-don-t-have.patch \
|
||||
file://0005-v2syntax-add-missing-include.patch \
|
||||
file://0006-Change-isinf-to-std-isinf.patch \
|
||||
"
|
||||
SRC_URI[md5sum] = "2df03f0a8b6d7db21c24dcf20142297e"
|
||||
SRC_URI[sha256sum] = "78f22836ede812fa5bb283779ea6ada8568caf76fa4ab0473ee00d2d544b0aa4"
|
||||
|
||||
CXXFLAGS += "-I${STAGING_INCDIR}/${PYTHON_DIR}m"
|
||||
|
||||
do_configure_append() {
|
||||
# binary is in build dir
|
||||
sed -i 's:${S}/qt/antimony:${B}/antimony:g' ${B}/Makefile
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
From a5cb20ec541a8e828859a25720f068bf32e6480d Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
|
||||
Date: Sat, 5 Mar 2016 22:20:41 +0100
|
||||
Subject: [PATCH 1/3] remove paths from python3-config
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
Upstream-Status: Inappropriate [configuration]
|
||||
|
||||
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
|
||||
---
|
||||
qt/python.pri | 4 ++--
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/qt/python.pri b/qt/python.pri
|
||||
index 2504c01..550383c 100644
|
||||
--- a/qt/python.pri
|
||||
+++ b/qt/python.pri
|
||||
@@ -14,8 +14,8 @@ macx {
|
||||
}
|
||||
|
||||
linux {
|
||||
- QMAKE_CXXFLAGS += $$system(/usr/bin/python3-config --includes)
|
||||
- QMAKE_LFLAGS += $$system(/usr/bin/python3-config --ldflags)
|
||||
+ QMAKE_CXXFLAGS += $$system(python3-config --includes)
|
||||
+ QMAKE_LFLAGS += $$system(python3-config --ldflags)
|
||||
|
||||
# Even though this is in QMAKE_LFLAGS, the linker is picky about
|
||||
# library ordering (so it needs to be here too).
|
||||
--
|
||||
2.5.0
|
||||
|
||||
@@ -0,0 +1,39 @@
|
||||
From e3b4a08c4e8b4e59d8f2fb79df8fab7883ce9b35 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
|
||||
Date: Sat, 5 Mar 2016 22:24:15 +0100
|
||||
Subject: [PATCH 2/3] hardcode boost_python3 library - detection wont't work
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
Upstream-Status: Inappropriate [configuration]
|
||||
|
||||
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
|
||||
---
|
||||
qt/python.pri | 10 ++--------
|
||||
1 file changed, 2 insertions(+), 8 deletions(-)
|
||||
|
||||
diff --git a/qt/python.pri b/qt/python.pri
|
||||
index 550383c..d51935a 100644
|
||||
--- a/qt/python.pri
|
||||
+++ b/qt/python.pri
|
||||
@@ -38,14 +38,8 @@ linux {
|
||||
error("Could not find ldconfig!")
|
||||
}
|
||||
|
||||
- # Check for different boost::python naming schemes
|
||||
- LDCONFIG_OUT = $$system($$LDCONFIG_BIN -p|grep python)
|
||||
- for (b, $$list(boost_python-py34 boost_python3)) {
|
||||
- contains(LDCONFIG_OUT, "lib$${b}.so") {
|
||||
- LIBS += "-l$$b"
|
||||
- GOT_BOOST_PYTHON = True
|
||||
- }
|
||||
- }
|
||||
+ LIBS += "-lboost_python3"
|
||||
+ GOT_BOOST_PYTHON = True
|
||||
|
||||
# If we couldn't find boost::python, exit with an error.
|
||||
isEmpty(GOT_BOOST_PYTHON) {
|
||||
--
|
||||
2.5.0
|
||||
|
||||
@@ -0,0 +1,37 @@
|
||||
From 09db90cefb2d466e143ee655e3a10220d86fb88b Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
|
||||
Date: Sat, 5 Mar 2016 22:28:58 +0100
|
||||
Subject: [PATCH 3/3] align binary installation folders
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
Upstream-Status: Inappropriate [configuration]
|
||||
|
||||
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
|
||||
---
|
||||
app/app.pro | 6 +++---
|
||||
1 file changed, 3 insertions(+), 3 deletions(-)
|
||||
|
||||
diff --git a/app/app.pro b/app/app.pro
|
||||
index 5559ab2..e425c55 100644
|
||||
--- a/app/app.pro
|
||||
+++ b/app/app.pro
|
||||
@@ -39,11 +39,11 @@ linux {
|
||||
# Rename file from "Antimony" to "antimony"
|
||||
QMAKE_POST_LINK += $(MOVE) $$OUT_PWD/$${TARGET} $$OUT_PWD/$$lower($${TARGET})
|
||||
|
||||
- executable.path = /usr/local/bin
|
||||
+ executable.path = /usr/bin
|
||||
executable.files = antimony
|
||||
- nodes_folder.path = /usr/local/bin/sb/nodes
|
||||
+ nodes_folder.path = /usr/bin/sb/nodes
|
||||
nodes_folder.files = ../py/nodes/*
|
||||
- fab_folder.path = /usr/local/bin/sb/fab
|
||||
+ fab_folder.path = /usr/bin/sb/fab
|
||||
fab_folder.files = ../py/fab/*
|
||||
INSTALLS += executable nodes_folder fab_folder
|
||||
}
|
||||
--
|
||||
2.5.0
|
||||
|
||||
@@ -0,0 +1,31 @@
|
||||
From f2e5c5cf4db97d328dc171d42360b8bb09125f4d Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
|
||||
Date: Sun, 6 Mar 2016 22:40:18 +0100
|
||||
Subject: [PATCH] do not hard link to python version we don't have
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
Upstream-Status: Pending
|
||||
|
||||
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
|
||||
---
|
||||
qt/python.pri | 4 ----
|
||||
1 file changed, 4 deletions(-)
|
||||
|
||||
diff --git a/qt/python.pri b/qt/python.pri
|
||||
index d51935a..f28bb25 100644
|
||||
--- a/qt/python.pri
|
||||
+++ b/qt/python.pri
|
||||
@@ -19,7 +19,7 @@ linux {
|
||||
|
||||
# Even though this is in QMAKE_LFLAGS, the linker is picky about
|
||||
# library ordering (so it needs to be here too).
|
||||
- LIBS += -lpython3.4m
|
||||
+ LIBS += -lpython3.5m
|
||||
|
||||
# ldconfig is being used to find libboost_python, but it's in a different
|
||||
# place in different distros (and is not in the default $PATH on Debian).
|
||||
--
|
||||
2.5.0
|
||||
|
||||
@@ -0,0 +1,45 @@
|
||||
From 275eee8b5efbd765f71918068758cbcf724fb9c4 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
|
||||
Date: Mon, 7 Mar 2016 09:51:42 +0100
|
||||
Subject: [PATCH] v2syntax: add missing include
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
| ../../../antimony-0.9.0c/lib/fab/src/tree/v2syntax.c:1130:46: error: 'memset' was not declared in this scope
|
||||
|
||||
Upstream-Status: Pending
|
||||
|
||||
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
|
||||
---
|
||||
lib/fab/src/tree/v2syntax.l | 1 +
|
||||
lib/fab/src/tree/v2syntax.y | 1 +
|
||||
2 files changed, 2 insertions(+)
|
||||
|
||||
diff --git a/lib/fab/src/tree/v2syntax.l b/lib/fab/src/tree/v2syntax.l
|
||||
index c8e69be..0fbe7bb 100644
|
||||
--- a/lib/fab/src/tree/v2syntax.l
|
||||
+++ b/lib/fab/src/tree/v2syntax.l
|
||||
@@ -2,6 +2,7 @@
|
||||
%{
|
||||
#include <math.h>
|
||||
#include <stdlib.h>
|
||||
+ #include <string.h>
|
||||
#include "fab/tree/v2parser.hpp"
|
||||
#include "v2syntax.lemon.hpp"
|
||||
%}
|
||||
diff --git a/lib/fab/src/tree/v2syntax.y b/lib/fab/src/tree/v2syntax.y
|
||||
index 2e698a9..30c8f16 100644
|
||||
--- a/lib/fab/src/tree/v2syntax.y
|
||||
+++ b/lib/fab/src/tree/v2syntax.y
|
||||
@@ -2,6 +2,7 @@
|
||||
#include <math.h>
|
||||
#include <cassert>
|
||||
#include <iostream>
|
||||
+ #include <string.h>
|
||||
#include "fab/tree/v2parser.hpp"
|
||||
|
||||
extern "C"
|
||||
--
|
||||
2.5.0
|
||||
|
||||
@@ -0,0 +1,114 @@
|
||||
From ec04dbca58d11f43304d32544d33b0276e3188c9 Mon Sep 17 00:00:00 2001
|
||||
From: Stefano Probst <senden9@gmail.com>
|
||||
Date: Thu, 3 Mar 2016 20:16:22 +0100
|
||||
Subject: [PATCH] Change "isinf" to "std::isinf"
|
||||
|
||||
Upstream-Status: Submitted [1]
|
||||
|
||||
[1] https://github.com/mkeeter/antimony/pull/151
|
||||
|
||||
---
|
||||
app/src/export/export_heightmap.cpp | 2 +-
|
||||
app/src/graph/hooks/export.cpp | 10 +++++-----
|
||||
app/src/render/render_task.cpp | 6 +++---
|
||||
app/src/ui/dialogs/resolution_dialog.cpp | 2 +-
|
||||
lib/fab/src/types/bounds.cpp | 8 ++++----
|
||||
5 files changed, 14 insertions(+), 14 deletions(-)
|
||||
|
||||
diff --git a/app/src/export/export_heightmap.cpp b/app/src/export/export_heightmap.cpp
|
||||
index f7e1c7c..13dca08 100644
|
||||
--- a/app/src/export/export_heightmap.cpp
|
||||
+++ b/app/src/export/export_heightmap.cpp
|
||||
@@ -103,7 +103,7 @@ void ExportHeightmapTask::render()
|
||||
.nk=1
|
||||
};
|
||||
|
||||
- if (!isinf(bounds.zmin) && !isinf(bounds.zmax))
|
||||
+ if (!std::isinf(bounds.zmin) && !std::isinf(bounds.zmax))
|
||||
r.nk = uint32_t((bounds.zmax - bounds.zmin) * resolution);
|
||||
|
||||
build_arrays(
|
||||
diff --git a/app/src/graph/hooks/export.cpp b/app/src/graph/hooks/export.cpp
|
||||
index f09a3a5..3d4e76e 100644
|
||||
--- a/app/src/graph/hooks/export.cpp
|
||||
+++ b/app/src/graph/hooks/export.cpp
|
||||
@@ -92,9 +92,9 @@ object ScriptExportHooks::stl(tuple args, dict kwargs)
|
||||
bounds = get_bounds(kwargs);
|
||||
|
||||
// Sanity-check bounds
|
||||
- if (isinf(bounds.xmin) || isinf(bounds.xmax) ||
|
||||
- isinf(bounds.ymin) || isinf(bounds.ymax) ||
|
||||
- isinf(bounds.zmin) || isinf(bounds.zmax))
|
||||
+ if (std::isinf(bounds.xmin) || std::isinf(bounds.xmax) ||
|
||||
+ std::isinf(bounds.ymin) || std::isinf(bounds.ymax) ||
|
||||
+ std::isinf(bounds.zmin) || std::isinf(bounds.zmax))
|
||||
{
|
||||
throw AppHooks::Exception(
|
||||
"Exporting mesh with invalid (infinite) bounds");
|
||||
@@ -143,8 +143,8 @@ object ScriptExportHooks::heightmap(tuple args, dict kwargs)
|
||||
bounds = get_bounds(kwargs);
|
||||
|
||||
// Sanity-check bounds
|
||||
- if (isinf(bounds.xmin) || isinf(bounds.xmax) ||
|
||||
- isinf(bounds.ymin) || isinf(bounds.ymax))
|
||||
+ if (std::isinf(bounds.xmin) || std::isinf(bounds.xmax) ||
|
||||
+ std::isinf(bounds.ymin) || std::isinf(bounds.ymax))
|
||||
{
|
||||
throw AppHooks::Exception(
|
||||
"Exporting heightmap with invalid (infinite) bounds");
|
||||
diff --git a/app/src/render/render_task.cpp b/app/src/render/render_task.cpp
|
||||
index 299758d..d6f80a0 100644
|
||||
--- a/app/src/render/render_task.cpp
|
||||
+++ b/app/src/render/render_task.cpp
|
||||
@@ -64,10 +64,10 @@ void RenderTask::render()
|
||||
Q_ASSERT(get_shape.check());
|
||||
Shape s = get_shape();
|
||||
|
||||
- if (!isinf(s.bounds.xmin) && !isinf(s.bounds.xmax) &&
|
||||
- !isinf(s.bounds.xmin) && !isinf(s.bounds.xmax))
|
||||
+ if (!std::isinf(s.bounds.xmin) && !std::isinf(s.bounds.xmax) &&
|
||||
+ !std::isinf(s.bounds.xmin) && !std::isinf(s.bounds.xmax))
|
||||
{
|
||||
- if (isinf(s.bounds.zmin) || isinf(s.bounds.zmax))
|
||||
+ if (std::isinf(s.bounds.zmin) || std::isinf(s.bounds.zmax))
|
||||
render2d(s);
|
||||
else
|
||||
render3d(s);
|
||||
diff --git a/app/src/ui/dialogs/resolution_dialog.cpp b/app/src/ui/dialogs/resolution_dialog.cpp
|
||||
index 50e0970..9a91894 100644
|
||||
--- a/app/src/ui/dialogs/resolution_dialog.cpp
|
||||
+++ b/app/src/ui/dialogs/resolution_dialog.cpp
|
||||
@@ -7,7 +7,7 @@
|
||||
ResolutionDialog::ResolutionDialog(Bounds bounds, bool dimensions, bool has_units,
|
||||
long max_voxels, QWidget* parent)
|
||||
: QDialog(parent), bounds(bounds), ui(new Ui::ResolutionDialog),
|
||||
- z_bounded(!isinf(bounds.zmax) && !isinf(bounds.zmin))
|
||||
+ z_bounded(!std::isinf(bounds.zmax) && !std::isinf(bounds.zmin))
|
||||
{
|
||||
ui->setupUi(this);
|
||||
|
||||
diff --git a/lib/fab/src/types/bounds.cpp b/lib/fab/src/types/bounds.cpp
|
||||
index e19541c..bf36443 100644
|
||||
--- a/lib/fab/src/types/bounds.cpp
|
||||
+++ b/lib/fab/src/types/bounds.cpp
|
||||
@@ -81,13 +81,13 @@ Bounds Bounds::map(Transform t) const
|
||||
|
||||
bool Bounds::is_bounded_xy() const
|
||||
{
|
||||
- return !isinf(xmin) && !isinf(ymin) &&
|
||||
- !isinf(xmax) && !isinf(ymax);
|
||||
+ return !std::isinf(xmin) && !std::isinf(ymin) &&
|
||||
+ !std::isinf(xmax) && !std::isinf(ymax);
|
||||
|
||||
}
|
||||
|
||||
bool Bounds::is_bounded_xyz() const
|
||||
{
|
||||
- return !isinf(xmin) && !isinf(ymin) && !isinf(zmin) &&
|
||||
- !isinf(xmax) && !isinf(ymax) && !isinf(zmax);
|
||||
+ return !std::isinf(xmin) && !std::isinf(ymin) && !std::isinf(zmin) &&
|
||||
+ !std::isinf(xmax) && !std::isinf(ymax) && !std::isinf(zmax);
|
||||
}
|
||||
--
|
||||
2.5.0
|
||||
|
||||
@@ -1,16 +1,14 @@
|
||||
require ${BPN}.inc
|
||||
|
||||
DEPENDS = " \
|
||||
${BPN}-native \
|
||||
glew \
|
||||
openbabel \
|
||||
libeigen \
|
||||
molequeue \
|
||||
spglib \
|
||||
libmsym \
|
||||
libarchive \
|
||||
msgpack-c \
|
||||
mmtf-cpp \
|
||||
${BPN}-native \
|
||||
glew \
|
||||
openbabel \
|
||||
libeigen \
|
||||
molequeue \
|
||||
spglib \
|
||||
libmsym \
|
||||
libarchive \
|
||||
"
|
||||
|
||||
inherit cmake_lib
|
||||
|
||||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=95b8695b33e17e83db253ab07da4455a"
|
||||
|
||||
inherit cmake_qt5 python3native
|
||||
|
||||
PV = "1.92.1"
|
||||
PV = "1.92.1+git${SRCPV}"
|
||||
SRC_URI = "git://github.com/OpenChemistry/avogadrolibs.git"
|
||||
SRCREV = "fcd8bda27755fd8a817bd58307cc370f3bc0cfdf"
|
||||
SRCREV = "8dc172ec88956515c21eec69d5172d995741bb6c"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
SUMMARY = "Molecular point group symmetry lib"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=60a6a261d3c9d47b608d8e02d24c119a"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=5e13e4b13c9ea72dbc9fda34255d9371"
|
||||
|
||||
inherit cmake cmake_lib
|
||||
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
SUMMARY = "The pure C++ implementation of the MMTF API, decoder and encoder"
|
||||
HOMEPAGE = "https://github.com/rcsb/mmtf-cpp"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=7be9bbf9f4ec4ed1e36494b29561af1e"
|
||||
|
||||
inherit cmake
|
||||
|
||||
DEPENDS = "msgpack-c"
|
||||
|
||||
SRC_URI = "git://github.com/rcsb/mmtf-cpp.git"
|
||||
SRCREV = "407bf8e541530579b1f2c3e7f7fa96bb06ef5be9"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
RDEPENDS_${PN} += "msgpack-c"
|
||||
@@ -5,13 +5,12 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e64c567d31d109fd44cbe6f1fe113daa"
|
||||
inherit cmake_qt5 cmake_lib
|
||||
|
||||
SRC_URI = " \
|
||||
git://github.com/OpenChemistry/molequeue.git \
|
||||
https://github.com/OpenChemistry/${BPN}/archive/${PV}.tar.gz \
|
||||
file://0001-Avoid-RPATH-if-not-configured.patch \
|
||||
file://0002-MoleQueueConfig.cmake-Find-include.patch \
|
||||
"
|
||||
SRCREV = "efcca963c478ea5fd7d9f56f619260480904c0f3"
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "0.9.0"
|
||||
SRC_URI[md5sum] = "28e707668bfaf2ebc615da54fc98002f"
|
||||
SRC_URI[sha256sum] = "7dd234742c8d73be95281fedf4ed9d09648ecc351afb5f098cd32f48c3df3bd5"
|
||||
|
||||
EXTRA_OECMAKE += "-DENABLE_RPATH=OFF"
|
||||
|
||||
@@ -5,11 +5,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5e13e4b13c9ea72dbc9fda34255d9371"
|
||||
|
||||
inherit autotools
|
||||
|
||||
SRC_URI = "git://github.com/atztogo/spglib.git"
|
||||
SRCREV = "4c9ad83acfd29b34b929b8384d22e8bc85aac81c"
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "1.11.2"
|
||||
|
||||
do_configure_prepend() {
|
||||
touch ${S}/NEWS ${S}/README ${S}/AUTHORS
|
||||
}
|
||||
@@ -17,3 +12,9 @@ do_configure_prepend() {
|
||||
do_install_append() {
|
||||
ln -sf libsymspg.so ${D}${libdir}/libspglib.so
|
||||
}
|
||||
|
||||
SRC_URI = " \
|
||||
https://github.com/atztogo/${BPN}/archive/v${PV}.tar.gz \
|
||||
"
|
||||
SRC_URI[md5sum] = "6bbf2cb37a2294f26f2324e1142ab7d8"
|
||||
SRC_URI[sha256sum] = "315642d356c3e7b9cd0e3854f39e10cae89d5f757860db280f61eab3b70d17c2"
|
||||
@@ -0,0 +1,31 @@
|
||||
SUMMARY = "Qt component for application lifecycle management "
|
||||
HOMEPAGE = "https://doc.qt.io/QtApplicationManager/index.html"
|
||||
|
||||
# Taken from qtbase / based upon [1]
|
||||
# [1] https://github.com/qt/qtapplicationmanager/commit/ad92263c32fd5fc1f79134607e99160d459b64e0#diff-24ae8db1bf70b4900036589a2f522803
|
||||
LICENSE = "GFDL-1.3 & BSD & ( GPL-3.0 & The-Qt-Company-GPL-Exception-1.0 | The-Qt-Company-Commercial ) & ( GPL-2.0+ | LGPL-3.0 | The-Qt-Company-Commercial )"
|
||||
LIC_FILES_CHKSUM = " \
|
||||
file://LICENSE.LGPL3;md5=e6a600fd5e1d9cbde2d983680233ad02 \
|
||||
file://LICENSE.GPL2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
|
||||
file://LICENSE.GPL3;md5=d32239bcb673463ab874e80d47fae504 \
|
||||
file://LICENSE.GPL3-EXCEPT;md5=763d8c535a234d9a3fb682c7ecb6c073 \
|
||||
file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \
|
||||
"
|
||||
|
||||
inherit qmake5
|
||||
|
||||
DEPENDS = " \
|
||||
qtbase \
|
||||
qtdeclarative \
|
||||
qtwayland \
|
||||
libyaml \
|
||||
libarchive \
|
||||
"
|
||||
|
||||
BASE_PV = "5.12"
|
||||
|
||||
SRC_URI = "git://github.com/qt/qtapplicationmanager.git;branch=${BASE_PV}"
|
||||
SRCREV = "9f07efec1cf09c629e7fc04417e6a5ccca2687bc"
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "${BASE_PV}+git${SRCPV}"
|
||||
|
||||
@@ -1,30 +0,0 @@
|
||||
SUMMARY = "Multimedia processing graphs"
|
||||
HOMEPAGE = "http://pipewire.org/"
|
||||
LICENSE = "LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = " \
|
||||
file://LICENSE;md5=d8153c6e65986f862a0550ca74a3ed73 \
|
||||
file://LGPL;md5=2d5025d4aa3495befef8f17206a5b0a1 \
|
||||
"
|
||||
|
||||
inherit meson
|
||||
|
||||
DEPENDS += " \
|
||||
dbus \
|
||||
glib-2.0 \
|
||||
alsa-lib \
|
||||
v4l-utils \
|
||||
gstreamer1.0 \
|
||||
gstreamer1.0-plugins-base \
|
||||
"
|
||||
|
||||
SRC_URI = "git://github.com/PipeWire/pipewire.git"
|
||||
SRCREV = "14ebb85e7482c5b7963d2e647608464f5cd148bb"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
FILES_${PN} += " \
|
||||
${systemd_user_unitdir} \
|
||||
${libdir}/pipewire-0.2 \
|
||||
${libdir}/spa \
|
||||
${libdir}/gstreamer-1.0 \
|
||||
"
|
||||
|
||||
62
recipes-support/carbone/carbone/npm-shrinkwrap.json
generated
Normal file
62
recipes-support/carbone/carbone/npm-shrinkwrap.json
generated
Normal file
@@ -0,0 +1,62 @@
|
||||
{
|
||||
"name": "carbone",
|
||||
"version": "1.2.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
"debug": {
|
||||
"version": "2.6.9",
|
||||
"requires": {
|
||||
"ms": "2.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"ms": {
|
||||
"version": "2.0.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"moment": {
|
||||
"version": "2.19.3"
|
||||
},
|
||||
"moxie-zip": {
|
||||
"version": "0.0.3"
|
||||
},
|
||||
"timsort": {
|
||||
"version": "0.3.0"
|
||||
},
|
||||
"which": {
|
||||
"version": "1.3.1",
|
||||
"requires": {
|
||||
"isexe": "^2.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"isexe": {
|
||||
"version": "2.0.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"yauzl": {
|
||||
"version": "2.8.0",
|
||||
"requires": {
|
||||
"buffer-crc32": "~0.2.3",
|
||||
"fd-slicer": "~1.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"buffer-crc32": {
|
||||
"version": "0.2.13"
|
||||
},
|
||||
"fd-slicer": {
|
||||
"version": "1.0.1",
|
||||
"requires": {
|
||||
"pend": "~1.2.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"pend": {
|
||||
"version": "1.2.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
40
recipes-support/carbone/carbone_git.bb
Normal file
40
recipes-support/carbone/carbone_git.bb
Normal file
@@ -0,0 +1,40 @@
|
||||
SUMMARY = "Fast, Simple and Powerful report generator"
|
||||
DESCRIPTION = "Fast, Simple and Powerful report generator. Injects JSON and produces PDF, DOCX, XLSX, ODT, PPTX, ODS, ...!"
|
||||
HOMEPAGE = "https://carbone.io"
|
||||
LICENSE = "MIT & ISC & Apache-2.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e \
|
||||
file://node_modules/which/LICENSE;md5=82703a69f6d7411dde679954c2fd9dca \
|
||||
file://node_modules/which/node_modules/isexe/LICENSE;md5=82703a69f6d7411dde679954c2fd9dca \
|
||||
file://node_modules/timsort/LICENSE.md;md5=1a4424c73be0822c92e2c175d58f1d23 \
|
||||
file://node_modules/debug/LICENSE;md5=ddd815a475e7338b0be7a14d8ee35a99 \
|
||||
file://node_modules/debug/node_modules/ms/license.md;md5=fd56fd5f1860961dfa92d313167c37a6 \
|
||||
file://node_modules/yauzl/LICENSE;md5=e62df7ee79458f947161db54ea09ad4d \
|
||||
file://node_modules/yauzl/node_modules/fd-slicer/LICENSE;md5=5bbc2685b76c055f7adef651da1241ca \
|
||||
file://node_modules/yauzl/node_modules/fd-slicer/node_modules/pend/LICENSE;md5=e8a22696b017d8f536112ef54c81f3fa \
|
||||
file://node_modules/yauzl/node_modules/buffer-crc32/LICENSE;md5=b27a845c0955487ec9ca7b4ff7295b2b \
|
||||
file://node_modules/moment/LICENSE;md5=397bb5fedab22612d8d69f1458a9321e"
|
||||
|
||||
SRC_URI = "git://github.com/Ideolys/carbone.git"
|
||||
PV = "1.2.1+git${SRCPV}"
|
||||
SRCREV = "945d64f54e1ede8420c41dc9ac11ac8b56cef7fa"
|
||||
|
||||
NPM_SHRINKWRAP := "${THISDIR}/${PN}/npm-shrinkwrap.json"
|
||||
|
||||
inherit npm
|
||||
|
||||
# Must be set after inherit npm since that itself sets S
|
||||
S = "${WORKDIR}/git"
|
||||
LICENSE_${PN}-debug-ms = "MIT"
|
||||
LICENSE_${PN}-debug = "MIT"
|
||||
LICENSE_${PN}-moment = "MIT"
|
||||
LICENSE_${PN}-moxie-zip = "MIT"
|
||||
LICENSE_${PN}-timsort = "MIT"
|
||||
LICENSE_${PN}-which-isexe = "ISC"
|
||||
LICENSE_${PN}-which = "ISC"
|
||||
LICENSE_${PN}-yauzl-buffer-crc32 = "MIT"
|
||||
LICENSE_${PN}-yauzl-fd-slicer-pend = "MIT"
|
||||
LICENSE_${PN}-yauzl-fd-slicer = "MIT"
|
||||
LICENSE_${PN}-yauzl = "MIT"
|
||||
LICENSE_${PN} = "Apache-2.0"
|
||||
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
SUMMARY = "Exif, Iptc and XMP metadata manipulation library and tools"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=625f055f41728f84a8d7938acc35bdc2"
|
||||
|
||||
DEPENDS = "zlib expat"
|
||||
|
||||
SRC_URI = "https://exiv2.org/releases/${BPN}-${PV}-Source.tar.gz"
|
||||
SRC_URI[md5sum] = "56d064517ae5903dd963b84514a121c1"
|
||||
SRC_URI[sha256sum] = "f125286980fd1bcb28e188c02a93946951c61e10784720be2301b661a65b3081"
|
||||
|
||||
PV = "0.27.1"
|
||||
S = "${WORKDIR}/${BPN}-${PV}-Source"
|
||||
|
||||
inherit cmake gettext
|
||||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e90c7c0bee6fc368be0ba779e0eac053"
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
inherit autotools-brokensep pkgconfig distro_features_check manpages
|
||||
inherit autotools-brokensep pkgconfig features_check manpages
|
||||
|
||||
DEPENDS = " \
|
||||
virtual/libx11 \
|
||||
|
||||
@@ -5,6 +5,8 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda
|
||||
inherit packagegroup
|
||||
|
||||
RDEPENDS_${PN} = " \
|
||||
antimony \
|
||||
\
|
||||
gottcode-world \
|
||||
\
|
||||
compton \
|
||||
|
||||
Reference in New Issue
Block a user