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
a828df78
Unverified
Commit
a828df78
authored
5 years ago
by
Bart Ribbers
Committed by
Alexey Minnekhanov
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
kde/qmlkonsole: upgrade to 0_git20200128 (
!909
)
parent
b11e1f0e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#196697
failed
5 years ago
Stage: first
Stage: second
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
kde/qmlkonsole/APKBUILD
+8
-21
8 additions, 21 deletions
kde/qmlkonsole/APKBUILD
with
8 additions
and
21 deletions
kde/qmlkonsole/APKBUILD
+
8
−
21
View file @
a828df78
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname
=
qmlkonsole
pkgver
=
0_git20
190224
pkgrel
=
1
_commit
=
"
eac8318020e3881dac6d930fefd278b1f4a98617
"
pkgver
=
0_git20
200128
pkgrel
=
0
_commit
=
"
78e4277efde0d0a58f0ff6244038f680dd6c572c
"
pkgdesc
=
"Terminal app for Plasma Mobile"
arch
=
"all"
url
=
"https://invent.kde.org/jbbgameich/qmlkonsole"
license
=
"GPL-3.0-or-later"
depends
=
"qmltermwidget"
depends
=
"qmltermwidget
kirigami2 qt5-qtquickcontrols
"
makedepends
=
"extra-cmake-modules qt5-qtbase-dev qt5-qtdeclarative-dev qt5-qtsvg-dev qt5-qtquickcontrols2-dev"
source
=
"https://invent.kde.org/jbbgameich/qmlkonsole/-/archive/
$_commit
/qmlkonsole-
$_commit
.tar.gz"
options
=
"!check"
# No tests
builddir
=
"
$srcdir
/
$pkgname
-
$_commit
"
prepare
()
{
default_prepare
mkdir
"
$builddir
"
/build
}
build
()
{
cd
"
$builddir
"
/build
cmake
"
$builddir
"
\
cmake
-B
"
$builddir
"
/build
\
-DCMAKE_BUILD_TYPE
=
RelWithDebInfo
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_LIBDIR
=
lib
make
}
check
()
{
cd
"
$builddir
"
/build
CTEST_OUTPUT_ON_FAILURE
=
TRUE ctest
make
-C
build
}
package
()
{
cd
"
$builddir
"
/build
DESTDIR
=
"
$pkgdir
"
make
install
DESTDIR
=
"
$pkgdir
"
make
-C
build
install
}
sha512sums
=
"
578906c656c04f89bd632d2c2638e955d2f72893073f19c7c7a14b7944f91268ae349d158e5117c9e8089fab798243a2a65469e3972aeb36df988b5219e26ded qmlkonsole-eac8318020e3881dac6d930fefd278b1f4a98617
.tar.gz"
sha512sums
=
"
ad2592b3d28538293602b7228a049840d782ead51e709e1f8b6f463c93d7088783f53a0c34c5b55f895e28b2c6dde2bc3ef1b2c1de26a503054a15e973a785d1 qmlkonsole-78e4277efde0d0a58f0ff6244038f680dd6c572c
.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