mirror of
https://github.com/obsqrbtz/clrsync.git
synced 2026-04-08 20:19:04 +03:00
chore: added desktop file
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -14,6 +14,10 @@ out
|
||||
/subprojects/libpng-*
|
||||
/subprojects/packagecache
|
||||
|
||||
*.log
|
||||
*tar.zst
|
||||
*tar.gz
|
||||
|
||||
*.swp
|
||||
*.bak
|
||||
*.tmp
|
||||
|
||||
@@ -141,3 +141,9 @@ install(DIRECTORY example_config/palettes
|
||||
DESTINATION ${CMAKE_INSTALL_DATADIR}/clrsync
|
||||
FILES_MATCHING PATTERN "*.toml"
|
||||
)
|
||||
|
||||
if(UNIX AND NOT APPLE)
|
||||
install(FILES resources/colorsync.desktop
|
||||
DESTINATION ${CMAKE_INSTALL_DATADIR}/applications
|
||||
)
|
||||
endif()
|
||||
2
PKGBUILD
2
PKGBUILD
@@ -1,7 +1,7 @@
|
||||
# Maintainer: Daniel Dada <dan@binarygoose.dev>
|
||||
pkgname=clrsync
|
||||
pkgver=0.1.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Color scheme manager"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/obsqrbtz/clrsync"
|
||||
|
||||
11
resources/clrsync.desktop
Normal file
11
resources/clrsync.desktop
Normal 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
|
||||
Reference in New Issue
Block a user