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
3252892b
Verified
Commit
3252892b
authored
1 year ago
by
Patrycja Rosa
Browse files
Options
Downloads
Patches
Plain Diff
community/bluez-qt5: restore
dependency of amazfish
parent
17ce7fa3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/bluez-qt5/APKBUILD
+51
-0
51 additions, 0 deletions
community/bluez-qt5/APKBUILD
with
51 additions
and
0 deletions
community/bluez-qt5/APKBUILD
0 → 100644
+
51
−
0
View file @
3252892b
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: team/kde <bribbers@disroot.org>
# The group tag is just to easily find this APKBUILD by some scripts for automation
# group=kde-frameworks
pkgname
=
bluez-qt5
pkgver
=
5.115.0
pkgrel
=
0
arch
=
"all !armhf"
# armhf blocked by qt5-qtdeclarative
pkgdesc
=
"Qt wrapper for Bluez 5 DBus API"
url
=
"https://community.kde.org/Frameworks"
license
=
"LGPL-2.1-or-later"
depends_dev
=
"
qt5-qtbase-dev
qt5-qtdeclarative-dev
"
makedepends
=
"
$depends_dev
doxygen
extra-cmake-modules
graphviz
qt5-qttools-dev
samurai
"
_repo_url
=
"https://invent.kde.org/frameworks/bluez-qt.git"
source
=
"https://download.kde.org/stable/frameworks/
${
pkgver
%.*
}
/bluez-qt-
$pkgver
.tar.xz"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
options
=
"!check"
# Multiple tests either hang or fail completely
builddir
=
"
$srcdir
/bluez-qt-
$pkgver
"
replaces
=
"bluez-qt<=5.110.0-r0"
build
()
{
cmake
-B
build
-G
Ninja
\
-DCMAKE_BUILD_TYPE
=
MinSizeRel
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_LIBDIR
=
lib
\
-DBUILD_QCH
=
ON
cmake
--build
build
}
check
()
{
ctest
--test-dir
build
--output-on-failure
}
package
()
{
DESTDIR
=
"
$pkgdir
"
cmake
--install
build
}
sha512sums
=
"
b56ffb59d1fdabfc5bc76ae888a591eb24b1b7d145d9a1efd7c0aafb51f47c49ba98f375ab461a141f321e7e4811b8c6928faeef07001a4ee46b49540441b985 bluez-qt-5.115.0.tar.xz
"
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