Date: Thursday, June 5, 2014 @ 04:51:25
  Author: svenstaro
Revision: 112690

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

Added:
  pidgin-gfire/repos/community-i686/PKGBUILD
    (from rev 112689, pidgin-gfire/trunk/PKGBUILD)
  pidgin-gfire/repos/community-i686/gfire-libnotify.patch
    (from rev 112689, pidgin-gfire/trunk/gfire-libnotify.patch)
  pidgin-gfire/repos/community-x86_64/PKGBUILD
    (from rev 112689, pidgin-gfire/trunk/PKGBUILD)
  pidgin-gfire/repos/community-x86_64/gfire-libnotify.patch
    (from rev 112689, 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                              |   58 +++++++++++++++++++++++++++++++
 /gfire-libnotify.patch                 |   42 ++++++++++++++++++++++
 community-i686/PKGBUILD                |   27 --------------
 community-i686/gfire-libnotify.patch   |   21 -----------
 community-x86_64/PKGBUILD              |   27 --------------
 community-x86_64/gfire-libnotify.patch |   21 -----------
 6 files changed, 100 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2014-06-05 02:51:17 UTC (rev 112689)
+++ community-i686/PKGBUILD     2014-06-05 02:51:25 UTC (rev 112690)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase <[email protected]>
-# 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
-}

Copied: pidgin-gfire/repos/community-i686/PKGBUILD (from rev 112689, 
pidgin-gfire/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2014-06-05 02:51:25 UTC (rev 112690)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <[email protected]>
+# 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.6
+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=('b8ff028195f3effb78f25a95f03d89fc'
+         '5d6fc2b98837fbebba6bef2648699d5e')
+
+build() {
+    cd $pkgname-$pkgver
+    ./autogen.sh
+    ./configure --prefix=/usr --enable-libnotify
+    make
+}
+
+package() {
+    cd $pkgname-$pkgver
+    make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/gfire-libnotify.patch
===================================================================
--- community-i686/gfire-libnotify.patch        2014-06-05 02:51:17 UTC (rev 
112689)
+++ community-i686/gfire-libnotify.patch        2014-06-05 02:51:25 UTC (rev 
112690)
@@ -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 
112689, pidgin-gfire/trunk/gfire-libnotify.patch)
===================================================================
--- community-i686/gfire-libnotify.patch                                (rev 0)
+++ community-i686/gfire-libnotify.patch        2014-06-05 02:51:25 UTC (rev 
112690)
@@ -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-06-05 02:51:17 UTC (rev 112689)
+++ community-x86_64/PKGBUILD   2014-06-05 02:51:25 UTC (rev 112690)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase <[email protected]>
-# 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
-}

Copied: pidgin-gfire/repos/community-x86_64/PKGBUILD (from rev 112689, 
pidgin-gfire/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2014-06-05 02:51:25 UTC (rev 112690)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <[email protected]>
+# 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.6
+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=('b8ff028195f3effb78f25a95f03d89fc'
+         '5d6fc2b98837fbebba6bef2648699d5e')
+
+build() {
+    cd $pkgname-$pkgver
+    ./autogen.sh
+    ./configure --prefix=/usr --enable-libnotify
+    make
+}
+
+package() {
+    cd $pkgname-$pkgver
+    make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/gfire-libnotify.patch
===================================================================
--- community-x86_64/gfire-libnotify.patch      2014-06-05 02:51:17 UTC (rev 
112689)
+++ community-x86_64/gfire-libnotify.patch      2014-06-05 02:51:25 UTC (rev 
112690)
@@ -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 
112689, pidgin-gfire/trunk/gfire-libnotify.patch)
===================================================================
--- community-x86_64/gfire-libnotify.patch                              (rev 0)
+++ community-x86_64/gfire-libnotify.patch      2014-06-05 02:51:25 UTC (rev 
112690)
@@ -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