wok-next rev 19044
Add: Google online services and Google Office.
author | Leonardo Laporte <hackdorte@sapo.pt> |
---|---|
date | Sun Apr 17 10:18:44 2016 -0300 (2016-04-17) |
parents | 99ea2869acdb |
children | 54520f45886e |
files | web-google-services/description.txt web-google-services/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/web-google-services/description.txt Sun Apr 17 10:18:44 2016 -0300 1.3 @@ -0,0 +1,9 @@ 1.4 +Web Google Services 1.5 + 1.6 +This package allows access to Google services directly from 1.7 +the menu. After installing the Google services are available 1.8 +in various categories. The Google Office is included in the 1.9 +"Office" menu. 1.10 + 1.11 +A lightweight desktop with online applications. You need 1.12 +internet connection to use the services. 1.13 \ No newline at end of file
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/web-google-services/receipt Sun Apr 17 10:18:44 2016 -0300 2.3 @@ -0,0 +1,468 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="web-google-services" 2.7 +VERSION="0.1" 2.8 +CATEGORY="network" 2.9 +SHORT_DESC="Google online services and Google online Office for your desktop." 2.10 +MAINTAINER="hackdorte@sapo.pt" 2.11 +LICENSE="BSD" 2.12 +TARBALL="$PACKAGE-$VERSION.tar.gz" 2.13 +WEB_SITE="http://people.slitaz.org/~leonardolaporte" 2.14 +STUFF_DIR="lab.slitaz/5.0/pkg/web/google" 2.15 +WGET_URL="${WEB_SITE}/$STUFF_DIR/$TARBALL" 2.16 +TAGS="cloud google" 2.17 + 2.18 +BUILD_DEPENDS="wget" 2.19 + 2.20 +# Rules to configure and make the package. 2.21 +compile_rules() 2.22 +{ 2.23 + 2.24 +# Build Tree. 2.25 + mkdir -p $install/usr/share/applications 2.26 + mkdir -p $install/usr/share/pixmaps 2.27 + 2.28 +# Writing ".desktop" files. 2.29 +# ------------------------- 2.30 +# The icons preserve the 'web-*' name for no future conflicts 2.31 +# with other applications. 2.32 +# 2.33 +# >_ Google Admob 2.34 +# 2.35 +cat > $install/usr/share/applications/web-google-admob.desktop << EOT 2.36 +[Desktop Entry] 2.37 +Type=Application 2.38 +Name=Google Admob 2.39 +Comment=Monetize your apps intelligently. 2.40 +Categories=Network; 2.41 +Icon=web-google-admob 2.42 +TryExec=browser 2.43 +Exec=browser https://www.google.com/admob/ 2.44 + 2.45 +EOT 2.46 +# 2.47 +# >_ Google Adsense 2.48 +# 2.49 +cat > $install/usr/share/applications/web-google-adsense.desktop << EOT 2.50 +[Desktop Entry] 2.51 +Type=Application 2.52 +Name=Google AdSense 2.53 +Comment=Simple way to earn money by placing ads on your website. 2.54 +Categories=Network; 2.55 +Icon=web-google-adsense 2.56 +TryExec=browser 2.57 +Exec=browser https://www.google.com/adsense/ 2.58 + 2.59 +EOT 2.60 +# 2.61 +# >_ Google Adwords 2.62 +# 2.63 +cat > $install/usr/share/applications/web-google-adwords.desktop << EOT 2.64 +[Desktop Entry] 2.65 +Type=Application 2.66 +Name=Google AdWords 2.67 +Comment=Attract more customers, and pay only for results. 2.68 +Categories=Network; 2.69 +Icon=web-google-adwords 2.70 +TryExec=browser 2.71 +Exec=browser https://www.google.com/adwords/ 2.72 + 2.73 +EOT 2.74 +# 2.75 +# >_ Google Apps For Work 2.76 +# 2.77 +cat > $install/usr/share/applications/web-google-apps-work.desktop << EOT 2.78 +[Desktop Entry] 2.79 +Type=Application 2.80 +Name=Google Apps For Work 2.81 +Comment=Custom services for your company. 2.82 +Categories=Network; 2.83 +Icon=web-google-apps-work 2.84 +TryExec=browser 2.85 +Exec=browser https://apps.google.com/ 2.86 + 2.87 +EOT 2.88 +# 2.89 +# >_ Google Business 2.90 +# 2.91 +cat > $install/usr/share/applications/web-google-business.desktop << EOT 2.92 +[Desktop Entry] 2.93 +Type=Application 2.94 +Name=Google Business 2.95 +Comment=Let your company well positioned in Google. 2.96 +Categories=Network; 2.97 +Icon=web-google-business 2.98 +TryExec=browser 2.99 +Exec=browser https://www.google.com/business/ 2.100 + 2.101 +EOT 2.102 +# 2.103 +# >_ Google Developers 2.104 +# 2.105 +cat > $install/usr/share/applications/web-google-developers.desktop << EOT 2.106 +[Desktop Entry] 2.107 +Type=Application 2.108 +Name=Google Developers 2.109 +Comment=Explore APIs, SDKs, Docs, codes and support resources. 2.110 +Categories=Development; 2.111 +Icon=web-google-developers 2.112 +TryExec=browser 2.113 +Exec=browser https://developers.google.com/ 2.114 + 2.115 +EOT 2.116 +# 2.117 +# >_ Google Sites 2.118 +# 2.119 +cat > $install/usr/share/applications/web-google-sites.desktop << EOT 2.120 +[Desktop Entry] 2.121 +Type=Application 2.122 +Name=Google Sites 2.123 +Comment=Create websites and wikis. 2.124 +Categories=Development; 2.125 +Icon=web-google-sites 2.126 +TryExec=browser 2.127 +Exec=browser https://sites.google.com/ 2.128 + 2.129 +EOT 2.130 +# 2.131 +# >_ Google Photos 2.132 +# 2.133 +cat > $install/usr/share/applications/web-google-photos.desktop << EOT 2.134 +[Desktop Entry] 2.135 +Type=Application 2.136 +Name=Google Photos 2.137 +Comment=All your photos are backed up safely. 2.138 +Categories=Graphics; 2.139 +Icon=web-google-photos 2.140 +TryExec=browser 2.141 +Exec=browser https://photos.google.com/ 2.142 + 2.143 +EOT 2.144 +# 2.145 +# >_ Google News 2.146 +# 2.147 +cat > $install/usr/share/applications/web-google-news.desktop << EOT 2.148 +[Desktop Entry] 2.149 +Type=Application 2.150 +Name=Google News 2.151 +Comment=Search the news today. 2.152 +Categories=Network; 2.153 +Icon=web-google-news 2.154 +TryExec=browser 2.155 +Exec=browser https://news.google.com/ 2.156 + 2.157 +EOT 2.158 +# 2.159 +# >_ Google Search 2.160 +# 2.161 +cat > $install/usr/share/applications/web-google-search.desktop << EOT 2.162 +[Desktop Entry] 2.163 +Type=Application 2.164 +Name=Google Search 2.165 +Comment=Search billions of Web pages. 2.166 +Categories=Network; 2.167 +Icon=web-google-search 2.168 +TryExec=browser 2.169 +Exec=browser https://encrypted.google.com/ 2.170 + 2.171 +EOT 2.172 +# 2.173 +# >_ Google Calendar 2.174 +# 2.175 +cat > $install/usr/share/applications/web-google-calendar.desktop << EOT 2.176 +[Desktop Entry] 2.177 +Type=Application 2.178 +Name=Google Calendar 2.179 +Comment=Organize your schedule and share events with your friends. 2.180 +Categories=Office; 2.181 +Icon=web-google-calendar 2.182 +TryExec=browser 2.183 +Exec=browser https://www.google.com/calendar/ 2.184 + 2.185 +EOT 2.186 +# 2.187 +# >_ Google Cloud Print 2.188 +# 2.189 +cat > $install/usr/share/applications/web-google-cloud-print.desktop << EOT 2.190 +[Desktop Entry] 2.191 +Type=Application 2.192 +Name=Google Cloud Print 2.193 +Comment=Print documents and photos on any devices. 2.194 +Categories=Office; 2.195 +Icon=web-google-cloud-print 2.196 +TryExec=browser 2.197 +Exec=browser https://www.google.com/cloudprint/ 2.198 + 2.199 +EOT 2.200 +# 2.201 +# >_ Google Document 2.202 +# 2.203 +cat > $install/usr/share/applications/web-google-document.desktop << EOT 2.204 +[Desktop Entry] 2.205 +Type=Application 2.206 +Name=Google Document 2.207 +Comment=Open, edit and create documents. 2.208 +Categories=Office;WordProcessor; 2.209 +Icon=web-google-documents 2.210 +TryExec=browser 2.211 +Exec=browser https://docs.google.com/document/ 2.212 + 2.213 +EOT 2.214 +# 2.215 +# >_ Google Drawings 2.216 +# 2.217 +cat > $install/usr/share/applications/web-google-drawings.desktop << EOT 2.218 +[Desktop Entry] 2.219 +Type=Application 2.220 +Name=Google Drawings 2.221 +Comment=Create diagrams and flowcharts. 2.222 +Categories=Office; 2.223 +Icon=web-google-drawings 2.224 +TryExec=browser 2.225 +Exec=browser https://docs.google.com/drawings/ 2.226 + 2.227 +EOT 2.228 +# 2.229 +# >_ Google Forms 2.230 +# 2.231 +cat > $install/usr/share/applications/web-google-forms.desktop << EOT 2.232 +[Desktop Entry] 2.233 +Type=Application 2.234 +Name=Google Forms 2.235 +Comment=Open, create and edit forms. 2.236 +Categories=Office; 2.237 +Icon=web-google-forms 2.238 +TryExec=browser 2.239 +Exec=browser https://docs.google.com/forms/ 2.240 + 2.241 +EOT 2.242 +# 2.243 +# >_ Google Keep 2.244 +# 2.245 +cat > $install/usr/share/applications/web-google-keep.desktop << EOT 2.246 +[Desktop Entry] 2.247 +Type=Application 2.248 +Name=Google Keep 2.249 +Comment=Save what you are thinking. 2.250 +Categories=Office; 2.251 +Icon=web-google-keep 2.252 +TryExec=browser 2.253 +Exec=browser https://keep.google.com/ 2.254 + 2.255 +EOT 2.256 +# 2.257 +# >_ Google Presentation 2.258 +# 2.259 +cat > $install/usr/share/applications/web-google-presentation.desktop << EOT 2.260 +[Desktop Entry] 2.261 +Type=Application 2.262 +Name=Google Presentation 2.263 +Comment=Open, create and edit presentations. 2.264 +Categories=Office;Presentation; 2.265 +Icon=web-google-presentation 2.266 +TryExec=browser 2.267 +Exec=browser https://docs.google.com/presentation/ 2.268 + 2.269 +EOT 2.270 +# 2.271 +# >_ Google Sheets 2.272 +# 2.273 +cat > $install/usr/share/applications/web-google-sheets.desktop << EOT 2.274 +[Desktop Entry] 2.275 +Type=Application 2.276 +Name=Google Sheets 2.277 +Comment=Open, edit and create spreadsheets. 2.278 +Categories=Office;Spreadsheet; 2.279 +Icon=web-google-sheets 2.280 +TryExec=browser 2.281 +Exec=browser https://docs.google.com/spreadsheets/ 2.282 + 2.283 +EOT 2.284 +# 2.285 +# >_ Google Academic 2.286 +# 2.287 +cat > $install/usr/share/applications/web-google-academic.desktop << EOT 2.288 +[Desktop Entry] 2.289 +Type=Application 2.290 +Name=Google Academic 2.291 +Comment=Search for scholarly articles. 2.292 +Categories=Education; 2.293 +Icon=web-google-academic 2.294 +TryExec=browser 2.295 +Exec=browser https://scholar.google.com/ 2.296 + 2.297 +EOT 2.298 +# 2.299 +# >_ Google Books 2.300 +# 2.301 +cat > $install/usr/share/applications/web-google-books.desktop << EOT 2.302 +[Desktop Entry] 2.303 +Type=Application 2.304 +Name=Google Books 2.305 +Comment=Search for full texts of books. 2.306 +Categories=Education; 2.307 +Icon=web-google-books 2.308 +TryExec=browser 2.309 +Exec=browser https://books.google.com/ 2.310 + 2.311 +EOT 2.312 +# 2.313 +# >_ Google Blogger 2.314 +# 2.315 +cat > $install/usr/share/applications/web-google-blogger.desktop << EOT 2.316 +[Desktop Entry] 2.317 +Type=Application 2.318 +Name=Google Blogger 2.319 +Comment=Share your life online in a blog. Is fast, easy and free! 2.320 +Categories=Network; 2.321 +Icon=web-google-blogger 2.322 +TryExec=browser 2.323 +Exec=browser https://www.blogger.com/start 2.324 + 2.325 +EOT 2.326 +# 2.327 +# >_ Google Groups 2.328 +# 2.329 +cat > $install/usr/share/applications/web-google-groups.desktop << EOT 2.330 +[Desktop Entry] 2.331 +Type=Application 2.332 +Name=Google Groups 2.333 +Comment=Create email lists and discussion groups. 2.334 +Categories=Network; 2.335 +Icon=web-google-groups 2.336 +TryExec=browser 2.337 +Exec=browser https://groups.google.com/ 2.338 + 2.339 +EOT 2.340 +# 2.341 +# >_ Google Plus 2.342 +# 2.343 +cat > $install/usr/share/applications/web-google-plus.desktop << EOT 2.344 +[Desktop Entry] 2.345 +Type=Application 2.346 +Name=Google Plus 2.347 +Comment=Share your moments to the world. 2.348 +Categories=Network; 2.349 +Icon=web-google-plus 2.350 +TryExec=browser 2.351 +Exec=browser https://plus.google.com/ 2.352 + 2.353 +EOT 2.354 +# 2.355 +# >_ Google Maps 2.356 +# 2.357 +cat > $install/usr/share/applications/web-google-maps.desktop << EOT 2.358 +[Desktop Entry] 2.359 +Type=Application 2.360 +Name=Google Maps 2.361 +Comment=Desktop web mapping service developed by Google. 2.362 +Categories=Graphics;Network; 2.363 +Icon=web-google-maps 2.364 +TryExec=browser 2.365 +Exec=browser https://maps.google.com/ 2.366 + 2.367 +EOT 2.368 +# 2.369 +# >_ Google Panoramio 2.370 +# 2.371 +cat > $install/usr/share/applications/web-google-panoramio.desktop << EOT 2.372 +[Desktop Entry] 2.373 +Type=Application 2.374 +Name=Google Panoramio 2.375 +Comment=Discover the world through photos. 2.376 +Categories=Graphics;Network; 2.377 +Icon=web-google-panoramio 2.378 +TryExec=browser 2.379 +Exec=browser https://www.panoramio.com 2.380 + 2.381 +EOT 2.382 +# 2.383 +# >_ Google Trends 2.384 +# 2.385 +cat > $install/usr/share/applications/web-google-trends.desktop << EOT 2.386 +[Desktop Entry] 2.387 +Type=Application 2.388 +Name=Google Trends 2.389 +Comment=Google Trends is a public web facility of Google Inc. 2.390 +Categories=Network; 2.391 +Icon=web-google-trends 2.392 +TryExec=browser 2.393 +Exec=browser https://www.google.com/trends/ 2.394 + 2.395 +EOT 2.396 +# 2.397 +# >_ Google Youtube Desktop 2.398 +# 2.399 +cat > $install/usr/share/applications/web-google-youtube.desktop << EOT 2.400 +[Desktop Entry] 2.401 +Type=Application 2.402 +Name=YouTube Desktop 2.403 +Comment=YouTube allow discover and share online videos. 2.404 +Categories=AudioVideo;Audio;Video; 2.405 +Icon=web-google-youtube 2.406 +TryExec=browser 2.407 +Exec=browser "https://www.youtube.com/?app=desktop" 2.408 + 2.409 +EOT 2.410 +# 2.411 +# >_ Google Youtube TV 2.412 +# 2.413 +cat > $install/usr/share/applications/web-google-youtube-tv.desktop << EOT 2.414 +[Desktop Entry] 2.415 +Type=Application 2.416 +Name=YouTube TV 2.417 +Comment=Youtube TV (Best viewed with Firefox). 2.418 +Categories=AudioVideo;Audio;Video;Player;TV; 2.419 +Icon=web-google-youtube 2.420 +TryExec=browser 2.421 +Exec=browser "https://www.youtube.com/?app=tv" 2.422 + 2.423 +EOT 2.424 +# 2.425 +# >_ Google Bookmarks 2.426 +# 2.427 +cat > $install/usr/share/applications/web-google-bookmarks.desktop << EOT 2.428 +[Desktop Entry] 2.429 +Type=Application 2.430 +Name=Google Bookmarks 2.431 +Comment=Access your bookmarks on the web. 2.432 +Categories=Network;Utility; 2.433 +Icon=web-google-bookmarks 2.434 +TryExec=browser 2.435 +Exec=browser https://www.google.com.br/bookmarks/ 2.436 + 2.437 +EOT 2.438 +# 2.439 +# >_ Google Translate 2.440 +# 2.441 +cat > $install/usr/share/applications/web-google-translate.desktop << EOT 2.442 +[Desktop Entry] 2.443 +Type=Application 2.444 +Name=Google Translate 2.445 +Comment=Translate texts, web pages and files in 50 languages. 2.446 +Categories=Utility; 2.447 +Icon=web-google-translate 2.448 +TryExec=browser 2.449 +Exec=browser https://translate.google.com/ 2.450 + 2.451 +EOT 2.452 + 2.453 +cp -a $src/icons/* $install/usr/share/pixmaps 2.454 + 2.455 +} 2.456 + 2.457 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.458 +genpkg_rules() 2.459 +{ 2.460 + cp -a $install/* $fs 2.461 +} 2.462 + 2.463 +post_install() 2.464 +{ 2.465 + notify-send -u normal -t 5000 -i application-x-tazpkg "Tazpkg - Install" "The $PACKAGE is installed." 2.466 +} 2.467 + 2.468 +post_remove() 2.469 +{ 2.470 + notify-send -u normal -t 5000 -i application-x-tazpkg "Tazpkg - Remove" "The $PACKAGE was removed." 2.471 +}