Comment:
libraries and daemons to implement searching in Akonadi
Description:
Xapian-based indexing and query infrastructure for Akonadi.
Maintainer: Rafael Sadowski <rsadowski@openbsd.org>
It's time to get rid of KDE4. x11/kde4 contained all applications and the
desktop environment. All applications and the framework have been ported to
KDE5 and are available under x11/kde-applications and devel/kf5.
The desktop environment has not yet been ported and is NO LONGER available!
You can't have everything.
What happened here:
- Remove multimedia/phonon kde4 bits and set set phonon FLAVOR=qt5 for now.
- Unhook x11/kde4
- Unhook meta/kde4
- Mark kmymoney as broken, update is coming.
- Unhook all kde4 module consumers:
- klogic
- soprano
- strigi
- automoc
- prison
- qimageblitz
- cagibi
- libkvkontakte
- akonadi
- attica
- libalkimia
- libkfbapi
- libkgapi
- qoauth
- kwebkitpart
- grantlee
- libkscreen
- polkit-qt
Comment:
mail transport service
Description:
The mailtransport module provides the following functionality:
- Shared mail transport settings
- GUI elements to configure mail transport settings
- Job classes for mail sending
Maintainer: Rafael Sadowski <rsadowski@openbsd.org>
Comment:
KDE-based library for accessing various Google services
Description:
LibKGAPI (previously called LibKGoogle) is a C++ library that implements APIs
for various Google services.
Maintainer: Rafael Sadowski <rsadowski@openbsd.org>
Comment:
KDE PIM SMTP library
Description:
Job-based library to send email through an SMTP server
Maintainer: Rafael Sadowski <rsadowski@openbsd.org>
WWW: https://kontact.kde.org/
Comment:
PIM Akonadi mime support library
Description:
Akonadi Mime is a library that effectively bridges the type-agnostic API of the
Akonadi client libraries and the domain-specific KMime library. It provides
jobs, models and other helpers to make working with emails through Akonadi
easier.
Maintainer: Rafael Sadowski <rsadowski@openbsd.org>
Comment:
PIM Akonadi contacts support library
Description:
Akonadi Contacts is a library that effectively bridges the type-agnostic API of
the Akonadi client libraries and the domain-specific KContacts library. It
provides jobs, models and other helpers to make working with contacts and
addressbooks through Akonadi easier.
The library provides a complex dialog for editing contacts and several models
to list and filter contacts.
Maintainer: Rafael Sadowski <rsadowski@openbsd.org>
Comment:
PIM Storage Service
Description:
Akonadi is a PIM layer, which provides an asynchronous API to access all kind
of PIM data (e.g. mails, contacts, events, todos etc.).
It consists of several processes (generally called the Akonadi server) and a
library (called client library) which encapsulates the communication between
the client and the server.
Maintainer: Rafael Sadowski <rsadowski@openbsd.org>
WWW: https://kontact.kde.org/
Comment:
KDE File Manager & Web Browser
Description:
Konqueror is KDE's Webbrowser and swiss-army-knife for any kind of
file-management and file previewing.
Features:
- Webbrowsing using Qt WebEngine as rendering engines
- File management using most of Dolphin's features (including version-control,
service menus and the basic UI)
- File management on ftp and sftp servers
- Full featured FTP-client (you can split views to display local and remote
folders and previews in the same window)
- Embedded applications to preview files (e.g. Okular and Calligra for
documents, Gwenview for pictures, KTextEditor for text-files)
- Different kinds of plugins: Service-menus, KParts (embedded applications),
KIO (accessing files using special protocols like http or ftp) and
KPart-plugins (like AdBlocker...)
Maintainer: Rafael Sadowski <rsadowski@openbsd.org>
Don't use "-Wl,--as-needed" (the meson default) with ld.bfd, it causes
undefined references errors. Allow building with ld.bfd on i386 where
it's broken with ld.lld, we'll see the result in the next bulk.
Tested on powerpc -- this arch needs a yet-to-be-committed
x11/gnome/libdazzle fix to build it there.
OK sthen@, jca@ and aja@ (maintainer)
passing it around via qt5.port.mk to setting it directly in the qtwebkit
port and setting PKGSPEC so that it's passed automatically.
test/ok rsadowski@
This version fixes several bugs, and adds some new commands and rules.
Changes: https://herbstluftwm.org/news.html.
From Lucas <lucas AT sexy DOT is> and
Florian Viehweger <openbsd AT out-of-creativity DOT de> who also take
maintainer.
it maybe possible to get it building with -Wl,--no-keep-memory or maybe
by using ld.bfd instead of LLD, if someone wants to figure out the qmake/gn
bits needed I can test diffs
-ONLY_FOR_ARCHS = ${GCC4_ARCHS} ${CLANG_ARCHS}
+ONLY_FOR_ARCHS ?= ${GCC4_ARCHS} ${CLANG_ARCHS}
The only port changed by this is qtwebengine, making it honour the more
restrictive ONLY_FOR_ARCHS setting in its Makefile.