Import libappimage_0.1.9+dfsg.orig.tar.xz
authorScarlett Moore <sgmoore@kde.org>
Sun, 10 Feb 2019 13:08:27 +0000 (13:08 +0000)
committerScarlett Moore <sgmoore@kde.org>
Sun, 10 Feb 2019 13:08:27 +0000 (13:08 +0000)
commit1313a152d4cd1474a0665baf2b2dfe1261378e49
tree392f2e0a14c5f754f48c82802c773d762c46cee0
Import libappimage_0.1.9+dfsg.orig.tar.xz

[dgit import orig libappimage_0.1.9+dfsg.orig.tar.xz]
72 files changed:
.gitignore [new file with mode: 0644]
.gitmodules [new file with mode: 0644]
.travis.yml [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README.md [new file with mode: 0644]
cmake/Modules/Findsquashfuse.cmake [new file with mode: 0644]
cmake/dependencies.cmake [new file with mode: 0644]
cmake/imported_dependencies.cmake [new file with mode: 0644]
cmake/libappimageConfig.cmake.in [new file with mode: 0644]
cmake/libappimageConfigVersion.cmake.in [new file with mode: 0644]
cmake/scripts.cmake [new file with mode: 0644]
cmake/tools.cmake [new file with mode: 0644]
include/appimage/appimage.h [new file with mode: 0644]
include/appimage/appimage_shared.h [new file with mode: 0644]
lib/CMakeLists.txt [new file with mode: 0644]
src/CMakeLists.txt [new file with mode: 0644]
src/libappimage/CMakeLists.txt [new file with mode: 0644]
src/libappimage/appimage_handler.c [new file with mode: 0644]
src/libappimage/appimage_handler.h [new file with mode: 0644]
src/libappimage/desktop_file_integration_private.h [new file with mode: 0644]
src/libappimage/desktop_integration.c [new file with mode: 0644]
src/libappimage/desktop_integration.h [new file with mode: 0644]
src/libappimage/libappimage.c [new file with mode: 0644]
src/libappimage/libappimage_private.h [new file with mode: 0644]
src/libappimage/type1.c [new file with mode: 0644]
src/libappimage/type1.h [new file with mode: 0644]
src/libappimage/type2.c [new file with mode: 0644]
src/libappimage/type2.h [new file with mode: 0644]
src/libappimage_hashlib/CMakeLists.txt [new file with mode: 0644]
src/libappimage_hashlib/include/hashlib.h [new file with mode: 0644]
src/libappimage_hashlib/include/md5.h [new file with mode: 0644]
src/libappimage_hashlib/md5.c [new file with mode: 0644]
src/libappimage_shared/CMakeLists.txt [new file with mode: 0644]
src/libappimage_shared/digest.c [new file with mode: 0644]
src/libappimage_shared/elf.c [new file with mode: 0644]
src/libappimage_shared/hexlify.c [new file with mode: 0644]
src/libappimage_shared/light_byteswap.h [new file with mode: 0644]
src/libappimage_shared/light_elf.h [new file with mode: 0644]
src/patches/patch-squashfuse.sh.in [new file with mode: 0755]
src/patches/squashfuse.patch [new file with mode: 0644]
src/patches/squashfuse_dlopen.c [new file with mode: 0644]
src/patches/squashfuse_dlopen.h [new file with mode: 0644]
src/patches/squashfuse_dlopen.patch [new file with mode: 0644]
src/xdg-basedir/CMakeLists.txt [new file with mode: 0644]
src/xdg-basedir/xdg-basedir.c [new file with mode: 0644]
src/xdg-basedir/xdg-basedir.h [new file with mode: 0644]
tests/CMakeLists.txt [new file with mode: 0644]
tests/data/AppImageExtract_6-x86_64.AppImage [new file with mode: 0755]
tests/data/AppImageExtract_6_no_magic_bytes-x86_64.AppImage [new file with mode: 0755]
tests/data/Cura.desktop [new file with mode: 0644]
tests/data/Echo-no-integrate-x86_64.AppImage [new file with mode: 0755]
tests/data/Echo-test1234-x86_64.AppImage [new file with mode: 0755]
tests/data/Echo-x86_64.AppImage [new file with mode: 0755]
tests/data/appimaged-i686.AppImage [new file with mode: 0755]
tests/data/appimagetool-x86_64.AppImage [new file with mode: 0755]
tests/data/elffile [new file with mode: 0755]
tests/data/minimal.iso [new file with mode: 0644]
tests/data/squashfs-root/.DirIcon [new symlink]
tests/data/squashfs-root/AppRun [new file with mode: 0755]
tests/data/squashfs-root/echo.desktop [new file with mode: 0644]
tests/data/squashfs-root/usr/bin/echo [new file with mode: 0755]
tests/data/squashfs-root/utilities-terminal.svg [new file with mode: 0644]
tests/file_management_utils.hpp [new file with mode: 0644]
tests/fixtures.h [new file with mode: 0644]
tests/test-xdg-basedir.cpp [new file with mode: 0644]
tests/test_desktop_integration.cpp [new file with mode: 0644]
tests/test_getsection.cpp [new file with mode: 0644]
tests/test_libappimage.cpp [new file with mode: 0644]
tests/test_shared.cpp [new file with mode: 0644]
travis/build-and-test.sh [new file with mode: 0755]
travis/travis-build.sh [new file with mode: 0755]