[arch-commits] Commit in (freetalk)

2018-01-06 Thread Bartłomiej Piotrowski via arch-commits
Date: Saturday, January 6, 2018 @ 20:53:11
  Author: bpiotrowski
Revision: 279716

freetalk: move to AUR

Deleted:
  freetalk/


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

2017-03-29 Thread Sergej Pupykin
Date: Wednesday, March 29, 2017 @ 15:30:21
  Author: spupykin
Revision: 219854

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

Added:
  freetalk/repos/community-staging-i686/
  freetalk/repos/community-staging-i686/ChangeLog
(from rev 219853, freetalk/trunk/ChangeLog)
  freetalk/repos/community-staging-i686/PKGBUILD
(from rev 219853, freetalk/trunk/PKGBUILD)
  freetalk/repos/community-staging-x86_64/
  freetalk/repos/community-staging-x86_64/ChangeLog
(from rev 219853, freetalk/trunk/ChangeLog)
  freetalk/repos/community-staging-x86_64/PKGBUILD
(from rev 219853, freetalk/trunk/PKGBUILD)

+
 community-staging-i686/ChangeLog   |3 +++
 community-staging-i686/PKGBUILD|   27 +++
 community-staging-x86_64/ChangeLog |3 +++
 community-staging-x86_64/PKGBUILD  |   27 +++
 4 files changed, 60 insertions(+)

Copied: freetalk/repos/community-staging-i686/ChangeLog (from rev 219853, 
freetalk/trunk/ChangeLog)
===
--- community-staging-i686/ChangeLog(rev 0)
+++ community-staging-i686/ChangeLog2017-03-29 15:30:21 UTC (rev 219854)
@@ -0,0 +1,3 @@
+2007-07-02 tardo 
+* Built for x86_64
+

Copied: freetalk/repos/community-staging-i686/PKGBUILD (from rev 219853, 
freetalk/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-29 15:30:21 UTC (rev 219854)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: William Rea 
+
+pkgname=freetalk
+pkgver=4.1
+pkgrel=4
+pkgdesc="A console based Jabber client"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/freetalk;
+license=('GPL')
+depends=('loudmouth' 'guile2.0' 'jansson' 'curl')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/GNUFreetalk/freetalk/archive/v$pkgver.tar.gz;)
+md5sums=('3141e633e83b12083e5c0e49bbc9d150')
+
+build() {
+  cd $pkgname-$pkgver
+  [ -x configure ] || ./autogen.sh
+  ./configure --prefix=/usr --disable-rpath
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  rm "$pkgdir/usr/share/info/dir"
+}

Copied: freetalk/repos/community-staging-x86_64/ChangeLog (from rev 219853, 
freetalk/trunk/ChangeLog)
===
--- community-staging-x86_64/ChangeLog  (rev 0)
+++ community-staging-x86_64/ChangeLog  2017-03-29 15:30:21 UTC (rev 219854)
@@ -0,0 +1,3 @@
+2007-07-02 tardo 
+* Built for x86_64
+

Copied: freetalk/repos/community-staging-x86_64/PKGBUILD (from rev 219853, 
freetalk/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-29 15:30:21 UTC (rev 219854)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: William Rea 
+
+pkgname=freetalk
+pkgver=4.1
+pkgrel=4
+pkgdesc="A console based Jabber client"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/freetalk;
+license=('GPL')
+depends=('loudmouth' 'guile2.0' 'jansson' 'curl')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/GNUFreetalk/freetalk/archive/v$pkgver.tar.gz;)
+md5sums=('3141e633e83b12083e5c0e49bbc9d150')
+
+build() {
+  cd $pkgname-$pkgver
+  [ -x configure ] || ./autogen.sh
+  ./configure --prefix=/usr --disable-rpath
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  rm "$pkgdir/usr/share/info/dir"
+}


[arch-commits] Commit in freetalk/trunk (PKGBUILD)

2017-03-29 Thread Sergej Pupykin
Date: Wednesday, March 29, 2017 @ 15:30:00
  Author: spupykin
Revision: 219853

upgpkg: freetalk 4.1-4

upd

Modified:
  freetalk/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-29 15:29:44 UTC (rev 219852)
+++ PKGBUILD2017-03-29 15:30:00 UTC (rev 219853)
@@ -4,12 +4,12 @@
 
 pkgname=freetalk
 pkgver=4.1
-pkgrel=3
+pkgrel=4
 pkgdesc="A console based Jabber client"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/freetalk;
 license=('GPL')
-depends=('loudmouth' 'guile' 'jansson' 'curl')
+depends=('loudmouth' 'guile2.0' 'jansson' 'curl')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/GNUFreetalk/freetalk/archive/v$pkgver.tar.gz;)
 md5sums=('3141e633e83b12083e5c0e49bbc9d150')
 


[arch-commits] Commit in freetalk/trunk (PKGBUILD)

2016-11-06 Thread Evangelos Foutras
Date: Monday, November 7, 2016 @ 00:28:48
  Author: foutrelis
