summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEduardo Pedroni2017-07-03 13:27:37 +0200
committerEduardo Pedroni2017-07-03 13:28:25 +0200
commit5df510149c185a99827fe6f546567a7f610b3043 (patch)
tree36913661ff15534ffe42438d01e4b61a4cd7bb3f /PKGBUILD
parent1af5878bbeca4868675d5fa5a0319c00aee20037 (diff)
downloadaur-5df510149c185a99827fe6f546567a7f610b3043.tar.gz
Removed manual GNOME icon cache update as suggested in the comments, however I did not add gtk-update-icon-cache to the dependencies since it is already a dependency of webkit2gtk (as per the wiki guidelines).
Also removed libxtst dependency. As far as I could track it, it was added to eclipse-common in response to bug FS#29445 and later removed without any comments, so I'm removing it from here too. I'm also not sure why unzip is a dependency. I tried it without unzip on a fresh VM and it seems to work fine, but I decided to leave it since eclipse-common still depends on it.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d7b0990d3e84..aaa7b81205cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,16 +5,15 @@
pkgname=eclipse-platform
pkgver=4.7
_pkgbuild=201706120950
-pkgrel=1
+pkgrel=2
pkgdesc="A minimal installation suitable for complete per-user customization with the built-in Eclipse package manager"
url="https://www.eclipse.org"
arch=("i686" "x86_64")
license=("EPL")
-depends=("java-environment>=8" "unzip" "webkit2gtk" "libxtst" "hicolor-icon-theme")
+depends=("java-environment>=8" "unzip" "webkit2gtk")
optdepends=()
conflicts=("eclipse")
provides=("eclipse=$pkgver")
-install=${pkgname}.install
options=(!strip)
source=(