summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-03-15 18:54:31 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-05-06 23:29:53 +0200
commitf0cb8120801a7c7e878078da42202a636107e39c (patch)
treec8efe02e0edddd777e4cbf56fa92f1512bdbe801 /kde-misc/kio-locate/kio-locate-0.5.3-r1.ebuild
parentmedia-video/kamerka: Add KF5-based snapshot (diff)
downloadgentoo-f0cb8120801a7c7e878078da42202a636107e39c.tar.gz
gentoo-f0cb8120801a7c7e878078da42202a636107e39c.tar.bz2
gentoo-f0cb8120801a7c7e878078da42202a636107e39c.zip
kde-misc/kio-locate: Add KF5-based snapshot
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'kde-misc/kio-locate/kio-locate-0.5.3-r1.ebuild')
-rw-r--r--kde-misc/kio-locate/kio-locate-0.5.3-r1.ebuild34
1 files changed, 34 insertions, 0 deletions
diff --git a/kde-misc/kio-locate/kio-locate-0.5.3-r1.ebuild b/kde-misc/kio-locate/kio-locate-0.5.3-r1.ebuild
new file mode 100644
index 000000000000..3cceefcf0abe
--- /dev/null
+++ b/kde-misc/kio-locate/kio-locate-0.5.3-r1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="optional"
+inherit kde5
+
+DESCRIPTION="Locate KIO slave"
+HOMEPAGE="http://www.kde-apps.org/content/show.php/kio-locate?content=120965"
+SRC_URI="http://www.kde-apps.org/CONTENT/content-files/120965-${P}.tar.gz"
+# See also: https://github.com/reporter123/kio-locate/commits/master
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+DOCS=( AUTHORS ChangeLog )
+
+PATCHES=(
+ "${FILESDIR}/${P}-gcc-4.7.patch"
+ "${FILESDIR}/${P}-kf5port.patch"
+)
+
+DEPEND="
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdelibs4support)
+ $(add_frameworks_dep solid)
+ $(add_qt_dep qtwidgets)
+"
+RDEPEND="${DEPEND}
+ !kde-misc/kio-locate:4
+ sys-apps/mlocate
+"