Revision: 194829

readline 7.0 rebuild

Modified:
  freetalk/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-07 00:11:34 UTC (rev 194828)
+++ PKGBUILD2016-11-07 00:28:48 UTC (rev 194829)
@@ -4,7 +4,7 @@
 
 pkgname=freetalk
 pkgver=4.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A console based Jabber client"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/freetalk;


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

2016-11-06 Thread Evangelos Foutras
Date: Monday, November 7, 2016 @ 00:29:00
  Author: foutrelis
Revision: 194830

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

Added:
  freetalk/repos/community-staging-i686/
  freetalk/repos/community-staging-i686/ChangeLog
(from rev 194829, freetalk/trunk/ChangeLog)
  freetalk/repos/community-staging-i686/PKGBUILD
(from rev 194829, freetalk/trunk/PKGBUILD)
  freetalk/repos/community-staging-x86_64/
  freetalk/repos/community-staging-x86_64/ChangeLog
(from rev 194829, freetalk/trunk/ChangeLog)
  freetalk/repos/community-staging-x86_64/PKGBUILD
(from rev 194829, freetalk/trunk/PKGBUILD)

+
 community-staging-i686/ChangeLog   |3 +++
 community-staging-i686/PKGBUILD|   27 +++
 community-staging-x86_64/ChangeLog |3 +++
 community-staging-x86_64/PKGBUILD  |   27 +++
 4 files changed, 60 insertions(+)

Copied: freetalk/repos/community-staging-i686/ChangeLog (from rev 194829, 
freetalk/trunk/ChangeLog)
===
--- community-staging-i686/ChangeLog(rev 0)
+++ community-staging-i686/ChangeLog2016-11-07 00:29:00 UTC (rev 194830)
@@ -0,0 +1,3 @@
+2007-07-02 tardo 
+* Built for x86_64
+

Copied: freetalk/repos/community-staging-i686/PKGBUILD (from rev 194829, 
freetalk/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-11-07 00:29:00 UTC (rev 194830)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: William Rea 
+
+pkgname=freetalk
+pkgver=4.1
+pkgrel=3
+pkgdesc="A console based Jabber client"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/freetalk;
+license=('GPL')
+depends=('loudmouth' 'guile' 'jansson' 'curl')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/GNUFreetalk/freetalk/archive/v$pkgver.tar.gz;)
+md5sums=('3141e633e83b12083e5c0e49bbc9d150')
+
+build() {
+  cd $pkgname-$pkgver
+  [ -x configure ] || ./autogen.sh
+  ./configure --prefix=/usr --disable-rpath
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  rm "$pkgdir/usr/share/info/dir"
+}

Copied: freetalk/repos/community-staging-x86_64/ChangeLog (from rev 194829, 
freetalk/trunk/ChangeLog)
===
--- community-staging-x86_64/ChangeLog  (rev 0)
+++ community-staging-x86_64/ChangeLog  2016-11-07 00:29:00 UTC (rev 194830)
@@ -0,0 +1,3 @@
+2007-07-02 tardo 
+* Built for x86_64
+

Copied: freetalk/repos/community-staging-x86_64/PKGBUILD (from rev 194829, 
freetalk/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-11-07 00:29:00 UTC (rev 194830)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: William Rea 
+
+pkgname=freetalk
+pkgver=4.1
+pkgrel=3
+pkgdesc="A console based Jabber client"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/freetalk;
+license=('GPL')
+depends=('loudmouth' 'guile' 'jansson' 'curl')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/GNUFreetalk/freetalk/archive/v$pkgver.tar.gz;)
+md5sums=('3141e633e83b12083e5c0e49bbc9d150')
+
+build() {
+  cd $pkgname-$pkgver
+  [ -x configure ] || ./autogen.sh
+  ./configure --prefix=/usr --disable-rpath
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  rm "$pkgdir/usr/share/info/dir"
+}


[arch-commits] Commit in freetalk/repos (10 files)

2016-04-27 Thread Sergej Pupykin
Date: Thursday, April 28, 2016 @ 00:59:03
  Author: spupykin
Revision: 172255

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

Added:
  freetalk/repos/community-i686/ChangeLog
(from rev 172254, freetalk/trunk/ChangeLog)
  freetalk/repos/community-i686/PKGBUILD
(from rev 172254, freetalk/trunk/PKGBUILD)
  freetalk/repos/community-x86_64/ChangeLog
(from rev 172254, freetalk/trunk/ChangeLog)
  freetalk/repos/community-x86_64/PKGBUILD
(from rev 172254, freetalk/trunk/PKGBUILD)
Deleted:
  freetalk/repos/community-i686/ChangeLog
  freetalk/repos/community-i686/PKGBUILD
  freetalk/repos/community-i686/freetalk.install
  freetalk/repos/community-x86_64/ChangeLog
  freetalk/repos/community-x86_64/PKGBUILD
  freetalk/repos/community-x86_64/freetalk.install

---+
 /ChangeLog|6 
 /PKGBUILD |   54 
 community-i686/ChangeLog  |3 --
 community-i686/PKGBUILD   |   28 --
 community-i686/freetalk.install   |   19 
 community-x86_64/ChangeLog|3 --
 community-x86_64/PKGBUILD |   28 --
 community-x86_64/freetalk.install |   19 
 8 files changed, 60 insertions(+), 100 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2016-04-27 22:58:49 UTC (rev 172254)
+++ community-i686/ChangeLog2016-04-27 22:59:03 UTC (rev 172255)
@@ -1,3 +0,0 @@
-2007-07-02 tardo 
-* Built for x86_64
-

Copied: freetalk/repos/community-i686/ChangeLog (from rev 172254, 
freetalk/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2016-04-27 22:59:03 UTC (rev 172255)
@@ -0,0 +1,3 @@
+2007-07-02 tardo 
+* Built for x86_64
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-27 22:58:49 UTC (rev 172254)
+++ community-i686/PKGBUILD 2016-04-27 22:59:03 UTC (rev 172255)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: William Rea 
-
-pkgname=freetalk
-pkgver=4.1
-pkgrel=1
-pkgdesc="A console based Jabber client"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/freetalk;
-license=('GPL')
-depends=('loudmouth' 'guile' 'jansson' 'curl')
-install=freetalk.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/GNUFreetalk/freetalk/archive/v$pkgver.tar.gz;)
-md5sums=('3141e633e83b12083e5c0e49bbc9d150')
-
-build() {
-  cd $pkgname-$pkgver
-  [ -x configure ] || ./autogen.sh
-  ./configure --prefix=/usr --disable-rpath
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  rm "$pkgdir/usr/share/info/dir"
-}

Copied: freetalk/repos/community-i686/PKGBUILD (from rev 172254, 
freetalk/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-27 22:59:03 UTC (rev 172255)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: William Rea 
+
+pkgname=freetalk
+pkgver=4.1
+pkgrel=2
+pkgdesc="A console based Jabber client"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/freetalk;
+license=('GPL')
+depends=('loudmouth' 'guile' 'jansson' 'curl')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/GNUFreetalk/freetalk/archive/v$pkgver.tar.gz;)
+md5sums=('3141e633e83b12083e5c0e49bbc9d150')
+
+build() {
+  cd $pkgname-$pkgver
+  [ -x configure ] || ./autogen.sh
+  ./configure --prefix=/usr --disable-rpath
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  rm "$pkgdir/usr/share/info/dir"
+}

Deleted: community-i686/freetalk.install
===
--- community-i686/freetalk.install 2016-04-27 22:58:49 UTC (rev 172254)
+++ community-i686/freetalk.install 2016-04-27 22:59:03 UTC (rev 172255)
@@ -1,19 +0,0 @@
-info_dir=/usr/share/info
-info_files=(freetalk)
-
-post_install() {
-  for f in ${info_files[@]}; do
-install-info ${info_dir}/$f.info ${info_dir}/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  for f in ${info_files[@]}; do
-install-info --delete ${info_dir}/$f.info ${info_dir}/dir 2> /dev/null
-  done
-}
-

Deleted: community-x86_64/ChangeLog
===
--- community-x86_64/ChangeLog  2016-04-27 22:58:49 UTC (rev 172254)
+++ community-x86_64/ChangeLog  2016-04-27 22:59:03 UTC (rev 172255)
@@ -1,3 +0,0 @@
-2007-07-02 tardo 
-* 

[arch-commits] Commit in freetalk/trunk (PKGBUILD)

2016-04-27 Thread Sergej Pupykin
Date: Thursday, April 28, 2016 @ 00:58:49
  Author: spupykin
Revision: 172254

upgpkg: freetalk 4.1-2

upd

Modified:
  freetalk/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-27 22:58:44 UTC (rev 172253)
+++ PKGBUILD2016-04-27 22:58:49 UTC (rev 172254)
@@ -4,7 +4,7 @@
 
 pkgname=freetalk
 pkgver=4.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A console based Jabber client"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/freetalk;


[arch-commits] Commit in freetalk/trunk (PKGBUILD)

2015-11-30 Thread Sergej Pupykin
Date: Monday, November 30, 2015 @ 12:14:27
  Author: spupykin
Revision: 148040

upgpkg: freetalk 4.1-1

upd

Modified:
  freetalk/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-30 10:09:10 UTC (rev 148039)
+++ PKGBUILD2015-11-30 11:14:27 UTC (rev 148040)
@@ -3,7 +3,7 @@
 # Contributor: William Rea 
 
 pkgname=freetalk
-pkgver=4.0rc5
+pkgver=4.1
 pkgrel=1
 pkgdesc="A console based Jabber client"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('loudmouth' 'guile' 'jansson' 'curl')
 install=freetalk.install
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/GNUFreetalk/freetalk/archive/v$pkgver.tar.gz;)
-md5sums=('a19a6025a13ef9f922606a843f892b4d')
+md5sums=('3141e633e83b12083e5c0e49bbc9d150')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in freetalk/repos (12 files)

