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

2013-08-07 Thread Sébastien Luttringer
Date: Wednesday, August 7, 2013 @ 11:04:49
  Author: seblu
Revision: 95228

upgpkg: libnetfilter_conntrack 1.0.4-1

Modified:
  libnetfilter_conntrack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-07 05:20:08 UTC (rev 95227)
+++ PKGBUILD2013-08-07 09:04:49 UTC (rev 95228)
@@ -5,7 +5,7 @@
 # Contributor: Kevin Edmonds edmondske...@hotmail.com
 
 pkgname=libnetfilter_conntrack
-pkgver=1.0.3
+pkgver=1.0.4
 pkgrel=1
 pkgdesc='Library providing an API to the in-kernel connection tracking state 
table'
 arch=('i686' 'x86_64')
@@ -13,8 +13,9 @@
 url='http://www.netfilter.org/projects/libnetfilter_conntrack/'
 license=('GPL')
 options=('!libtool')
-source=(http://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2;)
-md5sums=('73394a3d8d0cfecc6abb6027b4792d52')
+source=(http://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('18cf80c4b339a3285e78822dbd4f08d7'
+ 'SKIP')
 
 build() {
   cd $pkgname-$pkgver



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

2013-08-07 Thread Sébastien Luttringer
Date: Wednesday, August 7, 2013 @ 11:04:58
  Author: seblu
Revision: 95229

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-07 09:04:49 UTC (rev 95228)
+++ community-i686/PKGBUILD 2013-08-07 09:04:58 UTC (rev 95229)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Sébastien Luttringer
-# Contributor: Alessandro Sagratini ale_sa...@hotmail.com
-# Contributor: Kevin Edmonds edmondske...@hotmail.com
-
-pkgname=libnetfilter_conntrack
-pkgver=1.0.3
-pkgrel=1
-pkgdesc='Library providing an API to the in-kernel connection tracking state 
table'
-arch=('i686' 'x86_64')
-depends=('libnfnetlink' 'libmnl')
-url='http://www.netfilter.org/projects/libnetfilter_conntrack/'
-license=('GPL')
-options=('!libtool')
-source=(http://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2;)
-md5sums=('73394a3d8d0cfecc6abb6027b4792d52')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-
-# vim:set ts=2 sw=2 et:

Copied: libnetfilter_conntrack/repos/community-i686/PKGBUILD (from rev 95228, 
libnetfilter_conntrack/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-07 09:04:58 UTC (rev 95229)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Sébastien Luttringer
+# Contributor: Alessandro Sagratini ale_sa...@hotmail.com
+# Contributor: Kevin Edmonds edmondske...@hotmail.com
+
+pkgname=libnetfilter_conntrack
+pkgver=1.0.4
+pkgrel=1
+pkgdesc='Library providing an API to the in-kernel connection tracking state 
table'
+arch=('i686' 'x86_64')
+depends=('libnfnetlink' 'libmnl')
+url='http://www.netfilter.org/projects/libnetfilter_conntrack/'
+license=('GPL')
+options=('!libtool')
+source=(http://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('18cf80c4b339a3285e78822dbd4f08d7'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-08-07 09:04:49 UTC (rev 95228)
+++ community-x86_64/PKGBUILD   2013-08-07 09:04:58 UTC (rev 95229)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Sébastien Luttringer
-# Contributor: Alessandro Sagratini ale_sa...@hotmail.com
-# Contributor: Kevin Edmonds edmondske...@hotmail.com
-
-pkgname=libnetfilter_conntrack
-pkgver=1.0.3
-pkgrel=1
-pkgdesc='Library providing an API to the in-kernel connection tracking state 
table'
-arch=('i686' 'x86_64')
-depends=('libnfnetlink' 'libmnl')
-url='http://www.netfilter.org/projects/libnetfilter_conntrack/'
-license=('GPL')
-options=('!libtool')
-source=(http://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2;)
-md5sums=('73394a3d8d0cfecc6abb6027b4792d52')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-
-# vim:set ts=2 sw=2 et:

Copied: libnetfilter_conntrack/repos/community-x86_64/PKGBUILD (from rev 95228, 
libnetfilter_conntrack/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-08-07 09:04:58 UTC (rev 95229)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Sébastien Luttringer
+# Contributor: Alessandro Sagratini ale_sa...@hotmail.com
+# Contributor: Kevin Edmonds edmondske...@hotmail.com
+
+pkgname=libnetfilter_conntrack
+pkgver=1.0.4
+pkgrel=1
+pkgdesc='Library providing an API to the in-kernel connection tracking state 
table'
+arch=('i686' 'x86_64')
+depends=('libnfnetlink' 'libmnl')
+url='http://www.netfilter.org/projects/libnetfilter_conntrack/'
+license=('GPL')
+options=('!libtool')

[arch-commits] Commit in conntrack-tools/trunk (01-config-file-path.patch PKGBUILD)

2013-08-07 Thread Sébastien Luttringer
Date: Wednesday, August 7, 2013 @ 11:35:06
  Author: seblu
Revision: 95230

upgpkg: conntrack-tools 1.4.2-1

Modified:
  conntrack-tools/trunk/PKGBUILD
Deleted:
  conntrack-tools/trunk/01-config-file-path.patch

---+
 01-config-file-path.patch |   12 
 PKGBUILD  |   33 +
 2 files changed, 17 insertions(+), 28 deletions(-)

Deleted: 01-config-file-path.patch
===
--- 01-config-file-path.patch   2013-08-07 09:04:58 UTC (rev 95229)
+++ 01-config-file-path.patch   2013-08-07 09:35:06 UTC (rev 95230)
@@ -1,12 +0,0 @@
 a/include/conntrackd.h 2012-05-26 15:29:15.630027223 +0200
-+++ b/include/conntrackd.h 2012-05-27 02:26:59.426811589 +0200
-@@ -50,7 +50,7 @@
- #define EXP_DUMP_INT_XML  47  /* dump internal cache in XML   */
- #define EXP_DUMP_EXT_XML  48  /* dump external cache in XML   */
- 
--#define DEFAULT_CONFIGFILE/etc/conntrackd/conntrackd.conf
-+#define DEFAULT_CONFIGFILE/etc/conntrackd.conf
--#define DEFAULT_LOCKFILE  /var/lock/conntrackd.lock
-+#define DEFAULT_LOCKFILE  /run/lock/conntrackd.lock
- #define DEFAULT_LOGFILE   /var/log/conntrackd.log
- #define DEFAULT_STATS_LOGFILE /var/log/conntrackd-stats.log

Modified: PKGBUILD
===
--- PKGBUILD2013-08-07 09:04:58 UTC (rev 95229)
+++ PKGBUILD2013-08-07 09:35:06 UTC (rev 95230)
@@ -5,8 +5,8 @@
 # Contributor: Kevin Edmonds edmondske...@hotmail.com
 
 pkgname=conntrack-tools
-pkgver=1.4.1
-pkgrel=2
+pkgver=1.4.2
+pkgrel=1
 pkgdesc='Userspace tools to interact with the Netfilter connection tracking 
system'
 arch=('i686' 'x86_64')
 url='http://www.netfilter.org/projects/conntrack-tools'
@@ -17,33 +17,34 @@
  'libnetfilter_queue')
 backup=('etc/conntrackd.conf')
 options=('!libtool')
-source=(http://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2;
-'conntrackd.service'
-'01-config-file-path.patch')
+source=(http://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2{,.sig}
+'conntrackd.service')
 install=$pkgname.install
-sha1sums=('6fda497ef1ebd5e4afe01830ece072d2df2fe50f'
-  'ab888d59b98b673709d2d89554c668e2bea0cb86'
-  'e7607a9ac14dd839f3716ac68d46e19ab26ef112')
+sha1sums=('50b89305bb689973d42a163c480dc77a5c0f6fe0'
+  'SKIP'
+  'ab888d59b98b673709d2d89554c668e2bea0cb86')
 
+prepare() {
+  sed -i -e 's,/etc/conntrackd/,/etc/,' -e 's,/var/lock/,/run/lock/,' \
+$pkgname-$pkgver/include/conntrackd.h
+}
+
+
 build() {
   cd $pkgname-$pkgver
-  for i in $srcdir/*.patch; do
-patch -p1 -i $i
-  done
   ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
   make
 }
 
 package() {
   # install binaries
-  pushd $pkgname-$pkgver
+  cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install
-  popd
   # systemd
-  install -D -m 644 conntrackd.service \
-$pkgdir/usr/lib/systemd/system/conntrackd.service
+  cd $pkgdir
+  install -D -m 644 $srcdir/conntrackd.service 
usr/lib/systemd/system/conntrackd.service
   # install empty configuration files
-  install -D -m 644 /dev/null $pkgdir/etc/conntrackd.conf
+  install -D -m 644 /dev/null etc/conntrackd.conf
 }
 
 # vim:set ts=2 sw=2 et:



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

2013-08-07 Thread Sébastien Luttringer
Date: Wednesday, August 7, 2013 @ 11:35:16
  Author: seblu
Revision: 95231

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

Added:
  conntrack-tools/repos/community-i686/PKGBUILD
(from rev 95230, conntrack-tools/trunk/PKGBUILD)
  conntrack-tools/repos/community-i686/conntrack-tools.install
(from rev 95230, conntrack-tools/trunk/conntrack-tools.install)
  conntrack-tools/repos/community-i686/conntrackd.service
(from rev 95230, conntrack-tools/trunk/conntrackd.service)
  conntrack-tools/repos/community-x86_64/PKGBUILD
(from rev 95230, conntrack-tools/trunk/PKGBUILD)
  conntrack-tools/repos/community-x86_64/conntrack-tools.install
(from rev 95230, conntrack-tools/trunk/conntrack-tools.install)
  conntrack-tools/repos/community-x86_64/conntrackd.service
(from rev 95230, conntrack-tools/trunk/conntrackd.service)
Deleted:
  conntrack-tools/repos/community-i686/01-config-file-path.patch
  conntrack-tools/repos/community-i686/PKGBUILD
  conntrack-tools/repos/community-i686/conntrack-tools.install
  conntrack-tools/repos/community-i686/conntrackd.service
  conntrack-tools/repos/community-x86_64/01-config-file-path.patch
  conntrack-tools/repos/community-x86_64/PKGBUILD
  conntrack-tools/repos/community-x86_64/conntrack-tools.install
  conntrack-tools/repos/community-x86_64/conntrackd.service

+
 /PKGBUILD  |  100 +++
 /conntrack-tools.install   |   18 
 /conntrackd.service|   16 
 community-i686/01-config-file-path.patch   |   12 ---
 community-i686/PKGBUILD|   49 -
 community-i686/conntrack-tools.install |9 --
 community-i686/conntrackd.service  |8 --
 community-x86_64/01-config-file-path.patch |   12 ---
 community-x86_64/PKGBUILD  |   49 -
 community-x86_64/conntrack-tools.install   |9 --
 community-x86_64/conntrackd.service|8 --
 11 files changed, 134 insertions(+), 156 deletions(-)

Deleted: community-i686/01-config-file-path.patch
===
--- community-i686/01-config-file-path.patch2013-08-07 09:35:06 UTC (rev 
95230)
+++ community-i686/01-config-file-path.patch2013-08-07 09:35:16 UTC (rev 
95231)
@@ -1,12 +0,0 @@
 a/include/conntrackd.h 2012-05-26 15:29:15.630027223 +0200
-+++ b/include/conntrackd.h 2012-05-27 02:26:59.426811589 +0200
-@@ -50,7 +50,7 @@
- #define EXP_DUMP_INT_XML  47  /* dump internal cache in XML   */
- #define EXP_DUMP_EXT_XML  48  /* dump external cache in XML   */
- 
--#define DEFAULT_CONFIGFILE/etc/conntrackd/conntrackd.conf
-+#define DEFAULT_CONFIGFILE/etc/conntrackd.conf
--#define DEFAULT_LOCKFILE  /var/lock/conntrackd.lock
-+#define DEFAULT_LOCKFILE  /run/lock/conntrackd.lock
- #define DEFAULT_LOGFILE   /var/log/conntrackd.log
- #define DEFAULT_STATS_LOGFILE /var/log/conntrackd-stats.log

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-07 09:35:06 UTC (rev 95230)
+++ community-i686/PKGBUILD 2013-08-07 09:35:16 UTC (rev 95231)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Valere Monseur valere_mons...@hotmail.com
-# Contributor: Alessandro Sagratini ale_sa...@hotmail.com
-# Contributor: Kevin Edmonds edmondske...@hotmail.com
-
-pkgname=conntrack-tools
-pkgver=1.4.1
-pkgrel=2
-pkgdesc='Userspace tools to interact with the Netfilter connection tracking 
system'
-arch=('i686' 'x86_64')
-url='http://www.netfilter.org/projects/conntrack-tools'
-license=('GPL2')
-depends=('libnetfilter_conntrack'
- 'libnetfilter_cttimeout'
- 'libnetfilter_cthelper'
- 'libnetfilter_queue')
-backup=('etc/conntrackd.conf')
-options=('!libtool')
-source=(http://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2;
-'conntrackd.service'
-'01-config-file-path.patch')
-install=$pkgname.install
-sha1sums=('6fda497ef1ebd5e4afe01830ece072d2df2fe50f'
-  'ab888d59b98b673709d2d89554c668e2bea0cb86'
-  'e7607a9ac14dd839f3716ac68d46e19ab26ef112')
-
-build() {
-  cd $pkgname-$pkgver
-  for i in $srcdir/*.patch; do
-patch -p1 -i $i
-  done
-  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
-  make
-}
-
-package() {
-  # install binaries
-  pushd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  popd
-  # systemd
-  install -D -m 644 conntrackd.service \
-$pkgdir/usr/lib/systemd/system/conntrackd.service
-  # install empty configuration files
-  install -D -m 644 /dev/null $pkgdir/etc/conntrackd.conf
-}
-
-# vim:set ts=2 sw=2 et:

Copied: conntrack-tools/repos/community-i686/PKGBUILD (from rev 95230, 
conntrack-tools/trunk/PKGBUILD)
===
--- 

[arch-commits] Commit in xf86-video-ati/repos (4 files)

2013-08-07 Thread Laurent Carlier
Date: Wednesday, August 7, 2013 @ 11:57:28
  Author: lcarlier
Revision: 192197

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

Added:
  xf86-video-ati/repos/testing-i686/
  xf86-video-ati/repos/testing-i686/PKGBUILD
(from rev 192196, xf86-video-ati/trunk/PKGBUILD)
  xf86-video-ati/repos/testing-x86_64/
  xf86-video-ati/repos/testing-x86_64/PKGBUILD
(from rev 192196, xf86-video-ati/trunk/PKGBUILD)

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

Copied: xf86-video-ati/repos/testing-i686/PKGBUILD (from rev 192196, 
xf86-video-ati/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-08-07 09:57:28 UTC (rev 192197)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=xf86-video-ati
+pkgver=7.2.0
+epoch=1
+pkgrel=1
+pkgdesc=X.org ati video driver
+arch=('i686' 'x86_64')
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libdrm=2.4.41' 'systemd-tools' 'ati-dri' 'glamor-egl')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=14' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.14.0' 'X-ABI-VIDEODRV_VERSION14' 
'X-ABI-VIDEODRV_VERSION=15')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('f30f5efdc8d7d18d06eda7ef2f91a8b7290f1cfbf6ff26362cd47ab8969daec4')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--enable-glamor
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: xf86-video-ati/repos/testing-x86_64/PKGBUILD (from rev 192196, 
xf86-video-ati/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-08-07 09:57:28 UTC (rev 192197)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=xf86-video-ati
+pkgver=7.2.0
+epoch=1
+pkgrel=1
+pkgdesc=X.org ati video driver
+arch=('i686' 'x86_64')
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libdrm=2.4.41' 'systemd-tools' 'ati-dri' 'glamor-egl')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=14' 'resourceproto' 
'scrnsaverproto')
+conflicts=('xorg-server1.14.0' 'X-ABI-VIDEODRV_VERSION14' 
'X-ABI-VIDEODRV_VERSION=15')
+groups=('xorg-drivers' 'xorg')
+options=('!libtool')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('f30f5efdc8d7d18d06eda7ef2f91a8b7290f1cfbf6ff26362cd47ab8969daec4')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--enable-glamor
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



[arch-commits] Commit in xf86-video-ati/trunk (PKGBUILD)

2013-08-07 Thread Laurent Carlier
Date: Wednesday, August 7, 2013 @ 11:57:16
  Author: lcarlier
Revision: 192196

upgpkg: xf86-video-ati 1:7.2.0-1

upstream release 7.2.0

Modified:
  xf86-video-ati/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-06 22:26:25 UTC (rev 192195)
+++ PKGBUILD2013-08-07 09:57:16 UTC (rev 192196)
@@ -3,9 +3,9 @@
 # Contributor: Alexander Baldeck alexan...@archlinux.org
 
 pkgname=xf86-video-ati
-pkgver=7.1.0
+pkgver=7.2.0
 epoch=1
-pkgrel=3
+pkgrel=1
 pkgdesc=X.org ati video driver
 arch=('i686' 'x86_64')
 url=http://xorg.freedesktop.org/;
@@ -16,7 +16,7 @@
 groups=('xorg-drivers' 'xorg')
 options=('!libtool')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('c8ae44051fcb331625217f98c09a3aa69f493052b69d62c03f41fed0bfe610cd')
+sha256sums=('f30f5efdc8d7d18d06eda7ef2f91a8b7290f1cfbf6ff26362cd47ab8969daec4')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-08-07 Thread Jan Steffens
Date: Wednesday, August 7, 2013 @ 12:35:50
  Author: heftig
Revision: 95232

FS#36442 change dep

Modified:
  gcc-multilib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-07 09:35:16 UTC (rev 95231)
+++ PKGBUILD2013-08-07 10:35:50 UTC (rev 95232)
@@ -298,7 +298,7 @@
 package_lib32-gcc-libs()
 {
   pkgdesc=Runtime libraries shipped by GCC (32-bit)
-  depends=('lib32-glibc=2.17' gcc-libs=$pkgver)
+  depends=('lib32-glibc=2.17')
 
   cd ${srcdir}/gcc-build
   make -j1 -C $CHOST/32/libgcc DESTDIR=${pkgdir} install-shared



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

2013-08-07 Thread Sergej Pupykin
Date: Wednesday, August 7, 2013 @ 12:37:53
  Author: spupykin
Revision: 95233

upgpkg: rss-glx 0.9.1-16

upd

Modified:
  rss-glx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-07 10:35:50 UTC (rev 95232)
+++ PKGBUILD2013-08-07 10:37:53 UTC (rev 95233)
@@ -5,7 +5,7 @@
 
 pkgname=rss-glx
 pkgver=0.9.1
-pkgrel=15
+pkgrel=16
 pkgdesc=The Really Slick Screensavers port to GLX
 arch=('i686' 'x86_64')
 url=http://rss-glx.sourceforge.net/;



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

2013-08-07 Thread Sergej Pupykin
Date: Wednesday, August 7, 2013 @ 12:38:09
  Author: spupykin
Revision: 95234

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

Added:
  rss-glx/repos/community-staging-i686/
  rss-glx/repos/community-staging-i686/PKGBUILD
(from rev 95233, rss-glx/trunk/PKGBUILD)
  rss-glx/repos/community-staging-i686/rss-glx-desktops.tar.bz2
(from rev 95233, rss-glx/trunk/rss-glx-desktops.tar.bz2)
  rss-glx/repos/community-staging-i686/rss-glx.install
(from rev 95233, rss-glx/trunk/rss-glx.install)
  rss-glx/repos/community-staging-x86_64/
  rss-glx/repos/community-staging-x86_64/PKGBUILD
(from rev 95233, rss-glx/trunk/PKGBUILD)
  rss-glx/repos/community-staging-x86_64/rss-glx-desktops.tar.bz2
(from rev 95233, rss-glx/trunk/rss-glx-desktops.tar.bz2)
  rss-glx/repos/community-staging-x86_64/rss-glx.install
(from rev 95233, rss-glx/trunk/rss-glx.install)

--+
 community-staging-i686/PKGBUILD  |   50 +
 community-staging-i686/rss-glx.install   |   12 ++
 community-staging-x86_64/PKGBUILD|   50 +
 community-staging-x86_64/rss-glx.install |   12 ++
 4 files changed, 124 insertions(+)

Copied: rss-glx/repos/community-staging-i686/PKGBUILD (from rev 95233, 
rss-glx/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-08-07 10:38:09 UTC (rev 95234)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Corrado 'bardo' Primier corrado.prim...@mail.polimi.it
+# Contributor: Tate Tatey Johnson tate...@tpg.com.au
+
+pkgname=rss-glx
+pkgver=0.9.1
+pkgrel=16
+pkgdesc=The Really Slick Screensavers port to GLX
+arch=('i686' 'x86_64')
+url=http://rss-glx.sourceforge.net/;
+license=('GPL')
+depends=('desktop-file-utils' 'freealut' 'glew' 'imagemagick' 'glu')
+makedepends=('mesa')
+optdepends=('xscreensaver: xscreensaver integration')
+install=rss-glx.install
+options=('!libtool')
+source=(http://downloads.sourceforge.net/rss-glx/${pkgname}_${pkgver}.tar.bz2
+rss-glx-desktops.tar.bz2)
+md5sums=('a772bd143cd8d141edf4d9eff9860ab3'
+ '4211215c9a4918b0dff30a7000647dd9')
+
+build() {
+  cd ${srcdir}/${pkgname}_${pkgver}
+
+  [ $CARCH = x86_64 ]  (sed -i -e 's|@LIBS@|@LIBS@ -fopenmp|g' 
src/Makefile.in)
+
+  ./configure --prefix=/usr \
+--mandir=/usr/share/man \
+--program-transform-name='s/plasma/plasma_rss/' \
+--with-configdir=/usr/share/xscreensaver/config \
+--with-kdessconfigdir=/usr/share/applnk/System/ScreenSavers \
+--enable-shared=yes --enable-static=no
+  make CFLAGS=$CFLAGS -I/usr/include/ImageMagick
+}
+
+package() {
+  cd ${srcdir}/${pkgname}_${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # FS#18300
+  install -d ${pkgdir}/usr/lib/xscreensaver/
+  list=$(ls ${pkgdir}/usr/bin --ignore rss-glx_install.pl)
+  for i in $list; do
+ln -s /usr/bin/$i $pkgdir/usr/lib/xscreensaver/
+  done
+
+  install -d ${pkgdir}/usr/share/applications/screensavers
+  install -m644 ${srcdir}/${pkgname}-desktops/*.desktop 
${pkgdir}/usr/share/applications/screensavers
+}

Copied: rss-glx/repos/community-staging-i686/rss-glx-desktops.tar.bz2 (from rev 
95233, rss-glx/trunk/rss-glx-desktops.tar.bz2)
===
(Binary files differ)

Copied: rss-glx/repos/community-staging-i686/rss-glx.install (from rev 95233, 
rss-glx/trunk/rss-glx.install)
===
--- community-staging-i686/rss-glx.install  (rev 0)
+++ community-staging-i686/rss-glx.install  2013-08-07 10:38:09 UTC (rev 
95234)
@@ -0,0 +1,12 @@
+post_install() {
+  cat  'EOM'
+  -- If you want to integrate the RSS screen savers with xscreensaver
+  -- for your user, then install the xscreensaver package and launch
+  -- the command rss-glx_install.pl
+EOM
+  update-desktop-database -q
+}
+
+post_remove() {
+  update-desktop-database -q
+}

Copied: rss-glx/repos/community-staging-x86_64/PKGBUILD (from rev 95233, 
rss-glx/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-08-07 10:38:09 UTC (rev 95234)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Corrado 'bardo' Primier corrado.prim...@mail.polimi.it
+# Contributor: Tate Tatey Johnson tate...@tpg.com.au
+
+pkgname=rss-glx
+pkgver=0.9.1
+pkgrel=16
+pkgdesc=The Really Slick Screensavers port to GLX
+arch=('i686' 'x86_64')
+url=http://rss-glx.sourceforge.net/;
+license=('GPL')
+depends=('desktop-file-utils' 'freealut' 'glew' 'imagemagick' 'glu')
+makedepends=('mesa')
+optdepends=('xscreensaver: xscreensaver integration')

[arch-commits] Commit in perl-time-duration/trunk (PKGBUILD)

2013-08-07 Thread Sergej Pupykin
Date: Wednesday, August 7, 2013 @ 12:39:40
  Author: spupykin
Revision: 95235

upgpkg: perl-time-duration 1.1-2

upd

Modified:
  perl-time-duration/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-07 10:38:09 UTC (rev 95234)
+++ PKGBUILD2013-08-07 10:39:40 UTC (rev 95235)
@@ -4,13 +4,14 @@
 
 pkgname=perl-time-duration
 pkgver=1.1
-pkgrel=1
+pkgrel=2
 pkgdesc=rounded or exact English expression of durations
 arch=('any')
 url=http://search.cpan.org/dist/Time-Duration;
 license=('GPL' 'PerlArtistic')
 depends=('perl')
 makedepends=('perl-test-pod-coverage' 'perl-test-pod')
+provides=($pkgname=`perl -Mversion -e \print 
version-parse('$pkgver')-normal\|tail -c+2`)
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/A/AV/AVIF/Time-Duration-$pkgver.tar.gz)
 md5sums=('120c16b3a31f5d24f17325295078fe6c')



[arch-commits] Commit in perl-time-duration/repos/community-any (PKGBUILD PKGBUILD)

2013-08-07 Thread Sergej Pupykin
Date: Wednesday, August 7, 2013 @ 12:39:56
  Author: spupykin
Revision: 95236

archrelease: copy trunk to community-any

Added:
  perl-time-duration/repos/community-any/PKGBUILD
(from rev 95235, perl-time-duration/trunk/PKGBUILD)
Deleted:
  perl-time-duration/repos/community-any/PKGBUILD

--+
 PKGBUILD |   59 ++-
 1 file changed, 30 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-07 10:39:40 UTC (rev 95235)
+++ PKGBUILD2013-08-07 10:39:56 UTC (rev 95236)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Francois Charette firmi...@gmx.net
-
-pkgname=perl-time-duration
-pkgver=1.1
-pkgrel=1
-pkgdesc=rounded or exact English expression of durations
-arch=('any')
-url=http://search.cpan.org/dist/Time-Duration;
-license=('GPL' 'PerlArtistic')
-depends=('perl')
-makedepends=('perl-test-pod-coverage' 'perl-test-pod')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/A/AV/AVIF/Time-Duration-$pkgver.tar.gz)
-md5sums=('120c16b3a31f5d24f17325295078fe6c')
-
-build() {
-  cd  $srcdir/Time-Duration-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  $srcdir/Time-Duration-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-time-duration/repos/community-any/PKGBUILD (from rev 95235, 
perl-time-duration/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-07 10:39:56 UTC (rev 95236)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Francois Charette firmi...@gmx.net
+
+pkgname=perl-time-duration
+pkgver=1.1
+pkgrel=2
+pkgdesc=rounded or exact English expression of durations
+arch=('any')
+url=http://search.cpan.org/dist/Time-Duration;
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+makedepends=('perl-test-pod-coverage' 'perl-test-pod')
+provides=($pkgname=`perl -Mversion -e \print 
version-parse('$pkgver')-normal\|tail -c+2`)
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/A/AV/AVIF/Time-Duration-$pkgver.tar.gz)
+md5sums=('120c16b3a31f5d24f17325295078fe6c')
+
+build() {
+  cd  $srcdir/Time-Duration-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/Time-Duration-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



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

2013-08-07 Thread Sergej Pupykin
Date: Wednesday, August 7, 2013 @ 12:45:22
  Author: spupykin
Revision: 95237

upgpkg: cuneiform 1.1.0-9

upd

Modified:
  cuneiform/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-07 10:39:56 UTC (rev 95236)
+++ PKGBUILD2013-08-07 10:45:22 UTC (rev 95237)
@@ -5,7 +5,7 @@
 pkgname=cuneiform
 pkgver=1.1.0
 _dpkgver=1.1
-pkgrel=8
+pkgrel=9
 pkgdesc=Linux port of an OCR system developed in Russia. Supports more than 
20 languages.
 arch=('i686' 'x86_64')
 url=https://launchpad.net/cuneiform-linux;
@@ -15,11 +15,8 @@
 
source=(http://launchpad.net/cuneiform-linux/${_dpkgver}/${_dpkgver}/+download/cuneiform-linux-${pkgver}.tar.bz2)
 md5sums=('09fd160cdfc512f26442a7e91246598d')
 
-_SRC_ROOT=${srcdir}/${pkgname}-linux-${pkgver}
-md5sums=('09fd160cdfc512f26442a7e91246598d')
-
 build() {
-  cd ${_SRC_ROOT}
+  cd ${srcdir}/${pkgname}-linux-${pkgver}
   sed -i 's#lib64#lib#' install_files.cmake
   mkdir -p builddir
   cd builddir
@@ -36,13 +33,13 @@
 }
 
 check() {
-  ldd ${_SRC_ROOT}/builddir/cuneiform | grep Magick /dev/null
+  ldd ${srcdir}/${pkgname}-linux-${pkgver}/builddir/cuneiform | grep Magick 
/dev/null
 }
 
 package() {
-  cd ${_SRC_ROOT}/builddir
+  cd ${srcdir}/${pkgname}-linux-${pkgver}/builddir
   make DESTDIR=${pkgdir} install
 
-  install -Dm644 ${_SRC_ROOT}/cuneiform_src/Kern/license.txt \
+  install -Dm644 
${srcdir}/${pkgname}-linux-${pkgver}/cuneiform_src/Kern/license.txt \
 ${pkgdir}/usr/share/licenses/cuneiform/license.txt
 }



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

2013-08-07 Thread Sergej Pupykin
Date: Wednesday, August 7, 2013 @ 12:45:38
  Author: spupykin
Revision: 95238

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

Added:
  cuneiform/repos/community-staging-i686/
  cuneiform/repos/community-staging-i686/PKGBUILD
(from rev 95237, cuneiform/trunk/PKGBUILD)
  cuneiform/repos/community-staging-x86_64/
  cuneiform/repos/community-staging-x86_64/PKGBUILD
(from rev 95237, cuneiform/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   45 
 community-staging-x86_64/PKGBUILD |   45 
 2 files changed, 90 insertions(+)

Copied: cuneiform/repos/community-staging-i686/PKGBUILD (from rev 95237, 
cuneiform/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-08-07 10:45:38 UTC (rev 95238)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Maxim Vuets maxim.vu...@gmail.com
+
+pkgname=cuneiform
+pkgver=1.1.0
+_dpkgver=1.1
+pkgrel=9
+pkgdesc=Linux port of an OCR system developed in Russia. Supports more than 
20 languages.
+arch=('i686' 'x86_64')
+url=https://launchpad.net/cuneiform-linux;
+license=('BSD')
+depends=('imagemagick')
+makedepends=('cmake')
+source=(http://launchpad.net/cuneiform-linux/${_dpkgver}/${_dpkgver}/+download/cuneiform-linux-${pkgver}.tar.bz2)
+md5sums=('09fd160cdfc512f26442a7e91246598d')
+
+build() {
+  cd ${srcdir}/${pkgname}-linux-${pkgver}
+  sed -i 's#lib64#lib#' install_files.cmake
+  mkdir -p builddir
+  cd builddir
+
+  LMAGICK=`ls -1 /usr/lib/libMagick++*.so.?`
+
+  cmake \
+   -DCMAKE_BUILD_TYPE=release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DImageMagick_Magick++_LIBRARY=$LMAGICK \
+   -DImageMagick_Magick++_INCLUDE_DIR=/usr/include/ImageMagick-6 \
+   ..
+  make
+}
+
+check() {
+  ldd ${srcdir}/${pkgname}-linux-${pkgver}/builddir/cuneiform | grep Magick 
/dev/null
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-linux-${pkgver}/builddir
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 
${srcdir}/${pkgname}-linux-${pkgver}/cuneiform_src/Kern/license.txt \
+${pkgdir}/usr/share/licenses/cuneiform/license.txt
+}

Copied: cuneiform/repos/community-staging-x86_64/PKGBUILD (from rev 95237, 
cuneiform/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-08-07 10:45:38 UTC (rev 95238)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Maxim Vuets maxim.vu...@gmail.com
+
+pkgname=cuneiform
+pkgver=1.1.0
+_dpkgver=1.1
+pkgrel=9
+pkgdesc=Linux port of an OCR system developed in Russia. Supports more than 
20 languages.
+arch=('i686' 'x86_64')
+url=https://launchpad.net/cuneiform-linux;
+license=('BSD')
+depends=('imagemagick')
+makedepends=('cmake')
+source=(http://launchpad.net/cuneiform-linux/${_dpkgver}/${_dpkgver}/+download/cuneiform-linux-${pkgver}.tar.bz2)
+md5sums=('09fd160cdfc512f26442a7e91246598d')
+
+build() {
+  cd ${srcdir}/${pkgname}-linux-${pkgver}
+  sed -i 's#lib64#lib#' install_files.cmake
+  mkdir -p builddir
+  cd builddir
+
+  LMAGICK=`ls -1 /usr/lib/libMagick++*.so.?`
+
+  cmake \
+   -DCMAKE_BUILD_TYPE=release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DImageMagick_Magick++_LIBRARY=$LMAGICK \
+   -DImageMagick_Magick++_INCLUDE_DIR=/usr/include/ImageMagick-6 \
+   ..
+  make
+}
+
+check() {
+  ldd ${srcdir}/${pkgname}-linux-${pkgver}/builddir/cuneiform | grep Magick 
/dev/null
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-linux-${pkgver}/builddir
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 
${srcdir}/${pkgname}-linux-${pkgver}/cuneiform_src/Kern/license.txt \
+${pkgdir}/usr/share/licenses/cuneiform/license.txt
+}



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

2013-08-07 Thread Sergej Pupykin
Date: Wednesday, August 7, 2013 @ 13:39:11
  Author: spupykin
Revision: 95239

upgpkg: inn 2.5.3-8

upd

Modified:
  inn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-07 10:45:38 UTC (rev 95238)
+++ PKGBUILD2013-08-07 11:39:11 UTC (rev 95239)
@@ -5,12 +5,12 @@
 
 pkgname=inn
 pkgver=2.5.3
-pkgrel=7
+pkgrel=8
 pkgdesc=Complete open source Usenet system. De facto standard for handling 
news routing, news spool and serving the spool to customers.
 url=http://www.isc.org/software/inn/;
 arch=('i686' 'x86_64')
 license=(custom:INN)
-depends=('openssl' 'dovecot')
+depends=('openssl')
 makedepends=('make' 'bison' 'python2' 'gcc' 'smtp-forwarder' 'libsasl')
 optdepends=('perl' 'python2' 'libsasl')
 options=(emptydirs docs zipman)



[arch-commits] Commit in inn/repos (20 files)

2013-08-07 Thread Sergej Pupykin
Date: Wednesday, August 7, 2013 @ 13:39:42
  Author: spupykin
Revision: 95240

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

Added:
  inn/repos/community-i686/PKGBUILD
(from rev 95239, inn/trunk/PKGBUILD)
  inn/repos/community-i686/inn.install
(from rev 95239, inn/trunk/inn.install)
  inn/repos/community-i686/inn.tmpfiles
(from rev 95239, inn/trunk/inn.tmpfiles)
  inn/repos/community-i686/innd.service
(from rev 95239, inn/trunk/innd.service)
  inn/repos/community-i686/site.make.patch
(from rev 95239, inn/trunk/site.make.patch)
  inn/repos/community-x86_64/PKGBUILD
(from rev 95239, inn/trunk/PKGBUILD)
  inn/repos/community-x86_64/inn.install
(from rev 95239, inn/trunk/inn.install)
  inn/repos/community-x86_64/inn.tmpfiles
(from rev 95239, inn/trunk/inn.tmpfiles)
  inn/repos/community-x86_64/innd.service
(from rev 95239, inn/trunk/innd.service)
  inn/repos/community-x86_64/site.make.patch
(from rev 95239, inn/trunk/site.make.patch)
Deleted:
  inn/repos/community-i686/PKGBUILD
  inn/repos/community-i686/inn.install
  inn/repos/community-i686/inn.tmpfiles
  inn/repos/community-i686/innd.service
  inn/repos/community-i686/site.make.patch
  inn/repos/community-x86_64/PKGBUILD
  inn/repos/community-x86_64/inn.install
  inn/repos/community-x86_64/inn.tmpfiles
  inn/repos/community-x86_64/innd.service
  inn/repos/community-x86_64/site.make.patch

--+
 /PKGBUILD|  250 +
 /inn.install |   44 ++
 /inn.tmpfiles|2 
 /innd.service|   32 
 /site.make.patch |   64 +
 community-i686/PKGBUILD  |  125 --
 community-i686/inn.install   |   22 ---
 community-i686/inn.tmpfiles  |1 
 community-i686/innd.service  |   16 --
 community-i686/site.make.patch   |   32 
 community-x86_64/PKGBUILD|  125 --
 community-x86_64/inn.install |   22 ---
 community-x86_64/inn.tmpfiles|1 
 community-x86_64/innd.service|   16 --
 community-x86_64/site.make.patch |   32 
 15 files changed, 392 insertions(+), 392 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-07 11:39:11 UTC (rev 95239)
+++ community-i686/PKGBUILD 2013-08-07 11:39:42 UTC (rev 95240)
@@ -1,125 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Edward Tjörnhammar xh...@cube2.se
-# Contributor: Edward Tjörnhammar xh...@cube2.se
-
-pkgname=inn
-pkgver=2.5.3
-pkgrel=7
-pkgdesc=Complete open source Usenet system. De facto standard for handling 
news routing, news spool and serving the spool to customers.
-url=http://www.isc.org/software/inn/;
-arch=('i686' 'x86_64')
-license=(custom:INN)
-depends=('openssl' 'dovecot')
-makedepends=('make' 'bison' 'python2' 'gcc' 'smtp-forwarder' 'libsasl')
-optdepends=('perl' 'python2' 'libsasl')
-options=(emptydirs docs zipman)
-install=inn.install
-backup=(etc/inn/newsfeeds
-   etc/inn/incoming.conf
-   etc/inn/nnrpd.track
-   etc/inn/passwd.nntp
-   etc/inn/inn.conf
-   etc/inn/moderators
-   etc/inn/control.ctl
-   etc/inn/expire.ctl
-   etc/inn/nntpsend.ctl
-   etc/inn/innreport.conf
-   etc/inn/innwatch.ctl
-   etc/inn/distrib.pats
-   etc/inn/actsync.cfg
-   etc/inn/actsync.ign
-   etc/inn/motd.news
-   etc/inn/storage.conf
-   etc/inn/cycbuff.conf
-   etc/inn/buffindexed.conf
-   etc/inn/innfeed.conf
-   etc/inn/news2mail.cf
-   etc/inn/readers.conf
-   etc/inn/radius.conf
-   etc/inn/ovdb.conf
-   etc/inn/subscriptions
-   var/db/inn/active
-   var/db/inn/active.times
-   var/db/inn/history
-   var/db/inn/history.dir
-   var/db/inn/history.hash
-   var/db/inn/history.index
-   var/db/inn/newsgroups)
-source=(http://ftp.isc.org/isc/inn/inn-$pkgver.tar.gz
-   innd.service
-   inn.tmpfiles
-   site.make.patch)
-md5sums=('353fe95232828ddbc80debff86c240bc'
- '9da925a486fcf0cd67fdf462cbb9c0b4'
- '050b7b3361c673a118739e42349e'
- '960c800026ed6e03901cf0bafdfd53d8')
-
-prepare() {
-  cd $srcdir/inn-$pkgver
-#  sed -i 's|-export-dynamic gnu|-export-dynamic|' Makefile.global
-  [ $NOEXTRACT -eq 1 ] || patch -p3  $srcdir/site.make.patch
-  sed -i 's|#define L_NOTICE.*|#define L_NOTICE LOG_NOTICE|' 
include/inn/options.h
-}
-
-build() {
-  cd $srcdir/inn-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-   --includedir=/usr/include/inn \
-   --sbindir=/usr/sbin \
-   --with-libtool \
-   --with-gnu-id \
-   --with-db-dir=/var/db/inn \
-   --sysconfdir=/etc/inn \
-   --with-spool-dir=/var/spool/news \
-   --with-log-dir=/var/log/inn \
-   --with-run-dir=/var/run/inn \
-   

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

2013-08-07 Thread Tobias Powalowski
Date: Wednesday, August 7, 2013 @ 14:41:11
  Author: tpowa
Revision: 192198

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

Added:
  gpgme/repos/core-i686/PKGBUILD
(from rev 192197, gpgme/repos/testing-i686/PKGBUILD)
  gpgme/repos/core-i686/gpgme.install
(from rev 192197, gpgme/repos/testing-i686/gpgme.install)
  gpgme/repos/core-x86_64/PKGBUILD
(from rev 192197, gpgme/repos/testing-x86_64/PKGBUILD)
  gpgme/repos/core-x86_64/gpgme.install
(from rev 192197, gpgme/repos/testing-x86_64/gpgme.install)
Deleted:
  gpgme/repos/core-i686/PKGBUILD
  gpgme/repos/core-i686/gpgme.install
  gpgme/repos/core-x86_64/PKGBUILD
  gpgme/repos/core-x86_64/gpgme.install
  gpgme/repos/testing-i686/
  gpgme/repos/testing-x86_64/

---+
 /PKGBUILD |   70 
 /gpgme.install|   40 +
 core-i686/PKGBUILD|   34 -
 core-i686/gpgme.install   |   20 
 core-x86_64/PKGBUILD  |   34 -
 core-x86_64/gpgme.install |   20 
 6 files changed, 110 insertions(+), 108 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2013-08-07 09:57:28 UTC (rev 192197)
+++ core-i686/PKGBUILD  2013-08-07 12:41:11 UTC (rev 192198)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: Roman Kyrylych ro...@archlinux.org
-# Contributor: Sarah Hay sa...@archlinux.org
-
-pkgname=gpgme
-pkgver=1.4.2
-pkgrel=1
-pkgdesc=A C wrapper library for GnuPG
-arch=('i686' 'x86_64')
-url=http://www.gnupg.org/related_software/gpgme/;
-license=('GPL')
-depends=('libgpg-error' 'pth' 'gnupg=2')
-install=${pkgname}.install
-options=('!libtool' '!emptydirs')
-source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
-md5sums=('c8cb345ba7c0353e47bdf3c5c05e49be'
- 'SKIP')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-static --disable-gpgsm-test
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: gpgme/repos/core-i686/PKGBUILD (from rev 192197, 
gpgme/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2013-08-07 12:41:11 UTC (rev 192198)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Roman Kyrylych ro...@archlinux.org
+# Contributor: Sarah Hay sa...@archlinux.org
+
+pkgname=gpgme
+pkgver=1.4.2
+pkgrel=2
+pkgdesc=A C wrapper library for GnuPG
+arch=('i686' 'x86_64')
+url=http://www.gnupg.org/related_software/gpgme/;
+license=('GPL')
+depends=('libgpg-error' 'pth' 'gnupg=2')
+install=${pkgname}.install
+options=('!libtool' '!emptydirs')
+source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+md5sums=('c8cb345ba7c0353e47bdf3c5c05e49be'
+ 'SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-fd-passing --disable-static \
+  --disable-gpgsm-test
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: core-i686/gpgme.install
===
--- core-i686/gpgme.install 2013-08-07 09:57:28 UTC (rev 192197)
+++ core-i686/gpgme.install 2013-08-07 12:41:11 UTC (rev 192198)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(gpgme.info gpgme.info-1 gpgme.info-2)
-
-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: gpgme/repos/core-i686/gpgme.install (from rev 192197, 
gpgme/repos/testing-i686/gpgme.install)
===
--- core-i686/gpgme.install (rev 0)
+++ core-i686/gpgme.install 2013-08-07 12:41:11 UTC (rev 192198)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(gpgme.info gpgme.info-1 gpgme.info-2)
+
+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
+}

Deleted: 

[arch-commits] Commit in ttf-linux-libertine-g/repos (3 files)

2013-08-07 Thread Balló György
Date: Wednesday, August 7, 2013 @ 15:23:12
  Author: bgyorgy
Revision: 95242

archrelease: copy trunk to community-any

Added:
  ttf-linux-libertine-g/repos/community-any/
  ttf-linux-libertine-g/repos/community-any/PKGBUILD
(from rev 95241, ttf-linux-libertine-g/trunk/PKGBUILD)
  ttf-linux-libertine-g/repos/community-any/ttf-linux-libertine-g.install
(from rev 95241, ttf-linux-libertine-g/trunk/ttf-linux-libertine-g.install)

---+
 PKGBUILD  |   25 +
 ttf-linux-libertine-g.install |   13 +
 2 files changed, 38 insertions(+)

Copied: ttf-linux-libertine-g/repos/community-any/PKGBUILD (from rev 95241, 
ttf-linux-libertine-g/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2013-08-07 13:23:12 UTC (rev 95242)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=ttf-linux-libertine-g
+_pkgname=LinLibertineG
+pkgver=20120116
+pkgrel=2
+pkgdesc=Graphite port of Linux Libertine and Linux Biolinum fonts
+arch=('any')
+url=http://numbertext.org/linux/;
+license=('GPL' 'custom:OFL')
+depends=('fontconfig' 'xorg-mkfontdir')
+install=$pkgname.install
+md5sums=('e7a384790b13c29113e22e596ade9687')
+source=(http://www.numbertext.org/linux/${md5sums[0]}-$_pkgname-$pkgver.zip)
+
+package() {
+  cd $srcdir/$_pkgname
+
+  install -dm755 $pkgdir/usr/share/fonts/TTF
+  install -m644 *.ttf $pkgdir/usr/share/fonts/TTF/
+
+  install -Dm644 OFL.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 LICENCE.txt $pkgdir/usr/share/licenses/$pkgname/README
+}

Copied: ttf-linux-libertine-g/repos/community-any/ttf-linux-libertine-g.install 
(from rev 95241, ttf-linux-libertine-g/trunk/ttf-linux-libertine-g.install)
===
--- community-any/ttf-linux-libertine-g.install (rev 0)
+++ community-any/ttf-linux-libertine-g.install 2013-08-07 13:23:12 UTC (rev 
95242)
@@ -0,0 +1,13 @@
+post_install() {
+  fc-cache -fs /dev/null
+  mkfontscale usr/share/fonts/TTF
+  mkfontdir usr/share/fonts/TTF
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



[arch-commits] Commit in (5 files)

2013-08-07 Thread Balló György
Date: Wednesday, August 7, 2013 @ 15:18:14
  Author: bgyorgy
Revision: 95241

Move ttf-linux-libertine-g from unsupported with 21 votes

Added:
  ttf-linux-libertine-g/
  ttf-linux-libertine-g/repos/
  ttf-linux-libertine-g/trunk/
  ttf-linux-libertine-g/trunk/PKGBUILD
  ttf-linux-libertine-g/trunk/ttf-linux-libertine-g.install

---+
 PKGBUILD  |   25 +
 ttf-linux-libertine-g.install |   13 +
 2 files changed, 38 insertions(+)

Added: ttf-linux-libertine-g/trunk/PKGBUILD
===
--- ttf-linux-libertine-g/trunk/PKGBUILD(rev 0)
+++ ttf-linux-libertine-g/trunk/PKGBUILD2013-08-07 13:18:14 UTC (rev 
95241)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=ttf-linux-libertine-g
+_pkgname=LinLibertineG
+pkgver=20120116
+pkgrel=2
+pkgdesc=Graphite port of Linux Libertine and Linux Biolinum fonts
+arch=('any')
+url=http://numbertext.org/linux/;
+license=('GPL' 'custom:OFL')
+depends=('fontconfig' 'xorg-mkfontdir')
+install=$pkgname.install
+md5sums=('e7a384790b13c29113e22e596ade9687')
+source=(http://www.numbertext.org/linux/${md5sums[0]}-$_pkgname-$pkgver.zip)
+
+package() {
+  cd $srcdir/$_pkgname
+
+  install -dm755 $pkgdir/usr/share/fonts/TTF
+  install -m644 *.ttf $pkgdir/usr/share/fonts/TTF/
+
+  install -Dm644 OFL.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 LICENCE.txt $pkgdir/usr/share/licenses/$pkgname/README
+}


Property changes on: ttf-linux-libertine-g/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: ttf-linux-libertine-g/trunk/ttf-linux-libertine-g.install
===
--- ttf-linux-libertine-g/trunk/ttf-linux-libertine-g.install   
(rev 0)
+++ ttf-linux-libertine-g/trunk/ttf-linux-libertine-g.install   2013-08-07 
13:18:14 UTC (rev 95241)
@@ -0,0 +1,13 @@
+post_install() {
+  fc-cache -fs /dev/null
+  mkfontscale usr/share/fonts/TTF
+  mkfontdir usr/share/fonts/TTF
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2013-08-07 Thread Balló György
Date: Wednesday, August 7, 2013 @ 15:38:52
  Author: bgyorgy
Revision: 95244

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

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

-+
 /PKGBUILD   |   56 ++
 /hitori.install |   22 ++
 community-i686/PKGBUILD |   28 ---
 community-i686/hitori.install   |   11 ---
 community-x86_64/PKGBUILD   |   28 ---
 community-x86_64/hitori.install |   11 ---
 6 files changed, 78 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-07 13:38:46 UTC (rev 95243)
+++ community-i686/PKGBUILD 2013-08-07 13:38:52 UTC (rev 95244)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-
-pkgname=hitori
-pkgver=0.4.0
-pkgrel=1
-pkgdesc=GTK+ application to generate and let you play games of Hitori
-arch=('i686' 'x86_64')
-url=https://live.gnome.org/Hitori;
-license=('GPL')
-depends=('gtk3' 'hicolor-icon-theme' 'xdg-utils')
-makedepends=('intltool' 'itstool')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5d9e1c0f5d33c960167a126242bf57ff4865a6aaf6602da4a25aae56dc491030')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-}

Copied: hitori/repos/community-i686/PKGBUILD (from rev 95243, 
hitori/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-07 13:38:52 UTC (rev 95244)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=hitori
+pkgver=0.4.1
+pkgrel=1
+pkgdesc=GTK+ application to generate and let you play games of Hitori
+arch=('i686' 'x86_64')
+url=https://live.gnome.org/Hitori;
+license=('GPL')
+depends=('gtk3' 'hicolor-icon-theme' 'xdg-utils')
+makedepends=('intltool' 'itstool')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('7a34ea697086cabd48ef740370f69995c9487def78ad7c9f280279eea2f282af')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+}

Deleted: community-i686/hitori.install
===
--- community-i686/hitori.install   2013-08-07 13:38:46 UTC (rev 95243)
+++ community-i686/hitori.install   2013-08-07 13:38:52 UTC (rev 95244)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: hitori/repos/community-i686/hitori.install (from rev 95243, 
hitori/trunk/hitori.install)
===
--- community-i686/hitori.install   (rev 0)
+++ community-i686/hitori.install   2013-08-07 13:38:52 UTC (rev 95244)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-08-07 13:38:46 UTC (rev 95243)
+++ community-x86_64/PKGBUILD   2013-08-07 13:38:52 UTC (rev 95244)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-
-pkgname=hitori
-pkgver=0.4.0
-pkgrel=1
-pkgdesc=GTK+ application to generate and let you play games of Hitori
-arch=('i686' 'x86_64')
-url=https://live.gnome.org/Hitori;
-license=('GPL')
-depends=('gtk3' 'hicolor-icon-theme' 'xdg-utils')
-makedepends=('intltool' 'itstool')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5d9e1c0f5d33c960167a126242bf57ff4865a6aaf6602da4a25aae56dc491030')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc 

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

2013-08-07 Thread Balló György
Date: Wednesday, August 7, 2013 @ 15:38:46
  Author: bgyorgy
Revision: 95243

upgpkg: hitori 0.4.1-1

Update to version 0.4.1

Modified:
  hitori/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-07 13:23:12 UTC (rev 95242)
+++ PKGBUILD2013-08-07 13:38:46 UTC (rev 95243)
@@ -2,7 +2,7 @@
 # Maintainer: Balló György ballogyor+arch at gmail dot com
 
 pkgname=hitori
-pkgver=0.4.0
+pkgver=0.4.1
 pkgrel=1
 pkgdesc=GTK+ application to generate and let you play games of Hitori
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'itstool')
 install=$pkgname.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5d9e1c0f5d33c960167a126242bf57ff4865a6aaf6602da4a25aae56dc491030')
+sha256sums=('7a34ea697086cabd48ef740370f69995c9487def78ad7c9f280279eea2f282af')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



[arch-commits] Commit in perl-time-duration/repos/community-any (PKGBUILD PKGBUILD)

2013-08-07 Thread Sergej Pupykin
Date: Wednesday, August 7, 2013 @ 15:42:50
  Author: spupykin
Revision: 95246

archrelease: copy trunk to community-any

Added:
  perl-time-duration/repos/community-any/PKGBUILD
(from rev 95245, perl-time-duration/trunk/PKGBUILD)
Deleted:
  perl-time-duration/repos/community-any/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-07 13:42:37 UTC (rev 95245)
+++ PKGBUILD2013-08-07 13:42:50 UTC (rev 95246)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Francois Charette firmi...@gmx.net
-
-pkgname=perl-time-duration
-pkgver=1.1
-pkgrel=2
-pkgdesc=rounded or exact English expression of durations
-arch=('any')
-url=http://search.cpan.org/dist/Time-Duration;
-license=('GPL' 'PerlArtistic')
-depends=('perl')
-makedepends=('perl-test-pod-coverage' 'perl-test-pod')
-provides=($pkgname=`perl -Mversion -e \print 
version-parse('$pkgver')-normal\|tail -c+2`)
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/A/AV/AVIF/Time-Duration-$pkgver.tar.gz)
-md5sums=('120c16b3a31f5d24f17325295078fe6c')
-
-build() {
-  cd  $srcdir/Time-Duration-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  $srcdir/Time-Duration-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-time-duration/repos/community-any/PKGBUILD (from rev 95245, 
perl-time-duration/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-07 13:42:50 UTC (rev 95246)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Francois Charette firmi...@gmx.net
+
+pkgname=perl-time-duration
+epoch=1
+pkgver=1.1
+pkgrel=3
+pkgdesc=rounded or exact English expression of durations
+arch=('any')
+url=http://search.cpan.org/dist/Time-Duration;
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+makedepends=('perl-test-pod-coverage' 'perl-test-pod')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/A/AV/AVIF/Time-Duration-${pkgver}.tar.gz)
+md5sums=('120c16b3a31f5d24f17325295078fe6c')
+
+build() {
+  cd  $srcdir/Time-Duration-${pkgver}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/Time-Duration-${pkgver}
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



[arch-commits] Commit in perl-time-duration/trunk (PKGBUILD)

2013-08-07 Thread Sergej Pupykin
Date: Wednesday, August 7, 2013 @ 15:42:37
  Author: spupykin
Revision: 95245

upgpkg: perl-time-duration 1:1.1-3

upd

Modified:
  perl-time-duration/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-07 13:38:52 UTC (rev 95244)
+++ PKGBUILD2013-08-07 13:42:37 UTC (rev 95245)
@@ -3,27 +3,27 @@
 # Contributor: Francois Charette firmi...@gmx.net
 
 pkgname=perl-time-duration
+epoch=1
 pkgver=1.1
-pkgrel=2
+pkgrel=3
 pkgdesc=rounded or exact English expression of durations
 arch=('any')
 url=http://search.cpan.org/dist/Time-Duration;
 license=('GPL' 'PerlArtistic')
 depends=('perl')
 makedepends=('perl-test-pod-coverage' 'perl-test-pod')
-provides=($pkgname=`perl -Mversion -e \print 
version-parse('$pkgver')-normal\|tail -c+2`)
 options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/A/AV/AVIF/Time-Duration-$pkgver.tar.gz)
+source=(http://www.cpan.org/authors/id/A/AV/AVIF/Time-Duration-${pkgver}.tar.gz)
 md5sums=('120c16b3a31f5d24f17325295078fe6c')
 
 build() {
-  cd  $srcdir/Time-Duration-$pkgver
+  cd  $srcdir/Time-Duration-${pkgver}
   PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
   make
 }
 
 package() {
-  cd  $srcdir/Time-Duration-$pkgver
+  cd  $srcdir/Time-Duration-${pkgver}
   make install DESTDIR=$pkgdir
   find $pkgdir -name '.packlist' -delete
   find $pkgdir -name '*.pod' -delete



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

2013-08-07 Thread Andreas Radke
Date: Wednesday, August 7, 2013 @ 16:08:37
  Author: andyrtr
Revision: 192199

upgpkg: evolution-data-server 3.8.4-3

db rebuild

Modified:
  evolution-data-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-07 12:41:11 UTC (rev 192198)
+++ PKGBUILD2013-08-07 14:08:37 UTC (rev 192199)
@@ -3,7 +3,7 @@
 
 pkgname=evolution-data-server
 pkgver=3.8.4
-pkgrel=2
+pkgrel=3
 pkgdesc=Centralized access to appointments and contacts
 arch=(i686 x86_64)
 depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata)



[arch-commits] Commit in evolution-data-server/repos (14 files)

2013-08-07 Thread Andreas Radke
Date: Wednesday, August 7, 2013 @ 16:09:10
  Author: andyrtr
Revision: 192200

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

Added:
  evolution-data-server/repos/staging-i686/
  evolution-data-server/repos/staging-i686/PKGBUILD
(from rev 192199, evolution-data-server/trunk/PKGBUILD)
  evolution-data-server/repos/staging-i686/evolution-data-server.install
(from rev 192199, evolution-data-server/trunk/evolution-data-server.install)
  evolution-data-server/repos/staging-i686/fix-google-2fa-1.patch
(from rev 192199, evolution-data-server/trunk/fix-google-2fa-1.patch)
  evolution-data-server/repos/staging-i686/fix-google-2fa-2.patch
(from rev 192199, evolution-data-server/trunk/fix-google-2fa-2.patch)
  evolution-data-server/repos/staging-i686/fix-google-2fa-3.patch
(from rev 192199, evolution-data-server/trunk/fix-google-2fa-3.patch)
  evolution-data-server/repos/staging-i686/fix-google-2fa-4.patch
(from rev 192199, evolution-data-server/trunk/fix-google-2fa-4.patch)
  evolution-data-server/repos/staging-x86_64/
  evolution-data-server/repos/staging-x86_64/PKGBUILD
(from rev 192199, evolution-data-server/trunk/PKGBUILD)
  evolution-data-server/repos/staging-x86_64/evolution-data-server.install
(from rev 192199, evolution-data-server/trunk/evolution-data-server.install)
  evolution-data-server/repos/staging-x86_64/fix-google-2fa-1.patch
(from rev 192199, evolution-data-server/trunk/fix-google-2fa-1.patch)
  evolution-data-server/repos/staging-x86_64/fix-google-2fa-2.patch
(from rev 192199, evolution-data-server/trunk/fix-google-2fa-2.patch)
  evolution-data-server/repos/staging-x86_64/fix-google-2fa-3.patch
(from rev 192199, evolution-data-server/trunk/fix-google-2fa-3.patch)
  evolution-data-server/repos/staging-x86_64/fix-google-2fa-4.patch
(from rev 192199, evolution-data-server/trunk/fix-google-2fa-4.patch)

--+
 staging-i686/PKGBUILD|   50 +++
 staging-i686/evolution-data-server.install   |   11 
 staging-i686/fix-google-2fa-1.patch  |  402 +
 staging-i686/fix-google-2fa-2.patch  |   86 +
 staging-i686/fix-google-2fa-3.patch  |   48 ++
 staging-i686/fix-google-2fa-4.patch  |  159 +
 staging-x86_64/PKGBUILD  |   50 +++
 staging-x86_64/evolution-data-server.install |   11 
 staging-x86_64/fix-google-2fa-1.patch|  402 +
 staging-x86_64/fix-google-2fa-2.patch|   86 +
 staging-x86_64/fix-google-2fa-3.patch|   48 ++
 staging-x86_64/fix-google-2fa-4.patch|  159 +
 12 files changed, 1512 insertions(+)

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


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

2013-08-07 Thread Tobias Powalowski
Date: Wednesday, August 7, 2013 @ 16:42:42
  Author: tpowa
Revision: 192201

upgpkg: hwdetect 2013.08-1

big simplify of advanced hook detection

Modified:
  hwdetect/trunk/PKGBUILD
  hwdetect/trunk/hwdetect

--+
 PKGBUILD |4 +-
 hwdetect |  102 +
 2 files changed, 4 insertions(+), 102 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-07 14:09:10 UTC (rev 192200)
+++ PKGBUILD2013-08-07 14:42:42 UTC (rev 192201)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 pkgname=hwdetect
-pkgver=2013.07
+pkgver=2013.08
 pkgrel=1
 pkgdesc=Hardware detection script with loading modules and mkinitcpio.conf / 
rc.conf support
 arch=(any)
@@ -16,4 +16,4 @@
 package() {
   install -D -m 755 ${srcdir}/hwdetect ${pkgdir}/usr/bin/hwdetect
 }
-md5sums=('a3c84221a91a32e55deff0edb1e00fc1')
+md5sums=('c40773ccf82b1a7da2d29d5fd4f7aefc')

Modified: hwdetect
===
--- hwdetect2013-08-07 14:09:10 UTC (rev 192200)
+++ hwdetect2013-08-07 14:42:42 UTC (rev 192201)
@@ -105,101 +105,7 @@
 ADVANCED=
 # root device check
 if ! [ $ROOTDEVICE =  ]; then
-# check device mapper devices
-   if [ $(echo $ROOTDEVICE | grep /dev/mapper) ]; then
-   # check if encryption is used
-   if [ $(cryptsetup status $ROOTDEVICE 2/dev/null) ]; then
-   ADVANCED=encrypt
-   # check on lvm
-   realdevice=$(cryptsetup status $ROOTDEVICE 2/dev/null 
| grep device:.*/dev/mapper/ | sed -e 's#.*\ ##g')
-   if [ $(lvs $realdevice 2/dev/null) ]; then
-   ADVANCED=lvm2 encrypt
-   vg=$(echo $(lvs -o vg_name --noheading 
$realdevice))
-   # check on raid
-   [ $(pvs -o pv_name,vg_name --noheading | grep 
$vg$ | grep /dev/md) ]  ADVANCED=mdadm_udev lvm2 encrypt
-   fi
-   # check on raid
-   if [ $(cryptsetup status $ROOTDEVICE 2/dev/null | 
grep device:.*/dev/md | sed -e 's#.*\ ##g') ]; then
-   ADVANCED=mdadm_udev encrypt
-   realdevice=$(cryptsetup status $ROOTDEVICE 
2/dev/null | grep device:.*/dev/md | sed -e 's#.*\ ##g')
-   # check on lvm
-   [ $(mdadm --detail $realdevice | grep 
/dev/dm-) ]  ADVANCED=lvm2 mdadm_udev encrypt
-   fi
-   fi
-   # check if lvm is used
-   if [ $(lvs $ROOTDEVICE 2/dev/null) ]; then
-   ADVANCED=lvm2
-   vg=$(echo $(lvs -o vg_name --noheading $ROOTDEVICE))
-   # check on encrypt
-   if [ $(pvs -o pv_name,vg_name --noheading | grep 
$vg$ | grep /dev/dm-) ]; then 
-   ADVANCED=encrypt lvm2
-   # check on raid
-   [ $(pvs -o pv_name,vg_name --noheading | grep 
$vg$ | grep /dev/md) ]  ADVANCED=mdadm_udev encrypt lvm2
-   for i in $(pvs -o pv_name,vg_name --noheading 
| grep $vg$ | grep /dev/dm-); do
-   realdevice=$(echo $i | cut -d ' ' -f1)
-   #getsymlink=$(readlink $realdevice)
-   #correctdevice=$(echo $getsymlink | 
sed -e 's#\.\.#/dev#g')
-   [ $(cryptsetup status $realdevice 
2/dev/null | grep device:.*/dev/md) ]  ADVANCED=mdadm_udev encrypt lvm2
-   done
-   fi
-   # check on raid
-   if [ $(pvs -o pv_name,vg_name --noheading | grep 
$vg$ | grep /dev/md) ]; then
-   ADVANCED=mdadm_udev lvm2
-   #check on encrypt
-   [ $(pvs -o pv_name,vg_name --noheading | grep 
$vg$ | grep /dev/dm-) ]  ADVANCED=encrypt mdadm_udev lvm2
-   for i in $(pvs -o pv_name,vg_name --noheading 
| grep $vg$ | grep /dev/md); do
-   realdevice=$(echo $i | cut -d ' ' -f1)
-   [ $(mdadm --detail $realdevice | grep 
/dev/dm-) ]  ADVANCED=encrypt mdadm_udev lvm2
-   done
-   fi
-   fi
-   fi
-   # check md device
-   if [ $(echo $ROOTDEVICE | grep /dev/md) ]; then
-   ADVANCED=mdadm_udev
-   # raid partitions or raid?
-   if [ $(echo $ROOTDEVICE | grep /dev/md*p) ]; then
-   realdevice=$(echo $ROOTDEVICE | sed -e 's#p.*##g' -e 
's#/dev/##g')
-   

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

2013-08-07 Thread Tobias Powalowski
Date: Wednesday, August 7, 2013 @ 16:42:51
  Author: tpowa
Revision: 192202

archrelease: copy trunk to extra-any

Added:
  hwdetect/repos/extra-any/PKGBUILD
(from rev 192201, hwdetect/trunk/PKGBUILD)
  hwdetect/repos/extra-any/hwdetect
(from rev 192201, hwdetect/trunk/hwdetect)
Deleted:
  hwdetect/repos/extra-any/PKGBUILD
  hwdetect/repos/extra-any/hwdetect

--+
 PKGBUILD |   38 +-
 hwdetect |  846 ++---
 2 files changed, 393 insertions(+), 491 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-07 14:42:42 UTC (rev 192201)
+++ PKGBUILD2013-08-07 14:42:51 UTC (rev 192202)
@@ -1,19 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-pkgname=hwdetect
-pkgver=2013.07
-pkgrel=1
-pkgdesc=Hardware detection script with loading modules and mkinitcpio.conf / 
rc.conf support
-arch=(any)
-license=('GPL')
-depends=('sh' 'awk' 'grep' 'coreutils' 'sed' 'e2fsprogs')
-optdepends=('cryptsetup: for encrypt mkinitcpio config support'
-'dmraid: for dmraid mkinitcpio config support'
-'lvm2:   for lvm2 mkinitcpio config support'
-'mdadm:  for raid mkinitcpio config support')
-source=(hwdetect)
-
-package() {
-  install -D -m 755 ${srcdir}/hwdetect ${pkgdir}/usr/bin/hwdetect
-}
-md5sums=('a3c84221a91a32e55deff0edb1e00fc1')

Copied: hwdetect/repos/extra-any/PKGBUILD (from rev 192201, 
hwdetect/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-07 14:42:51 UTC (rev 192202)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=hwdetect
+pkgver=2013.08
+pkgrel=1
+pkgdesc=Hardware detection script with loading modules and mkinitcpio.conf / 
rc.conf support
+arch=(any)
+license=('GPL')
+depends=('sh' 'awk' 'grep' 'coreutils' 'sed' 'e2fsprogs')
+optdepends=('cryptsetup: for encrypt mkinitcpio config support'
+'dmraid: for dmraid mkinitcpio config support'
+'lvm2:   for lvm2 mkinitcpio config support'
+'mdadm:  for raid mkinitcpio config support')
+source=(hwdetect)
+
+package() {
+  install -D -m 755 ${srcdir}/hwdetect ${pkgdir}/usr/bin/hwdetect
+}
+md5sums=('c40773ccf82b1a7da2d29d5fd4f7aefc')

Deleted: hwdetect
===
--- hwdetect2013-08-07 14:42:42 UTC (rev 192201)
+++ hwdetect2013-08-07 14:42:51 UTC (rev 192202)
@@ -1,472 +0,0 @@
-#! /bin/sh
-# Autodetection script for scanning /sys for hardware
-# for Archlinux by Tobias Powalowski tp...@archlinux.org
-usage () {
-   echo $0 [options]
-   echo 
-   echo  This is a tool that detects/lists modules that are exported by 
/sys
-   echo 
-   echo   Options:
-   echo --kernel_version=  use kernel version (no autodetect)
-   echo --kernel_directory=use kernel module directory (no 
autodetect)
-   echo --load-modules load all detected modules
-   echo --unload-modules   unload all detected modules
-   echo --show-modules show all detected modules
-   echo --show-modules-order   shows load order of detected modules
-   echo --show-agp show AGP modules
-   echo --show-acpishow ACPI modules
-echo --show-block   show BLOCK DEVICE modules
-   echo --show-net show NETWORK modules
-   echo --show-drm show DRM modules
-   echo --show-input   show INPUT modules
-   echo --show-irdashow IRDA modules
-   echo --show-isdnshow ISDN modules
-   echo --show-pcmcia  show PCMCIA modules
-   echo --show-sound   show SOUND modules
-   echo --show-staging show STAGING modules
-   echo --show-other   show OTHER modules
-   echo 
-   echo   For /etc/mkinitcpio.conf use:
-   echo --filesystem   add filesystems to MODULES=
-   echo --hostcontroller   show MODULES= for all hostcontrollers
-   echo --ati-kms  add ati kernel mode setting 
-   echo --intel-kmsadd intel kernel mode setting
-   echo --nvidia-kms   add nvidia kernel mode setting
-echo  
-   echo --rootdevice=  autodetected advanced features of 
rootdevice
-   echo --hooks-dir=   use this directory for HOOKS check
-   echo --advanced show autodetected advanced HOOKS
-   echo --hooksshow HOOKS=
-   echo --dmraid   add dmraid to HOOKS=
-   echo --keymap   add keymap to HOOKS=
-   echo --pcmcia   add pcmcia to HOOKS=
-   echo --nfs   

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

2013-08-07 Thread Jan Steffens
Date: Wednesday, August 7, 2013 @ 16:50:45
  Author: heftig
Revision: 192203

prepare 0.9

Added:
  libquvi/trunk/PKGBUILD-0.9

--+
 PKGBUILD-0.9 |   28 
 1 file changed, 28 insertions(+)

Added: PKGBUILD-0.9
===
--- PKGBUILD-0.9(rev 0)
+++ PKGBUILD-0.92013-08-07 14:50:45 UTC (rev 192203)
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 170942 2012-11-13 21:14:25Z heftig $
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+
+pkgname=libquvi
+pkgver=0.9.2
+pkgrel=1
+pkgdesc='Library for parsing video download links.'
+arch=('i686' 'x86_64')
+url='http://quvi.sourceforge.net/'
+license=('LGPL')
+depends=('libquvi-scripts' 'curl' 'lua51' 'libproxy' 'libgcrypt' 'glib2')
+conflicts=('quvi0.9.0')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/quvi/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('6474cdcce8b4d0d6ed86617313cd1cdf'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in libquvi-scripts/trunk (PKGBUILD PKGBUILD-0.9)

2013-08-07 Thread Jan Steffens
Date: Wednesday, August 7, 2013 @ 16:52:27
  Author: heftig
Revision: 192204

0.4.17

Added:
  libquvi-scripts/trunk/PKGBUILD-0.9
Modified:
  libquvi-scripts/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 PKGBUILD-0.9 |   25 +
 2 files changed, 27 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-07 14:50:45 UTC (rev 192203)
+++ PKGBUILD2013-08-07 14:52:27 UTC (rev 192204)
@@ -2,7 +2,7 @@
 # Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
 
 pkgname=libquvi-scripts
-pkgver=0.4.16
+pkgver=0.4.17
 pkgrel=1
 pkgdesc='Library for parsing video download links.'
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('curl' 'lua')
 options=('!libtool')
 
source=(http://downloads.sourceforge.net/sourceforge/quvi/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('693f9ebce64485367e29db07d11e4edf'
+md5sums=('8a887905a368bf31e0ace28e49b5c800'
  'SKIP')
 
 build() {

Added: PKGBUILD-0.9
===
--- PKGBUILD-0.9(rev 0)
+++ PKGBUILD-0.92013-08-07 14:52:27 UTC (rev 192204)
@@ -0,0 +1,25 @@
+# $Id: PKGBUILD 188868 2013-06-23 17:40:50Z heftig $
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+
+pkgname=libquvi-scripts
+pkgver=0.9.20130619
+pkgrel=1
+pkgdesc='Library for parsing video download links.'
+arch=('any')
+url='http://quvi.sourceforge.net/'
+license=('LGPL')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/quvi/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('7030104f089320fe3c2b74b1fe0d6447'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-nsfw --with-geoblocked
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in glib2/trunk (PKGBUILD bug701560.patch)

2013-08-07 Thread Jan Steffens
Date: Wednesday, August 7, 2013 @ 18:16:04
  Author: heftig
Revision: 192206

2.36.4

Modified:
  glib2/trunk/PKGBUILD
Deleted:
  glib2/trunk/bug701560.patch

-+
 PKGBUILD|   10 +++---
 bug701560.patch |   37 -
 2 files changed, 3 insertions(+), 44 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-07 15:15:12 UTC (rev 192205)
+++ PKGBUILD2013-08-07 16:16:04 UTC (rev 192206)
@@ -3,24 +3,20 @@
 
 pkgbase=glib2
 pkgname=(glib2 glib2-docs)
-pkgver=2.36.3
-pkgrel=3
+pkgver=2.36.4
+pkgrel=1
 pkgdesc=Common C routines used by GTK+ and other libs
 url=http://www.gtk.org/;
 arch=(i686 x86_64)
 makedepends=('pkg-config' 'python2' 'libxslt' 'docbook-xml' 'pcre' 'libffi' 
'elfutils')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver%.*}/glib-$pkgver.tar.xz
-bug701560.patch
 revert-warn-glib-compile-schemas.patch)
-sha256sums=('5ec433bf6ce02e4c436619c3d0b9cecdd1898469398a636bad27c1f5804c761e'
-'5e71f9a59f434f8850fb2474d3f8022ea36c7e254283db3437ae72f52b0690bd'
+sha256sums=('f654d2542329012d8475736a165dfbf82fadf3ee940c2e0e6ddd4b2fde5cad7e'
 '049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97')
 
 prepare() {
   cd glib-$pkgver
   patch -Rp1 -i ../revert-warn-glib-compile-schemas.patch
-  patch -Np1 -i ../bug701560.patch
-
   touch -r NEWS gtk-doc.make
 }
   

Deleted: bug701560.patch
===
--- bug701560.patch 2013-08-07 15:15:12 UTC (rev 192205)
+++ bug701560.patch 2013-08-07 16:16:04 UTC (rev 192206)
@@ -1,37 +0,0 @@
-From 05d430065da918051a97e3384c4b2252af47503d Mon Sep 17 00:00:00 2001
-From: Colin Walters walt...@verbum.org
-Date: Thu, 20 Jun 2013 17:13:29 +
-Subject: Revert g_file_set_contents(): don't fsync on ext3/4
-
-We didn't actually do any real-world testing of this, and
-unsurprisingly it turns out to break in at least one widely-used
-configuration (Fedora 19 x86_64, ext4 on LVM).
-
-This reverts commit 9d0c17b50102267a5029b58b1f44efbad82d8f03.
-
-https://bugzilla.gnome.org/show_bug.cgi?id=701560

-diff --git a/glib/gfileutils.c b/glib/gfileutils.c
-index b6ca3bb..2980098 100644
 a/glib/gfileutils.c
-+++ b/glib/gfileutils.c
-@@ -1088,16 +1088,9 @@ write_to_temp_file (const gchar  *contents,
- /* On Linux, on btrfs, skip the fsync since rename-over-existing is
-  * guaranteed to be atomic and this is the only case in which we
-  * would fsync() anyway.
-- *
-- * ext3 and ext4 are also safe in this respect under the default
-- * mount options (and if someone picks non-default options to
-- * improve their performance at the cost of reliability, who are we
-- * to argue?)
-- *
-- * Note: EXT[234]_SUPER_MAGIC are equal.
-  */
- 
--if (fstatfs (fd, buf) == 0  (buf.f_type == BTRFS_SUPER_MAGIC || 
buf.f_type == EXT3_SUPER_MAGIC))
-+if (fstatfs (fd, buf) == 0  buf.f_type == BTRFS_SUPER_MAGIC)
-   goto no_fsync;
-   }
- #endif
---
-cgit v0.9.2



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

2013-08-07 Thread Jan Steffens
Date: Wednesday, August 7, 2013 @ 18:17:59
  Author: heftig
Revision: 192207

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

Added:
  glib2/repos/testing-i686/
  glib2/repos/testing-i686/PKGBUILD
(from rev 192206, glib2/trunk/PKGBUILD)
  glib2/repos/testing-i686/revert-warn-glib-compile-schemas.patch
(from rev 192206, glib2/trunk/revert-warn-glib-compile-schemas.patch)
  glib2/repos/testing-x86_64/
  glib2/repos/testing-x86_64/PKGBUILD
(from rev 192206, glib2/trunk/PKGBUILD)
  glib2/repos/testing-x86_64/revert-warn-glib-compile-schemas.patch
(from rev 192206, glib2/trunk/revert-warn-glib-compile-schemas.patch)

---+
 testing-i686/PKGBUILD |   68 
 testing-i686/revert-warn-glib-compile-schemas.patch   |   33 +++
 testing-x86_64/PKGBUILD   |   68 
 testing-x86_64/revert-warn-glib-compile-schemas.patch |   33 +++
 4 files changed, 202 insertions(+)

Copied: glib2/repos/testing-i686/PKGBUILD (from rev 192206, 
glib2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-08-07 16:17:59 UTC (rev 192207)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=glib2
+pkgname=(glib2 glib2-docs)
+pkgver=2.36.4
+pkgrel=1
+pkgdesc=Common C routines used by GTK+ and other libs
+url=http://www.gtk.org/;
+arch=(i686 x86_64)
+makedepends=('pkg-config' 'python2' 'libxslt' 'docbook-xml' 'pcre' 'libffi' 
'elfutils')
+source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver%.*}/glib-$pkgver.tar.xz
+revert-warn-glib-compile-schemas.patch)
+sha256sums=('f654d2542329012d8475736a165dfbf82fadf3ee940c2e0e6ddd4b2fde5cad7e'
+'049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97')
+
+prepare() {
+  cd glib-$pkgver
+  patch -Rp1 -i ../revert-warn-glib-compile-schemas.patch
+  touch -r NEWS gtk-doc.make
+}
+  
+build() {
+  cd glib-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --libdir=/usr/lib \
+  --sysconfdir=/etc \
+  --with-pcre=system \
+  --disable-fam
+  make
+}
+
+check() {
+  cd glib-$pkgver
+  #make -k check || :
+}
+
+package_glib2() {
+  depends=('pcre' 'libffi')
+  optdepends=('python2: for gdbus-codegen and gtester-report'
+  'elfutils: gresource inspection tool')
+  options=('!docs' '!libtool' '!emptydirs')
+  license=('LGPL')
+
+  cd glib-$pkgver
+  make completiondir=/usr/share/bash-completion/completions DESTDIR=$pkgdir 
install
+
+  for _i in $pkgdir/usr/share/bash-completion/completions/*; do
+  chmod -x $_i
+  done
+
+  # Our gdb does not ship the required python modules, so remove it
+  rm -rf $pkgdir/usr/share/gdb/
+}
+
+package_glib2-docs() {
+  pkgdesc=Documentation for glib2
+  conflicts=('gobject2-docs')
+  replaces=('gobject2-docs')
+  license=('custom')
+  options=('docs' '!emptydirs')
+  
+  cd glib-$pkgver/docs
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/glib2-docs
+  install -m644 reference/COPYING ${pkgdir}/usr/share/licenses/glib2-docs/
+
+  rm -rf ${pkgdir}/usr/share/man
+}

Copied: glib2/repos/testing-i686/revert-warn-glib-compile-schemas.patch (from 
rev 192206, glib2/trunk/revert-warn-glib-compile-schemas.patch)
===
--- testing-i686/revert-warn-glib-compile-schemas.patch 
(rev 0)
+++ testing-i686/revert-warn-glib-compile-schemas.patch 2013-08-07 16:17:59 UTC 
(rev 192207)
@@ -0,0 +1,33 @@
+From 6560b37450cd19c4a7c7b690e279fe97b7bfdcaa Mon Sep 17 00:00:00 2001
+From: Ryan Lortie de...@desrt.ca
+Date: Thu, 12 Apr 2012 23:55:34 +
+Subject: glib-compile-schemas: warn about bad dconf paths
+
+For quite some time the recommended usage of GSettings and dconf has
+been to use paths like /org/gnome/example/.  Use of /apps/ has spilled
+over from GConf and is continuing to make its way into a number of
+applications as they port.
+
+glib-compile-schemas will now warn about these types of paths being
+used.  This generates a lot of noise, but hopefully it will reduce the
+number of ported applications making this mistake.
+---
+diff --git a/gio/glib-compile-schemas.c b/gio/glib-compile-schemas.c
+index cf02389..27d0181 100644
+--- a/gio/glib-compile-schemas.c
 b/gio/glib-compile-schemas.c
+@@ -1204,6 +1204,12 @@ parse_state_start_schema (ParseState  *state,
+   return;
+ }
+ 
++  if (path  (g_str_has_prefix (path, /apps/) ||
++   g_str_has_prefix (path, /desktop/) ||
++   g_str_has_prefix (path, /system/)))
++g_printerr (warning: Schema '%s' has path '%s'.  Paths starting with 
++'/apps/', '/desktop/' or '/system/' are deprecated.\n, id, 
path);
++
+   state-schema_state = schema_state_new (path, gettext_domain,
+  

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

2013-08-07 Thread Alexander Rødseth
Date: Wednesday, August 7, 2013 @ 19:06:57
  Author: arodseth
Revision: 95248

upgpkg: libnewt 0.52.16-1

Modified:
  libnewt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-07 14:01:47 UTC (rev 95247)
+++ PKGBUILD2013-08-07 17:06:57 UTC (rev 95248)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=libnewt
-pkgver=0.52.15
+pkgver=0.52.16
 pkgrel=1
 _tclver=8.6
 pkgdesc=Not Erik's Windowing Toolkit - text mode windowing with slang
@@ -18,7 +18,7 @@
 'python2: libnewt api through _snack module')
 options=('!makeflags')
 source=(https://fedorahosted.org/releases/n/e/newt/newt-$pkgver.tar.gz;)
-sha256sums=('7a6151923e7a8a950f9a8a21668a5780d09b0f35f9d76a7ec606c71c35a0e241')
+sha256sums=('1b9574bc9c8fb7b25cd26e5c3f2840e8c17fde5dd09c759604925919b3589cd3')
 
 prepare() {
   cd $srcdir/newt-$pkgver



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

2013-08-07 Thread Alexander Rødseth
Date: Wednesday, August 7, 2013 @ 19:07:06
  Author: arodseth
Revision: 95249

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-07 17:06:57 UTC (rev 95248)
+++ community-i686/PKGBUILD 2013-08-07 17:07:06 UTC (rev 95249)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Roman Kyrylych ro...@archlinux.org
-# Contributor: Tom Killian t...@runbox.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=libnewt
-pkgver=0.52.15
-pkgrel=1
-_tclver=8.6
-pkgdesc=Not Erik's Windowing Toolkit - text mode windowing with slang
-arch=('x86_64' 'i686')
-url='https://fedorahosted.org/newt/'
-license=('GPL')
-depends=('slang' 'popt' 'gpm')
-makedepends=(tcl=$_tclver 'python2')
-optdepends=('tcl: whiptcl support' \
-'python2: libnewt api through _snack module')
-options=('!makeflags')
-source=(https://fedorahosted.org/releases/n/e/newt/newt-$pkgver.tar.gz;)
-sha256sums=('7a6151923e7a8a950f9a8a21668a5780d09b0f35f9d76a7ec606c71c35a0e241')
-
-prepare() {
-  cd $srcdir/newt-$pkgver
-  
-  sed -i s:tcl8.4:tcl$_tclver: Makefile.in
-  sed -i 's:bin/python:bin/python2:' *.py
-  echo '#define USE_INTERP_RESULT 1'  config.h
-}
-
-build() {
-  cd $srcdir/newt-$pkgver
-
-  ./configure --prefix=/usr --with-gpm-support
-  make
-}
-
-package() {
-  cd $srcdir/newt-$pkgver
-  
-  make prefix=$pkgdir/usr install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libnewt/repos/community-i686/PKGBUILD (from rev 95248, 
libnewt/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-07 17:07:06 UTC (rev 95249)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Roman Kyrylych ro...@archlinux.org
+# Contributor: Tom Killian t...@runbox.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=libnewt
+pkgver=0.52.16
+pkgrel=1
+_tclver=8.6
+pkgdesc=Not Erik's Windowing Toolkit - text mode windowing with slang
+arch=('x86_64' 'i686')
+url='https://fedorahosted.org/newt/'
+license=('GPL')
+depends=('slang' 'popt' 'gpm')
+makedepends=(tcl=$_tclver 'python2')
+optdepends=('tcl: whiptcl support' \
+'python2: libnewt api through _snack module')
+options=('!makeflags')
+source=(https://fedorahosted.org/releases/n/e/newt/newt-$pkgver.tar.gz;)
+sha256sums=('1b9574bc9c8fb7b25cd26e5c3f2840e8c17fde5dd09c759604925919b3589cd3')
+
+prepare() {
+  cd $srcdir/newt-$pkgver
+  
+  sed -i s:tcl8.4:tcl$_tclver: Makefile.in
+  sed -i 's:bin/python:bin/python2:' *.py
+  echo '#define USE_INTERP_RESULT 1'  config.h
+}
+
+build() {
+  cd $srcdir/newt-$pkgver
+
+  ./configure --prefix=/usr --with-gpm-support
+  make
+}
+
+package() {
+  cd $srcdir/newt-$pkgver
+  
+  make prefix=$pkgdir/usr install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-08-07 17:06:57 UTC (rev 95248)
+++ community-x86_64/PKGBUILD   2013-08-07 17:07:06 UTC (rev 95249)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Roman Kyrylych ro...@archlinux.org
-# Contributor: Tom Killian t...@runbox.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=libnewt
-pkgver=0.52.15
-pkgrel=1
-_tclver=8.6
-pkgdesc=Not Erik's Windowing Toolkit - text mode windowing with slang
-arch=('x86_64' 'i686')
-url='https://fedorahosted.org/newt/'
-license=('GPL')
-depends=('slang' 'popt' 'gpm')
-makedepends=(tcl=$_tclver 'python2')
-optdepends=('tcl: whiptcl support' \
-'python2: libnewt api through _snack module')
-options=('!makeflags')
-source=(https://fedorahosted.org/releases/n/e/newt/newt-$pkgver.tar.gz;)
-sha256sums=('7a6151923e7a8a950f9a8a21668a5780d09b0f35f9d76a7ec606c71c35a0e241')
-
-prepare() {
-  cd $srcdir/newt-$pkgver
-  
-  sed -i s:tcl8.4:tcl$_tclver: Makefile.in
-  sed -i 's:bin/python:bin/python2:' *.py
-  echo '#define USE_INTERP_RESULT 1'  config.h
-}
-
-build() {
-  cd $srcdir/newt-$pkgver
-
-  ./configure --prefix=/usr --with-gpm-support
-  make
-}
-
-package() {
-  cd $srcdir/newt-$pkgver
-  
-  make prefix=$pkgdir/usr install
-}
-
-# vim:set ts=2 sw=2 et:


[arch-commits] Commit in teeworlds/trunk (PKGBUILD teeworlds.desktop)

2013-08-07 Thread Sven-Hendrik Haase
Date: Wednesday, August 7, 2013 @ 19:44:33
  Author: svenstaro
Revision: 95250

Fix FS#36210

Modified:
  teeworlds/trunk/PKGBUILD
  teeworlds/trunk/teeworlds.desktop

---+
 PKGBUILD  |   54 ++--
 teeworlds.desktop |   14 -
 2 files changed, 27 insertions(+), 41 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-07 17:07:06 UTC (rev 95249)
+++ PKGBUILD2013-08-07 17:44:33 UTC (rev 95250)
@@ -7,42 +7,42 @@
 pkgname=teeworlds
 pkgver=0.6.2
 pkgrel=1
-pkgdesc=A multiplayer 2D shooter
+pkgdesc='Multiplayer 2D shooter'
 arch=('i686' 'x86_64')
-url=https://www.teeworlds.com;
+url='https://www.teeworlds.com'
 license=('custom')
 depends=('alsa-lib' 'glu' 'sdl' 'freetype2')
-makedepends=('python' 'bam' 'mesa')
+makedepends=('python' 'bam' 'mesa' 'imagemagick' 'gendesk')
 replaces=('teewars')
-source=(https://www.teeworlds.com/files/${pkgname}-${pkgver}-source.tar.gz
-teeworlds.desktop
-   teeworlds.png)
-md5sums=('649f6c05a7b117096b238c07062edc39'
- '3944aaf7a8c19a83510b2b39c4cddf5f'
- '44f39e398409232a0e0a431ed46d8cc8')
+source=(https://www.teeworlds.com/files/${pkgname}-${pkgver}-source.tar.gz;)
+md5sums=('649f6c05a7b117096b238c07062edc39')
 
+prepare() {
+  convert $pkgname-$pkgver-source/other/icons/Teeworlds.ico 
$srcdir/$pkgname.png
+  gendesk -n --pkgname $pkgname --pkgdesc $pkgdesc \
+--name 'Teeworlds' --categories 'Game;ArcadeGame'
+}
+
 build() {
-   # Build teeworlds
-   cd ${srcdir}/${pkgname}-*-source
+  cd $pkgname-$pkgver-source
 
-   bam server_release client_release
+  bam server_release client_release
 }
 
 package() {
-   cd ${srcdir}/${pkgname}-*-source
+  cd $pkgname-$pkgver-source
 
-   # Install data files
-   mkdir -p ${pkgdir}/usr/share/${pkgname}/data
-   cp -r data/* ${pkgdir}/usr/share/${pkgname}/data
+  # Install data files
+  mkdir -p ${pkgdir}/usr/share/${pkgname}/data
+  cp -r data/* ${pkgdir}/usr/share/${pkgname}/data
+  
+  install -Dm755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
+  install -Dm755 ${pkgname}_srv ${pkgdir}/usr/bin/${pkgname}_srv
+  
+  install -Dm644 ${srcdir}/${pkgname}.desktop 
${pkgdir}/usr/share/applications/${pkgname}.desktop
+  install -Dm644 ${srcdir}/${pkgname}-0.png 
${pkgdir}/usr/share/pixmaps/${pkgname}.png
+  
+  install -Dm644 license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/license.txt
+}
 
-   install -Dm755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
-   install -Dm755 ${pkgname}_srv ${pkgdir}/usr/bin/${pkgname}_srv
-
-   install -Dm644 ${srcdir}/${pkgname}.desktop \
-   ${pkgdir}/usr/share/applications/${pkgname}.desktop
-   install -Dm644 ${srcdir}/${pkgname}.png \
-   ${pkgdir}/usr/share/pixmaps/${pkgname}.png
-
-   install -Dm644 license.txt \
-   ${pkgdir}/usr/share/licenses/${pkgname}/license.txt
-}
+# vim:set ts=2 sw=2 et:

Modified: teeworlds.desktop
===
--- teeworlds.desktop   2013-08-07 17:07:06 UTC (rev 95249)
+++ teeworlds.desktop   2013-08-07 17:44:33 UTC (rev 95250)
@@ -1,14 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Type=Application
-Icon=teeworlds
-Exec=teeworlds
-Terminal=false
-StartupNotify=false
-
-Name=TeeWorlds
-GenericName=Arcade Game
-Comment=is a multiplayer 2D FPS shooter
-Comment[pl_PL]=wieloosobowa strzelanka FTP w 2D
-
-Categories=Game;ArcadeGame;



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

2013-08-07 Thread Florian Pritz
Date: Wednesday, August 7, 2013 @ 20:03:54
  Author: bluewind
Revision: 192208

Readd /etc/conf.d/apache to backup array

Modified:
  apache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-07 16:17:59 UTC (rev 192207)
+++ PKGBUILD2013-08-07 18:03:54 UTC (rev 192208)
@@ -15,6 +15,7 @@
 etc/httpd/conf/extra/httpd-{autoindex,dav,default,info,languages}.conf
 etc/httpd/conf/extra/httpd-{manual,mpm,multilang-errordoc}.conf
 etc/httpd/conf/extra/httpd-{ssl,userdir,vhosts}.conf
+etc/conf.d/apache
 etc/logrotate.d/httpd)
 depends=('openssl' 'zlib' 'apr-util' 'pcre' 'systemd')
 optdepends=('lynx: apachectl status')



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

2013-08-07 Thread Andreas Radke
Date: Wednesday, August 7, 2013 @ 20:08:06
  Author: andyrtr
Revision: 192209

upgpkg: subversion 1.8.1-2

db rebuild - requires testing

Modified:
  subversion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-07 18:03:54 UTC (rev 192208)
+++ PKGBUILD2013-08-07 18:08:06 UTC (rev 192209)
@@ -6,7 +6,7 @@
 
 pkgname=subversion
 pkgver=1.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A Modern Concurrent Version Control System
 arch=('i686' 'x86_64')
 url=http://subversion.apache.org/;
@@ -49,7 +49,8 @@
export PYTHON=/usr/bin/python2
./configure --prefix=/usr --with-apr=/usr --with-apr-util=/usr \
--with-zlib=/usr --with-serf=/usr --with-apxs \
-   --with-sqlite=/usr 
--with-berkeley-db=:/usr/include/:/usr/lib:db-5.3 \
+   --with-sqlite=/usr \
+   --enable-bdb6 --with-berkeley-db=:/usr/include/:/usr/lib:db-6.0 
\
--enable-javahl --with-gnome-keyring --with-kwallet \
--with-apache-libexecdir=/usr/lib/httpd/modules \
--with-ruby-sitedir=/usr/lib/ruby/vendor_ruby \



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

2013-08-07 Thread Andreas Radke
Date: Wednesday, August 7, 2013 @ 20:08:44
  Author: andyrtr
Revision: 192210

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

Added:
  subversion/repos/staging-i686/
  subversion/repos/staging-i686/PKGBUILD
(from rev 192209, subversion/trunk/PKGBUILD)
  subversion/repos/staging-i686/subversion.install
(from rev 192209, subversion/trunk/subversion.install)
  subversion/repos/staging-i686/subversion.rpath.fix.patch
(from rev 192209, subversion/trunk/subversion.rpath.fix.patch)
  subversion/repos/staging-i686/svn
(from rev 192209, subversion/trunk/svn)
  subversion/repos/staging-i686/svnserve.conf
(from rev 192209, subversion/trunk/svnserve.conf)
  subversion/repos/staging-i686/svnserve.service
(from rev 192209, subversion/trunk/svnserve.service)
  subversion/repos/staging-i686/svnserve.tmpfiles
(from rev 192209, subversion/trunk/svnserve.tmpfiles)
  subversion/repos/staging-x86_64/
  subversion/repos/staging-x86_64/PKGBUILD
(from rev 192209, subversion/trunk/PKGBUILD)
  subversion/repos/staging-x86_64/subversion.install
(from rev 192209, subversion/trunk/subversion.install)
  subversion/repos/staging-x86_64/subversion.rpath.fix.patch
(from rev 192209, subversion/trunk/subversion.rpath.fix.patch)
  subversion/repos/staging-x86_64/svn
(from rev 192209, subversion/trunk/svn)
  subversion/repos/staging-x86_64/svnserve.conf
(from rev 192209, subversion/trunk/svnserve.conf)
  subversion/repos/staging-x86_64/svnserve.service
(from rev 192209, subversion/trunk/svnserve.service)
  subversion/repos/staging-x86_64/svnserve.tmpfiles
(from rev 192209, subversion/trunk/svnserve.tmpfiles)

---+
 staging-i686/PKGBUILD |  100 
 staging-i686/subversion.install   |7 +
 staging-i686/subversion.rpath.fix.patch   |   10 ++
 staging-i686/svn  |   11 +++
 staging-i686/svnserve.conf|7 +
 staging-i686/svnserve.service |   11 +++
 staging-i686/svnserve.tmpfiles|1 
 staging-x86_64/PKGBUILD   |  100 
 staging-x86_64/subversion.install |7 +
 staging-x86_64/subversion.rpath.fix.patch |   10 ++
 staging-x86_64/svn|   11 +++
 staging-x86_64/svnserve.conf  |7 +
 staging-x86_64/svnserve.service   |   11 +++
 staging-x86_64/svnserve.tmpfiles  |1 
 14 files changed, 294 insertions(+)

Copied: subversion/repos/staging-i686/PKGBUILD (from rev 192209, 
subversion/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-08-07 18:08:44 UTC (rev 192210)
@@ -0,0 +1,100 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org 
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Paul Mattal p...@archlinux.org
+# Contributor: Jason Chu ja...@archlinux.org
+
+pkgname=subversion
+pkgver=1.8.1
+pkgrel=2
+pkgdesc=A Modern Concurrent Version Control System
+arch=('i686' 'x86_64')
+url=http://subversion.apache.org/;
+license=('APACHE')
+depends=('sqlite' 'file' 'serf' 'systemd')
+makedepends=('apache' 'python2' 'perl' 'swig' 'java-runtime' 'java-environment'
+ 'libgnome-keyring' 'kdelibs' 'ruby')
+optdepends=('libgnome-keyring: for GNOME Keyring for auth credentials'
+'kdeutils-kwallet: for KWallet for auth credentials'
+'bash-completion: for svn bash completion'
+'python2: for some hook scripts'
+   'java-environment: for Java support'
+   'ruby: for some hook scripts')
+provides=('svn')
+backup=('etc/xinetd.d/svn' 'etc/conf.d/svnserve')
+options=('!makeflags' '!libtool' '!emptydirs')
+install=${pkgname}.install
+source=(http://www.apache.org/dist/subversion/subversion-1.8.1.tar.bz2{,.asc}
+svn
+svnserve.conf
+svnserve.tmpfiles
+svnserve.service
+subversion.rpath.fix.patch)
+md5sums=('f2ee0471b8a560f5efa0f2349d9c9ab9'
+ 'SKIP'
+ 'a0db6dd43af33952739b6ec089852630'
+ 'c459e299192552f61578f3438abf0664'
+ 'bb2857eceafcfac35dde39dcffad2314'
+ 'e8020c7a1d1a0c47091b5fdd034f81c5'
+ '6b4340ba9d8845cd8497e013ae01be3f')
+
+prepare() {
+   cd ${pkgname}-${pkgver}
+   patch -Np0 -i ../subversion.rpath.fix.patch
+   sed -i 's|/usr/bin/env python|/usr/bin/env python2|' 
tools/hook-scripts/{,mailer/{,tests/}}*.py
+}
+
+build() {
+   cd ${pkgname}-${pkgver}
+   export PYTHON=/usr/bin/python2
+   ./configure --prefix=/usr --with-apr=/usr --with-apr-util=/usr \
+   --with-zlib=/usr --with-serf=/usr --with-apxs \
+   --with-sqlite=/usr \
+   --enable-bdb6 --with-berkeley-db=:/usr/include/:/usr/lib:db-6.0 
\
+   --enable-javahl --with-gnome-keyring --with-kwallet \
+ 

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

2013-08-07 Thread Andreas Radke
Date: Wednesday, August 7, 2013 @ 20:29:18
  Author: andyrtr
Revision: 192211

upgpkg: postfix 2.10.1-2

db rebuild - requires testing

Added:
  postfix/trunk/buildfix_db6.diff
Modified:
  postfix/trunk/PKGBUILD

---+
 PKGBUILD  |   10 --
 buildfix_db6.diff |   11 +++
 2 files changed, 19 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-07 18:08:44 UTC (rev 192210)
+++ PKGBUILD2013-08-07 18:29:18 UTC (rev 192211)
@@ -5,7 +5,7 @@
 
 pkgname=postfix
 pkgver=2.10.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Fast, easy to administer, secure mail server'
 url='http://www.postfix.org/'
 license=('custom')
@@ -14,9 +14,12 @@
  'libmariadbclient' 'postgresql-libs' 'sqlite' 'tinycdb')
 
backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
 
source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz{,.sig}
+'buildfix_db6.diff'
 'aliases.patch'
 'service')
-sha1sums=('3e236cf95a7439750e92d9ef5cd510c00e603eb2' 'SKIP'
+sha1sums=('3e236cf95a7439750e92d9ef5cd510c00e603eb2'
+  'SKIP'
+  '50663b218f59d5c16d523c8949dc4e736fb7da37'
   '5fc3de6c7df1e5851a0a379e825148868808318b'
   '3f385eca6d571a4ed8fb24781bdc003bec5d8ed6')
 
@@ -28,6 +31,9 @@
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
 
+   # fix build with Berkeley DB 6.x - let's pray db format hasn't changed
+   patch -Np1 -i $srcdir/buildfix_db6.diff
+
make makefiles DEBUG='' CCARGS=' \
-DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl \
-DHAS_LDAP \

Added: buildfix_db6.diff
===
--- buildfix_db6.diff   (rev 0)
+++ buildfix_db6.diff   2013-08-07 18:29:18 UTC (rev 192211)
@@ -0,0 +1,11 @@
+--- postfix-2.10.1/src/util/dict_db.c  2013-08-07 20:21:59.935379313 +0200
 postfix-2.10.1/src/util/dict_db.c.new  2013-08-07 20:24:10.172473653 
+0200
+@@ -693,7 +693,7 @@
+   msg_fatal(set DB cache size %d: %m, dict_db_cache_size);
+ if (type == DB_HASH  db-set_h_nelem(db, DICT_DB_NELM) != 0)
+   msg_fatal(set DB hash element count %d: %m, DICT_DB_NELM);
+-#if DB_VERSION_MAJOR == 5 || (DB_VERSION_MAJOR == 4  DB_VERSION_MINOR  0)
++#if DB_VERSION_MAJOR == 6 || (DB_VERSION_MAJOR == 4  DB_VERSION_MINOR  0)
+ if ((errno = db-open(db, 0, db_path, 0, type, db_flags, 0644)) != 0)
+   FREE_RETURN(dict_surrogate(class, path, open_flags, dict_flags,
+  open database %s: %m, db_path));



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

2013-08-07 Thread Andreas Radke
Date: Wednesday, August 7, 2013 @ 20:29:47
  Author: andyrtr
Revision: 192212

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

Added:
  postfix/repos/staging-i686/
  postfix/repos/staging-i686/PKGBUILD
(from rev 192211, postfix/trunk/PKGBUILD)
  postfix/repos/staging-i686/aliases.patch
(from rev 192211, postfix/trunk/aliases.patch)
  postfix/repos/staging-i686/buildfix_db6.diff
(from rev 192211, postfix/trunk/buildfix_db6.diff)
  postfix/repos/staging-i686/install
(from rev 192211, postfix/trunk/install)
  postfix/repos/staging-i686/service
(from rev 192211, postfix/trunk/service)
  postfix/repos/staging-x86_64/
  postfix/repos/staging-x86_64/PKGBUILD
(from rev 192211, postfix/trunk/PKGBUILD)
  postfix/repos/staging-x86_64/aliases.patch
(from rev 192211, postfix/trunk/aliases.patch)
  postfix/repos/staging-x86_64/buildfix_db6.diff
(from rev 192211, postfix/trunk/buildfix_db6.diff)
  postfix/repos/staging-x86_64/install
(from rev 192211, postfix/trunk/install)
  postfix/repos/staging-x86_64/service
(from rev 192211, postfix/trunk/service)

--+
 staging-i686/PKGBUILD|   75 +
 staging-i686/aliases.patch   |   18 
 staging-i686/buildfix_db6.diff   |   11 +
 staging-i686/install |   18 
 staging-i686/service |   14 ++
 staging-x86_64/PKGBUILD  |   75 +
 staging-x86_64/aliases.patch |   18 
 staging-x86_64/buildfix_db6.diff |   11 +
 staging-x86_64/install   |   18 
 staging-x86_64/service   |   14 ++
 10 files changed, 272 insertions(+)

Copied: postfix/repos/staging-i686/PKGBUILD (from rev 192211, 
postfix/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-08-07 18:29:47 UTC (rev 192212)
@@ -0,0 +1,75 @@
+# $Id$
+# Contributor: Jeff Brodnax tullyarc...@bellsouth.net
+# Contributor: Paul Mattal p...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=postfix
+pkgver=2.10.1
+pkgrel=2
+pkgdesc='Fast, easy to administer, secure mail server'
+url='http://www.postfix.org/'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('pcre' 'libsasl' 'libldap' 'db'
+ 'libmariadbclient' 'postgresql-libs' 'sqlite' 'tinycdb')
+backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
+source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz{,.sig}
+'buildfix_db6.diff'
+'aliases.patch'
+'service')
+sha1sums=('3e236cf95a7439750e92d9ef5cd510c00e603eb2'
+  'SKIP'
+  '50663b218f59d5c16d523c8949dc4e736fb7da37'
+  '5fc3de6c7df1e5851a0a379e825148868808318b'
+  '3f385eca6d571a4ed8fb24781bdc003bec5d8ed6')
+
+provides=('smtp-server' 'smtp-forwarder')
+conflicts=('smtp-server' 'smtp-forwarder')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   # fix build with Berkeley DB 6.x - let's pray db format hasn't changed
+   patch -Np1 -i $srcdir/buildfix_db6.diff
+
+   make makefiles DEBUG='' CCARGS=' \
+   -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl \
+   -DHAS_LDAP \
+   -DUSE_TLS \
+   -DHAS_MYSQL -I/usr/include/mysql \
+   -DHAS_PGSQL -I/usr/include/postgresql \
+   -DHAS_SQLITE \
+   -DHAS_CDB \
+   -DDEF_COMMAND_DIR=\/usr/bin\ \
+   -DDEF_DAEMON_DIR=\/usr/lib/postfix\ \
+   -DDEF_SENDMAIL_PATH=\/usr/bin/sendmail\ \
+   -DDEF_README_DIR=\/usr/share/doc/postfix\ \
+   -DDEF_SAMPLE_DIR=\/etc/postfix/sample\ \
+   -DDEF_MANPAGE_DIR=\/usr/share/man\ \
+   ' AUXLIBS=' \
+   -lsasl2 \
+   -lldap -llber \
+   -lssl -lcrypto \
+   -lmysqlclient -lz -lm \
+   -lpq \
+   -lsqlite3 -lpthread \
+   -lcdb \
+   ' OPT=${CFLAGS} ${LDFLAGS}
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   sh postfix-install -non-interactive install_root=${pkgdir}
+
+   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   install -Dm644 ../service 
${pkgdir}/usr/lib/systemd/system/${pkgname}.service
+
+   cd ${pkgdir}
+   patch -p0 -i ${srcdir}/aliases.patch
+   sed 's/^\(\$manpage[^:]*\):/\1.gz:/' -i 
usr/lib/${pkgname}/postfix-files
+}

Copied: postfix/repos/staging-i686/aliases.patch (from rev 192211, 
postfix/trunk/aliases.patch)
===
--- staging-i686/aliases.patch  (rev 0)
+++ staging-i686/aliases.patch  2013-08-07 18:29:47 UTC (rev 

[arch-commits] Commit in php/repos (20 files)

2013-08-07 Thread Pierre Schmitz
Date: Wednesday, August 7, 2013 @ 21:02:26
  Author: pierre
Revision: 192214

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

Added:
  php/repos/staging-i686/
  php/repos/staging-i686/PKGBUILD
(from rev 192213, php/trunk/PKGBUILD)
  php/repos/staging-i686/apache.conf
(from rev 192213, php/trunk/apache.conf)
  php/repos/staging-i686/db6.patch
(from rev 192213, php/trunk/db6.patch)
  php/repos/staging-i686/logrotate.d.php-fpm
(from rev 192213, php/trunk/logrotate.d.php-fpm)
  php/repos/staging-i686/php-fpm.conf.in.patch
(from rev 192213, php/trunk/php-fpm.conf.in.patch)
  php/repos/staging-i686/php-fpm.install
(from rev 192213, php/trunk/php-fpm.install)
  php/repos/staging-i686/php-fpm.service
(from rev 192213, php/trunk/php-fpm.service)
  php/repos/staging-i686/php-fpm.tmpfiles
(from rev 192213, php/trunk/php-fpm.tmpfiles)
  php/repos/staging-i686/php.ini.patch
(from rev 192213, php/trunk/php.ini.patch)
  php/repos/staging-x86_64/
  php/repos/staging-x86_64/PKGBUILD
(from rev 192213, php/trunk/PKGBUILD)
  php/repos/staging-x86_64/apache.conf
(from rev 192213, php/trunk/apache.conf)
  php/repos/staging-x86_64/db6.patch
(from rev 192213, php/trunk/db6.patch)
  php/repos/staging-x86_64/logrotate.d.php-fpm
(from rev 192213, php/trunk/logrotate.d.php-fpm)
  php/repos/staging-x86_64/php-fpm.conf.in.patch
(from rev 192213, php/trunk/php-fpm.conf.in.patch)
  php/repos/staging-x86_64/php-fpm.install
(from rev 192213, php/trunk/php-fpm.install)
  php/repos/staging-x86_64/php-fpm.service
(from rev 192213, php/trunk/php-fpm.service)
  php/repos/staging-x86_64/php-fpm.tmpfiles
(from rev 192213, php/trunk/php-fpm.tmpfiles)
  php/repos/staging-x86_64/php.ini.patch
(from rev 192213, php/trunk/php.ini.patch)

--+
 staging-i686/PKGBUILD|  354 +
 staging-i686/apache.conf |   13 +
 staging-i686/db6.patch   |   59 +
 staging-i686/logrotate.d.php-fpm |8 
 staging-i686/php-fpm.conf.in.patch   |   52 
 staging-i686/php-fpm.install |9 
 staging-i686/php-fpm.service |   13 +
 staging-i686/php-fpm.tmpfiles|1 
 staging-i686/php.ini.patch   |  122 +++
 staging-x86_64/PKGBUILD  |  354 +
 staging-x86_64/apache.conf   |   13 +
 staging-x86_64/db6.patch |   59 +
 staging-x86_64/logrotate.d.php-fpm   |8 
 staging-x86_64/php-fpm.conf.in.patch |   52 
 staging-x86_64/php-fpm.install   |9 
 staging-x86_64/php-fpm.service   |   13 +
 staging-x86_64/php-fpm.tmpfiles  |1 
 staging-x86_64/php.ini.patch |  122 +++
 18 files changed, 1262 insertions(+)

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


[arch-commits] Commit in php/trunk (PKGBUILD db6.patch)

2013-08-07 Thread Pierre Schmitz
Date: Wednesday, August 7, 2013 @ 21:02:02
  Author: pierre
Revision: 192213

upgpkg: php 5.4.17-2

db 6 rebuild

Added:
  php/trunk/db6.patch
Modified:
  php/trunk/PKGBUILD

---+
 PKGBUILD  |8 ++--
 db6.patch |   59 +++
 2 files changed, 65 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-07 18:29:47 UTC (rev 192212)
+++ PKGBUILD2013-08-07 19:02:02 UTC (rev 192213)
@@ -22,7 +22,7 @@
  'php-tidy'
  'php-xsl')
 pkgver=5.4.17
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('PHP')
 url='http://www.php.net'
@@ -31,12 +31,13 @@
  'libmcrypt' 'tidyhtml' 'aspell' 'libltdl' 'libpng' 'libjpeg' 'icu'
  'curl' 'libxslt' 'openssl' 'bzip2' 'db' 'gmp' 'freetype2' 
'systemd')
 source=(http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.bz2;
-'php.ini.patch' 'apache.conf' 'php-fpm.conf.in.patch'
+'php.ini.patch' 'apache.conf' 'php-fpm.conf.in.patch' 'db6.patch'
 'logrotate.d.php-fpm' 'php-fpm.service' 'php-fpm.tmpfiles')
 md5sums=('1e027e99e2a874310fd518e87e3947af'
  '44c1bb1df346b3b9d3e092c7df9a37d0'
  'dec2cbaad64e3abf4f0ec70e1de4e8e9'
  '5c1f4c967b66ce3eaf819b46951dcbf5'
+ '60b4c3231f927fe84a9db00ba8442df4'
  'e036c721e5ad927cd1613c7475a58b3a'
  'cc2940f5312ba42e7aa1ddfab74b84c4'
  'c60343df74f8e1afb13b084d5c0e47ed')
@@ -46,6 +47,7 @@
 
patch -p0 -i ${srcdir}/php.ini.patch
patch -p0 -i ${srcdir}/php-fpm.conf.in.patch
+   patch -p0 -i ${srcdir}/db6.patch
 }
 
 build() {
@@ -193,6 +195,8 @@
 
 # check() {
 #  cd ${srcdir}/build-php
+#  export SNMP_TIMEOUT=1
+#  export SNMP_RETRIES=0
 #  make test
 # }
 

Added: db6.patch
===
--- db6.patch   (rev 0)
+++ db6.patch   2013-08-07 19:02:02 UTC (rev 192213)
@@ -0,0 +1,59 @@
+--- configure  2013-07-03 08:16:15.0 +0200
 configure  2013-08-07 19:19:16.797273766 +0200
+@@ -42409,7 +42409,7 @@
+ /* end confdefs.h.  */
+ 
+ #include $THIS_INCLUDE
+-#if DB_VERSION_MAJOR == 4 || (4 == 4  DB_VERSION_MAJOR == 5)
++#if DB_VERSION_MAJOR == 4 || (4 == 4  DB_VERSION_MAJOR = 5)
+ yes
+ #endif
+ 
+@@ -42785,7 +42785,7 @@
+ /* end confdefs.h.  */
+ 
+ #include $THIS_INCLUDE
+-#if DB_VERSION_MAJOR == 3 || (3 == 4  DB_VERSION_MAJOR == 5)
++#if DB_VERSION_MAJOR == 3 || (3 == 4  DB_VERSION_MAJOR = 5)
+ yes
+ #endif
+ 
+@@ -43161,7 +43161,7 @@
+ /* end confdefs.h.  */
+ 
+ #include $THIS_INCLUDE
+-#if DB_VERSION_MAJOR == 2 || (2 == 4  DB_VERSION_MAJOR == 5)
++#if DB_VERSION_MAJOR == 2 || (2 == 4  DB_VERSION_MAJOR = 5)
+ yes
+ #endif
+ 
+--- ext/dba/config.m4  2013-07-03 08:10:53.0 +0200
 ext/dba/config.m4  2013-08-07 19:18:55.774448348 +0200
+@@ -245,7 +245,7 @@
+ ],[
+   AC_EGREP_CPP(yes,[
+ #include $THIS_INCLUDE
+-#if DB_VERSION_MAJOR == $1 || ($1 == 4  DB_VERSION_MAJOR == 5)
++#if DB_VERSION_MAJOR == $1 || ($1 == 4  DB_VERSION_MAJOR = 5)
+ yes
+ #endif
+   ],[
+--- ext/dba/dba_db4.c  2013-07-03 08:10:53.0 +0200
 ext/dba/dba_db4.c  2013-08-07 19:19:04.827562638 +0200
+@@ -44,7 +44,7 @@
+ {
+   TSRMLS_FETCH();
+ 
+-#if (DB_VERSION_MAJOR == 5 || (DB_VERSION_MAJOR == 4  DB_VERSION_MINOR == 
8))
++#if (DB_VERSION_MAJOR = 5 || (DB_VERSION_MAJOR == 4  DB_VERSION_MINOR == 
8))
+ /* Bug 51086, Berkeley DB 4.8.26 */
+ /* This code suppresses a BDB 4.8+ error message, thus keeping PHP test 
compatibility */
+   {
+--- ext/dba/tests/dba_db4_handlers.phpt2013-07-03 08:10:53.0 
+0200
 ext/dba/tests/dba_db4_handlers.phpt2013-08-07 20:39:34.640194224 
+0200
+@@ -47,4 +47,4 @@
+ Test 1
+ Success: db4 enabled
+ Test 2 - full info
+-.*Berkeley DB (4|5).*
++.*Berkeley DB (4|5|6).*



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

2013-08-07 Thread Andreas Radke
Date: Wednesday, August 7, 2013 @ 21:13:55
  Author: andyrtr
Revision: 192215

upgpkg: pixman 0.30.2-1

upstream update 0.30.2

Modified:
  pixman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-07 19:02:26 UTC (rev 192214)
+++ PKGBUILD2013-08-07 19:13:55 UTC (rev 192215)
@@ -4,7 +4,7 @@
 # Contributor: Alexander Baldeck alexan...@archlinux.org
 
 pkgname=pixman
-pkgver=0.30.0
+pkgver=0.30.2
 pkgrel=1
 pkgdesc=The pixel-manipulation library for X and cairo
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 depends=('glibc')
 options=('!libtool')
 
source=(http://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('7ef2e8a355c2ac38bd4b3390ad220801433422dc')
+sha1sums=('4ea0832932fd5447a1d5768e0d5403b6c7c4dbaf')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-08-07 Thread Andreas Radke
Date: Wednesday, August 7, 2013 @ 21:14:18
  Author: andyrtr
Revision: 192216

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

Added:
  pixman/repos/extra-i686/PKGBUILD
(from rev 192215, pixman/trunk/PKGBUILD)
  pixman/repos/extra-x86_64/PKGBUILD
(from rev 192215, pixman/trunk/PKGBUILD)
Deleted:
  pixman/repos/extra-i686/PKGBUILD
  pixman/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 2013-08-07 19:13:55 UTC (rev 192215)
+++ extra-i686/PKGBUILD 2013-08-07 19:14:18 UTC (rev 192216)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-
-pkgname=pixman
-pkgver=0.30.0
-pkgrel=1
-pkgdesc=The pixel-manipulation library for X and cairo
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org;
-license=('custom')
-depends=('glibc')
-options=('!libtool')
-source=(http://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('7ef2e8a355c2ac38bd4b3390ad220801433422dc')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: pixman/repos/extra-i686/PKGBUILD (from rev 192215, 
pixman/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-08-07 19:14:18 UTC (rev 192216)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=pixman
+pkgver=0.30.2
+pkgrel=1
+pkgdesc=The pixel-manipulation library for X and cairo
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org;
+license=('custom')
+depends=('glibc')
+options=('!libtool')
+source=(http://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('4ea0832932fd5447a1d5768e0d5403b6c7c4dbaf')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-08-07 19:13:55 UTC (rev 192215)
+++ extra-x86_64/PKGBUILD   2013-08-07 19:14:18 UTC (rev 192216)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-
-pkgname=pixman
-pkgver=0.30.0
-pkgrel=1
-pkgdesc=The pixel-manipulation library for X and cairo
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org;
-license=('custom')
-depends=('glibc')
-options=('!libtool')
-source=(http://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('7ef2e8a355c2ac38bd4b3390ad220801433422dc')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: pixman/repos/extra-x86_64/PKGBUILD (from rev 192215, 
pixman/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-08-07 19:14:18 UTC (rev 192216)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=pixman
+pkgver=0.30.2
+pkgrel=1
+pkgdesc=The pixel-manipulation library for X and cairo
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org;
+license=('custom')
+depends=('glibc')
+options=('!libtool')
+source=(http://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('4ea0832932fd5447a1d5768e0d5403b6c7c4dbaf')

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

2013-08-07 Thread Tobias Powalowski
Date: Wednesday, August 7, 2013 @ 21:21:53
  Author: tpowa
Revision: 192218

archrelease: copy trunk to testing-any

Added:
  archboot/repos/testing-any/PKGBUILD
(from rev 192217, archboot/trunk/PKGBUILD)
  archboot/repos/testing-any/archboot.install
(from rev 192217, archboot/trunk/archboot.install)
Deleted:
  archboot/repos/testing-any/PKGBUILD
  archboot/repos/testing-any/archboot.install

--+
 PKGBUILD |  152 ++---
 archboot.install |   48 
 2 files changed, 100 insertions(+), 100 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-07 19:21:39 UTC (rev 192217)
+++ PKGBUILD2013-08-07 19:21:53 UTC (rev 192218)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer : Tobias Powalowski tp...@archlinux.org
-
-pkgname=archboot
-pkgver=2013.07
-pkgrel=4
-pkgdesc=Advanced, modular arch boot/install image creation utility
-arch=(any)
-license=('GPL')
-url=http://www.archlinux.org/;
-depends=('mkinitcpio=0.8.5-1' 'mksyslinux=2010.08-2' 'mkpxelinux=2010.08-2' 
'mkisolinux=2010.08-2'
- 'subversion=1.7.4-1' 'wget=1.13.4-1' 'bash=4.2.024-2' 
'coreutils=8.15-1'
- 'cryptsetup=1.4.1-1' 'dialog=1.1_20120215-1' 'e2fsprogs=1.42.1-1' 
'findutils=4.4.2-4' 'gawk=4.0.0-2'
- 'grep=2.11-2' 'iputils=20101006-2' 'jfsutils=1.1.15-3' 
'less=444-3' 'lvm2=2.02.95-1' 'mdadm=3.2.3-1'
- 'kmod=7-1' 'nano=2.2.6-2' 'ncurses=5.9-3' 
'net-tools=1.60.20110819cvs-3' 'gnu-netcat=0.7.1-4'
- 'pcmciautils=018-2' 'procps-ng=3.3.2-1' 'psmisc=22.16-1' 
'reiserfsprogs=3.6.21-4'
- 'sed=4.2.1-4' 'snarf=7.0-5' 'tar=1.26-2' 'util-linux=2.21-6' 
'dnsutils=9.9.2.P1-1'
- 'which=2.20-5' 'kbd=1.15.3-2' 'wireless_tools=29-6' 
'xfsprogs=3.1.7-1' 'hdparm=9.39-1'
- 'memtest86+=4.20-2' 'inetutils=1.9.1-1' 'openssh=5.9p1-8' 
'hwdetect=2012.01-1' 'shadow=4.1.5-4' 
-'bridge-utils=1.5-1' 'ifenslave=1.1.0-7' 'links=2.5-1' 
'dosfstools=3.0.12-1'
- 'glibc=2.15-7' 'linux-api-headers=3.1.6-1' 'linux=3.2.13-1'
- 'kexec-tools=2.0.2-4' 'ppp=2.4.5-3' 'rp-pppoe=3.10-7' 
'iptables=1.4.12.2-1' 'isdn4k-utils=3.20-1'
- 'ntfs-3g=2012.1.15-1' 'pciutils=3.1.9-1' 'usbutils=005-1' 
'vpnc=0.5.3.svn516-1' 'openvpn=2.2.2-1'
-'b43-fwcutter=015-1' 'wpa_supplicant=0.7.3-5' 'rsync=3.0.9-2' 
'gzip=1.4-4' 'libarchive=3.0.3-5'
-'device-mapper=2.02.95-1' 'screen=4.0.3-13' 'elfutils=0.152-2' 
'pam=1.1.5-2' 'cracklib=2.8.18-2'
-'nfs-utils=1.2.5-2' 'nfsidmap=0.24-3' 'readline=6.2.002-1' 
'acl=2.2.51-1' 'attr=2.4.46-1' 'pcre=8.30-1'
-'cpio=2.11-3' 'fuse=2.8.7-1' 'libusbx=1.0.8-2' 'vim=7.3.475-1' 
'lzo2=2.06-1' 'libsasl=2.1.23-9' 'libldap=2.4.30-1'
-'gpm=1.20.6-7' 'libevent=2.0.17-1' 'gcc-libs=4.6.3-1' 
'sdparm=1.07-1' 'licenses=2.9-1' 'pptpclient=1.7.2-4'
-'zd1211-firmware=1.4-5' 'ipw2100-fw=1.3-6' 'ipw2200-fw=3.1-4' 
'smbclient=3.6.3-4'  'dhcpcd=5.5.4-1' 'openssl=1.0.1-1'
-'git=1.7.9.5-1' 'dmraid=1.0.0.rc16.3-2' 'linux-atm=2.5.2-1' 
'netctl=0.6-1' 'parted=3.1-1' 'tzdata=2012b-1'
-'ntp=4.2.6.p5-6' 'libgcrypt=1.5.0-1' 'iw=3.3-2' 'crda=1.1.2-2' 
'libnl=3.2.7-1' 'iproute2=3.2.0-3'
-'wireless-regdb=2011.04.28-1' 'v86d=0.1.10-2' 'dhclient=4.2.3.2-2' 
'syslinux=4.05-3' 'mtools=4.0.17-2'
-'fsarchiver=0.6.13-1' 'xz=5.0.3-1' 'libtirpc=0.2.2-2' 
'librpcsecgss=0.19-7' 'rpcbind=0.2.0-6' 'testdisk=6.13-2'
-'wipe=2.3.1-2' 'ddrescue=1.15-1' 'ifplugd=0.28-8' 
'wpa_actiond=1.1-3' 'rfkill=0.4-3'
-'libgssglue=0.3-1' 'mkinitcpio-nfs-utils=0.2-2' 'gptfdisk=0.8.4-1' 
'nilfs-utils=2.1.1-1' 'btrfs-progs=0.19.20120110-2'
-'linux-firmware=20120227-1' 'iana-etc=2.30-2' 
'libusb-compat=0.1.3-2' 'keyutils=1.5.5-1'
-'libisoburn=1.2.0-1' 'squashfs-tools=4.2-2' 'file=5.11-1' 
'yp-tools=2.12-2' 'curl=7.25.0-1'  'smartmontools=5.42-3'
-'dnsmasq=2.60-2' 'lftp=4.3.5-1' 'openconnect=1:3.15-1' 
'libxml2=2.7.8-2' 'libproxy=0.4.7-1' 'speedtouch=1.3.1-4'
-'tcpdump=4.2.1-2' 'nmap=5.51-3' 'lua=5.1.5-1' 'weechat=0.3.7-1' 
'gnutls=3.0.17-1' 'nettle=2.4-1' 'libtasn1=2.12-1'
-'expat=2.0.1-7' 'progsreiserfs=0.3.0.5-7' 'glib2=2.30.2-2' 
'freetype2=2.4.9-1'
-'libssh2=1.4.0-1' 'libedit=20120311_3.0-1' 'talloc=2.0.7-1' 
'eventlog=0.2.12-3' 'idnkit=1.0-2' 'libjpeg-turbo=1.2.0-1'
-'dmidecode=2.11-2' 'pth=2.0.7-4' 'gnupg=2.0.19-1' 
'libksba=1.2.0-1' 'libassuan=2.0.3-1' 'pinentry=0.8.1-3'
-'dirmngr=1.1.0-3'  'gpgme=1.3.1-4' 'ldns=1.6.12-2' 
'dnssec-anchors=20120422-1' 'hwids=20120512-1'
-'systemd=185' 'archlinux-keyring=20120529-1' 'haveged=1.4-3' 
-'pambase=20120602-1' 'chntpw=110511-2' 'traceroute=2.0.18' 
'arch-wiki-lite=20120619-1' 'grub=2.00-1' 
-'systemd-sysvcompat=188-2' 'arch-wiki-lite=20120619-1'
- 'intel-ucode=20120606-1' 'arch-install-scripts=5-1' 'zsh=5.0.0-2' 
'gdbm=1.10-1'
- 

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

2013-08-07 Thread Tobias Powalowski
Date: Wednesday, August 7, 2013 @ 21:21:39
  Author: tpowa
Revision: 192217

upgpkg: archboot 2013.08-1

bump to latest version

Modified:
  archboot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-07 19:14:18 UTC (rev 192216)
+++ PKGBUILD2013-08-07 19:21:39 UTC (rev 192217)
@@ -2,8 +2,8 @@
 # Maintainer : Tobias Powalowski tp...@archlinux.org
 
 pkgname=archboot
-pkgver=2013.07
-pkgrel=4
+pkgver=2013.08
+pkgrel=1
 pkgdesc=Advanced, modular arch boot/install image creation utility
 arch=(any)
 license=('GPL')
@@ -70,7 +70,7 @@
 
 package()
 {
-  cd $srcdir/$pkgname-$pkgver-4
+  cd $srcdir/$pkgname-$pkgver-1
   mv * $pkgdir/
 }
-md5sums=('be6b7a20077575e6dbf4ed405ba30346')
+md5sums=('e71586b2686288055df8b365e4c680e0')



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

2013-08-07 Thread Thorsten Töpper
Date: Wednesday, August 7, 2013 @ 22:52:34
  Author: ttoepper
Revision: 95251

upgpkg: i3-wm 4.6-1

Modified:
  i3-wm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-07 17:44:33 UTC (rev 95250)
+++ PKGBUILD2013-08-07 20:52:34 UTC (rev 95251)
@@ -3,14 +3,14 @@
 
 pkgname=i3-wm
 _pkgsourcename=i3
-pkgver=4.5.1
+pkgver=4.6
 pkgrel=1
-pkgdesc=An improved dynamic tiling window manager
+pkgdesc='An improved dynamic tiling window manager'
 arch=('i686' 'x86_64')
-url=http://i3wm.org/;
+url='http://i3wm.org/'
 license=('BSD')
-replaces=(i3 i3bar)
-groups=(i3)
+replaces=('i3' 'i3bar')
+groups=('i3')
 depends=('libxcursor' 'xcb-util-keysyms' 'xcb-util-wm' 'libev' 'yajl'
  'startup-notification' 'pango' 'perl')
 makedepends=('bison' 'flex')
@@ -18,8 +18,10 @@
 'i3lock: For locking your screen.'
 'i3status: To display systeminformation with a bar.')
 options=('docs' '!strip')
-source=(http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2;)
-md5sums=('a448388a9e26b7ae371534ff9f6ca353')
+source=(http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2;
+http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2.asc;)
+md5sums=('11901176eea90632384434c371840cfd'
+ 'SKIP')
 
 build() {
   cd $srcdir/$_pkgsourcename-$pkgver



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

2013-08-07 Thread Thorsten Töpper
Date: Wednesday, August 7, 2013 @ 22:52:39
  Author: ttoepper
Revision: 95252

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

Added:
  i3-wm/repos/community-i686/PKGBUILD
(from rev 95251, i3-wm/trunk/PKGBUILD)
  i3-wm/repos/community-x86_64/PKGBUILD
(from rev 95251, i3-wm/trunk/PKGBUILD)
Deleted:
  i3-wm/repos/community-i686/PKGBUILD
  i3-wm/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-07 20:52:34 UTC (rev 95251)
+++ community-i686/PKGBUILD 2013-08-07 20:52:39 UTC (rev 95252)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
-
-pkgname=i3-wm
-_pkgsourcename=i3
-pkgver=4.5.1
-pkgrel=1
-pkgdesc=An improved dynamic tiling window manager
-arch=('i686' 'x86_64')
-url=http://i3wm.org/;
-license=('BSD')
-replaces=(i3 i3bar)
-groups=(i3)
-depends=('libxcursor' 'xcb-util-keysyms' 'xcb-util-wm' 'libev' 'yajl'
- 'startup-notification' 'pango' 'perl')
-makedepends=('bison' 'flex')
-optdepends=('dmenu: As menu.'
-'i3lock: For locking your screen.'
-'i3status: To display systeminformation with a bar.')
-options=('docs' '!strip')
-source=(http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2;)
-md5sums=('a448388a9e26b7ae371534ff9f6ca353')
-
-build() {
-  cd $srcdir/$_pkgsourcename-$pkgver
-  
-  # In order to avoid problems with bison use only a single process
-  MAKEFLAGS=-j1
-  make
-}
-
-package() {
-  cd $srcdir/$_pkgsourcename-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-  
-  install -Dm644 man/i3.1 \
-${pkgdir}/usr/share/man/man1/i3.1
-  install -Dm644 man/i3bar.1 \
-${pkgdir}/usr/share/man/man1/i3bar.1
-  install -Dm644 man/i3-config-wizard.1 \
-${pkgdir}/usr/share/man/man1/i3-config-wizard.1
-  install -Dm644 man/i3-input.1 \
-${pkgdir}/usr/share/man/man1/i3-input.1
-  install -Dm644 man/i3-msg.1 \
-${pkgdir}/usr/share/man/man1/i3-msg.1
-  install -Dm644 man/i3-migrate-config-to-v4.1 \
-${pkgdir}/usr/share/man/man1/i3-migrate-config-to-v4.1
-  install -Dm644 man/i3-nagbar.1 \
-${pkgdir}/usr/share/man/man1/i3-nagbar.1
-  install -Dm644 man/i3-dmenu-desktop.1 \
-${pkgdir}/usr/share/man/man1/i3-dmenu-desktop.1
-  install -Dm644 man/i3-dump-log.1 \
-${pkgdir}/usr/share/man/man1/i3-dump-log.1
-  install -Dm644 man/i3-sensible-editor.1 \
-${pkgdir}/usr/share/man/man1/i3-sensible-editor.1
-  install -Dm644 man/i3-sensible-pager.1 \
-${pkgdir}/usr/share/man/man1/i3-sensible-pager.1
-  install -Dm644 man/i3-sensible-terminal.1 \
-${pkgdir}/usr/share/man/man1/i3-sensible-terminal.1
-
-  install -Dm644 LICENSE \
-${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  
-  make clean
-}
-
-# vim:set ts=2 sw=2 et:

Copied: i3-wm/repos/community-i686/PKGBUILD (from rev 95251, 
i3-wm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-07 20:52:39 UTC (rev 95252)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
+
+pkgname=i3-wm
+_pkgsourcename=i3
+pkgver=4.6
+pkgrel=1
+pkgdesc='An improved dynamic tiling window manager'
+arch=('i686' 'x86_64')
+url='http://i3wm.org/'
+license=('BSD')
+replaces=('i3' 'i3bar')
+groups=('i3')
+depends=('libxcursor' 'xcb-util-keysyms' 'xcb-util-wm' 'libev' 'yajl'
+ 'startup-notification' 'pango' 'perl')
+makedepends=('bison' 'flex')
+optdepends=('dmenu: As menu.'
+'i3lock: For locking your screen.'
+'i3status: To display systeminformation with a bar.')
+options=('docs' '!strip')
+source=(http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2;
+http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2.asc;)
+md5sums=('11901176eea90632384434c371840cfd'
+ 'SKIP')
+
+build() {
+  cd $srcdir/$_pkgsourcename-$pkgver
+  
+  # In order to avoid problems with bison use only a single process
+  MAKEFLAGS=-j1
+  make
+}
+
+package() {
+  cd $srcdir/$_pkgsourcename-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+  
+  install -Dm644 man/i3.1 \
+${pkgdir}/usr/share/man/man1/i3.1
+  install -Dm644 man/i3bar.1 \
+${pkgdir}/usr/share/man/man1/i3bar.1
+  install -Dm644 man/i3-config-wizard.1 \
+${pkgdir}/usr/share/man/man1/i3-config-wizard.1
+  install -Dm644 man/i3-input.1 \
+${pkgdir}/usr/share/man/man1/i3-input.1
+  install -Dm644 man/i3-msg.1 \
+${pkgdir}/usr/share/man/man1/i3-msg.1
+  install -Dm644 man/i3-migrate-config-to-v4.1 \
+${pkgdir}/usr/share/man/man1/i3-migrate-config-to-v4.1
+  install -Dm644 man/i3-nagbar.1 \

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

2013-08-07 Thread Florian Pritz
Date: Wednesday, August 7, 2013 @ 22:59:35
  Author: bluewind
Revision: 95253

upgpkg: filezilla 3.7.3-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-07 20:52:39 UTC (rev 95252)
+++ PKGBUILD2013-08-07 20:59:35 UTC (rev 95253)
@@ -3,7 +3,7 @@
 # Maintainer: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=filezilla
-pkgver=3.7.2
+pkgver=3.7.3
 pkgrel=1
 pkgdesc=Fast and reliable FTP, FTPS and SFTP client
 arch=('i686' 'x86_64')
@@ -31,4 +31,4 @@
 
   make DESTDIR=${pkgdir} install
 }
-md5sums=('2cf1e519b78c87e35284dae98439e96c')
+md5sums=('df7828739a852ac3adbc1c010303115d')



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

2013-08-07 Thread Florian Pritz
Date: Wednesday, August 7, 2013 @ 22:59:40
  Author: bluewind
Revision: 95254

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

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

+
 /PKGBUILD  |   68 +++
 /filezilla.install |   22 +++
 community-i686/PKGBUILD|   34 -
 community-i686/filezilla.install   |   11 -
 community-x86_64/PKGBUILD  |   34 -
 community-x86_64/filezilla.install |   11 -
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-07 20:59:35 UTC (rev 95253)
+++ community-i686/PKGBUILD 2013-08-07 20:59:40 UTC (rev 95254)
@@ -1,34 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=filezilla
-pkgver=3.7.2
-pkgrel=1
-pkgdesc=Fast and reliable FTP, FTPS and SFTP client
-arch=('i686' 'x86_64')
-url=http://filezilla-project.org/;
-license=('GPL')
-depends=('dbus-core' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 
'sqlite')
-install=filezilla.install
-source=(http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2;)
-
-build() {
-  cd ${pkgname}-${pkgver}
-   ./autogen.sh
-  ./configure \
---prefix=/usr \
---disable-manualupdatecheck \
---disable-autoupdatecheck \
---disable-static \
---with-tinyxml=builtin
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}
-md5sums=('2cf1e519b78c87e35284dae98439e96c')

Copied: filezilla/repos/community-i686/PKGBUILD (from rev 95253, 
filezilla/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-07 20:59:40 UTC (rev 95254)
@@ -0,0 +1,34 @@
+# $Id$
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=filezilla
+pkgver=3.7.3
+pkgrel=1
+pkgdesc=Fast and reliable FTP, FTPS and SFTP client
+arch=('i686' 'x86_64')
+url=http://filezilla-project.org/;
+license=('GPL')
+depends=('dbus-core' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 
'sqlite')
+install=filezilla.install
+source=(http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2;)
+
+build() {
+  cd ${pkgname}-${pkgver}
+   ./autogen.sh
+  ./configure \
+--prefix=/usr \
+--disable-manualupdatecheck \
+--disable-autoupdatecheck \
+--disable-static \
+--with-tinyxml=builtin
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+md5sums=('df7828739a852ac3adbc1c010303115d')

Deleted: community-i686/filezilla.install
===
--- community-i686/filezilla.install2013-08-07 20:59:35 UTC (rev 95253)
+++ community-i686/filezilla.install2013-08-07 20:59:40 UTC (rev 95254)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: filezilla/repos/community-i686/filezilla.install (from rev 95253, 
filezilla/trunk/filezilla.install)
===
--- community-i686/filezilla.install(rev 0)
+++ community-i686/filezilla.install2013-08-07 20:59:40 UTC (rev 95254)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-08-07 20:59:35 UTC (rev 95253)
+++ community-x86_64/PKGBUILD   2013-08-07 20:59:40 UTC (rev 95254)
@@ -1,34 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=filezilla
-pkgver=3.7.2
-pkgrel=1
-pkgdesc=Fast and reliable FTP, FTPS and SFTP client
-arch=('i686' 'x86_64')
-url=http://filezilla-project.org/;
-license=('GPL')

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

2013-08-07 Thread Eric Bélanger
Date: Thursday, August 8, 2013 @ 00:04:40
  Author: eric
Revision: 192219

upgpkg: inkscape 0.48.4-10

Rebuild against imagemagick 6.8.6.8

Modified:
  inkscape/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-07 19:21:53 UTC (rev 192218)
+++ PKGBUILD2013-08-07 22:04:40 UTC (rev 192219)
@@ -5,7 +5,7 @@
 
 pkgname=inkscape
 pkgver=0.48.4
-pkgrel=9
+pkgrel=10
 pkgdesc='Vector graphics editor using the SVG file format'
 url='http://inkscape.sourceforge.net/'
 license=('GPL' 'LGPL')



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

2013-08-07 Thread Eric Bélanger
Date: Thursday, August 8, 2013 @ 00:23:05
  Author: eric
Revision: 19

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

Added:
  pstoedit/repos/staging-i686/
  pstoedit/repos/staging-i686/PKGBUILD
(from rev 192221, pstoedit/trunk/PKGBUILD)
  pstoedit/repos/staging-x86_64/
  pstoedit/repos/staging-x86_64/PKGBUILD
(from rev 192221, pstoedit/trunk/PKGBUILD)

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

Copied: pstoedit/repos/staging-i686/PKGBUILD (from rev 192221, 
pstoedit/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-08-07 22:23:05 UTC (rev 19)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: damir da...@archlinux.org
+# Contributor: Tobias Powalowski t.p...@gmx.de
+
+pkgname=pstoedit
+pkgver=3.62
+pkgrel=2
+pkgdesc=Translates PostScript and PDF graphics into other vector formats
+arch=('i686' 'x86_64')
+url=http://www.pstoedit.net/;
+license=('GPL')
+depends=('gcc-libs' 'plotutils' 'gd' 'imagemagick')
+makedepends=('ghostscript')
+options=('!libtool' '!makeflags')
+source=(http://downloads.sourceforge.net/sourceforge/pstoedit/pstoedit-${pkgver}.tar.gz;)
+sha1sums=('50d5a4e2fe0e0ff2f73cb094cb945b221083e742')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  sed -i 's/-pedantic//' configure
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: pstoedit/repos/staging-x86_64/PKGBUILD (from rev 192221, 
pstoedit/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-08-07 22:23:05 UTC (rev 19)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: damir da...@archlinux.org
+# Contributor: Tobias Powalowski t.p...@gmx.de
+
+pkgname=pstoedit
+pkgver=3.62
+pkgrel=2
+pkgdesc=Translates PostScript and PDF graphics into other vector formats
+arch=('i686' 'x86_64')
+url=http://www.pstoedit.net/;
+license=('GPL')
+depends=('gcc-libs' 'plotutils' 'gd' 'imagemagick')
+makedepends=('ghostscript')
+options=('!libtool' '!makeflags')
+source=(http://downloads.sourceforge.net/sourceforge/pstoedit/pstoedit-${pkgver}.tar.gz;)
+sha1sums=('50d5a4e2fe0e0ff2f73cb094cb945b221083e742')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  sed -i 's/-pedantic//' configure
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2013-08-07 Thread Eric Bélanger
Date: Thursday, August 8, 2013 @ 00:22:38
  Author: eric
Revision: 192221

upgpkg: pstoedit 3.62-2

Rebuild against imagemagick 6.8.6.8

Modified:
  pstoedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-07 22:09:01 UTC (rev 192220)
+++ PKGBUILD2013-08-07 22:22:38 UTC (rev 192221)
@@ -5,7 +5,7 @@
 
 pkgname=pstoedit
 pkgver=3.62
-pkgrel=1
+pkgrel=2
 pkgdesc=Translates PostScript and PDF graphics into other vector formats
 arch=('i686' 'x86_64')
 url=http://www.pstoedit.net/;



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

2013-08-07 Thread Eric Bélanger
Date: Thursday, August 8, 2013 @ 00:09:01
  Author: eric
Revision: 192220

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

Added:
  inkscape/repos/staging-i686/
  inkscape/repos/staging-i686/PKGBUILD
(from rev 192219, inkscape/trunk/PKGBUILD)
  inkscape/repos/staging-i686/install
(from rev 192219, inkscape/trunk/install)
  inkscape/repos/staging-i686/spuriouscomma.patch
(from rev 192219, inkscape/trunk/spuriouscomma.patch)
  inkscape/repos/staging-x86_64/
  inkscape/repos/staging-x86_64/PKGBUILD
(from rev 192219, inkscape/trunk/PKGBUILD)
  inkscape/repos/staging-x86_64/install
(from rev 192219, inkscape/trunk/install)
  inkscape/repos/staging-x86_64/spuriouscomma.patch
(from rev 192219, inkscape/trunk/spuriouscomma.patch)

+
 staging-i686/PKGBUILD  |   56 +++
 staging-i686/install   |   13 
 staging-i686/spuriouscomma.patch   |   11 ++
 staging-x86_64/PKGBUILD|   56 +++
 staging-x86_64/install |   13 
 staging-x86_64/spuriouscomma.patch |   11 ++
 6 files changed, 160 insertions(+)

Copied: inkscape/repos/staging-i686/PKGBUILD (from rev 192219, 
inkscape/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-08-07 22:09:01 UTC (rev 192220)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Tobias Kieslich tob...@justdreams.de
+# Contributor: tobias tob...@archlinux.org
+
+pkgname=inkscape
+pkgver=0.48.4
+pkgrel=10
+pkgdesc='Vector graphics editor using the SVG file format'
+url='http://inkscape.sourceforge.net/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+makedepends=('boost' 'intltool')
+depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'imagemagick' 'libxslt' 
'poppler-glib=0.22.3' 'popt'
+ 'python2' 'desktop-file-utils' 'hicolor-icon-theme')
+optdepends=('pstoedit: latex formulas'
+'texlive-core: latex formulas'
+'python2-numpy: some extensions'
+'python2-lxml: some extensions and filters'
+'pyxml: some extensions'
+'uniconvertor: reading/writing to some proprietary formats')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;
+'spuriouscomma.patch')
+sha1sums=('5f26f6ad191d1e7c2a9fb69a438722beb172224c'
+  '7d1d5a6d1d2b0926721a994d5889c52890fc57c1')
+
+options=('!libtool')
+install=install
+
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   patch -p0 -i ../spuriouscomma.patch
+   sed -i 's|/usr/bin/python\|/usr/bin/python2|g' cxxtest/*.py
+   sed -i 's|/usr/bin/env python\|/usr/bin/env python2|g' 
share/*/{test/,}*.py
+   sed -i 's|python },|python2 },|g' 
src/extension/implementation/script.cpp
+   sed -i 's|python -c|python2 -c|g' configure share/extensions/uniconv*.py
+   sed -i 's|python|python2|g' src/main.cpp
+   sed -i '/^#include g.kmm/i #include glibmm.h' 
src/*{,/*{,/*{,/*}}}.{h,cpp}
+}
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure \
+   --prefix=/usr \
+   --with-python \
+   --with-perl \
+   --enable-lcms \
+   --enable-poppler-cairo \
+   --disable-dependency-tracking
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Copied: inkscape/repos/staging-i686/install (from rev 192219, 
inkscape/trunk/install)
===
--- staging-i686/install(rev 0)
+++ staging-i686/install2013-08-07 22:09:01 UTC (rev 192220)
@@ -0,0 +1,13 @@
+post_install() {
+   update-desktop-database -q
+   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+   post_install
+}
+
+
+post_remove() {
+   post_install
+}

Copied: inkscape/repos/staging-i686/spuriouscomma.patch (from rev 192219, 
inkscape/trunk/spuriouscomma.patch)
===
--- staging-i686/spuriouscomma.patch(rev 0)
+++ staging-i686/spuriouscomma.patch2013-08-07 22:09:01 UTC (rev 192220)
@@ -0,0 +1,11 @@
+--- src/widgets/desktop-widget.h~  2011-07-08 13:25:09.0 -0500
 src/widgets/desktop-widget.h   2013-02-15 16:04:45.806910365 -0600
+@@ -239,7 +239,7 @@
+ private:
+ GtkWidget *tool_toolbox;
+ GtkWidget *aux_toolbox;
+-GtkWidget *commands_toolbox,;
++GtkWidget *commands_toolbox;
+ GtkWidget *snap_toolbox;
+ 
+ static void init(SPDesktopWidget *widget);

Copied: inkscape/repos/staging-x86_64/PKGBUILD (from rev 192219, 
inkscape/trunk/PKGBUILD)