Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rasmus Thomsen
aports
Commits
3f73f6a7
Commit
3f73f6a7
authored
Jun 01, 2019
by
Bart Ribbers
Committed by
Leo
Jun 19, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testing/libksysguard: new aport
parent
d6883f9b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
0 deletions
+32
-0
testing/libksysguard/APKBUILD
testing/libksysguard/APKBUILD
+32
-0
No files found.
testing/libksysguard/APKBUILD
0 → 100644
View file @
3f73f6a7
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname
=
libksysguard
pkgver
=
5.16.1
pkgrel
=
0
pkgdesc
=
"KDE system monitor library"
arch
=
"all"
url
=
"https://www.kde.org/workspaces/plasmadesktop/"
license
=
"LGPL-2.1-or-later AND (GPL-2.0-only OR GPL-3.0-only)"
depends_dev
=
"qt5-qtwebengine-dev kcoreaddons-dev kconfig-dev ki18n-dev kwindowsystem-dev kcompletion-dev kauth-dev kwidgetsaddons-dev kiconthemes-dev kconfigwidgets-dev kservice-dev kglobalaccel-dev kio-dev plasma-framework-dev zlib-dev"
makedepends
=
"
$depends_dev
extra-cmake-modules"
checkdepends
=
"xvfb-run"
source
=
"https://download.kde.org/stable/plasma/
$pkgver
/
$pkgname
-
$pkgver
.tar.xz"
subpackages
=
"
$pkgname
-dev
$pkgname
-lang"
build
()
{
cmake
\
-DCMAKE_BUILD_TYPE
=
RelWithDebInfo
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_LIBDIR
=
lib
make
}
check
()
{
# processtest requires working OpenGL
CTEST_OUTPUT_ON_FAILURE
=
TRUE xvfb-run ctest
-E
"processtest"
}
package
()
{
DESTDIR
=
"
$pkgdir
"
make
install
}
sha512sums
=
"72e03801a3d14e83511369777f3ec9bb9bb1c0ef4e1a9d9a7e9ada3eed1d3a7686bd1106a9903aa54b627953d7a02791b7e0552f460dc14f377bf113e665e399 libksysguard-5.16.1.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