Skip to content

Commit

Permalink
kde-apps: Add KDE Applications 19.04.0
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Sturmlechner <[email protected]>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
  • Loading branch information
a17r committed Apr 18, 2019
1 parent 32b397d commit 77996f0
Show file tree
Hide file tree
Showing 455 changed files with 10,081 additions and 0 deletions.
1 change: 1 addition & 0 deletions kde-apps/akonadi-calendar/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST akonadi-calendar-18.12.3.tar.xz 333656 BLAKE2B 039a132cf2e8dcc5935a4027b9e8b757b9b0060a3eb0e209dc87e8ee22b75117aa2f137c1c3508587b741de10cc466a7c5c9fae127e9bfbb59ea0870cdd4c5d4 SHA512 aac520c64a66fdeb27a2394e3eb7e4f4f30b123f4e9bf35cd01bf421d67c6dcdaa2041037e50474dd98b737c6ecbcd6c57f30e0a4ac7d2996ad18ed839288967
DIST akonadi-calendar-19.04.0.tar.xz 333400 BLAKE2B ad030a08fccd217b8cb9afa45551e07c3fe952cc8197fbddfc131eacb89a68b412ddd0f8ed5db7afc2d396c7d1039d1b7dc7d88f5cf8405a41a31a86445b27a6 SHA512 7b8e8a125295adaf8bd2a8eebf8b355f712415a8c762b0ce62cf30b4abfb641f3bf5ddaa3db360bf9b2ce480673e0422d62a161e37c887c22d645741fb1999cf
46 changes: 46 additions & 0 deletions kde-apps/akonadi-calendar/akonadi-calendar-19.04.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

KDE_TEST="true"
inherit kde5

DESCRIPTION="Library for akonadi calendar integration"
LICENSE="GPL-2+ LGPL-2.1+"
KEYWORDS="~amd64 ~arm64 ~x86"
IUSE=""

DEPEND="
$(add_frameworks_dep kcodecs)
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kdbusaddons)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kiconthemes)
$(add_frameworks_dep kio)
$(add_frameworks_dep kitemmodels)
$(add_frameworks_dep kjobwidgets)
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kwallet)
$(add_frameworks_dep kxmlgui)
$(add_kdeapps_dep akonadi)
$(add_kdeapps_dep akonadi-contacts)
$(add_kdeapps_dep akonadi-mime)
$(add_kdeapps_dep kcalcore)
$(add_kdeapps_dep kcalutils)
$(add_kdeapps_dep kcontacts)
$(add_kdeapps_dep kidentitymanagement)
$(add_kdeapps_dep kmailtransport)
$(add_kdeapps_dep kmime)
$(add_qt_dep qtdbus)
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
"
RDEPEND="${DEPEND}
!kde-apps/kdepim-l10n
!<kde-apps/kdepim-runtime-18.03.80
"

RESTRICT+=" test"
1 change: 1 addition & 0 deletions kde-apps/akonadi-contacts/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST akonadi-contacts-18.12.3.tar.xz 390340 BLAKE2B 5bd708953380d86ab8227944e1f9de79f4d596ecae9bf3ab636958e06244a02df0ebc772ff6b2380953cea8363804f92e18b161b7010b43e19d8f0816e6d15fb SHA512 dba40ec470d8b34b38d69470128708580a0581dcf1a88191da1b6bfedb426a13c964117eea1d266d1cb2224006a4b26f1f8ccc39e79eac67653aa808c5d81fb0
DIST akonadi-contacts-19.04.0.tar.xz 391824 BLAKE2B 024f5ab56e236ad93d44926a6523c082593beea87a2eca643ab1bf46ae7ff2dc42715f2cc80709f5c162c9abaab7401b75192c3668aada9ec0188da65efc5ddc SHA512 d7119dc674e5bc95253bf5cdd2cee387b2eaef4477787ffb51cac546b1a0b26afb6b18fadd33ef4bd6f357b7b27575b0856f834316bb5d6b275c9e5d597a7646
42 changes: 42 additions & 0 deletions kde-apps/akonadi-contacts/akonadi-contacts-19.04.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

