Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
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
Model registry
Monitor
Service Desk
Analyze
Model experiments
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
alpine
aports
Commits
7a31a0b5
Commit
7a31a0b5
authored
3 years ago
by
Alex Xu (Hello71)
Committed by
Ariadne Conill
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
community/alkimia: switch to webengine (
#12888
)
parent
62605e7a
No related branches found
No related tags found
1 merge request
!23840
community/alkimia: switch to webengine (#12888)
Pipeline
#89376
passed
3 years ago
Stage: lint
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/alkimia/APKBUILD
+7
-5
7 additions, 5 deletions
community/alkimia/APKBUILD
with
7 additions
and
5 deletions
community/alkimia/APKBUILD
+
7
−
5
View file @
7a31a0b5
...
@@ -2,11 +2,11 @@
...
@@ -2,11 +2,11 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname
=
alkimia
pkgname
=
alkimia
pkgver
=
8.1.0
pkgver
=
8.1.0
pkgrel
=
0
pkgrel
=
1
# armhf blocked by qt5-qtdeclarative
# armhf blocked by qt5-qtdeclarative
#
mips64
blocked by qt5-qtweb
kit-dev
#
armhf, mips64, ppc64le, riscv64, s390x
blocked by qt5-qtweb
engine
# mips64, s390x and riscv64 blocked by polkit -> kio
# mips64, s390x and riscv64 blocked by polkit -> kio
arch
=
"all !armhf !mips64 !s390x !riscv64"
arch
=
"all !armhf !mips64
!ppc64le
!s390x !riscv64"
url
=
"https://community.kde.org/Alkimia/libalkimia"
url
=
"https://community.kde.org/Alkimia/libalkimia"
pkgdesc
=
"A library with common classes and functionality used by finance applications for the KDE SC"
pkgdesc
=
"A library with common classes and functionality used by finance applications for the KDE SC"
license
=
"GPL-3.0-or-later"
license
=
"GPL-3.0-or-later"
...
@@ -31,7 +31,7 @@ makedepends="
...
@@ -31,7 +31,7 @@ makedepends="
plasma-framework-dev
plasma-framework-dev
qt5-qtbase-dev
qt5-qtbase-dev
qt5-qtdeclarative-dev
qt5-qtdeclarative-dev
qt5-qtweb
kit
-dev
qt5-qtweb
engine
-dev
"
"
checkdepends
=
"xvfb-run"
checkdepends
=
"xvfb-run"
source
=
"https://download.kde.org/stable/alkimia/
$pkgver
/alkimia-
$pkgver
.tar.xz"
source
=
"https://download.kde.org/stable/alkimia/
$pkgver
/alkimia-
$pkgver
.tar.xz"
...
@@ -41,7 +41,9 @@ build() {
...
@@ -41,7 +41,9 @@ build() {
cmake
-B
build
\
cmake
-B
build
\
-DCMAKE_BUILD_TYPE
=
None
\
-DCMAKE_BUILD_TYPE
=
None
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_LIBDIR
=
lib
-DCMAKE_INSTALL_LIBDIR
=
lib
\
-DBUILD_WITH_WEBKIT
=
OFF
\
-DBUILD_WITH_WEBENGINE
=
ON
cmake
--build
build
cmake
--build
build
}
}
...
...
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