mirror of
https://github.com/altlinux/admc.git
synced 2025-01-22 18:03:57 +03:00
move admc.svg icon to "share" dir
more appropriate there because it's installed in share dir /src/data is for data bundled with the app binary
This commit is contained in:
parent
1135fe5947
commit
0a67b3fe03
@ -8,3 +8,9 @@ install(
|
||||
DESTINATION ${CMAKE_INSTALL_DATADIR}/applications
|
||||
PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ
|
||||
)
|
||||
|
||||
install(
|
||||
FILES admc.svg
|
||||
DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor/scalable/apps
|
||||
PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ
|
||||
)
|
||||
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
@ -219,9 +219,3 @@ if(NOT ADMC_BUILD_DEB)
|
||||
install(TARGETS admctest DESTINATION ${CMAKE_INSTALL_LIBDIR}
|
||||
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE)
|
||||
endif(NOT ADMC_BUILD_DEB)
|
||||
|
||||
install(
|
||||
FILES data/admc.svg
|
||||
DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor/scalable/apps
|
||||
PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ
|
||||
)
|
||||
|
@ -3,7 +3,6 @@
|
||||
<file alias="countries.csv">data/countries.csv</file>
|
||||
<file>admc_ru.qm</file>
|
||||
<file>admc_en.qm</file>
|
||||
<file alias="admc.svg">data/admc.svg</file>
|
||||
<file alias="admc.ico">data/admc.ico</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
Loading…
x
Reference in New Issue
Block a user