KDE_TEST="forceoptional"
inherit kde5

DESCRIPTION="Library for akonadi contact integration"
KEYWORDS="~amd64 ~arm64 ~x86"
LICENSE="GPL-2+"
IUSE=""

# some akonadi tests time out, that probably needs more work as it's ~700 tests
RESTRICT+=" test"

DEPEND="
$(add_frameworks_dep kcodecs)
$(add_frameworks_dep kcompletion)
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kdbusaddons)
$(add_frameworks_dep kiconthemes)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kio)
$(add_frameworks_dep kservice)
$(add_frameworks_dep ktextwidgets)
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kxmlgui)
$(add_frameworks_dep prison)
$(add_kdeapps_dep akonadi)
$(add_kdeapps_dep kcontacts)
$(add_kdeapps_dep kmime)
$(add_qt_dep qtdbus)
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
"
RDEPEND="${DEPEND}
!kde-apps/kdepim-l10n
!<kde-apps/kdepim-runtime-18.03.80
"
1 change: 1 addition & 0 deletions kde-apps/akonadi-import-wizard/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST akonadi-import-wizard-18.12.3.tar.xz 439212 BLAKE2B 58c0f4fe74d24f90e6e2934ce0211342e92ecdfc534a4cf5288ce9fbcb4a84eb04e46cb44b540b4f7114dbba5f6319371a4f7aec566943b8a42d07a1a3c426f6 SHA512 ff1c1a50dc467a947cccf4495882570b80f6fd5582f1f6c1e998f9be30c25d4c54cfdd1a82b2c62dd00fc3b6e2756e5ba143d82a85c9a4cfe8204aae9876732b
DIST akonadi-import-wizard-19.04.0.tar.xz 439360 BLAKE2B d8e4bd2d62b6874e51c18045d409390ed7b5e870da3a9171ae02e034ccfbfe572b4e07bb31372f9a6080b7fac6f46420eb0f269a2c367f718593091f1b34389a SHA512 86d3b0eb5cca3598656d41b042de511c61ad97acc5e9247f0c7b0c0e652cacd383f5e1b26566256d272151bd49f7cda5d495656d327406ad864e458b9febbdff
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

KDE_HANDBOOK="forceoptional"
inherit kde5

DESCRIPTION="Assistant to import PIM data from other applications into Akonadi"
HOMEPAGE+=" https://userbase.kde.org/Kmail/Import_Options"
LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
KEYWORDS="~amd64 ~arm64 ~x86"
IUSE=""

DEPEND="
$(add_frameworks_dep kcompletion)
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kcrash)
$(add_frameworks_dep kdbusaddons)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kwallet)
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kxmlgui)
$(add_kdeapps_dep akonadi)
$(add_kdeapps_dep kcontacts)
$(add_kdeapps_dep kidentitymanagement)
$(add_kdeapps_dep kmailtransport)
$(add_kdeapps_dep libkdepim)
$(add_kdeapps_dep mailcommon)
$(add_kdeapps_dep mailimporter)
$(add_kdeapps_dep messagelib)
$(add_kdeapps_dep pimcommon)
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)
"
RDEPEND="${DEPEND}
!kde-apps/kdepim-l10n
!kde-apps/kmail:4
"
1 change: 1 addition & 0 deletions kde-apps/akonadi-mime/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST akonadi-mime-18.12.3.tar.xz 136596 BLAKE2B bf7312d3f327f6c3df2c590878c2a044cf3417d12140b0261deaee9636a316421a7d5625f42eaf2a733f03a10ca67a57b8de70e08f4730bd707c07ae0de39130 SHA512 ecda52f1d41c7b7925b9e71f55f2dca14f38308185a9bdd528f53b109758f79a653b52a2bbb91c138dfc432c798fa9d83307c8652b14269e5d6969a38130ee13
DIST akonadi-mime-19.04.0.tar.xz 136640 BLAKE2B 02b75adf4d097d37e1f0b5e2754f5e87cb1fe443b6ac61ef81dadb2a7ad34ac146e7d509bd03ae8c3f4468f4a2d67a14654e9b19e12c762b89ce3bb193d9896b SHA512 f51c57d035d662a780bc16932ab1f3d071aacfa14a9db436ebf045e6ce0b31a7d0a9f772ea3bd59d3d19de94cc2ac0e7beebd5c291c6b8fbd2dc6f1f21b423f5
37 changes: 37 additions & 0 deletions kde-apps/akonadi-mime/akonadi-mime-19.04.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

