From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/kipi-plugins/
Date: Fri, 19 Apr 2019 12:30:36 +0000 (UTC) [thread overview]
Message-ID: <1555677026.503c6394a3479ae8880914a489b9491aa59b5e6b.asturm@gentoo> (raw)
commit: 503c6394a3479ae8880914a489b9491aa59b5e6b
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 19 12:23:02 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Apr 19 12:30:26 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=503c6394
media-plugins/kipi-plugins: 5.9.1 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
media-plugins/kipi-plugins/Manifest | 1 +
.../kipi-plugins/kipi-plugins-5.9.1.ebuild | 55 ++++++++++++++++++++++
2 files changed, 56 insertions(+)
diff --git a/media-plugins/kipi-plugins/Manifest b/media-plugins/kipi-plugins/Manifest
index 0cb547b5865..e138ab4a654 100644
--- a/media-plugins/kipi-plugins/Manifest
+++ b/media-plugins/kipi-plugins/Manifest
@@ -1 +1,2 @@
DIST digikam-5.9.0.tar.xz 132931184 BLAKE2B cfbcbae8471c9c00bdf846d13bbc1ce3fbbd2ee4cc86500d011f9e15c1a21d7799638f94708794e8bc36a200df455667f9df8fcefdc38aaa00060630807d11cb SHA512 f6134a957dcd11343e34f0bc90f5560a28ed205c47d2ffd76a5418a4c63f76706045e9179c47f1448304b59081051b524f7a6847c3c1dcee4673047ce5d90e63
+DIST kipi-plugins-5.9.1.tar.xz 1468084 BLAKE2B 92ae30ae4c3fa2af173b32b294a610c1670754be5e40d395aec939e192ada42b274572de3dd449e74f26f1680abe07cd3ba48f67d25b75541317e9dc7ac3b494 SHA512 7536602edc85464aa651f5134f1dc085141632775907603d738f3915c718df359adb155013571ab836f91a1fb597418a1437e677b98c086bce5ea884133cca51
diff --git a/media-plugins/kipi-plugins/kipi-plugins-5.9.1.ebuild b/media-plugins/kipi-plugins/kipi-plugins-5.9.1.ebuild
new file mode 100644
index 00000000000..64b32bdd9c3
--- /dev/null
+++ b/media-plugins/kipi-plugins/kipi-plugins-5.9.1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KDE_TEST="true"
+inherit kde5
+
+DESCRIPTION="Plugins for the KDE Image Plugin Interface"
+HOMEPAGE="https://userbase.kde.org/KIPI https://cgit.kde.org/kipi-plugins.git/"
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+ KEYWORDS="~amd64 ~arm64 ~x86"
+ SRC_URI="mirror://kde/stable/kipi-plugins/${P}.tar.xz"
+fi
+
+LICENSE="GPL-2+"
+IUSE="flashexport mediawiki +remotestorage vkontakte"
+
+BDEPEND="sys-devel/gettext"
+RDEPEND="
+ $(add_frameworks_dep kcompletion)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kwindowsystem)
+ $(add_frameworks_dep kxmlgui)
+ $(add_kdeapps_dep libkipi '' '' '5=')
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtnetwork)
+ $(add_qt_dep qtprintsupport)
+ $(add_qt_dep qtsvg)
+ $(add_qt_dep qtwidgets)
+ $(add_qt_dep qtxml)
+ $(add_qt_dep qtxmlpatterns)
+ flashexport? ( $(add_frameworks_dep karchive) )
+ mediawiki? ( net-libs/libmediawiki:5 )
+ remotestorage? ( $(add_frameworks_dep kio) )
+ vkontakte? ( net-libs/libkvkontakte:5 )
+"
+DEPEND="${RDEPEND}
+ $(add_qt_dep qtconcurrent)
+"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_find_package flashexport KF5Archive)
+ $(cmake-utils_use_find_package mediawiki KF5MediaWiki)
+ -DENABLE_KIO=$(usex remotestorage)
+ $(cmake-utils_use_find_package vkontakte KF5Vkontakte)
+ )
+
+ kde5_src_configure
+}
next reply other threads:[~2019-04-20 23:22 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-19 12:30 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-05-19 17:54 [gentoo-commits] repo/gentoo:master commit in: media-plugins/kipi-plugins/ Andreas Sturmlechner
2019-05-19 13:14 Thomas Deutschmann
2019-05-13 10:05 Mikle Kolyada
2018-05-02 19:12 Johannes Huber
2018-05-02 16:33 Thomas Deutschmann
2018-05-02 14:19 Mikle Kolyada
2018-03-27 5:11 Johannes Huber
2018-03-17 0:27 Andreas Sturmlechner
2017-12-16 17:24 Tobias Klausmann
2017-12-08 21:58 Thomas Deutschmann
2017-09-06 18:50 Johannes Huber
2017-09-06 18:50 Johannes Huber
2017-06-24 3:15 Michael Palimaka
2017-04-27 12:17 Michael Palimaka
2017-04-24 7:23 Agostino Sarubbo
2017-03-18 14:44 Andreas Sturmlechner
2016-12-23 10:11 Johannes Huber
2016-12-08 17:16 Michael Palimaka
2016-12-08 17:16 Michael Palimaka
2016-11-25 6:00 Michael Palimaka
2016-11-08 9:26 Johannes Huber
2016-11-08 9:26 Johannes Huber
2016-11-07 21:47 Johannes Huber
2016-10-20 20:58 Michael Palimaka
2016-08-10 17:52 Michael Palimaka
2016-08-10 17:52 Michael Palimaka
2016-07-10 11:01 Johannes Huber
2016-05-22 19:11 Michael Palimaka
2016-05-22 18:11 Michael Palimaka
2016-03-07 15:08 Michael Palimaka
2015-12-10 18:11 Michael Palimaka
2015-10-22 13:18 Michael Palimaka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1555677026.503c6394a3479ae8880914a489b9491aa59b5e6b.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox