The last upgrade broke the icon (it is missing, at least in KDE).
Search Criteria
Package Details: upwork 5.8.0.41-5
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: | LicenseRef-Upwork-EULA |
| Conflicts: | upwork-beta |
| Submitter: | lybin |
| Maintainer: | jasongodev |
| Last Packager: | jasongodev |
| Votes: | 68 |
| Popularity: | 0.002570 |
| First Submitted: | 2015-05-05 17:51 (UTC) |
| Last Updated: | 2026-03-17 18:42 (UTC) |
Dependencies (11)
- electron36AUR (electron36-binAUR)
- libxcrypt-compat
- libxss
- asar (make)
- curl (curl-gitAUR, curl-c-aresAUR) (make)
- epiphany (epiphany-gitAUR) (optional) – Upwork needs a web browser to login
- firefox (firefox-developer-edition-firefox-symlink-latestAUR, firefox-opensuse-binAUR, firefox-esr-zh-binAUR, firefox-globalmenuAUR, firefox-esr-binAUR, firefox-vaapiAUR, firefox-pureAUR, firefox-pureAUR, firefox-beta-bin-all-localizationsAUR, firefox-beta-binAUR, firefox-binAUR) (optional) – Upwork needs a web browser to login
- gnome-shell-extension-appindicator (gnome-shell-extension-appindicator-gitAUR) (optional) – To show tray icon in GNOME
- konqueror (konqueror-gitAUR) (optional) – Upwork needs a web browser to login
- libappindicator (optional) – For system notifications
- upwork-waylandAUR (optional) – Allows screenshot to work in Wayland
Required by (1)
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 18 19 20 21 22 23 24 25 26 27 Next › Last »
heaven commented on 2015-01-22 15:15 (UTC)
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() {
...
}
lybin commented on 2014-12-27 14:07 (UTC)
Please, add the depends=('libxss' 'gstreamer0.10-base' 'libnotify' 'qt4')
You can check using namcap. Thx :)
gaudha commented on 2014-10-19 01:26 (UTC)
Please add phonon in the dependency list.
amenzhinsky commented on 2014-06-03 12:46 (UTC)
This package depends on gstreamer0.10-base, could you add it to the list of dependencies?
infty commented on 2014-04-03 17:00 (UTC)
The dependencies extra/libnotify and extra/libxss seem to be missing in the PKGBUILD.
Pinned Comments