[arch-commits] Commit in (libmcs)

2011-12-01 Thread Gaetan Bisson
Date: Thursday, December 1, 2011 @ 19:42:06
  Author: bisson
Revision: 144023

unneeded; drop to AUR

Deleted:
  libmcs/



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

2011-12-04 Thread Gaetan Bisson
Date: Sunday, December 4, 2011 @ 05:42:14
  Author: bisson
Revision: 144295

fix FS#27442

Modified:
  graphviz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-12-04 09:51:04 UTC (rev 144294)
+++ PKGBUILD2011-12-04 10:42:14 UTC (rev 144295)
@@ -1,16 +1,17 @@
 # $Id$
+
 # Maintainer: Gaetan Bisson bis...@archlinux.org
 # Contributor: kevin ke...@archlinux.org
 # Contributor: John Proctor jproc...@prium.net
 
 pkgname=graphviz
 pkgver=2.28.0
-pkgrel=5
+pkgrel=6
 pkgdesc='Graph visualization software'
 url='http://www.graphviz.org/'
 license=('custom:EPL')
 arch=('i686' 'x86_64')
-depends=('gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts')
+depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts')
 makedepends=('swig' 'mono' 'guile' 'lua' 'ocaml' 'perl' 'php' 'python2' 'r' 
'ruby' 'tk' 'qt')
 optdepends=('mono: sharp bindings'
 'guile: guile bindings'



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

2011-12-04 Thread Gaetan Bisson
Date: Sunday, December 4, 2011 @ 05:42:58
  Author: bisson
Revision: 144296

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

Added:
  graphviz/repos/extra-i686/LICENSE
(from rev 144295, graphviz/trunk/LICENSE)
  graphviz/repos/extra-i686/PKGBUILD
(from rev 144295, graphviz/trunk/PKGBUILD)
  graphviz/repos/extra-i686/install
(from rev 144295, graphviz/trunk/install)
  graphviz/repos/extra-x86_64/LICENSE
(from rev 144295, graphviz/trunk/LICENSE)
  graphviz/repos/extra-x86_64/PKGBUILD
(from rev 144295, graphviz/trunk/PKGBUILD)
  graphviz/repos/extra-x86_64/install
(from rev 144295, graphviz/trunk/install)
Deleted:
  graphviz/repos/extra-i686/LICENSE
  graphviz/repos/extra-i686/PKGBUILD
  graphviz/repos/extra-i686/install
  graphviz/repos/extra-x86_64/LICENSE
  graphviz/repos/extra-x86_64/PKGBUILD
  graphviz/repos/extra-x86_64/install

---+
 extra-i686/LICENSE|  174 
 extra-i686/PKGBUILD   |  103 ++--
 extra-i686/install|   24 +++---
 extra-x86_64/LICENSE  |  174 
 extra-x86_64/PKGBUILD |  103 ++--
 extra-x86_64/install  |   24 +++---
 6 files changed, 302 insertions(+), 300 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 144295:144296 to see the changes.


[arch-commits] Commit in bitlbee/trunk (PKGBUILD install msn.patch)

2011-12-05 Thread Gaetan Bisson
Date: Monday, December 5, 2011 @ 03:14:19
  Author: bisson
Revision: 144361

upstream update

Modified:
  bitlbee/trunk/PKGBUILD
  bitlbee/trunk/install
Deleted:
  bitlbee/trunk/msn.patch

---+
 PKGBUILD  |   11 ---
 install   |1 -
 msn.patch |   27 ---
 3 files changed, 4 insertions(+), 35 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-12-05 04:48:47 UTC (rev 144360)
+++ PKGBUILD2011-12-05 08:14:19 UTC (rev 144361)
@@ -1,4 +1,5 @@
 # $Id$
+
 # Contributor: FUBAR mrfu...@gmail.com
 # Contributor: simo s...@archlinux.org
 # Contributor: Jeff 'codemac' Mickey j...@archlinux.org
@@ -6,8 +7,8 @@
 # Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname=bitlbee
-pkgver=3.0.3
-pkgrel=6
+pkgver=3.0.4
+pkgrel=1
 pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to 
IRC'
 arch=('i686' 'x86_64')
 url='http://www.bitlbee.org/'
@@ -15,11 +16,9 @@
 depends=('openssl' 'glib2' 'libotr')
 optdepends=('xinetd: to run bitlbee through xinetd')
 source=(http://get.bitlbee.org/src/${pkgname}-${pkgver}.tar.gz;
-'msn.patch'
'xinetd'
'rc.d')
-sha1sums=('4140eb7aaa2c6a39fa059d19f8fbaec0d7a1ebff'
-  'fee9dcd59ad0231ffbcae822f17b68d9a8684376'
+sha1sums=('2c2742948d1ed2c83ee5db2d2fbff5e8b656b8c4'
   '5e0af27ba9cc4fe455e3381c75fc49a9326e2f17'
   'be09d29af3853825778331df451f16ca9e452d03')
 
@@ -29,8 +28,6 @@
 build() { 
cd ${srcdir}/${pkgname}-${pkgver}
 
-   patch -p1 -i ../msn.patch
-   
./configure --prefix=/usr \
--etcdir=/etc/bitlbee \
--pidfile=/var/run/bitlbee/bitlbee.pid \

Modified: install
===
--- install 2011-12-05 04:48:47 UTC (rev 144360)
+++ install 2011-12-05 08:14:19 UTC (rev 144361)
@@ -1,5 +1,4 @@
 post_install() {
-   echo '== Bitlbee can run through xinetd or as a daemon for now.'
getent group bitlbee /dev/null || groupadd -r -g 65 bitlbee /dev/null
getent passwd bitlbee /dev/null || useradd -r -u 65 -g bitlbee -d 
/var/lib/bitlbee -s /bin/false -c bitlbee bitlbee /dev/null
 }

Deleted: msn.patch
===
--- msn.patch   2011-12-05 04:48:47 UTC (rev 144360)
+++ msn.patch   2011-12-05 08:14:19 UTC (rev 144361)
@@ -1,27 +0,0 @@
-Index: devel/lib/http_client.c
-===
 devel/lib/http_client.c(revision devel,783)
-+++ devel/lib/http_client.c(revision devel,824)
-@@ -314,5 +314,5 @@
-   }
-   
--  if( ( req-status_code == 301 || req-status_code == 302 )  
req-redir_ttl--  0 )
-+  if( ( req-status_code = 301  req-status_code = 303 )  
req-redir_ttl--  0 )
-   {
-   char *loc, *new_request, *new_host;
-@@ -375,8 +375,11 @@
-  going to use strcat(), whether you like it or not. 
:-) */
-   
--  sprintf( new_request, GET %s HTTP/1.0, url-file );
--  
--  s = strstr( req-request, \r\n );
--  if( s == NULL )
-+  *s = 0;
-+  sprintf( new_request, %s %s HTTP/1.0\r\nHost: %s,
-+   req-status_code == 303 || req-request[0] == 
'G' ? GET : POST, url-file, url-host );
-+  *s = ' ';
-+  
-+  if( !( ( s = strstr( req-request, \r\nHost:  ) ) 
-+ ( s = strstr( s + strlen( \r\nHost:  ), \r\n 
) ) ) )
-   {
-   req-status_string = g_strdup( Error while 
rebuilding request string );



[arch-commits] Commit in bitlbee/repos (18 files)

2011-12-05 Thread Gaetan Bisson
Date: Monday, December 5, 2011 @ 03:15:00
  Author: bisson
Revision: 144362

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

Added:
  bitlbee/repos/extra-i686/PKGBUILD
(from rev 144361, bitlbee/trunk/PKGBUILD)
  bitlbee/repos/extra-i686/install
(from rev 144361, bitlbee/trunk/install)
  bitlbee/repos/extra-i686/rc.d
(from rev 144361, bitlbee/trunk/rc.d)
  bitlbee/repos/extra-i686/xinetd
(from rev 144361, bitlbee/trunk/xinetd)
  bitlbee/repos/extra-x86_64/PKGBUILD
(from rev 144361, bitlbee/trunk/PKGBUILD)
  bitlbee/repos/extra-x86_64/install
(from rev 144361, bitlbee/trunk/install)
  bitlbee/repos/extra-x86_64/rc.d
(from rev 144361, bitlbee/trunk/rc.d)
  bitlbee/repos/extra-x86_64/xinetd
(from rev 144361, bitlbee/trunk/xinetd)
Deleted:
  bitlbee/repos/extra-i686/PKGBUILD
  bitlbee/repos/extra-i686/install
  bitlbee/repos/extra-i686/msn.patch
  bitlbee/repos/extra-i686/rc.d
  bitlbee/repos/extra-i686/xinetd
  bitlbee/repos/extra-x86_64/PKGBUILD
  bitlbee/repos/extra-x86_64/install
  bitlbee/repos/extra-x86_64/msn.patch
  bitlbee/repos/extra-x86_64/rc.d
  bitlbee/repos/extra-x86_64/xinetd

+
 extra-i686/PKGBUILD|  109 ++-
 extra-i686/install |   27 +--
 extra-i686/msn.patch   |   27 ---
 extra-i686/rc.d|   80 +-
 extra-i686/xinetd  |   24 +-
 extra-x86_64/PKGBUILD  |  109 ++-
 extra-x86_64/install   |   27 +--
 extra-x86_64/msn.patch |   27 ---
 extra-x86_64/rc.d  |   80 +-
 extra-x86_64/xinetd|   24 +-
 10 files changed, 236 insertions(+), 298 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-05 08:14:19 UTC (rev 144361)
+++ extra-i686/PKGBUILD 2011-12-05 08:15:00 UTC (rev 144362)
@@ -1,56 +0,0 @@
-# $Id$
-# Contributor: FUBAR mrfu...@gmail.com
-# Contributor: simo s...@archlinux.org
-# Contributor: Jeff 'codemac' Mickey j...@archlinux.org
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=bitlbee
-pkgver=3.0.3
-pkgrel=6
-pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to 
IRC'
-arch=('i686' 'x86_64')
-url='http://www.bitlbee.org/'
-license=('GPL')
-depends=('openssl' 'glib2' 'libotr')
-optdepends=('xinetd: to run bitlbee through xinetd')
-source=(http://get.bitlbee.org/src/${pkgname}-${pkgver}.tar.gz;
-'msn.patch'
-   'xinetd'
-   'rc.d')
-sha1sums=('4140eb7aaa2c6a39fa059d19f8fbaec0d7a1ebff'
-  'fee9dcd59ad0231ffbcae822f17b68d9a8684376'
-  '5e0af27ba9cc4fe455e3381c75fc49a9326e2f17'
-  'be09d29af3853825778331df451f16ca9e452d03')
-
-backup=('etc/bitlbee/bitlbee.conf' 'etc/bitlbee/motd.txt' 
'etc/xinetd.d/bitlbee')
-install=install
-
-build() { 
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   patch -p1 -i ../msn.patch
-   
-   ./configure --prefix=/usr \
-   --etcdir=/etc/bitlbee \
-   --pidfile=/var/run/bitlbee/bitlbee.pid \
-   --ipcsocket=/var/run/bitlbee/bitlbee.sock \
-   --systemdsystemunitdir=/lib/systemd/system \
-   --ssl=openssl \
-   --strip=0 \
-   --otr=1 \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   install -o65 -g65 -dm770 ${pkgdir}/var/lib/bitlbee
-   install -Dm644 ${srcdir}/xinetd ${pkgdir}/etc/xinetd.d/bitlbee
-   install -Dm755 ${srcdir}/rc.d ${pkgdir}/etc/rc.d/bitlbee
-
-   make DESTDIR=${pkgdir} install
-   make DESTDIR=${pkgdir} install-etc
-   make DESTDIR=${pkgdir} install-dev
-}

Copied: bitlbee/repos/extra-i686/PKGBUILD (from rev 144361, 
bitlbee/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-05 08:15:00 UTC (rev 144362)
@@ -0,0 +1,53 @@
+# $Id$
+
+# Contributor: FUBAR mrfu...@gmail.com
+# Contributor: simo s...@archlinux.org
+# Contributor: Jeff 'codemac' Mickey j...@archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=bitlbee
+pkgver=3.0.4
+pkgrel=1
+pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to 
IRC'
+arch=('i686' 'x86_64')
+url='http://www.bitlbee.org/'
+license=('GPL')
+depends=('openssl' 'glib2' 'libotr')
+optdepends=('xinetd: to run bitlbee through xinetd')
+source=(http://get.bitlbee.org/src/${pkgname}-${pkgver}.tar.gz;
+   'xinetd'
+   'rc.d')
+sha1sums=('2c2742948d1ed2c83ee5db2d2fbff5e8b656b8c4'
+  '5e0af27ba9cc4fe455e3381c75fc49a9326e2f17'
+  'be09d29af3853825778331df451f16ca9e452d03')
+
+backup=('etc/bitlbee/bitlbee.conf' 'etc/bitlbee/motd.txt' 
'etc

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

2011-12-05 Thread Gaetan Bisson
Date: Monday, December 5, 2011 @ 22:45:52
  Author: bisson
Revision: 144454

upstream update

Modified:
  socat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-12-06 03:29:55 UTC (rev 144453)
+++ PKGBUILD2011-12-06 03:45:52 UTC (rev 144454)
@@ -4,15 +4,15 @@
 # Contributor: John Proctor jproc...@prium.net
 
 pkgname=socat
-pkgver=1.7.1.3
-pkgrel=3
+pkgver=1.7.2.0
+pkgrel=1
 pkgdesc='Multipurpose relay'
 url='http://www.dest-unreach.org/socat/'
 license=('GPL2')
 arch=('i686' 'x86_64')
 depends=('readline' 'openssl')
 
source=(http://www.dest-unreach.org/socat/download/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('5a42275da0d8a5182452b36535a74c3cdf21793b')
+sha1sums=('32181b08aa91309ee368e1e36a2cb337eedc425a')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
@@ -20,7 +20,6 @@
./configure \
--prefix=/usr \
--mandir=/usr/share/man \
-   --disable-libwrap # only required while base/base-devel uses 
tcp_wrappers
 
make
 }



[arch-commits] Commit in socat/repos (4 files)

2011-12-05 Thread Gaetan Bisson
Date: Monday, December 5, 2011 @ 22:46:24
  Author: bisson
Revision: 144455

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

Added:
  socat/repos/extra-i686/PKGBUILD
(from rev 144454, socat/trunk/PKGBUILD)
  socat/repos/extra-x86_64/PKGBUILD
(from rev 144454, socat/trunk/PKGBUILD)
Deleted:
  socat/repos/extra-i686/PKGBUILD
  socat/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   63 +++-
 extra-x86_64/PKGBUILD |   63 +++-
 2 files changed, 62 insertions(+), 64 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-06 03:45:52 UTC (rev 144454)
+++ extra-i686/PKGBUILD 2011-12-06 03:46:24 UTC (rev 144455)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Juergen Hoetzel juer...@archlinux.org
-# Contributor: John Proctor jproc...@prium.net
-
-pkgname=socat
-pkgver=1.7.1.3
-pkgrel=3
-pkgdesc='Multipurpose relay'
-url='http://www.dest-unreach.org/socat/'
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('readline' 'openssl')
-source=(http://www.dest-unreach.org/socat/download/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('5a42275da0d8a5182452b36535a74c3cdf21793b')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   ./configure \
-   --prefix=/usr \
-   --mandir=/usr/share/man \
-   --disable-libwrap # only required while base/base-devel uses 
tcp_wrappers
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make DESTDIR=${pkgdir} install
-}

Copied: socat/repos/extra-i686/PKGBUILD (from rev 144454, socat/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-06 03:46:24 UTC (rev 144455)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Juergen Hoetzel juer...@archlinux.org
+# Contributor: John Proctor jproc...@prium.net
+
+pkgname=socat
+pkgver=1.7.2.0
+pkgrel=1
+pkgdesc='Multipurpose relay'
+url='http://www.dest-unreach.org/socat/'
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('readline' 'openssl')
+source=(http://www.dest-unreach.org/socat/download/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('32181b08aa91309ee368e1e36a2cb337eedc425a')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure \
+   --prefix=/usr \
+   --mandir=/usr/share/man \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-12-06 03:45:52 UTC (rev 144454)
+++ extra-x86_64/PKGBUILD   2011-12-06 03:46:24 UTC (rev 144455)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Juergen Hoetzel juer...@archlinux.org
-# Contributor: John Proctor jproc...@prium.net
-
-pkgname=socat
-pkgver=1.7.1.3
-pkgrel=3
-pkgdesc='Multipurpose relay'
-url='http://www.dest-unreach.org/socat/'
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('readline' 'openssl')
-source=(http://www.dest-unreach.org/socat/download/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('5a42275da0d8a5182452b36535a74c3cdf21793b')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   ./configure \
-   --prefix=/usr \
-   --mandir=/usr/share/man \
-   --disable-libwrap # only required while base/base-devel uses 
tcp_wrappers
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make DESTDIR=${pkgdir} install
-}

Copied: socat/repos/extra-x86_64/PKGBUILD (from rev 144454, 
socat/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-12-06 03:46:24 UTC (rev 144455)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Juergen Hoetzel juer...@archlinux.org
+# Contributor: John Proctor jproc...@prium.net
+
+pkgname=socat
+pkgver=1.7.2.0
+pkgrel=1
+pkgdesc='Multipurpose relay'
+url='http://www.dest-unreach.org/socat/'
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('readline' 'openssl')
+source=(http://www.dest-unreach.org/socat/download/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('32181b08aa91309ee368e1e36a2cb337eedc425a')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure \
+   --prefix=/usr \
+   --mandir=/usr/share/man \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make DESTDIR=${pkgdir} install
+}



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

2011-12-06 Thread Gaetan Bisson
Date: Tuesday, December 6, 2011 @ 06:34:55
  Author: bisson
Revision: 144470

build otr and skype as plugins

Modified:
  bitlbee/trunk/PKGBUILD
  bitlbee/trunk/install

--+
 PKGBUILD |   17 +++--
 install  |1 +
 2 files changed, 12 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-12-06 11:33:55 UTC (rev 144469)
+++ PKGBUILD2011-12-06 11:34:55 UTC (rev 144470)
@@ -8,13 +8,16 @@
 
 pkgname=bitlbee
 pkgver=3.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to 
IRC'
-arch=('i686' 'x86_64')
 url='http://www.bitlbee.org/'
 license=('GPL')
-depends=('openssl' 'glib2' 'libotr')
-optdepends=('xinetd: to run bitlbee through xinetd')
+arch=('i686' 'x86_64')
+depends=('openssl' 'glib2')
+makedepends=('asciidoc' 'libotr')
+optdepends=('python2: to use skyped'
+'libotr: for OTR encryption support'
+'xinetd: to run bitlbee through xinetd')
 source=(http://get.bitlbee.org/src/${pkgname}-${pkgver}.tar.gz;
'xinetd'
'rc.d')
@@ -28,14 +31,16 @@
 build() { 
cd ${srcdir}/${pkgname}-${pkgver}
 
-   ./configure --prefix=/usr \
+   ./configure \
+   --prefix=/usr \
--etcdir=/etc/bitlbee \
--pidfile=/var/run/bitlbee/bitlbee.pid \
--ipcsocket=/var/run/bitlbee/bitlbee.sock \
--systemdsystemunitdir=/lib/systemd/system \
--ssl=openssl \
--strip=0 \
-   --otr=1 \
+   --otr=plugin \
+   --skype=plugin \
 
make
 }

Modified: install
===
--- install 2011-12-06 11:33:55 UTC (rev 144469)
+++ install 2011-12-06 11:34:55 UTC (rev 144470)
@@ -10,4 +10,5 @@
 post_remove() {
getent passwd bitlbee /dev/null  userdel bitlbee /dev/null
getent group bitlbee /dev/null  groupdel bitlbee /dev/null
+   true
 }



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

2011-12-06 Thread Gaetan Bisson
Date: Tuesday, December 6, 2011 @ 06:36:05
  Author: bisson
Revision: 144471

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

Added:
  bitlbee/repos/testing-i686/
  bitlbee/repos/testing-i686/PKGBUILD
(from rev 144470, bitlbee/trunk/PKGBUILD)
  bitlbee/repos/testing-i686/install
(from rev 144470, bitlbee/trunk/install)
  bitlbee/repos/testing-i686/rc.d
(from rev 144470, bitlbee/trunk/rc.d)
  bitlbee/repos/testing-i686/xinetd
(from rev 144470, bitlbee/trunk/xinetd)
  bitlbee/repos/testing-x86_64/
  bitlbee/repos/testing-x86_64/PKGBUILD
(from rev 144470, bitlbee/trunk/PKGBUILD)
  bitlbee/repos/testing-x86_64/install
(from rev 144470, bitlbee/trunk/install)
  bitlbee/repos/testing-x86_64/rc.d
(from rev 144470, bitlbee/trunk/rc.d)
  bitlbee/repos/testing-x86_64/xinetd
(from rev 144470, bitlbee/trunk/xinetd)

-+
 testing-i686/PKGBUILD   |   58 ++
 testing-i686/install|   14 +++
 testing-i686/rc.d   |   40 +++
 testing-i686/xinetd |   12 +
 testing-x86_64/PKGBUILD |   58 ++
 testing-x86_64/install  |   14 +++
 testing-x86_64/rc.d |   40 +++
 testing-x86_64/xinetd   |   12 +
 8 files changed, 248 insertions(+)

Copied: bitlbee/repos/testing-i686/PKGBUILD (from rev 144470, 
bitlbee/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-12-06 11:36:05 UTC (rev 144471)
@@ -0,0 +1,58 @@
+# $Id$
+
+# Contributor: FUBAR mrfu...@gmail.com
+# Contributor: simo s...@archlinux.org
+# Contributor: Jeff 'codemac' Mickey j...@archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=bitlbee
+pkgver=3.0.4
+pkgrel=2
+pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to 
IRC'
+url='http://www.bitlbee.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('openssl' 'glib2')
+makedepends=('asciidoc' 'libotr')
+optdepends=('python2: to use skyped'
+'libotr: for OTR encryption support'
+'xinetd: to run bitlbee through xinetd')
+source=(http://get.bitlbee.org/src/${pkgname}-${pkgver}.tar.gz;
+   'xinetd'
+   'rc.d')
+sha1sums=('2c2742948d1ed2c83ee5db2d2fbff5e8b656b8c4'
+  '5e0af27ba9cc4fe455e3381c75fc49a9326e2f17'
+  'be09d29af3853825778331df451f16ca9e452d03')
+
+backup=('etc/bitlbee/bitlbee.conf' 'etc/bitlbee/motd.txt' 
'etc/xinetd.d/bitlbee')
+install=install
+
+build() { 
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure \
+   --prefix=/usr \
+   --etcdir=/etc/bitlbee \
+   --pidfile=/var/run/bitlbee/bitlbee.pid \
+   --ipcsocket=/var/run/bitlbee/bitlbee.sock \
+   --systemdsystemunitdir=/lib/systemd/system \
+   --ssl=openssl \
+   --strip=0 \
+   --otr=plugin \
+   --skype=plugin \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   install -o65 -g65 -dm770 ${pkgdir}/var/lib/bitlbee
+   install -Dm644 ${srcdir}/xinetd ${pkgdir}/etc/xinetd.d/bitlbee
+   install -Dm755 ${srcdir}/rc.d ${pkgdir}/etc/rc.d/bitlbee
+
+   make DESTDIR=${pkgdir} install
+   make DESTDIR=${pkgdir} install-etc
+   make DESTDIR=${pkgdir} install-dev
+}

Copied: bitlbee/repos/testing-i686/install (from rev 144470, 
bitlbee/trunk/install)
===
--- testing-i686/install(rev 0)
+++ testing-i686/install2011-12-06 11:36:05 UTC (rev 144471)
@@ -0,0 +1,14 @@
+post_install() {
+   getent group bitlbee /dev/null || groupadd -r -g 65 bitlbee /dev/null
+   getent passwd bitlbee /dev/null || useradd -r -u 65 -g bitlbee -d 
/var/lib/bitlbee -s /bin/false -c bitlbee bitlbee /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   getent passwd bitlbee /dev/null  userdel bitlbee /dev/null
+   getent group bitlbee /dev/null  groupdel bitlbee /dev/null
+   true
+}

Copied: bitlbee/repos/testing-i686/rc.d (from rev 144470, bitlbee/trunk/rc.d)
===
--- testing-i686/rc.d   (rev 0)
+++ testing-i686/rc.d   2011-12-06 11:36:05 UTC (rev 144471)
@@ -0,0 +1,40 @@
+#!/bin/bash
+
+. /etc/rc.conf
+. /etc/rc.d/functions
+
+name=bitlbee
+PID=$(pidof -o %PPID /usr/sbin/bitlbee)
+install -o bitlbee -g bitlbee -d -m 755 /var/run/bitlbee
+
+case $1 in
+start)
+   stat_busy Starting $name daemon
+   [[ -z $PID ]]  {
+   rm -f /var/run/bitlbee/bitlbee.pid
+   su -s /bin/sh -c '/usr/sbin/bitlbee -F' bitlbee

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

2011-12-06 Thread Gaetan Bisson
Date: Tuesday, December 6, 2011 @ 16:20:08
  Author: bisson
Revision: 144483

fix FS#27476

Modified:
  m17n-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-12-06 20:48:42 UTC (rev 144482)
+++ PKGBUILD2011-12-06 21:20:08 UTC (rev 144483)
@@ -11,7 +11,7 @@
 license=('GPL')
 depends=('libxft' 'm17n-db' 'fribidi' 'libxml2' 'gd' 'libotf')
 optdepends=('anthy: to use the anthy input method')
-options=('!libtool' '!emptydirs')
+options=('!makeflags' '!libtool' '!emptydirs')
 source=(http://www.m17n.org/m17n-lib-download/${pkgname}-${pkgver}.tar.gz;)
 sha1sums=('b3a725b1c417f167f6b2c6b7889b7d728a1e6b8f')
 



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

2011-12-06 Thread Gaetan Bisson
Date: Tuesday, December 6, 2011 @ 17:40:21
  Author: bisson
Revision: 144484

fix the fix for FS#27468

Modified:
  bitlbee/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-12-06 21:20:08 UTC (rev 144483)
+++ PKGBUILD2011-12-06 22:40:21 UTC (rev 144484)
@@ -8,14 +8,14 @@
 
 pkgname=bitlbee
 pkgver=3.0.4
-pkgrel=2
+pkgrel=3
 pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to 
IRC'
 url='http://www.bitlbee.org/'
 license=('GPL')
 arch=('i686' 'x86_64')
 depends=('openssl' 'glib2')
 makedepends=('asciidoc' 'libotr')
-optdepends=('python2: to use skyped'
+optdepends=('skype4py: to use skyped'
 'libotr: for OTR encryption support'
 'xinetd: to run bitlbee through xinetd')
 source=(http://get.bitlbee.org/src/${pkgname}-${pkgver}.tar.gz;



[arch-commits] Commit in bitlbee/repos (16 files)

2011-12-06 Thread Gaetan Bisson
Date: Tuesday, December 6, 2011 @ 17:42:02
  Author: bisson
Revision: 144485

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

Added:
  bitlbee/repos/testing-i686/PKGBUILD
(from rev 144484, bitlbee/trunk/PKGBUILD)
  bitlbee/repos/testing-i686/install
(from rev 144484, bitlbee/trunk/install)
  bitlbee/repos/testing-i686/rc.d
(from rev 144484, bitlbee/trunk/rc.d)
  bitlbee/repos/testing-i686/xinetd
(from rev 144484, bitlbee/trunk/xinetd)
  bitlbee/repos/testing-x86_64/PKGBUILD
(from rev 144484, bitlbee/trunk/PKGBUILD)
  bitlbee/repos/testing-x86_64/install
(from rev 144484, bitlbee/trunk/install)
  bitlbee/repos/testing-x86_64/rc.d
(from rev 144484, bitlbee/trunk/rc.d)
  bitlbee/repos/testing-x86_64/xinetd
(from rev 144484, bitlbee/trunk/xinetd)
Deleted:
  bitlbee/repos/testing-i686/PKGBUILD
  bitlbee/repos/testing-i686/install
  bitlbee/repos/testing-i686/rc.d
  bitlbee/repos/testing-i686/xinetd
  bitlbee/repos/testing-x86_64/PKGBUILD
  bitlbee/repos/testing-x86_64/install
  bitlbee/repos/testing-x86_64/rc.d
  bitlbee/repos/testing-x86_64/xinetd

-+
 testing-i686/PKGBUILD   |  116 +++---
 testing-i686/install|   28 +--
 testing-i686/rc.d   |   80 +++
 testing-i686/xinetd |   24 -
 testing-x86_64/PKGBUILD |  116 +++---
 testing-x86_64/install  |   28 +--
 testing-x86_64/rc.d |   80 +++
 testing-x86_64/xinetd   |   24 -
 8 files changed, 248 insertions(+), 248 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2011-12-06 22:40:21 UTC (rev 144484)
+++ testing-i686/PKGBUILD   2011-12-06 22:42:02 UTC (rev 144485)
@@ -1,58 +0,0 @@
-# $Id$
-
-# Contributor: FUBAR mrfu...@gmail.com
-# Contributor: simo s...@archlinux.org
-# Contributor: Jeff 'codemac' Mickey j...@archlinux.org
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=bitlbee
-pkgver=3.0.4
-pkgrel=2
-pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to 
IRC'
-url='http://www.bitlbee.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('openssl' 'glib2')
-makedepends=('asciidoc' 'libotr')
-optdepends=('python2: to use skyped'
-'libotr: for OTR encryption support'
-'xinetd: to run bitlbee through xinetd')
-source=(http://get.bitlbee.org/src/${pkgname}-${pkgver}.tar.gz;
-   'xinetd'
-   'rc.d')
-sha1sums=('2c2742948d1ed2c83ee5db2d2fbff5e8b656b8c4'
-  '5e0af27ba9cc4fe455e3381c75fc49a9326e2f17'
-  'be09d29af3853825778331df451f16ca9e452d03')
-
-backup=('etc/bitlbee/bitlbee.conf' 'etc/bitlbee/motd.txt' 
'etc/xinetd.d/bitlbee')
-install=install
-
-build() { 
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   ./configure \
-   --prefix=/usr \
-   --etcdir=/etc/bitlbee \
-   --pidfile=/var/run/bitlbee/bitlbee.pid \
-   --ipcsocket=/var/run/bitlbee/bitlbee.sock \
-   --systemdsystemunitdir=/lib/systemd/system \
-   --ssl=openssl \
-   --strip=0 \
-   --otr=plugin \
-   --skype=plugin \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   install -o65 -g65 -dm770 ${pkgdir}/var/lib/bitlbee
-   install -Dm644 ${srcdir}/xinetd ${pkgdir}/etc/xinetd.d/bitlbee
-   install -Dm755 ${srcdir}/rc.d ${pkgdir}/etc/rc.d/bitlbee
-
-   make DESTDIR=${pkgdir} install
-   make DESTDIR=${pkgdir} install-etc
-   make DESTDIR=${pkgdir} install-dev
-}

Copied: bitlbee/repos/testing-i686/PKGBUILD (from rev 144484, 
bitlbee/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2011-12-06 22:42:02 UTC (rev 144485)
@@ -0,0 +1,58 @@
+# $Id$
+
+# Contributor: FUBAR mrfu...@gmail.com
+# Contributor: simo s...@archlinux.org
+# Contributor: Jeff 'codemac' Mickey j...@archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=bitlbee
+pkgver=3.0.4
+pkgrel=3
+pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to 
IRC'
+url='http://www.bitlbee.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('openssl' 'glib2')
+makedepends=('asciidoc' 'libotr')
+optdepends=('skype4py: to use skyped'
+'libotr: for OTR encryption support'
+'xinetd: to run bitlbee through xinetd')
+source=(http://get.bitlbee.org/src/${pkgname}-${pkgver}.tar.gz;
+   'xinetd'
+   'rc.d')
+sha1sums=('2c2742948d1ed2c83ee5db2d2fbff5e8b656b8c4'
+  '5e0af27ba9cc4fe455e3381c75fc49a9326e2f17

[arch-commits] Commit in bitlbee/repos (9 files)

2011-12-06 Thread Gaetan Bisson
Date: Tuesday, December 6, 2011 @ 17:43:41
  Author: bisson
Revision: 144486

db-move: moved bitlbee from [testing] to [extra] (i686)

Added:
  bitlbee/repos/extra-i686/PKGBUILD
(from rev 144485, bitlbee/repos/testing-i686/PKGBUILD)
  bitlbee/repos/extra-i686/install
(from rev 144485, bitlbee/repos/testing-i686/install)
  bitlbee/repos/extra-i686/rc.d
(from rev 144485, bitlbee/repos/testing-i686/rc.d)
  bitlbee/repos/extra-i686/xinetd
(from rev 144485, bitlbee/repos/testing-i686/xinetd)
Deleted:
  bitlbee/repos/extra-i686/PKGBUILD
  bitlbee/repos/extra-i686/install
  bitlbee/repos/extra-i686/rc.d
  bitlbee/repos/extra-i686/xinetd
  bitlbee/repos/testing-i686/

--+
 PKGBUILD |  111 +++--
 install  |   27 +++---
 rc.d |   80 +--
 xinetd   |   24 ++---
 4 files changed, 124 insertions(+), 118 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-12-06 22:42:02 UTC (rev 144485)
+++ extra-i686/PKGBUILD 2011-12-06 22:43:41 UTC (rev 144486)
@@ -1,53 +0,0 @@
-# $Id$
-
-# Contributor: FUBAR mrfu...@gmail.com
-# Contributor: simo s...@archlinux.org
-# Contributor: Jeff 'codemac' Mickey j...@archlinux.org
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=bitlbee
-pkgver=3.0.4
-pkgrel=1
-pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to 
IRC'
-arch=('i686' 'x86_64')
-url='http://www.bitlbee.org/'
-license=('GPL')
-depends=('openssl' 'glib2' 'libotr')
-optdepends=('xinetd: to run bitlbee through xinetd')
-source=(http://get.bitlbee.org/src/${pkgname}-${pkgver}.tar.gz;
-   'xinetd'
-   'rc.d')
-sha1sums=('2c2742948d1ed2c83ee5db2d2fbff5e8b656b8c4'
-  '5e0af27ba9cc4fe455e3381c75fc49a9326e2f17'
-  'be09d29af3853825778331df451f16ca9e452d03')
-
-backup=('etc/bitlbee/bitlbee.conf' 'etc/bitlbee/motd.txt' 
'etc/xinetd.d/bitlbee')
-install=install
-
-build() { 
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   ./configure --prefix=/usr \
-   --etcdir=/etc/bitlbee \
-   --pidfile=/var/run/bitlbee/bitlbee.pid \
-   --ipcsocket=/var/run/bitlbee/bitlbee.sock \
-   --systemdsystemunitdir=/lib/systemd/system \
-   --ssl=openssl \
-   --strip=0 \
-   --otr=1 \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   install -o65 -g65 -dm770 ${pkgdir}/var/lib/bitlbee
-   install -Dm644 ${srcdir}/xinetd ${pkgdir}/etc/xinetd.d/bitlbee
-   install -Dm755 ${srcdir}/rc.d ${pkgdir}/etc/rc.d/bitlbee
-
-   make DESTDIR=${pkgdir} install
-   make DESTDIR=${pkgdir} install-etc
-   make DESTDIR=${pkgdir} install-dev
-}

Copied: bitlbee/repos/extra-i686/PKGBUILD (from rev 144485, 
bitlbee/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-12-06 22:43:41 UTC (rev 144486)
@@ -0,0 +1,58 @@
+# $Id$
+
+# Contributor: FUBAR mrfu...@gmail.com
+# Contributor: simo s...@archlinux.org
+# Contributor: Jeff 'codemac' Mickey j...@archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=bitlbee
+pkgver=3.0.4
+pkgrel=3
+pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to 
IRC'
+url='http://www.bitlbee.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('openssl' 'glib2')
+makedepends=('asciidoc' 'libotr')
+optdepends=('skype4py: to use skyped'
+'libotr: for OTR encryption support'
+'xinetd: to run bitlbee through xinetd')
+source=(http://get.bitlbee.org/src/${pkgname}-${pkgver}.tar.gz;
+   'xinetd'
+   'rc.d')
+sha1sums=('2c2742948d1ed2c83ee5db2d2fbff5e8b656b8c4'
+  '5e0af27ba9cc4fe455e3381c75fc49a9326e2f17'
+  'be09d29af3853825778331df451f16ca9e452d03')
+
+backup=('etc/bitlbee/bitlbee.conf' 'etc/bitlbee/motd.txt' 
'etc/xinetd.d/bitlbee')
+install=install
+
+build() { 
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure \
+   --prefix=/usr \
+   --etcdir=/etc/bitlbee \
+   --pidfile=/var/run/bitlbee/bitlbee.pid \
+   --ipcsocket=/var/run/bitlbee/bitlbee.sock \
+   --systemdsystemunitdir=/lib/systemd/system \
+   --ssl=openssl \
+   --strip=0 \
+   --otr=plugin \
+   --skype=plugin \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   install -o65 -g65 -dm770 ${pkgdir}/var/lib/bitlbee
+   install -Dm644 ${srcdir}/xinetd ${pkgdir}/etc/xinetd.d/bitlbee
+   install -Dm755 ${srcdir}/rc.d ${pkgdir}/etc/rc.d/bitlbee
+
+   make DESTDIR=${pkgdir} install

[arch-commits] Commit in bitlbee/repos (9 files)

2011-12-06 Thread Gaetan Bisson
Date: Tuesday, December 6, 2011 @ 17:43:42
  Author: bisson
Revision: 144487

db-move: moved bitlbee from [testing] to [extra] (x86_64)

Added:
  bitlbee/repos/extra-x86_64/PKGBUILD
(from rev 144485, bitlbee/repos/testing-x86_64/PKGBUILD)
  bitlbee/repos/extra-x86_64/install
(from rev 144485, bitlbee/repos/testing-x86_64/install)
  bitlbee/repos/extra-x86_64/rc.d
(from rev 144485, bitlbee/repos/testing-x86_64/rc.d)
  bitlbee/repos/extra-x86_64/xinetd
(from rev 144485, bitlbee/repos/testing-x86_64/xinetd)
Deleted:
  bitlbee/repos/extra-x86_64/PKGBUILD
  bitlbee/repos/extra-x86_64/install
  bitlbee/repos/extra-x86_64/rc.d
  bitlbee/repos/extra-x86_64/xinetd
  bitlbee/repos/testing-x86_64/

--+
 PKGBUILD |  111 +++--
 install  |   27 +++---
 rc.d |   80 +--
 xinetd   |   24 ++---
 4 files changed, 124 insertions(+), 118 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2011-12-06 22:43:41 UTC (rev 144486)
+++ extra-x86_64/PKGBUILD   2011-12-06 22:43:42 UTC (rev 144487)
@@ -1,53 +0,0 @@
-# $Id$
-
-# Contributor: FUBAR mrfu...@gmail.com
-# Contributor: simo s...@archlinux.org
-# Contributor: Jeff 'codemac' Mickey j...@archlinux.org
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=bitlbee
-pkgver=3.0.4
-pkgrel=1
-pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to 
IRC'
-arch=('i686' 'x86_64')
-url='http://www.bitlbee.org/'
-license=('GPL')
-depends=('openssl' 'glib2' 'libotr')
-optdepends=('xinetd: to run bitlbee through xinetd')
-source=(http://get.bitlbee.org/src/${pkgname}-${pkgver}.tar.gz;
-   'xinetd'
-   'rc.d')
-sha1sums=('2c2742948d1ed2c83ee5db2d2fbff5e8b656b8c4'
-  '5e0af27ba9cc4fe455e3381c75fc49a9326e2f17'
-  'be09d29af3853825778331df451f16ca9e452d03')
-
-backup=('etc/bitlbee/bitlbee.conf' 'etc/bitlbee/motd.txt' 
'etc/xinetd.d/bitlbee')
-install=install
-
-build() { 
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   ./configure --prefix=/usr \
-   --etcdir=/etc/bitlbee \
-   --pidfile=/var/run/bitlbee/bitlbee.pid \
-   --ipcsocket=/var/run/bitlbee/bitlbee.sock \
-   --systemdsystemunitdir=/lib/systemd/system \
-   --ssl=openssl \
-   --strip=0 \
-   --otr=1 \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   install -o65 -g65 -dm770 ${pkgdir}/var/lib/bitlbee
-   install -Dm644 ${srcdir}/xinetd ${pkgdir}/etc/xinetd.d/bitlbee
-   install -Dm755 ${srcdir}/rc.d ${pkgdir}/etc/rc.d/bitlbee
-
-   make DESTDIR=${pkgdir} install
-   make DESTDIR=${pkgdir} install-etc
-   make DESTDIR=${pkgdir} install-dev
-}

Copied: bitlbee/repos/extra-x86_64/PKGBUILD (from rev 144485, 
bitlbee/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2011-12-06 22:43:42 UTC (rev 144487)
@@ -0,0 +1,58 @@
+# $Id$
+
+# Contributor: FUBAR mrfu...@gmail.com
+# Contributor: simo s...@archlinux.org
+# Contributor: Jeff 'codemac' Mickey j...@archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=bitlbee
+pkgver=3.0.4
+pkgrel=3
+pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to 
IRC'
+url='http://www.bitlbee.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('openssl' 'glib2')
+makedepends=('asciidoc' 'libotr')
+optdepends=('skype4py: to use skyped'
+'libotr: for OTR encryption support'
+'xinetd: to run bitlbee through xinetd')
+source=(http://get.bitlbee.org/src/${pkgname}-${pkgver}.tar.gz;
+   'xinetd'
+   'rc.d')
+sha1sums=('2c2742948d1ed2c83ee5db2d2fbff5e8b656b8c4'
+  '5e0af27ba9cc4fe455e3381c75fc49a9326e2f17'
+  'be09d29af3853825778331df451f16ca9e452d03')
+
+backup=('etc/bitlbee/bitlbee.conf' 'etc/bitlbee/motd.txt' 
'etc/xinetd.d/bitlbee')
+install=install
+
+build() { 
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure \
+   --prefix=/usr \
+   --etcdir=/etc/bitlbee \
+   --pidfile=/var/run/bitlbee/bitlbee.pid \
+   --ipcsocket=/var/run/bitlbee/bitlbee.sock \
+   --systemdsystemunitdir=/lib/systemd/system \
+   --ssl=openssl \
+   --strip=0 \
+   --otr=plugin \
+   --skype=plugin \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   install -o65 -g65 -dm770 ${pkgdir}/var/lib/bitlbee
+   install -Dm644 ${srcdir}/xinetd ${pkgdir}/etc/xinetd.d/bitlbee
+   install -Dm755 ${srcdir}/rc.d

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

2012-01-31 Thread Gaetan Bisson
Date: Tuesday, January 31, 2012 @ 22:46:32
  Author: bisson
Revision: 148445

upstream update

Modified:
  postfix/trunk/PKGBUILD
  postfix/trunk/install

--+
 PKGBUILD |6 +++---
 install  |5 ++---
 2 files changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-01-31 23:47:55 UTC (rev 148444)
+++ PKGBUILD2012-02-01 03:46:32 UTC (rev 148445)
@@ -4,8 +4,8 @@
 # Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname=postfix
-pkgver=2.8.7
-pkgrel=2
+pkgver=2.9.0
+pkgrel=1
 pkgdesc='Fast, easy to administer, secure mail server'
 url='http://www.postfix.org/'
 license=('custom')
@@ -15,7 +15,7 @@
 
source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
 \
 'aliases.patch' \
 'rc.d')
-sha1sums=('81c87aceff4d9af67a304354bab9c99ac98fc8a0'
+sha1sums=('a04a72a8b9436279a30b7d1b62197be63124a132'
   '5fc3de6c7df1e5851a0a379e825148868808318b'
   '40c6be2eb55e6437a402f43775cdb3d22ea87a66')
 

Modified: install
===
--- install 2012-01-31 23:47:55 UTC (rev 148444)
+++ install 2012-02-01 03:46:32 UTC (rev 148445)
@@ -18,10 +18,9 @@
 post_upgrade() {
post_install
 
-   if [ `vercmp $2 2.8.3` = -1 ]; then cat EOF
+   if [ `vercmp $2 2.9.0` = -1 ]; then cat EOF
 
-== You must now execute /etc/rc.d/postfix reload (or restart).
-== This is needed because of an inter-daemon protocol change.
+== You must now run postfix reload due to inter-daemon protocol change.
 
 EOF
fi



[arch-commits] Commit in postfix/repos (16 files)

2012-01-31 Thread Gaetan Bisson
Date: Tuesday, January 31, 2012 @ 22:47:09
  Author: bisson
Revision: 148446

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

Added:
  postfix/repos/extra-i686/PKGBUILD
(from rev 148445, postfix/trunk/PKGBUILD)
  postfix/repos/extra-i686/aliases.patch
(from rev 148445, postfix/trunk/aliases.patch)
  postfix/repos/extra-i686/install
(from rev 148445, postfix/trunk/install)
  postfix/repos/extra-i686/rc.d
(from rev 148445, postfix/trunk/rc.d)
  postfix/repos/extra-x86_64/PKGBUILD
(from rev 148445, postfix/trunk/PKGBUILD)
  postfix/repos/extra-x86_64/aliases.patch
(from rev 148445, postfix/trunk/aliases.patch)
  postfix/repos/extra-x86_64/install
(from rev 148445, postfix/trunk/install)
  postfix/repos/extra-x86_64/rc.d
(from rev 148445, postfix/trunk/rc.d)
Deleted:
  postfix/repos/extra-i686/PKGBUILD
  postfix/repos/extra-i686/aliases.patch
  postfix/repos/extra-i686/install
  postfix/repos/extra-i686/rc.d
  postfix/repos/extra-x86_64/PKGBUILD
  postfix/repos/extra-x86_64/aliases.patch
  postfix/repos/extra-x86_64/install
  postfix/repos/extra-x86_64/rc.d

+
 extra-i686/PKGBUILD|  127 +--
 extra-i686/aliases.patch   |   36 ++--
 extra-i686/install |   67 +++---
 extra-i686/rc.d|   72 
 extra-x86_64/PKGBUILD  |  127 +--
 extra-x86_64/aliases.patch |   36 ++--
 extra-x86_64/install   |   67 +++---
 extra-x86_64/rc.d  |   72 
 8 files changed, 300 insertions(+), 304 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-01 03:46:32 UTC (rev 148445)
+++ extra-i686/PKGBUILD 2012-02-01 03:47:09 UTC (rev 148446)
@@ -1,64 +0,0 @@
-# $Id$
-# Contributor: Jeff Brodnax tullyarc...@bellsouth.net
-# Contributor: Paul Mattal p...@archlinux.org
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=postfix
-pkgver=2.8.7
-pkgrel=2
-pkgdesc='Fast, easy to administer, secure mail server'
-url='http://www.postfix.org/'
-license=('custom')
-arch=('i686' 'x86_64')
-depends=('pcre' 'libsasl' 'libmysqlclient' 'postgresql-libs' 'sqlite3' 
'libldap' 'db')
-backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
-source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
 \
-'aliases.patch' \
-'rc.d')
-sha1sums=('81c87aceff4d9af67a304354bab9c99ac98fc8a0'
-  '5fc3de6c7df1e5851a0a379e825148868808318b'
-  '40c6be2eb55e6437a402f43775cdb3d22ea87a66')
-
-provides=('smtp-server' 'smtp-forwarder')
-replaces=('postfix-mysql' 'postfix-pgsql')
-conflicts=('postfix-mysql' 'postfix-pgsql' 'smtp-server' 'smtp-forwarder')
-
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make makefiles DEBUG='' CCARGS=' \
-   -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl \
-   -DHAS_LDAP \
-   -DUSE_TLS \
-   -DHAS_MYSQL -I/usr/include/mysql \
-   -DHAS_PGSQL -I/usr/include/postgresql \
-   -DHAS_SQLITE \
-   ' AUXLIBS=' \
-   -lsasl2 \
-   -lldap -llber \
-   -lssl -lcrypto \
-   -lmysqlclient -lz -lm \
-   -lpq \
-   -lsqlite3 -lpthread \
-   ' OPT=${CFLAGS} ${LDFLAGS}
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   sh postfix-install -non-interactive \
-   install_root=${pkgdir} \
-   daemon_directory=/usr/lib/${pkgname} \
-   sample_directory=/etc/${pkgname}/sample \
-   manpage_directory=/usr/share/man
-
-   install -D -m755 ../rc.d ${pkgdir}/etc/rc.d/${pkgname}
-   install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-   cd ${pkgdir}
-   patch -p0 -i ${srcdir}/aliases.patch
-}

Copied: postfix/repos/extra-i686/PKGBUILD (from rev 148445, 
postfix/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-01 03:47:09 UTC (rev 148446)
@@ -0,0 +1,63 @@
+# $Id$
+# Contributor: Jeff Brodnax tullyarc...@bellsouth.net
+# Contributor: Paul Mattal p...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=postfix
+pkgver=2.9.0
+pkgrel=1
+pkgdesc='Fast, easy to administer, secure mail server'
+url='http://www.postfix.org/'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('pcre' 'libsasl' 'libmysqlclient' 'postgresql-libs' 'sqlite3' 
'libldap' 'db')
+backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
+source=(ftp://ftp.porcupine.org/mirrors/postfix

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

2012-02-02 Thread Gaetan Bisson
Date: Thursday, February 2, 2012 @ 20:12:10
  Author: bisson
Revision: 148517

upstream update

Modified:
  feh/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-03 00:34:23 UTC (rev 148516)
+++ PKGBUILD2012-02-03 01:12:10 UTC (rev 148517)
@@ -5,8 +5,8 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=feh
-pkgver=2.2
-pkgrel=2
+pkgver=2.3
+pkgrel=1
 pkgdesc='Fast and light imlib2-based image viewer'
 url='http://feh.finalrewind.org/'
 license=('MIT')
@@ -15,7 +15,7 @@
 optdepends=('perl: feh-cam, webcam wrapper for feh')
 makedepends=('libxt')
 source=(${url}${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('655db5f558cdb268ff55cb088994d78331bd39aa')
+sha1sums=('9f42ba920baeb405777f834546223a9ff9eb43e7')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in feh/repos (4 files)

2012-02-02 Thread Gaetan Bisson
Date: Thursday, February 2, 2012 @ 20:12:43
  Author: bisson
Revision: 148518

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

Added:
  feh/repos/extra-i686/PKGBUILD
(from rev 148517, feh/trunk/PKGBUILD)
  feh/repos/extra-x86_64/PKGBUILD
(from rev 148517, feh/trunk/PKGBUILD)
Deleted:
  feh/repos/extra-i686/PKGBUILD
  feh/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   58 
 extra-x86_64/PKGBUILD |   58 
 2 files changed, 58 insertions(+), 58 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-03 01:12:10 UTC (rev 148517)
+++ extra-i686/PKGBUILD 2012-02-03 01:12:43 UTC (rev 148518)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: dorphell dorph...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=feh
-pkgver=2.2
-pkgrel=1
-pkgdesc='Fast and light imlib2-based image viewer'
-url='http://feh.finalrewind.org/'
-license=('MIT')
-arch=('i686' 'x86_64')
-depends=('giblib' 'curl' 'libxinerama')
-optdepends=('perl: feh-cam, webcam wrapper for feh')
-makedepends=('libxt')
-source=(${url}${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('655db5f558cdb268ff55cb088994d78331bd39aa')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make PREFIX=/usr
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make PREFIX=/usr DESTDIR=${pkgdir} install
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: feh/repos/extra-i686/PKGBUILD (from rev 148517, feh/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-03 01:12:43 UTC (rev 148518)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=feh
+pkgver=2.3
+pkgrel=1
+pkgdesc='Fast and light imlib2-based image viewer'
+url='http://feh.finalrewind.org/'
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('giblib' 'curl' 'libxinerama')
+optdepends=('perl: feh-cam, webcam wrapper for feh')
+makedepends=('libxt')
+source=(${url}${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('9f42ba920baeb405777f834546223a9ff9eb43e7')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make PREFIX=/usr
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make PREFIX=/usr DESTDIR=${pkgdir} install
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-03 01:12:10 UTC (rev 148517)
+++ extra-x86_64/PKGBUILD   2012-02-03 01:12:43 UTC (rev 148518)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: dorphell dorph...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=feh
-pkgver=2.2
-pkgrel=1
-pkgdesc='Fast and light imlib2-based image viewer'
-url='http://feh.finalrewind.org/'
-license=('MIT')
-arch=('i686' 'x86_64')
-depends=('giblib' 'curl' 'libxinerama')
-optdepends=('perl: feh-cam, webcam wrapper for feh')
-makedepends=('libxt')
-source=(${url}${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('655db5f558cdb268ff55cb088994d78331bd39aa')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make PREFIX=/usr
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make PREFIX=/usr DESTDIR=${pkgdir} install
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: feh/repos/extra-x86_64/PKGBUILD (from rev 148517, feh/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-02-03 01:12:43 UTC (rev 148518)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=feh
+pkgver=2.3
+pkgrel=1
+pkgdesc='Fast and light imlib2-based image viewer'
+url='http://feh.finalrewind.org/'
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('giblib' 'curl' 'libxinerama')
+optdepends=('perl: feh-cam, webcam wrapper for feh')
+makedepends=('libxt')
+source=(${url}${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('9f42ba920baeb405777f834546223a9ff9eb43e7')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make PREFIX=/usr
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make

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

2012-02-02 Thread Gaetan Bisson
Date: Thursday, February 2, 2012 @ 20:13:56
  Author: bisson
Revision: 148519

libpng-1.5 rebuild

Modified:
  feh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-03 01:12:43 UTC (rev 148518)
+++ PKGBUILD2012-02-03 01:13:56 UTC (rev 148519)
@@ -6,7 +6,7 @@
 
 pkgname=feh
 pkgver=2.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Fast and light imlib2-based image viewer'
 url='http://feh.finalrewind.org/'
 license=('MIT')



[arch-commits] Commit in feh/repos (4 files)

2012-02-02 Thread Gaetan Bisson
Date: Thursday, February 2, 2012 @ 20:14:17
  Author: bisson
Revision: 148520

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

Added:
  feh/repos/testing-i686/PKGBUILD
(from rev 148519, feh/trunk/PKGBUILD)
  feh/repos/testing-x86_64/PKGBUILD
(from rev 148519, feh/trunk/PKGBUILD)
Deleted:
  feh/repos/testing-i686/PKGBUILD
  feh/repos/testing-x86_64/PKGBUILD

-+
 testing-i686/PKGBUILD   |   58 +++---
 testing-x86_64/PKGBUILD |   58 +++---
 2 files changed, 58 insertions(+), 58 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-02-03 01:13:56 UTC (rev 148519)
+++ testing-i686/PKGBUILD   2012-02-03 01:14:17 UTC (rev 148520)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: dorphell dorph...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=feh
-pkgver=2.2
-pkgrel=2
-pkgdesc='Fast and light imlib2-based image viewer'
-url='http://feh.finalrewind.org/'
-license=('MIT')
-arch=('i686' 'x86_64')
-depends=('giblib' 'curl' 'libxinerama')
-optdepends=('perl: feh-cam, webcam wrapper for feh')
-makedepends=('libxt')
-source=(${url}${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('655db5f558cdb268ff55cb088994d78331bd39aa')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make PREFIX=/usr
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make PREFIX=/usr DESTDIR=${pkgdir} install
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: feh/repos/testing-i686/PKGBUILD (from rev 148519, feh/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-02-03 01:14:17 UTC (rev 148520)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=feh
+pkgver=2.3
+pkgrel=2
+pkgdesc='Fast and light imlib2-based image viewer'
+url='http://feh.finalrewind.org/'
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('giblib' 'curl' 'libxinerama')
+optdepends=('perl: feh-cam, webcam wrapper for feh')
+makedepends=('libxt')
+source=(${url}${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('9f42ba920baeb405777f834546223a9ff9eb43e7')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make PREFIX=/usr
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make PREFIX=/usr DESTDIR=${pkgdir} install
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2012-02-03 01:13:56 UTC (rev 148519)
+++ testing-x86_64/PKGBUILD 2012-02-03 01:14:17 UTC (rev 148520)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: dorphell dorph...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=feh
-pkgver=2.2
-pkgrel=2
-pkgdesc='Fast and light imlib2-based image viewer'
-url='http://feh.finalrewind.org/'
-license=('MIT')
-arch=('i686' 'x86_64')
-depends=('giblib' 'curl' 'libxinerama')
-optdepends=('perl: feh-cam, webcam wrapper for feh')
-makedepends=('libxt')
-source=(${url}${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('655db5f558cdb268ff55cb088994d78331bd39aa')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make PREFIX=/usr
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make PREFIX=/usr DESTDIR=${pkgdir} install
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: feh/repos/testing-x86_64/PKGBUILD (from rev 148519, feh/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-02-03 01:14:17 UTC (rev 148520)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=feh
+pkgver=2.3
+pkgrel=2
+pkgdesc='Fast and light imlib2-based image viewer'
+url='http://feh.finalrewind.org/'
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('giblib' 'curl' 'libxinerama')
+optdepends=('perl: feh-cam, webcam wrapper for feh')
+makedepends=('libxt')
+source=(${url}${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('9f42ba920baeb405777f834546223a9ff9eb43e7')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make PREFIX=/usr
+}
+
+package

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

2012-02-03 Thread Gaetan Bisson
Date: Friday, February 3, 2012 @ 19:06:48
  Author: bisson
Revision: 148585

upstream update

Modified:
  gcin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-04 00:03:40 UTC (rev 148584)
+++ PKGBUILD2012-02-04 00:06:48 UTC (rev 148585)
@@ -4,7 +4,7 @@
 # Contributor: damir da...@archlinux.org
 
 pkgname=gcin
-pkgver=2.7.1
+pkgver=2.7.2
 pkgrel=1
 pkgdesc='Input method server supporting various input methods'
 url='http://hyperrate.com/dir.php?eid=67'
@@ -18,7 +18,7 @@
 'libchewing: support for chewing input method')
 
source=(http://www.csie.nctu.edu.tw/~cp76/gcin/download/${pkgname}-${pkgver}.tar.xz;
 'qt4-lib64.patch')
-sha1sums=('16e549f5e602c7834dcc35875e375f1e660a627d'
+sha1sums=('f5b4468d8696af114fa95f46a680bee0182ae1ec'
   '3d1b769dcd8820c8351f239ec32ee5bcd9d98b70')
 
 install=install



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

2012-02-03 Thread Gaetan Bisson
Date: Friday, February 3, 2012 @ 19:07:32
  Author: bisson
Revision: 148586

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

Added:
  gcin/repos/extra-i686/PKGBUILD
(from rev 148585, gcin/trunk/PKGBUILD)
  gcin/repos/extra-i686/install
(from rev 148585, gcin/trunk/install)
  gcin/repos/extra-i686/qt4-lib64.patch
(from rev 148585, gcin/trunk/qt4-lib64.patch)
  gcin/repos/extra-x86_64/PKGBUILD
(from rev 148585, gcin/trunk/PKGBUILD)
  gcin/repos/extra-x86_64/install
(from rev 148585, gcin/trunk/install)
  gcin/repos/extra-x86_64/qt4-lib64.patch
(from rev 148585, gcin/trunk/qt4-lib64.patch)
Deleted:
  gcin/repos/extra-i686/PKGBUILD
  gcin/repos/extra-i686/install
  gcin/repos/extra-i686/qt4-lib64.patch
  gcin/repos/extra-x86_64/PKGBUILD
  gcin/repos/extra-x86_64/install
  gcin/repos/extra-x86_64/qt4-lib64.patch

--+
 extra-i686/PKGBUILD  |   86 -
 extra-i686/install   |   28 ++---
 extra-i686/qt4-lib64.patch   |   62 ++---
 extra-x86_64/PKGBUILD|   86 -
 extra-x86_64/install |   28 ++---
 extra-x86_64/qt4-lib64.patch |   62 ++---
 6 files changed, 176 insertions(+), 176 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-04 00:06:48 UTC (rev 148585)
+++ extra-i686/PKGBUILD 2012-02-04 00:07:32 UTC (rev 148586)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Andreas Radke andy...@archlinux.org
-# Contributor: damir da...@archlinux.org
-
-pkgname=gcin
-pkgver=2.7.1
-pkgrel=1
-pkgdesc='Input method server supporting various input methods'
-url='http://hyperrate.com/dir.php?eid=67'
-license=('LGPL')
-arch=('i686' 'x86_64')
-depends=('gtk2' 'libxtst')
-makedepends=('qt' 'gtk3' 'anthy' 'libchewing')
-optdepends=('qt: support for qt4 input method'
-'gtk3: support for gtk3 input method'
-'anthy: support for anthy input method'
-'libchewing: support for chewing input method')
-source=(http://www.csie.nctu.edu.tw/~cp76/gcin/download/${pkgname}-${pkgver}.tar.xz;
-'qt4-lib64.patch')
-sha1sums=('16e549f5e602c7834dcc35875e375f1e660a627d'
-  '3d1b769dcd8820c8351f239ec32ee5bcd9d98b70')
-
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   patch -p1 -i ../qt4-lib64.patch
-   sed '/include suffixes-rule/a \
-   CFLAGS+='${CFLAGS}' \
-   LDFLAGS+='${LDFLAGS}' \
-   OPTFLAGS=' \
-   -i Makefile
-
-   ./configure --prefix=/usr --use_i18n=Y
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: gcin/repos/extra-i686/PKGBUILD (from rev 148585, gcin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-04 00:07:32 UTC (rev 148586)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+# Contributor: damir da...@archlinux.org
+
+pkgname=gcin
+pkgver=2.7.2
+pkgrel=1
+pkgdesc='Input method server supporting various input methods'
+url='http://hyperrate.com/dir.php?eid=67'
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('gtk2' 'libxtst')
+makedepends=('qt' 'gtk3' 'anthy' 'libchewing')
+optdepends=('qt: support for qt4 input method'
+'gtk3: support for gtk3 input method'
+'anthy: support for anthy input method'
+'libchewing: support for chewing input method')
+source=(http://www.csie.nctu.edu.tw/~cp76/gcin/download/${pkgname}-${pkgver}.tar.xz;
+'qt4-lib64.patch')
+sha1sums=('f5b4468d8696af114fa95f46a680bee0182ae1ec'
+  '3d1b769dcd8820c8351f239ec32ee5bcd9d98b70')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   patch -p1 -i ../qt4-lib64.patch
+   sed '/include suffixes-rule/a \
+   CFLAGS+='${CFLAGS}' \
+   LDFLAGS+='${LDFLAGS}' \
+   OPTFLAGS=' \
+   -i Makefile
+
+   ./configure --prefix=/usr --use_i18n=Y
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/install
===
--- extra-i686/install  2012-02-04 00:06:48 UTC (rev 148585)
+++ extra-i686/install  2012-02-04 00:07:32 UTC (rev 148586)
@@ -1,14 +0,0 @@
-post_install() {
-   echo -n updating gtk immodules... 
-   [ -x /usr/bin/gtk-query-immodules-2.0 ]  
/usr/bin/gtk-query-immodules-2.0  /etc/gtk-2.0/gtk.immodules
-   [ -x /usr/bin/gtk-query-immodules-3.0 ]  
/usr/bin/gtk-query-immodules-3.0  /usr/lib/gtk-3.0/3.0.0/immodules.cache

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

2012-02-05 Thread Gaetan Bisson
Date: Sunday, February 5, 2012 @ 05:50:31
  Author: bisson
Revision: 148653

simple rebuild to fix FS#28254

Modified:
  mpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-05 03:55:39 UTC (rev 148652)
+++ PKGBUILD2012-02-05 10:50:31 UTC (rev 148653)
@@ -6,7 +6,7 @@
 
 pkgname=mpd
 pkgver=0.16.6
-pkgrel=1
+pkgrel=2
 pkgdesc=Music daemon that plays MP3, FLAC, and Ogg Vorbis files
 arch=('i686' 'x86_64')
 license=('GPL')



[arch-commits] Commit in mpd/repos (16 files)

2012-02-05 Thread Gaetan Bisson
Date: Sunday, February 5, 2012 @ 05:51:32
  Author: bisson
Revision: 148654

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

Added:
  mpd/repos/extra-i686/ChangeLog
(from rev 148653, mpd/trunk/ChangeLog)
  mpd/repos/extra-i686/PKGBUILD
(from rev 148653, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/mpd
(from rev 148653, mpd/trunk/mpd)
  mpd/repos/extra-i686/mpd.install
(from rev 148653, mpd/trunk/mpd.install)
  mpd/repos/extra-x86_64/ChangeLog
(from rev 148653, mpd/trunk/ChangeLog)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 148653, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/mpd
(from rev 148653, mpd/trunk/mpd)
  mpd/repos/extra-x86_64/mpd.install
(from rev 148653, mpd/trunk/mpd.install)
Deleted:
  mpd/repos/extra-i686/ChangeLog
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/mpd
  mpd/repos/extra-i686/mpd.install
  mpd/repos/extra-x86_64/ChangeLog
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/mpd
  mpd/repos/extra-x86_64/mpd.install

--+
 extra-i686/ChangeLog |   24 
 extra-i686/PKGBUILD  |  122 ++---
 extra-i686/mpd   |   72 +-
 extra-i686/mpd.install   |   36 ++---
 extra-x86_64/ChangeLog   |   24 
 extra-x86_64/PKGBUILD|  122 ++---
 extra-x86_64/mpd |   72 +-
 extra-x86_64/mpd.install |   36 ++---
 8 files changed, 254 insertions(+), 254 deletions(-)

Deleted: extra-i686/ChangeLog
===
--- extra-i686/ChangeLog2012-02-05 10:50:31 UTC (rev 148653)
+++ extra-i686/ChangeLog2012-02-05 10:51:32 UTC (rev 148654)
@@ -1,12 +0,0 @@
-2011-12-05 Angel Velasquez an...@archlinux.org
-* Version bump to 0.16.6
-
-2011-09-03 Angel Velasquez an...@archlinux.org
-* Version bump to 0.16.4
-* Removed the patch mpd-0.16.3_ffmpeg_sigsegv.patch since is included 
upstream
-
-2011-06-25 Angel Velasquez an...@archlinux.org
-* Added a patch for bug with ffmpeg FS#24839 
-
-
-# vim: set ft=changelog ts=4 sw=4 et:

Copied: mpd/repos/extra-i686/ChangeLog (from rev 148653, mpd/trunk/ChangeLog)
===
--- extra-i686/ChangeLog(rev 0)
+++ extra-i686/ChangeLog2012-02-05 10:51:32 UTC (rev 148654)
@@ -0,0 +1,12 @@
+2011-12-05 Angel Velasquez an...@archlinux.org
+* Version bump to 0.16.6
+
+2011-09-03 Angel Velasquez an...@archlinux.org
+* Version bump to 0.16.4
+* Removed the patch mpd-0.16.3_ffmpeg_sigsegv.patch since is included 
upstream
+
+2011-06-25 Angel Velasquez an...@archlinux.org
+* Added a patch for bug with ffmpeg FS#24839 
+
+
+# vim: set ft=changelog ts=4 sw=4 et:

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-05 10:50:31 UTC (rev 148653)
+++ extra-i686/PKGBUILD 2012-02-05 10:51:32 UTC (rev 148654)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Ben b...@benmazer.net
-
-pkgname=mpd
-pkgver=0.16.6
-pkgrel=1
-pkgdesc=Music daemon that plays MP3, FLAC, and Ogg Vorbis files
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://mpd.wikia.com/wiki/Server;
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite3' 'jack' 'libmms' 'wavpack' 'libmpcdec' 'avahi' 'libid3tag'
- 'libpulse')
-makedepends=('pkgconfig' 'doxygen')
-install=${pkgname}.install
-changelog=ChangeLog
-source=(http://downloads.sourceforge.net/musicpd/$pkgname-$pkgver.tar.bz2;
-'mpd') 
-md5sums=('5489dd327fba12c67f01558d2cfa6d57'
- 'e5669c2bff4031928531e52475addeb1')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---enable-lastfm \
---enable-jack \
---enable-pulse \
---enable-documentation \
---disable-libwrap \
---disable-cue \
---disable-sidplay \
---with-systemdsystemunitdir=/lib/systemd/system
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # set our dirs in mpd.conf file
-  sed -i 's|^music_directory.*$|#music_directory 
path_to_your_music_collection|1' doc/mpdconf.example
-  sed -i 's|playlist_directory.*$|playlist_directory 
/var/lib/mpd/playlists|1' doc/mpdconf.example
-  sed -i 's|db_file.*$|db_file /var/lib/mpd/mpd.db|1' doc/mpdconf.example
-  sed -i 's|log_file.*$|log_file /var/log/mpd/mpd.log|1' doc/mpdconf.example
-  sed -i 's|error_file.*$|error_file /var/log/mpd/mpd.error|1' 
doc/mpdconf.example
-  sed -i 's|#pid_file.*$|pid_file /var/run/mpd/mpd.pid|1' doc/mpdconf.example
-  sed -i 's|#state_file.*$|state_file /var/lib/mpd/mpdstate|1' 

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

2012-02-05 Thread Gaetan Bisson
Date: Sunday, February 5, 2012 @ 09:22:00
  Author: bisson
Revision: 149023

signed rebuild for free

Modified:
  abook/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-05 14:18:33 UTC (rev 149022)
+++ PKGBUILD2012-02-05 14:22:00 UTC (rev 149023)
@@ -6,7 +6,7 @@
 
 pkgname=abook
 pkgver=0.6.0pre2
-pkgrel=3
+pkgrel=4
 pkgdesc='Text-based addressbook designed for use with Mutt'
 arch=('i686' 'x86_64')
 url='http://abook.sourceforge.net/'



[arch-commits] Commit in abook/repos (4 files)

2012-02-05 Thread Gaetan Bisson
Date: Sunday, February 5, 2012 @ 09:23:12
  Author: bisson
Revision: 149024

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

Added:
  abook/repos/extra-i686/PKGBUILD
(from rev 149023, abook/trunk/PKGBUILD)
  abook/repos/extra-x86_64/PKGBUILD
(from rev 149023, abook/trunk/PKGBUILD)
Deleted:
  abook/repos/extra-i686/PKGBUILD
  abook/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   54 
 extra-x86_64/PKGBUILD |   54 
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-05 14:22:00 UTC (rev 149023)
+++ extra-i686/PKGBUILD 2012-02-05 14:23:12 UTC (rev 149024)
@@ -1,27 +0,0 @@
-# $Id$
-# Contributor: damir da...@archlinux.org
-# Contributor: Thayer Williams tha...@archlinux.org
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=abook
-pkgver=0.6.0pre2
-pkgrel=3
-pkgdesc='Text-based addressbook designed for use with Mutt'
-arch=('i686' 'x86_64')
-url='http://abook.sourceforge.net/'
-license=('GPL2')
-depends=('readline')
-source=(http://abook.sourceforge.net/devel/abook-${pkgver}.tar.gz;)
-sha1sums=('42a939fba43e51aa011fa185113c12ec4bc1e1ec')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr --mandir=/usr/share/man
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: abook/repos/extra-i686/PKGBUILD (from rev 149023, abook/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-05 14:23:12 UTC (rev 149024)
@@ -0,0 +1,27 @@
+# $Id$
+# Contributor: damir da...@archlinux.org
+# Contributor: Thayer Williams tha...@archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=abook
+pkgver=0.6.0pre2
+pkgrel=4
+pkgdesc='Text-based addressbook designed for use with Mutt'
+arch=('i686' 'x86_64')
+url='http://abook.sourceforge.net/'
+license=('GPL2')
+depends=('readline')
+source=(http://abook.sourceforge.net/devel/abook-${pkgver}.tar.gz;)
+sha1sums=('42a939fba43e51aa011fa185113c12ec4bc1e1ec')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr --mandir=/usr/share/man
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-05 14:22:00 UTC (rev 149023)
+++ extra-x86_64/PKGBUILD   2012-02-05 14:23:12 UTC (rev 149024)
@@ -1,27 +0,0 @@
-# $Id$
-# Contributor: damir da...@archlinux.org
-# Contributor: Thayer Williams tha...@archlinux.org
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=abook
-pkgver=0.6.0pre2
-pkgrel=3
-pkgdesc='Text-based addressbook designed for use with Mutt'
-arch=('i686' 'x86_64')
-url='http://abook.sourceforge.net/'
-license=('GPL2')
-depends=('readline')
-source=(http://abook.sourceforge.net/devel/abook-${pkgver}.tar.gz;)
-sha1sums=('42a939fba43e51aa011fa185113c12ec4bc1e1ec')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr --mandir=/usr/share/man
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: abook/repos/extra-x86_64/PKGBUILD (from rev 149023, 
abook/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-02-05 14:23:12 UTC (rev 149024)
@@ -0,0 +1,27 @@
+# $Id$
+# Contributor: damir da...@archlinux.org
+# Contributor: Thayer Williams tha...@archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=abook
+pkgver=0.6.0pre2
+pkgrel=4
+pkgdesc='Text-based addressbook designed for use with Mutt'
+arch=('i686' 'x86_64')
+url='http://abook.sourceforge.net/'
+license=('GPL2')
+depends=('readline')
+source=(http://abook.sourceforge.net/devel/abook-${pkgver}.tar.gz;)
+sha1sums=('42a939fba43e51aa011fa185113c12ec4bc1e1ec')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr --mandir=/usr/share/man
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}



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

2012-02-05 Thread Gaetan Bisson
Date: Sunday, February 5, 2012 @ 09:24:14
  Author: bisson
Revision: 149025

signed rebuild for free

Modified:
  vim-spell/trunk/PKGBUILD

--+
 PKGBUILD |  454 ++---
 1 file changed, 227 insertions(+), 227 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-05 14:23:12 UTC (rev 149024)
+++ PKGBUILD2012-02-05 14:24:14 UTC (rev 149025)
@@ -3,14 +3,14 @@
 
 pkgbase=vim-spell
 pkgver=20100829
-pkgrel=1
+pkgrel=2
 pkgdesc='Language files for Vim spell checking'
 arch=('any')
 url='ftp://ftp.vim.org/pub/vim/runtime/spell/'
 license=('LGPL')
 depends=('vim')
 
-#pkgname=($(wget -qO - $url | sed 
's|^.*href=[^]*/\([^/]*\)/.*$|vim-spell-\1|;t;d' | grep -v check))
+#pkgname=($(curl $url | awk '(!/\./!/check/){print vim-spell-$NF}'))
 pkgname=('vim-spell-af'
  'vim-spell-am'
  'vim-spell-bg'
@@ -62,235 +62,235 @@
  'vim-spell-yi'
  'vim-spell-zu')
 
-for i in ${pkgname[@]}; do j=${i/vim-spell-/}; eval package_$i() {
+for _i in ${pkgname[@]}; do _j=${_i/vim-spell-/}; eval package_$_i() {
cd \\$srcdir\
install -d \\$pkgdir\/usr/share/vim/vimfiles/spell
-   install $j* \\$pkgdir\/usr/share/vim/vimfiles/spell/
-   [[ -f README_$j.txt ]] \
-install -D README_$j.txt \\$pkgdir\/usr/share/licenses/$i/README \
-   || echo 'No README for $j...'
+   install $_j* \\$pkgdir\/usr/share/vim/vimfiles/spell
+   [[ -f README_$_j.txt ]] \
+install -D README_$_j.txt \\$pkgdir\/usr/share/licenses/$_i/README 
\
+   || echo 'No README for $_j...'
 }; done
 
-#source=($(wget -qO - $url | sed 's|^.*href=\([^]*[^/]\).*$|\1|;t;d'))
-source=('ftp://ftp.vim.org:21/pub/vim/runtime/spell/README.txt'
-'ftp://ftp.vim.org:21/pub/vim/runtime/spell/README_af.txt'
-'ftp://ftp.vim.org:21/pub/vim/runtime/spell/README_am.txt'
-'ftp://ftp.vim.org:21/pub/vim/runtime/spell/README_bg.txt'
-'ftp://ftp.vim.org:21/pub/vim/runtime/spell/README_br.txt'
-'ftp://ftp.vim.org:21/pub/vim/runtime/spell/README_ca.txt'
-'ftp://ftp.vim.org:21/pub/vim/runtime/spell/README_cs.txt'
-'ftp://ftp.vim.org:21/pub/vim/runtime/spell/README_cy.txt'
-'ftp://ftp.vim.org:21/pub/vim/runtime/spell/README_da.txt'
-'ftp://ftp.vim.org:21/pub/vim/runtime/spell/README_de.txt'
-'ftp://ftp.vim.org:21/pub/vim/runtime/spell/README_el.txt'
-'ftp://ftp.vim.org:21/pub/vim/runtime/spell/README_en.txt'
-'ftp://ftp.vim.org:21/pub/vim/runtime/spell/README_eo.txt'
-'ftp://ftp.vim.org:21/pub/vim/runtime/spell/README_es.txt'
-'ftp://ftp.vim.org:21/pub/vim/runtime/spell/README_fo.txt'
-'ftp://ftp.vim.org:21/pub/vim/runtime/spell/README_fr.txt'
-'ftp://ftp.vim.org:21/pub/vim/runtime/spell/README_ga.txt'
-'ftp://ftp.vim.org:21/pub/vim/runtime/spell/README_gd.txt'
-'ftp://ftp.vim.org:21/pub/vim/runtime/spell/README_gl.txt'
-'ftp://ftp.vim.org:21/pub/vim/runtime/spell/README_he.txt'
-'ftp://ftp.vim.org:21/pub/vim/runtime/spell/README_hr.txt'
-'ftp://ftp.vim.org:21/pub/vim/runtime/spell/README_hu.txt'
-'ftp://ftp.vim.org:21/pub/vim/runtime/spell/README_id.txt'
-'ftp://ftp.vim.org:21/pub/vim/runtime/spell/README_it.txt'
-'ftp://ftp.vim.org:21/pub/vim/runtime/spell/README_ku.txt'
-'ftp://ftp.vim.org:21/pub/vim/runtime/spell/README_la.txt'
-'ftp://ftp.vim.org:21/pub/vim/runtime/spell/README_lt.txt'
-'ftp://ftp.vim.org:21/pub/vim/runtime/spell/README_lv.txt'
-'ftp://ftp.vim.org:21/pub/vim/runtime/spell/README_mg.txt'
-'ftp://ftp.vim.org:21/pub/vim/runtime/spell/README_mi.txt'
-'ftp://ftp.vim.org:21/pub/vim/runtime/spell/README_ms.txt'
-'ftp://ftp.vim.org:21/pub/vim/runtime/spell/README_nb.txt'
-'ftp://ftp.vim.org:21/pub/vim/runtime/spell/README_nl.txt'
-'ftp://ftp.vim.org:21/pub/vim/runtime/spell/README_nn.txt'
-'ftp://ftp.vim.org:21/pub/vim/runtime/spell/README_ny.txt'
-'ftp://ftp.vim.org:21/pub/vim/runtime/spell/README_pl.txt'
-'ftp://ftp.vim.org:21/pub/vim/runtime/spell/README_pt.txt'
-'ftp://ftp.vim.org:21/pub/vim/runtime/spell/README_ro.txt'
-'ftp://ftp.vim.org:21/pub/vim/runtime/spell/README_ru.txt'
-'ftp://ftp.vim.org:21/pub/vim/runtime/spell/README_rw.txt'
-'ftp://ftp.vim.org:21/pub/vim/runtime/spell/README_sk.txt'
-'ftp://ftp.vim.org:21/pub/vim/runtime/spell/README_sl.txt'
-'ftp://ftp.vim.org:21/pub/vim/runtime/spell/README_sv.txt'
-'ftp://ftp.vim.org:21/pub/vim/runtime/spell/README_sw.txt'
-'ftp://ftp.vim.org:21/pub/vim/runtime/spell/README_th.txt'
-'ftp://ftp.vim.org:21/pub/vim/runtime/spell/README_tl.txt'
-'ftp://ftp.vim.org:21/pub/vim/runtime/spell/README_tn.txt'
-

[arch-commits] Commit in vim-spell/repos/extra-any (PKGBUILD PKGBUILD)

2012-02-05 Thread Gaetan Bisson
Date: Sunday, February 5, 2012 @ 09:24:46
  Author: bisson
Revision: 149026

archrelease: copy trunk to extra-any

Added:
  vim-spell/repos/extra-any/PKGBUILD
(from rev 149025, vim-spell/trunk/PKGBUILD)
Deleted:
  vim-spell/repos/extra-any/PKGBUILD

--+
 PKGBUILD | 1026 ++---
 1 file changed, 513 insertions(+), 513 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 149025:149026 to see the changes.


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

2012-02-05 Thread Gaetan Bisson
Date: Sunday, February 5, 2012 @ 09:58:27
  Author: bisson
Revision: 149029

signed rebuild for free

Modified:
  anthy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-05 14:58:25 UTC (rev 149028)
+++ PKGBUILD2012-02-05 14:58:27 UTC (rev 149029)
@@ -6,7 +6,7 @@
 pkgname=anthy
 pkgver=9100h
 _filecode=37536
-pkgrel=2
+pkgrel=3
 pkgdesc='Hiragana text to Kana Kanji mixed text Japanese input method'
 arch=('i686' 'x86_64')
 url='http://sourceforge.jp/projects/anthy/'



[arch-commits] Commit in anthy/repos (4 files)

2012-02-05 Thread Gaetan Bisson
Date: Sunday, February 5, 2012 @ 09:59:12
  Author: bisson
Revision: 149030

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

Added:
  anthy/repos/extra-i686/PKGBUILD
(from rev 149029, anthy/trunk/PKGBUILD)
  anthy/repos/extra-x86_64/PKGBUILD
(from rev 149029, anthy/trunk/PKGBUILD)
Deleted:
  anthy/repos/extra-i686/PKGBUILD
  anthy/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   54 
 extra-x86_64/PKGBUILD |   54 
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-05 14:58:27 UTC (rev 149029)
+++ extra-i686/PKGBUILD 2012-02-05 14:59:12 UTC (rev 149030)
@@ -1,27 +0,0 @@
-# $Id$
-# Contributor: damir da...@archlinux.org
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=anthy
-pkgver=9100h
-_filecode=37536
-pkgrel=2
-pkgdesc='Hiragana text to Kana Kanji mixed text Japanese input method'
-arch=('i686' 'x86_64')
-url='http://sourceforge.jp/projects/anthy/'
-license=('LGPL' 'GPL')
-options=('!libtool')
-source=(http://dl.sourceforge.jp/anthy/${_filecode}/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('bfea9e74e208c4b976b6bd7ac6784cd290c636fd')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make EMACS=emacs DESTDIR=${pkgdir} install
-}

Copied: anthy/repos/extra-i686/PKGBUILD (from rev 149029, anthy/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-05 14:59:12 UTC (rev 149030)
@@ -0,0 +1,27 @@
+# $Id$
+# Contributor: damir da...@archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=anthy
+pkgver=9100h
+_filecode=37536
+pkgrel=3
+pkgdesc='Hiragana text to Kana Kanji mixed text Japanese input method'
+arch=('i686' 'x86_64')
+url='http://sourceforge.jp/projects/anthy/'
+license=('LGPL' 'GPL')
+options=('!libtool')
+source=(http://dl.sourceforge.jp/anthy/${_filecode}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('bfea9e74e208c4b976b6bd7ac6784cd290c636fd')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make EMACS=emacs DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-05 14:58:27 UTC (rev 149029)
+++ extra-x86_64/PKGBUILD   2012-02-05 14:59:12 UTC (rev 149030)
@@ -1,27 +0,0 @@
-# $Id$
-# Contributor: damir da...@archlinux.org
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=anthy
-pkgver=9100h
-_filecode=37536
-pkgrel=2
-pkgdesc='Hiragana text to Kana Kanji mixed text Japanese input method'
-arch=('i686' 'x86_64')
-url='http://sourceforge.jp/projects/anthy/'
-license=('LGPL' 'GPL')
-options=('!libtool')
-source=(http://dl.sourceforge.jp/anthy/${_filecode}/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('bfea9e74e208c4b976b6bd7ac6784cd290c636fd')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make EMACS=emacs DESTDIR=${pkgdir} install
-}

Copied: anthy/repos/extra-x86_64/PKGBUILD (from rev 149029, 
anthy/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-02-05 14:59:12 UTC (rev 149030)
@@ -0,0 +1,27 @@
+# $Id$
+# Contributor: damir da...@archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=anthy
+pkgver=9100h
+_filecode=37536
+pkgrel=3
+pkgdesc='Hiragana text to Kana Kanji mixed text Japanese input method'
+arch=('i686' 'x86_64')
+url='http://sourceforge.jp/projects/anthy/'
+license=('LGPL' 'GPL')
+options=('!libtool')
+source=(http://dl.sourceforge.jp/anthy/${_filecode}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('bfea9e74e208c4b976b6bd7ac6784cd290c636fd')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make EMACS=emacs DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in anthy/repos (4 files)

2012-02-05 Thread Gaetan Bisson
Date: Sunday, February 5, 2012 @ 10:01:58
  Author: bisson
Revision: 149031

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

Added:
  anthy/repos/extra-i686/PKGBUILD
(from rev 149030, anthy/trunk/PKGBUILD)
  anthy/repos/extra-x86_64/PKGBUILD
(from rev 149030, anthy/trunk/PKGBUILD)
Deleted:
  anthy/repos/extra-i686/PKGBUILD
  anthy/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   54 
 extra-x86_64/PKGBUILD |   54 
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-05 14:59:12 UTC (rev 149030)
+++ extra-i686/PKGBUILD 2012-02-05 15:01:58 UTC (rev 149031)
@@ -1,27 +0,0 @@
-# $Id$
-# Contributor: damir da...@archlinux.org
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=anthy
-pkgver=9100h
-_filecode=37536
-pkgrel=3
-pkgdesc='Hiragana text to Kana Kanji mixed text Japanese input method'
-arch=('i686' 'x86_64')
-url='http://sourceforge.jp/projects/anthy/'
-license=('LGPL' 'GPL')
-options=('!libtool')
-source=(http://dl.sourceforge.jp/anthy/${_filecode}/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('bfea9e74e208c4b976b6bd7ac6784cd290c636fd')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make EMACS=emacs DESTDIR=${pkgdir} install
-}

Copied: anthy/repos/extra-i686/PKGBUILD (from rev 149030, anthy/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-05 15:01:58 UTC (rev 149031)
@@ -0,0 +1,27 @@
+# $Id$
+# Contributor: damir da...@archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=anthy
+pkgver=9100h
+_filecode=37536
+pkgrel=3
+pkgdesc='Hiragana text to Kana Kanji mixed text Japanese input method'
+arch=('i686' 'x86_64')
+url='http://sourceforge.jp/projects/anthy/'
+license=('LGPL' 'GPL')
+options=('!libtool')
+source=(http://dl.sourceforge.jp/anthy/${_filecode}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('bfea9e74e208c4b976b6bd7ac6784cd290c636fd')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make EMACS=emacs DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-05 14:59:12 UTC (rev 149030)
+++ extra-x86_64/PKGBUILD   2012-02-05 15:01:58 UTC (rev 149031)
@@ -1,27 +0,0 @@
-# $Id$
-# Contributor: damir da...@archlinux.org
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=anthy
-pkgver=9100h
-_filecode=37536
-pkgrel=3
-pkgdesc='Hiragana text to Kana Kanji mixed text Japanese input method'
-arch=('i686' 'x86_64')
-url='http://sourceforge.jp/projects/anthy/'
-license=('LGPL' 'GPL')
-options=('!libtool')
-source=(http://dl.sourceforge.jp/anthy/${_filecode}/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('bfea9e74e208c4b976b6bd7ac6784cd290c636fd')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make EMACS=emacs DESTDIR=${pkgdir} install
-}

Copied: anthy/repos/extra-x86_64/PKGBUILD (from rev 149030, 
anthy/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-02-05 15:01:58 UTC (rev 149031)
@@ -0,0 +1,27 @@
+# $Id$
+# Contributor: damir da...@archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=anthy
+pkgver=9100h
+_filecode=37536
+pkgrel=3
+pkgdesc='Hiragana text to Kana Kanji mixed text Japanese input method'
+arch=('i686' 'x86_64')
+url='http://sourceforge.jp/projects/anthy/'
+license=('LGPL' 'GPL')
+options=('!libtool')
+source=(http://dl.sourceforge.jp/anthy/${_filecode}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('bfea9e74e208c4b976b6bd7ac6784cd290c636fd')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make EMACS=emacs DESTDIR=${pkgdir} install
+}



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

2012-02-05 Thread Gaetan Bisson
Date: Sunday, February 5, 2012 @ 10:04:32
  Author: bisson
Revision: 149032

signed rebuild for free

Modified:
  libchewing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-05 15:01:58 UTC (rev 149031)
+++ PKGBUILD2012-02-05 15:04:32 UTC (rev 149032)
@@ -5,7 +5,7 @@
 
 pkgname=libchewing
 pkgver=0.3.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Intelligent Zhuyin input method library for traditional Chinese'
 arch=('i686' 'x86_64')
 url='http://chewing.csie.net/'



[arch-commits] Commit in libchewing/repos (4 files)

2012-02-05 Thread Gaetan Bisson
Date: Sunday, February 5, 2012 @ 10:05:03
  Author: bisson
Revision: 149033

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

Added:
  libchewing/repos/extra-i686/PKGBUILD
(from rev 149032, libchewing/trunk/PKGBUILD)
  libchewing/repos/extra-x86_64/PKGBUILD
(from rev 149032, libchewing/trunk/PKGBUILD)
Deleted:
  libchewing/repos/extra-i686/PKGBUILD
  libchewing/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   52 
 extra-x86_64/PKGBUILD |   52 
 2 files changed, 52 insertions(+), 52 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-05 15:04:32 UTC (rev 149032)
+++ extra-i686/PKGBUILD 2012-02-05 15:05:03 UTC (rev 149033)
@@ -1,26 +0,0 @@
-# $Id$
-# Contributor: damir da...@archlinux.org
-# Contributor: whisky archlinux.cle(at)gmail.com
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=libchewing
-pkgver=0.3.3
-pkgrel=1
-pkgdesc='Intelligent Zhuyin input method library for traditional Chinese'
-arch=('i686' 'x86_64')
-url='http://chewing.csie.net/'
-license=('GPL')
-options=('!libtool')
-source=(http://chewing.csie.net/download/libchewing/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('24ade7bbb0288f71588bb45831d7fc9d5137a4cb')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr --enable-static=no
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: libchewing/repos/extra-i686/PKGBUILD (from rev 149032, 
libchewing/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-05 15:05:03 UTC (rev 149033)
@@ -0,0 +1,26 @@
+# $Id$
+# Contributor: damir da...@archlinux.org
+# Contributor: whisky archlinux.cle(at)gmail.com
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=libchewing
+pkgver=0.3.3
+pkgrel=2
+pkgdesc='Intelligent Zhuyin input method library for traditional Chinese'
+arch=('i686' 'x86_64')
+url='http://chewing.csie.net/'
+license=('GPL')
+options=('!libtool')
+source=(http://chewing.csie.net/download/libchewing/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('24ade7bbb0288f71588bb45831d7fc9d5137a4cb')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr --enable-static=no
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-05 15:04:32 UTC (rev 149032)
+++ extra-x86_64/PKGBUILD   2012-02-05 15:05:03 UTC (rev 149033)
@@ -1,26 +0,0 @@
-# $Id$
-# Contributor: damir da...@archlinux.org
-# Contributor: whisky archlinux.cle(at)gmail.com
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=libchewing
-pkgver=0.3.3
-pkgrel=1
-pkgdesc='Intelligent Zhuyin input method library for traditional Chinese'
-arch=('i686' 'x86_64')
-url='http://chewing.csie.net/'
-license=('GPL')
-options=('!libtool')
-source=(http://chewing.csie.net/download/libchewing/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('24ade7bbb0288f71588bb45831d7fc9d5137a4cb')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr --enable-static=no
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: libchewing/repos/extra-x86_64/PKGBUILD (from rev 149032, 
libchewing/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-02-05 15:05:03 UTC (rev 149033)
@@ -0,0 +1,26 @@
+# $Id$
+# Contributor: damir da...@archlinux.org
+# Contributor: whisky archlinux.cle(at)gmail.com
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=libchewing
+pkgver=0.3.3
+pkgrel=2
+pkgdesc='Intelligent Zhuyin input method library for traditional Chinese'
+arch=('i686' 'x86_64')
+url='http://chewing.csie.net/'
+license=('GPL')
+options=('!libtool')
+source=(http://chewing.csie.net/download/libchewing/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('24ade7bbb0288f71588bb45831d7fc9d5137a4cb')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr --enable-static=no
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}



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

2012-02-05 Thread Gaetan Bisson
Date: Sunday, February 5, 2012 @ 10:05:53
  Author: bisson
Revision: 149034

signed rebuild for free

Modified:
  libcue/trunk/PKGBUILD

--+
 PKGBUILD |   18 ++
 1 file changed, 10 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-05 15:05:03 UTC (rev 149033)
+++ PKGBUILD2012-02-05 15:05:53 UTC (rev 149034)
@@ -1,24 +1,26 @@
+# $Id$
+# Contributor: said atvordhosbn[at]gmail[dot]com
 # Maintainer: Gaetan Bisson bis...@archlinux.org 
-# Contributor: said atvordhosbn[at]gmail[dot]com
 
 pkgname=libcue
 pkgver=1.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Parses so-called cue sheets and handles the parsed data'
+url='http://sourceforge.net/projects/libcue/'
 arch=('i686' 'x86_64')
-url='http://sourceforge.net/projects/libcue/'
 license=('GPL2')
 depends=('glibc')
-source=(http://downloads.sourceforge.net/libcue/$pkgname-$pkgver.tar.bz2;)
+options=('!libtool')
+source=(http://downloads.sourceforge.net/libcue/${pkgname}-${pkgver}.tar.bz2;)
 sha1sums=('3fd31f2da7c0e3967d5f56363f3051a85a8fd50d')
 
 build() {
-   cd $srcdir/$pkgname-$pkgver
-   ./autogen.sh --prefix=/usr
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./autogen.sh --prefix=/usr --disable-static
make
 }
 
 package() {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
 }



[arch-commits] Commit in libcue/repos (4 files)

2012-02-05 Thread Gaetan Bisson
Date: Sunday, February 5, 2012 @ 10:06:24
  Author: bisson
Revision: 149035

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

Added:
  libcue/repos/extra-i686/PKGBUILD
(from rev 149034, libcue/trunk/PKGBUILD)
  libcue/repos/extra-x86_64/PKGBUILD
(from rev 149034, libcue/trunk/PKGBUILD)
Deleted:
  libcue/repos/extra-i686/PKGBUILD
  libcue/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   50 
 extra-x86_64/PKGBUILD |   50 
 2 files changed, 52 insertions(+), 48 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-05 15:05:53 UTC (rev 149034)
+++ extra-i686/PKGBUILD 2012-02-05 15:06:24 UTC (rev 149035)
@@ -1,24 +0,0 @@
-# Maintainer: Gaetan Bisson bis...@archlinux.org 
-# Contributor: said atvordhosbn[at]gmail[dot]com
-
-pkgname=libcue
-pkgver=1.4.0
-pkgrel=2
-pkgdesc='Parses so-called cue sheets and handles the parsed data'
-arch=('i686' 'x86_64')
-url='http://sourceforge.net/projects/libcue/'
-license=('GPL2')
-depends=('glibc')
-source=(http://downloads.sourceforge.net/libcue/$pkgname-$pkgver.tar.bz2;)
-sha1sums=('3fd31f2da7c0e3967d5f56363f3051a85a8fd50d')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   ./autogen.sh --prefix=/usr
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-}

Copied: libcue/repos/extra-i686/PKGBUILD (from rev 149034, 
libcue/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-05 15:06:24 UTC (rev 149035)
@@ -0,0 +1,26 @@
+# $Id$
+# Contributor: said atvordhosbn[at]gmail[dot]com
+# Maintainer: Gaetan Bisson bis...@archlinux.org 
+
+pkgname=libcue
+pkgver=1.4.0
+pkgrel=3
+pkgdesc='Parses so-called cue sheets and handles the parsed data'
+url='http://sourceforge.net/projects/libcue/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('glibc')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/libcue/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('3fd31f2da7c0e3967d5f56363f3051a85a8fd50d')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./autogen.sh --prefix=/usr --disable-static
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-05 15:05:53 UTC (rev 149034)
+++ extra-x86_64/PKGBUILD   2012-02-05 15:06:24 UTC (rev 149035)
@@ -1,24 +0,0 @@
-# Maintainer: Gaetan Bisson bis...@archlinux.org 
-# Contributor: said atvordhosbn[at]gmail[dot]com
-
-pkgname=libcue
-pkgver=1.4.0
-pkgrel=2
-pkgdesc='Parses so-called cue sheets and handles the parsed data'
-arch=('i686' 'x86_64')
-url='http://sourceforge.net/projects/libcue/'
-license=('GPL2')
-depends=('glibc')
-source=(http://downloads.sourceforge.net/libcue/$pkgname-$pkgver.tar.bz2;)
-sha1sums=('3fd31f2da7c0e3967d5f56363f3051a85a8fd50d')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   ./autogen.sh --prefix=/usr
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-}

Copied: libcue/repos/extra-x86_64/PKGBUILD (from rev 149034, 
libcue/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-02-05 15:06:24 UTC (rev 149035)
@@ -0,0 +1,26 @@
+# $Id$
+# Contributor: said atvordhosbn[at]gmail[dot]com
+# Maintainer: Gaetan Bisson bis...@archlinux.org 
+
+pkgname=libcue
+pkgver=1.4.0
+pkgrel=3
+pkgdesc='Parses so-called cue sheets and handles the parsed data'
+url='http://sourceforge.net/projects/libcue/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('glibc')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/libcue/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('3fd31f2da7c0e3967d5f56363f3051a85a8fd50d')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./autogen.sh --prefix=/usr --disable-static
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}



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

2012-02-05 Thread Gaetan Bisson
Date: Sunday, February 5, 2012 @ 10:12:30
  Author: bisson
Revision: 149037

signed rebuild for free

Modified:
  libotf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-05 15:10:20 UTC (rev 149036)
+++ PKGBUILD2012-02-05 15:12:30 UTC (rev 149037)
@@ -3,19 +3,19 @@
 
 pkgname=libotf
 pkgver=0.9.12
-pkgrel=1
+pkgrel=2
 pkgdesc='OpenType Font library'
 url='http://www.m17n.org/libotf/'
+license=('LGPL')
+options=('!libtool')
 arch=('i686' 'x86_64')
-license=('LGPL')
 depends=('libxaw' 'freetype2')
-options=('!libtool')
 source=(http://www.m17n.org/libotf/${pkgname}-${pkgver}.tar.gz;)
 sha1sums=('47872f696a62e8f111960143f3f36b5366398e20')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr
+   ./configure --prefix=/usr --disable-static
make
 }
 



[arch-commits] Commit in libotf/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2012-02-05 Thread Gaetan Bisson
Date: Sunday, February 5, 2012 @ 10:12:48
  Author: bisson
Revision: 149038

archrelease: copy trunk to extra-x86_64

Added:
  libotf/repos/extra-x86_64/PKGBUILD
(from rev 149037, libotf/trunk/PKGBUILD)
Deleted:
  libotf/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   50 +-
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-05 15:12:30 UTC (rev 149037)
+++ PKGBUILD2012-02-05 15:12:48 UTC (rev 149038)
@@ -1,25 +0,0 @@
-# $Id$
-# Contributor: Ashish Shukla wahjava...@gmail.com
-
-pkgname=libotf
-pkgver=0.9.12
-pkgrel=1
-pkgdesc='OpenType Font library'
-url='http://www.m17n.org/libotf/'
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('libxaw' 'freetype2')
-options=('!libtool')
-source=(http://www.m17n.org/libotf/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('47872f696a62e8f111960143f3f36b5366398e20')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: libotf/repos/extra-x86_64/PKGBUILD (from rev 149037, 
libotf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-05 15:12:48 UTC (rev 149038)
@@ -0,0 +1,25 @@
+# $Id$
+# Contributor: Ashish Shukla wahjava...@gmail.com
+
+pkgname=libotf
+pkgver=0.9.12
+pkgrel=2
+pkgdesc='OpenType Font library'
+url='http://www.m17n.org/libotf/'
+license=('LGPL')
+options=('!libtool')
+arch=('i686' 'x86_64')
+depends=('libxaw' 'freetype2')
+source=(http://www.m17n.org/libotf/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('47872f696a62e8f111960143f3f36b5366398e20')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr --disable-static
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in libotf/repos (4 files)

2012-02-05 Thread Gaetan Bisson
Date: Sunday, February 5, 2012 @ 10:14:11
  Author: bisson
Revision: 149040

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

Added:
  libotf/repos/extra-i686/PKGBUILD
(from rev 149038, libotf/trunk/PKGBUILD)
  libotf/repos/extra-x86_64/PKGBUILD
(from rev 149039, libotf/trunk/PKGBUILD)
Deleted:
  libotf/repos/extra-i686/PKGBUILD
  libotf/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   50 
 extra-x86_64/PKGBUILD |   50 
 2 files changed, 50 insertions(+), 50 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-05 15:13:57 UTC (rev 149039)
+++ extra-i686/PKGBUILD 2012-02-05 15:14:11 UTC (rev 149040)
@@ -1,25 +0,0 @@
-# $Id$
-# Contributor: Ashish Shukla wahjava...@gmail.com
-
-pkgname=libotf
-pkgver=0.9.12
-pkgrel=1
-pkgdesc='OpenType Font library'
-url='http://www.m17n.org/libotf/'
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('libxaw' 'freetype2')
-options=('!libtool')
-source=(http://www.m17n.org/libotf/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('47872f696a62e8f111960143f3f36b5366398e20')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: libotf/repos/extra-i686/PKGBUILD (from rev 149038, 
libotf/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-05 15:14:11 UTC (rev 149040)
@@ -0,0 +1,25 @@
+# $Id$
+# Contributor: Ashish Shukla wahjava...@gmail.com
+
+pkgname=libotf
+pkgver=0.9.12
+pkgrel=2
+pkgdesc='OpenType Font library'
+url='http://www.m17n.org/libotf/'
+license=('LGPL')
+options=('!libtool')
+arch=('i686' 'x86_64')
+depends=('libxaw' 'freetype2')
+source=(http://www.m17n.org/libotf/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('47872f696a62e8f111960143f3f36b5366398e20')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr --disable-static
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-05 15:13:57 UTC (rev 149039)
+++ extra-x86_64/PKGBUILD   2012-02-05 15:14:11 UTC (rev 149040)
@@ -1,25 +0,0 @@
-# $Id$
-# Contributor: Ashish Shukla wahjava...@gmail.com
-
-pkgname=libotf
-pkgver=0.9.12
-pkgrel=2
-pkgdesc='OpenType Font library'
-url='http://www.m17n.org/libotf/'
-license=('LGPL')
-options=('!libtool')
-arch=('i686' 'x86_64')
-depends=('libxaw' 'freetype2')
-source=(http://www.m17n.org/libotf/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('47872f696a62e8f111960143f3f36b5366398e20')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr --disable-static
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: libotf/repos/extra-x86_64/PKGBUILD (from rev 149039, 
libotf/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-02-05 15:14:11 UTC (rev 149040)
@@ -0,0 +1,25 @@
+# $Id$
+# Contributor: Ashish Shukla wahjava...@gmail.com
+
+pkgname=libotf
+pkgver=0.9.12
+pkgrel=2
+pkgdesc='OpenType Font library'
+url='http://www.m17n.org/libotf/'
+license=('LGPL')
+options=('!libtool')
+arch=('i686' 'x86_64')
+depends=('libxaw' 'freetype2')
+source=(http://www.m17n.org/libotf/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('47872f696a62e8f111960143f3f36b5366398e20')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr --disable-static
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}



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

2012-02-05 Thread Gaetan Bisson
Date: Sunday, February 5, 2012 @ 10:14:33
  Author: bisson
Revision: 149041

signed rebuild for free

Modified:
  rssh/trunk/PKGBUILD

--+
 PKGBUILD |   36 +---
 1 file changed, 21 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-05 15:14:11 UTC (rev 149040)
+++ PKGBUILD2012-02-05 15:14:33 UTC (rev 149041)
@@ -1,15 +1,17 @@
 # $Id$
-# Maintainer: Judd Vinet jvi...@zeroflux.org
+# Contributor: Judd Vinet jvi...@zeroflux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
 pkgname=rssh
 pkgver=2.3.3
-pkgrel=2
-pkgdesc='A restricted shell for use with OpenSSH, allowing only scp and/or 
sftp'
+pkgrel=3
+pkgdesc='Restricted shell for use with OpenSSH, allowing only scp and/or sftp'
+url='http://www.pizzashack.org/rssh/'
+license=('custom:rssh')
 arch=('i686' 'x86_64')
-url='http://www.pizzashack.org/rssh/'
-depends=('openssh' 'glibc')
 backup=('etc/rssh.conf')
-license=('custom:rssh')
-source=(http://downloads.sourceforge.net/sourceforge/rssh/rssh-$pkgver.tar.gz;
+depends=('openssh')
+source=(http://downloads.sourceforge.net/sourceforge/rssh/rssh-${pkgver}.tar.gz;
 'destdir.patch'
 'rsync.patch')
 sha1sums=('0a6dd80b5e6059e0db12c9f1276121dd966b610a'
@@ -17,18 +19,22 @@
   '41f32f8a77b3a2b924ede6044ab67846e06b5d20')
 
 build() {
-   cd $srcdir/$pkgname-$pkgver
+   cd ${srcdir}/${pkgname}-${pkgver}
 
-   patch -p1  ../destdir.patch
-   patch -p1  ../rsync.patch # FS#21783, debian patch
+   patch -p1 -i ../destdir.patch
+   patch -p1 -i ../rsync.patch # FS#21783, debian patch
 
-   ./configure --prefix=/usr --libexecdir=/usr/lib/rssh \
-   --mandir=/usr/share/man --sysconfdir=/etc
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/rssh \
+   --mandir=/usr/share/man \
+   --sysconfdir=/etc \
+
make
 }
 
 package() {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-   install -Dm644 LICENSE $pkgdir/usr/share/licenses/rssh/LICENSE
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/rssh/LICENSE
 }



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

2012-02-05 Thread Gaetan Bisson
Date: Sunday, February 5, 2012 @ 10:15:17
  Author: bisson
Revision: 149042

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

Added:
  rssh/repos/extra-i686/PKGBUILD
(from rev 149041, rssh/trunk/PKGBUILD)
  rssh/repos/extra-i686/destdir.patch
(from rev 149041, rssh/trunk/destdir.patch)
  rssh/repos/extra-i686/rsync.patch
(from rev 149041, rssh/trunk/rsync.patch)
  rssh/repos/extra-x86_64/PKGBUILD
(from rev 149041, rssh/trunk/PKGBUILD)
  rssh/repos/extra-x86_64/destdir.patch
(from rev 149041, rssh/trunk/destdir.patch)
  rssh/repos/extra-x86_64/rsync.patch
(from rev 149041, rssh/trunk/rsync.patch)
Deleted:
  rssh/repos/extra-i686/PKGBUILD
  rssh/repos/extra-i686/destdir.patch
  rssh/repos/extra-i686/rsync.patch
  rssh/repos/extra-x86_64/PKGBUILD
  rssh/repos/extra-x86_64/destdir.patch
  rssh/repos/extra-x86_64/rsync.patch

+
 extra-i686/PKGBUILD|   74 +++
 extra-i686/destdir.patch   |   48 +-
 extra-i686/rsync.patch |  114 +--
 extra-x86_64/PKGBUILD  |   74 +++
 extra-x86_64/destdir.patch |   48 +-
 extra-x86_64/rsync.patch   |  114 +--
 6 files changed, 242 insertions(+), 230 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-05 15:14:33 UTC (rev 149041)
+++ extra-i686/PKGBUILD 2012-02-05 15:15:17 UTC (rev 149042)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Judd Vinet jvi...@zeroflux.org
-pkgname=rssh
-pkgver=2.3.3
-pkgrel=2
-pkgdesc='A restricted shell for use with OpenSSH, allowing only scp and/or 
sftp'
-arch=('i686' 'x86_64')
-url='http://www.pizzashack.org/rssh/'
-depends=('openssh' 'glibc')
-backup=('etc/rssh.conf')
-license=('custom:rssh')
-source=(http://downloads.sourceforge.net/sourceforge/rssh/rssh-$pkgver.tar.gz;
-'destdir.patch'
-'rsync.patch')
-sha1sums=('0a6dd80b5e6059e0db12c9f1276121dd966b610a'
-  '85bd1694decae5872cbeeafd578b147eb13313c6'
-  '41f32f8a77b3a2b924ede6044ab67846e06b5d20')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-
-   patch -p1  ../destdir.patch
-   patch -p1  ../rsync.patch # FS#21783, debian patch
-
-   ./configure --prefix=/usr --libexecdir=/usr/lib/rssh \
-   --mandir=/usr/share/man --sysconfdir=/etc
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-   install -Dm644 LICENSE $pkgdir/usr/share/licenses/rssh/LICENSE
-}

Copied: rssh/repos/extra-i686/PKGBUILD (from rev 149041, rssh/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-05 15:15:17 UTC (rev 149042)
@@ -0,0 +1,40 @@
+# $Id$
+# Contributor: Judd Vinet jvi...@zeroflux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=rssh
+pkgver=2.3.3
+pkgrel=3
+pkgdesc='Restricted shell for use with OpenSSH, allowing only scp and/or sftp'
+url='http://www.pizzashack.org/rssh/'
+license=('custom:rssh')
+arch=('i686' 'x86_64')
+backup=('etc/rssh.conf')
+depends=('openssh')
+source=(http://downloads.sourceforge.net/sourceforge/rssh/rssh-${pkgver}.tar.gz;
+'destdir.patch'
+'rsync.patch')
+sha1sums=('0a6dd80b5e6059e0db12c9f1276121dd966b610a'
+  '85bd1694decae5872cbeeafd578b147eb13313c6'
+  '41f32f8a77b3a2b924ede6044ab67846e06b5d20')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   patch -p1 -i ../destdir.patch
+   patch -p1 -i ../rsync.patch # FS#21783, debian patch
+
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/rssh \
+   --mandir=/usr/share/man \
+   --sysconfdir=/etc \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/rssh/LICENSE
+}

Deleted: extra-i686/destdir.patch
===
--- extra-i686/destdir.patch2012-02-05 15:14:33 UTC (rev 149041)
+++ extra-i686/destdir.patch2012-02-05 15:15:17 UTC (rev 149042)
@@ -1,24 +0,0 @@
-diff -aur old//Makefile.am new//Makefile.am
 old//Makefile.am   2006-12-21 23:22:37.0 +0100
-+++ new//Makefile.am   2010-11-25 18:15:29.253376150 +0100
-@@ -16,7 +16,7 @@
-   $(CC) -c $(DEFS) $(ourdefs) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) $
- 
- install-exec-hook:
--  chmod u+s $(libexecdir)/rssh_chroot_helper
-+  chmod u+s $(DESTDIR)$(libexecdir)/rssh_chroot_helper
- 
- rpm:  dist
-   rpmbuild -ta --sign $(base).tar.gz
-diff -aur old//Makefile.in new//Makefile.in
 old//Makefile.in   2010-08-01 15:59:54.0 +0200
-+++ new//Makefile.in   2010-11-25 18:15:29.253376150 +0100
-@@ -830,7 +830,7

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

2012-02-05 Thread Gaetan Bisson
Date: Sunday, February 5, 2012 @ 10:19:10
  Author: bisson
Revision: 149043

signed rebuild for free

Modified:
  scim-chewing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-05 15:15:17 UTC (rev 149042)
+++ PKGBUILD2012-02-05 15:19:10 UTC (rev 149043)
@@ -5,14 +5,14 @@
 
 pkgname=scim-chewing
 pkgver=0.3.4
-pkgrel=2
+pkgrel=3
 pkgdesc='Traditional Chinese input method module for SCIM'
-arch=('i686' 'x86_64')
 url='http://chewing.csie.net/'
 license=('GPL')
+options=('!libtool')
+arch=('i686' 'x86_64')
+makedepends=('intltool')
 depends=('scim' 'libchewing')
-makedepends=('intltool')
-options=('!libtool')
 source=(http://chewing.csie.net/download/scim/${pkgname}-${pkgver}.tar.bz2;)
 sha1sums=('f6c8d16f19f17449ee169f1ca787350353e93b05')
 



[arch-commits] Commit in scim-chewing/repos (4 files)

2012-02-05 Thread Gaetan Bisson
Date: Sunday, February 5, 2012 @ 10:19:54
  Author: bisson
Revision: 149044

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

Added:
  scim-chewing/repos/extra-i686/PKGBUILD
(from rev 149043, scim-chewing/trunk/PKGBUILD)
  scim-chewing/repos/extra-x86_64/PKGBUILD
(from rev 149043, scim-chewing/trunk/PKGBUILD)
Deleted:
  scim-chewing/repos/extra-i686/PKGBUILD
  scim-chewing/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   56 
 extra-x86_64/PKGBUILD |   56 
 2 files changed, 56 insertions(+), 56 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-05 15:19:10 UTC (rev 149043)
+++ extra-i686/PKGBUILD 2012-02-05 15:19:54 UTC (rev 149044)
@@ -1,28 +0,0 @@
-# $Id$
-# Contributor: damir da...@archlinux.org
-# Contributor: whisky archlinux.cle(at)gmail.com
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=scim-chewing
-pkgver=0.3.4
-pkgrel=2
-pkgdesc='Traditional Chinese input method module for SCIM'
-arch=('i686' 'x86_64')
-url='http://chewing.csie.net/'
-license=('GPL')
-depends=('scim' 'libchewing')
-makedepends=('intltool')
-options=('!libtool')
-source=(http://chewing.csie.net/download/scim/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('f6c8d16f19f17449ee169f1ca787350353e93b05')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr --disable-static
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: scim-chewing/repos/extra-i686/PKGBUILD (from rev 149043, 
scim-chewing/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-05 15:19:54 UTC (rev 149044)
@@ -0,0 +1,28 @@
+# $Id$
+# Contributor: damir da...@archlinux.org
+# Contributor: whisky archlinux.cle(at)gmail.com
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=scim-chewing
+pkgver=0.3.4
+pkgrel=3
+pkgdesc='Traditional Chinese input method module for SCIM'
+url='http://chewing.csie.net/'
+license=('GPL')
+options=('!libtool')
+arch=('i686' 'x86_64')
+makedepends=('intltool')
+depends=('scim' 'libchewing')
+source=(http://chewing.csie.net/download/scim/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('f6c8d16f19f17449ee169f1ca787350353e93b05')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr --disable-static
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-05 15:19:10 UTC (rev 149043)
+++ extra-x86_64/PKGBUILD   2012-02-05 15:19:54 UTC (rev 149044)
@@ -1,28 +0,0 @@
-# $Id$
-# Contributor: damir da...@archlinux.org
-# Contributor: whisky archlinux.cle(at)gmail.com
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=scim-chewing
-pkgver=0.3.4
-pkgrel=2
-pkgdesc='Traditional Chinese input method module for SCIM'
-arch=('i686' 'x86_64')
-url='http://chewing.csie.net/'
-license=('GPL')
-depends=('scim' 'libchewing')
-makedepends=('intltool')
-options=('!libtool')
-source=(http://chewing.csie.net/download/scim/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('f6c8d16f19f17449ee169f1ca787350353e93b05')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr --disable-static
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: scim-chewing/repos/extra-x86_64/PKGBUILD (from rev 149043, 
scim-chewing/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-02-05 15:19:54 UTC (rev 149044)
@@ -0,0 +1,28 @@
+# $Id$
+# Contributor: damir da...@archlinux.org
+# Contributor: whisky archlinux.cle(at)gmail.com
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=scim-chewing
+pkgver=0.3.4
+pkgrel=3
+pkgdesc='Traditional Chinese input method module for SCIM'
+url='http://chewing.csie.net/'
+license=('GPL')
+options=('!libtool')
+arch=('i686' 'x86_64')
+makedepends=('intltool')
+depends=('scim' 'libchewing')
+source=(http://chewing.csie.net/download/scim/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('f6c8d16f19f17449ee169f1ca787350353e93b05')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr --disable-static
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}



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

2012-02-05 Thread Gaetan Bisson
Date: Sunday, February 5, 2012 @ 10:20:13
  Author: bisson
Revision: 149045

signed rebuild for free

Modified:
  xclip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-05 15:19:54 UTC (rev 149044)
+++ PKGBUILD2012-02-05 15:20:13 UTC (rev 149045)
@@ -5,12 +5,12 @@
 
 pkgname=xclip
 pkgver=0.12
-pkgrel=2
+pkgrel=3
 pkgdesc='Command line interface to the X11 clipboard'
-arch=('i686' 'x86_64')
 url='http://sourceforge.net/projects/xclip'
 license=('GPL')
 depends=('libxmu')
+arch=('i686' 'x86_64')
 
source=(http://downloads.sourceforge.net/sourceforge/xclip/${pkgname}-${pkgver}.tar.gz;)
 sha1sums=('aed2cff18b9aecfe3377ad064c6a67518bbec211')
 



[arch-commits] Commit in xclip/repos (4 files)

2012-02-05 Thread Gaetan Bisson
Date: Sunday, February 5, 2012 @ 10:20:59
  Author: bisson
Revision: 149046

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

Added:
  xclip/repos/extra-i686/PKGBUILD
(from rev 149045, xclip/trunk/PKGBUILD)
  xclip/repos/extra-x86_64/PKGBUILD
(from rev 149045, xclip/trunk/PKGBUILD)
Deleted:
  xclip/repos/extra-i686/PKGBUILD
  xclip/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   52 
 extra-x86_64/PKGBUILD |   52 
 2 files changed, 52 insertions(+), 52 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-05 15:20:13 UTC (rev 149045)
+++ extra-i686/PKGBUILD 2012-02-05 15:20:59 UTC (rev 149046)
@@ -1,26 +0,0 @@
-# $Id$
-# Contributor: damir da...@archlinux.org
-# Committer: Manolis Tzanidakis mano...@archlinux.org
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=xclip
-pkgver=0.12
-pkgrel=2
-pkgdesc='Command line interface to the X11 clipboard'
-arch=('i686' 'x86_64')
-url='http://sourceforge.net/projects/xclip'
-license=('GPL')
-depends=('libxmu')
-source=(http://downloads.sourceforge.net/sourceforge/xclip/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('aed2cff18b9aecfe3377ad064c6a67518bbec211')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: xclip/repos/extra-i686/PKGBUILD (from rev 149045, xclip/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-05 15:20:59 UTC (rev 149046)
@@ -0,0 +1,26 @@
+# $Id$
+# Contributor: damir da...@archlinux.org
+# Committer: Manolis Tzanidakis mano...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=xclip
+pkgver=0.12
+pkgrel=3
+pkgdesc='Command line interface to the X11 clipboard'
+url='http://sourceforge.net/projects/xclip'
+license=('GPL')
+depends=('libxmu')
+arch=('i686' 'x86_64')
+source=(http://downloads.sourceforge.net/sourceforge/xclip/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('aed2cff18b9aecfe3377ad064c6a67518bbec211')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-05 15:20:13 UTC (rev 149045)
+++ extra-x86_64/PKGBUILD   2012-02-05 15:20:59 UTC (rev 149046)
@@ -1,26 +0,0 @@
-# $Id$
-# Contributor: damir da...@archlinux.org
-# Committer: Manolis Tzanidakis mano...@archlinux.org
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=xclip
-pkgver=0.12
-pkgrel=2
-pkgdesc='Command line interface to the X11 clipboard'
-arch=('i686' 'x86_64')
-url='http://sourceforge.net/projects/xclip'
-license=('GPL')
-depends=('libxmu')
-source=(http://downloads.sourceforge.net/sourceforge/xclip/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('aed2cff18b9aecfe3377ad064c6a67518bbec211')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: xclip/repos/extra-x86_64/PKGBUILD (from rev 149045, 
xclip/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-02-05 15:20:59 UTC (rev 149046)
@@ -0,0 +1,26 @@
+# $Id$
+# Contributor: damir da...@archlinux.org
+# Committer: Manolis Tzanidakis mano...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=xclip
+pkgver=0.12
+pkgrel=3
+pkgdesc='Command line interface to the X11 clipboard'
+url='http://sourceforge.net/projects/xclip'
+license=('GPL')
+depends=('libxmu')
+arch=('i686' 'x86_64')
+source=(http://downloads.sourceforge.net/sourceforge/xclip/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('aed2cff18b9aecfe3377ad064c6a67518bbec211')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}



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

2012-02-05 Thread Gaetan Bisson
Date: Sunday, February 5, 2012 @ 10:25:13
  Author: bisson
Revision: 149047

signed rebuild for free

Modified:
  scim-m17n/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-05 15:20:59 UTC (rev 149046)
+++ PKGBUILD2012-02-05 15:25:13 UTC (rev 149047)
@@ -5,13 +5,13 @@
 
 pkgname=scim-m17n
 pkgver=0.2.3
-pkgrel=3
+pkgrel=4
 pkgdesc='Multilingual input method module for SCIM'
-arch=('i686' 'x86_64')
 url='http://www.scim-im.org/'
 license=('GPL')
+options=('!libtool')
+arch=('i686' 'x86_64')
 depends=('scim' 'm17n-lib')
-options=('!libtool')
 
source=(http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.gz;)
 sha1sums=('96172846eaa211d2bde0f76184990d13e5ecdaea')
 



[arch-commits] Commit in scim-m17n/repos (4 files)

2012-02-05 Thread Gaetan Bisson
Date: Sunday, February 5, 2012 @ 10:25:52
  Author: bisson
Revision: 149048

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

Added:
  scim-m17n/repos/extra-i686/PKGBUILD
(from rev 149047, scim-m17n/trunk/PKGBUILD)
  scim-m17n/repos/extra-x86_64/PKGBUILD
(from rev 149047, scim-m17n/trunk/PKGBUILD)
Deleted:
  scim-m17n/repos/extra-i686/PKGBUILD
  scim-m17n/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   54 
 extra-x86_64/PKGBUILD |   54 
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-05 15:25:13 UTC (rev 149047)
+++ extra-i686/PKGBUILD 2012-02-05 15:25:52 UTC (rev 149048)
@@ -1,27 +0,0 @@
-# $Id$
-# Contributor: Camille Moncelier p...@devlife.org
-# Contributor: damir da...@archlinux.org
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=scim-m17n
-pkgver=0.2.3
-pkgrel=3
-pkgdesc='Multilingual input method module for SCIM'
-arch=('i686' 'x86_64')
-url='http://www.scim-im.org/'
-license=('GPL')
-depends=('scim' 'm17n-lib')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('96172846eaa211d2bde0f76184990d13e5ecdaea')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr --enable-static=no
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: scim-m17n/repos/extra-i686/PKGBUILD (from rev 149047, 
scim-m17n/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-05 15:25:52 UTC (rev 149048)
@@ -0,0 +1,27 @@
+# $Id$
+# Contributor: Camille Moncelier p...@devlife.org
+# Contributor: damir da...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=scim-m17n
+pkgver=0.2.3
+pkgrel=4
+pkgdesc='Multilingual input method module for SCIM'
+url='http://www.scim-im.org/'
+license=('GPL')
+options=('!libtool')
+arch=('i686' 'x86_64')
+depends=('scim' 'm17n-lib')
+source=(http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('96172846eaa211d2bde0f76184990d13e5ecdaea')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr --enable-static=no
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-05 15:25:13 UTC (rev 149047)
+++ extra-x86_64/PKGBUILD   2012-02-05 15:25:52 UTC (rev 149048)
@@ -1,27 +0,0 @@
-# $Id$
-# Contributor: Camille Moncelier p...@devlife.org
-# Contributor: damir da...@archlinux.org
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=scim-m17n
-pkgver=0.2.3
-pkgrel=3
-pkgdesc='Multilingual input method module for SCIM'
-arch=('i686' 'x86_64')
-url='http://www.scim-im.org/'
-license=('GPL')
-depends=('scim' 'm17n-lib')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('96172846eaa211d2bde0f76184990d13e5ecdaea')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr --enable-static=no
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: scim-m17n/repos/extra-x86_64/PKGBUILD (from rev 149047, 
scim-m17n/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-02-05 15:25:52 UTC (rev 149048)
@@ -0,0 +1,27 @@
+# $Id$
+# Contributor: Camille Moncelier p...@devlife.org
+# Contributor: damir da...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=scim-m17n
+pkgver=0.2.3
+pkgrel=4
+pkgdesc='Multilingual input method module for SCIM'
+url='http://www.scim-im.org/'
+license=('GPL')
+options=('!libtool')
+arch=('i686' 'x86_64')
+depends=('scim' 'm17n-lib')
+source=(http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('96172846eaa211d2bde0f76184990d13e5ecdaea')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr --enable-static=no
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in scim-uim/trunk (3 files)

2012-02-05 Thread Gaetan Bisson
Date: Sunday, February 5, 2012 @ 10:33:25
  Author: bisson
Revision: 149049

signed rebuild for free

Added:
  scim-uim/trunk/uim-1.5.5-header.patch
(from rev 148992, scim-uim/trunk/uim-1.5.5-header.diff)
Modified:
  scim-uim/trunk/PKGBUILD
Deleted:
  scim-uim/trunk/uim-1.5.5-header.diff

+
 PKGBUILD   |   29 +++--
 uim-1.5.5-header.diff  |   13 -
 uim-1.5.5-header.patch |   13 +
 3 files changed, 28 insertions(+), 27 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-05 15:25:52 UTC (rev 149048)
+++ PKGBUILD2012-02-05 15:33:25 UTC (rev 149049)
@@ -1,31 +1,32 @@
 # $Id$
-# Maintainer: damir da...@archlinux.org
+# Contributor: damir da...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname=scim-uim
 pkgver=0.2.0
-pkgrel=4
+pkgrel=5
 pkgdesc='UIM bridging input engine for SCIM'
-arch=('i686' 'x86_64')
 url='http://www.scim-im.org/'
 license=('GPL')
-depends=('scim=1.4.8' 'uim=1.5.5')
-options=(!libtool)
-source=(http://downloads.sourceforge.net/sourceforge/scim/$pkgname-$pkgver.tar.gz;
+options=('!libtool')
+depends=('scim' 'uim')
+arch=('i686' 'x86_64')
+source=(http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.gz;
 'scim-uim-0.2.0-fix-gcc43-build.patch'
-'uim-1.5.5-header.diff')
+'uim-1.5.5-header.patch')
 sha1sums=('456621d5969b6552c3c33c83cf295aa4134fff0a'
   'a9d67946f956d0572c73065e2b4b268bfdf149e3'
   '3b083260910f7855b5446960ab1203c052f4b56c')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -p1  ../scim-uim-0.2.0-fix-gcc43-build.patch
-  patch -p1  ../uim-1.5.5-header.diff
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-  make
+   cd ${srcdir}/${pkgname}-${pkgver}
+   patch -p1 -i ../scim-uim-0.2.0-fix-gcc43-build.patch
+   patch -p1 -i ../uim-1.5.5-header.patch
+   ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+   make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
 }

Deleted: uim-1.5.5-header.diff
===
--- uim-1.5.5-header.diff   2012-02-05 15:25:52 UTC (rev 149048)
+++ uim-1.5.5-header.diff   2012-02-05 15:33:25 UTC (rev 149049)
@@ -1,13 +0,0 @@
 scim-uim-0.2.0.orig/src/scim_uim_imengine.cpp
-+++ scim-uim-0.2.0/src/scim_uim_imengine.cpp
-@@ -34,7 +34,8 @@
-
- #include scim.h
- #include scim_uim_imengine.h
--#include uim/uim-compat-scm.h
-+#include uim/uim-scm.h
-+#include uim/uim-util.h
-
- #define scim_module_init uim_LTX_scim_module_init
- #define scim_module_exit uim_LTX_scim_module_exit
-

Copied: scim-uim/trunk/uim-1.5.5-header.patch (from rev 148992, 
scim-uim/trunk/uim-1.5.5-header.diff)
===
--- uim-1.5.5-header.patch  (rev 0)
+++ uim-1.5.5-header.patch  2012-02-05 15:33:25 UTC (rev 149049)
@@ -0,0 +1,13 @@
+--- scim-uim-0.2.0.orig/src/scim_uim_imengine.cpp
 scim-uim-0.2.0/src/scim_uim_imengine.cpp
+@@ -34,7 +34,8 @@
+
+ #include scim.h
+ #include scim_uim_imengine.h
+-#include uim/uim-compat-scm.h
++#include uim/uim-scm.h
++#include uim/uim-util.h
+
+ #define scim_module_init uim_LTX_scim_module_init
+ #define scim_module_exit uim_LTX_scim_module_exit
+



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

2012-02-05 Thread Gaetan Bisson
Date: Sunday, February 5, 2012 @ 10:34:14
  Author: bisson
Revision: 149050

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

Added:
  scim-uim/repos/extra-i686/PKGBUILD
(from rev 149049, scim-uim/trunk/PKGBUILD)
  scim-uim/repos/extra-i686/scim-uim-0.2.0-fix-gcc43-build.patch
(from rev 149049, scim-uim/trunk/scim-uim-0.2.0-fix-gcc43-build.patch)
  scim-uim/repos/extra-i686/uim-1.5.5-header.patch
(from rev 149049, scim-uim/trunk/uim-1.5.5-header.patch)
  scim-uim/repos/extra-x86_64/PKGBUILD
(from rev 149049, scim-uim/trunk/PKGBUILD)
  scim-uim/repos/extra-x86_64/scim-uim-0.2.0-fix-gcc43-build.patch
(from rev 149049, scim-uim/trunk/scim-uim-0.2.0-fix-gcc43-build.patch)
  scim-uim/repos/extra-x86_64/uim-1.5.5-header.patch
(from rev 149049, scim-uim/trunk/uim-1.5.5-header.patch)
Deleted:
  scim-uim/repos/extra-i686/PKGBUILD
  scim-uim/repos/extra-i686/scim-uim-0.2.0-fix-gcc43-build.patch
  scim-uim/repos/extra-i686/uim-1.5.5-header.diff
  scim-uim/repos/extra-x86_64/PKGBUILD
  scim-uim/repos/extra-x86_64/scim-uim-0.2.0-fix-gcc43-build.patch
  scim-uim/repos/extra-x86_64/uim-1.5.5-header.diff

---+
 extra-i686/PKGBUILD   |   63 ++--
 extra-i686/scim-uim-0.2.0-fix-gcc43-build.patch   |   20 +++---
 extra-i686/uim-1.5.5-header.diff  |   13 
 extra-i686/uim-1.5.5-header.patch |   13 
 extra-x86_64/PKGBUILD |   63 ++--
 extra-x86_64/scim-uim-0.2.0-fix-gcc43-build.patch |   20 +++---
 extra-x86_64/uim-1.5.5-header.diff|   13 
 extra-x86_64/uim-1.5.5-header.patch   |   13 
 8 files changed, 110 insertions(+), 108 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-05 15:33:25 UTC (rev 149049)
+++ extra-i686/PKGBUILD 2012-02-05 15:34:14 UTC (rev 149050)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: damir da...@archlinux.org
-
-pkgname=scim-uim
-pkgver=0.2.0
-pkgrel=4
-pkgdesc='UIM bridging input engine for SCIM'
-arch=('i686' 'x86_64')
-url='http://www.scim-im.org/'
-license=('GPL')
-depends=('scim=1.4.8' 'uim=1.5.5')
-options=(!libtool)
-source=(http://downloads.sourceforge.net/sourceforge/scim/$pkgname-$pkgver.tar.gz;
-'scim-uim-0.2.0-fix-gcc43-build.patch'
-'uim-1.5.5-header.diff')
-sha1sums=('456621d5969b6552c3c33c83cf295aa4134fff0a'
-  'a9d67946f956d0572c73065e2b4b268bfdf149e3'
-  '3b083260910f7855b5446960ab1203c052f4b56c')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -p1  ../scim-uim-0.2.0-fix-gcc43-build.patch
-  patch -p1  ../uim-1.5.5-header.diff
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: scim-uim/repos/extra-i686/PKGBUILD (from rev 149049, 
scim-uim/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-05 15:34:14 UTC (rev 149050)
@@ -0,0 +1,32 @@
+# $Id$
+# Contributor: damir da...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=scim-uim
+pkgver=0.2.0
+pkgrel=5
+pkgdesc='UIM bridging input engine for SCIM'
+url='http://www.scim-im.org/'
+license=('GPL')
+options=('!libtool')
+depends=('scim' 'uim')
+arch=('i686' 'x86_64')
+source=(http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.gz;
+'scim-uim-0.2.0-fix-gcc43-build.patch'
+'uim-1.5.5-header.patch')
+sha1sums=('456621d5969b6552c3c33c83cf295aa4134fff0a'
+  'a9d67946f956d0572c73065e2b4b268bfdf149e3'
+  '3b083260910f7855b5446960ab1203c052f4b56c')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   patch -p1 -i ../scim-uim-0.2.0-fix-gcc43-build.patch
+   patch -p1 -i ../uim-1.5.5-header.patch
+   ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/scim-uim-0.2.0-fix-gcc43-build.patch
===
--- extra-i686/scim-uim-0.2.0-fix-gcc43-build.patch 2012-02-05 15:33:25 UTC 
(rev 149049)
+++ extra-i686/scim-uim-0.2.0-fix-gcc43-build.patch 2012-02-05 15:34:14 UTC 
(rev 149050)
@@ -1,10 +0,0 @@
 scim-uim-0.2.0/src/scim_uim_imengine.cpp   2007-04-10 07:43:59.0 
+0200
-+++ scim-uim-0.2.0/src/scim_uim_imengine.cpp.gcc43buildfixed   2008-03-23 
10:53:23.0 +0100
-@@ -32,6 +32,7 @@
-   #include config.h
- #endif
- 
-+#include string.h
- #include scim.h
- #include scim_uim_imengine.h
- #include uim/uim-compat-scm.h

Copied: scim-uim/repos/extra-i686/scim-uim-0.2.0-fix-gcc43-build.patch (from 
rev 149049, scim-uim/trunk/scim-uim-0.2.0-fix-gcc43

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

2012-02-05 Thread Gaetan Bisson
Date: Sunday, February 5, 2012 @ 10:36:37
  Author: bisson
Revision: 149051

signed rebuild for free

Modified:
  w3m/trunk/PKGBUILD

--+
 PKGBUILD |   29 +
 1 file changed, 17 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-05 15:34:14 UTC (rev 149050)
+++ PKGBUILD2012-02-05 15:36:37 UTC (rev 149051)
@@ -1,21 +1,25 @@
 # $Id$
 # Contributor: dorphell dorph...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname=w3m
 pkgver=0.5.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Text-based Web browser, as well as pager'
-arch=('i686' 'x86_64')
 url='http://w3m.sourceforge.net/'
 license=('custom')
-depends=('openssl' 'gc' 'ncurses' 'zlib')
+arch=('i686' 'x86_64')
 makedepends=('imlib2')
 optdepends=('imlib2: for graphics support') 
-source=(http://downloads.sourceforge.net/sourceforge/w3m/$pkgname-$pkgver.tar.gz;)
+depends=('openssl' 'gc' 'ncurses')
+source=(http://downloads.sourceforge.net/sourceforge/w3m/${pkgname}-${pkgver}.tar.gz;)
 sha1sums=('444b6c8cf7094ee95f8e9de96b37f814b9d83237')
 
 build() {
-   cd $srcdir/$pkgname-$pkgver
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   sed 's/file_handle/file_handle_rofl/g' -i istream.*
+
./configure \
--prefix=/usr \
--libexecdir=/usr/lib \
@@ -23,15 +27,16 @@
--with-imagelib=imlib2 \
--with-termlib=ncurses \
--disable-w3mmailer \
-   --disable-mouse
+   --disable-mouse \
+
make
 }
 
 package() {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
 
-   install -d $pkgdir/usr/share/{doc,licenses}/$pkgname
-   find doc/* | grep -v CVS | xargs -i install {} 
$pkgdir/usr/share/doc/$pkgname/
-   ln -s ../../doc/$pkgname/README $pkgdir/usr/share/licenses/$pkgname/
-}
\ No newline at end of file
+   install -d ${pkgdir}/usr/share/{doc,licenses}/${pkgname}
+   find doc/* | grep -v CVS | xargs -i install {} 
${pkgdir}/usr/share/doc/${pkgname}
+   ln -s ../../doc/${pkgname}/README 
${pkgdir}/usr/share/licenses/${pkgname}
+}



[arch-commits] Commit in w3m/repos (4 files)

2012-02-05 Thread Gaetan Bisson
Date: Sunday, February 5, 2012 @ 10:37:14
  Author: bisson
Revision: 149052

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

Added:
  w3m/repos/extra-i686/PKGBUILD
(from rev 149051, w3m/trunk/PKGBUILD)
  w3m/repos/extra-x86_64/PKGBUILD
(from rev 149051, w3m/trunk/PKGBUILD)
Deleted:
  w3m/repos/extra-i686/PKGBUILD
  w3m/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   79 +---
 extra-x86_64/PKGBUILD |   79 +---
 2 files changed, 84 insertions(+), 74 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-05 15:36:37 UTC (rev 149051)
+++ extra-i686/PKGBUILD 2012-02-05 15:37:14 UTC (rev 149052)
@@ -1,37 +0,0 @@
-# $Id$
-# Contributor: dorphell dorph...@archlinux.org
-
-pkgname=w3m
-pkgver=0.5.3
-pkgrel=1
-pkgdesc='Text-based Web browser, as well as pager'
-arch=('i686' 'x86_64')
-url='http://w3m.sourceforge.net/'
-license=('custom')
-depends=('openssl' 'gc' 'ncurses' 'zlib')
-makedepends=('imlib2')
-optdepends=('imlib2: for graphics support') 
-source=(http://downloads.sourceforge.net/sourceforge/w3m/$pkgname-$pkgver.tar.gz;)
-sha1sums=('444b6c8cf7094ee95f8e9de96b37f814b9d83237')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib \
-   --enable-image=x11,fb \
-   --with-imagelib=imlib2 \
-   --with-termlib=ncurses \
-   --disable-w3mmailer \
-   --disable-mouse
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-
-   install -d $pkgdir/usr/share/{doc,licenses}/$pkgname
-   find doc/* | grep -v CVS | xargs -i install {} 
$pkgdir/usr/share/doc/$pkgname/
-   ln -s ../../doc/$pkgname/README $pkgdir/usr/share/licenses/$pkgname/
-}
\ No newline at end of file

Copied: w3m/repos/extra-i686/PKGBUILD (from rev 149051, w3m/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-05 15:37:14 UTC (rev 149052)
@@ -0,0 +1,42 @@
+# $Id$
+# Contributor: dorphell dorph...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=w3m
+pkgver=0.5.3
+pkgrel=2
+pkgdesc='Text-based Web browser, as well as pager'
+url='http://w3m.sourceforge.net/'
+license=('custom')
+arch=('i686' 'x86_64')
+makedepends=('imlib2')
+optdepends=('imlib2: for graphics support') 
+depends=('openssl' 'gc' 'ncurses')
+source=(http://downloads.sourceforge.net/sourceforge/w3m/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('444b6c8cf7094ee95f8e9de96b37f814b9d83237')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   sed 's/file_handle/file_handle_rofl/g' -i istream.*
+
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib \
+   --enable-image=x11,fb \
+   --with-imagelib=imlib2 \
+   --with-termlib=ncurses \
+   --disable-w3mmailer \
+   --disable-mouse \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+
+   install -d ${pkgdir}/usr/share/{doc,licenses}/${pkgname}
+   find doc/* | grep -v CVS | xargs -i install {} 
${pkgdir}/usr/share/doc/${pkgname}
+   ln -s ../../doc/${pkgname}/README 
${pkgdir}/usr/share/licenses/${pkgname}
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-05 15:36:37 UTC (rev 149051)
+++ extra-x86_64/PKGBUILD   2012-02-05 15:37:14 UTC (rev 149052)
@@ -1,37 +0,0 @@
-# $Id$
-# Contributor: dorphell dorph...@archlinux.org
-
-pkgname=w3m
-pkgver=0.5.3
-pkgrel=1
-pkgdesc='Text-based Web browser, as well as pager'
-arch=('i686' 'x86_64')
-url='http://w3m.sourceforge.net/'
-license=('custom')
-depends=('openssl' 'gc' 'ncurses' 'zlib')
-makedepends=('imlib2')
-optdepends=('imlib2: for graphics support') 
-source=(http://downloads.sourceforge.net/sourceforge/w3m/$pkgname-$pkgver.tar.gz;)
-sha1sums=('444b6c8cf7094ee95f8e9de96b37f814b9d83237')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib \
-   --enable-image=x11,fb \
-   --with-imagelib=imlib2 \
-   --with-termlib=ncurses \
-   --disable-w3mmailer \
-   --disable-mouse
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-
-   install -d $pkgdir/usr/share/{doc,licenses}/$pkgname
-   find doc/* | grep -v CVS | xargs -i install {} 
$pkgdir/usr/share/doc/$pkgname/
-   ln -s ../../doc/$pkgname/README $pkgdir/usr/share/licenses/$pkgname

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

2012-02-05 Thread Gaetan Bisson
Date: Sunday, February 5, 2012 @ 10:37:44
  Author: bisson
Revision: 149053

signed rebuild for free

Modified:
  tsocks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-05 15:37:14 UTC (rev 149052)
+++ PKGBUILD2012-02-05 15:37:44 UTC (rev 149053)
@@ -3,11 +3,11 @@
 
 pkgname=tsocks
 pkgver=1.8beta5
-pkgrel=4
+pkgrel=5
 pkgdesc='Transparent SOCKS proxying library'
-arch=('i686' 'x86_64')
 url='http://tsocks.sourceforge.net/'
 license=('GPL')
+arch=('i686' 'x86_64')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
 sha1sums=('489f88c5df999ba21b27cdaa7836d9426d062aec')
 



[arch-commits] Commit in tsocks/repos (4 files)

2012-02-05 Thread Gaetan Bisson
Date: Sunday, February 5, 2012 @ 10:38:18
  Author: bisson
Revision: 149054

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

Added:
  tsocks/repos/extra-i686/PKGBUILD
(from rev 149053, tsocks/trunk/PKGBUILD)
  tsocks/repos/extra-x86_64/PKGBUILD
(from rev 149053, tsocks/trunk/PKGBUILD)
Deleted:
  tsocks/repos/extra-i686/PKGBUILD
  tsocks/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   50 
 extra-x86_64/PKGBUILD |   50 
 2 files changed, 50 insertions(+), 50 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-05 15:37:44 UTC (rev 149053)
+++ extra-i686/PKGBUILD 2012-02-05 15:38:18 UTC (rev 149054)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=tsocks
-pkgver=1.8beta5
-pkgrel=4
-pkgdesc='Transparent SOCKS proxying library'
-arch=('i686' 'x86_64')
-url='http://tsocks.sourceforge.net/'
-license=('GPL')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('489f88c5df999ba21b27cdaa7836d9426d062aec')
-
-build() {
-   cd ${srcdir}/${pkgname}-1.8
-   ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man 
--libdir=/usr/lib
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-1.8
-   make DESTDIR=${pkgdir} install
-   install -d ${pkgdir}/etc
-   install -m644 tsocks.conf.{simple,complex}.example ${pkgdir}/etc
-}

Copied: tsocks/repos/extra-i686/PKGBUILD (from rev 149053, 
tsocks/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-05 15:38:18 UTC (rev 149054)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=tsocks
+pkgver=1.8beta5
+pkgrel=5
+pkgdesc='Transparent SOCKS proxying library'
+url='http://tsocks.sourceforge.net/'
+license=('GPL')
+arch=('i686' 'x86_64')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('489f88c5df999ba21b27cdaa7836d9426d062aec')
+
+build() {
+   cd ${srcdir}/${pkgname}-1.8
+   ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man 
--libdir=/usr/lib
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-1.8
+   make DESTDIR=${pkgdir} install
+   install -d ${pkgdir}/etc
+   install -m644 tsocks.conf.{simple,complex}.example ${pkgdir}/etc
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-05 15:37:44 UTC (rev 149053)
+++ extra-x86_64/PKGBUILD   2012-02-05 15:38:18 UTC (rev 149054)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=tsocks
-pkgver=1.8beta5
-pkgrel=4
-pkgdesc='Transparent SOCKS proxying library'
-arch=('i686' 'x86_64')
-url='http://tsocks.sourceforge.net/'
-license=('GPL')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('489f88c5df999ba21b27cdaa7836d9426d062aec')
-
-build() {
-   cd ${srcdir}/${pkgname}-1.8
-   ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man 
--libdir=/usr/lib
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-1.8
-   make DESTDIR=${pkgdir} install
-   install -d ${pkgdir}/etc
-   install -m644 tsocks.conf.{simple,complex}.example ${pkgdir}/etc
-}

Copied: tsocks/repos/extra-x86_64/PKGBUILD (from rev 149053, 
tsocks/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-02-05 15:38:18 UTC (rev 149054)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=tsocks
+pkgver=1.8beta5
+pkgrel=5
+pkgdesc='Transparent SOCKS proxying library'
+url='http://tsocks.sourceforge.net/'
+license=('GPL')
+arch=('i686' 'x86_64')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('489f88c5df999ba21b27cdaa7836d9426d062aec')
+
+build() {
+   cd ${srcdir}/${pkgname}-1.8
+   ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man 
--libdir=/usr/lib
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-1.8
+   make DESTDIR=${pkgdir} install
+   install -d ${pkgdir}/etc
+   install -m644 tsocks.conf.{simple,complex}.example ${pkgdir}/etc
+}



[arch-commits] Commit in gsfonts/trunk (PKGBUILD install xfonts.install)

2012-02-05 Thread Gaetan Bisson
Date: Sunday, February 5, 2012 @ 10:57:29
  Author: bisson
Revision: 149057

signed rebuild for free

Added:
  gsfonts/trunk/install
(from rev 149054, gsfonts/trunk/xfonts.install)
Modified:
  gsfonts/trunk/PKGBUILD
Deleted:
  gsfonts/trunk/xfonts.install

+
 PKGBUILD   |   39 ++-
 install|   15 +++
 xfonts.install |   15 ---
 3 files changed, 37 insertions(+), 32 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-05 15:50:04 UTC (rev 149056)
+++ PKGBUILD2012-02-05 15:57:29 UTC (rev 149057)
@@ -1,29 +1,34 @@
 # $Id$
-# Maintainer: Firmicus francois.archlinux.org
+# Contributor: Firmicus francois.archlinux.org
 # Contributor: dorphell dorph...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname=gsfonts
 _realname=urw-fonts
 pkgver=1.0.7pre44
 _fedoraver=2.4
-_fedorarel=9.fc13
-pkgrel=2
-pkgdesc=Ghostscript standard Type1 fonts from URW
-arch=(any)
-url=http://sourceforge.net/projects/gs-fonts/;
+_fedorarel=11.fc17
+pkgrel=3
+pkgdesc='Standard Ghostscript Type1 fonts from URW'
+url='http://sourceforge.net/projects/gs-fonts/'
+arch=('any')
 license=('GPL2')
+makedepends=('rpmextract')
 depends=('xorg-font-utils' 'fontconfig')
-makedepends=('rpmextract')
-provides=(${_realname})
-install=xfonts.install
-source=(http://kojipkgs.fedoraproject.org/packages/${_realname}/${_fedoraver}/${_fedorarel}/src/${_realname}-${_fedoraver}-${_fedorarel}.src.rpm)
-md5sums=('54935e7d6692792e414510490e3a0fa4')
+source=(http://kojipkgs.fedoraproject.org/packages/${_realname}/${_fedoraver}/${_fedorarel}/src/${_realname}-${_fedoraver}-${_fedorarel}.src.rpm;)
+sha1sums=('c4b31e581c25bc497c915d6d81e60cfdbb9f529e')
 
+provides=(${_realname})
+install=install
+
+build() {
+   cd ${srcdir}
+   rpmextract.sh ${_realname}-${_fedoraver}-${_fedorarel}.src.rpm
+   bsdtar xf *.tar.bz2
+}
+
 package() {
-  cd $srcdir
-  /usr/bin/rpmextract.sh ${_realname}-${_fedoraver}-${_fedorarel}.src.rpm
-  bsdtar xf *.tar.bz2
-  install -d ${pkgdir}/usr/share/fonts/Type1
-  install -m644 *.{pfb,pfm,afm} \
-${pkgdir}/usr/share/fonts/Type1/
+   cd ${srcdir}
+   install -d ${pkgdir}/usr/share/fonts/Type1
+   install -m644 *.{pfb,pfm,afm} ${pkgdir}/usr/share/fonts/Type1
 }

Copied: gsfonts/trunk/install (from rev 149054, gsfonts/trunk/xfonts.install)
===
--- install (rev 0)
+++ install 2012-02-05 15:57:29 UTC (rev 149057)
@@ -0,0 +1,15 @@
+post_install() {
+   echo -n Updating font cache... 
+   fc-cache -sf  /dev/null
+   mkfontscale /usr/share/fonts/Type1
+   mkfontdir /usr/share/fonts/Type1
+   echo done.
+}
+
+post_upgrade() {
+   post_install $1
+}
+
+post_remove() {
+   post_install $1
+}

Deleted: xfonts.install
===
--- xfonts.install  2012-02-05 15:50:04 UTC (rev 149056)
+++ xfonts.install  2012-02-05 15:57:29 UTC (rev 149057)
@@ -1,15 +0,0 @@
-post_install() {
-  echo -n Updating font cache... 
-  fc-cache -sf  /dev/null
-  mkfontscale /usr/share/fonts/Type1
-  mkfontdir /usr/share/fonts/Type1
-  echo done.
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}



[arch-commits] Commit in gsfonts/repos/extra-any (4 files)

2012-02-05 Thread Gaetan Bisson
Date: Sunday, February 5, 2012 @ 10:58:05
  Author: bisson
Revision: 149058

archrelease: copy trunk to extra-any

Added:
  gsfonts/repos/extra-any/PKGBUILD
(from rev 149057, gsfonts/trunk/PKGBUILD)
  gsfonts/repos/extra-any/install
(from rev 149057, gsfonts/trunk/install)
Deleted:
  gsfonts/repos/extra-any/PKGBUILD
  gsfonts/repos/extra-any/xfonts.install

+
 PKGBUILD   |   63 +--
 install|   15 +
 xfonts.install |   15 -
 3 files changed, 49 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-05 15:57:29 UTC (rev 149057)
+++ PKGBUILD2012-02-05 15:58:05 UTC (rev 149058)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Firmicus francois.archlinux.org
-# Contributor: dorphell dorph...@archlinux.org
-
-pkgname=gsfonts
-_realname=urw-fonts
-pkgver=1.0.7pre44
-_fedoraver=2.4
-_fedorarel=9.fc13
-pkgrel=2
-pkgdesc=Ghostscript standard Type1 fonts from URW
-arch=(any)
-url=http://sourceforge.net/projects/gs-fonts/;
-license=('GPL2')
-depends=('xorg-font-utils' 'fontconfig')
-makedepends=('rpmextract')
-provides=(${_realname})
-install=xfonts.install
-source=(http://kojipkgs.fedoraproject.org/packages/${_realname}/${_fedoraver}/${_fedorarel}/src/${_realname}-${_fedoraver}-${_fedorarel}.src.rpm)
-md5sums=('54935e7d6692792e414510490e3a0fa4')
-
-package() {
-  cd $srcdir
-  /usr/bin/rpmextract.sh ${_realname}-${_fedoraver}-${_fedorarel}.src.rpm
-  bsdtar xf *.tar.bz2
-  install -d ${pkgdir}/usr/share/fonts/Type1
-  install -m644 *.{pfb,pfm,afm} \
-${pkgdir}/usr/share/fonts/Type1/
-}

Copied: gsfonts/repos/extra-any/PKGBUILD (from rev 149057, 
gsfonts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-05 15:58:05 UTC (rev 149058)
@@ -0,0 +1,34 @@
+# $Id$
+# Contributor: Firmicus francois.archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=gsfonts
+_realname=urw-fonts
+pkgver=1.0.7pre44
+_fedoraver=2.4
+_fedorarel=11.fc17
+pkgrel=3
+pkgdesc='Standard Ghostscript Type1 fonts from URW'
+url='http://sourceforge.net/projects/gs-fonts/'
+arch=('any')
+license=('GPL2')
+makedepends=('rpmextract')
+depends=('xorg-font-utils' 'fontconfig')
+source=(http://kojipkgs.fedoraproject.org/packages/${_realname}/${_fedoraver}/${_fedorarel}/src/${_realname}-${_fedoraver}-${_fedorarel}.src.rpm;)
+sha1sums=('c4b31e581c25bc497c915d6d81e60cfdbb9f529e')
+
+provides=(${_realname})
+install=install
+
+build() {
+   cd ${srcdir}
+   rpmextract.sh ${_realname}-${_fedoraver}-${_fedorarel}.src.rpm
+   bsdtar xf *.tar.bz2
+}
+
+package() {
+   cd ${srcdir}
+   install -d ${pkgdir}/usr/share/fonts/Type1
+   install -m644 *.{pfb,pfm,afm} ${pkgdir}/usr/share/fonts/Type1
+}

Copied: gsfonts/repos/extra-any/install (from rev 149057, gsfonts/trunk/install)
===
--- install (rev 0)
+++ install 2012-02-05 15:58:05 UTC (rev 149058)
@@ -0,0 +1,15 @@
+post_install() {
+   echo -n Updating font cache... 
+   fc-cache -sf  /dev/null
+   mkfontscale /usr/share/fonts/Type1
+   mkfontdir /usr/share/fonts/Type1
+   echo done.
+}
+
+post_upgrade() {
+   post_install $1
+}
+
+post_remove() {
+   post_install $1
+}

Deleted: xfonts.install
===
--- xfonts.install  2012-02-05 15:57:29 UTC (rev 149057)
+++ xfonts.install  2012-02-05 15:58:05 UTC (rev 149058)
@@ -1,15 +0,0 @@
-post_install() {
-  echo -n Updating font cache... 
-  fc-cache -sf  /dev/null
-  mkfontscale /usr/share/fonts/Type1
-  mkfontdir /usr/share/fonts/Type1
-  echo done.
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}



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

2012-02-05 Thread Gaetan Bisson
Date: Sunday, February 5, 2012 @ 10:58:57
  Author: bisson
Revision: 149059

signed rebuild for free

Modified:
  xorg-xev/trunk/PKGBUILD

--+
 PKGBUILD |   31 ++-
 1 file changed, 18 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-05 15:58:05 UTC (rev 149058)
+++ PKGBUILD2012-02-05 15:58:57 UTC (rev 149059)
@@ -1,24 +1,29 @@
 # $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Jan de Groot j...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname=xorg-xev
 pkgver=1.1.0
-pkgrel=2
-pkgdesc=Print contents of X events
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
+pkgrel=3
+pkgdesc='Print contents of X events'
+url='http://xorg.freedesktop.org/'
+arch=('i686' 'x86_64')
 license=('custom')
 depends=('libx11')
 makedepends=('xorg-util-macros')
-groups=('xorg-apps' 'xorg')
-source=(http://xorg.freedesktop.org/archive/individual/app/xev-${pkgver}.tar.bz2)
+source=(http://xorg.freedesktop.org/archive/individual/app/xev-${pkgver}.tar.bz2;)
 sha1sums=('77dcbdaa2046db56f31936f921843bd05df2255f')
 
+groups=('xorg-apps' 'xorg')
+
 build() {
-  cd ${srcdir}/xev-${pkgver}
-  ./configure --prefix=/usr
-  make
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+   cd ${srcdir}/xev-${pkgver}
+   ./configure --prefix=/usr
+   make
 }
+
+package() {
+   cd ${srcdir}/xev-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}



[arch-commits] Commit in xorg-xev/repos (4 files)

2012-02-05 Thread Gaetan Bisson
Date: Sunday, February 5, 2012 @ 10:59:34
  Author: bisson
Revision: 149060

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

Added:
  xorg-xev/repos/extra-i686/PKGBUILD
(from rev 149059, xorg-xev/trunk/PKGBUILD)
  xorg-xev/repos/extra-x86_64/PKGBUILD
(from rev 149059, xorg-xev/trunk/PKGBUILD)
Deleted:
  xorg-xev/repos/extra-i686/PKGBUILD
  xorg-xev/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   53 ++--
 extra-x86_64/PKGBUILD |   53 ++--
 2 files changed, 58 insertions(+), 48 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-05 15:58:57 UTC (rev 149059)
+++ extra-i686/PKGBUILD 2012-02-05 15:59:34 UTC (rev 149060)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xorg-xev
-pkgver=1.1.0
-pkgrel=2
-pkgdesc=Print contents of X events
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libx11')
-makedepends=('xorg-util-macros')
-groups=('xorg-apps' 'xorg')
-source=(http://xorg.freedesktop.org/archive/individual/app/xev-${pkgver}.tar.bz2)
-sha1sums=('77dcbdaa2046db56f31936f921843bd05df2255f')
-
-build() {
-  cd ${srcdir}/xev-${pkgver}
-  ./configure --prefix=/usr
-  make
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xorg-xev/repos/extra-i686/PKGBUILD (from rev 149059, 
xorg-xev/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-05 15:59:34 UTC (rev 149060)
@@ -0,0 +1,29 @@
+# $Id$
+# Contributor: Jan de Groot j...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=xorg-xev
+pkgver=1.1.0
+pkgrel=3
+pkgdesc='Print contents of X events'
+url='http://xorg.freedesktop.org/'
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('libx11')
+makedepends=('xorg-util-macros')
+source=(http://xorg.freedesktop.org/archive/individual/app/xev-${pkgver}.tar.bz2;)
+sha1sums=('77dcbdaa2046db56f31936f921843bd05df2255f')
+
+groups=('xorg-apps' 'xorg')
+
+build() {
+   cd ${srcdir}/xev-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/xev-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-05 15:58:57 UTC (rev 149059)
+++ extra-x86_64/PKGBUILD   2012-02-05 15:59:34 UTC (rev 149060)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xorg-xev
-pkgver=1.1.0
-pkgrel=2
-pkgdesc=Print contents of X events
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libx11')
-makedepends=('xorg-util-macros')
-groups=('xorg-apps' 'xorg')
-source=(http://xorg.freedesktop.org/archive/individual/app/xev-${pkgver}.tar.bz2)
-sha1sums=('77dcbdaa2046db56f31936f921843bd05df2255f')
-
-build() {
-  cd ${srcdir}/xev-${pkgver}
-  ./configure --prefix=/usr
-  make
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xorg-xev/repos/extra-x86_64/PKGBUILD (from rev 149059, 
xorg-xev/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-02-05 15:59:34 UTC (rev 149060)
@@ -0,0 +1,29 @@
+# $Id$
+# Contributor: Jan de Groot j...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=xorg-xev
+pkgver=1.1.0
+pkgrel=3
+pkgdesc='Print contents of X events'
+url='http://xorg.freedesktop.org/'
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('libx11')
+makedepends=('xorg-util-macros')
+source=(http://xorg.freedesktop.org/archive/individual/app/xev-${pkgver}.tar.bz2;)
+sha1sums=('77dcbdaa2046db56f31936f921843bd05df2255f')
+
+groups=('xorg-apps' 'xorg')
+
+build() {
+   cd ${srcdir}/xev-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/xev-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}



[arch-commits] Commit in xorg-font-util/trunk (PKGBUILD)

2012-02-05 Thread Gaetan Bisson
Date: Sunday, February 5, 2012 @ 11:06:05
  Author: bisson
Revision: 149062

signed rebuild for free

Modified:
  xorg-font-util/trunk/PKGBUILD (contents, properties)

--+
 PKGBUILD |   40 +---
 1 file changed, 25 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-05 16:05:34 UTC (rev 149061)
+++ PKGBUILD2012-02-05 16:06:05 UTC (rev 149062)
@@ -1,27 +1,37 @@
-# $Id: $
-# Maintainer: Jan de Groot j...@archlinux.org
+# $Id$
+# Contributor: Jan de Groot j...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname=xorg-font-util
 pkgver=1.2.0
-pkgrel=1
-pkgdesc=X.Org font utilities
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
+pkgrel=2
+pkgdesc='X.Org font utilities'
+url='http://xorg.freedesktop.org/'
+arch=('i686' 'x86_64')
 license=('custom')
 makedepends=('xorg-util-macros')
+source=(${url}/releases/individual/font/font-util-${pkgver}.tar.bz2)
+sha1sums=('011fa9c8fe08d9f6f848df570374ed1cb7488146')
+
 replaces=('font-util')
 provides=('font-util')
 conflicts=('font-util')
 groups=('xorg-fonts' 'xorg')
-source=(${url}/releases/individual/font/font-util-${pkgver}.tar.bz2)
-sha1sums=('011fa9c8fe08d9f6f848df570374ed1cb7488146')
 
 build() {
-  cd ${srcdir}/font-util-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man \
-  --with-mapdir=/usr/share/fonts/util --with-fontrootdir=/usr/share/fonts
-  make
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+   cd ${srcdir}/font-util-${pkgver}
+
+   ./configure \
+   --prefix=/usr \
+   --mandir=/usr/share/man \
+   --with-mapdir=/usr/share/fonts/util \
+   --with-fontrootdir=/usr/share/fonts \
+
+   make
 }
+
+package() {
+   cd ${srcdir}/font-util-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}


Property changes on: xorg-font-util/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id


[arch-commits] Commit in xorg-font-util/repos (4 files)

2012-02-05 Thread Gaetan Bisson
Date: Sunday, February 5, 2012 @ 11:06:39
  Author: bisson
Revision: 149063

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

Added:
  xorg-font-util/repos/extra-i686/PKGBUILD
(from rev 149062, xorg-font-util/trunk/PKGBUILD)
  xorg-font-util/repos/extra-x86_64/PKGBUILD
(from rev 149062, xorg-font-util/trunk/PKGBUILD)
Deleted:
  xorg-font-util/repos/extra-i686/PKGBUILD
  xorg-font-util/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   64 +++-
 extra-x86_64/PKGBUILD |   64 +++-
 2 files changed, 74 insertions(+), 54 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-05 16:06:05 UTC (rev 149062)
+++ extra-i686/PKGBUILD 2012-02-05 16:06:39 UTC (rev 149063)
@@ -1,27 +0,0 @@
-# $Id: $
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xorg-font-util
-pkgver=1.2.0
-pkgrel=1
-pkgdesc=X.Org font utilities
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-makedepends=('xorg-util-macros')
-replaces=('font-util')
-provides=('font-util')
-conflicts=('font-util')
-groups=('xorg-fonts' 'xorg')
-source=(${url}/releases/individual/font/font-util-${pkgver}.tar.bz2)
-sha1sums=('011fa9c8fe08d9f6f848df570374ed1cb7488146')
-
-build() {
-  cd ${srcdir}/font-util-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man \
-  --with-mapdir=/usr/share/fonts/util --with-fontrootdir=/usr/share/fonts
-  make
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xorg-font-util/repos/extra-i686/PKGBUILD (from rev 149062, 
xorg-font-util/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-05 16:06:39 UTC (rev 149063)
@@ -0,0 +1,37 @@
+# $Id$
+# Contributor: Jan de Groot j...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=xorg-font-util
+pkgver=1.2.0
+pkgrel=2
+pkgdesc='X.Org font utilities'
+url='http://xorg.freedesktop.org/'
+arch=('i686' 'x86_64')
+license=('custom')
+makedepends=('xorg-util-macros')
+source=(${url}/releases/individual/font/font-util-${pkgver}.tar.bz2)
+sha1sums=('011fa9c8fe08d9f6f848df570374ed1cb7488146')
+
+replaces=('font-util')
+provides=('font-util')
+conflicts=('font-util')
+groups=('xorg-fonts' 'xorg')
+
+build() {
+   cd ${srcdir}/font-util-${pkgver}
+
+   ./configure \
+   --prefix=/usr \
+   --mandir=/usr/share/man \
+   --with-mapdir=/usr/share/fonts/util \
+   --with-fontrootdir=/usr/share/fonts \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/font-util-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-05 16:06:05 UTC (rev 149062)
+++ extra-x86_64/PKGBUILD   2012-02-05 16:06:39 UTC (rev 149063)
@@ -1,27 +0,0 @@
-# $Id: $
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xorg-font-util
-pkgver=1.2.0
-pkgrel=1
-pkgdesc=X.Org font utilities
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-makedepends=('xorg-util-macros')
-replaces=('font-util')
-provides=('font-util')
-conflicts=('font-util')
-groups=('xorg-fonts' 'xorg')
-source=(${url}/releases/individual/font/font-util-${pkgver}.tar.bz2)
-sha1sums=('011fa9c8fe08d9f6f848df570374ed1cb7488146')
-
-build() {
-  cd ${srcdir}/font-util-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man \
-  --with-mapdir=/usr/share/fonts/util --with-fontrootdir=/usr/share/fonts
-  make
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xorg-font-util/repos/extra-x86_64/PKGBUILD (from rev 149062, 
xorg-font-util/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-02-05 16:06:39 UTC (rev 149063)
@@ -0,0 +1,37 @@
+# $Id$
+# Contributor: Jan de Groot j...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=xorg-font-util
+pkgver=1.2.0
+pkgrel=2
+pkgdesc='X.Org font utilities'
+url='http://xorg.freedesktop.org/'
+arch=('i686' 'x86_64')
+license=('custom')
+makedepends=('xorg-util-macros')
+source=(${url}/releases/individual/font/font-util-${pkgver}.tar.bz2)
+sha1sums=('011fa9c8fe08d9f6f848df570374ed1cb7488146')
+
+replaces=('font-util')
+provides=('font-util')
+conflicts=('font-util')
+groups=('xorg-fonts' 'xorg')
+
+build() {
+   cd ${srcdir}/font

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

2012-02-05 Thread Gaetan Bisson
Date: Sunday, February 5, 2012 @ 11:08:46
  Author: bisson
Revision: 149064

signed rebuild for free

Modified:
  xorg-setxkbmap/trunk/PKGBUILD

--+
 PKGBUILD |   31 ++-
 1 file changed, 18 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-05 16:06:39 UTC (rev 149063)
+++ PKGBUILD2012-02-05 16:08:46 UTC (rev 149064)
@@ -1,24 +1,29 @@
 # $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Jan de Groot j...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname=xorg-setxkbmap
 pkgver=1.2.0
-pkgrel=2
-pkgdesc=Set the keyboard using the X Keyboard Extension
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
+pkgrel=3
+pkgdesc='Set the keyboard using the X Keyboard Extension'
+url='http://xorg.freedesktop.org/'
 license=('custom')
+arch=('i686' 'x86_64')
 depends=('libxkbfile')
 makedepends=('xorg-util-macros')
-groups=('xorg-apps' 'xorg')
-source=(${url}/releases/individual/app/setxkbmap-${pkgver}.tar.bz2)
+source=(${url}/releases/individual/app/setxkbmap-${pkgver}.tar.bz2)
 sha1sums=('860785e16313d30792fe62604f65d84281812322')
 
+groups=('xorg-apps' 'xorg')
+
 build() {
-  cd ${srcdir}/setxkbmap-${pkgver}
-  ./configure --prefix=/usr
-  make
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+   cd ${srcdir}/setxkbmap-${pkgver}
+   ./configure --prefix=/usr
+   make
 }
+
+package() {
+   cd ${srcdir}/setxkbmap-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}



[arch-commits] Commit in xorg-setxkbmap/repos (4 files)

2012-02-05 Thread Gaetan Bisson
Date: Sunday, February 5, 2012 @ 11:09:19
  Author: bisson
Revision: 149065

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

Added:
  xorg-setxkbmap/repos/extra-i686/PKGBUILD
(from rev 149064, xorg-setxkbmap/trunk/PKGBUILD)
  xorg-setxkbmap/repos/extra-x86_64/PKGBUILD
(from rev 149064, xorg-setxkbmap/trunk/PKGBUILD)
Deleted:
  xorg-setxkbmap/repos/extra-i686/PKGBUILD
  xorg-setxkbmap/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   53 ++--
 extra-x86_64/PKGBUILD |   53 ++--
 2 files changed, 58 insertions(+), 48 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-05 16:08:46 UTC (rev 149064)
+++ extra-i686/PKGBUILD 2012-02-05 16:09:19 UTC (rev 149065)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xorg-setxkbmap
-pkgver=1.2.0
-pkgrel=2
-pkgdesc=Set the keyboard using the X Keyboard Extension
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libxkbfile')
-makedepends=('xorg-util-macros')
-groups=('xorg-apps' 'xorg')
-source=(${url}/releases/individual/app/setxkbmap-${pkgver}.tar.bz2)
-sha1sums=('860785e16313d30792fe62604f65d84281812322')
-
-build() {
-  cd ${srcdir}/setxkbmap-${pkgver}
-  ./configure --prefix=/usr
-  make
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xorg-setxkbmap/repos/extra-i686/PKGBUILD (from rev 149064, 
xorg-setxkbmap/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-05 16:09:19 UTC (rev 149065)
@@ -0,0 +1,29 @@
+# $Id$
+# Contributor: Jan de Groot j...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=xorg-setxkbmap
+pkgver=1.2.0
+pkgrel=3
+pkgdesc='Set the keyboard using the X Keyboard Extension'
+url='http://xorg.freedesktop.org/'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('libxkbfile')
+makedepends=('xorg-util-macros')
+source=(${url}/releases/individual/app/setxkbmap-${pkgver}.tar.bz2)
+sha1sums=('860785e16313d30792fe62604f65d84281812322')
+
+groups=('xorg-apps' 'xorg')
+
+build() {
+   cd ${srcdir}/setxkbmap-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/setxkbmap-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-05 16:08:46 UTC (rev 149064)
+++ extra-x86_64/PKGBUILD   2012-02-05 16:09:19 UTC (rev 149065)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xorg-setxkbmap
-pkgver=1.2.0
-pkgrel=2
-pkgdesc=Set the keyboard using the X Keyboard Extension
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libxkbfile')
-makedepends=('xorg-util-macros')
-groups=('xorg-apps' 'xorg')
-source=(${url}/releases/individual/app/setxkbmap-${pkgver}.tar.bz2)
-sha1sums=('860785e16313d30792fe62604f65d84281812322')
-
-build() {
-  cd ${srcdir}/setxkbmap-${pkgver}
-  ./configure --prefix=/usr
-  make
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xorg-setxkbmap/repos/extra-x86_64/PKGBUILD (from rev 149064, 
xorg-setxkbmap/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-02-05 16:09:19 UTC (rev 149065)
@@ -0,0 +1,29 @@
+# $Id$
+# Contributor: Jan de Groot j...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=xorg-setxkbmap
+pkgver=1.2.0
+pkgrel=3
+pkgdesc='Set the keyboard using the X Keyboard Extension'
+url='http://xorg.freedesktop.org/'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('libxkbfile')
+makedepends=('xorg-util-macros')
+source=(${url}/releases/individual/app/setxkbmap-${pkgver}.tar.bz2)
+sha1sums=('860785e16313d30792fe62604f65d84281812322')
+
+groups=('xorg-apps' 'xorg')
+
+build() {
+   cd ${srcdir}/setxkbmap-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/setxkbmap-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}



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

2012-02-05 Thread Gaetan Bisson
Date: Sunday, February 5, 2012 @ 11:26:29
  Author: bisson
Revision: 149068

signed rebuild for free

Modified:
  libao/trunk/PKGBUILD

--+
 PKGBUILD |   44 +---
 1 file changed, 21 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-05 16:13:46 UTC (rev 149067)
+++ PKGBUILD2012-02-05 16:26:29 UTC (rev 149068)
@@ -1,41 +1,39 @@
 # $Id$
-# Maintainer:
 # Contributor: dorphell dorph...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname=libao
 pkgver=1.1.0
-pkgrel=1
-pkgdesc=A cross-platform audio output library and plugins
-url=http://www.xiph.org/ao;
+pkgrel=2
+pkgdesc='Cross-platform audio output library and plugins'
+url='http://xiph.org/ao/'
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('glibc' 'alsa-lib')
+options=('!libtool')
+depends=('alsa-lib')
 makedepends=('libpulse')
 backup=('etc/libao.conf')
-options=('!libtool')
-conflicts=('libao-pulse')
-provides=(libao-pulse=$pkgver-$pkgrel)
-replaces=('libao-pulse')
 source=(http://downloads.xiph.org/releases/ao/${pkgname}-${pkgver}.tar.gz;
 'libao.conf')
-md5sums=('2b2508c29bc97e4dc218fa162cf883c8'
- '3ae8f3e3f1492210b3519af0f1f3c572')
+sha1sums=('9301bc4886f170c7122ab62677fb71cf001c04fd'
+  '558b3d297e0956af6959565db477023dbd492ca0')
 
+conflicts=('libao-pulse')
+provides=(libao-pulse=${pkgver}-${pkgrel})
+replaces=('libao-pulse')
+
 build() {
-  cd $srcdir/$pkgname-$pkgver
+   cd ${srcdir}/${pkgname}-${pkgver}
 
-  ./configure --prefix=/usr \
-  --enable-alsa-mmap
-  make
+   ./configure \
+   --prefix=/usr \
+   --enable-alsa-mmap \
+
+   make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-
-  # Add conf file
-  install -Dm644 $srcdir/libao.conf $pkgdir/etc/libao.conf
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -Dm644 ${srcdir}/libao.conf ${pkgdir}/etc/libao.conf
 }
-
-# vim:set ts=2 sw=2 et:



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

2012-02-05 Thread Gaetan Bisson
Date: Sunday, February 5, 2012 @ 11:27:23
  Author: bisson
Revision: 149069

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

Added:
  libao/repos/extra-i686/PKGBUILD
(from rev 149068, libao/trunk/PKGBUILD)
  libao/repos/extra-i686/libao.conf
(from rev 149068, libao/trunk/libao.conf)
  libao/repos/extra-x86_64/PKGBUILD
(from rev 149068, libao/trunk/PKGBUILD)
  libao/repos/extra-x86_64/libao.conf
(from rev 149068, libao/trunk/libao.conf)
Deleted:
  libao/repos/extra-i686/PKGBUILD
  libao/repos/extra-i686/libao.conf
  libao/repos/extra-x86_64/PKGBUILD
  libao/repos/extra-x86_64/libao.conf

-+
 extra-i686/PKGBUILD |   81 ++
 extra-i686/libao.conf   |2 -
 extra-x86_64/PKGBUILD   |   81 ++
 extra-x86_64/libao.conf |2 -
 4 files changed, 80 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-05 16:26:29 UTC (rev 149068)
+++ extra-i686/PKGBUILD 2012-02-05 16:27:23 UTC (rev 149069)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: dorphell dorph...@archlinux.org
-
-pkgname=libao
-pkgver=1.1.0
-pkgrel=1
-pkgdesc=A cross-platform audio output library and plugins
-url=http://www.xiph.org/ao;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('glibc' 'alsa-lib')
-makedepends=('libpulse')
-backup=('etc/libao.conf')
-options=('!libtool')
-conflicts=('libao-pulse')
-provides=('libao-pulse=$pkgver-$pkgrel')
-replaces=('libao-pulse')
-source=(http://downloads.xiph.org/releases/ao/${pkgname}-${pkgver}.tar.gz;
-'libao.conf')
-md5sums=('2b2508c29bc97e4dc218fa162cf883c8'
- '3ae8f3e3f1492210b3519af0f1f3c572')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr \
-  --enable-alsa09-mmap \
-  --enable-pulseaudio
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-
-  # Add conf file
-  install -Dm644 $srcdir/libao.conf $pkgdir/etc/libao.conf
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libao/repos/extra-i686/PKGBUILD (from rev 149068, libao/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-05 16:27:23 UTC (rev 149069)
@@ -0,0 +1,39 @@
+# $Id$
+# Contributor: dorphell dorph...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=libao
+pkgver=1.1.0
+pkgrel=2
+pkgdesc='Cross-platform audio output library and plugins'
+url='http://xiph.org/ao/'
+arch=('i686' 'x86_64')
+license=('GPL')
+options=('!libtool')
+depends=('alsa-lib')
+makedepends=('libpulse')
+backup=('etc/libao.conf')
+source=(http://downloads.xiph.org/releases/ao/${pkgname}-${pkgver}.tar.gz;
+'libao.conf')
+sha1sums=('9301bc4886f170c7122ab62677fb71cf001c04fd'
+  '558b3d297e0956af6959565db477023dbd492ca0')
+
+conflicts=('libao-pulse')
+provides=(libao-pulse=${pkgver}-${pkgrel})
+replaces=('libao-pulse')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure \
+   --prefix=/usr \
+   --enable-alsa-mmap \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -Dm644 ${srcdir}/libao.conf ${pkgdir}/etc/libao.conf
+}

Deleted: extra-i686/libao.conf
===
--- extra-i686/libao.conf   2012-02-05 16:26:29 UTC (rev 149068)
+++ extra-i686/libao.conf   2012-02-05 16:27:23 UTC (rev 149069)
@@ -1 +0,0 @@
-default_driver=alsa

Copied: libao/repos/extra-i686/libao.conf (from rev 149068, 
libao/trunk/libao.conf)
===
--- extra-i686/libao.conf   (rev 0)
+++ extra-i686/libao.conf   2012-02-05 16:27:23 UTC (rev 149069)
@@ -0,0 +1 @@
+default_driver=alsa

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-05 16:26:29 UTC (rev 149068)
+++ extra-x86_64/PKGBUILD   2012-02-05 16:27:23 UTC (rev 149069)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: dorphell dorph...@archlinux.org
-
-pkgname=libao
-pkgver=1.1.0
-pkgrel=1
-pkgdesc=A cross-platform audio output library and plugins
-url=http://www.xiph.org/ao;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('glibc' 'alsa-lib')
-makedepends=('libpulse')
-backup=('etc/libao.conf')
-options=('!libtool')
-conflicts=('libao-pulse')
-provides=('libao-pulse=$pkgver-$pkgrel')
-replaces=('libao-pulse')
-source=(http://downloads.xiph.org/releases/ao/${pkgname}-${pkgver}.tar.gz;
-'libao.conf')
-md5sums=('2b2508c29bc97e4dc218fa162cf883c8'
- '3ae8f3e3f1492210b3519af0f1f3c572')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr

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

2012-02-05 Thread Gaetan Bisson
Date: Sunday, February 5, 2012 @ 11:45:07
  Author: bisson
Revision: 149074

signed rebuild for free

Modified:
  libdaemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-05 16:39:11 UTC (rev 149073)
+++ PKGBUILD2012-02-05 16:45:07 UTC (rev 149074)
@@ -6,7 +6,7 @@
 
 pkgname=libdaemon
 pkgver=0.14
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight C library that eases the writing of UNIX daemons'
 url='http://0pointer.de/lennart/projects/libdaemon/'
 license=('LGPL')
@@ -17,7 +17,7 @@
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr --localstatedir=/var --disable-lynx
+   ./configure --prefix=/usr --localstatedir=/var --disable-lynx 
--disable-static
make
 }
 



[arch-commits] Commit in libdaemon/repos (4 files)

2012-02-05 Thread Gaetan Bisson
Date: Sunday, February 5, 2012 @ 11:45:57
  Author: bisson
Revision: 149075

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

Added:
  libdaemon/repos/extra-i686/PKGBUILD
(from rev 149074, libdaemon/trunk/PKGBUILD)
  libdaemon/repos/extra-x86_64/PKGBUILD
(from rev 149074, libdaemon/trunk/PKGBUILD)
Deleted:
  libdaemon/repos/extra-i686/PKGBUILD
  libdaemon/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   52 +---
 extra-x86_64/PKGBUILD |   52 +---
 2 files changed, 56 insertions(+), 48 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-05 16:45:07 UTC (rev 149074)
+++ extra-i686/PKGBUILD 2012-02-05 16:45:57 UTC (rev 149075)
@@ -1,24 +0,0 @@
-# $Id$
-# Contributor: Manolis Tzanidakis
-# Contributor: Mark Rosenstand lt;m...@archlinux.orggt;
-# Maintainer: Thayer Williams lt;tha...@archlinux.orggt;
-
-pkgname=libdaemon
-pkgver=0.14
-pkgrel=1
-pkgdesc=A lightweight C library which eases the writing of UNIX daemons
-url=http://0pointer.de/lennart/projects/libdaemon/;
-license=('LGPL')
-arch=('i686' 'x86_64')
-depends=('glibc')
-source=(http://0pointer.de/lennart/projects/libdaemon/$pkgname-$pkgver.tar.gz)
-options=('!libtool')
-md5sums=('509dc27107c21bcd9fbf2f95f5669563')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --localstatedir=/var --disable-lynx || return 1
-  make || return 1
-  make DESTDIR=$pkgdir install || return 1
-}
-

Copied: libdaemon/repos/extra-i686/PKGBUILD (from rev 149074, 
libdaemon/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-05 16:45:57 UTC (rev 149075)
@@ -0,0 +1,28 @@
+# $Id$
+# Contributor: Manolis Tzanidakis
+# Contributor: Mark Rosenstand m...@archlinux.org
+# Contributor: Thayer Williams tha...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=libdaemon
+pkgver=0.14
+pkgrel=2
+pkgdesc='Lightweight C library that eases the writing of UNIX daemons'
+url='http://0pointer.de/lennart/projects/libdaemon/'
+license=('LGPL')
+arch=('i686' 'x86_64')
+source=(http://0pointer.de/lennart/projects/libdaemon/${pkgname}-${pkgver}.tar.gz;)
+options=('!libtool')
+sha1sums=('78a4db58cf3a7a8906c35592434e37680ca83b8f')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr --localstatedir=/var --disable-lynx 
--disable-static
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-05 16:45:07 UTC (rev 149074)
+++ extra-x86_64/PKGBUILD   2012-02-05 16:45:57 UTC (rev 149075)
@@ -1,24 +0,0 @@
-# $Id$
-# Contributor: Manolis Tzanidakis
-# Contributor: Mark Rosenstand lt;m...@archlinux.orggt;
-# Maintainer: Thayer Williams lt;tha...@archlinux.orggt;
-
-pkgname=libdaemon
-pkgver=0.14
-pkgrel=1
-pkgdesc=A lightweight C library which eases the writing of UNIX daemons
-url=http://0pointer.de/lennart/projects/libdaemon/;
-license=('LGPL')
-arch=('i686' 'x86_64')
-depends=('glibc')
-source=(http://0pointer.de/lennart/projects/libdaemon/$pkgname-$pkgver.tar.gz)
-options=('!libtool')
-md5sums=('509dc27107c21bcd9fbf2f95f5669563')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --localstatedir=/var --disable-lynx || return 1
-  make || return 1
-  make DESTDIR=$pkgdir install || return 1
-}
-

Copied: libdaemon/repos/extra-x86_64/PKGBUILD (from rev 149074, 
libdaemon/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-02-05 16:45:57 UTC (rev 149075)
@@ -0,0 +1,28 @@
+# $Id$
+# Contributor: Manolis Tzanidakis
+# Contributor: Mark Rosenstand m...@archlinux.org
+# Contributor: Thayer Williams tha...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=libdaemon
+pkgver=0.14
+pkgrel=2
+pkgdesc='Lightweight C library that eases the writing of UNIX daemons'
+url='http://0pointer.de/lennart/projects/libdaemon/'
+license=('LGPL')
+arch=('i686' 'x86_64')
+source=(http://0pointer.de/lennart/projects/libdaemon/${pkgname}-${pkgver}.tar.gz;)
+options=('!libtool')
+sha1sums=('78a4db58cf3a7a8906c35592434e37680ca83b8f')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr --localstatedir=/var --disable-lynx 
--disable-static
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}
+



[arch-commits] Commit in gnugo/trunk (PKGBUILD gnugo.install)

2012-02-05 Thread Gaetan Bisson
Date: Sunday, February 5, 2012 @ 11:47:20
  Author: bisson
Revision: 149076

signed rebuild for free

Modified:
  gnugo/trunk/PKGBUILD
Deleted:
  gnugo/trunk/gnugo.install

---+
 PKGBUILD  |   34 --
 gnugo.install |   18 --
 2 files changed, 16 insertions(+), 36 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-05 16:45:57 UTC (rev 149075)
+++ PKGBUILD2012-02-05 16:47:20 UTC (rev 149076)
@@ -1,33 +1,31 @@
 # $Id$
-# Maintainer:
+# Maintainer: Gaetan Bisson bis...@archlinux.org
 # Contributor: Jason Chu ja...@archlinux.org
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 # Contributor: damir da...@archlinux.org
 
 pkgname=gnugo
 pkgver=3.8
-pkgrel=2
-pkgdesc=A program that plays the game of Go
+pkgrel=3
+pkgdesc='Program that plays the game of Go'
+url='http://www.gnu.org/software/gnugo/'
+license=('GPL3' 'custom')
 arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/gnugo/;
-license=('GPL3' 'custom')
-depends=('ncurses' 'glibc' 'texinfo')
-install=gnugo.install
-source=(http://ftp.gnu.org/gnu/gnugo/$pkgname-$pkgver.tar.gz;
+depends=('ncurses')
+source=(http://ftp.gnu.org/gnu/gnugo/${pkgname}-${pkgver}.tar.gz;
 'LICENSE')
-md5sums=('6db0a528df58876d2b0ef1659c374a9a'
- '4df5819356804397c553c95ea8164f11')
+sha1sums=('a8ce3c7512634f789bc0c964fe23a5a6209f25db'
+  '0221b29e03fe7356c131429631ad0ac3c8da04d6')
 
 build() {
-  cd ${srcdir}/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
 }
 
 package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-  rm -r ${pkgdir}/usr/share/info/dir
-  gzip ${pkgdir}/usr/share/info/*
-  install -Dm644 ${srcdir}/LICENSE 
${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   rm -r ${pkgdir}/usr/share/info
+   install -Dm644 ../LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }

Deleted: gnugo.install
===
--- gnugo.install   2012-02-05 16:45:57 UTC (rev 149075)
+++ gnugo.install   2012-02-05 16:47:20 UTC (rev 149076)
@@ -1,18 +0,0 @@
-infodir=/usr/share/info
-filelist=(gnugo.info.gz gnugo.info-1.gz gnugo.info-2.gz gnugo.info-3.gz)
-
-post_install() {
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $infodir/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file $infodir/dir 2 /dev/null
-  done
-}



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

2012-02-05 Thread Gaetan Bisson
://ftp.gnu.org/gnu/gnugo/$pkgname-$pkgver.tar.gz;
-'LICENSE')
-md5sums=('6db0a528df58876d2b0ef1659c374a9a'
- '4df5819356804397c553c95ea8164f11')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-  rm -r ${pkgdir}/usr/share/info/dir
-  gzip ${pkgdir}/usr/share/info/*
-  install -Dm644 ${srcdir}/LICENSE 
${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}

Copied: gnugo/repos/extra-i686/PKGBUILD (from rev 149076, gnugo/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-05 16:47:56 UTC (rev 149077)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Jason Chu ja...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Contributor: damir da...@archlinux.org
+
+pkgname=gnugo
+pkgver=3.8
+pkgrel=3
+pkgdesc='Program that plays the game of Go'
+url='http://www.gnu.org/software/gnugo/'
+license=('GPL3' 'custom')
+arch=('i686' 'x86_64')
+depends=('ncurses')
+source=(http://ftp.gnu.org/gnu/gnugo/${pkgname}-${pkgver}.tar.gz;
+'LICENSE')
+sha1sums=('a8ce3c7512634f789bc0c964fe23a5a6209f25db'
+  '0221b29e03fe7356c131429631ad0ac3c8da04d6')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   rm -r ${pkgdir}/usr/share/info
+   install -Dm644 ../LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-i686/gnugo.install
===
--- extra-i686/gnugo.install2012-02-05 16:47:20 UTC (rev 149076)
+++ extra-i686/gnugo.install2012-02-05 16:47:56 UTC (rev 149077)
@@ -1,18 +0,0 @@
-infodir=/usr/share/info
-filelist=(gnugo.info.gz gnugo.info-1.gz gnugo.info-2.gz gnugo.info-3.gz)
-
-post_install() {
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $infodir/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file $infodir/dir 2 /dev/null
-  done
-}

Deleted: extra-x86_64/LICENSE
===
--- extra-x86_64/LICENSE2012-02-05 16:47:20 UTC (rev 149076)
+++ extra-x86_64/LICENSE2012-02-05 16:47:56 UTC (rev 149077)
@@ -1,70 +0,0 @@
-   Copyrights and License
-
-All files Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-2007, 2008 and 2009 by the Free Software Foundation except as noted below.
-
-All files are under the GNU General Public License, which may be
-found in the file COPYING, with the following exceptions.
-
-* The files interface/gtp.c and gtp.h are copyright 2001 by
-  the Free Software Foundation. In the interests of promoting 
-  the Go Text Protocol these two files are licensed under a less 
-  restrictive license than the GPL and are free for unrestricted use.
-  The GTP license appears in each file.
-
-* The files gmp.c and gmp.h are copyright Bill Shubert. These
-  are free for unrestricted use.
-
-* The files regression/golois/* and the tests vie.tst, connect.tst,
-  capture.tst and global.tst are copyright Tristan Cazenave and are
-  used with his permission
-
-* The SGF files in regression/games/handtalk are copyright Jessie Annala
-  and are used with permission.
-
-* The SGF files in regression/games/mertin13x13 are copyright Stefan
-  Mertin and are used with permission.
-
-* The remaining SGF files are either copyright by the FSF or are in
-  the public domain.
-
-
-/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *\
- * This is GNU Go, a Go program. Contact gn...@gnu.org, or see   *
- * http://www.gnu.org/software/gnugo/ for more information.  *
- *   *
- * To facilitate development of the Go Text Protocol, the two*
- * files gtp.c and gtp.h are licensed under less restrictive *
- * terms than the rest of GNU Go.*
- *   *
- * Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 and  *
- * 2009 by the Free Software Foundation. *
- *   *
- * Permission is hereby granted, free of charge, to any person   *
- * obtaining a copy of this file gtp.c, to deal in the Software  *
- * without restriction, including without limitation the rights  *
- * to use, copy, modify, merge, publish, distribute, and/or  *
- * sell copies of the Software, and to permit persons to whom*
- * the Software is furnished to do so, provided that the above   *
- * copyright notice(s) and this permission

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

2012-02-05 Thread Gaetan Bisson
Date: Sunday, February 5, 2012 @ 11:54:43
  Author: bisson
Revision: 149078

signed rebuild for free

Modified:
  libotr/trunk/PKGBUILD

--+
 PKGBUILD |   17 +
 1 file changed, 9 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-05 16:47:56 UTC (rev 149077)
+++ PKGBUILD2012-02-05 16:54:43 UTC (rev 149078)
@@ -1,26 +1,27 @@
 # $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
 # Contributor: Bug bug2...@gmail.com
 
 pkgname=libotr
 pkgver=3.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Off-the-Record Messaging Library and Toolkit'
-arch=('i686' 'x86_64')
 url='http://www.cypherpunks.ca/otr/'
 license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
 depends=('libgcrypt')
 options=('!libtool')
 source=(http://www.cypherpunks.ca/otr/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('faba02e60f64e492838929be2272f839')
+sha1sums=('e5e10b8ddaf59b0ada6046d156d0431cd2790db9')
 
 build() {
-   cd $srcdir/$pkgname-$pkgver
-   ./configure --prefix=/usr --mandir=/usr/share/man
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr --mandir=/usr/share/man --disable-static
make
 }
 
 package() {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
 }



[arch-commits] Commit in libotr/repos (4 files)

2012-02-05 Thread Gaetan Bisson
Date: Sunday, February 5, 2012 @ 11:55:15
  Author: bisson
Revision: 149079

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

Added:
  libotr/repos/extra-i686/PKGBUILD
(from rev 149078, libotr/trunk/PKGBUILD)
  libotr/repos/extra-x86_64/PKGBUILD
(from rev 149078, libotr/trunk/PKGBUILD)
Deleted:
  libotr/repos/extra-i686/PKGBUILD
  libotr/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   53 
 extra-x86_64/PKGBUILD |   53 
 2 files changed, 54 insertions(+), 52 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-05 16:54:43 UTC (rev 149078)
+++ extra-i686/PKGBUILD 2012-02-05 16:55:15 UTC (rev 149079)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-# Contributor: Bug bug2...@gmail.com
-
-pkgname=libotr
-pkgver=3.2.0
-pkgrel=2
-pkgdesc='Off-the-Record Messaging Library and Toolkit'
-arch=('i686' 'x86_64')
-url='http://www.cypherpunks.ca/otr/'
-license=('GPL' 'LGPL')
-depends=('libgcrypt')
-options=('!libtool')
-source=(http://www.cypherpunks.ca/otr/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('faba02e60f64e492838929be2272f839')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   ./configure --prefix=/usr --mandir=/usr/share/man
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-}

Copied: libotr/repos/extra-i686/PKGBUILD (from rev 149078, 
libotr/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-05 16:55:15 UTC (rev 149079)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+# Contributor: Bug bug2...@gmail.com
+
+pkgname=libotr
+pkgver=3.2.0
+pkgrel=3
+pkgdesc='Off-the-Record Messaging Library and Toolkit'
+url='http://www.cypherpunks.ca/otr/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+depends=('libgcrypt')
+options=('!libtool')
+source=(http://www.cypherpunks.ca/otr/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('e5e10b8ddaf59b0ada6046d156d0431cd2790db9')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr --mandir=/usr/share/man --disable-static
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-05 16:54:43 UTC (rev 149078)
+++ extra-x86_64/PKGBUILD   2012-02-05 16:55:15 UTC (rev 149079)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-# Contributor: Bug bug2...@gmail.com
-
-pkgname=libotr
-pkgver=3.2.0
-pkgrel=2
-pkgdesc='Off-the-Record Messaging Library and Toolkit'
-arch=('i686' 'x86_64')
-url='http://www.cypherpunks.ca/otr/'
-license=('GPL' 'LGPL')
-depends=('libgcrypt')
-options=('!libtool')
-source=(http://www.cypherpunks.ca/otr/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('faba02e60f64e492838929be2272f839')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   ./configure --prefix=/usr --mandir=/usr/share/man
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-}

Copied: libotr/repos/extra-x86_64/PKGBUILD (from rev 149078, 
libotr/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-02-05 16:55:15 UTC (rev 149079)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+# Contributor: Bug bug2...@gmail.com
+
+pkgname=libotr
+pkgver=3.2.0
+pkgrel=3
+pkgdesc='Off-the-Record Messaging Library and Toolkit'
+url='http://www.cypherpunks.ca/otr/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+depends=('libgcrypt')
+options=('!libtool')
+source=(http://www.cypherpunks.ca/otr/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('e5e10b8ddaf59b0ada6046d156d0431cd2790db9')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr --mandir=/usr/share/man --disable-static
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}



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

2012-02-05 Thread Gaetan Bisson
Date: Sunday, February 5, 2012 @ 11:59:04
  Author: bisson
Revision: 149080

signed rebuild for free

Modified:
  libots/trunk/PKGBUILD

--+
 PKGBUILD |   37 +
 1 file changed, 21 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-05 16:55:15 UTC (rev 149079)
+++ PKGBUILD2012-02-05 16:59:04 UTC (rev 149080)
@@ -1,28 +1,33 @@
 # $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Jan de Groot j...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname=libots
 pkgver=0.5.0
-pkgrel=2
-pkgdesc=Open Text Summarizer
+pkgrel=3
+pkgdesc='Open Text Summarizer'
+url='http://libots.sourceforge.net/'
 arch=('i686' 'x86_64')
-url=http://libots.sourceforge.net/;
 license=('GPL')
 depends=('libxml2' 'glib2')
 options=('!libtool' '!makeflags')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/ots-${pkgver}.tar.gz)
-md5sums=('1e140a4bf9d720b4339a5c2bdf4976e8')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/ots-${pkgver}.tar.gz;)
+sha1sums=('4468bc06470734848c2369a37c84f76ca4ac3f9a')
 
 
 build() {
-  cd ${srcdir}/ots-${pkgver}
-  touch gtk-doc.make
-  sed -i -e 's/en.xml$//' dic/Makefile.am
-  libtoolize --force
-  aclocal
-  automake --add-missing --force
-  autoconf
-  ./configure --prefix=/usr --disable-static
-  make
-  make DESTDIR=${pkgdir} install
+   cd ${srcdir}/ots-${pkgver}
+   touch gtk-doc.make
+   sed -i -e 's/en.xml$//' dic/Makefile.am
+   libtoolize --force
+   aclocal
+   automake --add-missing --force
+   autoconf
+   ./configure --prefix=/usr --disable-static
+   make
 }
+
+package() {
+   cd ${srcdir}/ots-${pkgver}
+   make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in libots/repos (4 files)

2012-02-05 Thread Gaetan Bisson
Date: Sunday, February 5, 2012 @ 11:59:38
  Author: bisson
Revision: 149081

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

Added:
  libots/repos/extra-i686/PKGBUILD
(from rev 149080, libots/trunk/PKGBUILD)
  libots/repos/extra-x86_64/PKGBUILD
(from rev 149080, libots/trunk/PKGBUILD)
Deleted:
  libots/repos/extra-i686/PKGBUILD
  libots/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   61 +---
 extra-x86_64/PKGBUILD |   61 +---
 2 files changed, 66 insertions(+), 56 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-05 16:59:04 UTC (rev 149080)
+++ extra-i686/PKGBUILD 2012-02-05 16:59:38 UTC (rev 149081)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libots
-pkgver=0.5.0
-pkgrel=2
-pkgdesc=Open Text Summarizer
-arch=('i686' 'x86_64')
-url=http://libots.sourceforge.net/;
-license=('GPL')
-depends=('libxml2' 'glib2')
-options=('!libtool' '!makeflags')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/ots-${pkgver}.tar.gz)
-md5sums=('1e140a4bf9d720b4339a5c2bdf4976e8')
-
-
-build() {
-  cd ${srcdir}/ots-${pkgver}
-  touch gtk-doc.make
-  sed -i -e 's/en.xml$//' dic/Makefile.am
-  libtoolize --force
-  aclocal
-  automake --add-missing --force
-  autoconf
-  ./configure --prefix=/usr --disable-static
-  make
-  make DESTDIR=${pkgdir} install
-}

Copied: libots/repos/extra-i686/PKGBUILD (from rev 149080, 
libots/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-05 16:59:38 UTC (rev 149081)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Jan de Groot j...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=libots
+pkgver=0.5.0
+pkgrel=3
+pkgdesc='Open Text Summarizer'
+url='http://libots.sourceforge.net/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libxml2' 'glib2')
+options=('!libtool' '!makeflags')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/ots-${pkgver}.tar.gz;)
+sha1sums=('4468bc06470734848c2369a37c84f76ca4ac3f9a')
+
+
+build() {
+   cd ${srcdir}/ots-${pkgver}
+   touch gtk-doc.make
+   sed -i -e 's/en.xml$//' dic/Makefile.am
+   libtoolize --force
+   aclocal
+   automake --add-missing --force
+   autoconf
+   ./configure --prefix=/usr --disable-static
+   make
+}
+
+package() {
+   cd ${srcdir}/ots-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-05 16:59:04 UTC (rev 149080)
+++ extra-x86_64/PKGBUILD   2012-02-05 16:59:38 UTC (rev 149081)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libots
-pkgver=0.5.0
-pkgrel=2
-pkgdesc=Open Text Summarizer
-arch=('i686' 'x86_64')
-url=http://libots.sourceforge.net/;
-license=('GPL')
-depends=('libxml2' 'glib2')
-options=('!libtool' '!makeflags')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/ots-${pkgver}.tar.gz)
-md5sums=('1e140a4bf9d720b4339a5c2bdf4976e8')
-
-
-build() {
-  cd ${srcdir}/ots-${pkgver}
-  touch gtk-doc.make
-  sed -i -e 's/en.xml$//' dic/Makefile.am
-  libtoolize --force
-  aclocal
-  automake --add-missing --force
-  autoconf
-  ./configure --prefix=/usr --disable-static
-  make
-  make DESTDIR=${pkgdir} install
-}

Copied: libots/repos/extra-x86_64/PKGBUILD (from rev 149080, 
libots/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-02-05 16:59:38 UTC (rev 149081)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Jan de Groot j...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=libots
+pkgver=0.5.0
+pkgrel=3
+pkgdesc='Open Text Summarizer'
+url='http://libots.sourceforge.net/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libxml2' 'glib2')
+options=('!libtool' '!makeflags')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/ots-${pkgver}.tar.gz;)
+sha1sums=('4468bc06470734848c2369a37c84f76ca4ac3f9a')
+
+
+build() {
+   cd ${srcdir}/ots-${pkgver}
+   touch gtk-doc.make
+   sed -i -e 's/en.xml$//' dic/Makefile.am
+   libtoolize --force
+   aclocal
+   automake --add-missing --force
+   autoconf
+   ./configure --prefix=/usr --disable-static
+   make
+}
+
+package() {
+   cd ${srcdir}/ots-${pkgver}
+   make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in scim-pinyin/trunk (4 files)

2012-02-05 Thread Gaetan Bisson
Date: Sunday, February 5, 2012 @ 12:18:36
  Author: bisson
Revision: 149096

signed rebuild for free

Added:
  scim-pinyin/trunk/gcc43.patch
(from rev 149067, scim-pinyin/trunk/scim-pinyin-0.5.91-gcc43.patch)
Modified:
  scim-pinyin/trunk/PKGBUILD
Deleted:
  scim-pinyin/trunk/scim-pinyin-0.5.91-cannot-build-against-scim-1.4.7
  scim-pinyin/trunk/scim-pinyin-0.5.91-gcc43.patch

+
 PKGBUILD   |   42 +-
 gcc43.patch|   44 +++
 scim-pinyin-0.5.91-cannot-build-against-scim-1.4.7 |3 -
 scim-pinyin-0.5.91-gcc43.patch |   44 ---
 4 files changed, 66 insertions(+), 67 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-05 17:09:35 UTC (rev 149095)
+++ PKGBUILD2012-02-05 17:18:36 UTC (rev 149096)
@@ -1,33 +1,35 @@
 # $Id$
-# Maintainer: 
+# Maintainer: Gaetan Bisson bis...@archlinux.org
 # Contributer: Gan Lu rhythm@gmail.com
 
 pkgname=scim-pinyin
 pkgver=0.5.91
-pkgrel=5
-pkgdesc=Chinese 拼音 (PinYin) input for SCIM
+pkgrel=6
+pkgdesc='Chinese pinyin input for SCIM'
+url='http://www.scim-im.org/'
 arch=('i686' 'x86_64')
-url=http://www.scim-im.org/;
-license=GPL
-depends=('scim=1.4.7')
+license=('GPL')
+depends=('scim')
 options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/scim/$pkgname-$pkgver.tar.gz
-scim-pinyin-0.5.91-gcc43.patch)
-md5sums=('fb96d3545090d7681ea03edaced4eccb'
- 'ef84582d9bac7ac250d2d64cf260ad39')
+source=(http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.gz;
+'gcc43.patch')
+sha1sums=('58bea437a211b7af8420057541a38933a41841c7'
+  'b78ecec237ee0e04ec43604fcc344ff43ccfb7b3')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -Np1 -i $srcdir/scim-pinyin-0.5.91-gcc43.patch
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --disable-static
-  make || return 1
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   patch -p1 -i ../gcc43.patch
+
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --disable-static \
+
+   make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
 }
-
-

Copied: scim-pinyin/trunk/gcc43.patch (from rev 149067, 
scim-pinyin/trunk/scim-pinyin-0.5.91-gcc43.patch)
===
--- gcc43.patch (rev 0)
+++ gcc43.patch 2012-02-05 17:18:36 UTC (rev 149096)
@@ -0,0 +1,44 @@
+diff -up scim-pinyin-0.5.91/src/scim_phrase.cpp.gcc43 
scim-pinyin-0.5.91/src/scim_phrase.cpp
+--- scim-pinyin-0.5.91/src/scim_phrase.cpp.gcc43   2008-02-25 
16:27:05.0 +0800
 scim-pinyin-0.5.91/src/scim_phrase.cpp 2008-02-25 16:26:41.0 
+0800
+@@ -28,6 +28,7 @@
+ #define SCIM_PHRASE_MAX_RELATION 1000
+ 
+ #include scim.h
++#include cstring
+ #include scim_pinyin_private.h
+ #include scim_phrase.h
+ 
+diff -up scim-pinyin-0.5.91/src/scim_special_table.cpp.gcc43 
scim-pinyin-0.5.91/src/scim_special_table.cpp
+--- scim-pinyin-0.5.91/src/scim_special_table.cpp.gcc432008-02-25 
16:27:55.0 +0800
 scim-pinyin-0.5.91/src/scim_special_table.cpp  2008-02-25 
16:28:08.0 +0800
+@@ -22,6 +22,7 @@
+ 
+ #include time.h
+ #include scim.h
++#include cstring
+ #include scim_pinyin_private.h
+ #include scim_special_table.h
+ 
+diff -up scim-pinyin-0.5.91/src/scim_pinyin.cpp.gcc43 
scim-pinyin-0.5.91/src/scim_pinyin.cpp
+--- scim-pinyin-0.5.91/src/scim_pinyin.cpp.gcc43   2008-02-25 
16:26:10.0 +0800
 scim-pinyin-0.5.91/src/scim_pinyin.cpp 2008-02-25 16:26:26.0 
+0800
+@@ -29,6 +29,7 @@
+ #define Uses_SCIM_LOOKUP_TABLE
+ 
+ #include scim.h
++#include cstring
+ #include scim_pinyin.h
+ 
+ // Internal functions
+diff -up scim-pinyin-0.5.91/src/scim_pinyin_phrase.cpp.gcc43 
scim-pinyin-0.5.91/src/scim_pinyin_phrase.cpp
+--- scim-pinyin-0.5.91/src/scim_pinyin_phrase.cpp.gcc432008-02-25 
16:27:15.0 +0800
 scim-pinyin-0.5.91/src/scim_pinyin_phrase.cpp  2008-02-25 
16:27:28.0 +0800
+@@ -27,6 +27,7 @@
+ #define Uses_SCIM_LOOKUP_TABLE
+ 
+ #include scim.h
++#include cstring
+ #include scim_pinyin_private.h
+ #include scim_phrase.h
+ #include scim_pinyin.h

Deleted: scim-pinyin-0.5.91-cannot-build-against-scim-1.4.7
===
--- scim-pinyin-0.5.91-cannot-build-against-scim-1.4.7  2012-02-05 17:09:35 UTC 
(rev 149095)
+++ scim-pinyin-0.5.91-cannot-build-against-scim-1.4.7  2012-02-05 17:18:36 UTC 
(rev 149096)
@@ -1,3 +0,0 @@
-if /bin/sh ../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H 
-I. -I. -I.. -I.. -I../src -I

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

2012-02-05 Thread Gaetan Bisson
Date: Sunday, February 5, 2012 @ 12:19:20
  Author: bisson
Revision: 149097

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

Added:
  scim-pinyin/repos/extra-i686/PKGBUILD
(from rev 149096, scim-pinyin/trunk/PKGBUILD)
  scim-pinyin/repos/extra-i686/gcc43.patch
(from rev 149096, scim-pinyin/trunk/gcc43.patch)
  scim-pinyin/repos/extra-x86_64/PKGBUILD
(from rev 149096, scim-pinyin/trunk/PKGBUILD)
  scim-pinyin/repos/extra-x86_64/gcc43.patch
(from rev 149096, scim-pinyin/trunk/gcc43.patch)
Deleted:
  scim-pinyin/repos/extra-i686/PKGBUILD
  
scim-pinyin/repos/extra-i686/scim-pinyin-0.5.91-cannot-build-against-scim-1.4.7
  scim-pinyin/repos/extra-i686/scim-pinyin-0.5.91-gcc43.patch
  scim-pinyin/repos/extra-x86_64/PKGBUILD
  
scim-pinyin/repos/extra-x86_64/scim-pinyin-0.5.91-cannot-build-against-scim-1.4.7
  scim-pinyin/repos/extra-x86_64/scim-pinyin-0.5.91-gcc43.patch

-+
 extra-i686/PKGBUILD |   68 
+-
 extra-i686/gcc43.patch  |   44 ++
 extra-i686/scim-pinyin-0.5.91-cannot-build-against-scim-1.4.7   |3 
 extra-i686/scim-pinyin-0.5.91-gcc43.patch   |   44 --
 extra-x86_64/PKGBUILD   |   68 
+-
 extra-x86_64/gcc43.patch|   44 ++
 extra-x86_64/scim-pinyin-0.5.91-cannot-build-against-scim-1.4.7 |3 
 extra-x86_64/scim-pinyin-0.5.91-gcc43.patch |   44 --
 8 files changed, 158 insertions(+), 160 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-05 17:18:36 UTC (rev 149096)
+++ extra-i686/PKGBUILD 2012-02-05 17:19:20 UTC (rev 149097)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: 
-# Contributer: Gan Lu rhythm@gmail.com
-
-pkgname=scim-pinyin
-pkgver=0.5.91
-pkgrel=5
-pkgdesc=Chinese 拼音 (PinYin) input for SCIM
-arch=('i686' 'x86_64')
-url=http://www.scim-im.org/;
-license=GPL
-depends=('scim=1.4.7')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/scim/$pkgname-$pkgver.tar.gz
-scim-pinyin-0.5.91-gcc43.patch)
-md5sums=('fb96d3545090d7681ea03edaced4eccb'
- 'ef84582d9bac7ac250d2d64cf260ad39')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -Np1 -i $srcdir/scim-pinyin-0.5.91-gcc43.patch
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --disable-static
-  make || return 1
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-

Copied: scim-pinyin/repos/extra-i686/PKGBUILD (from rev 149096, 
scim-pinyin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-05 17:19:20 UTC (rev 149097)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributer: Gan Lu rhythm@gmail.com
+
+pkgname=scim-pinyin
+pkgver=0.5.91
+pkgrel=6
+pkgdesc='Chinese pinyin input for SCIM'
+url='http://www.scim-im.org/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('scim')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.gz;
+'gcc43.patch')
+sha1sums=('58bea437a211b7af8420057541a38933a41841c7'
+  'b78ecec237ee0e04ec43604fcc344ff43ccfb7b3')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   patch -p1 -i ../gcc43.patch
+
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --disable-static \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Copied: scim-pinyin/repos/extra-i686/gcc43.patch (from rev 149096, 
scim-pinyin/trunk/gcc43.patch)
===
--- extra-i686/gcc43.patch  (rev 0)
+++ extra-i686/gcc43.patch  2012-02-05 17:19:20 UTC (rev 149097)
@@ -0,0 +1,44 @@
+diff -up scim-pinyin-0.5.91/src/scim_phrase.cpp.gcc43 
scim-pinyin-0.5.91/src/scim_phrase.cpp
+--- scim-pinyin-0.5.91/src/scim_phrase.cpp.gcc43   2008-02-25 
16:27:05.0 +0800
 scim-pinyin-0.5.91/src/scim_phrase.cpp 2008-02-25 16:26:41.0 
+0800
+@@ -28,6 +28,7 @@
+ #define SCIM_PHRASE_MAX_RELATION 1000
+ 
+ #include scim.h
++#include cstring
+ #include scim_pinyin_private.h
+ #include scim_phrase.h
+ 
+diff -up scim-pinyin-0.5.91/src/scim_special_table.cpp.gcc43 
scim-pinyin-0.5.91/src/scim_special_table.cpp
+--- scim-pinyin-0.5.91/src/scim_special_table.cpp.gcc432008-02-25 
16:27:55.0 +0800
 scim-pinyin-0.5.91/src/scim_special_table.cpp  2008-02-25 
16:28:08.0 +0800
+@@ -22,6 +22,7 @@
+ 
+ #include time.h
+ #include scim.h
++#include cstring
+ #include

[arch-commits] Commit in ttf-arphic-uming/trunk (PKGBUILD install ttf.install)

2012-02-05 Thread Gaetan Bisson
Date: Monday, February 6, 2012 @ 02:07:47
  Author: bisson
Revision: 149180

signed rebuild for free

Added:
  ttf-arphic-uming/trunk/install
(from rev 149179, ttf-arphic-uming/trunk/ttf.install)
Modified:
  ttf-arphic-uming/trunk/PKGBUILD
Deleted:
  ttf-arphic-uming/trunk/ttf.install

-+
 PKGBUILD|   27 ++-
 install |   15 +++
 ttf.install |   15 ---
 3 files changed, 29 insertions(+), 28 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-06 06:31:48 UTC (rev 149179)
+++ PKGBUILD2012-02-06 07:07:47 UTC (rev 149180)
@@ -1,22 +1,23 @@
 # $Id$
 # Contributor: Damir Perisa damir.per...@bluewin.ch
-# Maintainer: Firmicus francois.archlinux.org 
+# Contributor: Firmicus francois.archlinux.org 
+# Maintainer: Gaetan Bisson bis...@archlinux.org
 
-
 pkgname=ttf-arphic-uming
 pkgver=0.2.20080216.1
-pkgrel=2
-pkgdesc=Mingti (printed) unicode TTFonts
+pkgrel=3
+pkgdesc='CJK Unicode font Ming style'
+url='http://www.freedesktop.org/wiki/Software/CJKUnifonts'
+license=('custom:Arphic_Public_License')
 arch=('any')
-url=http://www.freedesktop.org/wiki/Software/CJKUnifonts;
-license=('custom: Arphic Public_License')
-depends=(fontconfig xorg-font-utils)
-install=ttf.install
-source=(http://us.archive.ubuntu.com/ubuntu/pool/main/t/ttf-arphic-uming/ttf-arphic-uming_${pkgver}.orig.tar.gz)
-md5sums=('d219fcaf953f3eb1889399955a00379f')
+depends=('fontconfig' 'xorg-font-utils')
+source=(http://archive.ubuntu.com/ubuntu/pool/main/t/ttf-arphic-uming/ttf-arphic-uming_${pkgver}.orig.tar.gz;)
+sha1sums=('d6b11cc84142364c66d17a0f02fdffbc1b98cedf')
 
+install=install
+
 build() {
-  cd ${srcdir}
-  install -D -m644 uming.ttc ${pkgdir}/usr/share/fonts/TTF/uming.ttc
-  install -D -m644 license/english/ARPHICPL.TXT 
${pkgdir}/usr/share/licenses/${pkgname}/ARPHICPL.TXT
+   cd ${srcdir}
+   install -Dm644 uming.ttc ${pkgdir}/usr/share/fonts/TTF/uming.ttc
+   install -Dm644 license/english/ARPHICPL.TXT 
${pkgdir}/usr/share/licenses/${pkgname}/COPYING
 }

Copied: ttf-arphic-uming/trunk/install (from rev 149179, 
ttf-arphic-uming/trunk/ttf.install)
===
--- install (rev 0)
+++ install 2012-02-06 07:07:47 UTC (rev 149180)
@@ -0,0 +1,15 @@
+post_install() {
+   echo -n Updating font cache... 
+   fc-cache -f  /dev/null
+   mkfontscale /usr/share/fonts/TTF
+   mkfontdir /usr/share/fonts/TTF
+   echo done.
+}
+
+post_upgrade() {
+   post_install $1
+}
+
+post_remove() {
+   post_install $1
+}

Deleted: ttf.install
===
--- ttf.install 2012-02-06 06:31:48 UTC (rev 149179)
+++ ttf.install 2012-02-06 07:07:47 UTC (rev 149180)
@@ -1,15 +0,0 @@
-post_install() {
-  echo -n Updating font cache... 
-  fc-cache -f  /dev/null
-  mkfontscale /usr/share/fonts/TTF
-  mkfontdir /usr/share/fonts/TTF
-  echo done.
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}



[arch-commits] Commit in ttf-arphic-uming/repos/extra-any (4 files)

2012-02-05 Thread Gaetan Bisson
Date: Monday, February 6, 2012 @ 02:08:09
  Author: bisson
Revision: 149181

archrelease: copy trunk to extra-any

Added:
  ttf-arphic-uming/repos/extra-any/PKGBUILD
(from rev 149180, ttf-arphic-uming/trunk/PKGBUILD)
  ttf-arphic-uming/repos/extra-any/install
(from rev 149180, ttf-arphic-uming/trunk/install)
Deleted:
  ttf-arphic-uming/repos/extra-any/PKGBUILD
  ttf-arphic-uming/repos/extra-any/ttf.install

-+
 PKGBUILD|   45 +++--
 install |   15 +++
 ttf.install |   15 ---
 3 files changed, 38 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-06 07:07:47 UTC (rev 149180)
+++ PKGBUILD2012-02-06 07:08:09 UTC (rev 149181)
@@ -1,22 +0,0 @@
-# $Id$
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Maintainer: Firmicus francois.archlinux.org 
-
-
-pkgname=ttf-arphic-uming
-pkgver=0.2.20080216.1
-pkgrel=2
-pkgdesc=Mingti (printed) unicode TTFonts
-arch=('any')
-url=http://www.freedesktop.org/wiki/Software/CJKUnifonts;
-license=('custom: Arphic Public_License')
-depends=(fontconfig xorg-font-utils)
-install=ttf.install
-source=(http://us.archive.ubuntu.com/ubuntu/pool/main/t/ttf-arphic-uming/ttf-arphic-uming_${pkgver}.orig.tar.gz)
-md5sums=('d219fcaf953f3eb1889399955a00379f')
-
-build() {
-  cd ${srcdir}
-  install -D -m644 uming.ttc ${pkgdir}/usr/share/fonts/TTF/uming.ttc
-  install -D -m644 license/english/ARPHICPL.TXT 
${pkgdir}/usr/share/licenses/${pkgname}/ARPHICPL.TXT
-}

Copied: ttf-arphic-uming/repos/extra-any/PKGBUILD (from rev 149180, 
ttf-arphic-uming/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-06 07:08:09 UTC (rev 149181)
@@ -0,0 +1,23 @@
+# $Id$
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Firmicus francois.archlinux.org 
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=ttf-arphic-uming
+pkgver=0.2.20080216.1
+pkgrel=3
+pkgdesc='CJK Unicode font Ming style'
+url='http://www.freedesktop.org/wiki/Software/CJKUnifonts'
+license=('custom:Arphic_Public_License')
+arch=('any')
+depends=('fontconfig' 'xorg-font-utils')
+source=(http://archive.ubuntu.com/ubuntu/pool/main/t/ttf-arphic-uming/ttf-arphic-uming_${pkgver}.orig.tar.gz;)
+sha1sums=('d6b11cc84142364c66d17a0f02fdffbc1b98cedf')
+
+install=install
+
+build() {
+   cd ${srcdir}
+   install -Dm644 uming.ttc ${pkgdir}/usr/share/fonts/TTF/uming.ttc
+   install -Dm644 license/english/ARPHICPL.TXT 
${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Copied: ttf-arphic-uming/repos/extra-any/install (from rev 149180, 
ttf-arphic-uming/trunk/install)
===
--- install (rev 0)
+++ install 2012-02-06 07:08:09 UTC (rev 149181)
@@ -0,0 +1,15 @@
+post_install() {
+   echo -n Updating font cache... 
+   fc-cache -f  /dev/null
+   mkfontscale /usr/share/fonts/TTF
+   mkfontdir /usr/share/fonts/TTF
+   echo done.
+}
+
+post_upgrade() {
+   post_install $1
+}
+
+post_remove() {
+   post_install $1
+}

Deleted: ttf.install
===
--- ttf.install 2012-02-06 07:07:47 UTC (rev 149180)
+++ ttf.install 2012-02-06 07:08:09 UTC (rev 149181)
@@ -1,15 +0,0 @@
-post_install() {
-  echo -n Updating font cache... 
-  fc-cache -f  /dev/null
-  mkfontscale /usr/share/fonts/TTF
-  mkfontdir /usr/share/fonts/TTF
-  echo done.
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}



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

2012-02-05 Thread Gaetan Bisson
Date: Monday, February 6, 2012 @ 02:35:13
  Author: bisson
Revision: 149186

signed rebuild for free

Modified:
  ttf-baekmuk/trunk/PKGBUILD

--+
 PKGBUILD |   15 ++-
 1 file changed, 10 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-06 07:30:33 UTC (rev 149185)
+++ PKGBUILD2012-02-06 07:35:13 UTC (rev 149186)
@@ -1,3 +1,4 @@
+# $Id$
 # Maintainer: Gaetan Bisson bis...@archlinux.org
 # Contributor: Darwin M. Bautista djclue...@gmail.com
 
@@ -3,18 +4,22 @@
 pkgname=ttf-baekmuk
 pkgver=2.2
-pkgrel=6
-pkgdesc='Korean TrueType fonts'
+pkgrel=7
+pkgdesc='Korean fonts'
+url='http://kldp.net/projects/baekmuk/'
+license=('custom:BSD')
 arch=('any')
-url='http://kldp.net/projects/baekmuk/'
-license=('BSD')
 depends=('fontconfig' 'xorg-fonts-encodings')
 source=(http://kldp.net/frs/download.php/1429/baekmuk-ttf-${pkgver}.tar.gz;)
 sha1sums=('afdee34f77de6ea87b43c92a88b7385ba65b')
 
+# Moronic server
+DLAGENTS=('http::/usr/bin/curl -A rofl -fLC - --retry 3 --retry-delay 3 -o %o 
%u')
+
 install=install
 
 build() {
cd ${srcdir}/baekmuk-ttf-${pkgver}/ttf
-   for i in *.ttf; do install -Dm644 $i 
${pkgdir}/usr/share/fonts/TTF/$i; done
+   install -d ${pkgdir}/usr/share/fonts/TTF
+   install -m644 *.ttf ${pkgdir}/usr/share/fonts/TTF
install -Dm644 ../COPYRIGHT 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }



[arch-commits] Commit in ttf-baekmuk/repos/extra-any (4 files)

2012-02-05 Thread Gaetan Bisson
Date: Monday, February 6, 2012 @ 02:35:37
  Author: bisson
Revision: 149187

archrelease: copy trunk to extra-any

Added:
  ttf-baekmuk/repos/extra-any/PKGBUILD
(from rev 149186, ttf-baekmuk/trunk/PKGBUILD)
  ttf-baekmuk/repos/extra-any/install
(from rev 149186, ttf-baekmuk/trunk/install)
Deleted:
  ttf-baekmuk/repos/extra-any/PKGBUILD
  ttf-baekmuk/repos/extra-any/install

--+
 PKGBUILD |   47 ++-
 install  |   26 +-
 2 files changed, 39 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-06 07:35:13 UTC (rev 149186)
+++ PKGBUILD2012-02-06 07:35:37 UTC (rev 149187)
@@ -1,21 +0,0 @@
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Darwin M. Bautista djclue...@gmail.com
-
-pkgname=ttf-baekmuk
-pkgver=2.2
-pkgrel=6
-pkgdesc='Korean TrueType fonts'
-arch=('any')
-url='http://kldp.net/projects/baekmuk/'
-license=('BSD')
-depends=('fontconfig' 'xorg-fonts-encodings')
-source=(http://kldp.net/frs/download.php/1429/baekmuk-ttf-${pkgver}.tar.gz;)
-sha1sums=('afdee34f77de6ea87b43c92a88b7385ba65b')
-
-install=install
-
-build() {
-   cd ${srcdir}/baekmuk-ttf-${pkgver}/ttf
-   for i in *.ttf; do install -Dm644 $i 
${pkgdir}/usr/share/fonts/TTF/$i; done
-   install -Dm644 ../COPYRIGHT 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: ttf-baekmuk/repos/extra-any/PKGBUILD (from rev 149186, 
ttf-baekmuk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-06 07:35:37 UTC (rev 149187)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Darwin M. Bautista djclue...@gmail.com
+
+pkgname=ttf-baekmuk
+pkgver=2.2
+pkgrel=7
+pkgdesc='Korean fonts'
+url='http://kldp.net/projects/baekmuk/'
+license=('custom:BSD')
+arch=('any')
+depends=('fontconfig' 'xorg-fonts-encodings')
+source=(http://kldp.net/frs/download.php/1429/baekmuk-ttf-${pkgver}.tar.gz;)
+sha1sums=('afdee34f77de6ea87b43c92a88b7385ba65b')
+
+# Moronic server
+DLAGENTS=('http::/usr/bin/curl -A rofl -fLC - --retry 3 --retry-delay 3 -o %o 
%u')
+
+install=install
+
+build() {
+   cd ${srcdir}/baekmuk-ttf-${pkgver}/ttf
+   install -d ${pkgdir}/usr/share/fonts/TTF
+   install -m644 *.ttf ${pkgdir}/usr/share/fonts/TTF
+   install -Dm644 ../COPYRIGHT 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: install
===
--- install 2012-02-06 07:35:13 UTC (rev 149186)
+++ install 2012-02-06 07:35:37 UTC (rev 149187)
@@ -1,13 +0,0 @@
-post_install() {
-   post_upgrade
-}
-
-post_upgrade() {
-   fc-cache -fs
-   mkfontscale usr/share/fonts/TTF
-   mkfontdir usr/share/fonts/TTF
-}
-
-post_remove() {
-   post_upgrade
-}

Copied: ttf-baekmuk/repos/extra-any/install (from rev 149186, 
ttf-baekmuk/trunk/install)
===
--- install (rev 0)
+++ install 2012-02-06 07:35:37 UTC (rev 149187)
@@ -0,0 +1,13 @@
+post_install() {
+   post_upgrade
+}
+
+post_upgrade() {
+   fc-cache -fs
+   mkfontscale usr/share/fonts/TTF
+   mkfontdir usr/share/fonts/TTF
+}
+
+post_remove() {
+   post_upgrade
+}



[arch-commits] Commit in ttf-freefont/trunk (PKGBUILD install ttf-freefont.install)

2012-02-05 Thread Gaetan Bisson
Date: Monday, February 6, 2012 @ 02:48:52
  Author: bisson
Revision: 149188

signed rebuild for free

Added:
  ttf-freefont/trunk/install
(from rev 149179, ttf-freefont/trunk/ttf-freefont.install)
Modified:
  ttf-freefont/trunk/PKGBUILD
Deleted:
  ttf-freefont/trunk/ttf-freefont.install

--+
 PKGBUILD |   22 --
 install  |   16 
 ttf-freefont.install |   16 
 3 files changed, 28 insertions(+), 26 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-06 07:35:37 UTC (rev 149187)
+++ PKGBUILD2012-02-06 07:48:52 UTC (rev 149188)
@@ -1,21 +1,23 @@
 # $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
 # Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname=ttf-freefont
 pkgver=20100919
-pkgrel=1
-pkgdesc=A set of free high-quality TrueType fonts covering the UCS character 
set
+pkgrel=2
+pkgdesc='Set of free outline fonts covering the Unicode character set'
+url='http://www.nongnu.org/freefont/'
+license=('GPL')
 arch=('any')
-url=http://www.nongnu.org/freefont/;
-license=('GPL')
 depends=('fontconfig' 'xorg-font-utils')
-install=ttf-freefont.install
-source=(http://ftp.gnu.org/gnu/freefont/freefont-ttf-$pkgver.tar.gz;)
+source=(http://ftp.gnu.org/gnu/freefont/freefont-ttf-${pkgver}.tar.gz;)
 sha1sums=('feb1c3349529bbb769cfe55bc901baa917507407')
 
+install=install
+
 build() {
-  cd ${srcdir}/freefont-${pkgver}
-  install -d $pkgdir/usr/share/fonts/TTF
-  install -m644 *.ttf $pkgdir/usr/share/fonts/TTF/
+   cd ${srcdir}/freefont-${pkgver}
+   install -d ${pkgdir}/usr/share/fonts/TTF
+   install -m644 *.ttf ${pkgdir}/usr/share/fonts/TTF/
 }

Copied: ttf-freefont/trunk/install (from rev 149179, 
ttf-freefont/trunk/ttf-freefont.install)
===
--- install (rev 0)
+++ install 2012-02-06 07:48:52 UTC (rev 149188)
@@ -0,0 +1,16 @@
+post_install() {
+   echo -n Updating font cache... 
+   fc-cache -f  /dev/null
+   mkfontscale /usr/share/fonts/TTF
+   mkfontdir /usr/share/fonts/TTF
+   echo done.
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}
+

Deleted: ttf-freefont.install
===
--- ttf-freefont.install2012-02-06 07:35:37 UTC (rev 149187)
+++ ttf-freefont.install2012-02-06 07:48:52 UTC (rev 149188)
@@ -1,16 +0,0 @@
-post_install() {
-  echo -n Updating font cache... 
-  fc-cache -f  /dev/null
-  mkfontscale /usr/share/fonts/TTF
-  mkfontdir /usr/share/fonts/TTF
-  echo done.
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-



[arch-commits] Commit in ttf-freefont/repos/extra-any (4 files)

2012-02-05 Thread Gaetan Bisson
Date: Monday, February 6, 2012 @ 02:49:05
  Author: bisson
Revision: 149189

archrelease: copy trunk to extra-any

Added:
  ttf-freefont/repos/extra-any/PKGBUILD
(from rev 149188, ttf-freefont/trunk/PKGBUILD)
  ttf-freefont/repos/extra-any/install
(from rev 149188, ttf-freefont/trunk/install)
Deleted:
  ttf-freefont/repos/extra-any/PKGBUILD
  ttf-freefont/repos/extra-any/ttf-freefont.install

--+
 PKGBUILD |   44 +++-
 install  |   16 
 ttf-freefont.install |   16 
 3 files changed, 39 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-06 07:48:52 UTC (rev 149188)
+++ PKGBUILD2012-02-06 07:49:05 UTC (rev 149189)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=ttf-freefont
-pkgver=20100919
-pkgrel=1
-pkgdesc=A set of free high-quality TrueType fonts covering the UCS character 
set
-arch=('any')
-url=http://www.nongnu.org/freefont/;
-license=('GPL')
-depends=('fontconfig' 'xorg-font-utils')
-install=ttf-freefont.install
-source=(http://ftp.gnu.org/gnu/freefont/freefont-ttf-$pkgver.tar.gz;)
-sha1sums=('feb1c3349529bbb769cfe55bc901baa917507407')
-
-build() {
-  cd ${srcdir}/freefont-${pkgver}
-  install -d $pkgdir/usr/share/fonts/TTF
-  install -m644 *.ttf $pkgdir/usr/share/fonts/TTF/
-}

Copied: ttf-freefont/repos/extra-any/PKGBUILD (from rev 149188, 
ttf-freefont/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-06 07:49:05 UTC (rev 149189)
@@ -0,0 +1,23 @@
+# $Id$
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=ttf-freefont
+pkgver=20100919
+pkgrel=2
+pkgdesc='Set of free outline fonts covering the Unicode character set'
+url='http://www.nongnu.org/freefont/'
+license=('GPL')
+arch=('any')
+depends=('fontconfig' 'xorg-font-utils')
+source=(http://ftp.gnu.org/gnu/freefont/freefont-ttf-${pkgver}.tar.gz;)
+sha1sums=('feb1c3349529bbb769cfe55bc901baa917507407')
+
+install=install
+
+build() {
+   cd ${srcdir}/freefont-${pkgver}
+   install -d ${pkgdir}/usr/share/fonts/TTF
+   install -m644 *.ttf ${pkgdir}/usr/share/fonts/TTF/
+}

Copied: ttf-freefont/repos/extra-any/install (from rev 149188, 
ttf-freefont/trunk/install)
===
--- install (rev 0)
+++ install 2012-02-06 07:49:05 UTC (rev 149189)
@@ -0,0 +1,16 @@
+post_install() {
+   echo -n Updating font cache... 
+   fc-cache -f  /dev/null
+   mkfontscale /usr/share/fonts/TTF
+   mkfontdir /usr/share/fonts/TTF
+   echo done.
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}
+

Deleted: ttf-freefont.install
===
--- ttf-freefont.install2012-02-06 07:48:52 UTC (rev 149188)
+++ ttf-freefont.install2012-02-06 07:49:05 UTC (rev 149189)
@@ -1,16 +0,0 @@
-post_install() {
-  echo -n Updating font cache... 
-  fc-cache -f  /dev/null
-  mkfontscale /usr/share/fonts/TTF
-  mkfontdir /usr/share/fonts/TTF
-  echo done.
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-



[arch-commits] Commit in ttf-freebanglafont/trunk (PKGBUILD install ttf.install)

2012-02-05 Thread Gaetan Bisson
Date: Monday, February 6, 2012 @ 02:55:05
  Author: bisson
Revision: 149190

use Ekushey as upstream rather than homemade tarball; fonts are essentially 
identical

Added:
  ttf-freebanglafont/trunk/install
(from rev 149179, ttf-freebanglafont/trunk/ttf.install)
Modified:
  ttf-freebanglafont/trunk/PKGBUILD
Deleted:
  ttf-freebanglafont/trunk/ttf.install

-+
 PKGBUILD|   56 +++-
 install |   15 +++
 ttf.install |   15 ---
 3 files changed, 58 insertions(+), 28 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-06 07:49:05 UTC (rev 149189)
+++ PKGBUILD2012-02-06 07:55:05 UTC (rev 149190)
@@ -1,22 +1,52 @@
 # $Id$
 # Contributor: Damir Perisa damir.per...@bluewin.ch
-# Maintainer: Firmicus francois.archlinux.org 
+# Contributor: Firmicus francois.archlinux.org 
+# Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname=ttf-freebanglafont
-pkgver=0.5
-pkgrel=7
-pkgdesc=TTFonts for Bangla (Bengali)
+pkgver=20120206
+pkgrel=1
+pkgdesc='Bengali fonts'
+url='http://sourceforge.net/projects/ekushey/'
+license=('GPL')
 arch=('any')
-url=http://www.nongnu.org/freebangfont/;
-license=('GPL2')
 depends=('xorg-fonts-encodings' 'xorg-font-utils' 'fontconfig')
-makedepends=('unzip')
-install=ttf.install
-source=(ftp://ftp.archlinux.org/other/ttf-freebanglafont/all_bangla_fonts.zip)
-md5sums=('8bc4064da62a3ea9e26d12e0301032d5')
+source=(http://downloads.sourceforge.net/project/ekushey/Ekushey%20OpenType%20Bangla%20Fonts/Ekushey%20Azad/Azad_27-02-2006.ttf;
+
http://downloads.sourceforge.net/project/ekushey/Ekushey%20OpenType%20Bangla%20Fonts/Ekushey%20Durga/Durga_03-09-2005.ttf;
+
http://downloads.sourceforge.net/project/ekushey/Ekushey%20OpenType%20Bangla%20Fonts/Ekushey%20Godhuli/Godhuli_03-09-2005.ttf;
+
http://downloads.sourceforge.net/project/ekushey/Ekushey%20OpenType%20Bangla%20Fonts/Ekushey%20Lohit/Lohit_14-04-2007.ttf;
+
http://downloads.sourceforge.net/project/ekushey/Ekushey%20OpenType%20Bangla%20Fonts/Ekushey%20Mohua/Mohua_07-09-05.ttf;
+
http://downloads.sourceforge.net/project/ekushey/Ekushey%20OpenType%20Bangla%20Fonts/Ekushey%20Puja/Puja-17-06-2006.ttf;
+
http://downloads.sourceforge.net/project/ekushey/Ekushey%20OpenType%20Bangla%20Fonts/Ekushey%20Punarbhaba/Punarbhaba_27-02-2006.ttf;
+
http://downloads.sourceforge.net/project/ekushey/Ekushey%20OpenType%20Bangla%20Fonts/Ekushey%20Saraswatii/Saraswatii_03-09-2005.ttf;
+
http://downloads.sourceforge.net/project/ekushey/Ekushey%20OpenType%20Bangla%20Fonts/Ekushey%20Sharifa/Sharifa_03-09-2005.ttf;
+
http://downloads.sourceforge.net/project/ekushey/Ekushey%20OpenType%20Bangla%20Fonts/Ekushey%20Sumit/Sumit_03-09-2005.ttf;
+
http://downloads.sourceforge.net/project/ekushey/Ekushey%20OpenType%20Bangla%20Fonts/Other%20Fonts/LikhanNormal_11-08-2005.ttf;
+
http://downloads.sourceforge.net/project/ekushey/Ekushey%20OpenType%20Bangla%20Fonts/Other%20Fonts/Mukti_17-03-2007.ttf;
+
http://downloads.sourceforge.net/project/ekushey/Ekushey%20OpenType%20Bangla%20Fonts/Other%20Fonts/Sagar_11-08-2005_GPL.ttf;
+
http://downloads.sourceforge.net/project/ekushey/Ekushey%20OpenType%20Bangla%20Fonts/Rupali/Rupali_01-02-2007.ttf;
+
http://downloads.sourceforge.net/project/ekushey/Ekushey%20OpenType%20Bangla%20Fonts/SolaimanLipi/SolaimanLipi_20-04-07.ttf;)
+sha1sums=('6ba6c90f3e27265275775ae6bca14e77e72b3f7e'
+  '99284f3a7bdc123d4cf83d19ee3724da55cc6c7a'
+  'f8156b328678b551c9da3d146a0ec2f32caf1dd2'
+  'bab747cb3d74c1c7860f5c6692f9c11a0087e870'
+  '7af5d738b0c7d6493cbcae58b417d6d35d2621aa'
+  'da74e108083bb22f02a0f32ed7bae8d12be0ca79'
+  '24a8193d72528083bd4e4c97a8726b8c5ccb1c0a'
+  'cc51d70d1cb5b0ce9385663b11a4d27746e9061d'
+  'f80b57e9857bdfadf1b819bfd2ada146cbd6429f'
+  '733206bc06ae76c29ca14d9895052c9f59086cb4'
+  '3a8f46b3db493ed8d21892d86783799ccf843174'
+  'd6d94359dbe83a25544ce95edb39dd7bfcbfa795'
+  '93e8d038a0c95e675b9be9a39912fe7ea9594d19'
+  'c355d10cdafc0ff2b7c720b4c61123face085e6b'
+  '8edbef09a8b1627af460c2a7210b7267412566cc')
 
+install=install
+
 build() {
-  cd ${srcdir}
-  install -d ${pkgdir}/usr/share/fonts/TTF
-  install *.ttf ${pkgdir}/usr/share/fonts/TTF
+   cd ${srcdir}
+   for i in *.ttf; do
+   install -Dm644 ${i} 
${pkgdir}/usr/share/fonts/TTF/${i%%[_-]*}.ttf
+   done
 }

Copied: ttf-freebanglafont/trunk/install (from rev 149179, 
ttf-freebanglafont/trunk/ttf.install)
===
--- install (rev 0)
+++ install 2012-02-06 07:55:05 UTC (rev 149190)
@@ -0,0 +1,15 @@
+post_install() {
+   echo -n Updating font cache... 
+   fc-cache -f

[arch-commits] Commit in ttf-freebanglafont/repos (3 files)

2012-02-05 Thread Gaetan Bisson
Date: Monday, February 6, 2012 @ 02:55:16
  Author: bisson
Revision: 149191

archrelease: copy trunk to testing-any

Added:
  ttf-freebanglafont/repos/testing-any/
  ttf-freebanglafont/repos/testing-any/PKGBUILD
(from rev 149190, ttf-freebanglafont/trunk/PKGBUILD)
  ttf-freebanglafont/repos/testing-any/install
(from rev 149190, ttf-freebanglafont/trunk/install)

--+
 PKGBUILD |   52 
 install  |   15 +++
 2 files changed, 67 insertions(+)

Copied: ttf-freebanglafont/repos/testing-any/PKGBUILD (from rev 149190, 
ttf-freebanglafont/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-02-06 07:55:16 UTC (rev 149191)
@@ -0,0 +1,52 @@
+# $Id$
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Firmicus francois.archlinux.org 
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=ttf-freebanglafont
+pkgver=20120206
+pkgrel=1
+pkgdesc='Bengali fonts'
+url='http://sourceforge.net/projects/ekushey/'
+license=('GPL')
+arch=('any')
+depends=('xorg-fonts-encodings' 'xorg-font-utils' 'fontconfig')
+source=(http://downloads.sourceforge.net/project/ekushey/Ekushey%20OpenType%20Bangla%20Fonts/Ekushey%20Azad/Azad_27-02-2006.ttf;
+
http://downloads.sourceforge.net/project/ekushey/Ekushey%20OpenType%20Bangla%20Fonts/Ekushey%20Durga/Durga_03-09-2005.ttf;
+
http://downloads.sourceforge.net/project/ekushey/Ekushey%20OpenType%20Bangla%20Fonts/Ekushey%20Godhuli/Godhuli_03-09-2005.ttf;
+
http://downloads.sourceforge.net/project/ekushey/Ekushey%20OpenType%20Bangla%20Fonts/Ekushey%20Lohit/Lohit_14-04-2007.ttf;
+
http://downloads.sourceforge.net/project/ekushey/Ekushey%20OpenType%20Bangla%20Fonts/Ekushey%20Mohua/Mohua_07-09-05.ttf;
+
http://downloads.sourceforge.net/project/ekushey/Ekushey%20OpenType%20Bangla%20Fonts/Ekushey%20Puja/Puja-17-06-2006.ttf;
+
http://downloads.sourceforge.net/project/ekushey/Ekushey%20OpenType%20Bangla%20Fonts/Ekushey%20Punarbhaba/Punarbhaba_27-02-2006.ttf;
+
http://downloads.sourceforge.net/project/ekushey/Ekushey%20OpenType%20Bangla%20Fonts/Ekushey%20Saraswatii/Saraswatii_03-09-2005.ttf;
+
http://downloads.sourceforge.net/project/ekushey/Ekushey%20OpenType%20Bangla%20Fonts/Ekushey%20Sharifa/Sharifa_03-09-2005.ttf;
+
http://downloads.sourceforge.net/project/ekushey/Ekushey%20OpenType%20Bangla%20Fonts/Ekushey%20Sumit/Sumit_03-09-2005.ttf;
+
http://downloads.sourceforge.net/project/ekushey/Ekushey%20OpenType%20Bangla%20Fonts/Other%20Fonts/LikhanNormal_11-08-2005.ttf;
+
http://downloads.sourceforge.net/project/ekushey/Ekushey%20OpenType%20Bangla%20Fonts/Other%20Fonts/Mukti_17-03-2007.ttf;
+
http://downloads.sourceforge.net/project/ekushey/Ekushey%20OpenType%20Bangla%20Fonts/Other%20Fonts/Sagar_11-08-2005_GPL.ttf;
+
http://downloads.sourceforge.net/project/ekushey/Ekushey%20OpenType%20Bangla%20Fonts/Rupali/Rupali_01-02-2007.ttf;
+
http://downloads.sourceforge.net/project/ekushey/Ekushey%20OpenType%20Bangla%20Fonts/SolaimanLipi/SolaimanLipi_20-04-07.ttf;)
+sha1sums=('6ba6c90f3e27265275775ae6bca14e77e72b3f7e'
+  '99284f3a7bdc123d4cf83d19ee3724da55cc6c7a'
+  'f8156b328678b551c9da3d146a0ec2f32caf1dd2'
+  'bab747cb3d74c1c7860f5c6692f9c11a0087e870'
+  '7af5d738b0c7d6493cbcae58b417d6d35d2621aa'
+  'da74e108083bb22f02a0f32ed7bae8d12be0ca79'
+  '24a8193d72528083bd4e4c97a8726b8c5ccb1c0a'
+  'cc51d70d1cb5b0ce9385663b11a4d27746e9061d'
+  'f80b57e9857bdfadf1b819bfd2ada146cbd6429f'
+  '733206bc06ae76c29ca14d9895052c9f59086cb4'
+  '3a8f46b3db493ed8d21892d86783799ccf843174'
+  'd6d94359dbe83a25544ce95edb39dd7bfcbfa795'
+  '93e8d038a0c95e675b9be9a39912fe7ea9594d19'
+  'c355d10cdafc0ff2b7c720b4c61123face085e6b'
+  '8edbef09a8b1627af460c2a7210b7267412566cc')
+
+install=install
+
+build() {
+   cd ${srcdir}
+   for i in *.ttf; do
+   install -Dm644 ${i} 
${pkgdir}/usr/share/fonts/TTF/${i%%[_-]*}.ttf
+   done
+}

Copied: ttf-freebanglafont/repos/testing-any/install (from rev 149190, 
ttf-freebanglafont/trunk/install)
===
--- testing-any/install (rev 0)
+++ testing-any/install 2012-02-06 07:55:16 UTC (rev 149191)
@@ -0,0 +1,15 @@
+post_install() {
+   echo -n Updating font cache... 
+   fc-cache -f  /dev/null
+   mkfontscale usr/share/fonts/TTF
+   mkfontdir usr/share/fonts/TTF
+   echo done.
+}
+
+post_upgrade() {
+   post_install $1
+}
+
+post_remove() {
+   post_install $1
+}



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

2012-02-06 Thread Gaetan Bisson
Date: Monday, February 6, 2012 @ 03:01:43
  Author: bisson
Revision: 149192

signed rebuild for free

Modified:
  ttf-hannom/trunk/PKGBUILD (contents, properties)

--+
 PKGBUILD |   18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-06 07:55:16 UTC (rev 149191)
+++ PKGBUILD2012-02-06 08:01:43 UTC (rev 149192)
@@ -1,15 +1,16 @@
+# $Id$
+# Contributor: Willey Chen chwil...@gmail.com
 # Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Willey Chen chwil...@gmail.com
 
 pkgname=ttf-hannom
 pkgver=2005
-pkgrel=1
+pkgrel=2
 pkgdesc='Chinese and Vietnamese TrueType fonts'
-arch=('any')
 url='http://vietunicode.sourceforge.net/fonts/fonts_hannom.html'
 license=('custom:non-profit')
+arch=('any')
 depends=('fontconfig' 'xorg-fonts-encodings')
-source=(http://downloads.sourceforge.net/project/vietunicode/hannom/hannom%20v$pkgver/hannomH.zip;
+source=(http://downloads.sourceforge.net/project/vietunicode/hannom/hannom%20v${pkgver}/hannomH.zip;
 'README')
 sha1sums=('1a207b5ade4984521fa476f50c979a4674f48079'
   '13e207063602d498a1b6949505bb3ef3d47f6f03')
@@ -17,9 +18,8 @@
 install=install
 
 build() {
-   cd $srcdir
-   install -d ${pkgdir}/usr/share/{fonts/TTF,licenses/${pkgname}}
-
-   install *.ttf ${pkgdir}/usr/share/fonts/TTF/
-   install README ${pkgdir}/usr/share/licenses/${pkgname}/
+   cd ${srcdir}
+   install -d ${pkgdir}/usr/share/fonts/TTF
+   install -m644 *.ttf ${pkgdir}/usr/share/fonts/TTF
+   install -Dm644 README ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
 }


Property changes on: ttf-hannom/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id


[arch-commits] Commit in ttf-hannom/repos/extra-any (6 files)

2012-02-06 Thread Gaetan Bisson
Date: Monday, February 6, 2012 @ 03:01:59
  Author: bisson
Revision: 149193

archrelease: copy trunk to extra-any

Added:
  ttf-hannom/repos/extra-any/PKGBUILD
(from rev 149192, ttf-hannom/trunk/PKGBUILD)
  ttf-hannom/repos/extra-any/README
(from rev 149192, ttf-hannom/trunk/README)
  ttf-hannom/repos/extra-any/install
(from rev 149192, ttf-hannom/trunk/install)
Deleted:
  ttf-hannom/repos/extra-any/PKGBUILD
  ttf-hannom/repos/extra-any/README
  ttf-hannom/repos/extra-any/install

--+
 PKGBUILD |   50 +-
 README   |   14 +++---
 install  |   26 +-
 3 files changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-06 08:01:43 UTC (rev 149192)
+++ PKGBUILD2012-02-06 08:01:59 UTC (rev 149193)
@@ -1,25 +0,0 @@
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Willey Chen chwil...@gmail.com
-
-pkgname=ttf-hannom
-pkgver=2005
-pkgrel=1
-pkgdesc='Chinese and Vietnamese TrueType fonts'
-arch=('any')
-url='http://vietunicode.sourceforge.net/fonts/fonts_hannom.html'
-license=('custom:non-profit')
-depends=('fontconfig' 'xorg-fonts-encodings')
-source=(http://downloads.sourceforge.net/project/vietunicode/hannom/hannom%20v$pkgver/hannomH.zip;
-'README')
-sha1sums=('1a207b5ade4984521fa476f50c979a4674f48079'
-  '13e207063602d498a1b6949505bb3ef3d47f6f03')
-
-install=install
-
-build() {
-   cd $srcdir
-   install -d ${pkgdir}/usr/share/{fonts/TTF,licenses/${pkgname}}
-
-   install *.ttf ${pkgdir}/usr/share/fonts/TTF/
-   install README ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: ttf-hannom/repos/extra-any/PKGBUILD (from rev 149192, 
ttf-hannom/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-06 08:01:59 UTC (rev 149193)
@@ -0,0 +1,25 @@
+# $Id$
+# Contributor: Willey Chen chwil...@gmail.com
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=ttf-hannom
+pkgver=2005
+pkgrel=2
+pkgdesc='Chinese and Vietnamese TrueType fonts'
+url='http://vietunicode.sourceforge.net/fonts/fonts_hannom.html'
+license=('custom:non-profit')
+arch=('any')
+depends=('fontconfig' 'xorg-fonts-encodings')
+source=(http://downloads.sourceforge.net/project/vietunicode/hannom/hannom%20v${pkgver}/hannomH.zip;
+'README')
+sha1sums=('1a207b5ade4984521fa476f50c979a4674f48079'
+  '13e207063602d498a1b6949505bb3ef3d47f6f03')
+
+install=install
+
+build() {
+   cd ${srcdir}
+   install -d ${pkgdir}/usr/share/fonts/TTF
+   install -m644 *.ttf ${pkgdir}/usr/share/fonts/TTF
+   install -Dm644 README ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: README
===
--- README  2012-02-06 08:01:43 UTC (rev 149192)
+++ README  2012-02-06 08:01:59 UTC (rev 149193)
@@ -1,7 +0,0 @@
-Complete licensing information is embedded in the TTF files; most importantly:
-
-   Chỉ được dùng riêng, tuyệt đối không được dùng để kinh doanh  vụ lợi
-
-Loose translation:
-
-   For non-commercial, non-profit, personal use only.

Copied: ttf-hannom/repos/extra-any/README (from rev 149192, 
ttf-hannom/trunk/README)
===
--- README  (rev 0)
+++ README  2012-02-06 08:01:59 UTC (rev 149193)
@@ -0,0 +1,7 @@
+Complete licensing information is embedded in the TTF files; most importantly:
+
+   Chỉ được dùng riêng, tuyệt đối không được dùng để kinh doanh  vụ lợi
+
+Loose translation:
+
+   For non-commercial, non-profit, personal use only.

Deleted: install
===
--- install 2012-02-06 08:01:43 UTC (rev 149192)
+++ install 2012-02-06 08:01:59 UTC (rev 149193)
@@ -1,13 +0,0 @@
-post_install() {
-   post_upgrade
-}
-
-post_upgrade() {
-   fc-cache -fs
-   mkfontscale usr/share/fonts/TTF
-   mkfontdir usr/share/fonts/TTF
-}
-
-post_remove() {
-   post_upgrade
-}

Copied: ttf-hannom/repos/extra-any/install (from rev 149192, 
ttf-hannom/trunk/install)
===
--- install (rev 0)
+++ install 2012-02-06 08:01:59 UTC (rev 149193)
@@ -0,0 +1,13 @@
+post_install() {
+   post_upgrade
+}
+
+post_upgrade() {
+   fc-cache -fs
+   mkfontscale usr/share/fonts/TTF
+   mkfontdir usr/share/fonts/TTF
+}
+
+post_remove() {
+   post_upgrade
+}



[arch-commits] Commit in ttf-indic-otf/trunk (PKGBUILD install ttf.install)

2012-02-06 Thread Gaetan Bisson
Date: Monday, February 6, 2012 @ 03:02:39
  Author: bisson
Revision: 149194

signed rebuild for free

Added:
  ttf-indic-otf/trunk/install
(from rev 149179, ttf-indic-otf/trunk/ttf.install)
Modified:
  ttf-indic-otf/trunk/PKGBUILD
Deleted:
  ttf-indic-otf/trunk/ttf.install

-+
 PKGBUILD|   24 +---
 install |   15 +++
 ttf.install |   15 ---
 3 files changed, 28 insertions(+), 26 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-06 08:01:59 UTC (rev 149193)
+++ PKGBUILD2012-02-06 08:02:39 UTC (rev 149194)
@@ -1,21 +1,23 @@
 # $Id$
 # Contributor: Damir Perisa damir.per...@bluewin.ch
-# Maintainer: Firmicus francois.archlinux.org 
+# Contributor: Firmicus francois.archlinux.org 
+# Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname=ttf-indic-otf
 pkgver=0.2
-pkgrel=5
-pkgdesc=Indic Opentype Fonts collection
+pkgrel=6
+pkgdesc='Indic Opentype Fonts collection'
+url='http://www.indlinux.org/wiki/index.php/Downloads'
+license=('GPL')
 arch=('any')
-url=http://www.indlinux.org/wiki/index.php/Downloads;
-license=('GPL')
 depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 
'fontconfig')
-install=ttf.install
-source=(http://www.indlinux.org/downloads/files/indic-otf-0.2.tar.gz)
-md5sums=('d50bb65a39d78608be3560f38f003d21')
+source=(http://www.indlinux.org/downloads/files/indic-otf-${pkgver}.tar.gz;)
+sha1sums=('0f7ae06343a6cc757c20f5eb5b637654146e60a1')
 
+install=install
+
 build() {
-  cd ${srcdir}/indic/OpenType
-  install -d ${pkgdir}/usr/share/fonts/TTF
-  install -m644 *.ttf ${pkgdir}/usr/share/fonts/TTF/
+   cd ${srcdir}/indic/OpenType
+   install -d ${pkgdir}/usr/share/fonts/TTF
+   install -m644 *.ttf ${pkgdir}/usr/share/fonts/TTF
 }

Copied: ttf-indic-otf/trunk/install (from rev 149179, 
ttf-indic-otf/trunk/ttf.install)
===
--- install (rev 0)
+++ install 2012-02-06 08:02:39 UTC (rev 149194)
@@ -0,0 +1,15 @@
+post_install() {
+   echo -n Updating font cache... 
+   fc-cache -f  /dev/null
+   mkfontscale usr/share/fonts/TTF
+   mkfontdir usr/share/fonts/TTF
+   echo done.
+}
+
+post_upgrade() {
+   post_install $1
+}
+
+post_remove() {
+   post_install $1
+}

Deleted: ttf.install
===
--- ttf.install 2012-02-06 08:01:59 UTC (rev 149193)
+++ ttf.install 2012-02-06 08:02:39 UTC (rev 149194)
@@ -1,15 +0,0 @@
-post_install() {
-  echo -n Updating font cache... 
-  fc-cache -f  /dev/null
-  mkfontscale usr/share/fonts/TTF
-  mkfontdir usr/share/fonts/TTF
-  echo done.
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}



[arch-commits] Commit in ttf-indic-otf/repos/extra-any (4 files)

2012-02-06 Thread Gaetan Bisson
Date: Monday, February 6, 2012 @ 03:02:51
  Author: bisson
Revision: 149195

archrelease: copy trunk to extra-any

Added:
  ttf-indic-otf/repos/extra-any/PKGBUILD
(from rev 149194, ttf-indic-otf/trunk/PKGBUILD)
  ttf-indic-otf/repos/extra-any/install
(from rev 149194, ttf-indic-otf/trunk/install)
Deleted:
  ttf-indic-otf/repos/extra-any/PKGBUILD
  ttf-indic-otf/repos/extra-any/ttf.install

-+
 PKGBUILD|   44 +++-
 install |   15 +++
 ttf.install |   15 ---
 3 files changed, 38 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-06 08:02:39 UTC (rev 149194)
+++ PKGBUILD2012-02-06 08:02:51 UTC (rev 149195)
@@ -1,21 +0,0 @@
-# $Id$
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Maintainer: Firmicus francois.archlinux.org 
-
-pkgname=ttf-indic-otf
-pkgver=0.2
-pkgrel=5
-pkgdesc=Indic Opentype Fonts collection
-arch=('any')
-url=http://www.indlinux.org/wiki/index.php/Downloads;
-license=('GPL')
-depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 
'fontconfig')
-install=ttf.install
-source=(http://www.indlinux.org/downloads/files/indic-otf-0.2.tar.gz)
-md5sums=('d50bb65a39d78608be3560f38f003d21')
-
-build() {
-  cd ${srcdir}/indic/OpenType
-  install -d ${pkgdir}/usr/share/fonts/TTF
-  install -m644 *.ttf ${pkgdir}/usr/share/fonts/TTF/
-}

Copied: ttf-indic-otf/repos/extra-any/PKGBUILD (from rev 149194, 
ttf-indic-otf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-06 08:02:51 UTC (rev 149195)
@@ -0,0 +1,23 @@
+# $Id$
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Firmicus francois.archlinux.org 
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=ttf-indic-otf
+pkgver=0.2
+pkgrel=6
+pkgdesc='Indic Opentype Fonts collection'
+url='http://www.indlinux.org/wiki/index.php/Downloads'
+license=('GPL')
+arch=('any')
+depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 
'fontconfig')
+source=(http://www.indlinux.org/downloads/files/indic-otf-${pkgver}.tar.gz;)
+sha1sums=('0f7ae06343a6cc757c20f5eb5b637654146e60a1')
+
+install=install
+
+build() {
+   cd ${srcdir}/indic/OpenType
+   install -d ${pkgdir}/usr/share/fonts/TTF
+   install -m644 *.ttf ${pkgdir}/usr/share/fonts/TTF
+}

Copied: ttf-indic-otf/repos/extra-any/install (from rev 149194, 
ttf-indic-otf/trunk/install)
===
--- install (rev 0)
+++ install 2012-02-06 08:02:51 UTC (rev 149195)
@@ -0,0 +1,15 @@
+post_install() {
+   echo -n Updating font cache... 
+   fc-cache -f  /dev/null
+   mkfontscale usr/share/fonts/TTF
+   mkfontdir usr/share/fonts/TTF
+   echo done.
+}
+
+post_upgrade() {
+   post_install $1
+}
+
+post_remove() {
+   post_install $1
+}

Deleted: ttf.install
===
--- ttf.install 2012-02-06 08:02:39 UTC (rev 149194)
+++ ttf.install 2012-02-06 08:02:51 UTC (rev 149195)
@@ -1,15 +0,0 @@
-post_install() {
-  echo -n Updating font cache... 
-  fc-cache -f  /dev/null
-  mkfontscale usr/share/fonts/TTF
-  mkfontdir usr/share/fonts/TTF
-  echo done.
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}



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

2012-02-06 Thread Gaetan Bisson
Date: Monday, February 6, 2012 @ 03:11:28
  Author: bisson
Revision: 149196

signed rebuild for free

Modified:
  ttf-sazanami/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-06 08:02:51 UTC (rev 149195)
+++ PKGBUILD2012-02-06 08:11:28 UTC (rev 149196)
@@ -1,13 +1,14 @@
+# $Id$
+# Contributor: Darwin M. Bautista djclue...@gmail.com
 # Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Darwin M. Bautista djclue...@gmail.com
 
 pkgname=ttf-sazanami
 pkgver=20040629
-pkgrel=6
-pkgdesc='Japanese TrueType fonts'
+pkgrel=7
+pkgdesc='Japanese fonts'
+url='http://wiki.fdiary.net/font/?sazanami'
+license=('custom:BSD')
 arch=('any')
-url='http://wiki.fdiary.net/font/?sazanami'
-license=('BSD')
 depends=('fontconfig' 'xorg-fonts-encodings')
 source=(http://osdn.dl.sourceforge.jp/efont/10087/sazanami-${pkgver}.tar.bz2;)
 sha1sums=('a6e558f49de8ab9884d92327905ce45698ca5429')
@@ -17,7 +18,6 @@
 build() {
cd ${srcdir}/sazanami-${pkgver}
install -d ${pkgdir}/usr/share/{fonts/TTF,licenses/${pkgname}}
-
-   install *.ttf ${pkgdir}/usr/share/fonts/TTF/
+   install *.ttf ${pkgdir}/usr/share/fonts/TTF
iconv -f EUC-JP -t UTF-8 README  
${pkgdir}/usr/share/licenses/${pkgname}/README
 }



[arch-commits] Commit in ttf-sazanami/repos/extra-any (4 files)

2012-02-06 Thread Gaetan Bisson
Date: Monday, February 6, 2012 @ 03:11:41
  Author: bisson
Revision: 149197

archrelease: copy trunk to extra-any

Added:
  ttf-sazanami/repos/extra-any/PKGBUILD
(from rev 149196, ttf-sazanami/trunk/PKGBUILD)
  ttf-sazanami/repos/extra-any/install
(from rev 149196, ttf-sazanami/trunk/install)
Deleted:
  ttf-sazanami/repos/extra-any/PKGBUILD
  ttf-sazanami/repos/extra-any/install

--+
 PKGBUILD |   46 +++---
 install  |   28 ++--
 2 files changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-06 08:11:28 UTC (rev 149196)
+++ PKGBUILD2012-02-06 08:11:41 UTC (rev 149197)
@@ -1,23 +0,0 @@
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Darwin M. Bautista djclue...@gmail.com
-
-pkgname=ttf-sazanami
-pkgver=20040629
-pkgrel=6
-pkgdesc='Japanese TrueType fonts'
-arch=('any')
-url='http://wiki.fdiary.net/font/?sazanami'
-license=('BSD')
-depends=('fontconfig' 'xorg-fonts-encodings')
-source=(http://osdn.dl.sourceforge.jp/efont/10087/sazanami-${pkgver}.tar.bz2;)
-sha1sums=('a6e558f49de8ab9884d92327905ce45698ca5429')
-
-install=install
-
-build() {
-   cd ${srcdir}/sazanami-${pkgver}
-   install -d ${pkgdir}/usr/share/{fonts/TTF,licenses/${pkgname}}
-
-   install *.ttf ${pkgdir}/usr/share/fonts/TTF/
-   iconv -f EUC-JP -t UTF-8 README  
${pkgdir}/usr/share/licenses/${pkgname}/README
-}

Copied: ttf-sazanami/repos/extra-any/PKGBUILD (from rev 149196, 
ttf-sazanami/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-06 08:11:41 UTC (rev 149197)
@@ -0,0 +1,23 @@
+# $Id$
+# Contributor: Darwin M. Bautista djclue...@gmail.com
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=ttf-sazanami
+pkgver=20040629
+pkgrel=7
+pkgdesc='Japanese fonts'
+url='http://wiki.fdiary.net/font/?sazanami'
+license=('custom:BSD')
+arch=('any')
+depends=('fontconfig' 'xorg-fonts-encodings')
+source=(http://osdn.dl.sourceforge.jp/efont/10087/sazanami-${pkgver}.tar.bz2;)
+sha1sums=('a6e558f49de8ab9884d92327905ce45698ca5429')
+
+install=install
+
+build() {
+   cd ${srcdir}/sazanami-${pkgver}
+   install -d ${pkgdir}/usr/share/{fonts/TTF,licenses/${pkgname}}
+   install *.ttf ${pkgdir}/usr/share/fonts/TTF
+   iconv -f EUC-JP -t UTF-8 README  
${pkgdir}/usr/share/licenses/${pkgname}/README
+}

Deleted: install
===
--- install 2012-02-06 08:11:28 UTC (rev 149196)
+++ install 2012-02-06 08:11:41 UTC (rev 149197)
@@ -1,14 +0,0 @@
-post_install() {
-   post_upgrade
-}
-
-post_upgrade() {
-   rm -f /etc/fonts/conf.d/65-sazanami.conf
-   fc-cache -fs
-   mkfontscale usr/share/fonts/TTF
-   mkfontdir usr/share/fonts/TTF
-}
-
-post_remove() {
-   post_upgrade
-}

Copied: ttf-sazanami/repos/extra-any/install (from rev 149196, 
ttf-sazanami/trunk/install)
===
--- install (rev 0)
+++ install 2012-02-06 08:11:41 UTC (rev 149197)
@@ -0,0 +1,14 @@
+post_install() {
+   post_upgrade
+}
+
+post_upgrade() {
+   rm -f /etc/fonts/conf.d/65-sazanami.conf
+   fc-cache -fs
+   mkfontscale usr/share/fonts/TTF
+   mkfontdir usr/share/fonts/TTF
+}
+
+post_remove() {
+   post_upgrade
+}



[arch-commits] Commit in ttf-mph-2b-damase/trunk (PKGBUILD install ttf.install)

2012-02-06 Thread Gaetan Bisson
Date: Monday, February 6, 2012 @ 03:17:03
  Author: bisson
Revision: 149198

signed rebuild for free

Added:
  ttf-mph-2b-damase/trunk/install
(from rev 149179, ttf-mph-2b-damase/trunk/ttf.install)
Modified:
  ttf-mph-2b-damase/trunk/PKGBUILD
Deleted:
  ttf-mph-2b-damase/trunk/ttf.install

-+
 PKGBUILD|   30 ++
 install |   15 +++
 ttf.install |   15 ---
 3 files changed, 29 insertions(+), 31 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-06 08:11:41 UTC (rev 149197)
+++ PKGBUILD2012-02-06 08:17:03 UTC (rev 149198)
@@ -1,26 +1,24 @@
 # $Id$
-# Maintainer: Firmicus francois.archlinux.org
 # Contributor: Damir Perisa damir.per...@bluewin.ch
-# font is PD, unfortunately nowhere on the net available directly atm, so we 
use debian as source
-# deb: Paul Wise pabs3 AT bonedaddy.net
-# author: Mark Williamson node DOT ue AT gmail.com
+# Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname=ttf-mph-2b-damase
 pkgver=001.000.4.dfsg.2
-origver=001.000.dfsg.2
-pkgrel=2
-pkgdesc=Super-Unicode TTFont covering full Plane 1, and the following 
scripts: Armenian, Buginese, Cherokee, Cypriot Syllabary, Cyrillic, Deseret, 
Georgian, Asomtavruli, Nuskhuri but no Mkhedruli, Glagolitic, Gothic, Greek, 
Hanunoo, Hebrew, Latin, Limbu, Linear B, Old Italic, Old Persian cuneiform, 
Osmanya, Shavian, Syloti Nagri, Tai Le, Thaana, Tifinagh, Ugaritic, Vietnamese
+_pkgver=001.000.dfsg.2
+pkgrel=3
+pkgdesc='Unicode font covering full plane 1, and numerous scripts'
+url=http://packages.debian.org/unstable/x11/ttf-mph-2b-damase; 
+license=('custom:Public_Domain')
 arch=('any')
-license=('PD')
-url=http://packages.debian.org/unstable/x11/ttf-mph-2b-damase; 
 depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 
'fontconfig')
-install=ttf.install
-source=(http://ftp.debian.org/debian/pool/main/t/ttf-mph-2b-damase/ttf-mph-2b-damase_${origver}.orig.tar.gz;)
-md5sums=('a3182b21abe68046039471cabe0af66d')
+source=(http://ftp.debian.org/debian/pool/main/t/ttf-mph-2b-damase/ttf-mph-2b-damase_${_pkgver}.orig.tar.gz;)
+sha1sums=('89be20922bae94c55e7e42bcc8644bb5c7375f2a')
 
+install=install
+
 build() {
-  cd ${srcdir}/ttf-mph-2b-damase-$origver
-  install -dm755  ${pkgdir}/usr/share/fonts/TTF
-  install -m644 *.ttf ${pkgdir}/usr/share/fonts/TTF/
+   cd ${srcdir}/${pkgname}-${_pkgver}
+   install -dm755 ${pkgdir}/usr/share/{fonts/TTF,licenses/${pkgname}}
+   install -m644 *.ttf ${pkgdir}/usr/share/fonts/TTF
+   echo 'No copyright applies; this work is in the public domain.'  
${pkgdir}/usr/share/licenses/${pkgname}/COPYING
 }
-

Copied: ttf-mph-2b-damase/trunk/install (from rev 149179, 
ttf-mph-2b-damase/trunk/ttf.install)
===
--- install (rev 0)
+++ install 2012-02-06 08:17:03 UTC (rev 149198)
@@ -0,0 +1,15 @@
+post_install() {
+   echo -n Updating font cache... 
+   fc-cache -f  /dev/null
+   mkfontscale /usr/share/fonts/TTF
+   mkfontdir /usr/share/fonts/TTF
+   echo done.
+}
+
+post_upgrade() {
+   post_install $1
+}
+
+post_remove() {
+   post_install $1
+}

Deleted: ttf.install
===
--- ttf.install 2012-02-06 08:11:41 UTC (rev 149197)
+++ ttf.install 2012-02-06 08:17:03 UTC (rev 149198)
@@ -1,15 +0,0 @@
-post_install() {
-  echo -n Updating font cache... 
-  fc-cache -f  /dev/null
-  mkfontscale /usr/share/fonts/TTF
-  mkfontdir /usr/share/fonts/TTF
-  echo done.
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}



[arch-commits] Commit in ttf-mph-2b-damase/repos/extra-any (4 files)

2012-02-06 Thread Gaetan Bisson
Date: Monday, February 6, 2012 @ 03:17:16
  Author: bisson
Revision: 149199

archrelease: copy trunk to extra-any

Added:
  ttf-mph-2b-damase/repos/extra-any/PKGBUILD
(from rev 149198, ttf-mph-2b-damase/trunk/PKGBUILD)
  ttf-mph-2b-damase/repos/extra-any/install
(from rev 149198, ttf-mph-2b-damase/trunk/install)
Deleted:
  ttf-mph-2b-damase/repos/extra-any/PKGBUILD
  ttf-mph-2b-damase/repos/extra-any/ttf.install

-+
 PKGBUILD|   50 --
 install |   15 +++
 ttf.install |   15 ---
 3 files changed, 39 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-06 08:17:03 UTC (rev 149198)
+++ PKGBUILD2012-02-06 08:17:16 UTC (rev 149199)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Firmicus francois.archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# font is PD, unfortunately nowhere on the net available directly atm, so we 
use debian as source
-# deb: Paul Wise pabs3 AT bonedaddy.net
-# author: Mark Williamson node DOT ue AT gmail.com
-
-pkgname=ttf-mph-2b-damase
-pkgver=001.000.4.dfsg.2
-origver=001.000.dfsg.2
-pkgrel=2
-pkgdesc=Super-Unicode TTFont covering full Plane 1, and the following 
scripts: Armenian, Buginese, Cherokee, Cypriot Syllabary, Cyrillic, Deseret, 
Georgian, Asomtavruli, Nuskhuri but no Mkhedruli, Glagolitic, Gothic, Greek, 
Hanunoo, Hebrew, Latin, Limbu, Linear B, Old Italic, Old Persian cuneiform, 
Osmanya, Shavian, Syloti Nagri, Tai Le, Thaana, Tifinagh, Ugaritic, Vietnamese
-arch=('any')
-license=('PD')
-url=http://packages.debian.org/unstable/x11/ttf-mph-2b-damase; 
-depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 
'fontconfig')
-install=ttf.install
-source=(http://ftp.debian.org/debian/pool/main/t/ttf-mph-2b-damase/ttf-mph-2b-damase_${origver}.orig.tar.gz;)
-md5sums=('a3182b21abe68046039471cabe0af66d')
-
-build() {
-  cd ${srcdir}/ttf-mph-2b-damase-$origver
-  install -dm755  ${pkgdir}/usr/share/fonts/TTF
-  install -m644 *.ttf ${pkgdir}/usr/share/fonts/TTF/
-}
-

Copied: ttf-mph-2b-damase/repos/extra-any/PKGBUILD (from rev 149198, 
ttf-mph-2b-damase/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-06 08:17:16 UTC (rev 149199)
@@ -0,0 +1,24 @@
+# $Id$
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=ttf-mph-2b-damase
+pkgver=001.000.4.dfsg.2
+_pkgver=001.000.dfsg.2
+pkgrel=3
+pkgdesc='Unicode font covering full plane 1, and numerous scripts'
+url=http://packages.debian.org/unstable/x11/ttf-mph-2b-damase; 
+license=('custom:Public_Domain')
+arch=('any')
+depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 
'fontconfig')
+source=(http://ftp.debian.org/debian/pool/main/t/ttf-mph-2b-damase/ttf-mph-2b-damase_${_pkgver}.orig.tar.gz;)
+sha1sums=('89be20922bae94c55e7e42bcc8644bb5c7375f2a')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${_pkgver}
+   install -dm755 ${pkgdir}/usr/share/{fonts/TTF,licenses/${pkgname}}
+   install -m644 *.ttf ${pkgdir}/usr/share/fonts/TTF
+   echo 'No copyright applies; this work is in the public domain.'  
${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Copied: ttf-mph-2b-damase/repos/extra-any/install (from rev 149198, 
ttf-mph-2b-damase/trunk/install)
===
--- install (rev 0)
+++ install 2012-02-06 08:17:16 UTC (rev 149199)
@@ -0,0 +1,15 @@
+post_install() {
+   echo -n Updating font cache... 
+   fc-cache -f  /dev/null
+   mkfontscale /usr/share/fonts/TTF
+   mkfontdir /usr/share/fonts/TTF
+   echo done.
+}
+
+post_upgrade() {
+   post_install $1
+}
+
+post_remove() {
+   post_install $1
+}

Deleted: ttf.install
===
--- ttf.install 2012-02-06 08:17:03 UTC (rev 149198)
+++ ttf.install 2012-02-06 08:17:16 UTC (rev 149199)
@@ -1,15 +0,0 @@
-post_install() {
-  echo -n Updating font cache... 
-  fc-cache -f  /dev/null
-  mkfontscale /usr/share/fonts/TTF
-  mkfontdir /usr/share/fonts/TTF
-  echo done.
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}



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

2012-02-06 Thread Gaetan Bisson
Date: Monday, February 6, 2012 @ 03:22:48
  Author: bisson
Revision: 149200

signed rebuild for free

Modified:
  xorg-xfontsel/trunk/PKGBUILD  (contents, properties)

--+
 PKGBUILD |   32 ++--
 1 file changed, 18 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-06 08:17:16 UTC (rev 149199)
+++ PKGBUILD2012-02-06 08:22:48 UTC (rev 149200)
@@ -1,23 +1,27 @@
-# $Id: $
-# Maintainer: Jan de Groot j...@archlinux.org
+# $Id$
+# Contributor: Jan de Groot j...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname=xorg-xfontsel
 pkgver=1.0.3
-pkgrel=1
-pkgdesc=Point and click selection of X11 font names
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
+pkgrel=2
+pkgdesc='Point and click selection of X11 font names'
+url='http://xorg.freedesktop.org/'
+arch=('i686' 'x86_64')
 license=('custom')
+makedepends=('xorg-util-macros')
 depends=('libxaw' 'libxmu' 'libxt' 'libx11')
-makedepends=('xorg-util-macros')
-source=(http://xorg.freedesktop.org/archive/individual/app/xfontsel-${pkgver}.tar.bz2)
+source=(http://xorg.freedesktop.org/archive/individual/app/xfontsel-${pkgver}.tar.bz2;)
 sha1sums=('df2eb12b90339b7091bd362b095344015ec8b6fa')
 
 build() {
-  cd ${srcdir}/xfontsel-${pkgver}
-  ./configure --prefix=/usr
-  make
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+   cd ${srcdir}/xfontsel-${pkgver}
+   ./configure --prefix=/usr
+   make
 }
+
+package() {
+   cd ${srcdir}/xfontsel-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}


Property changes on: xorg-xfontsel/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id


[arch-commits] Commit in xorg-xfontsel/repos (4 files)

2012-02-06 Thread Gaetan Bisson
Date: Monday, February 6, 2012 @ 03:23:09
  Author: bisson
Revision: 149201

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

Added:
  xorg-xfontsel/repos/extra-i686/PKGBUILD
(from rev 149200, xorg-xfontsel/trunk/PKGBUILD)
  xorg-xfontsel/repos/extra-x86_64/PKGBUILD
(from rev 149200, xorg-xfontsel/trunk/PKGBUILD)
Deleted:
  xorg-xfontsel/repos/extra-i686/PKGBUILD
  xorg-xfontsel/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   50 +---
 extra-x86_64/PKGBUILD |   50 +---
 2 files changed, 54 insertions(+), 46 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-06 08:22:48 UTC (rev 149200)
+++ extra-i686/PKGBUILD 2012-02-06 08:23:09 UTC (rev 149201)
@@ -1,23 +0,0 @@
-# $Id: $
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xorg-xfontsel
-pkgver=1.0.3
-pkgrel=1
-pkgdesc=Point and click selection of X11 font names
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libxaw' 'libxmu' 'libxt' 'libx11')
-makedepends=('xorg-util-macros')
-source=(http://xorg.freedesktop.org/archive/individual/app/xfontsel-${pkgver}.tar.bz2)
-sha1sums=('df2eb12b90339b7091bd362b095344015ec8b6fa')
-
-build() {
-  cd ${srcdir}/xfontsel-${pkgver}
-  ./configure --prefix=/usr
-  make
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xorg-xfontsel/repos/extra-i686/PKGBUILD (from rev 149200, 
xorg-xfontsel/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-06 08:23:09 UTC (rev 149201)
@@ -0,0 +1,27 @@
+# $Id$
+# Contributor: Jan de Groot j...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=xorg-xfontsel
+pkgver=1.0.3
+pkgrel=2
+pkgdesc='Point and click selection of X11 font names'
+url='http://xorg.freedesktop.org/'
+arch=('i686' 'x86_64')
+license=('custom')
+makedepends=('xorg-util-macros')
+depends=('libxaw' 'libxmu' 'libxt' 'libx11')
+source=(http://xorg.freedesktop.org/archive/individual/app/xfontsel-${pkgver}.tar.bz2;)
+sha1sums=('df2eb12b90339b7091bd362b095344015ec8b6fa')
+
+build() {
+   cd ${srcdir}/xfontsel-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/xfontsel-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-06 08:22:48 UTC (rev 149200)
+++ extra-x86_64/PKGBUILD   2012-02-06 08:23:09 UTC (rev 149201)
@@ -1,23 +0,0 @@
-# $Id: $
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xorg-xfontsel
-pkgver=1.0.3
-pkgrel=1
-pkgdesc=Point and click selection of X11 font names
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libxaw' 'libxmu' 'libxt' 'libx11')
-makedepends=('xorg-util-macros')
-source=(http://xorg.freedesktop.org/archive/individual/app/xfontsel-${pkgver}.tar.bz2)
-sha1sums=('df2eb12b90339b7091bd362b095344015ec8b6fa')
-
-build() {
-  cd ${srcdir}/xfontsel-${pkgver}
-  ./configure --prefix=/usr
-  make
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xorg-xfontsel/repos/extra-x86_64/PKGBUILD (from rev 149200, 
xorg-xfontsel/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-02-06 08:23:09 UTC (rev 149201)
@@ -0,0 +1,27 @@
+# $Id$
+# Contributor: Jan de Groot j...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=xorg-xfontsel
+pkgver=1.0.3
+pkgrel=2
+pkgdesc='Point and click selection of X11 font names'
+url='http://xorg.freedesktop.org/'
+arch=('i686' 'x86_64')
+license=('custom')
+makedepends=('xorg-util-macros')
+depends=('libxaw' 'libxmu' 'libxt' 'libx11')
+source=(http://xorg.freedesktop.org/archive/individual/app/xfontsel-${pkgver}.tar.bz2;)
+sha1sums=('df2eb12b90339b7091bd362b095344015ec8b6fa')
+
+build() {
+   cd ${srcdir}/xfontsel-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/xfontsel-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}



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

2012-02-06 Thread Gaetan Bisson
Date: Monday, February 6, 2012 @ 03:27:26
  Author: bisson
Revision: 149202

signed rebuild for free

Modified:
  xorg-xlsfonts/trunk/PKGBUILD

--+
 PKGBUILD |   33 +++--
 1 file changed, 19 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-06 08:23:09 UTC (rev 149201)
+++ PKGBUILD2012-02-06 08:27:26 UTC (rev 149202)
@@ -1,25 +1,30 @@
-# $Id: $
-# Maintainer: Jan de Groot j...@archlinux.org
+# $Id$
+# Contributor: Jan de Groot j...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname=xorg-xlsfonts
 pkgver=1.0.3
-pkgrel=1
-pkgdesc=List X fonts available on X server
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
+pkgrel=2
+pkgdesc='List available X fonts'
+url='http://xorg.freedesktop.org/'
 license=('custom')
+arch=('i686' 'x86_64')
 depends=('libx11')
 makedepends=('xorg-util-macros')
-source=(http://xorg.freedesktop.org/archive/individual/app/xlsfonts-${pkgver}.tar.bz2
-copyright.patch)
+source=(http://xorg.freedesktop.org/archive/individual/app/xlsfonts-${pkgver}.tar.bz2;
+'copyright.patch')
 sha1sums=('9d4e0adbcb83362dd9234e90507c0528f60e309b'
   'abedbde85cc391021901c069d086882c143ac621')
 
 build() {
-  cd ${srcdir}/xlsfonts-${pkgver}
-  ./configure --prefix=/usr
-  make
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+   cd ${srcdir}/xlsfonts-${pkgver}
+   patch -p1 -i ../copyright.patch
+   ./configure --prefix=/usr
+   make
 }
+
+package() {
+   cd ${srcdir}/xlsfonts-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}



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

2012-02-06 Thread Gaetan Bisson
Date: Monday, February 6, 2012 @ 03:27:47
  Author: bisson
Revision: 149203

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

Added:
  xorg-xlsfonts/repos/extra-i686/PKGBUILD
(from rev 149202, xorg-xlsfonts/trunk/PKGBUILD)
  xorg-xlsfonts/repos/extra-i686/copyright.patch
(from rev 149202, xorg-xlsfonts/trunk/copyright.patch)
  xorg-xlsfonts/repos/extra-x86_64/PKGBUILD
(from rev 149202, xorg-xlsfonts/trunk/PKGBUILD)
  xorg-xlsfonts/repos/extra-x86_64/copyright.patch
(from rev 149202, xorg-xlsfonts/trunk/copyright.patch)
Deleted:
  xorg-xlsfonts/repos/extra-i686/PKGBUILD
  xorg-xlsfonts/repos/extra-i686/copyright.patch
  xorg-xlsfonts/repos/extra-x86_64/PKGBUILD
  xorg-xlsfonts/repos/extra-x86_64/copyright.patch

--+
 extra-i686/PKGBUILD  |   55 ++
 extra-i686/copyright.patch   |   86 -
 extra-x86_64/PKGBUILD|   55 ++
 extra-x86_64/copyright.patch |   86 -
 4 files changed, 146 insertions(+), 136 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-06 08:27:26 UTC (rev 149202)
+++ extra-i686/PKGBUILD 2012-02-06 08:27:47 UTC (rev 149203)
@@ -1,25 +0,0 @@
-# $Id: $
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xorg-xlsfonts
-pkgver=1.0.3
-pkgrel=1
-pkgdesc=List X fonts available on X server
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libx11')
-makedepends=('xorg-util-macros')
-source=(http://xorg.freedesktop.org/archive/individual/app/xlsfonts-${pkgver}.tar.bz2
-copyright.patch)
-sha1sums=('9d4e0adbcb83362dd9234e90507c0528f60e309b'
-  'abedbde85cc391021901c069d086882c143ac621')
-
-build() {
-  cd ${srcdir}/xlsfonts-${pkgver}
-  ./configure --prefix=/usr
-  make
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xorg-xlsfonts/repos/extra-i686/PKGBUILD (from rev 149202, 
xorg-xlsfonts/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-06 08:27:47 UTC (rev 149203)
@@ -0,0 +1,30 @@
+# $Id$
+# Contributor: Jan de Groot j...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=xorg-xlsfonts
+pkgver=1.0.3
+pkgrel=2
+pkgdesc='List available X fonts'
+url='http://xorg.freedesktop.org/'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('libx11')
+makedepends=('xorg-util-macros')
+source=(http://xorg.freedesktop.org/archive/individual/app/xlsfonts-${pkgver}.tar.bz2;
+'copyright.patch')
+sha1sums=('9d4e0adbcb83362dd9234e90507c0528f60e309b'
+  'abedbde85cc391021901c069d086882c143ac621')
+
+build() {
+   cd ${srcdir}/xlsfonts-${pkgver}
+   patch -p1 -i ../copyright.patch
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/xlsfonts-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: extra-i686/copyright.patch
===
--- extra-i686/copyright.patch  2012-02-06 08:27:26 UTC (rev 149202)
+++ extra-i686/copyright.patch  2012-02-06 08:27:47 UTC (rev 149203)
@@ -1,43 +0,0 @@
-From 0e2aac955e2a3887cb2dcb356f296b58f9e3b5df Mon Sep 17 00:00:00 2001
-From: Alan Coopersmith alan.coopersm...@oracle.com
-Date: Fri, 06 Aug 2010 18:29:09 +
-Subject: Fill in COPYING file with copyright notices from source code
-
-Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com

-diff --git a/COPYING b/COPYING
-index 7f33cbf..0ad0f43 100644
 a/COPYING
-+++ b/COPYING
-@@ -1,12 +1,21 @@
--This is a stub file.  This package has not yet had its complete licensing
--information compiled.  Please see the individual source files for details on
--your rights to use and modify this software.
-+Copyright 1989, 1993, 1998  The Open Group
- 
--Please submit updated COPYING files to the Xorg bugzilla:
-+Permission to use, copy, modify, distribute, and sell this software and its
-+documentation for any purpose is hereby granted without fee, provided that
-+the above copyright notice appear in all copies and that both that
-+copyright notice and this permission notice appear in supporting
-+documentation.
- 
--https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
-+The above copyright notice and this permission notice shall be included in
-+all copies or substantial portions of the Software.
- 
--All licensing questions regarding this software should be directed at the
--Xorg mailing list:
-+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES

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

2012-02-06 Thread Gaetan Bisson
Date: Monday, February 6, 2012 @ 05:50:43
  Author: bisson
Revision: 149210

rebuild against pcre-8.30

Modified:
  postfix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-06 09:59:10 UTC (rev 149209)
+++ PKGBUILD2012-02-06 10:50:43 UTC (rev 149210)
@@ -5,7 +5,7 @@
 
 pkgname=postfix
 pkgver=2.9.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Fast, easy to administer, secure mail server'
 url='http://www.postfix.org/'
 license=('custom')



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

2012-02-06 Thread Gaetan Bisson
Date: Monday, February 6, 2012 @ 05:51:29
  Author: bisson
Revision: 149211

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

Added:
  postfix/repos/staging-i686/
  postfix/repos/staging-i686/PKGBUILD
(from rev 149210, postfix/trunk/PKGBUILD)
  postfix/repos/staging-i686/aliases.patch
(from rev 149210, postfix/trunk/aliases.patch)
  postfix/repos/staging-i686/install
(from rev 149210, postfix/trunk/install)
  postfix/repos/staging-i686/rc.d
(from rev 149210, postfix/trunk/rc.d)
  postfix/repos/staging-x86_64/
  postfix/repos/staging-x86_64/PKGBUILD
(from rev 149210, postfix/trunk/PKGBUILD)
  postfix/repos/staging-x86_64/aliases.patch
(from rev 149210, postfix/trunk/aliases.patch)
  postfix/repos/staging-x86_64/install
(from rev 149210, postfix/trunk/install)
  postfix/repos/staging-x86_64/rc.d
(from rev 149210, postfix/trunk/rc.d)

--+
 staging-i686/PKGBUILD|   63 +
 staging-i686/aliases.patch   |   18 +++
 staging-i686/install |   33 +
 staging-i686/rc.d|   36 +++
 staging-x86_64/PKGBUILD  |   63 +
 staging-x86_64/aliases.patch |   18 +++
 staging-x86_64/install   |   33 +
 staging-x86_64/rc.d  |   36 +++
 8 files changed, 300 insertions(+)

Copied: postfix/repos/staging-i686/PKGBUILD (from rev 149210, 
postfix/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-02-06 10:51:29 UTC (rev 149211)
@@ -0,0 +1,63 @@
+# $Id$
+# Contributor: Jeff Brodnax tullyarc...@bellsouth.net
+# Contributor: Paul Mattal p...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=postfix
+pkgver=2.9.0
+pkgrel=2
+pkgdesc='Fast, easy to administer, secure mail server'
+url='http://www.postfix.org/'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('pcre' 'libsasl' 'libmysqlclient' 'postgresql-libs' 'sqlite3' 
'libldap' 'db')
+backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
+source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
 \
+'aliases.patch' \
+'rc.d')
+sha1sums=('a04a72a8b9436279a30b7d1b62197be63124a132'
+  '5fc3de6c7df1e5851a0a379e825148868808318b'
+  '40c6be2eb55e6437a402f43775cdb3d22ea87a66')
+
+provides=('smtp-server' 'smtp-forwarder')
+replaces=('postfix-mysql' 'postfix-pgsql')
+conflicts=('postfix-mysql' 'postfix-pgsql' 'smtp-server' 'smtp-forwarder')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make makefiles DEBUG='' CCARGS=' \
+   -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl \
+   -DHAS_LDAP \
+   -DUSE_TLS \
+   -DHAS_MYSQL -I/usr/include/mysql \
+   -DHAS_PGSQL -I/usr/include/postgresql \
+   -DHAS_SQLITE \
+   ' AUXLIBS=' \
+   -lsasl2 \
+   -lldap -llber \
+   -lssl -lcrypto \
+   -lmysqlclient -lz -lm \
+   -lpq \
+   -lsqlite3 -lpthread \
+   ' OPT=${CFLAGS} ${LDFLAGS}
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   sh postfix-install -non-interactive \
+   install_root=${pkgdir} \
+   daemon_directory=/usr/lib/${pkgname} \
+   sample_directory=/etc/${pkgname}/sample \
+   manpage_directory=/usr/share/man
+
+   install -D -m755 ../rc.d ${pkgdir}/etc/rc.d/${pkgname}
+   install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   sed 's/\(^\$manpage[^:]*\):/\1.gz:/' -i 
${pkgdir}/usr/lib/${pkgname}/postfix-files
+   cd ${pkgdir}; patch -p0 -i ${srcdir}/aliases.patch
+}

Copied: postfix/repos/staging-i686/aliases.patch (from rev 149210, 
postfix/trunk/aliases.patch)
===
--- staging-i686/aliases.patch  (rev 0)
+++ staging-i686/aliases.patch  2012-02-06 10:51:29 UTC (rev 149211)
@@ -0,0 +1,18 @@
+--- etc/postfix/main.cf.orig   2010-12-13 20:18:22.0 +0100
 etc/postfix/main.cf2010-12-13 20:18:24.0 +0100
+@@ -382,6 +382,7 @@
+ #alias_maps = hash:/etc/aliases
+ #alias_maps = hash:/etc/aliases, nis:mail.aliases
+ #alias_maps = netinfo:/aliases
++alias_maps = hash:/etc/postfix/aliases
+ 
+ # The alias_database parameter specifies the alias database(s) that
+ # are built with newaliases or sendmail -bi.  This is a separate
+@@ -392,6 +393,7 @@
+ #alias_database = dbm:/etc/mail/aliases
+ #alias_database = hash:/etc/aliases
+ #alias_database = hash:/etc/aliases, hash:/opt/majordomo/aliases
++alias_database

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

2012-02-06 Thread Gaetan Bisson
Date: Monday, February 6, 2012 @ 09:29:09
  Author: bisson
Revision: 149227

fix FS#28291

Modified:
  ttf-freebanglafont/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-06 14:01:05 UTC (rev 149226)
+++ PKGBUILD2012-02-06 14:29:09 UTC (rev 149227)
@@ -5,7 +5,7 @@
 
 pkgname=ttf-freebanglafont
 pkgver=20120206
-pkgrel=1
+pkgrel=2
 pkgdesc='Bengali fonts'
 url='http://sourceforge.net/projects/ekushey/'
 license=('GPL')
@@ -47,6 +47,6 @@
 build() {
cd ${srcdir}
for i in *.ttf; do
-   install -Dm644 ${i} 
${pkgdir}/usr/share/fonts/TTF/${i%%[_-]*}.ttf
+   install -Dm644 ${i} ${pkgdir}/usr/share/fonts/TTF/${i}.ttf
done
 }



[arch-commits] Commit in ttf-freebanglafont/repos/testing-any (4 files)

2012-02-06 Thread Gaetan Bisson
Date: Monday, February 6, 2012 @ 09:29:26
  Author: bisson
Revision: 149228

archrelease: copy trunk to testing-any

Added:
  ttf-freebanglafont/repos/testing-any/PKGBUILD
(from rev 149227, ttf-freebanglafont/trunk/PKGBUILD)
  ttf-freebanglafont/repos/testing-any/install
(from rev 149227, ttf-freebanglafont/trunk/install)
Deleted:
  ttf-freebanglafont/repos/testing-any/PKGBUILD
  ttf-freebanglafont/repos/testing-any/install

--+
 PKGBUILD |  104 ++---
 install  |   30 -
 2 files changed, 67 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-06 14:29:09 UTC (rev 149227)
+++ PKGBUILD2012-02-06 14:29:26 UTC (rev 149228)
@@ -1,52 +0,0 @@
-# $Id$
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Firmicus francois.archlinux.org 
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=ttf-freebanglafont
-pkgver=20120206
-pkgrel=1
-pkgdesc='Bengali fonts'
-url='http://sourceforge.net/projects/ekushey/'
-license=('GPL')
-arch=('any')
-depends=('xorg-fonts-encodings' 'xorg-font-utils' 'fontconfig')
-source=(http://downloads.sourceforge.net/project/ekushey/Ekushey%20OpenType%20Bangla%20Fonts/Ekushey%20Azad/Azad_27-02-2006.ttf;
-
http://downloads.sourceforge.net/project/ekushey/Ekushey%20OpenType%20Bangla%20Fonts/Ekushey%20Durga/Durga_03-09-2005.ttf;
-
http://downloads.sourceforge.net/project/ekushey/Ekushey%20OpenType%20Bangla%20Fonts/Ekushey%20Godhuli/Godhuli_03-09-2005.ttf;
-
http://downloads.sourceforge.net/project/ekushey/Ekushey%20OpenType%20Bangla%20Fonts/Ekushey%20Lohit/Lohit_14-04-2007.ttf;
-
http://downloads.sourceforge.net/project/ekushey/Ekushey%20OpenType%20Bangla%20Fonts/Ekushey%20Mohua/Mohua_07-09-05.ttf;
-
http://downloads.sourceforge.net/project/ekushey/Ekushey%20OpenType%20Bangla%20Fonts/Ekushey%20Puja/Puja-17-06-2006.ttf;
-
http://downloads.sourceforge.net/project/ekushey/Ekushey%20OpenType%20Bangla%20Fonts/Ekushey%20Punarbhaba/Punarbhaba_27-02-2006.ttf;
-
http://downloads.sourceforge.net/project/ekushey/Ekushey%20OpenType%20Bangla%20Fonts/Ekushey%20Saraswatii/Saraswatii_03-09-2005.ttf;
-
http://downloads.sourceforge.net/project/ekushey/Ekushey%20OpenType%20Bangla%20Fonts/Ekushey%20Sharifa/Sharifa_03-09-2005.ttf;
-
http://downloads.sourceforge.net/project/ekushey/Ekushey%20OpenType%20Bangla%20Fonts/Ekushey%20Sumit/Sumit_03-09-2005.ttf;
-
http://downloads.sourceforge.net/project/ekushey/Ekushey%20OpenType%20Bangla%20Fonts/Other%20Fonts/LikhanNormal_11-08-2005.ttf;
-
http://downloads.sourceforge.net/project/ekushey/Ekushey%20OpenType%20Bangla%20Fonts/Other%20Fonts/Mukti_17-03-2007.ttf;
-
http://downloads.sourceforge.net/project/ekushey/Ekushey%20OpenType%20Bangla%20Fonts/Other%20Fonts/Sagar_11-08-2005_GPL.ttf;
-
http://downloads.sourceforge.net/project/ekushey/Ekushey%20OpenType%20Bangla%20Fonts/Rupali/Rupali_01-02-2007.ttf;
-
http://downloads.sourceforge.net/project/ekushey/Ekushey%20OpenType%20Bangla%20Fonts/SolaimanLipi/SolaimanLipi_20-04-07.ttf;)
-sha1sums=('6ba6c90f3e27265275775ae6bca14e77e72b3f7e'
-  '99284f3a7bdc123d4cf83d19ee3724da55cc6c7a'
-  'f8156b328678b551c9da3d146a0ec2f32caf1dd2'
-  'bab747cb3d74c1c7860f5c6692f9c11a0087e870'
-  '7af5d738b0c7d6493cbcae58b417d6d35d2621aa'
-  'da74e108083bb22f02a0f32ed7bae8d12be0ca79'
-  '24a8193d72528083bd4e4c97a8726b8c5ccb1c0a'
-  'cc51d70d1cb5b0ce9385663b11a4d27746e9061d'
-  'f80b57e9857bdfadf1b819bfd2ada146cbd6429f'
-  '733206bc06ae76c29ca14d9895052c9f59086cb4'
-  '3a8f46b3db493ed8d21892d86783799ccf843174'
-  'd6d94359dbe83a25544ce95edb39dd7bfcbfa795'
-  '93e8d038a0c95e675b9be9a39912fe7ea9594d19'
-  'c355d10cdafc0ff2b7c720b4c61123face085e6b'
-  '8edbef09a8b1627af460c2a7210b7267412566cc')
-
-install=install
-
-build() {
-   cd ${srcdir}
-   for i in *.ttf; do
-   install -Dm644 ${i} 
${pkgdir}/usr/share/fonts/TTF/${i%%[_-]*}.ttf
-   done
-}

Copied: ttf-freebanglafont/repos/testing-any/PKGBUILD (from rev 149227, 
ttf-freebanglafont/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-06 14:29:26 UTC (rev 149228)
@@ -0,0 +1,52 @@
+# $Id$
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Firmicus francois.archlinux.org 
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=ttf-freebanglafont
+pkgver=20120206
+pkgrel=2
+pkgdesc='Bengali fonts'
+url='http://sourceforge.net/projects/ekushey/'
+license=('GPL')
+arch=('any')
+depends=('xorg-fonts-encodings' 'xorg-font-utils' 'fontconfig')
+source=(http://downloads.sourceforge.net/project/ekushey/Ekushey%20OpenType%20Bangla%20Fonts

[arch-commits] Commit in w3m/trunk (PKGBUILD https-segfault.patch)

2012-02-06 Thread Gaetan Bisson
Date: Monday, February 6, 2012 @ 20:25:19
  Author: bisson
Revision: 149345

fix https segfault

Added:
  w3m/trunk/https-segfault.patch
Modified:
  w3m/trunk/PKGBUILD

--+
 PKGBUILD |9 ++---
 https-segfault.patch |   19 +++
 2 files changed, 25 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-06 23:02:05 UTC (rev 149344)
+++ PKGBUILD2012-02-07 01:25:19 UTC (rev 149345)
@@ -4,7 +4,7 @@
 
 pkgname=w3m
 pkgver=0.5.3
-pkgrel=2
+pkgrel=3
 pkgdesc='Text-based Web browser, as well as pager'
 url='http://w3m.sourceforge.net/'
 license=('custom')
@@ -12,13 +12,16 @@
 makedepends=('imlib2')
 optdepends=('imlib2: for graphics support') 
 depends=('openssl' 'gc' 'ncurses')
-source=(http://downloads.sourceforge.net/sourceforge/w3m/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('444b6c8cf7094ee95f8e9de96b37f814b9d83237')
+source=(http://downloads.sourceforge.net/sourceforge/w3m/${pkgname}-${pkgver}.tar.gz;
+'https-segfault.patch')
+sha1sums=('444b6c8cf7094ee95f8e9de96b37f814b9d83237'
+  '66affb2f695fe0bdde25cf774642bfd6a9404e88')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
 
sed 's/file_handle/file_handle_rofl/g' -i istream.*
+   patch -p1 -i ../https-segfault.patch
 
./configure \
--prefix=/usr \

Added: https-segfault.patch
===
--- https-segfault.patch(rev 0)
+++ https-segfault.patch2012-02-07 01:25:19 UTC (rev 149345)
@@ -0,0 +1,19 @@
+Fedora patch; see https://bugzilla.redhat.com/show_bug.cgi?id=707994
+
+--- old/url.c  2011-01-04 14:52:24.0 +0530
 new/url.c  2011-09-02 18:25:43.305652690 +0530
+@@ -82,11 +82,11 @@
+ {ftp, SCM_FTP},
+ {local, SCM_LOCAL},
+ {file, SCM_LOCAL},
+-/*  {exec, SCM_EXEC}, */
++{exec, SCM_EXEC}, 
+ {nntp, SCM_NNTP},
+-/*  {nntp, SCM_NNTP_GROUP}, */
++{nntp, SCM_NNTP_GROUP}, 
+ {news, SCM_NEWS},
+-/*  {news, SCM_NEWS_GROUP}, */
++{news, SCM_NEWS_GROUP}, 
+ {data, SCM_DATA},
+ #ifndef USE_W3MMAILER
+ {mailto, SCM_MAILTO},



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

2012-02-06 Thread Gaetan Bisson
Date: Monday, February 6, 2012 @ 20:25:49
  Author: bisson
Revision: 149346

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

Added:
  w3m/repos/extra-i686/PKGBUILD
(from rev 149345, w3m/trunk/PKGBUILD)
  w3m/repos/extra-i686/https-segfault.patch
(from rev 149345, w3m/trunk/https-segfault.patch)
  w3m/repos/extra-x86_64/PKGBUILD
(from rev 149345, w3m/trunk/PKGBUILD)
  w3m/repos/extra-x86_64/https-segfault.patch
(from rev 149345, w3m/trunk/https-segfault.patch)
Deleted:
  w3m/repos/extra-i686/PKGBUILD
  w3m/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   87 ++--
 extra-i686/https-segfault.patch   |   19 +++
 extra-x86_64/PKGBUILD |   87 ++--
 extra-x86_64/https-segfault.patch |   19 +++
 4 files changed, 128 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-07 01:25:19 UTC (rev 149345)
+++ extra-i686/PKGBUILD 2012-02-07 01:25:49 UTC (rev 149346)
@@ -1,42 +0,0 @@
-# $Id$
-# Contributor: dorphell dorph...@archlinux.org
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=w3m
-pkgver=0.5.3
-pkgrel=2
-pkgdesc='Text-based Web browser, as well as pager'
-url='http://w3m.sourceforge.net/'
-license=('custom')
-arch=('i686' 'x86_64')
-makedepends=('imlib2')
-optdepends=('imlib2: for graphics support') 
-depends=('openssl' 'gc' 'ncurses')
-source=(http://downloads.sourceforge.net/sourceforge/w3m/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('444b6c8cf7094ee95f8e9de96b37f814b9d83237')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   sed 's/file_handle/file_handle_rofl/g' -i istream.*
-
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib \
-   --enable-image=x11,fb \
-   --with-imagelib=imlib2 \
-   --with-termlib=ncurses \
-   --disable-w3mmailer \
-   --disable-mouse \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-
-   install -d ${pkgdir}/usr/share/{doc,licenses}/${pkgname}
-   find doc/* | grep -v CVS | xargs -i install {} 
${pkgdir}/usr/share/doc/${pkgname}
-   ln -s ../../doc/${pkgname}/README 
${pkgdir}/usr/share/licenses/${pkgname}
-}

Copied: w3m/repos/extra-i686/PKGBUILD (from rev 149345, w3m/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-07 01:25:49 UTC (rev 149346)
@@ -0,0 +1,45 @@
+# $Id$
+# Contributor: dorphell dorph...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=w3m
+pkgver=0.5.3
+pkgrel=3
+pkgdesc='Text-based Web browser, as well as pager'
+url='http://w3m.sourceforge.net/'
+license=('custom')
+arch=('i686' 'x86_64')
+makedepends=('imlib2')
+optdepends=('imlib2: for graphics support') 
+depends=('openssl' 'gc' 'ncurses')
+source=(http://downloads.sourceforge.net/sourceforge/w3m/${pkgname}-${pkgver}.tar.gz;
+'https-segfault.patch')
+sha1sums=('444b6c8cf7094ee95f8e9de96b37f814b9d83237'
+  '66affb2f695fe0bdde25cf774642bfd6a9404e88')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   sed 's/file_handle/file_handle_rofl/g' -i istream.*
+   patch -p1 -i ../https-segfault.patch
+
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib \
+   --enable-image=x11,fb \
+   --with-imagelib=imlib2 \
+   --with-termlib=ncurses \
+   --disable-w3mmailer \
+   --disable-mouse \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+
+   install -d ${pkgdir}/usr/share/{doc,licenses}/${pkgname}
+   find doc/* | grep -v CVS | xargs -i install {} 
${pkgdir}/usr/share/doc/${pkgname}
+   ln -s ../../doc/${pkgname}/README 
${pkgdir}/usr/share/licenses/${pkgname}
+}

Copied: w3m/repos/extra-i686/https-segfault.patch (from rev 149345, 
w3m/trunk/https-segfault.patch)
===
--- extra-i686/https-segfault.patch (rev 0)
+++ extra-i686/https-segfault.patch 2012-02-07 01:25:49 UTC (rev 149346)
@@ -0,0 +1,19 @@
+Fedora patch; see https://bugzilla.redhat.com/show_bug.cgi?id=707994
+
+--- old/url.c  2011-01-04 14:52:24.0 +0530
 new/url.c  2011-09-02 18:25:43.305652690 +0530
+@@ -82,11 +82,11 @@
+ {ftp, SCM_FTP},
+ {local, SCM_LOCAL},
+ {file, SCM_LOCAL},
+-/*  {exec, SCM_EXEC}, */
++{exec, SCM_EXEC}, 
+ {nntp, SCM_NNTP},
+-/*  {nntp, SCM_NNTP_GROUP}, */
++{nntp, SCM_NNTP_GROUP}, 
+ {news, SCM_NEWS},
+-/*  {news, SCM_NEWS_GROUP}, */
++{news, SCM_NEWS_GROUP}, 
+ {data

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

2012-02-11 Thread Gaetan Bisson
Date: Saturday, February 11, 2012 @ 04:24:07
  Author: bisson
Revision: 149827

upstream update

Modified:
  gcin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-11 09:24:04 UTC (rev 149826)
+++ PKGBUILD2012-02-11 09:24:07 UTC (rev 149827)
@@ -4,7 +4,7 @@
 # Contributor: damir da...@archlinux.org
 
 pkgname=gcin
-pkgver=2.7.2
+pkgver=2.7.3
 pkgrel=1
 pkgdesc='Input method server supporting various input methods'
 url='http://hyperrate.com/dir.php?eid=67'
@@ -18,7 +18,7 @@
 'libchewing: support for chewing input method')
 
source=(http://www.csie.nctu.edu.tw/~cp76/gcin/download/${pkgname}-${pkgver}.tar.xz;
 'qt4-lib64.patch')
-sha1sums=('f5b4468d8696af114fa95f46a680bee0182ae1ec'
+sha1sums=('d27a236f7d3a3cf54a688ecaeb576325dca4f89f'
   '3d1b769dcd8820c8351f239ec32ee5bcd9d98b70')
 
 install=install



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

2012-02-14 Thread Gaetan Bisson
Date: Tuesday, February 14, 2012 @ 08:38:27
  Author: bisson
Revision: 150198

upstream update

Modified:
  uim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-02-14 11:22:48 UTC (rev 150197)
+++ PKGBUILD2012-02-14 13:38:27 UTC (rev 150198)
@@ -3,12 +3,12 @@
 # Contributor: damir da...@archlinux.org
 
 pkgname=uim
-pkgver=1.7.2
+pkgver=1.7.3
 pkgrel=1
 pkgdesc='Multilingual input method library'
-arch=('i686' 'x86_64')
 url='http://code.google.com/p/uim/'
 license=('custom:BSD')
+arch=('i686' 'x86_64')
 depends=('libxft' 'libedit' 'anthy' 'm17n-lib')
 makedepends=('intltool' 'gettext' 'qt' 'gtk2' 'gtk3' 'gnome-panel')
 optdepends=('qt: immodule and helper applications'
@@ -16,8 +16,8 @@
 'gtk3: immodules and helper applications'
 'gnome-panel: gnome applet indicator')
 options=('!libtool')
-source=(http://uim.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('4982178aca6ee1ae775fc2a9b4bbb7a66e97cbd4')
+source=(http://uim.googlecode.com/files/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('1c7bb8c6c475dcbc4768bcabac540c42ccfd8185')
 
 install=install
 



<    1   2   3   4   5   6   7   8   9   10   >