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
bd90ca60
Commit
bd90ca60
authored
Jun 01, 2019
by
Bart Ribbers
Committed by
Leo
Jun 19, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testing/ksysguard: new aport
parent
3f73f6a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
0 deletions
+29
-0
testing/ksysguard/APKBUILD
testing/ksysguard/APKBUILD
+29
-0
No files found.
testing/ksysguard/APKBUILD
0 → 100644
View file @
bd90ca60
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname
=
ksysguard
pkgver
=
5.16.1
pkgrel
=
0
pkgdesc
=
"Track and control the processes running in your system"
arch
=
"all"
url
=
"https://userbase.kde.org/KSysGuard"
license
=
"GPL-2.0-only"
makedepends
=
"extra-cmake-modules kconfig-dev kcoreaddons-dev kdbusaddons-dev kdoctools-dev ki18n-dev kiconthemes-dev kinit-dev kitemviews-dev kio-dev knewstuff-dev knotifications-dev kwindowsystem-dev libksysguard-dev"
source
=
"https://download.kde.org/stable/plasma/
$pkgver
/
$pkgname
-
$pkgver
.tar.xz"
subpackages
=
"
$pkgname
-doc
$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
=
"eced94d925ae2ceea44e751cf74d4cd7d26fde553dc04e000a214a8c63c0e09be39261304ef0d5ba1bf2ef4fcc78ed4ab08ef386294063e425bc6873f697a4d6 ksysguard-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