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

2013-07-24 Thread Laurent Carlier
Date: Wednesday, July 24, 2013 @ 11:32:11
  Author: lcarlier
Revision: 94420

upgpkg: lib32-libtxc_dxtn 1.0.1-5

Cleanup dependencies

Modified:
  lib32-libtxc_dxtn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-23 19:26:11 UTC (rev 94419)
+++ PKGBUILD2013-07-24 09:32:11 UTC (rev 94420)
@@ -1,29 +1,30 @@
 # $Id$
-# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+# Maintainer: Laurent Carlier lordhea...@gmail.com
+# Contributor: Jan heftig Steffens jan.steff...@gmail.com
 
 _pkgbasename=libtxc_dxtn
 pkgname=lib32-$_pkgbasename
 pkgver=1.0.1
-pkgrel=4
+pkgrel=5
 arch=(x86_64)
 pkgdesc=S3 Texture Compression (S3TC) library for Mesa (32-bit)
 url=http://dri.freedesktop.org/wiki/S3TC;
 license=(custom:BSD)
-depends=(lib32-mesa)
-makedepends=(gcc-multilib)
+depends=(lib32-glibc)
+makedepends=(gcc-multilib lib32-mesa)
 options=(!libtool)
 
source=(http://people.freedesktop.org/~cbrill/$_pkgbasename/$_pkgbasename-$pkgver.tar.bz2)
 md5sums=('7105107f07ac49753f4b61ba9d0c79c5')
 
 build() {
-  cd $srcdir/$_pkgbasename-$pkgver
+  cd $_pkgbasename-$pkgver
 
   CC=gcc -m32 ./configure --prefix=/usr --libdir=/usr/lib32
   make
 }
 
 package() {
-  cd $srcdir/$_pkgbasename-$pkgver
+  cd $_pkgbasename-$pkgver
 
   make DESTDIR=$pkgdir install
 



[arch-commits] Commit in lib32-libtxc_dxtn/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2013-07-24 Thread Laurent Carlier
Date: Wednesday, July 24, 2013 @ 11:32:21
  Author: lcarlier
Revision: 94421

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libtxc_dxtn/repos/multilib-x86_64/PKGBUILD
(from rev 94420, lib32-libtxc_dxtn/trunk/PKGBUILD)
Deleted:
  lib32-libtxc_dxtn/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |   73 ++---
 1 file changed, 37 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-24 09:32:11 UTC (rev 94420)
+++ PKGBUILD2013-07-24 09:32:21 UTC (rev 94421)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
-
-_pkgbasename=libtxc_dxtn
-pkgname=lib32-$_pkgbasename
-pkgver=1.0.1
-pkgrel=4
-arch=(x86_64)
-pkgdesc=S3 Texture Compression (S3TC) library for Mesa (32-bit)
-url=http://dri.freedesktop.org/wiki/S3TC;
-license=(custom:BSD)
-depends=(lib32-mesa)
-makedepends=(gcc-multilib)
-options=(!libtool)
-source=(http://people.freedesktop.org/~cbrill/$_pkgbasename/$_pkgbasename-$pkgver.tar.bz2)
-md5sums=('7105107f07ac49753f4b61ba9d0c79c5')
-
-build() {
-  cd $srcdir/$_pkgbasename-$pkgver
-
-  CC=gcc -m32 ./configure --prefix=/usr --libdir=/usr/lib32
-  make
-}
-
-package() {
-  cd $srcdir/$_pkgbasename-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  rm -rf $pkgdir/usr/include
-
-  # License
-  mkdir -p $pkgdir/usr/share/licenses/$pkgname
-  sed -n '5,22{s|^ \* \?||;p}' txc_dxtn.h \
- $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: lib32-libtxc_dxtn/repos/multilib-x86_64/PKGBUILD (from rev 94420, 
lib32-libtxc_dxtn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-24 09:32:21 UTC (rev 94421)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Laurent Carlier lordhea...@gmail.com
+# Contributor: Jan heftig Steffens jan.steff...@gmail.com
+
+_pkgbasename=libtxc_dxtn
+pkgname=lib32-$_pkgbasename
+pkgver=1.0.1
+pkgrel=5
+arch=(x86_64)
+pkgdesc=S3 Texture Compression (S3TC) library for Mesa (32-bit)
+url=http://dri.freedesktop.org/wiki/S3TC;
+license=(custom:BSD)
+depends=(lib32-glibc)
+makedepends=(gcc-multilib lib32-mesa)
+options=(!libtool)
+source=(http://people.freedesktop.org/~cbrill/$_pkgbasename/$_pkgbasename-$pkgver.tar.bz2)
+md5sums=('7105107f07ac49753f4b61ba9d0c79c5')
+
+build() {
+  cd $_pkgbasename-$pkgver
+
+  CC=gcc -m32 ./configure --prefix=/usr --libdir=/usr/lib32
+  make
+}
+
+package() {
+  cd $_pkgbasename-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  rm -rf $pkgdir/usr/include
+
+  # License
+  mkdir -p $pkgdir/usr/share/licenses/$pkgname
+  sed -n '5,22{s|^ \* \?||;p}' txc_dxtn.h \
+ $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}



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

2013-07-24 Thread Tobias Powalowski
Date: Wednesday, July 24, 2013 @ 12:47:59
  Author: tpowa
Revision: 191365

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

Added:
  refind-efi/repos/extra-i686/PKGBUILD
(from rev 191364, refind-efi/trunk/PKGBUILD)
  refind-efi/repos/extra-i686/refind-efi.install
(from rev 191364, refind-efi/trunk/refind-efi.install)
  refind-efi/repos/extra-i686/refind_linux.conf
(from rev 191364, refind-efi/trunk/refind_linux.conf)
  refind-efi/repos/extra-x86_64/PKGBUILD
(from rev 191364, refind-efi/trunk/PKGBUILD)
  refind-efi/repos/extra-x86_64/refind-efi.install
(from rev 191364, refind-efi/trunk/refind-efi.install)
  refind-efi/repos/extra-x86_64/refind_linux.conf
(from rev 191364, refind-efi/trunk/refind_linux.conf)
Deleted:
  refind-efi/repos/extra-i686/PKGBUILD
  refind-efi/repos/extra-i686/refind-efi.install
  refind-efi/repos/extra-i686/refind_linux.conf
  refind-efi/repos/extra-x86_64/PKGBUILD
  refind-efi/repos/extra-x86_64/refind-efi.install
  refind-efi/repos/extra-x86_64/refind_linux.conf

-+
 /PKGBUILD   |  488 ++
 /refind-efi.install |   64 
 /refind_linux.conf  |   10 
 extra-i686/PKGBUILD |  250 ---
 extra-i686/refind-efi.install   |   32 --
 extra-i686/refind_linux.conf|5 
 extra-x86_64/PKGBUILD   |  250 ---
 extra-x86_64/refind-efi.install |   32 --
 extra-x86_64/refind_linux.conf  |5 
 9 files changed, 562 insertions(+), 574 deletions(-)

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


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

2013-07-24 Thread Tobias Powalowski
Date: Wednesday, July 24, 2013 @ 12:47:44
  Author: tpowa
Revision: 191364

upgpkg: refind-efi 0.7.1-4

fix #36151

Modified:
  refind-efi/trunk/PKGBUILD
  refind-efi/trunk/refind-efi.install

+
 PKGBUILD   |   44 +++-
 refind-efi.install |8 
 2 files changed, 23 insertions(+), 29 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-24 02:13:55 UTC (rev 191363)
+++ PKGBUILD2013-07-24 10:47:44 UTC (rev 191364)
@@ -17,7 +17,7 @@
 
 pkgname=refind-efi
 pkgver=0.7.1
-pkgrel=3
+pkgrel=4
 pkgdesc=Rod Smith's fork of rEFIt UEFI Boot Manager - built with Tianocore 
UDK libs
 url=http://www.rodsbooks.com/refind/index.html;
 arch=('x86_64' 'i686')
@@ -181,16 +181,16 @@
 package() {

msg Install the rEFInd UEFI application
-   install -d ${pkgdir}/usr/lib/refind/
-   install -D -m0644 
${srcdir}/refind-${pkgver}/refind/refind_${_TIANO_S_ARCH}.efi 
${pkgdir}/usr/lib/refind/refind_${_TIANO_S_ARCH}.efi
+   install -d ${pkgdir}/usr/share/refind/
+   install -D -m0644 
${srcdir}/refind-${pkgver}/refind/refind_${_TIANO_S_ARCH}.efi 
${pkgdir}/usr/share/refind/refind_${_TIANO_S_ARCH}.efi

msg Install UEFI drivers built from rEFInd
-   install -d ${pkgdir}/usr/lib/refind/drivers_${_TIANO_S_ARCH}/
-   install -D -m0644 
${srcdir}/refind-${pkgver}/drivers_${_TIANO_S_ARCH}/*.efi 
${pkgdir}/usr/lib/refind/drivers_${_TIANO_S_ARCH}/
+   install -d ${pkgdir}/usr/share/refind/drivers_${_TIANO_S_ARCH}/
+   install -D -m0644 
${srcdir}/refind-${pkgver}/drivers_${_TIANO_S_ARCH}/*.efi 
${pkgdir}/usr/share/refind/drivers_${_TIANO_S_ARCH}/

msg Install UEFI applications built from rEFInd
-   install -d ${pkgdir}/usr/lib/refind/tools_${_TIANO_S_ARCH}
-   install -D -m0644 
${srcdir}/refind-${pkgver}/gptsync/gptsync_${_TIANO_S_ARCH}.efi 
${pkgdir}/usr/lib/refind/tools_${_TIANO_S_ARCH}/gptsync_${_TIANO_S_ARCH}.efi
+   install -d ${pkgdir}/usr/share/refind/tools_${_TIANO_S_ARCH}
+   install -D -m0644 
${srcdir}/refind-${pkgver}/gptsync/gptsync_${_TIANO_S_ARCH}.efi 
${pkgdir}/usr/share/refind/tools_${_TIANO_S_ARCH}/gptsync_${_TIANO_S_ARCH}.efi

msg Install rEFInd helper scripts
install -d ${pkgdir}/usr/bin/
@@ -200,17 +200,17 @@
install -D -m0755 ${srcdir}/refind-${pkgver}/fonts/mkfont.sh 
${pkgdir}/usr/bin/refind-mkfont

msg Install the rEFInd sample config files
-   install -D -m0644 ${srcdir}/refind-${pkgver}/refind.conf-sample 
${pkgdir}/usr/lib/refind/refind.conf-sample
-   install -D -m0644 ${srcdir}/refind_linux.conf 
${pkgdir}/usr/lib/refind/refind_linux.conf-sample
+   install -D -m0644 ${srcdir}/refind-${pkgver}/refind.conf-sample 
${pkgdir}/usr/share/refind/refind.conf-sample
+   install -D -m0644 ${srcdir}/refind_linux.conf 
${pkgdir}/usr/share/refind/refind_linux.conf-sample

msg Install the rEFInd docs
-   install -d ${pkgdir}/usr/share/doc/refind/html/
-   install -d ${pkgdir}/usr/share/doc/refind/Styles/
-   install -D -m0644 ${srcdir}/refind-${pkgver}/docs/refind/* 
${pkgdir}/usr/share/doc/refind/html/
-   install -D -m0644 ${srcdir}/refind-${pkgver}/docs/Styles/* 
${pkgdir}/usr/share/doc/refind/Styles/
-   install -D -m0644 ${srcdir}/refind-${pkgver}/README.txt 
${pkgdir}/usr/share/doc/refind/README
-   install -D -m0644 ${srcdir}/refind-${pkgver}/NEWS.txt 
${pkgdir}/usr/share/doc/refind/NEWS
-   rm -f ${pkgdir}/usr/share/doc/refind/html/.DS_Store || true
+   install -d ${pkgdir}/usr/share/refind/docs/html/
+   install -d ${pkgdir}/usr/share/refind/docs/Styles/
+   install -D -m0644 ${srcdir}/refind-${pkgver}/docs/refind/* 
${pkgdir}/usr/share/refind/docs/html/
+   install -D -m0644 ${srcdir}/refind-${pkgver}/docs/Styles/* 
${pkgdir}/usr/share/refind/docs/Styles/
+   install -D -m0644 ${srcdir}/refind-${pkgver}/README.txt 
${pkgdir}/usr/share/refind/docs/README.txt
+   install -D -m0644 ${srcdir}/refind-${pkgver}/NEWS.txt 
${pkgdir}/usr/share/refind/docs/NEWS.txt
+   rm -f ${pkgdir}/usr/share/refind/docs/html/.DS_Store || true

msg Install the rEFInd fonts
install -d ${pkgdir}/usr/share/refind/fonts/
@@ -236,15 +236,9 @@
msg Use '#!/usr/bin/env bash' in all scripts
sed 's|#!/bin/bash|#!/usr/bin/env bash|g' -i 
${pkgdir}/usr/bin/refind-* || true

-   msg Point refind dir paths to /usr/lib/refind/ in refind-install 
script
-   sed 's|^ThisDir=.*|ThisDir=/usr/lib/refind/|g' -i 
${pkgdir}/usr/bin/refind-install
-   sed 's|^RefindDir=.*|RefindDir=/usr/lib/refind/|g' -i 
${pkgdir}/usr/bin/refind-install
+   msg Point refind dir paths to /usr/share/refind/ in refind-install 
script
+   sed 's|^ThisDir=.*|ThisDir=/usr/share/refind/|g' -i 
${pkgdir}/usr/bin/refind-install
+   sed 

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

2013-07-24 Thread Guillaume Alaux
Date: Wednesday, July 24, 2013 @ 13:56:10
  Author: guillaume
Revision: 191366

Fixed FS#36263

Modified:
  apache-ant/trunk/PKGBUILD
  apache-ant/trunk/apache-ant.install

+
 PKGBUILD   |4 ++--
 apache-ant.install |   10 +-
 2 files changed, 11 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-24 10:47:59 UTC (rev 191365)
+++ PKGBUILD2013-07-24 11:56:10 UTC (rev 191366)
@@ -4,7 +4,7 @@
 # Contributor: Paul Mattal p...@archlinux.org
 pkgname=apache-ant
 pkgver=1.9.2
-pkgrel=2
+pkgrel=3
 pkgdesc='A java-based build tool'
 arch=('any')
 url='http://ant.apache.org/'
@@ -20,7 +20,7 @@
 sha256sums=('cf95317f683f28ae3d263327447abbebd30a6c910cfa069a05c5ee39aa5ad0e3'
 '182b9212610790966d3a018d3cbab2e5327dd9fd11dc15dd1f377853216f5718'
 '919a3ab1acae1d0d190fe6e0034b00975caab40e55359a720bfccd098fe2d995'
-'8219443864c2e199e679b2f5521162244fb605732d912a51991ee28e476da907')
+'37602eb618da3948e4b9334f1641fdc8372543a4014da37f6c5548ced8992fa2')
 
 _ant_home=/usr/share/${pkgname}
 

Modified: apache-ant.install
===
--- apache-ant.install  2013-07-24 10:47:59 UTC (rev 191365)
+++ apache-ant.install  2013-07-24 11:56:10 UTC (rev 191366)
@@ -1,5 +1,13 @@
 post_install() {
-  ln -s /etc/apache-ant /usr/share/apache-ant/etc
+  if [ ! -e /usr/share/apache-ant/etc ]
+  then
+ln -s /etc/apache-ant /usr/share/apache-ant/etc
+  fi
+
+  if [ -e /usr/share/apache-ant/etc/apache-ant ]
+  then
+unlink /usr/share/apache-ant/etc/apache-ant
+  fi
 }
 
 post_upgrade() {



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

2013-07-24 Thread Guillaume Alaux
Date: Wednesday, July 24, 2013 @ 13:58:10
  Author: guillaume
Revision: 191367

archrelease: copy trunk to extra-any

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

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

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

Copied: apache-ant/repos/extra-any/PKGBUILD (from rev 191366, 
apache-ant/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-24 11:58:10 UTC (rev 191367)
@@ -0,0 +1,91 @@
+# $Id$
+# Maintainer: Guillaume ALAUX guilla...@archlinux.org
+# Contributor: Andrew Wright andr...@photism.org
+# Contributor: Paul Mattal p...@archlinux.org
+pkgname=apache-ant
+pkgver=1.9.2
+pkgrel=3
+pkgdesc='A java-based build tool'
+arch=('any')
+url='http://ant.apache.org/'
+license=('APACHE')
+depends=('java-environment')
+makedepends=('java-environment' 

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

2013-07-24 Thread Jan Steffens
Date: Wednesday, July 24, 2013 @ 14:17:57
  Author: heftig
Revision: 191368

0.18.3

Modified:
  rygel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-24 11:58:10 UTC (rev 191367)
+++ PKGBUILD2013-07-24 12:17:57 UTC (rev 191368)
@@ -3,7 +3,7 @@
 # Contributor: Balló György ballogyor+arch at gmail dot com
 
 pkgname=rygel
-pkgver=0.18.2
+pkgver=0.18.3
 pkgrel=1
 pkgdesc=UPnP AV MediaServer and MediaRenderer that allows you to easily share 
audio, video and pictures, and control of media player on your home network
 arch=(i686 x86_64)
@@ -22,7 +22,7 @@
 install=rygel.install
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('26dea444e69f68cec822e58080162d056528a518b9b155503016a19dda0b48a4')
+sha256sums=('b3bb97476b44f7adae162c8cdb062160120336ed33a88c2a692ab8fac187d105')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in gdm/trunk (PKGBUILD arch-pam.patch)

2013-07-24 Thread Jan Steffens
Date: Wednesday, July 24, 2013 @ 14:21:15
  Author: heftig
Revision: 191369

systemd 206 compat

Added:
  gdm/trunk/arch-pam.patch
Modified:
  gdm/trunk/PKGBUILD

+
 PKGBUILD   |   16 +++-
 arch-pam.patch |  179 +++
 2 files changed, 189 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-24 12:17:57 UTC (rev 191368)
+++ PKGBUILD2013-07-24 12:21:15 UTC (rev 191369)
@@ -5,24 +5,28 @@
 pkgbase=gdm
 pkgname=(gdm libgdm)
 pkgver=3.8.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Gnome Display Manager
 arch=(i686 x86_64)
 license=(GPL)
 url=http://www.gnome.org;
 options=('!libtool')
 depends=(gnome-shell gnome-session upower xorg-xrdb xorg-server)
-makedepends=(itstool intltool gnome-doc-utils gobject-introspection)
+makedepends=(itstool intltool yelp-tools gobject-introspection)
 checkdepends=('check')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver::3}/$pkgbase-$pkgver.tar.xz
-fix_external_program_directories.patch)
+fix_external_program_directories.patch arch-pam.patch)
 sha256sums=('a8c8a32803e32c5d087c75c6be8160cfe4d15843953f07b599d653bac471320e'
-'a878680734e35c1d66252cbcfe678c3961b5ff0fa16302f8796a5e7e65ffe4a2')
+'a878680734e35c1d66252cbcfe678c3961b5ff0fa16302f8796a5e7e65ffe4a2'
+'b5c225784c3107564cb9685e41dfecdb20b8ea2415905c4119c96748c4e68003')
 
 prepare() {
   cd $pkgbase-$pkgver
-  patch -Np1 -i $srcdir/fix_external_program_directories.patch
+  patch -Np1 -i ../fix_external_program_directories.patch
+  patch -Np1 -i ../arch-pam.patch
+  AUTOPOINT='intltoolize --automake -c' autoreconf -fi
 }
+
 build() {
   cd $pkgbase-$pkgver
   ./configure \
@@ -39,7 +43,7 @@
 --without-tcp-wrappers \
 --without-console-kit \
 --with-systemd \
---with-default-pam-config=exherbo
+--with-default-pam-config=arch
 
   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
 

Added: arch-pam.patch
===
--- arch-pam.patch  (rev 0)
+++ arch-pam.patch  2013-07-24 12:21:15 UTC (rev 191369)
@@ -0,0 +1,179 @@
+diff --git c/configure.ac i/configure.ac
+index bda20c6..e118101 100644
+--- c/configure.ac
 i/configure.ac
+@@ -185,12 +185,13 @@ if test x$enable_split_authentication = xyes; then
+ fi
+ 
+ AC_ARG_WITH(default-pam-config,
+-  AS_HELP_STRING([--with-default-pam-config: One of redhat, 
openembedded, exherbo, lfs, none @:@default=auto@:@]))
++  AS_HELP_STRING([--with-default-pam-config: One of redhat, 
openembedded, exherbo, lfs, arch, none @:@default=auto@:@]))
+ dnl If not given, try autodetecting from release files (see NetworkManager 
source) 
+ if test x$with_default_pam_config = x; then
+   AC_CHECK_FILE(/etc/redhat-release,with_default_pam_config=redhat)
+   AC_CHECK_FILE(/etc/fedora-release,with_default_pam_config=redhat)
+   AC_CHECK_FILE(/etc/exherbo-release,with_default_pam_config=exherbo)
++  AC_CHECK_FILE(/etc/arch-release,with_default_pam_config=arch)
+   AC_CHECK_FILE(/etc/lfs-release,with_default_pam_config=lfs)
+   dnl If not autodetected, default to none
+   if test x$with_default_pam_config = x; then
+@@ -198,7 +199,7 @@ if test x$with_default_pam_config = x; then
+   fi
+ fi
+ case x$with_default_pam_config in
+- xredhat|xopenembedded|xexherbo|xlfs|xnone) ;;
++ xredhat|xopenembedded|xexherbo|xlfs|xarch|xnone) ;;
+  *)
+AC_MSG_ERROR([Invalid --with-default-pam-config 
${with_default_pam_config}])
+exit 1
+@@ -208,6 +209,7 @@ AM_CONDITIONAL(ENABLE_REDHAT_PAM_CONFIG, test 
x$with_default_pam_config = xredha
+ AM_CONDITIONAL(ENABLE_OPENEMBEDDED_PAM_CONFIG, test x$with_default_pam_config 
= xopenembedded)
+ AM_CONDITIONAL(ENABLE_EXHERBO_PAM_CONFIG, test x$with_default_pam_config = 
xexherbo)
+ AM_CONDITIONAL(ENABLE_LFS_PAM_CONFIG, test x$with_default_pam_config = xlfs)
++AM_CONDITIONAL(ENABLE_ARCH_PAM_CONFIG, test x$with_default_pam_config = xarch)
+ 
+ AC_ARG_ENABLE(console-helper,
+ AS_HELP_STRING([--enable-console-helper],
+diff --git c/data/Makefile.am i/data/Makefile.am
+index 81eb8ef..6a67433 100644
+--- c/data/Makefile.am
 i/data/Makefile.am
+@@ -129,6 +129,15 @@ pam_lfs_files = pam-lfs/gdm.pam   \
+   $(NULL)
+ EXTRA_DIST += $(pam_lfs_files)
+ 
++pam_arch_files = pam-arch/gdm-autologin.pam   \
++  pam-arch/gdm-launch-environment.pam \
++  pam-arch/gdm-fingerprint.pam\
++  pam-arch/gdm-smartcard.pam  \
++  pam-arch/gdm-password.pam   \
++  pam-arch/gdm-pin.pam\
++ 

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

2013-07-24 Thread Jan Steffens
Date: Wednesday, July 24, 2013 @ 14:22:37
  Author: heftig
Revision: 191370

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

Added:
  rygel/repos/extra-i686/PKGBUILD
(from rev 191368, rygel/trunk/PKGBUILD)
  rygel/repos/extra-i686/rygel.install
(from rev 191369, rygel/trunk/rygel.install)
  rygel/repos/extra-x86_64/PKGBUILD
(from rev 191369, rygel/trunk/PKGBUILD)
  rygel/repos/extra-x86_64/rygel.install
(from rev 191369, rygel/trunk/rygel.install)
Deleted:
  rygel/repos/extra-i686/PKGBUILD
  rygel/repos/extra-i686/rygel.install
  rygel/repos/extra-x86_64/PKGBUILD
  rygel/repos/extra-x86_64/rygel.install

+
 /PKGBUILD  |   84 +++
 /rygel.install |   22 +++
 extra-i686/PKGBUILD|   42 -
 extra-i686/rygel.install   |   11 -
 extra-x86_64/PKGBUILD  |   42 -
 extra-x86_64/rygel.install |   11 -
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-24 12:21:15 UTC (rev 191369)
+++ extra-i686/PKGBUILD 2013-07-24 12:22:37 UTC (rev 191370)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Balló György ballogyor+arch at gmail dot com
-
-pkgname=rygel
-pkgver=0.18.2
-pkgrel=1
-pkgdesc=UPnP AV MediaServer and MediaRenderer that allows you to easily share 
audio, video and pictures, and control of media player on your home network
-arch=(i686 x86_64)
-url=http://live.gnome.org/Rygel;
-license=(LGPL)
-depends=(gupnp-av gupnp-dlna libgee gtk3 libunistring libtracker-sparql 
hicolor-icon-theme xdg-utils)
-makedepends=(vala intltool)
-optdepends=('gst-plugins-base: Extra media codecs'
-'gst-plugins-good: Extra media codecs'
-'gst-plugins-bad: Extra media codecs'
-'gst-plugins-ugly: Extra media codecs'
-'gst-libav: Extra media codecs'
-'tracker: Share indexed media files')
-backup=(etc/rygel.conf)
-options=('!libtool')
-install=rygel.install
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('26dea444e69f68cec822e58080162d056528a518b9b155503016a19dda0b48a4')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static --enable-mediathek-plugin 
--enable-gst-launch-plugin
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: rygel/repos/extra-i686/PKGBUILD (from rev 191368, rygel/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-24 12:22:37 UTC (rev 191370)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Balló György ballogyor+arch at gmail dot com
+
+pkgname=rygel
+pkgver=0.18.3
+pkgrel=1
+pkgdesc=UPnP AV MediaServer and MediaRenderer that allows you to easily share 
audio, video and pictures, and control of media player on your home network
+arch=(i686 x86_64)
+url=http://live.gnome.org/Rygel;
+license=(LGPL)
+depends=(gupnp-av gupnp-dlna libgee gtk3 libunistring libtracker-sparql 
hicolor-icon-theme xdg-utils)
+makedepends=(vala intltool)
+optdepends=('gst-plugins-base: Extra media codecs'
+'gst-plugins-good: Extra media codecs'
+'gst-plugins-bad: Extra media codecs'
+'gst-plugins-ugly: Extra media codecs'
+'gst-libav: Extra media codecs'
+'tracker: Share indexed media files')
+backup=(etc/rygel.conf)
+options=('!libtool')
+install=rygel.install
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('b3bb97476b44f7adae162c8cdb062160120336ed33a88c2a692ab8fac187d105')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --enable-mediathek-plugin 
--enable-gst-launch-plugin
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/rygel.install
===
--- extra-i686/rygel.install2013-07-24 12:21:15 UTC (rev 191369)
+++ extra-i686/rygel.install2013-07-24 12:22:37 UTC (rev 191370)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: rygel/repos/extra-i686/rygel.install (from rev 191369, 
rygel/trunk/rygel.install)

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

2013-07-24 Thread Jan Steffens
Date: Wednesday, July 24, 2013 @ 14:37:22
  Author: heftig
Revision: 191371

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

Added:
  gdm/repos/testing-i686/
  gdm/repos/testing-i686/PKGBUILD
(from rev 191370, gdm/trunk/PKGBUILD)
  gdm/repos/testing-i686/arch-pam.patch
(from rev 191370, gdm/trunk/arch-pam.patch)
  gdm/repos/testing-i686/fix_external_program_directories.patch
(from rev 191370, gdm/trunk/fix_external_program_directories.patch)
  gdm/repos/testing-i686/gdm.install
(from rev 191370, gdm/trunk/gdm.install)
  gdm/repos/testing-x86_64/
  gdm/repos/testing-x86_64/PKGBUILD
(from rev 191370, gdm/trunk/PKGBUILD)
  gdm/repos/testing-x86_64/arch-pam.patch
(from rev 191370, gdm/trunk/arch-pam.patch)
  gdm/repos/testing-x86_64/fix_external_program_directories.patch
(from rev 191370, gdm/trunk/fix_external_program_directories.patch)
  gdm/repos/testing-x86_64/gdm.install
(from rev 191370, gdm/trunk/gdm.install)

---+
 testing-i686/PKGBUILD |   85 +++
 testing-i686/arch-pam.patch   |  179 
 testing-i686/fix_external_program_directories.patch   |   12 +
 testing-i686/gdm.install  |   30 ++
 testing-x86_64/PKGBUILD   |   85 +++
 testing-x86_64/arch-pam.patch |  179 
 testing-x86_64/fix_external_program_directories.patch |   12 +
 testing-x86_64/gdm.install|   30 ++
 8 files changed, 612 insertions(+)

Copied: gdm/repos/testing-i686/PKGBUILD (from rev 191370, gdm/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-07-24 12:37:22 UTC (rev 191371)
@@ -0,0 +1,85 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=gdm
+pkgname=(gdm libgdm)
+pkgver=3.8.3.1
+pkgrel=2
+pkgdesc=Gnome Display Manager
+arch=(i686 x86_64)
+license=(GPL)
+url=http://www.gnome.org;
+options=('!libtool')
+depends=(gnome-shell gnome-session upower xorg-xrdb xorg-server)
+makedepends=(itstool intltool yelp-tools gobject-introspection)
+checkdepends=('check')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver::3}/$pkgbase-$pkgver.tar.xz
+fix_external_program_directories.patch arch-pam.patch)
+sha256sums=('a8c8a32803e32c5d087c75c6be8160cfe4d15843953f07b599d653bac471320e'
+'a878680734e35c1d66252cbcfe678c3961b5ff0fa16302f8796a5e7e65ffe4a2'
+'b5c225784c3107564cb9685e41dfecdb20b8ea2415905c4119c96748c4e68003')
+
+prepare() {
+  cd $pkgbase-$pkgver
+  patch -Np1 -i ../fix_external_program_directories.patch
+  patch -Np1 -i ../arch-pam.patch
+  AUTOPOINT='intltoolize --automake -c' autoreconf -fi
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/gdm \
+--localstatedir=/var \
+--disable-static \
+--disable-schemas-compile \
+--with-at-spi-registryd-directory=/usr/lib/at-spi2-core \
+--with-check-accelerated-directory=/usr/lib/gnome-session \
+--with-authentication-agent-directory=/usr/lib/polkit-gnome \
+--without-tcp-wrappers \
+--without-console-kit \
+--with-systemd \
+--with-default-pam-config=arch
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
+
+  make
+}
+
+check() {
+  cd $pkgbase-$pkgver
+  make check
+}
+
+package_gdm() {
+  depends+=(libgdm)
+  optdepends=('fprintd: fingerprint authentication')
+  backup=(etc/pam.d/gdm-autologin etc/pam.d/gdm-fingerprint 
etc/pam.d/gdm-launch-environment
+  etc/pam.d/gdm-password etc/pam.d/gdm-smartcard etc/gdm/custom.conf
+  etc/gdm/Xsession
+  etc/gdm/PostSession/Default etc/gdm/PreSession/Default)
+  groups=(gnome)
+  install=gdm.install
+
+  cd $pkgbase-$pkgver
+  make DESTDIR=$pkgdir install
+
+  chmod 1770 $pkgdir/var/log/gdm
+  chmod 700 $pkgdir/var/lib/gdm/.config/dconf
+  rm -r $pkgdir/var/run $pkgdir/var/gdm
+
+### Split libgdm
+  make -C gui/libgdm DESTDIR=$pkgdir uninstall
+}
+
+package_libgdm() {
+  pkgdesc=GDM support library
+  depends=(systemd)
+
+  cd $pkgbase-$pkgver
+  make -C gui/libgdm DESTDIR=$pkgdir install
+}

Copied: gdm/repos/testing-i686/arch-pam.patch (from rev 191370, 
gdm/trunk/arch-pam.patch)
===
--- testing-i686/arch-pam.patch (rev 0)
+++ testing-i686/arch-pam.patch 2013-07-24 12:37:22 UTC (rev 191371)
@@ -0,0 +1,179 @@
+diff --git c/configure.ac 

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

2013-07-24 Thread Florian Pritz
Date: Wednesday, July 24, 2013 @ 15:36:43
  Author: bluewind
Revision: 94422

upgpkg: lib32-libpng 1.6.3-1

upstream update

Modified:
  lib32-libpng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-24 09:32:21 UTC (rev 94421)
+++ PKGBUILD2013-07-24 13:36:43 UTC (rev 94422)
@@ -6,8 +6,8 @@
 
 _pkgbasename=libpng
 pkgname=lib32-$_pkgbasename
-pkgver=1.6.2
-_apngver=1.6.1
+pkgver=1.6.3
+_apngver=1.6.3
 _libversion=16
 pkgrel=1
 pkgdesc=A collection of routines used to create PNG format graphics files 
(32-bit)
@@ -19,8 +19,8 @@
 options=('!libtool')
 
source=(http://downloads.sourceforge.net/sourceforge/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.xz;
 
http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-${_apngver}-apng.patch.gz;)
-md5sums=('9d838f6fca9948a9f360a0cc1b516d5f'
- '39c34060c2f0e48f3849dcdbd4a16b7a')
+md5sums=('9307f8ab04f4be3c1889ffb504f0fe5c'
+ '57007fc121baa2cdc48abcfb26300e78')
 
 build() {
   export CC=gcc -m32



[arch-commits] Commit in lib32-libpng/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2013-07-24 Thread Florian Pritz
Date: Wednesday, July 24, 2013 @ 15:36:46
  Author: bluewind
Revision: 94423

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libpng/repos/multilib-x86_64/PKGBUILD
(from rev 94422, lib32-libpng/trunk/PKGBUILD)
Deleted:
  lib32-libpng/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  110 ++---
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-24 13:36:43 UTC (rev 94422)
+++ PKGBUILD2013-07-24 13:36:46 UTC (rev 94423)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: dorphell dorph...@archlinux.org
-# Contributor: Travis Willard tra...@archlinux.org
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-
-_pkgbasename=libpng
-pkgname=lib32-$_pkgbasename
-pkgver=1.6.2
-_apngver=1.6.1
-_libversion=16
-pkgrel=1
-pkgdesc=A collection of routines used to create PNG format graphics files 
(32-bit)
-arch=('x86_64')
-url=http://www.libpng.org/pub/png/libpng.html;
-license=('custom')
-depends=('lib32-zlib' $_pkgbasename)
-makedepends=(gcc-multilib)
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.xz;
-
http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-${_apngver}-apng.patch.gz;)
-md5sums=('9d838f6fca9948a9f360a0cc1b516d5f'
- '39c34060c2f0e48f3849dcdbd4a16b7a')
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  # Add animated PNG (apng) support
-  # see http://sourceforge.net/projects/libpng-apng/
-  patch -p1 -i ${srcdir}/libpng-${_apngver}-apng.patch
-
-  ./configure --prefix=/usr --libdir=/usr/lib32 --program-suffix=-32
-  make
-}
-
-package() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  cd contrib/pngminus
-  make PNGLIB=-L${pkgdir}/usr/lib32 -lpng -f makefile.std png2pnm pnm2png
-
-  rm -rf ${pkgdir}/usr/{include,share}
-
-  rm $pkgdir/usr/bin/libpng-config
-  ln -s libpng${_libversion}-config-32 $pkgdir/usr/bin/libpng-config-32
-
-  mkdir -p $pkgdir/usr/share/licenses
-  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
-}

Copied: lib32-libpng/repos/multilib-x86_64/PKGBUILD (from rev 94422, 
lib32-libpng/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-24 13:36:46 UTC (rev 94423)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+# Contributor: Travis Willard tra...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+
+_pkgbasename=libpng
+pkgname=lib32-$_pkgbasename
+pkgver=1.6.3
+_apngver=1.6.3
+_libversion=16
+pkgrel=1
+pkgdesc=A collection of routines used to create PNG format graphics files 
(32-bit)
+arch=('x86_64')
+url=http://www.libpng.org/pub/png/libpng.html;
+license=('custom')
+depends=('lib32-zlib' $_pkgbasename)
+makedepends=(gcc-multilib)
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.xz;
+
http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-${_apngver}-apng.patch.gz;)
+md5sums=('9307f8ab04f4be3c1889ffb504f0fe5c'
+ '57007fc121baa2cdc48abcfb26300e78')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  # Add animated PNG (apng) support
+  # see http://sourceforge.net/projects/libpng-apng/
+  patch -p1 -i ${srcdir}/libpng-${_apngver}-apng.patch
+
+  ./configure --prefix=/usr --libdir=/usr/lib32 --program-suffix=-32
+  make
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  cd contrib/pngminus
+  make PNGLIB=-L${pkgdir}/usr/lib32 -lpng -f makefile.std png2pnm pnm2png
+
+  rm -rf ${pkgdir}/usr/{include,share}
+
+  rm $pkgdir/usr/bin/libpng-config
+  ln -s libpng${_libversion}-config-32 $pkgdir/usr/bin/libpng-config-32
+
+  mkdir -p $pkgdir/usr/share/licenses
+  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
+}



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

2013-07-24 Thread Felix Yan
Date: Wednesday, July 24, 2013 @ 16:43:27
  Author: fyan
Revision: 94424

upgpkg: pidgin-lwqq 0.1f.20130724-1

Modified:
  pidgin-lwqq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-24 13:36:46 UTC (rev 94423)
+++ PKGBUILD2013-07-24 14:43:27 UTC (rev 94424)
@@ -2,9 +2,9 @@
 # Maintainer: Felix Yan felixonm...@gmail.com
 
 pkgname=pidgin-lwqq
-pkgver=0.1f
-_commit=66b7498a7530a1c47dabbe05c0726a9188353217
-pkgrel=2
+pkgver=0.1f.20130724
+_commit=ba985662bffa0fe5ec36f276f13fc3d870b11ecf
+pkgrel=1
 pkgdesc=A pidgin plugin based on lwqq, a excellent safe useful library for 
webqq protocol
 arch=('i686' 'x86_64')
 url=https://github.com/xiehuc/pidgin-lwqq;
@@ -14,24 +14,27 @@
'telepathy-haze: Empathy plugin support')
 makedepends=('git' 'cmake')
 install=$pkgname.install
-#source=(git://github.com/xiehuc/pidgin-lwqq.git#commit=$_commit)
-source=(git://github.com/xiehuc/pidgin-lwqq.git#tag=$pkgver
-
https://github.com/lawm/pidgin-lwqq/commit/4c98edd0ad4ffa3d3472e5452f77b2be9ab56284.patch)
+source=(git://github.com/xiehuc/pidgin-lwqq.git#commit=$_commit
+git://github.com/xiehuc/lwqq.git)
 
-build()
-{
+prepare() {
+  cd $srcdir/$pkgname
+  git submodule init
+  git config submodule.liblwqq.url $srcdir/lwqq
+  git submodule update
+}
+
+build() {
   cd ${srcdir}/$pkgname
 
-  patch -p1 -i ../4c98edd0ad4ffa3d3472e5452f77b2be9ab56284.patch
-
   cmake -DCMAKE_INSTALL_PREFIX=/usr .
   make
 }
 
-package()
-{
+package() {
   cd $srcdir/$pkgname
   make DESTDIR=${pkgdir} install
 }
+
 sha512sums=('SKIP'
-
'22c98c5f88612331d8a6f33d8cb3985325b9e137936e1f962058efc2c8caf218f74f29ce675569cb8887f85ae976310c86c6e9687114fbda524825a53c550c4d')
+'SKIP')



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

2013-07-24 Thread Felix Yan
Date: Wednesday, July 24, 2013 @ 16:45:02
  Author: fyan
Revision: 94425

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

Added:
  pidgin-lwqq/repos/community-i686/PKGBUILD
(from rev 94424, pidgin-lwqq/trunk/PKGBUILD)
  pidgin-lwqq/repos/community-i686/pidgin-lwqq.install
(from rev 94424, pidgin-lwqq/trunk/pidgin-lwqq.install)
  pidgin-lwqq/repos/community-x86_64/PKGBUILD
(from rev 94424, pidgin-lwqq/trunk/PKGBUILD)
  pidgin-lwqq/repos/community-x86_64/pidgin-lwqq.install
(from rev 94424, pidgin-lwqq/trunk/pidgin-lwqq.install)
Deleted:
  pidgin-lwqq/repos/community-i686/PKGBUILD
  pidgin-lwqq/repos/community-i686/pidgin-lwqq.install
  pidgin-lwqq/repos/community-x86_64/PKGBUILD
  pidgin-lwqq/repos/community-x86_64/pidgin-lwqq.install

--+
 /PKGBUILD|   80 +
 /pidgin-lwqq.install |   22 +
 community-i686/PKGBUILD  |   37 ---
 community-i686/pidgin-lwqq.install   |   11 
 community-x86_64/PKGBUILD|   37 ---
 community-x86_64/pidgin-lwqq.install |   11 
 6 files changed, 102 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-24 14:43:27 UTC (rev 94424)
+++ community-i686/PKGBUILD 2013-07-24 14:45:02 UTC (rev 94425)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgname=pidgin-lwqq
-pkgver=0.1f
-_commit=66b7498a7530a1c47dabbe05c0726a9188353217
-pkgrel=2
-pkgdesc=A pidgin plugin based on lwqq, a excellent safe useful library for 
webqq protocol
-arch=('i686' 'x86_64')
-url=https://github.com/xiehuc/pidgin-lwqq;
-license=('GPL3')
-depends=('libpurple' 'curl' 'libev' 'hicolor-icon-theme' 
'gtk-update-icon-cache')
-optdepends=('pidgin: Multi-protocol instant messaging client'
-   'telepathy-haze: Empathy plugin support')
-makedepends=('git' 'cmake')
-install=$pkgname.install
-#source=(git://github.com/xiehuc/pidgin-lwqq.git#commit=$_commit)
-source=(git://github.com/xiehuc/pidgin-lwqq.git#tag=$pkgver
-
https://github.com/lawm/pidgin-lwqq/commit/4c98edd0ad4ffa3d3472e5452f77b2be9ab56284.patch)
-
-build()
-{
-  cd ${srcdir}/$pkgname
-
-  patch -p1 -i ../4c98edd0ad4ffa3d3472e5452f77b2be9ab56284.patch
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package()
-{
-  cd $srcdir/$pkgname
-  make DESTDIR=${pkgdir} install
-}
-sha512sums=('SKIP'
-
'22c98c5f88612331d8a6f33d8cb3985325b9e137936e1f962058efc2c8caf218f74f29ce675569cb8887f85ae976310c86c6e9687114fbda524825a53c550c4d')

Copied: pidgin-lwqq/repos/community-i686/PKGBUILD (from rev 94424, 
pidgin-lwqq/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-24 14:45:02 UTC (rev 94425)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgname=pidgin-lwqq
+pkgver=0.1f.20130724
+_commit=ba985662bffa0fe5ec36f276f13fc3d870b11ecf
+pkgrel=1
+pkgdesc=A pidgin plugin based on lwqq, a excellent safe useful library for 
webqq protocol
+arch=('i686' 'x86_64')
+url=https://github.com/xiehuc/pidgin-lwqq;
+license=('GPL3')
+depends=('libpurple' 'curl' 'libev' 'hicolor-icon-theme' 
'gtk-update-icon-cache')
+optdepends=('pidgin: Multi-protocol instant messaging client'
+   'telepathy-haze: Empathy plugin support')
+makedepends=('git' 'cmake')
+install=$pkgname.install
+source=(git://github.com/xiehuc/pidgin-lwqq.git#commit=$_commit
+git://github.com/xiehuc/lwqq.git)
+
+prepare() {
+  cd $srcdir/$pkgname
+  git submodule init
+  git config submodule.liblwqq.url $srcdir/lwqq
+  git submodule update
+}
+
+build() {
+  cd ${srcdir}/$pkgname
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname
+  make DESTDIR=${pkgdir} install
+}
+
+sha512sums=('SKIP'
+'SKIP')

Deleted: community-i686/pidgin-lwqq.install
===
--- community-i686/pidgin-lwqq.install  2013-07-24 14:43:27 UTC (rev 94424)
+++ community-i686/pidgin-lwqq.install  2013-07-24 14:45:02 UTC (rev 94425)
@@ -1,11 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: pidgin-lwqq/repos/community-i686/pidgin-lwqq.install (from rev 94424, 
pidgin-lwqq/trunk/pidgin-lwqq.install)
===
--- community-i686/pidgin-lwqq.install  (rev 0)
+++ community-i686/pidgin-lwqq.install  2013-07-24 14:45:02 UTC (rev 94425)
@@ -0,0 +1,11 @@
+post_install() {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove

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

2013-07-24 Thread Felix Yan
Date: Wednesday, July 24, 2013 @ 16:49:00
  Author: fyan
Revision: 94426

not depending on libev

Modified:
  pidgin-lwqq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-24 14:45:02 UTC (rev 94425)
+++ PKGBUILD2013-07-24 14:49:00 UTC (rev 94426)
@@ -9,7 +9,7 @@
 arch=('i686' 'x86_64')
 url=https://github.com/xiehuc/pidgin-lwqq;
 license=('GPL3')
-depends=('libpurple' 'curl' 'libev' 'hicolor-icon-theme' 
'gtk-update-icon-cache')
+depends=('libpurple' 'curl' 'hicolor-icon-theme' 'gtk-update-icon-cache')
 optdepends=('pidgin: Multi-protocol instant messaging client'
'telepathy-haze: Empathy plugin support')
 makedepends=('git' 'cmake')



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

2013-07-24 Thread Sergej Pupykin
Date: Wednesday, July 24, 2013 @ 19:40:10
  Author: spupykin
Revision: 94427

upgpkg: dbmail 3.1.0-1

upd

Modified:
  dbmail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-24 14:49:00 UTC (rev 94426)
+++ PKGBUILD2013-07-24 17:40:10 UTC (rev 94427)
@@ -3,8 +3,8 @@
 # Contributor: Sebastian Faltoni sebastian.falt...@gmail.com
 
 pkgname=dbmail
-pkgver=3.0.3pre
-pkgrel=2
+pkgver=3.1.0
+pkgrel=1
 pkgdesc=Fast and scalable sql based mail services
 arch=('i686' 'x86_64')
 depends=('gmime24' 'libzdb' 'mhash' 'libevent')
@@ -21,8 +21,7 @@
etc/xinetd.d/dbmail-pop3d
etc/xinetd.d/dbmail-lmtpd
etc/xinetd.d/dbmail-timsieved)
-#source=(http://www.dbmail.org/download/3.0/dbmail-${pkgver/_/-}.tar.gz
-source=($pkgname-$pkgver::git://git.subdir.eu/paul/dbmail#branch=dbmail_3_0
+source=(http://www.dbmail.org/download/3.1/dbmail-${pkgver/_/-}.tar.gz
dbmail.tmpfiles
dbmail-imapd.service
dbmail-lmtpd.service
@@ -32,7 +31,7 @@
dbmail-lmtpd.xinetd
dbmail-pop3d.xinetd
dbmail-timsieved.xinetd)
-md5sums=('SKIP'
+md5sums=('5dbf91cd8f562708fef904878a72e2fc'
  'c4b5793c5422b62a675d4c66ff7e9300'
  '5a6297cb03c8d0b424f978ea1d7402de'
  '070db88538af9833f003f4cb516d337b'



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

2013-07-24 Thread Sergej Pupykin
Date: Wednesday, July 24, 2013 @ 19:40:58
  Author: spupykin
Revision: 94428

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

Added:
  dbmail/repos/community-i686/PKGBUILD
(from rev 94427, dbmail/trunk/PKGBUILD)
  dbmail/repos/community-i686/dbmail-2.2.10-pam-support.patch
(from rev 94427, dbmail/trunk/dbmail-2.2.10-pam-support.patch)
  dbmail/repos/community-i686/dbmail-imapd.service
(from rev 94427, dbmail/trunk/dbmail-imapd.service)
  dbmail/repos/community-i686/dbmail-imapd.xinetd
(from rev 94427, dbmail/trunk/dbmail-imapd.xinetd)
  dbmail/repos/community-i686/dbmail-lmtpd.service
(from rev 94427, dbmail/trunk/dbmail-lmtpd.service)
  dbmail/repos/community-i686/dbmail-lmtpd.xinetd
(from rev 94427, dbmail/trunk/dbmail-lmtpd.xinetd)
  dbmail/repos/community-i686/dbmail-pop3d.service
(from rev 94427, dbmail/trunk/dbmail-pop3d.service)
  dbmail/repos/community-i686/dbmail-pop3d.xinetd
(from rev 94427, dbmail/trunk/dbmail-pop3d.xinetd)
  dbmail/repos/community-i686/dbmail-timsieved.service
(from rev 94427, dbmail/trunk/dbmail-timsieved.service)
  dbmail/repos/community-i686/dbmail-timsieved.xinetd
(from rev 94427, dbmail/trunk/dbmail-timsieved.xinetd)
  dbmail/repos/community-i686/dbmail.tmpfiles
(from rev 94427, dbmail/trunk/dbmail.tmpfiles)
  dbmail/repos/community-x86_64/PKGBUILD
(from rev 94427, dbmail/trunk/PKGBUILD)
  dbmail/repos/community-x86_64/dbmail-2.2.10-pam-support.patch
(from rev 94427, dbmail/trunk/dbmail-2.2.10-pam-support.patch)
  dbmail/repos/community-x86_64/dbmail-imapd.service
(from rev 94427, dbmail/trunk/dbmail-imapd.service)
  dbmail/repos/community-x86_64/dbmail-imapd.xinetd
(from rev 94427, dbmail/trunk/dbmail-imapd.xinetd)
  dbmail/repos/community-x86_64/dbmail-lmtpd.service
(from rev 94427, dbmail/trunk/dbmail-lmtpd.service)
  dbmail/repos/community-x86_64/dbmail-lmtpd.xinetd
(from rev 94427, dbmail/trunk/dbmail-lmtpd.xinetd)
  dbmail/repos/community-x86_64/dbmail-pop3d.service
(from rev 94427, dbmail/trunk/dbmail-pop3d.service)
  dbmail/repos/community-x86_64/dbmail-pop3d.xinetd
(from rev 94427, dbmail/trunk/dbmail-pop3d.xinetd)
  dbmail/repos/community-x86_64/dbmail-timsieved.service
(from rev 94427, dbmail/trunk/dbmail-timsieved.service)
  dbmail/repos/community-x86_64/dbmail-timsieved.xinetd
(from rev 94427, dbmail/trunk/dbmail-timsieved.xinetd)
  dbmail/repos/community-x86_64/dbmail.tmpfiles
(from rev 94427, dbmail/trunk/dbmail.tmpfiles)
Deleted:
  dbmail/repos/community-i686/PKGBUILD
  dbmail/repos/community-i686/dbmail-2.2.10-pam-support.patch
  dbmail/repos/community-i686/dbmail-imapd.service
  dbmail/repos/community-i686/dbmail-imapd.xinetd
  dbmail/repos/community-i686/dbmail-lmtpd.service
  dbmail/repos/community-i686/dbmail-lmtpd.xinetd
  dbmail/repos/community-i686/dbmail-pop3d.service
  dbmail/repos/community-i686/dbmail-pop3d.xinetd
  dbmail/repos/community-i686/dbmail-timsieved.service
  dbmail/repos/community-i686/dbmail-timsieved.xinetd
  dbmail/repos/community-i686/dbmail.tmpfiles
  dbmail/repos/community-x86_64/PKGBUILD
  dbmail/repos/community-x86_64/dbmail-2.2.10-pam-support.patch
  dbmail/repos/community-x86_64/dbmail-imapd.service
  dbmail/repos/community-x86_64/dbmail-imapd.xinetd
  dbmail/repos/community-x86_64/dbmail-lmtpd.service
  dbmail/repos/community-x86_64/dbmail-lmtpd.xinetd
  dbmail/repos/community-x86_64/dbmail-pop3d.service
  dbmail/repos/community-x86_64/dbmail-pop3d.xinetd
  dbmail/repos/community-x86_64/dbmail-timsieved.service
  dbmail/repos/community-x86_64/dbmail-timsieved.xinetd
  dbmail/repos/community-x86_64/dbmail.tmpfiles

--+
 /PKGBUILD|  140 +
 /dbmail-2.2.10-pam-support.patch |  502 +
 /dbmail-imapd.service|   22 
 /dbmail-imapd.xinetd |   26 +
 /dbmail-lmtpd.service|   22 
 /dbmail-lmtpd.xinetd |   26 +
 /dbmail-pop3d.service|   22 
 /dbmail-pop3d.xinetd |   26 +
 /dbmail-timsieved.service|   22 
 /dbmail-timsieved.xinetd |   30 +
 /dbmail.tmpfiles |2 
 community-i686/PKGBUILD  |   71 --
 community-i686/dbmail-2.2.10-pam-support.patch   |  251 --
 community-i686/dbmail-imapd.service  |   11 
 community-i686/dbmail-imapd.xinetd   |   13 
 community-i686/dbmail-lmtpd.service  |   11 
 community-i686/dbmail-lmtpd.xinetd   |   13 
 community-i686/dbmail-pop3d.service  |   11 
 community-i686/dbmail-pop3d.xinetd   |   13 
 community-i686/dbmail-timsieved.service  |   11 
 community-i686/dbmail-timsieved.xinetd   |   15 
 

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

2013-07-24 Thread Jelle van der Waa
Date: Wednesday, July 24, 2013 @ 20:17:32
  Author: jelle
Revision: 94430

archrelease: copy trunk to community-any

Added:
  python-dateutil/repos/community-any/PKGBUILD
(from rev 94429, python-dateutil/trunk/PKGBUILD)
  python-dateutil/repos/community-any/python-dateutil-2.1-open-utf-8.patch
(from rev 94429, python-dateutil/trunk/python-dateutil-2.1-open-utf-8.patch)
Deleted:
  python-dateutil/repos/community-any/PKGBUILD
  python-dateutil/repos/community-any/python-dateutil-2.1-open-utf-8.patch

--+
 PKGBUILD |  116 -
 python-dateutil-2.1-open-utf-8.patch |   42 +--
 2 files changed, 79 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-24 18:16:54 UTC (rev 94429)
+++ PKGBUILD2013-07-24 18:17:32 UTC (rev 94430)
@@ -1,58 +0,0 @@
-#Maintainer: Jelle van der Waa je...@vdwaa.nl
-#Contributor: lilydjwg lilyd...@gmail.com
-
-pkgbase=python-dateutil
-pkgname=('python-dateutil' 'python2-dateutil')
-pkgver=2.1
-pkgrel=6
-pkgdesc=Provides powerful extensions to the standard datetime module
-arch=('any')
-license=('custom:PYTHON')
-url=http://labix.org/python-dateutil;
-makedepends=('python-distribute' 'python2-distribute' 'python-six' 
'python2-six')
-source=(http://pypi.python.org/packages/source/p/python-dateutil/python-dateutil-$pkgver.tar.gz{,.asc}
 python-dateutil-2.1-open-utf-8.patch)
-md5sums=('1534bb15cf311f07afaa3aacba1c028b'
- '4aa0ba908299d983781c58ec0640ef2b'
- '4b780c62fc03be161629ee08e35eba6a')
-
-build() {
-  cd $srcdir
-  cp -r  python-dateutil-$pkgver python2-dateutil-$pkgver
-
-  cd python-dateutil-$pkgver
-  patch -Np0 -i $srcdir/python-dateutil-2.1-open-utf-8.patch
-
-}
-
-package_python-dateutil()
-{
-depends=('python' 'python-six')
-  cd $srcdir/python-dateutil-$pkgver
-  python3 setup.py install --root=$pkgdir --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  chmod -R a+rx $pkgdir/usr/lib/python3.3/
-
-  # Remove data files
-  rm 
$pkgdir/usr/lib/python3.3/site-packages/dateutil/zoneinfo/zoneinfo--latest.tar.gz
-
-}
-
-package_python2-dateutil()
-{
-depends=('python2' 'python2-six')
-  cd $srcdir/python2-dateutil-$pkgver
-  python2 setup.py install --root=$pkgdir --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  chmod -R a+rx $pkgdir/usr/lib/python2.7/
-  rm 
$pkgdir/usr/lib/python2.7/site-packages/dateutil/zoneinfo/zoneinfo--latest.tar.gz
-
-}
-
-check() {
-  cd $srcdir/python-dateutil-$pkgver
-  python3 test.py
-
-  cd $srcdir/python2-dateutil-$pkgver
-  python2 test.py
-}

Copied: python-dateutil/repos/community-any/PKGBUILD (from rev 94429, 
python-dateutil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-24 18:17:32 UTC (rev 94430)
@@ -0,0 +1,58 @@
+#Maintainer: Jelle van der Waa je...@vdwaa.nl
+#Contributor: lilydjwg lilyd...@gmail.com
+
+pkgbase=python-dateutil
+pkgname=('python-dateutil' 'python2-dateutil')
+pkgver=2.1
+pkgrel=7
+pkgdesc=Provides powerful extensions to the standard datetime module
+arch=('any')
+license=('custom:PYTHON')
+url=http://labix.org/python-dateutil;
+makedepends=('python-distribute' 'python2-distribute' 'python-six' 
'python2-six')
+source=(http://pypi.python.org/packages/source/p/python-dateutil/python-dateutil-$pkgver.tar.gz{,.asc}
 python-dateutil-2.1-open-utf-8.patch)
+md5sums=('1534bb15cf311f07afaa3aacba1c028b'
+ '4aa0ba908299d983781c58ec0640ef2b'
+ '4b780c62fc03be161629ee08e35eba6a')
+
+build() {
+  cd $srcdir
+  cp -r  python-dateutil-$pkgver python2-dateutil-$pkgver
+
+  cd python-dateutil-$pkgver
+  patch -Np0 -i $srcdir/python-dateutil-2.1-open-utf-8.patch
+
+}
+
+package_python-dateutil()
+{
+depends=('python' 'python-six')
+  cd $srcdir/python-dateutil-$pkgver
+  python3 setup.py install --root=$pkgdir --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  chmod -R a+r $pkgdir/usr/lib/python3.3/
+
+  # Remove data files
+  rm 
$pkgdir/usr/lib/python3.3/site-packages/dateutil/zoneinfo/zoneinfo--latest.tar.gz
+
+}
+
+package_python2-dateutil()
+{
+depends=('python2' 'python2-six')
+  cd $srcdir/python2-dateutil-$pkgver
+  python2 setup.py install --root=$pkgdir --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  chmod -R a+r $pkgdir/usr/lib/python2.7/
+  rm 
$pkgdir/usr/lib/python2.7/site-packages/dateutil/zoneinfo/zoneinfo--latest.tar.gz
+
+}
+
+check() {
+  cd $srcdir/python-dateutil-$pkgver
+  python3 test.py
+
+  cd $srcdir/python2-dateutil-$pkgver
+  python2 test.py
+}

Deleted: python-dateutil-2.1-open-utf-8.patch
===
--- python-dateutil-2.1-open-utf-8.patch2013-07-24 18:16:54 UTC (rev 

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

2013-07-24 Thread Jelle van der Waa
Date: Wednesday, July 24, 2013 @ 20:16:54
  Author: jelle
Revision: 94429

upgpkg: python-dateutil 2.1-7

 FS#36244 - [python2-dateutil] Do not add unnecessary excutable bit

Modified:
  python-dateutil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-24 17:40:58 UTC (rev 94428)
+++ PKGBUILD2013-07-24 18:16:54 UTC (rev 94429)
@@ -4,7 +4,7 @@
 pkgbase=python-dateutil
 pkgname=('python-dateutil' 'python2-dateutil')
 pkgver=2.1
-pkgrel=6
+pkgrel=7
 pkgdesc=Provides powerful extensions to the standard datetime module
 arch=('any')
 license=('custom:PYTHON')
@@ -30,7 +30,7 @@
   cd $srcdir/python-dateutil-$pkgver
   python3 setup.py install --root=$pkgdir --optimize=1
   install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  chmod -R a+rx $pkgdir/usr/lib/python3.3/
+  chmod -R a+r $pkgdir/usr/lib/python3.3/
 
   # Remove data files
   rm 
$pkgdir/usr/lib/python3.3/site-packages/dateutil/zoneinfo/zoneinfo--latest.tar.gz
@@ -44,7 +44,7 @@
   python2 setup.py install --root=$pkgdir --optimize=1
   install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
 
-  chmod -R a+rx $pkgdir/usr/lib/python2.7/
+  chmod -R a+r $pkgdir/usr/lib/python2.7/
   rm 
$pkgdir/usr/lib/python2.7/site-packages/dateutil/zoneinfo/zoneinfo--latest.tar.gz
 
 }



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

2013-07-24 Thread Thorsten Töpper
Date: Wednesday, July 24, 2013 @ 21:06:38
  Author: ttoepper
Revision: 94432

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

Added:
  pragha/repos/community-i686/PKGBUILD
(from rev 94431, pragha/trunk/PKGBUILD)
  pragha/repos/community-i686/pragha.install
(from rev 94431, pragha/trunk/pragha.install)
  pragha/repos/community-x86_64/PKGBUILD
(from rev 94431, pragha/trunk/PKGBUILD)
  pragha/repos/community-x86_64/pragha.install
(from rev 94431, pragha/trunk/pragha.install)
Deleted:
  pragha/repos/community-i686/PKGBUILD
  pragha/repos/community-i686/cdio-includes.patch
  pragha/repos/community-i686/pragha.install
  pragha/repos/community-x86_64/PKGBUILD
  pragha/repos/community-x86_64/cdio-includes.patch
  pragha/repos/community-x86_64/pragha.install

--+
 /PKGBUILD|  100 +
 /pragha.install  |   20 ++
 community-i686/PKGBUILD  |   47 ---
 community-i686/cdio-includes.patch   |   11 ---
 community-i686/pragha.install|   10 ---
 community-x86_64/PKGBUILD|   47 ---
 community-x86_64/cdio-includes.patch |   11 ---
 community-x86_64/pragha.install  |   10 ---
 8 files changed, 120 insertions(+), 136 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-24 19:06:33 UTC (rev 94431)
+++ community-i686/PKGBUILD 2013-07-24 19:06:38 UTC (rev 94432)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
-# Contributor: Alois Nespor alois.nes...@gmail.com
-# Contributor: JerichoKru   jerichokru(AT)htomail.com
-
-pkgname=pragha
-pkgver=1.1.2
-pkgrel=1
-pkgdesc=A lightweight GTK+ music manager - fork of Consonance Music Manager.
-arch=('i686' 'x86_64')
-url=http://pragha.wikispaces.com/;
-license=('GPL3')
-depends=('libnotify' 'libcdio-paranoia' 'gstreamer0.10-base'
- 'taglib' 'hicolor-icon-theme'  'gtk2'
- 'dbus-glib' 'sqlite' 'desktop-file-utils'
- 'libclastfm')
-optdepends=('notification-daemon: OSD notification')
-makedepends=('intltool')
-replaces=('dissonance')
-install=pragha.install
-source=(http://dissonance.googlecode.com/files/pragha-$pkgver.tar.bz2;
-cdio-includes.patch)
-sha1sums=('3e6456275a216110bd6942b2dc19b1120f4d14e5'
-  '83b366be516b4c09dbccbb25b473f2de545bdbe8')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  patch -Np1 -i $srcdir/cdio-includes.patch
-
-  LIBS+=-ldbus-glib-1  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-
-  install -m 644 data/$pkgname.desktop $pkgdir/usr/share/applications
-  install -d $pkgdir/usr/share/pixmaps
-  install -m 644 data/$pkgname.png $pkgdir/usr/share/pixmaps/
-  install -m 644 data/$pkgname.1 $pkgdir/usr/share/man/man1/
-
-}
-
-# vim:ts=2:sw=2:expandtab
-

Copied: pragha/repos/community-i686/PKGBUILD (from rev 94431, 
pragha/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-24 19:06:38 UTC (rev 94432)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
+# Contributor: J0k3r moebius282 e4a t gmail D0_T com
+# Contributor: Alois Nespor alois.nes...@gmail.com
+# Contributor: JerichoKru   jerichokru(AT)hotmail.com
+
+pkgname=pragha
+pkgver=1.1.2
+pkgrel=2
+pkgdesc=A lightweight GTK+ music manager - fork of Consonance Music Manager.
+arch=('i686' 'x86_64')
+url=http://pragha.wikispaces.com/;
+license=('GPL3')
+depends=('libnotify' 'libcdio-paranoia' 'gst-plugins-base'
+ 'taglib' 'hicolor-icon-theme'  'gtk2'
+ 'dbus-glib' 'sqlite' 'desktop-file-utils'
+ 'libclastfm')
+optdepends=('notification-daemon: OSD notification'
+'gst-plugins-good: A collection of gstreamer codecs'
+'gst-plugins-bad: A collection of gstreamer codecs'
+'gst-plugins-ugly: A collection of gstreamer codecs')
+makedepends=('intltool')
+replaces=('dissonance')
+install=pragha.install
+source=(http://dissonance.googlecode.com/files/pragha-$pkgver.tar.bz2;)
+sha1sums=('3e6456275a216110bd6942b2dc19b1120f4d14e5')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  LIBS+=-ldbus-glib-1  \
+./configure --prefix=/usr \
+--with-gstreamer=1.0 \
+CPPFLAGS=-DHAVE_PARANOIA_NEW_INCLUDES
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+
+  install -m 644 data/$pkgname.desktop $pkgdir/usr/share/applications
+  install -d $pkgdir/usr/share/pixmaps
+  install -m 644 data/$pkgname.png $pkgdir/usr/share/pixmaps/
+  install -m 644 data/$pkgname.1 $pkgdir/usr/share/man/man1/
+
+}
+
+# vim:ts=2:sw=2:expandtab
+

Deleted: community-i686/cdio-includes.patch

[arch-commits] Commit in pragha/trunk (PKGBUILD cdio-includes.patch)

2013-07-24 Thread Thorsten Töpper
Date: Wednesday, July 24, 2013 @ 21:06:33
  Author: ttoepper
Revision: 94431

upgpkg: pragha 1.1.2-2

* Switch to gstreamer from 0.10 to 1 thanks to J0k3r for the hint.

Modified:
  pragha/trunk/PKGBUILD
Deleted:
  pragha/trunk/cdio-includes.patch

-+
 PKGBUILD|   25 ++---
 cdio-includes.patch |   11 ---
 2 files changed, 14 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-24 18:17:32 UTC (rev 94430)
+++ PKGBUILD2013-07-24 19:06:33 UTC (rev 94431)
@@ -1,34 +1,37 @@
 # $Id$
 # Maintainer: Thorsten Töpper atsutane...@freethoughts.de
+# Contributor: J0k3r moebius282 e4a t gmail D0_T com
 # Contributor: Alois Nespor alois.nes...@gmail.com
-# Contributor: JerichoKru   jerichokru(AT)htomail.com
+# Contributor: JerichoKru   jerichokru(AT)hotmail.com
 
 pkgname=pragha
 pkgver=1.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc=A lightweight GTK+ music manager - fork of Consonance Music Manager.
 arch=('i686' 'x86_64')
 url=http://pragha.wikispaces.com/;
 license=('GPL3')
-depends=('libnotify' 'libcdio-paranoia' 'gstreamer0.10-base'
+depends=('libnotify' 'libcdio-paranoia' 'gst-plugins-base'
  'taglib' 'hicolor-icon-theme'  'gtk2'
  'dbus-glib' 'sqlite' 'desktop-file-utils'
  'libclastfm')
-optdepends=('notification-daemon: OSD notification')
+optdepends=('notification-daemon: OSD notification'
+'gst-plugins-good: A collection of gstreamer codecs'
+'gst-plugins-bad: A collection of gstreamer codecs'
+'gst-plugins-ugly: A collection of gstreamer codecs')
 makedepends=('intltool')
 replaces=('dissonance')
 install=pragha.install
-source=(http://dissonance.googlecode.com/files/pragha-$pkgver.tar.bz2;
-cdio-includes.patch)
-sha1sums=('3e6456275a216110bd6942b2dc19b1120f4d14e5'
-  '83b366be516b4c09dbccbb25b473f2de545bdbe8')
+source=(http://dissonance.googlecode.com/files/pragha-$pkgver.tar.bz2;)
+sha1sums=('3e6456275a216110bd6942b2dc19b1120f4d14e5')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
 
-  patch -Np1 -i $srcdir/cdio-includes.patch
-
-  LIBS+=-ldbus-glib-1  ./configure --prefix=/usr
+  LIBS+=-ldbus-glib-1  \
+./configure --prefix=/usr \
+--with-gstreamer=1.0 \
+CPPFLAGS=-DHAVE_PARANOIA_NEW_INCLUDES
   make
 }
 

Deleted: cdio-includes.patch
===
--- cdio-includes.patch 2013-07-24 18:17:32 UTC (rev 94430)
+++ cdio-includes.patch 2013-07-24 19:06:33 UTC (rev 94431)
@@ -1,11 +0,0 @@
 a/src/cdda.h.orig  2013-02-16 23:13:47.0 +0100
-+++ b/src/cdda.h   2013-06-02 21:07:50.473864563 +0200
-@@ -24,7 +24,7 @@
- #ifdef HAVE_PARANOIA_NEW_INCLUDES
-#include cdio/paranoia/cdda.h
- #else
--   #include cdio/cdda.h
-+   #include cdio/paranoia/cdda.h
-#ifdef __CDIO_CONFIG_H__
-   #include cdio/cdio_unconfig.h
-#endif



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

2013-07-24 Thread Eric Bélanger
Date: Wednesday, July 24, 2013 @ 22:02:25
  Author: eric
Revision: 191373

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

Added:
  fvwm/repos/extra-i686/PKGBUILD
(from rev 191372, fvwm/trunk/PKGBUILD)
  fvwm/repos/extra-i686/fvwm.desktop
(from rev 191372, fvwm/trunk/fvwm.desktop)
  fvwm/repos/extra-x86_64/PKGBUILD
(from rev 191372, fvwm/trunk/PKGBUILD)
  fvwm/repos/extra-x86_64/fvwm.desktop
(from rev 191372, fvwm/trunk/fvwm.desktop)
Deleted:
  fvwm/repos/extra-i686/PKGBUILD
  fvwm/repos/extra-i686/fvwm.desktop
  fvwm/repos/extra-x86_64/PKGBUILD
  fvwm/repos/extra-x86_64/fvwm.desktop

---+
 /PKGBUILD |   64 
 /fvwm.desktop |   14 +
 extra-i686/PKGBUILD   |   30 
 extra-i686/fvwm.desktop   |7 
 extra-x86_64/PKGBUILD |   30 
 extra-x86_64/fvwm.desktop |7 
 6 files changed, 78 insertions(+), 74 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-24 19:59:32 UTC (rev 191372)
+++ extra-i686/PKGBUILD 2013-07-24 20:02:25 UTC (rev 191373)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=fvwm
-pkgver=2.6.5
-pkgrel=2
-pkgdesc=A multiple large virtual desktop window manager originally derived 
from twm
-arch=('i686' 'x86_64')
-url=http://www.fvwm.org;
-license=('GPL' 'custom')
-depends=('imlib' 'fribidi' 'perl' 'libstroke' 'libxpm' 'librsvg' 'libxinerama' 
'libxcursor')
-makedepends=('libxslt')
-options=('!emptydirs' '!makeflags')
-source=(ftp://ftp.fvwm.org/pub/fvwm/version-${pkgver%%.*}/${pkgname}-${pkgver}.tar.bz2
 fvwm.desktop)
-sha1sums=('c4cf96df65817d501b41c6fd79cf22658dd516a8'
-  '6fd8fd767f32f88cc8b4743a2ba49bcfcdb32bcb')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib 
--with-stroke-library
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -D -m644 
sample.fvwmrc/{decor_examples,DecorMwm,DecorWin95,new-features,system.*} 
${pkgdir}/usr/share/doc/fvwm
-  install -D -m644 ../fvwm.desktop ${pkgdir}/usr/share/xsessions/fvwm.desktop
-  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: fvwm/repos/extra-i686/PKGBUILD (from rev 191372, fvwm/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-24 20:02:25 UTC (rev 191373)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=fvwm
+pkgver=2.6.5
+pkgrel=3
+pkgdesc=A multiple large virtual desktop window manager originally derived 
from twm
+arch=('i686' 'x86_64')
+url=http://www.fvwm.org;
+license=('GPL' 'custom')
+depends=('imlib' 'fribidi' 'perl' 'libstroke' 'libxpm' 'librsvg' 'libxinerama' 
'libxcursor')
+makedepends=('libxslt')
+optdepends=('perl-tk: for ClickToFocus support'
+'perl-x11-protocol: for ClickToFocus support')
+options=('!emptydirs' '!makeflags')
+source=(ftp://ftp.fvwm.org/pub/fvwm/version-${pkgver%%.*}/${pkgname}-${pkgver}.tar.bz2
 fvwm.desktop)
+sha1sums=('c4cf96df65817d501b41c6fd79cf22658dd516a8'
+  '6fd8fd767f32f88cc8b4743a2ba49bcfcdb32bcb')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib 
--with-stroke-library
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 
sample.fvwmrc/{decor_examples,DecorMwm,DecorWin95,new-features,system.*} 
${pkgdir}/usr/share/doc/fvwm
+  install -D -m644 ../fvwm.desktop ${pkgdir}/usr/share/xsessions/fvwm.desktop
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: extra-i686/fvwm.desktop
===
--- extra-i686/fvwm.desktop 2013-07-24 19:59:32 UTC (rev 191372)
+++ extra-i686/fvwm.desktop 2013-07-24 20:02:25 UTC (rev 191373)
@@ -1,7 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=FVWM
-Comment=The fvwm window manager
-Type=XSession
-Exec=/usr/bin/fvwm
-TryExec=/usr/bin/fvwm

Copied: fvwm/repos/extra-i686/fvwm.desktop (from rev 191372, 
fvwm/trunk/fvwm.desktop)
===
--- extra-i686/fvwm.desktop (rev 0)
+++ extra-i686/fvwm.desktop 2013-07-24 20:02:25 UTC (rev 191373)
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=FVWM
+Comment=The fvwm window manager
+Type=XSession
+Exec=/usr/bin/fvwm
+TryExec=/usr/bin/fvwm

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-07-24 19:59:32 UTC (rev 191372)
+++ extra-x86_64/PKGBUILD   2013-07-24 20:02:25 UTC (rev 191373)
@@ -1,30 +0,0 @@
-# $Id$
-# 

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

2013-07-24 Thread Eric Bélanger
Date: Wednesday, July 24, 2013 @ 21:59:32
  Author: eric
Revision: 191372

upgpkg: fvwm 2.6.5-3

Add optdepends for ClickToFocus (close FS#36172)

Modified:
  fvwm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-24 12:37:22 UTC (rev 191371)
+++ PKGBUILD2013-07-24 19:59:32 UTC (rev 191372)
@@ -3,13 +3,15 @@
 
 pkgname=fvwm
 pkgver=2.6.5
-pkgrel=2
+pkgrel=3
 pkgdesc=A multiple large virtual desktop window manager originally derived 
from twm
 arch=('i686' 'x86_64')
 url=http://www.fvwm.org;
 license=('GPL' 'custom')
 depends=('imlib' 'fribidi' 'perl' 'libstroke' 'libxpm' 'librsvg' 'libxinerama' 
'libxcursor')
 makedepends=('libxslt')
+optdepends=('perl-tk: for ClickToFocus support'
+'perl-x11-protocol: for ClickToFocus support')
 options=('!emptydirs' '!makeflags')
 
source=(ftp://ftp.fvwm.org/pub/fvwm/version-${pkgver%%.*}/${pkgname}-${pkgver}.tar.bz2
 fvwm.desktop)
 sha1sums=('c4cf96df65817d501b41c6fd79cf22658dd516a8'



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

2013-07-24 Thread Eric Bélanger
Date: Wednesday, July 24, 2013 @ 23:41:22
  Author: eric
Revision: 191375

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

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

--+
 /PKGBUILD|   80 +
 /twisted.install |   22 +++
 extra-i686/PKGBUILD  |   40 
 extra-i686/twisted.install   |   11 -
 extra-x86_64/PKGBUILD|   40 
 extra-x86_64/twisted.install |   11 -
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-24 21:40:54 UTC (rev 191374)
+++ extra-i686/PKGBUILD 2013-07-24 21:41:22 UTC (rev 191375)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Juergen Hoetzel juer...@archlinux.org
-# Contributor:  Douglas Soares de Andrade doug...@archlinux.org
-
-pkgname=twisted
-pkgver=13.0.0
-pkgrel=1
-pkgdesc=Asynchronous networking framework written in Python
-arch=('i686' 'x86_64')
-url=http://twistedmatrix.com/;
-license=('MIT')
-depends=('python2-crypto' 'python2-zope-interface')
-optdepends=('python2-pyopenssl'
-'python2-soappy: for twisted.web.soap'
-   'python2-pyasn1: for using conch'
-   'pygtk: for using manhole'
-   'tk: for using tkconch')
-install=twisted.install
-source=(http://twistedmatrix.com/Releases/Twisted/${pkgver%.*}/Twisted-$pkgver.tar.bz2)
-sha1sums=('5c66a4f231a5f3e17860a41498ac80e76a156dca')
-
-prepare() {
-cd Twisted-$pkgver
-sed -i 's:^#!.*bin.*python:#!/usr/bin/python2:' \
-  twisted/python/test/pullpipe.py \
-  twisted/mail/test/pop3testserver.py \
-  twisted/trial/test/scripttest.py
-}
-
-build() {
-cd Twisted-$pkgver
-python2 setup.py build
-}
-
-package() {
-cd Twisted-$pkgver
-python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
-install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: twisted/repos/extra-i686/PKGBUILD (from rev 191374, 
twisted/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-24 21:41:22 UTC (rev 191375)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Juergen Hoetzel juer...@archlinux.org
+# Contributor:  Douglas Soares de Andrade doug...@archlinux.org
+
+pkgname=twisted
+pkgver=13.1.0
+pkgrel=1
+pkgdesc=Asynchronous networking framework written in Python
+arch=('i686' 'x86_64')
+url=http://twistedmatrix.com/;
+license=('MIT')
+depends=('python2-crypto' 'python2-zope-interface')
+optdepends=('python2-pyopenssl'
+'python2-soappy: for twisted.web.soap'
+   'python2-pyasn1: for using conch'
+   'pygtk: for using manhole'
+   'tk: for using tkconch')
+install=twisted.install
+source=(http://twistedmatrix.com/Releases/Twisted/${pkgver%.*}/Twisted-$pkgver.tar.bz2)
+sha1sums=('7f6e07b8098b248157ac26378fafa9e018f279a7')
+
+prepare() {
+cd Twisted-$pkgver
+sed -i 's:^#!.*bin.*python:#!/usr/bin/python2:' \
+  twisted/python/test/pullpipe.py \
+  twisted/mail/test/pop3testserver.py \
+  twisted/trial/test/scripttest.py
+}
+
+build() {
+cd Twisted-$pkgver
+python2 setup.py build
+}
+
+package() {
+cd Twisted-$pkgver
+python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
+install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: extra-i686/twisted.install
===
--- extra-i686/twisted.install  2013-07-24 21:40:54 UTC (rev 191374)
+++ extra-i686/twisted.install  2013-07-24 21:41:22 UTC (rev 191375)
@@ -1,11 +0,0 @@
-post_install() {
-  python2 -c 'from twisted.plugin import IPlugin, getPlugins; 
list(getPlugins(IPlugin))' /dev/null 21 || return 1
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  find /usr/lib/python2.7/site-packages/twisted/plugins -name dropin.cache | 
xargs -r rm -f
-}

Copied: twisted/repos/extra-i686/twisted.install (from rev 191374, 
twisted/trunk/twisted.install)
===
--- extra-i686/twisted.install  (rev 0)
+++ extra-i686/twisted.install  2013-07-24 21:41:22 UTC (rev 191375)
@@ -0,0 +1,11 

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

2013-07-24 Thread Eric Bélanger
Date: Wednesday, July 24, 2013 @ 23:40:54
  Author: eric
Revision: 191374

upgpkg: twisted 13.1.0-1

Upstream update

Modified:
  twisted/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-24 20:02:25 UTC (rev 191373)
+++ PKGBUILD2013-07-24 21:40:54 UTC (rev 191374)
@@ -4,7 +4,7 @@
 # Contributor:  Douglas Soares de Andrade doug...@archlinux.org
 
 pkgname=twisted
-pkgver=13.0.0
+pkgver=13.1.0
 pkgrel=1
 pkgdesc=Asynchronous networking framework written in Python
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
'tk: for using tkconch')
 install=twisted.install
 
source=(http://twistedmatrix.com/Releases/Twisted/${pkgver%.*}/Twisted-$pkgver.tar.bz2)
-sha1sums=('5c66a4f231a5f3e17860a41498ac80e76a156dca')
+sha1sums=('7f6e07b8098b248157ac26378fafa9e018f279a7')
 
 prepare() {
 cd Twisted-$pkgver



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

2013-07-24 Thread Eric Bélanger
Date: Thursday, July 25, 2013 @ 00:04:29
  Author: eric
Revision: 191376

upgpkg: perl-dbi 1.628-1

Upstream update, Fix url

Modified:
  perl-dbi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-24 21:41:22 UTC (rev 191375)
+++ PKGBUILD2013-07-24 22:04:29 UTC (rev 191376)
@@ -2,16 +2,16 @@
 # Maintainer:
 
 pkgname=perl-dbi
-pkgver=1.627
+pkgver=1.628
 pkgrel=1
 pkgdesc=Database independent interface for Perl
 arch=('i686' 'x86_64')
 license=('GPL' 'PerlArtistic')
-url=http://search.cpan.org/dist/${_realname}/;
+url=http://search.cpan.org/dist/DBI/;
 depends=('perl')
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/T/TI/TIMB/DBI-${pkgver}.tar.gz)
-md5sums=('aab49be51b0f4867a1894145b023d2c5')
+md5sums=('4273f8cc6ee3979ce448c7eb3f8a6a5a')
 
 build() {
   cd DBI-${pkgver}



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

2013-07-24 Thread Eric Bélanger
Date: Thursday, July 25, 2013 @ 00:05:06
  Author: eric
Revision: 191377

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

Added:
  perl-dbi/repos/extra-i686/PKGBUILD
(from rev 191376, perl-dbi/trunk/PKGBUILD)
  perl-dbi/repos/extra-x86_64/PKGBUILD
(from rev 191376, perl-dbi/trunk/PKGBUILD)
Deleted:
  perl-dbi/repos/extra-i686/PKGBUILD
  perl-dbi/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-24 22:04:29 UTC (rev 191376)
+++ extra-i686/PKGBUILD 2013-07-24 22:05:06 UTC (rev 191377)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:
-
-pkgname=perl-dbi
-pkgver=1.627
-pkgrel=1
-pkgdesc=Database independent interface for Perl
-arch=('i686' 'x86_64')
-license=('GPL' 'PerlArtistic')
-url=http://search.cpan.org/dist/${_realname}/;
-depends=('perl')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/T/TI/TIMB/DBI-${pkgver}.tar.gz)
-md5sums=('aab49be51b0f4867a1894145b023d2c5')
-
-build() {
-  cd DBI-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd DBI-${pkgver}
-  make test
-}
-
-package() {
-  cd DBI-${pkgver}
-  make install DESTDIR=${pkgdir}
-}

Copied: perl-dbi/repos/extra-i686/PKGBUILD (from rev 191376, 
perl-dbi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-24 22:05:06 UTC (rev 191377)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:
+
+pkgname=perl-dbi
+pkgver=1.628
+pkgrel=1
+pkgdesc=Database independent interface for Perl
+arch=('i686' 'x86_64')
+license=('GPL' 'PerlArtistic')
+url=http://search.cpan.org/dist/DBI/;
+depends=('perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/T/TI/TIMB/DBI-${pkgver}.tar.gz)
+md5sums=('4273f8cc6ee3979ce448c7eb3f8a6a5a')
+
+build() {
+  cd DBI-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd DBI-${pkgver}
+  make test
+}
+
+package() {
+  cd DBI-${pkgver}
+  make install DESTDIR=${pkgdir}
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-07-24 22:04:29 UTC (rev 191376)
+++ extra-x86_64/PKGBUILD   2013-07-24 22:05:06 UTC (rev 191377)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:
-
-pkgname=perl-dbi
-pkgver=1.627
-pkgrel=1
-pkgdesc=Database independent interface for Perl
-arch=('i686' 'x86_64')
-license=('GPL' 'PerlArtistic')
-url=http://search.cpan.org/dist/${_realname}/;
-depends=('perl')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/T/TI/TIMB/DBI-${pkgver}.tar.gz)
-md5sums=('aab49be51b0f4867a1894145b023d2c5')
-
-build() {
-  cd DBI-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd DBI-${pkgver}
-  make test
-}
-
-package() {
-  cd DBI-${pkgver}
-  make install DESTDIR=${pkgdir}
-}

Copied: perl-dbi/repos/extra-x86_64/PKGBUILD (from rev 191376, 
perl-dbi/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-07-24 22:05:06 UTC (rev 191377)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:
+
+pkgname=perl-dbi
+pkgver=1.628
+pkgrel=1
+pkgdesc=Database independent interface for Perl
+arch=('i686' 'x86_64')
+license=('GPL' 'PerlArtistic')
+url=http://search.cpan.org/dist/DBI/;
+depends=('perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/T/TI/TIMB/DBI-${pkgver}.tar.gz)
+md5sums=('4273f8cc6ee3979ce448c7eb3f8a6a5a')
+
+build() {
+  cd DBI-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd DBI-${pkgver}
+  make test
+}
+
+package() {
+  cd DBI-${pkgver}
+  make install DESTDIR=${pkgdir}
+}



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

2013-07-24 Thread Felix Yan
Date: Thursday, July 25, 2013 @ 05:34:32
  Author: fyan
Revision: 94433

upgpkg: pep8 1.4.6-2

Added:
  pep8/
Modified:
  pep8/trunk/PKGBUILD
Deleted:
  pep8-python2/

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

Modified: pep8/trunk/PKGBUILD
===
--- pep8-python2/trunk/PKGBUILD 2013-07-24 13:36:46 UTC (rev 94423)
+++ pep8/trunk/PKGBUILD 2013-07-25 03:34:32 UTC (rev 94433)
@@ -3,29 +3,29 @@
 # Contributor: Ismael Carnales icarnales at gmail dot com
 # Contributor: Sergey Mastykov smastykov[at]gmail[dot]com
 
-_realname=pep8
-pkgname=($_realname-python2 $_realname-python3)
+pkgbase=pep8
+pkgname=($pkgbase-python2 $pkgbase-python3)
 pkgver=1.4.6
-pkgrel=1
+pkgrel=2
 pkgdesc=Python style guide checker
 arch=('any')
 url=http://github.com/jcrocholl/pep8/;
 license=('custom:Expat')
 makedepends=('python-distribute' 'python2-distribute')
-source=(https://github.com/jcrocholl/$_realname/archive/${pkgver}.tar.gz;)
+source=(https://github.com/jcrocholl/$pkgbase/archive/${pkgver}.tar.gz;)
 
 build() {
   cd $srcdir
-  cp -r $_realname-$pkgver $_realname-$pkgver-python2
+  cp -r $pkgbase-$pkgver $pkgbase-$pkgver-python2
 }
 
 package_pep8-python2() {
-  depends=('python2')
+  depends=('python2' 'python2-distribute')
   provides=('pep8')
   conflicts=('pep8')
   replaces=('pep8')
   
-  cd $srcdir/$_realname-$pkgver-python2
+  cd $srcdir/$pkgbase-$pkgver-python2
   python2 setup.py install --prefix=/usr --root=$pkgdir/
   mv $pkgdir/usr/bin/pep8 $pkgdir/usr/bin/pep8-python2
 
@@ -33,9 +33,9 @@
 }
 
 package_pep8-python3() {
-  depends=('python3')
+  depends=('python3' 'python-distribute')
   
-  cd $srcdir/$_realname-$pkgver
+  cd $srcdir/$pkgbase-$pkgver
   python3 setup.py install --prefix=/usr --root=$pkgdir/
 
   install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE



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

2013-07-24 Thread Felix Yan
Date: Thursday, July 25, 2013 @ 05:35:57
  Author: fyan
Revision: 94434

archrelease: copy trunk to community-any

Added:
  pep8/repos/community-any/PKGBUILD
(from rev 94433, pep8/trunk/PKGBUILD)
Deleted:
  pep8/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-25 03:34:32 UTC (rev 94433)
+++ PKGBUILD2013-07-25 03:35:57 UTC (rev 94434)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Ismael Carnales icarnales at gmail dot com
-# Contributor: Sergey Mastykov smastykov[at]gmail[dot]com
-
-_realname=pep8
-pkgname=($_realname-python2 $_realname-python3)
-pkgver=1.4.6
-pkgrel=1
-pkgdesc=Python style guide checker
-arch=('any')
-url=http://github.com/jcrocholl/pep8/;
-license=('custom:Expat')
-makedepends=('python-distribute' 'python2-distribute')
-source=(https://github.com/jcrocholl/$_realname/archive/${pkgver}.tar.gz;)
-
-build() {
-  cd $srcdir
-  cp -r $_realname-$pkgver $_realname-$pkgver-python2
-}
-
-package_pep8-python2() {
-  depends=('python2')
-  provides=('pep8')
-  conflicts=('pep8')
-  replaces=('pep8')
-  
-  cd $srcdir/$_realname-$pkgver-python2
-  python2 setup.py install --prefix=/usr --root=$pkgdir/
-  mv $pkgdir/usr/bin/pep8 $pkgdir/usr/bin/pep8-python2
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_pep8-python3() {
-  depends=('python3')
-  
-  cd $srcdir/$_realname-$pkgver
-  python3 setup.py install --prefix=/usr --root=$pkgdir/
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:
-md5sums=('34915081522a936d3bab54b898aabd4f')

Copied: pep8/repos/community-any/PKGBUILD (from rev 94433, pep8/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-25 03:35:57 UTC (rev 94434)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Ismael Carnales icarnales at gmail dot com
+# Contributor: Sergey Mastykov smastykov[at]gmail[dot]com
+
+pkgbase=pep8
+pkgname=($pkgbase-python2 $pkgbase-python3)
+pkgver=1.4.6
+pkgrel=2
+pkgdesc=Python style guide checker
+arch=('any')
+url=http://github.com/jcrocholl/pep8/;
+license=('custom:Expat')
+makedepends=('python-distribute' 'python2-distribute')
+source=(https://github.com/jcrocholl/$pkgbase/archive/${pkgver}.tar.gz;)
+
+build() {
+  cd $srcdir
+  cp -r $pkgbase-$pkgver $pkgbase-$pkgver-python2
+}
+
+package_pep8-python2() {
+  depends=('python2' 'python2-distribute')
+  provides=('pep8')
+  conflicts=('pep8')
+  replaces=('pep8')
+  
+  cd $srcdir/$pkgbase-$pkgver-python2
+  python2 setup.py install --prefix=/usr --root=$pkgdir/
+  mv $pkgdir/usr/bin/pep8 $pkgdir/usr/bin/pep8-python2
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_pep8-python3() {
+  depends=('python3' 'python-distribute')
+  
+  cd $srcdir/$pkgbase-$pkgver
+  python3 setup.py install --prefix=/usr --root=$pkgdir/
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:
+md5sums=('34915081522a936d3bab54b898aabd4f')