Skip to content

Commit

Permalink
fix: 🔧 Incorporate mesa merges
Browse files Browse the repository at this point in the history
pvshvp-oss committed Nov 16, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent ca222fa commit 7ba8fcb
Showing 8 changed files with 17 additions and 21 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## Calamares Configuration `v0.1.54`

### For Users
- Removed `libva-mesa-driver`, `lib32-libva-mesa-driver`, `mesa-vdpau`, and `lib32-mesa-vdpau`
as they are merged with `mesa` and `lib32-mesa` in the Arch repos.

### For Developers

## Calamares Configuration `v0.1.53`

### For Users
@@ -17,8 +25,6 @@
- Regolith is removed since it is no longer in development.
- Removed the packages from the package selection which are no longer built on the build server.

### For Developers

## Calamares Configuration `v0.1.51`

### For Users
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -15,5 +15,5 @@

- [ ] Commit and push all changes through git, for example `git commit -m "Some message" && git push`

- [ ] Create and push a tag, for example `git tag -s -a v0.1.53 -m "This is version 0.1.53" && git push origin v0.1.53`
- [ ] If there was a mistake and if you want to yank the release, run something like `git tag -d v0.1.53 && git push --delete origin v0.1.53`. Then the errors can be fixed and the previous step can be repeated to create a new tag.
- [ ] Create and push a tag, for example `git tag -s -a v0.1.54 -m "This is version 0.1.54" && git push origin v0.1.54`
- [ ] If there was a mistake and if you want to yank the release, run something like `git tag -d v0.1.54 && git push --delete origin v0.1.54`. Then the errors can be fixed and the previous step can be repeated to create a new tag.
8 changes: 4 additions & 4 deletions etc/calamares/branding/rebornos/branding.desc
Original file line number Diff line number Diff line change
@@ -21,10 +21,10 @@ navigation: qml
strings:
productName: "${NAME}"
shortProductName: RebornOS
version: 2024.10.23
shortVersion: 24.10.23
versionedName: RebornOS 2024.10.23
shortVersionedName: RebornOS 24.10.23
version: 2024.11.16
shortVersion: 24.11.16
versionedName: RebornOS 2024.11.16
shortVersionedName: RebornOS 24.11.16
bootloaderEntryName: RebornOS
productUrl: https://www.rebornos.org/
supportUrl: https://rebornos.discourse.group/
8 changes: 0 additions & 8 deletions etc/calamares/modules/netinstall.yaml
Original file line number Diff line number Diff line change
@@ -563,14 +563,6 @@
description: AMD's standalone Vulkan driver
- name: lib32-amdvlk
description: AMD's standalone Vulkan driver with 32bit support
- name: libva-mesa-driver
description: Accelerated video decoding for VA-API
- name: lib32-libva-mesa-driver
description: Accelerated video decoding for VA-API with 32-bit support
- name: mesa-vdpau
description: Accelerated video decoding for VDPAU
- name: lib32-mesa-vdpau
description: Accelerated video decoding for VDPAU with 32-bit support
- name: xf86-video-ati
description: DDX driver for 2D acceleration in Xorg
- name: Audio
2 changes: 0 additions & 2 deletions etc/calamares/modules/packages_offline.conf
Original file line number Diff line number Diff line change
@@ -299,8 +299,6 @@ operations:
## - mesa
## - mesa-utils
# - lib32-mesa
## - mesa-vdpau
# - lib32-mesa-vdpau

# -----------------
# Graphics - NVIDIA
2 changes: 1 addition & 1 deletion packaging/calamares-configuration-git/PKGBUILD
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
# 1. shivanandvp <[email protected], [email protected]>

pkgname=calamares-configuration-git
pkgver=0.1.53
pkgver=0.1.54
pkgrel=1

arch=('i686' 'x86_64' 'armv6h' 'armv7h')
2 changes: 1 addition & 1 deletion packaging/calamares-configuration-local/PKGBUILD
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
# 1. shivanandvp <[email protected], [email protected]>

pkgname=calamares-configuration-local
pkgver=0.1.53
pkgver=0.1.54
pkgrel=1

arch=('i686' 'x86_64' 'armv6h' 'armv7h')
2 changes: 1 addition & 1 deletion packaging/calamares-configuration/PKGBUILD
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
# 1. shivanandvp <[email protected], [email protected]>

pkgname=calamares-configuration
pkgver=0.1.53
pkgver=0.1.54
pkgrel=1

arch=('i686' 'x86_64' 'armv6h' 'armv7h')

0 comments on commit 7ba8fcb

Please sign in to comment.