# HG changeset patch # User Leonardo Laporte # Date 1468490117 10800 # Node ID abdd572ba26d0f30dcfa63f9dfb2f5255adb9ac8 # Parent ec6aef1425c3ff358b7ac36187e688a85c1275c1 Add TweetDeck Web diff -r ec6aef1425c3 -r abdd572ba26d web-tweetdeck/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web-tweetdeck/description.txt Thu Jul 14 06:55:17 2016 -0300 @@ -0,0 +1,17 @@ +TweetDeck + +The most powerful Twitter tool for real-time tracking, organizing and engagement. + +Create a custom Twitter experience. + +Organize and build custom timelines, keep track of lists, searches, activity and +moreā€”all in one interface. + +Find exactly what you're looking for. + +Tweet together. + +Share an account with your team, without sharing your password. Maintain full control +over permissions at all times. + +https://about.twitter.com/pt/products/tweetdeck diff -r ec6aef1425c3 -r abdd572ba26d web-tweetdeck/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web-tweetdeck/receipt Thu Jul 14 06:55:17 2016 -0300 @@ -0,0 +1,44 @@ +# SliTaz package receipt. + +PACKAGE="web-tweetdeck" +VERSION="0.1a" +CATEGORY="network" +SHORT_DESC="A social media dashboard application for management of Twitter accounts." +WEB_SITE="http://tweetdeck.com/" + +MAINTAINER="hackdorte@sapo.pt" +LICENSE="GPLv3" +TAGS="social twitter tweetdeck" + +DEPENDS="tazweb" + +# Rules to configure and make the package. +compile_rules() +{ + + mkdir -p $install/usr/share/applications + mkdir -p $install/usr/bin + mkdir -p $install/usr/share/pixmaps + +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + + cp -a $stuff/desktop.txt \ + $install/usr/share/applications/web-tweetdeck.desktop + + cp -a $stuff/web-tweetdeck.txt \ + $install/usr/bin/web-tweetdeck + + cp -a $stuff/image.src \ + $install/usr/share/pixmaps/web-tweetdeck.png + + cp -a $install/* $fs +} + +post_install() +{ + chmod +x $1/usr/bin/web-tweetdeck +} diff -r ec6aef1425c3 -r abdd572ba26d web-tweetdeck/stuff/desktop.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web-tweetdeck/stuff/desktop.txt Thu Jul 14 06:55:17 2016 -0300 @@ -0,0 +1,7 @@ +[Desktop Entry] +Type=Application +Name=TweetDeck Web +Comment=A dashboard application for management of Twitter accounts. +Categories=Network; +Icon=web-tweetdeck +Exec=web-tweetdeck diff -r ec6aef1425c3 -r abdd572ba26d web-tweetdeck/stuff/image.src Binary file web-tweetdeck/stuff/image.src has changed diff -r ec6aef1425c3 -r abdd572ba26d web-tweetdeck/stuff/web-tweetdeck.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web-tweetdeck/stuff/web-tweetdeck.txt Thu Jul 14 06:55:17 2016 -0300 @@ -0,0 +1,5 @@ +#!/bin/sh + +tazweb --notoolbar \ + --useragent "Mozilla/5.0 (X11; SliTaz; Linux; rv:47.0) Gecko/20100101 Firefox/47" \ + "https://tweetdeck.twitter.com/" "@1"