KDE_TEST="true"
inherit kde5

DESCRIPTION="Library for akonadi mime types"
KEYWORDS="~amd64 ~arm64 ~x86"
LICENSE="GPL-2+ LGPL-2.1+"
IUSE=""

# some akonadi tests time out, that probably needs more work as it's ~700 tests
RESTRICT+=" test"

DEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kdbusaddons)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kio)
$(add_frameworks_dep kitemmodels)
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kxmlgui)
$(add_kdeapps_dep akonadi)
$(add_kdeapps_dep kmime)
$(add_qt_dep qtdbus)
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
dev-libs/libxslt
"
RDEPEND="${DEPEND}
!kde-apps/kdepim-l10n
!<kde-apps/kdepim-runtime-18.03.80
!kde-apps/kdepimlibs:4
"
1 change: 1 addition & 0 deletions kde-apps/akonadi-notes/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST akonadi-notes-18.12.3.tar.xz 24500 BLAKE2B 0f726d0c2123dfa077c9898c746cce34449609a7eaf6e6f1b413099ea41f0b437029eb0071d218307b6e1498b3bf93ced990dc4a5056fc3cf9ffb0369a260c8b SHA512 792cfa843fa9302fec9eed591216c816928b1a6330f9ef391cf8512afddbf391dfed148a45138c22e4ce364db8e6a130637112e3ef9eb9317d76ebd95bab85d2
DIST akonadi-notes-19.04.0.tar.xz 24600 BLAKE2B 50a9c86dfe3c04988669b13e6407becdbeb7350c40804956e2d5f5a5dd4fe19476c773ea4cccc42897695f8337912fcd95eacb5b0b873bbd856e79a96f1b6468 SHA512 09d387b60213b335a34fe5ba31157e36fe062c70a5761af72f2bf47d7f2d092138adafd2e6cef6ea4eb444ecee08d470379c6f210cf64b4d475fb788e04e5711
28 changes: 28 additions & 0 deletions kde-apps/akonadi-notes/akonadi-notes-19.04.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

KDE_TEST="true"
inherit kde5

DESCRIPTION="Library for akonadi notes integration"
KEYWORDS="~amd64 ~arm64 ~x86"
LICENSE="GPL-2+"
IUSE=""

# some akonadi tests time out, that probably needs more work as it's ~700 tests
RESTRICT+=" test"

COMMON_DEPEND="
$(add_frameworks_dep ki18n)
$(add_kdeapps_dep kmime)
$(add_qt_dep qtgui)
$(add_qt_dep qtxml)
"
DEPEND="${COMMON_DEPEND}
$(add_kdeapps_dep akonadi)
"
RDEPEND="${COMMON_DEPEND}
!kde-apps/kdepim-l10n
"
1 change: 1 addition & 0 deletions kde-apps/akonadi-search/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST akonadi-search-18.12.3.tar.xz 82804 BLAKE2B 34b0b42e851dea5a52ae64a30055384b9194c23e2dcc6ea1a4f173333f745e6006b4555cedc67b4e0574ecf570f4d11bda926e07788e94394a1bd72dcc5fdbef SHA512 4e2c02956635d043080cdad8acbbd65efa93e991ca6897d40e4c693f02d3122d226080a5264121a764cd5a82c293add8f8911403839d5c8cad9576cbcaef3ab6
DIST akonadi-search-19.04.0.tar.xz 82752 BLAKE2B 44abfd381be20f07b10a033c921a37a39c1cd472adf407c8f4f091f0e219b1734da165418a9be9e05c1bc3f23a1f163730981ce140d8eb2214fb987628882df8 SHA512 3591ad6c3c8ffbcd40d02ab10b51d8d3f8e64a9504fff9afb6db15e45cb2a1820f00cb0008d30f4e72e22eecdff3fdb1d85ca3ce724eb63909b73f8ee0bf47da
45 changes: 45 additions & 0 deletions kde-apps/akonadi-search/akonadi-search-19.04.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

