Skip to content

Commit

Permalink
chore: 🚚 Incorporate Gnome 47 package renames - tracker3-miners to lo…
Browse files Browse the repository at this point in the history
  • Loading branch information
pvshvp-oss committed Sep 19, 2024
1 parent 0ecc6ab commit 82a2770
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 14 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# CHANGELOG

## Calamares Configuration `v0.1.50`
## Calamares Configuration `v0.1.51`

### For Users
- Add Gnome's renamed local searching tool (from `tracker3-miners` to `localsearch`).
- Removed `manaplus` as it is no longer in the Arch repos.
- Rename `paru-bin` to `paru`.
- Add `betterbird`
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.50 -m "This is version 0.1.50" && git push origin v0.1.50`
- [ ] If there was a mistake and if you want to yank the release, run something like `git tag -d v0.1.50 && git push --delete origin v0.1.50`. 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.51 -m "This is version 0.1.51" && git push origin v0.1.51`
- [ ] If there was a mistake and if you want to yank the release, run something like `git tag -d v0.1.51 && git push --delete origin v0.1.51`. 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
Expand Up @@ -21,10 +21,10 @@ navigation: qml
strings:
productName: "${NAME}"
shortProductName: RebornOS
version: 2024.09.18
shortVersion: 24.09.18
versionedName: RebornOS 2024.09.18
shortVersionedName: RebornOS 24.09.18
version: 2024.09.19
shortVersion: 24.09.19
versionedName: RebornOS 2024.09.19
shortVersionedName: RebornOS 24.09.19
bootloaderEntryName: RebornOS
productUrl: https://www.rebornos.org/
supportUrl: https://rebornos.discourse.group/
Expand Down
8 changes: 4 additions & 4 deletions etc/calamares/modules/packagechooser_DE.conf
Original file line number Diff line number Diff line change
Expand Up @@ -1292,8 +1292,8 @@ items:
description: A quick previewer for Nautilus
- name: totem
description: Movie player for the GNOME desktop based on GStreamer
- name: tracker3-miners
description: Collection of data extractors for Tracker/Nepomuk
- name: localsearch
description: Filesystem indexer and metadata extractor
- name: xdg-user-dirs-gtk
description: Creates user dirs and asks to relocalize them
- name: yelp
Expand Down Expand Up @@ -1411,7 +1411,7 @@ items:
description: Virtual filesystem implementation for GIO
- name: gvfs-smb
description: Virtual filesystem implementation for GIO
- name: tracker3-miners
- name: localsearch
description: Filesystem indexing, metadata storage, and search
# ===========
# Text Editor
Expand Down Expand Up @@ -1592,7 +1592,7 @@ items:
description: A quick previewer for Nautilus
- name: totem
description: Movie player for the GNOME desktop based on GStreamer
- name: tracker3-miners
- name: localsearch
description: Collection of data extractors for Tracker/Nepomuk
- name: xdg-user-dirs-gtk
description: Creates user dirs and asks to relocalize them
Expand Down
2 changes: 1 addition & 1 deletion packaging/calamares-configuration-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# 1. shivanandvp <[email protected], [email protected]>

pkgname=calamares-configuration-git
pkgver=0.1.50
pkgver=0.1.51
pkgrel=1

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

pkgname=calamares-configuration-local
pkgver=0.1.50
pkgver=0.1.51
pkgrel=1

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

pkgname=calamares-configuration
pkgver=0.1.50
pkgver=0.1.51
pkgrel=1

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

0 comments on commit 82a2770

Please sign in to comment.