diff options
author | Cedric BAIL <cedric@osg.samsung.com> | 2016-03-23 12:56:14 -0700 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2016-03-23 13:24:41 -0700 |
commit | c2a1c49ab2042f559b28e840e54feb8494888e0e (patch) | |
tree | c6eb110b7c479499854eede9d0c3ab0a80c9a11a /data/elementary/desktop | |
parent | 9340855597e7e465435c69b6278650346688da14 (diff) |
elementary: move all legacy files to their expected new location.
Diffstat (limited to 'data/elementary/desktop')
-rw-r--r-- | data/elementary/desktop/Makefile.am | 10 | ||||
-rw-r--r-- | data/elementary/desktop/elementary.png | bin | 0 -> 7313 bytes | |||
-rw-r--r-- | data/elementary/desktop/elementary_config.desktop | 43 | ||||
-rw-r--r-- | data/elementary/desktop/elementary_test.desktop | 37 |
4 files changed, 90 insertions, 0 deletions
diff --git a/data/elementary/desktop/Makefile.am b/data/elementary/desktop/Makefile.am new file mode 100644 index 0000000000..c49fe4e7f9 --- /dev/null +++ b/data/elementary/desktop/Makefile.am | |||
@@ -0,0 +1,10 @@ | |||
1 | AUTOMAKE_OPTIONS = 1.4 foreign | ||
2 | MAINTAINERCLEANFILES = Makefile.in | ||
3 | |||
4 | desktopdir = $(datadir)/applications | ||
5 | desktop_DATA = elementary_test.desktop elementary_config.desktop | ||
6 | |||
7 | icondir = $(datadir)/icons | ||
8 | icon_DATA = elementary.png | ||
9 | |||
10 | EXTRA_DIST = $(desktop_DATA) $(icon_DATA) | ||
diff --git a/data/elementary/desktop/elementary.png b/data/elementary/desktop/elementary.png new file mode 100644 index 0000000000..79754891f1 --- /dev/null +++ b/data/elementary/desktop/elementary.png | |||
Binary files differ | |||
diff --git a/data/elementary/desktop/elementary_config.desktop b/data/elementary/desktop/elementary_config.desktop new file mode 100644 index 0000000000..0bc81eca0c --- /dev/null +++ b/data/elementary/desktop/elementary_config.desktop | |||
@@ -0,0 +1,43 @@ | |||
1 | [Desktop Entry] | ||
2 | Encoding=UTF-8 | ||
3 | Type=Application | ||
4 | Name=Elementary Configuration | ||
5 | Name[ca]=Configuració Elementary | ||
6 | Name[cs]=Konfigurace Elementary | ||
7 | Name[de]=Elementary-Konfiguration | ||
8 | Name[eo]=Agordi Elementary | ||
9 | Name[es]=Configure Elementary | ||
10 | Name[fi]=Elementaryn asetukset | ||
11 | Name[fr]=Configuration pour Elementary | ||
12 | Name[gl]=Configure Elementary | ||
13 | Name[it]=Configurazione di Elementary | ||
14 | Name[ja]=Elementary 設定 | ||
15 | Name[lt]=Elementary nustatymai | ||
16 | Name[ms]=Konfigurasi Elementary | ||
17 | Name[pl]=Podstawowa konfiguracja | ||
18 | Name[pt]=Configure o Elementary | ||
19 | Name[ru]=Параметры Elementary | ||
20 | Name[sr]=Поставке Еламентарија | ||
21 | Name[tr]=Elementary Yapılandırması | ||
22 | Comment=Elementary Configuration | ||
23 | Comment[ca]=Configuració Elementary | ||
24 | Comment[cs]=Konfigurace Elementary | ||
25 | Comment[de]=Elementary-Konfiguration | ||
26 | Comment[eo]=Agordi Elementary | ||
27 | Comment[es]=Configure Elementary | ||
28 | Comment[fi]=Elementaryn asetukset | ||
29 | Comment[fr]=Configuration pour Elementary | ||
30 | Comment[gl]=Configure Elementary | ||
31 | Comment[it]=Configurazione di Elementary | ||
32 | Comment[ja]=Elementary 設定 | ||
33 | Comment[lt]=Elementary nustatymai | ||
34 | Comment[ms]=Konfigurasi Elementary | ||
35 | Comment[pl]=Podstawowa konfiguracja | ||
36 | Comment[pt]=Configure o Elementary | ||
37 | Comment[ru]=Параметры Elementary | ||
38 | Comment[sr]=Поставке Еламентарија | ||
39 | Comment[tr]=Elementary Yapılandırması | ||
40 | Icon=elementary | ||
41 | Exec=elementary_config | ||
42 | Terminal=false | ||
43 | Categories=Settings;DesktopSettings; | ||
diff --git a/data/elementary/desktop/elementary_test.desktop b/data/elementary/desktop/elementary_test.desktop new file mode 100644 index 0000000000..9306d48162 --- /dev/null +++ b/data/elementary/desktop/elementary_test.desktop | |||
@@ -0,0 +1,37 @@ | |||
1 | [Desktop Entry] | ||
2 | Encoding=UTF-8 | ||
3 | Type=Application | ||
4 | Name=Elementary Test | ||
5 | Name[ca]=Test bàsic | ||
6 | Name[de]=Elementary-Test | ||
7 | Name[el]=Elementary Test | ||
8 | Name[eo]=Provo de Elementary | ||
9 | Name[fi]=Elementary-testiohjema | ||
10 | Name[fr]=Test Elementary | ||
11 | Name[gl]=Proba do Elementary | ||
12 | Name[it]=Test per Elementary | ||
13 | Name[ja]=Elementary テスト | ||
14 | Name[ms]=Uji Elementary | ||
15 | Name[pt]=Testes Elementary | ||
16 | Name[ru]=Тест Elementary | ||
17 | Name[tr]=Elementary testi | ||
18 | Comment=Elementary Test Application | ||
19 | Comment[ca]=Aplicació de prova bàsica | ||
20 | Comment[cs]=Testovací aplikace Elementary | ||
21 | Comment[de]=Elementary-Testanwendung | ||
22 | Comment[eo]=Provoversia aplikaĵo de Elementary | ||
23 | Comment[es]=Aplicación de pruebas para Elementary | ||
24 | Comment[fi]=Elementaryn testisovellus | ||
25 | Comment[fr]=Programme de tests pour Elementary | ||
26 | Comment[gl]=Aplicativo de probas para Elementary | ||
27 | Comment[it]=Applicazione di test per Elementary | ||
28 | Comment[ja]=Elementary テストアプリケーション | ||
29 | Comment[ms]=Aplikasi Uji Elementary | ||
30 | Comment[pt]=Aplicação de testes do Elementary | ||
31 | Comment[ru]=Приложение для тестирования Elementary | ||
32 | Comment[sr]=Пробач програма Елементарија | ||
33 | Comment[tr]=Elementary Test Uygulaması | ||
34 | Icon=elementary | ||
35 | Exec=elementary_test | ||
36 | Terminal=false | ||
37 | Categories=Development;Utility; | ||