update deb depends (from firefox ubuntu20)

This commit is contained in:
Malte Jürgens 2022-02-18 19:34:31 +01:00
parent 33b099fedb
commit e96c21cd22
No known key found for this signature in database
GPG Key ID: D29FBD5F93C0CFC3
1 changed files with 5 additions and 5 deletions

View File

@ -4,10 +4,12 @@ mv -v librewolf lwdist
mkdir -p librewolf/DEBIAN
cd librewolf/DEBIAN
cat <<EOF > control
cat <<EOF >control
Architecture: all
Build-Depends: inkscape, librsvg2-bin
Depends: libc6, libgcc1, libstdc++6, wget
Depends: lsb-release, libasound2 (>= 1.0.16), libatk1.0-0 (>= 1.12.4), libc6 (>= 2.31), libcairo-gobject2 (>= 1.10.0), libcairo2 (>= 1.10.0), libdbus-1-3 (>= 1.9.14), libdbus-glib-1-2 (>= 0.78), libfontconfig1 (>= 2.12.6), libfreetype6 (>= 2.10.1), libgcc-s1 (>= 3.3), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.42), libgtk-3-0 (>= 3.14), libharfbuzz0b (>= 0.6.0), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), libstdc++6 (>= 10), libx11-6, libx11-xcb1 (>= 2:1.7.2), libxcb-shm0, libxcb1, libxcomposite1 (>= 1:0.4.5), libxcursor1 (>> 1.1.2), libxdamage1 (>= 1:1.1), libxext6, libxfixes3, libxi6, libxrandr2 (>= 2:1.4.0), libxrender1, libxtst6
Recommends: libcanberra0, libdbusmenu-glib4, libdbusmenu-gtk3-4
Suggests: fonts-lyx
Description: The Librewolf Browser
Download-Size: 56.0 MB
Essential: no
@ -18,7 +20,7 @@ Priority: optional
Provides: gnome-www-browser, www-browser, x-www-browser
Section: web
EOF
echo "Version: $1-$2" >> control
echo "Version: $1-$2" >>control
cd ..
mkdir -p usr/share/librewolf
@ -42,5 +44,3 @@ dpkg-deb --build librewolf
echo ""
ls -lh librewolf.deb
exit 0