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 07C75138335 for ; Thu, 25 Jul 2019 21:18:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9728E07A5; Thu, 25 Jul 2019 21:18:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CF757E07A5 for ; Thu, 25 Jul 2019 21:18:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CCE4D348AD0 for ; Thu, 25 Jul 2019 21:18:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 523E61BA for ; Thu, 25 Jul 2019 21:18:14 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1564088536.c239f1357cf6c98da453d12df2c95410287f2806.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-backup/kup/ X-VCS-Repository: proj/kde X-VCS-Files: app-backup/kup/kup-0.7.3.ebuild app-backup/kup/metadata.xml X-VCS-Directories: app-backup/kup/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c239f1357cf6c98da453d12df2c95410287f2806 X-VCS-Branch: master Date: Thu, 25 Jul 2019 21:18:14 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 61834823-87ca-4b64-8fe9-090dec973f24 X-Archives-Hash: 46fc4ecc15d10e2efb5e948305f391aa commit: c239f1357cf6c98da453d12df2c95410287f2806 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jul 25 21:02:16 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jul 25 21:02:16 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c239f135 app-backup/kup: New package Bug: https://bugs.gentoo.org/638404 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner gentoo.org> app-backup/kup/kup-0.7.3.ebuild | 54 +++++++++++++++++++++++++++++++++++++++++ app-backup/kup/metadata.xml | 8 ++++++ 2 files changed, 62 insertions(+) diff --git a/app-backup/kup/kup-0.7.3.ebuild b/app-backup/kup/kup-0.7.3.ebuild new file mode 100644 index 0000000000..1096cae5ca --- /dev/null +++ b/app-backup/kup/kup-0.7.3.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" +inherit kde5 + +DESCRIPTION="Backup scheduler for KDE's Plasma desktop" +HOMEPAGE="https://www.linux-apps.com/p/1127689" +SRC_URI="https://github.com/spersson/${PN^}/archive/${P}.tar.gz" + +LICENSE="GPL-2" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=" + $(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 kidletime) + $(add_frameworks_dep kinit) + $(add_frameworks_dep kio) + $(add_frameworks_dep kjobwidgets) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_frameworks_dep plasma) + $(add_frameworks_dep solid) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtwidgets) + dev-libs/libgit2:= +" +RDEPEND="${DEPEND} + $(add_qt_dep qtdeclarative) + $(add_qt_dep qtsvg) + app-backup/bup + net-misc/rsync +" + +S="${WORKDIR}/${PN^}-${P}" + +src_configure() { + local mycmakeargs=( + -DUSE_SYSTEM_LIBGIT2=ON + ) + kde5_src_configure +} diff --git a/app-backup/kup/metadata.xml b/app-backup/kup/metadata.xml new file mode 100644 index 0000000000..2fdbf33d96 --- /dev/null +++ b/app-backup/kup/metadata.xml @@ -0,0 +1,8 @@ + + + + + kde@gentoo.org + Gentoo KDE Project + +