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

2014-06-30 Thread Tobias Powalowski
Date: Monday, June 30, 2014 @ 08:39:24
  Author: tpowa
Revision: 215660

db-move: moved lzo2 from [testing] to [core] (i686, x86_64)

Added:
  lzo2/repos/core-i686/PKGBUILD
(from rev 215659, lzo2/repos/testing-i686/PKGBUILD)
  lzo2/repos/core-i686/configure-2.07.patch
(from rev 215659, lzo2/repos/testing-i686/configure-2.07.patch)
  lzo2/repos/core-x86_64/PKGBUILD
(from rev 215659, lzo2/repos/testing-x86_64/PKGBUILD)
  lzo2/repos/core-x86_64/configure-2.07.patch
(from rev 215659, lzo2/repos/testing-x86_64/configure-2.07.patch)
Deleted:
  lzo2/repos/core-i686/PKGBUILD
  lzo2/repos/core-x86_64/PKGBUILD
  lzo2/repos/testing-i686/
  lzo2/repos/testing-x86_64/

--+
 /PKGBUILD|   94 +
 core-i686/PKGBUILD   |   41 
 core-i686/configure-2.07.patch   |   12 
 core-x86_64/PKGBUILD |   41 
 core-x86_64/configure-2.07.patch |   12 
 5 files changed, 118 insertions(+), 82 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2014-06-30 05:51:56 UTC (rev 215659)
