[arch-commits] Commit in eclipse-cdt/repos/community-any (3 files)

Alexander Rødseth arodseth at nymeria.archlinux.org
Thu May 2 17:25:36 UTC 2013


    Date: Thursday, May 2, 2013 @ 19:25:36
  Author: arodseth
Revision: 89829

archrelease: copy trunk to community-any

Added:
  eclipse-cdt/repos/community-any/PKGBUILD
    (from rev 89828, eclipse-cdt/trunk/PKGBUILD)
  eclipse-cdt/repos/community-any/msg.install
    (from rev 89828, eclipse-cdt/trunk/msg.install)
Deleted:
  eclipse-cdt/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-02 17:25:28 UTC (rev 89828)
+++ PKGBUILD	2013-05-02 17:25:36 UTC (rev 89829)
@@ -1,25 +0,0 @@
-# $Id: PKGBUILD 151016 2012-02-24 13:23:21Z andrea $
-# 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.1.2
-pkgrel=1
-pkgdesc='C/C++ Plugin for Eclipse'
-arch=('any')
-url='http://www.eclipse.org/cdt'
-license=('EPL')
-depends=('eclipse>=4.2.1' 'libxtst')
-source=("http://download.eclipse.org/tools/cdt/releases/juno/sr2/cdt-master-$pkgver.zip")
-sha256sums=('9b204b1c3c56c2fa40d6ce502a4fb45a4176039c3a843a8597ccb9bf54a3a214')
-
-package() {
-  cd $srcdir
-  _installdir=$pkgdir/usr/share/eclipse/dropins/cdt
-  install -d $_installdir/eclipse
-  cp -a features $_installdir/eclipse
-  cp -a plugins $_installdir/eclipse
-}
-
-# vim:set ts=2 sw=2 et:

Copied: eclipse-cdt/repos/community-any/PKGBUILD (from rev 89828, eclipse-cdt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-05-02 17:25:36 UTC (rev 89829)
@@ -0,0 +1,27 @@
+# $Id: PKGBUILD 151016 2012-02-24 13:23:21Z andrea $
+# 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.1.2
+pkgrel=2
+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/juno/sr2/cdt-master-$pkgver.zip")
+sha256sums=('9b204b1c3c56c2fa40d6ce502a4fb45a4176039c3a843a8597ccb9bf54a3a214')
+
+package() {
+  cd "$srcdir"
+
+  _installdir="$pkgdir/usr/share/eclipse/dropins/cdt"
+  install -d "$_installdir/eclipse"
+  cp -a features "$_installdir/eclipse"
+  cp -a plugins "$_installdir/eclipse"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: eclipse-cdt/repos/community-any/msg.install (from rev 89828, eclipse-cdt/trunk/msg.install)
===================================================================
--- msg.install	                        (rev 0)
+++ msg.install	2013-05-02 17:25:36 UTC (rev 89829)
@@ -0,0 +1,8 @@
+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