2015-11-30 Thread Sergej Pupykin
Date: Monday, November 30, 2015 @ 12:14:48
  Author: spupykin
Revision: 148041

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

Added:
  freetalk/repos/community-i686/ChangeLog
(from rev 148040, freetalk/trunk/ChangeLog)
  freetalk/repos/community-i686/PKGBUILD
(from rev 148040, freetalk/trunk/PKGBUILD)
  freetalk/repos/community-i686/freetalk.install
(from rev 148040, freetalk/trunk/freetalk.install)
  freetalk/repos/community-x86_64/ChangeLog
(from rev 148040, freetalk/trunk/ChangeLog)
  freetalk/repos/community-x86_64/PKGBUILD
(from rev 148040, freetalk/trunk/PKGBUILD)
  freetalk/repos/community-x86_64/freetalk.install
(from rev 148040, freetalk/trunk/freetalk.install)
Deleted:
  freetalk/repos/community-i686/ChangeLog
  freetalk/repos/community-i686/PKGBUILD
  freetalk/repos/community-i686/freetalk.install
  freetalk/repos/community-x86_64/ChangeLog
  freetalk/repos/community-x86_64/PKGBUILD
  freetalk/repos/community-x86_64/freetalk.install

---+
 /ChangeLog|6 +++
 /PKGBUILD |   56 
 /freetalk.install |   38 
 community-i686/ChangeLog  |3 -
 community-i686/PKGBUILD   |   28 --
 community-i686/freetalk.install   |   19 
 community-x86_64/ChangeLog|3 -
 community-x86_64/PKGBUILD |   28 --
 community-x86_64/freetalk.install |   19 
 9 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2015-11-30 11:14:27 UTC (rev 148040)
+++ community-i686/ChangeLog2015-11-30 11:14:48 UTC (rev 148041)
@@ -1,3 +0,0 @@
-2007-07-02 tardo 
-* Built for x86_64
-

Copied: freetalk/repos/community-i686/ChangeLog (from rev 148040, 
freetalk/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2015-11-30 11:14:48 UTC (rev 148041)
@@ -0,0 +1,3 @@
+2007-07-02 tardo 
+* Built for x86_64
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-30 11:14:27 UTC (rev 148040)
+++ community-i686/PKGBUILD 2015-11-30 11:14:48 UTC (rev 148041)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: William Rea 
-
-pkgname=freetalk
-pkgver=4.0rc5
-pkgrel=1
-pkgdesc="A console based Jabber client"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/freetalk;
-license=('GPL')
-depends=('loudmouth' 'guile' 'jansson' 'curl')
-install=freetalk.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/GNUFreetalk/freetalk/archive/v$pkgver.tar.gz;)
-md5sums=('a19a6025a13ef9f922606a843f892b4d')
-
-build() {
-  cd $pkgname-$pkgver
-  [ -x configure ] || ./autogen.sh
-  ./configure --prefix=/usr --disable-rpath
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  rm "$pkgdir/usr/share/info/dir"
-}

Copied: freetalk/repos/community-i686/PKGBUILD (from rev 148040, 
freetalk/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-30 11:14:48 UTC (rev 148041)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: William Rea 
+
+pkgname=freetalk
+pkgver=4.1
+pkgrel=1
+pkgdesc="A console based Jabber client"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/freetalk;
+license=('GPL')
+depends=('loudmouth' 'guile' 'jansson' 'curl')
+install=freetalk.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/GNUFreetalk/freetalk/archive/v$pkgver.tar.gz;)
+md5sums=('3141e633e83b12083e5c0e49bbc9d150')
+
+build() {
+  cd $pkgname-$pkgver
+  [ -x configure ] || ./autogen.sh
+  ./configure --prefix=/usr --disable-rpath
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  rm "$pkgdir/usr/share/info/dir"
+}

Deleted: community-i686/freetalk.install
===
--- community-i686/freetalk.install 2015-11-30 11:14:27 UTC (rev 148040)
+++ community-i686/freetalk.install 2015-11-30 11:14:48 UTC (rev 148041)
@@ -1,19 +0,0 @@
-info_dir=/usr/share/info
-info_files=(freetalk)
-
-post_install() {
-  for f in ${info_files[@]}; do
-install-info ${info_dir}/$f.info ${info_dir}/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  for f in ${info_files[@]}; do
-install-info --delete ${info_dir}/$f.info ${info_dir}/dir 2> /dev/null
-  done
-}

[arch-commits] Commit in freetalk/trunk (PKGBUILD freetalk-3.2-glibc210.patch)

2014-08-25 Thread Sergej Pupykin
Date: Monday, August 25, 2014 @ 15:09:14
  Author: spupykin
Revision: 117870

upgpkg: freetalk 4.0rc5-1

upd

Modified:
  freetalk/trunk/PKGBUILD
Deleted:
  freetalk/trunk/freetalk-3.2-glibc210.patch

