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

2013-09-13 Thread Laurent Carlier
Date: Friday, September 13, 2013 @ 08:18:00
  Author: lcarlier
Revision: 97107

upgpkg: lib32-systemd 207-1

Sync with testing

Modified:
  lib32-systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-13 02:04:27 UTC (rev 97106)
+++ PKGBUILD2013-09-13 06:18:00 UTC (rev 97107)
@@ -4,8 +4,8 @@
 
 pkgname=lib32-systemd
 _pkgbasename=systemd
-pkgver=206
-pkgrel=2
+pkgver=207
+pkgrel=1
 pkgdesc=system and service manager (32-bit)
 arch=('x86_64')
 url=http://www.freedesktop.org/wiki/Software/systemd;
@@ -15,7 +15,7 @@
  'intltool' 'gperf')
 options=('!libtool')
 
source=(http://www.freedesktop.org/software/$_pkgbasename/$_pkgbasename-$pkgver.tar.xz;)
-md5sums=('89e36f2d3ba963020b72738549954cbc')
+md5sums=('7799f3cc9d289b8db1c1fa56ae7ecd88')
 
 build() {
   export CC=gcc -m32



[arch-commits] Commit in lib32-systemd/repos/multilib-testing-x86_64 (2 files)

2013-09-13 Thread Laurent Carlier
Date: Friday, September 13, 2013 @ 08:18:23
  Author: lcarlier
Revision: 97108

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-systemd/repos/multilib-testing-x86_64/PKGBUILD
(from rev 97107, lib32-systemd/trunk/PKGBUILD)
Deleted:
  lib32-systemd/repos/multilib-testing-x86_64/PKGBUILD

--+
 PKGBUILD |  112 ++---
 1 file changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-13 06:18:00 UTC (rev 97107)
+++ PKGBUILD2013-09-13 06:18:23 UTC (rev 97108)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner dreis...@archlinux.org
-# Maintainer: Tom Gundersen t...@jklm.no
-
-pkgname=lib32-systemd
-_pkgbasename=systemd
-pkgver=206
-pkgrel=2
-pkgdesc=system and service manager (32-bit)
-arch=('x86_64')
-url=http://www.freedesktop.org/wiki/Software/systemd;
-license=('GPL2' 'LGPL2.1' 'MIT')
-depends=('lib32-glib2' 'lib32-libgcrypt' 'lib32-xz' 'systemd')
-makedepends=('lib32-gcc-libs' 'gcc-multilib' 'lib32-libcap' 'lib32-acl' 
- 'intltool' 'gperf')
-options=('!libtool')
-source=(http://www.freedesktop.org/software/$_pkgbasename/$_pkgbasename-$pkgver.tar.xz;)
-md5sums=('89e36f2d3ba963020b72738549954cbc')
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  cd ${srcdir}/systemd-${pkgver}
-
-  ./configure \
---libexecdir=/usr/lib32 \
---libdir=/usr/lib32 \
---localstatedir=/var \
---sysconfdir=/etc \
---disable-audit \
---disable-ima \
---disable-pam \
---disable-kmod \
---disable-blkid \
---without-python \
---disable-libcryptsetup \
---with-sysvinit-path= \
---with-sysvrcnd-path=
-
-  make
-}
-
-package() {
-  cd ${srcdir}/systemd-${pkgver}
-
-  make DESTDIR=$pkgdir install
-
-  rm -rf ${pkgdir}/{etc,var}
-  rm -rf ${pkgdir}/usr/{bin,include,lib,share}
-  rm -rf ${pkgdir}/usr/lib32/libnss*
-
-  install -m755 -d ${pkgdir}/usr/share/licenses
-  ln -s systemd $pkgdir/usr/share/licenses/lib32-systemd
-}

Copied: lib32-systemd/repos/multilib-testing-x86_64/PKGBUILD (from rev 97107, 
lib32-systemd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-13 06:18:23 UTC (rev 97108)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Maintainer: Tom Gundersen t...@jklm.no
+
+pkgname=lib32-systemd
+_pkgbasename=systemd
+pkgver=207
+pkgrel=1
+pkgdesc=system and service manager (32-bit)
+arch=('x86_64')
+url=http://www.freedesktop.org/wiki/Software/systemd;
+license=('GPL2' 'LGPL2.1' 'MIT')
+depends=('lib32-glib2' 'lib32-libgcrypt' 'lib32-xz' 'systemd')
+makedepends=('lib32-gcc-libs' 'gcc-multilib' 'lib32-libcap' 'lib32-acl' 
+ 'intltool' 'gperf')
+options=('!libtool')
+source=(http://www.freedesktop.org/software/$_pkgbasename/$_pkgbasename-$pkgver.tar.xz;)
+md5sums=('7799f3cc9d289b8db1c1fa56ae7ecd88')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/systemd-${pkgver}
+
+  ./configure \
+--libexecdir=/usr/lib32 \
+--libdir=/usr/lib32 \
+--localstatedir=/var \
+--sysconfdir=/etc \
+--disable-audit \
+--disable-ima \
+--disable-pam \
+--disable-kmod \
+--disable-blkid \
+--without-python \
+--disable-libcryptsetup \
+--with-sysvinit-path= \
+--with-sysvrcnd-path=
+
+  make
+}
+
+package() {
+  cd ${srcdir}/systemd-${pkgver}
+
+  make DESTDIR=$pkgdir install
+
+  rm -rf ${pkgdir}/{etc,var}
+  rm -rf ${pkgdir}/usr/{bin,include,lib,share}
+  rm -rf ${pkgdir}/usr/lib32/libnss*
+
+  install -m755 -d ${pkgdir}/usr/share/licenses
+  ln -s systemd $pkgdir/usr/share/licenses/lib32-systemd
+}



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

2013-09-13 Thread Andreas Radke
Date: Friday, September 13, 2013 @ 08:55:02
  Author: andyrtr
Revision: 194283

upgpkg: vigra 1.9.0-6

hdf5 - 1.8.11 .so bump rebuild

Modified:
  vigra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-13 04:26:54 UTC (rev 194282)
+++ PKGBUILD2013-09-13 06:55:02 UTC (rev 194283)
@@ -5,14 +5,14 @@
 pkgbase=vigra
 pkgname=('vigra' 'vigra-doc')
 pkgver=1.9.0
-pkgrel=5
+pkgrel=6
 arch=('i686' 'x86_64')
 url=http://hci.iwr.uni-heidelberg.de/vigra/;
 license=('custom:MIT')
 makedepends=(# runtime deps
- 'libpng=1.5.7' 'libtiff=4.0.0' 'openexr' 'gcc-libs' 'sh' 
'hdf5=1.8.7' 'fftw'
+ 'libpng' 'libtiff' 'openexr' 'gcc-libs' 'sh' 'hdf5=1.8.11' 'fftw'
 # additional makedeps
- 'cmake' 'python2-nose' 'doxygen' 'python2-sphinx' 'boost=1.54.0' 
'python2-numpy')
+ 'cmake' 'python2-nose' 'doxygen' 'python2-sphinx' 'boost' 
'python2-numpy')
 options=('!libtool')
 
source=(http://kogs-www.informatik.uni-hamburg.de/~koethe/vigra/${pkgname}-${pkgver}-src.tar.gz)
 md5sums=('b6155afe1ea967917d2be16d98a85404')
@@ -34,7 +34,7 @@
 
 package_vigra() {
   pkgdesc=Computer vision library
-  depends=('libpng=1.5.7' 'libtiff=4.0.0' 'openexr' 'gcc-libs' 'sh' 
'hdf5=1.8.7' 'fftw')
+  depends=('libpng' 'libtiff' 'openexr' 'gcc-libs' 'sh' 'hdf5=1.8.11' 'fftw')
   optdepends=('python2: for python bindings'
   'boost-libs: for python bindings')
 



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

2013-09-13 Thread Andreas Radke
Date: Friday, September 13, 2013 @ 08:55:45
  Author: andyrtr
Revision: 194284

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

Added:
  vigra/repos/staging-i686/
  vigra/repos/staging-i686/PKGBUILD
(from rev 194283, vigra/trunk/PKGBUILD)
  vigra/repos/staging-i686/vigra-1.7.1.gcc460.patch
(from rev 194283, vigra/trunk/vigra-1.7.1.gcc460.patch)
  vigra/repos/staging-x86_64/
  vigra/repos/staging-x86_64/PKGBUILD
(from rev 194283, vigra/trunk/PKGBUILD)
  vigra/repos/staging-x86_64/vigra-1.7.1.gcc460.patch
(from rev 194283, vigra/trunk/vigra-1.7.1.gcc460.patch)

-+
 staging-i686/PKGBUILD   |   65 ++
 staging-i686/vigra-1.7.1.gcc460.patch   |   33 +++
 staging-x86_64/PKGBUILD |   65 ++
 staging-x86_64/vigra-1.7.1.gcc460.patch |   33 +++
 4 files changed, 196 insertions(+)

Copied: vigra/repos/staging-i686/PKGBUILD (from rev 194283, 
vigra/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-09-13 06:55:45 UTC (rev 194284)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Lukas Jirkovsky l.jirkov...@gmail.com
+
+pkgbase=vigra
+pkgname=('vigra' 'vigra-doc')
+pkgver=1.9.0
+pkgrel=6
+arch=('i686' 'x86_64')
+url=http://hci.iwr.uni-heidelberg.de/vigra/;
+license=('custom:MIT')
+makedepends=(# runtime deps
+ 'libpng' 'libtiff' 'openexr' 'gcc-libs' 'sh' 'hdf5=1.8.11' 'fftw'
+# additional makedeps
+ 'cmake' 'python2-nose' 'doxygen' 'python2-sphinx' 'boost' 
'python2-numpy')
+options=('!libtool')
+source=(http://kogs-www.informatik.uni-hamburg.de/~koethe/vigra/${pkgname}-${pkgver}-src.tar.gz)
+md5sums=('b6155afe1ea967917d2be16d98a85404')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+  -DPYTHON_EXECUTABLE=/usr/bin/python2 \
+  -DWITH_OPENEXR=true \
+  -DWITH_VIGRANUMPY=1 \
+  -DDOCINSTALL=share/doc
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make -k check || /bin/true # i686 fails
+}
+
+package_vigra() {
+  pkgdesc=Computer vision library
+  depends=('libpng' 'libtiff' 'openexr' 'gcc-libs' 'sh' 'hdf5=1.8.11' 'fftw')
+  optdepends=('python2: for python bindings'
+  'boost-libs: for python bindings')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  # license
+  install -D -m644 LICENSE.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  
+  # remove doc
+  rm -rf ${pkgdir}/usr/share/doc
+  
+  #fix shebang for python2
+  sed -i 's|python$|python2|' $pkgdir/usr/bin/vigra-config
+}
+
+package_vigra-doc() {
+  pkgdesc=Computer vision library - documentation and examples
+  #depends=('vigra')
+  #arch=('any')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  # cleanup
+  rm -rf ${pkgdir}/usr/{bin,include,lib}
+
+  # license
+  install -D -m644 LICENSE.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: vigra/repos/staging-i686/vigra-1.7.1.gcc460.patch (from rev 194283, 
vigra/trunk/vigra-1.7.1.gcc460.patch)
===
--- staging-i686/vigra-1.7.1.gcc460.patch   (rev 0)
+++ staging-i686/vigra-1.7.1.gcc460.patch   2013-09-13 06:55:45 UTC (rev 
194284)
@@ -0,0 +1,33 @@
+diff -baur vigra-1.7.1.old/include/vigra/random_forest.hxx 
vigra-1.7.1/include/vigra/random_forest.hxx
+--- vigra-1.7.1.old/include/vigra/random_forest.hxx2010-12-03 
17:40:34.0 +
 vigra-1.7.1/include/vigra/random_forest.hxx2011-01-28 
00:16:32.0 +
+@@ -43,6 +43,7 @@
+ #include set
+ #include list
+ #include numeric
++#include stddef.h
+ #include mathutil.hxx
+ #include array_vector.hxx
+ #include sized_int.hxx
+diff -baur vigra-1.7.1.old/include/vigra/sifImport.hxx 
vigra-1.7.1/include/vigra/sifImport.hxx
+--- vigra-1.7.1.old/include/vigra/sifImport.hxx2010-12-03 
17:40:34.0 +
 vigra-1.7.1/include/vigra/sifImport.hxx2011-01-28 00:23:31.0 
+
+@@ -57,6 +57,7 @@
+ #include fstream
+ #include cstring
+ #include vector 
++#include stddef.h
+ #include vigra/multi_array.hxx
+ 
+ namespace vigra {
+diff -baur vigra-1.7.1.old/include/vigra/multi_iterator.hxx 
vigra-1.7.1/include/vigra/multi_iterator.hxx
+--- vigra-1.7.1.old/include/vigra/multi_iterator.hxx   2010-12-03 
17:40:34.0 +
 vigra-1.7.1/include/vigra/multi_iterator.hxx   2011-01-28 
00:23:31.0 +
+@@ -41,6 +41,7 @@
+ #define VIGRA_MULTI_ITERATOR_HXX
+ 
+ #include sys/types.h
++#include stddef.h
+ #include tinyvector.hxx
+ #include iteratortags.hxx
+ 

Copied: vigra/repos/staging-x86_64/PKGBUILD (from rev 194283, 
vigra/trunk/PKGBUILD)

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

2013-09-13 Thread Andreas Radke
Date: Friday, September 13, 2013 @ 09:06:32
  Author: andyrtr
Revision: 194285

upgpkg: sqlite 3.8.0.2-1

upstream update 3.8.0.2

Modified:
  sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-13 06:55:45 UTC (rev 194284)
+++ PKGBUILD2013-09-13 07:06:32 UTC (rev 194285)
@@ -4,10 +4,10 @@
 
 pkgbase=sqlite
 pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc') 
-_amalgamationver=3080001
+_amalgamationver=3080002
 _docver=${_amalgamationver}
 #_docver=3080001
-pkgver=3.8.0.1
+pkgver=3.8.0.2
 pkgrel=1
 pkgdesc=A C library that implements an SQL database engine
 arch=('i686' 'x86_64')
@@ -19,8 +19,8 @@
http://www.sqlite.org/2013/sqlite-doc-${_docver}.zip
license.txt)
 options=('!libtool' '!emptydirs')
-sha1sums=('d2fd623a7537e0fad5a2f33169dd9d6def268583'
-  '89005a0fdd60accd037845895c9b21221d9fc30d'
+sha1sums=('294c30e882a0d45877bce09afe72d08ccfc6b650'
+  '43e314880cee7c97c240131625f6442c2ca7b109'
   'f34f6daa4ab3073d74e774aad21d66878cf26853')
 
 build() {



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

2013-09-13 Thread Andreas Radke
Date: Friday, September 13, 2013 @ 09:06:54
  Author: andyrtr
Revision: 194286

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

Added:
  sqlite/repos/extra-i686/PKGBUILD
(from rev 194285, sqlite/trunk/PKGBUILD)
  sqlite/repos/extra-i686/license.txt
(from rev 194285, sqlite/trunk/license.txt)
  sqlite/repos/extra-x86_64/PKGBUILD
(from rev 194285, sqlite/trunk/PKGBUILD)
  sqlite/repos/extra-x86_64/license.txt
(from rev 194285, sqlite/trunk/license.txt)
Deleted:
  sqlite/repos/extra-i686/PKGBUILD
  sqlite/repos/extra-i686/license.txt
  sqlite/repos/extra-x86_64/PKGBUILD
  sqlite/repos/extra-x86_64/license.txt

--+
 /PKGBUILD|  190 +
 /license.txt |   66 +++
 extra-i686/PKGBUILD  |   95 --
 extra-i686/license.txt   |   33 ---
 extra-x86_64/PKGBUILD|   95 --
 extra-x86_64/license.txt |   33 ---
 6 files changed, 256 insertions(+), 256 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-13 07:06:32 UTC (rev 194285)
+++ extra-i686/PKGBUILD 2013-09-13 07:06:54 UTC (rev 194286)
@@ -1,95 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgbase=sqlite
-pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc') 
-_amalgamationver=3080001
-_docver=${_amalgamationver}
-#_docver=3080001
-pkgver=3.8.0.1
-pkgrel=1
-pkgdesc=A C library that implements an SQL database engine
-arch=('i686' 'x86_64')
-license=('custom:Public Domain')
-url=http://www.sqlite.org/;
-makedepends=('tcl' 'readline')
-source=( # tarball containing the amalgamation for SQLite = 3.7.5 together 
with a configure script and makefile for building it; includes now also the Tcl 
Extension Architecture (TEA)
-   http://www.sqlite.org/2013/sqlite-autoconf-$_amalgamationver.tar.gz
-   http://www.sqlite.org/2013/sqlite-doc-${_docver}.zip
-   license.txt)
-options=('!libtool' '!emptydirs')
-sha1sums=('d2fd623a7537e0fad5a2f33169dd9d6def268583'
-  '89005a0fdd60accd037845895c9b21221d9fc30d'
-  'f34f6daa4ab3073d74e774aad21d66878cf26853')
-
-build() {
-  export CFLAGS=$CFLAGS -DSQLITE_ENABLE_FTS3=1 
-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY 
-DSQLITE_SECURE_DELETE
-
-  # build sqlite
-  cd $srcdir/sqlite-autoconf-$_amalgamationver
-  ./configure --prefix=/usr \
-   --disable-static
-  make
-  
-  # build the tcl extension
-  cd $srcdir/sqlite-autoconf-$_amalgamationver/tea
-  ./configure --prefix=/usr \
-   --with-system-sqlite
-  make
-
-}
-
-package_sqlite() {
- 
- pkgdesc=A C library that implements an SQL database engine
- depends=('readline')
- provides=(sqlite3=$pkgver)
- replaces=(sqlite3)
- 
-  cd ${srcdir}/sqlite-autoconf-$_amalgamationver
-  make DESTDIR=${pkgdir} install
-  
-  # license - no linking required because pkgbase=pkgname
-  install -D -m644 ${srcdir}/license.txt 
${pkgdir}/usr/share/licenses/${pkgbase}/license.txt
-}
-
-package_sqlite-tcl() {
- 
- pkgdesc=sqlite Tcl Extension Architecture (TEA)
- depends=('sqlite')
- provides=(sqlite3-tcl=$pkgver)
- replaces=(sqlite3-tcl)
- 
-  cd ${srcdir}/sqlite-autoconf-$_amalgamationver/tea
-  make DESTDIR=${pkgdir} install
-  
-  # link license
-  install -m755 -d ${pkgdir}/usr/share/licenses
-  ln -sf /usr/share/licenses/${pkgbase} 
${pkgdir}/usr/share/licenses/${pkgname}
-}
-
-package_sqlite-doc() {
-
- pkgdesc=most of the static HTML files that comprise this website, including 
all of the SQL Syntax and the C/C++ interface specs and other miscellaneous 
documentation
- #arch=('any') - not yet supported
- provides=(sqlite3-doc=$pkgver)
- replaces=(sqlite3-doc)
- 
-  #cd ${srcdir}/sqlite-doc-${_amalgamationver}
-  cd ${srcdir}/sqlite-doc-${_docver}
-  mkdir -p ${pkgdir}/usr/share/doc/${pkgbase}
-  cp -R *  ${pkgdir}/usr/share/doc/${pkgbase}/
-  
-  # fix permissions and remove obsolete files; 
https://bugs.archlinux.org/task/24605
-  find ${pkgdir} -type f -perm 755 -exec ls -lha {} \;
-  find ${pkgdir} -type f -perm 755 -exec chmod 644 {} \;
-
-  find ${pkgdir} -type f -name '*~' -exec ls -lha {} \;
-  find ${pkgdir} -type d -name '*~' -exec ls -lha {} \;
-  find ${pkgdir} -name '*~' -exec rm -f {} \;
-
-  find ${pkgdir} -type f -name '.~*' -exec ls -lha {} \; # 
/build/pkg/sqlite-doc/usr/share/doc/sqlite/images/fileformat/.~lock.indexpage.odg#
-  find ${pkgdir} -type d -name '.~*' -exec ls -lha {} \;
-  find ${pkgdir} -name '.~*' -exec rm -f {} \;
-}

Copied: sqlite/repos/extra-i686/PKGBUILD (from rev 194285, 
sqlite/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-13 07:06:54 UTC (rev 194286)
@@ -0,0 +1,95 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Tom Newsom 

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

2013-09-13 Thread Andreas Radke
Date: Friday, September 13, 2013 @ 09:15:08
  Author: andyrtr
Revision: 194287

upgpkg: libxaw 1.0.12-1

upstream update 1.0.12

Modified:
  libxaw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-13 07:06:54 UTC (rev 194286)
+++ PKGBUILD2013-09-13 07:15:08 UTC (rev 194287)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libxaw
-pkgver=1.0.11
+pkgver=1.0.12
 pkgrel=1
 pkgdesc=X11 Athena Widget library
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('xorg-util-macros')
 options=('!libtool')
 source=(${url}/releases/individual/lib/libXaw-${pkgver}.tar.bz2)
-sha256sums=('87a874acbb71d1ee59b8047312fc91d89dcb373e2970f121184cdae29a3d9492')
+sha256sums=('96fc314874fce9979556321d1d6ee00b5baf32fb333b7278853b4983bc3cdbf6')
 
 build() {
   cd ${srcdir}/libXaw-${pkgver}



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

2013-09-13 Thread Andreas Radke
Date: Friday, September 13, 2013 @ 09:15:28
  Author: andyrtr
Revision: 194288

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-13 07:15:08 UTC (rev 194287)
+++ extra-i686/PKGBUILD 2013-09-13 07:15:28 UTC (rev 194288)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libxaw
-pkgver=1.0.11
-pkgrel=1
-pkgdesc=X11 Athena Widget library
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://xorg.freedesktop.org/;
-depends=('libxmu' 'libxpm')
-makedepends=('xorg-util-macros')
-options=('!libtool')
-source=(${url}/releases/individual/lib/libXaw-${pkgver}.tar.bz2)
-sha256sums=('87a874acbb71d1ee59b8047312fc91d89dcb373e2970f121184cdae29a3d9492')
-
-build() {
-  cd ${srcdir}/libXaw-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/libXaw-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: libxaw/repos/extra-i686/PKGBUILD (from rev 194287, 
libxaw/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-13 07:15:28 UTC (rev 194288)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libxaw
+pkgver=1.0.12
+pkgrel=1
+pkgdesc=X11 Athena Widget library
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('libxmu' 'libxpm')
+makedepends=('xorg-util-macros')
+options=('!libtool')
+source=(${url}/releases/individual/lib/libXaw-${pkgver}.tar.bz2)
+sha256sums=('96fc314874fce9979556321d1d6ee00b5baf32fb333b7278853b4983bc3cdbf6')
+
+build() {
+  cd ${srcdir}/libXaw-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/libXaw-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-13 07:15:08 UTC (rev 194287)
+++ extra-x86_64/PKGBUILD   2013-09-13 07:15:28 UTC (rev 194288)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libxaw
-pkgver=1.0.11
-pkgrel=1
-pkgdesc=X11 Athena Widget library
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://xorg.freedesktop.org/;
-depends=('libxmu' 'libxpm')
-makedepends=('xorg-util-macros')
-options=('!libtool')
-source=(${url}/releases/individual/lib/libXaw-${pkgver}.tar.bz2)
-sha256sums=('87a874acbb71d1ee59b8047312fc91d89dcb373e2970f121184cdae29a3d9492')
-
-build() {
-  cd ${srcdir}/libXaw-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/libXaw-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: libxaw/repos/extra-x86_64/PKGBUILD (from rev 194287, 
libxaw/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-09-13 07:15:28 UTC (rev 194288)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libxaw
+pkgver=1.0.12
+pkgrel=1
+pkgdesc=X11 Athena Widget library
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('libxmu' 'libxpm')
+makedepends=('xorg-util-macros')
+options=('!libtool')
+source=(${url}/releases/individual/lib/libXaw-${pkgver}.tar.bz2)
+sha256sums=('96fc314874fce9979556321d1d6ee00b5baf32fb333b7278853b4983bc3cdbf6')
+
+build() {
+  cd ${srcdir}/libXaw-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/libXaw-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}



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

2013-09-13 Thread Andreas Radke
Date: Friday, September 13, 2013 @ 09:18:30
  Author: andyrtr
Revision: 194289

upgpkg: libxmu 1.1.2-1

upstream update 1.1.2

Modified:
  libxmu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-13 07:15:28 UTC (rev 194288)
+++ PKGBUILD2013-09-13 07:18:30 UTC (rev 194289)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libxmu
-pkgver=1.1.1
+pkgver=1.1.2
 pkgrel=1
 pkgdesc=X11 miscellaneous micro-utility library
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 license=('custom')
 options=('!libtool')
 source=(${url}/releases/individual/lib/libXmu-${pkgver}.tar.bz2)
-sha1sums=('3e280aa927d78c05f94db6c7ae606f7ad132b495')
+sha256sums=('756edc7c383254eef8b4e1b733c3bf1dc061b523c9f9833ac7058378b8349d0b')
 
 build() {
   cd ${srcdir}/libXmu-${pkgver}



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

2013-09-13 Thread Andreas Radke
Date: Friday, September 13, 2013 @ 09:18:50
  Author: andyrtr
Revision: 194290

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-13 07:18:30 UTC (rev 194289)
+++ extra-i686/PKGBUILD 2013-09-13 07:18:50 UTC (rev 194290)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libxmu
-pkgver=1.1.1
-pkgrel=1
-pkgdesc=X11 miscellaneous micro-utility library
-arch=('i686' 'x86_64')
-url=http://xorg.freedesktop.org/;
-depends=('libxext' 'libxt')
-makedepends=('xorg-util-macros')
-license=('custom')
-options=('!libtool')
-source=(${url}/releases/individual/lib/libXmu-${pkgver}.tar.bz2)
-sha1sums=('3e280aa927d78c05f94db6c7ae606f7ad132b495')
-
-build() {
-  cd ${srcdir}/libXmu-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/libXmu-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: libxmu/repos/extra-i686/PKGBUILD (from rev 194289, 
libxmu/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-13 07:18:50 UTC (rev 194290)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libxmu
+pkgver=1.1.2
+pkgrel=1
+pkgdesc=X11 miscellaneous micro-utility library
+arch=('i686' 'x86_64')
+url=http://xorg.freedesktop.org/;
+depends=('libxext' 'libxt')
+makedepends=('xorg-util-macros')
+license=('custom')
+options=('!libtool')
+source=(${url}/releases/individual/lib/libXmu-${pkgver}.tar.bz2)
+sha256sums=('756edc7c383254eef8b4e1b733c3bf1dc061b523c9f9833ac7058378b8349d0b')
+
+build() {
+  cd ${srcdir}/libXmu-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/libXmu-${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-09-13 07:18:30 UTC (rev 194289)
+++ extra-x86_64/PKGBUILD   2013-09-13 07:18:50 UTC (rev 194290)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libxmu
-pkgver=1.1.1
-pkgrel=1
-pkgdesc=X11 miscellaneous micro-utility library
-arch=('i686' 'x86_64')
-url=http://xorg.freedesktop.org/;
-depends=('libxext' 'libxt')
-makedepends=('xorg-util-macros')
-license=('custom')
-options=('!libtool')
-source=(${url}/releases/individual/lib/libXmu-${pkgver}.tar.bz2)
-sha1sums=('3e280aa927d78c05f94db6c7ae606f7ad132b495')
-
-build() {
-  cd ${srcdir}/libXmu-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/libXmu-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: libxmu/repos/extra-x86_64/PKGBUILD (from rev 194289, 
libxmu/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-09-13 07:18:50 UTC (rev 194290)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libxmu
+pkgver=1.1.2
+pkgrel=1
+pkgdesc=X11 miscellaneous micro-utility library
+arch=('i686' 'x86_64')
+url=http://xorg.freedesktop.org/;
+depends=('libxext' 'libxt')
+makedepends=('xorg-util-macros')
+license=('custom')
+options=('!libtool')
+source=(${url}/releases/individual/lib/libXmu-${pkgver}.tar.bz2)
+sha256sums=('756edc7c383254eef8b4e1b733c3bf1dc061b523c9f9833ac7058378b8349d0b')
+
+build() {
+  cd ${srcdir}/libXmu-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/libXmu-${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 libxpm/trunk (PKGBUILD)

2013-09-13 Thread Andreas Radke
Date: Friday, September 13, 2013 @ 09:20:35
  Author: andyrtr
Revision: 194291

upgpkg: libxpm 3.5.11-1

upstream update 3.5.11

Modified:
  libxpm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-13 07:18:50 UTC (rev 194290)
+++ PKGBUILD2013-09-13 07:20:35 UTC (rev 194291)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libxpm
-pkgver=3.5.10
+pkgver=3.5.11
 pkgrel=1
 pkgdesc=X11 pixmap library
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('xorg-util-macros')
 options=('!libtool')
 source=(${url}/releases/individual/lib/libXpm-${pkgver}.tar.bz2)
-sha1sums=('eca9dbfa6253f7d6cc7d593dc83110c6c4876d7c')
+sha256sums=('c5bdafa51d1ae30086fac01ab83be8d47fe117b238d3437f8e965434090e041c')
 
 build() {
   cd ${srcdir}/libXpm-${pkgver}



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

2013-09-13 Thread Andreas Radke
Date: Friday, September 13, 2013 @ 09:20:55
  Author: andyrtr
Revision: 194292

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-13 07:20:35 UTC (rev 194291)
+++ extra-i686/PKGBUILD 2013-09-13 07:20:55 UTC (rev 194292)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libxpm
-pkgver=3.5.10
-pkgrel=1
-pkgdesc=X11 pixmap library
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://xorg.freedesktop.org/;
-depends=('libxt' 'libxext')
-makedepends=('xorg-util-macros')
-options=('!libtool')
-source=(${url}/releases/individual/lib/libXpm-${pkgver}.tar.bz2)
-sha1sums=('eca9dbfa6253f7d6cc7d593dc83110c6c4876d7c')
-
-build() {
-  cd ${srcdir}/libXpm-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/libXpm-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: libxpm/repos/extra-i686/PKGBUILD (from rev 194291, 
libxpm/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-13 07:20:55 UTC (rev 194292)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libxpm
+pkgver=3.5.11
+pkgrel=1
+pkgdesc=X11 pixmap library
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('libxt' 'libxext')
+makedepends=('xorg-util-macros')
+options=('!libtool')
+source=(${url}/releases/individual/lib/libXpm-${pkgver}.tar.bz2)
+sha256sums=('c5bdafa51d1ae30086fac01ab83be8d47fe117b238d3437f8e965434090e041c')
+
+build() {
+  cd ${srcdir}/libXpm-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/libXpm-${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-09-13 07:20:35 UTC (rev 194291)
+++ extra-x86_64/PKGBUILD   2013-09-13 07:20:55 UTC (rev 194292)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libxpm
-pkgver=3.5.10
-pkgrel=1
-pkgdesc=X11 pixmap library
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://xorg.freedesktop.org/;
-depends=('libxt' 'libxext')
-makedepends=('xorg-util-macros')
-options=('!libtool')
-source=(${url}/releases/individual/lib/libXpm-${pkgver}.tar.bz2)
-sha1sums=('eca9dbfa6253f7d6cc7d593dc83110c6c4876d7c')
-
-build() {
-  cd ${srcdir}/libXpm-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/libXpm-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: libxpm/repos/extra-x86_64/PKGBUILD (from rev 194291, 
libxpm/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-09-13 07:20:55 UTC (rev 194292)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libxpm
+pkgver=3.5.11
+pkgrel=1
+pkgdesc=X11 pixmap library
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('libxt' 'libxext')
+makedepends=('xorg-util-macros')
+options=('!libtool')
+source=(${url}/releases/individual/lib/libXpm-${pkgver}.tar.bz2)
+sha256sums=('c5bdafa51d1ae30086fac01ab83be8d47fe117b238d3437f8e965434090e041c')
+
+build() {
+  cd ${srcdir}/libXpm-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/libXpm-${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 libxrandr/trunk (PKGBUILD)

2013-09-13 Thread Andreas Radke
Date: Friday, September 13, 2013 @ 09:22:31
  Author: andyrtr
Revision: 194293

upgpkg: libxrandr 1.4.2-1

upstream update 1.4.2

Modified:
  libxrandr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-13 07:20:55 UTC (rev 194292)
+++ PKGBUILD2013-09-13 07:22:31 UTC (rev 194293)
@@ -4,7 +4,7 @@
 # Contributor: Alexander Baldeck alexan...@archlinux.org
 
 pkgname=libxrandr
-pkgver=1.4.1
+pkgver=1.4.2
 pkgrel=1
 pkgdesc=X11 RandR extension library
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('xorg-util-macros')
 options=('!libtool')
 source=(${url}/releases/individual/lib/libXrandr-${pkgver}.tar.bz2)
-sha256sums=('d914a0490fd0a2ea6c3194505b5b28c56e2a277d8f4648b0275ee0ee370fb905')
+sha256sums=('caa7b31ac769be51a532343c65376f1d4df3f307afaed58e34fb5e82e8b825ad')
 
 build() {
   cd ${srcdir}/libXrandr-${pkgver}



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

2013-09-13 Thread Andreas Radke
Date: Friday, September 13, 2013 @ 09:22:51
  Author: andyrtr
Revision: 194294

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-13 07:22:31 UTC (rev 194293)
+++ extra-i686/PKGBUILD 2013-09-13 07:22:51 UTC (rev 194294)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-
-pkgname=libxrandr
-pkgver=1.4.1
-pkgrel=1
-pkgdesc=X11 RandR extension library
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://xorg.freedesktop.org/;
-depends=('libxext' 'libxrender' 'randrproto=1.4.0')
-makedepends=('xorg-util-macros')
-options=('!libtool')
-source=(${url}/releases/individual/lib/libXrandr-${pkgver}.tar.bz2)
-sha256sums=('d914a0490fd0a2ea6c3194505b5b28c56e2a277d8f4648b0275ee0ee370fb905')
-
-build() {
-  cd ${srcdir}/libXrandr-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd ${srcdir}/libXrandr-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -d -m755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: libxrandr/repos/extra-i686/PKGBUILD (from rev 194293, 
libxrandr/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-13 07:22:51 UTC (rev 194294)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=libxrandr
+pkgver=1.4.2
+pkgrel=1
+pkgdesc=X11 RandR extension library
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('libxext' 'libxrender' 'randrproto=1.4.0')
+makedepends=('xorg-util-macros')
+options=('!libtool')
+source=(${url}/releases/individual/lib/libXrandr-${pkgver}.tar.bz2)
+sha256sums=('caa7b31ac769be51a532343c65376f1d4df3f307afaed58e34fb5e82e8b825ad')
+
+build() {
+  cd ${srcdir}/libXrandr-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/libXrandr-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -d -m755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-13 07:22:31 UTC (rev 194293)
+++ extra-x86_64/PKGBUILD   2013-09-13 07:22:51 UTC (rev 194294)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-
-pkgname=libxrandr
-pkgver=1.4.1
-pkgrel=1
-pkgdesc=X11 RandR extension library
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://xorg.freedesktop.org/;
-depends=('libxext' 'libxrender' 'randrproto=1.4.0')
-makedepends=('xorg-util-macros')
-options=('!libtool')
-source=(${url}/releases/individual/lib/libXrandr-${pkgver}.tar.bz2)
-sha256sums=('d914a0490fd0a2ea6c3194505b5b28c56e2a277d8f4648b0275ee0ee370fb905')
-
-build() {
-  cd ${srcdir}/libXrandr-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd ${srcdir}/libXrandr-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -d -m755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: libxrandr/repos/extra-x86_64/PKGBUILD (from rev 194293, 
libxrandr/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-09-13 07:22:51 UTC (rev 194294)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=libxrandr
+pkgver=1.4.2
+pkgrel=1
+pkgdesc=X11 RandR extension library
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('libxext' 'libxrender' 'randrproto=1.4.0')
+makedepends=('xorg-util-macros')
+options=('!libtool')
+source=(${url}/releases/individual/lib/libXrandr-${pkgver}.tar.bz2)

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

2013-09-13 Thread Andreas Radke
Date: Friday, September 13, 2013 @ 09:24:22
  Author: andyrtr
Revision: 194295

upgpkg: libxv 1.0.10-1

upstream update 1.0.10

Modified:
  libxv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-13 07:22:51 UTC (rev 194294)
+++ PKGBUILD2013-09-13 07:24:22 UTC (rev 194295)
@@ -3,7 +3,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libxv
-pkgver=1.0.9
+pkgver=1.0.10
 pkgrel=1
 pkgdesc=X11 Video extension library
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('pkgconfig')
 options=('!libtool')
 source=(${url}/releases/individual/lib/libXv-${pkgver}.tar.bz2)
-sha256sums=('a874dbf864d0271bbe795af67ef5b3f20096c92fc11eacbf0d2af00e32bc5b4b')
+sha256sums=('55fe92f8686ce8612e2c1bfaf58c057715534419da700bda8d517b1d97914525')
 
 build() {
   cd ${srcdir}/libXv-${pkgver}



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

2013-09-13 Thread Andreas Radke
Date: Friday, September 13, 2013 @ 09:24:42
  Author: andyrtr
Revision: 194296

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-13 07:24:22 UTC (rev 194295)
+++ extra-i686/PKGBUILD 2013-09-13 07:24:42 UTC (rev 194296)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libxv
-pkgver=1.0.9
-pkgrel=1
-pkgdesc=X11 Video extension library
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://xorg.freedesktop.org/;
-depends=('libxext' 'videoproto')
-makedepends=('pkgconfig')
-options=('!libtool')
-source=(${url}/releases/individual/lib/libXv-${pkgver}.tar.bz2)
-sha256sums=('a874dbf864d0271bbe795af67ef5b3f20096c92fc11eacbf0d2af00e32bc5b4b')
-
-build() {
-  cd ${srcdir}/libXv-${pkgver}
-  ./configure --prefix=/usr --disable-static 
-  make
-}
-
-package() {
-  cd ${srcdir}/libXv-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: libxv/repos/extra-i686/PKGBUILD (from rev 194295, libxv/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-13 07:24:42 UTC (rev 194296)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libxv
+pkgver=1.0.10
+pkgrel=1
+pkgdesc=X11 Video extension library
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('libxext' 'videoproto')
+makedepends=('pkgconfig')
+options=('!libtool')
+source=(${url}/releases/individual/lib/libXv-${pkgver}.tar.bz2)
+sha256sums=('55fe92f8686ce8612e2c1bfaf58c057715534419da700bda8d517b1d97914525')
+
+build() {
+  cd ${srcdir}/libXv-${pkgver}
+  ./configure --prefix=/usr --disable-static 
+  make
+}
+
+package() {
+  cd ${srcdir}/libXv-${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-09-13 07:24:22 UTC (rev 194295)
+++ extra-x86_64/PKGBUILD   2013-09-13 07:24:42 UTC (rev 194296)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libxv
-pkgver=1.0.9
-pkgrel=1
-pkgdesc=X11 Video extension library
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://xorg.freedesktop.org/;
-depends=('libxext' 'videoproto')
-makedepends=('pkgconfig')
-options=('!libtool')
-source=(${url}/releases/individual/lib/libXv-${pkgver}.tar.bz2)
-sha256sums=('a874dbf864d0271bbe795af67ef5b3f20096c92fc11eacbf0d2af00e32bc5b4b')
-
-build() {
-  cd ${srcdir}/libXv-${pkgver}
-  ./configure --prefix=/usr --disable-static 
-  make
-}
-
-package() {
-  cd ${srcdir}/libXv-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: libxv/repos/extra-x86_64/PKGBUILD (from rev 194295, 
libxv/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-09-13 07:24:42 UTC (rev 194296)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libxv
+pkgver=1.0.10
+pkgrel=1
+pkgdesc=X11 Video extension library
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('libxext' 'videoproto')
+makedepends=('pkgconfig')
+options=('!libtool')
+source=(${url}/releases/individual/lib/libXv-${pkgver}.tar.bz2)
+sha256sums=('55fe92f8686ce8612e2c1bfaf58c057715534419da700bda8d517b1d97914525')
+
+build() {
+  cd ${srcdir}/libXv-${pkgver}
+  ./configure --prefix=/usr --disable-static 
+  make
+}
+
+package() {
+  cd ${srcdir}/libXv-${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 libsm/repos (4 files)

2013-09-13 Thread Andreas Radke
Date: Friday, September 13, 2013 @ 09:26:46
  Author: andyrtr
Revision: 194298

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-13 07:26:26 UTC (rev 194297)
+++ extra-i686/PKGBUILD 2013-09-13 07:26:46 UTC (rev 194298)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libsm
-pkgver=1.2.1
-pkgrel=1
-pkgdesc=X11 Session Management library
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://xorg.freedesktop.org/;
-depends=('libice' 'util-linux-ng')
-makedepends=('xorg-util-macros' 'xtrans')
-options=('!libtool')
-source=(${url}/releases/individual/lib/libSM-${pkgver}.tar.bz2)
-sha1sums=('8d354a165e330022ffd3606aba562b8c8154213d')
-
-build() {
-  cd ${srcdir}/libSM-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd ${srcdir}/libSM-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: libsm/repos/extra-i686/PKGBUILD (from rev 194297, libsm/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-13 07:26:46 UTC (rev 194298)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libsm
+pkgver=1.2.2
+pkgrel=1
+pkgdesc=X11 Session Management library
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('libice' 'util-linux')
+makedepends=('xorg-util-macros' 'xtrans')
+options=('!libtool')
+source=(${url}/releases/individual/lib/libSM-${pkgver}.tar.bz2)
+sha256sums=('0baca8c9f5d934450a70896c4ad38d06475521255ca63b717a6510fdb6e287bd')
+
+build() {
+  cd ${srcdir}/libSM-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/libSM-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-13 07:26:26 UTC (rev 194297)
+++ extra-x86_64/PKGBUILD   2013-09-13 07:26:46 UTC (rev 194298)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libsm
-pkgver=1.2.1
-pkgrel=1
-pkgdesc=X11 Session Management library
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://xorg.freedesktop.org/;
-depends=('libice' 'util-linux-ng')
-makedepends=('xorg-util-macros' 'xtrans')
-options=('!libtool')
-source=(${url}/releases/individual/lib/libSM-${pkgver}.tar.bz2)
-sha1sums=('8d354a165e330022ffd3606aba562b8c8154213d')
-
-build() {
-  cd ${srcdir}/libSM-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd ${srcdir}/libSM-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: libsm/repos/extra-x86_64/PKGBUILD (from rev 194297, 
libsm/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-09-13 07:26:46 UTC (rev 194298)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libsm
+pkgver=1.2.2
+pkgrel=1
+pkgdesc=X11 Session Management library
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('libice' 'util-linux')
+makedepends=('xorg-util-macros' 'xtrans')
+options=('!libtool')
+source=(${url}/releases/individual/lib/libSM-${pkgver}.tar.bz2)
+sha256sums=('0baca8c9f5d934450a70896c4ad38d06475521255ca63b717a6510fdb6e287bd')
+
+build() {
+  cd ${srcdir}/libSM-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/libSM-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}



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

2013-09-13 Thread Andreas Radke
Date: Friday, September 13, 2013 @ 09:26:26
  Author: andyrtr
Revision: 194297

upgpkg: libsm 1.2.2-1

upstream update 1.2.2

Modified:
  libsm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-13 07:24:42 UTC (rev 194296)
+++ PKGBUILD2013-09-13 07:26:26 UTC (rev 194297)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libsm
-pkgver=1.2.1
+pkgver=1.2.2
 pkgrel=1
 pkgdesc=X11 Session Management library
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('xorg-util-macros' 'xtrans')
 options=('!libtool')
 source=(${url}/releases/individual/lib/libSM-${pkgver}.tar.bz2)
-sha1sums=('8d354a165e330022ffd3606aba562b8c8154213d')
+sha256sums=('0baca8c9f5d934450a70896c4ad38d06475521255ca63b717a6510fdb6e287bd')
 
 build() {
   cd ${srcdir}/libSM-${pkgver}



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

2013-09-13 Thread Andreas Radke
Date: Friday, September 13, 2013 @ 09:29:34
  Author: andyrtr
Revision: 194299

upgpkg: xorg-xclock 1.0.7-1

upstream update 1.0.7

Modified:
  xorg-xclock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-13 07:26:46 UTC (rev 194298)
+++ PKGBUILD2013-09-13 07:29:34 UTC (rev 194299)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xorg-xclock
-pkgver=1.0.6
+pkgver=1.0.7
 pkgrel=1
 pkgdesc=X clock
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 depends=('libx11' 'libxmu' 'libxaw' 'libxrender' 'libxft' 'libxkbfile')
 makedepends=('xorg-util-macros')
 
source=(http://xorg.freedesktop.org/archive/individual/app/xclock-${pkgver}.tar.bz2)
-sha1sums=('993817c9e3cc2baaaebe52b29fa2ad26e58b124d')
+sha256sums=('23ceeca94e3e20a6c26a703ac7f789066d4517f8d2cb717ae7cb28a617d97dd0')
 
 build() {
   cd ${srcdir}/xclock-${pkgver}



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

2013-09-13 Thread Andreas Radke
Date: Friday, September 13, 2013 @ 09:29:54
  Author: andyrtr
Revision: 194300

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-13 07:29:34 UTC (rev 194299)
+++ extra-i686/PKGBUILD 2013-09-13 07:29:54 UTC (rev 194300)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xorg-xclock
-pkgver=1.0.6
-pkgrel=1
-pkgdesc=X clock
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libx11' 'libxmu' 'libxaw' 'libxrender' 'libxft' 'libxkbfile')
-makedepends=('xorg-util-macros')
-source=(http://xorg.freedesktop.org/archive/individual/app/xclock-${pkgver}.tar.bz2)
-sha1sums=('993817c9e3cc2baaaebe52b29fa2ad26e58b124d')
-
-build() {
-  cd ${srcdir}/xclock-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/xclock-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xorg-xclock/repos/extra-i686/PKGBUILD (from rev 194299, 
xorg-xclock/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-13 07:29:54 UTC (rev 194300)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xorg-xclock
+pkgver=1.0.7
+pkgrel=1
+pkgdesc=X clock
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libx11' 'libxmu' 'libxaw' 'libxrender' 'libxft' 'libxkbfile')
+makedepends=('xorg-util-macros')
+source=(http://xorg.freedesktop.org/archive/individual/app/xclock-${pkgver}.tar.bz2)
+sha256sums=('23ceeca94e3e20a6c26a703ac7f789066d4517f8d2cb717ae7cb28a617d97dd0')
+
+build() {
+  cd ${srcdir}/xclock-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/xclock-${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-09-13 07:29:34 UTC (rev 194299)
+++ extra-x86_64/PKGBUILD   2013-09-13 07:29:54 UTC (rev 194300)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xorg-xclock
-pkgver=1.0.6
-pkgrel=1
-pkgdesc=X clock
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libx11' 'libxmu' 'libxaw' 'libxrender' 'libxft' 'libxkbfile')
-makedepends=('xorg-util-macros')
-source=(http://xorg.freedesktop.org/archive/individual/app/xclock-${pkgver}.tar.bz2)
-sha1sums=('993817c9e3cc2baaaebe52b29fa2ad26e58b124d')
-
-build() {
-  cd ${srcdir}/xclock-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/xclock-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xorg-xclock/repos/extra-x86_64/PKGBUILD (from rev 194299, 
xorg-xclock/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-09-13 07:29:54 UTC (rev 194300)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xorg-xclock
+pkgver=1.0.7
+pkgrel=1
+pkgdesc=X clock
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libx11' 'libxmu' 'libxaw' 'libxrender' 'libxft' 'libxkbfile')
+makedepends=('xorg-util-macros')
+source=(http://xorg.freedesktop.org/archive/individual/app/xclock-${pkgver}.tar.bz2)
+sha256sums=('23ceeca94e3e20a6c26a703ac7f789066d4517f8d2cb717ae7cb28a617d97dd0')
+
+build() {
+  cd ${srcdir}/xclock-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/xclock-${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 hexchat/trunk (PKGBUILD)

2013-09-13 Thread Maxime Gauduin
Date: Friday, September 13, 2013 @ 09:40:07
  Author: alucryd
Revision: 97109

Reverting to pango: hexchat 2.9.6-2

Modified:
  hexchat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-13 06:18:23 UTC (rev 97108)
+++ PKGBUILD2013-09-13 07:40:07 UTC (rev 97109)
@@ -4,7 +4,7 @@
 
 pkgname=hexchat
 pkgver=2.9.6
-pkgrel=1
+pkgrel=2
 pkgdesc=A popular and easy to use graphical IRC (chat) client
 arch=('i686' 'x86_64')
 url=http://www.hexchat.org/;
@@ -22,7 +22,7 @@
 build() {
   cd ${pkgname}-${pkgver}
 
-  ./configure --prefix='/usr' 
--enable-{python='python3',shm,spell='libsexy',textfe,xft}
+  ./configure --prefix='/usr' 
--enable-{python='python3',shm,spell='libsexy',textfe}
   make
 }
 



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

2013-09-13 Thread Maxime Gauduin
Date: Friday, September 13, 2013 @ 09:40:27
  Author: alucryd
Revision: 97110

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

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

--+
 /PKGBUILD|   70 +
 /hexchat.install |   28 ++
 community-i686/PKGBUILD  |   35 --
 community-i686/hexchat.install   |   14 ---
 community-x86_64/PKGBUILD|   35 --
 community-x86_64/hexchat.install |   14 ---
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-13 07:40:07 UTC (rev 97109)
+++ community-i686/PKGBUILD 2013-09-13 07:40:27 UTC (rev 97110)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: TingPing tingp...@tingping.se
-
-pkgname=hexchat
-pkgver=2.9.6
-pkgrel=1
-pkgdesc=A popular and easy to use graphical IRC (chat) client
-arch=('i686' 'x86_64')
-url=http://www.hexchat.org/;
-license=('GPL')
-depends=('dbus-glib' 'desktop-file-utils' 'hicolor-icon-theme' 'libcanberra' 
'libnotify' 'libproxy' 'libsexy' 'pciutils')
-makedepends=('perl' 'python')
-optdepends=('enchant: Spell check'
-'perl: Perl plugin'
-'python: Python plugin')
-options=('!libtool')
-install=${pkgname}.install
-source=(http://dl.hexchat.org/hexchat/hexchat-${pkgver}.tar.xz;)
-sha256sums=('eaefc07867a6e546cd9e19a4ccc976b4736c759ba3f946020eeae3cd6f4684b0')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix='/usr' 
--enable-{python='python3',shm,spell='libsexy',textfe,xft}
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim: ts=2 sw=2 et:

Copied: hexchat/repos/community-i686/PKGBUILD (from rev 97109, 
hexchat/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-13 07:40:27 UTC (rev 97110)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: TingPing tingp...@tingping.se
+
+pkgname=hexchat
+pkgver=2.9.6
+pkgrel=2
+pkgdesc=A popular and easy to use graphical IRC (chat) client
+arch=('i686' 'x86_64')
+url=http://www.hexchat.org/;
+license=('GPL')
+depends=('dbus-glib' 'desktop-file-utils' 'hicolor-icon-theme' 'libcanberra' 
'libnotify' 'libproxy' 'libsexy' 'pciutils')
+makedepends=('perl' 'python')
+optdepends=('enchant: Spell check'
+'perl: Perl plugin'
+'python: Python plugin')
+options=('!libtool')
+install=${pkgname}.install
+source=(http://dl.hexchat.org/hexchat/hexchat-${pkgver}.tar.xz;)
+sha256sums=('eaefc07867a6e546cd9e19a4ccc976b4736c759ba3f946020eeae3cd6f4684b0')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix='/usr' 
--enable-{python='python3',shm,spell='libsexy',textfe}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/hexchat.install
===
--- community-i686/hexchat.install  2013-09-13 07:40:07 UTC (rev 97109)
+++ community-i686/hexchat.install  2013-09-13 07:40:27 UTC (rev 97110)
@@ -1,14 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -ftq usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: hexchat/repos/community-i686/hexchat.install (from rev 97109, 
hexchat/trunk/hexchat.install)
===
--- community-i686/hexchat.install  (rev 0)
+++ community-i686/hexchat.install  2013-09-13 07:40:27 UTC (rev 97110)
@@ -0,0 +1,14 @@
+post_install() {
+  gtk-update-icon-cache -ftq usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-09-13 07:40:07 UTC (rev 97109)
+++ community-x86_64/PKGBUILD   2013-09-13 07:40:27 UTC (rev 97110)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Maxime 

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

2013-09-13 Thread Andreas Radke
Date: Friday, September 13, 2013 @ 09:41:32
  Author: andyrtr
Revision: 194301

upgpkg: xorg-xinit 1.3.3-1

upstream update 1.3.3

Modified:
  xorg-xinit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-13 07:29:54 UTC (rev 194300)
+++ PKGBUILD2013-09-13 07:41:32 UTC (rev 194301)
@@ -3,8 +3,8 @@
 # Contributor: Alexander Baldeck alexan...@archlinux.org
 
 pkgname=xorg-xinit
-pkgver=1.3.2
-pkgrel=3
+pkgver=1.3.3
+pkgrel=1
 pkgdesc=X.Org initialisation program 
 arch=('i686' 'x86_64')
 license=('custom')
@@ -23,15 +23,15 @@
 xsession
 xserverrc)
 options=(!emptydirs)
-md5sums=('9c0943cbd83e489ad1b05221b97efd44'
- 'abd072ec435ce084cf4e89c58f83d45c'
- '73a597d3fb7f5b9487318ac8cfd4bedf'
- 'c7b406c3c5c1e8011b3ac7d6b29c1a2c'
- '7873d97db30d6c279ed37e3559e7c59d'
- '4deba1b7f2cc7f93b304b956023e65d6')
+sha256sums=('74b2878de6e3d5b5948f1562a77e7f53b4e10621e505ddb278050c7f3cae00af'
+'a5c6ced5822bbb3145e0f30a4b12995782ca6d80ff2d927851ec91b5e41212cb'
+'431335ceb84f75aaa96fba285a596f61a63629f94756f8063e4f621ae143629b'
+'38a23848b49de8a5c635a128a8b32a6cd0a08a9ee153ad97cb25abd82cfda1bc'
+'2b94a42f2521cb5662fb9a5765a7507456dc0352ac9d0f44c56b359dcdb38898'
+'5e87bff928c143d9db9966048f6530e83e9e9a1cac09ce4c25f8aabc08611b6f')
 
 build() {
-  cd ${srcdir}/xinit-${pkgver}
+  cd xinit-${pkgver}
   patch -Np1 -i ${srcdir}/06_move_serverauthfile_into_tmp.diff
   patch -Np1 -i ${srcdir}/fs25361.patch
   sed -i -e 's/XSLASHGLOB.sh/XSLASHGLOB/' xinitrc.cpp
@@ -40,7 +40,7 @@
 }
 
 package() {
-  cd ${srcdir}/xinit-${pkgver}
+  cd xinit-${pkgver}
   make DESTDIR=${pkgdir} install
 
   install -m755 -d ${pkgdir}/etc/skel



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

2013-09-13 Thread Andreas Radke
Date: Friday, September 13, 2013 @ 09:42:05
  Author: andyrtr
Revision: 194302

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

Added:
  xorg-xinit/repos/testing-i686/
  xorg-xinit/repos/testing-i686/06_move_serverauthfile_into_tmp.diff
(from rev 194301, xorg-xinit/trunk/06_move_serverauthfile_into_tmp.diff)
  xorg-xinit/repos/testing-i686/PKGBUILD
(from rev 194301, xorg-xinit/trunk/PKGBUILD)
  xorg-xinit/repos/testing-i686/fs25361.patch
(from rev 194301, xorg-xinit/trunk/fs25361.patch)
  xorg-xinit/repos/testing-i686/xinitrc
(from rev 194301, xorg-xinit/trunk/xinitrc)
  xorg-xinit/repos/testing-i686/xserverrc
(from rev 194301, xorg-xinit/trunk/xserverrc)
  xorg-xinit/repos/testing-i686/xsession
(from rev 194301, xorg-xinit/trunk/xsession)
  xorg-xinit/repos/testing-x86_64/
  xorg-xinit/repos/testing-x86_64/06_move_serverauthfile_into_tmp.diff
(from rev 194301, xorg-xinit/trunk/06_move_serverauthfile_into_tmp.diff)
  xorg-xinit/repos/testing-x86_64/PKGBUILD
(from rev 194301, xorg-xinit/trunk/PKGBUILD)
  xorg-xinit/repos/testing-x86_64/fs25361.patch
(from rev 194301, xorg-xinit/trunk/fs25361.patch)
  xorg-xinit/repos/testing-x86_64/xinitrc
(from rev 194301, xorg-xinit/trunk/xinitrc)
  xorg-xinit/repos/testing-x86_64/xserverrc
(from rev 194301, xorg-xinit/trunk/xserverrc)
  xorg-xinit/repos/testing-x86_64/xsession
(from rev 194301, xorg-xinit/trunk/xsession)

-+
 testing-i686/06_move_serverauthfile_into_tmp.diff   |   20 ++
 testing-i686/PKGBUILD   |   52 ++
 testing-i686/fs25361.patch  |   16 +
 testing-i686/xinitrc|   17 +
 testing-i686/xserverrc  |6 ++
 testing-i686/xsession   |   10 +++
 testing-x86_64/06_move_serverauthfile_into_tmp.diff |   20 ++
 testing-x86_64/PKGBUILD |   52 ++
 testing-x86_64/fs25361.patch|   16 +
 testing-x86_64/xinitrc  |   17 +
 testing-x86_64/xserverrc|6 ++
 testing-x86_64/xsession |   10 +++
 12 files changed, 242 insertions(+)

Copied: xorg-xinit/repos/testing-i686/06_move_serverauthfile_into_tmp.diff 
(from rev 194301, xorg-xinit/trunk/06_move_serverauthfile_into_tmp.diff)
===
--- testing-i686/06_move_serverauthfile_into_tmp.diff   
(rev 0)
+++ testing-i686/06_move_serverauthfile_into_tmp.diff   2013-09-13 07:42:05 UTC 
(rev 194302)
@@ -0,0 +1,20 @@
+Move startx auth files in /tmp so they are removed on reboot.
+http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=357736
+The trap patch didn't seem to work on reboot.
+---
+ startx.cpp |2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+Index: xinit/startx.cpp
+===
+--- xinit.orig/startx.cpp
 xinit/startx.cpp
+@@ -273,7 +273,7 @@
+ dummy=0
+ 
+ XCOMM create a file with auth information for the server. ':0' is a dummy.
+-xserverauthfile=$HOME/.serverauth.$$
++xserverauthfile=`mktemp -p /tmp serverauth.XX`
+ trap rm -f '$xserverauthfile' HUP INT QUIT ILL TRAP KILL BUS TERM
+ xauth -q -f $xserverauthfile  EOF
+ add :$dummy . $mcookie

Copied: xorg-xinit/repos/testing-i686/PKGBUILD (from rev 194301, 
xorg-xinit/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-09-13 07:42:05 UTC (rev 194302)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=xorg-xinit
+pkgver=1.3.3
+pkgrel=1
+pkgdesc=X.Org initialisation program 
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('libx11' 'xorg-xauth' 'inetutils')
+makedepends=('xorg-util-macros')
+optdepends=('xorg-twm' 'xterm')
+backup=('etc/skel/.xinitrc'
+'etc/skel/.xsession'
+'etc/X11/xinit/xserverrc'
+'etc/X11/xinit/xinitrc')
+source=(${url}/releases/individual/app/xinit-${pkgver}.tar.bz2
+06_move_serverauthfile_into_tmp.diff
+fs25361.patch
+xinitrc
+xsession
+xserverrc)
+options=(!emptydirs)
+sha256sums=('74b2878de6e3d5b5948f1562a77e7f53b4e10621e505ddb278050c7f3cae00af'
+'a5c6ced5822bbb3145e0f30a4b12995782ca6d80ff2d927851ec91b5e41212cb'
+'431335ceb84f75aaa96fba285a596f61a63629f94756f8063e4f621ae143629b'
+'38a23848b49de8a5c635a128a8b32a6cd0a08a9ee153ad97cb25abd82cfda1bc'
+'2b94a42f2521cb5662fb9a5765a7507456dc0352ac9d0f44c56b359dcdb38898'
+

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

2013-09-13 Thread Andreas Radke
Date: Friday, September 13, 2013 @ 09:49:56
  Author: andyrtr
Revision: 194303

upgpkg: xorg-xkill 1.0.4-1

upstream update 1.0.4

Modified:
  xorg-xkill/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-13 07:42:05 UTC (rev 194302)
+++ PKGBUILD2013-09-13 07:49:56 UTC (rev 194303)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xorg-xkill
-pkgver=1.0.3
-pkgrel=3
+pkgver=1.0.4
+pkgrel=1
 pkgdesc=Kill a client by its X resource
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
@@ -12,7 +12,7 @@
 makedepends=('xorg-util-macros')
 groups=('xorg-apps' 'xorg')
 
source=(http://xorg.freedesktop.org/archive/individual/app/xkill-${pkgver}.tar.bz2)
-sha1sums=('bab7b9c7f3bc053d743eb339cf5fa496bace57e5')
+sha256sums=('88ef2a304f32f24b255e879f03c1dcd3a2be3e71d5562205414f267d919f812e')
 
 build() {
   cd ${srcdir}/xkill-${pkgver}



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

2013-09-13 Thread Andreas Radke
Date: Friday, September 13, 2013 @ 09:50:17
  Author: andyrtr
Revision: 194304

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-13 07:49:56 UTC (rev 194303)
+++ extra-i686/PKGBUILD 2013-09-13 07:50:17 UTC (rev 194304)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xorg-xkill
-pkgver=1.0.3
-pkgrel=3
-pkgdesc=Kill a client by its X resource
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libx11' 'libxmu')
-makedepends=('xorg-util-macros')
-groups=('xorg-apps' 'xorg')
-source=(http://xorg.freedesktop.org/archive/individual/app/xkill-${pkgver}.tar.bz2)
-sha1sums=('bab7b9c7f3bc053d743eb339cf5fa496bace57e5')
-
-build() {
-  cd ${srcdir}/xkill-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/xkill-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: xorg-xkill/repos/extra-i686/PKGBUILD (from rev 194303, 
xorg-xkill/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-13 07:50:17 UTC (rev 194304)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xorg-xkill
+pkgver=1.0.4
+pkgrel=1
+pkgdesc=Kill a client by its X resource
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libx11' 'libxmu')
+makedepends=('xorg-util-macros')
+groups=('xorg-apps' 'xorg')
+source=(http://xorg.freedesktop.org/archive/individual/app/xkill-${pkgver}.tar.bz2)
+sha256sums=('88ef2a304f32f24b255e879f03c1dcd3a2be3e71d5562205414f267d919f812e')
+
+build() {
+  cd ${srcdir}/xkill-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/xkill-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-13 07:49:56 UTC (rev 194303)
+++ extra-x86_64/PKGBUILD   2013-09-13 07:50:17 UTC (rev 194304)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xorg-xkill
-pkgver=1.0.3
-pkgrel=3
-pkgdesc=Kill a client by its X resource
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libx11' 'libxmu')
-makedepends=('xorg-util-macros')
-groups=('xorg-apps' 'xorg')
-source=(http://xorg.freedesktop.org/archive/individual/app/xkill-${pkgver}.tar.bz2)
-sha1sums=('bab7b9c7f3bc053d743eb339cf5fa496bace57e5')
-
-build() {
-  cd ${srcdir}/xkill-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/xkill-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: xorg-xkill/repos/extra-x86_64/PKGBUILD (from rev 194303, 
xorg-xkill/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-09-13 07:50:17 UTC (rev 194304)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xorg-xkill
+pkgver=1.0.4
+pkgrel=1
+pkgdesc=Kill a client by its X resource
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libx11' 'libxmu')
+makedepends=('xorg-util-macros')
+groups=('xorg-apps' 'xorg')
+source=(http://xorg.freedesktop.org/archive/individual/app/xkill-${pkgver}.tar.bz2)
+sha256sums=('88ef2a304f32f24b255e879f03c1dcd3a2be3e71d5562205414f267d919f812e')
+
+build() {
+  cd ${srcdir}/xkill-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/xkill-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}



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

2013-09-13 Thread Andreas Radke
Date: Friday, September 13, 2013 @ 09:52:09
  Author: andyrtr
Revision: 194305

upgpkg: xorg-xlsclients 1.1.3-1

upstream update 1.1.3

Modified:
  xorg-xlsclients/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-13 07:50:17 UTC (rev 194304)
+++ PKGBUILD2013-09-13 07:52:09 UTC (rev 194305)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xorg-xlsclients
-pkgver=1.1.2
-pkgrel=2
+pkgver=1.1.3
+pkgrel=1
 pkgdesc=List client applications running on a display
 arch=('i686' 'x86_64')
 url=http://xorg.freedesktop.org/;
@@ -12,7 +12,7 @@
 makedepends=('xorg-util-macros')
 groups=('xorg-apps' 'xorg')
 
source=(http://xorg.freedesktop.org/archive/individual/app/xlsclients-${pkgver}.tar.bz2)
-sha1sums=('c4051429c190444ae9ba327f0ad776a74eb7b27b')
+sha256sums=('5d9666fcc6c3de210fc70d5a841a404955af709a616fde530fe4e8f7723e3d3d')
 
 build() {
   cd ${srcdir}/xlsclients-${pkgver}



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

2013-09-13 Thread Andreas Radke
Date: Friday, September 13, 2013 @ 09:52:28
  Author: andyrtr
Revision: 194306

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-13 07:52:09 UTC (rev 194305)
+++ extra-i686/PKGBUILD 2013-09-13 07:52:28 UTC (rev 194306)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xorg-xlsclients
-pkgver=1.1.2
-pkgrel=2
-pkgdesc=List client applications running on a display
-arch=('i686' 'x86_64')
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libxcb')
-makedepends=('xorg-util-macros')
-groups=('xorg-apps' 'xorg')
-source=(http://xorg.freedesktop.org/archive/individual/app/xlsclients-${pkgver}.tar.bz2)
-sha1sums=('c4051429c190444ae9ba327f0ad776a74eb7b27b')
-
-build() {
-  cd ${srcdir}/xlsclients-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/xlsclients-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: xorg-xlsclients/repos/extra-i686/PKGBUILD (from rev 194305, 
xorg-xlsclients/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-13 07:52:28 UTC (rev 194306)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xorg-xlsclients
+pkgver=1.1.3
+pkgrel=1
+pkgdesc=List client applications running on a display
+arch=('i686' 'x86_64')
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libxcb')
+makedepends=('xorg-util-macros')
+groups=('xorg-apps' 'xorg')
+source=(http://xorg.freedesktop.org/archive/individual/app/xlsclients-${pkgver}.tar.bz2)
+sha256sums=('5d9666fcc6c3de210fc70d5a841a404955af709a616fde530fe4e8f7723e3d3d')
+
+build() {
+  cd ${srcdir}/xlsclients-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/xlsclients-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-13 07:52:09 UTC (rev 194305)
+++ extra-x86_64/PKGBUILD   2013-09-13 07:52:28 UTC (rev 194306)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xorg-xlsclients
-pkgver=1.1.2
-pkgrel=2
-pkgdesc=List client applications running on a display
-arch=('i686' 'x86_64')
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libxcb')
-makedepends=('xorg-util-macros')
-groups=('xorg-apps' 'xorg')
-source=(http://xorg.freedesktop.org/archive/individual/app/xlsclients-${pkgver}.tar.bz2)
-sha1sums=('c4051429c190444ae9ba327f0ad776a74eb7b27b')
-
-build() {
-  cd ${srcdir}/xlsclients-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/xlsclients-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: xorg-xlsclients/repos/extra-x86_64/PKGBUILD (from rev 194305, 
xorg-xlsclients/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-09-13 07:52:28 UTC (rev 194306)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xorg-xlsclients
+pkgver=1.1.3
+pkgrel=1
+pkgdesc=List client applications running on a display
+arch=('i686' 'x86_64')
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libxcb')
+makedepends=('xorg-util-macros')
+groups=('xorg-apps' 'xorg')
+source=(http://xorg.freedesktop.org/archive/individual/app/xlsclients-${pkgver}.tar.bz2)
+sha256sums=('5d9666fcc6c3de210fc70d5a841a404955af709a616fde530fe4e8f7723e3d3d')
+
+build() {
+  cd ${srcdir}/xlsclients-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/xlsclients-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}



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

2013-09-13 Thread Andreas Radke
Date: Friday, September 13, 2013 @ 09:54:35
  Author: andyrtr
Revision: 194307

upgpkg: xorg-xmodmap 1.0.8-1

upstream update 1.0.8

Modified:
  xorg-xmodmap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-13 07:52:28 UTC (rev 194306)
+++ PKGBUILD2013-09-13 07:54:35 UTC (rev 194307)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xorg-xmodmap
-pkgver=1.0.7
+pkgver=1.0.8
 pkgrel=1
 pkgdesc=Utility for modifying keymaps and button mappings
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('xorg-util-macros')
 groups=('xorg-apps' 'xorg')
 
source=(http://xorg.freedesktop.org/archive/individual/app/xmodmap-${pkgver}.tar.bz2)
-sha1sums=('9f9c6b7bd058c09a8e15b1c4f4eccb972e51ffef')
+sha256sums=('efe2e3c89858a2db3bdcf969f55f55d0af4f5007789198344de0595249a99fc3')
 
 build() {
   cd ${srcdir}/xmodmap-${pkgver}



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

2013-09-13 Thread Andreas Radke
Date: Friday, September 13, 2013 @ 09:54:55
  Author: andyrtr
Revision: 194308

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-13 07:54:35 UTC (rev 194307)
+++ extra-i686/PKGBUILD 2013-09-13 07:54:55 UTC (rev 194308)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xorg-xmodmap
-pkgver=1.0.7
-pkgrel=1
-pkgdesc=Utility for modifying keymaps and button mappings
-arch=('i686' 'x86_64')
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libx11')
-makedepends=('xorg-util-macros')
-groups=('xorg-apps' 'xorg')
-source=(http://xorg.freedesktop.org/archive/individual/app/xmodmap-${pkgver}.tar.bz2)
-sha1sums=('9f9c6b7bd058c09a8e15b1c4f4eccb972e51ffef')
-
-build() {
-  cd ${srcdir}/xmodmap-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/xmodmap-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: xorg-xmodmap/repos/extra-i686/PKGBUILD (from rev 194307, 
xorg-xmodmap/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-13 07:54:55 UTC (rev 194308)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xorg-xmodmap
+pkgver=1.0.8
+pkgrel=1
+pkgdesc=Utility for modifying keymaps and button mappings
+arch=('i686' 'x86_64')
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libx11')
+makedepends=('xorg-util-macros')
+groups=('xorg-apps' 'xorg')
+source=(http://xorg.freedesktop.org/archive/individual/app/xmodmap-${pkgver}.tar.bz2)
+sha256sums=('efe2e3c89858a2db3bdcf969f55f55d0af4f5007789198344de0595249a99fc3')
+
+build() {
+  cd ${srcdir}/xmodmap-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/xmodmap-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-13 07:54:35 UTC (rev 194307)
+++ extra-x86_64/PKGBUILD   2013-09-13 07:54:55 UTC (rev 194308)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xorg-xmodmap
-pkgver=1.0.7
-pkgrel=1
-pkgdesc=Utility for modifying keymaps and button mappings
-arch=('i686' 'x86_64')
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libx11')
-makedepends=('xorg-util-macros')
-groups=('xorg-apps' 'xorg')
-source=(http://xorg.freedesktop.org/archive/individual/app/xmodmap-${pkgver}.tar.bz2)
-sha1sums=('9f9c6b7bd058c09a8e15b1c4f4eccb972e51ffef')
-
-build() {
-  cd ${srcdir}/xmodmap-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/xmodmap-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: xorg-xmodmap/repos/extra-x86_64/PKGBUILD (from rev 194307, 
xorg-xmodmap/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-09-13 07:54:55 UTC (rev 194308)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xorg-xmodmap
+pkgver=1.0.8
+pkgrel=1
+pkgdesc=Utility for modifying keymaps and button mappings
+arch=('i686' 'x86_64')
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libx11')
+makedepends=('xorg-util-macros')
+groups=('xorg-apps' 'xorg')
+source=(http://xorg.freedesktop.org/archive/individual/app/xmodmap-${pkgver}.tar.bz2)
+sha256sums=('efe2e3c89858a2db3bdcf969f55f55d0af4f5007789198344de0595249a99fc3')
+
+build() {
+  cd ${srcdir}/xmodmap-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/xmodmap-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}



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

2013-09-13 Thread Andreas Radke
Date: Friday, September 13, 2013 @ 09:56:57
  Author: andyrtr
Revision: 194310

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-13 07:56:38 UTC (rev 194309)
+++ extra-i686/PKGBUILD 2013-09-13 07:56:57 UTC (rev 194310)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xorg-xrdb
-pkgver=1.0.9
-pkgrel=2
-pkgdesc=X server resource database utility
-arch=('i686' 'x86_64')
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libx11' 'libxmu' 'mcpp')
-makedepends=('xorg-util-macros')
-groups=('xorg-apps' 'xorg')
-source=(http://xorg.freedesktop.org/archive/individual/app/xrdb-${pkgver}.tar.bz2)
-sha1sums=('efa5f2420411988d6a6e142934393fd272507857')
-
-build() {
-  cd ${srcdir}/xrdb-${pkgver}
-  ./configure --prefix=/usr --with-cpp=/usr/bin/mcpp
-  make
-}
-
-package() {
-  cd ${srcdir}/xrdb-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: xorg-xrdb/repos/extra-i686/PKGBUILD (from rev 194309, 
xorg-xrdb/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-13 07:56:57 UTC (rev 194310)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xorg-xrdb
+pkgver=1.1.0
+pkgrel=1
+pkgdesc=X server resource database utility
+arch=('i686' 'x86_64')
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libx11' 'libxmu' 'mcpp')
+makedepends=('xorg-util-macros')
+groups=('xorg-apps' 'xorg')
+source=(http://xorg.freedesktop.org/archive/individual/app/xrdb-${pkgver}.tar.bz2)
+sha256sums=('73827b6bbfc9d27ca287d95a1224c306d7053cd7b8156641698d7dc541ca565b')
+
+build() {
+  cd ${srcdir}/xrdb-${pkgver}
+  ./configure --prefix=/usr --with-cpp=/usr/bin/mcpp
+  make
+}
+
+package() {
+  cd ${srcdir}/xrdb-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-13 07:56:38 UTC (rev 194309)
+++ extra-x86_64/PKGBUILD   2013-09-13 07:56:57 UTC (rev 194310)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xorg-xrdb
-pkgver=1.0.9
-pkgrel=2
-pkgdesc=X server resource database utility
-arch=('i686' 'x86_64')
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libx11' 'libxmu' 'mcpp')
-makedepends=('xorg-util-macros')
-groups=('xorg-apps' 'xorg')
-source=(http://xorg.freedesktop.org/archive/individual/app/xrdb-${pkgver}.tar.bz2)
-sha1sums=('efa5f2420411988d6a6e142934393fd272507857')
-
-build() {
-  cd ${srcdir}/xrdb-${pkgver}
-  ./configure --prefix=/usr --with-cpp=/usr/bin/mcpp
-  make
-}
-
-package() {
-  cd ${srcdir}/xrdb-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: xorg-xrdb/repos/extra-x86_64/PKGBUILD (from rev 194309, 
xorg-xrdb/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-09-13 07:56:57 UTC (rev 194310)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xorg-xrdb
+pkgver=1.1.0
+pkgrel=1
+pkgdesc=X server resource database utility
+arch=('i686' 'x86_64')
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libx11' 'libxmu' 'mcpp')
+makedepends=('xorg-util-macros')
+groups=('xorg-apps' 'xorg')
+source=(http://xorg.freedesktop.org/archive/individual/app/xrdb-${pkgver}.tar.bz2)
+sha256sums=('73827b6bbfc9d27ca287d95a1224c306d7053cd7b8156641698d7dc541ca565b')
+
+build() {
+  cd ${srcdir}/xrdb-${pkgver}
+  ./configure --prefix=/usr --with-cpp=/usr/bin/mcpp
+  make
+}
+
+package() {
+  cd ${srcdir}/xrdb-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}



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

2013-09-13 Thread Andreas Radke
Date: Friday, September 13, 2013 @ 09:56:38
  Author: andyrtr
Revision: 194309

upgpkg: xorg-xrdb 1.1.0-1

upstream update 1.1.0

Modified:
  xorg-xrdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-13 07:54:55 UTC (rev 194308)
+++ PKGBUILD2013-09-13 07:56:38 UTC (rev 194309)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xorg-xrdb
-pkgver=1.0.9
-pkgrel=2
+pkgver=1.1.0
+pkgrel=1
 pkgdesc=X server resource database utility
 arch=('i686' 'x86_64')
 url=http://xorg.freedesktop.org/;
@@ -12,7 +12,7 @@
 makedepends=('xorg-util-macros')
 groups=('xorg-apps' 'xorg')
 
source=(http://xorg.freedesktop.org/archive/individual/app/xrdb-${pkgver}.tar.bz2)
-sha1sums=('efa5f2420411988d6a6e142934393fd272507857')
+sha256sums=('73827b6bbfc9d27ca287d95a1224c306d7053cd7b8156641698d7dc541ca565b')
 
 build() {
   cd ${srcdir}/xrdb-${pkgver}



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

2013-09-13 Thread Andreas Radke
Date: Friday, September 13, 2013 @ 10:00:26
  Author: andyrtr
Revision: 194312

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

Added:
  libx11/repos/extra-i686/PKGBUILD
(from rev 194311, libx11/trunk/PKGBUILD)
  libx11/repos/extra-x86_64/PKGBUILD
(from rev 194311, libx11/trunk/PKGBUILD)
Deleted:
  libx11/repos/extra-i686/PKGBUILD
  libx11/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-09-13 08:00:06 UTC (rev 194311)
+++ extra-i686/PKGBUILD 2013-09-13 08:00:26 UTC (rev 194312)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libx11
-pkgver=1.6.1
-pkgrel=1
-pkgdesc=X11 client-side library
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-depends=('libxcb' 'xproto' 'kbproto')
-makedepends=('xorg-util-macros' 'xextproto' 'xtrans' 'inputproto')
-options=('!libtool')
-license=('custom')
-source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2)
-sha256sums=('10a54fc16b58b4f5a5eed4d080c357a82fd2f42d09af625c1f5df50650701892')
-
-build() {
-  cd ${srcdir}/libX11-${pkgver}
-  ./configure --prefix=/usr --disable-static --disable-xf86bigfont
-  make
-}
-
-check() {
-  cd ${srcdir}/libX11-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/libX11-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -d -m755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: libx11/repos/extra-i686/PKGBUILD (from rev 194311, 
libx11/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-13 08:00:26 UTC (rev 194312)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libx11
+pkgver=1.6.2
+pkgrel=1
+pkgdesc=X11 client-side library
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+depends=('libxcb' 'xproto' 'kbproto')
+makedepends=('xorg-util-macros' 'xextproto' 'xtrans' 'inputproto')
+options=('!libtool')
+license=('custom')
+source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2)
+sha256sums=('2aa027e837231d2eeea90f3a4afe19948a6eb4c8b2bec0241eba7dbc8106bd16')
+
+build() {
+  cd ${srcdir}/libX11-${pkgver}
+  ./configure --prefix=/usr --disable-static --disable-xf86bigfont
+  make
+}
+
+check() {
+  cd ${srcdir}/libX11-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/libX11-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -d -m755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-13 08:00:06 UTC (rev 194311)
+++ extra-x86_64/PKGBUILD   2013-09-13 08:00:26 UTC (rev 194312)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libx11
-pkgver=1.6.1
-pkgrel=1
-pkgdesc=X11 client-side library
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-depends=('libxcb' 'xproto' 'kbproto')
-makedepends=('xorg-util-macros' 'xextproto' 'xtrans' 'inputproto')
-options=('!libtool')
-license=('custom')
-source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2)
-sha256sums=('10a54fc16b58b4f5a5eed4d080c357a82fd2f42d09af625c1f5df50650701892')
-
-build() {
-  cd ${srcdir}/libX11-${pkgver}
-  ./configure --prefix=/usr --disable-static --disable-xf86bigfont
-  make
-}
-
-check() {
-  cd ${srcdir}/libX11-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/libX11-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -d -m755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: libx11/repos/extra-x86_64/PKGBUILD (from rev 194311, 
libx11/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-09-13 08:00:26 UTC (rev 194312)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libx11
+pkgver=1.6.2
+pkgrel=1
+pkgdesc=X11 client-side library
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+depends=('libxcb' 'xproto' 'kbproto')
+makedepends=('xorg-util-macros' 'xextproto' 'xtrans' 'inputproto')
+options=('!libtool')
+license=('custom')
+source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2)
+sha256sums=('2aa027e837231d2eeea90f3a4afe19948a6eb4c8b2bec0241eba7dbc8106bd16')
+
+build() {
+  cd ${srcdir}/libX11-${pkgver}
+  ./configure --prefix=/usr --disable-static --disable-xf86bigfont
+  make
+}
+
+check() 

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

2013-09-13 Thread Andreas Radke
Date: Friday, September 13, 2013 @ 10:00:06
  Author: andyrtr
Revision: 194311

upgpkg: libx11 1.6.2-1

upstream update 1.6.2

Modified:
  libx11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-13 07:56:57 UTC (rev 194310)
+++ PKGBUILD2013-09-13 08:00:06 UTC (rev 194311)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libx11
-pkgver=1.6.1
+pkgver=1.6.2
 pkgrel=1
 pkgdesc=X11 client-side library
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 options=('!libtool')
 license=('custom')
 source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2)
-sha256sums=('10a54fc16b58b4f5a5eed4d080c357a82fd2f42d09af625c1f5df50650701892')
+sha256sums=('2aa027e837231d2eeea90f3a4afe19948a6eb4c8b2bec0241eba7dbc8106bd16')
 
 build() {
   cd ${srcdir}/libX11-${pkgver}



[arch-commits] Commit in xf86-video-dummy/repos (6 files)

2013-09-13 Thread Andreas Radke
Date: Friday, September 13, 2013 @ 10:12:58
  Author: andyrtr
Revision: 194314

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

Added:
  xf86-video-dummy/repos/extra-i686/PKGBUILD
(from rev 194313, xf86-video-dummy/trunk/PKGBUILD)
  xf86-video-dummy/repos/extra-x86_64/PKGBUILD
(from rev 194313, xf86-video-dummy/trunk/PKGBUILD)
Deleted:
  xf86-video-dummy/repos/extra-i686/PKGBUILD
  xf86-video-dummy/repos/extra-i686/git-fix.diff
  xf86-video-dummy/repos/extra-x86_64/PKGBUILD
  xf86-video-dummy/repos/extra-x86_64/git-fix.diff

---+
 /PKGBUILD |   60 
 extra-i686/PKGBUILD   |   32 ---
 extra-i686/git-fix.diff   |   31 --
 extra-x86_64/PKGBUILD |   32 ---
 extra-x86_64/git-fix.diff |   31 --
 5 files changed, 60 insertions(+), 126 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-13 08:12:34 UTC (rev 194313)
+++ extra-i686/PKGBUILD 2013-09-13 08:12:58 UTC (rev 194314)
@@ -1,32 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xf86-video-dummy
-pkgver=0.3.6
-pkgrel=3
-pkgdesc=X.org dummy video driver
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=14' 'xf86dgaproto' 
'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 
git-fix.diff)
-sha256sums=('44335b640126d339700256dae731bd5af79afd027da172bad8a991a33a1de798'
-'06fe79ba658712a1abb0612a049c1061618d30e72d4939fc59c8c905d9d4d5bb')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/git-fix.diff
-  ./configure --prefix=/usr
-  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-dummy/repos/extra-i686/PKGBUILD (from rev 194313, 
xf86-video-dummy/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-13 08:12:58 UTC (rev 194314)
@@ -0,0 +1,30 @@
+# $Id$
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-dummy
+pkgver=0.3.7
+pkgrel=1
+pkgdesc=X.org dummy video driver
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=14' 'xf86dgaproto' 
'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=('56f84fcbc515685529ad8e10bca1072731d9c096b97c5d35ddc95cd589b98680')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  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}/
+}

Deleted: extra-i686/git-fix.diff
===
--- extra-i686/git-fix.diff 2013-09-13 08:12:34 UTC (rev 194313)
+++ extra-i686/git-fix.diff 2013-09-13 08:12:58 UTC (rev 194314)
@@ -1,31 +0,0 @@
-From 44f04fd3046043ed31369025f34353c4e0e5c1cd Mon Sep 17 00:00:00 2001
-From: Adam Jackson a...@redhat.com
-Date: Tue, 25 Sep 2012 12:54:36 +
-Subject: Remove mibstore.h
-
-Signed-off-by: Adam Jackson a...@redhat.com

-diff --git a/src/dummy_driver.c b/src/dummy_driver.c
-index 62066d6..6062c39 100644
 a/src/dummy_driver.c
-+++ b/src/dummy_driver.c
-@@ -14,9 +14,6 @@
- /* All drivers initialising the SW cursor need this */
- #include mipointer.h
- 
--/* All drivers implementing backing store need this */
--#include mibstore.h
--
- /* All drivers using the mi colormap manipulation need this */
- #include micmap.h
- 
-@@ -617,7 +614,6 @@ DUMMYScreenInit(SCREEN_INIT_ARGS_DECL)
-  , lines - pScrn-virtualY);
- }
- 
--miInitializeBackingStore(pScreen);
- xf86SetBackingStore(pScreen);
- xf86SetSilkenMouse(pScreen);
-   
---
-cgit v0.9.0.2-2-gbebe

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-13 08:12:34 UTC (rev 194313)
+++ extra-x86_64/PKGBUILD   2013-09-13 08:12:58 UTC (rev 194314)
@@ -1,32 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot j...@archlinux.org
-

[arch-commits] Commit in xf86-video-dummy/trunk (PKGBUILD git-fix.diff)

2013-09-13 Thread Andreas Radke
Date: Friday, September 13, 2013 @ 10:12:34
  Author: andyrtr
Revision: 194313

upgpkg: xf86-video-dummy 0.3.7-1

upstream update 0.3.7

Modified:
  xf86-video-dummy/trunk/PKGBUILD
Deleted:
  xf86-video-dummy/trunk/git-fix.diff

--+
 PKGBUILD |   10 --
 git-fix.diff |   31 ---
 2 files changed, 4 insertions(+), 37 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-13 08:00:26 UTC (rev 194312)
+++ PKGBUILD2013-09-13 08:12:34 UTC (rev 194313)
@@ -2,8 +2,8 @@
 #Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xf86-video-dummy
-pkgver=0.3.6
-pkgrel=3
+pkgver=0.3.7
+pkgrel=1
 pkgdesc=X.org dummy video driver
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
@@ -13,13 +13,11 @@
 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 
git-fix.diff)
-sha256sums=('44335b640126d339700256dae731bd5af79afd027da172bad8a991a33a1de798'
-'06fe79ba658712a1abb0612a049c1061618d30e72d4939fc59c8c905d9d4d5bb')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('56f84fcbc515685529ad8e10bca1072731d9c096b97c5d35ddc95cd589b98680')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/git-fix.diff
   ./configure --prefix=/usr
   make
 }

Deleted: git-fix.diff
===
--- git-fix.diff2013-09-13 08:00:26 UTC (rev 194312)
+++ git-fix.diff2013-09-13 08:12:34 UTC (rev 194313)
@@ -1,31 +0,0 @@
-From 44f04fd3046043ed31369025f34353c4e0e5c1cd Mon Sep 17 00:00:00 2001
-From: Adam Jackson a...@redhat.com
-Date: Tue, 25 Sep 2012 12:54:36 +
-Subject: Remove mibstore.h
-
-Signed-off-by: Adam Jackson a...@redhat.com

-diff --git a/src/dummy_driver.c b/src/dummy_driver.c
-index 62066d6..6062c39 100644
 a/src/dummy_driver.c
-+++ b/src/dummy_driver.c
-@@ -14,9 +14,6 @@
- /* All drivers initialising the SW cursor need this */
- #include mipointer.h
- 
--/* All drivers implementing backing store need this */
--#include mibstore.h
--
- /* All drivers using the mi colormap manipulation need this */
- #include micmap.h
- 
-@@ -617,7 +614,6 @@ DUMMYScreenInit(SCREEN_INIT_ARGS_DECL)
-  , lines - pScrn-virtualY);
- }
- 
--miInitializeBackingStore(pScreen);
- xf86SetBackingStore(pScreen);
- xf86SetSilkenMouse(pScreen);
-   
---
-cgit v0.9.0.2-2-gbebe



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

2013-09-13 Thread Andrzej Giniewicz
Date: Friday, September 13, 2013 @ 10:16:06
  Author: aginiewicz
Revision: 97111

upgpkg: python-pytables 3.0.0-4

hdf5 rebuild

Modified:
  python-pytables/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-13 07:40:27 UTC (rev 97110)
+++ PKGBUILD2013-09-13 08:16:06 UTC (rev 97111)
@@ -5,7 +5,7 @@
 pkgbase=python-pytables
 pkgname=('python2-pytables' 'python-pytables')
 pkgver=3.0.0
-pkgrel=3
+pkgrel=4
 arch=(i686 x86_64)
 pkgdesc=A package for managing hierarchical datasets and designed to 
efficiently and easily cope with extremely large amounts of data
 url=http://www.pytables.org;



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

2013-09-13 Thread Andrzej Giniewicz
Date: Friday, September 13, 2013 @ 10:16:31
  Author: aginiewicz
Revision: 97112

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

Added:
  python-pytables/repos/community-staging-i686/
  python-pytables/repos/community-staging-i686/PKGBUILD
(from rev 97111, python-pytables/trunk/PKGBUILD)
  python-pytables/repos/community-staging-x86_64/
  python-pytables/repos/community-staging-x86_64/PKGBUILD
(from rev 97111, python-pytables/trunk/PKGBUILD)

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

Copied: python-pytables/repos/community-staging-i686/PKGBUILD (from rev 97111, 
python-pytables/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-09-13 08:16:31 UTC (rev 97112)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz ggi...@gmail.com
+# Contributor: Sebastien Binet bi...@cern.ch
+
+pkgbase=python-pytables
+pkgname=('python2-pytables' 'python-pytables')
+pkgver=3.0.0
+pkgrel=4
+arch=(i686 x86_64)
+pkgdesc=A package for managing hierarchical datasets and designed to 
efficiently and easily cope with extremely large amounts of data
+url=http://www.pytables.org;
+license=(BSD)
+makedepends=('lzo2' 'hdf5' 'python2-numexpr' 'cython2' 'python-numexpr' 
'cython')
+source=(http://pypi.python.org/packages/source/t/tables/tables-$pkgver.tar.gz;)
+md5sums=('9c8a18d51be5e94a2ae50ea31d26f8c2')
+
+build() {
+  cd $srcdir
+  cp -a tables-$pkgver tables-py2-$pkgver
+
+  msg Building Python2
+  cd $srcdir/tables-py2-$pkgver
+  python2 setup.py build
+
+  msg Building Python3
+  cd $srcdir/tables-$pkgver
+  python setup.py build
+}
+
+package_python2-pytables() {
+  depends=('lzo2' 'hdf5' 'python2-numexpr' 'cython2')
+
+  cd $srcdir/tables-py2-${pkgver}
+  python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
+
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  # see FS#36015
+  mv $pkgdir/usr/bin/pt2to3{,-2.7}
+  mv $pkgdir/usr/bin/ptdump{,-2.7}
+  mv $pkgdir/usr/bin/ptrepack{,-2.7}
+}
+
+package_python-pytables() {
+  depends=('lzo2' 'hdf5' 'python-numexpr' 'cython')
+
+  cd $srcdir/tables-${pkgver}
+  python setup.py install --prefix=/usr --root=$pkgdir --optimize=1
+
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+

Copied: python-pytables/repos/community-staging-x86_64/PKGBUILD (from rev 
97111, python-pytables/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-09-13 08:16:31 UTC (rev 97112)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz ggi...@gmail.com
+# Contributor: Sebastien Binet bi...@cern.ch
+
+pkgbase=python-pytables
+pkgname=('python2-pytables' 'python-pytables')
+pkgver=3.0.0
+pkgrel=4
+arch=(i686 x86_64)
+pkgdesc=A package for managing hierarchical datasets and designed to 
efficiently and easily cope with extremely large amounts of data
+url=http://www.pytables.org;
+license=(BSD)
+makedepends=('lzo2' 'hdf5' 'python2-numexpr' 'cython2' 'python-numexpr' 
'cython')
+source=(http://pypi.python.org/packages/source/t/tables/tables-$pkgver.tar.gz;)
+md5sums=('9c8a18d51be5e94a2ae50ea31d26f8c2')
+
+build() {
+  cd $srcdir
+  cp -a tables-$pkgver tables-py2-$pkgver
+
+  msg Building Python2
+  cd $srcdir/tables-py2-$pkgver
+  python2 setup.py build
+
+  msg Building Python3
+  cd $srcdir/tables-$pkgver
+  python setup.py build
+}
+
+package_python2-pytables() {
+  depends=('lzo2' 'hdf5' 'python2-numexpr' 'cython2')
+
+  cd $srcdir/tables-py2-${pkgver}
+  python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
+
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  # see FS#36015
+  mv $pkgdir/usr/bin/pt2to3{,-2.7}
+  mv $pkgdir/usr/bin/ptdump{,-2.7}
+  mv $pkgdir/usr/bin/ptrepack{,-2.7}
+}
+
+package_python-pytables() {
+  depends=('lzo2' 'hdf5' 'python-numexpr' 'cython')
+
+  cd $srcdir/tables-${pkgver}
+  python setup.py install --prefix=/usr --root=$pkgdir --optimize=1
+
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+



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

2013-09-13 Thread Andreas Radke
Date: Friday, September 13, 2013 @ 10:17:24
  Author: andyrtr
Revision: 194315

upgpkg: xterm 297-1

upstream update 297

Modified:
  xterm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-13 08:12:58 UTC (rev 194314)
+++ PKGBUILD2013-09-13 08:17:24 UTC (rev 194315)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Baldeck alexan...@archlinux.org
 
 pkgname=xterm
-pkgver=296
+pkgver=297
 pkgrel=1
 pkgdesc=X Terminal Emulator
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('libxft' 'libxaw' 'ncurses' 'xorg-luit' 'xbitmaps' 'libutempter')
 source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz
 LICENSE)
-md5sums=('63d498b14a9d45ae79d3fd3124c72a17'
+md5sums=('45610ae6fe90cf086fcd75b9cb97bbaf'
  '10ecc3f8ee91e3189863a172f68282d2')
 
 build() {



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

2013-09-13 Thread Andreas Radke
Date: Friday, September 13, 2013 @ 10:17:42
  Author: andyrtr
Revision: 194316

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

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

---+
 /LICENSE  |  146 
 /PKGBUILD |  120 +++
 extra-i686/LICENSE|   73 
 extra-i686/PKGBUILD   |   60 ---
 extra-x86_64/LICENSE  |   73 
 extra-x86_64/PKGBUILD |   60 ---
 6 files changed, 266 insertions(+), 266 deletions(-)

Deleted: extra-i686/LICENSE
===
--- extra-i686/LICENSE  2013-09-13 08:17:24 UTC (rev 194315)
+++ extra-i686/LICENSE  2013-09-13 08:17:42 UTC (rev 194316)
@@ -1,73 +0,0 @@
-/***
-
-Copyright 2002-2008,2009 by Thomas E. Dickey
-
-All Rights Reserved
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the
-Software), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
-SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Except as contained in this notice, the name(s) of the above copyright
-holders shall not be used in advertising or otherwise to promote the
-sale, use or other dealings in this Software without prior written
-authorization.
-
-Copyright 1987, 1988  The Open Group
-
-Permission to use, copy, modify, distribute, and sell this software and its
-documentation for any purpose is hereby granted without fee, provided that
-the above copyright notice appear in all copies and that both that
-copyright notice and this permission notice appear in supporting
-documentation.
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
-OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
-AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Except as contained in this notice, the name of The Open Group shall not be
-used in advertising or otherwise to promote the sale, use or other dealings
-in this Software without prior written authorization from The Open Group.
-
-Copyright 1987, 1988 by Digital Equipment Corporation, Maynard.
-
-All Rights Reserved
-
-Permission to use, copy, modify, and distribute this software and its
-documentation for any purpose and without fee is hereby granted,
-provided that the above copyright notice appear in all copies and that
-both that copyright notice and this permission notice appear in
-supporting documentation, and that the name of Digital not be used in
-advertising or publicity pertaining to distribution of the software
-without specific, written prior permission.
-
-DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
-ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
-DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
-ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
-WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
-ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
-SOFTWARE.
-
-**/

Copied: xterm/repos/extra-i686/LICENSE (from 

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

2013-09-13 Thread Felix Yan
Date: Friday, September 13, 2013 @ 10:21:09
  Author: fyan
Revision: 97113

upgpkg: ibus-kkc 1.5.18-1

Modified:
  ibus-kkc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-13 08:16:31 UTC (rev 97112)
+++ PKGBUILD2013-09-13 08:21:09 UTC (rev 97113)
@@ -2,7 +2,7 @@
 # Contributor: ponsfoot cabezon dot hashimoto at gmail dot com
 
 pkgname=ibus-kkc
-pkgver=1.5.17
+pkgver=1.5.18
 pkgrel=1
 pkgdesc=libkkc (Japanese Kana Kanji input method) engine for ibus
 arch=('i686' 'x86_64')
@@ -24,4 +24,4 @@
   make DESTDIR=$pkgdir install
 }
 
-sha512sums=('74b8518aa0f0f04aa81a964ce99d6647fda1ea58fae72a6734067f3c59a4806cdd8eb06df1f1825af556dcbbce182ce89dfa4d1c7d5955c2c7c730d6abc859a4')
+sha512sums=('06212fd6d851ab68ad2ca003d52d67c87d65a2cd776d575e5110c5d39d9feb8f3648608024823bfd2caed6e536e250a1416f186b3e702f5398dd9afe60a07756')



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

2013-09-13 Thread Felix Yan
Date: Friday, September 13, 2013 @ 10:22:30
  Author: fyan
Revision: 97114

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

Added:
  ibus-kkc/repos/community-i686/PKGBUILD
(from rev 97113, ibus-kkc/trunk/PKGBUILD)
  ibus-kkc/repos/community-x86_64/PKGBUILD
(from rev 97113, ibus-kkc/trunk/PKGBUILD)
Deleted:
  ibus-kkc/repos/community-i686/PKGBUILD
  ibus-kkc/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-13 08:21:09 UTC (rev 97113)
+++ community-i686/PKGBUILD 2013-09-13 08:22:30 UTC (rev 97114)
@@ -1,27 +0,0 @@
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: ponsfoot cabezon dot hashimoto at gmail dot com
-
-pkgname=ibus-kkc
-pkgver=1.5.17
-pkgrel=1
-pkgdesc=libkkc (Japanese Kana Kanji input method) engine for ibus
-arch=('i686' 'x86_64')
-url=https://bitbucket.org/libkkc;
-license=('GPL')
-options=(!libtool)
-depends=('ibus' 'libkkc' 'libkkc-data' 'skk-jisyo')
-makedepends=('vala' 'intltool')
-source=(https://bitbucket.org/libkkc/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz)
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --libexecdir=/usr/lib/ibus-kkc --disable-static
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=$pkgdir install
-}
-
-sha512sums=('74b8518aa0f0f04aa81a964ce99d6647fda1ea58fae72a6734067f3c59a4806cdd8eb06df1f1825af556dcbbce182ce89dfa4d1c7d5955c2c7c730d6abc859a4')

Copied: ibus-kkc/repos/community-i686/PKGBUILD (from rev 97113, 
ibus-kkc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-13 08:22:30 UTC (rev 97114)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: ponsfoot cabezon dot hashimoto at gmail dot com
+
+pkgname=ibus-kkc
+pkgver=1.5.18
+pkgrel=1
+pkgdesc=libkkc (Japanese Kana Kanji input method) engine for ibus
+arch=('i686' 'x86_64')
+url=https://bitbucket.org/libkkc;
+license=('GPL')
+options=(!libtool)
+depends=('ibus' 'libkkc' 'libkkc-data' 'skk-jisyo')
+makedepends=('vala' 'intltool')
+source=(https://bitbucket.org/libkkc/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz)
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --libexecdir=/usr/lib/ibus-kkc --disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=$pkgdir install
+}
+
+sha512sums=('06212fd6d851ab68ad2ca003d52d67c87d65a2cd776d575e5110c5d39d9feb8f3648608024823bfd2caed6e536e250a1416f186b3e702f5398dd9afe60a07756')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-09-13 08:21:09 UTC (rev 97113)
+++ community-x86_64/PKGBUILD   2013-09-13 08:22:30 UTC (rev 97114)
@@ -1,27 +0,0 @@
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: ponsfoot cabezon dot hashimoto at gmail dot com
-
-pkgname=ibus-kkc
-pkgver=1.5.17
-pkgrel=1
-pkgdesc=libkkc (Japanese Kana Kanji input method) engine for ibus
-arch=('i686' 'x86_64')
-url=https://bitbucket.org/libkkc;
-license=('GPL')
-options=(!libtool)
-depends=('ibus' 'libkkc' 'libkkc-data' 'skk-jisyo')
-makedepends=('vala' 'intltool')
-source=(https://bitbucket.org/libkkc/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz)
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --libexecdir=/usr/lib/ibus-kkc --disable-static
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=$pkgdir install
-}
-
-sha512sums=('74b8518aa0f0f04aa81a964ce99d6647fda1ea58fae72a6734067f3c59a4806cdd8eb06df1f1825af556dcbbce182ce89dfa4d1c7d5955c2c7c730d6abc859a4')

Copied: ibus-kkc/repos/community-x86_64/PKGBUILD (from rev 97113, 
ibus-kkc/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-09-13 08:22:30 UTC (rev 97114)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: ponsfoot cabezon dot hashimoto at gmail dot com
+
+pkgname=ibus-kkc
+pkgver=1.5.18
+pkgrel=1
+pkgdesc=libkkc (Japanese Kana Kanji input method) engine for ibus
+arch=('i686' 'x86_64')
+url=https://bitbucket.org/libkkc;
+license=('GPL')
+options=(!libtool)
+depends=('ibus' 'libkkc' 'libkkc-data' 'skk-jisyo')
+makedepends=('vala' 'intltool')
+source=(https://bitbucket.org/libkkc/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz)
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --libexecdir=/usr/lib/ibus-kkc --disable-static
+  make
+}
+
+package() {
+  cd 

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

2013-09-13 Thread Alexander Rødseth
Date: Friday, September 13, 2013 @ 10:23:57
  Author: arodseth
Revision: 97115

upgpkg: jenkins-ci 1.509.3-1

Modified:
  jenkins-ci/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-13 08:22:30 UTC (rev 97114)
+++ PKGBUILD2013-09-13 08:23:57 UTC (rev 97115)
@@ -4,8 +4,8 @@
 # Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
 
 pkgname=jenkins-ci
-pkgver=1.509.2
-pkgrel=2
+pkgver=1.509.3
+pkgrel=1
 pkgdesc='Extendable continuous integration server (stable/LTS)'
 arch=('any')
 url='https://jenkins-ci.org/changelog-stable#stable'
@@ -15,7 +15,7 @@
 conflicts=('jenkins')
 replaces=('jenkins')
 backup=('etc/conf.d/jenkins')
-install=jenkins.install
+install='jenkins.install'
 noextract=('jenkins.war')
 source=(http://mirrors.jenkins-ci.org/war-stable/latest/jenkins.war;
 'jenkins.conf'
@@ -22,7 +22,7 @@
 'jenkins.service'
 'jenkins.tmpfiles.d'
 'LICENSE')
-sha256sums=('5bdf1dd796b6ebc241f8a5bff4c6846a1eadbb455f7e3efcc5fb8d8749ae7192'
+sha256sums=('510d1913a2ab16c5b9b8a212f352dc5575daa455d4688d35cc531acda7f97157'
 '13b6e06de1dedff96bdb8e43f6830bbd954dc58df9d4ed5583693d2a6f8427f4'
 '23b748ae4c418bd1b98e33dd6bb55ad0d578803aecd26176998b759689b82e73'
 '0ccff16308b01b02f2699ea64a73b8dce1e1990ee1c656aa8d6119dee510262e'
@@ -29,8 +29,6 @@
 'd9f107920982cb61d807e349b4eaf190b2d593047e55d3f3ad286c7afe06cf55')
 
 package() {
-  cd $srcdir
-
   install -Dm444 LICENSE $pkgdir/usr/share/licenses/jenkins-ci/LICENSE
   install -Dm444 jenkins.war $pkgdir/usr/share/java/jenkins/jenkins.war
   install -Dm644 jenkins.service \



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

2013-09-13 Thread Alexander Rødseth
Date: Friday, September 13, 2013 @ 10:24:09
  Author: arodseth
Revision: 97116

archrelease: copy trunk to community-any

Added:
  jenkins-ci/repos/community-any/LICENSE
(from rev 97115, jenkins-ci/trunk/LICENSE)
  jenkins-ci/repos/community-any/PKGBUILD
(from rev 97115, jenkins-ci/trunk/PKGBUILD)
  jenkins-ci/repos/community-any/jenkins.conf
(from rev 97115, jenkins-ci/trunk/jenkins.conf)
  jenkins-ci/repos/community-any/jenkins.install
(from rev 97115, jenkins-ci/trunk/jenkins.install)
  jenkins-ci/repos/community-any/jenkins.service
(from rev 97115, jenkins-ci/trunk/jenkins.service)
  jenkins-ci/repos/community-any/jenkins.tmpfiles.d
(from rev 97115, jenkins-ci/trunk/jenkins.tmpfiles.d)
Deleted:
  jenkins-ci/repos/community-any/LICENSE
  jenkins-ci/repos/community-any/PKGBUILD
  jenkins-ci/repos/community-any/jenkins.conf
  jenkins-ci/repos/community-any/jenkins.install
  jenkins-ci/repos/community-any/jenkins.service
  jenkins-ci/repos/community-any/jenkins.tmpfiles.d

+
 LICENSE|   46 ++--
 PKGBUILD   |   82 +---
 jenkins.conf   |   26 +--
 jenkins.install|  114 +--
 jenkins.service|   48 ++---
 jenkins.tmpfiles.d |4 -
 6 files changed, 159 insertions(+), 161 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2013-09-13 08:23:57 UTC (rev 97115)
+++ LICENSE 2013-09-13 08:24:09 UTC (rev 97116)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the Software), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
-

Copied: jenkins-ci/repos/community-any/LICENSE (from rev 97115, 
jenkins-ci/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2013-09-13 08:24:09 UTC (rev 97116)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the Software), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-13 08:23:57 UTC (rev 97115)
+++ PKGBUILD2013-09-13 08:24:09 UTC (rev 97116)
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 73557 2012-07-09 19:15:21Z arodseth $
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Marcel Huber marcelhuberfoo at gmail dott com
-# Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
-
-pkgname=jenkins-ci
-pkgver=1.509.2
-pkgrel=2
-pkgdesc='Extendable continuous integration server (stable/LTS)'
-arch=('any')
-url='https://jenkins-ci.org/changelog-stable#stable'
-license=('MIT')
-depends=('java-runtime' 'ttf-dejavu' 'libcups')
-provides=('jenkins')
-conflicts=('jenkins')
-replaces=('jenkins')

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

2013-09-13 Thread Maxime Gauduin
Date: Friday, September 13, 2013 @ 10:31:42
  Author: alucryd
Revision: 97117

FS#36907: lightdm 1:1.6.1-4

Modified:
  lightdm/trunk/PKGBUILD
  lightdm/trunk/lightdm.install

-+
 PKGBUILD|6 +++---
 lightdm.install |1 -
 2 files changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-13 08:24:09 UTC (rev 97116)
+++ PKGBUILD2013-09-13 08:31:42 UTC (rev 97117)
@@ -5,7 +5,7 @@
 pkgbase=lightdm
 pkgname=('lightdm' 'liblightdm-qt4' 'liblightdm-qt5')
 pkgver=1.6.1
-pkgrel=3
+pkgrel=4
 epoch=1
 pkgdesc=A lightweight display manager
 arch=('i686' 'x86_64')
@@ -70,15 +70,15 @@
   make DESTDIR=${pkgdir} install
   make DESTDIR=${pkgdir} -C liblightdm-qt uninstall
   install -m 755 ../Xsession ${pkgdir}/etc/lightdm/Xsession
-  install -dm 711 ${pkgdir}/var/log/lightdm
   rm -rf ${pkgdir}/etc/init
   rm -rf ${pkgdir}/usr/include/lightdm-qt{,5}-2
 
-# Persistent home
   install -dm 770 ${pkgdir}/var/lib/lightdm
+  install -dm 711 ${pkgdir}/var/log/lightdm
   chmod +t ${pkgdir}/var/lib/lightdm
   echo 'GDK_CORE_DEVICE_EVENTS=true'  
${pkgdir}/var/lib/lightdm/.pam_environment
   chmod 644 ${pkgdir}/var/lib/lightdm/.pam_environment
+  chown 620:620 -R ${pkgdir}/var/{lib,log}/lightdm
 
 # PAM
   install -m 644 ../lightdm.pam ${pkgdir}/etc/pam.d/lightdm

Modified: lightdm.install
===
--- lightdm.install 2013-09-13 08:24:09 UTC (rev 97116)
+++ lightdm.install 2013-09-13 08:31:42 UTC (rev 97117)
@@ -3,7 +3,6 @@
 getent passwd lightdm  /dev/null 21 || useradd -c 'Light Display 
Manager' -u 620 -g lightdm -d /var/lib/lightdm -s /sbin/nologin lightdm
 passwd -l lightdm  /dev/null
 systemd-tmpfiles --create /usr/lib/tmpfiles.d/lightdm.conf
-chown lightdm:lightdm /var/log/lightdm  /dev/null
 }
 
 post_upgrade() {



[arch-commits] Commit in lightdm/repos (44 files)

2013-09-13 Thread Maxime Gauduin
Date: Friday, September 13, 2013 @ 10:32:23
  Author: alucryd
Revision: 97118

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

Added:
  lightdm/repos/community-i686/PKGBUILD
(from rev 97117, lightdm/trunk/PKGBUILD)
  lightdm/repos/community-i686/Xsession
(from rev 97117, lightdm/trunk/Xsession)
  lightdm/repos/community-i686/lightdm-autologin.pam
(from rev 97117, lightdm/trunk/lightdm-autologin.pam)
  lightdm/repos/community-i686/lightdm-default-config.patch
(from rev 97117, lightdm/trunk/lightdm-default-config.patch)
  lightdm/repos/community-i686/lightdm-lock-screen-before-switch.patch
(from rev 97117, lightdm/trunk/lightdm-lock-screen-before-switch.patch)
  lightdm/repos/community-i686/lightdm-use-login1.patch
(from rev 97117, lightdm/trunk/lightdm-use-login1.patch)
  lightdm/repos/community-i686/lightdm.install
(from rev 97117, lightdm/trunk/lightdm.install)
  lightdm/repos/community-i686/lightdm.pam
(from rev 97117, lightdm/trunk/lightdm.pam)
  lightdm/repos/community-i686/lightdm.rules
(from rev 97117, lightdm/trunk/lightdm.rules)
  lightdm/repos/community-i686/lightdm.service
(from rev 97117, lightdm/trunk/lightdm.service)
  lightdm/repos/community-i686/lightdm.tmpfiles
(from rev 97117, lightdm/trunk/lightdm.tmpfiles)
  lightdm/repos/community-x86_64/PKGBUILD
(from rev 97117, lightdm/trunk/PKGBUILD)
  lightdm/repos/community-x86_64/Xsession
(from rev 97117, lightdm/trunk/Xsession)
  lightdm/repos/community-x86_64/lightdm-autologin.pam
(from rev 97117, lightdm/trunk/lightdm-autologin.pam)
  lightdm/repos/community-x86_64/lightdm-default-config.patch
(from rev 97117, lightdm/trunk/lightdm-default-config.patch)
  lightdm/repos/community-x86_64/lightdm-lock-screen-before-switch.patch
(from rev 97117, lightdm/trunk/lightdm-lock-screen-before-switch.patch)
  lightdm/repos/community-x86_64/lightdm-use-login1.patch
(from rev 97117, lightdm/trunk/lightdm-use-login1.patch)
  lightdm/repos/community-x86_64/lightdm.install
(from rev 97117, lightdm/trunk/lightdm.install)
  lightdm/repos/community-x86_64/lightdm.pam
(from rev 97117, lightdm/trunk/lightdm.pam)
  lightdm/repos/community-x86_64/lightdm.rules
(from rev 97117, lightdm/trunk/lightdm.rules)
  lightdm/repos/community-x86_64/lightdm.service
(from rev 97117, lightdm/trunk/lightdm.service)
  lightdm/repos/community-x86_64/lightdm.tmpfiles
(from rev 97117, lightdm/trunk/lightdm.tmpfiles)
Deleted:
  lightdm/repos/community-i686/PKGBUILD
  lightdm/repos/community-i686/Xsession
  lightdm/repos/community-i686/lightdm-autologin.pam
  lightdm/repos/community-i686/lightdm-default-config.patch
  lightdm/repos/community-i686/lightdm-lock-screen-before-switch.patch
  lightdm/repos/community-i686/lightdm-use-login1.patch
  lightdm/repos/community-i686/lightdm.install
  lightdm/repos/community-i686/lightdm.pam
  lightdm/repos/community-i686/lightdm.rules
  lightdm/repos/community-i686/lightdm.service
  lightdm/repos/community-i686/lightdm.tmpfiles
  lightdm/repos/community-x86_64/PKGBUILD
  lightdm/repos/community-x86_64/Xsession
  lightdm/repos/community-x86_64/lightdm-autologin.pam
  lightdm/repos/community-x86_64/lightdm-default-config.patch
  lightdm/repos/community-x86_64/lightdm-lock-screen-before-switch.patch
  lightdm/repos/community-x86_64/lightdm-use-login1.patch
  lightdm/repos/community-x86_64/lightdm.install
  lightdm/repos/community-x86_64/lightdm.pam
  lightdm/repos/community-x86_64/lightdm.rules
  lightdm/repos/community-x86_64/lightdm.service
  lightdm/repos/community-x86_64/lightdm.tmpfiles

--+
 /PKGBUILD|  254 +++
 /Xsession|  146 +
 /lightdm-autologin.pam   |   26 
 /lightdm-default-config.patch|  116 +
 /lightdm-lock-screen-before-switch.patch |  110 +
 /lightdm-use-login1.patch| 1010 +
 /lightdm.install |   46 
 /lightdm.pam |   14 
 /lightdm.rules   |   30 
 /lightdm.service |   28 
 /lightdm.tmpfiles|2 
 community-i686/PKGBUILD  |  127 -
 community-i686/Xsession  |   73 
 community-i686/lightdm-autologin.pam |   13 
 community-i686/lightdm-default-config.patch  |   58 
 community-i686/lightdm-lock-screen-before-switch.patch   |   55 
 community-i686/lightdm-use-login1.patch  |  505 --
 community-i686/lightdm.install   |   24 
 community-i686/lightdm.pam   |7 
 community-i686/lightdm.rules   

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

2013-09-13 Thread Andrzej Giniewicz
Date: Friday, September 13, 2013 @ 10:52:30
  Author: aginiewicz
Revision: 97119

upgpkg: vtk 5.10.1-10

hdf5 rebuild

Modified:
  vtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-13 08:32:23 UTC (rev 97118)
+++ PKGBUILD2013-09-13 08:52:30 UTC (rev 97119)
@@ -12,7 +12,7 @@
 
 pkgname=vtk
 pkgver=5.10.1
-pkgrel=9
+pkgrel=10
 pkgdesc='A software system for 3D computer graphics, image processing, and 
visualization.'
 arch=('i686' 'x86_64')
 url='http://www.vtk.org/'



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

2013-09-13 Thread Andrzej Giniewicz
Date: Friday, September 13, 2013 @ 10:52:49
  Author: aginiewicz
Revision: 97120

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

Added:
  vtk/repos/community-staging-i686/
  vtk/repos/community-staging-i686/PKGBUILD
(from rev 97119, vtk/trunk/PKGBUILD)
  vtk/repos/community-staging-i686/ffmpeg-0.11.diff
(from rev 97119, vtk/trunk/ffmpeg-0.11.diff)
  vtk/repos/community-staging-i686/ffmpeg-0.8.diff
(from rev 97119, vtk/trunk/ffmpeg-0.8.diff)
  vtk/repos/community-staging-i686/ffmpeg-2.0.diff
(from rev 97119, vtk/trunk/ffmpeg-2.0.diff)
  vtk/repos/community-staging-i686/python-destdir.diff
(from rev 97119, vtk/trunk/python-destdir.diff)
  vtk/repos/community-staging-i686/tcl-8.6.diff
(from rev 97119, vtk/trunk/tcl-8.6.diff)
  vtk/repos/community-staging-x86_64/
  vtk/repos/community-staging-x86_64/PKGBUILD
(from rev 97119, vtk/trunk/PKGBUILD)
  vtk/repos/community-staging-x86_64/ffmpeg-0.11.diff
(from rev 97119, vtk/trunk/ffmpeg-0.11.diff)
  vtk/repos/community-staging-x86_64/ffmpeg-0.8.diff
(from rev 97119, vtk/trunk/ffmpeg-0.8.diff)
  vtk/repos/community-staging-x86_64/ffmpeg-2.0.diff
(from rev 97119, vtk/trunk/ffmpeg-2.0.diff)
  vtk/repos/community-staging-x86_64/python-destdir.diff
(from rev 97119, vtk/trunk/python-destdir.diff)
  vtk/repos/community-staging-x86_64/tcl-8.6.diff
(from rev 97119, vtk/trunk/tcl-8.6.diff)

--+
 community-staging-i686/PKGBUILD  |  118 +
 community-staging-i686/ffmpeg-0.11.diff  |   46 +
 community-staging-i686/ffmpeg-0.8.diff   |   66 +
 community-staging-i686/ffmpeg-2.0.diff   |   21 
 community-staging-i686/python-destdir.diff   |   11 ++
 community-staging-i686/tcl-8.6.diff  |   13 ++
 community-staging-x86_64/PKGBUILD|  118 +
 community-staging-x86_64/ffmpeg-0.11.diff|   46 +
 community-staging-x86_64/ffmpeg-0.8.diff |   66 +
 community-staging-x86_64/ffmpeg-2.0.diff |   21 
 community-staging-x86_64/python-destdir.diff |   11 ++
 community-staging-x86_64/tcl-8.6.diff|   13 ++
 12 files changed, 550 insertions(+)

Copied: vtk/repos/community-staging-i686/PKGBUILD (from rev 97119, 
vtk/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-09-13 08:52:49 UTC (rev 97120)
@@ -0,0 +1,118 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz ggi...@gmail.com
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Christofer Bertonha christoferbertonha at gmail dot com
+# Contributor: leepesjee lpeschier at xs4all dot nl
+# Contributor: Olivier Medoc
+# Contributor: ignotus
+# Contributor: Fabian Moser
+# Contributor: djscholl
+
+# Qt5 support status: http://vtk.org/Bug/view.php?id=12945
+
+pkgname=vtk
+pkgver=5.10.1
+pkgrel=10
+pkgdesc='A software system for 3D computer graphics, image processing, and 
visualization.'
+arch=('i686' 'x86_64')
+url='http://www.vtk.org/'
+license=('BSD')
+depends=('libjpeg-turbo' 'boost' 'ffmpeg' 'qt4' 'lesstif' 'mariadb' 'hdf5' 
'libgl')
+makedepends=('cmake' 'java-environment' 'doxygen' 'gnuplot' 'mesa-libgl' 
'python2' 'tk')
+optdepends=('python2: python bindings'
+'java-runtime: java bindings'
+'tk: tcl bindings'
+'gnuplot: plotting tools'
+'graphviz: drawing tools')
+source=(http://www.vtk.org/files/release/${pkgver:0:4}/vtk-${pkgver}.tar.gz;
+
http://www.vtk.org/files/release/${pkgver:0:4}/vtkdata-${pkgver}.tar.gz;
+ffmpeg-0.8.diff ffmpeg-0.11.diff ffmpeg-2.0.diff tcl-8.6.diff 
python-destdir.diff)
+md5sums=('264b0052e65bd6571a84727113508789'
+ 'b6355063264cd56bcd1396c92f6ca59a'
+ 'e992321c9d1def6034d0fa6607b40c5a'
+ '81922ea61989e5591135f233a0400694'
+ '4ff5668957336709dcd096fbac102558'
+ 'a804a9f034e24ef1a8b28542c15ce1a1'
+ 'f7aba715bcc10de93a6ecf1cd6b0c560')
+
+build() {
+  cd ${srcdir}/VTK$pkgver
+
+  # fix compilation errors:
+  patch -Np1 -i ${srcdir}/ffmpeg-0.8.diff
+  patch -Np1 -i ${srcdir}/ffmpeg-0.11.diff
+  patch -Np1 -i ${srcdir}/ffmpeg-2.0.diff
+  patch -Np1 -i ${srcdir}/tcl-8.6.diff
+  patch -Np1 -i ${srcdir}/python-destdir.diff
+
+  cd ${srcdir}
+
+  rm -rf build
+  mkdir build
+  cd build
+
+  # flags to enable using system libs
+  local cmake_system_flags=
+  for lib in HDF5 EXPAT FREETYPE JPEG PNG TIFF ZLIB LIBXML2 OGGTHEORA; do
+cmake_system_flags+=-DVTK_USE_SYSTEM_${lib}:BOOL=ON 
+  done
+
+  # flags to use python2 instead of python which is 3.x.x on archlinux
+  local cmake_system_python_flags=-DPYTHON_EXECUTABLE:PATH=/usr/bin/python2 
-DPYTHON_INCLUDE_DIR:PATH=/usr/include/python2.7 
-DPYTHON_LIBRARY:PATH=/usr/lib/libpython2.7.so
+
+  cmake \
+-Wno-dev \
+

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

2013-09-13 Thread Gaetan Bisson
Date: Friday, September 13, 2013 @ 11:03:19
  Author: bisson
Revision: 194317

upstream update

Modified:
  openssh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-13 08:17:42 UTC (rev 194316)
+++ PKGBUILD2013-09-13 09:03:19 UTC (rev 194317)
@@ -4,7 +4,7 @@
 # Contributor: judd jvi...@zeroflux.org
 
 pkgname=openssh
-pkgver=6.2p2
+pkgver=6.3p1
 pkgrel=1
 pkgdesc='Free version of the SSH connectivity tools'
 url='http://www.openssh.org/portable.html'
@@ -20,7 +20,7 @@
 'sshd.service'
 'sshd.socket'
 'sshd.pam')
-sha1sums=('c2b4909eba6f5ec6f9f75866c202db47f3b501ba'
+sha1sums=('70845ca79474258cab29dbefae13d93e41a83ccb'
   '6df5be396f8c593bb511a249a1453294d18a01a6'
   '6a0ff3305692cf83aca96e10f3bb51e1c26fccda'
   'ec49c6beba923e201505f5669cea48cad29014db'



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

2013-09-13 Thread Gaetan Bisson
Date: Friday, September 13, 2013 @ 11:04:22
  Author: bisson
Revision: 194318

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

Added:
  openssh/repos/testing-i686/
  openssh/repos/testing-i686/PKGBUILD
(from rev 194317, openssh/trunk/PKGBUILD)
  openssh/repos/testing-i686/install
(from rev 194317, openssh/trunk/install)
  openssh/repos/testing-i686/sshd.pam
(from rev 194317, openssh/trunk/sshd.pam)
  openssh/repos/testing-i686/sshd.service
(from rev 194317, openssh/trunk/sshd.service)
  openssh/repos/testing-i686/sshd.socket
(from rev 194317, openssh/trunk/sshd.socket)
  openssh/repos/testing-i686/sshd@.service
(from rev 194317, openssh/trunk/sshd@.service)
  openssh/repos/testing-i686/sshdgenkeys.service
(from rev 194317, openssh/trunk/sshdgenkeys.service)
  openssh/repos/testing-x86_64/
  openssh/repos/testing-x86_64/PKGBUILD
(from rev 194317, openssh/trunk/PKGBUILD)
  openssh/repos/testing-x86_64/install
(from rev 194317, openssh/trunk/install)
  openssh/repos/testing-x86_64/sshd.pam
(from rev 194317, openssh/trunk/sshd.pam)
  openssh/repos/testing-x86_64/sshd.service
(from rev 194317, openssh/trunk/sshd.service)
  openssh/repos/testing-x86_64/sshd.socket
(from rev 194317, openssh/trunk/sshd.socket)
  openssh/repos/testing-x86_64/sshd@.service
(from rev 194317, openssh/trunk/sshd@.service)
  openssh/repos/testing-x86_64/sshdgenkeys.service
(from rev 194317, openssh/trunk/sshdgenkeys.service)

+
 testing-i686/PKGBUILD  |   87 +++
 testing-i686/install   |   10 
 testing-i686/sshd.pam  |6 ++
 testing-i686/sshd.service  |   17 ++
 testing-i686/sshd.socket   |   10 
 testing-i686/sshd@.service |8 +++
 testing-i686/sshdgenkeys.service   |   15 ++
 testing-x86_64/PKGBUILD|   87 +++
 testing-x86_64/install |   10 
 testing-x86_64/sshd.pam|6 ++
 testing-x86_64/sshd.service|   17 ++
 testing-x86_64/sshd.socket |   10 
 testing-x86_64/sshd@.service   |8 +++
 testing-x86_64/sshdgenkeys.service |   15 ++
 14 files changed, 306 insertions(+)

Copied: openssh/repos/testing-i686/PKGBUILD (from rev 194317, 
openssh/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-09-13 09:04:22 UTC (rev 194318)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=openssh
+pkgver=6.3p1
+pkgrel=1
+pkgdesc='Free version of the SSH connectivity tools'
+url='http://www.openssh.org/portable.html'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+makedepends=('linux-headers')
+depends=('krb5' 'openssl' 'libedit' 'ldns')
+optdepends=('xorg-xauth: X11 forwarding'
+'x11-ssh-askpass: input passphrase in X')
+source=(ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz;
+'sshdgenkeys.service'
+'sshd@.service'
+'sshd.service'
+'sshd.socket'
+'sshd.pam')
+sha1sums=('70845ca79474258cab29dbefae13d93e41a83ccb'
+  '6df5be396f8c593bb511a249a1453294d18a01a6'
+  '6a0ff3305692cf83aca96e10f3bb51e1c26fccda'
+  'ec49c6beba923e201505f5669cea48cad29014db'
+  'e12fa910b26a5634e5a6ac39ce1399a132cf6796'
+  'd93dca5ebda4610ff7647187f8928a3de28703f3')
+
+backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure \
+   --prefix=/usr \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/ssh \
+   --sysconfdir=/etc/ssh \
+   --with-ldns \
+   --with-libedit \
+   --with-ssl-engine \
+   --with-pam \
+   --with-privsep-user=nobody \
+   --with-kerberos5=/usr \
+   --with-xauth=/usr/bin/xauth \
+   --with-mantype=man \
+   --with-md5-passwords \
+   --with-pid-dir=/run \
+
+   make
+}
+
+check() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make tests ||
+   grep $USER /etc/passwd | grep -q /bin/false
+   # connect.sh fails when run with stupid login shell
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make DESTDIR=${pkgdir} install
+
+   ln -sf ssh.1.gz ${pkgdir}/usr/share/man/man1/slogin.1.gz
+   install -Dm644 LICENCE ${pkgdir}/usr/share/licenses/${pkgname}/LICENCE
+
+   install -Dm644 ../sshdgenkeys.service 
${pkgdir}/usr/lib/systemd/system/sshdgenkeys.service
+   install -Dm644 ../sshd@.service 
${pkgdir}/usr/lib/systemd/system/sshd@.service
+  

[arch-commits] Commit in trac/trunk (PKGBUILD trac.install tracd.conf tracd.service)

2013-09-13 Thread Sergej Pupykin
Date: Friday, September 13, 2013 @ 11:20:59
  Author: spupykin
Revision: 97121

upgpkg: trac 1.0.1-5

upd

Modified:
  trac/trunk/PKGBUILD
  trac/trunk/trac.install
  trac/trunk/tracd.service
Deleted:
  trac/trunk/tracd.conf

---+
 PKGBUILD  |   11 ---
 trac.install  |   25 ++---
 tracd.conf|   14 --
 tracd.service |4 ++--
 4 files changed, 8 insertions(+), 46 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-13 08:52:49 UTC (rev 97120)
+++ PKGBUILD2013-09-13 09:20:59 UTC (rev 97121)
@@ -4,7 +4,7 @@
 
 pkgname=trac
 pkgver=1.0.1
-pkgrel=4
+pkgrel=5
 pkgdesc=Trac Integrated SCM  Project Management using Apache  Subversion.
 arch=('any')
 url=http://trac.edgewall.org/;
@@ -15,12 +15,10 @@
 backup=(etc/conf.d/tracd.conf)
 source=(http://ftp.edgewall.com/pub/trac/Trac-$pkgver.tar.gz
license.txt
-   tracd.service
-   tracd.conf)
+   tracd.service)
 md5sums=('c869fa40e29fa4597e2c9c960de9f2f3'
  'af9a4064fd7a5759fee0fc288f749977'
- '6dc659f6a4c0247173ae7fab4d8fee6e'
- '67db44d661c725baf3057bd13534')
+ '36bad295c72e8f147724e40840ff3774')
 
 package() {
   cd $srcdir/Trac-$pkgver
@@ -34,8 +32,7 @@
   done
 
   python2 setup.py install --prefix=/usr --root=$pkgdir
-  install -D -m644 ../tracd.conf $pkgdir/etc/conf.d/tracd.conf
-  install -D -m644 ../license.txt $pkgdir/usr/share/licenses/trac/license.txt
+  install -D -m644 $srcdir/license.txt 
$pkgdir/usr/share/licenses/trac/license.txt
   install -D -m0755 contrib/cgi-bin/trac.cgi $pkgdir/usr/share/trac/trac.cgi
   install -D -m0755 contrib/cgi-bin/trac.fcgi $pkgdir/usr/share/trac/trac.fcgi
   install -Dm0644 $srcdir/tracd.service 
$pkgdir/usr/lib/systemd/system/tracd.service

Modified: trac.install
===
--- trac.install2013-09-13 08:52:49 UTC (rev 97120)
+++ trac.install2013-09-13 09:20:59 UTC (rev 97121)
@@ -1,32 +1,11 @@
-pre_install() {
-  /bin/true
-}
-
 post_install() {
+  echo -- tracd.service is an example. Copy it into /etc/systemd/... and edit
   echo -- Please read http://trac.edgewall.org/wiki/TracInstall to install
   echo -- additional requirements
   echo --
   echo -- DB engines are mandatory!!!
-  /bin/true
 }
 
-pre_upgrade() {
-  /bin/true
-}
-
 post_upgrade() {
-  echo -- Please read http://trac.edgewall.org/wiki/TracInstall to install
-  echo -- additional requirements
-  echo --
-  echo -- DB engines are mandatory!!!
-  /bin/true
+  echo -- tracd.service is an example. Copy it into /etc/systemd/... and edit
 }
-
-pre_remove() {
-  /bin/true
-}
-
-post_remove() {
-  /bin/true
-}
-

Deleted: tracd.conf
===
--- tracd.conf  2013-09-13 08:52:49 UTC (rev 97120)
+++ tracd.conf  2013-09-13 09:20:59 UTC (rev 97121)
@@ -1,14 +0,0 @@
-# configuration for trac standalone daemon
-# see http://projects.edgewall.com/trac/wiki/TracStandalone
-#
-
-# PORT : port to be used by tracd ( option -p )
-PORT=8080
-
-# AUTH : file to use for authentication
-# format :  project,digestfile,realm
-AUTH=
-
-# PROJECT : list of project to serve, you can place more than one project.
-# PROJECT=/path/to/project1 /path/to/project2
-PROJECT= 

Modified: tracd.service
===
--- tracd.service   2013-09-13 08:52:49 UTC (rev 97120)
+++ tracd.service   2013-09-13 09:20:59 UTC (rev 97121)
@@ -4,8 +4,8 @@
 
 [Service]
 Type=forking
-EnvironmentFile=/etc/conf.d/tracd.conf
-ExecStart=tracd -d $HOSTNAME -p $PORT --auth ${AUTH//;/ --auth } $PROJECT
+# Example: copy it into /etc/systemd/ and edit.
+ExecStart=/usr/bin/tracd -d -b localhost -p 8080 --auth /tmp,/tmp/passwd,realm 
/tmp
 
 [Install]
 WantedBy=multi-user.target



[arch-commits] Commit in trac/repos/community-any (9 files)

2013-09-13 Thread Sergej Pupykin
Date: Friday, September 13, 2013 @ 11:21:14
  Author: spupykin
Revision: 97122

archrelease: copy trunk to community-any

Added:
  trac/repos/community-any/PKGBUILD
(from rev 97121, trac/trunk/PKGBUILD)
  trac/repos/community-any/license.txt
(from rev 97121, trac/trunk/license.txt)
  trac/repos/community-any/trac.install
(from rev 97121, trac/trunk/trac.install)
  trac/repos/community-any/tracd.service
(from rev 97121, trac/trunk/tracd.service)
Deleted:
  trac/repos/community-any/PKGBUILD
  trac/repos/community-any/license.txt
  trac/repos/community-any/trac.install
  trac/repos/community-any/tracd.conf
  trac/repos/community-any/tracd.service

---+
 PKGBUILD  |   81 ++--
 license.txt   |   58 
 trac.install  |   43 +++--
 tracd.conf|   14 -
 tracd.service |   22 +++
 5 files changed, 90 insertions(+), 128 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-13 09:20:59 UTC (rev 97121)
+++ PKGBUILD2013-09-13 09:21:14 UTC (rev 97122)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Rubin Simons ru...@xs4all.nl
-
-pkgname=trac
-pkgver=1.0.1
-pkgrel=4
-pkgdesc=Trac Integrated SCM  Project Management using Apache  Subversion.
-arch=('any')
-url=http://trac.edgewall.org/;
-license=('BSD')
-depends=(python2 python2-genshi python2-babel)
-makedepends=(clearsilver python2-setuptools)
-install=trac.install
-backup=(etc/conf.d/tracd.conf)
-source=(http://ftp.edgewall.com/pub/trac/Trac-$pkgver.tar.gz
-   license.txt
-   tracd.service
-   tracd.conf)
-md5sums=('c869fa40e29fa4597e2c9c960de9f2f3'
- 'af9a4064fd7a5759fee0fc288f749977'
- '6dc659f6a4c0247173ae7fab4d8fee6e'
- '67db44d661c725baf3057bd13534')
-
-package() {
-  cd $srcdir/Trac-$pkgver
-
-  # python2 fix
-  for file in trac/admin/console.py trac/test.py trac/tests/functional/*.py \
-  trac/web/*.py trac/wiki/default-pages/TracFastCgi \
-  contrib/cgi-bin/trac.{f,}cgi; do
-  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
-  sed -i 's_#!/usr/bin/python_#!/usr/bin/python2_' $file
-  done
-
-  python2 setup.py install --prefix=/usr --root=$pkgdir
-  install -D -m644 ../tracd.conf $pkgdir/etc/conf.d/tracd.conf
-  install -D -m644 ../license.txt $pkgdir/usr/share/licenses/trac/license.txt
-  install -D -m0755 contrib/cgi-bin/trac.cgi $pkgdir/usr/share/trac/trac.cgi
-  install -D -m0755 contrib/cgi-bin/trac.fcgi $pkgdir/usr/share/trac/trac.fcgi
-  install -Dm0644 $srcdir/tracd.service 
$pkgdir/usr/lib/systemd/system/tracd.service
-}

Copied: trac/repos/community-any/PKGBUILD (from rev 97121, trac/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-13 09:21:14 UTC (rev 97122)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Rubin Simons ru...@xs4all.nl
+
+pkgname=trac
+pkgver=1.0.1
+pkgrel=5
+pkgdesc=Trac Integrated SCM  Project Management using Apache  Subversion.
+arch=('any')
+url=http://trac.edgewall.org/;
+license=('BSD')
+depends=(python2 python2-genshi python2-babel)
+makedepends=(clearsilver python2-setuptools)
+install=trac.install
+backup=(etc/conf.d/tracd.conf)
+source=(http://ftp.edgewall.com/pub/trac/Trac-$pkgver.tar.gz
+   license.txt
+   tracd.service)
+md5sums=('c869fa40e29fa4597e2c9c960de9f2f3'
+ 'af9a4064fd7a5759fee0fc288f749977'
+ '36bad295c72e8f147724e40840ff3774')
+
+package() {
+  cd $srcdir/Trac-$pkgver
+
+  # python2 fix
+  for file in trac/admin/console.py trac/test.py trac/tests/functional/*.py \
+  trac/web/*.py trac/wiki/default-pages/TracFastCgi \
+  contrib/cgi-bin/trac.{f,}cgi; do
+  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
+  sed -i 's_#!/usr/bin/python_#!/usr/bin/python2_' $file
+  done
+
+  python2 setup.py install --prefix=/usr --root=$pkgdir
+  install -D -m644 $srcdir/license.txt 
$pkgdir/usr/share/licenses/trac/license.txt
+  install -D -m0755 contrib/cgi-bin/trac.cgi $pkgdir/usr/share/trac/trac.cgi
+  install -D -m0755 contrib/cgi-bin/trac.fcgi $pkgdir/usr/share/trac/trac.fcgi
+  install -Dm0644 $srcdir/tracd.service 
$pkgdir/usr/lib/systemd/system/tracd.service
+}

Deleted: license.txt
===
--- license.txt 2013-09-13 09:20:59 UTC (rev 97121)
+++ license.txt 2013-09-13 09:21:14 UTC (rev 97122)
@@ -1,29 +0,0 @@
-Copyright (C) 2003-2005 Edgewall Software
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-
-1. Redistributions of source code must 

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

2013-09-13 Thread Tom Gundersen
Date: Friday, September 13, 2013 @ 11:43:31
  Author: tomegun
Revision: 194319

upgpkg: dbus 1.6.14-1

upstream release

Modified:
  dbus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-13 09:04:22 UTC (rev 194318)
+++ PKGBUILD2013-09-13 09:43:31 UTC (rev 194319)
@@ -4,7 +4,7 @@
 # Contributor: Link Dupont l...@subpop.net
 #
 pkgname=dbus
-pkgver=1.6.12
+pkgver=1.6.14
 pkgrel=1
 pkgdesc=Freedesktop.org message bus system
 url=http://www.freedesktop.org/Software/dbus;
@@ -48,6 +48,6 @@
 
   install -Dm644 COPYING $pkgdir/usr/share/licenses/dbus/COPYING
 }
-md5sums=('a70edc50524f258eaf5c9a9994ed8748'
+md5sums=('1c22aebdf952e92908800f1ec2aeb0c4'
  '3314d727fa57fc443fce25b5cbeebbcc'
  'd8a1bd529b3ddca671ee1a695a143db9')



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

2013-09-13 Thread Jelle van der Waa
Date: Friday, September 13, 2013 @ 11:43:25
  Author: jelle
Revision: 97123

upgpkg: calibre 1.3.0-1

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-13 09:21:14 UTC (rev 97122)
+++ PKGBUILD2013-09-13 09:43:25 UTC (rev 97123)
@@ -7,7 +7,7 @@
 # Contributor: Larry Hajali larryh...@gmail.com
 
 pkgname=calibre
-pkgver=1.2.0
+pkgver=1.3.0
 pkgrel=1
 pkgdesc=Ebook management application
 arch=('i686' 'x86_64') 
@@ -25,7 +25,7 @@
 
source=(http://sourceforge.net/projects/calibre/files/${pkgver}/calibre-${pkgver}.tar.xz;
 'desktop_integration.patch'
 'calibre-mount-helper')
-md5sums=('d1834741a56bbd45e796c90cfb12a833'
+md5sums=('38597e9ddb7b24a162f8e3bb6df18fc4'
  '8353d1878c5a498b3e49eddef473605f'
  '675cd87d41342119827ef706055491e7')
 



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

2013-09-13 Thread Jelle van der Waa
Date: Friday, September 13, 2013 @ 11:43:49
  Author: jelle
Revision: 97124

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

Added:
  calibre/repos/community-i686/PKGBUILD
(from rev 97123, calibre/trunk/PKGBUILD)
  calibre/repos/community-i686/calibre-mount-helper
(from rev 97123, calibre/trunk/calibre-mount-helper)
  calibre/repos/community-i686/calibre.install
(from rev 97123, calibre/trunk/calibre.install)
  calibre/repos/community-i686/desktop_integration.patch
(from rev 97123, calibre/trunk/desktop_integration.patch)
  calibre/repos/community-x86_64/PKGBUILD
(from rev 97123, calibre/trunk/PKGBUILD)
  calibre/repos/community-x86_64/calibre-mount-helper
(from rev 97123, calibre/trunk/calibre-mount-helper)
  calibre/repos/community-x86_64/calibre.install
(from rev 97123, calibre/trunk/calibre.install)
  calibre/repos/community-x86_64/desktop_integration.patch
(from rev 97123, calibre/trunk/desktop_integration.patch)
Deleted:
  calibre/repos/community-i686/PKGBUILD
  calibre/repos/community-i686/calibre-mount-helper
  calibre/repos/community-i686/calibre.install
  calibre/repos/community-i686/desktop_integration.patch
  calibre/repos/community-x86_64/PKGBUILD
  calibre/repos/community-x86_64/calibre-mount-helper
  calibre/repos/community-x86_64/calibre.install
  calibre/repos/community-x86_64/desktop_integration.patch

+
 /PKGBUILD  |  178 ++
 /calibre-mount-helper  |   56 ++
 /calibre.install   |   24 ++
 /desktop_integration.patch |  218 +++
 community-i686/PKGBUILD|   89 ---
 community-i686/calibre-mount-helper|   28 ---
 community-i686/calibre.install |   12 -
 community-i686/desktop_integration.patch   |  109 -
 community-x86_64/PKGBUILD  |   89 ---
 community-x86_64/calibre-mount-helper  |   28 ---
 community-x86_64/calibre.install   |   12 -
 community-x86_64/desktop_integration.patch |  109 -
 12 files changed, 476 insertions(+), 476 deletions(-)

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


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

2013-09-13 Thread Tom Gundersen
Date: Friday, September 13, 2013 @ 11:45:18
  Author: tomegun
Revision: 194320

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

Added:
  dbus/repos/testing-i686/
  dbus/repos/testing-i686/30-dbus
(from rev 194319, dbus/trunk/30-dbus)
  dbus/repos/testing-i686/PKGBUILD
(from rev 194319, dbus/trunk/PKGBUILD)
  dbus/repos/testing-i686/systemd-user-session.patch
(from rev 194319, dbus/trunk/systemd-user-session.patch)
  dbus/repos/testing-x86_64/
  dbus/repos/testing-x86_64/30-dbus
(from rev 194319, dbus/trunk/30-dbus)
  dbus/repos/testing-x86_64/PKGBUILD
(from rev 194319, dbus/trunk/PKGBUILD)
  dbus/repos/testing-x86_64/systemd-user-session.patch
(from rev 194319, dbus/trunk/systemd-user-session.patch)

---+
 testing-i686/30-dbus  |6 
 testing-i686/PKGBUILD |   53 
 testing-i686/systemd-user-session.patch   |  183 
 testing-x86_64/30-dbus|6 
 testing-x86_64/PKGBUILD   |   53 
 testing-x86_64/systemd-user-session.patch |  183 
 6 files changed, 484 insertions(+)

Copied: dbus/repos/testing-i686/30-dbus (from rev 194319, dbus/trunk/30-dbus)
===
--- testing-i686/30-dbus(rev 0)
+++ testing-i686/30-dbus2013-09-13 09:45:18 UTC (rev 194320)
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+# launches a session dbus instance
+if [ -z $DBUS_SESSION_BUS_ADDRESS ]  type dbus-launch /dev/null; then
+  eval $(dbus-launch --sh-syntax --exit-with-session)
+fi

Copied: dbus/repos/testing-i686/PKGBUILD (from rev 194319, dbus/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-09-13 09:45:18 UTC (rev 194320)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Link Dupont l...@subpop.net
+#
+pkgname=dbus
+pkgver=1.6.14
+pkgrel=1
+pkgdesc=Freedesktop.org message bus system
+url=http://www.freedesktop.org/Software/dbus;
+arch=(i686 x86_64)
+license=('GPL' 'custom')
+depends=('expat' 'coreutils' 'filesystem')
+makedepends=('libx11' 'systemd')
+optdepends=('libx11: dbus-launch support')
+provides=('dbus-core')
+conflicts=('dbus-core')
+replaces=('dbus-core')
+options=(!libtool)
+source=(http://dbus.freedesktop.org/releases/dbus/dbus-$pkgver.tar.gz
+30-dbus systemd-user-session.patch)
+
+build() {
+  cd dbus-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=dbus \
+  --with-system-pid-file=/run/dbus/pid \
+  --with-system-socket=/run/dbus/system_bus_socket \
+  --with-console-auth-dir=/run/console/ \
+  --enable-inotify --disable-dnotify \
+  --disable-verbose-mode --disable-static \
+  --disable-tests --disable-asserts \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --enable-systemd
+
+  patch -p1  $srcdir/systemd-user-session.patch
+
+  make
+}
+
+package(){
+  cd dbus-$pkgver
+  make DESTDIR=$pkgdir install
+
+  rm -rf $pkgdir/var/run
+
+  install -Dm755 ../30-dbus $pkgdir/etc/X11/xinit/xinitrc.d/30-dbus
+
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/dbus/COPYING
+}
+md5sums=('1c22aebdf952e92908800f1ec2aeb0c4'
+ '3314d727fa57fc443fce25b5cbeebbcc'
+ 'd8a1bd529b3ddca671ee1a695a143db9')

Copied: dbus/repos/testing-i686/systemd-user-session.patch (from rev 194319, 
dbus/trunk/systemd-user-session.patch)
===
--- testing-i686/systemd-user-session.patch (rev 0)
+++ testing-i686/systemd-user-session.patch 2013-09-13 09:45:18 UTC (rev 
194320)
@@ -0,0 +1,183 @@
+commit d728fdc655f17031da3bb129ab2fd17dadf0fe3a
+Author: Simon Peeters peeters.si...@gmail.com
+Date:   8 weeks ago
+
+Set correct address when using --address=systemd:
+
+When dbus gets launched through systemd, we need to create an address
+string based on the sockets passed.
+
+The _dbus_append_addres_from_socket() function is responsible for
+extracting the address information from the file-descriptor and
+formatting it in a dbus friendly way.
+
+This fixes bus activation when running dbus under a systemd session.
+
+https://bugs.freedesktop.org/show_bug.cgi?id=50962
+
+Signed-off-by: Simon Peeters peeters.si...@gmail.com
+
+diff --git a/dbus/dbus-server-unix.c b/dbus/dbus-server-unix.c
+index 130f66e..d995240 100644
+--- a/dbus/dbus-server-unix.c
 b/dbus/dbus-server-unix.c
+@@ -149,7 +149,7 @@ _dbus_server_listen_platform_specific (DBusAddressEntry 
*entry,
+ }
+   else if (strcmp (method, systemd) == 0)
+ {
+-  int n, *fds;
++  

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

2013-09-13 Thread Tom Gundersen
Date: Friday, September 13, 2013 @ 11:45:31
  Author: tomegun
Revision: 194321

upgpkg: transmission 2.82-1

upstream release

Modified:
  transmission/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-13 09:45:18 UTC (rev 194320)
+++ PKGBUILD2013-09-13 09:45:31 UTC (rev 194321)
@@ -4,14 +4,14 @@
 
 pkgbase=transmission
 pkgname=('transmission-cli' 'transmission-gtk' 'transmission-qt')
-pkgver=2.81
+pkgver=2.82
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.transmissionbt.com/;
 license=('MIT')
-makedepends=('gtk3' 'intltool' 'curl' 'qt4' 'libevent')
+makedepends=('gtk3' 'intltool' 'curl' 'qt5-base' 'libevent')
 source=(http://mirrors.m0k.org/transmission/files/$pkgbase-$pkgver.tar.xz)
-md5sums=('db1ad10ecff07150486dab2365ccb3a8')
+md5sums=('a5ef870c0410b12d10449c2d36fa4661')
 
 build() {
   cd $pkgbase-$pkgver
@@ -19,7 +19,7 @@
   ./configure --prefix=/usr
   make
   pushd qt
-  qmake-qt4 qtr.pro
+  qmake qtr.pro
   make
 }
 package_transmission-cli() {
@@ -54,7 +54,7 @@
 
 package_transmission-qt() {
   pkgdesc=Fast, easy, and free BitTorrent client (Qt GUI)
-  depends=('curl' 'qt4' 'libevent')
+  depends=('curl' 'qt5-base' 'libevent')
   optdepends=('transmission-cli: daemon and web support')
   install=transmission-qt.install
 



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

2013-09-13 Thread Tom Gundersen
Date: Friday, September 13, 2013 @ 11:45:39
  Author: tomegun
Revision: 194322

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

Added:
  transmission/repos/testing-i686/
  transmission/repos/testing-i686/PKGBUILD
(from rev 194321, transmission/trunk/PKGBUILD)
  transmission/repos/testing-i686/transmission-cli.install
(from rev 194321, transmission/trunk/transmission-cli.install)
  transmission/repos/testing-i686/transmission-gtk.install
(from rev 194321, transmission/trunk/transmission-gtk.install)
  transmission/repos/testing-i686/transmission-qt.install
(from rev 194321, transmission/trunk/transmission-qt.install)
  transmission/repos/testing-x86_64/
  transmission/repos/testing-x86_64/PKGBUILD
(from rev 194321, transmission/trunk/PKGBUILD)
  transmission/repos/testing-x86_64/transmission-cli.install
(from rev 194321, transmission/trunk/transmission-cli.install)
  transmission/repos/testing-x86_64/transmission-gtk.install
(from rev 194321, transmission/trunk/transmission-gtk.install)
  transmission/repos/testing-x86_64/transmission-qt.install
(from rev 194321, transmission/trunk/transmission-qt.install)

-+
 testing-i686/PKGBUILD   |   68 ++
 testing-i686/transmission-cli.install   |   10 
 testing-i686/transmission-gtk.install   |   12 +
 testing-i686/transmission-qt.install|   11 
 testing-x86_64/PKGBUILD |   68 ++
 testing-x86_64/transmission-cli.install |   10 
 testing-x86_64/transmission-gtk.install |   12 +
 testing-x86_64/transmission-qt.install  |   11 
 8 files changed, 202 insertions(+)

Copied: transmission/repos/testing-i686/PKGBUILD (from rev 194321, 
transmission/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-09-13 09:45:39 UTC (rev 194322)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer : Tom Gundersen t...@jklm.no
+# Maintainer : Ionut Biru ib...@archlinux.org
+
+pkgbase=transmission
+pkgname=('transmission-cli' 'transmission-gtk' 'transmission-qt')
+pkgver=2.82
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://www.transmissionbt.com/;
+license=('MIT')
+makedepends=('gtk3' 'intltool' 'curl' 'qt5-base' 'libevent')
+source=(http://mirrors.m0k.org/transmission/files/$pkgbase-$pkgver.tar.xz)
+md5sums=('a5ef870c0410b12d10449c2d36fa4661')
+
+build() {
+  cd $pkgbase-$pkgver
+
+  ./configure --prefix=/usr
+  make
+  pushd qt
+  qmake qtr.pro
+  make
+}
+package_transmission-cli() {
+  pkgdesc=Fast, easy, and free BitTorrent client (CLI tools, daemon and web 
client)
+  depends=('curl' 'libevent' 'systemd')
+  install=transmission-cli.install
+
+  cd $pkgbase-$pkgver
+
+  for dir in daemon cli web utils
+  do
+  make -C $dir DESTDIR=$pkgdir install
+  done
+
+  install -D -m644 
$srcdir/transmission-$pkgver/daemon/transmission-daemon.service 
$pkgdir/usr/lib/systemd/system/transmission.service
+  install -D -m644 COPYING 
$pkgdir/usr/share/licenses/transmission-cli/COPYING
+}
+
+package_transmission-gtk() {
+  pkgdesc=Fast, easy, and free BitTorrent client (GTK+ GUI)
+  depends=('curl' 'libevent' 'gtk3' 'desktop-file-utils' 'hicolor-icon-theme')
+  optdepends=('notification-daemon: Desktop notification support'
+ 'transmission-cli: daemon and web support')
+  install=transmission-gtk.install
+
+  cd $pkgbase-$pkgver
+
+  make -C gtk DESTDIR=$pkgdir install
+  make -C po DESTDIR=$pkgdir install
+  install -D -m644 COPYING 
$pkgdir/usr/share/licenses/transmission-gtk/COPYING
+}
+
+package_transmission-qt() {
+  pkgdesc=Fast, easy, and free BitTorrent client (Qt GUI)
+  depends=('curl' 'qt5-base' 'libevent')
+  optdepends=('transmission-cli: daemon and web support')
+  install=transmission-qt.install
+
+  cd $pkgbase-$pkgver
+
+  make -C qt INSTALL_ROOT=$pkgdir/usr install
+
+  install -D -m644 COPYING $pkgdir/usr/share/licenses/transmission-qt/COPYING
+  install -D -m644 qt/icons/transmission.png 
$pkgdir/usr/share/pixmaps/transmission-qt.png
+  install -D -m644 qt/transmission-qt.desktop 
$pkgdir/usr/share/applications/transmission-qt.desktop
+}

Copied: transmission/repos/testing-i686/transmission-cli.install (from rev 
194321, transmission/trunk/transmission-cli.install)
===
--- testing-i686/transmission-cli.install   (rev 0)
+++ testing-i686/transmission-cli.install   2013-09-13 09:45:39 UTC (rev 
194322)
@@ -0,0 +1,10 @@
+post_install() {
+post_upgrade
+passwd -l transmission /dev/null
+}
+
+post_upgrade() {
+   # create user/group that the daemon will run as by default, do not 
delete this on uninstall, as it will own files
+   getent group transmission /dev/null || groupadd -g 169 transmission
+   getent passwd transmission /dev/null || useradd -c 

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

2013-09-13 Thread Alexander Rødseth
Date: Friday, September 13, 2013 @ 12:45:27
  Author: arodseth
Revision: 97125

upgpkg: groovy 2.1.7-1

Modified:
  groovy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-13 09:43:49 UTC (rev 97124)
+++ PKGBUILD2013-09-13 10:45:27 UTC (rev 97125)
@@ -1,11 +1,11 @@
 # $Id$
 # Maintainer: Alexander Rødseth rods...@gmail.com
 # Contributor: Musikolo musikoloAThotmailDOTcom
-# Contributor: krani1
+# Contributor: Ruben Fonseca fons...@gmail.com
 # Contributor: Andreas W. Hauser andy-...@splashground.de
 
 pkgname=groovy
-pkgver=2.1.6
+pkgver=2.1.7
 pkgrel=1
 pkgdesc='Programming language based on Java, inspired by Python, Ruby and 
Smalltalk'
 arch=('any')
@@ -15,7 +15,7 @@
 optdepends=('groovy-docs: html and pdf documentation for Groovy')
 makedepends=('unzip')
 
source=(http://dist.groovy.codehaus.org/distributions/$pkgname-binary-$pkgver.zip;)
-sha256sums=('6ec5bfc48db7095b56b4efafe3193cdf664365c40044de12ee21220a220aca20')
+sha256sums=('77fae631edd37388c9966188fbb479f4fb5276d8d67690ac71e476eb274b6819')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver/embeddable
@@ -29,7 +29,8 @@
 package() {
   cd $srcdir/$pkgname-$pkgver
 
-  mkdir -p $pkgdir/usr/share/groovy $pkgdir/usr/bin
+  install -d $pkgdir/usr/share/groovy
+  install -d $pkgdir/usr/bin
   cp -r lib $pkgdir/usr/share/groovy
   cp -r conf $pkgdir/usr/share/groovy
   cp -r embeddable $pkgdir/usr/share/groovy



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

2013-09-13 Thread Alexander Rødseth
Date: Friday, September 13, 2013 @ 12:45:33
  Author: arodseth
Revision: 97126

archrelease: copy trunk to community-any

Added:
  groovy/repos/community-any/PKGBUILD
(from rev 97125, groovy/trunk/PKGBUILD)
Deleted:
  groovy/repos/community-any/PKGBUILD

--+
 PKGBUILD |  107 ++---
 1 file changed, 54 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-13 10:45:27 UTC (rev 97125)
+++ PKGBUILD2013-09-13 10:45:33 UTC (rev 97126)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Musikolo musikoloAThotmailDOTcom
-# Contributor: krani1
-# Contributor: Andreas W. Hauser andy-...@splashground.de
-
-pkgname=groovy
-pkgver=2.1.6
-pkgrel=1
-pkgdesc='Programming language based on Java, inspired by Python, Ruby and 
Smalltalk'
-arch=('any')
-url='http://groovy.codehaus.org/'
-license=('APACHE' 'BSD' 'custom')
-depends=('bash' 'java-environment')
-optdepends=('groovy-docs: html and pdf documentation for Groovy')
-makedepends=('unzip')
-source=(http://dist.groovy.codehaus.org/distributions/$pkgname-binary-$pkgver.zip;)
-sha256sums=('6ec5bfc48db7095b56b4efafe3193cdf664365c40044de12ee21220a220aca20')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver/embeddable
-
-  ln -s $pkgname-all-$pkgver.jar $pkgname-all.jar
-  for f in ../bin/*; do
-sed 's:bin/sh:bin/sh\nGROOVY_HOME=/usr/share/groovy:' -i $f
-  done
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  mkdir -p $pkgdir/usr/share/groovy $pkgdir/usr/bin
-  cp -r lib $pkgdir/usr/share/groovy
-  cp -r conf $pkgdir/usr/share/groovy
-  cp -r embeddable $pkgdir/usr/share/groovy
-  cp bin/* $pkgdir/usr/bin
-  find $pkgdir -name '*.bat' -exec rm {} \;
-  # APACHE
-  install -Dm644 LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 CLI-LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/CLI-LICENSE
-  # BSD
-  install -Dm644 ANTLR-LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/ANTLR-LICENSE
-  # custom
-  install -Dm644 ASM-LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/ASM-LICENSE
-  install -Dm644 JSR223-LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/JSR223-LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: groovy/repos/community-any/PKGBUILD (from rev 97125, 
groovy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-13 10:45:33 UTC (rev 97126)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Musikolo musikoloAThotmailDOTcom
+# Contributor: Ruben Fonseca fons...@gmail.com
+# Contributor: Andreas W. Hauser andy-...@splashground.de
+
+pkgname=groovy
+pkgver=2.1.7
+pkgrel=1
+pkgdesc='Programming language based on Java, inspired by Python, Ruby and 
Smalltalk'
+arch=('any')
+url='http://groovy.codehaus.org/'
+license=('APACHE' 'BSD' 'custom')
+depends=('bash' 'java-environment')
+optdepends=('groovy-docs: html and pdf documentation for Groovy')
+makedepends=('unzip')
+source=(http://dist.groovy.codehaus.org/distributions/$pkgname-binary-$pkgver.zip;)
+sha256sums=('77fae631edd37388c9966188fbb479f4fb5276d8d67690ac71e476eb274b6819')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver/embeddable
+
+  ln -s $pkgname-all-$pkgver.jar $pkgname-all.jar
+  for f in ../bin/*; do
+sed 's:bin/sh:bin/sh\nGROOVY_HOME=/usr/share/groovy:' -i $f
+  done
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  install -d $pkgdir/usr/share/groovy
+  install -d $pkgdir/usr/bin
+  cp -r lib $pkgdir/usr/share/groovy
+  cp -r conf $pkgdir/usr/share/groovy
+  cp -r embeddable $pkgdir/usr/share/groovy
+  cp bin/* $pkgdir/usr/bin
+  find $pkgdir -name '*.bat' -exec rm {} \;
+  # APACHE
+  install -Dm644 LICENSE.txt \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 CLI-LICENSE.txt \
+$pkgdir/usr/share/licenses/$pkgname/CLI-LICENSE
+  # BSD
+  install -Dm644 ANTLR-LICENSE.txt \
+$pkgdir/usr/share/licenses/$pkgname/ANTLR-LICENSE
+  # custom
+  install -Dm644 ASM-LICENSE.txt \
+$pkgdir/usr/share/licenses/$pkgname/ASM-LICENSE
+  install -Dm644 JSR223-LICENSE.txt \
+$pkgdir/usr/share/licenses/$pkgname/JSR223-LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-09-13 Thread Alexander Rødseth
Date: Friday, September 13, 2013 @ 13:33:31
  Author: arodseth
Revision: 97127

upgpkg: wordpress 3.6.1-1

Modified:
  wordpress/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-13 10:45:33 UTC (rev 97126)
+++ PKGBUILD2013-09-13 11:33:31 UTC (rev 97127)
@@ -6,7 +6,7 @@
 # Contributor: Christopher Rogers slaxemulator.gmail.com
 
 pkgname=wordpress
-pkgver=3.6
+pkgver=3.6.1
 pkgrel=1
 pkgdesc='Blog tool and publishing platform'
 arch=('any')
@@ -19,7 +19,7 @@
 options=('emptydirs')
 install=$pkgname.install
 source=(http://wordpress.org/$pkgname-$pkgver.tar.gz;)
-sha256sums=('cf3dac69cd1810d8f4880b2c982fee869a0c56e1c4f793bbfc6d7021fd6da97c')
+sha256sums=('6a44302b6375c5e97ad116913d84610f4f0589dd9906d5d9166e66e5146f94d1')
 
 package() {
   cd $srcdir



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

2013-09-13 Thread Andreas Radke
Date: Friday, September 13, 2013 @ 13:32:41
  Author: andyrtr
Revision: 194323

upgpkg: xorg-server 1.14.3-1

upstream update 1.14.3

Modified:
  xorg-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-13 09:45:39 UTC (rev 194322)
+++ PKGBUILD2013-09-13 11:32:41 UTC (rev 194323)
@@ -4,8 +4,8 @@
 
 pkgbase=xorg-server
 pkgname=('xorg-server' 'xorg-server-xephyr' 'xorg-server-xdmx' 
'xorg-server-xvfb' 'xorg-server-xnest' 'xorg-server-common' 'xorg-server-devel')
-pkgver=1.14.2
-pkgrel=2
+pkgver=1.14.3
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('custom')
 url=http://xorg.freedesktop.org;
@@ -24,7 +24,7 @@
 xvfb-run.1
 10-quirks.conf
 fb-rename-wfbDestroyGlyphCache.patch)
-sha256sums=('f6ddfb3f1cfff2d69d45657aec626ebe8b5847810154ff7df7ed2072b076c86b'
+sha256sums=('02125ae13a443dcbb55f964d5c37f1da2f58ad54c2102356037bec23c1b84f5e'
 '66e25f76a7496c429e0aff4b0670f168719bb0ceaeb88c6f2272f2bf3ed21162'
 'd027776fac1f7675b0a9ee817502290b1c45f9c09b0f0a6bb058c35f92361e84'
 'e033f9bcc21980f7f0428e6ed6c362a3d55ad293b05fd6e6c6c1933b86f9e63a'
@@ -44,7 +44,7 @@
   patch -Np0 -i ../autoconfig-sis.patch
 
   # https://bugs.freedesktop.org/show_bug.cgi?id=59825 - fixes crash with 
vboxvideo
-  patch -Np1 -i ../bug59825.patch
+#  patch -Np1 -i ../bug59825.patch
 
   # From Fedora. Do not build acpid code, it is buggy and we do not need it
   patch -Np1 -i ../xserver-1.6.0-less-acpi-brokenness.patch



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

2013-09-13 Thread Andreas Radke
Date: Friday, September 13, 2013 @ 13:33:30
  Author: andyrtr
Revision: 194324

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

Added:
  xorg-server/repos/testing-i686/
  xorg-server/repos/testing-i686/10-quirks.conf
(from rev 194323, xorg-server/trunk/10-quirks.conf)
  xorg-server/repos/testing-i686/PKGBUILD
(from rev 194323, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/testing-i686/autoconfig-nvidia.patch
(from rev 194323, xorg-server/trunk/autoconfig-nvidia.patch)
  xorg-server/repos/testing-i686/autoconfig-sis.patch
(from rev 194323, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/testing-i686/bug59825.patch
(from rev 194323, xorg-server/trunk/bug59825.patch)
  xorg-server/repos/testing-i686/fb-rename-wfbDestroyGlyphCache.patch
(from rev 194323, xorg-server/trunk/fb-rename-wfbDestroyGlyphCache.patch)
  xorg-server/repos/testing-i686/xephyr-glx.patch
(from rev 194323, xorg-server/trunk/xephyr-glx.patch)
  xorg-server/repos/testing-i686/xserver-1.6.0-less-acpi-brokenness.patch
(from rev 194323, 
xorg-server/trunk/xserver-1.6.0-less-acpi-brokenness.patch)
  xorg-server/repos/testing-i686/xvfb-run
(from rev 194323, xorg-server/trunk/xvfb-run)
  xorg-server/repos/testing-i686/xvfb-run.1
(from rev 194323, xorg-server/trunk/xvfb-run.1)
  xorg-server/repos/testing-x86_64/
  xorg-server/repos/testing-x86_64/10-quirks.conf
(from rev 194323, xorg-server/trunk/10-quirks.conf)
  xorg-server/repos/testing-x86_64/PKGBUILD
(from rev 194323, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/testing-x86_64/autoconfig-nvidia.patch
(from rev 194323, xorg-server/trunk/autoconfig-nvidia.patch)
  xorg-server/repos/testing-x86_64/autoconfig-sis.patch
(from rev 194323, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/testing-x86_64/bug59825.patch
(from rev 194323, xorg-server/trunk/bug59825.patch)
  xorg-server/repos/testing-x86_64/fb-rename-wfbDestroyGlyphCache.patch
(from rev 194323, xorg-server/trunk/fb-rename-wfbDestroyGlyphCache.patch)
  xorg-server/repos/testing-x86_64/xephyr-glx.patch
(from rev 194323, xorg-server/trunk/xephyr-glx.patch)
  xorg-server/repos/testing-x86_64/xserver-1.6.0-less-acpi-brokenness.patch
(from rev 194323, 
xorg-server/trunk/xserver-1.6.0-less-acpi-brokenness.patch)
  xorg-server/repos/testing-x86_64/xvfb-run
(from rev 194323, xorg-server/trunk/xvfb-run)
  xorg-server/repos/testing-x86_64/xvfb-run.1
(from rev 194323, xorg-server/trunk/xvfb-run.1)

-+
 testing-i686/10-quirks.conf |   10 
 testing-i686/PKGBUILD   |  220 ++
 testing-i686/autoconfig-nvidia.patch|   28 +
 testing-i686/autoconfig-sis.patch   |   21 +
 testing-i686/bug59825.patch |   12 
 testing-i686/fb-rename-wfbDestroyGlyphCache.patch   |   27 +
 testing-i686/xephyr-glx.patch   |   39 +
 testing-i686/xserver-1.6.0-less-acpi-brokenness.patch   |   25 +
 testing-i686/xvfb-run   |  180 
 testing-i686/xvfb-run.1 |  282 ++
 testing-x86_64/10-quirks.conf   |   10 
 testing-x86_64/PKGBUILD |  220 ++
 testing-x86_64/autoconfig-nvidia.patch  |   28 +
 testing-x86_64/autoconfig-sis.patch |   21 +
 testing-x86_64/bug59825.patch   |   12 
 testing-x86_64/fb-rename-wfbDestroyGlyphCache.patch |   27 +
 testing-x86_64/xephyr-glx.patch |   39 +
 testing-x86_64/xserver-1.6.0-less-acpi-brokenness.patch |   25 +
 testing-x86_64/xvfb-run |  180 
 testing-x86_64/xvfb-run.1   |  282 ++
 20 files changed, 1688 insertions(+)

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


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

2013-09-13 Thread Alexander Rødseth
Date: Friday, September 13, 2013 @ 13:33:38
  Author: arodseth
Revision: 97128

archrelease: copy trunk to community-any

Added:
  wordpress/repos/community-any/PKGBUILD
(from rev 97127, wordpress/trunk/PKGBUILD)
  wordpress/repos/community-any/wordpress.install
(from rev 97127, wordpress/trunk/wordpress.install)
Deleted:
  wordpress/repos/community-any/PKGBUILD
  wordpress/repos/community-any/wordpress.install

---+
 PKGBUILD  |   62 ++--
 wordpress.install |   42 +--
 2 files changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-13 11:33:31 UTC (rev 97127)
+++ PKGBUILD2013-09-13 11:33:38 UTC (rev 97128)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Thomas Dziedzic gostrc at gmail
-# Contributor: Jose Valecillos valecillosjg (at) gmail (dot) com
-# Contributor: Kaos gianlucaatlas (at) gmail (dot) com
-# Contributor: Christopher Rogers slaxemulator.gmail.com
-
-pkgname=wordpress
-pkgver=3.6
-pkgrel=1
-pkgdesc='Blog tool and publishing platform'
-arch=('any')
-url='http://wordpress.org/'
-license=('GPL')
-depends=('php')
-optdepends=('apache: Web server to run wordpress'
-'cherokee: Lightweight Web server to run wordpress'
-'mysql: Database server')
-options=('emptydirs')
-install=$pkgname.install
-source=(http://wordpress.org/$pkgname-$pkgver.tar.gz;)
-sha256sums=('cf3dac69cd1810d8f4880b2c982fee869a0c56e1c4f793bbfc6d7021fd6da97c')
-
-package() {
-  cd $srcdir
-
-  install -d $pkgdir/usr/share/webapps
-  cp -r wordpress $pkgdir/usr/share/webapps
-}
-
-# vim:set ts=2 sw=2 et:

Copied: wordpress/repos/community-any/PKGBUILD (from rev 97127, 
wordpress/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-13 11:33:38 UTC (rev 97128)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Thomas Dziedzic gostrc at gmail
+# Contributor: Jose Valecillos valecillosjg (at) gmail (dot) com
+# Contributor: Kaos gianlucaatlas (at) gmail (dot) com
+# Contributor: Christopher Rogers slaxemulator.gmail.com
+
+pkgname=wordpress
+pkgver=3.6.1
+pkgrel=1
+pkgdesc='Blog tool and publishing platform'
+arch=('any')
+url='http://wordpress.org/'
+license=('GPL')
+depends=('php')
+optdepends=('apache: Web server to run wordpress'
+'cherokee: Lightweight Web server to run wordpress'
+'mysql: Database server')
+options=('emptydirs')
+install=$pkgname.install
+source=(http://wordpress.org/$pkgname-$pkgver.tar.gz;)
+sha256sums=('6a44302b6375c5e97ad116913d84610f4f0589dd9906d5d9166e66e5146f94d1')
+
+package() {
+  cd $srcdir
+
+  install -d $pkgdir/usr/share/webapps
+  cp -r wordpress $pkgdir/usr/share/webapps
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: wordpress.install
===
--- wordpress.install   2013-09-13 11:33:31 UTC (rev 97127)
+++ wordpress.install   2013-09-13 11:33:38 UTC (rev 97128)
@@ -1,21 +0,0 @@
-post_install() {
-  # Make uploads work
-  install -dm775 /usr/share/webapps/wordpress/wp-content/uploads
-  chown http:http /usr/share/webapps/wordpress/wp-content/uploads
-  echo 'You can now configure your (PHP compatible) web server to run 
Wordpress'
-}
-
-pre_remove() {
-  cp -r /usr/share/webapps/wordpress /usr/share/webapps/wordpress_backup
-  echo 'Your Wordpress folder were backed up to 
/usr/share/webapps/wordpress_backup'
-}
-
-post_remove() {
-  rm -rf /usr/share/webapps/wordpress
-}
-
-post_upgrade() {
-  echo 'Wordpress is in /usr/share/webapps now'
-}
-
-# vim:set ts=2 sw=2 et:

Copied: wordpress/repos/community-any/wordpress.install (from rev 97127, 
wordpress/trunk/wordpress.install)
===
--- wordpress.install   (rev 0)
+++ wordpress.install   2013-09-13 11:33:38 UTC (rev 97128)
@@ -0,0 +1,21 @@
+post_install() {
+  # Make uploads work
+  install -dm775 /usr/share/webapps/wordpress/wp-content/uploads
+  chown http:http /usr/share/webapps/wordpress/wp-content/uploads
+  echo 'You can now configure your (PHP compatible) web server to run 
Wordpress'
+}
+
+pre_remove() {
+  cp -r /usr/share/webapps/wordpress /usr/share/webapps/wordpress_backup
+  echo 'Your Wordpress folder were backed up to 
/usr/share/webapps/wordpress_backup'
+}
+
+post_remove() {
+  rm -rf /usr/share/webapps/wordpress
+}
+
+post_upgrade() {
+  echo 'Wordpress is in /usr/share/webapps now'
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-09-13 Thread Andreas Radke
Date: Friday, September 13, 2013 @ 13:45:16
  Author: andyrtr
Revision: 194325

upgpkg: cups-filters 1.0.38-1

upstream update 1.0.38

Modified:
  cups-filters/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-13 11:33:30 UTC (rev 194324)
+++ PKGBUILD2013-09-13 11:45:16 UTC (rev 194325)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=cups-filters
-pkgver=1.0.37
+pkgver=1.0.38
 pkgrel=1
 pkgdesc=OpenPrinting CUPS Filters
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 etc/cups/cups-browsed.conf)
 options=(!libtool)
 
source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz)
-md5sums=('42d2dd9745d4d5d626c7b871155cb430')
+md5sums=('610da4c62141d294bf456ca8725324dd')
 
 build() {
   cd $pkgname-$pkgver



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

2013-09-13 Thread Andreas Radke
Date: Friday, September 13, 2013 @ 13:45:42
  Author: andyrtr
Revision: 194326

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

Added:
  cups-filters/repos/extra-i686/PKGBUILD
(from rev 194325, cups-filters/trunk/PKGBUILD)
  cups-filters/repos/extra-x86_64/PKGBUILD
(from rev 194325, cups-filters/trunk/PKGBUILD)
Deleted:
  cups-filters/repos/extra-i686/PKGBUILD
  cups-filters/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-13 11:45:16 UTC (rev 194325)
+++ extra-i686/PKGBUILD 2013-09-13 11:45:42 UTC (rev 194326)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgname=cups-filters
-pkgver=1.0.37
-pkgrel=1
-pkgdesc=OpenPrinting CUPS Filters
-arch=('i686' 'x86_64')
-url=http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
-license=('GPL')
-depends=('lcms2' 'poppler' 'qpdf')
-makedepends=('ghostscript' 'ttf-dejavu') # ttf-dejavu for make check
-optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
-   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
-   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
-   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly')
-backup=(etc/fonts/conf.d/99pdftoopvp.conf
-etc/cups/cups-browsed.conf)
-options=(!libtool)
-source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz)
-md5sums=('42d2dd9745d4d5d626c7b871155cb430')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr  \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---with-rcdir=no \
---enable-avahi \
---with-browseremoteprotocols=DNSSD,CUPS \
---with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  #make -j1 -k check
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-  # drop static lib
-  rm -f ${pkgdir}/usr/lib/*.a
-  
-  # add upstream systemd support file
-  install -Dm644 utils/cups-browsed.service 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-  sed -i s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed| 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-}

Copied: cups-filters/repos/extra-i686/PKGBUILD (from rev 194325, 
cups-filters/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-13 11:45:42 UTC (rev 194326)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=cups-filters
+pkgver=1.0.38
+pkgrel=1
+pkgdesc=OpenPrinting CUPS Filters
+arch=('i686' 'x86_64')
+url=http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
+license=('GPL')
+depends=('lcms2' 'poppler' 'qpdf')
+makedepends=('ghostscript' 'ttf-dejavu') # ttf-dejavu for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly')
+backup=(etc/fonts/conf.d/99pdftoopvp.conf
+etc/cups/cups-browsed.conf)
+options=(!libtool)
+source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz)
+md5sums=('610da4c62141d294bf456ca8725324dd')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr  \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--with-rcdir=no \
+--enable-avahi \
+--with-browseremoteprotocols=DNSSD,CUPS \
+--with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  #make -j1 -k check
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+  # drop static lib
+  rm -f ${pkgdir}/usr/lib/*.a
+  
+  # add upstream systemd support file
+  install -Dm644 utils/cups-browsed.service 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
+  sed -i s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed| 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-13 11:45:16 UTC (rev 194325)
+++ extra-x86_64/PKGBUILD   2013-09-13 11:45:42 

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

2013-09-13 Thread Sergej Pupykin
Date: Friday, September 13, 2013 @ 14:35:19
  Author: spupykin
Revision: 97129

upgpkg: dbmail 3.1.6-1

upd

Modified:
  dbmail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-13 11:33:38 UTC (rev 97128)
+++ PKGBUILD2013-09-13 12:35:19 UTC (rev 97129)
@@ -3,8 +3,8 @@
 # Contributor: Sebastian Faltoni sebastian.falt...@gmail.com
 
 pkgname=dbmail
-pkgver=3.1.5
-pkgrel=2
+pkgver=3.1.6
+pkgrel=1
 pkgdesc=Fast and scalable sql based mail services
 arch=('i686' 'x86_64')
 depends=('gmime' 'libzdb' 'mhash' 'libevent')
@@ -20,37 +20,24 @@
etc/xinetd.d/dbmail-pop3d
etc/xinetd.d/dbmail-lmtpd
etc/xinetd.d/dbmail-timsieved)
-source=(http://www.dbmail.org/download/3.1/dbmail-${pkgver}.tar.gz
-   dbmail-imapd.xinetd
-   dbmail-lmtpd.xinetd
-   dbmail-pop3d.xinetd
-   dbmail-timsieved.xinetd
-   
dbmail-1.patch::http://git.dbmail.eu/paul/dbmail/patch/?id=45d83009e2d989e62af384432f2d71b133fecf4c;
-   
dbmail-2.patch::http://git.dbmail.eu/paul/dbmail/patch/?id=d645222c7145127ed7f505e6b8325b5a996d1a74;
-   
dbmail-3.patch::http://git.dbmail.eu/paul/dbmail/patch/?id=f294d43d0aa115e4c4b6c1dbcf72e6cd00badfd1;
-   
dbmail-4.patch::http://git.dbmail.eu/paul/dbmail/patch/?id=10c9cb29ea92030b257937d3c49e0b45d15214c3;
-   
dbmail-5_2.patch::http://git.dbmail.eu/paul/dbmail/patch/?id=00fc5c62eeccb87459beecfe76247de4dc961a4c;
+source=(http://www.dbmail.org/download/3.1/dbmail-${pkgver}.tar.gz;
+   dbmail-imapd.xinetd
+   dbmail-lmtpd.xinetd
+   dbmail-pop3d.xinetd
+   dbmail-timsieved.xinetd

dbmail-6-sieve.patch::http://git.dbmail.eu/paul/dbmail/patch/?id=92b98094a01eda5efe3ba3080e529482d08945a2;
dbmail-7-systemd.diff)
-md5sums=('033e7de6acff49d68beab93632a77761'
+md5sums=('67f119c18551de066fc90086847d24d3'
  '890de13361afbdf4fed12d6d7eb53e66'
  '961593658cd596297d03d25eb9c9e98f'
  '4cb764894abd3914802e90602bf90a0c'
  'e78dc86355f9aaf24590bc7c6611162f'
- 'ea647952c0a66d36146b6d71c7b459b7'
- '8dac89125d01885df97847537733d3dc'
- '027bae99982dfe5ef69c598a24d0cd81'
- '6a3b8ddbb162894d97d1d9cd3c5b8c4d'
- 'd23aa581582029a1a0d4df977490683e'
  'b1063893dd0e74bc0ddee454bb65bf01'
  'a781a4ebe2dd75ed635c9b4a239b38d8')
 
 prepare() {
   cd $srcdir/dbmail-${pkgver}/
-  ls -1 $srcdir/*.patch | while read p; do
-msg Patch: $p
-patch -p1 $p
-  done
+  patch -p1 $srcdir/dbmail-6-sieve.patch
   patch -Rp1 $srcdir/dbmail-7-systemd.diff
   aclocal
   automake --add-missing



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

2013-09-13 Thread Sergej Pupykin
Date: Friday, September 13, 2013 @ 14:35:47
  Author: spupykin
Revision: 97130

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

Added:
  dbmail/repos/community-i686/PKGBUILD
(from rev 97129, dbmail/trunk/PKGBUILD)
  dbmail/repos/community-i686/dbmail-7-systemd.diff
(from rev 97129, dbmail/trunk/dbmail-7-systemd.diff)
  dbmail/repos/community-i686/dbmail-imapd.xinetd
(from rev 97129, dbmail/trunk/dbmail-imapd.xinetd)
  dbmail/repos/community-i686/dbmail-lmtpd.xinetd
(from rev 97129, dbmail/trunk/dbmail-lmtpd.xinetd)
  dbmail/repos/community-i686/dbmail-pop3d.xinetd
(from rev 97129, dbmail/trunk/dbmail-pop3d.xinetd)
  dbmail/repos/community-i686/dbmail-timsieved.xinetd
(from rev 97129, dbmail/trunk/dbmail-timsieved.xinetd)
  dbmail/repos/community-x86_64/PKGBUILD
(from rev 97129, dbmail/trunk/PKGBUILD)
  dbmail/repos/community-x86_64/dbmail-7-systemd.diff
(from rev 97129, dbmail/trunk/dbmail-7-systemd.diff)
  dbmail/repos/community-x86_64/dbmail-imapd.xinetd
(from rev 97129, dbmail/trunk/dbmail-imapd.xinetd)
  dbmail/repos/community-x86_64/dbmail-lmtpd.xinetd
(from rev 97129, dbmail/trunk/dbmail-lmtpd.xinetd)
  dbmail/repos/community-x86_64/dbmail-pop3d.xinetd
(from rev 97129, dbmail/trunk/dbmail-pop3d.xinetd)
  dbmail/repos/community-x86_64/dbmail-timsieved.xinetd
(from rev 97129, dbmail/trunk/dbmail-timsieved.xinetd)
Deleted:
  dbmail/repos/community-i686/PKGBUILD
  dbmail/repos/community-i686/dbmail-7-systemd.diff
  dbmail/repos/community-i686/dbmail-imapd.xinetd
  dbmail/repos/community-i686/dbmail-lmtpd.xinetd
  dbmail/repos/community-i686/dbmail-pop3d.xinetd
  dbmail/repos/community-i686/dbmail-timsieved.xinetd
  dbmail/repos/community-x86_64/PKGBUILD
  dbmail/repos/community-x86_64/dbmail-7-systemd.diff
  dbmail/repos/community-x86_64/dbmail-imapd.xinetd
  dbmail/repos/community-x86_64/dbmail-lmtpd.xinetd
  dbmail/repos/community-x86_64/dbmail-pop3d.xinetd
  dbmail/repos/community-x86_64/dbmail-timsieved.xinetd

--+
 /PKGBUILD|  140 +++
 /dbmail-7-systemd.diff   |  352 +
 /dbmail-imapd.xinetd |   26 ++
 /dbmail-lmtpd.xinetd |   26 ++
 /dbmail-pop3d.xinetd |   26 ++
 /dbmail-timsieved.xinetd |   30 ++
 community-i686/PKGBUILD  |   83 --
 community-i686/dbmail-7-systemd.diff |  176 --
 community-i686/dbmail-imapd.xinetd   |   13 -
 community-i686/dbmail-lmtpd.xinetd   |   13 -
 community-i686/dbmail-pop3d.xinetd   |   13 -
 community-i686/dbmail-timsieved.xinetd   |   15 -
 community-x86_64/PKGBUILD|   83 --
 community-x86_64/dbmail-7-systemd.diff   |  176 --
 community-x86_64/dbmail-imapd.xinetd |   13 -
 community-x86_64/dbmail-lmtpd.xinetd |   13 -
 community-x86_64/dbmail-pop3d.xinetd |   13 -
 community-x86_64/dbmail-timsieved.xinetd |   15 -
 18 files changed, 600 insertions(+), 626 deletions(-)

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


[arch-commits] Commit in lxdm/repos (36 files)

2013-09-13 Thread Balló György
Date: Friday, September 13, 2013 @ 15:17:58
  Author: bgyorgy
Revision: 97132

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

Added:
  lxdm/repos/community-i686/PKGBUILD
(from rev 97131, lxdm/trunk/PKGBUILD)
  lxdm/repos/community-i686/default-config.patch
(from rev 97131, lxdm/trunk/default-config.patch)
  lxdm/repos/community-i686/git-fixes.patch
(from rev 97131, lxdm/trunk/git-fixes.patch)
  lxdm/repos/community-i686/lxdm.install
(from rev 97131, lxdm/trunk/lxdm.install)
  lxdm/repos/community-x86_64/PKGBUILD
(from rev 97131, lxdm/trunk/PKGBUILD)
  lxdm/repos/community-x86_64/default-config.patch
(from rev 97131, lxdm/trunk/default-config.patch)
  lxdm/repos/community-x86_64/git-fixes.patch
(from rev 97131, lxdm/trunk/git-fixes.patch)
  lxdm/repos/community-x86_64/lxdm.install
(from rev 97131, lxdm/trunk/lxdm.install)
Deleted:
  lxdm/repos/community-i686/PKGBUILD
  lxdm/repos/community-i686/default-config.patch
  lxdm/repos/community-i686/git-fixes.patch
  lxdm/repos/community-i686/lxdm-0.4.1-Xsession-source-profile.patch
  lxdm/repos/community-i686/lxdm-0.4.1-conf.patch
  lxdm/repos/community-i686/lxdm-0.4.1-event-check-bug.patch
  lxdm/repos/community-i686/lxdm-0.4.1-industrial-greeter-ui.patch
  lxdm/repos/community-i686/lxdm-0.4.1-kill_user_processes.patch
  lxdm/repos/community-i686/lxdm-0.4.1-modern-systems.patch
  lxdm/repos/community-i686/lxdm-0.4.1-nolang-show-sessions.patch
  lxdm/repos/community-i686/lxdm-0.4.1-pam-env-vars.patch
  lxdm/repos/community-i686/lxdm.install
  lxdm/repos/community-i686/lxdm.pam
  lxdm/repos/community-i686/lxdm.service
  lxdm/repos/community-x86_64/PKGBUILD
  lxdm/repos/community-x86_64/default-config.patch
  lxdm/repos/community-x86_64/git-fixes.patch
  lxdm/repos/community-x86_64/lxdm-0.4.1-Xsession-source-profile.patch
  lxdm/repos/community-x86_64/lxdm-0.4.1-conf.patch
  lxdm/repos/community-x86_64/lxdm-0.4.1-event-check-bug.patch
  lxdm/repos/community-x86_64/lxdm-0.4.1-industrial-greeter-ui.patch
  lxdm/repos/community-x86_64/lxdm-0.4.1-kill_user_processes.patch
  lxdm/repos/community-x86_64/lxdm-0.4.1-modern-systems.patch
  lxdm/repos/community-x86_64/lxdm-0.4.1-nolang-show-sessions.patch
  lxdm/repos/community-x86_64/lxdm-0.4.1-pam-env-vars.patch
  lxdm/repos/community-x86_64/lxdm.install
  lxdm/repos/community-x86_64/lxdm.pam
  lxdm/repos/community-x86_64/lxdm.service

---+
 /PKGBUILD |  126 
 /default-config.patch |  158 
 /git-fixes.patch  | 7404 
 /lxdm.install |   34 
 community-i686/PKGBUILD   |   63 
 community-i686/default-config.patch   |   79 
 community-i686/git-fixes.patch| 3612 -
 community-i686/lxdm-0.4.1-Xsession-source-profile.patch   |   11 
 community-i686/lxdm-0.4.1-conf.patch  |   11 
 community-i686/lxdm-0.4.1-event-check-bug.patch   |   21 
 community-i686/lxdm-0.4.1-industrial-greeter-ui.patch |   13 
 community-i686/lxdm-0.4.1-kill_user_processes.patch   |   35 
 community-i686/lxdm-0.4.1-modern-systems.patch|   26 
 community-i686/lxdm-0.4.1-nolang-show-sessions.patch  |   13 
 community-i686/lxdm-0.4.1-pam-env-vars.patch  |   50 
 community-i686/lxdm.install   |   17 
 community-i686/lxdm.pam   |   10 
 community-i686/lxdm.service   |9 
 community-x86_64/PKGBUILD |   63 
 community-x86_64/default-config.patch |   79 
 community-x86_64/git-fixes.patch  | 3612 -
 community-x86_64/lxdm-0.4.1-Xsession-source-profile.patch |   11 
 community-x86_64/lxdm-0.4.1-conf.patch|   11 
 community-x86_64/lxdm-0.4.1-event-check-bug.patch |   21 
 community-x86_64/lxdm-0.4.1-industrial-greeter-ui.patch   |   13 
 community-x86_64/lxdm-0.4.1-kill_user_processes.patch |   35 
 community-x86_64/lxdm-0.4.1-modern-systems.patch  |   26 
 community-x86_64/lxdm-0.4.1-nolang-show-sessions.patch|   13 
 community-x86_64/lxdm-0.4.1-pam-env-vars.patch|   50 
 community-x86_64/lxdm.install |   17 
 community-x86_64/lxdm.pam |   10 
 community-x86_64/lxdm.service |9 
 32 files changed, 7722 insertions(+), 7940 deletions(-)

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


[arch-commits] Commit in lxdm/trunk (PKGBUILD git-fixes.patch)

2013-09-13 Thread Balló György
Date: Friday, September 13, 2013 @ 15:17:48
  Author: bgyorgy
Revision: 97131

upgpkg: lxdm 0.4.1-27

Fix autologin with __default__ session (FS#36830)

Modified:
  lxdm/trunk/PKGBUILD
  lxdm/trunk/git-fixes.patch

-+
 PKGBUILD|6 -
 git-fixes.patch |  178 --
 2 files changed, 137 insertions(+), 47 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-13 12:35:47 UTC (rev 97130)
+++ PKGBUILD2013-09-13 13:17:48 UTC (rev 97131)
@@ -5,7 +5,7 @@
 
 pkgname=lxdm
 pkgver=0.4.1
-pkgrel=26
+pkgrel=27
 pkgdesc='Lightweight X11 Display Manager'
 arch=('i686' 'x86_64')
 url=http://sourceforge.net/projects/lxdm/;
@@ -12,7 +12,7 @@
 license=('GPL')
 groups=('lxde')
 depends=('gtk2' 'xorg-server' 'iso-codes')
-makedepends=('git' 'intltool')
+makedepends=('intltool')
 optdepends=('gtk-engines: default GTK+ theme'
 'librsvg: display the default background')
 install=$pkgname.install
@@ -23,7 +23,7 @@
 git-fixes.patch
 default-config.patch)
 md5sums=('8da1cfc2be6dc9217c85a7cf51e1e821'
- '62ca036a270732ee39b11b9ee27ae338'
+ '03d0779fbac1a9964776c82e69fbc53e'
  'c61ec8ffd3fe8bd2a6a9178393622f4c')
 
 prepare(){

Modified: git-fixes.patch
===
--- git-fixes.patch 2013-09-13 12:35:47 UTC (rev 97130)
+++ git-fixes.patch 2013-09-13 13:17:48 UTC (rev 97131)
@@ -2192,7 +2192,7 @@
 +#endif /*_LXCOMMON_H_*/
 +
 diff --git a/src/lxdm.c b/src/lxdm.c
-index 5c279af..85ef3be 100644
+index 5c279af..8ac8478 100644
 --- a/src/lxdm.c
 +++ b/src/lxdm.c
 @@ -24,9 +24,6 @@
@@ -2256,10 +2256,39 @@
  static GSList *session_list;
  
  static void lxdm_startx(LXSession *s);
-@@ -153,18 +159,6 @@ void stop_pid(int pid)
- while( waitpid(-1, 0, WNOHANG)  0 ) ;
+@@ -128,7 +134,7 @@ static void set_active_vt(int vt)
+   if( fd  0 )
+   fd = 0;
+   ioctl(fd, VT_ACTIVATE, vt);
+-  if( fd != 0 )
++  if(fd!=0)
+   close(fd);
  }
  
+@@ -142,28 +148,19 @@ void stop_pid(int pid)
+ {
+ if( kill(pid, SIGTERM) )
+ kill(pid, SIGKILL);
+-while( 1 )
+-{
+-int wpid, status;
+-wpid = waitpid(pid,status,0);
+-if(wpid0 || pid == wpid)
+-  break;
+-}
+ }
+-while( waitpid(-1, 0, WNOHANG)  0 ) ;
+-}
++while( 1 )
++{
++int wpid, status;
++wpid = waitpid(pid,status,0);
++if(pid == wpid)
++break;
++  if(wpid0  errno!=EINTR)
++  break;
++}
+ 
 -#if HAVE_LIBPAM
 -static void close_pam_session(pam_handle_t *pamh)
 -{
@@ -2269,13 +2298,13 @@
 -//err=pam_setcred(pamh, PAM_DELETE_CRED);
 -pam_end(pamh, err);
 -pamh = NULL;
--}
++while( waitpid(-1, 0, WNOHANG)  0 ) ;
+ }
 -#endif
--
+ 
  static LXSession *lxsession_find_greeter(void)
  {
-   GSList *p;
-@@ -271,7 +265,7 @@ static int lxsession_alloc_tty(void)
+@@ -271,7 +268,7 @@ static int lxsession_alloc_tty(void)
  static int lxsession_alloc_display(void)
  {
int i;
@@ -2284,7 +2313,7 @@
{
if(!display_is_used(i))
return i;
-@@ -299,6 +293,7 @@ static LXSession *lxsession_add(void)
+@@ -299,6 +296,7 @@ static LXSession *lxsession_add(void)
return NULL;
}
s-env=NULL;
@@ -2292,7 +2321,7 @@
session_list=g_slist_prepend(session_list,s);
lxdm_startx(s);
return s;
-@@ -354,10 +349,7 @@ static void lxsession_stop(LXSession *s)
+@@ -354,10 +352,7 @@ static void lxsession_stop(LXSession *s)
{
xconn_clean(s-dpy);
}
@@ -2304,7 +2333,24 @@
  #if HAVE_LIBCK_CONNECTOR
if( s-ckc != NULL )
{
-@@ -467,7 +459,7 @@ static char *lxsession_xserver_command(LXSession *s)
+@@ -427,6 +422,7 @@ static char *lxsession_xserver_command(LXSession *s)
+   int arc;
+   char **arg;
+   int i;
++  int novtswitch=0;
+   
+   if(s-option)
+   {
+@@ -462,12 +458,16 @@ static char *lxsession_xserver_command(LXSession *s)
+   g_free(arg[i]);
+   arc--;memcpy(arg+i,arg+i+1,(arc-i)*sizeof(char*));
+   }
++  else if(!strcmp(p,-novtswitch))
++  {
++  novtswitch=1;
++  }
+   else
+   {
i++;
}
}
@@ -2313,7 +2359,7 @@
arg = g_renew(char *, arg, arc + 10);
if(nr_tty)
{
-@@ -477,8 +469,11 @@ printf(arc %d\n,arc);
+@@ -477,8 +477,15 @@ printf(arc %d\n,arc);
arg[arc++] = g_strdup_printf(:%d,s-display);
if(s-tty0)
arg[arc++] = g_strdup_printf(vt%02d, s-tty);
@@ -2324,10 +2370,14 @@
 +  arg[arc++] = g_strdup(-nolisten);
 +  arg[arc++] = 

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

2013-09-13 Thread Sergej Pupykin
Date: Friday, September 13, 2013 @ 15:41:27
  Author: spupykin
Revision: 97133

upgpkg: gmic 1.5.7.0-1

upd

Modified:
  gmic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-13 13:17:58 UTC (rev 97132)
+++ PKGBUILD2013-09-13 13:41:27 UTC (rev 97133)
@@ -6,7 +6,7 @@
 
 pkgbase=gmic
 pkgname=(gmic gimp-plugin-gmic zart)
-pkgver=1.5.6.1
+pkgver=1.5.7.0
 pkgrel=1
 arch=(i686 x86_64)
 url=http://gmic.sourceforge.net;
@@ -15,7 +15,7 @@
 #options=('!emptydirs')
 
source=(http://downloads.sourceforge.net/sourceforge/gmic/gmic_${pkgver}.tar.gz;
 opencv-buildfix.patch)
-md5sums=('06545a7c2f73b55b0d35e5f5544dce88'
+md5sums=('76e4cc4847afb7fe8afa4d7f8690d4dc'
  '120319b0d6c81c5af186abe2281b79ca')
 
 prepare() {



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

2013-09-13 Thread Sergej Pupykin
Date: Friday, September 13, 2013 @ 15:41:46
  Author: spupykin
Revision: 97134

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

Added:
  gmic/repos/community-i686/PKGBUILD
(from rev 97133, gmic/trunk/PKGBUILD)
  gmic/repos/community-i686/opencv-buildfix.patch
(from rev 97133, gmic/trunk/opencv-buildfix.patch)
  gmic/repos/community-x86_64/PKGBUILD
(from rev 97133, gmic/trunk/PKGBUILD)
  gmic/repos/community-x86_64/opencv-buildfix.patch
(from rev 97133, gmic/trunk/opencv-buildfix.patch)
Deleted:
  gmic/repos/community-i686/PKGBUILD
  gmic/repos/community-i686/opencv-buildfix.patch
  gmic/repos/community-x86_64/PKGBUILD
  gmic/repos/community-x86_64/opencv-buildfix.patch

+
 /PKGBUILD  |  126 +++
 /opencv-buildfix.patch |   40 +
 community-i686/PKGBUILD|   63 ---
 community-i686/opencv-buildfix.patch   |   20 
 community-x86_64/PKGBUILD  |   63 ---
 community-x86_64/opencv-buildfix.patch |   20 
 6 files changed, 166 insertions(+), 166 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-13 13:41:27 UTC (rev 97133)
+++ community-i686/PKGBUILD 2013-09-13 13:41:46 UTC (rev 97134)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: farid farid at archlinuc-br.org
-# Contributor: Archie mym...@gmail.com
-
-pkgbase=gmic
-pkgname=(gmic gimp-plugin-gmic zart)
-pkgver=1.5.6.1
-pkgrel=1
-arch=(i686 x86_64)
-url=http://gmic.sourceforge.net;
-license=(custom:CeCILL)
-makedepends=('gimp' 'qt4' 'fftw' 'openexr' 'opencv' 'mesa' 'gtk2')
-#options=('!emptydirs')
-source=(http://downloads.sourceforge.net/sourceforge/gmic/gmic_${pkgver}.tar.gz;
-opencv-buildfix.patch)
-md5sums=('06545a7c2f73b55b0d35e5f5544dce88'
- '120319b0d6c81c5af186abe2281b79ca')
-
-prepare() {
-  cd ${srcdir}/gmic-${pkgver}
-  patch -p1 -i ${srcdir}/opencv-buildfix.patch
-  find ${srcdir}/gmic-${pkgver}/zart -type f -execdir chmod 644 '{}' \;
-  find ${srcdir}/gmic-${pkgver}/zart -type d -execdir chmod 755 '{}' \;
-  sed -i 's|qmake zart.pro|qmake-qt4 zart.pro|' src/Makefile
-}
-
-build() {
-  cd ${srcdir}/gmic-${pkgver}
-  make -C src all
-}
-
-package_gmic() {
-  pkgdesc=GREYC's Magic Image Converter: image processing framework
-  depends=(fftw libtiff libjpeg libpng openexr libx11)
-  replaces=(greycstoration)
-
-  cd ${srcdir}/gmic-${pkgver}
-  make -C src install DESTDIR=$pkgdir USR=/usr
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  rm -rf ${pkgdir}/usr/{bin/zart,lib/gimp,share/zart}
-}
-
-package_zart() {
-  pkgdesc=A GUI for G'MIC real-time manipulations on the output of a webcam
-  depends=(opencv fftw qt4)
-
-  cd ${srcdir}/gmic-${pkgver}
-  make -C src install DESTDIR=$pkgdir USR=/usr
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  rm -rf ${pkgdir}/usr/{bin/gmic,include,lib,share/{man,bash-completion}}
-}
-
-package_gimp-plugin-gmic() {
-  pkgdesc=Gimp plugin for the G'MIC image processing framework
-  depends=(gimp fftw)
-  replaces=(gimp-plugin-greycstoration gimp-plugin-gmic4gimp)
-
-  cd ${srcdir}/gmic-${pkgver}
-  install -Dm755 src/gmic_gimp ${pkgdir}/usr/lib/gimp/2.0/plug-ins/gmic_gimp
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: gmic/repos/community-i686/PKGBUILD (from rev 97133, gmic/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-13 13:41:46 UTC (rev 97134)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: farid farid at archlinuc-br.org
+# Contributor: Archie mym...@gmail.com
+
+pkgbase=gmic
+pkgname=(gmic gimp-plugin-gmic zart)
+pkgver=1.5.7.0
+pkgrel=1
+arch=(i686 x86_64)
+url=http://gmic.sourceforge.net;
+license=(custom:CeCILL)
+makedepends=('gimp' 'qt4' 'fftw' 'openexr' 'opencv' 'mesa' 'gtk2')
+#options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/gmic/gmic_${pkgver}.tar.gz;
+opencv-buildfix.patch)
+md5sums=('76e4cc4847afb7fe8afa4d7f8690d4dc'
+ '120319b0d6c81c5af186abe2281b79ca')
+
+prepare() {
+  cd ${srcdir}/gmic-${pkgver}
+  patch -p1 -i ${srcdir}/opencv-buildfix.patch
+  find ${srcdir}/gmic-${pkgver}/zart -type f -execdir chmod 644 '{}' \;
+  find ${srcdir}/gmic-${pkgver}/zart -type d -execdir chmod 755 '{}' \;
+  sed -i 's|qmake zart.pro|qmake-qt4 zart.pro|' src/Makefile
+}
+
+build() {
+  cd ${srcdir}/gmic-${pkgver}
+  make -C src all
+}
+
+package_gmic() {
+  pkgdesc=GREYC's Magic Image Converter: image processing 

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

2013-09-13 Thread Pierre Schmitz
Date: Friday, September 13, 2013 @ 15:52:58
  Author: pierre
Revision: 194328

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

Added:
  zsh/repos/testing-i686/
  zsh/repos/testing-i686/PKGBUILD
(from rev 194327, zsh/trunk/PKGBUILD)
  zsh/repos/testing-i686/zprofile
(from rev 194327, zsh/trunk/zprofile)
  zsh/repos/testing-i686/zsh.install
(from rev 194327, zsh/trunk/zsh.install)
  zsh/repos/testing-x86_64/
  zsh/repos/testing-x86_64/PKGBUILD
(from rev 194327, zsh/trunk/PKGBUILD)
  zsh/repos/testing-x86_64/zprofile
(from rev 194327, zsh/trunk/zprofile)
  zsh/repos/testing-x86_64/zsh.install
(from rev 194327, zsh/trunk/zsh.install)

+
 testing-i686/PKGBUILD  |   67 +++
 testing-i686/zprofile  |1 
 testing-i686/zsh.install   |   12 +++
 testing-x86_64/PKGBUILD|   67 +++
 testing-x86_64/zprofile|1 
 testing-x86_64/zsh.install |   12 +++
 6 files changed, 160 insertions(+)

Copied: zsh/repos/testing-i686/PKGBUILD (from rev 194327, zsh/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-09-13 13:52:58 UTC (rev 194328)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=zsh
+pkgver=5.0.2
+pkgrel=4
+pkgdesc='A very advanced and programmable command interpreter (shell) for UNIX'
+arch=('i686' 'x86_64')
+url='http://www.zsh.org/'
+license=('custom')
+depends=('pcre' 'libcap' 'gdbm')
+backup=('etc/zsh/zprofile')
+install=zsh.install
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
+'zprofile')
+md5sums=('b8f2ad691acf58b3252225746480dcad'
+ '24a9335edf77252a7b5f52e079f7aef7')
+
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   # Set correct keymap path
+   sed -i 's#/usr/share/keymaps#/usr/share/kbd/keymaps#g' 
Completion/Unix/Command/_loadkeys
+
+   # Remove unneeded and conflicting completion scripts
+   for _fpath in AIX BSD Cygwin Darwin Debian Mandriva openSUSE Redhat 
Solaris; do
+   rm -rf Completion/$_fpath
+   sed s#\s*Completion/$_fpath/\*/\*##g -i Src/Zle/complete.mdd
+   done
+   rm -f  Completion/Linux/Command/_{pkgtool,rpmbuild,yast}
+   rm -f  Completion/Unix/Command/_{osc,systemd}
+}
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure --prefix=/usr \
+   --enable-etcdir=/etc/zsh \
+   --enable-zshenv=/etc/zsh/zshenv \
+   --enable-zlogin=/etc/zsh/zlogin \
+   --enable-zlogout=/etc/zsh/zlogout \
+   --enable-zprofile=/etc/zsh/zprofile \
+   --enable-zshrc=/etc/zsh/zshrc \
+   --enable-maildir-support \
+   --with-term-lib='ncursesw' \
+   --enable-multibyte \
+   --enable-function-subdirs \
+   --enable-fndir=/usr/share/zsh/functions \
+   --enable-scriptdir=/usr/share/zsh/scripts \
+   --with-tcsetpgrp \
+   --enable-pcre \
+   --enable-cap \
+   --enable-zsh-secure-free
+   make
+}
+
+check() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   HOME=${srcdir} make check
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir}/ install
+   install -D -m644 ${srcdir}/zprofile ${pkgdir}/etc/zsh/zprofile
+   install -D -m644 LICENCE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: zsh/repos/testing-i686/zprofile (from rev 194327, zsh/trunk/zprofile)
===
--- testing-i686/zprofile   (rev 0)
+++ testing-i686/zprofile   2013-09-13 13:52:58 UTC (rev 194328)
@@ -0,0 +1 @@
+emulate sh -c 'source /etc/profile'

Copied: zsh/repos/testing-i686/zsh.install (from rev 194327, 
zsh/trunk/zsh.install)
===
--- testing-i686/zsh.install(rev 0)
+++ testing-i686/zsh.install2013-09-13 13:52:58 UTC (rev 194328)
@@ -0,0 +1,12 @@
+post_install() {
+   grep -qe '^/bin/zsh$' etc/shells || echo '/bin/zsh'  etc/shells
+   grep -qe '^/usr/bin/zsh$' etc/shells || echo '/usr/bin/zsh'  
etc/shells
+}
+
+post_upgrade() {
+   post_install
+}
+
+pre_remove() {
+   sed -i -r '/^(\/usr)?\/bin\/zsh$/d' etc/shells
+}

Copied: zsh/repos/testing-x86_64/PKGBUILD (from rev 194327, zsh/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-09-13 13:52:58 UTC (rev 194328)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=zsh
+pkgver=5.0.2
+pkgrel=4
+pkgdesc='A very 

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

2013-09-13 Thread Pierre Schmitz
Date: Friday, September 13, 2013 @ 15:52:38
  Author: pierre
Revision: 194327

Remove systemd completion and update fpath

* FS#36476 - systemd zsh completion: use systemd's own files 
* FS#34994 - [zsh] Fix default fpath

Modified:
  zsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-13 11:45:42 UTC (rev 194326)
+++ PKGBUILD2013-09-13 13:52:38 UTC (rev 194327)
@@ -3,7 +3,7 @@
 
 pkgname=zsh
 pkgver=5.0.2
-pkgrel=3
+pkgrel=4
 pkgdesc='A very advanced and programmable command interpreter (shell) for UNIX'
 arch=('i686' 'x86_64')
 url='http://www.zsh.org/'
@@ -16,7 +16,7 @@
 md5sums=('b8f2ad691acf58b3252225746480dcad'
  '24a9335edf77252a7b5f52e079f7aef7')
 
-build() {
+prepare() {
cd ${srcdir}/${pkgname}-${pkgver}
 
# Set correct keymap path
@@ -23,10 +23,17 @@
sed -i 's#/usr/share/keymaps#/usr/share/kbd/keymaps#g' 
Completion/Unix/Command/_loadkeys
 
# Remove unneeded and conflicting completion scripts
-   rm -rf 
Completion/{AIX,BSD,Cygwin,Darwin,Debian,Mandriva,openSUSE,Redhat,Solaris}
+   for _fpath in AIX BSD Cygwin Darwin Debian Mandriva openSUSE Redhat 
Solaris; do
+   rm -rf Completion/$_fpath
+   sed s#\s*Completion/$_fpath/\*/\*##g -i Src/Zle/complete.mdd
+   done
rm -f  Completion/Linux/Command/_{pkgtool,rpmbuild,yast}
-   rm -f  Completion/Unix/Command/_osc
+   rm -f  Completion/Unix/Command/_{osc,systemd}
+}
 
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
./configure --prefix=/usr \
--enable-etcdir=/etc/zsh \
--enable-zshenv=/etc/zsh/zshenv \



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

2013-09-13 Thread Andrea Scarpino
Date: Friday, September 13, 2013 @ 17:52:12
  Author: andrea
Revision: 194329

upgpkg: virtuoso 1:6.1.7-1

Update virtuoso again to fix (FS#36801)

Modified:
  virtuoso/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-13 13:52:58 UTC (rev 194328)
+++ PKGBUILD2013-09-13 15:52:12 UTC (rev 194329)
@@ -5,7 +5,7 @@
 pkgbase=virtuoso
 pkgname=('virtuoso' 'virtuoso-base')
 epoch=1
-pkgver=6.1.6
+pkgver=6.1.7
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://virtuoso.openlinksw.com/wiki/main/Main/'
@@ -13,7 +13,7 @@
 makedepends=('libldap' 'bison' 'flex' 'gperf' 'net-tools' 'libxml2' 'optipng')
 options=('!libtool')
 
source=(http://downloads.sourceforge.net/${pkgbase}/${pkgbase}-opensource-${pkgver}.tar.gz;)
-md5sums=('3991149c570f3738c3e819ce603e487f')
+md5sums=('5e84e8f7b61e59516f696b1d3be5')
 
 prepare() {
   cd ${pkgbase}-opensource-${pkgver}



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

2013-09-13 Thread Andrea Scarpino
Date: Friday, September 13, 2013 @ 17:52:26
  Author: andrea
Revision: 194330

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

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

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

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

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

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

2013-09-13 Thread Andreas Radke
Date: Friday, September 13, 2013 @ 18:43:04
  Author: andyrtr
Revision: 194331

upgpkg: linux-lts 3.0.95-1

upstream update 3.0.95

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-13 15:52:26 UTC (rev 194330)
+++ PKGBUILD2013-09-13 16:43:04 UTC (rev 194331)
@@ -5,7 +5,7 @@
 pkgbase=linux-lts   # Build stock -lts kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.0
-pkgver=3.0.94
+pkgver=3.0.95
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -24,7 +24,7 @@
 'module-symbol-waiting-3.0.patch'
 'module-init-wait-3.0.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- 'd7710ca33cda13d0c9c9c5ce42f1e87a'
+ 'ddcf0115ec1bb80762613e0fe6c61b44'
  'a5186d7ee7b7c79fa27bbb56e2d3b823'
  'a0a497460f41850068b3a90c073768c2'
  '232b52576a62c7a333e9fe7a1e1ca359'



[arch-commits] Commit in linux-lts/repos (26 files)

2013-09-13 Thread Andreas Radke
Date: Friday, September 13, 2013 @ 18:44:02
  Author: andyrtr
Revision: 194332

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

Added:
  linux-lts/repos/testing-i686/
  linux-lts/repos/testing-i686/3.0.54-ptrace-i686-build.patch
(from rev 194331, linux-lts/trunk/3.0.54-ptrace-i686-build.patch)
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 194331, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 194331, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 194331, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 194331, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/ext4-options.patch
(from rev 194331, linux-lts/trunk/ext4-options.patch)
  
linux-lts/repos/testing-i686/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch
(from rev 194331, 
linux-lts/trunk/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch)
  linux-lts/repos/testing-i686/i915-fix-ghost-tv-output.patch
(from rev 194331, linux-lts/trunk/i915-fix-ghost-tv-output.patch)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 194331, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 194331, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-i686/module-init-wait-3.0.patch
(from rev 194331, linux-lts/trunk/module-init-wait-3.0.patch)
  linux-lts/repos/testing-i686/module-symbol-waiting-3.0.patch
(from rev 194331, linux-lts/trunk/module-symbol-waiting-3.0.patch)
  linux-lts/repos/testing-x86_64/
  linux-lts/repos/testing-x86_64/3.0.54-ptrace-i686-build.patch
(from rev 194331, linux-lts/trunk/3.0.54-ptrace-i686-build.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 194331, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 194331, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 194331, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 194331, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/ext4-options.patch
(from rev 194331, linux-lts/trunk/ext4-options.patch)
  
linux-lts/repos/testing-x86_64/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch
(from rev 194331, 
linux-lts/trunk/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch)
  linux-lts/repos/testing-x86_64/i915-fix-ghost-tv-output.patch
(from rev 194331, linux-lts/trunk/i915-fix-ghost-tv-output.patch)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 194331, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 194331, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-x86_64/module-init-wait-3.0.patch
(from rev 194331, linux-lts/trunk/module-init-wait-3.0.patch)
  linux-lts/repos/testing-x86_64/module-symbol-waiting-3.0.patch
(from rev 194331, linux-lts/trunk/module-symbol-waiting-3.0.patch)

-+
 testing-i686/3.0.54-ptrace-i686-build.patch
 |   41 
 testing-i686/PKGBUILD  
 |  329 
 testing-i686/change-default-console-loglevel.patch 
 |   12 
 testing-i686/config
 | 5575 ++
 testing-i686/config.x86_64 
 | 5330 +
 testing-i686/ext4-options.patch
 |   49 
 testing-i686/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch  
 |  187 
 testing-i686/i915-fix-ghost-tv-output.patch
 |   26 
 testing-i686/linux-lts.install 
 |   31 
 testing-i686/linux-lts.preset  
 |   14 
 testing-i686/module-init-wait-3.0.patch
 |   77 
 testing-i686/module-symbol-waiting-3.0.patch   
 |   66 
 testing-x86_64/3.0.54-ptrace-i686-build.patch  
 |   41 
 testing-x86_64/PKGBUILD
 |  329 
 testing-x86_64/change-default-console-loglevel.patch   
 |   12 
 testing-x86_64/config  
 | 5575 ++
 testing-x86_64/config.x86_64   
 | 5330 +
 testing-x86_64/ext4-options.patch  
 |   49 
 
testing-x86_64/ext4-use-atomic64_t-for-the-per-flexbg-free_clusters-count.patch 
|  187 
 

[arch-commits] Commit in procps-ng/trunk (PKGBUILD install sysctl.conf)

2013-09-13 Thread Gaetan Bisson
Date: Friday, September 13, 2013 @ 19:45:41
  Author: bisson
Revision: 194333

deprecate sysctl.conf; inform users of systemd's switch to /etc/sysctl.d/; 
switch to sourceforge URL

Added:
  procps-ng/trunk/install
Modified:
  procps-ng/trunk/PKGBUILD
Deleted:
  procps-ng/trunk/sysctl.conf

-+
 PKGBUILD|   24 
 install |   14 ++
 sysctl.conf |   38 --
 3 files changed, 22 insertions(+), 54 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-13 16:44:02 UTC (rev 194332)
+++ PKGBUILD2013-09-13 17:45:41 UTC (rev 194333)
@@ -4,33 +4,26 @@
 
 pkgname=procps-ng
 pkgver=3.3.8
-pkgrel=2
+pkgrel=3
 pkgdesc='Utilities for monitoring your system and its processes'
 url='http://gitorious.org/procps'
 license=('GPL' 'LGPL')
 arch=('i686' 'x86_64')
-groups=('base')
 depends=('ncurses')
-backup=('etc/sysctl.conf')
-source=(${pkgname}-${pkgver}.tar.gz::http://gitorious.org/procps/procps/archive-tarball/v${pkgver};
-'sysctl.conf')
-sha1sums=('63aed46ba4b5b05698beb25d2aa3eee6779d7f45'
-  'bc4e929a0ddcdcd627e8d15d30abcf185aa33fab')
+source=(http://downloads.sourceforge.net/project/${pkgname}/Production/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('4fa6a373f969989a9e490df5eb49a2df62eca19a')
 
+groups=('base')
+
 conflicts=('procps')
 provides=('procps')
 replaces=('procps')
 
 options=('!libtool')
+install=install
 
-prepare() {
-   cd ${srcdir}/procps-procps
-   echo ${pkgver}  .tarball-version
-   ./autogen.sh
-}
-
 build() {
-   cd ${srcdir}/procps-procps
+   cd ${srcdir}/${pkgname}-${pkgver}
./configure \
--prefix=/usr \
--exec-prefix=/ \
@@ -43,9 +36,8 @@
 }
 
 package() {
-   cd ${srcdir}/procps-procps
+   cd ${srcdir}/${pkgname}-${pkgver}
make DESTDIR=${pkgdir} install
-   install -D -m644 ../sysctl.conf ${pkgdir}/etc/sysctl.conf
 
# provided by util-linux
rm ${pkgdir}/usr/bin/kill

Added: install
===
--- install (rev 0)
+++ install 2013-09-13 17:45:41 UTC (rev 194333)
@@ -0,0 +1,14 @@
+post_upgrade() {
+   if [[ $(vercmp $2 3.3.8-3) = -1 ]]; then
+   cat EOF
+
+== The file /etc/sysctl.conf has been removed from this
+== package, as all its settings are now kernel defaults.
+
+== If you had customized it, you need to rename it as
+== /etc/sysctl.d/99-sysctl.conf since from version 207 on
+== systemd only applies settings from /etc/sysctl.d/* .
+
+EOF
+   fi
+}

Deleted: sysctl.conf
===
--- sysctl.conf 2013-09-13 16:44:02 UTC (rev 194332)
+++ sysctl.conf 2013-09-13 17:45:41 UTC (rev 194333)
@@ -1,38 +0,0 @@
-# Configuration file for runtime kernel parameters.
-# See sysctl.conf(5) for more information.
-
-# Have the CD-ROM close when you use it, and open when you are done.
-#dev.cdrom.autoclose = 1
-#dev.cdrom.autoeject = 1
-
-# Protection from the SYN flood attack.
-net.ipv4.tcp_syncookies = 1
-
-# See evil packets in your logs.
-#net.ipv4.conf.all.log_martians = 1
-
-# Never accept redirects or source routes (these are only useful for routers).
-#net.ipv4.conf.all.accept_redirects = 0
-#net.ipv4.conf.all.accept_source_route = 0
-#net.ipv6.conf.all.accept_redirects = 0
-#net.ipv6.conf.all.accept_source_route = 0
-
-# Disable packet forwarding.
-net.ipv4.ip_forward = 0
-net.ipv6.conf.all.forwarding = 0
-
-# Tweak the port range used for outgoing connections.
-#net.ipv4.ip_local_port_range = 32768 61000
-
-# Tweak those values to alter disk syncing and swap behavior.
-#vm.vfs_cache_pressure = 100
-#vm.laptop_mode = 0
-#vm.swappiness = 60
-
-# Tweak how the flow of kernel messages is throttled.
-#kernel.printk_ratelimit_burst = 10
-#kernel.printk_ratelimit = 5
-
-# Reboot 600 seconds after kernel panic or oops.
-#kernel.panic_on_oops = 1
-#kernel.panic = 600



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

2013-09-13 Thread Gaetan Bisson
Date: Friday, September 13, 2013 @ 19:46:52
  Author: bisson
Revision: 194334

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

Added:
  procps-ng/repos/testing-i686/
  procps-ng/repos/testing-i686/PKGBUILD
(from rev 194333, procps-ng/trunk/PKGBUILD)
  procps-ng/repos/testing-i686/install
(from rev 194333, procps-ng/trunk/install)
  procps-ng/repos/testing-x86_64/
  procps-ng/repos/testing-x86_64/PKGBUILD
(from rev 194333, procps-ng/trunk/PKGBUILD)
  procps-ng/repos/testing-x86_64/install
(from rev 194333, procps-ng/trunk/install)

-+
 testing-i686/PKGBUILD   |   45 +
 testing-i686/install|   14 ++
 testing-x86_64/PKGBUILD |   45 +
 testing-x86_64/install  |   14 ++
 4 files changed, 118 insertions(+)

Copied: procps-ng/repos/testing-i686/PKGBUILD (from rev 194333, 
procps-ng/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-09-13 17:46:52 UTC (rev 194334)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Eric Bélanger e...@archlinux.org
+
+pkgname=procps-ng
+pkgver=3.3.8
+pkgrel=3
+pkgdesc='Utilities for monitoring your system and its processes'
+url='http://gitorious.org/procps'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+depends=('ncurses')
+source=(http://downloads.sourceforge.net/project/${pkgname}/Production/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('4fa6a373f969989a9e490df5eb49a2df62eca19a')
+
+groups=('base')
+
+conflicts=('procps')
+provides=('procps')
+replaces=('procps')
+
+options=('!libtool')
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure \
+   --prefix=/usr \
+   --exec-prefix=/ \
+   --sysconfdir=/etc \
+   --libdir=/usr/lib \
+   --bindir=/usr/bin \
+   --sbindir=/usr/bin \
+   --disable-static
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+
+   # provided by util-linux
+   rm ${pkgdir}/usr/bin/kill
+   rm ${pkgdir}/usr/share/man/man1/kill.1
+}

Copied: procps-ng/repos/testing-i686/install (from rev 194333, 
procps-ng/trunk/install)
===
--- testing-i686/install(rev 0)
+++ testing-i686/install2013-09-13 17:46:52 UTC (rev 194334)
@@ -0,0 +1,14 @@
+post_upgrade() {
+   if [[ $(vercmp $2 3.3.8-3) = -1 ]]; then
+   cat EOF
+
+== The file /etc/sysctl.conf has been removed from this
+== package, as all its settings are now kernel defaults.
+
+== If you had customized it, you need to rename it as
+== /etc/sysctl.d/99-sysctl.conf since from version 207 on
+== systemd only applies settings from /etc/sysctl.d/* .
+
+EOF
+   fi
+}

Copied: procps-ng/repos/testing-x86_64/PKGBUILD (from rev 194333, 
procps-ng/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-09-13 17:46:52 UTC (rev 194334)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Eric Bélanger e...@archlinux.org
+
+pkgname=procps-ng
+pkgver=3.3.8
+pkgrel=3
+pkgdesc='Utilities for monitoring your system and its processes'
+url='http://gitorious.org/procps'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+depends=('ncurses')
+source=(http://downloads.sourceforge.net/project/${pkgname}/Production/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('4fa6a373f969989a9e490df5eb49a2df62eca19a')
+
+groups=('base')
+
+conflicts=('procps')
+provides=('procps')
+replaces=('procps')
+
+options=('!libtool')
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure \
+   --prefix=/usr \
+   --exec-prefix=/ \
+   --sysconfdir=/etc \
+   --libdir=/usr/lib \
+   --bindir=/usr/bin \
+   --sbindir=/usr/bin \
+   --disable-static
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+
+   # provided by util-linux
+   rm ${pkgdir}/usr/bin/kill
+   rm ${pkgdir}/usr/share/man/man1/kill.1
+}

Copied: procps-ng/repos/testing-x86_64/install (from rev 194333, 
procps-ng/trunk/install)
===
--- testing-x86_64/install  (rev 0)
+++ testing-x86_64/install  2013-09-13 17:46:52 UTC (rev 194334)
@@ -0,0 +1,14 @@
+post_upgrade() {
+   if [[ $(vercmp $2 3.3.8-3) = -1 ]]; then
+   cat EOF
+
+== The file /etc/sysctl.conf has been removed from this
+== package, 

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

2013-09-13 Thread Gaetan Bisson
Date: Friday, September 13, 2013 @ 19:49:54
  Author: bisson
Revision: 194335

update project url to sourceforge too

Modified:
  procps-ng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-13 17:46:52 UTC (rev 194334)
+++ PKGBUILD2013-09-13 17:49:54 UTC (rev 194335)
@@ -6,7 +6,7 @@
 pkgver=3.3.8
 pkgrel=3
 pkgdesc='Utilities for monitoring your system and its processes'
-url='http://gitorious.org/procps'
+url='http://sourceforge.net/projects/procps-ng/'
 license=('GPL' 'LGPL')
 arch=('i686' 'x86_64')
 depends=('ncurses')



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

2013-09-13 Thread Daniel Isenmann
Date: Friday, September 13, 2013 @ 22:35:43
  Author: daniel
Revision: 194336

upgpkg: windowmaker 0.95.5-1

New upstream release

Modified:
  windowmaker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-13 17:49:54 UTC (rev 194335)
+++ PKGBUILD2013-09-13 20:35:43 UTC (rev 194336)
@@ -2,8 +2,8 @@
 # Maintainer: Daniel Isenmann dan...@archlinux.org
 # Contributor: Judd Vinet jvi...@zeroflux.org
 pkgname=windowmaker
-pkgver=0.95.4
-pkgrel=3
+pkgver=0.95.5
+pkgrel=1
 pkgdesc=An X11 window manager with a NEXTSTEP look and feel
 arch=(i686 x86_64)
 url=http://www.windowmaker.org/;
@@ -13,7 +13,7 @@
 source=(http://windowmaker.org/pub/source/release/WindowMaker-$pkgver.tar.gz
 wmaker.desktop
 wm-giflib.patch)
-md5sums=('640b8ea5b1a875440aa48eaab09c5f00'
+md5sums=('19e9cc256ccb7075ff82f4b809df3a0a'
  '2fba97bebfd691836b92b8f0db79ff13'
  '05d8e98fb579f2fa5a097b629374e6b8')
 



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

2013-09-13 Thread Daniel Isenmann
Date: Friday, September 13, 2013 @ 22:35:50
  Author: daniel
Revision: 194337

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

Added:
  windowmaker/repos/extra-i686/PKGBUILD
(from rev 194336, windowmaker/trunk/PKGBUILD)
  windowmaker/repos/extra-i686/libpng-1.4.patch
(from rev 194336, windowmaker/trunk/libpng-1.4.patch)
  windowmaker/repos/extra-i686/windowmaker-gcc4.patch.tar.bz2
(from rev 194336, windowmaker/trunk/windowmaker-gcc4.patch.tar.bz2)
  windowmaker/repos/extra-i686/wm-giflib.patch
(from rev 194336, windowmaker/trunk/wm-giflib.patch)
  windowmaker/repos/extra-i686/wmaker.desktop
(from rev 194336, windowmaker/trunk/wmaker.desktop)
  windowmaker/repos/extra-x86_64/PKGBUILD
(from rev 194336, windowmaker/trunk/PKGBUILD)
  windowmaker/repos/extra-x86_64/libpng-1.4.patch
(from rev 194336, windowmaker/trunk/libpng-1.4.patch)
  windowmaker/repos/extra-x86_64/windowmaker-gcc4.patch.tar.bz2
(from rev 194336, windowmaker/trunk/windowmaker-gcc4.patch.tar.bz2)
  windowmaker/repos/extra-x86_64/wm-giflib.patch
(from rev 194336, windowmaker/trunk/wm-giflib.patch)
  windowmaker/repos/extra-x86_64/wmaker.desktop
(from rev 194336, windowmaker/trunk/wmaker.desktop)
Deleted:
  windowmaker/repos/extra-i686/PKGBUILD
  windowmaker/repos/extra-i686/libpng-1.4.patch
  windowmaker/repos/extra-i686/windowmaker-gcc4.patch.tar.bz2
  windowmaker/repos/extra-i686/wm-giflib.patch
  windowmaker/repos/extra-i686/wmaker.desktop
  windowmaker/repos/extra-x86_64/PKGBUILD
  windowmaker/repos/extra-x86_64/libpng-1.4.patch
  windowmaker/repos/extra-x86_64/windowmaker-gcc4.patch.tar.bz2
  windowmaker/repos/extra-x86_64/wm-giflib.patch
  windowmaker/repos/extra-x86_64/wmaker.desktop

---+
 /PKGBUILD |   82 
 /libpng-1.4.patch |   24 
 /wm-giflib.patch  | 4844 
 /wmaker.desktop   |   10 
 extra-i686/PKGBUILD   |   41 
 extra-i686/libpng-1.4.patch   |   12 
 extra-i686/wm-giflib.patch| 2422 
 extra-i686/wmaker.desktop |5 
 extra-x86_64/PKGBUILD |   41 
 extra-x86_64/libpng-1.4.patch |   12 
 extra-x86_64/wm-giflib.patch  | 2422 
 extra-x86_64/wmaker.desktop   |5 
 12 files changed, 4960 insertions(+), 4960 deletions(-)

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


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

2013-09-13 Thread Sven-Hendrik Haase
Date: Friday, September 13, 2013 @ 22:13:19
  Author: svenstaro
Revision: 97135

upgpkg: wine 1.7.2-1

Updating 1.7.2

Modified:
  wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-13 13:41:46 UTC (rev 97134)
+++ PKGBUILD2013-09-13 20:13:19 UTC (rev 97135)
@@ -5,7 +5,7 @@
 # Contributor: Giovanni Scafora giova...@archlinux.org
 
 pkgname=wine
-pkgver=1.7.1
+pkgver=1.7.2
 pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
@@ -12,7 +12,7 @@
 
 
source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign}
 30-win32-aliases.conf)
-md5sums=('3a3fae3e541ccaf1b891d89b5594ecc5'
+md5sums=('17ece5f22c691bd6067c86f0dd68cfd7'
  'SKIP'
  '1ff4e467f59409272088d92173a0f801')
 



[arch-commits] Commit in wine/repos/community-i686 (6 files)

2013-09-13 Thread Sven-Hendrik Haase
Date: Friday, September 13, 2013 @ 22:13:26
  Author: svenstaro
Revision: 97136

archrelease: copy trunk to community-i686

Added:
  wine/repos/community-i686/30-win32-aliases.conf
(from rev 97135, wine/trunk/30-win32-aliases.conf)
  wine/repos/community-i686/PKGBUILD
(from rev 97135, wine/trunk/PKGBUILD)
  wine/repos/community-i686/wine.install
(from rev 97135, wine/trunk/wine.install)
Deleted:
  wine/repos/community-i686/30-win32-aliases.conf
  wine/repos/community-i686/PKGBUILD
  wine/repos/community-i686/wine.install

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  354 
 wine.install  |   24 +--
 3 files changed, 209 insertions(+), 209 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2013-09-13 20:13:19 UTC (rev 97135)
+++ 30-win32-aliases.conf   2013-09-13 20:13:26 UTC (rev 97136)
@@ -1,20 +0,0 @@
-?xml version=1.0?
-!DOCTYPE fontconfig SYSTEM fonts.dtd
-fontconfig
-  alias binding=same
-familyMS Shell Dlg/family
-acceptfamilyMicrosoft Sans Serif/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-  alias binding=same
-familyMS Shell Dlg 2/family
-acceptfamilyTahoma/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-
-  alias binding=same
-familyMS Sans Serif/family
-preferfamilyMicrosoft Sans Serif/family/prefer
-defaultfamilysans-serif/family/default
-  /alias
-/fontconfig

Copied: wine/repos/community-i686/30-win32-aliases.conf (from rev 97135, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2013-09-13 20:13:26 UTC (rev 97136)
@@ -0,0 +1,20 @@
+?xml version=1.0?
+!DOCTYPE fontconfig SYSTEM fonts.dtd
+fontconfig
+  alias binding=same
+familyMS Shell Dlg/family
+acceptfamilyMicrosoft Sans Serif/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+  alias binding=same
+familyMS Shell Dlg 2/family
+acceptfamilyTahoma/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+
+  alias binding=same
+familyMS Sans Serif/family
+preferfamilyMicrosoft Sans Serif/family/prefer
+defaultfamilysans-serif/family/default
+  /alias
+/fontconfig

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-13 20:13:19 UTC (rev 97135)
+++ PKGBUILD2013-09-13 20:13:26 UTC (rev 97136)
@@ -1,177 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: Eduardo Romero edua...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=wine
-pkgver=1.7.1
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-md5sums=('3a3fae3e541ccaf1b891d89b5594ecc5'
- 'SKIP'
- '1ff4e467f59409272088d92173a0f801')
-
-pkgdesc=A compatibility layer for running Windows programs
-url=http://www.winehq.com;
-arch=(i686 x86_64)
-license=(LGPL)
-install=wine.install
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex prelink
-  'gcc=4.5.0-2'  'gcc-multilib=4.5.0-2'
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  gnutls  lib32-gnutls
-  libxinerama lib32-libxinerama
-  libxcomposite   lib32-libxcomposite
-  libxmu  lib32-libxmu
-  libxxf86vm  lib32-libxxf86vm
-  libxml2 lib32-libxml2
-  libldap lib32-libldap
-  lcmslib32-lcms
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  alsa-liblib32-alsa-lib
-  libxcomposite   lib32-libxcomposite
-  mesalib32-mesa
-  mesa-libgl  lib32-mesa-libgl
-  libcl   lib32-libcl
-  oss
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  libldap lib32-libldap
-  gnutls  lib32-gnutls
-  lcmslib32-lcms
-  libxml2 lib32-libxml2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  libpulselib32-libpulse
-  alsa-pluginslib32-alsa-plugins
-  alsa-liblib32-alsa-lib
-  libjpeg-turbo   lib32-libjpeg-turbo
-  libxcomposite   lib32-libxcomposite
-  libxinerama lib32-libxinerama
- 

[arch-commits] Commit in monodevelop-debugger-gdb/trunk (PKGBUILD)

2013-09-13 Thread Daniel Isenmann
Date: Friday, September 13, 2013 @ 23:42:28
  Author: daniel
Revision: 194338

upgpkg: monodevelop-debugger-gdb 4.0.12-1

New upstream release

Modified:
  monodevelop-debugger-gdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-13 20:35:50 UTC (rev 194337)
+++ PKGBUILD2013-09-13 21:42:28 UTC (rev 194338)
@@ -2,17 +2,17 @@
 # Maintainer: Daniel Isenmann dan...@archlinux.org
 
 pkgname=monodevelop-debugger-gdb
-pkgver=4.0.9
+pkgver=4.0.12
 pkgrel=1
 pkgdesc=Mono Debugger support
 arch=('i686' 'x86_64') # also any pkg?
 url=http://monodevelop.com;
 license=('GPL')
-depends=('monodevelop=4.0.9' 'gdb')
+depends=('monodevelop=4.0.12' 'gdb')
 makedepends=('mono')
 options=('!makeflags')
-source=(http://origin-download.mono-project.com/sources/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('6735424b41449221b0471c5ba6cf307e')
+source=(http://origin-download.mono-project.com/sources/$pkgname/$pkgname-$pkgver-3.tar.bz2)
+md5sums=('b9c9d12cc73352a208bcdb5ad5949418')
 
 build() {
   export MONO_SHARED_DIR=${srcdir}/.wabi
@@ -29,4 +29,3 @@
   make DESTDIR=${pkgdir} install
 }
 
-



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

2013-09-13 Thread Daniel Isenmann
Date: Friday, September 13, 2013 @ 23:42:41
  Author: daniel
Revision: 194340

upgpkg: monodevelop 4.0.12-1

New upstream release

Modified:
  monodevelop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-13 21:42:34 UTC (rev 194339)
+++ PKGBUILD2013-09-13 21:42:41 UTC (rev 194340)
@@ -4,7 +4,7 @@
 # Contributor: Giovanni Scafora giova...@archlinux.org
 
 pkgname=monodevelop
-pkgver=4.0.9
+pkgver=4.0.12
 pkgrel=1
 pkgdesc=An IDE primarily designed for C# and other .NET languages
 
@@ -17,9 +17,9 @@
 makedepends=('rsync' 'git')
 options=(!makeflags)
 install=monodevelop.install
-source=(http://origin-download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+source=(http://origin-download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}-3.tar.bz2
 monodevelop-core-addins.pc.in.patch)
-md5sums=('b54461118aab6c8f9d4520d9cbf84d84'
+md5sums=('5f9cd24d2791054d88b0dcce1259afdb'
  '8466d032735130e37d4091a793a7966c')
 
 build() {



[arch-commits] Commit in monodevelop-debugger-gdb/repos (4 files)

2013-09-13 Thread Daniel Isenmann
Date: Friday, September 13, 2013 @ 23:42:34
  Author: daniel
Revision: 194339

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

Added:
  monodevelop-debugger-gdb/repos/extra-i686/PKGBUILD
(from rev 194338, monodevelop-debugger-gdb/trunk/PKGBUILD)
  monodevelop-debugger-gdb/repos/extra-x86_64/PKGBUILD
(from rev 194338, monodevelop-debugger-gdb/trunk/PKGBUILD)
Deleted:
  monodevelop-debugger-gdb/repos/extra-i686/PKGBUILD
  monodevelop-debugger-gdb/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-13 21:42:28 UTC (rev 194338)
+++ extra-i686/PKGBUILD 2013-09-13 21:42:34 UTC (rev 194339)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann dan...@archlinux.org
-
-pkgname=monodevelop-debugger-gdb
-pkgver=4.0.9
-pkgrel=1
-pkgdesc=Mono Debugger support
-arch=('i686' 'x86_64') # also any pkg?
-url=http://monodevelop.com;
-license=('GPL')
-depends=('monodevelop=4.0.9' 'gdb')
-makedepends=('mono')
-options=('!makeflags')
-source=(http://origin-download.mono-project.com/sources/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('6735424b41449221b0471c5ba6cf307e')
-
-build() {
-  export MONO_SHARED_DIR=${srcdir}/.wabi
-  mkdir -p ${MONO_SHARED_DIR}
-  
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-
-

Copied: monodevelop-debugger-gdb/repos/extra-i686/PKGBUILD (from rev 194338, 
monodevelop-debugger-gdb/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-13 21:42:34 UTC (rev 194339)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Daniel Isenmann dan...@archlinux.org
+
+pkgname=monodevelop-debugger-gdb
+pkgver=4.0.12
+pkgrel=1
+pkgdesc=Mono Debugger support
+arch=('i686' 'x86_64') # also any pkg?
+url=http://monodevelop.com;
+license=('GPL')
+depends=('monodevelop=4.0.12' 'gdb')
+makedepends=('mono')
+options=('!makeflags')
+source=(http://origin-download.mono-project.com/sources/$pkgname/$pkgname-$pkgver-3.tar.bz2)
+md5sums=('b9c9d12cc73352a208bcdb5ad5949418')
+
+build() {
+  export MONO_SHARED_DIR=${srcdir}/.wabi
+  mkdir -p ${MONO_SHARED_DIR}
+  
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-13 21:42:28 UTC (rev 194338)
+++ extra-x86_64/PKGBUILD   2013-09-13 21:42:34 UTC (rev 194339)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann dan...@archlinux.org
-
-pkgname=monodevelop-debugger-gdb
-pkgver=4.0.9
-pkgrel=1
-pkgdesc=Mono Debugger support
-arch=('i686' 'x86_64') # also any pkg?
-url=http://monodevelop.com;
-license=('GPL')
-depends=('monodevelop=4.0.9' 'gdb')
-makedepends=('mono')
-options=('!makeflags')
-source=(http://origin-download.mono-project.com/sources/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('6735424b41449221b0471c5ba6cf307e')
-
-build() {
-  export MONO_SHARED_DIR=${srcdir}/.wabi
-  mkdir -p ${MONO_SHARED_DIR}
-  
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-
-

Copied: monodevelop-debugger-gdb/repos/extra-x86_64/PKGBUILD (from rev 194338, 
monodevelop-debugger-gdb/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-09-13 21:42:34 UTC (rev 194339)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Daniel Isenmann dan...@archlinux.org
+
+pkgname=monodevelop-debugger-gdb
+pkgver=4.0.12
+pkgrel=1
+pkgdesc=Mono Debugger support
+arch=('i686' 'x86_64') # also any pkg?
+url=http://monodevelop.com;
+license=('GPL')
+depends=('monodevelop=4.0.12' 'gdb')
+makedepends=('mono')
+options=('!makeflags')
+source=(http://origin-download.mono-project.com/sources/$pkgname/$pkgname-$pkgver-3.tar.bz2)
+md5sums=('b9c9d12cc73352a208bcdb5ad5949418')
+
+build() {
+  export MONO_SHARED_DIR=${srcdir}/.wabi
+  mkdir -p ${MONO_SHARED_DIR}
+  
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+



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

2013-09-13 Thread Daniel Isenmann
Date: Friday, September 13, 2013 @ 23:42:47
  Author: daniel
Revision: 194341

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

Added:
  monodevelop/repos/extra-i686/PKGBUILD
(from rev 194340, monodevelop/trunk/PKGBUILD)
  monodevelop/repos/extra-i686/monodevelop-core-addins.pc.in.patch
(from rev 194340, monodevelop/trunk/monodevelop-core-addins.pc.in.patch)
  monodevelop/repos/extra-i686/monodevelop.install
(from rev 194340, monodevelop/trunk/monodevelop.install)
  monodevelop/repos/extra-x86_64/PKGBUILD
(from rev 194340, monodevelop/trunk/PKGBUILD)
  monodevelop/repos/extra-x86_64/monodevelop-core-addins.pc.in.patch
(from rev 194340, monodevelop/trunk/monodevelop-core-addins.pc.in.patch)
  monodevelop/repos/extra-x86_64/monodevelop.install
(from rev 194340, monodevelop/trunk/monodevelop.install)
Deleted:
  monodevelop/repos/extra-i686/PKGBUILD
  monodevelop/repos/extra-i686/monodevelop-core-addins.pc.in.patch
  monodevelop/repos/extra-i686/monodevelop.install
  monodevelop/repos/extra-x86_64/PKGBUILD
  monodevelop/repos/extra-x86_64/monodevelop-core-addins.pc.in.patch
  monodevelop/repos/extra-x86_64/monodevelop.install

--+
 /PKGBUILD|   90 +
 /monodevelop-core-addins.pc.in.patch |   16 +++
 /monodevelop.install |   40 +
 extra-i686/PKGBUILD  |   45 --
 extra-i686/monodevelop-core-addins.pc.in.patch   |8 -
 extra-i686/monodevelop.install   |   20 
 extra-x86_64/PKGBUILD|   45 --
 extra-x86_64/monodevelop-core-addins.pc.in.patch |8 -
 extra-x86_64/monodevelop.install |   20 
 9 files changed, 146 insertions(+), 146 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-13 21:42:41 UTC (rev 194340)
+++ extra-i686/PKGBUILD 2013-09-13 21:42:47 UTC (rev 194341)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann dan...@archlinux.org
-# Contributor: Timm Preetz t...@preetz.us
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=monodevelop
-pkgver=4.0.9
-pkgrel=1
-pkgdesc=An IDE primarily designed for C# and other .NET languages
-
-# should probably changed to any - no ELF files - OpenSUSE builds it as 
NOARCH 
-arch=('i686' 'x86_64')
-
-url=http://www.monodevelop.com;
-license=('GPL')
-depends=('mono=2.10.8' 'mono-addins=0.6.2' 'gnome-sharp' 
'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('rsync' 'git')
-options=(!makeflags)
-install=monodevelop.install
-source=(http://origin-download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2
-monodevelop-core-addins.pc.in.patch)
-md5sums=('b54461118aab6c8f9d4520d9cbf84d84'
- '8466d032735130e37d4091a793a7966c')
-
-build() {
-  export MONO_SHARED_DIR=$srcdir/src/.wabi
-  mkdir -p $MONO_SHARED_DIR
-
-  cd $srcdir/$pkgname-$pkgver
-  # fix location for MonoDevelop.Gettext.dll - breaks gdb build
-  # patch -Np0 -i ${srcdir}/monodevelop-core-addins.pc.in.patch
-  
-  ./configure --prefix=/usr
-  LD_PRELOAD= make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  
-  LD_PRELOAD= make DESTDIR=$pkgdir install
-  # delete conflicting files
-  find $pkgdir/usr/share/mime/ -type f -exec rm {} \;
-  rm -r $MONO_SHARED_DIR
-}
-

Copied: monodevelop/repos/extra-i686/PKGBUILD (from rev 194340, 
monodevelop/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-13 21:42:47 UTC (rev 194341)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Daniel Isenmann dan...@archlinux.org
+# Contributor: Timm Preetz t...@preetz.us
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+pkgname=monodevelop
+pkgver=4.0.12
+pkgrel=1
+pkgdesc=An IDE primarily designed for C# and other .NET languages
+
+# should probably changed to any - no ELF files - OpenSUSE builds it as 
NOARCH 
+arch=('i686' 'x86_64')
+
+url=http://www.monodevelop.com;
+license=('GPL')
+depends=('mono=2.10.8' 'mono-addins=0.6.2' 'gnome-sharp' 
'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('rsync' 'git')
+options=(!makeflags)
+install=monodevelop.install
+source=(http://origin-download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}-3.tar.bz2
+monodevelop-core-addins.pc.in.patch)
+md5sums=('5f9cd24d2791054d88b0dcce1259afdb'
+ '8466d032735130e37d4091a793a7966c')
+
+build() {
+  export MONO_SHARED_DIR=$srcdir/src/.wabi
+  mkdir -p $MONO_SHARED_DIR
+
+  cd $srcdir/$pkgname-$pkgver
+  # fix location for MonoDevelop.Gettext.dll - breaks gdb build
+  # patch -Np0 -i ${srcdir}/monodevelop-core-addins.pc.in.patch
+  
+  ./configure --prefix=/usr
+  LD_PRELOAD= make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  
+  LD_PRELOAD= make 

[arch-commits] Commit in wine/repos/multilib-x86_64 (6 files)

2013-09-13 Thread Sven-Hendrik Haase
Date: Friday, September 13, 2013 @ 23:48:01
  Author: svenstaro
Revision: 97137

archrelease: copy trunk to multilib-x86_64

Added:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 97136, wine/trunk/30-win32-aliases.conf)
  wine/repos/multilib-x86_64/PKGBUILD
(from rev 97136, wine/trunk/PKGBUILD)
  wine/repos/multilib-x86_64/wine.install
(from rev 97136, wine/trunk/wine.install)
Deleted:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
  wine/repos/multilib-x86_64/PKGBUILD
  wine/repos/multilib-x86_64/wine.install

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  354 
 wine.install  |   24 +--
 3 files changed, 209 insertions(+), 209 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2013-09-13 20:13:26 UTC (rev 97136)
+++ 30-win32-aliases.conf   2013-09-13 21:48:01 UTC (rev 97137)
@@ -1,20 +0,0 @@
-?xml version=1.0?
-!DOCTYPE fontconfig SYSTEM fonts.dtd
-fontconfig
-  alias binding=same
-familyMS Shell Dlg/family
-acceptfamilyMicrosoft Sans Serif/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-  alias binding=same
-familyMS Shell Dlg 2/family
-acceptfamilyTahoma/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-
-  alias binding=same
-familyMS Sans Serif/family
-preferfamilyMicrosoft Sans Serif/family/prefer
-defaultfamilysans-serif/family/default
-  /alias
-/fontconfig

Copied: wine/repos/multilib-x86_64/30-win32-aliases.conf (from rev 97136, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2013-09-13 21:48:01 UTC (rev 97137)
@@ -0,0 +1,20 @@
+?xml version=1.0?
+!DOCTYPE fontconfig SYSTEM fonts.dtd
+fontconfig
+  alias binding=same
+familyMS Shell Dlg/family
+acceptfamilyMicrosoft Sans Serif/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+  alias binding=same
+familyMS Shell Dlg 2/family
+acceptfamilyTahoma/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+
+  alias binding=same
+familyMS Sans Serif/family
+preferfamilyMicrosoft Sans Serif/family/prefer
+defaultfamilysans-serif/family/default
+  /alias
+/fontconfig

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-13 20:13:26 UTC (rev 97136)
+++ PKGBUILD2013-09-13 21:48:01 UTC (rev 97137)
@@ -1,177 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: Eduardo Romero edua...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=wine
-pkgver=1.7.1
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-md5sums=('3a3fae3e541ccaf1b891d89b5594ecc5'
- 'SKIP'
- '1ff4e467f59409272088d92173a0f801')
-
-pkgdesc=A compatibility layer for running Windows programs
-url=http://www.winehq.com;
-arch=(i686 x86_64)
-license=(LGPL)
-install=wine.install
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex prelink
-  'gcc=4.5.0-2'  'gcc-multilib=4.5.0-2'
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  gnutls  lib32-gnutls
-  libxinerama lib32-libxinerama
-  libxcomposite   lib32-libxcomposite
-  libxmu  lib32-libxmu
-  libxxf86vm  lib32-libxxf86vm
-  libxml2 lib32-libxml2
-  libldap lib32-libldap
-  lcmslib32-lcms
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  alsa-liblib32-alsa-lib
-  libxcomposite   lib32-libxcomposite
-  mesalib32-mesa
-  mesa-libgl  lib32-mesa-libgl
-  libcl   lib32-libcl
-  oss
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  libldap lib32-libldap
-  gnutls  lib32-gnutls
-  lcmslib32-lcms
-  libxml2 lib32-libxml2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  libpulselib32-libpulse
-  alsa-pluginslib32-alsa-plugins
-  alsa-liblib32-alsa-lib
-  libjpeg-turbo   lib32-libjpeg-turbo
-  libxcomposite   lib32-libxcomposite
-  libxinerama 

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

2013-09-13 Thread Daniel Isenmann
Date: Saturday, September 14, 2013 @ 00:42:48
  Author: daniel
Revision: 194342

upgpkg: mono 3.2.1-1

New upstream release

Added:
  mono/trunk/mono.install
Modified:
  mono/trunk/PKGBUILD

--+
 PKGBUILD |   15 +--
 mono.install |7 +++
 2 files changed, 16 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-13 21:42:47 UTC (rev 194341)
+++ PKGBUILD2013-09-13 22:42:48 UTC (rev 194342)
@@ -3,7 +3,7 @@
 # Contributor: Brice Carpentier br...@dlfp.org
 
 pkgname=mono
-pkgver=3.0.12
+pkgver=3.2.1
 pkgrel=1
 pkgdesc=Free implementation of the .NET platform including runtime and 
compiler
 arch=(i686 x86_64)
@@ -14,15 +14,18 @@
 options=('!libtool' '!makeflags')
 provides=('monodoc')
 conflicts=('monodoc')
-source=(http://download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2
-mono.binfmt.d)
-md5sums=('7833809f5ddac1b8c605d4d26789987b'
- 'b9ef8a65fea497acf176cca16c1e2402')
+install=mono.install
+source=(http://download.mono-project.com/sources/mono/${pkgname}-${pkgver}.tar.bz2
+mono.binfmt.d
+   mono.install)
+md5sums=('bb613f9c93f57c29abcb7270f3215eb2'
+ 'b9ef8a65fea497acf176cca16c1e2402'
+ 'ca1108e9638b01c26453ee663592a4e5')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   # build mono
-  ./configure --prefix=/usr --sysconfdir=/etc
+  ./configure --prefix=/usr --sysconfdir=/etc --bindir=/usr/bin 
--sbindir=/usr/bin
   make
 
   # build jay

Added: mono.install
===
--- mono.install(rev 0)
+++ mono.install2013-09-13 22:42:48 UTC (rev 194342)
@@ -0,0 +1,7 @@
+post_install() {
+ln -sf /bin/mono-sgen /bin/mono
+}
+
+post_upgrade() {
+post_install
+} 



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

2013-09-13 Thread Daniel Isenmann
Date: Saturday, September 14, 2013 @ 00:42:57
  Author: daniel
Revision: 194343

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

Added:
  mono/repos/extra-i686/PKGBUILD
(from rev 194342, mono/trunk/PKGBUILD)
  mono/repos/extra-i686/bug434892.patch
(from rev 194342, mono/trunk/bug434892.patch)
  mono/repos/extra-i686/mini_amd64.patch
(from rev 194342, mono/trunk/mini_amd64.patch)
  mono/repos/extra-i686/mono.binfmt.d
(from rev 194342, mono/trunk/mono.binfmt.d)
  mono/repos/extra-i686/mono.install
(from rev 194342, mono/trunk/mono.install)
  mono/repos/extra-x86_64/PKGBUILD
(from rev 194342, mono/trunk/PKGBUILD)
  mono/repos/extra-x86_64/bug434892.patch
(from rev 194342, mono/trunk/bug434892.patch)
  mono/repos/extra-x86_64/mini_amd64.patch
(from rev 194342, mono/trunk/mini_amd64.patch)
  mono/repos/extra-x86_64/mono.binfmt.d
(from rev 194342, mono/trunk/mono.binfmt.d)
  mono/repos/extra-x86_64/mono.install
(from rev 194342, mono/trunk/mono.install)
Deleted:
  mono/repos/extra-i686/PKGBUILD
  mono/repos/extra-i686/bug434892.patch
  mono/repos/extra-i686/mini_amd64.patch
  mono/repos/extra-i686/mono.binfmt.d
  mono/repos/extra-x86_64/PKGBUILD
  mono/repos/extra-x86_64/bug434892.patch
  mono/repos/extra-x86_64/mini_amd64.patch
  mono/repos/extra-x86_64/mono.binfmt.d

---+
 /PKGBUILD |  108 
 /bug434892.patch  |   22 
 /mini_amd64.patch |   26 +
 /mono.binfmt.d|2 
 extra-i686/PKGBUILD   |   51 --
 extra-i686/bug434892.patch|   11 
 extra-i686/mini_amd64.patch   |   13 
 extra-i686/mono.binfmt.d  |1 
 extra-i686/mono.install   |7 ++
 extra-x86_64/PKGBUILD |   51 --
 extra-x86_64/bug434892.patch  |   11 
 extra-x86_64/mini_amd64.patch |   13 
 extra-x86_64/mono.binfmt.d|1 
 extra-x86_64/mono.install |7 ++
 14 files changed, 172 insertions(+), 152 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-13 22:42:48 UTC (rev 194342)
+++ extra-i686/PKGBUILD 2013-09-13 22:42:57 UTC (rev 194343)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann dan...@archlinux.org
-# Contributor: Brice Carpentier br...@dlfp.org
-
-pkgname=mono
-pkgver=3.0.12
-pkgrel=1
-pkgdesc=Free implementation of the .NET platform including runtime and 
compiler
-arch=(i686 x86_64)
-license=('GPL' 'LGPL2' 'MPL' 'custom:MITX11')
-url=http://www.mono-project.com/;
-depends=('zlib' 'libgdiplus=2.10' 'sh')
-makedepends=('pkgconfig')
-options=('!libtool' '!makeflags')
-provides=('monodoc')
-conflicts=('monodoc')
-source=(http://download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2
-mono.binfmt.d)
-md5sums=('7833809f5ddac1b8c605d4d26789987b'
- 'b9ef8a65fea497acf176cca16c1e2402')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  # build mono
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-
-  # build jay
-  cd ${srcdir}/${pkgname}-${pkgver}/mcs/jay
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # install jay
-  cd ${srcdir}/${pkgname}-${pkgver}/mcs/jay
-  make DESTDIR=${pkgdir} prefix=/usr INSTALL=../../install-sh install
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # install binfmt conf file and pathes
-  install -D -m644 ${srcdir}/mono.binfmt.d 
${pkgdir}/usr/lib/binfmt.d/mono.conf
-
-  #install license
-  mkdir -p ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 mcs/MIT.X11 ${pkgdir}/usr/share/licenses/${pkgname}/
-  
-  #fix .pc file to be able to request mono on what it depends, fixes #go-oo 
build
-  sed -i -e s:#Requires:Requires: ${pkgdir}/usr/lib/pkgconfig/mono.pc
-}

Copied: mono/repos/extra-i686/PKGBUILD (from rev 194342, mono/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-13 22:42:57 UTC (rev 194343)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Daniel Isenmann dan...@archlinux.org
+# Contributor: Brice Carpentier br...@dlfp.org
+
+pkgname=mono
+pkgver=3.2.1
+pkgrel=1
+pkgdesc=Free implementation of the .NET platform including runtime and 
compiler
+arch=(i686 x86_64)
+license=('GPL' 'LGPL2' 'MPL' 'custom:MITX11')
+url=http://www.mono-project.com/;
+depends=('zlib' 'libgdiplus=2.10' 'sh')
+makedepends=('pkgconfig')
+options=('!libtool' '!makeflags')
+provides=('monodoc')
+conflicts=('monodoc')
+install=mono.install
+source=(http://download.mono-project.com/sources/mono/${pkgname}-${pkgver}.tar.bz2
+mono.binfmt.d
+   mono.install)
+md5sums=('bb613f9c93f57c29abcb7270f3215eb2'
+ 'b9ef8a65fea497acf176cca16c1e2402'
+ 'ca1108e9638b01c26453ee663592a4e5')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  # build 

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

2013-09-13 Thread Sébastien Luttringer
Date: Saturday, September 14, 2013 @ 01:17:57
  Author: seblu
Revision: 97138

upgpkg: perl-time-modules 2013.0912-1

Modified:
  perl-time-modules/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-13 21:48:01 UTC (rev 97137)
+++ PKGBUILD2013-09-13 23:17:57 UTC (rev 97138)
@@ -4,7 +4,7 @@
 # Contributor: Philippe LUC philf...@gmail.com
 
 pkgname=perl-time-modules
-pkgver=2011.0517
+pkgver=2013.0912
 pkgrel=1
 pkgdesc='Perl time related modules'
 url='http://search.cpan.org/~muir/Time-modules/'
@@ -12,7 +12,7 @@
 options=('!emptydirs')
 arch=('any')
 
source=(http://search.cpan.org/CPAN/authors/id/M/MU/MUIR/modules/Time-modules-$pkgver.tar.gz;)
-md5sums=('67204ebc06211a877665765f91dc4e51')
+md5sums=('a4330144e24c356ca4c925d14e5ab06b')
 
 build() {
   cd Time-modules-$pkgver



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

2013-09-13 Thread Sébastien Luttringer
Date: Saturday, September 14, 2013 @ 01:18:02
  Author: seblu
Revision: 97139

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-13 23:17:57 UTC (rev 97138)
+++ PKGBUILD2013-09-13 23:18:02 UTC (rev 97139)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer se...@aur.archlinux.org
-# Contributor: Alessandro Sagratini ale_sagra at hotmail dot com
-# Contributor: Philippe LUC philf...@gmail.com
-
-pkgname=perl-time-modules
-pkgver=2011.0517
-pkgrel=1
-pkgdesc='Perl time related module'
-url=http://search.cpan.org/~muir/Time-modules-$pkgver/;
-license=('GPL' 'PerlArtistic')
-options=('!emptydirs')
-arch=('any')
-source=(http://search.cpan.org/CPAN/authors/id/M/MU/MUIR/modules/Time-modules-$pkgver.tar.gz;)
-md5sums=('67204ebc06211a877665765f91dc4e51')
-
-build() {
-  cd Time-modules-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd Time-modules-$pkgver
-  make install DESTDIR=$pkgdir/
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: perl-time-modules/repos/community-any/PKGBUILD (from rev 97138, 
perl-time-modules/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-13 23:18:02 UTC (rev 97139)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Alessandro Sagratini ale_sagra at hotmail dot com
+# Contributor: Philippe LUC philf...@gmail.com
+
+pkgname=perl-time-modules
+pkgver=2013.0912
+pkgrel=1
+pkgdesc='Perl time related modules'
+url='http://search.cpan.org/~muir/Time-modules/'
+license=('GPL' 'PerlArtistic')
+options=('!emptydirs')
+arch=('any')
+source=(http://search.cpan.org/CPAN/authors/id/M/MU/MUIR/modules/Time-modules-$pkgver.tar.gz;)
+md5sums=('a4330144e24c356ca4c925d14e5ab06b')
+
+build() {
+  cd Time-modules-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd Time-modules-$pkgver
+  make install DESTDIR=$pkgdir/
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-09-13 Thread Felix Yan
Date: Saturday, September 14, 2013 @ 05:08:03
  Author: fyan
Revision: 97140

upgpkg: cgminer 3.4.3-1

Modified:
  cgminer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-13 23:18:02 UTC (rev 97139)
+++ PKGBUILD2013-09-14 03:08:03 UTC (rev 97140)
@@ -5,7 +5,7 @@
 # Contributor: David Manouchehri da...@davidmanouchehri.com
 
 pkgname=cgminer
-pkgver=3.4.2
+pkgver=3.4.3
 pkgrel=1
 pkgdesc=Multi-threaded multi-pool GPU, FPGA and ASIC miner for bitcoin and 
derivative coins
 url='http://forum.bitcoin.org/index.php?topic=28402.0'
@@ -70,6 +70,6 @@
   install -Dm644 $pkgname.conf $pkgdir/etc/$pkgname.conf
 }
 
-sha512sums=('cccdab8de11b9bc740ba387685a24ae07729eedba0dd02d83d708d66b208cff2c719157a90cc157fa4900a386ae76e7692bdc893f3de9928dbcaacc86a4c05f1'
+sha512sums=('e7871af17ecd17b1f7ddc21e68ed114ec71223e1c2ec0dc57066e9434c9f6955c34fb8d8986e34dc3fd50c48fccac1d36ab7695f62dea2c987bab44c90feb6ff'
 
'99c38bc395848f9712ce172343d31f5c60f5d8ac1cfe2f48df8f3ec6c488fc275763a79c5ef36b99f32faa465b5a65284b38e8a63ef9b144075ee13971313b41'
 
'3317b60c6b1f14c47d8ee636113ef40a4023ab14054129de80a37947b381fd2b647a7053f4e1bb639efa225a514e862fa531908714c34040dda2d6221dde7f5f')



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

2013-09-13 Thread Felix Yan
Date: Saturday, September 14, 2013 @ 05:09:31
  Author: fyan
Revision: 97141

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

Added:
  cgminer/repos/community-i686/PKGBUILD
(from rev 97140, cgminer/trunk/PKGBUILD)
  cgminer/repos/community-i686/cgminer.conf.d
(from rev 97140, cgminer/trunk/cgminer.conf.d)
  cgminer/repos/community-i686/cgminer.service
(from rev 97140, cgminer/trunk/cgminer.service)
  cgminer/repos/community-x86_64/PKGBUILD
(from rev 97140, cgminer/trunk/PKGBUILD)
  cgminer/repos/community-x86_64/cgminer.conf.d
(from rev 97140, cgminer/trunk/cgminer.conf.d)
  cgminer/repos/community-x86_64/cgminer.service
(from rev 97140, cgminer/trunk/cgminer.service)
Deleted:
  cgminer/repos/community-i686/PKGBUILD
  cgminer/repos/community-i686/cgminer.conf.d
  cgminer/repos/community-i686/cgminer.service
  cgminer/repos/community-x86_64/PKGBUILD
  cgminer/repos/community-x86_64/cgminer.conf.d
  cgminer/repos/community-x86_64/cgminer.service

--+
 /PKGBUILD|  150 +
 /cgminer.conf.d  |   22 +
 /cgminer.service |   16 +++
 community-i686/PKGBUILD  |   75 --
 community-i686/cgminer.conf.d|   11 --
 community-i686/cgminer.service   |8 -
 community-x86_64/PKGBUILD|   75 --
 community-x86_64/cgminer.conf.d  |   11 --
 community-x86_64/cgminer.service |8 -
 9 files changed, 188 insertions(+), 188 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-14 03:08:03 UTC (rev 97140)
+++ community-i686/PKGBUILD 2013-09-14 03:09:31 UTC (rev 97141)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: monson holymon...@gmail.com
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: David Manouchehri da...@davidmanouchehri.com
-
-pkgname=cgminer
-pkgver=3.4.2
-pkgrel=1
-pkgdesc=Multi-threaded multi-pool GPU, FPGA and ASIC miner for bitcoin and 
derivative coins
-url='http://forum.bitcoin.org/index.php?topic=28402.0'
-license=('GPL3')
-arch=('i686' 'x86_64')
-depends=('curl' 'libcl' 'libusbx' 'jansson')
-makedepends=('opencl-headers')
-optdepends=('opencl-nvidia: OpenCL implementation for NVIDIA')
-# 'opencl-catalyst: OpenCL implementation for AMD') # catalyst 
currently dropped from repo
-source=(http://ck.kolivas.org/apps/$pkgname/$pkgname-${pkgver}.tar.bz2;
-$pkgname.conf.d
-$pkgname.service)
-backup=(etc/conf.d/$pkgname etc/$pkgname.conf)
-
-[ $CARCH == x86_64 ]  makedepends+=('yasm')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # We have latest jansson and libusb - just use them
-  sed s|ac_subdirs_all='compat/libusb\-1.0'|| -i ./configure
-  sed 's|subdirs=$subdirs compat/libusb\-1.0||' -i ./configure
-  sed 
's|LIBUSB_LIBS=compat/libusb-1.0/libusb/.libs/libusb-1.0.a|LIBUSB_LIBS=-lusb-1.0|'
 -i ./configure
-  sed 's|JANSSON_LIBS=compat/jansson/libjansson.a|JANSSON_LIBS=-ljansson|' 
-i ./configure
-  sed 's|compat/Makefile compat/jansson/Makefile||' -i ./configure
-
-  sed 's|JANSSON_INCLUDES = -I$(top_srcdir)/compat/jansson||' -i ./Makefile.in
-  sed 's|USBUTILS_INCLUDES = 
-I$(top_srcdir)/compat/libusb\-1.0/libusb|USBUTILS_INCLUDES = 
-I/usr/include/libusb-1.0|' -i ./Makefile.in
-  sed 's|SUBDIRS = lib compat ccan|SUBDIRS = lib ccan|' -i ./Makefile.in
-
-  rm -r compat
-
-  # Here you may want to use custom CFLAGS
-  #export CFLAGS=-O2 -march=native -mtune=native -msse2
-  
-  ./configure \
---prefix=/usr \
---enable-scrypt \
---enable-opencl \
---enable-bflsc \
---enable-bitforce \
---enable-icarus \
---enable-modminer \
---enable-ztex \
---enable-avalon \
---disable-adl # For license issues
-  
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  install -d $pkgdir/usr/share/$pkgname
-  install -m755 miner.php api-example.* $pkgdir/usr/share/$pkgname
-
-  install -Dm644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-  install -Dm644 $srcdir/$pkgname.conf.d $pkgdir/etc/conf.d/$pkgname
-  sed 's#/usr/local/bin#/usr/bin#g' example.conf  $pkgname.conf
-  install -Dm644 $pkgname.conf $pkgdir/etc/$pkgname.conf
-}
-
-sha512sums=('cccdab8de11b9bc740ba387685a24ae07729eedba0dd02d83d708d66b208cff2c719157a90cc157fa4900a386ae76e7692bdc893f3de9928dbcaacc86a4c05f1'
-
'99c38bc395848f9712ce172343d31f5c60f5d8ac1cfe2f48df8f3ec6c488fc275763a79c5ef36b99f32faa465b5a65284b38e8a63ef9b144075ee13971313b41'
-
'3317b60c6b1f14c47d8ee636113ef40a4023ab14054129de80a37947b381fd2b647a7053f4e1bb639efa225a514e862fa531908714c34040dda2d6221dde7f5f')

Copied: cgminer/repos/community-i686/PKGBUILD (from rev 97140, 
cgminer/trunk/PKGBUILD)
===
---