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

2013-03-22 Thread Sven-Hendrik Haase
Date: Friday, March 22, 2013 @ 08:12:40
  Author: svenstaro
Revision: 86790

upgpkg: bbswitch 0.6-1

Updating to 0.6

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-22 02:13:44 UTC (rev 86789)
+++ PKGBUILD2013-03-22 07:12:40 UTC (rev 86790)
@@ -3,9 +3,9 @@
 # Contributor: Samsagax samsa...@gmail.com
 
 pkgname=bbswitch
-pkgver=0.5
+pkgver=0.6
 _extramodules=extramodules-3.8-ARCH # Don't forget to update bbswitch.install
-pkgrel=3
+pkgrel=1
 pkgdesc=Kernel module allowing to switch dedicated graphics card on Optimus 
laptops
 arch=('i686' 'x86_64')
 url=(http://github.com/Bumblebee-Project/bbswitch;)
@@ -13,17 +13,14 @@
 depends=('linux=3.8' 'linux3.9')
 makedepends=('linux-headers=3.8' 'linux-headers3.9')
 install=bbswitch.install
-source=(https://github.com/downloads/Bumblebee-Project/bbswitch/${pkgname}-${pkgver}.tar.gz;
-
https://github.com/Bumblebee-Project/bbswitch/commit/5593d9519364dc7f6f28c3dd8358afb907f39c0f.patch;)
-md5sums=('5e0e6eb9c5e8c10db56e5b349b43bba7'
- 'd76180b8f6fd092038d5ae7c71a9caa8')
+source=(https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('c5496e3225c8e70d02a24bfd8a50faf6')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
   _kernver=$(cat /usr/lib/modules/${_extramodules}/version)

-  patch -Np1  ${srcdir}/5593d9519364dc7f6f28c3dd8358afb907f39c0f.patch
   make KDIR=/usr/src/linux-${_kernver}
 }
 



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

2013-03-22 Thread Pierre Schmitz
Date: Friday, March 22, 2013 @ 08:49:33
  Author: pierre
Revision: 180507

upgpkg: php 5.4.13-3

icu 51.1 rebuild

Modified:
  php/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-22 07:41:24 UTC (rev 180506)
+++ PKGBUILD2013-03-22 07:49:33 UTC (rev 180507)
@@ -22,7 +22,7 @@
  'php-tidy'
  'php-xsl')
 pkgver=5.4.13
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 license=('PHP')
 url='http://www.php.net'



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

2013-03-22 Thread Pierre Schmitz
Date: Friday, March 22, 2013 @ 08:50:28
  Author: pierre
Revision: 180508

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

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

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

Copied: php/repos/staging-i686/PKGBUILD (from rev 180507, php/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-03-22 07:50:28 UTC (rev 180508)
@@ -0,0 +1,348 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=php
+pkgname=('php'
+ 'php-cgi'
+ 'php-apache'
+ 'php-fpm'
+ 'php-embed'
+ 'php-pear'
+ 'php-enchant'
+ 'php-gd'
+ 'php-intl'
+ 'php-ldap'
+ 'php-mcrypt'
+ 'php-mssql'
+ 'php-odbc'
+ 'php-pgsql'
+ 'php-pspell'
+ 'php-snmp'
+ 'php-sqlite'
+ 'php-tidy'
+ 'php-xsl')
+pkgver=5.4.13
+pkgrel=3
+arch=('i686' 'x86_64')
+license=('PHP')
+url='http://www.php.net'
+makedepends=('apache' 'imap' 'postgresql-libs' 'libldap' 'postfix' 'libvpx'
+ 'sqlite' 'unixodbc' 'net-snmp' 'libzip' 'enchant' 'file' 'freetds'
+ 'libmcrypt' 'tidyhtml' 'aspell' 'libltdl' 'libpng' 'libjpeg' 'icu'
+ 'curl' 'libxslt' 'openssl' 'bzip2' 'db' 'gmp' 'freetype2')
+source=(http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.bz2;
+'php.ini.patch' 'apache.conf' 'php-fpm.conf.in.patch'
+'logrotate.d.php-fpm' 'php-fpm.service' 'php-fpm.tmpfiles')
+md5sums=('cacd308e978b7cf9ba4993196612ccf7'
+ '44c1bb1df346b3b9d3e092c7df9a37d0'
+ 'dec2cbaad64e3abf4f0ec70e1de4e8e9'
+ '5c1f4c967b66ce3eaf819b46951dcbf5'
+ 'e036c721e5ad927cd1613c7475a58b3a'
+ 'f8b206cb8fecb05cb1ded8bee45633ff'
+ 'c60343df74f8e1afb13b084d5c0e47ed')
+
+build() {
+   phpconfig=--srcdir=../${pkgbase}-${pkgver} \
+   --config-cache \
+   --prefix=/usr \
+   --sysconfdir=/etc/php \
+   --localstatedir=/var \
+   --with-layout=GNU \
+   --with-config-file-path=/etc/php \
+   --with-config-file-scan-dir=/etc/php/conf.d \
+   --disable-rpath \
+   --mandir=/usr/share/man \
+   --without-pear \
+   
+
+   phpextensions=--enable-bcmath=shared \
+   --enable-calendar=shared \
+   --enable-dba=shared \
+   --enable-exif=shared \
+   --enable-ftp=shared \
+   --enable-gd-native-ttf \
+  

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

2013-03-22 Thread Sven-Hendrik Haase
Date: Friday, March 22, 2013 @ 09:16:35
  Author: svenstaro
Revision: 86791

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

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

---+
 /PKGBUILD |   64 
 /bbswitch.install |   24 +
 community-i686/PKGBUILD   |   35 ---
 community-i686/bbswitch.install   |   12 --
 community-x86_64/PKGBUILD |   35 ---
 community-x86_64/bbswitch.install |   12 --
 6 files changed, 88 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-22 07:12:40 UTC (rev 86790)
+++ community-i686/PKGBUILD 2013-03-22 08:16:35 UTC (rev 86791)
@@ -1,35 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: M0Rf30
-# Contributor: Samsagax samsa...@gmail.com
-
-pkgname=bbswitch
-pkgver=0.5
-_extramodules=extramodules-3.8-ARCH # Don't forget to update bbswitch.install
-pkgrel=3
-pkgdesc=Kernel module allowing to switch dedicated graphics card on Optimus 
laptops
-arch=('i686' 'x86_64')
-url=(http://github.com/Bumblebee-Project/bbswitch;)
-license=('GPL')
-depends=('linux=3.8' 'linux3.9')
-makedepends=('linux-headers=3.8' 'linux-headers3.9')
-install=bbswitch.install
-source=(https://github.com/downloads/Bumblebee-Project/bbswitch/${pkgname}-${pkgver}.tar.gz;
-
https://github.com/Bumblebee-Project/bbswitch/commit/5593d9519364dc7f6f28c3dd8358afb907f39c0f.patch;)
-md5sums=('5e0e6eb9c5e8c10db56e5b349b43bba7'
- 'd76180b8f6fd092038d5ae7c71a9caa8')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-   
-  patch -Np1  ${srcdir}/5593d9519364dc7f6f28c3dd8358afb907f39c0f.patch
-  make KDIR=/usr/src/linux-${_kernver}
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-   
-  install -Dm644 bbswitch.ko 
${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
-  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
  
-}

Copied: bbswitch/repos/community-i686/PKGBUILD (from rev 86790, 
bbswitch/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-22 08:16:35 UTC (rev 86791)
@@ -0,0 +1,32 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: M0Rf30
+# Contributor: Samsagax samsa...@gmail.com
+
+pkgname=bbswitch
+pkgver=0.6
+_extramodules=extramodules-3.8-ARCH # Don't forget to update bbswitch.install
+pkgrel=1
+pkgdesc=Kernel module allowing to switch dedicated graphics card on Optimus 
laptops
+arch=('i686' 'x86_64')
+url=(http://github.com/Bumblebee-Project/bbswitch;)
+license=('GPL')
+depends=('linux=3.8' 'linux3.9')
+makedepends=('linux-headers=3.8' 'linux-headers3.9')
+install=bbswitch.install
+source=(https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('c5496e3225c8e70d02a24bfd8a50faf6')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+   
+  make KDIR=/usr/src/linux-${_kernver}
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
  
+}

Deleted: community-i686/bbswitch.install
===
--- community-i686/bbswitch.install 2013-03-22 07:12:40 UTC (rev 86790)
+++ community-i686/bbswitch.install 2013-03-22 08:16:35 UTC (rev 86791)
@@ -1,12 +0,0 @@
-post_install() {
-EXTRAMODULES='extramodules-3.8-ARCH'
-depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: bbswitch/repos/community-i686/bbswitch.install (from rev 86790, 
bbswitch/trunk/bbswitch.install)
===
--- community-i686/bbswitch.install (rev 0)
+++ community-i686/bbswitch.install 2013-03-22 08:16:35 UTC (rev 86791)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodules-3.8-ARCH'
+depmod $(cat 

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

2013-03-22 Thread Sven-Hendrik Haase
Date: Friday, March 22, 2013 @ 11:02:53
  Author: svenstaro
Revision: 86792

upgpkg: wesnoth-data 1.10.6-1

Updating to 1.10.6

Modified:
  wesnoth-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-22 08:16:35 UTC (rev 86791)
+++ PKGBUILD2013-03-22 10:02:53 UTC (rev 86792)
@@ -6,8 +6,8 @@
 # Contributor: Douglas Soares de Andrade doug...@archlinux.org
 
 pkgname=wesnoth-data
-pkgver=1.10.5
-pkgrel=2
+pkgver=1.10.6
+pkgrel=1
 pkgdesc=A turn-based strategy game on a fantasy world (data files)
 arch=('any')
 license=('GPL')
@@ -15,7 +15,7 @@
 makedepends=('boost' 'cmake' 'sdl_image' 'sdl_ttf' 'sdl_mixer' 'sdl_net' 'lua' 
'pango')
 options=(!emptydirs)
 
source=(http://downloads.sourceforge.net/sourceforge/wesnoth/wesnoth-${pkgver}.tar.bz2)
-md5sums=('03d9683cd83d17c6536bdf5c4940bbc8')
+md5sums=('547e3489bbfa778912b11dbee612c380')
 
 build() {
   cd ${srcdir}/wesnoth-${pkgver}



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

2013-03-22 Thread Sven-Hendrik Haase
Date: Friday, March 22, 2013 @ 11:03:03
  Author: svenstaro
Revision: 86793

archrelease: copy trunk to community-any

Added:
  wesnoth-data/repos/community-any/PKGBUILD
(from rev 86792, wesnoth-data/trunk/PKGBUILD)
Deleted:
  wesnoth-data/repos/community-any/PKGBUILD

--+
 PKGBUILD |   90 ++---
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-22 10:02:53 UTC (rev 86792)
+++ PKGBUILD2013-03-22 10:03:03 UTC (rev 86793)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: Tobias Powalowski tp...@archlinux.org
-# Contributor: Jacobo Arvelo unix4...@ya.com
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-
-pkgname=wesnoth-data
-pkgver=1.10.5
-pkgrel=2
-pkgdesc=A turn-based strategy game on a fantasy world (data files)
-arch=('any')
-license=('GPL')
-url=http://www.wesnoth.org/;
-makedepends=('boost' 'cmake' 'sdl_image' 'sdl_ttf' 'sdl_mixer' 'sdl_net' 'lua' 
'pango')
-options=(!emptydirs)
-source=(http://downloads.sourceforge.net/sourceforge/wesnoth/wesnoth-${pkgver}.tar.bz2)
-md5sums=('03d9683cd83d17c6536bdf5c4940bbc8')
-
-build() {
-  cd ${srcdir}/wesnoth-${pkgver}
-
-  mkdir build  cd build
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DENABLE_OMP=ON \
-  -DENABLE_TOOLS=ON \
-  -DMANDIR=share/man \
-  -DFIFO_DIR=/var/run/wesnothd
-  make
-}
-
-package() {
-  cd ${srcdir}/wesnoth-${pkgver}
-
-  cd build
-  make DESTDIR=$pkgdir install
-
-  rm -r $pkgdir/usr/bin
-  rm -r $pkgdir/usr/share/man
-
-  for file in $(grep -l python $pkgdir/usr/share/wesnoth/data/tools/*); do
-sed -i s|#!/usr/bi#n/env python|#!/usr/bin/env python2| $file;
-  done
-}

Copied: wesnoth-data/repos/community-any/PKGBUILD (from rev 86792, 
wesnoth-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-22 10:03:03 UTC (rev 86793)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+# Contributor: Jacobo Arvelo unix4...@ya.com
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+
+pkgname=wesnoth-data
+pkgver=1.10.6
+pkgrel=1
+pkgdesc=A turn-based strategy game on a fantasy world (data files)
+arch=('any')
+license=('GPL')
+url=http://www.wesnoth.org/;
+makedepends=('boost' 'cmake' 'sdl_image' 'sdl_ttf' 'sdl_mixer' 'sdl_net' 'lua' 
'pango')
+options=(!emptydirs)
+source=(http://downloads.sourceforge.net/sourceforge/wesnoth/wesnoth-${pkgver}.tar.bz2)
+md5sums=('547e3489bbfa778912b11dbee612c380')
+
+build() {
+  cd ${srcdir}/wesnoth-${pkgver}
+
+  mkdir build  cd build
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DENABLE_OMP=ON \
+  -DENABLE_TOOLS=ON \
+  -DMANDIR=share/man \
+  -DFIFO_DIR=/var/run/wesnothd
+  make
+}
+
+package() {
+  cd ${srcdir}/wesnoth-${pkgver}
+
+  cd build
+  make DESTDIR=$pkgdir install
+
+  rm -r $pkgdir/usr/bin
+  rm -r $pkgdir/usr/share/man
+
+  for file in $(grep -l python $pkgdir/usr/share/wesnoth/data/tools/*); do
+sed -i s|#!/usr/bi#n/env python|#!/usr/bin/env python2| $file;
+  done
+}



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

2013-03-22 Thread Sven-Hendrik Haase
Date: Friday, March 22, 2013 @ 11:46:00
  Author: svenstaro
Revision: 86794

upgpkg: qtcreator 2.7.0-1

Updating to 2.7.0

Modified:
  qtcreator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-22 10:03:03 UTC (rev 86793)
+++ PKGBUILD2013-03-22 10:46:00 UTC (rev 86794)
@@ -7,8 +7,8 @@
 # Contributor: delor bartekpiech gmail com
 
 pkgname=qtcreator
-pkgver=2.7.0rc
-_pkgver=2.7.0-rc
+pkgver=2.7.0
+_pkgver=2.7.0
 pkgrel=1
 pkgdesc='Lightweight, cross-platform integrated development environment'
 arch=('i686' 'x86_64')
@@ -29,7 +29,7 @@
 
source=(http://releases.qt-project.org/qtcreator/${_pkgver}/qt-creator-${_pkgver}-src.tar.gz;
 'qtcreator.desktop'
 'fix-build.patch')
-md5sums=('5c4baef738b00cfdf53739ffd1434234'
+md5sums=('7bf25d211ff8babea47c2034f1b93d08'
  '82888d4be900e7833d768050a135cd37'
  '4087c00d853addf97ca329d304e9a0a5')
 



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

2013-03-22 Thread Sven-Hendrik Haase
Date: Friday, March 22, 2013 @ 11:46:14
  Author: svenstaro
Revision: 86795

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

Added:
  qtcreator/repos/community-i686/PKGBUILD
(from rev 86794, qtcreator/trunk/PKGBUILD)
  qtcreator/repos/community-i686/fix-build.patch
(from rev 86794, qtcreator/trunk/fix-build.patch)
  qtcreator/repos/community-i686/qtcreator.desktop
(from rev 86794, qtcreator/trunk/qtcreator.desktop)
  qtcreator/repos/community-i686/qtcreator.install
(from rev 86794, qtcreator/trunk/qtcreator.install)
  qtcreator/repos/community-x86_64/PKGBUILD
(from rev 86794, qtcreator/trunk/PKGBUILD)
  qtcreator/repos/community-x86_64/fix-build.patch
(from rev 86794, qtcreator/trunk/fix-build.patch)
  qtcreator/repos/community-x86_64/qtcreator.desktop
(from rev 86794, qtcreator/trunk/qtcreator.desktop)
  qtcreator/repos/community-x86_64/qtcreator.install
(from rev 86794, qtcreator/trunk/qtcreator.install)
Deleted:
  qtcreator/repos/community-i686/PKGBUILD
  qtcreator/repos/community-i686/fix-build.patch
  qtcreator/repos/community-i686/qtcreator.desktop
  qtcreator/repos/community-i686/qtcreator.install
  qtcreator/repos/community-x86_64/PKGBUILD
  qtcreator/repos/community-x86_64/fix-build.patch
  qtcreator/repos/community-x86_64/qtcreator.desktop
  qtcreator/repos/community-x86_64/qtcreator.install

+
 /PKGBUILD  |  114 +++
 /fix-build.patch   |   20 ++
 /qtcreator.desktop |   18 +
 /qtcreator.install |   24 +++
 community-i686/PKGBUILD|   57 -
 community-i686/fix-build.patch |   10 ---
 community-i686/qtcreator.desktop   |9 --
 community-i686/qtcreator.install   |   12 ---
 community-x86_64/PKGBUILD  |   57 -
 community-x86_64/fix-build.patch   |   10 ---
 community-x86_64/qtcreator.desktop |9 --
 community-x86_64/qtcreator.install |   12 ---
 12 files changed, 176 insertions(+), 176 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-22 10:46:00 UTC (rev 86794)
+++ community-i686/PKGBUILD 2013-03-22 10:46:14 UTC (rev 86795)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Imanol Celaya ornitorrin...@archlinux-es.org
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Lukas Jirkovsky l.jirkov...@gmail.com
-# Contributor: Dan Vratil prog...@progdansoft.com
-# Contributor: thotypous matiasΘarchlinux-br·org
-# Contributor: delor bartekpiech gmail com
-
-pkgname=qtcreator
-pkgver=2.7.0rc
-_pkgver=2.7.0-rc
-pkgrel=1
-pkgdesc='Lightweight, cross-platform integrated development environment'
-arch=('i686' 'x86_64')
-url='http://qt-project.org'
-license=('LGPL')
-depends=('qt5-quick1' 'qt5-tools')
-makedepends=('git')
-options=('docs')
-optdepends=('qt5-doc: for the integrated Qt documentation'
-'gdb: for the debugger'
-'cmake: for cmake project support'
-'openssh-askpass: for ssh support'
-'git: for git support'
-'mercurial: for mercurial support'
-'bzr: for bazaar support'
-'valgrind: for analyze support')
-install=qtcreator.install
-source=(http://releases.qt-project.org/qtcreator/${_pkgver}/qt-creator-${_pkgver}-src.tar.gz;
-'qtcreator.desktop'
-'fix-build.patch')
-md5sums=('5c4baef738b00cfdf53739ffd1434234'
- '82888d4be900e7833d768050a135cd37'
- '4087c00d853addf97ca329d304e9a0a5')
-
-build() {
-  cd qt-creator-${_pkgver}-src
-  patch -p1 -i ${srcdir}/fix-build.patch
-  cd ../
-
-  [[ -d build ]]  rm -r build
-  mkdir build  cd build
-
-  qmake ../qt-creator-${_pkgver}-src/qtcreator.pro
-  make
-  make docs -j1
-}
-
-package() {
-  cd build
-
-  make INSTALL_ROOT=${pkgdir}/usr/ install
-  make INSTALL_ROOT=${pkgdir}/usr/ install_docs
-
-  install -Dm644 ${srcdir}/qtcreator.desktop 
${pkgdir}/usr/share/applications/qtcreator.desktop
-  install -Dm644 ${srcdir}/qt-creator-${_pkgver}-src/LGPL_EXCEPTION.TXT 
${pkgdir}/usr/share/licenses/qtcreator/LGPL_EXCEPTION.TXT
-}

Copied: qtcreator/repos/community-i686/PKGBUILD (from rev 86794, 
qtcreator/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-22 10:46:14 UTC (rev 86795)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Imanol Celaya ornitorrin...@archlinux-es.org
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Lukas Jirkovsky l.jirkov...@gmail.com
+# Contributor: Dan Vratil prog...@progdansoft.com
+# Contributor: thotypous matiasΘarchlinux-br·org
+# Contributor: delor bartekpiech gmail com
+
+pkgname=qtcreator
+pkgver=2.7.0
+_pkgver=2.7.0
+pkgrel=1
+pkgdesc='Lightweight, cross-platform integrated development environment'

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

2013-03-22 Thread Sven-Hendrik Haase
Date: Friday, March 22, 2013 @ 12:00:25
  Author: svenstaro
Revision: 86796

upgpkg: wesnoth 1.10.6-1

Updating to 1.10.6

Modified:
  wesnoth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-22 10:46:14 UTC (rev 86795)
+++ PKGBUILD2013-03-22 11:00:25 UTC (rev 86796)
@@ -6,8 +6,8 @@
 # Contributor: Douglas Soares de Andrade doug...@archlinux.org
 
 pkgname=wesnoth
-pkgver=1.10.5
-pkgrel=2
+pkgver=1.10.6
+pkgrel=1
 pkgdesc=A turn-based strategy game on a fantasy world
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -20,7 +20,7 @@
 wesnothd.tmpfiles.conf
 wesnothd.rc.d
 wesnothd.service)
-md5sums=('03d9683cd83d17c6536bdf5c4940bbc8'
+md5sums=('547e3489bbfa778912b11dbee612c380'
  '2d2fea6b3d86dfd589f5ad35a3be1f97'
  '85659b47d22dfdf4e4d046556973fc3e'
  'd1b6bf1d3dc05086ee6a370adff0ae4a')



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

2013-03-22 Thread Sven-Hendrik Haase
Date: Friday, March 22, 2013 @ 12:00:44
  Author: svenstaro
Revision: 86797

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

Added:
  wesnoth/repos/community-i686/PKGBUILD
(from rev 86796, wesnoth/trunk/PKGBUILD)
  wesnoth/repos/community-i686/wesnoth.install
(from rev 86796, wesnoth/trunk/wesnoth.install)
  wesnoth/repos/community-i686/wesnoth.tmpfiles.conf
(from rev 86796, wesnoth/trunk/wesnoth.tmpfiles.conf)
  wesnoth/repos/community-i686/wesnothd.rc.d
(from rev 86796, wesnoth/trunk/wesnothd.rc.d)
  wesnoth/repos/community-i686/wesnothd.service
(from rev 86796, wesnoth/trunk/wesnothd.service)
  wesnoth/repos/community-i686/wesnothd.tmpfiles.conf
(from rev 86796, wesnoth/trunk/wesnothd.tmpfiles.conf)
  wesnoth/repos/community-x86_64/PKGBUILD
(from rev 86796, wesnoth/trunk/PKGBUILD)
  wesnoth/repos/community-x86_64/wesnoth.install
(from rev 86796, wesnoth/trunk/wesnoth.install)
  wesnoth/repos/community-x86_64/wesnoth.tmpfiles.conf
(from rev 86796, wesnoth/trunk/wesnoth.tmpfiles.conf)
  wesnoth/repos/community-x86_64/wesnothd.rc.d
(from rev 86796, wesnoth/trunk/wesnothd.rc.d)
  wesnoth/repos/community-x86_64/wesnothd.service
(from rev 86796, wesnoth/trunk/wesnothd.service)
  wesnoth/repos/community-x86_64/wesnothd.tmpfiles.conf
(from rev 86796, wesnoth/trunk/wesnothd.tmpfiles.conf)
Deleted:
  wesnoth/repos/community-i686/PKGBUILD
  wesnoth/repos/community-i686/wesnoth.install
  wesnoth/repos/community-i686/wesnoth.tmpfiles.conf
  wesnoth/repos/community-i686/wesnothd.rc.d
  wesnoth/repos/community-i686/wesnothd.service
  wesnoth/repos/community-i686/wesnothd.tmpfiles.conf
  wesnoth/repos/community-x86_64/PKGBUILD
  wesnoth/repos/community-x86_64/wesnoth.install
  wesnoth/repos/community-x86_64/wesnoth.tmpfiles.conf
  wesnoth/repos/community-x86_64/wesnothd.rc.d
  wesnoth/repos/community-x86_64/wesnothd.service
  wesnoth/repos/community-x86_64/wesnothd.tmpfiles.conf

-+
 /PKGBUILD   |  108 ++
 /wesnoth.install|   28 +++
 /wesnoth.tmpfiles.conf  |2 
 /wesnothd.rc.d  |   80 ++
 /wesnothd.service   |   18 +
 /wesnothd.tmpfiles.conf |2 
 community-i686/PKGBUILD |   54 ---
 community-i686/wesnoth.install  |   14 ---
 community-i686/wesnoth.tmpfiles.conf|1 
 community-i686/wesnothd.rc.d|   40 ---
 community-i686/wesnothd.service |9 --
 community-i686/wesnothd.tmpfiles.conf   |1 
 community-x86_64/PKGBUILD   |   54 ---
 community-x86_64/wesnoth.install|   14 ---
 community-x86_64/wesnoth.tmpfiles.conf  |1 
 community-x86_64/wesnothd.rc.d  |   40 ---
 community-x86_64/wesnothd.service   |9 --
 community-x86_64/wesnothd.tmpfiles.conf |1 
 18 files changed, 238 insertions(+), 238 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-22 11:00:25 UTC (rev 86796)
+++ community-i686/PKGBUILD 2013-03-22 11:00:44 UTC (rev 86797)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: Tobias Powalowski tp...@archlinux.org
-# Contributor: Jacobo Arvelo unix4...@ya.com
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-
-pkgname=wesnoth
-pkgver=1.10.5
-pkgrel=2
-pkgdesc=A turn-based strategy game on a fantasy world
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.wesnoth.org/;
-depends=('sdl_ttf' 'sdl_net' 'sdl_mixer' 'sdl_image' 'fribidi' 'boost-libs' 
'pango' 'lua' wesnoth-data=$pkgver 'dbus-core' 'python2')
-makedepends=('boost' 'cmake')
-install=wesnoth.install
-options=(!emptydirs)
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2
-wesnothd.tmpfiles.conf
-wesnothd.rc.d
-wesnothd.service)
-md5sums=('03d9683cd83d17c6536bdf5c4940bbc8'
- '2d2fea6b3d86dfd589f5ad35a3be1f97'
- '85659b47d22dfdf4e4d046556973fc3e'
- 'd1b6bf1d3dc05086ee6a370adff0ae4a')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  mkdir build  cd build
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DENABLE_OMP=ON \
-  -DENABLE_TOOLS=ON \
-  -DMANDIR=share/man
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  cd build
-  make DESTDIR=$pkgdir install
-
-  rm -r $pkgdir/usr/share/applications
-  rm -r $pkgdir/usr/share/doc
-  rm -r $pkgdir/usr/share/pixmaps
-  rm -r $pkgdir/usr/share/wesnoth
-
-  install -Dm644 $srcdir/wesnothd.tmpfiles.conf 
$pkgdir/usr/lib/tmpfiles.d/wesnothd.conf
-  install -Dm644 $srcdir/wesnothd.service 
$pkgdir/usr/lib/systemd/system/wesnothd.service
-  install -Dm755 

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

2013-03-22 Thread Sven-Hendrik Haase
Date: Friday, March 22, 2013 @ 12:01:00
  Author: svenstaro
Revision: 86798

upgpkg: vim-minibufexpl 6.4.4-1

Updating to 6.4.4

Modified:
  vim-minibufexpl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-22 11:00:44 UTC (rev 86797)
+++ PKGBUILD2013-03-22 11:01:00 UTC (rev 86798)
@@ -4,8 +4,8 @@
 # Contributor: Aaron Griffin aa...@archlinux.org
 
 pkgname=vim-minibufexpl
-pkgver=6.4.2
-pkgrel=2
+pkgver=6.4.4
+pkgrel=1
 pkgdesc=An elegant buffer explorer for vim
 arch=('any')
 url=http://fholgado.com/minibufexpl;
@@ -14,7 +14,7 @@
 groups=('vim-plugins')
 
source=(${pkgname}-${pkgver}::https://github.com/fholgado/minibufexpl.vim/tarball/${pkgver};
 'LICENSE')
-md5sums=('198e1eb3bed65ad22ef62120306c3f46'
+md5sums=('39e75c5c1be1050feb790664210f09bc'
  'aa6bc9c176702f23ee9f8476f72e3971')
 
 package() {



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

2013-03-22 Thread Sven-Hendrik Haase
Date: Friday, March 22, 2013 @ 12:01:06
  Author: svenstaro
Revision: 86799

archrelease: copy trunk to community-any

Added:
  vim-minibufexpl/repos/community-any/LICENSE
(from rev 86798, vim-minibufexpl/trunk/LICENSE)
  vim-minibufexpl/repos/community-any/PKGBUILD
(from rev 86798, vim-minibufexpl/trunk/PKGBUILD)
Deleted:
  vim-minibufexpl/repos/community-any/LICENSE
  vim-minibufexpl/repos/community-any/PKGBUILD

--+
 LICENSE  |   16 
 PKGBUILD |   52 ++--
 2 files changed, 34 insertions(+), 34 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2013-03-22 11:01:00 UTC (rev 86798)
+++ LICENSE 2013-03-22 11:01:06 UTC (rev 86799)
@@ -1,8 +0,0 @@
-Copyright: Copyright (C) 2002  2003 Bindu Wavell
-   Permission is hereby granted to use and distribute this code,
-   with or without modifications, provided that this copyright
-   notice is copied with it. Like anything else that's free,
-   minibufexplorer.vim is provided *as is* and comes with no
-   warranty of any kind, either expressed or implied. In no
-   event will the copyright holder be liable for any damamges
-   resulting from the use of this software.

Copied: vim-minibufexpl/repos/community-any/LICENSE (from rev 86798, 
vim-minibufexpl/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2013-03-22 11:01:06 UTC (rev 86799)
@@ -0,0 +1,8 @@
+Copyright: Copyright (C) 2002  2003 Bindu Wavell
+   Permission is hereby granted to use and distribute this code,
+   with or without modifications, provided that this copyright
+   notice is copied with it. Like anything else that's free,
+   minibufexplorer.vim is provided *as is* and comes with no
+   warranty of any kind, either expressed or implied. In no
+   event will the copyright holder be liable for any damamges
+   resulting from the use of this software.

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-22 11:01:00 UTC (rev 86798)
+++ PKGBUILD2013-03-22 11:01:06 UTC (rev 86799)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Contributor: Aaron Griffin aa...@archlinux.org
-
-pkgname=vim-minibufexpl
-pkgver=6.4.2
-pkgrel=2
-pkgdesc=An elegant buffer explorer for vim
-arch=('any')
-url=http://fholgado.com/minibufexpl;
-license=('custom')
-depends=('vim')
-groups=('vim-plugins')
-source=(${pkgname}-${pkgver}::https://github.com/fholgado/minibufexpl.vim/tarball/${pkgver};
-'LICENSE')
-md5sums=('198e1eb3bed65ad22ef62120306c3f46'
- 'aa6bc9c176702f23ee9f8476f72e3971')
-
-package() {
-  cd ${srcdir}/fholgado-minibufexpl.vim-*
-  installpath=${pkgdir}/usr/share/vim/vimfiles
-
-  install -D -m644 plugin/minibufexpl.vim $installpath/plugin/minibufexpl.vim
-  install -D -m644 ${srcdir}/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: vim-minibufexpl/repos/community-any/PKGBUILD (from rev 86798, 
vim-minibufexpl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-22 11:01:06 UTC (rev 86799)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=vim-minibufexpl
+pkgver=6.4.4
+pkgrel=1
+pkgdesc=An elegant buffer explorer for vim
+arch=('any')
+url=http://fholgado.com/minibufexpl;
+license=('custom')
+depends=('vim')
+groups=('vim-plugins')
+source=(${pkgname}-${pkgver}::https://github.com/fholgado/minibufexpl.vim/tarball/${pkgver};
+'LICENSE')
+md5sums=('39e75c5c1be1050feb790664210f09bc'
+ 'aa6bc9c176702f23ee9f8476f72e3971')
+
+package() {
+  cd ${srcdir}/fholgado-minibufexpl.vim-*
+  installpath=${pkgdir}/usr/share/vim/vimfiles
+
+  install -D -m644 plugin/minibufexpl.vim $installpath/plugin/minibufexpl.vim
+  install -D -m644 ${srcdir}/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



[arch-commits] Commit in couchdb/trunk (PKGBUILD build-fix.patch)

2013-03-22 Thread Sergej Pupykin
Date: Friday, March 22, 2013 @ 12:36:29
  Author: spupykin
Revision: 86800

new erlang fix

Added:
  couchdb/trunk/build-fix.patch
Modified:
  couchdb/trunk/PKGBUILD

-+
 PKGBUILD|8 
 build-fix.patch | 5568 ++
 2 files changed, 5573 insertions(+), 3 deletions(-)

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


[arch-commits] Commit in couchdb/repos/community-i686 (11 files)

2013-03-22 Thread Sergej Pupykin
Date: Friday, March 22, 2013 @ 12:39:12
  Author: spupykin
Revision: 86801

archrelease: copy trunk to community-i686

Added:
  couchdb/repos/community-i686/PKGBUILD
(from rev 86800, couchdb/trunk/PKGBUILD)
  couchdb/repos/community-i686/build-fix.patch
(from rev 86800, couchdb/trunk/build-fix.patch)
  couchdb/repos/community-i686/couchdb.install
(from rev 86800, couchdb/trunk/couchdb.install)
  couchdb/repos/community-i686/couchdb.rc
(from rev 86800, couchdb/trunk/couchdb.rc)
  couchdb/repos/community-i686/couchdb.service
(from rev 86800, couchdb/trunk/couchdb.service)
  couchdb/repos/community-i686/couchdb.tmpfiles
(from rev 86800, couchdb/trunk/couchdb.tmpfiles)
Deleted:
  couchdb/repos/community-i686/PKGBUILD
  couchdb/repos/community-i686/couchdb.install
  couchdb/repos/community-i686/couchdb.rc
  couchdb/repos/community-i686/couchdb.service
  couchdb/repos/community-i686/couchdb.tmpfiles

--+
 PKGBUILD |  104 
 build-fix.patch  | 5568 +
 couchdb.install  |   44 
 couchdb.rc   |  314 +-
 couchdb.service  |   24 
 couchdb.tmpfiles |2 
 6 files changed, 5813 insertions(+), 243 deletions(-)

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


[arch-commits] Commit in couchdb/repos/community-x86_64 (11 files)

2013-03-22 Thread Sergej Pupykin
Date: Friday, March 22, 2013 @ 12:40:46
  Author: spupykin
Revision: 86802

archrelease: copy trunk to community-x86_64

Added:
  couchdb/repos/community-x86_64/PKGBUILD
(from rev 86801, couchdb/trunk/PKGBUILD)
  couchdb/repos/community-x86_64/build-fix.patch
(from rev 86801, couchdb/trunk/build-fix.patch)
  couchdb/repos/community-x86_64/couchdb.install
(from rev 86801, couchdb/trunk/couchdb.install)
  couchdb/repos/community-x86_64/couchdb.rc
(from rev 86801, couchdb/trunk/couchdb.rc)
  couchdb/repos/community-x86_64/couchdb.service
(from rev 86801, couchdb/trunk/couchdb.service)
  couchdb/repos/community-x86_64/couchdb.tmpfiles
(from rev 86801, couchdb/trunk/couchdb.tmpfiles)
Deleted:
  couchdb/repos/community-x86_64/PKGBUILD
  couchdb/repos/community-x86_64/couchdb.install
  couchdb/repos/community-x86_64/couchdb.rc
  couchdb/repos/community-x86_64/couchdb.service
  couchdb/repos/community-x86_64/couchdb.tmpfiles

--+
 PKGBUILD |  104 
 build-fix.patch  | 5568 +
 couchdb.install  |   44 
 couchdb.rc   |  314 +-
 couchdb.service  |   24 
 couchdb.tmpfiles |2 
 6 files changed, 5813 insertions(+), 243 deletions(-)

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


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

2013-03-22 Thread Sergej Pupykin
Date: Friday, March 22, 2013 @ 12:47:17
  Author: spupykin
Revision: 86803

upgpkg: couchdb 1.2.1-3

upd

Modified:
  couchdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-22 11:40:46 UTC (rev 86802)
+++ PKGBUILD2013-03-22 11:47:17 UTC (rev 86803)
@@ -5,7 +5,7 @@
 
 pkgname=couchdb
 pkgver=1.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc=A document-oriented database that can be queried and indexed in a 
MapReduce fashion using JSON
 arch=('i686' 'x86_64')
 url=http://couchdb.apache.org;



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

2013-03-22 Thread Sergej Pupykin
Date: Friday, March 22, 2013 @ 12:47:48
  Author: spupykin
Revision: 86804

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

Added:
  couchdb/repos/community-staging-i686/
  couchdb/repos/community-staging-i686/PKGBUILD
(from rev 86803, couchdb/trunk/PKGBUILD)
  couchdb/repos/community-staging-i686/build-fix.patch
(from rev 86803, couchdb/trunk/build-fix.patch)
  couchdb/repos/community-staging-i686/couchdb.install
(from rev 86803, couchdb/trunk/couchdb.install)
  couchdb/repos/community-staging-i686/couchdb.rc
(from rev 86803, couchdb/trunk/couchdb.rc)
  couchdb/repos/community-staging-i686/couchdb.service
(from rev 86803, couchdb/trunk/couchdb.service)
  couchdb/repos/community-staging-i686/couchdb.tmpfiles
(from rev 86803, couchdb/trunk/couchdb.tmpfiles)
  couchdb/repos/community-staging-x86_64/
  couchdb/repos/community-staging-x86_64/PKGBUILD
(from rev 86803, couchdb/trunk/PKGBUILD)
  couchdb/repos/community-staging-x86_64/build-fix.patch
(from rev 86803, couchdb/trunk/build-fix.patch)
  couchdb/repos/community-staging-x86_64/couchdb.install
(from rev 86803, couchdb/trunk/couchdb.install)
  couchdb/repos/community-staging-x86_64/couchdb.rc
(from rev 86803, couchdb/trunk/couchdb.rc)
  couchdb/repos/community-staging-x86_64/couchdb.service
(from rev 86803, couchdb/trunk/couchdb.service)
  couchdb/repos/community-staging-x86_64/couchdb.tmpfiles
(from rev 86803, couchdb/trunk/couchdb.tmpfiles)

---+
 community-staging-i686/PKGBUILD   |   53 
 community-staging-i686/build-fix.patch| 5568 
 community-staging-i686/couchdb.install|   22 
 community-staging-i686/couchdb.rc |  157 
 community-staging-i686/couchdb.service|   12 
 community-staging-i686/couchdb.tmpfiles   |1 
 community-staging-x86_64/PKGBUILD |   53 
 community-staging-x86_64/build-fix.patch  | 5568 
 community-staging-x86_64/couchdb.install  |   22 
 community-staging-x86_64/couchdb.rc   |  157 
 community-staging-x86_64/couchdb.service  |   12 
 community-staging-x86_64/couchdb.tmpfiles |1 
 12 files changed, 11626 insertions(+)

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


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

2013-03-22 Thread Sergej Pupykin
Date: Friday, March 22, 2013 @ 12:47:53
  Author: spupykin
Revision: 86805

upgpkg: dwdiff 2.0.4-4

upd

Modified:
  dwdiff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-22 11:47:48 UTC (rev 86804)
+++ PKGBUILD2013-03-22 11:47:53 UTC (rev 86805)
@@ -3,7 +3,7 @@
 
 pkgname=dwdiff
 pkgver=2.0.4
-pkgrel=3
+pkgrel=4
 pkgdesc=A front-end for the diff program that operates at the word level 
instead of the line level
 arch=('i686' 'x86_64')
 url=http://os.ghalkes.nl/dwdiff.html;



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

2013-03-22 Thread Sergej Pupykin
Date: Friday, March 22, 2013 @ 12:48:09
  Author: spupykin
Revision: 86806

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

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

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

Copied: dwdiff/repos/community-staging-i686/PKGBUILD (from rev 86805, 
dwdiff/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-22 11:48:09 UTC (rev 86806)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=dwdiff
+pkgver=2.0.4
+pkgrel=4
+pkgdesc=A front-end for the diff program that operates at the word level 
instead of the line level
+arch=('i686' 'x86_64')
+url=http://os.ghalkes.nl/dwdiff.html;
+depends=('diffutils' 'icu')
+license=('GPL')
+source=(http://os.ghalkes.nl/dist/$pkgname-$pkgver.tgz;)
+md5sums=('1bb69cbfb76583f69c6912f925fc4cec')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make prefix=$pkgdir/usr install
+}

Copied: dwdiff/repos/community-staging-x86_64/PKGBUILD (from rev 86805, 
dwdiff/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-03-22 11:48:09 UTC (rev 86806)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=dwdiff
+pkgver=2.0.4
+pkgrel=4
+pkgdesc=A front-end for the diff program that operates at the word level 
instead of the line level
+arch=('i686' 'x86_64')
+url=http://os.ghalkes.nl/dwdiff.html;
+depends=('diffutils' 'icu')
+license=('GPL')
+source=(http://os.ghalkes.nl/dist/$pkgname-$pkgver.tgz;)
+md5sums=('1bb69cbfb76583f69c6912f925fc4cec')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make prefix=$pkgdir/usr install
+}



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

2013-03-22 Thread Sergej Pupykin
Date: Friday, March 22, 2013 @ 12:48:13
  Author: spupykin
Revision: 86807

upgpkg: mapnik 2.1.0-8

upd

Modified:
  mapnik/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-22 11:48:09 UTC (rev 86806)
+++ PKGBUILD2013-03-22 11:48:13 UTC (rev 86807)
@@ -5,7 +5,7 @@
 
 pkgname=mapnik
 pkgver=2.1.0
-pkgrel=7
+pkgrel=8
 pkgdesc=Free Toolkit for developing mapping applications. Above all Mapnik is 
about rendering beautiful maps
 arch=('i686' 'x86_64')
 url=http://mapnik.org/;



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

2013-03-22 Thread Sergej Pupykin
Date: Friday, March 22, 2013 @ 12:48:27
  Author: spupykin
Revision: 86808

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

Added:
  mapnik/repos/community-staging-i686/
  mapnik/repos/community-staging-i686/PKGBUILD
(from rev 86807, mapnik/trunk/PKGBUILD)
  mapnik/repos/community-staging-i686/mapnik.install
(from rev 86807, mapnik/trunk/mapnik.install)
  mapnik/repos/community-staging-x86_64/
  mapnik/repos/community-staging-x86_64/PKGBUILD
(from rev 86807, mapnik/trunk/PKGBUILD)
  mapnik/repos/community-staging-x86_64/mapnik.install
(from rev 86807, mapnik/trunk/mapnik.install)

-+
 community-staging-i686/PKGBUILD |   45 ++
 community-staging-i686/mapnik.install   |   11 +++
 community-staging-x86_64/PKGBUILD   |   45 ++
 community-staging-x86_64/mapnik.install |   11 +++
 4 files changed, 112 insertions(+)

Copied: mapnik/repos/community-staging-i686/PKGBUILD (from rev 86807, 
mapnik/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-22 11:48:27 UTC (rev 86808)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: David Dent thewi...@gmail.com
+# Contributor: orbisvicis orbisvi...@gmail.com
+
+pkgname=mapnik
+pkgver=2.1.0
+pkgrel=8
+pkgdesc=Free Toolkit for developing mapping applications. Above all Mapnik is 
about rendering beautiful maps
+arch=('i686' 'x86_64')
+url=http://mapnik.org/;
+license=('LGPL')
+depends=('boost-libs' 'icu' 'libpng' 'libjpeg' 'libtiff' 'freetype2'
+'libxml2' 'python2' 'proj' 'cairo' 'cairomm' 'pycairo'
+'postgresql-libs' 'postgis' 'gdal' 'curl' 'libltdl')
+optdepends=('libxslt: Web Map Service'
+'python2-lxml:Web Map Service'
+'python-imaging:  Web Map Service'
+'python-nose: Web Map Service'
+'apache:  Web Map Service'
+'mod_fastcgi: Web Map Service - or:'
+'mod_fcgid:   Web Map Service - or:'
+'mod_wsgi2:   Web Map Service')
+makedepends=('scons' 'boost')
+install=mapnik.install
+source=(https://github.com/downloads/mapnik/mapnik/mapnik-v$pkgver.tar.bz2;)
+md5sums=('d580c558a957444873bec9e24526b0a0')
+
+build() {
+  cd $srcdir/$pkgname-v$pkgver
+  sed -i 's|lib64|lib|g' SConstruct
+  sed -i 's|python|python2|' \
+   utils/performance/mapnik-speed-check \
+   utils/upgrade_map_xml/*.py
+  scons configure \
+PREFIX=/usr \
+INPUT_PLUGINS=all \
+DESTDIR=$pkgdir
+  scons
+}
+
+package(){
+  cd $srcdir/$pkgname-v$pkgver
+  scons install
+}

Copied: mapnik/repos/community-staging-i686/mapnik.install (from rev 86807, 
mapnik/trunk/mapnik.install)
===
--- community-staging-i686/mapnik.install   (rev 0)
+++ community-staging-i686/mapnik.install   2013-03-22 11:48:27 UTC (rev 
86808)
@@ -0,0 +1,11 @@
+post_install() {
+  /sbin/ldconfig
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: mapnik/repos/community-staging-x86_64/PKGBUILD (from rev 86807, 
mapnik/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-03-22 11:48:27 UTC (rev 86808)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: David Dent thewi...@gmail.com
+# Contributor: orbisvicis orbisvi...@gmail.com
+
+pkgname=mapnik
+pkgver=2.1.0
+pkgrel=8
+pkgdesc=Free Toolkit for developing mapping applications. Above all Mapnik is 
about rendering beautiful maps
+arch=('i686' 'x86_64')
+url=http://mapnik.org/;
+license=('LGPL')
+depends=('boost-libs' 'icu' 'libpng' 'libjpeg' 'libtiff' 'freetype2'
+'libxml2' 'python2' 'proj' 'cairo' 'cairomm' 'pycairo'
+'postgresql-libs' 'postgis' 'gdal' 'curl' 'libltdl')
+optdepends=('libxslt: Web Map Service'
+'python2-lxml:Web Map Service'
+'python-imaging:  Web Map Service'
+'python-nose: Web Map Service'
+'apache:  Web Map Service'
+'mod_fastcgi: Web Map Service - or:'
+'mod_fcgid:   Web Map Service - or:'
+'mod_wsgi2:   Web Map Service')
+makedepends=('scons' 'boost')
+install=mapnik.install
+source=(https://github.com/downloads/mapnik/mapnik/mapnik-v$pkgver.tar.bz2;)
+md5sums=('d580c558a957444873bec9e24526b0a0')
+
+build() {
+  cd $srcdir/$pkgname-v$pkgver
+  sed -i 's|lib64|lib|g' SConstruct
+  sed -i 's|python|python2|' \
+   utils/performance/mapnik-speed-check \
+   utils/upgrade_map_xml/*.py
+  scons configure \
+

[arch-commits] Commit in open-vm-tools/trunk (PKGBUILD)

2013-03-22 Thread Sergej Pupykin
Date: Friday, March 22, 2013 @ 12:48:36
  Author: spupykin
Revision: 86809

upgpkg: open-vm-tools 1:9.2.2-7

upd

Modified:
  open-vm-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-22 11:48:27 UTC (rev 86808)
+++ PKGBUILD2013-03-22 11:48:36 UTC (rev 86809)
@@ -7,7 +7,7 @@
 epoch=1
 pkgver=9.2.2
 _pkgsubver=893683
-pkgrel=6
+pkgrel=7
 pkgdesc=The Open Virtual Machine Tools (open-vm-tools) are the open source 
implementation of VMware Tools
 arch=('i686' 'x86_64')
 url=http://open-vm-tools.sourceforge.net/;



[arch-commits] Commit in open-vm-tools/repos (28 files)

2013-03-22 Thread Sergej Pupykin
Date: Friday, March 22, 2013 @ 12:49:32
  Author: spupykin
Revision: 86810

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

Added:
  open-vm-tools/repos/community-staging-i686/
  open-vm-tools/repos/community-staging-i686/PKGBUILD
(from rev 86809, open-vm-tools/trunk/PKGBUILD)
  open-vm-tools/repos/community-staging-i686/modprobe.conf
(from rev 86809, open-vm-tools/trunk/modprobe.conf)
  open-vm-tools/repos/community-staging-i686/open-vm-tools-X11Bool.patch
(from rev 86809, open-vm-tools/trunk/open-vm-tools-X11Bool.patch)
  open-vm-tools/repos/community-staging-i686/open-vm-tools-dkms.install
(from rev 86809, open-vm-tools/trunk/open-vm-tools-dkms.install)
  open-vm-tools/repos/community-staging-i686/open-vm-tools.conf.d
(from rev 86809, open-vm-tools/trunk/open-vm-tools.conf.d)
  open-vm-tools/repos/community-staging-i686/open-vm-tools.install
(from rev 86809, open-vm-tools/trunk/open-vm-tools.install)
  open-vm-tools/repos/community-staging-i686/open-vm-tools.rc.d
(from rev 86809, open-vm-tools/trunk/open-vm-tools.rc.d)
  open-vm-tools/repos/community-staging-i686/scripts-network-FS19541.patch
(from rev 86809, open-vm-tools/trunk/scripts-network-FS19541.patch)
  open-vm-tools/repos/community-staging-i686/scripts-network.patch
(from rev 86809, open-vm-tools/trunk/scripts-network.patch)
  open-vm-tools/repos/community-staging-i686/tools.conf
(from rev 86809, open-vm-tools/trunk/tools.conf)
  open-vm-tools/repos/community-staging-i686/vmtoolsd.service
(from rev 86809, open-vm-tools/trunk/vmtoolsd.service)
  open-vm-tools/repos/community-staging-i686/vmware-guestd
(from rev 86809, open-vm-tools/trunk/vmware-guestd)
  open-vm-tools/repos/community-staging-i686/xautostart.conf
(from rev 86809, open-vm-tools/trunk/xautostart.conf)
  open-vm-tools/repos/community-staging-x86_64/
  open-vm-tools/repos/community-staging-x86_64/PKGBUILD
(from rev 86809, open-vm-tools/trunk/PKGBUILD)
  open-vm-tools/repos/community-staging-x86_64/modprobe.conf
(from rev 86809, open-vm-tools/trunk/modprobe.conf)
  open-vm-tools/repos/community-staging-x86_64/open-vm-tools-X11Bool.patch
(from rev 86809, open-vm-tools/trunk/open-vm-tools-X11Bool.patch)
  open-vm-tools/repos/community-staging-x86_64/open-vm-tools-dkms.install
(from rev 86809, open-vm-tools/trunk/open-vm-tools-dkms.install)
  open-vm-tools/repos/community-staging-x86_64/open-vm-tools.conf.d
(from rev 86809, open-vm-tools/trunk/open-vm-tools.conf.d)
  open-vm-tools/repos/community-staging-x86_64/open-vm-tools.install
(from rev 86809, open-vm-tools/trunk/open-vm-tools.install)
  open-vm-tools/repos/community-staging-x86_64/open-vm-tools.rc.d
(from rev 86809, open-vm-tools/trunk/open-vm-tools.rc.d)
  open-vm-tools/repos/community-staging-x86_64/scripts-network-FS19541.patch
(from rev 86809, open-vm-tools/trunk/scripts-network-FS19541.patch)
  open-vm-tools/repos/community-staging-x86_64/scripts-network.patch
(from rev 86809, open-vm-tools/trunk/scripts-network.patch)
  open-vm-tools/repos/community-staging-x86_64/tools.conf
(from rev 86809, open-vm-tools/trunk/tools.conf)
  open-vm-tools/repos/community-staging-x86_64/vmtoolsd.service
(from rev 86809, open-vm-tools/trunk/vmtoolsd.service)
  open-vm-tools/repos/community-staging-x86_64/vmware-guestd
(from rev 86809, open-vm-tools/trunk/vmware-guestd)
  open-vm-tools/repos/community-staging-x86_64/xautostart.conf
(from rev 86809, open-vm-tools/trunk/xautostart.conf)

+
 community-staging-i686/PKGBUILD|  100 ++
 community-staging-i686/modprobe.conf   |1 
 community-staging-i686/open-vm-tools-X11Bool.patch |   15 ++
 community-staging-i686/open-vm-tools-dkms.install  |   23 +++
 community-staging-i686/open-vm-tools.conf.d|   11 +
 community-staging-i686/open-vm-tools.install   |   10 +
 community-staging-i686/open-vm-tools.rc.d  |  106 +++
 community-staging-i686/scripts-network-FS19541.patch   |   38 +
 community-staging-i686/scripts-network.patch   |   73 ++
 community-staging-i686/tools.conf  |1 
 community-staging-i686/vmtoolsd.service|9 +
 community-staging-i686/vmware-guestd   |6 
 community-staging-i686/xautostart.conf |6 
 community-staging-x86_64/PKGBUILD  |  100 ++
 community-staging-x86_64/modprobe.conf |1 
 community-staging-x86_64/open-vm-tools-X11Bool.patch   |   15 ++
 community-staging-x86_64/open-vm-tools-dkms.install|   23 +++
 community-staging-x86_64/open-vm-tools.conf.d  |   11 +
 community-staging-x86_64/open-vm-tools.install |   10 +
 community-staging-x86_64/open-vm-tools.rc.d|  106 +++
 

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

2013-03-22 Thread Sergej Pupykin
Date: Friday, March 22, 2013 @ 12:49:37
  Author: spupykin
Revision: 86811

upgpkg: parrot 5.1.0-4

upd

Modified:
  parrot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-22 11:49:32 UTC (rev 86810)
+++ PKGBUILD2013-03-22 11:49:37 UTC (rev 86811)
@@ -6,7 +6,7 @@
 pkgver=5.1.0
 #_rel=stable
 _rel=devel
-pkgrel=3
+pkgrel=4
 pkgdesc=Standalone VM that can execute bytecode compiled dynamic languages
 arch=('x86_64' 'i686')
 url=http://www.parrotcode.org/;



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

2013-03-22 Thread Sergej Pupykin
Date: Friday, March 22, 2013 @ 12:49:53
  Author: spupykin
Revision: 86812

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

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

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

Copied: parrot/repos/community-staging-i686/PKGBUILD (from rev 86811, 
parrot/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-22 11:49:53 UTC (rev 86812)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: mpie michael.kyne-philli...@ntlworld.com
+
+pkgname=parrot
+pkgver=5.1.0
+#_rel=stable
+_rel=devel
+pkgrel=4
+pkgdesc=Standalone VM that can execute bytecode compiled dynamic languages
+arch=('x86_64' 'i686')
+url=http://www.parrotcode.org/;
+license=('GPL')
+depends=('icu' 'openssl' 'libffi')
+makedepends=('perl-json')
+optdepends=('freeglut')
+options=('!makeflags')
+source=(ftp://ftp.parrot.org/pub/parrot/releases/$_rel/$pkgver/$pkgname-$pkgver.tar.bz2)
+md5sums=('cf879f76d56f007107c143a1b63037c9')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  perl Configure.pl --prefix=/usr \
+--parrot_is_shared \
+--disable-rpath \
+   --mandir=/usr/share/man \
+--optimize
+  export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:$(pwd)/blib/lib
+  make all parrot_utils docs html
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install-dev
+  sed -i s#$srcdir#/usr/src# \
+$pkgdir/usr/lib/parrot/$pkgver/tools/lib/Parrot/Config/Generated.pm
+}

Copied: parrot/repos/community-staging-x86_64/PKGBUILD (from rev 86811, 
parrot/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-03-22 11:49:53 UTC (rev 86812)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: mpie michael.kyne-philli...@ntlworld.com
+
+pkgname=parrot
+pkgver=5.1.0
+#_rel=stable
+_rel=devel
+pkgrel=4
+pkgdesc=Standalone VM that can execute bytecode compiled dynamic languages
+arch=('x86_64' 'i686')
+url=http://www.parrotcode.org/;
+license=('GPL')
+depends=('icu' 'openssl' 'libffi')
+makedepends=('perl-json')
+optdepends=('freeglut')
+options=('!makeflags')
+source=(ftp://ftp.parrot.org/pub/parrot/releases/$_rel/$pkgver/$pkgname-$pkgver.tar.bz2)
+md5sums=('cf879f76d56f007107c143a1b63037c9')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  perl Configure.pl --prefix=/usr \
+--parrot_is_shared \
+--disable-rpath \
+   --mandir=/usr/share/man \
+--optimize
+  export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:$(pwd)/blib/lib
+  make all parrot_utils docs html
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install-dev
+  sed -i s#$srcdir#/usr/src# \
+$pkgdir/usr/lib/parrot/$pkgver/tools/lib/Parrot/Config/Generated.pm
+}



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

2013-03-22 Thread Sébastien Luttringer
Date: Friday, March 22, 2013 @ 13:00:23
  Author: seblu
Revision: 86813

upgpkg: exabgp 3.1.7-1

Modified:
  exabgp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-22 11:49:53 UTC (rev 86812)
+++ PKGBUILD2013-03-22 12:00:23 UTC (rev 86813)
@@ -2,7 +2,7 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=exabgp
-pkgver=3.1.5
+pkgver=3.1.7
 pkgrel=1
 pkgdesc='BPG route injector'
 arch=('any')
@@ -12,7 +12,7 @@
 backup=('etc/exabgp.conf')
 source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tgz;
 'exabgp.service')
-sha1sums=('ca69d4e5890d394e47aea58366ddd04a2dd3070f'
+sha1sums=('765935357038f15036f6984a40f060ea0ef3b062'
   '2f12eaf9be33e4a5b19ad96aeba97d2b4b67d58b')
 
 build() {



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

2013-03-22 Thread Sébastien Luttringer
Date: Friday, March 22, 2013 @ 13:00:28
  Author: seblu
Revision: 86814

archrelease: copy trunk to community-any

Added:
  exabgp/repos/community-any/PKGBUILD
(from rev 86813, exabgp/trunk/PKGBUILD)
  exabgp/repos/community-any/exabgp.service
(from rev 86813, exabgp/trunk/exabgp.service)
Deleted:
  exabgp/repos/community-any/PKGBUILD
  exabgp/repos/community-any/exabgp.service

+
 PKGBUILD   |   80 +++
 exabgp.service |   22 +++
 2 files changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-22 12:00:23 UTC (rev 86813)
+++ PKGBUILD2013-03-22 12:00:28 UTC (rev 86814)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=exabgp
-pkgver=3.1.5
-pkgrel=1
-pkgdesc='BPG route injector'
-arch=('any')
-license=('custom')
-url='http://code.google.com/p/exabgp/'
-depends=('python2')
-backup=('etc/exabgp.conf')
-source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tgz;
-'exabgp.service')
-sha1sums=('ca69d4e5890d394e47aea58366ddd04a2dd3070f'
-  '2f12eaf9be33e4a5b19ad96aeba97d2b4b67d58b')
-
-build() {
-  # arch python2
-  find $pkgname-$pkgver -type f -exec \
-sed -i '1s,^#!/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \; -print
-}
-
-package() {
-  pushd $pkgname-$pkgver
-  # upstream installer
-  python2 setup.py install --root=$pkgdir --install-data=/
-  # install license
-  install -D -m 644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  popd
-  # systemd
-  install -D -m 644 $pkgname.service \
-$pkgdir/usr/lib/systemd/system/$pkgname.service
-  # install empty config file
-  install -D -m 644 /dev/null $pkgdir/etc/$pkgname.conf
-  # move data in a more private directory
-  mv $pkgdir/etc/$pkgname $pkgdir/usr/share/$pkgname
-}
-
-# vim:set ts=2 sw=2 et:

Copied: exabgp/repos/community-any/PKGBUILD (from rev 86813, 
exabgp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-22 12:00:28 UTC (rev 86814)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=exabgp
+pkgver=3.1.7
+pkgrel=1
+pkgdesc='BPG route injector'
+arch=('any')
+license=('custom')
+url='http://code.google.com/p/exabgp/'
+depends=('python2')
+backup=('etc/exabgp.conf')
+source=(http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tgz;
+'exabgp.service')
+sha1sums=('765935357038f15036f6984a40f060ea0ef3b062'
+  '2f12eaf9be33e4a5b19ad96aeba97d2b4b67d58b')
+
+build() {
+  # arch python2
+  find $pkgname-$pkgver -type f -exec \
+sed -i '1s,^#!/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \; -print
+}
+
+package() {
+  pushd $pkgname-$pkgver
+  # upstream installer
+  python2 setup.py install --root=$pkgdir --install-data=/
+  # install license
+  install -D -m 644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  popd
+  # systemd
+  install -D -m 644 $pkgname.service \
+$pkgdir/usr/lib/systemd/system/$pkgname.service
+  # install empty config file
+  install -D -m 644 /dev/null $pkgdir/etc/$pkgname.conf
+  # move data in a more private directory
+  mv $pkgdir/etc/$pkgname $pkgdir/usr/share/$pkgname
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: exabgp.service
===
--- exabgp.service  2013-03-22 12:00:23 UTC (rev 86813)
+++ exabgp.service  2013-03-22 12:00:28 UTC (rev 86814)
@@ -1,11 +0,0 @@
-[Unit]
-Description=ExaBGP
-After=network.target
-
-[Service]
-Environment=exabgp.daemon.daemonize=false
-Environment=exabgp.log.destination=stdout
-ExecStart=/usr/bin/exabgp /etc/exabgp.conf
-
-[Install]
-WantedBy=multi-user.target

Copied: exabgp/repos/community-any/exabgp.service (from rev 86813, 
exabgp/trunk/exabgp.service)
===
--- exabgp.service  (rev 0)
+++ exabgp.service  2013-03-22 12:00:28 UTC (rev 86814)
@@ -0,0 +1,11 @@
+[Unit]
+Description=ExaBGP
+After=network.target
+
+[Service]
+Environment=exabgp.daemon.daemonize=false
+Environment=exabgp.log.destination=stdout
+ExecStart=/usr/bin/exabgp /etc/exabgp.conf
+
+[Install]
+WantedBy=multi-user.target



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

2013-03-22 Thread Sébastien Luttringer
Date: Friday, March 22, 2013 @ 13:04:05
  Author: seblu
Revision: 86815

upgpkg: ldoc 1.3.7-1

Modified:
  ldoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-22 12:00:28 UTC (rev 86814)
+++ PKGBUILD2013-03-22 12:04:05 UTC (rev 86815)
@@ -2,7 +2,7 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=ldoc
-pkgver=1.3.4
+pkgver=1.3.7
 pkgrel=1
 pkgdesc='A LuaDoc-compatible documentation generation system'
 arch=('any')
@@ -10,7 +10,7 @@
 license=('custom')
 depends=('lua' 'lua-penlight')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/stevedonovan/ldoc/archive/$pkgver.tar.gz;)
-md5sums=('dafa786f4a479a8de3f8049c9843b561')
+md5sums=('139eb6b4e1e416beedd32aaa8f3a0cf6')
 
 package() {
   cd LDoc-$pkgver



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

2013-03-22 Thread Sébastien Luttringer
Date: Friday, March 22, 2013 @ 13:04:12
  Author: seblu
Revision: 86816

archrelease: copy trunk to community-any

Added:
  ldoc/repos/community-any/PKGBUILD
(from rev 86815, ldoc/trunk/PKGBUILD)
Deleted:
  ldoc/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-22 12:04:05 UTC (rev 86815)
+++ PKGBUILD2013-03-22 12:04:12 UTC (rev 86816)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=ldoc
-pkgver=1.3.4
-pkgrel=1
-pkgdesc='A LuaDoc-compatible documentation generation system'
-arch=('any')
-url='http://stevedonovan.github.com/ldoc/'
-license=('custom')
-depends=('lua' 'lua-penlight')
-source=($pkgname-$pkgver.tar.gz::https://github.com/stevedonovan/ldoc/archive/$pkgver.tar.gz;)
-md5sums=('dafa786f4a479a8de3f8049c9843b561')
-
-package() {
-  cd LDoc-$pkgver
-  # install library
-  install -dm755 $pkgdir/usr/share/lua/5.2
-  cp -a ldoc $pkgdir/usr/share/lua/5.2
-  # install binaries
-  install -Dm755 ldoc.lua $pkgdir/usr/bin/ldoc.lua
-  ln -s ldoc.lua $pkgdir/usr/bin/ldoc
-  # copy docs
-  install -Dm644 readme.md $pkgdir/usr/share/docs/$pkgname/readme.md
-  install -Dm644 docs/doc.md $pkgdir/usr/share/docs/$pkgname/doc.md
-  # copy license
-  install -Dm644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ldoc/repos/community-any/PKGBUILD (from rev 86815, ldoc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-22 12:04:12 UTC (rev 86816)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=ldoc
+pkgver=1.3.7
+pkgrel=1
+pkgdesc='A LuaDoc-compatible documentation generation system'
+arch=('any')
+url='http://stevedonovan.github.com/ldoc/'
+license=('custom')
+depends=('lua' 'lua-penlight')
+source=($pkgname-$pkgver.tar.gz::https://github.com/stevedonovan/ldoc/archive/$pkgver.tar.gz;)
+md5sums=('139eb6b4e1e416beedd32aaa8f3a0cf6')
+
+package() {
+  cd LDoc-$pkgver
+  # install library
+  install -dm755 $pkgdir/usr/share/lua/5.2
+  cp -a ldoc $pkgdir/usr/share/lua/5.2
+  # install binaries
+  install -Dm755 ldoc.lua $pkgdir/usr/bin/ldoc.lua
+  ln -s ldoc.lua $pkgdir/usr/bin/ldoc
+  # copy docs
+  install -Dm644 readme.md $pkgdir/usr/share/docs/$pkgname/readme.md
+  install -Dm644 docs/doc.md $pkgdir/usr/share/docs/$pkgname/doc.md
+  # copy license
+  install -Dm644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-03-22 Thread Sébastien Luttringer
Date: Friday, March 22, 2013 @ 13:06:33
  Author: seblu
Revision: 86817

upgpkg: penlight 1.1.0-1

Modified:
  penlight/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-22 12:04:12 UTC (rev 86816)
+++ PKGBUILD2013-03-22 12:06:33 UTC (rev 86817)
@@ -6,7 +6,7 @@
 
 pkgbase=penlight
 pkgname=('lua-penlight')
-pkgver=1.0.3a
+pkgver=1.1.0
 pkgrel=1
 pkgdesc='Lua libraries focusing on input data handling'
 arch=('any')
@@ -14,7 +14,7 @@
 license=('custom')
 makedepends=('lua')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/stevedonovan/penlight/archive/$pkgver.tar.gz;)
-md5sums=('5de8e66b18b915b0afe58fe464466daa')
+md5sums=('835ab76e6330d9f584246c8a5113e4dc')
 
 package_lua-penlight() {
   depends=('lua' 'lua-filesystem')



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

2013-03-22 Thread Sébastien Luttringer
Date: Friday, March 22, 2013 @ 13:06:39
  Author: seblu
Revision: 86818

archrelease: copy trunk to community-any

Added:
  penlight/repos/community-any/PKGBUILD
(from rev 86817, penlight/trunk/PKGBUILD)
Deleted:
  penlight/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-22 12:06:33 UTC (rev 86817)
+++ PKGBUILD2013-03-22 12:06:39 UTC (rev 86818)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer se...@aur.archlinux.org
-# Contributor: SpepS dreamspepser at yahoo dot it
-# Contributor: Laszlo Papp djszapi at archlinux us
-# Contributor: Donald Ephraim Curtis dcur...@gmail.com
-
-pkgbase=penlight
-pkgname=('lua-penlight')
-pkgver=1.0.3a
-pkgrel=1
-pkgdesc='Lua libraries focusing on input data handling'
-arch=('any')
-url='https://github.com/stevedonovan/penlight'
-license=('custom')
-makedepends=('lua')
-source=($pkgname-$pkgver.tar.gz::https://github.com/stevedonovan/penlight/archive/$pkgver.tar.gz;)
-md5sums=('5de8e66b18b915b0afe58fe464466daa')
-
-package_lua-penlight() {
-  depends=('lua' 'lua-filesystem')
-
-  cd Penlight-$pkgver
-  install -dm755 $pkgdir/usr/share/lua/5.2/pl/platf
-  install -m644 lua/pl/*.lua $pkgdir/usr/share/lua/5.2/pl
-  install -m644 lua/pl/platf/*.lua $pkgdir/usr/share/lua/5.2/pl/platf
-  # copy docs
-  install -dm755 $pkgdir/usr/share/docs/$pkgname
-  install -m644 CHANGES.txt README.txt docs/manual/* 
$pkgdir/usr/share/docs/$pkgname
-  # copy license
-  install -Dm644 LICENCE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: penlight/repos/community-any/PKGBUILD (from rev 86817, 
penlight/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-22 12:06:39 UTC (rev 86818)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: SpepS dreamspepser at yahoo dot it
+# Contributor: Laszlo Papp djszapi at archlinux us
+# Contributor: Donald Ephraim Curtis dcur...@gmail.com
+
+pkgbase=penlight
+pkgname=('lua-penlight')
+pkgver=1.1.0
+pkgrel=1
+pkgdesc='Lua libraries focusing on input data handling'
+arch=('any')
+url='https://github.com/stevedonovan/penlight'
+license=('custom')
+makedepends=('lua')
+source=($pkgname-$pkgver.tar.gz::https://github.com/stevedonovan/penlight/archive/$pkgver.tar.gz;)
+md5sums=('835ab76e6330d9f584246c8a5113e4dc')
+
+package_lua-penlight() {
+  depends=('lua' 'lua-filesystem')
+
+  cd Penlight-$pkgver
+  install -dm755 $pkgdir/usr/share/lua/5.2/pl/platf
+  install -m644 lua/pl/*.lua $pkgdir/usr/share/lua/5.2/pl
+  install -m644 lua/pl/platf/*.lua $pkgdir/usr/share/lua/5.2/pl/platf
+  # copy docs
+  install -dm755 $pkgdir/usr/share/docs/$pkgname
+  install -m644 CHANGES.txt README.txt docs/manual/* 
$pkgdir/usr/share/docs/$pkgname
+  # copy license
+  install -Dm644 LICENCE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-03-22 Thread Lukas Jirkovsky
Date: Friday, March 22, 2013 @ 13:25:07
  Author: stativ
Revision: 86819


upgpkg: pion 4.0.13.1-3
icu rebuild

Modified:
  pion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-22 12:06:39 UTC (rev 86818)
+++ PKGBUILD2013-03-22 12:25:07 UTC (rev 86819)
@@ -4,7 +4,7 @@
 pkgver=4.0.13.1
 # use the git snapshot until a new version is out
 _pkgver=dddce5e02d8a60f958e466e690d38eee924475b0
-pkgrel=2
+pkgrel=3
 pkgdesc=A C++ development library for implementing lightweight HTTP 
interfaces
 url=http://www.cloudmeter.com/pion/support/;
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 conflicts=('pion-net')
 replaces=('pion-net')
 source=(https://github.com/cloudmeter/pion/archive/${_pkgver}.zip)
-md5sums=('87b710deb5e526a2c7f045d25eba2bee')
+md5sums=('4b312452058a6f2580b5d88b03321457')
 
 build() {
   cd $srcdir/$pkgname-$_pkgver



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

2013-03-22 Thread Dave Reisner
Date: Friday, March 22, 2013 @ 13:40:30
  Author: dreisner
Revision: 180511

upgpkg: systemd 198-2

- backport fix for journal vacuuming failure

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-22 07:52:01 UTC (rev 180510)
+++ PKGBUILD2013-03-22 12:40:30 UTC (rev 180511)
@@ -4,7 +4,7 @@
 pkgbase=systemd
 pkgname=('systemd' 'systemd-sysvcompat')
 pkgver=198
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=http://www.freedesktop.org/wiki/Software/systemd;
 license=('GPL2' 'LGPL2.1' 'MIT')
@@ -44,6 +44,7 @@
   patch -Np1 $srcdir/0001-strv-fix-STRV_FOREACH_PAIR-macro-definition.patch
 
   # upstream commit bbb7f2ae5035105575365750592caa87213d7072
+  # - modified to avoid pulling in disabling of firmware loading
   patch -Np1 
$srcdir/0001-rules-move-builtin-calls-before-the-permissions-sect.patch
 
   # upstream commit 6c142648aaced56ab681fcc97a71b06d588122a9



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

2013-03-22 Thread Dave Reisner
Date: Friday, March 22, 2013 @ 13:41:36
  Author: dreisner
Revision: 180512

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

Added:
  systemd/repos/testing-i686/
  systemd/repos/testing-i686/0001-Fix-vacuum-logic-error.patch
(from rev 180511, systemd/trunk/0001-Fix-vacuum-logic-error.patch)
  
systemd/repos/testing-i686/0001-journal-pass-the-pid-to-sd_pid_get_owner_uid.patch
(from rev 180511, 
systemd/trunk/0001-journal-pass-the-pid-to-sd_pid_get_owner_uid.patch)
  
systemd/repos/testing-i686/0001-rules-move-builtin-calls-before-the-permissions-sect.patch
(from rev 180511, 
systemd/trunk/0001-rules-move-builtin-calls-before-the-permissions-sect.patch)
  
systemd/repos/testing-i686/0001-strv-fix-STRV_FOREACH_PAIR-macro-definition.patch
(from rev 180511, 
systemd/trunk/0001-strv-fix-STRV_FOREACH_PAIR-macro-definition.patch)
  systemd/repos/testing-i686/PKGBUILD
(from rev 180511, systemd/trunk/PKGBUILD)
  systemd/repos/testing-i686/initcpio-hook-udev
(from rev 180511, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-i686/initcpio-install-timestamp
(from rev 180511, systemd/trunk/initcpio-install-timestamp)
  systemd/repos/testing-i686/initcpio-install-udev
(from rev 180511, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-i686/systemd.install
(from rev 180511, systemd/trunk/systemd.install)
  systemd/repos/testing-i686/use-split-usr-path.patch
(from rev 180511, systemd/trunk/use-split-usr-path.patch)
  systemd/repos/testing-x86_64/
  systemd/repos/testing-x86_64/0001-Fix-vacuum-logic-error.patch
(from rev 180511, systemd/trunk/0001-Fix-vacuum-logic-error.patch)
  
systemd/repos/testing-x86_64/0001-journal-pass-the-pid-to-sd_pid_get_owner_uid.patch
(from rev 180511, 
systemd/trunk/0001-journal-pass-the-pid-to-sd_pid_get_owner_uid.patch)
  
systemd/repos/testing-x86_64/0001-rules-move-builtin-calls-before-the-permissions-sect.patch
(from rev 180511, 
systemd/trunk/0001-rules-move-builtin-calls-before-the-permissions-sect.patch)
  
systemd/repos/testing-x86_64/0001-strv-fix-STRV_FOREACH_PAIR-macro-definition.patch
(from rev 180511, 
systemd/trunk/0001-strv-fix-STRV_FOREACH_PAIR-macro-definition.patch)
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 180511, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 180511, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-timestamp
(from rev 180511, systemd/trunk/initcpio-install-timestamp)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 180511, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/systemd.install
(from rev 180511, systemd/trunk/systemd.install)
  systemd/repos/testing-x86_64/use-split-usr-path.patch
(from rev 180511, systemd/trunk/use-split-usr-path.patch)

+
 testing-i686/0001-Fix-vacuum-logic-error.patch 
|   40 ++
 testing-i686/0001-journal-pass-the-pid-to-sd_pid_get_owner_uid.patch   
|   25 +
 testing-i686/0001-rules-move-builtin-calls-before-the-permissions-sect.patch   
|   57 +++
 testing-i686/0001-strv-fix-STRV_FOREACH_PAIR-macro-definition.patch
|   25 +
 testing-i686/PKGBUILD  
|  154 ++
 testing-i686/initcpio-hook-udev
|   20 +
 testing-i686/initcpio-install-timestamp
|   14 
 testing-i686/initcpio-install-udev 
|   28 +
 testing-i686/systemd.install   
|   87 +
 testing-i686/use-split-usr-path.patch  
|   14 
 testing-x86_64/0001-Fix-vacuum-logic-error.patch   
|   40 ++
 testing-x86_64/0001-journal-pass-the-pid-to-sd_pid_get_owner_uid.patch 
|   25 +
 testing-x86_64/0001-rules-move-builtin-calls-before-the-permissions-sect.patch 
|   57 +++
 testing-x86_64/0001-strv-fix-STRV_FOREACH_PAIR-macro-definition.patch  
|   25 +
 testing-x86_64/PKGBUILD
|  154 ++
 testing-x86_64/initcpio-hook-udev  
|   20 +
 testing-x86_64/initcpio-install-timestamp  
|   14 
 testing-x86_64/initcpio-install-udev   
|   28 +
 testing-x86_64/systemd.install 
|   87 +
 testing-x86_64/use-split-usr-path.patch
|   14 
 20 files changed, 928 insertions(+)

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


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

2013-03-22 Thread Lukas Jirkovsky
Date: Friday, March 22, 2013 @ 13:44:48
  Author: stativ
Revision: 86820

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

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

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

Copied: pion/repos/community-staging-i686/PKGBUILD (from rev 86819, 
pion/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-22 12:44:48 UTC (rev 86820)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+pkgname=pion
+pkgver=4.0.13.1
+# use the git snapshot until a new version is out
+_pkgver=dddce5e02d8a60f958e466e690d38eee924475b0
+pkgrel=3
+pkgdesc=A C++ development library for implementing lightweight HTTP 
interfaces
+url=http://www.cloudmeter.com/pion/support/;
+arch=('i686' 'x86_64')
+license=('custom:Boost')
+depends=('boost-libs' 'openssl' 'log4cpp')
+makedepends=('boost')
+provides=('pion-net')
+conflicts=('pion-net')
+replaces=('pion-net')
+source=(https://github.com/cloudmeter/pion/archive/${_pkgver}.zip)
+md5sums=('4b312452058a6f2580b5d88b03321457')
+
+build() {
+  cd $srcdir/$pkgname-$_pkgver
+
+  sh autogen.sh
+
+  # override configure bug (forces debug even when nobody asked for it)
+  sed -i s/ -ggdb//g configure
+  # override Makefile bug
+  sed -i /docs:/ s/doxygen-doc// Makefile.in
+
+  ./configure --prefix=/usr --disable-doxygen-doc
+
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$_pkgver
+  make -k check
+}
+
+package() {
+  cd $srcdir/$pkgname-$_pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license
+  install -D -m0755 COPYING $pkgdir/usr/share/licenses/$pkgname/Boost
+}

Copied: pion/repos/community-staging-x86_64/PKGBUILD (from rev 86819, 
pion/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-03-22 12:44:48 UTC (rev 86820)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+pkgname=pion
+pkgver=4.0.13.1
+# use the git snapshot until a new version is out
+_pkgver=dddce5e02d8a60f958e466e690d38eee924475b0
+pkgrel=3
+pkgdesc=A C++ development library for implementing lightweight HTTP 
interfaces
+url=http://www.cloudmeter.com/pion/support/;
+arch=('i686' 'x86_64')
+license=('custom:Boost')
+depends=('boost-libs' 'openssl' 'log4cpp')
+makedepends=('boost')
+provides=('pion-net')
+conflicts=('pion-net')
+replaces=('pion-net')
+source=(https://github.com/cloudmeter/pion/archive/${_pkgver}.zip)
+md5sums=('4b312452058a6f2580b5d88b03321457')
+
+build() {
+  cd $srcdir/$pkgname-$_pkgver
+
+  sh autogen.sh
+
+  # override configure bug (forces debug even when nobody asked for it)
+  sed -i s/ -ggdb//g configure
+  # override Makefile bug
+  sed -i /docs:/ s/doxygen-doc// Makefile.in
+
+  ./configure --prefix=/usr --disable-doxygen-doc
+
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$_pkgver
+  make -k check
+}
+
+package() {
+  cd $srcdir/$pkgname-$_pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license
+  install -D -m0755 COPYING $pkgdir/usr/share/licenses/$pkgname/Boost
+}



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

2013-03-22 Thread Maxime Gauduin
Date: Friday, March 22, 2013 @ 13:46:27
  Author: alucryd
Revision: 86821

db-remove: gens removed by alucryd

Deleted:
  gens/repos/community-x86_64/



[arch-commits] Commit in gens-gs/repos (community-x86_64)

2013-03-22 Thread Maxime Gauduin
Date: Friday, March 22, 2013 @ 13:46:33
  Author: alucryd
Revision: 86822

db-remove: gens-gs removed by alucryd

Deleted:
  gens-gs/repos/community-x86_64/



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

2013-03-22 Thread Maxime Gauduin
Date: Friday, March 22, 2013 @ 13:51:22
  Author: alucryd
Revision: 86823

upgpkg: gens 2.15.5-8

Modified:
  gens/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-22 12:46:33 UTC (rev 86822)
+++ PKGBUILD2013-03-22 12:51:22 UTC (rev 86823)
@@ -5,7 +5,7 @@
 
 pkgname=gens
 pkgver=2.15.5
-pkgrel=7
+pkgrel=8
 pkgdesc='A Sega Genesis / Sega CD / Sega 32X emulator'
 arch=('i686' 'x86_64')
 url='http://gens.sourceforge.net'



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

2013-03-22 Thread Andrea Scarpino
Date: Friday, March 22, 2013 @ 14:00:40
  Author: andrea
Revision: 180513

upgpkg: cfitsio 3.340-1

Upstream release

Modified:
  cfitsio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-22 12:41:36 UTC (rev 180512)
+++ PKGBUILD2013-03-22 13:00:40 UTC (rev 180513)
@@ -4,7 +4,7 @@
 # Contributor: Tobias Powalowski tp...@archlinux.org
 
 pkgname=cfitsio
-pkgver=3.310
+pkgver=3.340
 pkgrel=1
 pkgdesc=A library of C and Fortran subroutines for reading and writing data 
files in FITS (Flexible Image Transport System) data format
 arch=('i686' 'x86_64')
@@ -13,16 +13,16 @@
 depends=('glibc')
 options=('!libtool')
 
source=(ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/${pkgname}${pkgver/./}.tar.gz;)
-md5sums=('75b6411751c7f308d45b281b7beb92d6')
+md5sums=('99210838af46b7bf2d945ccbb05e3ad3')
 
 build() {
-  cd ${srcdir}/${pkgname}
+  cd ${pkgname}
   ./configure --prefix=/usr
   make shared
 }
 
 check() {
-  cd ${srcdir}/${pkgname}
+  cd ${pkgname}
   make testprog
   LD_LIBRARY_PATH=. ./testprog  testprog.lis
   [[ -z $(diff testprog.lis testprog.out) ]] || return 1
@@ -30,7 +30,7 @@
 }
 
 package() {
-  cd ${srcdir}/${pkgname}
+  cd ${pkgname}
   make DESTDIR=${pkgdir} install
   install -D -m644 License.txt \
 ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE



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

2013-03-22 Thread Andrea Scarpino
Date: Friday, March 22, 2013 @ 14:00:52
  Author: andrea
Revision: 180514

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-22 13:00:40 UTC (rev 180513)
+++ extra-i686/PKGBUILD 2013-03-22 13:00:52 UTC (rev 180514)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-pkgname=cfitsio
-pkgver=3.310
-pkgrel=1
-pkgdesc=A library of C and Fortran subroutines for reading and writing data 
files in FITS (Flexible Image Transport System) data format
-arch=('i686' 'x86_64')
-url=http://heasarc.gsfc.nasa.gov/docs/software/fitsio/fitsio.html;
-license=('custom')
-depends=('glibc')
-options=('!libtool')
-source=(ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/${pkgname}${pkgver/./}.tar.gz;)
-md5sums=('75b6411751c7f308d45b281b7beb92d6')
-
-build() {
-  cd ${srcdir}/${pkgname}
-  ./configure --prefix=/usr
-  make shared
-}
-
-check() {
-  cd ${srcdir}/${pkgname}
-  make testprog
-  LD_LIBRARY_PATH=. ./testprog  testprog.lis
-  [[ -z $(diff testprog.lis testprog.out) ]] || return 1
-  [[ -z $(cmp testprog.fit testprog.std) ]] || return 1
-}
-
-package() {
-  cd ${srcdir}/${pkgname}
-  make DESTDIR=${pkgdir} install
-  install -D -m644 License.txt \
-${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: cfitsio/repos/extra-i686/PKGBUILD (from rev 180513, 
cfitsio/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-22 13:00:52 UTC (rev 180514)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=cfitsio
+pkgver=3.340
+pkgrel=1
+pkgdesc=A library of C and Fortran subroutines for reading and writing data 
files in FITS (Flexible Image Transport System) data format
+arch=('i686' 'x86_64')
+url=http://heasarc.gsfc.nasa.gov/docs/software/fitsio/fitsio.html;
+license=('custom')
+depends=('glibc')
+options=('!libtool')
+source=(ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/${pkgname}${pkgver/./}.tar.gz;)
+md5sums=('99210838af46b7bf2d945ccbb05e3ad3')
+
+build() {
+  cd ${pkgname}
+  ./configure --prefix=/usr
+  make shared
+}
+
+check() {
+  cd ${pkgname}
+  make testprog
+  LD_LIBRARY_PATH=. ./testprog  testprog.lis
+  [[ -z $(diff testprog.lis testprog.out) ]] || return 1
+  [[ -z $(cmp testprog.fit testprog.std) ]] || return 1
+}
+
+package() {
+  cd ${pkgname}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 License.txt \
+${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-03-22 13:00:40 UTC (rev 180513)
+++ extra-x86_64/PKGBUILD   2013-03-22 13:00:52 UTC (rev 180514)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-pkgname=cfitsio
-pkgver=3.310
-pkgrel=1
-pkgdesc=A library of C and Fortran subroutines for reading and writing data 
files in FITS (Flexible Image Transport System) data format
-arch=('i686' 'x86_64')
-url=http://heasarc.gsfc.nasa.gov/docs/software/fitsio/fitsio.html;
-license=('custom')
-depends=('glibc')
-options=('!libtool')
-source=(ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/${pkgname}${pkgver/./}.tar.gz;)
-md5sums=('75b6411751c7f308d45b281b7beb92d6')
-
-build() {
-  cd ${srcdir}/${pkgname}
-  ./configure --prefix=/usr
-  make shared
-}
-
-check() {
-  cd ${srcdir}/${pkgname}
-  make testprog
-  LD_LIBRARY_PATH=. ./testprog  testprog.lis
-  [[ -z $(diff testprog.lis testprog.out) ]] || return 1
-  [[ -z $(cmp testprog.fit testprog.std) ]] || return 1
-}
-
-package() {
-  cd ${srcdir}/${pkgname}
-  make DESTDIR=${pkgdir} install
-  install -D -m644 License.txt \
-${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: cfitsio/repos/extra-x86_64/PKGBUILD (from rev 180513, 
cfitsio/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-03-22 13:00:52 UTC (rev 180514)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino 

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

2013-03-22 Thread Andrea Scarpino
Date: Friday, March 22, 2013 @ 14:01:56
  Author: andrea
Revision: 180515

upgpkg: qt5 5.0.1-10

icu rebuild

Modified:
  qt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-22 13:00:52 UTC (rev 180514)
+++ PKGBUILD2013-03-22 13:01:56 UTC (rev 180515)
@@ -16,7 +16,7 @@
  'qt5-webkit'
  'qt5-xmlpatterns')
 pkgver=5.0.1
-pkgrel=8
+pkgrel=10
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL')



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

2013-03-22 Thread Andrea Scarpino
Date: Friday, March 22, 2013 @ 14:02:10
  Author: andrea
Revision: 180516

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

Added:
  qt5/repos/staging-i686/
  qt5/repos/staging-i686/PKGBUILD
(from rev 180515, qt5/trunk/PKGBUILD)
  qt5/repos/staging-i686/assistant.desktop
(from rev 180515, qt5/trunk/assistant.desktop)
  qt5/repos/staging-i686/designer.desktop
(from rev 180515, qt5/trunk/designer.desktop)
  qt5/repos/staging-i686/linguist.desktop
(from rev 180515, qt5/trunk/linguist.desktop)
  qt5/repos/staging-i686/qt5-base.install
(from rev 180515, qt5/trunk/qt5-base.install)
  qt5/repos/staging-i686/qt5-tools.install
(from rev 180515, qt5/trunk/qt5-tools.install)
  qt5/repos/staging-i686/use-python2.patch
(from rev 180515, qt5/trunk/use-python2.patch)
  qt5/repos/staging-x86_64/
  qt5/repos/staging-x86_64/PKGBUILD
(from rev 180515, qt5/trunk/PKGBUILD)
  qt5/repos/staging-x86_64/assistant.desktop
(from rev 180515, qt5/trunk/assistant.desktop)
  qt5/repos/staging-x86_64/designer.desktop
(from rev 180515, qt5/trunk/designer.desktop)
  qt5/repos/staging-x86_64/linguist.desktop
(from rev 180515, qt5/trunk/linguist.desktop)
  qt5/repos/staging-x86_64/qt5-base.install
(from rev 180515, qt5/trunk/qt5-base.install)
  qt5/repos/staging-x86_64/qt5-tools.install
(from rev 180515, qt5/trunk/qt5-tools.install)
  qt5/repos/staging-x86_64/use-python2.patch
(from rev 180515, qt5/trunk/use-python2.patch)

--+
 staging-i686/PKGBUILD|  268 +
 staging-i686/assistant.desktop   |8 +
 staging-i686/designer.desktop|   10 +
 staging-i686/linguist.desktop|9 +
 staging-i686/qt5-base.install|   11 +
 staging-i686/qt5-tools.install   |   12 +
 staging-i686/use-python2.patch   |   96 +
 staging-x86_64/PKGBUILD  |  268 +
 staging-x86_64/assistant.desktop |8 +
 staging-x86_64/designer.desktop  |   10 +
 staging-x86_64/linguist.desktop  |9 +
 staging-x86_64/qt5-base.install  |   11 +
 staging-x86_64/qt5-tools.install |   12 +
 staging-x86_64/use-python2.patch |   96 +
 14 files changed, 828 insertions(+)

Copied: qt5/repos/staging-i686/PKGBUILD (from rev 180515, qt5/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-03-22 13:02:10 UTC (rev 180516)
@@ -0,0 +1,268 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgbase=qt5
+pkgname=('qt5-base'
+ 'qt5-declarative'
+ 'qt5-graphicaleffects'
+ 'qt5-imageformats'
+ 'qt5-jsbackend'
+ 'qt5-multimedia'
+ 'qt5-quick1'
+ 'qt5-script'
+ 'qt5-svg'
+ 'qt5-tools'
+ 'qt5-translations'
+ 'qt5-webkit'
+ 'qt5-xmlpatterns')
+pkgver=5.0.1
+pkgrel=10
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL')
+makedepends=('libxcb' 'xcb-proto' 'xcb-util' 'xcb-util-image' 'xcb-util-wm' 
'xcb-util-keysyms'
+'mesa-libgl' 'at-spi2-core' 'alsa-lib' 'gstreamer0.10-base-plugins'
+'libjpeg-turbo' 'cups' 'libpulse' 'hicolor-icon-theme' 
'desktop-file-utils'
+'postgresql-libs' 'libmariadbclient' 'sqlite' 'unixodbc' 
'libfbclient'
+'python2' 'ruby' 'gperf' 'libxslt' 'libxcomposite' 'fontconfig'
+'libmng' 'openal' 'gtk2')
+groups=('qt' 'qt5')
+options=('!libtool')
+_pkgfqn=qt-everywhere-opensource-src-${pkgver}
+source=(http://releases.qt-project.org/${pkgbase}/${pkgver}/single/${_pkgfqn}.tar.xz;
+'assistant.desktop' 'designer.desktop' 'linguist.desktop'
+'use-python2.patch')
+md5sums=('00a577bd88e682d1b4d01d41d1d699cf'
+ 'f1837a03fd0ebbd2da58975845f278e3'
+ '480fea1ed076992b688373c8db274be0'
+ '5595c24d5bb942c21e3a4d299e6d0bf1'
+ 'ec3133b093550f16a21bb91e5f0f2943')
+
+build() {
+  cd ${_pkgfqn}
+
+  export QTDIR=${srcdir}/${_pkgfqn}
+  export LD_LIBRARY_PATH=${QTDIR}/lib:${LD_LIBRARY_PATH}
+
+  sed -i s|-O2|${CXXFLAGS}| qtbase/mkspecs/common/{g++,gcc}-base.conf
+  sed -i /^QMAKE_LFLAGS_RPATH/s| -Wl,-rpath,||g 
qtbase/mkspecs/common/gcc-base-unix.conf
+  sed -i /^QMAKE_LFLAGS\s/s|+=|+= ${LDFLAGS}|g 
qtbase/mkspecs/common/gcc-base.conf
+
+  # Use python2 for Python 2.x
+  patch -p1 -i ${srcdir}/use-python2.patch
+  sed -i -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
+-e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
+$(find . -name '*.py')
+
+  ./configure -confirm-license -opensource \
+-prefix /usr \
+-docdir /usr/share/doc/qt \
+-headerdir /usr/include/qt5 \
+-archdatadir /usr/lib/qt \
+-datadir /usr/share/qt \
+-sysconfdir /etc/xdg \
+-examplesdir /usr/share/doc/qt/examples \
+-plugin-sql-{psql,mysql,sqlite,odbc,ibase} \
+-system-sqlite \
+

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

2013-03-22 Thread Maxime Gauduin
Date: Friday, March 22, 2013 @ 14:05:22
  Author: alucryd
Revision: 86824

upgpkg: gens-gs 2.16.7-2

Modified:
  gens-gs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-22 12:51:22 UTC (rev 86823)
+++ PKGBUILD2013-03-22 13:05:22 UTC (rev 86824)
@@ -5,7 +5,7 @@
 
 pkgname=gens-gs
 pkgver=2.16.7
-pkgrel=1
+pkgrel=2
 pkgdesc=An emulator of Sega Genesis, Sega CD and 32X, combining features from 
various forks of Gens
 arch=('i686' 'x86_64')
 url=http://segaretro.org/Gens/GS;



[arch-commits] Commit in gens (10 files)

2013-03-22 Thread Maxime Gauduin
Date: Friday, March 22, 2013 @ 14:22:11
  Author: alucryd
Revision: 86825

Move gens and gens-gs to multilib

Added:
  gens-gs/repos/community-x86_64/
  gens-gs/repos/community-x86_64/PKGBUILD
  gens-gs/repos/community-x86_64/gens-gtk.patch
  gens/repos/community-x86_64/
  gens/repos/community-x86_64/PKGBUILD
  gens/repos/community-x86_64/gens.desktop
Modified:
  gens-gs/repos/community-i686/PKGBUILD
  gens-gs/repos/multilib-x86_64/PKGBUILD
  gens/repos/community-i686/PKGBUILD
  gens/repos/multilib-x86_64/PKGBUILD

---+
 -gs/repos/community-i686/PKGBUILD |2 
 -gs/repos/community-x86_64/PKGBUILD   |   62 +
 -gs/repos/community-x86_64/gens-gtk.patch |  187 
 -gs/repos/multilib-x86_64/PKGBUILD|2 
 repos/community-i686/PKGBUILD |2 
 repos/community-x86_64/PKGBUILD   |   57 
 repos/community-x86_64/gens.desktop   |9 +
 repos/multilib-x86_64/PKGBUILD|2 
 8 files changed, 319 insertions(+), 4 deletions(-)

Modified: repos/community-i686/PKGBUILD
===
--- repos/community-i686/PKGBUILD   2013-03-22 13:05:22 UTC (rev 86824)
+++ repos/community-i686/PKGBUILD   2013-03-22 13:22:11 UTC (rev 86825)
@@ -5,7 +5,7 @@
 
 pkgname=gens
 pkgver=2.15.5
-pkgrel=7
+pkgrel=8
 pkgdesc='A Sega Genesis / Sega CD / Sega 32X emulator'
 arch=('i686' 'x86_64')
 url='http://gens.sourceforge.net'

Added: repos/community-x86_64/PKGBUILD
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2013-03-22 13:22:11 UTC (rev 86825)
@@ -0,0 +1,57 @@
+# $Id: PKGBUILD 86823 2013-03-22 12:51:22Z alucryd $
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: trya tryagainp...@gmail.com
+# Contributor: robb_force robb_fo...@holybuffalo.net
+
+pkgname=gens
+pkgver=2.15.5
+pkgrel=8
+pkgdesc='A Sega Genesis / Sega CD / Sega 32X emulator'
+arch=('i686' 'x86_64')
+url='http://gens.sourceforge.net'
+license=('GPL')
+if [[ $CARCH == x86_64 ]]; then
+  makedepends=('gcc-multilib' 'lib32-gtk2' 'lib32-mesa-libgl' 'lib32-sdl' 
'nasm')
+  optdepends=('lib32-alsa-plugins: Sound support for PulseAudio'
+  'lib32-libpulse: Sound support for PulseAudio')
+else
+  depends=('gtk2' 'sdl')
+  makedepends=('nasm')
+fi
+options=('!buildflags')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'gens.desktop')
+sha256sums=('51910d3056da9ffbb2c01cfec064998c9a4cad0cb379d703ec1b93c83dba305a'
+'146a0e98780b909877b3937c9132c85f5aba9450ef9f748bd1374ae8c9dfb751')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+# Multilib
+  if [[ $CARCH == x86_64 ]]; then
+export CC=gcc -m32
+export CXX=g++ -m32
+export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+  fi
+
+# Build
+  export LDFLAGS=-Wl,-z,noexecstack
+  ./configure --host=i686-unknown-linux-gnu --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+# Multilib
+  if [[ $CARCH == x86_64 ]]; then
+depends=('lib32-gtk2' 'lib32-sdl')
+  fi
+
+# Install
+  make DESTDIR=${pkgdir} install
+  install -dm 755 ${pkgdir}/usr/share/applications
+  install -m 644 ../gens.desktop 
${pkgdir}/usr/share/applications/gens.desktop
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: gens/repos/community-x86_64/PKGBUILD
___
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: repos/community-x86_64/gens.desktop
===
--- repos/community-x86_64/gens.desktop (rev 0)
+++ repos/community-x86_64/gens.desktop 2013-03-22 13:22:11 UTC (rev 86825)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Gens
+Type=Application
+GenericName=A Sega Genesis / Sega CD / Sega 32X emulator
+Comment=A Sega Genesis / Sega CD / Sega 32X emulator
+Exec=gens
+Icon=/usr/share/gens/Gens2.ico
+Categories=Application;Game;Emulator;


Property changes on: gens/repos/community-x86_64/gens.desktop
___
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Modified: repos/multilib-x86_64/PKGBUILD
===
--- repos/multilib-x86_64/PKGBUILD  2013-03-22 13:05:22 UTC (rev 86824)
+++ repos/multilib-x86_64/PKGBUILD  2013-03-22 13:22:11 UTC (rev 86825)
@@ -5,7 +5,7 @@
 
 pkgname=gens
 pkgver=2.15.5
-pkgrel=7
+pkgrel=8
 pkgdesc='A Sega Genesis / Sega CD / Sega 32X emulator'
 arch=('i686' 'x86_64')
 url='http://gens.sourceforge.net'

Modified: -gs/repos/community-i686/PKGBUILD
===
--- -gs/repos/community-i686/PKGBUILD   2013-03-22 13:05:22 UTC (rev 

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

2013-03-22 Thread Sergej Pupykin
Date: Friday, March 22, 2013 @ 17:33:40
  Author: spupykin
Revision: 86826

upgpkg: drupal 7.21-1

upd

Modified:
  drupal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-22 13:22:11 UTC (rev 86825)
+++ PKGBUILD2013-03-22 16:33:40 UTC (rev 86826)
@@ -3,7 +3,7 @@
 # Contributor: Corrado Primier cp663...@stud.polimi.it
 
 pkgname=drupal
-pkgver=7.20
+pkgver=7.21
 pkgrel=1
 pkgdesc=A PHP-based content management platform
 arch=('any')
@@ -14,7 +14,7 @@
 options=(!strip)
 backup=(etc/webapps/drupal/.htaccess)
 source=(http://www.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
-md5sums=('ee576d63f1fd8a1f1c072a56978da0c5')
+md5sums=('eff054cd53be39ff719f77c81dce1aac')
 
 package() {
   _instdir=$pkgdir/usr/share/webapps/drupal



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

2013-03-22 Thread Sergej Pupykin
Date: Friday, March 22, 2013 @ 17:33:53
  Author: spupykin
Revision: 86827

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |   94 +++
 drupal.install |   30 -
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-22 16:33:40 UTC (rev 86826)
+++ PKGBUILD2013-03-22 16:33:53 UTC (rev 86827)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Corrado Primier cp663...@stud.polimi.it
-
-pkgname=drupal
-pkgver=7.20
-pkgrel=1
-pkgdesc=A PHP-based content management platform
-arch=('any')
-url=http://www.drupal.org/;
-license=('GPL')
-depends=('php')
-install='drupal.install'
-options=(!strip)
-backup=(etc/webapps/drupal/.htaccess)
-source=(http://www.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
-md5sums=('ee576d63f1fd8a1f1c072a56978da0c5')
-
-package() {
-  _instdir=$pkgdir/usr/share/webapps/drupal
-  mkdir -p ${_instdir}
-  cd ${_instdir}
-  cp -r $srcdir/$pkgname-$pkgver/{*,.htaccess} ${_instdir}
-
-  # move .htaccess
-  mkdir -p $pkgdir/etc/webapps/drupal
-  sed -i '1,1ideny from all' ${_instdir}/.htaccess
-  mv ${_instdir}/.htaccess $pkgdir/etc/webapps/drupal/.htaccess
-  ln -s /etc/webapps/drupal/.htaccess ${_instdir}/.htaccess
-
-  # move sites/
-  mkdir -p $pkgdir/var/lib/drupal/
-  mv ${_instdir}/sites $pkgdir/var/lib/drupal/sites
-  ln -s /var/lib/drupal/sites ${_instdir}/sites
-
-  # apache config example
-  cat $pkgdir/etc/webapps/drupal/apache.example.conf EOF
-   Alias /drupal /usr/share/webapps/drupal
-   Directory /usr/share/webapps/drupal
-   AllowOverride All
-   Options FollowSymlinks
-   Order allow,deny
-   Allow from all
-   php_admin_value open_basedir 
/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/:/var/lib/drupal
-   /Directory
-EOF
-}

Copied: drupal/repos/community-any/PKGBUILD (from rev 86826, 
drupal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-22 16:33:53 UTC (rev 86827)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Corrado Primier cp663...@stud.polimi.it
+
+pkgname=drupal
+pkgver=7.21
+pkgrel=1
+pkgdesc=A PHP-based content management platform
+arch=('any')
+url=http://www.drupal.org/;
+license=('GPL')
+depends=('php')
+install='drupal.install'
+options=(!strip)
+backup=(etc/webapps/drupal/.htaccess)
+source=(http://www.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
+md5sums=('eff054cd53be39ff719f77c81dce1aac')
+
+package() {
+  _instdir=$pkgdir/usr/share/webapps/drupal
+  mkdir -p ${_instdir}
+  cd ${_instdir}
+  cp -r $srcdir/$pkgname-$pkgver/{*,.htaccess} ${_instdir}
+
+  # move .htaccess
+  mkdir -p $pkgdir/etc/webapps/drupal
+  sed -i '1,1ideny from all' ${_instdir}/.htaccess
+  mv ${_instdir}/.htaccess $pkgdir/etc/webapps/drupal/.htaccess
+  ln -s /etc/webapps/drupal/.htaccess ${_instdir}/.htaccess
+
+  # move sites/
+  mkdir -p $pkgdir/var/lib/drupal/
+  mv ${_instdir}/sites $pkgdir/var/lib/drupal/sites
+  ln -s /var/lib/drupal/sites ${_instdir}/sites
+
+  # apache config example
+  cat $pkgdir/etc/webapps/drupal/apache.example.conf EOF
+   Alias /drupal /usr/share/webapps/drupal
+   Directory /usr/share/webapps/drupal
+   AllowOverride All
+   Options FollowSymlinks
+   Order allow,deny
+   Allow from all
+   php_admin_value open_basedir 
/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/:/var/lib/drupal
+   /Directory
+EOF
+}

Deleted: drupal.install
===
--- drupal.install  2013-03-22 16:33:40 UTC (rev 86826)
+++ drupal.install  2013-03-22 16:33:53 UTC (rev 86827)
@@ -1,15 +0,0 @@
-post_install() {
-  echo Remember that you need to install either mysql or postgresql for this 
package
-  echo to work. Also make sure to read either INSTALL.mysql.txt (for MySQL) 
or
-  echo INSTALL.pgsql.txt (for PostgreSQL) in /usr/share/webapps/drupal/.
-  if [[ ! `grep ^extension=mysql.so /etc/php/php.ini` ]]
-   then echo If you use mysql you should enable its module by adding the 
line:
-   echoextension=mysql.so
-   echo to your /etc/php/php.ini, otherwise drupal won't work.
-  fi
-  chown -R http:http var/lib/drupal
-}
-
-post_upgrade() {
-  chown -R http:http var/lib/drupal
-}

Copied: drupal/repos/community-any/drupal.install (from rev 86826, 

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

2013-03-22 Thread Tom Gundersen
Date: Friday, March 22, 2013 @ 17:52:17
  Author: tomegun
Revision: 180519

upgpkg: wayland 1.0.6-1

upstream release

Modified:
  wayland/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-22 13:51:11 UTC (rev 180518)
+++ PKGBUILD2013-03-22 16:52:17 UTC (rev 180519)
@@ -4,7 +4,7 @@
 # Contributor: Joel Teichroeb j...@teichroeb.net
 
 pkgname=wayland
-pkgver=1.0.5
+pkgver=1.0.6
 pkgrel=1
 pkgdesc='A computer display server protocol'
 arch=('i686' 'x86_64')
@@ -27,6 +27,4 @@
   make DESTDIR=$pkgdir install
   install -Dm 644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
 }
-
-# vim:set ts=2 sw=2 et:
-md5sums=('e2e9ebfbaf9b013471c620b99938d764')
+md5sums=('936a2590aea69fa3c0cf234d54b9137c')



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

2013-03-22 Thread Tom Gundersen
Date: Friday, March 22, 2013 @ 17:52:24
  Author: tomegun
Revision: 180520

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

Added:
  wayland/repos/testing-i686/
  wayland/repos/testing-i686/PKGBUILD
(from rev 180519, wayland/trunk/PKGBUILD)
  wayland/repos/testing-x86_64/
  wayland/repos/testing-x86_64/PKGBUILD
(from rev 180519, wayland/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   30 ++
 testing-x86_64/PKGBUILD |   30 ++
 2 files changed, 60 insertions(+)

Copied: wayland/repos/testing-i686/PKGBUILD (from rev 180519, 
wayland/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-03-22 16:52:24 UTC (rev 180520)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Sébastien Luttringer
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=wayland
+pkgver=1.0.6
+pkgrel=1
+pkgdesc='A computer display server protocol'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('libffi' 'expat')
+makedepends=('doxygen')
+options=(!libtool)
+source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm 644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+md5sums=('936a2590aea69fa3c0cf234d54b9137c')

Copied: wayland/repos/testing-x86_64/PKGBUILD (from rev 180519, 
wayland/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-03-22 16:52:24 UTC (rev 180520)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Sébastien Luttringer
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=wayland
+pkgver=1.0.6
+pkgrel=1
+pkgdesc='A computer display server protocol'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('libffi' 'expat')
+makedepends=('doxygen')
+options=(!libtool)
+source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm 644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+md5sums=('936a2590aea69fa3c0cf234d54b9137c')



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

2013-03-22 Thread Eric Bélanger
Date: Friday, March 22, 2013 @ 18:38:53
  Author: eric
Revision: 86828

clean up svn

Deleted:
  wine/repos/community-x86_64/



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

2013-03-22 Thread Eric Bélanger
Date: Friday, March 22, 2013 @ 18:39:21
  Author: eric
Revision: 86829

clean up svn

Deleted:
  steam/repos/community-x86_64/



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

2013-03-22 Thread Jelle van der Waa
Date: Friday, March 22, 2013 @ 19:09:27
  Author: jelle
Revision: 86830

upgpkg: calibre 0.9.24-1

icu 51.1 rebuild

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-22 17:39:21 UTC (rev 86829)
+++ PKGBUILD2013-03-22 18:09:27 UTC (rev 86830)
@@ -5,8 +5,8 @@
 # Contributor: Larry Hajali larryh...@gmail.com
 
 pkgname=calibre
-pkgver=0.9.23
-pkgrel=2
+pkgver=0.9.24
+pkgrel=1
 pkgdesc=Ebook management application
 arch=('i686' 'x86_64') 
 url=http://calibre-ebook.com/;
@@ -23,7 +23,7 @@
 source=(http://calibre-ebook.googlecode.com/files/${pkgname}-${pkgver}.tar.xz;
 'desktop_integration.patch'
 'calibre-mount-helper')
-md5sums=('eff937f38c5cb7a2319364c86f6b925b'
+md5sums=('62e976dcf0bdc9e2c7150c298d5df73f'
  '8353d1878c5a498b3e49eddef473605f'
  '675cd87d41342119827ef706055491e7')
 



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

2013-03-22 Thread Jelle van der Waa
Date: Friday, March 22, 2013 @ 19:11:09
  Author: jelle
Revision: 86831

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

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

+
 community-staging-i686/PKGBUILD|   82 ++
 community-staging-i686/calibre-mount-helper|   28 
 community-staging-i686/calibre.install |   12 ++
 community-staging-i686/desktop_integration.patch   |  109 +++
 community-staging-x86_64/PKGBUILD  |   82 ++
 community-staging-x86_64/calibre-mount-helper  |   28 
 community-staging-x86_64/calibre.install   |   12 ++
 community-staging-x86_64/desktop_integration.patch |  109 +++
 8 files changed, 462 insertions(+)

Copied: calibre/repos/community-staging-i686/PKGBUILD (from rev 86830, 
calibre/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-22 18:11:09 UTC (rev 86831)
@@ -0,0 +1,82 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Petrov Roman nwhis...@gmail.com
+# Contributor: Andrea Fagiani andfagiani _at_ gmail dot com
+# Contributor: Larry Hajali larryh...@gmail.com
+
+pkgname=calibre
+pkgver=0.9.24
+pkgrel=1
+pkgdesc=Ebook management application
+arch=('i686' 'x86_64') 
+url=http://calibre-ebook.com/;
+license=('GPL3')
+depends=('python2-dateutil' 'python2-cssutils' 'python2-cherrypy' 
+ 'python2-mechanize' 'podofo' 'libwmf' 'python2-beautifulsoup3' 
+ 'imagemagick' 'poppler-qt' 'chmlib' 'python2-lxml' 'libusbx' 
+ 'python2-imaging' 'shared-mime-info' 'python2-dnspython' 
+ 'libunrar' 'python2-pyqt' 'python2-psutil' 'icu' 'libmtp' 
+ 'python2-netifaces' 'python2-cssselect')
+makedepends=('python2-pycountry' 'qt4-private-headers')
+optdepends=('ipython2: to use calibre-debug')
+install=calibre.install
+source=(http://calibre-ebook.googlecode.com/files/${pkgname}-${pkgver}.tar.xz;
+'desktop_integration.patch'
+'calibre-mount-helper')
+md5sums=('62e976dcf0bdc9e2c7150c298d5df73f'
+ '8353d1878c5a498b3e49eddef473605f'
+ '675cd87d41342119827ef706055491e7')
+
+build() {
+  cd ${srcdir}/${pkgname}
+
+  #rm -rf src/{cherrypy,pyPdf}
+  rm -rf src/cherrypy
+  rm -rf resources/${pkgname}-portable.*
+  sed -i -e s/ldflags = shlex.split(ldflags)/ldflags = shlex.split(ldflags) + 
['-fPIC']/ setup/extensions.py
+
+  # Fix for calibre-0.8.58
+  sed -i -e s:#!usr:#!/usr:g src/calibre/ebooks/markdown/extensions/meta.py
+
+  sed -i -e 's:\(#!/usr/bin/env[ ]\+python$\|#![ ]/usr/bin/env[ 
]\+python$\|#!/usr/bin/python$\):\12:g' \
+$(find . -regex .*.py\|.*.recipe)
+
+  LANG='en_US.UTF-8' python2 setup.py build
+  # LANG='en_US.UTF-8' python2 setup.py resources
+  LANG='en_US.UTF-8' python2 setup.py translations
+}
+
+package() {
+  cd ${srcdir}/${pkgname}
+  
+  patch -Np1 -i ${srcdir}/desktop_integration.patch
+
+  # More on desktop integration (e.g. enforce arch defaults)
+  sed -i -e /self.create_uninstaller()/,/os.rmdir(config_dir)/d \
+  -e s|self.opts.staging_sharedir, 'man/man1'|self.opts.staging_root, 
'usr/share/man/man1'| \
+  -e s|manpath, prog+'.1'+__appname__+'.bz2'|manpath, prog+'.1'+'.bz2'| \
+  -e s|old_udev = '/etc|old_udev = '${pkgdir}/etc| \
+  -e s/^Name=calibre/Name=Calibre/g src/calibre/linux.py
+
+  # Fix the environment module location
+  sed -i -e s|(prefix=.*)|(prefix='$pkgdir/usr')|g setup/install.py
+
+  install -d ${pkgdir}/usr/lib/python2.7/site-packages
+  install -d ${pkgdir}/usr/share/zsh/site-functions
+  LANG='en_US.UTF-8' python2 setup.py install --root=${pkgdir} --prefix=/usr 
\
+--staging-bindir=${pkgdir}/usr/bin \
+--staging-libdir=${pkgdir}/usr/lib \
+--staging-sharedir=${pkgdir}/usr/share
+
+  find ${pkgdir} -type d -empty -delete
+
+  # See 

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

2013-03-22 Thread Jelle van der Waa
Date: Friday, March 22, 2013 @ 19:27:22
  Author: jelle
Revision: 86832

upgpkg: haskell-x11 1.6.1.1-2

remove unneeded dep haskell-syb

Modified:
  haskell-x11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-22 18:11:09 UTC (rev 86831)
+++ PKGBUILD2013-03-22 18:27:22 UTC (rev 86832)
@@ -6,13 +6,13 @@
 _hkgname=X11
 pkgname=haskell-x11
 pkgver=1.6.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A Haskell binding to the X11 graphics library.
 arch=(i686 x86_64)
 url=http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11;
 license=('custom:BSD3')
 options=('strip')
-depends=(ghc=7.6.2-1 haskell-syb=0.3.7-2 'libx11' 'libxinerama' 
'libxrandr' 'haskell-data-default')
+depends=(ghc=7.6.2-1 libx11 libxinerama libxrandr 
haskell-data-default)
 conflicts=(haskell-x11-extras)
 install=hsmod.install
 
source=(http://hackage.haskell.org/packages/archive/X11/$pkgver/X11-$pkgver.tar.gz)



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

2013-03-22 Thread Jan Steffens
Date: Friday, March 22, 2013 @ 19:35:46
  Author: heftig
Revision: 180521

1.0.6

Modified:
  gstreamer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-22 16:52:24 UTC (rev 180520)
+++ PKGBUILD2013-03-22 18:35:46 UTC (rev 180521)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gstreamer
-pkgver=1.0.5
+pkgver=1.0.6
 pkgrel=1
 pkgdesc=GStreamer Multimedia Framework
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('intltool' 'pkgconfig' 'gtk-doc' 'gobject-introspection')
 options=('!libtool')
 source=(${url}/src/gstreamer/gstreamer-${pkgver}.tar.xz)
-sha256sums=('26c2827567f09a46d0a3bc1e7f8696b2ae72b047306539178079abae487c5b77')
+sha256sums=('50d4050cd6a23684b6bbf40a9b7c132edfb39fe9db2d81980adaa6e72f4d5826')
 
 build() {
   cd ${srcdir}/gstreamer-${pkgver}



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

2013-03-22 Thread Sébastien Luttringer
Date: Friday, March 22, 2013 @ 19:40:53
  Author: seblu
Revision: 86833

upgpkg: weston 1.0.6-1

Modified:
  weston/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-22 18:27:22 UTC (rev 86832)
+++ PKGBUILD2013-03-22 18:40:53 UTC (rev 86833)
@@ -2,8 +2,8 @@
 # Contributor: Joel Teichroeb j...@teichroeb.net
 
 pkgname=weston
-pkgver=1.0.5
-pkgrel=2
+pkgver=1.0.6
+pkgrel=1
 pkgdesc='Reference implementation of a Wayland compositor'
 arch=('i686' 'x86_64')
 url='http://wayland.freedesktop.org'
@@ -11,7 +11,7 @@
 options=(!libtool)
 depends=('libxkbcommon' 'wayland' 'mesa' 'cairo' 'poppler-glib' 'mtdev' 
'libxcursor' 'glu')
 source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
-sha1sums=('a97030613e066c05e267ea0d7888fd5f7a08eea2')
+sha1sums=('d39d487317ededb9d66365bc1402ee0bc5e20dd0')
 
 build() {
cd $pkgname-$pkgver



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

2013-03-22 Thread Sébastien Luttringer
Date: Friday, March 22, 2013 @ 19:41:02
  Author: seblu
Revision: 86834

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-22 18:40:53 UTC (rev 86833)
+++ community-i686/PKGBUILD 2013-03-22 18:41:02 UTC (rev 86834)
@@ -1,35 +0,0 @@
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb j...@teichroeb.net
-
-pkgname=weston
-pkgver=1.0.5
-pkgrel=2
-pkgdesc='Reference implementation of a Wayland compositor'
-arch=('i686' 'x86_64')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-options=(!libtool)
-depends=('libxkbcommon' 'wayland' 'mesa' 'cairo' 'poppler-glib' 'mtdev' 
'libxcursor' 'glu')
-source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
-sha1sums=('a97030613e066c05e267ea0d7888fd5f7a08eea2')
-
-build() {
-   cd $pkgname-$pkgver
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/weston \
-   --disable-android-compositor
-   make
-}
-
-package() {
-   cd $pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-   # license
-   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-   # embed more clients
-   for _c in clickdot cliptest dnd editor eventdemo flower gears image \
-keyboard resizor simple-egl simple-shm smoke view; do
-   install -Dm755 clients/$_c $pkgdir/usr/bin/weston-$_c
-   done
-}

Copied: weston/repos/community-i686/PKGBUILD (from rev 86833, 
weston/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-22 18:41:02 UTC (rev 86834)
@@ -0,0 +1,35 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=weston
+pkgver=1.0.6
+pkgrel=1
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+options=(!libtool)
+depends=('libxkbcommon' 'wayland' 'mesa' 'cairo' 'poppler-glib' 'mtdev' 
'libxcursor' 'glu')
+source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
+sha1sums=('d39d487317ededb9d66365bc1402ee0bc5e20dd0')
+
+build() {
+   cd $pkgname-$pkgver
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/weston \
+   --disable-android-compositor
+   make
+}
+
+package() {
+   cd $pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+   # license
+   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+   # embed more clients
+   for _c in clickdot cliptest dnd editor eventdemo flower gears image \
+keyboard resizor simple-egl simple-shm smoke view; do
+   install -Dm755 clients/$_c $pkgdir/usr/bin/weston-$_c
+   done
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-22 18:40:53 UTC (rev 86833)
+++ community-x86_64/PKGBUILD   2013-03-22 18:41:02 UTC (rev 86834)
@@ -1,35 +0,0 @@
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb j...@teichroeb.net
-
-pkgname=weston
-pkgver=1.0.5
-pkgrel=2
-pkgdesc='Reference implementation of a Wayland compositor'
-arch=('i686' 'x86_64')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-options=(!libtool)
-depends=('libxkbcommon' 'wayland' 'mesa' 'cairo' 'poppler-glib' 'mtdev' 
'libxcursor' 'glu')
-source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
-sha1sums=('a97030613e066c05e267ea0d7888fd5f7a08eea2')
-
-build() {
-   cd $pkgname-$pkgver
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/weston \
-   --disable-android-compositor
-   make
-}
-
-package() {
-   cd $pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-   # license
-   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-   # embed more clients
-   for _c in clickdot cliptest dnd editor eventdemo flower gears image \
-keyboard resizor simple-egl simple-shm smoke view; do
-   install -Dm755 clients/$_c $pkgdir/usr/bin/weston-$_c
-   done
-}

Copied: weston/repos/community-x86_64/PKGBUILD (from rev 86833, 

[arch-commits] Commit in gst-plugins-base/trunk (PKGBUILD)

2013-03-22 Thread Jan Steffens
Date: Friday, March 22, 2013 @ 19:46:51
  Author: heftig
Revision: 180522

1.0.6

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-22 18:35:46 UTC (rev 180521)
+++ PKGBUILD2013-03-22 18:46:51 UTC (rev 180522)
@@ -3,7 +3,7 @@
 
 pkgbase=gst-plugins-base
 pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
-pkgver=1.0.5
+pkgver=1.0.6
 pkgrel=1
 pkgdesc=GStreamer Multimedia Framework Base Plugins
 arch=('i686' 'x86_64')
@@ -12,11 +12,11 @@
 options=(!libtool !emptydirs)
 url=http://gstreamer.freedesktop.org/;
 source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
-sha256sums=('37ce6e09b99ef3879111c861ee5090582b4fd4c764e81ab6eb2b2b4dd77d7173')
+sha256sums=('85e5f99af690f720ccde5ea7e793269d35883a3ead80ca9985fa44e18bb1a4a5')
 
 build() {
   cd $pkgbase-$pkgver
-  sed -i -e '/AC_PATH_XTRA/d' -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' 
configure.ac
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
   aclocal -I m4 -I common/m4
   autoconf
   automake --add-missing



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

2013-03-22 Thread Jelle van der Waa
Date: Friday, March 22, 2013 @ 19:48:43
  Author: jelle
Revision: 86835

fix svn conflicts

Added:
  haskell-x11/repos/community-staging-i686/
  haskell-x11/repos/community-staging-i686/PKGBUILD
(from rev 86834, haskell-x11/trunk/PKGBUILD)
  haskell-x11/repos/community-staging-i686/hsmod.install
(from rev 86834, haskell-x11/trunk/hsmod.install)
  haskell-x11/repos/community-staging-x86_64/
  haskell-x11/repos/community-staging-x86_64/PKGBUILD
(from rev 86834, haskell-x11/trunk/PKGBUILD)
  haskell-x11/repos/community-staging-x86_64/hsmod.install
(from rev 86834, haskell-x11/trunk/hsmod.install)
Deleted:
  haskell-x11/repos/community-staging-i686/PKGBUILD
  haskell-x11/repos/community-staging-i686/hsmod.install
  haskell-x11/repos/community-staging-x86_64/PKGBUILD
  haskell-x11/repos/community-staging-x86_64/hsmod.install

+
 /PKGBUILD  |   82 +++
 /hsmod.install |   36 +
 community-staging-i686/PKGBUILD|   41 ---
 community-staging-i686/hsmod.install   |   18 --
 community-staging-x86_64/PKGBUILD  |   41 ---
 community-staging-x86_64/hsmod.install |   18 --
 6 files changed, 118 insertions(+), 118 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2013-03-11 21:29:43 UTC (rev 86070)
+++ community-staging-i686/PKGBUILD 2013-03-22 18:48:43 UTC (rev 86835)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: shild s...@bk.ru
-# Maintainer: Vesa Kaihlavirta ve...@iki.fi
-
-_hkgname=X11
-pkgname=haskell-x11
-pkgver=1.6.1.1
-pkgrel=1
-pkgdesc=A Haskell binding to the X11 graphics library.
-arch=(i686 x86_64)
-url=http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11;
-license=('custom:BSD3')
-options=('strip')
-depends=(ghc=7.6.2-1 haskell-syb=0.3.7-2 'libx11' 'libxinerama' 
'libxrandr' 'haskell-data-default')
-conflicts=(haskell-x11-extras)
-install=hsmod.install
-source=(http://hackage.haskell.org/packages/archive/X11/$pkgver/X11-$pkgver.tar.gz)
-md5sums=('80638b99238f72d4cc351b4fbd7274fc')
-
-build() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
-  --prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup haddock
-runhaskell Setup register   --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-package() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
-install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
-install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
-runhaskell Setup copy --destdir=${pkgdir}
-install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
-}

Copied: haskell-x11/repos/community-staging-i686/PKGBUILD (from rev 86834, 
haskell-x11/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-22 18:48:43 UTC (rev 86835)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: shild s...@bk.ru
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+
+_hkgname=X11
+pkgname=haskell-x11
+pkgver=1.6.1.1
+pkgrel=2
+pkgdesc=A Haskell binding to the X11 graphics library.
+arch=(i686 x86_64)
+url=http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11;
+license=('custom:BSD3')
+options=('strip')
+depends=(ghc=7.6.2-1 libx11 libxinerama libxrandr 
haskell-data-default)
+conflicts=(haskell-x11-extras)
+install=hsmod.install
+source=(http://hackage.haskell.org/packages/archive/X11/$pkgver/X11-$pkgver.tar.gz)
+md5sums=('80638b99238f72d4cc351b4fbd7274fc')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+  --prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+

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

2013-03-22 Thread Jelle van der Waa
Date: Friday, March 22, 2013 @ 19:50:30
  Author: jelle
Revision: 86836

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

Added:
  haskell-x11/repos/community-staging-i686/PKGBUILD
(from rev 86835, haskell-x11/trunk/PKGBUILD)
  haskell-x11/repos/community-staging-i686/hsmod.install
(from rev 86835, haskell-x11/trunk/hsmod.install)
  haskell-x11/repos/community-staging-x86_64/PKGBUILD
(from rev 86835, haskell-x11/trunk/PKGBUILD)
  haskell-x11/repos/community-staging-x86_64/hsmod.install
(from rev 86835, haskell-x11/trunk/hsmod.install)
Deleted:
  haskell-x11/repos/community-staging-i686/PKGBUILD
  haskell-x11/repos/community-staging-i686/hsmod.install
  haskell-x11/repos/community-staging-x86_64/PKGBUILD
  haskell-x11/repos/community-staging-x86_64/hsmod.install

+
 /PKGBUILD  |   82 +++
 /hsmod.install |   36 +
 community-staging-i686/PKGBUILD|   41 ---
 community-staging-i686/hsmod.install   |   18 --
 community-staging-x86_64/PKGBUILD  |   41 ---
 community-staging-x86_64/hsmod.install |   18 --
 6 files changed, 118 insertions(+), 118 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2013-03-22 18:48:43 UTC (rev 86835)
+++ community-staging-i686/PKGBUILD 2013-03-22 18:50:30 UTC (rev 86836)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: shild s...@bk.ru
-# Maintainer: Vesa Kaihlavirta ve...@iki.fi
-
-_hkgname=X11
-pkgname=haskell-x11
-pkgver=1.6.1.1
-pkgrel=2
-pkgdesc=A Haskell binding to the X11 graphics library.
-arch=(i686 x86_64)
-url=http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11;
-license=('custom:BSD3')
-options=('strip')
-depends=(ghc=7.6.2-1 libx11 libxinerama libxrandr 
haskell-data-default)
-conflicts=(haskell-x11-extras)
-install=hsmod.install
-source=(http://hackage.haskell.org/packages/archive/X11/$pkgver/X11-$pkgver.tar.gz)
-md5sums=('80638b99238f72d4cc351b4fbd7274fc')
-
-build() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
-  --prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup haddock
-runhaskell Setup register   --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-package() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
-install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
-install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
-runhaskell Setup copy --destdir=${pkgdir}
-install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
-}

Copied: haskell-x11/repos/community-staging-i686/PKGBUILD (from rev 86835, 
haskell-x11/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-22 18:50:30 UTC (rev 86836)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: shild s...@bk.ru
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+
+_hkgname=X11
+pkgname=haskell-x11
+pkgver=1.6.1.1
+pkgrel=2
+pkgdesc=A Haskell binding to the X11 graphics library.
+arch=(i686 x86_64)
+url=http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11;
+license=('custom:BSD3')
+options=('strip')
+depends=(ghc=7.6.2-1 libx11 libxinerama libxrandr 
haskell-data-default)
+conflicts=(haskell-x11-extras)
+install=hsmod.install
+source=(http://hackage.haskell.org/packages/archive/X11/$pkgver/X11-$pkgver.tar.gz)
+md5sums=('80638b99238f72d4cc351b4fbd7274fc')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+  --prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+  

[arch-commits] Commit in gst-plugins-good/trunk (PKGBUILD)

2013-03-22 Thread Jan Steffens
Date: Friday, March 22, 2013 @ 19:53:17
  Author: heftig
Revision: 180523

1.0.6

Modified:
  gst-plugins-good/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-22 18:46:51 UTC (rev 180522)
+++ PKGBUILD2013-03-22 18:53:17 UTC (rev 180523)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gst-plugins-good
-pkgver=1.0.5
+pkgver=1.0.6
 pkgrel=1
 pkgdesc=GStreamer Multimedia Framework Good Plugins
 arch=('i686' 'x86_64')
@@ -12,11 +12,11 @@
 makedepends=('gstreamer' 'speex' 'flac' 'libraw1394')
 options=(!libtool !emptydirs)
 source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('53bd0b848e7896f1b22548ca4e8be56cf425e5100e121c472dff8272d5140bc5')
+sha256sums=('67f7690a9826d9a6ab28b9af2536a6f3e833ee412bd59dd603c48fb3c6823e0d')
 
 build() {
   cd $pkgname-$pkgver
-  sed -i -e '/AC_PATH_XTRA/d' -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' 
configure.ac
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
   aclocal -I m4 -I common/m4
   autoconf
   automake --add-missing



[arch-commits] Commit in haskell-x11-xft/trunk (PKGBUILD)

2013-03-22 Thread Jelle van der Waa
Date: Friday, March 22, 2013 @ 20:00:42
  Author: jelle
Revision: 86837

upgpkg: haskell-x11-xft 0.3.1-8

rebuild for haskell-x11

Modified:
  haskell-x11-xft/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-22 18:50:30 UTC (rev 86836)
+++ PKGBUILD2013-03-22 19:00:42 UTC (rev 86837)
@@ -4,12 +4,12 @@
 _hkgname=X11-xft
 pkgname=haskell-x11-xft
 pkgver=0.3.1
-pkgrel=7
+pkgrel=8
 pkgdesc=Bindings to the Xft, X Free Type interface library, and some Xrender 
parts
 url=http://hackage.haskell.org/package/${_hkgname};
 license=('LGPL')
 arch=('i686' 'x86_64')
-depends=('ghc=7.6.2-1' 'haskell-x11=1.6.1.1-1' 'haskell-utf8-string=0.3.7-4' 
'libxft')
+depends=('ghc=7.6.2-1' 'haskell-x11=1.6.1.1-2' 'haskell-utf8-string=0.3.7-4' 
'libxft')
 options=('strip')
 install=haskell-x11-xft.install
 
source=(http://hackage.haskell.org/packages/archive/X11-xft/$pkgver/X11-xft-$pkgver.tar.gz)



[arch-commits] Commit in haskell-x11-xft/repos (12 files)

2013-03-22 Thread Jelle van der Waa
Date: Friday, March 22, 2013 @ 20:01:44
  Author: jelle
Revision: 86838

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

Added:
  haskell-x11-xft/repos/community-staging-i686/
  haskell-x11-xft/repos/community-staging-i686/PKGBUILD
(from rev 86837, haskell-x11-xft/trunk/PKGBUILD)
  haskell-x11-xft/repos/community-staging-i686/haskell-x11-xft.install
(from rev 86837, haskell-x11-xft/trunk/haskell-x11-xft.install)
  haskell-x11-xft/repos/community-staging-x86_64/
  haskell-x11-xft/repos/community-staging-x86_64/PKGBUILD
(from rev 86837, haskell-x11-xft/trunk/PKGBUILD)
  haskell-x11-xft/repos/community-staging-x86_64/haskell-x11-xft.install
(from rev 86837, haskell-x11-xft/trunk/haskell-x11-xft.install)
  haskell-x11-xft/repos/community-testing-i686/
  haskell-x11-xft/repos/community-testing-i686/PKGBUILD
(from rev 86467, haskell-x11-xft/trunk/PKGBUILD)
  haskell-x11-xft/repos/community-testing-i686/haskell-x11-xft.install
(from rev 86467, haskell-x11-xft/trunk/haskell-x11-xft.install)
  haskell-x11-xft/repos/community-testing-x86_64/
  haskell-x11-xft/repos/community-testing-x86_64/PKGBUILD
(from rev 86467, haskell-x11-xft/trunk/PKGBUILD)
  haskell-x11-xft/repos/community-testing-x86_64/haskell-x11-xft.install
(from rev 86467, haskell-x11-xft/trunk/haskell-x11-xft.install)

--+
 community-staging-i686/PKGBUILD  |   38 +
 community-staging-i686/haskell-x11-xft.install   |   18 +
 community-staging-x86_64/PKGBUILD|   38 +
 community-staging-x86_64/haskell-x11-xft.install |   18 +
 community-testing-i686/PKGBUILD  |   38 +
 community-testing-i686/haskell-x11-xft.install   |   18 +
 community-testing-x86_64/PKGBUILD|   38 +
 community-testing-x86_64/haskell-x11-xft.install |   18 +
 8 files changed, 224 insertions(+)

Copied: haskell-x11-xft/repos/community-staging-i686/PKGBUILD (from rev 86837, 
haskell-x11-xft/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-22 19:01:44 UTC (rev 86838)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+_hkgname=X11-xft
+pkgname=haskell-x11-xft
+pkgver=0.3.1
+pkgrel=8
+pkgdesc=Bindings to the Xft, X Free Type interface library, and some Xrender 
parts
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.2-1' 'haskell-x11=1.6.1.1-2' 'haskell-utf8-string=0.3.7-4' 
'libxft')
+options=('strip')
+install=haskell-x11-xft.install
+source=(http://hackage.haskell.org/packages/archive/X11-xft/$pkgver/X11-xft-$pkgver.tar.gz)
+md5sums=('ad885150a59f63de328e73abe5ffc79e')
+
+build() {
+  cd ${srcdir}/${_hkgname}-${pkgver}
+  runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup haddock
+  runhaskell Setup register   --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+  cd ${srcdir}/${_hkgname}-${pkgver}
+  install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+  install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+  install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+  ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+  runhaskell Setup copy --destdir=${pkgdir}
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}

Copied: haskell-x11-xft/repos/community-staging-i686/haskell-x11-xft.install 
(from rev 86837, haskell-x11-xft/trunk/haskell-x11-xft.install)
===
--- community-staging-i686/haskell-x11-xft.install  
(rev 0)
+++ community-staging-i686/haskell-x11-xft.install  2013-03-22 19:01:44 UTC 
(rev 86838)
@@ -0,0 +1,18 @@
+HS_DIR=/usr/share/haskell/haskell-x11-xft
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-x11-xft/repos/community-staging-x86_64/PKGBUILD (from rev 
86837, haskell-x11-xft/trunk/PKGBUILD)
===

[arch-commits] Commit in gst-plugins-bad/trunk (PKGBUILD)

2013-03-22 Thread Jan Steffens
Date: Friday, March 22, 2013 @ 20:07:19
  Author: heftig
Revision: 180524

1.0.6

Modified:
  gst-plugins-bad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-22 18:53:17 UTC (rev 180523)
+++ PKGBUILD2013-03-22 19:07:19 UTC (rev 180524)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gst-plugins-bad
-pkgver=1.0.5
+pkgver=1.0.6
 pkgrel=1
 pkgdesc=GStreamer Multimedia Framework Bad Plugins
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('schroedinger' 'libexif' 'libdvdread' 'libvdpau' 'libmpeg2')
 options=(!libtool !emptydirs)
 source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('2e8f5b9a2fd274142d0a916b6425b9466028978b85858dc835dc80de744b276a')
+sha256sums=('92130899d0b78b71f1551cada9b10b550e91506c2d7b8b748e5cc18a620d302d')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in gst-plugins-ugly/trunk (PKGBUILD)

2013-03-22 Thread Jan Steffens
Date: Friday, March 22, 2013 @ 20:10:20
  Author: heftig
Revision: 180525

1.0.6

Modified:
  gst-plugins-ugly/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-22 19:07:19 UTC (rev 180524)
+++ PKGBUILD2013-03-22 19:10:20 UTC (rev 180525)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gst-plugins-ugly
-pkgver=1.0.5
-pkgrel=2
+pkgver=1.0.6
+pkgrel=1
 pkgdesc=GStreamer Multimedia Framework Ugly Plugins
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -11,7 +11,7 @@
 depends=('gst-plugins-base-libs' 'libdvdread' 'lame' 'libmpeg2' 'a52dec' 
'libmad' 'libsidplay' 'libcdio' 'x264' 'opencore-amr')
 options=(!libtool !emptydirs)
 source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('a62a182ea96d9b2783b493b46d531914db9d2ebb9e537e9c84668fe752791331')
+sha256sums=('8655ceec7533b5d30080a5051025e26ff8d06bea8d03a6b2af56c2f839d60586')
 
 build() {
   cd $pkgname-$pkgver



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

2013-03-22 Thread Jelle van der Waa
Date: Friday, March 22, 2013 @ 20:12:27
  Author: jelle
Revision: 86839

upgpkg: xmonad 0.11-5

rebuild for haskell-x11

Modified:
  xmonad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-22 19:01:44 UTC (rev 86838)
+++ PKGBUILD2013-03-22 19:12:27 UTC (rev 86839)
@@ -5,12 +5,12 @@
 
 pkgname=xmonad
 pkgver=0.11
-pkgrel=4
+pkgrel=5
 pkgdesc=Lightweight X11 tiled window manager written in Haskell
 arch=('i686' 'x86_64')
 url=http://xmonad.org/;
 license=('BSD')
-depends=('ghc=7.6.2-1' 'gmp' 'haskell-x11=1.6.1.1-1' 'sh' 
'haskell-mtl=2.1.2-2' 'haskell-utf8-string=0.3.7-4' 
'haskell-extensible-exceptions=0.1.1.4-4')
+depends=('ghc=7.6.2-1' 'gmp' 'haskell-x11=1.6.1.1-2' 'sh' 
'haskell-mtl=2.1.2-2' 'haskell-utf8-string=0.3.7-4' 
'haskell-extensible-exceptions=0.1.1.4-4')
 makedepends=('gendesk')
 optdepends=('xorg-xmessage: for displaying visual error messages')
 install='xmonad.install'



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

2013-03-22 Thread Jelle van der Waa
Date: Friday, March 22, 2013 @ 20:13:33
  Author: jelle
Revision: 86840

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

Added:
  xmonad/repos/community-staging-i686/
  xmonad/repos/community-staging-i686/PKGBUILD
(from rev 86839, xmonad/trunk/PKGBUILD)
  xmonad/repos/community-staging-i686/xmonad-gnome-session.session
(from rev 86839, xmonad/trunk/xmonad-gnome-session.session)
  xmonad/repos/community-staging-i686/xmonad.install
(from rev 86839, xmonad/trunk/xmonad.install)
  xmonad/repos/community-staging-i686/xmonad.svg
(from rev 86839, xmonad/trunk/xmonad.svg)
  xmonad/repos/community-staging-x86_64/
  xmonad/repos/community-staging-x86_64/PKGBUILD
(from rev 86839, xmonad/trunk/PKGBUILD)
  xmonad/repos/community-staging-x86_64/xmonad-gnome-session.session
(from rev 86839, xmonad/trunk/xmonad-gnome-session.session)
  xmonad/repos/community-staging-x86_64/xmonad.install
(from rev 86839, xmonad/trunk/xmonad.install)
  xmonad/repos/community-staging-x86_64/xmonad.svg
(from rev 86839, xmonad/trunk/xmonad.svg)

---+
 community-staging-i686/PKGBUILD   |   50 ++
 community-staging-i686/xmonad-gnome-session.session   |6 +
 community-staging-i686/xmonad.install |   22 
 community-staging-i686/xmonad.svg |   77 
 community-staging-x86_64/PKGBUILD |   50 ++
 community-staging-x86_64/xmonad-gnome-session.session |6 +
 community-staging-x86_64/xmonad.install   |   22 
 community-staging-x86_64/xmonad.svg   |   77 
 8 files changed, 310 insertions(+)

Copied: xmonad/repos/community-staging-i686/PKGBUILD (from rev 86839, 
xmonad/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-22 19:13:33 UTC (rev 86840)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+# Contributor: shild shi...@gmail.com
+
+pkgname=xmonad
+pkgver=0.11
+pkgrel=5
+pkgdesc=Lightweight X11 tiled window manager written in Haskell
+arch=('i686' 'x86_64')
+url=http://xmonad.org/;
+license=('BSD')
+depends=('ghc=7.6.2-1' 'gmp' 'haskell-x11=1.6.1.1-2' 'sh' 
'haskell-mtl=2.1.2-2' 'haskell-utf8-string=0.3.7-4' 
'haskell-extensible-exceptions=0.1.1.4-4')
+makedepends=('gendesk')
+optdepends=('xorg-xmessage: for displaying visual error messages')
+install='xmonad.install'
+source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;
+'xmonad.svg')
+md5sums=('5ac9dc1dae5e85dcbdfb9f70cbe312c1'
+ '72bfa5e62e4e44fe7fa59b6a7593d993')
+
+build() {
+  cd $srcdir
+  ghc-pkg list
+  gendesk
+
+  cd $srcdir/$pkgname-$pkgver
+
+  runhaskell Setup.lhs configure --ghc --enable-shared --enable-split-objs 
--prefix=/usr \
+ --libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  install -D -m744 register.sh $pkgdir/usr/share/haskell/$pkgname/register.sh
+  install -m744 unregister.sh $pkgdir/usr/share/haskell/$pkgname/unregister.sh
+  runhaskell Setup.lhs copy --destdir=$pkgdir
+
+  #runhaskell util/GenerateManpage.hs
+
+  install -D -m644 man/xmonad.1 $pkgdir/usr/share/man/man1/xmonad.1
+
+  install -D -m644 LICENSE $pkgdir/usr/share/licenses/xmonad/LICENSE
+
+  install -D -m644 $srcdir/xmonad.svg $pkgdir/usr/share/pixmaps/xmonad.svg
+}

Copied: xmonad/repos/community-staging-i686/xmonad-gnome-session.session (from 
rev 86839, xmonad/trunk/xmonad-gnome-session.session)
===
--- community-staging-i686/xmonad-gnome-session.session 
(rev 0)
+++ community-staging-i686/xmonad-gnome-session.session 2013-03-22 19:13:33 UTC 
(rev 86840)
@@ -0,0 +1,6 @@
+[GNOME Session]
+Name=Xmonad session
+RequiredComponents=gnome-panel;gnome-settings-daemon;
+RequiredProviders=windowmanager;notifications;
+DefaultProvider-windowmanager=xmonad
+DefaultProvider-notifications=notification-daemon

Copied: xmonad/repos/community-staging-i686/xmonad.install (from rev 86839, 
xmonad/trunk/xmonad.install)
===
--- community-staging-i686/xmonad.install   (rev 0)
+++ community-staging-i686/xmonad.install   2013-03-22 19:13:33 UTC (rev 
86840)
@@ -0,0 +1,22 @@
+HS_DIR=/usr/share/haskell/xmonad
+
+post_install() {
+${HS_DIR}/register.sh
+echo xmonad now has dynamic configuration via ~/.xmonad/xmonad.hs
+echo See 

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

2013-03-22 Thread Sébastien Luttringer
Date: Friday, March 22, 2013 @ 20:14:51
  Author: seblu
Revision: 86841

upgpkg: drbd 8.4.2-1

Modified:
  drbd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-22 19:13:33 UTC (rev 86840)
+++ PKGBUILD2013-03-22 19:14:51 UTC (rev 86841)
@@ -2,21 +2,23 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=drbd
-pkgver=8.3.13
-pkgrel=2
+pkgver=8.4.2
+pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='Userland tools for Distributed Replicated Block Device'
 url='http://www.drbd.org'
 license=('GPL2')
 depends=('perl' 'bash')
-source=(http://oss.linbit.com/drbd/8.3/$pkgname-$pkgver.tar.gz;
+source=(http://oss.linbit.com/drbd/8.4/$pkgname-$pkgver.tar.gz;
 $pkgname.service)
 backup=('etc/drbd.conf' 'etc/drbd.d/global_common.conf')
-md5sums=('760a25459ef6b7262a2a3572c1561c5b'
+md5sums=('b081f1046adda1d51ba351c40a8b1107'
  'afbb345094db49b0a474c0b4e51c0acd')
 
 build() {
   cd $pkgname-$pkgver
+  # fix hardcoded path in udev rules
+  sed -i 's,/sbin/drbdadm,/usr/sbin/drbdadm,' scripts/drbd.rules
   ./configure \
 --prefix=/usr \
 --localstatedir=/var \
@@ -30,8 +32,7 @@
 --without-pacemaker \
 --without-heartbeat \
 --without-xen \
---with-initdir=/etc/rc.d
-#--with-legacy_utils \
+--without-legacy_utils
   make
 }
 
@@ -42,8 +43,6 @@
   cd $pkgdir
   mv sbin/* usr/sbin
   rmdir sbin
-  # fix hardcoded path in udev rules
-  sed -i 's,/sbin/drbdadm,/usr/sbin/drbdadm,' etc/udev/rules.d/65-drbd.rules
   # move udev files
   mv etc/udev usr/lib
   # move bash completion
@@ -51,6 +50,8 @@
   mv etc/bash_completion.d usr/share/bash-completion/completions
   # remove /var/lock
   rmdir var/lock
+  # remove embeded init stuff
+  rm -r etc/init.d
   # autoload module
   install -Dm 644 /dev/null usr/lib/modules-load.d/$pkgname.conf
   echo 'drbd'  usr/lib/modules-load.d/$pkgname.conf



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

2013-03-22 Thread Sébastien Luttringer
Date: Friday, March 22, 2013 @ 20:15:09
  Author: seblu
Revision: 86842

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

Added:
  drbd/repos/community-i686/01-remove-old-sanity-check.diff
(from rev 86841, drbd/trunk/01-remove-old-sanity-check.diff)
  drbd/repos/community-i686/PKGBUILD
(from rev 86841, drbd/trunk/PKGBUILD)
  drbd/repos/community-i686/drbd.service
(from rev 86841, drbd/trunk/drbd.service)
  drbd/repos/community-x86_64/01-remove-old-sanity-check.diff
(from rev 86841, drbd/trunk/01-remove-old-sanity-check.diff)
  drbd/repos/community-x86_64/PKGBUILD
(from rev 86841, drbd/trunk/PKGBUILD)
  drbd/repos/community-x86_64/drbd.service
(from rev 86841, drbd/trunk/drbd.service)
Deleted:
  drbd/repos/community-i686/01-remove-old-sanity-check.diff
  drbd/repos/community-i686/PKGBUILD
  drbd/repos/community-i686/drbd.service
  drbd/repos/community-x86_64/01-remove-old-sanity-check.diff
  drbd/repos/community-x86_64/PKGBUILD
  drbd/repos/community-x86_64/drbd.service

--+
 /01-remove-old-sanity-check.diff |   48 
 /PKGBUILD|  126 +
 /drbd.service|   38 ++
 community-i686/01-remove-old-sanity-check.diff   |   24 
 community-i686/PKGBUILD  |   62 --
 community-i686/drbd.service  |   19 ---
 community-x86_64/01-remove-old-sanity-check.diff |   24 
 community-x86_64/PKGBUILD|   62 --
 community-x86_64/drbd.service|   19 ---
 9 files changed, 212 insertions(+), 210 deletions(-)

Deleted: community-i686/01-remove-old-sanity-check.diff
===
--- community-i686/01-remove-old-sanity-check.diff  2013-03-22 19:14:51 UTC 
(rev 86841)
+++ community-i686/01-remove-old-sanity-check.diff  2013-03-22 19:15:09 UTC 
(rev 86842)
@@ -1,24 +0,0 @@
-From: Lars Ellenberg lars.ellenb...@linbit.com
-Date: Thu, 3 Nov 2011 09:40:43 + (+0100)
-Subject: build: remove old sanity check to allow build against linux 3.1
-X-Git-Url: 
http://git.drbd.org/gitweb.cgi?p=drbd-8.3.git;a=commitdiff_plain;h=790c26b09519b9e02b3a7cf7897fb17c2ae339bf
-
-build: remove old sanity check to allow build against linux 3.1

-
-diff --git a/drbd/Makefile b/drbd/Makefile
-index 0985340..7a09603 100644
 a/drbd/Makefile
-+++ b/drbd/Makefile
-@@ -90,11 +90,6 @@ else
- endif
-   endif
- 
--  KDIR_Makefile_PATCHLEVEL = $(shell test -e $(KDIR)/Makefile  grep 
^PATCHLEVEL =  $(KDIR)/Makefile | cut -d   -f 3)
--  ifneq ($(findstring $(KDIR_Makefile_PATCHLEVEL),12345),)
--$(error won't compile with this kernel version)
--  endif
--
-   .PHONY: drbd.o default all greeting clean kbuild install dep tags
- 
-   drbd.o: greeting kbuild

Copied: drbd/repos/community-i686/01-remove-old-sanity-check.diff (from rev 
86841, drbd/trunk/01-remove-old-sanity-check.diff)
===
--- community-i686/01-remove-old-sanity-check.diff  
(rev 0)
+++ community-i686/01-remove-old-sanity-check.diff  2013-03-22 19:15:09 UTC 
(rev 86842)
@@ -0,0 +1,24 @@
+From: Lars Ellenberg lars.ellenb...@linbit.com
+Date: Thu, 3 Nov 2011 09:40:43 + (+0100)
+Subject: build: remove old sanity check to allow build against linux 3.1
+X-Git-Url: 
http://git.drbd.org/gitweb.cgi?p=drbd-8.3.git;a=commitdiff_plain;h=790c26b09519b9e02b3a7cf7897fb17c2ae339bf
+
+build: remove old sanity check to allow build against linux 3.1
+---
+
+diff --git a/drbd/Makefile b/drbd/Makefile
+index 0985340..7a09603 100644
+--- a/drbd/Makefile
 b/drbd/Makefile
+@@ -90,11 +90,6 @@ else
+ endif
+   endif
+ 
+-  KDIR_Makefile_PATCHLEVEL = $(shell test -e $(KDIR)/Makefile  grep 
^PATCHLEVEL =  $(KDIR)/Makefile | cut -d   -f 3)
+-  ifneq ($(findstring $(KDIR_Makefile_PATCHLEVEL),12345),)
+-$(error won't compile with this kernel version)
+-  endif
+-
+   .PHONY: drbd.o default all greeting clean kbuild install dep tags
+ 
+   drbd.o: greeting kbuild

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-22 19:14:51 UTC (rev 86841)
+++ community-i686/PKGBUILD 2013-03-22 19:15:09 UTC (rev 86842)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer se...@archlinux.org
-
-pkgname=drbd
-pkgver=8.3.13
-pkgrel=2
-arch=('i686' 'x86_64')
-pkgdesc='Userland tools for Distributed Replicated Block Device'
-url='http://www.drbd.org'
-license=('GPL2')
-depends=('perl' 'bash')
-source=(http://oss.linbit.com/drbd/8.3/$pkgname-$pkgver.tar.gz;
-$pkgname.service)
-backup=('etc/drbd.conf' 'etc/drbd.d/global_common.conf')
-md5sums=('760a25459ef6b7262a2a3572c1561c5b'
- 'afbb345094db49b0a474c0b4e51c0acd')
-
-build() {
-  cd 

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

2013-03-22 Thread Jan Steffens
Date: Friday, March 22, 2013 @ 20:17:03
  Author: heftig
Revision: 180526

1.0.6

Modified:
  gst-libav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-22 19:10:20 UTC (rev 180525)
+++ PKGBUILD2013-03-22 19:17:03 UTC (rev 180526)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gst-libav
-pkgver=1.0.5
+pkgver=1.0.6
 pkgrel=1
 pkgdesc=Gstreamer libav Plugin
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 options=(!libtool !emptydirs)
 provides=(gst-ffmpeg=$pkgver-$pkgrel)
 source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('aef8be665096b3a4e64424fb39d7c5da57faaaf95e9fea6c1bb44295d4fb32d5')
+sha256sums=('8ab222a52bf7482e913f2c9a4f490cda8f8ed1acfbc429f27451b0558b08044d')
 
 build() {
   cd $pkgname-$pkgver



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

2013-03-22 Thread Jan Steffens
Date: Friday, March 22, 2013 @ 20:18:50
  Author: heftig
Revision: 180527

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-22 19:17:03 UTC (rev 180526)
+++ extra-i686/PKGBUILD 2013-03-22 19:18:50 UTC (rev 180527)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gstreamer
-pkgver=1.0.5
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('libxml2' 'glib2')
-optdepends=('sh: feedback script')
-makedepends=('intltool' 'pkgconfig' 'gtk-doc' 'gobject-introspection')
-options=('!libtool')
-source=(${url}/src/gstreamer/gstreamer-${pkgver}.tar.xz)
-sha256sums=('26c2827567f09a46d0a3bc1e7f8696b2ae72b047306539178079abae487c5b77')
-
-build() {
-  cd ${srcdir}/gstreamer-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
---with-package-name=GStreamer (Archlinux) \
---with-package-origin=http://www.archlinux.org/; \
---enable-gtk-doc --disable-static
-  make
-}
-
-check() {
-  cd ${srcdir}/gstreamer-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/gstreamer-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: gstreamer/repos/extra-i686/PKGBUILD (from rev 180526, 
gstreamer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-22 19:18:50 UTC (rev 180527)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gstreamer
+pkgver=1.0.6
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('libxml2' 'glib2')
+optdepends=('sh: feedback script')
+makedepends=('intltool' 'pkgconfig' 'gtk-doc' 'gobject-introspection')
+options=('!libtool')
+source=(${url}/src/gstreamer/gstreamer-${pkgver}.tar.xz)
+sha256sums=('50d4050cd6a23684b6bbf40a9b7c132edfb39fe9db2d81980adaa6e72f4d5826')
+
+build() {
+  cd ${srcdir}/gstreamer-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
+--with-package-name=GStreamer (Archlinux) \
+--with-package-origin=http://www.archlinux.org/; \
+--enable-gtk-doc --disable-static
+  make
+}
+
+check() {
+  cd ${srcdir}/gstreamer-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/gstreamer-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-03-22 19:17:03 UTC (rev 180526)
+++ extra-x86_64/PKGBUILD   2013-03-22 19:18:50 UTC (rev 180527)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gstreamer
-pkgver=1.0.5
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('libxml2' 'glib2')
-optdepends=('sh: feedback script')
-makedepends=('intltool' 'pkgconfig' 'gtk-doc' 'gobject-introspection')
-options=('!libtool')
-source=(${url}/src/gstreamer/gstreamer-${pkgver}.tar.xz)
-sha256sums=('26c2827567f09a46d0a3bc1e7f8696b2ae72b047306539178079abae487c5b77')
-
-build() {
-  cd ${srcdir}/gstreamer-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
---with-package-name=GStreamer (Archlinux) \
---with-package-origin=http://www.archlinux.org/; \
---enable-gtk-doc --disable-static
-  make
-}
-
-check() {
-  cd ${srcdir}/gstreamer-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/gstreamer-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: gstreamer/repos/extra-x86_64/PKGBUILD (from rev 180526, 
gstreamer/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-03-22 19:18:50 UTC (rev 180527)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gstreamer
+pkgver=1.0.6
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('libxml2' 'glib2')
+optdepends=('sh: feedback script')
+makedepends=('intltool' 'pkgconfig' 

[arch-commits] Commit in gst-plugins-base/repos (4 files)

2013-03-22 Thread Jan Steffens
Date: Friday, March 22, 2013 @ 20:20:44
  Author: heftig
Revision: 180528

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

Added:
  gst-plugins-base/repos/extra-i686/PKGBUILD
(from rev 180527, gst-plugins-base/trunk/PKGBUILD)
  gst-plugins-base/repos/extra-x86_64/PKGBUILD
(from rev 180527, gst-plugins-base/trunk/PKGBUILD)
Deleted:
  gst-plugins-base/repos/extra-i686/PKGBUILD
  gst-plugins-base/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-22 19:18:50 UTC (rev 180527)
+++ extra-i686/PKGBUILD 2013-03-22 19:20:44 UTC (rev 180528)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgbase=gst-plugins-base
-pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
-pkgver=1.0.5
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework Base Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-makedepends=('pkgconfig' 'gstreamer' 'orc' 'libxv' 'alsa-lib' 'cdparanoia' 
'libvisual' 'libvorbis' 'libtheora' 'pango' 'gobject-introspection')
-options=(!libtool !emptydirs)
-url=http://gstreamer.freedesktop.org/;
-source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
-sha256sums=('37ce6e09b99ef3879111c861ee5090582b4fd4c764e81ab6eb2b2b4dd77d7173')
-
-build() {
-  cd $pkgbase-$pkgver
-  sed -i -e '/AC_PATH_XTRA/d' -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' 
configure.ac
-  aclocal -I m4 -I common/m4
-  autoconf
-  automake --add-missing
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental \
---with-package-name=GStreamer Base Plugins (Archlinux) \
---with-package-origin=http://www.archlinux.org/;
-  make
-  sed -e 's/^SUBDIRS_EXT =.*/SUBDIRS_EXT =/' -i Makefile
-}
-
-check() {
-  cd $pkgbase-$pkgver
-  # Testsuite fails on one test. Some refcount leak
-  make check
-}
-
-package_gst-plugins-base-libs() {
-  pkgdesc=GStreamer Multimedia Framework Base Plugin libraries
-  depends=('gstreamer' 'orc' 'libxv')
-
-  cd $pkgbase-$pkgver
-  make DESTDIR=${pkgdir} install
-}
-
-package_gst-plugins-base() {
-  depends=(gst-plugins-base-libs=$pkgver 'alsa-lib' 'cdparanoia' 'libvisual' 
'libvorbis' 'libtheora' 'pango')
-
-  cd $pkgbase-$pkgver
-  make -C gst-libs DESTDIR=${pkgdir} install
-  make -C ext DESTDIR=${pkgdir} install
-  make -C gst-libs DESTDIR=${pkgdir} uninstall
-}

Copied: gst-plugins-base/repos/extra-i686/PKGBUILD (from rev 180527, 
gst-plugins-base/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-22 19:20:44 UTC (rev 180528)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=gst-plugins-base
+pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
+pkgver=1.0.6
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework Base Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('pkgconfig' 'gstreamer' 'orc' 'libxv' 'alsa-lib' 'cdparanoia' 
'libvisual' 'libvorbis' 'libtheora' 'pango' 'gobject-introspection')
+options=(!libtool !emptydirs)
+url=http://gstreamer.freedesktop.org/;
+source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
+sha256sums=('85e5f99af690f720ccde5ea7e793269d35883a3ead80ca9985fa44e18bb1a4a5')
+
+build() {
+  cd $pkgbase-$pkgver
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+  aclocal -I m4 -I common/m4
+  autoconf
+  automake --add-missing
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental \
+--with-package-name=GStreamer Base Plugins (Archlinux) \
+--with-package-origin=http://www.archlinux.org/;
+  make
+  sed -e 's/^SUBDIRS_EXT =.*/SUBDIRS_EXT =/' -i Makefile
+}
+
+check() {
+  cd $pkgbase-$pkgver
+  # Testsuite fails on one test. Some refcount leak
+  make check
+}
+
+package_gst-plugins-base-libs() {
+  pkgdesc=GStreamer Multimedia Framework Base Plugin libraries
+  depends=('gstreamer' 'orc' 'libxv')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR=${pkgdir} install
+}
+
+package_gst-plugins-base() {
+  depends=(gst-plugins-base-libs=$pkgver 'alsa-lib' 'cdparanoia' 'libvisual' 
'libvorbis' 'libtheora' 'pango')
+
+  cd $pkgbase-$pkgver
+  make -C gst-libs DESTDIR=${pkgdir} install
+  make -C ext DESTDIR=${pkgdir} install
+  make -C gst-libs DESTDIR=${pkgdir} uninstall
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-03-22 19:18:50 UTC (rev 180527)
+++ extra-x86_64/PKGBUILD   2013-03-22 19:20:44 UTC (rev 180528)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgbase=gst-plugins-base

[arch-commits] Commit in gst-plugins-good/repos (4 files)

2013-03-22 Thread Jan Steffens
Date: Friday, March 22, 2013 @ 20:22:28
  Author: heftig
Revision: 180529

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

Added:
  gst-plugins-good/repos/extra-i686/PKGBUILD
(from rev 180528, gst-plugins-good/trunk/PKGBUILD)
  gst-plugins-good/repos/extra-x86_64/PKGBUILD
(from rev 180528, gst-plugins-good/trunk/PKGBUILD)
Deleted:
  gst-plugins-good/repos/extra-i686/PKGBUILD
  gst-plugins-good/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-22 19:20:44 UTC (rev 180528)
+++ extra-i686/PKGBUILD 2013-03-22 19:22:28 UTC (rev 180529)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-good
-pkgver=1.0.5
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework Good Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
-makedepends=('gstreamer' 'speex' 'flac' 'libraw1394')
-options=(!libtool !emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('53bd0b848e7896f1b22548ca4e8be56cf425e5100e121c472dff8272d5140bc5')
-
-build() {
-  cd $pkgname-$pkgver
-  sed -i -e '/AC_PATH_XTRA/d' -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' 
configure.ac
-  aclocal -I m4 -I common/m4
-  autoconf
-  automake --add-missing
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental \
---with-package-name=GStreamer Good Plugins (Archlinux) \
---with-package-origin=http://www.archlinux.org/;
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
-}

Copied: gst-plugins-good/repos/extra-i686/PKGBUILD (from rev 180528, 
gst-plugins-good/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-22 19:22:28 UTC (rev 180529)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-good
+pkgver=1.0.6
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework Good Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
+makedepends=('gstreamer' 'speex' 'flac' 'libraw1394')
+options=(!libtool !emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('67f7690a9826d9a6ab28b9af2536a6f3e833ee412bd59dd603c48fb3c6823e0d')
+
+build() {
+  cd $pkgname-$pkgver
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+  aclocal -I m4 -I common/m4
+  autoconf
+  automake --add-missing
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental \
+--with-package-name=GStreamer Good Plugins (Archlinux) \
+--with-package-origin=http://www.archlinux.org/;
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-03-22 19:20:44 UTC (rev 180528)
+++ extra-x86_64/PKGBUILD   2013-03-22 19:22:28 UTC (rev 180529)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-good
-pkgver=1.0.5
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework Good Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
-makedepends=('gstreamer' 'speex' 'flac' 'libraw1394')
-options=(!libtool !emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('53bd0b848e7896f1b22548ca4e8be56cf425e5100e121c472dff8272d5140bc5')
-
-build() {
-  cd $pkgname-$pkgver
-  sed -i -e '/AC_PATH_XTRA/d' -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' 
configure.ac
-  aclocal -I m4 -I common/m4
-  autoconf
-  automake --add-missing
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental \
-

[arch-commits] Commit in gst-plugins-bad/repos (4 files)

2013-03-22 Thread Jan Steffens
Date: Friday, March 22, 2013 @ 20:24:01
  Author: heftig
Revision: 180530

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

Added:
  gst-plugins-bad/repos/extra-i686/PKGBUILD
(from rev 180529, gst-plugins-bad/trunk/PKGBUILD)
  gst-plugins-bad/repos/extra-x86_64/PKGBUILD
(from rev 180529, gst-plugins-bad/trunk/PKGBUILD)
Deleted:
  gst-plugins-bad/repos/extra-i686/PKGBUILD
  gst-plugins-bad/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-22 19:22:28 UTC (rev 180529)
+++ extra-i686/PKGBUILD 2013-03-22 19:24:01 UTC (rev 180530)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-bad
-pkgver=1.0.5
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework Bad Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('mjpegtools' 'gst-plugins-base-libs' 'curl' 'chromaprint' 'libmms' 
'faad2' 'mpg123' 'faac' 'celt' 'libdca' 'soundtouch' 'spandsp' 'libdvdnav' 
'libmodplug' 'libgme' 'opus' 'wayland')
-makedepends=('schroedinger' 'libexif' 'libdvdread' 'libvdpau' 'libmpeg2')
-options=(!libtool !emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('2e8f5b9a2fd274142d0a916b6425b9466028978b85858dc835dc80de744b276a')
-
-build() {
-  cd $pkgname-$pkgver
-  sed -i '/AC_PATH_XTRA/d' configure.ac
-  aclocal -I m4 -I common/m4
-  autoconf
-  automake --add-missing
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental \
---with-package-name=GStreamer Bad Plugins (Archlinux) \
---with-package-origin=http://www.archlinux.org/; \
---with-gtk=3.0
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: gst-plugins-bad/repos/extra-i686/PKGBUILD (from rev 180529, 
gst-plugins-bad/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-22 19:24:01 UTC (rev 180530)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-bad
+pkgver=1.0.6
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework Bad Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('mjpegtools' 'gst-plugins-base-libs' 'curl' 'chromaprint' 'libmms' 
'faad2' 'mpg123' 'faac' 'celt' 'libdca' 'soundtouch' 'spandsp' 'libdvdnav' 
'libmodplug' 'libgme' 'opus' 'wayland')
+makedepends=('schroedinger' 'libexif' 'libdvdread' 'libvdpau' 'libmpeg2')
+options=(!libtool !emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('92130899d0b78b71f1551cada9b10b550e91506c2d7b8b748e5cc18a620d302d')
+
+build() {
+  cd $pkgname-$pkgver
+  sed -i '/AC_PATH_XTRA/d' configure.ac
+  aclocal -I m4 -I common/m4
+  autoconf
+  automake --add-missing
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental \
+--with-package-name=GStreamer Bad Plugins (Archlinux) \
+--with-package-origin=http://www.archlinux.org/; \
+--with-gtk=3.0
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-03-22 19:22:28 UTC (rev 180529)
+++ extra-x86_64/PKGBUILD   2013-03-22 19:24:01 UTC (rev 180530)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-bad
-pkgver=1.0.5
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework Bad Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('mjpegtools' 'gst-plugins-base-libs' 'curl' 'chromaprint' 'libmms' 
'faad2' 'mpg123' 'faac' 'celt' 'libdca' 'soundtouch' 'spandsp' 'libdvdnav' 
'libmodplug' 'libgme' 'opus' 'wayland')
-makedepends=('schroedinger' 'libexif' 'libdvdread' 'libvdpau' 'libmpeg2')
-options=(!libtool !emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('2e8f5b9a2fd274142d0a916b6425b9466028978b85858dc835dc80de744b276a')
-
-build() {
-  cd $pkgname-$pkgver
-  sed -i '/AC_PATH_XTRA/d' configure.ac
-  aclocal -I m4 -I common/m4
-  autoconf
-  automake --add-missing
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental \
---with-package-name=GStreamer Bad Plugins (Archlinux) \
---with-package-origin=http://www.archlinux.org/; \
---with-gtk=3.0
-  

[arch-commits] Commit in gst-plugins-ugly/repos (4 files)

2013-03-22 Thread Jan Steffens
Date: Friday, March 22, 2013 @ 20:24:55
  Author: heftig
Revision: 180531

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

Added:
  gst-plugins-ugly/repos/extra-i686/PKGBUILD
(from rev 180530, gst-plugins-ugly/trunk/PKGBUILD)
  gst-plugins-ugly/repos/extra-x86_64/PKGBUILD
(from rev 180530, gst-plugins-ugly/trunk/PKGBUILD)
Deleted:
  gst-plugins-ugly/repos/extra-i686/PKGBUILD
  gst-plugins-ugly/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-22 19:24:01 UTC (rev 180530)
+++ extra-i686/PKGBUILD 2013-03-22 19:24:55 UTC (rev 180531)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-ugly
-pkgver=1.0.5
-pkgrel=2
-pkgdesc=GStreamer Multimedia Framework Ugly Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('gst-plugins-base-libs' 'libdvdread' 'lame' 'libmpeg2' 'a52dec' 
'libmad' 'libsidplay' 'libcdio' 'x264' 'opencore-amr')
-options=(!libtool !emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('a62a182ea96d9b2783b493b46d531914db9d2ebb9e537e9c84668fe752791331')
-
-build() {
-  cd $pkgname-$pkgver
-  sed -i '/AC_PATH_XTRA/d' configure.ac
-  aclocal -I m4 -I common/m4
-  autoconf
-  automake --add-missing
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental \
---with-package-name=GStreamer Ugly Plugins (Archlinux) \
---with-package-origin=http://www.archlinux.org/;
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: gst-plugins-ugly/repos/extra-i686/PKGBUILD (from rev 180530, 
gst-plugins-ugly/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-22 19:24:55 UTC (rev 180531)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-ugly
+pkgver=1.0.6
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework Ugly Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('gst-plugins-base-libs' 'libdvdread' 'lame' 'libmpeg2' 'a52dec' 
'libmad' 'libsidplay' 'libcdio' 'x264' 'opencore-amr')
+options=(!libtool !emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('8655ceec7533b5d30080a5051025e26ff8d06bea8d03a6b2af56c2f839d60586')
+
+build() {
+  cd $pkgname-$pkgver
+  sed -i '/AC_PATH_XTRA/d' configure.ac
+  aclocal -I m4 -I common/m4
+  autoconf
+  automake --add-missing
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental \
+--with-package-name=GStreamer Ugly Plugins (Archlinux) \
+--with-package-origin=http://www.archlinux.org/;
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-03-22 19:24:01 UTC (rev 180530)
+++ extra-x86_64/PKGBUILD   2013-03-22 19:24:55 UTC (rev 180531)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-ugly
-pkgver=1.0.5
-pkgrel=2
-pkgdesc=GStreamer Multimedia Framework Ugly Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('gst-plugins-base-libs' 'libdvdread' 'lame' 'libmpeg2' 'a52dec' 
'libmad' 'libsidplay' 'libcdio' 'x264' 'opencore-amr')
-options=(!libtool !emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('a62a182ea96d9b2783b493b46d531914db9d2ebb9e537e9c84668fe752791331')
-
-build() {
-  cd $pkgname-$pkgver
-  sed -i '/AC_PATH_XTRA/d' configure.ac
-  aclocal -I m4 -I common/m4
-  autoconf
-  automake --add-missing
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental \
---with-package-name=GStreamer Ugly Plugins (Archlinux) \
---with-package-origin=http://www.archlinux.org/;
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: gst-plugins-ugly/repos/extra-x86_64/PKGBUILD (from rev 180530, 
gst-plugins-ugly/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-03-22 19:24:55 UTC (rev 180531)
@@ -0,0 +1,37 @@
+# 

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

2013-03-22 Thread Jan Steffens
Date: Friday, March 22, 2013 @ 20:26:17
  Author: heftig
Revision: 180532

0.9.14 (for icu 51.1 staging)

Modified:
  harfbuzz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-22 19:24:55 UTC (rev 180531)
+++ PKGBUILD2013-03-22 19:26:17 UTC (rev 180532)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=harfbuzz
-pkgver=0.9.9
-pkgrel=3
+pkgver=0.9.14
+pkgrel=1
 pkgdesc=OpenType text shaping engine.
 arch=('i686' 'x86_64')
 url=http://www.freedesktop.org/wiki/Software/HarfBuzz;
@@ -13,7 +13,7 @@
 optdepends=('cairo: hb-view program')
 options=(!libtool)
 
source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('3d8dd4ebbc38da011485ef181f8ff072b4b0d7e305bbda19b355f217d25169cf')
+sha256sums=('d07c0ffdbbbfdfbb6c65e73fe9c76466e87dbf04b094cbd0abf5fd7d571a4004')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2013-03-22 Thread Jan Steffens
Date: Friday, March 22, 2013 @ 20:27:55
  Author: heftig
Revision: 180533

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

Added:
  gst-libav/repos/extra-i686/PKGBUILD
(from rev 180532, gst-libav/trunk/PKGBUILD)
  gst-libav/repos/extra-x86_64/PKGBUILD
(from rev 180532, gst-libav/trunk/PKGBUILD)
Deleted:
  gst-libav/repos/extra-i686/PKGBUILD
  gst-libav/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-22 19:26:17 UTC (rev 180532)
+++ extra-i686/PKGBUILD 2013-03-22 19:27:55 UTC (rev 180533)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-libav
-pkgver=1.0.5
-pkgrel=1
-pkgdesc=Gstreamer libav Plugin
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('gst-plugins-base-libs' 'bzip2')
-makedepends=('yasm')
-options=(!libtool !emptydirs)
-provides=(gst-ffmpeg=$pkgver-$pkgrel)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('aef8be665096b3a4e64424fb39d7c5da57faaaf95e9fea6c1bb44295d4fb32d5')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --with-libav-extra-configure=--enable-runtime-cpudetect 
\
---with-package-name=GStreamer libav Plugin (Archlinux) \
---with-package-origin=http://www.archlinux.org/;
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: gst-libav/repos/extra-i686/PKGBUILD (from rev 180532, 
gst-libav/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-22 19:27:55 UTC (rev 180533)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-libav
+pkgver=1.0.6
+pkgrel=1
+pkgdesc=Gstreamer libav Plugin
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('gst-plugins-base-libs' 'bzip2')
+makedepends=('yasm')
+options=(!libtool !emptydirs)
+provides=(gst-ffmpeg=$pkgver-$pkgrel)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('8ab222a52bf7482e913f2c9a4f490cda8f8ed1acfbc429f27451b0558b08044d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --with-libav-extra-configure=--enable-runtime-cpudetect 
\
+--with-package-name=GStreamer libav Plugin (Archlinux) \
+--with-package-origin=http://www.archlinux.org/;
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-03-22 19:26:17 UTC (rev 180532)
+++ extra-x86_64/PKGBUILD   2013-03-22 19:27:55 UTC (rev 180533)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-libav
-pkgver=1.0.5
-pkgrel=1
-pkgdesc=Gstreamer libav Plugin
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('gst-plugins-base-libs' 'bzip2')
-makedepends=('yasm')
-options=(!libtool !emptydirs)
-provides=(gst-ffmpeg=$pkgver-$pkgrel)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('aef8be665096b3a4e64424fb39d7c5da57faaaf95e9fea6c1bb44295d4fb32d5')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --with-libav-extra-configure=--enable-runtime-cpudetect 
\
---with-package-name=GStreamer libav Plugin (Archlinux) \
---with-package-origin=http://www.archlinux.org/;
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: gst-libav/repos/extra-x86_64/PKGBUILD (from rev 180532, 
gst-libav/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-03-22 19:27:55 UTC (rev 180533)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-libav
+pkgver=1.0.6
+pkgrel=1
+pkgdesc=Gstreamer libav Plugin
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('gst-plugins-base-libs' 'bzip2')
+makedepends=('yasm')
+options=(!libtool !emptydirs)
+provides=(gst-ffmpeg=$pkgver-$pkgrel)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)

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

2013-03-22 Thread Jan Steffens
Date: Friday, March 22, 2013 @ 20:29:12
  Author: heftig
Revision: 180534

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

Added:
  harfbuzz/repos/staging-i686/
  harfbuzz/repos/staging-i686/PKGBUILD
(from rev 180533, harfbuzz/trunk/PKGBUILD)
  harfbuzz/repos/staging-x86_64/
  harfbuzz/repos/staging-x86_64/PKGBUILD
(from rev 180533, harfbuzz/trunk/PKGBUILD)

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

Copied: harfbuzz/repos/staging-i686/PKGBUILD (from rev 180533, 
harfbuzz/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-03-22 19:29:12 UTC (rev 180534)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=harfbuzz
+pkgver=0.9.14
+pkgrel=1
+pkgdesc=OpenType text shaping engine.
+arch=('i686' 'x86_64')
+url=http://www.freedesktop.org/wiki/Software/HarfBuzz;
+license=('MIT')
+depends=('icu' 'glib2' 'freetype2' 'graphite=1.2.0')
+makedepends=('icu' 'cairo' 'glib2' 'freetype2')
+optdepends=('cairo: hb-view program')
+options=(!libtool)
+source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('d07c0ffdbbbfdfbb6c65e73fe9c76466e87dbf04b094cbd0abf5fd7d571a4004')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/harfbuzz/COPYING
+}

Copied: harfbuzz/repos/staging-x86_64/PKGBUILD (from rev 180533, 
harfbuzz/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-03-22 19:29:12 UTC (rev 180534)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=harfbuzz
+pkgver=0.9.14
+pkgrel=1
+pkgdesc=OpenType text shaping engine.
+arch=('i686' 'x86_64')
+url=http://www.freedesktop.org/wiki/Software/HarfBuzz;
+license=('MIT')
+depends=('icu' 'glib2' 'freetype2' 'graphite=1.2.0')
+makedepends=('icu' 'cairo' 'glib2' 'freetype2')
+optdepends=('cairo: hb-view program')
+options=(!libtool)
+source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('d07c0ffdbbbfdfbb6c65e73fe9c76466e87dbf04b094cbd0abf5fd7d571a4004')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/harfbuzz/COPYING
+}



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

2013-03-22 Thread Jelle van der Waa
Date: Friday, March 22, 2013 @ 20:36:21
  Author: jelle
Revision: 86843

upgpkg: xmonad-contrib 0.11-6

rebuild for haskell-x11

Modified:
  xmonad-contrib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-22 19:15:09 UTC (rev 86842)
+++ PKGBUILD2013-03-22 19:36:21 UTC (rev 86843)
@@ -5,12 +5,12 @@
 
 pkgname=xmonad-contrib
 pkgver=0.11
-pkgrel=5
+pkgrel=6
 pkgdesc=Add-ons for xmonad
 arch=('i686' 'x86_64')
 url=http://xmonad.org/;
 license=('BSD')
-depends=('ghc=7.6.2-1' 'xmonad=0.11-4' 'sh' 'haskell-x11=1.6.1.1-1' 
'haskell-x11-xft=0.3.1' 'haskell-utf8-string=0.3.7-4' 
'haskell-random=1.0.1.1-4')
+depends=('ghc=7.6.2-1' 'xmonad=0.11-5' 'sh' 'haskell-x11=1.6.1.1-2' 
'haskell-x11-xft=0.3.1' 'haskell-utf8-string=0.3.7-4' 
'haskell-random=1.0.1.1-4')
 install='xmonad-contrib.install'
 
source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz
 xmonad-contrib-remove-getatomname.patch)
 



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

2013-03-22 Thread Jelle van der Waa
Date: Friday, March 22, 2013 @ 20:37:29
  Author: jelle
Revision: 86844

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

Added:
  xmonad-contrib/repos/community-staging-i686/
  xmonad-contrib/repos/community-staging-i686/PKGBUILD
(from rev 86843, xmonad-contrib/trunk/PKGBUILD)
  
xmonad-contrib/repos/community-staging-i686/xmonad-contrib-remove-getatomname.patch
(from rev 86843, 
xmonad-contrib/trunk/xmonad-contrib-remove-getatomname.patch)
  xmonad-contrib/repos/community-staging-i686/xmonad-contrib.install
(from rev 86843, xmonad-contrib/trunk/xmonad-contrib.install)
  xmonad-contrib/repos/community-staging-x86_64/
  xmonad-contrib/repos/community-staging-x86_64/PKGBUILD
(from rev 86843, xmonad-contrib/trunk/PKGBUILD)
  
xmonad-contrib/repos/community-staging-x86_64/xmonad-contrib-remove-getatomname.patch
(from rev 86843, 
xmonad-contrib/trunk/xmonad-contrib-remove-getatomname.patch)
  xmonad-contrib/repos/community-staging-x86_64/xmonad-contrib.install
(from rev 86843, xmonad-contrib/trunk/xmonad-contrib.install)

--+
 community-staging-i686/PKGBUILD  |   37 
++
 community-staging-i686/xmonad-contrib-remove-getatomname.patch   |   19 +
 community-staging-i686/xmonad-contrib.install|   17 
 community-staging-x86_64/PKGBUILD|   37 
++
 community-staging-x86_64/xmonad-contrib-remove-getatomname.patch |   19 +
 community-staging-x86_64/xmonad-contrib.install  |   17 
 6 files changed, 146 insertions(+)

Copied: xmonad-contrib/repos/community-staging-i686/PKGBUILD (from rev 86843, 
xmonad-contrib/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-22 19:37:29 UTC (rev 86844)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+# Contributor: orbisvicis gmail.com
+
+pkgname=xmonad-contrib
+pkgver=0.11
+pkgrel=6
+pkgdesc=Add-ons for xmonad
+arch=('i686' 'x86_64')
+url=http://xmonad.org/;
+license=('BSD')
+depends=('ghc=7.6.2-1' 'xmonad=0.11-5' 'sh' 'haskell-x11=1.6.1.1-2' 
'haskell-x11-xft=0.3.1' 'haskell-utf8-string=0.3.7-4' 
'haskell-random=1.0.1.1-4')
+install='xmonad-contrib.install'
+source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz
 xmonad-contrib-remove-getatomname.patch)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -Np1 -i $srcdir/xmonad-contrib-remove-getatomname.patch
+
+  runhaskell Setup.lhs configure --ghc --enable-shared --enable-split-objs 
--prefix=/usr -fuse_xft \
+ --libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  install -D -m744 register.sh $pkgdir/usr/share/haskell/$pkgname/register.sh
+  install -m744 unregister.sh $pkgdir/usr/share/haskell/$pkgname/unregister.sh
+  runhaskell Setup.lhs copy --destdir=$pkgdir
+  install -D LICENSE $pkgdir/usr/share/licenses/xmonad-contrib/LICENSE
+}
+md5sums=('05fba258ac6063e49b50786a0869bd1f'
+ '1d1fab94ae24b2a8f6a5dcd9cd6d9548')

Copied: 
xmonad-contrib/repos/community-staging-i686/xmonad-contrib-remove-getatomname.patch
 (from rev 86843, xmonad-contrib/trunk/xmonad-contrib-remove-getatomname.patch)
===
--- community-staging-i686/xmonad-contrib-remove-getatomname.patch  
(rev 0)
+++ community-staging-i686/xmonad-contrib-remove-getatomname.patch  
2013-03-22 19:37:29 UTC (rev 86844)
@@ -0,0 +1,19 @@
+diff -aur xmonad-contrib-0.11/XMonad/Hooks/DebugEvents.hs 
xmonad-contrib.new/XMonad/Hooks/DebugEvents.hs
+--- xmonad-contrib-0.11/XMonad/Hooks/DebugEvents.hs2013-01-01 
01:32:44.0 +
 xmonad-contrib.new/XMonad/Hooks/DebugEvents.hs 2013-03-18 
07:54:52.082723862 +
+@@ -50,6 +50,7 @@
+ import   System.Process
+ 
+ -- this should move into X11
++{-
+ foreign import ccall unsafe XGetAtomName
+   xGetAtomName :: Display - Atom - IO CString
+ 
+@@ -63,6 +64,7 @@
+   xFree n
+   return $ Just n'
+ 
++-}
+ -- | Event hook to dump all received events.  You should probably not use this
+ --   unconditionally; it will produce massive amounts of output.
+ debugEventsHook   :: Event - X All

Copied: xmonad-contrib/repos/community-staging-i686/xmonad-contrib.install 
(from rev 86843, xmonad-contrib/trunk/xmonad-contrib.install)
===
--- community-staging-i686/xmonad-contrib.install   

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

2013-03-22 Thread Evangelos Foutras
Date: Friday, March 22, 2013 @ 21:04:36
  Author: foutrelis
Revision: 86845

upgpkg: nginx 1.2.7-5

Change ownership of /var/log/nginx to http so nginx worker processes 
can rotate their logs; set permissions of /var/log/nginx in package() 
and drop post_install() to avoid pacman warning about different 
filesystem permissions.

Modified:
  nginx/trunk/PKGBUILD
  nginx/trunk/logrotate
  nginx/trunk/nginx.install

---+
 PKGBUILD  |9 ++---
 logrotate |2 +-
 nginx.install |   10 +++---
 3 files changed, 10 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-22 19:37:29 UTC (rev 86844)
+++ PKGBUILD2013-03-22 20:04:36 UTC (rev 86845)
@@ -8,7 +8,7 @@
 
 pkgname=nginx
 pkgver=1.2.7
-pkgrel=4
+pkgrel=5
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=('i686' 'x86_64')
 depends=('pcre' 'zlib' 'openssl' 'geoip')
@@ -31,7 +31,7 @@
logrotate)
 sha256sums=('2457a878943fb409ec4fcb46b43af222d06a584f93228e17a4f02b0e7bfc9de3'
 '77da8ce4d8378048606a25e09270ee187d6b226ee750b6cb4313af5549f5156a'
-'a21b564eaf83b4b4ce3a436e895bd37e000677fb314b89818f89f30caca6e6d9')
+'9523a1fdd5eb61bf62f3049f6ee088b198e36d5edcce2d9b08bbeb2930aa5a16')
 
 build() {
cd $srcdir/$pkgname-$pkgver
@@ -87,9 +87,12 @@
install -d $pkgdir/$_tmpdir
install -dm700 $pkgdir/$_tmpdir/proxy
 
+   chmod 750 $pkgdir/var/log/nginx
+   chown http:log $pkgdir/var/log/nginx
+
install -d $pkgdir/usr/share/nginx
mv $pkgdir/etc/nginx/html/ $pkgdir/usr/share/nginx
-   
+
install -Dm644 $srcdir/logrotate $pkgdir/etc/logrotate.d/nginx
install -Dm644 $srcdir/service 
$pkgdir/usr/lib/systemd/system/nginx.service
install -Dm644 LICENSE $pkgdir/usr/share/licenses/nginx/LICENSE

Modified: logrotate
===
--- logrotate   2013-03-22 19:37:29 UTC (rev 86844)
+++ logrotate   2013-03-22 20:04:36 UTC (rev 86845)
@@ -1,6 +1,6 @@
 /var/log/nginx/*log {
missingok
-   create 640 root log
+   create 640 http log
sharedscripts
compress
postrotate

Modified: nginx.install
===
--- nginx.install   2013-03-22 19:37:29 UTC (rev 86844)
+++ nginx.install   2013-03-22 20:04:36 UTC (rev 86845)
@@ -1,12 +1,8 @@
-post_install() {
-if [[ -e var/log/nginx ]]; then
+post_upgrade() {
+if [[ $(vercmp $2 1.2.7-4) -le 0 ]]; then
 chmod 750 var/log/nginx
-chown root:log var/log/nginx
+chown http:log var/log/nginx
 fi
-}
-
-post_upgrade() {
-[[ $(vercmp $2 1.2.7-3) -le 0 ]]  post_install
 if [[ $(vercmp $2 1.2.1-2) -le 0 ]]; then
 echo   Since 1.2.1-2 several changes has been made in package:
 echo   - *.conf files have been moved to /etc/nginx



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

2013-03-22 Thread Evangelos Foutras
Date: Friday, March 22, 2013 @ 21:04:56
  Author: foutrelis
Revision: 86846

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

Added:
  nginx/repos/community-i686/PKGBUILD
(from rev 86845, nginx/trunk/PKGBUILD)
  nginx/repos/community-i686/logrotate
(from rev 86845, nginx/trunk/logrotate)
  nginx/repos/community-i686/nginx.install
(from rev 86845, nginx/trunk/nginx.install)
  nginx/repos/community-i686/service
(from rev 86845, nginx/trunk/service)
  nginx/repos/community-x86_64/PKGBUILD
(from rev 86845, nginx/trunk/PKGBUILD)
  nginx/repos/community-x86_64/logrotate
(from rev 86845, nginx/trunk/logrotate)
  nginx/repos/community-x86_64/nginx.install
(from rev 86845, nginx/trunk/nginx.install)
  nginx/repos/community-x86_64/service
(from rev 86845, nginx/trunk/service)
Deleted:
  nginx/repos/community-i686/PKGBUILD
  nginx/repos/community-i686/logrotate
  nginx/repos/community-i686/nginx.install
  nginx/repos/community-i686/service
  nginx/repos/community-x86_64/PKGBUILD
  nginx/repos/community-x86_64/logrotate
  nginx/repos/community-x86_64/nginx.install
  nginx/repos/community-x86_64/service

+
 /PKGBUILD  |  200 +++
 /logrotate |   18 +++
 /nginx.install |   30 +
 /service   |   28 +
 community-i686/PKGBUILD|   97 --
 community-i686/logrotate   |9 -
 community-i686/nginx.install   |   19 ---
 community-i686/service |   14 --
 community-x86_64/PKGBUILD  |   97 --
 community-x86_64/logrotate |9 -
 community-x86_64/nginx.install |   19 ---
 community-x86_64/service   |   14 --
 12 files changed, 276 insertions(+), 278 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-22 20:04:36 UTC (rev 86845)
+++ community-i686/PKGBUILD 2013-03-22 20:04:56 UTC (rev 86846)
@@ -1,97 +0,0 @@
-# $Id$
-# Maintainer:  Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Miroslaw Szot m...@czlug.icis.pcz.pl
-
-_cfgdir=/etc/nginx
-_tmpdir=/var/lib/nginx
-
-pkgname=nginx
-pkgver=1.2.7
-pkgrel=4
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
-arch=('i686' 'x86_64')
-depends=('pcre' 'zlib' 'openssl' 'geoip')
-makedepends=('passenger')
-url=http://nginx.org;
-license=('custom')
-install=nginx.install
-backup=(${_cfgdir:1}/fastcgi.conf
-   ${_cfgdir:1}/fastcgi_params
-   ${_cfgdir:1}/koi-win
-   ${_cfgdir:1}/koi-utf
-   ${_cfgdir:1}/mime.types
-   ${_cfgdir:1}/nginx.conf
-   ${_cfgdir:1}/scgi_params
-   ${_cfgdir:1}/uwsgi_params
-   ${_cfgdir:1}/win-utf
-   etc/logrotate.d/nginx)
-source=(http://nginx.org/download/nginx-$pkgver.tar.gz
-   service
-   logrotate)
-sha256sums=('2457a878943fb409ec4fcb46b43af222d06a584f93228e17a4f02b0e7bfc9de3'
-'77da8ce4d8378048606a25e09270ee187d6b226ee750b6cb4313af5549f5156a'
-'a21b564eaf83b4b4ce3a436e895bd37e000677fb314b89818f89f30caca6e6d9')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-
-   ./configure \
---prefix=$_cfgdir \
---conf-path=$_cfgdir/nginx.conf \
---sbin-path=/usr/sbin/nginx \
---pid-path=/var/run/nginx.pid \
---lock-path=/var/lock/nginx.lock \
---user=http --group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=/var/log/nginx/error.log \
---http-client-body-temp-path=$_tmpdir/client-body \
---http-proxy-temp-path=$_tmpdir/proxy \
---http-fastcgi-temp-path=$_tmpdir/fastcgi \
---http-scgi-temp-path=$_tmpdir/scgi \
---http-uwsgi-temp-path=$_tmpdir/uwsgi \
---with-imap --with-imap_ssl_module \
---with-ipv6 --with-pcre-jit \
---with-file-aio \
---with-http_dav_module \
---with-http_geoip_module \
---with-http_gzip_static_module \
---with-http_realip_module \
---with-http_ssl_module \
---with-http_stub_status_module \
---add-module=/usr/lib/passenger/ext/nginx \
-#--with-http_mp4_module \
-#--with-http_addition_module \
-#--with-http_xslt_module \
-#--with-http_image_filter_module \
-#--with-http_sub_module \
-#--with-http_flv_module \
-#--with-http_random_index_module \
-#--with-http_secure_link_module \
-#--with-http_degradation_module \
-#--with-http_perl_module \
-
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-
-   sed -e 's|\user\s\+\w\+;|user html;|g' \
-   -e '44s|html|/usr/share/nginx/html|' \
-   -e 

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

2013-03-22 Thread Jan Steffens
Date: Friday, March 22, 2013 @ 21:38:11
  Author: heftig
Revision: 180535

0.14.5, for icu staging

Modified:
  tracker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-22 19:29:12 UTC (rev 180534)
+++ PKGBUILD2013-03-22 20:38:11 UTC (rev 180535)
@@ -5,26 +5,29 @@
 
 pkgbase=tracker
 pkgname=(tracker libtracker-sparql)
-pkgver=0.14.4
+pkgver=0.14.5
 _tver=${pkgver%.*}
-pkgrel=3
+pkgrel=1
 pkgdesc=All-in-one indexer, search tool and metadata database
-arch=('i686' 'x86_64')
-license=('GPL')
-makedepends=('libgee' 'libgnome-keyring' 'upower' 'libexif' 'exempi'
- 'poppler-glib' 'libgsf' 'icu' 'enca' 'networkmanager' 'gtk3'
- 'desktop-file-utils' 'hicolor-icon-theme' 'gobject-introspection'
- 'intltool' 'giflib' 'gstreamer0.10-base' 'totem-plparser'
- 'taglib' 'nautilus' 'gnome-panel' 'libvorbis' 'flac' 'vala'
- 'libgxps')
+arch=(i686 x86_64)
+license=(GPL)
+makedepends=(libgnome-keyring upower libexif exempi rest
+ poppler-glib libgsf icu enca networkmanager gtk3
+ desktop-file-utils hicolor-icon-theme gobject-introspection
+ intltool giflib gstreamer0.10-base totem-plparser
+ taglib nautilus libvorbis flac vala libgxps)
 url=http://www.gnome.org;
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/$_tver/$pkgbase-$pkgver.tar.xz)
-sha256sums=('b818ee42b9007a94b2f8046edc4706bb2036187d5fd304e7ae23e5d2fcf85918')
+sha256sums=('cabef75eb18ad35208000dc472bdc20a74269799414527ee6e1c1c1cfb28eec8')
 
 build() {
   cd $pkgbase-$pkgver
 
+  # HACK: uninstall libtracker-sparql to ensure a clean build,
+  # as the build system will wrongly link against it
+  #if pacman -Qq libtracker-sparql; then sudo pacman -Rdd --noconfirm 
libtracker-sparql; fi
+
   ./configure \
 --prefix=/usr \
 --sysconfdir=/etc \
@@ -40,9 +43,9 @@
 }
 
 package_tracker() {
-  depends=(libtracker-sparql=$pkgver-$pkgrel 'libgee' 'libgnome-keyring'
-   'upower' 'libexif' 'exempi' 'poppler-glib' 'libgsf' 'enca'
-   'networkmanager' 'gtk3' 'desktop-file-utils' 'hicolor-icon-theme')
+  depends=(libtracker-sparql=$pkgver-$pkgrel libgnome-keyring
+   upower libexif exempi rest poppler-glib libgsf enca
+   networkmanager gtk3 desktop-file-utils hicolor-icon-theme)
   optdepends=('giflib: extractor for GIF data'
   'gstreamer0.10-base: video extractor'
   'totem-plparser: playlist support'
@@ -50,7 +53,6 @@
   'libvorbis: Vorbis metadata extractor'
   'flac: FLAC metadata extractor'
   'taglib: writeback for audio files'
-  'gnome-panel: tracker-search-bar'
   'libgxps: XPS extractor')
   groups=('gnome-extra')
   install=tracker.install
@@ -80,7 +82,7 @@
 
 package_libtracker-sparql() {
   pkgdesc=$pkgdesc (SPARQL library)
-  depends=('sqlite' 'icu' 'glib2' 'libffi' 'pcre' 'util-linux')
+  depends=(sqlite icu glib2 libffi pcre util-linux)
 
   mv $srcdir/sparql/* $pkgdir
 }



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

2013-03-22 Thread Jan Steffens
Date: Friday, March 22, 2013 @ 21:40:37
  Author: heftig
Revision: 180536

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

Added:
  tracker/repos/staging-i686/
  tracker/repos/staging-i686/PKGBUILD
(from rev 180535, tracker/trunk/PKGBUILD)
  tracker/repos/staging-i686/tracker.install
(from rev 180535, tracker/trunk/tracker.install)
  tracker/repos/staging-x86_64/
  tracker/repos/staging-x86_64/PKGBUILD
(from rev 180535, tracker/trunk/PKGBUILD)
  tracker/repos/staging-x86_64/tracker.install
(from rev 180535, tracker/trunk/tracker.install)

+
 staging-i686/PKGBUILD  |   88 +++
 staging-i686/tracker.install   |   13 +
 staging-x86_64/PKGBUILD|   88 +++
 staging-x86_64/tracker.install |   13 +
 4 files changed, 202 insertions(+)

Copied: tracker/repos/staging-i686/PKGBUILD (from rev 180535, 
tracker/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-03-22 20:40:37 UTC (rev 180536)
@@ -0,0 +1,88 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Alexander Fehr pizzapunk gmail com
+
+pkgbase=tracker
+pkgname=(tracker libtracker-sparql)
+pkgver=0.14.5
+_tver=${pkgver%.*}
+pkgrel=1
+pkgdesc=All-in-one indexer, search tool and metadata database
+arch=(i686 x86_64)
+license=(GPL)
+makedepends=(libgnome-keyring upower libexif exempi rest
+ poppler-glib libgsf icu enca networkmanager gtk3
+ desktop-file-utils hicolor-icon-theme gobject-introspection
+ intltool giflib gstreamer0.10-base totem-plparser
+ taglib nautilus libvorbis flac vala libgxps)
+url=http://www.gnome.org;
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/$_tver/$pkgbase-$pkgver.tar.xz)
+sha256sums=('cabef75eb18ad35208000dc472bdc20a74269799414527ee6e1c1c1cfb28eec8')
+
+build() {
+  cd $pkgbase-$pkgver
+
+  # HACK: uninstall libtracker-sparql to ensure a clean build,
+  # as the build system will wrongly link against it
+  #if pacman -Qq libtracker-sparql; then sudo pacman -Rdd --noconfirm 
libtracker-sparql; fi
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/tracker \
+--disable-unit-tests \
+--enable-libflac \
+--enable-libvorbis
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
+
+  make
+}
+
+package_tracker() {
+  depends=(libtracker-sparql=$pkgver-$pkgrel libgnome-keyring
+   upower libexif exempi rest poppler-glib libgsf enca
+   networkmanager gtk3 desktop-file-utils hicolor-icon-theme)
+  optdepends=('giflib: extractor for GIF data'
+  'gstreamer0.10-base: video extractor'
+  'totem-plparser: playlist support'
+  'nautilus: nautilus-extension'
+  'libvorbis: Vorbis metadata extractor'
+  'flac: FLAC metadata extractor'
+  'taglib: writeback for audio files'
+  'libgxps: XPS extractor')
+  groups=('gnome-extra')
+  install=tracker.install
+
+  cd $pkgbase-$pkgver
+  make DESTDIR=$pkgdir install
+
+### Split libtracker-sparql
+
+  mkdir -p $srcdir/sparql/usr/{include,lib}/tracker-$_tver
+  mkdir -p $srcdir/sparql/usr/lib/{girepository-1.0,pkgconfig}
+  mkdir -p $srcdir/sparql/usr/share/{gir-1.0,vala/vapi}
+
+  mv $pkgdir/usr/lib/libtracker-sparql-* $srcdir/sparql/usr/lib
+
+  mv $pkgdir/usr/lib/tracker-$_tver/*.so* \
+$srcdir/sparql/usr/lib/tracker-$_tver
+
+  mv $pkgdir/usr/share/vala/vapi/tracker-sparql-* \
+$srcdir/sparql/usr/share/vala/vapi
+
+  mv {$pkgdir,$srcdir/sparql}/usr/include/tracker-$_tver/libtracker-sparql
+  mv 
{$pkgdir,$srcdir/sparql}/usr/lib/girepository-1.0/Tracker-$_tver.typelib
+  mv {$pkgdir,$srcdir/sparql}/usr/lib/pkgconfig/tracker-sparql-$_tver.pc
+  mv {$pkgdir,$srcdir/sparql}/usr/share/gir-1.0/Tracker-$_tver.gir
+}
+
+package_libtracker-sparql() {
+  pkgdesc=$pkgdesc (SPARQL library)
+  depends=(sqlite icu glib2 libffi pcre util-linux)
+
+  mv $srcdir/sparql/* $pkgdir
+}

Copied: tracker/repos/staging-i686/tracker.install (from rev 180535, 
tracker/trunk/tracker.install)
===
--- staging-i686/tracker.install(rev 0)
+++ staging-i686/tracker.install2013-03-22 20:40:37 UTC (rev 180536)
@@ -0,0 +1,13 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f 

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

2013-03-22 Thread Alexandre Filgueira
Date: Friday, March 22, 2013 @ 21:55:50
  Author: faidoc
Revision: 86847

upgpkg: cinnamon 1.7.3-1

Modified:
  cinnamon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-22 20:04:56 UTC (rev 86846)
+++ PKGBUILD2013-03-22 20:55:50 UTC (rev 86847)
@@ -5,8 +5,8 @@
 # Contributor: CReimer
 
 pkgname=cinnamon
-pkgver=1.7.2
-pkgrel=3
+pkgver=1.7.3
+pkgrel=1
 pkgdesc=Linux desktop which provides advanced innovative features and a 
traditional user experience
 arch=('i686' 'x86_64')
 url=http://cinnamon.linuxmint.com/;
@@ -24,11 +24,9 @@
 options=('!libtool' '!emptydirs')
 install=${pkgname}.install
 
source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/Cinnamon/tarball/$pkgver;
-gnome-autogen.sh
 keyboard_applet.patch
 fix-control-center-check.patch)
-md5sums=('d136978607d2584ea1ca29db436f96df'
- 'a925691c9b57a6a884dcf07da057fd1f'
+md5sums=('c733e2a2280508aecf3ee010587e6743'
  '2b1ece84416c3e4de030be15f1774d82'
  'fd429779aa986ffb3f481149f19a0baf')
 
@@ -42,10 +40,6 @@
   # Check for the cc-panel path, not for the unneeded binary
   patch -Np1 -i ${srcdir}/fix-control-center-check.patch
 
-  cp ${srcdir}/gnome-autogen.sh .
-  sed -i 's/\ --warn-all\ --warn-error//' src/Makefile.am
-  sed -i 's/gnome-autogen.sh/.\/gnome-autogen.sh/g' autogen.sh
-  chmod +x gnome-autogen.sh
 
   ./autogen.sh --prefix=/usr \
--sysconfdir=/etc \



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

2013-03-22 Thread Eric Bélanger
Date: Friday, March 22, 2013 @ 22:01:17
  Author: eric
Revision: 180537

upgpkg: gnuplot 4.6.2-2

Fix libexecdir path (close FS#34415)

Modified:
  gnuplot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-22 20:40:37 UTC (rev 180536)
+++ PKGBUILD2013-03-22 21:01:17 UTC (rev 180537)
@@ -5,7 +5,7 @@
 
 pkgname=gnuplot 
 pkgver=4.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc=Plotting package which outputs to X11, PostScript, PNG, GIF, and 
others 
 arch=('i686' 'x86_64') 
 url=http://www.gnuplot.info; 
@@ -35,7 +35,7 @@
   --libexecdir=/usr/bin \
   --with-gihdir=/usr/share/gnuplot \
   --with-readline=gnu
-  make
+  make pkglibexecdir=/usr/bin
 }
 
 



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

2013-03-22 Thread Eric Bélanger
Date: Friday, March 22, 2013 @ 22:03:11
  Author: eric
Revision: 180538

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

Added:
  gnuplot/repos/extra-i686/PKGBUILD
(from rev 180537, gnuplot/trunk/PKGBUILD)
  gnuplot/repos/extra-i686/gnuplot-doc2texi-el.patch
(from rev 180537, gnuplot/trunk/gnuplot-doc2texi-el.patch)
  gnuplot/repos/extra-i686/gnuplot.install
(from rev 180537, gnuplot/trunk/gnuplot.install)
  gnuplot/repos/extra-x86_64/PKGBUILD
(from rev 180537, gnuplot/trunk/PKGBUILD)
  gnuplot/repos/extra-x86_64/gnuplot-doc2texi-el.patch
(from rev 180537, gnuplot/trunk/gnuplot-doc2texi-el.patch)
  gnuplot/repos/extra-x86_64/gnuplot.install
(from rev 180537, gnuplot/trunk/gnuplot.install)
Deleted:
  gnuplot/repos/extra-i686/PKGBUILD
  gnuplot/repos/extra-i686/gnuplot-doc2texi-el.patch
  gnuplot/repos/extra-i686/gnuplot.install
  gnuplot/repos/extra-x86_64/PKGBUILD
  gnuplot/repos/extra-x86_64/gnuplot-doc2texi-el.patch
  gnuplot/repos/extra-x86_64/gnuplot.install

+
 /PKGBUILD  |  100 +++
 /gnuplot-doc2texi-el.patch |   26 
 /gnuplot.install   |   70 +
 extra-i686/PKGBUILD|   50 ---
 extra-i686/gnuplot-doc2texi-el.patch   |   13 
 extra-i686/gnuplot.install |   35 --
 extra-x86_64/PKGBUILD  |   50 ---
 extra-x86_64/gnuplot-doc2texi-el.patch |   13 
 extra-x86_64/gnuplot.install   |   35 --
 9 files changed, 196 insertions(+), 196 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-22 21:01:17 UTC (rev 180537)
+++ extra-i686/PKGBUILD 2013-03-22 21:03:11 UTC (rev 180538)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: damir da...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=gnuplot 
-pkgver=4.6.2
-pkgrel=1
-pkgdesc=Plotting package which outputs to X11, PostScript, PNG, GIF, and 
others 
-arch=('i686' 'x86_64') 
-url=http://www.gnuplot.info; 
-license=('custom') 
-depends=('readline' 'gd' 'wxgtk' 'cairo' 'libjpeg' 'lua') 
-makedepends=('texinfo' 'emacs' 'texlive-core' 'texlive-latexextra')
-options=('!makeflags')
-install=gnuplot.install 
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
 
-gnuplot-doc2texi-el.patch)
-sha1sums=('88748d4bc9bd41ba8a267a35b6e5b7427cd997cd'
-  '46f381fafa2f6c6e3bfefa1e7b999729e260a2e8')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # fix default source location; use the GDFONTPATH variable to modify at 
runtime 
-  sed -i 's|/usr/X11R6/lib/X11/fonts/truetype|/usr/share/fonts/TTF|' 
src/variable.c
-
-  sed -i -e 's|/usr/X11R6/lib/X11/fonts/Type1|/usr/share/fonts/Type1|' \
-  -e 
's|$(X11ROOT)/X11R6/lib/X11/fonts/Type1|$(X11ROOT)/usr/share/fonts/Type1|' \
-  src/variable.c
-
-  (cd docs; patch -p0 -i $srcdir/gnuplot-doc2texi-el.patch)
-
-  ./configure --prefix=/usr \
-  --libexecdir=/usr/bin \
-  --with-gihdir=/usr/share/gnuplot \
-  --with-readline=gnu
-  make
-}
-
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make pkglibexecdir=/usr/bin DESTDIR=$pkgdir install
-
-  install -Dm644 lisp/dotemacs $pkgdir/usr/share/emacs/site-lisp/dotemacs
-  install -Dm644 Copyright $pkgdir/usr/share/licenses/$pkgname/Copyright
-
-  rm -f $pkgdir/usr/share/texmf-dist/ls-R
-}

Copied: gnuplot/repos/extra-i686/PKGBUILD (from rev 180537, 
gnuplot/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-22 21:03:11 UTC (rev 180538)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: damir da...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=gnuplot 
+pkgver=4.6.2
+pkgrel=2
+pkgdesc=Plotting package which outputs to X11, PostScript, PNG, GIF, and 
others 
+arch=('i686' 'x86_64') 
+url=http://www.gnuplot.info; 
+license=('custom') 
+depends=('readline' 'gd' 'wxgtk' 'cairo' 'libjpeg' 'lua') 
+makedepends=('texinfo' 'emacs' 'texlive-core' 'texlive-latexextra')
+options=('!makeflags')
+install=gnuplot.install 
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
 
+gnuplot-doc2texi-el.patch)
+sha1sums=('88748d4bc9bd41ba8a267a35b6e5b7427cd997cd'
+  '46f381fafa2f6c6e3bfefa1e7b999729e260a2e8')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # fix default source location; use the GDFONTPATH variable to modify at 
runtime 
+  sed -i 's|/usr/X11R6/lib/X11/fonts/truetype|/usr/share/fonts/TTF|' 
src/variable.c
+
+  sed -i -e 's|/usr/X11R6/lib/X11/fonts/Type1|/usr/share/fonts/Type1|' \
+  -e 

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

2013-03-22 Thread Jan Steffens
Date: Friday, March 22, 2013 @ 22:07:27
  Author: heftig
Revision: 180539

icu bump

Modified:
  webkitgtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-22 21:03:11 UTC (rev 180538)
+++ PKGBUILD2013-03-22 21:07:27 UTC (rev 180539)
@@ -4,7 +4,7 @@
 pkgbase=webkitgtk
 pkgname=('webkitgtk2' 'webkitgtk3')
 pkgver=1.10.2
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url=http://webkitgtk.org/;
 license=('custom')



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

2013-03-22 Thread Jan Steffens
Date: Friday, March 22, 2013 @ 22:16:41
  Author: heftig
Revision: 180540

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

Added:
  webkitgtk/repos/staging-i686/
  webkitgtk/repos/staging-i686/PKGBUILD
(from rev 180539, webkitgtk/trunk/PKGBUILD)
  webkitgtk/repos/staging-x86_64/
  webkitgtk/repos/staging-x86_64/PKGBUILD
(from rev 180539, webkitgtk/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   61 ++
 staging-x86_64/PKGBUILD |   61 ++
 2 files changed, 122 insertions(+)

Copied: webkitgtk/repos/staging-i686/PKGBUILD (from rev 180539, 
webkitgtk/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-03-22 21:16:41 UTC (rev 180540)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgbase=webkitgtk
+pkgname=('webkitgtk2' 'webkitgtk3')
+pkgver=1.10.2
+pkgrel=3
+arch=('i686' 'x86_64')
+url=http://webkitgtk.org/;
+license=('custom')
+makedepends=('libxt' 'libxslt' 'sqlite' 'libsoup' 'enchant' 'libgl' 'geoclue' 
'gtk2' 'gtk3' 'gst-plugins-base-libs' 'gstreamer0.10-base' 'gperf' 
'gobject-introspection' 'python2' 'mesa' 'ruby' 'gtk-doc')
+options=('!libtool' '!emptydirs')
+source=(http://webkitgtk.org/releases/webkitgtk-$pkgver.tar.xz)
+sha256sums=('19234f8e4edfaefe91ed06471a2aa8c71d26dd55d33787eede1dcfc9a3a96d9c')
+
+build() {
+  cd $srcdir/webkitgtk-$pkgver
+  mkdir build-gtk2 build-gtk3
+
+  cd build-gtk2
+  PYTHON=/usr/bin/python2 ../configure --prefix=/usr \
+--enable-introspection \
+--disable-silent-rules \
+--libexecdir=/usr/lib/webkitgtk2 \
+--with-gstreamer=0.10 \
+--with-gtk=2.0 \
+--disable-webkit2
+  make all stamp-po
+  
+  cd ../build-gtk3
+  PYTHON=/usr/bin/python2 ../configure --prefix=/usr \
+--enable-introspection \
+--disable-silent-rules \
+--libexecdir=/usr/lib/webkitgtk3 \
+--with-gstreamer=1.0
+  make all stamp-po
+}
+
+package_webkitgtk3() {
+  pkgdesc=GTK+ Web content engine library for GTK+ 3.0
+  depends=('libxt' 'libxslt' 'sqlite' 'libsoup' 'enchant' 'libgl' 'geoclue' 
'gtk2' 'gtk3' 'gst-plugins-base-libs')
+  conflicts=('libwebkit3')
+  provides=(libwebkit3=${pkgver})
+  replaces=('libwebkit3')
+  
+  cd $srcdir/webkitgtk-$pkgver/build-gtk3
+  make -j1 DESTDIR=$pkgdir install
+  install -Dm644 ../Source/WebKit/LICENSE 
$pkgdir/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_webkitgtk2() {
+  pkgdesc=GTK+ Web content engine library for GTK+ 2.0
+  depends=('libxt' 'libxslt' 'sqlite' 'libsoup' 'enchant' 'libgl' 'geoclue' 
'gtk2' 'gstreamer0.10-base')
+  conflicts=('libwebkit')
+  provides=(libwebkit=${pkgver})
+  replaces=('libwebkit')
+  
+  cd $srcdir/webkitgtk-$pkgver/build-gtk2
+  make -j1 DESTDIR=$pkgdir install
+  install -Dm644 ../Source/WebKit/LICENSE 
$pkgdir/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: webkitgtk/repos/staging-x86_64/PKGBUILD (from rev 180539, 
webkitgtk/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-03-22 21:16:41 UTC (rev 180540)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgbase=webkitgtk
+pkgname=('webkitgtk2' 'webkitgtk3')
+pkgver=1.10.2
+pkgrel=3
+arch=('i686' 'x86_64')
+url=http://webkitgtk.org/;
+license=('custom')
+makedepends=('libxt' 'libxslt' 'sqlite' 'libsoup' 'enchant' 'libgl' 'geoclue' 
'gtk2' 'gtk3' 'gst-plugins-base-libs' 'gstreamer0.10-base' 'gperf' 
'gobject-introspection' 'python2' 'mesa' 'ruby' 'gtk-doc')
+options=('!libtool' '!emptydirs')
+source=(http://webkitgtk.org/releases/webkitgtk-$pkgver.tar.xz)
+sha256sums=('19234f8e4edfaefe91ed06471a2aa8c71d26dd55d33787eede1dcfc9a3a96d9c')
+
+build() {
+  cd $srcdir/webkitgtk-$pkgver
+  mkdir build-gtk2 build-gtk3
+
+  cd build-gtk2
+  PYTHON=/usr/bin/python2 ../configure --prefix=/usr \
+--enable-introspection \
+--disable-silent-rules \
+--libexecdir=/usr/lib/webkitgtk2 \
+--with-gstreamer=0.10 \
+--with-gtk=2.0 \
+--disable-webkit2
+  make all stamp-po
+  
+  cd ../build-gtk3
+  PYTHON=/usr/bin/python2 ../configure --prefix=/usr \
+--enable-introspection \
+--disable-silent-rules \
+--libexecdir=/usr/lib/webkitgtk3 \
+--with-gstreamer=1.0
+  make all stamp-po
+}
+
+package_webkitgtk3() {
+  pkgdesc=GTK+ Web content engine library for GTK+ 3.0
+  depends=('libxt' 'libxslt' 'sqlite' 'libsoup' 'enchant' 'libgl' 'geoclue' 
'gtk2' 'gtk3' 'gst-plugins-base-libs')
+  conflicts=('libwebkit3')
+  provides=(libwebkit3=${pkgver})
+  replaces=('libwebkit3')
+  
+  cd $srcdir/webkitgtk-$pkgver/build-gtk3
+  make -j1 DESTDIR=$pkgdir install
+  install -Dm644 ../Source/WebKit/LICENSE 
$pkgdir/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_webkitgtk2() {
+  

[arch-commits] Commit in (9 files)

2013-03-22 Thread Alexandre Filgueira
Date: Friday, March 22, 2013 @ 22:20:57
  Author: faidoc
Revision: 86848

cleaning for next release

Modified:
  cinnamon-control-center/trunk/PKGBUILD
  nemo/trunk/PKGBUILD
Deleted:
  cinnamon-control-center/trunk/fix-audio-input-icons.patch
  cinnamon-control-center/trunk/fix-faces-location.patch
  cinnamon-control-center/trunk/pulse3.0.patch
  cinnamon-control-center/trunk/sound-nua-rename.patch
  cinnamon/trunk/fix-control-center-check.patch
  cinnamon/trunk/gnome-autogen.sh
  nemo/trunk/gnome-autogen.sh

---+
 cinnamon-control-center/trunk/PKGBUILD|   30 
 cinnamon-control-center/trunk/fix-audio-input-icons.patch |   15 
 cinnamon-control-center/trunk/fix-faces-location.patch|   12 
 cinnamon-control-center/trunk/pulse3.0.patch  |   25 
 cinnamon-control-center/trunk/sound-nua-rename.patch  |   26 
 cinnamon/trunk/fix-control-center-check.patch |   12 
 cinnamon/trunk/gnome-autogen.sh   |  538 
 nemo/trunk/PKGBUILD   |   13 
 nemo/trunk/gnome-autogen.sh   |  538 
 9 files changed, 7 insertions(+), 1202 deletions(-)

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


[arch-commits] Commit in lm_sensors/trunk (8 files)

2013-03-22 Thread Eric Bélanger
Date: Friday, March 22, 2013 @ 22:22:12
  Author: eric
Revision: 180541

upgpkg: lm_sensors 3.3.3-2

Fix fancontrol script (close FS#34187), Remove initscripts support, Remove 
patch used by initscripts daemon

Added:
  lm_sensors/trunk/lm_sensors-fancontrol.patch
Modified:
  lm_sensors/trunk/PKGBUILD
Deleted:
  lm_sensors/trunk/daemonarg.patch
  lm_sensors/trunk/fancontrol.rc
  lm_sensors/trunk/healthd.rc
  lm_sensors/trunk/sensord.conf
  lm_sensors/trunk/sensord.rc
  lm_sensors/trunk/sensors.rc

-+
 PKGBUILD|   30 +++---
 daemonarg.patch |   50 -
 fancontrol.rc   |   35 
 healthd.rc  |   36 
 lm_sensors-fancontrol.patch |   29 ++
 sensord.conf|4 -
 sensord.rc  |   37 -
 sensors.rc  |  119 --
 8 files changed, 38 insertions(+), 302 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-22 21:16:41 UTC (rev 180540)
+++ PKGBUILD2013-03-22 21:22:12 UTC (rev 180541)
@@ -3,7 +3,7 @@
 
 pkgname=lm_sensors
 pkgver=3.3.3
-pkgrel=1
+pkgrel=2
 pkgdesc=Collection of user space tools for general SMBus access and hardware 
monitoring
 arch=('i686' 'x86_64')
 url=http://www.lm-sensors.org/;
@@ -11,35 +11,28 @@
 depends=('perl' 'sysfsutils')
 makedepends=('rrdtool')
 optdepends=('rrdtool: for logging with sensord')
-backup=('etc/sensors3.conf' 'etc/healthd.conf' 'etc/conf.d/sensord')
+backup=('etc/sensors3.conf' 'etc/healthd.conf')
 options=('!emptydirs')
 
source=(http://dl.lm-sensors.org/lm-sensors/releases/lm_sensors-${pkgver}.tar.bz2{,.sig}
 \
-   sensors.rc fancontrol.rc healthd healthd.conf healthd.rc sensord.conf \
-sensord.rc fancontrol.service sensord.service healthd.service \
-daemonarg.patch linux_3.0.patch)
+   healthd healthd.conf fancontrol.service sensord.service healthd.service 
\
+linux_3.0.patch lm_sensors-fancontrol.patch)
 sha1sums=('b55c06f425993e42f13553f204066c446da36fd3'
   '035a721f20e4ad568f4fdde2d7c25d906c192458'
-  'b2e664b9b87759991f02d0a1e8cac5e95098c0a5'
-  'a068ac0a3115a6191a487e11422506baa922b40a'
   'afaad558d2ad4732aa53b69afa23ccf37bc67ab1'
   '6c4e8a2d89dd2fd3ca2f0f4f3b1230111e01b0fc'
-  'de5a46afc39a77ae8721246a0223baf21a2d4c9c'
-  'de8d4d65406815c389f8a04e2a8508a1ae6749c8'
-  '72a60251d1d55a67307dab4105d9f3f01a080af4'
   '7a4a4d1442aeeba0ba8aefb742a3ef187b593f4c'
   'eff43b4882d25dae7dd0b33eb2e33b0836a5cc51'
   'a7a20eb3c799d70287e6c7968a7ab42165925293'
-  '34241388c4001bfb6e49b7e10da1217e29a258d6'
-  '5662828085cdd981f0dc7cf8f79d3d6e2b72f50c')
+  '5662828085cdd981f0dc7cf8f79d3d6e2b72f50c'
+  'd3e419b4019451fb039ae3d3b8e0ec55121b9f17')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i -e 's|/etc/sysconfig|/etc/conf.d|' \
- -e 's|/etc/init.d/lm_sensors|/etc/rc.d/sensors|' 
prog/{detect/sensors-detect,init/lm_sensors.service}
+  sed -i 's|/etc/sysconfig|/etc/conf.d|' 
prog/{detect/sensors-detect,init/lm_sensors.service}
   sed -i 's@\(/bin/systemctl\|/lib/systemd/system\)@/usr\1@g' 
prog/detect/sensors-detect
   sed -i 's/EnvironmentFile=/EnvironmentFile=-/' prog/init/lm_sensors.service
-  patch -p1  ../daemonarg.patch
-  patch -p0  ../linux_3.0.patch
+  patch -p0 -i ${srcdir}/linux_3.0.patch
+  patch -p0 -i ${srcdir}/lm_sensors-fancontrol.patch
   make PREFIX=/usr
 }
 
@@ -48,13 +41,8 @@
   make PROG_EXTRA=sensord BUILD_STATIC_LIB=0 \
 PREFIX=/usr MANDIR=/usr/share/man DESTDIR=${pkgdir} install
   install -D -m644 prog/init/lm_sensors.service 
${pkgdir}/usr/lib/systemd/system/lm_sensors.service
-  install -D -m755 ${srcdir}/sensors.rc ${pkgdir}/etc/rc.d/sensors
-  install -D -m755 ${srcdir}/fancontrol.rc ${pkgdir}/etc/rc.d/fancontrol
   install -D -m755 ${srcdir}/healthd ${pkgdir}/usr/sbin/healthd
-  install -D -m755 ${srcdir}/healthd.rc ${pkgdir}/etc/rc.d/healthd
   install -D -m644 ${srcdir}/healthd.conf ${pkgdir}/etc/healthd.conf
-  install -D -m755 ${srcdir}/sensord.rc ${pkgdir}/etc/rc.d/sensord
-  install -D -m644 ${srcdir}/sensord.conf ${pkgdir}/etc/conf.d/sensord
   install -D -m644 ${srcdir}/fancontrol.service 
${pkgdir}/usr/lib/systemd/system/fancontrol.service
   install -D -m644 ${srcdir}/sensord.service 
${pkgdir}/usr/lib/systemd/system/sensord.service
   install -D -m644 ${srcdir}/healthd.service 
${pkgdir}/usr/lib/systemd/system/healthd.service

Deleted: daemonarg.patch
===
--- daemonarg.patch 2013-03-22 21:16:41 UTC (rev 180540)
+++ daemonarg.patch 2013-03-22 21:22:12 UTC (rev 180541)
@@ -1,50 +0,0 @@
-diff -ru lm_sensors-3.1.2-1/prog/pwm/fancontrol 
lm_sensors-3.1.2-1_pyropeter/usr/sbin/fancontrol
 

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

2013-03-22 Thread Eric Bélanger
Date: Friday, March 22, 2013 @ 22:23:13
  Author: eric
Revision: 180542

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

Added:
  lm_sensors/repos/testing-i686/
  lm_sensors/repos/testing-i686/PKGBUILD
(from rev 180541, lm_sensors/trunk/PKGBUILD)
  lm_sensors/repos/testing-i686/fancontrol.service
(from rev 180541, lm_sensors/trunk/fancontrol.service)
  lm_sensors/repos/testing-i686/healthd
(from rev 180541, lm_sensors/trunk/healthd)
  lm_sensors/repos/testing-i686/healthd.conf
(from rev 180541, lm_sensors/trunk/healthd.conf)
  lm_sensors/repos/testing-i686/healthd.service
(from rev 180541, lm_sensors/trunk/healthd.service)
  lm_sensors/repos/testing-i686/linux_3.0.patch
(from rev 180541, lm_sensors/trunk/linux_3.0.patch)
  lm_sensors/repos/testing-i686/lm_sensors-fancontrol.patch
(from rev 180541, lm_sensors/trunk/lm_sensors-fancontrol.patch)
  lm_sensors/repos/testing-i686/sensord.service
(from rev 180541, lm_sensors/trunk/sensord.service)
  lm_sensors/repos/testing-x86_64/
  lm_sensors/repos/testing-x86_64/PKGBUILD
(from rev 180541, lm_sensors/trunk/PKGBUILD)
  lm_sensors/repos/testing-x86_64/fancontrol.service
(from rev 180541, lm_sensors/trunk/fancontrol.service)
  lm_sensors/repos/testing-x86_64/healthd
(from rev 180541, lm_sensors/trunk/healthd)
  lm_sensors/repos/testing-x86_64/healthd.conf
(from rev 180541, lm_sensors/trunk/healthd.conf)
  lm_sensors/repos/testing-x86_64/healthd.service
(from rev 180541, lm_sensors/trunk/healthd.service)
  lm_sensors/repos/testing-x86_64/linux_3.0.patch
(from rev 180541, lm_sensors/trunk/linux_3.0.patch)
  lm_sensors/repos/testing-x86_64/lm_sensors-fancontrol.patch
(from rev 180541, lm_sensors/trunk/lm_sensors-fancontrol.patch)
  lm_sensors/repos/testing-x86_64/sensord.service
(from rev 180541, lm_sensors/trunk/sensord.service)

+
 testing-i686/PKGBUILD  |   49 
 testing-i686/fancontrol.service|9 
 testing-i686/healthd   |   53 +++
 testing-i686/healthd.conf  |   17 
 testing-i686/healthd.service   |9 
 testing-i686/linux_3.0.patch   |   11 +
 testing-i686/lm_sensors-fancontrol.patch   |   29 ++
 testing-i686/sensord.service   |9 
 testing-x86_64/PKGBUILD|   49 
 testing-x86_64/fancontrol.service  |9 
 testing-x86_64/healthd |   53 +++
 testing-x86_64/healthd.conf|   17 
 testing-x86_64/healthd.service |9 
 testing-x86_64/linux_3.0.patch |   11 +
 testing-x86_64/lm_sensors-fancontrol.patch |   29 ++
 testing-x86_64/sensord.service |9 
 16 files changed, 372 insertions(+)

Copied: lm_sensors/repos/testing-i686/PKGBUILD (from rev 180541, 
lm_sensors/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-03-22 21:23:13 UTC (rev 180542)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=lm_sensors
+pkgver=3.3.3
+pkgrel=2
+pkgdesc=Collection of user space tools for general SMBus access and hardware 
monitoring
+arch=('i686' 'x86_64')
+url=http://www.lm-sensors.org/;
+license=('GPL' 'LGPL')
+depends=('perl' 'sysfsutils')
+makedepends=('rrdtool')
+optdepends=('rrdtool: for logging with sensord')
+backup=('etc/sensors3.conf' 'etc/healthd.conf')
+options=('!emptydirs')
+source=(http://dl.lm-sensors.org/lm-sensors/releases/lm_sensors-${pkgver}.tar.bz2{,.sig}
 \
+   healthd healthd.conf fancontrol.service sensord.service healthd.service 
\
+linux_3.0.patch lm_sensors-fancontrol.patch)
+sha1sums=('b55c06f425993e42f13553f204066c446da36fd3'
+  '035a721f20e4ad568f4fdde2d7c25d906c192458'
+  'afaad558d2ad4732aa53b69afa23ccf37bc67ab1'
+  '6c4e8a2d89dd2fd3ca2f0f4f3b1230111e01b0fc'
+  '7a4a4d1442aeeba0ba8aefb742a3ef187b593f4c'
+  'eff43b4882d25dae7dd0b33eb2e33b0836a5cc51'
+  'a7a20eb3c799d70287e6c7968a7ab42165925293'
+  '5662828085cdd981f0dc7cf8f79d3d6e2b72f50c'
+  'd3e419b4019451fb039ae3d3b8e0ec55121b9f17')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i 's|/etc/sysconfig|/etc/conf.d|' 
prog/{detect/sensors-detect,init/lm_sensors.service}
+  sed -i 's@\(/bin/systemctl\|/lib/systemd/system\)@/usr\1@g' 
prog/detect/sensors-detect
+  sed -i 's/EnvironmentFile=/EnvironmentFile=-/' prog/init/lm_sensors.service
+  patch -p0 -i ${srcdir}/linux_3.0.patch
+  patch -p0 -i ${srcdir}/lm_sensors-fancontrol.patch
+  make PREFIX=/usr
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make PROG_EXTRA=sensord BUILD_STATIC_LIB=0 \
+

[arch-commits] Commit in cinnamon/trunk (PKGBUILD fix-control-center-check.patch)

2013-03-22 Thread Alexandre Filgueira
Date: Friday, March 22, 2013 @ 22:26:29
  Author: faidoc
Revision: 86849

Recommited missing patch

Added:
  cinnamon/trunk/fix-control-center-check.patch
Modified:
  cinnamon/trunk/PKGBUILD

+
 PKGBUILD   |2 +-
 fix-control-center-check.patch |   12 
 2 files changed, 13 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-22 21:20:57 UTC (rev 86848)
+++ PKGBUILD2013-03-22 21:26:29 UTC (rev 86849)
@@ -28,7 +28,7 @@
 fix-control-center-check.patch)
 md5sums=('c733e2a2280508aecf3ee010587e6743'
  '2b1ece84416c3e4de030be15f1774d82'
- 'fd429779aa986ffb3f481149f19a0baf')
+ 'c3f25b06d345d9d36c197cd96e08f496')
 
 build() {
   cd ${srcdir}/linuxmint-Cinnamon*

Added: fix-control-center-check.patch
===
--- fix-control-center-check.patch  (rev 0)
+++ fix-control-center-check.patch  2013-03-22 21:26:29 UTC (rev 86849)
@@ -0,0 +1,12 @@
+diff -Naur cinnamon-1.7.1.orig/files/usr/bin/cinnamon-settings 
cinnamon-1.7.1/files/usr/bin/cinnamon-settings
+--- cinnamon-1.7.1.orig/files/usr/bin/cinnamon-settings2013-02-21 
17:23:45.0 +0100
 cinnamon-1.7.1/files/usr/bin/cinnamon-settings 2013-03-03 
03:03:24.151209998 +0100
+@@ -7,7 +7,7 @@
+   if os.path.exists(/usr/lib/cinnamon-settings/modules/cs_%s.py % 
module):
+   print Python module
+   os.execvp(/usr/lib/cinnamon-settings/cinnamon-settings.py, 
(,) + tuple(sys.argv[1:]))
+-  elif os.path.exists(/usr/bin/cinnamon-control-center):
++  elif os.path.exists(/usr/lib/cinnamon-control-center-1/panels):
+   print Unknown module %s, using cinnamon-control-center % 
module
+   os.execvp(/usr/lib/cinnamon-settings/cinnamon-settings.py, 
(,) + tuple(sys.argv[1:]))
+   elif os.path.exists(/usr/bin/gnome-control-center):   
\ No newline at end of file



[arch-commits] Commit in cinnamon-control-center/repos (16 files)

2013-03-22 Thread Alexandre Filgueira
Date: Friday, March 22, 2013 @ 22:27:24
  Author: faidoc
Revision: 86850

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

Added:
  cinnamon-control-center/repos/community-i686/PKGBUILD
(from rev 86849, cinnamon-control-center/trunk/PKGBUILD)
  cinnamon-control-center/repos/community-i686/cinnamon-control-center.install
(from rev 86849, 
cinnamon-control-center/trunk/cinnamon-control-center.install)
  cinnamon-control-center/repos/community-x86_64/PKGBUILD
(from rev 86849, cinnamon-control-center/trunk/PKGBUILD)
  cinnamon-control-center/repos/community-x86_64/cinnamon-control-center.install
(from rev 86849, 
cinnamon-control-center/trunk/cinnamon-control-center.install)
Deleted:
  cinnamon-control-center/repos/community-i686/PKGBUILD
  cinnamon-control-center/repos/community-i686/cinnamon-control-center.install
  cinnamon-control-center/repos/community-i686/fix-audio-input-icons.patch
  cinnamon-control-center/repos/community-i686/fix-faces-location.patch
  cinnamon-control-center/repos/community-i686/pulse3.0.patch
  cinnamon-control-center/repos/community-i686/sound-nua-rename.patch
  cinnamon-control-center/repos/community-x86_64/PKGBUILD
  cinnamon-control-center/repos/community-x86_64/cinnamon-control-center.install
  cinnamon-control-center/repos/community-x86_64/fix-audio-input-icons.patch
  cinnamon-control-center/repos/community-x86_64/fix-faces-location.patch
  cinnamon-control-center/repos/community-x86_64/pulse3.0.patch
  cinnamon-control-center/repos/community-x86_64/sound-nua-rename.patch

--+
 /PKGBUILD|  122 +
 /cinnamon-control-center.install |   22 +++
 community-i686/PKGBUILD  |   83 --
 community-i686/cinnamon-control-center.install   |   11 -
 community-i686/fix-audio-input-icons.patch   |   15 --
 community-i686/fix-faces-location.patch  |   12 --
 community-i686/pulse3.0.patch|   25 
 community-i686/sound-nua-rename.patch|   26 
 community-x86_64/PKGBUILD|   83 --
 community-x86_64/cinnamon-control-center.install |   11 -
 community-x86_64/fix-audio-input-icons.patch |   15 --
 community-x86_64/fix-faces-location.patch|   12 --
 community-x86_64/pulse3.0.patch  |   25 
 community-x86_64/sound-nua-rename.patch  |   26 
 14 files changed, 144 insertions(+), 344 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-22 21:26:29 UTC (rev 86849)
+++ community-i686/PKGBUILD 2013-03-22 21:27:24 UTC (rev 86850)
@@ -1,83 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
-# Based on gnome-control-center:
-# Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Jan de Groot j...@archlinux.org
-
-pkgname=cinnamon-control-center
-pkgver=1.7.1
-pkgrel=3
-pkgdesc=The Control Center for Cinnamon
-arch=('i686' 'x86_64')
-depends=('cinnamon' 'cheese' 'libgtop' 'network-manager-applet')
-optdepends=('mesa-demos: provides glxinfo for graphics information'
-'gnome-color-manager: for color management tasks')
-makedepends=('intltool' 'gnome-common' 'libgnomekbd')
-url=https://github.com/linuxmint/cinnamon-control-center;
-install=cinnamon-control-center.install
-license=('GPL')
-options=('!libtool' '!emptydirs')
-source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-control-center/archive/$pkgver.tar.gz;
-pulse3.0.patch
-sound-nua-rename.patch
-fix-audio-input-icons.patch
-fix-faces-location.patch)
-sha256sums=('eab36af1accfce7b4d5eaf07a865d7290add07b875ed5e52072c1ad2e8570c1e'
-'ddf7c99a1d45a7be54e69e90f194e33f3e56a7f294aa369bfb2e541d8241156e'
-'2f49543e4ccabf5c8ce1cd9e4c37e5b291c23cff494eaa671857b2dcf7af4c5b'
-'2cefa2764db206c9c6258e3f374988056907dda0c5bbeedbc249fc7c058a0d6b'
-'7360f3e018765e80a7afc5a469c1d54ec3fdeb7e58c867596ef26773fb8e7a8a')
-
-build() {
-  cd $pkgname-$pkgver
-
-  patch -Np1 -i ../pulse3.0.patch
-
-  # Upstream patch: Change sound module registered name from sound-nua to 
'sound'
-  patch -Np1 -i ../sound-nua-rename.patch
-
-  # Fix icons on Sound preferences dialog
-  patch -Np1 -i ../fix-audio-input-icons.patch
-
-  # Fix faces location on User accounts dialog
-  patch -Np1 -i ../fix-faces-location.patch
-
-  # Use freedesktop as default sound theme instead of ubuntu (otherwise the 
Sound panel craches)
-  patch -RNp1 -i debian/patches/98_default_sound_theme.patch
-
-  autoreconf -fi
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --enable-systemd \
-  --disable-update-mimedb
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656229
-  sed -i -e 's/ -shared / 

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

2013-03-22 Thread Alexandre Filgueira
Date: Friday, March 22, 2013 @ 22:28:54
  Author: faidoc
Revision: 86851

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

Added:
  nemo/repos/community-i686/PKGBUILD
(from rev 86850, nemo/trunk/PKGBUILD)
  nemo/repos/community-i686/nemo.install
(from rev 86850, nemo/trunk/nemo.install)
  nemo/repos/community-i686/use-terminal-config.patch
(from rev 86850, nemo/trunk/use-terminal-config.patch)
  nemo/repos/community-x86_64/PKGBUILD
(from rev 86850, nemo/trunk/PKGBUILD)
  nemo/repos/community-x86_64/nemo.install
(from rev 86850, nemo/trunk/nemo.install)
  nemo/repos/community-x86_64/use-terminal-config.patch
(from rev 86850, nemo/trunk/use-terminal-config.patch)
Deleted:
  nemo/repos/community-i686/PKGBUILD
  nemo/repos/community-i686/gnome-autogen.sh
  nemo/repos/community-i686/nemo.install
  nemo/repos/community-i686/use-terminal-config.patch
  nemo/repos/community-x86_64/PKGBUILD
  nemo/repos/community-x86_64/gnome-autogen.sh
  nemo/repos/community-x86_64/nemo.install
  nemo/repos/community-x86_64/use-terminal-config.patch

+
 /PKGBUILD  |   98 
 /nemo.install  |   28 +
 /use-terminal-config.patch |   90 
 community-i686/PKGBUILD|   56 --
 community-i686/gnome-autogen.sh|  538 ---
 community-i686/nemo.install|   14 
 community-i686/use-terminal-config.patch   |   45 --
 community-x86_64/PKGBUILD  |   56 --
 community-x86_64/gnome-autogen.sh  |  538 ---
 community-x86_64/nemo.install  |   14 
 community-x86_64/use-terminal-config.patch |   45 --
 11 files changed, 216 insertions(+), 1306 deletions(-)

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


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

2013-03-22 Thread Alexandre Filgueira
Date: Friday, March 22, 2013 @ 22:33:07
  Author: faidoc
Revision: 86852

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

Added:
  cinnamon/repos/community-i686/PKGBUILD
(from rev 86851, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-i686/cinnamon.install
(from rev 86851, cinnamon/trunk/cinnamon.install)
  cinnamon/repos/community-i686/fix-control-center-check.patch
(from rev 86851, cinnamon/trunk/fix-control-center-check.patch)
  cinnamon/repos/community-i686/keyboard_applet.patch
(from rev 86851, cinnamon/trunk/keyboard_applet.patch)
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 86851, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/cinnamon.install
(from rev 86851, cinnamon/trunk/cinnamon.install)
  cinnamon/repos/community-x86_64/fix-control-center-check.patch
(from rev 86851, cinnamon/trunk/fix-control-center-check.patch)
  cinnamon/repos/community-x86_64/keyboard_applet.patch
(from rev 86851, cinnamon/trunk/keyboard_applet.patch)
Deleted:
  cinnamon/repos/community-i686/PKGBUILD
  cinnamon/repos/community-i686/cinnamon.install
  cinnamon/repos/community-i686/fix-control-center-check.patch
  cinnamon/repos/community-i686/gnome-autogen.sh
  cinnamon/repos/community-i686/keyboard_applet.patch
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/cinnamon.install
  cinnamon/repos/community-x86_64/fix-control-center-check.patch
  cinnamon/repos/community-x86_64/gnome-autogen.sh
  cinnamon/repos/community-x86_64/keyboard_applet.patch

-+
 /PKGBUILD   |  158 ++
 /cinnamon.install   |   58 ++
 /fix-control-center-check.patch |   24 
 /keyboard_applet.patch  |  284 +++
 community-i686/PKGBUILD |   85 ---
 community-i686/cinnamon.install |   29 -
 community-i686/fix-control-center-check.patch   |   12 
 community-i686/gnome-autogen.sh |  538 --
 community-i686/keyboard_applet.patch|  142 -
 community-x86_64/PKGBUILD   |   85 ---
 community-x86_64/cinnamon.install   |   29 -
 community-x86_64/fix-control-center-check.patch |   12 
 community-x86_64/gnome-autogen.sh   |  538 --
 community-x86_64/keyboard_applet.patch  |  142 -
 14 files changed, 524 insertions(+), 1612 deletions(-)

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


[arch-commits] Commit in r/trunk (PKGBUILD x11.patch)

2013-03-22 Thread Eric Bélanger
Date: Saturday, March 23, 2013 @ 02:20:24
  Author: eric
Revision: 180544

upgpkg: r 2.15.3-1

Upstream update, Rebuild against icu 51.1, Add libRmath.so library (close 
FS#33775), Change openjdk6 makedepends to jdk7-openjdk, Remove old patch

Modified:
  r/trunk/PKGBUILD
Deleted:
  r/trunk/x11.patch

---+
 PKGBUILD  |   32 +++-
 x11.patch |   36 
 2 files changed, 19 insertions(+), 49 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-23 00:31:47 UTC (rev 180543)
+++ PKGBUILD2013-03-23 01:20:24 UTC (rev 180544)
@@ -4,8 +4,8 @@
 # Contributor: K. Piche kpi...@rogers.com
 
 pkgname=r
-pkgver=2.15.2
-pkgrel=3
+pkgver=2.15.3
+pkgrel=1
 pkgdesc=Language and environment for statistical computing and graphics
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -13,21 +13,19 @@
 depends=('blas' 'lapack' 'bzip2'  'libpng' 'libjpeg' 'libtiff'
  'ncurses' 'pcre' 'readline' 'zlib' 'perl' 'gcc-libs'
  'libxt' 'libxmu' 'pango' 'xz' 'desktop-file-utils')
-makedepends=('openjdk6' 'gcc-fortran' 'tk=8.6.0')
+makedepends=('jdk7-openjdk' 'gcc-fortran' 'tk')
 optdepends=('tk: tcl/tk interface' 'texlive-bin: latex sty files')
 backup=('etc/R/Makeconf' 'etc/R/Renviron' 'etc/R/ldpaths' 'etc/R/repositories')
 options=('!makeflags' '!emptydirs')
+install=r.install
 source=(http://cran.r-project.org/src/base/R-2/R-${pkgver}.tar.gz;
'r.desktop'
'r.png'
-   'R.conf'
-   'x11.patch')
-install=r.install
-sha1sums=('c80da687d66ee88d1e34fc1ae5c1bd525f9513dd'
+   'R.conf')
+sha1sums=('a05b68f31b00d8038d9f0a8562cfc0c8e32d9621'
   '13aa29219bcaa102e575de8c1c8e0833d233e836'
   'a69a07ec363440efc18ce0a7f2af103375dea978'
-  '43668da6cfd1b4455a99f23e79e2059294dddac9'
-  'a11b91d53645bd545fddc382c991096502e8ac67')
+  '43668da6cfd1b4455a99f23e79e2059294dddac9')
 
 build() {
cd ${srcdir}/R-${pkgver}
@@ -36,8 +34,8 @@
   # set texmf dir correctly in makefile
   sed -i 's|$(rsharedir)/texmf|${datarootdir}/texmf|' share/Makefile.in
 
-  # upstream patch fixing empty plots FS#32597
-  patch -Np0 -i ${srcdir}/x11.patch
+# fix for texinfo 5.X
+  sed -i 's|test ${makeinfo_version_min} -lt 7|test ${makeinfo_version_min} 
-lt 0|' configure
 
./configure  --prefix=/usr \
--libdir=/usr/lib \
@@ -53,12 +51,20 @@
 F77=gfortran \
LIBnn=lib
make
+
+# make libRmath.so
+   cd src/nmath/standalone
+   make shared
 }
 
 package() {
cd ${srcdir}/R-${pkgver}
-   make -j1 DESTDIR=${pkgdir} install
+   make DESTDIR=${pkgdir} install
 
+# install libRmath.so
+   cd src/nmath/standalone
+   make DESTDIR=${pkgdir} install
+
#  Fixup R wrapper scripts.
sed -i s|${pkgdir} || ${pkgdir}/usr/bin/R
rm ${pkgdir}/usr/lib/R/bin/R
@@ -80,5 +86,5 @@
   done
 
   # Install ld.so.conf.d file to ensure other applications access the shared 
lib
-  install -Dm644 ${srcdir}/R.conf ${pkgdir}/etc/ld.so.conf.d/R.conf
+  install -Dm644 ${srcdir}/R.conf ${pkgdir}/etc/ld.so.conf.d/R.conf
 }

Deleted: x11.patch
===
--- x11.patch   2013-03-23 00:31:47 UTC (rev 180543)
+++ x11.patch   2013-03-23 01:20:24 UTC (rev 180544)
@@ -1,36 +0,0 @@
 src/modules/X11/devX11.c   (révision 61681)
-+++ src/modules/X11/devX11.c   (révision 61682)
-@@ -244,6 +244,7 @@ 
- {
- if(inclose || !xd || !xd-buffered || xd-holdlevel  0) return;
- cairo_paint(xd-xcc);
-+cairo_surface_flush(xd-xcs);
- if (xd-type == WINDOW) XDefineCursor(display, xd-window, arrow_cursor);
- XSync(display, 0);
- xd-last = currentTime();
-@@ -753,8 +754,10 @@ 
- #ifdef HAVE_WORKING_CAIRO
-   pX11Desc xd = (pX11Desc) dd-deviceSpecific;
-   /* We can use the buffered copy where we have it */ 
--  if(xd-buffered == 1) cairo_paint(xd-xcc);
--  else if (xd-buffered  1)
-+  if(xd-buffered == 1) {
-+  cairo_paint(xd-xcc);
-+  cairo_surface_flush(xd-xcs);
-+  } else if (xd-buffered  1)
-   /* rely on timer to repaint eventually */
-   xd-last_activity = currentTime();
-   else
-@@ -2691,7 +2694,11 @@ 
-   Cairo_update(xd);
-   return;
-   }
--  if(xd-buffered) cairo_paint(xd-xcc);
-+  if(xd-buffered) {
-+  cairo_paint(xd-xcc);
-+  cairo_surface_flush(xd-xcs);
-+  }
-+  
- #endif
-   if(xd-type==WINDOW) XDefineCursor(display, xd-window, arrow_cursor);
-   XSync(display, 0);



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

2013-03-22 Thread Eric Bélanger
Date: Saturday, March 23, 2013 @ 02:21:26
  Author: eric
Revision: 180545

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

Added:
  r/repos/staging-i686/
  r/repos/staging-i686/PKGBUILD
(from rev 180544, r/trunk/PKGBUILD)
  r/repos/staging-i686/R.conf
(from rev 180544, r/trunk/R.conf)
  r/repos/staging-i686/r.desktop
(from rev 180544, r/trunk/r.desktop)
  r/repos/staging-i686/r.install
(from rev 180544, r/trunk/r.install)
  r/repos/staging-i686/r.png
(from rev 180544, r/trunk/r.png)
  r/repos/staging-x86_64/
  r/repos/staging-x86_64/PKGBUILD
(from rev 180544, r/trunk/PKGBUILD)
  r/repos/staging-x86_64/R.conf
(from rev 180544, r/trunk/R.conf)
  r/repos/staging-x86_64/r.desktop
(from rev 180544, r/trunk/r.desktop)
  r/repos/staging-x86_64/r.install
(from rev 180544, r/trunk/r.install)
  r/repos/staging-x86_64/r.png
(from rev 180544, r/trunk/r.png)

--+
 staging-i686/PKGBUILD|   90 +
 staging-i686/R.conf  |2 +
 staging-i686/r.desktop   |   11 +
 staging-i686/r.install   |   16 
 staging-x86_64/PKGBUILD  |   90 +
 staging-x86_64/R.conf|2 +
 staging-x86_64/r.desktop |   11 +
 staging-x86_64/r.install |   16 
 8 files changed, 238 insertions(+)

Copied: r/repos/staging-i686/PKGBUILD (from rev 180544, r/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-03-23 01:21:26 UTC (rev 180545)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: K. Piche kpi...@rogers.com
+
+pkgname=r
+pkgver=2.15.3
+pkgrel=1
+pkgdesc=Language and environment for statistical computing and graphics
+arch=('i686' 'x86_64')
+license=('GPL')
+url=('http://www.r-project.org/')
+depends=('blas' 'lapack' 'bzip2'  'libpng' 'libjpeg' 'libtiff'
+ 'ncurses' 'pcre' 'readline' 'zlib' 'perl' 'gcc-libs'
+ 'libxt' 'libxmu' 'pango' 'xz' 'desktop-file-utils')
+makedepends=('jdk7-openjdk' 'gcc-fortran' 'tk')
+optdepends=('tk: tcl/tk interface' 'texlive-bin: latex sty files')
+backup=('etc/R/Makeconf' 'etc/R/Renviron' 'etc/R/ldpaths' 'etc/R/repositories')
+options=('!makeflags' '!emptydirs')
+install=r.install
+source=(http://cran.r-project.org/src/base/R-2/R-${pkgver}.tar.gz;
+   'r.desktop'
+   'r.png'
+   'R.conf')
+sha1sums=('a05b68f31b00d8038d9f0a8562cfc0c8e32d9621'
+  '13aa29219bcaa102e575de8c1c8e0833d233e836'
+  'a69a07ec363440efc18ce0a7f2af103375dea978'
+  '43668da6cfd1b4455a99f23e79e2059294dddac9')
+
+build() {
+   cd ${srcdir}/R-${pkgver}
+   sed -i 's|#define NeedFunctionPrototypes 0|#define NeedFunctionPrototypes 
1|g' src/modules/X11/dataentry.c
+
+  # set texmf dir correctly in makefile
+  sed -i 's|$(rsharedir)/texmf|${datarootdir}/texmf|' share/Makefile.in
+
+# fix for texinfo 5.X
+  sed -i 's|test ${makeinfo_version_min} -lt 7|test ${makeinfo_version_min} 
-lt 0|' configure
+
+   ./configure  --prefix=/usr \
+   --libdir=/usr/lib \
+   --sysconfdir=/etc/R \
+   --datarootdir=/usr/share \
+ rsharedir=/usr/share/R/ \
+ rincludedir=/usr/include/R/ \
+ rdocdir=/usr/share/doc/R/ \
+--with-x \
+   --enable-R-shlib \
+--with-lapack \
+   --with-blas \
+F77=gfortran \
+   LIBnn=lib
+   make
+
+# make libRmath.so
+   cd src/nmath/standalone
+   make shared
+}
+
+package() {
+   cd ${srcdir}/R-${pkgver}
+   make DESTDIR=${pkgdir} install
+
+# install libRmath.so
+   cd src/nmath/standalone
+   make DESTDIR=${pkgdir} install
+
+   #  Fixup R wrapper scripts.
+   sed -i s|${pkgdir} || ${pkgdir}/usr/bin/R
+   rm ${pkgdir}/usr/lib/R/bin/R
+   cd ${pkgdir}/usr/lib/R/bin
+   ln -s ../../../bin/R
+
+  # install some freedesktop.org compatibility
+  install -Dm644 ${srcdir}/r.desktop \
+   ${pkgdir}/usr/share/applications/r.desktop
+  install -Dm644 ${srcdir}/r.png \
+   ${pkgdir}/usr/share/pixmaps/r.png
+
+  # move the config directory to /etc and create symlinks
+  install -d ${pkgdir}/etc/R
+  cd ${pkgdir}/usr/lib/R/etc
+  for i in *; do
+mv -f ${i} ${pkgdir}/etc/R
+ln -s /etc/R/${i} ${i}
+  done
+
+  # Install ld.so.conf.d file to ensure other applications access the shared 
lib
+  install -Dm644 ${srcdir}/R.conf ${pkgdir}/etc/ld.so.conf.d/R.conf
+}

Copied: r/repos/staging-i686/R.conf (from rev 180544, r/trunk/R.conf)
===
--- staging-i686/R.conf (rev 0)
+++ staging-i686/R.conf 2013-03-23 01:21:26 UTC (rev 180545)
@@ -0,0 +1,2 @@
+/usr/lib/R/lib
+

Copied: r/repos/staging-i686/r.desktop (from rev 180544, 

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

2013-03-22 Thread Ionuț Mircea Bîru
Date: Saturday, March 23, 2013 @ 05:22:56
  Author: ioni
Revision: 180546

change url

Modified:
  librsvg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-23 01:21:26 UTC (rev 180545)
+++ PKGBUILD2013-03-23 04:22:56 UTC (rev 180546)
@@ -12,7 +12,7 @@
 optdepends=('gtk3: for rsvg-view-3'
 'gtk2: gtk2 SVG engine module')
 options=('!libtool' '!emptydirs')
-url=http://librsvg.sourceforge.net/;
+url=https://live.gnome.org/LibRsvg;
 install=librsvg.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
 sha256sums=('1021935204798f4f0ad3004a09b583668ea94a48593461b147fdcff68a18e6c2')



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

2013-03-22 Thread Gaetan Bisson
Date: Saturday, March 23, 2013 @ 06:30:35
  Author: bisson
Revision: 180547

upstream update

Modified:
  openssh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-23 04:22:56 UTC (rev 180546)
+++ PKGBUILD2013-03-23 05:30:35 UTC (rev 180547)
@@ -4,8 +4,8 @@
 # Contributor: judd jvi...@zeroflux.org
 
 pkgname=openssh
-pkgver=6.1p1
-pkgrel=6
+pkgver=6.2p1
+pkgrel=1
 pkgdesc='Free version of the SSH connectivity tools'
 url='http://www.openssh.org/portable.html'
 license=('custom:BSD')
@@ -23,7 +23,7 @@
 'sshd.confd'
 'sshd.pam'
 'sshd')
-sha1sums=('751c92c912310c3aa9cadc113e14458f843fc7b3'
+sha1sums=('8824708c617cc781b2bb29fa20bd905fd3d2a43d'
   '954bf1660aa32620c37034320877f4511b767ccb'
   '6df5be396f8c593bb511a249a1453294d18a01a6'
   'bd6eae36c7ef9efb7147778baad7858b81f2d660'



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

2013-03-22 Thread Gaetan Bisson
Date: Saturday, March 23, 2013 @ 06:32:03
  Author: bisson
Revision: 180548

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

Added:
  openssh/repos/testing-i686/
  openssh/repos/testing-i686/PKGBUILD
(from rev 180547, openssh/trunk/PKGBUILD)
  openssh/repos/testing-i686/sshd
(from rev 180547, openssh/trunk/sshd)
  openssh/repos/testing-i686/sshd.close-sessions
(from rev 180547, openssh/trunk/sshd.close-sessions)
  openssh/repos/testing-i686/sshd.confd
(from rev 180547, openssh/trunk/sshd.confd)
  openssh/repos/testing-i686/sshd.pam
(from rev 180547, openssh/trunk/sshd.pam)
  openssh/repos/testing-i686/sshd.service
(from rev 180547, openssh/trunk/sshd.service)
  openssh/repos/testing-i686/sshd.socket
(from rev 180547, openssh/trunk/sshd.socket)
  openssh/repos/testing-i686/sshd@.service
(from rev 180547, openssh/trunk/sshd@.service)
  openssh/repos/testing-i686/sshdgenkeys.service
(from rev 180547, openssh/trunk/sshdgenkeys.service)
  openssh/repos/testing-x86_64/
  openssh/repos/testing-x86_64/PKGBUILD
(from rev 180547, openssh/trunk/PKGBUILD)
  openssh/repos/testing-x86_64/sshd
(from rev 180547, openssh/trunk/sshd)
  openssh/repos/testing-x86_64/sshd.close-sessions
(from rev 180547, openssh/trunk/sshd.close-sessions)
  openssh/repos/testing-x86_64/sshd.confd
(from rev 180547, openssh/trunk/sshd.confd)
  openssh/repos/testing-x86_64/sshd.pam
(from rev 180547, openssh/trunk/sshd.pam)
  openssh/repos/testing-x86_64/sshd.service
(from rev 180547, openssh/trunk/sshd.service)
  openssh/repos/testing-x86_64/sshd.socket
(from rev 180547, openssh/trunk/sshd.socket)
  openssh/repos/testing-x86_64/sshd@.service
(from rev 180547, openssh/trunk/sshd@.service)
  openssh/repos/testing-x86_64/sshdgenkeys.service
(from rev 180547, openssh/trunk/sshdgenkeys.service)

+
 testing-i686/PKGBUILD  |   96 +++
 testing-i686/sshd  |   44 
 testing-i686/sshd.close-sessions   |   17 ++
 testing-i686/sshd.confd|4 +
 testing-i686/sshd.pam  |6 ++
 testing-i686/sshd.service  |   16 +
 testing-i686/sshd.socket   |   10 +++
 testing-i686/sshd@.service |8 ++
 testing-i686/sshdgenkeys.service   |   15 +
 testing-x86_64/PKGBUILD|   96 +++
 testing-x86_64/sshd|   44 
 testing-x86_64/sshd.close-sessions |   17 ++
 testing-x86_64/sshd.confd  |4 +
 testing-x86_64/sshd.pam|6 ++
 testing-x86_64/sshd.service|   16 +
 testing-x86_64/sshd.socket |   10 +++
 testing-x86_64/sshd@.service   |8 ++
 testing-x86_64/sshdgenkeys.service |   15 +
 18 files changed, 432 insertions(+)

Copied: openssh/repos/testing-i686/PKGBUILD (from rev 180547, 
openssh/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-03-23 05:32:03 UTC (rev 180548)
@@ -0,0 +1,96 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=openssh
+pkgver=6.2p1
+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;
+'sshd.close-sessions'
+'sshdgenkeys.service'
+'sshd@.service'
+'sshd.service'
+'sshd.socket'
+'sshd.confd'
+'sshd.pam'
+'sshd')
+sha1sums=('8824708c617cc781b2bb29fa20bd905fd3d2a43d'
+  '954bf1660aa32620c37034320877f4511b767ccb'
+  '6df5be396f8c593bb511a249a1453294d18a01a6'
+  'bd6eae36c7ef9efb7147778baad7858b81f2d660'
+  'f9af4a442b804ab661cec0edb25dd76dee16d8d2'
+  'e12fa910b26a5634e5a6ac39ce1399a132cf6796'
+  'ec102deb69cad7d14f406289d2fc11fee6eddbdd'
+  'd93dca5ebda4610ff7647187f8928a3de28703f3'
+  '1488d4ed33cf3037accf4b0e1c7a7e90b6a097c7')
+
+backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd' 
'etc/conf.d/sshd')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/ssh \
+   --sysconfdir=/etc/ssh \
+   --with-ldns \
+   --with-libedit \
+   --with-ssl-engine \
+   --with-pam \
+   --with-privsep-user=nobody \
+   --with-kerberos5=/usr \
+   

  1   2   >