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
614f419a
Commit
614f419a
authored
4 years ago
by
Bart Ribbers
Committed by
Leo
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/quaternion: upgrade to 0.0.9.4e_git20200413 and take over maintainership
parent
3326b37a
Loading
Loading
1 merge request
!6361
community/spectral: rebuild against libqtolm-3.0.0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/quaternion/APKBUILD
+13
-18
13 additions, 18 deletions
testing/quaternion/APKBUILD
with
13 additions
and
18 deletions
testing/quaternion/APKBUILD
+
13
−
18
View file @
614f419a
# Contributor: Leo <thinkabit.ukim@gmail.com>
# Contributor: Leo <thinkabit.ukim@gmail.com>
# Maintainer:
# Maintainer:
Bart Ribbers <bribbers@disroot.org>
pkgname
=
quaternion
pkgname
=
quaternion
pkgver
=
0.0.9.4a
pkgver
=
0.0.9.4e_git20200413
pkgrel
=
1
pkgrel
=
0
_commit
=
"a3c9ee0a61d4b1ca89cbd54a29c47fccb3b5c3c8"
pkgdesc
=
"Qt5-based IM client for Matrix"
pkgdesc
=
"Qt5-based IM client for Matrix"
options
=
"!check"
# No testsuite
options
=
"!check"
# No testsuite
url
=
"https://github.com/QMatrixClient/Quaternion"
url
=
"https://github.com/QMatrixClient/Quaternion"
...
@@ -10,26 +11,20 @@ arch="all !armhf" # armhf blocked by qt5-qtmultimedia
...
@@ -10,26 +11,20 @@ arch="all !armhf" # armhf blocked by qt5-qtmultimedia
license
=
"GPL-3.0-or-later"
license
=
"GPL-3.0-or-later"
depends
=
"qt5-qtquickcontrols2 qt5-qtquickcontrols"
depends
=
"qt5-qtquickcontrols2 qt5-qtquickcontrols"
makedepends
=
"cmake qt5-qttools-dev qt5-qtquickcontrols2-dev qt5-qtmultimedia-dev
makedepends
=
"cmake qt5-qttools-dev qt5-qtquickcontrols2-dev qt5-qtmultimedia-dev
libquotien
t-dev"
qt5-qtkeychain-dev libquotient-dev libsecre
t-dev"
source
=
"
$pkgname
-
$pkgver
.tar.gz::
https://github.com/QMatrixClient/Quaternion/archive/
$
{
pkgver
}
.tar.gz"
source
=
"https://github.com/QMatrixClient/Quaternion/archive/
$
_commit
/Quaternion-
$_commit
.tar.gz"
builddir
=
"
$srcdir
/Quaternion-
$
pkgver
"
builddir
=
"
$srcdir
/Quaternion-
$
_commit
"
build
()
{
build
()
{
if
[
"
$CBUILD
"
!=
"
$CHOST
"
]
;
then
cmake
-B
build
\
CMAKE_CROSSOPTS
=
"-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux"
fi
cmake
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_LIBDIR
=
lib
\
-DBUILD_SHARED_LIBS
=
True
\
-DCMAKE_BUILD_TYPE
=
None
\
-DCMAKE_BUILD_TYPE
=
None
\
-DCMAKE_
CXX_FLAGS
=
"
$CXXFLAGS
"
\
-DCMAKE_
INSTALL_PREFIX
=
/usr
\
${
CMAKE_
CROSSOPTS
}
-D
CMAKE_
INSTALL_LIBDIR
=
lib
make
make
-C
build
}
}
package
()
{
package
()
{
make
DESTDIR
=
"
$pkgdir
"
install
DESTDIR
=
"
$pkgdir
"
make
-C
build
install
}
}
sha512sums
=
"
cb1cd10f34670e53c6e1bf749b647cae73f7f3c72615a71d865b0599da7d2b3cb233ce8ff7d32d92a605de4e087744b438abf19c16e0e320a5ec5463b29aa84b
q
uaternion-
0.0.9.4a
.tar.gz"
sha512sums
=
"
9edbbb44def39c65d265dd6a32df1386de298083f535608fe75af221c6be2d31b28a0740b538aaa7158ba67b4647bf588259694009f59161403356eb37d97793
Q
uaternion-
a3c9ee0a61d4b1ca89cbd54a29c47fccb3b5c3c8
.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