diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-05-07 11:07:34 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-05-07 23:41:03 +0200 |
commit | fe504f1ab0a411eff127015712d06089a0f58d81 (patch) | |
tree | b8122a154dd963e811d41e98da9802b4e866175c /kde-apps | |
parent | kde-apps/kpat: mv 19.04.9999 -> 19.04.49.9999 (diff) | |
download | kde-fe504f1ab0a411eff127015712d06089a0f58d81.tar.gz kde-fe504f1ab0a411eff127015712d06089a0f58d81.tar.bz2 kde-fe504f1ab0a411eff127015712d06089a0f58d81.zip |
kde-apps: Add KDE Applications 19.04.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'kde-apps')
455 files changed, 10053 insertions, 1 deletions
diff --git a/kde-apps/akonadi-calendar/Manifest b/kde-apps/akonadi-calendar/Manifest new file mode 100644 index 0000000000..4c58b15712 --- /dev/null +++ b/kde-apps/akonadi-calendar/Manifest @@ -0,0 +1 @@ +DIST akonadi-calendar-19.04.1.tar.xz 332412 BLAKE2B b6e94884f575204c5dea3253d42eae7493a60a6e2137b1b0cf42a15506a8f1949ba34b3543a55e1d85a9d24883b51458e68cb9029a375d319ff3c72f34da9876 SHA512 7a6ba5a6b8aa57af4991d1f8a74acbbd2ef463d145569e5bd0a29441c5430efbc3528e96640d59d6843b2f2c6d087188a032526223cf6e876095d7461fd2dc0c diff --git a/kde-apps/akonadi-calendar/akonadi-calendar-19.04.1.ebuild b/kde-apps/akonadi-calendar/akonadi-calendar-19.04.1.ebuild new file mode 100644 index 0000000000..c2875fb209 --- /dev/null +++ b/kde-apps/akonadi-calendar/akonadi-calendar-19.04.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="true" +inherit kde5 + +DESCRIPTION="Library for akonadi calendar integration" +LICENSE="GPL-2+ LGPL-2.1+" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kitemmodels) + $(add_frameworks_dep kjobwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwallet) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep akonadi) + $(add_kdeapps_dep akonadi-contacts) + $(add_kdeapps_dep akonadi-mime) + $(add_kdeapps_dep kcalcore) + $(add_kdeapps_dep kcalutils) + $(add_kdeapps_dep kcontacts) + $(add_kdeapps_dep kidentitymanagement) + $(add_kdeapps_dep kmailtransport) + $(add_kdeapps_dep kmime) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND} + !kde-apps/kdepim-l10n + !<kde-apps/kdepim-runtime-18.03.80 +" + +RESTRICT+=" test" diff --git a/kde-apps/akonadi-contacts/Manifest b/kde-apps/akonadi-contacts/Manifest new file mode 100644 index 0000000000..311bf12fd2 --- /dev/null +++ b/kde-apps/akonadi-contacts/Manifest @@ -0,0 +1 @@ +DIST akonadi-contacts-19.04.1.tar.xz 391992 BLAKE2B 81033bad5a6864765e07e37eff6b47e97ebe3e5839c95976a66eefe1b98dd0c1885427f86a9be40c7b8dffd8e57e64eb2bad180986d3ae07d1447af11c2b4daa SHA512 a203c36aaa7b875cfcfc167ce63b02a6c6a15cde34bc350c102bc0520c743626563ad977cdc8f1bacca222732afe2c66b80d51f3951e50e6df51130fa036584d diff --git a/kde-apps/akonadi-contacts/akonadi-contacts-19.04.1.ebuild b/kde-apps/akonadi-contacts/akonadi-contacts-19.04.1.ebuild new file mode 100644 index 0000000000..191204d119 --- /dev/null +++ b/kde-apps/akonadi-contacts/akonadi-contacts-19.04.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..877962843d --- /dev/null +++ b/kde-apps/akonadi-import-wizard/Manifest @@ -0,0 +1 @@ +DIST akonadi-import-wizard-19.04.1.tar.xz 439316 BLAKE2B 221891b3d60131c6f2eb0d2e6b0cb8673dcc4c1bb152a4b386014d3811b93adb0b6c9c692a101eeb0b3da6afbcbf846df6d64c0fb3f232f5813ae3bf6ff9b60a SHA512 9354e73886daca5a8467f059d81cfed78280b01ea9fd93734b1d232e0e5cfde6fd583830b4e1962f7b7627bfc71deeddd98465c2c9b9e9f33b96e8e4c73432a7 diff --git a/kde-apps/akonadi-import-wizard/akonadi-import-wizard-19.04.1.ebuild b/kde-apps/akonadi-import-wizard/akonadi-import-wizard-19.04.1.ebuild new file mode 100644 index 0000000000..dbb1fdeee9 --- /dev/null +++ b/kde-apps/akonadi-import-wizard/akonadi-import-wizard-19.04.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..88aa56b111 --- /dev/null +++ b/kde-apps/akonadi-mime/Manifest @@ -0,0 +1 @@ +DIST akonadi-mime-19.04.1.tar.xz 136764 BLAKE2B 71414b504d949ba56e3d09e215c35df99a7b08e1fd4af35f036a227ec8d85f79bcb0d04add23b24afc6e20ac0a2d687ad097b54195d1b0c1685767ac786bcffb SHA512 17861ededc4cf198551a217f9a8237dffb150369fa0de23d383680cab1b64a034548c5bde5d920e5dc4870d297dba5ebda65885b81c023a99b284120b5104a3e diff --git a/kde-apps/akonadi-mime/akonadi-mime-19.04.1.ebuild b/kde-apps/akonadi-mime/akonadi-mime-19.04.1.ebuild new file mode 100644 index 0000000000..ff73b34b68 --- /dev/null +++ b/kde-apps/akonadi-mime/akonadi-mime-19.04.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..ebfcf171f4 --- /dev/null +++ b/kde-apps/akonadi-notes/Manifest @@ -0,0 +1 @@ +DIST akonadi-notes-19.04.1.tar.xz 24796 BLAKE2B bc9b6bebdf6ad3107d2d88aa1be43daced8a3b35827db12bfb02dc07f43f9173cf66c82fa18785d6680b5e6fc16a4d89c5bdcdee690e561ced3dac203e861694 SHA512 139e858f975a12b2384bf73ca932875be697b6cce68f990c6ee861d7d78a728e8ce97a8622d3ab1d89cf5ffa84cf238ecd344ddb64127825c03ff228c7534a67 diff --git a/kde-apps/akonadi-notes/akonadi-notes-19.04.1.ebuild b/kde-apps/akonadi-notes/akonadi-notes-19.04.1.ebuild new file mode 100644 index 0000000000..e317c0e85c --- /dev/null +++ b/kde-apps/akonadi-notes/akonadi-notes-19.04.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_TEST="true" +inherit kde5 + +DESCRIPTION="Library for akonadi notes integration" +KEYWORDS="~amd64 ~arm64 ~x86" +LICENSE="GPL-2+" +IUSE="" + +# some akonadi tests time out, that probably needs more work as it's ~700 tests +RESTRICT+=" test" + +COMMON_DEPEND=" + $(add_frameworks_dep ki18n) + $(add_kdeapps_dep kmime) + $(add_qt_dep qtgui) + $(add_qt_dep qtxml) +" +DEPEND="${COMMON_DEPEND} + $(add_kdeapps_dep akonadi) +" +RDEPEND="${COMMON_DEPEND} + !kde-apps/kdepim-l10n +" diff --git a/kde-apps/akonadi-search/Manifest b/kde-apps/akonadi-search/Manifest new file mode 100644 index 0000000000..42ed3ae424 --- /dev/null +++ b/kde-apps/akonadi-search/Manifest @@ -0,0 +1 @@ +DIST akonadi-search-19.04.1.tar.xz 82260 BLAKE2B b7238dfe23b219271ea81041ca91dbf65804813c0791da1399b4cc738305a8afd297e3a2b1e5254c03eae153fd15242524b1567ccde6d7884ca2ba31d1ddd2cd SHA512 36928c9276ed83f9d8dbfa95ab54c4b5439d302c239054d7d05309f6992915d87510aa7125b6c9e8624874f934c64385c6f1d6725972a10376665766a49116dc diff --git a/kde-apps/akonadi-search/akonadi-search-19.04.1.ebuild b/kde-apps/akonadi-search/akonadi-search-19.04.1.ebuild new file mode 100644 index 0000000000..de2275bc35 --- /dev/null +++ b/kde-apps/akonadi-search/akonadi-search-19.04.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..ded588a58b --- /dev/null +++ b/kde-apps/akonadi/Manifest @@ -0,0 +1 @@ +DIST akonadi-19.04.1.tar.xz 1572528 BLAKE2B 88eaeae705db98872aa6b0b1b15d05a6d94084d4cf52671ed53b06341002fc2eee1acbcaed2d68edfa4c614b979d8e83f8cb742227197033692b5d29d3252e1a SHA512 267732bc26b01ad8d7e823e9dd4d4b8c2ee18a971e850727dfd07d6e8bd0a099a2c3a040de00994a00ffce35000b9ffb9416c975b82ea80cdbb91a3fbf99c21a diff --git a/kde-apps/akonadi/akonadi-19.04.1.ebuild b/kde-apps/akonadi/akonadi-19.04.1.ebuild new file mode 100644 index 0000000000..f8fd5fa4cf --- /dev/null +++ b/kde-apps/akonadi/akonadi-19.04.1.ebuild @@ -0,0 +1,112 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_DESIGNERPLUGIN="true" +KDE_TEST="forceoptional" +VIRTUALDBUS_TEST="true" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Storage service for PIM data and libraries for PIM apps" +HOMEPAGE="https://community.kde.org/KDE_PIM/akonadi" + +KEYWORDS="~amd64 ~arm ~arm64 ~x86" +LICENSE="LGPL-2.1+" +IUSE="+mysql postgres sqlite tools xml" + +REQUIRED_USE="|| ( mysql postgres sqlite ) test? ( tools )" + +COMMON_DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kitemmodels) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtsql 'mysql?,postgres?') + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + sqlite? ( + $(add_qt_dep qtsql 'sqlite' '' '5=') + dev-db/sqlite:3 + ) + xml? ( dev-libs/libxml2 ) +" +DEPEND="${COMMON_DEPEND} + dev-libs/boost + dev-libs/libxslt + test? ( sys-apps/dbus ) +" +RDEPEND="${COMMON_DEPEND} + !<kde-apps/kapptemplate-17.11.80 + !kde-apps/kdepim-l10n + !kde-apps/kdepimlibs + mysql? ( virtual/mysql ) + postgres? ( dev-db/postgresql ) +" + +# some akonadi tests time out, that probably needs more work as it's ~700 tests +RESTRICT+=" test" + +PATCHES=( "${FILESDIR}/${PN}-18.12.2-mysql56-crash.patch" ) + +pkg_setup() { + # Set default storage backend in order: MySQL, PostgreSQL, SQLite + # reverse driver check to keep the order + use sqlite && DRIVER="QSQLITE3" + use postgres && DRIVER="QPSQL" + use mysql && DRIVER="QMYSQL" + + if use sqlite || has_version "<${CATEGORY}/${P}[sqlite]"; then + ewarn "We strongly recommend you change your Akonadi database backend to either MySQL" + ewarn "or PostgreSQL in your user configuration." + ewarn "In particular, kde-apps/kmail does not work properly with the sqlite backend." + fi + + kde5_pkg_setup +} + +src_configure() { + local mycmakeargs=( + -DAKONADI_BUILD_QSQLITE=$(usex sqlite) + -DBUILD_TOOLS=$(usex tools) + $(cmake-utils_use_find_package xml LibXml2) + ) + + kde5_src_configure +} + +src_install() { + # Who knows, maybe it accidentally fixes our permission issues + cat <<-EOF > "${T}"/akonadiserverrc +[%General] +Driver=${DRIVER} +EOF + insinto /usr/share/config/akonadi + doins "${T}"/akonadiserverrc + + kde5_src_install +} + +pkg_postinst() { + kde5_pkg_postinst + elog "You can select the storage backend in ~/.config/akonadi/akonadiserverrc." + elog "Available drivers are:" + use mysql && elog " QMYSQL" + use postgres && elog " QPSQL" + use sqlite && elog " QSQLITE3" + elog "${DRIVER} has been set as your default akonadi storage backend." +} diff --git a/kde-apps/akonadiconsole/Manifest b/kde-apps/akonadiconsole/Manifest new file mode 100644 index 0000000000..a58f02f792 --- /dev/null +++ b/kde-apps/akonadiconsole/Manifest @@ -0,0 +1 @@ +DIST akonadiconsole-19.04.1.tar.xz 193540 BLAKE2B 42f6bcb76fcab0ad4819f902caf65e227d89b22054c1213b6cf2bc3589567fb722ec86ec00e0656b49ca191b0045b057605f3f4f65c6ce39a268514be1d99717 SHA512 ca8efb8fbd232fa228d6b52472d24186aa5f55435018dd332c707301fe5b4cb59556c4a7bd87ecc382262e8d8ca148f2a16c33cd5a2436df8f0186b05aa3f3c8 diff --git a/kde-apps/akonadiconsole/akonadiconsole-19.04.1.ebuild b/kde-apps/akonadiconsole/akonadiconsole-19.04.1.ebuild new file mode 100644 index 0000000000..303ffc47eb --- /dev/null +++ b/kde-apps/akonadiconsole/akonadiconsole-19.04.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..2509baeecf --- /dev/null +++ b/kde-apps/akregator/Manifest @@ -0,0 +1 @@ +DIST akregator-19.04.1.tar.xz 2189328 BLAKE2B 8493243bec436e690436b60576a988abb9ce0e892c7bf1b81dd37ce57603e00af04bf73f7952927a022a7f3285524a3ca9614b09eb9f20a6650482e6b14ae658 SHA512 2423b129d28a503596359116772f92a26c8dd3cf4074b4b7d4818c0203c0c024e8bb5dca9f75f199f167d69b8f1d104f68c07e51eb9b10f310d94c9363094d0a diff --git a/kde-apps/akregator/akregator-19.04.1.ebuild b/kde-apps/akregator/akregator-19.04.1.ebuild new file mode 100644 index 0000000000..98b42a7034 --- /dev/null +++ b/kde-apps/akregator/akregator-19.04.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..8647a3747a --- /dev/null +++ b/kde-apps/analitza/Manifest @@ -0,0 +1 @@ +DIST analitza-19.04.1.tar.xz 330996 BLAKE2B 84776bb47921776f31a088951f1e04b9f08728b3448df9b794c8e8c29841468a28189bde05d97de32ccf44dc8e134bcacaa330641507b98b1526ddd0a10ddf7a SHA512 c0ba20b6776dbf40bdf3a30231a6230f2b5ec0aa632235b09353a30f9f9f8b38da703c58736ee943239d0541b149100be2eaf924d8f435a4367a1e3072720a3b diff --git a/kde-apps/analitza/analitza-19.04.1.ebuild b/kde-apps/analitza/analitza-19.04.1.ebuild new file mode 100644 index 0000000000..92e71547cf --- /dev/null +++ b/kde-apps/analitza/analitza-19.04.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..45b36f4927 --- /dev/null +++ b/kde-apps/ark/Manifest @@ -0,0 +1 @@ +DIST ark-19.04.1.tar.xz 2578928 BLAKE2B bd7161b02577bf551d46bb23cf8661845392df7d92adb29e6e42dd58dd39631803238427b29a4f3d09044512770d8efc6fc6c94f402ec82b32b974c5cced22d9 SHA512 6a053239dfa0cfc0b96aad087d0912114a96a1de3f77ac8b720477c775a088d0df78531372f105cd982c9f7009d1fdeec03a06ada743142f2d2eddbe38f652de diff --git a/kde-apps/ark/ark-19.04.1.ebuild b/kde-apps/ark/ark-19.04.1.ebuild new file mode 100644 index 0000000000..bba063801e --- /dev/null +++ b/kde-apps/ark/ark-19.04.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..c2f89c15eb --- /dev/null +++ b/kde-apps/artikulate/Manifest @@ -0,0 +1 @@ +DIST artikulate-19.04.1.tar.xz 3983688 BLAKE2B 121bc7702932f80dcc95e969a7d197e2a5f5263255566613f8d44479049613f5e5947a2a388d62f8128696bacf2e3b8312ea0d24a81518bd3b8963f1eb23d03e SHA512 0d0195bfd85250cafd37be0d91fa6650fb3322b32abdde877090d29593e3ff918adc7f2577d223d3283583229d4a4eb00d57677438b60b7e1a6a9bc54a1e3642 diff --git a/kde-apps/artikulate/artikulate-19.04.1.ebuild b/kde-apps/artikulate/artikulate-19.04.1.ebuild new file mode 100644 index 0000000000..28f387134e --- /dev/null +++ b/kde-apps/artikulate/artikulate-19.04.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..66d4d1ee99 --- /dev/null +++ b/kde-apps/audiocd-kio/Manifest @@ -0,0 +1 @@ +DIST audiocd-kio-19.04.1.tar.xz 354308 BLAKE2B b20a38123703b8743321f08b480c3f85f088a813a796cddf6d57fd7fe0345f88145fc807c7aac7f3b4482eeb4ceb04e7be5ecc2d15fd986da28a09ff3978c6e3 SHA512 d6638b52027b00b3383891f333330ddf5e990fd8451d5b9ea51f4b4639ab6507687e6b6ddd4a5a57ee04f05c7fde113f0f3411c40417f8e0d7db31305f1c1f8f diff --git a/kde-apps/audiocd-kio/audiocd-kio-19.04.1.ebuild b/kde-apps/audiocd-kio/audiocd-kio-19.04.1.ebuild new file mode 100644 index 0000000000..6b95c236c7 --- /dev/null +++ b/kde-apps/audiocd-kio/audiocd-kio-19.04.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..a973d4a8fd --- /dev/null +++ b/kde-apps/baloo-widgets/Manifest @@ -0,0 +1 @@ +DIST baloo-widgets-19.04.1.tar.xz 248640 BLAKE2B b4ac0150ca2298b50d75b261fc62ec5f5997c08cd47f9b664ec55230aa4fc9b97f3a2033e90f7aba7a46d50f3db0e36f3a55b11cf56992c8fb111bfee336fafa SHA512 e797b4f878f1382cd58d91e61a5a846e2f47adb1a2f718f9c5f686a6978031b8c6ce061ae55948c3beed16d4798e3f8abeb70c428a91ce602c94adf423616eaa diff --git a/kde-apps/baloo-widgets/baloo-widgets-19.04.1.ebuild b/kde-apps/baloo-widgets/baloo-widgets-19.04.1.ebuild new file mode 100644 index 0000000000..45feacde63 --- /dev/null +++ b/kde-apps/baloo-widgets/baloo-widgets-19.04.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..d1c8b0ae14 --- /dev/null +++ b/kde-apps/blinken/Manifest @@ -0,0 +1 @@ +DIST blinken-19.04.1.tar.xz 2819912 BLAKE2B 8ed2b80b0ac9b7eb01ff51e2ffd1fc65158b042fe87da551b4856ef4ab0fd3d68a8c6199fddb759644e33fb2a57b4a9461ed8af3c000137d1442664ab9327b7b SHA512 a6f6f552df473872e25ec854d956581966b8e763d4d02fb9355e2b57da7565ace856a83175cb71878602e1aefa256b4ead6d5f936ebeeb99405c1194143dd83d diff --git a/kde-apps/blinken/blinken-19.04.1.ebuild b/kde-apps/blinken/blinken-19.04.1.ebuild new file mode 100644 index 0000000000..57ced0cab8 --- /dev/null +++ b/kde-apps/blinken/blinken-19.04.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..4cbc0f605c --- /dev/null +++ b/kde-apps/bomber/Manifest @@ -0,0 +1 @@ +DIST bomber-19.04.1.tar.xz 818676 BLAKE2B ca7ddc3f2147f126b7f18fc637196e6b96dc63e815787deb39e81f7758e2226ebf71c60c705b52bfb93c20e8502d6afc03a0323e8fcc27b9c56bacdae2682146 SHA512 c407dc51a137e1c5242bc4b3d9d10b855e36cb0c1988bcc3b93aeca79a147dcb039c72984b91426373523bceefdd4269880737e41d0ce2fc0e147ba8216b1504 diff --git a/kde-apps/bomber/bomber-19.04.1.ebuild b/kde-apps/bomber/bomber-19.04.1.ebuild new file mode 100644 index 0000000000..52a4ba574f --- /dev/null +++ b/kde-apps/bomber/bomber-19.04.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..1e36e2d924 --- /dev/null +++ b/kde-apps/bovo/Manifest @@ -0,0 +1 @@ +DIST bovo-19.04.1.tar.xz 199296 BLAKE2B dbdcc9e84fc4cd69ea97b06933c7a3e58dd3aecbbfff1405fdd8b88fb46f57572de18c50677ff6e074dd40cc49311810237673c2abde6f574ada936271d6f176 SHA512 4fbf5334a7f7a3cd86736d762818d4259aa148b238ff65e8d79b02d2caa3a0d33c30da4ced7d14464d2559aaabd95a8b72ac8d11e5f1f03a3141a39c9d589938 diff --git a/kde-apps/bovo/bovo-19.04.1.ebuild b/kde-apps/bovo/bovo-19.04.1.ebuild new file mode 100644 index 0000000000..6979114e16 --- /dev/null +++ b/kde-apps/bovo/bovo-19.04.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..a73e41e3cc --- /dev/null +++ b/kde-apps/calendarjanitor/Manifest @@ -0,0 +1 @@ +DIST akonadi-calendar-tools-19.04.1.tar.xz 223668 BLAKE2B aa658b92c19303d1332e6496ed8e97f398494ea690c2593b71382deddcedeb8f7adee957f00f1e2b594fb97f242f750bb1727d0785c53e89b26c98979b34cba4 SHA512 84d5fa29308c7f07964e868a229e39cd55d30d2d4a44a8df4440d426322b1cd5ac816c6cf07c2011875b404fdee08ee090407258bdbff25784bf95731ac836cc diff --git a/kde-apps/calendarjanitor/calendarjanitor-19.04.1.ebuild b/kde-apps/calendarjanitor/calendarjanitor-19.04.1.ebuild new file mode 100644 index 0000000000..64de5e99ba --- /dev/null +++ b/kde-apps/calendarjanitor/calendarjanitor-19.04.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..18e2e63600 --- /dev/null +++ b/kde-apps/calendarsupport/Manifest @@ -0,0 +1 @@ +DIST calendarsupport-19.04.1.tar.xz 646916 BLAKE2B 4bd76db5f2db4e66ecfe3a6ead517c1c191d34ca3bef9b4791747ef2205a66043a73ac9e9f42e889651a72aab93aba228934263d8c5fc907a2e6750b9c65a28c SHA512 569808c16d92e16a3bfd8737f7bc938d2f1a5f1bbbaa0ad400349265ec036a1492aba01a0623e8f3991e2d96097a913215db846c96212554eed04fe6803a3677 diff --git a/kde-apps/calendarsupport/calendarsupport-19.04.1.ebuild b/kde-apps/calendarsupport/calendarsupport-19.04.1.ebuild new file mode 100644 index 0000000000..dcc41e1507 --- /dev/null +++ b/kde-apps/calendarsupport/calendarsupport-19.04.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..76a2feee33 --- /dev/null +++ b/kde-apps/cantor/Manifest @@ -0,0 +1 @@ +DIST cantor-19.04.1.tar.xz 2521404 BLAKE2B 68924bcb3f046775d886b9af4903653cc1395af0d90ad932e1667972d79b454126493764b9bee548db690c0ec56fb78a5336f6dd04b97117c84a916dd14ca2a7 SHA512 a6ae43ace5761a12157f2cfdd2dafeb5ac5cf0f0e96b4328cd7913d9168976b75133c122604f8296fb9baaae252e786a16128c2c9e1f2df4403f1bbef507493b diff --git a/kde-apps/cantor/cantor-19.04.1.ebuild b/kde-apps/cantor/cantor-19.04.1.ebuild new file mode 100644 index 0000000000..774b4d2587 --- /dev/null +++ b/kde-apps/cantor/cantor-19.04.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" +KDE_TEST="forceoptional" +PYTHON_COMPAT=( python2_7 ) +# FIXME: PYTHON_COMPAT=( python3_{5,6,7} ) +inherit kde5 python-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) +# FIXME: $(python_gen_cond_dep 'dev-qt/qtdbus:5' 'python3*') +DEPEND=" + $(add_frameworks_dep karchive) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep kparts) + $(add_frameworks_dep kpty) + $(add_frameworks_dep ktexteditor) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_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} ) + 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_setup + kde5_pkg_setup +} + +src_prepare() { + kde5_src_prepare + + # FIXME: shipped FindPythonLibs3.cmake does not work for Gentoo + sed -e "/^find_package(PythonLibs3)/ s/^/#/" \ + -i src/backends/CMakeLists.txt || die +} + +src_configure() { + use julia && addpredict /proc/self/mem # bug 602894 + + local mycmakeargs=( + $(cmake-utils_use_find_package analitza Analitza5) + $(cmake-utils_use_find_package julia Julia) + $(cmake-utils_use_find_package lua LuaJIT) + $(cmake-utils_use_find_package markdown Discount) + $(cmake-utils_use_find_package postscript LibSpectre) + $(cmake-utils_use_find_package python PythonLibs) + $(cmake-utils_use_find_package qalculate Qalculate) + $(cmake-utils_use_find_package R R) + ) + kde5_src_configure +} diff --git a/kde-apps/cervisia/Manifest b/kde-apps/cervisia/Manifest new file mode 100644 index 0000000000..a7fc5932f1 --- /dev/null +++ b/kde-apps/cervisia/Manifest @@ -0,0 +1 @@ +DIST cervisia-19.04.1.tar.xz 1894516 BLAKE2B d11d112c104fb13028df52ef18b9e9a5f6b26d1099dd944ae52769119dd63c14df7979ea1412c72197a8a8e29c90dbf905f4545a28a4512d9f780f1f2039418d SHA512 060f12b6833608da50d2db88e7f223b3525f04fee89b77bbf1005d0bff7b6b3cd49c37667bd899329bb5ef5212aaa3ccadf86ed0425d5eaa0f37167875b0a817 diff --git a/kde-apps/cervisia/cervisia-19.04.1.ebuild b/kde-apps/cervisia/cervisia-19.04.1.ebuild new file mode 100644 index 0000000000..c9d1054f0d --- /dev/null +++ b/kde-apps/cervisia/cervisia-19.04.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..5a0ebdde51 --- /dev/null +++ b/kde-apps/dolphin-plugins-bazaar/Manifest @@ -0,0 +1 @@ +DIST dolphin-plugins-19.04.1.tar.xz 192444 BLAKE2B 88952f5e22154249dbc160a897c515ffd459165597e859d0ddff83cc57943fcf57dcc6ab8d2fefa60176ff72404c2fcea7312f3f378b4fcab39f6a92b1a4e9b9 SHA512 fe1115e7bf792874be46b4e4ee4915e9faa9e2b7d09b55c28c8b4a4f92d9f660b4db3b8804aa7b7fc359677fff1184100673ef4563181ac7ab67fedad6f5ea9c diff --git a/kde-apps/dolphin-plugins-bazaar/dolphin-plugins-bazaar-19.04.1.ebuild b/kde-apps/dolphin-plugins-bazaar/dolphin-plugins-bazaar-19.04.1.ebuild new file mode 100644 index 0000000000..457b91d305 --- /dev/null +++ b/kde-apps/dolphin-plugins-bazaar/dolphin-plugins-bazaar-19.04.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 ~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..5a0ebdde51 --- /dev/null +++ b/kde-apps/dolphin-plugins-dropbox/Manifest @@ -0,0 +1 @@ +DIST dolphin-plugins-19.04.1.tar.xz 192444 BLAKE2B 88952f5e22154249dbc160a897c515ffd459165597e859d0ddff83cc57943fcf57dcc6ab8d2fefa60176ff72404c2fcea7312f3f378b4fcab39f6a92b1a4e9b9 SHA512 fe1115e7bf792874be46b4e4ee4915e9faa9e2b7d09b55c28c8b4a4f92d9f660b4db3b8804aa7b7fc359677fff1184100673ef4563181ac7ab67fedad6f5ea9c diff --git a/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-19.04.1.ebuild b/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-19.04.1.ebuild new file mode 100644 index 0000000000..a9451d7441 --- /dev/null +++ b/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-19.04.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..5a0ebdde51 --- /dev/null +++ b/kde-apps/dolphin-plugins-git/Manifest @@ -0,0 +1 @@ +DIST dolphin-plugins-19.04.1.tar.xz 192444 BLAKE2B 88952f5e22154249dbc160a897c515ffd459165597e859d0ddff83cc57943fcf57dcc6ab8d2fefa60176ff72404c2fcea7312f3f378b4fcab39f6a92b1a4e9b9 SHA512 fe1115e7bf792874be46b4e4ee4915e9faa9e2b7d09b55c28c8b4a4f92d9f660b4db3b8804aa7b7fc359677fff1184100673ef4563181ac7ab67fedad6f5ea9c diff --git a/kde-apps/dolphin-plugins-git/dolphin-plugins-git-19.04.1.ebuild b/kde-apps/dolphin-plugins-git/dolphin-plugins-git-19.04.1.ebuild new file mode 100644 index 0000000000..1c11cb316c --- /dev/null +++ b/kde-apps/dolphin-plugins-git/dolphin-plugins-git-19.04.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..5a0ebdde51 --- /dev/null +++ b/kde-apps/dolphin-plugins-mercurial/Manifest @@ -0,0 +1 @@ +DIST dolphin-plugins-19.04.1.tar.xz 192444 BLAKE2B 88952f5e22154249dbc160a897c515ffd459165597e859d0ddff83cc57943fcf57dcc6ab8d2fefa60176ff72404c2fcea7312f3f378b4fcab39f6a92b1a4e9b9 SHA512 fe1115e7bf792874be46b4e4ee4915e9faa9e2b7d09b55c28c8b4a4f92d9f660b4db3b8804aa7b7fc359677fff1184100673ef4563181ac7ab67fedad6f5ea9c diff --git a/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-19.04.1.ebuild b/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-19.04.1.ebuild new file mode 100644 index 0000000000..c37f246645 --- /dev/null +++ b/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-19.04.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 ~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..5a0ebdde51 --- /dev/null +++ b/kde-apps/dolphin-plugins-subversion/Manifest @@ -0,0 +1 @@ +DIST dolphin-plugins-19.04.1.tar.xz 192444 BLAKE2B 88952f5e22154249dbc160a897c515ffd459165597e859d0ddff83cc57943fcf57dcc6ab8d2fefa60176ff72404c2fcea7312f3f378b4fcab39f6a92b1a4e9b9 SHA512 fe1115e7bf792874be46b4e4ee4915e9faa9e2b7d09b55c28c8b4a4f92d9f660b4db3b8804aa7b7fc359677fff1184100673ef4563181ac7ab67fedad6f5ea9c diff --git a/kde-apps/dolphin-plugins-subversion/dolphin-plugins-subversion-19.04.1.ebuild b/kde-apps/dolphin-plugins-subversion/dolphin-plugins-subversion-19.04.1.ebuild new file mode 100644 index 0000000000..e049e102c8 --- /dev/null +++ b/kde-apps/dolphin-plugins-subversion/dolphin-plugins-subversion-19.04.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..23387fa2d2 --- /dev/null +++ b/kde-apps/dolphin/Manifest @@ -0,0 +1 @@ +DIST dolphin-19.04.1.tar.xz 5128964 BLAKE2B 97d72f1b6f57aabdd8399e2c8cdfd08b9e506e2a899bc7c5c5f82852dc59e6360e099e8bcc90886a30a0d8e04b05a4e19d6504434270002a3555d15692b889a2 SHA512 a967e5cb5606c7eba00d6a1eb88336b86e02c6a80cf04d5be3fe7ba573243c36a64275ca61c512bd5b212a9d647b1c3f59c9f5572cade57da3dc1fd031d3eabf diff --git a/kde-apps/dolphin/dolphin-19.04.1.ebuild b/kde-apps/dolphin/dolphin-19.04.1.ebuild new file mode 100644 index 0000000000..8308135342 --- /dev/null +++ b/kde-apps/dolphin/dolphin-19.04.1.ebuild @@ -0,0 +1,82 @@ +# 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="semantic-desktop +thumbnail" + +DEPEND=" + $(add_frameworks_dep kbookmarks) + $(add_frameworks_dep kcmutils) + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kinit) + $(add_frameworks_dep kio) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep kjobwidgets) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep kparts) + $(add_frameworks_dep kservice) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_frameworks_dep solid) + $(add_qt_dep qtconcurrent) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + media-libs/phonon[qt5(+)] + semantic-desktop? ( + $(add_frameworks_dep baloo) + $(add_frameworks_dep kfilemetadata) + $(add_kdeapps_dep baloo-widgets) + ) +" +RDEPEND="${DEPEND} + $(add_kdeapps_dep kio-extras) + thumbnail? ( + $(add_kdeapps_dep ffmpegthumbs) + $(add_kdeapps_dep thumbnailers) + ) +" + +RESTRICT+=" test" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package semantic-desktop KF5Baloo) + $(cmake-utils_use_find_package semantic-desktop KF5BalooWidgets) + $(cmake-utils_use_find_package semantic-desktop KF5FileMetaData) + ) + + kde5_src_configure +} + +pkg_postinst() { + kde5_pkg_postinst + + if [[ -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}" + fi +} diff --git a/kde-apps/dragon/Manifest b/kde-apps/dragon/Manifest new file mode 100644 index 0000000000..20bdb6e917 --- /dev/null +++ b/kde-apps/dragon/Manifest @@ -0,0 +1 @@ +DIST dragon-19.04.1.tar.xz 1350280 BLAKE2B fc9fd7081fbea6cd27f81c47cca69d0744a23de2192cc99695f89b2f69c2eca3727b9b7b738baa4c2252b6775f662fb12a4c29ad0cafdb1ce826b69897608e7f SHA512 80ba2e643b79e9f83edc01e0fe5def947e4d674950655795df7adc9760221e1d6b969f1e37d11d7ed6711bf26a56fd36807a5846b7f92973e63424abc5371aa6 diff --git a/kde-apps/dragon/dragon-19.04.1.ebuild b/kde-apps/dragon/dragon-19.04.1.ebuild new file mode 100644 index 0000000000..79fc9e3c81 --- /dev/null +++ b/kde-apps/dragon/dragon-19.04.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..17f8772a72 --- /dev/null +++ b/kde-apps/eventviews/Manifest @@ -0,0 +1 @@ +DIST eventviews-19.04.1.tar.xz 443440 BLAKE2B 7852e9e698cb7b48c7fada90153ba60f7423944f6dc84d6b8dfda728cfc80ee49ce93b03955a32b4abf16d299d4853677b30b8490e41c9b96509275bcbc8c811 SHA512 25c1512cb33bc439080b1e942363fc1b2c6838fd7d330ef0e2784d7a43bb87099422a2a6d7ec35fe010735de82e98182cf22c5f307d2aa03b248c496f9018635 diff --git a/kde-apps/eventviews/eventviews-19.04.1.ebuild b/kde-apps/eventviews/eventviews-19.04.1.ebuild new file mode 100644 index 0000000000..b084d3fe22 --- /dev/null +++ b/kde-apps/eventviews/eventviews-19.04.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..d66dc39234 --- /dev/null +++ b/kde-apps/ffmpegthumbs/Manifest @@ -0,0 +1 @@ +DIST ffmpegthumbs-19.04.1.tar.xz 24864 BLAKE2B 06dc85f599e916a867b42e6214105092710624740997e69416f6f847205e3e04a223af8cb23a20194aba3ee2c56bf291dec38935fe79022987c3ff5bf532478c SHA512 f91ea978fd3682e6bb1510e03a01e21be9b682d8b5aecd95bff47fb64028e798dba36111b18602c9144e2dfae42bbacb905b9ac3f9cc2e6bcd263cee6e169fd9 diff --git a/kde-apps/ffmpegthumbs/ffmpegthumbs-19.04.1.ebuild b/kde-apps/ffmpegthumbs/ffmpegthumbs-19.04.1.ebuild new file mode 100644 index 0000000000..f50e87594e --- /dev/null +++ b/kde-apps/ffmpegthumbs/ffmpegthumbs-19.04.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..1732123556 --- /dev/null +++ b/kde-apps/filelight/Manifest @@ -0,0 +1 @@ +DIST filelight-19.04.1.tar.xz 659384 BLAKE2B b3797ffb2c727c49d8b4ff8a458a457eb29d61a492a9596e7cd0ea8d26c1a63d7bcfe824e1a556d65e6c888ebefee60388e4177d383b6788248aff3e97a11950 SHA512 0ae64ec9a53f1b01ee0e792e3c1fa0d3bf9f9299a24ada61a60e8cdea14dd03caa8281cf9aa30b3dc20c47dada106c169476481085ceaa27eff7837aed329772 diff --git a/kde-apps/filelight/filelight-19.04.1.ebuild b/kde-apps/filelight/filelight-19.04.1.ebuild new file mode 100644 index 0000000000..992fdf7c96 --- /dev/null +++ b/kde-apps/filelight/filelight-19.04.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..e3c5c5cf4d --- /dev/null +++ b/kde-apps/granatier/Manifest @@ -0,0 +1 @@ +DIST granatier-19.04.1.tar.xz 1940824 BLAKE2B b2e27f3aa02d1f0162c53ed9c17643ea0d23575f2d497a7706dfb5d1e6bc88f42f0537b1099d18fdd7f6b6f145b270fb1aead481207fdfee5f2937431a3ed73f SHA512 c43db1806e3efe3d45364688c465c0c7def2c2ab168e28c66dce3e56a88745b9e05a8db621191d3bcd2ffd382721669ddb570e55bc16dc68248e1c6e525e52bb diff --git a/kde-apps/granatier/granatier-19.04.1.ebuild b/kde-apps/granatier/granatier-19.04.1.ebuild new file mode 100644 index 0000000000..1fb29bc02d --- /dev/null +++ b/kde-apps/granatier/granatier-19.04.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..b29393f930 --- /dev/null +++ b/kde-apps/grantlee-editor/Manifest @@ -0,0 +1 @@ +DIST grantlee-editor-19.04.1.tar.xz 110788 BLAKE2B 0d1c1cd52354c8231c6b1dd5fce5bced91971272397e98a0c3b6b3509fbcf8263b9a9cca9cdce2e1704f4e76ddcafe3a89f6dfa16430f01ce871cffa0edc5002 SHA512 5091364de35fe1fc3ca6827ebe005d3c39470b0f262da5b8202b1767b874ef20d48a5af6f10270d9db0ef70bf6416f054c543d72286e6da758c57d7b46bb078c diff --git a/kde-apps/grantlee-editor/grantlee-editor-19.04.1.ebuild b/kde-apps/grantlee-editor/grantlee-editor-19.04.1.ebuild new file mode 100644 index 0000000000..a0cb47643f --- /dev/null +++ b/kde-apps/grantlee-editor/grantlee-editor-19.04.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..225cb4adc0 --- /dev/null +++ b/kde-apps/grantleetheme/Manifest @@ -0,0 +1 @@ +DIST grantleetheme-19.04.1.tar.xz 51760 BLAKE2B b9f74ce3ab59ebcf8d4182944ab73ee9ae56d85ef39a670a241ebe63217fe6d902e4fd72e40a0454f498343b3d111a5a60509dd35c0533fab0545185194c9903 SHA512 a52c05fc66932af7f9e28d647b3f86905e2407f9b64fed6461d369f61c18afd39636d7490f5ba0cdb5a11d9c8f567abf397f40c428865f03c76d9f17d55f09b6 diff --git a/kde-apps/grantleetheme/grantleetheme-19.04.1.ebuild b/kde-apps/grantleetheme/grantleetheme-19.04.1.ebuild new file mode 100644 index 0000000000..86d3074a93 --- /dev/null +++ b/kde-apps/grantleetheme/grantleetheme-19.04.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..c6244fe406 --- /dev/null +++ b/kde-apps/gwenview/Manifest @@ -0,0 +1 @@ +DIST gwenview-19.04.1.tar.xz 5714236 BLAKE2B f14b801a1651dcd52f48b7f137d00ac621d5b35942d6b9e79a6901bb9fa291829ffb0aba45dd966eb3d15342c8d1831ee1e9f3ae76c21fc9170e99de0d4fc301 SHA512 593db6ca0bc765d45ed6691c71d12bf06a9ff5dcf2fe23d7e839dde1ebd11ae60f466bb8af1e0b577df7fc7ba3cd9bf6ec0d51642eb75e6d4d50b3b8c42c5863 diff --git a/kde-apps/gwenview/gwenview-19.04.1.ebuild b/kde-apps/gwenview/gwenview-19.04.1.ebuild new file mode 100644 index 0000000000..4bc3b01ee8 --- /dev/null +++ b/kde-apps/gwenview/gwenview-19.04.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="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 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) + ) + 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? ( media-plugins/kipi-plugins:5 ) +" + +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 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..d9f5ffe6a3 --- /dev/null +++ b/kde-apps/incidenceeditor/Manifest @@ -0,0 +1 @@ +DIST incidenceeditor-19.04.1.tar.xz 550532 BLAKE2B 40157a6883035c1317db11e6fda249ea7379d8d0a466bfce286f6e1b404fe3b966e355f81d871280f4aeb72525de277cbeda17942763c0854b90f6a58d7d0e06 SHA512 1e8230813358e5a66d04fffa5e8c0742e79dd3a8949d0863d26e76f4ddd218533699879da51c4059662be0784c698fbe17f1c6f514844b9791c40cb329288a62 diff --git a/kde-apps/incidenceeditor/incidenceeditor-19.04.1.ebuild b/kde-apps/incidenceeditor/incidenceeditor-19.04.1.ebuild new file mode 100644 index 0000000000..6c1fd4356c --- /dev/null +++ b/kde-apps/incidenceeditor/incidenceeditor-19.04.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..d19a00dfcb --- /dev/null +++ b/kde-apps/juk/Manifest @@ -0,0 +1 @@ +DIST juk-19.04.1.tar.xz 1868240 BLAKE2B 5833b9cdf4678dcfc574d3bfc42b54dd215386d4dc6c9f4d4d820154a45493cb54747616ceeb0296475b9b9c935df43f92cc7c1ed9213b64513db6d2234adc6e SHA512 03dfb936db72a27440d5c0800f33e0166ae230266138621c0a49a68b18b1766b9ed9f25f308b4b0ce75841b33a09dec2679578fcb353ed2e857227a829a0c103 diff --git a/kde-apps/juk/juk-19.04.1.ebuild b/kde-apps/juk/juk-19.04.1.ebuild new file mode 100644 index 0000000000..d9ffd9d84c --- /dev/null +++ b/kde-apps/juk/juk-19.04.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" +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} + !kde-apps/kde4-l10n +" diff --git a/kde-apps/k3b/Manifest b/kde-apps/k3b/Manifest new file mode 100644 index 0000000000..f50ae61a6a --- /dev/null +++ b/kde-apps/k3b/Manifest @@ -0,0 +1 @@ +DIST k3b-19.04.1.tar.xz 10510084 BLAKE2B 96814325683c4ed0cc5e3d6dcfdda039617540f1a216a3c191febe34a4522a1d2de7fc1ab691b8ee3b7c742a7089e18560190cf5aaab0d2c42db041b27205ca0 SHA512 6d897f87a5b424e2ab5e2078a8933f1b85deb4bcad0a01bd97c84b89fb0f8ae5bede1ac0e8bb606cce964b2269e5ba94c8a937183646a69ed938003ecf0a1254 diff --git a/kde-apps/k3b/k3b-19.04.1.ebuild b/kde-apps/k3b/k3b-19.04.1.ebuild new file mode 100644 index 0000000000..aa08a04f48 --- /dev/null +++ b/kde-apps/k3b/k3b-19.04.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..9cc539094d --- /dev/null +++ b/kde-apps/kaccounts-integration/Manifest @@ -0,0 +1 @@ +DIST kaccounts-integration-19.04.1.tar.xz 71040 BLAKE2B dc5d24089a067c6905445f6773c76c29072c350a6c27f175da68dac5c5413746de2a9af879b2d77cba33bcb2ce3b6105e8a2082c207b931984e938067105f84d SHA512 f34a69b4c1be0bc96bf800880e58e358af90b9d780bf695b45d8d6d5195d1d3f3ff074c404a075bd1b14f932ac7c0129eaf201650eff074e730fff1fededaace diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-19.04.1.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-19.04.1.ebuild new file mode 100644 index 0000000000..3e554d7f97 --- /dev/null +++ b/kde-apps/kaccounts-integration/kaccounts-integration-19.04.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..83dfe38841 --- /dev/null +++ b/kde-apps/kaccounts-providers/Manifest @@ -0,0 +1 @@ +DIST kaccounts-providers-19.04.1.tar.xz 31556 BLAKE2B a8b807087a1f58dc21ca318485b876b1497900e7cafbe8905cc0096ed453aafe9690de68a5f04356c9313f0be1616d5a4653b2f844a001a0076e5252daaef50f SHA512 dd6c3a3d16b41fc13c9adf54e0fdf1ac886d405432c3d9c1d48eeb70d95611275d47cba46ed0bd22c0f9e403ba8858b1d5dbca017fa7cf5bede70b8afd57ed4a diff --git a/kde-apps/kaccounts-providers/kaccounts-providers-19.04.1.ebuild b/kde-apps/kaccounts-providers/kaccounts-providers-19.04.1.ebuild new file mode 100644 index 0000000000..9e14c3d007 --- /dev/null +++ b/kde-apps/kaccounts-providers/kaccounts-providers-19.04.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..8e2cea0bff --- /dev/null +++ b/kde-apps/kaddressbook/Manifest @@ -0,0 +1 @@ +DIST kaddressbook-19.04.1.tar.xz 473132 BLAKE2B 013683ac856e1e27e9be569524151429c39512e0c8d743a918f98bff67acb3aeaf37eb77723fc5af1b5d370786c9056adb9ed8d3f41e3b62b39904925302ff7c SHA512 76d564f8178e42b28b66e1d3028234cf5c9324446c469cfa3d1bcc5b61876de1e2579f9b622f65cac440743c9829e8a9b225913ea12dd25a83396b55f7b5c57b diff --git a/kde-apps/kaddressbook/kaddressbook-19.04.1.ebuild b/kde-apps/kaddressbook/kaddressbook-19.04.1.ebuild new file mode 100644 index 0000000000..279d7fce19 --- /dev/null +++ b/kde-apps/kaddressbook/kaddressbook-19.04.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.7.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..5a6ae57dde --- /dev/null +++ b/kde-apps/kajongg/Manifest @@ -0,0 +1 @@ +DIST kajongg-19.04.1.tar.xz 4466192 BLAKE2B 53e0724a95666f9b9fde8306efc5557dcdaf018f134e0280a78631090af9518edf9ba215b7c8486db0efd5ca8f654871e45a33d0a99b537dbb543320487e4a19 SHA512 0fd80d6cf535a1eb0266999e7047e7b6fbd37ac3829869c09ceec5df2727b342aceebff116a26b867d53461bf96066b45cc2ae9b727def7c58e7a8eccb57cb3e diff --git a/kde-apps/kajongg/kajongg-19.04.1.ebuild b/kde-apps/kajongg/kajongg-19.04.1.ebuild new file mode 100644 index 0000000000..8e483ba7e3 --- /dev/null +++ b/kde-apps/kajongg/kajongg-19.04.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_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) + !kde-apps/kajongg:4 +" + +pkg_setup() { + python-single-r1_pkg_setup + kde5_pkg_setup +} + +src_prepare() { + python_fix_shebang src + kde5_src_prepare + sed -i -e "/KDE_ADD_PYTHON_EXECUTABLE/s/^/#DONT/" CMakeLists.txt || die +} + +src_install() { + kde5_src_install + dosym ../share/kajongg/kajongg.py /usr/bin/kajongg + dosym ../share/kajongg/kajonggserver.py /usr/bin/kajonggserver + fperms a+x /usr/share/kajongg/kajongg{,server}.py +} diff --git a/kde-apps/kalarm/Manifest b/kde-apps/kalarm/Manifest new file mode 100644 index 0000000000..9ab4b133bc --- /dev/null +++ b/kde-apps/kalarm/Manifest @@ -0,0 +1 @@ +DIST kalarm-19.04.1.tar.xz 1817636 BLAKE2B ab586bee6fbbc02c2c2eae73f70b1c85ec989b28086e3c93e849e17f0684f7a645f3edb7cde53b27371e7b8a7d06327f5323e07c71b0e11dad7471d4ddb3b5aa SHA512 39c7f63355b5794e0fa99473d1539a648a63d5f053916c8cd3a4f36a7dd5f78075ffc3a33078990884d796e43f86c20c62060aa136f6aefd5de6e17d604909c4 diff --git a/kde-apps/kalarm/kalarm-19.04.1.ebuild b/kde-apps/kalarm/kalarm-19.04.1.ebuild new file mode 100644 index 0000000000..23aea0029c --- /dev/null +++ b/kde-apps/kalarm/kalarm-19.04.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..e9e4886a41 --- /dev/null +++ b/kde-apps/kalarmcal/Manifest @@ -0,0 +1 @@ +DIST kalarmcal-19.04.1.tar.xz 572876 BLAKE2B a30c70d85ab794a98c268e97af4dea3ef91c706d49d1d799a2b01098655d1a69415935184728d1c4c940d31c6f68fde05d34564cb7c62f1d1d0297c19c8622b4 SHA512 799956a3c56fd34fb01b4093ae79d733dd0d6c13461f1af29bedeee9f1158e9758917a884756421f7c83e789260f348763802a6bc7e2acaefe9af94315022aa9 diff --git a/kde-apps/kalarmcal/kalarmcal-19.04.1.ebuild b/kde-apps/kalarmcal/kalarmcal-19.04.1.ebuild new file mode 100644 index 0000000000..b7c213c955 --- /dev/null +++ b/kde-apps/kalarmcal/kalarmcal-19.04.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..ecffaebefe --- /dev/null +++ b/kde-apps/kalgebra/Manifest @@ -0,0 +1 @@ +DIST kalgebra-19.04.1.tar.xz 1155364 BLAKE2B be5a4dcea8613abfc072531c87d23d5fa44197b4097d7e547ddddb4fbb3e40e2cb7e3183e7e2c6f6ac609a3ff9f19ed842d74f7342ef8ffcaf6f37900e272a30 SHA512 ae7e7ea92bdac7400d7acc907eaec2603aaa93e671237ab38b826560082f7c204e54ce52d17aa140b9a100d0a2db727c8131e64910536aead6c13b7b795cb600 diff --git a/kde-apps/kalgebra/kalgebra-19.04.1.ebuild b/kde-apps/kalgebra/kalgebra-19.04.1.ebuild new file mode 100644 index 0000000000..c849324930 --- /dev/null +++ b/kde-apps/kalgebra/kalgebra-19.04.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="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) + !kde-apps/analitza:4 +" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package readline Readline) + ) + + kde5_src_configure +} diff --git a/kde-apps/kalzium/Manifest b/kde-apps/kalzium/Manifest new file mode 100644 index 0000000000..448e4ae2ea --- /dev/null +++ b/kde-apps/kalzium/Manifest @@ -0,0 +1 @@ +DIST kalzium-19.04.1.tar.xz 26541920 BLAKE2B f7a9298ff37563b6ae6ac4a1adbcf5c92cc9dd3763e97fcccc560acbc4cc234d0c218e6757ef61aa8983d2a837f2edcbe3b1aab15f8e80446ae3d4a6b835c637 SHA512 b354542d34df53a1c4d48ac522b31bb131d44521e24d5aada6b953342a3ece71851baac726ceae779d019a6dc5373797f84ba13c6b5ec82fe422a3a2b4c0a2c4 diff --git a/kde-apps/kalzium/kalzium-19.04.1.ebuild b/kde-apps/kalzium/kalzium-19.04.1.ebuild new file mode 100644 index 0000000000..db1dcf41c0 --- /dev/null +++ b/kde-apps/kalzium/kalzium-19.04.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..47709c7f13 --- /dev/null +++ b/kde-apps/kamera/Manifest @@ -0,0 +1 @@ +DIST kamera-19.04.1.tar.xz 98428 BLAKE2B 833a49b47c1b7630419572768bee8290e8847221d76580c1309f43a85aa1f54075fe875ea80442acbc2be383af331e2b8a1fdcaa3dc204dbefe42257979e751b SHA512 427c0880d64d37dec506c136228d388a725bcfc31a08efa07e471ba36f386ac6bd50a80483fba67bde041b68305ffcecae0ffba1f2cf9630ac97d5eeca377d5e diff --git a/kde-apps/kamera/kamera-19.04.1.ebuild b/kde-apps/kamera/kamera-19.04.1.ebuild new file mode 100644 index 0000000000..3d4742faf8 --- /dev/null +++ b/kde-apps/kamera/kamera-19.04.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..78a2247514 --- /dev/null +++ b/kde-apps/kamoso/Manifest @@ -0,0 +1 @@ +DIST kamoso-19.04.1.tar.xz 200476 BLAKE2B af8fdf6d2fc51c104680edec0b50d7649535086b18631247e882293dbca987d755295ade918c12af8574239cd9a928f94febc7e166e674f6ab2b08c880dc1463 SHA512 38d1bfbf10d02d5a3af7c0e77bfe1735b43ef06d6b70b9d74fa48df73e5e96e3d6661a332d6df62ef14ef593a1e9ca894c53666fe5ab20f77ee7bfed6e415117 diff --git a/kde-apps/kamoso/kamoso-19.04.1.ebuild b/kde-apps/kamoso/kamoso-19.04.1.ebuild new file mode 100644 index 0000000000..597fbb0256 --- /dev/null +++ b/kde-apps/kamoso/kamoso-19.04.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..169ba46ee0 --- /dev/null +++ b/kde-apps/kanagram/Manifest @@ -0,0 +1 @@ +DIST kanagram-19.04.1.tar.xz 8031916 BLAKE2B 6810860e2a097b49fa018aca4d1cb31fdb732c2d6a1510e8362daa32f16b55b1c575a3ef9639e8bcc350267281ef95de21d46b19ecc65204f1b406f856f2b8d6 SHA512 53d1352fb1436fc8cd341b39425b4ae7d64a2378197972e303877104b220447873d89a3ec4facd1b2199a741cb3cfab34fcf920f43ed40c3d4dd28de722c272e diff --git a/kde-apps/kanagram/kanagram-19.04.1.ebuild b/kde-apps/kanagram/kanagram-19.04.1.ebuild new file mode 100644 index 0000000000..5ca2c5f786 --- /dev/null +++ b/kde-apps/kanagram/kanagram-19.04.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..6dbd5d0384 --- /dev/null +++ b/kde-apps/kapman/Manifest @@ -0,0 +1 @@ +DIST kapman-19.04.1.tar.xz 2525640 BLAKE2B 1d4cb73322addb2e0726419725c10ff0c1f1d9aa1a0ea1afe8c51a1854d198a0d26adddc2f228db5f80ae9e67db372d9c9ba15a50170cfe035ee149d684f33e8 SHA512 7df13b6ec898e2f6f3c2be19b71531fb2efea406fbc58ac032a51b382e6e8b685d0b0af27f4d9ee4ae3d123be4f5bbef0e7b9e937ca6aeb3f2a365dec9bf47ce diff --git a/kde-apps/kapman/kapman-19.04.1.ebuild b/kde-apps/kapman/kapman-19.04.1.ebuild new file mode 100644 index 0000000000..0839b93b7a --- /dev/null +++ b/kde-apps/kapman/kapman-19.04.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..5eb402850e --- /dev/null +++ b/kde-apps/kapptemplate/Manifest @@ -0,0 +1 @@ +DIST kapptemplate-19.04.1.tar.xz 317448 BLAKE2B 68c6ba3694e83df369caaa74d03ad67f5f4b95ae56fdd88608cf95c1ce9f0396008c31e48a385c68181e031da4133b0372e171e7a4980ff130f2f6e558c49f3d SHA512 13acfff1a649a3b78daa14a62d7c81e033f636b779a5164eb935a13ba612131063914551db6893cbbc72f2a3b05c18725690cd9fd786bfa88afd45709a78b9c6 diff --git a/kde-apps/kapptemplate/kapptemplate-19.04.1.ebuild b/kde-apps/kapptemplate/kapptemplate-19.04.1.ebuild new file mode 100644 index 0000000000..c6618ba351 --- /dev/null +++ b/kde-apps/kapptemplate/kapptemplate-19.04.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..c71fce83a2 --- /dev/null +++ b/kde-apps/kate/Manifest @@ -0,0 +1 @@ +DIST kate-19.04.1.tar.xz 5799496 BLAKE2B 1ebc845af26af35ae6430082815c70c4dbbdef410ff35a61f4e18158cc496066f9677e903c7a57a3fc23f22efc758c1c8889c37e6554fc7790aaa0bd51a96a4b SHA512 fa17365049496acdeccd70acfef1554af87b038a63c4e1dc38c6c3aaeb3ec127eed59a212fcf5488989a9e9f8cff3c71ccf00fd4081214cf51288ea2c2916077 diff --git a/kde-apps/kate/kate-19.04.1.ebuild b/kde-apps/kate/kate-19.04.1.ebuild new file mode 100644 index 0000000000..df50ca9262 --- /dev/null +++ b/kde-apps/kate/kate-19.04.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="Kate is an advanced text editor" +HOMEPAGE="https://kde.org/applications/utilities/kate https://kate-editor.org/" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="+addons" + +DEPEND=" + $(add_frameworks_dep kactivities) + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kguiaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kitemmodels) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep kjobwidgets) + $(add_frameworks_dep kparts) + $(add_frameworks_dep kservice) + $(add_frameworks_dep ktexteditor) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + addons? ( + $(add_frameworks_dep kbookmarks) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep kwallet) + $(add_frameworks_dep plasma) + $(add_frameworks_dep threadweaver) + $(add_qt_dep qtsql) + ) +" +RDEPEND="${DEPEND} + !kde-misc/ktexteditorpreviewplugin +" + +src_prepare() { + kde5_src_prepare + # test hangs + sed -e "/session_manager_test/d" -i kate/autotests/CMakeLists.txt || die + # delete colliding kwrite translations + if [[ ${KDE_BUILD_TYPE} = release ]]; then + find po -type f -name "*po" -and -name "kwrite*" -delete || die + rm -rf po/*/docs/kwrite || die + fi +} + +src_configure() { + local mycmakeargs=( + -DBUILD_addons=$(usex addons) + -DBUILD_kwrite=FALSE + ) + + kde5_src_configure +} + +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..01c5b71e51 --- /dev/null +++ b/kde-apps/katomic/Manifest @@ -0,0 +1 @@ +DIST katomic-19.04.1.tar.xz 1421152 BLAKE2B f0a8c7fc85bb7ddfc09d8e9430c6b14700a79ba919a8dc9126acd153fec6ec5c53a9a989a79746e5beba62225476355ed4123fddc80d6392a91fca1eaa52581f SHA512 75714f55202dcfe66717318bcbd4698b658cda12209ec1bb0bd397f755d7be742a0e276dc8c1e3b5eea0a42a38a44f193c45b059653ebe06fbad563e15136a7f diff --git a/kde-apps/katomic/katomic-19.04.1.ebuild b/kde-apps/katomic/katomic-19.04.1.ebuild new file mode 100644 index 0000000000..dfef31246f --- /dev/null +++ b/kde-apps/katomic/katomic-19.04.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..fff4445022 --- /dev/null +++ b/kde-apps/kbackup/Manifest @@ -0,0 +1 @@ +DIST kbackup-19.04.1.tar.xz 357464 BLAKE2B 1214ea932b7556df49b758631dd5a299333f199b09e68c856470b4dbb619dc54562db16e56b8e65b56f841cd0dcc1d945ba2352da84342a7a4731ad5333141ac SHA512 bafd115d534b1fb82fb94a3be9b48fb9381060ff3aad03874feb467595d0a582edccbf8462df39f46b5626a27641cbd73776d0ca4a4b2ab5c3c729bfc7f5a1a3 diff --git a/kde-apps/kbackup/kbackup-19.04.1.ebuild b/kde-apps/kbackup/kbackup-19.04.1.ebuild new file mode 100644 index 0000000000..fc0ebfc0bd --- /dev/null +++ b/kde-apps/kbackup/kbackup-19.04.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..cf8c0cc56b --- /dev/null +++ b/kde-apps/kblackbox/Manifest @@ -0,0 +1 @@ +DIST kblackbox-19.04.1.tar.xz 444424 BLAKE2B 5bb88e4dcb1423cea03e933e497ec3b1d29923ff37ea1589111d1fe016ba1b1cd5e7692f6ac35fda87b05d3ccd33a3c9ff1292f4c87ed3871c5078a7e712bb87 SHA512 a77cbbef0658b4b84f6d13326f9960f68e543872668f8e416add62516edf5a957f7a7dd4a39e7ab09ff4b6e4ade1ccab8935dc7132cbb5d486e8dd336ffbd945 diff --git a/kde-apps/kblackbox/kblackbox-19.04.1.ebuild b/kde-apps/kblackbox/kblackbox-19.04.1.ebuild new file mode 100644 index 0000000000..49561429c7 --- /dev/null +++ b/kde-apps/kblackbox/kblackbox-19.04.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..4b4c4ec2cf --- /dev/null +++ b/kde-apps/kblocks/Manifest @@ -0,0 +1 @@ +DIST kblocks-19.04.1.tar.xz 1921740 BLAKE2B 101cb124ac81c7bec1206e9d2a002b19d9115f235180d79b642be8645f2f66d69cf51340809f9afe45339384e5147526636425d8e7d2e2c836be7ef3f5b39dd2 SHA512 6913105aaeec4e797cf8a7102beb6aac0a16c4c0100f48cbf0d9cabb2eedf75597f54b1ce4956454b1810109e89cc5d439768110f8f865b89d6a37bf5f0df5b0 diff --git a/kde-apps/kblocks/kblocks-19.04.1.ebuild b/kde-apps/kblocks/kblocks-19.04.1.ebuild new file mode 100644 index 0000000000..6ffa35e363 --- /dev/null +++ b/kde-apps/kblocks/kblocks-19.04.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..5ad7cd9545 --- /dev/null +++ b/kde-apps/kblog/Manifest @@ -0,0 +1 @@ +DIST kblog-19.04.1.tar.xz 72692 BLAKE2B 5b950db8de7f1d754380d85ad5ed9c9f7a913aab9c27831340d611b1167362a61377ba5802f52d96d58500efbf41a969a4df0770cde203e8fe67afc128185750 SHA512 4cc9a30580ca7dc21fc72e664f89ba8da9801da55223d3b39b23549d887679a6fdf8df95bc5b3165a08a28fb862f6a5471a24c0ca1d1a33a63b36711860fd610 diff --git a/kde-apps/kblog/kblog-19.04.1.ebuild b/kde-apps/kblog/kblog-19.04.1.ebuild new file mode 100644 index 0000000000..6d1a52cce7 --- /dev/null +++ b/kde-apps/kblog/kblog-19.04.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 ~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..de380907cd --- /dev/null +++ b/kde-apps/kbounce/Manifest @@ -0,0 +1 @@ +DIST kbounce-19.04.1.tar.xz 3467528 BLAKE2B 8572e4ae457e09f7c1699afd48061463b709e9e60ef39beb9afff9560fd95d3b19ca8c8ac6579bc89ebcee4967b10859d14d7f72f8c527fca3ff5528e7252b1e SHA512 5277dce1ef25e68a3347cc7cf9ec83d645626002b1472ad4b6c3e1c68459c8b115351ec116a163525e192d32da01d599b906b38b940ff62811e7ab2832537ecc diff --git a/kde-apps/kbounce/kbounce-19.04.1.ebuild b/kde-apps/kbounce/kbounce-19.04.1.ebuild new file mode 100644 index 0000000000..ce3ed74406 --- /dev/null +++ b/kde-apps/kbounce/kbounce-19.04.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..d48294e1f9 --- /dev/null +++ b/kde-apps/kbreakout/Manifest @@ -0,0 +1 @@ +DIST kbreakout-19.04.1.tar.xz 2273460 BLAKE2B 1b88158fe248a599aa1f7956d17b416dc8517d32288f0ebe5233bc589d90c89179dc18e637a029cbdc63b3c338de78f261b4015297b6457afa008e58af38a151 SHA512 0b43b45408d2a4f41c0a00e2fc199c3f126e0a60392a7b48fe5b354ac6d531b9de1248b9b46698bb1bd746983d45f2b1c8196f0eeb72dd003ac4e8cfc28b5cc5 diff --git a/kde-apps/kbreakout/kbreakout-19.04.1.ebuild b/kde-apps/kbreakout/kbreakout-19.04.1.ebuild new file mode 100644 index 0000000000..e1f5e108b1 --- /dev/null +++ b/kde-apps/kbreakout/kbreakout-19.04.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..5ce6cf65c6 --- /dev/null +++ b/kde-apps/kbruch/Manifest @@ -0,0 +1 @@ +DIST kbruch-19.04.1.tar.xz 5600204 BLAKE2B d4b4233186a1cf869274fff09674595a3cda2e71c45a8716af193392ad191d52aab3ddfd36e67de5ed893b30c1e35926576ccaf219583a36a1e719bc2d7850c1 SHA512 12067ebc85acfcb4ebc14af7f0d5aefc3a37e751b65795c0c2bd50f45766858a0be218a356a6659a79f6050d34c9a702af529e09c79ecf92fb676245d65e5d60 diff --git a/kde-apps/kbruch/kbruch-19.04.1.ebuild b/kde-apps/kbruch/kbruch-19.04.1.ebuild new file mode 100644 index 0000000000..a904b1de04 --- /dev/null +++ b/kde-apps/kbruch/kbruch-19.04.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..4efee1848f --- /dev/null +++ b/kde-apps/kcachegrind/Manifest @@ -0,0 +1 @@ +DIST kcachegrind-19.04.1.tar.xz 812720 BLAKE2B 05410567e868ba3207e7dd329543a1f788a112fffbfdffa36fb956fd1889067b0648a981b85875d462ca4f2e7a4db81afb8b947cb183c9ba5b7a3e77ee1fa9ad SHA512 eca2205de1d719e36ce150ba7ffd87142df060f24932488c843e7f62e1bb9674bb0ea181763910a82cb39b7268556a5dfa04ea42f2cbd344483fe5086f455885 diff --git a/kde-apps/kcachegrind/kcachegrind-19.04.1.ebuild b/kde-apps/kcachegrind/kcachegrind-19.04.1.ebuild new file mode 100644 index 0000000000..30cb9300e5 --- /dev/null +++ b/kde-apps/kcachegrind/kcachegrind-19.04.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..410cbcde32 --- /dev/null +++ b/kde-apps/kcalc/Manifest @@ -0,0 +1 @@ +DIST kcalc-19.04.1.tar.xz 366552 BLAKE2B b3bf431e571ed205e877d9ed936a2e8278271037763eb79bd556bc96958e2ceb0b23072b38154e8cfc27904fb0582dd654de3b19168be334776600d1c3fecca8 SHA512 8c1868a571ea7fb77a5249d9154c32968974345ec1c8eadb233e5cf436110299baeda39d580ff12c958061188c96a49e899407c35008b476cd0395427566fe1c diff --git a/kde-apps/kcalc/kcalc-19.04.1.ebuild b/kde-apps/kcalc/kcalc-19.04.1.ebuild new file mode 100644 index 0000000000..2cdb3b489c --- /dev/null +++ b/kde-apps/kcalc/kcalc-19.04.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" +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= +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/kcalcore/Manifest b/kde-apps/kcalcore/Manifest new file mode 100644 index 0000000000..dd4ba7a0b9 --- /dev/null +++ b/kde-apps/kcalcore/Manifest @@ -0,0 +1 @@ +DIST kcalcore-19.04.1.tar.xz 252384 BLAKE2B 1fcdb87f7dc516b8d60fe6d187b890b70d121562496abce2e9571fcf92586973c8c3d4869dda80000a4c638672b2f1acef30d4850bdcef7558dc82e326d93c9e SHA512 f55d9094ac7eea5e82405c2d5ed28cc6e8f00c5f9b792e91faf3226b968871b7129c0a5b37eb8a398335c5db3bbdd714fd40d94f595cdc9c5bfb6b8ddc4a09dd diff --git a/kde-apps/kcalcore/kcalcore-19.04.1.ebuild b/kde-apps/kcalcore/kcalcore-19.04.1.ebuild new file mode 100644 index 0000000000..3a367d606c --- /dev/null +++ b/kde-apps/kcalcore/kcalcore-19.04.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..f225501a60 --- /dev/null +++ b/kde-apps/kcalutils/Manifest @@ -0,0 +1 @@ +DIST kcalutils-19.04.1.tar.xz 327880 BLAKE2B 7e7735987a95081f378ceaacc1927b3d1fba14e675bc1c439098f9be1d3d82073a0a79568c042b18fde976162ea7f3cb07de689e4793febb9aab0a870ab0b091 SHA512 c1097bbd2ad55401f13609f7bd0401b746ce60d2a4ceb9726011ce79483f0ee95e8d4341f841a94085920f2e0cd5efec086d72a55ddeff26837d326c625c28e6 diff --git a/kde-apps/kcalutils/kcalutils-19.04.1.ebuild b/kde-apps/kcalutils/kcalutils-19.04.1.ebuild new file mode 100644 index 0000000000..cf54011c67 --- /dev/null +++ b/kde-apps/kcalutils/kcalutils-19.04.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..f90884707d --- /dev/null +++ b/kde-apps/kcharselect/Manifest @@ -0,0 +1 @@ +DIST kcharselect-19.04.1.tar.xz 334180 BLAKE2B 695389eee93ec5f7f35edd720a1bf081c9c8ffd6ddcbff1b937dfee7f8bac6b7478aa02484a228aa96e69cf3f315a6f7aa8263402c8d2cea490592ec0bdd9fbb SHA512 9891af9994e1aa1778e1bcde117249c0a82d42b08a6135a1d55151473e20ee886856c0cd8b824eab59bfa9f233178d15d6ca2a850c144af518c9e2f8a23a9dd9 diff --git a/kde-apps/kcharselect/kcharselect-19.04.1.ebuild b/kde-apps/kcharselect/kcharselect-19.04.1.ebuild new file mode 100644 index 0000000000..4cd14723ed --- /dev/null +++ b/kde-apps/kcharselect/kcharselect-19.04.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..e4c00abcc4 --- /dev/null +++ b/kde-apps/kcolorchooser/Manifest @@ -0,0 +1 @@ +DIST kcolorchooser-19.04.1.tar.xz 19476 BLAKE2B ccdb07d1701e5a5e2d781018a40f5b592b30acdaa7678cd38b4a076d76fb86bc76956edb1273136c8a67ccfbd8c59b19805a3c98283df92db499fdfee4601f16 SHA512 fe7d4408e1a40e71bd1c16646835f20be9ba21b96574a5b4e1dcbdf348f20ba9862db08fa2b08dd749956758057cc0b232b170d6a42c9db93a81a32d05bba2cb diff --git a/kde-apps/kcolorchooser/kcolorchooser-19.04.1.ebuild b/kde-apps/kcolorchooser/kcolorchooser-19.04.1.ebuild new file mode 100644 index 0000000000..5f9141a7a7 --- /dev/null +++ b/kde-apps/kcolorchooser/kcolorchooser-19.04.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..c4e2689660 --- /dev/null +++ b/kde-apps/kcontacts/Manifest @@ -0,0 +1 @@ +DIST kcontacts-19.04.1.tar.xz 603564 BLAKE2B b92a819ee184f734932b499c3c787a6c0513b95c4e6945fa0d8a3f350c2c71166a1540f6396da35d9f562243b77da8c33d85485009a13ae7777eb6e9cc83ae99 SHA512 ddfbe87bbb6d7bc8d038217aa5853ee31c25463a1d6698600f8097e586da2cc5a24707e0d6cbb2390cb6423158b9e75f21b23033dbd1b913669bb896e587c3da diff --git a/kde-apps/kcontacts/kcontacts-19.04.1.ebuild b/kde-apps/kcontacts/kcontacts-19.04.1.ebuild new file mode 100644 index 0000000000..81c99ff930 --- /dev/null +++ b/kde-apps/kcontacts/kcontacts-19.04.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="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..129abb0065 --- /dev/null +++ b/kde-apps/kcron/Manifest @@ -0,0 +1 @@ +DIST kcron-19.04.1.tar.xz 926912 BLAKE2B c020b100752fb9168920076f41e25c2cf047e54ba66ad9200aed62a2bf1993522bb8e70a6ac153d4aaf52170c9c3ddf0b8503e3b72aa4a30d1818462ab8718f5 SHA512 19bf92ecdddbf072336435a2d203936272f734df0bb93d431fb902ee9c7feeb956fc907f103a82df40ad66c8b81c7ba477086d9bb323a65d4dec4f9958ddd212 diff --git a/kde-apps/kcron/kcron-19.04.1.ebuild b/kde-apps/kcron/kcron-19.04.1.ebuild new file mode 100644 index 0000000000..e932c96c81 --- /dev/null +++ b/kde-apps/kcron/kcron-19.04.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..9bfb6c7e56 --- /dev/null +++ b/kde-apps/kdav/Manifest @@ -0,0 +1 @@ +DIST kdav-19.04.1.tar.xz 49984 BLAKE2B 9327ed4f3e273cb6559387174442e7f4f6070b9b5c0143a1bc58217555291306f2aa0f7b83e1d3c551e4bca290dec0528b39af3e903d61ae81af2ea30f74faa9 SHA512 810e836cc1e2d2b165461d45b037507f6ee37be49e6b10bf4ef05d5803aeeb217e6b53262311d397b5979638163074c4318727ae3ac344fe7165227df88fcefd diff --git a/kde-apps/kdav/kdav-19.04.1.ebuild b/kde-apps/kdav/kdav-19.04.1.ebuild new file mode 100644 index 0000000000..914f7b7602 --- /dev/null +++ b/kde-apps/kdav/kdav-19.04.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.04.1.ebuild b/kde-apps/kde-apps-meta/kde-apps-meta-19.04.1.ebuild new file mode 100644 index 0000000000..5c6da48234 --- /dev/null +++ b/kde-apps/kde-apps-meta/kde-apps-meta-19.04.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..baa254a54d --- /dev/null +++ b/kde-apps/kde-dev-scripts/Manifest @@ -0,0 +1 @@ +DIST kde-dev-scripts-19.04.1.tar.xz 377700 BLAKE2B 38a56585b69b8728c96f8bde6c7ce6fccbd3082f5ceed878680918865bc9ec72c596cff50e6d85b47eb8ba5144b31f611a0f70ddd8f956241e9ddcb944270a3b SHA512 4d0a518dbcc3d7ff348e109b9a39ca8191e0cf05eaa4be2c4f331a61e63a4b5ccabd0ba36800d572cee5b05d713dd5191973f0696ee5ff16f19b246201f06f5a diff --git a/kde-apps/kde-dev-scripts/kde-dev-scripts-19.04.1.ebuild b/kde-apps/kde-dev-scripts/kde-dev-scripts-19.04.1.ebuild new file mode 100644 index 0000000000..9b2002c6e3 --- /dev/null +++ b/kde-apps/kde-dev-scripts/kde-dev-scripts-19.04.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="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=" + !kde-apps/kde4-l10n + 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..86b029a5c6 --- /dev/null +++ b/kde-apps/kde-dev-utils/Manifest @@ -0,0 +1 @@ +DIST kde-dev-utils-19.04.1.tar.xz 61736 BLAKE2B 4151cf25a80774c1609813e0e17784901b5cc8f51098da9b197783fee99c6663a0b5300ed2ad0750d2819c46218329a28fe33793ac3956d8f6b764469b17e7ec SHA512 d33d0de288318af45b21fe6609b85733d9abc5cce4bc5b2f5746033402f77d5eaeb1dcc29cd3bd7d51da3528758d6660c5b0206bca19ec008c058d492cb2c16d diff --git a/kde-apps/kde-dev-utils/kde-dev-utils-19.04.1.ebuild b/kde-apps/kde-dev-utils/kde-dev-utils-19.04.1.ebuild new file mode 100644 index 0000000000..e83074100d --- /dev/null +++ b/kde-apps/kde-dev-utils/kde-dev-utils-19.04.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.04.1.ebuild b/kde-apps/kde-meta/kde-meta-19.04.1.ebuild new file mode 100644 index 0000000000..44a5c489c0 --- /dev/null +++ b/kde-apps/kde-meta/kde-meta-19.04.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.04.1.ebuild b/kde-apps/kdeaccessibility-meta/kdeaccessibility-meta-19.04.1.ebuild new file mode 100644 index 0000000000..42c3e4b11d --- /dev/null +++ b/kde-apps/kdeaccessibility-meta/kdeaccessibility-meta-19.04.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.04.1.ebuild b/kde-apps/kdeadmin-meta/kdeadmin-meta-19.04.1.ebuild new file mode 100644 index 0000000000..4498e75ab3 --- /dev/null +++ b/kde-apps/kdeadmin-meta/kdeadmin-meta-19.04.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.04.1.ebuild b/kde-apps/kdebase-meta/kdebase-meta-19.04.1.ebuild new file mode 100644 index 0000000000..343a873d30 --- /dev/null +++ b/kde-apps/kdebase-meta/kdebase-meta-19.04.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 ~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..2d084e3ab7 --- /dev/null +++ b/kde-apps/kdebugsettings/Manifest @@ -0,0 +1 @@ +DIST kdebugsettings-19.04.1.tar.xz 54988 BLAKE2B b09ef57b442255884ce188313eea0acf72aa346a5bfe6377e77d5f4049de05890518f883cd8cb7348a7671af6702ec82832171cb717260aadc29f35b2226f8ee SHA512 7d2477dbd2d363d7521d593b8c7691bfc4b9a7cbb7e921579e077fc184bc922f30298ec7e3b13f027357d2e2eb48445669a656e339b289f1305aa29897515b49 diff --git a/kde-apps/kdebugsettings/kdebugsettings-19.04.1.ebuild b/kde-apps/kdebugsettings/kdebugsettings-19.04.1.ebuild new file mode 100644 index 0000000000..44c06c29e0 --- /dev/null +++ b/kde-apps/kdebugsettings/kdebugsettings-19.04.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.04.1.ebuild b/kde-apps/kdecore-meta/kdecore-meta-19.04.1.ebuild new file mode 100644 index 0000000000..868a30ed6f --- /dev/null +++ b/kde-apps/kdecore-meta/kdecore-meta-19.04.1.ebuild @@ -0,0 +1,27 @@ +# 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 +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 + ) +" diff --git a/kde-apps/kdeedu-data/Manifest b/kde-apps/kdeedu-data/Manifest new file mode 100644 index 0000000000..ab0defbf2f --- /dev/null +++ b/kde-apps/kdeedu-data/Manifest @@ -0,0 +1 @@ +DIST kdeedu-data-19.04.1.tar.xz 327060 BLAKE2B 60f681e4918a650bbff0c23985a753221b07e1bf754b70b596e9b11f2bc75ff687f96d03f5574daff2761501d4cd1a8d6dd2f3e4c4a608c563b10a25846b4a4a SHA512 164f9cf05265d31f8d96b705baf9b9a90cd96686ecec2c377e30d28113acb8c9ebfcacbc999001473c28c6a49b88ead2634cee9bc06cf860a540a55252d69161 diff --git a/kde-apps/kdeedu-data/kdeedu-data-19.04.1.ebuild b/kde-apps/kdeedu-data/kdeedu-data-19.04.1.ebuild new file mode 100644 index 0000000000..22be843a9a --- /dev/null +++ b/kde-apps/kdeedu-data/kdeedu-data-19.04.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.04.1.ebuild b/kde-apps/kdeedu-meta/kdeedu-meta-19.04.1.ebuild new file mode 100644 index 0000000000..24a6d7958c --- /dev/null +++ b/kde-apps/kdeedu-meta/kdeedu-meta-19.04.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.04.1.ebuild b/kde-apps/kdegames-meta/kdegames-meta-19.04.1.ebuild new file mode 100644 index 0000000000..91b0db75ec --- /dev/null +++ b/kde-apps/kdegames-meta/kdegames-meta-19.04.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.04.1.ebuild b/kde-apps/kdegraphics-meta/kdegraphics-meta-19.04.1.ebuild new file mode 100644 index 0000000000..566f87f354 --- /dev/null +++ b/kde-apps/kdegraphics-meta/kdegraphics-meta-19.04.1.ebuild @@ -0,0 +1,29 @@ +# 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/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..29af81461b --- /dev/null +++ b/kde-apps/kdegraphics-mobipocket/Manifest @@ -0,0 +1 @@ +DIST kdegraphics-mobipocket-19.04.1.tar.xz 13480 BLAKE2B fe4a40e406a9fdb65d073b83cb1c1740c64058958d39ce23c5bcf136fc6844f9790f5f5e1b958307eaf81661029c3364529d42b31a9a38ac4fcdec5c9ab80769 SHA512 16d305f54552312d8fe6b550ae92af1599f3bcef6611b2cdc2a21da9473110cfa0f1c5b26d462662c41c2c21abf89cf736a61ba9d9ccceb69f1dafa91de1d044 diff --git a/kde-apps/kdegraphics-mobipocket/kdegraphics-mobipocket-19.04.1.ebuild b/kde-apps/kdegraphics-mobipocket/kdegraphics-mobipocket-19.04.1.ebuild new file mode 100644 index 0000000000..b2fd745f06 --- /dev/null +++ b/kde-apps/kdegraphics-mobipocket/kdegraphics-mobipocket-19.04.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.04.1.ebuild b/kde-apps/kdemultimedia-meta/kdemultimedia-meta-19.04.1.ebuild new file mode 100644 index 0000000000..4c86126888 --- /dev/null +++ b/kde-apps/kdemultimedia-meta/kdemultimedia-meta-19.04.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..25eaa641a5 --- /dev/null +++ b/kde-apps/kdenetwork-filesharing/Manifest @@ -0,0 +1 @@ +DIST kdenetwork-filesharing-19.04.1.tar.xz 312356 BLAKE2B 2098622182dfc13ccd4c6d313667b5319168b670beec2122a7ed6b95f05a2c775cbc2240972b431d566e4a17b6baa04c45c9d95566ce9b20543f732545dab15c SHA512 994412e429eb91c10c5e461802c9b4c768befbaf86dff8ca148c1fb7379d4d1f23706f960a436eb1e90c3c6a3b2fea14ddcdc36675762ad9fc66a3af3c8def06 diff --git a/kde-apps/kdenetwork-filesharing/kdenetwork-filesharing-19.04.1.ebuild b/kde-apps/kdenetwork-filesharing/kdenetwork-filesharing-19.04.1.ebuild new file mode 100644 index 0000000000..cf73bf0828 --- /dev/null +++ b/kde-apps/kdenetwork-filesharing/kdenetwork-filesharing-19.04.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.04.1.ebuild b/kde-apps/kdenetwork-meta/kdenetwork-meta-19.04.1.ebuild new file mode 100644 index 0000000000..093236da69 --- /dev/null +++ b/kde-apps/kdenetwork-meta/kdenetwork-meta-19.04.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..673e78b9dd --- /dev/null +++ b/kde-apps/kdenlive/Manifest @@ -0,0 +1 @@ +DIST kdenlive-19.04.1.tar.xz 11022268 BLAKE2B ee4385b7b23e12a570c160d32ed5ccd7cbfafb8feb0ff6901cef5b0f5ffc2102e89f17f9811799c807c4cdb6e49df9bed0e148ccbc8a16a279e26a54e0368f09 SHA512 f2f488928c3f3279021fbe2762f48e8cf52e8f30fe47d5ef50cfceac28fe7b8535d27be18679cde37f6dac281ec2cd1a2cf0d371b79088413b2195d9b32ed70d diff --git a/kde-apps/kdenlive/kdenlive-19.04.1.ebuild b/kde-apps/kdenlive/kdenlive-19.04.1.ebuild new file mode 100644 index 0000000000..e327f1b821 --- /dev/null +++ b/kde-apps/kdenlive/kdenlive-19.04.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.14.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..fba6a605af --- /dev/null +++ b/kde-apps/kdepim-addons/Manifest @@ -0,0 +1 @@ +DIST kdepim-addons-19.04.1.tar.xz 2076816 BLAKE2B 03cfb743b7cb3e76d7564aabf27cb30cd730d517fbd118f49af776ceeb36de4293ac1606f0d11fed8410bdad2c3417b1599394a2e5cd85c4d959bce89ecc57d1 SHA512 12322cafef4a06397ece50406a8b0fe0ac8a8842df6618bdca605690d87fb0f1b0cc4b3d50b4ac2d0d6b554e07b5b7d4f1330a998f11da2cf57cd2c1f8b7c4ca diff --git a/kde-apps/kdepim-addons/kdepim-addons-19.04.1.ebuild b/kde-apps/kdepim-addons/kdepim-addons-19.04.1.ebuild new file mode 100644 index 0000000000..c61074c3ac --- /dev/null +++ b/kde-apps/kdepim-addons/kdepim-addons-19.04.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.7.1[cxx,qt5] +" +RDEPEND="${COMMON_DEPEND} + !kde-apps/kaddressbook:4 + !kde-apps/kdepim-l10n + !kde-apps/kmail:4 +" + +RESTRICT+=" test" + +src_configure() { + local mycmakeargs=( + -DKDEPIMADDONS_BUILD_EXAMPLES=$(usex examples) + $(cmake-utils_use_find_package importwizard KPimImportWizard) + $(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..b7449253ab --- /dev/null +++ b/kde-apps/kdepim-apps-libs/Manifest @@ -0,0 +1 @@ +DIST kdepim-apps-libs-19.04.1.tar.xz 85564 BLAKE2B eead39f7b8dd2c84748b601a10be03e0a4bc4a99e3fbe17915f033a40562f55083ade21f246aec915a7a3fcbc722de6467b7bdc0611387a269b852cd682f1414 SHA512 ab0ce80ec1825e99ff4edf2cd0f21645a15e280472a124b7c2d4e08e4999169e598a49cbbafaef3b81e121015754fd30a6489845284d3fe62db0d15d8556350c diff --git a/kde-apps/kdepim-apps-libs/kdepim-apps-libs-19.04.1.ebuild b/kde-apps/kdepim-apps-libs/kdepim-apps-libs-19.04.1.ebuild new file mode 100644 index 0000000000..241a06bb90 --- /dev/null +++ b/kde-apps/kdepim-apps-libs/kdepim-apps-libs-19.04.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.04.1.ebuild b/kde-apps/kdepim-meta/kdepim-meta-19.04.1.ebuild new file mode 100644 index 0000000000..18fdc0a916 --- /dev/null +++ b/kde-apps/kdepim-meta/kdepim-meta-19.04.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..d7910b75aa --- /dev/null +++ b/kde-apps/kdepim-runtime/Manifest @@ -0,0 +1 @@ +DIST kdepim-runtime-19.04.1.tar.xz 1762968 BLAKE2B 754b2b1f3f190fde84ef3440e234e291ebddbd640c3bfcc1653974b64b9018109848f0fe384457f99f17e0ac6ee8a62bd62eacf47bf3ea1ee42add3310a8dc8a SHA512 7d3c126d4606067ff4bc684449e05ecb83ccb1c953a10646292140ea5098a791f321e6692a7e117338d4b400d73f4067c6538ae32f74e5c4559d41a99452745e diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-19.04.1.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-19.04.1.ebuild new file mode 100644 index 0000000000..8cd8b538e0 --- /dev/null +++ b/kde-apps/kdepim-runtime/kdepim-runtime-19.04.1.ebuild @@ -0,0 +1,78 @@ +# 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 kdelibs4support) + $(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" diff --git a/kde-apps/kdesdk-kioslaves/Manifest b/kde-apps/kdesdk-kioslaves/Manifest new file mode 100644 index 0000000000..9b480265ab --- /dev/null +++ b/kde-apps/kdesdk-kioslaves/Manifest @@ -0,0 +1 @@ +DIST kdesdk-kioslaves-19.04.1.tar.xz 37232 BLAKE2B d3b8be4c85197f91d978b211f493d6a31442f1922a6449d2f782363e35b518d5b4fcdcff55b620ca10308c9a10394bcabf84f7b3b271a567428a5fa9b8c5f7ab SHA512 d3cebfdae4d9b885af2c98ace00ebe0d957d75d119f75528a6306955df3467c652304e0d0b8d417a635cad1c1a2ed87084d460927c12ff79b693948d7d162f13 diff --git a/kde-apps/kdesdk-kioslaves/kdesdk-kioslaves-19.04.1.ebuild b/kde-apps/kdesdk-kioslaves/kdesdk-kioslaves-19.04.1.ebuild new file mode 100644 index 0000000000..ff655cfd65 --- /dev/null +++ b/kde-apps/kdesdk-kioslaves/kdesdk-kioslaves-19.04.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.04.1.ebuild b/kde-apps/kdesdk-meta/kdesdk-meta-19.04.1.ebuild new file mode 100644 index 0000000000..f5a72f8336 --- /dev/null +++ b/kde-apps/kdesdk-meta/kdesdk-meta-19.04.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..408e26f773 --- /dev/null +++ b/kde-apps/kdesdk-thumbnailers/Manifest @@ -0,0 +1 @@ +DIST kdesdk-thumbnailers-19.04.1.tar.xz 17200 BLAKE2B 403bb2e4fa91892c4346e0753a7f7e4afecf61f662dfe28402564700f61ed53ba4823bf2b5d8843158f305921108e467cffcddc8c08b79c749cbd622615057fa SHA512 76ffd38f0c7ab9d46fa45601dc55dac445857e907f40960afca59a996afe64a40f034f31d1ba8c90bb4fe1e7faeb1beb17d3ae733a2c97b9c0567da000051619 diff --git a/kde-apps/kdesdk-thumbnailers/kdesdk-thumbnailers-19.04.1.ebuild b/kde-apps/kdesdk-thumbnailers/kdesdk-thumbnailers-19.04.1.ebuild new file mode 100644 index 0000000000..7afa287644 --- /dev/null +++ b/kde-apps/kdesdk-thumbnailers/kdesdk-thumbnailers-19.04.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.04.1.ebuild b/kde-apps/kdeutils-meta/kdeutils-meta-19.04.1.ebuild new file mode 100644 index 0000000000..6e5c9209e7 --- /dev/null +++ b/kde-apps/kdeutils-meta/kdeutils-meta-19.04.1.ebuild @@ -0,0 +1,41 @@ +# 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 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/kgpg-${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} + cups? ( >=kde-apps/print-manager-${PV}:${SLOT} ) + floppy? ( >=kde-apps/kfloppy-${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..0a1cdf157c --- /dev/null +++ b/kde-apps/kdf/Manifest @@ -0,0 +1 @@ +DIST kdf-19.04.1.tar.xz 541292 BLAKE2B 3e8016f64eb18787551b0a8f918c070d68184a14c346f33d287bac7511d511e25df87b76e294ab096fc454746f53a84c712bef8647c32071ac6e39f7ea941a6f SHA512 e95d0cff0b09630fc4e892613115157231b0355ecc0762cd9b7e97c491144f17a71008b229144321acae5cc9af4f5bd3eebd20f01cfe4bd088096262eadc8326 diff --git a/kde-apps/kdf/kdf-19.04.1.ebuild b/kde-apps/kdf/kdf-19.04.1.ebuild new file mode 100644 index 0000000000..73f59e0908 --- /dev/null +++ b/kde-apps/kdf/kdf-19.04.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..d21f01c2e3 --- /dev/null +++ b/kde-apps/kdialog/Manifest @@ -0,0 +1 @@ +DIST kdialog-19.04.1.tar.xz 98088 BLAKE2B ab388fd9fddc51c7cc339708411a0f017ab71063831963dff27204f8e5d34ea7fab937d5d4b9a758b8bf0b9aebe71829b134d38a95265392090c34ac5ccc447e SHA512 60523e6c2052cbf41089c9f1d328b0ced16c379f5ce93f300dcf79c4a608116c91d31cc68c068aae8ff82a6c165116c0d29296ce7f16085a245e814c07d1f855 diff --git a/kde-apps/kdialog/kdialog-19.04.1.ebuild b/kde-apps/kdialog/kdialog-19.04.1.ebuild new file mode 100644 index 0000000000..908c381d03 --- /dev/null +++ b/kde-apps/kdialog/kdialog-19.04.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..193525c66d --- /dev/null +++ b/kde-apps/kdiamond/Manifest @@ -0,0 +1 @@ +DIST kdiamond-19.04.1.tar.xz 4719984 BLAKE2B 7e6bc633a95677595966894ff2cec80efc04cc61a18426729e742bbefcda040242f8168a88d6d658ded9ac8358ebf1a3f64af680d91b0f79157c9c9a50828d67 SHA512 9fa48d2c67218469870301607166cce0f4dcbef6193703de705e6b324626d09d43ddf037c6676eb682b66fdd12254f9d87d1bb39b90975f4375723e249862955 diff --git a/kde-apps/kdiamond/kdiamond-19.04.1.ebuild b/kde-apps/kdiamond/kdiamond-19.04.1.ebuild new file mode 100644 index 0000000000..f07ab4af5a --- /dev/null +++ b/kde-apps/kdiamond/kdiamond-19.04.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..17f57a5a67 --- /dev/null +++ b/kde-apps/keditbookmarks/Manifest @@ -0,0 +1 @@ +DIST keditbookmarks-19.04.1.tar.xz 184780 BLAKE2B 899a03b334f5911beae1e7bfa0017cb24d41fcb4af91e53a83119d451a3885925f0750a638a42e2bb211ed9d0d5d19a4d61c0fcbab659d01e7943fccdefb95f9 SHA512 00da03cc265713d24e9cd847802b0aa8bded01906a4d5dd78275565e0f5544e3d1cbbec1804e02e7c1b14c7889f82ed9e2d16b7252b3c3871f6ebdcf31ddf3ce diff --git a/kde-apps/keditbookmarks/keditbookmarks-19.04.1.ebuild b/kde-apps/keditbookmarks/keditbookmarks-19.04.1.ebuild new file mode 100644 index 0000000000..4c7d515594 --- /dev/null +++ b/kde-apps/keditbookmarks/keditbookmarks-19.04.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..fc3752c6eb --- /dev/null +++ b/kde-apps/kfind/Manifest @@ -0,0 +1 @@ +DIST kfind-19.04.1.tar.xz 266556 BLAKE2B a2dffe24c2e8bc783c0ef7a84095eadbed9fbf9afaa1b5eca38b4e75ffd79fd4c12463d5c453e86e55a7859426e6a0e61c4ec2143301f2ae96959dfdb24de91c SHA512 2705fa4e64e547b5482399b5433ebc619036c3cd77dc86a78365580e89cc2a77334d81674d9790d92df3446724d680cedd03bf1e303525c4a3c51b46dc897496 diff --git a/kde-apps/kfind/kfind-19.04.1.ebuild b/kde-apps/kfind/kfind-19.04.1.ebuild new file mode 100644 index 0000000000..53a863f34b --- /dev/null +++ b/kde-apps/kfind/kfind-19.04.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..df17d1e512 --- /dev/null +++ b/kde-apps/kfloppy/Manifest @@ -0,0 +1 @@ +DIST kfloppy-19.04.1.tar.xz 198828 BLAKE2B a27234ddaea3d5915601fbfc0e285a0bdb90851d66343526053491534b25c417dc993ef401d1fd934a1c950ed657061fbea67abf88dc0264544c49cb0b0e78bb SHA512 74dc83786c4e6190fa80b4d4f87568ed5bbcbcb5731bf13fe2cc91605fabcfaf24cf1061006b7d6efaa2a621332e69071426ad0486c6cc8bfa9543c0c84c2da5 diff --git a/kde-apps/kfloppy/kfloppy-19.04.1.ebuild b/kde-apps/kfloppy/kfloppy-19.04.1.ebuild new file mode 100644 index 0000000000..10d86751cf --- /dev/null +++ b/kde-apps/kfloppy/kfloppy-19.04.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..7696da2aa7 --- /dev/null +++ b/kde-apps/kfourinline/Manifest @@ -0,0 +1 @@ +DIST kfourinline-19.04.1.tar.xz 636740 BLAKE2B ef2f2e085d3d4b3a831528f5ee008c8082261b777b9ea174b45f33d0476e218b632990b8794ffd2970ca901267eb159458ad7da3685bfcad3daa9f78913f03df SHA512 83d8893cea2a8eeb9202e04b14dfb0c83c75738346c86c3d01381740b8c59ee4063ebc08b9250cb2c4c486ca9d2bb9a71c29f671dffbb91ac5db21b2fa429329 diff --git a/kde-apps/kfourinline/kfourinline-19.04.1.ebuild b/kde-apps/kfourinline/kfourinline-19.04.1.ebuild new file mode 100644 index 0000000000..81c504ab7b --- /dev/null +++ b/kde-apps/kfourinline/kfourinline-19.04.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..166b017a38 --- /dev/null +++ b/kde-apps/kgeography/Manifest @@ -0,0 +1 @@ +DIST kgeography-19.04.1.tar.xz 10825336 BLAKE2B 9e6b36ef5a14ebdb89784fb04e6be2e1388e6f43e3a9fdc61edf950abdf7bc1d63d40b1b612f094517bb3aabe6354b7d22c5f06588d46a99a8916fa619b2bdd8 SHA512 c20a195bfbc4b1942ae8ee1c4491601000b319dd3380d44f4dac09fb2e4e5e90f465b2cd2fc78fcaaea94f3997be5bfb7d7a8f1490b746a405d9e1db7cc290fe diff --git a/kde-apps/kgeography/kgeography-19.04.1.ebuild b/kde-apps/kgeography/kgeography-19.04.1.ebuild new file mode 100644 index 0000000000..fc9595b0f5 --- /dev/null +++ b/kde-apps/kgeography/kgeography-19.04.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..ca4b40f794 --- /dev/null +++ b/kde-apps/kget/Manifest @@ -0,0 +1 @@ +DIST kget-19.04.1.tar.xz 5236072 BLAKE2B 5520a59b8e04ec87b47e5e52dbda0d8f20dbd052385ab420d7fa94c07f80e4fb8f2329bd81787bed7a7f7ad993bd20a2ca74793d5b722cca3a25fc3ac239a4f1 SHA512 3d68276adc130ee2d67d23ebb99669824f2ed6f2bf415f056a057dadcd1a010c2d74b096fb25894ffdef07bca6051b5c17988c57e0f337d3460d952d96d86071 diff --git a/kde-apps/kget/kget-19.04.1.ebuild b/kde-apps/kget/kget-19.04.1.ebuild new file mode 100644 index 0000000000..25a2ec507b --- /dev/null +++ b/kde-apps/kget/kget-19.04.1.ebuild @@ -0,0 +1,67 @@ +# 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" + +COMMON_DEPEND=" + $(add_frameworks_dep kcmutils) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep knotifyconfig) + $(add_frameworks_dep kparts) + $(add_frameworks_dep kservice) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwallet) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep kxmlgui) + $(add_frameworks_dep solid) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtsql) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + app-crypt/qca:2[qt5(+)] + bittorrent? ( net-libs/libktorrent:5 ) + gpg? ( app-crypt/gpgme[qt5] ) + kde? ( $(add_plasma_dep libkworkspace) ) + mms? ( media-libs/libmms ) + sqlite? ( dev-db/sqlite:3 ) +" +DEPEND="${COMMON_DEPEND} + dev-libs/boost +" +RDEPEND="${COMMON_DEPEND} + !kde-apps/kde4-l10n +" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package bittorrent KF5Torrent) + $(cmake-utils_use_find_package gpg Gpgmepp) + $(cmake-utils_use_find_package 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..2564e58dab --- /dev/null +++ b/kde-apps/kgoldrunner/Manifest @@ -0,0 +1 @@ +DIST kgoldrunner-19.04.1.tar.xz 4419644 BLAKE2B ac87346c5107648f9b5453b77a3c32529a535b2378c0c5f23c9e2503c0d155ca48c3bd7f0bde497dbfd0dfd852d05c130b3402f52730012401d6d1ff9c14658e SHA512 fdfdec27c9325811ae459f6de9125a7830c9a4bea7aacda655908cb01dbdd444df84f8ef2f8f2e394b55b356950c3a8a343c51f0340fc112683d39ce6e1fe515 diff --git a/kde-apps/kgoldrunner/kgoldrunner-19.04.1.ebuild b/kde-apps/kgoldrunner/kgoldrunner-19.04.1.ebuild new file mode 100644 index 0000000000..6549004577 --- /dev/null +++ b/kde-apps/kgoldrunner/kgoldrunner-19.04.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" +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} + !<kde-apps/kde4-l10n-17.07.80 + $(add_qt_dep qtsvg) +" diff --git a/kde-apps/kgpg/Manifest b/kde-apps/kgpg/Manifest new file mode 100644 index 0000000000..f2e0c5536f --- /dev/null +++ b/kde-apps/kgpg/Manifest @@ -0,0 +1 @@ +DIST kgpg-19.04.1.tar.xz 2864804 BLAKE2B 8af006bf4ada3b02ccadfae31e23d1fe12be7f5424171d69f7dfb3896984a78b83342bcd49a68965b4f51598de482af2c720ae760a0d63b9e2c3ef4c4ca9d6a1 SHA512 ff0d3dcb32d6b81fedfa2ecaef6c9df738ba8b584552649f2b5fe1fe88ad3ab04be173b7dbaa388c5997a53e6665c9622f9c91aec298f71b207538a9f43cb3ff diff --git a/kde-apps/kgpg/kgpg-19.04.1.ebuild b/kde-apps/kgpg/kgpg-19.04.1.ebuild new file mode 100644 index 0000000000..c7c0fd6298 --- /dev/null +++ b/kde-apps/kgpg/kgpg-19.04.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..51803e3dc8 --- /dev/null +++ b/kde-apps/khangman/Manifest @@ -0,0 +1 @@ +DIST khangman-19.04.1.tar.xz 7126484 BLAKE2B e1085fe5681f68cd929689c42484bc0832a4b7dd2f6a0ab380df6b85db090d08b7b910421c316feb8caf80371a10b96452f6d36e7d9d2bf26e2c892b238f73fb SHA512 fd61cc6cd6249c1fb007ffd72d9305d5d4d5f5b4c4fa27b25550f67ee804289724e5edcb8fd6f40db347e1ac0f34c0f90ae9572c3e7d826dfa48228cd57de60e diff --git a/kde-apps/khangman/khangman-19.04.1.ebuild b/kde-apps/khangman/khangman-19.04.1.ebuild new file mode 100644 index 0000000000..8e73dd5f83 --- /dev/null +++ b/kde-apps/khangman/khangman-19.04.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..54760fa25b --- /dev/null +++ b/kde-apps/khelpcenter/Manifest @@ -0,0 +1 @@ +DIST khelpcenter-19.04.1.tar.xz 3846828 BLAKE2B 00af379c707fcfa7bb24991858f99c739e8a49cb88fa99d74fded544f16dda734402397a6c33f173b228ad49b0944a495b483e69cea7fa180ccb0e725e530985 SHA512 c42206554beff891c51c8dbe73baf722e1e571e1166916dad36c37573c09a5696c06b711748dd863782c43d507c2f6103d1aea122e5ef33fd59972c0d4e8503b diff --git a/kde-apps/khelpcenter/khelpcenter-19.04.1.ebuild b/kde-apps/khelpcenter/khelpcenter-19.04.1.ebuild new file mode 100644 index 0000000000..d76bb58238 --- /dev/null +++ b/kde-apps/khelpcenter/khelpcenter-19.04.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..4aa00072ee --- /dev/null +++ b/kde-apps/kidentitymanagement/Manifest @@ -0,0 +1 @@ +DIST kidentitymanagement-19.04.1.tar.xz 149376 BLAKE2B 506f1b0d4bfda60b919e7fc65296d8de974106d7a190fb7507f10a8494db44b874e067223267f8ea395c739a8a8b33499ff0f4098cf5fd1d2ae91bf1168a49b5 SHA512 9102f389ba876d9804d2d40f7727299d83c84bd05254ec06783a34bcf64f48eb30cc78163f1f335fa7224cd884130cbfc4f881bb84aa5bcf68a257fe620c97b4 diff --git a/kde-apps/kidentitymanagement/kidentitymanagement-19.04.1.ebuild b/kde-apps/kidentitymanagement/kidentitymanagement-19.04.1.ebuild new file mode 100644 index 0000000000..5e299423da --- /dev/null +++ b/kde-apps/kidentitymanagement/kidentitymanagement-19.04.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..54e00bf853 --- /dev/null +++ b/kde-apps/kig/Manifest @@ -0,0 +1 @@ +DIST kig-19.04.1.tar.xz 3497708 BLAKE2B 5dfbe5b927cb17aab6f02adbaed7ceda31eb84283c1d1e43d3b07da65e118e4add1fa2f4767a41c9f9602f51736bcbea4e2316b736d9086ae96c747b1aaf8d78 SHA512 13961e15098f4ef285fc00e53b9e48475bb24c5c04ce44447aaba2fffde177d8ef113f76bf23d1bb0e0ecc7fc433891c864492c2449eddc8da4375f3d10719ed diff --git a/kde-apps/kig/kig-19.04.1.ebuild b/kde-apps/kig/kig-19.04.1.ebuild new file mode 100644 index 0000000000..ffc4026477 --- /dev/null +++ b/kde-apps/kig/kig-19.04.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..38c20ce772 --- /dev/null +++ b/kde-apps/kigo/Manifest @@ -0,0 +1 @@ +DIST kigo-19.04.1.tar.xz 5224196 BLAKE2B 1622f9fd1dd3b166d8ec13fd32469dd320541e171190b560960338653cc3c9803b67ca10dc8670fa03a40f1fd8e103b35da1f75abfe25eeb85a50715645d8319 SHA512 a3f6eb361798f5d74ed939e4ca8426d89718bce93290b46d5c7d4d754829f1ff36a9771f610d9c4166613c35847599f8da1c32b30e0988ca4619659e75716d82 diff --git a/kde-apps/kigo/kigo-19.04.1.ebuild b/kde-apps/kigo/kigo-19.04.1.ebuild new file mode 100644 index 0000000000..6d57d96ddf --- /dev/null +++ b/kde-apps/kigo/kigo-19.04.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="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} + !<kde-apps/kde4-l10n-17.07.80 + games-board/gnugo +" diff --git a/kde-apps/killbots/Manifest b/kde-apps/killbots/Manifest new file mode 100644 index 0000000000..096d7484d2 --- /dev/null +++ b/kde-apps/killbots/Manifest @@ -0,0 +1 @@ +DIST killbots-19.04.1.tar.xz 1168904 BLAKE2B f497f1cf44cc5e251263484cbb8b53b87d6481289f9a53bd0efa3781304878f08505df912c27a3a063247657193a4c80262f8930108235821d8ad9364caceec2 SHA512 307c0da4026f6c689959e5e603794401d389a21882656b438197c58c44849a2ba91617e23edc4a8ad76fca0905b0df9bc54649aae22abff50b14b5936184bb21 diff --git a/kde-apps/killbots/killbots-19.04.1.ebuild b/kde-apps/killbots/killbots-19.04.1.ebuild new file mode 100644 index 0000000000..01f306d373 --- /dev/null +++ b/kde-apps/killbots/killbots-19.04.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..8330430403 --- /dev/null +++ b/kde-apps/kimagemapeditor/Manifest @@ -0,0 +1 @@ +DIST kimagemapeditor-19.04.1.tar.xz 1070384 BLAKE2B 8eb03dd449a4bb7d0b9161c73c0cb95f60d788503633e0399ce85439d242c5a13c9ac0c7c039b28dabdca934756d97f7c702bf6416b5ca0e886550e77c03ee09 SHA512 cbcd8140a2a7d2672cddad748ffa04dda0906595ba8c03846d3036142a9205b742d0b3459a7541fc8a46fb9cdc9398dbc771bf036144e650c324831e7946c675 diff --git a/kde-apps/kimagemapeditor/kimagemapeditor-19.04.1.ebuild b/kde-apps/kimagemapeditor/kimagemapeditor-19.04.1.ebuild new file mode 100644 index 0000000000..d5329f4bfc --- /dev/null +++ b/kde-apps/kimagemapeditor/kimagemapeditor-19.04.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="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} + !kde-apps/kde4-l10n +" diff --git a/kde-apps/kimap/Manifest b/kde-apps/kimap/Manifest new file mode 100644 index 0000000000..945573a813 --- /dev/null +++ b/kde-apps/kimap/Manifest @@ -0,0 +1 @@ +DIST kimap-19.04.1.tar.xz 119448 BLAKE2B 73806b488655d055e6d24bb06c06805cdcfc1048c2f729baf954522b49fcd1edd2b2a314d3fe94555eafae7a731389eec1bc86de0201d13a7686d0f62f842989 SHA512 9a5f3d3d00b53f8265b21d48283c251818ce555405495dc3da8db219be0ab35b4ee06770a673d201b41f81eadcb25cfa10c984f4b3c1e5deb81dc84416093317 diff --git a/kde-apps/kimap/kimap-19.04.1.ebuild b/kde-apps/kimap/kimap-19.04.1.ebuild new file mode 100644 index 0000000000..3dc46eb150 --- /dev/null +++ b/kde-apps/kimap/kimap-19.04.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..1deaa6b69e --- /dev/null +++ b/kde-apps/kio-extras/Manifest @@ -0,0 +1 @@ +DIST kio-extras-19.04.1.tar.xz 570944 BLAKE2B c5ab5946aaa0ad84fff3368efd4d8be13585bcb0e614d8b9cead8f198259276c614066afa269b2c95fcb689d0a31e1e0aaa8e1259b016d3130c41b52ece0c717 SHA512 a95247aa3174e6f9d153282c19519e13e9209793010d9b48109206a8d7a4db80086518ccbf0b442fc37715c1b4d10888e4a812082b5de998b4390d62aab472c3 diff --git a/kde-apps/kio-extras/kio-extras-19.04.1.ebuild b/kde-apps/kio-extras/kio-extras-19.04.1.ebuild new file mode 100644 index 0000000000..ed12668f14 --- /dev/null +++ b/kde-apps/kio-extras/kio-extras-19.04.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/kiriki/Manifest b/kde-apps/kiriki/Manifest new file mode 100644 index 0000000000..12b704486d --- /dev/null +++ b/kde-apps/kiriki/Manifest @@ -0,0 +1 @@ +DIST kiriki-19.04.1.tar.xz 371708 BLAKE2B 8639bad00a85d97cdc3a8264e1870c4bfac084f2bb411c61ca1f9fbc9dd38c2b20ad8e7654bf24ea2d545991e311ff2abd17094df0f24718f9efe4b1d67ff269 SHA512 f561539cdc87a28cba80b99ec40734556dadb872fa5862311a41ad6749691bfa5806842dddd71af47ba9f5050c32359a173408c0225d55d6e0f10b96f26d8741 diff --git a/kde-apps/kiriki/kiriki-19.04.1.ebuild b/kde-apps/kiriki/kiriki-19.04.1.ebuild new file mode 100644 index 0000000000..8b308fc169 --- /dev/null +++ b/kde-apps/kiriki/kiriki-19.04.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..13329b1f3d --- /dev/null +++ b/kde-apps/kiten/Manifest @@ -0,0 +1 @@ +DIST kiten-19.04.1.tar.xz 11286704 BLAKE2B 2528c273e61f0346ca94574f3425b0c20259eac407fdaadac55d1f64329b742c569b88eded0fbd73a7307855ba126a1dfe5a3a08cb824439c4db8bf645a3095d SHA512 3ce4f1d40ac7eaaa93364d8a809e7aa117c0d8be2507005e50f0fefdcbc5f57c10769a619508b1f3fbcee9710623fe7576307dff67c8d53ad67d0855e74e6e5e diff --git a/kde-apps/kiten/kiten-19.04.1.ebuild b/kde-apps/kiten/kiten-19.04.1.ebuild new file mode 100644 index 0000000000..dee6f6bb63 --- /dev/null +++ b/kde-apps/kiten/kiten-19.04.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..ff0914dc9c --- /dev/null +++ b/kde-apps/kitinerary/Manifest @@ -0,0 +1 @@ +DIST kitinerary-19.04.1.tar.xz 690608 BLAKE2B 95b3856fb7b44afca1eb81f836706e9ad4b8463488e90e960266f1e6ab64f50b0ffeefee9b2d756cdd3c8c70fc1a92747380483732c04c4e1848d7385f11d701 SHA512 73baf7c4ce379bd1feffbb06782dad46ae3c4c4c9c1bed285e028668fa5fe1eabcfe57f684c453d44567f39c35745e6d4753706cd37ea48c101e64991e5dafab diff --git a/kde-apps/kitinerary/kitinerary-19.04.1.ebuild b/kde-apps/kitinerary/kitinerary-19.04.1.ebuild new file mode 100644 index 0000000000..607ed8a5a6 --- /dev/null +++ b/kde-apps/kitinerary/kitinerary-19.04.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="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="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 + pdf? ( app-text/poppler:=[qt5] ) +" +RDEPEND="${DEPEND} + !<kde-apps/kdepim-addons-18.07.80 +" + +src_configure() { + local mycmakeargs=( + $(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..cb578686a9 --- /dev/null +++ b/kde-apps/kjumpingcube/Manifest @@ -0,0 +1 @@ +DIST kjumpingcube-19.04.1.tar.xz 286204 BLAKE2B c0b97b21b74d75ea9eb53e717945092a84794ebba8e3480529f75b92bc3fc2d19a60f28ded432a69cebe3eab671c4635212468ba93065b3523c52f1411459faa SHA512 22168b89cfc2a099365df0ab791e5c39a4cfff09ef3a1a074a480d3e60f25139a76d99d3a684380f637fbe59401a8ff476204a72d221c283cd593d47719dc0f0 diff --git a/kde-apps/kjumpingcube/kjumpingcube-19.04.1.ebuild b/kde-apps/kjumpingcube/kjumpingcube-19.04.1.ebuild new file mode 100644 index 0000000000..4778d0a9e1 --- /dev/null +++ b/kde-apps/kjumpingcube/kjumpingcube-19.04.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..9424de48e0 --- /dev/null +++ b/kde-apps/kldap/Manifest @@ -0,0 +1 @@ +DIST kldap-19.04.1.tar.xz 155868 BLAKE2B 5e3a53f3de82f35904de58cc453b3f612d3b28c67c279008d5f735cf6e9c4b7af555406b559f8adf092c0b0fceec430182de891cf56a0c03caf5175c7d938723 SHA512 45f9a7c3da66adde5b27522f658aff92553942f01d720ad28193f5ba2493b74b765ce74d4048691fbe6c2ca2cf4de71ed449e898dbc0beb3ca0b82c563fde8a3 diff --git a/kde-apps/kldap/kldap-19.04.1.ebuild b/kde-apps/kldap/kldap-19.04.1.ebuild new file mode 100644 index 0000000000..d63a4f5e4d --- /dev/null +++ b/kde-apps/kldap/kldap-19.04.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..861c2f1bd4 --- /dev/null +++ b/kde-apps/kleopatra/Manifest @@ -0,0 +1 @@ +DIST kleopatra-19.04.1.tar.xz 1928428 BLAKE2B b03376adc0f55ca8f27afd2f694d65ee3a97fdb3ca5c1fe47d370d1069431c19ca0ada0e36c67c3d985522177fe2092a50b070de263fa78300d923a7f4df12c4 SHA512 8f8c289ede3e13397f4e5ee06d96d1e5a99737c5e30089297fb8294ee73c0934937bc78d24c89681f21ea6e7cf166cb8a8d314e0631d2f2d2188ce247abd28ea diff --git a/kde-apps/kleopatra/kleopatra-19.04.1.ebuild b/kde-apps/kleopatra/kleopatra-19.04.1.ebuild new file mode 100644 index 0000000000..9192bef633 --- /dev/null +++ b/kde-apps/kleopatra/kleopatra-19.04.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.7.1[cxx,qt5] + dev-libs/boost:= + dev-libs/libassuan + dev-libs/libgpg-error +" +RDEPEND="${DEPEND} + !kde-apps/kdepim-l10n + >=app-crypt/gnupg-2.1 + app-crypt/paperkey +" + +# tests completely broken, bug #641720 +RESTRICT+=" test" diff --git a/kde-apps/klettres/Manifest b/kde-apps/klettres/Manifest new file mode 100644 index 0000000000..9d8eb37c8c --- /dev/null +++ b/kde-apps/klettres/Manifest @@ -0,0 +1 @@ +DIST klettres-19.04.1.tar.xz 21491720 BLAKE2B 287c375311060f589b2573ae86d3008c57b38a080378ac189eedc87458a5d9edef5b65c4db30144ce9741e261596986613cd9b97e721e1bd5c57767f5e085b72 SHA512 0a5f22b11586e171fddca45f6bcea5091882c9fdb0ba60dced530a0227682bbc149b852a04d7e6152b5cf27e00444fed73fb5ebf9f6b20f4e2c651924fcf0852 diff --git a/kde-apps/klettres/klettres-19.04.1.ebuild b/kde-apps/klettres/klettres-19.04.1.ebuild new file mode 100644 index 0000000000..56acc749bc --- /dev/null +++ b/kde-apps/klettres/klettres-19.04.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..09eea33b23 --- /dev/null +++ b/kde-apps/klickety/Manifest @@ -0,0 +1 @@ +DIST klickety-19.04.1.tar.xz 1388332 BLAKE2B 929dab14801c8689aefc7320ea26f383ad8c4292b769677e7829e4ed69f1b7082a0ca6ce91ad7648837132baf5fb21468d3d19826d852518dcaa1ffe67e6ea54 SHA512 90ed290bfd575260d0bcabe0767458bd93bb5d998244d5c388de4d0402e37e54d68d93b98e7bf987a883113b6e147cc8b42789d4b77a4e1929ddd82f9217ddcc diff --git a/kde-apps/klickety/klickety-19.04.1.ebuild b/kde-apps/klickety/klickety-19.04.1.ebuild new file mode 100644 index 0000000000..24e11900d4 --- /dev/null +++ b/kde-apps/klickety/klickety-19.04.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..92694dd69a --- /dev/null +++ b/kde-apps/klines/Manifest @@ -0,0 +1 @@ +DIST klines-19.04.1.tar.xz 1779684 BLAKE2B d93208a8bd282bc79039a12c016d83b9d736cc608f9bb431a3bb6336d68d55d7b1e0ecf6377b98c58cf73d83e7a181460471130224cd67cba3b8c58eba313c8c SHA512 05be2e5349969e833204c8603b92ce97f963c20b241587fda2b897a887408fec0b67cefc7b3a18b4a49adcd6b960ae38b6ae2c6a74c2139da6bfecc8d8008a62 diff --git a/kde-apps/klines/klines-19.04.1.ebuild b/kde-apps/klines/klines-19.04.1.ebuild new file mode 100644 index 0000000000..68a0d47201 --- /dev/null +++ b/kde-apps/klines/klines-19.04.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..fd264a7d36 --- /dev/null +++ b/kde-apps/kmag/Manifest @@ -0,0 +1 @@ +DIST kmag-19.04.1.tar.xz 739276 BLAKE2B a1e17abe516dc7a0ea304139cf2134e1b98c98301de78066d26d8c1f28ddcbb936b6b304d5c1619a806611a31998f62127a2bb236580133df242f61198a6c139 SHA512 85963a1546764c76b10851c3f329475bc6246e04698193109cb99667ca51534c2990cd609432b5b333af87ee0f6812c25c930b526bf6f4b3788fa88f8c48d21e diff --git a/kde-apps/kmag/kmag-19.04.1.ebuild b/kde-apps/kmag/kmag-19.04.1.ebuild new file mode 100644 index 0000000000..6392c7721e --- /dev/null +++ b/kde-apps/kmag/kmag-19.04.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" +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} + !<kde-apps/kde4-l10n-17.07.80 +" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package keyboardfocus QAccessibilityClient) + ) + + kde5_src_configure +} diff --git a/kde-apps/kmahjongg/Manifest b/kde-apps/kmahjongg/Manifest new file mode 100644 index 0000000000..8963e30209 --- /dev/null +++ b/kde-apps/kmahjongg/Manifest @@ -0,0 +1 @@ +DIST kmahjongg-19.04.1.tar.xz 4063280 BLAKE2B e582c28ccd4a90c4015afc2e270395d64b0916be368d086d8a0b70681edc8a0ecd51b66ed9628390bc88b51af7751f842a1ca0ac321c5e71bd6dc6e8dca4e892 SHA512 21efa9ab4ea1dd5480eade7bc9712e7c91abe065fc5ba5912f98e642a9e82f6581ce3ce95b0d6cf1dbc6d488adff2113f6188a65288ec5c13043b4616e1349a6 diff --git a/kde-apps/kmahjongg/kmahjongg-19.04.1.ebuild b/kde-apps/kmahjongg/kmahjongg-19.04.1.ebuild new file mode 100644 index 0000000000..96638f3067 --- /dev/null +++ b/kde-apps/kmahjongg/kmahjongg-19.04.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..18f094e74d --- /dev/null +++ b/kde-apps/kmail-account-wizard/Manifest @@ -0,0 +1 @@ +DIST kmail-account-wizard-19.04.1.tar.xz 156044 BLAKE2B d1fe46ce721f795da5199226d86fafeb59448222081a8e07db7af72674f568d71ce036c6fded328b4af32652fb7fcc65dab208b4dcfaa1838457466ae7a76d7a SHA512 f7ddd0c0f7b4a5a70624c4f1e3fa4bbb73feb7b9db2d3003b8b800cd2d1a8fcaeea79430f511726b300826836a1870220056443088fbf2d7000eb03cada72d01 diff --git a/kde-apps/kmail-account-wizard/kmail-account-wizard-19.04.1.ebuild b/kde-apps/kmail-account-wizard/kmail-account-wizard-19.04.1.ebuild new file mode 100644 index 0000000000..9c19a766bb --- /dev/null +++ b/kde-apps/kmail-account-wizard/kmail-account-wizard-19.04.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..25e257e2fb --- /dev/null +++ b/kde-apps/kmail/Manifest @@ -0,0 +1 @@ +DIST kmail-19.04.1.tar.xz 4724416 BLAKE2B b8053576e395f27aa470ce7ff96bde6f7866450106940f8fb3c2f9ef5edde22406870152d9c6b1399e5e8afc2dd28a7048351179c176144035256cc5b8a8f195 SHA512 5f823630fdc45ef114c2d4358254d9440ab42d032f139b88b3d479da58812882abf0cf83481f05e6e55578156cd6d57794883ec8b29b3c8a9693c71c5f42f723 diff --git a/kde-apps/kmail/kmail-19.04.1.ebuild b/kde-apps/kmail/kmail-19.04.1.ebuild new file mode 100644 index 0000000000..b7cf3b96c1 --- /dev/null +++ b/kde-apps/kmail/kmail-19.04.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.7.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..eeb1556085 --- /dev/null +++ b/kde-apps/kmailtransport/Manifest @@ -0,0 +1 @@ +DIST kmailtransport-19.04.1.tar.xz 166128 BLAKE2B 347114336cc6bbb545a24169ccab2e04c45d5921000d8097bab6e78575a6a74ba3333c8afd48a073884b3d929fccc5a20653957fe469ae3175441107b068d1f3 SHA512 0128ff9660a92c9087faf599ff1acc070ff099e4b70b2b72a01023423c16c0c189824e19fdb5190d86bf4ae0887c74a7bfb81712bccc966640a5128b1b1c067b diff --git a/kde-apps/kmailtransport/kmailtransport-19.04.1.ebuild b/kde-apps/kmailtransport/kmailtransport-19.04.1.ebuild new file mode 100644 index 0000000000..46e041ac7c --- /dev/null +++ b/kde-apps/kmailtransport/kmailtransport-19.04.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..97844cd43c --- /dev/null +++ b/kde-apps/kmbox/Manifest @@ -0,0 +1 @@ +DIST kmbox-19.04.1.tar.xz 24756 BLAKE2B 49a9c7b24492a00a53fd384c9badf08fcd12ee1914cb7ce3cbb6bc8fdae4157080740450730e734162685567cefac3dacec21f43b7c625270fffdf78fe43cf1a SHA512 0dfd19ce7d09181155a9cd540d3f3cd767d29e630a5b29e77cd8d2448d8e157194e66ee90255960af03b2295a6237c1e4e2a6dbaa2ae44f65e17905b2f2fcbdb diff --git a/kde-apps/kmbox/kmbox-19.04.1.ebuild b/kde-apps/kmbox/kmbox-19.04.1.ebuild new file mode 100644 index 0000000000..c3a3f4454a --- /dev/null +++ b/kde-apps/kmbox/kmbox-19.04.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..619a6d26ab --- /dev/null +++ b/kde-apps/kmime/Manifest @@ -0,0 +1 @@ +DIST kmime-19.04.1.tar.xz 146620 BLAKE2B 10ff456b87ea7b869abab3d6fe3efa6bd93c3cbfb37ff02afbcb5bf1ec8d1ca291ce7a9db3cfd3a0f6e4dc22135b9756ecbd86f9368c2ee7311c96ecc76cb846 SHA512 c70e8f176a879269e16095246a3dea52a2d437a6ab1a68e1785b96bd4c175095b41de8557900000839090a4881d8e51bf431c8aae35fb5008f7c76cec37254a3 diff --git a/kde-apps/kmime/kmime-19.04.1.ebuild b/kde-apps/kmime/kmime-19.04.1.ebuild new file mode 100644 index 0000000000..74185b4ee1 --- /dev/null +++ b/kde-apps/kmime/kmime-19.04.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..f9a29be3a4 --- /dev/null +++ b/kde-apps/kmines/Manifest @@ -0,0 +1 @@ +DIST kmines-19.04.1.tar.xz 903768 BLAKE2B 7755cc85306b5a7416cec05f96adc00715f1c1686095e6cdf2255e543f1cf4f269a93f051d1849ccf73a186e0cfc351195743c0f7c8927bdee329f19fe77b3ff SHA512 74d21df3f2ce2ac883b6e61a0f8c85c85b6cbd38ce3634581d0db2abf106f64693cc27013f0120946947c17d93790de2eaa319c361426e895168a29eaaf108fc diff --git a/kde-apps/kmines/kmines-19.04.1.ebuild b/kde-apps/kmines/kmines-19.04.1.ebuild new file mode 100644 index 0000000000..5adc59c160 --- /dev/null +++ b/kde-apps/kmines/kmines-19.04.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..3a440ee6ba --- /dev/null +++ b/kde-apps/kmix/Manifest @@ -0,0 +1 @@ +DIST kmix-19.04.1.tar.xz 1070212 BLAKE2B 9e5c55d2528caf3f7d480a7562f73bc51940496c2b54e204cbf66ba0d2fd25cb24ad4953ad3d491e0c69702c0298e42d0d93d517b425c538ab2270100acf1aa5 SHA512 fc979608fbd4f95717b19ff09c2b7e2d55e6a29570934fbc6b56a9b9a9e70f3cb2719fdbd6230bed16de28085304ba3b6d035f62fc28c3b0275edd095e0199a1 diff --git a/kde-apps/kmix/kmix-19.04.1.ebuild b/kde-apps/kmix/kmix-19.04.1.ebuild new file mode 100644 index 0000000000..608abde03c --- /dev/null +++ b/kde-apps/kmix/kmix-19.04.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_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) + !kde-apps/kde4-l10n +" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package alsa ALSA) + $(cmake-utils_use_find_package pulseaudio Canberra) + $(cmake-utils_use_find_package pulseaudio PulseAudio) + ) + + kde5_src_configure +} diff --git a/kde-apps/kmousetool/Manifest b/kde-apps/kmousetool/Manifest new file mode 100644 index 0000000000..0c078db2ab --- /dev/null +++ b/kde-apps/kmousetool/Manifest @@ -0,0 +1 @@ +DIST kmousetool-19.04.1.tar.xz 112340 BLAKE2B 78e3ee5756216ea6c9a5127a60ac635ae3dd2f44af6c54fbfd22585fdc18cbcc1e82d780c1d6a0376bfaa6492cfda7835becfba69ff6a0ca9cd85b7417af96c4 SHA512 9c618755da01a2596a16bf62569f202c699a296a394a75adcfd246e2655809d8c56ee1302ddf92066fea77d962a2ffc76c0d5b3d28f5e59f1217d68cfa482f9d diff --git a/kde-apps/kmousetool/kmousetool-19.04.1.ebuild b/kde-apps/kmousetool/kmousetool-19.04.1.ebuild new file mode 100644 index 0000000000..0cf8ca76e8 --- /dev/null +++ b/kde-apps/kmousetool/kmousetool-19.04.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 program that clicks the mouse for you" +HOMEPAGE="https://kde.org/applications/utilities/kmousetool/" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +COMMON_DEPEND=" + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + media-libs/phonon[qt5(+)] + x11-libs/libX11 + x11-libs/libXtst +" +DEPEND="${COMMON_DEPEND} + x11-base/xorg-proto + x11-libs/libXext + x11-libs/libXt +" +RDEPEND="${COMMON_DEPEND} + !<kde-apps/kde4-l10n-17.07.80 +" diff --git a/kde-apps/kmouth/Manifest b/kde-apps/kmouth/Manifest new file mode 100644 index 0000000000..cb0e56b732 --- /dev/null +++ b/kde-apps/kmouth/Manifest @@ -0,0 +1 @@ +DIST kmouth-19.04.1.tar.xz 2056700 BLAKE2B 5e31084d708500ac76cd5a136548f56d561aa18260016ee61fdb2b168f3b865cf4991b9b7e22537df47565c351a5144ea16853850bb5b2cf504906a012cb4a15 SHA512 10b69b5edaaea436a18b3c587a764e38cd0e98f6cbee5a3b12343ac06fb037970d2b1db4cf615b2fb269cd116612ba3b43d335a44a60c47265021a4573926f47 diff --git a/kde-apps/kmouth/kmouth-19.04.1.ebuild b/kde-apps/kmouth/kmouth-19.04.1.ebuild new file mode 100644 index 0000000000..5ba5fdba61 --- /dev/null +++ b/kde-apps/kmouth/kmouth-19.04.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="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} + !kde-apps/kde4-l10n +" diff --git a/kde-apps/kmplot/Manifest b/kde-apps/kmplot/Manifest new file mode 100644 index 0000000000..2fc2691bf2 --- /dev/null +++ b/kde-apps/kmplot/Manifest @@ -0,0 +1 @@ +DIST kmplot-19.04.1.tar.xz 3062236 BLAKE2B 998a2596b458f8faa94c49ad67602ae792dc3b5f1907dbbb2573a13a9445052f6869591849b8efdbaf220a48d813c6682acfccb4fb58daeca5423623c8de540d SHA512 95a817918eb9386f8eec91c3bab0604ac38a394e905282f0f50a1254b889be2d559f4902ba3f56ea10246d31c2c99a37a4e8b7cb9a8707c363dfa16749c1af1c diff --git a/kde-apps/kmplot/kmplot-19.04.1.ebuild b/kde-apps/kmplot/kmplot-19.04.1.ebuild new file mode 100644 index 0000000000..24545ff4af --- /dev/null +++ b/kde-apps/kmplot/kmplot-19.04.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..e945a4d3fa --- /dev/null +++ b/kde-apps/knavalbattle/Manifest @@ -0,0 +1 @@ +DIST knavalbattle-19.04.1.tar.xz 1280608 BLAKE2B 9bc16970832a3d9221e7caf437f020bd17e588b743b6690b2218c12d9cfe4b124f579a6870c7d1b1a85776413c8c3b4163557c66a1ff36c45216ad9db97ef86a SHA512 a7d7749bbfefd7b3a32e4cffb1d7040d2f9b023d36696a82a4cb1b3686a212ae3317894918e00afbf85d43de05c46c3ffdfa8e02c11fad6980933b7f578a63d0 diff --git a/kde-apps/knavalbattle/knavalbattle-19.04.1.ebuild b/kde-apps/knavalbattle/knavalbattle-19.04.1.ebuild new file mode 100644 index 0000000000..da4bbfe79c --- /dev/null +++ b/kde-apps/knavalbattle/knavalbattle-19.04.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/navalbattle/ + 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..1371063d7a --- /dev/null +++ b/kde-apps/knetwalk/Manifest @@ -0,0 +1 @@ +DIST knetwalk-19.04.1.tar.xz 1038300 BLAKE2B 3ae33169a45a392c44ed8bd8fc2d8a7465862ad9f478f402c6373cca8494b28be289d673cc44b39dd6918c1695efa55c3703d64fd3bbacceb88a0037a4d1590b SHA512 006c76b9996ff74d9fdaace9e72426619198e74823f07f1433f1aaf1a91669b3ad9040709f97a51f2b65503fe6fc886ac705e60a3a9d4e9e9b8ae837025d6246 diff --git a/kde-apps/knetwalk/knetwalk-19.04.1.ebuild b/kde-apps/knetwalk/knetwalk-19.04.1.ebuild new file mode 100644 index 0000000000..e18ecc06e2 --- /dev/null +++ b/kde-apps/knetwalk/knetwalk-19.04.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..5e0e1239f7 --- /dev/null +++ b/kde-apps/knights/Manifest @@ -0,0 +1 @@ +DIST knights-19.04.1.tar.xz 3507300 BLAKE2B 25c530eab9dfa85871f6fd6d863e50b812780b0f5066e9bea00a8af532df9789c6555fb16e0d0f45fb994405a8493738be67f47bdbd26bb5e268ef8da48ecac8 SHA512 28f7ce035a9c7b49ed2af5a2272b38dff825646d03941c52845a2e5b5ba5a52924e749a3f61dae388b299d491adb2fe60e297102e1f0b9379d47b11107d6ae99 diff --git a/kde-apps/knights/knights-19.04.1.ebuild b/kde-apps/knights/knights-19.04.1.ebuild new file mode 100644 index 0000000000..1402195458 --- /dev/null +++ b/kde-apps/knights/knights-19.04.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..95ec81f345 --- /dev/null +++ b/kde-apps/knotes/Manifest @@ -0,0 +1 @@ +DIST knotes-19.04.1.tar.xz 319644 BLAKE2B ddb38056e68668b84223e7a8401673eb977f051fc7babe84fbbd52db9f0162bc3ac84a15ab22cdaf813f8f2938039337a59e0fae368497379ba684ab670d6422 SHA512 83ddb59bccff9991a0d257ac30d24e5516ff1852455b6a99c1b46234570a7f9c561d9530ca355d94133ed5c9ed1ad414c8b812fa20d9a37ecfd6d15381a14972 diff --git a/kde-apps/knotes/knotes-19.04.1.ebuild b/kde-apps/knotes/knotes-19.04.1.ebuild new file mode 100644 index 0000000000..1d25d54307 --- /dev/null +++ b/kde-apps/knotes/knotes-19.04.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 kdelibs4support) + $(add_frameworks_dep kdnssd) + $(add_frameworks_dep kglobalaccel) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kitemmodels) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep kparts) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep akonadi) + $(add_kdeapps_dep akonadi-notes) + $(add_kdeapps_dep akonadi-search) + $(add_kdeapps_dep kcalcore) + $(add_kdeapps_dep kcalutils) + $(add_kdeapps_dep kcontacts) + $(add_kdeapps_dep kmime) + $(add_kdeapps_dep kontactinterface) + $(add_kdeapps_dep libkdepim) + $(add_kdeapps_dep pimcommon) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtx11extras) + $(add_qt_dep qtxml) + dev-libs/grantlee:5 + dev-libs/libxslt + x11-libs/libX11 +" +RDEPEND="${DEPEND} + !kde-apps/kdepim-l10n + $(add_kdeapps_dep kdepim-runtime) +" + +src_configure() { +# local mycmakeargs=( +# # FIXME: Does not build (last checked 2016-02-17) +# $(cmake-utils_use_find_package X Qt5X11Extras) +# $(cmake-utils_use_find_package X X11) +# ) + + kde5_src_configure +} diff --git a/kde-apps/kolf/Manifest b/kde-apps/kolf/Manifest new file mode 100644 index 0000000000..b45f1a9aa9 --- /dev/null +++ b/kde-apps/kolf/Manifest @@ -0,0 +1 @@ +DIST kolf-19.04.1.tar.xz 1022824 BLAKE2B e829f4d45769a2810a454cfb8509235590dc07e0bc9b42fb73e887a917be5f8607d73b70787b843b4fd578795afca046c9ff9e1539750aba3b8f095c37786699 SHA512 f8f1360ccc4d9623b8ac325333682125414150daf007376010b82e0dc35347fbb2a745fb45449a241f51b7426f386dd2deb9342f1663534685df134300a10ad5 diff --git a/kde-apps/kolf/kolf-19.04.1.ebuild b/kde-apps/kolf/kolf-19.04.1.ebuild new file mode 100644 index 0000000000..2bda518f9e --- /dev/null +++ b/kde-apps/kolf/kolf-19.04.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_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} + !kde-apps/kde4-l10n +" diff --git a/kde-apps/kollision/Manifest b/kde-apps/kollision/Manifest new file mode 100644 index 0000000000..ba576f9092 --- /dev/null +++ b/kde-apps/kollision/Manifest @@ -0,0 +1 @@ +DIST kollision-19.04.1.tar.xz 280600 BLAKE2B cfae73fd2c9ebb5690a85aa2eb92539353704b05b528a5e4c456af8bcb78711dc4015728bfddc7924eb9bbf4dc65ed1f308e5685af3e1ca314a7cd0a2fe7046c SHA512 9af5989dec26aebfb0785ef81ab61e033fcee458c591bb2e73fd6d53acf387e79934422a6aab8e002ae6ffe452c228453fdb127509330986be6ae14e8a66d62c diff --git a/kde-apps/kollision/kollision-19.04.1.ebuild b/kde-apps/kollision/kollision-19.04.1.ebuild new file mode 100644 index 0000000000..8cd239d19f --- /dev/null +++ b/kde-apps/kollision/kollision-19.04.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..c4e847957d --- /dev/null +++ b/kde-apps/kolourpaint/Manifest @@ -0,0 +1 @@ +DIST kolourpaint-19.04.1.tar.xz 5653060 BLAKE2B f41f7aae13b818d7d802943c6e50e9cf7fd618831a1ecac3833a8ab4e18a4c3bccf0094a2c09381607fc870fe03c1f5ecfae455a86547b98005da321e5d145f9 SHA512 2154a250683744cd566b3835b68d5f4d16c6b2b7ac747d1bd8fd1de41ebee64c5c972a799d06e1b88768d789393d7f7509428584b29d78923e2275a92de56b9f diff --git a/kde-apps/kolourpaint/kolourpaint-19.04.1.ebuild b/kde-apps/kolourpaint/kolourpaint-19.04.1.ebuild new file mode 100644 index 0000000000..d36c8c7865 --- /dev/null +++ b/kde-apps/kolourpaint/kolourpaint-19.04.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..a296d9e66a --- /dev/null +++ b/kde-apps/kompare/Manifest @@ -0,0 +1 @@ +DIST kompare-19.04.1.tar.xz 801480 BLAKE2B 796b92f6df9d0c3abb0bebf470f0d7805727502b3b75cd6e815e4d9a05f64b8a153860646d0d47259c0021864a3d1b32051fd8449d0b94613b5820b16f7e3b40 SHA512 4b89eeea4cc32caccffc45601aeecacfdeb5f9f9611c214638d76519695896de6ea17eaa2a2950afcffefd2aa28a212d06b1852c5ff94ea19cae70cf578f5f59 diff --git a/kde-apps/kompare/kompare-19.04.1.ebuild b/kde-apps/kompare/kompare-19.04.1.ebuild new file mode 100644 index 0000000000..70464071af --- /dev/null +++ b/kde-apps/kompare/kompare-19.04.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..e5b72e5042 --- /dev/null +++ b/kde-apps/konqueror/Manifest @@ -0,0 +1 @@ +DIST konqueror-19.04.1.tar.xz 7750944 BLAKE2B d77c46ea823bcefe4b15b7c8a517da0f789f370a9038f8caf82f3c6e5ca8a52f6a1efa39d832d9b81f670a7616c903d1a5b9b472d7932d3b8b1b5b9ff5f7d413 SHA512 0fedb71cd7d7dd536e7952321e6fb4e0c07ba1da4dcf63e92c3aa97567c8251760944713555e3a8d14ee91beb80beef20551397e04b1e2361b77b32c04901d65 diff --git a/kde-apps/konqueror/konqueror-19.04.1.ebuild b/kde-apps/konqueror/konqueror-19.04.1.ebuild new file mode 100644 index 0000000000..ef632d4067 --- /dev/null +++ b/kde-apps/konqueror/konqueror-19.04.1.ebuild @@ -0,0 +1,113 @@ +# 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} + !kde-apps/kfmclient:4 + !kde-apps/konq-plugins + !kde-apps/libkonq:5 + $(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..ec6a0d59d9 --- /dev/null +++ b/kde-apps/konquest/Manifest @@ -0,0 +1 @@ +DIST konquest-19.04.1.tar.xz 658136 BLAKE2B 3ff9daf7229600c2679f36fc43523e953e48f877d2ef291ce867186cb02f603bf97209d925098bd9f83c79288a06ae6d86aef9e833eb97865a101b5110b5d46c SHA512 3656894ecad9ed015b2abe2eaa4c859e2af6c67dde5503a06043c66c0efcb0677564d82168e8692bfa523d6a92fb40eb72a02af94d82863d0673353d20d3d144 diff --git a/kde-apps/konquest/konquest-19.04.1.ebuild b/kde-apps/konquest/konquest-19.04.1.ebuild new file mode 100644 index 0000000000..7ca0dd155c --- /dev/null +++ b/kde-apps/konquest/konquest-19.04.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="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} + !<kde-apps/kde4-l10n-17.07.80 +" diff --git a/kde-apps/konsole/Manifest b/kde-apps/konsole/Manifest new file mode 100644 index 0000000000..a0f17a8cd0 --- /dev/null +++ b/kde-apps/konsole/Manifest @@ -0,0 +1 @@ +DIST konsole-19.04.1.tar.xz 1118272 BLAKE2B 8627fab3e7b816efc54e8e5075418979338a13ec787967ea4144f68881ae1b449ce9caa03a5bb03f3c398f4cb7c3fb439cec18e8d7caedddb3762826b29d2c46 SHA512 db1452dd7c9254a13d2585f70f8b9cb1d481ab01207437dc1597fe0187e20bea5692ae09f0b48e5958c1fe987f39b53791299e068539ad31536787b82673dba1 diff --git a/kde-apps/konsole/konsole-19.04.1.ebuild b/kde-apps/konsole/konsole-19.04.1.ebuild new file mode 100644 index 0000000000..260b1d7551 --- /dev/null +++ b/kde-apps/konsole/konsole-19.04.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..a73e41e3cc --- /dev/null +++ b/kde-apps/konsolekalendar/Manifest @@ -0,0 +1 @@ +DIST akonadi-calendar-tools-19.04.1.tar.xz 223668 BLAKE2B aa658b92c19303d1332e6496ed8e97f398494ea690c2593b71382deddcedeb8f7adee957f00f1e2b594fb97f242f750bb1727d0785c53e89b26c98979b34cba4 SHA512 84d5fa29308c7f07964e868a229e39cd55d30d2d4a44a8df4440d426322b1cd5ac816c6cf07c2011875b404fdee08ee090407258bdbff25784bf95731ac836cc diff --git a/kde-apps/konsolekalendar/konsolekalendar-19.04.1.ebuild b/kde-apps/konsolekalendar/konsolekalendar-19.04.1.ebuild new file mode 100644 index 0000000000..bb7f42fb22 --- /dev/null +++ b/kde-apps/konsolekalendar/konsolekalendar-19.04.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..00866efa4e --- /dev/null +++ b/kde-apps/kontact/Manifest @@ -0,0 +1 @@ +DIST kontact-19.04.1.tar.xz 792608 BLAKE2B 46d4566aa2e192aadff29f2256f88d2bd9f345eb01f7ab6d82aa04c50f3298c666b9f899cb352b50a6767f2e89f27103b29043a7acb24c3e56cd6b0e554845e4 SHA512 10f2b50083a01d26ec3469d0ad4f791800bbeb75eaee9910e74319ba2382f49075099b6b7ea41495508db50ec05a17a44c2e1f5e6b38474a51b173e593aaf940 diff --git a/kde-apps/kontact/kontact-19.04.1.ebuild b/kde-apps/kontact/kontact-19.04.1.ebuild new file mode 100644 index 0000000000..0c785c3011 --- /dev/null +++ b/kde-apps/kontact/kontact-19.04.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..4e0a48a55c --- /dev/null +++ b/kde-apps/kontactinterface/Manifest @@ -0,0 +1 @@ +DIST kontactinterface-19.04.1.tar.xz 33088 BLAKE2B 31ecb5272fff78f64a5f67ca7b9b451ed20742bbc182211523e56ca7ad81dfbfc33e0770989c5be0555f23a48aefe1fd776557ab847d8c8b67c21231202e6784 SHA512 573ae7e9987b096cbbcf55be29c9a7fc0db054ceeb2645a05aee460b1236378790fd735e66301295526df6dc87633a3535db51ffdae1ab9f7515bc1635b826ba diff --git a/kde-apps/kontactinterface/kontactinterface-19.04.1.ebuild b/kde-apps/kontactinterface/kontactinterface-19.04.1.ebuild new file mode 100644 index 0000000000..efc7e0dec3 --- /dev/null +++ b/kde-apps/kontactinterface/kontactinterface-19.04.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..fd4b376d7a --- /dev/null +++ b/kde-apps/kopete/Manifest @@ -0,0 +1 @@ +DIST kopete-19.04.1.tar.xz 9363440 BLAKE2B d24906c071d2ed9ca3da75831d630c650ddc96389806c5b8af2f0c6435b8d9ea5a5dd89e2b7e4c391f8c72c1a12179270af6199e99bb43df521cdfd726c46569 SHA512 1117f8fb5150dd314efdc26b51481747f49c1e0a7f7e786a60d1feab54bfd983acff30e38c742e9c8feb94b0f9a5906051f166c8951a5038fe2344831727bd72 diff --git a/kde-apps/kopete/kopete-19.04.1.ebuild b/kde-apps/kopete/kopete-19.04.1.ebuild new file mode 100644 index 0000000000..be1e1976b9 --- /dev/null +++ b/kde-apps/kopete/kopete-19.04.1.ebuild @@ -0,0 +1,179 @@ +# 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} + !kde-apps/kde4-l10n + 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..301f16398d --- /dev/null +++ b/kde-apps/korganizer/Manifest @@ -0,0 +1 @@ +DIST korganizer-19.04.1.tar.xz 2221676 BLAKE2B 7de90b1f3c7f0fbcf44e941cd6d53bbf6cd500d1d95d13b096c9961b722d5f316be2cd4cb52acbcac70a7c5f6940382c66be0dd915c8f450e0a3541f9523156a SHA512 d3cf8c4cf31ac0c5301ffa29194456618b3fb16eaabd4a622fe76a3dfd7836131c0ac15b1b939a1bd0e2bfb4188f399e5f10fc522c154596cbd0c2091dd35be2 diff --git a/kde-apps/korganizer/korganizer-19.04.1.ebuild b/kde-apps/korganizer/korganizer-19.04.1.ebuild new file mode 100644 index 0000000000..fc0f40aafa --- /dev/null +++ b/kde-apps/korganizer/korganizer-19.04.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 qtwidgets) + media-libs/phonon[qt5(+)] + X? ( + $(add_qt_dep qtx11extras) + x11-libs/libX11 + ) +" +DEPEND="${COMMON_DEPEND} + $(add_kdeapps_dep kldap) + $(add_qt_dep designer) + test? ( $(add_kdeapps_dep akonadi 'sqlite') ) +" +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..9156d93859 --- /dev/null +++ b/kde-apps/kpat/Manifest @@ -0,0 +1 @@ +DIST kpat-19.04.1.tar.xz 3575064 BLAKE2B 4190498d50a78a60bc95997cf2a3e4c058aea32f44491acb983ba703191804d999f0b71f26e86ac7f3bc287688ef5d4f6ee95c7ebffd9cba5ba878fe23b72f76 SHA512 2362920a4ddec7ddccb3de58bd1d3e4f424e844bc7c6aa4c16465b64d94967f0adfe903e2845cb61c5afbad5fd52c5f755f529c9934b4a201c3beab6516b6de6 diff --git a/kde-apps/kpat/kpat-19.04.9999.ebuild b/kde-apps/kpat/kpat-19.04.1.ebuild index 5cc8dcc740..c11a050269 100644 --- a/kde-apps/kpat/kpat-19.04.9999.ebuild +++ b/kde-apps/kpat/kpat-19.04.1.ebuild @@ -9,7 +9,7 @@ inherit kde5 DESCRIPTION="KDE patience game" HOMEPAGE="https://games.kde.org/game.php?game=kpat" -KEYWORDS="" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="" DEPEND=" diff --git a/kde-apps/kpimtextedit/Manifest b/kde-apps/kpimtextedit/Manifest new file mode 100644 index 0000000000..6bac895e43 --- /dev/null +++ b/kde-apps/kpimtextedit/Manifest @@ -0,0 +1 @@ +DIST kpimtextedit-19.04.1.tar.xz 152216 BLAKE2B 5f3d770079d7540a8aafa4f0b0e12ba02407cdd02d8fcb67f4ec9a15dd870e4c876e71145f0cf8dc544aba5d06fe76b1932aa171ef616b74d7e45d26cfa097de SHA512 2eec73ef6a4fb546aa7ce6481c16f6a20d5b49d65ee9e3beab1d35169bab0e2b84bacdb7f00f38b691b86e906ad31bd1ed6a165075bb431c1f9fd9eb5023bc5e diff --git a/kde-apps/kpimtextedit/kpimtextedit-19.04.1.ebuild b/kde-apps/kpimtextedit/kpimtextedit-19.04.1.ebuild new file mode 100644 index 0000000000..cd57292233 --- /dev/null +++ b/kde-apps/kpimtextedit/kpimtextedit-19.04.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..2efecfcd73 --- /dev/null +++ b/kde-apps/kpkpass/Manifest @@ -0,0 +1 @@ +DIST kpkpass-19.04.1.tar.xz 23300 BLAKE2B 91859db4a15fd07b2ceba3ce319e6d76f18ce655c9f7b1d08ca13a5de3b55e0703f32c76ba05435882cf872ced221baeefa162804e457dcb15a9b23ffdfff9e2 SHA512 7d56472903ee24ca8e68e62b02d297f2cbc8b4f10ec693d17618a7da4df5e3b4d6472481f1a75a639516e277c80b04728f861486d0596922394369e39993ffe7 diff --git a/kde-apps/kpkpass/kpkpass-19.04.1.ebuild b/kde-apps/kpkpass/kpkpass-19.04.1.ebuild new file mode 100644 index 0000000000..ad5acedd9c --- /dev/null +++ b/kde-apps/kpkpass/kpkpass-19.04.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..14aae291f9 --- /dev/null +++ b/kde-apps/kqtquickcharts/Manifest @@ -0,0 +1 @@ +DIST kqtquickcharts-19.04.1.tar.xz 25640 BLAKE2B f9323e16270028ba768292789deb1756ab6441826daea6b4df977fdb237c3e6c2fd2991323730c7ba1571c8c67cecf933cba293f6692f1286b5a822c928bb897 SHA512 913b0d8603921d015da7a4ee03f837aa494f2fa186c3179654139d9d7c14261e3228dc1276d0401a9462a9a91ac90d757eb75e0fd8ff0240a393a2ef601a8275 diff --git a/kde-apps/kqtquickcharts/kqtquickcharts-19.04.1.ebuild b/kde-apps/kqtquickcharts/kqtquickcharts-19.04.1.ebuild new file mode 100644 index 0000000000..e10a5f2a6e --- /dev/null +++ b/kde-apps/kqtquickcharts/kqtquickcharts-19.04.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..556371f680 --- /dev/null +++ b/kde-apps/krdc/Manifest @@ -0,0 +1 @@ +DIST krdc-19.04.1.tar.xz 1421736 BLAKE2B 85a5cba1ac228ab1afb2ff5a3045b3ae508e777c991e004f981b0c5148037aebc312d6feea1c72e024b4e1b1f12a0ced63894ebe6dde85c5a7aa68c8cb7a56db SHA512 60e9541a9e8377da5248471160733a86ae1c6f49c7649470ec313475ef483314fb59e8967b2d30dbde2012d437a98a9db11b172e2052a58b65075920daf75b13 diff --git a/kde-apps/krdc/krdc-19.04.1.ebuild b/kde-apps/krdc/krdc-19.04.1.ebuild new file mode 100644 index 0000000000..db508c801c --- /dev/null +++ b/kde-apps/krdc/krdc-19.04.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..2d26b45584 --- /dev/null +++ b/kde-apps/kreversi/Manifest @@ -0,0 +1 @@ +DIST kreversi-19.04.1.tar.xz 942636 BLAKE2B d4dfb57dcac15e95bfb6d90c37c7099f45a69f0462784123600b6898abe8badecdb48d00004458d5bc51daffe9ad57d822d35b51da88e29ef1ea0df82c9e90c1 SHA512 1b42a1e96e06de6571687b5e76c800adda3d68f6ce8792b2d09bca7ae962d924e500ac4b436ebdb261bb9b62f37039acf6cc0f9451bb704d15b21b1bd5859fb3 diff --git a/kde-apps/kreversi/kreversi-19.04.1.ebuild b/kde-apps/kreversi/kreversi-19.04.1.ebuild new file mode 100644 index 0000000000..8a9b41ecb8 --- /dev/null +++ b/kde-apps/kreversi/kreversi-19.04.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="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} + !<kde-apps/kde4-l10n-17.07.80 +" diff --git a/kde-apps/krfb/Manifest b/kde-apps/krfb/Manifest new file mode 100644 index 0000000000..4d23b137f8 --- /dev/null +++ b/kde-apps/krfb/Manifest @@ -0,0 +1 @@ +DIST krfb-19.04.1.tar.xz 1256120 BLAKE2B 11f62818e401cd1fce4e2e993ebe3a29783aa0bd4953610c94132faf18ab655829d5bd828704a0fa62f761d2266c5bfa526831390542165948a17418ec87d66c SHA512 8e070299753b785e9c4cf36e4ba1ba80502825aae7f605f531316ca5ddc05a5c36f4027d09e77ae0930efdbf61b720eb8ebe2d56e805486ebb7b06ce80b72c85 diff --git a/kde-apps/krfb/krfb-19.04.1.ebuild b/kde-apps/krfb/krfb-19.04.1.ebuild new file mode 100644 index 0000000000..bba4d39f34 --- /dev/null +++ b/kde-apps/krfb/krfb-19.04.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" +inherit kde5 + +DESCRIPTION="VNC-compatible server to share Plasma desktops" +HOMEPAGE="https://kde.org/applications/system/krfb/" +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 kdnssd) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep kwallet) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtx11extras) + >=net-libs/libvncserver-0.9.9 + x11-libs/libX11 + x11-libs/libxcb + x11-libs/libXtst + x11-libs/xcb-util-image +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/kross-interpreters/Manifest b/kde-apps/kross-interpreters/Manifest new file mode 100644 index 0000000000..d5e74fe32b --- /dev/null +++ b/kde-apps/kross-interpreters/Manifest @@ -0,0 +1 @@ +DIST kross-interpreters-19.04.1.tar.xz 150300 BLAKE2B 7590d18b5b744c787f4f1992b6c5d109e1d58b29a87b1a11a8f25cbe7083d0370056395adbfbcc4575ccaae645c4d23c0fc8b51a9f6fee216152ad4f65d6a9c5 SHA512 0388a75cf6520261e13ff7d686d4f917c1ddeb9ace66b20eeefc22a977e325444a40a1683777dbf39e177c54d1042c3ce38b01748e488fdef7bbcfaa7f9707e1 diff --git a/kde-apps/kross-interpreters/kross-interpreters-19.04.1.ebuild b/kde-apps/kross-interpreters/kross-interpreters-19.04.1.ebuild new file mode 100644 index 0000000000..4b57777678 --- /dev/null +++ b/kde-apps/kross-interpreters/kross-interpreters-19.04.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..9923137d7b --- /dev/null +++ b/kde-apps/kruler/Manifest @@ -0,0 +1 @@ +DIST kruler-19.04.1.tar.xz 249100 BLAKE2B 6057e596d096cdf080353165052a527643d616c9480eda905415e80069e54ef4badd5640a8ca400a44d503352b3a1ad954835507f8c788b75819aecb5ebf8bb2 SHA512 6ddbea90b6f75c6c5d3308b1e69d8ff3d28bba72cb4e35d0165c7b25926035febeffd671204abfdab6063bc810fa92d15bbddad82c46046a283819c44e43ed52 diff --git a/kde-apps/kruler/kruler-19.04.1.ebuild b/kde-apps/kruler/kruler-19.04.1.ebuild new file mode 100644 index 0000000000..7f4f3fbd4c --- /dev/null +++ b/kde-apps/kruler/kruler-19.04.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..479c0992d4 --- /dev/null +++ b/kde-apps/kshisen/Manifest @@ -0,0 +1 @@ +DIST kshisen-19.04.1.tar.xz 822288 BLAKE2B 76a13c259785aed370631fd36b5b4b126ff01979db872a31312c50ad46c46cae7a086d788ac5753e8fa8984ba0a746478e9e9265aa9f546b5ef8376fd5dd5fc9 SHA512 7789cdcc61dd2c0690a80e5154efe3ff432321185e60d598e982acd9a92cc36926447ed295c1560c56bb207c0387a7b203f2fb3f75b62798a45ea898a5fd54fb diff --git a/kde-apps/kshisen/kshisen-19.04.1.ebuild b/kde-apps/kshisen/kshisen-19.04.1.ebuild new file mode 100644 index 0000000000..b4db67d60f --- /dev/null +++ b/kde-apps/kshisen/kshisen-19.04.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..0792f2ca14 --- /dev/null +++ b/kde-apps/ksirk/Manifest @@ -0,0 +1 @@ +DIST ksirk-19.04.1.tar.xz 6994692 BLAKE2B 1152dfc40af3b22bce309103adc99f0dbc65b5d221a55e08c03c3fa67464769c1d778276cba83f5f33c81e92f97bdcd00d07eefefe3c9babc550e86676f84ab0 SHA512 4407c942202deac31a46dd0dd4797630829f4e334db6d3fb5bf1baa3a1616e2f67a492550c3cd77a9632a9a9b687eb7bdbcd90f2002acd73258ebdacd288035b diff --git a/kde-apps/ksirk/ksirk-19.04.1.ebuild b/kde-apps/ksirk/ksirk-19.04.1.ebuild new file mode 100644 index 0000000000..37e96b28e7 --- /dev/null +++ b/kde-apps/ksirk/ksirk-19.04.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="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} + !kde-apps/kde4-l10n +" diff --git a/kde-apps/ksmtp/Manifest b/kde-apps/ksmtp/Manifest new file mode 100644 index 0000000000..0be5eaef8d --- /dev/null +++ b/kde-apps/ksmtp/Manifest @@ -0,0 +1 @@ +DIST ksmtp-19.04.1.tar.xz 40456 BLAKE2B ae4ba7912b664e603ca5110a75b08f41e20ff36a8d0ed09a6ecb828e8e85d01f6f135ff4a551ee47940e4b5031e178401789c0b9a57ffeebe24a098cd9077052 SHA512 393b2615e7953f583b0992d4bc2d6054c83461e1eb638a4ad5cd828d092623dd68934676e2f8ea74d13592baff2f3a40da9404769e28da7d27b8f01e5f2ff79d diff --git a/kde-apps/ksmtp/ksmtp-19.04.1.ebuild b/kde-apps/ksmtp/ksmtp-19.04.1.ebuild new file mode 100644 index 0000000000..47c02b1d08 --- /dev/null +++ b/kde-apps/ksmtp/ksmtp-19.04.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..26ecb3b701 --- /dev/null +++ b/kde-apps/ksnakeduel/Manifest @@ -0,0 +1 @@ +DIST ksnakeduel-19.04.1.tar.xz 604480 BLAKE2B 4178d108bdfd0f1b314b9d898cda156d8aeb0baf3bd40e2a478e3ba29bef56de0991a59e1c6a87322f5bcaf1e5cd9579bb4fd692ff5c346ab3a16824e825071f SHA512 b4439eef6b90d6d998a4790fddb79ea01604a69d63c5a54f71d7a5295a6d487c6515864881cdd9aa8223151ceee80372677831aa3373d8f662e49dfde8623373 diff --git a/kde-apps/ksnakeduel/ksnakeduel-19.04.1.ebuild b/kde-apps/ksnakeduel/ksnakeduel-19.04.1.ebuild new file mode 100644 index 0000000000..d1bee30cf3 --- /dev/null +++ b/kde-apps/ksnakeduel/ksnakeduel-19.04.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="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} + !<kde-apps/kde4-l10n-17.07.80 +" diff --git a/kde-apps/kspaceduel/Manifest b/kde-apps/kspaceduel/Manifest new file mode 100644 index 0000000000..5fe5d1fa30 --- /dev/null +++ b/kde-apps/kspaceduel/Manifest @@ -0,0 +1 @@ +DIST kspaceduel-19.04.1.tar.xz 610168 BLAKE2B 2ed8a549e8078c9d516892b26fc07a84a63515162f6d12776efbc2fafb585acef5955bedc4ce367e1ef0ed8d5cb941b123f2868fa5c0484a1a9db459ff8776f8 SHA512 d5b5ccc168b6272d35ee8781a249a4aea5ca211e97f2b8cd2c71f2652caa9ebf41c9bd3c8bbbc716d0bb6b4d3f4c87cc2c609a2624ccc1cfc703f3e5315987d9 diff --git a/kde-apps/kspaceduel/kspaceduel-19.04.1.ebuild b/kde-apps/kspaceduel/kspaceduel-19.04.1.ebuild new file mode 100644 index 0000000000..28e9ef9c75 --- /dev/null +++ b/kde-apps/kspaceduel/kspaceduel-19.04.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" +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} + !<kde-apps/kde4-l10n-17.07.80 +" diff --git a/kde-apps/ksquares/Manifest b/kde-apps/ksquares/Manifest new file mode 100644 index 0000000000..c0a37bab4b --- /dev/null +++ b/kde-apps/ksquares/Manifest @@ -0,0 +1 @@ +DIST ksquares-19.04.1.tar.xz 259264 BLAKE2B 2cec0beb4d2d24541658ba1823a74e9e10c907e21fd03c7a52ff85080fc167f7b7d8b76d6bb47705f956df3b6eda0195b18b4052468f2ca6cb248e981ed15710 SHA512 0a799744caf34bca1aa4174b8160e0703db59aba4b50fee3b9e5938e22e171e94d28f1fed798f83387e1b9c35241417560e25cca4514708a4f9fae0a02bfbdd1 diff --git a/kde-apps/ksquares/ksquares-19.04.1.ebuild b/kde-apps/ksquares/ksquares-19.04.1.ebuild new file mode 100644 index 0000000000..02e653df7a --- /dev/null +++ b/kde-apps/ksquares/ksquares-19.04.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..22ded16e5d --- /dev/null +++ b/kde-apps/ksudoku/Manifest @@ -0,0 +1 @@ +DIST ksudoku-19.04.1.tar.xz 1645944 BLAKE2B d25b9a56b8f80c1730e58e104470fbac03932fddeca0990c1c3db1586bb9a58a521eff6d02a3458e2e1fa7335afdefdb789a6b57740a5c02d43e425d2f2c5c88 SHA512 bf53460e9ff82c9e36be1c454588c6b0347365b2d62fbf3aa908883361c80e7da67ad23105ff3443f2bb0dec695aa787c7a15a20c4c9abec564f1f7a7be7f48b diff --git a/kde-apps/ksudoku/ksudoku-19.04.1.ebuild b/kde-apps/ksudoku/ksudoku-19.04.1.ebuild new file mode 100644 index 0000000000..bb41c52ef4 --- /dev/null +++ b/kde-apps/ksudoku/ksudoku-19.04.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" +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} + !<kde-apps/kde4-l10n-17.07.80 +" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package opengl OpenGL) + ) + + kde5_src_configure +} diff --git a/kde-apps/ksystemlog/Manifest b/kde-apps/ksystemlog/Manifest new file mode 100644 index 0000000000..f7084376f2 --- /dev/null +++ b/kde-apps/ksystemlog/Manifest @@ -0,0 +1 @@ +DIST ksystemlog-19.04.1.tar.xz 1923744 BLAKE2B 0fe0a9666bdb427be2e04f6b2f096d8305df75c4ab6e157f56a0046b8f4982622a2669db3d79177b2e0b062676daed9b6957698e4b438c8a7f9ad35854eb2f1d SHA512 6a30d655ca18f8249979e266fc6377ef69cf40b9c155e41cb4102e542ea1beabb5a647a23a37430bf010ff3b657887b58ed559f41f248fea76f47cea5146f295 diff --git a/kde-apps/ksystemlog/ksystemlog-19.04.1.ebuild b/kde-apps/ksystemlog/ksystemlog-19.04.1.ebuild new file mode 100644 index 0000000000..66a4582b81 --- /dev/null +++ b/kde-apps/ksystemlog/ksystemlog-19.04.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..8080bcb8c6 --- /dev/null +++ b/kde-apps/kteatime/Manifest @@ -0,0 +1 @@ +DIST kteatime-19.04.1.tar.xz 298308 BLAKE2B 951663771021d9d43fa1c241db2988fa91ac7c2748bb2f55d3def75f237343156917c5719788d397edae0d910d1e45afce6e70565211b2e1392210b57c79c1fd SHA512 3afb59cf7fb5ba1273a49a69f4e587e0356055e992fec9115028769c9369cec77a9cf3648974c50e2d2c98ac587ec172f7fe03cfb423484ce0b28c226d4bda3b diff --git a/kde-apps/kteatime/kteatime-19.04.1.ebuild b/kde-apps/kteatime/kteatime-19.04.1.ebuild new file mode 100644 index 0000000000..2fc9584261 --- /dev/null +++ b/kde-apps/kteatime/kteatime-19.04.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..4a5d270bc9 --- /dev/null +++ b/kde-apps/ktimer/Manifest @@ -0,0 +1 @@ +DIST ktimer-19.04.1.tar.xz 377108 BLAKE2B c501f9d353b6e7eca6c2ccfc51f9abfd627114a07e97d07ad30d8baacd94f451497a8a8197b245714ba603ce7a8d08308d75394b346cee9043e49bb9527f23f1 SHA512 a0d7fe8c12e827dfb7de201aa7dddfb594a18daed0f8a9fdf3eafa24db789a8a734df479e8fb22d160f089645e0bc34eb87d5d181d53863cae823f2de081d101 diff --git a/kde-apps/ktimer/ktimer-19.04.1.ebuild b/kde-apps/ktimer/ktimer-19.04.1.ebuild new file mode 100644 index 0000000000..2fe50d0e3f --- /dev/null +++ b/kde-apps/ktimer/ktimer-19.04.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="KDE Timer" +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..a98db162ba --- /dev/null +++ b/kde-apps/ktouch/Manifest @@ -0,0 +1 @@ +DIST ktouch-19.04.1.tar.xz 5138132 BLAKE2B 606fba3ae15dfec1e4f6dbee16dbce2864c7bac276f46cf402018008e856cc30b445c527b2fb90ec4d817eea7497cf6944548a69c4c50c0ad74cc7472ddbab08 SHA512 82af8a4ff49643acc888bdaad5e1c8c3a7555dcb05e86f42216cc1350a28fa647714ad62f83ba244618ae2cc5b707847d9c36ca4e770fac8f5cb8cdcbf58c90b diff --git a/kde-apps/ktouch/ktouch-19.04.1.ebuild b/kde-apps/ktouch/ktouch-19.04.1.ebuild new file mode 100644 index 0000000000..11300e3115 --- /dev/null +++ b/kde-apps/ktouch/ktouch-19.04.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_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="" + +COMMON_DEPEND=" + $(add_frameworks_dep kcmutils) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdeclarative) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep kservice) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtdeclarative) + $(add_qt_dep qtgui) + $(add_qt_dep qtsql) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtx11extras) + $(add_qt_dep qtxml) + $(add_qt_dep qtxmlpatterns) + x11-libs/libICE + x11-libs/libSM + x11-libs/libX11 + x11-libs/libxcb +" +DEPEND="${COMMON_DEPEND} + $(add_frameworks_dep kwindowsystem) +" +RDEPEND="${COMMON_DEPEND} + $(add_kdeapps_dep kqtquickcharts) + $(add_qt_dep qtgraphicaleffects) + $(add_qt_dep qtquickcontrols) +" diff --git a/kde-apps/ktp-accounts-kcm/Manifest b/kde-apps/ktp-accounts-kcm/Manifest new file mode 100644 index 0000000000..bcec9d1299 --- /dev/null +++ b/kde-apps/ktp-accounts-kcm/Manifest @@ -0,0 +1 @@ +DIST ktp-accounts-kcm-19.04.1.tar.xz 260624 BLAKE2B bfd8b4cbfc9f2ba1795fd21bf7b95d7cb4c15b582d3abbc66bb8ddb46368bbf19c98ec6c4b2d3401a58924c63152f6ea627432799194ee9dcec219e8eec6eeb3 SHA512 b465a58afab5dfba4932f922fff0a047a3df5568fc4c0bc074b34b7518b0fec146cc4a42c93d9bdd9c34d279ada7c62cf52a2ea8f4890eae53dd3bc021e7c023 diff --git a/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-19.04.1.ebuild b/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-19.04.1.ebuild new file mode 100644 index 0000000000..9e36e7d45e --- /dev/null +++ b/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-19.04.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..597f99916d --- /dev/null +++ b/kde-apps/ktp-approver/Manifest @@ -0,0 +1 @@ +DIST ktp-approver-19.04.1.tar.xz 36708 BLAKE2B 5a10b58d1de55b6c1b8ab8670a7db6d1b5f19100ae49b5ecf25620eec11837a63e8ea699f8ca7c15deca84195697eabd837c5bcc31bd76c80953b6924bfa3c85 SHA512 b0410b249dabef3d588b3ae9da5479bb39328818c0ad89cad9b51561cdf4a387c6d84ee6d22265b34a68e86de0a110f89983ffac4fba035388b68b68b8bd6703 diff --git a/kde-apps/ktp-approver/ktp-approver-19.04.1.ebuild b/kde-apps/ktp-approver/ktp-approver-19.04.1.ebuild new file mode 100644 index 0000000000..12784aea1f --- /dev/null +++ b/kde-apps/ktp-approver/ktp-approver-19.04.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..afba3ae5cc --- /dev/null +++ b/kde-apps/ktp-auth-handler/Manifest @@ -0,0 +1 @@ +DIST ktp-auth-handler-19.04.1.tar.xz 45992 BLAKE2B a7b67ccbdccfa35be38c85b59d030230efa08efc57e28fcf96f3625ca95da3c10b6f57aa665bbf7ed5f37369c4c8b7523bfda4dd48f464678d70ecb9c1a4868e SHA512 a6634d15269e22e8d70748d8db394974ea990b06fde62ed3d87e7c10573f64d5132d8eea34e6b0a1fdb887ffa4c3ee45eb3b5919515f3a29e4cf1c7c972fefab diff --git a/kde-apps/ktp-auth-handler/ktp-auth-handler-19.04.1.ebuild b/kde-apps/ktp-auth-handler/ktp-auth-handler-19.04.1.ebuild new file mode 100644 index 0000000000..1797006dd5 --- /dev/null +++ b/kde-apps/ktp-auth-handler/ktp-auth-handler-19.04.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..1b99e80599 --- /dev/null +++ b/kde-apps/ktp-call-ui/Manifest @@ -0,0 +1 @@ +DIST ktp-call-ui-19.04.1.tar.xz 95888 BLAKE2B d050627037e3aa400de45d7815611000e26fdf717627caa9e0c4ff7ceeadfa78530c12d1595bdf8841c53ef35a8df4b6661bb573e46d88c1a956a7da5a2d8831 SHA512 397983827e9cc967dbf9d311e99c35f56672a6689065e2194d12e4c2f2ea81dc5c196f315d13aa23d1db5f5303fe19e81567131c3aa7f1ef7379696ace9e37f3 diff --git a/kde-apps/ktp-call-ui/ktp-call-ui-19.04.1.ebuild b/kde-apps/ktp-call-ui/ktp-call-ui-19.04.1.ebuild new file mode 100644 index 0000000000..ea5c7e4e09 --- /dev/null +++ b/kde-apps/ktp-call-ui/ktp-call-ui-19.04.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..b2c1b4a957 --- /dev/null +++ b/kde-apps/ktp-common-internals/Manifest @@ -0,0 +1 @@ +DIST ktp-common-internals-19.04.1.tar.xz 442292 BLAKE2B b1a4e0548ba9a51404608c5a96bec425551cdcb0b04b80a294fb3d8d414a6e785b703d829aee73705243de4da5b540d9a5d8bdeb343ba387b732c978b6d5b463 SHA512 6ca36689121c31f99c7df2289d760af2238abd72d5f84ccddf490ed4b29318d6fe75856ebba815c23615389a24cd765f3483edbf567fbef98adb0b39e1043ef5 diff --git a/kde-apps/ktp-common-internals/ktp-common-internals-19.04.1.ebuild b/kde-apps/ktp-common-internals/ktp-common-internals-19.04.1.ebuild new file mode 100644 index 0000000000..923585ea03 --- /dev/null +++ b/kde-apps/ktp-common-internals/ktp-common-internals-19.04.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..dbbdbcf69c --- /dev/null +++ b/kde-apps/ktp-contact-list/Manifest @@ -0,0 +1 @@ +DIST ktp-contact-list-19.04.1.tar.xz 145248 BLAKE2B ad293ef32ea6036e744faf9468789ed7db3f634b5be11bc3eeb2a38208e131f9c02dec1c81f6ee8993e98f6cfeb917a9495eeaa09828a4322b1b37fc8cc19972 SHA512 d27c2002e7cdb3a351b1ce699f8e513a4a099dc10f98f9927da43d607ed0923327ca1d8e454e41d065772d93f2c70af99ace2a0d9b94b50c4315c1e041ed7ea2 diff --git a/kde-apps/ktp-contact-list/ktp-contact-list-19.04.1.ebuild b/kde-apps/ktp-contact-list/ktp-contact-list-19.04.1.ebuild new file mode 100644 index 0000000000..5aef626cdf --- /dev/null +++ b/kde-apps/ktp-contact-list/ktp-contact-list-19.04.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..c80c6fc32a --- /dev/null +++ b/kde-apps/ktp-contact-runner/Manifest @@ -0,0 +1 @@ +DIST ktp-contact-runner-19.04.1.tar.xz 41960 BLAKE2B 13b56b8cf70125d6e5d30101f4b1704f6f7ce6fcf05b3ccc22afb64300283a941b6efbe3c160ca92ed92e428b0790f161b69a175341be4a7d0067d4940383d6e SHA512 2ef02d6f62caa9cb67b82dd3c5096a17703d953dce6e4151852e58a2e4da18d3384323cb0e4e765ff36c5925c5869406b64e914c51d8d010d4e29017d578b9b7 diff --git a/kde-apps/ktp-contact-runner/ktp-contact-runner-19.04.1.ebuild b/kde-apps/ktp-contact-runner/ktp-contact-runner-19.04.1.ebuild new file mode 100644 index 0000000000..6be737ddb4 --- /dev/null +++ b/kde-apps/ktp-contact-runner/ktp-contact-runner-19.04.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..66f21cf144 --- /dev/null +++ b/kde-apps/ktp-desktop-applets/Manifest @@ -0,0 +1 @@ +DIST ktp-desktop-applets-19.04.1.tar.xz 42928 BLAKE2B 3aa8a78aea4ad6a9a97c2be1e5c54a289cfa2d979b7b099ca38a65a7ace8861234b7058f4255b1892075fa51f27740db072bb680673b5b6ea2046f153550b803 SHA512 a78c83f27494ba71621c2448a58152898c764fb67184c6cfef6c974453061ca9ea70536d559bd71f39ce4082567e92da32371499c52ee9ca3c7d2cb9e0d30e0b diff --git a/kde-apps/ktp-desktop-applets/ktp-desktop-applets-19.04.1.ebuild b/kde-apps/ktp-desktop-applets/ktp-desktop-applets-19.04.1.ebuild new file mode 100644 index 0000000000..25de75b7f6 --- /dev/null +++ b/kde-apps/ktp-desktop-applets/ktp-desktop-applets-19.04.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..d232e3aec1 --- /dev/null +++ b/kde-apps/ktp-filetransfer-handler/Manifest @@ -0,0 +1 @@ +DIST ktp-filetransfer-handler-19.04.1.tar.xz 45580 BLAKE2B 477d5e295645f847c38d172eae5a75a8f96393fa87aa4a371a54e5eba417be4962090692149c536a258b1aa5d44ce0339224df2a49f803429249a510d5dded2a SHA512 cf860952bfd998d3202ca9b353fb861c883eb2f251af68cc4e422314a5ea104c032f2cc5040bd64aa403cfa05df4d98f419fda0a4a96893aa92d3df36b19307d diff --git a/kde-apps/ktp-filetransfer-handler/ktp-filetransfer-handler-19.04.1.ebuild b/kde-apps/ktp-filetransfer-handler/ktp-filetransfer-handler-19.04.1.ebuild new file mode 100644 index 0000000000..cf803c7f19 --- /dev/null +++ b/kde-apps/ktp-filetransfer-handler/ktp-filetransfer-handler-19.04.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..58f60373ed --- /dev/null +++ b/kde-apps/ktp-kded-module/Manifest @@ -0,0 +1 @@ +DIST ktp-kded-module-19.04.1.tar.xz 94668 BLAKE2B 6cbcd46bf80bf169ac19bfd840efad59983696f0c0b3566e699e494b9d99c7ef274279c1270d0d362719ec27fb90b0f1c1e6ce10217da6e8775ba1054f54cb77 SHA512 d6eb5097b480557e9212603671160ae69e5c3079ae08fcd12f455313057853478df436c81849783632f6b0b730c4e9b47737fd5c16f8ee52b1ee5b333ba3351b diff --git a/kde-apps/ktp-kded-module/ktp-kded-module-19.04.1.ebuild b/kde-apps/ktp-kded-module/ktp-kded-module-19.04.1.ebuild new file mode 100644 index 0000000000..1ea2ae25d2 --- /dev/null +++ b/kde-apps/ktp-kded-module/ktp-kded-module-19.04.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..bb7c64d65b --- /dev/null +++ b/kde-apps/ktp-send-file/Manifest @@ -0,0 +1 @@ +DIST ktp-send-file-19.04.1.tar.xz 28548 BLAKE2B 60a28756a271149dbfa2befb62198f7cbe546658fcc4e3ce94c6191932f4104fa48dce759443d9d426941dcd97c406be3bac803c88a0945d96fb52044d634b3e SHA512 17b48e42ed3ac69305dc169bded3f45318bdd604aea87916fdf9c5b383ac5ea1de403f1169051f12d161f37e25fb50e0c8bff2a7312fb8863d25739dc0747840 diff --git a/kde-apps/ktp-send-file/ktp-send-file-19.04.1.ebuild b/kde-apps/ktp-send-file/ktp-send-file-19.04.1.ebuild new file mode 100644 index 0000000000..85a5c614cc --- /dev/null +++ b/kde-apps/ktp-send-file/ktp-send-file-19.04.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..de79bef998 --- /dev/null +++ b/kde-apps/ktp-text-ui/Manifest @@ -0,0 +1 @@ +DIST ktp-text-ui-19.04.1.tar.xz 465360 BLAKE2B b0aed8e9fbcfef4aa6d7dc668f71b20e6965ccebb80e72669e3d24362d3557701ab0787ab490cefe08b54b5d0f86d9ecb4c8662867d2a886d8db5c030310f625 SHA512 8eeabd4300d687653f732e5733ed41a3dc460174043b731a47744f4d9ea472e25b4d42c4e95e7728cabe2105940364577cca402c26bdbb9e36896c827ca23cd2 diff --git a/kde-apps/ktp-text-ui/ktp-text-ui-19.04.1.ebuild b/kde-apps/ktp-text-ui/ktp-text-ui-19.04.1.ebuild new file mode 100644 index 0000000000..98fb8f6ea9 --- /dev/null +++ b/kde-apps/ktp-text-ui/ktp-text-ui-19.04.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..d0d437c071 --- /dev/null +++ b/kde-apps/ktuberling/Manifest @@ -0,0 +1 @@ +DIST ktuberling-19.04.1.tar.xz 32635960 BLAKE2B 3ee8d48e2faafd860378d50fb78e50caaffe285798bbb6af379b7ef3ac3110e5caf50236a18ab8374b637a272939cfa80602ad1b328695d60b4c2bbb01ee8373 SHA512 c1f8183ccf7a8bf142e6989565b5bb59503078762f39e4879a7fbdc0fd21fa3913b42a2822d1bfcc5e450b3462f470203c21362193805bd88346f9cb43ed2925 diff --git a/kde-apps/ktuberling/ktuberling-19.04.1.ebuild b/kde-apps/ktuberling/ktuberling-19.04.1.ebuild new file mode 100644 index 0000000000..bb1171bcb8 --- /dev/null +++ b/kde-apps/ktuberling/ktuberling-19.04.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" +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 kdelibs4support) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtgui) + $(add_qt_dep qtmultimedia) + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + media-libs/phonon[qt5(+)] +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/kturtle/Manifest b/kde-apps/kturtle/Manifest new file mode 100644 index 0000000000..028b1f439c --- /dev/null +++ b/kde-apps/kturtle/Manifest @@ -0,0 +1 @@ +DIST kturtle-19.04.1.tar.xz 1827552 BLAKE2B 38c72bc1880e760a0e09b6a0f72612bd70dd003c8be04eaed8059a3b8df4ed7aa54d41b8b17c999a18c156549a8d37ae63f10bc1f4c69685a6106e1bf52152b2 SHA512 d6abd252aad1f8ffa462a493881b5aec8c4463e38a2a372404e7237070b1c1a4598366600247e7d61ab31f8bd042b9ebcbd07059b6e1af6595ac86762db48eff diff --git a/kde-apps/kturtle/kturtle-19.04.1.ebuild b/kde-apps/kturtle/kturtle-19.04.1.ebuild new file mode 100644 index 0000000000..3fac3b7667 --- /dev/null +++ b/kde-apps/kturtle/kturtle-19.04.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..1579de6b29 --- /dev/null +++ b/kde-apps/kubrick/Manifest @@ -0,0 +1 @@ +DIST kubrick-19.04.1.tar.xz 310176 BLAKE2B 58bfcff0dd9b5cabed2925a2c8f7c1e3fe77b9bfd34420d124a33c29854039ac1224db6279d87a2ef2c7d630d115f64fcb7c4a0ccea810c9b1149d4484b541fb SHA512 b72ba8207ffa9e0362743bf9e4404fe9afa9d7e66531a66d79df5a805755a494bf028f5c86a00c0e8bb6e89a5f96f2a1f34cedf800b2c5318dacdfa9bf60a492 diff --git a/kde-apps/kubrick/kubrick-19.04.1.ebuild b/kde-apps/kubrick/kubrick-19.04.1.ebuild new file mode 100644 index 0000000000..ba854d2c82 --- /dev/null +++ b/kde-apps/kubrick/kubrick-19.04.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="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} + !<kde-apps/kde4-l10n-17.07.80 +" diff --git a/kde-apps/kwalletmanager/Manifest b/kde-apps/kwalletmanager/Manifest new file mode 100644 index 0000000000..c20e2630bb --- /dev/null +++ b/kde-apps/kwalletmanager/Manifest @@ -0,0 +1 @@ +DIST kwalletmanager-19.04.1.tar.xz 786000 BLAKE2B a6c4e42c8a7225553ecef48fa0d4fcb5b56a4d7e12255c03aefb819afc5395de30b4fe9f20389fceff771c265ef0739afbe798b03bbd218ddf6cb49218dfebfa SHA512 95a1e01184f654c57002ad5d3bcdc3bd463377f3de7f0524282eab5ddf156ab8c4ae99afa0950df6cb2e280e34eac605810b491068f55076ced4d042cfab9cba diff --git a/kde-apps/kwalletmanager/kwalletmanager-19.04.1.ebuild b/kde-apps/kwalletmanager/kwalletmanager-19.04.1.ebuild new file mode 100644 index 0000000000..54c36d7fcc --- /dev/null +++ b/kde-apps/kwalletmanager/kwalletmanager-19.04.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="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} + !<kde-apps/kwalletmanager-15.04.3-r1:4 +" diff --git a/kde-apps/kwave/Manifest b/kde-apps/kwave/Manifest new file mode 100644 index 0000000000..2daa9fdb09 --- /dev/null +++ b/kde-apps/kwave/Manifest @@ -0,0 +1 @@ +DIST kwave-19.04.1.tar.xz 6206876 BLAKE2B 294824e8624c3a72f652c12fd0f92c422220c14059b9a661ef59b8187d9de62753cca2aab0eb315144fcc8651f579ae6d0550f03021b979eda6ee8a84b0973bb SHA512 42fef840ac66ee439d594727dd23e0a0cf4342d8f20990da3d1d83d758841821d7cac2bf99f23e135f7e7eea5d02d877cd19b307a1a47b23f258ea5e06c050fd diff --git a/kde-apps/kwave/kwave-19.04.1.ebuild b/kde-apps/kwave/kwave-19.04.1.ebuild new file mode 100644 index 0000000000..9b6ae0c206 --- /dev/null +++ b/kde-apps/kwave/kwave-19.04.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..a5ed49c286 --- /dev/null +++ b/kde-apps/kwordquiz/Manifest @@ -0,0 +1 @@ +DIST kwordquiz-19.04.1.tar.xz 4166792 BLAKE2B 8dc1c38b29ec3afe9b823b0c9b35f9fce9306c5dde1abba3ac421a0af6e7e3437d69bb3466833b885036cdee64404a029270b49e3d781bc672c32ee9c380b726 SHA512 f8858da7239562cb431cffe07ba003d0fdb469ce6fa4a4fc2cdafbc843e85baff40587c1140009121d94410b5895d5e15cc8a81178285934a4e17c487cd20496 diff --git a/kde-apps/kwordquiz/kwordquiz-19.04.1.ebuild b/kde-apps/kwordquiz/kwordquiz-19.04.1.ebuild new file mode 100644 index 0000000000..34d377463c --- /dev/null +++ b/kde-apps/kwordquiz/kwordquiz-19.04.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..c71fce83a2 --- /dev/null +++ b/kde-apps/kwrite/Manifest @@ -0,0 +1 @@ +DIST kate-19.04.1.tar.xz 5799496 BLAKE2B 1ebc845af26af35ae6430082815c70c4dbbdef410ff35a61f4e18158cc496066f9677e903c7a57a3fc23f22efc758c1c8889c37e6554fc7790aaa0bd51a96a4b SHA512 fa17365049496acdeccd70acfef1554af87b038a63c4e1dc38c6c3aaeb3ec127eed59a212fcf5488989a9e9f8cff3c71ccf00fd4081214cf51288ea2c2916077 diff --git a/kde-apps/kwrite/kwrite-19.04.1.ebuild b/kde-apps/kwrite/kwrite-19.04.1.ebuild new file mode 100644 index 0000000000..41a4ad5e9a --- /dev/null +++ b/kde-apps/kwrite/kwrite-19.04.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..ab7bea934a --- /dev/null +++ b/kde-apps/libgravatar/Manifest @@ -0,0 +1 @@ +DIST libgravatar-19.04.1.tar.xz 31084 BLAKE2B fd75641424ff67fd0b70de2100993783bc7b8ccb51150e5a23ec53427cf3d8bde6af07a2082127b8e187621d6d1e905b99a3b4135bb0e610825f54e7edf7ba41 SHA512 65cc01bdc0550be48baf3476d36d55a2f2bc88f95a8cd09196fd107ca7184669d853ac73879920cfebbc1aaf68ef71c21a80bccdae375a70d69d4465babd8f96 diff --git a/kde-apps/libgravatar/libgravatar-19.04.1.ebuild b/kde-apps/libgravatar/libgravatar-19.04.1.ebuild new file mode 100644 index 0000000000..a29c9b1e60 --- /dev/null +++ b/kde-apps/libgravatar/libgravatar-19.04.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..3dd5f843a0 --- /dev/null +++ b/kde-apps/libkcddb/Manifest @@ -0,0 +1 @@ +DIST libkcddb-19.04.1.tar.xz 423600 BLAKE2B 560f115fa27957b2ac4b459fc3f79df10722c676b5c1dd8e56fdc9aa920047d4743bf7e4eeab7837fd40db5c22bec061113ba1835881265c9b5a7543c4022277 SHA512 7707d01075cafff96ce3272880476573267dd9f2adb75e6b1edb96ff002fb6c830ba46a13245f81d755fa30f053ce16ed7cf515600c738f5176ae823d798c7c1 diff --git a/kde-apps/libkcddb/libkcddb-19.04.1.ebuild b/kde-apps/libkcddb/libkcddb-19.04.1.ebuild new file mode 100644 index 0000000000..05aa449139 --- /dev/null +++ b/kde-apps/libkcddb/libkcddb-19.04.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..e45d7d476a --- /dev/null +++ b/kde-apps/libkcompactdisc/Manifest @@ -0,0 +1 @@ +DIST libkcompactdisc-19.04.1.tar.xz 89132 BLAKE2B b58f3a285b1bb94e4e77f9985ab762b1074ab02168167f9a3c5209d249e5cbf5048e6de630ace579ee3b6c08d9a4563d6e9c2707e830d874c056a13a5495c9c8 SHA512 d3a8dd70fe71afa3bbceb2312c7b7a6bd4d6968d3dc5eaac075dc53dbf5e257889c51a4278ff0d0158de6d4e3f1c74d1081e20ae524ffd49be5f3446d33781b5 diff --git a/kde-apps/libkcompactdisc/libkcompactdisc-19.04.1.ebuild b/kde-apps/libkcompactdisc/libkcompactdisc-19.04.1.ebuild new file mode 100644 index 0000000000..cd87a1684e --- /dev/null +++ b/kde-apps/libkcompactdisc/libkcompactdisc-19.04.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..7fda013d50 --- /dev/null +++ b/kde-apps/libkdcraw/Manifest @@ -0,0 +1 @@ +DIST libkdcraw-19.04.1.tar.xz 42120 BLAKE2B 22bd747ffd4a7e53483812e8e256eac0d553f840515b5f90aa8c185cf5ec106eb0e2013b313f824c6cdea2031206a1fb7b3b5668399f784d4f81836f57e04ad4 SHA512 835419e536d4d226e57c850cda49762e2fa6033ca3ba759b8d6048eb8a5354c89d56e29721fd7e24866b307993243ea8eb14621c7945ce61f650bec0fc845a00 diff --git a/kde-apps/libkdcraw/libkdcraw-19.04.1.ebuild b/kde-apps/libkdcraw/libkdcraw-19.04.1.ebuild new file mode 100644 index 0000000000..0e838afb35 --- /dev/null +++ b/kde-apps/libkdcraw/libkdcraw-19.04.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..8eeb1cc242 --- /dev/null +++ b/kde-apps/libkdegames/Manifest @@ -0,0 +1 @@ +DIST libkdegames-19.04.1.tar.xz 6384628 BLAKE2B d73b1dcc162e8c51e6aefe6e14deb3b7f99a216ea29cd9117e24bff080f2224d8e6330fb6d1508dd8ce8afde992e60093f45a67d8165db9e631cc19634e8b85e SHA512 273eff7f23afd7a3937153a6e79ae5fb0fa0f02b650120b67bc958e840803b5014cc1e530a1874fd3816acd13c58d40311c90b8d4b94d7c464468d1e83fae1fa diff --git a/kde-apps/libkdegames/libkdegames-19.04.1.ebuild b/kde-apps/libkdegames/libkdegames-19.04.1.ebuild new file mode 100644 index 0000000000..21b9f828be --- /dev/null +++ b/kde-apps/libkdegames/libkdegames-19.04.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" +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..8595409a36 --- /dev/null +++ b/kde-apps/libkdepim/Manifest @@ -0,0 +1 @@ +DIST libkdepim-19.04.1.tar.xz 335840 BLAKE2B dcb033a35b9ee70e6791a946401527211ce63cb3195ce8e3becd9caec450b7a8dae2f0828e1f9a04fe1a57126d2ed9e082179a48690da6c65295720f3d322960 SHA512 bb793b8cf1cecd47a463888389f386842c87d84fd7bf189fe23a5905921ec6211c382525a771f15006032d87c6f65d336762ba9d51badf019a22be80da63e20a diff --git a/kde-apps/libkdepim/libkdepim-19.04.1.ebuild b/kde-apps/libkdepim/libkdepim-19.04.1.ebuild new file mode 100644 index 0000000000..363d1c822d --- /dev/null +++ b/kde-apps/libkdepim/libkdepim-19.04.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..15c0f43759 --- /dev/null +++ b/kde-apps/libkeduvocdocument/Manifest @@ -0,0 +1 @@ +DIST libkeduvocdocument-19.04.1.tar.xz 207204 BLAKE2B fd5fbc715f82d760d1c8370e1a631940cdf016fffac026f640200140fa78fdda28e2175f2b6c998754fee0ce8208a43ae08ea4c616832fb33b54b709b279f8d9 SHA512 e56d79694bbb1d6a20977232152b4416983b2899429ec3124161bbefa361d7e5551e0e341a361771fe6cc7c69da4084853ecde560762c53fcea574f31f512b3f diff --git a/kde-apps/libkeduvocdocument/libkeduvocdocument-19.04.1.ebuild b/kde-apps/libkeduvocdocument/libkeduvocdocument-19.04.1.ebuild new file mode 100644 index 0000000000..f41a2235cb --- /dev/null +++ b/kde-apps/libkeduvocdocument/libkeduvocdocument-19.04.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..89125d9db2 --- /dev/null +++ b/kde-apps/libkexiv2/Manifest @@ -0,0 +1 @@ +DIST libkexiv2-19.04.1.tar.xz 64556 BLAKE2B 61aec887f1f24ce7f66065dd47e577e5fdac545a496e1c5a294c33f352f856c735181709ea923c16d177258ed7719b1c4c89851031e4893d1859cda0e6049c5d SHA512 c3738afe3d72bd499d92d1846245d65adcf7fd1074ac1ca5a64dda5bcaef20202c5a8e2372d69a0e493e2097a38bb9099ea6a1e1f5ae3adec03e3dc54fa732d0 diff --git a/kde-apps/libkexiv2/libkexiv2-19.04.1.ebuild b/kde-apps/libkexiv2/libkexiv2-19.04.1.ebuild new file mode 100644 index 0000000000..3b36b390a7 --- /dev/null +++ b/kde-apps/libkexiv2/libkexiv2-19.04.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..44c6a800fc --- /dev/null +++ b/kde-apps/libkgapi/Manifest @@ -0,0 +1 @@ +DIST libkgapi-19.04.1.tar.xz 225136 BLAKE2B eab7bcac21a2ab005ad3bb4f65f95d680c383dabb345dead21e8c28ea1d67bc6e8d754f47516af7e41119afd4e857281ac7e093e27a12e3e356ebfb0c03b3292 SHA512 453654f6069759460a4132a0c03a832ae58676a1ef3a6c1a286988d1a69ff0774af78bef56673803a5860b7598ff004dc728e1f0ef5feb746bc01d44f2aa34c5 diff --git a/kde-apps/libkgapi/libkgapi-19.04.1.ebuild b/kde-apps/libkgapi/libkgapi-19.04.1.ebuild new file mode 100644 index 0000000000..8fc489120e --- /dev/null +++ b/kde-apps/libkgapi/libkgapi-19.04.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..2243882c6a --- /dev/null +++ b/kde-apps/libkgeomap/Manifest @@ -0,0 +1 @@ +DIST libkgeomap-19.04.1.tar.xz 150712 BLAKE2B 29fb99877cd7d8430cef4c7afa13102aef9b479d7e5287de1f7e8e91d108fe6f7835f693a0f4d2fceb744c0b8ee2b2398a46f1bb4c7dddf44d571c76bb05a69b SHA512 34881cd908a90983ac15c0bd367ad54633a2f801881f41526a3ed84131a3a4142ab78f518f7c05a7846907d553558581ffe0127cff5563f96e55c254b5c96bfc diff --git a/kde-apps/libkgeomap/libkgeomap-19.04.1.ebuild b/kde-apps/libkgeomap/libkgeomap-19.04.1.ebuild new file mode 100644 index 0000000000..cb77c098f1 --- /dev/null +++ b/kde-apps/libkgeomap/libkgeomap-19.04.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 ~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..8314253c4b --- /dev/null +++ b/kde-apps/libkipi/Manifest @@ -0,0 +1 @@ +DIST libkipi-19.04.1.tar.xz 103404 BLAKE2B c6baa516a5de404476c83fb3a293c8ad3a88401bbc8edacd23bb35c8e5d11b32aa33e565a81ad88dabd743666f4a4b9f44d0f16b2f15288e7b9382678e0cc472 SHA512 61fce9229bbc586529e328f70c99768584c2ae4f0a508c52370fd8741aecb582901c7eba7000eb2d0fd30119fb7fd58f7f7f3803c19f56d95d9da835b3aa7593 diff --git a/kde-apps/libkipi/libkipi-19.04.1.ebuild b/kde-apps/libkipi/libkipi-19.04.1.ebuild new file mode 100644 index 0000000000..e8d77a8e68 --- /dev/null +++ b/kde-apps/libkipi/libkipi-19.04.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..31715ead92 --- /dev/null +++ b/kde-apps/libkleo/Manifest @@ -0,0 +1 @@ +DIST libkleo-19.04.1.tar.xz 334356 BLAKE2B b55cf3f40a9c87ebcef315dd6242aeed97b2435840ae058061d1f5923e379f945f7130ad94d62dc20afb63ed7a9cbbbf358c4b4dd5e973a2be1d74ebbbf90dbe SHA512 790d9723e0177491de36f102f1f77e01e955c9c13a2c8bef50365ab9cfaa810ac69c4291c8c27dae9e5b7f8e589cb7f83b031ad1f88c6039a4f51ff5104380a0 diff --git a/kde-apps/libkleo/libkleo-19.04.1.ebuild b/kde-apps/libkleo/libkleo-19.04.1.ebuild new file mode 100644 index 0000000000..afc64c02e7 --- /dev/null +++ b/kde-apps/libkleo/libkleo-19.04.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.7.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..9eef3111fa --- /dev/null +++ b/kde-apps/libkmahjongg/Manifest @@ -0,0 +1 @@ +DIST libkmahjongg-19.04.1.tar.xz 1684064 BLAKE2B ea334b4cba212f394be3c13e33e0cbb73cd1d5ad4f60fd6a4aaea193cbdd9950c976622e258e930b20fb6d056955496978c6e39d4c87ced90813c436d4837f03 SHA512 fd0b4525d7994594240a438b52ad94914a58d5406503024fa7a9b1ac69cb1eba13ac9e1730583ce94a55ed73ea2091e8d7198efc5f057255d958db15dc742b41 diff --git a/kde-apps/libkmahjongg/libkmahjongg-19.04.1.ebuild b/kde-apps/libkmahjongg/libkmahjongg-19.04.1.ebuild new file mode 100644 index 0000000000..05486a0651 --- /dev/null +++ b/kde-apps/libkmahjongg/libkmahjongg-19.04.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..0848f9dfee --- /dev/null +++ b/kde-apps/libkomparediff2/Manifest @@ -0,0 +1 @@ +DIST libkomparediff2-19.04.1.tar.xz 172896 BLAKE2B e7a2743830a2d438b4b3970bd2e8e3686799f2a6938d7f31f2532e9e4660aa540802e7a7062d967805a630e74d4f14ce1c27ac9913223169348a1c6d221f8226 SHA512 8cdfd20bed32e7b87c4af503e53b479cf24e4ef3b1c234bd6a2dd22bb059149a7a2494af3ccccc47667a885d10d6a517d9707f4fd383cdc0c13545b1cbc061d8 diff --git a/kde-apps/libkomparediff2/libkomparediff2-19.04.1.ebuild b/kde-apps/libkomparediff2/libkomparediff2-19.04.1.ebuild new file mode 100644 index 0000000000..ef6d32a42c --- /dev/null +++ b/kde-apps/libkomparediff2/libkomparediff2-19.04.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..c9452c01c9 --- /dev/null +++ b/kde-apps/libksane/Manifest @@ -0,0 +1 @@ +DIST libksane-19.04.1.tar.xz 137800 BLAKE2B afd1ff4f4d2dad29e9a42f9feafd039624c22ccb2def475d1e24a86a6512cd96cc0e301c33c931a3dc76b634cdd2747abf4218e555b740d905499976aa6d242f SHA512 ee7b102a313b844a027461bb16cf7c283916b2df07a8bd76e29488f34cc6215f7dde6834a172a626dd3be941759cfffab4dd961338d0b78a5358109ae1234b7b diff --git a/kde-apps/libksane/libksane-19.04.1.ebuild b/kde-apps/libksane/libksane-19.04.1.ebuild new file mode 100644 index 0000000000..c00df975cf --- /dev/null +++ b/kde-apps/libksane/libksane-19.04.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 ~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..e55d67cadd --- /dev/null +++ b/kde-apps/libksieve/Manifest @@ -0,0 +1 @@ +DIST libksieve-19.04.1.tar.xz 548560 BLAKE2B c699655cd23e0aa6b4af3ae23e0db087fe1315eb0c991117c25e16cc276074f265e799f6b151df443cfb6e1e06aea972d0ec8c54754d2d0bd8cee3fbda1b829d SHA512 e764aea6b5af89fffd84286812b0a4e7c9ae0414c0a4f61e1789e4e57ae658f14327ebd2de300aa2889c0558d00f69048c091e0c763bed6a356bcc603485e025 diff --git a/kde-apps/libksieve/libksieve-19.04.1.ebuild b/kde-apps/libksieve/libksieve-19.04.1.ebuild new file mode 100644 index 0000000000..d3b60f9bce --- /dev/null +++ b/kde-apps/libksieve/libksieve-19.04.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..ad5d40f393 --- /dev/null +++ b/kde-apps/libktnef/Manifest @@ -0,0 +1 @@ +DIST ktnef-19.04.1.tar.xz 299752 BLAKE2B b48bbac0047faf2fd4805c470760c2bf2998bc0dad8e2db3828e83db39305130f6349121998c7ff4bc10a21d1247503698287d72c8772604e07282d30631906d SHA512 933f35238648325eca212fd9af9d6115d25d8bb7cf920dcda7f7ed4281db178efb55ca8dd883d0ca075a5ad924cf5fd630cffd31a1aa9f279dc4a6e8074793f9 diff --git a/kde-apps/libktnef/libktnef-19.04.1.ebuild b/kde-apps/libktnef/libktnef-19.04.1.ebuild new file mode 100644 index 0000000000..b55b109f75 --- /dev/null +++ b/kde-apps/libktnef/libktnef-19.04.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..782c50713d --- /dev/null +++ b/kde-apps/lokalize/Manifest @@ -0,0 +1 @@ +DIST lokalize-19.04.1.tar.xz 1676620 BLAKE2B 268b668cf48003dfbe4323b98d2741f2d7f2fc66416739a0c4c81465db80765525540714d137f55cce3ee56035e8cf42c41e2def364eb0a55503f187991685ec SHA512 519ba5b7adfdec2ad31ef9ab45493a14a798ef626486b35a99d6a32e8891e4e74e30c47a3f850074f31d7c7c6360e4686bc04b923c2bbee3273300e3cb8c1e58 diff --git a/kde-apps/lokalize/lokalize-19.04.1.ebuild b/kde-apps/lokalize/lokalize-19.04.1.ebuild new file mode 100644 index 0000000000..faaadb032b --- /dev/null +++ b/kde-apps/lokalize/lokalize-19.04.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..92da97ba34 --- /dev/null +++ b/kde-apps/lskat/Manifest @@ -0,0 +1 @@ +DIST lskat-19.04.1.tar.xz 1216740 BLAKE2B 72ea332ef4bac5475decfe38cb560598b223b37526202623f81df9239ce383729479a9c50d3ec7942ed130a93f335cf27e17cd7871ae93beec761389b22d8bb5 SHA512 3b50fee9690d58f09c81a12982d6c9dc49130a00a3471236257111ac9ea62047ea5eae5d5331da36a2ed0a15dc6a78d21fd07c4ed5f9764cb3c3aacebf3c933f diff --git a/kde-apps/lskat/lskat-19.04.1.ebuild b/kde-apps/lskat/lskat-19.04.1.ebuild new file mode 100644 index 0000000000..752a59356f --- /dev/null +++ b/kde-apps/lskat/lskat-19.04.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" +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} + !<kde-apps/kde4-l10n-17.07.80 +" diff --git a/kde-apps/mailcommon/Manifest b/kde-apps/mailcommon/Manifest new file mode 100644 index 0000000000..004710cfb6 --- /dev/null +++ b/kde-apps/mailcommon/Manifest @@ -0,0 +1 @@ +DIST mailcommon-19.04.1.tar.xz 690812 BLAKE2B 079fe89d789c05783d7782ff2d2332c95aa3c37bd371ea0427f1a80c7f8b6f2a521df1f6fde5040691995779fd0cf69dd5d70eda3be8e6cd82c312f64350ede9 SHA512 a4f17cab1eec15d731588d871776b729f50f3c3b81dfe05f7e4dcf33c26b02f55dcd2bddac8b6a7892767531cd83e16033db234c0184f62fbfaa35bc0b2eff44 diff --git a/kde-apps/mailcommon/mailcommon-19.04.1.ebuild b/kde-apps/mailcommon/mailcommon-19.04.1.ebuild new file mode 100644 index 0000000000..e09dd644eb --- /dev/null +++ b/kde-apps/mailcommon/mailcommon-19.04.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_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 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..2505b212c5 --- /dev/null +++ b/kde-apps/mailimporter/Manifest @@ -0,0 +1 @@ +DIST mailimporter-19.04.1.tar.xz 540136 BLAKE2B 35bf85550e638814b112d2ebf04826d77a65c61377d231e07d7a2ff6e4f376b261ccc23aa2cc758a297b738e9f19c5563f342b3546a13e0199af0ce82df2d619 SHA512 c335e857871d31ddca8b8b748710e67283bc43d313af57cec8a5d4b12d6cdea4fdcaa903d4fc31b3159c86cac03ffb858e6e6b4886abe5a3082eff6924082908 diff --git a/kde-apps/mailimporter/mailimporter-19.04.1.ebuild b/kde-apps/mailimporter/mailimporter-19.04.1.ebuild new file mode 100644 index 0000000000..5b4147cf87 --- /dev/null +++ b/kde-apps/mailimporter/mailimporter-19.04.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..c5cd912e29 --- /dev/null +++ b/kde-apps/marble/Manifest @@ -0,0 +1 @@ +DIST marble-19.04.1.tar.xz 52186700 BLAKE2B d5af932265277a1342b82f4e5b77b6a4641c57c3f46291482e9701f836155df669e8f2d87accbaf19bf1f3558de8a2bc09db88d5eea2d377ee2911728c1e5451 SHA512 f1a0bbd99b17053e4a3d4555ff38ab74b9f6425e38383a55d529772cb9cf78981af0b560ded3e36731ded686165b6b8e09cf7d8e98c6e5f3c04a9a89294cee36 diff --git a/kde-apps/marble/marble-19.04.1.ebuild b/kde-apps/marble/marble-19.04.1.ebuild new file mode 100644 index 0000000000..97e8b9a372 --- /dev/null +++ b/kde-apps/marble/marble-19.04.1.ebuild @@ -0,0 +1,87 @@ +# 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) + 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() { + if use kde; then + sed -e "/add_subdirectory(marble-qt)/ s/^/#DONT/" \ + -i src/apps/CMakeLists.txt \ + || die "Failed to disable marble-qt" + fi + + kde5_src_prepare +} + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package aprs Perl) + $(cmake-utils_use_find_package geolocation Qt5Positioning) + -DBUILD_MARBLE_TESTS=$(usex test) + -DWITH_DESIGNER_PLUGIN=$(usex designer) + -DWITH_libgps=$(usex gps) + -DWITH_KF5=$(usex kde) + -DWITH_Phonon4Qt5=$(usex phonon) + -DWITH_libshp=$(usex shapefile) + $(cmake-utils_use_find_package webengine Qt5WebEngine) + $(cmake-utils_use_find_package webengine Qt5WebEngineWidgets) + -DWITH_libwlocate=OFF + # bug 608890 + -DKDE_INSTALL_CONFDIR="/etc/xdg" + ) + kde5_src_configure +} diff --git a/kde-apps/mbox-importer/Manifest b/kde-apps/mbox-importer/Manifest new file mode 100644 index 0000000000..e14c7834c8 --- /dev/null +++ b/kde-apps/mbox-importer/Manifest @@ -0,0 +1 @@ +DIST mbox-importer-19.04.1.tar.xz 33720 BLAKE2B 5ffac491617fbb83f79a417af1f5f3496332e87a8e53222a215727dff5ca5fdca620cab5824948aa3b5e7cf2be451f12f8bcca62a491d7196d109b0d8c7d68bf SHA512 149a3f0331989d5994a3b2363dab50f9d8b5622897ac90532d4293a9f7d6074fb485c5ff7d4a4f12df3b4bff04b31472d231e087c9952470d909f8810b56563c diff --git a/kde-apps/mbox-importer/mbox-importer-19.04.1.ebuild b/kde-apps/mbox-importer/mbox-importer-19.04.1.ebuild new file mode 100644 index 0000000000..a6f31cefaa --- /dev/null +++ b/kde-apps/mbox-importer/mbox-importer-19.04.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..6ba6b837ac --- /dev/null +++ b/kde-apps/messagelib/Manifest @@ -0,0 +1 @@ +DIST messagelib-19.04.1.tar.xz 10451112 BLAKE2B 24509ce59af9bb4de8eafc59d354f86f1e1d50aa431a11240e120f21f5af32ae92a2e247b7ef22eb063df552ae2394edb39539b6f099e25e016272f38452869a SHA512 1e3be1fb0521f49f8e6f9fa006d3ef728fb9f967614527d8768b69ad42a66a46bc36e0f1913b94a36eff1833d1d019a9ef5b91075706a1b7d9c80967b5814dd2 diff --git a/kde-apps/messagelib/messagelib-19.04.1.ebuild b/kde-apps/messagelib/messagelib-19.04.1.ebuild new file mode 100644 index 0000000000..927ca7e713 --- /dev/null +++ b/kde-apps/messagelib/messagelib-19.04.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..55543a1153 --- /dev/null +++ b/kde-apps/minuet/Manifest @@ -0,0 +1 @@ +DIST minuet-19.04.1.tar.xz 27595676 BLAKE2B e03ecf68275ba2d3a472d9fa66ef7c7b96a014541b715c3f2aed8452e0dac771beb7b2a1f4765bf4c0470a20347c228bc55438b265b2574496caf908b8c3859d SHA512 0db8274cc30d04c790a0261abdb32b9e759018a7725d25b0e50eab5b06117d3c2ab9a6e0f8ea1fbad22ccbe6fbeb366e557431b31e255919278591adcf48ace8 diff --git a/kde-apps/minuet/minuet-19.04.1.ebuild b/kde-apps/minuet/minuet-19.04.1.ebuild new file mode 100644 index 0000000000..591a5e23f1 --- /dev/null +++ b/kde-apps/minuet/minuet-19.04.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..b9c0e94d6e --- /dev/null +++ b/kde-apps/okular/Manifest @@ -0,0 +1 @@ +DIST okular-19.04.1.tar.xz 6683752 BLAKE2B 59b57338dc8f82bdbb5d9d4407333ce7dd259b5b6e5827e0d1b989cbd695fc94f936a85ee871b11ddb402c31bd460e0d6657e8986470a8f6dada551cbae2451d SHA512 01be68692d106a4cc830361e9653f477e6ed204905950cf4db366b20c2665abc7914d6fca0504fc5ea2064f2f1e28dc8662deef3a73a52b32f3cdfafffed3007 diff --git a/kde-apps/okular/okular-19.04.1.ebuild b/kde-apps/okular/okular-19.04.1.ebuild new file mode 100644 index 0000000000..64bf34f1cf --- /dev/null +++ b/kde-apps/okular/okular-19.04.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..3e0903f02c --- /dev/null +++ b/kde-apps/palapeli/Manifest @@ -0,0 +1 @@ +DIST palapeli-19.04.1.tar.xz 2063640 BLAKE2B d7a42109732e73e11e4f4e13db6259502c721526739c60f55b73b908141014e313481dc7d478b62e7fde65f93e5d344e3305283af2d5addc85f7626d49717d96 SHA512 a560646ce1577b3ea24cefdd2ffc7053c407469ed1d76e0c4af9c74f45222daebf56d8e409cf8f832da73baaa6402dccacd06cf72c71cfc34e9b25c542b4a8a0 diff --git a/kde-apps/palapeli/palapeli-19.04.1.ebuild b/kde-apps/palapeli/palapeli-19.04.1.ebuild new file mode 100644 index 0000000000..c541e56885 --- /dev/null +++ b/kde-apps/palapeli/palapeli-19.04.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="optional" +inherit kde5 + +DESCRIPTION="Jigsaw puzzle game by KDE" +HOMEPAGE="https://kde.org/applications/games/palapeli/" +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 kcrash) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep kservice) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtgui) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) +" +DEPEND="${COMMON_DEPEND} + $(add_qt_dep qtconcurrent) +" +RDEPEND="${COMMON_DEPEND} + !kde-apps/kde4-l10n +" diff --git a/kde-apps/parley/Manifest b/kde-apps/parley/Manifest new file mode 100644 index 0000000000..34897d2aac --- /dev/null +++ b/kde-apps/parley/Manifest @@ -0,0 +1 @@ +DIST parley-19.04.1.tar.xz 8819920 BLAKE2B ddb6022e6b7eb8d4bc6e677df6fad871d06db870d6fae37ad94992c0911a9ed3da344e6f3fe228321813e98919272a6891d62424ac4846dacf5b59edf12b5782 SHA512 073a6709ff5516010b22399ecd93462a31f2b5ae23c39606a2ecfba070c7a90724705fcdc06f3ea8cc4fadc7fac713bb28aea7a670bc008c7131b6a27c33fed8 diff --git a/kde-apps/parley/parley-19.04.1.ebuild b/kde-apps/parley/parley-19.04.1.ebuild new file mode 100644 index 0000000000..6f4f04f5b4 --- /dev/null +++ b/kde-apps/parley/parley-19.04.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..35f2b80598 --- /dev/null +++ b/kde-apps/picmi/Manifest @@ -0,0 +1 @@ +DIST picmi-19.04.1.tar.xz 1355096 BLAKE2B da766d63d204962a0fd267d4640e5b2c44415ac1876703a113a606186d5c1ebe74fa42a26c070996ff375869ff89395e36f894df310736b1a326db1b55d6f726 SHA512 51302802a1e06fc44a29ece76b535b7e9c25d06eff919e20e885ca98d990614b93cd3fe34bef02e5bc201d040a60bd95bd2e878f947b921ef0129d0d2a815ea1 diff --git a/kde-apps/picmi/picmi-19.04.1.ebuild b/kde-apps/picmi/picmi-19.04.1.ebuild new file mode 100644 index 0000000000..8daea380c1 --- /dev/null +++ b/kde-apps/picmi/picmi-19.04.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..78dc4b3d8b --- /dev/null +++ b/kde-apps/pim-data-exporter/Manifest @@ -0,0 +1 @@ +DIST pim-data-exporter-19.04.1.tar.xz 269864 BLAKE2B 8473d5de82d936a2f768d3d7c773e5db070a72715c1ea1d50c6f04feec708e07372a975a02cbf13e1ae033d2d588892b9df0dd676e2e7b53b1292e790c58edf7 SHA512 870995a11ea6c15c2178b3f2464ec8e5b3974d1f22c12be2e135c258e4863ff17ec062934fccaaf367fa5216f8cb4e0e77fde6244611de9294bb1c35716bc72a diff --git a/kde-apps/pim-data-exporter/pim-data-exporter-19.04.1.ebuild b/kde-apps/pim-data-exporter/pim-data-exporter-19.04.1.ebuild new file mode 100644 index 0000000000..44bf6d4dd0 --- /dev/null +++ b/kde-apps/pim-data-exporter/pim-data-exporter-19.04.1.ebuild @@ -0,0 +1,54 @@ +# 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 +" + +src_test() { + # selectiontypetreewidgettest is broken, bug #665690 + local myctestargs=( + -E "(selectiontypetreewidgettest)" + ) + + kde5_src_test +} diff --git a/kde-apps/pim-sieve-editor/Manifest b/kde-apps/pim-sieve-editor/Manifest new file mode 100644 index 0000000000..5319ac9f99 --- /dev/null +++ b/kde-apps/pim-sieve-editor/Manifest @@ -0,0 +1 @@ +DIST pim-sieve-editor-19.04.1.tar.xz 451596 BLAKE2B 2380dc235fbd880df0f0d7fc60ba436f28ea80afd92d6204f81260a6c79aa5ba371274fab03c2debc20084f762aa12568787804a350057433cbeca1327ac5f66 SHA512 80ed49c5cee7ccdff23aef30f361b368bb73c35311889055fc81c1025d5369ca11b7060734c21d256e3ab89360e587ce8e37aacfb7cfea13529f2a12012bdfa3 diff --git a/kde-apps/pim-sieve-editor/pim-sieve-editor-19.04.1.ebuild b/kde-apps/pim-sieve-editor/pim-sieve-editor-19.04.1.ebuild new file mode 100644 index 0000000000..c32411e468 --- /dev/null +++ b/kde-apps/pim-sieve-editor/pim-sieve-editor-19.04.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..6343b52c37 --- /dev/null +++ b/kde-apps/pimcommon/Manifest @@ -0,0 +1 @@ +DIST pimcommon-19.04.1.tar.xz 295656 BLAKE2B 91321a95608a822f6ea941bd72695f0f716b7b18c9cf670fe28479277bc19c56e02339a58eaeb23f3c632d640d0eb72a8c626898ba8d81a30c0cd8e05bdd78f8 SHA512 713781a39152e21400f28ee648f7155dbb7b1d20dc140db002043fa3ad0c90f93f13615af244f98357251a28d8e2ef50565229b5fbda1abb6b783b63f7977650 diff --git a/kde-apps/pimcommon/pimcommon-19.04.1.ebuild b/kde-apps/pimcommon/pimcommon-19.04.1.ebuild new file mode 100644 index 0000000000..f6917eeb6a --- /dev/null +++ b/kde-apps/pimcommon/pimcommon-19.04.1.ebuild @@ -0,0 +1,74 @@ +# 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="share" + +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_kdeapps_dep akonadi) + $(add_kdeapps_dep akonadi-contacts) + $(add_kdeapps_dep kcontacts) + $(add_kdeapps_dep kimap) + $(add_kdeapps_dep kpimtextedit) + $(add_kdeapps_dep libkdepim) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + dev-libs/grantlee:5 + share? ( $(add_frameworks_dep purpose) ) +" +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_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package share KF5Purpose) + ) + + kde5_src_configure +} + +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.04.1.ebuild b/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-19.04.1.ebuild new file mode 100644 index 0000000000..a68369603c --- /dev/null +++ b/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-19.04.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..cd97c11e5f --- /dev/null +++ b/kde-apps/poxml/Manifest @@ -0,0 +1 @@ +DIST poxml-19.04.1.tar.xz 43280 BLAKE2B f5c9c52940bba51dee2a3dd13dda71cd8a2d4235f00bcbde8de1ae254f559f43e36226ddfc11a4d85b1e4e9f55ec8bba6b2f726ac698390fcdeb98996e5ef184 SHA512 2f74c0c7337356ebd535daaef6b11f9b400a8168a1a858929fd8c4039861dcaa24ee9cf2bbbd2eae61780b6472c99464b9efc18fe3436292cea9f405f616bf73 diff --git a/kde-apps/poxml/poxml-19.04.1.ebuild b/kde-apps/poxml/poxml-19.04.1.ebuild new file mode 100644 index 0000000000..52cbeb724b --- /dev/null +++ b/kde-apps/poxml/poxml-19.04.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..94773799bf --- /dev/null +++ b/kde-apps/print-manager/Manifest @@ -0,0 +1 @@ +DIST print-manager-19.04.1.tar.xz 239284 BLAKE2B 7e20e73abee86782855ac67636428a1aa46b88aed21a9225f579ab40d7f03abf9159b56003fd9d31b990546d7b6c8bfe30a1587cb82a95838cb4f7eadf21c0f0 SHA512 ce59f2e1dc4cc385fde00ea5a6306df01f17754e628cbe4d10e1bf9a0696f1e3e7b93999977b801ff5b3a7a9abdec5e76f6a7818c5a2b2878b293046c9b22e50 diff --git a/kde-apps/print-manager/print-manager-19.04.1.ebuild b/kde-apps/print-manager/print-manager-19.04.1.ebuild new file mode 100644 index 0000000000..1ae6656076 --- /dev/null +++ b/kde-apps/print-manager/print-manager-19.04.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..2516837f8d --- /dev/null +++ b/kde-apps/rocs/Manifest @@ -0,0 +1 @@ +DIST rocs-19.04.1.tar.xz 1512680 BLAKE2B be88974651a4f131950830bf3f1ed161bd9534515852f7c4f12a84b927859126bd7cf72c856d7a321300c2ce1fa10aaae83a1616b50a1449dc03b79bb5aab08b SHA512 ec4ca3fe066113099a7cd241fc421ce773e17c5f732717d327a1ff08f892a3b438fefc34b18fb87d065342193bff229c51bd5543e86e59f5ac4a257c5b47f909 diff --git a/kde-apps/rocs/rocs-19.04.1.ebuild b/kde-apps/rocs/rocs-19.04.1.ebuild new file mode 100644 index 0000000000..6f79ed59ae --- /dev/null +++ b/kde-apps/rocs/rocs-19.04.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..3e60c604bb --- /dev/null +++ b/kde-apps/signon-kwallet-extension/Manifest @@ -0,0 +1 @@ +DIST signon-kwallet-extension-19.04.1.tar.xz 10628 BLAKE2B e8523a7aa8afe39c11cdcf69c7e07fa1fbeb6917f23ad00a2df775248add0a38bd3e66b22ae3462e6c63d4a36cb12c62c4acc41c6789910285d7b89d60cfaab3 SHA512 58a2b48d8caeb46e34021140f6a5466c911051ee2323dd315ba4e72ca52139768518738d2feeee1e5a63c3eea002c21f012cdc9bf64304fefbef166431fb415c diff --git a/kde-apps/signon-kwallet-extension/signon-kwallet-extension-19.04.1.ebuild b/kde-apps/signon-kwallet-extension/signon-kwallet-extension-19.04.1.ebuild new file mode 100644 index 0000000000..babcbf554b --- /dev/null +++ b/kde-apps/signon-kwallet-extension/signon-kwallet-extension-19.04.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..48daa2eae6 --- /dev/null +++ b/kde-apps/spectacle/Manifest @@ -0,0 +1 @@ +DIST spectacle-19.04.1.tar.xz 955076 BLAKE2B b2bee3b92f90b9ec833db4b25779c7757332ed805426a905c29e9b74383a16037085679098d5bf4e191e0bde341ac37922f67dae15f44d1a2fb055a5ba7124ec SHA512 33beadaa47b0f870727a0a70eea074435c98aca8858c791b5a34bbf82b91a1f0c4eb200a98f659feca6c80802af6190235d9ce2a302cf9ea0c1fd5dc60ea86ea diff --git a/kde-apps/spectacle/spectacle-19.04.1.ebuild b/kde-apps/spectacle/spectacle-19.04.1.ebuild new file mode 100644 index 0000000000..8a7f45c0d4 --- /dev/null +++ b/kde-apps/spectacle/spectacle-19.04.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" +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 kdeclarative) + $(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 qtconcurrent) + $(add_qt_dep qtdbus) + $(add_qt_dep qtdeclarative) + $(add_qt_dep qtgui) + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtx11extras) + x11-libs/libxcb + x11-libs/xcb-util + x11-libs/xcb-util-cursor + x11-libs/xcb-util-image + kipi? ( $(add_kdeapps_dep libkipi '' '' '5=') ) + share? ( $(add_frameworks_dep purpose) ) +" +RDEPEND="${DEPEND} + kipi? ( media-plugins/kipi-plugins:5 ) +" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package kipi KF5Kipi) + $(cmake-utils_use_find_package share KDEExperimentalPurpose) + ) + kde5_src_configure +} diff --git a/kde-apps/step/Manifest b/kde-apps/step/Manifest new file mode 100644 index 0000000000..9d60ad4e2c --- /dev/null +++ b/kde-apps/step/Manifest @@ -0,0 +1 @@ +DIST step-19.04.1.tar.xz 859804 BLAKE2B 1424c75c2d37832c4467ac07cdafe74586c8cc64f09e3e9a930a4c346220bd1ae5c51b529bb0f7b19cdb7b30b8cccf3cea6b2e68d0ceaa5a2fc86db5fb6cd6de SHA512 d3744c0c5cee20cae0b3f51ce68fcea5ae74091f55a02acea5009f1f70902f5666fbb67f20db1b17d1bbaeee6d6d8cdeea4c2d5a79239c3297febb3b7bc3fd7d diff --git a/kde-apps/step/step-19.04.1.ebuild b/kde-apps/step/step-19.04.1.ebuild new file mode 100644 index 0000000000..0c8734816d --- /dev/null +++ b/kde-apps/step/step-19.04.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..d9099d81a6 --- /dev/null +++ b/kde-apps/svgpart/Manifest @@ -0,0 +1 @@ +DIST svgpart-19.04.1.tar.xz 20844 BLAKE2B 67a9158af729202f4282611055b91e88b6a8bd0df5ab6e064d477991a669dc589a1fe1ae478fa04779d2adc4f937c99426761faab09895197651decc38b6c266 SHA512 427ffe365739317d674fb6a12df0898d8cd50e83925656e9167c6e8fdd0f5bd60766c03dc1e776b127e8bbb7308fd9ac3f4aafcabb54064eaac7989bbc15f7fb diff --git a/kde-apps/svgpart/svgpart-19.04.1.ebuild b/kde-apps/svgpart/svgpart-19.04.1.ebuild new file mode 100644 index 0000000000..d67c7189d9 --- /dev/null +++ b/kde-apps/svgpart/svgpart-19.04.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..f8da311c99 --- /dev/null +++ b/kde-apps/sweeper/Manifest @@ -0,0 +1 @@ +DIST sweeper-19.04.1.tar.xz 368076 BLAKE2B a25fd8714e3fa4635d1b26c6f7846834ea35b61268ba34c58609c9400998a069b2d912066aa7df950587272770325acea3841181551a94237eb71bc0c2109a4b SHA512 ba078edb22f9c437a1e850eab9ccae48b22245b97bd78bdb26b6121e56c952f642ecf3fc851edccedd273b6871632a34bb262ebe9636d126fd7cb1317db4de3b diff --git a/kde-apps/sweeper/sweeper-19.04.1.ebuild b/kde-apps/sweeper/sweeper-19.04.1.ebuild new file mode 100644 index 0000000000..f27e2e7a4a --- /dev/null +++ b/kde-apps/sweeper/sweeper-19.04.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="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} + !kde-apps/kde4-l10n +" diff --git a/kde-apps/thumbnailers/Manifest b/kde-apps/thumbnailers/Manifest new file mode 100644 index 0000000000..5c2cdba1d0 --- /dev/null +++ b/kde-apps/thumbnailers/Manifest @@ -0,0 +1 @@ +DIST kdegraphics-thumbnailers-19.04.1.tar.xz 42768 BLAKE2B 0de55195bbc4a672926946bafde2955805fddc69ce70d5c1e8c1bb677d2ff5abba6328b01d7137c400285efb6f60b2d8a82c892c2505fc8bf896aecd12d673e9 SHA512 14471feb579f63a29e5241c56cbe6f10fbd880669544db0356ed2c2ce7d9342ddf79c584ee8cd03debafa03f5c3afe79c7b7d977df36f8fea9a9276a3b818cc0 diff --git a/kde-apps/thumbnailers/thumbnailers-19.04.1.ebuild b/kde-apps/thumbnailers/thumbnailers-19.04.1.ebuild new file mode 100644 index 0000000000..d9395112cc --- /dev/null +++ b/kde-apps/thumbnailers/thumbnailers-19.04.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..3e30bc621d --- /dev/null +++ b/kde-apps/umbrello/Manifest @@ -0,0 +1 @@ +DIST umbrello-19.04.1.tar.xz 3678268 BLAKE2B 916a8537030fbc262dd22ae58bee492daae7f048aa5ea63bbc2d6deb709837bcdea02701f9f446935dd4ad292deba90e727d1ab763e0a40bac6c1eb8dabb20aa SHA512 5efac3aa2a2ac6d135562503da7923c530cf74816f1c2fc4c580bf7f8b3f4cc0a50b76f1f64d3393e131ed47c5ab3fcef44f558cb056f83d0b75b38d5d5865c8 diff --git a/kde-apps/umbrello/umbrello-19.04.1.ebuild b/kde-apps/umbrello/umbrello-19.04.1.ebuild new file mode 100644 index 0000000000..a482a1be4d --- /dev/null +++ b/kde-apps/umbrello/umbrello-19.04.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" +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="" + +COMMON_DEPEND=" + $(add_frameworks_dep karchive) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kjobwidgets) + $(add_frameworks_dep ktexteditor) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtgui) + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtsvg) + >=dev-qt/qtwebkit-5.212.0_pre20180120:5 + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + dev-libs/libxml2 + dev-libs/libxslt +" +DEPEND="${COMMON_DEPEND} + $(add_frameworks_dep kdelibs4support) +" +RDEPEND="${COMMON_DEPEND} + !<kde-apps/kde4-l10n-17.07.80 +" + +src_configure() { + local mycmakeargs=( + -DBUILD_KF5=ON + -DBUILD_unittests=$(usex test) + ) + use test && mycmakeargs+=( -DCMAKE_DISABLE_FIND_PACKAGE_LLVM=ON ) + + kde5_src_configure +} diff --git a/kde-apps/zeroconf-ioslave/Manifest b/kde-apps/zeroconf-ioslave/Manifest new file mode 100644 index 0000000000..11622c7730 --- /dev/null +++ b/kde-apps/zeroconf-ioslave/Manifest @@ -0,0 +1 @@ +DIST zeroconf-ioslave-19.04.1.tar.xz 38704 BLAKE2B d61ae19d3619e8e10d346ecfb315015cb4339910449e86a90246a80b11e4f3d080ffa764dab4784bb2997ddb202aebe43a0f62f4691fcf5be20b672012b5c093 SHA512 d47befc00193db0d1c845085a27f754ba3580a00e78216a0ab41bd5f37de08583626c82ebe240cfe5fc1d1e7b7661988dde819c06d7b0a31b20b1663f0fd4af1 diff --git a/kde-apps/zeroconf-ioslave/zeroconf-ioslave-19.04.1.ebuild b/kde-apps/zeroconf-ioslave/zeroconf-ioslave-19.04.1.ebuild new file mode 100644 index 0000000000..474ed62f8c --- /dev/null +++ b/kde-apps/zeroconf-ioslave/zeroconf-ioslave-19.04.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="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} + !kde-apps/kde4-l10n +" |