Skip to content

Commit

Permalink
Bug 1858889 - [Linux] Remove dbus-glib from docs and CI. r=stransky
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaseKnowlden committed Oct 31, 2023
1 parent 4c4974b commit fb1a2e5
Show file tree
Hide file tree
Showing 13 changed files with 4 additions and 15 deletions.
2 changes: 1 addition & 1 deletion docs/contributing/debugging/debugging_firefox_with_gdb.rst
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ This can be done manually using:
.. code:: bash
$ yum install GConf2-debuginfo ORBit2-debuginfo atk-debuginfo \
cairo-debuginfo dbus-debuginfo dbus-glib-debuginfo expat-debuginfo \
cairo-debuginfo dbus-debuginfo expat-debuginfo \
fontconfig-debuginfo freetype-debuginfo gcc-debuginfo glib2-debuginfo \
glibc-debuginfo gnome-vfs2-debuginfo gtk2-debuginfo gtk2-engines-debuginfo \
hal-debuginfo libX11-debuginfo libXcursor-debuginfo libXext-debuginfo \
Expand Down
2 changes: 1 addition & 1 deletion docs/setup/linux_32bit_build_on_64bit_OS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ These steps were verified to work as of June 2020.

.. code::
sudo apt install gcc-multilib g++-multilib libdbus-glib-1-dev:i386 \
sudo apt install gcc-multilib g++-multilib \
libgtk2.0-dev:i386 libgtk-3-dev:i386 libpango1.0-dev:i386 libxt-dev:i386 \
libx11-xcb-dev:i386 libpulse-dev:i386 libdrm-dev:i386
Expand Down
1 change: 0 additions & 1 deletion python/mozboot/mozboot/freebsd.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ def __init__(self, version, flavor, **kwargs):
]

self.browser_packages = [
"dbus-glib",
"libXt",
"nasm",
"pulseaudio",
Expand Down
1 change: 0 additions & 1 deletion python/mozboot/mozboot/openbsd.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ def __init__(self, version, **kwargs):
"nasm",
"node",
"gtk+3",
"dbus-glib",
"pulseaudio",
]

Expand Down
3 changes: 1 addition & 2 deletions taskcluster/docker/debian-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN /usr/local/sbin/setup_packages.sh $TASKCLUSTER_ROOT_URL $DOCKER_IMAGE_PACKAG

# binutils is needed for base toolchain builds. Ideally, it wouldn't be needed.
# libc6-i386 and lib32gcc1 are needed for wine.
# libdbus-glib-1-2 and libgtk-3-0 are needed to run xpcshell during the build.
# libgtk-3-0 are needed to run xpcshell during the build.
# lib32atomic1, lib32stdc++6 and lib32z1 are needed to run some 32-bits
# cpio is needed by xar (mac repackaging on linux)
# spidermonkey tests. libasound2 is needed to run xpcshell after we introduced
Expand All @@ -35,7 +35,6 @@ RUN apt-get update && \
lib32z1 \
libasound2 \
libc6-i386 \
libdbus-glib-1-2 \
libgtk-3-0 \
libucl1 \
p7zip-full \
Expand Down
2 changes: 1 addition & 1 deletion taskcluster/docker/debian-repackage/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN /usr/local/sbin/setup_packages.sh $TASKCLUSTER_ROOT_URL $DOCKER_IMAGE_PACKAG
debootstrap \
--arch=$arch \
--variant=buildd \
--include=debhelper,libasound2,libdbus-glib-1-2,libgtk-3-0,libx11-xcb1,libxtst6 \
--include=debhelper,libasound2,libgtk-3-0,libx11-xcb1,libxtst6 \
--keyring=/usr/share/keyrings/debian-archive-removed-keys.gpg \
--verbose \
jessie \
Expand Down
1 change: 0 additions & 1 deletion taskcluster/docker/firefox-snap/firefox.snapcraft.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ parts:
source: source
stage-packages:
- libxt6
- libdbus-glib-1-2
- libasound2
- libpci3
- libpulse0
Expand Down
1 change: 0 additions & 1 deletion taskcluster/docker/periodic-updates/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ apt-get install \
curl \
jq \
libasound2 \
libdbus-glib-1-2 \
libgtk-3-0 \
libx11-xcb1 \
libxml2-utils \
Expand Down
1 change: 0 additions & 1 deletion taskcluster/docker/recipes/debian-test-system-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ apt_packages+=('libasound2-dev')
apt_packages+=('libcanberra-pulse')
apt_packages+=('libcurl4-openssl-dev')
apt_packages+=('libdbus-1-dev')
apt_packages+=('libdbus-glib-1-dev')
apt_packages+=('libgconf2-dev')
apt_packages+=('libiw-dev')
apt_packages+=('libnotify-dev')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ apt_packages+=('libcanberra-gtk3-module')
apt_packages+=('libcanberra-pulse')
apt_packages+=('libcurl4-openssl-dev')
apt_packages+=('libdbus-1-dev')
apt_packages+=('libdbus-glib-1-dev')
apt_packages+=('libfreetype6')
apt_packages+=('libgconf2-dev')
apt_packages+=('libgl1-mesa-dri')
Expand Down Expand Up @@ -115,7 +114,6 @@ apt-get update
# Make sure we have libraries for 32-bit tests
apt_packages=()
apt_packages+=('libavcodec-extra57:i386')
apt_packages+=('libdbus-glib-1-2:i386')
apt_packages+=('libpulse0:i386')
apt_packages+=('libxt6:i386')
apt_packages+=('libxtst6:i386')
Expand Down
1 change: 0 additions & 1 deletion taskcluster/docker/static-analysis-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ RUN apt-get update && \
x11-utils \
xvfb \
linux-libc-dev \
libdbus-glib-1-dev \
libfontconfig1-dev \
libfreetype6-dev \
libgconf2-dev \
Expand Down
1 change: 0 additions & 1 deletion taskcluster/docker/valgrind-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ RUN apt-get update && apt-get install \
libatk-bridge2.0-0-dbgsym \
libatk1.0-0-dbgsym \
libcairo2-dbgsym \
libdbus-glib-1-2-dbgsym \
libdrm2-dbgsym \
libffi8-dbgsym \
libfontconfig1-dbgsym \
Expand Down
1 change: 0 additions & 1 deletion taskcluster/scripts/misc/build-sysroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ packages="
linux-libc-dev
libasound2-dev
libstdc++-${gcc_version}-dev
libdbus-glib-1-dev
libfontconfig1-dev
libfreetype6-dev
libgconf2-dev
Expand Down

0 comments on commit fb1a2e5

Please sign in to comment.