diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-05 15:00:53 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-05 16:04:16 +0100 |
commit | 1fb8f10fdbd0e7078231e3ede7a0ec22aecdbf65 (patch) | |
tree | e976677957cd3e2c6c4b904244ae7c21582f18c8 /kde-apps | |
parent | kde5.eclass: Mark KDE Applications 18.12.2 unreleased (diff) | |
download | kde-1fb8f10fdbd0e7078231e3ede7a0ec22aecdbf65.tar.gz kde-1fb8f10fdbd0e7078231e3ede7a0ec22aecdbf65.tar.bz2 kde-1fb8f10fdbd0e7078231e3ede7a0ec22aecdbf65.zip |
kde-apps: Add KDE Applications 18.12.2
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps')
453 files changed, 10077 insertions, 0 deletions
diff --git a/kde-apps/akonadi-calendar/Manifest b/kde-apps/akonadi-calendar/Manifest new file mode 100644 index 0000000000..a23990469a --- /dev/null +++ b/kde-apps/akonadi-calendar/Manifest @@ -0,0 +1 @@ +DIST akonadi-calendar-18.12.2.tar.xz 333480 BLAKE2B c34dffab90725a20ccc3e7f87313e89d7c958ab60240f7b3e344c04ba6b3cb4d4c9d033cc407dd93f8f287e23983be70842e171a51a297f29a430088a0b195f8 SHA512 c41aa3d095b6c8cba16109baea81caa267a1874d99dbbc1ac84747e85bc8d7f25e30cb0ba3ce2543e36b360dc414b6c59fc04f5020b49be9976b8c30bed1f579 diff --git a/kde-apps/akonadi-calendar/akonadi-calendar-18.12.2.ebuild b/kde-apps/akonadi-calendar/akonadi-calendar-18.12.2.ebuild new file mode 100644 index 0000000000..da7cf6f99a --- /dev/null +++ b/kde-apps/akonadi-calendar/akonadi-calendar-18.12.2.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 ~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..07ad70a232 --- /dev/null +++ b/kde-apps/akonadi-contacts/Manifest @@ -0,0 +1 @@ +DIST akonadi-contacts-18.12.2.tar.xz 390452 BLAKE2B 98353bbe8706e380aeb48a7d8b77bc8ba4698112b5ef97f48a3be037c19a03e2c4f0b8b2ee98baa2bf08e7b544a1910691440726ea8619be45e3f6025c6ba350 SHA512 a87886c0bce8f11d39a365b19b65081eb27bd443fbdb3d731045f22c6cb9bf75c1c2c8f30840fa3f3b345b0edbeb9fb344bd9cb41a9294c807a70dcaae273866 diff --git a/kde-apps/akonadi-contacts/akonadi-contacts-18.12.2.ebuild b/kde-apps/akonadi-contacts/akonadi-contacts-18.12.2.ebuild new file mode 100644 index 0000000000..97b09ccef4 --- /dev/null +++ b/kde-apps/akonadi-contacts/akonadi-contacts-18.12.2.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 ~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..03e9c301f2 --- /dev/null +++ b/kde-apps/akonadi-import-wizard/Manifest @@ -0,0 +1 @@ +DIST akonadi-import-wizard-18.12.2.tar.xz 439160 BLAKE2B 83031642944cc9c6c31972f3967f9b028038ca0bf10debc421dbbeae80c85c3c58dc39dcbad9283c40cd84b50e015fb75f4f63bd4cf96d25954d3333bb40fa12 SHA512 29f32ab375bd570a11d29d031a17a0ad75717d51c2506b3842dbdec6f0725f1c3e9f9c806202bb7c2cf643b2d87179b590cdf008708d007b18c4f2fbd12bc428 diff --git a/kde-apps/akonadi-import-wizard/akonadi-import-wizard-18.12.2.ebuild b/kde-apps/akonadi-import-wizard/akonadi-import-wizard-18.12.2.ebuild new file mode 100644 index 0000000000..9b6c174d3f --- /dev/null +++ b/kde-apps/akonadi-import-wizard/akonadi-import-wizard-18.12.2.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 ~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..bf243e27b2 --- /dev/null +++ b/kde-apps/akonadi-mime/Manifest @@ -0,0 +1 @@ +DIST akonadi-mime-18.12.2.tar.xz 136524 BLAKE2B de8e824f3ac6ff8d8651533fbc59379d9be0b35613b6a5491becfe94dd185de1aee8cd2bea11d18747429bce2ca86976636247ef9cbca6131f9759e6b03f52d2 SHA512 fa9d7deb774433794548acf8c8d3702a65b8c60a05f1686d7f68d8349e1f140c12c7ea2bfb5f73d9c5e2ba05a7516d5ea41324a4b54c74683295c7f179ae1016 diff --git a/kde-apps/akonadi-mime/akonadi-mime-18.12.2.ebuild b/kde-apps/akonadi-mime/akonadi-mime-18.12.2.ebuild new file mode 100644 index 0000000000..7decc59d53 --- /dev/null +++ b/kde-apps/akonadi-mime/akonadi-mime-18.12.2.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 ~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..64747edae7 --- /dev/null +++ b/kde-apps/akonadi-notes/Manifest @@ -0,0 +1 @@ +DIST akonadi-notes-18.12.2.tar.xz 24460 BLAKE2B d33b2e73dc2073a22fe373b8abb86feb890882a48ffce7e8f0c6daef884fba16657c6d1a24c4bdfd5b22b1969d7bbad6c65fb2d288757fed0029bea75d973202 SHA512 2d57fec1f1246d33345d86135899f8b3f04e2337a38cdc5d3ffa8c40ea14758817a41a0738e553175bbce9e55aad15d2cab94fdb143470a5228d3a8afbcbeb54 diff --git a/kde-apps/akonadi-notes/akonadi-notes-18.12.2.ebuild b/kde-apps/akonadi-notes/akonadi-notes-18.12.2.ebuild new file mode 100644 index 0000000000..28be635252 --- /dev/null +++ b/kde-apps/akonadi-notes/akonadi-notes-18.12.2.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 ~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..1d4e95e27d --- /dev/null +++ b/kde-apps/akonadi-search/Manifest @@ -0,0 +1 @@ +DIST akonadi-search-18.12.2.tar.xz 82816 BLAKE2B f40bc3c84664b7e9b16c723242cb2b03b22bc894f5a72bc57b99aa8ff9860d4c12783c2432fc26e261250234ddaa8a67ca8fd5a2bc2ea926643f5927656a98a8 SHA512 a047059b49a4f8796301599c4698467c4fca1df5421c0c6ca605e13851b24caed283e809484a60ac15cdc9ea29d284e834d91d7e13e57f979dea17f8953011a1 diff --git a/kde-apps/akonadi-search/akonadi-search-18.12.2.ebuild b/kde-apps/akonadi-search/akonadi-search-18.12.2.ebuild new file mode 100644 index 0000000000..da6555d7f9 --- /dev/null +++ b/kde-apps/akonadi-search/akonadi-search-18.12.2.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="Libraries and daemons to implement searching in Akonadi" +HOMEPAGE="https://cgit.kde.org/akonadi-search.git" +LICENSE="GPL-2+ LGPL-2.1+" +KEYWORDS="~amd64 ~x86" +IUSE="" + +BDEPEND=" + test? ( $(add_kdeapps_dep akonadi 'mysql,postgres,sqlite,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 +" +RDEPEND="${COMMON_DEPEND} + !kde-apps/kdepim-l10n +" + +PATCHES=( "${FILESDIR}/${PN}-18.12.0-cmake.patch" ) diff --git a/kde-apps/akonadi/Manifest b/kde-apps/akonadi/Manifest new file mode 100644 index 0000000000..3f1196640f --- /dev/null +++ b/kde-apps/akonadi/Manifest @@ -0,0 +1 @@ +DIST akonadi-18.12.2.tar.xz 1553596 BLAKE2B 7b5378cad08f858a51315d624bf83a6ad2a09af11f288a0009461449ba9e3f3118dd0fbd22b8f99c78c70dd486e2e70f89f6cc58b39d95481b58852dc2bbd4cc SHA512 a78ac757452360252eac2fcafbc01dcc5c84756db16da89c29c7ee8d7fa6deef3bc5b5bc1101c5e99e68b260fcdf1f96a780bef19b7d07198d4c00e546224431 diff --git a/kde-apps/akonadi/akonadi-18.12.2.ebuild b/kde-apps/akonadi/akonadi-18.12.2.ebuild new file mode 100644 index 0000000000..a4342c4ffe --- /dev/null +++ b/kde-apps/akonadi/akonadi-18.12.2.ebuild @@ -0,0 +1,115 @@ +# 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 ~x86" +LICENSE="LGPL-2.1+" +IUSE="+mysql postgres sqlite tools xml" + +REQUIRED_USE="|| ( mysql postgres sqlite ) test? ( tools )" + +BDEPEND=" + test? ( sys-apps/dbus ) +" +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 +" +RDEPEND="${COMMON_DEPEND} + !kde-apps/akonadi:4 + !<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..59b966ef58 --- /dev/null +++ b/kde-apps/akonadiconsole/Manifest @@ -0,0 +1 @@ +DIST akonadiconsole-18.12.2.tar.xz 193820 BLAKE2B fbce632efb25ef8f8fbe9e163717bbea8f78efbb7dedc9e7e725ff00ab145cea497dd5a3dbdad79c05399e9606570ddb306d2ecc90e9d8462427152bd91d8191 SHA512 13343d979c13186c7f8e31670d724a55ce9eea446617038f535fb20b82be428454f4fe874b8cb525904b9f02ea6ed8a2c9a63e2e89443a0abfd84cd2e2d6a8d7 diff --git a/kde-apps/akonadiconsole/akonadiconsole-18.12.2.ebuild b/kde-apps/akonadiconsole/akonadiconsole-18.12.2.ebuild new file mode 100644 index 0000000000..1e66f29f5c --- /dev/null +++ b/kde-apps/akonadiconsole/akonadiconsole-18.12.2.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://www.kde.org/" +KEYWORDS="~amd64 ~x86" + +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kio) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kitemmodels) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep akonadi) + $(add_kdeapps_dep akonadi-contacts) + $(add_kdeapps_dep akonadi-search) + $(add_kdeapps_dep calendarsupport) + $(add_kdeapps_dep kcalcore) + $(add_kdeapps_dep kcontacts) + $(add_kdeapps_dep kmime) + $(add_kdeapps_dep 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..69ab20b0cb --- /dev/null +++ b/kde-apps/akregator/Manifest @@ -0,0 +1 @@ +DIST akregator-18.12.2.tar.xz 2190100 BLAKE2B cf7ae7b3a720b60fe06b0382ebf43104e48e2f221a25cfc28a4b3ece9086ed3e1856ca67c362ab4dfcc3f50c8a0da1bffb9ed9099a3ef91baa6a59c097bf34cd SHA512 604d0e0ac866a9cbe450cb3229d1fd456b6495ba1a7e2e7c5ade618d29bf161b4b2f1fa2ad772ece1a5d3d5ffaedf42af7dd7e520c71ec0b8c9c4c6484489d3f diff --git a/kde-apps/akregator/akregator-18.12.2.ebuild b/kde-apps/akregator/akregator-18.12.2.ebuild new file mode 100644 index 0000000000..e28a7edbf0 --- /dev/null +++ b/kde-apps/akregator/akregator-18.12.2.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +KDE_TEST="forceoptional" +inherit kde5 + +DESCRIPTION="News feed aggregator" +HOMEPAGE="https://www.kde.org/applications/internet/akregator" +LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" +KEYWORDS="~amd64 ~x86" + +IUSE="" + +COMMON_DEPEND=" + $(add_frameworks_dep kcmutils) + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kjobwidgets) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep knotifyconfig) + $(add_frameworks_dep kparts) + $(add_frameworks_dep kservice) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_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/akregator:4 + !kde-apps/kdepim-l10n +" diff --git a/kde-apps/analitza/Manifest b/kde-apps/analitza/Manifest new file mode 100644 index 0000000000..e42ceb85f4 --- /dev/null +++ b/kde-apps/analitza/Manifest @@ -0,0 +1 @@ +DIST analitza-18.12.2.tar.xz 332008 BLAKE2B 0f6cc12542e5c848c86fa9a5c77712151cd0986718ffa6a34ea71296007da7ae8f85ffc71afdc1846d3fcd57bb06e6999dcd46211cd586dc5264f8e34069c86c SHA512 d4ebc69885b091652c69aed34a940baae15e0b379645af3f0c0669336b74204b63d9122ef7ee8bdd3e27e28c2d6a0007bebb4d524b1b4aea047c8a8f863afa06 diff --git a/kde-apps/analitza/analitza-18.12.2.ebuild b/kde-apps/analitza/analitza-18.12.2.ebuild new file mode 100644 index 0000000000..a7327d0b7f --- /dev/null +++ b/kde-apps/analitza/analitza-18.12.2.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 ~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..151de8c517 --- /dev/null +++ b/kde-apps/ark/Manifest @@ -0,0 +1 @@ +DIST ark-18.12.2.tar.xz 2579640 BLAKE2B 91cf41e38d1abb7e766a0d600912931e08b901888457cddfa0a8e8faa7c8de957b8a288fb4423b971b56d718cfcf77c7b54624fc69d67aa98f8a1bf0caa64aae SHA512 5c76cdc38755b7087a24a0e75a5d8d1bbc930a37ec85d701451e0dd457153b36923722f666852c51aa86ebd83b5bb8c2f439a42d98f118eccb3d95d87a424e31 diff --git a/kde-apps/ark/ark-18.12.2.ebuild b/kde-apps/ark/ark-18.12.2.ebuild new file mode 100644 index 0000000000..5377e5902e --- /dev/null +++ b/kde-apps/ark/ark-18.12.2.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://www.kde.org/applications/utilities/ark +https://utils.kde.org/projects/ark/" +KEYWORDS="~amd64 ~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..8e2a55d1c1 --- /dev/null +++ b/kde-apps/artikulate/Manifest @@ -0,0 +1 @@ +DIST artikulate-18.12.2.tar.xz 3987416 BLAKE2B abbe03fe0f2fd3eb39d64e0b76dfd0fb54acf2c6ac8d79492d56a70bcae7ce1155a1c71d6f5102753d63185ffa5377407c1249fdb7849a9c95ca33c232e986d2 SHA512 d232bc9522c20a62a5a1398d71350490f6084a5e93abd9c7acd92797ece33e1afe556329b0a6b41f18f7a9e4c249a6bcde0392aa667ea4a462243ea23fe5c126 diff --git a/kde-apps/artikulate/artikulate-18.12.2.ebuild b/kde-apps/artikulate/artikulate-18.12.2.ebuild new file mode 100644 index 0000000000..4c79c4f45f --- /dev/null +++ b/kde-apps/artikulate/artikulate-18.12.2.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="true" +inherit kde5 + +DESCRIPTION="Language learning application that helps improving pronunciation skills" +HOMEPAGE="https://edu.kde.org/applications/language/artikulate" +KEYWORDS="~amd64 ~x86" +IUSE="+gstreamer qtmedia" + +REQUIRED_USE="|| ( gstreamer qtmedia )" + +DEPEND=" + $(add_frameworks_dep karchive) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtdeclarative) + $(add_qt_dep qtgui) + $(add_qt_dep qtsql) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + $(add_qt_dep qtxmlpatterns) + gstreamer? ( >=media-libs/qt-gstreamer-1.2.0[qt5(+)] ) + qtmedia? ( $(add_qt_dep qtmultimedia) ) +" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + -DBUILD_GSTREAMER_PLUGIN=$(usex gstreamer) + -DBUILD_QTMULTIMEDIA_PLUGIN=$(usex qtmedia) + ) + + kde5_src_configure +} diff --git a/kde-apps/audiocd-kio/Manifest b/kde-apps/audiocd-kio/Manifest new file mode 100644 index 0000000000..15eb84f841 --- /dev/null +++ b/kde-apps/audiocd-kio/Manifest @@ -0,0 +1 @@ +DIST audiocd-kio-18.12.2.tar.xz 250800 BLAKE2B 240c51bc7abc8ac287b4317b29f744ad9b0035857c41b19175d8cfd3d3d8e8359ed2ec9435d9a59900246938a81052d4c62349fdd2ccd12aa82f48d46d1b42b5 SHA512 e58183099f1164399df91c39fb04655bd84cdceda1d0fccf8496c972697c9742a7d8ea70f9fe43e48547554d7104bffed876acaba468ca0a4f634295f205d77c diff --git a/kde-apps/audiocd-kio/audiocd-kio-18.12.2.ebuild b/kde-apps/audiocd-kio/audiocd-kio-18.12.2.ebuild new file mode 100644 index 0000000000..fe829a1177 --- /dev/null +++ b/kde-apps/audiocd-kio/audiocd-kio-18.12.2.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 ~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} + !kde-apps/audiocd-kio:4 +" + +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..214fe3edf7 --- /dev/null +++ b/kde-apps/baloo-widgets/Manifest @@ -0,0 +1 @@ +DIST baloo-widgets-18.12.2.tar.xz 245612 BLAKE2B d60620aa763f532da840c799ba7f1b676742e9d796e439074ee76442d678c5ea07e7b8129b1900301119e75cc03058372a7f369a06711f169d05563d006e7a98 SHA512 59a9ab1dafd2d6730fa26c19151586ac8a0ea1039c7feb1188fe161368a445594ebf136ebc6e9e11d4a3161530855738fdc55c355c08e099a6698616d3f43b4a diff --git a/kde-apps/baloo-widgets/baloo-widgets-18.12.2.ebuild b/kde-apps/baloo-widgets/baloo-widgets-18.12.2.ebuild new file mode 100644 index 0000000000..5ec96ddb51 --- /dev/null +++ b/kde-apps/baloo-widgets/baloo-widgets-18.12.2.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 ~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..fdd2436e65 --- /dev/null +++ b/kde-apps/blinken/Manifest @@ -0,0 +1 @@ +DIST blinken-18.12.2.tar.xz 2803368 BLAKE2B 944035a9cdcc1555c6405fbfeab593587b4016684c7ffb36446d08af3baa02c6d73a3b9407ae097fdef91e45e15ee38c33b72a2d6db52dc75ae40c11afe120c2 SHA512 32542c41e0676f2f997c58ee530b900a7f050caa8cf8cdb65d38e57cd59bcbd8e768a7f465f745ca5f8149a11201b6f14c6e0fb702e3e3917fcad6058d1c0bf5 diff --git a/kde-apps/blinken/blinken-18.12.2.ebuild b/kde-apps/blinken/blinken-18.12.2.ebuild new file mode 100644 index 0000000000..65b385bf11 --- /dev/null +++ b/kde-apps/blinken/blinken-18.12.2.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://www.kde.org/applications/education/blinken +https://edu.kde.org/blinken/" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kguiaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtgui) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) + media-libs/phonon[qt5(+)] +" +RDEPEND="${DEPEND}" + +src_install() { + kde5_src_install + rm "${ED}"/usr/share/${PN}/README.packagers || die +} diff --git a/kde-apps/bomber/Manifest b/kde-apps/bomber/Manifest new file mode 100644 index 0000000000..fe8c465680 --- /dev/null +++ b/kde-apps/bomber/Manifest @@ -0,0 +1 @@ +DIST bomber-18.12.2.tar.xz 819716 BLAKE2B fba80b73fec90c16e4cf7b836ac0ab67dd25dd92b1b93f6393544f00a7cd53e968ca2ee5fe8c35bfc43323e59dd6a8a8ae2a3d0994d4f2b25013a6670d726a8d SHA512 894b24388165fdcb51c2a22d1dea70cb14be6dfcccb09cf44d8a6cefeb2e3c40e97a07c0bdc71cb187505f65c29485584ce4fb2b5948cc4bd63b5a1f701cbb81 diff --git a/kde-apps/bomber/bomber-18.12.2.ebuild b/kde-apps/bomber/bomber-18.12.2.ebuild new file mode 100644 index 0000000000..d6b5a340e9 --- /dev/null +++ b/kde-apps/bomber/bomber-18.12.2.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://www.kde.org/applications/games/bomber/" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND} + !games-action/xbomber +" diff --git a/kde-apps/bovo/Manifest b/kde-apps/bovo/Manifest new file mode 100644 index 0000000000..18fe79b503 --- /dev/null +++ b/kde-apps/bovo/Manifest @@ -0,0 +1 @@ +DIST bovo-18.12.2.tar.xz 199596 BLAKE2B de837d43595f01eb5811fc92e6174142f492d4a878c1d239e34a2e4fb25b01368deec170a658fc295380f692cf4032f4955cc1eb97274531f9efdcd359b49b23 SHA512 1df7910c78d217f5d228e24dfc63d4ebac26021c481e7658ae1afb3373f1fd5db65d02036a5fede343f909d4661d492673f6cfb8089331e058127916e3554e66 diff --git a/kde-apps/bovo/bovo-18.12.2.ebuild b/kde-apps/bovo/bovo-18.12.2.ebuild new file mode 100644 index 0000000000..4e21d02199 --- /dev/null +++ b/kde-apps/bovo/bovo-18.12.2.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://www.kde.org/applications/games/bovo/" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtconcurrent) + $(add_qt_dep qtgui) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" + +DOCS=( AUTHORS HISTORY TODO ) diff --git a/kde-apps/calendarjanitor/Manifest b/kde-apps/calendarjanitor/Manifest new file mode 100644 index 0000000000..ecd7ed1318 --- /dev/null +++ b/kde-apps/calendarjanitor/Manifest @@ -0,0 +1 @@ +DIST akonadi-calendar-tools-18.12.2.tar.xz 225728 BLAKE2B b20c02c075b2033cb402071d499608848ab20ed47781bf7fc8e63cf3d7a9f1b178358b93eb9e2b0aa07ace3eb5ed3819cc1dff27647990c9da916a78816f68f1 SHA512 9cd784da26f41b83ea5748112c6f932d47fb1008e2353dc5b42ae2fcd55c5f5be4b1a80b31cbe51a9b4fd7baff4155baa8b690eb9dc21a0730e3bd387ce38214 diff --git a/kde-apps/calendarjanitor/calendarjanitor-18.12.2.ebuild b/kde-apps/calendarjanitor/calendarjanitor-18.12.2.ebuild new file mode 100644 index 0000000000..27e37ffdfd --- /dev/null +++ b/kde-apps/calendarjanitor/calendarjanitor-18.12.2.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" # FIXME: Check back for doc in release +KDE_TEST="false" +KMNAME="akonadi-calendar-tools" +inherit kde5 + +DESCRIPTION="Tool to scan calendar data for buggy instances" +LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" +KEYWORDS="~amd64 ~x86" + +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep ki18n) + $(add_kdeapps_dep akonadi) + $(add_kdeapps_dep akonadi-calendar) + $(add_kdeapps_dep calendarsupport) + $(add_kdeapps_dep kcalcore) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND} + !kde-apps/kdepim-l10n +" + +src_prepare() { + kde5_src_prepare + + cmake_comment_add_subdirectory doc konsolekalendar + sed -i -e "/console\.categories/ s/^/#DONT/" CMakeLists.txt || die + + # delete colliding konsolekalendar translations + if [[ ${KDE_BUILD_TYPE} = release ]]; then + rm -f po/*/konsolekalendar.po || die + rm -rf po/*/docs/konsolekalendar || die + fi +} diff --git a/kde-apps/calendarsupport/Manifest b/kde-apps/calendarsupport/Manifest new file mode 100644 index 0000000000..07c7e2206e --- /dev/null +++ b/kde-apps/calendarsupport/Manifest @@ -0,0 +1 @@ +DIST calendarsupport-18.12.2.tar.xz 646720 BLAKE2B 069277c2298e55f907689a0a1de12abe4d1d0817f62a47ac62bf79bb59021a511b9783152164108578e6fc1761297391e10e2c3240356a27d7d3cac5a01f03f5 SHA512 0da68881d618a6157c38e9ead1f2a9974f1d9e766709aa22841e6277c578e21e99aee6ed8a5eb118b71e46efdb80f9aad9003d4da955042e2865ade9fed53fe8 diff --git a/kde-apps/calendarsupport/calendarsupport-18.12.2.ebuild b/kde-apps/calendarsupport/calendarsupport-18.12.2.ebuild new file mode 100644 index 0000000000..78a57dc448 --- /dev/null +++ b/kde-apps/calendarsupport/calendarsupport-18.12.2.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 ~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..8783bde157 --- /dev/null +++ b/kde-apps/cantor/Manifest @@ -0,0 +1 @@ +DIST cantor-18.12.2.tar.xz 2447840 BLAKE2B e5dceaaa24d6a937160ef88df9d2cc9bc42138e3670e82754a89fb654132de7314a300d6857a0ac2a14803588de6f56fa1999ca75243c7235fa9906aa36c14b6 SHA512 ca2cc38edbd06537d45f19b54abebd2d574e4d8658f9e1513ef5d3ab36f25ad18510f6abd949a3a8897631578404349df8433361208f27078c2badac7cf7fd1d diff --git a/kde-apps/cantor/cantor-18.12.2.ebuild b/kde-apps/cantor/cantor-18.12.2.ebuild new file mode 100644 index 0000000000..b247fb2026 --- /dev/null +++ b/kde-apps/cantor/cantor-18.12.2.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=( python{2_7,3_4,3_5} ) +inherit kde5 python-r1 + +DESCRIPTION="Interface for doing mathematics and scientific computing" +HOMEPAGE="https://www.kde.org/applications/education/cantor https://edu.kde.org/cantor/" +KEYWORDS="~amd64 ~x86" +IUSE="+analitza julia lua 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..abe803ee22 --- /dev/null +++ b/kde-apps/cervisia/Manifest @@ -0,0 +1 @@ +DIST cervisia-18.12.2.tar.xz 1906124 BLAKE2B 340c96fac94e2b94a116ebdc71f13e9554311d0440f7e74124b1ab76b01ae4f9b98f160e15db83ba9769b1d1c8e76e4510db25cff49ddeb8c970660aa69e0e6f SHA512 a9688d472e3eb2e56012e8953fa268c3aa6495d639df014a3720f7ab8e72b8ce1749fa3e88ebb083896cb0c2ad5ca7c9900931702344c23ada8c005723634127 diff --git a/kde-apps/cervisia/cervisia-18.12.2.ebuild b/kde-apps/cervisia/cervisia-18.12.2.ebuild new file mode 100644 index 0000000000..f58303d516 --- /dev/null +++ b/kde-apps/cervisia/cervisia-18.12.2.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://www.kde.org/applications/development/cervisia" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdesu) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kinit) + $(add_frameworks_dep kio) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep kparts) + $(add_frameworks_dep kservice) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND} + dev-vcs/cvs +" diff --git a/kde-apps/dolphin-plugins-bazaar/Manifest b/kde-apps/dolphin-plugins-bazaar/Manifest new file mode 100644 index 0000000000..b4471b7c0d --- /dev/null +++ b/kde-apps/dolphin-plugins-bazaar/Manifest @@ -0,0 +1 @@ +DIST dolphin-plugins-18.12.2.tar.xz 192024 BLAKE2B 2125aa2b203aa1265694420e10739790b36b4e37f16505f63dc5eac27a6ef18bc89a9b1afdcdfd9b7a06b6e37d355df33c7de5da62da86f9ae271885ae729626 SHA512 88ab0160c4e0aff27d9479c443938fe114859dbb59d318b025dae2f5e53153e0f4134b2fd1e1d4e3b139bbdd1838b6856942edbb6c9c43ede2c85b6813c8d733 diff --git a/kde-apps/dolphin-plugins-bazaar/dolphin-plugins-bazaar-18.12.2.ebuild b/kde-apps/dolphin-plugins-bazaar/dolphin-plugins-bazaar-18.12.2.ebuild new file mode 100644 index 0000000000..457b91d305 --- /dev/null +++ b/kde-apps/dolphin-plugins-bazaar/dolphin-plugins-bazaar-18.12.2.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..b4471b7c0d --- /dev/null +++ b/kde-apps/dolphin-plugins-dropbox/Manifest @@ -0,0 +1 @@ +DIST dolphin-plugins-18.12.2.tar.xz 192024 BLAKE2B 2125aa2b203aa1265694420e10739790b36b4e37f16505f63dc5eac27a6ef18bc89a9b1afdcdfd9b7a06b6e37d355df33c7de5da62da86f9ae271885ae729626 SHA512 88ab0160c4e0aff27d9479c443938fe114859dbb59d318b025dae2f5e53153e0f4134b2fd1e1d4e3b139bbdd1838b6856942edbb6c9c43ede2c85b6813c8d733 diff --git a/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-18.12.2.ebuild b/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-18.12.2.ebuild new file mode 100644 index 0000000000..a9451d7441 --- /dev/null +++ b/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-18.12.2.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..b4471b7c0d --- /dev/null +++ b/kde-apps/dolphin-plugins-git/Manifest @@ -0,0 +1 @@ +DIST dolphin-plugins-18.12.2.tar.xz 192024 BLAKE2B 2125aa2b203aa1265694420e10739790b36b4e37f16505f63dc5eac27a6ef18bc89a9b1afdcdfd9b7a06b6e37d355df33c7de5da62da86f9ae271885ae729626 SHA512 88ab0160c4e0aff27d9479c443938fe114859dbb59d318b025dae2f5e53153e0f4134b2fd1e1d4e3b139bbdd1838b6856942edbb6c9c43ede2c85b6813c8d733 diff --git a/kde-apps/dolphin-plugins-git/dolphin-plugins-git-18.12.2.ebuild b/kde-apps/dolphin-plugins-git/dolphin-plugins-git-18.12.2.ebuild new file mode 100644 index 0000000000..f5d2a437b6 --- /dev/null +++ b/kde-apps/dolphin-plugins-git/dolphin-plugins-git-18.12.2.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 ~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..b4471b7c0d --- /dev/null +++ b/kde-apps/dolphin-plugins-mercurial/Manifest @@ -0,0 +1 @@ +DIST dolphin-plugins-18.12.2.tar.xz 192024 BLAKE2B 2125aa2b203aa1265694420e10739790b36b4e37f16505f63dc5eac27a6ef18bc89a9b1afdcdfd9b7a06b6e37d355df33c7de5da62da86f9ae271885ae729626 SHA512 88ab0160c4e0aff27d9479c443938fe114859dbb59d318b025dae2f5e53153e0f4134b2fd1e1d4e3b139bbdd1838b6856942edbb6c9c43ede2c85b6813c8d733 diff --git a/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-18.12.2.ebuild b/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-18.12.2.ebuild new file mode 100644 index 0000000000..c37f246645 --- /dev/null +++ b/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-18.12.2.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..b4471b7c0d --- /dev/null +++ b/kde-apps/dolphin-plugins-subversion/Manifest @@ -0,0 +1 @@ +DIST dolphin-plugins-18.12.2.tar.xz 192024 BLAKE2B 2125aa2b203aa1265694420e10739790b36b4e37f16505f63dc5eac27a6ef18bc89a9b1afdcdfd9b7a06b6e37d355df33c7de5da62da86f9ae271885ae729626 SHA512 88ab0160c4e0aff27d9479c443938fe114859dbb59d318b025dae2f5e53153e0f4134b2fd1e1d4e3b139bbdd1838b6856942edbb6c9c43ede2c85b6813c8d733 diff --git a/kde-apps/dolphin-plugins-subversion/dolphin-plugins-subversion-18.12.2.ebuild b/kde-apps/dolphin-plugins-subversion/dolphin-plugins-subversion-18.12.2.ebuild new file mode 100644 index 0000000000..b840b73d23 --- /dev/null +++ b/kde-apps/dolphin-plugins-subversion/dolphin-plugins-subversion-18.12.2.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 ~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..f6be512a76 --- /dev/null +++ b/kde-apps/dolphin/Manifest @@ -0,0 +1 @@ +DIST dolphin-18.12.2.tar.xz 4867624 BLAKE2B 2ad271db86e37b57db90e676cf1e43fc441d4ec379ce8c96774c4896ce602edaec37fcd7adf0884ae1a43c1132e02b6dd1c6569dfe2f9c69624e759397b3147e SHA512 2e5fc55a20b5b091c4a8d3e842d05c170feb660fef62bca991543f6580ed858fd3d73fbd7135513603a6736360408ed372374a5c6473ff95c24b5117abd193f5 diff --git a/kde-apps/dolphin/dolphin-18.12.2.ebuild b/kde-apps/dolphin/dolphin-18.12.2.ebuild new file mode 100644 index 0000000000..f92c86b8d1 --- /dev/null +++ b/kde-apps/dolphin/dolphin-18.12.2.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://www.kde.org/applications/system/dolphin https://userbase.kde.org/Dolphin" +KEYWORDS="~amd64 ~x86" +IUSE="semantic-desktop thumbnail" + +DEPEND=" + $(add_frameworks_dep kbookmarks) + $(add_frameworks_dep kcmutils) + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kinit) + $(add_frameworks_dep kio) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep kjobwidgets) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep kparts) + $(add_frameworks_dep kservice) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_frameworks_dep solid) + $(add_qt_dep qtconcurrent) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + media-libs/phonon[qt5(+)] + semantic-desktop? ( + $(add_frameworks_dep baloo) + $(add_frameworks_dep kfilemetadata) + $(add_kdeapps_dep baloo-widgets) + ) +" +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..0ac41ae905 --- /dev/null +++ b/kde-apps/dragon/Manifest @@ -0,0 +1 @@ +DIST dragon-18.12.2.tar.xz 1664136 BLAKE2B 0fb02adf8f5d4af335d98dbce109c07edc7c43d0537dbacbb5635efb75e600c0e5c6c4dee55fac7bbe174d1cf1e243c19ebf167171e8bb9ba34c44608208256b SHA512 507767b9206944c5b12ccdbcefe0c85be260d4bffcf4ad3fc281f822372fb64fbf8ae267ebc821a429be6db054c81fb10016b32b03ead1939daa24fe63e2b537 diff --git a/kde-apps/dragon/dragon-18.12.2.ebuild b/kde-apps/dragon/dragon-18.12.2.ebuild new file mode 100644 index 0000000000..6eae28eaab --- /dev/null +++ b/kde-apps/dragon/dragon-18.12.2.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://www.kde.org/applications/multimedia/dragonplayer" + +LICENSE="GPL-2+ || ( GPL-2 GPL-3 ) handbook? ( FDL-1.2 )" +KEYWORDS="~amd64 ~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..6b62918cbb --- /dev/null +++ b/kde-apps/eventviews/Manifest @@ -0,0 +1 @@ +DIST eventviews-18.12.2.tar.xz 443396 BLAKE2B ba7b533216b11906a68ea528d59a084599aea86bc8c8b8db4411976749eebad8d5f5ae86af063e68b49d166a02384781ac303cc4747824dd0c27f0427f49e8fc SHA512 2409ab2457354b459e2ae11ba3f79334894435c4f0f423182d4058a800fa6258780bc6cdb18cadf97511a81b0582a2337028778f953731d90524e970125e973f diff --git a/kde-apps/eventviews/eventviews-18.12.2.ebuild b/kde-apps/eventviews/eventviews-18.12.2.ebuild new file mode 100644 index 0000000000..b4c8202161 --- /dev/null +++ b/kde-apps/eventviews/eventviews-18.12.2.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 ~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..d228edad3d --- /dev/null +++ b/kde-apps/ffmpegthumbs/Manifest @@ -0,0 +1 @@ +DIST ffmpegthumbs-18.12.2.tar.xz 24348 BLAKE2B e8c0e30cf4a968bfa7d30f229fa0868b928d2f2ab2f5185850d7fa13c00a6285fddad54f03043cfea71b4a7cde38a1c489bd452b7f02042837f4ee908c4659f0 SHA512 02a117024976ef8ace16310a3469b56e35bf88786db20adeadcc004d9953c67537a1355b3d4867185d75b5a3ab470acaf71b877ed10eb0666463b345b0d893b7 diff --git a/kde-apps/ffmpegthumbs/ffmpegthumbs-18.12.2.ebuild b/kde-apps/ffmpegthumbs/ffmpegthumbs-18.12.2.ebuild new file mode 100644 index 0000000000..c1c9bf9d12 --- /dev/null +++ b/kde-apps/ffmpegthumbs/ffmpegthumbs-18.12.2.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 ~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..9d56de3e5b --- /dev/null +++ b/kde-apps/filelight/Manifest @@ -0,0 +1 @@ +DIST filelight-18.12.2.tar.xz 660752 BLAKE2B a9627e67573f765f1acee168ce8cef2a7866c2d9e14499d2481db47185c1f839ff7d2f36882039f4c7a743b8f22962fb0624237660ecb3ed76688ea82693cecf SHA512 cedcdf71e149fb1b044aa0f4113930d9820d889042816938de22699d587f99203765d7d5aae2423a6bf342b573e166a4ea8359959ef3f191fe24cf62ec7d133d diff --git a/kde-apps/filelight/filelight-18.12.2.ebuild b/kde-apps/filelight/filelight-18.12.2.ebuild new file mode 100644 index 0000000000..9fc71f702a --- /dev/null +++ b/kde-apps/filelight/filelight-18.12.2.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 ~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..c1de3bf2c0 --- /dev/null +++ b/kde-apps/granatier/Manifest @@ -0,0 +1 @@ +DIST granatier-18.12.2.tar.xz 1942952 BLAKE2B 81c2d875699f0779e1889b7f349a2520eebc02cea3507553535e73b4fb1720b551a403ac9d063db651e8d91485e5ee66da0b30f09d80dbbcbde67b9c93ef3501 SHA512 881ff419cb896dcb901c10cc3b17213f5b2b966d4b118b87de88b64ed2095ecc3a0e5b1ae3ab091c37fc9f60bc9cb0c64b72554eb1600176048f9eed94c5f437 diff --git a/kde-apps/granatier/granatier-18.12.2.ebuild b/kde-apps/granatier/granatier-18.12.2.ebuild new file mode 100644 index 0000000000..69c08ea65d --- /dev/null +++ b/kde-apps/granatier/granatier-18.12.2.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://www.kde.org/applications/games/granatier/" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtgui) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/grantlee-editor/Manifest b/kde-apps/grantlee-editor/Manifest new file mode 100644 index 0000000000..d6273d10cb --- /dev/null +++ b/kde-apps/grantlee-editor/Manifest @@ -0,0 +1 @@ +DIST grantlee-editor-18.12.2.tar.xz 110844 BLAKE2B e5746e21052e1b35aec3b8dcddc7e680f7b9118cc009af48c28ecd45634358a5e62f5d9a2080613bee3c700a57c0f9a7b0a99b08b723553f14013eb061bf7d9f SHA512 15f383537e6e4d488889d93a2069e965647ff022dea4dcfe4c25249eb04190b194d1d6d8026ffdb6906b73f8d491bb981f9899cdf99de89c1db140c4c7ab5308 diff --git a/kde-apps/grantlee-editor/grantlee-editor-18.12.2.ebuild b/kde-apps/grantlee-editor/grantlee-editor-18.12.2.ebuild new file mode 100644 index 0000000000..ee0cc5edeb --- /dev/null +++ b/kde-apps/grantlee-editor/grantlee-editor-18.12.2.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 ~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..c57c7a1097 --- /dev/null +++ b/kde-apps/grantleetheme/Manifest @@ -0,0 +1 @@ +DIST grantleetheme-18.12.2.tar.xz 51536 BLAKE2B d3fdb3306f2073230b23a0ea59a093e00056c5b064ad92005185946d94365823360e22b1276a9cd3ccc7a1fe36c736928c9ed79bfedf732990a36950a98b7faa SHA512 6972914bffcd55080564f680af64de35b14eb79feb69cfd7f2188a7d048d7d99486495aa633c9e3ba14ae25201e316e04a365168d2dbf22205d61b141cacc29c diff --git a/kde-apps/grantleetheme/grantleetheme-18.12.2.ebuild b/kde-apps/grantleetheme/grantleetheme-18.12.2.ebuild new file mode 100644 index 0000000000..2239c5d9ae --- /dev/null +++ b/kde-apps/grantleetheme/grantleetheme-18.12.2.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 ~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..fd4e114241 --- /dev/null +++ b/kde-apps/gwenview/Manifest @@ -0,0 +1 @@ +DIST gwenview-18.12.2.tar.xz 5714232 BLAKE2B 965dbd9f71c248d2a25bbb2f7febc2f31a52c24ccd1d3250957943e0a011b501d9308675898971fcf45c1c367704881274015acf7ee70471a03cbb98a5550af4 SHA512 2b85cbbfcc9e6ea8e2c8d3c914ab47af362d1430311c8a4a0742cc38abe9bc229a5d422af12e718c6af5c3bd56e0dc2d6378e9b088b67f77d1f63ddb56f8a01c diff --git a/kde-apps/gwenview/gwenview-18.12.2.ebuild b/kde-apps/gwenview/gwenview-18.12.2.ebuild new file mode 100644 index 0000000000..178049da64 --- /dev/null +++ b/kde-apps/gwenview/gwenview-18.12.2.ebuild @@ -0,0 +1,108 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="true" +KDE_TEST="true" +inherit kde5 + +DESCRIPTION="Image viewer by KDE" +HOMEPAGE=" + https://www.kde.org/applications/graphics/gwenview/ + https://userbase.kde.org/Gwenview +" + +LICENSE="GPL-2+ handbook? ( FDL-1.2 )" +KEYWORDS="~amd64 ~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 ) +" + +PATCHES=( "${FILESDIR}/${PN}-18.12.1-exiv2-0.27.patch" ) + +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..4379ccf464 --- /dev/null +++ b/kde-apps/incidenceeditor/Manifest @@ -0,0 +1 @@ +DIST incidenceeditor-18.12.2.tar.xz 541852 BLAKE2B 589d335711b9a2e66096c90b90219237d78d89efecc97ddcfdfa805beff5fc363fedb75032287c7c3874c58d949d377c0968a3fb3cd3a1ac8fdcb4488d9a9853 SHA512 604f295fc111bec0cd6afaea48b55acd5dcc5868d0ca7ab832638ba6dc5d8cff9f26419ff7f3b49883f61d83cd03e5b8d4f26c27c452ef4739f1f4f16fbdc8ac diff --git a/kde-apps/incidenceeditor/incidenceeditor-18.12.2.ebuild b/kde-apps/incidenceeditor/incidenceeditor-18.12.2.ebuild new file mode 100644 index 0000000000..21a7ce6d9f --- /dev/null +++ b/kde-apps/incidenceeditor/incidenceeditor-18.12.2.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 ~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..5519e2d636 --- /dev/null +++ b/kde-apps/juk/Manifest @@ -0,0 +1 @@ +DIST juk-18.12.2.tar.xz 1876548 BLAKE2B 50bbca64211dfdd6d3cbc0b2f3d276a9ba1aa23b1afe17ef7d9955614318ed46c1e1c12b66bbdd24348a776d28954aa043905abce405dbfb970a557bb16d7392 SHA512 11f2d21e2b7353c43e5219038f5278ebd09017e890e1cb1593eca961ee28157e72ed5ac50db552910ee2c426094d0700f844a894e0e5f0dd4e4bbb8835fbc124 diff --git a/kde-apps/juk/juk-18.12.2.ebuild b/kde-apps/juk/juk-18.12.2.ebuild new file mode 100644 index 0000000000..09d0427765 --- /dev/null +++ b/kde-apps/juk/juk-18.12.2.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://www.kde.org/applications/multimedia/juk/" + +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kglobalaccel) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kjobwidgets) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwallet) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + media-libs/phonon[qt5(+)] + >=media-libs/taglib-1.6 +" +RDEPEND="${DEPEND} + !kde-apps/kde4-l10n +" diff --git a/kde-apps/k3b/Manifest b/kde-apps/k3b/Manifest new file mode 100644 index 0000000000..f82998861a --- /dev/null +++ b/kde-apps/k3b/Manifest @@ -0,0 +1 @@ +DIST k3b-18.12.2.tar.xz 10593660 BLAKE2B 7c76cb7dfb22217c4712ce8dbf9a048c1912c9526fea27cf627b48c0ad7b73e6a676053785a762c658157831e4bf91765c83a88ed2e5d06c7c281ae9a0c9da05 SHA512 496a34334ecdaec704d146ca0276dad29eaa1405c683cc84befa8019080b4b8db82880b79efdf04a1ac7fe12f99e20b8cd2e90f60c24296cd870cea83072e1dd diff --git a/kde-apps/k3b/k3b-18.12.2.ebuild b/kde-apps/k3b/k3b-18.12.2.ebuild new file mode 100644 index 0000000000..5093f55882 --- /dev/null +++ b/kde-apps/k3b/k3b-18.12.2.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 ~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..540d956a78 --- /dev/null +++ b/kde-apps/kaccounts-integration/Manifest @@ -0,0 +1 @@ +DIST kaccounts-integration-18.12.2.tar.xz 71064 BLAKE2B fd600872cac6cfa169d2cdd00688ed1a776c2163e9293f4015c2470aa7cf71a10d8338cf606260afb6f3df19c840fd32468c7bcb915c7b7fc491c26650e59461 SHA512 26dd11fa9bb2c97f9407798d4cab904123e97257ab01f4e6e96d0f8eee5927f5e908f8559615517bda5ecd8edc2d7561500971edf1d85b3d9a49840404678e12 diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-18.12.2.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-18.12.2.ebuild new file mode 100644 index 0000000000..59f302dc45 --- /dev/null +++ b/kde-apps/kaccounts-integration/kaccounts-integration-18.12.2.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 ~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..2ec3474b69 --- /dev/null +++ b/kde-apps/kaccounts-providers/Manifest @@ -0,0 +1 @@ +DIST kaccounts-providers-18.12.2.tar.xz 31592 BLAKE2B 57d44ba6608d96a07810d1144b533ef885c071d84dc5ab632e38792c22b442a0d96621f14c76a89c82bcec1235473167bf159a44a2815ba1fc14cedf529a0b2d SHA512 03bf8b528e4920c61b678f1b5b7bc72a33189dfa82f950a928bea2cce816ed042f0cc9f74380b6451161e436c7006d74049d181b81874c5e2b6f6ad6fda7720c diff --git a/kde-apps/kaccounts-providers/kaccounts-providers-18.12.2.ebuild b/kde-apps/kaccounts-providers/kaccounts-providers-18.12.2.ebuild new file mode 100644 index 0000000000..05a0d1f60b --- /dev/null +++ b/kde-apps/kaccounts-providers/kaccounts-providers-18.12.2.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 ~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..42de010b95 --- /dev/null +++ b/kde-apps/kaddressbook/Manifest @@ -0,0 +1 @@ +DIST kaddressbook-18.12.2.tar.xz 472336 BLAKE2B bae23b90beb87fea9e178b3ae054875d61d1017e891e431542e9b4a280999ae51fd09ec4cca9274e44dd49e54cc2501da2790626a45def7214d1476a7a06ec27 SHA512 a7ffc1ea06acf1c989cd66cf2585cd85b8b9be3ab639ce0420f6aabe9afb633fbc4b60cc508ff213d79645704cb45e16d8dc1b3482d12f5e11577960b0d4c72e diff --git a/kde-apps/kaddressbook/kaddressbook-18.12.2.ebuild b/kde-apps/kaddressbook/kaddressbook-18.12.2.ebuild new file mode 100644 index 0000000000..2dd84e7e72 --- /dev/null +++ b/kde-apps/kaddressbook/kaddressbook-18.12.2.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" # FIXME: Check back for doc in release +KDE_TEST="forceoptional-recursive" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Address book application based on KDE Frameworks" +HOMEPAGE="https://www.kde.org/applications/office/kaddressbook/" + +LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" +KEYWORDS="~amd64 ~x86" +IUSE="" + +BDEPEND=" + test? ( $(add_kdeapps_dep akonadi 'sqlite,tools') ) +" +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/kaddressbook:4 + !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..f9eea66caa --- /dev/null +++ b/kde-apps/kajongg/Manifest @@ -0,0 +1 @@ +DIST kajongg-18.12.2.tar.xz 4466716 BLAKE2B 173a03087a01c76fece9816da40d944cb8abb71fac63bbad0ec8185d5c166f7181a89a11c961ea5dcab3d7b8e802939b05207b53f5f11d2b3d5837a7b4509721 SHA512 6c0c7bff231978b68aa10a0496c4096e0d03a23c63f7bc433c31bcb1a98209683ee7afbb423c1051e843116bb334391be23c15296ff8a710820b7bbcb0446c1b diff --git a/kde-apps/kajongg/kajongg-18.12.2.ebuild b/kde-apps/kajongg/kajongg-18.12.2.ebuild new file mode 100644 index 0000000000..8bd14c9c1c --- /dev/null +++ b/kde-apps/kajongg/kajongg-18.12.2.ebuild @@ -0,0 +1,53 @@ +# 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://www.kde.org/applications/games/kajongg/" +KEYWORDS="~amd64 ~x86" +IUSE="" + +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +DEPEND="${PYTHON_DEPS} + $(add_frameworks_dep extra-cmake-modules) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep ki18n) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtcore) + $(add_qt_dep qtgui) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) + dev-db/sqlite:3 + dev-python/PyQt5[gui,svg,widgets,${PYTHON_USEDEP}] + >=dev-python/twisted-16.6.0[${PYTHON_USEDEP}] +" +RDEPEND="${DEPEND} + $(add_kdeapps_dep libkmahjongg) + !kde-apps/kajongg:4 + !<kde-apps/kde4-l10n-17.03.90:4 +" + +pkg_setup() { + python-single-r1_pkg_setup + kde5_pkg_setup +} + +src_prepare() { + python_fix_shebang src + kde5_src_prepare + sed -i -e "/KDE_ADD_PYTHON_EXECUTABLE/s/^/#DONT/" CMakeLists.txt || die +} + +src_install() { + kde5_src_install + dosym ../share/kajongg/kajongg.py /usr/bin/kajongg + dosym ../share/kajongg/kajonggserver.py /usr/bin/kajonggserver + fperms a+x /usr/share/kajongg/kajongg{,server}.py +} diff --git a/kde-apps/kalarm/Manifest b/kde-apps/kalarm/Manifest new file mode 100644 index 0000000000..97b9f77cd2 --- /dev/null +++ b/kde-apps/kalarm/Manifest @@ -0,0 +1 @@ +DIST kalarm-18.12.2.tar.xz 1812396 BLAKE2B 3b4357afd05064b1ee83eddc0304f91596cd0057f588777b0e464d6a471135add525b96c97b8727c2cb0b081e993c6261c7d62651feac14ce88032f28b103c27 SHA512 d1e138558d4c569809f7deae0d07fdee11646f5442db7df0c57a3dd5fff91e6c1453c63d422acb65c00574a7a88a5ee3d9eb4b2bf209fae7d29056d4d4670120 diff --git a/kde-apps/kalarm/kalarm-18.12.2.ebuild b/kde-apps/kalarm/kalarm-18.12.2.ebuild new file mode 100644 index 0000000000..a4423d3f20 --- /dev/null +++ b/kde-apps/kalarm/kalarm-18.12.2.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" +inherit kde5 + +DESCRIPTION="Application to manage alarms and other timer based alerts for the desktop" +HOMEPAGE+=" https://userbase.kde.org/KAlarm" +LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" +KEYWORDS="~amd64 ~x86" +IUSE="X" + +BDEPEND="${COMMON_DEPEND} + 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/kalarm:4 + !kde-apps/kdepim-l10n + $(add_kdeapps_dep kdepim-runtime) +" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package X Qt5X11Extras) + $(cmake-utils_use_find_package X X11) + ) + + kde5_src_configure +} diff --git a/kde-apps/kalarmcal/Manifest b/kde-apps/kalarmcal/Manifest new file mode 100644 index 0000000000..b13d01eb3f --- /dev/null +++ b/kde-apps/kalarmcal/Manifest @@ -0,0 +1 @@ +DIST kalarmcal-18.12.2.tar.xz 572792 BLAKE2B 62c5ada2dd613251ec9eee8843e1d7a3171abf3cbb78beeaa311160c3828fb93bdbe3e24ebaf7a95077f91c4ac4b486d54c417d35fe5914a3a3c2daddddaa7ec SHA512 e956818722541c7d69057c1e056dc8ad5a44bf9a5f7a88e2bcac95862f72240154e72bf89352d38e5161e1baae709ecf64930f4477a7cb1941c2da01ba0347ca diff --git a/kde-apps/kalarmcal/kalarmcal-18.12.2.ebuild b/kde-apps/kalarmcal/kalarmcal-18.12.2.ebuild new file mode 100644 index 0000000000..c9fb21e352 --- /dev/null +++ b/kde-apps/kalarmcal/kalarmcal-18.12.2.ebuild @@ -0,0 +1,32 @@ +# 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 ~x86" +IUSE="" + +BDEPEND=" + test? ( $(add_qt_dep qtdbus) ) +" +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) +" +RDEPEND="${DEPEND} + !kde-apps/kdepim-l10n + !<kde-apps/kdepim-runtime-18.03.80 +" + +RESTRICT+=" test" # broken within Plasma session, bug #665626 diff --git a/kde-apps/kalgebra/Manifest b/kde-apps/kalgebra/Manifest new file mode 100644 index 0000000000..7a76575b54 --- /dev/null +++ b/kde-apps/kalgebra/Manifest @@ -0,0 +1 @@ +DIST kalgebra-18.12.2.tar.xz 717068 BLAKE2B e2aa5d5e9d927a6b03036b379c8ed1c7245d59108a30b75bc0e4678ff3eaa8be56f3cc01755b4c631c8771cdca65b0306876ae2b7ef05756800f78f8d041c6bb SHA512 cad70dfdd53ecaa7c4a6ed3cb28625b0b4a2dbd93b7bb2d974ee7e15bfc7998469d2a8a37b4b0f96cf0dbb4b731bf4a80c1adae3641f36b70597910dfe417c8d diff --git a/kde-apps/kalgebra/kalgebra-18.12.2.ebuild b/kde-apps/kalgebra/kalgebra-18.12.2.ebuild new file mode 100644 index 0000000000..0f35643161 --- /dev/null +++ b/kde-apps/kalgebra/kalgebra-18.12.2.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://www.kde.org/applications/education/kalgebra https://edu.kde.org/kalgebra/" +KEYWORDS="~amd64 ~x86" +IUSE="readline" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep analitza) + $(add_qt_dep qtdeclarative) + $(add_qt_dep qtgui) + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtwebengine 'widgets') + $(add_qt_dep qtwidgets) + readline? ( sys-libs/readline:0= ) +" +RDEPEND="${DEPEND} + $(add_frameworks_dep kirigami) + $(add_qt_dep qtquickcontrols) + !kde-apps/analitza:4 +" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package readline Readline) + ) + + kde5_src_configure +} diff --git a/kde-apps/kalzium/Manifest b/kde-apps/kalzium/Manifest new file mode 100644 index 0000000000..dc1ce6e7b1 --- /dev/null +++ b/kde-apps/kalzium/Manifest @@ -0,0 +1 @@ +DIST kalzium-18.12.2.tar.xz 26574216 BLAKE2B 89c11fe17a32cddca31792ab5ebcfd12afe5299f586c8b1f7be69e18b1c1e0ea97f29820469669eb8411b524ee0a138283aa4b51aa27c68e3d1b6e9c2e6942c8 SHA512 45cc989705b17fae66acb133db40a58797d30f89736d474160e899146edb8b6c802a4aae08d5f84a2e758dbb32f12c5833441baf0e73a09091066cde3d7cb2e1 diff --git a/kde-apps/kalzium/kalzium-18.12.2.ebuild b/kde-apps/kalzium/kalzium-18.12.2.ebuild new file mode 100644 index 0000000000..b1298f23f8 --- /dev/null +++ b/kde-apps/kalzium/kalzium-18.12.2.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" +inherit kde5 flag-o-matic + +DESCRIPTION="Periodic table of the elements" +HOMEPAGE="https://www.kde.org/applications/education/kalzium https://edu.kde.org/kalzium/" +KEYWORDS="~amd64 ~x86" +IUSE="editor solver" + +DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep khtml) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep kplotting) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kunitconversion) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtgui) + $(add_qt_dep qtscript) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + editor? ( + $(add_frameworks_dep knewstuff) + $(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 +" + +PATCHES=( "${FILESDIR}/${PN}-18.12.1-deps.patch" ) + +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..41c69ecf40 --- /dev/null +++ b/kde-apps/kamera/Manifest @@ -0,0 +1 @@ +DIST kamera-18.12.2.tar.xz 98832 BLAKE2B 0152cc3f3809c5fb685ee2628289e9659364761f4452937990d8a7ca3b4a5e2340cfc7654eb17c53bcbd2bbae41b9eac17d52c9dc8d2b8d63672e66957ec255e SHA512 26c44c0c96dccafefbd02f11cc9cb4dfee38781c072b6b4a83e9ea8dc33a7600594d8c1c26403665ed2ce8e1a12d2c45035166e68353861a090ece1717ec3dcc diff --git a/kde-apps/kamera/kamera-18.12.2.ebuild b/kde-apps/kamera/kamera-18.12.2.ebuild new file mode 100644 index 0000000000..cedce52d78 --- /dev/null +++ b/kde-apps/kamera/kamera-18.12.2.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 ~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..54c0edd148 --- /dev/null +++ b/kde-apps/kamoso/Manifest @@ -0,0 +1 @@ +DIST kamoso-18.12.2.tar.xz 166192 BLAKE2B 8716ee3f25fddcf58b3ed5c6ce3a7e8d3b51a762de2393571c67cd6dd1fabfdfa2e15e650b666d1ea7ecff971b2704a34fe1c1d1e04a161c648840c54febcb69 SHA512 946627757c5cf4b2a261a1e5fe06f1d7ee592933800b3297f70d027f2afa9b621114c51d8723905325c6b1b509469e72d66dae0d94d0bc0df8108fd8042ff315 diff --git a/kde-apps/kamoso/kamoso-18.12.2.ebuild b/kde-apps/kamoso/kamoso-18.12.2.ebuild new file mode 100644 index 0000000000..e7317cc806 --- /dev/null +++ b/kde-apps/kamoso/kamoso-18.12.2.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 ~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..e840842052 --- /dev/null +++ b/kde-apps/kanagram/Manifest @@ -0,0 +1 @@ +DIST kanagram-18.12.2.tar.xz 8027508 BLAKE2B bb1ffc5db46227d892985fd716c2e0935189d4dfd306bc2bdf2bed373b244c8b48f72d0c6f5633979f103f6ca1216f13dd44a35dbdc40b8cdd54b67a7e0b51ad SHA512 7e8f64b4ae9b77346f94fef8b8c00b2d6dade8e7bdf582e9b4fdb6881daf4eef45c4644a29e4406b6c3cf4395be88a6c234688583dd8b37c3f1c11c29860e8b8 diff --git a/kde-apps/kanagram/kanagram-18.12.2.ebuild b/kde-apps/kanagram/kanagram-18.12.2.ebuild new file mode 100644 index 0000000000..db33819e6e --- /dev/null +++ b/kde-apps/kanagram/kanagram-18.12.2.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="true" +inherit kde5 + +DESCRIPTION="Game based on anagrams of words" +HOMEPAGE="https://www.kde.org/applications/education/kanagram https://edu.kde.org/kanagram/" +KEYWORDS="~amd64 ~x86" +IUSE="speech" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdeclarative) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_frameworks_dep sonnet) + $(add_kdeapps_dep libkeduvocdocument) + $(add_qt_dep qtdeclarative) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + media-libs/phonon[qt5(+)] + speech? ( $(add_qt_dep qtspeech) ) +" +RDEPEND="${DEPEND} + $(add_kdeapps_dep kdeedu-data) + $(add_qt_dep qtmultimedia 'qml') + $(add_qt_dep qtquickcontrols) +" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package speech Qt5TextToSpeech) + ) + + kde5_src_configure +} diff --git a/kde-apps/kapman/Manifest b/kde-apps/kapman/Manifest new file mode 100644 index 0000000000..adcfcfe653 --- /dev/null +++ b/kde-apps/kapman/Manifest @@ -0,0 +1 @@ +DIST kapman-18.12.2.tar.xz 2525772 BLAKE2B febc452c176788dc8cbd66929e94647be5d6267511c2a58f69fd63ff2541d2261c9c5f8f56aad8bee860e04dec4d5f5bded58abd5b67de453c9abf8bd86fcbfe SHA512 bfeb50b20d538d1bf67b56ead46c37570e084a9c461d8e48e7f9be5320ca6ed9e501c3e806fc415e8f5afae409bc273aca4c6c730176bd1ee2dc71815f5c6bd6 diff --git a/kde-apps/kapman/kapman-18.12.2.ebuild b/kde-apps/kapman/kapman-18.12.2.ebuild new file mode 100644 index 0000000000..75fc1bfb6f --- /dev/null +++ b/kde-apps/kapman/kapman-18.12.2.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://www.kde.org/applications/games/kapman/" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtgui) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/kapptemplate/Manifest b/kde-apps/kapptemplate/Manifest new file mode 100644 index 0000000000..3085cb475f --- /dev/null +++ b/kde-apps/kapptemplate/Manifest @@ -0,0 +1 @@ +DIST kapptemplate-18.12.2.tar.xz 317364 BLAKE2B 92d44383d408ba94d8bf8bee4aa9ce868a697c98d0b52f9b98784f4020380a8925b5027dadfb7fdccbfe2269bd2cd4a9565e26730d017feff9bad33f1ff51c30 SHA512 235a49b31f65615065621a1c83877d10354181aa90fc82bb10e57bcef7f01c201cf1f21c691afd15cb48aaa7fb95c6e1dc0c7a79f33e16972429c6fb843c12e4 diff --git a/kde-apps/kapptemplate/kapptemplate-18.12.2.ebuild b/kde-apps/kapptemplate/kapptemplate-18.12.2.ebuild new file mode 100644 index 0000000000..0254d5ab81 --- /dev/null +++ b/kde-apps/kapptemplate/kapptemplate-18.12.2.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://www.kde.org/applications/development/kapptemplate" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep karchive) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kwidgetsaddons) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/kate/Manifest b/kde-apps/kate/Manifest new file mode 100644 index 0000000000..fc343b04b2 --- /dev/null +++ b/kde-apps/kate/Manifest @@ -0,0 +1 @@ +DIST kate-18.12.2.tar.xz 5764280 BLAKE2B 2f8dda3f2ff4353243567894393c7f041012bfca8163f828803d5ee38cce6d186a916fe819c0924144ddc4dace5af23c585d58d2ec79c65c86f6d60173ac7a13 SHA512 5207d575f6577ce0ca381d0051d63d85c6db2bb89f53d263a30429c066f453a11a14be68e2db1553474145386a5f3f73f2e9f3f1a68cbb76d93fa340d979c873 diff --git a/kde-apps/kate/kate-18.12.2.ebuild b/kde-apps/kate/kate-18.12.2.ebuild new file mode 100644 index 0000000000..0ebe33c69e --- /dev/null +++ b/kde-apps/kate/kate-18.12.2.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://www.kde.org/applications/utilities/kate https://kate-editor.org/" +KEYWORDS="~amd64 ~x86" +IUSE="+addons" + +DEPEND=" + $(add_frameworks_dep kactivities) + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kguiaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kitemmodels) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep kjobwidgets) + $(add_frameworks_dep kparts) + $(add_frameworks_dep kservice) + $(add_frameworks_dep ktexteditor) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep 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..ab4c042a67 --- /dev/null +++ b/kde-apps/katomic/Manifest @@ -0,0 +1 @@ +DIST katomic-18.12.2.tar.xz 1422680 BLAKE2B 0c7eddb5df1eea177fd62dd06c312d048cc3db3f423e5a2c4325df2bb291919ec83db05c69895e93c2b837b40278b15a6039436be0eea1b627e257d7380fbe9d SHA512 c1139e45c2df71a92529ee422edb909d02433d45bf815b5897591e25f4544f13e1b1d9b537a452173a022712ee15e9b293fac604f3447950d659a0cac21e3eb1 diff --git a/kde-apps/katomic/katomic-18.12.2.ebuild b/kde-apps/katomic/katomic-18.12.2.ebuild new file mode 100644 index 0000000000..e8cd0c2cff --- /dev/null +++ b/kde-apps/katomic/katomic-18.12.2.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://www.kde.org/applications/games/katomic/ + https://games.kde.org/game.php?game=katomic +" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/kbackup/Manifest b/kde-apps/kbackup/Manifest new file mode 100644 index 0000000000..ed43b78ac6 --- /dev/null +++ b/kde-apps/kbackup/Manifest @@ -0,0 +1 @@ +DIST kbackup-18.12.2.tar.xz 351808 BLAKE2B b239407b22cec1092cf9b2d7270aec0b17db3988abe739d58b201b325d42fb0b70fa508ebb7e60e16d296c22f53b7062fce96865c971ccebb76d88af3e06d2a0 SHA512 3827faf4d3a039d36ab8a1e51c969b63fce49ce947b7552a7ca272f14121a5e04bb5223b18ba6d785d8e3ad16cf9987657555407b0ee6c74c9d67e63dd29b602 diff --git a/kde-apps/kbackup/kbackup-18.12.2.ebuild b/kde-apps/kbackup/kbackup-18.12.2.ebuild new file mode 100644 index 0000000000..9178e1b7d5 --- /dev/null +++ b/kde-apps/kbackup/kbackup-18.12.2.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 ~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..0c7d9038a4 --- /dev/null +++ b/kde-apps/kblackbox/Manifest @@ -0,0 +1 @@ +DIST kblackbox-18.12.2.tar.xz 444384 BLAKE2B 1523b64e130ac3e32015f668b6e5ff42a4525cd7bf4797131554b91bac68c8bae5be5bd185c8caa0a4230296e5008551020de4bfa8501ef8cd728f640a7f18a7 SHA512 f2f0f5572bf5bb669ec381d515eeac89c23e510b0b7527e5a4ca307ed9506df4d153e62e3ae9df818bc6de5a3836adfacd00da75d5a38d5da23bf97e410c686e diff --git a/kde-apps/kblackbox/kblackbox-18.12.2.ebuild b/kde-apps/kblackbox/kblackbox-18.12.2.ebuild new file mode 100644 index 0000000000..a5574bf4df --- /dev/null +++ b/kde-apps/kblackbox/kblackbox-18.12.2.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 ~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..08b774f7e6 --- /dev/null +++ b/kde-apps/kblocks/Manifest @@ -0,0 +1 @@ +DIST kblocks-18.12.2.tar.xz 1921900 BLAKE2B c59bd464a87bb5eb7f337e6d299282587d79be2cb57597367dd60b9391cf89e474261eade9d64067da4b3bad8535f1900c1eb519ad5c6ff6b83a4da0348e245a SHA512 0643f52cc8f0a7a0be55292dc4008389f9944fbaf503c10f47762798e1924eb528409960997729700ec338a48c12c4148c4cee3ae34a6d2b6b71e80ec575b0c1 diff --git a/kde-apps/kblocks/kblocks-18.12.2.ebuild b/kde-apps/kblocks/kblocks-18.12.2.ebuild new file mode 100644 index 0000000000..08e9c4f42f --- /dev/null +++ b/kde-apps/kblocks/kblocks-18.12.2.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://www.kde.org/applications/games/kblocks/" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/kblog/Manifest b/kde-apps/kblog/Manifest new file mode 100644 index 0000000000..a90c21e407 --- /dev/null +++ b/kde-apps/kblog/Manifest @@ -0,0 +1 @@ +DIST kblog-18.12.2.tar.xz 72688 BLAKE2B fdd0f4523266933d2829d978f047e15793e7fb177d22c09a8d49d3da27c2fa9c04564a7a4661801b7fb911a0413eb659521ec572d02f6616d313cf947dfc9dc6 SHA512 3d2823f60fd7cfcdf18f0a4138fdb8f77f70ab2d4a3dddebf92e11a1236db255c2d28a8915b6b2e0f147a20bdd33bd3df45d049f8c53e07b314d179409f59658 diff --git a/kde-apps/kblog/kblog-18.12.2.ebuild b/kde-apps/kblog/kblog-18.12.2.ebuild new file mode 100644 index 0000000000..6d1a52cce7 --- /dev/null +++ b/kde-apps/kblog/kblog-18.12.2.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..0dbe6c5de0 --- /dev/null +++ b/kde-apps/kbounce/Manifest @@ -0,0 +1 @@ +DIST kbounce-18.12.2.tar.xz 3468052 BLAKE2B f4219135cb4dcdf8477c37c59eb4d2fbe51b354e04aba8bfd1c625c439b021a32d945c5cea2d1181fcbc5fb0f71ca1763175b653b422bf93554eee9c091a83af SHA512 b098a61b30db77c12937e0ee199ced4cc0f8d05b6913c391018c29977ef9dfee2f1d4aa87d44817fe92afd712093c30c5506e0d0f850cad3b57b289f8fdc694c diff --git a/kde-apps/kbounce/kbounce-18.12.2.ebuild b/kde-apps/kbounce/kbounce-18.12.2.ebuild new file mode 100644 index 0000000000..4060284dc4 --- /dev/null +++ b/kde-apps/kbounce/kbounce-18.12.2.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://www.kde.org/applications/games/kbounce/ + https://games.kde.org/game.php?game=kbounce +" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtgui) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/kbreakout/Manifest b/kde-apps/kbreakout/Manifest new file mode 100644 index 0000000000..e44eaad6c9 --- /dev/null +++ b/kde-apps/kbreakout/Manifest @@ -0,0 +1 @@ +DIST kbreakout-18.12.2.tar.xz 2276364 BLAKE2B 388936d6d6c3bc1ef9c7361202cb7d6164b7cc85a644d20cf517f9dd773f4bea5586d1af340b46013e57cf0aba57deb8f3cb6f154c67dd249ed46fff68cc027f SHA512 858b5fef671b4b0ec1339fa74bd90f62a94358f51e4a1c84427665b0c3b417d0ebaec7297517470e52e792711bd65c5e91f230b9ce250c943142d84ef11c5973 diff --git a/kde-apps/kbreakout/kbreakout-18.12.2.ebuild b/kde-apps/kbreakout/kbreakout-18.12.2.ebuild new file mode 100644 index 0000000000..ef22354c11 --- /dev/null +++ b/kde-apps/kbreakout/kbreakout-18.12.2.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://www.kde.org/applications/games/kbreakout/ + https://games.kde.org/game.php?game=kbreakout +" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtdeclarative) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/kbruch/Manifest b/kde-apps/kbruch/Manifest new file mode 100644 index 0000000000..46121ea4e9 --- /dev/null +++ b/kde-apps/kbruch/Manifest @@ -0,0 +1 @@ +DIST kbruch-18.12.2.tar.xz 5603688 BLAKE2B 660d8328cd713c2ba16dc13c1f8ed333fe481799bade0addcb6504fb3f9e327af861e7ee57f73648141a93b033408421d49492451cbe181a301e6555848fc51e SHA512 b2a9e7359824c796c5c23b7759c2ad36ebcdfa67a331be0a6350869a111170140f5a9795c36eaac65eccc78d906c8cbd4ffd6732d1739e82ff980b1a09749934 diff --git a/kde-apps/kbruch/kbruch-18.12.2.ebuild b/kde-apps/kbruch/kbruch-18.12.2.ebuild new file mode 100644 index 0000000000..4ff526b3c3 --- /dev/null +++ b/kde-apps/kbruch/kbruch-18.12.2.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://www.kde.org/applications/education/kbruch https://edu.kde.org/kbruch/" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/kcachegrind/Manifest b/kde-apps/kcachegrind/Manifest new file mode 100644 index 0000000000..9bb327675b --- /dev/null +++ b/kde-apps/kcachegrind/Manifest @@ -0,0 +1 @@ +DIST kcachegrind-18.12.2.tar.xz 808304 BLAKE2B f6b95810ddb74fd0c9e4c1f5686830918871d87f6ef146d40b961373e621ca2f98feeee23d2b1814c219f9ea973c119aea3319e42b325a9a0f99b2aa80d079b2 SHA512 09ff7e2395af914e30e9b8af24059e781c7c42574d605561721ad1598b35395a36ea0c0c15a24bd2fa68e23956a33c8096e8c76c7c1b9282657cf7722760a1bd diff --git a/kde-apps/kcachegrind/kcachegrind-18.12.2.ebuild b/kde-apps/kcachegrind/kcachegrind-18.12.2.ebuild new file mode 100644 index 0000000000..75d2cae4db --- /dev/null +++ b/kde-apps/kcachegrind/kcachegrind-18.12.2.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://www.kde.org/applications/development/kcachegrind +https://kcachegrind.github.io/html/Home.html" +KEYWORDS="~amd64 ~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..4852f99f32 --- /dev/null +++ b/kde-apps/kcalc/Manifest @@ -0,0 +1 @@ +DIST kcalc-18.12.2.tar.xz 362804 BLAKE2B a175bdb85d7a2724226de2a77fa9d2dd37734d4b1c36338d74dda0196c032b766c14b55f9001aad5e6d8189943e1fc9349028d4c540607fd439dc571010b93b5 SHA512 260c96087a3093e49e69e6f72e93917a25d357ea1f54a5c64a3e6d775d7e0fe7391108e9ced7e70f984be7a5e932f2c45f8fc94079305f98ab3b2b080a0a4292 diff --git a/kde-apps/kcalc/kcalc-18.12.2.ebuild b/kde-apps/kcalc/kcalc-18.12.2.ebuild new file mode 100644 index 0000000000..00275f1cc4 --- /dev/null +++ b/kde-apps/kcalc/kcalc-18.12.2.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="true" +inherit kde5 + +DESCRIPTION="KDE calculator" +HOMEPAGE="https://www.kde.org/applications/utilities/kcalc +https://utils.kde.org/projects/kcalc/" +KEYWORDS="~amd64 ~x86" +IUSE="" + +BDEPEND=" + sys-devel/gettext +" +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kguiaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kinit) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + dev-libs/gmp:0= +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/kcalcore/Manifest b/kde-apps/kcalcore/Manifest new file mode 100644 index 0000000000..28fbdd2337 --- /dev/null +++ b/kde-apps/kcalcore/Manifest @@ -0,0 +1 @@ +DIST kcalcore-18.12.2.tar.xz 252580 BLAKE2B b30a71fa032e6130b8d7397f99bf37e48354a66e781ac2548d210bdcf0145da09e3cfd6f51380d75d5475a256ae3944198132671ce1359c70a909e0dd49fee0d SHA512 98dcc1563b70b22318f59b109600e92e76f3a81ff7d46b970815568068539956ba57b12701443a70bd1e101c677e66c3d55d2935dff5a51b5ddd90efb8c6a212 diff --git a/kde-apps/kcalcore/kcalcore-18.12.2.ebuild b/kde-apps/kcalcore/kcalcore-18.12.2.ebuild new file mode 100644 index 0000000000..a1478e114c --- /dev/null +++ b/kde-apps/kcalcore/kcalcore-18.12.2.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 ~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..e0adb021dc --- /dev/null +++ b/kde-apps/kcalutils/Manifest @@ -0,0 +1 @@ +DIST kcalutils-18.12.2.tar.xz 328952 BLAKE2B 4011ee3ed3bdc9f66cd5d88f84dc2860b5092ecaf8edefeeb357b00b8accb928a2847dff74e922ef346fdf8f75ac897e1e802bdc6749e8444be08931bed733eb SHA512 c5be1ed047fef96c2eb4a3d7eb4074a919a360b424d1227773bedbc9953899082ea63842d2f85433a615dbd088b81cf17b12b0a72376a620310f007a608d1243 diff --git a/kde-apps/kcalutils/kcalutils-18.12.2.ebuild b/kde-apps/kcalutils/kcalutils-18.12.2.ebuild new file mode 100644 index 0000000000..c557d646aa --- /dev/null +++ b/kde-apps/kcalutils/kcalutils-18.12.2.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 ~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..5c77fc6052 --- /dev/null +++ b/kde-apps/kcharselect/Manifest @@ -0,0 +1 @@ +DIST kcharselect-18.12.2.tar.xz 333936 BLAKE2B 7289ae357b863006ec82b14fdd8b70ffee008b0427480a5938ffdb4df536dd3b858c9b6b57aad28f5c01538e0e53bc1bc4e0bc276b41ab54fef07bc10ff8a260 SHA512 4f822f978b6101e3d2cb1defc8761af2f9b2afc570459d4d9714d65484e10b6fec25fdce18cd01f34eb3725c71f3d44ffb70905e3efdd0b8ff71cd7152db8c16 diff --git a/kde-apps/kcharselect/kcharselect-18.12.2.ebuild b/kde-apps/kcharselect/kcharselect-18.12.2.ebuild new file mode 100644 index 0000000000..8946d79747 --- /dev/null +++ b/kde-apps/kcharselect/kcharselect-18.12.2.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://www.kde.org/applications/utilities/kcharselect +https://utils.kde.org/projects/kcharselect/" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kbookmarks) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/kcolorchooser/Manifest b/kde-apps/kcolorchooser/Manifest new file mode 100644 index 0000000000..974f7eef10 --- /dev/null +++ b/kde-apps/kcolorchooser/Manifest @@ -0,0 +1 @@ +DIST kcolorchooser-18.12.2.tar.xz 16972 BLAKE2B c7371c8aca093be28b1e42b87c7e5ebb3f12330f719795f0f0e670b5ca3933dded6741fcc73f495daae155fa0c3fcecb6721490bb6ee7d86d2eb5004d6fa39a0 SHA512 156b179b0a6ba58f8d467426dc219fefa112cf8fee9c71ace15b436c7620b6f1faade3b1c1f54fa99b790e530fdacb75e8005014e05f16ce5618dc9e553e8527 diff --git a/kde-apps/kcolorchooser/kcolorchooser-18.12.2.ebuild b/kde-apps/kcolorchooser/kcolorchooser-18.12.2.ebuild new file mode 100644 index 0000000000..54960d6fbb --- /dev/null +++ b/kde-apps/kcolorchooser/kcolorchooser-18.12.2.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://www.kde.org/applications/graphics/kcolorchooser/" + +LICENSE="MIT" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/kcontacts/Manifest b/kde-apps/kcontacts/Manifest new file mode 100644 index 0000000000..95de4422fc --- /dev/null +++ b/kde-apps/kcontacts/Manifest @@ -0,0 +1 @@ +DIST kcontacts-18.12.2.tar.xz 603380 BLAKE2B eee7f81b9a886fc6a44b1afd98a7b8f30cb2c157726c61536dadf37707c92abf77a3b23c4a1ed7e25b02808bbd88727b95deb33b05cb28b38da00bef9f5876e5 SHA512 c5316952cc7b1cf51625af2318d03d6ab257f4dcaf9ee77cff2f754205af256c8e3ef757abb1eb605f25051cb3df86f9811b610f2581799113f0a6d32b164f3c diff --git a/kde-apps/kcontacts/kcontacts-18.12.2.ebuild b/kde-apps/kcontacts/kcontacts-18.12.2.ebuild new file mode 100644 index 0000000000..8e9cea0ec2 --- /dev/null +++ b/kde-apps/kcontacts/kcontacts-18.12.2.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 ~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..30d740b6f2 --- /dev/null +++ b/kde-apps/kcron/Manifest @@ -0,0 +1 @@ +DIST kcron-18.12.2.tar.xz 1055868 BLAKE2B e943e38bba7e70ae6f7f592f05f9b98165e681710a6728bc5b19a942ef229020aa70ac7ea78e67ae732533b297d0c8dc43687dc22a496d5195275f00e9235387 SHA512 85a3320c37ecf14521f4c0e786e3b01a2795e6f96a66396228d4e9212ecba1f8011afa298d92f71f12907edaa5908be3e9dbfc5eaf98c3c7f0f246b6bc728a2f diff --git a/kde-apps/kcron/kcron-18.12.2.ebuild b/kde-apps/kcron/kcron-18.12.2.ebuild new file mode 100644 index 0000000000..261ee335a0 --- /dev/null +++ b/kde-apps/kcron/kcron-18.12.2.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 ~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..b4bee661c2 --- /dev/null +++ b/kde-apps/kdav/Manifest @@ -0,0 +1 @@ +DIST kdav-18.12.2.tar.xz 49724 BLAKE2B ac762c28a3f940de561b5990c8ad28984d312665a9b0efc547fdb26742a191cd00e93ba1b348c8dbfa5d23dc8de67d5d0daedebae63d2ec1696cdca163ce419e SHA512 d1fadc9edf8960c6cff1699b0cc0647c1c29c47dd962b8f5bc72e95638787610624ea4ae0a1543f29a51714393ac1c823e0edc5b4c9a780af491e1d20ef8e092 diff --git a/kde-apps/kdav/kdav-18.12.2.ebuild b/kde-apps/kdav/kdav-18.12.2.ebuild new file mode 100644 index 0000000000..51ea982ab2 --- /dev/null +++ b/kde-apps/kdav/kdav-18.12.2.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 ~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-18.12.2.ebuild b/kde-apps/kde-apps-meta/kde-apps-meta-18.12.2.ebuild new file mode 100644 index 0000000000..2f0bf67d69 --- /dev/null +++ b/kde-apps/kde-apps-meta/kde-apps-meta-18.12.2.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://www.kde.org/" + +LICENSE="metapackage" +SLOT="5" +KEYWORDS="~amd64 ~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..988b7a46f3 --- /dev/null +++ b/kde-apps/kde-dev-scripts/Manifest @@ -0,0 +1 @@ +DIST kde-dev-scripts-18.12.2.tar.xz 378244 BLAKE2B 4633c212396eda2b196223c11b48ffc2a973e694a471b2d315e9309fea81877256049b59772e9ecb067b5387166b385904759b74fd9ac4fc9267eac50686340a SHA512 202b35b834230ea53d09680a0b20217705bc0b8074376460b674e68c5cb6ea041af192c43d6e1f828664802bf668a3c23fbc262e1c77d67178feea277172df4b diff --git a/kde-apps/kde-dev-scripts/kde-dev-scripts-18.12.2.ebuild b/kde-apps/kde-dev-scripts/kde-dev-scripts-18.12.2.ebuild new file mode 100644 index 0000000000..48bc99fe3f --- /dev/null +++ b/kde-apps/kde-dev-scripts/kde-dev-scripts-18.12.2.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 ~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..61c26b8927 --- /dev/null +++ b/kde-apps/kde-dev-utils/Manifest @@ -0,0 +1 @@ +DIST kde-dev-utils-18.12.2.tar.xz 61092 BLAKE2B 3cb2f91a4530375e221c3d85ec434c42659ba1b58cb45efc48530a209de0d1947186ba4dcf7b30fcffa5528d7c48c9c1e64092c6801e10dddaf23dfb4d80c3f4 SHA512 ddbfd5553cb2b59e0791eff7ced787b43c6dd1e3734640835f49bd04cfdcc91c6cb8c16502cb8571f1d580bdc4366a4b14051ca14c96aba766950d455a63a0a9 diff --git a/kde-apps/kde-dev-utils/kde-dev-utils-18.12.2.ebuild b/kde-apps/kde-dev-utils/kde-dev-utils-18.12.2.ebuild new file mode 100644 index 0000000000..6563136ad5 --- /dev/null +++ b/kde-apps/kde-dev-utils/kde-dev-utils-18.12.2.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 ~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-18.12.2.ebuild b/kde-apps/kde-meta/kde-meta-18.12.2.ebuild new file mode 100644 index 0000000000..2997b45208 --- /dev/null +++ b/kde-apps/kde-meta/kde-meta-18.12.2.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://www.kde.org/" + +LICENSE="metapackage" +SLOT="5" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + >=kde-apps/kde-apps-meta-${PV}:${SLOT} + kde-plasma/plasma-meta:5 +" diff --git a/kde-apps/kdeaccessibility-meta/kdeaccessibility-meta-18.12.2.ebuild b/kde-apps/kdeaccessibility-meta/kdeaccessibility-meta-18.12.2.ebuild new file mode 100644 index 0000000000..76f72635b4 --- /dev/null +++ b/kde-apps/kdeaccessibility-meta/kdeaccessibility-meta-18.12.2.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://www.kde.org/" + +LICENSE="metapackage" +SLOT="5" +KEYWORDS="~amd64 ~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-18.12.2.ebuild b/kde-apps/kdeadmin-meta/kdeadmin-meta-18.12.2.ebuild new file mode 100644 index 0000000000..bb62bf14eb --- /dev/null +++ b/kde-apps/kdeadmin-meta/kdeadmin-meta-18.12.2.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://www.kde.org/" + +LICENSE="metapackage" +SLOT="5" +KEYWORDS="~amd64 ~x86" +IUSE="+cron" + +RDEPEND=" + >=kde-apps/ksystemlog-${PV}:${SLOT} + cron? ( >=kde-apps/kcron-${PV}:${SLOT} ) +" diff --git a/kde-apps/kdebase-meta/kdebase-meta-18.12.2.ebuild b/kde-apps/kdebase-meta/kdebase-meta-18.12.2.ebuild new file mode 100644 index 0000000000..80b32c1ef4 --- /dev/null +++ b/kde-apps/kdebase-meta/kdebase-meta-18.12.2.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://www.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..b17b7f4c98 --- /dev/null +++ b/kde-apps/kdebugsettings/Manifest @@ -0,0 +1 @@ +DIST kdebugsettings-18.12.2.tar.xz 55136 BLAKE2B ccd2921f44371a821b709510921969b1d8c69e56f93c896e081b6f79e657ced6b0ff5404e0b9db81a9a84874b1ea59f97952850e9d1f691172a5757722346479 SHA512 e52e58596860c58cf3138e54ee59b79c14a5a178bca9cecd1a2014f62f475f8df0e4db1fe6bb7719ecb42eea6f55b8e2454dc2ff49c0247a101103b0614461a2 diff --git a/kde-apps/kdebugsettings/kdebugsettings-18.12.2.ebuild b/kde-apps/kdebugsettings/kdebugsettings-18.12.2.ebuild new file mode 100644 index 0000000000..f441be5a23 --- /dev/null +++ b/kde-apps/kdebugsettings/kdebugsettings-18.12.2.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 ~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-18.12.2.ebuild b/kde-apps/kdecore-meta/kdecore-meta-18.12.2.ebuild new file mode 100644 index 0000000000..6ca6a22972 --- /dev/null +++ b/kde-apps/kdecore-meta/kdecore-meta-18.12.2.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://www.kde.org/" + +LICENSE="metapackage" +SLOT="5" +KEYWORDS="~amd64 ~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..d95cea2803 --- /dev/null +++ b/kde-apps/kdeedu-data/Manifest @@ -0,0 +1 @@ +DIST kdeedu-data-18.12.2.tar.xz 327976 BLAKE2B f1bacda2fa1b4a8355da7028d441066a84e1c8c413d341b85accce41a38eb1b7a976e0b220a3b98c9b84da788d43b8fd311c456a96f12b141f3724410cd2bbab SHA512 683c35d66a74d889d41fccd815a486bee73c5442eaf9e16ce05420c7cd8b2a243c60b3e0bccb62a9f4bbe3c6cb8ad192fc2bc1bc52a7b325ec0c047384232524 diff --git a/kde-apps/kdeedu-data/kdeedu-data-18.12.2.ebuild b/kde-apps/kdeedu-data/kdeedu-data-18.12.2.ebuild new file mode 100644 index 0000000000..a79dcaf0c4 --- /dev/null +++ b/kde-apps/kdeedu-data/kdeedu-data-18.12.2.ebuild @@ -0,0 +1,21 @@ +# 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 ~x86" +IUSE="" + +BDEPEND=" + $(add_frameworks_dep extra-cmake-modules) + $(add_qt_dep qtcore) +" +RDEPEND=" + !kde-apps/kde-l10n + !kde-apps/libkdeedu:4 +" diff --git a/kde-apps/kdeedu-meta/kdeedu-meta-18.12.2.ebuild b/kde-apps/kdeedu-meta/kdeedu-meta-18.12.2.ebuild new file mode 100644 index 0000000000..23df4bfc85 --- /dev/null +++ b/kde-apps/kdeedu-meta/kdeedu-meta-18.12.2.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 ~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-18.12.2.ebuild b/kde-apps/kdegames-meta/kdegames-meta-18.12.2.ebuild new file mode 100644 index 0000000000..354fbc7cf9 --- /dev/null +++ b/kde-apps/kdegames-meta/kdegames-meta-18.12.2.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 ~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-18.04.3:${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-18.12.2.ebuild b/kde-apps/kdegraphics-meta/kdegraphics-meta-18.12.2.ebuild new file mode 100644 index 0000000000..967a31c31d --- /dev/null +++ b/kde-apps/kdegraphics-meta/kdegraphics-meta-18.12.2.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://www.kde.org/applications/graphics/" + +LICENSE="metapackage" +SLOT="5" +KEYWORDS="~amd64 ~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..bb5f224c41 --- /dev/null +++ b/kde-apps/kdegraphics-mobipocket/Manifest @@ -0,0 +1 @@ +DIST kdegraphics-mobipocket-18.12.2.tar.xz 13456 BLAKE2B a0590c40f5f920a49556a64906f0e6f622d21e73ae9e71ccb24194b12ebdca72eed98817340166504379390e8c61305b518e38b8fc88b7160ae59bbe6d26e9d2 SHA512 5b485e27ca911436835ca03b118b1d094401f9f6fcd33d88a77e2efb8ef3d19b9d778fea26ea94062963cc12a8583521c706eda3c49776a908e9862cb67c1167 diff --git a/kde-apps/kdegraphics-mobipocket/kdegraphics-mobipocket-18.12.2.ebuild b/kde-apps/kdegraphics-mobipocket/kdegraphics-mobipocket-18.12.2.ebuild new file mode 100644 index 0000000000..7a64369c02 --- /dev/null +++ b/kde-apps/kdegraphics-mobipocket/kdegraphics-mobipocket-18.12.2.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 ~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-18.12.2.ebuild b/kde-apps/kdemultimedia-meta/kdemultimedia-meta-18.12.2.ebuild new file mode 100644 index 0000000000..cc98ab9fca --- /dev/null +++ b/kde-apps/kdemultimedia-meta/kdemultimedia-meta-18.12.2.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://www.kde.org/applications/multimedia/ + https://multimedia.kde.org/ +" + +LICENSE="metapackage" +SLOT="5" +KEYWORDS="~amd64 ~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..a4e6ea9f79 --- /dev/null +++ b/kde-apps/kdenetwork-filesharing/Manifest @@ -0,0 +1 @@ +DIST kdenetwork-filesharing-18.12.2.tar.xz 312796 BLAKE2B 281a2e72b6940ca9656eaa1825e3d37f9148764f7347b40b101ddb48858ed925320b3b03b303f5ded28849e6eea117338bc9d0350451017d4426d04a5cc6c845 SHA512 de561c504260dda484a1957d69e5f4016116a49a1a26f1aed63ddc94a09cbbc166731fe04f0fe51cddf5a0c64da9f2ad94af2c192aa3e045f6d21e79161b3e6a diff --git a/kde-apps/kdenetwork-filesharing/kdenetwork-filesharing-18.12.2.ebuild b/kde-apps/kdenetwork-filesharing/kdenetwork-filesharing-18.12.2.ebuild new file mode 100644 index 0000000000..28f4c838dd --- /dev/null +++ b/kde-apps/kdenetwork-filesharing/kdenetwork-filesharing-18.12.2.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 ~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-18.12.2.ebuild b/kde-apps/kdenetwork-meta/kdenetwork-meta-18.12.2.ebuild new file mode 100644 index 0000000000..cf411e1cca --- /dev/null +++ b/kde-apps/kdenetwork-meta/kdenetwork-meta-18.12.2.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://www.kde.org/" + +LICENSE="metapackage" +SLOT="5" +KEYWORDS="~amd64 ~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..0c2c1af460 --- /dev/null +++ b/kde-apps/kdenlive/Manifest @@ -0,0 +1 @@ +DIST kdenlive-18.12.2.tar.xz 10210244 BLAKE2B e37ce048391692255e03d5ae4e079b4cbf0d62ef680ea874a0644daced93890f418d32eb668cb8ea056b3e837676e5839124dfc4a1f4bbd5963e5aed5718c1cd SHA512 f6cf9f45abea531268c255bd70a87a95435e5bf254ffb8830884ee9c315f8ac81a7bb7ccaa0bb80884f3561967f942aee1b248039e05864be28c2130d3f134f1 diff --git a/kde-apps/kdenlive/kdenlive-18.12.2.ebuild b/kde-apps/kdenlive/kdenlive-18.12.2.ebuild new file mode 100644 index 0000000000..a914bec1e1 --- /dev/null +++ b/kde-apps/kdenlive/kdenlive-18.12.2.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="optional" +inherit kde5 + +DESCRIPTION="Non-linear video editing suite by KDE" +HOMEPAGE="https://www.kdenlive.org/" + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" +IUSE="freesound gles2 jogshuttle semantic-desktop share v4l" + +BDEPEND=" + sys-devel/gettext +" +RDEPEND=" + $(add_frameworks_dep karchive) + $(add_frameworks_dep kbookmarks) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kguiaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep kjobwidgets) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep knotifyconfig) + $(add_frameworks_dep kservice) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_frameworks_dep solid) + $(add_qt_dep qtdbus) + $(add_qt_dep qtdeclarative) + $(add_qt_dep qtgui 'gles2=') + $(add_qt_dep qtnetwork) + $(add_qt_dep qtquickcontrols) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + >=media-libs/mlt-6.10.0[ffmpeg,frei0r,kdenlive,melt,qt5,sdl,xml] + virtual/ffmpeg[encode,sdl,X] + virtual/opengl + freesound? ( >=dev-qt/qtwebkit-5.212.0_pre20180120:5 ) + semantic-desktop? ( $(add_frameworks_dep kfilemetadata) ) + share? ( $(add_frameworks_dep purpose) ) + v4l? ( media-libs/libv4l ) +" +DEPEND="${RDEPEND} + $(add_qt_dep qtconcurrent) +" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package freesound Qt5WebKitWidgets) + -DWITH_JogShuttle=$(usex jogshuttle) + $(cmake-utils_use_find_package semantic-desktop KF5FileMetaData) + $(cmake-utils_use_find_package 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..de8ceb5254 --- /dev/null +++ b/kde-apps/kdepim-addons/Manifest @@ -0,0 +1 @@ +DIST kdepim-addons-18.12.2.tar.xz 2039344 BLAKE2B 4131e0836c92cd6812f8d386929982a9fddc7606467fa1e8503b048f0c7ee9ecfabcbd1454425fa39ec3848b38202c2e8b85fdbc8dbb3c40412bd8a01286c5a9 SHA512 f191c57952b9e705f1aea233150e252233ed73a4065ad531c07483070d6f957415f724258c1cbbf19ff11014c051c2ca11693961859a21094b409b021e658397 diff --git a/kde-apps/kdepim-addons/kdepim-addons-18.12.2.ebuild b/kde-apps/kdepim-addons/kdepim-addons-18.12.2.ebuild new file mode 100644 index 0000000000..7eda22e80e --- /dev/null +++ b/kde-apps/kdepim-addons/kdepim-addons-18.12.2.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://www.kde.org/applications/office/kontact/" + +LICENSE="GPL-2+ LGPL-2.1+" +KEYWORDS="~amd64 ~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..af0c58f30f --- /dev/null +++ b/kde-apps/kdepim-apps-libs/Manifest @@ -0,0 +1 @@ +DIST kdepim-apps-libs-18.12.2.tar.xz 85088 BLAKE2B efcef3b842f443a2bc17831d8d4afdb87892ce72f0548e9aedf6bc06dfd310f27682d37568978851dfec31735ca9bd45184303ddf4b252c1be3acd232bff3caa SHA512 a103a785c4a86c5aea2106b969ddd923da4e0a3cfa4d2c5573800b2f637ecd5f04f0d090c6c31561de132ff797614d307762430e0193f0f4ba64e2214f754fe6 diff --git a/kde-apps/kdepim-apps-libs/kdepim-apps-libs-18.12.2.ebuild b/kde-apps/kdepim-apps-libs/kdepim-apps-libs-18.12.2.ebuild new file mode 100644 index 0000000000..a00fb05713 --- /dev/null +++ b/kde-apps/kdepim-apps-libs/kdepim-apps-libs-18.12.2.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 ~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-18.12.2.ebuild b/kde-apps/kdepim-meta/kdepim-meta-18.12.2.ebuild new file mode 100644 index 0000000000..7c0f3acfc8 --- /dev/null +++ b/kde-apps/kdepim-meta/kdepim-meta-18.12.2.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://www.kde.org/applications/development" + +LICENSE="metapackage" +SLOT="5" +KEYWORDS="~amd64 ~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..d5a0a9fb00 --- /dev/null +++ b/kde-apps/kdepim-runtime/Manifest @@ -0,0 +1 @@ +DIST kdepim-runtime-18.12.2.tar.xz 1773748 BLAKE2B 9644641a8207303c071b065448344927d8c43039ce997f4ef8f65e7826127c0bffffee9057f4839cdf6eee6b510c33b671cd116f2be0379617f690c73cd66f99 SHA512 450c8d3edb7f74d632d063013c8999fbab3a1e6789732ce50effff5b2cdb77df0bd51ba1dbd255a7d50a4bf01d96052b89d828df42e4ca210a941bddc76c5228 diff --git a/kde-apps/kdepim-runtime/kdepim-runtime-18.12.2.ebuild b/kde-apps/kdepim-runtime/kdepim-runtime-18.12.2.ebuild new file mode 100644 index 0000000000..8bbfa9c5b2 --- /dev/null +++ b/kde-apps/kdepim-runtime/kdepim-runtime-18.12.2.ebuild @@ -0,0 +1,86 @@ +# 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 ~x86" +IUSE="+oauth" + +# TODO kolab +BDEPEND=" + dev-libs/libxslt + test? ( $(add_kdeapps_dep kimap 'test') ) +" +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 qtspeech) + $(add_qt_dep qtwebengine 'widgets') + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + dev-libs/cyrus-sasl:2 + dev-libs/libical:= + oauth? ( $(add_qt_dep qtnetworkauth) ) +" +DEPEND="${COMMON_DEPEND} + $(add_qt_dep qtxmlpatterns) +" +RDEPEND="${COMMON_DEPEND} + !kde-apps/kdepim-l10n + !kde-misc/akonadi-ews +" + +RESTRICT+=" test" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package oauth Qt5NetworkAuth) + ) + + kde5_src_configure +} diff --git a/kde-apps/kdesdk-kioslaves/Manifest b/kde-apps/kdesdk-kioslaves/Manifest new file mode 100644 index 0000000000..abce357309 --- /dev/null +++ b/kde-apps/kdesdk-kioslaves/Manifest @@ -0,0 +1 @@ +DIST kdesdk-kioslaves-18.12.2.tar.xz 37288 BLAKE2B 01b35639135f394709269babe103e8aa12a7cae1f00c015e6113343e3075ad513255ce950befd5d4e6973d2db279beb4de52049e80ffe148dbe7341bd6b3fb09 SHA512 01bbd5ce377ec58b16af4061d6784831939e29ee3ce2378dc31fee1ee7a7bda1de9f63952ccca5abc8fd9a8fc2baa841ec3a1da8a5fc921034aa237169d6dd25 diff --git a/kde-apps/kdesdk-kioslaves/kdesdk-kioslaves-18.12.2.ebuild b/kde-apps/kdesdk-kioslaves/kdesdk-kioslaves-18.12.2.ebuild new file mode 100644 index 0000000000..49ba492326 --- /dev/null +++ b/kde-apps/kdesdk-kioslaves/kdesdk-kioslaves-18.12.2.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 ~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-18.12.2.ebuild b/kde-apps/kdesdk-meta/kdesdk-meta-18.12.2.ebuild new file mode 100644 index 0000000000..0f90afbfea --- /dev/null +++ b/kde-apps/kdesdk-meta/kdesdk-meta-18.12.2.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://www.kde.org/applications/development" + +LICENSE="metapackage" +SLOT="5" +KEYWORDS="~amd64 ~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..1727ae3de9 --- /dev/null +++ b/kde-apps/kdesdk-thumbnailers/Manifest @@ -0,0 +1 @@ +DIST kdesdk-thumbnailers-18.12.2.tar.xz 17268 BLAKE2B f908309fbec50ce4cb153b8afee1e45ad561e942f0101880828f29bf8c2856bdc39b0cf9b1c21e9e38c4287b81763e685a98661d0a345640171f628f5193a72e SHA512 80ae39f4bcd64e865aa36673dce68d80693ca8f2a3c7f73795bd9f2ffbd90b55c9c8d07af69a01578872f8e72d6369c6804b6caa1f7b78b2574d9beeae0e1ff5 diff --git a/kde-apps/kdesdk-thumbnailers/kdesdk-thumbnailers-18.12.2.ebuild b/kde-apps/kdesdk-thumbnailers/kdesdk-thumbnailers-18.12.2.ebuild new file mode 100644 index 0000000000..6da96fa7c2 --- /dev/null +++ b/kde-apps/kdesdk-thumbnailers/kdesdk-thumbnailers-18.12.2.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 ~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-18.12.2.ebuild b/kde-apps/kdeutils-meta/kdeutils-meta-18.12.2.ebuild new file mode 100644 index 0000000000..42e4e28760 --- /dev/null +++ b/kde-apps/kdeutils-meta/kdeutils-meta-18.12.2.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://www.kde.org/applications/utilities https://utils.kde.org" + +LICENSE="metapackage" +SLOT="5" +KEYWORDS="~amd64 ~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..67fd078f59 --- /dev/null +++ b/kde-apps/kdf/Manifest @@ -0,0 +1 @@ +DIST kdf-18.12.2.tar.xz 556628 BLAKE2B d561b69de30fccaf42a903c534e24894acdf9263d02dbe394acba0a75eb152343e51475b93e87617e4a5f5478f9654d2ffc058c87c84b2f59f637bea8acd7319 SHA512 5e5adad7b2c8645c0a707893e455801cde2b04fb9592a63984340f45488241ad2d876eb43c29ca689f87646ccec06237cafc7a769f2a3a9daf4b161575690c21 diff --git a/kde-apps/kdf/kdf-18.12.2.ebuild b/kde-apps/kdf/kdf-18.12.2.ebuild new file mode 100644 index 0000000000..8a7882b64a --- /dev/null +++ b/kde-apps/kdf/kdf-18.12.2.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 ~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..2a167e0030 --- /dev/null +++ b/kde-apps/kdialog/Manifest @@ -0,0 +1 @@ +DIST kdialog-18.12.2.tar.xz 97428 BLAKE2B 5b2ce2bdabfaae1e0accef227b54648098fe4e5c5e695e3f408a37f0013d4129ac9bb0900ab55082dbd188b091e26d6b9f1864dab6bac6f4dc1d4e0001cb9181 SHA512 a13c39e93029b2051f557ea6e2a3b68c619d6bae10536d0b386fd953976747e6ba8218f53beab2119047ab6748547eb5103d58e1633f516b262bdb67e00002d1 diff --git a/kde-apps/kdialog/kdialog-18.12.2.ebuild b/kde-apps/kdialog/kdialog-18.12.2.ebuild new file mode 100644 index 0000000000..69358c2352 --- /dev/null +++ b/kde-apps/kdialog/kdialog-18.12.2.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 ~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..07caab1acc --- /dev/null +++ b/kde-apps/kdiamond/Manifest @@ -0,0 +1 @@ +DIST kdiamond-18.12.2.tar.xz 4719828 BLAKE2B 906ad43ac1abec19d6b1209f3efe2323e0c6fc12ef2cf2c15eebfa68671487de1648052922c93c59ffaf53bdaa2c2968c38fd28786039953f1cd4f8d43fdbb2a SHA512 c1485a681cadc39954c9580aaffc93669a471dd78dc82f9db276909784827f8000d2c5e471fd7407666ebe1f86e4e7c182b772c79ffce73b3cdb9e69b4ecea39 diff --git a/kde-apps/kdiamond/kdiamond-18.12.2.ebuild b/kde-apps/kdiamond/kdiamond-18.12.2.ebuild new file mode 100644 index 0000000000..2ce0d6e0d2 --- /dev/null +++ b/kde-apps/kdiamond/kdiamond-18.12.2.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://www.kde.org/applications/games/kdiamond/ +https://games.kde.org/game.php?game=kdiamond" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep knotifyconfig) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/keditbookmarks/Manifest b/kde-apps/keditbookmarks/Manifest new file mode 100644 index 0000000000..d8319d1d29 --- /dev/null +++ b/kde-apps/keditbookmarks/Manifest @@ -0,0 +1 @@ +DIST keditbookmarks-18.12.2.tar.xz 184792 BLAKE2B 4fcd0e1b4d5781eaa44cf6e335bc3f48cdb98e04a1ac5512306d96351b28406b2e0b797b7f76356523184249ffa15d51ae6585621db8161e070862703b64a09f SHA512 09999726e6294a2bfb53410898d6403802a22e329a3cfa8624f7b72920ffc3074463933a646a83eb422cabdb326e51b8a9338291f51ea7b81fa6bfce46a1ba57 diff --git a/kde-apps/keditbookmarks/keditbookmarks-18.12.2.ebuild b/kde-apps/keditbookmarks/keditbookmarks-18.12.2.ebuild new file mode 100644 index 0000000000..df40ba2e06 --- /dev/null +++ b/kde-apps/keditbookmarks/keditbookmarks-18.12.2.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 ~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..99bee58a48 --- /dev/null +++ b/kde-apps/kfind/Manifest @@ -0,0 +1 @@ +DIST kfind-18.12.2.tar.xz 267564 BLAKE2B 13151309ad87ef247860fba5e5fc4a2cc42e686f06d02e21b9e2fc4a9f0c054da3e4217585ec0a90be5e3fb400af1efb5f0c1a9b0fa1564094965c36208a3c2a SHA512 4f8ad6b7f12fe8c76b6966e4063b4640942c9c80d77148db60811819e1d325da0e47ec04868e2d0b9d4392c8bb9f2d30176d947c357dc06ad0b8d9c84c66054c diff --git a/kde-apps/kfind/kfind-18.12.2.ebuild b/kde-apps/kfind/kfind-18.12.2.ebuild new file mode 100644 index 0000000000..38b6d9c2e6 --- /dev/null +++ b/kde-apps/kfind/kfind-18.12.2.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://www.kde.org/applications/utilities/kfind/" +KEYWORDS="~amd64 ~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..7089972838 --- /dev/null +++ b/kde-apps/kfloppy/Manifest @@ -0,0 +1 @@ +DIST kfloppy-18.12.2.tar.xz 199368 BLAKE2B 01d4328c15edc6ea6f97d10a2bd2394d989c072ca6f4274fa83e5bb101210f329572bb1e598ad8effd369bc4eda163547884030bb1cb90f6c420959d73e9e7ea SHA512 40b686c021cf866c6cb2c319adadb0b19b83687420d3142ffd825019bf84128c3d145c053bbb182066669fd7dd7d72cf52a6a14086cd1009a2cc5c54bfbeeb84 diff --git a/kde-apps/kfloppy/kfloppy-18.12.2.ebuild b/kde-apps/kfloppy/kfloppy-18.12.2.ebuild new file mode 100644 index 0000000000..edde33a1e9 --- /dev/null +++ b/kde-apps/kfloppy/kfloppy-18.12.2.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://www.kde.org/applications/utilities/kfloppy/ + https://utils.kde.org/projects/kfloppy/ +" + +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/kfourinline/Manifest b/kde-apps/kfourinline/Manifest new file mode 100644 index 0000000000..646ffa89fe --- /dev/null +++ b/kde-apps/kfourinline/Manifest @@ -0,0 +1 @@ +DIST kfourinline-18.12.2.tar.xz 636532 BLAKE2B 7e6969110df364f1b28feb6bd99ce36259505590e14686fa52fff39761755cb0dcd2f6550826e5642fbf33cf7ad1c437c337a6462d65b03fda6b42e293ea42ff SHA512 0e68a9bb652b91a71019cb6883cbcbf79f706598faec9a507993a2c4ee6189877f40c924a24bc130f7878ba1bb5a052c5f8bae3c0f44fd0db62d2ad3784116d9 diff --git a/kde-apps/kfourinline/kfourinline-18.12.2.ebuild b/kde-apps/kfourinline/kfourinline-18.12.2.ebuild new file mode 100644 index 0000000000..3aff16f102 --- /dev/null +++ b/kde-apps/kfourinline/kfourinline-18.12.2.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://www.kde.org/applications/games/kfourinline/ +https://games.kde.org/game.php?game=kfourinline" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdnssd) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtgui) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/kgeography/Manifest b/kde-apps/kgeography/Manifest new file mode 100644 index 0000000000..ee2d691e0f --- /dev/null +++ b/kde-apps/kgeography/Manifest @@ -0,0 +1 @@ +DIST kgeography-18.12.2.tar.xz 10827992 BLAKE2B a9793730a547fcc49b7acfe3522200dd65aae5a6dbdcce10a1ca57ad63d3392ec00c9b5eaedcc8b4acc16fc678c456de035d42a97b603bdf2b2ed364a0627da5 SHA512 87d94cec460bd42995bbd4b48e095de57cde965bddc4f571f3bb9c20b02cda8272f2c02a1d20145e5b10a7b91baf1db61f45e4124b39df3bc0c719f9cbd335a6 diff --git a/kde-apps/kgeography/kgeography-18.12.2.ebuild b/kde-apps/kgeography/kgeography-18.12.2.ebuild new file mode 100644 index 0000000000..a427b71762 --- /dev/null +++ b/kde-apps/kgeography/kgeography-18.12.2.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 ~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..13e4ab8448 --- /dev/null +++ b/kde-apps/kget/Manifest @@ -0,0 +1 @@ +DIST kget-18.12.2.tar.xz 5076952 BLAKE2B 682211fa7278027a7d607058bc04f0b1b9cae25f757695a33ab5fccfc1a602aa81777e52974bf743596d28bcf919229cb15b6dced4fb7af66b8bd24f76195bf6 SHA512 419446b23438472420536437c9df59a9c5ded14725c69f3a5fab28ede0039458bbf011eaeeedc2d2dfb6b0113060eea7a39c26ed1f46f624584ad6468be66e02 diff --git a/kde-apps/kget/kget-18.12.2.ebuild b/kde-apps/kget/kget-18.12.2.ebuild new file mode 100644 index 0000000000..e3d7fb42dc --- /dev/null +++ b/kde-apps/kget/kget-18.12.2.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://www.kde.org/applications/internet/kget/" +KEYWORDS="~amd64 ~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..a8c4485921 --- /dev/null +++ b/kde-apps/kgoldrunner/Manifest @@ -0,0 +1 @@ +DIST kgoldrunner-18.12.2.tar.xz 4415672 BLAKE2B a9d792fc766096530997845a6c9f32ceaac96b911388c15c85cf2abdc888932b402a785e70e7f2f677278d74eeb56b3e28111ccf0193154a984c8375762997d3 SHA512 4d918dbb02675954dd9854c4bd37a84356921235026f38c3c4abf0f7326b162b6ef59543b8b20c2ea11877000c3ab1cc9984aab006db95f67e41dd435f0eab28 diff --git a/kde-apps/kgoldrunner/kgoldrunner-18.12.2.ebuild b/kde-apps/kgoldrunner/kgoldrunner-18.12.2.ebuild new file mode 100644 index 0000000000..b4cf888065 --- /dev/null +++ b/kde-apps/kgoldrunner/kgoldrunner-18.12.2.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://www.kde.org/applications/games/kgoldrunner/ +https://games.kde.org/game.php?game=kgoldrunner" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + media-libs/libsndfile + media-libs/openal +" +RDEPEND="${DEPEND} + !<kde-apps/kde4-l10n-17.07.80 + $(add_qt_dep qtsvg) +" diff --git a/kde-apps/kgpg/Manifest b/kde-apps/kgpg/Manifest new file mode 100644 index 0000000000..9998ff3dc4 --- /dev/null +++ b/kde-apps/kgpg/Manifest @@ -0,0 +1 @@ +DIST kgpg-18.12.2.tar.xz 2880064 BLAKE2B 61c98773831d090fe858d7ad82b4a708e860939aca8888e3dbb14be7114e84584b6364891ff065828187c3bccf350e6b3a5d1edd194fff26802f06dd50726cef SHA512 31b9cc27712f08214240b704f508aff69b7e7c26143e48ed26d8086de20c4d325650f79a59a909138a91fc33b375a0f76c10faa96e4d5cbdc85a0dfc8faada09 diff --git a/kde-apps/kgpg/kgpg-18.12.2.ebuild b/kde-apps/kgpg/kgpg-18.12.2.ebuild new file mode 100644 index 0000000000..6d1f28e07e --- /dev/null +++ b/kde-apps/kgpg/kgpg-18.12.2.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://www.kde.org/applications/utilities/kgpg +https://utils.kde.org/projects/kgpg/" +KEYWORDS="~amd64 ~x86" +IUSE="" + +COMMON_DEPEND=" + $(add_frameworks_dep karchive) + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kjobwidgets) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep kservice) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep akonadi) + $(add_kdeapps_dep akonadi-contacts) + $(add_kdeapps_dep kcontacts) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtwidgets) +" +DEPEND="${COMMON_DEPEND} + app-crypt/gpgme +" +RDEPEND="${COMMON_DEPEND} + app-crypt/gnupg +" diff --git a/kde-apps/khangman/Manifest b/kde-apps/khangman/Manifest new file mode 100644 index 0000000000..587bc9fc07 --- /dev/null +++ b/kde-apps/khangman/Manifest @@ -0,0 +1 @@ +DIST khangman-18.12.2.tar.xz 7117968 BLAKE2B fa255fec0bfbf3b935cba61a5546f31d68002d5ab49cbc161ec15d5e317fe5ec93c5e80d7d2a8b3f88a294010a877ba7c672d8b25f0a441bb20c435252eb45a5 SHA512 9c4ec0b98ed63e008e559eaa802bf83c4c8577181b1da7ac911744bc2919533550de37faa445f07d3d96df013f0c33220c64b7c65a44a47b0480c74d1df92434 diff --git a/kde-apps/khangman/khangman-18.12.2.ebuild b/kde-apps/khangman/khangman-18.12.2.ebuild new file mode 100644 index 0000000000..a4b645d587 --- /dev/null +++ b/kde-apps/khangman/khangman-18.12.2.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://www.kde.org/applications/education/khangman +https://edu.kde.org/khangman/" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdeclarative) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkeduvocdocument) + $(add_qt_dep qtdeclarative) + $(add_qt_dep qtgui) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + media-libs/phonon[qt5(+)] +" +RDEPEND="${DEPEND} + $(add_kdeapps_dep kdeedu-data) + $(add_qt_dep qtgraphicaleffects) + $(add_qt_dep qtmultimedia) + $(add_qt_dep qtquickcontrols) +" diff --git a/kde-apps/khelpcenter/Manifest b/kde-apps/khelpcenter/Manifest new file mode 100644 index 0000000000..af510f34e0 --- /dev/null +++ b/kde-apps/khelpcenter/Manifest @@ -0,0 +1 @@ +DIST khelpcenter-18.12.2.tar.xz 3843548 BLAKE2B 26a0cfda02b9aa1395ef99fc334088ba97249c373650ef53fa993a28ccaf7c0d16e36665483353dc059f26309e5270d814816b9d992dda787074d62bc9e168bb SHA512 72e22dee68d90bdd147b6f8b29c7a21cda6d555b0713c78a04f8ea90c47c06b4db148d1ea734b96b54032aba0de02d1c9d1440a90b968a9e135e146bf1c48caf diff --git a/kde-apps/khelpcenter/khelpcenter-18.12.2.ebuild b/kde-apps/khelpcenter/khelpcenter-18.12.2.ebuild new file mode 100644 index 0000000000..39b4be358f --- /dev/null +++ b/kde-apps/khelpcenter/khelpcenter-18.12.2.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="true" +inherit kde5 + +DESCRIPTION="The KDE Help Center" +HOMEPAGE+=" https://userbase.kde.org/KHelpCenter" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep karchive) + $(add_frameworks_dep kbookmarks) + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kdoctools) + $(add_frameworks_dep khtml) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kinit) + $(add_frameworks_dep kio) + $(add_frameworks_dep kparts) + $(add_frameworks_dep kservice) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + dev-libs/grantlee:5 + dev-libs/libxml2 + dev-libs/xapian:= +" +RDEPEND="${DEPEND} + $(add_plasma_dep kde-cli-tools) +" + +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..098deacffb --- /dev/null +++ b/kde-apps/kidentitymanagement/Manifest @@ -0,0 +1 @@ +DIST kidentitymanagement-18.12.2.tar.xz 148672 BLAKE2B 9f8f5c3096bd77ad0feaac9354d92fd709e328a115e7531cde9680f61efcb15ebb8cafd5812bf8e754cd66a3974b51a43832f49d2095be9cef8e00529ea2a4bb SHA512 8be6ff49803ee4c9e2b7a92cf344f5598c1bb7fe54f49e9b3238d1e82393a9403c6e7bb8d98135f96272d07886b5fc5d5074d321ca2a416d0b737669f4706740 diff --git a/kde-apps/kidentitymanagement/kidentitymanagement-18.12.2.ebuild b/kde-apps/kidentitymanagement/kidentitymanagement-18.12.2.ebuild new file mode 100644 index 0000000000..d670af1d38 --- /dev/null +++ b/kde-apps/kidentitymanagement/kidentitymanagement-18.12.2.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 ~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..57a39399bd --- /dev/null +++ b/kde-apps/kig/Manifest @@ -0,0 +1 @@ +DIST kig-18.12.2.tar.xz 3498792 BLAKE2B 6d69774001a8b24a1ce427961a89dc9860180c209c34815802ec1b3ced878028b495ecb1186fbdefb84e92419dae301bf3bd8dcad8233df16d0b8bce13c8dacc SHA512 81f28a9974cfbd04663391d0f488f3f68407672d56b17fd699616dc7089aa0ea6e64c3f76ba0afe4bd8099f3cce574aaeeff1a7d425a16483bda2670810a82dd diff --git a/kde-apps/kig/kig-18.12.2.ebuild b/kde-apps/kig/kig-18.12.2.ebuild new file mode 100644 index 0000000000..d046fe17df --- /dev/null +++ b/kde-apps/kig/kig-18.12.2.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="optional" +PYTHON_COMPAT=( python2_7 ) +inherit python-single-r1 kde5 + +DESCRIPTION="KDE Interactive Geometry tool" +HOMEPAGE="https://www.kde.org/applications/education/kig https://edu.kde.org/kig/" +KEYWORDS="~amd64 ~x86" +IUSE="geogebra scripting" + +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND="${PYTHON_DEPS} + $(add_frameworks_dep karchive) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kparts) + $(add_frameworks_dep kservice) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtgui) + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + geogebra? ( $(add_qt_dep qtxmlpatterns) ) + scripting? ( >=dev-libs/boost-1.48:=[python,${PYTHON_USEDEP}] ) +" +DEPEND="${RDEPEND} + $(add_frameworks_dep ktexteditor) +" + +PATCHES=( "${FILESDIR}/${PN}-4.12.0-boostpython.patch" ) + +pkg_setup() { + python-single-r1_pkg_setup + kde5_pkg_setup +} + +src_prepare() { + kde5_src_prepare + python_fix_shebang . +} + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package geogebra Qt5XmlPatterns) + $(cmake-utils_use_find_package scripting BoostPython) + ) + + kde5_src_configure +} diff --git a/kde-apps/kigo/Manifest b/kde-apps/kigo/Manifest new file mode 100644 index 0000000000..3bb88b08e8 --- /dev/null +++ b/kde-apps/kigo/Manifest @@ -0,0 +1 @@ +DIST kigo-18.12.2.tar.xz 5224444 BLAKE2B afddb75a018ff59c84f31510aac114cf3e68b47af14fa816f4267d0d1b94343ff2a85947ee893a2a872f0d11bbf29bcccab39a1031048c27f1092a443e41b54b SHA512 5d6ec5e5efc314fb09978e0eac289c03e568dd25563ad4a4c1aacfb9755eeeaeb664aaeb32c62fe46e7302d7dbd2dd63859c7d19317a3637496f4b617426118f diff --git a/kde-apps/kigo/kigo-18.12.2.ebuild b/kde-apps/kigo/kigo-18.12.2.ebuild new file mode 100644 index 0000000000..f491abc671 --- /dev/null +++ b/kde-apps/kigo/kigo-18.12.2.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://www.kde.org/applications/games/kigo/" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtgui) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND} + !<kde-apps/kde4-l10n-17.07.80 + games-board/gnugo +" diff --git a/kde-apps/killbots/Manifest b/kde-apps/killbots/Manifest new file mode 100644 index 0000000000..89a5d717eb --- /dev/null +++ b/kde-apps/killbots/Manifest @@ -0,0 +1 @@ +DIST killbots-18.12.2.tar.xz 1164980 BLAKE2B f5ccfb0308740966fa4629dff1966c11e7b6156035624b335f5565ed37ab14ceb44bdf7bee61821cf58213a333f8b897b481125c29ce73d79eb49cb4fac78a79 SHA512 299ebec3dab351e14c0b8127ad83ee64d46f4af7c008f26500ad03c8df28330bd79062e82f60ba5594a03f5445e1ddf4773d0ff794e90030ce4da5408a6c5ec2 diff --git a/kde-apps/killbots/killbots-18.12.2.ebuild b/kde-apps/killbots/killbots-18.12.2.ebuild new file mode 100644 index 0000000000..eeefc26f2e --- /dev/null +++ b/kde-apps/killbots/killbots-18.12.2.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://www.kde.org/applications/games/killbots/" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" + +DOCS=() diff --git a/kde-apps/kimagemapeditor/Manifest b/kde-apps/kimagemapeditor/Manifest new file mode 100644 index 0000000000..bc127d1717 --- /dev/null +++ b/kde-apps/kimagemapeditor/Manifest @@ -0,0 +1 @@ +DIST kimagemapeditor-18.12.2.tar.xz 1070932 BLAKE2B b38ab43ff65143aa4fa884106a55de4463aaacc717ee768023672e614b97013da8d9184c37a0d679a83cd551a182f97ce438865647f3eadfc296a887c4de16ac SHA512 fc759160514acb72e695e850ab7c268cb653b65d5d51de46692fe881048baa1fe79aaa99c2b5188e01035822b2dc4f3a2c98eac693a0e02ce140e19416a2325e diff --git a/kde-apps/kimagemapeditor/kimagemapeditor-18.12.2.ebuild b/kde-apps/kimagemapeditor/kimagemapeditor-18.12.2.ebuild new file mode 100644 index 0000000000..49792dfd8f --- /dev/null +++ b/kde-apps/kimagemapeditor/kimagemapeditor-18.12.2.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://www.kde.org/applications/development/kimagemapeditor/" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep kguiaddons) + $(add_frameworks_dep khtml) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kparts) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND} + !kde-apps/kde4-l10n +" diff --git a/kde-apps/kimap/Manifest b/kde-apps/kimap/Manifest new file mode 100644 index 0000000000..8c986682dd --- /dev/null +++ b/kde-apps/kimap/Manifest @@ -0,0 +1 @@ +DIST kimap-18.12.2.tar.xz 119596 BLAKE2B a83837befe5274d48d6c753151907f04ad0a1ddde707fd17ed6ea089d4138f66eff3c7b1df6529caf25ea19476d689a75305d60bad57954c480597d9d2d9b4a1 SHA512 2fb304f6afba2d0e7f8e5d6ab685dcafea29ae487b85d44ecf4fa75257d3871ec1209fd02a1a6e54607e29b9140437e082707e3aaf9fcdcd0a7d22f5bdc0231c diff --git a/kde-apps/kimap/kimap-18.12.2.ebuild b/kde-apps/kimap/kimap-18.12.2.ebuild new file mode 100644 index 0000000000..c87996aa53 --- /dev/null +++ b/kde-apps/kimap/kimap-18.12.2.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 ~x86" +IUSE="" + +# TODO: Convince upstream not to install stuff with tests +BDEPEND=" + test? ( $(add_qt_dep qttest) ) +" +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 +" +RDEPEND="${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..bf11208ca7 --- /dev/null +++ b/kde-apps/kio-extras/Manifest @@ -0,0 +1 @@ +DIST kio-extras-18.12.2.tar.xz 562016 BLAKE2B 9fc9ea8c06368edad8793e0d4c7b209042ac101c137bbe53e794a3959e68307b3e32b33e05f6f6ca6a0edf648231103851f24978c7b2ce6b07ddea47225fce0e SHA512 52b211f87066fc1f29a8e53ba69427b4f2af0d978a029ae9be43950959eac4a9cb8289b21bf0ebafd2d9426fa913028c087df7528c86eeb32f7daf8aba2a25f5 diff --git a/kde-apps/kio-extras/kio-extras-18.12.2.ebuild b/kde-apps/kio-extras/kio-extras-18.12.2.ebuild new file mode 100644 index 0000000000..2197fecc02 --- /dev/null +++ b/kde-apps/kio-extras/kio-extras-18.12.2.ebuild @@ -0,0 +1,75 @@ +# 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_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..2215c46eea --- /dev/null +++ b/kde-apps/kiriki/Manifest @@ -0,0 +1 @@ +DIST kiriki-18.12.2.tar.xz 371868 BLAKE2B 1048c3cbea5ba8a8459f4c55b34285bf2b0db6a232a79cea5e18d47c2a531beb4a2f9d6587c4868bb2652bc4ea49b75832ef077e60f823b5f3ef6415e59800d7 SHA512 673470bddd59f73156ac57eb3e8124da36f811be3e9f3e2b64af53ae2fe7805188704c84e55d0f55bcc9c09c16bff56aad282aeb585e270216cacdbb034ad4b0 diff --git a/kde-apps/kiriki/kiriki-18.12.2.ebuild b/kde-apps/kiriki/kiriki-18.12.2.ebuild new file mode 100644 index 0000000000..8e2d89c5d3 --- /dev/null +++ b/kde-apps/kiriki/kiriki-18.12.2.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://www.kde.org/applications/games/kiriki/ +https://games.kde.org/game.php?game=kiriki" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtgui) + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/kiten/Manifest b/kde-apps/kiten/Manifest new file mode 100644 index 0000000000..ca8ed47df3 --- /dev/null +++ b/kde-apps/kiten/Manifest @@ -0,0 +1 @@ +DIST kiten-18.12.2.tar.xz 11283052 BLAKE2B bc9166f0bfff6780b8972cfcb734e728fad3e643bb34f936b23aece8f99428e438e1956b38738790ff9d5342b9b36a0bda81bb3178b7a600dea898d2deda3153 SHA512 f06165b217ed7bd27a25e5df62f8cae6018634ea03c616695151aa48e579a2dd0a514a637019316197b7ab6f3de471968cbe68ca9eec9bc04479444725b12b77 diff --git a/kde-apps/kiten/kiten-18.12.2.ebuild b/kde-apps/kiten/kiten-18.12.2.ebuild new file mode 100644 index 0000000000..eed4df596f --- /dev/null +++ b/kde-apps/kiten/kiten-18.12.2.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://www.kde.org/applications/education/kiten https://edu.kde.org/kiten/" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep karchive) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep khtml) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep 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..8e17d24dd7 --- /dev/null +++ b/kde-apps/kitinerary/Manifest @@ -0,0 +1 @@ +DIST kitinerary-18.12.2.tar.xz 653388 BLAKE2B d45bb8060953baf1000839fdbeaaa81dac6f704cb68097ce5fe7e3e889e8275e1ae9b7604be01e75afe4e213af2ae328005f4f9e3907905eaa51f926cdb6a456 SHA512 5512a5287536454e82eff3308ceba828216167d3b6728ba7bc720c8e89403205e03226c16f0b80d033d5711999767634c8c36290a5cb4f6ec4f307d37e50b1a7 diff --git a/kde-apps/kitinerary/kitinerary-18.12.2.ebuild b/kde-apps/kitinerary/kitinerary-18.12.2.ebuild new file mode 100644 index 0000000000..90556bff9e --- /dev/null +++ b/kde-apps/kitinerary/kitinerary-18.12.2.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://www.kde.org/applications/office/kontact/" + +LICENSE="LGPL-2.1+" +KEYWORDS="~amd64 ~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..34c8ed0dcd --- /dev/null +++ b/kde-apps/kjumpingcube/Manifest @@ -0,0 +1 @@ +DIST kjumpingcube-18.12.2.tar.xz 286592 BLAKE2B 2f6c126cd2dae496ebd02949fd9c2cac9d49cd1024ed0faee95397a686ef69f5dedceab8cbd8791ecebef20ed0689097ed1ed055f0c70e01e727fbb6044ad78c SHA512 3d9bd31fe0e134138b7a4e70b497f58ee65ea716d68185c162d1e89b4998240b9fbeefe2f8232f335d1d96af4d135b72897c4d406d9a97e3355390be6eef74af diff --git a/kde-apps/kjumpingcube/kjumpingcube-18.12.2.ebuild b/kde-apps/kjumpingcube/kjumpingcube-18.12.2.ebuild new file mode 100644 index 0000000000..12450a47f4 --- /dev/null +++ b/kde-apps/kjumpingcube/kjumpingcube-18.12.2.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="true" +KDE_SELINUX_MODULE="games" +inherit kde5 + +DESCRIPTION="Tactical one or two player game" +HOMEPAGE="https://www.kde.org/applications/games/kjumpingcube/ +https://games.kde.org/game.php?game=kjumpingcube" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtgui) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/kldap/Manifest b/kde-apps/kldap/Manifest new file mode 100644 index 0000000000..b1b16c6951 --- /dev/null +++ b/kde-apps/kldap/Manifest @@ -0,0 +1 @@ +DIST kldap-18.12.2.tar.xz 155616 BLAKE2B 90946693d82fca697db239d3fc3f915f00109a83aae428466dc62063c4303b601bb7d65406f95f407895f3b8f26ff4a4d47e127a419fecef9f47b0dd9c0504c9 SHA512 7452d6c8843f7d7e5827782ff4f38846b5303e690c06c6726c4ca65864921ff7c0a7dcca1260f9cb77393ae201a28842f152f7cad12758b9e84acb30b62d19d7 diff --git a/kde-apps/kldap/kldap-18.12.2.ebuild b/kde-apps/kldap/kldap-18.12.2.ebuild new file mode 100644 index 0000000000..684291a717 --- /dev/null +++ b/kde-apps/kldap/kldap-18.12.2.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 ~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..f872dccf10 --- /dev/null +++ b/kde-apps/kleopatra/Manifest @@ -0,0 +1 @@ +DIST kleopatra-18.12.2.tar.xz 1929264 BLAKE2B c785078f02dd0bd3aac4718bb4db28071a6b499817f72da741a4ee489d6f6aa1a6d9e868f49a259c17d26122377178cb7d62044999fe21497d97b96258607bb7 SHA512 e8273c5564c2a48afbd0c9ae467092afc3fa80cd6d374da7273e110c2b1d3c2cbc093b8e7eee682dac204ceb851352f6e4ae6263d8d689d8c3e1bb93f924906d diff --git a/kde-apps/kleopatra/kleopatra-18.12.2.ebuild b/kde-apps/kleopatra/kleopatra-18.12.2.ebuild new file mode 100644 index 0000000000..27850e1b58 --- /dev/null +++ b/kde-apps/kleopatra/kleopatra-18.12.2.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="optional" +KDE_TEST="forceoptional" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Certificate manager and GUI for OpenPGP and CMS cryptography" +HOMEPAGE="https://www.kde.org/applications/utilities/kleopatra" + +LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcmutils) + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kitemmodels) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep kmime) + $(add_kdeapps_dep libkleo) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtwidgets) + >=app-crypt/gpgme-1.7.1[cxx,qt5] + dev-libs/boost:= + dev-libs/libassuan + dev-libs/libgpg-error +" +RDEPEND="${DEPEND} + !kde-apps/kdepim-l10n + !kde-apps/kleopatra:4 + >=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..e49cf4dd8d --- /dev/null +++ b/kde-apps/klettres/Manifest @@ -0,0 +1 @@ +DIST klettres-18.12.2.tar.xz 21487468 BLAKE2B b21c1a991ac8fbef0a50e72ea60d7ada75433eb7d5c600a3d7ba4897b560ad6d52f59f36e0779c96e2913ada842251288853e8ba0a1a114b5ce9eebce6c56be4 SHA512 d78550d6ec790c95085a13466abdf8ff03cd2062a5aad54c462f74649cbd48716f8e306642ded2b648ac5d8d9a1f564b0f82c1907ace10413872f9e4bf0b0d99 diff --git a/kde-apps/klettres/klettres-18.12.2.ebuild b/kde-apps/klettres/klettres-18.12.2.ebuild new file mode 100644 index 0000000000..2d9132d2aa --- /dev/null +++ b/kde-apps/klettres/klettres-18.12.2.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://www.kde.org/applications/education/klettres +https://edu.kde.org/klettres/" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtgui) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + media-libs/phonon[qt5(+)] +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/klickety/Manifest b/kde-apps/klickety/Manifest new file mode 100644 index 0000000000..41468a4d43 --- /dev/null +++ b/kde-apps/klickety/Manifest @@ -0,0 +1 @@ +DIST klickety-18.12.2.tar.xz 1389072 BLAKE2B 692625a13e284e069c6d01eca696c65f3902cbdb3f207d52d0b67578f5b92c5f88423e418501f656e81f0920445a022e8b9f096a7d5bdf5d8050672d546d10ec SHA512 ccbbfa489f418aa5977e2747b9aad52e7c9b48860c52dcbb90a5453a0849dd6e0a6e48b5d171b8f5bc07793b1985c8842b75af2b5235fc86269c09508920ec02 diff --git a/kde-apps/klickety/klickety-18.12.2.ebuild b/kde-apps/klickety/klickety-18.12.2.ebuild new file mode 100644 index 0000000000..0f6d3ca47d --- /dev/null +++ b/kde-apps/klickety/klickety-18.12.2.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 ~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..8e000af8c4 --- /dev/null +++ b/kde-apps/klines/Manifest @@ -0,0 +1 @@ +DIST klines-18.12.2.tar.xz 1780876 BLAKE2B 58ee1dcb8cbe93b3e7184f36152b005499765c395c98688f0adb878161b505cc97424c910411919c435d61fc4f005e26e5221bba1e3ddcc43770b97de4095e1f SHA512 14f6bb5483df8dfde20617b75e095775c56658e8868d805600649ae76b8f85779ccddb02ee7b08f6e189fb3977952360a25b61138aaaaab6666e1e128f785c39 diff --git a/kde-apps/klines/klines-18.12.2.ebuild b/kde-apps/klines/klines-18.12.2.ebuild new file mode 100644 index 0000000000..214e785bd3 --- /dev/null +++ b/kde-apps/klines/klines-18.12.2.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://www.kde.org/applications/games/klines/ +https://games.kde.org/game.php?game=klines" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" + +DOCS=( AUTHORS ) diff --git a/kde-apps/kmag/Manifest b/kde-apps/kmag/Manifest new file mode 100644 index 0000000000..d79697a95e --- /dev/null +++ b/kde-apps/kmag/Manifest @@ -0,0 +1 @@ +DIST kmag-18.12.2.tar.xz 629360 BLAKE2B 966fb1075187f51291fc305d5d1605cefb1517949182d16dd136a1875de5eb8cd4f1051f738ddd9b132d84abe1b79f9585742e13e6fb01235b1c264180640be9 SHA512 afbfa16b4d0ef6dd619c89a2352aafa50f2d1fc95e03d2a58bad851f9c3117715d30f4c6eee5ced3657dc2537afad4bc8704232bcdfd55eaf0589f7cc0e4f471 diff --git a/kde-apps/kmag/kmag-18.12.2.ebuild b/kde-apps/kmag/kmag-18.12.2.ebuild new file mode 100644 index 0000000000..9e8618c2e7 --- /dev/null +++ b/kde-apps/kmag/kmag-18.12.2.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://www.kde.org/applications/utilities/kmag/" +KEYWORDS="~amd64 ~x86" +IUSE="keyboardfocus" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtgui) + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtwidgets) + keyboardfocus? ( media-libs/libqaccessibilityclient:5 ) +" +RDEPEND="${DEPEND} + !<kde-apps/kde4-l10n-17.07.80 +" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package keyboardfocus QAccessibilityClient) + ) + + kde5_src_configure +} diff --git a/kde-apps/kmahjongg/Manifest b/kde-apps/kmahjongg/Manifest new file mode 100644 index 0000000000..a15bc3c64c --- /dev/null +++ b/kde-apps/kmahjongg/Manifest @@ -0,0 +1 @@ +DIST kmahjongg-18.12.2.tar.xz 4065016 BLAKE2B 6686254374d48286dfa76e2f314c86b3a8370c3ed204ae9a4a67adc18ed7738cf6ea8cb715baf6947e97b528bd687e83953d77988b35bc9d92c6c9e78adae851 SHA512 2fb089edb1549dfb43d03f1781a09a71459893de79e77be0fc720c71ad7615208ab8712426a8ca4ffd7cfdff5cba892566613bfd5e6b0d5a274353c7c44b2abb diff --git a/kde-apps/kmahjongg/kmahjongg-18.12.2.ebuild b/kde-apps/kmahjongg/kmahjongg-18.12.2.ebuild new file mode 100644 index 0000000000..9b2aa9ea4d --- /dev/null +++ b/kde-apps/kmahjongg/kmahjongg-18.12.2.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://www.kde.org/applications/games/kmahjongg/ +https://games.kde.org/game.php?game=kmahjongg" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kdeclarative) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_kdeapps_dep libkmahjongg) + $(add_qt_dep qtgui) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/kmail-account-wizard/Manifest b/kde-apps/kmail-account-wizard/Manifest new file mode 100644 index 0000000000..3d0ef9d176 --- /dev/null +++ b/kde-apps/kmail-account-wizard/Manifest @@ -0,0 +1 @@ +DIST kmail-account-wizard-18.12.2.tar.xz 155996 BLAKE2B 62c1d36713fe8803cb4899f3455e819b00dde7d8c0d0d5a7c46cd7d5c30e3539468a573504b4d601aceaa10e871023eca1b681363e07a14e0a7d3e3d6ec673fc SHA512 555e654253ef7e5f32fb9668f0443fec17f631462b6b78d49ab911325a70632c45397180f9c5b6b438299d2918cd4489ad9795c4361114274ae413fcf84908dd diff --git a/kde-apps/kmail-account-wizard/kmail-account-wizard-18.12.2.ebuild b/kde-apps/kmail-account-wizard/kmail-account-wizard-18.12.2.ebuild new file mode 100644 index 0000000000..1af79af3aa --- /dev/null +++ b/kde-apps/kmail-account-wizard/kmail-account-wizard-18.12.2.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 ~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..9f2f6eaffd --- /dev/null +++ b/kde-apps/kmail/Manifest @@ -0,0 +1 @@ +DIST kmail-18.12.2.tar.xz 4724460 BLAKE2B 9971b89165c7dc8bc13e6501bbff82b141966ade412f7bcb3ae6f22db7490732a36fd192383482da61d170ab4ed7b923eabfa47d223900e3c5da0181eed7d0a5 SHA512 82eb8394e06a52df2ab6f73d20ab39a5e5b3e03cf5893def877bf038a040f3f223e1a0526ad61e50060ed64e9f28ffc0dde1d2fcff870aa00c0bb2fb80819c1d diff --git a/kde-apps/kmail/kmail-18.12.2.ebuild b/kde-apps/kmail/kmail-18.12.2.ebuild new file mode 100644 index 0000000000..30d6876a60 --- /dev/null +++ b/kde-apps/kmail/kmail-18.12.2.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://www.kde.org/applications/internet/kmail/" +LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" +KEYWORDS="~amd64 ~x86" +IUSE="" + +BDEPEND=" + dev-libs/libxslt + test? ( $(add_kdeapps_dep akonadi 'sqlite,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) +" +RDEPEND="${COMMON_DEPEND} + !kde-apps/kdepim-common-libs:4 + !kde-apps/kdepim-l10n + !kde-apps/kmail:4 + !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..4e7b5128f0 --- /dev/null +++ b/kde-apps/kmailtransport/Manifest @@ -0,0 +1 @@ +DIST kmailtransport-18.12.2.tar.xz 165868 BLAKE2B 0e1d3d854146eb25ed317491539fa5f3e9a61a37586e64862da63515e5def9f8f719ad7b0da134589a80283045f21faa36bf82de04332a108bfc7afcb667cb90 SHA512 3fc0a5e4b9669e09408a0291c67b419df8abaaf0185650e2b250d3cb052206a5d7d7887e8a567bcdc44ad337a9b16a75af21501ca0abd3c735233bec5878c7a2 diff --git a/kde-apps/kmailtransport/kmailtransport-18.12.2.ebuild b/kde-apps/kmailtransport/kmailtransport-18.12.2.ebuild new file mode 100644 index 0000000000..db04c9fd5a --- /dev/null +++ b/kde-apps/kmailtransport/kmailtransport-18.12.2.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 ~x86" +IUSE="" + +BDEPEND=" + test? ( $(add_frameworks_dep ktextwidgets) ) +" +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) +" +RDEPEND="${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..5c2c079923 --- /dev/null +++ b/kde-apps/kmbox/Manifest @@ -0,0 +1 @@ +DIST kmbox-18.12.2.tar.xz 24656 BLAKE2B 4ca7603e296c3e2b7be05a65d5260691b816af4c32311bb1cf0caad3ba005d63ab254ab81b88d0e2ae1315fe96015145571cf1d0f3c091b1efb3645f2047dc9e SHA512 1b075790e12abf20fd8b531ba67642766bcfc884e1cadae234208ab605afaeaa4883f6196b2ebc9ccc1bc64df17155840a0fce92f4bad6bb33715181d5e6b8f0 diff --git a/kde-apps/kmbox/kmbox-18.12.2.ebuild b/kde-apps/kmbox/kmbox-18.12.2.ebuild new file mode 100644 index 0000000000..b5020cd9c7 --- /dev/null +++ b/kde-apps/kmbox/kmbox-18.12.2.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 ~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..456f6ef9aa --- /dev/null +++ b/kde-apps/kmime/Manifest @@ -0,0 +1 @@ +DIST kmime-18.12.2.tar.xz 147248 BLAKE2B 2e6d9bf921dd1f6cca9bcad4c4101227d4a14bb968735aea6b7df4efb770850fcef6220a3ff97232b08bc08585bc6cfcb0d7b25d6908a886235414d7a0603c74 SHA512 4453a563981e6e44fc8485eab99ed2df96e020ad260e8e8d9e0e99d179f613d8ca495bd96e850bc082274392aa000b8191777d661eb468aa0052214556919152 diff --git a/kde-apps/kmime/kmime-18.12.2.ebuild b/kde-apps/kmime/kmime-18.12.2.ebuild new file mode 100644 index 0000000000..3417496016 --- /dev/null +++ b/kde-apps/kmime/kmime-18.12.2.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 ~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..6cbd673392 --- /dev/null +++ b/kde-apps/kmines/Manifest @@ -0,0 +1 @@ +DIST kmines-18.12.2.tar.xz 901408 BLAKE2B 1a6c43565a77b1ca86ad84a1499d949bf3c6fefcd5897462be5eebb1ebad9c6f61232dc13373d80a55500dc28e85e4669d40e2859ae60cdad66915fc6cc37529 SHA512 e8d23b27c60ad2c0ad2438d2f1e36d29434185da32b8f6146919095f04e53b1a5d0ce2d24b43536d65403023eb4217f4212764ad01bfc8eaeb1525db2bc12d0e diff --git a/kde-apps/kmines/kmines-18.12.2.ebuild b/kde-apps/kmines/kmines-18.12.2.ebuild new file mode 100644 index 0000000000..602e191c45 --- /dev/null +++ b/kde-apps/kmines/kmines-18.12.2.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://www.kde.org/applications/games/kmines/ +https://games.kde.org/game.php?game=kmines" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/kmix/Manifest b/kde-apps/kmix/Manifest new file mode 100644 index 0000000000..294c2eafa4 --- /dev/null +++ b/kde-apps/kmix/Manifest @@ -0,0 +1 @@ +DIST kmix-18.12.2.tar.xz 1075876 BLAKE2B f84295e550af25768522d8cd24fb39b7668157c13425283daab01679285474cbce38e69f8856c99712b6fd298a22964f1b739ad156402482595516ffbbe7c38a SHA512 137b2c5d72c60d82be7a814cbf77d454f7432b9f306fc8d0c4968c61f8370caf6fa92bbd22e0b3c553b59e6d4890e37052d9fea821cf53e2de1155d0d2ccd928 diff --git a/kde-apps/kmix/kmix-18.12.2.ebuild b/kde-apps/kmix/kmix-18.12.2.ebuild new file mode 100644 index 0000000000..0e274cd5a5 --- /dev/null +++ b/kde-apps/kmix/kmix-18.12.2.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +KDE_TEST="false" +inherit kde5 + +DESCRIPTION="Plasma mixer gui" +HOMEPAGE="https://www.kde.org/applications/multimedia/kmix/" +KEYWORDS="~amd64 ~x86" +IUSE="alsa pulseaudio" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kglobalaccel) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep kxmlgui) + $(add_frameworks_dep plasma) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + alsa? ( >=media-libs/alsa-lib-1.0.14a ) + pulseaudio? ( + dev-libs/glib:2 + media-libs/libcanberra + >=media-sound/pulseaudio-0.9.12 + ) +" +RDEPEND="${DEPEND} + $(add_plasma_dep kde-cli-tools) + !kde-apps/kde4-l10n +" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package alsa ALSA) + $(cmake-utils_use_find_package pulseaudio Canberra) + $(cmake-utils_use_find_package pulseaudio PulseAudio) + ) + + kde5_src_configure +} diff --git a/kde-apps/kmousetool/Manifest b/kde-apps/kmousetool/Manifest new file mode 100644 index 0000000000..30c34573e8 --- /dev/null +++ b/kde-apps/kmousetool/Manifest @@ -0,0 +1 @@ +DIST kmousetool-18.12.2.tar.xz 112720 BLAKE2B fafd813143a2c394da0a823f508e46eb9e97f2fc9f05a590d1d6fa8c2530a7d6863072bd260ee5ec4f3124a266d7ad811e2c11eec473b9e06d1d6d6680f1f639 SHA512 b48ea9eed503c6a167444fb6c50ed34679d5c2a42c7e0c3475029be84cffc09c644e51db0028566dcc93064ce1576c4b0ed0fc62a13877768d9c7c32f7eb47d4 diff --git a/kde-apps/kmousetool/kmousetool-18.12.2.ebuild b/kde-apps/kmousetool/kmousetool-18.12.2.ebuild new file mode 100644 index 0000000000..33b0cf3fbe --- /dev/null +++ b/kde-apps/kmousetool/kmousetool-18.12.2.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://www.kde.org/applications/utilities/kmousetool/" +KEYWORDS="~amd64 ~x86" +IUSE="" + +COMMON_DEPEND=" + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + media-libs/phonon[qt5(+)] + x11-libs/libX11 + x11-libs/libXtst +" +DEPEND="${COMMON_DEPEND} + x11-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..0430aef99e --- /dev/null +++ b/kde-apps/kmouth/Manifest @@ -0,0 +1 @@ +DIST kmouth-18.12.2.tar.xz 1766544 BLAKE2B 85305d2956fae6b983c66512c46962ba228e8c97143f8609b3765695159ca33bbf19b8373c47a035af2cd24686d9e0c0935d6b92c3e9ea2aa0d5e308e9af4be9 SHA512 e8c99e620683951a4b2aee57bab3c7886aef8cb5d80335c9d3aa1e80a2a1ca760ef960fbdfa41144006d4c26a0cf33e5530f3d7729cd6e116e3bf16f5ecf9408 diff --git a/kde-apps/kmouth/kmouth-18.12.2.ebuild b/kde-apps/kmouth/kmouth-18.12.2.ebuild new file mode 100644 index 0000000000..492274152e --- /dev/null +++ b/kde-apps/kmouth/kmouth-18.12.2.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://www.kde.org/applications/utilities/kmouth/" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtgui) + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtspeech) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) +" +RDEPEND="${DEPEND} + !kde-apps/kde4-l10n +" diff --git a/kde-apps/kmplot/Manifest b/kde-apps/kmplot/Manifest new file mode 100644 index 0000000000..f2f002aa81 --- /dev/null +++ b/kde-apps/kmplot/Manifest @@ -0,0 +1 @@ +DIST kmplot-18.12.2.tar.xz 3061544 BLAKE2B da3ec55b335bccf6d4d3a742ed012e8df42d03f9a9b1901df8f65be93bcf2ef7dc9cd57ffa2103ee0f227d956d23ed71ed3778ccbb92156a8c18df2752e5a148 SHA512 c747777bc344d1dee7f6a6c7b0e43ceab7a991158a62bd82d80754361c9a6bc68622dbb06d13a2d345b5348664c1e8b3ff46f2af139386ff1f2dc6ad84bcbd67 diff --git a/kde-apps/kmplot/kmplot-18.12.2.ebuild b/kde-apps/kmplot/kmplot-18.12.2.ebuild new file mode 100644 index 0000000000..9ff1280b55 --- /dev/null +++ b/kde-apps/kmplot/kmplot-18.12.2.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://www.kde.org/applications/education/kmplot https://edu.kde.org/kmplot/" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep 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..0449a393cd --- /dev/null +++ b/kde-apps/knavalbattle/Manifest @@ -0,0 +1 @@ +DIST knavalbattle-18.12.2.tar.xz 1280640 BLAKE2B febe258de065a32a42cee0ba6eb99522b71b89efc08ed103a4f3872b3421338d8d6af29bf9d7bfa908e43dd3ff993aaf76a93acbdbcd8654d9ea275cb03b52fd SHA512 6241735210257c8521c0cf37cb6894d3fbbbc26f4934bc20004673c0e468e04e86219646c142d27d6e8dcb7e847040118ea9d2a8ee29cfb49221b4eb315ea48d diff --git a/kde-apps/knavalbattle/knavalbattle-18.12.2.ebuild b/kde-apps/knavalbattle/knavalbattle-18.12.2.ebuild new file mode 100644 index 0000000000..735603741b --- /dev/null +++ b/kde-apps/knavalbattle/knavalbattle-18.12.2.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://www.kde.org/applications/games/navalbattle/ + https://games.kde.org/game.php?game=kbattleship +" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kdnssd) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) +" +RDEPEND="${DEPEND}" + +DOCS=( AUTHORS ) diff --git a/kde-apps/knetwalk/Manifest b/kde-apps/knetwalk/Manifest new file mode 100644 index 0000000000..720fd57910 --- /dev/null +++ b/kde-apps/knetwalk/Manifest @@ -0,0 +1 @@ +DIST knetwalk-18.12.2.tar.xz 1036676 BLAKE2B fd2f9123a5c0028147069646f2db4495d33fcf7dbbd379df9113c5a26e4d205f3338ab507d31be138ec0c5623dff0e70d98bb7501a09533985e67d80c74a1441 SHA512 3a1e8d647fd08cde52a44be671f2c7a95fb247883bfde99e0bb9f8246133df30370df939bbe43198f10a19291d60b0d13ba3ba6673ddb7f5a6fd960bf04092c1 diff --git a/kde-apps/knetwalk/knetwalk-18.12.2.ebuild b/kde-apps/knetwalk/knetwalk-18.12.2.ebuild new file mode 100644 index 0000000000..2785d31bb8 --- /dev/null +++ b/kde-apps/knetwalk/knetwalk-18.12.2.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://www.kde.org/applications/games/knetwalk/ + https://games.kde.org/game.php?game=knetwalk +" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtdeclarative) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/knights/Manifest b/kde-apps/knights/Manifest new file mode 100644 index 0000000000..eefcdf2061 --- /dev/null +++ b/kde-apps/knights/Manifest @@ -0,0 +1 @@ +DIST knights-18.12.2.tar.xz 3508540 BLAKE2B 5f17a7dcf7b6cde035777f3398eea282d06e83419946cf44afa0298e221bc2423e26addf50dd149c9fe82024c4d62bdf8c904cc6f5440334bc972fe82b16a7c4 SHA512 55201039163e8e8cc8c39e9d8e4965c283935cc84575cb04bfdb9138123598cb569c157097e8811eddb320e2a909fd21a8d7d64295616c37ad795e2471f41e7c diff --git a/kde-apps/knights/knights-18.12.2.ebuild b/kde-apps/knights/knights-18.12.2.ebuild new file mode 100644 index 0000000000..f865038b24 --- /dev/null +++ b/kde-apps/knights/knights-18.12.2.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://www.kde.org/applications/games/knights/" + +LICENSE="GPL-2+" +KEYWORDS="~amd64 ~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..3ac665f91a --- /dev/null +++ b/kde-apps/knotes/Manifest @@ -0,0 +1 @@ +DIST knotes-18.12.2.tar.xz 320080 BLAKE2B 8342518773234282d70025058156b439d8e2b7b929dc55bc3274c98db2d78cee81cad568ca7a238e98083204f4617e122899fa35baadf8bafb4a2120c4e17ad5 SHA512 95aa8fccdea92f9a4170fff25255cc4272eb730e94a16b5115088c004d4f8cdf3df5047ed4b4f98e20079c375d43cc0298d289d03f2657abdc5c00e9fb24fbd9 diff --git a/kde-apps/knotes/knotes-18.12.2.ebuild b/kde-apps/knotes/knotes-18.12.2.ebuild new file mode 100644 index 0000000000..8cecdd04c4 --- /dev/null +++ b/kde-apps/knotes/knotes-18.12.2.ebuild @@ -0,0 +1,73 @@ +# 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://www.kde.org/" +LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" +KEYWORDS="~amd64 ~x86" + +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcmutils) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep kdnssd) + $(add_frameworks_dep kglobalaccel) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kitemmodels) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep kparts) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep akonadi) + $(add_kdeapps_dep akonadi-notes) + $(add_kdeapps_dep akonadi-search) + $(add_kdeapps_dep kcalcore) + $(add_kdeapps_dep kcalutils) + $(add_kdeapps_dep kcontacts) + $(add_kdeapps_dep kmime) + $(add_kdeapps_dep kontactinterface) + $(add_kdeapps_dep libkdepim) + $(add_kdeapps_dep pimcommon) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtx11extras) + $(add_qt_dep qtxml) + dev-libs/grantlee:5 + dev-libs/libxslt + x11-libs/libX11 +" +RDEPEND="${DEPEND} + !kde-apps/kdepim-l10n + !kde-apps/knotes:4 + $(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..1192721806 --- /dev/null +++ b/kde-apps/kolf/Manifest @@ -0,0 +1 @@ +DIST kolf-18.12.2.tar.xz 924792 BLAKE2B 97d084371fd97178e906a91bbe7007f89081561f3f2b5acd83f4d39c31040293f87e39d78be01d0de9e61b8449563b59d04ff5685b9d4d2b6abe49a5098a1808 SHA512 4ca61873bb5a4c765be7098197ac7d22d0c1452ed2404b90a10c26eaac7440612dda1ba6ca49f00fcecefb7071f19601853d3ccfdbe46e538783a8e85fa38fd0 diff --git a/kde-apps/kolf/kolf-18.12.2.ebuild b/kde-apps/kolf/kolf-18.12.2.ebuild new file mode 100644 index 0000000000..a9822ba02f --- /dev/null +++ b/kde-apps/kolf/kolf-18.12.2.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="Minigolf game by KDE" +HOMEPAGE=" + https://www.kde.org/applications/games/kolf/ + https://games.kde.org/game.php?game=kolf +" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND} + !kde-apps/kde4-l10n +" diff --git a/kde-apps/kollision/Manifest b/kde-apps/kollision/Manifest new file mode 100644 index 0000000000..cfd7ab0680 --- /dev/null +++ b/kde-apps/kollision/Manifest @@ -0,0 +1 @@ +DIST kollision-18.12.2.tar.xz 280828 BLAKE2B b5913fc834c616eb5e890bb818dbfd4b91dd3f89146ba97c8e09c0d7981cc84adb3b40152e5b03ba1568c44377ae0145b430205785da5de291d74ca5d8d90d09 SHA512 2a2b6c1d35e3b7cae1524029548e6b2ed357e4f37339d78b561246f1667d0493fc22e975aa0939beaa9d6a8936aa242ac0abe88d95d04d792189f10b9cda33cf diff --git a/kde-apps/kollision/kollision-18.12.2.ebuild b/kde-apps/kollision/kollision-18.12.2.ebuild new file mode 100644 index 0000000000..38a0aa75dc --- /dev/null +++ b/kde-apps/kollision/kollision-18.12.2.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://www.kde.org/applications/games/kollision/ + https://games.kde.org/game.php?game=kollision +" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/kolourpaint/Manifest b/kde-apps/kolourpaint/Manifest new file mode 100644 index 0000000000..a75d40a532 --- /dev/null +++ b/kde-apps/kolourpaint/Manifest @@ -0,0 +1 @@ +DIST kolourpaint-18.12.2.tar.xz 5651288 BLAKE2B 1a318c3ddde6158a8ce5f444397ad8bf4ed98c69c32f0f6a48ad92e039df87ea53b6848038886b289d1effb3963ffab9dddb4cb8345ff119e17277ce10207935 SHA512 0f0198d3fe655fd6e943322ac60127462487e8740752cf46fbc30755407c70044d50b5f30bdd6f3931c8b01e093fec0cf9b1666ea392f7c8fd5228780279937c diff --git a/kde-apps/kolourpaint/kolourpaint-18.12.2.ebuild b/kde-apps/kolourpaint/kolourpaint-18.12.2.ebuild new file mode 100644 index 0000000000..a86a87482f --- /dev/null +++ b/kde-apps/kolourpaint/kolourpaint-18.12.2.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://www.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 ~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..46c788fa27 --- /dev/null +++ b/kde-apps/kompare/Manifest @@ -0,0 +1 @@ +DIST kompare-18.12.2.tar.xz 801792 BLAKE2B 8636979b7e6cc9975b01fa87e5f5e204ceb288cecc30d7e3d5264aac06ca532789fa8a7df35f2c622f9bcd3a9b38f6e0f6c04cc0c9f359884456bc7528e304e2 SHA512 a678cfaed02f207619b7b0a697c5e9a8d0e2495348bff601e370c75c13125a7968a91b04652423b0bba834f9440d2f4432c6ba4bf23b01a50fbb172af5e9ef12 diff --git a/kde-apps/kompare/kompare-18.12.2.ebuild b/kde-apps/kompare/kompare-18.12.2.ebuild new file mode 100644 index 0000000000..8b97e3a573 --- /dev/null +++ b/kde-apps/kompare/kompare-18.12.2.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://www.kde.org/applications/development/kompare" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kjobwidgets) + $(add_frameworks_dep kparts) + $(add_frameworks_dep kservice) + $(add_frameworks_dep ktexteditor) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkomparediff2) + $(add_qt_dep qtgui) + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/konqueror/Manifest b/kde-apps/konqueror/Manifest new file mode 100644 index 0000000000..c4f30011c2 --- /dev/null +++ b/kde-apps/konqueror/Manifest @@ -0,0 +1 @@ +DIST konqueror-18.12.2.tar.xz 7756580 BLAKE2B e5ad626e45e875fb3cef3caff0087bdb2d1bbff03f44fb7ae1f8e8e1f203b620cb863b5592d2b90f5d278213d087166c2da185cf0df922d9d2725644c5d907f2 SHA512 4f99daeaa453ead12d810ae8b4dd85aabb0511234271517dcfd9fd144d22931368050ba42d901641ff3cea097693d914ee3a44037c286a96bacab6671ce0939b diff --git a/kde-apps/konqueror/konqueror-18.12.2.ebuild b/kde-apps/konqueror/konqueror-18.12.2.ebuild new file mode 100644 index 0000000000..59d9513b25 --- /dev/null +++ b/kde-apps/konqueror/konqueror-18.12.2.ebuild @@ -0,0 +1,116 @@ +# 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://www.kde.org/applications/internet/konqueror/ + https://konqueror.org/ +" +KEYWORDS="~amd64 ~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/konqueror:4 + !kde-apps/libkonq:5 + $(add_kdeapps_dep kfind) + $(add_plasma_dep kde-cli-tools) + !webengine? ( kde-misc/kwebkitpart:5 ) +" + +PATCHES=( "${FILESDIR}/${PN}-18.08.3-tidyhtml5.patch" ) + +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..54de69dcd8 --- /dev/null +++ b/kde-apps/konquest/Manifest @@ -0,0 +1 @@ +DIST konquest-18.12.2.tar.xz 658512 BLAKE2B 564744048e27dec31956caa0a34c31f9a0cf42e8bf81f628a2cd916f0ccbf10176fd0d3985c50c077ffd8c012b1dfea6a2a80ced5139e625ff9b8bf4649d8999 SHA512 798aa7ad0d819bc1bc338d3f627177b1dc14953630682c3b960d150f25f8dbe4a5eb2e3f4bcf2fe15dd51985aaf592d08e8967698c48ffe61f6223b55a8546fc diff --git a/kde-apps/konquest/konquest-18.12.2.ebuild b/kde-apps/konquest/konquest-18.12.2.ebuild new file mode 100644 index 0000000000..541c2cd509 --- /dev/null +++ b/kde-apps/konquest/konquest-18.12.2.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://www.kde.org/applications/games/konquest/ + https://games.kde.org/game.php?game=konquest +" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kguiaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kxmlgui) + $(add_frameworks_dep kwidgetsaddons) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtgui) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND} + !<kde-apps/kde4-l10n-17.07.80 +" diff --git a/kde-apps/konsole/Manifest b/kde-apps/konsole/Manifest new file mode 100644 index 0000000000..c1dd348204 --- /dev/null +++ b/kde-apps/konsole/Manifest @@ -0,0 +1 @@ +DIST konsole-18.12.2.tar.xz 1093592 BLAKE2B a91e1803aadebb39b7e2a7663644453659c11d8cced1a7d7d5d665cf04e692d9a898769e9cd71ae69eebd4edba01e0fb6826231b40f835e577e08558179e72de SHA512 3bf32dc9d39dbffb855a043728cca99b21819015a7ca1df56f17f18ec6b5cd5d53bd85f46381bafae72d3747d5b9e6beeff8a79e029800c5af599b169074bf68 diff --git a/kde-apps/konsole/konsole-18.12.2.ebuild b/kde-apps/konsole/konsole-18.12.2.ebuild new file mode 100644 index 0000000000..11e1a86195 --- /dev/null +++ b/kde-apps/konsole/konsole-18.12.2.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://www.kde.org/applications/system/konsole https://konsole.kde.org" + +KEYWORDS="~amd64 ~x86" +IUSE="X" + +DEPEND=" + $(add_frameworks_dep kbookmarks) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kguiaddons) + $(add_frameworks_dep kjobwidgets) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kinit) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep 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..ecd7ed1318 --- /dev/null +++ b/kde-apps/konsolekalendar/Manifest @@ -0,0 +1 @@ +DIST akonadi-calendar-tools-18.12.2.tar.xz 225728 BLAKE2B b20c02c075b2033cb402071d499608848ab20ed47781bf7fc8e63cf3d7a9f1b178358b93eb9e2b0aa07ace3eb5ed3819cc1dff27647990c9da916a78816f68f1 SHA512 9cd784da26f41b83ea5748112c6f932d47fb1008e2353dc5b42ae2fcd55c5f5be4b1a80b31cbe51a9b4fd7baff4155baa8b690eb9dc21a0730e3bd387ce38214 diff --git a/kde-apps/konsolekalendar/konsolekalendar-18.12.2.ebuild b/kde-apps/konsolekalendar/konsolekalendar-18.12.2.ebuild new file mode 100644 index 0000000000..6fe96d5601 --- /dev/null +++ b/kde-apps/konsolekalendar/konsolekalendar-18.12.2.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" +KMNAME="akonadi-calendar-tools" +inherit kde5 + +DESCRIPTION="Command line interface to KDE calendars" +HOMEPAGE+=" https://userbase.kde.org/KonsoleKalendar" + +LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep ki18n) + $(add_kdeapps_dep akonadi) + $(add_kdeapps_dep akonadi-calendar) + $(add_kdeapps_dep calendarsupport) + $(add_kdeapps_dep kcalcore) + $(add_kdeapps_dep kcalutils) +" +RDEPEND="${DEPEND} + !kde-apps/kdepim-l10n + !kde-apps/konsolekalendar:4 +" + +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..11c22254e7 --- /dev/null +++ b/kde-apps/kontact/Manifest @@ -0,0 +1 @@ +DIST kontact-18.12.2.tar.xz 792936 BLAKE2B ebb46523a22721687e52654ff9d3aa1d63932e8066869ed4e9ff8d75769548e38e49bba1619fb41408f5d0ea5333d44b90767cbd8e1638830cd75b6b6e5c42ed SHA512 e7ff762a2ffbd01f79bb1c4a1a1011c6356f0ef7a243523a19cc167888084514347c167739c669b825810ff8540076ccf6270d1a87b6994ca2a2cfc56ab8147f diff --git a/kde-apps/kontact/kontact-18.12.2.ebuild b/kde-apps/kontact/kontact-18.12.2.ebuild new file mode 100644 index 0000000000..c4893406e5 --- /dev/null +++ b/kde-apps/kontact/kontact-18.12.2.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" +inherit kde5 + +DESCRIPTION="Container application to unify several major PIM applications within one" +LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcmutils) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kparts) + $(add_frameworks_dep kservice) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep akonadi) + $(add_kdeapps_dep grantleetheme) + $(add_kdeapps_dep kdepim-apps-libs) + $(add_kdeapps_dep kontactinterface) + $(add_kdeapps_dep kpimtextedit) + $(add_kdeapps_dep libkdepim) + $(add_kdeapps_dep mailcommon) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtwebengine 'widgets') + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND} + !kde-apps/kdepim-l10n + !kde-apps/kontact:4 +" diff --git a/kde-apps/kontactinterface/Manifest b/kde-apps/kontactinterface/Manifest new file mode 100644 index 0000000000..c112265e13 --- /dev/null +++ b/kde-apps/kontactinterface/Manifest @@ -0,0 +1 @@ +DIST kontactinterface-18.12.2.tar.xz 32884 BLAKE2B c27d99dfa0997e2496c891c766ae3ad03cf46c6299798f1502c4f7b06008d9cd5f97aab7f8c9d4df0db6dfc4a4ff2a11ba77426e4b9f2be75e03f568fed5b045 SHA512 4074dc2b5ae9175a5ee02279112478804292c1a6e04515fec2c8ef214ce4b70523131a36cc528dcb303ace96b921ac38ab03809bb7fd087205840e77f853c22a diff --git a/kde-apps/kontactinterface/kontactinterface-18.12.2.ebuild b/kde-apps/kontactinterface/kontactinterface-18.12.2.ebuild new file mode 100644 index 0000000000..f79d790439 --- /dev/null +++ b/kde-apps/kontactinterface/kontactinterface-18.12.2.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 ~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..e18b929a10 --- /dev/null +++ b/kde-apps/kopete/Manifest @@ -0,0 +1 @@ +DIST kopete-18.12.2.tar.xz 9347736 BLAKE2B ebbd8b2d5142e504b1b96282d033438c4a196fc78b9cd9f1598bebd8b645aac39c3a41a73c92f5ea4eb1f8ed9d222413d419decf55fe091b541dc1e8a4280169 SHA512 7b3c6b60d1e131d207032216058f68c955307824b184bfaabbdb5c0df7e7055c226e32dadd185b82593d234b5ff480e58ea0ea2a758b15af38dccae4f099eb13 diff --git a/kde-apps/kopete/kopete-18.12.2.ebuild b/kde-apps/kopete/kopete-18.12.2.ebuild new file mode 100644 index 0000000000..210442648b --- /dev/null +++ b/kde-apps/kopete/kopete-18.12.2.ebuild @@ -0,0 +1,180 @@ +# 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://www.kde.org/applications/internet/kopete" +KEYWORDS="~amd64 ~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 + !kde-apps/kopete:4 + 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..7eddde8e74 --- /dev/null +++ b/kde-apps/korganizer/Manifest @@ -0,0 +1 @@ +DIST korganizer-18.12.2.tar.xz 2233712 BLAKE2B 71facf48be79bd80d08a1b88d1cae9ebac9619e32e0bf33ed7625223f9e78965dc53f05c330b7baeae776802ea7b6efa90ac53268aec2455a2d92351a7140f49 SHA512 66a1df9cc3c0819b341473e257901b2f4e86a7d6e2147aab90fc346409cacb52c1fd99c55ea6e439d8a0715c2c1c77730b4d01518c1dce92763e7ca7df96e8b8 diff --git a/kde-apps/korganizer/korganizer-18.12.2.ebuild b/kde-apps/korganizer/korganizer-18.12.2.ebuild new file mode 100644 index 0000000000..cab7644969 --- /dev/null +++ b/kde-apps/korganizer/korganizer-18.12.2.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://www.kde.org/applications/office/korganizer/" +LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" +KEYWORDS="~amd64 ~x86" +IUSE="X" + +BDEPEND=" + test? ( $(add_kdeapps_dep akonadi 'sqlite,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) +" +RDEPEND="${COMMON_DEPEND} + !kde-apps/kdepim-common-libs:4 + !kde-apps/kdepim-l10n + !kde-apps/korganizer:4 + $(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/kpimtextedit/Manifest b/kde-apps/kpimtextedit/Manifest new file mode 100644 index 0000000000..9898eb11c0 --- /dev/null +++ b/kde-apps/kpimtextedit/Manifest @@ -0,0 +1 @@ +DIST kpimtextedit-18.12.2.tar.xz 142808 BLAKE2B 208bdb1647499c27972beeaf4bddb29951d3613cbb3b8a19d7b9150a2f9e7dc8b59a6cc2673ce9d250b918db18b5fbab76b5429771e41391488cf8a805018d6a SHA512 6961f0fff5343bf77518b0d7e4991375c1a4d8b909ca81019c4a9574806942a115d08a4793bb7cfd4f6aca97d4b3e0909c6475a66c25b89866f16509899a5326 diff --git a/kde-apps/kpimtextedit/kpimtextedit-18.12.2.ebuild b/kde-apps/kpimtextedit/kpimtextedit-18.12.2.ebuild new file mode 100644 index 0000000000..4bd1e3ee2c --- /dev/null +++ b/kde-apps/kpimtextedit/kpimtextedit-18.12.2.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 ~x86" +IUSE="" + +BDEPEND=" + test? ( $(add_frameworks_dep ktextwidgets) ) +" +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 +" +RDEPEND="${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..d36d8ba409 --- /dev/null +++ b/kde-apps/kpkpass/Manifest @@ -0,0 +1 @@ +DIST kpkpass-18.12.2.tar.xz 23236 BLAKE2B feb35529bc5f97b01d3d0cdc531dff702a4a116f47a0c90e59cc2f5e278a612c4f3d4b0e26edf5b8e2f03ba63ce96f57a2f523e90df03f33e0ecf0010c34340f SHA512 608057bcb882dd01c651efd88955cdd265174771e1e0758770013528c6e760f0dd8b6b14ceabda3ce290bd18c3dcdd6ae81adb247be8b92ce5992260c7685901 diff --git a/kde-apps/kpkpass/kpkpass-18.12.2.ebuild b/kde-apps/kpkpass/kpkpass-18.12.2.ebuild new file mode 100644 index 0000000000..0452ea26bf --- /dev/null +++ b/kde-apps/kpkpass/kpkpass-18.12.2.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://www.kde.org/applications/office/kontact/" + +LICENSE="LGPL-2.1+" +KEYWORDS="~amd64 ~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..4ecab95616 --- /dev/null +++ b/kde-apps/kqtquickcharts/Manifest @@ -0,0 +1 @@ +DIST kqtquickcharts-18.12.2.tar.xz 25688 BLAKE2B 0841cdd5b5145ed293d316ae9bbb6a4ef7fc1044356a351f86037dbc54ac0637998957bf97ef9d0b01342a781b0c2d47c403b6c22d1cbf8b6081083c87646af1 SHA512 9f72da708a83c250a36d909e572030809d05189adfdf5d681fd01c2c93b15288e2ff7e1619cb487146c9642258ab85a5fc8fe01c9e9edb04f2b41823f1ec20e0 diff --git a/kde-apps/kqtquickcharts/kqtquickcharts-18.12.2.ebuild b/kde-apps/kqtquickcharts/kqtquickcharts-18.12.2.ebuild new file mode 100644 index 0000000000..04dc867d84 --- /dev/null +++ b/kde-apps/kqtquickcharts/kqtquickcharts-18.12.2.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 ~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..555e12f8d5 --- /dev/null +++ b/kde-apps/krdc/Manifest @@ -0,0 +1 @@ +DIST krdc-18.12.2.tar.xz 1420004 BLAKE2B 2ca7ca356a1a1fa6573c66a4bea83181d77b2e59ba9ba02bc14b6c0d288872e5b0b67ca49d0f5cb56296eff51c8ce74d5befd5328a4f5d08b6d8229b01dbbf98 SHA512 0e40c3bf4ba15db7953d3406bdfc080610b4997a28dc80a036979fa69e47846d51ba72563a8f7af040fb5108e7fdde7472c00a972dac252bc9cf98aa16d5924e diff --git a/kde-apps/krdc/krdc-18.12.2.ebuild b/kde-apps/krdc/krdc-18.12.2.ebuild new file mode 100644 index 0000000000..ae817f700b --- /dev/null +++ b/kde-apps/krdc/krdc-18.12.2.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="optional" +inherit kde5 + +DESCRIPTION="Remote desktop connection (RDP and VNC) client" +HOMEPAGE="https://www.kde.org/applications/internet/krdc/" +KEYWORDS="~amd64 ~x86" +IUSE="+rdp vnc" + +#nx? ( >=net-misc/nxcl-0.9-r1 ) disabled upstream, last checked 2016-01-24 +DEPEND=" + $(add_frameworks_dep kbookmarks) + $(add_frameworks_dep kcmutils) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdnssd) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep knotifyconfig) + $(add_frameworks_dep kservice) + $(add_frameworks_dep kwallet) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + vnc? ( >=net-libs/libvncserver-0.9 ) +" +RDEPEND="${DEPEND} + rdp? ( >=net-misc/freerdp-1.1.0_beta1[X] ) +" + +src_configure() { + local mycmakeargs=( + -DWITH_LibVNCServer=$(usex vnc) + ) + + kde5_src_configure +} diff --git a/kde-apps/kreversi/Manifest b/kde-apps/kreversi/Manifest new file mode 100644 index 0000000000..137e0ebde0 --- /dev/null +++ b/kde-apps/kreversi/Manifest @@ -0,0 +1 @@ +DIST kreversi-18.12.2.tar.xz 943256 BLAKE2B 55a782be7dcdacd77013c810a8c1e8ef5c750d0fcaeecbc1546e2a11b26593a1420a1798e4311e62fa7d68279ae89a21ba96cda53be29fd8481bcb3b048164af SHA512 a4e8877b1299d6a0787d655a9a1b9e7ad57ccf9a4b1af26eba5133b752c55f0064e6d6206da43609afcbafca6150f693739011e87ce14b24a977a29a68843d97 diff --git a/kde-apps/kreversi/kreversi-18.12.2.ebuild b/kde-apps/kreversi/kreversi-18.12.2.ebuild new file mode 100644 index 0000000000..80f3f1cbc2 --- /dev/null +++ b/kde-apps/kreversi/kreversi-18.12.2.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://www.kde.org/applications/games/kreversi/ + https://games.kde.org/game.php?game=kreversi +" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kdeclarative) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtdeclarative) + $(add_qt_dep qtgui) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) +" +RDEPEND="${DEPEND} + !<kde-apps/kde4-l10n-17.07.80 +" diff --git a/kde-apps/krfb/Manifest b/kde-apps/krfb/Manifest new file mode 100644 index 0000000000..b370448ffe --- /dev/null +++ b/kde-apps/krfb/Manifest @@ -0,0 +1 @@ +DIST krfb-18.12.2.tar.xz 931904 BLAKE2B ecce876e22223aa9940da2bd54065493a7b47b21e5cf4662ffeaa1cf61b18ae82ebb0064e5b3150b7dffb019dadc20a3a14e88e3e696433a778c49025d87e1cf SHA512 7e0a5493fb178ea7ea762599536fdfbedfceae20a0cc0190e17f09d0436d6121f5b986f9f080c8443982201a7d80b66de3f0940868df2c3589c9bfdb23471219 diff --git a/kde-apps/krfb/krfb-18.12.2.ebuild b/kde-apps/krfb/krfb-18.12.2.ebuild new file mode 100644 index 0000000000..ab2d5a8601 --- /dev/null +++ b/kde-apps/krfb/krfb-18.12.2.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://www.kde.org/applications/system/krfb/" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kdnssd) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep kwallet) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtx11extras) + >=net-libs/libvncserver-0.9.9 + x11-libs/libX11 + x11-libs/libxcb + x11-libs/libXtst + x11-libs/xcb-util-image +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/kross-interpreters/Manifest b/kde-apps/kross-interpreters/Manifest new file mode 100644 index 0000000000..84b16c36b2 --- /dev/null +++ b/kde-apps/kross-interpreters/Manifest @@ -0,0 +1 @@ +DIST kross-interpreters-18.12.2.tar.xz 144832 BLAKE2B 2862f022f0bb79098f32c1ccd6042806c3b4ebfa73e0003057537fc0d7754fccfb43cd642de95be705f17f87cbcb516e8a85b9d643d18768db7d4fd91de2be59 SHA512 428a16250db48e05a25d61a554807f31fa7e352d4019a1b1bb846be97a0cc97d2c500cc1175b8ffaae1ebc786f9e41aa4746fe27da9ee4f43a74ee85edec8ec6 diff --git a/kde-apps/kross-interpreters/kross-interpreters-18.12.2.ebuild b/kde-apps/kross-interpreters/kross-interpreters-18.12.2.ebuild new file mode 100644 index 0000000000..3adcad38ea --- /dev/null +++ b/kde-apps/kross-interpreters/kross-interpreters-18.12.2.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 ~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..e8f28ac8f7 --- /dev/null +++ b/kde-apps/kruler/Manifest @@ -0,0 +1 @@ +DIST kruler-18.12.2.tar.xz 285032 BLAKE2B ff82746b9568b42780e0acfc455c15cfa6da6d4fdf273bdff7f5b17b4b2d657cd8e6f89ee22c069f1e08dbb3a91eb928e7169cf8397b3bcad2097ba9449f7658 SHA512 6e2484a67b6cb81bb00a5b7a3e3b7334642e7034f9f8106636cf38f1206c2c914f704d2c09bbdd84e7dba64e5fe99bf1b28283f17fe88dd25f46d413e62ace82 diff --git a/kde-apps/kruler/kruler-18.12.2.ebuild b/kde-apps/kruler/kruler-18.12.2.ebuild new file mode 100644 index 0000000000..a56c5d8336 --- /dev/null +++ b/kde-apps/kruler/kruler-18.12.2.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://www.kde.org/applications/graphics/kruler/" + +LICENSE="GPL-2+ handbook? ( FDL-1.2 )" +KEYWORDS="~amd64 ~x86" +IUSE="X" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + X? ( + $(add_qt_dep qtx11extras) + x11-libs/libxcb + ) +" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package X X11) + ) + + kde5_src_configure +} diff --git a/kde-apps/kshisen/Manifest b/kde-apps/kshisen/Manifest new file mode 100644 index 0000000000..61208476ec --- /dev/null +++ b/kde-apps/kshisen/Manifest @@ -0,0 +1 @@ +DIST kshisen-18.12.2.tar.xz 821120 BLAKE2B a8016ff3d13fb05ae09e6fcf3c3e9342b39fac6cceac9123e412549b6530187c4fed340c9a1ef2babbb431125e0df48c56b5c05723c9fd0657c099a83772ba6b SHA512 88f3ecd93866b5db3642f92349b307d4b6ebe783013f9c26825514af31367d70b69c4059af602ad4d44ddb7272e305066d22cc6d7b1cdf042315bef1259d15d3 diff --git a/kde-apps/kshisen/kshisen-18.12.2.ebuild b/kde-apps/kshisen/kshisen-18.12.2.ebuild new file mode 100644 index 0000000000..5cb9652326 --- /dev/null +++ b/kde-apps/kshisen/kshisen-18.12.2.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://www.kde.org/applications/games/kshisen/ + https://games.kde.org/game.php?game=kshisen +" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_kdeapps_dep libkmahjongg) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/ksirk/Manifest b/kde-apps/ksirk/Manifest new file mode 100644 index 0000000000..159bdb11d4 --- /dev/null +++ b/kde-apps/ksirk/Manifest @@ -0,0 +1 @@ +DIST ksirk-18.12.2.tar.xz 6988096 BLAKE2B e385acae52731e3299f89922a47a7dacecef3586fd341e36d78dd1c835c711adce142bfc18ae78491b96c0c96e05b90da00e4cd125c2ab2b6264040469ceb4aa SHA512 b517f8b0c3b1c9fa365a2b3383a0563982dcd5e745b7ad138d268c6635468d267a6f1a4d2260f64e46e723c8a8f72c32912d13b14be01db748cd461945d2a679 diff --git a/kde-apps/ksirk/ksirk-18.12.2.ebuild b/kde-apps/ksirk/ksirk-18.12.2.ebuild new file mode 100644 index 0000000000..d1984c180c --- /dev/null +++ b/kde-apps/ksirk/ksirk-18.12.2.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://www.kde.org/applications/games/ksirk/ + https://games.kde.org/game.php?game=ksirk +" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep kwallet) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + app-crypt/qca:2[qt5(+)] + media-libs/phonon[qt5(+)] + sys-libs/zlib +" +RDEPEND="${DEPEND} + !kde-apps/kde4-l10n +" diff --git a/kde-apps/ksmtp/Manifest b/kde-apps/ksmtp/Manifest new file mode 100644 index 0000000000..b849a3191b --- /dev/null +++ b/kde-apps/ksmtp/Manifest @@ -0,0 +1 @@ +DIST ksmtp-18.12.2.tar.xz 40244 BLAKE2B 8171e7e35d52649b5ff79cc4357c2164927ce08304490fbf2aed5672130ab5316e8fc417b81b540e1687f41f79538d034fb8b64618c074c6598b5bcf442b68d3 SHA512 483e1fbaabcb7059235c5747f550edb106905adf975460f4843a4bf4fbaac4683d3c560d4c949eab6b89debb787c4277f7035e079e7976ca404cc6b4739a2b74 diff --git a/kde-apps/ksmtp/ksmtp-18.12.2.ebuild b/kde-apps/ksmtp/ksmtp-18.12.2.ebuild new file mode 100644 index 0000000000..49900e83dc --- /dev/null +++ b/kde-apps/ksmtp/ksmtp-18.12.2.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 ~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..830b7ba825 --- /dev/null +++ b/kde-apps/ksnakeduel/Manifest @@ -0,0 +1 @@ +DIST ksnakeduel-18.12.2.tar.xz 605060 BLAKE2B 6e5fcc12980859e3d6d2b0ad29e2bd171edff2c43252aeac487f4396f74eb241a7ccca22fddba741d66655690f3d3cc21452486ac9e9d5979a343378ad6c2b40 SHA512 a2c1d2ff0af013c59ff1a84c2e7d4c6565018ab3b8f9ce603161b8af53add1e72d764cc26c372594dc10d127b2768c3aa988b5122271aec3c0a0276947693d01 diff --git a/kde-apps/ksnakeduel/ksnakeduel-18.12.2.ebuild b/kde-apps/ksnakeduel/ksnakeduel-18.12.2.ebuild new file mode 100644 index 0000000000..3c29ff7393 --- /dev/null +++ b/kde-apps/ksnakeduel/ksnakeduel-18.12.2.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://www.kde.org/applications/games/ksnakeduel/" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kguiaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtgui) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND} + !<kde-apps/kde4-l10n-17.07.80 +" diff --git a/kde-apps/kspaceduel/Manifest b/kde-apps/kspaceduel/Manifest new file mode 100644 index 0000000000..f0af44f686 --- /dev/null +++ b/kde-apps/kspaceduel/Manifest @@ -0,0 +1 @@ +DIST kspaceduel-18.12.2.tar.xz 610724 BLAKE2B 7de616ce7b3e36b6284138ec529005d3cb6d5f79fa0218a77b65afcbe8b9c4ddc27a901d9923e86bba2591779663f4a30eb0278c118c808d286295401ed0e78d SHA512 be36f5c15540854b51bf6dbce59604eff0efcd7a80a57672ec04274621f0f47057d53f9a8a92b3e530bb68ddc893411a69e1e3f6e050d2ec1520f3cbe70a0471 diff --git a/kde-apps/kspaceduel/kspaceduel-18.12.2.ebuild b/kde-apps/kspaceduel/kspaceduel-18.12.2.ebuild new file mode 100644 index 0000000000..0ace60551c --- /dev/null +++ b/kde-apps/kspaceduel/kspaceduel-18.12.2.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://www.kde.org/applications/games/kspaceduel/ + https://games.kde.org/game.php?game=kspaceduel +" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtgui) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND} + !<kde-apps/kde4-l10n-17.07.80 +" diff --git a/kde-apps/ksquares/Manifest b/kde-apps/ksquares/Manifest new file mode 100644 index 0000000000..75715b657d --- /dev/null +++ b/kde-apps/ksquares/Manifest @@ -0,0 +1 @@ +DIST ksquares-18.12.2.tar.xz 259592 BLAKE2B 09c63aff5077be98131e65ca610f5d85279f302837688b376e77b518abb392b03a8c35e06ae3d2e69f12210407d69a36e49da14790274b46b4c9c4f35b582ea3 SHA512 fd832514835831062c9ff1eb658dc47fa1fe2ea5e6bbde9130a194fda7b992598ee27d96b8e9b5db8c0dbc8e50b05d6056fa70c2fcca988e491c831e1ecf59a3 diff --git a/kde-apps/ksquares/ksquares-18.12.2.ebuild b/kde-apps/ksquares/ksquares-18.12.2.ebuild new file mode 100644 index 0000000000..73ea8d0185 --- /dev/null +++ b/kde-apps/ksquares/ksquares-18.12.2.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://www.kde.org/applications/games/ksquares/ + https://games.kde.org/game.php?game=ksquares +" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/ksudoku/Manifest b/kde-apps/ksudoku/Manifest new file mode 100644 index 0000000000..6477b74e37 --- /dev/null +++ b/kde-apps/ksudoku/Manifest @@ -0,0 +1 @@ +DIST ksudoku-18.12.2.tar.xz 1645724 BLAKE2B 6e6055e43a6922cccc3738efde3311ed1de1ed434e947436171c7909de6f4fd0fb43de9dc585e59e212ae6d3d84885d2b4838497f57fc3937eeb11a0fccd6262 SHA512 23031ef64f76a425fa5657ba088a6a6cebbfabd3d53e574a899ac9020072759f371e787b0eb425bb12560aaf1dd673499316410b4c1d67ea887c53b60a7cf5ef diff --git a/kde-apps/ksudoku/ksudoku-18.12.2.ebuild b/kde-apps/ksudoku/ksudoku-18.12.2.ebuild new file mode 100644 index 0000000000..4441b718d4 --- /dev/null +++ b/kde-apps/ksudoku/ksudoku-18.12.2.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://www.kde.org/applications/games/ksudoku/ + https://games.kde.org/game.php?game=ksudoku +" +KEYWORDS="~amd64 ~x86" +IUSE="opengl" + +DEPEND=" + $(add_frameworks_dep karchive) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kguiaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kjobwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtgui) + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + opengl? ( + $(add_qt_dep qtopengl) + virtual/glu + ) +" +RDEPEND="${DEPEND} + !<kde-apps/kde4-l10n-17.07.80 +" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package opengl OpenGL) + ) + + kde5_src_configure +} diff --git a/kde-apps/ksystemlog/Manifest b/kde-apps/ksystemlog/Manifest new file mode 100644 index 0000000000..bfd92b0037 --- /dev/null +++ b/kde-apps/ksystemlog/Manifest @@ -0,0 +1 @@ +DIST ksystemlog-18.12.2.tar.xz 1924272 BLAKE2B d6b4eaa49eddc597b790437da9501f0929d85c2017a956cafb674bb0f1a01912031de2b044426f56eb299818932bbe3723619627d0329ae607169a37a344585d SHA512 4eb98902462b661e5351ecd65f93c723d4d6d96215cda3de87dde26af9f8acd1086776f95466a9cace97314c781e18e62c93d31721e0a1fe5156a7ba2e52c95e diff --git a/kde-apps/ksystemlog/ksystemlog-18.12.2.ebuild b/kde-apps/ksystemlog/ksystemlog-18.12.2.ebuild new file mode 100644 index 0000000000..ee7886120b --- /dev/null +++ b/kde-apps/ksystemlog/ksystemlog-18.12.2.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://www.kde.org/applications/system/ksystemlog/" +KEYWORDS="~amd64 ~x86" +IUSE="systemd" + +# bug 378101 +RESTRICT+=" test" + +DEPEND=" + $(add_frameworks_dep karchive) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep kservice) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtgui) + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtwidgets) + systemd? ( sys-apps/systemd ) +" +RDEPEND="${DEPEND}" + +src_prepare() { + kde5_src_prepare + + if use test; then + # beat this stupid test into shape: the test files contain no year, so + # comparison succeeds only in 2007 !!! + local theyear=$(date +%Y) + einfo Setting the current year as ${theyear} in the test files + sed -e "s:2007:${theyear}:g" -i tests/systemAnalyzerTest.cpp || 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..e299857a31 --- /dev/null +++ b/kde-apps/kteatime/Manifest @@ -0,0 +1 @@ +DIST kteatime-18.12.2.tar.xz 298476 BLAKE2B 697be701f1f57502c220ab49c78effbaf8847a9ec429a189396ba9c53638b6dd7e8c6d24d27087423a4c0c28a78d47d8dbad08bb5e3945d203d0d5706338faea SHA512 a10b9f7bbd2b994b1943aba0bf7c2b1be353c87547b2ef86cc36f2f9e67d9d2540b44132aa9f88fc7db16cc83b93a932add5bb0076459a74361aea742a6ce7ae diff --git a/kde-apps/kteatime/kteatime-18.12.2.ebuild b/kde-apps/kteatime/kteatime-18.12.2.ebuild new file mode 100644 index 0000000000..5f6163eb34 --- /dev/null +++ b/kde-apps/kteatime/kteatime-18.12.2.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://www.kde.org/applications/games/kteatime" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep knotifyconfig) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/ktimer/Manifest b/kde-apps/ktimer/Manifest new file mode 100644 index 0000000000..ed609acde1 --- /dev/null +++ b/kde-apps/ktimer/Manifest @@ -0,0 +1 @@ +DIST ktimer-18.12.2.tar.xz 376776 BLAKE2B 6465f56c772fc1e38b7f072b561875082d1dd1c3654eac9357d5f7ef75ef7a72345b03e38790c92bf78728a9bd1d08de4f2640927eea6cc1859ecd2a1c2907d1 SHA512 8a1f22cc4f2c0e542ab39937314a02c173605524b4d7a59a58448343232d1a7243239aca10a0d5d9a42a994ef1815ca43d22e5ffe442797532e2c4a75dac8431 diff --git a/kde-apps/ktimer/ktimer-18.12.2.ebuild b/kde-apps/ktimer/ktimer-18.12.2.ebuild new file mode 100644 index 0000000000..d63a2d504e --- /dev/null +++ b/kde-apps/ktimer/ktimer-18.12.2.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://www.kde.org/applications/utilities/ktimer +https://utils.kde.org/projects/ktimer/" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep kwidgetsaddons) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/ktouch/Manifest b/kde-apps/ktouch/Manifest new file mode 100644 index 0000000000..cafe1ccc92 --- /dev/null +++ b/kde-apps/ktouch/Manifest @@ -0,0 +1 @@ +DIST ktouch-18.12.2.tar.xz 5124756 BLAKE2B a508b3ea7aa65ffe28d93eec20afc49c4331db9b77f43639893a318db8fde3801281cd4437add705e44c2f0432b298a45abde3e96f15b946c3883f47bed37a66 SHA512 e3555175eed16902dae37ad1fd8e80bcc0fcb776b7d0dbb27cbdff462498fe61bfc9edd2759655786e440cbdc47edc84cfdcc66c83b86871cea8511043f0c8bf diff --git a/kde-apps/ktouch/ktouch-18.12.2.ebuild b/kde-apps/ktouch/ktouch-18.12.2.ebuild new file mode 100644 index 0000000000..3b9c70d43f --- /dev/null +++ b/kde-apps/ktouch/ktouch-18.12.2.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="Program that helps to learn and practice touch typing" +HOMEPAGE="https://www.kde.org/applications/education/ktouch/" +KEYWORDS="~amd64 ~x86" +IUSE="" + +COMMON_DEPEND=" + $(add_frameworks_dep kcmutils) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdeclarative) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep kservice) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtdeclarative) + $(add_qt_dep qtgui) + $(add_qt_dep qtsql) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtx11extras) + $(add_qt_dep qtxml) + $(add_qt_dep qtxmlpatterns) + x11-libs/libICE + x11-libs/libSM + x11-libs/libX11 + x11-libs/libxcb +" +DEPEND="${COMMON_DEPEND} + $(add_frameworks_dep kwindowsystem) +" +RDEPEND="${COMMON_DEPEND} + $(add_kdeapps_dep kqtquickcharts) +" diff --git a/kde-apps/ktp-accounts-kcm/Manifest b/kde-apps/ktp-accounts-kcm/Manifest new file mode 100644 index 0000000000..f5812782d6 --- /dev/null +++ b/kde-apps/ktp-accounts-kcm/Manifest @@ -0,0 +1 @@ +DIST ktp-accounts-kcm-18.12.2.tar.xz 261632 BLAKE2B 2d606a1de8b2bba2d827a171a0606ab25a96709d21c95d383e70a145b4891a169ab30b61f7da5dc8fa0f28336868174cd7c9249e609af01ba5aa6673811648e6 SHA512 3cea22ad5d7ac63b23187ea582e3128c1d20f1f4add319475fca6651d1e4add6612ce55617b89a4cdb65abceecbadcd6599917993c5788d1ec0d2aa044d1e691 diff --git a/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-18.12.2.ebuild b/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-18.12.2.ebuild new file mode 100644 index 0000000000..ab1e5843b8 --- /dev/null +++ b/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-18.12.2.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 ~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..eb4b52ac58 --- /dev/null +++ b/kde-apps/ktp-approver/Manifest @@ -0,0 +1 @@ +DIST ktp-approver-18.12.2.tar.xz 36848 BLAKE2B 2dbd9f69c4dfe16b03878b908c5703ba3936de97f2d5c9ff5121b77c2394f4de349efb2c1476b688da80edcc54a3681a7aa2466e5bc6fb6e5ffa677b31b27bca SHA512 20b10cb9ae3cadd27f55f1b7dcb8c65cd27a797f2b53c8897a4ccb8c50adde196beccafa73ee396ff07c1c8a4326aeee001c5c35268038382d097aaacfdb6930 diff --git a/kde-apps/ktp-approver/ktp-approver-18.12.2.ebuild b/kde-apps/ktp-approver/ktp-approver-18.12.2.ebuild new file mode 100644 index 0000000000..218a3ff4a3 --- /dev/null +++ b/kde-apps/ktp-approver/ktp-approver-18.12.2.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 ~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..ae93901efa --- /dev/null +++ b/kde-apps/ktp-auth-handler/Manifest @@ -0,0 +1 @@ +DIST ktp-auth-handler-18.12.2.tar.xz 46020 BLAKE2B 103bf268e840bc2ef97610fa20b0191f321abc821e9b9e96bc64ee2d3f383cf81e27f328ce182c43b031f10ab21fcac38566334d12066a097572faf7fc8be1cb SHA512 fba5e279d9d11c39a606be7af9b7a6ae52426aebee24180dc13dc9f48cd445776120d1f61a06f7ad6f5aedf4c6f3dcc555d1a15228161b08d252c49c35ac9295 diff --git a/kde-apps/ktp-auth-handler/ktp-auth-handler-18.12.2.ebuild b/kde-apps/ktp-auth-handler/ktp-auth-handler-18.12.2.ebuild new file mode 100644 index 0000000000..ba32799f34 --- /dev/null +++ b/kde-apps/ktp-auth-handler/ktp-auth-handler-18.12.2.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 ~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..dabe68e252 --- /dev/null +++ b/kde-apps/ktp-call-ui/Manifest @@ -0,0 +1 @@ +DIST ktp-call-ui-18.12.2.tar.xz 96256 BLAKE2B d853b8f66d73068dc631df8f3fa7cf2d5462bbcb7a8d027b2dffa6fdcd3d33d855bfe7c01582546d5ddf8bf7fe296f4408a19f3d0fa0abea9ba308fda7052ed9 SHA512 04d0b4c36916dff0a26124cb6cdc27218c759cc5c7228a338594663853e0a24694dfd9b36aab9536f9629225752135f495bf24f8fc49e1c41059820b3628af08 diff --git a/kde-apps/ktp-call-ui/ktp-call-ui-18.12.2.ebuild b/kde-apps/ktp-call-ui/ktp-call-ui-18.12.2.ebuild new file mode 100644 index 0000000000..5387872aa8 --- /dev/null +++ b/kde-apps/ktp-call-ui/ktp-call-ui-18.12.2.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 ~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..fd0cb44e1e --- /dev/null +++ b/kde-apps/ktp-common-internals/Manifest @@ -0,0 +1 @@ +DIST ktp-common-internals-18.12.2.tar.xz 441236 BLAKE2B 6e1f717fcc775a32e482f99da9127c366ffedc681c4c550686883d04ba67401d351623a2c6c9d35315beda8cb7bd19ce083377d88a849fc38184bb843dc6ca2b SHA512 cb9dce180c705544b31c9120a1973e56751c4c2b1e4c18eb3434817ea7db80e3e1d8ad90a76aaa7a00ed4c2d8ea16f936446714a1edb7d1981e506e50e950c48 diff --git a/kde-apps/ktp-common-internals/ktp-common-internals-18.12.2.ebuild b/kde-apps/ktp-common-internals/ktp-common-internals-18.12.2.ebuild new file mode 100644 index 0000000000..ad68cd8837 --- /dev/null +++ b/kde-apps/ktp-common-internals/ktp-common-internals-18.12.2.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 ~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..9ce2d4ee89 --- /dev/null +++ b/kde-apps/ktp-contact-list/Manifest @@ -0,0 +1 @@ +DIST ktp-contact-list-18.12.2.tar.xz 146456 BLAKE2B 58e77ea42d1e5b5f147c2b7607b2a183943556d5e8489a9693a932f2cf46552504330f2100509490ae43168d4c3cd1acae4fcee9dcbc6a0bbe0e1cf3b5a6361c SHA512 cd09eb1daa35e1cc22be3c45742ebc458d4a201287552a7ee515b968be72fdc9acefbb6342cb397ba41abf2b7d2c9c2596fc261cb77c05b452913e307afed4fd diff --git a/kde-apps/ktp-contact-list/ktp-contact-list-18.12.2.ebuild b/kde-apps/ktp-contact-list/ktp-contact-list-18.12.2.ebuild new file mode 100644 index 0000000000..7f663990f1 --- /dev/null +++ b/kde-apps/ktp-contact-list/ktp-contact-list-18.12.2.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 ~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..163bd3774c --- /dev/null +++ b/kde-apps/ktp-contact-runner/Manifest @@ -0,0 +1 @@ +DIST ktp-contact-runner-18.12.2.tar.xz 42156 BLAKE2B 2cbc58b549919e6bdecc14b331c84a4c90017750e2e5d5d2b392ec5bcddb9cc48d7aa947e46547be0491d5a661f4128c424880f3da370d1e4975fb5aedb693ff SHA512 41f8d27c32e0ceefa83ebdaf2a344455193444d533d4e66d2d68f78e74cec6ff4e72ba4b2988afceca219bd07e9693c21200801cf4a031d033a0ce92e3aa8522 diff --git a/kde-apps/ktp-contact-runner/ktp-contact-runner-18.12.2.ebuild b/kde-apps/ktp-contact-runner/ktp-contact-runner-18.12.2.ebuild new file mode 100644 index 0000000000..769ff9163d --- /dev/null +++ b/kde-apps/ktp-contact-runner/ktp-contact-runner-18.12.2.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 ~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..3c9a0a96f7 --- /dev/null +++ b/kde-apps/ktp-desktop-applets/Manifest @@ -0,0 +1 @@ +DIST ktp-desktop-applets-18.12.2.tar.xz 42668 BLAKE2B 69d52fe9d3ee94b327d98ad4711d3b77f9a80ecbc8c8843a4cfdffa42e8ff92b86db1952f1da887002d93af8d3ebb0e07c4004900985f61da8953dd7c170a872 SHA512 a0c065d4ed64ab700dc24b0d4dbf3e8c8a1cee94372542fa4c35abd39cc658dabd5a1271fc86b672c60dce5d9a91e8ae3ecffee605cd2466af237c68dd6b253a diff --git a/kde-apps/ktp-desktop-applets/ktp-desktop-applets-18.12.2.ebuild b/kde-apps/ktp-desktop-applets/ktp-desktop-applets-18.12.2.ebuild new file mode 100644 index 0000000000..30d354bdfb --- /dev/null +++ b/kde-apps/ktp-desktop-applets/ktp-desktop-applets-18.12.2.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 ~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..f11b263cc5 --- /dev/null +++ b/kde-apps/ktp-filetransfer-handler/Manifest @@ -0,0 +1 @@ +DIST ktp-filetransfer-handler-18.12.2.tar.xz 45740 BLAKE2B 881e9e34e2cbb24eccb8a44dcfb9656aeac017a0e2ea5610d5d7824dce6777ff5a18a133d90376b0305cc82bb6bcd3c1ef9a874096ee574198d1c60b7188cac8 SHA512 0433d0f6167b0ac32599eb87a551dc8c4582e938407169264aa5ec50f75cf50317b09a35707f413f42bdf43b988fbda1973768ef7cdc0465be5f2a2b79ac14ae diff --git a/kde-apps/ktp-filetransfer-handler/ktp-filetransfer-handler-18.12.2.ebuild b/kde-apps/ktp-filetransfer-handler/ktp-filetransfer-handler-18.12.2.ebuild new file mode 100644 index 0000000000..5f1644b1ad --- /dev/null +++ b/kde-apps/ktp-filetransfer-handler/ktp-filetransfer-handler-18.12.2.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 ~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..383f57ba18 --- /dev/null +++ b/kde-apps/ktp-kded-module/Manifest @@ -0,0 +1 @@ +DIST ktp-kded-module-18.12.2.tar.xz 94664 BLAKE2B 16c260dca6a4786c3e62adcc82dbfa1eb799b7e957986b5d9d8edc9250a628ad6c07c41808b972a030a8ac0706bebd4604ef76d789614e572cf6fb51a62e8268 SHA512 96ebd0ba8fb39ddea22065af53a8e6a89f922ab96adbff01c4fcdb33f4c29982df54bc00d8692c9d2b176845c624c169e5ae1cae4e5cdb1d6cf7775bbd0b6a9c diff --git a/kde-apps/ktp-kded-module/ktp-kded-module-18.12.2.ebuild b/kde-apps/ktp-kded-module/ktp-kded-module-18.12.2.ebuild new file mode 100644 index 0000000000..6950d0769a --- /dev/null +++ b/kde-apps/ktp-kded-module/ktp-kded-module-18.12.2.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 ~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..fa7960b614 --- /dev/null +++ b/kde-apps/ktp-send-file/Manifest @@ -0,0 +1 @@ +DIST ktp-send-file-18.12.2.tar.xz 28548 BLAKE2B c6c08ac90a6daac780a8df7360bc0f51cbe0578973428ab79964b166bb09b452eb98a725288a8e4553c80a73eccf84ee6f4e1e9c04c29c43601c8977323dc2f8 SHA512 402c83ee51b9a41ab3d19d7d02af6a69d730ddf8d0b1c00b55f70a35585a4cf267d705bf4a36fe4c5cc98c9b7a58ee4edac1930a84a28b77790fdb97b7c737e9 diff --git a/kde-apps/ktp-send-file/ktp-send-file-18.12.2.ebuild b/kde-apps/ktp-send-file/ktp-send-file-18.12.2.ebuild new file mode 100644 index 0000000000..64b50d4ed4 --- /dev/null +++ b/kde-apps/ktp-send-file/ktp-send-file-18.12.2.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 ~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..7d81809cf8 --- /dev/null +++ b/kde-apps/ktp-text-ui/Manifest @@ -0,0 +1 @@ +DIST ktp-text-ui-18.12.2.tar.xz 465980 BLAKE2B 2045b803b1651490b195bd502fbca0c849cb6bb7c4a405fc440471d91774dd0d359c03ae4c9cd40ea13ffd45c63b340d3174d79b8b8bcd9acf6086c84f5e8173 SHA512 742349312b1370288709b64d2b9c8589c13a609c22a62392a85243eb39243e47b29d5d2c3f409046e6812d675c1c17a8b50a06b50b1eb8909483d8b11f30f2de diff --git a/kde-apps/ktp-text-ui/ktp-text-ui-18.12.2.ebuild b/kde-apps/ktp-text-ui/ktp-text-ui-18.12.2.ebuild new file mode 100644 index 0000000000..3971166009 --- /dev/null +++ b/kde-apps/ktp-text-ui/ktp-text-ui-18.12.2.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 ~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..8477020180 --- /dev/null +++ b/kde-apps/ktuberling/Manifest @@ -0,0 +1 @@ +DIST ktuberling-18.12.2.tar.xz 32796188 BLAKE2B cc4bfec21235b3b20e65fe71b93161bf1240b97b7a765de47cc43232e4fe5dd4f780b06586464b21f8f4dd9518d59dae6bd8a6d4244c317d46cedd1653b4a57e SHA512 ac9833ed4f47921983b1103acd530d9f9b7fc368b41773abe1f4fd637ecaccb589455fefc1a02cbd8e75faa768a045d026e6f9d4be6b14d16ae1961033d351c1 diff --git a/kde-apps/ktuberling/ktuberling-18.12.2.ebuild b/kde-apps/ktuberling/ktuberling-18.12.2.ebuild new file mode 100644 index 0000000000..6c4ed8639a --- /dev/null +++ b/kde-apps/ktuberling/ktuberling-18.12.2.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://www.kde.org/applications/games/ktuberling/ + https://games.kde.org/game.php?game=ktuberling +" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtgui) + $(add_qt_dep qtmultimedia) + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + media-libs/phonon[qt5(+)] +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/kturtle/Manifest b/kde-apps/kturtle/Manifest new file mode 100644 index 0000000000..c20022fed2 --- /dev/null +++ b/kde-apps/kturtle/Manifest @@ -0,0 +1 @@ +DIST kturtle-18.12.2.tar.xz 1560772 BLAKE2B 37c0a1b2a0ee5edbe7ce00f1cf852fec19035a3a5b262f3b40a5f116173ddfce6f809a3157f8035d2094a0763c80c12744183faebc36c12be026468a8d08b7f1 SHA512 c8a352732972ee51e8fc796465354776ee5d4646dedd2768301e7a04526301bb8ee0f36b45107a1729b87fc3c99d6a68aa97043088b2252de14347f432669b2d diff --git a/kde-apps/kturtle/kturtle-18.12.2.ebuild b/kde-apps/kturtle/kturtle-18.12.2.ebuild new file mode 100644 index 0000000000..f97ba96733 --- /dev/null +++ b/kde-apps/kturtle/kturtle-18.12.2.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://www.kde.org/applications/education/kturtle https://edu.kde.org/kturtle/" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/kubrick/Manifest b/kde-apps/kubrick/Manifest new file mode 100644 index 0000000000..b06dd2a06f --- /dev/null +++ b/kde-apps/kubrick/Manifest @@ -0,0 +1 @@ +DIST kubrick-18.12.2.tar.xz 311352 BLAKE2B acc99383d61001a88a788f85025d5d8728ab5f1adc6a19d1f1ec25f654a61817808b06df19420bbc5f0384f0c3231bf8189b37c876ab13b56772085894a5df6e SHA512 ab736a60f8b873c55e32762131b199dda4acae62804431a2e737a99c2138bab1b76c95af8d1a2d10def9717b6ed385b1e18ff60f94500167a23ac7823c19c550 diff --git a/kde-apps/kubrick/kubrick-18.12.2.ebuild b/kde-apps/kubrick/kubrick-18.12.2.ebuild new file mode 100644 index 0000000000..4a0203deca --- /dev/null +++ b/kde-apps/kubrick/kubrick-18.12.2.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="true" +inherit kde5 + +DESCRIPTION="Game based on the \"Rubik's Cube\" puzzle by KDE" +HOMEPAGE="https://www.kde.org/applications/games/kubrick/" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtgui) + $(add_qt_dep qtopengl) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) + virtual/glu + virtual/opengl +" +RDEPEND="${DEPEND} + !<kde-apps/kde4-l10n-17.07.80 +" diff --git a/kde-apps/kwalletmanager/Manifest b/kde-apps/kwalletmanager/Manifest new file mode 100644 index 0000000000..dc375b1908 --- /dev/null +++ b/kde-apps/kwalletmanager/Manifest @@ -0,0 +1 @@ +DIST kwalletmanager-18.12.2.tar.xz 785992 BLAKE2B 6e9875f7d3febc397cce4096ab47b1bf037947c08f15488e96b5862c24477b82c182871f0e825b301ef79222ce95faa82b65dbb4ba0807b869f540e6924f0bd1 SHA512 e71da87436069a8c34cf84ddd4025cfb7040039b48c21fcfeb588acc5f26dd9d46e8b206c0b2371357335e7d40e7720ac2d6c8ec13e00a8fd97413f065af8a1d diff --git a/kde-apps/kwalletmanager/kwalletmanager-18.12.2.ebuild b/kde-apps/kwalletmanager/kwalletmanager-18.12.2.ebuild new file mode 100644 index 0000000000..4d339cae95 --- /dev/null +++ b/kde-apps/kwalletmanager/kwalletmanager-18.12.2.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" +inherit kde5 + +DESCRIPTION="KDE Wallet management tool" +HOMEAGE="https://www.kde.org/applications/system/kwalletmanager +https://utils.kde.org/projects/kwalletmanager" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep karchive) + $(add_frameworks_dep kauth) + $(add_frameworks_dep kcmutils) + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep kjobwidgets) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kservice) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwallet) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) +" +RDEPEND="${DEPEND} + !<kde-apps/kwalletmanager-15.04.3-r1:4 + !kde-base/legacy-icons +" diff --git a/kde-apps/kwave/Manifest b/kde-apps/kwave/Manifest new file mode 100644 index 0000000000..08004bb41d --- /dev/null +++ b/kde-apps/kwave/Manifest @@ -0,0 +1 @@ +DIST kwave-18.12.2.tar.xz 6212000 BLAKE2B c631095cd5f9facccc963770997fe97c35ccc50c23a47710b0a82b14713057bfcc4970d7471598ad017084c800b9f77806a5176556e9d0e502d488861d9b92e3 SHA512 794dfd7747d5dc1348b881b7a1e498e0116cdf8b0aa2d00422d306253d558d2cc5f63d0b87a0e1de79fa6ddcbe645c3710f9514f0acfd5b0387bf5e525736fce diff --git a/kde-apps/kwave/kwave-18.12.2.ebuild b/kde-apps/kwave/kwave-18.12.2.ebuild new file mode 100644 index 0000000000..596d123919 --- /dev/null +++ b/kde-apps/kwave/kwave-18.12.2.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://www.kde.org/applications/multimedia/kwave/" +LICENSE="CC-BY-SA-3.0 CC0-1.0 GPL-2+ LGPL-2+ + handbook? ( FDL-1.2 ) + opus? ( BSD-2 ) +" +KEYWORDS="~amd64 ~x86" +IUSE="alsa flac mp3 opus oss pulseaudio +qtmedia vorbis" + +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..3bafc178b0 --- /dev/null +++ b/kde-apps/kwordquiz/Manifest @@ -0,0 +1 @@ +DIST kwordquiz-18.12.2.tar.xz 4169208 BLAKE2B 6a88702a23df2b11a80159172d0814b57b89a6598f9bb1e4271e1c09f950fcaa5422bda29714558384f8f6745c774c024050dddfbdb47e0ad02b5775294214c2 SHA512 8f0cb12dbab3f688b8779074ed6b6b57a1a79acdb460cc1c0e91d0e7d6bf9e0e7bf1662f797efb0325d01550b3ff24fdaaa3ff30e36490cf7f039e155e823929 diff --git a/kde-apps/kwordquiz/kwordquiz-18.12.2.ebuild b/kde-apps/kwordquiz/kwordquiz-18.12.2.ebuild new file mode 100644 index 0000000000..62d6736f53 --- /dev/null +++ b/kde-apps/kwordquiz/kwordquiz-18.12.2.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://www.kde.org/applications/education/kwordquiz https://edu.kde.org/kwordquiz/" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep 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..fc343b04b2 --- /dev/null +++ b/kde-apps/kwrite/Manifest @@ -0,0 +1 @@ +DIST kate-18.12.2.tar.xz 5764280 BLAKE2B 2f8dda3f2ff4353243567894393c7f041012bfca8163f828803d5ee38cce6d186a916fe819c0924144ddc4dace5af23c585d58d2ec79c65c86f6d60173ac7a13 SHA512 5207d575f6577ce0ca381d0051d63d85c6db2bb89f53d263a30429c066f453a11a14be68e2db1553474145386a5f3f73f2e9f3f1a68cbb76d93fa340d979c873 diff --git a/kde-apps/kwrite/kwrite-18.12.2.ebuild b/kde-apps/kwrite/kwrite-18.12.2.ebuild new file mode 100644 index 0000000000..9c71454bec --- /dev/null +++ b/kde-apps/kwrite/kwrite-18.12.2.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://www.kde.org/applications/utilities/kwrite" +KEYWORDS="~amd64 ~x86" + +DEPEND=" + $(add_frameworks_dep kactivities) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kjobwidgets) + $(add_frameworks_dep kparts) + $(add_frameworks_dep ktexteditor) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" + +src_prepare() { + kde5_src_prepare + # delete colliding kate translations + if [[ ${KDE_BUILD_TYPE} = release ]]; then + find po -type f -name "*po" -and -not -name "kwrite*" -delete || die + rm -rf po/*/docs/kate* || die + fi +} + +src_configure() { + local mycmakeargs=( + -DBUILD_addons=FALSE + -DBUILD_kate=FALSE + ) + use handbook && mycmakeargs+=( -DBUILD_katepart=FALSE ) + + kde5_src_configure +} diff --git a/kde-apps/libgravatar/Manifest b/kde-apps/libgravatar/Manifest new file mode 100644 index 0000000000..e5335d5c06 --- /dev/null +++ b/kde-apps/libgravatar/Manifest @@ -0,0 +1 @@ +DIST libgravatar-18.12.2.tar.xz 30124 BLAKE2B f5eb078d2609abbceb57d34da1f2fd22820e78d9c5e6b81ade69ae5396c39d290fcea76c2b6bcb31029d35ba45b6ae7509b384e7512fc5e8c34859af462be885 SHA512 d0eb117c8669e044d347380f081715bd52967fe74f0c3ea8c2e341cc79681362e057a9ebe8acc81ca60da5db9710d0653b889a86e94cb8bb4034048af1cdd1e0 diff --git a/kde-apps/libgravatar/libgravatar-18.12.2.ebuild b/kde-apps/libgravatar/libgravatar-18.12.2.ebuild new file mode 100644 index 0000000000..e950749832 --- /dev/null +++ b/kde-apps/libgravatar/libgravatar-18.12.2.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 ~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..8fc96eabd0 --- /dev/null +++ b/kde-apps/libkcddb/Manifest @@ -0,0 +1 @@ +DIST libkcddb-18.12.2.tar.xz 426604 BLAKE2B c754a54f12e620a62b87d0ed8b17d4370f4ee849f6b3daeb8dc4b33c5f759044dbc90e62d18689ae9ed282a0e130fb2cc2796a38f7ce5d47fd2c799ddba4cf16 SHA512 1477089e289971f6af787ed56aa3b91733aa5ba7ba74840cbeefbc29de8d9905eac46930e2764c1043634f986f0bb6fefe617c8c110682ace0e11f4efe60fe00 diff --git a/kde-apps/libkcddb/libkcddb-18.12.2.ebuild b/kde-apps/libkcddb/libkcddb-18.12.2.ebuild new file mode 100644 index 0000000000..b23e562860 --- /dev/null +++ b/kde-apps/libkcddb/libkcddb-18.12.2.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 ~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..28d8590325 --- /dev/null +++ b/kde-apps/libkcompactdisc/Manifest @@ -0,0 +1 @@ +DIST libkcompactdisc-18.12.2.tar.xz 88540 BLAKE2B 01cf1f976db2f4223911122db4e71293d740190dcf873ea5e211efbb2215bb69f8384343f26a02ef5987a48e6c45e66047f389d9a0b1498521276660c8792d44 SHA512 c3306efead84df31e029559f39f68403b190844dd041d3891ccf5e152f3647583ef009b1e81a90a7176e102a0e5047b97ce3d6b6d9b2a6bd798aca9e765ec370 diff --git a/kde-apps/libkcompactdisc/libkcompactdisc-18.12.2.ebuild b/kde-apps/libkcompactdisc/libkcompactdisc-18.12.2.ebuild new file mode 100644 index 0000000000..e1a8162506 --- /dev/null +++ b/kde-apps/libkcompactdisc/libkcompactdisc-18.12.2.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 ~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..0520792fe6 --- /dev/null +++ b/kde-apps/libkdcraw/Manifest @@ -0,0 +1 @@ +DIST libkdcraw-18.12.2.tar.xz 42092 BLAKE2B 5f72ae3e1364efed8e384a06b212681e2902eb6a9a1d7194a789d4ee2ce21add1dd39ef04bd2611717571026e4d0b708d81b60bcab59b2d20d73aa84f912bf7e SHA512 5ee3dc443584d9ccf9f8723fc17715ae3a0127660e9b24ca9d867b0c27f3e23e4f5033b28309f4615825008c181524e937a3c83084f7f351e485bbf41ddaac85 diff --git a/kde-apps/libkdcraw/libkdcraw-18.12.2.ebuild b/kde-apps/libkdcraw/libkdcraw-18.12.2.ebuild new file mode 100644 index 0000000000..f622911191 --- /dev/null +++ b/kde-apps/libkdcraw/libkdcraw-18.12.2.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 ~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..e6c21b4e9f --- /dev/null +++ b/kde-apps/libkdegames/Manifest @@ -0,0 +1 @@ +DIST libkdegames-18.12.2.tar.xz 6383320 BLAKE2B 50404e46a1e5d6c3fc4fe9b15f8e683a540962b5433c269e350b0f3fdc37b29ac078ddafb822e1fd70fcc41394b37c305de8dd60b95ff6997e8978120bb6288b SHA512 b4a15461c36feebd1e3d3ba4da15c59e9593763c5ce3604aab09eff3de735493384e34db410210104b105f981b18db89f9b65c7bee276e087d4434d975d48725 diff --git a/kde-apps/libkdegames/libkdegames-18.12.2.ebuild b/kde-apps/libkdegames/libkdegames-18.12.2.ebuild new file mode 100644 index 0000000000..3cc6c6ebdf --- /dev/null +++ b/kde-apps/libkdegames/libkdegames-18.12.2.ebuild @@ -0,0 +1,47 @@ +# 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 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep karchive) + $(add_frameworks_dep kbookmarks) + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kdeclarative) + $(add_frameworks_dep kdnssd) + $(add_frameworks_dep kglobalaccel) + $(add_frameworks_dep kguiaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep kjobwidgets) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep kservice) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtdeclarative 'widgets') + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtsvg) + $(add_qt_dep qtxml) + media-libs/libsndfile + media-libs/openal +" +RDEPEND="${DEPEND}" diff --git a/kde-apps/libkdepim/Manifest b/kde-apps/libkdepim/Manifest new file mode 100644 index 0000000000..aaf0245f40 --- /dev/null +++ b/kde-apps/libkdepim/Manifest @@ -0,0 +1 @@ +DIST libkdepim-18.12.2.tar.xz 336516 BLAKE2B db8b3abde74d0bd21ef259dfaa2f365bfbd3c6ed167fdad0f016b955e360c91cae1ee0a3a2d115d334dec6e2828bce3f9678ccbe3f237c995e855ecdc9ddd715 SHA512 80c7440917bb74a63097a12cdc684e896476139bda54bb4c3da684e7f7d060f084a2ebd27e813b0d9859604b9973ebddca9bf4f675e29c91cb9b54a9d5b8fa12 diff --git a/kde-apps/libkdepim/libkdepim-18.12.2.ebuild b/kde-apps/libkdepim/libkdepim-18.12.2.ebuild new file mode 100644 index 0000000000..52874db4c4 --- /dev/null +++ b/kde-apps/libkdepim/libkdepim-18.12.2.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 ~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..f2e91ff85c --- /dev/null +++ b/kde-apps/libkeduvocdocument/Manifest @@ -0,0 +1 @@ +DIST libkeduvocdocument-18.12.2.tar.xz 206964 BLAKE2B e0ce8f123f94ec781d8a7d968c9b5784f5f5f7efd96093489bb42bc823212c97637387733ece0a46e5632086d23812ad72b7954501dc5ce33a1bd8e9fad27547 SHA512 d046fe802388fb275418341e894c6eb14d476a81566251e021ceeae0cf807778d6e1149054d9032214867b2427dbed1daab16442844b8e87fde9a30259e02bdb diff --git a/kde-apps/libkeduvocdocument/libkeduvocdocument-18.12.2.ebuild b/kde-apps/libkeduvocdocument/libkeduvocdocument-18.12.2.ebuild new file mode 100644 index 0000000000..1a2031d478 --- /dev/null +++ b/kde-apps/libkeduvocdocument/libkeduvocdocument-18.12.2.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 ~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..8e28b9c118 --- /dev/null +++ b/kde-apps/libkexiv2/Manifest @@ -0,0 +1 @@ +DIST libkexiv2-18.12.2.tar.xz 64500 BLAKE2B 9b94e6e1578fc25066f2a60b0baa27725257bf9105b681e2699127828df4cd84362ff2bf90742af7049b95f7b0af05dcb597b95452fd21c7af1d6813d9289a2e SHA512 381da5818ffa73546424e1c998e4ee3d9348ec5f46619e2968d1214d7804716d3cbc722a092bffad74dec7b0dfe0167fd844a0e4ba5301e6ed89ae142f93a1fd diff --git a/kde-apps/libkexiv2/libkexiv2-18.12.2.ebuild b/kde-apps/libkexiv2/libkexiv2-18.12.2.ebuild new file mode 100644 index 0000000000..fa9294bd8f --- /dev/null +++ b/kde-apps/libkexiv2/libkexiv2-18.12.2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +FRAMEWORKS_MINIMAL="5.53.0" +inherit kde5 + +DESCRIPTION="Wrapper around exiv2 library" +LICENSE="GPL-2+" +KEYWORDS="~amd64 ~x86" +IUSE="+xmp" + +DEPEND=" + $(add_qt_dep qtgui) + >=media-gfx/exiv2-0.25:=[xmp=] +" +RDEPEND="${DEPEND}" + +PATCHES=( "${FILESDIR}/${PN}-18.12.0-exiv2-0.27.patch" ) diff --git a/kde-apps/libkgapi/Manifest b/kde-apps/libkgapi/Manifest new file mode 100644 index 0000000000..c4c20bf9ec --- /dev/null +++ b/kde-apps/libkgapi/Manifest @@ -0,0 +1 @@ +DIST libkgapi-18.12.2.tar.xz 215140 BLAKE2B ce5cc8a0d51d979ae8b91ebebdae6c3cbaacd26896817bd7529738827751a55ae299ef2150885ea9ef69d6f6840047a74473190f0033a404ebc7b8abd9630ea7 SHA512 6e6f2ff93d6c489e1428d611bf6c40da4b017156c39ade55fce631a5b5396d6227226b28f475a138122fe95f1c46aebdd6af5aad2ace08e9d2bcd0025f851af4 diff --git a/kde-apps/libkgapi/libkgapi-18.12.2.ebuild b/kde-apps/libkgapi/libkgapi-18.12.2.ebuild new file mode 100644 index 0000000000..7a864e7ba6 --- /dev/null +++ b/kde-apps/libkgapi/libkgapi-18.12.2.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 ~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..053da0f5d0 --- /dev/null +++ b/kde-apps/libkgeomap/Manifest @@ -0,0 +1 @@ +DIST libkgeomap-18.12.2.tar.xz 151104 BLAKE2B 4e2a029a083140b0c072a0d1a6cd7a91a57e61942535f9ffb61a864f3dd93c70354628518cc833663e939d798236758c1a78f616c229fb409c658535104b63c2 SHA512 fc3f6050176b89c4042c040d63ac95d24dc530b54f550a9c549b97b7cce74613fd1608fbc12247009bc97aa32ef272e11ff210f71b349903350e289fda070288 diff --git a/kde-apps/libkgeomap/libkgeomap-18.12.2.ebuild b/kde-apps/libkgeomap/libkgeomap-18.12.2.ebuild new file mode 100644 index 0000000000..adcef4fad9 --- /dev/null +++ b/kde-apps/libkgeomap/libkgeomap-18.12.2.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" +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() { + 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..6b84b4b5c0 --- /dev/null +++ b/kde-apps/libkipi/Manifest @@ -0,0 +1 @@ +DIST libkipi-18.12.2.tar.xz 103460 BLAKE2B c542872411e62709c7941da210d248a4fa993d39d1bc73de1178cbac10b979c933c2a76eb94b3da2aa12671e66ef57dd84f3e4b9b141d826a2304540809983fb SHA512 4c1e5541ef9446973532499d07adea683e11269efbb13542c9b2b78b9b66b03c419d2764b0497e02e690beb31c7cbe644920dc13690270425ce34f6a0ffc08c0 diff --git a/kde-apps/libkipi/libkipi-18.12.2.ebuild b/kde-apps/libkipi/libkipi-18.12.2.ebuild new file mode 100644 index 0000000000..3ee25d7b94 --- /dev/null +++ b/kde-apps/libkipi/libkipi-18.12.2.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="A library for image plugins accross KDE applications" +LICENSE="GPL-2+" +SLOT="5/32" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kservice) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) +" +RDEPEND="${DEPEND} + !<kde-apps/libkipi-15.08.3-r1:4 + !kde-base/legacy-icons +" diff --git a/kde-apps/libkleo/Manifest b/kde-apps/libkleo/Manifest new file mode 100644 index 0000000000..9be042664d --- /dev/null +++ b/kde-apps/libkleo/Manifest @@ -0,0 +1 @@ +DIST libkleo-18.12.2.tar.xz 333068 BLAKE2B bbcbdde81e6107cf8991034d5756416523a8117404e4cc3473f65e9ed800978e741c34acc9456c70d393643b309670c216ac11ba8f20728e75a117597e4e9d53 SHA512 06dba154a77df481678208c7b687c1b7b7664fbde971ba5b4f854bdcdc6ab6e1f09864b989da7c929fa1b56bae4042d37ed2d39b6d2eacfeda726cfc82e61839 diff --git a/kde-apps/libkleo/libkleo-18.12.2.ebuild b/kde-apps/libkleo/libkleo-18.12.2.ebuild new file mode 100644 index 0000000000..242a3509f7 --- /dev/null +++ b/kde-apps/libkleo/libkleo-18.12.2.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="false" +inherit kde5 + +DESCRIPTION="Library for encryption handling" +LICENSE="GPL-2+" +KEYWORDS="~amd64 ~x86" +IUSE="" + +COMMON_DEPEND=" + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kitemmodels) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_kdeapps_dep kpimtextedit) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + >=app-crypt/gpgme-1.7.1[cxx,qt5] +" +DEPEND="${COMMON_DEPEND} + dev-libs/boost +" +RDEPEND="${COMMON_DEPEND} + !kde-apps/kdepim-l10n +" diff --git a/kde-apps/libkmahjongg/Manifest b/kde-apps/libkmahjongg/Manifest new file mode 100644 index 0000000000..240f00a206 --- /dev/null +++ b/kde-apps/libkmahjongg/Manifest @@ -0,0 +1 @@ +DIST libkmahjongg-18.12.2.tar.xz 1684268 BLAKE2B 872d42ee33d4d85161b831d8c44c7495fc76d59931788fa9140ffb96fec15de7f2b7247911465dae33a0f8bf1e95ddcdb2a85e123d7b56f71ff2377e963c1830 SHA512 1a7a387ab7541ba78da302d97ba8c6350c1a974565bd2f99dadf10084e4a4bc0989d49d11b4715cdd436edfc89df08ea0fc3a7ed9c5c1672345f7f6a35bd5162 diff --git a/kde-apps/libkmahjongg/libkmahjongg-18.12.2.ebuild b/kde-apps/libkmahjongg/libkmahjongg-18.12.2.ebuild new file mode 100644 index 0000000000..0f83d9c4b0 --- /dev/null +++ b/kde-apps/libkmahjongg/libkmahjongg-18.12.2.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 ~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..275cd22703 --- /dev/null +++ b/kde-apps/libkomparediff2/Manifest @@ -0,0 +1 @@ +DIST libkomparediff2-18.12.2.tar.xz 173436 BLAKE2B dbbc2cc007ffaa986e52b9cf03fad1b660074a18471e1773b0882e264b6c0b1e3f626e3420158db70a930109ca6e9eb3389967b061c2d544a2b4ad25a6579a6c SHA512 15f9b9bfac43d6eadf63deb997f9da4600916f06394c2947091936efe624510b4fb1c6bc9aeddfe8e5240af86aa84030a70d0e61c665af48bd55c5e55c2da642 diff --git a/kde-apps/libkomparediff2/libkomparediff2-18.12.2.ebuild b/kde-apps/libkomparediff2/libkomparediff2-18.12.2.ebuild new file mode 100644 index 0000000000..4118a95614 --- /dev/null +++ b/kde-apps/libkomparediff2/libkomparediff2-18.12.2.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 ~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..4bbb72c19c --- /dev/null +++ b/kde-apps/libksane/Manifest @@ -0,0 +1 @@ +DIST libksane-18.12.2.tar.xz 137776 BLAKE2B 5cd9e1f28429b51c812adbeb2067bde8b035f88e1a7bfebcfbb0471327ca021455eb37396001b92e5a5606ce19ef7a2b4373f667cbdd24277ddf9b96c29644a1 SHA512 4da3646241fc73be4ca28b3344a4e085a2f5fdfcb03900047207c2750ed1fecb9d3590a8b7ebf8a5178d504b2b2865dffd647a26c9475b9db382dacfd7f8d8f6 diff --git a/kde-apps/libksane/libksane-18.12.2.ebuild b/kde-apps/libksane/libksane-18.12.2.ebuild new file mode 100644 index 0000000000..77ab7c0de6 --- /dev/null +++ b/kde-apps/libksane/libksane-18.12.2.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="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} + !<kde-apps/libksane-15.08.3-r1:4 + !kde-base/legacy-icons +" + +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..98d6445d48 --- /dev/null +++ b/kde-apps/libksieve/Manifest @@ -0,0 +1 @@ +DIST libksieve-18.12.2.tar.xz 550548 BLAKE2B 3c7221196d9fb3da13848355640ca444d834f5f1b06d5b09ca61d1202921bf436dc459366df60edb278a809ea045f29a16425f793295dd00eeea4b7ff70e8d06 SHA512 c419fd6a64f0d4b8448f8411a60e5b8ea04664d49d899409b1b1034012a7b617609d97dcbb71e88ecb4346e0b30620e95defde1270d8fdc300127439dfc8cf64 diff --git a/kde-apps/libksieve/libksieve-18.12.2.ebuild b/kde-apps/libksieve/libksieve-18.12.2.ebuild new file mode 100644 index 0000000000..5f81f522ab --- /dev/null +++ b/kde-apps/libksieve/libksieve-18.12.2.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 ~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..ed6ea38c85 --- /dev/null +++ b/kde-apps/libktnef/Manifest @@ -0,0 +1 @@ +DIST ktnef-18.12.2.tar.xz 299620 BLAKE2B 4b8ade9dc67571f6656b2a8f013322ace1a3b7e49667207f591ed0199689bdc2696af40fadec973d174c5484f2a528f78ba6c2e5fee45bc4bd956aeefa982132 SHA512 ca8c75c815dab8221c40d801a51cc3e0350f2eed7e0fe351bc3572616cdbb0963662469fd6ec67b5a164113f19daf3a19e7a011459bf5fd4812410912b54775f diff --git a/kde-apps/libktnef/libktnef-18.12.2.ebuild b/kde-apps/libktnef/libktnef-18.12.2.ebuild new file mode 100644 index 0000000000..fac18fb3c7 --- /dev/null +++ b/kde-apps/libktnef/libktnef-18.12.2.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 ~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..3ad90f5e8d --- /dev/null +++ b/kde-apps/lokalize/Manifest @@ -0,0 +1 @@ +DIST lokalize-18.12.2.tar.xz 2312144 BLAKE2B 4f44ef16a99090ea38868c74008587d39d48301b62649f33003ebd5ddba4d1100cf402274123f149261176bd813f4a869c10a7bedde8485a2bf40f47342020fd SHA512 d967162377cb1c3cac98900df5a3064778abb5ce96988a6e4ab6975be3436f236a49e24de5150eacd92c38e06f51194b9dcbc979400505b01420202dd3b7e098 diff --git a/kde-apps/lokalize/lokalize-18.12.2.ebuild b/kde-apps/lokalize/lokalize-18.12.2.ebuild new file mode 100644 index 0000000000..794fdf336a --- /dev/null +++ b/kde-apps/lokalize/lokalize-18.12.2.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=( python2_7 python3_{5,6} ) +inherit python-single-r1 kde5 + +DESCRIPTION="KDE Applications 5 translation tool" +HOMEPAGE="https://www.kde.org/applications/development/lokalize +https://l10n.kde.org/tools/" +KEYWORDS="~amd64 ~x86" +IUSE="" + +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +DEPEND="${PYTHON_DEPS} + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep kparts) + $(add_frameworks_dep kross) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_frameworks_dep sonnet) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtscript) + $(add_qt_dep qtsql 'sqlite') + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + >=app-text/hunspell-1.2.8:= +" +RDEPEND="${DEPEND} + dev-python/translate-toolkit[${PYTHON_USEDEP}] +" + +pkg_setup() { + python-single-r1_pkg_setup + kde5_pkg_setup +} + +src_install() { + kde5_src_install + python_fix_shebang "${ED}/usr/share/${PN}" +} + +pkg_postinst() { + kde5_pkg_postinst + + 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..c674ec0543 --- /dev/null +++ b/kde-apps/lskat/Manifest @@ -0,0 +1 @@ +DIST lskat-18.12.2.tar.xz 1218036 BLAKE2B 165076b8ae52d5186fae96dccf7b6240218a36aa17e159309aa3059f25eed5b78b38179dbff2ea7dece4002a727e0db9128d157c08f2f2a499ecade7c27e6f6c SHA512 ab64d36fbbe7e4aa2cc35a6226a932b85da7fbe7cdbb544a47caafd29b8d6ba2ac512cd0444251cc8631d8c5021d9fef254c39830c72db6738ea304723437c63 diff --git a/kde-apps/lskat/lskat-18.12.2.ebuild b/kde-apps/lskat/lskat-18.12.2.ebuild new file mode 100644 index 0000000000..2aff1face6 --- /dev/null +++ b/kde-apps/lskat/lskat-18.12.2.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="true" +KDE_SELINUX_MODULE="games" +inherit kde5 + +DESCRIPTION="Skat game by KDE" +HOMEPAGE=" + https://www.kde.org/applications/games/lskat/ + https://games.kde.org/game.php?game=lskat +" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kguiaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtgui) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND} + !<kde-apps/kde4-l10n-17.07.80 +" diff --git a/kde-apps/mailcommon/Manifest b/kde-apps/mailcommon/Manifest new file mode 100644 index 0000000000..51d3a886f0 --- /dev/null +++ b/kde-apps/mailcommon/Manifest @@ -0,0 +1 @@ +DIST mailcommon-18.12.2.tar.xz 692320 BLAKE2B 2a1bae72cd831f60e51ca628ae138149b31000ac91ae9f129e2ef4694c495c93bff793156a087089c80af7a3c46092898e8f244b2560fac47b451ea5a6317918 SHA512 d17fb161f64db6187d2ddadfa4d0806716d3b64ef2a5875f88072e4d98d2934b36f9b47cdd20650b6ae2254ef0a51ef8a51e0d9f4363a1ca49e259fe87b1a25e diff --git a/kde-apps/mailcommon/mailcommon-18.12.2.ebuild b/kde-apps/mailcommon/mailcommon-18.12.2.ebuild new file mode 100644 index 0000000000..b0a8058408 --- /dev/null +++ b/kde-apps/mailcommon/mailcommon-18.12.2.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 ~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..9c56828797 --- /dev/null +++ b/kde-apps/mailimporter/Manifest @@ -0,0 +1 @@ +DIST mailimporter-18.12.2.tar.xz 540524 BLAKE2B bacbce50b60d31db503326904ff38010c79a4fcb360eea8b65c757d0761ad37ae21383669b3e6adcdf5fdcad334ae8d08a40245f3f1b685005f7644a68cb52fc SHA512 165a239851a2c888a5724ba4d75886300501cd2f028fdb643c65aa20c8edd8700479f22c0d93eaec0d278032d530399a230a0dce424b059ae9d3c0931a476add diff --git a/kde-apps/mailimporter/mailimporter-18.12.2.ebuild b/kde-apps/mailimporter/mailimporter-18.12.2.ebuild new file mode 100644 index 0000000000..48cdc43d57 --- /dev/null +++ b/kde-apps/mailimporter/mailimporter-18.12.2.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 ~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..b939f7480e --- /dev/null +++ b/kde-apps/marble/Manifest @@ -0,0 +1 @@ +DIST marble-18.12.2.tar.xz 52414944 BLAKE2B f3c091cbaaa4974c1a46caab4e870db133683ea95a0aa583ee19cc389644df9bea6b85c347b3f1c7523605d6e20a3be006d9dfd55bfb6368e16f680a5ba15be9 SHA512 74dba5cfc7c5b9995445817667148417fdd36994ddf105484e2d13f4a5dff7654f98d84680ff26c5057a60d0d9cbfbe7dbc3e7d3413e081fb67f3ced2783286c diff --git a/kde-apps/marble/marble-18.12.2.ebuild b/kde-apps/marble/marble-18.12.2.ebuild new file mode 100644 index 0000000000..42758843a9 --- /dev/null +++ b/kde-apps/marble/marble-18.12.2.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="forceoptional" +KDE_SUBSLOT="true" +KDE_TEST="forceoptional" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Virtual Globe and World Atlas to learn more about Earth" +HOMEPAGE="https://marble.kde.org/" + +KEYWORDS="~amd64 ~x86" +IUSE="aprs +dbus designer gps +kde nls phonon +geolocation shapefile +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..ea30a3abff --- /dev/null +++ b/kde-apps/mbox-importer/Manifest @@ -0,0 +1 @@ +DIST mbox-importer-18.12.2.tar.xz 33452 BLAKE2B 5f410c5fdd3504050aa2bca81128d72473c0a360cfe1465b55b173403040ace4452175b245421bbb1faabebcc813de6fae319b55e09d8b4ef5fde9999bec2179 SHA512 cc96365013e48c7d6cc1838535658f3f9f95b5011c03d1c3d07b5e2d877b9a0a6f890ca47f9eff598b259bb872de60d70d5144d20c194aa766fe63746c6f792d diff --git a/kde-apps/mbox-importer/mbox-importer-18.12.2.ebuild b/kde-apps/mbox-importer/mbox-importer-18.12.2.ebuild new file mode 100644 index 0000000000..4106fe8462 --- /dev/null +++ b/kde-apps/mbox-importer/mbox-importer-18.12.2.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 ~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..d41b680d1d --- /dev/null +++ b/kde-apps/messagelib/Manifest @@ -0,0 +1 @@ +DIST messagelib-18.12.2.tar.xz 10433544 BLAKE2B 39bf955d4fbedda7ed5a438935fee69dc6ec84358f19d5c2bb8f5e8bccbe50c5fb44353558674967032cbdb68d704f289e3e4f70d70b217fe7753372b6d38294 SHA512 f46cfcf3d4b09baa2be7113993720a7c1bda85e212409f2ee35d44c0031b99f603caf2a51a56fda98957e83076197f278564a6227bd886d3aa68512cd1bb9848 diff --git a/kde-apps/messagelib/messagelib-18.12.2.ebuild b/kde-apps/messagelib/messagelib-18.12.2.ebuild new file mode 100644 index 0000000000..3c07aeafc1 --- /dev/null +++ b/kde-apps/messagelib/messagelib-18.12.2.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 ~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..3fa81b0d7d --- /dev/null +++ b/kde-apps/minuet/Manifest @@ -0,0 +1 @@ +DIST minuet-18.12.2.tar.xz 27588944 BLAKE2B fa90e8ec826791f56b578f13dfefbe11221fbb6985037de3a62ceca15f3ced1190e3fdb44eb8a2d0a4317f17ef3a930e6c2fab98cd9a00165d2a47224b3ae37b SHA512 29a9c540474e9d260e8ceb01bfc5440d689315c96dc52c507d82859f6d4962c56d0728822562b6bb5ab1904a15e7d95fa2cc77a672e55ca72395fec0ab16e2b9 diff --git a/kde-apps/minuet/minuet-18.12.2.ebuild b/kde-apps/minuet/minuet-18.12.2.ebuild new file mode 100644 index 0000000000..7a17c7247e --- /dev/null +++ b/kde-apps/minuet/minuet-18.12.2.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 ~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..2344afb9d4 --- /dev/null +++ b/kde-apps/okular/Manifest @@ -0,0 +1 @@ +DIST okular-18.12.2.tar.xz 6555548 BLAKE2B 9a96fb87ce95247305751ac3f483990056e878af7c0998c2230c0e6298fa993609a151c399ba78a7df08fbfc03b72fd89769789c4bcbf403087444bf29ca4ede SHA512 abe8c86470b2372fdbc43fce395f70d543392bb3f2c27a36953acf1132fb1d03eb7d8636999946f27854cc9ce1738be93b718c786e11712c35ec1848637defe9 diff --git a/kde-apps/okular/okular-18.12.2.ebuild b/kde-apps/okular/okular-18.12.2.ebuild new file mode 100644 index 0000000000..307ceb962a --- /dev/null +++ b/kde-apps/okular/okular-18.12.2.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://www.kde.org/applications/graphics/okular" +KEYWORDS="~amd64 ~x86" +IUSE="chm crypt djvu epub +image-backend markdown mobi mobile +pdf plucker +postscript share speech +tiff" + +DEPEND=" + $(add_frameworks_dep kactivities) + $(add_frameworks_dep karchive) + $(add_frameworks_dep kbookmarks) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep 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 KDEExperimentalPurpose) + $(cmake-utils_use_find_package speech Qt5TextToSpeech) + $(cmake-utils_use_find_package tiff TIFF) + ) + + kde5_src_configure +} + +src_test() { + # mainshelltest hangs, chmgeneratortest fails, bug #603116 + # parttest hangs, bug #641728 + local myctestargs=( + -E "(mainshelltest|chmgeneratortest|parttest)" + ) + + kde5_src_test +} diff --git a/kde-apps/palapeli/Manifest b/kde-apps/palapeli/Manifest new file mode 100644 index 0000000000..bff24a28cb --- /dev/null +++ b/kde-apps/palapeli/Manifest @@ -0,0 +1 @@ +DIST palapeli-18.12.2.tar.xz 2064984 BLAKE2B 1b1a9916420d8ed7c7d47a7179c70537afd5a7896600c88430a0ab7d16ad08317dd82fc5ea1d7b98ea0565589c106d7973cf4641c366a6eba474da34ac8556f2 SHA512 1d9f1d05c7bf3a42941f47f87893f626e6624b73c57bb827a76533972fba38a5998fd7b7f3805549d998ae342908221e135c2a7005fd60add1837252be02e70a diff --git a/kde-apps/palapeli/palapeli-18.12.2.ebuild b/kde-apps/palapeli/palapeli-18.12.2.ebuild new file mode 100644 index 0000000000..73a7f88fb7 --- /dev/null +++ b/kde-apps/palapeli/palapeli-18.12.2.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://www.kde.org/applications/games/palapeli/" +KEYWORDS="~amd64 ~x86" +IUSE="" + +COMMON_DEPEND=" + $(add_frameworks_dep karchive) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep kservice) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtgui) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) +" +DEPEND="${COMMON_DEPEND} + $(add_qt_dep qtconcurrent) +" +RDEPEND="${COMMON_DEPEND} + !kde-apps/kde4-l10n +" diff --git a/kde-apps/parley/Manifest b/kde-apps/parley/Manifest new file mode 100644 index 0000000000..af72a65884 --- /dev/null +++ b/kde-apps/parley/Manifest @@ -0,0 +1 @@ +DIST parley-18.12.2.tar.xz 8824068 BLAKE2B 16195b367933004467ef14b466fcf8f9149b734150c6b835efdca49c522519b374d53e121632e5b4e34992ad1f92db3d03fb51b0fbcf0aa5fae8b9290b747f0b SHA512 eddaae2cc8d7a3a71b4d72e9a06f2f761616cc1c413838b7ba7b0a8bfa09986ab8c323207e737964c0033a8a88cb916b2c1bacc18147fa9776e73af9ff67e471 diff --git a/kde-apps/parley/parley-18.12.2.ebuild b/kde-apps/parley/parley-18.12.2.ebuild new file mode 100644 index 0000000000..8654ae9990 --- /dev/null +++ b/kde-apps/parley/parley-18.12.2.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://www.kde.org/applications/education/parley +https://edu.kde.org/applications/school/parley" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_kdeapps_dep libkeduvocdocument) + $(add_frameworks_dep kcmutils) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep khtml) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep kross) + $(add_frameworks_dep kservice) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_frameworks_dep sonnet) + $(add_qt_dep qtdbus) + $(add_qt_dep qtconcurrent) + $(add_qt_dep qtgui) + $(add_qt_dep qtmultimedia) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtwebengine 'widgets') + dev-libs/libxml2:2 + dev-libs/libxslt +" +RDEPEND="${DEPEND} + $(add_kdeapps_dep kdeedu-data) +" diff --git a/kde-apps/picmi/Manifest b/kde-apps/picmi/Manifest new file mode 100644 index 0000000000..fdcad686df --- /dev/null +++ b/kde-apps/picmi/Manifest @@ -0,0 +1 @@ +DIST picmi-18.12.2.tar.xz 1356180 BLAKE2B 2098ef3661ec272d5a9d7ca9b2edddcdb4b412c760bf556c28c041463f6731cd7dfd91b5498345bf845c074a6317b95adbee3dc2a51bd94a0ef0caa29ab48fbb SHA512 6532696965931025ad32420fc0f314da450c39b73977d102fc60b9cec5779425af2150fe070016868c8a164589a62f0b45ab725a00b6664a7978461a3c7ca180 diff --git a/kde-apps/picmi/picmi-18.12.2.ebuild b/kde-apps/picmi/picmi-18.12.2.ebuild new file mode 100644 index 0000000000..c687db419b --- /dev/null +++ b/kde-apps/picmi/picmi-18.12.2.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 ~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..ac8e878792 --- /dev/null +++ b/kde-apps/pim-data-exporter/Manifest @@ -0,0 +1 @@ +DIST pim-data-exporter-18.12.2.tar.xz 270940 BLAKE2B 440f1191b00f0c55757a2c6338f78a0159ed1a275d25024159998e34a5ed16c4055cd53b62176cd07a04badcef54115a2336eb83dbe0afb9d4c60d71e5bb183c SHA512 3146b7bfcca059cb94918a14a2684cae927b52212692e9fc842fa7a42d4ef6939e25428bfd653974472fcdb23ecfbb2ef5cdfe4458987ac9030d8c8c73576ab9 diff --git a/kde-apps/pim-data-exporter/pim-data-exporter-18.12.2.ebuild b/kde-apps/pim-data-exporter/pim-data-exporter-18.12.2.ebuild new file mode 100644 index 0000000000..46175ce2f0 --- /dev/null +++ b/kde-apps/pim-data-exporter/pim-data-exporter-18.12.2.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 ~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..235d70948e --- /dev/null +++ b/kde-apps/pim-sieve-editor/Manifest @@ -0,0 +1 @@ +DIST pim-sieve-editor-18.12.2.tar.xz 450652 BLAKE2B 0296ec46d41b42b1e58e5ea737bd5cb3ca994ce55526d0a2eccb7b5caa1208f4c22c0405cd924421555ed354d47a18d3a426440277e9c5d584348fa5a92bcf55 SHA512 11f28bff9c8cdae7f72950dd8a6b386ecac71b77d27c3b8888ba61d409b2c4f40a0082ecae03350b412e9ab3ca1b5b2ac01df3d5fb04e0b609187f754b6c86a0 diff --git a/kde-apps/pim-sieve-editor/pim-sieve-editor-18.12.2.ebuild b/kde-apps/pim-sieve-editor/pim-sieve-editor-18.12.2.ebuild new file mode 100644 index 0000000000..a0ec4954ef --- /dev/null +++ b/kde-apps/pim-sieve-editor/pim-sieve-editor-18.12.2.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 ~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..feffb0b9aa --- /dev/null +++ b/kde-apps/pimcommon/Manifest @@ -0,0 +1 @@ +DIST pimcommon-18.12.2.tar.xz 294944 BLAKE2B 376c0a20cbbebd8264a426d6a7220c81124e6dc12ef12d016581783914602320bba748d9d51d04410ea232dbf25f95428879cfd33b7de54419686f3693d09bd0 SHA512 22b644aa4ecfb253f43442af32fb59f104263351a49b31bd74d7f54c5d27b37f1ec298939326fe0b700624cfbb5c30a9ba07d95ca9dd20fa4b270321dc096fe1 diff --git a/kde-apps/pimcommon/pimcommon-18.12.2.ebuild b/kde-apps/pimcommon/pimcommon-18.12.2.ebuild new file mode 100644 index 0000000000..4eea7ccd25 --- /dev/null +++ b/kde-apps/pimcommon/pimcommon-18.12.2.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 ~x86" +IUSE="share" + +BDEPEND=" + dev-libs/libxslt + test? ( $(add_kdeapps_dep kmime) ) +" +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) +" +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-18.12.2.ebuild b/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-18.12.2.ebuild new file mode 100644 index 0000000000..f30f70a34f --- /dev/null +++ b/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-18.12.2.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 ~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..713e599b15 --- /dev/null +++ b/kde-apps/poxml/Manifest @@ -0,0 +1 @@ +DIST poxml-18.12.2.tar.xz 43180 BLAKE2B b475a942f05e05902ee7272aab9a7e64c76554a6bb3e415ae7ab663b666338dbac736558344aa805623b4b01f90c5eaacf41b93076242f2e69bf97b8028ba09f SHA512 bdf480a0fe13093a3a40cfaa715f5bc7dde908fa62623a8ad17fbe389f4bcf142e8aa0610b861514d7c40e772a5d0d8c0cace17bfb86b45592317e77f015ee4d diff --git a/kde-apps/poxml/poxml-18.12.2.ebuild b/kde-apps/poxml/poxml-18.12.2.ebuild new file mode 100644 index 0000000000..b1f466e63b --- /dev/null +++ b/kde-apps/poxml/poxml-18.12.2.ebuild @@ -0,0 +1,15 @@ +# 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 ~x86" +IUSE="" + +BDEPEND="sys-devel/gettext" +DEPEND="$(add_qt_dep qtxml)" +RDEPEND="${DEPEND}" diff --git a/kde-apps/print-manager/Manifest b/kde-apps/print-manager/Manifest new file mode 100644 index 0000000000..5651da3ed6 --- /dev/null +++ b/kde-apps/print-manager/Manifest @@ -0,0 +1 @@ +DIST print-manager-18.12.2.tar.xz 238864 BLAKE2B 0470b3d34b7eba6d510b86670eae0fb196a1fbba6fc44531c6998fcdfc1977f4d2962113ec850e67ae57dcab7d4569da1ee0bdcb362e89ce4ca9fa729783af05 SHA512 10cfa342804820c516e50d55fdda1046b4cfefb24e9d1d32c633471435e0740d160df01a7a3b2e67feb4411f5baeefc9716fdd798f4efd9506e14cd3acce4633 diff --git a/kde-apps/print-manager/print-manager-18.12.2.ebuild b/kde-apps/print-manager/print-manager-18.12.2.ebuild new file mode 100644 index 0000000000..4e79c22ab4 --- /dev/null +++ b/kde-apps/print-manager/print-manager-18.12.2.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 ~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..d9af09d239 --- /dev/null +++ b/kde-apps/rocs/Manifest @@ -0,0 +1 @@ +DIST rocs-18.12.2.tar.xz 1516332 BLAKE2B e426a46029635ca510202fdb0e410202ab5ffed7f6367623c805e882a5b581f669927676758ab7f618f8ac234e2803277ccfd49ae96355b9db2b04457c93806a SHA512 6bba77de1b9f374c178772c1e256c49ac10decf711028b29612cb75de8dcba7637c734c0d60fd8aee99ecb895c6bcc15e029ced791c2d9f829f9c2470127ac57 diff --git a/kde-apps/rocs/rocs-18.12.2.ebuild b/kde-apps/rocs/rocs-18.12.2.ebuild new file mode 100644 index 0000000000..b4585b6844 --- /dev/null +++ b/kde-apps/rocs/rocs-18.12.2.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://www.kde.org/applications/education/rocs +https://edu.kde.org/applications/mathematics/rocs" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + $(add_frameworks_dep karchive) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdeclarative) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep kparts) + $(add_frameworks_dep kservice) + $(add_frameworks_dep ktexteditor) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtconcurrent) + $(add_qt_dep qtdeclarative 'widgets') + $(add_qt_dep qtgui) + $(add_qt_dep qtscript 'scripttools') + $(add_qt_dep qtsvg) + >=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..18cf6b40d1 --- /dev/null +++ b/kde-apps/signon-kwallet-extension/Manifest @@ -0,0 +1 @@ +DIST signon-kwallet-extension-18.12.2.tar.xz 10636 BLAKE2B b284d6c59970a34c51040264d9c03f12408813b933c754edd5ac43c1d530a67db45a7dcb845144eba9523ca96079420ad8529b84322dfce417c3392b0d2152fa SHA512 11a5efa6a9b5de782f8bd6149507503d9726a46be9ed5869f6708d03ee6fe0bd21424055b7e5accf872541d11f6478fd01766b1b1384ee8032d26031a68e91f3 diff --git a/kde-apps/signon-kwallet-extension/signon-kwallet-extension-18.12.2.ebuild b/kde-apps/signon-kwallet-extension/signon-kwallet-extension-18.12.2.ebuild new file mode 100644 index 0000000000..665d6edfd7 --- /dev/null +++ b/kde-apps/signon-kwallet-extension/signon-kwallet-extension-18.12.2.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 ~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..8c3d904192 --- /dev/null +++ b/kde-apps/spectacle/Manifest @@ -0,0 +1 @@ +DIST spectacle-18.12.2.tar.xz 1125520 BLAKE2B af50a029b9d8fa8bec7ffbdff9063b0a4661f19fc0301c5525f8de77828ab75c798d3ce73ed0c7b97464f7aa57b62d1d2b444e1a253096a00d74db8c1b70237d SHA512 4a201c36b9b2c7ec576915a2b71459d79b6528d508ea7b51e243010e98dc00864a5bfc08a91de2b935b8283c1eca87a980b3a680176ff3a4ca7a620e268e865c diff --git a/kde-apps/spectacle/spectacle-18.12.2.ebuild b/kde-apps/spectacle/spectacle-18.12.2.ebuild new file mode 100644 index 0000000000..5d7cfee0b3 --- /dev/null +++ b/kde-apps/spectacle/spectacle-18.12.2.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 ~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..0c0fdce7ad --- /dev/null +++ b/kde-apps/step/Manifest @@ -0,0 +1 @@ +DIST step-18.12.2.tar.xz 860488 BLAKE2B 8936297891f55b549a4707a58e92aa82e49260c63d7abb2852097185ceab68a0b94b49fb4d01fbef5dac125f1fce3acc9dd58df8fc0a7be1b038e451d4c913f1 SHA512 e162f9b3a436507ee3c9971df67106b814015d1b8035fb4ab422834d2a72e81ef35eae7fadef55c7b7024cb215fd5752f384cbf718cdb43a3f6f31971641f47f diff --git a/kde-apps/step/step-18.12.2.ebuild b/kde-apps/step/step-18.12.2.ebuild new file mode 100644 index 0000000000..809b310d25 --- /dev/null +++ b/kde-apps/step/step-18.12.2.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 ~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..e3fa5371d7 --- /dev/null +++ b/kde-apps/svgpart/Manifest @@ -0,0 +1 @@ +DIST svgpart-18.12.2.tar.xz 20860 BLAKE2B 1ed5b1800eefff7cd4ac3c84cfec265261604dd9ef4ab2669b87251902e543d3f7cf8f76f8d9c84dd99c04fc963b01cd3f47c7e95645134b0866151f0fc1ca7f SHA512 d87895c6088d6d614197e675534e5db24048a2006c1ae7cbd92c0038fc176f9176ac117691fea885160212afacc37bc51f392e356853e142e19c9f378b80c7fe diff --git a/kde-apps/svgpart/svgpart-18.12.2.ebuild b/kde-apps/svgpart/svgpart-18.12.2.ebuild new file mode 100644 index 0000000000..db83bbf023 --- /dev/null +++ b/kde-apps/svgpart/svgpart-18.12.2.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 ~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..86940f2cce --- /dev/null +++ b/kde-apps/sweeper/Manifest @@ -0,0 +1 @@ +DIST sweeper-18.12.2.tar.xz 368116 BLAKE2B 1ebee16b2775257691295f5c99f40b50bfef2bfdbdfbc0ec4d570fba9c310ee8679df67a5ee98c4460106aa2c6be08a02ed3912c20cfdaed7cfddf2f5ec7477d SHA512 cc1c38d4baa235aa417fd7690be9148f1c65d1ccc1fb69d440e902dedb68e138ac71464d1a5409a5d000777e2fab1de08cf0f028a4f5a0d8e82da4f4b940c1b6 diff --git a/kde-apps/sweeper/sweeper-18.12.2.ebuild b/kde-apps/sweeper/sweeper-18.12.2.ebuild new file mode 100644 index 0000000000..0329283b51 --- /dev/null +++ b/kde-apps/sweeper/sweeper-18.12.2.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://www.kde.org/applications/utilities/sweeper +https://utils.kde.org/projects/sweeper/" + +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kactivities-stats) + $(add_frameworks_dep kbookmarks) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) +" +RDEPEND="${DEPEND} + !kde-apps/kde4-l10n +" diff --git a/kde-apps/thumbnailers/Manifest b/kde-apps/thumbnailers/Manifest new file mode 100644 index 0000000000..82e1058010 --- /dev/null +++ b/kde-apps/thumbnailers/Manifest @@ -0,0 +1 @@ +DIST kdegraphics-thumbnailers-18.12.2.tar.xz 41300 BLAKE2B f56f41f16d458a1ba3491a8c05c01ed0926e25b100ee876e02a4ada22fd63818ee64b1e7e7e5bd32205c7c9099577f932d7484fbad83243805b2e19532261883 SHA512 d5dd5e2673543b586759aceb2df97fce2507c8097b431991a3796a4a9de83995ad11c2938d0d7e0dac1ce35781ab552d2e1f721797ffd228fdfbb1b7e953ed87 diff --git a/kde-apps/thumbnailers/thumbnailers-18.12.2.ebuild b/kde-apps/thumbnailers/thumbnailers-18.12.2.ebuild new file mode 100644 index 0000000000..c256286d4e --- /dev/null +++ b/kde-apps/thumbnailers/thumbnailers-18.12.2.ebuild @@ -0,0 +1,31 @@ +# 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 ~x86" +IUSE="raw" + +DEPEND=" + $(add_frameworks_dep kio) + $(add_qt_dep qtgui) + raw? ( + $(add_kdeapps_dep libkdcraw) + $(add_kdeapps_dep libkexiv2) + ) +" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package raw KF5KExiv2) + $(cmake-utils_use_find_package raw KF5KDcraw) + ) + + kde5_src_configure +} diff --git a/kde-apps/umbrello/Manifest b/kde-apps/umbrello/Manifest new file mode 100644 index 0000000000..9d8f8e161a --- /dev/null +++ b/kde-apps/umbrello/Manifest @@ -0,0 +1 @@ +DIST umbrello-18.12.2.tar.xz 3054440 BLAKE2B 36ac05cdf7bd2e7a35f2a7749a9e7d5827e9e6536f5a846a403a64248e47f55d59a169b3f5f390f2cb8f09d3bb5c2e400123eaa36b62cf614e582d68077e2a13 SHA512 b251425ef28e656d258ed6dec9fa737115c16d3fa0f663de734f2c27200c92f158cd2b22b2f2786c9bb721961feca014408d42c101f87fcaf9af8b06bfd7234b diff --git a/kde-apps/umbrello/umbrello-18.12.2.ebuild b/kde-apps/umbrello/umbrello-18.12.2.ebuild new file mode 100644 index 0000000000..e725e24a8b --- /dev/null +++ b/kde-apps/umbrello/umbrello-18.12.2.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://www.kde.org/applications/development/umbrello + https://umbrello.kde.org +" +KEYWORDS="~amd64 ~x86" +IUSE="" + +COMMON_DEPEND=" + $(add_frameworks_dep karchive) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kjobwidgets) + $(add_frameworks_dep ktexteditor) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtgui) + $(add_qt_dep qtprintsupport) + $(add_qt_dep qtsvg) + >=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..a7ad15623f --- /dev/null +++ b/kde-apps/zeroconf-ioslave/Manifest @@ -0,0 +1 @@ +DIST zeroconf-ioslave-18.12.2.tar.xz 38776 BLAKE2B e87fed9f3e64c357a2715a104ee31ba1118063651bfa721a77978e0f1253d0db6f4c192e66a290c4b47b7293ef68f485176db59df3464238fbf3757927e0aeeb SHA512 4714a645b93db84cbc3094966ffcf8cc89c0487608625fe49380f44fdf5cb4534b6b39dac2297b3070c26607f09d2df8eb4bbdbb4763234102fcc7fde80640f6 diff --git a/kde-apps/zeroconf-ioslave/zeroconf-ioslave-18.12.2.ebuild b/kde-apps/zeroconf-ioslave/zeroconf-ioslave-18.12.2.ebuild new file mode 100644 index 0000000000..51282fea90 --- /dev/null +++ b/kde-apps/zeroconf-ioslave/zeroconf-ioslave-18.12.2.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 ~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 +" |