[arch-commits] Commit in libsocialweb/repos (8 files)

2014-07-02 Thread Felix Yan
Date: Wednesday, July 2, 2014 @ 10:44:50
  Author: fyan
Revision: 216207

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

Added:
  libsocialweb/repos/extra-i686/PKGBUILD
(from rev 216206, libsocialweb/trunk/PKGBUILD)
  libsocialweb/repos/extra-i686/libsocialweb-gir-fix.patch
(from rev 216206, libsocialweb/trunk/libsocialweb-gir-fix.patch)
  libsocialweb/repos/extra-x86_64/PKGBUILD
(from rev 216206, libsocialweb/trunk/PKGBUILD)
  libsocialweb/repos/extra-x86_64/libsocialweb-gir-fix.patch
(from rev 216206, libsocialweb/trunk/libsocialweb-gir-fix.patch)
Deleted:
  libsocialweb/repos/extra-i686/PKGBUILD
  libsocialweb/repos/extra-i686/libsocialweb-gir-fix.patch
  libsocialweb/repos/extra-x86_64/PKGBUILD
  libsocialweb/repos/extra-x86_64/libsocialweb-gir-fix.patch

-+
 /PKGBUILD   |   74 +
 /libsocialweb-gir-fix.patch |  164 ++
 extra-i686/PKGBUILD |   37 --
 extra-i686/libsocialweb-gir-fix.patch   |   82 ---
 extra-x86_64/PKGBUILD   |   37 --
 extra-x86_64/libsocialweb-gir-fix.patch |   82 ---
 6 files changed, 238 insertions(+), 238 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-02 08:43:30 UTC (rev 216206)
+++ extra-i686/PKGBUILD 2014-07-02 08:44:50 UTC (rev 216207)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=libsocialweb
-pkgver=0.25.21
-pkgrel=2
-pkgdesc=A personal social data server
-arch=(i686 x86_64)
-url=http://www.gtk.org/;
-license=(GPL2)
-depends=(glib2 gconf 'libsoup=2.24.0' rest dbus-glib libgnome-keyring
- json-glib networkmanager)
-makedepends=(intltool gtk-doc vala gobject-introspection)
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
-   libsocialweb-gir-fix.patch)
-sha256sums=('f676567640cede66b6ff62f440c968943c2f3a164dd5f26155b6154ab93bf687'
-'fec8d2c67c62618b89dca238ebe502c6525d42987625b6d87dd704f88219a46a')
-
-build() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../libsocialweb-gir-fix.patch
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/libsocialweb \
---enable-all-services=yes \
---with-online=networkmanager \
---enable-vala-bindings
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libsocialweb/repos/extra-i686/PKGBUILD (from rev 216206, 
libsocialweb/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-02 08:44:50 UTC (rev 216207)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=libsocialweb
+pkgver=0.25.21
+pkgrel=3
+pkgdesc=A personal social data server
+arch=(i686 x86_64)
+url=http://www.gtk.org/;
+license=(GPL2)
+depends=(glib2 gconf 'libsoup=2.24.0' rest dbus-glib libgnome-keyring
+ json-glib networkmanager)
+makedepends=(intltool gtk-doc vala gobject-introspection)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+   libsocialweb-gir-fix.patch)
+sha256sums=('f676567640cede66b6ff62f440c968943c2f3a164dd5f26155b6154ab93bf687'
+'fec8d2c67c62618b89dca238ebe502c6525d42987625b6d87dd704f88219a46a')
+
+build() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../libsocialweb-gir-fix.patch
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/libsocialweb \
+--enable-all-services=yes \
+--with-online=networkmanager \
+--enable-vala-bindings
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/libsocialweb-gir-fix.patch
===
--- extra-i686/libsocialweb-gir-fix.patch   2014-07-02 08:43:30 UTC (rev 
216206)
+++ extra-i686/libsocialweb-gir-fix.patch   2014-07-02 08:44:50 UTC (rev 
216207)
@@ -1,82 +0,0 @@
-From c1791e96182815449781fcda6007b69cd88cf7bf Mon Sep 17 00:00:00 2001
-From: Colin Walters walt...@verbum.org
-Date: Mon, 04 Jun 2012 17:54:12 +
-Subject: client: Fix namespacing of introspection annotations
-

-diff --git a/libsocialweb-client/sw-client-contact-view.c 
b/libsocialweb-client/sw-client-contact-view.c
-index bb2679f..6eaee0e 100644
 a/libsocialweb-client/sw-client-contact-view.c
