File tree Expand file tree Collapse file tree
firefox-developer-edition-portable Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ md5sums=('1ce4e3c8db9bb3f86bbb0aaf5fd583bf'
3030
3131function package() {
3232 depends=(" portable" )
33- depends+=(alsa-lib at-spi2-core bash cairo dbus ffmpeg4.4 fontconfig freetype2 gcc-libs gdk-pixbuf2 glib2 glibc gtk3 hicolor-icon-theme libpulse
33+ depends+=(alsa-lib at-spi2-core bash cairo dbus ffmpeg fontconfig freetype2 gcc-libs gdk-pixbuf2 glib2 glibc gtk3 hicolor-icon-theme libpulse
3434 libx11 libxcb libxcomposite libxdamage libxext libxfixes libxrandr libxss libxt mime-types nspr nss pango ttf-font)
3535
3636 export pkgdir
Original file line number Diff line number Diff line change @@ -40,7 +40,8 @@ function pkgver() {
4040
4141function package() {
4242 depends=(" portable" )
43- depends+=(' dbus-glib' ' gtk3' ' libxt' ' nss' ' mime-types' )
43+ depends+=(alsa-lib at-spi2-core bash cairo dbus ffmpeg fontconfig freetype2 gcc-libs gdk-pixbuf2 glib2 glibc gtk3 hicolor-icon-theme libpulse
44+ libx11 libxcb libxcomposite libxdamage libxext libxfixes libxrandr libxss libxt mime-types nspr nss pango ttf-font)
4445 while IFS= read -r line; do
4546 file=" $( echo " $line " | awk ' {print $2}' ) "
4647 if [[ -d ${file} ]]; then
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ pkgver=146.0
55pkgrel=1
66epoch=1
77pkgdesc=" Firefox sandboxed by portable"
8- arch=(' any ' )
8+ arch=(' x86_64 ' )
99url=" https://github.com/Kraftland/portable"
1010license=(' GPL-3.0-or-later' )
1111groups=()
@@ -35,7 +35,7 @@ function prepare() {
3535}
3636
3737function package() {
38- depends=( " ffmpeg4.4 " " portable"
38+ depends=( " ffmpeg " " portable"
3939alsa-lib at-spi2-core bash cairo dbus ffmpeg fontconfig freetype2 gcc-libs gdk-pixbuf2
4040glib2 glibc gtk3 hicolor-icon-theme libpulse libx11 libxcb libxcomposite libxdamage
4141libxext libxfixes libxrandr libxss libxt mime-types nspr nss pango ttf-font)
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ makedepends+=(
3636 zip)
3737
3838depends=(
39- ffmpeg4.4
39+ ffmpeg
4040 onnxruntime
4141 libnotify
4242# Original
You can’t perform that action at this time.
0 commit comments