This is an automated email from the git hooks/post-receive script. thansen pushed a commit to branch master in repository aseprite.
commit 21661a2a5d32a06921a60d1a99d24e7a7ab5fd50 Author: David Capello <[email protected]> Date: Tue May 24 13:26:18 2016 -0300 Install aseprite.desktop into share/applications (fix #952) --- desktop/CMakeLists.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/desktop/CMakeLists.txt b/desktop/CMakeLists.txt index b348e45..6f9196d 100644 --- a/desktop/CMakeLists.txt +++ b/desktop/CMakeLists.txt @@ -1,15 +1,23 @@ # Aseprite Desktop Integration Module # Copyright (C) 2016 Gabriel Rauter +# Copyright (C) 2016 David Capello # # Licensed under the the MIT License (https://opensource.org/licenses/MIT). if(UNIX AND NOT APPLE) + # Desktop shortcut + install(FILES aseprite.desktop + DESTINATION share/applications) + + # GNOME Thumbnailer install(FILES mime/aseprite.xml DESTINATION share/mime/packages) install(PROGRAMS aseprite-thumbnailer DESTINATION bin) install(FILES gnome/aseprite.thumbnailer DESTINATION share/thumbnailers) + + # Qt Thumbnailer if(WITH_QT_THUMBNAILER) add_subdirectory(kde) endif() -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

