Date: Sunday, May 4, 2014 @ 01:18:16
  Author: svenstaro
Revision: 110576

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

Added:
  pidgin-gfire/repos/community-i686/PKGBUILD
    (from rev 110575, pidgin-gfire/trunk/PKGBUILD)
  pidgin-gfire/repos/community-i686/gfire-libnotify.patch
    (from rev 110575, pidgin-gfire/trunk/gfire-libnotify.patch)
  pidgin-gfire/repos/community-x86_64/PKGBUILD
    (from rev 110575, pidgin-gfire/trunk/PKGBUILD)
  pidgin-gfire/repos/community-x86_64/gfire-libnotify.patch
    (from rev 110575, pidgin-gfire/trunk/gfire-libnotify.patch)
Deleted:
  pidgin-gfire/repos/community-i686/PKGBUILD
  pidgin-gfire/repos/community-i686/gfire-libnotify.patch
  pidgin-gfire/repos/community-x86_64/PKGBUILD
  pidgin-gfire/repos/community-x86_64/gfire-libnotify.patch

----------------------------------------+
 /PKGBUILD                              |   54 +++++++++++++++++++++++++++++++
 /gfire-libnotify.patch                 |   42 ++++++++++++++++++++++++
 community-i686/PKGBUILD                |   28 ----------------
 community-i686/gfire-libnotify.patch   |   21 ------------
 community-x86_64/PKGBUILD              |   28 ----------------
 community-x86_64/gfire-libnotify.patch |   21 ------------
 6 files changed, 96 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2014-05-03 23:18:05 UTC (rev 110575)
+++ community-i686/PKGBUILD     2014-05-03 23:18:16 UTC (rev 110576)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase <s...@lutzhaase.com>
-# Contributor: Slash <demodevil5[at]yahoo[dot]com>
-# Contributor: LookTJ <jesus[dot]christ[dot]i[dot]love[at]gmail[dot]com>
-
-pkgname=pidgin-gfire
-pkgver=0.9.4
-pkgrel=4
-pkgdesc="Gfire is an Plugin for the Pidgin IM client which allows you to 
connect the Xfire network."
-arch=('i686' 'x86_64')
-url="http://gfireproject.org/";
-license=('GPL')
-depends=('glib2' 'pidgin' 'libnotify' 'gtk2')
-makedepends=('pkgconfig' 'intltool' 'libtool')
-source=("http://downloads.sourceforge.net/gfire/pidgin-gfire-$pkgver.tar.bz2"; 
"gfire-libnotify.patch")
-md5sums=('7167828fd77200603a318afdd4d9ebd2'
-         '5d6fc2b98837fbebba6bef2648699d5e')
-
-build() {
-    cd "$srcdir/pidgin-gfire-$pkgver"
-
-    patch -p0 -i ../gfire-libnotify.patch
-    sed "/gthread.h/d" -i src/gf_base.h
-    ./autogen.sh
-    ./configure --prefix=/usr --enable-libnotify
-    make
-    make DESTDIR="$pkgdir" install
-}

