aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2019-09-09 21:31:53 +0200
committerLeo <thinkabit.ukim@gmail.com>2019-09-11 15:14:34 -0300
commit38dd18d702a7050d1e68aaaa219e7bcd0260fc34 (patch)
treeaac8d82b71c8769ba07b73f6390a5d57d108c637 /testing
parentf488963942e404f029ec56dbc98a2872325066ce (diff)
downloadaports-38dd18d702a7050d1e68aaaa219e7bcd0260fc34.tar.bz2
aports-38dd18d702a7050d1e68aaaa219e7bcd0260fc34.tar.xz
community/milou: move from testing
Diffstat (limited to 'testing')
-rw-r--r--testing/milou/APKBUILD30
1 files changed, 0 insertions, 30 deletions
diff --git a/testing/milou/APKBUILD b/testing/milou/APKBUILD
deleted file mode 100644
index ffa34958fe..0000000000
--- a/testing/milou/APKBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# Contributor: Bart Ribbers <bribbers@disroot.org>
-# Maintainer: Bart Ribbers <bribbers@disroot.org>
-pkgname=milou
-pkgver=5.16.5
-pkgrel=0
-pkgdesc="A dedicated search application built on top of Baloo"
-arch="all"
-url="https://www.kde.org/workspaces/plasmadesktop/"
-license="GPL-2.0-or-later AND (GPL-2.0-only OR GPL-3.0-only) AND (LGPL-2.1-only OR LGPL-3.0-only)"
-depends_dev="qt5-qtbase-dev qt5-qtdeclarative-dev kcoreaddons-dev ki18n-dev kdeclarative-dev kservice-dev plasma-framework-dev krunner-dev"
-makedepends="$depends_dev extra-cmake-modules"
-source="https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"
-subpackages="$pkgname-lang"
-
-build() {
- cmake \
- -DCMAKE_BUILD_TYPE=RelWithDebInfo \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib
- make
-}
-
-check() {
- CTEST_OUTPUT_ON_FAILURE=TRUE ctest
-}
-
-package() {
- DESTDIR="$pkgdir" make install
-}
-sha512sums="70f8ab1c7dc1d3724e385cc959f3ad4b80efbd200c0dd9028cb123a07304b0c866c3a8a474cb5dcd0d2358a6b0ed888c85f0f6b8f43d8e057b16152406ea8ead milou-5.16.5.tar.xz"