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
4a6b73fb
Commit
4a6b73fb
authored
3 years ago
by
jean-michel
Browse files
Options
Downloads
Patches
Plain Diff
Bump revision, add debug symbols (not enabled by default)
parent
6507dba4
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#1197
passed
3 years ago
Stage: build
Stage: commit
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
trunk/PKGBUILD
+22
-21
22 additions, 21 deletions
trunk/PKGBUILD
with
22 additions
and
21 deletions
trunk/PKGBUILD
+
22
−
21
View file @
4a6b73fb
...
...
@@ -9,8 +9,8 @@
# DESCRIPTION ]
pkgbase
=
qt5-base
pkgver
=
5.15.2+kde+r29
6
pkgrel
=
3
pkgver
=
5.15.2+kde+r29
7
pkgrel
=
2
pkgdesc
=
"A cross-platform application and UI framework"
url
=
'https://www.qt.io'
...
...
@@ -19,29 +19,14 @@ pkgname=(
'qt5-xcb-private-headers'
)
track
=
commit
target
=
53a047c212af7fbded6505651f648172f9d7a34d
track
=
"
commit
"
target
=
"d16bf02a11953dcac01dca73e6f3778f293adefe"
source
=(
"git+https://invent.kde.org/qt/qt/
${
pkgbase
/5-
}
#
$track
=
$target
"
"git+https://invent.kde.org/qt/qt/
${
pkgbase
/5-
}
#
$
{
track
}
=
$
{
target
}
"
qt5-base-cflags.patch
qt5-base-nostrip.patch
)
#--------------------
# BUILD PREPARATION ]
pkgver
()
{
cd
${
pkgbase
/5-
}
echo
"5.15.2+kde+r"
`
git rev-list
--count
origin/5.15.2..
$target
`
}
prepare
()
{
cd
${
pkgbase
/5-
}
git revert
-n
6344955d17e17e2398720fe60c34cfc2a4a95208
## Revert version bump
patch
-p1
< ../qt5-base-cflags.patch
## Use system CFLAGS in qmake
patch
-p1
< ../qt5-base-nostrip.patch
## Don't strip binaries with qmake
}
#----------------------
# BUILD CONFIGURATION ]
...
...
@@ -60,7 +45,8 @@ makedepends=(
'git'
)
options
=(
debug
)
#options=(debug)
#------------------------
# INSTALL CONFIGURATION ]
...
...
@@ -109,6 +95,21 @@ conflicts=(
'qtchooser'
)
#--------------------
# BUILD PREPARATION ]
pkgver
()
{
cd
${
pkgbase
/5-
}
echo
"5.15.2+kde+r"
`
git rev-list
--count
origin/5.15.2..
$target
`
}
prepare
()
{
cd
${
pkgbase
/5-
}
git revert
-n
6344955d17e17e2398720fe60c34cfc2a4a95208
## Revert version bump
patch
-p1
< ../qt5-base-cflags.patch
## Use system CFLAGS in qmake
patch
-p1
< ../qt5-base-nostrip.patch
## Don't strip binaries with qmake
}
#--------
# BUILD ]
...
...
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