Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
steam-runtime-tools
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
steamrt
steam-runtime-tools
Commits
abf162d1
Commit
abf162d1
authored
3 years ago
by
Simon McVittie
Browse files
Options
Downloads
Patches
Plain Diff
Release v0.20210518.0
Signed-off-by:
Simon McVittie
<
smcv@collabora.com
>
parent
09f79956
No related branches found
No related tags found
No related merge requests found
Pipeline
#13138
passed
3 years ago
Stage: build
Stage: relocatable-install
Stage: test
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/changelog
+14
-0
14 additions, 0 deletions
debian/changelog
meson.build
+2
-2
2 additions, 2 deletions
meson.build
with
16 additions
and
2 deletions
debian/changelog
+
14
−
0
View file @
abf162d1
steam-runtime-tools (0.20210518.0) scout; urgency=medium
* system-info: List /overrides/ correctly in recent SteamLinuxRuntime.
When pressure-vessel operates in --copy-runtime mode, /overrides is a
symlink to /usr/lib/pressure-vessel/overrides. "find /overrides -ls"
is useless here: it just lists the symlink, rather than traversing the
directory hierarchy.
* pv-wrap: Share Pipewire socket with container if available
* pv-runtime: Refactoring
* resolve-in-sysroot: Correct misleading error messages
* resolve-in-sysroot: Correctly bail out if a non-directory is found
-- Simon McVittie <smcv@collabora.com> Tue, 18 May 2021 11:22:07 +0100
steam-runtime-tools (0.20210430.0) scout; urgency=medium
steam-runtime-tools (0.20210430.0) scout; urgency=medium
[ Simon McVittie ]
[ Simon McVittie ]
...
...
This diff is collapsed.
Click to expand it.
meson.build
+
2
−
2
View file @
abf162d1
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
project
(
project
(
'steam-runtime-tools'
,
'c'
,
'cpp'
,
'steam-runtime-tools'
,
'c'
,
'cpp'
,
version
:
'0.20210
430
.0'
,
version
:
'0.20210
518
.0'
,
default_options
:
[
default_options
:
[
'c_std=c99'
,
'c_std=c99'
,
'cpp_std=c++11'
,
'cpp_std=c++11'
,
...
@@ -35,7 +35,7 @@ add_languages('cpp')
...
@@ -35,7 +35,7 @@ add_languages('cpp')
api_major
=
'0'
api_major
=
'0'
abi_major
=
'0'
abi_major
=
'0'
abi_minor
=
'20210
430
.0'
abi_minor
=
'20210
518
.0'
pkg
=
import
(
'pkgconfig'
)
pkg
=
import
(
'pkgconfig'
)
gnome
=
import
(
'gnome'
)
gnome
=
import
(
'gnome'
)
...
...
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