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
e7593d24
Commit
e7593d24
authored
1 month ago
by
Bart Ribbers
Browse files
Options
Downloads
Patches
Plain Diff
community/baloo: enable -doc subpackage
parent
eb38ce86
No related branches found
No related tags found
2 merge requests
!79570
community/firefox-esr: upgrade to 128.7.0
,
!78560
community/baloo: run tests
Pipeline
#294963
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/baloo/APKBUILD
+11
-5
11 additions, 5 deletions
community/baloo/APKBUILD
with
11 additions
and
5 deletions
community/baloo/APKBUILD
+
11
−
5
View file @
e7593d24
# Contributor: Bart Ribbers <bribbers@disroot.org>
# The group tag is just to easily find this APKBUILD by some scripts for automation
# group=kde-frameworks
maintainer
=
"team/kde <bribbers@disroot.org>"
pkgname
=
baloo
pkgver
=
6.10.0
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"A framework for searching and managing metadata"
# armhf blocked by qt6-qtdeclarative
arch
=
"all !armhf"
...
...
@@ -29,12 +27,19 @@ depends_dev="
solid-dev
"
makedepends
=
"
$depends_dev
doxygen
graphviz
extra-cmake-modules
qt6-qtbase-dev
samurai
"
checkdepends
=
"dbus"
subpackages
=
"
$pkgname
-dbg
$pkgname
-dev
$pkgname
-lang"
subpackages
=
"
$pkgname
-dbg
$pkgname
-dev
$pkgname
-doc
$pkgname
-lang
"
_repo_url
=
"https://invent.kde.org/frameworks/baloo.git"
source
=
"https://download.kde.org/stable/frameworks/
${
pkgver
%.*
}
/baloo-
$pkgver
.tar.xz"
...
...
@@ -45,7 +50,8 @@ build() {
-DCMAKE_BUILD_TYPE
=
RelWithDebInfo
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_LIBDIR
=
lib
\
-DBUILD_TESTING
=
"
$(
want_check
&&
echo
ON
||
echo
OFF
)
"
-DBUILD_TESTING
=
"
$(
want_check
&&
echo
ON
||
echo
OFF
)
"
\
-DBUILD_QCH
=
ON
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