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
c943845c
Unverified
Commit
c943845c
authored
4 years ago
by
Luca Weiss
Browse files
Options
Downloads
Patches
Plain Diff
kde/qmlkonsole: remove, upstreamed to alpine
parent
c6ae69ff
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/qmlkonsole/APKBUILD
+0
-50
0 additions, 50 deletions
kde/qmlkonsole/APKBUILD
with
0 additions
and
50 deletions
kde/qmlkonsole/APKBUILD
deleted
100644 → 0
+
0
−
50
View file @
c6ae69ff
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname
=
qmlkonsole
pkgver
=
0_git20210122
pkgrel
=
0
_commit
=
"48dad8a56d0b44b7c71e63b31652b4ce3ad64db5"
pkgdesc
=
"Terminal app for Plasma Mobile"
# armhf blocked by extra-cmake-modules
arch
=
"all !armhf"
url
=
"https://invent.kde.org/plasma-mobile/qmlkonsole"
license
=
"GPL-3.0-or-later"
depends
=
"
qmltermwidget
kirigami2
"
makedepends
=
"
extra-cmake-modules
ki18n-dev
kirigami2-dev
qt5-qtbase-dev
qt5-qtdeclarative-dev
qt5-qtquickcontrols2-dev
qt5-qtsvg-dev
"
source
=
"https://invent.kde.org/plasma-mobile/qmlkonsole/-/archive/
$_commit
/qmlkonsole-
$_commit
.tar.gz"
options
=
"!check"
# No tests
builddir
=
"
$srcdir
/
$pkgname
-
$_commit
"
prepare
()
{
default_prepare
# qmlplugindump fails for armv7+qemu (pmb#1970). This is purely for
# packager knowledge and doesn't affect runtime, so we can disable it.
if
[
"
$CARCH
"
=
"armv7"
]
;
then
sed
-i
"s/ecm_find_qmlmodule/# ecm_find_qmlmodule/g"
CMakeLists.txt
fi
}
build
()
{
cmake
-B
build
\
-DCMAKE_BUILD_TYPE
=
None
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_LIBDIR
=
lib
cmake
--build
build
}
package
()
{
DESTDIR
=
"
$pkgdir
"
cmake
--install
build
}
sha512sums
=
"301b2a6f94de067158001872932e031f6ff4a96debee5d97f761a5195186a1951e1eda47653083f35f96dc51e514599d61bbf6f010799d9992c121e997b75603 qmlkonsole-48dad8a56d0b44b7c71e63b31652b4ce3ad64db5.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