diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-09-03 11:00:09 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-09-03 13:02:15 +0200 |
commit | e798407a78cf885d94840f7e7576b5f050b09795 (patch) | |
tree | 9d56e1bf188fa8072ea46798a8f7d3fabbdd89c5 | |
parent | kde5.eclass: Mark KDE Applications 19.08.1 unreleased (diff) | |
download | kde-e798407a78cf885d94840f7e7576b5f050b09795.tar.gz kde-e798407a78cf885d94840f7e7576b5f050b09795.tar.bz2 kde-e798407a78cf885d94840f7e7576b5f050b09795.zip |
kde-apps: Add KDE Applications 19.08.1
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
459 files changed, 10192 insertions, 0 deletions
diff --git a/kde-apps/akonadi-calendar/Manifest b/kde-apps/akonadi-calendar/Manifest new file mode 100644 index 0000000000..35a64aa04e --- /dev/null +++ b/kde-apps/akonadi-calendar/Manifest @@ -0,0 +1 @@ +DIST akonadi-calendar-19.08.1.tar.xz 331352 BLAKE2B 10eb4a6452e4c7b73fe5277290a737f4f592c1bc49866fef6f10b60644c17b3f04b9d13cb03e1fbadfc71a7e3fbc7fa7e4ba2ca1369da6ff2108813a3345f1f6 SHA512 107f9a94243a5a6be0338dbf773515cd03679319cb32ed7cc4c5a2324bbbeba9252f81034954cc38543075346c36dc1ccd2eee39ca547a41ea1bc80f58af588f diff --git a/kde-apps/akonadi-calendar/akonadi-calendar-19.08.1.ebuild b/kde-apps/akonadi-calendar/akonadi-calendar-19.08.1.ebuild new file mode 100644 index 0000000000..1b6ebdae27 --- /dev/null +++ b/kde-apps/akonadi-calendar/akonadi-calendar-19.08.1.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_TEST="true" +inherit kde5 + +DESCRIPTION="Library for akonadi calendar integration" +LICENSE="GPL-2+ LGPL-2.1+" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kitemmodels) + $(add_frameworks_dep kjobwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep akonadi) + $(add_kdeapps_dep akonadi-mime) + $(add_kdeapps_dep kcalcore) + $(add_kdeapps_dep kcalutils) + $(add_kdeapps_dep kidentitymanagement) + $(add_kdeapps_dep kmailtransport) + $(add_kdeapps_dep kmime) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND} + !kde-apps/kdepim-l10n + !<kde-apps/kdepim-runtime-18.03.80 +" + +RESTRICT+=" test" diff --git a/kde-apps/akonadi-contacts/Manifest b/kde-apps/akonadi-contacts/Manifest new file mode 100644 index 0000000000..67ce9ae9db --- /dev/null +++ b/kde-apps/akonadi-contacts/Manifest @@ -0,0 +1 @@ +DIST akonadi-contacts-19.08.1.tar.xz 385060 BLAKE2B 42db34702e930e14d207dc59b5fd751d4c2e5d4f5f5424726af268675311067de2a744bfb20e5176105d61d6e8c9ea6bc950f0799005c07e83fc3e5e23e1c259 SHA512 b72e52636107b1efea4f1ff5a8b1e63e1f8e46247da21c9a0368e2827da8cf6fb1245133af982a5479125630e039e8dc2d98562d7d62648662e798dd38e8c523 diff --git a/kde-apps/akonadi-contacts/akonadi-contacts-19.08.1.ebuild b/kde-apps/akonadi-contacts/akonadi-contacts-19.08.1.ebuild new file mode 100644 index 0000000000..191204d119 --- /dev/null +++ b/kde-apps/akonadi-contacts/akonadi-contacts-19.08.1.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_TEST="forceoptional" +inherit kde5 + +DESCRIPTION="Library for akonadi contact integration" +KEYWORDS="~amd64 ~arm64 ~x86" +LICENSE="GPL-2+" +IUSE="" + +# some akonadi tests time out, that probably needs more work as it's ~700 tests +RESTRICT+=" test" + +DEPEND=" + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kservice) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_frameworks_dep prison) + $(add_kdeapps_dep akonadi) + $(add_kdeapps_dep kcontacts) + $(add_kdeapps_dep kmime) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND} + !kde-apps/kdepim-l10n + !<kde-apps/kdepim-runtime-18.03.80 +" diff --git a/kde-apps/akonadi-import-wizard/Manifest b/kde-apps/akonadi-import-wizard/Manifest new file mode 100644 index 0000000000..de5eb594c1 --- /dev/null +++ b/kde-apps/akonadi-import-wizard/Manifest @@ -0,0 +1 @@ +DIST akonadi-import-wizard-19.08.1.tar.xz 439288 BLAKE2B 6f424f8993dd96baf78d49179cb32acf1c8282cd1f88a2fb921a8c524d40ce3c3622621782593db8b6b28c9753582a4ed31fbcf7d774859ea14b32f25beac494 SHA512 a712219e26c98a39c2f700d8f0560e4a39477b9b20b1b591a59e670216b2607669b175d86a7a1472b981bf11187e70db250ce49a5e7436a0df9ade2571c9195c diff --git a/kde-apps/akonadi-import-wizard/akonadi-import-wizard-19.08.1.ebuild b/kde-apps/akonadi-import-wizard/akonadi-import-wizard-19.08.1.ebuild new file mode 100644 index 0000000000..dbb1fdeee9 --- /dev/null +++ b/kde-apps/akonadi-import-wizard/akonadi-import-wizard-19.08.1.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Assistant to import PIM data from other applications into Akonadi" +HOMEPAGE+=" https://userbase.kde.org/Kmail/Import_Options" +LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kwallet) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep akonadi) + $(add_kdeapps_dep kcontacts) + $(add_kdeapps_dep kidentitymanagement) + $(add_kdeapps_dep kmailtransport) + $(add_kdeapps_dep libkdepim) + $(add_kdeapps_dep mailcommon) + $(add_kdeapps_dep mailimporter) + $(add_kdeapps_dep messagelib) + $(add_kdeapps_dep pimcommon) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) +" +RDEPEND="${DEPEND} + !kde-apps/kdepim-l10n + !kde-apps/kmail:4 +" diff --git a/kde-apps/akonadi-mime/Manifest b/kde-apps/akonadi-mime/Manifest new file mode 100644 index 0000000000..07aaa0bdce --- /dev/null +++ b/kde-apps/akonadi-mime/Manifest @@ -0,0 +1 @@ +DIST akonadi-mime-19.08.1.tar.xz 132536 BLAKE2B 349b16923841611ae1b5339d38a29de214454495773d3644f7e2ed4f1667dde22dd99d37b27f66df55e90afb59e34789f94b03037303ccd740bf51675b5521e6 SHA512 8e1498bec106250caea0023ce2565b5c02bfc1dab80b893dc9e0e8ab80195a17b4d90019db862370e93629897fb0c6c5f354c26c0e7aa61900575115461f45ed diff --git a/kde-apps/akonadi-mime/akonadi-mime-19.08.1.ebuild b/kde-apps/akonadi-mime/akonadi-mime-19.08.1.ebuild new file mode 100644 index 0000000000..ff73b34b68 --- /dev/null +++ b/kde-apps/akonadi-mime/akonadi-mime-19.08.1.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_TEST="true" +inherit kde5 + +DESCRIPTION="Library for akonadi mime types" +KEYWORDS="~amd64 ~arm64 ~x86" +LICENSE="GPL-2+ LGPL-2.1+" +IUSE="" + +# some akonadi tests time out, that probably needs more work as it's ~700 tests +RESTRICT+=" test" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kitemmodels) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep akonadi) + $(add_kdeapps_dep kmime) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + dev-libs/libxslt +" +RDEPEND="${DEPEND} + !kde-apps/kdepim-l10n + !<kde-apps/kdepim-runtime-18.03.80 + !kde-apps/kdepimlibs:4 +" diff --git a/kde-apps/akonadi-notes/Manifest b/kde-apps/akonadi-notes/Manifest new file mode 100644 index 0000000000..ea90c0c978 --- /dev/null +++ b/kde-apps/akonadi-notes/Manifest @@ -0,0 +1 @@ +DIST akonadi-notes-19.08.1.tar.xz 24488 BLAKE2B 0a0f763267edbb48baf0e792da149d9a82be18e32bfa8431e78c5316dfa1342876c119a1baf9e38dacd6a103e174ec6139cea87b11d22d5f6c2ac03fc698e52c SHA512 4a98bb043c034f08123f536d89d65e52993fa4c0be7d614417cae254cf9416d03549861a2259f39978b5c5e2c6a19645446d0e21e6a417106e5d0f90543b1e95 diff --git a/kde-apps/akonadi-notes/akonadi-notes-19.08.1.ebuild b/kde-apps/akonadi-notes/akonadi-notes-19.08.1.ebuild new file mode 100644 index 0000000000..57eba45ffb --- /dev/null +++ b/kde-apps/akonadi-notes/akonadi-notes-19.08.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_TEST="true" +inherit kde5 + +DESCRIPTION="Library for akonadi notes integration" +KEYWORDS="~amd64 ~arm64 ~x86" +LICENSE="GPL-2+" +IUSE="" + +DEPEND=" + $(add_frameworks_dep ki18n) + $(add_kdeapps_dep kmime) + $(add_qt_dep qtgui) + $(add_qt_dep qtxml) +" +RDEPEND="${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..330f8b20ba --- /dev/null +++ b/kde-apps/akonadi-search/Manifest @@ -0,0 +1 @@ +DIST akonadi-search-19.08.1.tar.xz 82456 BLAKE2B e6c20e60167d6ff160133adab894f55a1e36bbc3159d03d7701ca1895f972c3f66eaa63979478b882728300f9255f8bdf7f1253b61c3dcab0c08465e1b9e5f24 SHA512 0af425453d0dcb78aef0c6dd00b87e1ed1a99155b687cad57536333f9422274df68e6672694ed0cff20df29f0621a0e9f0cb4c973b85df61446b7131c15bf55b diff --git a/kde-apps/akonadi-search/akonadi-search-19.08.1.ebuild b/kde-apps/akonadi-search/akonadi-search-19.08.1.ebuild new file mode 100644 index 0000000000..de2275bc35 --- /dev/null +++ b/kde-apps/akonadi-search/akonadi-search-19.08.1.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_TEST="forceoptional" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Libraries and daemons to implement searching in Akonadi" +HOMEPAGE="https://cgit.kde.org/akonadi-search.git" +LICENSE="GPL-2+ LGPL-2.1+" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +BDEPEND=" + test? ( $(add_kdeapps_dep akonadi 'tools') ) +" +COMMON_DEPEND=" + $(add_frameworks_dep kcmutils) + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kio) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep krunner) + $(add_kdeapps_dep akonadi) + $(add_kdeapps_dep akonadi-mime) + $(add_kdeapps_dep kcalcore) + $(add_kdeapps_dep kcontacts) + $(add_kdeapps_dep kmime) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + >=dev-libs/xapian-1.3:=[chert(+)] +" +DEPEND="${COMMON_DEPEND} + dev-libs/boost + test? ( $(add_kdeapps_dep akonadi 'mysql,postgres,sqlite') ) +" +RDEPEND="${COMMON_DEPEND} + !kde-apps/kdepim-l10n +" diff --git a/kde-apps/akonadi/Manifest b/kde-apps/akonadi/Manifest new file mode 100644 index 0000000000..34b8b02941 --- /dev/null +++ b/kde-apps/akonadi/Manifest @@ -0,0 +1 @@ +DIST akonadi-19.08.1.tar.xz 1577172 BLAKE2B 034665bbf2550758cf063bd89fad83072cad8de1a9122da22b286c6c9d73eb8d0c7acf6b7cbf3a27ebbfede78eb6457751543cc7fd7eb5efaea2a86dea73ecbd SHA512 99aee26da19fca2a1a172f875a3ab4b1aee9c3ac92150f06df1dc3cf241144cb17b98d45a346ea09fa6fe96a7c8aafbea0a5b7b80e594b94f525de882d644d75 diff --git a/kde-apps/akonadi/akonadi-19.08.1.ebuild b/kde-apps/akonadi/akonadi-19.08.1.ebuild new file mode 100644 index 0000000000..60a1a49252 --- /dev/null +++ b/kde-apps/akonadi/akonadi-19.08.1.ebuild @@ -0,0 +1,124 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_DESIGNERPLUGIN="true" +KDE_TEST="forceoptional" +VIRTUALDBUS_TEST="true" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Storage service for PIM data and libraries for PIM apps" +HOMEPAGE="https://community.kde.org/KDE_PIM/akonadi" + +KEYWORDS="~amd64 ~arm ~arm64 ~x86" +LICENSE="LGPL-2.1+" +IUSE="+mysql postgres sqlite tools xml" + +REQUIRED_USE="|| ( mysql postgres sqlite ) test? ( tools )" + +COMMON_DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kitemmodels) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtsql 'mysql?,postgres?') + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + sqlite? ( + $(add_qt_dep qtsql 'sqlite' '' '5=') + dev-db/sqlite:3 + ) + xml? ( dev-libs/libxml2 ) +" +DEPEND="${COMMON_DEPEND} + dev-libs/boost + dev-libs/libxslt + test? ( sys-apps/dbus ) +" +RDEPEND="${COMMON_DEPEND} + !<kde-apps/kapptemplate-17.11.80 + !kde-apps/kdepim-l10n + !kde-apps/kdepimlibs + mysql? ( virtual/mysql ) + postgres? ( dev-db/postgresql ) +" + +# some akonadi tests time out, that probably needs more work as it's ~700 tests +RESTRICT+=" test" + +PATCHES=( "${FILESDIR}/${PN}-18.12.2-mysql56-crash.patch" ) + +pkg_setup() { + # Set default storage backend in order: MySQL, PostgreSQL, SQLite + # reverse driver check to keep the order + use sqlite && DRIVER="QSQLITE3" + use postgres && DRIVER="QPSQL" + use mysql && DRIVER="QMYSQL" + + if use mysql && has_version ">=dev-db/mariadb-10.4"; then + ewarn "If an existing Akonadi QMYSQL database is being upgraded using" + ewarn ">=dev-db/mariadb-10.4 and KMail stops fetching and sending mail," + ewarn "check ~/.local/share/akonadi/akonadiserver.error for errors like:" + ewarn " \"Cannot add or update a child row: a foreign key constraint fails\"" + ewarn + ewarn "Manual steps are required to fix it, see also:" + ewarn " https://bugs.gentoo.org/688746 (see Whiteboard)" + ewarn " https://bugs.kde.org/show_bug.cgi?id=409224" + ewarn + fi + + 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..0ef5fe5400 --- /dev/null +++ b/kde-apps/akonadiconsole/Manifest @@ -0,0 +1 @@ +DIST akonadiconsole-19.08.1.tar.xz 193760 BLAKE2B fb6ad542064eaba0d58fbf565f94a859888344a2b471e5b6607fe0b637aa0c7404829647e936c8091ee19afc2c7d77a469c3108008fee139f672063abe5b73dc SHA512 0d12109baf333bdbc62e40d6711278effbb27fee2993e9c68c6a953240a8156cccc775881e941be5d259c18f56a35d76f3c0d6af832f0b4e83382fb9b7a7ab35 diff --git a/kde-apps/akonadiconsole/akonadiconsole-19.08.1.ebuild b/kde-apps/akonadiconsole/akonadiconsole-19.08.1.ebuild new file mode 100644 index 0000000000..303ffc47eb --- /dev/null +++ b/kde-apps/akonadiconsole/akonadiconsole-19.08.1.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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://kde.org/" +KEYWORDS="~amd64 ~arm64 ~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 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..666bea1c7f --- /dev/null +++ b/kde-apps/akregator/Manifest @@ -0,0 +1 @@ +DIST akregator-19.08.1.tar.xz 2194020 BLAKE2B b850f2cbe0bff87fccf45903a34ea163dcb863e1d6beb6ccb9374d6825987aa046aa39c242fe7b5f8e3bda00f4911c9cdd94e27177ef452ec8dcaddbb76d350c SHA512 2a7ba7d24784314fbcbef43b643a56a898488f6c4ed885298bd25274d3b58fb4229b924488a00920e9c8114bea1e33cd177eda98c6b38ff1fba451285e24eb55 diff --git a/kde-apps/akregator/akregator-19.08.1.ebuild b/kde-apps/akregator/akregator-19.08.1.ebuild new file mode 100644 index 0000000000..98b42a7034 --- /dev/null +++ b/kde-apps/akregator/akregator-19.08.1.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +KDE_TEST="forceoptional" +inherit kde5 + +DESCRIPTION="News feed aggregator" +HOMEPAGE="https://kde.org/applications/internet/akregator" +LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" +KEYWORDS="~amd64 ~arm64 ~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_frameworks_dep syndication) + $(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_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..c3360268ee --- /dev/null +++ b/kde-apps/analitza/Manifest @@ -0,0 +1 @@ +DIST analitza-19.08.1.tar.xz 332244 BLAKE2B 2fb5447758b3647b4cd4441b8ee17d613d466cb9047119f23f4cbd9b6da79822e2b11436da2f3d7bd003179188946c53b666dbefaf6d58752a1bc83f17222041 SHA512 356144976b8926a58c62e084c1a6a202afc89409a491d1ab11ca6b49ea385bce9cebce904b4a75b03a258c780c922eba2ab061a3e2d4b9e6229b7717663fcd47 diff --git a/kde-apps/analitza/analitza-19.08.1.ebuild b/kde-apps/analitza/analitza-19.08.1.ebuild new file mode 100644 index 0000000000..92e71547cf --- /dev/null +++ b/kde-apps/analitza/analitza-19.08.1.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_TEST="forceoptional-recursive" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="KDE library for mathematical features" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="eigen nls" + +BDEPEND=" + nls? ( $(add_qt_dep linguist-tools) ) +" +DEPEND=" + $(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 ) +" +RDEPEND="${DEPEND}" + +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..9616865593 --- /dev/null +++ b/kde-apps/ark/Manifest @@ -0,0 +1 @@ +DIST ark-19.08.1.tar.xz 2585216 BLAKE2B de644156e7951b37b54ceeed05f1b8712bc267f788c04fa4647a2842434bd46e0fa623c3cf5574199eb8fbda57c0d8523387d6c7caa836cb03f03a82c1050ee0 SHA512 438cffcacc628af6ff9d086819d0572fbe9afea5ce81a31d1cb34bffc46c1bbbcb4b271fb951d4a19ed5beb9f57c1cfa95f8d4a5543702ba090ce9e25095a6fc diff --git a/kde-apps/ark/ark-19.08.1.ebuild b/kde-apps/ark/ark-19.08.1.ebuild new file mode 100644 index 0000000000..bba063801e --- /dev/null +++ b/kde-apps/ark/ark-19.08.1.ebuild @@ -0,0 +1,79 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +KDE_TEST="optional" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="KDE Archiving tool" +HOMEPAGE="https://kde.org/applications/utilities/ark +https://utils.kde.org/projects/ark/" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="bzip2 lzma zip" + +BDEPEND=" + sys-devel/gettext +" +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) +" + +# 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) + ) + + kde5_src_configure +} + +pkg_postinst() { + kde5_pkg_postinst + + if [[ -z "${REPLACING_VERSIONS}" ]]; then + if ! has_version app-arch/rar; then + elog "For creating/extracting rar archives, installing app-arch/rar is required." + if ! has_version app-arch/unar && ! has_version app-arch/unrar; then + elog "Alternatively, for only extracting rar archives, install app-arch/unar (free) or app-arch/unrar (non-free)." + fi + fi + + has_version app-arch/p7zip || \ + elog "For handling 7-Zip archives, install app-arch/p7zip." + + has_version app-arch/lrzip || \ + 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..a2932de8bf --- /dev/null +++ b/kde-apps/artikulate/Manifest @@ -0,0 +1 @@ +DIST artikulate-19.08.1.tar.xz 3999564 BLAKE2B ff53832366c10cb761e476711fbd541bc53299f7f1f1b4ae407b9163e8c189c03033f0e6ca0829fe9b95407253ad8f7e52624b0d0568c9a7832f623f89d612b7 SHA512 d103b15caf0a504e017bc8d2ffd95e03acfde63361b98ec3d1151c4118749babdbf00c298f6e2cf20061969b967a0ac43bcc76b72b58540e187e71e674c3ecdb diff --git a/kde-apps/artikulate/artikulate-19.08.1.ebuild b/kde-apps/artikulate/artikulate-19.08.1.ebuild new file mode 100644 index 0000000000..28f387134e --- /dev/null +++ b/kde-apps/artikulate/artikulate-19.08.1.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="optional" +inherit kde5 + +DESCRIPTION="Language learning application that helps improving pronunciation skills" +HOMEPAGE="https://edu.kde.org/applications/language/artikulate" +KEYWORDS="~amd64 ~arm64 ~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..83e506bb4b --- /dev/null +++ b/kde-apps/audiocd-kio/Manifest @@ -0,0 +1 @@ +DIST audiocd-kio-19.08.1.tar.xz 356276 BLAKE2B 0902e32a7f2aad6bdd129c5064fb3ee54ce66a91d6e34ae2f9ee46e049e5dfe8c5062deb7bc895e353b42ea346b5faa7fc912563d6e8e9d1c42cd34c7d07e520 SHA512 641a2313df852a7ec54e97dc7eff47c007390beb1a80a32888616be6f7d379bdeea40faded8d1c38f573750534884cecd1fff78ce1e53d1f8ee43def0c97ee83 diff --git a/kde-apps/audiocd-kio/audiocd-kio-19.08.1.ebuild b/kde-apps/audiocd-kio/audiocd-kio-19.08.1.ebuild new file mode 100644 index 0000000000..6b95c236c7 --- /dev/null +++ b/kde-apps/audiocd-kio/audiocd-kio-19.08.1.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="kioslave for accessing audio CDs" +LICENSE="GPL-2+ handbook? ( FDL-1.2 )" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="flac vorbis" + +DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcmutils) + $(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}" + +PATCHES=( "${FILESDIR}/${PN}-19.04.0-handbook.patch" ) + +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..334f870a5c --- /dev/null +++ b/kde-apps/baloo-widgets/Manifest @@ -0,0 +1 @@ +DIST baloo-widgets-19.08.1.tar.xz 262056 BLAKE2B 0c89379d3cfa1d3b432d5464995c83553b6f5dfc06651e068241dbfd115679b324a513b90b2faf2ba0b237b9e6b794f642219b60414ce484a8cb646c5bfd69ae SHA512 3c6856cfbf7d5f61d6c3cddbe49e42e684a340a26e7401db27054b01d0bf7a275a3909f127fee66d86228b25af6fcf275447e856a7db0bb450c0dc581446ce23 diff --git a/kde-apps/baloo-widgets/baloo-widgets-19.08.1.ebuild b/kde-apps/baloo-widgets/baloo-widgets-19.08.1.ebuild new file mode 100644 index 0000000000..45feacde63 --- /dev/null +++ b/kde-apps/baloo-widgets/baloo-widgets-19.08.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_TEST="forceoptional" +inherit kde5 + +DESCRIPTION="Widget library for baloo" +LICENSE="LGPL-2+ LGPL-2.1+ || ( LGPL-2.1 LGPL-3 )" +KEYWORDS="~amd64 ~arm64 ~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..2cdb1196b4 --- /dev/null +++ b/kde-apps/blinken/Manifest @@ -0,0 +1 @@ +DIST blinken-19.08.1.tar.xz 2820916 BLAKE2B 59dde11b257826d2a9b3dbd08809ee8eb2a5157203aae862a6b4a7756b5f5c309a2524d825b1241f7ab5dbdeecc7ba55b5b32c97ab4c2c1de27c88d6bc56eee3 SHA512 93d6e28918c7eee798385f11f7ba9c81fbc0ee7273f295cbd8ff2db80e6fc150b21215b6785a28b927038771bfcbe03069d2e4149285693b0f3ccca212520154 diff --git a/kde-apps/blinken/blinken-19.08.1.ebuild b/kde-apps/blinken/blinken-19.08.1.ebuild new file mode 100644 index 0000000000..57ced0cab8 --- /dev/null +++ b/kde-apps/blinken/blinken-19.08.1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Memory enhancement game based on KDE Frameworks" +HOMEPAGE="https://kde.org/applications/education/blinken +https://edu.kde.org/blinken/" +KEYWORDS="~amd64 ~arm64 ~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..a94aaa2c6d --- /dev/null +++ b/kde-apps/bomber/Manifest @@ -0,0 +1 @@ +DIST bomber-19.08.1.tar.xz 820608 BLAKE2B ce2fd50b7a1697cb610e47a28050bf30433a10287bf52ce8832b5f9966bac750ed49c5f3df2109ad2a6713ea21167336d064da90dfe1f819ef71951a981859d8 SHA512 49b488316af97b20d81f920ec496264d5a2343f1c4960837d6ad6418cca27664410ffecb2e1d3a021b1c8f586198772ebfc0c157d85917bb1f393244e4624e3b diff --git a/kde-apps/bomber/bomber-19.08.1.ebuild b/kde-apps/bomber/bomber-19.08.1.ebuild new file mode 100644 index 0000000000..52a4ba574f --- /dev/null +++ b/kde-apps/bomber/bomber-19.08.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Single player arcade bombing game" +HOMEPAGE="https://kde.org/applications/games/bomber/" +KEYWORDS="~amd64 ~arm64 ~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..07b1cbf08d --- /dev/null +++ b/kde-apps/bovo/Manifest @@ -0,0 +1 @@ +DIST bovo-19.08.1.tar.xz 199564 BLAKE2B 7643d87f38bf2c4f03478b8d2c4d03edf0f0c0cc704e1159af9a94f7bf2753778259d561f19bb37fe2f87e1570c06aad5176ac4d75ef7f12856acfe88fa9fc8d SHA512 908fea4b58cdd1b06918c3588347d50a3e28de1b9d93013eab73c4bef896302a6655a770dd947e0e76ed4aa583e55f7b00921d4a303a5c99d499748bd0e3d463 diff --git a/kde-apps/bovo/bovo-19.08.1.ebuild b/kde-apps/bovo/bovo-19.08.1.ebuild new file mode 100644 index 0000000000..6979114e16 --- /dev/null +++ b/kde-apps/bovo/bovo-19.08.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Five-in-a-row Board Game" +HOMEPAGE="https://kde.org/applications/games/bovo/" +KEYWORDS="~amd64 ~arm64 ~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..bd3ac7b13f --- /dev/null +++ b/kde-apps/calendarjanitor/Manifest @@ -0,0 +1 @@ +DIST akonadi-calendar-tools-19.08.1.tar.xz 223888 BLAKE2B 1b14e93ffbc23f17e9cdfa004faeb0206bdbebc00bf6424c5327a63f3bec59cf3ebea84846204ea724d9d1bbd1f3ec940407697df66a1ab50a306cf66a3ea6f0 SHA512 f0289f852bcd0787f919d179e81a916c1500ff1b37c16b5af77b3aadda30e49b8022cca432ab29a1efe5dcf56cfa495ada00ab042187058b8ba4c8fcc1b1a4cf diff --git a/kde-apps/calendarjanitor/calendarjanitor-19.08.1.ebuild b/kde-apps/calendarjanitor/calendarjanitor-19.08.1.ebuild new file mode 100644 index 0000000000..64de5e99ba --- /dev/null +++ b/kde-apps/calendarjanitor/calendarjanitor-19.08.1.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" # 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 ~arm64 ~x86" + +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcoreaddons) + $(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..53bb0b624c --- /dev/null +++ b/kde-apps/calendarsupport/Manifest @@ -0,0 +1 @@ +DIST calendarsupport-19.08.1.tar.xz 645736 BLAKE2B 9ba0ce0b67141356cbc6fe24f8c30432f04d5984373d6c79544da82d345199d03887175c157c83e4180719bed25de3b14b3f517525af011392d4f906f19be2a1 SHA512 562ad042a49716488f2ce998b96a4038cef762c8bdb4969cfbe9e13437dd2f9b6b9ffd48654644ef03bde135cbd2800caf42f8d1ae8f409ca7b8700f74c89afe diff --git a/kde-apps/calendarsupport/calendarsupport-19.08.1.ebuild b/kde-apps/calendarsupport/calendarsupport-19.08.1.ebuild new file mode 100644 index 0000000000..dcc41e1507 --- /dev/null +++ b/kde-apps/calendarsupport/calendarsupport-19.08.1.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_TEST="false" +inherit kde5 + +DESCRIPTION="Calendar support library" +LICENSE="GPL-2+ LGPL-2.1+" +KEYWORDS="~amd64 ~arm64 ~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..494008d775 --- /dev/null +++ b/kde-apps/cantor/Manifest @@ -0,0 +1 @@ +DIST cantor-19.08.1.tar.xz 2539272 BLAKE2B f95470d9bf5aeacac105f0b980b3e987ae472f14d76aec159a6ca3a1a3e0600253a3a41ca32e4b23694caee80876e3375e64362510564c5732e077f1dd4595be SHA512 b2f789905133880de99039cdae81698ed869860167f644c6898dd5e483eb0c4a479b6f5b3c5d2b6bfaddf30a4434224fdf517eaeb8aa77949e192c35b769f8ef diff --git a/kde-apps/cantor/cantor-19.08.1.ebuild b/kde-apps/cantor/cantor-19.08.1.ebuild new file mode 100644 index 0000000000..181b280d4b --- /dev/null +++ b/kde-apps/cantor/cantor-19.08.1.ebuild @@ -0,0 +1,104 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +KDE_TEST="forceoptional" +PYTHON_COMPAT=( python3_{5,6,7} ) +inherit kde5 python-single-r1 + +DESCRIPTION="Interface for doing mathematics and scientific computing" +HOMEPAGE="https://kde.org/applications/education/cantor https://edu.kde.org/cantor/" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="+analitza julia lua markdown postscript python qalculate R" + +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + +# TODO Add Sage Mathematics Software backend (http://www.sagemath.org) +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_frameworks_dep syntax-highlighting) + $(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 ) + markdown? ( >=app-text/discount-2.2.2 ) + qalculate? ( + sci-libs/cln + sci-libs/libqalculate:= + ) + postscript? ( app-text/libspectre ) + python? ( + ${PYTHON_DEPS} + $(add_qt_dep qtdbus) + ) + 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 + elog "You have decided to build ${PN} with no backend." + elog "To have this application functional, please enable one of the backends via USE flag:" + elog " analitza, lua, python, qalculate, R" + elog "Alternatively, install one of these:" + elog " # emerge sci-mathematics/maxima (bug #619534)" + elog " # emerge sci-mathematics/octave" + elog "Experimental available USE flag:" + elog " julia (not stable, bug #613576)" + elog + fi + + if ! has_version virtual/latex-base; then + elog "For LaTeX support:" + elog " # emerge virtual/latex-base" + fi +} + +pkg_setup() { + use python && python-single-r1_pkg_setup + kde5_pkg_setup +} + +src_configure() { + use julia && addpredict /proc/self/mem # bug 602894 + + local mycmakeargs=( + -DCMAKE_DISABLE_FIND_PACKAGE_PythonLibs=ON + $(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 markdown Discount) + $(cmake-utils_use_find_package postscript LibSpectre) + $(cmake-utils_use_find_package python PythonLibs3) + $(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..41139bf114 --- /dev/null +++ b/kde-apps/cervisia/Manifest @@ -0,0 +1 @@ +DIST cervisia-19.08.1.tar.xz 1894944 BLAKE2B 72723b2c0e79a50459f5e37b09b9054df8a14edf957d24b4a02d89403d14cf39fdcf5d146b98cf9b2f0ec5526edcde9c6e7ea51270a219414a8b64570cfcd07d SHA512 628a6a51c9a39d2f6f648854a54f6d7e8fa3d212cd45a4ed843c006fbada7b86e338f41bdbc9fa47814403bc7da77f25e46b571f5183e8bbe5543c8fa920bcdb diff --git a/kde-apps/cervisia/cervisia-19.08.1.ebuild b/kde-apps/cervisia/cervisia-19.08.1.ebuild new file mode 100644 index 0000000000..c9d1054f0d --- /dev/null +++ b/kde-apps/cervisia/cervisia-19.08.1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="CVS frontend by KDE" +HOMEPAGE="https://kde.org/applications/development/cervisia" +KEYWORDS="~amd64 ~arm64 ~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-bazaar/Manifest b/kde-apps/dolphin-plugins-bazaar/Manifest new file mode 100644 index 0000000000..da3b88b87e --- /dev/null +++ b/kde-apps/dolphin-plugins-bazaar/Manifest @@ -0,0 +1 @@ +DIST dolphin-plugins-19.08.1.tar.xz 191800 BLAKE2B f7795502150819bd06ce289f274ec44f10a83d26a33200c9ea5f041a0dddf482b2544de9f77a5962a31d618c57b749131740c216d24b2e55936062c65e026446 SHA512 afc3c326f544651f1ed86a829e2b479731d0db46ea90f6204a8748dee575fb2b81d5a68d94ed76bc1ab3c90c107776781125eb1c53ec27dcbc001867d3741739 diff --git a/kde-apps/dolphin-plugins-bazaar/dolphin-plugins-bazaar-19.08.1.ebuild b/kde-apps/dolphin-plugins-bazaar/dolphin-plugins-bazaar-19.08.1.ebuild new file mode 100644 index 0000000000..a8f94fbbd4 --- /dev/null +++ b/kde-apps/dolphin-plugins-bazaar/dolphin-plugins-bazaar-19.08.1.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KMNAME="dolphin-plugins" +KDE_HANDBOOK="false" +MY_PLUGIN_NAME="bazaar" +inherit kde5 + +DESCRIPTION="Dolphin plugin for Bazaar integration" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep ktextwidgets) + $(add_kdeapps_dep dolphin) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND} + !kde-apps/dolphin-plugins:5 + dev-vcs/bzr +" + +src_prepare() { + kde5_src_prepare + # kxmlgui, qtnetwork only required by dropbox + punt_bogus_dep Qt5 Network + punt_bogus_dep KF5 XmlGui + # delete non-${PN} translations + if [[ ${KDE_BUILD_TYPE} = release ]]; then + find po -type f -name "*po" -and -not -name "*${MY_PLUGIN_NAME}plugin" -delete || die + fi +} + +src_configure() { + local mycmakeargs=( + -DBUILD_${MY_PLUGIN_NAME}=ON + -DBUILD_dropbox=OFF + -DBUILD_git=OFF + -DBUILD_hg=OFF + -DBUILD_svn=OFF + ) + kde5_src_configure +} diff --git a/kde-apps/dolphin-plugins-dropbox/Manifest b/kde-apps/dolphin-plugins-dropbox/Manifest new file mode 100644 index 0000000000..da3b88b87e --- /dev/null +++ b/kde-apps/dolphin-plugins-dropbox/Manifest @@ -0,0 +1 @@ +DIST dolphin-plugins-19.08.1.tar.xz 191800 BLAKE2B f7795502150819bd06ce289f274ec44f10a83d26a33200c9ea5f041a0dddf482b2544de9f77a5962a31d618c57b749131740c216d24b2e55936062c65e026446 SHA512 afc3c326f544651f1ed86a829e2b479731d0db46ea90f6204a8748dee575fb2b81d5a68d94ed76bc1ab3c90c107776781125eb1c53ec27dcbc001867d3741739 diff --git a/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-19.08.1.ebuild b/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-19.08.1.ebuild new file mode 100644 index 0000000000..a9451d7441 --- /dev/null +++ b/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-19.08.1.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KMNAME="dolphin-plugins" +KDE_HANDBOOK="false" +MY_PLUGIN_NAME="dropbox" +inherit kde5 + +DESCRIPTION="Dolphin plugin for Dropbox service integration" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep dolphin) + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND} + !kde-apps/dolphin-plugins:5 + net-misc/dropbox-cli +" + +src_prepare() { + kde5_src_prepare + # delete non-${PN} translations + if [[ ${KDE_BUILD_TYPE} = release ]]; then + find po -type f -name "*po" -and -not -name "*${MY_PLUGIN_NAME}plugin" -delete || die + fi +} + +src_configure() { + local mycmakeargs=( + -DBUILD_${MY_PLUGIN_NAME}=ON + -DBUILD_bazaar=OFF + -DBUILD_git=OFF + -DBUILD_hg=OFF + -DBUILD_svn=OFF + ) + kde5_src_configure +} diff --git a/kde-apps/dolphin-plugins-git/Manifest b/kde-apps/dolphin-plugins-git/Manifest new file mode 100644 index 0000000000..da3b88b87e --- /dev/null +++ b/kde-apps/dolphin-plugins-git/Manifest @@ -0,0 +1 @@ +DIST dolphin-plugins-19.08.1.tar.xz 191800 BLAKE2B f7795502150819bd06ce289f274ec44f10a83d26a33200c9ea5f041a0dddf482b2544de9f77a5962a31d618c57b749131740c216d24b2e55936062c65e026446 SHA512 afc3c326f544651f1ed86a829e2b479731d0db46ea90f6204a8748dee575fb2b81d5a68d94ed76bc1ab3c90c107776781125eb1c53ec27dcbc001867d3741739 diff --git a/kde-apps/dolphin-plugins-git/dolphin-plugins-git-19.08.1.ebuild b/kde-apps/dolphin-plugins-git/dolphin-plugins-git-19.08.1.ebuild new file mode 100644 index 0000000000..1c11cb316c --- /dev/null +++ b/kde-apps/dolphin-plugins-git/dolphin-plugins-git-19.08.1.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KMNAME="dolphin-plugins" +KDE_HANDBOOK="false" +MY_PLUGIN_NAME="git" +inherit kde5 + +DESCRIPTION="Dolphin plugin for Git integration" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +DEPEND=" + $(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_kdeapps_dep dolphin) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND} + !kde-apps/dolphin-plugins:5 + dev-vcs/git +" + +src_prepare() { + kde5_src_prepare + # kxmlgui, qtnetwork only required by dropbox + punt_bogus_dep Qt5 Network + punt_bogus_dep KF5 XmlGui + # delete non-${PN} translations + if [[ ${KDE_BUILD_TYPE} = release ]]; then + find po -type f -name "*po" -and -not -name "*${MY_PLUGIN_NAME}plugin" -delete || die + fi +} + +src_configure() { + local mycmakeargs=( + -DBUILD_${MY_PLUGIN_NAME}=ON + -DBUILD_bazaar=OFF + -DBUILD_dropbox=OFF + -DBUILD_hg=OFF + -DBUILD_svn=OFF + ) + kde5_src_configure +} diff --git a/kde-apps/dolphin-plugins-mercurial/Manifest b/kde-apps/dolphin-plugins-mercurial/Manifest new file mode 100644 index 0000000000..da3b88b87e --- /dev/null +++ b/kde-apps/dolphin-plugins-mercurial/Manifest @@ -0,0 +1 @@ +DIST dolphin-plugins-19.08.1.tar.xz 191800 BLAKE2B f7795502150819bd06ce289f274ec44f10a83d26a33200c9ea5f041a0dddf482b2544de9f77a5962a31d618c57b749131740c216d24b2e55936062c65e026446 SHA512 afc3c326f544651f1ed86a829e2b479731d0db46ea90f6204a8748dee575fb2b81d5a68d94ed76bc1ab3c90c107776781125eb1c53ec27dcbc001867d3741739 diff --git a/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-19.08.1.ebuild b/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-19.08.1.ebuild new file mode 100644 index 0000000000..c03af6b178 --- /dev/null +++ b/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-19.08.1.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KMNAME="dolphin-plugins" +KDE_HANDBOOK="false" +MY_PLUGIN_NAME="hg" +inherit kde5 + +DESCRIPTION="Dolphin plugin for Mercurial integration" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kservice) + $(add_frameworks_dep ktexteditor) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_kdeapps_dep dolphin) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND} + !kde-apps/dolphin-plugins:5 + dev-vcs/mercurial +" + +src_prepare() { + kde5_src_prepare + # kxmlgui, qtnetwork only required by dropbox + punt_bogus_dep Qt5 Network + punt_bogus_dep KF5 XmlGui + # delete non-${PN} translations + if [[ ${KDE_BUILD_TYPE} = release ]]; then + find po -type f -name "*po" -and -not -name "*${MY_PLUGIN_NAME}plugin" -delete || die + fi +} + +src_configure() { + local mycmakeargs=( + -DBUILD_${MY_PLUGIN_NAME}=ON + -DBUILD_bazaar=OFF + -DBUILD_dropbox=OFF + -DBUILD_git=OFF + -DBUILD_svn=OFF + ) + kde5_src_configure +} diff --git a/kde-apps/dolphin-plugins-subversion/Manifest b/kde-apps/dolphin-plugins-subversion/Manifest new file mode 100644 index 0000000000..da3b88b87e --- /dev/null +++ b/kde-apps/dolphin-plugins-subversion/Manifest @@ -0,0 +1 @@ +DIST dolphin-plugins-19.08.1.tar.xz 191800 BLAKE2B f7795502150819bd06ce289f274ec44f10a83d26a33200c9ea5f041a0dddf482b2544de9f77a5962a31d618c57b749131740c216d24b2e55936062c65e026446 SHA512 afc3c326f544651f1ed86a829e2b479731d0db46ea90f6204a8748dee575fb2b81d5a68d94ed76bc1ab3c90c107776781125eb1c53ec27dcbc001867d3741739 diff --git a/kde-apps/dolphin-plugins-subversion/dolphin-plugins-subversion-19.08.1.ebuild b/kde-apps/dolphin-plugins-subversion/dolphin-plugins-subversion-19.08.1.ebuild new file mode 100644 index 0000000000..e049e102c8 --- /dev/null +++ b/kde-apps/dolphin-plugins-subversion/dolphin-plugins-subversion-19.08.1.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KMNAME="dolphin-plugins" +KDE_HANDBOOK="false" +MY_PLUGIN_NAME="svn" +inherit kde5 + +DESCRIPTION="Dolphin plugin for Subversion integration" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep ktextwidgets) + $(add_kdeapps_dep dolphin) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND} + !kde-apps/dolphin-plugins:5 + $(add_kdeapps_dep kompare) + dev-vcs/subversion +" + +src_prepare() { + kde5_src_prepare + # kxmlgui, qtnetwork only required by dropbox + punt_bogus_dep Qt5 Network + punt_bogus_dep KF5 XmlGui + # delete non-${PN} translations + if [[ ${KDE_BUILD_TYPE} = release ]]; then + find po -type f -name "*po" -and -not -name "*${MY_PLUGIN_NAME}plugin" -delete || die + fi +} + +src_configure() { + local mycmakeargs=( + -DBUILD_${MY_PLUGIN_NAME}=ON + -DBUILD_bazaar=OFF + -DBUILD_dropbox=OFF + -DBUILD_git=OFF + -DBUILD_hg=OFF + ) + kde5_src_configure +} diff --git a/kde-apps/dolphin/Manifest b/kde-apps/dolphin/Manifest new file mode 100644 index 0000000000..69928cf6be --- /dev/null +++ b/kde-apps/dolphin/Manifest @@ -0,0 +1 @@ +DIST dolphin-19.08.1.tar.xz 5263356 BLAKE2B f0690b760955c2a186fd43d952fee521058ff0b8e6cdfe84be153716c647725f8cc00381530d06a0f072b5ce355fd80ae1f77740ae7c735af2f9fc2b1ec7536e SHA512 bcac00cdec1de2aab8b33f57f990c3b5c74f98d499c70adbc1a7f9b9528642221071c45716ea29f65c28733e2a282dd824e1dd4f2c305a4d2206345010aa5c87 diff --git a/kde-apps/dolphin/dolphin-19.08.1.ebuild b/kde-apps/dolphin/dolphin-19.08.1.ebuild new file mode 100644 index 0000000000..158e8af0b6 --- /dev/null +++ b/kde-apps/dolphin/dolphin-19.08.1.ebuild @@ -0,0 +1,90 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +KDE_TEST="true" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Plasma filemanager focusing on usability" +HOMEPAGE="https://kde.org/applications/system/dolphin https://userbase.kde.org/Dolphin" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="activities semantic-desktop" + +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 kwindowsystem) + $(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(+)] + activities? ( $(add_frameworks_dep kactivities) ) + semantic-desktop? ( + $(add_frameworks_dep baloo) + $(add_frameworks_dep kfilemetadata) + $(add_kdeapps_dep baloo-widgets) + ) +" +RDEPEND="${DEPEND} + $(add_kdeapps_dep kio-extras) +" + +RESTRICT+=" test" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package activities KF5Activities) + $(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 [[ -z "${REPLACING_VERSIONS}" ]]; then + has_version "kde-apps/ark:${SLOT}" || \ + elog "For compress/extract and other actions install kde-apps/ark:${SLOT}" + + has_version "kde-apps/kleopatra:${SLOT}" || \ + elog "For crypto actions install kde-apps/kleopatra:${SLOT}" + + has_version "kde-apps/ffmpegthumbs:${SLOT}" || \ + elog "For video file thumbnails install kde-apps/ffmpegthumbs:${SLOT}" + + has_version "kde-apps/thumbnailers:${SLOT}" || \ + elog "For graphics file thumbnails install kde-apps/thumbnailers:${SLOT}" + + has_version "kde-frameworks/purpose:${SLOT}" || \ + elog "For 'Share' context menu actions install kde-frameworks/purpose:${SLOT}" + fi +} diff --git a/kde-apps/dragon/Manifest b/kde-apps/dragon/Manifest new file mode 100644 index 0000000000..34e726e42c --- /dev/null +++ b/kde-apps/dragon/Manifest @@ -0,0 +1 @@ +DIST dragon-19.08.1.tar.xz 1351996 BLAKE2B 822e8f66c7186e0275df0e40740f9ada4623e058733071e07d25f135537a865431e9220dc08c42a2f658d0465d25049dbd8a8efcff9d42ba45704276eb049182 SHA512 da94e5ca7c8fba2f67c3fb1d1c7a874cae69669cdec41736767b53301585494c681c78b382fb56124df9582cfb736cc6ca518eae698a3f23ca5c8817fac4f22f diff --git a/kde-apps/dragon/dragon-19.08.1.ebuild b/kde-apps/dragon/dragon-19.08.1.ebuild new file mode 100644 index 0000000000..79fc9e3c81 --- /dev/null +++ b/kde-apps/dragon/dragon-19.08.1.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="A simple video player" +HOMEPAGE="https://kde.org/applications/multimedia/dragonplayer" + +LICENSE="GPL-2+ || ( GPL-2 GPL-3 ) handbook? ( FDL-1.2 )" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +BDEPEND=" + sys-devel/gettext +" +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 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(+)] +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/eventviews/Manifest b/kde-apps/eventviews/Manifest new file mode 100644 index 0000000000..84011c04e9 --- /dev/null +++ b/kde-apps/eventviews/Manifest @@ -0,0 +1 @@ +DIST eventviews-19.08.1.tar.xz 443044 BLAKE2B ea0634548725a64746d2f716216427cf24566432624cbe5dba3ff217a45f5b000f2725f5f8f96db896a8c6c3cc17f3b41a457a11074134cf4e962f3bf05ec936 SHA512 ba19bd1e364a2d396a1c64f59b29d4a8c3672002c610bde2df3dde811234c20f5c57339ff888490749578bc5abfba4be2bc3b5664ec5d06d2865bab92d781aab diff --git a/kde-apps/eventviews/eventviews-19.08.1.ebuild b/kde-apps/eventviews/eventviews-19.08.1.ebuild new file mode 100644 index 0000000000..b084d3fe22 --- /dev/null +++ b/kde-apps/eventviews/eventviews-19.08.1.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_TEST="true" +inherit kde5 + +DESCRIPTION="Calendar viewer for KDE PIM" +LICENSE="GPL-2+ LGPL-2.1+" +KEYWORDS="~amd64 ~arm64 ~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..4d5566b0c1 --- /dev/null +++ b/kde-apps/ffmpegthumbs/Manifest @@ -0,0 +1 @@ +DIST ffmpegthumbs-19.08.1.tar.xz 25164 BLAKE2B a78440733b0307557092b1952ad58e7526dc5919a0510e5c6c61166ab036243f133f8482116b618e6f52d8b7b50a01df00b367eb14e711d7964bc310dc8852da SHA512 6467dd681938d72a008cf0baebebecf2ba95dcfe8dc6ed997576750749e9b9ae7b78816c1b25c36abbfe0450181322c86640c5dee244dbb23df5c383c0bd4738 diff --git a/kde-apps/ffmpegthumbs/ffmpegthumbs-19.08.1.ebuild b/kde-apps/ffmpegthumbs/ffmpegthumbs-19.08.1.ebuild new file mode 100644 index 0000000000..f50e87594e --- /dev/null +++ b/kde-apps/ffmpegthumbs/ffmpegthumbs-19.08.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit kde5 + +DESCRIPTION="FFmpeg based thumbnail generator for video files" +LICENSE="GPL-2+" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="libav" + +BDEPEND=" + virtual/pkgconfig +" +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + libav? ( media-video/libav:= ) + !libav? ( media-video/ffmpeg:0= ) +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/filelight/Manifest b/kde-apps/filelight/Manifest new file mode 100644 index 0000000000..a738b2c1d0 --- /dev/null +++ b/kde-apps/filelight/Manifest @@ -0,0 +1 @@ +DIST filelight-19.08.1.tar.xz 660520 BLAKE2B 8ee46980199113f9059c94ea3ada74da9f5caba1679220af14b77444ff59c4f4501e009d42c626e78cf10505d0b710c5f1ffdccbb3a3a80c7d6fdb37fa6a05c4 SHA512 9062fb11f2995636121505fbc2452f1f18ec3b1b8ccf1cd0c22cea730440d4069144705cbb9881c19246b424f78898fb50af901fc05a9c2dbc725d8242a618d6 diff --git a/kde-apps/filelight/filelight-19.08.1.ebuild b/kde-apps/filelight/filelight-19.08.1.ebuild new file mode 100644 index 0000000000..992fdf7c96 --- /dev/null +++ b/kde-apps/filelight/filelight-19.08.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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 ~arm64 ~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..5997f827ef --- /dev/null +++ b/kde-apps/granatier/Manifest @@ -0,0 +1 @@ +DIST granatier-19.08.1.tar.xz 1941612 BLAKE2B 18c017041cdb8ad8485dd4cf9799ac5d8c92c41ee1b70915d26a6687f736ad25f9a26f07af7f1f24e1bb3b22afcdfa4b49bcd33ca28ba3857e8c0884e51e0611 SHA512 7955833bf73fb410c492ac292d621d7afbc4b1c157e298a1e5a4802deca260dd172c0c92e768f4eb9e720b89b15f37f1a1cd8645bdd6ce8bb15addebfb9e559b diff --git a/kde-apps/granatier/granatier-19.08.1.ebuild b/kde-apps/granatier/granatier-19.08.1.ebuild new file mode 100644 index 0000000000..1fb29bc02d --- /dev/null +++ b/kde-apps/granatier/granatier-19.08.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="KDE Bomberman game" +HOMEPAGE="https://kde.org/applications/games/granatier/" +KEYWORDS="~amd64 ~arm64 ~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..4013831521 --- /dev/null +++ b/kde-apps/grantlee-editor/Manifest @@ -0,0 +1 @@ +DIST grantlee-editor-19.08.1.tar.xz 111360 BLAKE2B e1389012ebdadf432a391611351d5c9b2905120b189411bc27aff42d86cc0375391cdb9efddfea14bf3fb784f949a1db644b74ed4a19b7a274a1e8b3ad83c93d SHA512 62aba4733590a65a7e8266bc3b686d0efbbf8a6f9ab67b7249b65cd03b85b185ca64c564b800e84fd319794cd4518a09ebf03c93a2483b065729796d3df6596f diff --git a/kde-apps/grantlee-editor/grantlee-editor-19.08.1.ebuild b/kde-apps/grantlee-editor/grantlee-editor-19.08.1.ebuild new file mode 100644 index 0000000000..a0cb47643f --- /dev/null +++ b/kde-apps/grantlee-editor/grantlee-editor-19.08.1.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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 ~arm64 ~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..9072c09c59 --- /dev/null +++ b/kde-apps/grantleetheme/Manifest @@ -0,0 +1 @@ +DIST grantleetheme-19.08.1.tar.xz 52192 BLAKE2B e480186a98177dc9d04463fe03f64e23e75c752ba80088eb772616b041bcc013f68d86c6c056aa04e44846051b634fae5e9f8ee200029929e612e61e24569f8d SHA512 9facbc5c96568348743a3923488a269c89a4e71c4775e32ad85b3f1183a512ec9daf505754e7a1f20a10251b623f6dfe6dbd0487d8b61f30b514fd225591b1e1 diff --git a/kde-apps/grantleetheme/grantleetheme-19.08.1.ebuild b/kde-apps/grantleetheme/grantleetheme-19.08.1.ebuild new file mode 100644 index 0000000000..86d3074a93 --- /dev/null +++ b/kde-apps/grantleetheme/grantleetheme-19.08.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_TEST="forceoptional" +inherit kde5 + +DESCRIPTION="Library for Grantlee plugins" +LICENSE="GPL-2+ LGPL-2.1+" +KEYWORDS="~amd64 ~arm64 ~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..466aae5b73 --- /dev/null +++ b/kde-apps/gwenview/Manifest @@ -0,0 +1 @@ +DIST gwenview-19.08.1.tar.xz 5722756 BLAKE2B 8ad0262cb64583b7b3865e0f360b97240c90fe189ca2d811c250016d10e1c5c566215fbb0f456edee6a9ecbf98631c0588f467f78d8029852664298872f4dd3d SHA512 c897239eb1693c131087b2dac4cf71f11fc35b132047eeb5d311dfc0f16962683158f5f381df294575a924c764a3e081b42b032665739fb10504c79392049836 diff --git a/kde-apps/gwenview/gwenview-19.08.1.ebuild b/kde-apps/gwenview/gwenview-19.08.1.ebuild new file mode 100644 index 0000000000..ea23893766 --- /dev/null +++ b/kde-apps/gwenview/gwenview-19.08.1.ebuild @@ -0,0 +1,108 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +KDE_TEST="true" +inherit kde5 + +DESCRIPTION="Image viewer by KDE" +HOMEPAGE=" + https://kde.org/applications/graphics/gwenview/ + https://userbase.kde.org/Gwenview +" + +LICENSE="GPL-2+ handbook? ( FDL-1.2 )" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="activities fits kipi +mpris raw semantic-desktop share X" + +# requires running environment +RESTRICT+=" test" + +COMMON_DEPEND=" + $(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 + activities? ( $(add_frameworks_dep kactivities) ) + fits? ( sci-libs/cfitsio ) + kipi? ( $(add_kdeapps_dep libkipi '' '' '5=') ) + mpris? ( $(add_qt_dep qtdbus) ) + raw? ( $(add_kdeapps_dep libkdcraw) ) + semantic-desktop? ( + $(add_frameworks_dep baloo) + $(add_frameworks_dep kfilemetadata) + ) + share? ( $(add_frameworks_dep purpose) ) + 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) + kipi? ( $(add_kdeapps_dep kipi-plugins) ) +" + +src_prepare() { + kde5_src_prepare + if ! use mpris; then + # FIXME: upstream a better solution + sed -e "/set(HAVE_QTDBUS/s/\${Qt5DBus_FOUND}/0/" -i CMakeLists.txt || die + fi +} + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package activities KF5Activities) + $(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 share KF5Purpose) + $(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 [[ -z "${REPLACING_VERSIONS}" ]] && ! has_version kde-apps/svgpart:${SLOT} ; then + elog "For SVG support, install kde-apps/svgpart:${SLOT}" + fi +} diff --git a/kde-apps/incidenceeditor/Manifest b/kde-apps/incidenceeditor/Manifest new file mode 100644 index 0000000000..21105cbd3f --- /dev/null +++ b/kde-apps/incidenceeditor/Manifest @@ -0,0 +1 @@ +DIST incidenceeditor-19.08.1.tar.xz 549960 BLAKE2B 4ce368dcda54b32b3fdd8bdf54c865c1383b30b19d1429bb2726bf9078965d68d3258669941bb5e1585ad5f356107d81854b229c96dfc65494aa6ced9aafff55 SHA512 0b0ba6c7e68fc1463cffa06058d5561a9dc9462b671e6b802929b08aff097c7a9abe58671212759126035a9b3f343ba0fdde861de74d51ff8cf84a00602ed50b diff --git a/kde-apps/incidenceeditor/incidenceeditor-19.08.1.ebuild b/kde-apps/incidenceeditor/incidenceeditor-19.08.1.ebuild new file mode 100644 index 0000000000..6c1fd4356c --- /dev/null +++ b/kde-apps/incidenceeditor/incidenceeditor-19.08.1.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_TEST="true" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Incidence editor for korganizer" +LICENSE="GPL-2+" +KEYWORDS="~amd64 ~arm64 ~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..0ff127de7d --- /dev/null +++ b/kde-apps/juk/Manifest @@ -0,0 +1 @@ +DIST juk-19.08.1.tar.xz 1864900 BLAKE2B 26b2a3ef4400a17694568fbeba9a667dd5ae7ba82ae3d54269d3e78c62d6a07e8f9a11de5140ec4f285c211408b3cc19303d0930d1e02dd70ef2018078abe139 SHA512 3d47aaa303c6de290231936f6f85a3433a34978ad826237320a67ee4ed4162cfb3d2a3482be59ea10c43209ede3d648c67c33c0880e7971873a5c66ff84b569b diff --git a/kde-apps/juk/juk-19.08.1.ebuild b/kde-apps/juk/juk-19.08.1.ebuild new file mode 100644 index 0000000000..510ac48592 --- /dev/null +++ b/kde-apps/juk/juk-19.08.1.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +KDE_TEST="forceoptional" +inherit kde5 + +DESCRIPTION="Jukebox and music manager by KDE" +HOMEPAGE="https://kde.org/applications/multimedia/juk/" + +KEYWORDS="~amd64 ~arm64 ~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}" diff --git a/kde-apps/k3b/Manifest b/kde-apps/k3b/Manifest new file mode 100644 index 0000000000..68ab478d01 --- /dev/null +++ b/kde-apps/k3b/Manifest @@ -0,0 +1 @@ +DIST k3b-19.08.1.tar.xz 10513924 BLAKE2B 0cbe7dde11552b694421d3e578efce6f02928623c6a0dbf2e538c4253b51571dbbf2381e9eb3cf72cc3a3a192b3f26493d271d45485e101b64bf6f1948160a3d SHA512 661688fa6cfd31a4908dc96b2eaf31de59dd71a97c383b35b0f2378a871f85cf848726779c5da1f236d7ecf8f866b3eb57b64781d46ec75d13ba1e3dfae211df diff --git a/kde-apps/k3b/k3b-19.08.1.ebuild b/kde-apps/k3b/k3b-19.08.1.ebuild new file mode 100644 index 0000000000..aa08a04f48 --- /dev/null +++ b/kde-apps/k3b/k3b-19.08.1.ebuild @@ -0,0 +1,121 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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 ~arm64 ~x86" +IUSE="dvd emovix encode ffmpeg flac libav mad mp3 musepack sndfile sox taglib vcd vorbis webkit" + +REQUIRED_USE=" + flac? ( taglib ) + mp3? ( encode taglib ) + sox? ( encode taglib ) +" + +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? ( >=dev-qt/qtwebkit-5.212.0_pre20180120:5 ) +" +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 ) +" + +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..6872c8e06f --- /dev/null +++ b/kde-apps/kaccounts-integration/Manifest @@ -0,0 +1 @@ +DIST kaccounts-integration-19.08.1.tar.xz 71916 BLAKE2B ac66aeecb3d2415a6a6e69b9694ed1c5e5ea768a285fa301cc7ae828b12c28f1f413bf44df5add922f7f2208ab3780d41d3ebd4245efe3240bbce45cba3dd6d2 SHA512 cf1659dbe221e304b568e82869431ad7bc4234d236d338f8eaa1de2ff747f0c95474c7976bc785ff92b634176f236fdc38ca856bfa09dfdb40b779a3253eaab7 diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-19.08.1.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-19.08.1.ebuild new file mode 100644 index 0000000000..616d18489b --- /dev/null +++ b/kde-apps/kaccounts-integration/kaccounts-integration-19.08.1.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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 ~arm64 ~x86" +IUSE="" + +BDEPEND=" + sys-devel/gettext +" +COMMON_DEPEND=" + $(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="${COMMON_DEPEND} + $(add_frameworks_dep kcmutils) + $(add_plasma_dep kde-cli-tools) +" +RDEPEND="${COMMON_DEPEND} + dev-util/intltool +" + +# bug #549444 +RESTRICT+=" test" diff --git a/kde-apps/kaccounts-providers/Manifest b/kde-apps/kaccounts-providers/Manifest new file mode 100644 index 0000000000..4c91a1b5b9 --- /dev/null +++ b/kde-apps/kaccounts-providers/Manifest @@ -0,0 +1 @@ +DIST kaccounts-providers-19.08.1.tar.xz 32048 BLAKE2B 0ecdb3635c6cd3f9b879e6554adda13eef0b067eb10701271f5f42201a01eb4274de8f5580a86ead842ac99bdbae6d14f08d7243a77a3d1626d6ec34aa66bcce SHA512 f5fac97550709ba0d7ba886e0f1b6befa33d8202cb38d114c1ff3b3636e7565ed0e1e6f04ac22efcb0691251c0aadd29970e7870963b42b0ab3bcdbb96589c3f diff --git a/kde-apps/kaccounts-providers/kaccounts-providers-19.08.1.ebuild b/kde-apps/kaccounts-providers/kaccounts-providers-19.08.1.ebuild new file mode 100644 index 0000000000..9e14c3d007 --- /dev/null +++ b/kde-apps/kaccounts-providers/kaccounts-providers-19.08.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit kde5 + +DESCRIPTION="KDE accounts providers" +HOMEPAGE="https://community.kde.org/KTp" +LICENSE="LGPL-2.1" + +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +BDEPEND=" + dev-util/intltool +" +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) +" +RDEPEND="${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..44b14f13bc --- /dev/null +++ b/kde-apps/kaddressbook/Manifest @@ -0,0 +1 @@ +DIST kaddressbook-19.08.1.tar.xz 474952 BLAKE2B 1e9cbe1a388a10faffdd3798b8d2c1170964abee2000e3dbf79c37451da5970c251040536f2fc6fd9f6e215edeb1aafc9f33686e556a5ef0db40b0a941df3bd0 SHA512 72349559ef8ccb3b66aa4211b03ac22c5fb8d4a922da3dc540bae0b6fc21e9e0bd1496088654da953baf9f7c17cb97d860ca61505d55582ba62f8ed6d3123c2c diff --git a/kde-apps/kaddressbook/kaddressbook-19.08.1.ebuild b/kde-apps/kaddressbook/kaddressbook-19.08.1.ebuild new file mode 100644 index 0000000000..8bcca081ac --- /dev/null +++ b/kde-apps/kaddressbook/kaddressbook-19.08.1.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" # FIXME: Check back for doc in release +KDE_TEST="forceoptional" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Address book application based on KDE Frameworks" +HOMEPAGE="https://kde.org/applications/office/kaddressbook/" + +LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" +KEYWORDS="~amd64 ~arm64 ~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 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.11.1[cxx,qt5] + dev-libs/grantlee:5 +" +RDEPEND="${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..050b321935 --- /dev/null +++ b/kde-apps/kajongg/Manifest @@ -0,0 +1 @@ +DIST kajongg-19.08.1.tar.xz 4465656 BLAKE2B 0d8035e91ba0626fc709a7540eb33461adae03482152bf94a8245b3620b239c964631e3784a8bb183dde487aec628177880530ccdf9bc593a22934b863d32a23 SHA512 46291daef0695682aad3ebc4eac2e0ba6ed0772085b89bae2e3b8b648454581fd71be5c702ca066d0554a83b44ecf6a02c48953485a8fd94f8fe1a15cc33348e diff --git a/kde-apps/kajongg/kajongg-19.08.1.ebuild b/kde-apps/kajongg/kajongg-19.08.1.ebuild new file mode 100644 index 0000000000..cd9c6be7b3 --- /dev/null +++ b/kde-apps/kajongg/kajongg-19.08.1.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_AUTODEPS="false" +KDE_HANDBOOK="forceoptional" +PYTHON_COMPAT=( python3_{5,6,7} ) +inherit python-single-r1 kde5 + +DESCRIPTION="Classical Mah Jongg for four players" +HOMEPAGE="https://kde.org/applications/games/kajongg/" +KEYWORDS="~amd64 ~arm64 ~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) +" + +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..24284ed9cb --- /dev/null +++ b/kde-apps/kalarm/Manifest @@ -0,0 +1 @@ +DIST kalarm-19.08.1.tar.xz 1823400 BLAKE2B 47f76c67e57e8c442167bcc8d2936174e850b2dd71b9eb38a124daf69183916ea8f894ec3d4c13296c0c9e9962f3285bc45ca04c647e08c8f13c004aeedc0645 SHA512 6b89b50f96884c5fb4e45b3e5503fcf8ad0186a51d6409e70ffcb857372c2678bcea9b7bfb38111d00b8ebba2a018e34c87a99801aa4115a9dd0637a5c944b52 diff --git a/kde-apps/kalarm/kalarm-19.08.1.ebuild b/kde-apps/kalarm/kalarm-19.08.1.ebuild new file mode 100644 index 0000000000..23aea0029c --- /dev/null +++ b/kde-apps/kalarm/kalarm-19.08.1.ebuild @@ -0,0 +1,81 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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 ~arm64 ~x86" +IUSE="X" + +BDEPEND=" + dev-libs/libxslt +" +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 kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep kglobalaccel) + $(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) + 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..0992e066bd --- /dev/null +++ b/kde-apps/kalarmcal/Manifest @@ -0,0 +1 @@ +DIST kalarmcal-19.08.1.tar.xz 573124 BLAKE2B 49850b5459c5c2ddc4026d50b72c728fdc654220aa7d66281464f45d496f1ccf71eaa5cdfbb170003e067ed2a8f03337d9972e4397c7dbafead530d2ec4f658c SHA512 c9faf6bcddf212d6d4793d5decfd59cc48d4c5177a2cd90ae81093d9b5d4db208468637d244259adf61191b039109728d7d5b0cd3a384be1e1c3763aec79d4af diff --git a/kde-apps/kalarmcal/kalarmcal-19.08.1.ebuild b/kde-apps/kalarmcal/kalarmcal-19.08.1.ebuild new file mode 100644 index 0000000000..b7c213c955 --- /dev/null +++ b/kde-apps/kalarmcal/kalarmcal-19.08.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_TEST="true" +inherit kde5 + +DESCRIPTION="Client library to access and handling of KAlarm calendar data" +LICENSE="GPL-2+ LGPL-2.1+" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +COMMON_DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kholidays) + $(add_frameworks_dep ki18n) + $(add_kdeapps_dep akonadi) + $(add_kdeapps_dep kcalcore) + $(add_kdeapps_dep kcalutils) + $(add_kdeapps_dep kidentitymanagement) + $(add_qt_dep qtgui) +" +DEPEND="${COMMON_DEPEND} + test? ( $(add_qt_dep qtdbus) ) +" +RDEPEND="${COMMON_DEPEND} + !kde-apps/kdepim-l10n + !<kde-apps/kdepim-runtime-18.03.80 +" + +src_test() { + LANG="C" kde5_src_test #bug 665626 +} diff --git a/kde-apps/kalgebra/Manifest b/kde-apps/kalgebra/Manifest new file mode 100644 index 0000000000..719acf21dc --- /dev/null +++ b/kde-apps/kalgebra/Manifest @@ -0,0 +1 @@ +DIST kalgebra-19.08.1.tar.xz 1156912 BLAKE2B e673269773f208c24dafc45fec45f063ec671ebe422aeb0b7027729b793cbb79a0ccf8a0dce84be829d2a4b9ce656a2c15b07fd6c557b7804cf40b9bdb27fe2e SHA512 381256c3ee3b774d0e2ada3c08ad97174c64e58b56e31b212ce4bcc943be83565edc3310435b2a21c438b424a4295ec4d0af651218c54f054efc18751ae1e0f1 diff --git a/kde-apps/kalgebra/kalgebra-19.08.1.ebuild b/kde-apps/kalgebra/kalgebra-19.08.1.ebuild new file mode 100644 index 0000000000..af5f830c44 --- /dev/null +++ b/kde-apps/kalgebra/kalgebra-19.08.1.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="optional" +inherit kde5 + +DESCRIPTION="MathML-based 2D and 3D graph calculator by KDE" +HOMEPAGE="https://kde.org/applications/education/kalgebra https://edu.kde.org/kalgebra/" +KEYWORDS="~amd64 ~arm64 ~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) +" + +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..fb99685e0a --- /dev/null +++ b/kde-apps/kalzium/Manifest @@ -0,0 +1 @@ +DIST kalzium-19.08.1.tar.xz 26415720 BLAKE2B 330462f27073b14f7c4c942d93067945e596de409cf0b5c8e02955b94dfeb5e3250d582875d6007395a212d8ab17d23cfbe8a9769ecf0955f832d47cbc8027a9 SHA512 bd2b9d0163c387d85b745d5b38b5c8a6381544f6b475e3256f2213b9a4d49cc422434f354eeaf2a05ce63f1b189334f17312660e6863010cbdca143763595273 diff --git a/kde-apps/kalzium/kalzium-19.08.1.ebuild b/kde-apps/kalzium/kalzium-19.08.1.ebuild new file mode 100644 index 0000000000..db1dcf41c0 --- /dev/null +++ b/kde-apps/kalzium/kalzium-19.08.1.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +inherit kde5 flag-o-matic + +DESCRIPTION="Periodic table of the elements" +HOMEPAGE="https://kde.org/applications/education/kalzium https://edu.kde.org/kalzium/" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="editor solver" + +DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(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) + $(add_qt_dep qtopengl) + dev-cpp/eigen:3 + sci-chemistry/openbabel + sci-libs/avogadrolibs[qt5] + ) + 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..496ca881f2 --- /dev/null +++ b/kde-apps/kamera/Manifest @@ -0,0 +1 @@ +DIST kamera-19.08.1.tar.xz 100184 BLAKE2B 9ae129c939532b49b2f78de48759604d60ecea0a6758024acddb556261b7f346868b265ebcb2235dd43a21a406bcbc92c4a17dd1fb23d628a819a65471856a7d SHA512 b11406637ac94046acabcf46aeeddf3479f4a404cff95df3209fc7d08ccc071169077eae56e9cbc4f3d77fde504afd43be0aa941e15ab33be1c4cc9011620e55 diff --git a/kde-apps/kamera/kamera-19.08.1.ebuild b/kde-apps/kamera/kamera-19.08.1.ebuild new file mode 100644 index 0000000000..3d4742faf8 --- /dev/null +++ b/kde-apps/kamera/kamera-19.08.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Plasma integration for gphoto2 cameras" +LICENSE="GPL-2+ handbook? ( FDL-1.2 )" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +BDEPEND=" + sys-devel/gettext +" +DEPEND=" + $(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:= +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/kamoso/Manifest b/kde-apps/kamoso/Manifest new file mode 100644 index 0000000000..427d521c04 --- /dev/null +++ b/kde-apps/kamoso/Manifest @@ -0,0 +1 @@ +DIST kamoso-19.08.1.tar.xz 201564 BLAKE2B 96f88433d8cd8bb44d8ee84210598ebd0e2e36a82e336612f0f8ffdcbae7e5d8f084a2d21e1e9cdd1086e769a2eba61c7592afda1ac032cb432a0380df57ba37 SHA512 6fa0bc46d0d470da46f009307271b2dfe752cc237137ab4b6f0812c987efd3b3b263c9823af25dce6a750acc9b7bcfdfdf153891547f758d6b7227d04917ef8e diff --git a/kde-apps/kamoso/kamoso-19.08.1.ebuild b/kde-apps/kamoso/kamoso-19.08.1.ebuild new file mode 100644 index 0000000000..597fbb0256 --- /dev/null +++ b/kde-apps/kamoso/kamoso-19.08.1.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Application to take pictures and videos from your webcam by KDE" +HOMEPAGE="https://userbase.kde.org/Kamoso" + +LICENSE="GPL-2+" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep purpose) + $(add_qt_dep qtdeclarative) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + dev-libs/glib:2 + media-libs/gst-plugins-base:1.0 + virtual/opengl +" +RDEPEND="${DEPEND} + $(add_frameworks_dep kirigami) + $(add_qt_dep qtquickcontrols2) + media-plugins/gst-plugins-jpeg:1.0 + media-plugins/gst-plugins-libpng:1.0 + media-plugins/gst-plugins-meta:1.0[alsa,theora,vorbis,v4l] +" + +RESTRICT+=" test" # bug 653674 diff --git a/kde-apps/kanagram/Manifest b/kde-apps/kanagram/Manifest new file mode 100644 index 0000000000..e8d0839cf5 --- /dev/null +++ b/kde-apps/kanagram/Manifest @@ -0,0 +1 @@ +DIST kanagram-19.08.1.tar.xz 8032936 BLAKE2B 869bd0f4c202f5ff1a8396b7eedd8072afb47c9bcf8db12ce3f9a3d5d12ff7d1d55048719e0ff8cb5c14a1d29a9606d83566617ee8a3c793867b7b8230275bd8 SHA512 74e4c66df1038b45678de16710a8c07b4d22a89e8ae5f22781af03867b9637e172aa422cf43089a11075d137daa9d14c9a9bb7a34c30e7feea8a73e3ca16815d diff --git a/kde-apps/kanagram/kanagram-19.08.1.ebuild b/kde-apps/kanagram/kanagram-19.08.1.ebuild new file mode 100644 index 0000000000..5ca2c5f786 --- /dev/null +++ b/kde-apps/kanagram/kanagram-19.08.1.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Game based on anagrams of words" +HOMEPAGE="https://kde.org/applications/education/kanagram https://edu.kde.org/kanagram/" +KEYWORDS="~amd64 ~arm64 ~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..a9f129dba8 --- /dev/null +++ b/kde-apps/kapman/Manifest @@ -0,0 +1 @@ +DIST kapman-19.08.1.tar.xz 2527628 BLAKE2B 16ad13efa30b88939fda9a02b22aa44490118833fd81c140c683bb37b2997d716daa4c397db0870db42759b6574a0959ed76b8b8ad638c9cb75cd6ade0a09a6c SHA512 9b0ecf176a36c6410ca35887deee91a087c097fdcd8e7c751a889701a3d05a4e3f6caaf813683b9719cf3fbe1b5b458a60d7a02617cda73f2638fe0e5418557b diff --git a/kde-apps/kapman/kapman-19.08.1.ebuild b/kde-apps/kapman/kapman-19.08.1.ebuild new file mode 100644 index 0000000000..0839b93b7a --- /dev/null +++ b/kde-apps/kapman/kapman-19.08.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Pac-Man clone by KDE" +HOMEPAGE="https://kde.org/applications/games/kapman/" +KEYWORDS="~amd64 ~arm64 ~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..24d174b3a3 --- /dev/null +++ b/kde-apps/kapptemplate/Manifest @@ -0,0 +1 @@ +DIST kapptemplate-19.08.1.tar.xz 316292 BLAKE2B 12428634cf77af1678b5bc3ce5b540d369032671e620baf3961046bf5be94b194fb5fd29c8501a8d1afb058b7fbbcd812405d0405f947cce59ae5ace038b1c64 SHA512 87d0bd4f1d39ad0e1b6ac75098f6617620cd3828a4f4ad081398b91e7a20649079bd22e6ea790eec8ece5d2bb5a7eca8337f0f0e7a1c94881841223dadc9c766 diff --git a/kde-apps/kapptemplate/kapptemplate-19.08.1.ebuild b/kde-apps/kapptemplate/kapptemplate-19.08.1.ebuild new file mode 100644 index 0000000000..c6618ba351 --- /dev/null +++ b/kde-apps/kapptemplate/kapptemplate-19.08.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +KDE_TEST="forceoptional" +inherit kde5 + +DESCRIPTION="Shell script to create the necessary framework to develop KDE applications" +HOMEPAGE="https://kde.org/applications/development/kapptemplate" +KEYWORDS="~amd64 ~arm64 ~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..302873749c --- /dev/null +++ b/kde-apps/kate/Manifest @@ -0,0 +1 @@ +DIST kate-19.08.1.tar.xz 5845160 BLAKE2B 366aa8ed0cd571bcd1be9196647ceb5a1cd8e3d577d8c7fb70fedcd583a6df4d59b4ee14540704a5c23920224b5069582b1f57fc833d578a6fee99da588e7f3c SHA512 08ee7dda2e7ff7db7f3195bc62c7e9cbd156bd4d0164318e9f12a6c9d958ed63b106abf048df374bffc0858e2a88df46acdeb2a5c4d520e75137e4d5a2f7f511 diff --git a/kde-apps/kate/kate-19.08.1.ebuild b/kde-apps/kate/kate-19.08.1.ebuild new file mode 100644 index 0000000000..dbed47d30d --- /dev/null +++ b/kde-apps/kate/kate-19.08.1.ebuild @@ -0,0 +1,93 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="optional" +KDE_TEST="true" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Multi-document editor with network transparency, Plasma integration and more" +HOMEPAGE="https://kde.org/applications/utilities/kate https://kate-editor.org/" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="activities +addons" + +DEPEND=" + $(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 qtwidgets) + $(add_qt_dep qtxml) + activities? ( $(add_frameworks_dep kactivities) ) + 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 +" + +src_prepare() { + kde5_src_prepare + + # 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=( + $(cmake-utils_use_find_package activities KF5Activities) + -DBUILD_addons=$(usex addons) + -DBUILD_kwrite=FALSE + ) + + kde5_src_configure +} + +src_test() { + # tests hang + local myctestargs=( + -E "(session_manager_test|sessions_action_test)" + ) + + kde5_src_test +} + +pkg_postinst() { + kde5_pkg_postinst + + if [[ -z "${REPLACING_VERSIONS}" ]] && use addons; then + elog "The functionality of ktexteditorpreview plugin can be extended with:" + elog " kde-misc/kmarkdownwebview" + elog " media-gfx/kgraphviewer" + fi +} diff --git a/kde-apps/katomic/Manifest b/kde-apps/katomic/Manifest new file mode 100644 index 0000000000..3994ba2987 --- /dev/null +++ b/kde-apps/katomic/Manifest @@ -0,0 +1 @@ +DIST katomic-19.08.1.tar.xz 1422624 BLAKE2B 57f36fd2e52277d085f9afbad2adbeef414eaecab73514e8a164fa8bdda6c483c14b0a48d54a9a102c257a00787ee8f6473fad9a1c13dc7355a5225b69596b06 SHA512 061ae4bc1a897d7218e132bc8fd3a6dbda6e0f7a3665bac8a420d83fa1fb3e34e1eb91537bc5cfa589c5ed1b6ee5063a30329fba61a17b9420d6f839bb4942e6 diff --git a/kde-apps/katomic/katomic-19.08.1.ebuild b/kde-apps/katomic/katomic-19.08.1.ebuild new file mode 100644 index 0000000000..dfef31246f --- /dev/null +++ b/kde-apps/katomic/katomic-19.08.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +KDE_SELINUX_MODULE="games" +inherit kde5 + +DESCRIPTION="KDE Atomic Entertainment Game" +HOMEPAGE=" + https://kde.org/applications/games/katomic/ + https://games.kde.org/game.php?game=katomic +" +KEYWORDS="~amd64 ~arm64 ~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/kbackup/Manifest b/kde-apps/kbackup/Manifest new file mode 100644 index 0000000000..16702b6312 --- /dev/null +++ b/kde-apps/kbackup/Manifest @@ -0,0 +1 @@ +DIST kbackup-19.08.1.tar.xz 358372 BLAKE2B bc0f0f5c2b4ec80a93d2260598d2dda5e532b73f777e98127caae63a732abf5d3081949ab60604250b4b3e472ea968c2caf71b333d4574bfb8543e881d9fe5d0 SHA512 7f6af36b5d895fd1b75babcafed1ba698fa808cf4200acd24181ca0475fd5f32e6a001678ea04c4fe4ba1247a0ce192ea8e72742fb1af1dc235fb133a0a02681 diff --git a/kde-apps/kbackup/kbackup-19.08.1.ebuild b/kde-apps/kbackup/kbackup-19.08.1.ebuild new file mode 100644 index 0000000000..fc0ebfc0bd --- /dev/null +++ b/kde-apps/kbackup/kbackup-19.08.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Program that lets you back up any directories or files" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~arm64 ~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 kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep knotifications) + $(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/kblackbox/Manifest b/kde-apps/kblackbox/Manifest new file mode 100644 index 0000000000..9a8d473a2a --- /dev/null +++ b/kde-apps/kblackbox/Manifest @@ -0,0 +1 @@ +DIST kblackbox-19.08.1.tar.xz 443160 BLAKE2B 58295a4447005347125377aedd0d91e58c21e6d6e484cdd59b7efcf9c5b170482623c72f4934c7a920f68d44044ec150de4f252979e637f3f21546adc3b6db37 SHA512 9ef9928c4e958f7cac06a096a386e1aacea261088f72f5db320aee8a0e397ec65924ff38edacf43e3f4ecd33bf996f6e3d3c37e0e0cb43770026b53221e98eff diff --git a/kde-apps/kblackbox/kblackbox-19.08.1.ebuild b/kde-apps/kblackbox/kblackbox-19.08.1.ebuild new file mode 100644 index 0000000000..49561429c7 --- /dev/null +++ b/kde-apps/kblackbox/kblackbox-19.08.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +KDE_SELINUX_MODULE="games" +inherit kde5 + +DESCRIPTION="Game of hide and seek played on a grid of boxes" +KEYWORDS="~amd64 ~arm64 ~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..4659be826f --- /dev/null +++ b/kde-apps/kblocks/Manifest @@ -0,0 +1 @@ +DIST kblocks-19.08.1.tar.xz 1907352 BLAKE2B f593b48c63eb5197a304d446c129b397555581b1b115f9ac1e4354c4855646f4e989f8836035f45003514fd70d47852423f51ef0660d66976feb676cd2600bf5 SHA512 3f53ad643770bbc54e3bd91d93b3ac3f0b1874975e4d148afeffca68b75cf821393986f1239614187a36d9bc0fdfa016e943a184d52ae166986ad6154e77a483 diff --git a/kde-apps/kblocks/kblocks-19.08.1.ebuild b/kde-apps/kblocks/kblocks-19.08.1.ebuild new file mode 100644 index 0000000000..6ffa35e363 --- /dev/null +++ b/kde-apps/kblocks/kblocks-19.08.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Single-player Tetris-like KDE game" +HOMEPAGE="https://kde.org/applications/games/kblocks/" +KEYWORDS="~amd64 ~arm64 ~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..350cfa8169 --- /dev/null +++ b/kde-apps/kblog/Manifest @@ -0,0 +1 @@ +DIST kblog-19.08.1.tar.xz 72876 BLAKE2B 3f89b97483cdac4554aca26c386c9500b6b17480e84d751dbafca68b28ded2d43c636a221ee58e623df6fe895028e48c700a71ae4545993c02a62de2a874866a SHA512 bc0b1964a58c5dde589d5459419be6b579c31fe429d2ae5ab05f8b6a4b9c0f3d7579be922eb29b26ee4ecd3aec96451ae6886f61575a5ab1a883ce3bdab5a038 diff --git a/kde-apps/kblog/kblog-19.08.1.ebuild b/kde-apps/kblog/kblog-19.08.1.ebuild new file mode 100644 index 0000000000..b4dbf0d083 --- /dev/null +++ b/kde-apps/kblog/kblog-19.08.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_TEST="true" +inherit kde5 + +DESCRIPTION="Library providing client-side support for web application remote blogging APIs" +LICENSE="GPL-2+" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kxmlrpcclient) + $(add_frameworks_dep syndication) + $(add_kdeapps_dep kcalcore) +" +RDEPEND="${DEPEND} + !kde-apps/kdepim-l10n +" diff --git a/kde-apps/kbounce/Manifest b/kde-apps/kbounce/Manifest new file mode 100644 index 0000000000..0b07f92611 --- /dev/null +++ b/kde-apps/kbounce/Manifest @@ -0,0 +1 @@ +DIST kbounce-19.08.1.tar.xz 3468284 BLAKE2B 543613655ad9798c69653906978e3f11a226f0ea923dcbdc932f10a6a92618e7c7f5d49739b9af68e8df8ee8ea8c9557db07b5669930e8ca0428b2acdf6d7ef1 SHA512 b846a1740a5e7c8e85c9e744505d0e4e352aa1c66e839ee9a16587fc6c842366fcceba112ef78989cade388843a6be338756b30556dc00bd40ae76b2a186fefa diff --git a/kde-apps/kbounce/kbounce-19.08.1.ebuild b/kde-apps/kbounce/kbounce-19.08.1.ebuild new file mode 100644 index 0000000000..ce3ed74406 --- /dev/null +++ b/kde-apps/kbounce/kbounce-19.08.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +KDE_SELINUX_MODULE="games" +inherit kde5 + +DESCRIPTION="KDE Bounce Ball Game" +HOMEPAGE=" + https://kde.org/applications/games/kbounce/ + https://games.kde.org/game.php?game=kbounce +" +KEYWORDS="~amd64 ~arm64 ~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..df406874e7 --- /dev/null +++ b/kde-apps/kbreakout/Manifest @@ -0,0 +1 @@ +DIST kbreakout-19.08.1.tar.xz 2276392 BLAKE2B b51eaa6ea1274f6377ef67905738d2de52b37b236774d8b09ea5abe1187cd14e7d149f086e3fbfddc38819a1a00021787cc8608ee808685885e94056d31fd552 SHA512 09f5746ec8d760814a8e9d99dc57224a0c5246c6ef9b4ab7cd27109f6ae86c9d3666759033f87dbb71885902922de386dcc7ca2b59127cf77bb8337d92b3e36d diff --git a/kde-apps/kbreakout/kbreakout-19.08.1.ebuild b/kde-apps/kbreakout/kbreakout-19.08.1.ebuild new file mode 100644 index 0000000000..e1f5e108b1 --- /dev/null +++ b/kde-apps/kbreakout/kbreakout-19.08.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Breakout-like game by KDE" +HOMEPAGE=" + https://kde.org/applications/games/kbreakout/ + https://games.kde.org/game.php?game=kbreakout +" +KEYWORDS="~amd64 ~arm64 ~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..d4832c8cf0 --- /dev/null +++ b/kde-apps/kbruch/Manifest @@ -0,0 +1 @@ +DIST kbruch-19.08.1.tar.xz 5604040 BLAKE2B 14f60ecd0e212c684cc7a792576331ec82d285db9b916adfca427baa45299152de46d3a2b9bfc211f199385cfe39d44ada3489007da40e54b81475cf801e8b40 SHA512 d1b88f1765da506fb3a409f6a578cac4afc0a4bb182fbeef7ad96c72b1b35c27314d0906c4acbadabb0ddd81ea77f86a45b1aaa1c00d3f7639ff46c86e2ae510 diff --git a/kde-apps/kbruch/kbruch-19.08.1.ebuild b/kde-apps/kbruch/kbruch-19.08.1.ebuild new file mode 100644 index 0000000000..a904b1de04 --- /dev/null +++ b/kde-apps/kbruch/kbruch-19.08.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Educational application to learn calculating with fractions" +HOMEPAGE="https://kde.org/applications/education/kbruch https://edu.kde.org/kbruch/" +KEYWORDS="~amd64 ~arm64 ~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..1c35163f09 --- /dev/null +++ b/kde-apps/kcachegrind/Manifest @@ -0,0 +1 @@ +DIST kcachegrind-19.08.1.tar.xz 813348 BLAKE2B 647e86d7ed0cc31b939f18c7cd5c859689d34a4501f9595fa3200de614fd2bede81d18874461cc49181954a7a588948641613e45da68ed133cdef2da3a8a4358 SHA512 0283528e3252b04c611843c99d70b2206b6d590332234dc24c1a3de0057f407212a73d0e30c32049a061de41e8664e24b4ef7766036046f93bbfbff2d4a6f9a2 diff --git a/kde-apps/kcachegrind/kcachegrind-19.08.1.ebuild b/kde-apps/kcachegrind/kcachegrind-19.08.1.ebuild new file mode 100644 index 0000000000..30cb9300e5 --- /dev/null +++ b/kde-apps/kcachegrind/kcachegrind-19.08.1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Frontend for Cachegrind by KDE" +HOMEPAGE="https://kde.org/applications/development/kcachegrind +https://kcachegrind.github.io/html/Home.html" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="nls" + +BDEPEND=" + nls? ( $(add_qt_dep linguist-tools) ) +" +DEPEND=" + $(add_frameworks_dep karchive) + $(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 kjobwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND} + media-gfx/graphviz +" diff --git a/kde-apps/kcalc/Manifest b/kde-apps/kcalc/Manifest new file mode 100644 index 0000000000..e5a1207bb1 --- /dev/null +++ b/kde-apps/kcalc/Manifest @@ -0,0 +1 @@ +DIST kcalc-19.08.1.tar.xz 372548 BLAKE2B 80cfae1f44ce4f64cd3d08ddf2b84486ad07e2a4dfae4988e33b9bdb9a3cfffe49e6cee186b9294d024d5e69455313aac2a09da67c2bf7b82db921fbf0c86d77 SHA512 6a4aae7569165d291518613005c71f54b74b17f747b003bfd1fc71f938c7676903d2a83adb742b938aff3e1ba8e71dcaa56d6a8c76a37398d2a7a602e3b90a5e diff --git a/kde-apps/kcalc/kcalc-19.08.1.ebuild b/kde-apps/kcalc/kcalc-19.08.1.ebuild new file mode 100644 index 0000000000..f801066113 --- /dev/null +++ b/kde-apps/kcalc/kcalc-19.08.1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +KDE_TEST="true" +inherit kde5 + +DESCRIPTION="KDE calculator" +HOMEPAGE="https://kde.org/applications/utilities/kcalc +https://utils.kde.org/projects/kcalc/" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +BDEPEND=" + sys-devel/gettext +" +DEPEND=" + $(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 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= + dev-libs/mpfr:0= +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/kcalcore/Manifest b/kde-apps/kcalcore/Manifest new file mode 100644 index 0000000000..aff0ba901a --- /dev/null +++ b/kde-apps/kcalcore/Manifest @@ -0,0 +1 @@ +DIST kcalcore-19.08.1.tar.xz 246396 BLAKE2B a25482b520d79d89bbb8f0a12aa962ed369eef3e33b466b093e563163be41a0cb0975d92f1a8735dcb613dc23e70c867048179bafedd6167c42242a7f6a465d0 SHA512 434dbea762f802c5d1e9419458959ae76a04632db917452d927a43d8cdabeaf5a52fe5f80043342a17110a2b52b027b3f7deda3e7fb61358e75b6df6d01e8ed1 diff --git a/kde-apps/kcalcore/kcalcore-19.08.1.ebuild b/kde-apps/kcalcore/kcalcore-19.08.1.ebuild new file mode 100644 index 0000000000..3a367d606c --- /dev/null +++ b/kde-apps/kcalcore/kcalcore-19.08.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_TEST="true" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Library for handling calendar data" +LICENSE="GPL-2+ test? ( LGPL-3+ )" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +BDEPEND=" + sys-devel/bison +" +DEPEND=" + $(add_qt_dep qtgui) + dev-libs/libical:= +" +RDEPEND="${DEPEND}" + +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..113691a463 --- /dev/null +++ b/kde-apps/kcalutils/Manifest @@ -0,0 +1 @@ +DIST kcalutils-19.08.1.tar.xz 323668 BLAKE2B 41a47dd690f5c997eb0e87e59e0f3f5b5b9738dbf9d0073c371de8f3bfa83429d66c2a74f39d5639282dc5db926a2e6c8490ae6c5ee46793540cd8b0e57a6d36 SHA512 d1198966f22c474a5c9552e75bcc1246800f8a82e7ef423abd285c7835bc0466ba4f0dc29f898851bef274e103bc1f746cff40fc48ebab622503a23923798b4c diff --git a/kde-apps/kcalutils/kcalutils-19.08.1.ebuild b/kde-apps/kcalutils/kcalutils-19.08.1.ebuild new file mode 100644 index 0000000000..cf54011c67 --- /dev/null +++ b/kde-apps/kcalutils/kcalutils-19.08.1.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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 ~arm64 ~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 +" + +src_test() { + # bug 653616 + local myctestargs=( + -E "(kcalutils-testincidenceformatter)" + ) + kde5_src_test +} diff --git a/kde-apps/kcharselect/Manifest b/kde-apps/kcharselect/Manifest new file mode 100644 index 0000000000..44f13ca06c --- /dev/null +++ b/kde-apps/kcharselect/Manifest @@ -0,0 +1 @@ +DIST kcharselect-19.08.1.tar.xz 334548 BLAKE2B f7128b6cbadf2f325cea4fe43bb6e9f991738c4ddf305040dfb5850f22a67c60a5d4242ed75ef680c978c38c9ea55d725d4665f375f440fc96780c78da5c4952 SHA512 d6685688d4168e8283d07844b5b32669dda405079931740babfbb3c348294cbdd0b8659b368c83b97d6b4905a1031c1dfde167d632c88828cd8af7a0878d054a diff --git a/kde-apps/kcharselect/kcharselect-19.08.1.ebuild b/kde-apps/kcharselect/kcharselect-19.08.1.ebuild new file mode 100644 index 0000000000..4cd14723ed --- /dev/null +++ b/kde-apps/kcharselect/kcharselect-19.08.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="KDE character selection utility" +HOMEPAGE="https://kde.org/applications/utilities/kcharselect +https://utils.kde.org/projects/kcharselect/" +KEYWORDS="~amd64 ~arm64 ~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..a3cc91f000 --- /dev/null +++ b/kde-apps/kcolorchooser/Manifest @@ -0,0 +1 @@ +DIST kcolorchooser-19.08.1.tar.xz 20812 BLAKE2B 165f719028f34770d30ec0d2ee0eff7cfa8aa82b80db17689c806bf20d74cb5b230b205e97f8ec4cc933acadcb5d3f942a0e7fe6c90ae94cbb96143098cec5a7 SHA512 c00ab2eb6539ee006da4f5ac6355544883ea64f3390ac5cc8f70ab324f2188fc6d37b19e84a9453740e1604eddbbee173f738d40f94835de2eba9022ddd24490 diff --git a/kde-apps/kcolorchooser/kcolorchooser-19.08.1.ebuild b/kde-apps/kcolorchooser/kcolorchooser-19.08.1.ebuild new file mode 100644 index 0000000000..5f9141a7a7 --- /dev/null +++ b/kde-apps/kcolorchooser/kcolorchooser-19.08.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit kde5 + +DESCRIPTION="KDE color selector/editor" +HOMEPAGE="https://kde.org/applications/graphics/kcolorchooser/" + +LICENSE="MIT" +KEYWORDS="~amd64 ~arm64 ~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..ea11aa9194 --- /dev/null +++ b/kde-apps/kcontacts/Manifest @@ -0,0 +1 @@ +DIST kcontacts-19.08.1.tar.xz 547208 BLAKE2B 3caf6a70e3d5e78a1860e3283b322a72fc078237f03bdc680175d8391ca8dd09666c3bff4112f32a7c7e0b1425bfcaa19486a8e391a68f1814695b0543c6bcf7 SHA512 fdf57d7690cccf8a7fb9d879f0bd789918ac41fd14f88162f545b85f39e22bf9ceb7ca0515ef651348a24fc13fb53dc398282624c338307cfa919c5001136efa diff --git a/kde-apps/kcontacts/kcontacts-19.08.1.ebuild b/kde-apps/kcontacts/kcontacts-19.08.1.ebuild new file mode 100644 index 0000000000..57476de217 --- /dev/null +++ b/kde-apps/kcontacts/kcontacts-19.08.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_QTHELP="true" +KDE_TEST="true" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Address book API based on KDE Frameworks" +LICENSE="GPL-2+" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_qt_dep qtgui) +" +RDEPEND="${DEPEND} + !kde-apps/kdepim-l10n + app-text/iso-codes +" + +src_test() { + # bug #566648 (access to /dev/dri/card0 denied), bug #625988 + local myctestargs=( + -E "(kcontacts-addresstest|kcontacts-picturetest)" + ) + kde5_src_test +} diff --git a/kde-apps/kcron/Manifest b/kde-apps/kcron/Manifest new file mode 100644 index 0000000000..291c455693 --- /dev/null +++ b/kde-apps/kcron/Manifest @@ -0,0 +1 @@ +DIST kcron-19.08.1.tar.xz 888216 BLAKE2B 4bf4a0ae46b165dba3b1fe0ce09f6c00c4a936fa2f9787cde013f6e720c7024eeb3d59ed03b148612833f719357f9bfdfe1fc3487bd5f789c1c8baa712f9938f SHA512 b14d5504641b68fa998e03d9a8d780e0044da31f0ea2d13248f93b17c688b770a2c811cd7d044f715dee72883bd822abf0b1a15f37c0bb5e97f6b64e14e03a18 diff --git a/kde-apps/kcron/kcron-19.08.1.ebuild b/kde-apps/kcron/kcron-19.08.1.ebuild new file mode 100644 index 0000000000..e932c96c81 --- /dev/null +++ b/kde-apps/kcron/kcron-19.08.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="KDE Task Scheduler" +KEYWORDS="~amd64 ~arm64 ~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} + virtual/cron +" diff --git a/kde-apps/kdav/Manifest b/kde-apps/kdav/Manifest new file mode 100644 index 0000000000..640ba3ab96 --- /dev/null +++ b/kde-apps/kdav/Manifest @@ -0,0 +1 @@ +DIST kdav-19.08.1.tar.xz 50084 BLAKE2B abc29699c09f768775f37b1ef705729828994c46c73483634645ba0a34f4c5c47b6692de3d666b573030f0f7d26095f0848c9906d0f62156bee8d5d2fdccbee1 SHA512 90515c005453c590c849a960e2ddccbca5fa26e0609e6fbc68f73a44f9c2dbfec0e7fca4136ca14e18bba7d9ba5311d3d058f2eb0cc3f8705cc883ec65258418 diff --git a/kde-apps/kdav/kdav-19.08.1.ebuild b/kde-apps/kdav/kdav-19.08.1.ebuild new file mode 100644 index 0000000000..914f7b7602 --- /dev/null +++ b/kde-apps/kdav/kdav-19.08.1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_TEST="forceoptional" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="DAV protocol implemention with KJobs" +LICENSE="GPL-2+" +KEYWORDS="~amd64 ~arm64 ~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 + # bug 653602 - DavItemsListJobTest mimetypes unsupported + local myctestargs=( + -E "(kdav-davitemfetchjob|kdav-davitemslistjob)" + ) + kde5_src_test +} diff --git a/kde-apps/kde-apps-meta/kde-apps-meta-19.08.1.ebuild b/kde-apps/kde-apps-meta/kde-apps-meta-19.08.1.ebuild new file mode 100644 index 0000000000..5c6da48234 --- /dev/null +++ b/kde-apps/kde-apps-meta/kde-apps-meta-19.08.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Meta package for the KDE Applications collection" +HOMEPAGE="https://kde.org/" + +LICENSE="metapackage" +SLOT="5" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="accessibility pim sdk" + +RDEPEND=" + >=kde-apps/kdeadmin-meta-${PV}:${SLOT} + >=kde-apps/kdecore-meta-${PV}:${SLOT} + >=kde-apps/kdeedu-meta-${PV}:${SLOT} + >=kde-apps/kdegames-meta-${PV}:${SLOT} + >=kde-apps/kdegraphics-meta-${PV}:${SLOT} + >=kde-apps/kdemultimedia-meta-${PV}:${SLOT} + >=kde-apps/kdenetwork-meta-${PV}:${SLOT} + >=kde-apps/kdeutils-meta-${PV}:${SLOT} + accessibility? ( >=kde-apps/kdeaccessibility-meta-${PV}:${SLOT} ) + pim? ( >=kde-apps/kdepim-meta-${PV}:${SLOT} ) + sdk? ( >=kde-apps/kdesdk-meta-${PV}:${SLOT} ) +" diff --git a/kde-apps/kde-dev-scripts/Manifest b/kde-apps/kde-dev-scripts/Manifest new file mode 100644 index 0000000000..8e441fb721 --- /dev/null +++ b/kde-apps/kde-dev-scripts/Manifest @@ -0,0 +1 @@ +DIST kde-dev-scripts-19.08.1.tar.xz 378328 BLAKE2B 026d8188df5acf9e663f414fa6dc4fa3e58f9b18bab02d7bc6b8f2d23b0b82d1d78d053f93b2484edb82ec4c422165f9e9a75e3a04ef152d5f3152560e2a1ebd SHA512 42296406466567ac42d9ede10d17a07691f5dfb3674ad7cf5889ad48ead6bf44c1e825ced8d6f276d045457db052da47a6f368a9d08b935d0ee4612c0f4baba0 diff --git a/kde-apps/kde-dev-scripts/kde-dev-scripts-19.08.1.ebuild b/kde-apps/kde-dev-scripts/kde-dev-scripts-19.08.1.ebuild new file mode 100644 index 0000000000..376983d347 --- /dev/null +++ b/kde-apps/kde-dev-scripts/kde-dev-scripts-19.08.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="true" +inherit kde5 + +DESCRIPTION="KDE Development Scripts" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +# kdelibs4support - required for kdex.dtd +# kdoctools - to use ECM instead of kdelibs4 +DEPEND=" + $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep kdoctools) +" +RDEPEND=" + app-arch/advancecomp + media-gfx/optipng + dev-perl/XML-DOM +" + +src_prepare() { + kde5_src_prepare + + # bug 275069 + sed -e 's:colorsvn::' -i CMakeLists.txt || die +} diff --git a/kde-apps/kde-dev-utils/Manifest b/kde-apps/kde-dev-utils/Manifest new file mode 100644 index 0000000000..23d3ec25f2 --- /dev/null +++ b/kde-apps/kde-dev-utils/Manifest @@ -0,0 +1 @@ +DIST kde-dev-utils-19.08.1.tar.xz 61628 BLAKE2B fd002526ca4f1b6ca1cddc59d6e10e1e7937af2331a8b2149c8784c67b3735ea1e51dfd54b80eab8810f1c6376f86983bf05c42539a805a97c26054ca25ad713 SHA512 e7680e46f94530510809f0c4467f40a595fe0acff497b7793e68e0b2d6cb887d3fd30c36655d6fb3fe8a4abd3a284d63c593a140a00fa9fc7a21cfffb873a7a9 diff --git a/kde-apps/kde-dev-utils/kde-dev-utils-19.08.1.ebuild b/kde-apps/kde-dev-utils/kde-dev-utils-19.08.1.ebuild new file mode 100644 index 0000000000..e83074100d --- /dev/null +++ b/kde-apps/kde-dev-utils/kde-dev-utils-19.08.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit kde5 + +DESCRIPTION="KDE Development Utilities" +LICENSE="GPL-2+" +KEYWORDS="~amd64 ~arm64 ~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}" diff --git a/kde-apps/kde-meta/kde-meta-19.08.1.ebuild b/kde-apps/kde-meta/kde-meta-19.08.1.ebuild new file mode 100644 index 0000000000..44a5c489c0 --- /dev/null +++ b/kde-apps/kde-meta/kde-meta-19.08.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Merge this to pull in all KDE Plasma and Applications packages" +HOMEPAGE="https://kde.org/" + +LICENSE="metapackage" +SLOT="5" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +RDEPEND=" + >=kde-apps/kde-apps-meta-${PV}:${SLOT} + kde-plasma/plasma-meta:5 +" diff --git a/kde-apps/kdeaccessibility-meta/kdeaccessibility-meta-19.08.1.ebuild b/kde-apps/kdeaccessibility-meta/kdeaccessibility-meta-19.08.1.ebuild new file mode 100644 index 0000000000..42c3e4b11d --- /dev/null +++ b/kde-apps/kdeaccessibility-meta/kdeaccessibility-meta-19.08.1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="kdeaccessibility - merge this to pull in all kdeaccessiblity-derived packages" +HOMEPAGE="https://kde.org/" + +LICENSE="metapackage" +SLOT="5" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +RDEPEND=" + >=kde-apps/kmag-${PV}:${SLOT} + >=kde-apps/kmousetool-${PV}:${SLOT} + >=kde-apps/kmouth-${PV}:${SLOT} +" diff --git a/kde-apps/kdeadmin-meta/kdeadmin-meta-19.08.1.ebuild b/kde-apps/kdeadmin-meta/kdeadmin-meta-19.08.1.ebuild new file mode 100644 index 0000000000..4498e75ab3 --- /dev/null +++ b/kde-apps/kdeadmin-meta/kdeadmin-meta-19.08.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="KDE administration tools - merge this to pull in all kdeadmin-derived packages" +HOMEPAGE="https://kde.org/" + +LICENSE="metapackage" +SLOT="5" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="+cron" + +RDEPEND=" + >=kde-apps/ksystemlog-${PV}:${SLOT} + cron? ( >=kde-apps/kcron-${PV}:${SLOT} ) +" diff --git a/kde-apps/kdebase-meta/kdebase-meta-19.08.1.ebuild b/kde-apps/kdebase-meta/kdebase-meta-19.08.1.ebuild new file mode 100644 index 0000000000..77499731d3 --- /dev/null +++ b/kde-apps/kdebase-meta/kdebase-meta-19.08.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Transitional package to pull in plasma-meta plus basic applications" +HOMEPAGE="https://kde.org/" + +LICENSE="metapackage" +SLOT="5" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +RDEPEND=" + >=kde-apps/kdecore-meta-${PV}:${SLOT} + kde-plasma/plasma-meta +" diff --git a/kde-apps/kdebugsettings/Manifest b/kde-apps/kdebugsettings/Manifest new file mode 100644 index 0000000000..6d9397c1fe --- /dev/null +++ b/kde-apps/kdebugsettings/Manifest @@ -0,0 +1 @@ +DIST kdebugsettings-19.08.1.tar.xz 55140 BLAKE2B bd8eb5ab4fd5fac9c6511c98d5f794bc50dec7829f18f503b850a96e84956544301df2d86a901419fd1b02af08e53f45318b8c817596742176e145741c269ff5 SHA512 78e2422b87fac91c605e033fdb99bb427bf6be7017cc0007c0f57933e718e5eac1f115232c1f6f1d3ddce5b13f33c45b9f57dd057c40c60cfed849478040be05 diff --git a/kde-apps/kdebugsettings/kdebugsettings-19.08.1.ebuild b/kde-apps/kdebugsettings/kdebugsettings-19.08.1.ebuild new file mode 100644 index 0000000000..44c06c29e0 --- /dev/null +++ b/kde-apps/kdebugsettings/kdebugsettings-19.08.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_TEST="forceoptional" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Application to enable/disable qCDebug" +KEYWORDS="~amd64 ~arm64 ~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-19.08.1.ebuild b/kde-apps/kdecore-meta/kdecore-meta-19.08.1.ebuild new file mode 100644 index 0000000000..154e7c3ad6 --- /dev/null +++ b/kde-apps/kdecore-meta/kdecore-meta-19.08.1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="kdecore - merge this to pull in the most basic applications" +HOMEPAGE="https://kde.org/" + +LICENSE="metapackage" +SLOT="5" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="+handbook +share +thumbnail +webengine webkit" + +RDEPEND=" + >=kde-apps/dolphin-${PV}:${SLOT} + >=kde-apps/kdialog-${PV}:${SLOT} + >=kde-apps/keditbookmarks-${PV}:${SLOT} + >=kde-apps/kfind-${PV}:${SLOT} + >=kde-apps/konsole-${PV}:${SLOT} + >=kde-apps/kwrite-${PV}:${SLOT} + handbook? ( >=kde-apps/khelpcenter-${PV}:${SLOT} ) + webengine? ( www-client/falkon ) + webkit? ( + >=kde-apps/konqueror-${PV}:${SLOT}[webengine?] + kde-misc/kwebkitpart:5 + ) +" +# Optional runtime deps: kde-apps/dolphin +RDEPEND="${RDEPEND} + share? ( kde-frameworks/purpose:${SLOT} ) + thumbnail? ( + >=kde-apps/ffmpegthumbs-${PV}:${SLOT} + >=kde-apps/thumbnailers-${PV}:${SLOT} + ) +" diff --git a/kde-apps/kdeedu-data/Manifest b/kde-apps/kdeedu-data/Manifest new file mode 100644 index 0000000000..6da170778d --- /dev/null +++ b/kde-apps/kdeedu-data/Manifest @@ -0,0 +1 @@ +DIST kdeedu-data-19.08.1.tar.xz 327304 BLAKE2B 25ee505166658d3e0cc34f7ef6d898601235dbaefbceeb2d940ad2095f4adaaecd7ef4120b551af6577941bc9abe3827596eb6aeeb7d2e9719f5a7bb0db99a0b SHA512 1aafb2d49dbeae56c6fe8f4d2f114d0f4c432c480b6dfafb1d394600f02fc6670a3abc41f0f8db035d81d5fa24e47cd1ee8f8d1c2428c19c733a1c94b33859a8 diff --git a/kde-apps/kdeedu-data/kdeedu-data-19.08.1.ebuild b/kde-apps/kdeedu-data/kdeedu-data-19.08.1.ebuild new file mode 100644 index 0000000000..22be843a9a --- /dev/null +++ b/kde-apps/kdeedu-data/kdeedu-data-19.08.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_AUTODEPS="false" +KDE_DEBUG="false" +inherit kde5 + +DESCRIPTION="Shared icons, artwork and data files for educational applications" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +BDEPEND=" + $(add_frameworks_dep extra-cmake-modules) + $(add_qt_dep qtcore) +" +RDEPEND=" + !kde-apps/kde-l10n +" diff --git a/kde-apps/kdeedu-meta/kdeedu-meta-19.08.1.ebuild b/kde-apps/kdeedu-meta/kdeedu-meta-19.08.1.ebuild new file mode 100644 index 0000000000..24a6d7958c --- /dev/null +++ b/kde-apps/kdeedu-meta/kdeedu-meta-19.08.1.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="KDE educational apps - merge this to pull in all kdeedu-derived packages" +HOMEPAGE="https://edu.kde.org" + +LICENSE="metapackage" +SLOT="5" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="+webengine +webkit" + +RDEPEND=" + >=kde-apps/analitza-${PV}:${SLOT} + >=kde-apps/artikulate-${PV}:${SLOT} + >=kde-apps/blinken-${PV}:${SLOT} + >=kde-apps/cantor-${PV}:${SLOT} + >=kde-apps/kalzium-${PV}:${SLOT} + >=kde-apps/kanagram-${PV}:${SLOT} + >=kde-apps/kbruch-${PV}:${SLOT} + >=kde-apps/kdeedu-data-${PV}:${SLOT} + >=kde-apps/kgeography-${PV}:${SLOT} + >=kde-apps/khangman-${PV}:${SLOT} + >=kde-apps/kig-${PV}:${SLOT} + >=kde-apps/kiten-${PV}:${SLOT} + >=kde-apps/klettres-${PV}:${SLOT} + >=kde-apps/kmplot-${PV}:${SLOT} + >=kde-apps/kqtquickcharts-${PV}:${SLOT} + >=kde-apps/ktouch-${PV}:${SLOT} + >=kde-apps/kturtle-${PV}:${SLOT} + >=kde-apps/kwordquiz-${PV}:${SLOT} + >=kde-apps/libkeduvocdocument-${PV}:${SLOT} + >=kde-apps/marble-${PV}:${SLOT} + >=kde-apps/minuet-${PV}:${SLOT} + >=kde-apps/step-${PV}:${SLOT} + webengine? ( + >=kde-apps/kalgebra-${PV}:${SLOT} + >=kde-apps/parley-${PV}:${SLOT} + ) + webkit? ( >=kde-apps/rocs-${PV}:${SLOT} ) +" diff --git a/kde-apps/kdegames-meta/kdegames-meta-19.08.1.ebuild b/kde-apps/kdegames-meta/kdegames-meta-19.08.1.ebuild new file mode 100644 index 0000000000..91b0db75ec --- /dev/null +++ b/kde-apps/kdegames-meta/kdegames-meta-19.08.1.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="kdegames - merge this to pull in all kdegames-derived packages" +HOMEPAGE="https://games.kde.org/" + +LICENSE="metapackage" +SLOT="5" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="opengl python" + +RDEPEND=" + >=kde-apps/bomber-${PV}:${SLOT} + >=kde-apps/bovo-${PV}:${SLOT} + >=kde-apps/granatier-${PV}:${SLOT} + >=kde-apps/kapman-${PV}:${SLOT} + >=kde-apps/katomic-${PV}:${SLOT} + >=kde-apps/kblackbox-${PV}:${SLOT} + >=kde-apps/kblocks-${PV}:${SLOT} + >=kde-apps/kbounce-${PV}:${SLOT} + >=kde-apps/kbreakout-${PV}:${SLOT} + >=kde-apps/kdiamond-${PV}:${SLOT} + >=kde-apps/kfourinline-${PV}:${SLOT} + >=kde-apps/kgoldrunner-${PV}:${SLOT} + >=kde-apps/kigo-${PV}:${SLOT} + >=kde-apps/killbots-${PV}:${SLOT} + >=kde-apps/kiriki-${PV}:${SLOT} + >=kde-apps/kjumpingcube-${PV}:${SLOT} + >=kde-apps/klickety-${PV}:${SLOT} + >=kde-apps/klines-${PV}:${SLOT} + >=kde-apps/kmahjongg-${PV}:${SLOT} + >=kde-apps/kmines-${PV}:${SLOT} + >=kde-apps/knavalbattle-${PV}:${SLOT} + >=kde-apps/knetwalk-${PV}:${SLOT} + >=kde-apps/knights-${PV}:${SLOT} + >=kde-apps/kolf-${PV}:${SLOT} + >=kde-apps/kollision-${PV}:${SLOT} + >=kde-apps/konquest-${PV}:${SLOT} + >=kde-apps/kpat-${PV}:${SLOT} + >=kde-apps/kreversi-${PV}:${SLOT} + >=kde-apps/kshisen-${PV}:${SLOT} + >=kde-apps/ksirk-${PV}:${SLOT} + >=kde-apps/ksnakeduel-${PV}:${SLOT} + >=kde-apps/kspaceduel-${PV}:${SLOT} + >=kde-apps/ksquares-${PV}:${SLOT} + >=kde-apps/ktuberling-${PV}:${SLOT} + >=kde-apps/libkdegames-${PV}:${SLOT} + >=kde-apps/libkmahjongg-${PV}:${SLOT} + >=kde-apps/lskat-${PV}:${SLOT} + >=kde-apps/palapeli-${PV}:${SLOT} + >=kde-apps/picmi-${PV}:${SLOT} + opengl? ( + >=kde-apps/ksudoku-${PV}:${SLOT} + >=kde-apps/kubrick-${PV}:${SLOT} + ) + python? ( >=kde-apps/kajongg-${PV}:${SLOT} ) +" diff --git a/kde-apps/kdegraphics-meta/kdegraphics-meta-19.08.1.ebuild b/kde-apps/kdegraphics-meta/kdegraphics-meta-19.08.1.ebuild new file mode 100644 index 0000000000..23762131d3 --- /dev/null +++ b/kde-apps/kdegraphics-meta/kdegraphics-meta-19.08.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="kdegraphics - merge this to pull in all kdegraphics-derived packages" +HOMEPAGE="https://kde.org/applications/graphics/" + +LICENSE="metapackage" +SLOT="5" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="scanner" + +RDEPEND=" + >=kde-apps/gwenview-${PV}:${SLOT} + >=kde-apps/kamera-${PV}:${SLOT} + >=kde-apps/kcolorchooser-${PV}:${SLOT} + >=kde-apps/kdegraphics-mobipocket-${PV}:${SLOT} + >=kde-apps/kipi-plugins-${PV}:${SLOT} + >=kde-apps/kolourpaint-${PV}:${SLOT} + >=kde-apps/kruler-${PV}:${SLOT} + >=kde-apps/libkdcraw-${PV}:${SLOT} + >=kde-apps/libkexiv2-${PV}:${SLOT} + >=kde-apps/libkipi-${PV}:${SLOT} + >=kde-apps/okular-${PV}:${SLOT} + >=kde-apps/spectacle-${PV}:${SLOT} + >=kde-apps/svgpart-${PV}:${SLOT} + >=kde-apps/thumbnailers-${PV}:${SLOT} + scanner? ( >=kde-apps/libksane-${PV}:${SLOT} ) +" diff --git a/kde-apps/kdegraphics-mobipocket/Manifest b/kde-apps/kdegraphics-mobipocket/Manifest new file mode 100644 index 0000000000..3b56dda245 --- /dev/null +++ b/kde-apps/kdegraphics-mobipocket/Manifest @@ -0,0 +1 @@ +DIST kdegraphics-mobipocket-19.08.1.tar.xz 13464 BLAKE2B 4778928d46def86d93e5c9ac87cb179a91ffaa0744cb66fdba92e9be6845a559bde3a255238cbc94bdb9f3e8bec1f72539d80d7b28d9b70ceb262540f8d9cdae SHA512 afd4a22df487e4b6a3404a34744346676e41f2aa5de263cb410b368550278ca76e3031c0651cbedc1b987687f782bfdef28738275f71a3d511d264696ac6aa1e diff --git a/kde-apps/kdegraphics-mobipocket/kdegraphics-mobipocket-19.08.1.ebuild b/kde-apps/kdegraphics-mobipocket/kdegraphics-mobipocket-19.08.1.ebuild new file mode 100644 index 0000000000..b2fd745f06 --- /dev/null +++ b/kde-apps/kdegraphics-mobipocket/kdegraphics-mobipocket-19.08.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit kde5 + +DESCRIPTION="Library to support mobipocket ebooks" +KEYWORDS="~amd64 ~arm64 ~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-19.08.1.ebuild b/kde-apps/kdemultimedia-meta/kdemultimedia-meta-19.08.1.ebuild new file mode 100644 index 0000000000..4c86126888 --- /dev/null +++ b/kde-apps/kdemultimedia-meta/kdemultimedia-meta-19.08.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="kdemultimedia - merge this to pull in all kdemultimedia-derived packages" +HOMEPAGE=" + https://kde.org/applications/multimedia/ + https://multimedia.kde.org/ +" + +LICENSE="metapackage" +SLOT="5" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="+cdrom +ffmpeg gstreamer" + +RDEPEND=" + >=kde-apps/dragon-${PV}:${SLOT} + >=kde-apps/juk-${PV}:${SLOT} + >=kde-apps/kdenlive-${PV}:${SLOT} + >=kde-apps/kmix-${PV}:${SLOT} + >=kde-apps/kwave-${PV}:${SLOT} + >=kde-apps/libkcddb-${PV}:${SLOT} + cdrom? ( + >=kde-apps/audiocd-kio-${PV}:${SLOT} + >=kde-apps/k3b-${PV}:${SLOT} + >=kde-apps/libkcompactdisc-${PV}:${SLOT} + ) + ffmpeg? ( >=kde-apps/ffmpegthumbs-${PV}:${SLOT} ) + gstreamer? ( >=kde-apps/kamoso-${PV}:${SLOT} ) +" diff --git a/kde-apps/kdenetwork-filesharing/Manifest b/kde-apps/kdenetwork-filesharing/Manifest new file mode 100644 index 0000000000..9e3082c988 --- /dev/null +++ b/kde-apps/kdenetwork-filesharing/Manifest @@ -0,0 +1 @@ +DIST kdenetwork-filesharing-19.08.1.tar.xz 315280 BLAKE2B 7d0e8a66de032a57681a6147f019d9e78bd31130d2f82e49794f2dac72ef9c20a0ffcdde315eb7c7e10e8df45e84ed49a6e2acf45d8d5dc6a501b841f09df663 SHA512 07e075828e8fa4b702181a6fa5e129783c0919d91358fb79c4da4c936fe42d4e4a4e5e9c6143e3f3b9a8bc88daabb9a5231922fe953b0f99fad4f58e4b20d228 diff --git a/kde-apps/kdenetwork-filesharing/kdenetwork-filesharing-19.08.1.ebuild b/kde-apps/kdenetwork-filesharing/kdenetwork-filesharing-19.08.1.ebuild new file mode 100644 index 0000000000..cf73bf0828 --- /dev/null +++ b/kde-apps/kdenetwork-filesharing/kdenetwork-filesharing-19.08.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit kde5 + +DESCRIPTION="SMB filesharing config module for systemsettings" +KEYWORDS="~amd64 ~arm64 ~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-19.08.1.ebuild b/kde-apps/kdenetwork-meta/kdenetwork-meta-19.08.1.ebuild new file mode 100644 index 0000000000..093236da69 --- /dev/null +++ b/kde-apps/kdenetwork-meta/kdenetwork-meta-19.08.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="kdenetwork - merge this to pull in all kdenetwork-derived packages" +HOMEPAGE="https://kde.org/" + +LICENSE="metapackage" +SLOT="5" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="dropbox +telepathy" + +RDEPEND=" + >=kde-apps/kdenetwork-filesharing-${PV}:${SLOT} + >=kde-apps/kget-${PV}:${SLOT} + >=kde-apps/krdc-${PV}:${SLOT} + >=kde-apps/kopete-${PV}:${SLOT} + >=kde-apps/krfb-${PV}:${SLOT} + >=kde-apps/zeroconf-ioslave-${PV}:${SLOT} + dropbox? ( >=kde-apps/dolphin-plugins-dropbox-${PV}:${SLOT} ) + telepathy? ( >=kde-apps/plasma-telepathy-meta-${PV}:${SLOT} ) +" diff --git a/kde-apps/kdenlive/Manifest b/kde-apps/kdenlive/Manifest new file mode 100644 index 0000000000..3690c3faa5 --- /dev/null +++ b/kde-apps/kdenlive/Manifest @@ -0,0 +1 @@ +DIST kdenlive-19.08.1.tar.xz 12415548 BLAKE2B 9809e8da375db8f538789676c5ef76f417698d8b5fc25358a6f3ee8f11d3d5a852a64d4c8a8483efb3ecf0afd4492d96cf314a7cac25ff26e3791bc98f3b40a9 SHA512 74f007ecdfe2368a1dee9d7b2331e45a56adc157a4d20127659b833e3f045a6edce680593232b9be43e50d16a5222e275af61a4c3a7e4c420ad6721b2e93b502 diff --git a/kde-apps/kdenlive/kdenlive-19.08.1.ebuild b/kde-apps/kdenlive/kdenlive-19.08.1.ebuild new file mode 100644 index 0000000000..b479ace762 --- /dev/null +++ b/kde-apps/kdenlive/kdenlive-19.08.1.ebuild @@ -0,0 +1,84 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="optional" +KDE_TEST="true" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Non-linear video editing suite by KDE" +HOMEPAGE="https://www.kdenlive.org/" + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="freesound gles2 semantic-desktop share v4l" + +BDEPEND=" + sys-devel/gettext +" +DEPEND=" + $(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 kdeclarative) + $(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 qtconcurrent) + $(add_qt_dep qtdbus) + $(add_qt_dep qtdeclarative) + $(add_qt_dep qtgui 'gles2=') + $(add_qt_dep qtmultimedia) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + dev-cpp/rttr + >=media-libs/mlt-6.16.0[ffmpeg,frei0r,kdenlive,melt,qt5,sdl,xml] + freesound? ( >=dev-qt/qtwebkit-5.212.0_pre20180120:5 ) + semantic-desktop? ( $(add_frameworks_dep kfilemetadata) ) + share? ( $(add_frameworks_dep purpose) ) + v4l? ( media-libs/libv4l ) +" +RDEPEND="${DEPEND} + $(add_qt_dep qtquickcontrols) + virtual/ffmpeg[encode,sdl,X] +" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package freesound Qt5WebKitWidgets) + $(cmake-utils_use_find_package semantic-desktop KF5FileMetaData) + $(cmake-utils_use_find_package share KF5Purpose) + $(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..f039a5a9c0 --- /dev/null +++ b/kde-apps/kdepim-addons/Manifest @@ -0,0 +1 @@ +DIST kdepim-addons-19.08.1.tar.xz 2092564 BLAKE2B c3b54492dfa5dbc72607d41f7bce147c9ff688c9be3bdb8f443fedf7073b7dee06d4709b197a767a0f80ce5efa78d2e3e67d064e9c02d9d4b23633b0e546f60f SHA512 a962703a507dc5e89a390e4a032684046e954ad370dcb603e918670341d8b9d7950a9b1d420a193a69155130348824583b437c3b477503900bf359767f46ccbb diff --git a/kde-apps/kdepim-addons/kdepim-addons-19.08.1.ebuild b/kde-apps/kdepim-addons/kdepim-addons-19.08.1.ebuild new file mode 100644 index 0000000000..f7e0dfb16b --- /dev/null +++ b/kde-apps/kdepim-addons/kdepim-addons-19.08.1.ebuild @@ -0,0 +1,89 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_EXAMPLES="true" +KDE_TEST="forceoptional-recursive" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Plugins for KDE Personal Information Management Suite" +HOMEPAGE="https://kde.org/applications/office/kontact/" + +LICENSE="GPL-2+ LGPL-2.1+" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="importwizard markdown" + +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 kitinerary) + $(add_kdeapps_dep kmailtransport) + $(add_kdeapps_dep kmime) + $(add_kdeapps_dep kpkpass) + $(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) ) + markdown? ( app-text/discount ) +" +DEPEND="${COMMON_DEPEND} + >=app-crypt/gpgme-1.11.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) + $(cmake-utils_use_find_package markdown Discount) + ) + + kde5_src_configure +} + +pkg_postinst() { + kde5_pkg_postinst + + if [[ ${KDE_BUILD_TYPE} = live ]] && ! 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..48d19b7deb --- /dev/null +++ b/kde-apps/kdepim-apps-libs/Manifest @@ -0,0 +1 @@ +DIST kdepim-apps-libs-19.08.1.tar.xz 82656 BLAKE2B df89249a83ef459a4eb0eed955c73475213de08d7ca5190176ea25789b4b049d8b9e6633ddf107ee42d3076a6c3e22422c0eeafdb6547e3ff6a595d9ab2ac30f SHA512 26992de5a2c7bec51face02cf5bf2a1d1a50929161fce661e254883c46969995e4e0ad5b772b27ebdaefba985425bbc2245d70d6433042da7710bccaec02bf36 diff --git a/kde-apps/kdepim-apps-libs/kdepim-apps-libs-19.08.1.ebuild b/kde-apps/kdepim-apps-libs/kdepim-apps-libs-19.08.1.ebuild new file mode 100644 index 0000000000..241a06bb90 --- /dev/null +++ b/kde-apps/kdepim-apps-libs/kdepim-apps-libs-19.08.1.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_TEST="forceoptional" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Libraries for KDE PIM applications" +LICENSE="GPL-2+ LGPL-2.1+" +KEYWORDS="~amd64 ~arm64 ~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-19.08.1.ebuild b/kde-apps/kdepim-meta/kdepim-meta-19.08.1.ebuild new file mode 100644 index 0000000000..18fdc0a916 --- /dev/null +++ b/kde-apps/kdepim-meta/kdepim-meta-19.08.1.ebuild @@ -0,0 +1,77 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="KDE PIM - merge this to pull in all kdepim-derived packages" +HOMEPAGE="https://kde.org/applications/development" + +LICENSE="metapackage" +SLOT="5" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="bogofilter clamav spamassassin" + +RDEPEND=" + >=kde-apps/akonadi-${PV}:${SLOT} + >=kde-apps/akonadiconsole-${PV}:${SLOT} + >=kde-apps/akonadi-calendar-${PV}:${SLOT} + >=kde-apps/akonadi-contacts-${PV}:${SLOT} + >=kde-apps/akonadi-import-wizard-${PV}:${SLOT} + >=kde-apps/akonadi-mime-${PV}:${SLOT} + >=kde-apps/akonadi-notes-${PV}:${SLOT} + >=kde-apps/akonadi-search-${PV}:${SLOT} + >=kde-apps/akregator-${PV}:${SLOT} + >=kde-apps/calendarjanitor-${PV}:${SLOT} + >=kde-apps/calendarsupport-${PV}:${SLOT} + >=kde-apps/eventviews-${PV}:${SLOT} + >=kde-apps/grantlee-editor-${PV}:${SLOT} + >=kde-apps/grantleetheme-${PV}:${SLOT} + >=kde-apps/incidenceeditor-${PV}:${SLOT} + >=kde-apps/kaddressbook-${PV}:${SLOT} + >=kde-apps/kalarm-${PV}:${SLOT} + >=kde-apps/kalarmcal-${PV}:${SLOT} + >=kde-apps/kcalcore-${PV}:${SLOT} + >=kde-apps/kcalutils-${PV}:${SLOT} + >=kde-apps/kcontacts-${PV}:${SLOT} + >=kde-apps/kdepim-addons-${PV}:${SLOT} + >=kde-apps/kdepim-apps-libs-${PV}:${SLOT} + >=kde-apps/kdepim-runtime-${PV}:${SLOT} + >=kde-apps/kidentitymanagement-${PV}:${SLOT} + >=kde-apps/kimap-${PV}:${SLOT} + >=kde-apps/kitinerary-${PV}:${SLOT} + >=kde-apps/kldap-${PV}:${SLOT} + >=kde-apps/kleopatra-${PV}:${SLOT} + >=kde-apps/kmail-${PV}:${SLOT} + >=kde-apps/kmail-account-wizard-${PV}:${SLOT} + >=kde-apps/kmailtransport-${PV}:${SLOT} + >=kde-apps/kmbox-${PV}:${SLOT} + >=kde-apps/kmime-${PV}:${SLOT} + >=kde-apps/knotes-${PV}:${SLOT} + >=kde-apps/konsolekalendar-${PV}:${SLOT} + >=kde-apps/kontact-${PV}:${SLOT} + >=kde-apps/kontactinterface-${PV}:${SLOT} + >=kde-apps/korganizer-${PV}:${SLOT} + >=kde-apps/kpimtextedit-${PV}:${SLOT} + >=kde-apps/kpkpass-${PV}:${SLOT} + >=kde-apps/ksmtp-${PV}:${SLOT} + >=kde-apps/libgravatar-${PV}:${SLOT} + >=kde-apps/libkdepim-${PV}:${SLOT} + >=kde-apps/libkgapi-${PV}:${SLOT} + >=kde-apps/libkleo-${PV}:${SLOT} + >=kde-apps/libksieve-${PV}:${SLOT} + >=kde-apps/libktnef-${PV}:${SLOT} + >=kde-apps/mailcommon-${PV}:${SLOT} + >=kde-apps/mailimporter-${PV}:${SLOT} + >=kde-apps/mbox-importer-${PV}:${SLOT} + >=kde-apps/messagelib-${PV}:${SLOT} + >=kde-apps/pim-data-exporter-${PV}:${SLOT} + >=kde-apps/pim-sieve-editor-${PV}:${SLOT} + >=kde-apps/pimcommon-${PV}:${SLOT} + !kde-apps/kdepim-meta:4 +" +# Optional runtime dependencies: kde-apps/kmail +RDEPEND="${RDEPEND} + bogofilter? ( mail-filter/bogofilter ) + clamav? ( app-antivirus/clamav ) + spamassassin? ( mail-filter/spamassassin ) +" diff --git a/kde-apps/kdepim-runtime/Manifest b/kde-apps/kdepim-runtime/Manifest new file mode 100644 index 0000000000..33f5232f49 --- /dev/null +++ b/kde-apps/kdepim-runtime/Manifest @@ -0,0 +1 @@ +DIST kdepim-runtime-19.08.1.tar.xz 1732760 BLAKE2B 5a015f6efb2bc3b58be40705d8d000e62071979c5acbc1e729aa8b79334b2e37f6f7def4180e5886f75f1b7bbba3dc56b09a7be316dea0b6907640acd85fd208 SHA512 49af06f758c9abd5022ce6b5b5c7d2c811bca71e04185475a9caaba83583ff16aadecbd355cc017890c2cb356e31f711a789103cf062000e4145a8627a6285c7 diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-19.08.1.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-19.08.1.ebuild new file mode 100644 index 0000000000..1afb7ce36c --- /dev/null +++ b/kde-apps/kdepim-runtime/kdepim-runtime-19.08.1.ebuild @@ -0,0 +1,89 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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 ~arm64 ~x86" +IUSE="" + +# TODO kolab +BDEPEND=" + dev-libs/libxslt +" +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 kdbusaddons) + $(add_frameworks_dep kholidays) + $(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 qtnetworkauth) + $(add_qt_dep qtspeech) + $(add_qt_dep qtwebengine 'widgets') + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + dev-libs/cyrus-sasl:2 + dev-libs/libical:= +" +DEPEND="${COMMON_DEPEND} + $(add_qt_dep qtxmlpatterns) + test? ( $(add_kdeapps_dep kimap 'test') ) +" +RDEPEND="${COMMON_DEPEND} + !kde-apps/kdepim-l10n + !kde-misc/akonadi-ews +" + +RESTRICT+=" test" + +src_prepare() { + kde5_src_prepare + sed -i resources/CMakeLists.txt -e "/add_subdirectory( *facebook *)/ s/^/#DONT/" || die +} + +src_configure() { + local mycmakeargs=( + -DCMAKE_DISABLE_FIND_PACKAGE_Libkolabxml=ON + ) + kde5_src_configure +} diff --git a/kde-apps/kdesdk-kioslaves/Manifest b/kde-apps/kdesdk-kioslaves/Manifest new file mode 100644 index 0000000000..d3cfe42394 --- /dev/null +++ b/kde-apps/kdesdk-kioslaves/Manifest @@ -0,0 +1 @@ +DIST kdesdk-kioslaves-19.08.1.tar.xz 37292 BLAKE2B 933eea48a5dbec648a40a06bd7b89e8d7657710a8f8f08a4ed682c25cf84b9bb550139fa6c0a331e75c816e83a27d6e396e37924a33dfb2a7fd6b65cba2219b0 SHA512 5a8dc19ab0fff9f7e95158377d384c25c339d59b1054fe096a8c83064436c0920b488cac67fd1b2e40bff0d87d2f679a43ddc49bdd6021c93d3a1a020bb7676e diff --git a/kde-apps/kdesdk-kioslaves/kdesdk-kioslaves-19.08.1.ebuild b/kde-apps/kdesdk-kioslaves/kdesdk-kioslaves-19.08.1.ebuild new file mode 100644 index 0000000000..ff655cfd65 --- /dev/null +++ b/kde-apps/kdesdk-kioslaves/kdesdk-kioslaves-19.08.1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit kde5 + +DESCRIPTION="kioslaves from kdesdk package" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + dev-lang/perl +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/kdesdk-meta/kdesdk-meta-19.08.1.ebuild b/kde-apps/kdesdk-meta/kdesdk-meta-19.08.1.ebuild new file mode 100644 index 0000000000..f5a72f8336 --- /dev/null +++ b/kde-apps/kdesdk-meta/kdesdk-meta-19.08.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="KDE SDK - merge this to pull in all kdesdk-derived packages" +HOMEPAGE="https://kde.org/applications/development" + +LICENSE="metapackage" +SLOT="5" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="bazaar cvs git mercurial subversion +webkit" + +RDEPEND=" + >=kde-apps/kapptemplate-${PV}:${SLOT} + >=kde-apps/kcachegrind-${PV}:${SLOT} + >=kde-apps/kde-dev-scripts-${PV}:${SLOT} + >=kde-apps/kde-dev-utils-${PV}:${SLOT} + >=kde-apps/kdesdk-kioslaves-${PV}:${SLOT} + >=kde-apps/kdesdk-thumbnailers-${PV}:${SLOT} + >=kde-apps/kompare-${PV}:${SLOT} + >=kde-apps/kross-interpreters-${PV}:${SLOT} + >=kde-apps/libkomparediff2-${PV}:${SLOT} + >=kde-apps/lokalize-${PV}:${SLOT} + >=kde-apps/poxml-${PV}:${SLOT} + bazaar? ( >=kde-apps/dolphin-plugins-bazaar-${PV}:${SLOT} ) + cvs? ( >=kde-apps/cervisia-${PV}:${SLOT} ) + git? ( >=kde-apps/dolphin-plugins-git-${PV}:${SLOT} ) + mercurial? ( >=kde-apps/dolphin-plugins-mercurial-${PV}:${SLOT} ) + subversion? ( >=kde-apps/dolphin-plugins-subversion-${PV}:${SLOT} ) + webkit? ( >=kde-apps/umbrello-${PV}:${SLOT} ) +" diff --git a/kde-apps/kdesdk-thumbnailers/Manifest b/kde-apps/kdesdk-thumbnailers/Manifest new file mode 100644 index 0000000000..2ad5f0d2ba --- /dev/null +++ b/kde-apps/kdesdk-thumbnailers/Manifest @@ -0,0 +1 @@ +DIST kdesdk-thumbnailers-19.08.1.tar.xz 17332 BLAKE2B d2e0f3ed70fe1c70017161929bc4dc97352a04608b05c96a0f040b6130b65976d7beeffe629c5c7478fe9808213837411df8a5b1a87df15555dcda482b90108b SHA512 9c15378fab8605e9d5f8e5d00d0bc8a88cd785c29a3ac0d4818a71399fe780f0a46f8ca2293f6e670705f17f41ad81341abb8d647d51142c81f60c49f30bc918 diff --git a/kde-apps/kdesdk-thumbnailers/kdesdk-thumbnailers-19.08.1.ebuild b/kde-apps/kdesdk-thumbnailers/kdesdk-thumbnailers-19.08.1.ebuild new file mode 100644 index 0000000000..7afa287644 --- /dev/null +++ b/kde-apps/kdesdk-thumbnailers/kdesdk-thumbnailers-19.08.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit kde5 + +DESCRIPTION="Thumbnail generator for PO files" +KEYWORDS="~amd64 ~arm64 ~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-19.08.1.ebuild b/kde-apps/kdeutils-meta/kdeutils-meta-19.08.1.ebuild new file mode 100644 index 0000000000..22148c7990 --- /dev/null +++ b/kde-apps/kdeutils-meta/kdeutils-meta-19.08.1.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="kdeutils - merge this to pull in all kdeutils-derived packages" +HOMEPAGE="https://kde.org/applications/utilities https://utils.kde.org" + +LICENSE="metapackage" +SLOT="5" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="7zip cups floppy gpg lrz rar" + +RDEPEND=" + >=kde-apps/ark-${PV}:${SLOT} + >=kde-apps/filelight-${PV}:${SLOT} + >=kde-apps/kate-${PV}:${SLOT} + >=kde-apps/kbackup-${PV}:${SLOT} + >=kde-apps/kcalc-${PV}:${SLOT} + >=kde-apps/kcharselect-${PV}:${SLOT} + >=kde-apps/kdebugsettings-${PV}:${SLOT} + >=kde-apps/kdf-${PV}:${SLOT} + >=kde-apps/kimagemapeditor-${PV}:${SLOT} + >=kde-apps/kteatime-${PV}:${SLOT} + >=kde-apps/ktimer-${PV}:${SLOT} + >=kde-apps/kwalletmanager-${PV}:${SLOT} + >=kde-apps/sweeper-${PV}:${SLOT} + >=kde-apps/yakuake-${PV}:${SLOT} + cups? ( >=kde-apps/print-manager-${PV}:${SLOT} ) + floppy? ( >=kde-apps/kfloppy-${PV}:${SLOT} ) + gpg? ( >=kde-apps/kgpg-${PV}:${SLOT} ) +" +# Optional runtime deps: kde-apps/ark +RDEPEND="${RDEPEND} + 7zip? ( app-arch/p7zip ) + lrz? ( app-arch/lrzip ) + rar? ( || ( + app-arch/rar + app-arch/unrar + app-arch/unar + ) ) +" diff --git a/kde-apps/kdf/Manifest b/kde-apps/kdf/Manifest new file mode 100644 index 0000000000..4f013a3956 --- /dev/null +++ b/kde-apps/kdf/Manifest @@ -0,0 +1 @@ +DIST kdf-19.08.1.tar.xz 461904 BLAKE2B 3393a374a5d66e594762a809875b6511b8255ab2e4afd828dcdf061c2d1301e44886b98f65dc5dbacb5d64cf2ca6d08b1186ec240327a45c77c01df3d693c1db SHA512 a88d1622e8e36d0f2e9b0c2061fff88d19f171e11b2df38249504ff53f240cac3c735cc077cc132049fc492b9cbeaba9713207c69e6b6e4c02eb16348c635fc6 diff --git a/kde-apps/kdf/kdf-19.08.1.ebuild b/kde-apps/kdf/kdf-19.08.1.ebuild new file mode 100644 index 0000000000..73f59e0908 --- /dev/null +++ b/kde-apps/kdf/kdf-19.08.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="KDE free disk space utility" +HOMEPAGE="https://utils.kde.org/projects/kdf/" +KEYWORDS="~amd64 ~arm64 ~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..037c655648 --- /dev/null +++ b/kde-apps/kdialog/Manifest @@ -0,0 +1 @@ +DIST kdialog-19.08.1.tar.xz 102712 BLAKE2B e14481f631f44518140e850f316c9bf33acb8ee164aaee015926eab101aeadf8a3f56493efdf47c4833bca3bb412654f48602447dab901dd61f470ca357e3bc5 SHA512 1463e39edbc62a60522c8039750eeb1a87013f5064aea30f15d8c194272348e5d71fa06746043a320127c8247ad4d3690765b7f01b8b0256bb2f412e169d4835 diff --git a/kde-apps/kdialog/kdialog-19.08.1.ebuild b/kde-apps/kdialog/kdialog-19.08.1.ebuild new file mode 100644 index 0000000000..908c381d03 --- /dev/null +++ b/kde-apps/kdialog/kdialog-19.08.1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit kde5 + +DESCRIPTION="Can be used to show nice dialog boxes from shell scripts" +KEYWORDS="~amd64 ~arm64 ~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..2abf9aa462 --- /dev/null +++ b/kde-apps/kdiamond/Manifest @@ -0,0 +1 @@ +DIST kdiamond-19.08.1.tar.xz 4692792 BLAKE2B eac0fd5eaaaaf49e6aea7b6003fae48c1744961e0d7ecf2c1e02832c4fa80b29e471ee9e19e2972d81a9ed6b11052c96c1223b0eb8bb59be44db84fbd28d1405 SHA512 707822816eeb8a0d10bceeb05672809e14ea65eb894bde02704189abe9a9465218a37ec0edefec57f7a15d46027dc5a834d7abdc87dddc6e5cfd48dae6d74b00 diff --git a/kde-apps/kdiamond/kdiamond-19.08.1.ebuild b/kde-apps/kdiamond/kdiamond-19.08.1.ebuild new file mode 100644 index 0000000000..f07ab4af5a --- /dev/null +++ b/kde-apps/kdiamond/kdiamond-19.08.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Single player three-in-a-row game" +HOMEPAGE="https://kde.org/applications/games/kdiamond/ +https://games.kde.org/game.php?game=kdiamond" +KEYWORDS="~amd64 ~arm64 ~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..b90c89ca44 --- /dev/null +++ b/kde-apps/keditbookmarks/Manifest @@ -0,0 +1 @@ +DIST keditbookmarks-19.08.1.tar.xz 187744 BLAKE2B 6ba5ed387c254901cccc793c559e39b42a7a46697bae1d532b40c4344e5056e914cc3b204abb76929c63dd43244a83b559b41692ff717dfd19228b6686d8b32a SHA512 82ef734765fa79c2d62239f03490b69203c9e6530965b19a40fb31cd607ec365957bf6365dd504e90df1427095a13315cab8d24244cbafc1d0e6e9983f33a1f5 diff --git a/kde-apps/keditbookmarks/keditbookmarks-19.08.1.ebuild b/kde-apps/keditbookmarks/keditbookmarks-19.08.1.ebuild new file mode 100644 index 0000000000..4c7d515594 --- /dev/null +++ b/kde-apps/keditbookmarks/keditbookmarks-19.08.1.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +KDE_TEST="true" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Bookmarks editor based on KDE Frameworks" +KEYWORDS="~amd64 ~arm64 ~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}" + +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..8d3a0f010e --- /dev/null +++ b/kde-apps/kfind/Manifest @@ -0,0 +1 @@ +DIST kfind-19.08.1.tar.xz 270616 BLAKE2B 3f426c137049154d3b520a9024305d45f1c9cc2f60224af4c0cfcd74aab9391c74a26e5712d038fa86fa890bb2c7a954a4f06768569dd6dc0d95e49a185c9801 SHA512 d38929c1aaa7b0df5ffa106dc3460f902b9bf65d1783a29787b29e4bf26ce4d25c47c5c2084f6941bd62961cc43e91aca92d4874c849533b911c88661f927834 diff --git a/kde-apps/kfind/kfind-19.08.1.ebuild b/kde-apps/kfind/kfind-19.08.1.ebuild new file mode 100644 index 0000000000..53a863f34b --- /dev/null +++ b/kde-apps/kfind/kfind-19.08.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="File finder utility based on KDE Frameworks" +HOMEPAGE="https://kde.org/applications/utilities/kfind/" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +RDEPEND=" + $(add_frameworks_dep karchive) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kfilemetadata) + $(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) +" +DEPEND="${RDEPEND} + $(add_qt_dep qtconcurrent) +" diff --git a/kde-apps/kfloppy/Manifest b/kde-apps/kfloppy/Manifest new file mode 100644 index 0000000000..eb5bd2ac5f --- /dev/null +++ b/kde-apps/kfloppy/Manifest @@ -0,0 +1 @@ +DIST kfloppy-19.08.1.tar.xz 199248 BLAKE2B 87f0b4d7021dfc8265c3bf92b93d4ae77a49415ba7e9a07e94367ff63f7770538a454c05cbb3ef2a6416c7d791891f9310a2799619eca52c5081603dd2e2ac88 SHA512 0849417e8c0d8b2c5dbf47ecb3428cee2705fd151e73ab1451d881ed927fde033d0ba811b15fb8ac937029a22dcd0080974da960f050d24c9f17e694213b0166 diff --git a/kde-apps/kfloppy/kfloppy-19.08.1.ebuild b/kde-apps/kfloppy/kfloppy-19.08.1.ebuild new file mode 100644 index 0000000000..10d86751cf --- /dev/null +++ b/kde-apps/kfloppy/kfloppy-19.08.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Straightforward graphical means to format 3.5\" and 5.25\" floppy disks" +HOMEPAGE=" + https://kde.org/applications/utilities/kfloppy/ + https://utils.kde.org/projects/kfloppy/ +" + +KEYWORDS="~amd64 ~arm64 ~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..2378a6087e --- /dev/null +++ b/kde-apps/kfourinline/Manifest @@ -0,0 +1 @@ +DIST kfourinline-19.08.1.tar.xz 637900 BLAKE2B c000cca34ee15d3989cd3bd725be66165167f8b84d5af9bae300d252bc92f1b6478249fb20f85e142c2d9eee22207e1267f7d73884062128e162be351e8381b3 SHA512 179d57ad6ef1037b2afedcc0dcc74f8a380a6dcd52c101725863ba689e214c7edf93c73efbbf3470a885ead35903c8fac6379635a1d8d6771f3b96dbaf2a50d3 diff --git a/kde-apps/kfourinline/kfourinline-19.08.1.ebuild b/kde-apps/kfourinline/kfourinline-19.08.1.ebuild new file mode 100644 index 0000000000..81c504ab7b --- /dev/null +++ b/kde-apps/kfourinline/kfourinline-19.08.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="KDE four-in-a-row game" +HOMEPAGE="https://kde.org/applications/games/kfourinline/ +https://games.kde.org/game.php?game=kfourinline" +KEYWORDS="~amd64 ~arm64 ~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..d3c534484a --- /dev/null +++ b/kde-apps/kgeography/Manifest @@ -0,0 +1 @@ +DIST kgeography-19.08.1.tar.xz 10882020 BLAKE2B 247c123a1d725d7192d662ae26f343eb8b9d3649f9eaf000acb0f817ac3a8e5ae4d28c1354ddc6dbc05f4421c0ff7e535b7db04d7f62001794b356510d3120bb SHA512 b40051c664b62d6bc3c1886801557a2823027ce9d9a14d280aaf590a62aa770ad57a04a319c2a8d74939bc9468b62e08b2a6f4c0dcacd37b16113a2d4aee1946 diff --git a/kde-apps/kgeography/kgeography-19.08.1.ebuild b/kde-apps/kgeography/kgeography-19.08.1.ebuild new file mode 100644 index 0000000000..fc9595b0f5 --- /dev/null +++ b/kde-apps/kgeography/kgeography-19.08.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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 ~arm64 ~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..60ab7fc0c1 --- /dev/null +++ b/kde-apps/kget/Manifest @@ -0,0 +1 @@ +DIST kget-19.08.1.tar.xz 5236100 BLAKE2B ee807dcdc1f114decc5f56e684aa52d8ccaf1e921741c54a100d08cdeea542f704303dee7dbb854852b92aaba11c296effc50503d529f20727e65d4ad332082d SHA512 bd13ada5269b9658ffc921b0718d6690f3de73ed7ebd2a112cbfadda71491f8f2557e4e8c82b5af2e1ecd21f5b7085e4dfff705141c605fee03348ab50261521 diff --git a/kde-apps/kget/kget-19.08.1.ebuild b/kde-apps/kget/kget-19.08.1.ebuild new file mode 100644 index 0000000000..e37e30d45a --- /dev/null +++ b/kde-apps/kget/kget-19.08.1.ebuild @@ -0,0 +1,64 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +KDE_TEST="forceoptional" +inherit kde5 + +DESCRIPTION="Advanced download manager by KDE" +HOMEPAGE="https://kde.org/applications/internet/kget/" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="bittorrent gpg kde mms sqlite" + +RDEPEND=" + $(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] ) + kde? ( $(add_plasma_dep libkworkspace) ) + mms? ( media-libs/libmms ) + sqlite? ( dev-db/sqlite:3 ) +" +DEPEND="${RDEPEND} + dev-libs/boost +" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package bittorrent KF5Torrent) + $(cmake-utils_use_find_package gpg Gpgmepp) + $(cmake-utils_use_find_package kde LibKWorkspace) + $(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..477897f99e --- /dev/null +++ b/kde-apps/kgoldrunner/Manifest @@ -0,0 +1 @@ +DIST kgoldrunner-19.08.1.tar.xz 4413724 BLAKE2B 3d57128271ebaf89e8da3baddac4274de973f5a285e6326a2ca91c395594a596b2cb05e230b6a924afeab31c8528d6363e2cf16ce50029d9548ff3eec24b9439 SHA512 9abb8a855cf03748912173f1e14148cf0472e8de9815282d015d6137520d53c231f32467ee8c21942f67f20653e4f77613c94cdbd703a3ee799e4110bfe55b97 diff --git a/kde-apps/kgoldrunner/kgoldrunner-19.08.1.ebuild b/kde-apps/kgoldrunner/kgoldrunner-19.08.1.ebuild new file mode 100644 index 0000000000..5bc577193b --- /dev/null +++ b/kde-apps/kgoldrunner/kgoldrunner-19.08.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +KDE_SELINUX_MODULE="games" +inherit kde5 + +DESCRIPTION="Game of action and puzzle solving by KDE" +HOMEPAGE="https://kde.org/applications/games/kgoldrunner/ +https://games.kde.org/game.php?game=kgoldrunner" +KEYWORDS="~amd64 ~arm64 ~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} + $(add_qt_dep qtsvg) +" diff --git a/kde-apps/kgpg/Manifest b/kde-apps/kgpg/Manifest new file mode 100644 index 0000000000..a226ec1cea --- /dev/null +++ b/kde-apps/kgpg/Manifest @@ -0,0 +1 @@ +DIST kgpg-19.08.1.tar.xz 2786832 BLAKE2B 787aaa6182489106d66369e40963c767ced9413717df2feb01cb828fcdf59cbfcf9cfd060c34035d2795574f6dfc8a1859b3bc9d593013a180b5bfea3e1c06de SHA512 e6c3bdaf07d17f47edcc7324c576f0412936c04f94ab0509b3a5323d9128108b8166d7ecf6c86dbfbf5946d861c996788ef2e086461d2d2a59082adc4e8df1a6 diff --git a/kde-apps/kgpg/kgpg-19.08.1.ebuild b/kde-apps/kgpg/kgpg-19.08.1.ebuild new file mode 100644 index 0000000000..c7c0fd6298 --- /dev/null +++ b/kde-apps/kgpg/kgpg-19.08.1.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +KDE_SELINUX_MODULE="gpg" +inherit kde5 + +DESCRIPTION="Frontend for GnuPG, a powerful encryption utility by KDE" +HOMEPAGE="https://kde.org/applications/utilities/kgpg +https://utils.kde.org/projects/kgpg/" +KEYWORDS="~amd64 ~arm64 ~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..5bd8ee9c25 --- /dev/null +++ b/kde-apps/khangman/Manifest @@ -0,0 +1 @@ +DIST khangman-19.08.1.tar.xz 7107308 BLAKE2B 05c1cfde26be12d515b9d3f8c8cf8655950a4419b1caa3b3810f577234d6adb529514e5d9c3e23ca449c03e5d2fa3fcd7d213151cc5287f915e7d00ce3a09888 SHA512 a8724c05660941894553d2acf548404c4ffe77a75812a8a7a0d7b046f87054527241cada222fb5a957af455c1b54f1699068298dc7475079874b4ae45b9e7040 diff --git a/kde-apps/khangman/khangman-19.08.1.ebuild b/kde-apps/khangman/khangman-19.08.1.ebuild new file mode 100644 index 0000000000..8e73dd5f83 --- /dev/null +++ b/kde-apps/khangman/khangman-19.08.1.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Classical hangman game by KDE" +HOMEPAGE="https://kde.org/applications/education/khangman +https://edu.kde.org/khangman/" +KEYWORDS="~amd64 ~arm64 ~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..70542c673d --- /dev/null +++ b/kde-apps/khelpcenter/Manifest @@ -0,0 +1 @@ +DIST khelpcenter-19.08.1.tar.xz 3847968 BLAKE2B 8a9286917fe64c784e7b062ceb2261ea823a1bed5b25e82092cc5b76fc51dda41b6432a716c737a11549bc33ae31e985b5b5053fae2aee401fd0a1d13226d04d SHA512 d6fb1d331ac4f6c7889375191909b069580cc77d948558def2c7e970d2a1d5b75d501533ec7f3239e99ab9827af979140904ef7a4e180fa817fad6f02c6d6849 diff --git a/kde-apps/khelpcenter/khelpcenter-19.08.1.ebuild b/kde-apps/khelpcenter/khelpcenter-19.08.1.ebuild new file mode 100644 index 0000000000..d76bb58238 --- /dev/null +++ b/kde-apps/khelpcenter/khelpcenter-19.08.1.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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) +" + +src_prepare() { + kde5_src_prepare + sed -e "/^install.*kde4\/services/s/^/#DONT/" -i CMakeLists.txt || die +} diff --git a/kde-apps/kidentitymanagement/Manifest b/kde-apps/kidentitymanagement/Manifest new file mode 100644 index 0000000000..8e36fde8ee --- /dev/null +++ b/kde-apps/kidentitymanagement/Manifest @@ -0,0 +1 @@ +DIST kidentitymanagement-19.08.1.tar.xz 148988 BLAKE2B ded98acc70ffe165bbd207cbb73ae843f3cbe3b65fc52ef2f542b0e74e09e14edab48c1f2e6b54d9392e461aaff0904108dc1ac4819a83a2437bf87e1ad443ee SHA512 743b9e2bb422e174ddd9522e394441e80993765c5614142fbb74d8ed30b82f7c9558b9e6a83ae8762d8b07afe69474fa790da52e9c2c376d044bae9d421b8f91 diff --git a/kde-apps/kidentitymanagement/kidentitymanagement-19.08.1.ebuild b/kde-apps/kidentitymanagement/kidentitymanagement-19.08.1.ebuild new file mode 100644 index 0000000000..5e299423da --- /dev/null +++ b/kde-apps/kidentitymanagement/kidentitymanagement-19.08.1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_TEST="true" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Library for managing identitites" +LICENSE="GPL-2+ LGPL-2.1+" +KEYWORDS="~amd64 ~arm64 ~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..c8330334fb --- /dev/null +++ b/kde-apps/kig/Manifest @@ -0,0 +1 @@ +DIST kig-19.08.1.tar.xz 3495636 BLAKE2B d98b8711665d2d8aceaa2afbaa2e51fba56eed9f0ff4b9fc7208f50db246ca21492600a204adf4a3bd1eb357011a088a2397ee94c0cbca3dfe4d627894619154 SHA512 a5a63cead1fd5e1231a17b1ad205daa681ca4c1281ae88de813e4827166198e8a47901e0b774c1939b647331acfedcc0ea0ccd4169ea7ffbf213f2829d00354a diff --git a/kde-apps/kig/kig-19.08.1.ebuild b/kde-apps/kig/kig-19.08.1.ebuild new file mode 100644 index 0000000000..ffc4026477 --- /dev/null +++ b/kde-apps/kig/kig-19.08.1.ebuild @@ -0,0 +1,62 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +KDE_TEST="true" +PYTHON_COMPAT=( python2_7 ) +inherit python-single-r1 kde5 + +DESCRIPTION="KDE Interactive Geometry tool" +HOMEPAGE="https://kde.org/applications/education/kig https://edu.kde.org/kig/" +KEYWORDS="~amd64 ~arm64 ~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..cf0f2ed32d --- /dev/null +++ b/kde-apps/kigo/Manifest @@ -0,0 +1 @@ +DIST kigo-19.08.1.tar.xz 5224956 BLAKE2B b317a5082a3095a04fc3934b69d2cdc8e9f56c9a16a9d3c7b5d129fe9c2a64bcf5e2750e967849f4f9c787c05a120503805e2c0dee9edf0d3e866e87251bfa65 SHA512 f45c89902f443cd4c36e16a2bbb27a229fdc4ab9763f3165aa03faca8a9a9696de07ab4cfd79fb49c5e7b164a22d91e7c3a7880aa1795ef59ecc372f833a0f4d diff --git a/kde-apps/kigo/kigo-19.08.1.ebuild b/kde-apps/kigo/kigo-19.08.1.ebuild new file mode 100644 index 0000000000..40bf0ba844 --- /dev/null +++ b/kde-apps/kigo/kigo-19.08.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Go game by KDE" +HOMEPAGE="https://kde.org/applications/games/kigo/" +KEYWORDS="~amd64 ~arm64 ~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} + games-board/gnugo +" diff --git a/kde-apps/killbots/Manifest b/kde-apps/killbots/Manifest new file mode 100644 index 0000000000..f21b831a1a --- /dev/null +++ b/kde-apps/killbots/Manifest @@ -0,0 +1 @@ +DIST killbots-19.08.1.tar.xz 1171136 BLAKE2B f949a4cffde25bd323a1d9f63f4a3f0d4cf23a49c6b39ba15b209c550c2dd17cd34304c96ab7afe6452b662698bf97529d0758a83335efadfeca7a252a4f0487 SHA512 5a2324222dedfb343990d31260f28d76d81409ca93291d75f12921b1d862166aa14c5d4631e8a9c427b39524635e5c402e9484c064ce5bfd7ceb8408eefc120e diff --git a/kde-apps/killbots/killbots-19.08.1.ebuild b/kde-apps/killbots/killbots-19.08.1.ebuild new file mode 100644 index 0000000000..01f306d373 --- /dev/null +++ b/kde-apps/killbots/killbots-19.08.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Kill the bots or they kill you!" +HOMEPAGE="https://kde.org/applications/games/killbots/" +KEYWORDS="~amd64 ~arm64 ~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..27e1ab99c9 --- /dev/null +++ b/kde-apps/kimagemapeditor/Manifest @@ -0,0 +1 @@ +DIST kimagemapeditor-19.08.1.tar.xz 1070508 BLAKE2B 8c9bd156de01396a57600232625382b53802b82b282b1f202330be3e64f0f193c183a5711c002fafb17fb5006023959f4c3d50d36f484be80b53ec01a3cb13a2 SHA512 d2c92c7e4dc670d6f537dc9fc69196e51c0321e07226833037791c41072093c60759debd8d751a5964b72d779abcb19a7d526000bcc2400c5e1d1e948a9550e2 diff --git a/kde-apps/kimagemapeditor/kimagemapeditor-19.08.1.ebuild b/kde-apps/kimagemapeditor/kimagemapeditor-19.08.1.ebuild new file mode 100644 index 0000000000..fdc9f63cee --- /dev/null +++ b/kde-apps/kimagemapeditor/kimagemapeditor-19.08.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Generator of HTML image maps" +HOMEPAGE="https://kde.org/applications/development/kimagemapeditor/" +KEYWORDS="~amd64 ~arm64 ~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 kguiaddons) + $(add_frameworks_dep khtml) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kparts) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/kimap/Manifest b/kde-apps/kimap/Manifest new file mode 100644 index 0000000000..6a93efe96f --- /dev/null +++ b/kde-apps/kimap/Manifest @@ -0,0 +1 @@ +DIST kimap-19.08.1.tar.xz 119712 BLAKE2B 2fe199116a53770e49c9e13b865eb7b3e2b98d784b3831a9595c42d3ee8a90af1a8b87ae2b05df28f80aa488c65ac73014c6f03d41092b27c881f25d46da28b5 SHA512 6090425d52f834583be90e721b4cd622edc55f53c9a867d74b11e0a97befff932697ae2b9f9f6130999f3d547742c4f0de26ac1e2a4b61f065a34de0c38a418e diff --git a/kde-apps/kimap/kimap-19.08.1.ebuild b/kde-apps/kimap/kimap-19.08.1.ebuild new file mode 100644 index 0000000000..3dc46eb150 --- /dev/null +++ b/kde-apps/kimap/kimap-19.08.1.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_TEST="forceoptional" +inherit kde5 + +DESCRIPTION="Library for interacting with IMAP servers" +LICENSE="GPL-2+" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +COMMON_DEPEND=" + $(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 +" +# TODO: Convince upstream not to install stuff with tests +DEPEND="${COMMON_DEPEND} + test? ( $(add_qt_dep qtnetwork) ) +" +RDEPEND="${COMMON_DEPEND} + !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..27c7f34a0b --- /dev/null +++ b/kde-apps/kio-extras/Manifest @@ -0,0 +1 @@ +DIST kio-extras-19.08.1.tar.xz 577524 BLAKE2B e9c4adb7abcf0c71e3fcd018c615e0d190a395c5e70dd36d54d252fab8c38db2d18c2b5d4d7a4c90b9b365899f3bc456dda27f1eff375f6412c4f856be9eb4bd SHA512 cd13862d63769496511d286eae3f11d7de52c2335e3706b16d0e32991b1443ad34d10ec25a1d7968b771b4cf02dc6075fc69d44f2c905a912a65389c197c6d24 diff --git a/kde-apps/kio-extras/kio-extras-19.08.1.ebuild b/kde-apps/kio-extras/kio-extras-19.08.1.ebuild new file mode 100644 index 0000000000..ed12668f14 --- /dev/null +++ b/kde-apps/kio-extras/kio-extras-19.08.1.ebuild @@ -0,0 +1,76 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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 +man mtp openexr phonon samba +sftp taglib" + +BDEPEND=" + man? ( dev-util/gperf ) +" +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_frameworks_dep syntax-highlighting) + $(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) + ) + man? ( $(add_frameworks_dep khtml) ) + mtp? ( >=media-libs/libmtp-1.1.16:= ) + openexr? ( media-libs/openexr:= ) + phonon? ( media-libs/phonon[qt5(+)] ) + samba? ( net-fs/samba[client] ) + sftp? ( net-libs/libssh:=[sftp] ) + taglib? ( >=media-libs/taglib-1.11.1 ) +" +RDEPEND="${DEPEND} + $(add_frameworks_dep kded) +" + +# requires running kde environment +RESTRICT+=" test" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package activities KF5Activities) + $(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 taglib Taglib) + ) + + kde5_src_configure +} diff --git a/kde-apps/kipi-plugins/Manifest b/kde-apps/kipi-plugins/Manifest new file mode 100644 index 0000000000..f0afc9c795 --- /dev/null +++ b/kde-apps/kipi-plugins/Manifest @@ -0,0 +1 @@ +DIST kipi-plugins-19.08.1.tar.xz 1629880 BLAKE2B f4080cea349be62304c2436a7bce9a25a2465a541ec115f77714089e2247d876140b13e26ea9a68aa297e2cda62db8e380ac33ee6abce05b1c308ff59e5762ee SHA512 189645834801672310eb91ebc32dac9321dee5b9894d18e43d5ca23f44911ce2dd330b705200e2927fd41466596451b78151e8d5244d93a17d5fadf9025065e3 diff --git a/kde-apps/kipi-plugins/kipi-plugins-19.08.1.ebuild b/kde-apps/kipi-plugins/kipi-plugins-19.08.1.ebuild new file mode 100644 index 0000000000..ca7690c5f4 --- /dev/null +++ b/kde-apps/kipi-plugins/kipi-plugins-19.08.1.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_TEST="true" +inherit kde5 + +DESCRIPTION="Plugins for the KDE Image Plugin Interface" +HOMEPAGE="https://userbase.kde.org/KIPI https://cgit.kde.org/kipi-plugins.git/" + +LICENSE="GPL-2+" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="flashexport mediawiki +remotestorage vkontakte" + +BDEPEND="sys-devel/gettext" +RDEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkipi '' '' '5=') + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + $(add_qt_dep qtxmlpatterns) + flashexport? ( $(add_frameworks_dep karchive) ) + mediawiki? ( net-libs/libmediawiki:5 ) + remotestorage? ( $(add_frameworks_dep kio) ) + vkontakte? ( net-libs/libkvkontakte:5 ) +" +DEPEND="${RDEPEND} + $(add_qt_dep qtconcurrent) +" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package flashexport KF5Archive) + $(cmake-utils_use_find_package mediawiki KF5MediaWiki) + $(cmake-utils_use_find_package remotestorage KF5KIO) + $(cmake-utils_use_find_package vkontakte KF5Vkontakte) + ) + + kde5_src_configure +} diff --git a/kde-apps/kiriki/Manifest b/kde-apps/kiriki/Manifest new file mode 100644 index 0000000000..e6367286b0 --- /dev/null +++ b/kde-apps/kiriki/Manifest @@ -0,0 +1 @@ +DIST kiriki-19.08.1.tar.xz 373036 BLAKE2B f05978705c4f146740f51cf5cb9a08feb60e5ed71703e44ed98b23afd0dab4ed2fff6a66fcb080a7bbb13bf077b0d35ee334579f1b13e4c537ae650acb2ceed1 SHA512 b360eec3d0f501d81cf28190cc236991dd07a2d5cb8d936c80684137373f563be7a08b28893631fa2d49f6d8d2f8a3c5fd3255e108993231bbc5e962bacbc0fc diff --git a/kde-apps/kiriki/kiriki-19.08.1.ebuild b/kde-apps/kiriki/kiriki-19.08.1.ebuild new file mode 100644 index 0000000000..8b308fc169 --- /dev/null +++ b/kde-apps/kiriki/kiriki-19.08.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="An addictive and fun dice game" +HOMEPAGE="https://kde.org/applications/games/kiriki/ +https://games.kde.org/game.php?game=kiriki" +KEYWORDS="~amd64 ~arm64 ~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..250c5445eb --- /dev/null +++ b/kde-apps/kiten/Manifest @@ -0,0 +1 @@ +DIST kiten-19.08.1.tar.xz 11284024 BLAKE2B f391fabbf8a22a4a92dfd6bf1c13521e0bb22ef5d232ae0e8428a52b965e9da6bb3f83a42ed1c583b8de2fd9696cb242ae07c0bcd41b7725c11923b31c00020f SHA512 89b022c32b0add0e4a978f9aa105a939d4ce00c74db22a9a58bc7d50f23e9e0e91ebdd478bd90ade32de2be487b206a056ff880668f352edcb327088236de862 diff --git a/kde-apps/kiten/kiten-19.08.1.ebuild b/kde-apps/kiten/kiten-19.08.1.ebuild new file mode 100644 index 0000000000..dee6f6bb63 --- /dev/null +++ b/kde-apps/kiten/kiten-19.08.1.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="KDE Japanese dictionary and reference" +HOMEPAGE="https://kde.org/applications/education/kiten https://edu.kde.org/kiten/" +KEYWORDS="~amd64 ~arm64 ~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 knotifications) + $(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} + media-fonts/kanjistrokeorders +" + +src_prepare() { + kde5_src_prepare + cmake_comment_add_subdirectory data/font +} diff --git a/kde-apps/kitinerary/Manifest b/kde-apps/kitinerary/Manifest new file mode 100644 index 0000000000..4d03755a49 --- /dev/null +++ b/kde-apps/kitinerary/Manifest @@ -0,0 +1 @@ +DIST kitinerary-19.08.1.tar.xz 952608 BLAKE2B dfddc2f6ac3516517ec1414203f2d9a6a5849339f78282dc958097e1cf8d26553b47a60fd70bea54c31355022292b62464665b2cee602f18eb95c6f1dce8b02b SHA512 ed276372ac2161d87a5b8391a2de1242a6533474e0cc4427ee5ea6295ae682db1a15c9bb12585898cca7f37bf4217bbeca4cb2cfaebe9b694f216808be972055 diff --git a/kde-apps/kitinerary/kitinerary-19.08.1.ebuild b/kde-apps/kitinerary/kitinerary-19.08.1.ebuild new file mode 100644 index 0000000000..5945b45be8 --- /dev/null +++ b/kde-apps/kitinerary/kitinerary-19.08.1.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_TEST="forceoptional" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Data Model and Extraction System for Travel Reservation information" +HOMEPAGE="https://kde.org/applications/office/kontact/" + +LICENSE="LGPL-2.1+" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="+barcode pdf" + +DEPEND=" + $(add_frameworks_dep karchive) + $(add_frameworks_dep ki18n) + $(add_kdeapps_dep kcalcore) + $(add_kdeapps_dep kcontacts) + $(add_kdeapps_dep kmime) + $(add_kdeapps_dep kpkpass) + $(add_qt_dep qtdeclarative) + $(add_qt_dep qtgui) + sys-libs/zlib + barcode? ( media-libs/zxing-cpp ) + pdf? ( app-text/poppler:=[qt5] ) +" +RDEPEND="${DEPEND} + !<kde-apps/kdepim-addons-18.07.80 +" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package barcode ZXing) + $(cmake-utils_use_find_package pdf Poppler) + ) + kde5_src_configure +} diff --git a/kde-apps/kjumpingcube/Manifest b/kde-apps/kjumpingcube/Manifest new file mode 100644 index 0000000000..918c9d1429 --- /dev/null +++ b/kde-apps/kjumpingcube/Manifest @@ -0,0 +1 @@ +DIST kjumpingcube-19.08.1.tar.xz 288072 BLAKE2B 3ff7beae87e16d48adf216cb38e1d40fe67266dfb93ede916c28f60aab2e93f28ac1687966ed29d23222d424ea853abfacee0ddeb8447abd1e61a333fb0ef646 SHA512 d2aa9c0c4df85696cbbf066764b50e8bf6d449adc27833aacb4848cb0cb7cf0b6c2e2048ffc3f58d08fe8f727cb5635898a4e9b811760c878640d1bedda85bdf diff --git a/kde-apps/kjumpingcube/kjumpingcube-19.08.1.ebuild b/kde-apps/kjumpingcube/kjumpingcube-19.08.1.ebuild new file mode 100644 index 0000000000..4778d0a9e1 --- /dev/null +++ b/kde-apps/kjumpingcube/kjumpingcube-19.08.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +KDE_SELINUX_MODULE="games" +inherit kde5 + +DESCRIPTION="Tactical one or two player game" +HOMEPAGE="https://kde.org/applications/games/kjumpingcube/ +https://games.kde.org/game.php?game=kjumpingcube" +KEYWORDS="~amd64 ~arm64 ~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..8ee3dda838 --- /dev/null +++ b/kde-apps/kldap/Manifest @@ -0,0 +1 @@ +DIST kldap-19.08.1.tar.xz 155356 BLAKE2B 1f0f90853bba453cd184476991f70278ca99d6b90d9d2182b9e1c2731145da846dfd842e71119639d3ab1a6b32e9bc2fae96753afecb1be8472026eda985c11e SHA512 92742d220b30c4a3dab5375258df598fd197897b04674494b7c284ecb468430c55b9b9458c3462975e058e2ffef8f2fb898425dc2ec1e2aeb1163644299e59fd diff --git a/kde-apps/kldap/kldap-19.08.1.ebuild b/kde-apps/kldap/kldap-19.08.1.ebuild new file mode 100644 index 0000000000..d63a4f5e4d --- /dev/null +++ b/kde-apps/kldap/kldap-19.08.1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +KDE_TEST="true" +inherit kde5 + +DESCRIPTION="Library for interacting with LDAP servers" +LICENSE="GPL-2+" +KEYWORDS="~amd64 ~arm64 ~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 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..37179b8622 --- /dev/null +++ b/kde-apps/kleopatra/Manifest @@ -0,0 +1 @@ +DIST kleopatra-19.08.1.tar.xz 1925612 BLAKE2B 3f6ab3566478d76428f1c2bd15ac51c314f76fe960bcdfb25f3353e52b65cf257ef3a66d8f8ccd51b997b316ea03bf3ac64089118395baa25370c991234e238f SHA512 90e1f544d1fc37ae019b2211c835d5f00d4d0727d0d576bcc222bc8ed1247644ef8c13ba14c62249e0b18c25fbc649c083fc38981815ae71eda0e2e250c2856b diff --git a/kde-apps/kleopatra/kleopatra-19.08.1.ebuild b/kde-apps/kleopatra/kleopatra-19.08.1.ebuild new file mode 100644 index 0000000000..285babab0a --- /dev/null +++ b/kde-apps/kleopatra/kleopatra-19.08.1.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="optional" +KDE_TEST="forceoptional" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Certificate manager and GUI for OpenPGP and CMS cryptography" +HOMEPAGE="https://kde.org/applications/utilities/kleopatra" + +LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" +KEYWORDS="~amd64 ~arm64 ~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.11.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..e094a67b4e --- /dev/null +++ b/kde-apps/klettres/Manifest @@ -0,0 +1 @@ +DIST klettres-19.08.1.tar.xz 40141832 BLAKE2B ad104b067a21aad018177e324ce6f2140aa4519a96d6665052b4659efdfc6260418409ee1476a18126cc5d93006cafef8533e00f03e498ae02d29862c5179ec7 SHA512 d58e6d710f26f7638d9d2414188011365ece942eee21654ad28a3487ae8b700f74912754ee5db781ab319899776d302f12f61aaed8f13b923f81751d3fcb3a48 diff --git a/kde-apps/klettres/klettres-19.08.1.ebuild b/kde-apps/klettres/klettres-19.08.1.ebuild new file mode 100644 index 0000000000..56acc749bc --- /dev/null +++ b/kde-apps/klettres/klettres-19.08.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Alphabet learning application" +HOMEPAGE="https://kde.org/applications/education/klettres +https://edu.kde.org/klettres/" +KEYWORDS="~amd64 ~arm64 ~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..ba2a40c66b --- /dev/null +++ b/kde-apps/klickety/Manifest @@ -0,0 +1 @@ +DIST klickety-19.08.1.tar.xz 1389320 BLAKE2B 76ab8404a48f9bee2e6b7a88279247341ed31a8493bcbcf0b9af126ffcd9ca637a719c9c86b069e7faf7d63ad0873d7b4fc20abae100af084ba01f18a62b44f4 SHA512 3230fe7998b7fb21b6eadf8e59c9bb586a4862df6f9171351957930234a32783abbf21924545a677b02f510627c035cad9144f1e4b8a192eede01b1e531708f5 diff --git a/kde-apps/klickety/klickety-19.08.1.ebuild b/kde-apps/klickety/klickety-19.08.1.ebuild new file mode 100644 index 0000000000..24e11900d4 --- /dev/null +++ b/kde-apps/klickety/klickety-19.08.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +KDE_SELINUX_MODULE="games" +inherit kde5 + +DESCRIPTION="An adaptation of the Clickomania game" +KEYWORDS="~amd64 ~arm64 ~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..7583285cd0 --- /dev/null +++ b/kde-apps/klines/Manifest @@ -0,0 +1 @@ +DIST klines-19.08.1.tar.xz 1781548 BLAKE2B bc0a35641ce364a15f37230ae0d8b67142e075dcd4284a236fa479efa7a00866e4614850985cdd43fa1505b175af64c5e304430d3ac202bab5c2aa12c25935a2 SHA512 fe110598e4684fa7ff28c060ee2dc4aa025e35565474104202e5dba4c09d2a2192ad827ff2bbd2c48dbf83480395a65352d69aba08dae5ad30766265876b4271 diff --git a/kde-apps/klines/klines-19.08.1.ebuild b/kde-apps/klines/klines-19.08.1.ebuild new file mode 100644 index 0000000000..68a0d47201 --- /dev/null +++ b/kde-apps/klines/klines-19.08.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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://kde.org/applications/games/klines/ +https://games.kde.org/game.php?game=klines" +KEYWORDS="~amd64 ~arm64 ~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..cc5c60d6ed --- /dev/null +++ b/kde-apps/kmag/Manifest @@ -0,0 +1 @@ +DIST kmag-19.08.1.tar.xz 673888 BLAKE2B 76324445b749775e2b659b2b36ece9e5eddd8b72312f158a0760c66e8f9a75f0ca5e9918aef755a187393e5c206dd67ffbeb6e554752645d3a2b06a2350b272c SHA512 c4e202c42008652cef0cf804c74e20676ad0e09fc80a481b22ed54400b13492723f96851ba30d2adce4188ada5ece65fd99e9be29f50d63329411fdf344cefeb diff --git a/kde-apps/kmag/kmag-19.08.1.ebuild b/kde-apps/kmag/kmag-19.08.1.ebuild new file mode 100644 index 0000000000..0aadc01359 --- /dev/null +++ b/kde-apps/kmag/kmag-19.08.1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="KDE screen magnifier" +HOMEPAGE="https://kde.org/applications/utilities/kmag/" +KEYWORDS="~amd64 ~arm64 ~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-0.4:5 ) +" +RDEPEND="${DEPEND}" + +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..4fb77f7256 --- /dev/null +++ b/kde-apps/kmahjongg/Manifest @@ -0,0 +1 @@ +DIST kmahjongg-19.08.1.tar.xz 3379304 BLAKE2B fecffe5ce1fc5769f5702b88c43afc3c6f2b55debf6a372bed8da5dc996c072ebba9522b844cb9d81f36e535851f2dbe10cf4097e73207a0757a08ff14ae71ba SHA512 b3fdef38e42a856f5f95339f59ba70fe720cc6f46569d5503cc37fe03d89ddd97b030c14030ff76f030f2c3bc26ecca9a8ccce6d76ffbee41e7d032e33cf2068 diff --git a/kde-apps/kmahjongg/kmahjongg-19.08.1.ebuild b/kde-apps/kmahjongg/kmahjongg-19.08.1.ebuild new file mode 100644 index 0000000000..96638f3067 --- /dev/null +++ b/kde-apps/kmahjongg/kmahjongg-19.08.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +KDE_SELINUX_MODULE="games" +inherit kde5 + +DESCRIPTION="A tile matching game for one or two players" +HOMEPAGE="https://kde.org/applications/games/kmahjongg/ +https://games.kde.org/game.php?game=kmahjongg" +KEYWORDS="~amd64 ~arm64 ~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..53675402d4 --- /dev/null +++ b/kde-apps/kmail-account-wizard/Manifest @@ -0,0 +1 @@ +DIST kmail-account-wizard-19.08.1.tar.xz 157896 BLAKE2B 6e65411ef44233d0cc9e6906a1ed7d8a1b576b1eafd6170a9987c461ab9a5e69349d5a2c752fa3d55ac5d5dccf47e7181311d70799883525a955be81e95fad0e SHA512 0ffa1633b577cc97b007449de81d66f241eef0346d73098d6620441dc24464ab5d220cbe8095456d8fae82f2b9d41cf4cddaaa73ca74e80b05b295ce5462aee7 diff --git a/kde-apps/kmail-account-wizard/kmail-account-wizard-19.08.1.ebuild b/kde-apps/kmail-account-wizard/kmail-account-wizard-19.08.1.ebuild new file mode 100644 index 0000000000..9c19a766bb --- /dev/null +++ b/kde-apps/kmail-account-wizard/kmail-account-wizard-19.08.1.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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 ~arm64 ~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..ecb5a3fd09 --- /dev/null +++ b/kde-apps/kmail/Manifest @@ -0,0 +1 @@ +DIST kmail-19.08.1.tar.xz 4729780 BLAKE2B cb583f395e91757f0b4af644b21d85789d856451bca9e1f4b289eafbe31f5f4df881a09e18a03d5ab8be1c95471c7c51e2972eb0d3d671ead43bb16eab16a122 SHA512 141fe22ff505c7b60fb05e626153cd28ba7798f62ddc4ad5765c0cd7f28c5ef73a1fe4f8030019d7b59a94b9ff0432d9f609ea8528bee9c1a48968ad274454d4 diff --git a/kde-apps/kmail/kmail-19.08.1.ebuild b/kde-apps/kmail/kmail-19.08.1.ebuild new file mode 100644 index 0000000000..49369f848a --- /dev/null +++ b/kde-apps/kmail/kmail-19.08.1.ebuild @@ -0,0 +1,115 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +KDE_TEST="forceoptional" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Email client, supporting POP3 and IMAP mailboxes." +HOMEPAGE="https://kde.org/applications/internet/kmail/" +LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +BDEPEND=" + dev-libs/libxslt + test? ( $(add_kdeapps_dep akonadi 'tools') ) +" +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) + >=app-crypt/gpgme-1.11.1[cxx,qt5] +" +DEPEND="${COMMON_DEPEND} + $(add_kdeapps_dep kcalutils) + $(add_kdeapps_dep kldap) + test? ( $(add_kdeapps_dep akonadi 'sqlite') ) +" +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() { + kde5_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)" + } + + if [[ -z "${REPLACING_VERSIONS}" ]]; then + 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})" + fi +} diff --git a/kde-apps/kmailtransport/Manifest b/kde-apps/kmailtransport/Manifest new file mode 100644 index 0000000000..d6e3318725 --- /dev/null +++ b/kde-apps/kmailtransport/Manifest @@ -0,0 +1 @@ +DIST kmailtransport-19.08.1.tar.xz 166148 BLAKE2B e1bc8f59097ff23cfb6d544eea68873796b083d5ea50e7324468c7e7873d0fb62ef0f0f63f24e7e82a7ed68d795702f610be594ce4ece384f4e27e1421b2a85f SHA512 62bc4101cec89d7ec3aff519d35df42ef2c96ebbb66dbfdfff1ef7b7c8bc4ce5a6c6dd466315ba02ee410c628fbc99eadfa3a0ad7ee33a664fb091328adbfcc5 diff --git a/kde-apps/kmailtransport/kmailtransport-19.08.1.ebuild b/kde-apps/kmailtransport/kmailtransport-19.08.1.ebuild new file mode 100644 index 0000000000..46e041ac7c --- /dev/null +++ b/kde-apps/kmailtransport/kmailtransport-19.08.1.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_TEST="true" +inherit kde5 + +DESCRIPTION="Mail transport service" +LICENSE="LGPL-2.1+" +KEYWORDS="~amd64 ~arm64 ~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_kdeapps_dep libkgapi) + $(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 +" + +RESTRICT+=" test" diff --git a/kde-apps/kmbox/Manifest b/kde-apps/kmbox/Manifest new file mode 100644 index 0000000000..0c03408bf4 --- /dev/null +++ b/kde-apps/kmbox/Manifest @@ -0,0 +1 @@ +DIST kmbox-19.08.1.tar.xz 24644 BLAKE2B 683997e22ff5b3bca26b3b34749283d68fcb13a691bcd420224eb60bf7a218a80b03ace7fffab6fc1ebe67f918e245d505db8847dd9a79d691e4e83366dd7a88 SHA512 8629a880fb3ad5c894e7e59b8a839901e5e1f892e142c5e084ee91686244db30895dc58f1577ace28e6456048e4a993031ee30cab1cf9089437fc24f286ddd03 diff --git a/kde-apps/kmbox/kmbox-19.08.1.ebuild b/kde-apps/kmbox/kmbox-19.08.1.ebuild new file mode 100644 index 0000000000..c3a3f4454a --- /dev/null +++ b/kde-apps/kmbox/kmbox-19.08.1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_TEST="true" +inherit kde5 + +DESCRIPTION="Library for accessing MBox format mail storages" +LICENSE="GPL-2+" +KEYWORDS="~amd64 ~arm64 ~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..b217d65829 --- /dev/null +++ b/kde-apps/kmime/Manifest @@ -0,0 +1 @@ +DIST kmime-19.08.1.tar.xz 147532 BLAKE2B d9eb2f92ca3c3a7c91d1d0c2a5ab00b176acecb444f875a21db0cb501e55bd18c9c41ecd4d94c9cabb7a231f72f7e695958a0b42cea0dd01c878cd629c6d7766 SHA512 d1cdb8e7626e2071a95edadd1257255bb3f6318358736154d9d07897cd15388a433e4879affaadd4b5e67f5d35294ed17a4acd5ba2b9a9da3ab1ce5094bbeea6 diff --git a/kde-apps/kmime/kmime-19.08.1.ebuild b/kde-apps/kmime/kmime-19.08.1.ebuild new file mode 100644 index 0000000000..74185b4ee1 --- /dev/null +++ b/kde-apps/kmime/kmime-19.08.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_TEST="true" +inherit kde5 + +DESCRIPTION="Libary for handling mail messages and newsgroup articles" +LICENSE="GPL-2+" +KEYWORDS="~amd64 ~arm64 ~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..efa86dbe52 --- /dev/null +++ b/kde-apps/kmines/Manifest @@ -0,0 +1 @@ +DIST kmines-19.08.1.tar.xz 898844 BLAKE2B 606bd666d582740984a0c5c2544ad40fd0d8c5def7f2876d2fb5b6b699b160b43c26ec7d971ed4a49a4dd4427cc34b68764116821518258c05bac04bc2646225 SHA512 f2459218e76a53bc80896e6f627e6387812e0a29618861afb6ceb570e57b674b028f94a36faa94734018a718965d727a7a9cdbab3252bff7c3336283a24a36ee diff --git a/kde-apps/kmines/kmines-19.08.1.ebuild b/kde-apps/kmines/kmines-19.08.1.ebuild new file mode 100644 index 0000000000..5adc59c160 --- /dev/null +++ b/kde-apps/kmines/kmines-19.08.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +KDE_SELINUX_MODULE="games" +inherit kde5 + +DESCRIPTION="Classic mine sweeper game" +HOMEPAGE="https://kde.org/applications/games/kmines/ +https://games.kde.org/game.php?game=kmines" +KEYWORDS="~amd64 ~arm64 ~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..1513d79c14 --- /dev/null +++ b/kde-apps/kmix/Manifest @@ -0,0 +1 @@ +DIST kmix-19.08.1.tar.xz 1005284 BLAKE2B d328b740ffbdeb0906a240a95b5ce37b52043bc344e7f254768fcd05884dc0a8266a30ccd289c8eafcd111c897a97a034158e3f3a3f0f3dfba85542d069ce263 SHA512 84e3224bcb9fed06e2a8f0dd61c85e8684579d89078114a5ef2b6fc5f740598d05d0ad20dc7df0a77473d47b265a5bd49f12f3630911fa8bf294cae6b0e51481 diff --git a/kde-apps/kmix/kmix-19.08.1.ebuild b/kde-apps/kmix/kmix-19.08.1.ebuild new file mode 100644 index 0000000000..8935712562 --- /dev/null +++ b/kde-apps/kmix/kmix-19.08.1.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +KDE_TEST="false" +inherit kde5 + +DESCRIPTION="Plasma mixer gui" +HOMEPAGE="https://kde.org/applications/multimedia/kmix/" +KEYWORDS="~amd64 ~arm64 ~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_frameworks_dep solid) + $(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) +" + +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..68a22beffe --- /dev/null +++ b/kde-apps/kmousetool/Manifest @@ -0,0 +1 @@ +DIST kmousetool-19.08.1.tar.xz 113592 BLAKE2B 27ddeb51dc3c181e74116de9677c2ab83f44a80c6b150fce0f043ce3566cf4459a3e037555a6724e59adf272ea7de7fa9cf0ae16518439ab98323ad7c848bdab SHA512 d91a4715ead5ccb16c22558490f071db1ede11b91a564a2a85f19fc5e8424425e99df2bfe3142ff52d813b826614fd2ee54b76797379bcc368d6cca2e3e4f413 diff --git a/kde-apps/kmousetool/kmousetool-19.08.1.ebuild b/kde-apps/kmousetool/kmousetool-19.08.1.ebuild new file mode 100644 index 0000000000..46abd934a5 --- /dev/null +++ b/kde-apps/kmousetool/kmousetool-19.08.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="KDE program that clicks the mouse for you" +HOMEPAGE="https://kde.org/applications/utilities/kmousetool/" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +RDEPEND=" + $(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="${RDEPEND} + x11-base/xorg-proto + x11-libs/libXext + x11-libs/libXt +" diff --git a/kde-apps/kmouth/Manifest b/kde-apps/kmouth/Manifest new file mode 100644 index 0000000000..d7f07819ce --- /dev/null +++ b/kde-apps/kmouth/Manifest @@ -0,0 +1 @@ +DIST kmouth-19.08.1.tar.xz 1964544 BLAKE2B aab363287859e9cac4fb7a8576e0f7118c39e7d8370dd3083bb9e2ed6f157e7537c3ccf6c26b9cab5cfa5e094e5e685686eafaa3548ff46a38cbf924784f9b08 SHA512 93641ae93bb3399318441a85824af00ceed9fd2f0220e9d87dd4c83f4e17190be189bc5c3a47e580f3863ca8a5d62fd442e3e57feabce5cc2ab13f881a3a600d diff --git a/kde-apps/kmouth/kmouth-19.08.1.ebuild b/kde-apps/kmouth/kmouth-19.08.1.ebuild new file mode 100644 index 0000000000..2384c4b8c0 --- /dev/null +++ b/kde-apps/kmouth/kmouth-19.08.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Text-to-speech synthesizer front end" +HOMEPAGE="https://kde.org/applications/utilities/kmouth/" +KEYWORDS="~amd64 ~arm64 ~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}" diff --git a/kde-apps/kmplot/Manifest b/kde-apps/kmplot/Manifest new file mode 100644 index 0000000000..1f317ae5ae --- /dev/null +++ b/kde-apps/kmplot/Manifest @@ -0,0 +1 @@ +DIST kmplot-19.08.1.tar.xz 3055312 BLAKE2B 306671779deaa906d9e25ff4a0c7ba2c1a61b276d47c01a696bc9d7e0789eb4c41d43e0223487c28e7c7c9c544cc67c21cd3998cfb1aa222e033b99c54adcfd3 SHA512 dd76ff8a23a100f106fd7895db1058c2d9df631f9f79b38ba58ffbf0577429dc78676904bb21f0bbb11128d76b5dac2d4cb3fdc70ad831716dcd908e5208e93f diff --git a/kde-apps/kmplot/kmplot-19.08.1.ebuild b/kde-apps/kmplot/kmplot-19.08.1.ebuild new file mode 100644 index 0000000000..24545ff4af --- /dev/null +++ b/kde-apps/kmplot/kmplot-19.08.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Mathematical function plotter" +HOMEPAGE="https://kde.org/applications/education/kmplot https://edu.kde.org/kmplot/" +KEYWORDS="~amd64 ~arm64 ~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 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..f8f9c9156d --- /dev/null +++ b/kde-apps/knavalbattle/Manifest @@ -0,0 +1 @@ +DIST knavalbattle-19.08.1.tar.xz 1280000 BLAKE2B 0a93dd139681427eff6a7fd9747b91d2739fc06cc4caf73a9f1af3e6eff3bf98f6e411048e5d56f06db042892ab54329c3c7b2a60a37c23023abc4920b85217b SHA512 e74d41cc2d3265f481c22b55d34b050b14ec911b0df1c4fae36ac88379e45bdd3e18340bd7dee9c268160a4b02295960b4c3823f47ffb29bff650718213b5aa6 diff --git a/kde-apps/knavalbattle/knavalbattle-19.08.1.ebuild b/kde-apps/knavalbattle/knavalbattle-19.08.1.ebuild new file mode 100644 index 0000000000..1533c0dde1 --- /dev/null +++ b/kde-apps/knavalbattle/knavalbattle-19.08.1.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +KDE_SELINUX_MODULE="games" +inherit kde5 + +DESCRIPTION="Battleship clone by KDE" +HOMEPAGE=" + https://kde.org/applications/games/org.kde.knavalbattle + https://games.kde.org/game.php?game=kbattleship +" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep 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..65faf3350d --- /dev/null +++ b/kde-apps/knetwalk/Manifest @@ -0,0 +1 @@ +DIST knetwalk-19.08.1.tar.xz 1038328 BLAKE2B c51335eda09a11c88a0be4b4c135c8af087cec3c8798d81b26be453f08bf519f079374d796f6c0cc504b149319ab50c727efd2c26d1c1762f692fcc4f9ad4242 SHA512 7044da62503614ea0c83783d50994b28778fb9d8fdf288ce423e8573c46cd85d5fba0bcce91092870f069c8ea252b67945584ede91fe6a280ee348edc4365a52 diff --git a/kde-apps/knetwalk/knetwalk-19.08.1.ebuild b/kde-apps/knetwalk/knetwalk-19.08.1.ebuild new file mode 100644 index 0000000000..e18ecc06e2 --- /dev/null +++ b/kde-apps/knetwalk/knetwalk-19.08.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +KDE_TEST="optional" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="KDE version of the popular NetWalk game for system administrators" +HOMEPAGE=" + https://kde.org/applications/games/knetwalk/ + https://games.kde.org/game.php?game=knetwalk +" +KEYWORDS="~amd64 ~arm64 ~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/knights/Manifest b/kde-apps/knights/Manifest new file mode 100644 index 0000000000..27067c047e --- /dev/null +++ b/kde-apps/knights/Manifest @@ -0,0 +1 @@ +DIST knights-19.08.1.tar.xz 3511440 BLAKE2B 6d5aab15da14dc740d481be9ba0e0f050fa9e641862840329e90e161745023217e1baaaa08329cb3adbff950b5a8e3388f10f834a775cc676b60ec772931349d SHA512 c856869432f0bf695bb1185eeb16280ac688d5787eb35487fb35261963e8f757dceecdbaf4d80efb909576733fe258c5f4495d9a6a43dcc292ffec44296f614c diff --git a/kde-apps/knights/knights-19.08.1.ebuild b/kde-apps/knights/knights-19.08.1.ebuild new file mode 100644 index 0000000000..1402195458 --- /dev/null +++ b/kde-apps/knights/knights-19.08.1.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +KDE_SELINUX_MODULE="games" +inherit kde5 + +DESCRIPTION="Simple chess board based on KDE Frameworks" +HOMEPAGE="https://kde.org/applications/games/knights/" + +LICENSE="GPL-2+" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="speech" + +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 kplotting) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwallet) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_frameworks_dep plasma) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtconcurrent) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) + speech? ( $(add_qt_dep qtspeech) ) +" +RDEPEND="${DEPEND} + || ( + games-board/gnuchess + games-board/crafty + games-board/stockfish + games-board/sjeng + ) +" diff --git a/kde-apps/knotes/Manifest b/kde-apps/knotes/Manifest new file mode 100644 index 0000000000..2819b49539 --- /dev/null +++ b/kde-apps/knotes/Manifest @@ -0,0 +1 @@ +DIST knotes-19.08.1.tar.xz 319784 BLAKE2B 6aa1bc8dead18f223edc15fea046452a3a006709744e5ff43e1c992fcf2f79ff6db5d1107000fa7fc88f6ece8908a8d2a3b71f0ba9559cc78cb2e607d683e314 SHA512 7f59a7a16956409be0a7a840832b802480b1ad1d574787283813895bbd9734509b04999119c65bc1871312a5214f5b34cc67f3f762465127a74a93d52e7854a8 diff --git a/kde-apps/knotes/knotes-19.08.1.ebuild b/kde-apps/knotes/knotes-19.08.1.ebuild new file mode 100644 index 0000000000..24590454f6 --- /dev/null +++ b/kde-apps/knotes/knotes-19.08.1.ebuild @@ -0,0 +1,72 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +KDE_TEST="forceoptional" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Note taking application" +HOMEPAGE="https://kde.org/" +LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" +KEYWORDS="~amd64 ~arm64 ~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 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 grantleetheme) + $(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..695510db09 --- /dev/null +++ b/kde-apps/kolf/Manifest @@ -0,0 +1 @@ +DIST kolf-19.08.1.tar.xz 1031268 BLAKE2B 531be3e8e555d0f4b86d6c8863389819d420d08cdc90aaf160fb296a9c258c4d4ef06afa2426e3c28702d240b00cb98bb498da468e470bf3ff1b8b25d4e7ff9a SHA512 84714c55251297baa399c7ca0ef59d7aebe9f3ba7689c6f0e624c91336cd4aaea22e3ade2047ccbefbb0dbea889f1098c558013e631556a988dfaf844a1f7de6 diff --git a/kde-apps/kolf/kolf-19.08.1.ebuild b/kde-apps/kolf/kolf-19.08.1.ebuild new file mode 100644 index 0000000000..d0930c6a2d --- /dev/null +++ b/kde-apps/kolf/kolf-19.08.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +KDE_SELINUX_MODULE="games" +inherit kde5 + +DESCRIPTION="Minigolf game by KDE" +HOMEPAGE=" + https://kde.org/applications/games/kolf/ + https://games.kde.org/game.php?game=kolf +" +KEYWORDS="~amd64 ~arm64 ~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 kjobwidgets) + $(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/kollision/Manifest b/kde-apps/kollision/Manifest new file mode 100644 index 0000000000..5183b18929 --- /dev/null +++ b/kde-apps/kollision/Manifest @@ -0,0 +1 @@ +DIST kollision-19.08.1.tar.xz 281064 BLAKE2B c539246850fd87da27c589842ab7d6874f807f4a58f819072de21cd9d04238be01f2a9f1a440ba147b7e7971b627607d2e2332dd5a649b2ad19dd77a73b13c52 SHA512 6b4de067a9111db7ff3b9ef16b1d46def4889ff137ccc04456851252522bb5177de98858e6333bd715828fe82f8939115a9cb4362b053b1c13865e0f80ba64ea diff --git a/kde-apps/kollision/kollision-19.08.1.ebuild b/kde-apps/kollision/kollision-19.08.1.ebuild new file mode 100644 index 0000000000..8cd239d19f --- /dev/null +++ b/kde-apps/kollision/kollision-19.08.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Simple ball dodging game" +HOMEPAGE=" + https://kde.org/applications/games/kollision/ + https://games.kde.org/game.php?game=kollision +" +KEYWORDS="~amd64 ~arm64 ~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..448ceef2ad --- /dev/null +++ b/kde-apps/kolourpaint/Manifest @@ -0,0 +1 @@ +DIST kolourpaint-19.08.1.tar.xz 5651556 BLAKE2B 86711c8454f71c664ae673112a7be5667f83334168d648ed0532ff09e0c64cee7f92eb29a6849f68ac85c36b015ea1fe32210dfb4ac33d1cbecf2b9b2e6e9263 SHA512 63b874c5a3db5673902f6a6d1c7c25d9a732ada3b4c4a7d02293d0a46eea5557abc6f44dd3e5a20edfa66a8bf36fa3f0bbdc1a4f1943c6c8cf959e9b94ba9447 diff --git a/kde-apps/kolourpaint/kolourpaint-19.08.1.ebuild b/kde-apps/kolourpaint/kolourpaint-19.08.1.ebuild new file mode 100644 index 0000000000..d36c8c7865 --- /dev/null +++ b/kde-apps/kolourpaint/kolourpaint-19.08.1.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Paint Program by KDE" +HOMEPAGE="https://kde.org/applications/graphics/kolourpaint/" +LICENSE="BSD-2 LGPL-2 LGPL-2+ || ( LGPL-2.1 LGPL-3 ) GPL-2 handbook? ( FDL-1.2 )" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="scanner" + +DEPEND=" + $(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 kio) + $(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) ) +" +RDEPEND="${DEPEND}" + +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..b942955d11 --- /dev/null +++ b/kde-apps/kompare/Manifest @@ -0,0 +1 @@ +DIST kompare-19.08.1.tar.xz 801764 BLAKE2B 4464dac7a44bdd7f8a6cca1c06b8cc6b10e74289a507b5ad505c80387d72074882b6b958330db3613405731feca8eeb604e4ed77e2f2d8f05a876227e9b17e9d SHA512 717d8357b06d53337c6191ec2cb14f80c9fe2145ed25d7b9d4d0db2b3a9aebffb9b6a200d2ee671adcd2529f7009889132647671a0665b08c6e2f1817327141a diff --git a/kde-apps/kompare/kompare-19.08.1.ebuild b/kde-apps/kompare/kompare-19.08.1.ebuild new file mode 100644 index 0000000000..70464071af --- /dev/null +++ b/kde-apps/kompare/kompare-19.08.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="A program to view the differences between files" +HOMEPAGE="https://kde.org/applications/development/kompare" +KEYWORDS="~amd64 ~arm64 ~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..e2504490f7 --- /dev/null +++ b/kde-apps/konqueror/Manifest @@ -0,0 +1 @@ +DIST konqueror-19.08.1.tar.xz 7609624 BLAKE2B 586da3a8c14bf8baf06d16ba432141dcf249efc65965edf7a148274dc16507704c7d64151fdad82c6963e58cb98dda7c4d70af3793723b82b83b13a461d1864e SHA512 92b6af8e6d1f4ecd906a09baf37276b81583d9afa330e89a381b0dd9a08129f75d78f85c820d0ad6264e5a954bc3c3c7734ffd31f5f5c44bf5db726b3f6c4dc9 diff --git a/kde-apps/konqueror/konqueror-19.08.1.ebuild b/kde-apps/konqueror/konqueror-19.08.1.ebuild new file mode 100644 index 0000000000..1e545b7f4b --- /dev/null +++ b/kde-apps/konqueror/konqueror-19.08.1.ebuild @@ -0,0 +1,110 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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://kde.org/applications/internet/konqueror/ + https://konqueror.org/ +" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="activities speech tidy +webengine 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 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) + sys-libs/zlib + speech? ( $(add_qt_dep qtspeech) ) + tidy? ( app-text/tidy-html5 ) + webengine? ( $(add_qt_dep qtwebengine 'widgets') ) + 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) + !webengine? ( kde-misc/kwebkitpart:5 ) +" + +src_prepare() { + [[ ${CHOST} == *-solaris* ]] && append-ldflags -lmalloc + + if ! use webengine; then + punt_bogus_dep Qt5 WebEngineWidgets + cmake_comment_add_subdirectory webenginepart + fi + + 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 [[ -z "${REPLACING_VERSIONS}" ]]; then + 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 + fi +} diff --git a/kde-apps/konquest/Manifest b/kde-apps/konquest/Manifest new file mode 100644 index 0000000000..c014a22bff --- /dev/null +++ b/kde-apps/konquest/Manifest @@ -0,0 +1 @@ +DIST konquest-19.08.1.tar.xz 658328 BLAKE2B 21eb2e5100537e781316ff548c46f09f7661d1b1ed5305118785f51cf93a5d8050be3986f8fc9fec855d4ef3e01c35d3f808d0425035841e33fe078f8e44289b SHA512 6cca8adfbbf2f7d10bf4815ace3db921182047c7758956a96b2d9cf6f3a45da9ee827e018e1b2890061667361a90a6a4fa1f2a6fd982f922acf1fbccb9a45fc0 diff --git a/kde-apps/konquest/konquest-19.08.1.ebuild b/kde-apps/konquest/konquest-19.08.1.ebuild new file mode 100644 index 0000000000..7985faf9f3 --- /dev/null +++ b/kde-apps/konquest/konquest-19.08.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +KDE_SELINUX_MODULE="games" +inherit kde5 + +DESCRIPTION="Galactic Strategy KDE Game" +HOMEPAGE=" + https://kde.org/applications/games/konquest/ + https://games.kde.org/game.php?game=konquest +" +KEYWORDS="~amd64 ~arm64 ~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}" diff --git a/kde-apps/konsole/Manifest b/kde-apps/konsole/Manifest new file mode 100644 index 0000000000..26d4a6992b --- /dev/null +++ b/kde-apps/konsole/Manifest @@ -0,0 +1 @@ +DIST konsole-19.08.1.tar.xz 1146824 BLAKE2B ad1983ccbb0044620e698995d5f1979c6cc5f1ee4196554205dc2287b10ec6c2361a981cb4b9d44e28e54e3b892eba73a724d07202239c481304dfe23a7474f6 SHA512 e68d51f6307c68f3e0ac2df9f2ab6eedac4984e04154bbc29d67ad6955c6210ebfb659488aac44a797e7e26d4cef0fa0e069e25a1d17a250b73a8cf0aca01696 diff --git a/kde-apps/konsole/konsole-19.08.1.ebuild b/kde-apps/konsole/konsole-19.08.1.ebuild new file mode 100644 index 0000000000..260b1d7551 --- /dev/null +++ b/kde-apps/konsole/konsole-19.08.1.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="optional" +KDE_TEST="true" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="KDE's terminal emulator" +HOMEPAGE="https://kde.org/applications/system/konsole https://konsole.kde.org" + +KEYWORDS="~amd64 ~arm64 ~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 knewstuff) + $(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..bd3ac7b13f --- /dev/null +++ b/kde-apps/konsolekalendar/Manifest @@ -0,0 +1 @@ +DIST akonadi-calendar-tools-19.08.1.tar.xz 223888 BLAKE2B 1b14e93ffbc23f17e9cdfa004faeb0206bdbebc00bf6424c5327a63f3bec59cf3ebea84846204ea724d9d1bbd1f3ec940407697df66a1ab50a306cf66a3ea6f0 SHA512 f0289f852bcd0787f919d179e81a916c1500ff1b37c16b5af77b3aadda30e49b8022cca432ab29a1efe5dcf56cfa495ada00ab042187058b8ba4c8fcc1b1a4cf diff --git a/kde-apps/konsolekalendar/konsolekalendar-19.08.1.ebuild b/kde-apps/konsolekalendar/konsolekalendar-19.08.1.ebuild new file mode 100644 index 0000000000..bb7f42fb22 --- /dev/null +++ b/kde-apps/konsolekalendar/konsolekalendar-19.08.1.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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 ~arm64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(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..02938e34c8 --- /dev/null +++ b/kde-apps/kontact/Manifest @@ -0,0 +1 @@ +DIST kontact-19.08.1.tar.xz 795000 BLAKE2B 66aa0e3a098f3349d464ecbf38561b51aa7a6cf1aa4be82a1bdd635d0ac60c3023c12513a2dd7df9f01e2d0fbc601750c52e6e523df91f29190590f1e04eb03d SHA512 967c05e289b527fbfde8b728e312ca201750fe46e139ffc13035ecd862ce70998a13dfc246259e926f82c9a6e6d6c44a50aa2188ecee274e56b5b057caff9344 diff --git a/kde-apps/kontact/kontact-19.08.1.ebuild b/kde-apps/kontact/kontact-19.08.1.ebuild new file mode 100644 index 0000000000..0c785c3011 --- /dev/null +++ b/kde-apps/kontact/kontact-19.08.1.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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 ~arm64 ~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..7fb1efd31a --- /dev/null +++ b/kde-apps/kontactinterface/Manifest @@ -0,0 +1 @@ +DIST kontactinterface-19.08.1.tar.xz 33088 BLAKE2B ae9b4a2560a4b307ec6fc0e464ff1b94274e05d547ecdff7341552e1ca18123e9101fcae82d03e8098a2ed895c5f3c08a68229e6af3a180f300f8f583eeec8e1 SHA512 88abce33055b1dfaca9ff2d5637038cb611287e59364df35fc4f85da84850d7628d77645bdee34fec6b4dc60b1b4f25f16cce0f3ed1e461125d0f11e6159d28d diff --git a/kde-apps/kontactinterface/kontactinterface-19.08.1.ebuild b/kde-apps/kontactinterface/kontactinterface-19.08.1.ebuild new file mode 100644 index 0000000000..efc7e0dec3 --- /dev/null +++ b/kde-apps/kontactinterface/kontactinterface-19.08.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit kde5 + +DESCRIPTION="Library for embedding KParts in a Kontact component" +LICENSE="GPL-2+ LGPL-2.1+" +KEYWORDS="~amd64 ~arm64 ~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/kopete/Manifest b/kde-apps/kopete/Manifest new file mode 100644 index 0000000000..b3eed5f376 --- /dev/null +++ b/kde-apps/kopete/Manifest @@ -0,0 +1 @@ +DIST kopete-19.08.1.tar.xz 9384280 BLAKE2B 84499a27f48aa53dda681377dd022d2ba9dd9c487836583b0d554906383ff5170cf1515531e2d8538788358399a9d1d2bd71aeeaca28ae01891e1fefde9a6390 SHA512 4994db5365a3e685f734327a12e2c4034cef4d31a21d01b7aaa31c426bb8fe509adb9436cebfa8c49604a4a279a0690fd5e785c7730328f61bcade782959d14c diff --git a/kde-apps/kopete/kopete-19.08.1.ebuild b/kde-apps/kopete/kopete-19.08.1.ebuild new file mode 100644 index 0000000000..e62bea3ecc --- /dev/null +++ b/kde-apps/kopete/kopete-19.08.1.ebuild @@ -0,0 +1,178 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +KDE_TEST="forceoptional" +inherit kde5 + +DESCRIPTION="Multi-protocol IM client based on KDE Frameworks" +HOMEPAGE="https://userbase.kde.org/Kopete https://kde.org/applications/internet/kopete" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="ssl v4l" + +# Available plugins +# +# addbookmarks: NO DEPS +# alias: NO DEPS (disabled upstream) +# autoreplace: NO DEPS +# contactnotes: NO DEPS +# cryptography: BROKEN (app-crypt/gpgme[cxx,qt5], kde-apps/libkleo:5) +# highlight: NO DEPS +# history: NO DEPS +# latex: virtual/latex as RDEPEND +# nowlistening: NO DEPS +# otr: libotr +# pipes: NO DEPS +# privacy: NO DEPS +# statistics: dev-db/sqlite:3 +# texteffect: NO DEPS +# translator: NO DEPS +# urlpicpreview: NO DEPS +# webpresence: libxml2 libxslt +# NOTE: By default we enable all plugins that don't have any dependencies +PLUGINS="+addbookmarks +autoreplace +contactnotes +highlight history latex nowlistening +otr pipes +privacy +statistics +texteffect translator +urlpicpreview webpresence" + +# Available protocols +# gadu: net-libs/libgadu @since 4.3 +# groupwise: app-crypt/qca:2 +# irc: NO DEPS, probably will fail so inform user about it +# xmpp: net-dns/libidn app-crypt/qca:2 ENABLED BY DEFAULT NETWORK +# jingle: media-libs/speex net-libs/ortp DISABLED BY UPSTREAM +# meanwhile: net-libs/meanwhile +# oscar: NO DEPS +# telepathy: net-libs/decibel +# testbed: NO DEPS +# winpopup: NO DEPS (we're adding samba as RDEPEND so it works) +# zeroconf (bonjour): NO DEPS +PROTOCOLS="gadu groupwise jingle meanwhile oscar testbed winpopup +xmpp zeroconf" + +# disabled protocols +# irc: NO DEPS +# qq: NO DEPS +# telepathy: net-libs/decibel +# skype, sms (until fixed) + +IUSE="${IUSE} ${PLUGINS} ${PROTOCOLS}" + +COMMON_DEPEND=" + $(add_frameworks_dep kcmutils) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep khtml) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep kemoticons) + $(add_frameworks_dep khtml) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep knotifyconfig) + $(add_frameworks_dep kparts) + $(add_frameworks_dep ktexteditor) + $(add_kdeapps_dep kcontacts) + $(add_kdeapps_dep kidentitymanagement) + $(add_kdeapps_dep libkleo) + $(add_qt_dep qtgui) + $(add_qt_dep qtsql) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + app-crypt/gpgme[cxx,qt5] + dev-libs/libpcre + media-libs/phonon[qt5(+)] + x11-libs/libX11 + x11-libs/libXScrnSaver + gadu? ( >=net-libs/libgadu-1.8.0[threads] ) + groupwise? ( app-crypt/qca:2[qt5(+)] ) + jingle? ( + dev-libs/expat + dev-libs/openssl:0= + >=media-libs/mediastreamer-2.3.0 + media-libs/speex + net-libs/libsrtp:= + net-libs/ortp:= + ) + meanwhile? ( net-libs/meanwhile ) + otr? ( >=net-libs/libotr-4.0.0 ) + statistics? ( dev-db/sqlite:3 ) + v4l? ( media-libs/libv4l ) + webpresence? ( + dev-libs/libxml2 + dev-libs/libxslt + ) + xmpp? ( + app-crypt/qca:2[qt5(+)] + net-dns/libidn:0= + sys-libs/zlib:= + ) + zeroconf? ( + $(add_frameworks_dep kdnssd) + $(add_kdeapps_dep kidentitymanagement) + ) +" +RDEPEND="${COMMON_DEPEND} + latex? ( + || ( + media-gfx/imagemagick + media-gfx/graphicsmagick[imagemagick] + ) + virtual/latex-base + ) + ssl? ( app-crypt/qca:2[ssl] ) +" +# sms? ( app-mobilephone/smssend ) +# winpopup? ( net-fs/samba ) +DEPEND="${COMMON_DEPEND} + x11-base/xorg-proto + jingle? ( dev-libs/jsoncpp ) +" + +# tests hang, last checked for 4.2.96 +RESTRICT+=" test" + +src_configure() { + local x x2 + # Handle common stuff + local mycmakeargs=( + -DWITH_qq=OFF + $(cmake-utils_use_find_package jingle LiboRTP) + $(cmake-utils_use_find_package jingle Mediastreamer) + $(cmake-utils_use_find_package jingle Speex) + -DDISABLE_VIDEOSUPPORT=$(usex !v4l) + ) + # enable protocols + for x in ${PROTOCOLS}; do + case ${x/+/} in + jingle) x2=libjingle ;; + xmpp) x2=jabber ;; + zeroconf) x2=bonjour ;; + *) x2=${x/+/} ;; + esac + mycmakeargs+=( -DWITH_${x2}=$(usex ${x/+/}) ) + done + + # disable until fixed: + mycmakeargs+=( -DWITH_{cryptography,libjingle,skype,sms}=OFF ) + + # enable plugins + for x in ${PLUGINS}; do + mycmakeargs+=( -DWITH_${x/+/}=$(usex ${x/+/}) ) + done + + kde5_src_configure +} + +pkg_postinst() { + kde5_pkg_postinst + + if ! use ssl; then + if use xmpp ; then + if ! has_version "app-crypt/qca:2[ssl]" ; then + elog "In order to use ssl in xmpp you'll need to" + elog "install app-crypt/qca package with USE=ssl." + fi + fi + fi +} diff --git a/kde-apps/korganizer/Manifest b/kde-apps/korganizer/Manifest new file mode 100644 index 0000000000..299389bca3 --- /dev/null +++ b/kde-apps/korganizer/Manifest @@ -0,0 +1 @@ +DIST korganizer-19.08.1.tar.xz 2223984 BLAKE2B e5ac345ed2e4ebe36f9def65aa7148910104fde035b0281ddbc27bb548c2c363eeb3f90b6dd257335f614115c7e6d100d99681e61d50d440bcf71e02f4fc9953 SHA512 2173618d74ccc766b3663ad4324eb4a0ed18f0e1954610ebe84d1b2b91eed440ff96632770f0d33363f9bc35c5be92fc300604f35c46cf02510bad48cc926ba0 diff --git a/kde-apps/korganizer/korganizer-19.08.1.ebuild b/kde-apps/korganizer/korganizer-19.08.1.ebuild new file mode 100644 index 0000000000..614def25b7 --- /dev/null +++ b/kde-apps/korganizer/korganizer-19.08.1.ebuild @@ -0,0 +1,92 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +KDE_TEST="forceoptional" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Organizational assistant, providing calendars and other similar functionality" +HOMEPAGE="https://kde.org/applications/office/korganizer/" +LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="X" + +BDEPEND=" + test? ( $(add_kdeapps_dep akonadi 'tools') ) +" +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 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 qtmultimedia) + $(add_qt_dep qtwidgets) + 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') ) +" +RDEPEND="${COMMON_DEPEND} + !kde-apps/kdepim-common-libs:4 + !kde-apps/kdepim-l10n + $(add_kdeapps_dep kdepim-runtime) +" + +# testkodaymatrix is broken, akonadi* tests need DBus, bug #665686 +RESTRICT+=" test" + +src_configure() { + local mycmakeargs=( + $(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..c1b05e9250 --- /dev/null +++ b/kde-apps/kpat/Manifest @@ -0,0 +1 @@ +DIST kpat-19.08.1.tar.xz 3577040 BLAKE2B 91f4cf3704f0ef8f0bcaca267bb585c5db57017c48d982b13ec52ac8d92c3ea313941e7c6ccb85737bd1825645d82197d01b9e3f335a4f328b19506356c5445b SHA512 6d67adc4de94911f37c872acdef02aa8b2e0c401ea8545cae3b0358d501d0e94f72de47039c9a9b55adac3aead59d77307bb0742b9ea079049c997b91f535219 diff --git a/kde-apps/kpat/kpat-19.08.1.ebuild b/kde-apps/kpat/kpat-19.08.1.ebuild new file mode 100644 index 0000000000..c11a050269 --- /dev/null +++ b/kde-apps/kpat/kpat-19.08.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +KDE_SELINUX_MODULE="games" +inherit kde5 + +DESCRIPTION="KDE patience game" +HOMEPAGE="https://games.kde.org/game.php?game=kpat" +KEYWORDS="~amd64 ~arm64 ~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) + dev-games/freecell-solver +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/kpimtextedit/Manifest b/kde-apps/kpimtextedit/Manifest new file mode 100644 index 0000000000..b262e21354 --- /dev/null +++ b/kde-apps/kpimtextedit/Manifest @@ -0,0 +1 @@ +DIST kpimtextedit-19.08.1.tar.xz 154964 BLAKE2B bcd37db936d7d51eb0e12cd138c1f491eeef8c1dbda6a340cd46a0d9852fb93e62783888a5bc07c83834deeb06df1588df7073faa536b961e3ae5872d6d06c6f SHA512 6a7ab5f2a8656f1c6195d081f4d9b9da66e4c503c9fedd1ecba7c25f23cfffc259cfd08e2824e8d4b212cc3869cb3ba10c8bee09babf6e721d1b671f40e733a4 diff --git a/kde-apps/kpimtextedit/kpimtextedit-19.08.1.ebuild b/kde-apps/kpimtextedit/kpimtextedit-19.08.1.ebuild new file mode 100644 index 0000000000..cd57292233 --- /dev/null +++ b/kde-apps/kpimtextedit/kpimtextedit-19.08.1.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_DESIGNERPLUGIN="true" +KDE_TEST="true" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="A textedit with PIM-specific features" +LICENSE="LGPL-2.1+" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +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 qtspeech) + $(add_qt_dep qtwidgets) + dev-libs/grantlee:5 +" +DEPEND="${COMMON_DEPEND} + test? ( $(add_frameworks_dep ktextwidgets) ) +" +RDEPEND="${COMMON_DEPEND} + !kde-apps/kdepim-l10n +" + +RESTRICT+=" test" diff --git a/kde-apps/kpkpass/Manifest b/kde-apps/kpkpass/Manifest new file mode 100644 index 0000000000..fb1a19b86d --- /dev/null +++ b/kde-apps/kpkpass/Manifest @@ -0,0 +1 @@ +DIST kpkpass-19.08.1.tar.xz 23260 BLAKE2B 9f12c2c107fdadd2627bd810a1c3808b7b676ca4db8a435a8ea7bfd5ec66764b29059a5ce4a7854a235a93786fac7b13918991ebfa8100517a49844e4c976e10 SHA512 797455c9fd7a78bbe2c39b2c05761aa08e3e837c607943c1dfa8f92e2d40f309526fd89bf5c1c744b79af4f26188cfc24d52726948ab425285367cd9277403fa diff --git a/kde-apps/kpkpass/kpkpass-19.08.1.ebuild b/kde-apps/kpkpass/kpkpass-19.08.1.ebuild new file mode 100644 index 0000000000..ad5acedd9c --- /dev/null +++ b/kde-apps/kpkpass/kpkpass-19.08.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_TEST="forceoptional" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Library to deal with Apple Wallet pass files" +HOMEPAGE="https://kde.org/applications/office/kontact/" + +LICENSE="LGPL-2.1+" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep karchive) + $(add_qt_dep qtgui) +" +RDEPEND="${DEPEND} + !<kde-apps/kdepim-addons-18.07.80 +" diff --git a/kde-apps/kqtquickcharts/Manifest b/kde-apps/kqtquickcharts/Manifest new file mode 100644 index 0000000000..9288c3e2e9 --- /dev/null +++ b/kde-apps/kqtquickcharts/Manifest @@ -0,0 +1 @@ +DIST kqtquickcharts-19.08.1.tar.xz 25720 BLAKE2B 93e86fb5d995eca9ca2a98274fd17c7ad589632319f3b6e3c92897893526079570a5417733ffdf94f2625625a8e271754ff65f7c980db9e1dd512e0a7075000f SHA512 7ca480ee6a913f2dff288dc374cded569a20a8119c04fdb0bd8fa1ddb282ebddcb4dec41d8a102d969a7ad1d5fd8637ee7a436fa983ee29ad1775aed805d4b06 diff --git a/kde-apps/kqtquickcharts/kqtquickcharts-19.08.1.ebuild b/kde-apps/kqtquickcharts/kqtquickcharts-19.08.1.ebuild new file mode 100644 index 0000000000..e10a5f2a6e --- /dev/null +++ b/kde-apps/kqtquickcharts/kqtquickcharts-19.08.1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit kde5 + +DESCRIPTION="Qt Quick plugin for beautiful and interactive charts" +KEYWORDS="~amd64 ~arm64 ~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..60e3fead84 --- /dev/null +++ b/kde-apps/krdc/Manifest @@ -0,0 +1 @@ +DIST krdc-19.08.1.tar.xz 1422288 BLAKE2B cab69447d65fea83f076f1422d763bf0f05177a9d8c98e297cc9747ed28f6f437b754b404eb61b839562249b6a414f78163c34413668865e9f14470684304db3 SHA512 eb6a9642f2a686a9f68440b5fb601703918a67bc0882bcda7a27a65bb394a9877d063704ebb151aec535a6da3a0ac2f622b9c4040db9402f1bdb226f724f6025 diff --git a/kde-apps/krdc/krdc-19.08.1.ebuild b/kde-apps/krdc/krdc-19.08.1.ebuild new file mode 100644 index 0000000000..db508c801c --- /dev/null +++ b/kde-apps/krdc/krdc-19.08.1.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="optional" +inherit kde5 + +DESCRIPTION="Remote desktop connection (RDP and VNC) client" +HOMEPAGE="https://kde.org/applications/internet/krdc/" +KEYWORDS="~amd64 ~arm64 ~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 kwindowsystem) + $(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=( + $(cmake-utils_use_find_package vnc LibVNCServer) + ) + + kde5_src_configure +} diff --git a/kde-apps/kreversi/Manifest b/kde-apps/kreversi/Manifest new file mode 100644 index 0000000000..5d3b91ae52 --- /dev/null +++ b/kde-apps/kreversi/Manifest @@ -0,0 +1 @@ +DIST kreversi-19.08.1.tar.xz 943128 BLAKE2B e795f6458c386871bdcae8c77745e220ca90ec680774ace5f5e2431488d258d2d474147652ba426fbbeca8b6b6157f7bd722be8aaa606a6cd75872a12a4111fe SHA512 d60330d2a7e5eadbd57642ac0649571327f2dd26fd46cdda39541bcbe9a8ba2e0d7680f7eb72c78a940ac17ad0a1b81ca3da55ed37b204e75038ab74609d9649 diff --git a/kde-apps/kreversi/kreversi-19.08.1.ebuild b/kde-apps/kreversi/kreversi-19.08.1.ebuild new file mode 100644 index 0000000000..e387eb6b89 --- /dev/null +++ b/kde-apps/kreversi/kreversi-19.08.1.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="optional" +KDE_SELINUX_MODULE="games" +inherit kde5 + +DESCRIPTION="Board game by KDE" +HOMEPAGE=" + https://kde.org/applications/games/kreversi/ + https://games.kde.org/game.php?game=kreversi +" +KEYWORDS="~amd64 ~arm64 ~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}" diff --git a/kde-apps/krfb/Manifest b/kde-apps/krfb/Manifest new file mode 100644 index 0000000000..171be8e1f2 --- /dev/null +++ b/kde-apps/krfb/Manifest @@ -0,0 +1 @@ +DIST krfb-19.08.1.tar.xz 1277356 BLAKE2B 5532ea29d4e120fde4469ac00637aba0ba6e778ef14297cf9820d1c037eeb0223b8e077f955640404d4e5d0dfd8975967076d36a29135ff6abc21e6ac7642d29 SHA512 fe07163ec15f42314d7f1e1035de36fe8a9b292bf14ad28c2cbb5865bf1063f04f1392f3b574a34942831b0e54b0f6ff54194eae2c98e06d5b93973018d20fb9 diff --git a/kde-apps/krfb/krfb-19.08.1.ebuild b/kde-apps/krfb/krfb-19.08.1.ebuild new file mode 100644 index 0000000000..9de6287140 --- /dev/null +++ b/kde-apps/krfb/krfb-19.08.1.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="VNC-compatible server to share Plasma desktops" +HOMEPAGE="https://kde.org/applications/system/krfb/" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="wayland" + +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 kwindowsystem) + $(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 + wayland? ( media-video/pipewire:= ) +" +RDEPEND="${DEPEND} + wayland? ( sys-apps/xdg-desktop-portal[screencast] ) +" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package wayland PipeWire) + ) + + kde5_src_configure +} diff --git a/kde-apps/kross-interpreters/Manifest b/kde-apps/kross-interpreters/Manifest new file mode 100644 index 0000000000..fafc12be7d --- /dev/null +++ b/kde-apps/kross-interpreters/Manifest @@ -0,0 +1 @@ +DIST kross-interpreters-19.08.1.tar.xz 151556 BLAKE2B fd816922b3aa86a11c40ad8774708d0037b9523d01b80da0c57af1a0cb1f42ebf064463f43ba61af4d627608278faffa6750fbb6107c81da8a2c3bf6ed4125e3 SHA512 c8efb6aed7d8b8de479e700db7f50e800fc09623a7f0b2d12c242748e2885755329c28986a52530223600bf35709783966337d44534abd8dba20427ee9a19ca1 diff --git a/kde-apps/kross-interpreters/kross-interpreters-19.08.1.ebuild b/kde-apps/kross-interpreters/kross-interpreters-19.08.1.ebuild new file mode 100644 index 0000000000..4b57777678 --- /dev/null +++ b/kde-apps/kross-interpreters/kross-interpreters-19.08.1.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 ) +USE_RUBY="ruby25" +inherit kde5 python-single-r1 ruby-single + +DESCRIPTION="Kross interpreter plugins for programming languages" +KEYWORDS="~amd64 ~arm64 ~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..a370329960 --- /dev/null +++ b/kde-apps/kruler/Manifest @@ -0,0 +1 @@ +DIST kruler-19.08.1.tar.xz 249384 BLAKE2B 815b2da3d14d632222aeeee7278752748668bbd495c223696fe03d6bc18413c8b7ab8fc7744da5af0e6062d41440b3c8cb34e774e1c9e346ea3b4ddd9d46b6d6 SHA512 b355838781ed9838cd412c64db845fad7f7d396d6c4b95554398b81358f85baccdad2dae3c9a6398f20548d401a83e20ddf32e08c14a69beb7544db16b07804e diff --git a/kde-apps/kruler/kruler-19.08.1.ebuild b/kde-apps/kruler/kruler-19.08.1.ebuild new file mode 100644 index 0000000000..7f4f3fbd4c --- /dev/null +++ b/kde-apps/kruler/kruler-19.08.1.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Screen ruler for Plasma" +HOMEPAGE="https://kde.org/applications/graphics/kruler/" + +LICENSE="GPL-2+ handbook? ( FDL-1.2 )" +KEYWORDS="~amd64 ~arm64 ~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..7c6b34fa53 --- /dev/null +++ b/kde-apps/kshisen/Manifest @@ -0,0 +1 @@ +DIST kshisen-19.08.1.tar.xz 822564 BLAKE2B c0e33a429882a753280809277620accc291fab10562f2bc8e18ee71e5cf0fd31d046deeea4007404ff8c3329488f46386d5824501f8b4cf2b332407799262aa4 SHA512 4ce2e776762657eadfd2e38f88b8d1e6c31b20b27aeb4f01c359329ba8403a499e5854de90b7e51c8ef0fa0ede533600376a45e9510e57e314bff3cd78729a52 diff --git a/kde-apps/kshisen/kshisen-19.08.1.ebuild b/kde-apps/kshisen/kshisen-19.08.1.ebuild new file mode 100644 index 0000000000..b4db67d60f --- /dev/null +++ b/kde-apps/kshisen/kshisen-19.08.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +KDE_SELINUX_MODULE="games" +inherit kde5 + +DESCRIPTION="A KDE game similiar to Mahjongg" +HOMEPAGE=" + https://kde.org/applications/games/kshisen/ + https://games.kde.org/game.php?game=kshisen +" +KEYWORDS="~amd64 ~arm64 ~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..bbfd68f905 --- /dev/null +++ b/kde-apps/ksirk/Manifest @@ -0,0 +1 @@ +DIST ksirk-19.08.1.tar.xz 6993232 BLAKE2B f3b7514aca4fc594bb51cb954500e387f14f7def8ddc1dc2d089465107a57dd7debcd2cce0716dc116ceef541aa500b8a8d39666464a806d08007ecb5e26dc26 SHA512 5cfde86eb1c0cf8c1a413ad57529c8f38e57489f3fd5ab1d1dea9ddf4ca2f9413bc509847fc895e13ed83f33786025438ae49595433047cd5e63662ddfa00b57 diff --git a/kde-apps/ksirk/ksirk-19.08.1.ebuild b/kde-apps/ksirk/ksirk-19.08.1.ebuild new file mode 100644 index 0000000000..a215855fbd --- /dev/null +++ b/kde-apps/ksirk/ksirk-19.08.1.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Port of the board game risk" +HOMEPAGE=" + https://kde.org/applications/games/ksirk/ + https://games.kde.org/game.php?game=ksirk +" +KEYWORDS="~amd64 ~arm64 ~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}" diff --git a/kde-apps/ksmtp/Manifest b/kde-apps/ksmtp/Manifest new file mode 100644 index 0000000000..3bff3521bb --- /dev/null +++ b/kde-apps/ksmtp/Manifest @@ -0,0 +1 @@ +DIST ksmtp-19.08.1.tar.xz 40536 BLAKE2B 00e5db05db86aae28ad8cfcf2bb32ad3b5f818413a9b2c04196150f8fb52a6c9b94eb90d5d5a0bdf2e0287dc36baa0eb53f417a2ef12310f12e44859206c1527 SHA512 612c65cf8ace1150c195fbe0d12774a2d0ef6386a5810091dc7b2b6eff3182db17941102920201a2593357ca288b97fb041db8abe20b25bf81ccbabfc355e8ad diff --git a/kde-apps/ksmtp/ksmtp-19.08.1.ebuild b/kde-apps/ksmtp/ksmtp-19.08.1.ebuild new file mode 100644 index 0000000000..47c02b1d08 --- /dev/null +++ b/kde-apps/ksmtp/ksmtp-19.08.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_TEST="true" +inherit kde5 + +DESCRIPTION="Job-based library to send email through an SMTP server" +LICENSE="LGPL-2.1+" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(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..e0e801e953 --- /dev/null +++ b/kde-apps/ksnakeduel/Manifest @@ -0,0 +1 @@ +DIST ksnakeduel-19.08.1.tar.xz 605808 BLAKE2B b85100be7b1f3016e6b9da67cc56dfab4ddebf392631595b16caa6c3b51744c5ed56c9c915793555b2a27aaaba20e45b000d22baea1d5ff8120c6f1944959125 SHA512 d3657d49d05cbb6bc9f42de0f4573795d87044ece513156a4c081df230e255d1ced99fa04ec60aa01e0d7ea30be20cf263329012f78b90f262a07abcc71eabd7 diff --git a/kde-apps/ksnakeduel/ksnakeduel-19.08.1.ebuild b/kde-apps/ksnakeduel/ksnakeduel-19.08.1.ebuild new file mode 100644 index 0000000000..0d21cb3fb1 --- /dev/null +++ b/kde-apps/ksnakeduel/ksnakeduel-19.08.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="optional" +KDE_SELINUX_MODULE="games" +inherit kde5 + +DESCRIPTION="KDE Tron game" +HOMEPAGE="https://kde.org/applications/games/ksnakeduel/" +KEYWORDS="~amd64 ~arm64 ~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}" diff --git a/kde-apps/kspaceduel/Manifest b/kde-apps/kspaceduel/Manifest new file mode 100644 index 0000000000..d4e215bd6d --- /dev/null +++ b/kde-apps/kspaceduel/Manifest @@ -0,0 +1 @@ +DIST kspaceduel-19.08.1.tar.xz 610980 BLAKE2B 06d7a74e9815e2226bfb3181020f62cd72136764f0166d9f3fe0e9d4bca460426df0f2f760ee46eda6c0c6d5b977a1cf772c737fa65738273702424ebcdfee9b SHA512 84e861f618103ced6269947dc282c971090951569a62856751756066dc8da0ae0786635ca1c7a9a0caa0c0c9184092fa516aa878cfaede17482f435999876cef diff --git a/kde-apps/kspaceduel/kspaceduel-19.08.1.ebuild b/kde-apps/kspaceduel/kspaceduel-19.08.1.ebuild new file mode 100644 index 0000000000..bbb3b152b9 --- /dev/null +++ b/kde-apps/kspaceduel/kspaceduel-19.08.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +KDE_SELINUX_MODULE="games" +inherit kde5 + +DESCRIPTION="Space Game by KDE" +HOMEPAGE=" + https://kde.org/applications/games/kspaceduel/ + https://games.kde.org/game.php?game=kspaceduel +" +KEYWORDS="~amd64 ~arm64 ~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}" diff --git a/kde-apps/ksquares/Manifest b/kde-apps/ksquares/Manifest new file mode 100644 index 0000000000..a6a391c478 --- /dev/null +++ b/kde-apps/ksquares/Manifest @@ -0,0 +1 @@ +DIST ksquares-19.08.1.tar.xz 260732 BLAKE2B 33ebf87bb4bcbac9120ba943c4feaddcac1783ef1bcf84507d59daa826d020eb21f10c0bc838e540e8ce2aaf9c521f8eccd10dbf05bce41170b54e1bdfdba354 SHA512 a5760aab66b70bd7374d197aa6e7e2bbe22ccdda00b7860e0c57a8d4fbfe7329ed95596219220f570dd2adc42b355bdfb78670a213a0db7d982a2803a16500b0 diff --git a/kde-apps/ksquares/ksquares-19.08.1.ebuild b/kde-apps/ksquares/ksquares-19.08.1.ebuild new file mode 100644 index 0000000000..02e653df7a --- /dev/null +++ b/kde-apps/ksquares/ksquares-19.08.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="KDE clone of the game squares" +HOMEPAGE=" + https://kde.org/applications/games/ksquares/ + https://games.kde.org/game.php?game=ksquares +" +KEYWORDS="~amd64 ~arm64 ~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..91c5e5931f --- /dev/null +++ b/kde-apps/ksudoku/Manifest @@ -0,0 +1 @@ +DIST ksudoku-19.08.1.tar.xz 1649352 BLAKE2B fa3767a865cec18cd3fe5d8b07c4b73a36c7f6c57be18946d8ae6bd0010f0fd5782c92193525d0820d67dccfaa0d54f132f40e89dabf1f23bd342f5fb204f2d3 SHA512 3efb3c978c6ff83a50b2688e70b64ea9784e1897a17f1bab813ec9dcc034b5b46d4902d916a70df7d50dab2e03465d7c52ee7fbc985047b71aed767463fc00ee diff --git a/kde-apps/ksudoku/ksudoku-19.08.1.ebuild b/kde-apps/ksudoku/ksudoku-19.08.1.ebuild new file mode 100644 index 0000000000..f2545ff5ac --- /dev/null +++ b/kde-apps/ksudoku/ksudoku-19.08.1.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Logic-based symbol placement puzzle by KDE" +HOMEPAGE=" + https://kde.org/applications/games/ksudoku/ + https://games.kde.org/game.php?game=ksudoku +" +KEYWORDS="~amd64 ~arm64 ~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}" + +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..0427fbd8c3 --- /dev/null +++ b/kde-apps/ksystemlog/Manifest @@ -0,0 +1 @@ +DIST ksystemlog-19.08.1.tar.xz 1927520 BLAKE2B 2720a263ef12cd57ab94ecd58a29e2c6a8efbba70fed133592908673051cccaea18eb85aae277ce0aeddcd47122750f1ac9f17ab321571dc02cbb271fad4dff8 SHA512 518dc5b77f31e4200decb1c011d7bb09e4e3c92871ada3c47a43e1df2b434c1f48ce0c467b5ac7cea9958a84b83de6b691a19a0a29ff4d530706d189540ea2f5 diff --git a/kde-apps/ksystemlog/ksystemlog-19.08.1.ebuild b/kde-apps/ksystemlog/ksystemlog-19.08.1.ebuild new file mode 100644 index 0000000000..66a4582b81 --- /dev/null +++ b/kde-apps/ksystemlog/ksystemlog-19.08.1.ebuild @@ -0,0 +1,61 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +KDE_TEST="forceoptional" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="System log viewer by KDE" +HOMEPAGE="https://kde.org/applications/system/ksystemlog/" +KEYWORDS="~amd64 ~arm64 ~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 || die + + # one test consistently fails, so comment it out for the moment + sed -e "s:systemAnalyzerTest:# dont run systemAnalyzerTest:g" \ + -i ksystemlog/tests/CMakeLists.txt || die + 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..06176f7c74 --- /dev/null +++ b/kde-apps/kteatime/Manifest @@ -0,0 +1 @@ +DIST kteatime-19.08.1.tar.xz 286892 BLAKE2B 19c3d9b5eb757e227824c4c0e745e545c13ba8fe51b12655c4ea7b9675395db7cd2cfe523517036253291562a1947def12bc7142903fc1c5840f689109738ce2 SHA512 be87b18b1f6fd3f60b67335bd2492e169821ec9a98f39be257aa0ee841839d6aeb3b62648a7cc7056d1f8022149b45fac0b945c63c4fe5cd492b8f0bbe0dac5b diff --git a/kde-apps/kteatime/kteatime-19.08.1.ebuild b/kde-apps/kteatime/kteatime-19.08.1.ebuild new file mode 100644 index 0000000000..2fc9584261 --- /dev/null +++ b/kde-apps/kteatime/kteatime-19.08.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="KDE timer for making a fine cup of tea" +HOMEPAGE="https://kde.org/applications/games/kteatime" +KEYWORDS="~amd64 ~arm64 ~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..0468bc8efd --- /dev/null +++ b/kde-apps/ktimer/Manifest @@ -0,0 +1 @@ +DIST ktimer-19.08.1.tar.xz 377300 BLAKE2B 24cb52f1c40a05c39003ddb80ea227c829c52e7ae4ad491d2bd575877483497fb89112514defbc39555c92ebab149aab8920454eb71cedc1924a2727a8c56854 SHA512 4331807eaf0e0001f369383c2b10b12da68d515da9983150d5301ca08b9b97270491dfa5ea225f71e79b882a32dad75de892a3f9b0c6c3c4376f78638aaf8d8e diff --git a/kde-apps/ktimer/ktimer-19.08.1.ebuild b/kde-apps/ktimer/ktimer-19.08.1.ebuild new file mode 100644 index 0000000000..fe0d03f778 --- /dev/null +++ b/kde-apps/ktimer/ktimer-19.08.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Little tool to execute programs after some time" +HOMEPAGE="https://kde.org/applications/utilities/ktimer +https://utils.kde.org/projects/ktimer/" +KEYWORDS="~amd64 ~arm64 ~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..546c1c720c --- /dev/null +++ b/kde-apps/ktouch/Manifest @@ -0,0 +1 @@ +DIST ktouch-19.08.1.tar.xz 4936212 BLAKE2B f4f3fbfee40c84293dc012c96f16a6eb1820898b64fdfd7a4948d8e609b87c507ee121dc54aca8ea6defe53d5dd50f708d358eaf5ab16587911718998f2da623 SHA512 ee1b4da2419c6acd0ebd6285ebe5338a37c751ea61f24bd3f8ec26bb70a5ebc5f4fc845b65c7cbc1ede70bbf961887e01386abb9975416e79d5e2ab236ac6b30 diff --git a/kde-apps/ktouch/ktouch-19.08.1.ebuild b/kde-apps/ktouch/ktouch-19.08.1.ebuild new file mode 100644 index 0000000000..446c85681a --- /dev/null +++ b/kde-apps/ktouch/ktouch-19.08.1.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Program that helps to learn and practice touch typing" +HOMEPAGE="https://kde.org/applications/education/ktouch/" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="X" + +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 kiconthemes) + $(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 qtquickcontrols2) + $(add_qt_dep qtsql) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + $(add_qt_dep qtxmlpatterns) + X? ( + $(add_qt_dep qtx11extras) + x11-libs/libICE + x11-libs/libSM + x11-libs/libX11 + x11-libs/libxcb[xkb] + x11-libs/libxkbfile + ) +" +DEPEND="${COMMON_DEPEND} + $(add_frameworks_dep kwindowsystem) +" +RDEPEND="${COMMON_DEPEND} + $(add_kdeapps_dep kqtquickcharts) + $(add_qt_dep qtgraphicaleffects) +" + +src_configure() { + local mycmakeargs=( + -DCOMPILE_QML=OFF + $(cmake-utils_use_find_package X X11) + $(cmake-utils_use_find_package X Qt5X11Extras) + ) + kde5_src_configure +} diff --git a/kde-apps/ktp-accounts-kcm/Manifest b/kde-apps/ktp-accounts-kcm/Manifest new file mode 100644 index 0000000000..8eb6526769 --- /dev/null +++ b/kde-apps/ktp-accounts-kcm/Manifest @@ -0,0 +1 @@ +DIST ktp-accounts-kcm-19.08.1.tar.xz 264964 BLAKE2B 44fc119ec39d614a2d74e760c5671e1d7af31f406cc5fe7a79a3c1a39ed3d073434fd78a4296894de0249ee4b04b56886c5fc53209d990e00f75f40eb47040dc SHA512 c0b4c2dcddf48647f6ffbd976ab6318cf24a2aea9c19a418a350d101dbfc0ff3fcda2b69818ddd444c357ed5bdc01aae580b3757830a5e1b3d2af048ac676ee8 diff --git a/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-19.08.1.ebuild b/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-19.08.1.ebuild new file mode 100644 index 0000000000..9e36e7d45e --- /dev/null +++ b/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-19.08.1.ebuild @@ -0,0 +1,63 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit kde5 + +DESCRIPTION="KDE Telepathy account management kcm" +HOMEPAGE="https://community.kde.org/Real-Time_Communication_and_Collaboration" + +LICENSE="LGPL-2.1" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="experimental" + +BDEPEND=" + dev-util/intltool +" +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 + kde5_pkg_postinst +} diff --git a/kde-apps/ktp-approver/Manifest b/kde-apps/ktp-approver/Manifest new file mode 100644 index 0000000000..3f3dea56e3 --- /dev/null +++ b/kde-apps/ktp-approver/Manifest @@ -0,0 +1 @@ +DIST ktp-approver-19.08.1.tar.xz 37396 BLAKE2B 3b4deb33258e24071cffa3e342baff27a5831263262866197606c22854c065300128d73c0e1291e49418e6789b46232974f2113dacf199419d30ad322de8971b SHA512 b29146195109e45b9d556f94e0dd0c161706a355cc3d8cb00e510fbb450c83b5f486554631e4e7be93a12c3a670d92085e64e0ca9499dd4c3c0cf6ada94752bc diff --git a/kde-apps/ktp-approver/ktp-approver-19.08.1.ebuild b/kde-apps/ktp-approver/ktp-approver-19.08.1.ebuild new file mode 100644 index 0000000000..12784aea1f --- /dev/null +++ b/kde-apps/ktp-approver/ktp-approver-19.08.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit kde5 + +DESCRIPTION="KDE Telepathy notification handler" +HOMEPAGE="https://community.kde.org/Real-Time_Communication_and_Collaboration" + +LICENSE="LGPL-2.1" +KEYWORDS="~amd64 ~arm64 ~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..408008ed8d --- /dev/null +++ b/kde-apps/ktp-auth-handler/Manifest @@ -0,0 +1 @@ +DIST ktp-auth-handler-19.08.1.tar.xz 46424 BLAKE2B 47b67377687f408dd075d0fc1693e671db3aec8bc953a732953599c1d590c552b3e275bfdb371ad86349948be826ca048999a0faf0fb81510650771514019527 SHA512 22c87fbefa06dced8eabb6098bb1541ddd516897bc76c23ca5a40ae998cc5d2b6607a538d5b8ad3e97ebe59e8d2ffd143d7973fbb6339a20bb5a4718a64b81d7 diff --git a/kde-apps/ktp-auth-handler/ktp-auth-handler-19.08.1.ebuild b/kde-apps/ktp-auth-handler/ktp-auth-handler-19.08.1.ebuild new file mode 100644 index 0000000000..1797006dd5 --- /dev/null +++ b/kde-apps/ktp-auth-handler/ktp-auth-handler-19.08.1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit kde5 + +DESCRIPTION="KDE Telepathy authentication handler" +HOMEPAGE="https://community.kde.org/Real-Time_Communication_and_Collaboration" + +LICENSE="LGPL-2.1" +KEYWORDS="~amd64 ~arm64 ~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..6605bd9617 --- /dev/null +++ b/kde-apps/ktp-call-ui/Manifest @@ -0,0 +1 @@ +DIST ktp-call-ui-19.08.1.tar.xz 96980 BLAKE2B 28d98594ce8acfe795ac5cfc3a1e2a4db27f5de03b1c46620fa1a64b0fe0336fd2383db84510d8a903a7f04ebe134bd50927d30e2340ce6f8767497910bd0344 SHA512 fde5cf2b1239b95c36a5a3b82d8fa6b8d7c97a1b3b959ad507f65475491677abd7cd19b8a4739fc9c5604bdace608ca922953fc07bb17499f212d9f7e0a0b3ea diff --git a/kde-apps/ktp-call-ui/ktp-call-ui-19.08.1.ebuild b/kde-apps/ktp-call-ui/ktp-call-ui-19.08.1.ebuild new file mode 100644 index 0000000000..ea5c7e4e09 --- /dev/null +++ b/kde-apps/ktp-call-ui/ktp-call-ui-19.08.1.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit kde5 + +DESCRIPTION="KDE Telepathy audio/video conferencing ui" +HOMEPAGE="https://community.kde.org/Real-Time_Communication_and_Collaboration" + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +RDEPEND=" + $(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 kiconthemes) + $(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 qtdeclarative) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + 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(+)] +" +# TODO: dep leak suspect +DEPEND="${RDEPEND} + $(add_frameworks_dep kcmutils) +" diff --git a/kde-apps/ktp-common-internals/Manifest b/kde-apps/ktp-common-internals/Manifest new file mode 100644 index 0000000000..07a77ea2cf --- /dev/null +++ b/kde-apps/ktp-common-internals/Manifest @@ -0,0 +1 @@ +DIST ktp-common-internals-19.08.1.tar.xz 444964 BLAKE2B 6317d165dca8c4025682e5a384b5c0f6e4a3091d6bd1fba39515014dcfc1119c429062050c59a4134f3868fb8327b88e3df055bac4e42f2d564cf71eb0e601ad SHA512 175434bf8a765003960defe2b27278e0493f81e36c36405d5cae6967f2656383e1b7efb903c38e80cb332fba518b4508bd7b809057580fb132f10ec58f12ba93 diff --git a/kde-apps/ktp-common-internals/ktp-common-internals-19.08.1.ebuild b/kde-apps/ktp-common-internals/ktp-common-internals-19.08.1.ebuild new file mode 100644 index 0000000000..923585ea03 --- /dev/null +++ b/kde-apps/ktp-common-internals/ktp-common-internals-19.08.1.ebuild @@ -0,0 +1,64 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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 ~arm64 ~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..327a47606d --- /dev/null +++ b/kde-apps/ktp-contact-list/Manifest @@ -0,0 +1 @@ +DIST ktp-contact-list-19.08.1.tar.xz 149164 BLAKE2B 92f424d57f5bc067e0b01775bb6ffc917f4a3dc230e457ea138ab9b3414915909df019fed16fe97fa309455baba4195aaa33f3175ed17b7fcdfcb067b87a96eb SHA512 7cd5406fdbe2a224946a78679e8046df9871e91919db5f596396d8f307b01dea00bfa21f7b09625703642a268390c4b3dc09bcb447ea98ac1d0b094b0f49d421 diff --git a/kde-apps/ktp-contact-list/ktp-contact-list-19.08.1.ebuild b/kde-apps/ktp-contact-list/ktp-contact-list-19.08.1.ebuild new file mode 100644 index 0000000000..5aef626cdf --- /dev/null +++ b/kde-apps/ktp-contact-list/ktp-contact-list-19.08.1.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit kde5 + +DESCRIPTION="KDE Telepathy contact list" +HOMEPAGE="https://community.kde.org/Real-Time_Communication_and_Collaboration" + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~arm64 ~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..8062cb83e6 --- /dev/null +++ b/kde-apps/ktp-contact-runner/Manifest @@ -0,0 +1 @@ +DIST ktp-contact-runner-19.08.1.tar.xz 42856 BLAKE2B 8d8aa57e8fe358573d77f62ef8342a8b8007195c59a6db050b5ff9461a6122627a6d01a7f1e07bb51510e2c06d5f335b11ebbb5bde1b65b3c5917446d3d57ffe SHA512 9cfb9c8816b74b54d6f6cb525fc6b4828988b083253fc6fd3362256918a94f7b24f4123c274ba340906bf5fee173ba63d71c51b1c35e79e1d781f101531cdbac diff --git a/kde-apps/ktp-contact-runner/ktp-contact-runner-19.08.1.ebuild b/kde-apps/ktp-contact-runner/ktp-contact-runner-19.08.1.ebuild new file mode 100644 index 0000000000..6be737ddb4 --- /dev/null +++ b/kde-apps/ktp-contact-runner/ktp-contact-runner-19.08.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit kde5 + +DESCRIPTION="KDE Telepathy krunner plugin" +HOMEPAGE="https://community.kde.org/Real-Time_Communication_and_Collaboration" + +LICENSE="LGPL-2.1" +KEYWORDS="~amd64 ~arm64 ~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..7acb19c54e --- /dev/null +++ b/kde-apps/ktp-desktop-applets/Manifest @@ -0,0 +1 @@ +DIST ktp-desktop-applets-19.08.1.tar.xz 43428 BLAKE2B 5974cde6625d591f3c87fe532ae7b1eb9570be9fe0897f68ab028cc0ccc0205d191a526e143ba490510fd3a1e857b9934422c4760f6c542d8d2d10d65c8b0033 SHA512 35b5ae666990fe81b77b87075dd6689d7f522317366b2756645f8071da2556845a73540969936be1728391c21e9ef53c916d113c607151799b5870a48895783b diff --git a/kde-apps/ktp-desktop-applets/ktp-desktop-applets-19.08.1.ebuild b/kde-apps/ktp-desktop-applets/ktp-desktop-applets-19.08.1.ebuild new file mode 100644 index 0000000000..25de75b7f6 --- /dev/null +++ b/kde-apps/ktp-desktop-applets/ktp-desktop-applets-19.08.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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 ~arm64 ~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..8461fad914 --- /dev/null +++ b/kde-apps/ktp-filetransfer-handler/Manifest @@ -0,0 +1 @@ +DIST ktp-filetransfer-handler-19.08.1.tar.xz 46200 BLAKE2B ad08da652b59b8cc74b85036139e67236cfcb1b3285c0909a221f3025c9542955f849699c6e64b8234d7320fbddeac5c66c62aefa095198c23d937b8c05cbecc SHA512 e42149eb3bdb1387dbde69c3e791e377de2117f5ec3f58a524e1755b801e42a4fbcbb1e89b77c12e3562d0b557ef84ba1d13c12e24b26b6e3c1ec37d5784cd61 diff --git a/kde-apps/ktp-filetransfer-handler/ktp-filetransfer-handler-19.08.1.ebuild b/kde-apps/ktp-filetransfer-handler/ktp-filetransfer-handler-19.08.1.ebuild new file mode 100644 index 0000000000..cf803c7f19 --- /dev/null +++ b/kde-apps/ktp-filetransfer-handler/ktp-filetransfer-handler-19.08.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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 ~arm64 ~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..71fc675bfd --- /dev/null +++ b/kde-apps/ktp-kded-module/Manifest @@ -0,0 +1 @@ +DIST ktp-kded-module-19.08.1.tar.xz 97344 BLAKE2B 18fa409f8d81c696bb699039b5bc94dcaafb9e073c703c11aba182f8f6a3f48f273c36864b89ad4718a420a3a8034b65b4c49c9593f7046f51977013f3048919 SHA512 6fe642c7dfbebc29eda1c2b475d2a793992e291739a9bd1d2b53498ebeed78b8a3587626d4bde5e3fcffb6e5568db7317a1c5b319eea341bf90bca6c89cd5e40 diff --git a/kde-apps/ktp-kded-module/ktp-kded-module-19.08.1.ebuild b/kde-apps/ktp-kded-module/ktp-kded-module-19.08.1.ebuild new file mode 100644 index 0000000000..1ea2ae25d2 --- /dev/null +++ b/kde-apps/ktp-kded-module/ktp-kded-module-19.08.1.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit kde5 + +DESCRIPTION="KDE Telepathy workspace integration" +HOMEPAGE="https://community.kde.org/Real-Time_Communication_and_Collaboration" + +LICENSE="LGPL-2.1" +KEYWORDS="~amd64 ~arm64 ~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..90be06be9d --- /dev/null +++ b/kde-apps/ktp-send-file/Manifest @@ -0,0 +1 @@ +DIST ktp-send-file-19.08.1.tar.xz 28948 BLAKE2B db1c00c2b2a6e50900087ba2714106e595cde3e4c55ba65af98545356bb8e202798c0b6c32279031224ef0034daf69c0e045cdc184391e59d4f65c2f287ea498 SHA512 1ee18f272a905d4177068502920f2f77d9a23c3d976f53583f618c7239c6e76dbb0f76ca38933246a39f5b4015756ee82b2e35c0097c1e5b51a5aaec5761d47a diff --git a/kde-apps/ktp-send-file/ktp-send-file-19.08.1.ebuild b/kde-apps/ktp-send-file/ktp-send-file-19.08.1.ebuild new file mode 100644 index 0000000000..85a5c614cc --- /dev/null +++ b/kde-apps/ktp-send-file/ktp-send-file-19.08.1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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 ~arm64 ~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..69fc16ddea --- /dev/null +++ b/kde-apps/ktp-text-ui/Manifest @@ -0,0 +1 @@ +DIST ktp-text-ui-19.08.1.tar.xz 471916 BLAKE2B c582085ebe8cf52dfc4e6731509d81eff63598ad50d0c2221c291b3cc53d716972f1c061b5a697037425d939e1cf81e64464962eff4de9b006202cb00bf2ae36 SHA512 066cf429c91308bff01a33b602d42d5e96a546787bdbb607b4e56fcbcde7f34a4ebec5bfb22d172f24e6d42c2952226d5bcc1efa6a6af3f4ccfc9eda66c224b2 diff --git a/kde-apps/ktp-text-ui/ktp-text-ui-19.08.1.ebuild b/kde-apps/ktp-text-ui/ktp-text-ui-19.08.1.ebuild new file mode 100644 index 0000000000..98fb8f6ea9 --- /dev/null +++ b/kde-apps/ktp-text-ui/ktp-text-ui-19.08.1.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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 ~arm64 ~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 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..5f790f0d55 --- /dev/null +++ b/kde-apps/ktuberling/Manifest @@ -0,0 +1 @@ +DIST ktuberling-19.08.1.tar.xz 32635352 BLAKE2B b4395c65c66fbee2809cbe03a4f875886c865c9f26b840e8d9480c42a75f127dd0785d4ecb4acf4b2e1d423813ae02fe14247692b749bf7339cbd3e14952111e SHA512 2defc44e93f08e036d78b8cb594ececba4d60df443957198cf5a3eb910d9a848fb1345344e5cfdecc7964ff7ff2f25bfbcd5d9df98c9ee6cd0884cec1d5dac31 diff --git a/kde-apps/ktuberling/ktuberling-19.08.1.ebuild b/kde-apps/ktuberling/ktuberling-19.08.1.ebuild new file mode 100644 index 0000000000..6bcbeeef0c --- /dev/null +++ b/kde-apps/ktuberling/ktuberling-19.08.1.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +KDE_SELINUX_MODULE="games" +inherit kde5 + +DESCRIPTION="Potato game for kids by KDE" +HOMEPAGE=" + https://kde.org/applications/games/ktuberling/ + https://games.kde.org/game.php?game=ktuberling +" +KEYWORDS="~amd64 ~arm64 ~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 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..cc0d7bec53 --- /dev/null +++ b/kde-apps/kturtle/Manifest @@ -0,0 +1 @@ +DIST kturtle-19.08.1.tar.xz 1830108 BLAKE2B fa76e2f04a646e833796f7932b82d5550d9d8eea0a1d8890aeadc89605f2eeac15a91bf3b59bc9191314693baa5335310ae0c3ccb6842f98a8610edb2158ddbf SHA512 ffa25feca9ec74e509ec81ef762f598450ff62b5646785a1cf4aa7f2aa9bb9a5e6326dcc99b6b2c741828deae3a77f6c3d01621ec459b254f14a6bdda771119c diff --git a/kde-apps/kturtle/kturtle-19.08.1.ebuild b/kde-apps/kturtle/kturtle-19.08.1.ebuild new file mode 100644 index 0000000000..3fac3b7667 --- /dev/null +++ b/kde-apps/kturtle/kturtle-19.08.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Educational programming environment using the Logo programming language" +HOMEPAGE="https://kde.org/applications/education/kturtle https://edu.kde.org/kturtle/" +KEYWORDS="~amd64 ~arm64 ~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..9ba25e5b46 --- /dev/null +++ b/kde-apps/kubrick/Manifest @@ -0,0 +1 @@ +DIST kubrick-19.08.1.tar.xz 313584 BLAKE2B 03be152fc81471df15054bb6546e2fadf23a4b156781f5e3ce6a83c8582004412f3aa3b162eebd8b9b74b76e544a2365eb4df0f94d0941c0cd455b2104381587 SHA512 a2aa6f299b9a17ba4fdcd4fa9b9a2e48e62e4fad45a196d50680a563e61f073b71632467542a5093b722c3c8340bf5e869e1be4e64b689bce170432fc0ed1e44 diff --git a/kde-apps/kubrick/kubrick-19.08.1.ebuild b/kde-apps/kubrick/kubrick-19.08.1.ebuild new file mode 100644 index 0000000000..58c7ac189c --- /dev/null +++ b/kde-apps/kubrick/kubrick-19.08.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Game based on the \"Rubik's Cube\" puzzle by KDE" +HOMEPAGE="https://kde.org/applications/games/kubrick/" +KEYWORDS="~amd64 ~arm64 ~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}" diff --git a/kde-apps/kwalletmanager/Manifest b/kde-apps/kwalletmanager/Manifest new file mode 100644 index 0000000000..47f8f98838 --- /dev/null +++ b/kde-apps/kwalletmanager/Manifest @@ -0,0 +1 @@ +DIST kwalletmanager-19.08.1.tar.xz 785980 BLAKE2B a3a2ae55c7a300d5b7129e6b9a564151919c8fb2ae2f1ee09a8c7477823e6ba8810fb4a88689952d2c3b4225eba9d4ab2d3391a57f4e20201710fab1eb173897 SHA512 327bec90dda7bd4fd19356e811c71ca75fc306abb945daadaa8caf83bea699fc2bd815e8afccda6cb9700c1a9bd119cae9c50342762d0617d6d59ed5e604c105 diff --git a/kde-apps/kwalletmanager/kwalletmanager-19.08.1.ebuild b/kde-apps/kwalletmanager/kwalletmanager-19.08.1.ebuild new file mode 100644 index 0000000000..ee8a985d37 --- /dev/null +++ b/kde-apps/kwalletmanager/kwalletmanager-19.08.1.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="KDE Wallet management tool" +HOMEAGE="https://kde.org/applications/system/kwalletmanager +https://utils.kde.org/projects/kwalletmanager" +KEYWORDS="~amd64 ~arm64 ~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}" diff --git a/kde-apps/kwave/Manifest b/kde-apps/kwave/Manifest new file mode 100644 index 0000000000..7d93300ee2 --- /dev/null +++ b/kde-apps/kwave/Manifest @@ -0,0 +1 @@ +DIST kwave-19.08.1.tar.xz 6196012 BLAKE2B f819f4498451359e86678de36685bc057b16f818f20bb32b5153f0602005f3adbe377f2a4d4160b839499db842f8497401b2dd332db1acb77be7994340ebca22 SHA512 e5fce0de859b8a421229e6877b4c7a64672f25be44ddb936b9f39c79a6cb89f4d580960e83c106189ed1c63988406b78c89b0a45b721975ebf7dd44da6c12c23 diff --git a/kde-apps/kwave/kwave-19.08.1.ebuild b/kde-apps/kwave/kwave-19.08.1.ebuild new file mode 100644 index 0000000000..9b6ae0c206 --- /dev/null +++ b/kde-apps/kwave/kwave-19.08.1.ebuild @@ -0,0 +1,83 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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://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 ~arm64 ~x86" +IUSE="alsa flac mp3 opus oss pulseaudio +qtmedia vorbis" + +BDEPEND=" + sys-devel/gettext + handbook? ( || ( + gnome-base/librsvg + virtual/imagemagick-tools[png,svg] + ) ) +" +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) +" + +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..0fd3d55895 --- /dev/null +++ b/kde-apps/kwordquiz/Manifest @@ -0,0 +1 @@ +DIST kwordquiz-19.08.1.tar.xz 4173200 BLAKE2B 5efd059c5cdc495059c8fa784b6d9087ea4b457321d7c71ccff562406be4a64bbf8694d28fbbaa3867299b197a86783babe1b4f5390acedb317dcc29541aa429 SHA512 f81b2b2d8f3abaefe91eb028ddbb702da8a663ddf01941c5e927cda5f2f473b73192b850a7349c18b1bac79ea835da0bf96e90714124604a50aa58410543c962 diff --git a/kde-apps/kwordquiz/kwordquiz-19.08.1.ebuild b/kde-apps/kwordquiz/kwordquiz-19.08.1.ebuild new file mode 100644 index 0000000000..34d377463c --- /dev/null +++ b/kde-apps/kwordquiz/kwordquiz-19.08.1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Powerful flashcard and vocabulary learning program" +HOMEPAGE="https://kde.org/applications/education/kwordquiz https://edu.kde.org/kwordquiz/" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +DEPEND=" + $(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 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..302873749c --- /dev/null +++ b/kde-apps/kwrite/Manifest @@ -0,0 +1 @@ +DIST kate-19.08.1.tar.xz 5845160 BLAKE2B 366aa8ed0cd571bcd1be9196647ceb5a1cd8e3d577d8c7fb70fedcd583a6df4d59b4ee14540704a5c23920224b5069582b1f57fc833d578a6fee99da588e7f3c SHA512 08ee7dda2e7ff7db7f3195bc62c7e9cbd156bd4d0164318e9f12a6c9d958ed63b106abf048df374bffc0858e2a88df46acdeb2a5c4d520e75137e4d5a2f7f511 diff --git a/kde-apps/kwrite/kwrite-19.08.1.ebuild b/kde-apps/kwrite/kwrite-19.08.1.ebuild new file mode 100644 index 0000000000..41a4ad5e9a --- /dev/null +++ b/kde-apps/kwrite/kwrite-19.08.1.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KMNAME="kate" +KDE_HANDBOOK="optional" +inherit kde5 + +DESCRIPTION="KDE simple text editor" +HOMEPAGE="https://kde.org/applications/utilities/kwrite" +KEYWORDS="~amd64 ~arm64 ~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..7cf54cef3e --- /dev/null +++ b/kde-apps/libgravatar/Manifest @@ -0,0 +1 @@ +DIST libgravatar-19.08.1.tar.xz 30896 BLAKE2B a25b7537873b7910c9cdf22284f3e499776e92a9842e761c00755ca14c18f7175378bac4483a57790487afb2102adfed2d2501c7e62870a4f0109237ab6324aa SHA512 f9af3bc9d610e75f03c21eb00dc3e8f5b982a5b69a0cf0224c69ec3d36583539ced5c6ad5f5c401b75643128315fdfaa80f7f485fd1c44dea0b8b045ef6c68b7 diff --git a/kde-apps/libgravatar/libgravatar-19.08.1.ebuild b/kde-apps/libgravatar/libgravatar-19.08.1.ebuild new file mode 100644 index 0000000000..a29c9b1e60 --- /dev/null +++ b/kde-apps/libgravatar/libgravatar-19.08.1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_TEST="true" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Library for gravatar integration" +LICENSE="GPL-2+" +KEYWORDS="~amd64 ~arm64 ~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..4f2b54b153 --- /dev/null +++ b/kde-apps/libkcddb/Manifest @@ -0,0 +1 @@ +DIST libkcddb-19.08.1.tar.xz 423668 BLAKE2B 3aa4ddf4174280634a4bb8f2d2760f0a03c0f648fb9f961e5d731613f5a80a317e2d9b3c0769c63cc9fcffeb41021ba100318326d84fa27cbaa2fe4e6a8da998 SHA512 89827764057f33f2647fc425d6cc864b55a1034becdd8a4341913e5751517c181a2298bcee3fdcb63720ddcf2e8dc47c94eb2cad430201e95468729ece3a7708 diff --git a/kde-apps/libkcddb/libkcddb-19.08.1.ebuild b/kde-apps/libkcddb/libkcddb-19.08.1.ebuild new file mode 100644 index 0000000000..05aa449139 --- /dev/null +++ b/kde-apps/libkcddb/libkcddb-19.08.1.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +KDE_TEST="true" +inherit kde5 + +DESCRIPTION="KDE library for CDDB" +LICENSE="GPL-2+ handbook? ( FDL-1.2 )" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="musicbrainz" + +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}" + +# tests require network access and compare static data with online data +# bug 280996 +RESTRICT+=" test" + +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..5bcb58a2ab --- /dev/null +++ b/kde-apps/libkcompactdisc/Manifest @@ -0,0 +1 @@ +DIST libkcompactdisc-19.08.1.tar.xz 88948 BLAKE2B 38435e965ce9e72c3eaff744ed23f5dae334cb0f7123e3895abcd1ddba26e797cabb43957c24470f792663d8a693a6bcd2b73172a6e570d09e3696f54ee9c4a7 SHA512 debc6db98aad1a7d5e3344307e3d45d2973eb50edab0756a1a7bb15daca59dd4702a7d99c05fd6d3902b334b8fd5588aadfdfa6a0de6f6bc3ef7eee4f1d949e3 diff --git a/kde-apps/libkcompactdisc/libkcompactdisc-19.08.1.ebuild b/kde-apps/libkcompactdisc/libkcompactdisc-19.08.1.ebuild new file mode 100644 index 0000000000..cd87a1684e --- /dev/null +++ b/kde-apps/libkcompactdisc/libkcompactdisc-19.08.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit kde5 + +DESCRIPTION="Library for playing & ripping CDs" +LICENSE="GPL-2+ LGPL-2+" +KEYWORDS="~amd64 ~arm64 ~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..5056b6636e --- /dev/null +++ b/kde-apps/libkdcraw/Manifest @@ -0,0 +1 @@ +DIST libkdcraw-19.08.1.tar.xz 42072 BLAKE2B a4aba24d6e6bc1d425c859de80174f0ceb881d88a47d7cb430b5143f7b95cfa50ca62fcbce9c9f0237305c1e3e484830ee46fcbe17145f37a43c1d23b6999e1d SHA512 90ff0c3a9719df4ae97dc401592adc29cdbde0bd7aabe13b468cfc3d8045d50b20d670903274f7960039ca6a4c912dc877b314ed160d07fb8b5b96912a0bf115 diff --git a/kde-apps/libkdcraw/libkdcraw-19.08.1.ebuild b/kde-apps/libkdcraw/libkdcraw-19.08.1.ebuild new file mode 100644 index 0000000000..0e838afb35 --- /dev/null +++ b/kde-apps/libkdcraw/libkdcraw-19.08.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit kde5 + +DESCRIPTION="Digital camera raw image library wrapper" +LICENSE="GPL-2+" +KEYWORDS="~amd64 ~arm64 ~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..9c6aded0bc --- /dev/null +++ b/kde-apps/libkdegames/Manifest @@ -0,0 +1 @@ +DIST libkdegames-19.08.1.tar.xz 6374404 BLAKE2B 3a727d24fdaece63c2f74a6b85d516b8997a2dbeecb5420ff120e2e30d97543e139b4b77a6326df2a1503bf576db0d4b015f45487c94e51c2fc2c43244adef36 SHA512 faeaae49c05b4892de81a024bd26248792f3e49587798f06c4e9cb22e5209afe9dfee4ff1b598f0886c47347ad56a4cc6e495bd0b5e7e9c966e4ff26bb07f601 diff --git a/kde-apps/libkdegames/libkdegames-19.08.1.ebuild b/kde-apps/libkdegames/libkdegames-19.08.1.ebuild new file mode 100644 index 0000000000..803b15db3b --- /dev/null +++ b/kde-apps/libkdegames/libkdegames-19.08.1.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_TEST="forceoptional-recursive" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Base library common to many KDE games" +KEYWORDS="~amd64 ~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 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 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..8062e43544 --- /dev/null +++ b/kde-apps/libkdepim/Manifest @@ -0,0 +1 @@ +DIST libkdepim-19.08.1.tar.xz 333748 BLAKE2B 036629c66549ddbefc5d5feb91a1cd81f945e0bbf5a8e2c13322173c417f6fde2c31903f5c1da5052cfb80d4d59707b462c7ded0d188ffcc909f8c7c6fbffc10 SHA512 ae23abd84481f070388c01f22350cad3a6694b07ef281edcb24160d816cf75f2fd0e27847045a848e736116e4d0d9b4dddeb54ddbc2d2c942058aa5648a506eb diff --git a/kde-apps/libkdepim/libkdepim-19.08.1.ebuild b/kde-apps/libkdepim/libkdepim-19.08.1.ebuild new file mode 100644 index 0000000000..363d1c822d --- /dev/null +++ b/kde-apps/libkdepim/libkdepim-19.08.1.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_DESIGNERPLUGIN="true" +KDE_TEST="forceoptional" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Common PIM libraries" +LICENSE="GPL-2+ LGPL-2.1+" +KEYWORDS="~amd64 ~arm64 ~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..b975f33146 --- /dev/null +++ b/kde-apps/libkeduvocdocument/Manifest @@ -0,0 +1 @@ +DIST libkeduvocdocument-19.08.1.tar.xz 211212 BLAKE2B baddf1a6203d2811f24aecd9367c1aa917e8d4776e80dd3e5b2f8bef91458249fb4ecd3a0a2face375b226572ec9fcc3c2391cb9941c5b5ebf909c93360d5277 SHA512 5cfa97e990dac017d9986ad60bd7594d5518ec8daabbb06c3594ba2dd63117ec816fa41b98f690a3c9e9625eb5d3f87992eeb980a932f61860aab8e0796a7de3 diff --git a/kde-apps/libkeduvocdocument/libkeduvocdocument-19.08.1.ebuild b/kde-apps/libkeduvocdocument/libkeduvocdocument-19.08.1.ebuild new file mode 100644 index 0000000000..f41a2235cb --- /dev/null +++ b/kde-apps/libkeduvocdocument/libkeduvocdocument-19.08.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_TEST="true" +inherit kde5 + +DESCRIPTION="Library for reading/writing KVTML" +KEYWORDS="~amd64 ~arm64 ~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 || die + fi +} diff --git a/kde-apps/libkexiv2/Manifest b/kde-apps/libkexiv2/Manifest new file mode 100644 index 0000000000..b1ef8c9f09 --- /dev/null +++ b/kde-apps/libkexiv2/Manifest @@ -0,0 +1 @@ +DIST libkexiv2-19.08.1.tar.xz 64336 BLAKE2B 0090376db25d94b3087ad989fc30b4e8d99ada0678a8e5b3e1d421c7c45c1b916f77fc072a340ef7fdcbbccd09ec36b104b85f1e6053732ca1f75e6f1ae0f423 SHA512 a37ddc9a2b2e18e6d9171a769de0936caf93065b38a06534080a3b5615d42b69940210e57fcf38b4eb1ff74a89fe4a1c2553e9d2bddda7f3ce48e5af8b42d1da diff --git a/kde-apps/libkexiv2/libkexiv2-19.08.1.ebuild b/kde-apps/libkexiv2/libkexiv2-19.08.1.ebuild new file mode 100644 index 0000000000..3b36b390a7 --- /dev/null +++ b/kde-apps/libkexiv2/libkexiv2-19.08.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit kde5 + +DESCRIPTION="Wrapper around exiv2 library" +LICENSE="GPL-2+" +KEYWORDS="~amd64 ~arm64 ~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..d0256974ab --- /dev/null +++ b/kde-apps/libkgapi/Manifest @@ -0,0 +1 @@ +DIST libkgapi-19.08.1.tar.xz 235536 BLAKE2B a2ae9308bff7e24c43753e4234cd690dd0ad32c95134b13ad28bc2f582f2dd1b341dcea6c78fa0d6868be67d7c6e37a5a25bdb55c257e8dfdde43dd28ce3f3a6 SHA512 aedf0df68193c83a78af7e0ec646c9a64a92d2d000c73d5cfd8cebace4a495c171eb86ce61ea543f46db0d448d77be5658f68262657a502b19930eac1d62ade1 diff --git a/kde-apps/libkgapi/libkgapi-19.08.1.ebuild b/kde-apps/libkgapi/libkgapi-19.08.1.ebuild new file mode 100644 index 0000000000..8fc489120e --- /dev/null +++ b/kde-apps/libkgapi/libkgapi-19.08.1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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 ~arm64 ~x86" +IUSE="nls" + +BDEPEND=" + nls? ( $(add_qt_dep linguist-tools) ) +" +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) + dev-libs/cyrus-sasl:2 +" +RDEPEND="${DEPEND} + !kde-apps/kdepim-l10n + !<kde-apps/kdepim-runtime-18.07.80:5 +" diff --git a/kde-apps/libkgeomap/Manifest b/kde-apps/libkgeomap/Manifest new file mode 100644 index 0000000000..03c531f1ba --- /dev/null +++ b/kde-apps/libkgeomap/Manifest @@ -0,0 +1 @@ +DIST libkgeomap-19.08.1.tar.xz 150876 BLAKE2B 820a3eb59d09ad9fe47d6c7a60003b8795e77852478a35e5ec31404f0b9694d46f21224f38114d2ee4f3e1c44669ee29dd9f4f0e31e06a319a7ba532f25688f0 SHA512 2d96e02e208c155e85d982d382f1d78fead7f017c11d646b92346dd44e6fabae8e69030df0ac3faab59d4756e34022bf40d7f5ba3605a4b5f102dc4b4fbbdaae diff --git a/kde-apps/libkgeomap/libkgeomap-19.08.1.ebuild b/kde-apps/libkgeomap/libkgeomap-19.08.1.ebuild new file mode 100644 index 0000000000..da482cacac --- /dev/null +++ b/kde-apps/libkgeomap/libkgeomap-19.08.1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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 ~arm64 ~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) + >=dev-qt/qtwebkit-5.212.0_pre20180120:5 + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) +" +RDEPEND="${DEPEND}" + +src_configure() { + use test && 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..0e767c938b --- /dev/null +++ b/kde-apps/libkipi/Manifest @@ -0,0 +1 @@ +DIST libkipi-19.08.1.tar.xz 103436 BLAKE2B 114aa19966fc462a898f82725271af179b9c4659a5ef2732fc46d40f4f0ccfc9b52d8e18b8c245d18e8816e4b1538571d2c642422170d4846beb4b0abc5a1d41 SHA512 5cde296b18b395739198a99762c42e511a647f37e38136d3529fe490dc5cecc040c5f9f1a6a61f5d074e0142940682230645c3640c2d1166c442f0caebe082bb diff --git a/kde-apps/libkipi/libkipi-19.08.1.ebuild b/kde-apps/libkipi/libkipi-19.08.1.ebuild new file mode 100644 index 0000000000..e8d77a8e68 --- /dev/null +++ b/kde-apps/libkipi/libkipi-19.08.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit kde5 + +DESCRIPTION="A library for image plugins accross KDE applications" +LICENSE="GPL-2+" +SLOT="5/32" +KEYWORDS="~amd64 ~arm64 ~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}" diff --git a/kde-apps/libkleo/Manifest b/kde-apps/libkleo/Manifest new file mode 100644 index 0000000000..ae1d8bbb00 --- /dev/null +++ b/kde-apps/libkleo/Manifest @@ -0,0 +1 @@ +DIST libkleo-19.08.1.tar.xz 338772 BLAKE2B 499766ec2b27327308b562653341387db567b7fb617a4d747e5834c841db353a7d16a0377063d58f8624818fd2a69907ffabb50eb0a41022b8634fc301be64d3 SHA512 c956093662ac79544694a136203eda4a77600fdeabe8a88a55be47ba29f56b914dff28f355f07fc83e6e231e87686bccddab105089ff36755705c48b28c768c2 diff --git a/kde-apps/libkleo/libkleo-19.08.1.ebuild b/kde-apps/libkleo/libkleo-19.08.1.ebuild new file mode 100644 index 0000000000..6497a8377a --- /dev/null +++ b/kde-apps/libkleo/libkleo-19.08.1.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_TEST="false" +inherit kde5 + +DESCRIPTION="Library for encryption handling" +LICENSE="GPL-2+" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="+fancyviewer" + +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_qt_dep qtgui) + $(add_qt_dep qtwidgets) + >=app-crypt/gpgme-1.11.1[cxx,qt5] + fancyviewer? ( $(add_kdeapps_dep kpimtextedit) ) +" +DEPEND="${COMMON_DEPEND} + dev-libs/boost +" +RDEPEND="${COMMON_DEPEND} + !kde-apps/kdepim-l10n +" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package fancyviewer KF5PimTextEdit) + ) + + cmake-utils_src_configure +} diff --git a/kde-apps/libkmahjongg/Manifest b/kde-apps/libkmahjongg/Manifest new file mode 100644 index 0000000000..65b6179532 --- /dev/null +++ b/kde-apps/libkmahjongg/Manifest @@ -0,0 +1 @@ +DIST libkmahjongg-19.08.1.tar.xz 1683708 BLAKE2B ed0bab7862b2b96c49550a68cabdf85a812f098cbaa621aa76ab71b751eed12da1c45bd608e0b714091084a45a5eabd2c4afb13be62c865967f055140905ac4a SHA512 0e17247e84348c4916eb59b9b6575295642ce8b1016ea973c47478a4b3441fa97f659ce0f7a0f5fe5edc0e9419606758515760808206d33e54abde0b58cebe91 diff --git a/kde-apps/libkmahjongg/libkmahjongg-19.08.1.ebuild b/kde-apps/libkmahjongg/libkmahjongg-19.08.1.ebuild new file mode 100644 index 0000000000..05486a0651 --- /dev/null +++ b/kde-apps/libkmahjongg/libkmahjongg-19.08.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit kde5 + +DESCRIPTION="Mahjongg library based on Qt/KDE Frameworks" +KEYWORDS="~amd64 ~arm64 ~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..7ba994f4af --- /dev/null +++ b/kde-apps/libkomparediff2/Manifest @@ -0,0 +1 @@ +DIST libkomparediff2-19.08.1.tar.xz 173696 BLAKE2B 64a2382e3a75af5ff34f775c1d30db768ae054a96399da8d61b6142a9cd528ead0698780fe0fa19defa9ca9e093fafec91298f89b212842a82cbe30e7724deb0 SHA512 b0a12d86118473e23db690662ca2337a66692eaa5189f1fb15ff289f715ef46e8e1fdd255c3d7c11119c19ba8a173645033d60a5aa52635caebb2c14640abf10 diff --git a/kde-apps/libkomparediff2/libkomparediff2-19.08.1.ebuild b/kde-apps/libkomparediff2/libkomparediff2-19.08.1.ebuild new file mode 100644 index 0000000000..ef6d32a42c --- /dev/null +++ b/kde-apps/libkomparediff2/libkomparediff2-19.08.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_TEST="true" +inherit kde5 + +DESCRIPTION="KDE library to compare files and strings" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep 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..a73c5d75da --- /dev/null +++ b/kde-apps/libksane/Manifest @@ -0,0 +1 @@ +DIST libksane-19.08.1.tar.xz 138600 BLAKE2B ad3fcf74aea8edd9f4a4e092a01a37e1d51dc5b4b027c64c9a674768e9ed430032498d9c442c948cc7eeb1d64a946565a858f876052fd3b3c5eaf98aaaaa8ffa SHA512 52f5bb900d935ae2b5f74f16fc9260ea999a0ca6e9166e229c7feff902708cf530d444061f20748cd4cc45281b82201ac380be4a934675e91d0ffdd355d844a7 diff --git a/kde-apps/libksane/libksane-19.08.1.ebuild b/kde-apps/libksane/libksane-19.08.1.ebuild new file mode 100644 index 0000000000..4e9cb28adc --- /dev/null +++ b/kde-apps/libksane/libksane-19.08.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit kde5 + +DESCRIPTION="SANE Library interface based on KDE Frameworks" +LICENSE="|| ( LGPL-2.1 LGPL-3 )" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="kwallet" + +DEPEND=" + $(add_frameworks_dep ki18n) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + media-gfx/sane-backends + kwallet? ( $(add_frameworks_dep kwallet) ) +" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package kwallet KF5Wallet) + ) + kde5_src_configure +} diff --git a/kde-apps/libksieve/Manifest b/kde-apps/libksieve/Manifest new file mode 100644 index 0000000000..eaffa751fd --- /dev/null +++ b/kde-apps/libksieve/Manifest @@ -0,0 +1 @@ +DIST libksieve-19.08.1.tar.xz 551404 BLAKE2B 683b8af11a15e6a85abf1c26856a3e4b743ecd730698081498e5a4f5244fb3b2563f51dc66943e6c7c0f01a993fcdc5aa0c26449445209eda7f38f74311c7cc0 SHA512 930590867786ce1664490674678926ac6f79d9caa24cd09ce9e69c1127c68b74f8481e16ce05a95537a13560a94193cf13f5523f1a79fa94f380f69ceea30a6d diff --git a/kde-apps/libksieve/libksieve-19.08.1.ebuild b/kde-apps/libksieve/libksieve-19.08.1.ebuild new file mode 100644 index 0000000000..d3b60f9bce --- /dev/null +++ b/kde-apps/libksieve/libksieve-19.08.1.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +KDE_TEST="true" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Common PIM libraries" +LICENSE="GPL-2+ LGPL-2.1+" +KEYWORDS="~amd64 ~arm64 ~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 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..082e878353 --- /dev/null +++ b/kde-apps/libktnef/Manifest @@ -0,0 +1 @@ +DIST ktnef-19.08.1.tar.xz 299668 BLAKE2B d9b7d69d19679a9807eaa1ba0b05aadc94a2c3679c37d47e89d0b4efede82ef955b8c13b67fa345facda49901c7bfd9eae63384fe52b035a0cc8fdb5ffc21c4d SHA512 e7cf474ec1b4da900272a3472e7c9d9b1548916619d7cd4e2f3b01bafbf1143820fb353a8cedb0777ec814a6b5b9f0e3223c4523cb66aac63deca71e2413159d diff --git a/kde-apps/libktnef/libktnef-19.08.1.ebuild b/kde-apps/libktnef/libktnef-19.08.1.ebuild new file mode 100644 index 0000000000..b55b109f75 --- /dev/null +++ b/kde-apps/libktnef/libktnef-19.08.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_TEST="true" +KMNAME="ktnef" +inherit kde5 + +DESCRIPTION="Library for handling TNEF data" +LICENSE="GPL-2+" +KEYWORDS="~amd64 ~arm64 ~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..bea90cef8c --- /dev/null +++ b/kde-apps/lokalize/Manifest @@ -0,0 +1 @@ +DIST lokalize-19.08.1.tar.xz 1691072 BLAKE2B 4b57e7ff4eab283fc7419d47464b2775495e8e9f9c44ebafe01d88ef1033cfb62368767d8b36f56dae1569679366a9c4e4ff6d7953a423d60ced06745ff1ed90 SHA512 ad6a8891dd9b70b66c2187e29f8588595883df846c83c25f648788c9b24d231cd4114bb95d9a433e5916f9fcb85ea52ec51402ae8c3d2b6c8fbf924bc56ca5cc diff --git a/kde-apps/lokalize/lokalize-19.08.1.ebuild b/kde-apps/lokalize/lokalize-19.08.1.ebuild new file mode 100644 index 0000000000..faaadb032b --- /dev/null +++ b/kde-apps/lokalize/lokalize-19.08.1.ebuild @@ -0,0 +1,62 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +PYTHON_COMPAT=( python3_{5,6,7} ) +inherit python-single-r1 kde5 + +DESCRIPTION="KDE Applications 5 translation tool" +HOMEPAGE="https://kde.org/applications/development/lokalize +https://l10n.kde.org/tools/" +KEYWORDS="~amd64 ~arm64 ~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 + + has_version dev-vcs/subversion || \ + elog "To be able to autofetch KDE translations in new project wizard, install dev-vcs/subversion." +} diff --git a/kde-apps/lskat/Manifest b/kde-apps/lskat/Manifest new file mode 100644 index 0000000000..842fdb3356 --- /dev/null +++ b/kde-apps/lskat/Manifest @@ -0,0 +1 @@ +DIST lskat-19.08.1.tar.xz 1218280 BLAKE2B 6882ffb795acfbd88ee0cd966425dc6110af41e42dc8fda5d41e43e4cc21cfa8d132e1a5fdc4773faafe6dc93682eeca405ac525a527a696ca68ee3f1f7b7c08 SHA512 111862869cdc7b3b0dc44b0fa5218d802ae14b486cf93d7626bf6ce9254ece1bccf75a4098e7f6a7b2357393bc1ab440341778688c36a4a42ef1c9def10a727d diff --git a/kde-apps/lskat/lskat-19.08.1.ebuild b/kde-apps/lskat/lskat-19.08.1.ebuild new file mode 100644 index 0000000000..eb135a61fe --- /dev/null +++ b/kde-apps/lskat/lskat-19.08.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +KDE_SELINUX_MODULE="games" +inherit kde5 + +DESCRIPTION="Skat game by KDE" +HOMEPAGE=" + https://kde.org/applications/games/lskat/ + https://games.kde.org/game.php?game=lskat +" +KEYWORDS="~amd64 ~arm64 ~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}" diff --git a/kde-apps/mailcommon/Manifest b/kde-apps/mailcommon/Manifest new file mode 100644 index 0000000000..321d8ce50e --- /dev/null +++ b/kde-apps/mailcommon/Manifest @@ -0,0 +1 @@ +DIST mailcommon-19.08.1.tar.xz 692772 BLAKE2B 140ca54e4f5dd09556e8b35f5fd8162a14f91c9cbce10cdff4abc5f42af571d56deb42f8b741ab132709143ae838a39d485208b46f7b23853c9f0d872a6ce995 SHA512 d3914d4a8fb9564ba8aad1a356de28ad6bdc8f0f90fe13e48cbaf54a447fe7e103c085c52755e56d1e73769690c852f8ef3c93ee4659e3e2cd1d4b35593e4108 diff --git a/kde-apps/mailcommon/mailcommon-19.08.1.ebuild b/kde-apps/mailcommon/mailcommon-19.08.1.ebuild new file mode 100644 index 0000000000..4bb32674a6 --- /dev/null +++ b/kde-apps/mailcommon/mailcommon-19.08.1.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_DESIGNERPLUGIN="true" +KDE_TEST="forceoptional" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Common mail library" +LICENSE="GPL-2+ LGPL-2.1+" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +BDEPEND=" + dev-libs/libxslt +" +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 qtmultimedia) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + media-libs/phonon[qt5(+)] +" +RDEPEND="${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..a48124abb7 --- /dev/null +++ b/kde-apps/mailimporter/Manifest @@ -0,0 +1 @@ +DIST mailimporter-19.08.1.tar.xz 540120 BLAKE2B e2e98e15c7ad62b0dce5911e2f3bb218ede495f6a4fe6f0f1d13047175705ee0c3aaaaceac1ad43aa1d46067c4b7b31cc03a6b2b5819d0706af0b079771470bb SHA512 d37464652482de64304d6fe6ef17e59d11e14e4b4c54acdda71022975536dce5c9736b5df67933ba051dafb6144493e4e4753e30c4d599740875eb4163a5da61 diff --git a/kde-apps/mailimporter/mailimporter-19.08.1.ebuild b/kde-apps/mailimporter/mailimporter-19.08.1.ebuild new file mode 100644 index 0000000000..5b4147cf87 --- /dev/null +++ b/kde-apps/mailimporter/mailimporter-19.08.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_TEST="true" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Library to import mail from various sources" +LICENSE="GPL-2+ LGPL-2.1+" +KEYWORDS="~amd64 ~arm64 ~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..e024e191c1 --- /dev/null +++ b/kde-apps/marble/Manifest @@ -0,0 +1 @@ +DIST marble-19.08.1.tar.xz 52300764 BLAKE2B 85697883f4b4f35e21b94c98889362aa3eb1cf392497d0e5eb82cfa93c61e9dd2e8b70f3e0e467d3b3b94da9e102a2a2416bbcdb519fc8da284dba16ab3f6db5 SHA512 4488ae8a99d999dd17ba6d73cb88b84dab509e70a027b87c22948602fb9b04bacedaa448ea1bd1234a076373bd3fa5ea65d5e738e7febecf7aa75f6c7a0c6890 diff --git a/kde-apps/marble/marble-19.08.1.ebuild b/kde-apps/marble/marble-19.08.1.ebuild new file mode 100644 index 0000000000..7253e190f8 --- /dev/null +++ b/kde-apps/marble/marble-19.08.1.ebuild @@ -0,0 +1,93 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="optional" # see src/apps/marble-kde/CMakeLists.txt +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 ~arm64 ~x86" +IUSE="aprs +dbus designer gps +kde nls phonon +geolocation shapefile +webengine" + +# FIXME (new package): libwlocate, WLAN-based geolocation +BDEPEND=" + aprs? ( dev-lang/perl ) + nls? ( $(add_qt_dep linguist-tools) ) +" +DEPEND=" + $(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) + sys-libs/zlib + 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:= ) + webengine? ( $(add_qt_dep qtwebengine 'widgets') ) +" +RDEPEND="${DEPEND}" + +# bug 588320 +RESTRICT+=" test" + +src_prepare() { + kde5_src_prepare + + rm -rf src/3rdparty/zlib || die "Failed to remove bundled libs" + + if use kde; then + sed -e "/add_subdirectory(marble-qt)/ s/^/#DONT/" \ + -i src/apps/CMakeLists.txt || die "Failed to disable marble-qt" + fi +} + +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 webengine Qt5WebEngine) + $(cmake-utils_use_find_package webengine Qt5WebEngineWidgets) + -DWITH_libwlocate=OFF + # bug 608890 + -DKDE_INSTALL_CONFDIR="/etc/xdg" + ) + if use kde; then + kde5_src_configure + else + cmake-utils_src_configure + fi +} diff --git a/kde-apps/mbox-importer/Manifest b/kde-apps/mbox-importer/Manifest new file mode 100644 index 0000000000..e30246b6fd --- /dev/null +++ b/kde-apps/mbox-importer/Manifest @@ -0,0 +1 @@ +DIST mbox-importer-19.08.1.tar.xz 33424 BLAKE2B ca458383afd83021d4ca8db222899add3a55277cc4b311b9a119042e66437a7857f4f8586eb03ea8a6e1da561dde1aa59becd70e964a6c31bb1bf82d5f62b6ce SHA512 1958ed5905e5a64a3214305869f7933ff5cb3e759da74f8aab6bbb51d3f67ef1a25ab18770bff6b78ba9767dc6b1291e191549d2617d21942ecc64f68fd945e9 diff --git a/kde-apps/mbox-importer/mbox-importer-19.08.1.ebuild b/kde-apps/mbox-importer/mbox-importer-19.08.1.ebuild new file mode 100644 index 0000000000..a6f31cefaa --- /dev/null +++ b/kde-apps/mbox-importer/mbox-importer-19.08.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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 ~arm64 ~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..be3c0bc794 --- /dev/null +++ b/kde-apps/messagelib/Manifest @@ -0,0 +1 @@ +DIST messagelib-19.08.1.tar.xz 10372528 BLAKE2B d2952154afa1a277f7fcdc7070300040f659d6c7f67b3bbcf6e3516fc32355788309f6502c2923878fd1ef39b0838d0fc008c24fb99edc46d86c491830f716e2 SHA512 e89676163a46b25efd994093ba03c2712a4f464a94d061f69da3e2c6b19ef00be59dcffe093b5cf21d16e75e75eafa7798e8dbb38e38900da1bba49b6b21d0f1 diff --git a/kde-apps/messagelib/messagelib-19.08.1.ebuild b/kde-apps/messagelib/messagelib-19.08.1.ebuild new file mode 100644 index 0000000000..927ca7e713 --- /dev/null +++ b/kde-apps/messagelib/messagelib-19.08.1.ebuild @@ -0,0 +1,69 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_TEST="forceoptional-recursive" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Libraries for messaging functions" +LICENSE="GPL-2+ LGPL-2.1+" +KEYWORDS="~amd64 ~arm64 ~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-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..04a6165ef4 --- /dev/null +++ b/kde-apps/minuet/Manifest @@ -0,0 +1 @@ +DIST minuet-19.08.1.tar.xz 27597732 BLAKE2B a6e884999e34312f01827668084c7d6e1ed4477a35df4aa7ae60f38a294e9317f44a6a2c8e1afc927a49c5a996a89fbb1073ac5d43681219a3515b77cc7a9292 SHA512 c4f26a1ffebf9a5b2519d404051ce1d39c9916bfd86bde49f50bd1870ccbb018c678e3266a5a0fd8b7b281d5f81647666ac9d3869540386ed2029b3a82ff483b diff --git a/kde-apps/minuet/minuet-19.08.1.ebuild b/kde-apps/minuet/minuet-19.08.1.ebuild new file mode 100644 index 0000000000..591a5e23f1 --- /dev/null +++ b/kde-apps/minuet/minuet-19.08.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Music Education software by KDE" +HOMEPAGE="https://minuet.kde.org/" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +BDEPEND=" + virtual/pkgconfig +" +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:= +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/okular/Manifest b/kde-apps/okular/Manifest new file mode 100644 index 0000000000..23b0096800 --- /dev/null +++ b/kde-apps/okular/Manifest @@ -0,0 +1 @@ +DIST okular-19.08.1.tar.xz 7058264 BLAKE2B 7059afb8e3b319df44822cd4c5d64ab5b2820fe5fbdb9fe4969a0ff7cad541e209a71d9dea2c41b8269667acc7a865b4230036151232e0eb07cca8c7e5bbe9ba SHA512 ba157b51137404357844315757c851dffa691e1192272107464bb2cc1f39c0880127e1ee669d5e65f0927a22c0e273718202d758b9fa857a67b2eb3cd772bfc9 diff --git a/kde-apps/okular/okular-19.08.1.ebuild b/kde-apps/okular/okular-19.08.1.ebuild new file mode 100644 index 0000000000..64bf34f1cf --- /dev/null +++ b/kde-apps/okular/okular-19.08.1.ebuild @@ -0,0 +1,106 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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://kde.org/applications/graphics/okular" +KEYWORDS="~amd64 ~arm64 ~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 kcrash) + $(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] ) + 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}-18.08.0-tests.patch" + "${FILESDIR}/${PN}-18.12.0-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 KF5Purpose) + $(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..e1551485eb --- /dev/null +++ b/kde-apps/palapeli/Manifest @@ -0,0 +1 @@ +DIST palapeli-19.08.1.tar.xz 2069656 BLAKE2B 2f6ea39bffb63ec4e43769e5a5a1924c01b1084cc19064971ce29489604dfd9d66cf98cfa41b7645dee3a80f56bd7900c2d29e83bbce068951918c9db68d60e6 SHA512 319e14d887678a243f55dd9f06cea6437a91b46e85f508eeeca22b8eeaa529af1df7b8e7ca594b2a23d530face26f9c4ad9869440d849827ae59dd95d5940078 diff --git a/kde-apps/palapeli/palapeli-19.08.1.ebuild b/kde-apps/palapeli/palapeli-19.08.1.ebuild new file mode 100644 index 0000000000..67ab131610 --- /dev/null +++ b/kde-apps/palapeli/palapeli-19.08.1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="optional" +inherit kde5 + +DESCRIPTION="Jigsaw puzzle game by KDE" +HOMEPAGE="https://kde.org/applications/games/palapeli/" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +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 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="${RDEPEND} + $(add_qt_dep qtconcurrent) +" diff --git a/kde-apps/parley/Manifest b/kde-apps/parley/Manifest new file mode 100644 index 0000000000..341292672f --- /dev/null +++ b/kde-apps/parley/Manifest @@ -0,0 +1 @@ +DIST parley-19.08.1.tar.xz 8831116 BLAKE2B b18780d5c8c3ac1ca761ffeefda8dcf680519c1baadceef1ed65a58fca684cfa548fa2c88369737bb2782ff73a542511e9ebc5310264b4db637e7acf57325490 SHA512 9c4cdf86f7c8d7e2bcfa9ea3932f2c25c7c441b1496493bd388003f20dd07953b34948a95ade140d3fd3849da10c2c0c76bd22a27d791705314a0ed59dd20d0c diff --git a/kde-apps/parley/parley-19.08.1.ebuild b/kde-apps/parley/parley-19.08.1.ebuild new file mode 100644 index 0000000000..6f4f04f5b4 --- /dev/null +++ b/kde-apps/parley/parley-19.08.1.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +KDE_DOC_DIR="docs" +inherit kde5 + +DESCRIPTION="A vocabulary trainer to help you memorize things" +HOMEPAGE="https://kde.org/applications/education/parley +https://edu.kde.org/applications/school/parley" +KEYWORDS="~amd64 ~arm64 ~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..b442395074 --- /dev/null +++ b/kde-apps/picmi/Manifest @@ -0,0 +1 @@ +DIST picmi-19.08.1.tar.xz 1358072 BLAKE2B 72347a06e0172ff0b8ba0d6e72c4fe73220a80cbdaabed5d6aeedfa8b91d8000e2d08227dcfa890d30422c2e4818e124e63b4565ef01308b61be1e4cca18c52d SHA512 9a1b1652d249fb8671f3f7b566837f6fb8017ba2453ff91bb56599345ed30d4bf98dffe4d6ce71fb5b51cf9e705f5f28936a6a5785ccaaf5a3dfe1ea6c20f70d diff --git a/kde-apps/picmi/picmi-19.08.1.ebuild b/kde-apps/picmi/picmi-19.08.1.ebuild new file mode 100644 index 0000000000..8daea380c1 --- /dev/null +++ b/kde-apps/picmi/picmi-19.08.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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 ~arm64 ~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..ac7a386346 --- /dev/null +++ b/kde-apps/pim-data-exporter/Manifest @@ -0,0 +1 @@ +DIST pim-data-exporter-19.08.1.tar.xz 203216 BLAKE2B e99c4963e0352a7d4b8b62f90ae093c83b6ec58e438b2fc768707392e6282fbe27583deb4badbf014db0758047b2e483236f75cde9839b6896698a619dd62562 SHA512 2428edd267e914ce63b1c3c82b8ae320f421c05c463613f88b117677567057640c2d36aef5f46fa950b3263faefa66c369f70373ffbfc33343d31f7b8e582f19 diff --git a/kde-apps/pim-data-exporter/pim-data-exporter-19.08.1.ebuild b/kde-apps/pim-data-exporter/pim-data-exporter-19.08.1.ebuild new file mode 100644 index 0000000000..31bd42b5b2 --- /dev/null +++ b/kde-apps/pim-data-exporter/pim-data-exporter-19.08.1.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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 ~arm64 ~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) +" +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..7e517b3b53 --- /dev/null +++ b/kde-apps/pim-sieve-editor/Manifest @@ -0,0 +1 @@ +DIST pim-sieve-editor-19.08.1.tar.xz 450480 BLAKE2B d75e79a9b63da2a8b4384c88461493ab908aa23c982df8fd82a403df815097c73799ab6fb9c8d2a37a6b507d84892d29670c5c7e7e8869d23999ef9d694a2beb SHA512 8fe29bfc17be4759846e59d09a52df6c354ac4721f8cbe33c36dce6eb3bd5d0cc6d679ba34167586acebc0ce845f04e487b0dfac5c54512387a64dccf5763660 diff --git a/kde-apps/pim-sieve-editor/pim-sieve-editor-19.08.1.ebuild b/kde-apps/pim-sieve-editor/pim-sieve-editor-19.08.1.ebuild new file mode 100644 index 0000000000..c32411e468 --- /dev/null +++ b/kde-apps/pim-sieve-editor/pim-sieve-editor-19.08.1.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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 ~arm64 ~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..99ee7269ef --- /dev/null +++ b/kde-apps/pimcommon/Manifest @@ -0,0 +1 @@ +DIST pimcommon-19.08.1.tar.xz 293872 BLAKE2B c48ef7304fdc3e172bf68d885d7ce9aba3ec9f38ba5dec17ac03dd4e636cc165cdfa3dcb6e2ca36e840c4c489757df17a8924d74d57882f21ea71ed3debae1d6 SHA512 bd32b3d7cbd0dcd3f539037c92227df655874b296ed1d7501255ce470b2a8692d53bf0848a765bf901f173d36f7b580cddcdf4a33f1c903a5280f1a99184846f diff --git a/kde-apps/pimcommon/pimcommon-19.08.1.ebuild b/kde-apps/pimcommon/pimcommon-19.08.1.ebuild new file mode 100644 index 0000000000..89a6b4577f --- /dev/null +++ b/kde-apps/pimcommon/pimcommon-19.08.1.ebuild @@ -0,0 +1,65 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_DESIGNERPLUGIN="true" +KDE_TEST="forceoptional" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Common PIM libraries" +LICENSE="GPL-2+ LGPL-2.1+" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +BDEPEND=" + dev-libs/libxslt +" +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_frameworks_dep purpose) + $(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) +" +DEPEND="${COMMON_DEPEND} + $(add_frameworks_dep kiconthemes) + test? ( $(add_kdeapps_dep kmime) ) +" +RDEPEND="${COMMON_DEPEND} + !kde-apps/kdepim-common-libs:4 + !kde-apps/kdepim-l10n +" + +src_test() { + # bugs 641730, 661330 + local myctestargs=( + -E "(autocorrectiontest|pimcommon-translator-translatortest)" + ) + + kde5_src_test +} diff --git a/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-19.08.1.ebuild b/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-19.08.1.ebuild new file mode 100644 index 0000000000..a68369603c --- /dev/null +++ b/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-19.08.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Plasma Telepathy client" +HOMEPAGE="https://community.kde.org/KTp" + +LICENSE="metapackage" +SLOT="5" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="gstreamer" + +RDEPEND=" + >=kde-apps/ktp-accounts-kcm-${PV}:${SLOT} + >=kde-apps/ktp-approver-${PV}:${SLOT} + >=kde-apps/ktp-auth-handler-${PV}:${SLOT} + >=kde-apps/ktp-common-internals-${PV}:${SLOT} + >=kde-apps/ktp-contact-list-${PV}:${SLOT} + >=kde-apps/ktp-contact-runner-${PV}:${SLOT} + >=kde-apps/ktp-desktop-applets-${PV}:${SLOT} + >=kde-apps/ktp-filetransfer-handler-${PV}:${SLOT} + >=kde-apps/ktp-kded-module-${PV}:${SLOT} + >=kde-apps/ktp-send-file-${PV}:${SLOT} + >=kde-apps/ktp-text-ui-${PV}:${SLOT} + gstreamer? ( >=kde-apps/ktp-call-ui-${PV}:${SLOT} ) +" + +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..5f9fc832d8 --- /dev/null +++ b/kde-apps/poxml/Manifest @@ -0,0 +1 @@ +DIST poxml-19.08.1.tar.xz 43360 BLAKE2B 9c49c1ed8c473383e49844f12441adee8c36a5ab1cab1d9838ca50e09b0a7bdd1c029d449027107c2e433af8cae4b2ff0c196fb14dc555b55cc62a0dbc6cacef SHA512 38dda29abc29c1e0f7959785625d29978e40f6f740ed3ce2958cae7299d534c41e0f9c1baa5d958b9d947e21289a347a3b7f3fd886a6d7bd734df814ffe6d5f8 diff --git a/kde-apps/poxml/poxml-19.08.1.ebuild b/kde-apps/poxml/poxml-19.08.1.ebuild new file mode 100644 index 0000000000..52cbeb724b --- /dev/null +++ b/kde-apps/poxml/poxml-19.08.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="KDE utility to translate DocBook XML files using gettext po files" +KEYWORDS="~amd64 ~arm64 ~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..aa2d68a36b --- /dev/null +++ b/kde-apps/print-manager/Manifest @@ -0,0 +1 @@ +DIST print-manager-19.08.1.tar.xz 245276 BLAKE2B 8acaa70bcb3a95e98cd8594949a64a8aff90491f125379ccd4d55e32f7ebf0710f7ee7523df20980994453ffbec66c1cab45665fb16cce76c51af1db231f3b96 SHA512 50d939f16a7d4622a9bfad181b339f31f046b86f7fab16aa17739a8f0e0ee720866d50cb4faeca9d47e0497388e71f71aa4a5c8494cf07f302006b7176f52678 diff --git a/kde-apps/print-manager/print-manager-19.08.1.ebuild b/kde-apps/print-manager/print-manager-19.08.1.ebuild new file mode 100644 index 0000000000..1ae6656076 --- /dev/null +++ b/kde-apps/print-manager/print-manager-19.08.1.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit kde5 + +DESCRIPTION="Manage print jobs and printers in Plasma" +KEYWORDS="~amd64 ~arm64 ~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(){ + kde5_pkg_postinst + + if [[ -z "${REPLACING_VERSIONS}" ]] && ! use gtk ; then + 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'\"" + fi +} diff --git a/kde-apps/rocs/Manifest b/kde-apps/rocs/Manifest new file mode 100644 index 0000000000..1a33ab6867 --- /dev/null +++ b/kde-apps/rocs/Manifest @@ -0,0 +1 @@ +DIST rocs-19.08.1.tar.xz 1517012 BLAKE2B 94b6d9c1203b4799ea01e2bd2d26f94798c86bab810b8d81a0b6136a3a286a2f2bfe416fbb9ac942841324f0a9eaa7959876812eb9a2d266516d5b5ecb9dc2c0 SHA512 53de9beba9baaf28ea7354ddf73f942e75c3a7fbc3f5fed7ed7c940f54d0647305a4bf57df66b4cc3e23a7e6c2da8d8e2803a5c9131edc702d667df0472f9f47 diff --git a/kde-apps/rocs/rocs-19.08.1.ebuild b/kde-apps/rocs/rocs-19.08.1.ebuild new file mode 100644 index 0000000000..6f79ed59ae --- /dev/null +++ b/kde-apps/rocs/rocs-19.08.1.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="optional" +KDE_TEST="true" +inherit kde5 + +DESCRIPTION="Interface to work with Graph Theory" +HOMEPAGE="https://kde.org/applications/education/rocs +https://edu.kde.org/applications/mathematics/rocs" +KEYWORDS="~amd64 ~arm64 ~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) + >=dev-qt/qtwebkit-5.212.0_pre20180120:5 + $(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..feeb2630cc --- /dev/null +++ b/kde-apps/signon-kwallet-extension/Manifest @@ -0,0 +1 @@ +DIST signon-kwallet-extension-19.08.1.tar.xz 10612 BLAKE2B 7333439310bf3c2cc80bf111519ef91e5cb8ecc68b1f8c2abb484178316c92c2c6963a39390c7dc1ab87e0628df608211251244d02e564171bf4134330309eea SHA512 b26311d3d6f61635111140a9af2d0d14dedcd2b9611db84cdf1206b00c7d6c593e94e5ec698585ad060fe9250ebf656aba434412a47bcdf21f996b65858cfa0c diff --git a/kde-apps/signon-kwallet-extension/signon-kwallet-extension-19.08.1.ebuild b/kde-apps/signon-kwallet-extension/signon-kwallet-extension-19.08.1.ebuild new file mode 100644 index 0000000000..babcbf554b --- /dev/null +++ b/kde-apps/signon-kwallet-extension/signon-kwallet-extension-19.08.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit kde5 + +DESCRIPTION="KWallet extension for signond" +HOMEPAGE="https://01.org/gsso/" +KEYWORDS="~amd64 ~arm64 ~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..e082f455a3 --- /dev/null +++ b/kde-apps/spectacle/Manifest @@ -0,0 +1 @@ +DIST spectacle-19.08.1.tar.xz 965032 BLAKE2B d465e8f1e16cbb5d05e9d2e97844c15738a1f95caa1ccaf39c0261e77cd6caa912b7444ec6f3e076fa7f2c373e57a5d8d7ae5c9b187a3f9c1f7b648fca42a61e SHA512 0ebaff47cbb3406747a49d7f814f154b4e139a7f4461da389fcf65b347f9272e2c85a772886fb0819cfc539d1d878e5acda622331cf5220ef263412663f24fa6 diff --git a/kde-apps/spectacle/spectacle-19.08.1.ebuild b/kde-apps/spectacle/spectacle-19.08.1.ebuild new file mode 100644 index 0000000000..5dc6307530 --- /dev/null +++ b/kde-apps/spectacle/spectacle-19.08.1.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +KDE_TEST="forceoptional" +inherit kde5 + +DESCRIPTION="Screenshot capture utility" +LICENSE="LGPL-2+ handbook? ( FDL-1.3 ) kipi? ( GPL-2+ )" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="kipi share" + +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 kio) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep knotifications) + $(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 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? ( $(add_kdeapps_dep kipi-plugins) ) +" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package kipi KF5Kipi) + $(cmake-utils_use_find_package share KF5Purpose) + ) + kde5_src_configure +} diff --git a/kde-apps/step/Manifest b/kde-apps/step/Manifest new file mode 100644 index 0000000000..6743f3c110 --- /dev/null +++ b/kde-apps/step/Manifest @@ -0,0 +1 @@ +DIST step-19.08.1.tar.xz 869968 BLAKE2B d2de7b2f3ec65573ee1f036c689342c5aa9d9fc6c941b92217a796a24e87ee8de17e5bfc610d2cacd4d1fee7063ebb19bf723607a983f904e0e46061507820b2 SHA512 aca5492c5f6a56acfe20ce09d3ba0e469fe2bb53def0ae5c5645891699fe589cdf85340615a2dc2a5ed58ecfb7353b10f05d7dcb7fe1d97cf756f9c98bcc8da0 diff --git a/kde-apps/step/step-19.08.1.ebuild b/kde-apps/step/step-19.08.1.ebuild new file mode 100644 index 0000000000..0c8734816d --- /dev/null +++ b/kde-apps/step/step-19.08.1.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="optional" +KDE_TEST="forceoptional" +inherit kde5 + +DESCRIPTION="Interactive physics simulator" +HOMEPAGE="https://edu.kde.org/step/" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="+gsl nls +qalculate" + +BDEPEND=" + nls? ( $(add_qt_dep linguist-tools) ) +" +DEPEND=" + $(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 kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep kparts) + $(add_frameworks_dep kplotting) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtgui) + $(add_qt_dep qtopengl) + $(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:= ) +" +RDEPEND="${DEPEND}" + +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..bde5aec2ae --- /dev/null +++ b/kde-apps/svgpart/Manifest @@ -0,0 +1 @@ +DIST svgpart-19.08.1.tar.xz 21260 BLAKE2B 90e5f87ae14ac765d90e926e33553b09c57a372d4700e65770600c92a3d740a968228fbc2b64b96b23afa2f207ec9a8d85913156f8150a10457d645384194128 SHA512 dbc39f044a3d5015eab6067e77f48adab6fad37c716d5f3a51140f80dfed45ec96f686271f72aa758cd6a32897439cbc75e8e8aeabbfcb96d718dd0593cb39f4 diff --git a/kde-apps/svgpart/svgpart-19.08.1.ebuild b/kde-apps/svgpart/svgpart-19.08.1.ebuild new file mode 100644 index 0000000000..d67c7189d9 --- /dev/null +++ b/kde-apps/svgpart/svgpart-19.08.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit kde5 + +DESCRIPTION="Kpart for viewing SVGs" +LICENSE="GPL-2+" +KEYWORDS="~amd64 ~arm64 ~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..096dc0c7c1 --- /dev/null +++ b/kde-apps/sweeper/Manifest @@ -0,0 +1 @@ +DIST sweeper-19.08.1.tar.xz 368528 BLAKE2B 213b72c51450ed21f12339300db2903ee522d7f4821f5b35c371e8bd1a02096b213a2fb5d69ceda0ee02042ee448250e1949881b74367f3775e7d47a704ef84f SHA512 50cbfbf028a6cd4c4de8b8e9ff31c6e2ed39f43202cefc1463fe78c381d82d0e9d6f12853fd545d0cbfa1c3ade7c0e37d9da5a0282817c92515a885f27e6a5d1 diff --git a/kde-apps/sweeper/sweeper-19.08.1.ebuild b/kde-apps/sweeper/sweeper-19.08.1.ebuild new file mode 100644 index 0000000000..c861ff5ac6 --- /dev/null +++ b/kde-apps/sweeper/sweeper-19.08.1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Privacy settings widget to clean unwanted traces on the system" +HOMEPAGE="https://kde.org/applications/utilities/sweeper +https://utils.kde.org/projects/sweeper/" + +KEYWORDS="~amd64 ~arm64 ~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}" diff --git a/kde-apps/thumbnailers/Manifest b/kde-apps/thumbnailers/Manifest new file mode 100644 index 0000000000..39733f59da --- /dev/null +++ b/kde-apps/thumbnailers/Manifest @@ -0,0 +1 @@ +DIST kdegraphics-thumbnailers-19.08.1.tar.xz 43416 BLAKE2B 1dd4f057ca431e4890b65d61253b9447e8f506518eddd9e44bbba59f4e251105419ba7b2491fd196aced76a6ca4cd0a0b69e082b57afb14ac05577f5417f5f0d SHA512 294ca87db7d38496e9b87a0cfb5516f2295bb94fd29cc1c1260a8c281d097ae1b6b6f02a6a03cf0c82dfc248126fb2524211663673201d562e73e122c3dfa76d diff --git a/kde-apps/thumbnailers/thumbnailers-19.08.1.ebuild b/kde-apps/thumbnailers/thumbnailers-19.08.1.ebuild new file mode 100644 index 0000000000..d9395112cc --- /dev/null +++ b/kde-apps/thumbnailers/thumbnailers-19.08.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KMNAME="kdegraphics-thumbnailers" +inherit kde5 + +DESCRIPTION="Thumbnail generators for PDF/PS and RAW files" +LICENSE="GPL-2+" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="raw" + +DEPEND=" + $(add_frameworks_dep karchive) + $(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..9938a3e375 --- /dev/null +++ b/kde-apps/umbrello/Manifest @@ -0,0 +1 @@ +DIST umbrello-19.08.1.tar.xz 3704860 BLAKE2B 0187bffdc2fa441e86d4d704b82b2b634def6e3d31fbe994a5b9d5e7ba49627a48b52ce079e9d4222ba5f0f2bbd46334ec677ff544de4cd21161e5d9127278e7 SHA512 a960cd47f5a6df91354d143345aedc1212810bad90de3f11387e848f65db6d1c0814ca6034c44ad130082ffe68cad5585f25e9cf710e9b4332f6218f2d2fd3fb diff --git a/kde-apps/umbrello/umbrello-19.08.1.ebuild b/kde-apps/umbrello/umbrello-19.08.1.ebuild new file mode 100644 index 0000000000..a75e8d122d --- /dev/null +++ b/kde-apps/umbrello/umbrello-19.08.1.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +KDE_TEST="forceoptional" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="KDE UML Modeller" +HOMEPAGE=" + https://kde.org/applications/development/umbrello + https://umbrello.kde.org +" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +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 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 qtwidgets) + $(add_qt_dep qtxml) + dev-libs/libxml2 + dev-libs/libxslt + >=dev-qt/qtwebkit-5.212.0_pre20180120:5 +" +DEPEND="${RDEPEND} + $(add_frameworks_dep kdelibs4support) +" + +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/yakuake/Manifest b/kde-apps/yakuake/Manifest new file mode 100644 index 0000000000..0516b9f172 --- /dev/null +++ b/kde-apps/yakuake/Manifest @@ -0,0 +1 @@ +DIST yakuake-19.08.1.tar.xz 370264 BLAKE2B 82070c072c0841c988fb06aafe70c01579f46adb546dce3e21281e9fa21ffa8949c0736bc344deef20d0854f11aa665f2360efd8ffe498fb25b7f3910c0de929 SHA512 282004eca226a31554cf7a32825a82cac85e52bd694c4db11a37934cb4bdd4aa77da13c49bdf32a5b1efe3e404d64503b981914f9e9a51cec861ba538bb5a304 diff --git a/kde-apps/yakuake/yakuake-19.08.1.ebuild b/kde-apps/yakuake/yakuake-19.08.1.ebuild new file mode 100644 index 0000000000..cff4ec8076 --- /dev/null +++ b/kde-apps/yakuake/yakuake-19.08.1.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit kde5 + +DESCRIPTION="Quake-style terminal emulator based on konsole" +HOMEPAGE="https://kde.org/applications/system/org.kde.yakuake" + +LICENSE="GPL-2 LGPL-2" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="absolute-position X" + +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 kglobalaccel) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep knotifyconfig) + $(add_frameworks_dep kparts) + $(add_frameworks_dep kservice) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep konsole) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) + absolute-position? ( $(add_frameworks_dep kwayland) ) + X? ( + $(add_qt_dep qtx11extras) + x11-libs/libX11 + ) +" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package absolute-position KF5Wayland) + $(cmake-utils_use_find_package X X11) + ) + + kde5_src_configure +} diff --git a/kde-apps/zeroconf-ioslave/Manifest b/kde-apps/zeroconf-ioslave/Manifest new file mode 100644 index 0000000000..9aea42930b --- /dev/null +++ b/kde-apps/zeroconf-ioslave/Manifest @@ -0,0 +1 @@ +DIST zeroconf-ioslave-19.08.1.tar.xz 39148 BLAKE2B afaaf3bc1abb3155c3937f7dc5264b758bc088cec3480de3bee4b8560d4f8dc2107979c22869f7d0aa82c58e0427e9154681c0fb5412125ede7683c4a5998c1e SHA512 5d51b7c428130af1d5de20f9f233b276a7b0316bd9791cbb317a8869f8f90a4fc3c16aeb618fd495a5eb50fa9921d44a29c4c1bdc16509917316fb8677d6d25c diff --git a/kde-apps/zeroconf-ioslave/zeroconf-ioslave-19.08.1.ebuild b/kde-apps/zeroconf-ioslave/zeroconf-ioslave-19.08.1.ebuild new file mode 100644 index 0000000000..cf2cfa6db8 --- /dev/null +++ b/kde-apps/zeroconf-ioslave/zeroconf-ioslave-19.08.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit kde5 + +DESCRIPTION="DNSSD (DNS Service Discovery - part of Rendezvous) ioslave and kded module" +KEYWORDS="~amd64 ~arm64 ~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}" |