Search Criteria
Package Details: quicksynergy 0.9.0-4
Git Clone URL: | https://aur.archlinux.org/quicksynergy.git (read-only) |
---|---|
Package Base: | quicksynergy |
Description: | A graphical interface (GUI) for easily configuring Synergy2 |
Upstream URL: | http://quicksynergy.sourceforge.net/ |
Licenses: | |
Submitter: | webdawg |
Maintainer: | webdawg |
Last Packager: | webdawg |
Votes: | 21 |
Popularity: | 0.075586 |
First Submitted: | 2016-01-17 03:10 |
Last Updated: | 2017-08-03 01:48 |
Dependencies (4)
- gtk2 (gtk2-patched-gdkwin-nullcheck, gtk2-ubuntu, gtk2-patched-filechooser-icon-view)
- synergy (synergy-1.6, synergy-git)
- automake (automake-1.7, automake-1.14, automake-git, automake-1.11) (make)
- pkgconfig (pkg-config-git, pkgconf-git, pkgconf) (make)
Latest Comments
webdawg commented on 2017-09-26 21:54
dawson:
Read PKGBUILD, and/or try package again.
#You can uncomment these lines if for some reason sourceforge removes
#quicksynergy or something else happens
#source=(https://files.hackspherelabs.com/manual/$pkgname-$pkgver.tar.gz \
# quicksynergy.desktop)
#Make sure to comment the same lines below
source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz \
quicksynergy.desktop)
md5sums=('94733808d65ef0daaa46284b97e55303'
'6822bdf8a3feec1bba8ec76c6aa6d821')
webdawg commented on 2017-08-03 01:49
Everything should match now.
raetiacorvus commented on 2017-08-02 22:54
Hi,
there is still a mismatch of pkgrel=4 in .SRCINFO and pkgrel=5 in PKGBUILD
webdawg commented on 2017-08-01 15:45
Applied zeroshade's fix and also added a commented alternative source for quicksynergy. It is working and verifying now from sourceforge, do not know what the deal is.
Check for a webproxy or bad download.
zyeri commented on 2017-05-31 00:09
'quicksynergy-0.9.0.tar.gz' is failing to pass validity check.
zeroshade commented on 2017-01-19 19:43
So, this was failing to build because the PKGBUILD is incorrect.
install -m644 -D $startdir/src/${pkgname}.desktop $pkgdir/usr/share/applications/${pkgname}.desktop
Should be
install -m644 -D $srcdir/${pkgname}.desktop $pkgdir/usr/share/applications/${pkgname}.desktop
Because the quicksynergy.desktop never gets copied into the build dir but is instead alongside the .tar.gz when makepkg is run. I had to fix this locally to get it to build with makepkg.