Skip to content

20240408 Merging with jens-maus#2

Open
Rockyb0a wants to merge 274 commits into
Rockyb0a:masterfrom
jens-maus:master
Open

20240408 Merging with jens-maus#2
Rockyb0a wants to merge 274 commits into
Rockyb0a:masterfrom
jens-maus:master

Conversation

@Rockyb0a

@Rockyb0a Rockyb0a commented Apr 8, 2024

Copy link
Copy Markdown
Owner

No description provided.

@Rockyb0a Rockyb0a closed this Apr 8, 2024
@Rockyb0a Rockyb0a reopened this Apr 8, 2024
jens-maus added 28 commits July 31, 2024 09:42
S42LoadNetFiles which could result in the wrong group file being used.
preventing qt6base from correctly compiling with enabled XCB support.
video device (webcam) use for certain applications.
jens-maus and others added 30 commits January 22, 2026 18:29
a 'setrootpix' utility which can be used instead of xsetroot to
set the X11 backrgound in a solid-color using a 1x1 pixmap tiled
by the X server. This is done in a way that a potential X11
compositor (e.g. xcompmgr) will take care to keep the background
color intact (which xsetroot does not seem to allow).
libinput which does not support the old "Resolution" setting anyway.
Bumps [WyriHaximus/github-action-get-previous-tag](https://github.com/wyrihaximus/github-action-get-previous-tag) from 1.4 to 2.0.
- [Release notes](https://github.com/wyrihaximus/github-action-get-previous-tag/releases)
- [Commits](WyriHaximus/github-action-get-previous-tag@v1.4...v2.0)

---
updated-dependencies:
- dependency-name: WyriHaximus/github-action-get-previous-tag
  dependency-version: '2.0'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
snapshots of the latest thinlinc client before it has been released.
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v7...v8)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v6...v7)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.20.0 to 1.21.0.
- [Release notes](https://github.com/ncipollo/release-action/releases)
- [Commits](ncipollo/release-action@v1.20.0...v1.21.0)

---
updated-dependencies:
- dependency-name: ncipollo/release-action
  dependency-version: 1.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [metcalfc/changelog-generator](https://github.com/metcalfc/changelog-generator) from 4.6.2 to 4.7.0.
- [Release notes](https://github.com/metcalfc/changelog-generator/releases)
- [Changelog](https://github.com/metcalfc/changelog-generator/blob/main/release-notes.png)
- [Commits](metcalfc/changelog-generator@v4.6.2...v4.7.0)

---
updated-dependencies:
- dependency-name: metcalfc/changelog-generator
  dependency-version: 4.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
patch as not required anymore. Also added cmake version define to
xkb-switch.mk to get xkb-switch compiled with newer cmake.
This changes the install_net_overlay() function in S42LoadNetFiles to
implement a functionality to try to download different overlay.pkg files
based on the usual system grouping procedure. Thus, first a
"overlay.pkg" will be downloaded and afterwards a
"overlay.pkg.group-XXX", etc. This should allow to implement group based
overlay functionality.
gsettings dependence causing recent yad use failures.
* Initial plan

* Add mesa3d patch to fix LLVM 22 StringMapIterator removal

Mesa3d 26.1.2 uses `llvm::StringMapIterator<bool>` in
lp_bld_misc.cpp which was removed in LLVM 22. Replace with
`auto` to fix compilation with LLVM 22.1.7.

Fixes the failing "Snapshot build [tinkerboard]" CI job.

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Jens Maus <mail@jens-maus.de>
the new official 4.21.0 thinlinc client will fix issues with
window repositioning in multi-monitor environments.
(cf. https://bugzilla.cendio.com/show_bug.cgi?id=8686)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v6...v7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants