diff options
author | 2020-08-24 00:22:38 +0200 | |
---|---|---|
committer | 2020-08-24 00:28:34 +0200 | |
commit | e156bfab06db1d79519319f44117d8b0d0083db3 (patch) | |
tree | 2e74fac5ed30eed1d7b9e9d0f672a34d3607ef3b /kde-misc | |
parent | kde-misc/filelight: pkgmove to kde-apps/filelight (diff) | |
download | kde-sunset-e156bfab06db1d79519319f44117d8b0d0083db3.tar.gz kde-sunset-e156bfab06db1d79519319f44117d8b0d0083db3.tar.bz2 kde-sunset-e156bfab06db1d79519319f44117d8b0d0083db3.zip |
kde-misc/kio-locate: Import 0.5.3 from before slot 4 removal
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/kio-locate/Manifest | 3 | ||||
-rw-r--r-- | kde-misc/kio-locate/files/kio-locate-0.5.3-gcc-4.7.patch | 11 | ||||
-rw-r--r-- | kde-misc/kio-locate/kio-locate-0.5.3.ebuild | 24 |
3 files changed, 37 insertions, 1 deletions
diff --git a/kde-misc/kio-locate/Manifest b/kde-misc/kio-locate/Manifest index 1a70bc59..1ecf084a 100644 --- a/kde-misc/kio-locate/Manifest +++ b/kde-misc/kio-locate/Manifest @@ -1 +1,2 @@ -DIST kio-locate_0.4.5.tar.gz 155280 SHA256 925dbaa48e3dbd95814fa983f6d7f7b05989c336a1789c503e59cbdb310cd7a0 +DIST kio-locate-0.5.3.tar.gz 288761 BLAKE2B 6142c5d06c8d499df58d38e180f5f7946023b9dc4284ad5c7cd6d173fc8e8a257c535420208db45b55a93215a4a2be5720346be61dfd45d6260efd78172103b9 SHA512 ef335d61b770268d0a9e0671f0b181ec08bdd4a86d186e1d760694ef683dccc7d75b65f74f09da13d3eb8e036eafda0093935ddad024212bbcbaeb47e5c4ff41 +DIST kio-locate_0.4.5.tar.gz 155280 BLAKE2B 8a8ea078b9d12f3fe7dc659b84bf6bc56cd0b86e40de509831f54b68f50d5fa9b4826fcfeeb04adcbb98e9127e48b6afea5830673858e9ddaa3be86186c96a5b SHA512 2c84cb85f4b6944e0154026e8c51c3793c3a989652ef0fd6b1302b83988f44c41ab711c9b840c627b705c2c8559090302990f23273d55db1f260192651cb54da 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 +" |