-
Notifications
You must be signed in to change notification settings - Fork 243
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Abraham Masri
committed
Feb 6, 2017
1 parent
39025ac
commit 56a77d2
Showing
3 changed files
with
27 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,3 +72,23 @@ install(DIRECTORY data/Icons/ DESTINATION /System/Resources/Komorebi) | |
|
||
######### Other ############ | ||
install(FILES data/Other/komorebi.desktop DESTINATION /usr/share/applications/) | ||
install(FILES data/Other/komorebi.desktop DESTINATION $ENV{HOME}/.config/autostart) | ||
|
||
|
||
# Packaging configuration | ||
set(CPACK_GENERATOR "DEB") | ||
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Komorebi - an awesome wallpapers manager for Linux") | ||
set(CPACK_PACKAGE_VENDOR "") | ||
set(CPACK_PACKAGE_CONTACT "Abraham Masri <[email protected]>") | ||
set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/README.md") | ||
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE") | ||
set(CPACK_PACKAGE_VERSION_MAJOR 0) | ||
set(CPACK_PACKAGE_VERSION_MINOR 9) | ||
set(CPACK_PACKAGE_VERSION_PATCH 0) | ||
set(CPACK_PACKAGE_INSTALL_DIRECTORY "Komorebi") | ||
|
||
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libgtk-3-0 (>= 3.14), libglib2.0-0 (>= 2.38), libgtop2-common") | ||
set(CPACK_DEBIAN_PACKAGE_ARCHITECTURE "amd64") | ||
set(CPACK_DEBIAN_PACKAGE_SECTION "system") | ||
|
||
include(CPack) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters