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

2013-12-30 Thread Evangelos Foutras
Date: Monday, December 30, 2013 @ 09:41:09
  Author: foutrelis
Revision: 202982

upgpkg: libmtp 1.1.6-5

Rebuild missing [extra] package.

Modified:
  libmtp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-29 21:43:02 UTC (rev 202981)
+++ PKGBUILD2013-12-30 08:41:09 UTC (rev 202982)
@@ -5,7 +5,7 @@
 
 pkgname=libmtp
 pkgver=1.1.6
-pkgrel=4
+pkgrel=5
 pkgdesc=Library implementation of the Media Transfer Protocol
 arch=(i686 x86_64)
 url=http://libmtp.sourceforge.net;



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

2013-12-30 Thread Evangelos Foutras
Date: Monday, December 30, 2013 @ 09:41:18
  Author: foutrelis
Revision: 202983

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

Added:
  libmtp/repos/extra-i686/
  libmtp/repos/extra-i686/PKGBUILD
(from rev 202982, libmtp/trunk/PKGBUILD)
  libmtp/repos/extra-x86_64/
  libmtp/repos/extra-x86_64/PKGBUILD
(from rev 202982, libmtp/trunk/PKGBUILD)

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

Copied: libmtp/repos/extra-i686/PKGBUILD (from rev 202982, 
libmtp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-12-30 08:41:18 UTC (rev 202983)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: damir da...@archlinux.org
+# Contributor: Kevin Edmonds edmondske...@hotmail.com
+
+pkgname=libmtp
+pkgver=1.1.6
+pkgrel=5
+pkgdesc=Library implementation of the Media Transfer Protocol
+arch=(i686 x86_64)
+url=http://libmtp.sourceforge.net;
+license=('LGPL')
+depends=('libusb' 'libgcrypt')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('87835626dbcf39e62bfcdd4ae6da2063')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-udev=/usr/lib/udev
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  
+  # fix broken udev rule
+  sed -i /^Unable to open/d ${pkgdir}/usr/lib/udev/rules.d/69-libmtp.rules
+}

Copied: libmtp/repos/extra-x86_64/PKGBUILD (from rev 202982, 
libmtp/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-12-30 08:41:18 UTC (rev 202983)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: damir da...@archlinux.org
+# Contributor: Kevin Edmonds edmondske...@hotmail.com
+
+pkgname=libmtp
+pkgver=1.1.6
+pkgrel=5
+pkgdesc=Library implementation of the Media Transfer Protocol
+arch=(i686 x86_64)
+url=http://libmtp.sourceforge.net;
+license=('LGPL')
+depends=('libusb' 'libgcrypt')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('87835626dbcf39e62bfcdd4ae6da2063')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-udev=/usr/lib/udev
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  
+  # fix broken udev rule
+  sed -i /^Unable to open/d ${pkgdir}/usr/lib/udev/rules.d/69-libmtp.rules
+}



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

2013-12-30 Thread Evangelos Foutras
Date: Monday, December 30, 2013 @ 09:44:05
  Author: foutrelis
Revision: 202985

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

Added:
  rasqal/repos/extra-i686/
  rasqal/repos/extra-i686/PKGBUILD
(from rev 202984, rasqal/trunk/PKGBUILD)
  rasqal/repos/extra-x86_64/
  rasqal/repos/extra-x86_64/PKGBUILD
(from rev 202984, rasqal/trunk/PKGBUILD)

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

