commit: e156bfab06db1d79519319f44117d8b0d0083db3 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Aug 23 22:22:38 2020 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Aug 23 22:28:34 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=e156bfab
kde-misc/kio-locate: Import 0.5.3 from before slot 4 removal Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> .../files/kio-locate-0.5.3-gcc-4.7.patch | 11 ++++++++++ kde-misc/kio-locate/kio-locate-0.5.3.ebuild | 24 ++++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/kde-misc/kio-locate/files/kio-locate-0.5.3-gcc-4.7.patch b/kde-misc/kio-locate/files/kio-locate-0.5.3-gcc-4.7.patch new file mode 100644 index 00000000..4ce83264 --- /dev/null +++ b/kde-misc/kio-locate/files/kio-locate-0.5.3-gcc-4.7.patch @@ -0,0 +1,11 @@ +--- a/locater.h ++++ b/locater.h +@@ -31,6 +31,8 @@ + #ifndef LOCATER_H + #define LOCATER_H + ++#include <unistd.h> ++ + #include <QObject> + #include <QStringList> + #include <KProcess> diff --git a/kde-misc/kio-locate/kio-locate-0.5.3.ebuild b/kde-misc/kio-locate/kio-locate-0.5.3.ebuild new file mode 100644 index 00000000..300e04c2 --- /dev/null +++ b/kde-misc/kio-locate/kio-locate-0.5.3.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +KDE_LINGUAS="cs de el fr" +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="Locate KIO slave for KDE" +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 -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="4" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DOCS=( AUTHORS ChangeLog ) +PATCHES=( "${FILESDIR}/${P}-gcc-4.7.patch" ) + +RDEPEND="${RDEPEND} + sys-apps/mlocate +"
