Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CI Tooling
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sysadmin
CI Tooling
Commits
f5fec3b5
Commit
f5fec3b5
authored
Feb 23, 2020
by
Ben Cooksley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix the duplicate Python3-Qt5 packages
parent
7ce4d589
Pipeline
#15506
skipped with stage
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
system-images/suse-qt512/Dockerfile
system-images/suse-qt512/Dockerfile
+1
-1
system-images/suse-qt513/Dockerfile
system-images/suse-qt513/Dockerfile
+1
-1
No files found.
system-images/suse-qt512/Dockerfile
View file @
f5fec3b5
...
...
@@ -12,7 +12,7 @@ RUN zypper --non-interactive install --recommends -t pattern devel_qt5 devel_C_C
# The pattern is likely not enough, so just install all Qt devel packages from KUQ
RUN
zypper
-q
se
--not-installed-only
--repo
KDE:Qt:5.12 libqt5
*
devel libQt5
*
devel |
tail
-n
+4 |
cut
-d
"|"
-f
2 |
grep
-v
"libqt5-creator"
|
grep
-v
"libqt5-qtvirtualkeyboard-private-headers"
|
grep
-v
"libQt5HunspellInputMethod-private-headers"
|
grep
-vi
"libqt5xdg"
|
grep
-v
"libQt5Pas"
| xargs zypper
--non-interactive
in
# And some other useful and base packages
RUN
zypper
--non-interactive
in
git clang python3-Sphinx python
3
-qt5 python3-qt5 xvfb-run AppStream python3-pip ruby-devel libffi-devel openbox sassc
\
RUN
zypper
--non-interactive
in
git clang python3-Sphinx python
2
-qt5 python3-qt5 xvfb-run AppStream python3-pip ruby-devel libffi-devel openbox sassc
\
# temporarily: curl needed for appstreamcli, cmp. https://bugzilla.opensuse.org/show_bug.cgi?id=1080446
curl \
# abi tracking software and it's dependencies
...
...
system-images/suse-qt513/Dockerfile
View file @
f5fec3b5
...
...
@@ -12,7 +12,7 @@ RUN zypper --non-interactive install --recommends -t pattern devel_qt5 devel_C_C
# The pattern is likely not enough, so just install all Qt devel packages from KUQ
RUN
zypper
-q
se
--not-installed-only
--repo
KDE:Qt:5.13 libqt5
*
devel libQt5
*
devel |
tail
-n
+4 |
cut
-d
"|"
-f
2 |
grep
-v
"libqt5-creator"
|
grep
-v
"libqt5-qtvirtualkeyboard-private-headers"
|
grep
-v
"libQt5HunspellInputMethod-private-headers"
|
grep
-vi
"libqt5xdg"
|
grep
-v
"libQt5Pas"
| xargs zypper
--non-interactive
in
# And some other useful and base packages
RUN
zypper
--non-interactive
in
git clang python3-Sphinx python
3
-qt5 python3-qt5 xvfb-run AppStream python3-pip ruby-devel libffi-devel openbox sassc
\
RUN
zypper
--non-interactive
in
git clang python3-Sphinx python
2
-qt5 python3-qt5 xvfb-run AppStream python3-pip ruby-devel libffi-devel openbox sassc
\
# temporarily: curl needed for appstreamcli, cmp. https://bugzilla.opensuse.org/show_bug.cgi?id=1080446
curl \
# abi tracking software and it's dependencies
...
...
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