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
d0762f90
Unverified
Commit
d0762f90
authored
5 years ago
by
Bart Ribbers
Browse files
Options
Downloads
Patches
Plain Diff
kde/plasma-dialer: new aport (
!1093
)
parent
e6e4ef9c
No related branches found
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
kde/plasma-dialer/APKBUILD
+33
-0
33 additions, 0 deletions
kde/plasma-dialer/APKBUILD
with
33 additions
and
0 deletions
kde/plasma-dialer/APKBUILD
0 → 100644
+
33
−
0
View file @
d0762f90
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname
=
plasma-dialer
pkgver
=
0_git20200320
pkgrel
=
0
_commit
=
"00b39c359e26b5da5633a27155e03a25f652fb71"
pkgdesc
=
"A dialer for Plasma Mobile"
arch
=
"all !armhf"
url
=
"https://invent.kde.org/kde/plasma-dialer"
license
=
"GPL-2.0-or-later"
depends
=
"kirigami2"
makedepends
=
"extra-cmake-modules qt5-qtbase-dev qt5-qtdeclarative-dev kcoreaddons-dev ki18n-dev kpeople-dev kdbusaddons-dev knotifications-dev telepathy-qt-dev libphonenumber-dev"
source
=
"
$pkgname
-
$_commit
.tar.gz::https://invent.kde.org/kde/plasma-dialer/-/archive/
$_commit
/plasma-dialer-
$_commit
.tar.gz"
options
=
"!check"
# No tests
builddir
=
"
$srcdir
/
$pkgname
-
$_commit
"
build
()
{
cmake
-B
build
\
-DCMAKE_BUILD_TYPE
=
None
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_LIBDIR
=
lib
make
-C
build
}
check
()
{
cd
build
CTEST_OUTPUT_ON_FAILURE
=
TRUE ctest
}
package
()
{
DESTDIR
=
"
$pkgdir
"
make
-C
build
install
}
sha512sums
=
"b658eac04edadc8f00ced9e11490e4355ca93d4f6e15a0d1074f45015c6d113b467e549130869071077cc54015ebd0be6264ae1a43a58deac4bc4987376e5af5 plasma-dialer-00b39c359e26b5da5633a27155e03a25f652fb71.tar.gz"
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