summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatric Schmitz2015-08-13 14:55:17 +0200
committerPatric Schmitz2015-08-13 14:55:17 +0200
commit4a425bd1264ecfeb8fe002f440fed04b4e557e8b (patch)
treeda7ba67dbb3b256c9500adc35f8da79cd77b62c6
parent3653fec8ec2e8d74a82d5e9443c09b3eb0bc0ff0 (diff)
downloadaur-4a425bd1264ecfeb8fe002f440fed04b4e557e8b.tar.gz
Removed unneeded dependencies, got rid of warnings from namcap, thanks StatelessCat
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59696e12223f..32f8b4827e26 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,15 +8,10 @@ pkgbase = synergy-1.6
license = GPL2
makedepends = libxt
makedepends = cmake
- makedepends = qt5-base
makedepends = unzip
- depends = gcc-libs
depends = libxtst
- depends = libxinerama
- depends = libxkbcommon-x11
+ depends = qt5-base
depends = avahi
- depends = curl
- optdepends = qt5-base: gui support
optdepends = openssl: encryption support
provides = synergy
conflicts = synergy
diff --git a/PKGBUILD b/PKGBUILD
index b7149952c26f..e6cbba7fcf1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,10 +8,9 @@ pkgrel=1
pkgdesc='Synergy upstream 1.6 branch. 1.7.x is very unstable on Linux.'
url='http://synergy-foss.org'
arch=('i686' 'x86_64')
-depends=('gcc-libs' 'libxtst' 'libxinerama' 'libxkbcommon-x11' 'avahi' 'curl')
-makedepends=('libxt' 'cmake' 'qt5-base' 'unzip')
+depends=('libxtst' 'qt5-base' 'avahi')
+makedepends=('libxt' 'cmake' 'unzip')
optdepends=(
- 'qt5-base: gui support'
'openssl: encryption support'
)
license=('GPL2')