-+++ b/libsocialweb-client/sw-client-contact-view.c
-@@ -384,7 +384,7 @@ sw_client_contact_view_class_init 
(SwClientContactViewClass *klass)
-   /**
-* SwClientContactView::contacts-added:
-* @self:
--   * @contacts: (type GLib.List) (element-type Sw.Contact):
-+   * @contacts: (type GLib.List) (element-type 

[arch-commits] Commit in libsocialweb/repos (8 files)

2013-04-10 Thread Jan Steffens
Date: Wednesday, April 10, 2013 @ 21:14:03
  Author: heftig
Revision: 182556

db-move: moved libsocialweb from [staging] to [testing] (i686, x86_64)

Added:
  libsocialweb/repos/testing-i686/
  libsocialweb/repos/testing-i686/PKGBUILD
(from rev 182430, libsocialweb/repos/staging-i686/PKGBUILD)
  libsocialweb/repos/testing-i686/libsocialweb-gir-fix.patch
(from rev 182430, 
libsocialweb/repos/staging-i686/libsocialweb-gir-fix.patch)
  libsocialweb/repos/testing-x86_64/
  libsocialweb/repos/testing-x86_64/PKGBUILD
(from rev 182430, libsocialweb/repos/staging-x86_64/PKGBUILD)
  libsocialweb/repos/testing-x86_64/libsocialweb-gir-fix.patch
(from rev 182430, 
libsocialweb/repos/staging-x86_64/libsocialweb-gir-fix.patch)
Deleted:
  libsocialweb/repos/staging-i686/
  libsocialweb/repos/staging-x86_64/

---+
 testing-i686/PKGBUILD |   38 
 testing-i686/libsocialweb-gir-fix.patch   |   82 
 testing-x86_64/PKGBUILD   |   38 
 testing-x86_64/libsocialweb-gir-fix.patch |   82 
 4 files changed, 240 insertions(+)

Copied: libsocialweb/repos/testing-i686/PKGBUILD (from rev 182430, 
libsocialweb/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-10 19:14:03 UTC (rev 182556)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=libsocialweb
+pkgver=0.25.21
+pkgrel=2
+pkgdesc=A personal social data server
+arch=(i686 x86_64)
+url=http://www.gtk.org/;
+license=(GPL2)
+depends=(glib2 gconf 'libsoup=2.24.0' rest dbus-glib libgnome-keyring
+ json-glib networkmanager)
+makedepends=(intltool gtk-doc vala gobject-introspection)
+options=('!libtool')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+   libsocialweb-gir-fix.patch)
+sha256sums=('f676567640cede66b6ff62f440c968943c2f3a164dd5f26155b6154ab93bf687'
+'fec8d2c67c62618b89dca238ebe502c6525d42987625b6d87dd704f88219a46a')
+
+build() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../libsocialweb-gir-fix.patch
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/libsocialweb \
+--enable-all-services=yes \
+--with-online=networkmanager \
+--enable-vala-bindings
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: libsocialweb/repos/testing-i686/libsocialweb-gir-fix.patch (from rev 
182430, libsocialweb/repos/staging-i686/libsocialweb-gir-fix.patch)
===
--- testing-i686/libsocialweb-gir-fix.patch (rev 0)
+++ testing-i686/libsocialweb-gir-fix.patch 2013-04-10 19:14:03 UTC (rev 
182556)
@@ -0,0 +1,82 @@
+From c1791e96182815449781fcda6007b69cd88cf7bf Mon Sep 17 00:00:00 2001
+From: Colin Walters walt...@verbum.org
+Date: Mon, 04 Jun 2012 17:54:12 +
+Subject: client: Fix namespacing of introspection annotations
+
+---
+diff --git a/libsocialweb-client/sw-client-contact-view.c 
b/libsocialweb-client/sw-client-contact-view.c
+index bb2679f..6eaee0e 100644
+--- a/libsocialweb-client/sw-client-contact-view.c
 b/libsocialweb-client/sw-client-contact-view.c
+@@ -384,7 +384,7 @@ sw_client_contact_view_class_init 
(SwClientContactViewClass *klass)
+   /**
+* SwClientContactView::contacts-added:
+* @self:
+-   * @contacts: (type GLib.List) (element-type Sw.Contact):
++   * @contacts: (type GLib.List) (element-type SocialWebClient.Contact):
+*/
+   signals[CONTACTS_ADDED_SIGNAL] =
+ g_signal_new (contacts-added,
+@@ -401,7 +401,7 @@ sw_client_contact_view_class_init 
(SwClientContactViewClass *klass)
+   /**
+* SwClientContactView::contacts-removed:
+* @self:
+-   * @contacts: (type GLib.List) (element-type Sw.Contact):
++   * @contacts: (type GLib.List) (element-type SocialWebClient.Contact):
+*/
+   signals[CONTACTS_REMOVED_SIGNAL] =
+ g_signal_new (contacts-removed,
+@@ -418,7 +418,7 @@ sw_client_contact_view_class_init 
(SwClientContactViewClass *klass)
+   /**
+* SwClientContactView::contacts-changed:
+* @self:
+-   * @contacts: (type GLib.List) (element-type Sw.Contact):
++   * @contacts: (type GLib.List) (element-type SocialWebClient.Contact):
+*/
+   signals[CONTACTS_CHANGED_SIGNAL] =
+ g_signal_new (contacts-changed,
+diff --git a/libsocialweb-client/sw-client-item-view.c 
b/libsocialweb-client/sw-client-item-view.c
+index 6bfdb76..ab98fdd 100644
+--- a/libsocialweb-client/sw-client-item-view.c
 b/libsocialweb-client/sw-client-item-view.c
+@@ -389,7 +389,7 @@ sw_client_item_view_class_init (SwClientItemViewClass 
*klass)
+   /**
+* SwClientItemView::items-added:
+* @self:
+-   *