Browse Source

[anjuta] Updated (2.2.3 -> 2.4.0)

Disabled valgrind plugin for x64 arch
early
Aldas Nabazas 17 years ago
parent
commit
a5baf0c7f5
  1. 4
      gnome2/anjuta/anjuta.conf
  2. 6
      gnome2/anjuta/anjuta.desc

4
gnome2/anjuta/anjuta.conf

@ -2,6 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../anjuta/anjuta.conf
# Copyright (C) 2008 The OpenSDE Project
# Copyright (C) 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
@ -12,6 +13,9 @@
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
#disabled valgrind plugin, doesn't build on 64 platform
[ $arch = x86-64 ] && var_append confopt ' ' "--disable-plugin-valgrind"
# support for apr*-1.x
pkginstalled apr && var_append extraconfopt \
" " "--with-apr-config=$( pkgprefix bindir apr )/apr-1-config"

6
gnome2/anjuta/anjuta.desc

@ -1,4 +1,3 @@
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN ---
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
@ -33,10 +32,9 @@
[L] GPL
[S] Stable
[V] 2.2.3
[V] 2.4.0
[P] X -----5---9 154.700
[O] . $base/package/*/*/gnome2-conf.in
[D] 3641438766 anjuta-2.2.3.tar.bz2 http://dl.sourceforge.net/sourceforge/anjuta/
[D] 4104327787 anjuta-2.4.0.tar.bz2 http://dl.sourceforge.net/sourceforge/anjuta/

Loading…
Cancel
Save