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

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


    Date: Thursday, May 2, 2013 @ 19:25:28
  Author: arodseth
Revision: 89828

upgpkg: eclipse-cdt 8.1.2-2

Added an install-time message

Added:
  eclipse-cdt/trunk/msg.install
Modified:
  eclipse-cdt/trunk/PKGBUILD

-------------+
 PKGBUILD    |    3 ++-
 msg.install |    8 ++++++++
 2 files changed, 10 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-02 17:23:12 UTC (rev 89827)
+++ PKGBUILD	2013-05-02 17:25:28 UTC (rev 89828)
@@ -5,11 +5,12 @@
 
 pkgname=eclipse-cdt
 pkgver=8.1.2
-pkgrel=1
+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')

Added: msg.install
===================================================================
--- msg.install	                        (rev 0)
+++ msg.install	2013-05-02 17:25:28 UTC (rev 89828)
@@ -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