forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
app-backup/kfoldersync: version bump.
Closes: gentoo#3233
- Loading branch information
Showing
2 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST kfoldersync-3.3.2.tar.xz 46132 SHA256 e3425aab18dfed5a64aa3715466d8f7bc88312b6e420758a00e4f27dcfb03750 SHA512 58891f2a3aa688ccc00bc4f9f2a67d1ec5656e65846a3df95b1beb382027cc0875436647b2d1d20266c7ddcec7d651b3927ae3bc3505db57daad68568f33af9c WHIRLPOOL 370c8975b50bc7ed89d4e9902e0b92ae34c80b31a469a6159a31f58d1e3aca92fccc004d7aecd0016203f9137047c27060ee2bc826700499046919f819932d4f | ||
DIST kfoldersync-3.4.0.tar.xz 49968 SHA256 7c88a3099dbfd8d9de1eb4625983960b73bb7d5e260d86b967df768a382ac71e SHA512 90701867fb2d7986a4747640ab02479e731b5f81a35566f9f19120909daf06489ba4500f6b6651e2e53627cda287cc754739db6321cd1fb751d20903fd3b1026 WHIRLPOOL 474e2e7fdb5fee09e33388218c6deef488205171bc531d2de9f9e19ebfc5861631ce9452bb214fd713e8def2827d35d2b06b09310a58188bd4f21c076ad93790 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Copyright 1999-2016 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=6 | ||
|
||
KDE_GCC_MINIMAL="5.1" | ||
inherit kde5 | ||
|
||
DESCRIPTION="Folder synchronization and backup tool based on KDE Frameworks" | ||
HOMEPAGE="https://www.linux-apps.com/p/1127677/" | ||
SRC_URI="https://dl.opendesktop.org/api/files/download/id/1482526406/${P}.tar.xz" | ||
|
||
LICENSE="GPL-3" | ||
KEYWORDS="~amd64 ~arm ~x86" | ||
|
||
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 | ||
" |