chore: added desktop file

This commit is contained in:
2025-12-07 02:12:05 +03:00
parent 0051fb6c47
commit 5a0e52fb9b
4 changed files with 23 additions and 2 deletions

4
.gitignore vendored
View File

@@ -14,6 +14,10 @@ out
/subprojects/libpng-* /subprojects/libpng-*
/subprojects/packagecache /subprojects/packagecache
*.log
*tar.zst
*tar.gz
*.swp *.swp
*.bak *.bak
*.tmp *.tmp

View File

@@ -141,3 +141,9 @@ install(DIRECTORY example_config/palettes
DESTINATION ${CMAKE_INSTALL_DATADIR}/clrsync DESTINATION ${CMAKE_INSTALL_DATADIR}/clrsync
FILES_MATCHING PATTERN "*.toml" FILES_MATCHING PATTERN "*.toml"
) )
if(UNIX AND NOT APPLE)
install(FILES resources/colorsync.desktop
DESTINATION ${CMAKE_INSTALL_DATADIR}/applications
)
endif()

View File

@@ -1,7 +1,7 @@
# Maintainer: Daniel Dada <dan@binarygoose.dev> # Maintainer: Daniel Dada <dan@binarygoose.dev>
pkgname=clrsync pkgname=clrsync
pkgver=0.1.0 pkgver=0.1.0
pkgrel=1 pkgrel=2
pkgdesc="Color scheme manager" pkgdesc="Color scheme manager"
arch=('x86_64') arch=('x86_64')
url="https://github.com/obsqrbtz/clrsync" url="https://github.com/obsqrbtz/clrsync"

11
resources/clrsync.desktop Normal file
View File

@@ -0,0 +1,11 @@
[Desktop Entry]
Name=clrsync
GenericName=Color Scheme Manager
Comment=Manage and apply color schemes across applications
Exec=clrsync_gui
Icon=colorsync
Terminal=false
Type=Application
Categories=Graphics;Utility;
Keywords=color;theme;palette;scheme;
StartupNotify=true