Copied: rasqal/repos/extra-i686/PKGBUILD (from rev 202984, 
rasqal/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-12-30 08:44:05 UTC (rev 202985)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: AndyRTR andy...@archlinux.org
+# Contributor: Lawrence Lee valh...@facticius.net
+
+pkgname=rasqal
+epoch=1
+pkgver=0.9.30
+pkgrel=3
+pkgdesc=A free C library that handles Resource Description Framework (RDF) 
query syntaxes, query construction and query execution returning result 
bindings
+url=http://librdf.org/rasqal;
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+depends=('raptor' 'mpfr' 'util-linux')
+source=(http://download.librdf.org/source/${pkgname}-${pkgver}.tar.gz)
+md5sums=('b12c5f9cfdb6b04efce5a4a186b8416b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --disable-static \
+   --enable-release
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make -k check || true # still fails some checks
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: rasqal/repos/extra-x86_64/PKGBUILD (from rev 202984, 
rasqal/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-12-30 08:44:05 UTC (rev 202985)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: AndyRTR andy...@archlinux.org
+# Contributor: Lawrence Lee valh...@facticius.net
+
+pkgname=rasqal
+epoch=1
+pkgver=0.9.30
+pkgrel=3
+pkgdesc=A free C library that handles Resource Description Framework (RDF) 
query syntaxes, query construction and query execution returning result 
bindings
+url=http://librdf.org/rasqal;
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+depends=('raptor' 'mpfr' 'util-linux')
+source=(http://download.librdf.org/source/${pkgname}-${pkgver}.tar.gz)
+md5sums=('b12c5f9cfdb6b04efce5a4a186b8416b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --disable-static \
+   --enable-release
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make -k check || true # still fails some checks
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2013-12-30 Thread Evangelos Foutras
Date: Monday, December 30, 2013 @ 09:43:55
  Author: foutrelis
Revision: 202984

upgpkg: rasqal 1:0.9.30-3

Rebuild missing [extra] package.

Modified:
  rasqal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-30 08:41:18 UTC (rev 202983)
+++ PKGBUILD2013-12-30 08:43:55 UTC (rev 202984)
@@ -6,7 +6,7 @@
 pkgname=rasqal
 epoch=1
 pkgver=0.9.30
-pkgrel=2
+pkgrel=3
 pkgdesc=A free C library that handles Resource Description Framework (RDF) 
query syntaxes, query construction and query execution returning result 
bindings
 url=http://librdf.org/rasqal;
 license=('GPL' 'LGPL')



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

2013-12-30 Thread Evangelos Foutras
Date: Monday, December 30, 2013 @ 09:44:52
  Author: foutrelis
Revision: 202987

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

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

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-12-30 08:44:43 UTC (rev 202986)
+++ testing-i686/PKGBUILD   2013-12-30 08:44:52 UTC (rev 202987)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: damir da...@archlinux.org
-# Contributor: Kevin Edmonds edmondske...@hotmail.com
-
-pkgname=libmtp
-pkgver=1.1.6
-pkgrel=4
-pkgdesc=Library implementation of the Media Transfer Protocol
-arch=(i686 x86_64)
-url=http://libmtp.sourceforge.net;
-license=('LGPL')
-depends=('libusb' 'libgcrypt')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('87835626dbcf39e62bfcdd4ae6da2063')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-udev=/usr/lib/udev
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make -k check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  
-  # fix broken udev rule
-  sed -i /^Unable to open/d ${pkgdir}/usr/lib/udev/rules.d/69-libmtp.rules
-}

Copied: libmtp/repos/testing-i686/PKGBUILD (from rev 202986, 
libmtp/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-12-30 08:44:52 UTC (rev 202987)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: damir da...@archlinux.org
+# Contributor: Kevin Edmonds edmondske...@hotmail.com
+
+pkgname=libmtp
+pkgver=1.1.6
+pkgrel=6
+pkgdesc=Library implementation of the Media Transfer Protocol
+arch=(i686 x86_64)
+url=http://libmtp.sourceforge.net;
+license=('LGPL')
+depends=('libusb' 'libgcrypt')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('87835626dbcf39e62bfcdd4ae6da2063')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-udev=/usr/lib/udev
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  
+  # fix broken udev rule
+  sed -i /^Unable to open/d ${pkgdir}/usr/lib/udev/rules.d/69-libmtp.rules
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2013-12-30 08:44:43 UTC (rev 202986)
+++ testing-x86_64/PKGBUILD 2013-12-30 08:44:52 UTC (rev 202987)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: damir da...@archlinux.org
-# Contributor: Kevin Edmonds edmondske...@hotmail.com
-
-pkgname=libmtp
-pkgver=1.1.6
-pkgrel=4
-pkgdesc=Library implementation of the Media Transfer Protocol
-arch=(i686 x86_64)
-url=http://libmtp.sourceforge.net;
-license=('LGPL')
-depends=('libusb' 'libgcrypt')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('87835626dbcf39e62bfcdd4ae6da2063')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-udev=/usr/lib/udev
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make -k check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  
-  # fix broken udev rule
-  sed -i /^Unable to open/d ${pkgdir}/usr/lib/udev/rules.d/69-libmtp.rules
-}

Copied: libmtp/repos/testing-x86_64/PKGBUILD (from rev 202986, 
libmtp/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-12-30 08:44:52 UTC (rev 202987)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: damir da...@archlinux.org
+# Contributor: Kevin Edmonds edmondske...@hotmail.com
+
+pkgname=libmtp
+pkgver=1.1.6
+pkgrel=6
+pkgdesc=Library implementation of the Media Transfer Protocol
+arch=(i686 x86_64)
+url=http://libmtp.sourceforge.net;
+license=('LGPL')
+depends=('libusb' 'libgcrypt')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('87835626dbcf39e62bfcdd4ae6da2063')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-udev=/usr/lib/udev
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make 

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

2013-12-30 Thread Evangelos Foutras
Date: Monday, December 30, 2013 @ 09:44:43
  Author: foutrelis
Revision: 202986

upgpkg: libmtp 1.1.6-6

libgcrypt.so.20 rebuild.

Modified:
  libmtp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-30 08:44:05 UTC (rev 202985)
+++ PKGBUILD2013-12-30 08:44:43 UTC (rev 202986)
@@ -5,7 +5,7 @@
 
 pkgname=libmtp
 pkgver=1.1.6
-pkgrel=5
+pkgrel=6
 pkgdesc=Library implementation of the Media Transfer Protocol
 arch=(i686 x86_64)
 url=http://libmtp.sourceforge.net;



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

2013-12-30 Thread Evangelos Foutras
Date: Monday, December 30, 2013 @ 09:46:37
  Author: foutrelis
Revision: 202988

upgpkg: rasqal 1:0.9.30-4

libgcrypt.so.20 rebuild.

Modified:
  rasqal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-30 08:44:52 UTC (rev 202987)
+++ PKGBUILD2013-12-30 08:46:37 UTC (rev 202988)
@@ -6,7 +6,7 @@
 pkgname=rasqal
 epoch=1
 pkgver=0.9.30
-pkgrel=3
+pkgrel=4
 pkgdesc=A free C library that handles Resource Description Framework (RDF) 
query syntaxes, query construction and query execution returning result 
bindings
 url=http://librdf.org/rasqal;
 license=('GPL' 'LGPL')



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

2013-12-30 Thread Evangelos Foutras
Date: Monday, December 30, 2013 @ 09:46:47
  Author: foutrelis
Revision: 202989

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

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

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-12-30 08:46:37 UTC (rev 202988)
+++ testing-i686/PKGBUILD   2013-12-30 08:46:47 UTC (rev 202989)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: AndyRTR andy...@archlinux.org
-# Contributor: Lawrence Lee valh...@facticius.net
-
-pkgname=rasqal
-epoch=1
-pkgver=0.9.30
-pkgrel=2
-pkgdesc=A free C library that handles Resource Description Framework (RDF) 
query syntaxes, query construction and query execution returning result 
bindings
-url=http://librdf.org/rasqal;
-license=('GPL' 'LGPL')
-arch=('i686' 'x86_64')
-depends=('raptor' 'mpfr' 'util-linux')
-source=(http://download.librdf.org/source/${pkgname}-${pkgver}.tar.gz)
-md5sums=('b12c5f9cfdb6b04efce5a4a186b8416b')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --disable-static \
-   --enable-release
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make -k check || true # still fails some checks
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: rasqal/repos/testing-i686/PKGBUILD (from rev 202988, 
rasqal/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-12-30 08:46:47 UTC (rev 202989)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: AndyRTR andy...@archlinux.org
+# Contributor: Lawrence Lee valh...@facticius.net
+
+pkgname=rasqal
+epoch=1
+pkgver=0.9.30
+pkgrel=4
+pkgdesc=A free C library that handles Resource Description Framework (RDF) 
query syntaxes, query construction and query execution returning result 
bindings
+url=http://librdf.org/rasqal;
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+depends=('raptor' 'mpfr' 'util-linux')
+source=(http://download.librdf.org/source/${pkgname}-${pkgver}.tar.gz)
+md5sums=('b12c5f9cfdb6b04efce5a4a186b8416b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --disable-static \
+   --enable-release
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make -k check || true # still fails some checks
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2013-12-30 08:46:37 UTC (rev 202988)
+++ testing-x86_64/PKGBUILD 2013-12-30 08:46:47 UTC (rev 202989)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: AndyRTR andy...@archlinux.org
-# Contributor: Lawrence Lee valh...@facticius.net
-
-pkgname=rasqal
-epoch=1
-pkgver=0.9.30
-pkgrel=2
-pkgdesc=A free C library that handles Resource Description Framework (RDF) 
query syntaxes, query construction and query execution returning result 
bindings
-url=http://librdf.org/rasqal;
-license=('GPL' 'LGPL')
-arch=('i686' 'x86_64')
-depends=('raptor' 'mpfr' 'util-linux')
-source=(http://download.librdf.org/source/${pkgname}-${pkgver}.tar.gz)
-md5sums=('b12c5f9cfdb6b04efce5a4a186b8416b')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --disable-static \
-   --enable-release
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make -k check || true # still fails some checks
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: rasqal/repos/testing-x86_64/PKGBUILD (from rev 202988, 
rasqal/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-12-30 08:46:47 UTC (rev 202989)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: AndyRTR andy...@archlinux.org
+# Contributor: Lawrence Lee valh...@facticius.net
+
+pkgname=rasqal
+epoch=1
+pkgver=0.9.30
+pkgrel=4
+pkgdesc=A free C library that handles Resource Description Framework (RDF) 
query syntaxes, query construction and query execution returning result 
bindings
+url=http://librdf.org/rasqal;
+license=('GPL' 

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

2013-12-30 Thread Ionuț Mircea Bîru
Date: Monday, December 30, 2013 @ 10:31:03
  Author: ioni
Revision: 202990

current nvidia doesn't work with xorg-server 1.15

Modified:
  xorg-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-30 08:46:47 UTC (rev 202989)
+++ PKGBUILD2013-12-30 09:31:03 UTC (rev 202990)
@@ -5,7 +5,7 @@
 pkgbase=xorg-server
 pkgname=('xorg-server' 'xorg-server-xephyr' 'xorg-server-xdmx' 
'xorg-server-xvfb' 'xorg-server-xnest' 'xorg-server-common' 'xorg-server-devel')
 pkgver=1.15.0
-pkgrel=1 # build first with 0.1 and then rebuild it after xf86-input-evdev 
rebuild
+pkgrel=2 # build first with 0.1 and then rebuild it after xf86-input-evdev 
rebuild
 arch=('i686' 'x86_64')
 license=('custom')
 url=http://xorg.freedesktop.org;
@@ -106,7 +106,7 @@
   # and /usr/lib/pkgconfig/xorg-server.pc in xorg-server-devel pkg
   provides=('X-ABI-VIDEODRV_VERSION=15' 'X-ABI-XINPUT_VERSION=20' 
'X-ABI-EXTENSION_VERSION=8.0' 'x-server')
   groups=('xorg')
-  conflicts=('nvidia-utils=290.10')
+  conflicts=('nvidia-utils=331.20')
 
   cd ${pkgbase}-${pkgver}
   make DESTDIR=${pkgdir} install



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

2013-12-30 Thread Guillaume Alaux
Date: Monday, December 30, 2013 @ 10:36:04
  Author: guillaume
Revision: 202991

Upstream release

Modified:
  apache-ant/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-30 09:31:03 UTC (rev 202990)
+++ PKGBUILD2013-12-30 09:36:04 UTC (rev 202991)
@@ -3,8 +3,8 @@
 # Contributor: Andrew Wright andr...@photism.org
 # Contributor: Paul Mattal p...@archlinux.org
 pkgname=apache-ant
-pkgver=1.9.2
-pkgrel=3
+pkgver=1.9.3
+pkgrel=1
 pkgdesc='A java-based build tool'
 arch=('any')
 url='http://ant.apache.org/'
@@ -17,7 +17,7 @@
 ${pkgname}.sh
 ${pkgname}.csh
 ${pkgname}.install)
-sha256sums=('cf95317f683f28ae3d263327447abbebd30a6c910cfa069a05c5ee39aa5ad0e3'
+sha256sums=('eb9306e8b8322bb09b78cc3d8e288398f9cb657d76ffc61ee3fb175e786e8365'
 '182b9212610790966d3a018d3cbab2e5327dd9fd11dc15dd1f377853216f5718'
 '919a3ab1acae1d0d190fe6e0034b00975caab40e55359a720bfccd098fe2d995'
 '37602eb618da3948e4b9334f1641fdc8372543a4014da37f6c5548ced8992fa2')



[arch-commits] Commit in apache-ant/repos/extra-any (8 files)

2013-12-30 Thread Guillaume Alaux
Date: Monday, December 30, 2013 @ 10:38:19
  Author: guillaume
Revision: 202992

archrelease: copy trunk to extra-any

Added:
  apache-ant/repos/extra-any/PKGBUILD
(from rev 202991, apache-ant/trunk/PKGBUILD)
  apache-ant/repos/extra-any/apache-ant.csh
(from rev 202991, apache-ant/trunk/apache-ant.csh)
  apache-ant/repos/extra-any/apache-ant.install
(from rev 202991, apache-ant/trunk/apache-ant.install)
  apache-ant/repos/extra-any/apache-ant.sh
(from rev 202991, apache-ant/trunk/apache-ant.sh)
Deleted:
  apache-ant/repos/extra-any/PKGBUILD
  apache-ant/repos/extra-any/apache-ant.csh
  apache-ant/repos/extra-any/apache-ant.install
  apache-ant/repos/extra-any/apache-ant.sh

+
 PKGBUILD   |  182 +--
 apache-ant.csh |2 
 apache-ant.install |   30 
 apache-ant.sh  |2 
 4 files changed, 108 insertions(+), 108 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-30 09:36:04 UTC (rev 202991)
+++ PKGBUILD2013-12-30 09:38:19 UTC (rev 202992)
@@ -1,91 +0,0 @@
-# $Id$
-# Maintainer: Guillaume ALAUX guilla...@archlinux.org
-# Contributor: Andrew Wright andr...@photism.org
-# Contributor: Paul Mattal p...@archlinux.org
-pkgname=apache-ant
-pkgver=1.9.2
-pkgrel=3
-pkgdesc='A java-based build tool'
-arch=('any')
-url='http://ant.apache.org/'
-license=('APACHE')
-depends=('java-environment')
-makedepends=('java-environment' 'apache-ant' 'junit')
-optdepends=('junit: to use the junit tasks')
-install=${pkgname}.install
-source=(http://apache.org/dist/ant/source/${pkgname}-${pkgver}-src.tar.bz2
-${pkgname}.sh
-${pkgname}.csh
-${pkgname}.install)
-sha256sums=('cf95317f683f28ae3d263327447abbebd30a6c910cfa069a05c5ee39aa5ad0e3'
-'182b9212610790966d3a018d3cbab2e5327dd9fd11dc15dd1f377853216f5718'
-'919a3ab1acae1d0d190fe6e0034b00975caab40e55359a720bfccd098fe2d995'
-'37602eb618da3948e4b9334f1641fdc8372543a4014da37f6c5548ced8992fa2')
-
-_ant_home=/usr/share/${pkgname}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # ant needs HOME to download libs to $HOME/.m2/repository
-  export ANT_OPTS=-Duser.home=${srcdir}
-  ant -Ddest=optional -f fetch.xml
-
-  rm lib/optional/junit-4.11.jar
-  ln -s /usr/share/java/junit.jar lib/optional/junit-4.11.jar
-  rm lib/optional/hamcrest-core-1.3.jar
-  ln -s /usr/share/java/hamcrest-core.jar lib/optional/hamcrest-core-1.3.jar
-
-  ant dist
-}
-
-#check() {
-#  cd ${srcdir}/${pkgname}-${pkgver}
-#  ant test
-#}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}/${pkgname}-${pkgver}
-
-  install -dm755 ${pkgdir}${_ant_home}
-
-  install -dm755 ${pkgdir}/etc/${pkgname}
-  cp -Rp etc/* ${pkgdir}/etc/${pkgname}
-  rm ${pkgdir}/etc/${pkgname}/ant-bootstrap.jar
-  # Done in .install for now
-  #ln -s /etc/${pkgname} ${pkgdir}${_ant_home}/etc
-
-  install -dm755 ${pkgdir}${_ant_home}/bin
-  find bin -type f -a ! -name \*.bat -a ! -name \*.cmd \
--exec install -m755 {} ${pkgdir}${_ant_home}/bin \;
-
-  install -dm755 ${pkgdir}/usr/bin
-  ln -s ${_ant_home}/bin/ant ${pkgdir}/usr/bin/ant
-
-  install -dm755 ${pkgdir}/usr/share/java/${pkgname}
-  install -m644 lib/*.jar \
-../lib/optional/*.jar \
-${pkgdir}/usr/share/java/${pkgname}
-  ln -s /usr/share/java/${pkgname} ${pkgdir}${_ant_home}/lib
-  # Provided
-  # http://bugs.archlinux.org/task/15229
-  rm ${pkgdir}/usr/share/java/${pkgname}/junit-4.11.jar
-  ln -sf ../junit.jar ${pkgdir}/usr/share/java/apache-ant/
-  rm ${pkgdir}/usr/share/java/${pkgname}/hamcrest-core-1.3.jar
-  ln -sf ../hamcrest-core.jar ${pkgdir}/usr/share/java/apache-ant/
-
-  # Should not be in package
-  rm ${pkgdir}/usr/share/java/${pkgname}/maven-artifact-ant-*-dep.jar
-
-  # fix python2 path
-  sed -i 's|/usr/bin/python|/usr/bin/python2|' 
${pkgdir}${_ant_home}/bin/runant.py
-
-  # install profile.d script
-  install -dm755 ${pkgdir}/etc/profile.d
-  install -m755 ${srcdir}/${pkgname}.{csh,sh} ${pkgdir}/etc/profile.d/
-
-  # License says NOTICE file should be redistributed for derivative works
-  cd ${srcdir}/${pkgname}-${pkgver}
-  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 LICENSE NOTICE ${pkgdir}/usr/share/licenses/${pkgname}
-}

Copied: apache-ant/repos/extra-any/PKGBUILD (from rev 202991, 
apache-ant/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-30 09:38:19 UTC (rev 202992)
@@ -0,0 +1,91 @@
+# $Id$
+# Maintainer: Guillaume ALAUX guilla...@archlinux.org
+# Contributor: Andrew Wright andr...@photism.org
+# Contributor: Paul Mattal p...@archlinux.org
+pkgname=apache-ant
+pkgver=1.9.3
+pkgrel=1
+pkgdesc='A java-based build tool'
+arch=('any')
+url='http://ant.apache.org/'
+license=('APACHE')
+depends=('java-environment')

[arch-commits] Commit in xorg-server/repos (24 files)

2013-12-30 Thread Ionuț Mircea Bîru
Date: Monday, December 30, 2013 @ 10:38:56
  Author: ioni
Revision: 202993

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

Added:
  xorg-server/repos/testing-i686/10-quirks.conf
(from rev 202992, xorg-server/trunk/10-quirks.conf)
  xorg-server/repos/testing-i686/PKGBUILD
(from rev 202992, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/testing-i686/autoconfig-nvidia.patch
(from rev 202992, xorg-server/trunk/autoconfig-nvidia.patch)
  xorg-server/repos/testing-i686/autoconfig-sis.patch
(from rev 202992, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/testing-i686/xvfb-run
(from rev 202992, xorg-server/trunk/xvfb-run)
  xorg-server/repos/testing-i686/xvfb-run.1
(from rev 202992, xorg-server/trunk/xvfb-run.1)
  xorg-server/repos/testing-x86_64/10-quirks.conf
(from rev 202992, xorg-server/trunk/10-quirks.conf)
  xorg-server/repos/testing-x86_64/PKGBUILD
(from rev 202992, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/testing-x86_64/autoconfig-nvidia.patch
(from rev 202992, xorg-server/trunk/autoconfig-nvidia.patch)
  xorg-server/repos/testing-x86_64/autoconfig-sis.patch
(from rev 202992, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/testing-x86_64/xvfb-run
(from rev 202992, xorg-server/trunk/xvfb-run)
  xorg-server/repos/testing-x86_64/xvfb-run.1
(from rev 202992, xorg-server/trunk/xvfb-run.1)
Deleted:
  xorg-server/repos/testing-i686/10-quirks.conf
  xorg-server/repos/testing-i686/PKGBUILD
  xorg-server/repos/testing-i686/autoconfig-nvidia.patch
  xorg-server/repos/testing-i686/autoconfig-sis.patch
  xorg-server/repos/testing-i686/xvfb-run
  xorg-server/repos/testing-i686/xvfb-run.1
  xorg-server/repos/testing-x86_64/10-quirks.conf
  xorg-server/repos/testing-x86_64/PKGBUILD
  xorg-server/repos/testing-x86_64/autoconfig-nvidia.patch
  xorg-server/repos/testing-x86_64/autoconfig-sis.patch
  xorg-server/repos/testing-x86_64/xvfb-run
  xorg-server/repos/testing-x86_64/xvfb-run.1

+
 /10-quirks.conf|   20 +
 /PKGBUILD  |  412 ++
 /autoconfig-nvidia.patch   |   56 +++
 /autoconfig-sis.patch  |   42 ++
 /xvfb-run  |  360 +++
 /xvfb-run.1|  564 +++
 testing-i686/10-quirks.conf|   10 
 testing-i686/PKGBUILD  |  206 ---
 testing-i686/autoconfig-nvidia.patch   |   28 -
 testing-i686/autoconfig-sis.patch  |   21 -
 testing-i686/xvfb-run  |  180 -
 testing-i686/xvfb-run.1|  282 ---
 testing-x86_64/10-quirks.conf  |   10 
 testing-x86_64/PKGBUILD|  206 ---
 testing-x86_64/autoconfig-nvidia.patch |   28 -
 testing-x86_64/autoconfig-sis.patch|   21 -
 testing-x86_64/xvfb-run|  180 -
 testing-x86_64/xvfb-run.1  |  282 ---
 18 files changed, 1454 insertions(+), 1454 deletions(-)

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


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

2013-12-30 Thread Jürgen Hötzel
Date: Monday, December 30, 2013 @ 13:51:17
  Author: juergen
Revision: 202994

update to 2.6.0-1

Modified:
  gnucash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-30 09:38:56 UTC (rev 202993)
+++ PKGBUILD2013-12-30 12:51:17 UTC (rev 202994)
@@ -1,10 +1,10 @@
 # $Id$
-# Maintainer: Aaron Griffin aa...@archlinux.org
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
 # Contributor: Mark Schneider queue...@gmail.com
 
 pkgname=gnucash
-pkgver=2.4.13
-pkgrel=2
+pkgver=2.6.0
+pkgrel=1
 pkgdesc=A personal and small-business financial-accounting application
 arch=('i686' 'x86_64')
 url=http://www.gnucash.org;
@@ -17,7 +17,7 @@
 options=('!makeflags' '!emptydirs')
 install=gnucash.install
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('cd28d4e7d84d71ade56173734d634ccadc59ed81')
+sha1sums=('9715468bbe9e4cef6559bfa9825d51ac10d6ff84')
 
 prepare() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-12-30 Thread Lukas Fleischer
Date: Monday, December 30, 2013 @ 13:52:51
  Author: lfleischer
Revision: 103212

upgpkg: astyle 2.04-1

Upstream update.

Modified:
  astyle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-30 09:12:41 UTC (rev 103211)
+++ PKGBUILD2013-12-30 12:52:51 UTC (rev 103212)
@@ -6,7 +6,7 @@
 # Contributor: tardo ta...@nagi-fanboi.net
 
 pkgname=astyle
-pkgver=2.03
+pkgver=2.04
 pkgrel=1
 pkgdesc='A free, fast and small automatic formatter for C, C++, C#, and Java 
source code.'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 license=('LGPL')
 depends=('gcc-libs')
 
source=(http://downloads.sourceforge.net/sourceforge/astyle/${pkgname}_${pkgver}_linux.tar.gz;)
-md5sums=('ba84eaa8564155babd4ba1458d4eaa11')
+md5sums=('30b1193a758b0909d06e7ee8dd9627f6')
 
 build() {
   cd $srcdir/$pkgname/build/gcc



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

2013-12-30 Thread Lukas Fleischer
Date: Monday, December 30, 2013 @ 13:53:05
  Author: lfleischer
Revision: 103213

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-30 12:52:51 UTC (rev 103212)
+++ community-i686/PKGBUILD 2013-12-30 12:53:05 UTC (rev 103213)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: Thomas Mader thez...@gmail.com
-# Contributor: Vinay S Shastry vinayshas...@gmail.com
-# Contributor: tardo ta...@nagi-fanboi.net
-
-pkgname=astyle
-pkgver=2.03
-pkgrel=1
-pkgdesc='A free, fast and small automatic formatter for C, C++, C#, and Java 
source code.'
-arch=('i686' 'x86_64')
-url='http://sourceforge.net/projects/astyle/'
-license=('LGPL')
-depends=('gcc-libs')
-source=(http://downloads.sourceforge.net/sourceforge/astyle/${pkgname}_${pkgver}_linux.tar.gz;)
-md5sums=('ba84eaa8564155babd4ba1458d4eaa11')
-
-build() {
-  cd $srcdir/$pkgname/build/gcc
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname/build/gcc
-
-  install -Dm0755 bin/astyle $pkgdir/usr/bin/astyle
-
-  # install documentation (implements FS#23290)
-  install -d $pkgdir/usr/share/doc/$pkgname/
-  for f in ../../doc/*.html; do
-install -m0644 $f $pkgdir/usr/share/doc/$pkgname/
-  done
-}

Copied: astyle/repos/community-i686/PKGBUILD (from rev 103212, 
astyle/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-30 12:53:05 UTC (rev 103213)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Thomas Mader thez...@gmail.com
+# Contributor: Vinay S Shastry vinayshas...@gmail.com
+# Contributor: tardo ta...@nagi-fanboi.net
+
+pkgname=astyle
+pkgver=2.04
+pkgrel=1
+pkgdesc='A free, fast and small automatic formatter for C, C++, C#, and Java 
source code.'
+arch=('i686' 'x86_64')
+url='http://sourceforge.net/projects/astyle/'
+license=('LGPL')
+depends=('gcc-libs')
+source=(http://downloads.sourceforge.net/sourceforge/astyle/${pkgname}_${pkgver}_linux.tar.gz;)
+md5sums=('30b1193a758b0909d06e7ee8dd9627f6')
+
+build() {
+  cd $srcdir/$pkgname/build/gcc
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname/build/gcc
+
+  install -Dm0755 bin/astyle $pkgdir/usr/bin/astyle
+
+  # install documentation (implements FS#23290)
+  install -d $pkgdir/usr/share/doc/$pkgname/
+  for f in ../../doc/*.html; do
+install -m0644 $f $pkgdir/usr/share/doc/$pkgname/
+  done
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-12-30 12:52:51 UTC (rev 103212)
+++ community-x86_64/PKGBUILD   2013-12-30 12:53:05 UTC (rev 103213)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: Thomas Mader thez...@gmail.com
-# Contributor: Vinay S Shastry vinayshas...@gmail.com
-# Contributor: tardo ta...@nagi-fanboi.net
-
-pkgname=astyle
-pkgver=2.03
-pkgrel=1
-pkgdesc='A free, fast and small automatic formatter for C, C++, C#, and Java 
source code.'
-arch=('i686' 'x86_64')
-url='http://sourceforge.net/projects/astyle/'
-license=('LGPL')
-depends=('gcc-libs')
-source=(http://downloads.sourceforge.net/sourceforge/astyle/${pkgname}_${pkgver}_linux.tar.gz;)
-md5sums=('ba84eaa8564155babd4ba1458d4eaa11')
-
-build() {
-  cd $srcdir/$pkgname/build/gcc
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname/build/gcc
-
-  install -Dm0755 bin/astyle $pkgdir/usr/bin/astyle
-
-  # install documentation (implements FS#23290)
-  install -d $pkgdir/usr/share/doc/$pkgname/
-  for f in ../../doc/*.html; do
-install -m0644 $f $pkgdir/usr/share/doc/$pkgname/
-  done
-}

Copied: astyle/repos/community-x86_64/PKGBUILD (from rev 103212, 
astyle/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-12-30 12:53:05 UTC (rev 103213)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Thomas Mader 

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

2013-12-30 Thread Jürgen Hötzel
Date: Monday, December 30, 2013 @ 14:17:45
  Author: juergen
Revision: 202995

add missing dependency: webkitgtk2

Modified:
  gnucash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-30 12:51:17 UTC (rev 202994)
+++ PKGBUILD2013-12-30 13:17:45 UTC (rev 202995)
@@ -9,7 +9,7 @@
 arch=('i686' 'x86_64')
 url=http://www.gnucash.org;
 license=(GPL)
-depends=('gtkhtml' 'slib' 'goffice0.8' 'libgnomeui' 'libdbi-drivers' 
'aqbanking' 'desktop-file-utils')
+depends=('gtkhtml' 'slib' 'goffice0.8' 'libgnomeui' 'libdbi-drivers' 
'aqbanking' 'desktop-file-utils' 'webkitgtk2')
 makedepends=('intltool')
 optdepends=('evince: for print preview'
 'perl-finance-quote: for stock information lookups'



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

2013-12-30 Thread Alexander Rødseth
Date: Monday, December 30, 2013 @ 14:50:17
  Author: arodseth
Revision: 103214

upgpkg: botan 1.10.7-1

Modified:
  botan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-30 12:53:05 UTC (rev 103213)
+++ PKGBUILD2013-12-30 13:50:17 UTC (rev 103214)
@@ -5,7 +5,7 @@
 # Contributor: d'Ronin daro...@2600.com
 
 pkgname=botan
-pkgver=1.10.6
+pkgver=1.10.7
 pkgrel=1
 pkgdesc='Crypto library written in C++'
 license=('BSD')
@@ -14,7 +14,7 @@
 depends=('gcc-libs' 'sh')
 makedepends=('python2')
 source=(http://files.randombit.net/botan/Botan-${pkgver}.tbz;)
-sha256sums=('72a9be97350523ee1b06c8722032faa566fcb98456b0b7ac06b45a1dc4446fa7')
+sha256sums=('19f79ae670cb2ea7c290244ff6ff564ce74b45d8845af52787a30c646e16324d')
 
 build() {
   cd Botan-$pkgver



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

2013-12-30 Thread Alexander Rødseth
Date: Monday, December 30, 2013 @ 14:50:26
  Author: arodseth
Revision: 103215

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-30 13:50:17 UTC (rev 103214)
+++ community-i686/PKGBUILD 2013-12-30 13:50:26 UTC (rev 103215)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-# Contributor: d'Ronin daro...@2600.com
-
-pkgname=botan
-pkgver=1.10.6
-pkgrel=1
-pkgdesc='Crypto library written in C++'
-license=('BSD')
-arch=('x86_64' 'i686')
-url='http://botan.randombit.net/'
-depends=('gcc-libs' 'sh')
-makedepends=('python2')
-source=(http://files.randombit.net/botan/Botan-${pkgver}.tbz;)
-sha256sums=('72a9be97350523ee1b06c8722032faa566fcb98456b0b7ac06b45a1dc4446fa7')
-
-build() {
-  cd Botan-$pkgver
-
-  python2 configure.py --prefix=/usr
-  make 
-}
-
-package() {
-  cd Botan-$pkgver
-
-  make DESTDIR=$pkgdir/usr install
-  find $pkgdir/usr/share/doc -type f -exec chmod 0644 {} \;
-  install -Dm644 doc/license.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: botan/repos/community-i686/PKGBUILD (from rev 103214, 
botan/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-30 13:50:26 UTC (rev 103215)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+# Contributor: d'Ronin daro...@2600.com
+
+pkgname=botan
+pkgver=1.10.7
+pkgrel=1
+pkgdesc='Crypto library written in C++'
+license=('BSD')
+arch=('x86_64' 'i686')
+url='http://botan.randombit.net/'
+depends=('gcc-libs' 'sh')
+makedepends=('python2')
+source=(http://files.randombit.net/botan/Botan-${pkgver}.tbz;)
+sha256sums=('19f79ae670cb2ea7c290244ff6ff564ce74b45d8845af52787a30c646e16324d')
+
+build() {
+  cd Botan-$pkgver
+
+  python2 configure.py --prefix=/usr
+  make 
+}
+
+package() {
+  cd Botan-$pkgver
+
+  make DESTDIR=$pkgdir/usr install
+  find $pkgdir/usr/share/doc -type f -exec chmod 0644 {} \;
+  install -Dm644 doc/license.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-12-30 13:50:17 UTC (rev 103214)
+++ community-x86_64/PKGBUILD   2013-12-30 13:50:26 UTC (rev 103215)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-# Contributor: d'Ronin daro...@2600.com
-
-pkgname=botan
-pkgver=1.10.6
-pkgrel=1
-pkgdesc='Crypto library written in C++'
-license=('BSD')
-arch=('x86_64' 'i686')
-url='http://botan.randombit.net/'
-depends=('gcc-libs' 'sh')
-makedepends=('python2')
-source=(http://files.randombit.net/botan/Botan-${pkgver}.tbz;)
-sha256sums=('72a9be97350523ee1b06c8722032faa566fcb98456b0b7ac06b45a1dc4446fa7')
-
-build() {
-  cd Botan-$pkgver
-
-  python2 configure.py --prefix=/usr
-  make 
-}
-
-package() {
-  cd Botan-$pkgver
-
-  make DESTDIR=$pkgdir/usr install
-  find $pkgdir/usr/share/doc -type f -exec chmod 0644 {} \;
-  install -Dm644 doc/license.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: botan/repos/community-x86_64/PKGBUILD (from rev 103214, 
botan/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-12-30 13:50:26 UTC (rev 103215)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+# Contributor: d'Ronin daro...@2600.com
+
+pkgname=botan
+pkgver=1.10.7
+pkgrel=1
+pkgdesc='Crypto library written in C++'
+license=('BSD')
+arch=('x86_64' 'i686')
+url='http://botan.randombit.net/'
+depends=('gcc-libs' 'sh')
+makedepends=('python2')
+source=(http://files.randombit.net/botan/Botan-${pkgver}.tbz;)

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

2013-12-30 Thread Alexander Rødseth
Date: Monday, December 30, 2013 @ 15:21:12
  Author: arodseth
Revision: 103216

Version 20.1

Modified:
  liteide/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-30 13:50:26 UTC (rev 103215)
+++ PKGBUILD2013-12-30 14:21:12 UTC (rev 103216)
@@ -5,7 +5,7 @@
 # Contributor: Matthew Zimmerman mzimmer...@gmail.com
 
 pkgname=liteide
-pkgver=20
+pkgver=20.1
 pkgrel=1
 pkgdesc='IDE for editing and building projects written in the Go programming 
language (golangide)'
 license=('LGPL')
@@ -18,7 +18,7 @@
 options=('!strip' '!emptydirs')
 
source=($pkgname.zip::https://github.com/visualfc/liteide/archive/x$pkgver.zip;
 'liteide.png')
-sha256sums=('b749bec15a70e3c4a851afcd0fc5c625c5654b4a56907482c8fac8193a8ccb1d'
+sha256sums=('3a3e664e9a76745308fd14eb89b4376f1fb1ac1195b8e2cefcef922e8e93dde2'
 '47c52b22326034bd3d6a7b11b05a53c8b3838c08e145171cf5cad2ca00260697')
 
 prepare() {
@@ -32,6 +32,9 @@
 
   export QTDIR=/usr
 
+  mkdir -p go
+  export GOPATH=`pwd`/go
+
   ./update_pkg.sh  

  
   ./build_linux.sh
 



[arch-commits] Commit in xf86-video-intel/trunk (PKGBUILD xf86-video-intel.install)

2013-12-30 Thread Andreas Radke
Date: Monday, December 30, 2013 @ 15:27:49
  Author: andyrtr
Revision: 202996

prepare next build; add experimental glamor support to have a choice for very 
new cpus; add check function

Modified:
  xf86-video-intel/trunk/PKGBUILD
  xf86-video-intel/trunk/xf86-video-intel.install

--+
 PKGBUILD |   16 +---
 xf86-video-intel.install |   11 +++
 2 files changed, 16 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-30 13:17:45 UTC (rev 202995)
+++ PKGBUILD2013-12-30 14:27:49 UTC (rev 202996)
@@ -3,7 +3,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xf86-video-intel
-pkgver=2.99.906
+pkgver=2.99.907
 pkgrel=1
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
@@ -10,7 +10,7 @@
 license=('custom')
 install=$pkgname.install
 pkgdesc=X.org Intel i810/i830/i915/945G/G965+ video drivers
-depends=('intel-dri' 'libxvmc' 'pixman' 'xcb-util=0.3.9')
+depends=('intel-dri' 'libxvmc' 'pixman' 'xcb-util=0.3.9' 'glamor-egl')
 makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=15' 'libx11' 
'libxrender')
 replaces=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
 provides=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
@@ -18,18 +18,20 @@
'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 
'xf86-video-intel-legacy')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('2d9343ce0257f82612ab6cb4a18ebfdcb2bc76a226d8442b2f7f210cc4f63cd6')
+sha256sums=('d0b02255f0ff4baa863f762bef49707ce0b4094a267a26e32e4270abe141117b')
 
 build() {
   cd ${pkgname}-${pkgver}
-
   ./configure --prefix=/usr \
---enable-dri \
---with-default-accel=sna
-
+--enable-glamor
   make
 }
 
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
 package() {
   cd ${pkgname}-${pkgver}
 

Modified: xf86-video-intel.install
===
--- xf86-video-intel.install2013-12-30 13:17:45 UTC (rev 202995)
+++ xf86-video-intel.install2013-12-30 14:27:49 UTC (rev 202996)
@@ -6,13 +6,16 @@
 
 post_install() {
   cat MSG
- This driver now uses SNA as the default acceleration method. You can
-still fall back to UXA if you run into trouble. To do so, save a file
-with the following content as /etc/X11/xorg.conf.d/20-intel.conf :
+ This driver uses SNA as the default acceleration method. You can
+fall back to UXA if you run into trouble or test experimental
+Glamor acceleration. To do so, save a file with the following 
+content as /etc/X11/xorg.conf.d/20-intel.conf :
   Section Device
 Identifier  Intel Graphics
 Driver  intel
-Option  AccelMethod  uxa
+Option  AccelMethod  sna
+#Option  AccelMethod  uxa
+#Option  AccelMethod  glamor
   EndSection
 MSG
 }



[arch-commits] Commit in autofs/trunk (6 files)

2013-12-30 Thread Lukas Fleischer
Date: Monday, December 30, 2013 @ 15:30:44
  Author: lfleischer
Revision: 103217

upgpkg: autofs 5.0.8-1

* Upstream update.
* Use default configuration from upstream (fixes FS#35409).
* Drop outdated install scriptlet.
* Remove legacy files from SVN.

Modified:
  autofs/trunk/PKGBUILD
Deleted:
  autofs/trunk/0001-autofs-5.0.5-include-krb5-library.patch
  autofs/trunk/0002-autofs-5.0.5-remove-ERR_remove_state-openssl-call.patch
  autofs/trunk/auto.master
  autofs/trunk/auto.misc
  autofs/trunk/autofs.install

--+
 0001-autofs-5.0.5-include-krb5-library.patch |  206 --
 0002-autofs-5.0.5-remove-ERR_remove_state-openssl-call.patch |   59 --
 PKGBUILD |   29 -
 auto.master  |6 
 auto.misc|7 
 autofs.install   |4 
 6 files changed, 12 insertions(+), 299 deletions(-)

Deleted: 0001-autofs-5.0.5-include-krb5-library.patch
===
--- 0001-autofs-5.0.5-include-krb5-library.patch2013-12-30 14:21:12 UTC 
(rev 103216)
+++ 0001-autofs-5.0.5-include-krb5-library.patch2013-12-30 14:30:44 UTC 
(rev 103217)
@@ -1,206 +0,0 @@
-From e467755fac27630730be25c4b41e5d0cfcd89c67 Mon Sep 17 00:00:00 2001
-From: Ian Kent ra...@themaw.net
-Date: Tue, 10 Aug 2010 15:48:21 +0800
-Subject: [PATCH 1/2] autofs-5.0.5 - include krb5 library
-
-Since the Cyrus SASL module calls Kerberos directly we should be
-linking against the Kerberos librarys.

- Makefile.conf.in |2 +
- aclocal.m4   |   19 +++
- configure|   67 +-
- configure.in |5 +++-
- modules/Makefile |4 +-
- 5 files changed, 93 insertions(+), 4 deletions(-)
-
-diff --git a/Makefile.conf.in b/Makefile.conf.in
-index f0287c3..a9bcf8c 100644
 a/Makefile.conf.in
-+++ b/Makefile.conf.in
-@@ -31,6 +31,8 @@ XML_FLAGS = @XML_FLAGS@
- SASL = @HAVE_SASL@
- LIBSASL= @LIBSASL@
- SASL_FLAGS = @SASL_FLAGS@
-+KRB5_LIBS=@KRB5_LIBS@
-+KRB5_FLAGS=@KRB5_FLAGS@
- 
- # NIS+ support: yes (1) no (0)
- NISPLUS = @HAVE_NISPLUS@
-diff --git a/aclocal.m4 b/aclocal.m4
-index e7f1a30..750a159 100644
 a/aclocal.m4
-+++ b/aclocal.m4
-@@ -215,6 +215,25 @@ else
- fi])
- 
- dnl --
-+dnl AF_CHECK_KRB5
-+dnl
-+dnl Check for Kerberos 5
-+dnl --
-+AC_DEFUN([AF_CHECK_KRB5],
-+[AC_PATH_PROGS(KRB5_CONFIG, krb5-config, no)
-+AC_MSG_CHECKING(for Kerberos library)
-+if test $KRB5_CONFIG = no
-+then
-+  AC_MSG_RESULT(no)
-+  HAVE_KRB5=0
-+else
-+  AC_MSG_RESULT(yes)
-+  HAVE_KRB5=1
-+  KRB5_LIBS=`$KRB5_CONFIG --libs`
-+  KRB5_FLAGS=`$KRB5_CONFIG --cflags`
-+fi])
-+
-+dnl --
- dnl AF_CHECK_LIBHESIOD
- dnl
- dnl Check for lib hesiod
-diff --git a/configure b/configure
-index 159f25f..500411c 100755
 a/configure
-+++ b/configure
-@@ -640,6 +640,8 @@ ac_subst_vars='LTLIBOBJS
- LIBOBJS
- DAEMON_LDFLAGS
- DAEMON_CFLAGS
-+KRB5_FLAGS
-+KRB5_LIBS
- LIBSASL
- HAVE_SASL
- SASL_FLAGS
-@@ -657,6 +659,7 @@ LIBHESIOD
- HAVE_HESIOD
- LIBRESOLV
- LIBNSL
-+KRB5_CONFIG
- XML_CONFIG
- PATH_RPCGEN
- RPCGEN
-@@ -3723,7 +3726,7 @@ $as_echo no 6; }
-   fi
- fi
- 
--# LDAP SASL auth need libxml
-+# LDAP SASL auth needs libxml and Kerberos
- for ac_prog in xml2-config
- do
-   # Extract the first word of $ac_prog, so it can be a program name with 
args.
-@@ -3801,6 +3804,66 @@ _ACEOF
- fi
-   fi
- fi
-+for ac_prog in krb5-config
-+do
-+  # Extract the first word of $ac_prog, so it can be a program name with 
args.
-+set dummy $ac_prog; ac_word=$2
-+{ $as_echo $as_me:$LINENO: checking for $ac_word 5
-+$as_echo_n checking for $ac_word...  6; }
-+if test ${ac_cv_path_KRB5_CONFIG+set} = set; then
-+  $as_echo_n (cached)  6
-+else
-+  case $KRB5_CONFIG in
-+  [\\/]* | ?:[\\/]*)
-+  ac_cv_path_KRB5_CONFIG=$KRB5_CONFIG # Let the user override the test with 
a path.
-+  ;;
-+  *)
-+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-+for as_dir in $PATH
-+do
-+  IFS=$as_save_IFS
-+  test -z $as_dir  as_dir=.
-+  for ac_exec_ext in '' $ac_executable_extensions; do
-+  if { test -f $as_dir/$ac_word$ac_exec_ext  $as_test_x 
$as_dir/$ac_word$ac_exec_ext; }; then
-+ac_cv_path_KRB5_CONFIG=$as_dir/$ac_word$ac_exec_ext
-+$as_echo $as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext 5
-+break 2
-+  fi
-+done
-+done
-+IFS=$as_save_IFS
-+
-+  ;;
-+esac
-+fi
-+KRB5_CONFIG=$ac_cv_path_KRB5_CONFIG
-+if test -n $KRB5_CONFIG; then
-+  { $as_echo $as_me:$LINENO: result: $KRB5_CONFIG 5
-+$as_echo $KRB5_CONFIG 6; }
-+else
-+  { $as_echo $as_me:$LINENO: result: no 5
-+$as_echo no 6; }
-+fi

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

2013-12-30 Thread Lukas Fleischer
Date: Monday, December 30, 2013 @ 15:30:57
  Author: lfleischer
Revision: 103218

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

Added:
  autofs/repos/community-i686/PKGBUILD
(from rev 103217, autofs/trunk/PKGBUILD)
  autofs/repos/community-x86_64/PKGBUILD
(from rev 103217, autofs/trunk/PKGBUILD)
Deleted:
  autofs/repos/community-i686/0001-autofs-5.0.5-include-krb5-library.patch
  
autofs/repos/community-i686/0002-autofs-5.0.5-remove-ERR_remove_state-openssl-call.patch
  autofs/repos/community-i686/PKGBUILD
  autofs/repos/community-i686/auto.master
  autofs/repos/community-i686/auto.misc
  autofs/repos/community-i686/autofs.install
  autofs/repos/community-x86_64/0001-autofs-5.0.5-include-krb5-library.patch
  
autofs/repos/community-x86_64/0002-autofs-5.0.5-remove-ERR_remove_state-openssl-call.patch
  autofs/repos/community-x86_64/PKGBUILD
  autofs/repos/community-x86_64/auto.master
  autofs/repos/community-x86_64/auto.misc
  autofs/repos/community-x86_64/autofs.install

---+
 /PKGBUILD 
|   94 
 community-i686/0001-autofs-5.0.5-include-krb5-library.patch   
|  206 --
 community-i686/0002-autofs-5.0.5-remove-ERR_remove_state-openssl-call.patch   
|   59 --
 community-i686/PKGBUILD   
|   52 --
 community-i686/auto.master
|6 
 community-i686/auto.misc  
|7 
 community-i686/autofs.install 
|4 
 community-x86_64/0001-autofs-5.0.5-include-krb5-library.patch 
|  206 --
 community-x86_64/0002-autofs-5.0.5-remove-ERR_remove_state-openssl-call.patch 
|   59 --
 community-x86_64/PKGBUILD 
|   52 --
 community-x86_64/auto.master  
|6 
 community-x86_64/auto.misc
|7 
 community-x86_64/autofs.install   
|4 
 13 files changed, 94 insertions(+), 668 deletions(-)

Deleted: community-i686/0001-autofs-5.0.5-include-krb5-library.patch
===
--- community-i686/0001-autofs-5.0.5-include-krb5-library.patch 2013-12-30 
14:30:44 UTC (rev 103217)
+++ community-i686/0001-autofs-5.0.5-include-krb5-library.patch 2013-12-30 
14:30:57 UTC (rev 103218)
@@ -1,206 +0,0 @@
-From e467755fac27630730be25c4b41e5d0cfcd89c67 Mon Sep 17 00:00:00 2001
-From: Ian Kent ra...@themaw.net
-Date: Tue, 10 Aug 2010 15:48:21 +0800
-Subject: [PATCH 1/2] autofs-5.0.5 - include krb5 library
-
-Since the Cyrus SASL module calls Kerberos directly we should be
-linking against the Kerberos librarys.

- Makefile.conf.in |2 +
- aclocal.m4   |   19 +++
- configure|   67 +-
- configure.in |5 +++-
- modules/Makefile |4 +-
- 5 files changed, 93 insertions(+), 4 deletions(-)
-
-diff --git a/Makefile.conf.in b/Makefile.conf.in
-index f0287c3..a9bcf8c 100644
 a/Makefile.conf.in
-+++ b/Makefile.conf.in
-@@ -31,6 +31,8 @@ XML_FLAGS = @XML_FLAGS@
- SASL = @HAVE_SASL@
- LIBSASL= @LIBSASL@
- SASL_FLAGS = @SASL_FLAGS@
-+KRB5_LIBS=@KRB5_LIBS@
-+KRB5_FLAGS=@KRB5_FLAGS@
- 
- # NIS+ support: yes (1) no (0)
- NISPLUS = @HAVE_NISPLUS@
-diff --git a/aclocal.m4 b/aclocal.m4
-index e7f1a30..750a159 100644
 a/aclocal.m4
-+++ b/aclocal.m4
-@@ -215,6 +215,25 @@ else
- fi])
- 
- dnl --
-+dnl AF_CHECK_KRB5
-+dnl
-+dnl Check for Kerberos 5
-+dnl --
-+AC_DEFUN([AF_CHECK_KRB5],
-+[AC_PATH_PROGS(KRB5_CONFIG, krb5-config, no)
-+AC_MSG_CHECKING(for Kerberos library)
-+if test $KRB5_CONFIG = no
-+then
-+  AC_MSG_RESULT(no)
-+  HAVE_KRB5=0
-+else
-+  AC_MSG_RESULT(yes)
-+  HAVE_KRB5=1
-+  KRB5_LIBS=`$KRB5_CONFIG --libs`
-+  KRB5_FLAGS=`$KRB5_CONFIG --cflags`
-+fi])
-+
-+dnl --
- dnl AF_CHECK_LIBHESIOD
- dnl
- dnl Check for lib hesiod
-diff --git a/configure b/configure
-index 159f25f..500411c 100755
 a/configure
-+++ b/configure
-@@ -640,6 +640,8 @@ ac_subst_vars='LTLIBOBJS
- LIBOBJS
- DAEMON_LDFLAGS
- DAEMON_CFLAGS
-+KRB5_FLAGS
-+KRB5_LIBS
- LIBSASL
- HAVE_SASL
- SASL_FLAGS
-@@ -657,6 +659,7 @@ LIBHESIOD
- HAVE_HESIOD
- LIBRESOLV
- LIBNSL
-+KRB5_CONFIG
- XML_CONFIG
- PATH_RPCGEN
- RPCGEN
-@@ -3723,7 +3726,7 @@ $as_echo no 6; }
-   fi
- fi
- 
--# LDAP SASL auth need libxml
-+# LDAP SASL auth needs libxml and Kerberos
- for ac_prog in xml2-config
- do
-   # Extract the first word of 

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

2013-12-30 Thread Alexander Rødseth
Date: Monday, December 30, 2013 @ 15:57:23
  Author: arodseth
Revision: 103219

upgpkg: liteide 20.1-1

Modified:
  liteide/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-30 14:30:57 UTC (rev 103218)
+++ PKGBUILD2013-12-30 14:57:23 UTC (rev 103219)
@@ -14,7 +14,7 @@
 depends=('go' 'qt5-webkit')
 replaces=('golangide')
 conflicts=('golangide')
-makedepends=('gendesk')
+makedepends=('gendesk' 'git')
 options=('!strip' '!emptydirs')
 
source=($pkgname.zip::https://github.com/visualfc/liteide/archive/x$pkgver.zip;
 'liteide.png')
@@ -45,7 +45,7 @@
 }
 
 package() {
-  cd liteide-x$pkgver/build/liteide
+cd liteide-x$pkgver/build/liteide
 
   msg2 'Creating directories...'
   mkdir -p \



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

2013-12-30 Thread Alexander Rødseth
Date: Monday, December 30, 2013 @ 15:57:33
  Author: arodseth
Revision: 103220

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

Added:
  liteide/repos/community-i686/PKGBUILD
(from rev 103219, liteide/trunk/PKGBUILD)
  liteide/repos/community-i686/liteide.png
(from rev 103219, liteide/trunk/liteide.png)
  liteide/repos/community-x86_64/PKGBUILD
(from rev 103219, liteide/trunk/PKGBUILD)
  liteide/repos/community-x86_64/liteide.png
(from rev 103219, liteide/trunk/liteide.png)
Deleted:
  liteide/repos/community-i686/PKGBUILD
  liteide/repos/community-i686/liteide.png
  liteide/repos/community-i686/liteide.sh
  liteide/repos/community-x86_64/PKGBUILD
  liteide/repos/community-x86_64/liteide.png
  liteide/repos/community-x86_64/liteide.sh

-+
 /PKGBUILD   |  180 ++
 community-i686/PKGBUILD |   87 
 community-i686/liteide.sh   |7 -
 community-x86_64/PKGBUILD   |   87 
 community-x86_64/liteide.sh |7 -
 5 files changed, 180 insertions(+), 188 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-30 14:57:23 UTC (rev 103219)
+++ community-i686/PKGBUILD 2013-12-30 14:57:33 UTC (rev 103220)
@@ -1,87 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: spambanane happy.ho...@gmx.de
-# Contributor: Matteo matteo@gmail.com
-
-pkgname=liteide
-pkgver=19
-pkgrel=4
-pkgdesc='IDE for editing and building projects written in the Go programming 
language (golangide)'
-license=('LGPL')
-arch=('x86_64' 'i686')
-url='https://github.com/visualfc/liteide'
-depends=('go' 'qt5-webkit')
-replaces=('golangide')
-conflicts=('golangide')
-makedepends=('gendesk')
-options=('!strip' '!emptydirs')
-source=($pkgname.zip::https://github.com/visualfc/liteide/archive/x$pkgver.zip;
-'liteide.png'
-'liteide.sh')
-sha256sums=('182694341940878cf5df4f083a750659bffc97eb4ae517410e157bebc14f97df'
-'47c52b22326034bd3d6a7b11b05a53c8b3838c08e145171cf5cad2ca00260697'
-'5d6f05b072586c31e3a4a08ea2d7332dd0a78f5db6b2d088fb76e8cb032672f0')
-
-prepare() {
-  gendesk -n --name 'Golang IDE' --pkgname $pkgname --pkgdesc $pkgdesc
-  cd liteide-x$pkgver/build
-  chmod +x build_linux.sh
-}
-
-build() {
-  cd liteide-x$pkgver/build
-
-  QTDIR=/usr ./build_linux.sh
-
-  # Fixing insecure RPATH, need to test if this is still needed
-  cd ../liteidex
-  find . -name *.so -type f -exec sed -i 's|/home/win|/usr/lib/|g' {} \;
-  find . -name liteide -type f -exec sed -i 's|/home/win|/usr/lib/|g' {} \;
-}
-
-package() {
-  cd liteide-x$pkgver/build/liteide
-
-  msg2 'Creating directories...'
-  mkdir -p \
-$pkgdir/usr/lib/liteide \
-$pkgdir/usr/share/liteide \
-$pkgdir/usr/share/doc/$pkgname
-
-  msg2 'Packaging executables...'
-  for binary in goastview goapi goexec godocview; do
-install -Dm755 bin/$binary $pkgdir/usr/bin/$binary
-  done
-  install -Dm755 bin/liteide $pkgdir/usr/bin/liteide.elf
-  install -Dm755 $srcdir/$pkgname.sh $pkgdir/usr/bin/$pkgname
-  install -Dm755 $srcdir/$pkgname.sh $pkgdir/usr/bin/golangide
-
-  cd $srcdir/liteide-x$pkgver/liteidex
-
-  msg2 'Packaging resources...'
-  cp -r deploy/* os_deploy/* $pkgdir/usr/share/liteide
-
-  msg2 'Packaging libraries and plugins...'
-  cp -r liteide/lib/liteide/* $pkgdir/usr/lib/liteide
-  cp -r liteide/bin/libliteapp.* $pkgdir/usr/lib/
-  chmod -x $pkgdir/usr/lib/liteide/plugins/*
-
-  msg2 'Packaging license and license exception...'
-  install -Dm644 LICENSE.LGPL \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 LGPL_EXCEPTION.TXT \
-$pkgdir/usr/share/licenses/$pkgname/LGPL_EXCEPTION
-
-  cd ../..
-
-  msg2 'Packaging menu entry and icon...'
-  install -Dm644 $pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 $pkgname.png \
-$pkgdir/usr/share/pixmaps/$pkgname.png
-
-  msg2 'Cleaning up...'
-  rm -rf $pkgdir/usr/share/$pkgname/doc
-}
-
-# vim:set ts=2 sw=2 et:

Copied: liteide/repos/community-i686/PKGBUILD (from rev 103219, 
liteide/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-30 14:57:33 UTC (rev 103220)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: spambanane happy.ho...@gmx.de
+# Contributor: Matteo matteo@gmail.com
+# Contributor: Matthew Zimmerman mzimmer...@gmail.com
+
+pkgname=liteide
+pkgver=20.1
+pkgrel=1
+pkgdesc='IDE for editing and building projects written in the Go programming 
language (golangide)'
+license=('LGPL')
+arch=('x86_64' 'i686')
+url='https://github.com/visualfc/liteide'
+depends=('go' 'qt5-webkit')
+replaces=('golangide')
+conflicts=('golangide')

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

2013-12-30 Thread Alexander Rødseth
Date: Monday, December 30, 2013 @ 16:15:51
  Author: arodseth
Revision: 103221

Minor fix

Modified:
  liteide/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-30 14:57:33 UTC (rev 103220)
+++ PKGBUILD2013-12-30 15:15:51 UTC (rev 103221)
@@ -22,9 +22,8 @@
 '47c52b22326034bd3d6a7b11b05a53c8b3838c08e145171cf5cad2ca00260697')
 
 prepare() {
-  gendesk -f -n --name 'Golang IDE' --pkgname $pkgname --pkgdesc $pkgdesc
-  cd liteide-x$pkgver/build
-  chmod +x *_*.sh
+  gendesk -f -n --name 'LiteIDE' --pkgname $pkgname --pkgdesc $pkgdesc
+  chmod +x liteide-x$pkgver/build/*_*.sh
 }
 
 build() {
@@ -45,7 +44,7 @@
 }
 
 package() {
-cd liteide-x$pkgver/build/liteide
+  cd liteide-x$pkgver/build/liteide
 
   msg2 'Creating directories...'
   mkdir -p \



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

2013-12-30 Thread Balló György
Date: Monday, December 30, 2013 @ 16:17:29
  Author: bgyorgy
Revision: 103222

upgpkg: lilypond 2.16.2-5

Fix (FS#38309)

Modified:
  lilypond/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-30 15:15:51 UTC (rev 103221)
+++ PKGBUILD2013-12-30 15:17:29 UTC (rev 103222)
@@ -6,7 +6,7 @@
 
 pkgname=lilypond
 pkgver=2.16.2
-pkgrel=4
+pkgrel=5
 pkgdesc=An automated music engraving system
 arch=('i686' 'x86_64')
 url=http://lilypond.org;
@@ -35,7 +35,7 @@
   sed -i 's|GUILE_CFLAGS=.*|GUILE_CFLAGS=`pkg-config --cflags guile-1.8`|' 
configure
   sed -i 's|GUILE_LDFLAGS=.*|GUILE_LDFLAGS=`pkg-config --libs guile-1.8`|' 
configure
 
-  rm -rf python/out/
+  rm -rf lily/out/ python/out/
 
   # Fix build
   patch -Np1 -i 
$srcdir/lilypond.git-1ca9814191d16fd3c571d93035247db039254fc1.patch



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

2013-12-30 Thread Balló György
Date: Monday, December 30, 2013 @ 16:17:39
  Author: bgyorgy
Revision: 103223

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

Deleted:
  lilypond/repos/community-i686/PKGBUILD
  lilypond/repos/community-i686/lilypond.install
  lilypond/repos/community-i686/texlive-workaround.patch
  lilypond/repos/community-x86_64/PKGBUILD
  lilypond/repos/community-x86_64/lilypond.install
  lilypond/repos/community-x86_64/texlive-workaround.patch

---+
 community-i686/PKGBUILD   |   58 --
 community-i686/lilypond.install   |   48 ---
 community-i686/texlive-workaround.patch   |   88 
 community-x86_64/PKGBUILD |   58 --
 community-x86_64/lilypond.install |   48 ---
 community-x86_64/texlive-workaround.patch |   88 
 6 files changed, 388 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-30 15:17:29 UTC (rev 103222)
+++ community-i686/PKGBUILD 2013-12-30 15:17:39 UTC (rev 103223)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Geoffroy Carrier geoff...@archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-# Contributor: Robert Emil Berge filokte...@linuxophic.org
-
-pkgname=lilypond
-pkgver=2.16.2
-pkgrel=4
-pkgdesc=An automated music engraving system
-arch=('i686' 'x86_64')
-url=http://lilypond.org;
-license=('GPL')
-depends=('guile1.8' 'python2' 'texlive-core' 'ghostscript' 'pango' 
'fontconfig')
-makedepends=('flex' 'bison' 'gettext' 'mftrace' 'texinfo' 'fontforge' 't1utils'
-'gsfonts' 'texi2html')
-options=('emptydirs')
-#install=lilypond.install
-source=(http://download.linuxaudio.org/lilypond/sources/v2.16/$pkgname-$pkgver.tar.gz
-lilypond.git-1ca9814191d16fd3c571d93035247db039254fc1.patch
-lilypond.git-7705e46966bfa05015fb9fb20c68da844ab88028.patch)
-md5sums=('6db27f17d47e4f66a3b0716c65db3041'
- '121ac86f1004338ae20ad55a5690c0ad'
- 'fa5073506f0e4dd96fb1858e3a75e08e')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # python2 fix
-  for file in $(find . -name '*.py' -print); do
-sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-
-  sed -i 's|GUILE_CFLAGS=.*|GUILE_CFLAGS=`pkg-config --cflags guile-1.8`|' 
configure
-  sed -i 's|GUILE_LDFLAGS=.*|GUILE_LDFLAGS=`pkg-config --libs guile-1.8`|' 
configure
-
-  rm -rf python/out/
-
-  # Fix build
-  patch -Np1 -i 
$srcdir/lilypond.git-1ca9814191d16fd3c571d93035247db039254fc1.patch
-  patch -Np1 -i 
$srcdir/lilypond.git-7705e46966bfa05015fb9fb20c68da844ab88028.patch
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  export PYTHON=/usr/bin/python2
-  export GUILE=/usr/bin/guile1.8
-  export GUILE_CONFIG=/usr/bin/guile-config1.8
-  export LDFLAGS=$LDFLAGS -lpthread
-  ./configure --prefix=/usr --disable-documentation
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir vimdir=/usr/share/vim/vimfiles install
-}

Deleted: community-i686/lilypond.install
===
--- community-i686/lilypond.install 2013-12-30 15:17:29 UTC (rev 103222)
+++ community-i686/lilypond.install 2013-12-30 15:17:39 UTC (rev 103223)
@@ -1,48 +0,0 @@
-infodir=usr/share/info
-filelist=(music-glossary.info
-   lilypond-web.info
-   lilypond-contributor.info
-   lilypond-contributor.info-1
-   lilypond-contributor.info-2
-   lilypond-internals.info-1
-   lilypond-internals.info-2
-   lilypond-internals.info-3
-   lilypond-internals.info-4
-   lilypond-internals.info-5
-   lilypond-notation.info-1
-   lilypond-notation.info-2
-   lilypond-notation.info-3
-   lilypond-notation.info-4
-   lilypond-notation.info-5
-   lilypond-notation.info-6
-   lilypond-usage.info
-   lilypond-learning.info
-   lilypond-web.info-1
-   lilypond-web.info-2
-   lilypond-internals.info
-   lilypond-essay.info
-   lilypond-notation.info
-   lilypond-learning.info-1
-   lilypond-learning.info-2
-   lilypond-extending.info
-   lilypond-changes.info)
-
-post_install() {
-  [[ -x usr/bin/install-info ]] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file.gz $infodir/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [[ -x usr/bin/install-info ]] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Deleted: community-i686/texlive-workaround.patch
===
--- community-i686/texlive-workaround.patch 

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

2013-12-30 Thread Balló György
Date: Monday, December 30, 2013 @ 16:18:05
  Author: bgyorgy
Revision: 103224

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

Added:
  lilypond/repos/community-i686/PKGBUILD
(from rev 103223, lilypond/trunk/PKGBUILD)
  
lilypond/repos/community-i686/lilypond.git-1ca9814191d16fd3c571d93035247db039254fc1.patch
(from rev 103223, 
lilypond/trunk/lilypond.git-1ca9814191d16fd3c571d93035247db039254fc1.patch)
  
lilypond/repos/community-i686/lilypond.git-7705e46966bfa05015fb9fb20c68da844ab88028.patch
(from rev 103223, 
lilypond/trunk/lilypond.git-7705e46966bfa05015fb9fb20c68da844ab88028.patch)
  lilypond/repos/community-i686/lilypond.install
(from rev 103223, lilypond/trunk/lilypond.install)
  lilypond/repos/community-i686/texlive-workaround.patch
(from rev 103223, lilypond/trunk/texlive-workaround.patch)
  lilypond/repos/community-x86_64/PKGBUILD
(from rev 103223, lilypond/trunk/PKGBUILD)
  
lilypond/repos/community-x86_64/lilypond.git-1ca9814191d16fd3c571d93035247db039254fc1.patch
(from rev 103223, 
lilypond/trunk/lilypond.git-1ca9814191d16fd3c571d93035247db039254fc1.patch)
  
lilypond/repos/community-x86_64/lilypond.git-7705e46966bfa05015fb9fb20c68da844ab88028.patch
(from rev 103223, 
lilypond/trunk/lilypond.git-7705e46966bfa05015fb9fb20c68da844ab88028.patch)
  lilypond/repos/community-x86_64/lilypond.install
(from rev 103223, lilypond/trunk/lilypond.install)
  lilypond/repos/community-x86_64/texlive-workaround.patch
(from rev 103223, lilypond/trunk/texlive-workaround.patch)
Deleted:
  
lilypond/repos/community-i686/lilypond.git-1ca9814191d16fd3c571d93035247db039254fc1.patch
  
lilypond/repos/community-i686/lilypond.git-7705e46966bfa05015fb9fb20c68da844ab88028.patch
  
lilypond/repos/community-x86_64/lilypond.git-1ca9814191d16fd3c571d93035247db039254fc1.patch
  
lilypond/repos/community-x86_64/lilypond.git-7705e46966bfa05015fb9fb20c68da844ab88028.patch

--+
 /lilypond.git-1ca9814191d16fd3c571d93035247db039254fc1.patch | 
  58 
 /lilypond.git-7705e46966bfa05015fb9fb20c68da844ab88028.patch | 
 126 ++
 community-i686/PKGBUILD  | 
  58 
 community-i686/lilypond.git-1ca9814191d16fd3c571d93035247db039254fc1.patch   | 
  29 --
 community-i686/lilypond.git-7705e46966bfa05015fb9fb20c68da844ab88028.patch   | 
  63 -
 community-i686/lilypond.install  | 
  48 +++
 community-i686/texlive-workaround.patch  | 
  88 ++
 community-x86_64/PKGBUILD| 
  58 
 community-x86_64/lilypond.git-1ca9814191d16fd3c571d93035247db039254fc1.patch | 
  29 --
 community-x86_64/lilypond.git-7705e46966bfa05015fb9fb20c68da844ab88028.patch | 
  63 -
 community-x86_64/lilypond.install| 
  48 +++
 community-x86_64/texlive-workaround.patch| 
  88 ++
 12 files changed, 572 insertions(+), 184 deletions(-)

Copied: lilypond/repos/community-i686/PKGBUILD (from rev 103223, 
lilypond/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-30 15:18:05 UTC (rev 103224)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Geoffroy Carrier geoff...@archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+# Contributor: Robert Emil Berge filokte...@linuxophic.org
+
+pkgname=lilypond
+pkgver=2.16.2
+pkgrel=5
+pkgdesc=An automated music engraving system
+arch=('i686' 'x86_64')
+url=http://lilypond.org;
+license=('GPL')
+depends=('guile1.8' 'python2' 'texlive-core' 'ghostscript' 'pango' 
'fontconfig')
+makedepends=('flex' 'bison' 'gettext' 'mftrace' 'texinfo' 'fontforge' 't1utils'
+'gsfonts' 'texi2html')
+options=('emptydirs')
+#install=lilypond.install
+source=(http://download.linuxaudio.org/lilypond/sources/v2.16/$pkgname-$pkgver.tar.gz
+lilypond.git-1ca9814191d16fd3c571d93035247db039254fc1.patch
+lilypond.git-7705e46966bfa05015fb9fb20c68da844ab88028.patch)
+md5sums=('6db27f17d47e4f66a3b0716c65db3041'
+ '121ac86f1004338ae20ad55a5690c0ad'
+ 'fa5073506f0e4dd96fb1858e3a75e08e')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # python2 fix
+  for file in $(find . -name '*.py' -print); do
+sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
+sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+  done
+
+  sed -i 's|GUILE_CFLAGS=.*|GUILE_CFLAGS=`pkg-config --cflags guile-1.8`|' 
configure
+  sed -i 's|GUILE_LDFLAGS=.*|GUILE_LDFLAGS=`pkg-config --libs guile-1.8`|' 
configure
+
+  rm -rf lily/out/ python/out/
+
+  # Fix build
+  patch -Np1 -i 

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

2013-12-30 Thread Lukas Fleischer
Date: Monday, December 30, 2013 @ 17:29:11
  Author: lfleischer
Revision: 103226

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-30 16:28:58 UTC (rev 103225)
+++ community-i686/PKGBUILD 2013-12-30 16:29:11 UTC (rev 103226)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Stefan Husmann stefan-husm...@t-online.de
-# Contributor: Igor Galici.ga...@gmail.com
-
-pkgname=tre
-pkgver=0.8.0
-pkgrel=2
-arch=('i686' 'x86_64')
-pkgdesc=POSIX compliant regexp matching library. Includes agrep for 
aproximate grepping.
-url=http://laurikari.net/tre;
-depends=('glibc')
-license=('custom:BSD')
-source=(http://laurikari.net/tre/$pkgname-$pkgver.tar.bz2;)
-md5sums=('b4d3232593dadf6746f4727bdda20b41')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-  ./configure --prefix=/usr --enable-static 
-  make 
-}
-
-package(){
-  cd ${srcdir}/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install 
-  install -Dm644 ${srcdir}/$pkgname-$pkgver/LICENSE \
-${pkgdir}/usr/share/licenses/$pkgname/LICENSE 
-  install -d ${pkgdir}/usr/share/doc/$pkgname
-  cd doc
-  for _i in default.css  tre-api.html  tre-syntax.html; do
-install -Dm644 ${_i} ${pkgdir}/usr/share/doc/$pkgname/${_i}
-  done 
-}

Copied: tre/repos/community-i686/PKGBUILD (from rev 103225, tre/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-30 16:29:11 UTC (rev 103226)
@@ -0,0 +1,35 @@
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+# Contributor: Igor Galici.ga...@gmail.com
+
+pkgname=tre
+pkgver=0.8.0
+pkgrel=3
+arch=('i686' 'x86_64')
+pkgdesc=POSIX compliant regexp matching library. Includes agrep for 
aproximate grepping.
+url=http://laurikari.net/tre;
+depends=('glibc')
+license=('custom:BSD')
+source=(http://laurikari.net/tre/$pkgname-$pkgver.tar.bz2;)
+md5sums=('b4d3232593dadf6746f4727bdda20b41')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   ./configure --prefix=/usr --enable-static 
+   make 
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+
+   make DESTDIR=$pkgdir install 
+
+   install -Dm644 $srcdir/$pkgname-$pkgver/LICENSE \
+   $pkgdir/usr/share/licenses/$pkgname/LICENSE
+   install -d $pkgdir/usr/share/doc/$pkgname
+
+   cd doc
+   for f in default.css tre-api.html tre-syntax.html; do
+   install -Dm644 $f $pkgdir/usr/share/doc/$pkgname/$f
+   done 
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-12-30 16:28:58 UTC (rev 103225)
+++ community-x86_64/PKGBUILD   2013-12-30 16:29:11 UTC (rev 103226)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Stefan Husmann stefan-husm...@t-online.de
-# Contributor: Igor Galici.ga...@gmail.com
-
-pkgname=tre
-pkgver=0.8.0
-pkgrel=2
-arch=('i686' 'x86_64')
-pkgdesc=POSIX compliant regexp matching library. Includes agrep for 
aproximate grepping.
-url=http://laurikari.net/tre;
-depends=('glibc')
-license=('custom:BSD')
-source=(http://laurikari.net/tre/$pkgname-$pkgver.tar.bz2;)
-md5sums=('b4d3232593dadf6746f4727bdda20b41')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-  ./configure --prefix=/usr --enable-static 
-  make 
-}
-
-package(){
-  cd ${srcdir}/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install 
-  install -Dm644 ${srcdir}/$pkgname-$pkgver/LICENSE \
-${pkgdir}/usr/share/licenses/$pkgname/LICENSE 
-  install -d ${pkgdir}/usr/share/doc/$pkgname
-  cd doc
-  for _i in default.css  tre-api.html  tre-syntax.html; do
-install -Dm644 ${_i} ${pkgdir}/usr/share/doc/$pkgname/${_i}
-  done 
-}

Copied: tre/repos/community-x86_64/PKGBUILD (from rev 103225, 
tre/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-12-30 16:29:11 UTC (rev 103226)
@@ -0,0 +1,35 @@
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+# Contributor: Igor Galici.ga...@gmail.com
+
+pkgname=tre
+pkgver=0.8.0
+pkgrel=3
+arch=('i686' 'x86_64')
+pkgdesc=POSIX compliant regexp matching library. Includes agrep for 
aproximate 

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

2013-12-30 Thread Lukas Fleischer
Date: Monday, December 30, 2013 @ 17:28:58
  Author: lfleischer
Revision: 103225

upgpkg: tre 0.8.0-3

Upstream update.

Modified:
  tre/trunk/PKGBUILD

--+
 PKGBUILD |   35 +++
 1 file changed, 19 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-30 15:18:05 UTC (rev 103224)
+++ PKGBUILD2013-12-30 16:28:58 UTC (rev 103225)
@@ -1,10 +1,10 @@
-# $Id$
-# Maintainer: Stefan Husmann stefan-husm...@t-online.de
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
 # Contributor: Igor Galici.ga...@gmail.com
 
 pkgname=tre
 pkgver=0.8.0
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 pkgdesc=POSIX compliant regexp matching library. Includes agrep for 
aproximate grepping.
 url=http://laurikari.net/tre;
@@ -14,19 +14,22 @@
 md5sums=('b4d3232593dadf6746f4727bdda20b41')
 
 build() {
-  cd ${srcdir}/$pkgname-$pkgver
-  ./configure --prefix=/usr --enable-static 
-  make 
+   cd $srcdir/$pkgname-$pkgver
+   ./configure --prefix=/usr --enable-static 
+   make 
 }
 
-package(){
-  cd ${srcdir}/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install 
-  install -Dm644 ${srcdir}/$pkgname-$pkgver/LICENSE \
-${pkgdir}/usr/share/licenses/$pkgname/LICENSE 
-  install -d ${pkgdir}/usr/share/doc/$pkgname
-  cd doc
-  for _i in default.css  tre-api.html  tre-syntax.html; do
-install -Dm644 ${_i} ${pkgdir}/usr/share/doc/$pkgname/${_i}
-  done 
+package() {
+   cd $srcdir/$pkgname-$pkgver
+
+   make DESTDIR=$pkgdir install 
+
+   install -Dm644 $srcdir/$pkgname-$pkgver/LICENSE \
+   $pkgdir/usr/share/licenses/$pkgname/LICENSE
+   install -d $pkgdir/usr/share/doc/$pkgname
+
+   cd doc
+   for f in default.css tre-api.html tre-syntax.html; do
+   install -Dm644 $f $pkgdir/usr/share/doc/$pkgname/$f
+   done 
 }



[arch-commits] Commit in keepass/repos/community-any (12 files)

2013-12-30 Thread Timothy Redaelli
Date: Monday, December 30, 2013 @ 17:46:29
  Author: tredaelli
Revision: 103228

archrelease: copy trunk to community-any

Added:
  keepass/repos/community-any/PKGBUILD
(from rev 103227, keepass/trunk/PKGBUILD)
  keepass/repos/community-any/keepass
(from rev 103227, keepass/trunk/keepass)
  keepass/repos/community-any/keepass.1
(from rev 103227, keepass/trunk/keepass.1)
  keepass/repos/community-any/keepass.desktop
(from rev 103227, keepass/trunk/keepass.desktop)
  keepass/repos/community-any/keepass.install
(from rev 103227, keepass/trunk/keepass.install)
  keepass/repos/community-any/keepass.xml
(from rev 103227, keepass/trunk/keepass.xml)
Deleted:
  keepass/repos/community-any/PKGBUILD
  keepass/repos/community-any/keepass
  keepass/repos/community-any/keepass.1
  keepass/repos/community-any/keepass.desktop
  keepass/repos/community-any/keepass.install
  keepass/repos/community-any/keepass.xml

-+
 PKGBUILD|  146 +++---
 keepass |4 -
 keepass.1   |   46 -
 keepass.desktop |   24 
 keepass.install |   30 +--
 5 files changed, 126 insertions(+), 124 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-30 16:46:15 UTC (rev 103227)
+++ PKGBUILD2013-12-30 16:46:29 UTC (rev 103228)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: Kirill reflexing Churin reflex...@reflexing.ru
-# Contributor: Andrej Gelenberg andrej.gelenb...@udo.edu
-
-pkgname=keepass
-pkgver=2.24
-pkgrel=2
-pkgdesc='A easy-to-use password manager for Windows, Linux, Mac OS X and 
mobile devices.'
-arch=('any')
-url='http://keepass.info/'
-license=('GPL')
-depends=('mono' 'desktop-file-utils' 'xdg-utils' 'shared-mime-info' 
'hicolor-icon-theme')
-makedepends=('icoutils')
-optdepends=('xdotool: if you want to use auto-type'
-'xsel: clipboard operations in order to work around Mono clipboard 
bugs')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/keepass/KeePass-$pkgver-Source.zip;
-'keepass'
-'keepass.1'
-'keepass.desktop'
-'keepass.xml')
-
-sha256sums=('c0ea4da461d267ab95b92a9398328b1a85bc163316503d2354b2cc1ad46e7dce'
-'7547f2af38771b66c8c2f3d7900b051b37214af49de3dfa27a5d383bf847d582'
-'a5fff678466443c0c8256c4771128c86103da47b6a2c49351d9941191b65dd6f'
-'1d5420e8babce5f4bbb3c68bdffe3bc0d3c3be25ad689138cd02fa14edd89140'
-'3d017c17a8788166c644e2460ba3596fd503f300342561921201fe5f69e5d194')
-
-prepare() {
-  # Extract icons
-  icotool -x KeePass/KeePass.ico
-
-  pushd Build /dev/null
-  bash PrepMonoDev.sh
-  popd /dev/null
-
-  # FIXME Right alignment doesn't work correctly (truncated text).
-  sed -i 
's/^\(\s*\S*\.TextAlign\s*=\s*System\.Windows\.Forms\.HorizontalAlignment\).Right\(;\s*\)$/\1.Left\2/g'
 \
-KeePass/Forms/*.Designer.cs
-}
-
-build() {
-  xbuild /target:KeePass /property:Configuration=Release
-  cp Ext/KeePass.exe.config Build/KeePass/Release/
-}
-
-package() {
-  install -dm755 $pkgdir/usr/bin
-  install -dm755 $pkgdir/usr/share/keepass/XSL
-
-  install -Dm755 keepass $pkgdir/usr/bin/keepass
-  install -Dm755 Build/KeePass/Release/KeePass.exe 
$pkgdir/usr/share/keepass/KeePass.exe
-  install -Dm755 Ext/KeePass.config.xml 
$pkgdir/usr/share/keepass/KeePass.config.xml
-  install -Dm755 Ext/KeePass.exe.config 
$pkgdir/usr/share/keepass/KeePass.exe.config
-
-  install -m644 Ext/XSL/* $pkgdir/usr/share/keepass/XSL
-
-  install -Dm644 keepass.1 $pkgdir/usr/share/man/man1/keepass.1
-
-  # Proper installation of .desktop file
-  desktop-file-install -m 644 --dir $pkgdir/usr/share/applications/ 
keepass.desktop
-
-  # Install icons
-  for size in 16 32 48 256; do
-install -Dm644 \
-KeePass_*_${size}x${size}x32.png \
-$pkgdir/usr/share/icons/hicolor/${size}x${size}/apps/keepass.png
-  done
-
-  # Needed for postinst with xdg-utils
-  install -Dm644 keepass.xml $pkgdir/usr/share/mime/packages/keepass.xml
-}

Copied: keepass/repos/community-any/PKGBUILD (from rev 103227, 
keepass/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-30 16:46:29 UTC (rev 103228)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: Kirill reflexing Churin reflex...@reflexing.ru
+# Contributor: Andrej Gelenberg andrej.gelenb...@udo.edu
+
+pkgname=keepass
+pkgver=2.24
+pkgrel=3
+pkgdesc='A easy-to-use password manager for Windows, Linux, Mac OS X and 
mobile devices.'
+arch=('any')
+url='http://keepass.info/'
+license=('GPL')
+depends=('mono' 'desktop-file-utils' 'xdg-utils' 'shared-mime-info' 
'hicolor-icon-theme')
+makedepends=('icoutils')
+optdepends=('xdotool: if you want to use auto-type'
+'xsel: 

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

2013-12-30 Thread Timothy Redaelli
Date: Monday, December 30, 2013 @ 17:46:15
  Author: tredaelli
Revision: 103227

upgpkg: keepass 2.24-3

Fix for FS#38312

Modified:
  keepass/trunk/PKGBUILD
  keepass/trunk/keepass.install

-+
 PKGBUILD|2 +-
 keepass.install |   16 +---
 2 files changed, 10 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-30 16:29:11 UTC (rev 103226)
+++ PKGBUILD2013-12-30 16:46:15 UTC (rev 103227)
@@ -5,7 +5,7 @@
 
 pkgname=keepass
 pkgver=2.24
-pkgrel=2
+pkgrel=3
 pkgdesc='A easy-to-use password manager for Windows, Linux, Mac OS X and 
mobile devices.'
 arch=('any')
 url='http://keepass.info/'

Modified: keepass.install
===
--- keepass.install 2013-12-30 16:29:11 UTC (rev 103226)
+++ keepass.install 2013-12-30 16:46:15 UTC (rev 103227)
@@ -1,14 +1,16 @@
+post_remove() {
+  rm -f usr/share/keepass/KeePass.exe.so
+  rmdir --ignore-fail-on-non-empty usr/share/keepass
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+  update-mime-database usr/share/mime
+}
+
 post_install() {
+  post_remove
   mono --aot -O=all usr/share/keepass/KeePass.exe  /dev/null
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-  update-desktop-database -q
 }
 
 post_upgrade() {
   post_install
 }
-
-post_remove() {
-  rm -f usr/share/keepass/KeePass.exe.so
-  post_install
-}



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

2013-12-30 Thread Timothy Redaelli
Date: Monday, December 30, 2013 @ 17:49:48
  Author: tredaelli
Revision: 103229

upgpkg: parallel 20131222-1

Modified:
  parallel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-30 16:46:29 UTC (rev 103228)
+++ PKGBUILD2013-12-30 16:49:48 UTC (rev 103229)
@@ -4,7 +4,7 @@
 # Contributor: Peter Simons sim...@cryp.to
 
 pkgname=parallel
-pkgver=20131122
+pkgver=20131222
 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=('9cec34e1d32a373a09dba692436ceedf'
+md5sums=('782e594b226454ef58ac4e3d4addaba4'
  'SKIP')
-sha1sums=('a5ed91fa4b7a9743c8800e15ad5a8711d6de6c7a'
+sha1sums=('92d8954a3269aaf95a4abd04ad15e11b1451f2e3'
   'SKIP')
 
 build() {



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

2013-12-30 Thread Timothy Redaelli
Date: Monday, December 30, 2013 @ 17:49:55
  Author: tredaelli
Revision: 103230

archrelease: copy trunk to community-any

Added:
  parallel/repos/community-any/PKGBUILD
(from rev 103229, parallel/trunk/PKGBUILD)
  parallel/repos/community-any/fix-pod-numbers.patch
(from rev 103229, 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-12-30 16:49:48 UTC (rev 103229)
+++ PKGBUILD2013-12-30 16:49:55 UTC (rev 103230)
@@ -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=20131122
-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=('9cec34e1d32a373a09dba692436ceedf'
- 'SKIP')
-sha1sums=('a5ed91fa4b7a9743c8800e15ad5a8711d6de6c7a'
-  '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 103229, 
parallel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-30 16:49:55 UTC (rev 103230)
@@ -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=20131222
+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=('782e594b226454ef58ac4e3d4addaba4'
+ 'SKIP')
+sha1sums=('92d8954a3269aaf95a4abd04ad15e11b1451f2e3'
+  '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-12-30 16:49:48 UTC (rev 103229)
+++ fix-pod-numbers.patch   2013-12-30 16:49:55 UTC (rev 103230)
@@ -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 103229, 
parallel/trunk/fix-pod-numbers.patch)
===
--- fix-pod-numbers.patch   (rev 0)
+++ fix-pod-numbers.patch   2013-12-30 16:49:55 UTC (rev 103230)
@@ -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 ntop/trunk (PKGBUILD)

2013-12-30 Thread Lukas Fleischer
Date: Monday, December 30, 2013 @ 17:52:20
  Author: lfleischer
Revision: 103231

upgpkg: ntop 5.0.1-5

Remove static libraries.

Modified:
  ntop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-30 16:49:55 UTC (rev 103230)
+++ PKGBUILD2013-12-30 16:52:20 UTC (rev 103231)
@@ -1,10 +1,9 @@
-# $Id$
 # Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
 # Contributor: Douglas Soares de Andrade doug...@archlinux.org
 
 pkgname=ntop
 pkgver=5.0.1
-pkgrel=4
+pkgrel=5
 pkgdesc='A network traffic probe that shows the network usage.'
 arch=('i686' 'x86_64')
 url='http://www.ntop.org/'



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

2013-12-30 Thread Lukas Fleischer
Date: Monday, December 30, 2013 @ 17:52:36
  Author: lfleischer
Revision: 103232

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

Added:
  ntop/repos/community-i686/PKGBUILD
(from rev 103231, ntop/trunk/PKGBUILD)
  ntop/repos/community-i686/ntop.install
(from rev 103231, ntop/trunk/ntop.install)
  ntop/repos/community-i686/ntop.service
(from rev 103231, ntop/trunk/ntop.service)
  ntop/repos/community-x86_64/PKGBUILD
(from rev 103231, ntop/trunk/PKGBUILD)
  ntop/repos/community-x86_64/ntop.install
(from rev 103231, ntop/trunk/ntop.install)
  ntop/repos/community-x86_64/ntop.service
(from rev 103231, ntop/trunk/ntop.service)
Deleted:
  ntop/repos/community-i686/PKGBUILD
  ntop/repos/community-i686/ntop.install
  ntop/repos/community-i686/ntop.service
  ntop/repos/community-x86_64/PKGBUILD
  ntop/repos/community-x86_64/ntop.install
  ntop/repos/community-x86_64/ntop.service

---+
 /PKGBUILD |   98 
 /ntop.install |   16 ++
 /ntop.service |   28 +++
 community-i686/PKGBUILD   |   50 
 community-i686/ntop.install   |8 ---
 community-i686/ntop.service   |   14 -
 community-x86_64/PKGBUILD |   50 
 community-x86_64/ntop.install |8 ---
 community-x86_64/ntop.service |   14 -
 9 files changed, 142 insertions(+), 144 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-30 16:52:20 UTC (rev 103231)
+++ community-i686/PKGBUILD 2013-12-30 16:52:36 UTC (rev 103232)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-
-pkgname=ntop
-pkgver=5.0.1
-pkgrel=4
-pkgdesc='A network traffic probe that shows the network usage.'
-arch=('i686' 'x86_64')
-url='http://www.ntop.org/'
-license=('GPL')
-depends=('libevent' 'libpcap' 'gd' 'glibc' 'libxml2' 'openssl' 'rrdtool' 
'pcre' 'geoip' 'lua' 'python2')
-makedepends=('subversion' 'wget' 'ca-certificates')
-options=('!makeflags')
-install='ntop.install'
-source=(http://sourceforge.net/projects/${pkgname}/files/${pkgname}/Stable/${pkgname}-${pkgver}.tar.gz;
-'ntop.service')
-md5sums=('01710b6925a8a5ffe1a41b8b512ebd69'
- '0e149d20f881600e8387d850ac268483')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # Python2 fix
-  find . -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
-  sed -i 's/python-config/python2-config/' configure.in
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var/lib 
--disable-snmp
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install-recursive
-
-  install -dm0755 -o nobody -g nobody ${pkgdir}/var/lib/ntop
-  install -dm0755 -o nobody -g nobody ${pkgdir}/var/lib/ntop/rrd
-
-  for _f in ${pkgdir}/usr/lib/ntop/plugins/*.so; do
-_plug=$(basename ${_f})
-ln -sf ../../lib${_plug} ${_f}
-  done
-
-  install -Dm0644 ${srcdir}/ntop.service 
${pkgdir}/usr/lib/systemd/system/ntop.service
-}

Copied: ntop/repos/community-i686/PKGBUILD (from rev 103231, 
ntop/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-30 16:52:36 UTC (rev 103232)
@@ -0,0 +1,49 @@
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+
+pkgname=ntop
+pkgver=5.0.1
+pkgrel=5
+pkgdesc='A network traffic probe that shows the network usage.'
+arch=('i686' 'x86_64')
+url='http://www.ntop.org/'
+license=('GPL')
+depends=('libevent' 'libpcap' 'gd' 'glibc' 'libxml2' 'openssl' 'rrdtool' 
'pcre' 'geoip' 'lua' 'python2')
+makedepends=('subversion' 'wget' 'ca-certificates')
+options=('!makeflags')
+install='ntop.install'
+source=(http://sourceforge.net/projects/${pkgname}/files/${pkgname}/Stable/${pkgname}-${pkgver}.tar.gz;
+'ntop.service')
+md5sums=('01710b6925a8a5ffe1a41b8b512ebd69'
+ '0e149d20f881600e8387d850ac268483')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # Python2 fix
+  find . -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
+  sed -i 's/python-config/python2-config/' configure.in
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var/lib 
--disable-snmp
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install-recursive
+
+  install -dm0755 -o nobody -g nobody ${pkgdir}/var/lib/ntop
+  install -dm0755 -o nobody -g nobody ${pkgdir}/var/lib/ntop/rrd
+
+  for _f in ${pkgdir}/usr/lib/ntop/plugins/*.so; do
+_plug=$(basename ${_f})
+ln -sf 

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

2013-12-30 Thread Timothy Redaelli
Date: Monday, December 30, 2013 @ 18:04:09
  Author: tredaelli
Revision: 103233

upgpkg: bfgminer 3.9.0-1

Modified:
  bfgminer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-30 16:52:36 UTC (rev 103232)
+++ PKGBUILD2013-12-30 17:04:09 UTC (rev 103233)
@@ -3,7 +3,7 @@
 # Contributor: Andy Weidenbaum archb...@gmail.com
 
 pkgname=bfgminer
-pkgver=3.8.1
+pkgver=3.9.0
 pkgrel=1
 pkgdesc=Bitcoin miner featuring overclocking, monitoring, fan speed control 
and remote management. For FPGA/GPU/CPU Bitcoin mining.
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 license=('GPL3')
 
source=(http://luke.dashjr.org/programs/bitcoin/files/$pkgname/$pkgver/$pkgname-$pkgver.tbz2
 remove-dangerous-rpath.patch)
-sha256sums=('73bf12cb978e0062f79463abb49f9d6a40c21f5db61e057c759dcca1dedc4e29'
+sha256sums=('4250ec5ccb0fd9bd8c6d35608b13b3e2f07857e46abc09b94514a2fd2af80f40'
 'd26d07ca23ae25798c4db37cfda1a6a76f22d06e73efab1ddf62b3e1a7eef04c')
 
 prepare() {
@@ -32,7 +32,8 @@
--enable-bfsb \
--enable-metabank \
--enable-scrypt \
-   --enable-opencl
+   --enable-opencl \
+   --with-udevrulesdir=/usr/lib/udev/rules.d
   # --enable-knc (FS#33640)
   make
 }



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

2013-12-30 Thread Timothy Redaelli
Date: Monday, December 30, 2013 @ 18:04:22
  Author: tredaelli
Revision: 103234

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

Added:
  bfgminer/repos/community-i686/PKGBUILD
(from rev 103233, bfgminer/trunk/PKGBUILD)
  bfgminer/repos/community-i686/remove-dangerous-rpath.patch
(from rev 103233, bfgminer/trunk/remove-dangerous-rpath.patch)
  bfgminer/repos/community-x86_64/PKGBUILD
(from rev 103233, bfgminer/trunk/PKGBUILD)
  bfgminer/repos/community-x86_64/remove-dangerous-rpath.patch
(from rev 103233, bfgminer/trunk/remove-dangerous-rpath.patch)
Deleted:
  bfgminer/repos/community-i686/PKGBUILD
  bfgminer/repos/community-i686/remove-dangerous-rpath.patch
  bfgminer/repos/community-x86_64/PKGBUILD
  bfgminer/repos/community-x86_64/remove-dangerous-rpath.patch

---+
 /PKGBUILD |   90 
 /remove-dangerous-rpath.patch |   22 +
 community-i686/PKGBUILD   |   44 ---
 community-i686/remove-dangerous-rpath.patch   |   11 --
 community-x86_64/PKGBUILD |   44 ---
 community-x86_64/remove-dangerous-rpath.patch |   11 --
 6 files changed, 112 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-30 17:04:09 UTC (rev 103233)
+++ community-i686/PKGBUILD 2013-12-30 17:04:22 UTC (rev 103234)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: Andy Weidenbaum archb...@gmail.com
-
-pkgname=bfgminer
-pkgver=3.8.1
-pkgrel=1
-pkgdesc=Bitcoin miner featuring overclocking, monitoring, fan speed control 
and remote management. For FPGA/GPU/CPU Bitcoin mining.
-arch=('i686' 'x86_64')
-depends=('curl' 'jansson' 'libevent' 'libmicrohttpd' 'libusbx' 'lm_sensors')
-makedepends=('uthash' 'yasm')
-optdepends=('opencl-nvidia: OpenCL implementation for NVIDIA')
-url='https://bitcointalk.org/index.php?topic=168174.0'
-license=('GPL3')
-source=(http://luke.dashjr.org/programs/bitcoin/files/$pkgname/$pkgver/$pkgname-$pkgver.tbz2
-remove-dangerous-rpath.patch)
-sha256sums=('73bf12cb978e0062f79463abb49f9d6a40c21f5db61e057c759dcca1dedc4e29'
-'d26d07ca23ae25798c4db37cfda1a6a76f22d06e73efab1ddf62b3e1a7eef04c')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  patch -p0  ${srcdir}/remove-dangerous-rpath.patch
-  NOSUBMODULES=1 ./autogen.sh
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure  --prefix=/usr \
-   --enable-cpumining \
-   --enable-bfsb \
-   --enable-metabank \
-   --enable-scrypt \
-   --enable-opencl
-  # --enable-knc (FS#33640)
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}

Copied: bfgminer/repos/community-i686/PKGBUILD (from rev 103233, 
bfgminer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-30 17:04:22 UTC (rev 103234)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: Andy Weidenbaum archb...@gmail.com
+
+pkgname=bfgminer
+pkgver=3.9.0
+pkgrel=1
+pkgdesc=Bitcoin miner featuring overclocking, monitoring, fan speed control 
and remote management. For FPGA/GPU/CPU Bitcoin mining.
+arch=('i686' 'x86_64')
+depends=('curl' 'jansson' 'libevent' 'libmicrohttpd' 'libusbx' 'lm_sensors')
+makedepends=('uthash' 'yasm')
+optdepends=('opencl-nvidia: OpenCL implementation for NVIDIA')
+url='https://bitcointalk.org/index.php?topic=168174.0'
+license=('GPL3')
+source=(http://luke.dashjr.org/programs/bitcoin/files/$pkgname/$pkgver/$pkgname-$pkgver.tbz2
+remove-dangerous-rpath.patch)
+sha256sums=('4250ec5ccb0fd9bd8c6d35608b13b3e2f07857e46abc09b94514a2fd2af80f40'
+'d26d07ca23ae25798c4db37cfda1a6a76f22d06e73efab1ddf62b3e1a7eef04c')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  patch -p0  ${srcdir}/remove-dangerous-rpath.patch
+  NOSUBMODULES=1 ./autogen.sh
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure  --prefix=/usr \
+   --enable-cpumining \
+   --enable-bfsb \
+   --enable-metabank \
+   --enable-scrypt \
+   --enable-opencl \
+   --with-udevrulesdir=/usr/lib/udev/rules.d
+  # --enable-knc (FS#33640)
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/remove-dangerous-rpath.patch
===
--- community-i686/remove-dangerous-rpath.patch 2013-12-30 17:04:09 UTC (rev 
103233)
+++ community-i686/remove-dangerous-rpath.patch 2013-12-30 17:04:22 UTC (rev 
103234)
@@ -1,11 +0,0 @@
 configure.ac.orig
-+++ 

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

2013-12-30 Thread Lukas Fleischer
Date: Monday, December 30, 2013 @ 18:04:30
  Author: lfleischer
Revision: 103235

upgpkg: libx86 1.1-4

Remove static library.

Modified:
  libx86/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-30 17:04:22 UTC (rev 103234)
+++ PKGBUILD2013-12-30 17:04:30 UTC (rev 103235)
@@ -6,7 +6,7 @@
 
 pkgname=libx86
 pkgver=1.1
-pkgrel=3
+pkgrel=4
 pkgdesc=Provides an lrmi interface that works on x86, am64 and alpha
 arch=('i686' 'x86_64')
 url=http://www.codon.org.uk/~mjg59/libx86/;



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

2013-12-30 Thread Lukas Fleischer
Date: Monday, December 30, 2013 @ 18:06:11
  Author: lfleischer
Revision: 103236

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

Added:
  libx86/repos/community-i686/PKGBUILD
(from rev 103235, libx86/trunk/PKGBUILD)
  libx86/repos/community-i686/libx86-ifmask.patch
(from rev 103235, libx86/trunk/libx86-ifmask.patch)
  libx86/repos/community-x86_64/PKGBUILD
(from rev 103235, libx86/trunk/PKGBUILD)
  libx86/repos/community-x86_64/libx86-ifmask.patch
(from rev 103235, libx86/trunk/libx86-ifmask.patch)
Deleted:
  libx86/repos/community-i686/PKGBUILD
  libx86/repos/community-i686/libx86-ifmask.patch
  libx86/repos/community-x86_64/PKGBUILD
  libx86/repos/community-x86_64/libx86-ifmask.patch

--+
 /PKGBUILD|   82 +
 /libx86-ifmask.patch |   42 
 community-i686/PKGBUILD  |   41 
 community-i686/libx86-ifmask.patch   |   21 
 community-x86_64/PKGBUILD|   41 
 community-x86_64/libx86-ifmask.patch |   21 
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-30 17:04:30 UTC (rev 103235)
+++ community-i686/PKGBUILD 2013-12-30 17:06:11 UTC (rev 103236)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: tardo ta...@nagi-fanboi.net
-# Contributor: Thayer Williams tha...@archlinux.org
-
-pkgname=libx86
-pkgver=1.1
-pkgrel=3
-pkgdesc=Provides an lrmi interface that works on x86, am64 and alpha
-arch=('i686' 'x86_64')
-url=http://www.codon.org.uk/~mjg59/libx86/;
-license=('custom')
-depends=('glibc')
-source=(http://www.codon.org.uk/~mjg59/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz;
 
-'libx86-ifmask.patch')
-md5sums=('41bee1f8e22b82d82b5f7d7ba51abc2a'
- '573897186eb8670d8d97c64ea7614001')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  # lrmi.c patch courtesy of Gentoo
-  patch -Np0 -i ${srcdir}/libx86-ifmask.patch
-
-  # compensate for x86_64
-  if [ $CARCH = x86_64 ]; then
-make BACKEND=x86emu
-  else
-make
-  fi
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-  chmod 644 ${pkgdir}/usr/lib/libx86.a
-
-  install -D -m 644 COPYRIGHT ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}

Copied: libx86/repos/community-i686/PKGBUILD (from rev 103235, 
libx86/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-30 17:06:11 UTC (rev 103236)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: tardo ta...@nagi-fanboi.net
+# Contributor: Thayer Williams tha...@archlinux.org
+
+pkgname=libx86
+pkgver=1.1
+pkgrel=4
+pkgdesc=Provides an lrmi interface that works on x86, am64 and alpha
+arch=('i686' 'x86_64')
+url=http://www.codon.org.uk/~mjg59/libx86/;
+license=('custom')
+depends=('glibc')
+source=(http://www.codon.org.uk/~mjg59/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz;
 
+'libx86-ifmask.patch')
+md5sums=('41bee1f8e22b82d82b5f7d7ba51abc2a'
+ '573897186eb8670d8d97c64ea7614001')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  # lrmi.c patch courtesy of Gentoo
+  patch -Np0 -i ${srcdir}/libx86-ifmask.patch
+
+  # compensate for x86_64
+  if [ $CARCH = x86_64 ]; then
+make BACKEND=x86emu
+  else
+make
+  fi
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+  chmod 644 ${pkgdir}/usr/lib/libx86.a
+
+  install -D -m 644 COPYRIGHT ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-i686/libx86-ifmask.patch
===
--- community-i686/libx86-ifmask.patch  2013-12-30 17:04:30 UTC (rev 103235)
+++ community-i686/libx86-ifmask.patch  2013-12-30 17:06:11 UTC (rev 103236)
@@ -1,21 +0,0 @@
 lrmi.c.orig2008-09-06 12:24:36.070136428 +0200
-+++ lrmi.c 2008-09-06 12:28:10.584287458 +0200
-@@ -55,6 +55,18 @@ OTHER DEALINGS IN THE SOFTWARE.
- #include x86-common.h
- 
- #if defined(__linux__)
-+#ifndef TF_MASK
-+#define TF_MASK X86_EFLAGS_TF
-+#endif
-+#ifndef IF_MASK
-+#define IF_MASK X86_EFLAGS_IF
-+#endif
-+#ifndef IOPL_MASK
-+#define IOPL_MASK X86_EFLAGS_IOPL
-+#endif
-+#ifndef VIF_MASK
-+#define VIF_MASK X86_EFLAGS_VIF
-+#endif
- #define DEFAULT_VM86_FLAGS(IF_MASK | IOPL_MASK)
- #elif defined(__NetBSD__) || defined(__FreeBSD__)
- #define DEFAULT_VM86_FLAGS  (PSL_I | PSL_IOPL)

Copied: libx86/repos/community-i686/libx86-ifmask.patch (from rev 103235, 
libx86/trunk/libx86-ifmask.patch)

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

2013-12-30 Thread Sébastien Luttringer
Date: Monday, December 30, 2013 @ 23:18:29
  Author: seblu
Revision: 103237

upgpkg: lz4 110-1

Modified:
  lz4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-30 17:06:11 UTC (rev 103236)
+++ PKGBUILD2013-12-30 22:18:29 UTC (rev 103237)
@@ -5,8 +5,8 @@
 # He only push tested release code into svn and support using revision as 
version
 
 pkgname=lz4
-pkgver=109
-pkgrel=2
+pkgver=110
+pkgrel=1
 pkgdesc='Very fast lossless compression algorithm'
 arch=('i686' 'x86_64')
 url='https://code.google.com/p/lz4/'
@@ -18,7 +18,7 @@
 
 build() {
   cd $pkgname
-  make lz4 lz4c
+  make
 }
 
 package() {



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

2013-12-30 Thread Sébastien Luttringer
Date: Monday, December 30, 2013 @ 23:18:53
  Author: seblu
Revision: 103238

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

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

---+
 /PKGBUILD |   58 
 community-i686/PKGBUILD   |   31 ---
 community-x86_64/PKGBUILD |   31 ---
 3 files changed, 58 insertions(+), 62 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-30 22:18:29 UTC (rev 103237)
+++ community-i686/PKGBUILD 2013-12-30 22:18:53 UTC (rev 103238)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-# Contacted by mail, author use svn commit as release version.
-# He only push tested release code into svn and support using revision as 
version
-
-pkgname=lz4
-pkgver=109
-pkgrel=2
-pkgdesc='Very fast lossless compression algorithm'
-arch=('i686' 'x86_64')
-url='https://code.google.com/p/lz4/'
-license=('GPL2')
-makedepends=('svn')
-depends=('glibc')
-source=($pkgname::svn+http://lz4.googlecode.com/svn/trunk/#revision=$pkgver;)
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname
-  make lz4 lz4c
-}
-
-package() {
-  cd $pkgname
-  install -Dm755 lz4 $pkgdir/usr/bin/lz4
-  install -Dm755 lz4c $pkgdir/usr/bin/lz4c
-  install -Dm644 lz4.1 $pkgdir/usr/share/man/man1/lz4.1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lz4/repos/community-i686/PKGBUILD (from rev 103237, lz4/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-30 22:18:53 UTC (rev 103238)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+# Contacted by mail, author use svn commit as release version.
+# He only push tested release code into svn and support using revision as 
version
+
+pkgname=lz4
+pkgver=110
+pkgrel=1
+pkgdesc='Very fast lossless compression algorithm'
+arch=('i686' 'x86_64')
+url='https://code.google.com/p/lz4/'
+license=('GPL2')
+makedepends=('svn')
+depends=('glibc')
+source=($pkgname::svn+http://lz4.googlecode.com/svn/trunk/#revision=$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  make
+}
+
+package() {
+  cd $pkgname
+  make install DESTDIR=$pkgdir
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-12-30 22:18:29 UTC (rev 103237)
+++ community-x86_64/PKGBUILD   2013-12-30 22:18:53 UTC (rev 103238)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-# Contacted by mail, author use svn commit as release version.
-# He only push tested release code into svn and support using revision as 
version
-
-pkgname=lz4
-pkgver=109
-pkgrel=2
-pkgdesc='Very fast lossless compression algorithm'
-arch=('i686' 'x86_64')
-url='https://code.google.com/p/lz4/'
-license=('GPL2')
-makedepends=('svn')
-depends=('glibc')
-source=($pkgname::svn+http://lz4.googlecode.com/svn/trunk/#revision=$pkgver;)
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname
-  make lz4 lz4c
-}
-
-package() {
-  cd $pkgname
-  install -Dm755 lz4 $pkgdir/usr/bin/lz4
-  install -Dm755 lz4c $pkgdir/usr/bin/lz4c
-  install -Dm644 lz4.1 $pkgdir/usr/share/man/man1/lz4.1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lz4/repos/community-x86_64/PKGBUILD (from rev 103237, 
lz4/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-12-30 22:18:53 UTC (rev 103238)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+# Contacted by mail, author use svn commit as release version.
+# He only push tested release code into svn and support using revision as 
version
+
+pkgname=lz4
+pkgver=110
+pkgrel=1
+pkgdesc='Very fast lossless compression algorithm'
+arch=('i686' 'x86_64')
+url='https://code.google.com/p/lz4/'
+license=('GPL2')
+makedepends=('svn')
+depends=('glibc')
+source=($pkgname::svn+http://lz4.googlecode.com/svn/trunk/#revision=$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  make
+}
+
+package() {
+  cd $pkgname
+  make install DESTDIR=$pkgdir
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-12-30 Thread Sébastien Luttringer
Date: Monday, December 30, 2013 @ 23:19:42
  Author: seblu
Revision: 103239

upgpkg: ioping 0.8-1

Modified:
  ioping/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-30 22:18:53 UTC (rev 103238)
+++ PKGBUILD2013-12-30 22:19:42 UTC (rev 103239)
@@ -3,7 +3,7 @@
 # Contributor: Kovivchak Evgen oneonf...@gmail.com
 
 pkgname=ioping
-pkgver=0.7
+pkgver=0.8
 pkgrel=1
 pkgdesc='Simple disk I/0 latency measuring tool'
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 url='http://ioping.googlecode.com'
 depends=('glibc')
 source=(http://ioping.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
-sha1sums=('f841244149830506daca1b052694965d94fe2408')
+sha1sums=('7d4fe1414cdd5887c332426a8844e17eca5e5646')
 
 build() {
   cd $pkgname-$pkgver



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

2013-12-30 Thread Sébastien Luttringer
Date: Monday, December 30, 2013 @ 23:20:06
  Author: seblu
Revision: 103240

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-30 22:19:42 UTC (rev 103239)
+++ community-i686/PKGBUILD 2013-12-30 22:20:06 UTC (rev 103240)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Kovivchak Evgen oneonf...@gmail.com
-
-pkgname=ioping
-pkgver=0.7
-pkgrel=1
-pkgdesc='Simple disk I/0 latency measuring tool'
-arch=('i686' 'x86_64')
-license=('GPL3')
-url='http://ioping.googlecode.com'
-depends=('glibc')
-source=(http://ioping.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
-sha1sums=('f841244149830506daca1b052694965d94fe2408')
-
-build() {
-  cd $pkgname-$pkgver
-  make PREFIX=/usr
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make PREFIX=$pkgdir/usr install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ioping/repos/community-i686/PKGBUILD (from rev 103239, 
ioping/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-30 22:20:06 UTC (rev 103240)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Kovivchak Evgen oneonf...@gmail.com
+
+pkgname=ioping
+pkgver=0.8
+pkgrel=1
+pkgdesc='Simple disk I/0 latency measuring tool'
+arch=('i686' 'x86_64')
+license=('GPL3')
+url='http://ioping.googlecode.com'
+depends=('glibc')
+source=(http://ioping.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
+sha1sums=('7d4fe1414cdd5887c332426a8844e17eca5e5646')
+
+build() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make PREFIX=$pkgdir/usr install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-12-30 22:19:42 UTC (rev 103239)
+++ community-x86_64/PKGBUILD   2013-12-30 22:20:06 UTC (rev 103240)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Kovivchak Evgen oneonf...@gmail.com
-
-pkgname=ioping
-pkgver=0.7
-pkgrel=1
-pkgdesc='Simple disk I/0 latency measuring tool'
-arch=('i686' 'x86_64')
-license=('GPL3')
-url='http://ioping.googlecode.com'
-depends=('glibc')
-source=(http://ioping.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
-sha1sums=('f841244149830506daca1b052694965d94fe2408')
-
-build() {
-  cd $pkgname-$pkgver
-  make PREFIX=/usr
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make PREFIX=$pkgdir/usr install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ioping/repos/community-x86_64/PKGBUILD (from rev 103239, 
ioping/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-12-30 22:20:06 UTC (rev 103240)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Kovivchak Evgen oneonf...@gmail.com
+
+pkgname=ioping
+pkgver=0.8
+pkgrel=1
+pkgdesc='Simple disk I/0 latency measuring tool'
+arch=('i686' 'x86_64')
+license=('GPL3')
+url='http://ioping.googlecode.com'
+depends=('glibc')
+source=(http://ioping.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
+sha1sums=('7d4fe1414cdd5887c332426a8844e17eca5e5646')
+
+build() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make PREFIX=$pkgdir/usr install
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-12-30 Thread Jan Steffens
Date: Monday, December 30, 2013 @ 23:47:21
  Author: heftig
Revision: 202998

3.2.6

Modified:
  gthumb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-30 19:44:06 UTC (rev 202997)
+++ PKGBUILD2013-12-30 22:47:21 UTC (rev 202998)
@@ -4,7 +4,7 @@
 # Contributor: Tobias Kieslich tob...@justdreams.de
 
 pkgname=gthumb
-pkgver=3.2.5
+pkgver=3.2.6
 pkgrel=1
 pkgdesc=Image browser and viewer for the GNOME Desktop
 arch=(i686 x86_64)
@@ -22,7 +22,7 @@
 options=('!emptydirs')
 install=gthumb.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('4cc37f7d059351e1284cf7c245f30d20b078b443327fa3d87e0b79a325b873ea')
+sha256sums=('6c7dbd574f720ec308f8a76354cdf254598b820b2ce8fe73209fb0aec17f757e')
 
 prepare() {
   cd $pkgname-$pkgver



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

2013-12-30 Thread Jan Steffens
Date: Monday, December 30, 2013 @ 23:49:00
  Author: heftig
Revision: 202999

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

Added:
  gthumb/repos/extra-i686/PKGBUILD
(from rev 202998, gthumb/trunk/PKGBUILD)
  gthumb/repos/extra-i686/gthumb.install
(from rev 202998, gthumb/trunk/gthumb.install)
  gthumb/repos/extra-x86_64/PKGBUILD
(from rev 202998, gthumb/trunk/PKGBUILD)
  gthumb/repos/extra-x86_64/gthumb.install
(from rev 202998, gthumb/trunk/gthumb.install)
Deleted:
  gthumb/repos/extra-i686/PKGBUILD
  gthumb/repos/extra-i686/gthumb.install
  gthumb/repos/extra-x86_64/PKGBUILD
  gthumb/repos/extra-x86_64/gthumb.install

-+
 /PKGBUILD   |  102 ++
 /gthumb.install |   38 +++
 extra-i686/PKGBUILD |   51 -
 extra-i686/gthumb.install   |   19 ---
 extra-x86_64/PKGBUILD   |   51 -
 extra-x86_64/gthumb.install |   19 ---
 6 files changed, 140 insertions(+), 140 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-12-30 22:47:21 UTC (rev 202998)
+++ extra-i686/PKGBUILD 2013-12-30 22:49:00 UTC (rev 202999)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: Tobias Kieslich tob...@justdreams.de
-
-pkgname=gthumb
-pkgver=3.2.5
-pkgrel=1
-pkgdesc=Image browser and viewer for the GNOME Desktop
-arch=(i686 x86_64)
-license=(GPL)
-url=http://live.gnome.org/gthumb;
-depends=(desktop-file-utils hicolor-icon-theme dconf librsvg clutter-gtk
- gst-plugins-base-libs gsettings-desktop-schemas libwebp libsecret
- libsoup webkitgtk json-glib)
-makedepends=(intltool libchamplain libopenraw exiv2 itstool brasero librsvg 
libopenraw liboauth docbook-xsl)
-optdepends=('libopenraw: read RAW files'
-'exiv2: metadata support'
-'libchamplain: map viewer'
-'brasero: burn discs'
-'liboauth: web albums')
-options=('!emptydirs')
-install=gthumb.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('4cc37f7d059351e1284cf7c245f30d20b078b443327fa3d87e0b79a325b873ea')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-  
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --enable-libchamplain --enable-libopenraw
-  
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gthumb/repos/extra-i686/PKGBUILD (from rev 202998, 
gthumb/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-12-30 22:49:00 UTC (rev 202999)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Tobias Kieslich tob...@justdreams.de
+
+pkgname=gthumb
+pkgver=3.2.6
+pkgrel=1
+pkgdesc=Image browser and viewer for the GNOME Desktop
+arch=(i686 x86_64)
+license=(GPL)
+url=http://live.gnome.org/gthumb;
+depends=(desktop-file-utils hicolor-icon-theme dconf librsvg clutter-gtk
+ gst-plugins-base-libs gsettings-desktop-schemas libwebp libsecret
+ libsoup webkitgtk json-glib)
+makedepends=(intltool libchamplain libopenraw exiv2 itstool brasero librsvg 
libopenraw liboauth docbook-xsl)
+optdepends=('libopenraw: read RAW files'
+'exiv2: metadata support'
+'libchamplain: map viewer'
+'brasero: burn discs'
+'liboauth: web albums')
+options=('!emptydirs')
+install=gthumb.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('6c7dbd574f720ec308f8a76354cdf254598b820b2ce8fe73209fb0aec17f757e')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-libchamplain --enable-libopenraw
+  
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}


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

2013-12-30 Thread Bartłomiej Piotrowski
Date: Tuesday, December 31, 2013 @ 07:53:16
  Author: bpiotrowski
Revision: 103241

upgpkg: lxappearance 0.5.4-1

- new upstream release

Modified:
  lxappearance/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-30 22:20:06 UTC (rev 103240)
+++ PKGBUILD2013-12-31 06:53:16 UTC (rev 103241)
@@ -1,11 +1,11 @@
 #$Id$
-# Maintainer: Bartłomiej Piotrowski barthal...@gmail.com
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
 # Contributor: Angel Velasquez an...@archlinux.org  
 # Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
 
 pkgname=lxappearance
-pkgver=0.5.3
-pkgrel=2
+pkgver=0.5.4
+pkgrel=1
 pkgdesc='Feature-rich GTK+ theme switcher of the LXDE Desktop'
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -13,8 +13,8 @@
 groups=('lxde')
 depends=('gtk2' 'dbus-glib')
 makedepends=('intltool')
-source=(http://downloads.sourceforge.net/sourceforge/lxde/${pkgname}-${pkgver}.tar.gz)
-md5sums=('9dfdc9bd45519d51b9df2ad6650c36f5')
+source=(http://downloads.sourceforge.net/sourceforge/lxde/$pkgname-$pkgver.tar.xz)
+md5sums=('c7b8c18368f757a8a60f21cb46d7d9b3')
 
 build() {
   cd $pkgname-$pkgver



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

2013-12-30 Thread Bartłomiej Piotrowski
Date: Tuesday, December 31, 2013 @ 07:53:57
  Author: bpiotrowski
Revision: 103242

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

Added:
  lxappearance/repos/community-i686/PKGBUILD
(from rev 103241, lxappearance/trunk/PKGBUILD)
  lxappearance/repos/community-i686/gtk-3.0.patch
(from rev 103241, lxappearance/trunk/gtk-3.0.patch)
  lxappearance/repos/community-x86_64/PKGBUILD
(from rev 103241, lxappearance/trunk/PKGBUILD)
  lxappearance/repos/community-x86_64/gtk-3.0.patch
(from rev 103241, lxappearance/trunk/gtk-3.0.patch)
Deleted:
  lxappearance/repos/community-i686/PKGBUILD
  lxappearance/repos/community-i686/gtk-3.0.patch
  lxappearance/repos/community-x86_64/PKGBUILD
  lxappearance/repos/community-x86_64/gtk-3.0.patch

+
 /PKGBUILD  |   58 ++
 /gtk-3.0.patch |  222 +++
 community-i686/PKGBUILD|   29 -
 community-i686/gtk-3.0.patch   |  111 ---
 community-x86_64/PKGBUILD  |   29 -
 community-x86_64/gtk-3.0.patch |  111 ---
 6 files changed, 280 insertions(+), 280 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-31 06:53:16 UTC (rev 103241)
+++ community-i686/PKGBUILD 2013-12-31 06:53:57 UTC (rev 103242)
@@ -1,29 +0,0 @@
-#$Id$
-# Maintainer: Bartłomiej Piotrowski barthal...@gmail.com
-# Contributor: Angel Velasquez an...@archlinux.org  
-# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
-
-pkgname=lxappearance
-pkgver=0.5.3
-pkgrel=2
-pkgdesc='Feature-rich GTK+ theme switcher of the LXDE Desktop'
-arch=('i686' 'x86_64')
-license=('GPL2')
-url='http://lxde.org/'
-groups=('lxde')
-depends=('gtk2' 'dbus-glib')
-makedepends=('intltool')
-source=(http://downloads.sourceforge.net/sourceforge/lxde/${pkgname}-${pkgver}.tar.gz)
-md5sums=('9dfdc9bd45519d51b9df2ad6650c36f5')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --sysconfdir=/etc --prefix=/usr \
---enable-dbus
-  make 
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install 
-}

Copied: lxappearance/repos/community-i686/PKGBUILD (from rev 103241, 
lxappearance/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-31 06:53:57 UTC (rev 103242)
@@ -0,0 +1,29 @@
+#$Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org  
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+
+pkgname=lxappearance
+pkgver=0.5.4
+pkgrel=1
+pkgdesc='Feature-rich GTK+ theme switcher of the LXDE Desktop'
+arch=('i686' 'x86_64')
+license=('GPL2')
+url='http://lxde.org/'
+groups=('lxde')
+depends=('gtk2' 'dbus-glib')
+makedepends=('intltool')
+source=(http://downloads.sourceforge.net/sourceforge/lxde/$pkgname-$pkgver.tar.xz)
+md5sums=('c7b8c18368f757a8a60f21cb46d7d9b3')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --sysconfdir=/etc --prefix=/usr \
+--enable-dbus
+  make 
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install 
+}

Deleted: community-i686/gtk-3.0.patch
===
--- community-i686/gtk-3.0.patch2013-12-31 06:53:16 UTC (rev 103241)
+++ community-i686/gtk-3.0.patch2013-12-31 06:53:57 UTC (rev 103242)
@@ -1,111 +0,0 @@
 src/lxappearance.c 2011-07-29 16:50:19.0 +0200
-+++ src/lxappearance1.c2011-07-30 18:51:40.323368701 +0200
-@@ -153,21 +153,33 @@
- 
- char* file_path = g_build_filename(g_get_home_dir(), .gtkrc-2.0, NULL);
- GString* content = g_string_sized_new(512);
-+GString* content3 = g_string_sized_new(512);
- g_string_append(content,
- # DO NOT EDIT! This file will be overwritten by LXAppearance.\n
- # Any customization should be done in ~/.gtkrc-2.0.mine 
instead.\n\n);
-+g_string_append(content3, [Settings]\n
-+# DO NOT EDIT! This file will be overwritten by LXAppearance.\n);
-+
- if(app.widget_theme)
- g_string_append_printf(content,
- gtk-theme-name=\%s\\n, app.widget_theme);
-+g_string_append_printf(content3,
-+gtk-theme-name = %s\n, app.widget_theme);
- if(app.icon_theme)
- g_string_append_printf(content,
--gtk-icon-theme-name=\%s\\n, app.icon_theme);
-+gtk-icon-theme-name=\%s\\n, app.icon_theme);
-+g_string_append_printf(content3,
-+gtk-icon-theme-name = %s\n, app.icon_theme);
- if(app.default_font)
- g_string_append_printf(content,
- gtk-font-name=\%s\\n, app.default_font);
-+g_string_append_printf(content3,
-+gtk-font-name = %s\n, app.default_font);
- if(app.cursor_theme)
-