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

2013-10-22 Thread Felix Yan
Date: Tuesday, October 22, 2013 @ 08:05:46
  Author: fyan
Revision: 98978

upgpkg: libtaginfo 0.1.6-2

Modified:
  libtaginfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-22 05:29:32 UTC (rev 98977)
+++ PKGBUILD2013-10-22 06:05:46 UTC (rev 98978)
@@ -3,7 +3,7 @@
 
 pkgname=libtaginfo
 pkgver=0.1.6
-pkgrel=1
+pkgrel=2
 pkgdesc=Library for reading media metadata
 arch=('i686' 'x86_64')
 url=https://bitbucket.org/shuerhaaken/libtaginfo;



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

2013-10-22 Thread Felix Yan
Date: Tuesday, October 22, 2013 @ 08:06:52
  Author: fyan
Revision: 98979

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

Added:
  libtaginfo/repos/community-testing-i686/
  libtaginfo/repos/community-testing-i686/PKGBUILD
(from rev 98978, libtaginfo/trunk/PKGBUILD)
  libtaginfo/repos/community-testing-x86_64/
  libtaginfo/repos/community-testing-x86_64/PKGBUILD
(from rev 98978, libtaginfo/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   25 +
 community-testing-x86_64/PKGBUILD |   25 +
 2 files changed, 50 insertions(+)

Copied: libtaginfo/repos/community-testing-i686/PKGBUILD (from rev 98978, 
libtaginfo/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-10-22 06:06:52 UTC (rev 98979)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgname=libtaginfo
+pkgver=0.1.6
+pkgrel=2
+pkgdesc=Library for reading media metadata
+arch=('i686' 'x86_64')
+url=https://bitbucket.org/shuerhaaken/libtaginfo;
+depends=('taglib' 'gcc-libs')
+license=('GPL2')
+source=(https://bitbucket.org/shuerhaaken/libtaginfo/downloads/$pkgname-$pkgver.tar.gz;)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./autogen.sh --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+md5sums=('781361a667767e8553735682d63670ca')

Copied: libtaginfo/repos/community-testing-x86_64/PKGBUILD (from rev 98978, 
libtaginfo/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-10-22 06:06:52 UTC (rev 98979)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgname=libtaginfo
+pkgver=0.1.6
+pkgrel=2
+pkgdesc=Library for reading media metadata
+arch=('i686' 'x86_64')
+url=https://bitbucket.org/shuerhaaken/libtaginfo;
+depends=('taglib' 'gcc-libs')
+license=('GPL2')
+source=(https://bitbucket.org/shuerhaaken/libtaginfo/downloads/$pkgname-$pkgver.tar.gz;)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./autogen.sh --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+md5sums=('781361a667767e8553735682d63670ca')



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

2013-10-22 Thread Felix Yan
Date: Tuesday, October 22, 2013 @ 08:57:51
  Author: fyan
Revision: 98980

upgpkg: zinnia 0.06-3

Modified:
  zinnia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-22 06:06:52 UTC (rev 98979)
+++ PKGBUILD2013-10-22 06:57:51 UTC (rev 98980)
@@ -4,7 +4,7 @@
 
 pkgname=zinnia
 pkgver=0.06
-pkgrel=2
+pkgrel=3
 pkgdesc=Simple, customizable and portable online hand recognition system 
based on Support Vector Machines
 arch=('i686' 'x86_64')
 url=http://zinnia.sourceforge.net/;



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

2013-10-22 Thread Felix Yan
Date: Tuesday, October 22, 2013 @ 08:58:56
  Author: fyan
Revision: 98981

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

Added:
  zinnia/repos/community-testing-i686/
  zinnia/repos/community-testing-i686/PKGBUILD
(from rev 98980, zinnia/trunk/PKGBUILD)
  zinnia/repos/community-testing-x86_64/
  zinnia/repos/community-testing-x86_64/PKGBUILD
(from rev 98980, zinnia/trunk/PKGBUILD)

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

Copied: zinnia/repos/community-testing-i686/PKGBUILD (from rev 98980, 
zinnia/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-10-22 06:58:56 UTC (rev 98981)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Humbert Julien julroy67 [AT] gmail.com
+
+pkgname=zinnia
+pkgver=0.06
+pkgrel=3
+pkgdesc=Simple, customizable and portable online hand recognition system 
based on Support Vector Machines
+arch=('i686' 'x86_64')
+url=http://zinnia.sourceforge.net/;
+license=('BSD')
+depends=('gcc-libs')
+makedepends=('libtool')
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('ece3af93f937282971634fd81d3e997f848e8cfa958220e26a4564ca064ac20b')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: zinnia/repos/community-testing-x86_64/PKGBUILD (from rev 98980, 
zinnia/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-10-22 06:58:56 UTC (rev 98981)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Humbert Julien julroy67 [AT] gmail.com
+
+pkgname=zinnia
+pkgver=0.06
+pkgrel=3
+pkgdesc=Simple, customizable and portable online hand recognition system 
based on Support Vector Machines
+arch=('i686' 'x86_64')
+url=http://zinnia.sourceforge.net/;
+license=('BSD')
+depends=('gcc-libs')
+makedepends=('libtool')
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('ece3af93f937282971634fd81d3e997f848e8cfa958220e26a4564ca064ac20b')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}



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

2013-10-22 Thread Felix Yan
Date: Tuesday, October 22, 2013 @ 09:14:24
  Author: fyan
Revision: 98982

upgpkg: zh-autoconvert 0.3.16-3 remove libtool files

Modified:
  zh-autoconvert/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-22 06:58:56 UTC (rev 98981)
+++ PKGBUILD2013-10-22 07:14:24 UTC (rev 98982)
@@ -4,13 +4,12 @@
 
 pkgname=zh-autoconvert
 pkgver=0.3.16
-pkgrel=2
+pkgrel=3
 pkgdesc=An intelligent Chinese Encoding converter
 url=http://libhz.googlecode.com/;
 license=('LGPL')
 arch=('i686' 'x86_64')
 depends=('glibc')
-makedepends=('pkgconfig')
 source=(${url}/files/${pkgname}-${pkgver}.tar.gz
autoconvert.patch)
 md5sums=('1f4aa2332afc076910b5d510b8c81966'



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

2013-10-22 Thread Felix Yan
Date: Tuesday, October 22, 2013 @ 09:15:26
  Author: fyan
Revision: 98983

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

Added:
  zh-autoconvert/repos/community-testing-i686/
  zh-autoconvert/repos/community-testing-i686/PKGBUILD
(from rev 98982, zh-autoconvert/trunk/PKGBUILD)
  zh-autoconvert/repos/community-testing-i686/autoconvert.patch
(from rev 98982, zh-autoconvert/trunk/autoconvert.patch)
  zh-autoconvert/repos/community-testing-x86_64/
  zh-autoconvert/repos/community-testing-x86_64/PKGBUILD
(from rev 98982, zh-autoconvert/trunk/PKGBUILD)
  zh-autoconvert/repos/community-testing-x86_64/autoconvert.patch
(from rev 98982, zh-autoconvert/trunk/autoconvert.patch)

+
 community-testing-i686/PKGBUILD|   29 +
 community-testing-i686/autoconvert.patch   |   37 +++
 community-testing-x86_64/PKGBUILD  |   29 +
 community-testing-x86_64/autoconvert.patch |   37 +++
 4 files changed, 132 insertions(+)

Copied: zh-autoconvert/repos/community-testing-i686/PKGBUILD (from rev 98982, 
zh-autoconvert/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-10-22 07:15:26 UTC (rev 98983)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: CUI Hao cuihao.leo at gmail dot com
+# Contributor: Kandu 1123monkey at 163 dot com
+
+pkgname=zh-autoconvert
+pkgver=0.3.16
+pkgrel=3
+pkgdesc=An intelligent Chinese Encoding converter
+url=http://libhz.googlecode.com/;
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('glibc')
+source=(${url}/files/${pkgname}-${pkgver}.tar.gz
+   autoconvert.patch)
+md5sums=('1f4aa2332afc076910b5d510b8c81966'
+'1f7c39af01d6845c064da59224ae503b')
+
+build() {
+  cd ${srcdir}/autoconvert-${pkgver}
+
+  patch -Np1 -i ../autoconvert.patch
+  make
+}
+
+package() {
+  cd ${srcdir}/autoconvert-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+

Copied: zh-autoconvert/repos/community-testing-i686/autoconvert.patch (from rev 
98982, zh-autoconvert/trunk/autoconvert.patch)
===
--- community-testing-i686/autoconvert.patch(rev 0)
+++ community-testing-i686/autoconvert.patch2013-10-22 07:15:26 UTC (rev 
98983)
@@ -0,0 +1,37 @@
+--- autoconvert-0.3.16/Makefile2001-04-28 09:45:46.0 +0800
 autoconvert-0.3.16-fix/Makefile2011-05-01 11:25:23.432934576 +0800
+@@ -5,7 +5,7 @@
+ 
+ .PHONY: all hzlib clean install-home install
+ 
+-all: autob5 autogb hzlib  xchat-plugins
++all: autob5 autogb hzlib
+ 
+ autob5: autogb
+   rm -f autob5;ln -s autogb autob5
+@@ -15,8 +15,6 @@
+   $(CC) $(CFLAG) autogb.c lib/libhz.a -o autogb
+ hzlib:
+   cd hzconvert;make
+-xchat-plugins: 
+-  cd contrib/xchat-plugins;make
+ clean:
+   rm -f autob5 autogb *.o *~
+   rm -f include/*~
+@@ -30,12 +28,13 @@
+   ln -s $(HOME)/bin/autogb $(HOME)/bin/autob5
+   chmod 755 $(HOME)/bin/autogb 
+ install:
++  mkdir -p $(DESTDIR)/usr/bin
++  mkdir -p $(DESTDIR)/usr/lib
++  mkdir -p $(DESTDIR)/usr/include
+   install -m 755 autogb $(DESTDIR)/usr/bin
+   install -m 755 lib/libhz.so.0.0 $(DESTDIR)/usr/lib
+   cd $(DESTDIR)/usr/lib;ln -s  libhz.so.0.0 libhz.so.0
+   cd $(DESTDIR)/usr/lib;ln -s  libhz.so.0 libhz.so
+-  install -m 755 lib/libhz.a $(DESTDIR)/usr/lib
+-  install -m 755 contrib/xchat-plugins/xchat-autogb.so 
$(DESTDIR)/usr/share/zh-autoconvert
+-  install -m 755 contrib/xchat-plugins/xchat-autob5.so 
$(DESTDIR)/usr/share/zh-autoconvert
++  install -m 644 lib/libhz.a $(DESTDIR)/usr/lib
+   install -m 644 include/*.h  $(DESTDIR)/usr/include
+   ln -s autogb $(DESTDIR)/usr/bin/autob5

Copied: zh-autoconvert/repos/community-testing-x86_64/PKGBUILD (from rev 98982, 
zh-autoconvert/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-10-22 07:15:26 UTC (rev 98983)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: CUI Hao cuihao.leo at gmail dot com
+# Contributor: Kandu 1123monkey at 163 dot com
+
+pkgname=zh-autoconvert
+pkgver=0.3.16
+pkgrel=3
+pkgdesc=An intelligent Chinese Encoding converter
+url=http://libhz.googlecode.com/;
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('glibc')
+source=(${url}/files/${pkgname}-${pkgver}.tar.gz
+   autoconvert.patch)
+md5sums=('1f4aa2332afc076910b5d510b8c81966'
+'1f7c39af01d6845c064da59224ae503b')
+
+build() {
+  cd ${srcdir}/autoconvert-${pkgver}
+
+  patch -Np1 -i ../autoconvert.patch
+  make
+}
+
+package() {
+  cd 

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

2013-10-22 Thread Felix Yan
Date: Tuesday, October 22, 2013 @ 09:23:47
  Author: fyan
Revision: 98984

upgpkg: pidgin-hotkeys 0.2.4-3

Modified:
  pidgin-hotkeys/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-22 07:15:26 UTC (rev 98983)
+++ PKGBUILD2013-10-22 07:23:47 UTC (rev 98984)
@@ -5,7 +5,7 @@
 
 pkgname=pidgin-hotkeys
 pkgver=0.2.4
-pkgrel=2
+pkgrel=3
 pkgdesc=A Pidgin plugin that allows you to define global hotkeys.
 arch=('i686' 'x86_64')
 url=http://pidgin-hotkeys.sourceforge.net;



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

2013-10-22 Thread Felix Yan
Date: Tuesday, October 22, 2013 @ 09:25:11
  Author: fyan
Revision: 98985

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

Added:
  pidgin-hotkeys/repos/community-testing-i686/
  pidgin-hotkeys/repos/community-testing-i686/PKGBUILD
(from rev 98984, pidgin-hotkeys/trunk/PKGBUILD)
  pidgin-hotkeys/repos/community-testing-i686/pidgin-hotkeys.patch
(from rev 98984, pidgin-hotkeys/trunk/pidgin-hotkeys.patch)
  pidgin-hotkeys/repos/community-testing-x86_64/
  pidgin-hotkeys/repos/community-testing-x86_64/PKGBUILD
(from rev 98984, pidgin-hotkeys/trunk/PKGBUILD)
  pidgin-hotkeys/repos/community-testing-x86_64/pidgin-hotkeys.patch
(from rev 98984, pidgin-hotkeys/trunk/pidgin-hotkeys.patch)

---+
 community-testing-i686/PKGBUILD   |   31 
 community-testing-i686/pidgin-hotkeys.patch   |   24 ++
 community-testing-x86_64/PKGBUILD |   31 
 community-testing-x86_64/pidgin-hotkeys.patch |   24 ++
 4 files changed, 110 insertions(+)

Copied: pidgin-hotkeys/repos/community-testing-i686/PKGBUILD (from rev 98984, 
pidgin-hotkeys/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-10-22 07:25:11 UTC (rev 98985)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: detto detto-br...@freenet.de
+
+pkgname=pidgin-hotkeys
+pkgver=0.2.4
+pkgrel=3
+pkgdesc=A Pidgin plugin that allows you to define global hotkeys.
+arch=('i686' 'x86_64')
+url=http://pidgin-hotkeys.sourceforge.net;
+license=('GPL')
+depends=('pidgin')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+pidgin-hotkeys.patch)
+md5sums=('553aae7319861af9e8716bfe0ba45c30'
+ '0726353af56270164d7af88470722dd0')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  patch -Np0 -i ../pidgin-hotkeys.patch
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: pidgin-hotkeys/repos/community-testing-i686/pidgin-hotkeys.patch (from 
rev 98984, pidgin-hotkeys/trunk/pidgin-hotkeys.patch)
===
--- community-testing-i686/pidgin-hotkeys.patch (rev 0)
+++ community-testing-i686/pidgin-hotkeys.patch 2013-10-22 07:25:11 UTC (rev 
98985)
@@ -0,0 +1,24 @@
+--- src/hotkeys.c  2007-06-22 20:37:00.0 +0200
 src/hotkeys.c  2008-04-18 16:08:46.0 +0200
+@@ -152,15 +152,19 @@
+ 
+ if ((l = get_pending_list(1)))
+   {
+-  pidgin_conv_present_conversation((PurpleConversation *)l-data);
++  PurpleConversation *conv = l-data;
++  pidgin_conv_present_conversation(conv);
+ 
+ #ifdef GDK_WINDOWING_X11
+   {
+   GtkWindow *gtkwindow;
++  PidginConversation *gtkconv = PIDGIN_CONVERSATION(conv);
+ 
+-  gtkwindow = 
GTK_WINDOW(pidgin_conv_get_window(PIDGIN_CONVERSATION((PurpleConversation 
*)l-data))-window);
++  gtkwindow = 
GTK_WINDOW(pidgin_conv_get_window(PIDGIN_CONVERSATION(conv))-window);
+   /*gtk_window_present(gtkwindow);*/
+   hacky_active_window(GTK_WIDGET(gtkwindow));
++
++  pidgin_conv_window_switch_gtkconv(gtkconv-win, 
gtkconv);
+   }
+ #endif
+   g_list_free(l);

Copied: pidgin-hotkeys/repos/community-testing-x86_64/PKGBUILD (from rev 98984, 
pidgin-hotkeys/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-10-22 07:25:11 UTC (rev 98985)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: detto detto-br...@freenet.de
+
+pkgname=pidgin-hotkeys
+pkgver=0.2.4
+pkgrel=3
+pkgdesc=A Pidgin plugin that allows you to define global hotkeys.
+arch=('i686' 'x86_64')
+url=http://pidgin-hotkeys.sourceforge.net;
+license=('GPL')
+depends=('pidgin')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+pidgin-hotkeys.patch)
+md5sums=('553aae7319861af9e8716bfe0ba45c30'
+ '0726353af56270164d7af88470722dd0')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  patch -Np0 -i ../pidgin-hotkeys.patch
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: pidgin-hotkeys/repos/community-testing-x86_64/pidgin-hotkeys.patch 
(from rev 98984, 

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

2013-10-22 Thread Massimiliano Torromeo
Date: Tuesday, October 22, 2013 @ 09:26:59
  Author: mtorromeo
Revision: 98986

upgpkg: jemalloc 3.4.1-1

Updated to 3.4.1

Modified:
  jemalloc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-22 07:25:11 UTC (rev 98985)
+++ PKGBUILD2013-10-22 07:26:59 UTC (rev 98986)
@@ -3,7 +3,7 @@
 # Contributor: Kovivchak Evgen oneonf...@gmail.com
 
 pkgname=jemalloc
-pkgver=3.4.0
+pkgver=3.4.1
 pkgrel=1
 pkgdesc=General-purpose scalable concurrent malloc implementation
 arch=('i686' 'x86_64')
@@ -10,7 +10,10 @@
 license=('BSD')
 url=http://www.canonware.com/jemalloc/;
 depends=('glibc')
-makedepends=('autoconf' 'make')
+makedepends=('autoconf' 'make' 'bash')
+optdepends=(
+   'perl: memory profiler'
+)
 source=(http://www.canonware.com/download/jemalloc/$pkgname-$pkgver.tar.bz2)
 
 build() {
@@ -27,4 +30,4 @@
install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
 }
 
-sha256sums=('f60802c4c2c60bc24598fd052494aea96f4426f3d4decd832eadeed520ff81c0')
+sha256sums=('7341953fe9f21342b005b6c7e798631678ae713293a64d5fa61dea7449fc10fb')



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

2013-10-22 Thread Massimiliano Torromeo
Date: Tuesday, October 22, 2013 @ 09:30:18
  Author: mtorromeo
Revision: 98987

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

Added:
  jemalloc/repos/community-i686/PKGBUILD
(from rev 98986, jemalloc/trunk/PKGBUILD)
Deleted:
  jemalloc/repos/community-i686/PKGBUILD
  jemalloc/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   33 +
 community-i686/PKGBUILD   |   30 --
 community-x86_64/PKGBUILD |   30 --
 3 files changed, 33 insertions(+), 60 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-22 07:26:59 UTC (rev 98986)
+++ community-i686/PKGBUILD 2013-10-22 07:30:18 UTC (rev 98987)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: Kovivchak Evgen oneonf...@gmail.com
-
-pkgname=jemalloc
-pkgver=3.4.0
-pkgrel=1
-pkgdesc=General-purpose scalable concurrent malloc implementation
-arch=('i686' 'x86_64')
-license=('BSD')
-url=http://www.canonware.com/jemalloc/;
-depends=('glibc')
-makedepends=('autoconf' 'make')
-source=(http://www.canonware.com/download/jemalloc/$pkgname-$pkgver.tar.bz2)
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-   mv $pkgdir/usr/bin/{,jemalloc-}pprof
-   chmod 644 $pkgdir/usr/lib/*.a
-   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-sha256sums=('f60802c4c2c60bc24598fd052494aea96f4426f3d4decd832eadeed520ff81c0')

Copied: jemalloc/repos/community-i686/PKGBUILD (from rev 98986, 
jemalloc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-22 07:30:18 UTC (rev 98987)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Kovivchak Evgen oneonf...@gmail.com
+
+pkgname=jemalloc
+pkgver=3.4.1
+pkgrel=1
+pkgdesc=General-purpose scalable concurrent malloc implementation
+arch=('i686' 'x86_64')
+license=('BSD')
+url=http://www.canonware.com/jemalloc/;
+depends=('glibc')
+makedepends=('autoconf' 'make' 'bash')
+optdepends=(
+   'perl: memory profiler'
+)
+source=(http://www.canonware.com/download/jemalloc/$pkgname-$pkgver.tar.bz2)
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+   mv $pkgdir/usr/bin/{,jemalloc-}pprof
+   chmod 644 $pkgdir/usr/lib/*.a
+   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+sha256sums=('7341953fe9f21342b005b6c7e798631678ae713293a64d5fa61dea7449fc10fb')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-10-22 07:26:59 UTC (rev 98986)
+++ community-x86_64/PKGBUILD   2013-10-22 07:30:18 UTC (rev 98987)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: Kovivchak Evgen oneonf...@gmail.com
-
-pkgname=jemalloc
-pkgver=3.4.0
-pkgrel=1
-pkgdesc=General-purpose scalable concurrent malloc implementation
-arch=('i686' 'x86_64')
-license=('BSD')
-url=http://www.canonware.com/jemalloc/;
-depends=('glibc')
-makedepends=('autoconf' 'make')
-source=(http://www.canonware.com/download/jemalloc/$pkgname-$pkgver.tar.bz2)
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-   mv $pkgdir/usr/bin/{,jemalloc-}pprof
-   chmod 644 $pkgdir/usr/lib/*.a
-   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-sha256sums=('f60802c4c2c60bc24598fd052494aea96f4426f3d4decd832eadeed520ff81c0')



[arch-commits] Commit in jemalloc/repos/community-x86_64 (PKGBUILD)

2013-10-22 Thread Massimiliano Torromeo
Date: Tuesday, October 22, 2013 @ 09:34:25
  Author: mtorromeo
Revision: 98988

copy trunk to community-x86-64

Added:
  jemalloc/repos/community-x86_64/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-22 07:34:25 UTC (rev 98988)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 98987 2013-10-22 07:30:18Z mtorromeo $
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Kovivchak Evgen oneonf...@gmail.com
+
+pkgname=jemalloc
+pkgver=3.4.1
+pkgrel=1
+pkgdesc=General-purpose scalable concurrent malloc implementation
+arch=('i686' 'x86_64')
+license=('BSD')
+url=http://www.canonware.com/jemalloc/;
+depends=('glibc')
+makedepends=('autoconf' 'make' 'bash')
+optdepends=(
+   'perl: memory profiler'
+)
+source=(http://www.canonware.com/download/jemalloc/$pkgname-$pkgver.tar.bz2)
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+   mv $pkgdir/usr/bin/{,jemalloc-}pprof
+   chmod 644 $pkgdir/usr/lib/*.a
+   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+sha256sums=('7341953fe9f21342b005b6c7e798631678ae713293a64d5fa61dea7449fc10fb')



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

2013-10-22 Thread Felix Yan
Date: Tuesday, October 22, 2013 @ 09:39:55
  Author: fyan
Revision: 98989

upgpkg: google-glog 0.3.3-2

Modified:
  google-glog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-22 07:34:25 UTC (rev 98988)
+++ PKGBUILD2013-10-22 07:39:55 UTC (rev 98989)
@@ -4,7 +4,7 @@
 
 pkgname=google-glog
 pkgver=0.3.3
-pkgrel=1
+pkgrel=2
 pkgdesc=Logging library for C++
 arch=('i686' 'x86_64')
 license=('custom:BSD3')



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

2013-10-22 Thread Felix Yan
Date: Tuesday, October 22, 2013 @ 09:42:00
  Author: fyan
Revision: 98990

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

Added:
  google-glog/repos/community-testing-i686/
  google-glog/repos/community-testing-i686/PKGBUILD
(from rev 98989, google-glog/trunk/PKGBUILD)
  google-glog/repos/community-testing-x86_64/
  google-glog/repos/community-testing-x86_64/PKGBUILD
(from rev 98989, google-glog/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   34 ++
 community-testing-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: google-glog/repos/community-testing-i686/PKGBUILD (from rev 98989, 
google-glog/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-10-22 07:42:00 UTC (rev 98990)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Ian Yang doit@gmail.com
+
+pkgname=google-glog
+pkgver=0.3.3
+pkgrel=2
+pkgdesc=Logging library for C++
+arch=('i686' 'x86_64')
+license=('custom:BSD3')
+url=http://code.google.com/p/google-glog/;
+depends=('gcc-libs')
+makedepends=('make' 'gcc')
+options=('!libtool')
+source=(http://google-glog.googlecode.com/files/glog-${pkgver}.tar.gz;)
+
+build() {
+  cd $srcdir/glog-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/glog-${pkgver}
+  make DESTDIR=$pkgdir install
+
+  # Lazy way of dealing with conflicting man and info pages...
+  rm -rf ${pkgdir}/usr/share
+
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+md5sums=('a6fd2c22f8996846e34c763422717c18')

Copied: google-glog/repos/community-testing-x86_64/PKGBUILD (from rev 98989, 
google-glog/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-10-22 07:42:00 UTC (rev 98990)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Ian Yang doit@gmail.com
+
+pkgname=google-glog
+pkgver=0.3.3
+pkgrel=2
+pkgdesc=Logging library for C++
+arch=('i686' 'x86_64')
+license=('custom:BSD3')
+url=http://code.google.com/p/google-glog/;
+depends=('gcc-libs')
+makedepends=('make' 'gcc')
+options=('!libtool')
+source=(http://google-glog.googlecode.com/files/glog-${pkgver}.tar.gz;)
+
+build() {
+  cd $srcdir/glog-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/glog-${pkgver}
+  make DESTDIR=$pkgdir install
+
+  # Lazy way of dealing with conflicting man and info pages...
+  rm -rf ${pkgdir}/usr/share
+
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+md5sums=('a6fd2c22f8996846e34c763422717c18')



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

2013-10-22 Thread Felix Yan
Date: Tuesday, October 22, 2013 @ 09:47:38
  Author: fyan
Revision: 98991

upgpkg: boinc 7.0.65-2

Modified:
  boinc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-22 07:42:00 UTC (rev 98990)
+++ PKGBUILD2013-10-22 07:47:38 UTC (rev 98991)
@@ -7,7 +7,7 @@
 pkgname=(boinc boinc-nox)
 pkgver=7.0.65
 _tag=client_release/7.0/$pkgver
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=http://boinc.berkeley.edu/;
 license=('LGPL')



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

2013-10-22 Thread Jan de Groot
Date: Tuesday, October 22, 2013 @ 09:52:38
  Author: jgc
Revision: 197110

upgpkg: gtkspell 2.0.16-3

no static libs

Modified:
  gtkspell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-22 05:48:33 UTC (rev 197109)
+++ PKGBUILD2013-10-22 07:52:38 UTC (rev 197110)
@@ -4,9 +4,9 @@
 
 pkgname=gtkspell
 pkgver=2.0.16
-pkgrel=2
+pkgrel=3
 url=http://gtkspell.sourceforge.net/;
-pkgdesc=GtkSpell provides word-processor-style highlighting and replacement 
of misspelled words in a GtkTextView widget
+pkgdesc=Provides word-processor-style highlighting and replacement of 
misspelled words in a GtkTextView widget
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('gtk2' 'enchant')
@@ -17,7 +17,7 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --disable-static
   make
 }
 



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

2013-10-22 Thread Felix Yan
Date: Tuesday, October 22, 2013 @ 09:51:53
  Author: fyan
Revision: 98992

upgpkg: libsodium 0.4.4-1

Modified:
  libsodium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-22 07:47:38 UTC (rev 98991)
+++ PKGBUILD2013-10-22 07:51:53 UTC (rev 98992)
@@ -4,7 +4,7 @@
 # Contributor: Alessio Sergi asergi at archlinux dot us
 
 pkgname=libsodium
-pkgver=0.4.3
+pkgver=0.4.4
 pkgrel=1
 pkgdesc=P(ortable|ackageable) NaCl-based crypto library
 arch=('i686' 'x86_64')
@@ -11,7 +11,6 @@
 url=https://github.com/jedisct1/libsodium;
 license=('custom:ISC')
 depends=('glibc')
-options=('!libtool')
 
source=(http://download.dnscrypt.org/$pkgname/releases/$pkgname-${pkgver}.tar.gz)
 
 build() {
@@ -35,4 +34,4 @@
 }
 
 # vim:set ts=2 sw=2 et:
-sha512sums=('479016922fa522409eac80e65046129b4ea3a34642483e6f56331c430c9cb21cf69ec4650a6717560283096d1416bf15035dbf56eba3c35259ddfc8feccda331')
+sha512sums=('40234a235cb3e47012dc1046275c9404d1a5057231a40bca3794f74ed5bc78a409f89a2326241d10eedc59bf78c2831387ca7822a21cbc54470eababafee33d6')



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

2013-10-22 Thread Jan de Groot
Date: Tuesday, October 22, 2013 @ 09:52:45
  Author: jgc
Revision: 197111

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-22 07:52:38 UTC (rev 197110)
+++ extra-i686/PKGBUILD 2013-10-22 07:52:45 UTC (rev 197111)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Roman Kyrylych ro...@archlinux.org
-# Contributer: Ben b...@benmazer.net
-
-pkgname=gtkspell
-pkgver=2.0.16
-pkgrel=2
-url=http://gtkspell.sourceforge.net/;
-pkgdesc=GtkSpell provides word-processor-style highlighting and replacement 
of misspelled words in a GtkTextView widget
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk2' 'enchant')
-makedepends=('intltool' 'gtk-doc')
-options=('!libtool')
-source=(http://gtkspell.sourceforge.net/download/${pkgname}-${pkgver}.tar.gz)
-md5sums=('f75dcc9338f182c571b321d37c606a94')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: gtkspell/repos/extra-i686/PKGBUILD (from rev 197110, 
gtkspell/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-22 07:52:45 UTC (rev 197111)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Roman Kyrylych ro...@archlinux.org
+# Contributer: Ben b...@benmazer.net
+
+pkgname=gtkspell
+pkgver=2.0.16
+pkgrel=3
+url=http://gtkspell.sourceforge.net/;
+pkgdesc=Provides word-processor-style highlighting and replacement of 
misspelled words in a GtkTextView widget
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk2' 'enchant')
+makedepends=('intltool' 'gtk-doc')
+options=('!libtool')
+source=(http://gtkspell.sourceforge.net/download/${pkgname}-${pkgver}.tar.gz)
+md5sums=('f75dcc9338f182c571b321d37c606a94')
+
+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   2013-10-22 07:52:38 UTC (rev 197110)
+++ extra-x86_64/PKGBUILD   2013-10-22 07:52:45 UTC (rev 197111)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Roman Kyrylych ro...@archlinux.org
-# Contributer: Ben b...@benmazer.net
-
-pkgname=gtkspell
-pkgver=2.0.16
-pkgrel=2
-url=http://gtkspell.sourceforge.net/;
-pkgdesc=GtkSpell provides word-processor-style highlighting and replacement 
of misspelled words in a GtkTextView widget
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk2' 'enchant')
-makedepends=('intltool' 'gtk-doc')
-options=('!libtool')
-source=(http://gtkspell.sourceforge.net/download/${pkgname}-${pkgver}.tar.gz)
-md5sums=('f75dcc9338f182c571b321d37c606a94')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: gtkspell/repos/extra-x86_64/PKGBUILD (from rev 197110, 
gtkspell/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-10-22 07:52:45 UTC (rev 197111)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Roman Kyrylych ro...@archlinux.org
+# Contributer: Ben b...@benmazer.net
+
+pkgname=gtkspell
+pkgver=2.0.16
+pkgrel=3
+url=http://gtkspell.sourceforge.net/;
+pkgdesc=Provides word-processor-style highlighting and replacement of 
misspelled words in a GtkTextView widget
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk2' 'enchant')
+makedepends=('intltool' 'gtk-doc')
+options=('!libtool')
+source=(http://gtkspell.sourceforge.net/download/${pkgname}-${pkgver}.tar.gz)
+md5sums=('f75dcc9338f182c571b321d37c606a94')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2013-10-22 Thread Felix Yan
Date: Tuesday, October 22, 2013 @ 09:54:34
  Author: fyan
Revision: 98993

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

Added:
  libsodium/repos/community-testing-i686/
  libsodium/repos/community-testing-i686/PKGBUILD
(from rev 98992, libsodium/trunk/PKGBUILD)
  libsodium/repos/community-testing-x86_64/
  libsodium/repos/community-testing-x86_64/PKGBUILD
(from rev 98992, libsodium/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   37 
 community-testing-x86_64/PKGBUILD |   37 
 2 files changed, 74 insertions(+)

Copied: libsodium/repos/community-testing-i686/PKGBUILD (from rev 98992, 
libsodium/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-10-22 07:54:34 UTC (rev 98993)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: namelessjon jonathan.st...@gmail.com
+# Contributor: Alessio Sergi asergi at archlinux dot us
+
+pkgname=libsodium
+pkgver=0.4.4
+pkgrel=1
+pkgdesc=P(ortable|ackageable) NaCl-based crypto library
+arch=('i686' 'x86_64')
+url=https://github.com/jedisct1/libsodium;
+license=('custom:ISC')
+depends=('glibc')
+source=(http://download.dnscrypt.org/$pkgname/releases/$pkgname-${pkgver}.tar.gz)
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license
+  install -d -m 755 $pkgdir/usr/share/licenses/$pkgname
+  install -m 644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:
+sha512sums=('40234a235cb3e47012dc1046275c9404d1a5057231a40bca3794f74ed5bc78a409f89a2326241d10eedc59bf78c2831387ca7822a21cbc54470eababafee33d6')

Copied: libsodium/repos/community-testing-x86_64/PKGBUILD (from rev 98992, 
libsodium/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-10-22 07:54:34 UTC (rev 98993)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: namelessjon jonathan.st...@gmail.com
+# Contributor: Alessio Sergi asergi at archlinux dot us
+
+pkgname=libsodium
+pkgver=0.4.4
+pkgrel=1
+pkgdesc=P(ortable|ackageable) NaCl-based crypto library
+arch=('i686' 'x86_64')
+url=https://github.com/jedisct1/libsodium;
+license=('custom:ISC')
+depends=('glibc')
+source=(http://download.dnscrypt.org/$pkgname/releases/$pkgname-${pkgver}.tar.gz)
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license
+  install -d -m 755 $pkgdir/usr/share/licenses/$pkgname
+  install -m 644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:
+sha512sums=('40234a235cb3e47012dc1046275c9404d1a5057231a40bca3794f74ed5bc78a409f89a2326241d10eedc59bf78c2831387ca7822a21cbc54470eababafee33d6')



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

2013-10-22 Thread Jan de Groot
Date: Tuesday, October 22, 2013 @ 09:55:06
  Author: jgc
Revision: 197113

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

Added:
  libart-lgpl/repos/extra-i686/PKGBUILD
(from rev 197112, libart-lgpl/trunk/PKGBUILD)
  libart-lgpl/repos/extra-x86_64/PKGBUILD
(from rev 197112, libart-lgpl/trunk/PKGBUILD)
Deleted:
  libart-lgpl/repos/extra-i686/PKGBUILD
  libart-lgpl/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   48 
 extra-i686/PKGBUILD   |   24 
 extra-x86_64/PKGBUILD |   24 
 3 files changed, 48 insertions(+), 48 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-22 07:54:58 UTC (rev 197112)
+++ extra-i686/PKGBUILD 2013-10-22 07:55:06 UTC (rev 197113)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libart-lgpl
-pkgver=2.3.21
-pkgrel=2
-pkgdesc=A library for high-performance 2D graphics
-url=http://www.levien.com/libart/;
-arch=('i686' 'x86_64')
-license=('LGPL')
-source=(http://ftp.gnome.org/pub/GNOME/sources/libart_lgpl/2.3/libart_lgpl-${pkgver}.tar.bz2)
-options=('!libtool')
-sha256sums=('fdc11e74c10fc9ffe4188537e2b370c0abacca7d89021d4d303afdf7fd7476fa')
-
-build() {
-  cd ${srcdir}/libart_lgpl-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/libart_lgpl-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libart-lgpl/repos/extra-i686/PKGBUILD (from rev 197112, 
libart-lgpl/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-22 07:55:06 UTC (rev 197113)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libart-lgpl
+pkgver=2.3.21
+pkgrel=3
+pkgdesc=A library for high-performance 2D graphics
+url=http://www.levien.com/libart/;
+arch=('i686' 'x86_64')
+license=('LGPL')
+source=(http://ftp.gnome.org/pub/GNOME/sources/libart_lgpl/2.3/libart_lgpl-${pkgver}.tar.bz2)
+options=('!libtool')
+sha256sums=('fdc11e74c10fc9ffe4188537e2b370c0abacca7d89021d4d303afdf7fd7476fa')
+
+build() {
+  cd ${srcdir}/libart_lgpl-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/libart_lgpl-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-10-22 07:54:58 UTC (rev 197112)
+++ extra-x86_64/PKGBUILD   2013-10-22 07:55:06 UTC (rev 197113)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libart-lgpl
-pkgver=2.3.21
-pkgrel=2
-pkgdesc=A library for high-performance 2D graphics
-url=http://www.levien.com/libart/;
-arch=('i686' 'x86_64')
-license=('LGPL')
-source=(http://ftp.gnome.org/pub/GNOME/sources/libart_lgpl/2.3/libart_lgpl-${pkgver}.tar.bz2)
-options=('!libtool')
-sha256sums=('fdc11e74c10fc9ffe4188537e2b370c0abacca7d89021d4d303afdf7fd7476fa')
-
-build() {
-  cd ${srcdir}/libart_lgpl-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/libart_lgpl-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libart-lgpl/repos/extra-x86_64/PKGBUILD (from rev 197112, 
libart-lgpl/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-10-22 07:55:06 UTC (rev 197113)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libart-lgpl
+pkgver=2.3.21
+pkgrel=3
+pkgdesc=A library for high-performance 2D graphics
+url=http://www.levien.com/libart/;
+arch=('i686' 'x86_64')
+license=('LGPL')
+source=(http://ftp.gnome.org/pub/GNOME/sources/libart_lgpl/2.3/libart_lgpl-${pkgver}.tar.bz2)
+options=('!libtool')
+sha256sums=('fdc11e74c10fc9ffe4188537e2b370c0abacca7d89021d4d303afdf7fd7476fa')
+
+build() {
+  cd ${srcdir}/libart_lgpl-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/libart_lgpl-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2013-10-22 Thread Jan de Groot
Date: Tuesday, October 22, 2013 @ 09:54:58
  Author: jgc
Revision: 197112

upgpkg: libart-lgpl 2.3.21-3

no static libs

Modified:
  libart-lgpl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-22 07:52:45 UTC (rev 197111)
+++ PKGBUILD2013-10-22 07:54:58 UTC (rev 197112)
@@ -3,7 +3,7 @@
 
 pkgname=libart-lgpl
 pkgver=2.3.21
-pkgrel=2
+pkgrel=3
 pkgdesc=A library for high-performance 2D graphics
 url=http://www.levien.com/libart/;
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 
 build() {
   cd ${srcdir}/libart_lgpl-${pkgver}
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --disable-static
   make
 }
 



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

2013-10-22 Thread Jan de Groot
Date: Tuesday, October 22, 2013 @ 09:58:20
  Author: jgc
Revision: 197114

upgpkg: libavc1394 0.5.4-2

no static libs

Modified:
  libavc1394/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-22 07:55:06 UTC (rev 197113)
+++ PKGBUILD2013-10-22 07:58:20 UTC (rev 197114)
@@ -4,7 +4,7 @@
 
 pkgname=libavc1394
 pkgver=0.5.4
-pkgrel=1
+pkgrel=2
 pkgdesc=A library to control A/V devices using the 1394ta AV/C commands.
 arch=(i686 x86_64)
 url=http://sourceforge.net/projects/libavc1394/;
@@ -16,7 +16,7 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man
+  ./configure --prefix=/usr --mandir=/usr/share/man --disable-static
   make
 }
 



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

2013-10-22 Thread Jan de Groot
Date: Tuesday, October 22, 2013 @ 09:58:26
  Author: jgc
Revision: 197115

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-22 07:58:20 UTC (rev 197114)
+++ extra-i686/PKGBUILD 2013-10-22 07:58:26 UTC (rev 197115)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: damir da...@archlinux.org
-# Contributor: Robert Emil Berge rob...@rebi.no
-
-pkgname=libavc1394
-pkgver=0.5.4
-pkgrel=1
-pkgdesc=A library to control A/V devices using the 1394ta AV/C commands.
-arch=(i686 x86_64)
-url=http://sourceforge.net/projects/libavc1394/;
-license=('LGPL')
-depends=('libraw1394')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/libavc1394/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('caf0db059d8b8d35d6f08e6c0e1c7dfe')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libavc1394/repos/extra-i686/PKGBUILD (from rev 197114, 
libavc1394/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-22 07:58:26 UTC (rev 197115)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: damir da...@archlinux.org
+# Contributor: Robert Emil Berge rob...@rebi.no
+
+pkgname=libavc1394
+pkgver=0.5.4
+pkgrel=2
+pkgdesc=A library to control A/V devices using the 1394ta AV/C commands.
+arch=(i686 x86_64)
+url=http://sourceforge.net/projects/libavc1394/;
+license=('LGPL')
+depends=('libraw1394')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/libavc1394/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('caf0db059d8b8d35d6f08e6c0e1c7dfe')
+
+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   2013-10-22 07:58:20 UTC (rev 197114)
+++ extra-x86_64/PKGBUILD   2013-10-22 07:58:26 UTC (rev 197115)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: damir da...@archlinux.org
-# Contributor: Robert Emil Berge rob...@rebi.no
-
-pkgname=libavc1394
-pkgver=0.5.4
-pkgrel=1
-pkgdesc=A library to control A/V devices using the 1394ta AV/C commands.
-arch=(i686 x86_64)
-url=http://sourceforge.net/projects/libavc1394/;
-license=('LGPL')
-depends=('libraw1394')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/libavc1394/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('caf0db059d8b8d35d6f08e6c0e1c7dfe')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libavc1394/repos/extra-x86_64/PKGBUILD (from rev 197114, 
libavc1394/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-10-22 07:58:26 UTC (rev 197115)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: damir da...@archlinux.org
+# Contributor: Robert Emil Berge rob...@rebi.no
+
+pkgname=libavc1394
+pkgver=0.5.4
+pkgrel=2
+pkgdesc=A library to control A/V devices using the 1394ta AV/C commands.
+arch=(i686 x86_64)
+url=http://sourceforge.net/projects/libavc1394/;
+license=('LGPL')
+depends=('libraw1394')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/libavc1394/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('caf0db059d8b8d35d6f08e6c0e1c7dfe')
+
+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 boinc/repos (14 files)

2013-10-22 Thread Felix Yan
Date: Tuesday, October 22, 2013 @ 10:05:15
  Author: fyan
Revision: 98994

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

Added:
  boinc/repos/community-testing-i686/
  boinc/repos/community-testing-i686/PKGBUILD
(from rev 98993, boinc/trunk/PKGBUILD)
  boinc/repos/community-testing-i686/boinc-AM_CONDITIONAL.patch
(from rev 98993, boinc/trunk/boinc-AM_CONDITIONAL.patch)
  boinc/repos/community-testing-i686/boinc.bash
(from rev 98993, boinc/trunk/boinc.bash)
  boinc/repos/community-testing-i686/boinc.desktop
(from rev 98993, boinc/trunk/boinc.desktop)
  boinc/repos/community-testing-i686/boinc.install
(from rev 98993, boinc/trunk/boinc.install)
  boinc/repos/community-testing-i686/boinc.service
(from rev 98993, boinc/trunk/boinc.service)
  boinc/repos/community-testing-x86_64/
  boinc/repos/community-testing-x86_64/PKGBUILD
(from rev 98993, boinc/trunk/PKGBUILD)
  boinc/repos/community-testing-x86_64/boinc-AM_CONDITIONAL.patch
(from rev 98993, boinc/trunk/boinc-AM_CONDITIONAL.patch)
  boinc/repos/community-testing-x86_64/boinc.bash
(from rev 98993, boinc/trunk/boinc.bash)
  boinc/repos/community-testing-x86_64/boinc.desktop
(from rev 98993, boinc/trunk/boinc.desktop)
  boinc/repos/community-testing-x86_64/boinc.install
(from rev 98993, boinc/trunk/boinc.install)
  boinc/repos/community-testing-x86_64/boinc.service
(from rev 98993, boinc/trunk/boinc.service)

-+
 community-testing-i686/PKGBUILD |  123 ++
 community-testing-i686/boinc-AM_CONDITIONAL.patch   |   19 ++
 community-testing-i686/boinc.bash   |   99 ++
 community-testing-i686/boinc.desktop|   16 ++
 community-testing-i686/boinc.install|   23 +++
 community-testing-i686/boinc.service|   10 +
 community-testing-x86_64/PKGBUILD   |  123 ++
 community-testing-x86_64/boinc-AM_CONDITIONAL.patch |   19 ++
 community-testing-x86_64/boinc.bash |   99 ++
 community-testing-x86_64/boinc.desktop  |   16 ++
 community-testing-x86_64/boinc.install  |   23 +++
 community-testing-x86_64/boinc.service  |   10 +
 12 files changed, 580 insertions(+)

Copied: boinc/repos/community-testing-i686/PKGBUILD (from rev 98993, 
boinc/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-10-22 08:05:15 UTC (rev 98994)
@@ -0,0 +1,123 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Michal Krenek mi...@sg1.cz
+
+pkgbase=boinc
+pkgname=(boinc boinc-nox)
+pkgver=7.0.65
+_tag=client_release/7.0/$pkgver
+pkgrel=2
+arch=('i686' 'x86_64')
+url=http://boinc.berkeley.edu/;
+license=('LGPL')
+makedepends=('libxslt' 'perl-xml-sax' 'git' 'libxss' 'libnotify' 'wxgtk' 
'sqlite3' 'curl' 'inetutils')
+options=('!libtool')
+install=$pkgbase.install
+source=(git://boinc.berkeley.edu/boinc-v2.git#tag=$_tag
+   boinc.bash
+   boinc.desktop
+   boinc.service
+   boinc-AM_CONDITIONAL.patch)
+
+build() {
+  msg Starting make...
+  
+  # Build boinc
+  rm -rf $srcdir/$pkgbase-build
+  git clone $srcdir/$pkgbase-v2 $srcdir/$pkgbase-build
+  cd $srcdir/$pkgbase-build
+  git checkout $_tag
+
+  patch -Np1 -i ${srcdir}/boinc-AM_CONDITIONAL.patch
+
+  ./_autosetup
+
+  LDFLAGS='-lX11' ./configure \
+--prefix=/usr \
+--disable-server \
+--enable-unicode \
+--with-ssl \
+--enable-dynamic-client-linkage \
+--with-wxdir=/usr/lib \
+--with-wx-config=$(which wx-config) \
+--disable-static \
+--enable-client \
+--enable-manager \
+--with-x
+  make
+
+  # Build boinc-nox
+  rm -rf $srcdir/$pkgbase-nox-build
+  git clone $srcdir/$pkgbase-v2 $srcdir/$pkgbase-nox-build
+  cd $srcdir/$pkgbase-nox-build
+  git checkout $_tag
+
+  patch -Np1 -i ${srcdir}/boinc-AM_CONDITIONAL.patch
+
+  ./_autosetup
+
+  PKG_CONFIG=$(which pkg-config) ./configure \
+--prefix=/usr \
+--disable-server \
+--enable-unicode \
+--with-ssl \
+--enable-dynamic-client-linkage \
+--disable-xss \
+--disable-static \
+--enable-client \
+--disable-manager \
+--without-wxdir \
+--without-x
+  make
+}
+
+package_boinc() {
+  pkgdesc=Berkeley Open Infrastructure for Network Computing for desktop
+  depends=(libxss libnotify wxgtk curl sqlite3)
+
+  cd $srcdir/$pkgbase-build
+
+  make DESTDIR=$pkgdir install
+
+  #install systemd unit
+  install -Dm644 ${srcdir}/$pkgbase.service 
${pkgdir}/usr/lib/systemd/system/$pkgbase.service
+
+  #install bash-completion
+  install -Dm644 ${srcdir}/$pkgbase.bash 
${pkgdir}/usr/share/bash-completion/completions/$pkgbase
+
+  #install .desktop File

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

2013-10-22 Thread Felix Yan
Date: Tuesday, October 22, 2013 @ 10:14:09
  Author: fyan
Revision: 98995

upgpkg: proxychains 3.1-7

Modified:
  proxychains/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-22 08:05:15 UTC (rev 98994)
+++ PKGBUILD2013-10-22 08:14:09 UTC (rev 98995)
@@ -6,13 +6,12 @@
 
 pkgname=proxychains
 pkgver=3.1
-pkgrel=6
+pkgrel=7
 pkgdesc='A program proxifier: Runs programs from behind a proxy server, 
similar to tsocks. TCP  DNS tunneling. HTTP, SOCKS4  SOCKS5.'
 url='http://proxychains.sourceforge.net/'
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('dnsutils')
-options=('!libtool')
 backup=('etc/proxychains.conf')
 
source=(http://downloads.sourceforge.net/sourceforge/proxychains/proxychains-${pkgver}.tar.gz;)
 
@@ -19,7 +18,7 @@
 build() {
   cd proxychains-${pkgver}
   sed -i 's/servlen, unsigned int/servlen, int/' proxychains/libproxychains.c
-#  sed -i 's#export LD_PRELOAD=libproxychains.so#export 
LD_PRELOAD=/usr/lib/libproxychains.so#' proxychains/proxychains
+  #sed -i 's#export LD_PRELOAD=libproxychains.so#export 
LD_PRELOAD=/usr/lib/libproxychains.so#' proxychains/proxychains
   ./configure --prefix=/usr
   make
 }



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

2013-10-22 Thread Felix Yan
Date: Tuesday, October 22, 2013 @ 10:15:24
  Author: fyan
Revision: 98996

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

Added:
  proxychains/repos/community-testing-i686/
  proxychains/repos/community-testing-i686/PKGBUILD
(from rev 98995, proxychains/trunk/PKGBUILD)
  proxychains/repos/community-testing-x86_64/
  proxychains/repos/community-testing-x86_64/PKGBUILD
(from rev 98995, proxychains/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   33 +
 community-testing-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: proxychains/repos/community-testing-i686/PKGBUILD (from rev 98995, 
proxychains/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-10-22 08:15:24 UTC (rev 98996)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Michael Düll m...@akurei.me PGP-Key: AAAEE882
+# Contributor: Dan Serban
+# Contributor: Niklas Schmuecker (IRC: nisc) nschmuecker (gmail)
+
+pkgname=proxychains
+pkgver=3.1
+pkgrel=7
+pkgdesc='A program proxifier: Runs programs from behind a proxy server, 
similar to tsocks. TCP  DNS tunneling. HTTP, SOCKS4  SOCKS5.'
+url='http://proxychains.sourceforge.net/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dnsutils')
+backup=('etc/proxychains.conf')
+source=(http://downloads.sourceforge.net/sourceforge/proxychains/proxychains-${pkgver}.tar.gz;)
+
+build() {
+  cd proxychains-${pkgver}
+  sed -i 's/servlen, unsigned int/servlen, int/' proxychains/libproxychains.c
+  #sed -i 's#export LD_PRELOAD=libproxychains.so#export 
LD_PRELOAD=/usr/lib/libproxychains.so#' proxychains/proxychains
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd proxychains-${pkgver}
+  make DESTDIR=${pkgdir} install
+  cd ${pkgdir}
+  mv usr/etc .
+}
+
+sha512sums=('7ec7be851d956070fe28bdd3bd7c1a7dc442c054e6487868672ba27490c9b0b6aaa061504c9e1933feccb40ca1996123d202df449eac4251d9582a0ba73c7061')

Copied: proxychains/repos/community-testing-x86_64/PKGBUILD (from rev 98995, 
proxychains/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-10-22 08:15:24 UTC (rev 98996)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Michael Düll m...@akurei.me PGP-Key: AAAEE882
+# Contributor: Dan Serban
+# Contributor: Niklas Schmuecker (IRC: nisc) nschmuecker (gmail)
+
+pkgname=proxychains
+pkgver=3.1
+pkgrel=7
+pkgdesc='A program proxifier: Runs programs from behind a proxy server, 
similar to tsocks. TCP  DNS tunneling. HTTP, SOCKS4  SOCKS5.'
+url='http://proxychains.sourceforge.net/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dnsutils')
+backup=('etc/proxychains.conf')
+source=(http://downloads.sourceforge.net/sourceforge/proxychains/proxychains-${pkgver}.tar.gz;)
+
+build() {
+  cd proxychains-${pkgver}
+  sed -i 's/servlen, unsigned int/servlen, int/' proxychains/libproxychains.c
+  #sed -i 's#export LD_PRELOAD=libproxychains.so#export 
LD_PRELOAD=/usr/lib/libproxychains.so#' proxychains/proxychains
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd proxychains-${pkgver}
+  make DESTDIR=${pkgdir} install
+  cd ${pkgdir}
+  mv usr/etc .
+}
+
+sha512sums=('7ec7be851d956070fe28bdd3bd7c1a7dc442c054e6487868672ba27490c9b0b6aaa061504c9e1933feccb40ca1996123d202df449eac4251d9582a0ba73c7061')



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

2013-10-22 Thread Felix Yan
Date: Tuesday, October 22, 2013 @ 10:20:09
  Author: fyan
Revision: 98997

upgpkg: wvstreams 4.6.1-7

Modified:
  wvstreams/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-22 08:15:24 UTC (rev 98996)
+++ PKGBUILD2013-10-22 08:20:09 UTC (rev 98997)
@@ -1,11 +1,11 @@
 # $Id$
-# Maintainer:
+# Maintainer: Felix Yan felixonm...@gmail.com
 # Contributor: Andrea Scarpino and...@archlinux.org
 # Contributor: dorphell dorph...@archlinux.org
 
 pkgname=wvstreams
 pkgver=4.6.1
-pkgrel=6
+pkgrel=7
 pkgdesc=A network programming library written in C++
 arch=('i686' 'x86_64')
 url=http://alumnit.ca/wiki/?page=WvStreams;



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

2013-10-22 Thread Felix Yan
Date: Tuesday, October 22, 2013 @ 10:21:40
  Author: fyan
Revision: 98998

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

Added:
  wvstreams/repos/community-testing-i686/
  wvstreams/repos/community-testing-i686/PKGBUILD
(from rev 98997, wvstreams/trunk/PKGBUILD)
  wvstreams/repos/community-testing-i686/openssl-buildfix.patch
(from rev 98997, wvstreams/trunk/openssl-buildfix.patch)
  wvstreams/repos/community-testing-i686/wvstreams-4.6.1-gcc47.patch
(from rev 98997, wvstreams/trunk/wvstreams-4.6.1-gcc47.patch)
  wvstreams/repos/community-testing-i686/wvstreams-4.6.1-glibc212.patch
(from rev 98997, wvstreams/trunk/wvstreams-4.6.1-glibc212.patch)
  wvstreams/repos/community-testing-x86_64/
  wvstreams/repos/community-testing-x86_64/PKGBUILD
(from rev 98997, wvstreams/trunk/PKGBUILD)
  wvstreams/repos/community-testing-x86_64/openssl-buildfix.patch
(from rev 98997, wvstreams/trunk/openssl-buildfix.patch)
  wvstreams/repos/community-testing-x86_64/wvstreams-4.6.1-gcc47.patch
(from rev 98997, wvstreams/trunk/wvstreams-4.6.1-gcc47.patch)
  wvstreams/repos/community-testing-x86_64/wvstreams-4.6.1-glibc212.patch
(from rev 98997, wvstreams/trunk/wvstreams-4.6.1-glibc212.patch)

-+
 community-testing-i686/PKGBUILD |   54 ++
 community-testing-i686/openssl-buildfix.patch   |   14 +++
 community-testing-i686/wvstreams-4.6.1-gcc47.patch  |   50 
 community-testing-i686/wvstreams-4.6.1-glibc212.patch   |   24 ++
 community-testing-x86_64/PKGBUILD   |   54 ++
 community-testing-x86_64/openssl-buildfix.patch |   14 +++
 community-testing-x86_64/wvstreams-4.6.1-gcc47.patch|   50 
 community-testing-x86_64/wvstreams-4.6.1-glibc212.patch |   24 ++
 8 files changed, 284 insertions(+)

Copied: wvstreams/repos/community-testing-i686/PKGBUILD (from rev 98997, 
wvstreams/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-10-22 08:21:40 UTC (rev 98998)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+
+pkgname=wvstreams
+pkgver=4.6.1
+pkgrel=7
+pkgdesc=A network programming library written in C++
+arch=('i686' 'x86_64')
+url=http://alumnit.ca/wiki/?page=WvStreams;
+license=('LGPL')
+depends=('zlib' 'pam' 'xplc' 'openssl' 'readline')
+source=(http://wvstreams.googlecode.com/files/${pkgname}-${pkgver}.tar.gz 
+wvstreams-4.6.1-glibc212.patch wvstreams-4.6.1-gcc47.patch 
openssl-buildfix.patch)
+md5sums=('2760dac31a43d452a19a3147bfde571c'
+ '5f6e24864209055239cb4e7c9bbd4a41'
+ '217e5dedd7f1d50588a5a67d637fc8a1'
+ 'df423c68134a09439b3961c34635e0b4')
+options=('!makeflags')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  patch -p0 -i $srcdir/wvstreams-4.6.1-glibc212.patch
+  patch -p0 -i $srcdir/wvstreams-4.6.1-gcc47.patch
+  patch -p1 -i $srcdir/openssl-buildfix.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+ --sbin=/usr/bin \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --without-dbus \
+ --with-pam \
+ --with-openssl \
+ --without-tcl \
+ --without-qt
+  make COPTS=$CFLAGS -fPIC CXXOPTS=$CXXFLAGS -fPIC -fpermissive 
-fno-tree-dce -fno-optimize-sibling-calls VERBOSE=1
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  
+  # FS#15974
+  # --without-dbus still installs the pkg-config file
+  rm ${pkgdir}/usr/lib/pkgconfig/libwvdbus.pc
+  # --without-qt still installs the pkg-config file
+  rm ${pkgdir}/usr/lib/pkgconfig/libwvqt.pc
+}

Copied: wvstreams/repos/community-testing-i686/openssl-buildfix.patch (from rev 
98997, wvstreams/trunk/openssl-buildfix.patch)
===
--- community-testing-i686/openssl-buildfix.patch   
(rev 0)
+++ community-testing-i686/openssl-buildfix.patch   2013-10-22 08:21:40 UTC 
(rev 98998)
@@ -0,0 +1,14 @@
+--- wvstreams-4.6.1/crypto/wvx509.cc2008-10-23 22:23:49.0 +0200
 wvstreams-4.6.1-1/crypto/wvx509.cc  2010-01-27 11:09:06.0 +0100
+@@ -1157,7 +1157,11 @@
+
+ if (ext)
+ {
++#if OPENSSL_VERSION_NUMBER = 0x1000L
++const X509V3_EXT_METHOD *method = X509V3_EXT_get(ext);
++#else
+ X509V3_EXT_METHOD *method = X509V3_EXT_get(ext);
++#endif
+ if (!method)
+ {
+ WvDynBuf buf;
\ No newline at end of file

Copied: wvstreams/repos/community-testing-i686/wvstreams-4.6.1-gcc47.patch 
(from rev 98997, wvstreams/trunk/wvstreams-4.6.1-gcc47.patch)

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

2013-10-22 Thread Felix Yan
Date: Tuesday, October 22, 2013 @ 10:23:30
  Author: fyan
Revision: 98999

upgpkg: kyotocabinet 1.2.76-4

Modified:
  kyotocabinet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-22 08:21:40 UTC (rev 98998)
+++ PKGBUILD2013-10-22 08:23:30 UTC (rev 98999)
@@ -5,17 +5,16 @@
 
 pkgname=kyotocabinet
 pkgver=1.2.76
-pkgrel=3
+pkgrel=4
 pkgdesc=a modern implementation of DBM in C++
 arch=('i686' 'x86_64')
 url=http://fallabs.com/kyotocabinet;
 license=('LGPL3')
-makedepends=('gcc' 'make' 'pkgconfig' 'zlib')
 depends=('zlib' 'gcc-libs')
 source=(http://fallabs.com/${pkgname}/pkg/${pkgname}-${pkgver}.tar.gz;)
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
   ./configure --prefix=/usr --disable-opt
   make
@@ -22,7 +21,7 @@
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
   make install DESTDIR=$pkgdir/
 }



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

2013-10-22 Thread Felix Yan
Date: Tuesday, October 22, 2013 @ 10:24:45
  Author: fyan
Revision: 99000

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

Added:
  kyotocabinet/repos/community-testing-i686/
  kyotocabinet/repos/community-testing-i686/PKGBUILD
(from rev 98999, kyotocabinet/trunk/PKGBUILD)
  kyotocabinet/repos/community-testing-x86_64/
  kyotocabinet/repos/community-testing-x86_64/PKGBUILD
(from rev 98999, kyotocabinet/trunk/PKGBUILD)

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

Copied: kyotocabinet/repos/community-testing-i686/PKGBUILD (from rev 98999, 
kyotocabinet/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-10-22 08:24:45 UTC (rev 99000)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Alexander Duscheleit ji...@archlinux.us
+# Contributor: Joaquim Pedro (osmano807) osmano...@gmail.com
+
+pkgname=kyotocabinet
+pkgver=1.2.76
+pkgrel=4
+pkgdesc=a modern implementation of DBM in C++
+arch=('i686' 'x86_64')
+url=http://fallabs.com/kyotocabinet;
+license=('LGPL3')
+depends=('zlib' 'gcc-libs')
+source=(http://fallabs.com/${pkgname}/pkg/${pkgname}-${pkgver}.tar.gz;)
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --disable-opt
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make install DESTDIR=$pkgdir/
+}
+
+sha512sums=('278db7b327eb4c21bf0137d9aa14fb67d74d5ce7ed1cb29fc9120d157a60de165ec0cf842903eb7952e8f998045ae585b958977fa973ba0e0773381de71d9f6a')

Copied: kyotocabinet/repos/community-testing-x86_64/PKGBUILD (from rev 98999, 
kyotocabinet/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-10-22 08:24:45 UTC (rev 99000)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Alexander Duscheleit ji...@archlinux.us
+# Contributor: Joaquim Pedro (osmano807) osmano...@gmail.com
+
+pkgname=kyotocabinet
+pkgver=1.2.76
+pkgrel=4
+pkgdesc=a modern implementation of DBM in C++
+arch=('i686' 'x86_64')
+url=http://fallabs.com/kyotocabinet;
+license=('LGPL3')
+depends=('zlib' 'gcc-libs')
+source=(http://fallabs.com/${pkgname}/pkg/${pkgname}-${pkgver}.tar.gz;)
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --disable-opt
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make install DESTDIR=$pkgdir/
+}
+
+sha512sums=('278db7b327eb4c21bf0137d9aa14fb67d74d5ce7ed1cb29fc9120d157a60de165ec0cf842903eb7952e8f998045ae585b958977fa973ba0e0773381de71d9f6a')



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

2013-10-22 Thread Felix Yan
Date: Tuesday, October 22, 2013 @ 10:26:36
  Author: fyan
Revision: 99001

upgpkg: opencc 0.4.3-2

Modified:
  opencc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-22 08:24:45 UTC (rev 99000)
+++ PKGBUILD2013-10-22 08:26:36 UTC (rev 99001)
@@ -4,7 +4,7 @@
 pkgbase=opencc
 pkgname=(opencc opencc-doc)
 pkgver=0.4.3
-pkgrel=1
+pkgrel=2
 url=http://code.google.com/p/opencc/;
 arch=('i686' 'x86_64')
 license=('Apache')
@@ -12,7 +12,7 @@
 source=(http://opencc.googlecode.com/files/${pkgbase}-${pkgver}.tar.gz;)
 
 build() {
-  cd $srcdir/${pkgbase}-${pkgver}
+  cd ${pkgbase}-${pkgver}
   cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DBUILD_DOCUMENTATION:BOOL=ON
   make
 }
@@ -21,7 +21,7 @@
   pkgdesc=Library for Open Chinese Convert
   depends=('glibc')
 
-  cd $srcdir/${pkgbase}-${pkgver}
+  cd ${pkgbase}-${pkgver}
   make DESTDIR=${pkgdir} install
   
   # Remove docs - install in splitted package
@@ -31,7 +31,7 @@
 package_opencc-doc() {
   pkgdesc=Documentation for Library for Open Chinese Convert
 
-  cd $srcdir/${pkgbase}-${pkgver}/doc
+  cd ${pkgbase}-${pkgver}/doc
   make DESTDIR=${pkgdir} install
 
   # Remove manpages - already installed in main package



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

2013-10-22 Thread Guillaume Alaux
Date: Tuesday, October 22, 2013 @ 10:27:17
  Author: guillaume
Revision: 197116

Upstream release

Modified:
  tomcat-native/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-22 07:58:26 UTC (rev 197115)
+++ PKGBUILD2013-10-22 08:27:17 UTC (rev 197116)
@@ -2,7 +2,7 @@
 # Contributor: Vitaliy Berdinskikh ur6lad[at]i.ua
 
 pkgname=tomcat-native
-pkgver=1.1.27
+pkgver=1.1.29
 pkgrel=1
 pkgdesc='The Apache Tomcat Native Library'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('java-environment')
 options=(!emptydirs)
 
source=(http://www.apache.org/dist/tomcat/tomcat-connectors/native/${pkgver}/source/${pkgname}-${pkgver}-src.tar.gz)
-sha256sums=('7f78e71060dc029f9005490080babc45a2b702ea54263c440c52a9a7c02609e4')
+sha256sums=('25fc6f3d65aeb3ac93142a4b536587b1231ac925eaf32a40f55c92a0991cf232')
 
 build() {
   cd ${srcdir}/tomcat-native-${pkgver}-src/jni/native



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

2013-10-22 Thread Felix Yan
Date: Tuesday, October 22, 2013 @ 10:27:43
  Author: fyan
Revision: 99002

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

Added:
  opencc/repos/community-testing-i686/
  opencc/repos/community-testing-i686/PKGBUILD
(from rev 99001, opencc/trunk/PKGBUILD)
  opencc/repos/community-testing-x86_64/
  opencc/repos/community-testing-x86_64/PKGBUILD
(from rev 99001, opencc/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   41 
 community-testing-x86_64/PKGBUILD |   41 
 2 files changed, 82 insertions(+)

Copied: opencc/repos/community-testing-i686/PKGBUILD (from rev 99001, 
opencc/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-10-22 08:27:43 UTC (rev 99002)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgbase=opencc
+pkgname=(opencc opencc-doc)
+pkgver=0.4.3
+pkgrel=2
+url=http://code.google.com/p/opencc/;
+arch=('i686' 'x86_64')
+license=('Apache')
+makedepends=('cmake' 'doxygen')
+source=(http://opencc.googlecode.com/files/${pkgbase}-${pkgver}.tar.gz;)
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DBUILD_DOCUMENTATION:BOOL=ON
+  make
+}
+
+package_opencc() {
+  pkgdesc=Library for Open Chinese Convert
+  depends=('glibc')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  
+  # Remove docs - install in splitted package
+  rm -r $pkgdir/usr/share/opencc/doc
+}
+
+package_opencc-doc() {
+  pkgdesc=Documentation for Library for Open Chinese Convert
+
+  cd ${pkgbase}-${pkgver}/doc
+  make DESTDIR=${pkgdir} install
+
+  # Remove manpages - already installed in main package
+  rm -r $pkgdir/usr/share/man
+}
+
+sha512sums=('ac31c3c018467cf047e077d399903560feb0f8c214accd1ef45d0b1477d011af8e9bf2dbde4497c133daef61b6508460e9b2b04c0b5f336c2d67fc840a1d07e6')

Copied: opencc/repos/community-testing-x86_64/PKGBUILD (from rev 99001, 
opencc/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-10-22 08:27:43 UTC (rev 99002)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgbase=opencc
+pkgname=(opencc opencc-doc)
+pkgver=0.4.3
+pkgrel=2
+url=http://code.google.com/p/opencc/;
+arch=('i686' 'x86_64')
+license=('Apache')
+makedepends=('cmake' 'doxygen')
+source=(http://opencc.googlecode.com/files/${pkgbase}-${pkgver}.tar.gz;)
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DBUILD_DOCUMENTATION:BOOL=ON
+  make
+}
+
+package_opencc() {
+  pkgdesc=Library for Open Chinese Convert
+  depends=('glibc')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  
+  # Remove docs - install in splitted package
+  rm -r $pkgdir/usr/share/opencc/doc
+}
+
+package_opencc-doc() {
+  pkgdesc=Documentation for Library for Open Chinese Convert
+
+  cd ${pkgbase}-${pkgver}/doc
+  make DESTDIR=${pkgdir} install
+
+  # Remove manpages - already installed in main package
+  rm -r $pkgdir/usr/share/man
+}
+
+sha512sums=('ac31c3c018467cf047e077d399903560feb0f8c214accd1ef45d0b1477d011af8e9bf2dbde4497c133daef61b6508460e9b2b04c0b5f336c2d67fc840a1d07e6')



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

2013-10-22 Thread Jan de Groot
Date: Tuesday, October 22, 2013 @ 10:29:56
  Author: jgc
Revision: 197118

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-22 08:29:48 UTC (rev 197117)
+++ extra-i686/PKGBUILD 2013-10-22 08:29:56 UTC (rev 197118)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libcaca
-pkgver=0.99.beta18
-pkgrel=1
-pkgdesc=Color AsCii Art library
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://caca.zoy.org/wiki/libcaca;
-depends=('imlib2' 'ncurses')
-options=(!libtool !emptydirs)
-source=(http://libcaca.zoy.org/files/libcaca/${pkgname}-${pkgver}.tar.gz)
-md5sums=('93d35dbdb0527d4c94df3e9a02e865cc')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man \
---enable-shared --disable-doc \
---disable-cxx --disable-gl --disable-csharp
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libcaca/repos/extra-i686/PKGBUILD (from rev 197117, 
libcaca/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-22 08:29:56 UTC (rev 197118)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libcaca
+pkgver=0.99.beta18
+pkgrel=2
+pkgdesc=Color AsCii Art library
+arch=('i686' 'x86_64')
+license=('custom:WTFPL')
+url=http://caca.zoy.org/wiki/libcaca;
+depends=('imlib2' 'ncurses')
+options=(!libtool !emptydirs)
+source=(http://libcaca.zoy.org/files/libcaca/${pkgname}-${pkgver}.tar.gz)
+md5sums=('93d35dbdb0527d4c94df3e9a02e865cc')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+--enable-shared --disable-doc \
+--disable-cxx --disable-gl --disable-csharp --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/libcaca/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-10-22 08:29:48 UTC (rev 197117)
+++ extra-x86_64/PKGBUILD   2013-10-22 08:29:56 UTC (rev 197118)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libcaca
-pkgver=0.99.beta18
-pkgrel=1
-pkgdesc=Color AsCii Art library
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://caca.zoy.org/wiki/libcaca;
-depends=('imlib2' 'ncurses')
-options=(!libtool !emptydirs)
-source=(http://libcaca.zoy.org/files/libcaca/${pkgname}-${pkgver}.tar.gz)
-md5sums=('93d35dbdb0527d4c94df3e9a02e865cc')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man \
---enable-shared --disable-doc \
---disable-cxx --disable-gl --disable-csharp
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libcaca/repos/extra-x86_64/PKGBUILD (from rev 197117, 
libcaca/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-10-22 08:29:56 UTC (rev 197118)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libcaca
+pkgver=0.99.beta18
+pkgrel=2
+pkgdesc=Color AsCii Art library
+arch=('i686' 'x86_64')
+license=('custom:WTFPL')
+url=http://caca.zoy.org/wiki/libcaca;
+depends=('imlib2' 'ncurses')
+options=(!libtool !emptydirs)
+source=(http://libcaca.zoy.org/files/libcaca/${pkgname}-${pkgver}.tar.gz)
+md5sums=('93d35dbdb0527d4c94df3e9a02e865cc')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+--enable-shared --disable-doc \
+--disable-cxx --disable-gl --disable-csharp --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/libcaca/COPYING
+}



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

2013-10-22 Thread Jan de Groot
Date: Tuesday, October 22, 2013 @ 10:29:48
  Author: jgc
Revision: 197117

upgpkg: libcaca 0.99.beta18-2

no static libs, change license to WTFPL (FS#33183)

Modified:
  libcaca/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-22 08:27:17 UTC (rev 197116)
+++ PKGBUILD2013-10-22 08:29:48 UTC (rev 197117)
@@ -3,10 +3,10 @@
 
 pkgname=libcaca
 pkgver=0.99.beta18
-pkgrel=1
+pkgrel=2
 pkgdesc=Color AsCii Art library
 arch=('i686' 'x86_64')
-license=('LGPL')
+license=('custom:WTFPL')
 url=http://caca.zoy.org/wiki/libcaca;
 depends=('imlib2' 'ncurses')
 options=(!libtool !emptydirs)
@@ -14,14 +14,15 @@
 md5sums=('93d35dbdb0527d4c94df3e9a02e865cc')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr --mandir=/usr/share/man \
 --enable-shared --disable-doc \
---disable-cxx --disable-gl --disable-csharp
+--disable-cxx --disable-gl --disable-csharp --disable-static
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd $pkgname-$pkgver
   make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/libcaca/COPYING
 }



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

2013-10-22 Thread Felix Yan
Date: Tuesday, October 22, 2013 @ 10:37:25
  Author: fyan
Revision: 99003

upgpkg: libpinyin 0.9.93-3

Modified:
  libpinyin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-22 08:27:43 UTC (rev 99002)
+++ PKGBUILD2013-10-22 08:37:25 UTC (rev 99003)
@@ -5,19 +5,18 @@
 
 pkgname=libpinyin
 pkgver=0.9.93
-pkgrel=2
+pkgrel=3
 pkgdesc=Library to deal with pinyin
 arch=('i686' 'x86_64')
 url=https://github.com/libpinyin/libpinyin;
 license=('GPL')
 depends=('db' 'glib2')
-options=(!libtool)
 source=(https://github.com/libpinyin/libpinyin/archive/${pkgver}.tar.gz;
 http://downloads.sourceforge.net/libpinyin/model6.text.tar.gz;)
 noextract=(model6.text.tar.gz)
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
 
   cp ${srcdir}/model6.text.tar.gz ${srcdir}/${pkgname}-${pkgver}/data/
   sed -i '/wget.*model6\.text\.tar\.gz/ d' 
${srcdir}/${pkgname}-${pkgver}/data/Makefile.am
@@ -27,7 +26,7 @@
 }
 
 package() {
-  cd ${srcdir}/libpinyin-$pkgver
+  cd ${pkgname}-$pkgver
   make DESTDIR=${pkgdir} install
 }
 
sha512sums=('7214c7913ed116a5557e89958d0d117e7a2781dcbbcc8b1c6713fb569ca121a5763e5cf1dedfdb4607638f773875c374112865d3a306876906a126954c4ef387'



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

2013-10-22 Thread Felix Yan
Date: Tuesday, October 22, 2013 @ 10:38:31
  Author: fyan
Revision: 99004

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

Added:
  libpinyin/repos/community-testing-i686/
  libpinyin/repos/community-testing-i686/PKGBUILD
(from rev 99003, libpinyin/trunk/PKGBUILD)
  libpinyin/repos/community-testing-x86_64/
  libpinyin/repos/community-testing-x86_64/PKGBUILD
(from rev 99003, libpinyin/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   33 +
 community-testing-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: libpinyin/repos/community-testing-i686/PKGBUILD (from rev 99003, 
libpinyin/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-10-22 08:38:31 UTC (rev 99004)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Yangtse yangts...@gmail.com 
+# Contributor: WU Jun quark at lihdd dot net
+
+pkgname=libpinyin
+pkgver=0.9.93
+pkgrel=3
+pkgdesc=Library to deal with pinyin
+arch=('i686' 'x86_64')
+url=https://github.com/libpinyin/libpinyin;
+license=('GPL')
+depends=('db' 'glib2')
+source=(https://github.com/libpinyin/libpinyin/archive/${pkgver}.tar.gz;
+http://downloads.sourceforge.net/libpinyin/model6.text.tar.gz;)
+noextract=(model6.text.tar.gz)
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  cp ${srcdir}/model6.text.tar.gz ${srcdir}/${pkgname}-${pkgver}/data/
+  sed -i '/wget.*model6\.text\.tar\.gz/ d' 
${srcdir}/${pkgname}-${pkgver}/data/Makefile.am
+
+  aclocal  libtoolize --force  autoheader  automake -a  autoconf
+  ./configure --prefix=/usr  make
+}
+
+package() {
+  cd ${pkgname}-$pkgver
+  make DESTDIR=${pkgdir} install
+}
+sha512sums=('7214c7913ed116a5557e89958d0d117e7a2781dcbbcc8b1c6713fb569ca121a5763e5cf1dedfdb4607638f773875c374112865d3a306876906a126954c4ef387'
+
'8719d99b2efb22438ec067c046f8d45addb3e0d336e8d6ec4b8ed22370fe81366d19a34934bb059230f86e74c379acb62822ee3458850437880d531de8ff3e0e')

Copied: libpinyin/repos/community-testing-x86_64/PKGBUILD (from rev 99003, 
libpinyin/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-10-22 08:38:31 UTC (rev 99004)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Yangtse yangts...@gmail.com 
+# Contributor: WU Jun quark at lihdd dot net
+
+pkgname=libpinyin
+pkgver=0.9.93
+pkgrel=3
+pkgdesc=Library to deal with pinyin
+arch=('i686' 'x86_64')
+url=https://github.com/libpinyin/libpinyin;
+license=('GPL')
+depends=('db' 'glib2')
+source=(https://github.com/libpinyin/libpinyin/archive/${pkgver}.tar.gz;
+http://downloads.sourceforge.net/libpinyin/model6.text.tar.gz;)
+noextract=(model6.text.tar.gz)
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  cp ${srcdir}/model6.text.tar.gz ${srcdir}/${pkgname}-${pkgver}/data/
+  sed -i '/wget.*model6\.text\.tar\.gz/ d' 
${srcdir}/${pkgname}-${pkgver}/data/Makefile.am
+
+  aclocal  libtoolize --force  autoheader  automake -a  autoconf
+  ./configure --prefix=/usr  make
+}
+
+package() {
+  cd ${pkgname}-$pkgver
+  make DESTDIR=${pkgdir} install
+}
+sha512sums=('7214c7913ed116a5557e89958d0d117e7a2781dcbbcc8b1c6713fb569ca121a5763e5cf1dedfdb4607638f773875c374112865d3a306876906a126954c4ef387'
+
'8719d99b2efb22438ec067c046f8d45addb3e0d336e8d6ec4b8ed22370fe81366d19a34934bb059230f86e74c379acb62822ee3458850437880d531de8ff3e0e')



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

2013-10-22 Thread Jan de Groot
Date: Tuesday, October 22, 2013 @ 10:46:12
  Author: jgc
Revision: 197120

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

Added:
  libdc1394/repos/extra-i686/PKGBUILD
(from rev 197119, libdc1394/trunk/PKGBUILD)
  libdc1394/repos/extra-x86_64/PKGBUILD
(from rev 197119, libdc1394/trunk/PKGBUILD)
Deleted:
  libdc1394/repos/extra-i686/PKGBUILD
  libdc1394/repos/extra-i686/rename-usb_init.patch
  libdc1394/repos/extra-i686/videodev-compile-fix.patch
  libdc1394/repos/extra-x86_64/PKGBUILD
  libdc1394/repos/extra-x86_64/rename-usb_init.patch
  libdc1394/repos/extra-x86_64/videodev-compile-fix.patch

-+
 /PKGBUILD   |   50 
 extra-i686/PKGBUILD |   25 --
 extra-i686/rename-usb_init.patch|   53 --
 extra-i686/videodev-compile-fix.patch   |   41 ---
 extra-x86_64/PKGBUILD   |   25 --
 extra-x86_64/rename-usb_init.patch  |   53 --
 extra-x86_64/videodev-compile-fix.patch |   41 ---
 7 files changed, 50 insertions(+), 238 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-22 08:46:05 UTC (rev 197119)
+++ extra-i686/PKGBUILD 2013-10-22 08:46:12 UTC (rev 197120)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libdc1394
-pkgver=2.2.1
-pkgrel=1
-pkgdesc=High level programming interface to control IEEE 1394 based cameras
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://sourceforge.net/projects/libdc1394/;
-depends=('libraw1394' 'libusb')
-options=('!libtool' '!emptydirs')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('5c4b78bb8265d6dc971433ec1da381ab')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libdc1394/repos/extra-i686/PKGBUILD (from rev 197119, 
libdc1394/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-22 08:46:12 UTC (rev 197120)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libdc1394
+pkgver=2.2.1
+pkgrel=2
+pkgdesc=High level programming interface to control IEEE 1394 based cameras
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://sourceforge.net/projects/libdc1394/;
+depends=('libraw1394' 'libusbx')
+options=('!libtool' '!emptydirs')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('5c4b78bb8265d6dc971433ec1da381ab')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/rename-usb_init.patch
===
--- extra-i686/rename-usb_init.patch2013-10-22 08:46:05 UTC (rev 197119)
+++ extra-i686/rename-usb_init.patch2013-10-22 08:46:12 UTC (rev 197120)
@@ -1,53 +0,0 @@
-From 13b85d2d23548682b617ddc1196f5560a27998bd Mon Sep 17 00:00:00 2001
-From: Damien Douxchamps d...@douxchamps.net
-Date: Sun, 21 Aug 2011 16:03:22 +0900
-Subject: [PATCH] fix usb_init function name conflict
-

- libdc1394/dc1394/control.c |2 +-
- libdc1394/dc1394/internal.h|2 +-
- libdc1394/dc1394/usb/control.c |2 +-
- 3 files changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/libdc1394/dc1394/control.c b/libdc1394/dc1394/control.c
-index c62e0e2..f250f6a 100644
 a/libdc1394/dc1394/control.c
-+++ b/libdc1394/dc1394/control.c
-@@ -1955,7 +1955,7 @@ dc1394_new (void)
- windows_init (d);
- #endif
- #ifdef HAVE_LIBUSB
--usb_init (d);
-+dc1394_usb_init (d);
- #endif
- 
- int i;
-diff --git a/libdc1394/dc1394/internal.h b/libdc1394/dc1394/internal.h
-index b4d295a..c59e5d3 100644
 a/libdc1394/dc1394/internal.h
-+++ b/libdc1394/dc1394/internal.h
-@@ -74,7 +74,7 @@ void juju_init(dc1394_t *d);
- void linux_init(dc1394_t *d);
- void macosx_init(dc1394_t *d);
- void windows_init(dc1394_t *d);
--void usb_init(dc1394_t *d);
-+void dc1394_usb_init(dc1394_t *d);
- 
- void register_platform (dc1394_t * d, const platform_dispatch_t * dispatch,
- const char * name);
-diff --git a/libdc1394/dc1394/usb/control.c b/libdc1394/dc1394/usb/control.c
-index 6509452..19a21a6 100644
 a/libdc1394/dc1394/usb/control.c
-+++ b/libdc1394/dc1394/usb/control.c
-@@ -378,7 +378,7 @@ usb_dispatch = {
- };
- 
- void
--usb_init(dc1394_t * d)
-+dc1394_usb_init(dc1394_t * d)
- {
- register_platform (d, usb_dispatch, usb);
- }
--- 
-1.7.4.1
-

Deleted: extra-i686/videodev-compile-fix.patch

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

2013-10-22 Thread Jan de Groot
Date: Tuesday, October 22, 2013 @ 10:46:05
  Author: jgc
Revision: 197119

upgpkg: libdc1394 2.2.1-2

no static libs

Modified:
  libdc1394/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-22 08:29:56 UTC (rev 197118)
+++ PKGBUILD2013-10-22 08:46:05 UTC (rev 197119)
@@ -3,12 +3,12 @@
 
 pkgname=libdc1394
 pkgver=2.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc=High level programming interface to control IEEE 1394 based cameras
 arch=('i686' 'x86_64')
 license=('LGPL')
 url=http://sourceforge.net/projects/libdc1394/;
-depends=('libraw1394' 'libusb')
+depends=('libraw1394' 'libusbx')
 options=('!libtool' '!emptydirs')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
 md5sums=('5c4b78bb8265d6dc971433ec1da381ab')
@@ -15,7 +15,7 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --disable-static
   make
 }
 



[arch-commits] Commit in (5 files)

2013-10-22 Thread Timothy Redaelli
Date: Tuesday, October 22, 2013 @ 10:50:45
  Author: tredaelli
Revision: 99005

Add miniupnpd

Added:
  miniupnpd/
  miniupnpd/repos/
  miniupnpd/trunk/
  miniupnpd/trunk/PKGBUILD
  miniupnpd/trunk/miniupnpd.systemd

---+
 PKGBUILD  |   41 +
 miniupnpd.systemd |   12 
 2 files changed, 53 insertions(+)

Added: miniupnpd/trunk/PKGBUILD
===
--- miniupnpd/trunk/PKGBUILD(rev 0)
+++ miniupnpd/trunk/PKGBUILD2013-10-22 08:50:45 UTC (rev 99005)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: fauno fa...@parabola.nu
+pkgname=miniupnpd
+pkgver=1.8.20130730
+pkgrel=1
+pkgdesc=Lightweight UPnP IGD daemon
+arch=('i686' 'x86_64')
+url=http://miniupnp.free.fr;
+license=('BSD')
+backup=(etc/miniupnpd/miniupnpd.conf)
+depends=('libnfnetlink' 'iptables' 'net-tools' 'util-linux')
+makedepends=('lsb-release')
+source=(http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz;
+miniupnpd.systemd)
+sha256sums=('919ab6ec719959fff9bdae3f1d83f6a39c43fa4a6d3f2c48077f43729d3d7d43'
+'2707d028f28fbb28c3a9d13605c9c738e9628f828e22288a8a1492ac93f9ad7c')
+
+build() {
+   cd $pkgname-$pkgver
+
+   CONFIG_OPTIONS=--strict --ipv6 --leasefile make -f Makefile.linux 
config.h
+   make -f Makefile.linux
+}
+
+package() {
+   cd $pkgname-$pkgver
+   mkdir -p $pkgdir/usr/share/man/man8
+
+   make PREFIX=$pkgdir/ SBININSTALLDIR=$pkgdir/usr/bin -f 
Makefile.linux install
+
+   rm -r ${pkgdir}/etc/init.d
+
+   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   install -Dm644 ${srcdir}/miniupnpd.systemd 
${pkgdir}/usr/lib/systemd/system/miniupnpd.service
+
+   sed -i 's:/s\?bin/iptables:/usr/bin/iptables:
+   s:eth0:`cat /etc/miniupnpd/miniupnpd.conf | 'awk -F= 
'/^ext_ifname/ { print \$2 }''`:' ${pkgdir}/etc/miniupnpd/*.sh
+   sed -i -e s/^uuid=[-0-9a-f]*/uuid=----/
+  s/make genuuid/uuidgen/ 
${pkgdir}/etc/miniupnpd/miniupnpd.conf
+}


Property changes on: miniupnpd/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: miniupnpd/trunk/miniupnpd.systemd
===
--- miniupnpd/trunk/miniupnpd.systemd   (rev 0)
+++ miniupnpd/trunk/miniupnpd.systemd   2013-10-22 08:50:45 UTC (rev 99005)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Lightweight UPnP IGD daemon
+
+[Service]
+ExecStartPre=/etc/miniupnpd/iptables_init.sh
+ExecStart=/usr/bin/miniupnpd -f /etc/miniupnpd/miniupnpd.conf -d
+ExecStopPost=/etc/miniupnpd/iptables_removeall.sh
+PIDFile=/run/miniupnpd.pid
+StandardOutput=null
+
+[Install]
+WantedBy=network.target



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

2013-10-22 Thread Timothy Redaelli
Date: Tuesday, October 22, 2013 @ 10:53:57
  Author: tredaelli
Revision: 99006

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

Added:
  miniupnpd/repos/community-i686/
  miniupnpd/repos/community-i686/PKGBUILD
(from rev 99005, miniupnpd/trunk/PKGBUILD)
  miniupnpd/repos/community-i686/miniupnpd.systemd
(from rev 99005, miniupnpd/trunk/miniupnpd.systemd)
  miniupnpd/repos/community-x86_64/
  miniupnpd/repos/community-x86_64/PKGBUILD
(from rev 99005, miniupnpd/trunk/PKGBUILD)
  miniupnpd/repos/community-x86_64/miniupnpd.systemd
(from rev 99005, miniupnpd/trunk/miniupnpd.systemd)

+
 community-i686/PKGBUILD|   41 +++
 community-i686/miniupnpd.systemd   |   12 ++
 community-x86_64/PKGBUILD  |   41 +++
 community-x86_64/miniupnpd.systemd |   12 ++
 4 files changed, 106 insertions(+)

Copied: miniupnpd/repos/community-i686/PKGBUILD (from rev 99005, 
miniupnpd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-22 08:53:57 UTC (rev 99006)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: fauno fa...@parabola.nu
+pkgname=miniupnpd
+pkgver=1.8.20130730
+pkgrel=1
+pkgdesc=Lightweight UPnP IGD daemon
+arch=('i686' 'x86_64')
+url=http://miniupnp.free.fr;
+license=('BSD')
+backup=(etc/miniupnpd/miniupnpd.conf)
+depends=('libnfnetlink' 'iptables' 'net-tools' 'util-linux')
+makedepends=('lsb-release')
+source=(http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz;
+miniupnpd.systemd)
+sha256sums=('919ab6ec719959fff9bdae3f1d83f6a39c43fa4a6d3f2c48077f43729d3d7d43'
+'2707d028f28fbb28c3a9d13605c9c738e9628f828e22288a8a1492ac93f9ad7c')
+
+build() {
+   cd $pkgname-$pkgver
+
+   CONFIG_OPTIONS=--strict --ipv6 --leasefile make -f Makefile.linux 
config.h
+   make -f Makefile.linux
+}
+
+package() {
+   cd $pkgname-$pkgver
+   mkdir -p $pkgdir/usr/share/man/man8
+
+   make PREFIX=$pkgdir/ SBININSTALLDIR=$pkgdir/usr/bin -f 
Makefile.linux install
+
+   rm -r ${pkgdir}/etc/init.d
+
+   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   install -Dm644 ${srcdir}/miniupnpd.systemd 
${pkgdir}/usr/lib/systemd/system/miniupnpd.service
+
+   sed -i 's:/s\?bin/iptables:/usr/bin/iptables:
+   s:eth0:`cat /etc/miniupnpd/miniupnpd.conf | 'awk -F= 
'/^ext_ifname/ { print \$2 }''`:' ${pkgdir}/etc/miniupnpd/*.sh
+   sed -i -e s/^uuid=[-0-9a-f]*/uuid=----/
+  s/make genuuid/uuidgen/ 
${pkgdir}/etc/miniupnpd/miniupnpd.conf
+}

Copied: miniupnpd/repos/community-i686/miniupnpd.systemd (from rev 99005, 
miniupnpd/trunk/miniupnpd.systemd)
===
--- community-i686/miniupnpd.systemd(rev 0)
+++ community-i686/miniupnpd.systemd2013-10-22 08:53:57 UTC (rev 99006)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Lightweight UPnP IGD daemon
+
+[Service]
+ExecStartPre=/etc/miniupnpd/iptables_init.sh
+ExecStart=/usr/bin/miniupnpd -f /etc/miniupnpd/miniupnpd.conf -d
+ExecStopPost=/etc/miniupnpd/iptables_removeall.sh
+PIDFile=/run/miniupnpd.pid
+StandardOutput=null
+
+[Install]
+WantedBy=network.target

Copied: miniupnpd/repos/community-x86_64/PKGBUILD (from rev 99005, 
miniupnpd/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-10-22 08:53:57 UTC (rev 99006)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: fauno fa...@parabola.nu
+pkgname=miniupnpd
+pkgver=1.8.20130730
+pkgrel=1
+pkgdesc=Lightweight UPnP IGD daemon
+arch=('i686' 'x86_64')
+url=http://miniupnp.free.fr;
+license=('BSD')
+backup=(etc/miniupnpd/miniupnpd.conf)
+depends=('libnfnetlink' 'iptables' 'net-tools' 'util-linux')
+makedepends=('lsb-release')
+source=(http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz;
+miniupnpd.systemd)
+sha256sums=('919ab6ec719959fff9bdae3f1d83f6a39c43fa4a6d3f2c48077f43729d3d7d43'
+'2707d028f28fbb28c3a9d13605c9c738e9628f828e22288a8a1492ac93f9ad7c')
+
+build() {
+   cd $pkgname-$pkgver
+
+   CONFIG_OPTIONS=--strict --ipv6 --leasefile make -f Makefile.linux 
config.h
+   make -f Makefile.linux
+}
+
+package() {
+   cd $pkgname-$pkgver
+   mkdir -p $pkgdir/usr/share/man/man8
+
+   make PREFIX=$pkgdir/ SBININSTALLDIR=$pkgdir/usr/bin -f 
Makefile.linux install
+
+   rm -r ${pkgdir}/etc/init.d
+
+   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   install -Dm644 ${srcdir}/miniupnpd.systemd 

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

2013-10-22 Thread Timothy Redaelli
Date: Tuesday, October 22, 2013 @ 10:57:51
  Author: tredaelli
Revision: 99007

upgpkg: tinc 1.0.23-1

Modified:
  tinc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-22 08:53:57 UTC (rev 99006)
+++ PKGBUILD2013-10-22 08:57:51 UTC (rev 99007)
@@ -5,7 +5,7 @@
 # Contributor: Dominik George n...@naturalnet.de
 
 pkgname=tinc
-pkgver=1.0.22
+pkgver=1.0.23
 pkgrel=1
 pkgdesc=VPN (Virtual Private Network) daemon
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 install=tinc.install
 source=(http://www.tinc-vpn.org/packages/tinc-$pkgver.tar.gz{,.sig}
 tincd@.service)
-md5sums=('cc1346150715bd56070695af85ab39f4'
+md5sums=('762c0d47bdf1b33a40b19165d9c2761f'
  'SKIP'
  '112327da32fdb56ab779fe004712235f')
 



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

2013-10-22 Thread Guillaume Alaux
Date: Tuesday, October 22, 2013 @ 10:58:47
  Author: guillaume
Revision: 197121

Added quotes around values in options array

Modified:
  tomcat-native/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-22 08:46:12 UTC (rev 197120)
+++ PKGBUILD2013-10-22 08:58:47 UTC (rev 197121)
@@ -10,7 +10,7 @@
 license=('APACHE')
 depends=('apr' 'openssl')
 makedepends=('java-environment')
-options=(!emptydirs)
+options=('!emptydirs')
 
source=(http://www.apache.org/dist/tomcat/tomcat-connectors/native/${pkgver}/source/${pkgname}-${pkgver}-src.tar.gz)
 sha256sums=('25fc6f3d65aeb3ac93142a4b536587b1231ac925eaf32a40f55c92a0991cf232')
 



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

2013-10-22 Thread Timothy Redaelli
Date: Tuesday, October 22, 2013 @ 10:58:32
  Author: tredaelli
Revision: 99008

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

Added:
  tinc/repos/community-i686/PKGBUILD
(from rev 99007, tinc/trunk/PKGBUILD)
  tinc/repos/community-i686/tinc.install
(from rev 99007, tinc/trunk/tinc.install)
  tinc/repos/community-i686/tincd@.service
(from rev 99007, tinc/trunk/tincd@.service)
  tinc/repos/community-x86_64/PKGBUILD
(from rev 99007, tinc/trunk/PKGBUILD)
  tinc/repos/community-x86_64/tinc.install
(from rev 99007, tinc/trunk/tinc.install)
  tinc/repos/community-x86_64/tincd@.service
(from rev 99007, tinc/trunk/tincd@.service)
Deleted:
  tinc/repos/community-i686/PKGBUILD
  tinc/repos/community-i686/tinc.install
  tinc/repos/community-i686/tincd@.service
  tinc/repos/community-x86_64/PKGBUILD
  tinc/repos/community-x86_64/tinc.install
  tinc/repos/community-x86_64/tincd@.service

-+
 /PKGBUILD   |   78 ++
 /tinc.install   |   40 +++
 /tincd@.service |   20 +
 community-i686/PKGBUILD |   39 ---
 community-i686/tinc.install |   20 -
 community-i686/tincd@.service   |   10 
 community-x86_64/PKGBUILD   |   39 ---
 community-x86_64/tinc.install   |   20 -
 community-x86_64/tincd@.service |   10 
 9 files changed, 138 insertions(+), 138 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-22 08:57:51 UTC (rev 99007)
+++ community-i686/PKGBUILD 2013-10-22 08:58:32 UTC (rev 99008)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: helios
-# Contributor: Lothar Gesslein
-# Contributor: Dominik George n...@naturalnet.de
-
-pkgname=tinc
-pkgver=1.0.22
-pkgrel=1
-pkgdesc=VPN (Virtual Private Network) daemon
-arch=('i686' 'x86_64')
-url=http://www.tinc-vpn.org/;
-license=('GPL')
-depends=('lzo2' 'openssl')
-install=tinc.install
-source=(http://www.tinc-vpn.org/packages/tinc-$pkgver.tar.gz{,.sig}
-tincd@.service)
-md5sums=('cc1346150715bd56070695af85ab39f4'
- 'SKIP'
- '112327da32fdb56ab779fe004712235f')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-  install -dm755 $pkgdir/usr/share/tinc/examples
-  tar xozvf doc/sample-config.tar.gz -C $pkgdir/usr/share/tinc/examples
-  find $pkgdir/usr/share/tinc/examples -type f -exec chmod 644 {} +
-  find $pkgdir/usr/share/tinc/examples -type d -exec chmod 755 {} +
-
-  install -Dm644 $srcdir/tincd@.service 
$pkgdir/usr/lib/systemd/system/tincd@.service
-}

Copied: tinc/repos/community-i686/PKGBUILD (from rev 99007, tinc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-22 08:58:32 UTC (rev 99008)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: helios
+# Contributor: Lothar Gesslein
+# Contributor: Dominik George n...@naturalnet.de
+
+pkgname=tinc
+pkgver=1.0.23
+pkgrel=1
+pkgdesc=VPN (Virtual Private Network) daemon
+arch=('i686' 'x86_64')
+url=http://www.tinc-vpn.org/;
+license=('GPL')
+depends=('lzo2' 'openssl')
+install=tinc.install
+source=(http://www.tinc-vpn.org/packages/tinc-$pkgver.tar.gz{,.sig}
+tincd@.service)
+md5sums=('762c0d47bdf1b33a40b19165d9c2761f'
+ 'SKIP'
+ '112327da32fdb56ab779fe004712235f')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+  install -dm755 $pkgdir/usr/share/tinc/examples
+  tar xozvf doc/sample-config.tar.gz -C $pkgdir/usr/share/tinc/examples
+  find $pkgdir/usr/share/tinc/examples -type f -exec chmod 644 {} +
+  find $pkgdir/usr/share/tinc/examples -type d -exec chmod 755 {} +
+
+  install -Dm644 $srcdir/tincd@.service 
$pkgdir/usr/lib/systemd/system/tincd@.service
+}

Deleted: community-i686/tinc.install
===
--- community-i686/tinc.install 2013-10-22 08:57:51 UTC (rev 99007)
+++ community-i686/tinc.install 2013-10-22 08:58:32 UTC (rev 99008)
@@ -1,20 +0,0 @@
-infodir=/usr/share/info
-filelist=(tinc.info.gz)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $infodir/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in 

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

2013-10-22 Thread Timothy Redaelli
Date: Tuesday, October 22, 2013 @ 10:59:17
  Author: tredaelli
Revision: 99009

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

Added:
  miniupnpd/repos/community-i686/PKGBUILD
(from rev 99008, miniupnpd/trunk/PKGBUILD)
  miniupnpd/repos/community-i686/miniupnpd.systemd
(from rev 99008, miniupnpd/trunk/miniupnpd.systemd)
  miniupnpd/repos/community-x86_64/PKGBUILD
(from rev 99008, miniupnpd/trunk/PKGBUILD)
  miniupnpd/repos/community-x86_64/miniupnpd.systemd
(from rev 99008, miniupnpd/trunk/miniupnpd.systemd)
Deleted:
  miniupnpd/repos/community-i686/PKGBUILD
  miniupnpd/repos/community-i686/miniupnpd.systemd
  miniupnpd/repos/community-x86_64/PKGBUILD
  miniupnpd/repos/community-x86_64/miniupnpd.systemd

+
 /PKGBUILD  |   82 +++
 /miniupnpd.systemd |   24 ++
 community-i686/PKGBUILD|   41 -
 community-i686/miniupnpd.systemd   |   12 -
 community-x86_64/PKGBUILD  |   41 -
 community-x86_64/miniupnpd.systemd |   12 -
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-22 08:58:32 UTC (rev 99008)
+++ community-i686/PKGBUILD 2013-10-22 08:59:17 UTC (rev 99009)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: fauno fa...@parabola.nu
-pkgname=miniupnpd
-pkgver=1.8.20130730
-pkgrel=1
-pkgdesc=Lightweight UPnP IGD daemon
-arch=('i686' 'x86_64')
-url=http://miniupnp.free.fr;
-license=('BSD')
-backup=(etc/miniupnpd/miniupnpd.conf)
-depends=('libnfnetlink' 'iptables' 'net-tools' 'util-linux')
-makedepends=('lsb-release')
-source=(http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz;
-miniupnpd.systemd)
-sha256sums=('919ab6ec719959fff9bdae3f1d83f6a39c43fa4a6d3f2c48077f43729d3d7d43'
-'2707d028f28fbb28c3a9d13605c9c738e9628f828e22288a8a1492ac93f9ad7c')
-
-build() {
-   cd $pkgname-$pkgver
-
-   CONFIG_OPTIONS=--strict --ipv6 --leasefile make -f Makefile.linux 
config.h
-   make -f Makefile.linux
-}
-
-package() {
-   cd $pkgname-$pkgver
-   mkdir -p $pkgdir/usr/share/man/man8
-
-   make PREFIX=$pkgdir/ SBININSTALLDIR=$pkgdir/usr/bin -f 
Makefile.linux install
-
-   rm -r ${pkgdir}/etc/init.d
-
-   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-   install -Dm644 ${srcdir}/miniupnpd.systemd 
${pkgdir}/usr/lib/systemd/system/miniupnpd.service
-
-   sed -i 's:/s\?bin/iptables:/usr/bin/iptables:
-   s:eth0:`cat /etc/miniupnpd/miniupnpd.conf | 'awk -F= 
'/^ext_ifname/ { print \$2 }''`:' ${pkgdir}/etc/miniupnpd/*.sh
-   sed -i -e s/^uuid=[-0-9a-f]*/uuid=----/
-  s/make genuuid/uuidgen/ 
${pkgdir}/etc/miniupnpd/miniupnpd.conf
-}

Copied: miniupnpd/repos/community-i686/PKGBUILD (from rev 99008, 
miniupnpd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-22 08:59:17 UTC (rev 99009)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: fauno fa...@parabola.nu
+pkgname=miniupnpd
+pkgver=1.8.20130730
+pkgrel=1
+pkgdesc=Lightweight UPnP IGD daemon
+arch=('i686' 'x86_64')
+url=http://miniupnp.free.fr;
+license=('BSD')
+backup=(etc/miniupnpd/miniupnpd.conf)
+depends=('libnfnetlink' 'iptables' 'net-tools' 'util-linux')
+makedepends=('lsb-release')
+source=(http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz;
+miniupnpd.systemd)
+sha256sums=('919ab6ec719959fff9bdae3f1d83f6a39c43fa4a6d3f2c48077f43729d3d7d43'
+'2707d028f28fbb28c3a9d13605c9c738e9628f828e22288a8a1492ac93f9ad7c')
+
+build() {
+   cd $pkgname-$pkgver
+
+   CONFIG_OPTIONS=--strict --ipv6 --leasefile make -f Makefile.linux 
config.h
+   make -f Makefile.linux
+}
+
+package() {
+   cd $pkgname-$pkgver
+   mkdir -p $pkgdir/usr/share/man/man8
+
+   make PREFIX=$pkgdir/ SBININSTALLDIR=$pkgdir/usr/bin -f 
Makefile.linux install
+
+   rm -r ${pkgdir}/etc/init.d
+
+   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   install -Dm644 ${srcdir}/miniupnpd.systemd 
${pkgdir}/usr/lib/systemd/system/miniupnpd.service
+
+   sed -i 's:/s\?bin/iptables:/usr/bin/iptables:
+   s:eth0:`cat /etc/miniupnpd/miniupnpd.conf | 'awk -F= 
'/^ext_ifname/ { print \$2 }''`:' ${pkgdir}/etc/miniupnpd/*.sh
+   sed -i -e s/^uuid=[-0-9a-f]*/uuid=----/
+  s/make genuuid/uuidgen/ 
${pkgdir}/etc/miniupnpd/miniupnpd.conf
+}

Deleted: community-i686/miniupnpd.systemd
===
--- 

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

2013-10-22 Thread Jan de Groot
Date: Tuesday, October 22, 2013 @ 11:00:16
  Author: jgc
Revision: 197123

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

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

---+
 /PKGBUILD |   62 
 extra-i686/PKGBUILD   |   33 -
 extra-x86_64/PKGBUILD |   33 -
 3 files changed, 62 insertions(+), 66 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-22 09:00:08 UTC (rev 197122)
+++ extra-i686/PKGBUILD 2013-10-22 09:00:16 UTC (rev 197123)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgname=libdca
-pkgver=0.0.5
-pkgrel=3
-pkgdesc=Free library for decoding DTS Coherent Acoustics streams
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.videolan.org/developers/libdca.html;
-depends=('sh')
-provides=('libdts')
-replaces=('libdts')
-options=('!libtool' '!emptydirs')
-source=(http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('dab6b2795c66a82a6fcd4f8343343021')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  rm -f ${pkgdir}/usr/share/man/man1/{extract_dts,dtsdec}.1
-  ln -s dcadec.1.gz ${pkgdir}/usr/share/man/man1/dtsdec.1.gz
-  ln -s extract_dca.1.gz ${pkgdir}/usr/share/man/man1/extract_dts.1.gz
-  # remove dangling symlink
-  rm ${pkgdir}/usr/lib/libdts.a
-}

Copied: libdca/repos/extra-i686/PKGBUILD (from rev 197122, 
libdca/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-22 09:00:16 UTC (rev 197123)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=libdca
+pkgver=0.0.5
+pkgrel=4
+pkgdesc=Free library for decoding DTS Coherent Acoustics streams
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.videolan.org/developers/libdca.html;
+depends=('sh')
+provides=('libdts')
+replaces=('libdts')
+options=('!libtool' '!emptydirs')
+source=(http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('dab6b2795c66a82a6fcd4f8343343021')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --mandir=/usr/share/man --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+
+  rm -f ${pkgdir}/usr/share/man/man1/{extract_dts,dtsdec}.1
+  ln -s dcadec.1.gz ${pkgdir}/usr/share/man/man1/dtsdec.1.gz
+  ln -s extract_dca.1.gz ${pkgdir}/usr/share/man/man1/extract_dts.1.gz
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-10-22 09:00:08 UTC (rev 197122)
+++ extra-x86_64/PKGBUILD   2013-10-22 09:00:16 UTC (rev 197123)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgname=libdca
-pkgver=0.0.5
-pkgrel=3
-pkgdesc=Free library for decoding DTS Coherent Acoustics streams
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.videolan.org/developers/libdca.html;
-depends=('sh')
-provides=('libdts')
-replaces=('libdts')
-options=('!libtool' '!emptydirs')
-source=(http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('dab6b2795c66a82a6fcd4f8343343021')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  rm -f ${pkgdir}/usr/share/man/man1/{extract_dts,dtsdec}.1
-  ln -s dcadec.1.gz ${pkgdir}/usr/share/man/man1/dtsdec.1.gz
-  ln -s extract_dca.1.gz ${pkgdir}/usr/share/man/man1/extract_dts.1.gz
-  # remove dangling symlink
-  rm ${pkgdir}/usr/lib/libdts.a
-}

Copied: libdca/repos/extra-x86_64/PKGBUILD (from rev 197122, 
libdca/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-10-22 09:00:16 UTC (rev 197123)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=libdca
+pkgver=0.0.5
+pkgrel=4
+pkgdesc=Free library for decoding DTS Coherent Acoustics streams
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.videolan.org/developers/libdca.html;
+depends=('sh')
+provides=('libdts')
+replaces=('libdts')
+options=('!libtool' '!emptydirs')

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

2013-10-22 Thread Jan de Groot
Date: Tuesday, October 22, 2013 @ 11:00:08
  Author: jgc
Revision: 197122

upgpkg: libdca 0.0.5-4

no static libs

Modified:
  libdca/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-22 08:58:47 UTC (rev 197121)
+++ PKGBUILD2013-10-22 09:00:08 UTC (rev 197122)
@@ -3,7 +3,7 @@
 
 pkgname=libdca
 pkgver=0.0.5
-pkgrel=3
+pkgrel=4
 pkgdesc=Free library for decoding DTS Coherent Acoustics streams
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -16,18 +16,16 @@
 md5sums=('dab6b2795c66a82a6fcd4f8343343021')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --mandir=/usr/share/man --disable-static
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd $pkgname-$pkgver
   make DESTDIR=${pkgdir} install
 
   rm -f ${pkgdir}/usr/share/man/man1/{extract_dts,dtsdec}.1
   ln -s dcadec.1.gz ${pkgdir}/usr/share/man/man1/dtsdec.1.gz
   ln -s extract_dca.1.gz ${pkgdir}/usr/share/man/man1/extract_dts.1.gz
-  # remove dangling symlink
-  rm ${pkgdir}/usr/lib/libdts.a
 }



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

2013-10-22 Thread Guillaume Alaux
Date: Tuesday, October 22, 2013 @ 11:08:17
  Author: guillaume
Revision: 197124

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

Added:
  tomcat-native/repos/extra-i686/PKGBUILD
(from rev 197123, tomcat-native/trunk/PKGBUILD)
  tomcat-native/repos/extra-x86_64/PKGBUILD
(from rev 197123, tomcat-native/trunk/PKGBUILD)
Deleted:
  tomcat-native/repos/extra-i686/PKGBUILD
  tomcat-native/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   64 
 extra-i686/PKGBUILD   |   32 
 extra-x86_64/PKGBUILD |   32 
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-22 09:00:16 UTC (rev 197123)
+++ extra-i686/PKGBUILD 2013-10-22 09:08:17 UTC (rev 197124)
@@ -1,32 +0,0 @@
-# Maintainer: Guillaume ALAUX guilla...@archlinux.org
-# Contributor: Vitaliy Berdinskikh ur6lad[at]i.ua
-
-pkgname=tomcat-native
-pkgver=1.1.27
-pkgrel=1
-pkgdesc='The Apache Tomcat Native Library'
-arch=('i686' 'x86_64')
-url='http://tomcat.apache.org/'
-license=('APACHE')
-depends=('apr' 'openssl')
-makedepends=('java-environment')
-options=(!emptydirs)
-source=(http://www.apache.org/dist/tomcat/tomcat-connectors/native/${pkgver}/source/${pkgname}-${pkgver}-src.tar.gz)
-sha256sums=('7f78e71060dc029f9005490080babc45a2b702ea54263c440c52a9a7c02609e4')
-
-build() {
-  cd ${srcdir}/tomcat-native-${pkgver}-src/jni/native
-
-  ./configure \
---prefix=/usr \
---with-java-home=${JAVA_HOME} \
---with-apr=/usr \
---with-ssl=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}-src/jni/native
-
-  make DESTDIR=${pkgdir} install
-}

Copied: tomcat-native/repos/extra-i686/PKGBUILD (from rev 197123, 
tomcat-native/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-22 09:08:17 UTC (rev 197124)
@@ -0,0 +1,32 @@
+# Maintainer: Guillaume ALAUX guilla...@archlinux.org
+# Contributor: Vitaliy Berdinskikh ur6lad[at]i.ua
+
+pkgname=tomcat-native
+pkgver=1.1.29
+pkgrel=1
+pkgdesc='The Apache Tomcat Native Library'
+arch=('i686' 'x86_64')
+url='http://tomcat.apache.org/'
+license=('APACHE')
+depends=('apr' 'openssl')
+makedepends=('java-environment')
+options=('!emptydirs')
+source=(http://www.apache.org/dist/tomcat/tomcat-connectors/native/${pkgver}/source/${pkgname}-${pkgver}-src.tar.gz)
+sha256sums=('25fc6f3d65aeb3ac93142a4b536587b1231ac925eaf32a40f55c92a0991cf232')
+
+build() {
+  cd ${srcdir}/tomcat-native-${pkgver}-src/jni/native
+
+  ./configure \
+--prefix=/usr \
+--with-java-home=${JAVA_HOME} \
+--with-apr=/usr \
+--with-ssl=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}-src/jni/native
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-10-22 09:00:16 UTC (rev 197123)
+++ extra-x86_64/PKGBUILD   2013-10-22 09:08:17 UTC (rev 197124)
@@ -1,32 +0,0 @@
-# Maintainer: Guillaume ALAUX guilla...@archlinux.org
-# Contributor: Vitaliy Berdinskikh ur6lad[at]i.ua
-
-pkgname=tomcat-native
-pkgver=1.1.27
-pkgrel=1
-pkgdesc='The Apache Tomcat Native Library'
-arch=('i686' 'x86_64')
-url='http://tomcat.apache.org/'
-license=('APACHE')
-depends=('apr' 'openssl')
-makedepends=('java-environment')
-options=(!emptydirs)
-source=(http://www.apache.org/dist/tomcat/tomcat-connectors/native/${pkgver}/source/${pkgname}-${pkgver}-src.tar.gz)
-sha256sums=('7f78e71060dc029f9005490080babc45a2b702ea54263c440c52a9a7c02609e4')
-
-build() {
-  cd ${srcdir}/tomcat-native-${pkgver}-src/jni/native
-
-  ./configure \
---prefix=/usr \
---with-java-home=${JAVA_HOME} \
---with-apr=/usr \
---with-ssl=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}-src/jni/native
-
-  make DESTDIR=${pkgdir} install
-}

Copied: tomcat-native/repos/extra-x86_64/PKGBUILD (from rev 197123, 
tomcat-native/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-10-22 09:08:17 UTC (rev 197124)
@@ -0,0 +1,32 @@
+# Maintainer: Guillaume ALAUX guilla...@archlinux.org
+# Contributor: Vitaliy Berdinskikh ur6lad[at]i.ua
+
+pkgname=tomcat-native
+pkgver=1.1.29
+pkgrel=1
+pkgdesc='The Apache Tomcat Native Library'
+arch=('i686' 'x86_64')
+url='http://tomcat.apache.org/'
+license=('APACHE')
+depends=('apr' 'openssl')
+makedepends=('java-environment')
+options=('!emptydirs')
+source=(http://www.apache.org/dist/tomcat/tomcat-connectors/native/${pkgver}/source/${pkgname}-${pkgver}-src.tar.gz)
+sha256sums=('25fc6f3d65aeb3ac93142a4b536587b1231ac925eaf32a40f55c92a0991cf232')
+
+build() {
+  cd 

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

2013-10-22 Thread Sergej Pupykin
Date: Tuesday, October 22, 2013 @ 11:13:32
  Author: spupykin
Revision: 99010

upgpkg: phpvirtualbox 4.3_0-1

upd

Modified:
  phpvirtualbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-22 08:59:17 UTC (rev 99009)
+++ PKGBUILD2013-10-22 09:13:32 UTC (rev 99010)
@@ -3,7 +3,7 @@
 # Contributor:Techlive Zheng techlivezheng at gmail dot com
 
 pkgname=phpvirtualbox
-pkgver=4.2_7
+pkgver=4.3_0
 pkgrel=1
 pkgdesc=PHP/AJAX web interface for VirtualBox 4.*
 arch=(any)
@@ -13,14 +13,11 @@
 backup=(etc/webapps/phpvirtualbox/.htaccess
etc/webapps/phpvirtualbox/config.php)
 
source=(http://downloads.sourceforge.net/project/phpvirtualbox/phpvirtualbox-${pkgver/_/-}.zip)
-md5sums=('10ece199e42c0fbb39556f7464608fad')
+md5sums=('0bf0d3b6fae03ed38361129e858cca66')
 
-build() {
-  true
-}
-
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver/_/-}
+#  cd ${srcdir}/${pkgname}-${pkgver/_/-}
+  cd ${srcdir}
 
   mkdir -p ${pkgdir}/etc/webapps/phpvirtualbox
 



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

2013-10-22 Thread Sergej Pupykin
Date: Tuesday, October 22, 2013 @ 11:13:49
  Author: spupykin
Revision: 99012

upgpkg: python-pyserial 2.7-1

upd

Modified:
  python-pyserial/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-22 09:13:42 UTC (rev 99011)
+++ PKGBUILD2013-10-22 09:13:49 UTC (rev 99012)
@@ -5,8 +5,8 @@
 
 pkgbase=python-pyserial
 pkgname=('python-pyserial' 'python2-pyserial')
-pkgver=2.6
-pkgrel=3
+pkgver=2.7
+pkgrel=1
 pkgdesc=Multiplatform Serial Port Module for Python
 arch=('any')
 url=http://pyserial.sf.net;
@@ -13,7 +13,7 @@
 license=('custom:PYTHON')
 makedepends=('python2' 'python')
 
source=(http://pypi.python.org/packages/source/p/pyserial/pyserial-$pkgver.tar.gz)
-md5sums=('cde799970b7c1ce1f7d6e9ceebe64c98')
+md5sums=('794506184df83ef2290de0d18803dd11')
 
 build() {
   true



[arch-commits] Commit in phpvirtualbox/repos/community-any (PKGBUILD PKGBUILD)

2013-10-22 Thread Sergej Pupykin
Date: Tuesday, October 22, 2013 @ 11:13:42
  Author: spupykin
Revision: 99011

archrelease: copy trunk to community-any

Added:
  phpvirtualbox/repos/community-any/PKGBUILD
(from rev 99010, phpvirtualbox/trunk/PKGBUILD)
Deleted:
  phpvirtualbox/repos/community-any/PKGBUILD

--+
 PKGBUILD |  101 +
 1 file changed, 49 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-22 09:13:32 UTC (rev 99010)
+++ PKGBUILD2013-10-22 09:13:42 UTC (rev 99011)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupyki...@gmail.com
-# Contributor:Techlive Zheng techlivezheng at gmail dot com
-
-pkgname=phpvirtualbox
-pkgver=4.2_7
-pkgrel=1
-pkgdesc=PHP/AJAX web interface for VirtualBox 4.*
-arch=(any)
-url=http://sourceforge.net/projects/phpvirtualbox/;
-license=('GPL')
-depends=('php')
-backup=(etc/webapps/phpvirtualbox/.htaccess
-   etc/webapps/phpvirtualbox/config.php)
-source=(http://downloads.sourceforge.net/project/phpvirtualbox/phpvirtualbox-${pkgver/_/-}.zip)
-md5sums=('10ece199e42c0fbb39556f7464608fad')
-
-build() {
-  true
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver/_/-}
-
-  mkdir -p ${pkgdir}/etc/webapps/phpvirtualbox
-
-  install -D -m644 config.php-example 
${pkgdir}/etc/webapps/phpvirtualbox/config.php
-
-#  sed -e s/var \\\$username = 'vbox';/var \\\$username = '';/g \
-#  -e s/var \\\$password = 'pass';/var \\\$password = '';/g \
-#  -e s/#var \\\$noAuth = true;/var \\\$noAuth = true;/g \
-#  -i ${pkgdir}/etc/webapps/phpvirtualbox/config.php
-
-  # Apache configuration
-  cat  ${pkgdir}/etc/webapps/phpvirtualbox/apache.example.conf EOF
-  Alias /phpvirtualbox /usr/share/webapps/phpvirtualbox
-  Directory /usr/share/webapps/phpvirtualbox
-Options FollowSymlinks
-AllowOverride All
-Order allow,deny
-Allow from all
-  /Directory
-EOF
-
-  #  Deny access by default
-  echo deny from all  ${pkgdir}/etc/webapps/phpvirtualbox/.htaccess
-
-  find . -type f -exec install -D -m644 
{,${pkgdir}/usr/share/webapps/${pkgname}/}{} \;
-
-  ln -s /etc/webapps/phpvirtualbox/.htaccess  
${pkgdir}/usr/share/webapps/phpvirtualbox/.htaccess
-  ln -s /etc/webapps/phpvirtualbox/config.php 
${pkgdir}/usr/share/webapps/phpvirtualbox/config.php
-}

Copied: phpvirtualbox/repos/community-any/PKGBUILD (from rev 99010, 
phpvirtualbox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-22 09:13:42 UTC (rev 99011)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupyki...@gmail.com
+# Contributor:Techlive Zheng techlivezheng at gmail dot com
+
+pkgname=phpvirtualbox
+pkgver=4.3_0
+pkgrel=1
+pkgdesc=PHP/AJAX web interface for VirtualBox 4.*
+arch=(any)
+url=http://sourceforge.net/projects/phpvirtualbox/;
+license=('GPL')
+depends=('php')
+backup=(etc/webapps/phpvirtualbox/.htaccess
+   etc/webapps/phpvirtualbox/config.php)
+source=(http://downloads.sourceforge.net/project/phpvirtualbox/phpvirtualbox-${pkgver/_/-}.zip)
+md5sums=('0bf0d3b6fae03ed38361129e858cca66')
+
+package() {
+#  cd ${srcdir}/${pkgname}-${pkgver/_/-}
+  cd ${srcdir}
+
+  mkdir -p ${pkgdir}/etc/webapps/phpvirtualbox
+
+  install -D -m644 config.php-example 
${pkgdir}/etc/webapps/phpvirtualbox/config.php
+
+#  sed -e s/var \\\$username = 'vbox';/var \\\$username = '';/g \
+#  -e s/var \\\$password = 'pass';/var \\\$password = '';/g \
+#  -e s/#var \\\$noAuth = true;/var \\\$noAuth = true;/g \
+#  -i ${pkgdir}/etc/webapps/phpvirtualbox/config.php
+
+  # Apache configuration
+  cat  ${pkgdir}/etc/webapps/phpvirtualbox/apache.example.conf EOF
+  Alias /phpvirtualbox /usr/share/webapps/phpvirtualbox
+  Directory /usr/share/webapps/phpvirtualbox
+Options FollowSymlinks
+AllowOverride All
+Order allow,deny
+Allow from all
+  /Directory
+EOF
+
+  #  Deny access by default
+  echo deny from all  ${pkgdir}/etc/webapps/phpvirtualbox/.htaccess
+
+  find . -type f -exec install -D -m644 
{,${pkgdir}/usr/share/webapps/${pkgname}/}{} \;
+
+  ln -s /etc/webapps/phpvirtualbox/.htaccess  
${pkgdir}/usr/share/webapps/phpvirtualbox/.htaccess
+  ln -s /etc/webapps/phpvirtualbox/config.php 
${pkgdir}/usr/share/webapps/phpvirtualbox/config.php
+}



[arch-commits] Commit in python-pyserial/repos/community-any (PKGBUILD PKGBUILD)

2013-10-22 Thread Sergej Pupykin
Date: Tuesday, October 22, 2013 @ 11:14:06
  Author: spupykin
Revision: 99013

archrelease: copy trunk to community-any

Added:
  python-pyserial/repos/community-any/PKGBUILD
(from rev 99012, python-pyserial/trunk/PKGBUILD)
Deleted:
  python-pyserial/repos/community-any/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-22 09:13:49 UTC (rev 99012)
+++ PKGBUILD2013-10-22 09:14:06 UTC (rev 99013)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Douglas Soares de Andrade dsandr...@gmail.com
-# Contributor: Douglas Soares de Andrade dsandr...@gmail.com
-
-pkgbase=python-pyserial
-pkgname=('python-pyserial' 'python2-pyserial')
-pkgver=2.6
-pkgrel=3
-pkgdesc=Multiplatform Serial Port Module for Python
-arch=('any')
-url=http://pyserial.sf.net;
-license=('custom:PYTHON')
-makedepends=('python2' 'python')
-source=(http://pypi.python.org/packages/source/p/pyserial/pyserial-$pkgver.tar.gz)
-md5sums=('cde799970b7c1ce1f7d6e9ceebe64c98')
-
-build() {
-  true
-}
-
-package_python-pyserial() {
-  depends=('python')
-
-  cd $srcdir/pyserial-$pkgver
-  python setup.py install --root=$pkgdir
-  install -D -m644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
-  sed -i -e '1,1d' -e '1,1i#!/usr/bin/python3' $pkgdir/usr/bin/miniterm.py
-}
-
-package_python2-pyserial() {
-  depends=('python2')
-
-  cd $srcdir/pyserial-$pkgver
-  python2 setup.py install --root=$pkgdir
-  install -D -m644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
-  mv $pkgdir/usr/bin/miniterm.py $pkgdir/usr/bin/miniterm2.py
-}

Copied: python-pyserial/repos/community-any/PKGBUILD (from rev 99012, 
python-pyserial/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-22 09:14:06 UTC (rev 99013)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Douglas Soares de Andrade dsandr...@gmail.com
+# Contributor: Douglas Soares de Andrade dsandr...@gmail.com
+
+pkgbase=python-pyserial
+pkgname=('python-pyserial' 'python2-pyserial')
+pkgver=2.7
+pkgrel=1
+pkgdesc=Multiplatform Serial Port Module for Python
+arch=('any')
+url=http://pyserial.sf.net;
+license=('custom:PYTHON')
+makedepends=('python2' 'python')
+source=(http://pypi.python.org/packages/source/p/pyserial/pyserial-$pkgver.tar.gz)
+md5sums=('794506184df83ef2290de0d18803dd11')
+
+build() {
+  true
+}
+
+package_python-pyserial() {
+  depends=('python')
+
+  cd $srcdir/pyserial-$pkgver
+  python setup.py install --root=$pkgdir
+  install -D -m644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
+  sed -i -e '1,1d' -e '1,1i#!/usr/bin/python3' $pkgdir/usr/bin/miniterm.py
+}
+
+package_python2-pyserial() {
+  depends=('python2')
+
+  cd $srcdir/pyserial-$pkgver
+  python2 setup.py install --root=$pkgdir
+  install -D -m644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
+  mv $pkgdir/usr/bin/miniterm.py $pkgdir/usr/bin/miniterm2.py
+}



[arch-commits] Commit in roundcubemail/repos/community-any (6 files)

2013-10-22 Thread Sergej Pupykin
Date: Tuesday, October 22, 2013 @ 11:14:23
  Author: spupykin
Revision: 99015

archrelease: copy trunk to community-any

Added:
  roundcubemail/repos/community-any/PKGBUILD
(from rev 99014, roundcubemail/trunk/PKGBUILD)
  roundcubemail/repos/community-any/apache.conf
(from rev 99014, roundcubemail/trunk/apache.conf)
  roundcubemail/repos/community-any/roundcubemail.install
(from rev 99014, roundcubemail/trunk/roundcubemail.install)
Deleted:
  roundcubemail/repos/community-any/PKGBUILD
  roundcubemail/repos/community-any/apache.conf
  roundcubemail/repos/community-any/roundcubemail.install

---+
 PKGBUILD  |   80 
 apache.conf   |   16 -
 roundcubemail.install |   14 
 3 files changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-22 09:14:10 UTC (rev 99014)
+++ PKGBUILD2013-10-22 09:14:23 UTC (rev 99015)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=roundcubemail
-pkgver=0.9.4
-pkgrel=1
-pkgdesc=A PHP web-based mail client
-arch=('any')
-url=http://www.roundcube.net;
-license=('GPL')
-depends=('php')
-optdepends=('python2')
-backup=('etc/webapps/roundcubemail/.htaccess'
-   'etc/webapps/roundcubemail/apache.conf')
-install=roundcubemail.install
-options=('!strip')
-source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}.tar.gz
-   apache.conf)
-md5sums=('c8197f2b5b7e7a9dfa52c1d019a2d74d'
- '88d8ef3ae01ec84cc09b35bcb100dccb')
-
-package() {
-  mkdir -p ${pkgdir}/etc/webapps/roundcubemail
-  mkdir -p ${pkgdir}/usr/share/webapps
-  mkdir -p ${pkgdir}/var/log
-  cd ${pkgdir}/usr/share/webapps
-  cp -ra ${srcdir}/roundcubemail-${pkgver/rc/-rc} roundcubemail
-  cd roundcubemail
-
-  mv .htaccess $pkgdir/etc/webapps/roundcubemail/
-  ln -s /etc/webapps/roundcubemail/.htaccess .htaccess
-
-  mv config $pkgdir/etc/webapps/roundcubemail/
-  ln -s /etc/webapps/roundcubemail/config config
-
-  mv logs $pkgdir/var/log/roundcubemail
-  ln -s /var/log/roundcubemail logs
-
-  install -Dm0644 $srcdir/apache.conf 
$pkgdir/etc/webapps/roundcubemail/apache.conf
-}

Copied: roundcubemail/repos/community-any/PKGBUILD (from rev 99014, 
roundcubemail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-22 09:14:23 UTC (rev 99015)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=roundcubemail
+pkgver=0.9.5
+pkgrel=1
+pkgdesc=A PHP web-based mail client
+arch=('any')
+url=http://www.roundcube.net;
+license=('GPL')
+depends=('php')
+optdepends=('python2')
+backup=('etc/webapps/roundcubemail/.htaccess'
+   'etc/webapps/roundcubemail/apache.conf')
+install=roundcubemail.install
+options=('!strip')
+source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}.tar.gz
+   apache.conf)
+md5sums=('757f6ab3306d4abf8da6664ae65138d7'
+ '88d8ef3ae01ec84cc09b35bcb100dccb')
+
+package() {
+  mkdir -p ${pkgdir}/etc/webapps/roundcubemail
+  mkdir -p ${pkgdir}/usr/share/webapps
+  mkdir -p ${pkgdir}/var/log
+  cd ${pkgdir}/usr/share/webapps
+  cp -ra ${srcdir}/roundcubemail-${pkgver/rc/-rc} roundcubemail
+  cd roundcubemail
+
+  mv .htaccess $pkgdir/etc/webapps/roundcubemail/
+  ln -s /etc/webapps/roundcubemail/.htaccess .htaccess
+
+  mv config $pkgdir/etc/webapps/roundcubemail/
+  ln -s /etc/webapps/roundcubemail/config config
+
+  mv logs $pkgdir/var/log/roundcubemail
+  ln -s /var/log/roundcubemail logs
+
+  install -Dm0644 $srcdir/apache.conf 
$pkgdir/etc/webapps/roundcubemail/apache.conf
+}

Deleted: apache.conf
===
--- apache.conf 2013-10-22 09:14:10 UTC (rev 99014)
+++ apache.conf 2013-10-22 09:14:23 UTC (rev 99015)
@@ -1,8 +0,0 @@
-Alias /roundcube /usr/share/webapps/roundcubemail
-Directory /usr/share/webapps/roundcubemail
-AllowOverride All
-Options FollowSymlinks
-Order allow,deny
-Allow from all
-php_admin_value open_basedir 
/tmp/:/usr/share/webapps/roundcubemail:/etc/webapps/roundcubemail:/usr/share/pear/:/var/log/roundcubemail
-/Directory

Copied: roundcubemail/repos/community-any/apache.conf (from rev 99014, 
roundcubemail/trunk/apache.conf)
===
--- apache.conf (rev 0)
+++ apache.conf 2013-10-22 09:14:23 UTC (rev 99015)
@@ -0,0 +1,8 @@
+Alias /roundcube /usr/share/webapps/roundcubemail
+Directory /usr/share/webapps/roundcubemail
+AllowOverride All
+Options FollowSymlinks
+Order allow,deny
+Allow from all
+php_admin_value open_basedir 

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

2013-10-22 Thread Sergej Pupykin
Date: Tuesday, October 22, 2013 @ 11:14:10
  Author: spupykin
Revision: 99014

upgpkg: roundcubemail 0.9.5-1

upd

Modified:
  roundcubemail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-22 09:14:06 UTC (rev 99013)
+++ PKGBUILD2013-10-22 09:14:10 UTC (rev 99014)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=roundcubemail
-pkgver=0.9.4
+pkgver=0.9.5
 pkgrel=1
 pkgdesc=A PHP web-based mail client
 arch=('any')
@@ -16,7 +16,7 @@
 options=('!strip')
 
source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}.tar.gz
apache.conf)
-md5sums=('c8197f2b5b7e7a9dfa52c1d019a2d74d'
+md5sums=('757f6ab3306d4abf8da6664ae65138d7'
  '88d8ef3ae01ec84cc09b35bcb100dccb')
 
 package() {



[arch-commits] Commit in wv/trunk (PKGBUILD fix-soname.patch)

2013-10-22 Thread Jan de Groot
Date: Tuesday, October 22, 2013 @ 11:56:46
  Author: jgc
Revision: 197125

upgpkg: wv 1.2.9-3

no static libs

Modified:
  wv/trunk/PKGBUILD
Deleted:
  wv/trunk/fix-soname.patch

--+
 PKGBUILD |   15 +++
 fix-soname.patch |   14 --
 2 files changed, 7 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-22 09:08:17 UTC (rev 197124)
+++ PKGBUILD2013-10-22 09:56:46 UTC (rev 197125)
@@ -3,27 +3,26 @@
 # Contributor: William Rea sillywi...@gmail.com
 pkgname=wv
 pkgver=1.2.9
-pkgrel=2
+pkgrel=3
 pkgdesc=MSWord library can load and parse Word 2000, 97, 95 and 6 file 
formats
 arch=('i686' 'x86_64')
 url=http://sourceforge.net/projects/wvware;
 license=('GPL')
-depends=('libgsf' 'libpng' 'sh')
-makedepends=('pkg-config')
+depends=(libgsf libpng sh)
 options=('!libtool')
-source=(http://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+source=(http://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
 md5sums=('dbccf2e9f747e50c913b7e3d126b73f7')
+sha1sums=('db4717a151742dbdb492318f104504a92075543a')
 
 build() {
-  cd ${pkgname}-${pkgver}
+  cd $pkgname-$pkgver
 
   ./configure --prefix=/usr \
-  --mandir=/usr/share/man
+--mandir=/usr/share/man --disable-static
   make
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
-
+  cd $pkgname-$pkgver
   make DESTDIR=${pkgdir} install
 }

Deleted: fix-soname.patch
===
--- fix-soname.patch2013-10-22 09:08:17 UTC (rev 197124)
+++ fix-soname.patch2013-10-22 09:56:46 UTC (rev 197125)
@@ -1,14 +0,0 @@
-diff -ru wv-1.2.7.orig//configure wv-1.2.7//configure
 wv-1.2.7.orig//configure   2009-09-21 12:22:46.0 +0200
-+++ wv-1.2.7//configure2010-06-08 12:00:27.948857203 +0200
-@@ -2082,8 +2082,8 @@
- WV_MAJOR_VERSION=1
- WV_MINOR_VERSION=2
- WV_MICRO_VERSION=7
--WV_INTERFACE_AGE=3
--WV_BINARY_AGE=3
-+WV_INTERFACE_AGE=4
-+WV_BINARY_AGE=4
- WV_VERSION=$WV_MAJOR_VERSION.$WV_MINOR_VERSION.$WV_MICRO_VERSION
- 
- 



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

2013-10-22 Thread Jan de Groot
Date: Tuesday, October 22, 2013 @ 11:56:53
  Author: jgc
Revision: 197126

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

Added:
  wv/repos/extra-i686/PKGBUILD
(from rev 197125, wv/trunk/PKGBUILD)
  wv/repos/extra-x86_64/PKGBUILD
(from rev 197125, wv/trunk/PKGBUILD)
Deleted:
  wv/repos/extra-i686/PKGBUILD
  wv/repos/extra-i686/fix-soname.patch
  wv/repos/extra-x86_64/PKGBUILD
  wv/repos/extra-x86_64/fix-soname.patch

---+
 /PKGBUILD |   56 
 extra-i686/PKGBUILD   |   29 
 extra-i686/fix-soname.patch   |   14 --
 extra-x86_64/PKGBUILD |   29 
 extra-x86_64/fix-soname.patch |   14 --
 5 files changed, 56 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-22 09:56:46 UTC (rev 197125)
+++ extra-i686/PKGBUILD 2013-10-22 09:56:53 UTC (rev 197126)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-pkgname=wv
-pkgver=1.2.9
-pkgrel=2
-pkgdesc=MSWord library can load and parse Word 2000, 97, 95 and 6 file 
formats
-arch=('i686' 'x86_64')
-url=http://sourceforge.net/projects/wvware;
-license=('GPL')
-depends=('libgsf' 'libpng' 'sh')
-makedepends=('pkg-config')
-options=('!libtool')
-source=(http://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('dbccf2e9f747e50c913b7e3d126b73f7')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: wv/repos/extra-i686/PKGBUILD (from rev 197125, wv/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-22 09:56:53 UTC (rev 197126)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+pkgname=wv
+pkgver=1.2.9
+pkgrel=3
+pkgdesc=MSWord library can load and parse Word 2000, 97, 95 and 6 file 
formats
+arch=('i686' 'x86_64')
+url=http://sourceforge.net/projects/wvware;
+license=('GPL')
+depends=(libgsf libpng sh)
+options=('!libtool')
+source=(http://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('dbccf2e9f747e50c913b7e3d126b73f7')
+sha1sums=('db4717a151742dbdb492318f104504a92075543a')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--mandir=/usr/share/man --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/fix-soname.patch
===
--- extra-i686/fix-soname.patch 2013-10-22 09:56:46 UTC (rev 197125)
+++ extra-i686/fix-soname.patch 2013-10-22 09:56:53 UTC (rev 197126)
@@ -1,14 +0,0 @@
-diff -ru wv-1.2.7.orig//configure wv-1.2.7//configure
 wv-1.2.7.orig//configure   2009-09-21 12:22:46.0 +0200
-+++ wv-1.2.7//configure2010-06-08 12:00:27.948857203 +0200
-@@ -2082,8 +2082,8 @@
- WV_MAJOR_VERSION=1
- WV_MINOR_VERSION=2
- WV_MICRO_VERSION=7
--WV_INTERFACE_AGE=3
--WV_BINARY_AGE=3
-+WV_INTERFACE_AGE=4
-+WV_BINARY_AGE=4
- WV_VERSION=$WV_MAJOR_VERSION.$WV_MINOR_VERSION.$WV_MICRO_VERSION
- 
- 

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-10-22 09:56:46 UTC (rev 197125)
+++ extra-x86_64/PKGBUILD   2013-10-22 09:56:53 UTC (rev 197126)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-pkgname=wv
-pkgver=1.2.9
-pkgrel=2
-pkgdesc=MSWord library can load and parse Word 2000, 97, 95 and 6 file 
formats
-arch=('i686' 'x86_64')
-url=http://sourceforge.net/projects/wvware;
-license=('GPL')
-depends=('libgsf' 'libpng' 'sh')
-makedepends=('pkg-config')
-options=('!libtool')
-source=(http://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('dbccf2e9f747e50c913b7e3d126b73f7')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: wv/repos/extra-x86_64/PKGBUILD (from rev 197125, wv/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-10-22 09:56:53 UTC (rev 197126)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+pkgname=wv
+pkgver=1.2.9
+pkgrel=3
+pkgdesc=MSWord library can load and parse Word 2000, 97, 95 

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

2013-10-22 Thread Andrea Scarpino
Date: Tuesday, October 22, 2013 @ 12:14:28
  Author: andrea
Revision: 197127

upgpkg: virtuoso 1:6.1.7-2

remove static libs

Modified:
  virtuoso/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-22 09:56:53 UTC (rev 197126)
+++ PKGBUILD2013-10-22 10:14:28 UTC (rev 197127)
@@ -6,12 +6,11 @@
 pkgname=('virtuoso' 'virtuoso-base')
 epoch=1
 pkgver=6.1.7
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://virtuoso.openlinksw.com/wiki/main/Main/'
 license=('GPL')
 makedepends=('libldap' 'bison' 'flex' 'gperf' 'net-tools' 'libxml2' 'optipng')
-options=('!libtool')
 
source=(http://downloads.sourceforge.net/${pkgbase}/${pkgbase}-opensource-${pkgver}.tar.gz;)
 md5sums=('5e84e8f7b61e59516f696b1d3be5')
 
@@ -59,9 +58,8 @@
   # remove conflicts with virtuoso-base
   rm ${pkgdir}/usr/bin/isql{,w-vt}
   rm ${pkgdir}/usr/bin/virtuoso-t
-  rm ${pkgdir}/usr/lib/libvirtuoso-t.a
-  rm ${pkgdir}/usr/lib/virtodbc.{a,so}
-  rm ${pkgdir}/usr/lib/virtodbc_r.{a,so}
-  rm ${pkgdir}/usr/lib/virtodbcu.{a,so}
-  rm ${pkgdir}/usr/lib/virtodbcu_r.{a,so}
+  rm ${pkgdir}/usr/lib/virtodbc.so
+  rm ${pkgdir}/usr/lib/virtodbc_r.so
+  rm ${pkgdir}/usr/lib/virtodbcu.so
+  rm ${pkgdir}/usr/lib/virtodbcu_r.so
 }



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

2013-10-22 Thread Andrea Scarpino
Date: Tuesday, October 22, 2013 @ 12:14:37
  Author: andrea
Revision: 197128

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

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

---+
 /PKGBUILD |  130 
 extra-i686/PKGBUILD   |   67 
 extra-x86_64/PKGBUILD |   67 
 3 files changed, 130 insertions(+), 134 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-22 10:14:28 UTC (rev 197127)
+++ extra-i686/PKGBUILD 2013-10-22 10:14:37 UTC (rev 197128)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Massimiliano Torromeo massimiliano DOT torromeo AT google mail 
service
-
-pkgbase=virtuoso
-pkgname=('virtuoso' 'virtuoso-base')
-epoch=1
-pkgver=6.1.7
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://virtuoso.openlinksw.com/wiki/main/Main/'
-license=('GPL')
-makedepends=('libldap' 'bison' 'flex' 'gperf' 'net-tools' 'libxml2' 'optipng')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/${pkgbase}/${pkgbase}-opensource-${pkgver}.tar.gz;)
-md5sums=('5e84e8f7b61e59516f696b1d3be5')
-
-prepare() {
-  cd ${pkgbase}-opensource-${pkgver}
-
-  optipng -quiet -force -fix appsrc/ODS-Wiki/http/images/opts_16.png
-}
-
-build() {
-  cd ${pkgbase}-opensource-${pkgver}
-
-  ./configure --with-layout=debian \
---program-transform-name='s/isql$$/isql-vt/;s/isqlw/isqlw-vt/' \
---with-readline
-  make
-}
-
-package_virtuoso-base() {
-  pkgdesc='A scalable cross-platform server of virtuoso (very minimal 
installation)'
-  depends=('libldap')
-
-  # install server
-  cd ${pkgbase}-opensource-${pkgver}/binsrc/virtuoso
-  make DESTDIR=${pkgdir} install
-
-  # install driver
-  cd ${srcdir}/${pkgbase}-opensource-${pkgver}/binsrc/driver
-  make DESTDIR=${pkgdir} install
-
-  # Install some useful tools; rename to avoid conflicts with unixodbc
-  for bin in isql isqlw; do
-install -Dm755 ${srcdir}/${pkgbase}-opensource-${pkgver}/binsrc/tests/$bin 
\
-  ${pkgdir}/usr/bin/$bin-vt
-  done
-}
-
-package_virtuoso() {
-  pkgdesc='A scalable cross-platform server that combines SQL/RDF/XML Data 
Management with Web Application Server and Web Services Platform functionality'
-  depends=('virtuoso-base' 'libxml2')
-
-  cd ${pkgbase}-opensource-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # remove conflicts with virtuoso-base
-  rm ${pkgdir}/usr/bin/isql{,w-vt}
-  rm ${pkgdir}/usr/bin/virtuoso-t
-  rm ${pkgdir}/usr/lib/libvirtuoso-t.a
-  rm ${pkgdir}/usr/lib/virtodbc.{a,so}
-  rm ${pkgdir}/usr/lib/virtodbc_r.{a,so}
-  rm ${pkgdir}/usr/lib/virtodbcu.{a,so}
-  rm ${pkgdir}/usr/lib/virtodbcu_r.{a,so}
-}

Copied: virtuoso/repos/extra-i686/PKGBUILD (from rev 197127, 
virtuoso/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-22 10:14:37 UTC (rev 197128)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Massimiliano Torromeo massimiliano DOT torromeo AT google mail 
service
+
+pkgbase=virtuoso
+pkgname=('virtuoso' 'virtuoso-base')
+epoch=1
+pkgver=6.1.7
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://virtuoso.openlinksw.com/wiki/main/Main/'
+license=('GPL')
+makedepends=('libldap' 'bison' 'flex' 'gperf' 'net-tools' 'libxml2' 'optipng')
+source=(http://downloads.sourceforge.net/${pkgbase}/${pkgbase}-opensource-${pkgver}.tar.gz;)
+md5sums=('5e84e8f7b61e59516f696b1d3be5')
+
+prepare() {
+  cd ${pkgbase}-opensource-${pkgver}
+
+  optipng -quiet -force -fix appsrc/ODS-Wiki/http/images/opts_16.png
+}
+
+build() {
+  cd ${pkgbase}-opensource-${pkgver}
+
+  ./configure --with-layout=debian \
+--program-transform-name='s/isql$$/isql-vt/;s/isqlw/isqlw-vt/' \
+--with-readline
+  make
+}
+
+package_virtuoso-base() {
+  pkgdesc='A scalable cross-platform server of virtuoso (very minimal 
installation)'
+  depends=('libldap')
+
+  # install server
+  cd ${pkgbase}-opensource-${pkgver}/binsrc/virtuoso
+  make DESTDIR=${pkgdir} install
+
+  # install driver
+  cd ${srcdir}/${pkgbase}-opensource-${pkgver}/binsrc/driver
+  make DESTDIR=${pkgdir} install
+
+  # Install some useful tools; rename to avoid conflicts with unixodbc
+  for bin in isql isqlw; do
+install -Dm755 ${srcdir}/${pkgbase}-opensource-${pkgver}/binsrc/tests/$bin 
\
+  ${pkgdir}/usr/bin/$bin-vt
+  done
+}
+
+package_virtuoso() {
+  pkgdesc='A scalable cross-platform server that combines SQL/RDF/XML Data 
Management with Web Application Server and Web Services Platform functionality'
+  depends=('virtuoso-base' 'libxml2')
+

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

2013-10-22 Thread Andrea Scarpino
Date: Tuesday, October 22, 2013 @ 12:15:06
  Author: andrea
Revision: 197129

upgpkg: qt4 4.8.5-4

remove static libs

Modified:
  qt4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-22 10:14:37 UTC (rev 197128)
+++ PKGBUILD2013-10-22 10:15:06 UTC (rev 197129)
@@ -4,7 +4,7 @@
 
 pkgname=qt4
 pkgver=4.8.5
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL' 'FDL' 'custom')
@@ -24,7 +24,6 @@
 'libxfixes: Xfixes support'
 'icu: Unicode support')
 install=${pkgname}.install
-options=('!libtool')
 replaces=('qt=4.8.4')
 conflicts=('qt')
 _pkgfqn=qt-everywhere-opensource-src-${pkgver}



[arch-commits] Commit in qt4/repos (40 files)

2013-10-22 Thread Andrea Scarpino
Date: Tuesday, October 22, 2013 @ 12:15:23
  Author: andrea
Revision: 197130

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

Added:
  qt4/repos/extra-i686/PKGBUILD
(from rev 197129, qt4/trunk/PKGBUILD)
  qt4/repos/extra-i686/assistant-qt4.desktop
(from rev 197129, qt4/trunk/assistant-qt4.desktop)
  qt4/repos/extra-i686/designer-qt4.desktop
(from rev 197129, qt4/trunk/designer-qt4.desktop)
  qt4/repos/extra-i686/improve-cups-support.patch
(from rev 197129, qt4/trunk/improve-cups-support.patch)
  qt4/repos/extra-i686/linguist-qt4.desktop
(from rev 197129, qt4/trunk/linguist-qt4.desktop)
  qt4/repos/extra-i686/qdbusviewer-qt4.desktop
(from rev 197129, qt4/trunk/qdbusviewer-qt4.desktop)
  qt4/repos/extra-i686/qt4.install
(from rev 197129, qt4/trunk/qt4.install)
  qt4/repos/extra-i686/qtbug-31579.patch
(from rev 197129, qt4/trunk/qtbug-31579.patch)
  qt4/repos/extra-i686/qtbug-32534.patch
(from rev 197129, qt4/trunk/qtbug-32534.patch)
  qt4/repos/extra-i686/qtconfig-qt4.desktop
(from rev 197129, qt4/trunk/qtconfig-qt4.desktop)
  qt4/repos/extra-x86_64/PKGBUILD
(from rev 197129, qt4/trunk/PKGBUILD)
  qt4/repos/extra-x86_64/assistant-qt4.desktop
(from rev 197129, qt4/trunk/assistant-qt4.desktop)
  qt4/repos/extra-x86_64/designer-qt4.desktop
(from rev 197129, qt4/trunk/designer-qt4.desktop)
  qt4/repos/extra-x86_64/improve-cups-support.patch
(from rev 197129, qt4/trunk/improve-cups-support.patch)
  qt4/repos/extra-x86_64/linguist-qt4.desktop
(from rev 197129, qt4/trunk/linguist-qt4.desktop)
  qt4/repos/extra-x86_64/qdbusviewer-qt4.desktop
(from rev 197129, qt4/trunk/qdbusviewer-qt4.desktop)
  qt4/repos/extra-x86_64/qt4.install
(from rev 197129, qt4/trunk/qt4.install)
  qt4/repos/extra-x86_64/qtbug-31579.patch
(from rev 197129, qt4/trunk/qtbug-31579.patch)
  qt4/repos/extra-x86_64/qtbug-32534.patch
(from rev 197129, qt4/trunk/qtbug-32534.patch)
  qt4/repos/extra-x86_64/qtconfig-qt4.desktop
(from rev 197129, qt4/trunk/qtconfig-qt4.desktop)
Deleted:
  qt4/repos/extra-i686/PKGBUILD
  qt4/repos/extra-i686/assistant-qt4.desktop
  qt4/repos/extra-i686/designer-qt4.desktop
  qt4/repos/extra-i686/improve-cups-support.patch
  qt4/repos/extra-i686/linguist-qt4.desktop
  qt4/repos/extra-i686/qdbusviewer-qt4.desktop
  qt4/repos/extra-i686/qt4.install
  qt4/repos/extra-i686/qtbug-31579.patch
  qt4/repos/extra-i686/qtbug-32534.patch
  qt4/repos/extra-i686/qtconfig-qt4.desktop
  qt4/repos/extra-x86_64/PKGBUILD
  qt4/repos/extra-x86_64/assistant-qt4.desktop
  qt4/repos/extra-x86_64/designer-qt4.desktop
  qt4/repos/extra-x86_64/improve-cups-support.patch
  qt4/repos/extra-x86_64/linguist-qt4.desktop
  qt4/repos/extra-x86_64/qdbusviewer-qt4.desktop
  qt4/repos/extra-x86_64/qt4.install
  qt4/repos/extra-x86_64/qtbug-31579.patch
  qt4/repos/extra-x86_64/qtbug-32534.patch
  qt4/repos/extra-x86_64/qtconfig-qt4.desktop

-+
 /PKGBUILD   |  306 ++
 /assistant-qt4.desktop  |   18 +
 /designer-qt4.desktop   |   22 ++
 /improve-cups-support.patch |  168 
 /linguist-qt4.desktop   |   20 +
 /qdbusviewer-qt4.desktop|   20 +
 /qt4.install|   24 ++
 /qtbug-31579.patch  |  292 
 /qtbug-32534.patch  |   80 +++
 /qtconfig-qt4.desktop   |   18 +
 extra-i686/PKGBUILD |  154 ---
 extra-i686/assistant-qt4.desktop|9 
 extra-i686/designer-qt4.desktop |   11 -
 extra-i686/improve-cups-support.patch   |   84 
 extra-i686/linguist-qt4.desktop |   10 
 extra-i686/qdbusviewer-qt4.desktop  |   10 
 extra-i686/qt4.install  |   12 -
 extra-i686/qtbug-31579.patch|  146 --
 extra-i686/qtbug-32534.patch|   40 ---
 extra-i686/qtconfig-qt4.desktop |9 
 extra-x86_64/PKGBUILD   |  154 ---
 extra-x86_64/assistant-qt4.desktop  |9 
 extra-x86_64/designer-qt4.desktop   |   11 -
 extra-x86_64/improve-cups-support.patch |   84 
 extra-x86_64/linguist-qt4.desktop   |   10 
 extra-x86_64/qdbusviewer-qt4.desktop|   10 
 extra-x86_64/qt4.install|   12 -
 extra-x86_64/qtbug-31579.patch  |  146 --
 extra-x86_64/qtbug-32534.patch  |   40 ---
 extra-x86_64/qtconfig-qt4.desktop   |9 
 30 files changed, 968 insertions(+), 970 deletions(-)

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


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

2013-10-22 Thread Timothy Redaelli
Date: Tuesday, October 22, 2013 @ 12:18:47
  Author: tredaelli
Revision: 99017

upgpkg: parallel 20131022-1

Modified:
  parallel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-22 09:49:03 UTC (rev 99016)
+++ PKGBUILD2013-10-22 10:18:47 UTC (rev 99017)
@@ -4,7 +4,7 @@
 # Contributor: Peter Simons sim...@cryp.to
 
 pkgname=parallel
-pkgver=20130922
+pkgver=20131022
 pkgrel=1
 pkgdesc='A shell tool for executing jobs in parallel'
 arch=('any')
@@ -12,9 +12,9 @@
 license=('GPL3')
 depends=('perl')
 source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('7b522b7c51ef2a1f5c02b58d9fa50afb'
+md5sums=('086c1d04145ee4e1d986191aa1d3f621'
  'SKIP')
-sha1sums=('be84aae96ee8c0a6651a3b5ca232fcb35066b3f3'
+sha1sums=('b1b65f3d063a09518f5b98fcc1829fcd89eb6f81'
   'SKIP')
 
 build() {



[arch-commits] Commit in parallel/repos/community-any (4 files)

2013-10-22 Thread Timothy Redaelli
Date: Tuesday, October 22, 2013 @ 12:19:07
  Author: tredaelli
Revision: 99018

archrelease: copy trunk to community-any

Added:
  parallel/repos/community-any/PKGBUILD
(from rev 99017, parallel/trunk/PKGBUILD)
  parallel/repos/community-any/fix-pod-numbers.patch
(from rev 99017, parallel/trunk/fix-pod-numbers.patch)
Deleted:
  parallel/repos/community-any/PKGBUILD
  parallel/repos/community-any/fix-pod-numbers.patch

---+
 PKGBUILD  |   62 +++
 fix-pod-numbers.patch |   94 
 2 files changed, 78 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-22 10:18:47 UTC (rev 99017)
+++ PKGBUILD2013-10-22 10:19:07 UTC (rev 99018)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: Vianney le Clément vleclement AT gmail·com
-# Contributor: Peter Simons sim...@cryp.to
-
-pkgname=parallel
-pkgver=20130922
-pkgrel=1
-pkgdesc='A shell tool for executing jobs in parallel'
-arch=('any')
-url='http://www.gnu.org/software/parallel/'
-license=('GPL3')
-depends=('perl')
-source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('7b522b7c51ef2a1f5c02b58d9fa50afb'
- 'SKIP')
-sha1sums=('be84aae96ee8c0a6651a3b5ca232fcb35066b3f3'
-  'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: parallel/repos/community-any/PKGBUILD (from rev 99017, 
parallel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-22 10:19:07 UTC (rev 99018)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: Vianney le Clément vleclement AT gmail·com
+# Contributor: Peter Simons sim...@cryp.to
+
+pkgname=parallel
+pkgver=20131022
+pkgrel=1
+pkgdesc='A shell tool for executing jobs in parallel'
+arch=('any')
+url='http://www.gnu.org/software/parallel/'
+license=('GPL3')
+depends=('perl')
+source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('086c1d04145ee4e1d986191aa1d3f621'
+ 'SKIP')
+sha1sums=('b1b65f3d063a09518f5b98fcc1829fcd89eb6f81'
+  'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: fix-pod-numbers.patch
===
--- fix-pod-numbers.patch   2013-10-22 10:18:47 UTC (rev 99017)
+++ fix-pod-numbers.patch   2013-10-22 10:19:07 UTC (rev 99018)
@@ -1,47 +0,0 @@
 src/parallel.pod.orig
-+++ src/parallel.pod
-@@ -528,18 +528,18 @@
- 
- =over 3
- 
--=item 0
-+=item 0Z
- 
- Do not halt if a job fails. Exit status will be the number of jobs
- failed. This is the default.
- 
--=item 1
-+=item 1Z
- 
- Do not start new jobs if a job fails, but complete the running jobs
- including cleanup. The exit status will be the exit status from the
- last failing job.
- 
--=item 2
-+=item 2Z
- 
- Kill off all jobs immediately and exit without cleanup. The exit
- status will be the exit status from the failing job.
-@@ -2760,7 +2760,7 @@
- 
- =over 6
- 
--=item 0
-+=item 0Z
- 
- All jobs ran without error.
- 
-@@ -2768,11 +2768,11 @@
- 
- Some of the jobs failed. The exit status gives the number of failed jobs
- 
--=item 254
-+=item 254Z
- 
- More than 253 jobs failed.
- 
--=item 255
-+=item 255Z
- 
- Other error.
- 

Copied: parallel/repos/community-any/fix-pod-numbers.patch (from rev 99017, 
parallel/trunk/fix-pod-numbers.patch)
===
--- fix-pod-numbers.patch   (rev 0)
+++ fix-pod-numbers.patch   2013-10-22 10:19:07 UTC (rev 99018)
@@ -0,0 +1,47 @@
+--- src/parallel.pod.orig
 src/parallel.pod
+@@ -528,18 +528,18 @@
+ 
+ =over 3
+ 
+-=item 0
++=item 0Z
+ 
+ Do not halt if a job fails. Exit status will be the number of jobs
+ failed. This is the default.
+ 
+-=item 1
++=item 1Z
+ 
+ Do not start new jobs if a job fails, but complete the running jobs
+ including cleanup. The exit status will be the exit status from the
+ last failing job.
+ 
+-=item 2
++=item 2Z
+ 
+ Kill off all jobs immediately and exit without cleanup. The exit
+ status will be the exit status from the failing job.
+@@ -2760,7 +2760,7 @@
+ 
+ =over 6
+ 
+-=item 0
++=item 0Z
+ 
+ All jobs ran without error.
+ 
+@@ -2768,11 +2768,11 @@
+ 
+ Some of the jobs failed. The exit status gives the number of failed jobs
+ 
+-=item 254
++=item 254Z
+ 
+ More than 253 jobs failed.
+ 
+-=item 255
++=item 255Z
+ 
+ Other error.
+ 



[arch-commits] Commit in qt5/repos (32 files)

2013-10-22 Thread Andrea Scarpino
Date: Tuesday, October 22, 2013 @ 12:32:29
  Author: andrea
Revision: 197132

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

Added:
  qt5/repos/extra-i686/PKGBUILD
(from rev 197131, qt5/trunk/PKGBUILD)
  qt5/repos/extra-i686/assistant.desktop
(from rev 197131, qt5/trunk/assistant.desktop)
  qt5/repos/extra-i686/bison3.patch
(from rev 197131, qt5/trunk/bison3.patch)
  qt5/repos/extra-i686/designer.desktop
(from rev 197131, qt5/trunk/designer.desktop)
  qt5/repos/extra-i686/linguist.desktop
(from rev 197131, qt5/trunk/linguist.desktop)
  qt5/repos/extra-i686/qdbusviewer.desktop
(from rev 197131, qt5/trunk/qdbusviewer.desktop)
  qt5/repos/extra-i686/qt5-tools.install
(from rev 197131, qt5/trunk/qt5-tools.install)
  qt5/repos/extra-i686/use-python2.patch
(from rev 197131, qt5/trunk/use-python2.patch)
  qt5/repos/extra-x86_64/PKGBUILD
(from rev 197131, qt5/trunk/PKGBUILD)
  qt5/repos/extra-x86_64/assistant.desktop
(from rev 197131, qt5/trunk/assistant.desktop)
  qt5/repos/extra-x86_64/bison3.patch
(from rev 197131, qt5/trunk/bison3.patch)
  qt5/repos/extra-x86_64/designer.desktop
(from rev 197131, qt5/trunk/designer.desktop)
  qt5/repos/extra-x86_64/linguist.desktop
(from rev 197131, qt5/trunk/linguist.desktop)
  qt5/repos/extra-x86_64/qdbusviewer.desktop
(from rev 197131, qt5/trunk/qdbusviewer.desktop)
  qt5/repos/extra-x86_64/qt5-tools.install
(from rev 197131, qt5/trunk/qt5-tools.install)
  qt5/repos/extra-x86_64/use-python2.patch
(from rev 197131, qt5/trunk/use-python2.patch)
Deleted:
  qt5/repos/extra-i686/PKGBUILD
  qt5/repos/extra-i686/assistant.desktop
  qt5/repos/extra-i686/bison3.patch
  qt5/repos/extra-i686/designer.desktop
  qt5/repos/extra-i686/linguist.desktop
  qt5/repos/extra-i686/qdbusviewer.desktop
  qt5/repos/extra-i686/qt5-tools.install
  qt5/repos/extra-i686/use-python2.patch
  qt5/repos/extra-x86_64/PKGBUILD
  qt5/repos/extra-x86_64/assistant.desktop
  qt5/repos/extra-x86_64/bison3.patch
  qt5/repos/extra-x86_64/designer.desktop
  qt5/repos/extra-x86_64/linguist.desktop
  qt5/repos/extra-x86_64/qdbusviewer.desktop
  qt5/repos/extra-x86_64/qt5-tools.install
  qt5/repos/extra-x86_64/use-python2.patch

--+
 /PKGBUILD|  768 +
 /assistant.desktop   |   16 
 /bison3.patch|   76 +++
 /designer.desktop|   20 
 /linguist.desktop|   18 
 /qdbusviewer.desktop |   18 
 /qt5-tools.install   |   24 +
 /use-python2.patch   |  236 +++
 extra-i686/PKGBUILD  |  385 --
 extra-i686/assistant.desktop |8 
 extra-i686/bison3.patch  |   38 -
 extra-i686/designer.desktop  |   10 
 extra-i686/linguist.desktop  |9 
 extra-i686/qdbusviewer.desktop   |9 
 extra-i686/qt5-tools.install |   12 
 extra-i686/use-python2.patch |  118 -
 extra-x86_64/PKGBUILD|  385 --
 extra-x86_64/assistant.desktop   |8 
 extra-x86_64/bison3.patch|   38 -
 extra-x86_64/designer.desktop|   10 
 extra-x86_64/linguist.desktop|9 
 extra-x86_64/qdbusviewer.desktop |9 
 extra-x86_64/qt5-tools.install   |   12 
 extra-x86_64/use-python2.patch   |  118 -
 24 files changed, 1176 insertions(+), 1178 deletions(-)

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


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

2013-10-22 Thread Andrea Scarpino
Date: Tuesday, October 22, 2013 @ 12:32:13
  Author: andrea
Revision: 197131

upgpkg: qt5 5.1.1-4

remove static libs

Modified:
  qt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-22 10:15:23 UTC (rev 197130)
+++ PKGBUILD2013-10-22 10:32:13 UTC (rev 197131)
@@ -21,7 +21,7 @@
  'qt5-x11extras'
  'qt5-xmlpatterns')
 pkgver=5.1.1
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL' 'FDL' 'custom')
@@ -32,7 +32,6 @@
 'python2' 'ruby' 'gperf' 'libxslt' 'libxcomposite' 'fontconfig'
 'openal' 'gtk2' 'libxkbcommon')
 groups=('qt' 'qt5')
-options=('!libtool')
 _pkgfqn=qt-everywhere-opensource-src-${pkgver}
 
source=(http://download.qt-project.org/official_releases/qt/5.1/${pkgver}/single/${_pkgfqn}.tar.xz;
 'assistant.desktop' 'designer.desktop' 'linguist.desktop' 
'qdbusviewer.desktop'



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

2013-10-22 Thread Felix Yan
Date: Tuesday, October 22, 2013 @ 13:00:57
  Author: fyan
Revision: 99019

upgpkg: libsodium 0.4.5-1

Modified:
  libsodium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-22 10:19:07 UTC (rev 99018)
+++ PKGBUILD2013-10-22 11:00:57 UTC (rev 99019)
@@ -4,7 +4,7 @@
 # Contributor: Alessio Sergi asergi at archlinux dot us
 
 pkgname=libsodium
-pkgver=0.4.4
+pkgver=0.4.5
 pkgrel=1
 pkgdesc=P(ortable|ackageable) NaCl-based crypto library
 arch=('i686' 'x86_64')
@@ -34,4 +34,4 @@
 }
 
 # vim:set ts=2 sw=2 et:
-sha512sums=('40234a235cb3e47012dc1046275c9404d1a5057231a40bca3794f74ed5bc78a409f89a2326241d10eedc59bf78c2831387ca7822a21cbc54470eababafee33d6')
+sha512sums=('8c446b62c0400ed972f11c399a03f334cead80fc48513c4b5eba6f569725e28cf98d71cd6d46da5602fc553719a18e74598008c311fe02b2f05b61c7bc72525b')



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

2013-10-22 Thread Felix Yan
Date: Tuesday, October 22, 2013 @ 13:02:30
  Author: fyan
Revision: 99020

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

Added:
  libsodium/repos/community-testing-i686/PKGBUILD
(from rev 99019, libsodium/trunk/PKGBUILD)
  libsodium/repos/community-testing-x86_64/PKGBUILD
(from rev 99019, libsodium/trunk/PKGBUILD)
Deleted:
  libsodium/repos/community-testing-i686/PKGBUILD
  libsodium/repos/community-testing-x86_64/PKGBUILD

---+
 /PKGBUILD |   74 
 community-testing-i686/PKGBUILD   |   37 --
 community-testing-x86_64/PKGBUILD |   37 --
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2013-10-22 11:00:57 UTC (rev 99019)
+++ community-testing-i686/PKGBUILD 2013-10-22 11:02:30 UTC (rev 99020)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: namelessjon jonathan.st...@gmail.com
-# Contributor: Alessio Sergi asergi at archlinux dot us
-
-pkgname=libsodium
-pkgver=0.4.4
-pkgrel=1
-pkgdesc=P(ortable|ackageable) NaCl-based crypto library
-arch=('i686' 'x86_64')
-url=https://github.com/jedisct1/libsodium;
-license=('custom:ISC')
-depends=('glibc')
-source=(http://download.dnscrypt.org/$pkgname/releases/$pkgname-${pkgver}.tar.gz)
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license
-  install -d -m 755 $pkgdir/usr/share/licenses/$pkgname
-  install -m 644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:
-sha512sums=('40234a235cb3e47012dc1046275c9404d1a5057231a40bca3794f74ed5bc78a409f89a2326241d10eedc59bf78c2831387ca7822a21cbc54470eababafee33d6')

Copied: libsodium/repos/community-testing-i686/PKGBUILD (from rev 99019, 
libsodium/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-10-22 11:02:30 UTC (rev 99020)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: namelessjon jonathan.st...@gmail.com
+# Contributor: Alessio Sergi asergi at archlinux dot us
+
+pkgname=libsodium
+pkgver=0.4.5
+pkgrel=1
+pkgdesc=P(ortable|ackageable) NaCl-based crypto library
+arch=('i686' 'x86_64')
+url=https://github.com/jedisct1/libsodium;
+license=('custom:ISC')
+depends=('glibc')
+source=(http://download.dnscrypt.org/$pkgname/releases/$pkgname-${pkgver}.tar.gz)
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license
+  install -d -m 755 $pkgdir/usr/share/licenses/$pkgname
+  install -m 644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:
+sha512sums=('8c446b62c0400ed972f11c399a03f334cead80fc48513c4b5eba6f569725e28cf98d71cd6d46da5602fc553719a18e74598008c311fe02b2f05b61c7bc72525b')

Deleted: community-testing-x86_64/PKGBUILD
===
--- community-testing-x86_64/PKGBUILD   2013-10-22 11:00:57 UTC (rev 99019)
+++ community-testing-x86_64/PKGBUILD   2013-10-22 11:02:30 UTC (rev 99020)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: namelessjon jonathan.st...@gmail.com
-# Contributor: Alessio Sergi asergi at archlinux dot us
-
-pkgname=libsodium
-pkgver=0.4.4
-pkgrel=1
-pkgdesc=P(ortable|ackageable) NaCl-based crypto library
-arch=('i686' 'x86_64')
-url=https://github.com/jedisct1/libsodium;
-license=('custom:ISC')
-depends=('glibc')
-source=(http://download.dnscrypt.org/$pkgname/releases/$pkgname-${pkgver}.tar.gz)
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license
-  install -d -m 755 $pkgdir/usr/share/licenses/$pkgname
-  install -m 644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:
-sha512sums=('40234a235cb3e47012dc1046275c9404d1a5057231a40bca3794f74ed5bc78a409f89a2326241d10eedc59bf78c2831387ca7822a21cbc54470eababafee33d6')

Copied: libsodium/repos/community-testing-x86_64/PKGBUILD (from rev 99019, 
libsodium/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-10-22 11:02:30 UTC (rev 99020)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 

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

2013-10-22 Thread Felix Yan
Date: Tuesday, October 22, 2013 @ 13:14:48
  Author: fyan
Revision: 99021

upgpkg: python2-xapian 1:1.2.15-2

Modified:
  python2-xapian/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-22 11:02:30 UTC (rev 99020)
+++ PKGBUILD2013-10-22 11:14:48 UTC (rev 99021)
@@ -7,7 +7,7 @@
 _realname=xapian-bindings
 pkgver=1.2.15
 epoch=1
-pkgrel=1
+pkgrel=2
 pkgdesc=Python bindings for Xapian
 arch=(i686 x86_64)
 url=http://xapian.org/docs/bindings/python/;
@@ -18,7 +18,7 @@
 build() {
   cd $srcdir/${_realname}-$pkgver
 
-  ./configure XAPIAN_CONFIG=/usr/bin/xapian-config \
+  LDFLAGS=-lpython2.7 ./configure XAPIAN_CONFIG=/usr/bin/xapian-config \
  --prefix=/usr --with-python \
  PYTHON=/usr/bin/python2
 
@@ -25,11 +25,11 @@
   make
 }
 
-
 package() {
   cd $srcdir/${_realname}-$pkgver
 
   make DESTDIR=$pkgdir install
 }
+
 # vim:set ts=2 sw=2 et:
 
sha512sums=('b3733308f0446fa041dcae677b3d3316bd8e775fcd1a1770ca2fab5b60e40463bbbce210cb1161161f6e9f1ff5e5473d38c2dab922b7f4f2705ac165d991c0ec')



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

2013-10-22 Thread Felix Yan
Date: Tuesday, October 22, 2013 @ 13:16:00
  Author: fyan
Revision: 99022

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

Added:
  python2-xapian/repos/community-testing-i686/
  python2-xapian/repos/community-testing-i686/PKGBUILD
(from rev 99021, python2-xapian/trunk/PKGBUILD)
  python2-xapian/repos/community-testing-x86_64/
  python2-xapian/repos/community-testing-x86_64/PKGBUILD
(from rev 99021, python2-xapian/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   35 +++
 community-testing-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: python2-xapian/repos/community-testing-i686/PKGBUILD (from rev 99021, 
python2-xapian/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-10-22 11:16:00 UTC (rev 99022)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: DonVla donvla/users.sourceforge/net
+# Contributor: Hervé Cauwelier herve/oursours/net
+
+pkgname=python2-xapian
+_realname=xapian-bindings
+pkgver=1.2.15
+epoch=1
+pkgrel=2
+pkgdesc=Python bindings for Xapian
+arch=(i686 x86_64)
+url=http://xapian.org/docs/bindings/python/;
+license=('GPL')
+depends=('python2' xapian-core=$epoch:$pkgver)
+source=(http://oligarchy.co.uk/xapian/${pkgver}/${_realname}-$pkgver.tar.gz;)
+
+build() {
+  cd $srcdir/${_realname}-$pkgver
+
+  LDFLAGS=-lpython2.7 ./configure XAPIAN_CONFIG=/usr/bin/xapian-config \
+ --prefix=/usr --with-python \
+ PYTHON=/usr/bin/python2
+
+  make
+}
+
+package() {
+  cd $srcdir/${_realname}-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:
+sha512sums=('b3733308f0446fa041dcae677b3d3316bd8e775fcd1a1770ca2fab5b60e40463bbbce210cb1161161f6e9f1ff5e5473d38c2dab922b7f4f2705ac165d991c0ec')

Copied: python2-xapian/repos/community-testing-x86_64/PKGBUILD (from rev 99021, 
python2-xapian/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-10-22 11:16:00 UTC (rev 99022)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: DonVla donvla/users.sourceforge/net
+# Contributor: Hervé Cauwelier herve/oursours/net
+
+pkgname=python2-xapian
+_realname=xapian-bindings
+pkgver=1.2.15
+epoch=1
+pkgrel=2
+pkgdesc=Python bindings for Xapian
+arch=(i686 x86_64)
+url=http://xapian.org/docs/bindings/python/;
+license=('GPL')
+depends=('python2' xapian-core=$epoch:$pkgver)
+source=(http://oligarchy.co.uk/xapian/${pkgver}/${_realname}-$pkgver.tar.gz;)
+
+build() {
+  cd $srcdir/${_realname}-$pkgver
+
+  LDFLAGS=-lpython2.7 ./configure XAPIAN_CONFIG=/usr/bin/xapian-config \
+ --prefix=/usr --with-python \
+ PYTHON=/usr/bin/python2
+
+  make
+}
+
+package() {
+  cd $srcdir/${_realname}-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:
+sha512sums=('b3733308f0446fa041dcae677b3d3316bd8e775fcd1a1770ca2fab5b60e40463bbbce210cb1161161f6e9f1ff5e5473d38c2dab922b7f4f2705ac165d991c0ec')



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

2013-10-22 Thread Andrea Scarpino
Date: Tuesday, October 22, 2013 @ 14:36:55
  Author: andrea
Revision: 197133

upgpkg: vc 0.7.3-3

The static lib is needed by calligra

Modified:
  vc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-22 10:32:29 UTC (rev 197132)
+++ PKGBUILD2013-10-22 12:36:55 UTC (rev 197133)
@@ -4,17 +4,18 @@
 
 pkgname=vc
 pkgver=0.7.3
-pkgrel=2
+pkgrel=3
 pkgdesc=A library to ease explicit vectorization of C++ code
 url='http://code.compeng.uni-frankfurt.de/projects/vc/'
 arch=('x86_64' 'i686')
 license=('LGPL3')
 makedepends=('cmake')
+options=('staticlibs')
 
source=(http://code.compeng.uni-frankfurt.de/attachments/download/174/Vc-${pkgver}.tar.gz;)
 md5sums=('a55e2871a33dbcbbe444c22ccef47dbd')
 
 prepare() {
-  mkdir build 
+  mkdir build
 }
 
 build() {



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

2013-10-22 Thread Andrea Scarpino
Date: Tuesday, October 22, 2013 @ 14:37:05
  Author: andrea
Revision: 197134

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

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

---+
 /PKGBUILD |   74 
 extra-i686/PKGBUILD   |   36 ---
 extra-x86_64/PKGBUILD |   36 ---
 3 files changed, 74 insertions(+), 72 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-22 12:36:55 UTC (rev 197133)
+++ extra-i686/PKGBUILD 2013-10-22 12:37:05 UTC (rev 197134)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: PedsXing pedsxing at gmx dot net
-
-pkgname=vc
-pkgver=0.7.3
-pkgrel=2
-pkgdesc=A library to ease explicit vectorization of C++ code
-url='http://code.compeng.uni-frankfurt.de/projects/vc/'
-arch=('x86_64' 'i686')
-license=('LGPL3')
-makedepends=('cmake')
-source=(http://code.compeng.uni-frankfurt.de/attachments/download/174/Vc-${pkgver}.tar.gz;)
-md5sums=('a55e2871a33dbcbbe444c22ccef47dbd')
-
-prepare() {
-  mkdir build 
-}
-
-build() {
-  cd build
-  cmake ../Vc-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-check() {
-  cd build
-  make test
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: vc/repos/extra-i686/PKGBUILD (from rev 197133, vc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-22 12:37:05 UTC (rev 197134)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: PedsXing pedsxing at gmx dot net
+
+pkgname=vc
+pkgver=0.7.3
+pkgrel=3
+pkgdesc=A library to ease explicit vectorization of C++ code
+url='http://code.compeng.uni-frankfurt.de/projects/vc/'
+arch=('x86_64' 'i686')
+license=('LGPL3')
+makedepends=('cmake')
+options=('staticlibs')
+source=(http://code.compeng.uni-frankfurt.de/attachments/download/174/Vc-${pkgver}.tar.gz;)
+md5sums=('a55e2871a33dbcbbe444c22ccef47dbd')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../Vc-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+check() {
+  cd build
+  make test
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-10-22 12:36:55 UTC (rev 197133)
+++ extra-x86_64/PKGBUILD   2013-10-22 12:37:05 UTC (rev 197134)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: PedsXing pedsxing at gmx dot net
-
-pkgname=vc
-pkgver=0.7.3
-pkgrel=2
-pkgdesc=A library to ease explicit vectorization of C++ code
-url='http://code.compeng.uni-frankfurt.de/projects/vc/'
-arch=('x86_64' 'i686')
-license=('LGPL3')
-makedepends=('cmake')
-source=(http://code.compeng.uni-frankfurt.de/attachments/download/174/Vc-${pkgver}.tar.gz;)
-md5sums=('a55e2871a33dbcbbe444c22ccef47dbd')
-
-prepare() {
-  mkdir build 
-}
-
-build() {
-  cd build
-  cmake ../Vc-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-check() {
-  cd build
-  make test
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: vc/repos/extra-x86_64/PKGBUILD (from rev 197133, vc/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-10-22 12:37:05 UTC (rev 197134)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: PedsXing pedsxing at gmx dot net
+
+pkgname=vc
+pkgver=0.7.3
+pkgrel=3
+pkgdesc=A library to ease explicit vectorization of C++ code
+url='http://code.compeng.uni-frankfurt.de/projects/vc/'
+arch=('x86_64' 'i686')
+license=('LGPL3')
+makedepends=('cmake')
+options=('staticlibs')
+source=(http://code.compeng.uni-frankfurt.de/attachments/download/174/Vc-${pkgver}.tar.gz;)
+md5sums=('a55e2871a33dbcbbe444c22ccef47dbd')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../Vc-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+check() {
+  cd build
+  make test
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2013-10-22 Thread Andrea Scarpino
Date: Tuesday, October 22, 2013 @ 17:36:19
  Author: andrea
Revision: 197135

Add a comment for future references

Modified:
  vc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-22 12:37:05 UTC (rev 197134)
+++ PKGBUILD2013-10-22 15:36:19 UTC (rev 197135)
@@ -10,7 +10,7 @@
 arch=('x86_64' 'i686')
 license=('LGPL3')
 makedepends=('cmake')
-options=('staticlibs')
+options=('staticlibs') # only builds a static library
 
source=(http://code.compeng.uni-frankfurt.de/attachments/download/174/Vc-${pkgver}.tar.gz;)
 md5sums=('a55e2871a33dbcbbe444c22ccef47dbd')
 



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

2013-10-22 Thread Andreas Radke
Date: Tuesday, October 22, 2013 @ 18:14:52
  Author: andyrtr
Revision: 197136

add check function, pkg tested to drop berkeley db and replace it sqlite but 
this would lead to some important features missing, not yet an option

Modified:
  bogofilter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-22 15:36:19 UTC (rev 197135)
+++ PKGBUILD2013-10-22 16:14:52 UTC (rev 197136)
@@ -10,20 +10,34 @@
 arch=('i686' 'x86_64')
 license=('GPL3')
 url=http://bogofilter.sourceforge.net;
-depends=('db' 'perl' 'gsl')
+depends=('db' 'perl' 'gsl') # 'sqlite'
+makedepends=('valgrind')
 backup=('etc/bogofilter/bogofilter.cf')
 
source=(http://sourceforge.net/projects/${pkgname}/files/${pkgname}-current/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2)
 md5sums=('d0a5eebb3274b23ceabe766a6443a1c5')
 
+# keep Berkeley DB as backend for now
+# sqlite3 based backend doesn't allow
+# to use db-transaction option that is
+# used to bf_compact the wordlist.db
+# other backend aren't available 
+# currently in Arch repos
+
 build() {
   cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr \
   --sysconfdir=/etc/bogofilter  \
   --localstatedir=/var \
-  --enable-transactions
+  --enable-transactions \
+  --with-database=db  #--help
   make
 }
 
+check() {
+  cd $pkgname-$pkgver
+  BF_RUN_VALGRIND=1 make -k check
+}
+
 package() {
   cd ${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install



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

2013-10-22 Thread Tobias Powalowski
Date: Tuesday, October 22, 2013 @ 18:38:40
  Author: tpowa
Revision: 197138

db-remove: lablgtk removed by tpowa

Deleted:
  lablgtk/repos/extra-x86_64/



[arch-commits] Commit in lablgtk/repos (extra-i686)

2013-10-22 Thread Tobias Powalowski
Date: Tuesday, October 22, 2013 @ 18:38:30
  Author: tpowa
Revision: 197137

db-remove: lablgtk removed by tpowa

Deleted:
  lablgtk/repos/extra-i686/



[arch-commits] Commit in qt4/repos (40 files)

2013-10-22 Thread Andrea Scarpino
Date: Tuesday, October 22, 2013 @ 19:14:15
  Author: andrea
Revision: 197140

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

Added:
  qt4/repos/extra-i686/PKGBUILD
(from rev 197139, qt4/trunk/PKGBUILD)
  qt4/repos/extra-i686/assistant-qt4.desktop
(from rev 197139, qt4/trunk/assistant-qt4.desktop)
  qt4/repos/extra-i686/designer-qt4.desktop
(from rev 197139, qt4/trunk/designer-qt4.desktop)
  qt4/repos/extra-i686/improve-cups-support.patch
(from rev 197139, qt4/trunk/improve-cups-support.patch)
  qt4/repos/extra-i686/linguist-qt4.desktop
(from rev 197139, qt4/trunk/linguist-qt4.desktop)
  qt4/repos/extra-i686/qdbusviewer-qt4.desktop
(from rev 197139, qt4/trunk/qdbusviewer-qt4.desktop)
  qt4/repos/extra-i686/qt4.install
(from rev 197139, qt4/trunk/qt4.install)
  qt4/repos/extra-i686/qtbug-31579.patch
(from rev 197139, qt4/trunk/qtbug-31579.patch)
  qt4/repos/extra-i686/qtbug-32534.patch
(from rev 197139, qt4/trunk/qtbug-32534.patch)
  qt4/repos/extra-i686/qtconfig-qt4.desktop
(from rev 197139, qt4/trunk/qtconfig-qt4.desktop)
  qt4/repos/extra-x86_64/PKGBUILD
(from rev 197139, qt4/trunk/PKGBUILD)
  qt4/repos/extra-x86_64/assistant-qt4.desktop
(from rev 197139, qt4/trunk/assistant-qt4.desktop)
  qt4/repos/extra-x86_64/designer-qt4.desktop
(from rev 197139, qt4/trunk/designer-qt4.desktop)
  qt4/repos/extra-x86_64/improve-cups-support.patch
(from rev 197139, qt4/trunk/improve-cups-support.patch)
  qt4/repos/extra-x86_64/linguist-qt4.desktop
(from rev 197139, qt4/trunk/linguist-qt4.desktop)
  qt4/repos/extra-x86_64/qdbusviewer-qt4.desktop
(from rev 197139, qt4/trunk/qdbusviewer-qt4.desktop)
  qt4/repos/extra-x86_64/qt4.install
(from rev 197139, qt4/trunk/qt4.install)
  qt4/repos/extra-x86_64/qtbug-31579.patch
(from rev 197139, qt4/trunk/qtbug-31579.patch)
  qt4/repos/extra-x86_64/qtbug-32534.patch
(from rev 197139, qt4/trunk/qtbug-32534.patch)
  qt4/repos/extra-x86_64/qtconfig-qt4.desktop
(from rev 197139, qt4/trunk/qtconfig-qt4.desktop)
Deleted:
  qt4/repos/extra-i686/PKGBUILD
  qt4/repos/extra-i686/assistant-qt4.desktop
  qt4/repos/extra-i686/designer-qt4.desktop
  qt4/repos/extra-i686/improve-cups-support.patch
  qt4/repos/extra-i686/linguist-qt4.desktop
  qt4/repos/extra-i686/qdbusviewer-qt4.desktop
  qt4/repos/extra-i686/qt4.install
  qt4/repos/extra-i686/qtbug-31579.patch
  qt4/repos/extra-i686/qtbug-32534.patch
  qt4/repos/extra-i686/qtconfig-qt4.desktop
  qt4/repos/extra-x86_64/PKGBUILD
  qt4/repos/extra-x86_64/assistant-qt4.desktop
  qt4/repos/extra-x86_64/designer-qt4.desktop
  qt4/repos/extra-x86_64/improve-cups-support.patch
  qt4/repos/extra-x86_64/linguist-qt4.desktop
  qt4/repos/extra-x86_64/qdbusviewer-qt4.desktop
  qt4/repos/extra-x86_64/qt4.install
  qt4/repos/extra-x86_64/qtbug-31579.patch
  qt4/repos/extra-x86_64/qtbug-32534.patch
  qt4/repos/extra-x86_64/qtconfig-qt4.desktop

-+
 /PKGBUILD   |  308 ++
 /assistant-qt4.desktop  |   18 +
 /designer-qt4.desktop   |   22 ++
 /improve-cups-support.patch |  168 
 /linguist-qt4.desktop   |   20 +
 /qdbusviewer-qt4.desktop|   20 +
 /qt4.install|   24 ++
 /qtbug-31579.patch  |  292 
 /qtbug-32534.patch  |   80 +++
 /qtconfig-qt4.desktop   |   18 +
 extra-i686/PKGBUILD |  153 --
 extra-i686/assistant-qt4.desktop|9 
 extra-i686/designer-qt4.desktop |   11 -
 extra-i686/improve-cups-support.patch   |   84 
 extra-i686/linguist-qt4.desktop |   10 
 extra-i686/qdbusviewer-qt4.desktop  |   10 
 extra-i686/qt4.install  |   12 -
 extra-i686/qtbug-31579.patch|  146 --
 extra-i686/qtbug-32534.patch|   40 ---
 extra-i686/qtconfig-qt4.desktop |9 
 extra-x86_64/PKGBUILD   |  153 --
 extra-x86_64/assistant-qt4.desktop  |9 
 extra-x86_64/designer-qt4.desktop   |   11 -
 extra-x86_64/improve-cups-support.patch |   84 
 extra-x86_64/linguist-qt4.desktop   |   10 
 extra-x86_64/qdbusviewer-qt4.desktop|   10 
 extra-x86_64/qt4.install|   12 -
 extra-x86_64/qtbug-31579.patch  |  146 --
 extra-x86_64/qtbug-32534.patch  |   40 ---
 extra-x86_64/qtconfig-qt4.desktop   |9 
 30 files changed, 970 insertions(+), 968 deletions(-)

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


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

2013-10-22 Thread Andrea Scarpino
Date: Tuesday, October 22, 2013 @ 19:13:59
  Author: andrea
Revision: 197139

upgpkg: qt4 4.8.5-5

libQtUiTools builds as static only (FS#37447)

Modified:
  qt4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-22 16:38:40 UTC (rev 197138)
+++ PKGBUILD2013-10-22 17:13:59 UTC (rev 197139)
@@ -4,7 +4,7 @@
 
 pkgname=qt4
 pkgver=4.8.5
-pkgrel=4
+pkgrel=5
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL' 'FDL' 'custom')
@@ -26,6 +26,7 @@
 install=${pkgname}.install
 replaces=('qt=4.8.4')
 conflicts=('qt')
+options=('staticlibs') # libQtUiTools builds as static only
 _pkgfqn=qt-everywhere-opensource-src-${pkgver}
 
source=(http://download.qt-project.org/official_releases/qt/4.8/${pkgver}/${_pkgfqn}.tar.gz;
 'qtconfig-qt4.desktop' 'assistant-qt4.desktop' 'designer-qt4.desktop'



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

2013-10-22 Thread Bartłomiej Piotrowski
Date: Tuesday, October 22, 2013 @ 19:56:03
  Author: bpiotrowski
Revision: 99023

upgpkg: spacefm 0.9.0-1

- new upstream release

Modified:
  spacefm/trunk/PKGBUILD
  spacefm/trunk/spacefm.install

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-22 11:16:00 UTC (rev 99022)
+++ PKGBUILD2013-10-22 17:56:03 UTC (rev 99023)
@@ -4,7 +4,7 @@
 # Contributor: ridikulus_rat the.ridikulus@gmail.com
 
 pkgname=spacefm
-pkgver=0.8.7
+pkgver=0.9.0
 pkgrel=1
 pkgdesc='Multi-panel tabbed file manager'
 arch=('i686' 'x86_64')
@@ -20,8 +20,8 @@
 'udevil: mount as non-root user and mount networks'
 'udisks: mount as non-root user'
 'udisks2: mount as non-root user')
-source=(https://raw.github.com/IgnorantGuru/$pkgname/master/packages/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('3e48f276df4505b69d24fbeb4b5a869cf316503e2395bef467a29a5207b23947')
+source=(https://github.com/IgnorantGuru/spacefm/archive/$pkgver.tar.gz)
+sha256sums=('cca3fcfecd148dca165a71bb14c66c8b29ae7a488a98b9e9662ae4b686b2c01b')
 
 build() {
cd $srcdir/$pkgname-$pkgver

Modified: spacefm.install
===
--- spacefm.install 2013-10-22 11:16:00 UTC (rev 99022)
+++ spacefm.install 2013-10-22 17:56:03 UTC (rev 99023)
@@ -1,8 +1,8 @@
 post_install() {
-  update-mime-database usr/share/mime  /dev/null
+  update-mime-database /usr/share/mime  /dev/null
   update-desktop-database -q
   gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-  [ -d /usr/share/icons/Faenza ]  gtk-update-icon-cache -q -t -f 
/usr/share/icons/Faenza
+  [[ -d /usr/share/icons/Faenza ]]  gtk-update-icon-cache -q -t -f 
/usr/share/icons/Faenza
 }
 
 post_upgrade() {



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

2013-10-22 Thread Bartłomiej Piotrowski
Date: Tuesday, October 22, 2013 @ 19:56:30
  Author: bpiotrowski
Revision: 99024

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

Added:
  spacefm/repos/community-i686/PKGBUILD
(from rev 99023, spacefm/trunk/PKGBUILD)
  spacefm/repos/community-i686/spacefm.install
(from rev 99023, spacefm/trunk/spacefm.install)
  spacefm/repos/community-x86_64/PKGBUILD
(from rev 99023, spacefm/trunk/PKGBUILD)
  spacefm/repos/community-x86_64/spacefm.install
(from rev 99023, spacefm/trunk/spacefm.install)
Deleted:
  spacefm/repos/community-i686/PKGBUILD
  spacefm/repos/community-i686/spacefm.install
  spacefm/repos/community-x86_64/PKGBUILD
  spacefm/repos/community-x86_64/spacefm.install

--+
 /PKGBUILD|   74 +
 /spacefm.install |   28 ++
 community-i686/PKGBUILD  |   37 --
 community-i686/spacefm.install   |   14 ---
 community-x86_64/PKGBUILD|   37 --
 community-x86_64/spacefm.install |   14 ---
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-22 17:56:03 UTC (rev 99023)
+++ community-i686/PKGBUILD 2013-10-22 17:56:30 UTC (rev 99024)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: IgnorantGuru 
http://igurublog.wordpress.com/contact-ignorantguru/
-# Contributor: ridikulus_rat the.ridikulus@gmail.com
-
-pkgname=spacefm
-pkgver=0.8.7
-pkgrel=1
-pkgdesc='Multi-panel tabbed file manager'
-arch=('i686' 'x86_64')
-url='http://ignorantguru.github.com/spacefm/'
-license=('GPL3')
-install=$pkgname.install
-depends=('gtk3' 'shared-mime-info' 'desktop-file-utils' 'startup-notification' 
'udev')
-makedepends=('intltool' 'gettext')
-optdepends=('lsof: device processes'
-   'eject: eject media'
-'wget: plugin download'
-'gksu: perform as root functionality'
-'udevil: mount as non-root user and mount networks'
-'udisks: mount as non-root user'
-'udisks2: mount as non-root user')
-source=(https://raw.github.com/IgnorantGuru/$pkgname/master/packages/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('3e48f276df4505b69d24fbeb4b5a869cf316503e2395bef467a29a5207b23947')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   ./configure --prefix=/usr \
-   --disable-pixmaps \
-   --with-gtk3
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-}

Copied: spacefm/repos/community-i686/PKGBUILD (from rev 99023, 
spacefm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-22 17:56:30 UTC (rev 99024)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: IgnorantGuru 
http://igurublog.wordpress.com/contact-ignorantguru/
+# Contributor: ridikulus_rat the.ridikulus@gmail.com
+
+pkgname=spacefm
+pkgver=0.9.0
+pkgrel=1
+pkgdesc='Multi-panel tabbed file manager'
+arch=('i686' 'x86_64')
+url='http://ignorantguru.github.com/spacefm/'
+license=('GPL3')
+install=$pkgname.install
+depends=('gtk3' 'shared-mime-info' 'desktop-file-utils' 'startup-notification' 
'udev')
+makedepends=('intltool' 'gettext')
+optdepends=('lsof: device processes'
+   'eject: eject media'
+'wget: plugin download'
+'gksu: perform as root functionality'
+'udevil: mount as non-root user and mount networks'
+'udisks: mount as non-root user'
+'udisks2: mount as non-root user')
+source=(https://github.com/IgnorantGuru/spacefm/archive/$pkgver.tar.gz)
+sha256sums=('cca3fcfecd148dca165a71bb14c66c8b29ae7a488a98b9e9662ae4b686b2c01b')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   ./configure --prefix=/usr \
+   --disable-pixmaps \
+   --with-gtk3
+   make
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+}

Deleted: community-i686/spacefm.install
===
--- community-i686/spacefm.install  2013-10-22 17:56:03 UTC (rev 99023)
+++ community-i686/spacefm.install  2013-10-22 17:56:30 UTC (rev 99024)
@@ -1,14 +0,0 @@
-post_install() {
-  update-mime-database usr/share/mime  /dev/null
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-  [ -d /usr/share/icons/Faenza ]  gtk-update-icon-cache -q -t -f 
/usr/share/icons/Faenza
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: 

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

2013-10-22 Thread Lukas Jirkovsky
Date: Tuesday, October 22, 2013 @ 20:18:59
  Author: stativ
Revision: 99025

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

Added:
  pion/repos/community-i686/PKGBUILD
(from rev 99024, pion/trunk/PKGBUILD)
  pion/repos/community-x86_64/PKGBUILD
(from rev 99024, pion/trunk/PKGBUILD)
Deleted:
  pion/repos/community-i686/PKGBUILD
  pion/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   88 
 community-i686/PKGBUILD   |   44 --
 community-x86_64/PKGBUILD |   44 --
 3 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-22 17:56:30 UTC (rev 99024)
+++ community-i686/PKGBUILD 2013-10-22 18:18:59 UTC (rev 99025)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
-pkgname=pion
-pkgver=5.0.2
-pkgrel=1
-pkgdesc=A C++ development library for implementing lightweight HTTP 
interfaces
-url=https://github.com/cloudmeter/pion;
-arch=('i686' 'x86_64')
-license=('custom:Boost')
-depends=('boost-libs' 'openssl' 'log4cpp')
-makedepends=('boost')
-provides=('pion-net')
-conflicts=('pion-net')
-replaces=('pion-net')
-source=(https://github.com/cloudmeter/pion/archive/$pkgver.zip)
-md5sums=('1f6a9f69114235ca98756cbcab16d162')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  sh autogen.sh
-
-  # override configure bug (forces debug even when nobody asked for it)
-  sed -i s/ -ggdb//g configure
-  # override Makefile bug
-  sed -i /docs:/ s/doxygen-doc// Makefile.in
-
-  ./configure --prefix=/usr --disable-doxygen-doc
-
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make -k check
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license
-  install -D -m0755 COPYING $pkgdir/usr/share/licenses/$pkgname/Boost
-}

Copied: pion/repos/community-i686/PKGBUILD (from rev 99024, pion/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-22 18:18:59 UTC (rev 99025)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+pkgname=pion
+pkgver=5.0.4
+pkgrel=1
+pkgdesc=A C++ development library for implementing lightweight HTTP 
interfaces
+url=https://github.com/cloudmeter/pion;
+arch=('i686' 'x86_64')
+license=('custom:Boost')
+depends=('boost-libs' 'openssl' 'log4cpp')
+makedepends=('boost')
+provides=('pion-net')
+conflicts=('pion-net')
+replaces=('pion-net')
+source=(https://github.com/cloudmeter/pion/archive/$pkgver.zip)
+md5sums=('5807d39beb0c80fdef5b8ad5cee71c1c')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  sh autogen.sh
+
+  # override configure bug (forces debug even when nobody asked for it)
+  sed -i s/ -ggdb//g configure
+  # override Makefile bug
+  sed -i /docs:/ s/doxygen-doc// Makefile.in
+
+  ./configure --prefix=/usr --with-plugins=/usr/lib/pion/plugins 
--disable-doxygen-doc
+
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license
+  install -D -m0755 COPYING $pkgdir/usr/share/licenses/$pkgname/Boost
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-10-22 17:56:30 UTC (rev 99024)
+++ community-x86_64/PKGBUILD   2013-10-22 18:18:59 UTC (rev 99025)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
-pkgname=pion
-pkgver=5.0.2
-pkgrel=1
-pkgdesc=A C++ development library for implementing lightweight HTTP 
interfaces
-url=https://github.com/cloudmeter/pion;
-arch=('i686' 'x86_64')
-license=('custom:Boost')
-depends=('boost-libs' 'openssl' 'log4cpp')
-makedepends=('boost')
-provides=('pion-net')
-conflicts=('pion-net')
-replaces=('pion-net')
-source=(https://github.com/cloudmeter/pion/archive/$pkgver.zip)
-md5sums=('1f6a9f69114235ca98756cbcab16d162')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  sh autogen.sh
-
-  # override configure bug (forces debug even when nobody asked for it)
-  sed -i s/ -ggdb//g configure
-  # override Makefile bug
-  sed -i /docs:/ s/doxygen-doc// Makefile.in
-
-  ./configure --prefix=/usr --disable-doxygen-doc
-
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make -k check
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license
-  install -D -m0755 COPYING $pkgdir/usr/share/licenses/$pkgname/Boost
-}

Copied: pion/repos/community-x86_64/PKGBUILD (from rev 99024, 
pion/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-10-22 18:18:59 UTC (rev 

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

2013-10-22 Thread Ike Devolder
Date: Tuesday, October 22, 2013 @ 21:14:23
  Author: idevolder
Revision: 99027

doublecmd :: 0.5.7-2

fix FS#37439 - [doublecmd-gtk2] [doublecmd-qt] Conflicting but not marked as 
conflicting

Modified:
  doublecmd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-22 19:13:32 UTC (rev 99026)
+++ PKGBUILD2013-10-22 19:14:23 UTC (rev 99027)
@@ -7,7 +7,7 @@
 pkgname=('doublecmd-gtk2' 'doublecmd-qt')
 pkgver=0.5.7
 _helpver=0.5.5
-pkgrel=1
+pkgrel=2
 url=http://doublecmd.sourceforge.net/;
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -49,6 +49,7 @@
 package_doublecmd-gtk2() {
pkgdesc=twin-panel (commander-style) file manager (GTK)
depends=('gtk2')
+   conflicts=('doublecmd-qt')
cd $srcdir/$pkgbase-gtk
sed -e 's/LIB_SUFFIX=.*/LIB_SUFFIX=/g' -i ./install/linux/install.sh
./install/linux/install.sh --install-prefix=$pkgdir
@@ -61,6 +62,7 @@
 package_doublecmd-qt() {
pkgdesc=twin-panel (commander-style) file manager (QT)
depends=('qt4pas')
+   conflicts=('doublecmd-gtk2')
cd $srcdir/$pkgbase-qt
sed -e 's/LIB_SUFFIX=.*/LIB_SUFFIX=/g' -i ./install/linux/install.sh
./install/linux/install.sh --install-prefix=$pkgdir



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

2013-10-22 Thread Ike Devolder
Date: Tuesday, October 22, 2013 @ 21:13:32
  Author: idevolder
Revision: 99026

closure-compiler :: 20131014

Modified:
  closure-compiler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-22 18:18:59 UTC (rev 99025)
+++ PKGBUILD2013-10-22 19:13:32 UTC (rev 99026)
@@ -2,7 +2,7 @@
 # Maintainer: BlackEagle  ike DOT devolder AT gmail DOT com 
 # Contributor: Bram Schoenmakers m...@bramschoenmakers.nl
 pkgname=closure-compiler
-pkgver=20130823
+pkgver=20131014
 pkgrel=1
 pkgdesc=Performs checking, instrumentation and optimizations on Javascript 
code.
 arch=('any')
@@ -21,4 +21,4 @@
chmod +x $pkgdir/usr/bin/closure
 }
 
-sha256sums=('59266db2f1a48c6379852732d8f4f0b54221b93e368564c0d3c0552780002b51')
+sha256sums=('9a59efcd3179d3c4c8e81445c5fad9aa928f698cf80131b8429c5afdae5a7a8e')



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

2013-10-22 Thread Ike Devolder
Date: Tuesday, October 22, 2013 @ 21:15:36
  Author: idevolder
Revision: 99028

afpfs-ng :: 0.8.1-7

TODO: Remove static libraries

Modified:
  afpfs-ng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-22 19:14:23 UTC (rev 99027)
+++ PKGBUILD2013-10-22 19:15:36 UTC (rev 99028)
@@ -4,13 +4,12 @@
 
 pkgname=afpfs-ng
 pkgver=0.8.1
-pkgrel=5
+pkgrel=7
 pkgdesc=A client for the Apple Filing Protocol (AFP)
 url=http://alexthepuffin.googlepages.com/;
 license=('GPL')
 depends=('gmp' 'fuse' 'libgcrypt')
 arch=('i686' 'x86_64')
-options=(!libtool)
 source=(

http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2;
'fix_afpfs-ng_includes.patch'



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

2013-10-22 Thread Ike Devolder
Date: Tuesday, October 22, 2013 @ 21:18:47
  Author: idevolder
Revision: 99029

libcec :: 2.1.3-3

TODO: Remove static libraries

Modified:
  libcec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-22 19:15:36 UTC (rev 99028)
+++ PKGBUILD2013-10-22 19:18:47 UTC (rev 99029)
@@ -5,7 +5,7 @@
 
 pkgname=libcec
 pkgver=2.1.3
-pkgrel=1
+pkgrel=3
 pkgdesc=Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter
 arch=('i686' 'x86_64')
 url=https://github.com/Pulse-Eight/libcec;
@@ -13,7 +13,6 @@
 depends=('udev' 'lockdev')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/Pulse-Eight/libcec/tarball/$pkgname-$pkgver;)
 _srcfolder=Pulse-Eight-libcec-54be21e
-options=(!libtool)
 sha256sums=('2aa88451b528184b02077ee8c6cd10e2f89121a6a05b1b35b4b792b03108a9d1')
 
 build() {



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

2013-10-22 Thread Ike Devolder
Date: Tuesday, October 22, 2013 @ 21:19:35
  Author: idevolder
Revision: 99030

libnfs :: 1.7.0-2

update + TODO: Remove static libraries

Modified:
  libnfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-22 19:18:47 UTC (rev 99029)
+++ PKGBUILD2013-10-22 19:19:35 UTC (rev 99030)
@@ -2,8 +2,8 @@
 # Maintainer: BlackIkeEagle ike DOT devolder AT gmail DOT com
 
 pkgname=libnfs
-pkgver=1.6.0
-pkgrel=1
+pkgver=1.7.0
+pkgrel=2
 pkgdesc=client library for accessing NFS shares
 arch=('i686' 'x86_64')
 url=https://github.com/sahlberg/libnfs;
@@ -10,8 +10,7 @@
 license=('GPL')
 depends=('glibc')
 source=(https://github.com/sahlberg/$pkgname/archive/$pkgname-$pkgver.tar.gz;)
-sha256sums=('19a497044f086d2bed973d0e89392bd41d1a8e9f524d5787f3090f966e20ccc3')
-options=(!libtool)
+sha256sums=('724e0b15cb2099ab3bbdb8456eaab54bc6d1de76da4b4f3251323471523e2114')
 
 build() {
   cd $pkgname-$pkgname-$pkgver



[arch-commits] Commit in closure-compiler/repos/community-any (PKGBUILD PKGBUILD)

2013-10-22 Thread Ike Devolder
Date: Tuesday, October 22, 2013 @ 21:20:43
  Author: idevolder
Revision: 99032

archrelease: copy trunk to community-any

Added:
  closure-compiler/repos/community-any/PKGBUILD
(from rev 99031, closure-compiler/trunk/PKGBUILD)
Deleted:
  closure-compiler/repos/community-any/PKGBUILD

--+
 PKGBUILD |   48 
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-22 19:20:21 UTC (rev 99031)
+++ PKGBUILD2013-10-22 19:20:43 UTC (rev 99032)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle  ike DOT devolder AT gmail DOT com 
-# Contributor: Bram Schoenmakers m...@bramschoenmakers.nl
-pkgname=closure-compiler
-pkgver=20130823
-pkgrel=1
-pkgdesc=Performs checking, instrumentation and optimizations on Javascript 
code.
-arch=('any')
-url=http://code.google.com/closure;
-license=('APACHE')
-depends=('java-runtime')
-source=(http://$pkgname.googlecode.com/files/compiler-$pkgver.tar.gz;)
-
-package() {
-   cd $srcdir
-
-   install -m755 -D compiler.jar 
$pkgdir/usr/share/java/closure-compiler/closure-compiler.jar
-   mkdir $pkgdir/usr/bin
-   echo '#!/bin/sh
-   $JAVA_HOME/bin/java -jar 
/usr/share/java/closure-compiler/closure-compiler.jar $@'  
$pkgdir/usr/bin/closure
-   chmod +x $pkgdir/usr/bin/closure
-}
-
-sha256sums=('59266db2f1a48c6379852732d8f4f0b54221b93e368564c0d3c0552780002b51')

Copied: closure-compiler/repos/community-any/PKGBUILD (from rev 99031, 
closure-compiler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-22 19:20:43 UTC (rev 99032)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: BlackEagle  ike DOT devolder AT gmail DOT com 
+# Contributor: Bram Schoenmakers m...@bramschoenmakers.nl
+pkgname=closure-compiler
+pkgver=20131014
+pkgrel=1
+pkgdesc=Performs checking, instrumentation and optimizations on Javascript 
code.
+arch=('any')
+url=http://code.google.com/closure;
+license=('APACHE')
+depends=('java-runtime')
+source=(http://$pkgname.googlecode.com/files/compiler-$pkgver.tar.gz;)
+
+package() {
+   cd $srcdir
+
+   install -m755 -D compiler.jar 
$pkgdir/usr/share/java/closure-compiler/closure-compiler.jar
+   mkdir $pkgdir/usr/bin
+   echo '#!/bin/sh
+   $JAVA_HOME/bin/java -jar 
/usr/share/java/closure-compiler/closure-compiler.jar $@'  
$pkgdir/usr/bin/closure
+   chmod +x $pkgdir/usr/bin/closure
+}
+
+sha256sums=('9a59efcd3179d3c4c8e81445c5fad9aa928f698cf80131b8429c5afdae5a7a8e')



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

2013-10-22 Thread Ike Devolder
Date: Tuesday, October 22, 2013 @ 21:21:49
  Author: idevolder
Revision: 99033

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

Added:
  doublecmd/repos/community-i686/PKGBUILD
(from rev 99032, doublecmd/trunk/PKGBUILD)
  doublecmd/repos/community-i686/doublecmd.install
(from rev 99032, doublecmd/trunk/doublecmd.install)
  doublecmd/repos/community-x86_64/PKGBUILD
(from rev 99032, doublecmd/trunk/PKGBUILD)
  doublecmd/repos/community-x86_64/doublecmd.install
(from rev 99032, doublecmd/trunk/doublecmd.install)
Deleted:
  doublecmd/repos/community-i686/PKGBUILD
  doublecmd/repos/community-i686/doublecmd.install
  doublecmd/repos/community-x86_64/PKGBUILD
  doublecmd/repos/community-x86_64/doublecmd.install

+
 /PKGBUILD  |  148 +++
 /doublecmd.install |   68 
 community-i686/PKGBUILD|   72 -
 community-i686/doublecmd.install   |   34 
 community-x86_64/PKGBUILD  |   72 -
 community-x86_64/doublecmd.install |   34 
 6 files changed, 216 insertions(+), 212 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-22 19:20:43 UTC (rev 99032)
+++ community-i686/PKGBUILD 2013-10-22 19:21:49 UTC (rev 99033)
@@ -1,72 +0,0 @@
-# vim:set ft=sh:
-# $Id$
-# Maintainer: BlackIkeEagle ike DOT devolder AT gmail DOT com
-# Contributor: (sirocco AT ngs.ru)
-
-pkgbase=doublecmd
-pkgname=('doublecmd-gtk2' 'doublecmd-qt')
-pkgver=0.5.7
-_helpver=0.5.5
-pkgrel=1
-url=http://doublecmd.sourceforge.net/;
-arch=('i686' 'x86_64')
-license=('GPL')
-install=$pkgbase.install
-provides=($pkgbase)
-makedepends=('lazarus' 'qt4pas' 'gtk2')
-optdepends=(
-   'lua51: scripting'
-   'p7zip: support for 7zip archives'
-   'libunrar: support for rar archives'
-)
-source=(
-   
http://downloads.sourceforge.net/project/$pkgbase/Double%20Commander%20Source/$pkgbase-$pkgver-src.tar.gz;
-   
http://downloads.sourceforge.net/project/$pkgbase/Double%20Commander%20Source/$pkgbase-help-$_helpver-src.tar.gz;
-)
-sha256sums=('8e2059f986fff26da5d7b98af95be64b12c5cef6b50fe3cacd9a2805947aa343'
-'5c5d00187df811df0734bf751a581bce7e1bdd4cf4639b2a1101f1da8743daaf')
-
-build() {
-   cp -a $pkgbase-$pkgver $pkgbase-gtk
-   cp -a $pkgbase-$pkgver $pkgbase-qt
-
-   cd $srcdir/$pkgbase-gtk
-   if [ $CARCH = i686 ]; then
-   sed -e '/fPIC/d' -i 
$srcdir/$pkgbase-gtk/components/doublecmd/doublecmd_common.lpk
-   fi
-   sed -e 's/\(export\ lazbuild=\).*/\1$(which\ lazbuild) 
--lazarusdir=\/usr\/lib\/lazarus/' -i build.sh
-   ./build.sh beta gtk2
-
-   cd $srcdir/$pkgbase-qt
-   # dont use fPIC on i686
-   if [ $CARCH = i686 ]; then
-   sed -e '/fPIC/d' -i 
$srcdir/$pkgbase-qt/components/doublecmd/doublecmd_common.lpk
-   fi
-   sed -e 's/\(export\ lazbuild=\).*/\1$(which\ lazbuild) 
--lazarusdir=\/usr\/lib\/lazarus/' -i build.sh
-   ./build.sh beta qt
-}
-
-package_doublecmd-gtk2() {
-   pkgdesc=twin-panel (commander-style) file manager (GTK)
-   depends=('gtk2')
-   cd $srcdir/$pkgbase-gtk
-   sed -e 's/LIB_SUFFIX=.*/LIB_SUFFIX=/g' -i ./install/linux/install.sh
-   ./install/linux/install.sh --install-prefix=$pkgdir
-
-   # install doc
-   cd $srcdir/$pkgbase-help-$_helpver
-   cp -a * $pkgdir/usr/share/$pkgbase/doc/
-}
-
-package_doublecmd-qt() {
-   pkgdesc=twin-panel (commander-style) file manager (QT)
-   depends=('qt4pas')
-   cd $srcdir/$pkgbase-qt
-   sed -e 's/LIB_SUFFIX=.*/LIB_SUFFIX=/g' -i ./install/linux/install.sh
-   ./install/linux/install.sh --install-prefix=$pkgdir
-
-   # install doc
-   cd $srcdir/$pkgbase-help-$_helpver
-   cp -a * $pkgdir/usr/share/$pkgbase/doc/
-}
-

Copied: doublecmd/repos/community-i686/PKGBUILD (from rev 99032, 
doublecmd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-22 19:21:49 UTC (rev 99033)
@@ -0,0 +1,74 @@
+# vim:set ft=sh:
+# $Id$
+# Maintainer: BlackIkeEagle ike DOT devolder AT gmail DOT com
+# Contributor: (sirocco AT ngs.ru)
+
+pkgbase=doublecmd
+pkgname=('doublecmd-gtk2' 'doublecmd-qt')
+pkgver=0.5.7
+_helpver=0.5.5
+pkgrel=2
+url=http://doublecmd.sourceforge.net/;
+arch=('i686' 'x86_64')
+license=('GPL')
+install=$pkgbase.install
+provides=($pkgbase)
+makedepends=('lazarus' 'qt4pas' 'gtk2')
+optdepends=(
+   'lua51: scripting'
+   'p7zip: support for 7zip archives'
+   'libunrar: support for rar archives'
+)
+source=(
+   
http://downloads.sourceforge.net/project/$pkgbase/Double%20Commander%20Source/$pkgbase-$pkgver-src.tar.gz;
+   

[arch-commits] Commit in afpfs-ng/repos (32 files)

2013-10-22 Thread Ike Devolder
Date: Tuesday, October 22, 2013 @ 21:25:28
  Author: idevolder
Revision: 99034

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

Added:
  afpfs-ng/repos/community-i686/01-gcrypt.patch
(from rev 99033, afpfs-ng/trunk/01-gcrypt.patch)
  afpfs-ng/repos/community-i686/02-pointer.patch
(from rev 99033, afpfs-ng/trunk/02-pointer.patch)
  afpfs-ng/repos/community-i686/10-fix-errno.patch
(from rev 99033, afpfs-ng/trunk/10-fix-errno.patch)
  afpfs-ng/repos/community-i686/20-build-error-fixes.patch
(from rev 99033, afpfs-ng/trunk/20-build-error-fixes.patch)
  afpfs-ng/repos/community-i686/21-header-path-fix.patch
(from rev 99033, afpfs-ng/trunk/21-header-path-fix.patch)
  afpfs-ng/repos/community-i686/30-include-fixes.patch
(from rev 99033, afpfs-ng/trunk/30-include-fixes.patch)
  afpfs-ng/repos/community-i686/PKGBUILD
(from rev 99033, afpfs-ng/trunk/PKGBUILD)
  afpfs-ng/repos/community-i686/fix_afpfs-ng_includes.patch
(from rev 99033, afpfs-ng/trunk/fix_afpfs-ng_includes.patch)
  afpfs-ng/repos/community-x86_64/01-gcrypt.patch
(from rev 99033, afpfs-ng/trunk/01-gcrypt.patch)
  afpfs-ng/repos/community-x86_64/02-pointer.patch
(from rev 99033, afpfs-ng/trunk/02-pointer.patch)
  afpfs-ng/repos/community-x86_64/10-fix-errno.patch
(from rev 99033, afpfs-ng/trunk/10-fix-errno.patch)
  afpfs-ng/repos/community-x86_64/20-build-error-fixes.patch
(from rev 99033, afpfs-ng/trunk/20-build-error-fixes.patch)
  afpfs-ng/repos/community-x86_64/21-header-path-fix.patch
(from rev 99033, afpfs-ng/trunk/21-header-path-fix.patch)
  afpfs-ng/repos/community-x86_64/30-include-fixes.patch
(from rev 99033, afpfs-ng/trunk/30-include-fixes.patch)
  afpfs-ng/repos/community-x86_64/PKGBUILD
(from rev 99033, afpfs-ng/trunk/PKGBUILD)
  afpfs-ng/repos/community-x86_64/fix_afpfs-ng_includes.patch
(from rev 99033, afpfs-ng/trunk/fix_afpfs-ng_includes.patch)
Deleted:
  afpfs-ng/repos/community-i686/01-gcrypt.patch
  afpfs-ng/repos/community-i686/02-pointer.patch
  afpfs-ng/repos/community-i686/10-fix-errno.patch
  afpfs-ng/repos/community-i686/20-build-error-fixes.patch
  afpfs-ng/repos/community-i686/21-header-path-fix.patch
  afpfs-ng/repos/community-i686/30-include-fixes.patch
  afpfs-ng/repos/community-i686/PKGBUILD
  afpfs-ng/repos/community-i686/fix_afpfs-ng_includes.patch
  afpfs-ng/repos/community-x86_64/01-gcrypt.patch
  afpfs-ng/repos/community-x86_64/02-pointer.patch
  afpfs-ng/repos/community-x86_64/10-fix-errno.patch
  afpfs-ng/repos/community-x86_64/20-build-error-fixes.patch
  afpfs-ng/repos/community-x86_64/21-header-path-fix.patch
  afpfs-ng/repos/community-x86_64/30-include-fixes.patch
  afpfs-ng/repos/community-x86_64/PKGBUILD
  afpfs-ng/repos/community-x86_64/fix_afpfs-ng_includes.patch

--+
 /01-gcrypt.patch |   52 
 /02-pointer.patch|  560 ++
 /10-fix-errno.patch  |   46 
 /20-build-error-fixes.patch  |  250 +
 /21-header-path-fix.patch|   32 
 /30-include-fixes.patch  |   88 
 /PKGBUILD|  130 
 /fix_afpfs-ng_includes.patch | 6164 +
 community-i686/01-gcrypt.patch   |   26 
 community-i686/02-pointer.patch  |  280 -
 community-i686/10-fix-errno.patch|   23 
 community-i686/20-build-error-fixes.patch|  125 
 community-i686/21-header-path-fix.patch  |   16 
 community-i686/30-include-fixes.patch|   44 
 community-i686/PKGBUILD  |   66 
 community-i686/fix_afpfs-ng_includes.patch   | 3082 
 community-x86_64/01-gcrypt.patch |   26 
 community-x86_64/02-pointer.patch|  280 -
 community-x86_64/10-fix-errno.patch  |   23 
 community-x86_64/20-build-error-fixes.patch  |  125 
 community-x86_64/21-header-path-fix.patch|   16 
 community-x86_64/30-include-fixes.patch  |   44 
 community-x86_64/PKGBUILD|   66 
 community-x86_64/fix_afpfs-ng_includes.patch | 3082 
 24 files changed, 7322 insertions(+), 7324 deletions(-)

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


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

2013-10-22 Thread Ike Devolder
Date: Tuesday, October 22, 2013 @ 21:26:05
  Author: idevolder
Revision: 99035

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

Added:
  libcec/repos/community-i686/PKGBUILD
(from rev 99034, libcec/trunk/PKGBUILD)
  libcec/repos/community-x86_64/PKGBUILD
(from rev 99034, libcec/trunk/PKGBUILD)
Deleted:
  libcec/repos/community-i686/PKGBUILD
  libcec/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   66 
 community-i686/PKGBUILD   |   34 --
 community-x86_64/PKGBUILD |   34 --
 3 files changed, 66 insertions(+), 68 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-22 19:25:28 UTC (rev 99034)
+++ community-i686/PKGBUILD 2013-10-22 19:26:05 UTC (rev 99035)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: BlackIkeEagle ike DOT devolder AT gmail DOT com
-# Contributor: Philippe Cherel philippe.che...@mayenne.org
-# vim: ft=sh:
-
-pkgname=libcec
-pkgver=2.1.3
-pkgrel=1
-pkgdesc=Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter
-arch=('i686' 'x86_64')
-url=https://github.com/Pulse-Eight/libcec;
-license=('GPL')
-depends=('udev' 'lockdev')
-source=($pkgname-$pkgver.tar.gz::https://github.com/Pulse-Eight/libcec/tarball/$pkgname-$pkgver;)
-_srcfolder=Pulse-Eight-libcec-54be21e
-options=(!libtool)
-sha256sums=('2aa88451b528184b02077ee8c6cd10e2f89121a6a05b1b35b4b792b03108a9d1')
-
-build() {
-  mv $_srcfolder $pkgname-$pkgver
-
-  cd $pkgname-$pkgver
-  export CFLAGS=$CFLAGS -fPIC
-  export CXXFLAGS=$CXXFLAGS -fPIC
-  export LDFLAGS=$LDFLAGS -fPIC
-  autoreconf -vif
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libcec/repos/community-i686/PKGBUILD (from rev 99034, 
libcec/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-22 19:26:05 UTC (rev 99035)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: BlackIkeEagle ike DOT devolder AT gmail DOT com
+# Contributor: Philippe Cherel philippe.che...@mayenne.org
+# vim: ft=sh:
+
+pkgname=libcec
+pkgver=2.1.3
+pkgrel=3
+pkgdesc=Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter
+arch=('i686' 'x86_64')
+url=https://github.com/Pulse-Eight/libcec;
+license=('GPL')
+depends=('udev' 'lockdev')
+source=($pkgname-$pkgver.tar.gz::https://github.com/Pulse-Eight/libcec/tarball/$pkgname-$pkgver;)
+_srcfolder=Pulse-Eight-libcec-54be21e
+sha256sums=('2aa88451b528184b02077ee8c6cd10e2f89121a6a05b1b35b4b792b03108a9d1')
+
+build() {
+  mv $_srcfolder $pkgname-$pkgver
+
+  cd $pkgname-$pkgver
+  export CFLAGS=$CFLAGS -fPIC
+  export CXXFLAGS=$CXXFLAGS -fPIC
+  export LDFLAGS=$LDFLAGS -fPIC
+  autoreconf -vif
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-10-22 19:25:28 UTC (rev 99034)
+++ community-x86_64/PKGBUILD   2013-10-22 19:26:05 UTC (rev 99035)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: BlackIkeEagle ike DOT devolder AT gmail DOT com
-# Contributor: Philippe Cherel philippe.che...@mayenne.org
-# vim: ft=sh:
-
-pkgname=libcec
-pkgver=2.1.3
-pkgrel=1
-pkgdesc=Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter
-arch=('i686' 'x86_64')
-url=https://github.com/Pulse-Eight/libcec;
-license=('GPL')
-depends=('udev' 'lockdev')
-source=($pkgname-$pkgver.tar.gz::https://github.com/Pulse-Eight/libcec/tarball/$pkgname-$pkgver;)
-_srcfolder=Pulse-Eight-libcec-54be21e
-options=(!libtool)
-sha256sums=('2aa88451b528184b02077ee8c6cd10e2f89121a6a05b1b35b4b792b03108a9d1')
-
-build() {
-  mv $_srcfolder $pkgname-$pkgver
-
-  cd $pkgname-$pkgver
-  export CFLAGS=$CFLAGS -fPIC
-  export CXXFLAGS=$CXXFLAGS -fPIC
-  export LDFLAGS=$LDFLAGS -fPIC
-  autoreconf -vif
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libcec/repos/community-x86_64/PKGBUILD (from rev 99034, 
libcec/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-10-22 19:26:05 UTC (rev 99035)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: BlackIkeEagle ike DOT devolder AT gmail DOT com
+# Contributor: Philippe Cherel philippe.che...@mayenne.org
+# vim: ft=sh:
+
+pkgname=libcec
+pkgver=2.1.3
+pkgrel=3
+pkgdesc=Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter
+arch=('i686' 'x86_64')
+url=https://github.com/Pulse-Eight/libcec;
+license=('GPL')
+depends=('udev' 'lockdev')
+source=($pkgname-$pkgver.tar.gz::https://github.com/Pulse-Eight/libcec/tarball/$pkgname-$pkgver;)

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

2013-10-22 Thread Ike Devolder
Date: Tuesday, October 22, 2013 @ 21:26:33
  Author: idevolder
Revision: 99036

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

Added:
  libnfs/repos/community-i686/PKGBUILD
(from rev 99035, libnfs/trunk/PKGBUILD)
  libnfs/repos/community-x86_64/PKGBUILD
(from rev 99035, libnfs/trunk/PKGBUILD)
Deleted:
  libnfs/repos/community-i686/PKGBUILD
  libnfs/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   52 
 community-i686/PKGBUILD   |   27 --
 community-x86_64/PKGBUILD |   27 --
 3 files changed, 52 insertions(+), 54 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-22 19:26:05 UTC (rev 99035)
+++ community-i686/PKGBUILD 2013-10-22 19:26:33 UTC (rev 99036)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: BlackIkeEagle ike DOT devolder AT gmail DOT com
-
-pkgname=libnfs
-pkgver=1.6.0
-pkgrel=1
-pkgdesc=client library for accessing NFS shares
-arch=('i686' 'x86_64')
-url=https://github.com/sahlberg/libnfs;
-license=('GPL')
-depends=('glibc')
-source=(https://github.com/sahlberg/$pkgname/archive/$pkgname-$pkgver.tar.gz;)
-sha256sums=('19a497044f086d2bed973d0e89392bd41d1a8e9f524d5787f3090f966e20ccc3')
-options=(!libtool)
-
-build() {
-  cd $pkgname-$pkgname-$pkgver
-
-  autoreconf -vif
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libnfs/repos/community-i686/PKGBUILD (from rev 99035, 
libnfs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-22 19:26:33 UTC (rev 99036)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: BlackIkeEagle ike DOT devolder AT gmail DOT com
+
+pkgname=libnfs
+pkgver=1.7.0
+pkgrel=2
+pkgdesc=client library for accessing NFS shares
+arch=('i686' 'x86_64')
+url=https://github.com/sahlberg/libnfs;
+license=('GPL')
+depends=('glibc')
+source=(https://github.com/sahlberg/$pkgname/archive/$pkgname-$pkgver.tar.gz;)
+sha256sums=('724e0b15cb2099ab3bbdb8456eaab54bc6d1de76da4b4f3251323471523e2114')
+
+build() {
+  cd $pkgname-$pkgname-$pkgver
+
+  autoreconf -vif
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-10-22 19:26:05 UTC (rev 99035)
+++ community-x86_64/PKGBUILD   2013-10-22 19:26:33 UTC (rev 99036)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: BlackIkeEagle ike DOT devolder AT gmail DOT com
-
-pkgname=libnfs
-pkgver=1.6.0
-pkgrel=1
-pkgdesc=client library for accessing NFS shares
-arch=('i686' 'x86_64')
-url=https://github.com/sahlberg/libnfs;
-license=('GPL')
-depends=('glibc')
-source=(https://github.com/sahlberg/$pkgname/archive/$pkgname-$pkgver.tar.gz;)
-sha256sums=('19a497044f086d2bed973d0e89392bd41d1a8e9f524d5787f3090f966e20ccc3')
-options=(!libtool)
-
-build() {
-  cd $pkgname-$pkgname-$pkgver
-
-  autoreconf -vif
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libnfs/repos/community-x86_64/PKGBUILD (from rev 99035, 
libnfs/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-10-22 19:26:33 UTC (rev 99036)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: BlackIkeEagle ike DOT devolder AT gmail DOT com
+
+pkgname=libnfs
+pkgver=1.7.0
+pkgrel=2
+pkgdesc=client library for accessing NFS shares
+arch=('i686' 'x86_64')
+url=https://github.com/sahlberg/libnfs;
+license=('GPL')
+depends=('glibc')
+source=(https://github.com/sahlberg/$pkgname/archive/$pkgname-$pkgver.tar.gz;)
+sha256sums=('724e0b15cb2099ab3bbdb8456eaab54bc6d1de76da4b4f3251323471523e2114')
+
+build() {
+  cd $pkgname-$pkgname-$pkgver
+
+  autoreconf -vif
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2013-10-22 Thread Ike Devolder
Date: Tuesday, October 22, 2013 @ 21:20:21
  Author: idevolder
Revision: 99031

libshairport :: 1.2.1.20121215-3

TODO: Remove static libraries

Modified:
  libshairport/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-22 19:19:35 UTC (rev 99030)
+++ PKGBUILD2013-10-22 19:20:21 UTC (rev 99031)
@@ -6,7 +6,7 @@
 _version=1.2.1.20121215
 _commithash='16395d8'
 pkgver=${_version}
-pkgrel=1
+pkgrel=3
 pkgdesc=emulates an AirPort Express
 arch=('i686' 'x86_64')
 url='https://github.com/amejia1/libshairport'
@@ -14,7 +14,6 @@
 depends=('openssl' 'libao')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/amejia1/libshairport/tarball/$_commithash;)
 sha256sums=('98b73313d0a8f2abcb32e11f4fd4b422777a495cd62dbe881d5061b91959d1d5')
-options=(!libtool)
 
 _srcfolder=$_developer-$pkgname-$_commithash
 



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

2013-10-22 Thread Ike Devolder
Date: Tuesday, October 22, 2013 @ 21:26:56
  Author: idevolder
Revision: 99037

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

Added:
  libshairport/repos/community-i686/PKGBUILD
(from rev 99036, libshairport/trunk/PKGBUILD)
  libshairport/repos/community-x86_64/PKGBUILD
(from rev 99036, libshairport/trunk/PKGBUILD)
Deleted:
  libshairport/repos/community-i686/PKGBUILD
  libshairport/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   64 
 community-i686/PKGBUILD   |   33 --
 community-x86_64/PKGBUILD |   33 --
 3 files changed, 64 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-22 19:26:33 UTC (rev 99036)
+++ community-i686/PKGBUILD 2013-10-22 19:26:56 UTC (rev 99037)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: BlackIkeEagle ike DOT devolder AT gmail DOT com
-
-pkgname=libshairport
-_developer='amejia1'
-_version=1.2.1.20121215
-_commithash='16395d8'
-pkgver=${_version}
-pkgrel=1
-pkgdesc=emulates an AirPort Express
-arch=('i686' 'x86_64')
-url='https://github.com/amejia1/libshairport'
-license=('GPL')
-depends=('openssl' 'libao')
-source=($pkgname-$pkgver.tar.gz::https://github.com/amejia1/libshairport/tarball/$_commithash;)
-sha256sums=('98b73313d0a8f2abcb32e11f4fd4b422777a495cd62dbe881d5061b91959d1d5')
-options=(!libtool)
-
-_srcfolder=$_developer-$pkgname-$_commithash
-
-build() {
-  mv $_srcfolder $pkgname-$pkgver
-
-  cd $pkgname-$pkgver
-  autoreconf -vif
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libshairport/repos/community-i686/PKGBUILD (from rev 99036, 
libshairport/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-22 19:26:56 UTC (rev 99037)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: BlackIkeEagle ike DOT devolder AT gmail DOT com
+
+pkgname=libshairport
+_developer='amejia1'
+_version=1.2.1.20121215
+_commithash='16395d8'
+pkgver=${_version}
+pkgrel=3
+pkgdesc=emulates an AirPort Express
+arch=('i686' 'x86_64')
+url='https://github.com/amejia1/libshairport'
+license=('GPL')
+depends=('openssl' 'libao')
+source=($pkgname-$pkgver.tar.gz::https://github.com/amejia1/libshairport/tarball/$_commithash;)
+sha256sums=('98b73313d0a8f2abcb32e11f4fd4b422777a495cd62dbe881d5061b91959d1d5')
+
+_srcfolder=$_developer-$pkgname-$_commithash
+
+build() {
+  mv $_srcfolder $pkgname-$pkgver
+
+  cd $pkgname-$pkgver
+  autoreconf -vif
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-10-22 19:26:33 UTC (rev 99036)
+++ community-x86_64/PKGBUILD   2013-10-22 19:26:56 UTC (rev 99037)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: BlackIkeEagle ike DOT devolder AT gmail DOT com
-
-pkgname=libshairport
-_developer='amejia1'
-_version=1.2.1.20121215
-_commithash='16395d8'
-pkgver=${_version}
-pkgrel=1
-pkgdesc=emulates an AirPort Express
-arch=('i686' 'x86_64')
-url='https://github.com/amejia1/libshairport'
-license=('GPL')
-depends=('openssl' 'libao')
-source=($pkgname-$pkgver.tar.gz::https://github.com/amejia1/libshairport/tarball/$_commithash;)
-sha256sums=('98b73313d0a8f2abcb32e11f4fd4b422777a495cd62dbe881d5061b91959d1d5')
-options=(!libtool)
-
-_srcfolder=$_developer-$pkgname-$_commithash
-
-build() {
-  mv $_srcfolder $pkgname-$pkgver
-
-  cd $pkgname-$pkgver
-  autoreconf -vif
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libshairport/repos/community-x86_64/PKGBUILD (from rev 99036, 
libshairport/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-10-22 19:26:56 UTC (rev 99037)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: BlackIkeEagle ike DOT devolder AT gmail DOT com
+
+pkgname=libshairport
+_developer='amejia1'
+_version=1.2.1.20121215
+_commithash='16395d8'
+pkgver=${_version}
+pkgrel=3
+pkgdesc=emulates an AirPort Express
+arch=('i686' 'x86_64')
+url='https://github.com/amejia1/libshairport'
+license=('GPL')
+depends=('openssl' 'libao')
+source=($pkgname-$pkgver.tar.gz::https://github.com/amejia1/libshairport/tarball/$_commithash;)
+sha256sums=('98b73313d0a8f2abcb32e11f4fd4b422777a495cd62dbe881d5061b91959d1d5')
+
+_srcfolder=$_developer-$pkgname-$_commithash
+
+build() {
+  mv $_srcfolder $pkgname-$pkgver
+
+  cd $pkgname-$pkgver
+  autoreconf -vif
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make 

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

2013-10-22 Thread Jonathan Steel
Date: Wednesday, October 23, 2013 @ 00:10:13
  Author: jsteel
Revision: 99038

shh{msg,opt}: keeping static libraries

Modified:
  shhmsg/trunk/PKGBUILD
  shhopt/trunk/PKGBUILD

---+
 shhmsg/trunk/PKGBUILD |3 ++-
 shhopt/trunk/PKGBUILD |3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

Modified: shhmsg/trunk/PKGBUILD
===
--- shhmsg/trunk/PKGBUILD   2013-10-22 19:26:56 UTC (rev 99037)
+++ shhmsg/trunk/PKGBUILD   2013-10-22 22:10:13 UTC (rev 99038)
@@ -1,4 +1,4 @@
-# Maintainer: jsteel jst...@aur.archlinux.org
+# Maintainer: Jonathan Steel jst...@aur.archlinux.org
 # Contributor: Peter Simons sim...@cryp.to
 
 pkgname=shhmsg
@@ -8,6 +8,7 @@
 arch=('i686' 'x86_64')
 url=http://shh.thathost.com/pub-unix;
 license=('GPL')
+options=('staticlibs')
 source=($url/files/$pkgname-$pkgver.tar.gz)
 md5sums=('de300150851786eb19cb9b9ad234d7a2')
 

Modified: shhopt/trunk/PKGBUILD
===
--- shhopt/trunk/PKGBUILD   2013-10-22 19:26:56 UTC (rev 99037)
+++ shhopt/trunk/PKGBUILD   2013-10-22 22:10:13 UTC (rev 99038)
@@ -1,4 +1,4 @@
-# Maintainer: jsteel jst...@aur.archlinux.org
+# Maintainer: Jonathan Steel jst...@aur.archlinux.org
 # Contributor: Peter Simons sim...@cryp.to
 
 pkgname=shhopt
@@ -8,6 +8,7 @@
 arch=('i686' 'x86_64')
 url=http://shh.thathost.com/pub-unix;
 license=('GPL')
+options=('staticlibs')
 source=($url/files/$pkgname-$pkgver.tar.gz)
 md5sums=('caf24206354296e8a48771aea1f47fbd')
 



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

2013-10-22 Thread Sven-Hendrik Haase
Date: Wednesday, October 23, 2013 @ 02:39:15
  Author: svenstaro
Revision: 99040

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

Added:
  oolite/repos/community-i686/PKGBUILD
(from rev 99039, oolite/trunk/PKGBUILD)
  oolite/repos/community-i686/oolite
(from rev 99039, oolite/trunk/oolite)
  oolite/repos/community-x86_64/PKGBUILD
(from rev 99039, oolite/trunk/PKGBUILD)
  oolite/repos/community-x86_64/oolite
(from rev 99039, oolite/trunk/oolite)
Deleted:
  oolite/repos/community-i686/PKGBUILD
  oolite/repos/community-i686/oolite
  oolite/repos/community-x86_64/PKGBUILD
  oolite/repos/community-x86_64/oolite

---+
 /PKGBUILD |   88 
 /oolite   |   12 ++
 community-i686/PKGBUILD   |   44 --
 community-i686/oolite |6 ---
 community-x86_64/PKGBUILD |   44 --
 community-x86_64/oolite   |6 ---
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-23 00:39:06 UTC (rev 99039)
+++ community-i686/PKGBUILD 2013-10-23 00:39:15 UTC (rev 99040)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Lone_Wolf lonew...@xs4all.nl
-pkgname=oolite
-pkgver=1.77
-pkgrel=3
-pkgdesc=A space-sim based on the classic Elite
-arch=('i686' 'x86_64')
-url=http://oolite-linux.berlios.de;
-license=('GPL2')
-depends=('gnustep-gui' 'sdl_mixer' 'glu' 'espeak' 'nspr' 'python2' 'icu' 
'gnustep-base')
-makedepends=('gcc-objc' 'gnustep-make' 'curl' 'zip' 'mesa')
-options=(!makeflags)
-source=(oolite
-
http://download.berlios.de/oolite-linux/oolite-source-${pkgver}.tar.bz2)
-md5sums=('b182976fade9b64a3b3702e2a8c72bf0'
- '78e0f1da12d1478534eb2af4d0983b01')
-
-build() {
-cd $srcdir
-cp -r ${srcdir}/oolite-source-${pkgver} ${srcdir}/${pkgname}-build
-
-cd ${srcdir}/${pkgname}-build
-unset CPPFLAGS
-sed -i '/void png_error/d' src/Core/Materials/OOPNGTextureLoader.m
-sed -i /ADDITIONAL_OBJCFLAGS/s/=/= -fobjc-exceptions/ GNUmakefile
-make -f libjs.make debug=no
-make -f Makefile release
-}
-
-package() {
-mkdir -p ${pkgdir}/usr/bin
-mkdir -p ${pkgdir}/usr/share/{oolite,applications,pixmaps,doc/oolite}
-cd ${srcdir}/${pkgname}-build
-cp -r oolite.app/* ${pkgdir}/usr/share/oolite/
-#install shellscript and icon
-install -D -m755 ../oolite ${pkgdir}/usr/bin/oolite
-install -D -m644 installers/FreeDesktop/oolite-icon.png 
${pkgdir}/usr/share/pixmaps/oolite-icon.png
-# copy  .desktop file
-install -D -m644 installers/FreeDesktop/oolite.desktop 
${pkgdir}/usr/share/applications/oolite.desktop
-# documentation
-install -D -m644 Doc/AdviceForNewCommanders.pdf Doc/OoliteReadMe.pdf 
Doc/OoliteRS.pdf ${pkgdir}/usr/share/doc/oolite/
- }
-# vim:set ts=2 sw=2 et:

Copied: oolite/repos/community-i686/PKGBUILD (from rev 99039, 
oolite/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-23 00:39:15 UTC (rev 99040)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Lone_Wolf lonew...@xs4all.nl
+pkgname=oolite
+pkgver=1.77.1
+pkgrel=1
+pkgdesc=A space-sim based on the classic Elite
+arch=('i686' 'x86_64')
+url=http://oolite-linux.berlios.de;
+license=('GPL2')
+depends=('gnustep-gui' 'sdl_mixer' 'glu' 'espeak' 'nspr' 'python2' 'icu' 
'gnustep-base')
+makedepends=('gcc-objc' 'gnustep-make' 'curl' 'zip' 'mesa')
+options=(!makeflags)
+source=(oolite
+
http://download.berlios.de/oolite-linux/oolite-source-${pkgver}.tar.bz2)
+md5sums=('b182976fade9b64a3b3702e2a8c72bf0'
+ '6d446df433fde796964c68856389c8dd')
+
+build() {
+cd $srcdir
+cp -r ${srcdir}/oolite-source-${pkgver} ${srcdir}/${pkgname}-build
+
+cd ${srcdir}/${pkgname}-build
+unset CPPFLAGS
+sed -i '/void png_error/d' src/Core/Materials/OOPNGTextureLoader.m
+sed -i /ADDITIONAL_OBJCFLAGS/s/=/= -fobjc-exceptions/ GNUmakefile
+make -f libjs.make debug=no
+make -f Makefile release
+}
+
+package() {
+mkdir -p ${pkgdir}/usr/bin
+mkdir -p ${pkgdir}/usr/share/{oolite,applications,pixmaps,doc/oolite}
+cd ${srcdir}/${pkgname}-build
+cp -r oolite.app/* ${pkgdir}/usr/share/oolite/
+#install shellscript and icon
+install -D -m755 ../oolite ${pkgdir}/usr/bin/oolite
+install -D -m644 installers/FreeDesktop/oolite-icon.png 
${pkgdir}/usr/share/pixmaps/oolite-icon.png
+# copy  .desktop file
+install -D -m644 installers/FreeDesktop/oolite.desktop 
${pkgdir}/usr/share/applications/oolite.desktop
+# documentation
+install -D -m644 Doc/AdviceForNewCommanders.pdf Doc/OoliteReadMe.pdf 
Doc/OoliteRS.pdf ${pkgdir}/usr/share/doc/oolite/
+ }
+# 

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

2013-10-22 Thread Sven-Hendrik Haase
Date: Wednesday, October 23, 2013 @ 02:39:06
  Author: svenstaro
Revision: 99039

upgpkg: oolite 1.77.1-1

Updating to 1.77.1

Modified:
  oolite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-22 22:10:13 UTC (rev 99038)
+++ PKGBUILD2013-10-23 00:39:06 UTC (rev 99039)
@@ -2,8 +2,8 @@
 # Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
 # Contributor: Lone_Wolf lonew...@xs4all.nl
 pkgname=oolite
-pkgver=1.77
-pkgrel=3
+pkgver=1.77.1
+pkgrel=1
 pkgdesc=A space-sim based on the classic Elite
 arch=('i686' 'x86_64')
 url=http://oolite-linux.berlios.de;
@@ -14,7 +14,7 @@
 source=(oolite
 
http://download.berlios.de/oolite-linux/oolite-source-${pkgver}.tar.bz2)
 md5sums=('b182976fade9b64a3b3702e2a8c72bf0'
- '78e0f1da12d1478534eb2af4d0983b01')
+ '6d446df433fde796964c68856389c8dd')
 
 build() {
 cd $srcdir



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

2013-10-22 Thread Gaetan Bisson
Date: Wednesday, October 23, 2013 @ 03:47:01
  Author: bisson
Revision: 197141

fix FS#37367

Added:
  graphviz/trunk/dotty.patch
Modified:
  graphviz/trunk/PKGBUILD

-+
 PKGBUILD|9 ++---
 dotty.patch |   21 +
 2 files changed, 27 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-22 17:14:15 UTC (rev 197140)
+++ PKGBUILD2013-10-23 01:47:01 UTC (rev 197141)
@@ -5,7 +5,7 @@
 
 pkgname=graphviz
 pkgver=2.34.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Graph visualization software'
 url='http://www.graphviz.org/'
 license=('CPL')
@@ -22,8 +22,10 @@
 'r: r bindings'
 'tcl: tcl bindings'
 'qt4: gvedit')
-source=(${url}/pub/${pkgname}/stable/SOURCES/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('5a0c00bebe7f4c7a04523db21f40966dc9f0d441')
+source=(${url}/pub/${pkgname}/stable/SOURCES/${pkgname}-${pkgver}.tar.gz
+'dotty.patch')
+sha1sums=('5a0c00bebe7f4c7a04523db21f40966dc9f0d441'
+  '31bc9f505c8b6470289a0d6ec31c237765cba239')
 
 options=('!libtool')
 install=install
@@ -30,6 +32,7 @@
 
 prepare() {
cd ${srcdir}/${pkgname}-${pkgver}
+   patch -p1 -i ../dotty.patch
sed \
-e '/LIBPOSTFIX=64/d' \
-i configure

Added: dotty.patch
===
--- dotty.patch (rev 0)
+++ dotty.patch 2013-10-23 01:47:01 UTC (rev 197141)
@@ -0,0 +1,21 @@
+diff -Naur old/cmd/dotty/dotty_layout.lefty new/cmd/dotty/dotty_layout.lefty
+--- old/cmd/dotty/dotty_layout.lefty   2013-09-06 15:07:52.0 -1000
 new/cmd/dotty/dotty_layout.lefty   2013-10-22 15:23:50.153028328 -1000
+@@ -5,7 +5,7 @@
+ local fd;
+ 
+ if (~dotty.lservers[lserver] | tablesize (dotty.lservers[lserver]) == 0) {
+-if (~((fd = openio ('pipe', lserver, 'r+', '%e -Txdot')) = 0)) {
++if (~((fd = openio ('pipe', lserver, 'r+', '%e -Txdot1.2')) = 0)) {
+ dotty.message (0, concat ('cannot start ', lserver));
+ return null;
+ }
+@@ -438,6 +438,8 @@
+ }
+ } else if (t[i] == 'I') {
+ i = i + 7;
++} else if (t[i] == 't') {
++i = i + 2;
+ } else {
+ dotty.message (0, concat ('draw language parser error: ', t[i]));
+ return null;



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

2013-10-22 Thread Gaetan Bisson
Date: Wednesday, October 23, 2013 @ 03:47:36
  Author: bisson
Revision: 197142

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

Added:
  graphviz/repos/testing-i686/
  graphviz/repos/testing-i686/PKGBUILD
(from rev 197141, graphviz/trunk/PKGBUILD)
  graphviz/repos/testing-i686/dotty.patch
(from rev 197141, graphviz/trunk/dotty.patch)
  graphviz/repos/testing-i686/install
(from rev 197141, graphviz/trunk/install)
  graphviz/repos/testing-x86_64/
  graphviz/repos/testing-x86_64/PKGBUILD
(from rev 197141, graphviz/trunk/PKGBUILD)
  graphviz/repos/testing-x86_64/dotty.patch
(from rev 197141, graphviz/trunk/dotty.patch)
  graphviz/repos/testing-x86_64/install
(from rev 197141, graphviz/trunk/install)

+
 testing-i686/PKGBUILD  |   53 +++
 testing-i686/dotty.patch   |   21 +
 testing-i686/install   |   12 +
 testing-x86_64/PKGBUILD|   53 +++
 testing-x86_64/dotty.patch |   21 +
 testing-x86_64/install |   12 +
 6 files changed, 172 insertions(+)

Copied: graphviz/repos/testing-i686/PKGBUILD (from rev 197141, 
graphviz/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-10-23 01:47:36 UTC (rev 197142)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: kevin ke...@archlinux.org
+# Contributor: John Proctor jproc...@prium.net
+
+pkgname=graphviz
+pkgver=2.34.0
+pkgrel=2
+pkgdesc='Graph visualization software'
+url='http://www.graphviz.org/'
+license=('CPL')
+arch=('i686' 'x86_64')
+depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts')
+makedepends=('swig' 'mono' 'guile' 'lua51' 'ocaml' 'perl' 'php' 'python2' 'r' 
'tk' 'qt4')
+optdepends=('mono: sharp bindings'
+'guile: guile bindings'
+'lua51: lua bindings'
+'ocaml: ocaml bindings'
+'perl: perl bindings'
+'php: php bindings'
+'python2: python bindings'
+'r: r bindings'
+'tcl: tcl bindings'
+'qt4: gvedit')
+source=(${url}/pub/${pkgname}/stable/SOURCES/${pkgname}-${pkgver}.tar.gz
+'dotty.patch')
+sha1sums=('5a0c00bebe7f4c7a04523db21f40966dc9f0d441'
+  '31bc9f505c8b6470289a0d6ec31c237765cba239')
+
+options=('!libtool')
+install=install
+
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   patch -p1 -i ../dotty.patch
+   sed \
+   -e '/LIBPOSTFIX=64/d' \
+   -i configure
+}
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   export PYTHON=python2
+   export LUA=lua5.1
+
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Copied: graphviz/repos/testing-i686/dotty.patch (from rev 197141, 
graphviz/trunk/dotty.patch)
===
--- testing-i686/dotty.patch(rev 0)
+++ testing-i686/dotty.patch2013-10-23 01:47:36 UTC (rev 197142)
@@ -0,0 +1,21 @@
+diff -Naur old/cmd/dotty/dotty_layout.lefty new/cmd/dotty/dotty_layout.lefty
+--- old/cmd/dotty/dotty_layout.lefty   2013-09-06 15:07:52.0 -1000
 new/cmd/dotty/dotty_layout.lefty   2013-10-22 15:23:50.153028328 -1000
+@@ -5,7 +5,7 @@
+ local fd;
+ 
+ if (~dotty.lservers[lserver] | tablesize (dotty.lservers[lserver]) == 0) {
+-if (~((fd = openio ('pipe', lserver, 'r+', '%e -Txdot')) = 0)) {
++if (~((fd = openio ('pipe', lserver, 'r+', '%e -Txdot1.2')) = 0)) {
+ dotty.message (0, concat ('cannot start ', lserver));
+ return null;
+ }
+@@ -438,6 +438,8 @@
+ }
+ } else if (t[i] == 'I') {
+ i = i + 7;
++} else if (t[i] == 't') {
++i = i + 2;
+ } else {
+ dotty.message (0, concat ('draw language parser error: ', t[i]));
+ return null;

Copied: graphviz/repos/testing-i686/install (from rev 197141, 
graphviz/trunk/install)
===
--- testing-i686/install(rev 0)
+++ testing-i686/install2013-10-23 01:47:36 UTC (rev 197142)
@@ -0,0 +1,12 @@
+post_install() {
+   rm -f usr/lib/graphviz/config{,6}
+   usr/bin/dot -c
+}
+
+post_upgrade() {
+   post_install
+}
+
+pre_remove() {
+   rm -f usr/lib/graphviz/config{,6}
+}

Copied: graphviz/repos/testing-x86_64/PKGBUILD (from rev 197141, 
graphviz/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-10-23 01:47:36 UTC (rev 197142)
@@ -0,0 +1,53 @@
+# $Id$