KDE_TEST="forceoptional"
VIRTUALX_REQUIRED="test"
inherit kde5

DESCRIPTION="Libraries and daemons to implement searching in Akonadi"
HOMEPAGE="https://cgit.kde.org/akonadi-search.git"
LICENSE="GPL-2+ LGPL-2.1+"
KEYWORDS="~amd64 ~arm64 ~x86"
IUSE=""

BDEPEND="
test? ( $(add_kdeapps_dep akonadi 'tools') )
"
COMMON_DEPEND="
$(add_frameworks_dep kcmutils)
$(add_frameworks_dep kcodecs)
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kdbusaddons)
$(add_frameworks_dep kio)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep krunner)
$(add_kdeapps_dep akonadi)
$(add_kdeapps_dep akonadi-mime)
$(add_kdeapps_dep kcalcore)
$(add_kdeapps_dep kcontacts)
$(add_kdeapps_dep kmime)
$(add_qt_dep qtdbus)
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
>=dev-libs/xapian-1.3:=[chert(+)]
"
DEPEND="${COMMON_DEPEND}
dev-libs/boost
test? ( $(add_kdeapps_dep akonadi 'mysql,postgres,sqlite') )
"
RDEPEND="${COMMON_DEPEND}
!kde-apps/kdepim-l10n
"
1 change: 1 addition & 0 deletions kde-apps/akonadi/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST akonadi-18.12.3.tar.xz 1555044 BLAKE2B 20eb8cf2027c1589e65ef4d907f6252faaedc7ab48c45be79bf66b5f9ae9652cbf654d00261f4a09765edaa0b0c03c798ee079796d902de4f522e5d0cfce5491 SHA512 f97e716be612001a8176f20afbe80a1cf4c78c6d348d92e542307ea951e1ff74189d2f0847675ed44ad65845b52a5180346b3866f5a8d82b55ed613d107ac346
DIST akonadi-19.04.0.tar.xz 1574736 BLAKE2B fdc474bc549a859b0b178bcc276169e6adeb0332ad0d94c5951f21ea2b8081066bf86d85ec776c859dd26d0b36f124e8dba991525faa0ac826e4f8e2fd73aa74 SHA512 00e165076963349fa8636442dd0c09758a2eb9a77b211d9c7fa6fe7c3384ec71a571ef8f7da07f2f4ab04745a20e2689a8252375957fc8d9bc3581c036f30d42
112 changes: 112 additions & 0 deletions kde-apps/akonadi/akonadi-19.04.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,112 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

KDE_DESIGNERPLUGIN="true"
KDE_TEST="forceoptional"
VIRTUALDBUS_TEST="true"
VIRTUALX_REQUIRED="test"
inherit kde5

DESCRIPTION="Storage service for PIM data and libraries for PIM apps"
HOMEPAGE="https://community.kde.org/KDE_PIM/akonadi"

KEYWORDS="~amd64 ~arm ~arm64 ~x86"
LICENSE="LGPL-2.1+"
IUSE="+mysql postgres sqlite tools xml"

REQUIRED_USE="|| ( mysql postgres sqlite ) test? ( tools )"

COMMON_DEPEND="
$(add_frameworks_dep kcompletion)
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kcrash)
$(add_frameworks_dep kdbusaddons)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kiconthemes)
$(add_frameworks_dep kio)
$(add_frameworks_dep kitemmodels)
$(add_frameworks_dep kitemviews)
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kwindowsystem)
$(add_frameworks_dep kxmlgui)
$(add_qt_dep qtdbus)
$(add_qt_dep qtgui)
$(add_qt_dep qtnetwork)
$(add_qt_dep qtsql 'mysql?,postgres?')
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)
sqlite? (
$(add_qt_dep qtsql 'sqlite' '' '5=')
dev-db/sqlite:3
)
xml? ( dev-libs/libxml2 )
"
DEPEND="${COMMON_DEPEND}
dev-libs/boost
dev-libs/libxslt
test? ( sys-apps/dbus )
"
RDEPEND="${COMMON_DEPEND}
!<kde-apps/kapptemplate-17.11.80
!kde-apps/kdepim-l10n
!kde-apps/kdepimlibs
mysql? ( virtual/mysql )
postgres? ( dev-db/postgresql )
"

# some akonadi tests time out, that probably needs more work as it's ~700 tests
RESTRICT+=" test"

PATCHES=( "${FILESDIR}/${PN}-18.12.2-mysql56-crash.patch" )

pkg_setup() {
# Set default storage backend in order: MySQL, PostgreSQL, SQLite
# reverse driver check to keep the order
use sqlite && DRIVER="QSQLITE3"
use postgres && DRIVER="QPSQL"
use mysql && DRIVER="QMYSQL"

if use sqlite || has_version "<${CATEGORY}/${P}[sqlite]"; then
ewarn "We strongly recommend you change your Akonadi database backend to either MySQL"
ewarn "or PostgreSQL in your user configuration."
ewarn "In particular, kde-apps/kmail does not work properly with the sqlite backend."
fi

kde5_pkg_setup
}

src_configure() {
local mycmakeargs=(
-DAKONADI_BUILD_QSQLITE=$(usex sqlite)
-DBUILD_TOOLS=$(usex tools)
$(cmake-utils_use_find_package xml LibXml2)
)

kde5_src_configure
}

src_install() {
# Who knows, maybe it accidentally fixes our permission issues
cat <<-EOF > "${T}"/akonadiserverrc
[%General]
Driver=${DRIVER}
EOF
insinto /usr/share/config/akonadi
doins "${T}"/akonadiserverrc

kde5_src_install
}

pkg_postinst() {
kde5_pkg_postinst
elog "You can select the storage backend in ~/.config/akonadi/akonadiserverrc."
elog "Available drivers are:"
use mysql && elog " QMYSQL"
use postgres && elog " QPSQL"
use sqlite && elog " QSQLITE3"
elog "${DRIVER} has been set as your default akonadi storage backend."
}
1 change: 1 addition & 0 deletions kde-apps/akonadiconsole/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST akonadiconsole-18.12.3.tar.xz 193856 BLAKE2B 8020d1265f6da48e4eb0481036f46145d923aaceab6b72835685e6a8e14010ed293615fd6613e07b0d2f7ec1b775a8d2d74d5ad2e0ba461283f4ccff4ecddd9f SHA512 b1ac6f9b4947e5498b67e855009c59de9f09e5e73ef08a445875a5cb7dddbb17e3157e30f2258e084bcf5a61c0d0873e01cdbfad9d2a4b2ceb64b350ebc6580f
DIST akonadiconsole-19.04.0.tar.xz 193828 BLAKE2B 8016122b1b724717feb149c561aee1ec29a4f60a6f49e805cd3d0d973281afb311494946ed5d61795ed012c8afb993c734fd1b32122fedbec341595a4efff0a8 SHA512 e9e4c88bf41da2c03a7f9a21877d736abe29b26274c4bf21f573a389ce58bdce77827b3fbf10c904b0d6ee19a3296f6a68a0724c3c1e66b7ee76027e079ae1ea
Loading

0 comments on commit 77996f0

Please sign in to comment.