Skip to content

Commit f45b3bb

Browse files
authored
add deps
1 parent 537e147 commit f45b3bb

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

get-dependencies.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ARCH=$(uname -m)
66

77
echo "Installing package dependencies..."
88
echo "---------------------------------------------------------------"
9-
# pacman -Syu --noconfirm PACKAGESHERE
9+
pacman -Syu --noconfirm libnss_nis nss-mdns nss xdotool
1010

1111
echo "Installing debloated packages..."
1212
echo "---------------------------------------------------------------"
@@ -30,6 +30,10 @@ rm -f ./*.tar.gz /tmp/temp.deb
3030

3131
mkdir -p ./AppDir/bin
3232
cp -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+
3337
cp -v ./usr/share/applications/*.desktop ./AppDir
3438
cp -v ./usr/share/icons/hicolor/128x128/apps/OpenHuman.png ./AppDir
3539
cp -v ./usr/share/icons/hicolor/128x128/apps/OpenHuman.png ./AppDir/.DirIcon

0 commit comments

Comments
 (0)