Skip to content

Commit

Permalink
more deb fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex313031 committed Jul 12, 2023
1 parent 28fe880 commit f8c7f17
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.DS_Store
/dist/opt/Alex313031/mercury/*
/dist/usr/lib/mercury/*
thumbs.db
*.deb
# Dolphin file manager
Expand Down
4 changes: 2 additions & 2 deletions dist/DEBIAN/control
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Version: 115.1.0
Architecture: amd64
Maintainer: Alex313031 <[email protected]>
Installed-Size: 300000
Depends: lsb-release, libasound2 (>= 1.0.16), libatk1.0-0 (>= 1.12.4), libc6 (>= 2.30), 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.3.5), libgcc-s1 (>= 4.2), libgdk-pixbuf2.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 (>= 9), libx11-6, libx11-xcb1 (>= 2:1.6.9), 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: xul-ext-ubufox, libcanberra0, libdbusmenu-glib4, libdbusmenu-gtk3-4
Depends: lsb-release, libasound2, libatk1.0-0, libc6, libcairo-gobject2, libcairo2, libdbus-1-3, libdbus-glib-1-2, libfontconfig1, libfreetype6, libgdk-pixbuf2.0-0, libglib2.0-0, libgtk-3-0, libharfbuzz0b, libpango-1.0-0, libpangocairo-1.0-0, libstdc++6, libx11-6, libx11-xcb1, libxcb-shm0, libxcb1, libxcomposite1, libxcursor1, libxdamage1, libxext6, libxfixes3, libxi6, libxrandr2, libxrender1, libxtst6
Recommends: libcanberra0, libdbusmenu-glib4, libdbusmenu-gtk3-4, libvulkan1
Suggests: fonts-lyx
Provides: gnome-www-browser, www-browser
Section: web
Expand Down
2 changes: 0 additions & 2 deletions dist/DEBIAN/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-remov
x-www-browser /usr/bin/$MOZ_APP_NAME 40
fi

echo "Please restart all running instances of $MOZ_APP_NAME, or you will experience problems."

if [ -d /var/run ] ; then
touch /var/run/$MOZ_APP_NAME-restart-required
fi
Expand Down
2 changes: 1 addition & 1 deletion dist/usr/bin/mercury
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

/opt/Alex313031/mercury/mercury $@
/usr/lib/mercury/mercury $@
File renamed without changes.
8 changes: 4 additions & 4 deletions dist/usr/share/applications/mercury.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Name=Mercury
Comment=Browse the World Wide Web
GenericName=Web Browser
Keywords=Internet;WWW;Browser;Web;Explorer;Mercury
Exec=/opt/Alex313031/mercury/mercury %u
Exec=mercury %u
StartupWMClass=mercury
Terminal=false
X-MultipleArgs=true
Expand All @@ -17,12 +17,12 @@ Actions=NewWindow;NewPrivateWindow;TempUserDir;

[Desktop Action NewWindow]
Name=New Window
Exec=/opt/Alex313031/mercury/mercury -new-window
Exec=mercury -new-window

[Desktop Action NewPrivateWindow]
Name=New Private Window
Exec=/opt/Alex313031/mercury/mercury -private-window
Exec=mercury -private-window

[Desktop Action TempUserDir]
Name=Open With Temporary User Profile
Exec=/opt/Alex313031/mercury/mercury -profile /tmp/mercury/
Exec=mercury -profile /tmp/mercury/
5 changes: 3 additions & 2 deletions dist/usr/share/lintian/overrides/mercury
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
mercury binary: embedded-library opt/Alex313031/mercury/libxul.so: libjpeg
mercury binary: embedded-library opt/Alex313031/mercury/libmozsqlite3.so: sqlite
mercury binary: embedded-library usr/lib/mercury/libxul.so: libjpeg
mercury binary: embedded-library usr/lib/mercury/libmozsqlite3.so: sqlite
mercury binary: image-file-in-usr-lib

0 comments on commit f8c7f17

Please sign in to comment.