Package Details: upwork 5.8.0.35-2

Git Clone URL: https://aur.archlinux.org/upwork.git (read-only, click to copy)
Package Base: upwork
Description: Track your time for Hourly Payment Protection. Stay connected.
Upstream URL: https://www.upwork.com/ab/downloads/?os=linux
Keywords: freelance job time time-tracker time-tracking
Licenses: custom
Conflicts: upwork-beta
Submitter: lybin
Maintainer: yurikoles
Last Packager: yurikoles
Votes: 68
Popularity: 0.000170
First Submitted: 2015-05-05 17:51 (UTC)
Last Updated: 2024-10-31 03:32 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 .. 20 21 22 23 24 25 26 Next › Last »

der_fenix commented on 2013-08-24 12:12 (UTC)

Updated. Thanks to wik

wik commented on 2013-08-24 01:20 (UTC)

# For 3.6.17 version # # For example with pacaur: pacaur -Se odeskteam # And replace content with the one below this line CARCH=`uname -m` pkgname=odeskteam pkgver=3.6.17 pkgrel=1 pkgdesc="The oDesk Team client for odesk.com" arch=('i586' 'i686' 'x86_64') provides=('godesk') replaces=('godesk') conflicts=('godesk') url="http://www.odesk.com/downloads" license=('custom:ODESK TEAM LICENSE AGREEMENT') makedepends=('rpmextract') if [[ $CARCH == 'x86_64' ]] then source=("http://developers.odesk.com/w/file/fetch/67153874/odeskteam-3.6.17-1su123.x86_64.rpm" "odeskteam.desktop") md5sums=('acce222f6d4855cce0038f04894edcb9' '64f0a2e8d28ba5277d670b7b4b9c7313') else source=("http://developers.odesk.com/w/file/fetch/67153873/odeskteam-3.6.17-1su123.i586.rpm" "odeskteam.desktop") md5sums=('50ea4c2bb3d87b912aa7bbfed9e08d5b' '64f0a2e8d28ba5277d670b7b4b9c7313') fi build() { if [[ $CARCH == 'x86_64' ]] then rpmextract.sh odeskteam-3.6.17-1su123.x86_64.rpm else rpmextract.sh odeskteam-3.6.17-1su123.i586.rpm fi } package() { cd $srcdir mkdir $pkgdir/usr cp -R $srcdir/usr/* $pkgdir/usr/ # Move licence to licences dir mkdir -p $pkgdir/usr/share/licenses/$pkgname mv "$srcdir/usr/share/odeskteam/COPYING" "$pkgdir/usr/share/licenses/$pkgname/COPYING" # Install .desktop file echo $srcdir install -D -m 644 "$srcdir/odeskteam.desktop" "$pkgdir/usr/share/applications/odeskteam.desktop" }

<deleted-account> commented on 2013-07-18 03:08 (UTC)

FIXED. Use this PKGBUILD instead: # Package build for the linux oDesk Team client # Maintainer: der_FeniX <derfenix dot gmail.com> # Contributor: Stephen Weinberg <[firstname]@q5comm.com> CARCH=`uname -m` if [[ $CARCH == 'x86_64' ]] then CARCH='x86_64' else CARCH='i586' fi pkgname=odeskteam pkgver=3.2.59 pkgrel=5 pkgdesc="The oDesk Team client for odesk.com" arch=('i686' 'x86_64') provides=('godesk') replaces=('godesk') conflicts=('godesk') url="http://www.odesk.com/downloads" license=('custom:ODESK TEAM LICENSE AGREEMENT') source=("https://www.odesk.com/downloads/linux/$pkgname-$pkgver-opensuse_12.1.$CARCH.rpm" "odeskteam.desktop") makedepends=('rpmextract') if [[ $CARCH == 'x86_64' ]] then md5sums=('230c5fa714c9b16bfac794b1468fdfec' 'd5d155a48fb90db78096e1f74a618e78') else md5sums=('a616c0ba2ab8ff149b89d5e70860eadc' 'd5d155a48fb90db78096e1f74a618e78') fi build() { rpmextract.sh $pkgname-$pkgver-opensuse_12.1.$CARCH.rpm } package() { cd $srcdir mkdir $pkgdir/usr cp -R $srcdir/usr/* $pkgdir/usr/ # Move licence to licences dir mkdir -p $pkgdir/usr/share/licenses/$pkgname mv "$srcdir/usr/share/doc/packages/odeskteam/COPYING" "$pkgdir/usr/share/licenses/$pkgname/COPYING" # Install .desktop file install -D -m 644 "$srcdir/$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop" }

<deleted-account> commented on 2013-04-24 19:56 (UTC)

I got it to build by editing the PKGBUILD and removing line 40. It is also missing the dependency qt4 to be able to run.

dare023 commented on 2012-11-07 12:59 (UTC)

@elamskoy : Thank you man!This is at least some update.Cannot build this one from AUR.

el_aur commented on 2012-11-06 22:34 (UTC)

guys, there is already built odeskteam for archlinux http://developers.odesk.com/w/browse/#view=ViewFolder&param=Clients-Linux-v3 I was looking for official packages and found this one page on odesk portal. Look here for modification date: it looks like odeskteam-3.2.57-arch-x86_64.pkg.tar.xz and i686 are 6 days old.

dare023 commented on 2012-10-01 17:13 (UTC)

Unable to build. It suggests to add arch=('i586'),but fails with "package odeskteam-3.2.59-5-i586 does not have a valid architecture"

der_fenix commented on 2012-08-25 12:05 (UTC)

PKGBUILD updated. Because the version for archlinux is not available for now, I take version for opensuse. Tested on x86_64 and may have troubles on i686, because opensuse uses i586 arch. Any comments are welcome

<deleted-account> commented on 2012-08-22 07:49 (UTC)

URL mentioned below to download official arch package is not available now, but I found a newer version of the client here: http://developers.odesk.com/w/page/31026115/oDesk%20Team%20Client%20pre-Beta

louipc commented on 2010-09-26 15:27 (UTC)

You should encourage upstream to not host the package as a zip. Haha. They should also fix the url and license. Do you mind if I orphan this? Seems like kin would want to update it.