sync ports with The Matrix
This commit is contained in:
parent
ec769495ab
commit
f5034afcba
3108 changed files with 91999 additions and 80269 deletions
|
@ -2,6 +2,7 @@ COMMENT = KDE file search and metadata handling framework
|
|||
DISTNAME = baloo-${VERSION}
|
||||
PKGNAME = kf5-${DISTNAME}
|
||||
EPOCH = 0
|
||||
REVISION = 1
|
||||
|
||||
SHARED_LIBS += KF5Baloo 5.0 # 4.0
|
||||
SHARED_LIBS += KF5BalooEngine 7.0 # 5.0
|
||||
|
|
14
devel/kf5/baloo/patches/patch-src_lib_baloosettings_kcfg
Normal file
14
devel/kf5/baloo/patches/patch-src_lib_baloosettings_kcfg
Normal file
|
@ -0,0 +1,14 @@
|
|||
Disable indexing by default, it hogs the entire machine.
|
||||
|
||||
Index: src/lib/baloosettings.kcfg
|
||||
--- src/lib/baloosettings.kcfg.orig
|
||||
+++ src/lib/baloosettings.kcfg
|
||||
@@ -9,7 +9,7 @@
|
||||
<group name="Basic Settings">
|
||||
<entry name="indexingEnabled" key="Indexing-Enabled" type="Bool">
|
||||
<label>Indexing-Enabled</label>
|
||||
- <default>true</default>
|
||||
+ <default>false</default>
|
||||
</entry>
|
||||
</group>
|
||||
<group name="General">
|
|
@ -57,8 +57,11 @@ share/dbus-1/interfaces/org.kde.baloo.main.xml
|
|||
share/dbus-1/interfaces/org.kde.baloo.scheduler.xml
|
||||
share/examples/kf5-baloo/
|
||||
share/examples/kf5-baloo/xdg/
|
||||
@sample ${SYSCONFDIR}/xdg/
|
||||
share/examples/kf5-baloo/xdg/autostart/
|
||||
@sample ${SYSCONFDIR}/xdg/autostart/
|
||||
share/examples/kf5-baloo/xdg/autostart/baloo_file.desktop
|
||||
@sample ${SYSCONFDIR}/xdg/autostart/baloo_file.desktop
|
||||
share/kf5/mkspecs/qt_Baloo.pri
|
||||
share/locale/ar/LC_MESSAGES/baloo_file5.mo
|
||||
share/locale/ar/LC_MESSAGES/baloo_file_extractor5.mo
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
COMMENT = core KDE extensions to Qt classes
|
||||
DISTNAME = kcoreaddons-${VERSION}
|
||||
REVISION = 0
|
||||
|
||||
SHARED_LIBS = KF5CoreAddons 9.0
|
||||
|
||||
|
|
|
@ -0,0 +1,19 @@
|
|||
No os-release support on OpenBSD
|
||||
Index: src/lib/util/kosrelease.cpp
|
||||
--- src/lib/util/kosrelease.cpp.orig
|
||||
+++ src/lib/util/kosrelease.cpp
|
||||
@@ -74,10 +74,11 @@ class KOSReleasePrivate
|
||||
{
|
||||
public:
|
||||
explicit KOSReleasePrivate(QString filePath)
|
||||
- : name(QStringLiteral("Linux"))
|
||||
- , id(QStringLiteral("linux"))
|
||||
- , prettyName(QStringLiteral("Linux"))
|
||||
+ : name(QStringLiteral("OpenBSD"))
|
||||
+ , id(QStringLiteral("openbsd"))
|
||||
+ , prettyName(QStringLiteral("OpenBSD"))
|
||||
{
|
||||
+ return; // NO os-release on OpenBSD
|
||||
// Default values for non-optional fields set above ^.
|
||||
|
||||
QHash<QString, QString *> stringHash = {{QStringLiteral("NAME"), &name},
|
|
@ -1,9 +1,10 @@
|
|||
COMMENT = KDE plugins for QImage supporting extra file formats
|
||||
DISTNAME = kimageformats-${VERSION}
|
||||
REVISION = 0
|
||||
|
||||
WANTLIB += ${COMPILER_LIBCXX} Iex-3_1 IlmThread-3_1 Imath-3_1
|
||||
WANTLIB += KF5Archive OpenEXR-3_1 Qt5Core Qt5Gui Qt5PrintSupport
|
||||
WANTLIB += Qt5Widgets avif jxl jxl_threads m raw z
|
||||
WANTLIB += ${COMPILER_LIBCXX} Iex-3_2 IlmThread-3_2 Imath-3_1
|
||||
WANTLIB += KF5Archive OpenEXR-3_2 Qt5Core Qt5Gui Qt5PrintSupport
|
||||
WANTLIB += Qt5Widgets avif jxl jxl_threads m raw OpenEXRCore-3_2
|
||||
|
||||
LIB_DEPENDS = devel/kf5/karchive>=${MODKF5_VERSION} \
|
||||
graphics/libavif \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue