diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-02-06 10:59:42 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-02-06 10:59:42 +0100 |
commit | f6460e7ed9f60ed21d16983e71cd4f6923dfed96 (patch) | |
tree | 1a9bff2d7280b043b877aec75faea5636ba98dcf /kde-apps | |
parent | kde5.eclass: Mark KDE Applications 17.12.2 unreleased (diff) | |
download | kde-f6460e7ed9f60ed21d16983e71cd4f6923dfed96.tar.gz kde-f6460e7ed9f60ed21d16983e71cd4f6923dfed96.tar.bz2 kde-f6460e7ed9f60ed21d16983e71cd4f6923dfed96.zip |
kde-apps: Add KDE Applications 17.12.2
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'kde-apps')
439 files changed, 9505 insertions, 0 deletions
diff --git a/kde-apps/akonadi-calendar/Manifest b/kde-apps/akonadi-calendar/Manifest new file mode 100644 index 0000000000..18a145b68e --- /dev/null +++ b/kde-apps/akonadi-calendar/Manifest @@ -0,0 +1 @@ +DIST akonadi-calendar-17.12.2.tar.xz 284256 BLAKE2B e825422ee86a5532dba84d38e35db00ee0c4df99460fa70e0a042eb40156f51cb9aacbfa04a046cff90c18718e30d6e89af88a831e0a66a74f1e8b8dbaf4d9e2 SHA512 421c3a69f06ff487940340fe0ffe9d2eb1e79270c2fdbb9697f1ef45a387736ae230f41f7bdf2d23d57f337eeb9fbfd2e88390cb775c3a33a4f923951a1bdd40 diff --git a/kde-apps/akonadi-calendar/akonadi-calendar-17.12.2.ebuild b/kde-apps/akonadi-calendar/akonadi-calendar-17.12.2.ebuild new file mode 100644 index 0000000000..66563cc646 --- /dev/null +++ b/kde-apps/akonadi-calendar/akonadi-calendar-17.12.2.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_TEST="true" +inherit kde5 + +DESCRIPTION="Library for akonadi calendar integration" +LICENSE="GPL-2+ LGPL-2.1+" +KEYWORDS="~amd64 ~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 +" + +RESTRICT+=" test" diff --git a/kde-apps/akonadi-contacts/Manifest b/kde-apps/akonadi-contacts/Manifest new file mode 100644 index 0000000000..990dbc2981 --- /dev/null +++ b/kde-apps/akonadi-contacts/Manifest @@ -0,0 +1 @@ +DIST akonadi-contacts-17.12.2.tar.xz 345972 BLAKE2B 0ec746f29f5236fc218f8f6205a507d0426a164a73bf7dbf7b750b9c454ec3ddc3d74709fbcbdf6e17c3327abdd1d46257fa79cf50698db2e4ca9ba7a2923808 SHA512 36b8c18d31661857d47bbe1dca3d912f1a3b4969ad03002014d18cd7978857dde100d95b5736799c0e18d2b6564820bcb865258d1848f2965dd3c675bd978729 diff --git a/kde-apps/akonadi-contacts/akonadi-contacts-17.12.2.ebuild b/kde-apps/akonadi-contacts/akonadi-contacts-17.12.2.ebuild new file mode 100644 index 0000000000..7cf2a294e1 --- /dev/null +++ b/kde-apps/akonadi-contacts/akonadi-contacts-17.12.2.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_TEST="forceoptional" +inherit kde5 + +DESCRIPTION="Library for akonadi contact integration" +KEYWORDS="~amd64 ~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 akonadi-mime) + $(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 +" diff --git a/kde-apps/akonadi-import-wizard/Manifest b/kde-apps/akonadi-import-wizard/Manifest new file mode 100644 index 0000000000..d7bd191d9a --- /dev/null +++ b/kde-apps/akonadi-import-wizard/Manifest @@ -0,0 +1 @@ +DIST akonadi-import-wizard-17.12.2.tar.xz 436612 BLAKE2B d5d38287132d46dbd7e9696edd05f0e824a769308741454ce95680a7259512f1a25645a211ba526d8eee2053d54f449ad5bc0d217054457c713c793679d5e5a8 SHA512 72066b27582ff44c67a741d0fddaac43abb3db6f7b54d1804532c024b4c56f1e287bdf1c11562b5760c3b92a7afc2c10df567bbd8bb0d99b2a1a41131f8e61fa diff --git a/kde-apps/akonadi-import-wizard/akonadi-import-wizard-17.12.2.ebuild b/kde-apps/akonadi-import-wizard/akonadi-import-wizard-17.12.2.ebuild new file mode 100644 index 0000000000..711036b217 --- /dev/null +++ b/kde-apps/akonadi-import-wizard/akonadi-import-wizard-17.12.2.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +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 ~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 +" diff --git a/kde-apps/akonadi-mime/Manifest b/kde-apps/akonadi-mime/Manifest new file mode 100644 index 0000000000..c28e95cbf3 --- /dev/null +++ b/kde-apps/akonadi-mime/Manifest @@ -0,0 +1 @@ +DIST akonadi-mime-17.12.2.tar.xz 130124 BLAKE2B 115408090a0809604c4cd25af304ce7fa69bceb79e54e04019edc997a948b956479aefc3bed1d0eb83677c73e014c54b1c21ca4d80f5a50ea5b9234484b0d7b3 SHA512 a0bc9110bbc4d51910b17efdc3347c84f409d21bd43bdb2b44552dcaca6bbc16424ea89e95296351a7bec655fe3c0601a960fb8367238eebaf4c7ed7f1ae757f diff --git a/kde-apps/akonadi-mime/akonadi-mime-17.12.2.ebuild b/kde-apps/akonadi-mime/akonadi-mime-17.12.2.ebuild new file mode 100644 index 0000000000..828716b6dc --- /dev/null +++ b/kde-apps/akonadi-mime/akonadi-mime-17.12.2.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_TEST="true" +inherit kde5 + +DESCRIPTION="Library for akonadi mime types" +KEYWORDS="~amd64 ~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 + x11-misc/shared-mime-info +" +RDEPEND="${DEPEND} + !kde-apps/kdepim-l10n + !kde-apps/kdepimlibs:4 +" diff --git a/kde-apps/akonadi-notes/Manifest b/kde-apps/akonadi-notes/Manifest new file mode 100644 index 0000000000..b59f8edc0e --- /dev/null +++ b/kde-apps/akonadi-notes/Manifest @@ -0,0 +1 @@ +DIST akonadi-notes-17.12.2.tar.xz 24528 BLAKE2B 1e20827dc6a5c7eb5262193c5ce0e707187eafc8e1ce70c53bd696708d738d0aa2ab2509a20cdd7de69d81f17b314ad3068a140c6d7e9d764e3738c9dff88092 SHA512 8c10178dd8d0de8b9d405a45aff8f70f58a4c66e79355f831c08202665b24e2584f716e32694ade4acfb07cd8707d37c82c3c1feba9fb219a67aec7f01abe4f7 diff --git a/kde-apps/akonadi-notes/akonadi-notes-17.12.2.ebuild b/kde-apps/akonadi-notes/akonadi-notes-17.12.2.ebuild new file mode 100644 index 0000000000..0afe6508a5 --- /dev/null +++ b/kde-apps/akonadi-notes/akonadi-notes-17.12.2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_TEST="true" +inherit kde5 + +DESCRIPTION="Library for akonadi notes integration" +KEYWORDS="~amd64 ~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 +" diff --git a/kde-apps/akonadi-search/Manifest b/kde-apps/akonadi-search/Manifest new file mode 100644 index 0000000000..322adb0693 --- /dev/null +++ b/kde-apps/akonadi-search/Manifest @@ -0,0 +1 @@ +DIST akonadi-search-17.12.2.tar.xz 81876 BLAKE2B 4a6cb6987cc24536b7f9c9c3675cc8677712fee4550d4777963edd188a7d07e4494da86a14370a8c9aa5952923602a71d9fb88f3c583955f270fa889fa3e6e2d SHA512 0b8d495c2ccc433ed4fe2deb1989d3a711f0622f28d7e5f87f6576edfada5dcd774dd6d5cf6f6352277ea4908b2e1026054200e76868e6455eec67124861252c diff --git a/kde-apps/akonadi-search/akonadi-search-17.12.2.ebuild b/kde-apps/akonadi-search/akonadi-search-17.12.2.ebuild new file mode 100644 index 0000000000..5504a5b85b --- /dev/null +++ b/kde-apps/akonadi-search/akonadi-search-17.12.2.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_TEST="forceoptional-recursive" +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 ~x86" +IUSE="" + +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,tools') ) +" +RDEPEND="${COMMON_DEPEND} + !kde-apps/kdepim-l10n +" diff --git a/kde-apps/akonadi/Manifest b/kde-apps/akonadi/Manifest new file mode 100644 index 0000000000..d9e038fe6f --- /dev/null +++ b/kde-apps/akonadi/Manifest @@ -0,0 +1 @@ +DIST akonadi-17.12.2.tar.xz 1521880 BLAKE2B c039036cdc0d63dbb6e4ad4b5c0573fbfccf77bc42c03f0fa9f70cc27d603b79f48af7c1f120bb9d3a6460f288a272afd4843987f205d5baeecc665f24b1beab SHA512 c0004d09cae94b4f8a348c0439830a3ec6e906b04a95e8db7f3d15c6aa159910e764c06e3d92ade20e02c16598378cf2eb3f6e99018f2f47d7505bd0fb968905 diff --git a/kde-apps/akonadi/akonadi-17.12.2.ebuild b/kde-apps/akonadi/akonadi-17.12.2.ebuild new file mode 100644 index 0000000000..99c2e48ae5 --- /dev/null +++ b/kde-apps/akonadi/akonadi-17.12.2.ebuild @@ -0,0 +1,110 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +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 ~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) + x11-misc/shared-mime-info + sqlite? ( 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}-17.03.80-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." +} diff --git a/kde-apps/akonadiconsole/Manifest b/kde-apps/akonadiconsole/Manifest new file mode 100644 index 0000000000..5204d74fb0 --- /dev/null +++ b/kde-apps/akonadiconsole/Manifest @@ -0,0 +1 @@ +DIST akonadiconsole-17.12.2.tar.xz 185436 BLAKE2B 529d6165863cefb6c33264635ba5e830a94399910fec590755fe03e1e0f52c2b5a674a3acc23e8cac6ac5690f0b92ffea261ae07fe8ab4c7aec6f9671b353e29 SHA512 0fb504ef4dcd273308fb947014b2dc1cf475e915f244133b1c542df42b19eec6581e465a635bc3fe3320b753b9aaa8bb314207d1859458178aaf62c55984ac23 diff --git a/kde-apps/akonadiconsole/akonadiconsole-17.12.2.ebuild b/kde-apps/akonadiconsole/akonadiconsole-17.12.2.ebuild new file mode 100644 index 0000000000..d52c05a1db --- /dev/null +++ b/kde-apps/akonadiconsole/akonadiconsole-17.12.2.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" # FIXME: Check back for doc in release +inherit kde5 + +DESCRIPTION="Application for debugging Akonadi Resources" +LICENSE="GPL-2+ LGPL-2.1+ handbook? ( FDL-1.2+ )" +HOMEPAGE="https://www.kde.org/" +KEYWORDS="~amd64 ~x86" + +IUSE="" + +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 kio) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kitemmodels) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep akonadi) + $(add_kdeapps_dep akonadi-contacts) + $(add_kdeapps_dep akonadi-search) + $(add_kdeapps_dep calendarsupport) + $(add_kdeapps_dep kcalcore) + $(add_kdeapps_dep kcontacts) + $(add_kdeapps_dep kmime) + $(add_kdeapps_dep kpimtextedit) + $(add_kdeapps_dep libkdepim) + $(add_kdeapps_dep messagelib) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtsql) + $(add_qt_dep qtwidgets) + dev-libs/xapian:= +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/akregator/Manifest b/kde-apps/akregator/Manifest new file mode 100644 index 0000000000..d4bdefb290 --- /dev/null +++ b/kde-apps/akregator/Manifest @@ -0,0 +1 @@ +DIST akregator-17.12.2.tar.xz 2252928 BLAKE2B 6a0c2f5f9cc6b38c47b860fee9db7bb80614a24b45521502a5e380700c0e15e70bf9c408a4aac4f7cd9826bd06c8372f9d4bf27ce48fe95b84d8e7f61380a86e SHA512 29ce5481566eba58d78a8fa9ce7c0c048d74a7bf316efa78d72f2b873a5616d62d0c1fc8ae82380848aa44a8408b6483174d963fd599894d3796d078189cefc0 diff --git a/kde-apps/akregator/akregator-17.12.2.ebuild b/kde-apps/akregator/akregator-17.12.2.ebuild new file mode 100644 index 0000000000..861bc0c9dc --- /dev/null +++ b/kde-apps/akregator/akregator-17.12.2.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +KDE_TEST="forceoptional" +inherit kde5 + +DESCRIPTION="News feed aggregator" +HOMEPAGE="https://www.kde.org/applications/internet/akregator" +LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" +KEYWORDS="~amd64 ~x86" + +IUSE="" + +COMMON_DEPEND=" + $(add_frameworks_dep kcmutils) + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kjobwidgets) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep knotifyconfig) + $(add_frameworks_dep kparts) + $(add_frameworks_dep kservice) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep grantleetheme) + $(add_kdeapps_dep kontactinterface) + $(add_kdeapps_dep kpimtextedit) + $(add_kdeapps_dep libkdepim) + $(add_kdeapps_dep messagelib) + $(add_kdeapps_dep pimcommon) + $(add_kdeapps_dep syndication) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtwebengine) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) +" +DEPEND="${COMMON_DEPEND} + dev-libs/grantlee:5 +" +RDEPEND="${COMMON_DEPEND} + !kde-apps/kdepim-l10n +" diff --git a/kde-apps/analitza/Manifest b/kde-apps/analitza/Manifest new file mode 100644 index 0000000000..4b038834d6 --- /dev/null +++ b/kde-apps/analitza/Manifest @@ -0,0 +1 @@ +DIST analitza-17.12.2.tar.xz 331144 BLAKE2B 4d8984b7ea9f684d4dbc9d76390c149fe54b611c08fe604facac636fac8e825fb4fb988056d25da4296d5b5b1a856424850d82a85c79a7dd7e59fcafdb13e266 SHA512 e326d397db3193492258f156cd71f63e4544abd9724b58769a1593ff57242b18de09291a433ea37658015bd57f75e430ed95bdf99d3863fccfc4b546a9686933 diff --git a/kde-apps/analitza/analitza-17.12.2.ebuild b/kde-apps/analitza/analitza-17.12.2.ebuild new file mode 100644 index 0000000000..dc538401ed --- /dev/null +++ b/kde-apps/analitza/analitza-17.12.2.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_TEST="forceoptional-recursive" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="KDE library for mathematical features" +KEYWORDS="~amd64 ~x86" +IUSE="eigen nls" + +RDEPEND=" + $(add_qt_dep qtdeclarative) + $(add_qt_dep qtgui '-gles2') + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + eigen? ( dev-cpp/eigen:3 ) +" +DEPEND="${RDEPEND} + nls? ( $(add_qt_dep linguist-tools) ) +" + +src_prepare() { + kde5_src_prepare + + if ! use test; then + sed -i \ + -e "/add_subdirectory(examples)/ s/^/#DONT/" \ + analitzaplot/CMakeLists.txt || die + fi +} + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package eigen Eigen3) + ) + + kde5_src_configure +} diff --git a/kde-apps/ark/Manifest b/kde-apps/ark/Manifest new file mode 100644 index 0000000000..9c18c266fa --- /dev/null +++ b/kde-apps/ark/Manifest @@ -0,0 +1 @@ +DIST ark-17.12.2.tar.xz 1970240 BLAKE2B eb402da08903476f1ae14ff3921742a63242a2fbd1eb5702c794a52a5249342751b1a0a943d10a0516a7cb6da3bfd7a1c886d2d23a09c4b79022d96b86486008 SHA512 8b87bb8e96ed1483503ebd26ce505962cafe96b9294dac9dd548a0659c0ff8795cf1e699c86ec2168f761819906d8958cedbe3858e05d50f7cb41a9d780a78af diff --git a/kde-apps/ark/ark-17.12.2.ebuild b/kde-apps/ark/ark-17.12.2.ebuild new file mode 100644 index 0000000000..c95527b954 --- /dev/null +++ b/kde-apps/ark/ark-17.12.2.ebuild @@ -0,0 +1,76 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +KDE_TEST="optional" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="KDE Archiving tool" +HOMEPAGE="https://www.kde.org/applications/utilities/ark +https://utils.kde.org/projects/ark/" +KEYWORDS="~amd64 ~x86" +IUSE="bzip2 lzma zip zlib" + +RDEPEND=" + $(add_frameworks_dep karchive) + $(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 kjobwidgets) + $(add_frameworks_dep kparts) + $(add_frameworks_dep kpty) + $(add_frameworks_dep kservice) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + app-arch/libarchive:=[bzip2?,lzma?,zlib?] + sys-libs/zlib + zip? ( >=dev-libs/libzip-1.2.0:= ) +" +DEPEND="${RDEPEND} + $(add_qt_dep qtconcurrent) + sys-devel/gettext +" + +# bug #560548, last checked with 16.04.1 +RESTRICT+=" test" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package bzip2 BZip2) + $(cmake-utils_use_find_package lzma LibLZMA) + $(cmake-utils_use_find_package zip LibZip) + $(cmake-utils_use_find_package zlib ZLIB) + ) + + kde5_src_configure +} + +pkg_postinst() { + kde5_pkg_postinst + + # not a typo, app-arch/unar is a real package + if ! has_version app-arch/unar ; then + elog "For handling rar archives, install app-arch/unar" + fi + + if ! has_version app-arch/p7zip ; then + elog "For handling 7-Zip archives, install app-arch/p7zip" + fi + + if ! has_version app-arch/lrzip ; then + elog "For handling lrz archives, install app-arch/lrzip" + fi +} diff --git a/kde-apps/artikulate/Manifest b/kde-apps/artikulate/Manifest new file mode 100644 index 0000000000..599b0afa1d --- /dev/null +++ b/kde-apps/artikulate/Manifest @@ -0,0 +1 @@ +DIST artikulate-17.12.2.tar.xz 3745828 BLAKE2B 9bed3117e49a6053821930b730944badb7c4633085ba84482037c710021ef14fc16329a134f27b1a7392bb089e7e0b572d153241724e714dcb0462db52e33b9f SHA512 a5157cb099e32069e30fdee0be3cbc484a5e13b9f968da8bc04526c49db3ba47d07c5deb9a432bcef9154e616aba9ff7911cbb7bc09307e44fbd2149bfd2e9a9 diff --git a/kde-apps/artikulate/artikulate-17.12.2.ebuild b/kde-apps/artikulate/artikulate-17.12.2.ebuild new file mode 100644 index 0000000000..9c910d95fd --- /dev/null +++ b/kde-apps/artikulate/artikulate-17.12.2.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="true" +inherit kde5 + +DESCRIPTION="Language learning application that helps improving pronunciation skills" +HOMEPAGE="https://edu.kde.org/applications/language/artikulate" +KEYWORDS="~amd64 ~x86" +IUSE="+gstreamer qtmedia" + +REQUIRED_USE="|| ( gstreamer qtmedia )" + +DEPEND=" + $(add_frameworks_dep karchive) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtdeclarative) + $(add_qt_dep qtgui) + $(add_qt_dep qtsql) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + $(add_qt_dep qtxmlpatterns) + gstreamer? ( >=media-libs/qt-gstreamer-1.2.0[qt5(+)] ) + qtmedia? ( $(add_qt_dep qtmultimedia) ) +" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + -DBUILD_GSTREAMER_PLUGIN=$(usex gstreamer) + -DBUILD_QTMULTIMEDIA_PLUGIN=$(usex qtmedia) + ) + + kde5_src_configure +} diff --git a/kde-apps/audiocd-kio/Manifest b/kde-apps/audiocd-kio/Manifest new file mode 100644 index 0000000000..a2db7dc8da --- /dev/null +++ b/kde-apps/audiocd-kio/Manifest @@ -0,0 +1 @@ +DIST audiocd-kio-17.12.2.tar.xz 248292 BLAKE2B 18f1ae417371a2b1ea3428f723b6ed9f50966c86547745b3c8e4f87458bb0096fbfd77df38193a6e691deec600f774ba7938da5cccdcd89aaf6e1b3e94f2f93b SHA512 df3559a4e80519fd94de1f1b7c18c4e136dda69fc5c6998c57d8095d7534bb02a4fe9af29858e190e71a918f3dce1bad1c0f8f72b2da3e07dc77a359489a7044 diff --git a/kde-apps/audiocd-kio/audiocd-kio-17.12.2.ebuild b/kde-apps/audiocd-kio/audiocd-kio-17.12.2.ebuild new file mode 100644 index 0000000000..6bd5adfbc3 --- /dev/null +++ b/kde-apps/audiocd-kio/audiocd-kio-17.12.2.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="kioslave for accessing audio CDs" +LICENSE="GPL-2+ handbook? ( FDL-1.2 )" +KEYWORDS="~amd64 ~x86" +IUSE="flac vorbis" + +DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_kdeapps_dep libkcddb) + $(add_kdeapps_dep libkcompactdisc) + $(add_qt_dep qtwidgets) + media-sound/cdparanoia + flac? ( >=media-libs/flac-1.1.2 ) + vorbis? ( + media-libs/libogg + media-libs/libvorbis + ) +" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package flac FLAC) + $(cmake-utils_use_find_package vorbis OggVorbis) + ) + + kde5_src_configure +} diff --git a/kde-apps/baloo-widgets/Manifest b/kde-apps/baloo-widgets/Manifest new file mode 100644 index 0000000000..f731ede3ae --- /dev/null +++ b/kde-apps/baloo-widgets/Manifest @@ -0,0 +1 @@ +DIST baloo-widgets-17.12.2.tar.xz 151040 BLAKE2B 409f6f212a5254c600f6d295f70d4ea452cfafe6dc366e82748be33eaaeae65c0a8ce4f7b8f63c01be684608bf4bc8c144af250fbc14d83647f3012bb7398cb0 SHA512 6f337328fffe1499edc15a9021a8c90c967188d6df02df037941417c25bcce35bf5c50e50a8386aae397f9139f7cd77fac2863fc48dc6e397784fa131fe56973 diff --git a/kde-apps/baloo-widgets/baloo-widgets-17.12.2.ebuild b/kde-apps/baloo-widgets/baloo-widgets-17.12.2.ebuild new file mode 100644 index 0000000000..585c9262ec --- /dev/null +++ b/kde-apps/baloo-widgets/baloo-widgets-17.12.2.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_TEST="forceoptional" +inherit kde5 + +DESCRIPTION="Widget library for baloo" +LICENSE="LGPL-2+ LGPL-2.1+ || ( LGPL-2.1 LGPL-3 )" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep baloo) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kfilemetadata) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kwidgetsaddons) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" + +RESTRICT+=" test" diff --git a/kde-apps/blinken/Manifest b/kde-apps/blinken/Manifest new file mode 100644 index 0000000000..bcaaede470 --- /dev/null +++ b/kde-apps/blinken/Manifest @@ -0,0 +1 @@ +DIST blinken-17.12.2.tar.xz 2505876 BLAKE2B 146cc46631506c19db724b5884d7f75545de0b836f9a3995596fa65cb69dfc58dd8959a22546efec8b641ef484c47cff20583b2c15193211fc57f7574526adbd SHA512 a09b23b2cc91513c2cbabbdb94b2d45aa987f21d5f135f3f878163d3ee9211eab6a2c26d7e0c979122b6361df7b8f9147f457432bb3a6277eb1e513b1c811dbc diff --git a/kde-apps/blinken/blinken-17.12.2.ebuild b/kde-apps/blinken/blinken-17.12.2.ebuild new file mode 100644 index 0000000000..691085603a --- /dev/null +++ b/kde-apps/blinken/blinken-17.12.2.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="KDE version of the Simon Says game" +HOMEPAGE="https://www.kde.org/applications/education/blinken +https://edu.kde.org/blinken/" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kguiaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtgui) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) + media-libs/phonon[qt5(+)] +" +RDEPEND="${DEPEND}" + +src_install() { + kde5_src_install + + rm "${ED}"usr/share/${PN}/README.packagers || die +} diff --git a/kde-apps/bomber/Manifest b/kde-apps/bomber/Manifest new file mode 100644 index 0000000000..be96cef1ad --- /dev/null +++ b/kde-apps/bomber/Manifest @@ -0,0 +1 @@ +DIST bomber-17.12.2.tar.xz 753828 BLAKE2B e43230d2d282e9628925a1689f95bb111916a95e89a4c7aa5eb29e23eea7d194cfcd66df55e5c384509844c597fc5f05f3e202f535f08a31dc29eb0e4b95fcbc SHA512 27563ac622e4b3e2eb796ddc9aa7a90b6971775f2873464466e9c82e5c813afcfb2ea4f37bb7d1eb22c42d3f2300e4d75f6fa96ce262ad072710ddc48a27edc1 diff --git a/kde-apps/bomber/bomber-17.12.2.ebuild b/kde-apps/bomber/bomber-17.12.2.ebuild new file mode 100644 index 0000000000..1131554ae2 --- /dev/null +++ b/kde-apps/bomber/bomber-17.12.2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="KDE arcade bombing game" +HOMEPAGE="https://www.kde.org/applications/games/bomber/" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(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 kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND} + !games-action/xbomber +" diff --git a/kde-apps/bovo/Manifest b/kde-apps/bovo/Manifest new file mode 100644 index 0000000000..bbcda9915f --- /dev/null +++ b/kde-apps/bovo/Manifest @@ -0,0 +1 @@ +DIST bovo-17.12.2.tar.xz 186456 BLAKE2B acdb079ff88965a9d3b39cde6c74c4181a447a504e7de8976cfc51fd1af969902d983be4bf7ab1f08b3b23b758f2b31fb72b39b4ce2062bcfd84c40defabb830 SHA512 42b37cf929755e730b30125977ef19858a9f006582eed62d20646b1fe5428c9731aaf840966d67c6e251c1cf279ee852e5bb4d31e58c2e93e92225a55f407ed0 diff --git a/kde-apps/bovo/bovo-17.12.2.ebuild b/kde-apps/bovo/bovo-17.12.2.ebuild new file mode 100644 index 0000000000..8f3de523e8 --- /dev/null +++ b/kde-apps/bovo/bovo-17.12.2.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Five-in-a-row Board Game" +HOMEPAGE="https://www.kde.org/applications/games/bovo/" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtconcurrent) + $(add_qt_dep qtgui) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" + +DOCS=( AUTHORS HISTORY TODO ) diff --git a/kde-apps/calendarjanitor/Manifest b/kde-apps/calendarjanitor/Manifest new file mode 100644 index 0000000000..c71f617cbb --- /dev/null +++ b/kde-apps/calendarjanitor/Manifest @@ -0,0 +1 @@ +DIST akonadi-calendar-tools-17.12.2.tar.xz 223912 BLAKE2B fbe922df2214d62947380794aa1af6cea40da45709644ee419166864254b296440ebfc1f4e14c3ad976fbf350c5b18ada0eb37c9227131fc1b1911d347ba4d93 SHA512 36c89bf4a3bdae29c727ad6cedf580439ffd9aec3ddf190b74a24c53af270ce173ecbbce02f336e4b2c3f3482670d97cd108d27a12a4aac1df14cd31c91fccce diff --git a/kde-apps/calendarjanitor/calendarjanitor-17.12.2.ebuild b/kde-apps/calendarjanitor/calendarjanitor-17.12.2.ebuild new file mode 100644 index 0000000000..026dab8a14 --- /dev/null +++ b/kde-apps/calendarjanitor/calendarjanitor-17.12.2.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" # FIXME: Check back for doc in release +KDE_TEST="false" +KMNAME="akonadi-calendar-tools" +inherit kde5 + +DESCRIPTION="Tool to scan calendar data for buggy instances" +LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" +KEYWORDS="~amd64 ~x86" + +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep ki18n) + $(add_kdeapps_dep akonadi) + $(add_kdeapps_dep akonadi-calendar) + $(add_kdeapps_dep calendarsupport) + $(add_kdeapps_dep kcalcore) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND} + !kde-apps/kdepim-l10n +" + +src_prepare() { + kde5_src_prepare + + cmake_comment_add_subdirectory doc konsolekalendar + sed -i -e "/console\.categories/ s/^/#DONT/" CMakeLists.txt || die + + # delete colliding konsolekalendar translations + if [[ ${KDE_BUILD_TYPE} = release ]]; then + rm -f po/*/konsolekalendar.po || die + rm -rf po/*/docs/konsolekalendar || die + fi +} diff --git a/kde-apps/calendarsupport/Manifest b/kde-apps/calendarsupport/Manifest new file mode 100644 index 0000000000..5ceb86f69b --- /dev/null +++ b/kde-apps/calendarsupport/Manifest @@ -0,0 +1 @@ +DIST calendarsupport-17.12.2.tar.xz 645772 BLAKE2B 2b6bb17f5c286307f9ca461d2d91cd46efcdf1e433d27c5d9b85b6f2013b754ac962ffad0ec494925555106185d3371a555d2917581b267722954079d0134dae SHA512 c3a801b0a03281a6512a83b879297442b2c94fa960f0da12f511f2f302a34ff4db3b25aca91cdd9010a96777cc7782914f87c40f93efc068ef54ab4e06db5bd8 diff --git a/kde-apps/calendarsupport/calendarsupport-17.12.2.ebuild b/kde-apps/calendarsupport/calendarsupport-17.12.2.ebuild new file mode 100644 index 0000000000..04abac8577 --- /dev/null +++ b/kde-apps/calendarsupport/calendarsupport-17.12.2.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_TEST="false" +inherit kde5 + +DESCRIPTION="Calendar support library" +LICENSE="GPL-2+ LGPL-2.1+" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kguiaddons) + $(add_frameworks_dep kholidays) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kjobwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_kdeapps_dep akonadi) + $(add_kdeapps_dep akonadi-calendar) + $(add_kdeapps_dep akonadi-mime) + $(add_kdeapps_dep kcalcore) + $(add_kdeapps_dep kcalutils) + $(add_kdeapps_dep kdepim-apps-libs) + $(add_kdeapps_dep kidentitymanagement) + $(add_kdeapps_dep kmime) + $(add_kdeapps_dep libkdepim) + $(add_kdeapps_dep pimcommon) + $(add_qt_dep designer) + $(add_qt_dep qtgui) + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtwidgets) + dev-libs/libical +" +RDEPEND="${DEPEND} + !kde-apps/kdepim-l10n +" diff --git a/kde-apps/cantor/Manifest b/kde-apps/cantor/Manifest new file mode 100644 index 0000000000..807e624e47 --- /dev/null +++ b/kde-apps/cantor/Manifest @@ -0,0 +1 @@ +DIST cantor-17.12.2.tar.xz 1064220 BLAKE2B 45315ff528d7e032f1dc49f13be53f81f819d7cac8d85e6f8d1d32ebd94207e0885ba951412ad3f1602eaac59b5b6ef227b124afbb1caa6674e6204acb874d62 SHA512 3ee1d8eb845b2637a83545e28566d55d361204d21a698acc24017a2d639387b6804508fad8c533975dff80c4a4779d282333f6321447fd906fe2ff733be5b6e0 diff --git a/kde-apps/cantor/cantor-17.12.2.ebuild b/kde-apps/cantor/cantor-17.12.2.ebuild new file mode 100644 index 0000000000..cd2bf41394 --- /dev/null +++ b/kde-apps/cantor/cantor-17.12.2.ebuild @@ -0,0 +1,107 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +KDE_TEST="forceoptional" +PYTHON_COMPAT=( python2_7 ) +# FIXME: PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +inherit kde5 python-r1 + +DESCRIPTION="Interface for doing mathematics and scientific computing" +HOMEPAGE="https://www.kde.org/applications/education/cantor https://edu.kde.org/cantor/" +KEYWORDS="~amd64 ~x86" +IUSE="+analitza julia lua postscript python qalculate R" + +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + +# TODO Add Sage Mathematics Software backend (http://www.sagemath.org) +# FIXME: $(python_gen_cond_dep 'dev-qt/qtdbus:5' 'python3*') +DEPEND=" + $(add_frameworks_dep karchive) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep kparts) + $(add_frameworks_dep kpty) + $(add_frameworks_dep ktexteditor) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtgui) + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + $(add_qt_dep qtxmlpatterns) + analitza? ( $(add_kdeapps_dep analitza) ) + julia? ( dev-lang/julia ) + lua? ( dev-lang/luajit:2 ) + qalculate? ( + sci-libs/cln + sci-libs/libqalculate:= + ) + postscript? ( app-text/libspectre ) + python? ( ${PYTHON_DEPS} ) + R? ( dev-lang/R ) +" +RDEPEND="${DEPEND}" + +RESTRICT+=" test" + +pkg_pretend() { + kde5_pkg_pretend + + if ! has_version sci-mathematics/maxima && ! has_version sci-mathematics/octave && \ + ! use analitza && ! use julia && ! use lua && ! use python && ! use qalculate && ! use R; then + einfo "You have decided to build ${PN} with no backend." + einfo "To have this application functional, please enable one of the backends via USE flag:" + einfo " analitza, lua, python, qalculate" + einfo "Alternatively, install one of these:" + einfo " # emerge sci-mathematics/maxima (bug #619534)" + einfo " # emerge sci-mathematics/octave" + einfo "Experimental available USE flags:" + einfo " julia (not stable, bug #613576), R (bug #619534)" + einfo + fi + + if ! has_version virtual/latex-base; then + einfo "For LaTeX support:" + einfo " # emerge virtual/latex-base" + fi +} + +pkg_setup() { + use python && python_setup + kde5_pkg_setup +} + +src_prepare() { + kde5_src_prepare + + # FIXME: shipped FindPythonLibs3.cmake does not work for Gentoo + sed -e "/^find_package(PythonLibs3)/ s/^/#/" \ + -i src/backends/CMakeLists.txt || die +} + +src_configure() { + use julia && addpredict /proc/self/mem # bug 602894 + + local mycmakeargs=( + $(cmake-utils_use_find_package analitza Analitza5) + $(cmake-utils_use_find_package julia Julia) + $(cmake-utils_use_find_package lua LuaJIT) + $(cmake-utils_use_find_package postscript LibSpectre) + $(cmake-utils_use_find_package python PythonLibs) + $(cmake-utils_use_find_package qalculate Qalculate) + $(cmake-utils_use_find_package R R) + ) + kde5_src_configure +} diff --git a/kde-apps/cervisia/Manifest b/kde-apps/cervisia/Manifest new file mode 100644 index 0000000000..f4bb435847 --- /dev/null +++ b/kde-apps/cervisia/Manifest @@ -0,0 +1 @@ +DIST cervisia-17.12.2.tar.xz 1905744 BLAKE2B 4352ba20f26aa0efeccbe83c98623a3141f469a05ccefb189f46da8ee681576fcbd4f2c0acc1ca0681981606b4fa0ba0be498eb548a6854a0d61c80dec033aac SHA512 6aa1ec99f3c60b1e17aada9adc6911405ae5ec6145c1e4347aed27e4728440be7cfe717264be1e56fed19b25848da1a9664090f2e724b0aaf644c50a1fa7d053 diff --git a/kde-apps/cervisia/cervisia-17.12.2.ebuild b/kde-apps/cervisia/cervisia-17.12.2.ebuild new file mode 100644 index 0000000000..fe35d7708a --- /dev/null +++ b/kde-apps/cervisia/cervisia-17.12.2.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="CVS frontend by KDE" +HOMEPAGE="https://www.kde.org/applications/development/cervisia" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdesu) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kinit) + $(add_frameworks_dep kio) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep kparts) + $(add_frameworks_dep kservice) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND} + dev-vcs/cvs +" diff --git a/kde-apps/dolphin-plugins/Manifest b/kde-apps/dolphin-plugins/Manifest new file mode 100644 index 0000000000..b37a290800 --- /dev/null +++ b/kde-apps/dolphin-plugins/Manifest @@ -0,0 +1 @@ +DIST dolphin-plugins-17.12.2.tar.xz 187312 BLAKE2B cd791a0124cf7e38ce491fc08f891d2774f76af335e2483068890652e2f408caafeda901e5cceed6ff41643dc107dc47d5768c6dd080c70ed1426f25ffba44c9 SHA512 54336bcd7f31fbda1ba241917dfd6381cddae2854f2d974ffe4a104103228903467e27799624bc718cd6daa001329b97418483cfbf13e31f6075bbbf3b098213 diff --git a/kde-apps/dolphin-plugins/dolphin-plugins-17.12.2.ebuild b/kde-apps/dolphin-plugins/dolphin-plugins-17.12.2.ebuild new file mode 100644 index 0000000000..125d149d68 --- /dev/null +++ b/kde-apps/dolphin-plugins/dolphin-plugins-17.12.2.ebuild @@ -0,0 +1,74 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="false" +inherit kde5 + +DESCRIPTION="Extra Dolphin plugins" +KEYWORDS="~amd64 ~x86" +IUSE="bazaar dropbox git mercurial subversion" + +# FIXME: required in root CMakeLists.txt, but: +# kdelibs4support only required by git? +# kxmlgui, qtnetwork only required by dropbox? +COMMON_DEPEND=" + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep dolphin) + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtwidgets) + git? ( + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep ktextwidgets) + ) + mercurial? ( + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kservice) + $(add_frameworks_dep ktexteditor) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + ) +" +DEPEND="${COMMON_DEPEND} + sys-devel/gettext +" +RDEPEND="${COMMON_DEPEND} + $(add_kdeapps_dep kompare) + bazaar? ( dev-vcs/bzr ) + dropbox? ( net-misc/dropbox-cli ) + git? ( dev-vcs/git ) + subversion? ( dev-vcs/subversion ) +" + +src_configure() { + local mycmakeargs=( + -DBUILD_bazaar=$(usex bazaar) + -DBUILD_dropbox=$(usex dropbox) + -DBUILD_git=$(usex git) + -DBUILD_hg=$(usex mercurial) + -DBUILD_svn=$(usex subversion) + ) + + kde5_src_configure +} + +src_install() { + { use bazaar || use dropbox || use git || use subversion || use mercurial; } && kde5_src_install +} + +pkg_postinst() { + if ! use bazaar && ! use dropbox && ! use git && ! use subversion && ! use mercurial; then + einfo + einfo "You have disabled all plugin use flags. If you want to have vcs" + einfo "integration in dolphin, enable those of your needs." + einfo + fi +} diff --git a/kde-apps/dolphin/Manifest b/kde-apps/dolphin/Manifest new file mode 100644 index 0000000000..e81712f601 --- /dev/null +++ b/kde-apps/dolphin/Manifest @@ -0,0 +1 @@ +DIST dolphin-17.12.2.tar.xz 4840736 BLAKE2B 0adc8f7d6e981890c9665d575a7187a44aee80629429a849a392423aa1ab5f2710021c3c661052e8e15f9d20f821544fc92750898cad5e61b15ecf0b0719b3eb SHA512 3c576d6eeb373790b8b4c6a13b01df606bbfde7b0c08da5965d31e77a1f88a3ccc79387b0546bfc039a1abc65b4bc466b39f7e128e67ecfe0f613c3d51e85d21 diff --git a/kde-apps/dolphin/dolphin-17.12.2.ebuild b/kde-apps/dolphin/dolphin-17.12.2.ebuild new file mode 100644 index 0000000000..256cdd9476 --- /dev/null +++ b/kde-apps/dolphin/dolphin-17.12.2.ebuild @@ -0,0 +1,85 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +KDE_TEST="true" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Plasma filemanager focusing on usability" +HOMEPAGE="https://www.kde.org/applications/system/dolphin https://userbase.kde.org/Dolphin" +KEYWORDS="~amd64 ~x86" +IUSE="semantic-desktop thumbnail" + +DEPEND=" + $(add_frameworks_dep kbookmarks) + $(add_frameworks_dep kcmutils) + $(add_frameworks_dep kcodecs) + $(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 kinit) + $(add_frameworks_dep kio) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep kjobwidgets) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep kparts) + $(add_frameworks_dep kservice) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_frameworks_dep solid) + $(add_qt_dep qtconcurrent) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + media-libs/phonon[qt5(+)] + semantic-desktop? ( + $(add_frameworks_dep baloo) + $(add_frameworks_dep kfilemetadata) + $(add_kdeapps_dep baloo-widgets) + ) + !semantic-desktop? ( + $(add_frameworks_dep kdelibs4support) + ) +" +RDEPEND="${DEPEND} + $(add_kdeapps_dep kio-extras) + thumbnail? ( + $(add_kdeapps_dep ffmpegthumbs) + $(add_kdeapps_dep thumbnailers) + ) +" + +RESTRICT+=" test" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package semantic-desktop KF5Baloo) + $(cmake-utils_use_find_package semantic-desktop KF5BalooWidgets) + $(cmake-utils_use_find_package semantic-desktop KF5FileMetaData) + ) + + kde5_src_configure +} + +pkg_postinst() { + kde5_pkg_postinst + + if ! has_version "kde-apps/ark:${SLOT}" ; then + elog "For compress/extract and other actions, please install kde-apps/ark:${SLOT}" + fi + + if ! has_version "kde-apps/kleopatra:${SLOT}" ; then + elog "For crypto actions, please install kde-apps/kleopatra:${SLOT}" + fi +} diff --git a/kde-apps/dragon/Manifest b/kde-apps/dragon/Manifest new file mode 100644 index 0000000000..da124a2c0a --- /dev/null +++ b/kde-apps/dragon/Manifest @@ -0,0 +1 @@ +DIST dragon-17.12.2.tar.xz 1464104 BLAKE2B df98710a5839809312fa69711dfc7e55eee629b8b4ec5b53185fc3ad81a76d45e9bee20c32be38d1e93c95172f555354894ff7d7a24cdf882c931fc78031679d SHA512 8df5e3b846b01cf56fe19413aa16ec99933fe85bc15a5e04d3203d6020c335c715e7ce23a424edb3f3544f12a0f647988777f7c0ac213b618008f270edb7ffd9 diff --git a/kde-apps/dragon/dragon-17.12.2.ebuild b/kde-apps/dragon/dragon-17.12.2.ebuild new file mode 100644 index 0000000000..e97559abf8 --- /dev/null +++ b/kde-apps/dragon/dragon-17.12.2.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="A simple video player" +HOMEPAGE="https://www.kde.org/applications/multimedia/dragonplayer" + +LICENSE="GPL-2+ || ( GPL-2 GPL-3 ) handbook? ( FDL-1.2 )" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + $(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 kio) + $(add_frameworks_dep kjobwidgets) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep kparts) + $(add_frameworks_dep kservice) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep kxmlgui) + $(add_frameworks_dep solid) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + media-libs/phonon[qt5(+)] +" +DEPEND="${RDEPEND} + sys-devel/gettext +" diff --git a/kde-apps/eventviews/Manifest b/kde-apps/eventviews/Manifest new file mode 100644 index 0000000000..b39fd8654e --- /dev/null +++ b/kde-apps/eventviews/Manifest @@ -0,0 +1 @@ +DIST eventviews-17.12.2.tar.xz 438312 BLAKE2B 4f39e10e550a4a8646b7508aba187f97e01a681b035f67f14db3ba039a535e9b8ab99f26408c84f6bbe03b48d35b3480ab041bf43270623696a1aaaed800435c SHA512 60b065457d7bbaedf9d5008b0631e40a88a729329ed4207d679ac468c575b89aeae8d369cdd0a4b4e33b9d7ef861a7eefdb6170160835062ab722eb1bf87e6d8 diff --git a/kde-apps/eventviews/eventviews-17.12.2.ebuild b/kde-apps/eventviews/eventviews-17.12.2.ebuild new file mode 100644 index 0000000000..8b6b584191 --- /dev/null +++ b/kde-apps/eventviews/eventviews-17.12.2.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_TEST="true" +inherit kde5 + +DESCRIPTION="Calendar viewer for KDE PIM" +LICENSE="GPL-2+ LGPL-2.1+" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kguiaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kitemmodels) + $(add_frameworks_dep kservice) + $(add_frameworks_dep kwidgetsaddons) + $(add_kdeapps_dep akonadi) + $(add_kdeapps_dep akonadi-calendar) + $(add_kdeapps_dep calendarsupport) + $(add_kdeapps_dep kcalcore) + $(add_kdeapps_dep kcalutils) + $(add_kdeapps_dep kcontacts) + $(add_kdeapps_dep kmime) + $(add_kdeapps_dep libkdepim) + $(add_qt_dep designer) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + dev-libs/kdiagram:5 + dev-libs/libical +" +RDEPEND="${DEPEND} + !kde-apps/kdepim-l10n +" diff --git a/kde-apps/ffmpegthumbs/Manifest b/kde-apps/ffmpegthumbs/Manifest new file mode 100644 index 0000000000..e7fd6925bc --- /dev/null +++ b/kde-apps/ffmpegthumbs/Manifest @@ -0,0 +1 @@ +DIST ffmpegthumbs-17.12.2.tar.xz 21088 BLAKE2B d7711947606716add92ef8edbf32ce5d7924a1db061377eddaba65be7ccde43551b4b72994b582301f350797406a7c47a7339d202072bb64d798d3f3c439ee55 SHA512 7b29638f0264ae6a8aa174563750e7d9028e543f54d9b10fd92e2d0ffab730300582483db1f916456d396e79504964e41e64fe4247935f1a5476a1496f45129e diff --git a/kde-apps/ffmpegthumbs/ffmpegthumbs-17.12.2.ebuild b/kde-apps/ffmpegthumbs/ffmpegthumbs-17.12.2.ebuild new file mode 100644 index 0000000000..a00942c756 --- /dev/null +++ b/kde-apps/ffmpegthumbs/ffmpegthumbs-17.12.2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_BLOCK_SLOT4="false" +inherit kde5 + +DESCRIPTION="FFmpeg based thumbnail generator for video files" +LICENSE="GPL-2+" +KEYWORDS="~amd64 ~x86" +IUSE="libav" + +RDEPEND=" + $(add_frameworks_dep kio) + $(add_qt_dep qtgui) + libav? ( media-video/libav:= ) + !libav? ( media-video/ffmpeg:0= ) +" +DEPEND="${RDEPEND} + virtual/pkgconfig +" diff --git a/kde-apps/filelight/Manifest b/kde-apps/filelight/Manifest new file mode 100644 index 0000000000..8ae40de9ce --- /dev/null +++ b/kde-apps/filelight/Manifest @@ -0,0 +1 @@ +DIST filelight-17.12.2.tar.xz 654932 BLAKE2B 1bacb9e744410b1d181853da5d740a4c0f3b0e05f4b72622be3f025e33d4ea6b8acc090a57ea39aa549e8f3c80e902756e727dc4907d592d7e622b67b7eb9b3a SHA512 a4ec049012b24f901fb6817af7fdf8fd6829167129746910d236168c70ae0ce1f2e7a671d03b89b93be28cb54b18e5eca231f1bced37384cd44a08fd43b5a4fc diff --git a/kde-apps/filelight/filelight-17.12.2.ebuild b/kde-apps/filelight/filelight-17.12.2.ebuild new file mode 100644 index 0000000000..03b58843a5 --- /dev/null +++ b/kde-apps/filelight/filelight-17.12.2.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="optional" +inherit kde5 + +DESCRIPTION="Visualise disk usage with interactive map of concentric, segmented rings" +HOMEPAGE="https://utils.kde.org/projects/filelight/" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kservice) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/granatier/Manifest b/kde-apps/granatier/Manifest new file mode 100644 index 0000000000..8bec208e29 --- /dev/null +++ b/kde-apps/granatier/Manifest @@ -0,0 +1 @@ +DIST granatier-17.12.2.tar.xz 1960052 BLAKE2B 964aaea6b457392fe9eda9d77994ae8d6415abfdcfa98cc67f08bb08a6f047da4629dbc990b1a4d91406548792880adfe673ac0c49d9d96ce5b2c9f0c668561a SHA512 0a7747d65918c90d47d83bb3056c3e05a4ecb560c64b37dc4eb52b7e7329ce76ec45e99bbfa102e21f3877d147d8121e97c858bcb4804832187c5e41723a8217 diff --git a/kde-apps/granatier/granatier-17.12.2.ebuild b/kde-apps/granatier/granatier-17.12.2.ebuild new file mode 100644 index 0000000000..28cef3517e --- /dev/null +++ b/kde-apps/granatier/granatier-17.12.2.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="KDE Bomberman game" +HOMEPAGE="https://www.kde.org/applications/games/granatier/" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(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 knewstuff) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtgui) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/grantlee-editor/Manifest b/kde-apps/grantlee-editor/Manifest new file mode 100644 index 0000000000..e25441f4dc --- /dev/null +++ b/kde-apps/grantlee-editor/Manifest @@ -0,0 +1 @@ +DIST grantlee-editor-17.12.2.tar.xz 110804 BLAKE2B 7f19268eccf2bf1056a28fd897e617a8620cee17685ad9fa3c9985aa5a22265fd294c48298faf3d152389a6b28d324644907ede9c8926ef5ef4f0cc695790637 SHA512 c518b42ea4ea7ee47666c6b3208cbfc84a7d7ba21b35b76c0c698215708bd9d7f55604ae4ad2dabcb35da14ae6fb108372ffab0341baa912d9c721a258cacb49 diff --git a/kde-apps/grantlee-editor/grantlee-editor-17.12.2.ebuild b/kde-apps/grantlee-editor/grantlee-editor-17.12.2.ebuild new file mode 100644 index 0000000000..53bf85082a --- /dev/null +++ b/kde-apps/grantlee-editor/grantlee-editor-17.12.2.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Utilities and tools to manage themes in KDE PIM applications" +LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep karchive) + $(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 kio) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep ktexteditor) + $(add_frameworks_dep kwallet) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep akonadi-contacts) + $(add_kdeapps_dep kcontacts) + $(add_kdeapps_dep kmime) + $(add_kdeapps_dep kpimtextedit) + $(add_kdeapps_dep messagelib) + $(add_kdeapps_dep pimcommon) + $(add_qt_dep qtgui) + $(add_qt_dep qtwebengine 'widgets') + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND} + !kde-apps/kaddressbook:4 + !kde-apps/kdepim-common-libs:4 + !kde-apps/kdepim-l10n + !kde-apps/kmail:4 +" diff --git a/kde-apps/grantleetheme/Manifest b/kde-apps/grantleetheme/Manifest new file mode 100644 index 0000000000..c6ccd8a56d --- /dev/null +++ b/kde-apps/grantleetheme/Manifest @@ -0,0 +1 @@ +DIST grantleetheme-17.12.2.tar.xz 51364 BLAKE2B a158ba35094346494ff941384722f4b1b956f38698592fcae4805240d6a98e2bdf83da5d11f8aa2442d5ba8ef241b8a0fc0fe3c0dbb05b7e919b2fce764c629f SHA512 413ce8fbb72c8844f9264111d5a1f93f07dd9d079e41597b932920f9e9e4e0b91522e6462423a8122a5d8de66bbb0882f727d715370f6baa6c91c967c959635a diff --git a/kde-apps/grantleetheme/grantleetheme-17.12.2.ebuild b/kde-apps/grantleetheme/grantleetheme-17.12.2.ebuild new file mode 100644 index 0000000000..605753b034 --- /dev/null +++ b/kde-apps/grantleetheme/grantleetheme-17.12.2.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_TEST="forceoptional" +inherit kde5 + +DESCRIPTION="Library for Grantlee plugins" +LICENSE="GPL-2+ LGPL-2.1+" +KEYWORDS="~amd64 ~x86" +IUSE="" + +COMMON_DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + dev-libs/grantlee:5 +" +DEPEND="${COMMON_DEPEND} + $(add_qt_dep qtnetwork) +" +RDEPEND="${COMMON_DEPEND} + !kde-apps/kdepim-l10n +" + +# fails if package not already installed +RESTRICT+=" test" diff --git a/kde-apps/gwenview/Manifest b/kde-apps/gwenview/Manifest new file mode 100644 index 0000000000..8d782c3bdd --- /dev/null +++ b/kde-apps/gwenview/Manifest @@ -0,0 +1 @@ +DIST gwenview-17.12.2.tar.xz 6021616 BLAKE2B 7171c9dde6094b5a36a19e4199901c71da62244e6cf4eb36f43aaf9e8f68c3729879ee770d73711fa971f626a28e712882ab0662d0bc711aba7a53be63f5cedb SHA512 d6fca3dc4435f2bcd77ad8428edbee022af88a6a2d959f5b142ab91e0ed2514b51ba34dc214f808bdf44dc0e3c2eb4992f1918499f36b194eca6b78dc5b4b1ea diff --git a/kde-apps/gwenview/gwenview-17.12.2.ebuild b/kde-apps/gwenview/gwenview-17.12.2.ebuild new file mode 100644 index 0000000000..87a4835bbc --- /dev/null +++ b/kde-apps/gwenview/gwenview-17.12.2.ebuild @@ -0,0 +1,99 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="true" +KDE_TEST="true" +inherit kde5 + +DESCRIPTION="KDE image viewer" +HOMEPAGE=" + https://www.kde.org/applications/graphics/gwenview/ + https://userbase.kde.org/Gwenview +" + +LICENSE="GPL-2+ handbook? ( FDL-1.2 )" +KEYWORDS="~amd64 ~x86" +IUSE="fits kipi raw semantic-desktop X" + +# requires running environment +RESTRICT+=" test" + +COMMON_DEPEND=" + $(add_frameworks_dep kactivities) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kitemmodels) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep kjobwidgets) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep kparts) + $(add_frameworks_dep kservice) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_frameworks_dep solid) + $(add_qt_dep qtgui) + $(add_qt_dep qtopengl) + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) + media-gfx/exiv2:= + media-libs/lcms:2 + media-libs/libpng:0= + media-libs/phonon[qt5(+)] + virtual/jpeg:0 + fits? ( sci-libs/cfitsio ) + kipi? ( $(add_kdeapps_dep libkipi '' '' '5=') ) + raw? ( $(add_kdeapps_dep libkdcraw) ) + semantic-desktop? ( + $(add_frameworks_dep baloo) + $(add_frameworks_dep kfilemetadata) + ) + X? ( + $(add_qt_dep qtx11extras) + x11-libs/libX11 + ) +" +DEPEND="${COMMON_DEPEND} + $(add_frameworks_dep kwindowsystem) + $(add_qt_dep qtconcurrent) +" +RDEPEND="${COMMON_DEPEND} + $(add_frameworks_dep kimageformats) + $(add_qt_dep qtimageformats) +" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package fits CFitsio) + $(cmake-utils_use_find_package kipi KF5Kipi) + $(cmake-utils_use_find_package raw KF5KDcraw) + $(cmake-utils_use_find_package X X11) + ) + + if use semantic-desktop; then + mycmakeargs+=(-DGWENVIEW_SEMANTICINFO_BACKEND=Baloo) + else + mycmakeargs+=(-DGWENVIEW_SEMANTICINFO_BACKEND=None) + fi + + kde5_src_configure +} + +pkg_postinst() { + kde5_pkg_postinst + + if ! has_version kde-apps/svgpart:${SLOT} ; then + elog "For SVG support, install kde-apps/svgpart:${SLOT}" + fi + + if use kipi && ! has_version media-plugins/kipi-plugins ; then + elog "Plugins for the KIPI interface can be found in media-plugins/kipi-plugins" + fi +} diff --git a/kde-apps/incidenceeditor/Manifest b/kde-apps/incidenceeditor/Manifest new file mode 100644 index 0000000000..edadb8b979 --- /dev/null +++ b/kde-apps/incidenceeditor/Manifest @@ -0,0 +1 @@ +DIST incidenceeditor-17.12.2.tar.xz 517448 BLAKE2B 21ed469738f19c48f0cf7f67deb13167dd6e0c66b706eaf8a4a02028d4d9d89d5947b9e7c7ec1c66d40e87f1f1d9559ab44d11e16a67c6637d642d9f5fd76d1b SHA512 8fbc7b92ed991e9b2cdcc7c984cc635df7f524cbd875b8b0c20dabd791aa32a33f12d4850e4bf0cbfa9e39123c4e2dff46707248e9a233616a5c20f8f1f7c6f7 diff --git a/kde-apps/incidenceeditor/incidenceeditor-17.12.2.ebuild b/kde-apps/incidenceeditor/incidenceeditor-17.12.2.ebuild new file mode 100644 index 0000000000..8cdf4d1b3d --- /dev/null +++ b/kde-apps/incidenceeditor/incidenceeditor-17.12.2.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_TEST="true" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Incidence editor for korganizer" +LICENSE="GPL-2+" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kitemmodels) + $(add_frameworks_dep kjobwidgets) + $(add_frameworks_dep kservice) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep akonadi) + $(add_kdeapps_dep akonadi-calendar) + $(add_kdeapps_dep akonadi-contacts) + $(add_kdeapps_dep akonadi-mime) + $(add_kdeapps_dep calendarsupport) + $(add_kdeapps_dep eventviews) + $(add_kdeapps_dep kcalcore) + $(add_kdeapps_dep kcalutils) + $(add_kdeapps_dep kcontacts) + $(add_kdeapps_dep kdepim-apps-libs) + $(add_kdeapps_dep kidentitymanagement) + $(add_kdeapps_dep kldap) + $(add_kdeapps_dep kmailtransport) + $(add_kdeapps_dep kmime) + $(add_kdeapps_dep libkdepim) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + dev-libs/kdiagram:5 +" +RDEPEND="${DEPEND} + !kde-apps/kdepim-common-libs:4 + !kde-apps/kdepim-l10n +" diff --git a/kde-apps/juk/Manifest b/kde-apps/juk/Manifest new file mode 100644 index 0000000000..5742eb392f --- /dev/null +++ b/kde-apps/juk/Manifest @@ -0,0 +1 @@ +DIST juk-17.12.2.tar.xz 1868172 BLAKE2B cf9a48494a5d32f55d2da252ec8a6d81a6445628c2769c67964ab326072bf5f49fc1926601cd314b3af8224be265dbc2f1d22987f3057298f58e267bb4dbc194 SHA512 32f35ba5d1f7bc0d38555ab5a1da3deda0055e96ec2ca993f18f5339b3e231d903fa73d1a26a72413a159708cd08575b111bae8046603672f80f20678c36a362 diff --git a/kde-apps/juk/juk-17.12.2.ebuild b/kde-apps/juk/juk-17.12.2.ebuild new file mode 100644 index 0000000000..b5a9daf6e7 --- /dev/null +++ b/kde-apps/juk/juk-17.12.2.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +KDE_TEST="forceoptional" +inherit kde5 + +DESCRIPTION="Jukebox and music manager by KDE" +HOMEPAGE="https://www.kde.org/applications/multimedia/juk/" + +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kglobalaccel) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kjobwidgets) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwallet) + $(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 qtsvg) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + media-libs/phonon[qt5(+)] + >=media-libs/taglib-1.6 +" +RDEPEND="${DEPEND} + !kde-apps/kde4-l10n +" diff --git a/kde-apps/k3b/Manifest b/kde-apps/k3b/Manifest new file mode 100644 index 0000000000..dfbde351ba --- /dev/null +++ b/kde-apps/k3b/Manifest @@ -0,0 +1 @@ +DIST k3b-17.12.2.tar.xz 10574600 BLAKE2B 9eed0034872b3509510cfa78e7f3e8fe2bfbed0004568e2c80a18972d02c255b1f5e287202e7fabbd24a6f0e43f60042b19042485e75b1c40a42d88b49a587ee SHA512 2e1de62fab8e1e702b9a7c3431e44c2809376a329ba9236e056336d26c885b37e956059375d5f26f1b5c94093ccca80524d497a4b0328f277204293461b249de diff --git a/kde-apps/k3b/k3b-17.12.2.ebuild b/kde-apps/k3b/k3b-17.12.2.ebuild new file mode 100644 index 0000000000..33ccd3437b --- /dev/null +++ b/kde-apps/k3b/k3b-17.12.2.ebuild @@ -0,0 +1,121 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +KDE_TEST="true" +inherit kde5 + +DESCRIPTION="Full-featured burning and ripping application based on KDE Frameworks" +HOMEPAGE="https://userbase.kde.org/K3b" + +LICENSE="GPL-2 FDL-1.2" +KEYWORDS="~amd64 ~x86" +IUSE="dvd emovix encode ffmpeg flac libav mad mp3 musepack sndfile sox taglib vcd vorbis webkit" + +DEPEND=" + $(add_frameworks_dep karchive) + $(add_frameworks_dep kbookmarks) + $(add_frameworks_dep kcmutils) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kfilemetadata 'taglib?') + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kjobwidgets) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep knotifyconfig) + $(add_frameworks_dep kservice) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_frameworks_dep solid) + $(add_kdeapps_dep libkcddb) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + media-libs/libsamplerate + dvd? ( media-libs/libdvdread ) + ffmpeg? ( + libav? ( media-video/libav:= ) + !libav? ( media-video/ffmpeg:0= ) + ) + flac? ( >=media-libs/flac-1.2[cxx] ) + mp3? ( media-sound/lame ) + mad? ( media-libs/libmad ) + musepack? ( >=media-sound/musepack-tools-444 ) + sndfile? ( media-libs/libsndfile ) + taglib? ( >=media-libs/taglib-1.5 ) + vorbis? ( + media-libs/libogg + media-libs/libvorbis + ) + webkit? ( $(add_qt_dep qtwebkit) ) +" +RDEPEND="${DEPEND} + app-cdr/cdrdao + dev-libs/libburn + media-sound/cdparanoia + virtual/cdrtools + dvd? ( + >=app-cdr/dvd+rw-tools-7 + encode? ( media-video/transcode[dvd] ) + ) + emovix? ( media-video/emovix ) + sox? ( media-sound/sox ) + vcd? ( media-video/vcdimager ) +" + +REQUIRED_USE=" + flac? ( taglib ) + mp3? ( encode taglib ) + sox? ( encode taglib ) +" + +DOCS+=( ChangeLog {FAQ,PERMISSIONS,README}.txt ) + +src_configure() { + local mycmakeargs=( + -DK3B_BUILD_API_DOCS=OFF + -DK3B_BUILD_WAVE_DECODER_PLUGIN=ON + -DK3B_ENABLE_HAL_SUPPORT=OFF + -DK3B_ENABLE_MUSICBRAINZ=OFF + -DK3B_DEBUG=$(usex debug) + -DK3B_ENABLE_DVD_RIPPING=$(usex dvd) + -DK3B_BUILD_EXTERNAL_ENCODER_PLUGIN=$(usex encode) + -DK3B_BUILD_FFMPEG_DECODER_PLUGIN=$(usex ffmpeg) + -DK3B_BUILD_FLAC_DECODER_PLUGIN=$(usex flac) + -DK3B_BUILD_LAME_ENCODER_PLUGIN=$(usex mp3) + -DK3B_BUILD_MAD_DECODER_PLUGIN=$(usex mad) + -DK3B_BUILD_MUSE_DECODER_PLUGIN=$(usex musepack) + -DK3B_BUILD_SNDFILE_DECODER_PLUGIN=$(usex sndfile) + -DK3B_BUILD_SOX_ENCODER_PLUGIN=$(usex sox) + -DK3B_ENABLE_TAGLIB=$(usex taglib) + -DK3B_BUILD_OGGVORBIS_DECODER_PLUGIN=$(usex vorbis) + -DK3B_BUILD_OGGVORBIS_ENCODER_PLUGIN=$(usex vorbis) + $(cmake-utils_use_find_package webkit Qt5WebKitWidgets) + ) + + kde5_src_configure +} + +pkg_postinst() { + kde5_pkg_postinst + + echo + elog "If you get warnings on start-up, uncheck the \"Check system" + elog "configuration\" option in the \"Misc\" settings window." + echo + + local group=cdrom + use kernel_linux || group=operator + elog "Make sure you have proper read/write permissions on optical device(s)." + elog "Usually, it is sufficient to be in the ${group} group." + echo +} diff --git a/kde-apps/kaccounts-integration/Manifest b/kde-apps/kaccounts-integration/Manifest new file mode 100644 index 0000000000..8ab3bc374b --- /dev/null +++ b/kde-apps/kaccounts-integration/Manifest @@ -0,0 +1 @@ +DIST kaccounts-integration-17.12.2.tar.xz 70836 BLAKE2B eeb341e7ff1ad2035cd3df6ef3acd11fbf8cda9b423cd675f89acd0848b5ba20fc0a03e822a6256fc4dfc74796aa28428ae07ce553c69c7c54b2777e7173fcac SHA512 82146501a44c0e1974d17fd1cfb9b8b6337cf76c2606b40ef90770668b471384562e58e82f1a8e09f24043a123cbd2617e53cf9ff600c92c8da883134ad29436 diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-17.12.2.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-17.12.2.ebuild new file mode 100644 index 0000000000..d30f9c20dd --- /dev/null +++ b/kde-apps/kaccounts-integration/kaccounts-integration-17.12.2.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_TEST="forceoptional" +VIRTUALDBUS_TEST="true" +inherit kde5 + +DESCRIPTION="Administer web accounts for the sites and services across the Plasma desktop" +HOMEPAGE="https://community.kde.org/KTp" +LICENSE="LGPL-2.1" + +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +RDEPEND=" + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kdeclarative) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kwidgetsaddons) + $(add_qt_dep qtdbus) + $(add_qt_dep qtdeclarative) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + net-libs/accounts-qt + >=net-libs/libaccounts-glib-1.21 + net-libs/signond +" +DEPEND="${RDEPEND} + $(add_frameworks_dep kcmutils) + $(add_plasma_dep kde-cli-tools) + sys-devel/gettext +" + +# bug #549444 +RESTRICT+=" test" diff --git a/kde-apps/kaccounts-providers/Manifest b/kde-apps/kaccounts-providers/Manifest new file mode 100644 index 0000000000..9b4d5f0d86 --- /dev/null +++ b/kde-apps/kaccounts-providers/Manifest @@ -0,0 +1 @@ +DIST kaccounts-providers-17.12.2.tar.xz 31768 BLAKE2B 67fce76be123d8f6af203d65ad19274304a60114d87f9962d7bc18574b1a2f31ce4f6a92414a145532cd480e0eaec6662d6eb4741d99f5ab5b04ef6c6b2df47c SHA512 55b53b458689f4805ef393cc55b88b8a3c4b5472c78820d80aad7e5bc68e845476126610e93542b82faee447ae862f2b194554dc56cd6b44d19ef9721a8f6082 diff --git a/kde-apps/kaccounts-providers/kaccounts-providers-17.12.2.ebuild b/kde-apps/kaccounts-providers/kaccounts-providers-17.12.2.ebuild new file mode 100644 index 0000000000..da4738ab4d --- /dev/null +++ b/kde-apps/kaccounts-providers/kaccounts-providers-17.12.2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit kde5 + +DESCRIPTION="KDE accounts providers" +HOMEPAGE="https://community.kde.org/KTp" +LICENSE="LGPL-2.1" + +KEYWORDS="~amd64 ~x86" +IUSE="" + +COMMON_DEPEND=" + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdeclarative) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kpackage) + $(add_kdeapps_dep kaccounts-integration) + $(add_qt_dep qtdeclarative) + $(add_qt_dep qtgui) + $(add_qt_dep qtxml) +" +DEPEND="${COMMON_DEPEND} + dev-util/intltool +" +RDEPEND="${COMMON_DEPEND} + net-libs/signon-ui + net-libs/signon-oauth2 +" diff --git a/kde-apps/kaddressbook/Manifest b/kde-apps/kaddressbook/Manifest new file mode 100644 index 0000000000..2b2bca8fb3 --- /dev/null +++ b/kde-apps/kaddressbook/Manifest @@ -0,0 +1 @@ +DIST kaddressbook-17.12.2.tar.xz 544348 BLAKE2B 2d2415f6847a26922dbd7bfdcb11cf8504b6b59b7bfe1cd64d0be02cdeae36ad5e5a3e5a7e54ebd730d0fa03ad0aa79da018f0d175c98e28640ceebd24b42dbc SHA512 f771c78939afa8a39144fd82ddf6c114b601584edf2f960d14d99f10b75f5a9a4e27957437ad23e5ff65119111afdd1c9b135cc852f3dc072bf01caac4dbbaf2 diff --git a/kde-apps/kaddressbook/kaddressbook-17.12.2.ebuild b/kde-apps/kaddressbook/kaddressbook-17.12.2.ebuild new file mode 100644 index 0000000000..23715c549f --- /dev/null +++ b/kde-apps/kaddressbook/kaddressbook-17.12.2.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" # FIXME: Check back for doc in release +KDE_TEST="forceoptional-recursive" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Address book application based on KDE Frameworks" +HOMEPAGE="https://www.kde.org/applications/office/kaddressbook/" +LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" +KEYWORDS="~amd64 ~x86" + +IUSE="" + +COMMON_DEPEND=" + $(add_frameworks_dep kcmutils) + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kitemmodels) + $(add_frameworks_dep kjobwidgets) + $(add_frameworks_dep kparts) + $(add_frameworks_dep kservice) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_frameworks_dep prison) + $(add_kdeapps_dep akonadi) + $(add_kdeapps_dep akonadi-contacts) + $(add_kdeapps_dep akonadi-search) + $(add_kdeapps_dep grantleetheme) + $(add_kdeapps_dep kcontacts) + $(add_kdeapps_dep kdepim-apps-libs) + $(add_kdeapps_dep kontactinterface) + $(add_kdeapps_dep libgravatar) + $(add_kdeapps_dep libkdepim) + $(add_kdeapps_dep libkleo) + $(add_kdeapps_dep pimcommon) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtwidgets) + >=app-crypt/gpgme-1.7.1[cxx,qt5] + dev-libs/grantlee:5 +" +DEPEND="${COMMON_DEPEND} + test? ( $(add_kdeapps_dep akonadi 'sqlite,tools') ) +" +RDEPEND="${COMMON_DEPEND} + !kde-apps/kdepim-l10n + $(add_kdeapps_dep kdepim-runtime) +" diff --git a/kde-apps/kajongg/Manifest b/kde-apps/kajongg/Manifest new file mode 100644 index 0000000000..7260c1f0bb --- /dev/null +++ b/kde-apps/kajongg/Manifest @@ -0,0 +1 @@ +DIST kajongg-17.12.2.tar.xz 4238932 BLAKE2B 94ffebef2b67c08e79f8c6f6eaeb9406e07e86bae7bb535ed639af69c1a8c2e430bb6474771177a99bc4062c0dc0bb369ee373184eb9f470c8a32456ce2050cf SHA512 63cb6286320c138da0e2a851af683012038d4cc78ee870f5cafa97da99ace968b695a9e8c8ca8f51eb16099fa7b94bcd30895b4f3c0af32358719e6b220bb946 diff --git a/kde-apps/kajongg/kajongg-17.12.2.ebuild b/kde-apps/kajongg/kajongg-17.12.2.ebuild new file mode 100644 index 0000000000..1c531f3048 --- /dev/null +++ b/kde-apps/kajongg/kajongg-17.12.2.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_AUTODEPS="false" +KDE_HANDBOOK="forceoptional" +PYTHON_COMPAT=( python3_{5,6} ) +inherit python-single-r1 kde5 + +DESCRIPTION="Classical Mah Jongg for four players" +HOMEPAGE="https://www.kde.org/applications/games/kajongg/" +KEYWORDS="~amd64 ~x86" +IUSE="" + +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +DEPEND="${PYTHON_DEPS} + $(add_frameworks_dep extra-cmake-modules) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep ki18n) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtcore) + $(add_qt_dep qtgui) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) + dev-db/sqlite:3 + dev-python/PyQt5[gui,svg,widgets,${PYTHON_USEDEP}] + >=dev-python/twisted-16.6.0[${PYTHON_USEDEP}] +" +RDEPEND="${DEPEND} + $(add_kdeapps_dep libkmahjongg) + !kde-apps/kajongg:4 + !<kde-apps/kde4-l10n-17.03.90:4 +" + +pkg_setup() { + python-single-r1_pkg_setup + kde5_pkg_setup +} + +src_prepare() { + python_fix_shebang src + kde5_src_prepare + sed -i -e "/KDE_ADD_PYTHON_EXECUTABLE/s/^/#DONT/" CMakeLists.txt || die +} + +src_install() { + kde5_src_install + dosym ../share/kajongg/kajongg.py /usr/bin/kajongg + dosym ../share/kajongg/kajonggserver.py /usr/bin/kajonggserver + fperms a+x /usr/share/kajongg/kajongg{,server}.py +} diff --git a/kde-apps/kalarm/Manifest b/kde-apps/kalarm/Manifest new file mode 100644 index 0000000000..16ce4a7454 --- /dev/null +++ b/kde-apps/kalarm/Manifest @@ -0,0 +1 @@ +DIST kalarm-17.12.2.tar.xz 1798216 BLAKE2B eca01ba5a8cb2bf8da2999b328229c398649a95a2c0f2e098622642307715677b1aad8c910593b484291d63b2fb5ab1feaa7ee6eee623d5a6a9ecc58951b0074 SHA512 f21a7ef086339d5a66bbad73faf8fc81e4068ec8cde64846cafe02440a52b290c2a472dbdfc9714f55b2a724eb300afe6d832033e22f00aa52b2694b2fe4da93 diff --git a/kde-apps/kalarm/kalarm-17.12.2.ebuild b/kde-apps/kalarm/kalarm-17.12.2.ebuild new file mode 100644 index 0000000000..dd0bc7c1fc --- /dev/null +++ b/kde-apps/kalarm/kalarm-17.12.2.ebuild @@ -0,0 +1,77 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Application to manage alarms and other timer based alerts for the desktop" +HOMEPAGE+=" https://userbase.kde.org/KAlarm" +LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" +KEYWORDS="~amd64 ~x86" +IUSE="X" + +DEPEND=" + $(add_frameworks_dep kauth) + $(add_frameworks_dep kcmutils) + $(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 kdelibs4support) + $(add_frameworks_dep kguiaddons) + $(add_frameworks_dep kholidays) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kitemmodels) + $(add_frameworks_dep kjobwidgets) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep kservice) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep akonadi) + $(add_kdeapps_dep akonadi-contacts) + $(add_kdeapps_dep akonadi-mime) + $(add_kdeapps_dep kalarmcal) + $(add_kdeapps_dep kcalcore) + $(add_kdeapps_dep kcalutils) + $(add_kdeapps_dep kcontacts) + $(add_kdeapps_dep kdepim-apps-libs) + $(add_kdeapps_dep kidentitymanagement) + $(add_kdeapps_dep kmailtransport) + $(add_kdeapps_dep kmime) + $(add_kdeapps_dep kontactinterface) + $(add_kdeapps_dep kpimtextedit) + $(add_kdeapps_dep libkdepim) + $(add_kdeapps_dep mailcommon) + $(add_kdeapps_dep pimcommon) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtwidgets) + dev-libs/libxslt + media-libs/phonon[qt5(+)] + X? ( + $(add_qt_dep qtx11extras) + x11-libs/libX11 + ) +" +RDEPEND="${DEPEND} + !kde-apps/kdepim-l10n + $(add_kdeapps_dep kdepim-runtime) +" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package X Qt5X11Extras) + $(cmake-utils_use_find_package X X11) + ) + + kde5_src_configure +} diff --git a/kde-apps/kalarmcal/Manifest b/kde-apps/kalarmcal/Manifest new file mode 100644 index 0000000000..12277e45c9 --- /dev/null +++ b/kde-apps/kalarmcal/Manifest @@ -0,0 +1 @@ +DIST kalarmcal-17.12.2.tar.xz 495016 BLAKE2B 71d17b4e19800e130810bfc013f113dd8b67beebd0ec66c9342214cf07a306d679c55aa7e8b23bb94f334db5a978dfba90cd6566c024c42abdb553922d171bbf SHA512 c3946dde1609e8925c4bcfbfb3403e2e536eb84724dd5007d8d0ef14210c14e7aaadd6349117d55a57d522904b90413052200790d060553058684f0c2f01c5b4 diff --git a/kde-apps/kalarmcal/kalarmcal-17.12.2.ebuild b/kde-apps/kalarmcal/kalarmcal-17.12.2.ebuild new file mode 100644 index 0000000000..9a1da8232f --- /dev/null +++ b/kde-apps/kalarmcal/kalarmcal-17.12.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit kde5 + +DESCRIPTION="Client library to access and handling of KAlarm calendar data" +LICENSE="GPL-2+ LGPL-2.1+" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep kholidays) + $(add_frameworks_dep ki18n) + $(add_kdeapps_dep akonadi) + $(add_kdeapps_dep kcalcore) + $(add_kdeapps_dep kidentitymanagement) + $(add_qt_dep qtgui) +" +RDEPEND="${DEPEND} + !kde-apps/kdepim-l10n +" diff --git a/kde-apps/kalgebra/Manifest b/kde-apps/kalgebra/Manifest new file mode 100644 index 0000000000..d6fc22d23d --- /dev/null +++ b/kde-apps/kalgebra/Manifest @@ -0,0 +1 @@ +DIST kalgebra-17.12.2.tar.xz 690452 BLAKE2B 9e61684e083adcd024404e669525ef2464da88ee433223086142e1bf1cda4b0a56e6a59b05a7b48dd25b82d2b9661f18b45b090714648870b5c2b4facd67dca3 SHA512 28263c27a8f26c880237ab0fabc103dd4810e1bd42ce28a5890319105178289c96579dd15c6ef511b60860ebea5f8080bc5a5c0d3984fe3976375abbfc839fc7 diff --git a/kde-apps/kalgebra/kalgebra-17.12.2.ebuild b/kde-apps/kalgebra/kalgebra-17.12.2.ebuild new file mode 100644 index 0000000000..8cdb5cfa3a --- /dev/null +++ b/kde-apps/kalgebra/kalgebra-17.12.2.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="optional" +inherit kde5 + +DESCRIPTION="MathML-based graph calculator by KDE" +HOMEPAGE="https://www.kde.org/applications/education/kalgebra https://edu.kde.org/kalgebra/" +KEYWORDS="~amd64 ~x86" +IUSE="readline" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep analitza) + $(add_qt_dep qtdeclarative) + $(add_qt_dep qtgui) + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtwebengine 'widgets') + $(add_qt_dep qtwidgets) + readline? ( sys-libs/readline:0= ) +" +RDEPEND="${DEPEND} + $(add_frameworks_dep kirigami) + $(add_qt_dep qtquickcontrols) + !kde-apps/analitza:4 +" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package readline Readline) + ) + + kde5_src_configure +} diff --git a/kde-apps/kalzium/Manifest b/kde-apps/kalzium/Manifest new file mode 100644 index 0000000000..c2779ad41d --- /dev/null +++ b/kde-apps/kalzium/Manifest @@ -0,0 +1 @@ +DIST kalzium-17.12.2.tar.xz 24448980 BLAKE2B 649388a6135c4e4584838bdf28639dc426e3255990bb8139c45d6bedfe9e5fed40eb3440acc6641cf720157c4cdf9ce8559e94169463524f6d0847d582dc6bcf SHA512 2f2c4ed44cd0302b63819a4b6ec0ec15038aae74f825b30ae84ccb15eb593380b77a6de84a11d94dd20ae9e66225ad977e8d127b3c120bcaa02950ffe62737c7 diff --git a/kde-apps/kalzium/kalzium-17.12.2.ebuild b/kde-apps/kalzium/kalzium-17.12.2.ebuild new file mode 100644 index 0000000000..18d7618887 --- /dev/null +++ b/kde-apps/kalzium/kalzium-17.12.2.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 flag-o-matic + +DESCRIPTION="Periodic table of the elements" +HOMEPAGE="https://www.kde.org/applications/education/kalzium https://edu.kde.org/kalzium/" +KEYWORDS="~amd64 ~x86" +IUSE="editor solver" + +DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep khtml) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep kplotting) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kunitconversion) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtgui) + $(add_qt_dep qtscript) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + editor? ( + $(add_frameworks_dep knewstuff) + dev-cpp/eigen:3 + sci-chemistry/openbabel + sci-libs/avogadrolibs + ) + solver? ( dev-ml/facile[ocamlopt] ) +" +RDEPEND="${DEPEND} + sci-chemistry/chemical-mime-data +" + +src_configure(){ + # Fix missing finite() + [[ ${CHOST} == *-solaris* ]] && append-cppflags -DHAVE_IEEEFP_H + + local mycmakeargs=( + $(cmake-utils_use_find_package editor Eigen3) + $(cmake-utils_use_find_package editor AvogadroLibs) + $(cmake-utils_use_find_package editor OpenBabel2) + $(cmake-utils_use_find_package solver OCaml) + $(cmake-utils_use_find_package solver Libfacile) + ) + + kde5_src_configure +} diff --git a/kde-apps/kamera/Manifest b/kde-apps/kamera/Manifest new file mode 100644 index 0000000000..3ea3e23e47 --- /dev/null +++ b/kde-apps/kamera/Manifest @@ -0,0 +1 @@ +DIST kamera-17.12.2.tar.xz 96720 BLAKE2B c2cb98877fd987acb089e158e60fe8e9b1f743fd751031459590426f428dc260eac5f14eb55a62ab479becd8b32aaf95b884cd381a2604a55eb84347f7d74512 SHA512 89f37d990f7d2b784737abb8acb4c373e2e6d560c242dee8fd70e75e67f46176a453ce49e101cf9e335818d17c847bfd4ea9940eb068493a60159bff37b08053 diff --git a/kde-apps/kamera/kamera-17.12.2.ebuild b/kde-apps/kamera/kamera-17.12.2.ebuild new file mode 100644 index 0000000000..8e527cf2d8 --- /dev/null +++ b/kde-apps/kamera/kamera-17.12.2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Plasma integration for gphoto2 cameras" +LICENSE="GPL-2+ handbook? ( FDL-1.2 )" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kxmlgui) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kwidgetsaddons) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + media-libs/libgphoto2:= +" +DEPEND="${RDEPEND} + sys-devel/gettext +" diff --git a/kde-apps/kanagram/Manifest b/kde-apps/kanagram/Manifest new file mode 100644 index 0000000000..99eeb22237 --- /dev/null +++ b/kde-apps/kanagram/Manifest @@ -0,0 +1 @@ +DIST kanagram-17.12.2.tar.xz 7523528 BLAKE2B 624bc7733fb6075c841cff60ecf19bdc89d4c61429a9598d4f2f512a03f1707367789e769c389229ce300b996c86d8ed85f25bbac33f9f1050e4ecf4885a573e SHA512 3de3df86c5f2b7c4a1590e9c3cb16509b5ef4f36e63981e1842c30e8034d34cac5626eb8ac00d3c8137a90975f64c14bc69dc6bf53551faf94d7e7991d3e5fe4 diff --git a/kde-apps/kanagram/kanagram-17.12.2.ebuild b/kde-apps/kanagram/kanagram-17.12.2.ebuild new file mode 100644 index 0000000000..9899faffa5 --- /dev/null +++ b/kde-apps/kanagram/kanagram-17.12.2.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="true" +inherit kde5 + +DESCRIPTION="Game based on anagrams of words" +HOMEPAGE="https://www.kde.org/applications/education/kanagram https://edu.kde.org/kanagram/" +KEYWORDS="~amd64 ~x86" +IUSE="speech" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdeclarative) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_frameworks_dep sonnet) + $(add_kdeapps_dep libkeduvocdocument) + $(add_qt_dep qtdeclarative) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + media-libs/phonon[qt5(+)] + speech? ( $(add_qt_dep qtspeech) ) +" +RDEPEND="${DEPEND} + $(add_kdeapps_dep kdeedu-data) + $(add_qt_dep qtmultimedia 'qml') + $(add_qt_dep qtquickcontrols) +" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package speech Qt5TextToSpeech) + ) + + kde5_src_configure +} diff --git a/kde-apps/kapman/Manifest b/kde-apps/kapman/Manifest new file mode 100644 index 0000000000..19f9c7ddc6 --- /dev/null +++ b/kde-apps/kapman/Manifest @@ -0,0 +1 @@ +DIST kapman-17.12.2.tar.xz 2525224 BLAKE2B a580bfc2dfd3a3deeeeea77194a169e934097e00f70797a4c0d34e201c2d1b54f56059875ca975e6fc57c551f8671123d96bcde0192ab951aeba3ef13800495e SHA512 718f4ed82d71be259cc07f0b0001004e28880db6b0cc1a3931f641653a318d289b6b70687ff8a9815baa20181553d8713eb2f800dc462f116fa8ec831dcb964b diff --git a/kde-apps/kapman/kapman-17.12.2.ebuild b/kde-apps/kapman/kapman-17.12.2.ebuild new file mode 100644 index 0000000000..1bb9a2b6f7 --- /dev/null +++ b/kde-apps/kapman/kapman-17.12.2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Pac-Man clone by KDE" +HOMEPAGE="https://www.kde.org/applications/games/kapman/" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(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 kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtgui) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/kapptemplate/Manifest b/kde-apps/kapptemplate/Manifest new file mode 100644 index 0000000000..4873344da9 --- /dev/null +++ b/kde-apps/kapptemplate/Manifest @@ -0,0 +1 @@ +DIST kapptemplate-17.12.2.tar.xz 352476 BLAKE2B 132f2e71e0d657a11f9819d9956f5b9f33d5105d6a46762014be205b70044fe23821b5cd60a583932e1213545fd0c9d4f50c795b333824d609e2449dd3047880 SHA512 59b7c133c4025a17e8fd52bc13d22739e9572fe5f942bf3e17024c6028c6e5910c11f314f3d024ea91e00ff3843cfb0bf49e25b47b8dab5070fff9e6ddc7f801 diff --git a/kde-apps/kapptemplate/kapptemplate-17.12.2.ebuild b/kde-apps/kapptemplate/kapptemplate-17.12.2.ebuild new file mode 100644 index 0000000000..a1bbc2a3c3 --- /dev/null +++ b/kde-apps/kapptemplate/kapptemplate-17.12.2.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +KDE_TEST="forceoptional" +inherit kde5 + +DESCRIPTION="A shell script to create the necessary framework to develop KDE applications" +HOMEPAGE="https://www.kde.org/applications/development/kapptemplate" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep karchive) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kwidgetsaddons) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/kate/Manifest b/kde-apps/kate/Manifest new file mode 100644 index 0000000000..69d7544741 --- /dev/null +++ b/kde-apps/kate/Manifest @@ -0,0 +1 @@ +DIST kate-17.12.2.tar.xz 5630528 BLAKE2B 29e0cfe6b25aef849f03e2a87bbdef4e64b1a9ee7ec3550c5257a6902e7fffd0f011ed08a89457f8215750ce8ec22c00b203734161902ee7a75a77fc349f6768 SHA512 cb71a569e4bd04c9ca1aeed81a7261b3838bf78d6bd731e31163f1eb254d81e78b13889d2118483de0d9cae6a92ebbc4e4dec9f3c62e29444ac1c3fd8dc7efe1 diff --git a/kde-apps/kate/kate-17.12.2.ebuild b/kde-apps/kate/kate-17.12.2.ebuild new file mode 100644 index 0000000000..490ab95c91 --- /dev/null +++ b/kde-apps/kate/kate-17.12.2.ebuild @@ -0,0 +1,77 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="optional" +KDE_TEST="true" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Kate is an advanced text editor" +HOMEPAGE="https://www.kde.org/applications/utilities/kate https://kate-editor.org/" +KEYWORDS="~amd64 ~x86" +IUSE="+addons" + +DEPEND=" + $(add_frameworks_dep kactivities) + $(add_frameworks_dep kcodecs) + $(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 kguiaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kitemmodels) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep kjobwidgets) + $(add_frameworks_dep kparts) + $(add_frameworks_dep kservice) + $(add_frameworks_dep ktexteditor) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtscript) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + addons? ( + $(add_frameworks_dep kbookmarks) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep kwallet) + $(add_frameworks_dep plasma) + $(add_frameworks_dep threadweaver) + $(add_qt_dep qtsql) + ) +" +RDEPEND="${DEPEND} + !kde-misc/ktexteditorpreviewplugin +" + +PATCHES=( "${FILESDIR}/${PN}-17.12.1-deps.patch" ) + +src_prepare() { + kde5_src_prepare + # test hangs + sed -e "/session_manager_test/d" -i kate/autotests/CMakeLists.txt || die + # delete colliding kwrite translations + if [[ ${KDE_BUILD_TYPE} = release ]]; then + find po -type f -name "*po" -and -name "kwrite*" -delete || die + rm -rf po/*/docs/kwrite || die + fi +} + +src_configure() { + local mycmakeargs=( + -DBUILD_addons=$(usex addons) + -DBUILD_kwrite=FALSE + ) + + kde5_src_configure +} diff --git a/kde-apps/katomic/Manifest b/kde-apps/katomic/Manifest new file mode 100644 index 0000000000..4bbac174b5 --- /dev/null +++ b/kde-apps/katomic/Manifest @@ -0,0 +1 @@ +DIST katomic-17.12.2.tar.xz 1236112 BLAKE2B 0f54137a64381d00e8c59a2f1d4a11906a7c30bf4dec97fa18e4ec56850f774a5c1b05da22dcbd9a367c8032f75f59f436a7602e0c8f3b43c9a641a07238aa65 SHA512 4d6129fabab44cb9b5eea083e7ba3c406581c3b382fda417aad3988de8321b5a17f5ea8af6fc2437a5eb04f87311b964551e54547edbfb854fd2e19e0658dafd diff --git a/kde-apps/katomic/katomic-17.12.2.ebuild b/kde-apps/katomic/katomic-17.12.2.ebuild new file mode 100644 index 0000000000..8385fb375b --- /dev/null +++ b/kde-apps/katomic/katomic-17.12.2.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +KDE_SELINUX_MODULE="games" +inherit kde5 + +DESCRIPTION="KDE Atomic Entertainment Game" +HOMEPAGE=" + https://www.kde.org/applications/games/katomic/ + https://games.kde.org/game.php?game=katomic +" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/kblackbox/Manifest b/kde-apps/kblackbox/Manifest new file mode 100644 index 0000000000..2cebd83c38 --- /dev/null +++ b/kde-apps/kblackbox/Manifest @@ -0,0 +1 @@ +DIST kblackbox-17.12.2.tar.xz 401664 BLAKE2B a7f4982460c7e96f5ea291102617f60356e1234c83b0bde76d979ef903414bde1b631de7092e06481587cf0dc43a26443f02cfebdd4550b10bdce3203b3ff3f5 SHA512 fe68f2162233f77a734099a4520d53c9a404900076d474ad93f98b3fe1c818ff7e04b8a51530f887cb0565d8032dc7902f91c112a0f8d7ea55a99d803f91eac0 diff --git a/kde-apps/kblackbox/kblackbox-17.12.2.ebuild b/kde-apps/kblackbox/kblackbox-17.12.2.ebuild new file mode 100644 index 0000000000..f595a51a7b --- /dev/null +++ b/kde-apps/kblackbox/kblackbox-17.12.2.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +KDE_SELINUX_MODULE="games" +inherit kde5 + +DESCRIPTION="KDE Blackbox Game" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep karchive) + $(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 ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtgui) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/kblocks/Manifest b/kde-apps/kblocks/Manifest new file mode 100644 index 0000000000..7966b5f7b6 --- /dev/null +++ b/kde-apps/kblocks/Manifest @@ -0,0 +1 @@ +DIST kblocks-17.12.2.tar.xz 1749880 BLAKE2B 8dfc4f1cdb9f2665e4d920f3d5886a29f8426be2e891556dde4dbd208a81618fe1f11c45309eb2d2d96eb8839824b7049a8e1b5f835975d39ba42637cc956eb9 SHA512 6f36b752a4313f8b8345cb54d18e145cf06dbdc00954adfb54831f93643d94e9da130417433aeccfc537d383d60002fc979b2f3b9dd55b7e43808c4e7a760b7f diff --git a/kde-apps/kblocks/kblocks-17.12.2.ebuild b/kde-apps/kblocks/kblocks-17.12.2.ebuild new file mode 100644 index 0000000000..864dc454ad --- /dev/null +++ b/kde-apps/kblocks/kblocks-17.12.2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="A single-player Tetris-like KDE game" +HOMEPAGE="https://www.kde.org/applications/games/kblocks/" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/kblog/Manifest b/kde-apps/kblog/Manifest new file mode 100644 index 0000000000..6ba9a3e145 --- /dev/null +++ b/kde-apps/kblog/Manifest @@ -0,0 +1 @@ +DIST kblog-17.12.2.tar.xz 72416 BLAKE2B 1429ca504277d7d5b355e7e5b267187ee223c26471ff1884b17e0807799cf40923de9dc8f05512752fb2798060d08a36c148277ed8dd1117fd626181a4a9f22e SHA512 3d1605e287e05df9fde39b96b1df224b6ce98272df78b246a40b181a99d848571ca31f907bf5aed799535bb2e82c40ee28cfd0d10d36435b26280a16febacc67 diff --git a/kde-apps/kblog/kblog-17.12.2.ebuild b/kde-apps/kblog/kblog-17.12.2.ebuild new file mode 100644 index 0000000000..52fe4d617e --- /dev/null +++ b/kde-apps/kblog/kblog-17.12.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_TEST="true" +inherit kde5 + +DESCRIPTION="Library providing client-side support for web application remote blogging APIs" +LICENSE="GPL-2+" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kxmlrpcclient) + $(add_kdeapps_dep kcalcore) + $(add_kdeapps_dep syndication) +" +RDEPEND="${DEPEND} + !kde-apps/kdepim-l10n +" diff --git a/kde-apps/kbounce/Manifest b/kde-apps/kbounce/Manifest new file mode 100644 index 0000000000..9ea3a87a00 --- /dev/null +++ b/kde-apps/kbounce/Manifest @@ -0,0 +1 @@ +DIST kbounce-17.12.2.tar.xz 3482356 BLAKE2B b31b4c5dcf5401a7baeb75a558914db10d947bf689397240f65d79a501d76c4aae34335aa545286488df8f1e93644d4e31f923ca282344ce9be44e5ca3d2525c SHA512 d680381f4c63eee640befbca643948f6671b1601e0d2a700b42f366af9cc242f2446d862f43b1876f3c62653863a54aced101f729314240e66454b7cdaba5436 diff --git a/kde-apps/kbounce/kbounce-17.12.2.ebuild b/kde-apps/kbounce/kbounce-17.12.2.ebuild new file mode 100644 index 0000000000..eccbc67cbb --- /dev/null +++ b/kde-apps/kbounce/kbounce-17.12.2.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +KDE_SELINUX_MODULE="games" +inherit kde5 + +DESCRIPTION="KDE Bounce Ball Game" +HOMEPAGE=" + https://www.kde.org/applications/games/kbounce/ + https://games.kde.org/game.php?game=kbounce +" +KEYWORDS="~amd64 ~x86" +IUSE="" + +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 kio) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtgui) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/kbreakout/Manifest b/kde-apps/kbreakout/Manifest new file mode 100644 index 0000000000..ae17536524 --- /dev/null +++ b/kde-apps/kbreakout/Manifest @@ -0,0 +1 @@ +DIST kbreakout-17.12.2.tar.xz 2020784 BLAKE2B 7222ec88ace39aa4d7731ce6814b700f2bd0ef6ea3777cdb932fb383b33a2be18bcb7d053547f944c2070e1b1d29bb173fd67cd7e7e35ec1bd2d889edf44d152 SHA512 d14a0a0493f5f265578c62a403e7f422efcb322e5de2657d1461c027599b13b43e35ef296b29ddcf0db4147caeee70d8f0cbe44dd4141d37d9fc8fdc19f1f5e2 diff --git a/kde-apps/kbreakout/kbreakout-17.12.2.ebuild b/kde-apps/kbreakout/kbreakout-17.12.2.ebuild new file mode 100644 index 0000000000..df3e421e98 --- /dev/null +++ b/kde-apps/kbreakout/kbreakout-17.12.2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Breakout-like game by KDE" +HOMEPAGE=" + https://www.kde.org/applications/games/kbreakout/ + https://games.kde.org/game.php?game=kbreakout +" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(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 kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtdeclarative) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/kbruch/Manifest b/kde-apps/kbruch/Manifest new file mode 100644 index 0000000000..09f75ab5e8 --- /dev/null +++ b/kde-apps/kbruch/Manifest @@ -0,0 +1 @@ +DIST kbruch-17.12.2.tar.xz 5600920 BLAKE2B 83cac10e3052f0bc3eb76da90560127c785ece9bc716ab1b4a5fbc821ad829ca102b00d2a608f04440c38fea12426ccd5ed268ced8f8dd1c6e7ee5f381d8be0a SHA512 fe8d14961034f6f85e568803ce5c12976d5396e8025cd6d53927edc83e10cb4b145fda18793798fcf91b3879aa2f093e41611d569acb709e2e5bcf9a30e43d2d diff --git a/kde-apps/kbruch/kbruch-17.12.2.ebuild b/kde-apps/kbruch/kbruch-17.12.2.ebuild new file mode 100644 index 0000000000..cdaad6a4a6 --- /dev/null +++ b/kde-apps/kbruch/kbruch-17.12.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Educational application to learn calculating with fractions" +HOMEPAGE="https://www.kde.org/applications/education/kbruch https://edu.kde.org/kbruch" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/kcachegrind/Manifest b/kde-apps/kcachegrind/Manifest new file mode 100644 index 0000000000..c17da19775 --- /dev/null +++ b/kde-apps/kcachegrind/Manifest @@ -0,0 +1 @@ +DIST kcachegrind-17.12.2.tar.xz 813840 BLAKE2B 767031e64a0500b6285b8ab860639260470ddebf5002b2a8c70663a7e8f469770db70ffd1a7b7b3254ef880399cb2d751567dededfd0d43f1bbac5addcd65f4f SHA512 572faa3e8228272781e616a8d661f5ff5752547134aabaa85a1898eb314907bd269c574b00dab95f8f7fe7b0ae3cbca6e2885042b16a4e712cc11d533d825dff diff --git a/kde-apps/kcachegrind/kcachegrind-17.12.2.ebuild b/kde-apps/kcachegrind/kcachegrind-17.12.2.ebuild new file mode 100644 index 0000000000..e373c6a3ab --- /dev/null +++ b/kde-apps/kcachegrind/kcachegrind-17.12.2.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Frontend for Cachegrind by KDE" +HOMEPAGE="https://www.kde.org/applications/development/kcachegrind +https://kcachegrind.github.io/html/Home.html" +KEYWORDS="~amd64 ~x86" +IUSE="nls" + +COMMON_DEPEND=" + $(add_frameworks_dep karchive) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kjobwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +DEPEND="${COMMON_DEPEND} + nls? ( $(add_qt_dep linguist-tools) ) +" +RDEPEND="${COMMON_DEPEND} + media-gfx/graphviz + !<kde-apps/kde4-l10n-17.03.90:4 +" diff --git a/kde-apps/kcalc/Manifest b/kde-apps/kcalc/Manifest new file mode 100644 index 0000000000..59739dc99c --- /dev/null +++ b/kde-apps/kcalc/Manifest @@ -0,0 +1 @@ +DIST kcalc-17.12.2.tar.xz 360236 BLAKE2B 7ac51399e963347c414b2bf01b2360d91e1497e2110fe5060c35db0f892d2334b7abac16df4b2544787470780e2bcc0d0b35d9e62a1b94a9febbb7ec1187f36f SHA512 902e64eb0bca993b557be9ca2c4807645913fbbfb8cbd3964df18de84d8a90c62fc0a0dedca10c9aa709bfb82d1be0cbd63087d79be92866947af938feb6d631 diff --git a/kde-apps/kcalc/kcalc-17.12.2.ebuild b/kde-apps/kcalc/kcalc-17.12.2.ebuild new file mode 100644 index 0000000000..2877d5cef5 --- /dev/null +++ b/kde-apps/kcalc/kcalc-17.12.2.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +KDE_TEST="true" +inherit kde5 + +DESCRIPTION="KDE calculator" +HOMEPAGE="https://www.kde.org/applications/utilities/kcalc +https://utils.kde.org/projects/kcalc/" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kguiaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kinit) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + dev-libs/gmp:0= +" +DEPEND="${RDEPEND} + sys-devel/gettext +" diff --git a/kde-apps/kcalcore/Manifest b/kde-apps/kcalcore/Manifest new file mode 100644 index 0000000000..01a571da6b --- /dev/null +++ b/kde-apps/kcalcore/Manifest @@ -0,0 +1 @@ +DIST kcalcore-17.12.2.tar.xz 277480 BLAKE2B e9a2568cda343a73ffb469a1d8b4ac3f8fc19ee9f301fa3e7970fc89b8268011eb4230df124151ad7a95e9a86b5e154d76270b30c95501db5f0910544a84ee0c SHA512 ed9195e902cbeff2d48a013cb4c7cade458109696476496a4f8a7a340016c46c9e90d707292d16dde9d80b19290c6d4562297b71f81a5bfdea0eefe76889943c diff --git a/kde-apps/kcalcore/kcalcore-17.12.2.ebuild b/kde-apps/kcalcore/kcalcore-17.12.2.ebuild new file mode 100644 index 0000000000..88a4662dc2 --- /dev/null +++ b/kde-apps/kcalcore/kcalcore-17.12.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_TEST="true" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Library for handling calendar data" +LICENSE="GPL-2+ test? ( LGPL-3+ )" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + $(add_qt_dep qtgui) + dev-libs/libical:= +" +DEPEND="${RDEPEND} + sys-devel/bison +" + +RESTRICT+=" test" # multiple tests fail or hang indefinitely diff --git a/kde-apps/kcalutils/Manifest b/kde-apps/kcalutils/Manifest new file mode 100644 index 0000000000..ff18158b40 --- /dev/null +++ b/kde-apps/kcalutils/Manifest @@ -0,0 +1 @@ +DIST kcalutils-17.12.2.tar.xz 325048 BLAKE2B 023bd5d6025db6b32f94262f2309833742078e1f5d46b68db74076445a451910bfdb9944d407fb61a19a2c8ef3f4eda2b088a768577d440d9d786659302b8505 SHA512 51f5b1fa076360c6b6ffd30af4a94970905cc14d5c23017ba4a163cdd1e27d762674403d2b78473cdb4c671a8190e0e4f8f5003d687fb873b7e4f5abbd2d3d7a diff --git a/kde-apps/kcalutils/kcalutils-17.12.2.ebuild b/kde-apps/kcalutils/kcalutils-17.12.2.ebuild new file mode 100644 index 0000000000..5d61e1ec29 --- /dev/null +++ b/kde-apps/kcalutils/kcalutils-17.12.2.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_TEST="true" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Library providing utility functions for the handling of calendar data" +LICENSE="GPL-2+ LGPL-2.1+" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kwidgetsaddons) + $(add_kdeapps_dep kcalcore) + $(add_kdeapps_dep kidentitymanagement) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + dev-libs/grantlee:5 +" +RDEPEND="${DEPEND} + !kde-apps/kdepim-l10n +" + +RESTRICT+=" test" diff --git a/kde-apps/kcharselect/Manifest b/kde-apps/kcharselect/Manifest new file mode 100644 index 0000000000..56753ead2b --- /dev/null +++ b/kde-apps/kcharselect/Manifest @@ -0,0 +1 @@ +DIST kcharselect-17.12.2.tar.xz 351316 BLAKE2B 5e3255325e071a3bf533db006375ec812f51c6dbb484e12753369078944d8871237d483067ebdcade2969069159d798faf9a238b3333b548cf161387c5f161e5 SHA512 9b4bce1fbabc8b51b8d18a1d9b9a754fed7de3809c7bdc392a875061344ab213cd7c1b06c2e30fafb6bbd4e1e7923bebd5a688ca00c9e00323977f39e4206509 diff --git a/kde-apps/kcharselect/kcharselect-17.12.2.ebuild b/kde-apps/kcharselect/kcharselect-17.12.2.ebuild new file mode 100644 index 0000000000..d7ccc94ca3 --- /dev/null +++ b/kde-apps/kcharselect/kcharselect-17.12.2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="KDE character selection utility" +HOMEPAGE="https://www.kde.org/applications/utilities/kcharselect +https://utils.kde.org/projects/kcharselect" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kbookmarks) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/kcolorchooser/Manifest b/kde-apps/kcolorchooser/Manifest new file mode 100644 index 0000000000..f79b9eb392 --- /dev/null +++ b/kde-apps/kcolorchooser/Manifest @@ -0,0 +1 @@ +DIST kcolorchooser-17.12.2.tar.xz 16752 BLAKE2B 95e4a48d7e036beb209e4095cb5cd37b539af3e2e85cca82b53e15fe2a7e93b113e7f6a5a6452046eebaa9ca799594aa3e1914db5793b1508b8b9986b34622cd SHA512 1b3e75f86d0db24d0d32e831a5a95fec32adfc546b63f8def341f4a8844e21177e68ecda7e6f1d5603013af3ea983fff1a9f44df4d7197ab37c25c792b059792 diff --git a/kde-apps/kcolorchooser/kcolorchooser-17.12.2.ebuild b/kde-apps/kcolorchooser/kcolorchooser-17.12.2.ebuild new file mode 100644 index 0000000000..fdbb64c54d --- /dev/null +++ b/kde-apps/kcolorchooser/kcolorchooser-17.12.2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit kde5 + +DESCRIPTION="KDE color selector/editor" +HOMEPAGE="https://www.kde.org/applications/graphics/kcolorchooser/" + +LICENSE="MIT" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/kcontacts/Manifest b/kde-apps/kcontacts/Manifest new file mode 100644 index 0000000000..873b550c01 --- /dev/null +++ b/kde-apps/kcontacts/Manifest @@ -0,0 +1 @@ +DIST kcontacts-17.12.2.tar.xz 206740 BLAKE2B 2eee99cac9c1ab2962e328c4eacf7d05b1630ba29d8aeb9db651358f5dc11e655d13b76919f9f9a4a946d6ea01ef27765dca999213f3167b634cb2e50929f493 SHA512 f6b18421b06d6991c0f99921ccfbe30b8ff79e6912fb1dda2fde06da21600ebcf231549176192ee6ff7f4ca043045a3134389c0b6189c8876a999b4d4d4a2a40 diff --git a/kde-apps/kcontacts/kcontacts-17.12.2.ebuild b/kde-apps/kcontacts/kcontacts-17.12.2.ebuild new file mode 100644 index 0000000000..620bf281c4 --- /dev/null +++ b/kde-apps/kcontacts/kcontacts-17.12.2.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_TEST="true" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Address book API based on KDE Frameworks" +LICENSE="GPL-2+" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) +" +RDEPEND="${DEPEND} + !kde-apps/kdepim-l10n +" + +src_prepare() { + kde5_src_prepare + + # FIXME: Fails test because access to /dev/dri/card0 is denied + sed -i \ + -e "/ecm_add_tests/ s/picturetest\.cpp //" \ + autotests/CMakeLists.txt || die +} + +src_test() { + mkdir -p "${HOME}/.local/share/kf5/kcontacts" || die + cp "${S}/src/countrytransl.map" "${HOME}/.local/share/kf5/kcontacts/" || die + kde5_src_test +} diff --git a/kde-apps/kcron/Manifest b/kde-apps/kcron/Manifest new file mode 100644 index 0000000000..6b00c9da21 --- /dev/null +++ b/kde-apps/kcron/Manifest @@ -0,0 +1 @@ +DIST kcron-17.12.2.tar.xz 1054808 BLAKE2B fc71cf2370e2cd3fe26268213e81f0f922b71c862b09ec39326107520848f1223594d471eda37ed4b4faf988f2eeb012795d94e6a7503dbb22bf69caf0ca7204 SHA512 6dde1722c8e490fce200ad6793d149b93722bc93a8492487b61c6297dd811a321da0d57c22594aeebfa48decd9d4378fd5a832514c41c94bae0a48e1fddfffee diff --git a/kde-apps/kcron/kcron-17.12.2.ebuild b/kde-apps/kcron/kcron-17.12.2.ebuild new file mode 100644 index 0000000000..eb1f317ce6 --- /dev/null +++ b/kde-apps/kcron/kcron-17.12.2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="KDE Task Scheduler" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kwidgetsaddons) + $(add_qt_dep qtgui) + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND} + !prefix? ( virtual/cron ) +" diff --git a/kde-apps/kdav/Manifest b/kde-apps/kdav/Manifest new file mode 100644 index 0000000000..de6e4827a7 --- /dev/null +++ b/kde-apps/kdav/Manifest @@ -0,0 +1 @@ +DIST kdav-17.12.2.tar.xz 37792 BLAKE2B fff198f5bb226157f9fb4c389d48833908ac08d508f7827d5ba1e8dff834c81ac3e94f92c93e3ebfa9812e56a1792143372e14789f758c9956a71faf543b7db4 SHA512 8699db89d051ad701cf2d62460a29779c9be39b536b24b0c77e5f0c00d99e778952c84028f558a9ae9ae3bde42da981fbd1723ae6771db46e00b17348e846e73 diff --git a/kde-apps/kdav/kdav-17.12.2.ebuild b/kde-apps/kdav/kdav-17.12.2.ebuild new file mode 100644 index 0000000000..4c5706c9bd --- /dev/null +++ b/kde-apps/kdav/kdav-17.12.2.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_TEST="forceoptional" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="DAV protocol implemention with KJobs" +LICENSE="GPL-2+" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kio) + $(add_qt_dep qtgui) + $(add_qt_dep qtxml) + $(add_qt_dep qtxmlpatterns) +" +RDEPEND="${DEPEND} + !kde-apps/kdepim-l10n +" + +src_test() { + # bug 616808 - DavItemFetchJobTest requires D-Bus + local myctestargs=( + -E "(kdav-davitemfetchjob)" + ) + + kde5_src_test +} diff --git a/kde-apps/kde-apps-meta/kde-apps-meta-17.12.2.ebuild b/kde-apps/kde-apps-meta/kde-apps-meta-17.12.2.ebuild new file mode 100644 index 0000000000..e528dfd0de --- /dev/null +++ b/kde-apps/kde-apps-meta/kde-apps-meta-17.12.2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit kde5-meta-pkg + +DESCRIPTION="Meta package for the KDE Applications collection" +KEYWORDS="~amd64 ~x86" +IUSE="accessibility pim sdk" + +RDEPEND=" + $(add_kdeapps_dep kate) + $(add_kdeapps_dep kdeadmin-meta) + $(add_kdeapps_dep kdecore-meta) + $(add_kdeapps_dep kdeedu-meta) + $(add_kdeapps_dep kdegames-meta) + $(add_kdeapps_dep kdegraphics-meta) + $(add_kdeapps_dep kdemultimedia-meta) + $(add_kdeapps_dep kdenetwork-meta) + $(add_kdeapps_dep kdeutils-meta) + accessibility? ( $(add_kdeapps_dep kdeaccessibility-meta) ) + pim? ( $(add_kdeapps_dep kdepim-meta) ) + sdk? ( $(add_kdeapps_dep kdesdk-meta) ) +" diff --git a/kde-apps/kde-dev-scripts/Manifest b/kde-apps/kde-dev-scripts/Manifest new file mode 100644 index 0000000000..46b27f5652 --- /dev/null +++ b/kde-apps/kde-dev-scripts/Manifest @@ -0,0 +1 @@ +DIST kde-dev-scripts-17.12.2.tar.xz 375880 BLAKE2B 42083a56c01a6abb5f655c7eb1cd09e95486c1b5e627b777fa98326013b0b52b59d196eeb3ea10082deeb8172511a284d564a67f6474ee7b94c2a5aaee8e21e1 SHA512 f19968dad9fa79300d7bba7987bdde92fba8e7e4e51b9cc093341673a7d37f39f72f9faccaa99907dba7443422e94e178719f1f71f4239a72164e0e155146d46 diff --git a/kde-apps/kde-dev-scripts/kde-dev-scripts-17.12.2.ebuild b/kde-apps/kde-dev-scripts/kde-dev-scripts-17.12.2.ebuild new file mode 100644 index 0000000000..8f878b4fe5 --- /dev/null +++ b/kde-apps/kde-dev-scripts/kde-dev-scripts-17.12.2.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="true" +inherit kde5 + +DESCRIPTION="KDE Development Scripts" +KEYWORDS="~amd64 ~x86" +IUSE="" + +# kdelibs4support - required for kdex.dtd +# kdoctools - to use ECM instead of kdelibs4 +DEPEND=" + $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep kdoctools) +" +RDEPEND=" + !kde-apps/kde4-l10n + app-arch/advancecomp + media-gfx/optipng + dev-perl/XML-DOM +" + +src_prepare() { + # bug 275069 + sed -ie 's:colorsvn::' CMakeLists.txt || die + + kde5_src_prepare +} diff --git a/kde-apps/kde-dev-utils/Manifest b/kde-apps/kde-dev-utils/Manifest new file mode 100644 index 0000000000..03296f95b6 --- /dev/null +++ b/kde-apps/kde-dev-utils/Manifest @@ -0,0 +1 @@ +DIST kde-dev-utils-17.12.2.tar.xz 61076 BLAKE2B 1a384f72fed47a372a17daed7cc9dbb6be67403b6352cc44f8fdad68f7e11d7514c262ad17c07b958c3ff9b68657c15161bb1e1cce35dbfa99306e1810ae2831 SHA512 f2292a29e14fdc4024c77c3fe07ffde2ca0428bfde6af5a6c698429609ba9a688bfac2c405580e86fb6a4e66769a9b257c5f19dd10d35180fb75e83dd32339cd diff --git a/kde-apps/kde-dev-utils/kde-dev-utils-17.12.2.ebuild b/kde-apps/kde-dev-utils/kde-dev-utils-17.12.2.ebuild new file mode 100644 index 0000000000..fd428260d4 --- /dev/null +++ b/kde-apps/kde-dev-utils/kde-dev-utils-17.12.2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit kde5 + +DESCRIPTION="KDE Development Utilities" +LICENSE="GPL-2+" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kjobwidgets) + $(add_frameworks_dep kparts) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep designer) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND} + !<kde-apps/kde4-l10n-17.03.90:4 +" diff --git a/kde-apps/kde-meta/kde-meta-17.12.2.ebuild b/kde-apps/kde-meta/kde-meta-17.12.2.ebuild new file mode 100644 index 0000000000..e986cfd706 --- /dev/null +++ b/kde-apps/kde-meta/kde-meta-17.12.2.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit kde5-meta-pkg + +DESCRIPTION="Merge this to pull in all KDE Plasma and Applications packages" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + $(add_kdeapps_dep kde-apps-meta) + $(add_plasma_dep plasma-meta) +" diff --git a/kde-apps/kdeaccessibility-meta/kdeaccessibility-meta-17.12.2.ebuild b/kde-apps/kdeaccessibility-meta/kdeaccessibility-meta-17.12.2.ebuild new file mode 100644 index 0000000000..f9f04c8582 --- /dev/null +++ b/kde-apps/kdeaccessibility-meta/kdeaccessibility-meta-17.12.2.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit kde5-meta-pkg + +DESCRIPTION="kdeaccessibility - merge this to pull in all kdeaccessiblity-derived packages" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + $(add_kdeapps_dep kmag) + $(add_kdeapps_dep kmousetool) + $(add_kdeapps_dep kmouth) +" diff --git a/kde-apps/kdeadmin-meta/kdeadmin-meta-17.12.2.ebuild b/kde-apps/kdeadmin-meta/kdeadmin-meta-17.12.2.ebuild new file mode 100644 index 0000000000..d87b170fdc --- /dev/null +++ b/kde-apps/kdeadmin-meta/kdeadmin-meta-17.12.2.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit kde5-meta-pkg + +DESCRIPTION="KDE administration tools - merge this to pull in all kdeadmin-derived packages" +KEYWORDS="~amd64 ~x86" +IUSE="+cron" + +RDEPEND=" + $(add_kdeapps_dep ksystemlog) + cron? ( $(add_kdeapps_dep kcron) ) +" diff --git a/kde-apps/kdebase-meta/kdebase-meta-17.12.2.ebuild b/kde-apps/kdebase-meta/kdebase-meta-17.12.2.ebuild new file mode 100644 index 0000000000..37f06d2678 --- /dev/null +++ b/kde-apps/kdebase-meta/kdebase-meta-17.12.2.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit kde5-meta-pkg + +DESCRIPTION="Transitional package to pull in plasma-meta plus basic applications" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + $(add_kdeapps_dep kdecore-meta) + $(add_plasma_dep plasma-meta) +" diff --git a/kde-apps/kdebugsettings/Manifest b/kde-apps/kdebugsettings/Manifest new file mode 100644 index 0000000000..f610b833e9 --- /dev/null +++ b/kde-apps/kdebugsettings/Manifest @@ -0,0 +1 @@ +DIST kdebugsettings-17.12.2.tar.xz 48676 BLAKE2B d05747baf6aac59fc3866c54f924d2d2521cbb262ac6ef8eeabd329c1f7c73a519b13738af9f2b589dba5acc34d655469cf913eff92602fe913b649d7035139b SHA512 9bef6d74bd87750bd25044891afc837505527c9be037ec2c350f9d2f813d15013761649e72ce7591c64efc55244abf338015cc0720470f1c76aaf42541e62806 diff --git a/kde-apps/kdebugsettings/kdebugsettings-17.12.2.ebuild b/kde-apps/kdebugsettings/kdebugsettings-17.12.2.ebuild new file mode 100644 index 0000000000..e53b5a97cb --- /dev/null +++ b/kde-apps/kdebugsettings/kdebugsettings-17.12.2.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_TEST="forceoptional" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Application to enable/disable qCDebug" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep kwidgetsaddons) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" + +RESTRICT+=" test" diff --git a/kde-apps/kdecore-meta/kdecore-meta-17.12.2.ebuild b/kde-apps/kdecore-meta/kdecore-meta-17.12.2.ebuild new file mode 100644 index 0000000000..bc5250ecc2 --- /dev/null +++ b/kde-apps/kdecore-meta/kdecore-meta-17.12.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit kde5-meta-pkg + +DESCRIPTION="kdecore - merge this to pull in the most basic applications" +KEYWORDS="~amd64 ~x86" +IUSE="+handbook" + +RDEPEND=" + $(add_kdeapps_dep dolphin) + $(add_kdeapps_dep kdialog) + $(add_kdeapps_dep keditbookmarks) + $(add_kdeapps_dep kfind) + || ( www-client/qupzilla $(add_kdeapps_dep konqueror) ) + $(add_kdeapps_dep konsole) + $(add_kdeapps_dep kwrite) + handbook? ( $(add_kdeapps_dep khelpcenter) ) +" diff --git a/kde-apps/kdeedu-data/Manifest b/kde-apps/kdeedu-data/Manifest new file mode 100644 index 0000000000..5745392f45 --- /dev/null +++ b/kde-apps/kdeedu-data/Manifest @@ -0,0 +1 @@ +DIST kdeedu-data-17.12.2.tar.xz 327852 BLAKE2B c5b98839fb94e2a21cf8c96a4937a539cf605814c48abe3d895afb9efe6780351cb7986f20c1a6ec822622aa653d3993903c15cdeb62bd0347d05358bb92dbf6 SHA512 17921648c7753b4d46e8b40f7c01c9163baa41b9d2adc488ff4e5114c2464492e95999e521a238b2d4d998e1b297617883b237ef3c9faa8ae9945d13d75e3c7d diff --git a/kde-apps/kdeedu-data/kdeedu-data-17.12.2.ebuild b/kde-apps/kdeedu-data/kdeedu-data-17.12.2.ebuild new file mode 100644 index 0000000000..0209c5857d --- /dev/null +++ b/kde-apps/kdeedu-data/kdeedu-data-17.12.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_AUTODEPS="false" +KDE_DEBUG="false" +inherit kde5 + +DESCRIPTION="Shared icons, artwork and data files for educational applications" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep extra-cmake-modules) + $(add_qt_dep qtcore) +" +RDEPEND=" + !kde-apps/libkdeedu:4 + !kde-apps/kde-l10n +" diff --git a/kde-apps/kdeedu-meta/kdeedu-meta-17.12.2.ebuild b/kde-apps/kdeedu-meta/kdeedu-meta-17.12.2.ebuild new file mode 100644 index 0000000000..5dea5c430d --- /dev/null +++ b/kde-apps/kdeedu-meta/kdeedu-meta-17.12.2.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit kde5-meta-pkg + +DESCRIPTION="KDE educational apps - merge this to pull in all kdeedu-derived packages" +HOMEPAGE="https://edu.kde.org" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + $(add_kdeapps_dep analitza) + $(add_kdeapps_dep artikulate) + $(add_kdeapps_dep blinken) + $(add_kdeapps_dep cantor) + $(add_kdeapps_dep kalgebra) + $(add_kdeapps_dep kalzium) + $(add_kdeapps_dep kanagram) + $(add_kdeapps_dep kbruch) + $(add_kdeapps_dep kdeedu-data) + $(add_kdeapps_dep kgeography) + $(add_kdeapps_dep khangman) + $(add_kdeapps_dep kig) + $(add_kdeapps_dep kiten) + $(add_kdeapps_dep klettres) + $(add_kdeapps_dep kmplot) + $(add_kdeapps_dep kqtquickcharts) + $(add_kdeapps_dep ktouch) + $(add_kdeapps_dep kturtle) + $(add_kdeapps_dep kwordquiz) + $(add_kdeapps_dep libkeduvocdocument) + $(add_kdeapps_dep marble) + $(add_kdeapps_dep minuet) + $(add_kdeapps_dep parley) + $(add_kdeapps_dep rocs) + $(add_kdeapps_dep step) +" diff --git a/kde-apps/kdegames-meta/kdegames-meta-17.12.2.ebuild b/kde-apps/kdegames-meta/kdegames-meta-17.12.2.ebuild new file mode 100644 index 0000000000..85eb713ba0 --- /dev/null +++ b/kde-apps/kdegames-meta/kdegames-meta-17.12.2.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit kde5-meta-pkg + +DESCRIPTION="kdegames - merge this to pull in all kdegames-derived packages" +HOMEPAGE="https://games.kde.org/" +KEYWORDS="~amd64 ~x86" +IUSE="opengl python" + +RDEPEND=" + $(add_kdeapps_dep bomber) + $(add_kdeapps_dep bovo) + $(add_kdeapps_dep granatier) + $(add_kdeapps_dep kapman) + $(add_kdeapps_dep katomic) + $(add_kdeapps_dep kblackbox) + $(add_kdeapps_dep kblocks) + $(add_kdeapps_dep kbounce) + $(add_kdeapps_dep kbreakout) + $(add_kdeapps_dep kdiamond) + $(add_kdeapps_dep kfourinline) + $(add_kdeapps_dep kgoldrunner) + $(add_kdeapps_dep kigo) + $(add_kdeapps_dep killbots) + $(add_kdeapps_dep kiriki) + $(add_kdeapps_dep kjumpingcube) + $(add_kdeapps_dep klickety) + $(add_kdeapps_dep klines) + $(add_kdeapps_dep kmahjongg) + $(add_kdeapps_dep kmines) + $(add_kdeapps_dep knavalbattle) + $(add_kdeapps_dep knetwalk) + $(add_kdeapps_dep kolf) + $(add_kdeapps_dep kollision) + $(add_kdeapps_dep konquest) + $(add_kdeapps_dep kpat) + $(add_kdeapps_dep kreversi) + $(add_kdeapps_dep kshisen) + $(add_kdeapps_dep ksirk) + $(add_kdeapps_dep ksnakeduel) + $(add_kdeapps_dep kspaceduel) + $(add_kdeapps_dep ksquares) + $(add_kdeapps_dep ktuberling) + $(add_kdeapps_dep libkdegames) + $(add_kdeapps_dep libkmahjongg) + $(add_kdeapps_dep lskat) + $(add_kdeapps_dep palapeli) + $(add_kdeapps_dep picmi) + opengl? ( + $(add_kdeapps_dep ksudoku) + $(add_kdeapps_dep kubrick) + ) + python? ( $(add_kdeapps_dep kajongg) ) +" diff --git a/kde-apps/kdegraphics-meta/kdegraphics-meta-17.12.2.ebuild b/kde-apps/kdegraphics-meta/kdegraphics-meta-17.12.2.ebuild new file mode 100644 index 0000000000..bff71a679d --- /dev/null +++ b/kde-apps/kdegraphics-meta/kdegraphics-meta-17.12.2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit kde5-meta-pkg + +DESCRIPTION="kdegraphics - merge this to pull in all kdegraphics-derived packages" +HOMEPAGE="https://www.kde.org/applications/graphics/" +KEYWORDS="~amd64 ~x86" +IUSE="scanner" + +RDEPEND=" + $(add_kdeapps_dep gwenview) + $(add_kdeapps_dep kamera) + $(add_kdeapps_dep kcolorchooser) + $(add_kdeapps_dep kdegraphics-mobipocket) + $(add_kdeapps_dep kolourpaint) + $(add_kdeapps_dep kruler) + $(add_kdeapps_dep libkdcraw) + $(add_kdeapps_dep libkexiv2) + $(add_kdeapps_dep libkipi) + $(add_kdeapps_dep okular) + $(add_kdeapps_dep spectacle) + $(add_kdeapps_dep svgpart) + $(add_kdeapps_dep thumbnailers) + scanner? ( $(add_kdeapps_dep libksane) ) +" diff --git a/kde-apps/kdegraphics-mobipocket/Manifest b/kde-apps/kdegraphics-mobipocket/Manifest new file mode 100644 index 0000000000..e9ba408d31 --- /dev/null +++ b/kde-apps/kdegraphics-mobipocket/Manifest @@ -0,0 +1 @@ +DIST kdegraphics-mobipocket-17.12.2.tar.xz 13440 BLAKE2B 752d8291152fb9e1b717f6f77058bba55ec507a9c93eda363206f3e9d8c527edce02c5682fa5cdb303dbd6878807fcbf07eae68379e7877f6dd5d1243bb8b60c SHA512 da4af81ecbe1821bd96445cdb2881f146e0719e0573a01fe05f542c9fab84ff378d40f801a99126f43a45e37c2d277f4b836ea5994e6d15edbb47caed094cd60 diff --git a/kde-apps/kdegraphics-mobipocket/kdegraphics-mobipocket-17.12.2.ebuild b/kde-apps/kdegraphics-mobipocket/kdegraphics-mobipocket-17.12.2.ebuild new file mode 100644 index 0000000000..ec101c11b4 --- /dev/null +++ b/kde-apps/kdegraphics-mobipocket/kdegraphics-mobipocket-17.12.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit kde5 + +DESCRIPTION="Library to support mobipocket ebooks" +KEYWORDS="~amd64 ~x86" +IUSE="+thumbnail" + +DEPEND=" + $(add_qt_dep qtgui) + thumbnail? ( $(add_frameworks_dep kio) ) +" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + -DBUILD_thumbnailers=$(usex thumbnail) + ) + + kde5_src_configure +} diff --git a/kde-apps/kdemultimedia-meta/kdemultimedia-meta-17.12.2.ebuild b/kde-apps/kdemultimedia-meta/kdemultimedia-meta-17.12.2.ebuild new file mode 100644 index 0000000000..55c79e33e8 --- /dev/null +++ b/kde-apps/kdemultimedia-meta/kdemultimedia-meta-17.12.2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit kde5-meta-pkg + +DESCRIPTION="kdemultimedia - merge this to pull in all kdemultimedia-derived packages" +HOMEPAGE=" + https://www.kde.org/applications/multimedia/ + https://multimedia.kde.org/ +" +KEYWORDS="~amd64 ~x86" +IUSE="+cdrom +ffmpeg" + +RDEPEND=" + $(add_kdeapps_dep dragon) + $(add_kdeapps_dep juk) + $(add_kdeapps_dep kdenlive) + $(add_kdeapps_dep kmix) + $(add_kdeapps_dep kwave) + $(add_kdeapps_dep libkcddb) + cdrom? ( + $(add_kdeapps_dep audiocd-kio) + $(add_kdeapps_dep k3b) + $(add_kdeapps_dep libkcompactdisc) + ) + ffmpeg? ( $(add_kdeapps_dep ffmpegthumbs) ) +" diff --git a/kde-apps/kdenetwork-filesharing/Manifest b/kde-apps/kdenetwork-filesharing/Manifest new file mode 100644 index 0000000000..6701909246 --- /dev/null +++ b/kde-apps/kdenetwork-filesharing/Manifest @@ -0,0 +1 @@ +DIST kdenetwork-filesharing-17.12.2.tar.xz 323552 BLAKE2B 133114bfd13ce74877837f0c5638640fa35181a641c4c78222906f5ab690b8b43b39ef226860078e8c94c9f7a253714176c0a76df93f48b2de55167807cfeb04 SHA512 1d4f33580c42f23ba005a35b91002baa82ec8b487c8f56fbf36610606b28392fd33efecb5d9c3d4f577f0a5932a2b4578e9601eb110f096af80a659cd53540a4 diff --git a/kde-apps/kdenetwork-filesharing/kdenetwork-filesharing-17.12.2.ebuild b/kde-apps/kdenetwork-filesharing/kdenetwork-filesharing-17.12.2.ebuild new file mode 100644 index 0000000000..13f47494f4 --- /dev/null +++ b/kde-apps/kdenetwork-filesharing/kdenetwork-filesharing-17.12.2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit kde5 + +DESCRIPTION="kcontrol filesharing config module for SMB" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kwidgetsaddons) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + -DCMAKE_DISABLE_FIND_PACKAGE_PackageKitQt5=ON + ) + + kde5_src_configure +} diff --git a/kde-apps/kdenetwork-meta/kdenetwork-meta-17.12.2.ebuild b/kde-apps/kdenetwork-meta/kdenetwork-meta-17.12.2.ebuild new file mode 100644 index 0000000000..d82d8d4c38 --- /dev/null +++ b/kde-apps/kdenetwork-meta/kdenetwork-meta-17.12.2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit kde5-meta-pkg + +DESCRIPTION="kdenetwork - merge this to pull in all kdenetwork-derived packages" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + $(add_kdeapps_dep kdenetwork-filesharing) + $(add_kdeapps_dep kget) + $(add_kdeapps_dep krdc) + $(add_kdeapps_dep krfb) + $(add_kdeapps_dep plasma-telepathy-meta) + $(add_kdeapps_dep zeroconf-ioslave) +" diff --git a/kde-apps/kdenlive/Manifest b/kde-apps/kdenlive/Manifest new file mode 100644 index 0000000000..d79c4d2e2a --- /dev/null +++ b/kde-apps/kdenlive/Manifest @@ -0,0 +1 @@ +DIST kdenlive-17.12.2.tar.xz 9381516 BLAKE2B 45d94e0a83467f051500be4a7542df8aa8e77defe9fba5dce6247ce6b95f36acbaccdfd9f55a3fa8f0ee232ce3a31052f541a7c1cf6d659897152fd15c33a6b6 SHA512 7a70ba8de9b034cabd6ce4fc6b92b01b57994327bab35e3410110b1d3dbe88fcae586a3f0ee82b387a205503b5853a3471c72d6c94bb6b0e9d5b96d7db24ecf0 diff --git a/kde-apps/kdenlive/kdenlive-17.12.2.ebuild b/kde-apps/kdenlive/kdenlive-17.12.2.ebuild new file mode 100644 index 0000000000..ba7f9f054d --- /dev/null +++ b/kde-apps/kdenlive/kdenlive-17.12.2.ebuild @@ -0,0 +1,77 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="optional" +inherit kde5 + +DESCRIPTION="Non-linear video editing suite by KDE" +HOMEPAGE="https://www.kdenlive.org/" + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" +IUSE="freesound gles2 jogshuttle semantic-desktop v4l" + +RDEPEND=" + $(add_frameworks_dep karchive) + $(add_frameworks_dep kbookmarks) + $(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 kguiaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep kjobwidgets) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep knotifyconfig) + $(add_frameworks_dep kservice) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_frameworks_dep solid) + $(add_qt_dep qtdbus) + $(add_qt_dep qtdeclarative) + $(add_qt_dep qtgui 'gles2=') + $(add_qt_dep qtnetwork) + $(add_qt_dep qtquickcontrols) + $(add_qt_dep qtscript) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + >=media-libs/mlt-6.4.0[ffmpeg,kdenlive,melt,qt5,sdl,xml] + virtual/ffmpeg[encode,sdl,X] + virtual/opengl + freesound? ( $(add_qt_dep qtwebkit) ) + semantic-desktop? ( $(add_frameworks_dep kfilemetadata) ) + v4l? ( media-libs/libv4l ) +" +DEPEND="${RDEPEND} + sys-devel/gettext +" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package freesound Qt5WebKitWidgets) + -DWITH_JogShuttle=$(usex jogshuttle) + $(cmake-utils_use_find_package semantic-desktop KF5FileMetaData) + $(cmake-utils_use_find_package v4l LibV4L2) + ) + + kde5_src_configure +} + +pkg_postinst() { + kde5_pkg_postinst + + # Gentoo bug 603168 + if ! has_version "media-libs/mlt[fftw]" ; then + elog "For 'Crop and Transform/Rotate and Shear' effect, please build media-libs/mlt with USE=fftw enabled." + fi +} diff --git a/kde-apps/kdepim-addons/Manifest b/kde-apps/kdepim-addons/Manifest new file mode 100644 index 0000000000..89b6db7175 --- /dev/null +++ b/kde-apps/kdepim-addons/Manifest @@ -0,0 +1 @@ +DIST kdepim-addons-17.12.2.tar.xz 2039160 BLAKE2B 1004ef17c46000e2b7385e4213efbd9afa85f8a739848aaf2ac828b5c09b25b38063d924b47581d201bbf7da990e44f81a16ee8a8b54421645a2dfa43e3dbc07 SHA512 3caceb92bc549d91d1201f711539317ccdfd7160669eed2a94b67df474b6cc760a31dad682d0ef0429926e4c7a43acf822d2b7b72535194567d6efe2a1037ee3 diff --git a/kde-apps/kdepim-addons/kdepim-addons-17.12.2.ebuild b/kde-apps/kdepim-addons/kdepim-addons-17.12.2.ebuild new file mode 100644 index 0000000000..59efd035a7 --- /dev/null +++ b/kde-apps/kdepim-addons/kdepim-addons-17.12.2.ebuild @@ -0,0 +1,85 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_EXAMPLES="true" +KDE_TEST="forceoptional-recursive" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Plugins for KDE Personal Information Management Suite" +HOMEPAGE="https://www.kde.org/applications/office/kontact/" +LICENSE="GPL-2+ LGPL-2.1+" +KEYWORDS="~amd64 ~x86" + +IUSE="importwizard" + +COMMON_DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep khtml) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kparts) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_frameworks_dep prison) + $(add_frameworks_dep syntax-highlighting) + $(add_kdeapps_dep akonadi) + $(add_kdeapps_dep akonadi-contacts) + $(add_kdeapps_dep akonadi-notes) + $(add_kdeapps_dep calendarsupport) + $(add_kdeapps_dep eventviews) + $(add_kdeapps_dep grantleetheme) + $(add_kdeapps_dep incidenceeditor) + $(add_kdeapps_dep kcontacts) + $(add_kdeapps_dep kdepim-apps-libs) + $(add_kdeapps_dep kidentitymanagement) + $(add_kdeapps_dep kimap) + $(add_kdeapps_dep kmailtransport) + $(add_kdeapps_dep kmime) + $(add_kdeapps_dep libkdepim) + $(add_kdeapps_dep libkleo) + $(add_kdeapps_dep libksieve) + $(add_kdeapps_dep libktnef) + $(add_kdeapps_dep mailcommon) + $(add_kdeapps_dep messagelib) + $(add_kdeapps_dep pimcommon) + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + importwizard? ( $(add_kdeapps_dep akonadi-import-wizard) ) +" +DEPEND="${COMMON_DEPEND} + >=app-crypt/gpgme-1.7.1[cxx,qt5] +" +RDEPEND="${COMMON_DEPEND} + !kde-apps/kaddressbook:4 + !kde-apps/kdepim-l10n + !kde-apps/kmail:4 +" + +RESTRICT+=" test" + +src_configure() { + local mycmakeargs=( + -DKDEPIMADDONS_BUILD_EXAMPLES=$(usex examples) + $(cmake-utils_use_find_package importwizard KPimImportWizard) + ) + + kde5_src_configure +} + +pkg_postinst() { + kde5_pkg_postinst + + if ! has_version "kde-misc/kregexpeditor" ; then + elog "${PN} Sieve editor plugin can make use of kde-misc/kregexpeditor if installed." + fi +} diff --git a/kde-apps/kdepim-apps-libs/Manifest b/kde-apps/kdepim-apps-libs/Manifest new file mode 100644 index 0000000000..8f76e38d4b --- /dev/null +++ b/kde-apps/kdepim-apps-libs/Manifest @@ -0,0 +1 @@ +DIST kdepim-apps-libs-17.12.2.tar.xz 72976 BLAKE2B 756d8e91ab7c2f0c1812acfe56f3e2268a6186627eb5ecc4f04983b1880ecb0d49e7368ce16c23a61d62dca6e6f3ac6eae345ced0edef8b770863d67f7050a03 SHA512 9f23268411a11557d61293a419e37f46bf4388515c9ade7a664772d05bd24e1cdbf5befcc3aaa8849b0696cb8d4a730ae1a5f19004c1c033c623f4700ed0afbf diff --git a/kde-apps/kdepim-apps-libs/kdepim-apps-libs-17.12.2.ebuild b/kde-apps/kdepim-apps-libs/kdepim-apps-libs-17.12.2.ebuild new file mode 100644 index 0000000000..bdabc1a6ae --- /dev/null +++ b/kde-apps/kdepim-apps-libs/kdepim-apps-libs-17.12.2.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_TEST="forceoptional" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Libraries for KDE PIM applications" +LICENSE="GPL-2+ LGPL-2.1+" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kservice) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep prison) + $(add_kdeapps_dep akonadi) + $(add_kdeapps_dep akonadi-contacts) + $(add_kdeapps_dep grantleetheme) + $(add_kdeapps_dep kcontacts) + $(add_kdeapps_dep libkleo) + $(add_kdeapps_dep pimcommon) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + >=dev-libs/grantlee-5.1.0:5 +" +RDEPEND="${DEPEND} + !kde-apps/kdepim-l10n +" diff --git a/kde-apps/kdepim-meta/kdepim-meta-17.12.2.ebuild b/kde-apps/kdepim-meta/kdepim-meta-17.12.2.ebuild new file mode 100644 index 0000000000..3799d37427 --- /dev/null +++ b/kde-apps/kdepim-meta/kdepim-meta-17.12.2.ebuild @@ -0,0 +1,69 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit kde5-meta-pkg + +DESCRIPTION="KDE PIM - merge this to pull in all kdepim-derived packages" +HOMEPAGE="https://www.kde.org/applications/development" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + $(add_frameworks_dep kholidays) + $(add_kdeapps_dep akonadi) + $(add_kdeapps_dep akonadiconsole) + $(add_kdeapps_dep akonadi-calendar) + $(add_kdeapps_dep akonadi-contacts) + $(add_kdeapps_dep akonadi-import-wizard) + $(add_kdeapps_dep akonadi-mime) + $(add_kdeapps_dep akonadi-notes) + $(add_kdeapps_dep akonadi-search) + $(add_kdeapps_dep akregator) + $(add_kdeapps_dep calendarjanitor) + $(add_kdeapps_dep calendarsupport) + $(add_kdeapps_dep eventviews) + $(add_kdeapps_dep grantlee-editor) + $(add_kdeapps_dep grantleetheme) + $(add_kdeapps_dep incidenceeditor) + $(add_kdeapps_dep kaddressbook) + $(add_kdeapps_dep kalarm) + $(add_kdeapps_dep kalarmcal) + $(add_kdeapps_dep kcalcore) + $(add_kdeapps_dep kcalutils) + $(add_kdeapps_dep kcontacts) + $(add_kdeapps_dep kdepim-addons) + $(add_kdeapps_dep kdepim-apps-libs) + $(add_kdeapps_dep kdepim-runtime) + $(add_kdeapps_dep kidentitymanagement) + $(add_kdeapps_dep kimap) + $(add_kdeapps_dep kldap) + $(add_kdeapps_dep kleopatra) + $(add_kdeapps_dep kmail) + $(add_kdeapps_dep kmail-account-wizard) + $(add_kdeapps_dep kmailtransport) + $(add_kdeapps_dep kmbox) + $(add_kdeapps_dep kmime) + $(add_kdeapps_dep knotes) + $(add_kdeapps_dep konsolekalendar) + $(add_kdeapps_dep kontact) + $(add_kdeapps_dep kontactinterface) + $(add_kdeapps_dep korganizer) + $(add_kdeapps_dep kpimtextedit) + $(add_kdeapps_dep ksmtp) + $(add_kdeapps_dep libgravatar) + $(add_kdeapps_dep libkdepim) + $(add_kdeapps_dep libkgapi) + $(add_kdeapps_dep libkleo) + $(add_kdeapps_dep libksieve) + $(add_kdeapps_dep libktnef) + $(add_kdeapps_dep mailcommon) + $(add_kdeapps_dep mailimporter) + $(add_kdeapps_dep mbox-importer) + $(add_kdeapps_dep messagelib) + $(add_kdeapps_dep pim-data-exporter) + $(add_kdeapps_dep pim-sieve-editor) + $(add_kdeapps_dep pimcommon) + $(add_kdeapps_dep syndication) +" diff --git a/kde-apps/kdepim-runtime/Manifest b/kde-apps/kdepim-runtime/Manifest new file mode 100644 index 0000000000..70d3ecac9f --- /dev/null +++ b/kde-apps/kdepim-runtime/Manifest @@ -0,0 +1 @@ +DIST kdepim-runtime-17.12.2.tar.xz 1797808 BLAKE2B 1033d36b451f5c09cf2ef4b24fdb8c92c12772e76ebd56de847fb51e960edd2e29851a012d9c555d6e4eb6e847b594ab3a08011e5519ce0675962efd7dfc68d8 SHA512 de70c01d9d1dd24f9d5959dbf8a423fb217b97f4d084edbc87ca1bcb9723334ebbbe99cafe0a0358ca16c58048cc778c197de1f46ebc8318a08be296a7ae77fd diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-17.12.2.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-17.12.2.ebuild new file mode 100644 index 0000000000..2ada64df4f --- /dev/null +++ b/kde-apps/kdepim-runtime/kdepim-runtime-17.12.2.ebuild @@ -0,0 +1,82 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +KDE_TEST="forceoptional" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Runtime plugin collection to extend the functionality of KDE PIM" +LICENSE="GPL-2+ LGPL-2.1+" +KEYWORDS="~amd64 ~x86" +IUSE="speech" + +# TODO kolab +CDEPEND=" + $(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 ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kitemmodels) + $(add_frameworks_dep kjobwidgets) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep knotifyconfig) + $(add_frameworks_dep kservice) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwallet) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep akonadi) + $(add_kdeapps_dep akonadi-calendar) + $(add_kdeapps_dep akonadi-contacts) + $(add_kdeapps_dep akonadi-mime) + $(add_kdeapps_dep akonadi-notes) + $(add_kdeapps_dep kalarmcal) + $(add_kdeapps_dep kcalcore) + $(add_kdeapps_dep kcalutils) + $(add_kdeapps_dep kcontacts) + $(add_kdeapps_dep kdav) + $(add_kdeapps_dep kidentitymanagement) + $(add_kdeapps_dep kimap) + $(add_kdeapps_dep kmailtransport) + $(add_kdeapps_dep kmbox) + $(add_kdeapps_dep kmime) + $(add_kdeapps_dep libkgapi) + $(add_kdeapps_dep pimcommon) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtwebengine 'widgets') + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + dev-libs/cyrus-sasl:2 + dev-libs/libical:= + speech? ( $(add_qt_dep qtspeech) ) +" +DEPEND="${CDEPEND} + $(add_qt_dep qtxmlpatterns) + dev-libs/libxslt + test? ( $(add_kdeapps_dep kimap 'test') ) +" +RDEPEND="${CDEPEND} + !kde-apps/kdepim-l10n + !kde-misc/akonadi-ews + $(add_frameworks_dep oxygen-icons) +" + +RESTRICT+=" test" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package speech Qt5TextToSpeech) + ) + + kde5_src_configure +} diff --git a/kde-apps/kdesdk-kioslaves/Manifest b/kde-apps/kdesdk-kioslaves/Manifest new file mode 100644 index 0000000000..1ab1429244 --- /dev/null +++ b/kde-apps/kdesdk-kioslaves/Manifest @@ -0,0 +1 @@ +DIST kdesdk-kioslaves-17.12.2.tar.xz 37388 BLAKE2B 5afd4b3a593503ae387479e0f41e6d1828ab2a98ddcf96e1ed7bef12a514a77d76312cc5dc23a5f30f767bcfdf8670cd8655f60088f2f51fa46146d67fdab0c2 SHA512 a39c344c2279dd9c54eb5037edcc7c8ea18a45c990a008159e3953f1f0237cbd179a8d70fd186f9e717dc7d62b53e0ea8f301decc57a86cabe5e35f45e30fe8f diff --git a/kde-apps/kdesdk-kioslaves/kdesdk-kioslaves-17.12.2.ebuild b/kde-apps/kdesdk-kioslaves/kdesdk-kioslaves-17.12.2.ebuild new file mode 100644 index 0000000000..a659366d3d --- /dev/null +++ b/kde-apps/kdesdk-kioslaves/kdesdk-kioslaves-17.12.2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit kde5 + +DESCRIPTION="kioslaves from kdesdk package" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + dev-lang/perl +" +RDEPEND="${DEPEND} + !<kde-apps/kde4-l10n-17.03.90:4 +" diff --git a/kde-apps/kdesdk-meta/kdesdk-meta-17.12.2.ebuild b/kde-apps/kdesdk-meta/kdesdk-meta-17.12.2.ebuild new file mode 100644 index 0000000000..6376185cb8 --- /dev/null +++ b/kde-apps/kdesdk-meta/kdesdk-meta-17.12.2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit kde5-meta-pkg + +DESCRIPTION="KDE SDK - merge this to pull in all kdesdk-derived packages" +HOMEPAGE="https://www.kde.org/applications/development" +KEYWORDS="~amd64 ~x86" +IUSE="cvs" + +RDEPEND=" + $(add_kdeapps_dep dolphin-plugins) + $(add_kdeapps_dep kapptemplate) + $(add_kdeapps_dep kcachegrind) + $(add_kdeapps_dep kde-dev-scripts) + $(add_kdeapps_dep kde-dev-utils) + $(add_kdeapps_dep kdesdk-kioslaves) + $(add_kdeapps_dep kdesdk-thumbnailers) + $(add_kdeapps_dep kompare) + $(add_kdeapps_dep kross-interpreters) + $(add_kdeapps_dep libkomparediff2) + $(add_kdeapps_dep lokalize) + $(add_kdeapps_dep okteta) + $(add_kdeapps_dep poxml) + $(add_kdeapps_dep umbrello) + cvs? ( $(add_kdeapps_dep cervisia) ) +" diff --git a/kde-apps/kdesdk-thumbnailers/Manifest b/kde-apps/kdesdk-thumbnailers/Manifest new file mode 100644 index 0000000000..acd629866b --- /dev/null +++ b/kde-apps/kdesdk-thumbnailers/Manifest @@ -0,0 +1 @@ +DIST kdesdk-thumbnailers-17.12.2.tar.xz 17136 BLAKE2B 07ee699d7427cfe74a0c38663d0264eedf71d80260ec1f2ffabbe3e96fc40fdf69cae485ae3cad5ffb35dea2120fd93085bb71307b24097c8e8600130e217d40 SHA512 730d024d1578690cf9bfeda699c0773db3554c928b5eb54ba0230530fb2ade4a9585493fc5fb9b96576cf3a0276d01aacf8296a711147ebf0f680f90f27e71b0 diff --git a/kde-apps/kdesdk-thumbnailers/kdesdk-thumbnailers-17.12.2.ebuild b/kde-apps/kdesdk-thumbnailers/kdesdk-thumbnailers-17.12.2.ebuild new file mode 100644 index 0000000000..aa6e30a176 --- /dev/null +++ b/kde-apps/kdesdk-thumbnailers/kdesdk-thumbnailers-17.12.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit kde5 + +DESCRIPTION="Thumbnail generator for PO files" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kwidgetsaddons) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + sys-devel/gettext +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/kdeutils-meta/kdeutils-meta-17.12.2.ebuild b/kde-apps/kdeutils-meta/kdeutils-meta-17.12.2.ebuild new file mode 100644 index 0000000000..4705ac6bc2 --- /dev/null +++ b/kde-apps/kdeutils-meta/kdeutils-meta-17.12.2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit kde5-meta-pkg + +DESCRIPTION="kdeutils - merge this to pull in all kdeutils-derived packages" +HOMEPAGE="https://www.kde.org/applications/utilities https://utils.kde.org" +KEYWORDS="~amd64 ~x86" +IUSE="cups floppy" + +RDEPEND=" + $(add_kdeapps_dep ark) + $(add_kdeapps_dep filelight) + $(add_kdeapps_dep kcalc) + $(add_kdeapps_dep kcharselect) + $(add_kdeapps_dep kdebugsettings) + $(add_kdeapps_dep kdf) + $(add_kdeapps_dep kgpg) + $(add_kdeapps_dep kimagemapeditor) + $(add_kdeapps_dep kteatime) + $(add_kdeapps_dep ktimer) + $(add_kdeapps_dep kwalletmanager) + $(add_kdeapps_dep sweeper) + cups? ( $(add_kdeapps_dep print-manager) ) + floppy? ( $(add_kdeapps_dep kfloppy) ) +" diff --git a/kde-apps/kdf/Manifest b/kde-apps/kdf/Manifest new file mode 100644 index 0000000000..3e2bf5bb58 --- /dev/null +++ b/kde-apps/kdf/Manifest @@ -0,0 +1 @@ +DIST kdf-17.12.2.tar.xz 531240 BLAKE2B fca793ea1083596ac2c0242b10e6f307f285e5024d5777875f7f8a17482e6c10db43054e3693f903016151f8ab3b2fad2ebb169441b1f2a705f7f5e93082425f SHA512 f7e3fb2a7336ba587295f6dd8b25f48aaf304e4130e05fa13a659c43277b4dfd98d6f3036d4e64d6cb95e44a16ff4888910db629cd982f23750f334438925080 diff --git a/kde-apps/kdf/kdf-17.12.2.ebuild b/kde-apps/kdf/kdf-17.12.2.ebuild new file mode 100644 index 0000000000..3ac87d6ff6 --- /dev/null +++ b/kde-apps/kdf/kdf-17.12.2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="KDE free disk space utility" +HOMEPAGE="https://utils.kde.org/projects/kdf" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcmutils) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/kdialog/Manifest b/kde-apps/kdialog/Manifest new file mode 100644 index 0000000000..14cb14f43a --- /dev/null +++ b/kde-apps/kdialog/Manifest @@ -0,0 +1 @@ +DIST kdialog-17.12.2.tar.xz 96084 BLAKE2B 310c4deff79a3eb3360dc773f246f90dd785a8b5426fccb75dad3b50c5d1a27aa87abb5bd01293148581dfdb51b61996fc6934ceb875a1e1d3b3792bacd6ba80 SHA512 0ffa4c0342b9bd3a56d3d6087114875985f201ebe91e81e0c0bd836301cee021af0e974394858e9e794f64a4956a1d70f209eff1e9b3c9970a9a8c8e0201144b diff --git a/kde-apps/kdialog/kdialog-17.12.2.ebuild b/kde-apps/kdialog/kdialog-17.12.2.ebuild new file mode 100644 index 0000000000..a3f46e46a8 --- /dev/null +++ b/kde-apps/kdialog/kdialog-17.12.2.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit kde5 + +DESCRIPTION="Can be used to show nice dialog boxes from shell scripts" +KEYWORDS="~amd64 ~x86" +IUSE="X" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kguiaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + X? ( x11-libs/libX11 ) +" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package X X11) + ) + kde5_src_configure +} diff --git a/kde-apps/kdiamond/Manifest b/kde-apps/kdiamond/Manifest new file mode 100644 index 0000000000..2f4905ffe8 --- /dev/null +++ b/kde-apps/kdiamond/Manifest @@ -0,0 +1 @@ +DIST kdiamond-17.12.2.tar.xz 4606876 BLAKE2B c92e0e2f5d4c72faf90097ac0e3794f4723ff80a1862dcea99484343caa7ef19f640f0a0eda26571d6edcef5108e1ecb25d39ac2669369c5a520627a79e96562 SHA512 f7e693c519c4d7c0ce2717540de4d456239760f65e6e00b191b76fcf78dd69d2bb0cac271d3676509c883b9580af415306de057a8f379d154da983ead145cde0 diff --git a/kde-apps/kdiamond/kdiamond-17.12.2.ebuild b/kde-apps/kdiamond/kdiamond-17.12.2.ebuild new file mode 100644 index 0000000000..111637d702 --- /dev/null +++ b/kde-apps/kdiamond/kdiamond-17.12.2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="A KDE three-in-a-row game" +HOMEPAGE=" + https://www.kde.org/applications/games/kdiamond/ + https://games.kde.org/game.php?game=kdiamond +" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(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 knotifications) + $(add_frameworks_dep knotifyconfig) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/keditbookmarks/Manifest b/kde-apps/keditbookmarks/Manifest new file mode 100644 index 0000000000..fa607087bc --- /dev/null +++ b/kde-apps/keditbookmarks/Manifest @@ -0,0 +1 @@ +DIST keditbookmarks-17.12.2.tar.xz 183324 BLAKE2B 3fa0676aa7058a5ec0c336143223400b5e10ecdf41ff977d2576d33375e4244a2a4b4de0dad38908f9c11b5ccc4fed36441961f259e28e928dd4dd785fb85db9 SHA512 b45fdc2a9383b8fead8b89bac67fba6ac1d01e93c512294d943cf0116331250d67aca87190fcd64296af06eef1adf76cd43e5bd1345c8e18eed5aa7129eb4d11 diff --git a/kde-apps/keditbookmarks/keditbookmarks-17.12.2.ebuild b/kde-apps/keditbookmarks/keditbookmarks-17.12.2.ebuild new file mode 100644 index 0000000000..b048c6a9cf --- /dev/null +++ b/kde-apps/keditbookmarks/keditbookmarks-17.12.2.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +KDE_TEST="true" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Bookmarks editor based on KDE Frameworks" +KEYWORDS="~amd64 ~x86" +IUSE="+man" + +DEPEND=" + $(add_frameworks_dep kbookmarks) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kparts) + $(add_frameworks_dep kservice) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) +" +RDEPEND="${DEPEND} + !<=kde-apps/konqueror-16.08.3:4 +" + +src_prepare(){ + kde5_src_prepare + + if ! use man ; then + sed -i -e "/kdoctools_create_manpage/ s/^/#/" doc/CMakeLists.txt || die + fi +} diff --git a/kde-apps/kfind/Manifest b/kde-apps/kfind/Manifest new file mode 100644 index 0000000000..9e56d80049 --- /dev/null +++ b/kde-apps/kfind/Manifest @@ -0,0 +1 @@ +DIST kfind-17.12.2.tar.xz 208932 BLAKE2B c0ae463a686638d3f073ad906cfc1401db2d9274c850d68a796ce66e4c181911eceb6ca9ec26bbabaeb0cbd17c3550c8977a6dab5b5a0af6f911b4ffbd76039e SHA512 2de77210e6c2e84addc54c99d3b7329c490ae9c8c614281d904a70dcda8905945beaa92e9927c03a71f7bfd72a353f9361ecea8030c2761abbd872c7ebe45636 diff --git a/kde-apps/kfind/kfind-17.12.2.ebuild b/kde-apps/kfind/kfind-17.12.2.ebuild new file mode 100644 index 0000000000..3c6cd94b16 --- /dev/null +++ b/kde-apps/kfind/kfind-17.12.2.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="File finder utility based on KDE Frameworks" +HOMEPAGE="https://www.kde.org/applications/utilities/kfind/" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep karchive) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kjobwidgets) + $(add_frameworks_dep kservice) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/kfloppy/Manifest b/kde-apps/kfloppy/Manifest new file mode 100644 index 0000000000..402ed47254 --- /dev/null +++ b/kde-apps/kfloppy/Manifest @@ -0,0 +1 @@ +DIST kfloppy-17.12.2.tar.xz 199064 BLAKE2B 742fc73148f3c2e5698cf97f099844057b9470c8c040377abfe01351da5552e44fe7422f35fee96e4607f329bcd01641b6cb10e61718cc3f5a72db7ac5857bca SHA512 d95a7072754a4bcc95c2fc8a8c5149759e33717bd29377ebed78cfe40ee3e0f7793d537476d1807f830c11f9af5b5c15e1db6c82540b385bf46a6f4749ca8691 diff --git a/kde-apps/kfloppy/kfloppy-17.12.2.ebuild b/kde-apps/kfloppy/kfloppy-17.12.2.ebuild new file mode 100644 index 0000000000..6bdbc688d3 --- /dev/null +++ b/kde-apps/kfloppy/kfloppy-17.12.2.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="A straightforward graphical means to format 3.5\" and 5.25\" floppy disks" +HOMEPAGE=" + https://www.kde.org/applications/utilities/kfloppy/ + https://utils.kde.org/projects/kfloppy/ +" + +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/kfourinline/Manifest b/kde-apps/kfourinline/Manifest new file mode 100644 index 0000000000..fe3be03bae --- /dev/null +++ b/kde-apps/kfourinline/Manifest @@ -0,0 +1 @@ +DIST kfourinline-17.12.2.tar.xz 573144 BLAKE2B 151ff53baf2de83c6360490bb14c354ae782d26690747cbf3caa066b3d272bbfc4a41af0867610357a0a04165dad40189a51e79ab0eb8c23000d0583ac9777ba SHA512 3f7e0b179347bbb2cafb43f02af8a99becd872c35419a432e213afec1f1767b53a07a2abcae193fe868c891cbb464768bf5ade33565b5fba8c6f2c452d234594 diff --git a/kde-apps/kfourinline/kfourinline-17.12.2.ebuild b/kde-apps/kfourinline/kfourinline-17.12.2.ebuild new file mode 100644 index 0000000000..3e6be98491 --- /dev/null +++ b/kde-apps/kfourinline/kfourinline-17.12.2.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="KDE four-in-a-row game" +HOMEPAGE=" + https://www.kde.org/applications/games/kfourinline/ + https://games.kde.org/game.php?game=kfourinline +" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdnssd) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtgui) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/kgeography/Manifest b/kde-apps/kgeography/Manifest new file mode 100644 index 0000000000..c78709b448 --- /dev/null +++ b/kde-apps/kgeography/Manifest @@ -0,0 +1 @@ +DIST kgeography-17.12.2.tar.xz 10922052 BLAKE2B ec2c1f567c652cc7d74d418bc0b3321699d2657b4b9af9434e1520ee588453dfef5643671c88fe0e8ed4ca7ef5e9efcef10ad2e50645ef53d09de1b45eec4246 SHA512 31bb488144ce8c17d3aa11e7155a83dbec49281803c814076c92fc71b758aaebce87d796dfb2b20f22baad50e1b31c466436d627a40bfa1265a6c02b84d11c32 diff --git a/kde-apps/kgeography/kgeography-17.12.2.ebuild b/kde-apps/kgeography/kgeography-17.12.2.ebuild new file mode 100644 index 0000000000..1a573e6946 --- /dev/null +++ b/kde-apps/kgeography/kgeography-17.12.2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Geography learning tool" +HOMEPAGE="https://edu.kde.org/applications/miscellaneous/kgeography +https://edu.kde.org/applications/all/kgeography" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/kget/Manifest b/kde-apps/kget/Manifest new file mode 100644 index 0000000000..e5d6317d16 --- /dev/null +++ b/kde-apps/kget/Manifest @@ -0,0 +1 @@ +DIST kget-17.12.2.tar.xz 5387996 BLAKE2B 65a3d86ebf96ce2f66e5e0e1e0e7ec5430123dbff427624dd234889a6abc8bd9ea6aaa3991c29e2645139567d53f51c533224c4c5e5e25d3b6b16ab220dfc320 SHA512 affc47f456946001ca0ad230720ed3a1b21ee274d1df865fe7b405b852dff55a1a85ae30cae15bcf4ef667e285719ec3d72d8adce994f96e92f3069f9fae541a diff --git a/kde-apps/kget/kget-17.12.2.ebuild b/kde-apps/kget/kget-17.12.2.ebuild new file mode 100644 index 0000000000..a4c37c37db --- /dev/null +++ b/kde-apps/kget/kget-17.12.2.ebuild @@ -0,0 +1,65 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +KDE_TEST="forceoptional" +inherit kde5 + +DESCRIPTION="Advanced download manager by KDE" +HOMEPAGE="https://www.kde.org/applications/internet/kget/" +KEYWORDS="~amd64 ~x86" +IUSE="bittorrent gpg mms sqlite" + +COMMON_DEPEND=" + $(add_frameworks_dep kcmutils) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep knotifyconfig) + $(add_frameworks_dep kparts) + $(add_frameworks_dep kservice) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwallet) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep kxmlgui) + $(add_frameworks_dep solid) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtsql) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + app-crypt/qca:2[qt5] + bittorrent? ( net-libs/libktorrent:5 ) + gpg? ( app-crypt/gpgme[qt5] ) + mms? ( media-libs/libmms ) + sqlite? ( dev-db/sqlite:3 ) +" +DEPEND="${COMMON_DEPEND} + dev-libs/boost +" +RDEPEND="${COMMON_DEPEND} + !kde-apps/kde4-l10n +" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package bittorrent KF5Torrent) + $(cmake-utils_use_find_package gpg Gpgmepp) + $(cmake-utils_use_find_package mms LibMms) + $(cmake-utils_use_find_package sqlite Sqlite) + ) + + kde5_src_configure +} diff --git a/kde-apps/kgoldrunner/Manifest b/kde-apps/kgoldrunner/Manifest new file mode 100644 index 0000000000..3aa850591a --- /dev/null +++ b/kde-apps/kgoldrunner/Manifest @@ -0,0 +1 @@ +DIST kgoldrunner-17.12.2.tar.xz 4400880 BLAKE2B 50a799325eada014fcf64812e29422fd06685866c43bdc1c5ab9aa3aec285575830912c61f36901113fbd73c8e0c1659afbec9d40cafb43206c50c622886822c SHA512 a68a9b16fe8ae20b3613cd3d8dc872a0a222476cf6e9a4d0bd8b0563604703ef5eb910770499355e8f75fc20a44a3917234f1be88f06dff23a721d0049014ff6 diff --git a/kde-apps/kgoldrunner/kgoldrunner-17.12.2.ebuild b/kde-apps/kgoldrunner/kgoldrunner-17.12.2.ebuild new file mode 100644 index 0000000000..1377b14402 --- /dev/null +++ b/kde-apps/kgoldrunner/kgoldrunner-17.12.2.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +KDE_SELINUX_MODULE="games" +inherit kde5 + +DESCRIPTION="Game of action and puzzle solving by KDE" +HOMEPAGE=" + https://www.kde.org/applications/games/kgoldrunner/ + https://games.kde.org/game.php?game=kgoldrunner +" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(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 kio) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + media-libs/libsndfile + media-libs/openal +" +RDEPEND="${DEPEND} + !<kde-apps/kde4-l10n-17.07.80 +" diff --git a/kde-apps/kgpg/Manifest b/kde-apps/kgpg/Manifest new file mode 100644 index 0000000000..e09c683e5b --- /dev/null +++ b/kde-apps/kgpg/Manifest @@ -0,0 +1 @@ +DIST kgpg-17.12.2.tar.xz 2817624 BLAKE2B a35dcbb0f5bf8512d73bb9dcdf81fc10c5afa1fa625c8b4629ed849534b550a8a3ba93263927d294be40d07009df44f1dfa210f7b9c9ef6dd412e78c9d46581c SHA512 5f5078b0a72d0837d023e89079f7d0206b5952ea437af2eb9ba76d9c3706c7e77e92ded7ae61a5ec18ff5b4b0dc93425b265200fe0acdec43ddccc1eaca9df44 diff --git a/kde-apps/kgpg/kgpg-17.12.2.ebuild b/kde-apps/kgpg/kgpg-17.12.2.ebuild new file mode 100644 index 0000000000..9179f81685 --- /dev/null +++ b/kde-apps/kgpg/kgpg-17.12.2.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +KDE_SELINUX_MODULE="gpg" +inherit kde5 + +DESCRIPTION="Frontend for GnuPG, a powerful encryption utility by KDE" +HOMEPAGE="https://www.kde.org/applications/utilities/kgpg +https://utils.kde.org/projects/kgpg" +KEYWORDS="~amd64 ~x86" +IUSE="" + +COMMON_DEPEND=" + $(add_frameworks_dep karchive) + $(add_frameworks_dep kcodecs) + $(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 kjobwidgets) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep kservice) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep akonadi) + $(add_kdeapps_dep akonadi-contacts) + $(add_kdeapps_dep kcontacts) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtwidgets) +" +DEPEND="${COMMON_DEPEND} + app-crypt/gpgme +" +RDEPEND="${COMMON_DEPEND} + app-crypt/gnupg +" diff --git a/kde-apps/khangman/Manifest b/kde-apps/khangman/Manifest new file mode 100644 index 0000000000..777aaddd09 --- /dev/null +++ b/kde-apps/khangman/Manifest @@ -0,0 +1 @@ +DIST khangman-17.12.2.tar.xz 6454644 BLAKE2B 14d415174b4b0802d93245e673095aa6e018dd0a2df5ebeda9ba2b3a5003c238b354448e548ada7c5ca1392b4758656ab7dc0ae9b6818350b075e530a8742061 SHA512 fbaa1ef829f53966ab754d9d2ec2efc184505421c08f2f86cacdd2e05088deb9fead44db9b90556b9b5006dc0630f72ddd49b8b0214b179ffac501f204621000 diff --git a/kde-apps/khangman/khangman-17.12.2.ebuild b/kde-apps/khangman/khangman-17.12.2.ebuild new file mode 100644 index 0000000000..cb57c5103e --- /dev/null +++ b/kde-apps/khangman/khangman-17.12.2.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Classical hangman game by KDE" +HOMEPAGE="https://www.kde.org/applications/education/khangman +https://edu.kde.org/khangman" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdeclarative) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkeduvocdocument) + $(add_qt_dep qtdeclarative) + $(add_qt_dep qtgui) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + media-libs/phonon[qt5(+)] +" +RDEPEND="${DEPEND} + $(add_kdeapps_dep kdeedu-data) + $(add_qt_dep qtgraphicaleffects) + $(add_qt_dep qtmultimedia) + $(add_qt_dep qtquickcontrols) +" diff --git a/kde-apps/khelpcenter/Manifest b/kde-apps/khelpcenter/Manifest new file mode 100644 index 0000000000..3021f335e9 --- /dev/null +++ b/kde-apps/khelpcenter/Manifest @@ -0,0 +1 @@ +DIST khelpcenter-17.12.2.tar.xz 3024492 BLAKE2B 5b5d8dce1a8f5fe0c3a9e48feb563db3c1e29e142d429658187be9c037cfe5b11a4259b9b604474c9e45775894eff44a5b4c4d42dd0119382687a68ffad1818e SHA512 5f2bca81072a21c26853c66b5ae3fd228c92b8c74474797cf45eddbde0d9954b62c6277957698a30538ef28445f83c6e9ca570a8cfe747762486465dea6db6f8 diff --git a/kde-apps/khelpcenter/khelpcenter-17.12.2.ebuild b/kde-apps/khelpcenter/khelpcenter-17.12.2.ebuild new file mode 100644 index 0000000000..7a7d14ca37 --- /dev/null +++ b/kde-apps/khelpcenter/khelpcenter-17.12.2.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="true" +inherit kde5 + +DESCRIPTION="The KDE Help Center" +HOMEPAGE+=" https://userbase.kde.org/KHelpCenter" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep karchive) + $(add_frameworks_dep kbookmarks) + $(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 kdoctools) + $(add_frameworks_dep khtml) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kinit) + $(add_frameworks_dep kio) + $(add_frameworks_dep kparts) + $(add_frameworks_dep kservice) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + dev-libs/grantlee:5 + dev-libs/libxml2 + dev-libs/xapian:= +" +RDEPEND="${DEPEND} + $(add_plasma_dep kde-cli-tools) +" diff --git a/kde-apps/kidentitymanagement/Manifest b/kde-apps/kidentitymanagement/Manifest new file mode 100644 index 0000000000..373273d645 --- /dev/null +++ b/kde-apps/kidentitymanagement/Manifest @@ -0,0 +1 @@ +DIST kidentitymanagement-17.12.2.tar.xz 148040 BLAKE2B 8ba1b9de4e9bfd9d1abc64d5ceb8d0e0d80ff6e59270c8ec7ae5e85dfae466604b5b261f387fdc9b71fac07d4e03708e0d20f902a174ae42149d5e77fcec251f SHA512 81a97151b0c7db2b44305b479d5673e42dffd04c5d707f2072db92cc44dc40a412e47000b916fce6be941bc59419f6968debe5ad8173852952378d1b801cbd0e diff --git a/kde-apps/kidentitymanagement/kidentitymanagement-17.12.2.ebuild b/kde-apps/kidentitymanagement/kidentitymanagement-17.12.2.ebuild new file mode 100644 index 0000000000..9cc840613b --- /dev/null +++ b/kde-apps/kidentitymanagement/kidentitymanagement-17.12.2.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_TEST="true" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Library for managing identitites" +LICENSE="GPL-2+ LGPL-2.1+" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep kpimtextedit) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND} + !kde-apps/kdepim-l10n +" + +RESTRICT+=" test" diff --git a/kde-apps/kig/Manifest b/kde-apps/kig/Manifest new file mode 100644 index 0000000000..b64c830cea --- /dev/null +++ b/kde-apps/kig/Manifest @@ -0,0 +1 @@ +DIST kig-17.12.2.tar.xz 3589624 BLAKE2B 4448562d8a506d9d48d7bfdb6364d7396cfa0c94aca6de0fc990066bdb2aeb81e5fd14e6567e5128e2c3da382a07b54553f8055f9d9c7d31a5e15820d29280f1 SHA512 3bd9496e17e77ed475e6bb6d28ccb5d2a91dd261ffa7a4b3f8a7d5603b3688ca865da7cf1480411646efcc3a24a1f83bcb5078498ed8534d048b69becc71c653 diff --git a/kde-apps/kig/kig-17.12.2.ebuild b/kde-apps/kig/kig-17.12.2.ebuild new file mode 100644 index 0000000000..7e2644a1fb --- /dev/null +++ b/kde-apps/kig/kig-17.12.2.ebuild @@ -0,0 +1,62 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +KDE_TEST="optional" +PYTHON_COMPAT=( python2_7 ) +inherit python-single-r1 kde5 + +DESCRIPTION="KDE Interactive Geometry tool" +HOMEPAGE="https://www.kde.org/applications/education/kig https://edu.kde.org/kig" +KEYWORDS="~amd64 ~x86" +IUSE="geogebra scripting" + +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND="${PYTHON_DEPS} + $(add_frameworks_dep karchive) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kparts) + $(add_frameworks_dep kservice) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtgui) + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + geogebra? ( $(add_qt_dep qtxmlpatterns) ) + scripting? ( >=dev-libs/boost-1.48:=[python,${PYTHON_USEDEP}] ) +" +DEPEND="${RDEPEND} + $(add_frameworks_dep ktexteditor) +" + +PATCHES=( "${FILESDIR}/${PN}-4.12.0-boostpython.patch" ) + +pkg_setup() { + python-single-r1_pkg_setup + kde5_pkg_setup +} + +src_prepare() { + kde5_src_prepare + python_fix_shebang . +} + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package geogebra Qt5XmlPatterns) + $(cmake-utils_use_find_package scripting BoostPython) + ) + + kde5_src_configure +} diff --git a/kde-apps/kigo/Manifest b/kde-apps/kigo/Manifest new file mode 100644 index 0000000000..9baafcd871 --- /dev/null +++ b/kde-apps/kigo/Manifest @@ -0,0 +1 @@ +DIST kigo-17.12.2.tar.xz 5222156 BLAKE2B 470666e2329a12a8dd2efb318ed2adb6332cdd0c7c71d479a51d2e5ed54a8fe23bf5d69ba4d45465354c5324bc2ab2ec4f518e075bc08da52826f1b2357e4dfc SHA512 d758f72efcc797f9b060b6b01065cce4649a69a5031d358ddae3dc3cfc167d9c10cc2ed577089e1dd23925f9ffe3e4d5c5636184678dd1a70ee0715a0b14eb9d diff --git a/kde-apps/kigo/kigo-17.12.2.ebuild b/kde-apps/kigo/kigo-17.12.2.ebuild new file mode 100644 index 0000000000..3dd95da49b --- /dev/null +++ b/kde-apps/kigo/kigo-17.12.2.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Go game by KDE" +HOMEPAGE="https://www.kde.org/applications/games/kigo/" +KEYWORDS="~amd64 ~x86" +IUSE="" + +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 kio) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtgui) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND} + !<kde-apps/kde4-l10n-17.07.80 + games-board/gnugo +" diff --git a/kde-apps/killbots/Manifest b/kde-apps/killbots/Manifest new file mode 100644 index 0000000000..0ffd306f24 --- /dev/null +++ b/kde-apps/killbots/Manifest @@ -0,0 +1 @@ +DIST killbots-17.12.2.tar.xz 1166060 BLAKE2B f84904edadfb8b8863d86609ad0f650e89360b30b1ca2dab69e9b87961995739f9c1813592b79a94edcbe86962958a7bca49faff54f6808aff819777ca09a925 SHA512 70ce103e39cc35e872d61afbb73d1f5498c35266d1715d56c595db17c9028eb264d7d4486254c3032812e9608812fbef95f935947f7138fca3ba5bd08a0e7f21 diff --git a/kde-apps/killbots/killbots-17.12.2.ebuild b/kde-apps/killbots/killbots-17.12.2.ebuild new file mode 100644 index 0000000000..eb0d9bdadc --- /dev/null +++ b/kde-apps/killbots/killbots-17.12.2.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Kill the bots or they kill you!" +HOMEPAGE="https://www.kde.org/applications/games/killbots/" +KEYWORDS="~amd64 ~x86" +IUSE="" + +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 kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" + +DOCS=() diff --git a/kde-apps/kimagemapeditor/Manifest b/kde-apps/kimagemapeditor/Manifest new file mode 100644 index 0000000000..6b3344bf64 --- /dev/null +++ b/kde-apps/kimagemapeditor/Manifest @@ -0,0 +1 @@ +DIST kimagemapeditor-17.12.2.tar.xz 1054500 BLAKE2B 43c198a88447dda264206ceb8994dd664ef0a100f54887964ddb6309caa4b167c30eaf84c7f6eb8b2beb4e8f84a63af55e8d9265ea8a481db4785a3a484e0552 SHA512 445d6d1eac5e909a695f15e72c5cd35a24f18298328e92c9ac4a378879e29e227e89917eece115c1982d6cfa4534b15fd7f6031d126f84f76be2becee97da093 diff --git a/kde-apps/kimagemapeditor/kimagemapeditor-17.12.2.ebuild b/kde-apps/kimagemapeditor/kimagemapeditor-17.12.2.ebuild new file mode 100644 index 0000000000..a457413fa6 --- /dev/null +++ b/kde-apps/kimagemapeditor/kimagemapeditor-17.12.2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Generator of HTML image maps" +HOMEPAGE="https://www.kde.org/applications/development/kimagemapeditor/" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep kguiaddons) + $(add_frameworks_dep khtml) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kparts) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND} + !kde-apps/kde4-l10n +" diff --git a/kde-apps/kimap/Manifest b/kde-apps/kimap/Manifest new file mode 100644 index 0000000000..a0cad0d351 --- /dev/null +++ b/kde-apps/kimap/Manifest @@ -0,0 +1 @@ +DIST kimap-17.12.2.tar.xz 119656 BLAKE2B 4712a1339d940a2e98319a1ddf5b56cbafe589b5fd7f23cba6f4ee7814734718c27fe55e99865960bcd6d82fcc80377bd33b34b6cc4b69a72b54bb5bb718e27b SHA512 e4342382afc3694476608c561871d175aa1c2f9334e66dd7c8460ea8ffd6e016c48777fe7d9039b0d0934e92b5efba6d32acca3cc05fcff6082fc7aa2db38ac1 diff --git a/kde-apps/kimap/kimap-17.12.2.ebuild b/kde-apps/kimap/kimap-17.12.2.ebuild new file mode 100644 index 0000000000..e7bcd2eec2 --- /dev/null +++ b/kde-apps/kimap/kimap-17.12.2.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_TEST="forceoptional" +inherit kde5 + +DESCRIPTION="Library for interacting with IMAP servers" +LICENSE="GPL-2+" +KEYWORDS="~amd64 ~x86" +IUSE="" + +# TODO: Convince upstream not to install stuff with tests +CDEPEND=" + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_kdeapps_dep kmime) + $(add_qt_dep qtgui) + dev-libs/cyrus-sasl +" +DEPEND="${CDEPEND} + test? ( $(add_qt_dep qttest) ) +" +RDEPEND="${CDEPEND} + !kde-apps/kdepim-l10n +" + +src_test() { + # tests cannot be run in parallel #605586 + local myctestargs=( + -j1 + ) + + kde5_src_test +} diff --git a/kde-apps/kio-extras/Manifest b/kde-apps/kio-extras/Manifest new file mode 100644 index 0000000000..3baeab1f3d --- /dev/null +++ b/kde-apps/kio-extras/Manifest @@ -0,0 +1 @@ +DIST kio-extras-17.12.2.tar.xz 555752 BLAKE2B 69cce41da17f991c327a84c76cdcaf85ab0b9c4f6f6a967e11342193326a9127daa7a34d717d0840eebbe95057e3987a7f81be79113d2b718e5bbbdd988de469 SHA512 5918057745fa201460c8a21e48e669313dce28c40c26ee663e53997af0a5109c6f8396c9ab6939527bf3d315ec29d23aa865290c3fec12896e47dd0526d07fb1 diff --git a/kde-apps/kio-extras/kio-extras-17.12.2.ebuild b/kde-apps/kio-extras/kio-extras-17.12.2.ebuild new file mode 100644 index 0000000000..5a1c3d2548 --- /dev/null +++ b/kde-apps/kio-extras/kio-extras-17.12.2.ebuild @@ -0,0 +1,80 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +KDE_TEST="optional" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="KIO plugins present a filesystem-like view of arbitrary data" +HOMEPAGE="https://cgit.kde.org/kio-extras.git" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" +IUSE="activities htmlthumbs +man mtp openexr phonon samba +sftp slp taglib" + +COMMON_DEPEND=" + $(add_frameworks_dep karchive 'bzip2,lzma') + $(add_frameworks_dep kbookmarks) + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kdnssd) + $(add_frameworks_dep kguiaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kparts) + $(add_frameworks_dep kpty) + $(add_frameworks_dep kservice) + $(add_frameworks_dep kxmlgui) + $(add_frameworks_dep solid) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + activities? ( + $(add_frameworks_dep kactivities) + $(add_qt_dep qtsql) + ) + htmlthumbs? ( $(add_qt_dep qtwebengine 'widgets') ) + man? ( $(add_frameworks_dep khtml) ) + mtp? ( media-libs/libmtp:= ) + openexr? ( media-libs/openexr ) + phonon? ( media-libs/phonon[qt5(+)] ) + samba? ( net-fs/samba[client] ) + sftp? ( net-libs/libssh:=[sftp] ) + slp? ( net-libs/openslp ) + taglib? ( >=media-libs/taglib-1.11.1 ) +" +RDEPEND="${COMMON_DEPEND} + $(add_frameworks_dep kded) +" +DEPEND="${COMMON_DEPEND} + x11-misc/shared-mime-info + man? ( dev-util/gperf ) +" + +# requires running kde environment +RESTRICT+=" test" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package activities KF5Activities) + $(cmake-utils_use_find_package htmlthumbs Qt5WebEngineWidgets) + $(cmake-utils_use_find_package man Gperf) + $(cmake-utils_use_find_package mtp Mtp) + $(cmake-utils_use_find_package openexr OpenEXR) + $(cmake-utils_use_find_package phonon Phonon4Qt5) + $(cmake-utils_use_find_package samba Samba) + $(cmake-utils_use_find_package sftp LibSSH) + $(cmake-utils_use_find_package slp SLP) + $(cmake-utils_use_find_package taglib Taglib) + ) + + kde5_src_configure +} diff --git a/kde-apps/kiriki/Manifest b/kde-apps/kiriki/Manifest new file mode 100644 index 0000000000..1a1d58e957 --- /dev/null +++ b/kde-apps/kiriki/Manifest @@ -0,0 +1 @@ +DIST kiriki-17.12.2.tar.xz 325868 BLAKE2B 85635b28857a3c083d0ad3973431e402b34c57acdd41c4f5d47fa0b520bae90ecd806e30cd56cfca234e42a748623b2233544b95cc02a634b676f35869eb4f56 SHA512 6fcc187cf3cf25cf3056d6388094f203f533506ead4a8dbb77298cb34fb881958449131a1a89047ac59739fb17db448a95a54c04e9afdc85b96225256a03d2a3 diff --git a/kde-apps/kiriki/kiriki-17.12.2.ebuild b/kde-apps/kiriki/kiriki-17.12.2.ebuild new file mode 100644 index 0000000000..b0d97b3b53 --- /dev/null +++ b/kde-apps/kiriki/kiriki-17.12.2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="An addictive and fun dice game" +HOMEPAGE=" + https://www.kde.org/applications/games/kiriki/ + https://games.kde.org/game.php?game=kiriki +" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(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 kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtgui) + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/kiten/Manifest b/kde-apps/kiten/Manifest new file mode 100644 index 0000000000..e0c918512c --- /dev/null +++ b/kde-apps/kiten/Manifest @@ -0,0 +1 @@ +DIST kiten-17.12.2.tar.xz 11554904 BLAKE2B 8ae197670c966b078d12c6b87c73f06733b99dfc7527447eaf0be69916f38870e988ff75723db1bb07bf0f77978b438e4290a6a32445e41952537545ef0c3914 SHA512 3c10a77b3ba78cbeaa160ccd6ef1c0cd004c28b18042535a65b735cfaff2b1773ce1d65a15a4da078edb5237a4e45055a193be40d2cbf69d09bc01dae29e584c diff --git a/kde-apps/kiten/kiten-17.12.2.ebuild b/kde-apps/kiten/kiten-17.12.2.ebuild new file mode 100644 index 0000000000..19dcab4157 --- /dev/null +++ b/kde-apps/kiten/kiten-17.12.2.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="KDE Japanese dictionary and reference" +HOMEPAGE="https://www.kde.org/applications/education/kiten https://edu.kde.org/kiten" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep karchive) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep khtml) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kparts) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/kjumpingcube/Manifest b/kde-apps/kjumpingcube/Manifest new file mode 100644 index 0000000000..5783303bed --- /dev/null +++ b/kde-apps/kjumpingcube/Manifest @@ -0,0 +1 @@ +DIST kjumpingcube-17.12.2.tar.xz 293276 BLAKE2B 89dfb747556aaf049f6b1f3c5b89d649d4881bac93169c42bb07d625c9e7da6344ca16ac5738c204c28013c09fb3d59a969e8375a37192bb1d4f0bce00b2f7b4 SHA512 a85b094dc916d01b96a60037173c2e9e298814d575c66408d42de69b20674e65040bb6b4284edb2229b05849776d30e11e197d3d587fb76d7de77c09a3fa3f28 diff --git a/kde-apps/kjumpingcube/kjumpingcube-17.12.2.ebuild b/kde-apps/kjumpingcube/kjumpingcube-17.12.2.ebuild new file mode 100644 index 0000000000..24ea87a948 --- /dev/null +++ b/kde-apps/kjumpingcube/kjumpingcube-17.12.2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="true" +KDE_SELINUX_MODULE="games" +inherit kde5 + +DESCRIPTION="Tactical one or two player game" +HOMEPAGE=" + https://www.kde.org/applications/games/kjumpingcube/ + https://games.kde.org/game.php?game=kjumpingcube +" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(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 kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtgui) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/kldap/Manifest b/kde-apps/kldap/Manifest new file mode 100644 index 0000000000..47929a83c9 --- /dev/null +++ b/kde-apps/kldap/Manifest @@ -0,0 +1 @@ +DIST kldap-17.12.2.tar.xz 155144 BLAKE2B 39552d4a8e52e2fc2e40996d27e4c2c4a60fd3ced3e490b906711509c027da8c79765852a25af380bb5c45caafe080787762a743de855febd58089a5f64a2900 SHA512 fc14fa15d56c895d9fb71a96c1802db834f2ffcbf06d8e1533d775c7e7b0d2fe36a05e4df33d360468671677558c96656e4d5681e24e34f6dc6513ece9a01b5d diff --git a/kde-apps/kldap/kldap-17.12.2.ebuild b/kde-apps/kldap/kldap-17.12.2.ebuild new file mode 100644 index 0000000000..fd1452bcfd --- /dev/null +++ b/kde-apps/kldap/kldap-17.12.2.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +KDE_TEST="true" +inherit kde5 + +DESCRIPTION="Library for interacting with LDAP servers" +LICENSE="GPL-2+" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kwidgetsaddons) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + dev-libs/cyrus-sasl + net-nds/openldap +" +RDEPEND="${DEPEND} + !kde-apps/kdepim-l10n +" + +src_prepare() { + kde5_src_prepare + + if ! use_if_iuse handbook ; then + sed -e "/add_subdirectory(doc)/I s/^/#DONOTCOMPILE /" \ + -i kioslave/CMakeLists.txt || die "failed to comment add_subdirectory(doc)" + fi +} diff --git a/kde-apps/kleopatra/Manifest b/kde-apps/kleopatra/Manifest new file mode 100644 index 0000000000..0cbeaee9c8 --- /dev/null +++ b/kde-apps/kleopatra/Manifest @@ -0,0 +1 @@ +DIST kleopatra-17.12.2.tar.xz 1897820 BLAKE2B 0236a00f802eb960c2dd5de1598b6e90134462d041e26cd9707e8d2a9047efbcca0dadd52cad1246d58b8d35915becb00762f73760f918cc7143a34921481f33 SHA512 e487d186b3b857929cbbe9023258273890104395b04394fefc7c7bb1a4391c85ff2f52da196ab13500b6d8ad243e646f62922b6dd7d0bee15c32ce92e66347e5 diff --git a/kde-apps/kleopatra/kleopatra-17.12.2.ebuild b/kde-apps/kleopatra/kleopatra-17.12.2.ebuild new file mode 100644 index 0000000000..9526ad8ef1 --- /dev/null +++ b/kde-apps/kleopatra/kleopatra-17.12.2.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="optional" +KDE_TEST="forceoptional" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Certificate manager and GUI for OpenPGP and CMS cryptography" +HOMEPAGE="https://www.kde.org/applications/utilities/kleopatra" +LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" +KEYWORDS="~amd64 ~x86" + +IUSE="" + +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 ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kitemmodels) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep kmime) + $(add_kdeapps_dep libkleo) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtwidgets) + >=app-crypt/gpgme-1.7.1[cxx,qt5] + dev-libs/boost:= + dev-libs/libassuan + dev-libs/libgpg-error +" +RDEPEND="${DEPEND} + !kde-apps/kdepim-l10n + >=app-crypt/gnupg-2.1 + app-crypt/paperkey +" + +# tests completely broken, bug #641720 +RESTRICT+=" test" diff --git a/kde-apps/klettres/Manifest b/kde-apps/klettres/Manifest new file mode 100644 index 0000000000..32061e30dc --- /dev/null +++ b/kde-apps/klettres/Manifest @@ -0,0 +1 @@ +DIST klettres-17.12.2.tar.xz 21711804 BLAKE2B c976c4627b8abd3fbd894cc3faa0e9f5bcdd26e3c2866b4508e4c79dc7523264dde2b97b5d81c4b9c07c5b426620181f58f2d7cc31fc1ec1acb194941bcd4289 SHA512 aac1bba83a093db707185ef77d514ac3f6d909065045b6beaaeb277fd03cf9c882ecd1a3ff35b7256e61517effeac302792e8a6e32a5de4c4cd3082aa257609e diff --git a/kde-apps/klettres/klettres-17.12.2.ebuild b/kde-apps/klettres/klettres-17.12.2.ebuild new file mode 100644 index 0000000000..5a99090d00 --- /dev/null +++ b/kde-apps/klettres/klettres-17.12.2.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Alphabet learning application" +HOMEPAGE="https://www.kde.org/applications/education/klettres +https://edu.kde.org/klettres" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtgui) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + media-libs/phonon[qt5(+)] +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/klickety/Manifest b/kde-apps/klickety/Manifest new file mode 100644 index 0000000000..0530c9e151 --- /dev/null +++ b/kde-apps/klickety/Manifest @@ -0,0 +1 @@ +DIST klickety-17.12.2.tar.xz 1410376 BLAKE2B 03e5cdf4437634bf467fad8b3a30cf825d5428d2c0257ddf70dc92127c157230de188f6c79badf2fd0d065e0056c0e8118fafe7993b22fc624500cbaf55fbf4e SHA512 d96dd76c8495c68ec52dabf328b0100ddf656ecce0463c65dfd899b46c30e69451c8a94bb00e73a53b492e27c6bb69971532baabba8047cdd063fe65ca8fea64 diff --git a/kde-apps/klickety/klickety-17.12.2.ebuild b/kde-apps/klickety/klickety-17.12.2.ebuild new file mode 100644 index 0000000000..29d07f818c --- /dev/null +++ b/kde-apps/klickety/klickety-17.12.2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +KDE_SELINUX_MODULE="games" +inherit kde5 + +DESCRIPTION="A game almost the same as ksame, but a bit different by KDE" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(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 kio) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep knotifyconfig) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" + +DOCS=() diff --git a/kde-apps/klines/Manifest b/kde-apps/klines/Manifest new file mode 100644 index 0000000000..ba2dac2518 --- /dev/null +++ b/kde-apps/klines/Manifest @@ -0,0 +1 @@ +DIST klines-17.12.2.tar.xz 1667344 BLAKE2B 70431eced57a821a3a253cf984a864b0dfa8db11b9cb89ba859bc87b2a2b3b6733ac89eebd211b8de530f11e7bd245feeed4b510ac753149655b857dce16dabe SHA512 d22b242933f61c2c7c8ade81aeed5126a92398fe9754857adebf03adb7d02d88c642f1ac0dc0a3bea8aa62487314e80bf509645cfd642f97c6b7ec617b5379a0 diff --git a/kde-apps/klines/klines-17.12.2.ebuild b/kde-apps/klines/klines-17.12.2.ebuild new file mode 100644 index 0000000000..7d4775b223 --- /dev/null +++ b/kde-apps/klines/klines-17.12.2.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +KDE_SELINUX_MODULE="games" +inherit kde5 + +DESCRIPTION="A little KDE game about balls and how to get rid of them" +HOMEPAGE=" + https://www.kde.org/applications/games/klines/ + https://games.kde.org/game.php?game=klines +" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(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 kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" + +DOCS=( AUTHORS ) diff --git a/kde-apps/kmag/Manifest b/kde-apps/kmag/Manifest new file mode 100644 index 0000000000..5430642789 --- /dev/null +++ b/kde-apps/kmag/Manifest @@ -0,0 +1 @@ +DIST kmag-17.12.2.tar.xz 588260 BLAKE2B 8696e99f3c361fe3a1a16b5a498473640344a032ec350fd1b82e80e3dea29ce80432d7afcfe0de2d8dcdbf22aaf75a5e027a2057a4989aadeb45696510312d0f SHA512 c3819d26296e19558b6656c965410e97ff2cbd33b98b1cf8f428df8f7c8827f9d627556a975f246addbe5a1a3e7ebfe8a25195962bd2a218a7f4ebedb5f4793a diff --git a/kde-apps/kmag/kmag-17.12.2.ebuild b/kde-apps/kmag/kmag-17.12.2.ebuild new file mode 100644 index 0000000000..78ea685239 --- /dev/null +++ b/kde-apps/kmag/kmag-17.12.2.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="KDE screen magnifier" +HOMEPAGE="https://www.kde.org/applications/utilities/kmag/" +KEYWORDS="~amd64 ~x86" +IUSE="keyboardfocus" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtgui) + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtwidgets) + keyboardfocus? ( media-libs/libqaccessibilityclient:5 ) +" +RDEPEND="${DEPEND} + !<kde-apps/kde4-l10n-17.07.80 +" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package keyboardfocus QAccessibilityClient) + ) + + kde5_src_configure +} diff --git a/kde-apps/kmahjongg/Manifest b/kde-apps/kmahjongg/Manifest new file mode 100644 index 0000000000..75d05af427 --- /dev/null +++ b/kde-apps/kmahjongg/Manifest @@ -0,0 +1 @@ +DIST kmahjongg-17.12.2.tar.xz 4084888 BLAKE2B 861497f354acb60acdd54257b1f1d00fceb865f4111da5b0c35d62265ac50f406edd4569497382c0e56f6a48f9db1af602b9204dfeda40eeca58e5e29c5869fd SHA512 499d1e6eda3094dfbcf1e2535c650341bfc621bc2327a03b66d7539429231f8d6a92fbb360cce49357ad0e7a1bf1c3cdc960f2629a5790ab054a1f595803b41e diff --git a/kde-apps/kmahjongg/kmahjongg-17.12.2.ebuild b/kde-apps/kmahjongg/kmahjongg-17.12.2.ebuild new file mode 100644 index 0000000000..7f03c60e0f --- /dev/null +++ b/kde-apps/kmahjongg/kmahjongg-17.12.2.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +KDE_SELINUX_MODULE="games" +inherit kde5 + +DESCRIPTION="A tile matching game for one or two players" +HOMEPAGE=" + https://www.kde.org/applications/games/kmahjongg/ + https://games.kde.org/game.php?game=kmahjongg +" +KEYWORDS="~amd64 ~x86" +IUSE="" + +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 kdeclarative) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_kdeapps_dep libkmahjongg) + $(add_qt_dep qtgui) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/kmail-account-wizard/Manifest b/kde-apps/kmail-account-wizard/Manifest new file mode 100644 index 0000000000..947b8c4b71 --- /dev/null +++ b/kde-apps/kmail-account-wizard/Manifest @@ -0,0 +1 @@ +DIST kmail-account-wizard-17.12.2.tar.xz 153596 BLAKE2B 6e6718e237fb74f3ca57b8e3e6f19d43e80827e0b318606374cc06d2e1e25107eaf3d49cf59b629489bf745a18a828e87df3262282a155e6dd44fd42dc76cf79 SHA512 c9b5fb639f79a4f5e14a7094cd237b70c05176e7d086b93a3c9a66bd30e2a557df8eb2d72471a5172ec1b6d039ed53e6c50e9139aed61f85456eaaac35d54816 diff --git a/kde-apps/kmail-account-wizard/kmail-account-wizard-17.12.2.ebuild b/kde-apps/kmail-account-wizard/kmail-account-wizard-17.12.2.ebuild new file mode 100644 index 0000000000..1d631b73e8 --- /dev/null +++ b/kde-apps/kmail-account-wizard/kmail-account-wizard-17.12.2.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" # FIXME: Check back for doc in release +KDE_TEST="forceoptional" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Assistant for KMail accounts configuration" +HOMEPAGE+=" https://userbase.kde.org/Kmail/Account_Wizard" +LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcmutils) + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep knotifyconfig) + $(add_frameworks_dep kross) + $(add_frameworks_dep kservice) + $(add_frameworks_dep ktexteditor) + $(add_frameworks_dep kwallet) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep akonadi) + $(add_kdeapps_dep kidentitymanagement) + $(add_kdeapps_dep kldap) + $(add_kdeapps_dep kmailtransport) + $(add_kdeapps_dep libkdepim) + $(add_kdeapps_dep libkleo) + $(add_kdeapps_dep pimcommon) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) +" +RDEPEND="${DEPEND} + !kde-apps/kdepim-common-libs:4 + !kde-apps/kdepim-l10n + !kde-apps/kdepim-runtime:4 +" diff --git a/kde-apps/kmail/Manifest b/kde-apps/kmail/Manifest new file mode 100644 index 0000000000..5147f54ea3 --- /dev/null +++ b/kde-apps/kmail/Manifest @@ -0,0 +1 @@ +DIST kmail-17.12.2.tar.xz 4751828 BLAKE2B c86cc8a5329886660d4fbc83bd808e3659d5da7a787a2983437ea77a0523dd31a4f0ecc4eec0413b2c9d08ac68dd691319867aa3aa6ece347a20d9df481200b1 SHA512 2fad3d7712f2a6939c014af5583332598b9ec737952ade6762c4d7a8e3128031825df03c6288bd7ac35facf95ebf6d125f2e0e01f5fb5704cc24db3db7b00c59 diff --git a/kde-apps/kmail/kmail-17.12.2.ebuild b/kde-apps/kmail/kmail-17.12.2.ebuild new file mode 100644 index 0000000000..446bd98376 --- /dev/null +++ b/kde-apps/kmail/kmail-17.12.2.ebuild @@ -0,0 +1,111 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +KDE_TEST="forceoptional" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Email client, supporting POP3 and IMAP mailboxes." +HOMEPAGE="https://www.kde.org/applications/internet/kmail/" +LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" +KEYWORDS="~amd64 ~x86" +IUSE="" + +COMMON_DEPEND=" + $(add_frameworks_dep kbookmarks) + $(add_frameworks_dep kcmutils) + $(add_frameworks_dep kcodecs) + $(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 kguiaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep kio) + $(add_frameworks_dep kjobwidgets) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep knotifyconfig) + $(add_frameworks_dep kparts) + $(add_frameworks_dep kservice) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep kxmlgui) + $(add_frameworks_dep sonnet) + $(add_kdeapps_dep akonadi) + $(add_kdeapps_dep akonadi-contacts) + $(add_kdeapps_dep akonadi-mime) + $(add_kdeapps_dep akonadi-search) + $(add_kdeapps_dep kcalcore) + $(add_kdeapps_dep kcontacts) + $(add_kdeapps_dep kdepim-apps-libs) + $(add_kdeapps_dep kidentitymanagement) + $(add_kdeapps_dep kmailtransport) + $(add_kdeapps_dep kmime) + $(add_kdeapps_dep kontactinterface) + $(add_kdeapps_dep kpimtextedit) + $(add_kdeapps_dep libgravatar) + $(add_kdeapps_dep libkdepim) + $(add_kdeapps_dep libkleo) + $(add_kdeapps_dep libksieve) + $(add_kdeapps_dep libktnef) + $(add_kdeapps_dep mailcommon) + $(add_kdeapps_dep messagelib) + $(add_kdeapps_dep pimcommon) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtwebengine 'widgets') + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + >=app-crypt/gpgme-1.7.1[cxx,qt5] +" +DEPEND="${COMMON_DEPEND} + $(add_kdeapps_dep kcalutils) + $(add_kdeapps_dep kldap) + dev-libs/libxslt + test? ( $(add_kdeapps_dep akonadi 'sqlite,tools') ) +" +RDEPEND="${COMMON_DEPEND} + !kde-apps/kdepim-common-libs:4 + !kde-apps/kdepim-l10n + !kde-apps/ktnef + $(add_kdeapps_dep kdepim-runtime) + $(add_kdeapps_dep kmail-account-wizard) +" + +RESTRICT+=" test" # bug 616878 + +src_prepare() { + cmake-utils_src_prepare + + if ! use handbook; then + sed -i ktnef/CMakeLists.txt -e "/add_subdirectory(doc)/ s/^/#DONT/" || die + fi +} + +pkg_postinst() { + kde5_pkg_postinst + + pkg_is_installed() { + echo "${1} ($(has_version ${1} || echo "not ")installed)" + } + + elog "KMail supports the following runtime dependencies:" + elog " Virus detection:" + elog " $(pkg_is_installed app-antivirus/clamav)" + elog " Spam filtering:" + elog " $(pkg_is_installed mail-filter/bogofilter)" + elog " $(pkg_is_installed mail-filter/spamassassin)" + elog " Fancy e-mail headers and various useful plugins:" + elog " $(pkg_is_installed kde-apps/kdepim-addons:${SLOT})" + elog " Crypto config and certificate details GUI:" + elog " $(pkg_is_installed kde-apps/kleopatra:${SLOT})" +} diff --git a/kde-apps/kmailtransport/Manifest b/kde-apps/kmailtransport/Manifest new file mode 100644 index 0000000000..756adb0be6 --- /dev/null +++ b/kde-apps/kmailtransport/Manifest @@ -0,0 +1 @@ +DIST kmailtransport-17.12.2.tar.xz 165068 BLAKE2B e55db050daf583c46266585f3f0667bbc027f9b9e308f4285db80f80c19051583bb6f948e92b2d48f948b4d73feb471cc9bcd99248ca593c611c003cb3464494 SHA512 d4e33f697f5136343f044b6d9bb1dd507c9a66f4e18f714d7fbc8402c291f42692a9909dd8ce2f115895ebc9d93cd1707c3e5a27e365e91363e6928b8d367029 diff --git a/kde-apps/kmailtransport/kmailtransport-17.12.2.ebuild b/kde-apps/kmailtransport/kmailtransport-17.12.2.ebuild new file mode 100644 index 0000000000..1cd4221e5d --- /dev/null +++ b/kde-apps/kmailtransport/kmailtransport-17.12.2.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_TEST="true" +inherit kde5 + +DESCRIPTION="Mail transport service" +LICENSE="LGPL-2.1+" +KEYWORDS="~amd64 ~x86" +IUSE="" + +COMMON_DEPEND=" + $(add_frameworks_dep kcmutils) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kwallet) + $(add_frameworks_dep kwidgetsaddons) + $(add_kdeapps_dep akonadi) + $(add_kdeapps_dep akonadi-mime) + $(add_kdeapps_dep kmime) + $(add_kdeapps_dep ksmtp) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtwidgets) +" +DEPEND="${COMMON_DEPEND} + test? ( $(add_frameworks_dep ktextwidgets) ) +" +RDEPEND="${COMMON_DEPEND} + !kde-apps/kdepim-l10n + !kde-apps/kdepimlibs:4 +" + +PATCHES=( "${FILESDIR}/${PN}-17.11.80-deps.patch" ) + +RESTRICT+=" test" diff --git a/kde-apps/kmbox/Manifest b/kde-apps/kmbox/Manifest new file mode 100644 index 0000000000..84441c176b --- /dev/null +++ b/kde-apps/kmbox/Manifest @@ -0,0 +1 @@ +DIST kmbox-17.12.2.tar.xz 24344 BLAKE2B cb3cd68c24f6864b6c57ab3dfaf7c4fdfd7515e1ddd4edd9de201377ed4a8d5ecf67b5c3b7a0e2e8228c556ae7b73e43f8b1df3f0e8afb766221dac7ada92330 SHA512 bc0c5e77767c6cb97b9658ec96b8d5dbb66ccb145abc77360f98d8cb58e8f78ebe3685be1c6d17a0939f9f3e7e5383cfebd2d377b755ff5d27bb674835ca1dae diff --git a/kde-apps/kmbox/kmbox-17.12.2.ebuild b/kde-apps/kmbox/kmbox-17.12.2.ebuild new file mode 100644 index 0000000000..aecae880be --- /dev/null +++ b/kde-apps/kmbox/kmbox-17.12.2.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_TEST="true" +inherit kde5 + +DESCRIPTION="Library for accessing MBox format mail storages" +LICENSE="GPL-2+" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="$(add_kdeapps_dep kmime)" +RDEPEND="${DEPEND}" diff --git a/kde-apps/kmime/Manifest b/kde-apps/kmime/Manifest new file mode 100644 index 0000000000..2f52ed61d7 --- /dev/null +++ b/kde-apps/kmime/Manifest @@ -0,0 +1 @@ +DIST kmime-17.12.2.tar.xz 146460 BLAKE2B b2ceca848814c048251a5a43dbec39d66e30b289f3e1ec14303796eea27fdc349118df0af4453247072799c8ed3a6b3591aae151bde31266167600f190d0ba0b SHA512 8687759164779e262ca2923a7fbc60cb37ecc7dd4cf24265ed290829cae4f067d3abbf021f823caeb17483731ee1712652c8cb1c1ce13a3c26b59af00aad2e5d diff --git a/kde-apps/kmime/kmime-17.12.2.ebuild b/kde-apps/kmime/kmime-17.12.2.ebuild new file mode 100644 index 0000000000..18fc8866db --- /dev/null +++ b/kde-apps/kmime/kmime-17.12.2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_TEST="true" +inherit kde5 + +DESCRIPTION="Libary for handling mail messages and newsgroup articles" +LICENSE="GPL-2+" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep ki18n) +" +RDEPEND="${DEPEND} + !kde-apps/kdepim-l10n +" diff --git a/kde-apps/kmines/Manifest b/kde-apps/kmines/Manifest new file mode 100644 index 0000000000..1264e8b51b --- /dev/null +++ b/kde-apps/kmines/Manifest @@ -0,0 +1 @@ +DIST kmines-17.12.2.tar.xz 882532 BLAKE2B f24cf397cb4f724a73e2a4735a98cd6c09ec558288124989923a6afd2f4dd758d40daeca09933e74d1c68e6ad5a75addf917dd4c713f44ddee532c69d88fd6e5 SHA512 447bcde5189365346d0fb9d752d42e58a0e1517496b262ac04c22ebc06392d7317b4d7b829b5bf3bc4debe0c3797fe6cad9d575cf92d141965c8d3c519cd5ae7 diff --git a/kde-apps/kmines/kmines-17.12.2.ebuild b/kde-apps/kmines/kmines-17.12.2.ebuild new file mode 100644 index 0000000000..517fa32429 --- /dev/null +++ b/kde-apps/kmines/kmines-17.12.2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +KDE_SELINUX_MODULE="games" +inherit kde5 + +DESCRIPTION="Classic mine sweeper game" +HOMEPAGE=" + https://www.kde.org/applications/games/kmines/ + https://games.kde.org/game.php?game=kmines +" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(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 ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/kmix/Manifest b/kde-apps/kmix/Manifest new file mode 100644 index 0000000000..a5f034f763 --- /dev/null +++ b/kde-apps/kmix/Manifest @@ -0,0 +1 @@ +DIST kmix-17.12.2.tar.xz 1282236 BLAKE2B bd4bb6437a45a2e19c41c9f50f9c159871d6ff360e6962506968e7f4bb674372e78116760c4547f17249bd86cfde6d7d5423aafcceeb4f038c9bb07b59f18e2e SHA512 2fc67512e5f2dfa816a77215070e2c7f250169fe6029d7d5be9ab5676e9d22875cfd7ae92dc70153939553bd460934a5b6b45f919557f6ace4216db0c22849aa diff --git a/kde-apps/kmix/kmix-17.12.2.ebuild b/kde-apps/kmix/kmix-17.12.2.ebuild new file mode 100644 index 0000000000..768fa6584e --- /dev/null +++ b/kde-apps/kmix/kmix-17.12.2.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +KDE_TEST="false" +inherit kde5 + +DESCRIPTION="Plasma mixer gui" +HOMEPAGE="https://www.kde.org/applications/multimedia/kmix/" +KEYWORDS="~amd64 ~x86" +IUSE="alsa pulseaudio" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kglobalaccel) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep kxmlgui) + $(add_frameworks_dep plasma) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + alsa? ( >=media-libs/alsa-lib-1.0.14a ) + pulseaudio? ( + dev-libs/glib:2 + media-libs/libcanberra + >=media-sound/pulseaudio-0.9.12 + ) +" +RDEPEND="${DEPEND} + $(add_plasma_dep kde-cli-tools) + !kde-apps/kde4-l10n +" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package alsa ALSA) + $(cmake-utils_use_find_package pulseaudio Canberra) + $(cmake-utils_use_find_package pulseaudio PulseAudio) + ) + + kde5_src_configure +} diff --git a/kde-apps/kmousetool/Manifest b/kde-apps/kmousetool/Manifest new file mode 100644 index 0000000000..a77c6edc99 --- /dev/null +++ b/kde-apps/kmousetool/Manifest @@ -0,0 +1 @@ +DIST kmousetool-17.12.2.tar.xz 110808 BLAKE2B 21d9d89ce5466f16d4fb219c2c778545e9295748a1cc126331b58d57010f673491f93f2407c9318f8e51065ffb28f7d404734ddca6afad8bf5147defe9cd454e SHA512 260b5fa3af4720e8dd0d073fe27246f55127759aed264567631d722afc28ad6e256904e782ff4c64e6f79da3f28c896bda1a5ab1ba37e5ee02e620b5e88f905d diff --git a/kde-apps/kmousetool/kmousetool-17.12.2.ebuild b/kde-apps/kmousetool/kmousetool-17.12.2.ebuild new file mode 100644 index 0000000000..ed8aa9a183 --- /dev/null +++ b/kde-apps/kmousetool/kmousetool-17.12.2.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="KDE program that clicks the mouse for you" +HOMEPAGE="https://www.kde.org/applications/utilities/kmousetool/" +KEYWORDS="~amd64 ~x86" +IUSE="" + +COMMON_DEPEND=" + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + media-libs/phonon[qt5(+)] + x11-libs/libX11 + x11-libs/libXtst +" +DEPEND="${COMMON_DEPEND} + x11-libs/libXext + x11-libs/libXt + x11-proto/xproto +" +RDEPEND="${COMMON_DEPEND} + !<kde-apps/kde4-l10n-17.07.80 +" diff --git a/kde-apps/kmouth/Manifest b/kde-apps/kmouth/Manifest new file mode 100644 index 0000000000..31118b5874 --- /dev/null +++ b/kde-apps/kmouth/Manifest @@ -0,0 +1 @@ +DIST kmouth-17.12.2.tar.xz 1823860 BLAKE2B 916272157a5117d082e500262adea01f3dc5e704a28cd43f36ade3667c5880aa3e4141b51a191683a1b36fffd5b935a33312ec09bc2c57b696d91e98fc85e34c SHA512 f22d2c3ca1b86fb51309dcdf046090bdd593af78386ff4553d389bd9aafffee23fedb10906872b6db00821e4b9ec4473c4159782ce40e3682a619525093ad2d3 diff --git a/kde-apps/kmouth/kmouth-17.12.2.ebuild b/kde-apps/kmouth/kmouth-17.12.2.ebuild new file mode 100644 index 0000000000..c648621058 --- /dev/null +++ b/kde-apps/kmouth/kmouth-17.12.2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Text-to-speech synthesizer front end" +HOMEPAGE="https://www.kde.org/applications/utilities/kmouth/" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtgui) + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtspeech) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) +" +RDEPEND="${DEPEND} + !kde-apps/kde4-l10n +" diff --git a/kde-apps/kmplot/Manifest b/kde-apps/kmplot/Manifest new file mode 100644 index 0000000000..758702ceeb --- /dev/null +++ b/kde-apps/kmplot/Manifest @@ -0,0 +1 @@ +DIST kmplot-17.12.2.tar.xz 3024788 BLAKE2B 57923bf1c41cee0b133b2b0b11d3a2783df7a572ce026e21f5e3ed2d28460b432d64274a94668a07a749c57e46192a45eb2f29a1ed996d7da69ae5fd3b43adfa SHA512 c58acfc3847993e075b6099a694fe484064298ec7c2e7f3671b6c58cc76125817f41e1c7d0096483163a6b3dce8f8b802cbf0a0c882bbbcb2b70e8cafbf4c6ca diff --git a/kde-apps/kmplot/kmplot-17.12.2.ebuild b/kde-apps/kmplot/kmplot-17.12.2.ebuild new file mode 100644 index 0000000000..029f91d4de --- /dev/null +++ b/kde-apps/kmplot/kmplot-17.12.2.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Mathematical function plotter" +HOMEPAGE="https://www.kde.org/applications/education/kmplot https://edu.kde.org/kmplot" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep kguiaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kparts) + $(add_frameworks_dep kservice) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/knavalbattle/Manifest b/kde-apps/knavalbattle/Manifest new file mode 100644 index 0000000000..7a952125a4 --- /dev/null +++ b/kde-apps/knavalbattle/Manifest @@ -0,0 +1 @@ +DIST knavalbattle-17.12.2.tar.xz 1219960 BLAKE2B b425f6bbbe77c2e00e5227057c2f2c05a2e8488529fd9658f9a6d0236bfc02f8c5b819b87424ee211c9fb1435ad7731eccb8d63d4477e30cbfaf293484ae002e SHA512 6b7ed60791e9bc2ab2af1cbc5979a28f7c2356c37cc8b5e7d8a24d43f5952473d1c6e51ced6635734c9829a2b112bf67b39cff194b3f97940b5964f1ddbc9850 diff --git a/kde-apps/knavalbattle/knavalbattle-17.12.2.ebuild b/kde-apps/knavalbattle/knavalbattle-17.12.2.ebuild new file mode 100644 index 0000000000..aa760fb431 --- /dev/null +++ b/kde-apps/knavalbattle/knavalbattle-17.12.2.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +KDE_SELINUX_MODULE="games" +inherit kde5 + +DESCRIPTION="Battleship clone by KDE" +HOMEPAGE=" + https://www.kde.org/applications/games/navalbattle/ + https://games.kde.org/game.php?game=kbattleship +" +KEYWORDS="~amd64 ~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 kdnssd) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) +" +RDEPEND="${DEPEND}" + +DOCS=( AUTHORS ) diff --git a/kde-apps/knetwalk/Manifest b/kde-apps/knetwalk/Manifest new file mode 100644 index 0000000000..a1c6d6b46d --- /dev/null +++ b/kde-apps/knetwalk/Manifest @@ -0,0 +1 @@ +DIST knetwalk-17.12.2.tar.xz 981428 BLAKE2B 2d61fd01f325b8d3049f00ee66c089338e6f6c3795dbe8ac5b21a587bd6d990fe5c1bc859bdf7925383bc36a3d7c07925b73e0d5389c0c70d95dad059fb7ee9d SHA512 13f41a215694c3581ccd6ce4a508701dc043824523ee5d17c3011448d2f43209133bc0cb64453b3d9d2b08aaad0b0914a1a41e82f555c9f5f3317606ebb17dfd diff --git a/kde-apps/knetwalk/knetwalk-17.12.2.ebuild b/kde-apps/knetwalk/knetwalk-17.12.2.ebuild new file mode 100644 index 0000000000..cd1421b84e --- /dev/null +++ b/kde-apps/knetwalk/knetwalk-17.12.2.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +KDE_TEST="optional" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="KDE version of the popular NetWalk game for system administrators" +HOMEPAGE=" + https://www.kde.org/applications/games/knetwalk/ + https://games.kde.org/game.php?game=knetwalk +" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(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 ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtdeclarative) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/knotes/Manifest b/kde-apps/knotes/Manifest new file mode 100644 index 0000000000..1ddc56cdb5 --- /dev/null +++ b/kde-apps/knotes/Manifest @@ -0,0 +1 @@ +DIST knotes-17.12.2.tar.xz 336592 BLAKE2B 4a2e30a84468937be5d049bee971893e8020b7a97f446791e4e25ee654b1016f46fe9eadafc9bcf8d241757a49a9ab556cb3332063f80d2bc78743bab8164ca7 SHA512 3f5f7b7b8269848cbb3f6bafdbbb87be02606140799970e947a2d176a255fc76c1746e09f68cfbf2c370aa386d50210c4c5f92d9fc2a6db3ffb08dcf103bee7b diff --git a/kde-apps/knotes/knotes-17.12.2.ebuild b/kde-apps/knotes/knotes-17.12.2.ebuild new file mode 100644 index 0000000000..95df2eeed4 --- /dev/null +++ b/kde-apps/knotes/knotes-17.12.2.ebuild @@ -0,0 +1,72 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +KDE_TEST="forceoptional" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Note taking application" +HOMEPAGE="https://www.kde.org/" +LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" +KEYWORDS="~amd64 ~x86" + +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcmutils) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep kdnssd) + $(add_frameworks_dep kglobalaccel) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kitemmodels) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep kparts) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep akonadi) + $(add_kdeapps_dep akonadi-notes) + $(add_kdeapps_dep akonadi-search) + $(add_kdeapps_dep kcalcore) + $(add_kdeapps_dep kcalutils) + $(add_kdeapps_dep kcontacts) + $(add_kdeapps_dep kmime) + $(add_kdeapps_dep kontactinterface) + $(add_kdeapps_dep libkdepim) + $(add_kdeapps_dep pimcommon) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtx11extras) + $(add_qt_dep qtxml) + dev-libs/grantlee:5 + dev-libs/libxslt + x11-libs/libX11 +" +RDEPEND="${DEPEND} + !kde-apps/kdepim-l10n + $(add_kdeapps_dep kdepim-runtime) +" + +src_configure() { +# local mycmakeargs=( +# # FIXME: Does not build (last checked 2016-02-17) +# $(cmake-utils_use_find_package X Qt5X11Extras) +# $(cmake-utils_use_find_package X X11) +# ) + + kde5_src_configure +} diff --git a/kde-apps/kolf/Manifest b/kde-apps/kolf/Manifest new file mode 100644 index 0000000000..764915eb77 --- /dev/null +++ b/kde-apps/kolf/Manifest @@ -0,0 +1 @@ +DIST kolf-17.12.2.tar.xz 925024 BLAKE2B 0e1fd2edde850db0ed373f156076edf7517b4db13c3ff16086d8d1f27d7e01840997a71b7d6e417a28ee0970022f6fbe68a4b16cb58dbafee724999772086240 SHA512 0a89e4eb06db86ae3b82108184376508aeb6de16478e91745caf6a00554260a648d96397d7986319fc48220526e589eeec4426bdb65cd6dcea319377a7f98bc1 diff --git a/kde-apps/kolf/kolf-17.12.2.ebuild b/kde-apps/kolf/kolf-17.12.2.ebuild new file mode 100644 index 0000000000..c4fe519419 --- /dev/null +++ b/kde-apps/kolf/kolf-17.12.2.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="true" +KDE_SELINUX_MODULE="games" +inherit kde5 + +DESCRIPTION="Minigolf game by KDE" +HOMEPAGE=" + https://www.kde.org/applications/games/kolf/ + https://games.kde.org/game.php?game=kolf +" +KEYWORDS="~amd64 ~x86" +IUSE="" + +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 kdelibs4support) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND} + !kde-apps/kde4-l10n +" diff --git a/kde-apps/kollision/Manifest b/kde-apps/kollision/Manifest new file mode 100644 index 0000000000..45ea64cb4e --- /dev/null +++ b/kde-apps/kollision/Manifest @@ -0,0 +1 @@ +DIST kollision-17.12.2.tar.xz 272016 BLAKE2B 1606b1dc0b069aca0bf119eb70a5d62e001d73c50b5283f380692bf881328bb521811180d70c63dca8ae3ad49b318cbb010bbb5dec9ed2ee50dea19d33222d5a SHA512 dd2b009858063a10e917ab0a71fc5ef799b91c3565807d525bc5357df18c8e1b89ec63e5975d8c41822451189ea651d0920cecc753577da3453a0e1e9ce8970c diff --git a/kde-apps/kollision/kollision-17.12.2.ebuild b/kde-apps/kollision/kollision-17.12.2.ebuild new file mode 100644 index 0000000000..159531afe0 --- /dev/null +++ b/kde-apps/kollision/kollision-17.12.2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Simple ball dodging game" +HOMEPAGE=" + https://www.kde.org/applications/games/kollision/ + https://games.kde.org/game.php?game=kollision +" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/kolourpaint/Manifest b/kde-apps/kolourpaint/Manifest new file mode 100644 index 0000000000..1c17770f5b --- /dev/null +++ b/kde-apps/kolourpaint/Manifest @@ -0,0 +1 @@ +DIST kolourpaint-17.12.2.tar.xz 5546252 BLAKE2B 048834050ac08dbda184c7d96e3c7170b67bb1e5b8bb5c719acc9cabeb7f1a14e19b9397a1c5a2acd4ddc296ae8737a7ce03cd07f81693c99193e9586dd80976 SHA512 47965664a9749fad289f24975eddac726b266351820c2f94a82f714825d53c9bd6c37ff6f2cc30d47f8be759554c8f9682504e9b2acb4e95751b474f443fd527 diff --git a/kde-apps/kolourpaint/kolourpaint-17.12.2.ebuild b/kde-apps/kolourpaint/kolourpaint-17.12.2.ebuild new file mode 100644 index 0000000000..5052eeec56 --- /dev/null +++ b/kde-apps/kolourpaint/kolourpaint-17.12.2.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="true" +inherit kde5 + +DESCRIPTION="Paint Program by KDE" +HOMEPAGE="https://www.kde.org/applications/graphics/kolourpaint/" +KEYWORDS="~amd64 ~x86" +LICENSE="BSD-2 LGPL-2 LGPL-2+ || ( LGPL-2.1 LGPL-3 ) GPL-2 handbook? ( FDL-1.2 )" +IUSE="scanner" + +RDEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep kguiaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kservice) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtgui) + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtwidgets) + scanner? ( $(add_kdeapps_dep libksane) ) +" +DEPEND="${RDEPEND} + sys-devel/gettext +" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package scanner KF5Sane) + ) + + kde5_src_configure +} diff --git a/kde-apps/kompare/Manifest b/kde-apps/kompare/Manifest new file mode 100644 index 0000000000..7fbe7b16ed --- /dev/null +++ b/kde-apps/kompare/Manifest @@ -0,0 +1 @@ +DIST kompare-17.12.2.tar.xz 711996 BLAKE2B c5bdd4fcb0ebc5e2224107f33f61075e695842e2dd1ac52bdf5dcc39e13b6e16bf09851b75e1a5779ff225146f2767fdd2d023a7f9b95f4caae0204872081ee1 SHA512 63a25dd43d316dd1efab24cd4284ae185dcd73c3e0504de7607a2c855c449314a9bd316a395bfe071690511937b058ef703450e18030c57e757603f725af07ec diff --git a/kde-apps/kompare/kompare-17.12.2.ebuild b/kde-apps/kompare/kompare-17.12.2.ebuild new file mode 100644 index 0000000000..5c3fbbe779 --- /dev/null +++ b/kde-apps/kompare/kompare-17.12.2.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="A program to view the differences between files" +HOMEPAGE="https://www.kde.org/applications/development/kompare +http://www.caffeinated.me.uk/kompare" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kjobwidgets) + $(add_frameworks_dep kparts) + $(add_frameworks_dep kservice) + $(add_frameworks_dep ktexteditor) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkomparediff2) + $(add_qt_dep qtgui) + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/konqueror/Manifest b/kde-apps/konqueror/Manifest new file mode 100644 index 0000000000..c9eeb4d011 --- /dev/null +++ b/kde-apps/konqueror/Manifest @@ -0,0 +1 @@ +DIST konqueror-17.12.2.tar.xz 7720072 BLAKE2B 512d3e81521010c060752ad5ccca0929e19a5646fc894f41f979e072af74cb90606a7f7484352ffcc9a86b5991d98439a886194c0436c770a7d5b1f567b01849 SHA512 c9490a9501b0c5251d0448dcca180dd22a36b0f5574b766b9b81b3fa66ab03ee2c9edc0d2a9998d7fee57b2b31855ce023e39f6ede22c2818cf8c9a5458a6cbf diff --git a/kde-apps/konqueror/konqueror-17.12.2.ebuild b/kde-apps/konqueror/konqueror-17.12.2.ebuild new file mode 100644 index 0000000000..971eb9fb34 --- /dev/null +++ b/kde-apps/konqueror/konqueror-17.12.2.ebuild @@ -0,0 +1,104 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" # not optional until !kdelibs4support +KDE_TEST="true" +VIRTUALX_REQUIRED="test" +inherit flag-o-matic kde5 + +DESCRIPTION="Web browser and file manager based on KDE Frameworks" +HOMEPAGE=" + https://www.kde.org/applications/internet/konqueror/ + https://konqueror.org/ +" +KEYWORDS="~amd64 ~x86" +IUSE="activities speech tidy X" +# 4 of 4 tests fail. Last checked for 4.0.3 +RESTRICT+=" test" + +COMMON_DEPEND=" + $(add_frameworks_dep karchive) + $(add_frameworks_dep kbookmarks) + $(add_frameworks_dep kcmutils) + $(add_frameworks_dep kcodecs) + $(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 kdelibs4support) + $(add_frameworks_dep kdesu) + $(add_frameworks_dep kguiaddons) + $(add_frameworks_dep khtml) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep kjobwidgets) + $(add_frameworks_dep kparts) + $(add_frameworks_dep kservice) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtwebengine 'widgets') + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + sys-libs/zlib + speech? ( $(add_qt_dep qtspeech) ) + tidy? ( app-text/htmltidy ) + X? ( $(add_qt_dep qtx11extras) ) +" +DEPEND="${COMMON_DEPEND} + activities? ( $(add_frameworks_dep kactivities) ) +" +RDEPEND="${COMMON_DEPEND} + $(add_kdeapps_dep kfind) + $(add_plasma_dep kde-cli-tools) + !kde-apps/kfmclient:4 + !kde-apps/konq-plugins + !kde-apps/libkonq:5 +" + +src_prepare() { + [[ ${CHOST} == *-solaris* ]] && append-ldflags -lmalloc + + kde5_src_prepare +} + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package activities KF5Activities) + $(cmake-utils_use_find_package speech Qt5TextToSpeech) + $(cmake-utils_use_find_package tidy LibTidy) + $(cmake-utils_use_find_package X X11) + ) + kde5_src_configure +} + +pkg_postinst() { + kde5_pkg_postinst + + if ! has_version kde-apps/keditbookmarks:${SLOT} ; then + elog "For bookmarks support, install keditbookmarks:" + elog "kde-apps/keditbookmarks:${SLOT}" + fi + + if ! has_version kde-apps/dolphin:${SLOT} ; then + elog "If you want to use konqueror as a filemanager, install the dolphin kpart:" + elog "kde-apps/dolphin:${SLOT}" + fi + + if ! has_version kde-apps/svg:${SLOT} ; then + elog "For konqueror to view SVGs, install the svg kpart:" + elog "kde-apps/svgpart:${SLOT}" + fi + + if ! has_version virtual/jre ; then + elog "To use Java on webpages install virtual/jre." + fi +} diff --git a/kde-apps/konquest/Manifest b/kde-apps/konquest/Manifest new file mode 100644 index 0000000000..c231fc692f --- /dev/null +++ b/kde-apps/konquest/Manifest @@ -0,0 +1 @@ +DIST konquest-17.12.2.tar.xz 658132 BLAKE2B 06f758a7339dac9cf592b1ba9c29c0a0b17210fb0c020a44c48241c945e9b981b9865a4e7929c81d44905b4acc8d3ef425f81a6e56f413b7ea4e9aab4f8af04b SHA512 d57db91847a636c22db9969631ac8ebb06fe1b262cbff1cb25bcf79face3791e3a7ca554c1d6a12af70f7cc1deb5a17c8ed29bfb190da5df17d51da863a4b3d6 diff --git a/kde-apps/konquest/konquest-17.12.2.ebuild b/kde-apps/konquest/konquest-17.12.2.ebuild new file mode 100644 index 0000000000..f2519a6250 --- /dev/null +++ b/kde-apps/konquest/konquest-17.12.2.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +KDE_SELINUX_MODULE="games" +inherit kde5 + +DESCRIPTION="Galactic Strategy KDE Game" +HOMEPAGE=" + https://www.kde.org/applications/games/konquest/ + https://games.kde.org/game.php?game=konquest +" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kguiaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kxmlgui) + $(add_frameworks_dep kwidgetsaddons) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtgui) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND} + !<kde-apps/kde4-l10n-17.07.80 +" diff --git a/kde-apps/konsole/Manifest b/kde-apps/konsole/Manifest new file mode 100644 index 0000000000..4e8607eaee --- /dev/null +++ b/kde-apps/konsole/Manifest @@ -0,0 +1 @@ +DIST konsole-17.12.2.tar.xz 1026748 BLAKE2B 95eaaeae7c37402652d95954273b4a16186c27e01a533b83493530e03c0e01e8a727fc4043a9b1eed229adc02c8353fcb9e6cdfb91b5396e838dd83d475205d2 SHA512 daffd82608fcbe4ded65cae336d2d6ab6f6a70a665e2b1841cca39b2933e8c615c072bcfe02958be8e8193c05a0c1ad317e6cda554dcb8e3b434a2f4d8d80036 diff --git a/kde-apps/konsole/konsole-17.12.2.ebuild b/kde-apps/konsole/konsole-17.12.2.ebuild new file mode 100644 index 0000000000..c091c44e38 --- /dev/null +++ b/kde-apps/konsole/konsole-17.12.2.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="optional" +KDE_TEST="true" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="KDE's terminal emulator" +HOMEPAGE="https://www.kde.org/applications/system/konsole https://konsole.kde.org" + +KEYWORDS="~amd64 ~x86" +IUSE="X" + +DEPEND=" + $(add_frameworks_dep kbookmarks) + $(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 kguiaddons) + $(add_frameworks_dep kjobwidgets) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kinit) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep knotifyconfig) + $(add_frameworks_dep kparts) + $(add_frameworks_dep kpty) + $(add_frameworks_dep kservice) + $(add_frameworks_dep ktextwidgets) + $(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 qtprintsupport) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + X? ( x11-libs/libX11 ) +" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package X X11) + ) + + kde5_src_configure +} diff --git a/kde-apps/konsolekalendar/Manifest b/kde-apps/konsolekalendar/Manifest new file mode 100644 index 0000000000..c71f617cbb --- /dev/null +++ b/kde-apps/konsolekalendar/Manifest @@ -0,0 +1 @@ +DIST akonadi-calendar-tools-17.12.2.tar.xz 223912 BLAKE2B fbe922df2214d62947380794aa1af6cea40da45709644ee419166864254b296440ebfc1f4e14c3ad976fbf350c5b18ada0eb37c9227131fc1b1911d347ba4d93 SHA512 36c89bf4a3bdae29c727ad6cedf580439ffd9aec3ddf190b74a24c53af270ce173ecbbce02f336e4b2c3f3482670d97cd108d27a12a4aac1df14cd31c91fccce diff --git a/kde-apps/konsolekalendar/konsolekalendar-17.12.2.ebuild b/kde-apps/konsolekalendar/konsolekalendar-17.12.2.ebuild new file mode 100644 index 0000000000..5e43736100 --- /dev/null +++ b/kde-apps/konsolekalendar/konsolekalendar-17.12.2.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +KMNAME="akonadi-calendar-tools" +inherit kde5 + +DESCRIPTION="Command line interface to KDE calendars" +HOMEPAGE+=" https://userbase.kde.org/KonsoleKalendar" +LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" +KEYWORDS="~amd64 ~x86" + +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep ki18n) + $(add_kdeapps_dep akonadi) + $(add_kdeapps_dep akonadi-calendar) + $(add_kdeapps_dep calendarsupport) + $(add_kdeapps_dep kcalcore) + $(add_kdeapps_dep kcalutils) +" +RDEPEND="${DEPEND} + !kde-apps/kdepim-l10n +" + +src_prepare() { + kde5_src_prepare + + # delete colliding calendarjanitor translations + if [[ ${KDE_BUILD_TYPE} = release ]]; then + rm -f po/*/calendarjanitor.po || die + fi + + cmake_comment_add_subdirectory calendarjanitor +} diff --git a/kde-apps/kontact/Manifest b/kde-apps/kontact/Manifest new file mode 100644 index 0000000000..3f63ba3697 --- /dev/null +++ b/kde-apps/kontact/Manifest @@ -0,0 +1 @@ +DIST kontact-17.12.2.tar.xz 862928 BLAKE2B db8d5d533f512166c0771b5883b7eaacc0ff9e046a2abdc8a7601e49b86234531288f49ae1c364a5b061d54fd2b14c2e80941c598492be207c86cb32f61b14d6 SHA512 d9629f4204e6f24a49ebc6140b21f8ae4d38584ba9a8991d0f04006b1946daf1a23e66550d3578a1b082b50c548051925bc5ea52a974b512d8bb91588027b461 diff --git a/kde-apps/kontact/kontact-17.12.2.ebuild b/kde-apps/kontact/kontact-17.12.2.ebuild new file mode 100644 index 0000000000..e768a574bf --- /dev/null +++ b/kde-apps/kontact/kontact-17.12.2.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Container application to unify several major PIM applications within one" +LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcmutils) + $(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 kparts) + $(add_frameworks_dep kservice) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep akonadi) + $(add_kdeapps_dep grantleetheme) + $(add_kdeapps_dep kdepim-apps-libs) + $(add_kdeapps_dep kontactinterface) + $(add_kdeapps_dep kpimtextedit) + $(add_kdeapps_dep libkdepim) + $(add_kdeapps_dep mailcommon) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtwebengine 'widgets') + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND} + !kde-apps/kdepim-l10n +" diff --git a/kde-apps/kontactinterface/Manifest b/kde-apps/kontactinterface/Manifest new file mode 100644 index 0000000000..0f4387bcaa --- /dev/null +++ b/kde-apps/kontactinterface/Manifest @@ -0,0 +1 @@ +DIST kontactinterface-17.12.2.tar.xz 32720 BLAKE2B c1c7415027ecbd456b04026f4ba412aacf8dc4fca6cea3f6c0ea3b7c20ce05538c36e477b5b8f45c16201c78c57563ca3be79de174ce5b368dda707588a89ab4 SHA512 e613282504a99d4272d21868b0f458948296d44ce9fde0282fe77b3fd0d2ada0c6e0787760375c7952c5bf699deefead12c61fb5cc07ec0e77e712a8ecc0270c diff --git a/kde-apps/kontactinterface/kontactinterface-17.12.2.ebuild b/kde-apps/kontactinterface/kontactinterface-17.12.2.ebuild new file mode 100644 index 0000000000..9622e2e660 --- /dev/null +++ b/kde-apps/kontactinterface/kontactinterface-17.12.2.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit kde5 + +DESCRIPTION="Library for embedding KParts in a Kontact component" +LICENSE="GPL-2+ LGPL-2.1+" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kparts) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) +" +RDEPEND="${DEPEND} + !kde-apps/kdepim-l10n +" diff --git a/kde-apps/korganizer/Manifest b/kde-apps/korganizer/Manifest new file mode 100644 index 0000000000..8cdf1e4c29 --- /dev/null +++ b/kde-apps/korganizer/Manifest @@ -0,0 +1 @@ +DIST korganizer-17.12.2.tar.xz 2259512 BLAKE2B 301f338b264b061a0651045f9c3414879a70dd70f921031ea94247f804ec9a4523b97f06562793c9567514d0905060d3c9543336f65f5572e72eb93954a5258c SHA512 c9a6d41d35d22928c34b479f6b0f87312875e07d1fe44948c0bee75db74cdc179259cad3a17e0a11fd8f545e1b97e8af3ddae2d0796e42e4ea8ff7fb91839f88 diff --git a/kde-apps/korganizer/korganizer-17.12.2.ebuild b/kde-apps/korganizer/korganizer-17.12.2.ebuild new file mode 100644 index 0000000000..23f6fc99a1 --- /dev/null +++ b/kde-apps/korganizer/korganizer-17.12.2.ebuild @@ -0,0 +1,88 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +KDE_TEST="forceoptional" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Organizational assistant, providing calendars and other similar functionality" +HOMEPAGE="https://www.kde.org/applications/office/korganizer/" +LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" +KEYWORDS="~amd64 ~x86" +IUSE="X" + +COMMON_DEPEND=" + $(add_frameworks_dep kcmutils) + $(add_frameworks_dep kcodecs) + $(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 kdelibs4support) + $(add_frameworks_dep kholidays) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kitemmodels) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep kjobwidgets) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep kparts) + $(add_frameworks_dep kservice) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep akonadi) + $(add_kdeapps_dep akonadi-calendar) + $(add_kdeapps_dep akonadi-contacts) + $(add_kdeapps_dep akonadi-mime) + $(add_kdeapps_dep akonadi-notes) + $(add_kdeapps_dep akonadi-search) + $(add_kdeapps_dep calendarsupport) + $(add_kdeapps_dep eventviews) + $(add_kdeapps_dep incidenceeditor) + $(add_kdeapps_dep kcalcore) + $(add_kdeapps_dep kcalutils) + $(add_kdeapps_dep kcontacts) + $(add_kdeapps_dep kdepim-apps-libs) + $(add_kdeapps_dep kidentitymanagement) + $(add_kdeapps_dep kmailtransport) + $(add_kdeapps_dep kmime) + $(add_kdeapps_dep kontactinterface) + $(add_kdeapps_dep kpimtextedit) + $(add_kdeapps_dep libkdepim) + $(add_kdeapps_dep pimcommon) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + media-libs/phonon[qt5(+)] + X? ( + $(add_qt_dep qtx11extras) + x11-libs/libX11 + ) +" +DEPEND="${COMMON_DEPEND} + $(add_kdeapps_dep kldap) + $(add_qt_dep designer) + test? ( $(add_kdeapps_dep akonadi 'sqlite,tools') ) +" +RDEPEND="${COMMON_DEPEND} + !kde-apps/kdepim-common-libs:4 + !kde-apps/kdepim-l10n + $(add_kdeapps_dep kdepim-runtime) +" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package X Qt5X11Extras) + $(cmake-utils_use_find_package X X11) + ) + + kde5_src_configure +} diff --git a/kde-apps/kpat/Manifest b/kde-apps/kpat/Manifest new file mode 100644 index 0000000000..cff4ee094e --- /dev/null +++ b/kde-apps/kpat/Manifest @@ -0,0 +1 @@ +DIST kpat-17.12.2.tar.xz 3566236 BLAKE2B 31114f62c2b8ab502f78a7c57ae6bfa356a13362084c49cda77ec19a1c9008da1d74c7c2391ba1d1e5526003e7061ae6a7b854cc27e1ec0a86b7628358d86c4b SHA512 605dca9da10b4a419e028f9f7339d685e2fa6399d388502970b23fa51f5385607554c27de3898c20e3e7a098068a1770202097c2b02122b187c76800188db3a6 diff --git a/kde-apps/kpat/kpat-17.12.2.ebuild b/kde-apps/kpat/kpat-17.12.2.ebuild new file mode 100644 index 0000000000..14604a38fb --- /dev/null +++ b/kde-apps/kpat/kpat-17.12.2.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +KDE_SELINUX_MODULE="games" +inherit kde5 + +DESCRIPTION="KDE patience game" +HOMEPAGE="https://games.kde.org/game.php?game=kpat" +KEYWORDS="~amd64 ~x86" +IUSE="" + +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 kguiaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtgui) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) + x11-misc/shared-mime-info +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/kpimtextedit/Manifest b/kde-apps/kpimtextedit/Manifest new file mode 100644 index 0000000000..cb1237c4b7 --- /dev/null +++ b/kde-apps/kpimtextedit/Manifest @@ -0,0 +1 @@ +DIST kpimtextedit-17.12.2.tar.xz 141824 BLAKE2B b54bf9438f21d1218327d5727098ab695f720900cbb5e873125d5541a97e3cd68232ba751d8e9f41a1ab04a4d330976a53b124a518a6c76d301e8d3e7a33353c SHA512 10c9a7766cf8ed83947f506d7664799601160a2041b8718aa5e124d0c4b400bb1c5da27c2e4ed1f8723697926ff7aa626f14e8bb4bbc47200733e7cf6040dfb4 diff --git a/kde-apps/kpimtextedit/kpimtextedit-17.12.2.ebuild b/kde-apps/kpimtextedit/kpimtextedit-17.12.2.ebuild new file mode 100644 index 0000000000..4df08dc9cc --- /dev/null +++ b/kde-apps/kpimtextedit/kpimtextedit-17.12.2.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_DESIGNERPLUGIN="true" +KDE_TEST="true" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="A textedit with PIM-specific features" +LICENSE="LGPL-2.1+" +KEYWORDS="~amd64 ~x86" +IUSE="speech" + +COMMON_DEPEND=" + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kemoticons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_frameworks_dep sonnet) + $(add_frameworks_dep syntax-highlighting) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + dev-libs/grantlee:5 + speech? ( $(add_qt_dep qtspeech) ) +" +DEPEND="${COMMON_DEPEND} + test? ( $(add_frameworks_dep ktextwidgets) ) +" +RDEPEND="${COMMON_DEPEND} + !kde-apps/kdepim-l10n +" + +RESTRICT+=" test" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package speech Qt5TextToSpeech) + ) + + kde5_src_configure +} diff --git a/kde-apps/kqtquickcharts/Manifest b/kde-apps/kqtquickcharts/Manifest new file mode 100644 index 0000000000..df65ac09e1 --- /dev/null +++ b/kde-apps/kqtquickcharts/Manifest @@ -0,0 +1 @@ +DIST kqtquickcharts-17.12.2.tar.xz 25508 BLAKE2B 1a000ef80ef972bfc2284c81a37afa75aef548532c1f417a36afba1f80553201e7f0b1306b5d7ce7ae89a5d72590a270f4a5a5f425f7a9614409d4c8242daa62 SHA512 6c7a53bf4ba188de4a28c00ac07b9c445577081486743a30cd3f0a3ecff862c3e26ae075f0c1ce1599f1ecd0f105faa0f87d670b13c5d32e6cd3e6f11edd2736 diff --git a/kde-apps/kqtquickcharts/kqtquickcharts-17.12.2.ebuild b/kde-apps/kqtquickcharts/kqtquickcharts-17.12.2.ebuild new file mode 100644 index 0000000000..25309fd176 --- /dev/null +++ b/kde-apps/kqtquickcharts/kqtquickcharts-17.12.2.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit kde5 + +DESCRIPTION="Qt Quick plugin for beautiful and interactive charts" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_qt_dep qtdeclarative) + $(add_qt_dep qtgui) +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/krdc/Manifest b/kde-apps/krdc/Manifest new file mode 100644 index 0000000000..8dd16214e0 --- /dev/null +++ b/kde-apps/krdc/Manifest @@ -0,0 +1 @@ +DIST krdc-17.12.2.tar.xz 1554348 BLAKE2B e5b15031793f1bf6b8ce19e31453e1189e9486002f629b249225f781980f9ccc114651c15089b28b2cc50f2df8deef5de136c290af63c1fcf3999eec2adcd9e2 SHA512 b9a861754d87761ffc96ea10fcfdb5dec51a343515736054acb4c37675d02624cebcc3de061efb84f6492221ab4c1bf6b84ae885ec428f268245a2dc6b944779 diff --git a/kde-apps/krdc/krdc-17.12.2.ebuild b/kde-apps/krdc/krdc-17.12.2.ebuild new file mode 100644 index 0000000000..b2db820336 --- /dev/null +++ b/kde-apps/krdc/krdc-17.12.2.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="optional" +inherit kde5 + +DESCRIPTION="Remote desktop connection (RDP and VNC) client" +HOMEPAGE="https://www.kde.org/applications/internet/krdc/" +KEYWORDS="~amd64 ~x86" +IUSE="+rdp vnc" + +#nx? ( >=net-misc/nxcl-0.9-r1 ) disabled upstream, last checked 2016-01-24 + +DEPEND=" + $(add_frameworks_dep kbookmarks) + $(add_frameworks_dep kcmutils) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdnssd) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep knotifyconfig) + $(add_frameworks_dep kservice) + $(add_frameworks_dep kwallet) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + vnc? ( >=net-libs/libvncserver-0.9 ) +" +RDEPEND="${DEPEND} + rdp? ( >=net-misc/freerdp-1.1.0_beta1[X] ) +" + +src_configure() { + local mycmakeargs=( + -DWITH_LibVNCServer=$(usex vnc) + ) + + kde5_src_configure +} diff --git a/kde-apps/kreversi/Manifest b/kde-apps/kreversi/Manifest new file mode 100644 index 0000000000..a05d26b7f2 --- /dev/null +++ b/kde-apps/kreversi/Manifest @@ -0,0 +1 @@ +DIST kreversi-17.12.2.tar.xz 911316 BLAKE2B ef9f46c1f4625a14752b03224eb11e268e5a8046a4e3026e1f3fd14054143aed0c46da67e2b5ccc9e199aa9a7c52223e86f6df178179718a06f01e5be2752ca9 SHA512 e16bf1222acd61f00be68a9e6639243dbd2cea7264a909f79a5a1493790c8bdd9f6ab2fb7ce98339f55f25cdc8f60421671f360a9d867114c4878e0c02b0c506 diff --git a/kde-apps/kreversi/kreversi-17.12.2.ebuild b/kde-apps/kreversi/kreversi-17.12.2.ebuild new file mode 100644 index 0000000000..a18a0c64d8 --- /dev/null +++ b/kde-apps/kreversi/kreversi-17.12.2.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="optional" +KDE_SELINUX_MODULE="games" +inherit kde5 + +DESCRIPTION="Board game by KDE" +HOMEPAGE=" + https://www.kde.org/applications/games/kreversi/ + https://games.kde.org/game.php?game=kreversi +" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kdeclarative) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtdeclarative) + $(add_qt_dep qtgui) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) +" +RDEPEND="${DEPEND} + !<kde-apps/kde4-l10n-17.07.80 +" diff --git a/kde-apps/krfb/Manifest b/kde-apps/krfb/Manifest new file mode 100644 index 0000000000..78906c7f5f --- /dev/null +++ b/kde-apps/krfb/Manifest @@ -0,0 +1 @@ +DIST krfb-17.12.2.tar.xz 995796 BLAKE2B 2ac2f1a8859b082aca11aee0e3694bc79c1c703f36c52d3b38c6e82650f99a1bfef42564c20b0d0adc3b9b71ef1979bf7e9d16157e8985490d84f822dcecbc32 SHA512 49d5afb3203777908310fb2ea490125827be7f921789c20ebb9cdc492daae34f793b3c0217e8b109aa542ae7c76e0da237d6cdaea1ca928f575d4a5802353f8e diff --git a/kde-apps/krfb/krfb-17.12.2.ebuild b/kde-apps/krfb/krfb-17.12.2.ebuild new file mode 100644 index 0000000000..479224e0ac --- /dev/null +++ b/kde-apps/krfb/krfb-17.12.2.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="VNC-compatible server to share Plasma desktops" +HOMEPAGE="https://www.kde.org/applications/system/krfb/" +KEYWORDS="~amd64 ~x86" +IUSE="" + +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 kdnssd) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep kwallet) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtx11extras) + >=net-libs/libvncserver-0.9.9 + x11-libs/libX11 + x11-libs/libxcb + x11-libs/libXtst + x11-libs/xcb-util-image +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/kross-interpreters/Manifest b/kde-apps/kross-interpreters/Manifest new file mode 100644 index 0000000000..d1f5a72919 --- /dev/null +++ b/kde-apps/kross-interpreters/Manifest @@ -0,0 +1 @@ +DIST kross-interpreters-17.12.2.tar.xz 144492 BLAKE2B 0767d8eb6c7e0dec3d48171007819462357b53e9314950ddc257e78adb223900c88e7889ac4fecab8736ce5cd624b3fb6a9c709228a06aecb1b5ab4a770bd577 SHA512 83ce6a752d7b36b6983bc3d20c9b803c2a183aef39ffd60593410579a08c9dd4d5562ff88a971a614558824eafa02368b9ac23aae3df117d64db5c23360b6330 diff --git a/kde-apps/kross-interpreters/kross-interpreters-17.12.2.ebuild b/kde-apps/kross-interpreters/kross-interpreters-17.12.2.ebuild new file mode 100644 index 0000000000..f1f7ac5702 --- /dev/null +++ b/kde-apps/kross-interpreters/kross-interpreters-17.12.2.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 ) +USE_RUBY="ruby23" +inherit kde5 python-single-r1 ruby-single + +DESCRIPTION="Kross interpreter plugins for programming languages" +KEYWORDS="~amd64 ~x86" +IUSE="+python ruby" + +REQUIRED_USE="|| ( python ruby ) python? ( ${PYTHON_REQUIRED_USE} )" + +DEPEND=" + $(add_frameworks_dep kross) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + python? ( ${PYTHON_DEPS} ) + ruby? ( ${RUBY_DEPS} ) +" +RDEPEND="${DEPEND}" + +pkg_setup() { + use python && python-single-r1_pkg_setup + kde5_pkg_setup +} + +src_configure() { + local mycmakeargs=( + -DBUILD_python=$(usex python) + -DBUILD_ruby=$(usex ruby) + ) + + kde5_src_configure +} diff --git a/kde-apps/kruler/Manifest b/kde-apps/kruler/Manifest new file mode 100644 index 0000000000..445077a31c --- /dev/null +++ b/kde-apps/kruler/Manifest @@ -0,0 +1 @@ +DIST kruler-17.12.2.tar.xz 259536 BLAKE2B 3fc1d2f64ba318d4cbdc6d7ecabbd945fa7e4fa6a668716db024def272c3c944ba901cebd542ee72eb4919b357566d61ac91a69fbf56490fa657852aec82e18c SHA512 7d57153d64af46e7a957d3c35089eea8382af4da5ea3e1365a86003f3199732c9ac5d38a3f400817f1b51e8db21b7ceed498ead9a567fec30f9d8a038e5e62ee diff --git a/kde-apps/kruler/kruler-17.12.2.ebuild b/kde-apps/kruler/kruler-17.12.2.ebuild new file mode 100644 index 0000000000..77f5502679 --- /dev/null +++ b/kde-apps/kruler/kruler-17.12.2.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Screen ruler for Plasma" +HOMEPAGE="https://www.kde.org/applications/graphics/kruler/" + +LICENSE="GPL-2+ handbook? ( FDL-1.2 )" +KEYWORDS="~amd64 ~x86" +IUSE="X" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + X? ( + $(add_qt_dep qtx11extras) + x11-libs/libxcb + ) +" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package X X11) + ) + + kde5_src_configure +} diff --git a/kde-apps/kshisen/Manifest b/kde-apps/kshisen/Manifest new file mode 100644 index 0000000000..a37067aaee --- /dev/null +++ b/kde-apps/kshisen/Manifest @@ -0,0 +1 @@ +DIST kshisen-17.12.2.tar.xz 708856 BLAKE2B e051abab0102b8d8e363668b01d81a92b39368101dc646b9dfa1fa93d9d61eee2895696f9893f535514c3ae7ba1875a7bf6dd6cd53319402e94e5bd426d140ce SHA512 9228fedd9de5eafbb1eefdf76b12554a2b1cc190d3bab497357d70fde95b822d4f9034f08361fbaefff419316b185840ffa601fe9931bb0df6c88307b2991a1f diff --git a/kde-apps/kshisen/kshisen-17.12.2.ebuild b/kde-apps/kshisen/kshisen-17.12.2.ebuild new file mode 100644 index 0000000000..907e49003e --- /dev/null +++ b/kde-apps/kshisen/kshisen-17.12.2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +KDE_SELINUX_MODULE="games" +inherit kde5 + +DESCRIPTION="A KDE game similiar to Mahjongg" +HOMEPAGE=" + https://www.kde.org/applications/games/kshisen/ + https://games.kde.org/game.php?game=kshisen +" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(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 kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_kdeapps_dep libkmahjongg) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/ksirk/Manifest b/kde-apps/ksirk/Manifest new file mode 100644 index 0000000000..c62b52d8da --- /dev/null +++ b/kde-apps/ksirk/Manifest @@ -0,0 +1 @@ +DIST ksirk-17.12.2.tar.xz 6987628 BLAKE2B ac20b31b3bf5f18e39cef27b28c4590cdc6082b8f86f9c1cdda1851bc4e874c06016f3c2494f66b5303f99b27c3e3c76186e44d7302eac22549594609717fa1b SHA512 21f16202aa9ff80329817b3348e25730c68e876452a15eba6ba94ec7b02e5019486618dd8c79ccb0cbdc9871edd07bfe88ce48abb314a17902b057a526daeff9 diff --git a/kde-apps/ksirk/ksirk-17.12.2.ebuild b/kde-apps/ksirk/ksirk-17.12.2.ebuild new file mode 100644 index 0000000000..a3736e0d08 --- /dev/null +++ b/kde-apps/ksirk/ksirk-17.12.2.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Port of the board game risk" +HOMEPAGE=" + https://www.kde.org/applications/games/ksirk/ + https://games.kde.org/game.php?game=ksirk +" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep kwallet) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + app-crypt/qca:2[qt5] + media-libs/phonon[qt5(+)] + sys-libs/zlib +" +RDEPEND="${DEPEND} + !kde-apps/kde4-l10n +" diff --git a/kde-apps/ksmtp/Manifest b/kde-apps/ksmtp/Manifest new file mode 100644 index 0000000000..3d7d713421 --- /dev/null +++ b/kde-apps/ksmtp/Manifest @@ -0,0 +1 @@ +DIST ksmtp-17.12.2.tar.xz 38428 BLAKE2B 9b891cfb8892c9e75fc6a6244a43a1ca206aedc31394329a107453344893e107eb6f8112b66b7a2e9f31d16aa2cfb65e6839f8e575e5c4e15750e8e0cfc81cde SHA512 2375109658b004829959585d0d7a8b334424d7c9e97a101ab391eafc78f30bc9720a1a0fdd2d2644760bd3485bc20cb7c3168740aa2fe5963538208af2764ad3 diff --git a/kde-apps/ksmtp/ksmtp-17.12.2.ebuild b/kde-apps/ksmtp/ksmtp-17.12.2.ebuild new file mode 100644 index 0000000000..237add174d --- /dev/null +++ b/kde-apps/ksmtp/ksmtp-17.12.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_TEST="true" +inherit kde5 + +DESCRIPTION="Job-based library to send email through an SMTP server" +LICENSE="LGPL-2.1+" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_kdeapps_dep kmime) + $(add_qt_dep qtnetwork) + dev-libs/cyrus-sasl +" +RDEPEND="${DEPEND}" + +RESTRICT+=" test" # bug 642410 diff --git a/kde-apps/ksnakeduel/Manifest b/kde-apps/ksnakeduel/Manifest new file mode 100644 index 0000000000..f26401fca3 --- /dev/null +++ b/kde-apps/ksnakeduel/Manifest @@ -0,0 +1 @@ +DIST ksnakeduel-17.12.2.tar.xz 605960 BLAKE2B ca82921cb708d5af5f12d2c5cf72681cf5a2c5f0de5f40f706cf0321c7fdc2821b7bd1a3479c79f8925fa2065956b351bbd5f791a6ed342c4001c4972bd4dc2b SHA512 a7aad7d1703cfb095738302490ef2f638520ba0a167ba5c67c77fa05388052b78938b6f1885350a72bdced1352f369eda4ff4635b7615e0e0db7298a24678fc9 diff --git a/kde-apps/ksnakeduel/ksnakeduel-17.12.2.ebuild b/kde-apps/ksnakeduel/ksnakeduel-17.12.2.ebuild new file mode 100644 index 0000000000..7bdccd636b --- /dev/null +++ b/kde-apps/ksnakeduel/ksnakeduel-17.12.2.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="optional" +KDE_SELINUX_MODULE="games" +inherit kde5 + +DESCRIPTION="KDE Tron game" +HOMEPAGE="https://www.kde.org/applications/games/ksnakeduel/" +KEYWORDS="~amd64 ~x86" +IUSE="" + +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 kguiaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtgui) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND} + !<kde-apps/kde4-l10n-17.07.80 +" diff --git a/kde-apps/kspaceduel/Manifest b/kde-apps/kspaceduel/Manifest new file mode 100644 index 0000000000..13588643f9 --- /dev/null +++ b/kde-apps/kspaceduel/Manifest @@ -0,0 +1 @@ +DIST kspaceduel-17.12.2.tar.xz 609952 BLAKE2B cb7cf8eabdccab296b404fe3480c8fe55986a2a812ec05ec41c1932f0925c0445711a21acef9cd6e71b76a9af35346c70c821d1a85010b1c5f478c96340db32c SHA512 d9e2be52969f635b9eff6a2fded91d33cef1f75b44b1f9b3be519ed476cc657700033e1449cb6e7917fb55d2ae7dcae61e1fe7bd8a700a30c0e6db90ca2af03a diff --git a/kde-apps/kspaceduel/kspaceduel-17.12.2.ebuild b/kde-apps/kspaceduel/kspaceduel-17.12.2.ebuild new file mode 100644 index 0000000000..f04dfdae0a --- /dev/null +++ b/kde-apps/kspaceduel/kspaceduel-17.12.2.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +KDE_SELINUX_MODULE="games" +inherit kde5 + +DESCRIPTION="Space Game by KDE" +HOMEPAGE=" + https://www.kde.org/applications/games/kspaceduel/ + https://games.kde.org/game.php?game=kspaceduel +" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(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 kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtgui) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND} + !<kde-apps/kde4-l10n-17.07.80 +" diff --git a/kde-apps/ksquares/Manifest b/kde-apps/ksquares/Manifest new file mode 100644 index 0000000000..b32b90341d --- /dev/null +++ b/kde-apps/ksquares/Manifest @@ -0,0 +1 @@ +DIST ksquares-17.12.2.tar.xz 215568 BLAKE2B e686da30cf8264f4f3928a5e22f1df6884ef6dd3710c97fadf76a25c797434feb1c52b032a0d02d5b41493aaf9c8fb2d7ce0f548ece46b66859421c3908864a6 SHA512 106e8f8b1e05ae2ab3b12d47a671a1d771bf9ba33a3f6dfc88555f37f3d6cec0aa3a5ae14306354821aaa1972d704d82cace20a867bc4b74987b96879d8dc018 diff --git a/kde-apps/ksquares/ksquares-17.12.2.ebuild b/kde-apps/ksquares/ksquares-17.12.2.ebuild new file mode 100644 index 0000000000..2a05f5517d --- /dev/null +++ b/kde-apps/ksquares/ksquares-17.12.2.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="KDE clone of the game squares" +HOMEPAGE=" + https://www.kde.org/applications/games/ksquares/ + https://games.kde.org/game.php?game=ksquares +" +KEYWORDS="~amd64 ~x86" +IUSE="" + +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 kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/ksudoku/Manifest b/kde-apps/ksudoku/Manifest new file mode 100644 index 0000000000..3f7cfce67d --- /dev/null +++ b/kde-apps/ksudoku/Manifest @@ -0,0 +1 @@ +DIST ksudoku-17.12.2.tar.xz 1634756 BLAKE2B 419505fea428ef3bb0e347869cb52a3688dc3e899e024e7d369daf0e90e7bbf90a308055da6fb24f6167e31dcb1f03d336661d8eef7ccda6f6593b7df57efc26 SHA512 4026c85786abddd92d24fa8716a27974a7fafa7eedeab266ebc8f5c938f2425e5d15e940329e2163f839cf02f5e68ffea94cdefd9d2ced43c708d04f9c9aa939 diff --git a/kde-apps/ksudoku/ksudoku-17.12.2.ebuild b/kde-apps/ksudoku/ksudoku-17.12.2.ebuild new file mode 100644 index 0000000000..816d157b24 --- /dev/null +++ b/kde-apps/ksudoku/ksudoku-17.12.2.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Logic-based symbol placement puzzle by KDE" +HOMEPAGE=" + https://www.kde.org/applications/games/ksudoku/ + https://games.kde.org/game.php?game=ksudoku +" +KEYWORDS="~amd64 ~x86" +IUSE="opengl" + +DEPEND=" + $(add_frameworks_dep karchive) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kguiaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kjobwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtgui) + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + opengl? ( + $(add_qt_dep qtopengl) + virtual/glu + ) +" +RDEPEND="${DEPEND} + !<kde-apps/kde4-l10n-17.07.80 +" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package opengl OpenGL) + ) + + kde5_src_configure +} diff --git a/kde-apps/ksystemlog/Manifest b/kde-apps/ksystemlog/Manifest new file mode 100644 index 0000000000..bfb8cdb068 --- /dev/null +++ b/kde-apps/ksystemlog/Manifest @@ -0,0 +1 @@ +DIST ksystemlog-17.12.2.tar.xz 1782060 BLAKE2B 4637ba40cb1c6da4e70b0140b04d819482ce321810d7dea6f8cf1a878226c7a758ae4edc5ed2f2445b5c9a992622432eb1b3427dc11e6ebfbb436252dfddb59f SHA512 d4f6bfe35cde11e2675e32c2b31468c3c848ae065eccaf2b4ded9adb7b03d558d2a555aeb77643a84028865b09027820d0eb7689eede8cc5dfb855c51855ef20 diff --git a/kde-apps/ksystemlog/ksystemlog-17.12.2.ebuild b/kde-apps/ksystemlog/ksystemlog-17.12.2.ebuild new file mode 100644 index 0000000000..613a2eccdf --- /dev/null +++ b/kde-apps/ksystemlog/ksystemlog-17.12.2.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +KDE_TEST="forceoptional" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="System log viewer by KDE" +HOMEPAGE="https://www.kde.org/applications/system/ksystemlog/" +KEYWORDS="~amd64 ~x86" +IUSE="systemd" + +# bug 378101 +RESTRICT+=" test" + +DEPEND=" + $(add_frameworks_dep karchive) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep kservice) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtgui) + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtwidgets) + systemd? ( sys-apps/systemd ) +" +RDEPEND="${DEPEND}" + +src_prepare() { + kde5_src_prepare + + if use test; then + # beat this stupid test into shape: the test files contain no year, so + # comparison succeeds only in 2007 !!! + local theyear=$(date +%Y) + einfo Setting the current year as ${theyear} in the test files + sed -e "s:2007:${theyear}:g" -i tests/systemAnalyzerTest.cpp + + # one test consistently fails, so comment it out for the moment + sed -e "s:systemAnalyzerTest:# dont run systemAnalyzerTest:g" -i ksystemlog/tests/CMakeLists.txt + fi +} + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package systemd Journald) + ) + kde5_src_configure +} diff --git a/kde-apps/kteatime/Manifest b/kde-apps/kteatime/Manifest new file mode 100644 index 0000000000..19a4e0d453 --- /dev/null +++ b/kde-apps/kteatime/Manifest @@ -0,0 +1 @@ +DIST kteatime-17.12.2.tar.xz 297240 BLAKE2B 685c9875bcd5fb1c45e7aa41b1336f6dad352db7554afd3f59c4953b597432c82c9fcf2903d2718fddae2a3f7da54ba498c5f1a640bda0bfa08ad9af6fa53832 SHA512 01de99319c555eba5c394c40532889183de37f962665a8e73ebe36d078185d757ced020e289c769b6062934d1e5a339def690711acf7d476e1f8f981d7048a5d diff --git a/kde-apps/kteatime/kteatime-17.12.2.ebuild b/kde-apps/kteatime/kteatime-17.12.2.ebuild new file mode 100644 index 0000000000..d6175c6546 --- /dev/null +++ b/kde-apps/kteatime/kteatime-17.12.2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="KDE timer for making a fine cup of tea" +HOMEPAGE="https://www.kde.org/applications/games/kteatime" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep knotifyconfig) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/ktimer/Manifest b/kde-apps/ktimer/Manifest new file mode 100644 index 0000000000..ec47a64875 --- /dev/null +++ b/kde-apps/ktimer/Manifest @@ -0,0 +1 @@ +DIST ktimer-17.12.2.tar.xz 452060 BLAKE2B 8cd613bfcb02a1d73f0cc4563bc2068ba15aec17118aa925c5dc1815ff16a251f5d4ba203c0df16f4adb81925dbab1d27743b07a8cf4878230c1859b04fd4544 SHA512 cc0d70be3f68b17705a1aead5a32510ea360283a5f0fc63a39341ed69dc233e4eff59f0a75688d9c845fb1feefa13278dbfe79e7aa96a214f2f15f642f15c27d diff --git a/kde-apps/ktimer/ktimer-17.12.2.ebuild b/kde-apps/ktimer/ktimer-17.12.2.ebuild new file mode 100644 index 0000000000..f21e3aa138 --- /dev/null +++ b/kde-apps/ktimer/ktimer-17.12.2.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="KDE Timer" +HOMEPAGE="https://www.kde.org/applications/utilities/ktimer +https://utils.kde.org/projects/ktimer" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep kwidgetsaddons) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/ktouch/Manifest b/kde-apps/ktouch/Manifest new file mode 100644 index 0000000000..f5dee37bf0 --- /dev/null +++ b/kde-apps/ktouch/Manifest @@ -0,0 +1 @@ +DIST ktouch-17.12.2.tar.xz 5102420 BLAKE2B 17bb92390feb3c48b57d5c0076f15d6e6e64191ce722f89d608ebaa10f932b9f3a5907a8009e52b5e7115ee0c72c590a8b3dfdcf9cd22271357c6661fa6e4251 SHA512 449bc268254f21f3376a9b75a0aea97af5bf9d3617f7b7484361a615f3635cd60c74a37bfddd8674f20667325574adecaf42f362a3bbd6e5e66a3c6f5764f41a diff --git a/kde-apps/ktouch/ktouch-17.12.2.ebuild b/kde-apps/ktouch/ktouch-17.12.2.ebuild new file mode 100644 index 0000000000..548ca5f038 --- /dev/null +++ b/kde-apps/ktouch/ktouch-17.12.2.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Program that helps to learn and practice touch typing" +HOMEPAGE="https://www.kde.org/applications/education/ktouch/" +KEYWORDS="~amd64 ~x86" +IUSE="" + +COMMON_DEPEND=" + $(add_frameworks_dep kcmutils) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdeclarative) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep kservice) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtdeclarative) + $(add_qt_dep qtgui) + $(add_qt_dep qtsql) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtx11extras) + $(add_qt_dep qtxml) + $(add_qt_dep qtxmlpatterns) + x11-libs/libICE + x11-libs/libSM + x11-libs/libX11 + x11-libs/libxcb +" +DEPEND="${COMMON_DEPEND} + $(add_frameworks_dep kwindowsystem) +" +RDEPEND="${COMMON_DEPEND} + $(add_kdeapps_dep kqtquickcharts) +" diff --git a/kde-apps/ktp-accounts-kcm/Manifest b/kde-apps/ktp-accounts-kcm/Manifest new file mode 100644 index 0000000000..cb11d5bbfa --- /dev/null +++ b/kde-apps/ktp-accounts-kcm/Manifest @@ -0,0 +1 @@ +DIST ktp-accounts-kcm-17.12.2.tar.xz 262772 BLAKE2B 9072ae171f6e66466962c8b5e7f458f3ea2f371b0fed6f136f6004a725b94a5400349bfa85480c79b3668f7d64c7c5e84f89db39f3e9c72413888d953e4f59f6 SHA512 890f05eae2c405c887158d77eda5a8dfcbc9842c8273abc2d2ee53f4a7a4d0fa59986c33fdf0a593d92e8da4ad9d7ab8a61a6b5f7c100608d99bbf113ae89940 diff --git a/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-17.12.2.ebuild b/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-17.12.2.ebuild new file mode 100644 index 0000000000..0bd40b4ef6 --- /dev/null +++ b/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-17.12.2.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit kde5 + +DESCRIPTION="KDE Telepathy account management kcm" +HOMEPAGE="https://community.kde.org/Real-Time_Communication_and_Collaboration" + +LICENSE="LGPL-2.1" +KEYWORDS="~amd64 ~x86" +IUSE="experimental" + +COMMON_DEPEND=" + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep kservice) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_kdeapps_dep kaccounts-integration) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtwidgets) + net-libs/accounts-qt + net-libs/signond + net-libs/telepathy-qt[qt5(+)] +" +DEPEND="${COMMON_DEPEND} + $(add_frameworks_dep kcmutils) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kio) + net-libs/libaccounts-glib +" +RDEPEND="${COMMON_DEPEND} + $(add_kdeapps_dep kaccounts-providers) + net-im/telepathy-connection-managers +" + +src_prepare() { + if use experimental; then + mv "${S}"/data/kaccounts/disabled/*.in "${S}"/data/kaccounts/ || die "couldn't enable experimental services" + fi + kde5_src_prepare +} + +pkg_postinst() { + if use experimental; then + ewarn "Experimental providers are enabled." + ewarn "Most of them aren't integrated nicely and may require additional steps for account creation." + ewarn "Use at your own risk!" + fi +} diff --git a/kde-apps/ktp-approver/Manifest b/kde-apps/ktp-approver/Manifest new file mode 100644 index 0000000000..2167b2239a --- /dev/null +++ b/kde-apps/ktp-approver/Manifest @@ -0,0 +1 @@ +DIST ktp-approver-17.12.2.tar.xz 37080 BLAKE2B a65490c7785a690e011985e2bae895f0a77d213a59cf92d71e964804716931562c7cfb0a05d1d2c9d469557265ee294915c1a40dec7fa11787909f2e41b8bd16 SHA512 906765fd2e9cf31435e54a2e300ee14faa5d9ac1b732242ec9dabfa7c344f76ac34c88f3594465991fd8b887de669b1fb1d83ab7530fe09709dd7516f84a8e7e diff --git a/kde-apps/ktp-approver/ktp-approver-17.12.2.ebuild b/kde-apps/ktp-approver/ktp-approver-17.12.2.ebuild new file mode 100644 index 0000000000..58706d972a --- /dev/null +++ b/kde-apps/ktp-approver/ktp-approver-17.12.2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit kde5 + +DESCRIPTION="KDE Telepathy notification handler" +HOMEPAGE="https://community.kde.org/Real-Time_Communication_and_Collaboration" + +LICENSE="LGPL-2.1" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep kservice) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + net-libs/telepathy-qt[qt5(+)] +" +RDEPEND="${DEPEND} + $(add_kdeapps_dep ktp-contact-list) +" diff --git a/kde-apps/ktp-auth-handler/Manifest b/kde-apps/ktp-auth-handler/Manifest new file mode 100644 index 0000000000..c93e2acaa9 --- /dev/null +++ b/kde-apps/ktp-auth-handler/Manifest @@ -0,0 +1 @@ +DIST ktp-auth-handler-17.12.2.tar.xz 46288 BLAKE2B 1c021b591cd43ae321ba78fd296492ac982074d7cb73f9a2891e261d928bec44730207c890f7a1bdd201a8a363c982cb3a7ae4e8e54ba3a3f78cd9bd3cfc141e SHA512 27077a8808fa756e0cde128abf26291148fe1362041102167b5ddde057a442f04e0c8cb6915e51b63053be04efab93a0223953d819641690aebb773ca69b43b1 diff --git a/kde-apps/ktp-auth-handler/ktp-auth-handler-17.12.2.ebuild b/kde-apps/ktp-auth-handler/ktp-auth-handler-17.12.2.ebuild new file mode 100644 index 0000000000..e76ea82248 --- /dev/null +++ b/kde-apps/ktp-auth-handler/ktp-auth-handler-17.12.2.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit kde5 + +DESCRIPTION="KDE Telepathy authentication handler" +HOMEPAGE="https://community.kde.org/Real-Time_Communication_and_Collaboration" + +LICENSE="LGPL-2.1" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kwallet) + $(add_frameworks_dep kwidgetsaddons) + $(add_kdeapps_dep kaccounts-integration) + $(add_kdeapps_dep ktp-common-internals) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtwidgets) + app-crypt/qca:2[qt5] + net-libs/accounts-qt + net-libs/signond + net-libs/telepathy-qt[qt5(+)] +" +RDEPEND="${DEPEND} + app-crypt/qca:2[ssl] +" diff --git a/kde-apps/ktp-call-ui/Manifest b/kde-apps/ktp-call-ui/Manifest new file mode 100644 index 0000000000..9d73c7035c --- /dev/null +++ b/kde-apps/ktp-call-ui/Manifest @@ -0,0 +1 @@ +DIST ktp-call-ui-17.12.2.tar.xz 96492 BLAKE2B cacf29f85dbc815aa00fc449c38d9fd45ea8f359316feba8c289dba363de095e622dfe1e8ceeaa121a5d2b7f0f18a577d016242bc57d621d3ad2b46e95359796 SHA512 df633e964c35a807bc349c2f18956cecb21679b4d791c552f6e445bb91132f454804c04cb2960c7fb203ac47972fd28c4ce7793600ec6888af409166ebfdd36c diff --git a/kde-apps/ktp-call-ui/ktp-call-ui-17.12.2.ebuild b/kde-apps/ktp-call-ui/ktp-call-ui-17.12.2.ebuild new file mode 100644 index 0000000000..c0ba9a38bb --- /dev/null +++ b/kde-apps/ktp-call-ui/ktp-call-ui-17.12.2.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit kde5 + +DESCRIPTION="KDE Telepathy audio/video conferencing ui" +HOMEPAGE="https://community.kde.org/Real-Time_Communication_and_Collaboration" + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcmutils) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep ktp-common-internals) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + dev-libs/boost + dev-libs/glib:2 + media-libs/phonon[qt5(+)] + media-libs/qt-gstreamer[qt5(+)] + net-libs/farstream:0.2 + net-libs/telepathy-farstream + net-libs/telepathy-qt[farstream,qt5(+)] +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/ktp-common-internals/Manifest b/kde-apps/ktp-common-internals/Manifest new file mode 100644 index 0000000000..993cd62d58 --- /dev/null +++ b/kde-apps/ktp-common-internals/Manifest @@ -0,0 +1 @@ +DIST ktp-common-internals-17.12.2.tar.xz 441140 BLAKE2B ca6f823e9c44b0ecdbec94e15859e2a523d2e83a222263198697c668e33d51913e04d7f92215ae5ba8d5be9b70b3ca06c1869274b12014a6072f00af98ceb7a9 SHA512 f8c0311bf149456c3eec611e4b786c1109371187d682a1ba65cc90322e3e47438500711a606581df5cb369957793b9476a429859c54349b10e95685d095debfb diff --git a/kde-apps/ktp-common-internals/ktp-common-internals-17.12.2.ebuild b/kde-apps/ktp-common-internals/ktp-common-internals-17.12.2.ebuild new file mode 100644 index 0000000000..6325d2580a --- /dev/null +++ b/kde-apps/ktp-common-internals/ktp-common-internals-17.12.2.ebuild @@ -0,0 +1,64 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_TEST="forceoptional" +inherit kde5 + +DESCRIPTION="KDE Telepathy common library" +HOMEPAGE="https://community.kde.org/Real-Time_Communication_and_Collaboration" + +LICENSE="LGPL-2.1" +KEYWORDS="~amd64 ~x86" +IUSE="otr +sso" + +RDEPEND=" + $(add_frameworks_dep kcmutils) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep knotifyconfig) + $(add_frameworks_dep kparts) + $(add_frameworks_dep kpeople) + $(add_frameworks_dep kservice) + $(add_frameworks_dep ktexteditor) + $(add_frameworks_dep kwallet) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtdbus) + $(add_qt_dep qtdeclarative) + $(add_qt_dep qtgui) + $(add_qt_dep qtsql) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + >=net-libs/telepathy-logger-qt-17.08.0:5 + >=net-libs/telepathy-qt-0.9.5[qt5(+)] + otr? ( + dev-libs/libgcrypt:0= + >=net-libs/libotr-4.0.0 + ) + sso? ( + $(add_kdeapps_dep kaccounts-integration) + net-libs/accounts-qt + net-libs/telepathy-accounts-signon + ) +" +DEPEND="${RDEPEND} + $(add_frameworks_dep kio) + $(add_qt_dep qtnetwork) +" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package sso KAccounts) + $(cmake-utils_use_find_package sso AccountsQt5) + $(cmake-utils_use_find_package otr Libgcrypt) + $(cmake-utils_use_find_package otr LibOTR) + ) + + kde5_src_configure +} diff --git a/kde-apps/ktp-contact-list/Manifest b/kde-apps/ktp-contact-list/Manifest new file mode 100644 index 0000000000..6da1866cb9 --- /dev/null +++ b/kde-apps/ktp-contact-list/Manifest @@ -0,0 +1 @@ +DIST ktp-contact-list-17.12.2.tar.xz 131456 BLAKE2B a5247330d4d155e4b4fc671452d8dda81ef4cd17940b2ffbc43e3ca54f6d29a180849083d86cae2013015ec0f360ba2da3137663dd9ca8fdd9e132b990f45d69 SHA512 645a2059facb25556ff3a9194096cb028513417eebc98eb6f5c59274863019dcca26294505a38c534f788bcd2c3c49fc2410b1028d2760c327df709f1c18c7d5 diff --git a/kde-apps/ktp-contact-list/ktp-contact-list-17.12.2.ebuild b/kde-apps/ktp-contact-list/ktp-contact-list-17.12.2.ebuild new file mode 100644 index 0000000000..93ce9c7522 --- /dev/null +++ b/kde-apps/ktp-contact-list/ktp-contact-list-17.12.2.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit kde5 + +DESCRIPTION="KDE Telepathy contact list" +HOMEPAGE="https://community.kde.org/Real-Time_Communication_and_Collaboration" + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + $(add_frameworks_dep kcompletion) + $(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 knotifications) + $(add_frameworks_dep kpeople) + $(add_frameworks_dep kservice) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep ktp-common-internals) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + net-libs/telepathy-qt[qt5(+)] +" +DEPEND="${RDEPEND} + $(add_frameworks_dep kcmutils) + $(add_frameworks_dep kio) + $(add_frameworks_dep knotifyconfig) + $(add_qt_dep qtxml) +" diff --git a/kde-apps/ktp-contact-runner/Manifest b/kde-apps/ktp-contact-runner/Manifest new file mode 100644 index 0000000000..43063fcecb --- /dev/null +++ b/kde-apps/ktp-contact-runner/Manifest @@ -0,0 +1 @@ +DIST ktp-contact-runner-17.12.2.tar.xz 40156 BLAKE2B 5ace9e19215c375986e2803efedbbfb025289a4086c8de9c5f8eb7afef866283d24f0d71ed5cc88f6d621c7f7f7bd7406f3c184ffb00538893333c12095ababd SHA512 0177f5e097857a7e7c5d69eae83bb66e13ac3b030e6549421e07079101f0424f99997c70d374c6b9429ed7d678b766e1aca9b361c6fd636ce6ca7e1a98b57e73 diff --git a/kde-apps/ktp-contact-runner/ktp-contact-runner-17.12.2.ebuild b/kde-apps/ktp-contact-runner/ktp-contact-runner-17.12.2.ebuild new file mode 100644 index 0000000000..9aba85ad01 --- /dev/null +++ b/kde-apps/ktp-contact-runner/ktp-contact-runner-17.12.2.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit kde5 + +DESCRIPTION="KDE Telepathy krunner plugin" +HOMEPAGE="https://community.kde.org/Real-Time_Communication_and_Collaboration" + +LICENSE="LGPL-2.1" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep krunner) + $(add_kdeapps_dep ktp-common-internals) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + net-libs/telepathy-qt[qt5(+)] +" +DEPEND="${RDEPEND} + $(add_frameworks_dep kservice) +" diff --git a/kde-apps/ktp-desktop-applets/Manifest b/kde-apps/ktp-desktop-applets/Manifest new file mode 100644 index 0000000000..7268ff2fba --- /dev/null +++ b/kde-apps/ktp-desktop-applets/Manifest @@ -0,0 +1 @@ +DIST ktp-desktop-applets-17.12.2.tar.xz 43176 BLAKE2B 964b3cdd31a91dc28c3b6c26aae457cc6297793f854b24767850177e3b1fd6843af463274ca93af860e8593d4ba4c2c09c4911ac81246d2afb2b36f883fc2789 SHA512 aa9871eeeccb1cfef2789ab939cd50fdd05b9ce9d49d4eba8b67cba22be5b7bbda1047a9a6cd63cc67f50a47162098c4dd9eb95fcacfb97b6a60434341435c6d diff --git a/kde-apps/ktp-desktop-applets/ktp-desktop-applets-17.12.2.ebuild b/kde-apps/ktp-desktop-applets/ktp-desktop-applets-17.12.2.ebuild new file mode 100644 index 0000000000..71c40a130e --- /dev/null +++ b/kde-apps/ktp-desktop-applets/ktp-desktop-applets-17.12.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit kde5 + +DESCRIPTION="KDE Telepathy contact, presence and chat Plasma applets" +HOMEPAGE="https://community.kde.org/Real-Time_Communication_and_Collaboration" + +LICENSE="|| ( GPL-2 GPL-3 ) GPL-2+ LGPL-2.1+" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + $(add_frameworks_dep kdeclarative) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep plasma) + $(add_qt_dep qtdbus) + $(add_qt_dep qtdeclarative) +" +DEPEND="${RDEPEND} + $(add_frameworks_dep ki18n) +" diff --git a/kde-apps/ktp-filetransfer-handler/Manifest b/kde-apps/ktp-filetransfer-handler/Manifest new file mode 100644 index 0000000000..1c9bfae8a8 --- /dev/null +++ b/kde-apps/ktp-filetransfer-handler/Manifest @@ -0,0 +1 @@ +DIST ktp-filetransfer-handler-17.12.2.tar.xz 46008 BLAKE2B 91068cc53e69cbb23f0ed89a72ac0f3aa7c5567ff751adbf439223f866b24c1867650f2e765319e539471b8046064f9fa65668d87bac711c6d9c9453d0923390 SHA512 df06f170269ef31dd46f650e1467b7f46274d2d9443e9c9332c213c8e1f167d297cc99619130def7ce9e407ae4f6d675e8d8afb1d556670f8c7835ba39ee00b3 diff --git a/kde-apps/ktp-filetransfer-handler/ktp-filetransfer-handler-17.12.2.ebuild b/kde-apps/ktp-filetransfer-handler/ktp-filetransfer-handler-17.12.2.ebuild new file mode 100644 index 0000000000..a8e607bd72 --- /dev/null +++ b/kde-apps/ktp-filetransfer-handler/ktp-filetransfer-handler-17.12.2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit kde5 + +DESCRIPTION="KDE Telepathy file transfer handler" +HOMEPAGE="https://community.kde.org/Real-Time_Communication_and_Collaboration" + +LICENSE="GPL-2+ LGPL-2+ LGPL-2.1+" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_kdeapps_dep ktp-common-internals) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + net-libs/telepathy-qt[qt5(+)] +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/ktp-kded-module/Manifest b/kde-apps/ktp-kded-module/Manifest new file mode 100644 index 0000000000..e41b58c32f --- /dev/null +++ b/kde-apps/ktp-kded-module/Manifest @@ -0,0 +1 @@ +DIST ktp-kded-module-17.12.2.tar.xz 81264 BLAKE2B e674b083c74106838f76aaf5701b15139864bd49df0f825437bd900ea27b337127963ecdd3652317971923cae57fb61b3b5908e8cc5586524cd0a0ca42ff8d44 SHA512 93bbf1a2636019ed7c2fabebbe38c161784e7e65732c31c4c6c3d5f333a097c7ed2cd1082fc184b16d4149354bc9c2bba32e37d2d71d60aa5abf043c49ec8288 diff --git a/kde-apps/ktp-kded-module/ktp-kded-module-17.12.2.ebuild b/kde-apps/ktp-kded-module/ktp-kded-module-17.12.2.ebuild new file mode 100644 index 0000000000..6d59197ba4 --- /dev/null +++ b/kde-apps/ktp-kded-module/ktp-kded-module-17.12.2.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit kde5 + +DESCRIPTION="KDE Telepathy workspace integration" +HOMEPAGE="https://community.kde.org/Real-Time_Communication_and_Collaboration" + +LICENSE="LGPL-2.1" +KEYWORDS="~amd64 ~x86" +IUSE="" + +COMMON_DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kidletime) + $(add_frameworks_dep kio) + $(add_frameworks_dep knotifications) + $(add_kdeapps_dep ktp-common-internals) + $(add_qt_dep qtconcurrent) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtsql) + $(add_qt_dep qtwidgets) + net-libs/telepathy-qt[qt5(+)] +" +DEPEND="${COMMON_DEPEND} + $(add_frameworks_dep kcmutils) + $(add_frameworks_dep kwidgetsaddons) +" +RDEPEND="${COMMON_DEPEND} + $(add_kdeapps_dep signon-kwallet-extension) +" diff --git a/kde-apps/ktp-send-file/Manifest b/kde-apps/ktp-send-file/Manifest new file mode 100644 index 0000000000..7f6f70d108 --- /dev/null +++ b/kde-apps/ktp-send-file/Manifest @@ -0,0 +1 @@ +DIST ktp-send-file-17.12.2.tar.xz 28776 BLAKE2B 902e33a94aeb19d0ba9681a37f931fe8c7a305af2e771bb212ef0ffd65f53b84d6aa5a5b310850fad5cc54f39a589968c9fa7cad0716a6a052d29db90da7a3b6 SHA512 19b2b62654c8f88253068b8c3b4f432d48a813cfa90ade185784455b4aa0570fabed1fb1f2b71ee465c1f43ad153bdcc87f2c642d8c015c47468e2aed6f45761 diff --git a/kde-apps/ktp-send-file/ktp-send-file-17.12.2.ebuild b/kde-apps/ktp-send-file/ktp-send-file-17.12.2.ebuild new file mode 100644 index 0000000000..d297bb178c --- /dev/null +++ b/kde-apps/ktp-send-file/ktp-send-file-17.12.2.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit kde5 + +DESCRIPTION="KDE Telepathy file manager plugin to send files to contacts" +HOMEPAGE="https://community.kde.org/Real-Time_Communication_and_Collaboration" + +LICENSE="LGPL-2.1+" +KEYWORDS="~amd64 ~x86" +IUSE="" + +COMMON_DEPEND=" + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kwidgetsaddons) + $(add_kdeapps_dep ktp-common-internals) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + net-libs/telepathy-qt[qt5(+)] +" +DEPEND="${COMMON_DEPEND} + $(add_frameworks_dep kcmutils) +" +RDEPEND="${COMMON_DEPEND} + $(add_kdeapps_dep ktp-contact-list) + $(add_kdeapps_dep ktp-filetransfer-handler) +" diff --git a/kde-apps/ktp-text-ui/Manifest b/kde-apps/ktp-text-ui/Manifest new file mode 100644 index 0000000000..9997ce873d --- /dev/null +++ b/kde-apps/ktp-text-ui/Manifest @@ -0,0 +1 @@ +DIST ktp-text-ui-17.12.2.tar.xz 468492 BLAKE2B 32a21f21059d51012bff30168924a3106678cb93ce9eed364a0d854414f18f615c16a974a0490062095a6c47c362dc3abae2c8523f26dda55474e910b4b9f49f SHA512 bb94c43a4b7071246af29e75e8d9ad6219bbe912f696fe1ebf248f171caa480c91abb79ee45d8f94fda2d73937b1aec7bf69d8260974c9fc772145cd65b9350a diff --git a/kde-apps/ktp-text-ui/ktp-text-ui-17.12.2.ebuild b/kde-apps/ktp-text-ui/ktp-text-ui-17.12.2.ebuild new file mode 100644 index 0000000000..d8d7376328 --- /dev/null +++ b/kde-apps/ktp-text-ui/ktp-text-ui-17.12.2.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit kde5 + +DESCRIPTION="KDE Telepathy text chat window" +HOMEPAGE="https://community.kde.org/Real-Time_Communication_and_Collaboration" + +LICENSE="Apache-2.0 || ( AFL-2.1 BSD ) GPL-2+ LGPL-2.1+ MIT" +KEYWORDS="~amd64 ~x86" +IUSE="speech" + +DEPEND=" + $(add_frameworks_dep karchive) + $(add_frameworks_dep kcmutils) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kdewebkit) + $(add_frameworks_dep kemoticons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep knotifyconfig) + $(add_frameworks_dep kpeople) + $(add_frameworks_dep kservice) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep kxmlgui) + $(add_frameworks_dep sonnet) + $(add_kdeapps_dep ktp-common-internals otr) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtwebengine 'widgets') + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + net-libs/telepathy-qt[qt5(+)] + speech? ( $(add_qt_dep qtspeech) ) +" +RDEPEND="${DEPEND} + $(add_kdeapps_dep ktp-contact-list) +" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package speech Qt5TextToSpeech) + ) + + kde5_src_configure +} diff --git a/kde-apps/ktuberling/Manifest b/kde-apps/ktuberling/Manifest new file mode 100644 index 0000000000..726a7774d5 --- /dev/null +++ b/kde-apps/ktuberling/Manifest @@ -0,0 +1 @@ +DIST ktuberling-17.12.2.tar.xz 32801956 BLAKE2B 2a1177cb9be4f4c86b84fe765660eb04c73654a6d48d1f979e0199f59465c267f3b67c5cf6c268da419afaf856acfec568abd75f6d25d967f403f220a9359fd2 SHA512 f36e0b4ccc1fd849ef38d1b0a9f935c041a426356afc84c3799210f0b0359c25a4ba8c03eec7af5d3e3326aba5be4eebea4718a97bae312d48e2b6c00a0db195 diff --git a/kde-apps/ktuberling/ktuberling-17.12.2.ebuild b/kde-apps/ktuberling/ktuberling-17.12.2.ebuild new file mode 100644 index 0000000000..6f603a18c5 --- /dev/null +++ b/kde-apps/ktuberling/ktuberling-17.12.2.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +KDE_SELINUX_MODULE="games" +inherit kde5 + +DESCRIPTION="Potato game for kids by KDE" +HOMEPAGE=" + https://www.kde.org/applications/games/ktuberling/ + https://games.kde.org/game.php?game=ktuberling +" +KEYWORDS="~amd64 ~x86" +IUSE="" + +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 kdelibs4support) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtgui) + $(add_qt_dep qtmultimedia) + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + media-libs/phonon[qt5(+)] +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/kturtle/Manifest b/kde-apps/kturtle/Manifest new file mode 100644 index 0000000000..c601f076f4 --- /dev/null +++ b/kde-apps/kturtle/Manifest @@ -0,0 +1 @@ +DIST kturtle-17.12.2.tar.xz 1608812 BLAKE2B 744db7aef779d980a162ac1f4cef5410433931c01f39611daf7bf785e810a38ac9e79d02c243ccc3675b8668ab49fd9767b4bc6778d41c9ba611d17069fb682b SHA512 20050ae4349a518940c9fb4e2646bc671a8c63979c19b2176b1f15e7b476e2d3bb2ecdcdb7e1ee6eea95e1b1e847f9e87ec7a87f3457edac110e0466549b6d5e diff --git a/kde-apps/kturtle/kturtle-17.12.2.ebuild b/kde-apps/kturtle/kturtle-17.12.2.ebuild new file mode 100644 index 0000000000..f1c34975ae --- /dev/null +++ b/kde-apps/kturtle/kturtle-17.12.2.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Educational programming environment using the Logo programming language" +HOMEPAGE="https://www.kde.org/applications/education/kturtle https://edu.kde.org/kturtle" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/kubrick/Manifest b/kde-apps/kubrick/Manifest new file mode 100644 index 0000000000..a1ad03c092 --- /dev/null +++ b/kde-apps/kubrick/Manifest @@ -0,0 +1 @@ +DIST kubrick-17.12.2.tar.xz 306952 BLAKE2B 476eaf26f93b050953494b8c728960b77a1032fc16e0c550667f90a04307042e3005b16514c756a08d7bfb4f9094b62a5462681e56cdc457e5655d2a95bdf70e SHA512 4b7d74db13102479c43441540291d63523265daec4cfd763781e09ebc96bbeca5f263be8593bfdbf3477d4396f5d4f0edc11b09ab451630d6999f5b28c753792 diff --git a/kde-apps/kubrick/kubrick-17.12.2.ebuild b/kde-apps/kubrick/kubrick-17.12.2.ebuild new file mode 100644 index 0000000000..49fdf450e3 --- /dev/null +++ b/kde-apps/kubrick/kubrick-17.12.2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="true" +inherit kde5 + +DESCRIPTION="Game based on the \"Rubik's Cube\" puzzle by KDE" +HOMEPAGE="https://www.kde.org/applications/games/kubrick/" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtgui) + $(add_qt_dep qtopengl) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) + virtual/glu + virtual/opengl +" +RDEPEND="${DEPEND} + !<kde-apps/kde4-l10n-17.07.80 +" diff --git a/kde-apps/kwalletmanager/Manifest b/kde-apps/kwalletmanager/Manifest new file mode 100644 index 0000000000..e9ef90a545 --- /dev/null +++ b/kde-apps/kwalletmanager/Manifest @@ -0,0 +1 @@ +DIST kwalletmanager-17.12.2.tar.xz 778528 BLAKE2B 6b81bf0b65b27a4def807196163841ae3a0d73faa188a46540cc93811ab16a827a0bb7b460d3b30883e91898407a8d40a40be5d2923bebadc7e89ae108de9203 SHA512 406becb541024715d781df3c1b6cc4d022ed2714683c1ba5f5f6374410332f5f2e04218ca3d13b2adf747b89ed524cdd8ec1697117a4a6943f1649a295611595 diff --git a/kde-apps/kwalletmanager/kwalletmanager-17.12.2.ebuild b/kde-apps/kwalletmanager/kwalletmanager-17.12.2.ebuild new file mode 100644 index 0000000000..c557ba4303 --- /dev/null +++ b/kde-apps/kwalletmanager/kwalletmanager-17.12.2.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_BLOCK_SLOT4="false" +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="KDE Wallet management tool" +HOMEAGE="https://www.kde.org/applications/system/kwalletmanager +https://utils.kde.org/projects/kwalletmanager" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep karchive) + $(add_frameworks_dep kauth) + $(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 ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep kjobwidgets) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kservice) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwallet) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) +" +RDEPEND="${DEPEND} + !<kde-apps/kwalletmanager-15.04.3-r1:4 + !kde-base/legacy-icons +" diff --git a/kde-apps/kwave/Manifest b/kde-apps/kwave/Manifest new file mode 100644 index 0000000000..9b033580a1 --- /dev/null +++ b/kde-apps/kwave/Manifest @@ -0,0 +1 @@ +DIST kwave-17.12.2.tar.xz 4757080 BLAKE2B e4587a4ed09119b4707c5b492d359090b1d5d3621734423bd5dbc410ba09dfaf65d1f6071aefedaf2652fe0b4f11fa42bc210f92fb76245bf8cb616e12ec9b0f SHA512 84d6f72cb9e71a347d7e7e52660c317976634faeb9dd022a1eb3145301574ce61ac6f263f81de7913f9b443e8b5e0c80d0b22405f9f5a6218b1b67db2abc1692 diff --git a/kde-apps/kwave/kwave-17.12.2.ebuild b/kde-apps/kwave/kwave-17.12.2.ebuild new file mode 100644 index 0000000000..5327a15228 --- /dev/null +++ b/kde-apps/kwave/kwave-17.12.2.ebuild @@ -0,0 +1,82 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Sound editor built on KDE Frameworks 5 that can edit many types of audio files" +HOMEPAGE="http://kwave.sourceforge.net/ https://www.kde.org/applications/multimedia/kwave/" +LICENSE=" + CC-BY-SA-3.0 CC0-1.0 GPL-2+ LGPL-2+ + handbook? ( FDL-1.2 ) + opus? ( BSD-2 ) +" +KEYWORDS="~amd64 ~x86" +IUSE="alsa flac mp3 opus oss pulseaudio +qtmedia vorbis" + +RDEPEND=" + $(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 ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + media-libs/audiofile:= + >=sci-libs/fftw-3 + media-libs/libsamplerate + alsa? ( media-libs/alsa-lib ) + flac? ( media-libs/flac ) + mp3? ( + media-libs/id3lib + media-libs/libmad + || ( media-sound/lame media-sound/toolame media-sound/twolame ) + ) + qtmedia? ( $(add_qt_dep qtmultimedia) ) + opus? ( + media-libs/libogg + media-libs/opus + ) + pulseaudio? ( media-sound/pulseaudio ) + vorbis? ( + media-libs/libogg + media-libs/libvorbis + ) +" +DEPEND="${RDEPEND} + $(add_kdeapps_dep poxml) + $(add_qt_dep qtconcurrent) + sys-devel/gettext + handbook? ( || ( + gnome-base/librsvg + virtual/imagemagick-tools[png,svg] + ) ) +" + +DOCS=( AUTHORS CHANGES LICENSES README TODO ) + +src_configure() { + local mycmakeargs=( + -DDEBUG=$(usex debug) + -DWITH_ALSA=$(usex alsa) + -DWITH_DOC=$(usex handbook) + -DWITH_FLAC=$(usex flac) + -DWITH_MP3=$(usex mp3) + -DWITH_OGG_VORBIS=$(usex vorbis) + -DWITH_OGG_OPUS=$(usex opus) + -DWITH_OSS=$(usex oss) + -DWITH_PULSEAUDIO=$(usex pulseaudio) + -DWITH_QT_AUDIO=$(usex qtmedia) + ) + + kde5_src_configure +} diff --git a/kde-apps/kwordquiz/Manifest b/kde-apps/kwordquiz/Manifest new file mode 100644 index 0000000000..f842fb0560 --- /dev/null +++ b/kde-apps/kwordquiz/Manifest @@ -0,0 +1 @@ +DIST kwordquiz-17.12.2.tar.xz 4168836 BLAKE2B 993aee2e3221bf489ef1528697789a0c382ac77d6312e874a2f3e548ae84e7b36e7274f4d3cd5959e444386b8e61c07dde20675eb2941af08f9e1e977da84639 SHA512 f0210292f6c25b64dce00d221e5ba0797d45c7f1d6354be40dbd294534306f7b328b436f46fbad72d91b97867589694251f8fae7ed2367c1057198c942e3329b diff --git a/kde-apps/kwordquiz/kwordquiz-17.12.2.ebuild b/kde-apps/kwordquiz/kwordquiz-17.12.2.ebuild new file mode 100644 index 0000000000..666208ff0d --- /dev/null +++ b/kde-apps/kwordquiz/kwordquiz-17.12.2.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="A powerful flashcard and vocabulary learning program" +HOMEPAGE="https://www.kde.org/applications/education/kwordquiz https://edu.kde.org/kwordquiz" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep kguiaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep knotifyconfig) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkeduvocdocument) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtwidgets) + media-libs/phonon[qt5(+)] +" +RDEPEND=${DEPEND} diff --git a/kde-apps/kwrite/Manifest b/kde-apps/kwrite/Manifest new file mode 100644 index 0000000000..69d7544741 --- /dev/null +++ b/kde-apps/kwrite/Manifest @@ -0,0 +1 @@ +DIST kate-17.12.2.tar.xz 5630528 BLAKE2B 29e0cfe6b25aef849f03e2a87bbdef4e64b1a9ee7ec3550c5257a6902e7fffd0f011ed08a89457f8215750ce8ec22c00b203734161902ee7a75a77fc349f6768 SHA512 cb71a569e4bd04c9ca1aeed81a7261b3838bf78d6bd731e31163f1eb254d81e78b13889d2118483de0d9cae6a92ebbc4e4dec9f3c62e29444ac1c3fd8dc7efe1 diff --git a/kde-apps/kwrite/kwrite-17.12.2.ebuild b/kde-apps/kwrite/kwrite-17.12.2.ebuild new file mode 100644 index 0000000000..40a36cff18 --- /dev/null +++ b/kde-apps/kwrite/kwrite-17.12.2.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KMNAME="kate" +KDE_HANDBOOK="optional" +inherit kde5 + +DESCRIPTION="KDE simple text editor" +HOMEPAGE="https://www.kde.org/applications/utilities/kwrite" +KEYWORDS="~amd64 ~x86" + +DEPEND=" + $(add_frameworks_dep kactivities) + $(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 kio) + $(add_frameworks_dep kjobwidgets) + $(add_frameworks_dep kparts) + $(add_frameworks_dep ktexteditor) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" + +src_prepare() { + kde5_src_prepare + # delete colliding kate translations + if [[ ${KDE_BUILD_TYPE} = release ]]; then + find po -type f -name "*po" -and -not -name "kwrite*" -delete || die + rm -rf po/*/docs/kate* || die + fi +} + +src_configure() { + local mycmakeargs=( + -DBUILD_addons=FALSE + -DBUILD_kate=FALSE + ) + use handbook && mycmakeargs+=( -DBUILD_katepart=FALSE ) + + kde5_src_configure +} diff --git a/kde-apps/libgravatar/Manifest b/kde-apps/libgravatar/Manifest new file mode 100644 index 0000000000..a0314e1e30 --- /dev/null +++ b/kde-apps/libgravatar/Manifest @@ -0,0 +1 @@ +DIST libgravatar-17.12.2.tar.xz 30064 BLAKE2B a56c02eb2812cfc39faa0b84296d813050ca065a658a34bdf3664bb36dcb94043d3f25ec147ff267c5a4847799f612e2ab4c19be6c75c8ade4d339e8c034dc8a SHA512 4096ad6d620b5594766e6b79ca5d06d5c299f35739fc1fb2ad00faf1a511cb86084958685d3b2744bfb457b1f20a14b2429411e6df6eec646514c05773813443 diff --git a/kde-apps/libgravatar/libgravatar-17.12.2.ebuild b/kde-apps/libgravatar/libgravatar-17.12.2.ebuild new file mode 100644 index 0000000000..06eba7322a --- /dev/null +++ b/kde-apps/libgravatar/libgravatar-17.12.2.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_TEST="true" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Library for gravatar integration" +LICENSE="GPL-2+" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_kdeapps_dep pimcommon) + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND} + !kde-apps/kdepim-l10n +" + +src_test() { + # bug 624584 - needs internet connection + local myctestargs=( + -E "(gravatar-gravatarresolvurljobtest)" + ) + + kde5_src_test +} diff --git a/kde-apps/libkcddb/Manifest b/kde-apps/libkcddb/Manifest new file mode 100644 index 0000000000..6ff736aeff --- /dev/null +++ b/kde-apps/libkcddb/Manifest @@ -0,0 +1 @@ +DIST libkcddb-17.12.2.tar.xz 423996 BLAKE2B 4c7e94f90fc7e4adcf5b65c22f403d873184ca7b16f5c0d23a3e79a900d0c51ee6323e6bd38322a7d150045c5e2597426e025a53ec2480d8a2400ec26ac60b5d SHA512 3c19f2f7b77ed6334dfeea725f996cdfe73531f0e2be1d42d689e810080d29f1f4f16d6f3e8c9c820e189a08ce560440d012b37aae465e60746e71ba9d9476ba diff --git a/kde-apps/libkcddb/libkcddb-17.12.2.ebuild b/kde-apps/libkcddb/libkcddb-17.12.2.ebuild new file mode 100644 index 0000000000..7c3b36bccc --- /dev/null +++ b/kde-apps/libkcddb/libkcddb-17.12.2.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_BLOCK_SLOT4="false" +KDE_HANDBOOK="forceoptional" +KDE_TEST="true" +inherit kde5 + +DESCRIPTION="KDE library for CDDB" +LICENSE="GPL-2+ handbook? ( FDL-1.2 )" +KEYWORDS="~amd64 ~x86" +IUSE="musicbrainz" + +# tests require network access and compare static data with online data +# bug 280996 +RESTRICT+=" test" + +DEPEND=" + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kwidgetsaddons) + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtwidgets) + musicbrainz? ( media-libs/musicbrainz:5 ) +" +RDEPEND="${DEPEND}" + +src_prepare() { + kde5_src_prepare + + if ! use handbook ; then + pushd kcmcddb > /dev/null + cmake_comment_add_subdirectory doc + popd > /dev/null + fi +} + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package musicbrainz MusicBrainz5) + ) + + kde5_src_configure +} diff --git a/kde-apps/libkcompactdisc/Manifest b/kde-apps/libkcompactdisc/Manifest new file mode 100644 index 0000000000..16b961fa00 --- /dev/null +++ b/kde-apps/libkcompactdisc/Manifest @@ -0,0 +1 @@ +DIST libkcompactdisc-17.12.2.tar.xz 88612 BLAKE2B 267afe84762adbbdb51d68e66121796431ae630d6f070002bc8ec5e19aabdad492c51785b01df5571e28df5dd9cc1f17c6deba7e4bb2281b0e82a66bc7fe2bf8 SHA512 ff8d7eb487b192b7550e23339b0a91c4a4ccdad50c8358b0cf4bc84e79660a229f7efe0da49b9197d14be77d5cc7bf6c4f1a820dc495c130ac75c84e80088b24 diff --git a/kde-apps/libkcompactdisc/libkcompactdisc-17.12.2.ebuild b/kde-apps/libkcompactdisc/libkcompactdisc-17.12.2.ebuild new file mode 100644 index 0000000000..3c73db683d --- /dev/null +++ b/kde-apps/libkcompactdisc/libkcompactdisc-17.12.2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_BLOCK_SLOT4="false" +inherit kde5 + +DESCRIPTION="Library for playing & ripping CDs" +LICENSE="GPL-2+ LGPL-2+" +KEYWORDS="~amd64 ~x86" +IUSE="alsa" + +DEPEND=" + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep solid) + $(add_qt_dep qtdbus) + media-libs/phonon[qt5(+)] + alsa? ( media-libs/alsa-lib ) +" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package alsa ALSA) + ) + kde5_src_configure +} diff --git a/kde-apps/libkdcraw/Manifest b/kde-apps/libkdcraw/Manifest new file mode 100644 index 0000000000..8c744a6f07 --- /dev/null +++ b/kde-apps/libkdcraw/Manifest @@ -0,0 +1 @@ +DIST libkdcraw-17.12.2.tar.xz 41852 BLAKE2B 3d19a173c9bc9946dcd63e83cd1ea4744e0e951b7d8f8743cbe71cab6ceba5b9e1e85d057dbe3e5f9c08ee2b815422d4e420593083ba3cc270967f1630ab15f5 SHA512 e77066ff536ee8b5cfc572e9f96fd280814f8ad40fa75cf928d19b9b99f8b7a31d20dd043d5f12aa8a8f709b09ae79fdfc5611620e8a1560d989313266e7cee2 diff --git a/kde-apps/libkdcraw/libkdcraw-17.12.2.ebuild b/kde-apps/libkdcraw/libkdcraw-17.12.2.ebuild new file mode 100644 index 0000000000..88aa251600 --- /dev/null +++ b/kde-apps/libkdcraw/libkdcraw-17.12.2.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_BLOCK_SLOT4="false" +inherit kde5 + +DESCRIPTION="Digital camera raw image library wrapper" +LICENSE="GPL-2+" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_qt_dep qtgui) + >=media-libs/libraw-0.16:= +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/libkdegames/Manifest b/kde-apps/libkdegames/Manifest new file mode 100644 index 0000000000..5873570703 --- /dev/null +++ b/kde-apps/libkdegames/Manifest @@ -0,0 +1 @@ +DIST libkdegames-17.12.2.tar.xz 5947920 BLAKE2B cd9739c18980364b7fc43285bac510a76c52615b196224542d1bb64189b04bfe506bef40fca33d3c1b0866d42d0f8511ed5bde38aed84bd23b69906dcaaf85ba SHA512 48f00d7ee7fcad83bace4858659ca5b44138f8fbb1a92d7bba5394ba6a0689414ece948a7ee51ab1648b59ab0b64be0d091010493cd91f1247e53b769cf285e2 diff --git a/kde-apps/libkdegames/libkdegames-17.12.2.ebuild b/kde-apps/libkdegames/libkdegames-17.12.2.ebuild new file mode 100644 index 0000000000..a70604c955 --- /dev/null +++ b/kde-apps/libkdegames/libkdegames-17.12.2.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_BLOCK_SLOT4="false" +KDE_TEST="forceoptional" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Base library common to many KDE games" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep karchive) + $(add_frameworks_dep kbookmarks) + $(add_frameworks_dep kcodecs) + $(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 kdeclarative) + $(add_frameworks_dep kdnssd) + $(add_frameworks_dep kglobalaccel) + $(add_frameworks_dep kguiaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep kjobwidgets) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep kservice) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtdeclarative 'widgets') + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtsvg) + $(add_qt_dep qtxml) + media-libs/libsndfile + media-libs/openal +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/libkdepim/Manifest b/kde-apps/libkdepim/Manifest new file mode 100644 index 0000000000..e39c2c7d50 --- /dev/null +++ b/kde-apps/libkdepim/Manifest @@ -0,0 +1 @@ +DIST libkdepim-17.12.2.tar.xz 339996 BLAKE2B 33c385cc72642fec48f104cc3fd5e5b51210adb691e6cecbda4ee11cae56f8879c69f978a0eef99da4f64ba86585584bab13644b9e3834f2da6db33ad802b77e SHA512 fa93a20c4bfb2b04784f20e2f0e8d2b82ef3009a152b991ad0e905be4ed8b3e483f1041999287e36e6befc3b316ba1ee9a8da4405c6eecd59df7717352242998 diff --git a/kde-apps/libkdepim/libkdepim-17.12.2.ebuild b/kde-apps/libkdepim/libkdepim-17.12.2.ebuild new file mode 100644 index 0000000000..416b05fa49 --- /dev/null +++ b/kde-apps/libkdepim/libkdepim-17.12.2.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_DESIGNERPLUGIN="true" +KDE_TEST="forceoptional" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Common PIM libraries" +LICENSE="GPL-2+ LGPL-2.1+" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcmutils) + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep kjobwidgets) + $(add_frameworks_dep kwallet) + $(add_frameworks_dep kwidgetsaddons) + $(add_kdeapps_dep akonadi) + $(add_kdeapps_dep akonadi-contacts) + $(add_kdeapps_dep akonadi-search) + $(add_kdeapps_dep kcontacts) + $(add_kdeapps_dep kldap) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND} + !kde-apps/kdepim-common-libs:4 + !kde-apps/kdepim-l10n +" diff --git a/kde-apps/libkeduvocdocument/Manifest b/kde-apps/libkeduvocdocument/Manifest new file mode 100644 index 0000000000..b5f2638954 --- /dev/null +++ b/kde-apps/libkeduvocdocument/Manifest @@ -0,0 +1 @@ +DIST libkeduvocdocument-17.12.2.tar.xz 205644 BLAKE2B cc29ed5c09a6750057232432ad33d2c204dbbc636453a75065976067dd83dd865fe4a8cab7ebe1719991b83f23ea3d59728e52b1a173ef82488e783714b4f56d SHA512 acf87a3931c6d21cd28a169084aa2ec72ea9f491c858111aa8bbc5267e12e654dd5ea05b2b21360327143e82fd730adde0bd7e1d50fd4e87af7905a90efabce6 diff --git a/kde-apps/libkeduvocdocument/libkeduvocdocument-17.12.2.ebuild b/kde-apps/libkeduvocdocument/libkeduvocdocument-17.12.2.ebuild new file mode 100644 index 0000000000..caf1c7213d --- /dev/null +++ b/kde-apps/libkeduvocdocument/libkeduvocdocument-17.12.2.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_TEST="true" +inherit kde5 + +DESCRIPTION="Library for reading/writing KVTML" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep karchive) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_qt_dep qtxml) +" +RDEPEND="${DEPEND}" + +src_prepare(){ + kde5_src_prepare + + if ! use test; then + sed -e "/add_subdirectory(autotests)/ s/^/#DONT/" \ + -e "/add_subdirectory(tests)/ s/^/#DONT/" \ + -i keduvocdocument/CMakeLists.txt + fi +} diff --git a/kde-apps/libkexiv2/Manifest b/kde-apps/libkexiv2/Manifest new file mode 100644 index 0000000000..02aabf36c0 --- /dev/null +++ b/kde-apps/libkexiv2/Manifest @@ -0,0 +1 @@ +DIST libkexiv2-17.12.2.tar.xz 64340 BLAKE2B 141d98cf3cb137ab0e879581e3106cc72d9ff6781b7cb218caa4840025c6e67220071cb46ed077e3748f865b0a861e0004504b5ffe936fa33337975b0ecb5ce7 SHA512 ecdf0ec0e845c6b1c1780d8f5cacf055ae8374d16358b2dbb196a750140e2257a98ac17e04fdf648d5eeecdd24f9ef53ceb62a900dd6a960e601adc22d88005c diff --git a/kde-apps/libkexiv2/libkexiv2-17.12.2.ebuild b/kde-apps/libkexiv2/libkexiv2-17.12.2.ebuild new file mode 100644 index 0000000000..8566db655b --- /dev/null +++ b/kde-apps/libkexiv2/libkexiv2-17.12.2.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_BLOCK_SLOT4="false" +inherit kde5 + +DESCRIPTION="KDE Image Plugin Interface: an exiv2 library wrapper" +LICENSE="GPL-2+" +KEYWORDS="~amd64 ~x86" +IUSE="+xmp" + +DEPEND=" + $(add_qt_dep qtgui) + >=media-gfx/exiv2-0.25:=[xmp=] +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/libkgapi/Manifest b/kde-apps/libkgapi/Manifest new file mode 100644 index 0000000000..03d6fa4fb3 --- /dev/null +++ b/kde-apps/libkgapi/Manifest @@ -0,0 +1 @@ +DIST libkgapi-17.12.2.tar.xz 175456 BLAKE2B 2cd76562364f52f9d622c3343a1e4f7e701f9af476786a0d24080c184807f1949047f8548846e3a28b922c897f947a262783e28d70c0d1d9b264cd4815561b72 SHA512 0ee8ab776989b47027f6ab04716679090fcf9435abd1279e972e01c723fa27832794205725058353486b1a34bf59f2380327e29611af1b8185a3b4a8baebcbb2 diff --git a/kde-apps/libkgapi/libkgapi-17.12.2.ebuild b/kde-apps/libkgapi/libkgapi-17.12.2.ebuild new file mode 100644 index 0000000000..9f3e37a776 --- /dev/null +++ b/kde-apps/libkgapi/libkgapi-17.12.2.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_BLOCK_SLOT4="false" +KDE_TEST="true" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Library for accessing Google calendar and contact resources" +HOMEPAGE="https://cgit.kde.org/libkgapi.git" + +LICENSE="LGPL-2.1+" +KEYWORDS="~amd64 ~x86" +IUSE="nls" + +COMMON_DEPEND=" + $(add_frameworks_dep kio) + $(add_frameworks_dep kwindowsystem) + $(add_kdeapps_dep kcalcore) + $(add_kdeapps_dep kcontacts) + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtwebengine 'widgets') + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) +" +DEPEND="${COMMON_DEPEND} + nls? ( $(add_qt_dep linguist-tools) ) +" +RDEPEND="${COMMON_DEPEND} + !kde-apps/kdepim-l10n +" diff --git a/kde-apps/libkgeomap/Manifest b/kde-apps/libkgeomap/Manifest new file mode 100644 index 0000000000..1debc4d9ca --- /dev/null +++ b/kde-apps/libkgeomap/Manifest @@ -0,0 +1 @@ +DIST libkgeomap-17.12.2.tar.xz 149580 BLAKE2B 17c86926765a5e8ec8f37b5076184097701ad291344d66add49076fcef787d7a40e73ae4323abaf7894282c0ce9b2168aff80b999e2d4d7dc3e21ccff0caa64b SHA512 9fa63ad20c1f0a07df91c17b3705c43c46554795690c1ad2144be678de57e4b77f96d4688e07024c2eab1a0a4210cef059e4204cda71d61c4ee2431c858c9c13 diff --git a/kde-apps/libkgeomap/libkgeomap-17.12.2.ebuild b/kde-apps/libkgeomap/libkgeomap-17.12.2.ebuild new file mode 100644 index 0000000000..5bbaf24dbc --- /dev/null +++ b/kde-apps/libkgeomap/libkgeomap-17.12.2.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_TEST="true" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Wrapper library for world map components as marble, openstreetmap and googlemap" +HOMEPAGE="https://www.digikam.org/" + +LICENSE="GPL-2+" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_kdeapps_dep marble 'kde' '' '5=') + $(add_qt_dep qtconcurrent) + $(add_qt_dep qtgui) + $(add_qt_dep qtwebkit) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) +" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + -DCMAKE_DISABLE_FIND_PACKAGE_KF5KExiv2=true + ) + + kde5_src_configure +} diff --git a/kde-apps/libkipi/Manifest b/kde-apps/libkipi/Manifest new file mode 100644 index 0000000000..26aa5b49ed --- /dev/null +++ b/kde-apps/libkipi/Manifest @@ -0,0 +1 @@ +DIST libkipi-17.12.2.tar.xz 103488 BLAKE2B 11806b69a378f91e393f16d2b3b0d724cb9114707b47547d23dbcbd7aea1de140c364c9c1306963678ec67e9bdf4bfa770c5470198ec23e0445f869e59816b39 SHA512 8f80bcc86174fa9a0e4e746b1b3e59dad4dc313fb1f6a8a28ea442a171a84059a70611eaff1c00469e156f89641f8c51cbcc4b997961caccf7309d64db0039fc diff --git a/kde-apps/libkipi/libkipi-17.12.2.ebuild b/kde-apps/libkipi/libkipi-17.12.2.ebuild new file mode 100644 index 0000000000..a0615d81f2 --- /dev/null +++ b/kde-apps/libkipi/libkipi-17.12.2.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_BLOCK_SLOT4="false" +inherit kde5 + +DESCRIPTION="A library for image plugins accross KDE applications" +LICENSE="GPL-2+" +SLOT="5/32" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kservice) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) +" +RDEPEND="${DEPEND} + !<kde-apps/libkipi-15.08.3-r1:4 + !kde-base/legacy-icons +" diff --git a/kde-apps/libkleo/Manifest b/kde-apps/libkleo/Manifest new file mode 100644 index 0000000000..23021d1951 --- /dev/null +++ b/kde-apps/libkleo/Manifest @@ -0,0 +1 @@ +DIST libkleo-17.12.2.tar.xz 315168 BLAKE2B ac0b68f59e24d783f9e8104f4855c7245490be43ebd33ca9a789331f3945a144a257f00695e8f3fcfc5a2690a6b52879de071727e00589c68b63ff6d77a26488 SHA512 bc697f39310d7fa84dfd3ac186b3f1f7715b272bb70b4505439ef64c6fb1b453274cf46c5cce7d89c579a3e5be197fcfb7aa9a097a22081964c2a16d90e17607 diff --git a/kde-apps/libkleo/libkleo-17.12.2.ebuild b/kde-apps/libkleo/libkleo-17.12.2.ebuild new file mode 100644 index 0000000000..c7fd42409e --- /dev/null +++ b/kde-apps/libkleo/libkleo-17.12.2.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_TEST="false" +inherit kde5 + +DESCRIPTION="Library for encryption handling" +LICENSE="GPL-2+" +KEYWORDS="~amd64 ~x86" +IUSE="" + +COMMON_DEPEND=" + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kitemmodels) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_kdeapps_dep kpimtextedit) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + >=app-crypt/gpgme-1.7.1[cxx,qt5] +" +DEPEND="${COMMON_DEPEND} + dev-libs/boost +" +RDEPEND="${COMMON_DEPEND} + !kde-apps/kdepim-l10n +" diff --git a/kde-apps/libkmahjongg/Manifest b/kde-apps/libkmahjongg/Manifest new file mode 100644 index 0000000000..1964152e9c --- /dev/null +++ b/kde-apps/libkmahjongg/Manifest @@ -0,0 +1 @@ +DIST libkmahjongg-17.12.2.tar.xz 1686216 BLAKE2B 6d5fd1d66d4cefba4addeba8a8d6aca2b804b421f2978d56bbfcde3b75d9f78308d62e6b50326b9d5eb2b0b1e62064c4f9e7d86f7ac123afb640ad2323d56f79 SHA512 72df346ca92610bcb49e2067a35b1ca441b4649139998f3ed36104f92bb0a93a1bcc5283fd49901b5b66ed35fd8e865d04360267edc75a779ac0bce02047944a diff --git a/kde-apps/libkmahjongg/libkmahjongg-17.12.2.ebuild b/kde-apps/libkmahjongg/libkmahjongg-17.12.2.ebuild new file mode 100644 index 0000000000..d8054495d7 --- /dev/null +++ b/kde-apps/libkmahjongg/libkmahjongg-17.12.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_BLOCK_SLOT4="false" +inherit kde5 + +DESCRIPTION="Mahjongg library based on Qt/KDE Frameworks" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kwidgetsaddons) + $(add_qt_dep qtgui) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/libkomparediff2/Manifest b/kde-apps/libkomparediff2/Manifest new file mode 100644 index 0000000000..da4b8942bd --- /dev/null +++ b/kde-apps/libkomparediff2/Manifest @@ -0,0 +1 @@ +DIST libkomparediff2-17.12.2.tar.xz 173860 BLAKE2B 71f11aad1bd09a9c2e9a4ddae95cbc7a8c2eb281ca1891754b5183f80ca617477679575cd4811d10e013b03e17503837f5b70d270ae300cced39bc93a575aafd SHA512 e31fbd1bcfd0c6a1473d6282dd3775d4fbfb02d0f29f83ab8d564551da2af4b81f24cf61b951ef5d546d87f6620f4254acbe0f6275a236abe53e631933cf3837 diff --git a/kde-apps/libkomparediff2/libkomparediff2-17.12.2.ebuild b/kde-apps/libkomparediff2/libkomparediff2-17.12.2.ebuild new file mode 100644 index 0000000000..78b78d3cb9 --- /dev/null +++ b/kde-apps/libkomparediff2/libkomparediff2-17.12.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_TEST="true" +inherit kde5 + +DESCRIPTION="KDE library to compare files and strings" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/libksane/Manifest b/kde-apps/libksane/Manifest new file mode 100644 index 0000000000..86d7118498 --- /dev/null +++ b/kde-apps/libksane/Manifest @@ -0,0 +1 @@ +DIST libksane-17.12.2.tar.xz 136904 BLAKE2B 647805c4e99d894c6c32aa4cfd54a77be53e95698a5903966427ccbb2dd9a736d3490bed857d295b39651ceab04006c4b2336533532b5ba906101d07226eb658 SHA512 8567fc8da31ded406dfe2e72ff0a209741e437e51ab4beca75feabbb915842e1b3e7f692c94b448512e76f2b60487030da94518d240422653a90eaa0ef3205c1 diff --git a/kde-apps/libksane/libksane-17.12.2.ebuild b/kde-apps/libksane/libksane-17.12.2.ebuild new file mode 100644 index 0000000000..605af3a825 --- /dev/null +++ b/kde-apps/libksane/libksane-17.12.2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_BLOCK_SLOT4="false" +inherit kde5 + +DESCRIPTION="SANE Library interface based on KDE Frameworks" +LICENSE="|| ( LGPL-2.1 LGPL-3 )" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep ki18n) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwallet) + $(add_frameworks_dep kwidgetsaddons) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + media-gfx/sane-backends +" +RDEPEND="${DEPEND} + !<kde-apps/libksane-15.08.3-r1:4 + !kde-base/legacy-icons +" diff --git a/kde-apps/libksieve/Manifest b/kde-apps/libksieve/Manifest new file mode 100644 index 0000000000..bcf3d75e8b --- /dev/null +++ b/kde-apps/libksieve/Manifest @@ -0,0 +1 @@ +DIST libksieve-17.12.2.tar.xz 548008 BLAKE2B bb31911ebee1aafebbafa150f8a993fde1ba21beb9d032af164d4706246294d4c90292e92c06872d2f6c0248aaae19c64585cde5d34898ab728d438c8962477c SHA512 8c41459644535e4e35906e490daba4f0e83d4b344cc4b00649c7d9000d956670f9bb6c76a776de61ebe774f6c23cfab1f09c70d107c51671627da0bd07b5fffb diff --git a/kde-apps/libksieve/libksieve-17.12.2.ebuild b/kde-apps/libksieve/libksieve-17.12.2.ebuild new file mode 100644 index 0000000000..aed045a202 --- /dev/null +++ b/kde-apps/libksieve/libksieve-17.12.2.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +KDE_TEST="true" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Common PIM libraries" +LICENSE="GPL-2+ LGPL-2.1+" +KEYWORDS="~amd64 ~x86" +IUSE="" + +COMMON_DEPEND=" + $(add_frameworks_dep karchive) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep sonnet) + $(add_frameworks_dep syntax-highlighting) + $(add_kdeapps_dep kidentitymanagement) + $(add_kdeapps_dep kmime) + $(add_kdeapps_dep kpimtextedit) + $(add_kdeapps_dep libkdepim) + $(add_kdeapps_dep pimcommon) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtwebengine 'widgets') + $(add_qt_dep qtwidgets) + dev-libs/cyrus-sasl +" +DEPEND="${COMMON_DEPEND} + $(add_kdeapps_dep kimap) + $(add_kdeapps_dep kmailtransport) +" +RDEPEND="${COMMON_DEPEND} + !kde-apps/kdepim-l10n +" + +RESTRICT+=" test" + +src_prepare() { + kde5_src_prepare + + if ! use_if_iuse handbook ; then + sed -e "/add_subdirectory(doc)/I s/^/#DONOTCOMPILE /" \ + -i kioslave/CMakeLists.txt || die "failed to comment add_subdirectory(doc)" + fi +} diff --git a/kde-apps/libktnef/Manifest b/kde-apps/libktnef/Manifest new file mode 100644 index 0000000000..136fa4ee3e --- /dev/null +++ b/kde-apps/libktnef/Manifest @@ -0,0 +1 @@ +DIST ktnef-17.12.2.tar.xz 299996 BLAKE2B 3e1f8bffe846f78f34619de64dd1ce030b15cb145141b2aa98dbd3494f5106d4ce4f46ea8bf9b73119480139f0e0491675ef36a9d18b2ad9c136f97156df333a SHA512 680d483bea33627ca03f159a73d6e914c5ae576e615182ae6ad09961eacc8d1a29d43beece714f3fe8f9c02ab02592c83c43534cac2795862352ae225c59810c diff --git a/kde-apps/libktnef/libktnef-17.12.2.ebuild b/kde-apps/libktnef/libktnef-17.12.2.ebuild new file mode 100644 index 0000000000..bd9497e32c --- /dev/null +++ b/kde-apps/libktnef/libktnef-17.12.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_TEST="true" +KMNAME="ktnef" +inherit kde5 + +DESCRIPTION="Library for handling TNEF data" +LICENSE="GPL-2+" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep ki18n) + $(add_kdeapps_dep kcalcore) + $(add_kdeapps_dep kcalutils) + $(add_kdeapps_dep kcontacts) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND} + !kde-apps/kdepim-l10n +" diff --git a/kde-apps/lokalize/Manifest b/kde-apps/lokalize/Manifest new file mode 100644 index 0000000000..ef2d1d6dc1 --- /dev/null +++ b/kde-apps/lokalize/Manifest @@ -0,0 +1 @@ +DIST lokalize-17.12.2.tar.xz 2219192 BLAKE2B 1eec80c4412ba0cdc6da942cb2997ecb1a137768bd5977d001cd050ea15f73924d8904d87fac3a578f5c3b28b8fda14999243405d0a86b098b648c0e740c18ac SHA512 fa8a6bc4b72245ac5b54306d4c11b44d03c74c6377ac500b5c5ed67e03085f5aa240c8c8178b60f4954e9354c5056993aa2a44d665d85ef3440d43b127f8d8c0 diff --git a/kde-apps/lokalize/lokalize-17.12.2.ebuild b/kde-apps/lokalize/lokalize-17.12.2.ebuild new file mode 100644 index 0000000000..ccedc71830 --- /dev/null +++ b/kde-apps/lokalize/lokalize-17.12.2.ebuild @@ -0,0 +1,63 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +PYTHON_COMPAT=( python2_7 python3_{4,5} ) +inherit python-single-r1 kde5 + +DESCRIPTION="KDE Applications 5 translation tool" +HOMEPAGE="https://www.kde.org/applications/development/lokalize +http://l10n.kde.org/tools" +KEYWORDS="~amd64 ~x86" +IUSE="" + +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +DEPEND="${PYTHON_DEPS} + $(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 kio) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep kparts) + $(add_frameworks_dep kross) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_frameworks_dep sonnet) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtscript) + $(add_qt_dep qtsql 'sqlite') + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + >=app-text/hunspell-1.2.8:= +" +RDEPEND="${DEPEND} + dev-python/translate-toolkit[${PYTHON_USEDEP}] +" + +pkg_setup() { + python-single-r1_pkg_setup + kde5_pkg_setup +} + +src_install() { + kde5_src_install + python_fix_shebang "${ED}usr/share/${PN}" +} + +pkg_postinst() { + kde5_pkg_postinst + + if ! has_version dev-vcs/subversion ; then + elog "To be able to autofetch KDE translations in new project wizard, install dev-vcs/subversion." + fi +} diff --git a/kde-apps/lskat/Manifest b/kde-apps/lskat/Manifest new file mode 100644 index 0000000000..11142589eb --- /dev/null +++ b/kde-apps/lskat/Manifest @@ -0,0 +1 @@ +DIST lskat-17.12.2.tar.xz 1216532 BLAKE2B 3c2bc889873d6c94bd96bac1482e18d454f8a96ae13bd14050b065775a68d7a1b13c941de0fd4c5e8113b40106855c2a575e252b7d557f8e5075e314720da59f SHA512 320d30ccb8511c7e7701bbd619973387da2ff6a5cf79d5dae0576627efa3d0b99870d58498a8baf5edbc26fcdf6e061d6c28c6a5344600c010db7d032f8c9003 diff --git a/kde-apps/lskat/lskat-17.12.2.ebuild b/kde-apps/lskat/lskat-17.12.2.ebuild new file mode 100644 index 0000000000..ca1d75ae47 --- /dev/null +++ b/kde-apps/lskat/lskat-17.12.2.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK=true +KDE_SELINUX_MODULE="games" +inherit kde5 + +DESCRIPTION="Skat game by KDE" +HOMEPAGE=" + https://www.kde.org/applications/games/lskat/ + https://games.kde.org/game.php?game=lskat +" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kguiaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtgui) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND} + !<kde-apps/kde4-l10n-17.07.80 +" diff --git a/kde-apps/mailcommon/Manifest b/kde-apps/mailcommon/Manifest new file mode 100644 index 0000000000..8e09bcf0c1 --- /dev/null +++ b/kde-apps/mailcommon/Manifest @@ -0,0 +1 @@ +DIST mailcommon-17.12.2.tar.xz 684432 BLAKE2B c60a679df505a2fc361855d655e16572230a37a2ce26388aa1cc64f93606dacc3231c6d26b3070fd5093d7b587aa1d5978ff12c2140cf81f6d5def66e7203464 SHA512 5bd6afb9dbfe0f21f07b23781f134f0349a7dbee338bdcf06d5e18260d719a00414e36faf7ff44e5a21a9f9b3f68c9fe8f2e53a8e35f9fe79c500de1248bfc16 diff --git a/kde-apps/mailcommon/mailcommon-17.12.2.ebuild b/kde-apps/mailcommon/mailcommon-17.12.2.ebuild new file mode 100644 index 0000000000..22fe87d28f --- /dev/null +++ b/kde-apps/mailcommon/mailcommon-17.12.2.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_DESIGNERPLUGIN="true" +KDE_TEST="forceoptional" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Common mail library" +LICENSE="GPL-2+ LGPL-2.1+" +KEYWORDS="~amd64 ~x86" +IUSE="" + +COMMON_DEPEND=" + $(add_frameworks_dep karchive) + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(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 ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep kxmlgui) + $(add_frameworks_dep syntax-highlighting) + $(add_kdeapps_dep akonadi) + $(add_kdeapps_dep akonadi-contacts) + $(add_kdeapps_dep akonadi-mime) + $(add_kdeapps_dep kcontacts) + $(add_kdeapps_dep kmailtransport) + $(add_kdeapps_dep kmime) + $(add_kdeapps_dep kpimtextedit) + $(add_kdeapps_dep libkdepim) + $(add_kdeapps_dep mailimporter) + $(add_kdeapps_dep messagelib) + $(add_kdeapps_dep pimcommon) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + media-libs/phonon[qt5(+)] +" +DEPEND="${COMMON_DEPEND} + dev-libs/libxslt +" +RDEPEND="${COMMON_DEPEND} + !kde-apps/kdepim-l10n +" + +RESTRICT+=" test" diff --git a/kde-apps/mailimporter/Manifest b/kde-apps/mailimporter/Manifest new file mode 100644 index 0000000000..9c7fc7097d --- /dev/null +++ b/kde-apps/mailimporter/Manifest @@ -0,0 +1 @@ +DIST mailimporter-17.12.2.tar.xz 541468 BLAKE2B 99230ed9170e0a2cd7b0124110b4505d326309805117b265d024040bcb36d9f2d1deb0b92e3a9a3b73f2654e6870024393670327d8a07b885d4b83399b58bd5e SHA512 8887a7eb44890c48471996a8358762cd95f3fe8452ac93c5414a6bc72c5a9892c4f7f400f1d160378f952827e2ccc0c5cff564375bc828b5f87912900923b5e8 diff --git a/kde-apps/mailimporter/mailimporter-17.12.2.ebuild b/kde-apps/mailimporter/mailimporter-17.12.2.ebuild new file mode 100644 index 0000000000..948285cee8 --- /dev/null +++ b/kde-apps/mailimporter/mailimporter-17.12.2.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_TEST="true" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Library to import mail from various sources" +LICENSE="GPL-2+ LGPL-2.1+" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep karchive) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_kdeapps_dep akonadi) + $(add_kdeapps_dep akonadi-mime) + $(add_kdeapps_dep kmime) + $(add_kdeapps_dep libkdepim) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) +" +RDEPEND="${DEPEND} + !kde-apps/kdepim-l10n +" diff --git a/kde-apps/marble/Manifest b/kde-apps/marble/Manifest new file mode 100644 index 0000000000..aef84f7b4f --- /dev/null +++ b/kde-apps/marble/Manifest @@ -0,0 +1 @@ +DIST marble-17.12.2.tar.xz 52349180 BLAKE2B 4f5d49ea98bddd0b445cebc50f993d44ce1b8b6cad3ae10970e3958baa19425d6649c6a6f689a8a66035fc5cdc1667f0e751dcb5ec2b804db8713748f1677200 SHA512 a8641e0d380f666b5402d83ccf01772442d8df0bb06d5de82f43abc56c19f544a1a3f148889f297758ae0ac6654e90cfdeac7a97b05be49c61985eb83bf7194f diff --git a/kde-apps/marble/marble-17.12.2.ebuild b/kde-apps/marble/marble-17.12.2.ebuild new file mode 100644 index 0000000000..428bed2765 --- /dev/null +++ b/kde-apps/marble/marble-17.12.2.ebuild @@ -0,0 +1,86 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +KDE_SUBSLOT="true" +KDE_TEST="forceoptional" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Virtual Globe and World Atlas to learn more about Earth" +HOMEPAGE="https://marble.kde.org/" +KEYWORDS="~amd64 ~x86" + +IUSE="aprs +dbus designer gps +kde nls phonon +geolocation shapefile +webkit" + +# FIXME (new package): libwlocate, WLAN-based geolocation +RDEPEND=" + $(add_qt_dep qtconcurrent) + $(add_qt_dep qtdeclarative) + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtsql) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + aprs? ( $(add_qt_dep qtserialport) ) + dbus? ( $(add_qt_dep qtdbus) ) + designer? ( $(add_qt_dep designer) ) + geolocation? ( $(add_qt_dep qtpositioning) ) + gps? ( sci-geosciences/gpsd ) + kde? ( + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep kparts) + $(add_frameworks_dep krunner) + $(add_frameworks_dep kservice) + $(add_frameworks_dep kwallet) + ) + phonon? ( media-libs/phonon[qt5(+)] ) + shapefile? ( sci-libs/shapelib:= ) + webkit? ( $(add_qt_dep qtwebkit) ) +" +DEPEND="${RDEPEND} + aprs? ( dev-lang/perl ) + nls? ( $(add_qt_dep linguist-tools) ) +" + +# bug 588320 +RESTRICT+=" test" + +src_prepare() { + if use kde; then + sed -e "/add_subdirectory(marble-qt)/ s/^/#DONT/" \ + -i src/apps/CMakeLists.txt \ + || die "Failed to disable marble-qt" + fi + + kde5_src_prepare +} + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package aprs Perl) + $(cmake-utils_use_find_package geolocation Qt5Positioning) + -DBUILD_MARBLE_TESTS=$(usex test) + -DWITH_DESIGNER_PLUGIN=$(usex designer) + -DWITH_libgps=$(usex gps) + -DWITH_KF5=$(usex kde) + -DWITH_Phonon4Qt5=$(usex phonon) + -DWITH_libshp=$(usex shapefile) + $(cmake-utils_use_find_package webkit Qt5WebKit) + $(cmake-utils_use_find_package webkit Qt5WebKitWidgets) + -DWITH_libwlocate=OFF + # bug 608890 + -DKDE_INSTALL_CONFDIR="/etc/xdg" + ) + kde5_src_configure +} diff --git a/kde-apps/mbox-importer/Manifest b/kde-apps/mbox-importer/Manifest new file mode 100644 index 0000000000..287bee6ad2 --- /dev/null +++ b/kde-apps/mbox-importer/Manifest @@ -0,0 +1 @@ +DIST mbox-importer-17.12.2.tar.xz 32912 BLAKE2B f1812c9773fe430e130e5b2fc96d660bae11c3c1323ef933abb78251329cbebcc082b44919c9f48865b43abcf804f14ebd9ded68b8becc96b5b2daaada7e76b0 SHA512 5d9cf263c90ffaa7e1284c70a4a0c0c6622ed2898d5c8fcbd5bc7f742b6c68e4e8c49381d35961570e4a297e0e00ce3f585cf01d2bff03d8f712246ebda6af84 diff --git a/kde-apps/mbox-importer/mbox-importer-17.12.2.ebuild b/kde-apps/mbox-importer/mbox-importer-17.12.2.ebuild new file mode 100644 index 0000000000..7e0ab68ff2 --- /dev/null +++ b/kde-apps/mbox-importer/mbox-importer-17.12.2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" # FIXME: Check back for doc in release +inherit kde5 + +DESCRIPTION="Import mbox email archives from various sources into Akonadi" +LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kservice) + $(add_frameworks_dep kwidgetsaddons) + $(add_kdeapps_dep akonadi) + $(add_kdeapps_dep kidentitymanagement) + $(add_kdeapps_dep mailcommon) + $(add_kdeapps_dep mailimporter) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND} + !kde-apps/kdepim-l10n + !kde-apps/kmail:4 +" diff --git a/kde-apps/messagelib/Manifest b/kde-apps/messagelib/Manifest new file mode 100644 index 0000000000..3bece84f26 --- /dev/null +++ b/kde-apps/messagelib/Manifest @@ -0,0 +1 @@ +DIST messagelib-17.12.2.tar.xz 10472692 BLAKE2B 917c89180630c95d3a59401bc910a67350a87ab9011614c87a0f7bc66b2c740fcbaad5ef4ac1bfc4f732f1ba9a9d2fa62a7dd736827b53dfcf1abd312fb5eea1 SHA512 50d9dabe1144200f065388b3c92acf9163d5531b0725d78ccbb81685f5aa2a972a37ff166a55160053f5a649274ac04e075b986def9a956b0b06f182fc9e7797 diff --git a/kde-apps/messagelib/messagelib-17.12.2.ebuild b/kde-apps/messagelib/messagelib-17.12.2.ebuild new file mode 100644 index 0000000000..2c9ae95e43 --- /dev/null +++ b/kde-apps/messagelib/messagelib-17.12.2.ebuild @@ -0,0 +1,70 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_TEST="forceoptional-recursive" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Libraries for messaging functions" +LICENSE="GPL-2+ LGPL-2.1+" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep karchive) + $(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 ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kitemmodels) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep kjobwidgets) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep kservice) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep kxmlgui) + $(add_frameworks_dep sonnet) + $(add_frameworks_dep syntax-highlighting) + $(add_kdeapps_dep akonadi) + $(add_kdeapps_dep akonadi-contacts) + $(add_kdeapps_dep akonadi-mime) + $(add_kdeapps_dep grantleetheme) + $(add_kdeapps_dep incidenceeditor) + $(add_kdeapps_dep kcalcore) + $(add_kdeapps_dep kcontacts) + $(add_kdeapps_dep kdepim-apps-libs) + $(add_kdeapps_dep kidentitymanagement) + $(add_kdeapps_dep kldap) + $(add_kdeapps_dep kmailtransport) + $(add_kdeapps_dep kmbox) + $(add_kdeapps_dep kmime) + $(add_kdeapps_dep kpimtextedit) + $(add_kdeapps_dep libgravatar) + $(add_kdeapps_dep libkdepim) + $(add_kdeapps_dep libkleo) + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtwebengine 'widgets') + $(add_qt_dep qtwidgets) + >=app-crypt/gpgme-1.8.0-r1[cxx,qt5] + >=dev-libs/grantlee-5.1.0:5 +" +RDEPEND="${DEPEND} + !<kde-apps/kdepim-addons-16.08.50:5 + !kde-apps/kdepim-common-libs:4 + !kde-apps/kdepim-l10n + !=kde-apps/kmail-4.4*:4 +" + +# bug 579630 +RESTRICT+=" test" diff --git a/kde-apps/minuet/Manifest b/kde-apps/minuet/Manifest new file mode 100644 index 0000000000..9c51f9f824 --- /dev/null +++ b/kde-apps/minuet/Manifest @@ -0,0 +1 @@ +DIST minuet-17.12.2.tar.xz 27848724 BLAKE2B a9eec3f4553c24884a099d37ca964f2670139df6c444864a872027a621774285cbb93d96fce1e3211bf5b87b361b555151e470d4bff2a52d7edede29b5ca2be2 SHA512 e9c45baf8d6ebc6055ca9d80ec5592916015307c8f961bc9fb204c3ecf843775854eeb3fb21284cf81f2493fae61c00507e119bd1d8aa6f68ffe7a0d6d67846b diff --git a/kde-apps/minuet/minuet-17.12.2.ebuild b/kde-apps/minuet/minuet-17.12.2.ebuild new file mode 100644 index 0000000000..c0bd89a53d --- /dev/null +++ b/kde-apps/minuet/minuet-17.12.2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="A KDE Software for Music Education" +HOMEPAGE="https://minuet.kde.org/" +KEYWORDS="~amd64 ~x86" +IUSE="" + +COMMON_DEPEND=" + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep ki18n) + $(add_qt_dep qtdeclarative) + $(add_qt_dep qtgui) + $(add_qt_dep qtsvg) + $(add_qt_dep qtquickcontrols2) + media-sound/fluidsynth +" +DEPEND="${COMMON_DEPEND} + virtual/pkgconfig +" +RDEPEND="${COMMON_DEPEND} +" diff --git a/kde-apps/okteta/Manifest b/kde-apps/okteta/Manifest new file mode 100644 index 0000000000..967f99252c --- /dev/null +++ b/kde-apps/okteta/Manifest @@ -0,0 +1 @@ +DIST okteta-17.12.2.tar.xz 962820 BLAKE2B af241c7da16696bf7aa4a8ac5662c0c6e604dab9d49c529b308e8102c928731e809ae429efa3834c4be847b40fdcf58aa3a5a30392acbc0a8bb135896fd684d8 SHA512 f7a113c2b65761ed2edd538491f0bcf2e47aebdc5ba5a4ed8d583a33e00ce57ed86918b57ca5dac806f68573d63ebeca3fcde74564c2c09f5bd1a94bbd024d8c diff --git a/kde-apps/okteta/okteta-17.12.2.ebuild b/kde-apps/okteta/okteta-17.12.2.ebuild new file mode 100644 index 0000000000..6c85fd8481 --- /dev/null +++ b/kde-apps/okteta/okteta-17.12.2.ebuild @@ -0,0 +1,62 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +KDE_TEST="optional" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="KDE hexeditor" +HOMEPAGE="https://www.kde.org/applications/utilities/okteta +https://utils.kde.org/projects/okteta" +KEYWORDS="~amd64 ~x86" +IUSE="crypt designer" + +DEPEND=" + $(add_frameworks_dep kbookmarks) + $(add_frameworks_dep kcmutils) + $(add_frameworks_dep kcodecs) + $(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 kjobwidgets) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep kparts) + $(add_frameworks_dep kservice) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtscript 'scripttools') + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + crypt? ( app-crypt/qca:2[qt5] ) + designer? ( $(add_qt_dep designer) ) +" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + -DOMIT_EXAMPLES=ON + $(cmake-utils_use_find_package crypt Qca-qt5) + $(cmake-utils_use_find_package designer Qt5Designer) + $(cmake-utils_use_find_package designer Qt5UiPlugin) + ) + + kde5_src_configure +} + +src_test() { + local myctestargs=( -j1 ) + + kde5_src_test +} diff --git a/kde-apps/okular/Manifest b/kde-apps/okular/Manifest new file mode 100644 index 0000000000..ea33ad0db0 --- /dev/null +++ b/kde-apps/okular/Manifest @@ -0,0 +1 @@ +DIST okular-17.12.2.tar.xz 5737180 BLAKE2B 7949261241ac06755616ba454a524dbc4a0b4895cfa93bcaa29b82f2413a4b69d3305142dbd2b817ae611b315817edba492bc1ddf1ae3c064bc67ee09d74559c SHA512 4bd6eda7a5ebe3b0fb4a0e4518a321e2e8ecb74984c89085eba24afe76828f0f7af16f066519b52926edbb593965ce294dc28d1281200e9d284a6b630e92da2a diff --git a/kde-apps/okular/okular-17.12.2.ebuild b/kde-apps/okular/okular-17.12.2.ebuild new file mode 100644 index 0000000000..b0cb102232 --- /dev/null +++ b/kde-apps/okular/okular-17.12.2.ebuild @@ -0,0 +1,102 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +KDE_TEST="forceoptional" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Universal document viewer based on KDE Frameworks" +HOMEPAGE="https://okular.kde.org https://www.kde.org/applications/graphics/okular" +KEYWORDS="~amd64 ~x86" +IUSE="chm crypt djvu epub +image-backend markdown mobi mobile +pdf plucker +postscript share speech +tiff" + +DEPEND=" + $(add_frameworks_dep kactivities) + $(add_frameworks_dep karchive) + $(add_frameworks_dep kbookmarks) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kio) + $(add_frameworks_dep kjs) + $(add_frameworks_dep kparts) + $(add_frameworks_dep kpty) + $(add_frameworks_dep kwallet) + $(add_frameworks_dep threadweaver) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) + media-libs/freetype + media-libs/phonon[qt5(+)] + sys-libs/zlib + chm? ( + $(add_frameworks_dep khtml) + dev-libs/chmlib + ) + crypt? ( app-crypt/qca:2[qt5] ) + djvu? ( app-text/djvu ) + epub? ( app-text/ebook-tools ) + image-backend? ( + $(add_kdeapps_dep libkexiv2) + $(add_qt_dep qtgui 'gif,jpeg,png') + ) + markdown? ( app-text/discount ) + mobi? ( $(add_kdeapps_dep kdegraphics-mobipocket) ) + pdf? ( app-text/poppler[qt5,-exceptions(-)] ) + plucker? ( virtual/jpeg:0 ) + postscript? ( app-text/libspectre ) + share? ( $(add_frameworks_dep purpose) ) + speech? ( $(add_qt_dep qtspeech) ) + tiff? ( media-libs/tiff:0 ) +" +RDEPEND="${DEPEND} + image-backend? ( $(add_frameworks_dep kimageformats) ) + mobile? ( + $(add_frameworks_dep kirigami) + $(add_qt_dep qtquickcontrols) + ) +" + +PATCHES=( "${FILESDIR}/${PN}-tests.patch" ) + +src_prepare() { + kde5_src_prepare + use mobile || cmake_comment_add_subdirectory mobile + use test || cmake_comment_add_subdirectory conf/autotests +} + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package chm CHM) + $(cmake-utils_use_find_package crypt Qca-qt5) + $(cmake-utils_use_find_package djvu DjVuLibre) + $(cmake-utils_use_find_package epub EPub) + $(cmake-utils_use_find_package image-backend KF5KExiv2) + $(cmake-utils_use_find_package markdown Discount) + $(cmake-utils_use_find_package mobi QMobipocket) + $(cmake-utils_use_find_package pdf Poppler) + $(cmake-utils_use_find_package plucker JPEG) + $(cmake-utils_use_find_package postscript LibSpectre) + $(cmake-utils_use_find_package share KDEExperimentalPurpose) + $(cmake-utils_use_find_package speech Qt5TextToSpeech) + $(cmake-utils_use_find_package tiff TIFF) + ) + + kde5_src_configure +} + +src_test() { + # mainshelltest hangs, chmgeneratortest fails, bug #603116 + # parttest hangs, bug #641728 + local myctestargs=( + -E "(mainshelltest|chmgeneratortest|parttest)" + ) + + kde5_src_test +} diff --git a/kde-apps/palapeli/Manifest b/kde-apps/palapeli/Manifest new file mode 100644 index 0000000000..b833e2a5ec --- /dev/null +++ b/kde-apps/palapeli/Manifest @@ -0,0 +1 @@ +DIST palapeli-17.12.2.tar.xz 2061580 BLAKE2B 1eee798013164529b2283ecd2c554d8b5a7856dab1ddc361a071c0b2e07511134738291b9802fb21fe52f323e04efa4bc411f6731e2e39fc8d0bf0c45764e671 SHA512 c3384a372e7601ddec4fa91e7c2e7a1496b0bd26b42fd6ad8ccc4e81de45018d75848a00dd55aaf3c5aad8499d1d4fe90ddb42cbd2c29a1a7bae777b2dea6ea3 diff --git a/kde-apps/palapeli/palapeli-17.12.2.ebuild b/kde-apps/palapeli/palapeli-17.12.2.ebuild new file mode 100644 index 0000000000..40ee410a23 --- /dev/null +++ b/kde-apps/palapeli/palapeli-17.12.2.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="optional" +inherit kde5 + +DESCRIPTION="Jigsaw puzzle game by KDE" +HOMEPAGE="https://www.kde.org/applications/games/palapeli/" +KEYWORDS="~amd64 ~x86" +IUSE="" + +COMMON_DEPEND=" + $(add_frameworks_dep karchive) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep kservice) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtgui) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) +" +DEPEND="${COMMON_DEPEND} + $(add_qt_dep qtconcurrent) +" +RDEPEND="${COMMON_DEPEND} + !kde-apps/kde4-l10n +" diff --git a/kde-apps/parley/Manifest b/kde-apps/parley/Manifest new file mode 100644 index 0000000000..5aefac13bf --- /dev/null +++ b/kde-apps/parley/Manifest @@ -0,0 +1 @@ +DIST parley-17.12.2.tar.xz 8826396 BLAKE2B 2f98a627f89f909b822cdb3a7a360f748c88105e59aac1cfdf02f91b929a3069f9780bee78c0b27e61306171a785988cf516c4ae6ad17600e7ed3991f05bb6df SHA512 d43c26d561babb3bd459ab43d8c623ee674ad51d2ee0bac900073015557bdf01643ad78b7006a9980f6a5b056b6cbb2e2d9715f9a76ad79a6e3f7130e7912fe1 diff --git a/kde-apps/parley/parley-17.12.2.ebuild b/kde-apps/parley/parley-17.12.2.ebuild new file mode 100644 index 0000000000..d059e01c32 --- /dev/null +++ b/kde-apps/parley/parley-17.12.2.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +KDE_DOC_DIR="docs" +inherit kde5 + +DESCRIPTION="A vocabulary trainer to help you memorize things" +HOMEPAGE="https://www.kde.org/applications/education/parley +https://edu.kde.org/applications/school/parley" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_kdeapps_dep libkeduvocdocument) + $(add_frameworks_dep kcmutils) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep khtml) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep kross) + $(add_frameworks_dep kservice) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_frameworks_dep sonnet) + $(add_qt_dep qtdbus) + $(add_qt_dep qtconcurrent) + $(add_qt_dep qtgui) + $(add_qt_dep qtmultimedia) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtwebengine 'widgets') + dev-libs/libxml2:2 + dev-libs/libxslt +" +RDEPEND="${DEPEND} + $(add_kdeapps_dep kdeedu-data) +" diff --git a/kde-apps/picmi/Manifest b/kde-apps/picmi/Manifest new file mode 100644 index 0000000000..7224b8458b --- /dev/null +++ b/kde-apps/picmi/Manifest @@ -0,0 +1 @@ +DIST picmi-17.12.2.tar.xz 1147620 BLAKE2B dfd46a7e850c55863fb62de5ee0719db0270870d336e7b82f0071dfbea88dfc0de0a7bd5c9b5716c5e210723dc6f90f32fced181ece77664ae53e46e44d39ad6 SHA512 c376719455c9516c227d130514a2032843e1cfb2a24480dce40f9cbc78ddccb21bfc38ee4150ed607cb3f34df7cd9372a80a4fadac608618b73f2a79c08c9fcf diff --git a/kde-apps/picmi/picmi-17.12.2.ebuild b/kde-apps/picmi/picmi-17.12.2.ebuild new file mode 100644 index 0000000000..c25ff58b23 --- /dev/null +++ b/kde-apps/picmi/picmi-17.12.2.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +KDE_TEST="forceoptional" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Nonogram logic game by KDE" +HOMEPAGE="https://games.kde.org/game.php?game=picmi" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kdeclarative) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtdeclarative) + $(add_qt_dep qtgui) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/pim-data-exporter/Manifest b/kde-apps/pim-data-exporter/Manifest new file mode 100644 index 0000000000..55d1d45510 --- /dev/null +++ b/kde-apps/pim-data-exporter/Manifest @@ -0,0 +1 @@ +DIST pim-data-exporter-17.12.2.tar.xz 267244 BLAKE2B 3a473d1e111b25fadcd97e350f104ce441efc55b3aa94e56453e9a34161f72d6c1024fb376fe67c8ccec5245c25bca1ba0e09139544f645428c5fdea2b214db4 SHA512 39cb22da75b35d9c5f50ff6f0aa77139305b106e44ac113839829874446412765afe9b07018f1e45a8214327bcd18da19d9dbdf127d83ed7651f3451cb580945 diff --git a/kde-apps/pim-data-exporter/pim-data-exporter-17.12.2.ebuild b/kde-apps/pim-data-exporter/pim-data-exporter-17.12.2.ebuild new file mode 100644 index 0000000000..35bc560841 --- /dev/null +++ b/kde-apps/pim-data-exporter/pim-data-exporter-17.12.2.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +KDE_TEST="forceoptional" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Assistant to backup and archive PIM data and configuration" +HOMEPAGE+=" https://userbase.kde.org/Kmail/Backup_Options" +LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep karchive) + $(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 kio) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep knotifications) + $(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 kmime) + $(add_kdeapps_dep kpimtextedit) + $(add_kdeapps_dep libkdepim) + $(add_kdeapps_dep mailcommon) + $(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 +" diff --git a/kde-apps/pim-sieve-editor/Manifest b/kde-apps/pim-sieve-editor/Manifest new file mode 100644 index 0000000000..b559427234 --- /dev/null +++ b/kde-apps/pim-sieve-editor/Manifest @@ -0,0 +1 @@ +DIST pim-sieve-editor-17.12.2.tar.xz 444520 BLAKE2B 2473f06ea08d715a129d6cee9feda21f27358d6883e66487c87ee936eaf89581440dd17c49e64b151f55b548aa364a3226433a2f5471a2f576dbfca0d051a2d1 SHA512 586ed7554c8e4f0ef7e1ffdcf28f421dd4edad90b1b3ce8faf48e889625b93c78bb9595ec52191cde3a916223481eaf2615ab156c94cd9c82cbc968b4a92fdd3 diff --git a/kde-apps/pim-sieve-editor/pim-sieve-editor-17.12.2.ebuild b/kde-apps/pim-sieve-editor/pim-sieve-editor-17.12.2.ebuild new file mode 100644 index 0000000000..844361049f --- /dev/null +++ b/kde-apps/pim-sieve-editor/pim-sieve-editor-17.12.2.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +KDE_TEST="forceoptional" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Assistant for editing IMAP Sieve filters" +LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kbookmarks) + $(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 kwallet) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep akonadi) + $(add_kdeapps_dep akonadi-contacts) + $(add_kdeapps_dep akonadi-mime) + $(add_kdeapps_dep calendarsupport) + $(add_kdeapps_dep kcalcore) + $(add_kdeapps_dep kcontacts) + $(add_kdeapps_dep kmailtransport) + $(add_kdeapps_dep libksieve) + $(add_kdeapps_dep pimcommon) + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND} + !kde-apps/kdepim-common-libs:4 + !kde-apps/kdepim-l10n +" diff --git a/kde-apps/pimcommon/Manifest b/kde-apps/pimcommon/Manifest new file mode 100644 index 0000000000..f78dac5ab2 --- /dev/null +++ b/kde-apps/pimcommon/Manifest @@ -0,0 +1 @@ +DIST pimcommon-17.12.2.tar.xz 287768 BLAKE2B 1ae6b830829259bff824aca564e432e6b863c2d67e01838b4ed88a065f015a86cd0a875cdc3d35baa08c1e8f3a697eac8756c043c213c04abd557a3cc318d455 SHA512 a997c22285188f58686bc0872c935a9d5fee97af5e0a7682724d7d5076d1807f7986244146a8ed9f964f5faf87d0404bd2783f8c30770a74f0a3a8ece2032af4 diff --git a/kde-apps/pimcommon/pimcommon-17.12.2.ebuild b/kde-apps/pimcommon/pimcommon-17.12.2.ebuild new file mode 100644 index 0000000000..6295115f9d --- /dev/null +++ b/kde-apps/pimcommon/pimcommon-17.12.2.ebuild @@ -0,0 +1,63 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_DESIGNERPLUGIN="true" +KDE_TEST="forceoptional" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Common PIM libraries" +LICENSE="GPL-2+ LGPL-2.1+" +KEYWORDS="~amd64 ~x86" +IUSE="" + +COMMON_DEPEND=" + $(add_frameworks_dep karchive) + $(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 ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kitemmodels) + $(add_frameworks_dep kjobwidgets) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep kservice) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep akonadi) + $(add_kdeapps_dep akonadi-contacts) + $(add_kdeapps_dep kcontacts) + $(add_kdeapps_dep kimap) + $(add_kdeapps_dep kpimtextedit) + $(add_kdeapps_dep libkdepim) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + dev-libs/grantlee:5 +" +DEPEND="${COMMON_DEPEND} + $(add_frameworks_dep kiconthemes) + dev-libs/libxslt + test? ( $(add_kdeapps_dep kmime) ) +" +RDEPEND="${COMMON_DEPEND} + !kde-apps/kdepim-common-libs:4 + !kde-apps/kdepim-l10n +" + +src_test() { + # bug 641730 + local myctestargs=( + -E "(autocorrectiontest)" + ) + + kde5_src_test +} diff --git a/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-17.12.2.ebuild b/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-17.12.2.ebuild new file mode 100644 index 0000000000..c133533744 --- /dev/null +++ b/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-17.12.2.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit kde5-meta-pkg + +DESCRIPTION="Plasma Telepathy client" +HOMEPAGE="https://community.kde.org/KTp" + +LICENSE="|| ( GPL-2 GPL-3 LGPL-2.1 )" +KEYWORDS="~amd64 ~x86" +IUSE="gstreamer" + +RDEPEND=" + $(add_kdeapps_dep ktp-accounts-kcm) + $(add_kdeapps_dep ktp-approver) + $(add_kdeapps_dep ktp-auth-handler) + $(add_kdeapps_dep ktp-common-internals) + $(add_kdeapps_dep ktp-contact-list) + $(add_kdeapps_dep ktp-contact-runner) + $(add_kdeapps_dep ktp-desktop-applets) + $(add_kdeapps_dep ktp-filetransfer-handler) + $(add_kdeapps_dep ktp-kded-module) + $(add_kdeapps_dep ktp-send-file) + $(add_kdeapps_dep ktp-text-ui) + gstreamer? ( $(add_kdeapps_dep ktp-call-ui) ) +" + +pkg_postinst() { + elog "You can configure the accounts in Plasma System Settings" + elog "and then add the Instant Messaging plasma applet to access the contact list." +} diff --git a/kde-apps/poxml/Manifest b/kde-apps/poxml/Manifest new file mode 100644 index 0000000000..02619ecebb --- /dev/null +++ b/kde-apps/poxml/Manifest @@ -0,0 +1 @@ +DIST poxml-17.12.2.tar.xz 43008 BLAKE2B de2b2633f977d3b808fff8f314c6fea3167732eace43ab294b539f9a9457609d260739593fa13805022051e59d2e7739270cfe8a72270575e16f1cb169fb3aba SHA512 5ff4d78640dc5025a22d3be96292f29f73d27fda08218c374fdb9b697c068b4fff3a639a400176778555819cfc3781b67fd4a7b86403d96d5d3c8e6ce55f271d diff --git a/kde-apps/poxml/poxml-17.12.2.ebuild b/kde-apps/poxml/poxml-17.12.2.ebuild new file mode 100644 index 0000000000..3c605a013f --- /dev/null +++ b/kde-apps/poxml/poxml-17.12.2.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="KDE utility to translate DocBook XML files using gettext po files" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_qt_dep qtxml) + sys-devel/gettext +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/print-manager/Manifest b/kde-apps/print-manager/Manifest new file mode 100644 index 0000000000..ef3152e78b --- /dev/null +++ b/kde-apps/print-manager/Manifest @@ -0,0 +1 @@ +DIST print-manager-17.12.2.tar.xz 237132 BLAKE2B 3b4169d5974f634eafdf6d5c8e3c90fd66f8248fa61dd71e77d21969987af54fe06f17d032dde463d93b8d23205e46fb5d85b1fa0cb17cbb967a025d3f8e672c SHA512 82e99d595c2e00e6d1f5f481039bd5482310002ac7851bd3d682e19e4a49432165a443d8614e026b83536543e55068ba0d15679ef0aa110223285536e62aa339 diff --git a/kde-apps/print-manager/print-manager-17.12.2.ebuild b/kde-apps/print-manager/print-manager-17.12.2.ebuild new file mode 100644 index 0000000000..e59f9d37ad --- /dev/null +++ b/kde-apps/print-manager/print-manager-17.12.2.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit kde5 + +DESCRIPTION="Manage print jobs and printers in Plasma" +KEYWORDS="~amd64 ~x86" +IUSE="+gtk" + +DEPEND=" + $(add_frameworks_dep kcmutils) + $(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 knotifications) + $(add_frameworks_dep kservice) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep plasma) + $(add_qt_dep qtdbus) + $(add_qt_dep qtdeclarative) + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtwidgets) + net-print/cups +" +RDEPEND="${DEPEND} + $(add_plasma_dep kde-cli-tools) + gtk? ( app-admin/system-config-printer ) +" + +pkg_postinst(){ + if ! use gtk ; then + ewarn + ewarn "By switching off \"gtk\" USE flag, you have chosen to do without" + ewarn "an important, though optional, runtime dependency:" + ewarn + ewarn "app-admin/system-config-printer" + ewarn + ewarn "${PN} will work nevertheless, but is going to be less comfortable" + ewarn "and will show the following error status during runtime:" + ewarn + ewarn "\"Failed to group devices: 'The name org.fedoraproject.Config.Printing" + ewarn "was not provided by any .service files'\"" + ewarn + fi +} diff --git a/kde-apps/rocs/Manifest b/kde-apps/rocs/Manifest new file mode 100644 index 0000000000..2fbb9d2026 --- /dev/null +++ b/kde-apps/rocs/Manifest @@ -0,0 +1 @@ +DIST rocs-17.12.2.tar.xz 1529992 BLAKE2B bba4e222594b70dec65aeeedea4b771dc479d3ca1fdaad055e762887ae1c60f3c49ddea6a464353ae5677898a6e6eac9bde35f83b3669212a6b859f162554b65 SHA512 db1311f627a5fa77811379d02b23c947236dce6febd5a8d14ca24ee46a8b54255f1befe98043c70b785c7fe01a50d1d3c0cde271f724b57f2a2100b80bb6933d diff --git a/kde-apps/rocs/rocs-17.12.2.ebuild b/kde-apps/rocs/rocs-17.12.2.ebuild new file mode 100644 index 0000000000..e20797a7ba --- /dev/null +++ b/kde-apps/rocs/rocs-17.12.2.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="optional" +KDE_TEST="true" +inherit kde5 + +DESCRIPTION="Interface to work with Graph Theory" +HOMEPAGE="https://www.kde.org/applications/education/rocs +https://edu.kde.org/applications/mathematics/rocs" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + $(add_frameworks_dep karchive) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdeclarative) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep kparts) + $(add_frameworks_dep kservice) + $(add_frameworks_dep ktexteditor) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtconcurrent) + $(add_qt_dep qtdeclarative 'widgets') + $(add_qt_dep qtgui) + $(add_qt_dep qtscript 'scripttools') + $(add_qt_dep qtsvg) + $(add_qt_dep qtwebkit) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + $(add_qt_dep qtxmlpatterns) + dev-libs/grantlee:5 +" +DEPEND="${RDEPEND} + >=dev-libs/boost-1.49 +" + +RESTRICT+=" test" # 1/10 tests currently fails diff --git a/kde-apps/signon-kwallet-extension/Manifest b/kde-apps/signon-kwallet-extension/Manifest new file mode 100644 index 0000000000..483b07e411 --- /dev/null +++ b/kde-apps/signon-kwallet-extension/Manifest @@ -0,0 +1 @@ +DIST signon-kwallet-extension-17.12.2.tar.xz 10580 BLAKE2B d0eef8b4e28675b565df9a71650c0c2fdfca8606728f8b9ca87876646ac0bfe68b4c2b50b9afeaadd42eb592ccebf3d8c35be389bd57ef4f5b1923c41ee4d11a SHA512 2bf51b52e934b30125ca02a5778308e4c7dbebf0d43dd813eb10793cc3a4f24f02a479a4dd7f458de6fb9633ee6f4d49237830cba91547ef6111461e2c515fcc diff --git a/kde-apps/signon-kwallet-extension/signon-kwallet-extension-17.12.2.ebuild b/kde-apps/signon-kwallet-extension/signon-kwallet-extension-17.12.2.ebuild new file mode 100644 index 0000000000..ce5d29586a --- /dev/null +++ b/kde-apps/signon-kwallet-extension/signon-kwallet-extension-17.12.2.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit kde5 + +DESCRIPTION="KWallet extension for signond" +HOMEPAGE="https://01.org/gsso/" +KEYWORDS="~amd64 ~x86" +LICENSE="GPL-2+" + +DEPEND=" + $(add_frameworks_dep kwallet) + net-libs/signond +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/spectacle/Manifest b/kde-apps/spectacle/Manifest new file mode 100644 index 0000000000..74c5ce143c --- /dev/null +++ b/kde-apps/spectacle/Manifest @@ -0,0 +1 @@ +DIST spectacle-17.12.2.tar.xz 764956 BLAKE2B 8f12a62f1499a3ba8a361b163795088fd4deb11090f47329604cb5a577e27678c61a015c2a33cf4add38ea63f23442bad15a26e559c08b524c375c0b323ea1a7 SHA512 b6725931831d0faa02e2f4f65b53be7d2a2e25fab48b785432540d89c2f3fd4134c86f647f60a51c757428db2ea88aee7174295b50c14c3a5bfeb97b478443f4 diff --git a/kde-apps/spectacle/spectacle-17.12.2.ebuild b/kde-apps/spectacle/spectacle-17.12.2.ebuild new file mode 100644 index 0000000000..cf8b419f4a --- /dev/null +++ b/kde-apps/spectacle/spectacle-17.12.2.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Screenshot capture utility" +LICENSE="LGPL-2+ handbook? ( FDL-1.3 ) kipi? ( GPL-2+ )" +KEYWORDS="~amd64 ~x86" +IUSE="kipi share" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kdeclarative) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep kservice) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtconcurrent) + $(add_qt_dep qtdbus) + $(add_qt_dep qtdeclarative) + $(add_qt_dep qtgui) + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtx11extras) + x11-libs/libxcb + x11-libs/xcb-util + x11-libs/xcb-util-cursor + x11-libs/xcb-util-image + kipi? ( $(add_kdeapps_dep libkipi '' '' '5=') ) + share? ( $(add_frameworks_dep purpose) ) +" +RDEPEND="${DEPEND} + kipi? ( media-plugins/kipi-plugins:5 ) + !kde-apps/ksnapshot +" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package kipi KF5Kipi) + $(cmake-utils_use_find_package share KDEExperimentalPurpose) + ) + kde5_src_configure +} diff --git a/kde-apps/step/Manifest b/kde-apps/step/Manifest new file mode 100644 index 0000000000..4fada04f9b --- /dev/null +++ b/kde-apps/step/Manifest @@ -0,0 +1 @@ +DIST step-17.12.2.tar.xz 862316 BLAKE2B bf80af65924ba90e091e45307b64ec0490cee11171a828892fba9568d5943f6b25469171359a131cf51f1f08cb93a321fe893c71f9daa9b94aa5812ddc2fb56c SHA512 025bdc9e3560feb93782a1462a3d2ed152ad9981194425de73fcaa26fbfae74a67016507ebe368776da27b1dda63863106567620e39ed82cc8e95e414f219616 diff --git a/kde-apps/step/step-17.12.2.ebuild b/kde-apps/step/step-17.12.2.ebuild new file mode 100644 index 0000000000..ab8570cd57 --- /dev/null +++ b/kde-apps/step/step-17.12.2.ebuild @@ -0,0 +1,63 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" # not optional until !kdelibs4support +KDE_TEST="forceoptional" +inherit kde5 + +DESCRIPTION="Interactive physics simulator" +HOMEPAGE="https://edu.kde.org/step" +KEYWORDS="~amd64 ~x86" +IUSE="+gsl nls +qalculate" + +RDEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep khtml) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep kparts) + $(add_frameworks_dep kplotting) + $(add_frameworks_dep kservice) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtdeclarative) + $(add_qt_dep qtgui) + $(add_qt_dep qtopengl) + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + >=dev-cpp/eigen-3.2:3 + sci-libs/cln + gsl? ( sci-libs/gsl:= ) + qalculate? ( >=sci-libs/libqalculate-0.9.5:= ) +" +DEPEND="${RDEPEND} + nls? ( $(add_qt_dep linguist-tools) ) +" + +src_prepare() { + kde5_src_prepare + + # FIXME: Drop duplicate upstream + sed -e '/find_package.*Xml Test/ s/^/#/' \ + -i stepcore/CMakeLists.txt || die +} + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package gsl GSL) + $(cmake-utils_use_find_package qalculate Qalculate) + ) + kde5_src_configure +} diff --git a/kde-apps/svgpart/Manifest b/kde-apps/svgpart/Manifest new file mode 100644 index 0000000000..52ac79462f --- /dev/null +++ b/kde-apps/svgpart/Manifest @@ -0,0 +1 @@ +DIST svgpart-17.12.2.tar.xz 20820 BLAKE2B 409cc247c38f0277e0c4dc0a626d164be81afd5c9fe45f67c2d5f7cd29fa3c4c9bd31293abab051d19614809b12bcde755751ad8ea248f4475b3c8adb7349ad5 SHA512 4b68c0743152bd209615c72869431dd53e65d150ebbbcb0b5e3ca620fbf058f4a558d92602b3b73264b95a3c6f3fc3a57c953fbceb463d446aa1306309623043 diff --git a/kde-apps/svgpart/svgpart-17.12.2.ebuild b/kde-apps/svgpart/svgpart-17.12.2.ebuild new file mode 100644 index 0000000000..a2929a955b --- /dev/null +++ b/kde-apps/svgpart/svgpart-17.12.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_BLOCK_SLOT4="false" +inherit kde5 + +DESCRIPTION="Kpart for viewing SVGs" +LICENSE="GPL-2+" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kparts) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtgui) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/sweeper/Manifest b/kde-apps/sweeper/Manifest new file mode 100644 index 0000000000..0c1d0b614d --- /dev/null +++ b/kde-apps/sweeper/Manifest @@ -0,0 +1 @@ +DIST sweeper-17.12.2.tar.xz 382208 BLAKE2B 378dbe83e1c0c7096687b1d32c82de63ed90de8a6fbdea534fa60c312c00117d9b0d8154545862a02d0e82aaaa40375ca1186434747f93bf5c15336271c0dc87 SHA512 d01e1ac266ff17c4294b581bbe0c5413384b9a02dbfdee181da0509a4afec5260a30dcf557a8698690bad3515519ec4c8cc0f8708edb95d9923fad4ef4998db6 diff --git a/kde-apps/sweeper/sweeper-17.12.2.ebuild b/kde-apps/sweeper/sweeper-17.12.2.ebuild new file mode 100644 index 0000000000..41e32c5dd3 --- /dev/null +++ b/kde-apps/sweeper/sweeper-17.12.2.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Privacy settings widget to clean unwanted traces on the system" +HOMEPAGE="https://www.kde.org/applications/utilities/sweeper +https://utils.kde.org/projects/sweeper" + +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kactivities-stats) + $(add_frameworks_dep kbookmarks) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) +" +RDEPEND="${DEPEND} + !kde-apps/kde4-l10n +" diff --git a/kde-apps/syndication/Manifest b/kde-apps/syndication/Manifest new file mode 100644 index 0000000000..020826a991 --- /dev/null +++ b/kde-apps/syndication/Manifest @@ -0,0 +1 @@ +DIST syndication-17.12.2.tar.xz 159796 BLAKE2B 265aac04480d51da5953a540e56baa34ce920d90f93b7d3ea766756ec843d98af71bd651c06b041d062ad01ec8163f5d39bd1b6febf8fe2d781fc14e3bfbc129 SHA512 cebd16b9f20960106c1361c2549727e03a6c907095584a90303c232ca1c01819a6e350807e96053677f8f34aecd6ad0ce856d01c7804519f89463236de53f211 diff --git a/kde-apps/syndication/syndication-17.12.2.ebuild b/kde-apps/syndication/syndication-17.12.2.ebuild new file mode 100644 index 0000000000..3ee4afc41e --- /dev/null +++ b/kde-apps/syndication/syndication-17.12.2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_TEST="true" +inherit kde5 + +DESCRIPTION="Library for parsing RSS and Atom feeds" +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kio) + $(add_qt_dep qtxml) +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/thumbnailers/Manifest b/kde-apps/thumbnailers/Manifest new file mode 100644 index 0000000000..77b418ccb3 --- /dev/null +++ b/kde-apps/thumbnailers/Manifest @@ -0,0 +1 @@ +DIST kdegraphics-thumbnailers-17.12.2.tar.xz 41616 BLAKE2B 3a5c4f4b9120bf34e0b79ad2995a82f976f3d53256c5348b724e9233140c4a053fcdb9c686c892170d79ccac8d04324279700535991372695c436f631293502c SHA512 0fdf3222fd833a5bb1290906885fc1d576207db0d80e9e7c9a561ed1453db6d783c4e0001f0437f618423f99678ba81d974ab8cef1e5aad5e03ab6f1b8e4fa62 diff --git a/kde-apps/thumbnailers/thumbnailers-17.12.2.ebuild b/kde-apps/thumbnailers/thumbnailers-17.12.2.ebuild new file mode 100644 index 0000000000..ff1362dbc7 --- /dev/null +++ b/kde-apps/thumbnailers/thumbnailers-17.12.2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_BLOCK_SLOT4=false +KMNAME="kdegraphics-thumbnailers" +inherit kde5 + +DESCRIPTION="Thumbnail generators for PDF/PS and RAW files" +LICENSE="GPL-2+" +KEYWORDS="~amd64 ~x86" +IUSE="raw" + +DEPEND=" + $(add_frameworks_dep kio) + $(add_qt_dep qtgui) + raw? ( + $(add_kdeapps_dep libkdcraw) + $(add_kdeapps_dep libkexiv2) + ) +" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package raw KF5KExiv2) + $(cmake-utils_use_find_package raw KF5KDcraw) + ) + + kde5_src_configure +} diff --git a/kde-apps/umbrello/Manifest b/kde-apps/umbrello/Manifest new file mode 100644 index 0000000000..f37b24ee56 --- /dev/null +++ b/kde-apps/umbrello/Manifest @@ -0,0 +1 @@ +DIST umbrello-17.12.2.tar.xz 2961536 BLAKE2B c8f537298695d50cdaf0687954f1d19dc37a58d984121b48c2bca906c021ae09412fa7d7af59a5c4179bbce0179372fe9f693395b7d73733a03d9858e678612b SHA512 1ad128a798b429c3ccfaac2e754d57b3df9d62a697f43a0397f7f26958036a78e9a07d0bc62d923b3af39bcc97f830a88149e2505fcc0c36404a12190806254d diff --git a/kde-apps/umbrello/umbrello-17.12.2.ebuild b/kde-apps/umbrello/umbrello-17.12.2.ebuild new file mode 100644 index 0000000000..7b9d3d5c2d --- /dev/null +++ b/kde-apps/umbrello/umbrello-17.12.2.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +KDE_TEST="forceoptional" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="KDE UML Modeller" +HOMEPAGE=" + https://www.kde.org/applications/development/umbrello + https://umbrello.kde.org +" +KEYWORDS="~amd64 ~x86" +IUSE="" + +COMMON_DEPEND=" + $(add_frameworks_dep karchive) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kjobwidgets) + $(add_frameworks_dep ktexteditor) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtgui) + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwebkit) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + dev-libs/libxml2 + dev-libs/libxslt +" +DEPEND="${COMMON_DEPEND} + $(add_frameworks_dep kdelibs4support) +" +RDEPEND="${COMMON_DEPEND} + !<kde-apps/kde4-l10n-17.07.80 +" + +src_configure() { + local mycmakeargs=( + -DBUILD_KF5=ON + -DBUILD_unittests=$(usex test) + ) + use test && mycmakeargs+=( -DCMAKE_DISABLE_FIND_PACKAGE_LLVM=ON ) + + kde5_src_configure +} diff --git a/kde-apps/zeroconf-ioslave/Manifest b/kde-apps/zeroconf-ioslave/Manifest new file mode 100644 index 0000000000..c1067efce0 --- /dev/null +++ b/kde-apps/zeroconf-ioslave/Manifest @@ -0,0 +1 @@ +DIST zeroconf-ioslave-17.12.2.tar.xz 38580 BLAKE2B a7fd663f99c63d46e3decfa09a989e76dbc814a61d376aea84d9df74afa0f8f59a2f98dcccdc5b35b0bd46f8733d6afb9a25bfc0807af4dbd9469c4840f9529b SHA512 37a2d3b0efcb856a1916d9274ab2d25e02de479230cf54709ca7c50ae18479c9b26e549afce8664bb95319091c6fece661a88c1c13a77183ae29ca2ec3d2b72c diff --git a/kde-apps/zeroconf-ioslave/zeroconf-ioslave-17.12.2.ebuild b/kde-apps/zeroconf-ioslave/zeroconf-ioslave-17.12.2.ebuild new file mode 100644 index 0000000000..9b485d5e94 --- /dev/null +++ b/kde-apps/zeroconf-ioslave/zeroconf-ioslave-17.12.2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit kde5 + +DESCRIPTION="DNSSD (DNS Service Discovery - part of Rendezvous) ioslave and kded module" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kdnssd) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_qt_dep qtdbus) +" +RDEPEND="${DEPEND} + !kde-apps/kde4-l10n +" |