Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pmaports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
postmarketOS
pmaports
Commits
e4eabc10
Verified
Commit
e4eabc10
authored
8 months ago
by
Bart Ribbers
Committed by
Clayton Craft
7 months ago
Browse files
Options
Downloads
Patches
Plain Diff
extra-repos/systemd/drkonqi: fork from Alpine (MR 5470)
parent
53c56707
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
extra-repos/systemd/drkonqi/APKBUILD
+76
-0
76 additions, 0 deletions
extra-repos/systemd/drkonqi/APKBUILD
with
76 additions
and
0 deletions
extra-repos/systemd/drkonqi/APKBUILD
0 → 100644
+
76
−
0
View file @
e4eabc10
# Forked from Alpine to add systemd!
pkgname
=
drkonqi
pkgver
=
99996.1.4
_pkgver
=
6.1.4
pkgrel
=
0
pkgdesc
=
"The KDE crash handler"
# armhf blocked by extra-cmake-modules
arch
=
"all !armhf"
url
=
"https://kde.org/plasma-desktop/"
license
=
"GPL-2.0-or-later"
depends
=
"
kirigami
kitemmodels
py3-sentry-sdk
"
makedepends
=
"
extra-cmake-modules
kcompletion-dev
kconfigwidgets-dev
kcoreaddons-dev
kcrash-dev
kdeclarative-dev
ki18n-dev
kidletime-dev
kio-dev
kjobwidgets-dev
knotifications-dev
kservice-dev
kstatusnotifieritem-dev
kuserfeedback-dev
kwallet-dev
kwidgetsaddons-dev
py3-chai
qt6-qtbase-dev
samurai
syntax-highlighting-dev
systemd-dev
"
checkdepends
=
"
py3-psutil
py3-pygdbmi
"
case
"
$pkgver
"
in
*
.90
*
)
_rel
=
unstable
;;
*
)
_rel
=
stable
;;
esac
subpackages
=
"
$pkgname
-lang"
_repo_url
=
"https://invent.kde.org/plasma/drkonqi.git"
source
=
"https://download.kde.org/stable/plasma/
$_pkgver
/drkonqi-
$_pkgver
.tar.xz"
builddir
=
"
$srcdir
/
$pkgname
-
$_pkgver
"
build
()
{
cmake
-B
build
-G
Ninja
\
-DWITH_PYTHON_VENDORING
=
OFF
\
-DCMAKE_BUILD_TYPE
=
RelWithDebInfo
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_LIBDIR
=
lib
\
-DBUILD_TESTING
=
ON
cmake
--build
build
}
check
()
{
# connectiontest requires a network connection
ctest
--test-dir
build
--output-on-failure
-E
"(connection|preamble)test"
}
package
()
{
DESTDIR
=
"
$pkgdir
"
cmake
--install
build
}
sha512sums
=
"
ef79b3b4b31d1d8329a699a8b9d2a1dc28e7faf88ac7a3c11aa7361dc77adab3293d069d178da3e6d2117496736b30c7b092a7b27185381209ea2ce3aae4ab7c drkonqi-6.1.4.tar.xz
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment