public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Johannes Huber" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/kio-gdrive/
Date: Wed, 11 Jan 2017 08:10:14 +0000 (UTC)	[thread overview]
Message-ID: <1484122207.eeeae2cc754a504e1fc65a76bb6dd2e2f4b1e802.johu@gentoo> (raw)

commit:     eeeae2cc754a504e1fc65a76bb6dd2e2f4b1e802
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 11 08:07:23 2017 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Jan 11 08:10:07 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eeeae2cc

kde-misc/kio-gdrive: Version bump 1.0.5

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-misc/kio-gdrive/Manifest                |  1 +
 kde-misc/kio-gdrive/kio-gdrive-1.0.5.ebuild | 52 +++++++++++++++++++++++++++++
 2 files changed, 53 insertions(+)

diff --git a/kde-misc/kio-gdrive/Manifest b/kde-misc/kio-gdrive/Manifest
index c605fa8..bb6cecc 100644
--- a/kde-misc/kio-gdrive/Manifest
+++ b/kde-misc/kio-gdrive/Manifest
@@ -1,3 +1,4 @@
 DIST kio-gdrive-1.0.2.tar.xz 22512 SHA256 8cf250d84a97a7bdf97ae5c5cdfc06d38bbbae76266d79e436b48931d0dcecaa SHA512 de7df4caa17d2669a8d3390c2f876f037175c2e5a962256b84886a6177897433b832723828445068a37b524bf6795ee2bade4ca21f0e50e25ed631c4b37e8afe WHIRLPOOL f0d64dd5473c13e7ffb6833a4fc6717cbaaf1803d46d46c9b6e07b1db8677bd37ea4d400451b8d494ad917243fbd04786e86ce22dce9ba22f6505faadf61fd27
 DIST kio-gdrive-1.0.3.tar.xz 22640 SHA256 2f7cc34d33f6d087b40f062d3d6784375833a4be228081f27edd20b0fdfda754 SHA512 28cb59cc981d648e4a82a1983a2a24146721fc1a6c224cf6c6f17039457cb5e0e95998a424ea7cae1cf8f865109e476e53f400761a6dc023c550bf3ce6b551c5 WHIRLPOOL 75d0d8e43a82c036333fc56b653840dad9145817d522e3016aac88c3bb5b1b316967837c4055903517e5139a7efa10fd5bd3f226859ab02af46502a751280534
 DIST kio-gdrive-1.0.4.tar.xz 22676 SHA256 6ee861268a90e19a9e1123af0a322ee0a70632dc527fd4883ec8e6ea746cc434 SHA512 0cf3771dca651c1cfc8a2406431025cc58ff013b122a8c50113834b7c5a053d252680b993fd4f7f146fb3422ee52663a77a930b634644d5d95c792902360f488 WHIRLPOOL 2fd276525f24a6ea70f46ad1e6de7281d384967c5d72dd10a0f6b7390368e8533278b647650e3c34e1047b06b174185ac124ddafb8968b9e61459a4a2b36906e
+DIST kio-gdrive-1.0.5.tar.xz 23148 SHA256 ada2327a3cbb02a9e9941190c240e50a1a484f5e3f56a1fe596b1445458c014f SHA512 d35c5d6bda967ec93b29ea29323b46a6f37d5478ffa6b719f4fd13e480d7785746e81bec9155b2c80db9d192aece867d67b3f96bc855453dda0098bfc8375798 WHIRLPOOL da5d14310ae54dabb1a1a7dfffdea118036a50ebbe74440422d3915c3461a43b4e874f5c70441ab4e69787b193412b2a3d7a7039dd6108fdec43731c7a1394b5

diff --git a/kde-misc/kio-gdrive/kio-gdrive-1.0.5.ebuild b/kde-misc/kio-gdrive/kio-gdrive-1.0.5.ebuild
new file mode 100644
index 00000000..80b1682
--- /dev/null
+++ b/kde-misc/kio-gdrive/kio-gdrive-1.0.5.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+KDE_HANDBOOK="true"
+KDE_TEST="optional"
+inherit kde5
+
+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/stable/${PN}/${PV}/src/${P}.tar.xz"
+	KEYWORDS="~amd64"
+fi
+
+IUSE="+dolphin"
+
+DOCS=( README.md )
+
+COMMON_DEPEND="
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kio)
+	$(add_qt_dep qtwidgets)
+	dev-libs/qtkeychain:=[qt5]
+	>=net-libs/libkgapi-5.3.1:5
+"
+DEPEND="${COMMON_DEPEND}
+	$(add_qt_dep qtgui)
+	$(add_qt_dep qtnetwork)
+"
+RDEPEND="${COMMON_DEPEND}
+	dolphin? ( $(add_kdeapps_dep dolphin) )
+"
+
+src_configure() {
+	local mycmakeargs=(
+		-DDOLPHIN_INTEGRATION=$(usex dolphin)
+	)
+
+	kde5_src_configure
+}
+
+pkg_postinst() {
+	kde5_pkg_postinst
+	einfo
+	einfo "Either click on 'Google Drive File Manager' in the application"
+	einfo "launcher or type 'gdrive:/' in dolphin's location bar."
+	einfo
+}


             reply	other threads:[~2017-01-11  8:10 UTC|newest]

Thread overview: 68+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-11  8:10 Johannes Huber [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-02  7:17 [gentoo-commits] repo/gentoo:master commit in: kde-misc/kio-gdrive/ Andreas Sturmlechner
2024-08-21 22:02 Andreas Sturmlechner
2024-08-21 21:51 Andreas Sturmlechner
2024-08-21 21:51 Andreas Sturmlechner
2024-08-20 21:23 Andreas Sturmlechner
2024-07-12 15:05 Andreas Sturmlechner
2024-05-20 11:39 Andreas Sturmlechner
2024-04-25 20:43 Andreas Sturmlechner
2024-01-06 12:35 Arthur Zamarin
2023-02-07 10:37 Andreas Sturmlechner
2022-07-21 10:53 Andreas Sturmlechner
2022-07-21 10:35 Andreas Sturmlechner
2022-03-24 14:54 Andreas Sturmlechner
2021-08-04  9:01 Agostino Sarubbo
2021-08-04  8:40 Agostino Sarubbo
2021-04-06  6:31 Agostino Sarubbo
2020-11-05 19:01 Andreas Sturmlechner
2020-11-05 18:25 Georgy Yakovlev
2020-10-16 17:46 Georgy Yakovlev
2020-08-03 23:25 Sam James
2020-07-30  7:21 Agostino Sarubbo
2020-07-30  6:58 Agostino Sarubbo
2020-05-27 21:33 Andreas Sturmlechner
2020-04-23 22:07 Andreas Sturmlechner
2020-04-23 22:07 Andreas Sturmlechner
2020-03-19 15:43 Andreas Sturmlechner
2020-02-18 20:06 Andreas Sturmlechner
2019-12-25  1:27 Andreas Sturmlechner
2019-12-03  5:04 Andreas Sturmlechner
2019-12-02 16:33 Mikle Kolyada
2019-12-02 16:12 Mikle Kolyada
2019-08-25  8:10 Andreas Sturmlechner
2019-08-15 13:09 Andreas Sturmlechner
2019-05-19 20:04 Andreas Sturmlechner
2019-05-19 19:35 Andreas Sturmlechner
2018-11-18  9:37 Andreas Sturmlechner
2018-11-18  8:41 Mikle Kolyada
2018-11-17 21:34 Thomas Deutschmann
2018-10-22 13:43 Andreas Sturmlechner
2018-09-01 20:46 Andreas Sturmlechner
2018-08-30 11:31 Mikle Kolyada
2018-08-29  1:07 Thomas Deutschmann
2018-07-01 16:27 Andreas Sturmlechner
2018-05-08  7:11 Agostino Sarubbo
2018-05-07  0:24 Thomas Deutschmann
2018-05-06 11:24 Andreas Sturmlechner
2018-04-22 11:47 Andreas Sturmlechner
2018-03-30 22:42 Andreas Sturmlechner
2018-01-28 23:19 Andreas Sturmlechner
2017-11-07 22:30 Thomas Deutschmann
2017-11-06 11:37 Manuel Rüger
2017-10-19 19:03 Andreas Sturmlechner
2017-10-01  5:14 Michael Palimaka
2017-08-18 15:43 Michael Palimaka
2017-06-17 19:05 Andreas Sturmlechner
2017-05-31 20:11 Andreas Sturmlechner
2017-05-28  9:35 Andreas Sturmlechner
2017-02-14 18:25 Andreas Sturmlechner
2017-01-26 14:31 Michael Palimaka
2017-01-26 14:29 Michael Palimaka
2017-01-26 14:29 Michael Palimaka
2017-01-11  8:37 Johannes Huber
2017-01-11  8:10 Johannes Huber
2017-01-11  8:10 Johannes Huber
2016-11-12 12:25 Michael Palimaka
2016-10-14 16:37 Michael Palimaka
2016-10-08 17:55 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=1484122207.eeeae2cc754a504e1fc65a76bb6dd2e2f4b1e802.johu@gentoo \
    --to=johu@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