diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-25 00:50:03 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-25 02:26:01 +0100 |
commit | 172be659961282141dcf97631f5d221057d5a0b1 (patch) | |
tree | 39ad2510e50d99d29885ff8e91818e3ba7063f44 /kde-misc | |
parent | app-emulation/winetricks: Sync with ::wine (diff) | |
download | gentoo-172be659961282141dcf97631f5d221057d5a0b1.tar.gz gentoo-172be659961282141dcf97631f5d221057d5a0b1.tar.bz2 gentoo-172be659961282141dcf97631f5d221057d5a0b1.zip |
kde-misc/kio-locate: Fix dependencies, switch to ecm.eclass
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/kio-locate/kio-locate-0.5.3-r3.ebuild | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/kde-misc/kio-locate/kio-locate-0.5.3-r3.ebuild b/kde-misc/kio-locate/kio-locate-0.5.3-r3.ebuild new file mode 100644 index 000000000000..785b50d3006a --- /dev/null +++ b/kde-misc/kio-locate/kio-locate-0.5.3-r3.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ECM_HANDBOOK="forceoptional" # not optional until !kdelibs4support +inherit ecm + +DESCRIPTION="Locate KIO slave" +HOMEPAGE="https://www.linux-apps.com/content/show.php/kio-locate?content=120965" +SRC_URI="https://dl.opendesktop.org/api/files/download/id/1460972255/120965-${P}.tar.gz" +# See also: https://github.com/reporter123/kio-locate/commits/master + +LICENSE="GPL-2" +SLOT="5" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +PATCHES=( + "${FILESDIR}/${P}-gcc-4.7.patch" + "${FILESDIR}/${P}-kf5port.patch" +) + +DEPEND=" + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + kde-frameworks/kcompletion:5 + kde-frameworks/kconfig:5 + kde-frameworks/kconfigwidgets:5 + kde-frameworks/kcoreaddons:5 + kde-frameworks/kdelibs4support:5 + kde-frameworks/ki18n:5 + kde-frameworks/kiconthemes:5 + kde-frameworks/kio:5 + kde-frameworks/kwidgetsaddons:5 +" +RDEPEND="${DEPEND} + sys-apps/mlocate +" |