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
bbaa8646
Commit
bbaa8646
authored
3 years ago
by
Bart Ribbers
Browse files
Options
Downloads
Patches
Plain Diff
testing/qml-asteroid: upgrade to 0_git20210517
parent
8eabbcc7
No related branches found
No related tags found
1 merge request
!21500
testing/asteroid*: upgrade to 0_git20210517
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/qml-asteroid/APKBUILD
+32
-12
32 additions, 12 deletions
testing/qml-asteroid/APKBUILD
with
32 additions
and
12 deletions
testing/qml-asteroid/APKBUILD
+
32
−
12
View file @
bbaa8646
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname
=
qml-asteroid
pkgver
=
0_git202
0
10
11
pkgrel
=
1
_commit
=
"
21a896931496190634c85a01dab01aaf9095d7eb
"
pkgver
=
0_git20210
517
pkgrel
=
0
_commit
=
"
8945fa436e3fbb646bc35a9aa60c430323d7f2a7
"
pkgdesc
=
"QML components, styles and demos for AsteroidOS"
url
=
"https://github.com/AsteroidOS/qml-asteroid"
arch
=
"all"
# armhf blocked by qt5-qtvirtualkeyboard
arch
=
"all !armhf"
license
=
"LGPL-2.1-only"
depends
=
"qt5-qtvirtualkeyboard"
# grep is required for the asteroid-generate-desktop.sh script, which is used by other packages
depends_dev
=
"
mapplauncherd-qt-dev
grep
mlite-dev
qt5-qtbase-dev
qt5-qtdeclarative-dev
qt5-qtsvg-dev
qt5-qttools-dev
"
makedepends
=
"
$depends_dev
extra-cmake-modules
mapplauncherd-qt-dev
"
makedepends
=
"
$depends_dev
"
subpackages
=
"
$pkgname
-dev"
source
=
"https://github.com/asteroidos/qml-asteroid/archive/
$_commit
/qml-asteroid-
$_commit
.tar.gz"
builddir
=
"
$srcdir
/
$pkgname
-
$_commit
"
build
()
{
qmake-qt5
\
PREFIX
=
/usr
make
cmake
-B
build
\
-DCMAKE_BUILD_TYPE
=
None
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_LIBDIR
=
lib
\
-DINSTALL_QML_IMPORT_DIR
=
/usr/lib/qt5/qml
cmake
--build
build
}
check
()
{
make check
cd
build
CTEST_OUTPUT_ON_FAILURE
=
TRUE ctest
}
package
()
{
INSTALL_ROOT
=
"
$pkgdir
"
make
install
DESTDIR
=
"
$pkgdir
"
cmake
--install
build
}
dev
()
{
default_dev
amove usr/share/
*
/cmake
amove usr/bin
}
sha512sums
=
"5684df668682945f791872542930792f99404a77557910a4ba7353a46504ad95553cf595500e34afab4b2fc26141e0db1fcc7a56d4ed3907ad832975d31d59a9 qml-asteroid-21a896931496190634c85a01dab01aaf9095d7eb.tar.gz"
sha512sums
=
"
b0bfc7f9ab090b319beba86091c987521f5d9a039c21e51c95a0336e0acf515bed88eb97fa42521daedfa5b45dfc7c3a81365eacd980c54ebaf311a2a573fadb qml-asteroid-8945fa436e3fbb646bc35a9aa60c430323d7f2a7.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