[arch-commits] Commit in eclipse-cdt/trunk (PKGBUILD msg.install)

Alexander Rødseth arodseth at nymeria.archlinux.org
Tue Oct 1 11:47:39 UTC 2013


    Date: Tuesday, October 1, 2013 @ 13:47:38
  Author: arodseth
Revision: 97923

upgpkg: eclipse-cdt 8.2.1-1

Modified:
  eclipse-cdt/trunk/PKGBUILD	(contents, properties)
Deleted:
  eclipse-cdt/trunk/msg.install

-------------+
 PKGBUILD    |   19 ++++++++-----------
 msg.install |    8 --------
 2 files changed, 8 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-01 07:39:06 UTC (rev 97922)
+++ PKGBUILD	2013-10-01 11:47:38 UTC (rev 97923)
@@ -1,27 +1,24 @@
-# $Id: PKGBUILD 151016 2012-02-24 13:23:21Z andrea $
+# $Id$
 # Maintainer: Alexander Rødseth <rodseth at gmail.com>
 # Contributor: Paul Mattal <paul at archlinux.org>
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=eclipse-cdt
-pkgver=8.2.0
+pkgver=8.2.1
 pkgrel=1
 pkgdesc='C/C++ Plugin for Eclipse'
 arch=('any')
 url='http://www.eclipse.org/cdt'
 license=('EPL')
-install='msg.install'
 depends=('eclipse' 'libxtst')
-source=("http://download.eclipse.org/tools/cdt/releases/kepler/r/cdt-master-$pkgver.zip")
-sha256sums=('a6c804aab196c61d0042ad95d304959125c0985ff8fb5aaf56960dc2e0aa0a5f')
+source=("http://download.eclipse.org/tools/cdt/releases/kepler/sr1/cdt-master-$pkgver.zip")
+sha256sums=('283e448fed60f2a11c0f6cdb196960bdd0e1969bb40142f131787843861ea562')
 
 package() {
-  cd "$srcdir"
-
-  _installdir="$pkgdir/usr/share/eclipse/dropins/cdt"
-  install -d "$_installdir/eclipse"
-  cp -a features "$_installdir/eclipse"
-  cp -a plugins "$_installdir/eclipse"
+  d="$pkgdir/usr/share/eclipse/dropins/cdt/eclipse"
+  install -d "$d"
+  cp -a features "$d"
+  cp -a plugins "$d"
 }
 
 # vim:set ts=2 sw=2 et:


Property changes on: eclipse-cdt/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Deleted: msg.install
===================================================================
--- msg.install	2013-10-01 07:39:06 UTC (rev 97922)
+++ msg.install	2013-10-01 11:47:38 UTC (rev 97923)
@@ -1,8 +0,0 @@
-post_install() {
-  cat << ENDOFMESSAGE
-  NOTE: If you get problems with the internal indexer and gcc 4.8.0, try this command:
-  sed -i 's/4\.7\.1/4\.8\.0/g' ~/workspace/.metadata/.plugins/org.eclipse.cdt.core/language.settings.xml
-ENDOFMESSAGE
-}
-
-# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list