Skip to content

Commit 4b5a6a7

Browse files
Merge pull request #4209 from spl237/patch-1
Update for trixie
2 parents 8ac282a + 97e7d00 commit 4b5a6a7

File tree

1 file changed

+19
-10
lines changed

1 file changed

+19
-10
lines changed

documentation/asciidoc/computers/software-sources.adoc

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@ At Raspberry Pi we're trying to open source as much of our code as possible to m
22

33
== Finding software sources in Raspberry Pi OS
44

5-
When looking for software which is distributed with Raspberry Pi OS, there are often upstream software sources that we patch to create our downstream packages (those tagged with `pass:[+rpt]`). To view the source for those packages it is usually easier to fetch through apt. To do this, you first need to edit your apt lists to include the source packages. The following files should be edited to remove the leading `pass:[#]` from each `deb-src` line:
5+
When looking for software which is distributed with Raspberry Pi OS, there are often upstream software sources that we patch to create our downstream packages (those tagged with `pass:[+rpt]`). To view the source for those packages it is usually easier to fetch through apt. To do this, you first need to edit your apt lists to include the source packages. The following files should be edited to change each "Types: deb" line to "Types: deb deb-src":
66

7-
* `+/etc/apt/sources.list+`
8-
* `+/etc/apt/sources.list.d/raspi.list+`
7+
* `+/etc/apt/sources.list.d/debian.sources+` (on 64-bit images)
8+
or
9+
* `+/etc/apt/sources.list.d/raspbian.sources+` (on 32-bit images)
10+
and
11+
* `+/etc/apt/sources.list.d/raspi.sources+`
912

1013
Next you must update the package lists:
1114

@@ -81,6 +84,9 @@ A library for directly controlling and accessing multimedia interfaces.
8184

8285
=== Desktop
8386

87+
https://github.com/raspberrypi-ui/rpd-metas::
88+
The metapackages used to create the desktop.
89+
8490
https://github.com/raspberrypi-ui/wf-panel-pi::
8591
The taskbar displayed at the top of the screen when running the Wayland-based desktop.
8692

@@ -105,20 +111,23 @@ https://github.com/raspberrypi-ui/pcmanfm::
105111
https://github.com/raspberrypi-ui/libfm::
106112
The file manager used by the desktop, which also displays the desktop background.
107113

108-
https://github.com/raspberrypi-ui/appset::
109-
The Appearance settings panel.
110-
111114
https://github.com/raspberrypi-ui/rpcc::
112-
The Control Centre settings panel.
115+
The Control Centre application.
116+
117+
https://github.com/raspberrypi-ui/rc_gui::
118+
The Raspberry Pi configuration plugin for Control Centre.
119+
120+
https://github.com/raspberrypi-ui/appset::
121+
The appearance settings plugin for Control Centre.
113122

114123
https://github.com/raspberrypi-ui/rasputin::
115-
The Mouse and Keyboard settings panel.
124+
The mouse and keyboard settings plugin for Control Centre.
116125

117126
https://github.com/raspberrypi-ui/raindrop::
118-
The Screen Configuration settings panel.
127+
The screen configuration plugin for Control Centre.
119128

120129
https://github.com/raspberrypi-ui/rpinters::
121-
The Printers settings panel.
130+
The printer settings plugin for Control Centre.
122131

123132
=== Applications
124133

0 commit comments

Comments
 (0)