[arch-commits] Commit in libgdata/repos (6 files)

Jan Steffens heftig at archlinux.org
Mon Mar 6 05:39:20 UTC 2017


    Date: Monday, March 6, 2017 @ 05:39:20
  Author: heftig
Revision: 290033

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  libgdata/repos/extra-i686/0001-tests-Fix-setting-properties-on-i686.patch
    (from rev 290032, libgdata/trunk/0001-tests-Fix-setting-properties-on-i686.patch)
  libgdata/repos/extra-i686/PKGBUILD
    (from rev 290032, libgdata/trunk/PKGBUILD)
  libgdata/repos/extra-x86_64/0001-tests-Fix-setting-properties-on-i686.patch
    (from rev 290032, libgdata/trunk/0001-tests-Fix-setting-properties-on-i686.patch)
  libgdata/repos/extra-x86_64/PKGBUILD
    (from rev 290032, libgdata/trunk/PKGBUILD)
Deleted:
  libgdata/repos/extra-i686/PKGBUILD
  libgdata/repos/extra-x86_64/PKGBUILD

--------------------------------------------------------------+
 /PKGBUILD                                                    |   92 ++++++++++
 extra-i686/0001-tests-Fix-setting-properties-on-i686.patch   |   27 ++
 extra-i686/PKGBUILD                                          |   38 ----
 extra-x86_64/0001-tests-Fix-setting-properties-on-i686.patch |   27 ++
 extra-x86_64/PKGBUILD                                        |   38 ----
 5 files changed, 146 insertions(+), 76 deletions(-)

