Skip to content

Commit edab522

Browse files
committed
Add application icon
Designed by @abmakko, see pull request #7.
1 parent c3d8c2f commit edab522

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ CODAv is tested on Ubuntu 16.04, 17.10, 18.04, and macOS Sierra. It's written in
1717
Install the dpendencies first, we use the Vala repository for a more recent Vala version.
1818

1919
```
20-
sudo add-apt-repository ppa:vala-team
21-
sudo apt update
20+
sudo add-apt-repository -yu ppa:vala-team
2221
sudo apt install valac libgtk-3-dev libxml2-dev cmake
2322
```
2423

data/codav.desktop

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Categories=Office;Viewer;Finance;GTK;
66
Encoding=UTF-8
77
Exec=codav %f
88
GenericName=CODA Viewer
9-
Icon=application-default-icon
9+
Icon=codav
1010
MimeType=text/xml;application/xml
1111
StartupNotify=true
1212
Terminal=false

data/codav.png

9.5 KB
Loading

src/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,5 @@ add_executable (${CMAKE_PROJECT_NAME} ${VALA_C} ${GLIB_RESOURCES})
3939

4040
install (FILES ${CMAKE_SOURCE_DIR}/data/codav.desktop DESTINATION share/applications)
4141
install (FILES ${CMAKE_SOURCE_DIR}/data/codav.appdata.xml DESTINATION share/codav)
42+
install (FILES ${CMAKE_SOURCE_DIR}/data/codav.png DESTINATION share/pixmaps)
4243
install (TARGETS ${CMAKE_PROJECT_NAME} DESTINATION bin)

0 commit comments

Comments
 (0)