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
35558056
Unverified
Commit
35558056
authored
5 years ago
by
Bart Ribbers
Committed by
Oliver Smith
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
kde/plasma-camera: update and add missing depends (
!504
)
[ci:skip-build]: already built successfully in CI
parent
2ae9b087
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#194973
passed
5 years ago
Stage: first
Stage: second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
kde/plasma-camera/APKBUILD
+14
-15
14 additions, 15 deletions
kde/plasma-camera/APKBUILD
with
14 additions
and
15 deletions
kde/plasma-camera/APKBUILD
+
14
−
15
View file @
35558056
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname
=
plasma-camera
pkgver
=
0_git20190
517
pkgver
=
0_git20190
715
pkgrel
=
0
_commit
=
"
b5152b6aed47ab12153ea989434b9e6338531817
"
_commit
=
"
67973b7578ab1bc76e1895562e9edc9826f816c9
"
pkgdesc
=
"Simple camera application for mobile devices"
arch
=
"all"
url
=
"https://community.kde.org/Plasma/Mobile"
license
=
"GPL-3.0"
depends
=
"kirigami2"
license
=
"GPL-3.0
-or-later AND BSD-3-Clause
"
depends
=
"kirigami2
qt5-qtquickcontrols2 qt5-qtmultimedia
"
makedepends
=
"extra-cmake-modules qt5-qtbase-dev kpackage-dev kcoreaddons-dev qt5-qtsvg-dev qt5-qtquickcontrols2-dev kirigami2-dev"
source
=
"
$pkgname
-
$_commit
.tar.gz::https://invent.kde.org/kde/
$pkgname
/-/archive/
$_commit
/
$pkgname
-
$_commit
.tar.gz"
builddir
=
"
$srcdir
/
$pkgname
-
$_commit
/build
"
builddir
=
"
$srcdir
/
$pkgname
-
$_commit
"
prepare
()
{
default_prepare
mkdir
"
$builddir
"
mkdir
"
$builddir
"
/build
}
build
()
{
cd
"
$builddir
"
cmake ..
\
cd
"
$builddir
"
/build
cmake
"
$builddir
"
\
-DCMAKE_BUILD_TYPE
=
RelWithDebInfo
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_LIBDIR
=
lib
\
-DCMAKE_BUILD_TYPE
=
RelWithDebugInfo
\
-DKDE_INSTALL_USE_QT_SYS_PATHS
=
ON
-DCMAKE_INSTALL_LIBDIR
=
lib
make
}
check
()
{
cd
"
$builddir
"
cd
"
$builddir
"
/build
CTEST_OUTPUT_ON_FAILURE
=
TRUE ctest
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
cd
"
$builddir
"
/build
DESTDIR
=
"
$pkgdir
"
make
install
}
sha512sums
=
"
db2b5570977e67e8475743229d09381
46fc
873a1aaea72198859fb08c6063f395621edb53588a14c15c742bff0bbc23db4486e9d94e54a391b000471c4f5f12b plasma-camera-b5152b6aed47ab12153ea989434b9e6338531817
.tar.gz"
sha512sums
=
"
3e12204f9156696c8219b9f4f7111b
46
7
fc
9effe00520bcc9c32d1322a97e0fc9845abeb44dd8548490c8a222684c1dcb6450da81984609657338b077e7d6c42 plasma-camera-67973b7578ab1bc76e1895562e9edc9826f816c9
.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