diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-10-15 13:33:09 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-10-15 13:33:09 +0800 |
commit | f23f7a72407edc0c6dc38e0a94c42734b7afbf02 (patch) | |
tree | 403980d5f66436e07999e4d8db3b0851bf5948e2 /accessibility/atk/Makefile | |
parent | fc10399e8fd02201d97ef99b797fd3b7bc9d5704 (diff) | |
download | marcuscom-ports-f23f7a72407edc0c6dc38e0a94c42734b7afbf02.tar marcuscom-ports-f23f7a72407edc0c6dc38e0a94c42734b7afbf02.tar.gz marcuscom-ports-f23f7a72407edc0c6dc38e0a94c42734b7afbf02.tar.bz2 marcuscom-ports-f23f7a72407edc0c6dc38e0a94c42734b7afbf02.tar.lz marcuscom-ports-f23f7a72407edc0c6dc38e0a94c42734b7afbf02.tar.xz marcuscom-ports-f23f7a72407edc0c6dc38e0a94c42734b7afbf02.tar.zst marcuscom-ports-f23f7a72407edc0c6dc38e0a94c42734b7afbf02.zip |
First batch of updated gnome 3.14 ports:
- at-spi2-atk-2.14.1
- at-spi2-core-2.14.0
- atk-2.14.0
- baobab-3.14.0
- caribou-0.4.15
- gjs-1.42.0
- glib-2.42.0 [1]
- glib-networking-2.42.0
- glibmm-2.42.0
- libgdata-0.16.0 [2]
- vala-0.26.1 [3]
As usual, some fix here and there. While here, remove the @dir[rm|rmmty]
from the pkg-plist files, those are not needed anymore.
[1] The code on gio_gunixmounts.c seems to have changed. I've tried
to keep the logic, but need to check it in run time
[2] Add gtk-doc to the run_deps
[3] Take into account that vala_vapigen is gone and now is part of
the vala port itself
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19944 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/atk/Makefile')
-rw-r--r-- | accessibility/atk/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/accessibility/atk/Makefile b/accessibility/atk/Makefile index 09214bf9d..92626220b 100644 --- a/accessibility/atk/Makefile +++ b/accessibility/atk/Makefile @@ -3,8 +3,8 @@ # $MCom$ PORTNAME= atk -PORTVERSION= 2.12.0 -PORTREVISION?= 1 +PORTVERSION= 2.14.0 +PORTREVISION?= 0 CATEGORIES= accessibility devel MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -22,7 +22,7 @@ USES+= gettext gmake libtool pathfix pkgconfig USE_GNOME= glib20 gnomehier introspection:build referencehack CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LIBS+= -L${LOCALBASE}/lib CONFIGURE_ENV= AUTOCONF=${TRUE} AUTOMAKE=${TRUE} INSTALL_TARGET= install-strip |