Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Q
qt5-base
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pkg
obextra
qt5-base
Commits
7d9d2dc3
Commit
7d9d2dc3
authored
5 years ago
by
jean-michel
Browse files
Options
Downloads
Patches
Plain Diff
qt5-base-5.13.1-3
parent
a2866ab3
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
trunk/PKGBUILD
+11
-11
11 additions, 11 deletions
trunk/PKGBUILD
with
11 additions
and
11 deletions
trunk/PKGBUILD
+
11
−
11
View file @
7d9d2dc3
...
...
@@ -10,23 +10,23 @@
pkgbase
=
qt5-base
pkgname
=(
qt5-base qt5-xcb-private-headers
)
_qtver
=
5.13.
0
_qtver
=
5.13.
1
pkgver
=
${
_qtver
/-/
}
pkgrel
=
8
pkgrel
=
3
arch
=(
'x86_64'
)
url
=
"https://www.qt.io"
license
=(
'GPL3'
'LGPL3'
'FDL'
'custom'
)
pkgdesc
=
"A cross-platform application and UI framework"
_pkgfqn
=
"
${
pkgbase
/5-/
}
-everywhere-src-
${
_qtver
}
"
source
=(
"http://download.qt.io/official_releases/qt/
${
pkgver
%.*
}
/
${
_qtver
}
/submodules/
${
_pkgfqn
}
.tar.xz"
qtbase-qxcbwindow.patch::
"https://code.qt.io/cgit/qt/qtbase.git/patch/?id=0c183117"
qtbase-zlib-compression.patch::
"https://code.qt.io/cgit/qt/qtbase.git/patch/?id=cbdc9a77"
virtualbox-focus.patch
)
'qtbug-77364.patch'
)
conflicts
=(
'qtchooser'
)
groups
=(
'qt'
'qt5'
)
depends
=(
'libjpeg-turbo'
'xcb-util-keysyms'
...
...
@@ -47,6 +47,7 @@ depends=(
'libproxy'
'libcups'
'double-conversion'
)
makedepends
=(
'libfbclient'
'mariadb-libs'
...
...
@@ -60,6 +61,7 @@ makedepends=(
'cups'
'freetds'
'vulkan-headers'
)
optdepends
=(
'qt5-svg: to use SVG icon themes'
'qt5-translations: for some native UI translations'
...
...
@@ -81,9 +83,7 @@ prepare() {
sed
-i
-e
"s|^
\(
QMAKE_LFLAGS_RELEASE.*
\)
|
\1
${
LDFLAGS
}
|"
\
mkspecs/common/g++-unix.conf
patch
-p1
-i
../qtbase-qxcbwindow.patch
# Fix NVIDIA freeze
patch
-p1
-i
../qtbase-zlib-compression.patch
# Change the default compression back to zlib for backwards compatibility
patch
-p1
-i
../virtualbox-focus.patch
# Fix virtualbox constantly stealing focus https://bugreports.qt.io/browse/QTBUG-76742
patch
-p1
-i
../qtbug-77364.patch
# Fix keyboard input in webengine
}
build
()
{
...
...
@@ -125,15 +125,15 @@ package_qt5-base() {
## Drop QMAKE_PRL_BUILD_DIR because reference the build dir
find
"
${
pkgdir
}
/usr/lib"
-type
f
-name
'*.prl'
\
-exec
sed
-i
-e
'/^QMAKE_PRL_BUILD_DIR/d'
{}
\;
-exec
sed
-i
-e
'/^QMAKE_PRL_BUILD_DIR/d'
{}
\;
## Fix wrong qmake path in pri file
sed
-i
"s|
${
srcdir
}
/
${
_pkgfqn
}
|/usr|"
\
"
${
pkgdir
}
"
/usr/lib/qt/mkspecs/modules/qt_lib_bootstrap_private.pri
"
${
pkgdir
}
"
/usr/lib/qt/mkspecs/modules/qt_lib_bootstrap_private.pri
## Symlinks for backwards compatibility
for
b
in
"
${
pkgdir
}
"
/usr/bin/
*
;
do
ln
-s
$(
basename
$b
)
"
${
pkgdir
}
"
/usr/bin/
$(
basename
$b
)
-qt5
ln
-s
$(
basename
$b
)
"
${
pkgdir
}
"
/usr/bin/
$(
basename
$b
)
-qt5
done
}
...
...
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