Skip to content

Commit 15f37b2

Browse files
committed
Update README.md for 39.0.3
Signed-off-by: Adam Williamson <[email protected]>
1 parent d41d639 commit 15f37b2

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

README.md

+16-16
Original file line numberDiff line numberDiff line change
@@ -6,42 +6,42 @@ A set of default and supplemental wallpapers for Fedora 39
66
One way to test these is to install them on your system
77
* obtain the src rpm, for example using
88
```bash
9-
wget https://github.com/fedoradesign/backgrounds/releases/download/v39.0.1/f39-backgrounds-39.0.1-1.fc39.src.rpm
9+
wget https://github.com/fedoradesign/backgrounds/releases/download/v39.0.3/f39-backgrounds-39.0.3-1.fc39.src.rpm
1010
```
1111
* install tools to build an rpm file, [follow the guide](https://fedoramagazine.org/how-rpm-packages-are-made-the-source-rpm/):
1212
```bash
1313
sudo dnf install fedora-packager
1414
```
1515
* then build the rpm
1616
```bash
17-
sudo dnf builddep f39-backgrounds-39.0.1-1.fc39.src.rpm
18-
rpmbuild --rebuild f39-backgrounds-39.0.1-1.fc39.src.rpm
17+
sudo dnf builddep f39-backgrounds-39.0.3-1.fc39.src.rpm
18+
rpmbuild --rebuild f39-backgrounds-39.0.3-1.fc39.src.rpm
1919
```
2020
* to install the rpm go to the directory where it has been built, assuming the commands above have been used, the following should work
2121
```bash
2222
cd rpmbuild/RPMS/noarch
2323
```
2424
* then install the base
2525
```bash
26-
dnf install f39-backgrounds-base-39.0.1-1.fc39.noarch.rpm
26+
dnf install f39-backgrounds-base-39.0.3-1.fc39.noarch.rpm
2727
```
2828
* finally install backgrounds for your desktop, for example for KDE
2929
```bash
30-
dnf install f39-backgrounds-kde-39.0.1-1.fc39.noarch.rpm
30+
dnf install f39-backgrounds-kde-39.0.3-1.fc39.noarch.rpm
3131
```
3232

3333
The directory should also contain the following rpms
3434

35-
* f39-backgrounds-39.0.1-1.fc39.noarch.rpm
36-
* f39-backgrounds-extras-gnome-39.0.1-1.fc39.noarch.rpm
37-
* f39-backgrounds-gnome-39.0.1-1.fc39.noarch.rpm
38-
* f39-backgrounds-extras-kde-39.0.1-1.fc39.noarch.rpm
39-
* f39-backgrounds-kde-39.0.1-1.fc39.noarch.rpm
40-
* f39-backgrounds-base-39.0.1-1.fc39.noarch.rpm
41-
* f39-backgrounds-extras-mate-39.0.1-1.fc39.noarch.rpm
42-
* f39-backgrounds-mate-39.0.1-1.fc39.noarch.rpm
43-
* f39-backgrounds-extras-base-39.0.1-1.fc39.noarch.rpm
44-
* f39-backgrounds-extras-xfce-39.0.1-1.fc39.noarch.rpm
45-
* f39-backgrounds-xfce-39.0.1-1.fc39.noarch.rpm
35+
* f39-backgrounds-39.0.3-1.fc39.noarch.rpm
36+
* f39-backgrounds-extras-gnome-39.0.3-1.fc39.noarch.rpm
37+
* f39-backgrounds-gnome-39.0.3-1.fc39.noarch.rpm
38+
* f39-backgrounds-extras-kde-39.0.3-1.fc39.noarch.rpm
39+
* f39-backgrounds-kde-39.0.3-1.fc39.noarch.rpm
40+
* f39-backgrounds-base-39.0.3-1.fc39.noarch.rpm
41+
* f39-backgrounds-extras-mate-39.0.3-1.fc39.noarch.rpm
42+
* f39-backgrounds-mate-39.0.3-1.fc39.noarch.rpm
43+
* f39-backgrounds-extras-base-39.0.3-1.fc39.noarch.rpm
44+
* f39-backgrounds-extras-xfce-39.0.3-1.fc39.noarch.rpm
45+
* f39-backgrounds-xfce-39.0.3-1.fc39.noarch.rpm
4646

4747
* You can then change the wallpaper, for example on KDE, right click on the desktop and a menu should appear. Click on the menu and choose *Configure Desktop* then select the icon *Wallpaper* and choose one of the newly installed wallpapers.

0 commit comments

Comments
 (0)