From fa13b6847279e90a834996eb986b8b095c891728 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Thu, 9 May 2013 21:42:30 +0200 Subject: FIX VMPLAYER!!!!!!!!!1111elf --- remote/modules/vmplayer/vmplayer.build | 5 +++++ remote/modules/vmplayer/vmplayer.conf | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'remote/modules') diff --git a/remote/modules/vmplayer/vmplayer.build b/remote/modules/vmplayer/vmplayer.build index 45a77ae0..2bcfd896 100644 --- a/remote/modules/vmplayer/vmplayer.build +++ b/remote/modules/vmplayer/vmplayer.build @@ -26,6 +26,11 @@ build() { cp -r ./src/vmware-vmx/lib/{bin,icu,lib,libconf,scripts} "$TARGET" || perror "Could not copy many things from vmware-vmx." [ ! -L "$TARGET/bin/vmplayer" ] && { ln -s /usr/lib/vmware/bin/appLoader "$TARGET/bin/vmplayer" || perror "Could not link vmplayer to appLoader."; } chmod +x "$TARGET"/bin/* + pinfo "Patching LIBCONF_DIR" + local file="" + for file in $(grep -rl "@@LIBCONF_DIR@@" "$MODULE_BUILD_DIR"); do + sed -i 's#@@LIBCONF_DIR@@#/usr/lib/vmware/libconf#g' "$file" + done # Extract libgconf-2 stuff COPYLIST="list_dpkg_output" [ -e "${COPYLIST}" ] && rm "${COPYLIST}" diff --git a/remote/modules/vmplayer/vmplayer.conf b/remote/modules/vmplayer/vmplayer.conf index 7d1aa52e..832a0af9 100644 --- a/remote/modules/vmplayer/vmplayer.conf +++ b/remote/modules/vmplayer/vmplayer.conf @@ -1,5 +1,5 @@ -REQUIRED_DEPENDENCIES="gconf2" -REQUIRED_PACKAGES="gconf2" +REQUIRED_DEPENDENCIES="libgconf-2-4 fontconfig-config" +REQUIRED_PACKAGES="libgconf-2-4 fontconfig-config" REQUIRED_BINARIES="" REQUIRED_SYSTEM_FILES="" REQUIRED_DIRECTORIES="/etc /usr" -- cgit v1.2.3-55-g7522