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
4f4cbfe5
Commit
4f4cbfe5
authored
4 years ago
by
Bart Ribbers
Browse files
Options
Downloads
Patches
Plain Diff
community/qt5-qtscript: apply latest KDE patches
parent
9fe996ad
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!20286
community/qt5-qt*: apply latest KDE patches
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/qt5-qtscript/APKBUILD
+14
-5
14 additions, 5 deletions
community/qt5-qtscript/APKBUILD
with
14 additions
and
5 deletions
community/qt5-qtscript/APKBUILD
+
14
−
5
View file @
4f4cbfe5
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname
=
qt5-qtscript
pkgver
=
5.15.2
pkgrel
=
1
pkgver
=
5.15.3_git20210316
pkgrel
=
0
_commit
=
"5cec94b2c1503f106f4ef4778d016410ebb86211"
pkgdesc
=
"Qt5 - QtScript component"
url
=
"https://www.qt.io/developers/"
arch
=
"all"
license
=
"(LGPL-2.0-or-later OR GPL-3.0-only OR GPL-2.0-or-later) AND Qt-GPL-exception-1.0"
makedepends
=
"qt5-qtbase-dev linux-headers"
subpackages
=
"
$pkgname
-dev"
builddir
=
"
$srcdir
/qtscript-
everywhere-src-
$pkgver
"
builddir
=
"
$srcdir
/qtscript-
$_commit
"
case
$pkgver
in
*
_beta
*
|
*
_rc
*
)
_rel
=
development_releases
;;
*
)
_rel
=
official_releases
;;
esac
source
=
"https://
download.qt.io/
$_rel
/qt/
${
pkgver
%.*
}
/
$pkgver
/submodules/qtscript-everywhere-src-
$pkgver
.tar.
x
z
source
=
"https://
invent.kde.org/qt/qt/qtscript/-/archive/
$_commit
/qtscript-
$_commit
.tar.
g
z
qtscript-everywhere-src-5.10.1-sgidefs.patch
qtscript-s390x.patch
"
prepare
()
{
default_prepare
# We need to make the build system think we're running in a git repository
# so it correctly symlinks during the build
mkdir
.git
}
build
()
{
qmake-qt5
make
...
...
@@ -40,6 +49,6 @@ package() {
ln
-s
/usr/share/licenses/qt5-base
"
$pkgdir
"
/usr/share/licenses/
$pkgname
}
sha512sums
=
"
71c70b34f7d4a0742df64d20d7e9a685cc640b9cc6a3d22847c04f45a437b3f5537f40225a522ed82787c2744d9a4949dea5b43c2ee81961d5ed175cf10deb32 qtscript-everywhere-src-5.15.2
.tar.
x
z
sha512sums
=
"
46348a8fe6cf481c2a42495c3fbf523a026091fbadfcbe89d197b0732a1277bec06b368b566e3c3b0c2d50f4d33b2de152ad7e122640d228c98cfa6f1df022bc qtscript-5cec94b2c1503f106f4ef4778d016410ebb86211
.tar.
g
z
c89124fc940ceaa5cfc52c8f48b8eef17bba575a080fad3f27d61e3da98ab5cfd4bb6ffaae09ccae81f6f7644719fa28d38d4b7a7fe4cdb4268673c39627eb22 qtscript-everywhere-src-5.10.1-sgidefs.patch
a0a22824954d35495d9d08c2b82d6eeeec26765760d417b8bc72c51e1753d4bb9f5e55d5289001d2d6071669a0bfd4f856fc3d0cf58b509bcbcd5211df35e482 qtscript-s390x.patch"
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