Update to libgdata-0.13.1.
This commit is contained in:
parent
1795097df2
commit
e9bf35ab9d
@ -1,14 +1,13 @@
|
||||
# $OpenBSD: Makefile,v 1.28 2012/09/09 17:36:26 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.29 2012/09/29 07:42:40 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= Google Data API based Glib client library
|
||||
|
||||
GNOME_PROJECT= libgdata
|
||||
GNOME_VERSION= 0.12.0
|
||||
REVISION= 0
|
||||
GNOME_VERSION= 0.13.1
|
||||
|
||||
SHARED_LIBS += gdata 15.0 # .15.0
|
||||
SHARED_LIBS += gdata 16.0 # 17.0
|
||||
|
||||
CATEGORIES= devel net
|
||||
|
||||
@ -23,10 +22,11 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
WANTLIB += crypto curl dbus-1 ffi gcrypt gio-2.0 glib-2.0 gmodule-2.0
|
||||
WANTLIB += gnome-keyring gobject-2.0 gpg-error gthread-2.0 idn
|
||||
WANTLIB += m nspr4 nss3 oauth pcre plc4 plds4 pthread smime3 softokn3
|
||||
WANTLIB += soup-2.4 soup-gnome-2.4 sqlite3 ssl ssl3 xml2 z
|
||||
WANTLIB += crypto curl dbus-1 ffi gck-1 gcr-base-3 gcrypt gio-2.0
|
||||
WANTLIB += glib-2.0 gmodule-2.0 gnome-keyring goa-1.0 gobject-2.0
|
||||
WANTLIB += gpg-error gthread-2.0 idn m nspr4 nss3 oauth p11-kit
|
||||
WANTLIB += pcre plc4 plds4 pthread smime3 softokn3 soup-2.4 soup-gnome-2.4
|
||||
WANTLIB += sqlite3 ssl ssl3 xml2 z
|
||||
|
||||
MODULES= devel/gettext \
|
||||
x11/gnome
|
||||
@ -35,14 +35,15 @@ MODULES= devel/gettext \
|
||||
BUILD_DEPENDS= x11/gtk+3
|
||||
|
||||
LIB_DEPENDS= devel/libsoup,-gnome \
|
||||
net/liboauth
|
||||
net/liboauth \
|
||||
x11/gnome/gcr \
|
||||
x11/gnome/online-accounts
|
||||
|
||||
MODGNOME_TOOLS= goi
|
||||
|
||||
LIBTOOL_FLAGS+= --tag=disable-static
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= --disable-static \
|
||||
--enable-gnome
|
||||
CONFIGURE_ARGS= --disable-static
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,2 @@
|
||||
MD5 (libgdata-0.12.0.tar.xz) = zPC9PaCKnoas9wTvcftz1g==
|
||||
RMD160 (libgdata-0.12.0.tar.xz) = FvGxSzJBvVAXiZDfcS8Oz65KfXw=
|
||||
SHA1 (libgdata-0.12.0.tar.xz) = DOCmmC63jFTyiNwLDxWJDYcyDyY=
|
||||
SHA256 (libgdata-0.12.0.tar.xz) = 5azRyohDMwbnQPxMs4NvlxA1jQrNSNTd7hh23XfSrKM=
|
||||
SIZE (libgdata-0.12.0.tar.xz) = 1156684
|
||||
SHA256 (libgdata-0.13.1.tar.xz) = Jwd32gR3ZTfJ8WhEfJCl0GcvD6ymvDB90nIE6sxZS2w=
|
||||
SIZE (libgdata-0.13.1.tar.xz) = 1169592
|
||||
|
@ -1,10 +1,10 @@
|
||||
$OpenBSD: patch-configure,v 1.2 2012/09/10 08:08:49 ajacoutot Exp $
|
||||
$OpenBSD: patch-configure,v 1.3 2012/09/29 07:42:40 ajacoutot Exp $
|
||||
|
||||
Fix DATADIRNAME: see LOCALBASE/share/aclocal/{glib-gettext.m4,intltool.m4}
|
||||
|
||||
--- configure.orig Sun Sep 9 19:15:26 2012
|
||||
+++ configure Sun Sep 9 19:15:53 2012
|
||||
@@ -16493,6 +16493,9 @@ else
|
||||
--- configure.orig Sat Jul 28 12:22:24 2012
|
||||
+++ configure Sat Sep 29 09:26:09 2012
|
||||
@@ -15896,6 +15896,9 @@ else
|
||||
fi
|
||||
|
||||
;;
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.10 2012/04/02 15:59:08 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.11 2012/09/29 07:42:40 ajacoutot Exp $
|
||||
include/libgdata/
|
||||
include/libgdata/gdata/
|
||||
include/libgdata/gdata/app/
|
||||
@ -41,6 +41,7 @@ include/libgdata/gdata/gdata-download-stream.h
|
||||
include/libgdata/gdata/gdata-entry.h
|
||||
include/libgdata/gdata/gdata-enums.h
|
||||
include/libgdata/gdata/gdata-feed.h
|
||||
include/libgdata/gdata/gdata-goa-authorizer.h
|
||||
include/libgdata/gdata/gdata-oauth1-authorizer.h
|
||||
include/libgdata/gdata/gdata-parsable.h
|
||||
include/libgdata/gdata/gdata-query.h
|
||||
@ -69,6 +70,7 @@ include/libgdata/gdata/services/contacts/gdata-contacts-query.h
|
||||
include/libgdata/gdata/services/contacts/gdata-contacts-service.h
|
||||
include/libgdata/gdata/services/documents/
|
||||
include/libgdata/gdata/services/documents/gdata-documents-document.h
|
||||
include/libgdata/gdata/services/documents/gdata-documents-drawing.h
|
||||
include/libgdata/gdata/services/documents/gdata-documents-entry.h
|
||||
include/libgdata/gdata/services/documents/gdata-documents-enums.h
|
||||
include/libgdata/gdata/services/documents/gdata-documents-feed.h
|
||||
@ -78,6 +80,7 @@ include/libgdata/gdata/services/documents/gdata-documents-query.h
|
||||
include/libgdata/gdata/services/documents/gdata-documents-service.h
|
||||
include/libgdata/gdata/services/documents/gdata-documents-spreadsheet.h
|
||||
include/libgdata/gdata/services/documents/gdata-documents-text.h
|
||||
include/libgdata/gdata/services/documents/gdata-documents-upload-query.h
|
||||
include/libgdata/gdata/services/picasaweb/
|
||||
include/libgdata/gdata/services/picasaweb/gdata-picasaweb-album.h
|
||||
include/libgdata/gdata/services/picasaweb/gdata-picasaweb-comment.h
|
||||
@ -126,6 +129,7 @@ share/gtk-doc/html/gdata/GDataContactsGroup.html
|
||||
share/gtk-doc/html/gdata/GDataContactsQuery.html
|
||||
share/gtk-doc/html/gdata/GDataContactsService.html
|
||||
share/gtk-doc/html/gdata/GDataDocumentsDocument.html
|
||||
share/gtk-doc/html/gdata/GDataDocumentsDrawing.html
|
||||
share/gtk-doc/html/gdata/GDataDocumentsEntry.html
|
||||
share/gtk-doc/html/gdata/GDataDocumentsFeed.html
|
||||
share/gtk-doc/html/gdata/GDataDocumentsFolder.html
|
||||
@ -134,6 +138,7 @@ share/gtk-doc/html/gdata/GDataDocumentsQuery.html
|
||||
share/gtk-doc/html/gdata/GDataDocumentsService.html
|
||||
share/gtk-doc/html/gdata/GDataDocumentsSpreadsheet.html
|
||||
share/gtk-doc/html/gdata/GDataDocumentsText.html
|
||||
share/gtk-doc/html/gdata/GDataDocumentsUploadQuery.html
|
||||
share/gtk-doc/html/gdata/GDataDownloadStream.html
|
||||
share/gtk-doc/html/gdata/GDataEntry.html
|
||||
share/gtk-doc/html/gdata/GDataFeed.html
|
||||
@ -155,6 +160,7 @@ share/gtk-doc/html/gdata/GDataGDWhen.html
|
||||
share/gtk-doc/html/gdata/GDataGDWhere.html
|
||||
share/gtk-doc/html/gdata/GDataGDWho.html
|
||||
share/gtk-doc/html/gdata/GDataGenerator.html
|
||||
share/gtk-doc/html/gdata/GDataGoaAuthorizer.html
|
||||
share/gtk-doc/html/gdata/GDataLink.html
|
||||
share/gtk-doc/html/gdata/GDataMediaCategory.html
|
||||
share/gtk-doc/html/gdata/GDataMediaContent.html
|
||||
@ -222,6 +228,8 @@ share/gtk-doc/html/gdata/ix11.html
|
||||
share/gtk-doc/html/gdata/ix12.html
|
||||
share/gtk-doc/html/gdata/ix13.html
|
||||
share/gtk-doc/html/gdata/ix14.html
|
||||
share/gtk-doc/html/gdata/ix15.html
|
||||
share/gtk-doc/html/gdata/ix16.html
|
||||
share/gtk-doc/html/gdata/left.png
|
||||
share/gtk-doc/html/gdata/pt01.html
|
||||
share/gtk-doc/html/gdata/pt02.html
|
||||
@ -264,6 +272,7 @@ share/locale/lv/LC_MESSAGES/gdata.mo
|
||||
share/locale/ml/LC_MESSAGES/gdata.mo
|
||||
share/locale/mr/LC_MESSAGES/gdata.mo
|
||||
share/locale/nb/LC_MESSAGES/gdata.mo
|
||||
share/locale/nl/LC_MESSAGES/gdata.mo
|
||||
share/locale/or/LC_MESSAGES/gdata.mo
|
||||
share/locale/pa/LC_MESSAGES/gdata.mo
|
||||
share/locale/pl/LC_MESSAGES/gdata.mo
|
||||
|
Loading…
x
Reference in New Issue
Block a user