Copied: libgdata/repos/extra-i686/0001-tests-Fix-setting-properties-on-i686.patch (from rev 290032, libgdata/trunk/0001-tests-Fix-setting-properties-on-i686.patch)
===================================================================
--- extra-i686/0001-tests-Fix-setting-properties-on-i686.patch	                        (rev 0)
+++ extra-i686/0001-tests-Fix-setting-properties-on-i686.patch	2017-03-06 05:39:20 UTC (rev 290033)
@@ -0,0 +1,27 @@
+From cd0d7333e67558e3578255a39f938cfa33d6ffe3 Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" <jan.steffens at gmail.com>
+Date: Mon, 6 Mar 2017 06:28:32 +0100
+Subject: [PATCH] tests: Fix setting properties on i686
+
+Without the cast, an integer literal will have to wrong size for a
+64-bit integer parameter.
+---
+ gdata/tests/general.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/gdata/tests/general.c b/gdata/tests/general.c
+index 6b41f25528e62f9f..75232de3c77fd509 100644
+--- a/gdata/tests/general.c
++++ b/gdata/tests/general.c
+@@ -1309,7 +1309,7 @@ test_query_properties (void)
+ 		g_assert_##cmptype (gdata_query_get_##name_underscores (query), ==, new_val); \
+  \
+ 		notification_received = FALSE; \
+-		g_object_set (query, name_hyphens, new_val2, NULL); \
++		g_object_set (query, name_hyphens, (val_type) new_val2, NULL); \
+ 		g_assert (notification_received == TRUE); \
+  \
+ 		g_assert_##cmptype (gdata_query_get_##name_underscores (query), ==, new_val2); \
+-- 
+2.12.0
+

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2017-03-06 05:38:42 UTC (rev 290032)
+++ extra-i686/PKGBUILD	2017-03-06 05:39:20 UTC (rev 290033)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=libgdata
-pkgver=0.17.6
-pkgrel=1
-pkgdesc="GLib-based library for accessing online service APIs using the GData protocol"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libsoup' 'liboauth' 'gcr' 'gnome-online-accounts')
-makedepends=('intltool' 'gobject-introspection' 'vala' 'uhttpmock' 'git' 'gtk-doc' 'autoconf-archive')
-url="http://www.gnome.org"
-_commit=17aeee7598a896603d7037066c7ac90b1ef87cd9
-source=("git://git.gnome.org/libgdata#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed -e 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-  
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --disable-static --enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: libgdata/repos/extra-i686/PKGBUILD (from rev 290032, libgdata/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2017-03-06 05:39:20 UTC (rev 290033)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libgdata
+pkgver=0.17.7
+pkgrel=1
+pkgdesc="GLib-based library for accessing online service APIs using the GData protocol"
+url="https://wiki.gnome.org/Projects/libgdata"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libsoup' 'liboauth' 'gcr' 'gnome-online-accounts')
+makedepends=('intltool' 'gobject-introspection' 'vala' 'uhttpmock' 'git' 'gtk-doc' 'autoconf-archive')
+_commit=209aa98488bbc08e54b41faad8b65426ac62ae32  # tags/0.17.7^0
+source=("git+https://git.gnome.org/browse/libgdata#commit=$_commit"
+        0001-tests-Fix-setting-properties-on-i686.patch)
+sha256sums=('SKIP'
+            '7618eb05c30130132a66b719d6d0427a37a9cb266dcde4e03237b591008880bf')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed -e 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  patch -Np1 -i ../0001-tests-Fix-setting-properties-on-i686.patch
+  NOCONFIGURE=1 ./autogen.sh
+}
+  
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --disable-static --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: libgdata/repos/extra-x86_64/0001-tests-Fix-setting-properties-on-i686.patch (from rev 290032, libgdata/trunk/0001-tests-Fix-setting-properties-on-i686.patch)
===================================================================
--- extra-x86_64/0001-tests-Fix-setting-properties-on-i686.patch	                        (rev 0)
+++ extra-x86_64/0001-tests-Fix-setting-properties-on-i686.patch	2017-03-06 05:39:20 UTC (rev 290033)
@@ -0,0 +1,27 @@
+From cd0d7333e67558e3578255a39f938cfa33d6ffe3 Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" <jan.steffens at gmail.com>
+Date: Mon, 6 Mar 2017 06:28:32 +0100
+Subject: [PATCH] tests: Fix setting properties on i686
+
+Without the cast, an integer literal will have to wrong size for a
+64-bit integer parameter.
+---
+ gdata/tests/general.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/gdata/tests/general.c b/gdata/tests/general.c
+index 6b41f25528e62f9f..75232de3c77fd509 100644
+--- a/gdata/tests/general.c
++++ b/gdata/tests/general.c
+@@ -1309,7 +1309,7 @@ test_query_properties (void)
+ 		g_assert_##cmptype (gdata_query_get_##name_underscores (query), ==, new_val); \
+  \
+ 		notification_received = FALSE; \
+-		g_object_set (query, name_hyphens, new_val2, NULL); \
++		g_object_set (query, name_hyphens, (val_type) new_val2, NULL); \
+ 		g_assert (notification_received == TRUE); \
+  \
+ 		g_assert_##cmptype (gdata_query_get_##name_underscores (query), ==, new_val2); \
+-- 
+2.12.0
+

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2017-03-06 05:38:42 UTC (rev 290032)
+++ extra-x86_64/PKGBUILD	2017-03-06 05:39:20 UTC (rev 290033)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=libgdata
-pkgver=0.17.6
-pkgrel=1
-pkgdesc="GLib-based library for accessing online service APIs using the GData protocol"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libsoup' 'liboauth' 'gcr' 'gnome-online-accounts')
-makedepends=('intltool' 'gobject-introspection' 'vala' 'uhttpmock' 'git' 'gtk-doc' 'autoconf-archive')
-url="http://www.gnome.org"
-_commit=17aeee7598a896603d7037066c7ac90b1ef87cd9
-source=("git://git.gnome.org/libgdata#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed -e 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-  
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --disable-static --enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: libgdata/repos/extra-x86_64/PKGBUILD (from rev 290032, libgdata/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-03-06 05:39:20 UTC (rev 290033)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libgdata
+pkgver=0.17.7
+pkgrel=1
+pkgdesc="GLib-based library for accessing online service APIs using the GData protocol"
+url="https://wiki.gnome.org/Projects/libgdata"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libsoup' 'liboauth' 'gcr' 'gnome-online-accounts')
+makedepends=('intltool' 'gobject-introspection' 'vala' 'uhttpmock' 'git' 'gtk-doc' 'autoconf-archive')
+_commit=209aa98488bbc08e54b41faad8b65426ac62ae32  # tags/0.17.7^0
+source=("git+https://git.gnome.org/browse/libgdata#commit=$_commit"
+        0001-tests-Fix-setting-properties-on-i686.patch)
+sha256sums=('SKIP'
+            '7618eb05c30130132a66b719d6d0427a37a9cb266dcde4e03237b591008880bf')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed -e 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  patch -Np1 -i ../0001-tests-Fix-setting-properties-on-i686.patch
+  NOCONFIGURE=1 ./autogen.sh
+}
+  
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --disable-static --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list