pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/gnome-online-accounts
Module Name: pkgsrc
Committed By: nia
Date: Wed Jun 10 20:13:01 UTC 2020
Modified Files:
pkgsrc/net/gnome-online-accounts: Makefile PLIST buildlink3.mk distinfo
pkgsrc/net/gnome-online-accounts/patches: patch-configure
Log Message:
gnome-online-accounts: Update to 3.36.0
Overview of changes in 3.36.0
=============================
* Updated translations:
Finnish
Kurdish (Sorani)
Overview of changes in 3.35.90
==============================
* Bugs fixed:
!41 Polish some rough edges in the Meson build
!43 build: Remove AC_ISC_POSIX
!44 build: Remove AC_HEADER_STDC
!45 kerberos-identity-manager: Remove unused signal handler ID
#43 daemon, dbus: Enable checking if a provider type is supported
* Updated translations:
Croatian
English (British)
Japanese
Malay
Overview of changes in 3.35.3
=============================
* Remove Pocket (!18)
* Bugs fixed:
!36 Drop the priv pointer from the GObject instance structures
!37 Port away from deprecated GLib API like g_memove and g_get_current_time
!39 webview: Port to JSCValue
!40 Use the G_DECLARE_* macros to reduce GObject boilerplate
#83 Add Exchange and Last.fm icons
* Updated translations:
Galician
Russian
Overview of changes in 3.35.1
=============================
* Bugs fixed:
#8 icons: Unbreak providers without any visual identity
* Updated translations:
Basque
Catalan
Traditional Chinese (Taiwan)
Czech
Danish
Dutch
Finnish
French
Friulian
Galician
German
Greek
Hungarian
Indonesian
Italian
Japanese
Korean
Latvian
Lithuanian
Persian
Polish
Portuguese (Brazilian)
Punjabi
Romanian
Serbian
Slovak
Slovenian
Spanish
Swedish
Turkish
Overview of changes in 3.33.91
==============================
* Support Fedora Account System (#26)
* Bugs fixed:
!21 owncloud: Use "Nextcloud", not "ownCloud", in user-visible errors
!23 build: Allow building with gettext ≥ 0.20
!26 webview: Make it more flexible in terms of its size
!28 kerberos: Use GTask's task data slot to leverage the compiler
!29 daemon: Return a D-Bus error if AddAccount fails to list all providers
!30 kerberos: Use GTask's task data slot to leverage the compiler
#73 build: Support the use of g_autolist with GoaObject
764157 Port to GTask from GSimpleAsyncResult
* Updated translations:
Basque
Czech
German
Indonesian
Karbi
Lithuanian
Polish
Romanian
Spanish
Swedish
Overview of changes in 3.32.0
=============================
* Updated translations:
Basque
Finnish
Gaelic (Scottish)
Icelandic
Overview of changes in 3.31.90
==============================
* Bugs fixed:
!17 icons: Replace PNGs with SVGs and add symbolics
!19 google: Only request the email field when getting the user's identity
796095 alarm: Refresh Kerberos tickets after a suspended system is resumed
* Updated translations:
Afrikaans
French
Japanese
Kabyle
Overview of changes in 3.31.3
=============================
* Remove Todoist
* Bugs fixed:
!14 build: Don't define _POSIX_PTHREAD_SEMANTICS and _REENTRANT
!15 identity: Port away from deprecated g_type_class_add_private
764157 Port to GTask from GSimpleAsyncResult
* Updated translations:
Belarusian
Esperanto
Estonian
Malayalam
Overview of changes in 3.30.0
=============================
* Updated translations:
Arabic
Overview of changes in 3.29.91
==============================
* Bugs fixed:
!2 build: Fix #FooObject style links
!8 Remove additional unnecessary GDestroyNotify casts
#10 build: Silence warning about _FORTIFY_SOURCE requiring optimization
Overview of changes in 3.29.4
=============================
* Bugs fixed:
!2 Port to meson build system
* Updated translations:
Occitan
Overview of changes in 3.29.1
=============================
* Remove Telepathy support (795322)
* Updated translations:
Simplified Chinese
Czech
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/net/gnome-online-accounts/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/gnome-online-accounts/PLIST
cvs rdiff -u -r1.14 -r1.15 pkgsrc/net/gnome-online-accounts/buildlink3.mk
cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/gnome-online-accounts/distinfo
cvs rdiff -u -r1.1 -r1.2 \
pkgsrc/net/gnome-online-accounts/patches/patch-configure
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/gnome-online-accounts/Makefile
diff -u pkgsrc/net/gnome-online-accounts/Makefile:1.36 pkgsrc/net/gnome-online-accounts/Makefile:1.37
--- pkgsrc/net/gnome-online-accounts/Makefile:1.36 Tue Jun 2 08:22:51 2020
+++ pkgsrc/net/gnome-online-accounts/Makefile Wed Jun 10 20:13:01 2020
@@ -1,26 +1,28 @@
-# $NetBSD: Makefile,v 1.36 2020/06/02 08:22:51 adam Exp $
+# $NetBSD: Makefile,v 1.37 2020/06/10 20:13:01 nia Exp $
-DISTNAME= gnome-online-accounts-3.28.0
-PKGREVISION= 14
-CATEGORIES= net devel
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-online-accounts/3.28/}
+DISTNAME= gnome-online-accounts-3.36.0
+CATEGORIES= net gnome
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-online-accounts/3.36/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://wiki.gnome.org/Projects/GnomeOnlineAccounts
COMMENT= Service that allows online accounts to be used with GNOME
-LICENSE= gnu-gpl-v2
+LICENSE= gnu-lgpl-v2
-BUILD_DEPENDS+= gtk-doc>=1.3:../../textproc/gtk-doc
TOOL_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
-USE_PKGLOCALEDIR= yes
-USE_TOOLS+= gmake intltool pkg-config msgfmt
+USE_TOOLS+= pkg-config gmake
+USE_TOOLS+= msgfmt msgmerge xgettext
+
+CONFIGURE_ENV+= GLIB_COMPILE_SCHEMAS=glib-compile-schemas
+
+PKGCONFIG_OVERRIDE+= src/goabackend/goa-backend-1.0.pc.in
+PKGCONFIG_OVERRIDE+= src/goa/goa-1.0.pc.in
.include "../../chat/telepathy-glib/buildlink3.mk"
-.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/glib2/schemas.mk"
.include "../../devel/gobject-introspection/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
@@ -28,7 +30,6 @@ USE_TOOLS+= gmake intltool pkg-config m
.include "../../security/libsecret/buildlink3.mk"
.include "../../sysutils/dbus-glib/buildlink3.mk"
.include "../../textproc/json-glib/buildlink3.mk"
-.include "../../textproc/libxml2/buildlink3.mk"
.include "../../www/librest07/buildlink3.mk"
.include "../../www/webkit-gtk/buildlink3.mk"
.include "../../x11/gtk3/buildlink3.mk"
Index: pkgsrc/net/gnome-online-accounts/PLIST
diff -u pkgsrc/net/gnome-online-accounts/PLIST:1.2 pkgsrc/net/gnome-online-accounts/PLIST:1.3
--- pkgsrc/net/gnome-online-accounts/PLIST:1.2 Thu May 31 14:44:30 2018
+++ pkgsrc/net/gnome-online-accounts/PLIST Wed Jun 10 20:13:01 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2018/05/31 14:44:30 youri Exp $
+@comment $NetBSD: PLIST,v 1.3 2020/06/10 20:13:01 nia Exp $
include/goa-1.0/goa/goa-generated.h
include/goa-1.0/goa/goa.h
include/goa-1.0/goa/goaclient.h
@@ -18,65 +18,28 @@ lib/libgoa-backend-1.0.la
lib/pkgconfig/goa-1.0.pc
lib/pkgconfig/goa-backend-1.0.pc
libexec/goa-daemon
-man/man8/goa-daemon.8
share/dbus-1/services/org.gnome.OnlineAccounts.service
share/gir-1.0/Goa-1.0.gir
share/glib-2.0/schemas/org.gnome.online-accounts.gschema.xml
-share/icons/hicolor/16x16/apps/goa-account-facebook.png
-share/icons/hicolor/16x16/apps/goa-account-flickr.png
-share/icons/hicolor/16x16/apps/goa-account-foursquare.png
-share/icons/hicolor/16x16/apps/goa-account-google.png
-share/icons/hicolor/16x16/apps/goa-account-msn.png
-share/icons/hicolor/16x16/apps/goa-account-owncloud.png
-share/icons/hicolor/16x16/apps/goa-account-pocket.png
-share/icons/hicolor/16x16/apps/goa-account-todoist.png
-share/icons/hicolor/16x16/apps/goa-account.png
-share/icons/hicolor/22x22/apps/goa-account-facebook.png
-share/icons/hicolor/22x22/apps/goa-account-flickr.png
-share/icons/hicolor/22x22/apps/goa-account-foursquare.png
-share/icons/hicolor/22x22/apps/goa-account-google.png
-share/icons/hicolor/22x22/apps/goa-account-msn.png
-share/icons/hicolor/22x22/apps/goa-account-owncloud.png
-share/icons/hicolor/22x22/apps/goa-account-pocket.png
-share/icons/hicolor/22x22/apps/goa-account-todoist.png
-share/icons/hicolor/22x22/apps/goa-account.png
-share/icons/hicolor/24x24/apps/goa-account-facebook.png
-share/icons/hicolor/24x24/apps/goa-account-flickr.png
-share/icons/hicolor/24x24/apps/goa-account-foursquare.png
-share/icons/hicolor/24x24/apps/goa-account-google.png
-share/icons/hicolor/24x24/apps/goa-account-msn.png
-share/icons/hicolor/24x24/apps/goa-account-owncloud.png
-share/icons/hicolor/24x24/apps/goa-account-pocket.png
-share/icons/hicolor/24x24/apps/goa-account-todoist.png
-share/icons/hicolor/24x24/apps/goa-account.png
-share/icons/hicolor/256x256/apps/goa-account.png
-share/icons/hicolor/32x32/apps/goa-account-facebook.png
-share/icons/hicolor/32x32/apps/goa-account-flickr.png
-share/icons/hicolor/32x32/apps/goa-account-foursquare.png
-share/icons/hicolor/32x32/apps/goa-account-google.png
-share/icons/hicolor/32x32/apps/goa-account-msn.png
-share/icons/hicolor/32x32/apps/goa-account-owncloud.png
-share/icons/hicolor/32x32/apps/goa-account-pocket.png
-share/icons/hicolor/32x32/apps/goa-account-todoist.png
-share/icons/hicolor/32x32/apps/goa-account.png
-share/icons/hicolor/48x48/apps/goa-account-facebook.png
-share/icons/hicolor/48x48/apps/goa-account-flickr.png
-share/icons/hicolor/48x48/apps/goa-account-foursquare.png
-share/icons/hicolor/48x48/apps/goa-account-google.png
-share/icons/hicolor/48x48/apps/goa-account-msn.png
-share/icons/hicolor/48x48/apps/goa-account-owncloud.png
-share/icons/hicolor/48x48/apps/goa-account-pocket.png
-share/icons/hicolor/48x48/apps/goa-account-todoist.png
-share/icons/hicolor/48x48/apps/goa-account.png
-share/icons/hicolor/96x96/apps/goa-account-facebook.png
-share/icons/hicolor/96x96/apps/goa-account-flickr.png
-share/icons/hicolor/96x96/apps/goa-account-foursquare.png
-share/icons/hicolor/96x96/apps/goa-account-google.png
-share/icons/hicolor/96x96/apps/goa-account-msn.png
-share/icons/hicolor/96x96/apps/goa-account-owncloud.png
-share/icons/hicolor/96x96/apps/goa-account-pocket.png
-share/icons/hicolor/96x96/apps/goa-account-todoist.png
-share/icons/hicolor/96x96/apps/goa-account.png
+share/icons/hicolor/scalable/apps/goa-account-exchange.svg
+share/icons/hicolor/scalable/apps/goa-account-facebook.svg
+share/icons/hicolor/scalable/apps/goa-account-fedora.svg
+share/icons/hicolor/scalable/apps/goa-account-flickr.svg
+share/icons/hicolor/scalable/apps/goa-account-foursquare.svg
+share/icons/hicolor/scalable/apps/goa-account-google.svg
+share/icons/hicolor/scalable/apps/goa-account-lastfm.svg
+share/icons/hicolor/scalable/apps/goa-account-msn.svg
+share/icons/hicolor/scalable/apps/goa-account-owncloud.svg
+share/icons/hicolor/scalable/apps/goa-account.svg
+share/icons/hicolor/symbolic/apps/goa-account-exchange-symbolic.svg
+share/icons/hicolor/symbolic/apps/goa-account-facebook-symbolic.svg
+share/icons/hicolor/symbolic/apps/goa-account-flickr-symbolic.svg
+share/icons/hicolor/symbolic/apps/goa-account-foursquare-symbolic.svg
+share/icons/hicolor/symbolic/apps/goa-account-google-symbolic.svg
+share/icons/hicolor/symbolic/apps/goa-account-lastfm-symbolic.svg
+share/icons/hicolor/symbolic/apps/goa-account-msn-symbolic.svg
+share/icons/hicolor/symbolic/apps/goa-account-owncloud-symbolic.svg
+share/icons/hicolor/symbolic/apps/goa-account-symbolic.svg
share/locale/af/LC_MESSAGES/gnome-online-accounts.mo
share/locale/an/LC_MESSAGES/gnome-online-accounts.mo
share/locale/ar/LC_MESSAGES/gnome-online-accounts.mo
@@ -88,6 +51,7 @@ share/locale/bn_IN/LC_MESSAGES/gnome-onl
share/locale/bs/LC_MESSAGES/gnome-online-accounts.mo
share/locale/ca/LC_MESSAGES/gnome-online-accounts.mo
share/locale/ca@valencia/LC_MESSAGES/gnome-online-accounts.mo
+share/locale/ckb/LC_MESSAGES/gnome-online-accounts.mo
share/locale/cs/LC_MESSAGES/gnome-online-accounts.mo
share/locale/da/LC_MESSAGES/gnome-online-accounts.mo
share/locale/de/LC_MESSAGES/gnome-online-accounts.mo
@@ -113,12 +77,14 @@ share/locale/id/LC_MESSAGES/gnome-online
share/locale/is/LC_MESSAGES/gnome-online-accounts.mo
share/locale/it/LC_MESSAGES/gnome-online-accounts.mo
share/locale/ja/LC_MESSAGES/gnome-online-accounts.mo
+share/locale/kab/LC_MESSAGES/gnome-online-accounts.mo
share/locale/kk/LC_MESSAGES/gnome-online-accounts.mo
share/locale/km/LC_MESSAGES/gnome-online-accounts.mo
share/locale/kn/LC_MESSAGES/gnome-online-accounts.mo
share/locale/ko/LC_MESSAGES/gnome-online-accounts.mo
share/locale/lt/LC_MESSAGES/gnome-online-accounts.mo
share/locale/lv/LC_MESSAGES/gnome-online-accounts.mo
+share/locale/mjw/LC_MESSAGES/gnome-online-accounts.mo
share/locale/mk/LC_MESSAGES/gnome-online-accounts.mo
share/locale/ml/LC_MESSAGES/gnome-online-accounts.mo
share/locale/mr/LC_MESSAGES/gnome-online-accounts.mo
Index: pkgsrc/net/gnome-online-accounts/buildlink3.mk
diff -u pkgsrc/net/gnome-online-accounts/buildlink3.mk:1.14 pkgsrc/net/gnome-online-accounts/buildlink3.mk:1.15
--- pkgsrc/net/gnome-online-accounts/buildlink3.mk:1.14 Tue Jun 2 08:22:51 2020
+++ pkgsrc/net/gnome-online-accounts/buildlink3.mk Wed Jun 10 20:13:01 2020
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.14 2020/06/02 08:22:51 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.15 2020/06/10 20:13:01 nia Exp $
BUILDLINK_TREE+= gnome-online-accounts
@@ -9,11 +9,7 @@ BUILDLINK_API_DEPENDS.gnome-online-accou
BUILDLINK_ABI_DEPENDS.gnome-online-accounts?= gnome-online-accounts>=3.28.0nb14
BUILDLINK_PKGSRCDIR.gnome-online-accounts?= ../../net/gnome-online-accounts
-.include "../../security/libgcrypt/buildlink3.mk"
-.include "../../security/libsecret/buildlink3.mk"
-.include "../../textproc/json-glib/buildlink3.mk"
-.include "../../www/librest07/buildlink3.mk"
-.include "../../www/webkit-gtk/buildlink3.mk"
+.include "../../x11/gtk3/buildlink3.mk"
.endif # GNOME_ONLINE_ACCOUNTS_BUILDLINK3_MK
BUILDLINK_TREE+= -gnome-online-accounts
Index: pkgsrc/net/gnome-online-accounts/distinfo
diff -u pkgsrc/net/gnome-online-accounts/distinfo:1.5 pkgsrc/net/gnome-online-accounts/distinfo:1.6
--- pkgsrc/net/gnome-online-accounts/distinfo:1.5 Fri Jun 1 22:00:06 2018
+++ pkgsrc/net/gnome-online-accounts/distinfo Wed Jun 10 20:13:01 2020
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.5 2018/06/01 22:00:06 youri Exp $
+$NetBSD: distinfo,v 1.6 2020/06/10 20:13:01 nia Exp $
-SHA1 (gnome-online-accounts-3.28.0.tar.xz) = 3185530d5605cda0d11ee975e2985bfe59686d74
-RMD160 (gnome-online-accounts-3.28.0.tar.xz) = 70a77e53014a96df9e645c324e0b9a57042e7bb4
-SHA512 (gnome-online-accounts-3.28.0.tar.xz) = b5f83544aca0cd24dbc778a492e0da4ca82eb6acaab375daaf7aa1482acfd31c1ba82c1afc127a8890a63e883ac8a1f277da906819573d672d2d3da7f582c02b
-Size (gnome-online-accounts-3.28.0.tar.xz) = 1531200 bytes
-SHA1 (patch-configure) = ae6503051574e8a918362c1ec547b5399d078206
+SHA1 (gnome-online-accounts-3.36.0.tar.xz) = e1b1f5ddd9d78e9f0822284ddb53f771fe9a96e0
+RMD160 (gnome-online-accounts-3.36.0.tar.xz) = dd5bc0427140b0eaab80687ec53efe4b8ea9f23e
+SHA512 (gnome-online-accounts-3.36.0.tar.xz) = 2d04ea016c1bace9a2cb6ef7a6539c7f878cfa9b309394b18ed692ef1b9b73bf5f93a3f9edcb74170f1be4823a5c9ac6cde3b4e7245906e1b4e130d33eeb1c81
+Size (gnome-online-accounts-3.36.0.tar.xz) = 860472 bytes
+SHA1 (patch-configure) = db66ef8d31189e5b92b0e8e9d9db40b88f87d72c
Index: pkgsrc/net/gnome-online-accounts/patches/patch-configure
diff -u pkgsrc/net/gnome-online-accounts/patches/patch-configure:1.1 pkgsrc/net/gnome-online-accounts/patches/patch-configure:1.2
--- pkgsrc/net/gnome-online-accounts/patches/patch-configure:1.1 Thu May 31 14:45:56 2018
+++ pkgsrc/net/gnome-online-accounts/patches/patch-configure Wed Jun 10 20:13:01 2020
@@ -1,10 +1,28 @@
-$NetBSD: patch-configure,v 1.1 2018/05/31 14:45:56 youri Exp $
+$NetBSD: patch-configure,v 1.2 2020/06/10 20:13:01 nia Exp $
-Portability fix.
+Shell portability.
---- configure.orig 2018-04-17 15:48:19.000000000 +0000
+--- configure.orig 2020-03-10 13:08:11.000000000 +0000
+++ configure
-@@ -16773,14 +16773,14 @@ fi
+@@ -16991,14 +16991,14 @@ fi
+
+
+ if test "$enable_fedora" != "no"; then
+- if test "$enable_fedora" == "yes" &&
+- test "$have_fedora" == "no" ; then
++ if test "$enable_fedora" = "yes" &&
++ test "$have_fedora" = "no" ; then
+ as_fn_error $? "Fedora Account System support requested, but not available" "$LINENO" 5
+ fi
+
+ enable_fedora=$have_fedora
+
+- if test "$enable_fedora" == "yes"; then
++ if test "$enable_fedora" = "yes"; then
+
+ $as_echo "#define GCR_API_SUBJECT_TO_CHANGE 1" >>confdefs.h
+
+@@ -17389,14 +17389,14 @@ fi
if test "$enable_kerberos" != "no"; then
Home |
Main Index |
Thread Index |
Old Index