wok-4.x rev 3110
Add google-apps (desktop files and icons)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun May 17 23:59:22 2009 +0200 (2009-05-17) |
parents | 881c396942a6 |
children | 3899d9ae79b7 |
files | google-apps/receipt google-apps/stuff/applications/google-calendar.desktop google-apps/stuff/applications/google-docs.desktop google-apps/stuff/applications/google-mail.desktop google-apps/stuff/applications/google-maps.desktop google-apps/stuff/applications/google-sites.desktop google-apps/stuff/pixmaps/google-calendar.png google-apps/stuff/pixmaps/google-docs.png google-apps/stuff/pixmaps/google-mail.png google-apps/stuff/pixmaps/google-maps.png google-apps/stuff/pixmaps/google-sites.png |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/google-apps/receipt Sun May 17 23:59:22 2009 +0200 1.3 @@ -0,0 +1,18 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="google-apps" 1.7 +VERSION="1.0" 1.8 +CATEGORY="network" 1.9 +SHORT_DESC="Set of desktop files for Google Web applications." 1.10 +MAINTAINER="pankso@slitaz.org" 1.11 +WEB_SITE="http://www.slitaz.org/" 1.12 +TAGS="google online-tools" 1.13 + 1.14 +# Images are from Google Tango set. 1.15 + 1.16 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.17 +genpkg_rules() 1.18 +{ 1.19 + mkdir -p $fs/usr/share 1.20 + cp -a stuff/* $fs/usr/share 1.21 +}
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/google-apps/stuff/applications/google-calendar.desktop Sun May 17 23:59:22 2009 +0200 2.3 @@ -0,0 +1,7 @@ 2.4 +[Desktop Entry] 2.5 +Encoding=UTF-8 2.6 +Name=Google Calendar 2.7 +Icon=google-calendar.png 2.8 +Exec=browser http://www.google.com/calendar 2.9 +Type=Application 2.10 +Categories=Office;
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/google-apps/stuff/applications/google-docs.desktop Sun May 17 23:59:22 2009 +0200 3.3 @@ -0,0 +1,7 @@ 3.4 +[Desktop Entry] 3.5 +Encoding=UTF-8 3.6 +Name=Google Docs 3.7 +Icon=google-docs.png 3.8 +Exec=browser http://docs.google.com/ 3.9 +Type=Application 3.10 +Categories=Office;
4.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 4.2 +++ b/google-apps/stuff/applications/google-mail.desktop Sun May 17 23:59:22 2009 +0200 4.3 @@ -0,0 +1,7 @@ 4.4 +[Desktop Entry] 4.5 +Encoding=UTF-8 4.6 +Name=Google Mail 4.7 +Icon=google-mail.png 4.8 +Exec=browser http://mail.google.com/ 4.9 +Type=Application 4.10 +Categories=Network;
5.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 5.2 +++ b/google-apps/stuff/applications/google-maps.desktop Sun May 17 23:59:22 2009 +0200 5.3 @@ -0,0 +1,7 @@ 5.4 +[Desktop Entry] 5.5 +Encoding=UTF-8 5.6 +Name=Google Maps 5.7 +Icon=google-maps.png 5.8 +Exec=browser http://maps.google.com/ 5.9 +Type=Application 5.10 +Categories=Utility;
6.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 6.2 +++ b/google-apps/stuff/applications/google-sites.desktop Sun May 17 23:59:22 2009 +0200 6.3 @@ -0,0 +1,7 @@ 6.4 +[Desktop Entry] 6.5 +Encoding=UTF-8 6.6 +Name=Google Sites 6.7 +Icon=google-sites.png 6.8 +Exec=browser http://sites.google.com/ 6.9 +Type=Application 6.10 +Categories=Network;
7.1 Binary file google-apps/stuff/pixmaps/google-calendar.png has changed
8.1 Binary file google-apps/stuff/pixmaps/google-docs.png has changed
9.1 Binary file google-apps/stuff/pixmaps/google-mail.png has changed
10.1 Binary file google-apps/stuff/pixmaps/google-maps.png has changed
11.1 Binary file google-apps/stuff/pixmaps/google-sites.png has changed