Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
alpine
aports
Commits
ce667e4e
Commit
ce667e4e
authored
May 28, 2019
by
Bart Ribbers
Committed by
Kevin Daudt
May 29, 2019
Browse files
testing/kcompletion: new aport
Closes GH-8204
parent
fd86f912
Changes
1
Hide whitespace changes
Inline
Side-by-side
testing/kcompletion/APKBUILD
0 → 100644
View file @
ce667e4e
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname
=
kcompletion
pkgver
=
5.58.0
pkgrel
=
0
pkgdesc
=
"Text completion helpers and widgets"
arch
=
"all"
url
=
"https://community.kde.org/Frameworks"
license
=
"LGPL-2.1-or-later"
depends_dev
=
"kwidgetsaddons-dev kconfig-dev"
makedepends
=
"
$depends_dev
extra-cmake-modules qt5-qttools-dev doxygen"
source
=
"https://download.kde.org/stable/frameworks/
${
pkgver
%.*
}
/
$pkgname
-
$pkgver
.tar.xz"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc
$pkgname
-lang"
build
()
{
cmake
\
-DCMAKE_BUILD_TYPE
=
RelWithDebugInfo
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_LIBDIR
=
lib
\
-DBUILD_QCH
=
ON
make
}
check
()
{
# kcompletioncoretest, klineedit_unittest and kcombobox_unittest require X11 to be running
CTEST_OUTPUT_ON_FAILURE
=
TRUE ctest
-E
'(kcompletioncore|klineedit_unit|kcombobox_unit)test'
}
package
()
{
DESTDIR
=
"
$pkgdir
"
make
install
}
sha512sums
=
"c5da666c8f480d96989ab2566b27c533eed4ebe7df8c2eff9226caf5ffc243e6f3f8f058dcd9d2e53ebfada4fe0e5887bb7d459271e7b6599b168a3ae96505e4 kcompletion-5.58.0.tar.xz"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment