From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/kio-gdrive/
Date: Mon, 23 Mar 2020 23:47:05 +0000 (UTC) [thread overview]
Message-ID: <1584999870.0c5319127a9a72b8cde0e836f750868fbc71619d.asturm@gentoo> (raw)
commit: 0c5319127a9a72b8cde0e836f750868fbc71619d
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 23 21:44:30 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Mar 23 21:44:30 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0c531912
kde-misc/kio-gdrive: 1.2.80 (1.3.0 beta) version bump
Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-misc/kio-gdrive/kio-gdrive-1.2.80.ebuild | 47 ++++++++++++++++++++++++++++
1 file changed, 47 insertions(+)
diff --git a/kde-misc/kio-gdrive/kio-gdrive-1.2.80.ebuild b/kde-misc/kio-gdrive/kio-gdrive-1.2.80.ebuild
new file mode 100644
index 0000000000..f105e34d79
--- /dev/null
+++ b/kde-misc/kio-gdrive/kio-gdrive-1.2.80.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_HANDBOOK="forceoptional"
+ECM_TEST="optional"
+KFMIN=5.60.0
+QTMIN=5.12.3
+inherit ecm kde.org
+
+DESCRIPTION="KIO Slave for Google Drive service"
+HOMEPAGE="https://phabricator.kde.org/project/profile/72/"
+
+if [[ ${KDE_BUILD_TYPE} != live ]] ; then
+ SRC_URI="mirror://kde/unstable/${PN}/${PV}/src/${P}.tar.xz"
+ KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+LICENSE="GPL-2+"
+SLOT="5"
+IUSE="+kaccounts"
+
+BDEPEND="dev-util/intltool"
+RDEPEND="
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=kde-apps/libkgapi-19.08.0:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kio-${KFMIN}:5
+ >=kde-frameworks/knotifications-${KFMIN}:5
+ kaccounts? ( >=kde-apps/kaccounts-integration-20.03.80:5 )
+ !kaccounts? ( dev-libs/qtkeychain:=[qt5(+)] )
+"
+DEPEND="${RDEPEND}
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtnetwork-${QTMIN}:5
+"
+
+DOCS=( README.md )
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake_use_find_package kaccounts KAccounts)
+ )
+ ecm_src_configure
+}
next reply other threads:[~2020-03-23 23:47 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-23 23:47 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-16 23:10 [gentoo-commits] proj/kde:master commit in: kde-misc/kio-gdrive/ Andreas Sturmlechner
2024-08-21 21:47 Andreas Sturmlechner
2024-08-18 22:30 Andreas Sturmlechner
2024-04-21 19:42 Andreas Sturmlechner
2024-02-28 10:33 Andreas Sturmlechner
2024-02-28 9:09 Andreas Sturmlechner
2024-02-27 22:28 Sam James
2024-02-26 19:59 Andreas Sturmlechner
2024-01-07 17:13 Andreas Sturmlechner
2024-01-07 13:26 Andreas Sturmlechner
2023-12-19 22:00 Andreas Sturmlechner
2022-07-21 10:23 Andreas Sturmlechner
2022-03-24 14:53 Andreas Sturmlechner
2021-04-15 20:03 Andreas Sturmlechner
2021-02-15 14:39 Andreas Sturmlechner
2020-10-26 13:56 Andreas Sturmlechner
2020-07-18 8:57 Andreas Sturmlechner
2020-07-01 10:03 Andreas Sturmlechner
2020-04-23 13:59 Andreas Sturmlechner
2020-03-23 23:47 Andreas Sturmlechner
2020-02-23 13:27 Andreas Sturmlechner
2019-08-25 15:58 Andreas Sturmlechner
2019-05-19 19:12 Andreas Sturmlechner
2018-03-30 22:41 Andreas Sturmlechner
2017-10-19 19:03 Andreas Sturmlechner
2017-10-19 18:54 Andreas Sturmlechner
2017-09-03 11:34 Andreas Sturmlechner
2017-05-31 18:44 Andreas Sturmlechner
2017-05-27 15:03 Andreas Sturmlechner
2017-01-26 14:33 Michael Palimaka
2016-10-08 17:55 Michael Palimaka
2016-10-08 17:40 Michael Palimaka
2016-10-08 17:40 Michael Palimaka
2016-10-08 17:40 Michael Palimaka
2016-10-08 17:40 Michael Palimaka
2016-10-06 14:17 Michael Palimaka
2016-10-02 17:30 Michael Palimaka
2016-08-21 20:22 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=1584999870.0c5319127a9a72b8cde0e836f750868fbc71619d.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