-+
 PKGBUILD|   22 -
 freetalk-3.2-glibc210.patch |   68 --
 2 files changed, 7 insertions(+), 83 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-25 12:53:48 UTC (rev 117869)
+++ PKGBUILD2014-08-25 13:09:14 UTC (rev 117870)
@@ -3,29 +3,21 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=freetalk
-pkgver=3.2
-pkgrel=6
+pkgver=4.0rc5
+pkgrel=1
 pkgdesc=A console based Jabber client
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/freetalk;
 license=('GPL')
-depends=('loudmouth' 'guile1.8')
+depends=('loudmouth' 'guile' 'jansson' 'curl')
 install=freetalk.install
-source=(http://savannah.gnu.org/download/freetalk/freetalk-$pkgver.tar.gz
-freetalk-3.2-glibc210.patch)
-md5sums=('ab09bd07dde158551f151d281b14642c'
- '0da1d0a0f606d2b279fe676a80a3eb32')
+source=($pkgname-$pkgver.tar.gz::https://github.com/GNUFreetalk/freetalk/archive/v$pkgver.tar.gz;)
+md5sums=('a19a6025a13ef9f922606a843f892b4d')
 
-prepare(){
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../freetalk-3.2-glibc210.patch
-}
-
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-rpath \
-GUILE=/usr/bin/guile1.8 \
-GUILE_CONFIG=/usr/bin/guile-config1.8
+  [ -x configure ] || ./autogen.sh
+  ./configure --prefix=/usr --disable-rpath
   make
 }
 

Deleted: freetalk-3.2-glibc210.patch
===
--- freetalk-3.2-glibc210.patch 2014-08-25 12:53:48 UTC (rev 117869)
+++ freetalk-3.2-glibc210.patch 2014-08-25 13:09:14 UTC (rev 117870)
@@ -1,68 +0,0 @@
-diff -urNp freetalk-3.2.orig/src/callbacks.cc freetalk-3.2/src/callbacks.cc
 freetalk-3.2.orig/src/callbacks.cc 2009-02-25 01:31:29.826691032 +0530
-+++ freetalk-3.2/src/callbacks.cc  2009-02-25 02:56:04.323962193 +0530
-@@ -1,7 +1,7 @@
- /*
-   callbacks.c: Callback functions
-   
--  Copyright (c) 2005, 2006, 2007 Freetalk Core Team
-+  Copyright (c) 2005, 2006, 2007, 2009 Freetalk Core Team
-   This file is part of GNU Freetalk.
-   
-   Freetalk is free software; you can redistribute it and/or modify
-@@ -20,6 +20,7 @@
- */
- 
- #include stdio.h
-+#include string
- #include string.h
- #include stdlib.h
- #include glib.h 
-@@ -116,8 +117,9 @@ ft_msg_msg_handler (LmMessageHandler *ha
-   LmMessage *msg, gpointer user_data)
- {
-   LmMessageNode *root, *body, *x;
--  const char *from, *msg_str, *type;
-+  const char *msg_str, *type;
-   char *ts = NULL;
-+  std::string from;
- 
-   root = lm_message_get_node (msg);
-   body = lm_message_node_get_child (root, body);
-@@ -152,11 +154,12 @@ ft_msg_msg_handler (LmMessageHandler *ha
- set_hook_return (0);
- /* TBD : make the below stripping of /Resource configurable */
- if (1) {
--  if (strchr (from, '/'))
--  *strchr (from, '/') = '\0';
-+  const size_t pos = from.find(/);
-+  if (pos != std::string::npos)
-+  from.replace(pos, from.size() - pos, );
- }
- {
--  FtRosterItem *item = ft_roster_lookup (from);
-+  FtRosterItem *item = ft_roster_lookup (from.c_str());
-   char *nickname;
-   
-   if (!item)
-@@ -166,17 +169,17 @@ ft_msg_msg_handler (LmMessageHandler *ha
-   
-   scm_run_hook (ex_message_receive_hook,
-   scm_list_n (ts ? scm_from_locale_string (ts) : 
scm_from_locale_string (),
--  scm_from_locale_string (from),
-+  scm_from_locale_string (from.c_str()),
-   nickname ? scm_from_locale_string (nickname) : 
scm_from_locale_string (),
-   scm_from_locale_string (msg_str),
-   SCM_UNDEFINED));
- }
- if (ts) g_free (ts);
- 
--if (get_hook_return () == 1)
-+if (get_hook_return () == 1) 
-   return LM_HANDLER_RESULT_REMOVE_MESSAGE;
- 
--PRINTF (%s: %s, from, msg_str);
-+PRINTF (%s: %s, from.c_str(), msg_str);
-   } else {
- /* This logic should be looked into : FIXME */
- ft_send_file_message_data (msg);



[arch-commits] Commit in freetalk/repos (14 files)

2014-08-25 Thread Sergej Pupykin
Date: Monday, August 25, 2014 @ 15:09:30
  Author: spupykin
Revision: 117871

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

Added:
  freetalk/repos/community-i686/ChangeLog
(from rev 117870, freetalk/trunk/ChangeLog)
  freetalk/repos/community-i686/PKGBUILD
(from rev 117870, freetalk/trunk/PKGBUILD)
  freetalk/repos/community-i686/freetalk.install
(from rev 117870, freetalk/trunk/freetalk.install)
  freetalk/repos/community-x86_64/ChangeLog
(from rev 117870, freetalk/trunk/ChangeLog)
  freetalk/repos/community-x86_64/PKGBUILD
(from rev 117870, freetalk/trunk/PKGBUILD)
  freetalk/repos/community-x86_64/freetalk.install
(from rev 117870, freetalk/trunk/freetalk.install)
Deleted:
  freetalk/repos/community-i686/ChangeLog
  freetalk/repos/community-i686/PKGBUILD
  freetalk/repos/community-i686/freetalk-3.2-glibc210.patch
  freetalk/repos/community-i686/freetalk.install
  freetalk/repos/community-x86_64/ChangeLog
  freetalk/repos/community-x86_64/PKGBUILD
  freetalk/repos/community-x86_64/freetalk-3.2-glibc210.patch
  freetalk/repos/community-x86_64/freetalk.install

--+
 /ChangeLog   |6 ++
 /PKGBUILD|   56 
 /freetalk.install|   38 +
 community-i686/ChangeLog |3 -
 community-i686/PKGBUILD  |   36 -
 community-i686/freetalk-3.2-glibc210.patch   |   68 -
 community-i686/freetalk.install  |   19 --
 community-x86_64/ChangeLog   |3 -
 community-x86_64/PKGBUILD|   36 -
 community-x86_64/freetalk-3.2-glibc210.patch |   68 -
 community-x86_64/freetalk.install|   19 --
 11 files changed, 100 insertions(+), 252 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2014-08-25 13:09:14 UTC (rev 117870)
+++ community-i686/ChangeLog2014-08-25 13:09:30 UTC (rev 117871)
@@ -1,3 +0,0 @@
-2007-07-02 tardo ta...@nagi-fanboi.net
-* Built for x86_64
-

Copied: freetalk/repos/community-i686/ChangeLog (from rev 117870, 
freetalk/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2014-08-25 13:09:30 UTC (rev 117871)
@@ -0,0 +1,3 @@
+2007-07-02 tardo ta...@nagi-fanboi.net
+* Built for x86_64
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-25 13:09:14 UTC (rev 117870)
+++ community-i686/PKGBUILD 2014-08-25 13:09:30 UTC (rev 117871)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=freetalk
-pkgver=3.2
-pkgrel=6
-pkgdesc=A console based Jabber client
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/freetalk;
-license=('GPL')
-depends=('loudmouth' 'guile1.8')
-install=freetalk.install
-source=(http://savannah.gnu.org/download/freetalk/freetalk-$pkgver.tar.gz
-freetalk-3.2-glibc210.patch)
-md5sums=('ab09bd07dde158551f151d281b14642c'
- '0da1d0a0f606d2b279fe676a80a3eb32')
-
-prepare(){
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../freetalk-3.2-glibc210.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-rpath \
-GUILE=/usr/bin/guile1.8 \
-GUILE_CONFIG=/usr/bin/guile-config1.8
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  rm $pkgdir/usr/share/info/dir
-}

Copied: freetalk/repos/community-i686/PKGBUILD (from rev 117870, 
freetalk/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-25 13:09:30 UTC (rev 117871)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=freetalk
+pkgver=4.0rc5
+pkgrel=1
+pkgdesc=A console based Jabber client
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/freetalk;
+license=('GPL')
+depends=('loudmouth' 'guile' 'jansson' 'curl')
+install=freetalk.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/GNUFreetalk/freetalk/archive/v$pkgver.tar.gz;)
+md5sums=('a19a6025a13ef9f922606a843f892b4d')
+
+build() {
+  cd $pkgname-$pkgver
+  [ -x configure ] || ./autogen.sh
+  ./configure --prefix=/usr --disable-rpath
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  rm $pkgdir/usr/share/info/dir
+}

Deleted: community-i686/freetalk-3.2-glibc210.patch
===
--- 

[arch-commits] Commit in freetalk/trunk (PKGBUILD freetalk-3.2-glibc210.patch)

2013-06-04 Thread Jan Steffens
Date: Tuesday, June 4, 2013 @ 09:15:47
  Author: heftig
Revision: 92353

guile rebuild

Added:
  freetalk/trunk/freetalk-3.2-glibc210.patch
Modified:
  freetalk/trunk/PKGBUILD

-+
 PKGBUILD|   39 +++-
 freetalk-3.2-glibc210.patch |   68 ++
 2 files changed, 86 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-04 07:05:16 UTC (rev 92352)
+++ PKGBUILD2013-06-04 07:15:47 UTC (rev 92353)
@@ -4,36 +4,33 @@
 
 pkgname=freetalk
 pkgver=3.2
-pkgrel=5
+pkgrel=6
 pkgdesc=A console based Jabber client
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/freetalk;
 license=('GPL')
-depends=('loudmouth' 'guile')
+depends=('loudmouth' 'guile1.8')
 install=freetalk.install
-source=(http://savannah.gnu.org/download/freetalk/freetalk-$pkgver.tar.gz)
-md5sums=('ab09bd07dde158551f151d281b14642c')
+source=(http://savannah.gnu.org/download/freetalk/freetalk-$pkgver.tar.gz
+freetalk-3.2-glibc210.patch)
+md5sums=('ab09bd07dde158551f151d281b14642c'
+ '0da1d0a0f606d2b279fe676a80a3eb32')
 
+prepare(){
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../freetalk-3.2-glibc210.patch
+}
+
 build() {
-  cd $srcdir/freetalk-$pkgver
-
-  ./configure --prefix=/usr
-
-  patch -p0 src/callbacks.cc EOF
-156c156,159
-  *strchr (from, '/') = '\0';

-  {
-  char *_tmp = (char*)strchr (from, '/');
-  *_tmp = '\0';
-  }
-EOF
-
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-rpath \
+GUILE=/usr/bin/guile1.8 \
+GUILE_CONFIG=/usr/bin/guile-config1.8
   make
 }
 
 package() {
-  cd $srcdir/freetalk-$pkgver
-  make DESTDIR=$pkgdir install
-  rm $pkgdir/usr/share/info/dir
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  rm $pkgdir/usr/share/info/dir
 }

Added: freetalk-3.2-glibc210.patch
===
--- freetalk-3.2-glibc210.patch (rev 0)
+++ freetalk-3.2-glibc210.patch 2013-06-04 07:15:47 UTC (rev 92353)
@@ -0,0 +1,68 @@
+diff -urNp freetalk-3.2.orig/src/callbacks.cc freetalk-3.2/src/callbacks.cc
+--- freetalk-3.2.orig/src/callbacks.cc 2009-02-25 01:31:29.826691032 +0530
 freetalk-3.2/src/callbacks.cc  2009-02-25 02:56:04.323962193 +0530
+@@ -1,7 +1,7 @@
+ /*
+   callbacks.c: Callback functions
+   
+-  Copyright (c) 2005, 2006, 2007 Freetalk Core Team
++  Copyright (c) 2005, 2006, 2007, 2009 Freetalk Core Team
+   This file is part of GNU Freetalk.
+   
+   Freetalk is free software; you can redistribute it and/or modify
+@@ -20,6 +20,7 @@
+ */
+ 
+ #include stdio.h
++#include string
+ #include string.h
+ #include stdlib.h
+ #include glib.h 
+@@ -116,8 +117,9 @@ ft_msg_msg_handler (LmMessageHandler *ha
+   LmMessage *msg, gpointer user_data)
+ {
+   LmMessageNode *root, *body, *x;
+-  const char *from, *msg_str, *type;
++  const char *msg_str, *type;
+   char *ts = NULL;
++  std::string from;
+ 
+   root = lm_message_get_node (msg);
+   body = lm_message_node_get_child (root, body);
+@@ -152,11 +154,12 @@ ft_msg_msg_handler (LmMessageHandler *ha
+ set_hook_return (0);
+ /* TBD : make the below stripping of /Resource configurable */
+ if (1) {
+-  if (strchr (from, '/'))
+-  *strchr (from, '/') = '\0';
++  const size_t pos = from.find(/);
++  if (pos != std::string::npos)
++  from.replace(pos, from.size() - pos, );
+ }
+ {
+-  FtRosterItem *item = ft_roster_lookup (from);
++  FtRosterItem *item = ft_roster_lookup (from.c_str());
+   char *nickname;
+   
+   if (!item)
+@@ -166,17 +169,17 @@ ft_msg_msg_handler (LmMessageHandler *ha
+   
+   scm_run_hook (ex_message_receive_hook,
+   scm_list_n (ts ? scm_from_locale_string (ts) : 
scm_from_locale_string (),
+-  scm_from_locale_string (from),
++  scm_from_locale_string (from.c_str()),
+   nickname ? scm_from_locale_string (nickname) : 
scm_from_locale_string (),
+   scm_from_locale_string (msg_str),
+   SCM_UNDEFINED));
+ }
+ if (ts) g_free (ts);
+ 
+-if (get_hook_return () == 1)
++if (get_hook_return () == 1) 
+   return LM_HANDLER_RESULT_REMOVE_MESSAGE;
+ 
+-PRINTF (%s: %s, from, msg_str);
++PRINTF (%s: %s, from.c_str(), msg_str);
+   } else {
+ /* This logic should be looked into : FIXME */
+ ft_send_file_message_data (msg);



[arch-commits] Commit in freetalk/repos (10 files)

2013-06-04 Thread Jan Steffens
Date: Tuesday, June 4, 2013 @ 09:18:26
  Author: heftig
Revision: 92354

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

Added:
  freetalk/repos/community-staging-i686/
  freetalk/repos/community-staging-i686/ChangeLog
(from rev 92353, freetalk/trunk/ChangeLog)
  freetalk/repos/community-staging-i686/PKGBUILD
(from rev 92353, freetalk/trunk/PKGBUILD)
  freetalk/repos/community-staging-i686/freetalk-3.2-glibc210.patch
(from rev 92353, freetalk/trunk/freetalk-3.2-glibc210.patch)
  freetalk/repos/community-staging-i686/freetalk.install
(from rev 92353, freetalk/trunk/freetalk.install)
  freetalk/repos/community-staging-x86_64/
  freetalk/repos/community-staging-x86_64/ChangeLog
(from rev 92353, freetalk/trunk/ChangeLog)
  freetalk/repos/community-staging-x86_64/PKGBUILD
(from rev 92353, freetalk/trunk/PKGBUILD)
  freetalk/repos/community-staging-x86_64/freetalk-3.2-glibc210.patch
(from rev 92353, freetalk/trunk/freetalk-3.2-glibc210.patch)
  freetalk/repos/community-staging-x86_64/freetalk.install
(from rev 92353, freetalk/trunk/freetalk.install)

--+
 community-staging-i686/ChangeLog |3 
 community-staging-i686/PKGBUILD  |   36 +
 community-staging-i686/freetalk-3.2-glibc210.patch   |   68 +
 community-staging-i686/freetalk.install  |   19 
 community-staging-x86_64/ChangeLog   |3 
 community-staging-x86_64/PKGBUILD|   36 +
 community-staging-x86_64/freetalk-3.2-glibc210.patch |   68 +
 community-staging-x86_64/freetalk.install|   19 
 8 files changed, 252 insertions(+)

Copied: freetalk/repos/community-staging-i686/ChangeLog (from rev 92353, 
freetalk/trunk/ChangeLog)
===
--- community-staging-i686/ChangeLog(rev 0)
+++ community-staging-i686/ChangeLog2013-06-04 07:18:26 UTC (rev 92354)
@@ -0,0 +1,3 @@
+2007-07-02 tardo ta...@nagi-fanboi.net
+* Built for x86_64
+

Copied: freetalk/repos/community-staging-i686/PKGBUILD (from rev 92353, 
freetalk/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-06-04 07:18:26 UTC (rev 92354)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=freetalk
+pkgver=3.2
+pkgrel=6
+pkgdesc=A console based Jabber client
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/freetalk;
+license=('GPL')
+depends=('loudmouth' 'guile1.8')
+install=freetalk.install
+source=(http://savannah.gnu.org/download/freetalk/freetalk-$pkgver.tar.gz
+freetalk-3.2-glibc210.patch)
+md5sums=('ab09bd07dde158551f151d281b14642c'
+ '0da1d0a0f606d2b279fe676a80a3eb32')
+
+prepare(){
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../freetalk-3.2-glibc210.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-rpath \
+GUILE=/usr/bin/guile1.8 \
+GUILE_CONFIG=/usr/bin/guile-config1.8
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  rm $pkgdir/usr/share/info/dir
+}

Copied: freetalk/repos/community-staging-i686/freetalk-3.2-glibc210.patch (from 
rev 92353, freetalk/trunk/freetalk-3.2-glibc210.patch)
===
--- community-staging-i686/freetalk-3.2-glibc210.patch  
(rev 0)
+++ community-staging-i686/freetalk-3.2-glibc210.patch  2013-06-04 07:18:26 UTC 
(rev 92354)
@@ -0,0 +1,68 @@
+diff -urNp freetalk-3.2.orig/src/callbacks.cc freetalk-3.2/src/callbacks.cc
+--- freetalk-3.2.orig/src/callbacks.cc 2009-02-25 01:31:29.826691032 +0530
 freetalk-3.2/src/callbacks.cc  2009-02-25 02:56:04.323962193 +0530
+@@ -1,7 +1,7 @@
+ /*
+   callbacks.c: Callback functions
+   
+-  Copyright (c) 2005, 2006, 2007 Freetalk Core Team
++  Copyright (c) 2005, 2006, 2007, 2009 Freetalk Core Team
+   This file is part of GNU Freetalk.
+   
+   Freetalk is free software; you can redistribute it and/or modify
+@@ -20,6 +20,7 @@
+ */
+ 
+ #include stdio.h
++#include string
+ #include string.h
+ #include stdlib.h
+ #include glib.h 
+@@ -116,8 +117,9 @@ ft_msg_msg_handler (LmMessageHandler *ha
+   LmMessage *msg, gpointer user_data)
+ {
+   LmMessageNode *root, *body, *x;
+-  const char *from, *msg_str, *type;
++  const char *msg_str, *type;
+   char *ts = NULL;
++  std::string from;
+ 
+   root = lm_message_get_node (msg);
+   body = lm_message_node_get_child (root, body);
+@@ -152,11 +154,12 @@ ft_msg_msg_handler (LmMessageHandler *ha
+ set_hook_return (0);
+ /* TBD : make the below stripping of /Resource configurable */
+ if (1) {
+-