Skip to content

Commit f8c7f17

Browse files
committed
more deb fixes
1 parent 28fe880 commit f8c7f17

7 files changed

Lines changed: 11 additions & 11 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.DS_Store
22
/dist/opt/Alex313031/mercury/*
3+
/dist/usr/lib/mercury/*
34
thumbs.db
45
*.deb
56
# Dolphin file manager

dist/DEBIAN/control

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Version: 115.1.0
33
Architecture: amd64
44
Maintainer: Alex313031 <alex313031@gmail.com>
55
Installed-Size: 300000
6-
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
7-
Recommends: xul-ext-ubufox, libcanberra0, libdbusmenu-glib4, libdbusmenu-gtk3-4
6+
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
7+
Recommends: libcanberra0, libdbusmenu-glib4, libdbusmenu-gtk3-4, libvulkan1
88
Suggests: fonts-lyx
99
Provides: gnome-www-browser, www-browser
1010
Section: web

dist/DEBIAN/postinst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-remov
1313
x-www-browser /usr/bin/$MOZ_APP_NAME 40
1414
fi
1515

16-
echo "Please restart all running instances of $MOZ_APP_NAME, or you will experience problems."
17-
1816
if [ -d /var/run ] ; then
1917
touch /var/run/$MOZ_APP_NAME-restart-required
2018
fi

dist/usr/bin/mercury

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
/opt/Alex313031/mercury/mercury $@
3+
/usr/lib/mercury/mercury $@

dist/usr/share/applications/mercury.desktop

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Name=Mercury
44
Comment=Browse the World Wide Web
55
GenericName=Web Browser
66
Keywords=Internet;WWW;Browser;Web;Explorer;Mercury
7-
Exec=/opt/Alex313031/mercury/mercury %u
7+
Exec=mercury %u
88
StartupWMClass=mercury
99
Terminal=false
1010
X-MultipleArgs=true
@@ -17,12 +17,12 @@ Actions=NewWindow;NewPrivateWindow;TempUserDir;
1717

1818
[Desktop Action NewWindow]
1919
Name=New Window
20-
Exec=/opt/Alex313031/mercury/mercury -new-window
20+
Exec=mercury -new-window
2121

2222
[Desktop Action NewPrivateWindow]
2323
Name=New Private Window
24-
Exec=/opt/Alex313031/mercury/mercury -private-window
24+
Exec=mercury -private-window
2525

2626
[Desktop Action TempUserDir]
2727
Name=Open With Temporary User Profile
28-
Exec=/opt/Alex313031/mercury/mercury -profile /tmp/mercury/
28+
Exec=mercury -profile /tmp/mercury/
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
mercury binary: embedded-library opt/Alex313031/mercury/libxul.so: libjpeg
2-
mercury binary: embedded-library opt/Alex313031/mercury/libmozsqlite3.so: sqlite
1+
mercury binary: embedded-library usr/lib/mercury/libxul.so: libjpeg
2+
mercury binary: embedded-library usr/lib/mercury/libmozsqlite3.so: sqlite
3+
mercury binary: image-file-in-usr-lib

0 commit comments

Comments
 (0)