File tree Expand file tree Collapse file tree 3 files changed +2
-57
lines changed
Expand file tree Collapse file tree 3 files changed +2
-57
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ ARCH=$(uname -m)
77echo " Installing package dependencies..."
88echo " ---------------------------------------------------------------"
99make-aur-package dwarfs-bin
10+ make-aur-package python-desktop-entry-lib
11+ make-aur-package python-ftputil
1012make-aur-package gearlever
1113pacman -Syu --noconfirm coreutils binutils gawk
1214
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -40,9 +40,6 @@ chmod +x ./AppDir/bin/file
4040# Patch Gear Lever to use AppImage's directory
4141sed -i ' /^pkgdatadir/c\pkgdatadir = os.getenv("SHARUN_DIR", "/usr") + "/share/gearlever"' ./AppDir/bin/gearlever
4242sed -i ' /^localedir/c\localedir = os.getenv("SHARUN_DIR", "/usr") + "/share/locale"' ./AppDir/bin/gearlever
43- # Copy POSIX modification of 'get_appimage_offset'
44- cp -v ./get_appimage_offset ./AppDir/bin/get_appimage_offset
45- chmod +x ./AppDir/bin/get_appimage_offset
4643# Patch AUR's modification back to use 'get_appimage_offset' in PATH
4744sed -i ' s|/usr/lib/gearlever/get_appimage_offset|get_appimage_offset|g' ./AppDir/share/gearlever/gearlever/providers/AppImageProvider.py
4845
You can’t perform that action at this time.
0 commit comments