1 # Maintainer: Nathan O <ndowens.aur at gmail dot com>
5 pkgdesc="An Adobe Air desktop application for twitter that looks to capture the abundance of social media and display it in a unique columned user interface."
7 url="http://www.tweetdeck.com/"
9 if [ "$CARCH" = "i686" ]; then
10 depends=('adobe-air' 'libcanberra' 'libgnome-keyring')
13 if [ "$CARCH" = "x86_64" ]; then
14 depends=('bin32-adobe-air' 'lib32-libxt' 'lib32-libxtst')
15 optdepends=('lib32-libgnome-keyring')
18 source=(http://downloads.tweetdeck.com/TweetDeck_${pkgver}.air tweetdeck.desktop tweetdeck.sh)
19 md5sums=('0036d3bf1b41f43c3b5fad3da9b65ff3'
20 '047ebdb5d39b9da365c9be00eed1bac8'
21 '0a9c12570d07eff84cc77ed420d3d4d8')
28 install -d ${pkgdir}/{/usr/{bin,share/{applications,pixmaps}},/opt/tweetdeck}
29 install -Dm644 icons/TweetDeck_48.png ${pkgdir}/usr/share/pixmaps/tweetdeck
30 install -Dm644 TweetDeck_${pkgver}.air ${pkgdir}/opt/${pkgname}/tweetdeck.air
31 install -Dm755 ${pkgname}.sh ${pkgdir}/usr/bin/tweetdeck
33 install -Dm644 tweetdeck.desktop ${pkgdir}/usr/share/applications/tweetdeck.desktop