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
fbd5d5a8
Commit
fbd5d5a8
authored
May 28, 2019
by
Bart Ribbers
Committed by
Kevin Daudt
May 29, 2019
Browse files
testing/knotifications: new aport
Closes GH-8204
parent
39afe3b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
testing/knotifications/APKBUILD
0 → 100644
View file @
fbd5d5a8
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname
=
knotifications
pkgver
=
5.58.0
pkgrel
=
0
pkgdesc
=
"Abstraction for system notifications"
arch
=
"all"
url
=
"https://community.kde.org/Frameworks"
license
=
"LGPL-2.1-only OR LGPL-3.0-only"
depends_dev
=
"qt5-qtbase-dev qt5-qtspeech-dev qt5-qtx11extras-dev kwindowsystem-dev kconfig-dev kcodecs-dev kcoreaddons-dev phonon-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"
options
=
"!check"
# Fails due to requiring running dbus-daemon
build
()
{
cmake
\
-DCMAKE_BUILD_TYPE
=
RelWithDebugInfo
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_LIBDIR
=
lib
\
-DBUILD_QCH
=
ON
make
}
check
()
{
CTEST_OUTPUT_ON_FAILURE
=
TRUE ctest
}
package
()
{
DESTDIR
=
"
$pkgdir
"
make
install
}
sha512sums
=
"40614ca155fe9839e511a3416ee85b233e0b8ce9a3f3ee182f959332d61dcd323267f19dbb71f73fed334f5de22a8efa5bfaea5ca115c21f33efcdd08567ae2d knotifications-5.58.0.tar.xz"
Write
Preview
Supports
Markdown
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