summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-misc/milou/milou-0.1.ebuild')
-rw-r--r--kde-misc/milou/milou-0.1.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/kde-misc/milou/milou-0.1.ebuild b/kde-misc/milou/milou-0.1.ebuild
new file mode 100644
index 000000000000..acd611e0223f
--- /dev/null
+++ b/kde-misc/milou/milou-0.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KDE_MINIMAL="4.13"
+KDE_LINGUAS="bs ca cs da de el es fi fr hu ja ko lt nds nl pl pt pt_BR ro sk sv
+uk zh_CN zh_TW"
+inherit kde4-base
+
+DESCRIPTION="Dedicated search application built on top of Baloo"
+HOMEPAGE="https://projects.kde.org/projects/extragear/base/milou"
+SRC_URI="mirror://kde/unstable/${PN}/${PV}/src/${P}.tar.xz"
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+RDEPEND="
+ $(add_kdebase_dep baloo)
+ $(add_kdebase_dep kdepimlibs)
+"
+DEPEND="${RDEPEND}
+ $(add_kdebase_dep kfilemetadata)
+"