Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit 511f673

Browse files
committed
added linux icon and desktop file
1 parent 04d32fb commit 511f673

File tree

3 files changed

+67
-0
lines changed

3 files changed

+67
-0
lines changed

Resources/cccp.desktop

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[Desktop Entry]
2+
Categories=Game;
3+
Type=Application
4+
Icon=cccp
5+
Name=cccp
6+
Exec=cccp
7+

Resources/cccp.xpm

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
/* XPM */
2+
static char *ccicon[] = {
3+
/* columns rows colors chars-per-pixel */
4+
"32 32 21 1 ",
5+
" c None",
6+
". c #1C2027",
7+
"X c #483910",
8+
"o c #785830",
9+
"O c #354B74",
10+
"+ c #484848",
11+
"@ c #585858",
12+
"# c #7A7A78",
13+
"$ c #801C09",
14+
"% c #98583B",
15+
"& c #AB5D64",
16+
"* c #A88E51",
17+
"= c #F98363",
18+
"- c #1B57B3",
19+
"; c #3D7BCB",
20+
": c #5595DB",
21+
"> c #7DBFF7",
22+
", c #8F918D",
23+
"< c #CBA18C",
24+
"1 c #FBC0B0",
25+
"2 c #D8F8F0",
26+
/* pixels */
27+
" ",
28+
" ",
29+
" :::::::::::: ",
30+
" :::::::::::: ",
31+
" ::>>;;OOOOOOOO--::;; ",
32+
" ::>>;;OOOOOOOO--::;; ",
33+
" ::2222OO OOOO;;;; ",
34+
" ::2222OO OOOO;;;; ",
35+
" >>22 OO;; ",
36+
" >>22 OO;; ",
37+
" ::;;OO OO--;; ",
38+
" ::;;OO OO--;; ",
39+
" ::OO &&====&& OO;; ",
40+
" ::OO &&====&& OO;; ",
41+
" ::OO &&==11&&<<$$ OO;; ",
42+
" ::OO &&==11&&<<$$ OO;; ",
43+
" ::OO &&11====<<$$ OO;; ",
44+
" ::OO &&11====<<$$ OO;; ",
45+
" ::OO $$&&%%%%$$$$ OO;; ",
46+
" ::OO $$&&%%%%$$$$ OO;; ",
47+
" ::;;OO XXooooXX OO--;; ",
48+
" ::;;OO XXooooXX OO--;; ",
49+
" ::OO **** OO;; ",
50+
" ::OO **** OO;; ",
51+
" ;;;;@@@@ @@@@ @@@@;;;; ",
52+
" ;;;;@@@@ @@@@ @@@@;;;; ",
53+
" @@##@@,,,,,,,,@@##@@ ",
54+
" @@##@@,,,,,,,,@@##@@ ",
55+
" ..++XX,,,,,,,,XX++.. ",
56+
" ..++XX,,,,,,,,XX++.. ",
57+
" ..XX@@++@@@@++@@XX.. ",
58+
" ..XX@@++@@@@++@@XX.. "
59+
};

Resources/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
install_data('cccp.desktop', install_dir:'share/applications', install_mode:'rw-r--r--')

0 commit comments

Comments
 (0)