Copied: pidgin-gfire/repos/community-i686/PKGBUILD (from rev 110575, 
pidgin-gfire/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2014-05-03 23:18:16 UTC (rev 110576)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <s...@lutzhaase.com>
+# Contributor: Slash <demodevil5[at]yahoo[dot]com>
+# Contributor: LookTJ <jesus[dot]christ[dot]i[dot]love[at]gmail[dot]com>
+
+pkgname=pidgin-gfire
+pkgver=0.9.5
+pkgrel=1
+pkgdesc="Gfire is an Plugin for the Pidgin IM client which allows you to 
connect the Xfire network."
+arch=('i686' 'x86_64')
+url="http://gfireproject.org/";
+license=('GPL')
+depends=('glib2' 'pidgin' 'libnotify' 'gtk2')
+makedepends=('pkgconfig' 'intltool' 'libtool')
+source=("http://downloads.sourceforge.net/gfire/pidgin-gfire-$pkgver.tar.bz2"; 
"gfire-libnotify.patch")
+md5sums=('6ad6197b6b1a0d5d82d7267661431907'
+         '5d6fc2b98837fbebba6bef2648699d5e')
+
+build() {
+    ./autogen.sh
+    ./configure --prefix=/usr --enable-libnotify
+    make
+}
+
+package() {
+    make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/gfire-libnotify.patch
===================================================================
--- community-i686/gfire-libnotify.patch        2014-05-03 23:18:05 UTC (rev 
110575)
+++ community-i686/gfire-libnotify.patch        2014-05-03 23:18:16 UTC (rev 
110576)
@@ -1,21 +0,0 @@
---- src/gf_util.c      2011-03-14 21:19:46.987545000 +0100
-+++ src/gf_util.c      2011-04-18 03:36:24.970676551 +0200
-@@ -612,7 +612,7 @@
-       if(!gfire_notify_init() || !p_title)
-               return;
- 
--      NotifyNotification *notification = notify_notification_new(p_title, 
p_msg, NULL, NULL);
-+      NotifyNotification *notification = notify_notification_new(p_title, 
p_msg, NULL);
-       notify_notification_set_urgency(notification, NOTIFY_URGENCY_NORMAL);
-       notify_notification_set_timeout(notification, NOTIFY_EXPIRES_DEFAULT);
-       g_signal_connect(notification, "closed", 
G_CALLBACK(gfire_notify_closed_cb), NULL);
-@@ -637,7 +637,7 @@
-               return;
-       }
- 
--      notification = notify_notification_new(p_title, p_msg, NULL, NULL);
-+      notification = notify_notification_new(p_title, p_msg, NULL);
- 
-       // Get Buddy Icon
-       PurpleBuddyIcon *icon = purple_buddy_get_icon(p_buddy);
-

Copied: pidgin-gfire/repos/community-i686/gfire-libnotify.patch (from rev 
110575, pidgin-gfire/trunk/gfire-libnotify.patch)
===================================================================
--- community-i686/gfire-libnotify.patch                                (rev 0)
+++ community-i686/gfire-libnotify.patch        2014-05-03 23:18:16 UTC (rev 
110576)
@@ -0,0 +1,21 @@
+--- src/gf_util.c      2011-03-14 21:19:46.987545000 +0100
++++ src/gf_util.c      2011-04-18 03:36:24.970676551 +0200
+@@ -612,7 +612,7 @@
+       if(!gfire_notify_init() || !p_title)
+               return;
+ 
+-      NotifyNotification *notification = notify_notification_new(p_title, 
p_msg, NULL, NULL);
++      NotifyNotification *notification = notify_notification_new(p_title, 
p_msg, NULL);
+       notify_notification_set_urgency(notification, NOTIFY_URGENCY_NORMAL);
+       notify_notification_set_timeout(notification, NOTIFY_EXPIRES_DEFAULT);
+       g_signal_connect(notification, "closed", 
G_CALLBACK(gfire_notify_closed_cb), NULL);
+@@ -637,7 +637,7 @@
+               return;
+       }
+ 
+-      notification = notify_notification_new(p_title, p_msg, NULL, NULL);
++      notification = notify_notification_new(p_title, p_msg, NULL);
+ 
+       // Get Buddy Icon
+       PurpleBuddyIcon *icon = purple_buddy_get_icon(p_buddy);
+

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2014-05-03 23:18:05 UTC (rev 110575)
+++ community-x86_64/PKGBUILD   2014-05-03 23:18:16 UTC (rev 110576)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase <s...@lutzhaase.com>
-# Contributor: Slash <demodevil5[at]yahoo[dot]com>
-# Contributor: LookTJ <jesus[dot]christ[dot]i[dot]love[at]gmail[dot]com>
-
-pkgname=pidgin-gfire
-pkgver=0.9.4
-pkgrel=4
-pkgdesc="Gfire is an Plugin for the Pidgin IM client which allows you to 
connect the Xfire network."
-arch=('i686' 'x86_64')
-url="http://gfireproject.org/";
-license=('GPL')
-depends=('glib2' 'pidgin' 'libnotify' 'gtk2')
-makedepends=('pkgconfig' 'intltool' 'libtool')
-source=("http://downloads.sourceforge.net/gfire/pidgin-gfire-$pkgver.tar.bz2"; 
"gfire-libnotify.patch")
-md5sums=('7167828fd77200603a318afdd4d9ebd2'
-         '5d6fc2b98837fbebba6bef2648699d5e')
-
-build() {
-    cd "$srcdir/pidgin-gfire-$pkgver"
-
-    patch -p0 -i ../gfire-libnotify.patch
-    sed "/gthread.h/d" -i src/gf_base.h
-    ./autogen.sh
-    ./configure --prefix=/usr --enable-libnotify
-    make
-    make DESTDIR="$pkgdir" install
-}

