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
d475e463
Commit
d475e463
authored
4 years ago
by
Bart Ribbers
Browse files
Options
Downloads
Patches
Plain Diff
community/qt5-qtimageformats: apply latest KDE patches
parent
14907ce2
No related branches found
No related tags found
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-qtimageformats/APKBUILD
+13
-4
13 additions, 4 deletions
community/qt5-qtimageformats/APKBUILD
with
13 additions
and
4 deletions
community/qt5-qtimageformats/APKBUILD
+
13
−
4
View file @
d475e463
# Maintainer: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname
=
qt5-qtimageformats
pkgname
=
qt5-qtimageformats
pkgver
=
5.15.
2
pkgver
=
5.15.
3_git20201031
pkgrel
=
0
pkgrel
=
0
_commit
=
"cb82c74310837fe4e832c8ab72176a5d63e4355f"
pkgdesc
=
"Qt5 - QtImageFormats component"
pkgdesc
=
"Qt5 - QtImageFormats component"
url
=
"https://www.qt.io/developers/"
url
=
"https://www.qt.io/developers/"
arch
=
"all"
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"
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 libmng-dev tiff-dev libwebp-dev"
makedepends
=
"qt5-qtbase-dev libmng-dev tiff-dev libwebp-dev"
builddir
=
"
$srcdir
/qtimageformats-
everywhere-src-
$pkgver
"
builddir
=
"
$srcdir
/qtimageformats-
$_commit
"
case
$pkgver
in
case
$pkgver
in
*
_beta
*
|
*
_rc
*
)
_rel
=
development_releases
;;
*
_beta
*
|
*
_rc
*
)
_rel
=
development_releases
;;
*
)
_rel
=
official_releases
;;
*
)
_rel
=
official_releases
;;
esac
esac
source
=
"https://download.qt.io/
$_rel
/qt/
${
pkgver
%.*
}
/
$pkgver
/submodules/qtimageformats-everywhere-src-
$pkgver
.tar.xz"
source
=
"https://invent.kde.org/qt/qt/qtimageformats/-/archive/
$_commit
/qtimageformats-
$_commit
.tar.gz"
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
()
{
build
()
{
qmake-qt5
qmake-qt5
...
@@ -36,4 +45,4 @@ package() {
...
@@ -36,4 +45,4 @@ package() {
ln
-s
/usr/share/licenses/qt5-base
"
$pkgdir
"
/usr/share/licenses/
$pkgname
ln
-s
/usr/share/licenses/qt5-base
"
$pkgdir
"
/usr/share/licenses/
$pkgname
}
}
sha512sums
=
"
3c821fac83b8d6177af256dc1d68aca14ae6d5cbdedb8d8665158ebcec0f6e6fb790b5d210a1aa8b0679ecff60fafd4e5d1387c6954498b41409ea44177e0d7e qtimageformats-everywhere-src-5.15.2
.tar.
x
z"
sha512sums
=
"
f202f3abcdea0b49ae4f286fd50c1855c8b84d502b89f8350666828c6e29c4fa0bafd72b891513330e2541dc407d298076ffb519a030b4bb50517b5196ff9a3f qtimageformats-cb82c74310837fe4e832c8ab72176a5d63e4355f
.tar.
g
z"
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