From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0D4C0138330 for ; Sat, 8 Oct 2016 17:55:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4CAF6E0B1F; Sat, 8 Oct 2016 17:55:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1E5A0E0B1F for ; Sat, 8 Oct 2016 17:55:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E6AAD34152E for ; Sat, 8 Oct 2016 17:55:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 940177E1 for ; Sat, 8 Oct 2016 17:55:52 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1475949342.0d41bdbfad7f271f43c11b1d0b2ec831536ca6b0.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/kio-gdrive/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/kio-gdrive/Manifest kde-misc/kio-gdrive/kio-gdrive-1.0.2.ebuild kde-misc/kio-gdrive/metadata.xml X-VCS-Directories: kde-misc/kio-gdrive/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 0d41bdbfad7f271f43c11b1d0b2ec831536ca6b0 X-VCS-Branch: master Date: Sat, 8 Oct 2016 17:55:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7b5eb5e7-2b8d-460d-b895-c31858f905f4 X-Archives-Hash: 5b08969424eab3b96354ddb1e1557a52 commit: 0d41bdbfad7f271f43c11b1d0b2ec831536ca6b0 Author: Michael Palimaka gentoo org> AuthorDate: Sat Oct 8 17:55:19 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat Oct 8 17:55:42 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d41bdbf kde-misc/kio-gdrive: new package Imported from kde overlay. Package-Manager: portage-2.3.1 kde-misc/kio-gdrive/Manifest | 1 + kde-misc/kio-gdrive/kio-gdrive-1.0.2.ebuild | 51 +++++++++++++++++++++++++++++ kde-misc/kio-gdrive/metadata.xml | 11 +++++++ 3 files changed, 63 insertions(+) diff --git a/kde-misc/kio-gdrive/Manifest b/kde-misc/kio-gdrive/Manifest new file mode 100644 index 00000000..927dcd7 --- /dev/null +++ b/kde-misc/kio-gdrive/Manifest @@ -0,0 +1 @@ +DIST kio-gdrive-1.0.2.tar.xz 22512 SHA256 8cf250d84a97a7bdf97ae5c5cdfc06d38bbbae76266d79e436b48931d0dcecaa SHA512 de7df4caa17d2669a8d3390c2f876f037175c2e5a962256b84886a6177897433b832723828445068a37b524bf6795ee2bade4ca21f0e50e25ed631c4b37e8afe WHIRLPOOL f0d64dd5473c13e7ffb6833a4fc6717cbaaf1803d46d46c9b6e07b1db8677bd37ea4d400451b8d494ad917243fbd04786e86ce22dce9ba22f6505faadf61fd27 diff --git a/kde-misc/kio-gdrive/kio-gdrive-1.0.2.ebuild b/kde-misc/kio-gdrive/kio-gdrive-1.0.2.ebuild new file mode 100644 index 00000000..b036d59 --- /dev/null +++ b/kde-misc/kio-gdrive/kio-gdrive-1.0.2.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +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 +} diff --git a/kde-misc/kio-gdrive/metadata.xml b/kde-misc/kio-gdrive/metadata.xml new file mode 100644 index 00000000..27b6846 --- /dev/null +++ b/kde-misc/kio-gdrive/metadata.xml @@ -0,0 +1,11 @@ + + + + + kde@gentoo.org + Gentoo KDE Project + + + Enable integration with kde-apps/dolphin + +