+++ core-i686/PKGBUILD  2014-06-30 06:39:24 UTC (rev 215660)
@@ -1,41 +0,0 @@
-# $Id$
-# Contributor: Low Kian Seong fastmail_...@speedymail.org
-# Maintainer: dorphell dorph...@archlinux.org
-pkgname=lzo2
-pkgver=2.06
-pkgrel=3
-pkgdesc=Portable lossless data compression library
-arch=('i686' 'x86_64')
-url=http://www.oberhumer.com/opensource/lzo;
-license=('GPL')
-depends=('glibc')
-source=(http://www.oberhumer.com/opensource/lzo/download/lzo-${pkgver}.tar.gz)
-md5sums=('95380bd4081f85ef08c5209f4107e9f8')
-
-build() {
-  cd ${srcdir}/lzo-${pkgver}
-
-  ./configure --prefix=/usr --enable-shared
-  make
-
-  # build minilzo
-  gcc $CFLAGS -fpic -Iinclude/lzo -o minilzo/minilzo.o -c minilzo/minilzo.c
-  gcc $LDFLAGS -shared -o libminilzo.so.0 -Wl,-soname,libminilzo.so.0 
minilzo/minilzo.o
-}
-
-check() {
-  cd ${srcdir}/lzo-${pkgver}
-  make test # Larger test
-  make check
-}
-
-package() {
-  cd ${srcdir}/lzo-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # install minilzo
-  install -m 755 libminilzo.so.0 ${pkgdir}/usr/lib
-  install -p -m 644 minilzo/minilzo.h ${pkgdir}/usr/include/lzo
-  cd ${pkgdir}/usr/lib
-  ln -s libminilzo.so.0 libminilzo.so
-}

Copied: lzo2/repos/core-i686/PKGBUILD (from rev 215659, 
lzo2/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2014-06-30 06:39:24 UTC (rev 215660)
@@ -0,0 +1,47 @@
+# $Id$
+# Contributor: Low Kian Seong fastmail_...@speedymail.org
+# Maintainer: dorphell dorph...@archlinux.org
+pkgname=lzo2
+pkgver=2.07
+pkgrel=2
+pkgdesc=Portable lossless data compression library
+arch=('i686' 'x86_64')
+url=http://www.oberhumer.com/opensource/lzo;
+license=('GPL')
+depends=('glibc')
+source=(http://www.oberhumer.com/opensource/lzo/download/lzo-${pkgver}.tar.gz
+configure-2.07.patch)
+md5sums=('4011935e95171e78ad4894f7335c982a'
+ 'db3ead3fb5590275838d3080ea7342d1')
+
+prepare() {
+  cd ${srcdir}/lzo-${pkgver}
+  patch -Np0 -i ${srcdir}/configure-2.07.patch
+}
+
+build() {
+  cd ${srcdir}/lzo-${pkgver}
+  ./configure --prefix=/usr --enable-shared
+  make
+
+  # build minilzo
+  gcc $CFLAGS -fpic -Iinclude/lzo -o minilzo/minilzo.o -c minilzo/minilzo.c
+  gcc $LDFLAGS -shared -o libminilzo.so.0 -Wl,-soname,libminilzo.so.0 
minilzo/minilzo.o
+}
+
+check() {
+  cd ${srcdir}/lzo-${pkgver}
+  make test # Larger test
+  make check
+}
+
+package() {
+  cd ${srcdir}/lzo-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # install minilzo
+  install -m 755 libminilzo.so.0 ${pkgdir}/usr/lib
+  install -p -m 644 minilzo/minilzo.h ${pkgdir}/usr/include/lzo
+  cd ${pkgdir}/usr/lib
+  ln -s libminilzo.so.0 libminilzo.so
+}

Copied: lzo2/repos/core-i686/configure-2.07.patch (from rev 215659, 
lzo2/repos/testing-i686/configure-2.07.patch)
===
--- core-i686/configure-2.07.patch  (rev 0)
+++ core-i686/configure-2.07.patch  2014-06-30 06:39:24 UTC (rev 215660)
@@ -0,0 +1,12 @@
+--- configure.ORIG  2014-06-25 15:47:13.0 +0200
 configure   2014-06-26 00:05:33.0 +0200
+@@ -13953,7 +13953,7 @@
+ /* end confdefs.h.  */
+ #define LZO_CFG_NO_CONFIG_HEADER 1
+ #define LZO_WANT_ACC_INCD_H 1
+-#include include/lzo/lzodefs.h
++#include include/lzo/lzoconf.h
+ #include src/lzo_supp.h
+
+ #undef  LZOCHK_ASSERT
+

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2014-06-30 05:51:56 UTC (rev 215659)
+++ core-x86_64/PKGBUILD2014-06-30 06:39:24 UTC (rev 215660)
@@ -1,41 +0,0 @@
-# $Id$
-# Contributor: Low Kian Seong fastmail_...@speedymail.org
-# Maintainer: 

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

2014-06-30 Thread Tobias Powalowski
Date: Monday, June 30, 2014 @ 08:41:10
  Author: tpowa
Revision: 215661

upgpkg: convmv 1.15-2

rebuild for mtree

Modified:
  convmv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 06:39:24 UTC (rev 215660)
+++ PKGBUILD2014-06-30 06:41:10 UTC (rev 215661)
@@ -3,7 +3,7 @@
 
 pkgname=convmv
 pkgver=1.15
-pkgrel=1
+pkgrel=2
 pkgdesc=Tool for converting encodings on filesystems
 license=('GPL2')
 arch=('any')



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

2014-06-30 Thread Tobias Powalowski
Date: Monday, June 30, 2014 @ 08:41:17
  Author: tpowa
Revision: 215662

archrelease: copy trunk to extra-any

Added:
  convmv/repos/extra-any/PKGBUILD
(from rev 215661, convmv/trunk/PKGBUILD)
Deleted:
  convmv/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-30 06:41:10 UTC (rev 215661)
+++ PKGBUILD2014-06-30 06:41:17 UTC (rev 215662)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer : Aaron Griffin aa...@archlinux.org
-
-pkgname=convmv
-pkgver=1.15
-pkgrel=1
-pkgdesc=Tool for converting encodings on filesystems
-license=('GPL2')
-arch=('any')
-url=http://j3e.de/linux/convmv/;
-depends=('perl')
-source=(http://j3e.de/linux/convmv/$pkgname-$pkgver.tar.gz;)
-md5sums=('b1bb703c08c6355868d15890ff193f7d')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make PREFIX=$pkgdir/usr install
-}

Copied: convmv/repos/extra-any/PKGBUILD (from rev 215661, convmv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-30 06:41:17 UTC (rev 215662)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer : Aaron Griffin aa...@archlinux.org
+
+pkgname=convmv
+pkgver=1.15
+pkgrel=2
+pkgdesc=Tool for converting encodings on filesystems
+license=('GPL2')
+arch=('any')
+url=http://j3e.de/linux/convmv/;
+depends=('perl')
+source=(http://j3e.de/linux/convmv/$pkgname-$pkgver.tar.gz;)
+md5sums=('b1bb703c08c6355868d15890ff193f7d')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make PREFIX=$pkgdir/usr install
+}



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

2014-06-30 Thread Tobias Powalowski
Date: Monday, June 30, 2014 @ 08:43:40
  Author: tpowa
Revision: 215663

upgpkg: findutils 4.4.2-6

mtree rebuild

Modified:
  findutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 06:41:17 UTC (rev 215662)
+++ PKGBUILD2014-06-30 06:43:40 UTC (rev 215663)
@@ -3,7 +3,7 @@
 
 pkgname=findutils
 pkgver=4.4.2
-pkgrel=5
+pkgrel=6
 pkgdesc=GNU utilities to locate files
 arch=('i686' 'x86_64')
 license=('GPL3')



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

2014-06-30 Thread Tobias Powalowski
Date: Monday, June 30, 2014 @ 08:43:48
  Author: tpowa
Revision: 215664

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

Added:
  findutils/repos/testing-i686/
  findutils/repos/testing-i686/PKGBUILD
(from rev 215663, findutils/trunk/PKGBUILD)
  findutils/repos/testing-i686/findutils.install
(from rev 215663, findutils/trunk/findutils.install)
  findutils/repos/testing-x86_64/
  findutils/repos/testing-x86_64/PKGBUILD
(from rev 215663, findutils/trunk/PKGBUILD)
  findutils/repos/testing-x86_64/findutils.install
(from rev 215663, findutils/trunk/findutils.install)

--+
 testing-i686/PKGBUILD|   37 +
 testing-i686/findutils.install   |   22 ++
 testing-x86_64/PKGBUILD  |   37 +
 testing-x86_64/findutils.install |   22 ++
 4 files changed, 118 insertions(+)

Copied: findutils/repos/testing-i686/PKGBUILD (from rev 215663, 
findutils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-30 06:43:48 UTC (rev 215664)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:
+
+pkgname=findutils
+pkgver=4.4.2
+pkgrel=6
+pkgdesc=GNU utilities to locate files
+arch=('i686' 'x86_64')
+license=('GPL3')
+groups=('base' 'base-devel')
+depends=('glibc' 'sh')
+url=http://www.gnu.org/software/findutils;
+source=(ftp://ftp.gnu.org/pub/gnu/findutils/${pkgname}-${pkgver}.tar.gz{,.sig})
+install=findutils.install
+sha1sums=('e8dd88fa2cc58abffd0bfc1eddab9020231bb024'
+  '77d9585d9feea0814752a31bf109fe287f528243')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # Don't build or install locate because we use mlocate,
+  # which is a secure version of locate.
+  sed -i '/^SUBDIRS/s/locate//' Makefile.in
+
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=$pkgdir install
+}

Copied: findutils/repos/testing-i686/findutils.install (from rev 215663, 
findutils/trunk/findutils.install)
===
--- testing-i686/findutils.install  (rev 0)
+++ testing-i686/findutils.install  2014-06-30 06:43:48 UTC (rev 215664)
@@ -0,0 +1,22 @@
+infodir=/usr/share/info
+filelist=(find-maint.info find.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:

Copied: findutils/repos/testing-x86_64/PKGBUILD (from rev 215663, 
findutils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-30 06:43:48 UTC (rev 215664)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:
+
+pkgname=findutils
+pkgver=4.4.2
+pkgrel=6
+pkgdesc=GNU utilities to locate files
+arch=('i686' 'x86_64')
+license=('GPL3')
+groups=('base' 'base-devel')
+depends=('glibc' 'sh')
+url=http://www.gnu.org/software/findutils;
+source=(ftp://ftp.gnu.org/pub/gnu/findutils/${pkgname}-${pkgver}.tar.gz{,.sig})
+install=findutils.install
+sha1sums=('e8dd88fa2cc58abffd0bfc1eddab9020231bb024'
+  '77d9585d9feea0814752a31bf109fe287f528243')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # Don't build or install locate because we use mlocate,
+  # which is a secure version of locate.
+  sed -i '/^SUBDIRS/s/locate//' Makefile.in
+
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=$pkgdir install
+}

Copied: findutils/repos/testing-x86_64/findutils.install (from rev 215663, 
findutils/trunk/findutils.install)
===
--- testing-x86_64/findutils.install(rev 0)
+++ testing-x86_64/findutils.install2014-06-30 06:43:48 UTC (rev 215664)
@@ -0,0 +1,22 @@
+infodir=/usr/share/info
+filelist=(find-maint.info find.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:



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

2014-06-30 Thread Tobias Powalowski
Date: Monday, June 30, 2014 @ 08:44:59
  Author: tpowa
Revision: 215665

upgpkg: gnu-netcat 0.7.1-5

mtree rebuild

Modified:
  gnu-netcat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 06:43:48 UTC (rev 215664)
+++ PKGBUILD2014-06-30 06:44:59 UTC (rev 215665)
@@ -3,7 +3,7 @@
 
 pkgname=gnu-netcat
 pkgver=0.7.1
-pkgrel=4
+pkgrel=5
 pkgdesc=GNU rewrite of netcat, the network piping application
 depends=('glibc' 'texinfo')
 arch=('i686' 'x86_64')



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

2014-06-30 Thread Tobias Powalowski
Date: Monday, June 30, 2014 @ 08:45:08
  Author: tpowa
Revision: 215666

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

Added:
  gnu-netcat/repos/extra-i686/PKGBUILD
(from rev 215665, gnu-netcat/trunk/PKGBUILD)
  gnu-netcat/repos/extra-i686/gnu-netcat.install
(from rev 215665, gnu-netcat/trunk/gnu-netcat.install)
  gnu-netcat/repos/extra-x86_64/PKGBUILD
(from rev 215665, gnu-netcat/trunk/PKGBUILD)
  gnu-netcat/repos/extra-x86_64/gnu-netcat.install
(from rev 215665, gnu-netcat/trunk/gnu-netcat.install)
Deleted:
  gnu-netcat/repos/extra-i686/PKGBUILD
  gnu-netcat/repos/extra-i686/gnu-netcat.install
  gnu-netcat/repos/extra-x86_64/PKGBUILD
  gnu-netcat/repos/extra-x86_64/gnu-netcat.install

-+
 /PKGBUILD   |   54 ++
 /gnu-netcat.install |   26 ++
 extra-i686/PKGBUILD |   27 ---
 extra-i686/gnu-netcat.install   |   13 -
 extra-x86_64/PKGBUILD   |   27 ---
 extra-x86_64/gnu-netcat.install |   13 -
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-30 06:44:59 UTC (rev 215665)
+++ extra-i686/PKGBUILD 2014-06-30 06:45:08 UTC (rev 215666)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Tom K t...@runbox.com
-
-pkgname=gnu-netcat
-pkgver=0.7.1
-pkgrel=4
-pkgdesc=GNU rewrite of netcat, the network piping application
-depends=('glibc' 'texinfo')
-arch=('i686' 'x86_64')
-url=http://netcat.sourceforge.net/;
-license=('GPL')
-replaces=('netcat')
-provides=('netcat')
-install=gnu-netcat.install
-source=(http://downloads.sourceforge.net/sourceforge/netcat/netcat-$pkgver.tar.bz2;)
-md5sums=('0a29eff1736ddb5effd0b1ec1f6fe0ef')
-
-build() {
-  cd ${srcdir}/netcat-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info
-  make
-}
-
-package() {
-  cd ${srcdir}/netcat-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: gnu-netcat/repos/extra-i686/PKGBUILD (from rev 215665, 
gnu-netcat/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-30 06:45:08 UTC (rev 215666)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Tom K t...@runbox.com
+
+pkgname=gnu-netcat
+pkgver=0.7.1
+pkgrel=5
+pkgdesc=GNU rewrite of netcat, the network piping application
+depends=('glibc' 'texinfo')
+arch=('i686' 'x86_64')
+url=http://netcat.sourceforge.net/;
+license=('GPL')
+replaces=('netcat')
+provides=('netcat')
+install=gnu-netcat.install
+source=(http://downloads.sourceforge.net/sourceforge/netcat/netcat-$pkgver.tar.bz2;)
+md5sums=('0a29eff1736ddb5effd0b1ec1f6fe0ef')
+
+build() {
+  cd ${srcdir}/netcat-${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info
+  make
+}
+
+package() {
+  cd ${srcdir}/netcat-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/gnu-netcat.install
===
--- extra-i686/gnu-netcat.install   2014-06-30 06:44:59 UTC (rev 215665)
+++ extra-i686/gnu-netcat.install   2014-06-30 06:45:08 UTC (rev 215666)
@@ -1,13 +0,0 @@
-infodir=/usr/share/info
-
-post_install() {
-  install-info $infodir/netcat.info.gz $infodir/dir 2 /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  install-info --delete $infodir/netcat.info.gz $infodir/dir 2 /dev/null
-}

Copied: gnu-netcat/repos/extra-i686/gnu-netcat.install (from rev 215665, 
gnu-netcat/trunk/gnu-netcat.install)
===
--- extra-i686/gnu-netcat.install   (rev 0)
+++ extra-i686/gnu-netcat.install   2014-06-30 06:45:08 UTC (rev 215666)
@@ -0,0 +1,13 @@
+infodir=/usr/share/info
+
+post_install() {
+  install-info $infodir/netcat.info.gz $infodir/dir 2 /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  install-info --delete $infodir/netcat.info.gz $infodir/dir 2 /dev/null
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-30 06:44:59 UTC (rev 215665)
+++ extra-x86_64/PKGBUILD   2014-06-30 06:45:08 UTC (rev 215666)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Tom K t...@runbox.com
-
-pkgname=gnu-netcat
-pkgver=0.7.1
-pkgrel=4
-pkgdesc=GNU rewrite of netcat, the network piping application
-depends=('glibc' 'texinfo')
-arch=('i686' 'x86_64')
-url=http://netcat.sourceforge.net/;
-license=('GPL')
-replaces=('netcat')
-provides=('netcat')
-install=gnu-netcat.install
-source=(http://downloads.sourceforge.net/sourceforge/netcat/netcat-$pkgver.tar.bz2;)
-md5sums=('0a29eff1736ddb5effd0b1ec1f6fe0ef')
-
-build() {
-  cd ${srcdir}/netcat-${pkgver}
-  ./configure --prefix=/usr 

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

2014-06-30 Thread Tobias Powalowski
Date: Monday, June 30, 2014 @ 08:46:08
  Author: tpowa
Revision: 215667

upgpkg: mp3wrap 0.5-4

mtree rebuild

Modified:
  mp3wrap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 06:45:08 UTC (rev 215666)
+++ PKGBUILD2014-06-30 06:46:08 UTC (rev 215667)
@@ -3,7 +3,7 @@
 
 pkgname=mp3wrap
 pkgver=0.5
-pkgrel=3
+pkgrel=4
 pkgdesc=Tool for wrapping mp3 files. A free independent alternative to 
AlbumWrap
 arch=('i686' 'x86_64')
 url=http://mp3wrap.sourceforge.net;



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

2014-06-30 Thread Tobias Powalowski
Date: Monday, June 30, 2014 @ 08:46:17
  Author: tpowa
Revision: 215668

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-30 06:46:08 UTC (rev 215667)
+++ extra-i686/PKGBUILD 2014-06-30 06:46:17 UTC (rev 215668)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-
-pkgname=mp3wrap
-pkgver=0.5
-pkgrel=3
-pkgdesc=Tool for wrapping mp3 files. A free independent alternative to 
AlbumWrap
-arch=('i686' 'x86_64')
-url=http://mp3wrap.sourceforge.net;
-license=('LGPL')
-depends=('glibc')
-source=(http://downloads.sourceforge.net/sourceforge/mp3wrap/mp3wrap-$pkgver-src.tar.gz;)
-md5sums=('096b46295cbe3ee2f02ca7792517dc36')
-
-build() {
-  cd $srcdir/mp3wrap-$pkgver
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd $srcdir/mp3wrap-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: mp3wrap/repos/extra-i686/PKGBUILD (from rev 215667, 
mp3wrap/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-30 06:46:17 UTC (rev 215668)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=mp3wrap
+pkgver=0.5
+pkgrel=4
+pkgdesc=Tool for wrapping mp3 files. A free independent alternative to 
AlbumWrap
+arch=('i686' 'x86_64')
+url=http://mp3wrap.sourceforge.net;
+license=('LGPL')
+depends=('glibc')
+source=(http://downloads.sourceforge.net/sourceforge/mp3wrap/mp3wrap-$pkgver-src.tar.gz;)
+md5sums=('096b46295cbe3ee2f02ca7792517dc36')
+
+build() {
+  cd $srcdir/mp3wrap-$pkgver
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd $srcdir/mp3wrap-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-30 06:46:08 UTC (rev 215667)
+++ extra-x86_64/PKGBUILD   2014-06-30 06:46:17 UTC (rev 215668)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-
-pkgname=mp3wrap
-pkgver=0.5
-pkgrel=3
-pkgdesc=Tool for wrapping mp3 files. A free independent alternative to 
AlbumWrap
-arch=('i686' 'x86_64')
-url=http://mp3wrap.sourceforge.net;
-license=('LGPL')
-depends=('glibc')
-source=(http://downloads.sourceforge.net/sourceforge/mp3wrap/mp3wrap-$pkgver-src.tar.gz;)
-md5sums=('096b46295cbe3ee2f02ca7792517dc36')
-
-build() {
-  cd $srcdir/mp3wrap-$pkgver
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd $srcdir/mp3wrap-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: mp3wrap/repos/extra-x86_64/PKGBUILD (from rev 215667, 
mp3wrap/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-06-30 06:46:17 UTC (rev 215668)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=mp3wrap
+pkgver=0.5
+pkgrel=4
+pkgdesc=Tool for wrapping mp3 files. A free independent alternative to 
AlbumWrap
+arch=('i686' 'x86_64')
+url=http://mp3wrap.sourceforge.net;
+license=('LGPL')
+depends=('glibc')
+source=(http://downloads.sourceforge.net/sourceforge/mp3wrap/mp3wrap-$pkgver-src.tar.gz;)
+md5sums=('096b46295cbe3ee2f02ca7792517dc36')
+
+build() {
+  cd $srcdir/mp3wrap-$pkgver
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd $srcdir/mp3wrap-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2014-06-30 Thread Tobias Powalowski
Date: Monday, June 30, 2014 @ 08:47:30
  Author: tpowa
Revision: 215670

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-30 06:47:22 UTC (rev 215669)
+++ extra-i686/PKGBUILD 2014-06-30 06:47:30 UTC (rev 215670)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: dorphell dorph...@archlinux.org
-
-pkgname=naim
-pkgver=0.11.8.3.2
-pkgrel=2
-pkgdesc=An ncurses AOL Instant Messenger and IRC client.
-arch=('i686' 'x86_64')
-license=('GPL2')
-url=http://naim.n.ml.org;
-depends=('ncurses')
-source=(http://naim.googlecode.com/files/$pkgname-$pkgver.tar.bz2;)
-options=(!makeflags)
-md5sums=('c9622e3f75d56310829f98fa4dae1f78')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: naim/repos/extra-i686/PKGBUILD (from rev 215669, naim/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-30 06:47:30 UTC (rev 215670)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: dorphell dorph...@archlinux.org
+
+pkgname=naim
+pkgver=0.11.8.3.2
+pkgrel=3
+pkgdesc=An ncurses AOL Instant Messenger and IRC client.
+arch=('i686' 'x86_64')
+license=('GPL2')
+url=http://naim.n.ml.org;
+depends=('ncurses')
+source=(http://naim.googlecode.com/files/$pkgname-$pkgver.tar.bz2;)
+options=(!makeflags)
+md5sums=('c9622e3f75d56310829f98fa4dae1f78')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-30 06:47:22 UTC (rev 215669)
+++ extra-x86_64/PKGBUILD   2014-06-30 06:47:30 UTC (rev 215670)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: dorphell dorph...@archlinux.org
-
-pkgname=naim
-pkgver=0.11.8.3.2
-pkgrel=2
-pkgdesc=An ncurses AOL Instant Messenger and IRC client.
-arch=('i686' 'x86_64')
-license=('GPL2')
-url=http://naim.n.ml.org;
-depends=('ncurses')
-source=(http://naim.googlecode.com/files/$pkgname-$pkgver.tar.bz2;)
-options=(!makeflags)
-md5sums=('c9622e3f75d56310829f98fa4dae1f78')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: naim/repos/extra-x86_64/PKGBUILD (from rev 215669, naim/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-06-30 06:47:30 UTC (rev 215670)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: dorphell dorph...@archlinux.org
+
+pkgname=naim
+pkgver=0.11.8.3.2
+pkgrel=3
+pkgdesc=An ncurses AOL Instant Messenger and IRC client.
+arch=('i686' 'x86_64')
+license=('GPL2')
+url=http://naim.n.ml.org;
+depends=('ncurses')
+source=(http://naim.googlecode.com/files/$pkgname-$pkgver.tar.bz2;)
+options=(!makeflags)
+md5sums=('c9622e3f75d56310829f98fa4dae1f78')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2014-06-30 Thread Tobias Powalowski
Date: Monday, June 30, 2014 @ 08:47:22
  Author: tpowa
Revision: 215669

upgpkg: naim 0.11.8.3.2-3

mtree rebuild

Modified:
  naim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 06:46:17 UTC (rev 215668)
+++ PKGBUILD2014-06-30 06:47:22 UTC (rev 215669)
@@ -3,7 +3,7 @@
 
 pkgname=naim
 pkgver=0.11.8.3.2
-pkgrel=2
+pkgrel=3
 pkgdesc=An ncurses AOL Instant Messenger and IRC client.
 arch=('i686' 'x86_64')
 license=('GPL2')



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

2014-06-30 Thread Tobias Powalowski
Date: Monday, June 30, 2014 @ 08:48:42
  Author: tpowa
Revision: 215672

archrelease: copy trunk to extra-any

Added:
  rpmextract/repos/extra-any/PKGBUILD
(from rev 215671, rpmextract/trunk/PKGBUILD)
  rpmextract/repos/extra-any/rpm2cpio
(from rev 215671, rpmextract/trunk/rpm2cpio)
  rpmextract/repos/extra-any/rpmextract.sh
(from rev 215671, rpmextract/trunk/rpmextract.sh)
Deleted:
  rpmextract/repos/extra-any/PKGBUILD
  rpmextract/repos/extra-any/rpm2cpio
  rpmextract/repos/extra-any/rpmextract.sh

---+
 PKGBUILD  |   40 
 rpm2cpio  |   52 ++--
 rpmextract.sh |   12 ++--
 3 files changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-30 06:48:37 UTC (rev 215671)
+++ PKGBUILD2014-06-30 06:48:42 UTC (rev 215672)
@@ -1,20 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-
-pkgname=rpmextract
-pkgver=1.0
-pkgrel=5
-pkgdesc=Script to convert or extract RPM archives (contains rpm2cpio)
-url=http://www.archlinux.org;
-arch=('any')
-license=('GPL')
-depends=('bash' 'libarchive' 'coreutils')
-source=('rpmextract.sh' 'rpm2cpio')
-md5sums=('a7b527e4c210e66ef72532c606072e0d'
- '57a4e99bedcefadc2f89006ce98d2e60')
-
-package() {
-  install -d ${pkgdir}/usr/bin
-  install -m755 ${srcdir}/rpmextract.sh ${pkgdir}/usr/bin/
-  install -m755 ${srcdir}/rpm2cpio ${pkgdir}/usr/bin/
-}

Copied: rpmextract/repos/extra-any/PKGBUILD (from rev 215671, 
rpmextract/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-30 06:48:42 UTC (rev 215672)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=rpmextract
+pkgver=1.0
+pkgrel=6
+pkgdesc=Script to convert or extract RPM archives (contains rpm2cpio)
+url=http://www.archlinux.org;
+arch=('any')
+license=('GPL')
+depends=('bash' 'libarchive' 'coreutils')
+source=('rpmextract.sh' 'rpm2cpio')
+md5sums=('a7b527e4c210e66ef72532c606072e0d'
+ '57a4e99bedcefadc2f89006ce98d2e60')
+
+package() {
+  install -d ${pkgdir}/usr/bin
+  install -m755 ${srcdir}/rpmextract.sh ${pkgdir}/usr/bin/
+  install -m755 ${srcdir}/rpm2cpio ${pkgdir}/usr/bin/
+}

Deleted: rpm2cpio
===
--- rpm2cpio2014-06-30 06:48:37 UTC (rev 215671)
+++ rpm2cpio2014-06-30 06:48:42 UTC (rev 215672)
@@ -1,26 +0,0 @@
-#!/bin/sh
-
-pkg=$1
-if [ $pkg =  -o ! -e $pkg ]; then
-  echo no package supplied 12
-  exit 1
-fi
-
-leadsize=96
-o=`expr $leadsize + 8`
-set `od -j $o -N 8 -t u1 $pkg`
-il=`expr 256 \* \( 256 \* \( 256 \* $2 + $3 \) + $4 \) + $5`
-dl=`expr 256 \* \( 256 \* \( 256 \* $6 + $7 \) + $8 \) + $9`
-# echo sig il: $il dl: $dl
-
-sigsize=`expr 8 + 16 \* $il + $dl`
-o=`expr $o + $sigsize + \( 8 - \( $sigsize \% 8 \) \) \% 8 + 8`
-set `od -j $o -N 8 -t u1 $pkg`
-il=`expr 256 \* \( 256 \* \( 256 \* $2 + $3 \) + $4 \) + $5`
-dl=`expr 256 \* \( 256 \* \( 256 \* $6 + $7 \) + $8 \) + $9`
-# echo hdr il: $il dl: $dl
-
-hdrsize=`expr 8 + 16 \* $il + $dl`
-o=`expr $o + $hdrsize`
-
-dd if=$pkg ibs=$o skip=1 2/dev/null

Copied: rpmextract/repos/extra-any/rpm2cpio (from rev 215671, 
rpmextract/trunk/rpm2cpio)
===
--- rpm2cpio(rev 0)
+++ rpm2cpio2014-06-30 06:48:42 UTC (rev 215672)
@@ -0,0 +1,26 @@
+#!/bin/sh
+
+pkg=$1
+if [ $pkg =  -o ! -e $pkg ]; then
+  echo no package supplied 12
+  exit 1
+fi
+
+leadsize=96
+o=`expr $leadsize + 8`
+set `od -j $o -N 8 -t u1 $pkg`
+il=`expr 256 \* \( 256 \* \( 256 \* $2 + $3 \) + $4 \) + $5`
+dl=`expr 256 \* \( 256 \* \( 256 \* $6 + $7 \) + $8 \) + $9`
+# echo sig il: $il dl: $dl
+
+sigsize=`expr 8 + 16 \* $il + $dl`
+o=`expr $o + $sigsize + \( 8 - \( $sigsize \% 8 \) \) \% 8 + 8`
+set `od -j $o -N 8 -t u1 $pkg`
+il=`expr 256 \* \( 256 \* \( 256 \* $2 + $3 \) + $4 \) + $5`
+dl=`expr 256 \* \( 256 \* \( 256 \* $6 + $7 \) + $8 \) + $9`
+# echo hdr il: $il dl: $dl
+
+hdrsize=`expr 8 + 16 \* $il + $dl`
+o=`expr $o + $hdrsize`
+
+dd if=$pkg ibs=$o skip=1 2/dev/null

Deleted: rpmextract.sh
===
--- rpmextract.sh   2014-06-30 06:48:37 UTC (rev 215671)
+++ rpmextract.sh   2014-06-30 06:48:42 UTC (rev 215672)
@@ -1,6 +0,0 @@
-#!/bin/sh
-if [ $1 =  -o ! -e $1 ]; then
-echo no package supplied 12
-   exit 1
-fi
-rpm2cpio $1 | bsdtar -xf -

Copied: rpmextract/repos/extra-any/rpmextract.sh (from rev 215671, 
rpmextract/trunk/rpmextract.sh)
===
--- rpmextract.sh   (rev 0)
+++ rpmextract.sh   2014-06-30 06:48:42 UTC (rev 215672)
@@ -0,0 +1,6 @@
+#!/bin/sh
+if [ $1 =  -o ! -e $1 ]; 

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

2014-06-30 Thread Tobias Powalowski
Date: Monday, June 30, 2014 @ 08:48:37
  Author: tpowa
Revision: 215671

upgpkg: rpmextract 1.0-6

mtree rebuild

Modified:
  rpmextract/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 06:47:30 UTC (rev 215670)
+++ PKGBUILD2014-06-30 06:48:37 UTC (rev 215671)
@@ -3,7 +3,7 @@
 
 pkgname=rpmextract
 pkgver=1.0
-pkgrel=5
+pkgrel=6
 pkgdesc=Script to convert or extract RPM archives (contains rpm2cpio)
 url=http://www.archlinux.org;
 arch=('any')



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

2014-06-30 Thread Tobias Powalowski
Date: Monday, June 30, 2014 @ 08:50:09
  Author: tpowa
Revision: 215673

upgpkg: sane-frontends 1.0.14-7

mtree rebuild

Modified:
  sane-frontends/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 06:48:42 UTC (rev 215672)
+++ PKGBUILD2014-06-30 06:50:09 UTC (rev 215673)
@@ -4,7 +4,7 @@
 
 pkgname=sane-frontends
 pkgver=1.0.14
-pkgrel=6
+pkgrel=7
 pkgdesc=A set of frontends for SANE.
 arch=(i686 x86_64)
 url=http://www.sane-project.org;



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

2014-06-30 Thread Tobias Powalowski
Date: Monday, June 30, 2014 @ 08:50:16
  Author: tpowa
Revision: 215674

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

Added:
  sane-frontends/repos/extra-i686/MissingCapsFlag.patch
(from rev 215673, sane-frontends/trunk/MissingCapsFlag.patch)
  sane-frontends/repos/extra-i686/PKGBUILD
(from rev 215673, sane-frontends/trunk/PKGBUILD)
  sane-frontends/repos/extra-x86_64/MissingCapsFlag.patch
(from rev 215673, sane-frontends/trunk/MissingCapsFlag.patch)
  sane-frontends/repos/extra-x86_64/PKGBUILD
(from rev 215673, sane-frontends/trunk/PKGBUILD)
Deleted:
  sane-frontends/repos/extra-i686/MissingCapsFlag.patch
  sane-frontends/repos/extra-i686/PKGBUILD
  sane-frontends/repos/extra-x86_64/MissingCapsFlag.patch
  sane-frontends/repos/extra-x86_64/PKGBUILD

+
 /MissingCapsFlag.patch |   24 
 /PKGBUILD  |   52 +++
 extra-i686/MissingCapsFlag.patch   |   12 
 extra-i686/PKGBUILD|   26 -
 extra-x86_64/MissingCapsFlag.patch |   12 
 extra-x86_64/PKGBUILD  |   26 -
 6 files changed, 76 insertions(+), 76 deletions(-)

Deleted: extra-i686/MissingCapsFlag.patch
===
--- extra-i686/MissingCapsFlag.patch2014-06-30 06:50:09 UTC (rev 215673)
+++ extra-i686/MissingCapsFlag.patch2014-06-30 06:50:16 UTC (rev 215674)
@@ -1,12 +0,0 @@
 src/gtkglue.c  2005-04-16 15:12:07.0 +0200
-+++ src/gtkglue.c.new  2009-06-24 00:26:46.0 +0200
-@@ -1476,8 +1476,7 @@
- || opt-type == SANE_TYPE_GROUP || !dialog-element[i].widget)
-   continue;
- 
--  if (!(opt-cap  SANE_CAP_ALWAYS_SETTABLE))
--  gtk_widget_set_sensitive (dialog-element[i].widget, sensitive);
-+  gtk_widget_set_sensitive (dialog-element[i].widget, sensitive);
- }
- }
- 

Copied: sane-frontends/repos/extra-i686/MissingCapsFlag.patch (from rev 215673, 
sane-frontends/trunk/MissingCapsFlag.patch)
===
--- extra-i686/MissingCapsFlag.patch(rev 0)
+++ extra-i686/MissingCapsFlag.patch2014-06-30 06:50:16 UTC (rev 215674)
@@ -0,0 +1,12 @@
+--- src/gtkglue.c  2005-04-16 15:12:07.0 +0200
 src/gtkglue.c.new  2009-06-24 00:26:46.0 +0200
+@@ -1476,8 +1476,7 @@
+ || opt-type == SANE_TYPE_GROUP || !dialog-element[i].widget)
+   continue;
+ 
+-  if (!(opt-cap  SANE_CAP_ALWAYS_SETTABLE))
+-  gtk_widget_set_sensitive (dialog-element[i].widget, sensitive);
++  gtk_widget_set_sensitive (dialog-element[i].widget, sensitive);
+ }
+ }
+ 

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-30 06:50:09 UTC (rev 215673)
+++ extra-i686/PKGBUILD 2014-06-30 06:50:16 UTC (rev 215674)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: Sarah Hay sarah...@mb.sympatico.ca
-
-pkgname=sane-frontends
-pkgver=1.0.14
-pkgrel=6
-pkgdesc=A set of frontends for SANE.
-arch=(i686 x86_64)
-url=http://www.sane-project.org;
-license=('GPL')
-depends=('sane' 'gimp' 'libjpeg=7')
-source=(ftp://ftp2.sane-project.org/pub/sane/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz
 MissingCapsFlag.patch)
-md5sums=('c63bf7b0bb5f530cf3c08715db721cd3' '770f66e0534953f6129e1fc03d88ae01')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -p0  ../MissingCapsFlag.patch
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: sane-frontends/repos/extra-i686/PKGBUILD (from rev 215673, 
sane-frontends/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-30 06:50:16 UTC (rev 215674)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Sarah Hay sarah...@mb.sympatico.ca
+
+pkgname=sane-frontends
+pkgver=1.0.14
+pkgrel=7
+pkgdesc=A set of frontends for SANE.
+arch=(i686 x86_64)
+url=http://www.sane-project.org;
+license=('GPL')
+depends=('sane' 'gimp' 'libjpeg=7')
+source=(ftp://ftp2.sane-project.org/pub/sane/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz
 MissingCapsFlag.patch)
+md5sums=('c63bf7b0bb5f530cf3c08715db721cd3' '770f66e0534953f6129e1fc03d88ae01')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -p0  ../MissingCapsFlag.patch
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/MissingCapsFlag.patch
===
--- extra-x86_64/MissingCapsFlag.patch  2014-06-30 06:50:09 UTC (rev 215673)
+++ 

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

2014-06-30 Thread Tobias Powalowski
Date: Monday, June 30, 2014 @ 08:51:34
  Author: tpowa
Revision: 215676

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

Added:
  sysfsutils/repos/testing-i686/
  sysfsutils/repos/testing-i686/PKGBUILD
(from rev 215675, sysfsutils/trunk/PKGBUILD)
  sysfsutils/repos/testing-x86_64/
  sysfsutils/repos/testing-x86_64/PKGBUILD
(from rev 215675, sysfsutils/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   31 +++
 testing-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: sysfsutils/repos/testing-i686/PKGBUILD (from rev 215675, 
sysfsutils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-30 06:51:34 UTC (rev 215676)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=sysfsutils
+pkgver=2.1.0
+pkgrel=9
+pkgdesc=System Utilities Based on Sysfs
+arch=(i686 x86_64)
+license=('GPL' 'LGPL')
+url=http://linux-diag.sourceforge.net/Sysfsutils.html;
+groups=('base')
+depends=('glibc')
+source=(http://downloads.sourceforge.net/sourceforge/linux-diag/${pkgname}-${pkgver}.tar.gz)
+md5sums=('14e7dcd0436d2f49aa403f67e1ef7ddc')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  rm $pkgdir/usr/lib/libsysfs.a
+}

Copied: sysfsutils/repos/testing-x86_64/PKGBUILD (from rev 215675, 
sysfsutils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-30 06:51:34 UTC (rev 215676)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=sysfsutils
+pkgver=2.1.0
+pkgrel=9
+pkgdesc=System Utilities Based on Sysfs
+arch=(i686 x86_64)
+license=('GPL' 'LGPL')
+url=http://linux-diag.sourceforge.net/Sysfsutils.html;
+groups=('base')
+depends=('glibc')
+source=(http://downloads.sourceforge.net/sourceforge/linux-diag/${pkgname}-${pkgver}.tar.gz)
+md5sums=('14e7dcd0436d2f49aa403f67e1ef7ddc')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  rm $pkgdir/usr/lib/libsysfs.a
+}



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

2014-06-30 Thread Tobias Powalowski
Date: Monday, June 30, 2014 @ 08:51:28
  Author: tpowa
Revision: 215675

upgpkg: sysfsutils 2.1.0-9

mtree rebuild

Modified:
  sysfsutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 06:50:16 UTC (rev 215674)
+++ PKGBUILD2014-06-30 06:51:28 UTC (rev 215675)
@@ -3,7 +3,7 @@
 
 pkgname=sysfsutils
 pkgver=2.1.0
-pkgrel=8
+pkgrel=9
 pkgdesc=System Utilities Based on Sysfs
 arch=(i686 x86_64)
 license=('GPL' 'LGPL')



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

2014-06-30 Thread Tobias Powalowski
Date: Monday, June 30, 2014 @ 08:53:59
  Author: tpowa
Revision: 215677

upgpkg: unison 2.40.102-2

mtree rebuild

Modified:
  unison/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 06:51:34 UTC (rev 215676)
+++ PKGBUILD2014-06-30 06:53:59 UTC (rev 215677)
@@ -3,7 +3,7 @@
 
 pkgname=unison
 pkgver=2.40.102
-pkgrel=1
+pkgrel=2
 pkgdesc=Unison is a file-synchronization tool
 arch=(i686 x86_64)
 license=('GPL2')



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

2014-06-30 Thread Tobias Powalowski
Date: Monday, June 30, 2014 @ 08:54:10
  Author: tpowa
Revision: 215678

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

Added:
  unison/repos/extra-i686/PKGBUILD
(from rev 215677, unison/trunk/PKGBUILD)
  unison/repos/extra-i686/unison-ssh-ocaml.patch
(from rev 215677, unison/trunk/unison-ssh-ocaml.patch)
  unison/repos/extra-i686/unison.desktop
(from rev 215677, unison/trunk/unison.desktop)
  unison/repos/extra-i686/unison.install
(from rev 215677, unison/trunk/unison.install)
  unison/repos/extra-x86_64/PKGBUILD
(from rev 215677, unison/trunk/PKGBUILD)
  unison/repos/extra-x86_64/unison-ssh-ocaml.patch
(from rev 215677, unison/trunk/unison-ssh-ocaml.patch)
  unison/repos/extra-x86_64/unison.desktop
(from rev 215677, unison/trunk/unison.desktop)
  unison/repos/extra-x86_64/unison.install
(from rev 215677, unison/trunk/unison.install)
Deleted:
  unison/repos/extra-i686/PKGBUILD
  unison/repos/extra-i686/unison-ssh-ocaml.patch
  unison/repos/extra-i686/unison.desktop
  unison/repos/extra-i686/unison.install
  unison/repos/extra-x86_64/PKGBUILD
  unison/repos/extra-x86_64/unison-ssh-ocaml.patch
  unison/repos/extra-x86_64/unison.desktop
  unison/repos/extra-x86_64/unison.install

-+
 /PKGBUILD   |  108 ++
 /unison-ssh-ocaml.patch |   50 +++
 /unison.desktop |   26 
 /unison.install |   56 +
 extra-i686/PKGBUILD |   54 -
 extra-i686/unison-ssh-ocaml.patch   |   25 ---
 extra-i686/unison.desktop   |   13 
 extra-i686/unison.install   |   28 
 extra-x86_64/PKGBUILD   |   54 -
 extra-x86_64/unison-ssh-ocaml.patch |   25 ---
 extra-x86_64/unison.desktop |   13 
 extra-x86_64/unison.install |   28 
 12 files changed, 240 insertions(+), 240 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-30 06:53:59 UTC (rev 215677)
+++ extra-i686/PKGBUILD 2014-06-30 06:54:10 UTC (rev 215678)
@@ -1,54 +0,0 @@
-# $Id$
-#Maintainer: Tobias Powalowski tp...@archlinux.org
-
-pkgname=unison
-pkgver=2.40.102
-pkgrel=1
-pkgdesc=Unison is a file-synchronization tool
-arch=(i686 x86_64)
-license=('GPL2')
-url=http://www.cis.upenn.edu/~bcpierce/unison;
-depends=('glibc')
-makedepends=('ocaml' 'lablgtk2' 'imagemagick')
-optdepends=('gtk2: for gtk2 support')
-source=(http://www.cis.upenn.edu/~bcpierce/unison/download/releases/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz
-$pkgname.desktop)
-
-options=(!makeflags)
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  CFLAGS=
-  make clean
-  make mkProjectInfo 
-  make UISTYLE=text DEBUGGING=false THREADS=true 
-  mv unison unison-text
- 
- # clean the builddir and rebuild with gtk support
-  # broken at the moment!
-  # make clean
-  # make mkProjectInfo
-  # make UISTYLE=gtk DEBUGGING=false THREADS=true
-  # install -Dm755 unison $pkgdir/usr/bin/unison-gtk
- # clean the builddir and rebuild with gtk2 support
-  make clean
-  make mkProjectInfo
-  make UISTYLE=gtk2 DEBUGGING=false THREADS=true
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  install -Dm755 unison-text $pkgdir/usr/bin/unison
-  install -Dm755 unison $pkgdir/usr/bin/unison-gtk2
- # install a .desktop file; create a compliant icon from ico file and install 
the png
-  install -Dm644 ../$pkgname.desktop 
$pkgdir/usr/share/applications/$pkgname.desktop
-  convert win32rc/U.ico unison.png
-  install -Dm644 ${pkgname}-1.png  $pkgdir/usr/share/pixmaps/$pkgname.png
- # make symlink for .desktop file
-  cd $pkgdir/usr/bin
-  ln -s unison-gtk2 unison-x11
- # make versioned symlink #29827
-  ln -s unison unison-2.40
-}
-md5sums=('42caf869f40440ed0e75eef07a605b2e'
- '2daecba7705455a8e4b769e48b059872')

Copied: unison/repos/extra-i686/PKGBUILD (from rev 215677, 
unison/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-30 06:54:10 UTC (rev 215678)
@@ -0,0 +1,54 @@
+# $Id$
+#Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=unison
+pkgver=2.40.102
+pkgrel=2
+pkgdesc=Unison is a file-synchronization tool
+arch=(i686 x86_64)
+license=('GPL2')
+url=http://www.cis.upenn.edu/~bcpierce/unison;
+depends=('glibc')
+makedepends=('ocaml' 'lablgtk2' 'imagemagick')
+optdepends=('gtk2: for gtk2 support')
+source=(http://www.cis.upenn.edu/~bcpierce/unison/download/releases/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz
+$pkgname.desktop)
+
+options=(!makeflags)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  CFLAGS=
+  make clean
+  make mkProjectInfo 
+  make UISTYLE=text DEBUGGING=false THREADS=true 
+  mv unison unison-text
+ 
+ # clean the builddir and rebuild with gtk support
+  

[arch-commits] Commit in xfce4-netload-plugin/trunk (PKGBUILD)

2014-06-30 Thread Felix Yan
Date: Monday, June 30, 2014 @ 10:51:47
  Author: fyan
Revision: 215679

upgpkg: xfce4-netload-plugin 1.2.0-2

mtree rebuild

Modified:
  xfce4-netload-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 06:54:10 UTC (rev 215678)
+++ PKGBUILD2014-06-30 08:51:47 UTC (rev 215679)
@@ -4,7 +4,7 @@
 
 pkgname=xfce4-netload-plugin
 pkgver=1.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A netload plugin for the Xfce panel
 arch=('i686' 'x86_64')
 url=http://xfce-goodies.berlios.de/;



[arch-commits] Commit in xfce4-netload-plugin/repos (8 files)

2014-06-30 Thread Felix Yan
Date: Monday, June 30, 2014 @ 10:52:57
  Author: fyan
Revision: 215680

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

Added:
  xfce4-netload-plugin/repos/extra-i686/PKGBUILD
(from rev 215679, xfce4-netload-plugin/trunk/PKGBUILD)
  xfce4-netload-plugin/repos/extra-i686/xfce4-netload-plugin.install
(from rev 215679, xfce4-netload-plugin/trunk/xfce4-netload-plugin.install)
  xfce4-netload-plugin/repos/extra-x86_64/PKGBUILD
(from rev 215679, xfce4-netload-plugin/trunk/PKGBUILD)
  xfce4-netload-plugin/repos/extra-x86_64/xfce4-netload-plugin.install
(from rev 215679, xfce4-netload-plugin/trunk/xfce4-netload-plugin.install)
Deleted:
  xfce4-netload-plugin/repos/extra-i686/PKGBUILD
  xfce4-netload-plugin/repos/extra-i686/xfce4-netload-plugin.install
  xfce4-netload-plugin/repos/extra-x86_64/PKGBUILD
  xfce4-netload-plugin/repos/extra-x86_64/xfce4-netload-plugin.install

---+
 /PKGBUILD |   70 
 /xfce4-netload-plugin.install |   26 ++
 extra-i686/PKGBUILD   |   35 --
 extra-i686/xfce4-netload-plugin.install   |   13 -
 extra-x86_64/PKGBUILD |   35 --
 extra-x86_64/xfce4-netload-plugin.install |   13 -
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-30 08:51:47 UTC (rev 215679)
+++ extra-i686/PKGBUILD 2014-06-30 08:52:57 UTC (rev 215680)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Aurelien Foret orel...@chez.com
-
-pkgname=xfce4-netload-plugin
-pkgver=1.2.0
-pkgrel=1
-pkgdesc=A netload plugin for the Xfce panel
-arch=('i686' 'x86_64')
-url=http://xfce-goodies.berlios.de/;
-license=('GPL')
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-install=xfce4-netload-plugin.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('c824f09e2d3860011b44d8272d661c458237786828027f3d9ad6a1d4f0096845')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-debug
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-# vim:set ts=2 sw=2 et:

Copied: xfce4-netload-plugin/repos/extra-i686/PKGBUILD (from rev 215679, 
xfce4-netload-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-30 08:52:57 UTC (rev 215680)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:
+# Contributor: Aurelien Foret orel...@chez.com
+
+pkgname=xfce4-netload-plugin
+pkgver=1.2.0
+pkgrel=2
+pkgdesc=A netload plugin for the Xfce panel
+arch=('i686' 'x86_64')
+url=http://xfce-goodies.berlios.de/;
+license=('GPL')
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+install=xfce4-netload-plugin.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('c824f09e2d3860011b44d8272d661c458237786828027f3d9ad6a1d4f0096845')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-debug
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/xfce4-netload-plugin.install
===
--- extra-i686/xfce4-netload-plugin.install 2014-06-30 08:51:47 UTC (rev 
215679)
+++ extra-i686/xfce4-netload-plugin.install 2014-06-30 08:52:57 UTC (rev 
215680)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-netload-plugin/repos/extra-i686/xfce4-netload-plugin.install 
(from rev 215679, xfce4-netload-plugin/trunk/xfce4-netload-plugin.install)
===
--- extra-i686/xfce4-netload-plugin.install (rev 0)
+++ extra-i686/xfce4-netload-plugin.install 2014-06-30 08:52:57 UTC (rev 
215680)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-30 08:51:47 UTC (rev 215679)
+++ extra-x86_64/PKGBUILD   2014-06-30 08:52:57 UTC (rev 215680)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer:
-# 

[arch-commits] Commit in xfce4-notes-plugin/trunk (PKGBUILD)

2014-06-30 Thread Felix Yan
Date: Monday, June 30, 2014 @ 10:56:34
  Author: fyan
Revision: 215681

upgpkg: xfce4-notes-plugin 1.7.7-5

mtree rebuild

Modified:
  xfce4-notes-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 08:52:57 UTC (rev 215680)
+++ PKGBUILD2014-06-30 08:56:34 UTC (rev 215681)
@@ -4,7 +4,7 @@
 
 pkgname=xfce4-notes-plugin
 pkgver=1.7.7
-pkgrel=4
+pkgrel=5
 pkgdesc=A notes plugin for the Xfce4 panel
 arch=('i686' 'x86_64')
 license=('GPL2')



[arch-commits] Commit in xfce4-quicklauncher-plugin/trunk (PKGBUILD)

2014-06-30 Thread Felix Yan
Date: Monday, June 30, 2014 @ 10:57:53
  Author: fyan
Revision: 215683

upgpkg: xfce4-quicklauncher-plugin 1.9.4-8

mtree rebuild

Modified:
  xfce4-quicklauncher-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 08:57:25 UTC (rev 215682)
+++ PKGBUILD2014-06-30 08:57:53 UTC (rev 215683)
@@ -4,7 +4,7 @@
 
 pkgname=xfce4-quicklauncher-plugin
 pkgver=1.9.4
-pkgrel=7
+pkgrel=8
 pkgdesc=plugin that creates 4 little application launcher in the Xfce4 panel
 arch=('i686' 'x86_64')
 license=('GPL2')



[arch-commits] Commit in xfce4-notes-plugin/repos (8 files)

2014-06-30 Thread Felix Yan
Date: Monday, June 30, 2014 @ 10:57:25
  Author: fyan
Revision: 215682

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

Added:
  xfce4-notes-plugin/repos/extra-i686/PKGBUILD
(from rev 215681, xfce4-notes-plugin/trunk/PKGBUILD)
  xfce4-notes-plugin/repos/extra-i686/xfce4-notes-plugin.install
(from rev 215681, xfce4-notes-plugin/trunk/xfce4-notes-plugin.install)
  xfce4-notes-plugin/repos/extra-x86_64/PKGBUILD
(from rev 215681, xfce4-notes-plugin/trunk/PKGBUILD)
  xfce4-notes-plugin/repos/extra-x86_64/xfce4-notes-plugin.install
(from rev 215681, xfce4-notes-plugin/trunk/xfce4-notes-plugin.install)
Deleted:
  xfce4-notes-plugin/repos/extra-i686/PKGBUILD
  xfce4-notes-plugin/repos/extra-i686/xfce4-notes-plugin.install
  xfce4-notes-plugin/repos/extra-x86_64/PKGBUILD
  xfce4-notes-plugin/repos/extra-x86_64/xfce4-notes-plugin.install

-+
 /PKGBUILD   |   66 ++
 /xfce4-notes-plugin.install |   24 ++
 extra-i686/PKGBUILD |   33 ---
 extra-i686/xfce4-notes-plugin.install   |   12 -
 extra-x86_64/PKGBUILD   |   33 ---
 extra-x86_64/xfce4-notes-plugin.install |   12 -
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-30 08:56:34 UTC (rev 215681)
+++ extra-i686/PKGBUILD 2014-06-30 08:57:25 UTC (rev 215682)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andyrtr at archlinux.org
-# Contributor: Ben Mazer contrasu...@myrealbox.com
-
-pkgname=xfce4-notes-plugin
-pkgver=1.7.7
-pkgrel=4
-pkgdesc=A notes plugin for the Xfce4 panel
-arch=('i686' 'x86_64')
-license=('GPL2')
-url=http://xfce-goodies.berlios.de/;
-groups=('xfce4-goodies')
-depends=('xfce4-panel=4.7.0' 'libxfcegui4' 'libunique' 'hicolor-icon-theme')
-makedepends=('intltool')
-install=${pkgname}.install
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/1.7/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('42b924b23f2fec6a1099e9b7a87db4a3')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib \
-   --localstatedir=/var \
-   --disable-static \
-   --disable-debug
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: xfce4-notes-plugin/repos/extra-i686/PKGBUILD (from rev 215681, 
xfce4-notes-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-30 08:57:25 UTC (rev 215682)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andreas Radke andyrtr at archlinux.org
+# Contributor: Ben Mazer contrasu...@myrealbox.com
+
+pkgname=xfce4-notes-plugin
+pkgver=1.7.7
+pkgrel=5
+pkgdesc=A notes plugin for the Xfce4 panel
+arch=('i686' 'x86_64')
+license=('GPL2')
+url=http://xfce-goodies.berlios.de/;
+groups=('xfce4-goodies')
+depends=('xfce4-panel=4.7.0' 'libxfcegui4' 'libunique' 'hicolor-icon-theme')
+makedepends=('intltool')
+install=${pkgname}.install
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/1.7/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('42b924b23f2fec6a1099e9b7a87db4a3')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --libexecdir=/usr/lib \
+   --localstatedir=/var \
+   --disable-static \
+   --disable-debug
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/xfce4-notes-plugin.install
===
--- extra-i686/xfce4-notes-plugin.install   2014-06-30 08:56:34 UTC (rev 
215681)
+++ extra-i686/xfce4-notes-plugin.install   2014-06-30 08:57:25 UTC (rev 
215682)
@@ -1,12 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-

Copied: xfce4-notes-plugin/repos/extra-i686/xfce4-notes-plugin.install (from 
rev 215681, xfce4-notes-plugin/trunk/xfce4-notes-plugin.install)
===
--- extra-i686/xfce4-notes-plugin.install   (rev 0)
+++ extra-i686/xfce4-notes-plugin.install   2014-06-30 08:57:25 UTC (rev 
215682)
@@ -0,0 +1,12 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-30 08:56:34 UTC (rev 215681)
+++ 

[arch-commits] Commit in xfce4-quicklauncher-plugin/repos (24 files)

2014-06-30 Thread Felix Yan
Date: Monday, June 30, 2014 @ 10:59:31
  Author: fyan
Revision: 215684

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

Added:
  xfce4-quicklauncher-plugin/repos/extra-i686/PKGBUILD
(from rev 215683, xfce4-quicklauncher-plugin/trunk/PKGBUILD)
  
xfce4-quicklauncher-plugin/repos/extra-i686/xfce4-quicklauncher-plugin-1.9.4-desktop-file.patch
(from rev 215683, 
xfce4-quicklauncher-plugin/trunk/xfce4-quicklauncher-plugin-1.9.4-desktop-file.patch)
  
xfce4-quicklauncher-plugin/repos/extra-i686/xfce4-quicklauncher-plugin-1.9.4-fix-missing-english-translation.patch
(from rev 215683, 
xfce4-quicklauncher-plugin/trunk/xfce4-quicklauncher-plugin-1.9.4-fix-missing-english-translation.patch)
  
xfce4-quicklauncher-plugin/repos/extra-i686/xfce4-quicklauncher-plugin-1.9.4-fix-multiscreen.patch
(from rev 215683, 
xfce4-quicklauncher-plugin/trunk/xfce4-quicklauncher-plugin-1.9.4-fix-multiscreen.patch)
  
xfce4-quicklauncher-plugin/repos/extra-i686/xfce4-quicklauncher-plugin-1.9.4-save-settings.patch
(from rev 215683, 
xfce4-quicklauncher-plugin/trunk/xfce4-quicklauncher-plugin-1.9.4-save-settings.patch)
  
xfce4-quicklauncher-plugin/repos/extra-i686/xfce4-quicklauncher-plugin-1.9.4-xfce4-settings-manager.patch
(from rev 215683, 
xfce4-quicklauncher-plugin/trunk/xfce4-quicklauncher-plugin-1.9.4-xfce4-settings-manager.patch)
  xfce4-quicklauncher-plugin/repos/extra-x86_64/PKGBUILD
(from rev 215683, xfce4-quicklauncher-plugin/trunk/PKGBUILD)
  
xfce4-quicklauncher-plugin/repos/extra-x86_64/xfce4-quicklauncher-plugin-1.9.4-desktop-file.patch
(from rev 215683, 
xfce4-quicklauncher-plugin/trunk/xfce4-quicklauncher-plugin-1.9.4-desktop-file.patch)
  
xfce4-quicklauncher-plugin/repos/extra-x86_64/xfce4-quicklauncher-plugin-1.9.4-fix-missing-english-translation.patch
(from rev 215683, 
xfce4-quicklauncher-plugin/trunk/xfce4-quicklauncher-plugin-1.9.4-fix-missing-english-translation.patch)
  
xfce4-quicklauncher-plugin/repos/extra-x86_64/xfce4-quicklauncher-plugin-1.9.4-fix-multiscreen.patch
(from rev 215683, 
xfce4-quicklauncher-plugin/trunk/xfce4-quicklauncher-plugin-1.9.4-fix-multiscreen.patch)
  
xfce4-quicklauncher-plugin/repos/extra-x86_64/xfce4-quicklauncher-plugin-1.9.4-save-settings.patch
(from rev 215683, 
xfce4-quicklauncher-plugin/trunk/xfce4-quicklauncher-plugin-1.9.4-save-settings.patch)
  
xfce4-quicklauncher-plugin/repos/extra-x86_64/xfce4-quicklauncher-plugin-1.9.4-xfce4-settings-manager.patch
(from rev 215683, 
xfce4-quicklauncher-plugin/trunk/xfce4-quicklauncher-plugin-1.9.4-xfce4-settings-manager.patch)
Deleted:
  xfce4-quicklauncher-plugin/repos/extra-i686/PKGBUILD
  
xfce4-quicklauncher-plugin/repos/extra-i686/xfce4-quicklauncher-plugin-1.9.4-desktop-file.patch
  
xfce4-quicklauncher-plugin/repos/extra-i686/xfce4-quicklauncher-plugin-1.9.4-fix-missing-english-translation.patch
  
xfce4-quicklauncher-plugin/repos/extra-i686/xfce4-quicklauncher-plugin-1.9.4-fix-multiscreen.patch
  
xfce4-quicklauncher-plugin/repos/extra-i686/xfce4-quicklauncher-plugin-1.9.4-save-settings.patch
  
xfce4-quicklauncher-plugin/repos/extra-i686/xfce4-quicklauncher-plugin-1.9.4-xfce4-settings-manager.patch
  xfce4-quicklauncher-plugin/repos/extra-x86_64/PKGBUILD
  
xfce4-quicklauncher-plugin/repos/extra-x86_64/xfce4-quicklauncher-plugin-1.9.4-desktop-file.patch
  
xfce4-quicklauncher-plugin/repos/extra-x86_64/xfce4-quicklauncher-plugin-1.9.4-fix-missing-english-translation.patch
  
xfce4-quicklauncher-plugin/repos/extra-x86_64/xfce4-quicklauncher-plugin-1.9.4-fix-multiscreen.patch
  
xfce4-quicklauncher-plugin/repos/extra-x86_64/xfce4-quicklauncher-plugin-1.9.4-save-settings.patch
  
xfce4-quicklauncher-plugin/repos/extra-x86_64/xfce4-quicklauncher-plugin-1.9.4-xfce4-settings-manager.patch

-+
 /PKGBUILD  
 |   98 
 /xfce4-quicklauncher-plugin-1.9.4-desktop-file.patch   
 |   20 
 /xfce4-quicklauncher-plugin-1.9.4-fix-missing-english-translation.patch
 |  206 ++
 /xfce4-quicklauncher-plugin-1.9.4-fix-multiscreen.patch
 |   54 ++
 /xfce4-quicklauncher-plugin-1.9.4-save-settings.patch  
 |   24 +
 /xfce4-quicklauncher-plugin-1.9.4-xfce4-settings-manager.patch 
 |   22 +
 extra-i686/PKGBUILD
 |   49 --
 extra-i686/xfce4-quicklauncher-plugin-1.9.4-desktop-file.patch 
 |   10 
 
extra-i686/xfce4-quicklauncher-plugin-1.9.4-fix-missing-english-translation.patch
   |  103 -
 extra-i686/xfce4-quicklauncher-plugin-1.9.4-fix-multiscreen.patch  
 |   27 -
 extra-i686/xfce4-quicklauncher-plugin-1.9.4-save-settings.patch
 |   12 
 

[arch-commits] Commit in xfce4-smartbookmark-plugin/trunk (PKGBUILD)

2014-06-30 Thread Felix Yan
Date: Monday, June 30, 2014 @ 11:04:24
  Author: fyan
Revision: 215685

upgpkg: xfce4-smartbookmark-plugin 0.4.5-2

mtree rebuild

Modified:
  xfce4-smartbookmark-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 08:59:31 UTC (rev 215684)
+++ PKGBUILD2014-06-30 09:04:24 UTC (rev 215685)
@@ -5,7 +5,7 @@
 
 pkgname=xfce4-smartbookmark-plugin
 pkgver=0.4.5
-pkgrel=1
+pkgrel=2
 pkgdesc=Plugin for the Xfce4 panel that lets you quicksearch from selected 
websites
 arch=('i686' 'x86_64')
 url=http://goodies.xfce.org/projects/panel-plugins/xfce4-smartbookmark-plugin;



[arch-commits] Commit in xfce4-smartbookmark-plugin/repos (8 files)

2014-06-30 Thread Felix Yan
Date: Monday, June 30, 2014 @ 11:05:15
  Author: fyan
Revision: 215686

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

Added:
  xfce4-smartbookmark-plugin/repos/extra-i686/PKGBUILD
(from rev 215685, xfce4-smartbookmark-plugin/trunk/PKGBUILD)
  
xfce4-smartbookmark-plugin/repos/extra-i686/xfce4-smartbookmark-plugin-archlinux.patch
(from rev 215685, 
xfce4-smartbookmark-plugin/trunk/xfce4-smartbookmark-plugin-archlinux.patch)
  xfce4-smartbookmark-plugin/repos/extra-x86_64/PKGBUILD
(from rev 215685, xfce4-smartbookmark-plugin/trunk/PKGBUILD)
  
xfce4-smartbookmark-plugin/repos/extra-x86_64/xfce4-smartbookmark-plugin-archlinux.patch
(from rev 215685, 
xfce4-smartbookmark-plugin/trunk/xfce4-smartbookmark-plugin-archlinux.patch)
Deleted:
  xfce4-smartbookmark-plugin/repos/extra-i686/PKGBUILD
  
xfce4-smartbookmark-plugin/repos/extra-i686/xfce4-smartbookmark-plugin-archlinux.patch
  xfce4-smartbookmark-plugin/repos/extra-x86_64/PKGBUILD
  
xfce4-smartbookmark-plugin/repos/extra-x86_64/xfce4-smartbookmark-plugin-archlinux.patch

-+
 /PKGBUILD   |   82 ++
 /xfce4-smartbookmark-plugin-archlinux.patch |   48 
 extra-i686/PKGBUILD |   41 ---
 extra-i686/xfce4-smartbookmark-plugin-archlinux.patch   |   24 
 extra-x86_64/PKGBUILD   |   41 ---
 extra-x86_64/xfce4-smartbookmark-plugin-archlinux.patch |   24 
 6 files changed, 130 insertions(+), 130 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-30 09:04:24 UTC (rev 215685)
+++ extra-i686/PKGBUILD 2014-06-30 09:05:15 UTC (rev 215686)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: AndyRTR andy...@archlinux.org
-# Contributor: Tobias Kieslich tobias (at) archlinux.org
-
-pkgname=xfce4-smartbookmark-plugin
-pkgver=0.4.5
-pkgrel=1
-pkgdesc=Plugin for the Xfce4 panel that lets you quicksearch from selected 
websites
-arch=('i686' 'x86_64')
-url=http://goodies.xfce.org/projects/panel-plugins/xfce4-smartbookmark-plugin;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool' 'libxt')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/0.4/$pkgname-$pkgver.tar.bz2
-xfce4-smartbookmark-plugin-archlinux.patch)
-sha256sums=('6aa4269a5f4b7a3332d3c491efbbbd0a9ff0031a0005fee780346863bcf4f886'
-'a126b086811b60a8f3cd1a2b818cb6b9a9c6e959e00db1499b114fa8803325e6')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  patch -Np0 -i $srcdir/xfce4-smartbookmark-plugin-archlinux.patch
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-smartbookmark-plugin/repos/extra-i686/PKGBUILD (from rev 215685, 
xfce4-smartbookmark-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-30 09:05:15 UTC (rev 215686)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer:
+# Contributor: AndyRTR andy...@archlinux.org
+# Contributor: Tobias Kieslich tobias (at) archlinux.org
+
+pkgname=xfce4-smartbookmark-plugin
+pkgver=0.4.5
+pkgrel=2
+pkgdesc=Plugin for the Xfce4 panel that lets you quicksearch from selected 
websites
+arch=('i686' 'x86_64')
+url=http://goodies.xfce.org/projects/panel-plugins/xfce4-smartbookmark-plugin;
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool' 'libxt')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/0.4/$pkgname-$pkgver.tar.bz2
+xfce4-smartbookmark-plugin-archlinux.patch)
+sha256sums=('6aa4269a5f4b7a3332d3c491efbbbd0a9ff0031a0005fee780346863bcf4f886'
+'a126b086811b60a8f3cd1a2b818cb6b9a9c6e959e00db1499b114fa8803325e6')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  patch -Np0 -i $srcdir/xfce4-smartbookmark-plugin-archlinux.patch
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/xfce4-smartbookmark-plugin-archlinux.patch
===
--- extra-i686/xfce4-smartbookmark-plugin-archlinux.patch   2014-06-30 
09:04:24 UTC (rev 215685)
+++ extra-i686/xfce4-smartbookmark-plugin-archlinux.patch   2014-06-30 
09:05:15 UTC (rev 215686)
@@ -1,24 +0,0 @@
 src/smartbookmark.c.redhat 2006-12-18 02:06:21.0 +0100
-+++ src/smartbookmark.c

[arch-commits] Commit in xfce4-sensors-plugin/trunk (PKGBUILD)

2014-06-30 Thread Felix Yan
Date: Monday, June 30, 2014 @ 11:05:42
  Author: fyan
Revision: 215687

upgpkg: xfce4-sensors-plugin 1.2.5-2

mtree rebuild

Modified:
  xfce4-sensors-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 09:05:15 UTC (rev 215686)
+++ PKGBUILD2014-06-30 09:05:42 UTC (rev 215687)
@@ -5,7 +5,7 @@
 
 pkgname=xfce4-sensors-plugin
 pkgver=1.2.5
-pkgrel=1
+pkgrel=2
 pkgdesc=A lm_sensors plugin for the Xfce panel
 arch=('i686' 'x86_64')
 url=http://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin;



[arch-commits] Commit in xfce4-sensors-plugin/repos (8 files)

2014-06-30 Thread Felix Yan
Date: Monday, June 30, 2014 @ 11:06:33
  Author: fyan
Revision: 215688

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

Added:
  xfce4-sensors-plugin/repos/extra-i686/PKGBUILD
(from rev 215687, xfce4-sensors-plugin/trunk/PKGBUILD)
  xfce4-sensors-plugin/repos/extra-i686/xfce4-sensors-plugin.install
(from rev 215687, xfce4-sensors-plugin/trunk/xfce4-sensors-plugin.install)
  xfce4-sensors-plugin/repos/extra-x86_64/PKGBUILD
(from rev 215687, xfce4-sensors-plugin/trunk/PKGBUILD)
  xfce4-sensors-plugin/repos/extra-x86_64/xfce4-sensors-plugin.install
(from rev 215687, xfce4-sensors-plugin/trunk/xfce4-sensors-plugin.install)
Deleted:
  xfce4-sensors-plugin/repos/extra-i686/PKGBUILD
  xfce4-sensors-plugin/repos/extra-i686/xfce4-sensors-plugin.install
  xfce4-sensors-plugin/repos/extra-x86_64/PKGBUILD
  xfce4-sensors-plugin/repos/extra-x86_64/xfce4-sensors-plugin.install

---+
 /PKGBUILD |   92 
 /xfce4-sensors-plugin.install |   26 +++
 extra-i686/PKGBUILD   |   46 --
 extra-i686/xfce4-sensors-plugin.install   |   13 ---
 extra-x86_64/PKGBUILD |   46 --
 extra-x86_64/xfce4-sensors-plugin.install |   13 ---
 6 files changed, 118 insertions(+), 118 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-30 09:05:42 UTC (rev 215687)
+++ extra-i686/PKGBUILD 2014-06-30 09:06:33 UTC (rev 215688)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andreas Radke andy...@archlinux.org
-# Contributor: Merk Matthias ma...@chello.at
-
-pkgname=xfce4-sensors-plugin
-pkgver=1.2.5
-pkgrel=1
-pkgdesc=A lm_sensors plugin for the Xfce panel
-arch=('i686' 'x86_64')
-url=http://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'lm_sensors' 'libnotify' 'hicolor-icon-theme')
-makedepends=('intltool' 'hddtemp' 'gnu-netcat')
-optdepends=('hddtemp: for monitoring the temperature of hard drives')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/1.2/$pkgname-$pkgver.tar.bz2)
-sha256sums=('6b3c12917116c0610c0ca0824357afcc4ab4553301241e27aa9665159b834c1e')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # Satisfy the check that hddtemp is queryable via netcat
-  # (https://bugs.archlinux.org/task/28275)
-  echo ohai | nc -l -p 7634 -s localhost -c 
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---datadir=/usr/share \
---datarootdir=/usr/share \
---disable-static \
---with-pathhddtemp=/usr/sbin/hddtemp \
---disable-debug
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-sensors-plugin/repos/extra-i686/PKGBUILD (from rev 215687, 
xfce4-sensors-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-30 09:06:33 UTC (rev 215688)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer:
+# Contributor: Andreas Radke andy...@archlinux.org
+# Contributor: Merk Matthias ma...@chello.at
+
+pkgname=xfce4-sensors-plugin
+pkgver=1.2.5
+pkgrel=2
+pkgdesc=A lm_sensors plugin for the Xfce panel
+arch=('i686' 'x86_64')
+url=http://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin;
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'lm_sensors' 'libnotify' 'hicolor-icon-theme')
+makedepends=('intltool' 'hddtemp' 'gnu-netcat')
+optdepends=('hddtemp: for monitoring the temperature of hard drives')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/1.2/$pkgname-$pkgver.tar.bz2)
+sha256sums=('6b3c12917116c0610c0ca0824357afcc4ab4553301241e27aa9665159b834c1e')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # Satisfy the check that hddtemp is queryable via netcat
+  # (https://bugs.archlinux.org/task/28275)
+  echo ohai | nc -l -p 7634 -s localhost -c 
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--datadir=/usr/share \
+--datarootdir=/usr/share \
+--disable-static \
+--with-pathhddtemp=/usr/sbin/hddtemp \
+--disable-debug
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/xfce4-sensors-plugin.install
===
--- extra-i686/xfce4-sensors-plugin.install 2014-06-30 09:05:42 UTC (rev 
215687)
+++ extra-i686/xfce4-sensors-plugin.install 2014-06-30 09:06:33 UTC (rev 
215688)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-

[arch-commits] Commit in xfce4-systemload-plugin/trunk (PKGBUILD)

2014-06-30 Thread Felix Yan
Date: Monday, June 30, 2014 @ 11:10:29
  Author: fyan
Revision: 215689

upgpkg: xfce4-systemload-plugin 1.1.1-2

mtree rebuild

Modified:
  xfce4-systemload-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 09:06:33 UTC (rev 215688)
+++ PKGBUILD2014-06-30 09:10:29 UTC (rev 215689)
@@ -4,7 +4,7 @@
 
 pkgname=xfce4-systemload-plugin
 pkgver=1.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A system load plugin for the Xfce4 panel
 arch=('i686' 'x86_64')
 license=('custom')



[arch-commits] Commit in xfce4-time-out-plugin/trunk (PKGBUILD)

2014-06-30 Thread Felix Yan
Date: Monday, June 30, 2014 @ 11:11:46
  Author: fyan
Revision: 215691

upgpkg: xfce4-time-out-plugin 1.0.1-3

mtree rebuild

Modified:
  xfce4-time-out-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 09:11:26 UTC (rev 215690)
+++ PKGBUILD2014-06-30 09:11:46 UTC (rev 215691)
@@ -4,7 +4,7 @@
 
 pkgname=xfce4-time-out-plugin
 pkgver=1.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc=Take a break from your computer with this plugin for XFCE4.
 arch=('i686' 'x86_64')
 url=http://xfce-goodies.berlios.de/;



[arch-commits] Commit in xfce4-time-out-plugin/repos (8 files)

2014-06-30 Thread Felix Yan
Date: Monday, June 30, 2014 @ 11:12:41
  Author: fyan
Revision: 215692

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

Added:
  xfce4-time-out-plugin/repos/extra-i686/PKGBUILD
(from rev 215691, xfce4-time-out-plugin/trunk/PKGBUILD)
  xfce4-time-out-plugin/repos/extra-i686/xfce4-time-out-plugin.install
(from rev 215691, xfce4-time-out-plugin/trunk/xfce4-time-out-plugin.install)
  xfce4-time-out-plugin/repos/extra-x86_64/PKGBUILD
(from rev 215691, xfce4-time-out-plugin/trunk/PKGBUILD)
  xfce4-time-out-plugin/repos/extra-x86_64/xfce4-time-out-plugin.install
(from rev 215691, xfce4-time-out-plugin/trunk/xfce4-time-out-plugin.install)
Deleted:
  xfce4-time-out-plugin/repos/extra-i686/PKGBUILD
  xfce4-time-out-plugin/repos/extra-i686/xfce4-time-out-plugin.install
  xfce4-time-out-plugin/repos/extra-x86_64/PKGBUILD
  xfce4-time-out-plugin/repos/extra-x86_64/xfce4-time-out-plugin.install

+
 /PKGBUILD  |   68 +++
 /xfce4-time-out-plugin.install |   22 
 extra-i686/PKGBUILD|   34 -
 extra-i686/xfce4-time-out-plugin.install   |   11 
 extra-x86_64/PKGBUILD  |   34 -
 extra-x86_64/xfce4-time-out-plugin.install |   11 
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-30 09:11:46 UTC (rev 215691)
+++ extra-i686/PKGBUILD 2014-06-30 09:12:41 UTC (rev 215692)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Abhishek Dasgupta abh...@gmail.com
-
-pkgname=xfce4-time-out-plugin
-pkgver=1.0.1
-pkgrel=2
-pkgdesc=Take a break from your computer with this plugin for XFCE4.
-arch=('i686' 'x86_64')
-url=http://xfce-goodies.berlios.de/;
-groups=('xfce4-goodies')
-license=('GPL')
-depends=('xfce4-panel=4.7.0')
-makedepends=('intltool')
-install=${pkgname}.install
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-md5sums=('b6e4a3145d31c341e2506fb17b014587')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib \
-   --localstatedir=/var \
-   --disable-static \
-   --disable-debug
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-

Copied: xfce4-time-out-plugin/repos/extra-i686/PKGBUILD (from rev 215691, 
xfce4-time-out-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-30 09:12:41 UTC (rev 215692)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Abhishek Dasgupta abh...@gmail.com
+
+pkgname=xfce4-time-out-plugin
+pkgver=1.0.1
+pkgrel=3
+pkgdesc=Take a break from your computer with this plugin for XFCE4.
+arch=('i686' 'x86_64')
+url=http://xfce-goodies.berlios.de/;
+groups=('xfce4-goodies')
+license=('GPL')
+depends=('xfce4-panel=4.7.0')
+makedepends=('intltool')
+install=${pkgname}.install
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+md5sums=('b6e4a3145d31c341e2506fb17b014587')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --libexecdir=/usr/lib \
+   --localstatedir=/var \
+   --disable-static \
+   --disable-debug
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+

Deleted: extra-i686/xfce4-time-out-plugin.install
===
--- extra-i686/xfce4-time-out-plugin.install2014-06-30 09:11:46 UTC (rev 
215691)
+++ extra-i686/xfce4-time-out-plugin.install2014-06-30 09:12:41 UTC (rev 
215692)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}

Copied: xfce4-time-out-plugin/repos/extra-i686/xfce4-time-out-plugin.install 
(from rev 215691, xfce4-time-out-plugin/trunk/xfce4-time-out-plugin.install)
===
--- extra-i686/xfce4-time-out-plugin.install(rev 0)
+++ extra-i686/xfce4-time-out-plugin.install2014-06-30 09:12:41 UTC (rev 
215692)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-30 

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

2014-06-30 Thread Sergej Pupykin
Date: Monday, June 30, 2014 @ 11:16:56
  Author: spupykin
Revision: 113775

upgpkg: chrony 1.29.1-3

upd

Modified:
  chrony/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 04:35:55 UTC (rev 113774)
+++ PKGBUILD2014-06-30 09:16:56 UTC (rev 113775)
@@ -9,7 +9,7 @@
 
 pkgname=chrony
 pkgver=1.29.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Lightweight NTP client and server'
 arch=('i686' 'x86_64')
 url=http://chrony.tuxfamily.org/;
@@ -45,7 +45,7 @@
   install -Dm644 $srcdir/service 
$pkgdir/usr/lib/systemd/system/chrony.service
 
   install -dm755 $pkgdir/usr/lib/systemd/ntp-units.d
-  echo $pkgname.service  $pkgdir/usr/lib/systemd/ntp-units.d/$pkgname.list
+  echo $pkgname.service  
$pkgdir/usr/lib/systemd/ntp-units.d/10-$pkgname.list
 
   chown 183:183 $pkgdir/var/lib/chrony
 }



[arch-commits] Commit in xfce4-verve-plugin/trunk (PKGBUILD)

2014-06-30 Thread Felix Yan
Date: Monday, June 30, 2014 @ 11:16:30
  Author: fyan
Revision: 215693

upgpkg: xfce4-verve-plugin 1.0.0-4

mtree rebuild

Modified:
  xfce4-verve-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 09:12:41 UTC (rev 215692)
+++ PKGBUILD2014-06-30 09:16:30 UTC (rev 215693)
@@ -4,7 +4,7 @@
 
 pkgname=xfce4-verve-plugin
 pkgver=1.0.0
-pkgrel=3
+pkgrel=4
 pkgdesc=command line plugin Xfce4 panel
 arch=('i686' 'x86_64')
 license=('GPL2')



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

2014-06-30 Thread Sergej Pupykin
Date: Monday, June 30, 2014 @ 11:17:14
  Author: spupykin
Revision: 113776

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

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

-+
 /PKGBUILD   |  102 ++
 /chrony.install |   36 +
 /service|   22 
 community-i686/PKGBUILD |   51 ---
 community-i686/chrony.install   |   18 --
 community-i686/service  |   11 
 community-x86_64/PKGBUILD   |   51 ---
 community-x86_64/chrony.install |   18 --
 community-x86_64/service|   11 
 9 files changed, 160 insertions(+), 160 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-30 09:16:56 UTC (rev 113775)
+++ community-i686/PKGBUILD 2014-06-30 09:17:14 UTC (rev 113776)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Patrick Leslie Polzer leslie.pol...@gmx.net
-# Contributor: cdhotfire cdhotf...@gmail.com
-# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
-# Contributor: Elisamuel Resto ry...@simplysam.us
-
-pkgname=chrony
-pkgver=1.29.1
-pkgrel=2
-pkgdesc='Lightweight NTP client and server'
-arch=('i686' 'x86_64')
-url=http://chrony.tuxfamily.org/;
-options=(strip emptydirs)
-license=('GPL')
-depends=('readline' 'libcap')
-backup=('etc/chrony.conf')
-source=(http://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
-service)
-install=${pkgname}.install
-sha256sums=('658c9bb4d8c8d8ec7d0908429aa266e5f8413ba86bd4acbfd2f9669f6065af27'
-'3c9d05aaba6c0bef43fd1923a6dd7ac5f9b9539d21efbd1fbe592b54dec8d493')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -Dm0644 $srcdir/$pkgname-$pkgver/examples/chrony.conf.example 
$pkgdir/etc/chrony.conf
-
-  echo -e \n# Enable kernel RTC sync\nrtcsync  $pkgdir/etc/chrony.conf
-
-  sed -i '/^! rtconutc$/ s/^! //' $pkgdir/etc/chrony.conf
-
-  mv $pkgdir/usr/sbin/chronyd $pkgdir/usr/bin
-  rmdir $pkgdir/usr/sbin
-
-  install -Dm644 $srcdir/service 
$pkgdir/usr/lib/systemd/system/chrony.service
-
-  install -dm755 $pkgdir/usr/lib/systemd/ntp-units.d
-  echo $pkgname.service  $pkgdir/usr/lib/systemd/ntp-units.d/$pkgname.list
-
-  chown 183:183 $pkgdir/var/lib/chrony
-}

Copied: chrony/repos/community-i686/PKGBUILD (from rev 113775, 
chrony/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-30 09:17:14 UTC (rev 113776)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Patrick Leslie Polzer leslie.pol...@gmx.net
+# Contributor: cdhotfire cdhotf...@gmail.com
+# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
+# Contributor: Elisamuel Resto ry...@simplysam.us
+
+pkgname=chrony
+pkgver=1.29.1
+pkgrel=3
+pkgdesc='Lightweight NTP client and server'
+arch=('i686' 'x86_64')
+url=http://chrony.tuxfamily.org/;
+options=(strip emptydirs)
+license=('GPL')
+depends=('readline' 'libcap')
+backup=('etc/chrony.conf')
+source=(http://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
+service)
+install=${pkgname}.install
+sha256sums=('658c9bb4d8c8d8ec7d0908429aa266e5f8413ba86bd4acbfd2f9669f6065af27'
+'3c9d05aaba6c0bef43fd1923a6dd7ac5f9b9539d21efbd1fbe592b54dec8d493')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -Dm0644 $srcdir/$pkgname-$pkgver/examples/chrony.conf.example 
$pkgdir/etc/chrony.conf
+
+  echo -e \n# Enable kernel RTC sync\nrtcsync  $pkgdir/etc/chrony.conf
+
+  sed -i '/^! rtconutc$/ s/^! //' $pkgdir/etc/chrony.conf

[arch-commits] Commit in xfce4-systemload-plugin/repos (4 files)

2014-06-30 Thread Felix Yan
Date: Monday, June 30, 2014 @ 11:11:26
  Author: fyan
Revision: 215690

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

Added:
  xfce4-systemload-plugin/repos/extra-i686/PKGBUILD
(from rev 215689, xfce4-systemload-plugin/trunk/PKGBUILD)
  xfce4-systemload-plugin/repos/extra-x86_64/PKGBUILD
(from rev 215689, xfce4-systemload-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-systemload-plugin/repos/extra-i686/PKGBUILD
  xfce4-systemload-plugin/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-30 09:10:29 UTC (rev 215689)
+++ extra-i686/PKGBUILD 2014-06-30 09:11:26 UTC (rev 215690)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Aurelien Foret orel...@chez.com
-
-pkgname=xfce4-systemload-plugin
-pkgver=1.1.1
-pkgrel=1
-pkgdesc=A system load plugin for the Xfce4 panel
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin;
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('22d48c0883f9d598bce24e81d93e692e')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib \
-   --localstatedir=/var \
-   --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: xfce4-systemload-plugin/repos/extra-i686/PKGBUILD (from rev 215689, 
xfce4-systemload-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-30 09:11:26 UTC (rev 215690)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Aurelien Foret orel...@chez.com
+
+pkgname=xfce4-systemload-plugin
+pkgver=1.1.1
+pkgrel=2
+pkgdesc=A system load plugin for the Xfce4 panel
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin;
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('22d48c0883f9d598bce24e81d93e692e')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --libexecdir=/usr/lib \
+   --localstatedir=/var \
+   --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-30 09:10:29 UTC (rev 215689)
+++ extra-x86_64/PKGBUILD   2014-06-30 09:11:26 UTC (rev 215690)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Aurelien Foret orel...@chez.com
-
-pkgname=xfce4-systemload-plugin
-pkgver=1.1.1
-pkgrel=1
-pkgdesc=A system load plugin for the Xfce4 panel
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin;
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('22d48c0883f9d598bce24e81d93e692e')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib \
-   --localstatedir=/var \
-   --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: xfce4-systemload-plugin/repos/extra-x86_64/PKGBUILD (from rev 215689, 
xfce4-systemload-plugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-06-30 09:11:26 UTC (rev 215690)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Aurelien Foret orel...@chez.com
+
+pkgname=xfce4-systemload-plugin
+pkgver=1.1.1
+pkgrel=2
+pkgdesc=A system load plugin for the Xfce4 panel
+arch=('i686' 'x86_64')
+license=('custom')

[arch-commits] Commit in xfce4-verve-plugin/repos (4 files)

2014-06-30 Thread Felix Yan
Date: Monday, June 30, 2014 @ 11:17:27
  Author: fyan
Revision: 215694

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

Added:
  xfce4-verve-plugin/repos/extra-i686/PKGBUILD
(from rev 215693, xfce4-verve-plugin/trunk/PKGBUILD)
  xfce4-verve-plugin/repos/extra-x86_64/PKGBUILD
(from rev 215693, xfce4-verve-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-verve-plugin/repos/extra-i686/PKGBUILD
  xfce4-verve-plugin/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-30 09:16:30 UTC (rev 215693)
+++ extra-i686/PKGBUILD 2014-06-30 09:17:27 UTC (rev 215694)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Tobias Kieslich tobias (at) archlinux.org
-
-pkgname=xfce4-verve-plugin
-pkgver=1.0.0
-pkgrel=3
-pkgdesc=command line plugin Xfce4 panel
-arch=('i686' 'x86_64')
-license=('GPL2')
-url=http://xfce-goodies.berlios.de/;
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libxfcegui4')
-makedepends=('intltool')
-replaces=('verve-plugin')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/1.0/$pkgname-$pkgver.tar.bz2)
-md5sums=('ed7039c40d6e560ed8bcf9a324d2ae86')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib \
-   --localstatedir=/var \
-   --disable-static \
-   --disable-debug
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: xfce4-verve-plugin/repos/extra-i686/PKGBUILD (from rev 215693, 
xfce4-verve-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-30 09:17:27 UTC (rev 215694)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Tobias Kieslich tobias (at) archlinux.org
+
+pkgname=xfce4-verve-plugin
+pkgver=1.0.0
+pkgrel=4
+pkgdesc=command line plugin Xfce4 panel
+arch=('i686' 'x86_64')
+license=('GPL2')
+url=http://xfce-goodies.berlios.de/;
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libxfcegui4')
+makedepends=('intltool')
+replaces=('verve-plugin')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/1.0/$pkgname-$pkgver.tar.bz2)
+md5sums=('ed7039c40d6e560ed8bcf9a324d2ae86')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --libexecdir=/usr/lib \
+   --localstatedir=/var \
+   --disable-static \
+   --disable-debug
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-30 09:16:30 UTC (rev 215693)
+++ extra-x86_64/PKGBUILD   2014-06-30 09:17:27 UTC (rev 215694)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Tobias Kieslich tobias (at) archlinux.org
-
-pkgname=xfce4-verve-plugin
-pkgver=1.0.0
-pkgrel=3
-pkgdesc=command line plugin Xfce4 panel
-arch=('i686' 'x86_64')
-license=('GPL2')
-url=http://xfce-goodies.berlios.de/;
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libxfcegui4')
-makedepends=('intltool')
-replaces=('verve-plugin')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/1.0/$pkgname-$pkgver.tar.bz2)
-md5sums=('ed7039c40d6e560ed8bcf9a324d2ae86')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib \
-   --localstatedir=/var \
-   --disable-static \
-   --disable-debug
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: xfce4-verve-plugin/repos/extra-x86_64/PKGBUILD (from rev 215693, 
xfce4-verve-plugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-06-30 09:17:27 UTC (rev 215694)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Tobias Kieslich tobias (at) archlinux.org
+
+pkgname=xfce4-verve-plugin
+pkgver=1.0.0
+pkgrel=4
+pkgdesc=command line plugin Xfce4 panel
+arch=('i686' 'x86_64')
+license=('GPL2')
+url=http://xfce-goodies.berlios.de/;
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libxfcegui4')
+makedepends=('intltool')
+replaces=('verve-plugin')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/1.0/$pkgname-$pkgver.tar.bz2)
+md5sums=('ed7039c40d6e560ed8bcf9a324d2ae86')
+
+build() {
+  cd 

[arch-commits] Commit in xfce4-wavelan-plugin/trunk (PKGBUILD)

2014-06-30 Thread Felix Yan
Date: Monday, June 30, 2014 @ 11:19:05
  Author: fyan
Revision: 215695

upgpkg: xfce4-wavelan-plugin 0.5.11-2

mtree rebuild

Modified:
  xfce4-wavelan-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 09:17:27 UTC (rev 215694)
+++ PKGBUILD2014-06-30 09:19:05 UTC (rev 215695)
@@ -4,7 +4,7 @@
 
 pkgname=xfce4-wavelan-plugin
 pkgver=0.5.11
-pkgrel=1
+pkgrel=2
 pkgdesc=Plugin to monitor wifi connectivity for the Xfce4 panel
 arch=('i686' 'x86_64')
 license=('custom')



[arch-commits] Commit in xfce4-wavelan-plugin/repos (4 files)

2014-06-30 Thread Felix Yan
Date: Monday, June 30, 2014 @ 11:20:01
  Author: fyan
Revision: 215696

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

Added:
  xfce4-wavelan-plugin/repos/extra-i686/PKGBUILD
(from rev 215695, xfce4-wavelan-plugin/trunk/PKGBUILD)
  xfce4-wavelan-plugin/repos/extra-x86_64/PKGBUILD
(from rev 215695, xfce4-wavelan-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-wavelan-plugin/repos/extra-i686/PKGBUILD
  xfce4-wavelan-plugin/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-30 09:19:05 UTC (rev 215695)
+++ extra-i686/PKGBUILD 2014-06-30 09:20:01 UTC (rev 215696)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Tobias Kieslich tobias (at) archlinux.org
-
-pkgname=xfce4-wavelan-plugin
-pkgver=0.5.11
-pkgrel=1
-pkgdesc=Plugin to monitor wifi connectivity for the Xfce4 panel
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin/;
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'net-tools')
-makedepends=('intltool')
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('50514bb286f1ed6761a1b36832bb7fe3')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib \
-   --localstatedir=/var \
-   --disable-static \
-   --disable-debug
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: xfce4-wavelan-plugin/repos/extra-i686/PKGBUILD (from rev 215695, 
xfce4-wavelan-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-30 09:20:01 UTC (rev 215696)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Tobias Kieslich tobias (at) archlinux.org
+
+pkgname=xfce4-wavelan-plugin
+pkgver=0.5.11
+pkgrel=2
+pkgdesc=Plugin to monitor wifi connectivity for the Xfce4 panel
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin/;
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'net-tools')
+makedepends=('intltool')
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('50514bb286f1ed6761a1b36832bb7fe3')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --libexecdir=/usr/lib \
+   --localstatedir=/var \
+   --disable-static \
+   --disable-debug
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-30 09:19:05 UTC (rev 215695)
+++ extra-x86_64/PKGBUILD   2014-06-30 09:20:01 UTC (rev 215696)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Tobias Kieslich tobias (at) archlinux.org
-
-pkgname=xfce4-wavelan-plugin
-pkgver=0.5.11
-pkgrel=1
-pkgdesc=Plugin to monitor wifi connectivity for the Xfce4 panel
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin/;
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'net-tools')
-makedepends=('intltool')
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('50514bb286f1ed6761a1b36832bb7fe3')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib \
-   --localstatedir=/var \
-   --disable-static \
-   --disable-debug
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: xfce4-wavelan-plugin/repos/extra-x86_64/PKGBUILD (from rev 215695, 
xfce4-wavelan-plugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-06-30 09:20:01 UTC (rev 215696)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Tobias Kieslich tobias (at) archlinux.org
+
+pkgname=xfce4-wavelan-plugin
+pkgver=0.5.11

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

2014-06-30 Thread Felix Yan
Date: Monday, June 30, 2014 @ 11:22:45
  Author: fyan
Revision: 215697

upgpkg: ttf-bitstream-vera 1.10-10

mtree rebuild

Modified:
  ttf-bitstream-vera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 09:20:01 UTC (rev 215696)
+++ PKGBUILD2014-06-30 09:22:45 UTC (rev 215697)
@@ -4,7 +4,7 @@
 
 pkgname=ttf-bitstream-vera
 pkgver=1.10
-pkgrel=9
+pkgrel=10
 pkgdesc=Bitstream vera fonts
 arch=('any')
 license=('custom')



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

2014-06-30 Thread Felix Yan
Date: Monday, June 30, 2014 @ 11:23:16
  Author: fyan
Revision: 215698

archrelease: copy trunk to extra-any

Added:
  ttf-bitstream-vera/repos/extra-any/PKGBUILD
(from rev 215697, ttf-bitstream-vera/trunk/PKGBUILD)
  ttf-bitstream-vera/repos/extra-any/vera.install
(from rev 215697, ttf-bitstream-vera/trunk/vera.install)
Deleted:
  ttf-bitstream-vera/repos/extra-any/PKGBUILD
  ttf-bitstream-vera/repos/extra-any/vera.install

--+
 PKGBUILD |   46 +++---
 vera.install |   30 +++---
 2 files changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-30 09:22:45 UTC (rev 215697)
+++ PKGBUILD2014-06-30 09:23:16 UTC (rev 215698)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Thayer Williams tha...@archlinux.org
-# Contributor: dorphell dorph...@archlinux.org
-
-pkgname=ttf-bitstream-vera
-pkgver=1.10
-pkgrel=9
-pkgdesc=Bitstream vera fonts
-arch=('any')
-license=('custom')
-url='http://www-old.gnome.org/fonts/'
-depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-provides=('ttf-font')
-install=vera.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/1.10/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('bb22bd5b4675f5dbe17c6963d8c00ed6')
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  install -d ${pkgdir}/usr/share/fonts/TTF
-  install -m644 *.ttf ${pkgdir}/usr/share/fonts/TTF/
-  install -D -m644 COPYRIGHT.TXT 
${pkgdir}/usr/share/licenses/ttf-bitstream-vera/LICENSE
-}

Copied: ttf-bitstream-vera/repos/extra-any/PKGBUILD (from rev 215697, 
ttf-bitstream-vera/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-30 09:23:16 UTC (rev 215698)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Thayer Williams tha...@archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+
+pkgname=ttf-bitstream-vera
+pkgver=1.10
+pkgrel=10
+pkgdesc=Bitstream vera fonts
+arch=('any')
+license=('custom')
+url='http://www-old.gnome.org/fonts/'
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+provides=('ttf-font')
+install=vera.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/1.10/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('bb22bd5b4675f5dbe17c6963d8c00ed6')
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  install -d ${pkgdir}/usr/share/fonts/TTF
+  install -m644 *.ttf ${pkgdir}/usr/share/fonts/TTF/
+  install -D -m644 COPYRIGHT.TXT 
${pkgdir}/usr/share/licenses/ttf-bitstream-vera/LICENSE
+}

Deleted: vera.install
===
--- vera.install2014-06-30 09:22:45 UTC (rev 215697)
+++ vera.install2014-06-30 09:23:16 UTC (rev 215698)
@@ -1,15 +0,0 @@
-post_install() {
-  echo -n Updating font cache... 
-  fc-cache -f -s  /dev/null
-  mkfontscale /usr/share/fonts/TTF
-  mkfontdir /usr/share/fonts/TTF
-  echo done.
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: ttf-bitstream-vera/repos/extra-any/vera.install (from rev 215697, 
ttf-bitstream-vera/trunk/vera.install)
===
--- vera.install(rev 0)
+++ vera.install2014-06-30 09:23:16 UTC (rev 215698)
@@ -0,0 +1,15 @@
+post_install() {
+  echo -n Updating font cache... 
+  fc-cache -f -s  /dev/null
+  mkfontscale /usr/share/fonts/TTF
+  mkfontdir /usr/share/fonts/TTF
+  echo done.
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



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

2014-06-30 Thread Maxime Gauduin
Date: Monday, June 30, 2014 @ 11:24:56
  Author: alucryd
Revision: 113778

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-30 09:24:46 UTC (rev 113777)
+++ community-i686/PKGBUILD 2014-06-30 09:24:56 UTC (rev 113778)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: sl1pkn07 sl1pk...@gmail.com
-# Contributor: jackoneill cantabile.d...@gmail.com
-
-pkgname=vapoursynth
-pkgver=R23
-pkgrel=3
-pkgdesc='A video processing framework with the future in mind'
-arch=('i686' 'x86_64')
-url='http://www.vapoursynth.com/'
-license=('LGPL2.1' 'custom:OFL')
-depends=('ffmpeg' 'python' 'tesseract')
-makedepends=('cython' 'python-sphinx' 'waf' 'yasm')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz;)
-sha256sums=('d88efdcbbb8f898e85c005b0f8c8f0b74a94aa1fde542ba5c4d630bba6cdaa1f')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  waf configure --prefix='/usr' --docs='true' --examples='true'
-  waf $MAKEFLAGS build
-  python setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  waf install --destdir=${pkgdir}
-  python setup.py install --root=${pkgdir} --optimize='1'
-
-  install -dm 755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m 644 ofl.txt ${pkgdir}/usr/share/licenses/${pkgname}/
-}
-
-# vim: ts=2 sw=2 et:

Copied: vapoursynth/repos/community-i686/PKGBUILD (from rev 113777, 
vapoursynth/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-30 09:24:56 UTC (rev 113778)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: sl1pkn07 sl1pk...@gmail.com
+# Contributor: jackoneill cantabile.d...@gmail.com
+
+pkgname=vapoursynth
+pkgver=R23
+pkgrel=4
+pkgdesc='A video processing framework with the future in mind'
+arch=('i686' 'x86_64')
+url='http://www.vapoursynth.com/'
+license=('LGPL2.1' 'custom:OFL')
+depends=('ffmpeg' 'python' 'tesseract')
+makedepends=('cython' 'python-sphinx' 'waf' 'yasm')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz;)
+sha256sums=('d88efdcbbb8f898e85c005b0f8c8f0b74a94aa1fde542ba5c4d630bba6cdaa1f')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  waf configure --prefix='/usr' --docs='true' --examples='true'
+  waf $MAKEFLAGS build
+  python setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  waf install --destdir=${pkgdir}
+  python setup.py install --root=${pkgdir} --optimize='1'
+
+  install -dm 755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m 644 ofl.txt ${pkgdir}/usr/share/licenses/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-06-30 09:24:46 UTC (rev 113777)
+++ community-x86_64/PKGBUILD   2014-06-30 09:24:56 UTC (rev 113778)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: sl1pkn07 sl1pk...@gmail.com
-# Contributor: jackoneill cantabile.d...@gmail.com
-
-pkgname=vapoursynth
-pkgver=R23
-pkgrel=3
-pkgdesc='A video processing framework with the future in mind'
-arch=('i686' 'x86_64')
-url='http://www.vapoursynth.com/'
-license=('LGPL2.1' 'custom:OFL')
-depends=('ffmpeg' 'python' 'tesseract')
-makedepends=('cython' 'python-sphinx' 'waf' 'yasm')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz;)
-sha256sums=('d88efdcbbb8f898e85c005b0f8c8f0b74a94aa1fde542ba5c4d630bba6cdaa1f')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  waf configure --prefix='/usr' --docs='true' --examples='true'
-  waf $MAKEFLAGS build
-  python setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  waf install --destdir=${pkgdir}
-  python setup.py install --root=${pkgdir} --optimize='1'
-
-  install -dm 755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m 644 ofl.txt ${pkgdir}/usr/share/licenses/${pkgname}/
-}
-
-# vim: ts=2 sw=2 et:

Copied: vapoursynth/repos/community-x86_64/PKGBUILD (from rev 113777, 
vapoursynth/trunk/PKGBUILD)
===
--- 

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

2014-06-30 Thread Maxime Gauduin
Date: Monday, June 30, 2014 @ 11:24:46
  Author: alucryd
Revision: 113777

upgpkg: vapoursynth R23-4

Modified:
  vapoursynth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 09:17:14 UTC (rev 113776)
+++ PKGBUILD2014-06-30 09:24:46 UTC (rev 113777)
@@ -5,7 +5,7 @@
 
 pkgname=vapoursynth
 pkgver=R23
-pkgrel=3
+pkgrel=4
 pkgdesc='A video processing framework with the future in mind'
 arch=('i686' 'x86_64')
 url='http://www.vapoursynth.com/'



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

2014-06-30 Thread Felix Yan
Date: Monday, June 30, 2014 @ 11:25:52
  Author: fyan
Revision: 215700

archrelease: copy trunk to extra-any

Added:
  texi2html/repos/extra-any/PKGBUILD
(from rev 215699, texi2html/trunk/PKGBUILD)
  texi2html/repos/extra-any/texi2html.install
(from rev 215699, texi2html/trunk/texi2html.install)
Deleted:
  texi2html/repos/extra-any/PKGBUILD
  texi2html/repos/extra-any/texi2html.install

---+
 PKGBUILD  |   52 ++--
 texi2html.install |   40 
 2 files changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-30 09:25:21 UTC (rev 215699)
+++ PKGBUILD2014-06-30 09:25:52 UTC (rev 215700)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-
-pkgname=texi2html
-pkgver=5.0
-pkgrel=2
-pkgdesc=Converts texinfo documents to HTML
-arch=('any')
-url=http://www.nongnu.org/texi2html/;
-license=('GPL')
-depends=('perl')
-install=texi2html.install
-source=(http://download.savannah.gnu.org/releases/texi2html/$pkgname-$pkgver.tar.bz2;)
-md5sums=('f15ac876fcdc8be865b16535f480aa54')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir  install
-}

Copied: texi2html/repos/extra-any/PKGBUILD (from rev 215699, 
texi2html/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-30 09:25:52 UTC (rev 215700)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+
+pkgname=texi2html
+pkgver=5.0
+pkgrel=3
+pkgdesc=Converts texinfo documents to HTML
+arch=('any')
+url=http://www.nongnu.org/texi2html/;
+license=('GPL')
+depends=('perl')
+install=texi2html.install
+source=(http://download.savannah.gnu.org/releases/texi2html/$pkgname-$pkgver.tar.bz2;)
+md5sums=('f15ac876fcdc8be865b16535f480aa54')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir  install
+}

Deleted: texi2html.install
===
--- texi2html.install   2014-06-30 09:25:21 UTC (rev 215699)
+++ texi2html.install   2014-06-30 09:25:52 UTC (rev 215700)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(texi2html.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
-}

Copied: texi2html/repos/extra-any/texi2html.install (from rev 215699, 
texi2html/trunk/texi2html.install)
===
--- texi2html.install   (rev 0)
+++ texi2html.install   2014-06-30 09:25:52 UTC (rev 215700)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(texi2html.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
+}



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

2014-06-30 Thread Felix Yan
Date: Monday, June 30, 2014 @ 11:25:21
  Author: fyan
Revision: 215699

upgpkg: texi2html 5.0-3

mtree rebuild

Modified:
  texi2html/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 09:23:16 UTC (rev 215698)
+++ PKGBUILD2014-06-30 09:25:21 UTC (rev 215699)
@@ -4,7 +4,7 @@
 
 pkgname=texi2html
 pkgver=5.0
-pkgrel=2
+pkgrel=3
 pkgdesc=Converts texinfo documents to HTML
 arch=('any')
 url=http://www.nongnu.org/texi2html/;



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

2014-06-30 Thread Felix Yan
Date: Monday, June 30, 2014 @ 11:27:50
  Author: fyan
Revision: 215701

upgpkg: tclap 1.2.1-3

mtree rebuild

Modified:
  tclap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 09:25:52 UTC (rev 215700)
+++ PKGBUILD2014-06-30 09:27:50 UTC (rev 215701)
@@ -4,7 +4,7 @@
 
 pkgname=tclap
 pkgver=1.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc=A small, flexible library that provides a simple interface for 
defining and accessing command line arguments
 arch=('any')
 url=http://tclap.sourceforge.net/;



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

2014-06-30 Thread Felix Yan
Date: Monday, June 30, 2014 @ 11:28:23
  Author: fyan
Revision: 215702

archrelease: copy trunk to extra-any

Added:
  tclap/repos/extra-any/PKGBUILD
(from rev 215701, tclap/trunk/PKGBUILD)
Deleted:
  tclap/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-30 09:27:50 UTC (rev 215701)
+++ PKGBUILD2014-06-30 09:28:23 UTC (rev 215702)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Sébastien Piccand sebcactus gmail com
-
-pkgname=tclap
-pkgver=1.2.1
-pkgrel=2
-pkgdesc=A small, flexible library that provides a simple interface for 
defining and accessing command line arguments
-arch=('any')
-url=http://tclap.sourceforge.net/;
-license=('MIT')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('eb0521d029bf3b1cc0dcaa7e42abf82a')
-
-build() {
- cd ${srcdir}/${pkgname}-${pkgver}
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd ${srcdir}/${pkgname}-${pkgver}
- make DESTDIR=${pkgdir} install
- install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: tclap/repos/extra-any/PKGBUILD (from rev 215701, tclap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-30 09:28:23 UTC (rev 215702)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer:
+# Contributor: Sébastien Piccand sebcactus gmail com
+
+pkgname=tclap
+pkgver=1.2.1
+pkgrel=3
+pkgdesc=A small, flexible library that provides a simple interface for 
defining and accessing command line arguments
+arch=('any')
+url=http://tclap.sourceforge.net/;
+license=('MIT')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('eb0521d029bf3b1cc0dcaa7e42abf82a')
+
+build() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+ make DESTDIR=${pkgdir} install
+ install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



[arch-commits] Commit in w3c-mathml2/repos/extra-any (6 files)

2014-06-30 Thread Felix Yan
Date: Monday, June 30, 2014 @ 11:34:04
  Author: fyan
Revision: 215704

archrelease: copy trunk to extra-any

Added:
  w3c-mathml2/repos/extra-any/LICENSE
(from rev 215703, w3c-mathml2/trunk/LICENSE)
  w3c-mathml2/repos/extra-any/PKGBUILD
(from rev 215703, w3c-mathml2/trunk/PKGBUILD)
  w3c-mathml2/repos/extra-any/w3c-mathml2.install
(from rev 215703, w3c-mathml2/trunk/w3c-mathml2.install)
Deleted:
  w3c-mathml2/repos/extra-any/LICENSE
  w3c-mathml2/repos/extra-any/PKGBUILD
  w3c-mathml2/repos/extra-any/w3c-mathml2.install

-+
 LICENSE |   24 
 PKGBUILD|  138 +-
 w3c-mathml2.install |   30 +-
 3 files changed, 96 insertions(+), 96 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2014-06-30 09:33:26 UTC (rev 215703)
+++ LICENSE 2014-06-30 09:34:04 UTC (rev 215704)
@@ -1,12 +0,0 @@
- Copyright 1998-2000 World Wide Web Consortium
-(Massachusetts Institute of Technology, Institut National de
- Recherche en Informatique et en Automatique, Keio University).
- All Rights Reserved.
-
- Permission to use, copy, modify and distribute the XHTML 1.1 DTD and
- its accompanying documentation for any purpose and without fee is
- hereby granted in perpetuity, provided that the above copyright notice
- and this paragraph appear in all copies.  The copyright holders make
- no representation about the suitability of the DTD for any purpose.
-
- It is provided as is without expressed or implied warranty.

Copied: w3c-mathml2/repos/extra-any/LICENSE (from rev 215703, 
w3c-mathml2/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2014-06-30 09:34:04 UTC (rev 215704)
@@ -0,0 +1,12 @@
+ Copyright 1998-2000 World Wide Web Consortium
+(Massachusetts Institute of Technology, Institut National de
+ Recherche en Informatique et en Automatique, Keio University).
+ All Rights Reserved.
+
+ Permission to use, copy, modify and distribute the XHTML 1.1 DTD and
+ its accompanying documentation for any purpose and without fee is
+ hereby granted in perpetuity, provided that the above copyright notice
+ and this paragraph appear in all copies.  The copyright holders make
+ no representation about the suitability of the DTD for any purpose.
+
+ It is provided as is without expressed or implied warranty.

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-30 09:33:26 UTC (rev 215703)
+++ PKGBUILD2014-06-30 09:34:04 UTC (rev 215704)
@@ -1,69 +0,0 @@
-# $Id$
-# Contributor: Sylvain HENRY hsy...@gmail.com
-
-pkgname=w3c-mathml2
-pkgver=2.0
-pkgrel=3
-pkgdesc=MathML XML scheme
-arch=('any')
-url=http://www.w3.org/TR/MathML2/;
-license=('BSD')
-depends=('libxml2')
-install=w3c-mathml2.install
-source=(http://www.w3.org/TR/2001/REC-MathML2-20010221/dtd/mathml2.dtd
-http://www.w3.org/TR/2001/REC-MathML2-20010221/dtd/mathml2-qname-1.mod
-http://www.w3.org/TR/2001/REC-MathML2-20010221/dtd/isoamsa.ent
-http://www.w3.org/TR/2001/REC-MathML2-20010221/dtd/isoamsb.ent
-http://www.w3.org/TR/2001/REC-MathML2-20010221/dtd/isoamsc.ent
-http://www.w3.org/TR/2001/REC-MathML2-20010221/dtd/isoamsn.ent
-http://www.w3.org/TR/2001/REC-MathML2-20010221/dtd/isoamso.ent
-http://www.w3.org/TR/2001/REC-MathML2-20010221/dtd/isoamsr.ent
-http://www.w3.org/TR/2001/REC-MathML2-20010221/dtd/isogrk3.ent
-http://www.w3.org/TR/2001/REC-MathML2-20010221/dtd/isomfrk.ent
-http://www.w3.org/TR/2001/REC-MathML2-20010221/dtd/isomopf.ent
-http://www.w3.org/TR/2001/REC-MathML2-20010221/dtd/isomscr.ent
-http://www.w3.org/TR/2001/REC-MathML2-20010221/dtd/isotech.ent
-http://www.w3.org/TR/2001/REC-MathML2-20010221/dtd/isobox.ent
-http://www.w3.org/TR/2001/REC-MathML2-20010221/dtd/isocyr1.ent
-http://www.w3.org/TR/2001/REC-MathML2-20010221/dtd/isocyr2.ent
-http://www.w3.org/TR/2001/REC-MathML2-20010221/dtd/isodia.ent
-http://www.w3.org/TR/2001/REC-MathML2-20010221/dtd/isolat1.ent
-http://www.w3.org/TR/2001/REC-MathML2-20010221/dtd/isolat2.ent
-http://www.w3.org/TR/2001/REC-MathML2-20010221/dtd/isonum.ent
-http://www.w3.org/TR/2001/REC-MathML2-20010221/dtd/isopub.ent
-http://www.w3.org/TR/2001/REC-MathML2-20010221/dtd/mmlextra.ent
-http://www.w3.org/TR/2001/REC-MathML2-20010221/dtd/mmlalias.ent
-LICENSE)
-sha1sums=('51b7d6d9b4e4c2d97a8c8c78f956e8d8008e0a05'
-  '46dcb86eb3d3ea2634f3cd7995f8467671fd13e1'
-  '0b23ac89d360565d5a9ce344e04d76e375952374'
-  'a9cb01fb18e2c8be84672e71cd952c2e159de0d3'
-  

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

2014-06-30 Thread Felix Yan
Date: Monday, June 30, 2014 @ 11:33:26
  Author: fyan
Revision: 215703

upgpkg: w3c-mathml2 2.0-4

mtree rebuild

Modified:
  w3c-mathml2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 09:28:23 UTC (rev 215702)
+++ PKGBUILD2014-06-30 09:33:26 UTC (rev 215703)
@@ -3,7 +3,7 @@
 
 pkgname=w3c-mathml2
 pkgver=2.0
-pkgrel=3
+pkgrel=4
 pkgdesc=MathML XML scheme
 arch=('any')
 url=http://www.w3.org/TR/MathML2/;



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

2014-06-30 Thread Gaetan Bisson
Date: Monday, June 30, 2014 @ 12:17:58
  Author: bisson
Revision: 215705

rebuild for mtree support

Modified:
  anthy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 09:34:04 UTC (rev 215704)
+++ PKGBUILD2014-06-30 10:17:58 UTC (rev 215705)
@@ -6,7 +6,7 @@
 pkgname=anthy
 pkgver=9100h
 _filecode=37536
-pkgrel=3
+pkgrel=4
 pkgdesc='Hiragana text to Kana Kanji mixed text Japanese input method'
 arch=('i686' 'x86_64')
 url='http://sourceforge.jp/projects/anthy/'



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

2014-06-30 Thread Gaetan Bisson
Date: Monday, June 30, 2014 @ 12:18:10
  Author: bisson
Revision: 215706

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

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

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

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

Copied: anthy/repos/extra-i686/PKGBUILD (from rev 215705, anthy/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-30 10:18:10 UTC (rev 215706)
@@ -0,0 +1,26 @@
+# $Id$
+# Contributor: damir da...@archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=anthy
+pkgver=9100h
+_filecode=37536
+pkgrel=4
+pkgdesc='Hiragana text to Kana Kanji mixed text Japanese input method'
+arch=('i686' 'x86_64')
+url='http://sourceforge.jp/projects/anthy/'
+license=('LGPL' 'GPL')
+source=(http://dl.sourceforge.jp/anthy/${_filecode}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('bfea9e74e208c4b976b6bd7ac6784cd290c636fd')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr --sysconfdir=/etc
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make EMACS=emacs DESTDIR=${pkgdir} install
+}

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

Copied: anthy/repos/extra-x86_64/PKGBUILD (from rev 215705, 
anthy/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-06-30 10:18:10 UTC (rev 215706)
@@ -0,0 +1,26 @@
+# $Id$
+# Contributor: damir da...@archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=anthy
+pkgver=9100h
+_filecode=37536
+pkgrel=4
+pkgdesc='Hiragana text to Kana Kanji mixed text Japanese input method'
+arch=('i686' 'x86_64')
+url='http://sourceforge.jp/projects/anthy/'
+license=('LGPL' 'GPL')
+source=(http://dl.sourceforge.jp/anthy/${_filecode}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('bfea9e74e208c4b976b6bd7ac6784cd290c636fd')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr --sysconfdir=/etc
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make EMACS=emacs DESTDIR=${pkgdir} install
+}



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

2014-06-30 Thread Gaetan Bisson
Date: Monday, June 30, 2014 @ 12:25:37
  Author: bisson
Revision: 215708

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

Added:
  aspell-en/repos/extra-i686/PKGBUILD
(from rev 215707, aspell-en/trunk/PKGBUILD)
  aspell-en/repos/extra-x86_64/PKGBUILD
(from rev 215707, aspell-en/trunk/PKGBUILD)
Deleted:
  aspell-en/repos/extra-i686/PKGBUILD
  aspell-en/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-30 10:25:30 UTC (rev 215707)
+++ extra-i686/PKGBUILD 2014-06-30 10:25:37 UTC (rev 215708)
@@ -1,26 +0,0 @@
-# $Id$
-
-pkgname=aspell-en
-pkgver=7.1
-pkgrel=2
-pkgdesc=English dictionary for aspell
-arch=('i686' 'x86_64')
-url=http://aspell.net/;
-license=('custom')
-depends=('aspell')
-source=(ftp://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-$pkgver-0.tar.bz2)
-md5sums=('beba5e8f3afd3ed1644653bb685b2dfb')
-sha1sums=('d45ccda0c03e2a679c2936487ec851a1896b8150')
-
-build() {
-  cd $srcdir/aspell6-en-$pkgver-0
-  ./configure
-  make
-}
-
-package() {
-  cd $srcdir/aspell6-en-$pkgver-0
-  make DESTDIR=$pkgdir install
-
-  install -D -m644 Copyright $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: aspell-en/repos/extra-i686/PKGBUILD (from rev 215707, 
aspell-en/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-30 10:25:37 UTC (rev 215708)
@@ -0,0 +1,26 @@
+# $Id$
+
+pkgname=aspell-en
+pkgver=7.1
+pkgrel=3
+pkgdesc=English dictionary for aspell
+arch=('i686' 'x86_64')
+url=http://aspell.net/;
+license=('custom')
+depends=('aspell')
+source=(ftp://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-$pkgver-0.tar.bz2)
+md5sums=('beba5e8f3afd3ed1644653bb685b2dfb')
+sha1sums=('d45ccda0c03e2a679c2936487ec851a1896b8150')
+
+build() {
+  cd $srcdir/aspell6-en-$pkgver-0
+  ./configure
+  make
+}
+
+package() {
+  cd $srcdir/aspell6-en-$pkgver-0
+  make DESTDIR=$pkgdir install
+
+  install -D -m644 Copyright $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-30 10:25:30 UTC (rev 215707)
+++ extra-x86_64/PKGBUILD   2014-06-30 10:25:37 UTC (rev 215708)
@@ -1,26 +0,0 @@
-# $Id$
-
-pkgname=aspell-en
-pkgver=7.1
-pkgrel=2
-pkgdesc=English dictionary for aspell
-arch=('i686' 'x86_64')
-url=http://aspell.net/;
-license=('custom')
-depends=('aspell')
-source=(ftp://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-$pkgver-0.tar.bz2)
-md5sums=('beba5e8f3afd3ed1644653bb685b2dfb')
-sha1sums=('d45ccda0c03e2a679c2936487ec851a1896b8150')
-
-build() {
-  cd $srcdir/aspell6-en-$pkgver-0
-  ./configure
-  make
-}
-
-package() {
-  cd $srcdir/aspell6-en-$pkgver-0
-  make DESTDIR=$pkgdir install
-
-  install -D -m644 Copyright $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: aspell-en/repos/extra-x86_64/PKGBUILD (from rev 215707, 
aspell-en/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-06-30 10:25:37 UTC (rev 215708)
@@ -0,0 +1,26 @@
+# $Id$
+
+pkgname=aspell-en
+pkgver=7.1
+pkgrel=3
+pkgdesc=English dictionary for aspell
+arch=('i686' 'x86_64')
+url=http://aspell.net/;
+license=('custom')
+depends=('aspell')
+source=(ftp://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-$pkgver-0.tar.bz2)
+md5sums=('beba5e8f3afd3ed1644653bb685b2dfb')
+sha1sums=('d45ccda0c03e2a679c2936487ec851a1896b8150')
+
+build() {
+  cd $srcdir/aspell6-en-$pkgver-0
+  ./configure
+  make
+}
+
+package() {
+  cd $srcdir/aspell6-en-$pkgver-0
+  make DESTDIR=$pkgdir install
+
+  install -D -m644 Copyright $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}



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

2014-06-30 Thread Gaetan Bisson
Date: Monday, June 30, 2014 @ 12:25:30
  Author: bisson
Revision: 215707

rebuild for mtree support

Modified:
  aspell-en/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 10:18:10 UTC (rev 215706)
+++ PKGBUILD2014-06-30 10:25:30 UTC (rev 215707)
@@ -2,7 +2,7 @@
 
 pkgname=aspell-en
 pkgver=7.1
-pkgrel=2
+pkgrel=3
 pkgdesc=English dictionary for aspell
 arch=('i686' 'x86_64')
 url=http://aspell.net/;



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

2014-06-30 Thread Gaetan Bisson
Date: Monday, June 30, 2014 @ 12:27:52
  Author: bisson
Revision: 215709

rebuild for mtree support

Modified:
  djvulibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 10:25:37 UTC (rev 215708)
+++ PKGBUILD2014-06-30 10:27:52 UTC (rev 215709)
@@ -6,7 +6,7 @@
 pkgname=djvulibre
 pkgver=3.5.25.3
 _major=3.5.25
-pkgrel=1
+pkgrel=2
 pkgdesc=Suite to create, manipulate and view DjVu ('déjà vu') documents
 url='http://djvu.sourceforge.net/'
 arch=('i686' 'x86_64')



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

2014-06-30 Thread Gaetan Bisson
Date: Monday, June 30, 2014 @ 12:28:02
  Author: bisson
Revision: 215710

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

Added:
  djvulibre/repos/extra-i686/PKGBUILD
(from rev 215709, djvulibre/trunk/PKGBUILD)
  djvulibre/repos/extra-i686/git-fixes.patch
(from rev 215709, djvulibre/trunk/git-fixes.patch)
  djvulibre/repos/extra-i686/install
(from rev 215709, djvulibre/trunk/install)
  djvulibre/repos/extra-x86_64/PKGBUILD
(from rev 215709, djvulibre/trunk/PKGBUILD)
  djvulibre/repos/extra-x86_64/git-fixes.patch
(from rev 215709, djvulibre/trunk/git-fixes.patch)
  djvulibre/repos/extra-x86_64/install
(from rev 215709, djvulibre/trunk/install)
Deleted:
  djvulibre/repos/extra-i686/PKGBUILD
  djvulibre/repos/extra-i686/git-fixes.patch
  djvulibre/repos/extra-i686/install
  djvulibre/repos/extra-x86_64/PKGBUILD
  djvulibre/repos/extra-x86_64/git-fixes.patch
  djvulibre/repos/extra-x86_64/install

--+
 /PKGBUILD|   74 
 /git-fixes.patch | 3214 +
 /install |   26 
 extra-i686/PKGBUILD  |   37 
 extra-i686/git-fixes.patch   | 1607 
 extra-i686/install   |   13 
 extra-x86_64/PKGBUILD|   37 
 extra-x86_64/git-fixes.patch | 1607 
 extra-x86_64/install |   13 
 9 files changed, 3314 insertions(+), 3314 deletions(-)

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


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

2014-06-30 Thread Gaetan Bisson
Date: Monday, June 30, 2014 @ 12:33:53
  Author: bisson
Revision: 215711

rebuild for mtree support

Modified:
  font-bh-ttf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 10:28:02 UTC (rev 215710)
+++ PKGBUILD2014-06-30 10:33:53 UTC (rev 215711)
@@ -1,29 +1,29 @@
 # $Id$
-#Maintainer: Jan de Groot j...@archlinux.org
+#Maintainer: Gaetan Bisson bis...@archlinux.org
+#Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=font-bh-ttf
 pkgver=1.0.3
-pkgrel=1
-pkgdesc=X.org Luxi Truetype fonts
+pkgrel=2
+pkgdesc='X.org Luxi Truetype fonts'
+url='http://xorg.freedesktop.org/'
+license=('custom')
 arch=('any')
-url=http://xorg.freedesktop.org/;
-license=('custom')
 depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 
'fontconfig')
+source=(${url}/releases/individual/font/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('f42ebd527096011040a312e0f9cdf78d64177419')
+
 install=xfonts.install
-source=(${url}/releases/individual/font/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('e8ca58ea0d3726b94fe9f2c17344be60')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --with-fontdir=/usr/share/fonts/TTF
-  make
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr --with-fontdir=/usr/share/fonts/TTF
+   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  rm ${pkgdir}/usr/share/fonts/*/fonts.*
-
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   rm ${pkgdir}/usr/share/fonts/*/fonts.*
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
 }



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

2014-06-30 Thread Gaetan Bisson
Date: Monday, June 30, 2014 @ 12:33:58
  Author: bisson
Revision: 215712

archrelease: copy trunk to extra-any

Added:
  font-bh-ttf/repos/extra-any/PKGBUILD
(from rev 215711, font-bh-ttf/trunk/PKGBUILD)
  font-bh-ttf/repos/extra-any/xfonts.install
(from rev 215711, font-bh-ttf/trunk/xfonts.install)
Deleted:
  font-bh-ttf/repos/extra-any/PKGBUILD
  font-bh-ttf/repos/extra-any/xfonts.install

+
 PKGBUILD   |   58 +++
 xfonts.install |   30 ++--
 2 files changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-30 10:33:53 UTC (rev 215711)
+++ PKGBUILD2014-06-30 10:33:58 UTC (rev 215712)
@@ -1,29 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=font-bh-ttf
-pkgver=1.0.3
-pkgrel=1
-pkgdesc=X.org Luxi Truetype fonts
-arch=('any')
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 
'fontconfig')
-install=xfonts.install
-source=(${url}/releases/individual/font/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('e8ca58ea0d3726b94fe9f2c17344be60')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --with-fontdir=/usr/share/fonts/TTF
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  rm ${pkgdir}/usr/share/fonts/*/fonts.*
-
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: font-bh-ttf/repos/extra-any/PKGBUILD (from rev 215711, 
font-bh-ttf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-30 10:33:58 UTC (rev 215712)
@@ -0,0 +1,29 @@
+# $Id$
+#Maintainer: Gaetan Bisson bis...@archlinux.org
+#Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=font-bh-ttf
+pkgver=1.0.3
+pkgrel=2
+pkgdesc='X.org Luxi Truetype fonts'
+url='http://xorg.freedesktop.org/'
+license=('custom')
+arch=('any')
+depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 
'fontconfig')
+source=(${url}/releases/individual/font/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('f42ebd527096011040a312e0f9cdf78d64177419')
+
+install=xfonts.install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr --with-fontdir=/usr/share/fonts/TTF
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   rm ${pkgdir}/usr/share/fonts/*/fonts.*
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: xfonts.install
===
--- xfonts.install  2014-06-30 10:33:53 UTC (rev 215711)
+++ xfonts.install  2014-06-30 10:33:58 UTC (rev 215712)
@@ -1,15 +0,0 @@
-post_install() {
-  echo -n Updating font cache... 
-  fc-cache -f -s  /dev/null
-  mkfontscale /usr/share/fonts/TTF
-  mkfontdir /usr/share/fonts/TTF
-  echo done.
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: font-bh-ttf/repos/extra-any/xfonts.install (from rev 215711, 
font-bh-ttf/trunk/xfonts.install)
===
--- xfonts.install  (rev 0)
+++ xfonts.install  2014-06-30 10:33:58 UTC (rev 215712)
@@ -0,0 +1,15 @@
+post_install() {
+  echo -n Updating font cache... 
+  fc-cache -f -s  /dev/null
+  mkfontscale /usr/share/fonts/TTF
+  mkfontdir /usr/share/fonts/TTF
+  echo done.
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



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

2014-06-30 Thread Gaetan Bisson
Date: Monday, June 30, 2014 @ 12:35:16
  Author: bisson
Revision: 215713

rebuild for mtree support

Modified:
  gnugo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 10:33:58 UTC (rev 215712)
+++ PKGBUILD2014-06-30 10:35:16 UTC (rev 215713)
@@ -6,7 +6,7 @@
 
 pkgname=gnugo
 pkgver=3.8
-pkgrel=3
+pkgrel=4
 pkgdesc='Program that plays the game of Go'
 url='http://www.gnu.org/software/gnugo/'
 license=('GPL3' 'custom')



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

2014-06-30 Thread Gaetan Bisson
Date: Monday, June 30, 2014 @ 12:35:23
  Author: bisson
Revision: 215714

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

Added:
  gnugo/repos/extra-i686/LICENSE
(from rev 215713, gnugo/trunk/LICENSE)
  gnugo/repos/extra-i686/PKGBUILD
(from rev 215713, gnugo/trunk/PKGBUILD)
  gnugo/repos/extra-x86_64/LICENSE
(from rev 215713, gnugo/trunk/LICENSE)
  gnugo/repos/extra-x86_64/PKGBUILD
(from rev 215713, gnugo/trunk/PKGBUILD)
Deleted:
  gnugo/repos/extra-i686/LICENSE
  gnugo/repos/extra-i686/PKGBUILD
  gnugo/repos/extra-x86_64/LICENSE
  gnugo/repos/extra-x86_64/PKGBUILD

---+
 /LICENSE  |  140 
 /PKGBUILD |   62 +
 extra-i686/LICENSE|   70 
 extra-i686/PKGBUILD   |   31 --
 extra-x86_64/LICENSE  |   70 
 extra-x86_64/PKGBUILD |   31 --
 6 files changed, 202 insertions(+), 202 deletions(-)

Deleted: extra-i686/LICENSE
===
--- extra-i686/LICENSE  2014-06-30 10:35:16 UTC (rev 215713)
+++ extra-i686/LICENSE  2014-06-30 10:35:23 UTC (rev 215714)
@@ -1,70 +0,0 @@
-   Copyrights and License
-
-All files Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-2007, 2008 and 2009 by the Free Software Foundation except as noted below.
-
-All files are under the GNU General Public License, which may be
-found in the file COPYING, with the following exceptions.
-
-* The files interface/gtp.c and gtp.h are copyright 2001 by
-  the Free Software Foundation. In the interests of promoting 
-  the Go Text Protocol these two files are licensed under a less 
-  restrictive license than the GPL and are free for unrestricted use.
-  The GTP license appears in each file.
-
-* The files gmp.c and gmp.h are copyright Bill Shubert. These
-  are free for unrestricted use.
-
-* The files regression/golois/* and the tests vie.tst, connect.tst,
-  capture.tst and global.tst are copyright Tristan Cazenave and are
-  used with his permission
-
-* The SGF files in regression/games/handtalk are copyright Jessie Annala
-  and are used with permission.
-
-* The SGF files in regression/games/mertin13x13 are copyright Stefan
-  Mertin and are used with permission.
-
-* The remaining SGF files are either copyright by the FSF or are in
-  the public domain.
-
-
-/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *\
- * This is GNU Go, a Go program. Contact gn...@gnu.org, or see   *
- * http://www.gnu.org/software/gnugo/ for more information.  *
- *   *
- * To facilitate development of the Go Text Protocol, the two*
- * files gtp.c and gtp.h are licensed under less restrictive *
- * terms than the rest of GNU Go.*
- *   *
- * Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 and  *
- * 2009 by the Free Software Foundation. *
- *   *
- * Permission is hereby granted, free of charge, to any person   *
- * obtaining a copy of this file gtp.c, to deal in the Software  *
- * without restriction, including without limitation the rights  *
- * to use, copy, modify, merge, publish, distribute, and/or  *
- * sell copies of the Software, and to permit persons to whom*
- * the Software is furnished to do so, provided that the above   *
- * copyright notice(s) and this permission notice appear in all  *
- * copies of the Software and that both the above copyright  *
- * notice(s) and this permission notice appear in supporting *
- * documentation.*
- *   *
- * THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY *
- * KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE*
- * WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR   *
- * PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO  *
- * EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS  *
- * NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR*
- * CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING*
- * FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF*
- * CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT*
- * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS   *
- * SOFTWARE. *
- *   *
- * Except as contained in this notice, the name of a copyright   *
- * holder shall not be used in advertising or otherwise to   *
- * promote the sale, use or other dealings in this Software  *
- * without prior written authorization 

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

2014-06-30 Thread Gaetan Bisson
Date: Monday, June 30, 2014 @ 12:36:40
  Author: bisson
Revision: 215716

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

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

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

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

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

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

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



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

2014-06-30 Thread Gaetan Bisson
Date: Monday, June 30, 2014 @ 12:36:31
  Author: bisson
Revision: 215715

rebuild for mtree support

Modified:
  libcue/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 10:35:23 UTC (rev 215714)
+++ PKGBUILD2014-06-30 10:36:31 UTC (rev 215715)
@@ -1,10 +1,10 @@
 # $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org 
 # Contributor: said atvordhosbn[at]gmail[dot]com
-# Maintainer: Gaetan Bisson bis...@archlinux.org 
 
 pkgname=libcue
 pkgver=1.4.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Parses so-called cue sheets and handles the parsed data'
 url='http://sourceforge.net/projects/libcue/'
 arch=('i686' 'x86_64')



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

2014-06-30 Thread Gaetan Bisson
Date: Monday, June 30, 2014 @ 12:38:38
  Author: bisson
Revision: 215717

rebuild for mtree support

Modified:
  libdaemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 10:36:40 UTC (rev 215716)
+++ PKGBUILD2014-06-30 10:38:38 UTC (rev 215717)
@@ -6,7 +6,7 @@
 
 pkgname=libdaemon
 pkgver=0.14
-pkgrel=2
+pkgrel=3
 pkgdesc='Lightweight C library that eases the writing of UNIX daemons'
 url='http://0pointer.de/lennart/projects/libdaemon/'
 license=('LGPL')



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

2014-06-30 Thread Gaetan Bisson
Date: Monday, June 30, 2014 @ 12:38:46
  Author: bisson
Revision: 215718

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-30 10:38:38 UTC (rev 215717)
+++ extra-i686/PKGBUILD 2014-06-30 10:38:46 UTC (rev 215718)
@@ -1,27 +0,0 @@
-# $Id$
-# Contributor: Manolis Tzanidakis
-# Contributor: Mark Rosenstand m...@archlinux.org
-# Contributor: Thayer Williams tha...@archlinux.org
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=libdaemon
-pkgver=0.14
-pkgrel=2
-pkgdesc='Lightweight C library that eases the writing of UNIX daemons'
-url='http://0pointer.de/lennart/projects/libdaemon/'
-license=('LGPL')
-arch=('i686' 'x86_64')
-source=(http://0pointer.de/lennart/projects/libdaemon/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('78a4db58cf3a7a8906c35592434e37680ca83b8f')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr --localstatedir=/var --disable-lynx 
--disable-static
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}
-

Copied: libdaemon/repos/extra-i686/PKGBUILD (from rev 215717, 
libdaemon/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-30 10:38:46 UTC (rev 215718)
@@ -0,0 +1,27 @@
+# $Id$
+# Contributor: Manolis Tzanidakis
+# Contributor: Mark Rosenstand m...@archlinux.org
+# Contributor: Thayer Williams tha...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=libdaemon
+pkgver=0.14
+pkgrel=3
+pkgdesc='Lightweight C library that eases the writing of UNIX daemons'
+url='http://0pointer.de/lennart/projects/libdaemon/'
+license=('LGPL')
+arch=('i686' 'x86_64')
+source=(http://0pointer.de/lennart/projects/libdaemon/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('78a4db58cf3a7a8906c35592434e37680ca83b8f')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr --localstatedir=/var --disable-lynx
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-30 10:38:38 UTC (rev 215717)
+++ extra-x86_64/PKGBUILD   2014-06-30 10:38:46 UTC (rev 215718)
@@ -1,27 +0,0 @@
-# $Id$
-# Contributor: Manolis Tzanidakis
-# Contributor: Mark Rosenstand m...@archlinux.org
-# Contributor: Thayer Williams tha...@archlinux.org
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=libdaemon
-pkgver=0.14
-pkgrel=2
-pkgdesc='Lightweight C library that eases the writing of UNIX daemons'
-url='http://0pointer.de/lennart/projects/libdaemon/'
-license=('LGPL')
-arch=('i686' 'x86_64')
-source=(http://0pointer.de/lennart/projects/libdaemon/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('78a4db58cf3a7a8906c35592434e37680ca83b8f')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr --localstatedir=/var --disable-lynx 
--disable-static
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}
-

Copied: libdaemon/repos/extra-x86_64/PKGBUILD (from rev 215717, 
libdaemon/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-06-30 10:38:46 UTC (rev 215718)
@@ -0,0 +1,27 @@
+# $Id$
+# Contributor: Manolis Tzanidakis
+# Contributor: Mark Rosenstand m...@archlinux.org
+# Contributor: Thayer Williams tha...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=libdaemon
+pkgver=0.14
+pkgrel=3
+pkgdesc='Lightweight C library that eases the writing of UNIX daemons'
+url='http://0pointer.de/lennart/projects/libdaemon/'
+license=('LGPL')
+arch=('i686' 'x86_64')
+source=(http://0pointer.de/lennart/projects/libdaemon/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('78a4db58cf3a7a8906c35592434e37680ca83b8f')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr --localstatedir=/var --disable-lynx
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}
+



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

2014-06-30 Thread Gaetan Bisson
Date: Monday, June 30, 2014 @ 12:39:24
  Author: bisson
Revision: 215720

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-30 10:39:17 UTC (rev 215719)
+++ extra-i686/PKGBUILD 2014-06-30 10:39:24 UTC (rev 215720)
@@ -1,28 +0,0 @@
-# $Id$
-
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Kemka Andrey dr.an...@gmail.com
-
-pkgname=libguess
-pkgver=1.1
-pkgrel=2
-pkgdesc='High-speed character set detection library'
-url='http://atheme.org/project/libguess'
-license=('custom')
-depends=('libmowgli')
-arch=('i686' 'x86_64')
-source=(http://distfiles.atheme.org/libguess-${pkgver}.tar.gz;)
-sha1sums=('2760e63b71497506208f9d6269ec52f83bfc6f0b')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   sed 's/libmowgli = 0.9.50/libmowgli-2/g' -i configure
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -D COPYING ${pkgdir}/usr/share/licenses/libguess/COPYING
-}

Copied: libguess/repos/extra-i686/PKGBUILD (from rev 215719, 
libguess/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-30 10:39:24 UTC (rev 215720)
@@ -0,0 +1,32 @@
+# $Id$
+
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Kemka Andrey dr.an...@gmail.com
+
+pkgname=libguess
+pkgver=1.1
+pkgrel=3
+pkgdesc='High-speed character set detection library'
+url='http://atheme.org/projects/libguess.html'
+license=('custom')
+depends=('libmowgli')
+arch=('i686' 'x86_64')
+source=(http://distfiles.atheme.org/libguess-${pkgver}.tar.gz;)
+sha1sums=('2760e63b71497506208f9d6269ec52f83bfc6f0b')
+
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   sed 's/libmowgli = 0.9.50/libmowgli-2/g' -i configure
+}
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -D COPYING ${pkgdir}/usr/share/licenses/libguess/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-30 10:39:17 UTC (rev 215719)
+++ extra-x86_64/PKGBUILD   2014-06-30 10:39:24 UTC (rev 215720)
@@ -1,28 +0,0 @@
-# $Id$
-
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Kemka Andrey dr.an...@gmail.com
-
-pkgname=libguess
-pkgver=1.1
-pkgrel=2
-pkgdesc='High-speed character set detection library'
-url='http://atheme.org/project/libguess'
-license=('custom')
-depends=('libmowgli')
-arch=('i686' 'x86_64')
-source=(http://distfiles.atheme.org/libguess-${pkgver}.tar.gz;)
-sha1sums=('2760e63b71497506208f9d6269ec52f83bfc6f0b')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   sed 's/libmowgli = 0.9.50/libmowgli-2/g' -i configure
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -D COPYING ${pkgdir}/usr/share/licenses/libguess/COPYING
-}

Copied: libguess/repos/extra-x86_64/PKGBUILD (from rev 215719, 
libguess/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-06-30 10:39:24 UTC (rev 215720)
@@ -0,0 +1,32 @@
+# $Id$
+
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Kemka Andrey dr.an...@gmail.com
+
+pkgname=libguess
+pkgver=1.1
+pkgrel=3
+pkgdesc='High-speed character set detection library'
+url='http://atheme.org/projects/libguess.html'
+license=('custom')
+depends=('libmowgli')
+arch=('i686' 'x86_64')
+source=(http://distfiles.atheme.org/libguess-${pkgver}.tar.gz;)
+sha1sums=('2760e63b71497506208f9d6269ec52f83bfc6f0b')
+
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   sed 's/libmowgli = 0.9.50/libmowgli-2/g' -i configure
+}
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -D COPYING ${pkgdir}/usr/share/licenses/libguess/COPYING
+}



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

2014-06-30 Thread Gaetan Bisson
Date: Monday, June 30, 2014 @ 12:39:17
  Author: bisson
Revision: 215719

rebuild for mtree support

Modified:
  libguess/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 10:38:46 UTC (rev 215718)
+++ PKGBUILD2014-06-30 10:39:17 UTC (rev 215719)
@@ -5,9 +5,9 @@
 
 pkgname=libguess
 pkgver=1.1
-pkgrel=2
+pkgrel=3
 pkgdesc='High-speed character set detection library'
-url='http://atheme.org/project/libguess'
+url='http://atheme.org/projects/libguess.html'
 license=('custom')
 depends=('libmowgli')
 arch=('i686' 'x86_64')



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

2014-06-30 Thread Gaetan Bisson
Date: Monday, June 30, 2014 @ 12:40:06
  Author: bisson
Revision: 215721

rebuild for mtree support

Modified:
  libotf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 10:39:24 UTC (rev 215720)
+++ PKGBUILD2014-06-30 10:40:06 UTC (rev 215721)
@@ -4,7 +4,7 @@
 
 pkgname=libotf
 pkgver=0.9.13
-pkgrel=1
+pkgrel=2
 pkgdesc='OpenType Font library'
 url='http://www.nongnu.org/m17n/'
 license=('LGPL')



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

2014-06-30 Thread Gaetan Bisson
Date: Monday, June 30, 2014 @ 12:40:13
  Author: bisson
Revision: 215722

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-30 10:40:06 UTC (rev 215721)
+++ extra-i686/PKGBUILD 2014-06-30 10:40:13 UTC (rev 215722)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Ashish Shukla wahjava...@gmail.com
-
-pkgname=libotf
-pkgver=0.9.13
-pkgrel=1
-pkgdesc='OpenType Font library'
-url='http://www.nongnu.org/m17n/'
-license=('LGPL')
-arch=('i686' 'x86_64')
-depends=('libxaw' 'freetype2')
-source=(http://download.savannah.gnu.org/releases/m17n//${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('66bb81958f5f07ee1f8917d3cb7e359ae559d873')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr --disable-static
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: libotf/repos/extra-i686/PKGBUILD (from rev 215721, 
libotf/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-30 10:40:13 UTC (rev 215722)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Ashish Shukla wahjava...@gmail.com
+
+pkgname=libotf
+pkgver=0.9.13
+pkgrel=2
+pkgdesc='OpenType Font library'
+url='http://www.nongnu.org/m17n/'
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('libxaw' 'freetype2')
+source=(http://download.savannah.gnu.org/releases/m17n//${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('66bb81958f5f07ee1f8917d3cb7e359ae559d873')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-30 10:40:06 UTC (rev 215721)
+++ extra-x86_64/PKGBUILD   2014-06-30 10:40:13 UTC (rev 215722)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Ashish Shukla wahjava...@gmail.com
-
-pkgname=libotf
-pkgver=0.9.13
-pkgrel=1
-pkgdesc='OpenType Font library'
-url='http://www.nongnu.org/m17n/'
-license=('LGPL')
-arch=('i686' 'x86_64')
-depends=('libxaw' 'freetype2')
-source=(http://download.savannah.gnu.org/releases/m17n//${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('66bb81958f5f07ee1f8917d3cb7e359ae559d873')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr --disable-static
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: libotf/repos/extra-x86_64/PKGBUILD (from rev 215721, 
libotf/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-06-30 10:40:13 UTC (rev 215722)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Ashish Shukla wahjava...@gmail.com
+
+pkgname=libotf
+pkgver=0.9.13
+pkgrel=2
+pkgdesc='OpenType Font library'
+url='http://www.nongnu.org/m17n/'
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('libxaw' 'freetype2')
+source=(http://download.savannah.gnu.org/releases/m17n//${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('66bb81958f5f07ee1f8917d3cb7e359ae559d873')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}



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

2014-06-30 Thread Gaetan Bisson
Date: Monday, June 30, 2014 @ 12:43:27
  Author: bisson
Revision: 215723

rebuild for mtree support

Modified:
  potrace/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 10:40:13 UTC (rev 215722)
+++ PKGBUILD2014-06-30 10:43:27 UTC (rev 215723)
@@ -4,7 +4,7 @@
 
 pkgname=potrace
 pkgver=1.11
-pkgrel=1
+pkgrel=2
 pkgdesc='Utility for tracing a bitmap (input: PBM,PGM,PPM,BMP; output: 
EPS,PS,PDF,SVG,DXF,PGM,Gimppath,XFig)'
 url='http://potrace.sourceforge.net/'
 arch=('i686' 'x86_64')



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

2014-06-30 Thread Gaetan Bisson
Date: Monday, June 30, 2014 @ 12:43:34
  Author: bisson
Revision: 215724

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-30 10:43:27 UTC (rev 215723)
+++ extra-i686/PKGBUILD 2014-06-30 10:43:34 UTC (rev 215724)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Damir Perisa da...@archlinux.org
-
-pkgname=potrace
-pkgver=1.11
-pkgrel=1
-pkgdesc='Utility for tracing a bitmap (input: PBM,PGM,PPM,BMP; output: 
EPS,PS,PDF,SVG,DXF,PGM,Gimppath,XFig)'
-url='http://potrace.sourceforge.net/'
-arch=('i686' 'x86_64')
-license=('GPL')
-source=(http://potrace.sourceforge.net/download/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('7296baf27bf35298263cb3ed3df34a38fed0b441')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   ./configure \
-   --prefix=/usr \
-   --mandir=/usr/share/man \
-   --with-libpotrace \
-   --disable-static \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: potrace/repos/extra-i686/PKGBUILD (from rev 215723, 
potrace/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-30 10:43:34 UTC (rev 215724)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Damir Perisa da...@archlinux.org
+
+pkgname=potrace
+pkgver=1.11
+pkgrel=2
+pkgdesc='Utility for tracing a bitmap (input: PBM,PGM,PPM,BMP; output: 
EPS,PS,PDF,SVG,DXF,PGM,Gimppath,XFig)'
+url='http://potrace.sourceforge.net/'
+arch=('i686' 'x86_64')
+license=('GPL')
+source=(http://potrace.sourceforge.net/download/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('7296baf27bf35298263cb3ed3df34a38fed0b441')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure \
+   --prefix=/usr \
+   --mandir=/usr/share/man \
+   --with-libpotrace \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-30 10:43:27 UTC (rev 215723)
+++ extra-x86_64/PKGBUILD   2014-06-30 10:43:34 UTC (rev 215724)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Damir Perisa da...@archlinux.org
-
-pkgname=potrace
-pkgver=1.11
-pkgrel=1
-pkgdesc='Utility for tracing a bitmap (input: PBM,PGM,PPM,BMP; output: 
EPS,PS,PDF,SVG,DXF,PGM,Gimppath,XFig)'
-url='http://potrace.sourceforge.net/'
-arch=('i686' 'x86_64')
-license=('GPL')
-source=(http://potrace.sourceforge.net/download/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('7296baf27bf35298263cb3ed3df34a38fed0b441')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   ./configure \
-   --prefix=/usr \
-   --mandir=/usr/share/man \
-   --with-libpotrace \
-   --disable-static \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: potrace/repos/extra-x86_64/PKGBUILD (from rev 215723, 
potrace/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-06-30 10:43:34 UTC (rev 215724)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Damir Perisa da...@archlinux.org
+
+pkgname=potrace
+pkgver=1.11
+pkgrel=2
+pkgdesc='Utility for tracing a bitmap (input: PBM,PGM,PPM,BMP; output: 
EPS,PS,PDF,SVG,DXF,PGM,Gimppath,XFig)'
+url='http://potrace.sourceforge.net/'
+arch=('i686' 'x86_64')
+license=('GPL')
+source=(http://potrace.sourceforge.net/download/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('7296baf27bf35298263cb3ed3df34a38fed0b441')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure \
+   --prefix=/usr \
+   --mandir=/usr/share/man \
+   --with-libpotrace \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}



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

2014-06-30 Thread Gaetan Bisson
Date: Monday, June 30, 2014 @ 12:44:26
  Author: bisson
Revision: 215725

rebuild for mtree support

Modified:
  m17n-db/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 10:43:34 UTC (rev 215724)
+++ PKGBUILD2014-06-30 10:44:26 UTC (rev 215725)
@@ -4,7 +4,7 @@
 # Contributor: Camille Moncelier p...@devlife.org
 
 pkgname=m17n-db
-pkgver=1.6.4
+pkgver=1.6.5
 pkgrel=1
 pkgdesc='Multilingual text processing library (database)'
 url='http://www.nongnu.org/m17n/'
@@ -12,7 +12,7 @@
 license=('GPL')
 depends=('glibc') # not because of compiling, but because of 
/usr/share/i18n/charmaps/ files that glibc provides
 
source=(http://download.savannah.gnu.org/releases/m17n/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('756fd10b8d7fe66a14350443f307bcf95347c695')
+sha1sums=('39948b2b93d352d6b3a6760bfde40e1482baf864')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in m17n-db/repos/extra-any (PKGBUILD PKGBUILD)

2014-06-30 Thread Gaetan Bisson
Date: Monday, June 30, 2014 @ 12:44:31
  Author: bisson
Revision: 215726

archrelease: copy trunk to extra-any

Added:
  m17n-db/repos/extra-any/PKGBUILD
(from rev 215725, m17n-db/trunk/PKGBUILD)
Deleted:
  m17n-db/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-30 10:44:26 UTC (rev 215725)
+++ PKGBUILD2014-06-30 10:44:31 UTC (rev 215726)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: damir da...@archlinux.org
-# Contributor: Camille Moncelier p...@devlife.org
-
-pkgname=m17n-db
-pkgver=1.6.4
-pkgrel=1
-pkgdesc='Multilingual text processing library (database)'
-url='http://www.nongnu.org/m17n/'
-arch=('any')
-license=('GPL')
-depends=('glibc') # not because of compiling, but because of 
/usr/share/i18n/charmaps/ files that glibc provides
-source=(http://download.savannah.gnu.org/releases/m17n/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('756fd10b8d7fe66a14350443f307bcf95347c695')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: m17n-db/repos/extra-any/PKGBUILD (from rev 215725, 
m17n-db/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-30 10:44:31 UTC (rev 215726)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: damir da...@archlinux.org
+# Contributor: Camille Moncelier p...@devlife.org
+
+pkgname=m17n-db
+pkgver=1.6.5
+pkgrel=1
+pkgdesc='Multilingual text processing library (database)'
+url='http://www.nongnu.org/m17n/'
+arch=('any')
+license=('GPL')
+depends=('glibc') # not because of compiling, but because of 
/usr/share/i18n/charmaps/ files that glibc provides
+source=(http://download.savannah.gnu.org/releases/m17n/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('39948b2b93d352d6b3a6760bfde40e1482baf864')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}



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

2014-06-30 Thread Gaetan Bisson
Date: Monday, June 30, 2014 @ 12:45:25
  Author: bisson
Revision: 215728

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-30 10:45:18 UTC (rev 215727)
+++ extra-i686/PKGBUILD 2014-06-30 10:45:25 UTC (rev 215728)
@@ -1,26 +0,0 @@
-# $Id$
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=tinycdb
-pkgver=0.78
-pkgrel=1
-pkgdesc='Very fast and simple package for creating and reading constant data 
bases'
-url='http://www.corpit.ru/mjt/tinycdb.html'
-license=('custom')
-arch=('i686' 'x86_64')
-source=(http://www.corpit.ru/mjt/tinycdb/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('ade42ee1e7c56f66a63cb933206c089b9983adba')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   sed -e 's/all: static/all: shared/' -e '/libcdb.a/d' -i Makefile
-   make CFLAGS=${CFLAGS} LDFLAGS=${LDFLAGS}
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} prefix=/usr mandir=/usr/share/man \
-   INSTALLPROG=cdb-shared install-{all,sharedlib}
-   install -Dm644 debian/copyright 
${pkgdir}/usr/share/licenses/tinycdb/copyright
-}

Copied: tinycdb/repos/extra-i686/PKGBUILD (from rev 215727, 
tinycdb/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-30 10:45:25 UTC (rev 215728)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=tinycdb
+pkgver=0.78
+pkgrel=2
+pkgdesc='Very fast and simple package for creating and reading constant data 
bases'
+url='http://www.corpit.ru/mjt/tinycdb.html'
+license=('custom')
+arch=('i686' 'x86_64')
+source=(http://www.corpit.ru/mjt/tinycdb/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('ade42ee1e7c56f66a63cb933206c089b9983adba')
+
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   sed -e 's/all: static/all: shared/' -e '/libcdb.a/d' -i Makefile
+}
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make CFLAGS=${CFLAGS} LDFLAGS=${LDFLAGS}
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} prefix=/usr mandir=/usr/share/man \
+   INSTALLPROG=cdb-shared install-{all,sharedlib}
+   install -Dm644 debian/copyright 
${pkgdir}/usr/share/licenses/tinycdb/copyright
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-30 10:45:18 UTC (rev 215727)
+++ extra-x86_64/PKGBUILD   2014-06-30 10:45:25 UTC (rev 215728)
@@ -1,26 +0,0 @@
-# $Id$
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=tinycdb
-pkgver=0.78
-pkgrel=1
-pkgdesc='Very fast and simple package for creating and reading constant data 
bases'
-url='http://www.corpit.ru/mjt/tinycdb.html'
-license=('custom')
-arch=('i686' 'x86_64')
-source=(http://www.corpit.ru/mjt/tinycdb/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('ade42ee1e7c56f66a63cb933206c089b9983adba')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   sed -e 's/all: static/all: shared/' -e '/libcdb.a/d' -i Makefile
-   make CFLAGS=${CFLAGS} LDFLAGS=${LDFLAGS}
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} prefix=/usr mandir=/usr/share/man \
-   INSTALLPROG=cdb-shared install-{all,sharedlib}
-   install -Dm644 debian/copyright 
${pkgdir}/usr/share/licenses/tinycdb/copyright
-}

Copied: tinycdb/repos/extra-x86_64/PKGBUILD (from rev 215727, 
tinycdb/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-06-30 10:45:25 UTC (rev 215728)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=tinycdb
+pkgver=0.78
+pkgrel=2
+pkgdesc='Very fast and simple package for creating and reading constant data 
bases'
+url='http://www.corpit.ru/mjt/tinycdb.html'
+license=('custom')
+arch=('i686' 'x86_64')
+source=(http://www.corpit.ru/mjt/tinycdb/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('ade42ee1e7c56f66a63cb933206c089b9983adba')

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

2014-06-30 Thread Gaetan Bisson
Date: Monday, June 30, 2014 @ 12:45:18
  Author: bisson
Revision: 215727

rebuild for mtree support

Modified:
  tinycdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 10:44:31 UTC (rev 215726)
+++ PKGBUILD2014-06-30 10:45:18 UTC (rev 215727)
@@ -1,10 +1,10 @@
 # $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
 # Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname=tinycdb
 pkgver=0.78
-pkgrel=1
+pkgrel=2
 pkgdesc='Very fast and simple package for creating and reading constant data 
bases'
 url='http://www.corpit.ru/mjt/tinycdb.html'
 license=('custom')



[arch-commits] Commit in lzo2/trunk (PKGBUILD configure-2.07.patch)

2014-06-30 Thread Tobias Powalowski
Date: Monday, June 30, 2014 @ 12:50:46
  Author: tpowa
Revision: 215731

upgpkg: lzo2 2.08-1

bump to latest version

Modified:
  lzo2/trunk/PKGBUILD
Deleted:
  lzo2/trunk/configure-2.07.patch

--+
 PKGBUILD |   15 ---
 configure-2.07.patch |   12 
 2 files changed, 4 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 10:50:45 UTC (rev 215730)
+++ PKGBUILD2014-06-30 10:50:46 UTC (rev 215731)
@@ -2,23 +2,16 @@
 # Contributor: Low Kian Seong fastmail_...@speedymail.org
 # Maintainer: dorphell dorph...@archlinux.org
 pkgname=lzo2
-pkgver=2.07
-pkgrel=2
+pkgver=2.08
+pkgrel=1
 pkgdesc=Portable lossless data compression library
 arch=('i686' 'x86_64')
 url=http://www.oberhumer.com/opensource/lzo;
 license=('GPL')
 depends=('glibc')
-source=(http://www.oberhumer.com/opensource/lzo/download/lzo-${pkgver}.tar.gz
-configure-2.07.patch)
-md5sums=('4011935e95171e78ad4894f7335c982a'
- 'db3ead3fb5590275838d3080ea7342d1')
+source=(http://www.oberhumer.com/opensource/lzo/download/lzo-${pkgver}.tar.gz)
+md5sums=('fcec64c26a0f4f4901468f360029678f')
 
-prepare() {
-  cd ${srcdir}/lzo-${pkgver}
-  patch -Np0 -i ${srcdir}/configure-2.07.patch
-}
-
 build() {
   cd ${srcdir}/lzo-${pkgver}
   ./configure --prefix=/usr --enable-shared

Deleted: configure-2.07.patch
===
--- configure-2.07.patch2014-06-30 10:50:45 UTC (rev 215730)
+++ configure-2.07.patch2014-06-30 10:50:46 UTC (rev 215731)
@@ -1,12 +0,0 @@
 configure.ORIG  2014-06-25 15:47:13.0 +0200
-+++ configure   2014-06-26 00:05:33.0 +0200
-@@ -13953,7 +13953,7 @@
- /* end confdefs.h.  */
- #define LZO_CFG_NO_CONFIG_HEADER 1
- #define LZO_WANT_ACC_INCD_H 1
--#include include/lzo/lzodefs.h
-+#include include/lzo/lzoconf.h
- #include src/lzo_supp.h
-
- #undef  LZOCHK_ASSERT
-



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

2014-06-30 Thread Gaetan Bisson
Date: Monday, June 30, 2014 @ 12:50:29
  Author: bisson
Revision: 215729

rebuild for mtree support

Modified:
  tsocks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 10:45:25 UTC (rev 215728)
+++ PKGBUILD2014-06-30 10:50:29 UTC (rev 215729)
@@ -3,7 +3,7 @@
 
 pkgname=tsocks
 pkgver=1.8beta5
-pkgrel=6
+pkgrel=7
 pkgdesc='Transparent SOCKS proxying library'
 url='http://tsocks.sourceforge.net/'
 license=('GPL')



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

2014-06-30 Thread Gaetan Bisson
Date: Monday, June 30, 2014 @ 12:50:45
  Author: bisson
Revision: 215730

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-30 10:50:29 UTC (rev 215729)
+++ extra-i686/PKGBUILD 2014-06-30 10:50:45 UTC (rev 215730)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=tsocks
-pkgver=1.8beta5
-pkgrel=6
-pkgdesc='Transparent SOCKS proxying library'
-url='http://tsocks.sourceforge.net/'
-license=('GPL')
-arch=('i686' 'x86_64')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('489f88c5df999ba21b27cdaa7836d9426d062aec')
-
-build() {
-   cd ${srcdir}/${pkgname}-1.8
-   ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man 
--libdir=/usr/lib
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-1.8
-   make DESTDIR=${pkgdir} install
-   install -d ${pkgdir}/usr/share/${pkgname}
-   install -m644 tsocks.conf.{simple,complex}.example 
${pkgdir}/usr/share/${pkgname}
-}

Copied: tsocks/repos/extra-i686/PKGBUILD (from rev 215729, 
tsocks/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-30 10:50:45 UTC (rev 215730)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=tsocks
+pkgver=1.8beta5
+pkgrel=7
+pkgdesc='Transparent SOCKS proxying library'
+url='http://tsocks.sourceforge.net/'
+license=('GPL')
+arch=('i686' 'x86_64')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('489f88c5df999ba21b27cdaa7836d9426d062aec')
+
+build() {
+   cd ${srcdir}/${pkgname}-1.8
+   export CPPFLAGS=
+   ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man 
--libdir=/usr/lib
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-1.8
+   make DESTDIR=${pkgdir} install
+   install -d ${pkgdir}/usr/share/${pkgname}
+   install -m644 tsocks.conf.{simple,complex}.example 
${pkgdir}/usr/share/${pkgname}
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-30 10:50:29 UTC (rev 215729)
+++ extra-x86_64/PKGBUILD   2014-06-30 10:50:45 UTC (rev 215730)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=tsocks
-pkgver=1.8beta5
-pkgrel=6
-pkgdesc='Transparent SOCKS proxying library'
-url='http://tsocks.sourceforge.net/'
-license=('GPL')
-arch=('i686' 'x86_64')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('489f88c5df999ba21b27cdaa7836d9426d062aec')
-
-build() {
-   cd ${srcdir}/${pkgname}-1.8
-   ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man 
--libdir=/usr/lib
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-1.8
-   make DESTDIR=${pkgdir} install
-   install -d ${pkgdir}/usr/share/${pkgname}
-   install -m644 tsocks.conf.{simple,complex}.example 
${pkgdir}/usr/share/${pkgname}
-}

Copied: tsocks/repos/extra-x86_64/PKGBUILD (from rev 215729, 
tsocks/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-06-30 10:50:45 UTC (rev 215730)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=tsocks
+pkgver=1.8beta5
+pkgrel=7
+pkgdesc='Transparent SOCKS proxying library'
+url='http://tsocks.sourceforge.net/'
+license=('GPL')
+arch=('i686' 'x86_64')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('489f88c5df999ba21b27cdaa7836d9426d062aec')
+
+build() {
+   cd ${srcdir}/${pkgname}-1.8
+   export CPPFLAGS=
+   ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man 
--libdir=/usr/lib
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-1.8
+   make DESTDIR=${pkgdir} install
+   install -d ${pkgdir}/usr/share/${pkgname}
+   install -m644 tsocks.conf.{simple,complex}.example 
${pkgdir}/usr/share/${pkgname}
+}



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

2014-06-30 Thread Tobias Powalowski
Date: Monday, June 30, 2014 @ 12:50:55
  Author: tpowa
Revision: 215732

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

Added:
  lzo2/repos/testing-i686/
  lzo2/repos/testing-i686/PKGBUILD
(from rev 215731, lzo2/trunk/PKGBUILD)
  lzo2/repos/testing-x86_64/
  lzo2/repos/testing-x86_64/PKGBUILD
(from rev 215731, lzo2/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   40 
 testing-x86_64/PKGBUILD |   40 
 2 files changed, 80 insertions(+)

Copied: lzo2/repos/testing-i686/PKGBUILD (from rev 215731, lzo2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-30 10:50:55 UTC (rev 215732)
@@ -0,0 +1,40 @@
+# $Id$
+# Contributor: Low Kian Seong fastmail_...@speedymail.org
+# Maintainer: dorphell dorph...@archlinux.org
+pkgname=lzo2
+pkgver=2.08
+pkgrel=1
+pkgdesc=Portable lossless data compression library
+arch=('i686' 'x86_64')
+url=http://www.oberhumer.com/opensource/lzo;
+license=('GPL')
+depends=('glibc')
+source=(http://www.oberhumer.com/opensource/lzo/download/lzo-${pkgver}.tar.gz)
+md5sums=('fcec64c26a0f4f4901468f360029678f')
+
+build() {
+  cd ${srcdir}/lzo-${pkgver}
+  ./configure --prefix=/usr --enable-shared
+  make
+
+  # build minilzo
+  gcc $CFLAGS -fpic -Iinclude/lzo -o minilzo/minilzo.o -c minilzo/minilzo.c
+  gcc $LDFLAGS -shared -o libminilzo.so.0 -Wl,-soname,libminilzo.so.0 
minilzo/minilzo.o
+}
+
+check() {
+  cd ${srcdir}/lzo-${pkgver}
+  make test # Larger test
+  make check
+}
+
+package() {
+  cd ${srcdir}/lzo-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # install minilzo
+  install -m 755 libminilzo.so.0 ${pkgdir}/usr/lib
+  install -p -m 644 minilzo/minilzo.h ${pkgdir}/usr/include/lzo
+  cd ${pkgdir}/usr/lib
+  ln -s libminilzo.so.0 libminilzo.so
+}

Copied: lzo2/repos/testing-x86_64/PKGBUILD (from rev 215731, 
lzo2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-30 10:50:55 UTC (rev 215732)
@@ -0,0 +1,40 @@
+# $Id$
+# Contributor: Low Kian Seong fastmail_...@speedymail.org
+# Maintainer: dorphell dorph...@archlinux.org
+pkgname=lzo2
+pkgver=2.08
+pkgrel=1
+pkgdesc=Portable lossless data compression library
+arch=('i686' 'x86_64')
+url=http://www.oberhumer.com/opensource/lzo;
+license=('GPL')
+depends=('glibc')
+source=(http://www.oberhumer.com/opensource/lzo/download/lzo-${pkgver}.tar.gz)
+md5sums=('fcec64c26a0f4f4901468f360029678f')
+
+build() {
+  cd ${srcdir}/lzo-${pkgver}
+  ./configure --prefix=/usr --enable-shared
+  make
+
+  # build minilzo
+  gcc $CFLAGS -fpic -Iinclude/lzo -o minilzo/minilzo.o -c minilzo/minilzo.c
+  gcc $LDFLAGS -shared -o libminilzo.so.0 -Wl,-soname,libminilzo.so.0 
minilzo/minilzo.o
+}
+
+check() {
+  cd ${srcdir}/lzo-${pkgver}
+  make test # Larger test
+  make check
+}
+
+package() {
+  cd ${srcdir}/lzo-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # install minilzo
+  install -m 755 libminilzo.so.0 ${pkgdir}/usr/lib
+  install -p -m 644 minilzo/minilzo.h ${pkgdir}/usr/include/lzo
+  cd ${pkgdir}/usr/lib
+  ln -s libminilzo.so.0 libminilzo.so
+}



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

2014-06-30 Thread Gaetan Bisson
Date: Monday, June 30, 2014 @ 12:52:58
  Author: bisson
Revision: 215734

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-30 10:52:54 UTC (rev 215733)
+++ PKGBUILD2014-06-30 10:52:58 UTC (rev 215734)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Firmicus francois.archlinux.org 
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-
-pkgname=ttf-arphic-ukai
-pkgver=0.2.20080216.1
-pkgrel=3
-pkgdesc=Kaiti (brush stroke) unicode TTFonts
-arch=('any')
-url=http://www.freedesktop.org/wiki/Software/CJKUnifonts;
-license=('custom: Arphic Public_License')
-depends=('fontconfig' 'xorg-font-utils')
-install=ttf.install
-source=(http://us.archive.ubuntu.com/ubuntu/pool/main/t/ttf-arphic-ukai/ttf-arphic-ukai_${pkgver}.orig.tar.gz)
-md5sums=('4d3beb55db000bfedd18c9c7d6e631d8')
-
-package() {
-  cd ${srcdir}
-  install -D -m644 ukai.ttc ${pkgdir}/usr/share/fonts/TTF/ukai.ttc
-  install -D -m644 license/english/ARPHICPL.TXT 
${pkgdir}/usr/share/licenses/${pkgname}/ARPHICPL.TXT
-}

Copied: ttf-arphic-ukai/repos/extra-any/PKGBUILD (from rev 215733, 
ttf-arphic-ukai/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-30 10:52:58 UTC (rev 215734)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Firmicus francois.archlinux.org 
+
+pkgname=ttf-arphic-ukai
+pkgver=0.2.20080216.1
+pkgrel=4
+pkgdesc='CJK Unicode font Kaiti style'
+url='http://www.freedesktop.org/wiki/Software/CJKUnifonts'
+license=('custom:Arphic_Public_License')
+arch=('any')
+depends=('fontconfig' 'xorg-font-utils')
+source=(http://archive.ubuntu.com/ubuntu/pool/main/t/ttf-arphic-ukai/ttf-arphic-ukai_${pkgver}.orig.tar.gz;)
+sha1sums=('70f9489e7e15241c13d7eb6496a38736b49024e6')
+
+install=install
+
+package() {
+   cd ${srcdir}
+   install -D -m644 ukai.ttc ${pkgdir}/usr/share/fonts/TTF/ukai.ttc
+   install -D -m644 license/english/ARPHICPL.TXT 
${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Copied: ttf-arphic-ukai/repos/extra-any/install (from rev 215733, 
ttf-arphic-ukai/trunk/install)
===
--- install (rev 0)
+++ install 2014-06-30 10:52:58 UTC (rev 215734)
@@ -0,0 +1,15 @@
+post_install() {
+   echo -n Updating font cache... 
+   fc-cache -f  /dev/null
+   mkfontscale /usr/share/fonts/TTF
+   mkfontdir /usr/share/fonts/TTF
+   echo done.
+}
+
+post_upgrade() {
+   post_install $1
+}
+
+post_remove() {
+   post_install $1
+}

Deleted: ttf.install
===
--- ttf.install 2014-06-30 10:52:54 UTC (rev 215733)
+++ ttf.install 2014-06-30 10:52:58 UTC (rev 215734)
@@ -1,15 +0,0 @@
-post_install() {
-  echo -n Updating font cache... 
-  fc-cache -f  /dev/null
-  mkfontscale /usr/share/fonts/TTF
-  mkfontdir /usr/share/fonts/TTF
-  echo done.
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}



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

2014-06-30 Thread Gaetan Bisson
Date: Monday, June 30, 2014 @ 12:52:54
  Author: bisson
Revision: 215733

rebuild for mtree support

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

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 10:50:55 UTC (rev 215732)
+++ PKGBUILD2014-06-30 10:52:54 UTC (rev 215733)
@@ -1,22 +1,23 @@
 # $Id$
-# Maintainer:
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
 # Contributor: Firmicus francois.archlinux.org 
-# Contributor: Damir Perisa damir.per...@bluewin.ch
 
 pkgname=ttf-arphic-ukai
 pkgver=0.2.20080216.1
-pkgrel=3
-pkgdesc=Kaiti (brush stroke) unicode TTFonts
+pkgrel=4
+pkgdesc='CJK Unicode font Kaiti style'
+url='http://www.freedesktop.org/wiki/Software/CJKUnifonts'
+license=('custom:Arphic_Public_License')
 arch=('any')
-url=http://www.freedesktop.org/wiki/Software/CJKUnifonts;
-license=('custom: Arphic Public_License')
 depends=('fontconfig' 'xorg-font-utils')
-install=ttf.install
-source=(http://us.archive.ubuntu.com/ubuntu/pool/main/t/ttf-arphic-ukai/ttf-arphic-ukai_${pkgver}.orig.tar.gz)
-md5sums=('4d3beb55db000bfedd18c9c7d6e631d8')
+source=(http://archive.ubuntu.com/ubuntu/pool/main/t/ttf-arphic-ukai/ttf-arphic-ukai_${pkgver}.orig.tar.gz;)
+sha1sums=('70f9489e7e15241c13d7eb6496a38736b49024e6')
 
+install=install
+
 package() {
-  cd ${srcdir}
-  install -D -m644 ukai.ttc ${pkgdir}/usr/share/fonts/TTF/ukai.ttc
-  install -D -m644 license/english/ARPHICPL.TXT 
${pkgdir}/usr/share/licenses/${pkgname}/ARPHICPL.TXT
+   cd ${srcdir}
+   install -D -m644 ukai.ttc ${pkgdir}/usr/share/fonts/TTF/ukai.ttc
+   install -D -m644 license/english/ARPHICPL.TXT 
${pkgdir}/usr/share/licenses/${pkgname}/COPYING
 }

Copied: ttf-arphic-ukai/trunk/install (from rev 215704, 
ttf-arphic-ukai/trunk/ttf.install)
===
--- install (rev 0)
+++ install 2014-06-30 10:52:54 UTC (rev 215733)
@@ -0,0 +1,15 @@
+post_install() {
+   echo -n Updating font cache... 
+   fc-cache -f  /dev/null
+   mkfontscale /usr/share/fonts/TTF
+   mkfontdir /usr/share/fonts/TTF
+   echo done.
+}
+
+post_upgrade() {
+   post_install $1
+}
+
+post_remove() {
+   post_install $1
+}

Deleted: ttf.install
===
--- ttf.install 2014-06-30 10:50:55 UTC (rev 215732)
+++ ttf.install 2014-06-30 10:52:54 UTC (rev 215733)
@@ -1,15 +0,0 @@
-post_install() {
-  echo -n Updating font cache... 
-  fc-cache -f  /dev/null
-  mkfontscale /usr/share/fonts/TTF
-  mkfontdir /usr/share/fonts/TTF
-  echo done.
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}



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

2014-06-30 Thread Gaetan Bisson
Date: Monday, June 30, 2014 @ 12:59:54
  Author: bisson
Revision: 215735

rebuild for mtree support

Modified:
  ttf-arphic-uming/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 10:52:58 UTC (rev 215734)
+++ PKGBUILD2014-06-30 10:59:54 UTC (rev 215735)
@@ -1,11 +1,11 @@
 # $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
 # Contributor: Damir Perisa damir.per...@bluewin.ch
 # Contributor: Firmicus francois.archlinux.org 
-# Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname=ttf-arphic-uming
 pkgver=0.2.20080216.1
-pkgrel=3
+pkgrel=4
 pkgdesc='CJK Unicode font Ming style'
 url='http://www.freedesktop.org/wiki/Software/CJKUnifonts'
 license=('custom:Arphic_Public_License')



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

2014-06-30 Thread Gaetan Bisson
Date: Monday, June 30, 2014 @ 13:05:28
  Author: bisson
Revision: 215737

rebuild for mtree support

Modified:
  ttf-baekmuk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 11:00:05 UTC (rev 215736)
+++ PKGBUILD2014-06-30 11:05:28 UTC (rev 215737)
@@ -4,7 +4,7 @@
 
 pkgname=ttf-baekmuk
 pkgver=2.2
-pkgrel=7
+pkgrel=8
 pkgdesc='Korean fonts'
 url='http://kldp.net/projects/baekmuk/'
 license=('custom:BSD')



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

2014-06-30 Thread Gaetan Bisson
Date: Monday, June 30, 2014 @ 13:05:38
  Author: bisson
Revision: 215738

archrelease: copy trunk to extra-any

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

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

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

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

Deleted: install
===
--- install 2014-06-30 11:05:28 UTC (rev 215737)
+++ install 2014-06-30 11:05:38 UTC (rev 215738)
@@ -1,13 +0,0 @@
-post_install() {
-   post_upgrade
-}
-
-post_upgrade() {
-   fc-cache -fs
-   mkfontscale usr/share/fonts/TTF
-   mkfontdir usr/share/fonts/TTF
-}
-
-post_remove() {
-   post_upgrade
-}

Copied: ttf-baekmuk/repos/extra-any/install (from rev 215737, 
ttf-baekmuk/trunk/install)
===
--- install (rev 0)
+++ install 2014-06-30 11:05:38 UTC (rev 215738)
@@ -0,0 +1,13 @@
+post_install() {
+   post_upgrade
+}
+
+post_upgrade() {
+   fc-cache -fs
+   mkfontscale usr/share/fonts/TTF
+   mkfontdir usr/share/fonts/TTF
+}
+
+post_remove() {
+   post_upgrade
+}



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

2014-06-30 Thread Felix Yan
Date: Monday, June 30, 2014 @ 13:11:41
  Author: fyan
Revision: 215739

upgpkg: qhull 2012.1-3

mtree rebuild

Modified:
  qhull/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 11:05:38 UTC (rev 215738)
+++ PKGBUILD2014-06-30 11:11:41 UTC (rev 215739)
@@ -6,7 +6,7 @@
 
 pkgname=qhull
 pkgver=2012.1
-pkgrel=2
+pkgrel=3
 pkgdesc=A general dimension code for computing convex hulls and related 
structures
 arch=('i686' 'x86_64')
 url=http://www.qhull.org/;



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

2014-06-30 Thread Felix Yan
Date: Monday, June 30, 2014 @ 13:13:02
  Author: fyan
Revision: 215740

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-30 11:11:41 UTC (rev 215739)
+++ extra-i686/PKGBUILD 2014-06-30 11:13:02 UTC (rev 215740)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-# Contributor: Jason Taylor jftaylo...@gmail.com
-# Contributor: Darwin Bautista djclue...@gmail.com
-
-pkgname=qhull
-pkgver=2012.1
-pkgrel=2
-pkgdesc=A general dimension code for computing convex hulls and related 
structures
-arch=('i686' 'x86_64')
-url=http://www.qhull.org/;
-license=('custom')
-depends=('gcc-libs')
-makedepends=('cmake')
-options=('staticlibs')
-source=(http://www.qhull.org/download/$pkgname-$pkgver-src.tgz;)
-md5sums=('d0f978c0d8dfb2e919caefa56ea2953c')
-
-build() {
-  cd $pkgname-$pkgver
-
-  if [ ${CARCH} = x86_64 ]; then
-EXTRAOPTS=-DCMAKE_CXX_FLAGS=-fPIC -DCMAKE_C_FLAGS=-fPIC
-  fi
-
-  mkdir srcbuild
-  cd srcbuild
-  cmake -DCMAKE_INSTALL_PREFIX=/usr $EXTRAOPTS ..
-  make
-}
-
-package() { 
-  cd $pkgname-$pkgver/srcbuild
-
-  make DESTDIR=$pkgdir install
-
-  # Install license
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING.txt 
$pkgdir/usr/share/licenses/$pkgname/license.txt
-}

Copied: qhull/repos/extra-i686/PKGBUILD (from rev 215739, qhull/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-30 11:13:02 UTC (rev 215740)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+# Contributor: Jason Taylor jftaylo...@gmail.com
+# Contributor: Darwin Bautista djclue...@gmail.com
+
+pkgname=qhull
+pkgver=2012.1
+pkgrel=3
+pkgdesc=A general dimension code for computing convex hulls and related 
structures
+arch=('i686' 'x86_64')
+url=http://www.qhull.org/;
+license=('custom')
+depends=('gcc-libs')
+makedepends=('cmake')
+options=('staticlibs')
+source=(http://www.qhull.org/download/$pkgname-$pkgver-src.tgz;)
+md5sums=('d0f978c0d8dfb2e919caefa56ea2953c')
+
+build() {
+  cd $pkgname-$pkgver
+
+  if [ ${CARCH} = x86_64 ]; then
+EXTRAOPTS=-DCMAKE_CXX_FLAGS=-fPIC -DCMAKE_C_FLAGS=-fPIC
+  fi
+
+  mkdir srcbuild
+  cd srcbuild
+  cmake -DCMAKE_INSTALL_PREFIX=/usr $EXTRAOPTS ..
+  make
+}
+
+package() { 
+  cd $pkgname-$pkgver/srcbuild
+
+  make DESTDIR=$pkgdir install
+
+  # Install license
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING.txt 
$pkgdir/usr/share/licenses/$pkgname/license.txt
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-30 11:11:41 UTC (rev 215739)
+++ extra-x86_64/PKGBUILD   2014-06-30 11:13:02 UTC (rev 215740)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ron...@archlinux.org
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-# Contributor: Jason Taylor jftaylo...@gmail.com
-# Contributor: Darwin Bautista djclue...@gmail.com
-
-pkgname=qhull
-pkgver=2012.1
-pkgrel=2
-pkgdesc=A general dimension code for computing convex hulls and related 
structures
-arch=('i686' 'x86_64')
-url=http://www.qhull.org/;
-license=('custom')
-depends=('gcc-libs')
-makedepends=('cmake')
-options=('staticlibs')
-source=(http://www.qhull.org/download/$pkgname-$pkgver-src.tgz;)
-md5sums=('d0f978c0d8dfb2e919caefa56ea2953c')
-
-build() {
-  cd $pkgname-$pkgver
-
-  if [ ${CARCH} = x86_64 ]; then
-EXTRAOPTS=-DCMAKE_CXX_FLAGS=-fPIC -DCMAKE_C_FLAGS=-fPIC
-  fi
-
-  mkdir srcbuild
-  cd srcbuild
-  cmake -DCMAKE_INSTALL_PREFIX=/usr $EXTRAOPTS ..
-  make
-}
-
-package() { 
-  cd $pkgname-$pkgver/srcbuild
-
-  make DESTDIR=$pkgdir install
-
-  # Install license
-  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING.txt 
$pkgdir/usr/share/licenses/$pkgname/license.txt
-}

Copied: qhull/repos/extra-x86_64/PKGBUILD (from rev 215739, 
qhull/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-06-30 11:13:02 UTC (rev 215740)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ronald van Haren ron...@archlinux.org
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+# Contributor: 

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

2014-06-30 Thread Gaetan Bisson
Date: Monday, June 30, 2014 @ 13:17:51
  Author: bisson
Revision: 215741

rebuild for mtree support

Modified:
  ttf-freefont/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 11:13:02 UTC (rev 215740)
+++ PKGBUILD2014-06-30 11:17:51 UTC (rev 215741)
@@ -1,11 +1,11 @@
 # $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
 # Contributor: Andrea Scarpino and...@archlinux.org
 # Contributor: Giovanni Scafora giova...@archlinux.org
-# Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname=ttf-freefont
 pkgver=20120503
-pkgrel=2
+pkgrel=3
 pkgdesc='Set of free outline fonts covering the Unicode character set'
 url='http://www.nongnu.org/freefont/'
 license=('GPL')



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

2014-06-30 Thread Gaetan Bisson
Date: Monday, June 30, 2014 @ 13:18:03
  Author: bisson
Revision: 215742

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |   54 +++---
 install  |   28 ++--
 2 files changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-30 11:17:51 UTC (rev 215741)
+++ PKGBUILD2014-06-30 11:18:03 UTC (rev 215742)
@@ -1,27 +0,0 @@
-# $Id$
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=ttf-freefont
-pkgver=20120503
-pkgrel=2
-pkgdesc='Set of free outline fonts covering the Unicode character set'
-url='http://www.nongnu.org/freefont/'
-license=('GPL')
-arch=('any')
-depends=('fontconfig' 'xorg-font-utils')
-provides=('ttf-font')
-source=(http://ftp.gnu.org/gnu/freefont/freefont-ttf-${pkgver}.zip;
-'conf.avail')
-sha1sums=('46179a6f3469b386f6569fc61913314ba79aadac'
-  '11bbd7e1be9ce310917642cf7ee589d4433383e0')
-
-install=install
-
-package() {
-   cd ${srcdir}/freefont-${pkgver}
-   install -d ${pkgdir}/usr/share/fonts/TTF
-   install -m644 *.ttf ${pkgdir}/usr/share/fonts/TTF
-   install -Dm644 ../conf.avail 
${pkgdir}/etc/fonts/conf.avail/69-freefont.conf
-}

Copied: ttf-freefont/repos/extra-any/PKGBUILD (from rev 215741, 
ttf-freefont/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-30 11:18:03 UTC (rev 215742)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+pkgname=ttf-freefont
+pkgver=20120503
+pkgrel=3
+pkgdesc='Set of free outline fonts covering the Unicode character set'
+url='http://www.nongnu.org/freefont/'
+license=('GPL')
+arch=('any')
+depends=('fontconfig' 'xorg-font-utils')
+provides=('ttf-font')
+source=(http://ftp.gnu.org/gnu/freefont/freefont-ttf-${pkgver}.zip;
+'conf.avail')
+sha1sums=('46179a6f3469b386f6569fc61913314ba79aadac'
+  '11bbd7e1be9ce310917642cf7ee589d4433383e0')
+
+install=install
+
+package() {
+   cd ${srcdir}/freefont-${pkgver}
+   install -d ${pkgdir}/usr/share/fonts/TTF
+   install -m644 *.ttf ${pkgdir}/usr/share/fonts/TTF
+   install -Dm644 ../conf.avail 
${pkgdir}/etc/fonts/conf.avail/69-freefont.conf
+}

Deleted: conf.avail
===
(Binary files differ)

Copied: ttf-freefont/repos/extra-any/conf.avail (from rev 215741, 
ttf-freefont/trunk/conf.avail)
===
(Binary files differ)

Deleted: install
===
--- install 2014-06-30 11:17:51 UTC (rev 215741)
+++ install 2014-06-30 11:18:03 UTC (rev 215742)
@@ -1,14 +0,0 @@
-post_install() {
-   fc-cache -f  /dev/null
-   mkfontscale /usr/share/fonts/TTF
-   mkfontdir /usr/share/fonts/TTF
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}
-

Copied: ttf-freefont/repos/extra-any/install (from rev 215741, 
ttf-freefont/trunk/install)
===
--- install (rev 0)
+++ install 2014-06-30 11:18:03 UTC (rev 215742)
@@ -0,0 +1,14 @@
+post_install() {
+   fc-cache -f  /dev/null
+   mkfontscale /usr/share/fonts/TTF
+   mkfontdir /usr/share/fonts/TTF
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}
+



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

2014-06-30 Thread Felix Yan
Date: Monday, June 30, 2014 @ 13:22:37
  Author: fyan
Revision: 215743

upgpkg: qtscriptgenerator 0.2.0-3

mtree rebuild

Modified:
  qtscriptgenerator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 11:18:03 UTC (rev 215742)
+++ PKGBUILD2014-06-30 11:22:37 UTC (rev 215743)
@@ -3,7 +3,7 @@
 
 pkgname=qtscriptgenerator
 pkgver=0.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc=A tool that generates Qt bindings for Qt Script
 arch=(i686 x86_64)
 url=https://code.google.com/p/qtscriptgenerator/;



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

2014-06-30 Thread Gaetan Bisson
Date: Monday, June 30, 2014 @ 13:23:39
  Author: bisson
Revision: 215745

archrelease: copy trunk to extra-any

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

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

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

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

Deleted: README
===
--- README  2014-06-30 11:23:33 UTC (rev 215744)
+++ README  2014-06-30 11:23:39 UTC (rev 215745)
@@ -1,7 +0,0 @@
-Complete licensing information is embedded in the TTF files; most importantly:
-
-   Chỉ được dùng riêng, tuyệt đối không được dùng để kinh doanh  vụ lợi
-
-Loose translation:
-
-   For non-commercial, non-profit, personal use only.

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

Deleted: install
===
--- install 2014-06-30 11:23:33 UTC (rev 215744)
+++ install 2014-06-30 11:23:39 UTC (rev 215745)
@@ -1,13 +0,0 @@
-post_install() {
-   post_upgrade
-}
-
-post_upgrade() {
-   fc-cache -fs
-   mkfontscale usr/share/fonts/TTF
-   mkfontdir usr/share/fonts/TTF
-}
-
-post_remove() {
-   post_upgrade
-}

Copied: ttf-hannom/repos/extra-any/install (from rev 215744, 
ttf-hannom/trunk/install)
===
--- install (rev 0)
+++ install 2014-06-30 11:23:39 UTC (rev 215745)
@@ -0,0 +1,13 @@
+post_install() {
+   post_upgrade
+}
+
+post_upgrade() {
+   fc-cache -fs
+   mkfontscale usr/share/fonts/TTF
+   mkfontdir usr/share/fonts/TTF
+}
+
+post_remove() {
+   post_upgrade
+}



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

2014-06-30 Thread Gaetan Bisson
Date: Monday, June 30, 2014 @ 13:23:33
  Author: bisson
Revision: 215744

rebuild for mtree support

Modified:
  ttf-hannom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 11:22:37 UTC (rev 215743)
+++ PKGBUILD2014-06-30 11:23:33 UTC (rev 215744)
@@ -4,7 +4,7 @@
 
 pkgname=ttf-hannom
 pkgver=2005
-pkgrel=2
+pkgrel=3
 pkgdesc='Chinese and Vietnamese TrueType fonts'
 url='http://vietunicode.sourceforge.net/fonts/fonts_hannom.html'
 license=('custom:non-profit')



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

2014-06-30 Thread Felix Yan
Date: Monday, June 30, 2014 @ 13:24:04
  Author: fyan
Revision: 215746

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

Added:
  qtscriptgenerator/repos/extra-i686/PKGBUILD
(from rev 215743, qtscriptgenerator/trunk/PKGBUILD)
  qtscriptgenerator/repos/extra-i686/no-phonon.patch
(from rev 215743, qtscriptgenerator/trunk/no-phonon.patch)
  qtscriptgenerator/repos/extra-i686/phonon.patch
(from rev 215743, qtscriptgenerator/trunk/phonon.patch)
  qtscriptgenerator/repos/extra-x86_64/PKGBUILD
(from rev 215743, qtscriptgenerator/trunk/PKGBUILD)
  qtscriptgenerator/repos/extra-x86_64/no-phonon.patch
(from rev 215744, qtscriptgenerator/trunk/no-phonon.patch)
  qtscriptgenerator/repos/extra-x86_64/phonon.patch
(from rev 215745, qtscriptgenerator/trunk/phonon.patch)
Deleted:
  qtscriptgenerator/repos/extra-i686/PKGBUILD
  qtscriptgenerator/repos/extra-i686/no-phonon.patch
  qtscriptgenerator/repos/extra-i686/phonon.patch
  qtscriptgenerator/repos/extra-x86_64/PKGBUILD
  qtscriptgenerator/repos/extra-x86_64/no-phonon.patch
  qtscriptgenerator/repos/extra-x86_64/phonon.patch

--+
 /PKGBUILD|   88 +
 /no-phonon.patch |   68 ++
 /phonon.patch|  122 +
 extra-i686/PKGBUILD  |   44 --
 extra-i686/no-phonon.patch   |   34 ---
 extra-i686/phonon.patch  |   61 
 extra-x86_64/PKGBUILD|   44 --
 extra-x86_64/no-phonon.patch |   34 ---
 extra-x86_64/phonon.patch|   61 
 9 files changed, 278 insertions(+), 278 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-30 11:23:39 UTC (rev 215745)
+++ extra-i686/PKGBUILD 2014-06-30 11:24:04 UTC (rev 215746)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-
-pkgname=qtscriptgenerator
-pkgver=0.2.0
-pkgrel=2
-pkgdesc=A tool that generates Qt bindings for Qt Script
-arch=(i686 x86_64)
-url=https://code.google.com/p/qtscriptgenerator/;
-license=('GPL')
-depends=('qtwebkit')
-makedepends=('pkgconfig' 'mesa')
-source=(https://qtscriptgenerator.googlecode.com/files/${pkgname}-src-${pkgver}.tar.gz;
-'phonon.patch'
-'no-phonon.patch')
-sha1sums=('4c1078f26b196156e857c17c9d11a66cfea66f00'
-  'cca1cd546628a10a91475a82fe12ad2e4066a7d0'
-  'c50b26e6504f5c981a916860d9c3929e436e1067')
-
-build() {
-  cd $pkgname-src-$pkgver
-
-  patch -p1 -i ${srcdir}/phonon.patch
-  patch -p1 -i ${srcdir}/no-phonon.patch
-
-  # prepare plugins
-  cd generator
-  qmake-qt4
-  make
-  QTDIR=/usr ./generator --include-paths=/usr/include/qt4
-
-  # build plugins
-  cd ../qtbindings
-  qmake-qt4
-  make
-}
-
-package() {
-  cd $pkgname-src-$pkgver/qtbindings
-  # move plugins to correct directory
-  install -d ${pkgdir}/usr/lib/qt4/plugins/script
-  cp -a ${srcdir}/$pkgname-src-$pkgver/plugins/script/* \
-${pkgdir}/usr/lib/qt4/plugins/script/
-}

Copied: qtscriptgenerator/repos/extra-i686/PKGBUILD (from rev 215743, 
qtscriptgenerator/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-30 11:24:04 UTC (rev 215746)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=qtscriptgenerator
+pkgver=0.2.0
+pkgrel=3
+pkgdesc=A tool that generates Qt bindings for Qt Script
+arch=(i686 x86_64)
+url=https://code.google.com/p/qtscriptgenerator/;
+license=('GPL')
+depends=('qtwebkit')
+makedepends=('pkgconfig' 'mesa')
+source=(https://qtscriptgenerator.googlecode.com/files/${pkgname}-src-${pkgver}.tar.gz;
+'phonon.patch'
+'no-phonon.patch')
+sha1sums=('4c1078f26b196156e857c17c9d11a66cfea66f00'
+  'cca1cd546628a10a91475a82fe12ad2e4066a7d0'
+  'c50b26e6504f5c981a916860d9c3929e436e1067')
+
+build() {
+  cd $pkgname-src-$pkgver
+
+  patch -p1 -i ${srcdir}/phonon.patch
+  patch -p1 -i ${srcdir}/no-phonon.patch
+
+  # prepare plugins
+  cd generator
+  qmake-qt4
+  make
+  QTDIR=/usr ./generator --include-paths=/usr/include/qt4
+
+  # build plugins
+  cd ../qtbindings
+  qmake-qt4
+  make
+}
+
+package() {
+  cd $pkgname-src-$pkgver/qtbindings
+  # move plugins to correct directory
+  install -d ${pkgdir}/usr/lib/qt4/plugins/script
+  cp -a ${srcdir}/$pkgname-src-$pkgver/plugins/script/* \
+${pkgdir}/usr/lib/qt4/plugins/script/
+}

Deleted: extra-i686/no-phonon.patch
===
--- extra-i686/no-phonon.patch  2014-06-30 11:23:39 UTC (rev 215745)
+++ extra-i686/no-phonon.patch  2014-06-30 11:24:04 UTC (rev 215746)
@@ -1,34 +0,0 @@
-diff -up qtscriptgenerator-src-0.1.0/generator/build_all.txt.no_phonon 

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

2014-06-30 Thread Gaetan Bisson
Date: Monday, June 30, 2014 @ 13:24:40
  Author: bisson
Revision: 215747

update url

Modified:
  unzip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 11:24:04 UTC (rev 215746)
+++ PKGBUILD2014-06-30 11:24:40 UTC (rev 215747)
@@ -8,7 +8,7 @@
 _pkgver=${pkgver/./}
 pkgrel=7
 pkgdesc='For extracting and viewing files in .zip archives'
-url='http://www.info-zip.org/'
+url='http://www.info-zip.org/UnZip.html'
 arch=('i686' 'x86_64')
 license=('custom')
 depends=('bzip2' 'bash')



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

2014-06-30 Thread Gaetan Bisson
Date: Monday, June 30, 2014 @ 13:29:59
  Author: bisson
Revision: 215748

make more generic

Modified:
  unzip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 11:24:40 UTC (rev 215747)
+++ PKGBUILD2014-06-30 11:29:59 UTC (rev 215748)
@@ -37,5 +37,5 @@
 package() {
cd ${srcdir}/${pkgname}${_pkgver}
make -f unix/Makefile prefix=${pkgdir}/usr install
-   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/unzip/LICENSE
+   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }



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

2014-06-30 Thread Felix Yan
Date: Monday, June 30, 2014 @ 13:31:16
  Author: fyan
Revision: 215749

upgpkg: lzop 1.03-3

mtree rebuild

Modified:
  lzop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 11:29:59 UTC (rev 215748)
+++ PKGBUILD2014-06-30 11:31:16 UTC (rev 215749)
@@ -4,7 +4,7 @@
 
 pkgname=lzop
 pkgver=1.03
-pkgrel=2
+pkgrel=3
 pkgdesc=File compressor using lzo lib
 arch=('i686' 'x86_64')
 license=('GPL')



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

2014-06-30 Thread Felix Yan
Date: Monday, June 30, 2014 @ 13:32:13
  Author: fyan
Revision: 215750

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-30 11:31:16 UTC (rev 215749)
+++ extra-i686/PKGBUILD 2014-06-30 11:32:13 UTC (rev 215750)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-
-pkgname=lzop
-pkgver=1.03
-pkgrel=2
-pkgdesc=File compressor using lzo lib
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.lzop.org/;
-depends=('lzo2')
-source=(http://www.lzop.org/download/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('006c5e27fb78cdd14a628fdfa5aa1905')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: lzop/repos/extra-i686/PKGBUILD (from rev 215749, lzop/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-30 11:32:13 UTC (rev 215750)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer:
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+
+pkgname=lzop
+pkgver=1.03
+pkgrel=3
+pkgdesc=File compressor using lzo lib
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.lzop.org/;
+depends=('lzo2')
+source=(http://www.lzop.org/download/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('006c5e27fb78cdd14a628fdfa5aa1905')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-30 11:31:16 UTC (rev 215749)
+++ extra-x86_64/PKGBUILD   2014-06-30 11:32:13 UTC (rev 215750)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-
-pkgname=lzop
-pkgver=1.03
-pkgrel=2
-pkgdesc=File compressor using lzo lib
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.lzop.org/;
-depends=('lzo2')
-source=(http://www.lzop.org/download/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('006c5e27fb78cdd14a628fdfa5aa1905')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: lzop/repos/extra-x86_64/PKGBUILD (from rev 215749, lzop/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-06-30 11:32:13 UTC (rev 215750)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer:
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+
+pkgname=lzop
+pkgver=1.03
+pkgrel=3
+pkgdesc=File compressor using lzo lib
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.lzop.org/;
+depends=('lzo2')
+source=(http://www.lzop.org/download/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('006c5e27fb78cdd14a628fdfa5aa1905')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2014-06-30 Thread Gaetan Bisson
Date: Monday, June 30, 2014 @ 13:38:33
  Author: bisson
Revision: 215752

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  267 ++---
 install  |   30 +++---
 2 files changed, 150 insertions(+), 147 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-30 11:38:29 UTC (rev 215751)
+++ PKGBUILD2014-06-30 11:38:33 UTC (rev 215752)
@@ -1,132 +0,0 @@
-# $Id$
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Firmicus francois.archlinux.org 
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=ttf-freebanglafont
-pkgver=20121025
-pkgrel=1
-pkgdesc='Bengali fonts'
-url='http://www.ekushey.org/'
-license=('GPL')
-arch=('any')
-depends=('xorg-fonts-encodings' 'xorg-font-utils' 'fontconfig')
-
-install=install
-
-package() {
-   cd ${srcdir}
-   for i in *.ttf; do
-   install -Dm644 ${i} ${pkgdir}/usr/share/fonts/TTF/${i}.ttf
-   done
-}
-
-_fonts=('solaimanlipi'
-'rupali'
-'ekushey_lohit'
-'ekushey_sharifa'
-'ekushey-punarbhaba'
-'ekushey_sumit'
-'ekushey-durga'
-'ekushey_Saraswatii'
-'ekushey_puja'
-'ekushey_azad'
-'ekushey_godhuli'
-'ekushey_mohua'
-'16-december'
-'amar-bangla'
-'amar-desh'
-'bangla-kolom'
-'buriganga'
-'ekushey-bangla'
-'ekushey-kolom'
-'ekushey-sumon'
-'ghorautra'
-'lal-sabuj'
-'lal-sabuj-normal'
-'lal-salu'
-'preview-sornaly'
-'preview-mukto'
-'preview-shimanto')
-
-#source=($(for i in ${_fonts[@]}; do curl -s http://ekushey.org/?page/$i | sed 
-e 's//\n/g' | grep 'http:.*.ttf'; done))
-
-source=('http://files.ekushey.org/Ekushey_OpenType_Bangla_Fonts/SolaimanLipi_22-02-2012.ttf'
-   
'http://files.ekushey.org/Ekushey_OpenType_Bangla_Fonts/SolaimanLipi_Bold_10-03-12.ttf'
-   
'http://files.ekushey.org/Ekushey_OpenType_Bangla_Fonts/Rupali_01-02-2007.ttf'
-
'http://files.ekushey.org/Ekushey_OpenType_Bangla_Fonts/Lohit_14-04-2007.ttf'
-
'http://files.ekushey.org/Ekushey_OpenType_Bangla_Fonts/Sharifa_03-09-2005.ttf'
-
'http://files.ekushey.org/Ekushey_OpenType_Bangla_Fonts/Punarbhaba_27-02-2006.ttf'
-
'http://files.ekushey.org/Ekushey_OpenType_Bangla_Fonts/Punarbhaba_Bold-04-09-2012.ttf'
-
'http://files.ekushey.org/Ekushey_OpenType_Bangla_Fonts/Sumit_03-09-2005.ttf'
-
'http://files.ekushey.org/Ekushey_OpenType_Bangla_Fonts/Durga_03-09-2005.ttf'
-
'http://files.ekushey.org/Ekushey_OpenType_Bangla_Fonts/Durga_Bold-04-09-2012.ttf'
-
'http://files.ekushey.org/Ekushey_OpenType_Bangla_Fonts/Saraswatii_03-09-2005.ttf'
-
'http://files.ekushey.org/Ekushey_OpenType_Bangla_Fonts/Puja-17-06-2006.ttf'
-
'http://files.ekushey.org/Ekushey_OpenType_Bangla_Fonts/Azad_27-02-2006.ttf'
-
'http://files.ekushey.org/Ekushey_OpenType_Bangla_Fonts/Godhuli_03-09-2005.ttf'
-
'http://files.ekushey.org/Ekushey_OpenType_Bangla_Fonts/Mohua_07-09-05.ttf'
-
'http://files.ekushey.org/Ekushey_OpenType_Bangla_Fonts/16_December_31-08-2012.ttf'
-
'http://files.ekushey.org/Ekushey_OpenType_Bangla_Fonts/Amar_Bangla_31-08-2012.ttf'
-
'http://files.ekushey.org/Ekushey_OpenType_Bangla_Fonts/Amar_Bangla_Bold_31-08-2012.ttf'
-
'http://files.ekushey.org/Ekushey_OpenType_Bangla_Fonts/Amar_Desh_31-08-2012.ttf'
-
'http://files.ekushey.org/Ekushey_OpenType_Bangla_Fonts/Bangla_Kolom_Regular-04-09-2012.ttf'
-
'http://files.ekushey.org/Ekushey_OpenType_Bangla_Fonts/Bangla_Kolom_Bold-04-09-2012.ttf'
-
'http://files.ekushey.org/Ekushey_OpenType_Bangla_Fonts/Buriganga_31-08-2012.ttf'
-
'http://files.ekushey.org/Ekushey_OpenType_Bangla_Fonts/Ekushey_Bangla-04-09-2012.ttf'
-
'http://files.ekushey.org/Ekushey_OpenType_Bangla_Fonts/Ekushey_Bangla_Bold-04-09-2012.ttf'
-
'http://files.ekushey.org/Ekushey_OpenType_Bangla_Fonts/Ekushey_Kolom_31-08-2012.ttf'
-
'http://files.ekushey.org/Ekushey_OpenType_Bangla_Fonts/Ekushey_Kolom_Bold_31-08-2012.ttf'
-
'http://files.ekushey.org/Ekushey_OpenType_Bangla_Fonts/Sumon_Normal_31-08-2012.ttf'
-
'http://files.ekushey.org/Ekushey_OpenType_Bangla_Fonts/Ghorautra_Nornal_31-08-2012.ttf'
-
'http://files.ekushey.org/Ekushey_OpenType_Bangla_Fonts/Ghorautra_Bold_31-08-2012.ttf'
-
'http://files.ekushey.org/Ekushey_OpenType_Bangla_Fonts/Lal_Sabuj_31-08-2012.ttf'
-

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

2014-06-30 Thread Gaetan Bisson
Date: Monday, June 30, 2014 @ 13:38:29
  Author: bisson
Revision: 215751

rebuild for mtree support

Modified:
  ttf-freebanglafont/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 11:32:13 UTC (rev 215750)
+++ PKGBUILD2014-06-30 11:38:29 UTC (rev 215751)
@@ -1,10 +1,10 @@
 # $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
 # Contributor: Damir Perisa damir.per...@bluewin.ch
 # Contributor: Firmicus francois.archlinux.org 
-# Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname=ttf-freebanglafont
-pkgver=20121025
+pkgver=20130212
 pkgrel=1
 pkgdesc='Bengali fonts'
 url='http://www.ekushey.org/'
@@ -47,13 +47,14 @@
 'lal-salu'
 'preview-sornaly'
 'preview-mukto'
-'preview-shimanto')
+'preview-shimanto'
+'preview-ananta')
 
 #source=($(for i in ${_fonts[@]}; do curl -s http://ekushey.org/?page/$i | sed 
-e 's//\n/g' | grep 'http:.*.ttf'; done))
 
 
source=('http://files.ekushey.org/Ekushey_OpenType_Bangla_Fonts/SolaimanLipi_22-02-2012.ttf'
-   
'http://files.ekushey.org/Ekushey_OpenType_Bangla_Fonts/SolaimanLipi_Bold_10-03-12.ttf'
-   
'http://files.ekushey.org/Ekushey_OpenType_Bangla_Fonts/Rupali_01-02-2007.ttf'
+
'http://files.ekushey.org/Ekushey_OpenType_Bangla_Fonts/SolaimanLipi_Bold_10-03-12.ttf'
+
'http://files.ekushey.org/Ekushey_OpenType_Bangla_Fonts/Rupali-29-Sep-2012.ttf'
 
'http://files.ekushey.org/Ekushey_OpenType_Bangla_Fonts/Lohit_14-04-2007.ttf'
 
'http://files.ekushey.org/Ekushey_OpenType_Bangla_Fonts/Sharifa_03-09-2005.ttf'
 
'http://files.ekushey.org/Ekushey_OpenType_Bangla_Fonts/Punarbhaba_27-02-2006.ttf'
@@ -89,11 +90,12 @@
 
'http://files.ekushey.org/Ekushey_OpenType_Bangla_Fonts/Sornaly_Normal_31-08-2012.ttf'
 
'http://files.ekushey.org/Ekushey_OpenType_Bangla_Fonts/Mukto_Normal_31-08-2012.ttf'
 
'http://files.ekushey.org/Ekushey_OpenType_Bangla_Fonts/Mukto_Bold-04-09-2012.ttf'
-
'http://files.ekushey.org/Ekushey_OpenType_Bangla_Fonts/Shimanto_31-08-2012.ttf')
+
'http://files.ekushey.org/Ekushey_OpenType_Bangla_Fonts/Shimanto_31-08-2012.ttf'
+
'http://files.ekushey.org/Ekushey_OpenType_Bangla_Fonts/Ekushey_Ananta_12-02-2013.ttf')
 
 sha1sums=('30d472ac90d2cda100679de5a2854610015166a9'
   'ef4fede389424d2c6f1e657fcf17a1fbf3814261'
-  'c355d10cdafc0ff2b7c720b4c61123face085e6b'
+  '6efcbed3c9116284f05d634172bbf53d0442d133'
   'bab747cb3d74c1c7860f5c6692f9c11a0087e870'
   'f80b57e9857bdfadf1b819bfd2ada146cbd6429f'
   '24a8193d72528083bd4e4c97a8726b8c5ccb1c0a'
@@ -129,4 +131,5 @@
   '928bbe13d707d29f8eb9e9f46cf4b262f0ea4d5e'
   '2b56f53e2a8d8889ca78d85c4d1d3a10b031fde5'
   'a79df842b61b9dd2d5ff0206fc74632543a1b909'
-  '7e362861c574091660e86d26f75c436fa86d8068')
+  '7e362861c574091660e86d26f75c436fa86d8068'
+  'f521489a711200f393a2bd7953b54b1862e8eed5')



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

2014-06-30 Thread Gaetan Bisson
Date: Monday, June 30, 2014 @ 13:42:39
  Author: bisson
Revision: 215754

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-30 11:42:32 UTC (rev 215753)
+++ extra-i686/PKGBUILD 2014-06-30 11:42:39 UTC (rev 215754)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: dorphell dorph...@archlinux.org
-
-pkgname=zip
-pkgver=3.0
-_pkgver=30
-pkgrel=3
-pkgdesc=Creates PKZIP-compatible .zip files
-arch=('i686' 'x86_64')
-url=http://www.info-zip.org/Zip.html;
-license=('BSD')
-depends=('bzip2')
-options=('!makeflags')
-source=(ftp://ftp.info-zip.org/pub/infozip/src/${pkgname}${_pkgver}.zip;)
-md5sums=('e88492c8abd68fa9cfba72bc08757dba')
-
-build() {
-   cd ${srcdir}/${pkgname}${_pkgver}
-   make -f unix/Makefile LOCAL_ZIP=$CFLAGS prefix=/usr generic_gcc
-}
-
-package() {
-   cd ${srcdir}/${pkgname}${_pkgver}
-   make -f unix/Makefile INSTALL=/bin/install prefix=${pkgdir}/usr \
- MANDIR=${pkgdir}/usr/share/man/man1 install
-   install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}

Copied: zip/repos/extra-i686/PKGBUILD (from rev 215753, zip/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-30 11:42:39 UTC (rev 215754)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+
+pkgname=zip
+pkgver=3.0
+_pkgver=${pkgver/./}
+pkgrel=4
+pkgdesc='Compressor/archiver for creating and modifying zipfiles'
+url='http://www.info-zip.org/Zip.html'
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('bzip2')
+source=(http://downloads.sourceforge.net/infozip/${pkgname}${_pkgver}.tar.gz;)
+sha1sums=('c9f4099ecf2772b53c2dd4a8e508064ce015d182')
+
+options=('!makeflags')
+
+build() {
+   cd ${srcdir}/${pkgname}${_pkgver}
+   make -f unix/Makefile prefix=/usr \
+   LOCAL_ZIP=$CFLAGS $CPPFLAGS $LDFLAGS \
+   generic_gcc
+}
+
+package() {
+   cd ${srcdir}/${pkgname}${_pkgver}
+   make -f unix/Makefile prefix=${pkgdir}/usr \
+   MANDIR=${pkgdir}/usr/share/man/man1 \
+   install
+   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-30 11:42:32 UTC (rev 215753)
+++ extra-x86_64/PKGBUILD   2014-06-30 11:42:39 UTC (rev 215754)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: dorphell dorph...@archlinux.org
-
-pkgname=zip
-pkgver=3.0
-_pkgver=30
-pkgrel=3
-pkgdesc=Creates PKZIP-compatible .zip files
-arch=('i686' 'x86_64')
-url=http://www.info-zip.org/Zip.html;
-license=('BSD')
-depends=('bzip2')
-options=('!makeflags')
-source=(ftp://ftp.info-zip.org/pub/infozip/src/${pkgname}${_pkgver}.zip;)
-md5sums=('e88492c8abd68fa9cfba72bc08757dba')
-
-build() {
-   cd ${srcdir}/${pkgname}${_pkgver}
-   make -f unix/Makefile LOCAL_ZIP=$CFLAGS prefix=/usr generic_gcc
-}
-
-package() {
-   cd ${srcdir}/${pkgname}${_pkgver}
-   make -f unix/Makefile INSTALL=/bin/install prefix=${pkgdir}/usr \
- MANDIR=${pkgdir}/usr/share/man/man1 install
-   install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}

Copied: zip/repos/extra-x86_64/PKGBUILD (from rev 215753, zip/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-06-30 11:42:39 UTC (rev 215754)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+
+pkgname=zip
+pkgver=3.0
+_pkgver=${pkgver/./}
+pkgrel=4
+pkgdesc='Compressor/archiver for creating and modifying zipfiles'
+url='http://www.info-zip.org/Zip.html'
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('bzip2')
+source=(http://downloads.sourceforge.net/infozip/${pkgname}${_pkgver}.tar.gz;)
+sha1sums=('c9f4099ecf2772b53c2dd4a8e508064ce015d182')
+
+options=('!makeflags')
+
+build() {
+   cd ${srcdir}/${pkgname}${_pkgver}
+   make -f unix/Makefile prefix=/usr \
+   LOCAL_ZIP=$CFLAGS $CPPFLAGS $LDFLAGS \
+   generic_gcc
+}
+
+package() {
+   cd ${srcdir}/${pkgname}${_pkgver}
+   make -f unix/Makefile prefix=${pkgdir}/usr \

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

2014-06-30 Thread Gaetan Bisson
Date: Monday, June 30, 2014 @ 13:42:55
  Author: bisson
Revision: 215755

rebuild for mtree support

Modified:
  xournal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 11:42:39 UTC (rev 215754)
+++ PKGBUILD2014-06-30 11:42:55 UTC (rev 215755)
@@ -3,7 +3,7 @@
 
 pkgname=xournal
 pkgver=0.4.7
-pkgrel=1
+pkgrel=2
 pkgdesc='Notetaking and sketching application'
 url='http://xournal.sourceforge.net/'
 license=('GPL')



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

2014-06-30 Thread Gaetan Bisson
Date: Monday, June 30, 2014 @ 13:43:03
  Author: bisson
Revision: 215756

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

Added:
  xournal/repos/extra-i686/PKGBUILD
(from rev 215755, xournal/trunk/PKGBUILD)
  xournal/repos/extra-i686/install
(from rev 215755, xournal/trunk/install)
  xournal/repos/extra-x86_64/PKGBUILD
(from rev 215755, xournal/trunk/PKGBUILD)
  xournal/repos/extra-x86_64/install
(from rev 215755, xournal/trunk/install)
Deleted:
  xournal/repos/extra-i686/PKGBUILD
  xournal/repos/extra-i686/install
  xournal/repos/extra-x86_64/PKGBUILD
  xournal/repos/extra-x86_64/install

---+
 /PKGBUILD |   54 
 /install  |   26 +++
 extra-i686/PKGBUILD   |   27 
 extra-i686/install|   13 ---
 extra-x86_64/PKGBUILD |   27 
 extra-x86_64/install  |   13 ---
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-30 11:42:55 UTC (rev 215755)
+++ extra-i686/PKGBUILD 2014-06-30 11:43:03 UTC (rev 215756)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=xournal
-pkgver=0.4.7
-pkgrel=1
-pkgdesc='Notetaking and sketching application'
-url='http://xournal.sourceforge.net/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libgnomecanvas' 'poppler-glib' 'shared-mime-info' 
'desktop-file-utils' 'hicolor-icon-theme')
-optdepends=('ghostscript: import PS/PDF files as bitmap backgrounds')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('d2556bf21bef2df99bef0a6d1cb251d5e0f12d3f')
-
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install desktop-install
-}

Copied: xournal/repos/extra-i686/PKGBUILD (from rev 215755, 
xournal/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-30 11:43:03 UTC (rev 215756)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=xournal
+pkgver=0.4.7
+pkgrel=2
+pkgdesc='Notetaking and sketching application'
+url='http://xournal.sourceforge.net/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libgnomecanvas' 'poppler-glib' 'shared-mime-info' 
'desktop-file-utils' 'hicolor-icon-theme')
+optdepends=('ghostscript: import PS/PDF files as bitmap backgrounds')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('d2556bf21bef2df99bef0a6d1cb251d5e0f12d3f')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install desktop-install
+}

Deleted: extra-i686/install
===
--- extra-i686/install  2014-06-30 11:42:55 UTC (rev 215755)
+++ extra-i686/install  2014-06-30 11:43:03 UTC (rev 215756)
@@ -1,13 +0,0 @@
-post_install() {
-   update-desktop-database -q
-   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-   update-mime-database usr/share/mime /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: xournal/repos/extra-i686/install (from rev 215755, 
xournal/trunk/install)
===
--- extra-i686/install  (rev 0)
+++ extra-i686/install  2014-06-30 11:43:03 UTC (rev 215756)
@@ -0,0 +1,13 @@
+post_install() {
+   update-desktop-database -q
+   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+   update-mime-database usr/share/mime /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-30 11:42:55 UTC (rev 215755)
+++ extra-x86_64/PKGBUILD   2014-06-30 11:43:03 UTC (rev 215756)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=xournal
-pkgver=0.4.7
-pkgrel=1
-pkgdesc='Notetaking and sketching application'
-url='http://xournal.sourceforge.net/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libgnomecanvas' 'poppler-glib' 'shared-mime-info' 
'desktop-file-utils' 'hicolor-icon-theme')
-optdepends=('ghostscript: import PS/PDF files as bitmap backgrounds')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)

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

2014-06-30 Thread Gaetan Bisson
Date: Monday, June 30, 2014 @ 13:42:32
  Author: bisson
Revision: 215753

rebuild for mtree support

Modified:
  zip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 11:38:33 UTC (rev 215752)
+++ PKGBUILD2014-06-30 11:42:32 UTC (rev 215753)
@@ -1,28 +1,32 @@
 # $Id$
-# Maintainer:
+# Maintainer: Gaetan Bisson bis...@archlinux.org
 # Contributor: dorphell dorph...@archlinux.org
 
 pkgname=zip
 pkgver=3.0
-_pkgver=30
-pkgrel=3
-pkgdesc=Creates PKZIP-compatible .zip files
+_pkgver=${pkgver/./}
+pkgrel=4
+pkgdesc='Compressor/archiver for creating and modifying zipfiles'
+url='http://www.info-zip.org/Zip.html'
 arch=('i686' 'x86_64')
-url=http://www.info-zip.org/Zip.html;
-license=('BSD')
+license=('custom')
 depends=('bzip2')
+source=(http://downloads.sourceforge.net/infozip/${pkgname}${_pkgver}.tar.gz;)
+sha1sums=('c9f4099ecf2772b53c2dd4a8e508064ce015d182')
+
 options=('!makeflags')
-source=(ftp://ftp.info-zip.org/pub/infozip/src/${pkgname}${_pkgver}.zip;)
-md5sums=('e88492c8abd68fa9cfba72bc08757dba')
 
 build() {
-   cd ${srcdir}/${pkgname}${_pkgver}
-   make -f unix/Makefile LOCAL_ZIP=$CFLAGS prefix=/usr generic_gcc
+   cd ${srcdir}/${pkgname}${_pkgver}
+   make -f unix/Makefile prefix=/usr \
+   LOCAL_ZIP=$CFLAGS $CPPFLAGS $LDFLAGS \
+   generic_gcc
 }
 
 package() {
-   cd ${srcdir}/${pkgname}${_pkgver}
-   make -f unix/Makefile INSTALL=/bin/install prefix=${pkgdir}/usr \
- MANDIR=${pkgdir}/usr/share/man/man1 install
-   install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+   cd ${srcdir}/${pkgname}${_pkgver}
+   make -f unix/Makefile prefix=${pkgdir}/usr \
+   MANDIR=${pkgdir}/usr/share/man/man1 \
+   install
+   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }



  1   2   3   4   >