@lybin, can't open your links. Also, may be you'll maintain both odeskteam packages, since I don't use this anymore and have no enough time?
Search Criteria
Package Details: upwork 5.8.0.35-2
Package Actions
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.002449 |
First Submitted: | 2015-05-05 17:51 (UTC) |
Last Updated: | 2024-10-31 03:32 (UTC) |
Dependencies (4)
- alsa-lib
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- libxss
- nss (nss-hgAUR)
Required by (0)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 17 18 19 20 21 22 23 24 25 26 Next › Last »
der_fenix commented on 2015-03-16 20:19 (UTC)
lybin commented on 2015-03-13 14:57 (UTC)
Hello. I've updated the PKGBUILD. Namcap checked and amended.
3.12.9
https://privatepaste.com/f69fb594d0
heaven commented on 2015-01-22 15:15 (UTC)
The last upgrade broke the icon (it is missing, at least in KDE).
der_fenix commented on 2015-01-06 16:10 (UTC)
already fixed
UncleDozer commented on 2015-01-06 05:46 (UTC)
The newest package build was a bit broken on my end.
If anyone has this error
install: cannot stat ‘../odeskteam.desktop’: No such file or directory
==> ERROR: Makepkg was unable to build odeskteam-beta.
Then edit the PKGBUILD and change the line that includes
install -D -m 644 "../odeskteam.desktop"
to
install -D -m 644 "$srcdir/usr/share/applications/odeskteam.desktop"
lybin commented on 2014-12-27 14:12 (UTC)
And I think, better to use .deb packages. Will not need: makedepends=('rpmextract')
if test "$CARCH" = i686; then
source=("https://www.odesk.com/downloads/linux/odeskteam_${pkgver}_ubuntu_12.04_i386.deb")
md5sums=('654b2c2c2ebdf5c06df4a8d47a2006f8')
fi
if test "$CARCH" = x86_64; then
source=("https://www.odesk.com/downloads/linux/odeskteam_${pkgver}_ubuntu_12.04_amd64.deb")
md5sums=('ab2f2fe1ff67818acd3aec0ef925c438')
fi
prepare() {
cd "$srcdir"
tar -zxf "$srcdir/data.tar.gz"
}
package() {
...
}
Pinned Comments