Skip to content

Commit

Permalink
app-backup/kfoldersync: New package
Browse files Browse the repository at this point in the history
Import from kde overlay. Ebuild by several people.

Gentoo-bug: 507500
Reported-by: Frank Krömmelbein <[email protected]>
Thanks-to: Frank Krömmelbein <[email protected]>
Thanks-to: Lorenzo Porta <[email protected]>
Thanks-to: Andreas Sturmlechner <[email protected]>

Package-Manager: portage-2.2.28
  • Loading branch information
johu committed Mar 18, 2016
1 parent cfd9f3f commit 4829068
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 0 deletions.
1 change: 1 addition & 0 deletions app-backup/kfoldersync/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST kfoldersync-3.1.3.tar.xz 34152 SHA256 138b546e8976e6f78e1f68f3f2b2754bd17cefab847c4aba9173bf1bd8450bf1 SHA512 e0ac9337a266621a7500dbfd28e69d496eb3f11ddbf6f59fbade156578dd22b5a11eadf7068fe358461fc5c0d8a34aea225628bc69794b6d9e341bf43ad18638 WHIRLPOOL ad63cfecdec0b97bd28e249f8393810b09fff899168e17fa6e23baa3ad91ca7494f871b53495f363e7a7422dc1bffccc6a628b08920ba76cc716ccc83d463d30
35 changes: 35 additions & 0 deletions app-backup/kfoldersync/kfoldersync-3.1.3.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=6

KDE_GCC_MINIMAL="4.9"
inherit kde5

DESCRIPTION="Folder synchronization and backup tool for KDE"
HOMEPAGE="http://kde-apps.org/content/show.php/KFolderSync?content=164092"
SRC_URI="http://kde-apps.org/CONTENT/content-files/164092-${PN}-${PV}.tar.xz -> ${P}.tar.xz"

LICENSE="GPL-2+"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kdbusaddons)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kio)
$(add_frameworks_dep kitemviews)
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kwindowsystem)
$(add_frameworks_dep kxmlgui)
$(add_qt_dep qtconcurrent)
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
"
DEPEND="${RDEPEND}
sys-devel/gettext
"
8 changes: 8 additions & 0 deletions app-backup/kfoldersync/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>[email protected]</email>
<name>Gentoo KDE Project</name>
</maintainer>
</pkgmetadata>

0 comments on commit 4829068

Please sign in to comment.