>From 4648a4137e5b1b45ffcf5873cf6ba4bbe79bd088 Mon Sep 17 00:00:00 2001 From: Henrique Lengler Date: Fri, 9 Jan 2015 22:25:34 +0000 Subject: [PATCH] atk, new version --- pkg/atk | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/pkg/atk b/pkg/atk index 2e03c75..7ec08ae 100644 --- a/pkg/atk +++ b/pkg/atk @@ -1,29 +1,24 @@ [mirrors] -http://download.gnome.org/sources/atk/2.11/atk-2.11.3.tar.xz -http://ftp.acc.umu.se/pub/GNOME/sources/atk/2.11/atk-2.11.3.tar.xz +http://ftp.gnome.org/pub/gnome/sources/atk/2.14/atk-2.14.0.tar.xz [main] -filesize=649816 -sha512=143fba9172d223528a6275f42dfd0ec1e08b858ab23a8241095ea25fef5c9169eae48ba26074777007969bfd835cda8daae0636fea779dfcb71fdef10f216cf5 +filesize=696064 +sha512=3aa5155086d607a2779be1e96ae77798192f93161c855b194f15c49d968bb88535e16ee6114911857f31aeedfc0930f3f828d225f71a7b2f48e85919ab7d057b [deps] glib +gobject-introspection [deps.host] perl [build] -printf "all:\n\ttrue\n\ninstall:\n\ttrue\n\n" > tests/Makefile.in [ -n "$CROSS_COMPILE" ] && \ xconfflags="--host=$($CC -dumpmachine|sed 's/musl/gnu/') --with-sysroot=$butch_root_dir" CFLAGS="$optcflags -D_GNU_SOURCE" LDFLAGS="$optldflags" \ ./configure -C --prefix="$butch_prefix" $xconfflags \ --disable-glibtest --disable-silent-rules --enable-gtk-doc-html=no \ - --enable-introspection=no - -for i in po ; do - printf 'all:\n\ttrue\ninstall:\n\ttrue\clean:\n\ttrue\n' > "$i"/Makefile -done + --enable-introspection make -j$MAKE_THREADS make DESTDIR="$butch_install_dir" install -- 1.8.4