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 /net | |
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 'net')
-rw-r--r-- | net/glib-networking/Makefile | 5 | ||||
-rw-r--r-- | net/glib-networking/distinfo | 4 | ||||
-rw-r--r-- | net/glib-networking/pkg-plist | 22 |
3 files changed, 4 insertions, 27 deletions
diff --git a/net/glib-networking/Makefile b/net/glib-networking/Makefile index 2b183e1ca..37b96b17c 100644 --- a/net/glib-networking/Makefile +++ b/net/glib-networking/Makefile @@ -3,8 +3,7 @@ # $MCom$ PORTNAME= glib-networking -PORTVERSION= 2.40.1 -PORTREVISION= 2 +PORTVERSION= 2.42.0 CATEGORIES= net MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -27,7 +26,7 @@ USE_GNOME= glib20 intltool GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ca-certificates=${LOCALBASE}/share/certs/ca-root-nss.crt CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip post-patch: diff --git a/net/glib-networking/distinfo b/net/glib-networking/distinfo index 12fb4b393..36e473273 100644 --- a/net/glib-networking/distinfo +++ b/net/glib-networking/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome2/glib-networking-2.40.1.tar.xz) = 9fb3e54d049a480afdb814ff7452e7ab67e5d5f607ade230d7713f19922b5a28 -SIZE (gnome2/glib-networking-2.40.1.tar.xz) = 368444 +SHA256 (gnome2/glib-networking-2.42.0.tar.xz) = 304dd9e4c0ced69094300e0b9e66cd2eaae7161b9fc3186536d11458677d820d +SIZE (gnome2/glib-networking-2.42.0.tar.xz) = 370188 diff --git a/net/glib-networking/pkg-plist b/net/glib-networking/pkg-plist index 6b8e742b8..4f01e8702 100644 --- a/net/glib-networking/pkg-plist +++ b/net/glib-networking/pkg-plist @@ -68,27 +68,5 @@ share/locale/vi/LC_MESSAGES/glib-networking.mo share/locale/zh_CN/LC_MESSAGES/glib-networking.mo share/locale/zh_HK/LC_MESSAGES/glib-networking.mo share/locale/zh_TW/LC_MESSAGES/glib-networking.mo -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/ug/LC_MESSAGES -@dirrmtry share/locale/ug -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/km/LC_MESSAGES -@dirrmtry share/locale/km -@dirrmtry share/locale/fur/LC_MESSAGES -@dirrmtry share/locale/fur -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as -@dirrmtry share/locale/an/LC_MESSAGES -@dirrmtry share/locale/an @exec %D/bin/gio-querymodules %D/lib/gio/modules 2>/dev/null || /usr/bin/true @unexec %D/bin/gio-querymodules %D/lib/gio/modules 2>/dev/null || /usr/bin/true |