Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
alpine
aports
Commits
7e1d9fbf
Commit
7e1d9fbf
authored
May 13, 2014
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testing/qt5-qtgraphicaleffects: upgrade to 5.3.0_rc0
parent
354bb85e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
+9
-7
testing/qt5-qtgraphicaleffects/APKBUILD
testing/qt5-qtgraphicaleffects/APKBUILD
+9
-7
No files found.
testing/qt5-qtgraphicaleffects/APKBUILD
View file @
7e1d9fbf
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
qt5-qtgraphicaleffects
pkgver
=
5.3.0_
beta
0
pkgver
=
5.3.0_
rc
0
_ver
=
${
pkgver
/_/-
}
_ver
=
${
_ver
/beta0/beta
}
_ver
=
${
_ver
/rc0/rc
}
_V
=
${
_ver
/rc/RC
}
pkgrel
=
0
pkgdesc
=
"Qt5 - QtGraphicalEffects component"
url
=
"http://qt-project.org/"
...
...
@@ -14,12 +16,12 @@ makedepends="$depends_dev qt5-qtbase-dev"
install
=
""
subpackages
=
""
case
$pkgver
in
*
_beta
*
)
_rel
=
development_releases
;;
*
_beta
*
|
*
_rc
*
)
_rel
=
development_releases
;;
*
)
_rel
=
official_releases
;;
esac
source
=
"http://download.qt-project.org/
$_rel
/qt/
${
pkgver
%.*
}
/
$_ver
/submodules/qtgraphicaleffects-opensource-src-
$_
ver
.tar.xz"
source
=
"http://download.qt-project.org/
$_rel
/qt/
${
pkgver
%.*
}
/
$_ver
/submodules/qtgraphicaleffects-opensource-src-
$_
V
.tar.xz"
_builddir
=
"
$srcdir
"
/qtgraphicaleffects-opensource-src-
$_
ver
_builddir
=
"
$srcdir
"
/qtgraphicaleffects-opensource-src-
$_
V
prepare
()
{
local
i
cd
"
$_builddir
"
...
...
@@ -40,6 +42,6 @@ package() {
make
install
INSTALL_ROOT
=
"
$pkgdir
"
||
return
1
}
md5sums
=
"
b2f8c1d64696d68f7aec2f9a26a336a0
qtgraphicaleffects-opensource-src-5.3.0-
beta
.tar.xz"
sha256sums
=
"
f27dbde429719fb3852b51e881eb997355ede383c00470faef46a2e9156ca0f6
qtgraphicaleffects-opensource-src-5.3.0-
beta
.tar.xz"
sha512sums
=
"
1972a86eb94258aaebc87d48c7fba830be5b7689f12a2b56b374d61f30c27af0e8f0f043e4920926481ffdaf0f274245350a69a40ee0fac7872385e05660db1d
qtgraphicaleffects-opensource-src-5.3.0-
beta
.tar.xz"
md5sums
=
"
a1ce14d32a1895684b6c0d57c1cafbc7
qtgraphicaleffects-opensource-src-5.3.0-
RC
.tar.xz"
sha256sums
=
"
91dad931f523af18935e0450ba123af5345ef9d6259e3ef313338802cbf1b0c9
qtgraphicaleffects-opensource-src-5.3.0-
RC
.tar.xz"
sha512sums
=
"
54625d71d40b40f4a73f2152c5eac7c1793620bbc29ac4b219ad8460edb4888ab7309ab538be0ab4b8eac2abe78fc64d5650442e61cffc75120fb6787d1d9690
qtgraphicaleffects-opensource-src-5.3.0-
RC
.tar.xz"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment