wok-6.x rev 19325
Add TweetDeck Web
author | Leonardo Laporte <hackdorte@sapo.pt> |
---|---|
date | Thu Jul 14 06:55:17 2016 -0300 (2016-07-14) |
parents | ec6aef1425c3 |
children | e27bc578d1f6 |
files | web-tweetdeck/description.txt web-tweetdeck/receipt web-tweetdeck/stuff/desktop.txt web-tweetdeck/stuff/image.src web-tweetdeck/stuff/web-tweetdeck.txt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/web-tweetdeck/description.txt Thu Jul 14 06:55:17 2016 -0300 1.3 @@ -0,0 +1,17 @@ 1.4 +TweetDeck 1.5 + 1.6 +The most powerful Twitter tool for real-time tracking, organizing and engagement. 1.7 + 1.8 +Create a custom Twitter experience. 1.9 + 1.10 +Organize and build custom timelines, keep track of lists, searches, activity and 1.11 +moreāall in one interface. 1.12 + 1.13 +Find exactly what you're looking for. 1.14 + 1.15 +Tweet together. 1.16 + 1.17 +Share an account with your team, without sharing your password. Maintain full control 1.18 +over permissions at all times. 1.19 + 1.20 +https://about.twitter.com/pt/products/tweetdeck
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/web-tweetdeck/receipt Thu Jul 14 06:55:17 2016 -0300 2.3 @@ -0,0 +1,44 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="web-tweetdeck" 2.7 +VERSION="0.1a" 2.8 +CATEGORY="network" 2.9 +SHORT_DESC="A social media dashboard application for management of Twitter accounts." 2.10 +WEB_SITE="http://tweetdeck.com/" 2.11 + 2.12 +MAINTAINER="hackdorte@sapo.pt" 2.13 +LICENSE="GPLv3" 2.14 +TAGS="social twitter tweetdeck" 2.15 + 2.16 +DEPENDS="tazweb" 2.17 + 2.18 +# Rules to configure and make the package. 2.19 +compile_rules() 2.20 +{ 2.21 + 2.22 + mkdir -p $install/usr/share/applications 2.23 + mkdir -p $install/usr/bin 2.24 + mkdir -p $install/usr/share/pixmaps 2.25 + 2.26 +} 2.27 + 2.28 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.29 +genpkg_rules() 2.30 +{ 2.31 + 2.32 + cp -a $stuff/desktop.txt \ 2.33 + $install/usr/share/applications/web-tweetdeck.desktop 2.34 + 2.35 + cp -a $stuff/web-tweetdeck.txt \ 2.36 + $install/usr/bin/web-tweetdeck 2.37 + 2.38 + cp -a $stuff/image.src \ 2.39 + $install/usr/share/pixmaps/web-tweetdeck.png 2.40 + 2.41 + cp -a $install/* $fs 2.42 +} 2.43 + 2.44 +post_install() 2.45 +{ 2.46 + chmod +x $1/usr/bin/web-tweetdeck 2.47 +}
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/web-tweetdeck/stuff/desktop.txt Thu Jul 14 06:55:17 2016 -0300 3.3 @@ -0,0 +1,7 @@ 3.4 +[Desktop Entry] 3.5 +Type=Application 3.6 +Name=TweetDeck Web 3.7 +Comment=A dashboard application for management of Twitter accounts. 3.8 +Categories=Network; 3.9 +Icon=web-tweetdeck 3.10 +Exec=web-tweetdeck
4.1 Binary file web-tweetdeck/stuff/image.src has changed
5.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 5.2 +++ b/web-tweetdeck/stuff/web-tweetdeck.txt Thu Jul 14 06:55:17 2016 -0300 5.3 @@ -0,0 +1,5 @@ 5.4 +#!/bin/sh 5.5 + 5.6 +tazweb --notoolbar \ 5.7 + --useragent "Mozilla/5.0 (X11; SliTaz; Linux; rv:47.0) Gecko/20100101 Firefox/47" \ 5.8 + "https://tweetdeck.twitter.com/" "@1"