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
caa3b319
Unverified
Commit
caa3b319
authored
4 years ago
by
Bart Ribbers
Browse files
Options
Downloads
Patches
Plain Diff
kde/plasma-settings: drop, upstreamed to Alpine
parent
b6d5d764
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#202837
passed
4 years ago
Stage: lint
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
kde/plasma-settings/APKBUILD
+0
-60
0 additions, 60 deletions
kde/plasma-settings/APKBUILD
with
0 additions
and
60 deletions
kde/plasma-settings/APKBUILD
deleted
100644 → 0
+
0
−
60
View file @
b6d5d764
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname
=
plasma-settings
pkgver
=
0_git20210107
pkgrel
=
0
_commit
=
"c2fbf87918b42275ce6a3c9fbab54b38967e1612"
pkgdesc
=
"Settings application for Plasma Mobile"
arch
=
"all !armhf"
url
=
"https://community.kde.org/Plasma/Mobile"
license
=
"GPL-2.0-or-later AND LGPL-2.1-or-later"
depends
=
"
kded
kirigami2
qt5-qtquickcontrols2
"
makedepends
=
"
extra-cmake-modules
kauth-dev
kconfig-dev
kcoreaddons-dev
kdbusaddons-dev
kdeclarative-dev
ki18n-dev
kio-dev
kwindowsystem-dev
plasma-framework-dev
qt5-qtbase-dev
qt5-qtdeclarative-dev
solid-dev
"
source
=
"https://invent.kde.org/plasma-mobile/plasma-settings/-/archive/
$_commit
/plasma-settings-
$_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
}
check
()
{
cd
build
CTEST_OUTPUT_ON_FAILURE
=
true
ctest
}
package
()
{
DESTDIR
=
"
$pkgdir
"
cmake
--build
build
--target
install
}
sha512sums
=
"a2b28254f7fd58d0be078912325a1fe37cb3acb9717db2392127584a14a2539f507316a2c516490d718616ea5d09ac534e73b56807dc9aeca5214140cc8d4277 plasma-settings-c2fbf87918b42275ce6a3c9fbab54b38967e1612.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