File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ARCH=$(uname -m)
66
77echo " Installing package dependencies..."
88echo " ---------------------------------------------------------------"
9- # pacman -Syu --noconfirm PACKAGESHERE
9+ pacman -Syu --noconfirm libnss_nis nss-mdns nss xdotool
1010
1111echo " Installing debloated packages..."
1212echo " ---------------------------------------------------------------"
@@ -30,6 +30,10 @@ rm -f ./*.tar.gz /tmp/temp.deb
3030
3131mkdir -p ./AppDir/bin
3232cp -vr ./usr/share/OpenHuman/* ./AppDir/bin
33+
34+ # upstream depends on an older version of xdotool
35+ patchelf --replace-needed libxdo.so.3 libxdo.so.4 ./AppDir/bin/OpenHuman
36+
3337cp -v ./usr/share/applications/* .desktop ./AppDir
3438cp -v ./usr/share/icons/hicolor/128x128/apps/OpenHuman.png ./AppDir
3539cp -v ./usr/share/icons/hicolor/128x128/apps/OpenHuman.png ./AppDir/.DirIcon
You can’t perform that action at this time.
0 commit comments