diff options
author | SARL ENR-68 <david@david.david> | 2014-09-08 22:12:23 +0200 |
---|---|---|
committer | SARL ENR-68 <david@david.david> | 2014-09-08 22:12:23 +0200 |
commit | 91f5e36949b12d98b62e916657aafbd547973ff5 (patch) | |
tree | 8702a0543a6200567825cd2a5c5d6c8ca9150307 /share/applications | |
parent | 1282fb3fc4fcda3a9bea78802b5c2bff3385fe6c (diff) | |
download | MageiaSync-91f5e36949b12d98b62e916657aafbd547973ff5.tar MageiaSync-91f5e36949b12d98b62e916657aafbd547973ff5.tar.gz MageiaSync-91f5e36949b12d98b62e916657aafbd547973ff5.tar.bz2 MageiaSync-91f5e36949b12d98b62e916657aafbd547973ff5.tar.xz MageiaSync-91f5e36949b12d98b62e916657aafbd547973ff5.zip |
initial commit from david.david
- add a spec file
- add translations tools
- add a setup.py file for build and install
- add a desktop file and a desktop file in
- add an empty README.rst
- add a po folder for future translation files
- replace lib folder by mageiasync folder
Diffstat (limited to 'share/applications')
-rw-r--r-- | share/applications/mageiasync.desktop | 9 | ||||
-rw-r--r-- | share/applications/mageiasync.desktop.in | 9 |
2 files changed, 18 insertions, 0 deletions
diff --git a/share/applications/mageiasync.desktop b/share/applications/mageiasync.desktop new file mode 100644 index 0000000..cd9e7e5 --- /dev/null +++ b/share/applications/mageiasync.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Name=MageiaSync +Comment=A frontend to rsync for Mageia usage +Exec=mageiasync +Icon=mageiasync +StartupNotify=true +Type=Application +Terminal=false +Categories=System; diff --git a/share/applications/mageiasync.desktop.in b/share/applications/mageiasync.desktop.in new file mode 100644 index 0000000..e8cf3f5 --- /dev/null +++ b/share/applications/mageiasync.desktop.in @@ -0,0 +1,9 @@ +[Desktop Entry] +_Name=MageiaSync +_Comment=A frontend to rsync for Mageia usage +Exec=mageiasync +Icon=mageiasync +StartupNotify=true +Type=Application +Terminal=false +Categories=System; |