Date: Friday, June 13, 2014 @ 23:17:16
  Author: arodseth
Revision: 113121

upgpkg: eclipse-cdt 8.3.0-2

Modified:
  eclipse-cdt/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2014-06-13 21:07:55 UTC (rev 113120)
+++ PKGBUILD    2014-06-13 21:17:16 UTC (rev 113121)
@@ -2,11 +2,12 @@
 # Maintainer: Alexander Rødseth <[email protected]>
 # Contributor: Paul Mattal <[email protected]>
 # Contributor: Andrea Scarpino <[email protected]>
+# Contributor: Raimar Bühmann <[email protected]>
 
 pkgname=eclipse-cdt
 pkgver=8.3.0
 _sr=2
-pkgrel=1
+pkgrel=2
 pkgdesc='C/C++ Plugin for Eclipse'
 arch=('any')
 url='http://www.eclipse.org/cdt'
@@ -15,6 +16,12 @@
 
source=("http://download.eclipse.org/tools/cdt/releases/kepler/sr$_sr/cdt-master-$pkgver.zip";)
 sha256sums=('bfd1805046cbd81fa0018881b9471f2ade71aa0e2bc053164b34c2e7ffc8b58d')
 
+prepare() {
+  # remove features and plug-ins containing sources
+  rm features/*.source_*
+  rm plugins/*.source_*
+}
+
 package() {
   d="$pkgdir/usr/share/eclipse/dropins/cdt/eclipse"
   install -d "$d"

Reply via email to