From 94cef0aacee426c5174d00b9ea0015676d8be685 Mon Sep 17 00:00:00 2001 From: Ivan Mahonin Date: Apr 06 2017 09:11:31 +0000 Subject: Add licenses od system deps of synfigstudio --- diff --git a/docker-builder-data/build/script/packet/synfigstudio-master.sh b/docker-builder-data/build/script/packet/synfigstudio-master.sh index e2afc6c..93e3d4b 100644 --- a/docker-builder-data/build/script/packet/synfigstudio-master.sh +++ b/docker-builder-data/build/script/packet/synfigstudio-master.sh @@ -47,10 +47,10 @@ pkinstall() { if ! make install; then return 1 fi - + cd "$INSTALL_PACKET_DIR" mv "share/pixmaps/synfigstudio/"* "share/pixmaps/" - + # copy system libraries if [ "$PLATFORM" = "win" ]; then local TARGET="$INSTALL_PACKET_DIR/bin/" @@ -88,8 +88,18 @@ pkhook_postlicense() { copy_system_license mingw$ARCH-winpthreads "$TARGET" || return 1 copy_system_license mingw$ARCH-gettext "$TARGET" || return 1 copy_system_license mingw$ARCH-win-iconv "$TARGET" || return 1 + copy_system_license mingw$ARCH-dlfcn "$TARGET" || return 1 + copy_system_license mingw$ARCH-libltdl "$TARGET" || return 1 + copy_system_license mingw$ARCH-expat "$TARGET" || return 1 + copy_system_license mingw$ARCH-bzip2 "$TARGET" || return 1 + copy_system_license mingw$ARCH-freetype "$TARGET" || return 1 else - copy_system_license "libudev libudev0 libudev1" "$TARGET" || return 1 + copy_system_license libudev "$TARGET" || return 1 copy_system_license gfortran "$TARGET" || return 1 + copy_system_license libdb "$TARGET" || return 1 + copy_system_license libpcre "$TARGET" || return 1 + copy_system_license libdirectfb "$TARGET" || return 1 + copy_system_license libfusion "$TARGET" || return 1 + copy_system_license libbz2 "$TARGET" || return 1 fi }