Copied: pidgin-gfire/repos/community-x86_64/PKGBUILD (from rev 110575, 
pidgin-gfire/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2014-05-03 23:18:16 UTC (rev 110576)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <s...@lutzhaase.com>
+# Contributor: Slash <demodevil5[at]yahoo[dot]com>
+# Contributor: LookTJ <jesus[dot]christ[dot]i[dot]love[at]gmail[dot]com>
+
+pkgname=pidgin-gfire
+pkgver=0.9.5
+pkgrel=1
+pkgdesc="Gfire is an Plugin for the Pidgin IM client which allows you to 
connect the Xfire network."
+arch=('i686' 'x86_64')
+url="http://gfireproject.org/";
+license=('GPL')
+depends=('glib2' 'pidgin' 'libnotify' 'gtk2')
+makedepends=('pkgconfig' 'intltool' 'libtool')
+source=("http://downloads.sourceforge.net/gfire/pidgin-gfire-$pkgver.tar.bz2"; 
"gfire-libnotify.patch")
+md5sums=('6ad6197b6b1a0d5d82d7267661431907'
+         '5d6fc2b98837fbebba6bef2648699d5e')
+
+build() {
+    ./autogen.sh
+    ./configure --prefix=/usr --enable-libnotify
+    make
+}
+
+package() {
+    make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/gfire-libnotify.patch
===================================================================
--- community-x86_64/gfire-libnotify.patch      2014-05-03 23:18:05 UTC (rev 
110575)
+++ community-x86_64/gfire-libnotify.patch      2014-05-03 23:18:16 UTC (rev 
110576)
@@ -1,21 +0,0 @@
---- src/gf_util.c      2011-03-14 21:19:46.987545000 +0100
-+++ src/gf_util.c      2011-04-18 03:36:24.970676551 +0200
-@@ -612,7 +612,7 @@
-       if(!gfire_notify_init() || !p_title)
-               return;
- 
--      NotifyNotification *notification = notify_notification_new(p_title, 
p_msg, NULL, NULL);
-+      NotifyNotification *notification = notify_notification_new(p_title, 
p_msg, NULL);
-       notify_notification_set_urgency(notification, NOTIFY_URGENCY_NORMAL);
-       notify_notification_set_timeout(notification, NOTIFY_EXPIRES_DEFAULT);
-       g_signal_connect(notification, "closed", 
G_CALLBACK(gfire_notify_closed_cb), NULL);
-@@ -637,7 +637,7 @@
-               return;
-       }
- 
--      notification = notify_notification_new(p_title, p_msg, NULL, NULL);
-+      notification = notify_notification_new(p_title, p_msg, NULL);
- 
-       // Get Buddy Icon
-       PurpleBuddyIcon *icon = purple_buddy_get_icon(p_buddy);
-

Copied: pidgin-gfire/repos/community-x86_64/gfire-libnotify.patch (from rev 
110575, pidgin-gfire/trunk/gfire-libnotify.patch)
===================================================================
--- community-x86_64/gfire-libnotify.patch                              (rev 0)
+++ community-x86_64/gfire-libnotify.patch      2014-05-03 23:18:16 UTC (rev 
110576)
@@ -0,0 +1,21 @@
+--- src/gf_util.c      2011-03-14 21:19:46.987545000 +0100
++++ src/gf_util.c      2011-04-18 03:36:24.970676551 +0200
+@@ -612,7 +612,7 @@
+       if(!gfire_notify_init() || !p_title)
+               return;
+ 
+-      NotifyNotification *notification = notify_notification_new(p_title, 
p_msg, NULL, NULL);
++      NotifyNotification *notification = notify_notification_new(p_title, 
p_msg, NULL);
+       notify_notification_set_urgency(notification, NOTIFY_URGENCY_NORMAL);
+       notify_notification_set_timeout(notification, NOTIFY_EXPIRES_DEFAULT);
+       g_signal_connect(notification, "closed", 
G_CALLBACK(gfire_notify_closed_cb), NULL);
+@@ -637,7 +637,7 @@
+               return;
+       }
+ 
+-      notification = notify_notification_new(p_title, p_msg, NULL, NULL);
++      notification = notify_notification_new(p_title, p_msg, NULL);
+ 
+       // Get Buddy Icon
+       PurpleBuddyIcon *icon = purple_buddy_get_icon(p_buddy);
+

Reply via email to