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
35e4704b
Commit
35e4704b
authored
7 years ago
by
Natanael Copa
Browse files
Options
Downloads
Patches
Plain Diff
main/qt5-qtdeclarative: upgrade to 5.8.0
parent
e8a4f72f
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
main/qt5-qtdeclarative/APKBUILD
+6
-8
6 additions, 8 deletions
main/qt5-qtdeclarative/APKBUILD
with
6 additions
and
8 deletions
main/qt5-qtdeclarative/APKBUILD
+
6
−
8
View file @
35e4704b
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
qt5-qtdeclarative
pkgname
=
qt5-qtdeclarative
pkgver
=
5.
6.1_p1
pkgver
=
5.
8.0
_ver
=
${
pkgver
/_p/-
}
_ver
=
${
pkgver
/_p/-
}
_ver
=
${
_ver
/_/-
}
_ver
=
${
_ver
/_/-
}
_ver
=
${
_ver
/beta0/beta
}
_ver
=
${
_ver
/beta0/beta
}
...
@@ -24,11 +24,11 @@ esac
...
@@ -24,11 +24,11 @@ esac
source
=
"http://download.qt-project.org/
$_rel
/qt/
${
pkgver
%.*
}
/
$_ver
/submodules/qtdeclarative-opensource-src-
$_V
.tar.xz"
source
=
"http://download.qt-project.org/
$_rel
/qt/
${
pkgver
%.*
}
/
$_ver
/submodules/qtdeclarative-opensource-src-
$_V
.tar.xz"
_qt5_prefix
=
/usr/lib/qt5
_qt5_prefix
=
/usr/lib/qt5
_
builddir
=
"
$srcdir
"
/qtdeclarative-opensource-src-
${
_V
%-*
}
builddir
=
"
$srcdir
"
/qtdeclarative-opensource-src-
${
_V
%-*
}
prepare
()
{
prepare
()
{
local
i
local
i
cd
"
$
_
builddir
"
cd
"
$builddir
"
for
i
in
$source
;
do
for
i
in
$source
;
do
case
$i
in
case
$i
in
*
.patch
)
msg
$i
;
patch
-p1
-i
"
$srcdir
"
/
$i
||
return
1
;;
*
.patch
)
msg
$i
;
patch
-p1
-i
"
$srcdir
"
/
$i
||
return
1
;;
...
@@ -37,12 +37,12 @@ prepare() {
...
@@ -37,12 +37,12 @@ prepare() {
}
}
build
()
{
build
()
{
cd
"
$
_
builddir
"
cd
"
$builddir
"
qmake-qt5
&&
make
||
return
1
qmake-qt5
&&
make
||
return
1
}
}
package
()
{
package
()
{
cd
"
$
_
builddir
"
cd
"
$builddir
"
make
install
INSTALL_ROOT
=
"
$pkgdir
"
||
return
1
make
install
INSTALL_ROOT
=
"
$pkgdir
"
||
return
1
mkdir
-p
"
$pkgdir
"
/usr/bin/
mkdir
-p
"
$pkgdir
"
/usr/bin/
...
@@ -52,6 +52,4 @@ package() {
...
@@ -52,6 +52,4 @@ package() {
}
}
md5sums
=
"23bede85f83aa9366715934c0484195e qtdeclarative-opensource-src-5.6.1-1.tar.xz"
sha512sums
=
"5f3b2d03778cff29ea573ac6bee149892da4d26c7154e4ea3756ac782d7db5a3a5cb733d3285351f50f97bda9366c60f38c88c00fff2deaa7856e63a080937fc qtdeclarative-opensource-src-5.8.0.tar.xz"
sha256sums
=
"1cdf60b52509972ac001f5402a42d9b144b344010ec6e34f528f7dfc6be98f24 qtdeclarative-opensource-src-5.6.1-1.tar.xz"
sha512sums
=
"ddff875d9567f71fd70f0353b27add05a0e2525adee61e46aa3cc896782053dd24276f25d51673e43bd8cf8a4c0e590f894dd92a244788c42d6e0630f48e8648 qtdeclarative-opensource-src-5.6.1-1.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