Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hill Ma
Adélie Package Tree
Commits
cd8822ac
Verified
Commit
cd8822ac
authored
7 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
user/qt5-qtsensors: new package
parent
b85a33c3
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
user/qt5-qtsensors/APKBUILD
+38
-0
38 additions, 0 deletions
user/qt5-qtsensors/APKBUILD
with
38 additions
and
0 deletions
user/qt5-qtsensors/APKBUILD
0 → 100644
+
38
−
0
View file @
cd8822ac
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname
=
qt5-qtsensors
pkgver
=
5.9.3
pkgrel
=
0
pkgdesc
=
"Qt5 - Sensor library"
url
=
"http://qt-project.org/"
arch
=
"all"
license
=
"LGPLv2 with exceptions or GPLv3 with exceptions"
options
=
"!check"
depends
=
""
makedepends
=
"qt5-qtbase-dev"
install
=
""
subpackages
=
"
$pkgname
-dev"
_ver
=
${
pkgver
/_/-
}
_ver
=
${
_ver
/beta0/beta
}
_ver
=
${
_ver
/rc0/rc
}
_V
=
${
_ver
/rc/RC
}
case
$pkgver
in
*
_beta
*
|
*
_rc
*
)
_rel
=
development_releases
;;
*
)
_rel
=
official_releases
;;
esac
source
=
"http://download.qt-project.org/
$_rel
/qt/
${
pkgver
%.*
}
/
$_ver
/submodules/qtsensors-opensource-src-
$_V
.tar.xz"
builddir
=
"
$srcdir
"
/qtsensors-opensource-src-
$_V
build
()
{
cd
"
$builddir
"
qmake-qt5
&&
make
}
package
()
{
cd
"
$builddir
"
make
install
INSTALL_ROOT
=
"
$pkgdir
"
}
sha512sums
=
"848184de2c914c0240f3ecffe96ab267fb24693d16a55c1c757d83af9f282bc6f6c5cd762cb42fc389bc02e301c21a6da7b178260f534db35f0abe277f638ea9 qtsensors-opensource-src-5.9.3.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