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

2013-05-22 Thread Jakob Gruber
Date: Wednesday, May 22, 2013 @ 08:00:11
  Author: schuay
Revision: 91408

mcomix 1.00-2

Modified:
  mcomix/trunk/PKGBUILD
  mcomix/trunk/mcomix.install

+
 PKGBUILD   |6 +++---
 mcomix.install |   10 --
 2 files changed, 7 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-22 04:40:33 UTC (rev 91407)
+++ PKGBUILD2013-05-22 06:00:11 UTC (rev 91408)
@@ -4,14 +4,14 @@
 
 pkgname=mcomix
 pkgver=1.00
-pkgrel=1
+pkgrel=2
 pkgdesc=A user-friendly, customizable image viewer specifically designed to 
handle comic books
 arch=('any')
 url=http://sourceforge.net/projects/mcomix/;
 license=('GPL')
 depends=('pygtk' 'python-imaging' 'xdg-utils' 'python2' \
- 'desktop-file-utils' 'hicolor-icon-theme' 'python2-distribute')
-makedepends=('gettext' 'intltool')
+ 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('gettext' 'intltool' 'python2-distribute')
 optdepends=('unrar: for rar compressed comics')
 conflicts=('comix')
 replaces=('comix')

Modified: mcomix.install
===
--- mcomix.install  2013-05-22 04:40:33 UTC (rev 91407)
+++ mcomix.install  2013-05-22 06:00:11 UTC (rev 91408)
@@ -1,13 +1,12 @@
 pkgname=mcomix
 
 post_install() {
-  if [ -f usr/bin/xdg-icon-resource ]; then
-  xdg-icon-resource forceupdate
-  fi
   if [ -f usr/sbin/gconfpkg ]; then
   usr/sbin/gconfpkg --install ${pkgname}
   fi
+  xdg-icon-resource forceupdate
   update-desktop-database -q
+  update-mime-database usr/share/mime
 }
 
 pre_upgrade() {
@@ -25,8 +24,7 @@
 }
 
 post_remove() {
-  if [ -f usr/bin/xdg-icon-resource ]; then
-  xdg-icon-resource forceupdate
-  fi
+  xdg-icon-resource forceupdate
   update-desktop-database -q
+  update-mime-database usr/share/mime
 }



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

2013-05-22 Thread Jakob Gruber
Date: Wednesday, May 22, 2013 @ 08:00:23
  Author: schuay
Revision: 91409

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |   90 +++
 mcomix.install |   62 ++---
 2 files changed, 75 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-22 06:00:11 UTC (rev 91408)
+++ PKGBUILD2013-05-22 06:00:23 UTC (rev 91409)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: schuay jakob.gru...@gmail.com
-# Contributor: Ray Powell ray...@xphoniexx.net
-
-pkgname=mcomix
-pkgver=1.00
-pkgrel=1
-pkgdesc=A user-friendly, customizable image viewer specifically designed to 
handle comic books
-arch=('any')
-url=http://sourceforge.net/projects/mcomix/;
-license=('GPL')
-depends=('pygtk' 'python-imaging' 'xdg-utils' 'python2' \
- 'desktop-file-utils' 'hicolor-icon-theme' 'python2-distribute')
-makedepends=('gettext' 'intltool')
-optdepends=('unrar: for rar compressed comics')
-conflicts=('comix')
-replaces=('comix')
-install='mcomix.install'
-source=(http://downloads.sourceforge.net/project/mcomix/MComix-${pkgver}/mcomix-${pkgver}.tar.bz2;)
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # python2 fix
-  for file in $(grep -Rl /usr/bin/env python .);
-  do
-sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
-  done
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  export PYTHONPATH=${pkgdir}/usr/lib/python2.7/site-packages/
-  mkdir -p $PYTHONPATH
-
-  python2 setup.py install --prefix=/usr --optimize=1 \
---single-version-externally-managed --root=${pkgdir}
-
-  install -Dm755 mime/comicthumb ${pkgdir}/usr/bin/comicthumb
-  install -Dm644 mime/comicthumb.1.gz 
${pkgdir}/usr/share/man/man1/comicthumb.1.gz
-  install -Dm644 mime/comicbook.schemas 
${pkgdir}/usr/share/gconf/schemas/mcomix.schemas
-}
-
-md5sums=('3a916dd9da17043ab59ccd17e26eb932')

Copied: mcomix/repos/community-any/PKGBUILD (from rev 91408, 
mcomix/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-22 06:00:23 UTC (rev 91409)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: schuay jakob.gru...@gmail.com
+# Contributor: Ray Powell ray...@xphoniexx.net
+
+pkgname=mcomix
+pkgver=1.00
+pkgrel=2
+pkgdesc=A user-friendly, customizable image viewer specifically designed to 
handle comic books
+arch=('any')
+url=http://sourceforge.net/projects/mcomix/;
+license=('GPL')
+depends=('pygtk' 'python-imaging' 'xdg-utils' 'python2' \
+ 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('gettext' 'intltool' 'python2-distribute')
+optdepends=('unrar: for rar compressed comics')
+conflicts=('comix')
+replaces=('comix')
+install='mcomix.install'
+source=(http://downloads.sourceforge.net/project/mcomix/MComix-${pkgver}/mcomix-${pkgver}.tar.bz2;)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # python2 fix
+  for file in $(grep -Rl /usr/bin/env python .);
+  do
+sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
+  done
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  export PYTHONPATH=${pkgdir}/usr/lib/python2.7/site-packages/
+  mkdir -p $PYTHONPATH
+
+  python2 setup.py install --prefix=/usr --optimize=1 \
+--single-version-externally-managed --root=${pkgdir}
+
+  install -Dm755 mime/comicthumb ${pkgdir}/usr/bin/comicthumb
+  install -Dm644 mime/comicthumb.1.gz 
${pkgdir}/usr/share/man/man1/comicthumb.1.gz
+  install -Dm644 mime/comicbook.schemas 
${pkgdir}/usr/share/gconf/schemas/mcomix.schemas
+}
+
+md5sums=('3a916dd9da17043ab59ccd17e26eb932')

Deleted: mcomix.install
===
--- mcomix.install  2013-05-22 06:00:11 UTC (rev 91408)
+++ mcomix.install  2013-05-22 06:00:23 UTC (rev 91409)
@@ -1,32 +0,0 @@
-pkgname=mcomix
-
-post_install() {
-  if [ -f usr/bin/xdg-icon-resource ]; then
-  xdg-icon-resource forceupdate
-  fi
-  if [ -f usr/sbin/gconfpkg ]; then
-  usr/sbin/gconfpkg --install ${pkgname}
-  fi
-  update-desktop-database -q
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  if [ -f usr/sbin/gconfpkg ]; then
-  usr/sbin/gconfpkg --uninstall ${pkgname}
-  fi
-}
-
-post_remove() {
-  if [ -f usr/bin/xdg-icon-resource ]; then
-  xdg-icon-resource forceupdate
-  fi
-  update-desktop-database -q
-}

Copied: mcomix/repos/community-any/mcomix.install (from rev 91408, 
mcomix/trunk/mcomix.install)
===
--- mcomix.install   

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

2013-05-22 Thread Andrea Scarpino
Date: Wednesday, May 22, 2013 @ 08:00:35
  Author: andrea
Revision: 186210

upgpkg: kdevelop-python 1.5.1-1

Upstream release

Modified:
  kdevelop-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-22 05:54:39 UTC (rev 186209)
+++ PKGBUILD2013-05-22 06:00:35 UTC (rev 186210)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=kdevelop-python
-pkgver=1.5.0
+pkgver=1.5.1
 pkgrel=1
 pkgdesc=Python language and documentation plugin for KDevelop
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('kdevelop')
 makedepends=('cmake' 'automoc4' 'kdevelop-pg-qt')
 
source=(http://download.kde.org/stable/kdevelop/kdev-python/${pkgver}/src/kdev-python-v${pkgver}.tar.bz2;)
-sha1sums=('fb9af112910c5655ce52bf9cfef19bacbab4f62f')
+sha1sums=('accc8950a380e663bcfe3f51e4e5a6653ff8c146')
 
 build() {
   mkdir build



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

2013-05-22 Thread Andrea Scarpino
Date: Wednesday, May 22, 2013 @ 08:00:43
  Author: andrea
Revision: 186211

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

Added:
  kdevelop-python/repos/extra-i686/PKGBUILD
(from rev 186210, kdevelop-python/trunk/PKGBUILD)
  kdevelop-python/repos/extra-x86_64/PKGBUILD
(from rev 186210, kdevelop-python/trunk/PKGBUILD)
Deleted:
  kdevelop-python/repos/extra-i686/PKGBUILD
  kdevelop-python/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-22 06:00:35 UTC (rev 186210)
+++ extra-i686/PKGBUILD 2013-05-22 06:00:43 UTC (rev 186211)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdevelop-python
-pkgver=1.5.0
-pkgrel=1
-pkgdesc=Python language and documentation plugin for KDevelop
-arch=('i686' 'x86_64')
-url=http://www.kdevelop.org/;
-license=('GPL')
-depends=('kdevelop')
-makedepends=('cmake' 'automoc4' 'kdevelop-pg-qt')
-source=(http://download.kde.org/stable/kdevelop/kdev-python/${pkgver}/src/kdev-python-v${pkgver}.tar.bz2;)
-sha1sums=('fb9af112910c5655ce52bf9cfef19bacbab4f62f')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kdev-python-v${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
-  
${pkgdir}/usr/share/apps/kdevpythonsupport/encodings/encodings/rot_13.py
-}

Copied: kdevelop-python/repos/extra-i686/PKGBUILD (from rev 186210, 
kdevelop-python/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-22 06:00:43 UTC (rev 186211)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdevelop-python
+pkgver=1.5.1
+pkgrel=1
+pkgdesc=Python language and documentation plugin for KDevelop
+arch=('i686' 'x86_64')
+url=http://www.kdevelop.org/;
+license=('GPL')
+depends=('kdevelop')
+makedepends=('cmake' 'automoc4' 'kdevelop-pg-qt')
+source=(http://download.kde.org/stable/kdevelop/kdev-python/${pkgver}/src/kdev-python-v${pkgver}.tar.bz2;)
+sha1sums=('accc8950a380e663bcfe3f51e4e5a6653ff8c146')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdev-python-v${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+  
${pkgdir}/usr/share/apps/kdevpythonsupport/encodings/encodings/rot_13.py
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-22 06:00:35 UTC (rev 186210)
+++ extra-x86_64/PKGBUILD   2013-05-22 06:00:43 UTC (rev 186211)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdevelop-python
-pkgver=1.5.0
-pkgrel=1
-pkgdesc=Python language and documentation plugin for KDevelop
-arch=('i686' 'x86_64')
-url=http://www.kdevelop.org/;
-license=('GPL')
-depends=('kdevelop')
-makedepends=('cmake' 'automoc4' 'kdevelop-pg-qt')
-source=(http://download.kde.org/stable/kdevelop/kdev-python/${pkgver}/src/kdev-python-v${pkgver}.tar.bz2;)
-sha1sums=('fb9af112910c5655ce52bf9cfef19bacbab4f62f')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kdev-python-v${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
-  
${pkgdir}/usr/share/apps/kdevpythonsupport/encodings/encodings/rot_13.py
-}

Copied: kdevelop-python/repos/extra-x86_64/PKGBUILD (from rev 186210, 
kdevelop-python/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-05-22 06:00:43 UTC (rev 186211)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdevelop-python
+pkgver=1.5.1
+pkgrel=1
+pkgdesc=Python language and documentation plugin for KDevelop
+arch=('i686' 'x86_64')
+url=http://www.kdevelop.org/;
+license=('GPL')
+depends=('kdevelop')
+makedepends=('cmake' 'automoc4' 'kdevelop-pg-qt')
+source=(http://download.kde.org/stable/kdevelop/kdev-python/${pkgver}/src/kdev-python-v${pkgver}.tar.bz2;)
+sha1sums=('accc8950a380e663bcfe3f51e4e5a6653ff8c146')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdev-python-v${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+

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

2013-05-22 Thread Jakob Gruber
Date: Wednesday, May 22, 2013 @ 08:13:26
  Author: schuay
Revision: 91410

puzzles-9840-1

Modified:
  puzzles/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-22 06:00:23 UTC (rev 91409)
+++ PKGBUILD2013-05-22 06:13:26 UTC (rev 91410)
@@ -3,7 +3,7 @@
 # Maintainer: schuay jakob.gru...@gmail.com
 
 pkgname=puzzles
-pkgver=9838
+pkgver=9840
 pkgrel=1
 pkgdesc=Simon Tatham's Portable Puzzle Collection
 arch=('i686' 'x86_64')



[arch-commits] Commit in puzzles/repos/community-i686 (PKGBUILD PKGBUILD)

2013-05-22 Thread Jakob Gruber
Date: Wednesday, May 22, 2013 @ 08:13:44
  Author: schuay
Revision: 91411

archrelease: copy trunk to community-i686

Added:
  puzzles/repos/community-i686/PKGBUILD
(from rev 91410, puzzles/trunk/PKGBUILD)
Deleted:
  puzzles/repos/community-i686/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-22 06:13:26 UTC (rev 91410)
+++ PKGBUILD2013-05-22 06:13:44 UTC (rev 91411)
@@ -1,39 +0,0 @@
-# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Maintainer: schuay jakob.gru...@gmail.com
-
-pkgname=puzzles
-pkgver=9838
-pkgrel=1
-pkgdesc=Simon Tatham's Portable Puzzle Collection
-arch=('i686' 'x86_64')
-url=http://www.chiark.greenend.org.uk/~sgtatham/puzzles/;
-license=('MIT')
-makedepends=('pkgconfig' 'subversion')
-depends=('gtk2')
-source=(svn://svn.tartarus.org/sgt/puzzles#revision=$pkgver)
-md5sums=(SKIP)
-
-build() {
-cd ${srcdir}/${pkgname}
-
-./mkfiles.pl
-
-sed -i 's|\$(gamesdir)|\$(bindir)|' Makefile
-
-make prefix=/usr
-}
-
-package() {
-cd ${srcdir}/${pkgname}
-
-install -d ${pkgdir}/usr/{bin,share/licenses/${pkgname}}
-install -Dm644 LICENCE ${pkgdir}/usr/share/licenses/${pkgname}/
-
-make prefix=/usr DESTDIR=${pkgdir} install
-
-#fix FS#14600
-mv ${pkgdir}/usr/bin/net ${pkgdir}/usr/bin/puzzles-net
-mv ${pkgdir}/usr/bin/cube ${pkgdir}/usr/bin/puzzles-cube
-mv ${pkgdir}/usr/bin/blackbox ${pkgdir}/usr/bin/puzzles-blackbox
-}

Copied: puzzles/repos/community-i686/PKGBUILD (from rev 91410, 
puzzles/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-22 06:13:44 UTC (rev 91411)
@@ -0,0 +1,39 @@
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Maintainer: schuay jakob.gru...@gmail.com
+
+pkgname=puzzles
+pkgver=9840
+pkgrel=1
+pkgdesc=Simon Tatham's Portable Puzzle Collection
+arch=('i686' 'x86_64')
+url=http://www.chiark.greenend.org.uk/~sgtatham/puzzles/;
+license=('MIT')
+makedepends=('pkgconfig' 'subversion')
+depends=('gtk2')
+source=(svn://svn.tartarus.org/sgt/puzzles#revision=$pkgver)
+md5sums=(SKIP)
+
+build() {
+cd ${srcdir}/${pkgname}
+
+./mkfiles.pl
+
+sed -i 's|\$(gamesdir)|\$(bindir)|' Makefile
+
+make prefix=/usr
+}
+
+package() {
+cd ${srcdir}/${pkgname}
+
+install -d ${pkgdir}/usr/{bin,share/licenses/${pkgname}}
+install -Dm644 LICENCE ${pkgdir}/usr/share/licenses/${pkgname}/
+
+make prefix=/usr DESTDIR=${pkgdir} install
+
+#fix FS#14600
+mv ${pkgdir}/usr/bin/net ${pkgdir}/usr/bin/puzzles-net
+mv ${pkgdir}/usr/bin/cube ${pkgdir}/usr/bin/puzzles-cube
+mv ${pkgdir}/usr/bin/blackbox ${pkgdir}/usr/bin/puzzles-blackbox
+}



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

2013-05-22 Thread Jakob Gruber
Date: Wednesday, May 22, 2013 @ 08:13:51
  Author: schuay
Revision: 91412

archrelease: copy trunk to community-x86_64

Added:
  puzzles/repos/community-x86_64/PKGBUILD
(from rev 91411, puzzles/trunk/PKGBUILD)
Deleted:
  puzzles/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-22 06:13:44 UTC (rev 91411)
+++ PKGBUILD2013-05-22 06:13:51 UTC (rev 91412)
@@ -1,39 +0,0 @@
-# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Maintainer: schuay jakob.gru...@gmail.com
-
-pkgname=puzzles
-pkgver=9838
-pkgrel=1
-pkgdesc=Simon Tatham's Portable Puzzle Collection
-arch=('i686' 'x86_64')
-url=http://www.chiark.greenend.org.uk/~sgtatham/puzzles/;
-license=('MIT')
-makedepends=('pkgconfig' 'subversion')
-depends=('gtk2')
-source=(svn://svn.tartarus.org/sgt/puzzles#revision=$pkgver)
-md5sums=(SKIP)
-
-build() {
-cd ${srcdir}/${pkgname}
-
-./mkfiles.pl
-
-sed -i 's|\$(gamesdir)|\$(bindir)|' Makefile
-
-make prefix=/usr
-}
-
-package() {
-cd ${srcdir}/${pkgname}
-
-install -d ${pkgdir}/usr/{bin,share/licenses/${pkgname}}
-install -Dm644 LICENCE ${pkgdir}/usr/share/licenses/${pkgname}/
-
-make prefix=/usr DESTDIR=${pkgdir} install
-
-#fix FS#14600
-mv ${pkgdir}/usr/bin/net ${pkgdir}/usr/bin/puzzles-net
-mv ${pkgdir}/usr/bin/cube ${pkgdir}/usr/bin/puzzles-cube
-mv ${pkgdir}/usr/bin/blackbox ${pkgdir}/usr/bin/puzzles-blackbox
-}

Copied: puzzles/repos/community-x86_64/PKGBUILD (from rev 91411, 
puzzles/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-22 06:13:51 UTC (rev 91412)
@@ -0,0 +1,39 @@
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Maintainer: schuay jakob.gru...@gmail.com
+
+pkgname=puzzles
+pkgver=9840
+pkgrel=1
+pkgdesc=Simon Tatham's Portable Puzzle Collection
+arch=('i686' 'x86_64')
+url=http://www.chiark.greenend.org.uk/~sgtatham/puzzles/;
+license=('MIT')
+makedepends=('pkgconfig' 'subversion')
+depends=('gtk2')
+source=(svn://svn.tartarus.org/sgt/puzzles#revision=$pkgver)
+md5sums=(SKIP)
+
+build() {
+cd ${srcdir}/${pkgname}
+
+./mkfiles.pl
+
+sed -i 's|\$(gamesdir)|\$(bindir)|' Makefile
+
+make prefix=/usr
+}
+
+package() {
+cd ${srcdir}/${pkgname}
+
+install -d ${pkgdir}/usr/{bin,share/licenses/${pkgname}}
+install -Dm644 LICENCE ${pkgdir}/usr/share/licenses/${pkgname}/
+
+make prefix=/usr DESTDIR=${pkgdir} install
+
+#fix FS#14600
+mv ${pkgdir}/usr/bin/net ${pkgdir}/usr/bin/puzzles-net
+mv ${pkgdir}/usr/bin/cube ${pkgdir}/usr/bin/puzzles-cube
+mv ${pkgdir}/usr/bin/blackbox ${pkgdir}/usr/bin/puzzles-blackbox
+}



[arch-commits] Commit in telepathy-kde-text-ui/trunk (PKGBUILD)

2013-05-22 Thread Andrea Scarpino
Date: Wednesday, May 22, 2013 @ 08:19:34
  Author: andrea
Revision: 186212

Fix source path

Modified:
  telepathy-kde-text-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-22 06:00:43 UTC (rev 186211)
+++ PKGBUILD2013-05-22 06:19:34 UTC (rev 186212)
@@ -13,7 +13,7 @@
 depends=('telepathy-kde-contact-list' 'telepathy-logger-qt')
 makedepends=('cmake' 'automoc4' 'boost')
 groups=('kde-telepathy')
-source=(http://download.kde.org/stable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
+source=(http://download.kde.org/stable/kde-telepathy/0.6.2/src/${_pkgname}-${pkgver}.tar.bz2;)
 sha1sums=('71951b929ad3caa6a0f46e338bd669c7e542ac15')
 
 build() {



[arch-commits] Commit in telepathy-kde-text-ui/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2013-05-22 Thread Andrea Scarpino
Date: Wednesday, May 22, 2013 @ 08:19:49
  Author: andrea
Revision: 186213

archrelease: copy trunk to extra-x86_64

Added:
  telepathy-kde-text-ui/repos/extra-x86_64/PKGBUILD
(from rev 186212, telepathy-kde-text-ui/trunk/PKGBUILD)
Deleted:
  telepathy-kde-text-ui/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-22 06:19:34 UTC (rev 186212)
+++ PKGBUILD2013-05-22 06:19:49 UTC (rev 186213)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Laurent Carlier lordhea...@gmail.com
-
-pkgname=telepathy-kde-text-ui
-_pkgname=ktp-text-ui
-pkgver=0.6.2.1
-pkgrel=1
-pkgdesc=Telepathy handler for Text Chats
-arch=('i686' 'x86_64')
-url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
-license=('GPL')
-depends=('telepathy-kde-contact-list' 'telepathy-logger-qt')
-makedepends=('cmake' 'automoc4' 'boost')
-groups=('kde-telepathy')
-source=(http://download.kde.org/stable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('71951b929ad3caa6a0f46e338bd669c7e542ac15')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-text-ui/repos/extra-x86_64/PKGBUILD (from rev 186212, 
telepathy-kde-text-ui/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-22 06:19:49 UTC (rev 186213)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Laurent Carlier lordhea...@gmail.com
+
+pkgname=telepathy-kde-text-ui
+_pkgname=ktp-text-ui
+pkgver=0.6.2.1
+pkgrel=1
+pkgdesc=Telepathy handler for Text Chats
+arch=('i686' 'x86_64')
+url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
+license=('GPL')
+depends=('telepathy-kde-contact-list' 'telepathy-logger-qt')
+makedepends=('cmake' 'automoc4' 'boost')
+groups=('kde-telepathy')
+source=(http://download.kde.org/stable/kde-telepathy/0.6.2/src/${_pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('71951b929ad3caa6a0f46e338bd669c7e542ac15')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in telepathy-kde-text-ui/repos/extra-i686 (PKGBUILD PKGBUILD)

2013-05-22 Thread Andrea Scarpino
Date: Wednesday, May 22, 2013 @ 08:19:54
  Author: andrea
Revision: 186214

archrelease: copy trunk to extra-i686

Added:
  telepathy-kde-text-ui/repos/extra-i686/PKGBUILD
(from rev 186213, telepathy-kde-text-ui/trunk/PKGBUILD)
Deleted:
  telepathy-kde-text-ui/repos/extra-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-22 06:19:49 UTC (rev 186213)
+++ PKGBUILD2013-05-22 06:19:54 UTC (rev 186214)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Laurent Carlier lordhea...@gmail.com
-
-pkgname=telepathy-kde-text-ui
-_pkgname=ktp-text-ui
-pkgver=0.6.2.1
-pkgrel=1
-pkgdesc=Telepathy handler for Text Chats
-arch=('i686' 'x86_64')
-url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
-license=('GPL')
-depends=('telepathy-kde-contact-list' 'telepathy-logger-qt')
-makedepends=('cmake' 'automoc4' 'boost')
-groups=('kde-telepathy')
-source=(http://download.kde.org/stable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('71951b929ad3caa6a0f46e338bd669c7e542ac15')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-text-ui/repos/extra-i686/PKGBUILD (from rev 186213, 
telepathy-kde-text-ui/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-22 06:19:54 UTC (rev 186214)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Laurent Carlier lordhea...@gmail.com
+
+pkgname=telepathy-kde-text-ui
+_pkgname=ktp-text-ui
+pkgver=0.6.2.1
+pkgrel=1
+pkgdesc=Telepathy handler for Text Chats
+arch=('i686' 'x86_64')
+url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
+license=('GPL')
+depends=('telepathy-kde-contact-list' 'telepathy-logger-qt')
+makedepends=('cmake' 'automoc4' 'boost')
+groups=('kde-telepathy')
+source=(http://download.kde.org/stable/kde-telepathy/0.6.2/src/${_pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('71951b929ad3caa6a0f46e338bd669c7e542ac15')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in alsa-lib/trunk (5 files)

2013-05-22 Thread Tobias Powalowski
Date: Wednesday, May 22, 2013 @ 08:34:57
  Author: tpowa
Revision: 186215

upgpkg: alsa-lib 1.0.27.1-1

bump to latest version

Modified:
  alsa-lib/trunk/PKGBUILD
Deleted:
  alsa-lib/trunk/alsa-lib-1.0.27-inline.patch
  alsa-lib/trunk/alsa-lib-1.0.27-inline2.patch
  alsa-lib/trunk/alsa-lib-1.0.27-kernel.patch
  alsa-lib/trunk/alsa-lib-1.0.27-segfault.patch

+
 PKGBUILD   |   25 +-
 alsa-lib-1.0.27-inline.patch   |  155 ---
 alsa-lib-1.0.27-inline2.patch  |   28 ---
 alsa-lib-1.0.27-kernel.patch   |   73 --
 alsa-lib-1.0.27-segfault.patch |  102 -
 5 files changed, 4 insertions(+), 379 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-22 06:19:54 UTC (rev 186214)
+++ PKGBUILD2013-05-22 06:34:57 UTC (rev 186215)
@@ -2,8 +2,8 @@
 # Maintainer: judd jvi...@zeroflux.org
 
 pkgname=alsa-lib
-pkgver=1.0.27
-pkgrel=2
+pkgver=1.0.27.1
+pkgrel=1
 pkgdesc=An alternative implementation of Linux sound support
 arch=('i686' 'x86_64')
 url=http://www.alsa-project.org;
@@ -12,21 +12,8 @@
 makedepends=('python2')
 license=('GPL')
 options=(!libtool)
-source=(ftp://ftp.alsa-project.org/pub/lib/$pkgname-$pkgver.tar.bz2
-alsa-lib-1.0.27-segfault.patch
-alsa-lib-1.0.27-kernel.patch
-alsa-lib-1.0.27-inline.patch
-alsa-lib-1.0.27-inline2.patch)
+source=(ftp://ftp.alsa-project.org/pub/lib/$pkgname-$pkgver.tar.bz2)
 
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  # add upstream patches
-  patch -Np1 -i $srcdir/alsa-lib-1.0.27-segfault.patch
-  patch -Np1 -i $srcdir/alsa-lib-1.0.27-kernel.patch
-  patch -Np1 -i $srcdir/alsa-lib-1.0.27-inline.patch
-  patch -Np1 -i $srcdir/alsa-lib-1.0.27-inline2.patch
-}
-
 build() {
   cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr --with-pythonlibs=-lpthread -lm -ldl -lpython2.7 
--with-pythonincludes=-I/usr/include/python2.7
@@ -37,8 +24,4 @@
   cd $srcdir/$pkgname-$pkgver
   make DESTDIR=$pkgdir install
 }
-md5sums=('f090c7dbd0fe57d786d82e411eac2d08'
- '755cfcd116c28feac437eb6b5bdc51bb'
- '277e2bc587de25e3294a0f597ae9246e'
- 'db14deccb57d8dbcfc6f6d22bed45c1e'
- '92ca1fec0cb99bfc302896cf9393a936')
+md5sums=('17102aaab10e9d4b19f6b02937bab015')

Deleted: alsa-lib-1.0.27-inline.patch
===
--- alsa-lib-1.0.27-inline.patch2013-05-22 06:19:54 UTC (rev 186214)
+++ alsa-lib-1.0.27-inline.patch2013-05-22 06:34:57 UTC (rev 186215)
@@ -1,155 +0,0 @@
-From 30122df4faf7ccc79b9525db95f55c5a8ed6fe4d Mon Sep 17 00:00:00 2001
-From: Takashi Iwai ti...@suse.de
-Date: Thu, 25 Apr 2013 09:52:33 +0200
-Subject: [PATCH] Use __inline__ for exported headers
-
-Some programs are still using C90.
-
-Bugzilla: https://bugzilla.novell.com/show_bug.cgi?id=817077
-Signed-off-by: Takashi Iwai ti...@suse.de

- include/control.h |  4 ++--
- include/iatomic.h | 14 +++---
- include/pcm.h |  2 +-
- include/pcm_extplug.h |  4 ++--
- include/use-case.h|  4 ++--
- 5 files changed, 14 insertions(+), 14 deletions(-)
-
-diff --git a/include/control.h b/include/control.h
-index 27fe2ac..5fdf379 100644
 a/include/control.h
-+++ b/include/control.h
-@@ -234,7 +234,7 @@ int snd_ctl_open_lconf(snd_ctl_t **ctl, const char *name, 
int mode, snd_config_t
- int snd_ctl_open_fallback(snd_ctl_t **ctl, snd_config_t *root, const char 
*name, const char *orig_name, int mode);
- int snd_ctl_close(snd_ctl_t *ctl);
- int snd_ctl_nonblock(snd_ctl_t *ctl, int nonblock);
--static inline int snd_ctl_abort(snd_ctl_t *ctl) { return 
snd_ctl_nonblock(ctl, 2); }
-+static __inline__ int snd_ctl_abort(snd_ctl_t *ctl) { return 
snd_ctl_nonblock(ctl, 2); }
- int snd_async_add_ctl_handler(snd_async_handler_t **handler, snd_ctl_t *ctl, 
- snd_async_callback_t callback, void 
*private_data);
- snd_ctl_t *snd_async_handler_get_ctl(snd_async_handler_t *handler);
-@@ -532,7 +532,7 @@ int snd_hctl_open(snd_hctl_t **hctl, const char *name, int 
mode);
- int snd_hctl_open_ctl(snd_hctl_t **hctlp, snd_ctl_t *ctl);
- int snd_hctl_close(snd_hctl_t *hctl);
- int snd_hctl_nonblock(snd_hctl_t *hctl, int nonblock);
--static inline int snd_hctl_abort(snd_hctl_t *hctl) { return 
snd_hctl_nonblock(hctl, 2); }
-+static __inline__ int snd_hctl_abort(snd_hctl_t *hctl) { return 
snd_hctl_nonblock(hctl, 2); }
- int snd_hctl_poll_descriptors_count(snd_hctl_t *hctl);
- int snd_hctl_poll_descriptors(snd_hctl_t *hctl, struct pollfd *pfds, unsigned 
int space);
- int snd_hctl_poll_descriptors_revents(snd_hctl_t *ctl, struct pollfd *pfds, 
unsigned int nfds, unsigned short *revents);
-diff --git a/include/iatomic.h b/include/iatomic.h
-index e92dbfd..5711fe8 100644
 a/include/iatomic.h
-+++ b/include/iatomic.h
-@@ -980,7 +980,7 @@ static __inline__ int 

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

2013-05-22 Thread Tobias Powalowski
Date: Wednesday, May 22, 2013 @ 08:35:12
  Author: tpowa
Revision: 186216

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

Added:
  alsa-lib/repos/extra-i686/PKGBUILD
(from rev 186215, alsa-lib/trunk/PKGBUILD)
  alsa-lib/repos/extra-x86_64/PKGBUILD
(from rev 186215, alsa-lib/trunk/PKGBUILD)
Deleted:
  alsa-lib/repos/extra-i686/PKGBUILD
  alsa-lib/repos/extra-i686/alsa-lib-1.0.27-inline.patch
  alsa-lib/repos/extra-i686/alsa-lib-1.0.27-inline2.patch
  alsa-lib/repos/extra-i686/alsa-lib-1.0.27-kernel.patch
  alsa-lib/repos/extra-i686/alsa-lib-1.0.27-segfault.patch
  alsa-lib/repos/extra-x86_64/PKGBUILD
  alsa-lib/repos/extra-x86_64/alsa-lib-1.0.27-inline.patch
  alsa-lib/repos/extra-x86_64/alsa-lib-1.0.27-inline2.patch
  alsa-lib/repos/extra-x86_64/alsa-lib-1.0.27-kernel.patch
  alsa-lib/repos/extra-x86_64/alsa-lib-1.0.27-segfault.patch

-+
 /PKGBUILD   |   54 +
 extra-i686/PKGBUILD |   44 ---
 extra-i686/alsa-lib-1.0.27-inline.patch |  155 --
 extra-i686/alsa-lib-1.0.27-inline2.patch|   28 
 extra-i686/alsa-lib-1.0.27-kernel.patch |   73 
 extra-i686/alsa-lib-1.0.27-segfault.patch   |  102 -
 extra-x86_64/PKGBUILD   |   44 ---
 extra-x86_64/alsa-lib-1.0.27-inline.patch   |  155 --
 extra-x86_64/alsa-lib-1.0.27-inline2.patch  |   28 
 extra-x86_64/alsa-lib-1.0.27-kernel.patch   |   73 
 extra-x86_64/alsa-lib-1.0.27-segfault.patch |  102 -
 11 files changed, 54 insertions(+), 804 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-22 06:34:57 UTC (rev 186215)
+++ extra-i686/PKGBUILD 2013-05-22 06:35:12 UTC (rev 186216)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: judd jvi...@zeroflux.org
-
-pkgname=alsa-lib
-pkgver=1.0.27
-pkgrel=2
-pkgdesc=An alternative implementation of Linux sound support
-arch=('i686' 'x86_64')
-url=http://www.alsa-project.org;
-depends=('glibc')
-optdepends=('python2: for python smixer plugin')
-makedepends=('python2')
-license=('GPL')
-options=(!libtool)
-source=(ftp://ftp.alsa-project.org/pub/lib/$pkgname-$pkgver.tar.bz2
-alsa-lib-1.0.27-segfault.patch
-alsa-lib-1.0.27-kernel.patch
-alsa-lib-1.0.27-inline.patch
-alsa-lib-1.0.27-inline2.patch)
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  # add upstream patches
-  patch -Np1 -i $srcdir/alsa-lib-1.0.27-segfault.patch
-  patch -Np1 -i $srcdir/alsa-lib-1.0.27-kernel.patch
-  patch -Np1 -i $srcdir/alsa-lib-1.0.27-inline.patch
-  patch -Np1 -i $srcdir/alsa-lib-1.0.27-inline2.patch
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --with-pythonlibs=-lpthread -lm -ldl -lpython2.7 
--with-pythonincludes=-I/usr/include/python2.7
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-md5sums=('f090c7dbd0fe57d786d82e411eac2d08'
- '755cfcd116c28feac437eb6b5bdc51bb'
- '277e2bc587de25e3294a0f597ae9246e'
- 'db14deccb57d8dbcfc6f6d22bed45c1e'
- '92ca1fec0cb99bfc302896cf9393a936')

Copied: alsa-lib/repos/extra-i686/PKGBUILD (from rev 186215, 
alsa-lib/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-22 06:35:12 UTC (rev 186216)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: judd jvi...@zeroflux.org
+
+pkgname=alsa-lib
+pkgver=1.0.27.1
+pkgrel=1
+pkgdesc=An alternative implementation of Linux sound support
+arch=('i686' 'x86_64')
+url=http://www.alsa-project.org;
+depends=('glibc')
+optdepends=('python2: for python smixer plugin')
+makedepends=('python2')
+license=('GPL')
+options=(!libtool)
+source=(ftp://ftp.alsa-project.org/pub/lib/$pkgname-$pkgver.tar.bz2)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-pythonlibs=-lpthread -lm -ldl -lpython2.7 
--with-pythonincludes=-I/usr/include/python2.7
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+md5sums=('17102aaab10e9d4b19f6b02937bab015')

Deleted: extra-i686/alsa-lib-1.0.27-inline.patch
===
--- extra-i686/alsa-lib-1.0.27-inline.patch 2013-05-22 06:34:57 UTC (rev 
186215)
+++ extra-i686/alsa-lib-1.0.27-inline.patch 2013-05-22 06:35:12 UTC (rev 
186216)
@@ -1,155 +0,0 @@
-From 30122df4faf7ccc79b9525db95f55c5a8ed6fe4d Mon Sep 17 00:00:00 2001
-From: Takashi Iwai ti...@suse.de
-Date: Thu, 25 Apr 2013 09:52:33 +0200
-Subject: [PATCH] Use __inline__ for exported headers
-
-Some programs are still using C90.
-
-Bugzilla: https://bugzilla.novell.com/show_bug.cgi?id=817077
-Signed-off-by: Takashi Iwai ti...@suse.de

- include/control.h |  4 ++--
- 

[arch-commits] Commit in alsa-utils/trunk (5 files)

2013-05-22 Thread Tobias Powalowski
Date: Wednesday, May 22, 2013 @ 08:35:38
  Author: tpowa
Revision: 186217

upgpkg: alsa-utils 1.0.27.1-1

bump to latest version

Modified:
  alsa-utils/trunk/PKGBUILD
Deleted:
  alsa-utils/trunk/alsa-restore-1.0.27.service.patch
  alsa-utils/trunk/alsa.conf.d
  alsa-utils/trunk/alsactl-fix-buffer-overflow-1.0.27.patch
  alsa-utils/trunk/arecord-1.0.27.patch

--+
 PKGBUILD |   25 +
 alsa-restore-1.0.27.service.patch|   10 --
 alsa.conf.d  |   15 ---
 alsactl-fix-buffer-overflow-1.0.27.patch |   25 -
 arecord-1.0.27.patch |   24 
 5 files changed, 5 insertions(+), 94 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-22 06:35:12 UTC (rev 186216)
+++ PKGBUILD2013-05-22 06:35:38 UTC (rev 186217)
@@ -3,8 +3,8 @@
 # Contributor: judd jvi...@zeroflux.org
 
 pkgname=alsa-utils
-pkgver=1.0.27
-pkgrel=5
+pkgver=1.0.27.1
+pkgrel=1
 pkgdesc=An alternative implementation of Linux sound support
 arch=('i686' 'x86_64')
 url=http://www.alsa-project.org;
@@ -13,21 +13,9 @@
 makedepends=('xmlto' 'docbook-xsl')
 license=('GPL')
 source=(ftp://ftp.alsa-project.org/pub/utils/$pkgname-${pkgver}.tar.bz2
-90alsa
-alsa-restore-1.0.27.service.patch
-alsactl-fix-buffer-overflow-1.0.27.patch
-arecord-1.0.27.patch)
+90alsa)
 backup=(etc/conf.d/alsa)
 
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/alsa-restore-1.0.27.service.patch
-  patch -Np1 -i ${srcdir}/alsactl-fix-buffer-overflow-1.0.27.patch
-  patch -Np1 -i ${srcdir}/arecord-1.0.27.patch
-  # remove wrong udev file from sources
-  rm alsactl/90-alsa-restore.rules
-}
-
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --disable-alsaconf --sbindir=/usr/bin \
@@ -44,8 +32,5 @@
   # dir where to save ALSA state
   install -d ${pkgdir}/var/lib/alsa
 }
-md5sums=('cbfb21a24f63fb052b3392195639ce48'
- '529216f6a46e61a546640e08ea7a0879'
- '0a27f7b80351d6baa274c32d859bf037'
- 'cd577445636542f9f60b420e4ffe3f0f'
- 'cecb38f03bd245d0584bfd63370e9a05')
+md5sums=('3d81357b997744a139881ef72bc6921a'
+ '529216f6a46e61a546640e08ea7a0879')

Deleted: alsa-restore-1.0.27.service.patch
===
--- alsa-restore-1.0.27.service.patch   2013-05-22 06:35:12 UTC (rev 186216)
+++ alsa-restore-1.0.27.service.patch   2013-05-22 06:35:38 UTC (rev 186217)
@@ -1,10 +0,0 @@
 alsa-utils-1.0.27/alsactl/alsa-restore.service.in.old  2013-04-15 
14:37:57.326541394 +0200
-+++ alsa-utils-1.0.27/alsactl/alsa-restore.service.in  2013-04-15 
14:38:10.179673494 +0200
-@@ -12,6 +12,6 @@
- Conflicts=shutdown.target
- 
- [Service]
--Type=oneshop
-+Type=oneshot
- ExecStart=-@sbindir@/alsactl restore
- StandardOutput=syslog

Deleted: alsa.conf.d
===
--- alsa.conf.d 2013-05-22 06:35:12 UTC (rev 186216)
+++ alsa.conf.d 2013-05-22 06:35:38 UTC (rev 186217)
@@ -1,15 +0,0 @@
-# Arguments for alsactl
-# example: ALSA_ARGS=--file /var/lib/alsa/asound.state
-ALSA_ARGS=--file /var/lib/alsa/asound.state
-
-# Enables powersaving mode for AC97 and hda_intel audio chips.
-# Set to 1 to enable powersaving.
-# Set to 0 to disable powersaving (default).
-POWERSAVE=0
-
-# Whether to save volume levels when stopped (yes or no).
-SAVE_VOLUME=yes
-
-# Whether to mute the master volume when stopped (yes or no).
-# Useful for bad audio cards which make a noise on system poweroff.
-MUTE_VOLUME=no

Deleted: alsactl-fix-buffer-overflow-1.0.27.patch
===
--- alsactl-fix-buffer-overflow-1.0.27.patch2013-05-22 06:35:12 UTC (rev 
186216)
+++ alsactl-fix-buffer-overflow-1.0.27.patch2013-05-22 06:35:38 UTC (rev 
186217)
@@ -1,25 +0,0 @@
-From: Jaroslav Kysela pe...@perex.cz
-Date: Mon, 15 Apr 2013 12:44:13 + (+0200)
-Subject: alsactl: Fix the string size for the lock file contents
-X-Git-Url: 
http://git.alsa-project.org/?p=alsa-utils.git;a=commitdiff_plain;h=95788fea25c1a59985828d4b91af0772d077600b
-
-alsactl: Fix the string size for the lock file contents
-
-The string length is 10 characters + LF + '\0' = 12 characters.
-
-Signed-off-by: Jaroslav Kysela pe...@perex.cz

-
-diff --git a/alsactl/lock.c b/alsactl/lock.c
-index d34d013..fce208b 100644
 a/alsactl/lock.c
-+++ b/alsactl/lock.c
-@@ -35,7 +35,7 @@ static int state_lock_(const char *file, int lock, int 
timeout)
-   int fd = -1, err = 0;
-   struct flock lck;
-   struct stat st;
--  char lcktxt[11];
-+  char lcktxt[12];
-   char *nfile;
- 
-   if (!do_lock)

Deleted: arecord-1.0.27.patch

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

2013-05-22 Thread Tobias Powalowski
Date: Wednesday, May 22, 2013 @ 08:35:50
  Author: tpowa
Revision: 186218

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

Added:
  alsa-utils/repos/extra-i686/90alsa
(from rev 186217, alsa-utils/trunk/90alsa)
  alsa-utils/repos/extra-i686/PKGBUILD
(from rev 186217, alsa-utils/trunk/PKGBUILD)
  alsa-utils/repos/extra-x86_64/90alsa
(from rev 186217, alsa-utils/trunk/90alsa)
  alsa-utils/repos/extra-x86_64/PKGBUILD
(from rev 186217, alsa-utils/trunk/PKGBUILD)
Deleted:
  alsa-utils/repos/extra-i686/90alsa
  alsa-utils/repos/extra-i686/PKGBUILD
  alsa-utils/repos/extra-i686/alsa-restore-1.0.27.service.patch
  alsa-utils/repos/extra-i686/alsa.conf.d
  alsa-utils/repos/extra-i686/alsactl-fix-buffer-overflow-1.0.27.patch
  alsa-utils/repos/extra-i686/arecord-1.0.27.patch
  alsa-utils/repos/extra-x86_64/90alsa
  alsa-utils/repos/extra-x86_64/PKGBUILD
  alsa-utils/repos/extra-x86_64/alsa-restore-1.0.27.service.patch
  alsa-utils/repos/extra-x86_64/alsa.conf.d
  alsa-utils/repos/extra-x86_64/alsactl-fix-buffer-overflow-1.0.27.patch
  alsa-utils/repos/extra-x86_64/arecord-1.0.27.patch

---+
 /90alsa   |   26 +
 /PKGBUILD |   72 
 extra-i686/90alsa |   13 --
 extra-i686/PKGBUILD   |   51 ---
 extra-i686/alsa-restore-1.0.27.service.patch  |   10 --
 extra-i686/alsa.conf.d|   15 ---
 extra-i686/alsactl-fix-buffer-overflow-1.0.27.patch   |   25 -
 extra-i686/arecord-1.0.27.patch   |   24 -
 extra-x86_64/90alsa   |   13 --
 extra-x86_64/PKGBUILD |   51 ---
 extra-x86_64/alsa-restore-1.0.27.service.patch|   10 --
 extra-x86_64/alsa.conf.d  |   15 ---
 extra-x86_64/alsactl-fix-buffer-overflow-1.0.27.patch |   25 -
 extra-x86_64/arecord-1.0.27.patch |   24 -
 14 files changed, 98 insertions(+), 276 deletions(-)

Deleted: extra-i686/90alsa
===
--- extra-i686/90alsa   2013-05-22 06:35:38 UTC (rev 186217)
+++ extra-i686/90alsa   2013-05-22 06:35:50 UTC (rev 186218)
@@ -1,13 +0,0 @@
-#!/bin/sh
-#
-# 90alsa: suspend/wakeup ALSA devices
-
-case $1 in
-hibernate|suspend)
-;;
-thaw|resume)
-aplay -d 1 /dev/zero
-;;
-*) exit $NA
-;;
-esac

Copied: alsa-utils/repos/extra-i686/90alsa (from rev 186217, 
alsa-utils/trunk/90alsa)
===
--- extra-i686/90alsa   (rev 0)
+++ extra-i686/90alsa   2013-05-22 06:35:50 UTC (rev 186218)
@@ -0,0 +1,13 @@
+#!/bin/sh
+#
+# 90alsa: suspend/wakeup ALSA devices
+
+case $1 in
+hibernate|suspend)
+;;
+thaw|resume)
+aplay -d 1 /dev/zero
+;;
+*) exit $NA
+;;
+esac

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-22 06:35:38 UTC (rev 186217)
+++ extra-i686/PKGBUILD 2013-05-22 06:35:50 UTC (rev 186218)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: judd jvi...@zeroflux.org
-
-pkgname=alsa-utils
-pkgver=1.0.27
-pkgrel=5
-pkgdesc=An alternative implementation of Linux sound support
-arch=('i686' 'x86_64')
-url=http://www.alsa-project.org;
-#can not use =$pkgver due to use of letters in alsa-lib update versioning
-depends=(alsa-lib1.0.24 'dialog' 'pciutils' 'ncurses' 'psmisc' 
'libsamplerate')
-makedepends=('xmlto' 'docbook-xsl')
-license=('GPL')
-source=(ftp://ftp.alsa-project.org/pub/utils/$pkgname-${pkgver}.tar.bz2
-90alsa
-alsa-restore-1.0.27.service.patch
-alsactl-fix-buffer-overflow-1.0.27.patch
-arecord-1.0.27.patch)
-backup=(etc/conf.d/alsa)
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/alsa-restore-1.0.27.service.patch
-  patch -Np1 -i ${srcdir}/alsactl-fix-buffer-overflow-1.0.27.patch
-  patch -Np1 -i ${srcdir}/arecord-1.0.27.patch
-  # remove wrong udev file from sources
-  rm alsactl/90-alsa-restore.rules
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-alsaconf --sbindir=/usr/bin \
---with-udev-rules-dir=/usr/lib/udev/rules.d \
---with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -D -m755 ../90alsa ${pkgdir}/etc/pm/sleep.d/90alsa
-
-  # dir where to save ALSA state
-  install -d ${pkgdir}/var/lib/alsa
-}
-md5sums=('cbfb21a24f63fb052b3392195639ce48'
- '529216f6a46e61a546640e08ea7a0879'
- '0a27f7b80351d6baa274c32d859bf037'
- 'cd577445636542f9f60b420e4ffe3f0f'
- 'cecb38f03bd245d0584bfd63370e9a05')

Copied: 

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

2013-05-22 Thread Andrea Scarpino
Date: Wednesday, May 22, 2013 @ 09:15:02
  Author: andrea
Revision: 186219

upgpkg: libkgapi 2.0.0-1

Upstream release

Modified:
  libkgapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-22 06:35:50 UTC (rev 186218)
+++ PKGBUILD2013-05-22 07:15:02 UTC (rev 186219)
@@ -2,18 +2,18 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkgapi
-pkgver=0.4.4
+pkgver=2.0.0
 pkgrel=1
 pkgdesc=A KDE-based library for accessing various Google services via their 
public API
 url='https://projects.kde.org/projects/extragear/libs/libkgapi'
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
-depends=('kdepimlibs' 'qjson')
+depends=('kdepimlibs')
 makedepends=('cmake' 'automoc4' 'boost')
 replaces=('akonadi-google' 'libkgoogle')
 conflicts=('akonadi-google' 'libkgoogle')
 
source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('a26ddd6da675075f7529652f36f5c9f5')
+md5sums=('e7938dcec05b0f73e6a0b24c1674378d')
 
 build() {
   mkdir build



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

2013-05-22 Thread Andrea Scarpino
Date: Wednesday, May 22, 2013 @ 09:15:10
  Author: andrea
Revision: 186220

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

Added:
  libkgapi/repos/extra-i686/PKGBUILD
(from rev 186219, libkgapi/trunk/PKGBUILD)
  libkgapi/repos/extra-x86_64/PKGBUILD
(from rev 186219, libkgapi/trunk/PKGBUILD)
Deleted:
  libkgapi/repos/extra-i686/PKGBUILD
  libkgapi/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-05-22 07:15:02 UTC (rev 186219)
+++ extra-i686/PKGBUILD 2013-05-22 07:15:10 UTC (rev 186220)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkgapi
-pkgver=0.4.4
-pkgrel=1
-pkgdesc=A KDE-based library for accessing various Google services via their 
public API
-url='https://projects.kde.org/projects/extragear/libs/libkgapi'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdepimlibs' 'qjson')
-makedepends=('cmake' 'automoc4' 'boost')
-replaces=('akonadi-google' 'libkgoogle')
-conflicts=('akonadi-google' 'libkgoogle')
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('a26ddd6da675075f7529652f36f5c9f5')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libkgapi/repos/extra-i686/PKGBUILD (from rev 186219, 
libkgapi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-22 07:15:10 UTC (rev 186220)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkgapi
+pkgver=2.0.0
+pkgrel=1
+pkgdesc=A KDE-based library for accessing various Google services via their 
public API
+url='https://projects.kde.org/projects/extragear/libs/libkgapi'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdepimlibs')
+makedepends=('cmake' 'automoc4' 'boost')
+replaces=('akonadi-google' 'libkgoogle')
+conflicts=('akonadi-google' 'libkgoogle')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('e7938dcec05b0f73e6a0b24c1674378d')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-22 07:15:02 UTC (rev 186219)
+++ extra-x86_64/PKGBUILD   2013-05-22 07:15:10 UTC (rev 186220)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkgapi
-pkgver=0.4.4
-pkgrel=1
-pkgdesc=A KDE-based library for accessing various Google services via their 
public API
-url='https://projects.kde.org/projects/extragear/libs/libkgapi'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdepimlibs' 'qjson')
-makedepends=('cmake' 'automoc4' 'boost')
-replaces=('akonadi-google' 'libkgoogle')
-conflicts=('akonadi-google' 'libkgoogle')
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('a26ddd6da675075f7529652f36f5c9f5')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libkgapi/repos/extra-x86_64/PKGBUILD (from rev 186219, 
libkgapi/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-05-22 07:15:10 UTC (rev 186220)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkgapi
+pkgver=2.0.0
+pkgrel=1
+pkgdesc=A KDE-based library for accessing various Google services via their 
public API
+url='https://projects.kde.org/projects/extragear/libs/libkgapi'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdepimlibs')
+makedepends=('cmake' 'automoc4' 'boost')
+replaces=('akonadi-google' 'libkgoogle')
+conflicts=('akonadi-google' 'libkgoogle')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('e7938dcec05b0f73e6a0b24c1674378d')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+

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

2013-05-22 Thread Andrea Scarpino
Date: Wednesday, May 22, 2013 @ 09:16:10
  Author: andrea
Revision: 186221

upgpkg: kdepim-runtime 4.10.3-2

libkgapi rebuild

Modified:
  kdepim-runtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-22 07:15:10 UTC (rev 186220)
+++ PKGBUILD2013-05-22 07:16:10 UTC (rev 186221)
@@ -4,7 +4,7 @@
 
 pkgname=kdepim-runtime
 pkgver=4.10.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Extends the functionality of kdepim'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdepim-runtime'



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

2013-05-22 Thread Andrea Scarpino
Date: Wednesday, May 22, 2013 @ 09:16:17
  Author: andrea
Revision: 186222

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

Added:
  kdepim-runtime/repos/extra-i686/PKGBUILD
(from rev 186221, kdepim-runtime/trunk/PKGBUILD)
  kdepim-runtime/repos/extra-i686/kdepim-runtime.install
(from rev 186221, kdepim-runtime/trunk/kdepim-runtime.install)
  kdepim-runtime/repos/extra-x86_64/PKGBUILD
(from rev 186221, kdepim-runtime/trunk/PKGBUILD)
  kdepim-runtime/repos/extra-x86_64/kdepim-runtime.install
(from rev 186221, kdepim-runtime/trunk/kdepim-runtime.install)
Deleted:
  kdepim-runtime/repos/extra-i686/PKGBUILD
  kdepim-runtime/repos/extra-i686/kdepim-runtime.install
  kdepim-runtime/repos/extra-x86_64/PKGBUILD
  kdepim-runtime/repos/extra-x86_64/kdepim-runtime.install

-+
 /PKGBUILD   |   62 ++
 /kdepim-runtime.install |   26 ++
 extra-i686/PKGBUILD |   31 -
 extra-i686/kdepim-runtime.install   |   13 ---
 extra-x86_64/PKGBUILD   |   31 -
 extra-x86_64/kdepim-runtime.install |   13 ---
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-22 07:16:10 UTC (rev 186221)
+++ extra-i686/PKGBUILD 2013-05-22 07:16:17 UTC (rev 186222)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=kdepim-runtime
-pkgver=4.10.3
-pkgrel=1
-pkgdesc='Extends the functionality of kdepim'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdepim-runtime'
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime' 'libkgapi' 'libkolab')
-makedepends=('cmake' 'automoc4' 'boost')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('43a9cf46818d1d7b26253e08e8cee99a554a736a')
-
-build() {
-   mkdir build
-   cd build
-   cmake ../${pkgname}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR=${pkgdir} install
-}

Copied: kdepim-runtime/repos/extra-i686/PKGBUILD (from rev 186221, 
kdepim-runtime/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-22 07:16:17 UTC (rev 186222)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdepim-runtime
+pkgver=4.10.3
+pkgrel=2
+pkgdesc='Extends the functionality of kdepim'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdepim-runtime'
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'libkgapi' 'libkolab')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('43a9cf46818d1d7b26253e08e8cee99a554a736a')
+
+build() {
+   mkdir build
+   cd build
+   cmake ../${pkgname}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/kdepim-runtime.install
===
--- extra-i686/kdepim-runtime.install   2013-05-22 07:16:10 UTC (rev 186221)
+++ extra-i686/kdepim-runtime.install   2013-05-22 07:16:17 UTC (rev 186222)
@@ -1,13 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-   update-mime-database usr/share/mime  /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdepim-runtime/repos/extra-i686/kdepim-runtime.install (from rev 
186221, kdepim-runtime/trunk/kdepim-runtime.install)
===
--- extra-i686/kdepim-runtime.install   (rev 0)
+++ extra-i686/kdepim-runtime.install   2013-05-22 07:16:17 UTC (rev 186222)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   update-mime-database usr/share/mime  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-22 07:16:10 UTC (rev 186221)
+++ extra-x86_64/PKGBUILD   2013-05-22 07:16:17 UTC (rev 186222)
@@ -1,31 +0,0 

[arch-commits] Commit in telepathy-logger-qt/trunk (PKGBUILD)

2013-05-22 Thread Andrea Scarpino
Date: Wednesday, May 22, 2013 @ 09:20:33
  Author: andrea
Revision: 186223

upgpkg: telepathy-logger-qt 0.8.0-1

Upstream release

Modified:
  telepathy-logger-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-22 07:16:17 UTC (rev 186222)
+++ PKGBUILD2013-05-22 07:20:33 UTC (rev 186223)
@@ -3,7 +3,7 @@
 # Contributor: George Brooke george+arch@george-brooke.co.uk
 
 pkgname=telepathy-logger-qt
-pkgver=0.6.0
+pkgver=0.8.0
 pkgrel=1
 pkgdesc=Qt bindings for telepathy logger
 arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@
 license=('GPL')
 depends=('telepathy-qt' 'telepathy-logger' 'qt-gstreamer')
 makedepends=('automoc4' 'cmake' 'python2' 'doxygen' 'boost')
-source=(http://download.kde.org/stable/kde-telepathy/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('3e58f7a25ad192d9a62b52784492b317b77a5ffa')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('a61650a06e5b8f6d452d6120ee402567439ef687')
 
 build() {
   mkdir build 



[arch-commits] Commit in telepathy-logger-qt/repos (4 files)

2013-05-22 Thread Andrea Scarpino
Date: Wednesday, May 22, 2013 @ 09:20:41
  Author: andrea
Revision: 186224

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

Added:
  telepathy-logger-qt/repos/extra-i686/PKGBUILD
(from rev 186223, telepathy-logger-qt/trunk/PKGBUILD)
  telepathy-logger-qt/repos/extra-x86_64/PKGBUILD
(from rev 186223, telepathy-logger-qt/trunk/PKGBUILD)
Deleted:
  telepathy-logger-qt/repos/extra-i686/PKGBUILD
  telepathy-logger-qt/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-05-22 07:20:33 UTC (rev 186223)
+++ extra-i686/PKGBUILD 2013-05-22 07:20:41 UTC (rev 186224)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: George Brooke george+arch@george-brooke.co.uk
-
-pkgname=telepathy-logger-qt
-pkgver=0.6.0
-pkgrel=1
-pkgdesc=Qt bindings for telepathy logger
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/extragear/network/telepathy/telepathy-logger-qt'
-license=('GPL')
-depends=('telepathy-qt' 'telepathy-logger' 'qt-gstreamer')
-makedepends=('automoc4' 'cmake' 'python2' 'doxygen' 'boost')
-source=(http://download.kde.org/stable/kde-telepathy/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('3e58f7a25ad192d9a62b52784492b317b77a5ffa')
-
-build() {
-  mkdir build 
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DPYTHON_EXECUTABLE=/usr/bin/python2
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: telepathy-logger-qt/repos/extra-i686/PKGBUILD (from rev 186223, 
telepathy-logger-qt/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-22 07:20:41 UTC (rev 186224)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: George Brooke george+arch@george-brooke.co.uk
+
+pkgname=telepathy-logger-qt
+pkgver=0.8.0
+pkgrel=1
+pkgdesc=Qt bindings for telepathy logger
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/extragear/network/telepathy/telepathy-logger-qt'
+license=('GPL')
+depends=('telepathy-qt' 'telepathy-logger' 'qt-gstreamer')
+makedepends=('automoc4' 'cmake' 'python2' 'doxygen' 'boost')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('a61650a06e5b8f6d452d6120ee402567439ef687')
+
+build() {
+  mkdir build 
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-22 07:20:33 UTC (rev 186223)
+++ extra-x86_64/PKGBUILD   2013-05-22 07:20:41 UTC (rev 186224)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: George Brooke george+arch@george-brooke.co.uk
-
-pkgname=telepathy-logger-qt
-pkgver=0.6.0
-pkgrel=1
-pkgdesc=Qt bindings for telepathy logger
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/extragear/network/telepathy/telepathy-logger-qt'
-license=('GPL')
-depends=('telepathy-qt' 'telepathy-logger' 'qt-gstreamer')
-makedepends=('automoc4' 'cmake' 'python2' 'doxygen' 'boost')
-source=(http://download.kde.org/stable/kde-telepathy/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('3e58f7a25ad192d9a62b52784492b317b77a5ffa')
-
-build() {
-  mkdir build 
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DPYTHON_EXECUTABLE=/usr/bin/python2
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: telepathy-logger-qt/repos/extra-x86_64/PKGBUILD (from rev 186223, 
telepathy-logger-qt/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-05-22 07:20:41 UTC (rev 186224)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: George Brooke george+arch@george-brooke.co.uk
+
+pkgname=telepathy-logger-qt
+pkgver=0.8.0
+pkgrel=1
+pkgdesc=Qt bindings for telepathy logger
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/extragear/network/telepathy/telepathy-logger-qt'
+license=('GPL')
+depends=('telepathy-qt' 'telepathy-logger' 'qt-gstreamer')
+makedepends=('automoc4' 'cmake' 'python2' 'doxygen' 

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

2013-05-22 Thread Gaetan Bisson
Date: Wednesday, May 22, 2013 @ 10:49:50
  Author: bisson
Revision: 186225

drop ntpdate rc.d script too

Modified:
  ntp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-22 07:20:41 UTC (rev 186224)
+++ PKGBUILD2013-05-22 08:49:50 UTC (rev 186225)
@@ -14,12 +14,10 @@
 depends=('openssl' 'libcap' 'libedit')
 backup=('etc/ntp.conf')
 source=(http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-${_realver}.tar.gz;
-'ntpdate'
 'ntp.conf'
 'ntpd.service'
 'ntpdate.service')
 sha1sums=('4a5353a4791b6f4315a66c28d504ec6c7926b192'
-  '01394b8a952f5edc85d19df8335eeac3980320f4'
   'f6a2292c26a201d9305669e99463fb54e5603b3f'
   'ffbabfaab90f1ba4dc769c84fbbfe89c5c01ee95'
   '0cb9dbd285e2e8ac51ff47dee08af69e12a09855'
@@ -47,7 +45,6 @@
rmdir ${pkgdir}/usr/{lib,sbin}
install -d -o 87 ${pkgdir}/var/lib/ntp
install -Dm644 ../ntp.conf ${pkgdir}/etc/ntp.conf
-   install -Dm755 ../ntpdate ${pkgdir}/etc/rc.d/ntpdate
install -Dm644 ../ntpd.service 
${pkgdir}/usr/lib/systemd/system/ntpd.service
install -Dm644 ../ntpdate.service 
${pkgdir}/usr/lib/systemd/system/ntpdate.service
install -Dm644 COPYRIGHT 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE



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

2013-05-22 Thread Ike Devolder
Date: Wednesday, May 22, 2013 @ 12:19:06
  Author: idevolder
Revision: 91413

closure-linter :: 2.3.10

Modified:
  closure-linter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-22 06:13:51 UTC (rev 91412)
+++ PKGBUILD2013-05-22 10:19:06 UTC (rev 91413)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: BlackEagle  ike DOT devolder AT gmail DOT com 
 pkgname=closure-linter
-pkgver=2.3.8
+pkgver=2.3.10
 pkgrel=1
 pkgdesc=A JavaScript style checker and style fixer
 arch=('any')
@@ -19,4 +19,4 @@
cd ${pkgname/-/_}-$pkgver
python2 setup.py install --root=$pkgdir
 }
-sha256sums=('40b405bb550c12e54ccf9e9b6f463c889e73ed18fc462703f59c2626446ab37f')
+sha256sums=('928b8e4b25deb52efe189c4eb4e203277adb739845e723747a6ffb3d6bba5cbe')



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

2013-05-22 Thread Ike Devolder
Date: Wednesday, May 22, 2013 @ 12:19:17
  Author: idevolder
Revision: 91414

archrelease: copy trunk to community-any

Added:
  closure-linter/repos/community-any/PKGBUILD
(from rev 91413, closure-linter/trunk/PKGBUILD)
Deleted:
  closure-linter/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-22 10:19:06 UTC (rev 91413)
+++ PKGBUILD2013-05-22 10:19:17 UTC (rev 91414)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle  ike DOT devolder AT gmail DOT com 
-pkgname=closure-linter
-pkgver=2.3.8
-pkgrel=1
-pkgdesc=A JavaScript style checker and style fixer
-arch=('any')
-url=http://code.google.com/closure;
-license=('APACHE')
-depends=('python2' 'python2-gflags' 'python2-distribute')
-source=(http://$pkgname.googlecode.com/files/${pkgname/-/_}-$pkgver.tar.gz;)
-
-build() {
-   cd ${pkgname/-/_}-$pkgver
-   python2 setup.py build
-}
-
-package() {
-   cd ${pkgname/-/_}-$pkgver
-   python2 setup.py install --root=$pkgdir
-}
-sha256sums=('40b405bb550c12e54ccf9e9b6f463c889e73ed18fc462703f59c2626446ab37f')

Copied: closure-linter/repos/community-any/PKGBUILD (from rev 91413, 
closure-linter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-22 10:19:17 UTC (rev 91414)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: BlackEagle  ike DOT devolder AT gmail DOT com 
+pkgname=closure-linter
+pkgver=2.3.10
+pkgrel=1
+pkgdesc=A JavaScript style checker and style fixer
+arch=('any')
+url=http://code.google.com/closure;
+license=('APACHE')
+depends=('python2' 'python2-gflags' 'python2-distribute')
+source=(http://$pkgname.googlecode.com/files/${pkgname/-/_}-$pkgver.tar.gz;)
+
+build() {
+   cd ${pkgname/-/_}-$pkgver
+   python2 setup.py build
+}
+
+package() {
+   cd ${pkgname/-/_}-$pkgver
+   python2 setup.py install --root=$pkgdir
+}
+sha256sums=('928b8e4b25deb52efe189c4eb4e203277adb739845e723747a6ffb3d6bba5cbe')



[arch-commits] Commit in phoronix-test-suite/trunk (PKGBUILD)

2013-05-22 Thread Sergej Pupykin
Date: Wednesday, May 22, 2013 @ 12:25:35
  Author: spupykin
Revision: 91415

upgpkg: phoronix-test-suite 4.6.0-1

upd

Modified:
  phoronix-test-suite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-22 10:19:17 UTC (rev 91414)
+++ PKGBUILD2013-05-22 10:25:35 UTC (rev 91415)
@@ -3,7 +3,7 @@
 # Contributor: Andreas Schönfelder passtschu at freenet dot de
 
 pkgname=phoronix-test-suite
-pkgver=4.4.1
+pkgver=4.6.0
 pkgrel=1
 pkgdesc=The most comprehensive testing and benchmarking platform available 
for Linux
 arch=('any')
@@ -15,7 +15,7 @@
'php-curl')
 install=${pkgname}.install
 
source=(http://www.phoronix.net/downloads/phoronix-test-suite/releases/phoronix-test-suite-$pkgver.tar.gz)
-md5sums=('54e98f06483bcb4f900f7813154b9f3a')
+md5sums=('f1a9a02ba4bdece9eb608c10246b4315')
 
 package() {
   cd $srcdir/phoronix-test-suite



[arch-commits] Commit in phoronix-test-suite/repos/community-any (4 files)

2013-05-22 Thread Sergej Pupykin
Date: Wednesday, May 22, 2013 @ 12:25:49
  Author: spupykin
Revision: 91416

archrelease: copy trunk to community-any

Added:
  phoronix-test-suite/repos/community-any/PKGBUILD
(from rev 91415, phoronix-test-suite/trunk/PKGBUILD)
  phoronix-test-suite/repos/community-any/phoronix-test-suite.install
(from rev 91415, phoronix-test-suite/trunk/phoronix-test-suite.install)
Deleted:
  phoronix-test-suite/repos/community-any/PKGBUILD
  phoronix-test-suite/repos/community-any/phoronix-test-suite.install

-+
 PKGBUILD|   56 +-
 phoronix-test-suite.install |   24 +-
 2 files changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-22 10:25:35 UTC (rev 91415)
+++ PKGBUILD2013-05-22 10:25:49 UTC (rev 91416)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Andreas Schönfelder passtschu at freenet dot de
-
-pkgname=phoronix-test-suite
-pkgver=4.4.1
-pkgrel=1
-pkgdesc=The most comprehensive testing and benchmarking platform available 
for Linux
-arch=('any')
-license=('GPL3')
-url=http://www.phoronix-test-suite.com/;
-depends=('php')
-optdepends=('php-gtk'
-   'php-gd'
-   'php-curl')
-install=${pkgname}.install
-source=(http://www.phoronix.net/downloads/phoronix-test-suite/releases/phoronix-test-suite-$pkgver.tar.gz)
-md5sums=('54e98f06483bcb4f900f7813154b9f3a')
-
-package() {
-  cd $srcdir/phoronix-test-suite
-  sed -i 's#-packages.sh#-packages.sh --asdeps#' 
pts-core/objects/client/pts_external_dependencies.php
-  install -d $pkgdir/usr/bin $pkgdir/usr/share/phoronix-test-suite
-  sed -e s/^export PTS_DIR=.*/export 
PTS_DIR=\/usr\/share\/phoronix-test-suite/g -i phoronix-test-suite
-  install -m755 phoronix-test-suite $pkgdir/usr/bin/
-  rm -f $pkgdir/usr/share/phoronix-test-suite/pts/etc/scripts/package-build-*
-  cp -r pts-core/ $pkgdir/usr/share/phoronix-test-suite/
-}

Copied: phoronix-test-suite/repos/community-any/PKGBUILD (from rev 91415, 
phoronix-test-suite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-22 10:25:49 UTC (rev 91416)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Andreas Schönfelder passtschu at freenet dot de
+
+pkgname=phoronix-test-suite
+pkgver=4.6.0
+pkgrel=1
+pkgdesc=The most comprehensive testing and benchmarking platform available 
for Linux
+arch=('any')
+license=('GPL3')
+url=http://www.phoronix-test-suite.com/;
+depends=('php')
+optdepends=('php-gtk'
+   'php-gd'
+   'php-curl')
+install=${pkgname}.install
+source=(http://www.phoronix.net/downloads/phoronix-test-suite/releases/phoronix-test-suite-$pkgver.tar.gz)
+md5sums=('f1a9a02ba4bdece9eb608c10246b4315')
+
+package() {
+  cd $srcdir/phoronix-test-suite
+  sed -i 's#-packages.sh#-packages.sh --asdeps#' 
pts-core/objects/client/pts_external_dependencies.php
+  install -d $pkgdir/usr/bin $pkgdir/usr/share/phoronix-test-suite
+  sed -e s/^export PTS_DIR=.*/export 
PTS_DIR=\/usr\/share\/phoronix-test-suite/g -i phoronix-test-suite
+  install -m755 phoronix-test-suite $pkgdir/usr/bin/
+  rm -f $pkgdir/usr/share/phoronix-test-suite/pts/etc/scripts/package-build-*
+  cp -r pts-core/ $pkgdir/usr/share/phoronix-test-suite/
+}

Deleted: phoronix-test-suite.install
===
--- phoronix-test-suite.install 2013-05-22 10:25:35 UTC (rev 91415)
+++ phoronix-test-suite.install 2013-05-22 10:25:49 UTC (rev 91416)
@@ -1,12 +0,0 @@
-post_install() {
-  echo 
-  echo  To complete the installation you should edit /etc/php/php.ini.
-  echo  - Add / to the open_basedir list.
-  echo  - Enable zip.so
-  echo 
-  echo  EXAMPLE:
-  echo  open_basedir = /srv/http/:/home/:/tmp/:/usr/share/pear/:/
-  echo  extension=zip.so
-  echo 
-  echo  To enable the GUI make sure you install php-gtk from aur
-}

Copied: phoronix-test-suite/repos/community-any/phoronix-test-suite.install 
(from rev 91415, phoronix-test-suite/trunk/phoronix-test-suite.install)
===
--- phoronix-test-suite.install (rev 0)
+++ phoronix-test-suite.install 2013-05-22 10:25:49 UTC (rev 91416)
@@ -0,0 +1,12 @@
+post_install() {
+  echo 
+  echo  To complete the installation you should edit /etc/php/php.ini.
+  echo  - Add / to the open_basedir list.
+  echo  - Enable zip.so
+  echo 
+  echo  EXAMPLE:
+  echo  open_basedir = /srv/http/:/home/:/tmp/:/usr/share/pear/:/
+  echo  extension=zip.so
+  echo 
+  echo  To enable the GUI make sure you install php-gtk from aur
+}



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

2013-05-22 Thread Sergej Pupykin
Date: Wednesday, May 22, 2013 @ 12:25:53
  Author: spupykin
Revision: 91417

upgpkg: pitivi 0.15.2-4

upd

Modified:
  pitivi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-22 10:25:49 UTC (rev 91416)
+++ PKGBUILD2013-05-22 10:25:53 UTC (rev 91417)
@@ -5,15 +5,15 @@
 
 pkgname=pitivi
 pkgver=0.15.2
-pkgrel=3
+pkgrel=4
 pkgdesc=Editor for audio/video projects using the GStreamer framework
 arch=('any')
 url=http://www.pitivi.org/;
 license=('LGPL')
 depends=('gstreamer0.10=0.10.24' 'pygoocanvas' 'gstreamer0.10-good' 
'pygtk=2.14.0'
-'gstreamer0.10-python=0.10.19' 'gnonlin=0.10.13' 'setuptools'
+'gstreamer0.10-python=0.10.19' 'gnonlin=0.10.13'
 'zope-interface' 'dbus-python' 'gnome-icon-theme' 'pyxdg')
-makedepends=('pkgconfig' 'intltool' 'gnome-doc-utils')
+makedepends=('pkgconfig' 'intltool' 'gnome-doc-utils' 'python2-distribute')
 optdepends=('frei0r-plugins: enable the video transformations'
'python2-numpy: enable the video transformations')
 install=$pkgname.install



[arch-commits] Commit in pitivi/repos/community-any (6 files)

2013-05-22 Thread Sergej Pupykin
Date: Wednesday, May 22, 2013 @ 12:26:06
  Author: spupykin
Revision: 91418

archrelease: copy trunk to community-any

Added:
  pitivi/repos/community-any/ChangeLog
(from rev 91417, pitivi/trunk/ChangeLog)
  pitivi/repos/community-any/PKGBUILD
(from rev 91417, pitivi/trunk/PKGBUILD)
  pitivi/repos/community-any/pitivi.install
(from rev 91417, pitivi/trunk/pitivi.install)
Deleted:
  pitivi/repos/community-any/ChangeLog
  pitivi/repos/community-any/PKGBUILD
  pitivi/repos/community-any/pitivi.install

+
 ChangeLog  |   82 +++
 PKGBUILD   |   80 ++---
 pitivi.install |   24 
 3 files changed, 93 insertions(+), 93 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2013-05-22 10:25:53 UTC (rev 91417)
+++ ChangeLog   2013-05-22 10:26:06 UTC (rev 91418)
@@ -1,41 +0,0 @@
-pitivi (0.13.1-2)
-
-  * Update hicolor icon cache.
-  * Update mime database.
-
- -- Abhishek Dasgupta abh...@gmail.com Thu, 23 Jul 2009 11:57:49 +0530
-
-pitivi (0.13.1-1)
-
-  * New upstream version.
-  * Removed: fix-as-problems.diff pitivi.desktop
-
- -- Abhishek Dasgupta abh...@gmail.com Wed, 24 Jun 2009 16:01:42 +0530
-
-pitivi (0.11.3-1)
-
-  * New upstream version.
-  * fix-as-problems.diff: Fixed the problem caused by as in
-pitivi/timeline/timeline.py
-
- -- Abhishek Dasgupta abh...@gmail.com Sat, 13 Dec 2008 16:29:24 +0530
-
-pitivi (0.11.2-4)
-
-  * Added gnome-icon-theme as dependency. Closes: FS# 12292.
-
- -- Abhishek Dasgupta abh...@gmail.com Mon, 01 Dec 2008 23:08:28 +0530
-
-pitivi (0.11.2-3)
-
-  * fix-as.diff: Fixed the error 
-in pitivi/objectfactory.py caused by the line
-as = self.audio_info_stream
-
- -- Abhishek Dasgupta abh...@gmail.com Sun, 09 Nov 2008 00:34:22 +0530
-
-pitivi (0.11.2-2)
-
-  * Added dbus-python as dependency.
-
- -- Abhishek Dasgupta abh...@gmail.com Sun, 26 Oct 2008 14:08:06 +0530

Copied: pitivi/repos/community-any/ChangeLog (from rev 91417, 
pitivi/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2013-05-22 10:26:06 UTC (rev 91418)
@@ -0,0 +1,41 @@
+pitivi (0.13.1-2)
+
+  * Update hicolor icon cache.
+  * Update mime database.
+
+ -- Abhishek Dasgupta abh...@gmail.com Thu, 23 Jul 2009 11:57:49 +0530
+
+pitivi (0.13.1-1)
+
+  * New upstream version.
+  * Removed: fix-as-problems.diff pitivi.desktop
+
+ -- Abhishek Dasgupta abh...@gmail.com Wed, 24 Jun 2009 16:01:42 +0530
+
+pitivi (0.11.3-1)
+
+  * New upstream version.
+  * fix-as-problems.diff: Fixed the problem caused by as in
+pitivi/timeline/timeline.py
+
+ -- Abhishek Dasgupta abh...@gmail.com Sat, 13 Dec 2008 16:29:24 +0530
+
+pitivi (0.11.2-4)
+
+  * Added gnome-icon-theme as dependency. Closes: FS# 12292.
+
+ -- Abhishek Dasgupta abh...@gmail.com Mon, 01 Dec 2008 23:08:28 +0530
+
+pitivi (0.11.2-3)
+
+  * fix-as.diff: Fixed the error 
+in pitivi/objectfactory.py caused by the line
+as = self.audio_info_stream
+
+ -- Abhishek Dasgupta abh...@gmail.com Sun, 09 Nov 2008 00:34:22 +0530
+
+pitivi (0.11.2-2)
+
+  * Added dbus-python as dependency.
+
+ -- Abhishek Dasgupta abh...@gmail.com Sun, 26 Oct 2008 14:08:06 +0530

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-22 10:25:53 UTC (rev 91417)
+++ PKGBUILD2013-05-22 10:26:06 UTC (rev 91418)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Abhishek Dasgupta abh...@gmail.com
-# Contributor: Gabor Nyekhelyi (n0gabor) n0ga...@vipmail.hu
-
-pkgname=pitivi
-pkgver=0.15.2
-pkgrel=3
-pkgdesc=Editor for audio/video projects using the GStreamer framework
-arch=('any')
-url=http://www.pitivi.org/;
-license=('LGPL')
-depends=('gstreamer0.10=0.10.24' 'pygoocanvas' 'gstreamer0.10-good' 
'pygtk=2.14.0'
-'gstreamer0.10-python=0.10.19' 'gnonlin=0.10.13' 'setuptools'
-'zope-interface' 'dbus-python' 'gnome-icon-theme' 'pyxdg')
-makedepends=('pkgconfig' 'intltool' 'gnome-doc-utils')
-optdepends=('frei0r-plugins: enable the video transformations'
-   'python2-numpy: enable the video transformations')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.15/$pkgname-$pkgver.tar.xz)
-md5sums=('e0e379fca759025140ac1316819b2173')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # python2 fix
-  for file in $(find . -name '*.py' -print) bin/pitivi.in; do
-sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-  sed -i 'y/\xc2\xa0/  /' help/Makefile.in
-
-  ./configure --prefix=/usr --localedir=/usr/share/locale
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: 

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

2013-05-22 Thread Sergej Pupykin
Date: Wednesday, May 22, 2013 @ 12:26:12
  Author: spupykin
Revision: 91419

upgpkg: python2-genshi 0.7-2

upd

Modified:
  python2-genshi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-22 10:26:06 UTC (rev 91418)
+++ PKGBUILD2013-05-22 10:26:12 UTC (rev 91419)
@@ -4,13 +4,13 @@
 
 pkgname=python2-genshi
 pkgver=0.7
-pkgrel=1
+pkgrel=2
 pkgdesc=Python toolkit for stream-based generation of output for the web.
 url=http://genshi.edgewall.org/;
 license=(BSD)
 arch=('any')
 depends=('python2')
-makedepends=('setuptools')
+makedepends=('python2-distribute')
 conflicts=('python-genshi=0.6-3')
 replaces=('python-genshi=0.6-3')
 source=(http://ftp.edgewall.com/pub/genshi/Genshi-$pkgver.tar.gz;)



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

2013-05-22 Thread Sergej Pupykin
Date: Wednesday, May 22, 2013 @ 12:26:23
  Author: spupykin
Revision: 91420

archrelease: copy trunk to community-any

Added:
  python2-genshi/repos/community-any/PKGBUILD
(from rev 91419, python2-genshi/trunk/PKGBUILD)
Deleted:
  python2-genshi/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-22 10:26:12 UTC (rev 91419)
+++ PKGBUILD2013-05-22 10:26:23 UTC (rev 91420)
@@ -1,23 +0,0 @@
-# $Id: PKGBUILD 66142 2012-02-23 01:46:58Z spupykin $
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor : Todd Maynard a...@toddmaynard.com
-
-pkgname=python2-genshi
-pkgver=0.7
-pkgrel=1
-pkgdesc=Python toolkit for stream-based generation of output for the web.
-url=http://genshi.edgewall.org/;
-license=(BSD)
-arch=('any')
-depends=('python2')
-makedepends=('setuptools')
-conflicts=('python-genshi=0.6-3')
-replaces=('python-genshi=0.6-3')
-source=(http://ftp.edgewall.com/pub/genshi/Genshi-$pkgver.tar.gz;)
-md5sums=('54e64dd69da3ec961f86e686e0848a82')
-
-package() {
-  cd $srcdir/Genshi-${pkgver}
-  python2 setup.py install --root=$pkgdir
-  install -D -m0644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: python2-genshi/repos/community-any/PKGBUILD (from rev 91419, 
python2-genshi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-22 10:26:23 UTC (rev 91420)
@@ -0,0 +1,23 @@
+# $Id: PKGBUILD 66142 2012-02-23 01:46:58Z spupykin $
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor : Todd Maynard a...@toddmaynard.com
+
+pkgname=python2-genshi
+pkgver=0.7
+pkgrel=2
+pkgdesc=Python toolkit for stream-based generation of output for the web.
+url=http://genshi.edgewall.org/;
+license=(BSD)
+arch=('any')
+depends=('python2')
+makedepends=('python2-distribute')
+conflicts=('python-genshi=0.6-3')
+replaces=('python-genshi=0.6-3')
+source=(http://ftp.edgewall.com/pub/genshi/Genshi-$pkgver.tar.gz;)
+md5sums=('54e64dd69da3ec961f86e686e0848a82')
+
+package() {
+  cd $srcdir/Genshi-${pkgver}
+  python2 setup.py install --root=$pkgdir
+  install -D -m0644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}



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

2013-05-22 Thread Sergej Pupykin
Date: Wednesday, May 22, 2013 @ 12:26:28
  Author: spupykin
Revision: 91421

upgpkg: synce-kde 0.15-7

upd

Modified:
  synce-kde/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-22 10:26:23 UTC (rev 91420)
+++ PKGBUILD2013-05-22 10:26:28 UTC (rev 91421)
@@ -4,15 +4,15 @@
 
 pkgname=synce-kde
 pkgver=0.15
-pkgrel=6
+pkgrel=7
 pkgdesc=Provide a means of communication with a Windows CE device - KDE tools 
and integration
 arch=(any)
 url=http://synce.sourceforge.net/;
 license=('GPL')
-depends=('synce-librapi' 'synce-rra' 'setuptools' 'pygobject' 
'synce-sync-engine'
+depends=('synce-librapi' 'synce-rra' 'pygobject' 'synce-sync-engine'
  'kdebindings-python2')
 optdepends=('unshield' 'orange' 'dynamite')
-makedepends=('agsync' 'synce-rra')
+makedepends=('agsync' 'synce-rra' 'python2-distribute')
 source=(http://downloads.sourceforge.net/synce/synce-kpm-$pkgver.tar.gz;)
 md5sums=('12130b93710b849e18f72752a6949393')
 



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

2013-05-22 Thread Sergej Pupykin
Date: Wednesday, May 22, 2013 @ 12:26:39
  Author: spupykin
Revision: 91422

archrelease: copy trunk to community-any

Added:
  synce-kde/repos/community-any/PKGBUILD
(from rev 91421, synce-kde/trunk/PKGBUILD)
Deleted:
  synce-kde/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-22 10:26:28 UTC (rev 91421)
+++ PKGBUILD2013-05-22 10:26:39 UTC (rev 91422)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Zhukov Pavel gel...@gmail.com
-
-pkgname=synce-kde
-pkgver=0.15
-pkgrel=6
-pkgdesc=Provide a means of communication with a Windows CE device - KDE tools 
and integration
-arch=(any)
-url=http://synce.sourceforge.net/;
-license=('GPL')
-depends=('synce-librapi' 'synce-rra' 'setuptools' 'pygobject' 
'synce-sync-engine'
- 'kdebindings-python2')
-optdepends=('unshield' 'orange' 'dynamite')
-makedepends=('agsync' 'synce-rra')
-source=(http://downloads.sourceforge.net/synce/synce-kpm-$pkgver.tar.gz;)
-md5sums=('12130b93710b849e18f72752a6949393')
-
-package() {
-  cd $srcdir/synce-kpm-$pkgver
-  
-  python2 setup.py install --root=$pkgdir --optimize=1 
-
-  # python2 fix
-  for file in $(find ${pkgdir} -name '*.py' -print); do
-sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-}

Copied: synce-kde/repos/community-any/PKGBUILD (from rev 91421, 
synce-kde/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-22 10:26:39 UTC (rev 91422)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Zhukov Pavel gel...@gmail.com
+
+pkgname=synce-kde
+pkgver=0.15
+pkgrel=7
+pkgdesc=Provide a means of communication with a Windows CE device - KDE tools 
and integration
+arch=(any)
+url=http://synce.sourceforge.net/;
+license=('GPL')
+depends=('synce-librapi' 'synce-rra' 'pygobject' 'synce-sync-engine'
+ 'kdebindings-python2')
+optdepends=('unshield' 'orange' 'dynamite')
+makedepends=('agsync' 'synce-rra' 'python2-distribute')
+source=(http://downloads.sourceforge.net/synce/synce-kpm-$pkgver.tar.gz;)
+md5sums=('12130b93710b849e18f72752a6949393')
+
+package() {
+  cd $srcdir/synce-kpm-$pkgver
+  
+  python2 setup.py install --root=$pkgdir --optimize=1 
+
+  # python2 fix
+  for file in $(find ${pkgdir} -name '*.py' -print); do
+sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
+sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+  done
+}



[arch-commits] Commit in synce-sync-engine/trunk (PKGBUILD)

2013-05-22 Thread Sergej Pupykin
Date: Wednesday, May 22, 2013 @ 12:26:43
  Author: spupykin
Revision: 91423

upgpkg: synce-sync-engine 0.15-5

upd

Modified:
  synce-sync-engine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-22 10:26:39 UTC (rev 91422)
+++ PKGBUILD2013-05-22 10:26:43 UTC (rev 91423)
@@ -4,12 +4,13 @@
 
 pkgname=synce-sync-engine
 pkgver=0.15
-pkgrel=4
+pkgrel=5
 pkgdesc=SynCE sync-engine
 arch=(any)
 license=('GPL')
 url=http://www.synce.org/;
-depends=(synce-libsynce synce-rra synce-librapi librtfcomp dbus-python 
setuptools pygobject libopensync python2-lxml)
+depends=(synce-libsynce synce-rra synce-librapi librtfcomp dbus-python 
pygobject libopensync python2-lxml)
+makedepends=(python2-distribute)
 install=${pkgname}.install
 source=(http://downloads.sourceforge.net/synce/${pkgname}-${pkgver}.tar.gz)
 md5sums=('3ed81acc39e21effe765fb5f3b248d73')



[arch-commits] Commit in synce-sync-engine/repos/community-any (4 files)

2013-05-22 Thread Sergej Pupykin
Date: Wednesday, May 22, 2013 @ 12:26:54
  Author: spupykin
Revision: 91424

archrelease: copy trunk to community-any

Added:
  synce-sync-engine/repos/community-any/PKGBUILD
(from rev 91423, synce-sync-engine/trunk/PKGBUILD)
  synce-sync-engine/repos/community-any/synce-sync-engine.install
(from rev 91423, synce-sync-engine/trunk/synce-sync-engine.install)
Deleted:
  synce-sync-engine/repos/community-any/PKGBUILD
  synce-sync-engine/repos/community-any/synce-sync-engine.install

---+
 PKGBUILD  |   55 
 synce-sync-engine.install |   36 ++--
 2 files changed, 48 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-22 10:26:43 UTC (rev 91423)
+++ PKGBUILD2013-05-22 10:26:54 UTC (rev 91424)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Bartek Iwaniec hash87 [at] gmail [dot] com
-
-pkgname=synce-sync-engine
-pkgver=0.15
-pkgrel=4
-pkgdesc=SynCE sync-engine
-arch=(any)
-license=('GPL')
-url=http://www.synce.org/;
-depends=(synce-libsynce synce-rra synce-librapi librtfcomp dbus-python 
setuptools pygobject libopensync python2-lxml)
-install=${pkgname}.install
-source=(http://downloads.sourceforge.net/synce/${pkgname}-${pkgver}.tar.gz)
-md5sums=('3ed81acc39e21effe765fb5f3b248d73')
-
-build() {
-  cd $srcdir/${pkgname}-${pkgver}
-  python2 setup.py build
-  python2 setup.py install --root=$pkgdir
-  sed -i 's|opensync-1.0|libopensync|' synce-install-plugins.py
-  sed -i s_os.system('mkdir -p %s' % plugindir)_os.system('mkdir -p %s%s' % 
('$pkgdir', plugindir))_ synce-install-plugins.py
-  sed -i s_os.system('cp %s/%s %s' % (pluginsource,driver, 
plugindir))_os.system('cp %s/%s %s%s' % 
(pluginsource,driver,'$pkgdir',plugindir))_ synce-install-plugins.py
-  python2 synce-install-plugins.py
-}

Copied: synce-sync-engine/repos/community-any/PKGBUILD (from rev 91423, 
synce-sync-engine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-22 10:26:54 UTC (rev 91424)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Bartek Iwaniec hash87 [at] gmail [dot] com
+
+pkgname=synce-sync-engine
+pkgver=0.15
+pkgrel=5
+pkgdesc=SynCE sync-engine
+arch=(any)
+license=('GPL')
+url=http://www.synce.org/;
+depends=(synce-libsynce synce-rra synce-librapi librtfcomp dbus-python 
pygobject libopensync python2-lxml)
+makedepends=(python2-distribute)
+install=${pkgname}.install
+source=(http://downloads.sourceforge.net/synce/${pkgname}-${pkgver}.tar.gz)
+md5sums=('3ed81acc39e21effe765fb5f3b248d73')
+
+build() {
+  cd $srcdir/${pkgname}-${pkgver}
+  python2 setup.py build
+}
+
+package() {
+  cd $srcdir/${pkgname}-${pkgver}
+  python2 setup.py install --root=$pkgdir
+  sed -i 's|opensync-1.0|libopensync|' synce-install-plugins.py
+  sed -i s_os.system('mkdir -p %s' % plugindir)_os.system('mkdir -p %s%s' % 
('$pkgdir', plugindir))_ synce-install-plugins.py
+  sed -i s_os.system('cp %s/%s %s' % (pluginsource,driver, 
plugindir))_os.system('cp %s/%s %s%s' % 
(pluginsource,driver,'$pkgdir',plugindir))_ synce-install-plugins.py
+  python2 synce-install-plugins.py
+}

Deleted: synce-sync-engine.install
===
--- synce-sync-engine.install   2013-05-22 10:26:43 UTC (rev 91423)
+++ synce-sync-engine.install   2013-05-22 10:26:54 UTC (rev 91424)
@@ -1,18 +0,0 @@
-post_install() {
-echo
-echo Before you start sync-engine, it is necessary to copy the basic 
configuration file to your home directory. 
-echo If you would like to sync files, you need to edit the file as well.
-echo
-echo mkdir -p ~/.synce
-echo cp /usr/share/doc/sync-engine/syncengine.conf.xml ~/.synce
-echo
-echo More info can be found at
-echo http://www.synce.org/oldwiki/index.php/SyncEngine#sync-engine;
-echo http://wiki.archlinux.org/index.php/Sync_and_connect_with_windows_mobile;
-echo
-}
-
-post_upgrade() {
-   post_install
-}
-

Copied: synce-sync-engine/repos/community-any/synce-sync-engine.install (from 
rev 91423, synce-sync-engine/trunk/synce-sync-engine.install)
===
--- synce-sync-engine.install   (rev 0)
+++ synce-sync-engine.install   2013-05-22 10:26:54 UTC (rev 91424)
@@ -0,0 +1,18 @@
+post_install() {
+echo
+echo Before you start sync-engine, it is necessary to copy the basic 
configuration file to your home directory. 
+echo If you would like to sync files, you need to edit the file as well.
+echo
+echo mkdir -p ~/.synce
+echo cp /usr/share/doc/sync-engine/syncengine.conf.xml ~/.synce
+echo
+echo More info can be found at
+echo http://www.synce.org/oldwiki/index.php/SyncEngine#sync-engine;
+echo 

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

2013-05-22 Thread Sergej Pupykin
Date: Wednesday, May 22, 2013 @ 12:26:58
  Author: spupykin
Revision: 91425

upgpkg: tnftp 20130505-1

upd

Modified:
  tnftp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-22 10:26:54 UTC (rev 91424)
+++ PKGBUILD2013-05-22 10:26:58 UTC (rev 91425)
@@ -4,19 +4,19 @@
 # Previous Contributor: Baptiste Daroussin baptiste.darous...@gmail.com
 
 pkgname=tnftp
-pkgver=20100108
-pkgrel=2
+pkgver=20130505
+pkgrel=1
 pkgdesc=NetBSD FTP client with several advanced features
 arch=('i686' 'x86_64')
 url=ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/;
 license=('BSD')
-depends=('ncurses' 'dante')
+depends=('ncurses' 'dante' 'openssl')
 source=(ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/$pkgname-$pkgver.tar.gz)
-md5sums=('192aac255abd515d7d4cc9b397dc0cba')
+md5sums=('66e218d02ec7d9fc39ab70ba2900305a')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --enable-editcomplete
+  ./configure --prefix=/usr --enable-editcomplete --enable-ssl
   make
 }
 



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

2013-05-22 Thread Sergej Pupykin
Date: Wednesday, May 22, 2013 @ 12:27:16
  Author: spupykin
Revision: 91426

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-22 10:26:58 UTC (rev 91425)
+++ community-i686/PKGBUILD 2013-05-22 10:27:16 UTC (rev 91426)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
-# Previous Contributor: Baptiste Daroussin baptiste.darous...@gmail.com
-
-pkgname=tnftp
-pkgver=20100108
-pkgrel=2
-pkgdesc=NetBSD FTP client with several advanced features
-arch=('i686' 'x86_64')
-url=ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/;
-license=('BSD')
-depends=('ncurses' 'dante')
-source=(ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/$pkgname-$pkgver.tar.gz)
-md5sums=('192aac255abd515d7d4cc9b397dc0cba')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --enable-editcomplete
-  make
-  make install DESTDIR=$pkgdir
-  install -Dm755 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: tnftp/repos/community-i686/PKGBUILD (from rev 91425, 
tnftp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-22 10:27:16 UTC (rev 91426)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+# Previous Contributor: Baptiste Daroussin baptiste.darous...@gmail.com
+
+pkgname=tnftp
+pkgver=20130505
+pkgrel=1
+pkgdesc=NetBSD FTP client with several advanced features
+arch=('i686' 'x86_64')
+url=ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/;
+license=('BSD')
+depends=('ncurses' 'dante' 'openssl')
+source=(ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/$pkgname-$pkgver.tar.gz)
+md5sums=('66e218d02ec7d9fc39ab70ba2900305a')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --enable-editcomplete --enable-ssl
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make install DESTDIR=$pkgdir
+  install -Dm755 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-05-22 10:26:58 UTC (rev 91425)
+++ community-x86_64/PKGBUILD   2013-05-22 10:27:16 UTC (rev 91426)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
-# Previous Contributor: Baptiste Daroussin baptiste.darous...@gmail.com
-
-pkgname=tnftp
-pkgver=20100108
-pkgrel=2
-pkgdesc=NetBSD FTP client with several advanced features
-arch=('i686' 'x86_64')
-url=ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/;
-license=('BSD')
-depends=('ncurses' 'dante')
-source=(ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/$pkgname-$pkgver.tar.gz)
-md5sums=('192aac255abd515d7d4cc9b397dc0cba')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --enable-editcomplete
-  make
-  make install DESTDIR=$pkgdir
-  install -Dm755 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: tnftp/repos/community-x86_64/PKGBUILD (from rev 91425, 
tnftp/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-05-22 10:27:16 UTC (rev 91426)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+# Previous Contributor: Baptiste Daroussin baptiste.darous...@gmail.com
+
+pkgname=tnftp
+pkgver=20130505
+pkgrel=1
+pkgdesc=NetBSD FTP client with several advanced features
+arch=('i686' 'x86_64')
+url=ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/;
+license=('BSD')
+depends=('ncurses' 'dante' 'openssl')
+source=(ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/$pkgname-$pkgver.tar.gz)
+md5sums=('66e218d02ec7d9fc39ab70ba2900305a')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --enable-editcomplete --enable-ssl
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make install DESTDIR=$pkgdir
+  install -Dm755 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}



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

2013-05-22 Thread Sergej Pupykin
Date: Wednesday, May 22, 2013 @ 12:27:21
  Author: spupykin
Revision: 91427

upgpkg: trac 1.0.1-3

upd

Modified:
  trac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-22 10:27:16 UTC (rev 91426)
+++ PKGBUILD2013-05-22 10:27:21 UTC (rev 91427)
@@ -4,13 +4,13 @@
 
 pkgname=trac
 pkgver=1.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc=Trac Integrated SCM  Project Management using Apache  Subversion.
 arch=('any')
 url=http://trac.edgewall.org/;
 license=('BSD')
-depends=(python2 setuptools python2-genshi python2-babel)
-makedepends=(clearsilver)
+depends=(python2 python2-genshi python2-babel)
+makedepends=(clearsilver python2-distribute)
 install=trac.install
 backup=(etc/conf.d/tracd.conf)
 source=(http://ftp.edgewall.com/pub/trac/Trac-$pkgver.tar.gz



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

2013-05-22 Thread Sergej Pupykin
Date: Wednesday, May 22, 2013 @ 12:27:36
  Author: spupykin
Revision: 91428

archrelease: copy trunk to community-any

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

---+
 PKGBUILD  |   84 
 license.txt   |   58 +++---
 trac.install  |   64 +-
 tracd.conf|   28 +-
 tracd.service |   22 +++---
 5 files changed, 128 insertions(+), 128 deletions(-)

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

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

Deleted: license.txt
===
--- license.txt 2013-05-22 10:27:21 UTC (rev 91427)
+++ license.txt 2013-05-22 10:27:36 UTC (rev 91428)
@@ -1,29 +0,0 @@
-Copyright (C) 2003-2005 Edgewall Software
-All 

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

2013-05-22 Thread Sergej Pupykin
Date: Wednesday, May 22, 2013 @ 12:30:05
  Author: spupykin
Revision: 91429

Modified:
  dbmail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-22 10:27:36 UTC (rev 91428)
+++ PKGBUILD2013-05-22 10:30:05 UTC (rev 91429)
@@ -35,10 +35,10 @@
  '19560277f6a56d1f3f2fdb02315dcf0f'
  '89a0f793737eaf36291409f8c840891e'
  'dd1b5b2c542f55d9d934a58a36d0513d'
- '8fa791f2e4d107ba461453c054359477'
+ 'aa5cf851d1bfeffac69a2c8a9ad15c92'
  '069cd4285c4b2ec95dfdcebc2cfee387'
- '44f87ce81e786fcee501daa17e55412a'
- 'a66927cb94d4f26428211e3ad2d540c8')
+ '1ac466541ad5bc0064250ad37ba217a4'
+ '63dc2dcc13efda3cb2ecc9366a368005')
 
 build() {
   cd $srcdir/dbmail-${pkgver/_/-}/



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

2013-05-22 Thread Andrea Scarpino
Date: Wednesday, May 22, 2013 @ 12:37:54
  Author: andrea
Revision: 186228

upgpkg: pyopengl 3.0.2-3

python-distribute is not needed

Modified:
  pyopengl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-22 10:21:47 UTC (rev 186227)
+++ PKGBUILD2013-05-22 10:37:54 UTC (rev 186228)
@@ -8,28 +8,27 @@
 pkgbase=pyopengl
 pkgname=('python2-opengl' 'python-opengl')
 pkgver=3.0.2
-pkgrel=2
+pkgrel=3
 pkgdesc=The cross platform Python binding to OpenGL and related APIs
 url=http://pyopengl.sourceforge.net/;
 license=('BSD')
 arch=('any')
 makedepends=('freeglut' 'python2-distribute' 'python-distribute')
-#source=(http://downloads.sourceforge.net/${pkgbase}/PyOpenGL-${pkgver}.tar.gz;
 
source=(http://pypi.python.org/packages/source/P/PyOpenGL/PyOpenGL-${pkgver}.tar.gz;
 'LICENSE')
 md5sums=('77becc24ffc0a6b28030aa109ad7ff8b'
  '0b53c508a63e5dbaf44cdfb0fa103b3a')
 
-build() {
-  cp -r PyOpenGL-${pkgver} python-PyOpenGL-${pkgver}
+prepare() {
+cp -r PyOpenGL-${pkgver} python-PyOpenGL-${pkgver}
 }
 
 package_python2-opengl() {
-depends=('freeglut' 'python2-distribute')
+depends=('python2' 'freeglut')
conflicts=('python-pyopengl' 'python-opengl=3.0.1-4')
replaces=('python-pyopengl' 'python-opengl=3.0.1-4')
 
-cd PyOpenGL-${pkgver}
+cd PyOpenGL-${pkgver}
python2 setup.py install --root=${pkgdir} --optimize=1
install -Dm644 ${srcdir}/LICENSE \
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
@@ -42,10 +41,10 @@
 }
 
 package_python-opengl() {
-depends=('freeglut' 'python-distribute')
-
-cd python-PyOpenGL-${pkgver}
-   python setup.py install --root=${pkgdir} --optimize=1
+depends=('python' 'freeglut')
+ 
+cd python-PyOpenGL-${pkgver}
+   python setup.py install --root=${pkgdir} --optimize=1
install -Dm644 ${srcdir}/LICENSE \
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }



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

2013-05-22 Thread Andrea Scarpino
Date: Wednesday, May 22, 2013 @ 12:37:58
  Author: andrea
Revision: 186229

archrelease: copy trunk to extra-any

Added:
  pyopengl/repos/extra-any/LICENSE
(from rev 186228, pyopengl/trunk/LICENSE)
  pyopengl/repos/extra-any/PKGBUILD
(from rev 186228, pyopengl/trunk/PKGBUILD)
Deleted:
  pyopengl/repos/extra-any/LICENSE
  pyopengl/repos/extra-any/PKGBUILD

--+
 LICENSE  |   60 ++--
 PKGBUILD |  101 ++---
 2 files changed, 80 insertions(+), 81 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2013-05-22 10:37:54 UTC (rev 186228)
+++ LICENSE 2013-05-22 10:37:58 UTC (rev 186229)
@@ -1,30 +0,0 @@
-# Copyright (c) 2006-2008 Alex Holkner
-# All rights reserved.
-# 
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions 
-# are met:
-#
-#  * Redistributions of source code must retain the above copyright
-#notice, this list of conditions and the following disclaimer.
-#  * Redistributions in binary form must reproduce the above copyright 
-#notice, this list of conditions and the following disclaimer in
-#the documentation and/or other materials provided with the
-#distribution.
-#  * Neither the name of pyglet nor the names of its
-#contributors may be used to endorse or promote products
-#derived from this software without specific prior written
-#permission.
-#
-# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-# AS IS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
-# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
-# COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
-# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
-# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
-# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
-# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
-# POSSIBILITY OF SUCH DAMAGE.

Copied: pyopengl/repos/extra-any/LICENSE (from rev 186228, 
pyopengl/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2013-05-22 10:37:58 UTC (rev 186229)
@@ -0,0 +1,30 @@
+# Copyright (c) 2006-2008 Alex Holkner
+# All rights reserved.
+# 
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions 
+# are met:
+#
+#  * Redistributions of source code must retain the above copyright
+#notice, this list of conditions and the following disclaimer.
+#  * Redistributions in binary form must reproduce the above copyright 
+#notice, this list of conditions and the following disclaimer in
+#the documentation and/or other materials provided with the
+#distribution.
+#  * Neither the name of pyglet nor the names of its
+#contributors may be used to endorse or promote products
+#derived from this software without specific prior written
+#permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+# AS IS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
+# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
+# COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
+# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
+# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+# POSSIBILITY OF SUCH DAMAGE.

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-22 10:37:54 UTC (rev 186228)
+++ PKGBUILD2013-05-22 10:37:58 UTC (rev 186229)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Josh Taylor joshtaylor.m...@gmail.com
-# Contributor: simo s...@archlinux.org
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgbase=pyopengl
-pkgname=('python2-opengl' 'python-opengl')
-pkgver=3.0.2
-pkgrel=2
-pkgdesc=The cross platform Python binding to OpenGL and related APIs
-url=http://pyopengl.sourceforge.net/;
-license=('BSD')
-arch=('any')
-makedepends=('freeglut' 'python2-distribute' 'python-distribute')

[arch-commits] Commit in ejabberd/repos/community-i686 (8 files)

2013-05-22 Thread Sergej Pupykin
Date: Wednesday, May 22, 2013 @ 12:39:12
  Author: spupykin
Revision: 91431

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

Added:
  ejabberd/repos/community-i686/PKGBUILD
(from rev 91430, ejabberd/trunk/PKGBUILD)
  ejabberd/repos/community-i686/ejabberd.install
(from rev 91430, ejabberd/trunk/ejabberd.install)
  ejabberd/repos/community-i686/ejabberd.logrotate
(from rev 91430, ejabberd/trunk/ejabberd.logrotate)
  ejabberd/repos/community-i686/ejabberd.service
(from rev 91430, ejabberd/trunk/ejabberd.service)
Deleted:
  ejabberd/repos/community-i686/PKGBUILD
  ejabberd/repos/community-i686/ejabberd.install
  ejabberd/repos/community-i686/ejabberd.logrotate
  ejabberd/repos/community-i686/ejabberd.service

+
 PKGBUILD   |   86 +--
 ejabberd.install   |   50 ++---
 ejabberd.logrotate |   24 +++---
 ejabberd.service   |   26 +++
 4 files changed, 93 insertions(+), 93 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-22 10:38:48 UTC (rev 91430)
+++ PKGBUILD2013-05-22 10:39:12 UTC (rev 91431)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Jeff 'codemac' Mickey j...@archlinux.org
-# Contributor: Alexander Rødseth rods...@gmail.com
-
-pkgname=ejabberd
-pkgver=2.1.12
-pkgrel=2
-pkgdesc=Jabber server written in Erlang
-arch=('x86_64' 'i686')
-url=http://www.ejabberd.im/;
-license=(GPL)
-depends=('expat' 'openssl' 'zlib' 'erlang' 'pam' 'iproute2')
-backup=('etc/ejabberd/ejabberd.cfg'
-   'etc/ejabberd/ejabberdctl.cfg'
-   'etc/logrotate.d/ejabberd')
-install=$pkgname.install
-source=(http://www.process-one.net/downloads/ejabberd/${pkgver/_/-}/ejabberd-${pkgver}.tgz;
-   $pkgname.logrotate
-   ejabberd.service)
-md5sums=('7d49242cf04282f3c4cebfafa2cc2f46'
- 'f97c8a96160f30e0aecc9526c12e6606'
- 'df32aa17e40a7bc5d9946d3ba6fe5e16')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver/src
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---enable-pam --enable-odbc
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver/src
-  make DESTDIR=$pkgdir install
-  install -d $pkgdir/var/lib/$pkgname
-  install -D -m0644 $srcdir/$pkgname.logrotate 
$pkgdir/etc/logrotate.d/$pkgname
-  chmod ug+r $pkgdir/etc/$pkgname/*
-  chmod a+rx $pkgdir/usr/sbin/ejabberdctl
-  rm -rf $pkgdir/var/lock
-  install -Dm0644 $srcdir/ejabberd.service 
$pkgdir/usr/lib/systemd/system/ejabberd.service
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ejabberd/repos/community-i686/PKGBUILD (from rev 91430, 
ejabberd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-22 10:39:12 UTC (rev 91431)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Jeff 'codemac' Mickey j...@archlinux.org
+# Contributor: Alexander Rødseth rods...@gmail.com
+
+pkgname=ejabberd
+pkgver=2.1.12
+pkgrel=3
+pkgdesc=Jabber server written in Erlang
+arch=('x86_64' 'i686')
+url=http://www.ejabberd.im/;
+license=(GPL)
+depends=('expat' 'openssl' 'zlib' 'erlang' 'pam' 'iproute2')
+backup=('etc/ejabberd/ejabberd.cfg'
+   'etc/ejabberd/ejabberdctl.cfg'
+   'etc/logrotate.d/ejabberd')
+install=$pkgname.install
+source=(http://www.process-one.net/downloads/ejabberd/${pkgver/_/-}/ejabberd-${pkgver}.tgz;
+   $pkgname.logrotate
+   ejabberd.service)
+md5sums=('7d49242cf04282f3c4cebfafa2cc2f46'
+ 'f97c8a96160f30e0aecc9526c12e6606'
+ 'df32aa17e40a7bc5d9946d3ba6fe5e16')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver/src
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--enable-pam --enable-odbc
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver/src
+  make DESTDIR=$pkgdir install
+  install -d $pkgdir/var/lib/$pkgname
+  install -D -m0644 $srcdir/$pkgname.logrotate 
$pkgdir/etc/logrotate.d/$pkgname
+  chmod ug+r $pkgdir/etc/$pkgname/*
+  chmod a+rx $pkgdir/usr/sbin/ejabberdctl 
$pkgdir/usr/lib/ejabberd/priv/bin/captcha.sh
+  rm -rf $pkgdir/var/lock
+  install -Dm0644 $srcdir/ejabberd.service 
$pkgdir/usr/lib/systemd/system/ejabberd.service
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: ejabberd.install
===
--- ejabberd.install2013-05-22 10:38:48 UTC (rev 91430)
+++ ejabberd.install2013-05-22 10:39:12 UTC (rev 91431)
@@ -1,25 +0,0 @@
-post_install() {
-  groupadd -r jabber
-  useradd -r -G jabber -d /var/lib/ejabberd ejabberd
-  chown -R ejabberd.jabber /var/log/ejabberd
-  chown -R ejabberd.jabber /var/lib/ejabberd
-  chown root:ejabberd /usr/lib/ejabberd/priv/bin/epam
-  chown root:ejabberd /etc/ejabberd/ejabberd.cfg /etc/ejabberd/ejabberdctl.cfg 
/etc/ejabberd
-  chmod 4750 /usr/lib/ejabberd/priv/bin/epam
-}
-

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

2013-05-22 Thread Sergej Pupykin
Date: Wednesday, May 22, 2013 @ 12:38:48
  Author: spupykin
Revision: 91430

upgpkg: ejabberd 2.1.12-3

upd

Modified:
  ejabberd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-22 10:30:05 UTC (rev 91429)
+++ PKGBUILD2013-05-22 10:38:48 UTC (rev 91430)
@@ -5,7 +5,7 @@
 
 pkgname=ejabberd
 pkgver=2.1.12
-pkgrel=2
+pkgrel=3
 pkgdesc=Jabber server written in Erlang
 arch=('x86_64' 'i686')
 url=http://www.ejabberd.im/;
@@ -35,7 +35,7 @@
   install -d $pkgdir/var/lib/$pkgname
   install -D -m0644 $srcdir/$pkgname.logrotate 
$pkgdir/etc/logrotate.d/$pkgname
   chmod ug+r $pkgdir/etc/$pkgname/*
-  chmod a+rx $pkgdir/usr/sbin/ejabberdctl
+  chmod a+rx $pkgdir/usr/sbin/ejabberdctl 
$pkgdir/usr/lib/ejabberd/priv/bin/captcha.sh
   rm -rf $pkgdir/var/lock
   install -Dm0644 $srcdir/ejabberd.service 
$pkgdir/usr/lib/systemd/system/ejabberd.service
 }



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

2013-05-22 Thread Sergej Pupykin
Date: Wednesday, May 22, 2013 @ 12:39:51
  Author: spupykin
Revision: 91432

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

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

-+
 /PKGBUILD   |   86 ++
 /ejabberd.install   |   50 +++
 /ejabberd.logrotate |   24 +
 /ejabberd.service   |   26 ++
 community-i686/PKGBUILD |   43 -
 community-i686/ejabberd.install |   25 -
 community-i686/ejabberd.logrotate   |   12 
 community-i686/ejabberd.service |   13 -
 community-x86_64/PKGBUILD   |   43 -
 community-x86_64/ejabberd.install   |   25 -
 community-x86_64/ejabberd.logrotate |   12 
 community-x86_64/ejabberd.service   |   13 -
 12 files changed, 186 insertions(+), 186 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-22 10:39:12 UTC (rev 91431)
+++ community-i686/PKGBUILD 2013-05-22 10:39:51 UTC (rev 91432)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Jeff 'codemac' Mickey j...@archlinux.org
-# Contributor: Alexander Rødseth rods...@gmail.com
-
-pkgname=ejabberd
-pkgver=2.1.12
-pkgrel=3
-pkgdesc=Jabber server written in Erlang
-arch=('x86_64' 'i686')
-url=http://www.ejabberd.im/;
-license=(GPL)
-depends=('expat' 'openssl' 'zlib' 'erlang' 'pam' 'iproute2')
-backup=('etc/ejabberd/ejabberd.cfg'
-   'etc/ejabberd/ejabberdctl.cfg'
-   'etc/logrotate.d/ejabberd')
-install=$pkgname.install
-source=(http://www.process-one.net/downloads/ejabberd/${pkgver/_/-}/ejabberd-${pkgver}.tgz;
-   $pkgname.logrotate
-   ejabberd.service)
-md5sums=('7d49242cf04282f3c4cebfafa2cc2f46'
- 'f97c8a96160f30e0aecc9526c12e6606'
- 'df32aa17e40a7bc5d9946d3ba6fe5e16')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver/src
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---enable-pam --enable-odbc
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver/src
-  make DESTDIR=$pkgdir install
-  install -d $pkgdir/var/lib/$pkgname
-  install -D -m0644 $srcdir/$pkgname.logrotate 
$pkgdir/etc/logrotate.d/$pkgname
-  chmod ug+r $pkgdir/etc/$pkgname/*
-  chmod a+rx $pkgdir/usr/sbin/ejabberdctl 
$pkgdir/usr/lib/ejabberd/priv/bin/captcha.sh
-  rm -rf $pkgdir/var/lock
-  install -Dm0644 $srcdir/ejabberd.service 
$pkgdir/usr/lib/systemd/system/ejabberd.service
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ejabberd/repos/community-i686/PKGBUILD (from rev 91431, 
ejabberd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-22 10:39:51 UTC (rev 91432)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Jeff 'codemac' Mickey j...@archlinux.org
+# Contributor: Alexander Rødseth rods...@gmail.com
+
+pkgname=ejabberd
+pkgver=2.1.12
+pkgrel=3
+pkgdesc=Jabber server written in Erlang
+arch=('x86_64' 'i686')
+url=http://www.ejabberd.im/;
+license=(GPL)
+depends=('expat' 'openssl' 'zlib' 'erlang' 'pam' 'iproute2')
+backup=('etc/ejabberd/ejabberd.cfg'
+   'etc/ejabberd/ejabberdctl.cfg'
+   'etc/logrotate.d/ejabberd')
+install=$pkgname.install
+source=(http://www.process-one.net/downloads/ejabberd/${pkgver/_/-}/ejabberd-${pkgver}.tgz;
+   $pkgname.logrotate
+   ejabberd.service)
+md5sums=('7d49242cf04282f3c4cebfafa2cc2f46'
+ 'f97c8a96160f30e0aecc9526c12e6606'
+ 'df32aa17e40a7bc5d9946d3ba6fe5e16')
+
+build() {
+  cd 

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

2013-05-22 Thread Jan de Groot
Date: Wednesday, May 22, 2013 @ 12:53:24
  Author: jgc
Revision: 186230

Move libgs2 plugin to cyrus-sasl-gssapi

Modified:
  cyrus-sasl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-22 10:37:58 UTC (rev 186229)
+++ PKGBUILD2013-05-22 10:53:24 UTC (rev 186230)
@@ -8,7 +8,7 @@
 pkgname=('cyrus-sasl' 'cyrus-sasl-gssapi' 'cyrus-sasl-ldap' 'cyrus-sasl-sql')
 #pkgname=libsasl
 pkgver=2.1.26
-pkgrel=2
+pkgrel=3
 pkgdesc=Cyrus Simple Authentication Service Layer (SASL) library
 arch=('i686' 'x86_64')
 url=http://cyrusimap.web.cmu.edu/;
@@ -119,6 +119,7 @@
   rm -f ${pkgdir}/usr/lib/sasl2/libsql.so*
   rm -f ${pkgdir}/usr/lib/sasl2/libgssapiv2.so*
   rm -f ${pkgdir}/usr/lib/sasl2/libldapdb.so*
+  rm -f ${pkgdir}/usr/lib/sasl2/libgs2.so*
   install -m755 -d ${pkgdir}/usr/share/licenses/libsasl
   install -m644 COPYING ${pkgdir}/usr/share/licenses/libsasl/
 }
@@ -147,6 +148,7 @@
   cd ${srcdir}/cyrus-sasl-${pkgver}/plugins
   install -m755 -d ${pkgdir}/usr/lib/sasl2
   cp -a .libs/libgssapiv2.so* ${pkgdir}/usr/lib/sasl2/
+  cp -a .libs/libgs2.so* ${pkgdir}/usr/lib/sasl2/
 
   install -m755 -d ${pkgdir}/usr/share/licenses/cyrus-sasl-gssapi
   ln -sf ../libsasl/COPYING ${pkgdir}/usr/share/licenses/cyrus-sasl-gssapi/



[arch-commits] Commit in libsasl (trunk)

2013-05-22 Thread Jan de Groot
Date: Wednesday, May 22, 2013 @ 13:02:20
  Author: jgc
Revision: 186231

When I say merge changes on top of PKGBUILDs, don't make changes in both 
directories making it impossible to merge

Deleted:
  libsasl/trunk/



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

2013-05-22 Thread Jan de Groot
Date: Wednesday, May 22, 2013 @ 13:02:55
  Author: jgc
Revision: 186232

Copy from cyrus-sasl... let's start over

Added:
  libsasl/trunk/
  libsasl/trunk/PKGBUILD
(from rev 186230, cyrus-sasl/trunk/PKGBUILD)
Deleted:
  libsasl/trunk/PKGBUILD

+
 /PKGBUILD  |  181 +++
 trunk/PKGBUILD |  179 --
 2 files changed, 181 insertions(+), 179 deletions(-)

Deleted: trunk/PKGBUILD
===
--- cyrus-sasl/trunk/PKGBUILD   2013-05-22 10:21:47 UTC (rev 186227)
+++ trunk/PKGBUILD  2013-05-22 11:02:55 UTC (rev 186232)
@@ -1,179 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-# This package spans multiple repositories. 
-# Always build from cyrus-sasl/trunk and merge changes to libsasl/trunk.
-
-pkgbase=('cyrus-sasl')
-pkgname=('cyrus-sasl' 'cyrus-sasl-gssapi' 'cyrus-sasl-ldap' 'cyrus-sasl-sql')
-#pkgname=libsasl
-pkgver=2.1.26
-pkgrel=2
-pkgdesc=Cyrus Simple Authentication Service Layer (SASL) library
-arch=('i686' 'x86_64')
-url=http://cyrusimap.web.cmu.edu/;
-license=('custom')
-options=('!makeflags' '!libtool')
-makedepends=('postgresql-libs' 'libmariadbclient' 'libldap' 'krb5' 'openssl' 
'sqlite2')
-source=(ftp://ftp.cyrusimap.org/cyrus-sasl/cyrus-sasl-${pkgver}.tar.gz
-cyrus-sasl-2.1.22-qa.patch
-cyrus-sasl-2.1.26-size_t.patch
-0010_maintainer_mode.patch
-0011_saslauthd_ac_prog_libtool.patch
-0025_ld_as_needed.patch
-0026_drop_krb5support_dependency.patch
-0030-dont_use_la_files_for_opening_plugins.patch
-saslauthd.service
-saslauthd.conf.d
-saslauthd
-tmpfiles.conf)
-md5sums=('a7f4e5e559a0e37b3ffc438c9456e425'
- '79b8a5e8689989e2afd4b7bda595a7b1'
- 'f45aa8c42b32e0569ab3d14a83485b37'
- 'f45d8b60e8f74dd7f7c2ec1665fa602a'
- '9d93880514cb5ff5da969f1ceb64a661'
- '62bf892fe4d1df41ff748e91a1afaf67'
- 'b7848957357e7c02d6490102be496bf9'
- '8e7106f32e495e9ade69014fd1b3352a'
- '3499dcd610ad1ad58e0faffde2aa7a23'
- '49219af5641150edec288a3fdb65e7c1'
- '75542f613185d5a90520ad0d7d926a20'
- '45bb0192d2f188066240b9a66ee6365f')
-
-build() {
-  export CFLAGS=$CFLAGS -fPIC
-
-  cd ${srcdir}/cyrus-sasl-${pkgver}
-  patch -Np1 -i ${srcdir}/cyrus-sasl-2.1.22-qa.patch
-  patch -Np1 -i ${srcdir}/cyrus-sasl-2.1.26-size_t.patch
-  patch -Np1 -i ${srcdir}/0010_maintainer_mode.patch
-  patch -Np1 -i ${srcdir}/0011_saslauthd_ac_prog_libtool.patch
-  patch -Np1 -i ${srcdir}/0025_ld_as_needed.patch
-  patch -Np1 -i ${srcdir}/0026_drop_krb5support_dependency.patch
-  patch -Np1 -i ${srcdir}/0030-dont_use_la_files_for_opening_plugins.patch
-
-  sed 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' -i configure.in
-  rm -f config/config.guess config/config.sub 
-  rm -f config/ltconfig config/ltmain.sh config/libtool.m4
-  rm -fr autom4te.cache
-  libtoolize -c
-  aclocal -I config -I cmulocal
-  automake -a -c
-  autoheader
-  autoconf
-
-  pushd saslauthd
-  rm -f config/config.guess config/config.sub 
-  rm -f config/ltconfig config/ltmain.sh config/libtool.m4
-  rm -fr autom4te.cache
-  libtoolize -c
-  aclocal -I config -I ../cmulocal -I ../config
-  automake -a -c
-  autoheader
-  autoconf
-  popd
-
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man \
-  --infodir=/usr/share/info \
-  --disable-static \
-  --enable-shared \
-  --enable-alwaystrue \
-  --enable-checkapop \
-  --enable-cram \
-  --enable-digest \
-  --disable-otp \
-  --disable-srp \
-  --disable-srp-setpass \
-  --disable-krb4 \
-  --enable-gssapi \
-  --enable-auth-sasldb \
-  --enable-plain \
-  --enable-anon \
-  --enable-login \
-  --enable-ntlm \
-  --disable-passdss \
-  --enable-sql \
-  --enable-ldapdb \
-  --disable-macos-framework \
-  --with-pam \
-  --with-saslauthd=/var/run/saslauthd \
-  --with-ldap \
-  --with-configdir=/etc/sasl2:/etc/sasl:/usr/lib/sasl2 \
-  --sysconfdir=/etc \
-  --with-devrandom=/dev/urandom
-  make
-}
-
-package_libsasl() {
-  pkgdesc=Cyrus Simple Authentication Service Layer (SASL) Library
-  depends=('openssl')
-  conflicts=('cyrus-sasl-plugins')
-
-  cd ${srcdir}/cyrus-sasl-${pkgver}
-  for dir in include lib sasldb plugins utils; do
-pushd ${dir}
-make DESTDIR=${pkgdir} install
-popd
-  done
-  rm -f ${pkgdir}/usr/lib/sasl2/libsql.so*
-  rm -f ${pkgdir}/usr/lib/sasl2/libgssapiv2.so*
-  rm -f ${pkgdir}/usr/lib/sasl2/libldapdb.so*
-  install -m755 -d ${pkgdir}/usr/share/licenses/libsasl
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/libsasl/
-}
-
-package_cyrus-sasl() {
-  depends=(libsasl=${pkgver} 'krb5')
-  pkgdesc=Cyrus saslauthd SASL authentication daemon
-  backup=('etc/conf.d/saslauthd')
-
-  cd 

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

2013-05-22 Thread Jan de Groot
Date: Wednesday, May 22, 2013 @ 13:03:49
  Author: jgc
Revision: 186233

Set correct pkgname for core

Modified:
  libsasl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-22 11:02:55 UTC (rev 186232)
+++ PKGBUILD2013-05-22 11:03:49 UTC (rev 186233)
@@ -5,8 +5,8 @@
 # Always build from cyrus-sasl/trunk and merge changes to libsasl/trunk.
 
 pkgbase=('cyrus-sasl')
-pkgname=('cyrus-sasl' 'cyrus-sasl-gssapi' 'cyrus-sasl-ldap' 'cyrus-sasl-sql')
-#pkgname=libsasl
+#pkgname=('cyrus-sasl' 'cyrus-sasl-gssapi' 'cyrus-sasl-ldap' 'cyrus-sasl-sql')
+pkgname=libsasl
 pkgver=2.1.26
 pkgrel=3
 pkgdesc=Cyrus Simple Authentication Service Layer (SASL) library



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

2013-05-22 Thread Jelle van der Waa
Date: Wednesday, May 22, 2013 @ 13:35:13
  Author: jelle
Revision: 91433

upgpkg: hgsvn 0.1.9-3

Clean distribute/setuptools dependencies

Modified:
  hgsvn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-22 10:39:51 UTC (rev 91432)
+++ PKGBUILD2013-05-22 11:35:13 UTC (rev 91433)
@@ -4,12 +4,12 @@
 
 pkgname=hgsvn
 pkgver=0.1.9
-pkgrel=2
+pkgrel=3
 pkgdesc='A set of scripts to work locally on Subversion checkouts using 
Mercurial'
 arch=('any')
 url='http://pypi.python.org/pypi/hgsvn/'
 license=('GPL')
-depends=('python2' 'setuptools' 'svn' 'mercurial')
+depends=('python2' 'svn' 'mercurial')
 makedepends=('python2-nose')
 source=(http://pypi.python.org/packages/source/h/hgsvn/hgsvn-$pkgver.tar.gz;)
 md5sums=('8cf1a9c4ac1554e8a15dc1c60710ea9c')



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

2013-05-22 Thread Jelle van der Waa
Date: Wednesday, May 22, 2013 @ 13:35:41
  Author: jelle
Revision: 91434

archrelease: copy trunk to community-any

Added:
  hgsvn/repos/community-any/PKGBUILD
(from rev 91433, hgsvn/trunk/PKGBUILD)
Deleted:
  hgsvn/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-22 11:35:13 UTC (rev 91433)
+++ PKGBUILD2013-05-22 11:35:41 UTC (rev 91434)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Aaron Schaefer aa...@elasticdog.com
-# Contributor: Mathieu Clabaut mathieu.clab...@gmail.com
-
-pkgname=hgsvn
-pkgver=0.1.9
-pkgrel=2
-pkgdesc='A set of scripts to work locally on Subversion checkouts using 
Mercurial'
-arch=('any')
-url='http://pypi.python.org/pypi/hgsvn/'
-license=('GPL')
-depends=('python2' 'setuptools' 'svn' 'mercurial')
-source=(http://pypi.python.org/packages/source/h/hgsvn/hgsvn-$pkgver.tar.gz;)
-md5sums=('8cf1a9c4ac1554e8a15dc1c60710ea9c')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  python2 setup.py install --root=$pkgdir
-}
-md5sums=('901f2fb04faad5a1e7cf84abfad564fd')

Copied: hgsvn/repos/community-any/PKGBUILD (from rev 91433, 
hgsvn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-22 11:35:41 UTC (rev 91434)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Aaron Schaefer aa...@elasticdog.com
+# Contributor: Mathieu Clabaut mathieu.clab...@gmail.com
+
+pkgname=hgsvn
+pkgver=0.1.9
+pkgrel=3
+pkgdesc='A set of scripts to work locally on Subversion checkouts using 
Mercurial'
+arch=('any')
+url='http://pypi.python.org/pypi/hgsvn/'
+license=('GPL')
+depends=('python2' 'svn' 'mercurial')
+makedepends=('python2-nose')
+source=(http://pypi.python.org/packages/source/h/hgsvn/hgsvn-$pkgver.tar.gz;)
+md5sums=('8cf1a9c4ac1554e8a15dc1c60710ea9c')
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  python2 setup.py install --root=$pkgdir --optimize=1
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+#  python2 setup.py test
+ 
+}
+md5sums=('901f2fb04faad5a1e7cf84abfad564fd')



[arch-commits] Commit in iptables/trunk (6 files)

2013-05-22 Thread Andrea Scarpino
Date: Wednesday, May 22, 2013 @ 14:23:00
  Author: andrea
Revision: 186235

upgpkg: iptables 1.4.18-2

Move files to /usr/bin

Modified:
  iptables/trunk/PKGBUILD
  iptables/trunk/ip6tables.service
  iptables/trunk/iptables.service
Deleted:
  iptables/trunk/ip6tables
  iptables/trunk/iptables
  iptables/trunk/iptables.conf.d

---+
 PKGBUILD  |   19 +++---
 ip6tables |   69 
 ip6tables.service |4 +--
 iptables  |   68 ---
 iptables.conf.d   |   12 -
 iptables.service  |4 +--
 6 files changed, 9 insertions(+), 167 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-22 12:12:20 UTC (rev 186234)
+++ PKGBUILD2013-05-22 12:23:00 UTC (rev 186235)
@@ -4,7 +4,7 @@
 
 pkgname=iptables
 pkgver=1.4.18
-pkgrel=1
+pkgrel=2
 pkgdesc='Linux kernel packet control tool'
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -13,11 +13,8 @@
 makedepends=('linux-api-headers' 'chrpath')
 options=('!libtool')
 
source=(http://www.netfilter.org/projects/iptables/files/${pkgname}-${pkgver}.tar.bz2;
-iptables
-ip6tables
 empty.rules
 simple_firewall.rules
-iptables.conf.d
 empty-filter.rules
 empty-mangle.rules
 empty-nat.rules
@@ -27,21 +24,17 @@
 iptables.service
 ip6tables.service
 iptables-flush)
-backup=(etc/conf.d/iptables)
 sha1sums=('34bf627c8755a61caf3635a998d2a5279f664f9e'
-  '5bb6fa526665cdd728c26f0f282f5a51f220cf88'
-  '2db68906b603e5268736f48c8e251f3a49da1d75'
   '83b3363878e3660ce23b2ad325b53cbd6c796ecf'
   'f085a71f467e4d7cb2cf094d9369b0bcc4bab6ec'
-  'cdb830137192bbe002c6d01058656bd053ed0ddd'
   'd9f9f06b46b4187648e860afa0552335aafe3ce4'
   'c45b738b5ec4cfb11611b984c21a83b91a2d58f3'
   '1694d79b3e6e9d9d543f6a6e75fed06066c9a6c6'
   '7db53bb882f62f6c677cc8559cff83d8bae2ef73'
   'ebbd1424a1564fd45f455a81c61ce348f0a14c2e'
   '44626980a52e49f345a0b1e1ca03060f3a35763c'
-  '5f2e76985a751f635a45612565a6e1bc9547398a'
-  'fe6bbe214b3a13bd084f62a8ee9631fd8326c464'
+  '9306cba67dbeaa004af084a816f66920a6a10faf'
+  '38fa2ffe7965e63b494d333f69193029c1258c28'
   'e7abda09c61142121b6695928d3b71ccd8fdf73a')
 
 build() {
@@ -55,7 +48,8 @@
  ./configure --prefix=/usr \
  --libexecdir=/usr/lib/iptables --sysconfdir=/etc \
  --with-xtlibdir=/usr/lib/iptables \
- --enable-devel --enable-shared
+ --enable-devel --enable-shared \
+ --sbindir=/usr/bin
   make
 }
 
@@ -69,11 +63,8 @@
   chrpath --delete ${pkgdir}/usr/lib/iptables/*.so
 
   cd ${srcdir}
-  install -D -m755 iptables ${pkgdir}/etc/rc.d/iptables
-  install -D -m755 ip6tables ${pkgdir}/etc/rc.d/ip6tables
   install -D -m644 empty.rules ${pkgdir}/etc/iptables/empty.rules
   install -D -m644 simple_firewall.rules 
${pkgdir}/etc/iptables/simple_firewall.rules
-  install -D -m644 iptables.conf.d ${pkgdir}/etc/conf.d/iptables
 
   mkdir -p ${pkgdir}/var/lib/{iptables,ip6tables}
   install -m644 empty-{filter,mangle,nat,raw,security}.rules 
${pkgdir}/var/lib/iptables

Deleted: ip6tables
===
--- ip6tables   2013-05-22 12:12:20 UTC (rev 186234)
+++ ip6tables   2013-05-22 12:23:00 UTC (rev 186235)
@@ -1,69 +0,0 @@
-#!/bin/bash
-
-# source application-specific settings
-[ -f /etc/conf.d/iptables ]  . /etc/conf.d/iptables
-
-# Set defaults if settings are missing
-[ -z $IP6TABLES_CONF ]  IP6TABLES_CONF=/etc/iptables/ip6tables.rules
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-case $1 in
-   start)
-   if [ ! -f $IP6TABLES_CONF ]; then
-   echo Cannot load ip6tables rules: $IP6TABLES_CONF is 
missing! 2
-   exit 1
-   fi
-   stat_busy Starting IP6 Tables
-   if [ $IPTABLES_FORWARD = 1 ]; then
-   echo 1 /proc/sys/net/ipv6/conf/default/forwarding
-   echo 1 /proc/sys/net/ipv6/conf/all/forwarding
-   fi
-   if ck_daemon ip6tables; then
-   /usr/sbin/ip6tables-restore  $IP6TABLES_CONF
-   if [ $? -gt 0 ]; then
-   stat_fail
-   else
-   add_daemon ip6tables
-   stat_done
-   fi
-   else
-   stat_fail
-   fi
-   ;;
-   stop)
-   stat_busy Stopping IP6 Tables
-   if ! ck_daemon ip6tables; then
-   fail=0
-   for table in $(cat /proc/net/ip6_tables_names); do
-   ip6tables-restore  

[arch-commits] Commit in iptables/repos (28 files)

2013-05-22 Thread Andrea Scarpino
Date: Wednesday, May 22, 2013 @ 14:23:19
  Author: andrea
Revision: 186236

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

Added:
  iptables/repos/testing-i686/
  iptables/repos/testing-i686/0503-extension_cppflags.patch
(from rev 186235, iptables/trunk/0503-extension_cppflags.patch)
  iptables/repos/testing-i686/PKGBUILD
(from rev 186235, iptables/trunk/PKGBUILD)
  iptables/repos/testing-i686/empty-filter.rules
(from rev 186235, iptables/trunk/empty-filter.rules)
  iptables/repos/testing-i686/empty-mangle.rules
(from rev 186235, iptables/trunk/empty-mangle.rules)
  iptables/repos/testing-i686/empty-nat.rules
(from rev 186235, iptables/trunk/empty-nat.rules)
  iptables/repos/testing-i686/empty-raw.rules
(from rev 186235, iptables/trunk/empty-raw.rules)
  iptables/repos/testing-i686/empty-security.rules
(from rev 186235, iptables/trunk/empty-security.rules)
  iptables/repos/testing-i686/empty.rules
(from rev 186235, iptables/trunk/empty.rules)
  iptables/repos/testing-i686/ip6tables.service
(from rev 186235, iptables/trunk/ip6tables.service)
  iptables/repos/testing-i686/iptables-1.4.12-fixresore.patch
(from rev 186235, iptables/trunk/iptables-1.4.12-fixresore.patch)
  iptables/repos/testing-i686/iptables-flush
(from rev 186235, iptables/trunk/iptables-flush)
  iptables/repos/testing-i686/iptables.service
(from rev 186235, iptables/trunk/iptables.service)
  iptables/repos/testing-i686/simple_firewall.rules
(from rev 186235, iptables/trunk/simple_firewall.rules)
  iptables/repos/testing-x86_64/
  iptables/repos/testing-x86_64/0503-extension_cppflags.patch
(from rev 186235, iptables/trunk/0503-extension_cppflags.patch)
  iptables/repos/testing-x86_64/PKGBUILD
(from rev 186235, iptables/trunk/PKGBUILD)
  iptables/repos/testing-x86_64/empty-filter.rules
(from rev 186235, iptables/trunk/empty-filter.rules)
  iptables/repos/testing-x86_64/empty-mangle.rules
(from rev 186235, iptables/trunk/empty-mangle.rules)
  iptables/repos/testing-x86_64/empty-nat.rules
(from rev 186235, iptables/trunk/empty-nat.rules)
  iptables/repos/testing-x86_64/empty-raw.rules
(from rev 186235, iptables/trunk/empty-raw.rules)
  iptables/repos/testing-x86_64/empty-security.rules
(from rev 186235, iptables/trunk/empty-security.rules)
  iptables/repos/testing-x86_64/empty.rules
(from rev 186235, iptables/trunk/empty.rules)
  iptables/repos/testing-x86_64/ip6tables.service
(from rev 186235, iptables/trunk/ip6tables.service)
  iptables/repos/testing-x86_64/iptables-1.4.12-fixresore.patch
(from rev 186235, iptables/trunk/iptables-1.4.12-fixresore.patch)
  iptables/repos/testing-x86_64/iptables-flush
(from rev 186235, iptables/trunk/iptables-flush)
  iptables/repos/testing-x86_64/iptables.service
(from rev 186235, iptables/trunk/iptables.service)
  iptables/repos/testing-x86_64/simple_firewall.rules
(from rev 186235, iptables/trunk/simple_firewall.rules)

+
 testing-i686/0503-extension_cppflags.patch |   13 +++
 testing-i686/PKGBUILD  |   78 +++
 testing-i686/empty-filter.rules|6 +
 testing-i686/empty-mangle.rules|8 ++
 testing-i686/empty-nat.rules   |7 ++
 testing-i686/empty-raw.rules   |5 +
 testing-i686/empty-security.rules  |6 +
 testing-i686/empty.rules   |6 +
 testing-i686/ip6tables.service |   12 +++
 testing-i686/iptables-1.4.12-fixresore.patch   |   28 
 testing-i686/iptables-flush|   18 +
 testing-i686/iptables.service  |   12 +++
 testing-i686/simple_firewall.rules |   11 +++
 testing-x86_64/0503-extension_cppflags.patch   |   13 +++
 testing-x86_64/PKGBUILD|   78 +++
 testing-x86_64/empty-filter.rules  |6 +
 testing-x86_64/empty-mangle.rules  |8 ++
 testing-x86_64/empty-nat.rules |7 ++
 testing-x86_64/empty-raw.rules |5 +
 testing-x86_64/empty-security.rules|6 +
 testing-x86_64/empty.rules |6 +
 testing-x86_64/ip6tables.service   |   12 +++
 testing-x86_64/iptables-1.4.12-fixresore.patch |   28 
 testing-x86_64/iptables-flush  |   18 +
 testing-x86_64/iptables.service|   12 +++
 testing-x86_64/simple_firewall.rules   |   11 +++
 26 files changed, 420 insertions(+)

Copied: iptables/repos/testing-i686/0503-extension_cppflags.patch (from rev 
186235, iptables/trunk/0503-extension_cppflags.patch)
===
--- testing-i686/0503-extension_cppflags.patch  (rev 0)
+++ testing-i686/0503-extension_cppflags.patch  2013-05-22 12:23:19 UTC (rev 

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

2013-05-22 Thread Jakob Gruber
Date: Wednesday, May 22, 2013 @ 16:15:00
  Author: schuay
Revision: 91436

mcomix 1.00-3, FS#35418, FS#35422

Modified:
  mcomix/trunk/PKGBUILD
  mcomix/trunk/mcomix.install

+
 PKGBUILD   |6 +++---
 mcomix.install |   12 ++--
 2 files changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-22 12:23:25 UTC (rev 91435)
+++ PKGBUILD2013-05-22 14:15:00 UTC (rev 91436)
@@ -4,14 +4,14 @@
 
 pkgname=mcomix
 pkgver=1.00
-pkgrel=2
+pkgrel=3
 pkgdesc=A user-friendly, customizable image viewer specifically designed to 
handle comic books
 arch=('any')
 url=http://sourceforge.net/projects/mcomix/;
 license=('GPL')
 depends=('pygtk' 'python-imaging' 'xdg-utils' 'python2' \
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('gettext' 'intltool' 'python2-distribute')
+ 'desktop-file-utils' 'hicolor-icon-theme' 'python2-distribute')
+makedepends=('gettext' 'intltool')
 optdepends=('unrar: for rar compressed comics')
 conflicts=('comix')
 replaces=('comix')

Modified: mcomix.install
===
--- mcomix.install  2013-05-22 12:23:25 UTC (rev 91435)
+++ mcomix.install  2013-05-22 14:15:00 UTC (rev 91436)
@@ -2,11 +2,11 @@
 
 post_install() {
   if [ -f usr/sbin/gconfpkg ]; then
-  usr/sbin/gconfpkg --install ${pkgname}
+  usr/sbin/gconfpkg --install ${pkgname}  /dev/null
   fi
-  xdg-icon-resource forceupdate
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
   update-desktop-database -q
-  update-mime-database usr/share/mime
+  update-mime-database usr/share/mime  /dev/null
 }
 
 pre_upgrade() {
@@ -19,12 +19,12 @@
 
 pre_remove() {
   if [ -f usr/sbin/gconfpkg ]; then
-  usr/sbin/gconfpkg --uninstall ${pkgname}
+  usr/sbin/gconfpkg --uninstall ${pkgname}  /dev/null
   fi
 }
 
 post_remove() {
-  xdg-icon-resource forceupdate
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
   update-desktop-database -q
-  update-mime-database usr/share/mime
+  update-mime-database usr/share/mime  /dev/null
 }



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

2013-05-22 Thread Jakob Gruber
Date: Wednesday, May 22, 2013 @ 16:15:11
  Author: schuay
Revision: 91437

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |   90 +++
 mcomix.install |   60 ++--
 2 files changed, 75 insertions(+), 75 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-22 14:15:00 UTC (rev 91436)
+++ PKGBUILD2013-05-22 14:15:11 UTC (rev 91437)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: schuay jakob.gru...@gmail.com
-# Contributor: Ray Powell ray...@xphoniexx.net
-
-pkgname=mcomix
-pkgver=1.00
-pkgrel=2
-pkgdesc=A user-friendly, customizable image viewer specifically designed to 
handle comic books
-arch=('any')
-url=http://sourceforge.net/projects/mcomix/;
-license=('GPL')
-depends=('pygtk' 'python-imaging' 'xdg-utils' 'python2' \
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('gettext' 'intltool' 'python2-distribute')
-optdepends=('unrar: for rar compressed comics')
-conflicts=('comix')
-replaces=('comix')
-install='mcomix.install'
-source=(http://downloads.sourceforge.net/project/mcomix/MComix-${pkgver}/mcomix-${pkgver}.tar.bz2;)
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # python2 fix
-  for file in $(grep -Rl /usr/bin/env python .);
-  do
-sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
-  done
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  export PYTHONPATH=${pkgdir}/usr/lib/python2.7/site-packages/
-  mkdir -p $PYTHONPATH
-
-  python2 setup.py install --prefix=/usr --optimize=1 \
---single-version-externally-managed --root=${pkgdir}
-
-  install -Dm755 mime/comicthumb ${pkgdir}/usr/bin/comicthumb
-  install -Dm644 mime/comicthumb.1.gz 
${pkgdir}/usr/share/man/man1/comicthumb.1.gz
-  install -Dm644 mime/comicbook.schemas 
${pkgdir}/usr/share/gconf/schemas/mcomix.schemas
-}
-
-md5sums=('3a916dd9da17043ab59ccd17e26eb932')

Copied: mcomix/repos/community-any/PKGBUILD (from rev 91436, 
mcomix/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-22 14:15:11 UTC (rev 91437)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: schuay jakob.gru...@gmail.com
+# Contributor: Ray Powell ray...@xphoniexx.net
+
+pkgname=mcomix
+pkgver=1.00
+pkgrel=3
+pkgdesc=A user-friendly, customizable image viewer specifically designed to 
handle comic books
+arch=('any')
+url=http://sourceforge.net/projects/mcomix/;
+license=('GPL')
+depends=('pygtk' 'python-imaging' 'xdg-utils' 'python2' \
+ 'desktop-file-utils' 'hicolor-icon-theme' 'python2-distribute')
+makedepends=('gettext' 'intltool')
+optdepends=('unrar: for rar compressed comics')
+conflicts=('comix')
+replaces=('comix')
+install='mcomix.install'
+source=(http://downloads.sourceforge.net/project/mcomix/MComix-${pkgver}/mcomix-${pkgver}.tar.bz2;)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # python2 fix
+  for file in $(grep -Rl /usr/bin/env python .);
+  do
+sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
+  done
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  export PYTHONPATH=${pkgdir}/usr/lib/python2.7/site-packages/
+  mkdir -p $PYTHONPATH
+
+  python2 setup.py install --prefix=/usr --optimize=1 \
+--single-version-externally-managed --root=${pkgdir}
+
+  install -Dm755 mime/comicthumb ${pkgdir}/usr/bin/comicthumb
+  install -Dm644 mime/comicthumb.1.gz 
${pkgdir}/usr/share/man/man1/comicthumb.1.gz
+  install -Dm644 mime/comicbook.schemas 
${pkgdir}/usr/share/gconf/schemas/mcomix.schemas
+}
+
+md5sums=('3a916dd9da17043ab59ccd17e26eb932')

Deleted: mcomix.install
===
--- mcomix.install  2013-05-22 14:15:00 UTC (rev 91436)
+++ mcomix.install  2013-05-22 14:15:11 UTC (rev 91437)
@@ -1,30 +0,0 @@
-pkgname=mcomix
-
-post_install() {
-  if [ -f usr/sbin/gconfpkg ]; then
-  usr/sbin/gconfpkg --install ${pkgname}
-  fi
-  xdg-icon-resource forceupdate
-  update-desktop-database -q
-  update-mime-database usr/share/mime
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  if [ -f usr/sbin/gconfpkg ]; then
-  usr/sbin/gconfpkg --uninstall ${pkgname}
-  fi
-}
-
-post_remove() {
-  xdg-icon-resource forceupdate
-  update-desktop-database -q
-  update-mime-database usr/share/mime
-}

Copied: mcomix/repos/community-any/mcomix.install (from rev 91436, 
mcomix/trunk/mcomix.install)
===
--- mcomix.install  (rev 0)

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

2013-05-22 Thread Giovanni Scafora
Date: Wednesday, May 22, 2013 @ 16:18:32
  Author: giovanni
Revision: 91438

upgpkg: python2-pycountry 0.14.8-2

Clean distribute/setuptools dependencies

Modified:
  python2-pycountry/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-22 14:15:11 UTC (rev 91437)
+++ PKGBUILD2013-05-22 14:18:32 UTC (rev 91438)
@@ -4,12 +4,13 @@
 
 pkgname=python2-pycountry
 pkgver=0.14.8
-pkgrel=1
+pkgrel=2
 pkgdesc=ISO country, subdivision, language, currency and script definitions 
and their translations
 arch=('any')
 url=http://pypi.python.org/pypi/pycountry;
-license=('LGPL')
-depends=('python2-lxml' 'python2-distribute')
+license=('LGPL2.1')
+depends=('python2-lxml')
+makedepends=('python2-distribute')
 
source=(http://pypi.python.org/packages/source/p/pycountry/pycountry-$pkgver.zip;)
 md5sums=('2c775e379ba5ca2363f4f595ac9304ba')
 



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

2013-05-22 Thread Giovanni Scafora
Date: Wednesday, May 22, 2013 @ 16:18:38
  Author: giovanni
Revision: 91439

archrelease: copy trunk to community-any

Added:
  python2-pycountry/repos/community-any/PKGBUILD
(from rev 91438, python2-pycountry/trunk/PKGBUILD)
Deleted:
  python2-pycountry/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-22 14:18:32 UTC (rev 91438)
+++ PKGBUILD2013-05-22 14:18:38 UTC (rev 91439)
@@ -1,20 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor:  Pawel kTT Salata rockplayer...@gmail.com
-
-pkgname=python2-pycountry
-pkgver=0.14.8
-pkgrel=1
-pkgdesc=ISO country, subdivision, language, currency and script definitions 
and their translations
-arch=('any')
-url=http://pypi.python.org/pypi/pycountry;
-license=('LGPL')
-depends=('python2-lxml' 'python2-distribute')
-source=(http://pypi.python.org/packages/source/p/pycountry/pycountry-$pkgver.zip;)
-md5sums=('2c775e379ba5ca2363f4f595ac9304ba')
-
-package() {
-  cd ${srcdir}/pycountry-${pkgver}
-
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-}

Copied: python2-pycountry/repos/community-any/PKGBUILD (from rev 91438, 
python2-pycountry/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-22 14:18:38 UTC (rev 91439)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor:  Pawel kTT Salata rockplayer...@gmail.com
+
+pkgname=python2-pycountry
+pkgver=0.14.8
+pkgrel=2
+pkgdesc=ISO country, subdivision, language, currency and script definitions 
and their translations
+arch=('any')
+url=http://pypi.python.org/pypi/pycountry;
+license=('LGPL2.1')
+depends=('python2-lxml')
+makedepends=('python2-distribute')
+source=(http://pypi.python.org/packages/source/p/pycountry/pycountry-$pkgver.zip;)
+md5sums=('2c775e379ba5ca2363f4f595ac9304ba')
+
+package() {
+  cd ${srcdir}/pycountry-${pkgver}
+
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+}



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

2013-05-22 Thread Laurent Carlier
Date: Wednesday, May 22, 2013 @ 17:08:17
  Author: lcarlier
Revision: 91440

upgpkg: lib32-alsa-lib 1.0.27.1-1

Sync with extra

Modified:
  lib32-alsa-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-22 14:18:38 UTC (rev 91439)
+++ PKGBUILD2013-05-22 15:08:17 UTC (rev 91440)
@@ -3,7 +3,7 @@
 
 _pkgbasename=alsa-lib
 pkgname=lib32-${_pkgbasename}
-pkgver=1.0.27
+pkgver=1.0.27.1
 pkgrel=1
 pkgdesc=An alternative implementation of Linux sound support (32 bit)
 arch=('x86_64')
@@ -13,7 +13,7 @@
 license=('GPL')
 options=(!libtool)
 source=(ftp://ftp.alsa-project.org/pub/lib/${_pkgbasename}-$pkgver.tar.bz2)
-md5sums=('f090c7dbd0fe57d786d82e411eac2d08')
+md5sums=('17102aaab10e9d4b19f6b02937bab015')
 
 build() {
   cd $srcdir/${_pkgbasename}-$pkgver



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

2013-05-22 Thread Laurent Carlier
Date: Wednesday, May 22, 2013 @ 17:08:25
  Author: lcarlier
Revision: 91441

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-alsa-lib/repos/multilib-x86_64/PKGBUILD
(from rev 91440, lib32-alsa-lib/trunk/PKGBUILD)
Deleted:
  lib32-alsa-lib/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-22 15:08:17 UTC (rev 91440)
+++ PKGBUILD2013-05-22 15:08:25 UTC (rev 91441)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
-
-_pkgbasename=alsa-lib
-pkgname=lib32-${_pkgbasename}
-pkgver=1.0.27
-pkgrel=1
-pkgdesc=An alternative implementation of Linux sound support (32 bit)
-arch=('x86_64')
-url=http://www.alsa-project.org;
-depends=('lib32-glibc' $_pkgbasename)
-makedepends=('gcc-multilib')
-license=('GPL')
-options=(!libtool)
-source=(ftp://ftp.alsa-project.org/pub/lib/${_pkgbasename}-$pkgver.tar.bz2)
-md5sums=('f090c7dbd0fe57d786d82e411eac2d08')
-
-build() {
-  cd $srcdir/${_pkgbasename}-$pkgver
-
-  export CC='gcc -m32'
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  ./configure --prefix=/usr --libdir=/usr/lib32 --disable-python
-  make
-}
-
-package() {
-  cd $srcdir/${_pkgbasename}-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # Clean up lib32 package
-  rm -rf ${pkgdir}/usr/{bin,include,share}
-}

Copied: lib32-alsa-lib/repos/multilib-x86_64/PKGBUILD (from rev 91440, 
lib32-alsa-lib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-22 15:08:25 UTC (rev 91441)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+
+_pkgbasename=alsa-lib
+pkgname=lib32-${_pkgbasename}
+pkgver=1.0.27.1
+pkgrel=1
+pkgdesc=An alternative implementation of Linux sound support (32 bit)
+arch=('x86_64')
+url=http://www.alsa-project.org;
+depends=('lib32-glibc' $_pkgbasename)
+makedepends=('gcc-multilib')
+license=('GPL')
+options=(!libtool)
+source=(ftp://ftp.alsa-project.org/pub/lib/${_pkgbasename}-$pkgver.tar.bz2)
+md5sums=('17102aaab10e9d4b19f6b02937bab015')
+
+build() {
+  cd $srcdir/${_pkgbasename}-$pkgver
+
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  ./configure --prefix=/usr --libdir=/usr/lib32 --disable-python
+  make
+}
+
+package() {
+  cd $srcdir/${_pkgbasename}-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # Clean up lib32 package
+  rm -rf ${pkgdir}/usr/{bin,include,share}
+}



[arch-commits] Commit in net-snmp/trunk (PKGBUILD snmptrapd.service)

2013-05-22 Thread Eric Bélanger
Date: Wednesday, May 22, 2013 @ 17:09:06
  Author: eric
Revision: 186237

upgpkg: net-snmp 5.7.2-7

Add snmptrapd service file (close FS#35410)

Added:
  net-snmp/trunk/snmptrapd.service
Modified:
  net-snmp/trunk/PKGBUILD

---+
 PKGBUILD  |6 --
 snmptrapd.service |   12 
 2 files changed, 16 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-22 12:23:19 UTC (rev 186236)
+++ PKGBUILD2013-05-22 15:09:06 UTC (rev 186237)
@@ -4,7 +4,7 @@
 
 pkgname=net-snmp
 pkgver=5.7.2
-pkgrel=6
+pkgrel=7
 pkgdesc=A suite of applications used to implement SNMP v1, SNMP v2c and SNMP 
v3 using both IPv4 and IPv6
 arch=('i686' 'x86_64')
 url=http://www.net-snmp.org/;
@@ -16,10 +16,11 @@
 'python2: for the python modules')
 options=('!libtool' '!emptydirs' '!makeflags')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
-snmpd.service libnl32.patch)
+snmpd.service snmptrapd.service libnl32.patch)
 sha1sums=('c493027907f32400648244d81117a126aecd27ee'
   'SKIP'
   '84e32c54d32e6b608747054e04a3ddfe6d6638cc'
+  '0244e91c7baa0abebfb5c0560e8ce04c966c5992'
   '74a9848b95f63378eb1753fc309d2b74de5afb0f')
 
 prepare() {
@@ -52,5 +53,6 @@
   sed -i -e s:install --basedir=\$\$dir:install --basedir=\$\$dir 
--root=${pkgdir}: Makefile
   make DESTDIR=${pkgdir} INSTALL_PREFIX=${pkgdir} INSTALLDIRS=vendor 
install
   install -D -m644 ${srcdir}/snmpd.service 
${pkgdir}/usr/lib/systemd/system/snmpd.service
+  install -D -m644 ${srcdir}/snmptrapd.service 
${pkgdir}/usr/lib/systemd/system/snmptrapd.service
   install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }

Added: snmptrapd.service
===
--- snmptrapd.service   (rev 0)
+++ snmptrapd.service   2013-05-22 15:09:06 UTC (rev 186237)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Simple Network Management Protocol (SNMP) TRAP Daemon
+After=syslog.target network.target
+
+[Service]
+Type=forking
+PIDFile=/run/snmptrapd.pid
+ExecStart=/usr/bin/snmptrapd -p /run/snmptrapd.pid
+ExecReload=/bin/kill -HUP $MAINPID
+
+[Install]
+WantedBy=multi-user.target



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

2013-05-22 Thread Eric Bélanger
Date: Wednesday, May 22, 2013 @ 17:09:53
  Author: eric
Revision: 186238

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

Added:
  net-snmp/repos/testing-i686/PKGBUILD
(from rev 186237, net-snmp/trunk/PKGBUILD)
  net-snmp/repos/testing-i686/libnl32.patch
(from rev 186237, net-snmp/trunk/libnl32.patch)
  net-snmp/repos/testing-i686/snmpd.service
(from rev 186237, net-snmp/trunk/snmpd.service)
  net-snmp/repos/testing-i686/snmptrapd.service
(from rev 186237, net-snmp/trunk/snmptrapd.service)
  net-snmp/repos/testing-x86_64/PKGBUILD
(from rev 186237, net-snmp/trunk/PKGBUILD)
  net-snmp/repos/testing-x86_64/libnl32.patch
(from rev 186237, net-snmp/trunk/libnl32.patch)
  net-snmp/repos/testing-x86_64/snmpd.service
(from rev 186237, net-snmp/trunk/snmpd.service)
  net-snmp/repos/testing-x86_64/snmptrapd.service
(from rev 186237, net-snmp/trunk/snmptrapd.service)
Deleted:
  net-snmp/repos/testing-i686/PKGBUILD
  net-snmp/repos/testing-i686/libnl32.patch
  net-snmp/repos/testing-i686/snmpd.service
  net-snmp/repos/testing-x86_64/PKGBUILD
  net-snmp/repos/testing-x86_64/libnl32.patch
  net-snmp/repos/testing-x86_64/snmpd.service

--+
 /PKGBUILD|  116 ++
 /libnl32.patch   |  160 +
 /snmpd.service   |   24 +
 testing-i686/PKGBUILD|   56 
 testing-i686/libnl32.patch   |   80 --
 testing-i686/snmpd.service   |   12 --
 testing-i686/snmptrapd.service   |   12 ++
 testing-x86_64/PKGBUILD  |   56 
 testing-x86_64/libnl32.patch |   80 --
 testing-x86_64/snmpd.service |   12 --
 testing-x86_64/snmptrapd.service |   12 ++
 11 files changed, 324 insertions(+), 296 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-05-22 15:09:06 UTC (rev 186237)
+++ testing-i686/PKGBUILD   2013-05-22 15:09:53 UTC (rev 186238)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Dale Blount d...@archlinux.org
-
-pkgname=net-snmp
-pkgver=5.7.2
-pkgrel=6
-pkgdesc=A suite of applications used to implement SNMP v1, SNMP v2c and SNMP 
v3 using both IPv4 and IPv6
-arch=('i686' 'x86_64')
-url=http://www.net-snmp.org/;
-license=('BSD')
-depends=('openssl' 'libnl' 'pciutils')
-makedepends=('python2-distribute')
-optdepends=('perl-term-readkey: for snmpcheck application'
-'perl-tk: for snmpcheck and tkmib applications'
-'python2: for the python modules')
-options=('!libtool' '!emptydirs' '!makeflags')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
-snmpd.service libnl32.patch)
-sha1sums=('c493027907f32400648244d81117a126aecd27ee'
-  'SKIP'
-  '84e32c54d32e6b608747054e04a3ddfe6d6638cc'
-  '74a9848b95f63378eb1753fc309d2b74de5afb0f')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-# 
http://sourceforge.net/tracker/index.php?func=detailaid=3250304group_id=12694atid=112694
-  patch -Np1 -i $srcdir/libnl32.patch
-  autoreconf -f -i
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  PYTHONPROG=/usr/bin/python2 ./configure --prefix=/usr \
---sysconfdir=/etc --sbindir=/usr/bin \
---mandir=/usr/share/man \
---enable-ucd-snmp-compatibility \
---enable-ipv6 \
---with-python-modules \
---with-default-snmp-version=3 \
---with-sys-contact=root@localhost \
---with-sys-location=Unknown \
---with-logfile=/var/log/snmpd.log \
---with-mib-modules=host misc/ipfwacc ucd-snmp/diskio tunnel 
ucd-snmp/dlmod \
---with-persistent-directory=/var/net-snmp \
---disable-static
-  make NETSNMP_DONT_CHECK_VERSION=1
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  sed -i -e s:install --basedir=\$\$dir:install --basedir=\$\$dir 
--root=${pkgdir}: Makefile
-  make DESTDIR=${pkgdir} INSTALL_PREFIX=${pkgdir} INSTALLDIRS=vendor 
install
-  install -D -m644 ${srcdir}/snmpd.service 
${pkgdir}/usr/lib/systemd/system/snmpd.service
-  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: net-snmp/repos/testing-i686/PKGBUILD (from rev 186237, 
net-snmp/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-05-22 15:09:53 UTC (rev 186238)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer:
+# Contributor: Dale Blount d...@archlinux.org
+
+pkgname=net-snmp
+pkgver=5.7.2
+pkgrel=7
+pkgdesc=A suite of applications used to implement SNMP v1, SNMP v2c and SNMP 
v3 using both IPv4 and IPv6
+arch=('i686' 'x86_64')
+url=http://www.net-snmp.org/;
+license=('BSD')
+depends=('openssl' 'libnl' 'pciutils')
+makedepends=('python2-distribute')
+optdepends=('perl-term-readkey: for snmpcheck application'
+'perl-tk: for snmpcheck and 

[arch-commits] Commit in util-linux/trunk (2 files)

2013-05-22 Thread Dave Reisner
Date: Wednesday, May 22, 2013 @ 17:25:32
  Author: dreisner
Revision: 186239

upgpkg: util-linux 2.23-3

- backport fix for i686 crash in fdisk (FS#35374)

Added:
  util-linux/trunk/0001-libfdisk-do-not-use-va_list-in-the-Ask-API.patch
Modified:
  util-linux/trunk/PKGBUILD

---+
 0001-libfdisk-do-not-use-va_list-in-the-Ask-API.patch |  163 
 PKGBUILD  |5 
 2 files changed, 167 insertions(+), 1 deletion(-)

Added: 0001-libfdisk-do-not-use-va_list-in-the-Ask-API.patch
===
--- 0001-libfdisk-do-not-use-va_list-in-the-Ask-API.patch   
(rev 0)
+++ 0001-libfdisk-do-not-use-va_list-in-the-Ask-API.patch   2013-05-22 
15:25:32 UTC (rev 186239)
@@ -0,0 +1,163 @@
+From 4fb18cde32a6cb672090762c785d89a6ed02ef57 Mon Sep 17 00:00:00 2001
+From: Karel Zak k...@redhat.com
+Date: Thu, 9 May 2013 13:06:02 +0200
+Subject: [PATCH] libfdisk: do not use va_list in the Ask API
+
+  # fdisk /dev/sda
+  Welcome to fdisk (util-linux 2.23).
+
+  [...]
+
+  Command (m for help): a
+  Segmentation fault (core dumped)
+
+It's too fragile, the va_list implementation is architecture specific
+and it seems we need such thing in libfdisk at all.
+
+Reported-by: Gabor Z. Papp g...@papp.hu
+Signed-off-by: Karel Zak k...@redhat.com
+---
+ fdisks/fdisk-ask.c  | 13 +++--
+ libfdisk/src/ask.c  | 35 +--
+ libfdisk/src/fdiskP.h   |  2 --
+ libfdisk/src/libfdisk.h |  2 --
+ 4 files changed, 12 insertions(+), 40 deletions(-)
+
+diff --git a/fdisks/fdisk-ask.c b/fdisks/fdisk-ask.c
+index 7495d85..61dc0c2 100644
+--- a/fdisks/fdisk-ask.c
 b/fdisks/fdisk-ask.c
+@@ -167,7 +167,6 @@ static int ask_offset(struct fdisk_context *cxt,
+ int ask_callback(struct fdisk_context *cxt, struct fdisk_ask *ask,
+   void *data __attribute__((__unused__)))
+ {
+-  va_list ap;
+   int rc = 0;
+   char buf[BUFSIZ];
+ 
+@@ -180,23 +179,17 @@ int ask_callback(struct fdisk_context *cxt, struct 
fdisk_ask *ask,
+   case FDISK_ASKTYPE_OFFSET:
+   return ask_offset(cxt, ask, buf, sizeof(buf));
+   case FDISK_ASKTYPE_INFO:
+-  fdisk_ask_print_get_va(ask, ap);
+-  vfprintf(stdout, fdisk_ask_print_get_mesg(ask), ap);
++  fputs(fdisk_ask_print_get_mesg(ask), stdout);
+   fputc('\n', stdout);
+-  va_end(ap);
+   break;
+   case FDISK_ASKTYPE_WARNX:
+-  fdisk_ask_print_get_va(ask, ap);
+-  vfprintf(stderr, fdisk_ask_print_get_mesg(ask), ap);
++  fputs(fdisk_ask_print_get_mesg(ask), stderr);
+   fputc('\n', stderr);
+-  va_end(ap);
+   break;
+   case FDISK_ASKTYPE_WARN:
+-  fdisk_ask_print_get_va(ask, ap);
+-  vfprintf(stderr, fdisk_ask_print_get_mesg(ask), ap);
++  fputs(fdisk_ask_print_get_mesg(ask), stderr);
+   errno = fdisk_ask_print_get_errno(ask);
+   fprintf(stderr, : %m\n);
+-  va_end(ap);
+   break;
+   case FDISK_ASKTYPE_YESNO:
+   fputc('\n', stdout);
+diff --git a/libfdisk/src/ask.c b/libfdisk/src/ask.c
+index d2325d5..cdb4d01 100644
+--- a/libfdisk/src/ask.c
 b/libfdisk/src/ask.c
+@@ -18,11 +18,6 @@ void fdisk_reset_ask(struct fdisk_ask *ask)
+   case FDISK_ASKTYPE_NUMBER:
+   free(ask-data.num.range);
+   break;
+-  case FDISK_ASKTYPE_WARNX:
+-  case FDISK_ASKTYPE_WARN:
+-  if (ask-data.print.has_va)
+-  va_end(ask-data.print.va);
+-  break;
+   default:
+   break;
+   }
+@@ -452,44 +447,32 @@ int fdisk_ask_print_set_mesg(struct fdisk_ask *ask, 
const char *mesg)
+   return 0;
+ }
+ 
+-/* caller has to call va_end(ap) */
+-int fdisk_ask_print_get_va(struct fdisk_ask *ask, va_list ap)
+-{
+-  assert(ask);
+-  assert(is_print_ask(ask));
+-  va_copy(ap, ask-data.print.va);
+-  return 0;
+-}
+-
+-/* note that fdisk_free_ask() calls va_end() to free the private va list. */
+-int fdisk_ask_print_set_va(struct fdisk_ask *ask, va_list ap)
+-{
+-  assert(ask);
+-  va_copy(ask-data.print.va, ap);
+-  ask-data.print.has_va = 1;
+-  return 0;
+-}
+-
+ static int do_vprint(struct fdisk_context *cxt, int errnum, int type,
+const char *fmt, va_list va)
+ {
+   struct fdisk_ask *ask;
+   int rc;
++  char *mesg;
+ 
+   assert(cxt);
+ 
++  if (vasprintf(mesg, fmt, va)  0)
++  return -ENOMEM;
++
+   ask = fdisk_new_ask();
+-  if (!ask)
++  if (!ask) {
++  free(mesg);
+   return -ENOMEM;
++  }
+ 
+   fdisk_ask_set_type(ask, type);
+-  fdisk_ask_print_set_mesg(ask, fmt);
+-  

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

2013-05-22 Thread Dave Reisner
Date: Wednesday, May 22, 2013 @ 17:26:27
  Author: dreisner
Revision: 186241

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

Added:
  util-linux/repos/testing-i686/
  
util-linux/repos/testing-i686/0001-lib-loopdev-fix-loopcxt_check_size-to-work-with-blkd.patch
(from rev 186239, 
util-linux/trunk/0001-lib-loopdev-fix-loopcxt_check_size-to-work-with-blkd.patch)
  
util-linux/repos/testing-i686/0001-libfdisk-do-not-use-va_list-in-the-Ask-API.patch
(from rev 186239, 
util-linux/trunk/0001-libfdisk-do-not-use-va_list-in-the-Ask-API.patch)
  
util-linux/repos/testing-i686/0001-losetup-use-warn_size-for-regular-files-only.patch
(from rev 186239, 
util-linux/trunk/0001-losetup-use-warn_size-for-regular-files-only.patch)
  util-linux/repos/testing-i686/PKGBUILD
(from rev 186239, util-linux/trunk/PKGBUILD)
  util-linux/repos/testing-i686/pam-common
(from rev 186239, util-linux/trunk/pam-common)
  util-linux/repos/testing-i686/pam-login
(from rev 186239, util-linux/trunk/pam-login)
  util-linux/repos/testing-i686/pam-su
(from rev 186239, util-linux/trunk/pam-su)
  util-linux/repos/testing-i686/util-linux.install
(from rev 186239, util-linux/trunk/util-linux.install)
  util-linux/repos/testing-i686/uuidd.tmpfiles
(from rev 186239, util-linux/trunk/uuidd.tmpfiles)
  util-linux/repos/testing-x86_64/
  
util-linux/repos/testing-x86_64/0001-lib-loopdev-fix-loopcxt_check_size-to-work-with-blkd.patch
(from rev 186239, 
util-linux/trunk/0001-lib-loopdev-fix-loopcxt_check_size-to-work-with-blkd.patch)
  
util-linux/repos/testing-x86_64/0001-libfdisk-do-not-use-va_list-in-the-Ask-API.patch
(from rev 186239, 
util-linux/trunk/0001-libfdisk-do-not-use-va_list-in-the-Ask-API.patch)
  
util-linux/repos/testing-x86_64/0001-losetup-use-warn_size-for-regular-files-only.patch
(from rev 186239, 
util-linux/trunk/0001-losetup-use-warn_size-for-regular-files-only.patch)
  util-linux/repos/testing-x86_64/PKGBUILD
(from rev 186239, util-linux/trunk/PKGBUILD)
  util-linux/repos/testing-x86_64/pam-common
(from rev 186239, util-linux/trunk/pam-common)
  util-linux/repos/testing-x86_64/pam-login
(from rev 186239, util-linux/trunk/pam-login)
  util-linux/repos/testing-x86_64/pam-su
(from rev 186239, util-linux/trunk/pam-su)
  util-linux/repos/testing-x86_64/util-linux.install
(from rev 186239, util-linux/trunk/util-linux.install)
  util-linux/repos/testing-x86_64/uuidd.tmpfiles
(from rev 186239, util-linux/trunk/uuidd.tmpfiles)

+
 testing-i686/0001-lib-loopdev-fix-loopcxt_check_size-to-work-with-blkd.patch   
|   57 +++
 testing-i686/0001-libfdisk-do-not-use-va_list-in-the-Ask-API.patch 
|  163 ++
 testing-i686/0001-losetup-use-warn_size-for-regular-files-only.patch   
|   26 +
 testing-i686/PKGBUILD  
|   97 +
 testing-i686/pam-common
|6 
 testing-i686/pam-login 
|7 
 testing-i686/pam-su
|9 
 testing-i686/util-linux.install
|   21 +
 testing-i686/uuidd.tmpfiles
|1 
 testing-x86_64/0001-lib-loopdev-fix-loopcxt_check_size-to-work-with-blkd.patch 
|   57 +++
 testing-x86_64/0001-libfdisk-do-not-use-va_list-in-the-Ask-API.patch   
|  163 ++
 testing-x86_64/0001-losetup-use-warn_size-for-regular-files-only.patch 
|   26 +
 testing-x86_64/PKGBUILD
|   97 +
 testing-x86_64/pam-common  
|6 
 testing-x86_64/pam-login   
|7 
 testing-x86_64/pam-su  
|9 
 testing-x86_64/util-linux.install  
|   21 +
 testing-x86_64/uuidd.tmpfiles  
|1 
 18 files changed, 774 insertions(+)

Copied: 
util-linux/repos/testing-i686/0001-lib-loopdev-fix-loopcxt_check_size-to-work-with-blkd.patch
 (from rev 186239, 
util-linux/trunk/0001-lib-loopdev-fix-loopcxt_check_size-to-work-with-blkd.patch)
===
--- 
testing-i686/0001-lib-loopdev-fix-loopcxt_check_size-to-work-with-blkd.patch
(rev 0)
+++ 
testing-i686/0001-lib-loopdev-fix-loopcxt_check_size-to-work-with-blkd.patch
2013-05-22 15:26:27 UTC (rev 186241)
@@ -0,0 +1,57 @@
+From e3b6cb87e0ba1304fa07ec316784de1c6243b28e Mon Sep 17 00:00:00 2001
+From: Karel Zak k...@redhat.com
+Date: Mon, 13 May 2013 10:54:41 +0200
+Subject: [PATCH] lib/loopdev: 

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

2013-05-22 Thread Evangelos Foutras
Date: Wednesday, May 22, 2013 @ 18:46:07
  Author: foutrelis
Revision: 91442

upgpkg: python-south 0.8-1

New upstream release.

Modified:
  python-south/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-22 15:08:25 UTC (rev 91441)
+++ PKGBUILD2013-05-22 16:46:07 UTC (rev 91442)
@@ -2,22 +2,22 @@
 # Maintainer: Evangelos Foutras evange...@foutrelis.com
 # Contributor: Tiago Pierezan Camargo tcama...@gmail.com
 
-pkgname=('python2-south')
-pkgbase=python-south
-pkgver=0.7.6
-pkgrel=3
+pkgname=('python-south' 'python2-south')
+pkgver=0.8
+pkgrel=1
 pkgdesc=Intelligent database migrations library for the Django web framework
 arch=('any')
 url=http://south.aeracode.org/;
 license=('APACHE')
-makedepends=('python2-distribute')
+makedepends=('python-distribute' 'python2-distribute')
 source=(http://pypi.python.org/packages/source/S/South/South-$pkgver.tar.gz)
-sha256sums=('d2c3c1ddf93ec7e29935088eef47984bb780e47aeb8acd5f18fbb3a72e97936a')
+sha256sums=('3ff467e2932eeeb8caced79307198f7c4634b3c95b891b4e656255a40f70e696')
 
-build() {
+package_python-south() {
+  depends=('python-django')
+
   cd $srcdir/South-$pkgver
-
-  python2 setup.py build
+  python3 setup.py install --root=$pkgdir -O1
 }
 
 package_python2-south() {



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

2013-05-22 Thread Evangelos Foutras
Date: Wednesday, May 22, 2013 @ 18:46:12
  Author: foutrelis
Revision: 91443

archrelease: copy trunk to community-any

Added:
  python-south/repos/community-any/PKGBUILD
(from rev 91442, python-south/trunk/PKGBUILD)
Deleted:
  python-south/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-22 16:46:07 UTC (rev 91442)
+++ PKGBUILD2013-05-22 16:46:12 UTC (rev 91443)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Tiago Pierezan Camargo tcama...@gmail.com
-
-pkgname=('python2-south')
-pkgbase=python-south
-pkgver=0.7.6
-pkgrel=3
-pkgdesc=Intelligent database migrations library for the Django web framework
-arch=('any')
-url=http://south.aeracode.org/;
-license=('APACHE')
-makedepends=('python2-distribute')
-source=(http://pypi.python.org/packages/source/S/South/South-$pkgver.tar.gz)
-sha256sums=('d2c3c1ddf93ec7e29935088eef47984bb780e47aeb8acd5f18fbb3a72e97936a')
-
-build() {
-  cd $srcdir/South-$pkgver
-
-  python2 setup.py build
-}
-
-package_python2-south() {
-  depends=('python2-django')
-  conflicts=('python-south=0.7.6-1')
-  replaces=('python-south=0.7.6-1')
-
-  cd $srcdir/South-$pkgver
-  python2 setup.py install --root=$pkgdir -O1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-south/repos/community-any/PKGBUILD (from rev 91442, 
python-south/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-22 16:46:12 UTC (rev 91443)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Tiago Pierezan Camargo tcama...@gmail.com
+
+pkgname=('python-south' 'python2-south')
+pkgver=0.8
+pkgrel=1
+pkgdesc=Intelligent database migrations library for the Django web framework
+arch=('any')
+url=http://south.aeracode.org/;
+license=('APACHE')
+makedepends=('python-distribute' 'python2-distribute')
+source=(http://pypi.python.org/packages/source/S/South/South-$pkgver.tar.gz)
+sha256sums=('3ff467e2932eeeb8caced79307198f7c4634b3c95b891b4e656255a40f70e696')
+
+package_python-south() {
+  depends=('python-django')
+
+  cd $srcdir/South-$pkgver
+  python3 setup.py install --root=$pkgdir -O1
+}
+
+package_python2-south() {
+  depends=('python2-django')
+  conflicts=('python-south=0.7.6-1')
+  replaces=('python-south=0.7.6-1')
+
+  cd $srcdir/South-$pkgver
+  python2 setup.py install --root=$pkgdir -O1
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-05-22 Thread Dan McGee
Date: Wednesday, May 22, 2013 @ 20:25:09
  Author: dan
Revision: 186242

upgpkg: python-virtualenv 1.9.1-2

Remove unnecessary distribute dep

Modified:
  python-virtualenv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-22 15:26:27 UTC (rev 186241)
+++ PKGBUILD2013-05-22 18:25:09 UTC (rev 186242)
@@ -4,18 +4,18 @@
 
 pkgname=('python-virtualenv' 'python2-virtualenv')
 pkgver=1.9.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Virtual Python Environment builder
 url=http://www.virtualenv.org/;
 arch=('any')
 license=('MIT')
-makedepends=('python' 'python-distribute' 'python2' 'python2-distribute')
+makedepends=('python' 'python2')
 replaces=('virtualenv')
 conflicts=('virtualenv')
 
source=(http://pypi.python.org/packages/source/v/virtualenv/virtualenv-$pkgver.tar.gz;)
 
 package_python-virtualenv() {
-  depends=('python' 'python-distribute')
+  depends=('python')
 
   cd $srcdir/virtualenv-$pkgver
   LANG='en_US.UTF-8' python setup.py build
@@ -29,7 +29,7 @@
 }
 
 package_python2-virtualenv() {
-  depends=('python2' 'python2-distribute')
+  depends=('python2')
 
   cd $srcdir/virtualenv-$pkgver
   python2 setup.py build



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

2013-05-22 Thread Dan McGee
Date: Wednesday, May 22, 2013 @ 20:25:16
  Author: dan
Revision: 186243

archrelease: copy trunk to extra-any

Added:
  python-virtualenv/repos/extra-any/PKGBUILD
(from rev 186242, python-virtualenv/trunk/PKGBUILD)
Deleted:
  python-virtualenv/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-22 18:25:09 UTC (rev 186242)
+++ PKGBUILD2013-05-22 18:25:16 UTC (rev 186243)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-# Contributor: Daniele Paolella d...@mcrservice.it
-
-pkgname=('python-virtualenv' 'python2-virtualenv')
-pkgver=1.9.1
-pkgrel=1
-pkgdesc=Virtual Python Environment builder
-url=http://www.virtualenv.org/;
-arch=('any')
-license=('MIT')
-makedepends=('python' 'python-distribute' 'python2' 'python2-distribute')
-replaces=('virtualenv')
-conflicts=('virtualenv')
-source=(http://pypi.python.org/packages/source/v/virtualenv/virtualenv-$pkgver.tar.gz;)
-
-package_python-virtualenv() {
-  depends=('python' 'python-distribute')
-
-  cd $srcdir/virtualenv-$pkgver
-  LANG='en_US.UTF-8' python setup.py build
-  LANG='en_US.UTF-8' python setup.py install --prefix=/usr --root=$pkgdir
-
-  # link to a version with 3 suffix as well
-  ln $pkgdir/usr/bin/virtualenv $pkgdir/usr/bin/virtualenv3
-
-  install -D -m644 LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-virtualenv() {
-  depends=('python2' 'python2-distribute')
-
-  cd $srcdir/virtualenv-$pkgver
-  python2 setup.py build
-  python2 setup.py install --prefix=/usr --root=$pkgdir
-
-  # move this old version out of the way
-  mv $pkgdir/usr/bin/virtualenv $pkgdir/usr/bin/virtualenv2
-
-  # should report this upstream as still not fixed...
-  sed -i s|#!/usr/bin/env python$|#!/usr/bin/env python2| \
-$pkgdir/usr/lib/python2.7/site-packages/virtualenv.py
- 
-  install -D -m644 LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-md5sums=('07e09df0adfca0b2d487e39a4bf2270a')
-sha256sums=('d04f750c968e18de42ff15f50759f15ba22800b12247b95826e2f8b160f7d99a')

Copied: python-virtualenv/repos/extra-any/PKGBUILD (from rev 186242, 
python-virtualenv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-22 18:25:16 UTC (rev 186243)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Contributor: Daniele Paolella d...@mcrservice.it
+
+pkgname=('python-virtualenv' 'python2-virtualenv')
+pkgver=1.9.1
+pkgrel=2
+pkgdesc=Virtual Python Environment builder
+url=http://www.virtualenv.org/;
+arch=('any')
+license=('MIT')
+makedepends=('python' 'python2')
+replaces=('virtualenv')
+conflicts=('virtualenv')
+source=(http://pypi.python.org/packages/source/v/virtualenv/virtualenv-$pkgver.tar.gz;)
+
+package_python-virtualenv() {
+  depends=('python')
+
+  cd $srcdir/virtualenv-$pkgver
+  LANG='en_US.UTF-8' python setup.py build
+  LANG='en_US.UTF-8' python setup.py install --prefix=/usr --root=$pkgdir
+
+  # link to a version with 3 suffix as well
+  ln $pkgdir/usr/bin/virtualenv $pkgdir/usr/bin/virtualenv3
+
+  install -D -m644 LICENSE.txt \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-virtualenv() {
+  depends=('python2')
+
+  cd $srcdir/virtualenv-$pkgver
+  python2 setup.py build
+  python2 setup.py install --prefix=/usr --root=$pkgdir
+
+  # move this old version out of the way
+  mv $pkgdir/usr/bin/virtualenv $pkgdir/usr/bin/virtualenv2
+
+  # should report this upstream as still not fixed...
+  sed -i s|#!/usr/bin/env python$|#!/usr/bin/env python2| \
+$pkgdir/usr/lib/python2.7/site-packages/virtualenv.py
+ 
+  install -D -m644 LICENSE.txt \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+md5sums=('07e09df0adfca0b2d487e39a4bf2270a')
+sha256sums=('d04f750c968e18de42ff15f50759f15ba22800b12247b95826e2f8b160f7d99a')



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

2013-05-22 Thread Dan McGee
Date: Wednesday, May 22, 2013 @ 20:31:10
  Author: dan
Revision: 186244

upgpkg: python-pip 1.3.1-2

Clean up distribute dependency

Modified:
  python-pip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-22 18:25:16 UTC (rev 186243)
+++ PKGBUILD2013-05-22 18:31:10 UTC (rev 186244)
@@ -4,7 +4,7 @@
 
 pkgname=('python-pip' 'python2-pip')
 pkgver=1.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc=An easy_install replacement for installing pypi python packages
 url=http://www.pip-installer.org/;
 arch=('any')
@@ -13,7 +13,7 @@
 source=(http://pypi.python.org/packages/source/p/pip/pip-${pkgver}.tar.gz)
 
 package_python-pip() {
-  depends=('python' 'python-distribute')
+  depends=('python')
 
   cd $srcdir/pip-$pkgver
   python setup.py build
@@ -26,7 +26,7 @@
 }
 
 package_python2-pip() {
-  depends=('python2' 'python2-distribute')
+  depends=('python2')
   conflicts=('python-pyinstall')
   replaces=('python-pyinstall')
 



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

2013-05-22 Thread Dan McGee
Date: Wednesday, May 22, 2013 @ 20:31:17
  Author: dan
Revision: 186245

archrelease: copy trunk to extra-any

Added:
  python-pip/repos/extra-any/PKGBUILD
(from rev 186244, python-pip/trunk/PKGBUILD)
Deleted:
  python-pip/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-22 18:31:10 UTC (rev 186244)
+++ PKGBUILD2013-05-22 18:31:17 UTC (rev 186245)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-# Contributor: Sebastien Binet binet@lblbox
-
-pkgname=('python-pip' 'python2-pip')
-pkgver=1.3.1
-pkgrel=1
-pkgdesc=An easy_install replacement for installing pypi python packages
-url=http://www.pip-installer.org/;
-arch=('any')
-license=('MIT')
-makedepends=('python' 'python-distribute' 'python2' 'python2-distribute')
-source=(http://pypi.python.org/packages/source/p/pip/pip-${pkgver}.tar.gz)
-
-package_python-pip() {
-  depends=('python' 'python-distribute')
-
-  cd $srcdir/pip-$pkgver
-  python setup.py build
-  python setup.py install --prefix=/usr --root=$pkgdir
-  
-  ln $pkgdir/usr/bin/pip $pkgdir/usr/bin/pip3
-
-  install -D -m644 LICENSE.txt \
- $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-pip() {
-  depends=('python2' 'python2-distribute')
-  conflicts=('python-pyinstall')
-  replaces=('python-pyinstall')
-
-  cd $srcdir/pip-$pkgver
-  python2 setup.py build
-  python2 setup.py install --prefix=/usr --root=$pkgdir
-  
-  mv $pkgdir/usr/bin/pip $pkgdir/usr/bin/pip2
-  sed -i s|#!/usr/bin/env python$|#!/usr/bin/env python2| \
-${pkgdir}/usr/lib/python2.7/site-packages/pip/__init__.py
-  
-  install -D -m644 LICENSE.txt \
- $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-md5sums=('cbb27a191cebc58997c4da8513863153')
-sha256sums=('145eaa5d1ea1b062663da1f3a97780d7edea4c63c68a37c463b1deedf7bb4957')

Copied: python-pip/repos/extra-any/PKGBUILD (from rev 186244, 
python-pip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-22 18:31:17 UTC (rev 186245)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Contributor: Sebastien Binet binet@lblbox
+
+pkgname=('python-pip' 'python2-pip')
+pkgver=1.3.1
+pkgrel=2
+pkgdesc=An easy_install replacement for installing pypi python packages
+url=http://www.pip-installer.org/;
+arch=('any')
+license=('MIT')
+makedepends=('python' 'python-distribute' 'python2' 'python2-distribute')
+source=(http://pypi.python.org/packages/source/p/pip/pip-${pkgver}.tar.gz)
+
+package_python-pip() {
+  depends=('python')
+
+  cd $srcdir/pip-$pkgver
+  python setup.py build
+  python setup.py install --prefix=/usr --root=$pkgdir
+  
+  ln $pkgdir/usr/bin/pip $pkgdir/usr/bin/pip3
+
+  install -D -m644 LICENSE.txt \
+ $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-pip() {
+  depends=('python2')
+  conflicts=('python-pyinstall')
+  replaces=('python-pyinstall')
+
+  cd $srcdir/pip-$pkgver
+  python2 setup.py build
+  python2 setup.py install --prefix=/usr --root=$pkgdir
+  
+  mv $pkgdir/usr/bin/pip $pkgdir/usr/bin/pip2
+  sed -i s|#!/usr/bin/env python$|#!/usr/bin/env python2| \
+${pkgdir}/usr/lib/python2.7/site-packages/pip/__init__.py
+  
+  install -D -m644 LICENSE.txt \
+ $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+md5sums=('cbb27a191cebc58997c4da8513863153')
+sha256sums=('145eaa5d1ea1b062663da1f3a97780d7edea4c63c68a37c463b1deedf7bb4957')



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

2013-05-22 Thread Dan McGee
Date: Wednesday, May 22, 2013 @ 20:38:04
  Author: dan
Revision: 186246

upgpkg: python-nose 1.3.0-2

Clean up distribute deps

Modified:
  python-nose/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-22 18:31:17 UTC (rev 186245)
+++ PKGBUILD2013-05-22 18:38:04 UTC (rev 186246)
@@ -7,7 +7,7 @@
 pkgbase=python-nose
 pkgname=('python-nose' 'python2-nose' 'python-nose-doc')
 pkgver=1.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A discovery-based unittest extension
 arch=('any')
 url='http://readthedocs.org/docs/nose/'
@@ -23,14 +23,14 @@
 }
 
 package_python-nose() {
-  depends=('python' 'python-distribute')
+  depends=('python')
   cd $srcdir/nose-$pkgver
   python3 setup.py install --prefix=/usr --root=${pkgdir}
   mv $pkgdir/usr/bin/nosetests $pkgdir/usr/bin/nosetests3
 }
 
 package_python2-nose() {
-  depends=('python2' 'python2-distribute')
+  depends=('python2')
   cd $srcdir/nose2-$pkgver
   python2 setup.py install --prefix=/usr --root=${pkgdir}
   mv $pkgdir/usr/bin/nosetests $pkgdir/usr/bin/nosetests2



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

2013-05-22 Thread Dan McGee
Date: Wednesday, May 22, 2013 @ 20:38:11
  Author: dan
Revision: 186247

archrelease: copy trunk to extra-any

Added:
  python-nose/repos/extra-any/PKGBUILD
(from rev 186246, python-nose/trunk/PKGBUILD)
Deleted:
  python-nose/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   94 ++---
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-22 18:38:04 UTC (rev 186246)
+++ PKGBUILD2013-05-22 18:38:11 UTC (rev 186247)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-# Contributor: Cilyan Olowen gak...@gmail.com
-
-pkgbase=python-nose
-pkgname=('python-nose' 'python2-nose' 'python-nose-doc')
-pkgver=1.3.0
-pkgrel=1
-pkgdesc=A discovery-based unittest extension
-arch=('any')
-url='http://readthedocs.org/docs/nose/'
-license=('LGPL2.1')
-makedepends=('python' 'python-distribute' 'python2' 'python2-distribute' 
'python2-sphinx')
-source=(http://pypi.python.org/packages/source/n/nose/nose-${pkgver}.tar.gz;)
-md5sums=('95d6d32b9d6b029c3c65674bd9e7eabe')
-
-build() {
-  cd $srcdir/nose-$pkgver
-  sed -i -e s:man/man1:share/man/man1:g setup.py
-  cp -R $srcdir/nose-$pkgver $srcdir/nose2-$pkgver
-}
-
-package_python-nose() {
-  depends=('python' 'python-distribute')
-  cd $srcdir/nose-$pkgver
-  python3 setup.py install --prefix=/usr --root=${pkgdir}
-  mv $pkgdir/usr/bin/nosetests $pkgdir/usr/bin/nosetests3
-}
-
-package_python2-nose() {
-  depends=('python2' 'python2-distribute')
-  cd $srcdir/nose2-$pkgver
-  python2 setup.py install --prefix=/usr --root=${pkgdir}
-  mv $pkgdir/usr/bin/nosetests $pkgdir/usr/bin/nosetests2
-  rm -rf $pkgdir/usr/share
-}
-
-package_python-nose-doc(){
-  pkgdesc=Nose documentation and examples
-  cd $srcdir/nose-$pkgver/doc
-  make SPHINXBUILD=sphinx-build2 html
-  mkdir -p $pkgdir/usr/share/doc/python-nose
-  cp -r .build/html $pkgdir/usr/share/doc/python-nose
-  cp -r ../examples $pkgdir/usr/share/doc/python-nose
-}

Copied: python-nose/repos/extra-any/PKGBUILD (from rev 186246, 
python-nose/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-22 18:38:11 UTC (rev 186247)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+# Contributor: Cilyan Olowen gak...@gmail.com
+
+pkgbase=python-nose
+pkgname=('python-nose' 'python2-nose' 'python-nose-doc')
+pkgver=1.3.0
+pkgrel=2
+pkgdesc=A discovery-based unittest extension
+arch=('any')
+url='http://readthedocs.org/docs/nose/'
+license=('LGPL2.1')
+makedepends=('python' 'python-distribute' 'python2' 'python2-distribute' 
'python2-sphinx')
+source=(http://pypi.python.org/packages/source/n/nose/nose-${pkgver}.tar.gz;)
+md5sums=('95d6d32b9d6b029c3c65674bd9e7eabe')
+
+build() {
+  cd $srcdir/nose-$pkgver
+  sed -i -e s:man/man1:share/man/man1:g setup.py
+  cp -R $srcdir/nose-$pkgver $srcdir/nose2-$pkgver
+}
+
+package_python-nose() {
+  depends=('python')
+  cd $srcdir/nose-$pkgver
+  python3 setup.py install --prefix=/usr --root=${pkgdir}
+  mv $pkgdir/usr/bin/nosetests $pkgdir/usr/bin/nosetests3
+}
+
+package_python2-nose() {
+  depends=('python2')
+  cd $srcdir/nose2-$pkgver
+  python2 setup.py install --prefix=/usr --root=${pkgdir}
+  mv $pkgdir/usr/bin/nosetests $pkgdir/usr/bin/nosetests2
+  rm -rf $pkgdir/usr/share
+}
+
+package_python-nose-doc(){
+  pkgdesc=Nose documentation and examples
+  cd $srcdir/nose-$pkgver/doc
+  make SPHINXBUILD=sphinx-build2 html
+  mkdir -p $pkgdir/usr/share/doc/python-nose
+  cp -r .build/html $pkgdir/usr/share/doc/python-nose
+  cp -r ../examples $pkgdir/usr/share/doc/python-nose
+}



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

2013-05-22 Thread Eric Bélanger
Date: Wednesday, May 22, 2013 @ 23:13:31
  Author: eric
Revision: 186248

upgpkg: imagemagick 6.8.5.7-1

Upstream update

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-22 18:38:11 UTC (rev 186247)
+++ PKGBUILD2013-05-22 21:13:31 UTC (rev 186248)
@@ -3,8 +3,8 @@
 
 pkgbase=imagemagick
 pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.8.5.6
-pkgrel=2
+pkgver=6.8.5.7
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.imagemagick.org/;
 license=('custom')
@@ -13,7 +13,7 @@
 
#source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz
 \
 
source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz
 \
 perlmagick.rpath.patch)
-sha1sums=('3c932aa3febb1e992a780e9091925bdbc0d61613'
+sha1sums=('f393612e9797a6129f2cac7f83df337bb54ecf76'
   'e143cf9d530fabf3b58023899b5cc544ba93daec')
 
 prepare() {



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

2013-05-22 Thread Eric Bélanger
Date: Wednesday, May 22, 2013 @ 23:14:07
  Author: eric
Revision: 186249

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

Added:
  imagemagick/repos/testing-i686/PKGBUILD
(from rev 186248, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/testing-i686/perlmagick.rpath.patch
(from rev 186248, imagemagick/trunk/perlmagick.rpath.patch)
  imagemagick/repos/testing-x86_64/PKGBUILD
(from rev 186248, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/testing-x86_64/perlmagick.rpath.patch
(from rev 186248, imagemagick/trunk/perlmagick.rpath.patch)
Deleted:
  imagemagick/repos/testing-i686/PKGBUILD
  imagemagick/repos/testing-i686/perlmagick.rpath.patch
  imagemagick/repos/testing-x86_64/PKGBUILD
  imagemagick/repos/testing-x86_64/perlmagick.rpath.patch

---+
 /PKGBUILD |  166 
 /perlmagick.rpath.patch   |   22 
 testing-i686/PKGBUILD |   83 
 testing-i686/perlmagick.rpath.patch   |   11 --
 testing-x86_64/PKGBUILD   |   83 
 testing-x86_64/perlmagick.rpath.patch |   11 --
 6 files changed, 188 insertions(+), 188 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-05-22 21:13:31 UTC (rev 186248)
+++ testing-i686/PKGBUILD   2013-05-22 21:14:07 UTC (rev 186249)
@@ -1,83 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgbase=imagemagick
-pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.8.5.6
-pkgrel=2
-arch=('i686' 'x86_64')
-url=http://www.imagemagick.org/;
-license=('custom')
-makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript' \
- 'openexr' 'libwmf' 'librsvg' 'libxml2' 'jasper' 'liblqr')
-#source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz
 \
-source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz
 \
-perlmagick.rpath.patch)
-sha1sums=('3c932aa3febb1e992a780e9091925bdbc0d61613'
-  'e143cf9d530fabf3b58023899b5cc544ba93daec')
-
-prepare() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  sed '/AC_PATH_XTRA/d' -i configure.ac
-  autoreconf --force --install
-  patch -p0 -i ${srcdir}/perlmagick.rpath.patch
-}
-
-build() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  ./configure --prefix=/usr --sysconfdir=/etc --with-modules --disable-static \
---disable-openmp --with-wmf --with-openexr --with-xml --with-lcms2 
--with-jp2 \
---with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
---with-perl --with-perl-options=INSTALLDIRS=vendor --with-lqr 
--with-rsvg \
---without-gvc --without-djvu --without-autotrace --without-webp \
---without-jbig --without-fpx --without-dps --without-fftw
-  make
-}
-
-check() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make check
-}
-
-package_imagemagick() {
-  pkgdesc=An image viewing/manipulation program
-  depends=('perl' 'libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr')
-  optdepends=('ghostscript: for Ghostscript support' 
-  'openexr: for OpenEXR support' 
-  'libwmf: for WMF support' 
-  'librsvg: for SVG support' 
-  'libxml2: for XML support' 
-  'jasper: for JPEG-2000 support' 
-  'libpng: for PNG support')
-  backup=(etc/ImageMagick-${pkgver%%.*}/coder.xml
-  etc/ImageMagick-${pkgver%%.*}/colors.xml
-  etc/ImageMagick-${pkgver%%.*}/delegates.xml
-  etc/ImageMagick-${pkgver%%.*}/log.xml
-  etc/ImageMagick-${pkgver%%.*}/magic.xml
-  etc/ImageMagick-${pkgver%%.*}/mime.xml
-  etc/ImageMagick-${pkgver%%.*}/policy.xml
-  etc/ImageMagick-${pkgver%%.*}/quantization-table.xml
-  etc/ImageMagick-${pkgver%%.*}/thresholds.xml
-  etc/ImageMagick-${pkgver%%.*}/type.xml
-  etc/ImageMagick-${pkgver%%.*}/type-dejavu.xml
-  etc/ImageMagick-${pkgver%%.*}/type-ghostscript.xml
-  etc/ImageMagick-${pkgver%%.*}/type-windows.xml)
-  options=('!docs' 'libtool' '!emptydirs')
-
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make -j1 DESTDIR=${pkgdir} install
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/imagemagick/LICENSE
-  install -Dm644 NOTICE ${pkgdir}/usr/share/licenses/imagemagick/NOTICE
-
-#Cleaning
-  rm -f ${pkgdir}/usr/lib/*.la
-}
-
-package_imagemagick-doc() {
-  pkgdesc=The ImageMagick documentation (utilities manuals and libraries API)
-
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make DESTDIR=${pkgdir} install-data-html
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/imagemagick-doc/LICENSE
-  install -Dm644 NOTICE ${pkgdir}/usr/share/licenses/imagemagick-doc/NOTICE
-}

Copied: imagemagick/repos/testing-i686/PKGBUILD (from rev 186248, 
imagemagick/trunk/PKGBUILD)

[arch-commits] Commit in zathura-pdf-poppler/trunk (2 files)

2013-05-22 Thread Daniel Wallace
Date: Thursday, May 23, 2013 @ 00:58:52
  Author: dwallace
Revision: 91444

upgpkg: zathura-pdf-poppler 0.2.3-1

upgpkg: zathura-pdf-poppler 0.2.3-1

Added:
  zathura-pdf-poppler/trunk/zathura-pdf-poppler.install
Modified:
  zathura-pdf-poppler/trunk/PKGBUILD

-+
 PKGBUILD|5 +++--
 zathura-pdf-poppler.install |6 ++
 2 files changed, 9 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-22 16:46:12 UTC (rev 91443)
+++ PKGBUILD2013-05-22 22:58:52 UTC (rev 91444)
@@ -4,15 +4,16 @@
 # Contributor: karnath karnathtorj...@gmail.com
 
 pkgname=zathura-pdf-poppler
-pkgver=0.2.2
+pkgver=0.2.3
 pkgrel=1
 pkgdesc=Adds pdf support to zathura by using the poppler engine
 arch=('i686' 'x86_64')
 url=https://pwmt.org/projects/zathura/plugins/zathura-pdf-poppler/;
 license=('custom')
 depends=('poppler-glib' 'zathura')
+install=$pkgname.install
 
source=(https://pwmt.org/projects/zathura/plugins/download/$pkgname-$pkgver.tar.gz;)
-md5sums=('83f2dba1f6d715f5b1a33044d2a64829')
+md5sums=('1d8deb2d2ee5a6847267f977b8f2e542')
 
 build() {
   make -C ${srcdir}/$pkgname-$pkgver

Added: zathura-pdf-poppler.install
===
--- zathura-pdf-poppler.install (rev 0)
+++ zathura-pdf-poppler.install 2013-05-22 22:58:52 UTC (rev 91444)
@@ -0,0 +1,6 @@
+post_install(){
+update-desktop-database -q
+}
+post_remove(){
+update-desktop-database -q
+}



[arch-commits] Commit in zathura-pdf-poppler/repos/community-i686 (3 files)

2013-05-22 Thread Daniel Wallace
Date: Thursday, May 23, 2013 @ 00:59:37
  Author: dwallace
Revision: 91445

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

Added:
  zathura-pdf-poppler/repos/community-i686/PKGBUILD
(from rev 91444, zathura-pdf-poppler/trunk/PKGBUILD)
  zathura-pdf-poppler/repos/community-i686/zathura-pdf-poppler.install
(from rev 91444, zathura-pdf-poppler/trunk/zathura-pdf-poppler.install)
Deleted:
  zathura-pdf-poppler/repos/community-i686/PKGBUILD

-+
 PKGBUILD|   49 +-
 zathura-pdf-poppler.install |6 +
 2 files changed, 31 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-22 22:58:52 UTC (rev 91444)
+++ PKGBUILD2013-05-22 22:59:37 UTC (rev 91445)
@@ -1,24 +0,0 @@
-# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: karnath karnathtorj...@gmail.com
-
-pkgname=zathura-pdf-poppler
-pkgver=0.2.2
-pkgrel=1
-pkgdesc=Adds pdf support to zathura by using the poppler engine
-arch=('i686' 'x86_64')
-url=https://pwmt.org/projects/zathura/plugins/zathura-pdf-poppler/;
-license=('custom')
-depends=('poppler-glib' 'zathura')
-source=(https://pwmt.org/projects/zathura/plugins/download/$pkgname-$pkgver.tar.gz;)
-md5sums=('83f2dba1f6d715f5b1a33044d2a64829')
-
-build() {
-  make -C ${srcdir}/$pkgname-$pkgver
-}
-
-package(){
-  make -C ${srcdir}/$pkgname-$pkgver DESTDIR=$pkgdir install
-  install -Dm0644 ${srcdir}/$pkgname-$pkgver/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: zathura-pdf-poppler/repos/community-i686/PKGBUILD (from rev 91444, 
zathura-pdf-poppler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-22 22:59:37 UTC (rev 91445)
@@ -0,0 +1,25 @@
+# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: karnath karnathtorj...@gmail.com
+
+pkgname=zathura-pdf-poppler
+pkgver=0.2.3
+pkgrel=1
+pkgdesc=Adds pdf support to zathura by using the poppler engine
+arch=('i686' 'x86_64')
+url=https://pwmt.org/projects/zathura/plugins/zathura-pdf-poppler/;
+license=('custom')
+depends=('poppler-glib' 'zathura')
+install=$pkgname.install
+source=(https://pwmt.org/projects/zathura/plugins/download/$pkgname-$pkgver.tar.gz;)
+md5sums=('1d8deb2d2ee5a6847267f977b8f2e542')
+
+build() {
+  make -C ${srcdir}/$pkgname-$pkgver
+}
+
+package(){
+  make -C ${srcdir}/$pkgname-$pkgver DESTDIR=$pkgdir install
+  install -Dm0644 ${srcdir}/$pkgname-$pkgver/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: zathura-pdf-poppler/repos/community-i686/zathura-pdf-poppler.install 
(from rev 91444, zathura-pdf-poppler/trunk/zathura-pdf-poppler.install)
===
--- zathura-pdf-poppler.install (rev 0)
+++ zathura-pdf-poppler.install 2013-05-22 22:59:37 UTC (rev 91445)
@@ -0,0 +1,6 @@
+post_install(){
+update-desktop-database -q
+}
+post_remove(){
+update-desktop-database -q
+}



[arch-commits] Commit in zathura-pdf-poppler/repos (4 files)

2013-05-22 Thread Daniel Wallace
Date: Thursday, May 23, 2013 @ 01:00:39
  Author: dwallace
Revision: 91446

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

Added:
  zathura-pdf-poppler/repos/community-x86_64/PKGBUILD
(from rev 91445, zathura-pdf-poppler/trunk/PKGBUILD)
  zathura-pdf-poppler/repos/community-x86_64/zathura-pdf-poppler.install
(from rev 91445, zathura-pdf-poppler/trunk/zathura-pdf-poppler.install)
Deleted:
  zathura-pdf-poppler/repos/community-i686/PKGBUILD
  zathura-pdf-poppler/repos/community-x86_64/PKGBUILD

--+
 /PKGBUILD|   25 +
 community-i686/PKGBUILD  |   25 -
 community-x86_64/PKGBUILD|   24 
 community-x86_64/zathura-pdf-poppler.install |6 ++
 4 files changed, 31 insertions(+), 49 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-22 22:59:37 UTC (rev 91445)
+++ community-i686/PKGBUILD 2013-05-22 23:00:39 UTC (rev 91446)
@@ -1,25 +0,0 @@
-# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: karnath karnathtorj...@gmail.com
-
-pkgname=zathura-pdf-poppler
-pkgver=0.2.3
-pkgrel=1
-pkgdesc=Adds pdf support to zathura by using the poppler engine
-arch=('i686' 'x86_64')
-url=https://pwmt.org/projects/zathura/plugins/zathura-pdf-poppler/;
-license=('custom')
-depends=('poppler-glib' 'zathura')
-install=$pkgname.install
-source=(https://pwmt.org/projects/zathura/plugins/download/$pkgname-$pkgver.tar.gz;)
-md5sums=('1d8deb2d2ee5a6847267f977b8f2e542')
-
-build() {
-  make -C ${srcdir}/$pkgname-$pkgver
-}
-
-package(){
-  make -C ${srcdir}/$pkgname-$pkgver DESTDIR=$pkgdir install
-  install -Dm0644 ${srcdir}/$pkgname-$pkgver/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-05-22 22:59:37 UTC (rev 91445)
+++ community-x86_64/PKGBUILD   2013-05-22 23:00:39 UTC (rev 91446)
@@ -1,24 +0,0 @@
-# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: karnath karnathtorj...@gmail.com
-
-pkgname=zathura-pdf-poppler
-pkgver=0.2.2
-pkgrel=1
-pkgdesc=Adds pdf support to zathura by using the poppler engine
-arch=('i686' 'x86_64')
-url=https://pwmt.org/projects/zathura/plugins/zathura-pdf-poppler/;
-license=('custom')
-depends=('poppler-glib' 'zathura')
-source=(https://pwmt.org/projects/zathura/plugins/download/$pkgname-$pkgver.tar.gz;)
-md5sums=('83f2dba1f6d715f5b1a33044d2a64829')
-
-build() {
-  make -C ${srcdir}/$pkgname-$pkgver
-}
-
-package(){
-  make -C ${srcdir}/$pkgname-$pkgver DESTDIR=$pkgdir install
-  install -Dm0644 ${srcdir}/$pkgname-$pkgver/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: zathura-pdf-poppler/repos/community-x86_64/PKGBUILD (from rev 91445, 
zathura-pdf-poppler/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-05-22 23:00:39 UTC (rev 91446)
@@ -0,0 +1,25 @@
+# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: karnath karnathtorj...@gmail.com
+
+pkgname=zathura-pdf-poppler
+pkgver=0.2.3
+pkgrel=1
+pkgdesc=Adds pdf support to zathura by using the poppler engine
+arch=('i686' 'x86_64')
+url=https://pwmt.org/projects/zathura/plugins/zathura-pdf-poppler/;
+license=('custom')
+depends=('poppler-glib' 'zathura')
+install=$pkgname.install
+source=(https://pwmt.org/projects/zathura/plugins/download/$pkgname-$pkgver.tar.gz;)
+md5sums=('1d8deb2d2ee5a6847267f977b8f2e542')
+
+build() {
+  make -C ${srcdir}/$pkgname-$pkgver
+}
+
+package(){
+  make -C ${srcdir}/$pkgname-$pkgver DESTDIR=$pkgdir install
+  install -Dm0644 ${srcdir}/$pkgname-$pkgver/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: zathura-pdf-poppler/repos/community-x86_64/zathura-pdf-poppler.install 
(from rev 91445, zathura-pdf-poppler/trunk/zathura-pdf-poppler.install)
===
--- community-x86_64/zathura-pdf-poppler.install
(rev 0)
+++ community-x86_64/zathura-pdf-poppler.install2013-05-22 23:00:39 UTC 
(rev 91446)
@@ -0,0 +1,6 @@
+post_install(){
+update-desktop-database -q
+}
+post_remove(){
+update-desktop-database -q
+}



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

2013-05-22 Thread Daniel Wallace
Date: Thursday, May 23, 2013 @ 01:09:56
  Author: dwallace
Revision: 91447

upgpkg: python-beautifulsoup4 4.2.0-1

upgpkg: beautifulsoup4 4.2.0

Modified:
  python-beautifulsoup4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-22 23:00:39 UTC (rev 91446)
+++ PKGBUILD2013-05-22 23:09:56 UTC (rev 91447)
@@ -4,15 +4,15 @@
 
 pkgbase=python-beautifulsoup4
 pkgname=('python2-beautifulsoup4' 'python-beautifulsoup4')
-pkgver=4.1.3
-pkgrel=2
+pkgver=4.2.0
+pkgrel=1
 pkgdesc=A Python HTML/XML parser designed for quick turnaround projects like 
screen-scraping
 arch=('any')
 url=http://www.crummy.com/software/BeautifulSoup/index.html;
 license=('PSF')
 makedepends=('python-distribute' 'python2-distribute')
-source=(http://www.crummy.com/software/BeautifulSoup/bs4/download/${pkgbase#*-}-${pkgver}.tar.gz;)
-md5sums=('5aece3c0b8a080658155958111fa2fa9')
+source=(http://www.crummy.com/software/BeautifulSoup/bs4/download/${pkgver%.*}/${pkgbase#*-}-${pkgver}.tar.gz;)
+md5sums=('3e709c68b7705b49635dca0c551a4362')
 
 build() {
   cd ${srcdir}
@@ -28,7 +28,6 @@
 }
 
 package_python2-beautifulsoup4() {
-  depends=('python2-distribute')
   optdepends=('python2-chardet: universal encoding detector'
   'python2-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
 
@@ -39,7 +38,6 @@
 }
 
 package_python-beautifulsoup4() {
-  depends=('python-distribute')
   optdepends=('python-chardet: universal encoding detector'
   'python-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
 



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

2013-05-22 Thread Daniel Wallace
Date: Thursday, May 23, 2013 @ 01:10:20
  Author: dwallace
Revision: 91448

archrelease: copy trunk to community-any

Added:
  python-beautifulsoup4/repos/community-any/PKGBUILD
(from rev 91447, python-beautifulsoup4/trunk/PKGBUILD)
Deleted:
  python-beautifulsoup4/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-22 23:09:56 UTC (rev 91447)
+++ PKGBUILD2013-05-22 23:10:20 UTC (rev 91448)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgbase=python-beautifulsoup4
-pkgname=('python2-beautifulsoup4' 'python-beautifulsoup4')
-pkgver=4.1.3
-pkgrel=2
-pkgdesc=A Python HTML/XML parser designed for quick turnaround projects like 
screen-scraping
-arch=('any')
-url=http://www.crummy.com/software/BeautifulSoup/index.html;
-license=('PSF')
-makedepends=('python-distribute' 'python2-distribute')
-source=(http://www.crummy.com/software/BeautifulSoup/bs4/download/${pkgbase#*-}-${pkgver}.tar.gz;)
-md5sums=('5aece3c0b8a080658155958111fa2fa9')
-
-build() {
-  cd ${srcdir}
-  cp -a beautifulsoup4-${pkgver}{,-python2}
-
-  # Build python 3 module
-  cd ${srcdir}/beautifulsoup4-${pkgver}
-  python setup.py build
-
-  # Build python 2 module
-  cd ${srcdir}/beautifulsoup4-${pkgver}-python2
-  python2 setup.py build
-}
-
-package_python2-beautifulsoup4() {
-  depends=('python2-distribute')
-  optdepends=('python2-chardet: universal encoding detector'
-  'python2-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
-
-  cd ${srcdir}/beautifulsoup4-${pkgver}-python2
-  python2 setup.py install --root=${pkgdir}/ --optimize=1 --skip-build
-
-  rm -rf ${pkgdir}/usr/lib/python2.7/site-packages/bs4/tests
-}
-
-package_python-beautifulsoup4() {
-  depends=('python-distribute')
-  optdepends=('python-chardet: universal encoding detector'
-  'python-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
-
-  cd ${srcdir}/beautifulsoup4-${pkgver}
-  python setup.py install --root=${pkgdir}/ --optimize=1 --skip-build
-
-  rm -rf 
${pkgdir}/usr/lib/python3.2/site-packages/bs4/{__pycache__,tests,builder/__pycache__}
-}

Copied: python-beautifulsoup4/repos/community-any/PKGBUILD (from rev 91447, 
python-beautifulsoup4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-22 23:10:20 UTC (rev 91448)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+pkgbase=python-beautifulsoup4
+pkgname=('python2-beautifulsoup4' 'python-beautifulsoup4')
+pkgver=4.2.0
+pkgrel=1
+pkgdesc=A Python HTML/XML parser designed for quick turnaround projects like 
screen-scraping
+arch=('any')
+url=http://www.crummy.com/software/BeautifulSoup/index.html;
+license=('PSF')
+makedepends=('python-distribute' 'python2-distribute')
+source=(http://www.crummy.com/software/BeautifulSoup/bs4/download/${pkgver%.*}/${pkgbase#*-}-${pkgver}.tar.gz;)
+md5sums=('3e709c68b7705b49635dca0c551a4362')
+
+build() {
+  cd ${srcdir}
+  cp -a beautifulsoup4-${pkgver}{,-python2}
+
+  # Build python 3 module
+  cd ${srcdir}/beautifulsoup4-${pkgver}
+  python setup.py build
+
+  # Build python 2 module
+  cd ${srcdir}/beautifulsoup4-${pkgver}-python2
+  python2 setup.py build
+}
+
+package_python2-beautifulsoup4() {
+  optdepends=('python2-chardet: universal encoding detector'
+  'python2-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
+
+  cd ${srcdir}/beautifulsoup4-${pkgver}-python2
+  python2 setup.py install --root=${pkgdir}/ --optimize=1 --skip-build
+
+  rm -rf ${pkgdir}/usr/lib/python2.7/site-packages/bs4/tests
+}
+
+package_python-beautifulsoup4() {
+  optdepends=('python-chardet: universal encoding detector'
+  'python-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
+
+  cd ${srcdir}/beautifulsoup4-${pkgver}
+  python setup.py install --root=${pkgdir}/ --optimize=1 --skip-build
+
+  rm -rf 
${pkgdir}/usr/lib/python3.2/site-packages/bs4/{__pycache__,tests,builder/__pycache__}
+}



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

2013-05-22 Thread Daniel Wallace
Date: Thursday, May 23, 2013 @ 01:21:44
  Author: dwallace
Revision: 91449

upgpkg: zathura-ps 0.2.2-1

upgpkg: zathura-ps 0.2.2

Added:
  zathura-ps/trunk/zathura-ps.install
Modified:
  zathura-ps/trunk/PKGBUILD

+
 PKGBUILD   |5 +++--
 zathura-ps.install |6 ++
 2 files changed, 9 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-22 23:10:20 UTC (rev 91448)
+++ PKGBUILD2013-05-22 23:21:44 UTC (rev 91449)
@@ -3,15 +3,16 @@
 # Contributor: karnath karnathtorj...@gmail.com
 
 pkgname=zathura-ps
-pkgver=0.2.1
+pkgver=0.2.2
 pkgrel=1
 pkgdesc=Adds ps support to zathura by using the libspectre library
 arch=('i686' 'x86_64')
 url=https://pwmt.org/projects/zathura/plugins/zathura-ps/;
 license=('custom')
 depends=('libspectre' 'zathura')
+install=$pkgname.install
 
source=(https://pwmt.org/projects/zathura/plugins/download/zathura-ps-$pkgver.tar.gz)
-md5sums=('45619e744b69bf16b408b50cf32f2df5')
+md5sums=('338af976c03c0aa1471b156a0efdc45c')
 
 build(){
   make -C $pkgname-$pkgver

Added: zathura-ps.install
===
--- zathura-ps.install  (rev 0)
+++ zathura-ps.install  2013-05-22 23:21:44 UTC (rev 91449)
@@ -0,0 +1,6 @@
+post_install(){
+update-desktop-database -q
+}
+post_remove(){
+update-desktop-database -q
+}



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

2013-05-22 Thread Daniel Wallace
Date: Thursday, May 23, 2013 @ 01:22:20
  Author: dwallace
Revision: 91450

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

Added:
  zathura-ps/repos/community-i686/PKGBUILD
(from rev 91449, zathura-ps/trunk/PKGBUILD)
  zathura-ps/repos/community-i686/zathura-ps.install
(from rev 91449, zathura-ps/trunk/zathura-ps.install)
  zathura-ps/repos/community-x86_64/PKGBUILD
(from rev 91449, zathura-ps/trunk/PKGBUILD)
  zathura-ps/repos/community-x86_64/zathura-ps.install
(from rev 91449, zathura-ps/trunk/zathura-ps.install)
Deleted:
  zathura-ps/repos/community-i686/PKGBUILD
  zathura-ps/repos/community-x86_64/PKGBUILD

-+
 /PKGBUILD   |   48 ++
 community-i686/PKGBUILD |   23 
 community-i686/zathura-ps.install   |6 
 community-x86_64/PKGBUILD   |   23 
 community-x86_64/zathura-ps.install |6 
 5 files changed, 60 insertions(+), 46 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-22 23:21:44 UTC (rev 91449)
+++ community-i686/PKGBUILD 2013-05-22 23:22:20 UTC (rev 91450)
@@ -1,23 +0,0 @@
-# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: karnath karnathtorj...@gmail.com
-
-pkgname=zathura-ps
-pkgver=0.2.1
-pkgrel=1
-pkgdesc=Adds ps support to zathura by using the libspectre library
-arch=('i686' 'x86_64')
-url=https://pwmt.org/projects/zathura/plugins/zathura-ps/;
-license=('custom')
-depends=('libspectre' 'zathura')
-source=(https://pwmt.org/projects/zathura/plugins/download/zathura-ps-$pkgver.tar.gz)
-md5sums=('45619e744b69bf16b408b50cf32f2df5')
-
-build(){
-  make -C $pkgname-$pkgver
-}
-
-package(){
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-  install -Dm0644 $pkgname-$pkgver/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: zathura-ps/repos/community-i686/PKGBUILD (from rev 91449, 
zathura-ps/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-22 23:22:20 UTC (rev 91450)
@@ -0,0 +1,24 @@
+# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: karnath karnathtorj...@gmail.com
+
+pkgname=zathura-ps
+pkgver=0.2.2
+pkgrel=1
+pkgdesc=Adds ps support to zathura by using the libspectre library
+arch=('i686' 'x86_64')
+url=https://pwmt.org/projects/zathura/plugins/zathura-ps/;
+license=('custom')
+depends=('libspectre' 'zathura')
+install=$pkgname.install
+source=(https://pwmt.org/projects/zathura/plugins/download/zathura-ps-$pkgver.tar.gz)
+md5sums=('338af976c03c0aa1471b156a0efdc45c')
+
+build(){
+  make -C $pkgname-$pkgver
+}
+
+package(){
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+  install -Dm0644 $pkgname-$pkgver/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: zathura-ps/repos/community-i686/zathura-ps.install (from rev 91449, 
zathura-ps/trunk/zathura-ps.install)
===
--- community-i686/zathura-ps.install   (rev 0)
+++ community-i686/zathura-ps.install   2013-05-22 23:22:20 UTC (rev 91450)
@@ -0,0 +1,6 @@
+post_install(){
+update-desktop-database -q
+}
+post_remove(){
+update-desktop-database -q
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-05-22 23:21:44 UTC (rev 91449)
+++ community-x86_64/PKGBUILD   2013-05-22 23:22:20 UTC (rev 91450)
@@ -1,23 +0,0 @@
-# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: karnath karnathtorj...@gmail.com
-
-pkgname=zathura-ps
-pkgver=0.2.1
-pkgrel=1
-pkgdesc=Adds ps support to zathura by using the libspectre library
-arch=('i686' 'x86_64')
-url=https://pwmt.org/projects/zathura/plugins/zathura-ps/;
-license=('custom')
-depends=('libspectre' 'zathura')
-source=(https://pwmt.org/projects/zathura/plugins/download/zathura-ps-$pkgver.tar.gz)
-md5sums=('45619e744b69bf16b408b50cf32f2df5')
-
-build(){
-  make -C $pkgname-$pkgver
-}
-
-package(){
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-  install -Dm0644 $pkgname-$pkgver/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: zathura-ps/repos/community-x86_64/PKGBUILD (from rev 91449, 
zathura-ps/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-05-22 23:22:20 UTC (rev 91450)
@@ -0,0 +1,24 @@
+# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
+# Maintainer: Sergej Pupykin 

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

2013-05-22 Thread Daniel Wallace
Date: Thursday, May 23, 2013 @ 01:22:36
  Author: dwallace
Revision: 91451

upgpkg: zathura-djvu 0.2.3-1

upgpkg: zathura-djvu 0.2.3

Added:
  zathura-djvu/trunk/zathura-djvu.install
Modified:
  zathura-djvu/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 zathura-djvu.install |6 ++
 2 files changed, 9 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-22 23:22:20 UTC (rev 91450)
+++ PKGBUILD2013-05-22 23:22:36 UTC (rev 91451)
@@ -4,15 +4,16 @@
 # Contributor: karnath karnathtorj...@gmail.com
 
 pkgname=zathura-djvu
-pkgver=0.2.2
+pkgver=0.2.3
 pkgrel=1
 pkgdesc=Adds DjVu support to zathura by using the djvulibre library
 arch=('i686' 'x86_64')
 url=https://pwmt.org/projects/zathura/plugins/zathura-djvu/;
 license=('custom')
 depends=('djvulibre' 'zathura')
+install=$pkgname.install
 
source=(https://pwmt.org/projects/zathura/plugins/download/zathura-djvu-$pkgver.tar.gz;)
-md5sums=('38344cb762e1f5b5fe66f6ef49ac173f')
+md5sums=('a472f706d6f6384d8bc2750141a84fc6')
 
 build(){
   make -C ${srcdir}/$pkgname-$pkgver

Added: zathura-djvu.install
===
--- zathura-djvu.install(rev 0)
+++ zathura-djvu.install2013-05-22 23:22:36 UTC (rev 91451)
@@ -0,0 +1,6 @@
+post_install(){
+update-desktop-database -q
+}
+post_remove(){
+update-desktop-database -q
+}



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

2013-05-22 Thread Daniel Wallace
Date: Thursday, May 23, 2013 @ 01:23:11
  Author: dwallace
Revision: 91452

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

Added:
  zathura-djvu/repos/community-i686/PKGBUILD
(from rev 91451, zathura-djvu/trunk/PKGBUILD)
  zathura-djvu/repos/community-i686/zathura-djvu.install
(from rev 91451, zathura-djvu/trunk/zathura-djvu.install)
  zathura-djvu/repos/community-x86_64/PKGBUILD
(from rev 91451, zathura-djvu/trunk/PKGBUILD)
  zathura-djvu/repos/community-x86_64/zathura-djvu.install
(from rev 91451, zathura-djvu/trunk/zathura-djvu.install)
Deleted:
  zathura-djvu/repos/community-i686/PKGBUILD
  zathura-djvu/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   52 
 community-i686/PKGBUILD   |   25 ---
 community-i686/zathura-djvu.install   |6 +++
 community-x86_64/PKGBUILD |   25 ---
 community-x86_64/zathura-djvu.install |6 +++
 5 files changed, 64 insertions(+), 50 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-22 23:22:36 UTC (rev 91451)
+++ community-i686/PKGBUILD 2013-05-22 23:23:11 UTC (rev 91452)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: karnath karnathtorj...@gmail.com
-
-pkgname=zathura-djvu
-pkgver=0.2.2
-pkgrel=1
-pkgdesc=Adds DjVu support to zathura by using the djvulibre library
-arch=('i686' 'x86_64')
-url=https://pwmt.org/projects/zathura/plugins/zathura-djvu/;
-license=('custom')
-depends=('djvulibre' 'zathura')
-source=(https://pwmt.org/projects/zathura/plugins/download/zathura-djvu-$pkgver.tar.gz;)
-md5sums=('38344cb762e1f5b5fe66f6ef49ac173f')
-
-build(){
-  make -C ${srcdir}/$pkgname-$pkgver
-}
-
-package(){
-  make -C ${srcdir}/$pkgname-$pkgver DESTDIR=$pkgdir install
-  install -Dm0644 ${srcdir}/$pkgname-$pkgver/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: zathura-djvu/repos/community-i686/PKGBUILD (from rev 91451, 
zathura-djvu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-22 23:23:11 UTC (rev 91452)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: karnath karnathtorj...@gmail.com
+
+pkgname=zathura-djvu
+pkgver=0.2.3
+pkgrel=1
+pkgdesc=Adds DjVu support to zathura by using the djvulibre library
+arch=('i686' 'x86_64')
+url=https://pwmt.org/projects/zathura/plugins/zathura-djvu/;
+license=('custom')
+depends=('djvulibre' 'zathura')
+install=$pkgname.install
+source=(https://pwmt.org/projects/zathura/plugins/download/zathura-djvu-$pkgver.tar.gz;)
+md5sums=('a472f706d6f6384d8bc2750141a84fc6')
+
+build(){
+  make -C ${srcdir}/$pkgname-$pkgver
+}
+
+package(){
+  make -C ${srcdir}/$pkgname-$pkgver DESTDIR=$pkgdir install
+  install -Dm0644 ${srcdir}/$pkgname-$pkgver/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+

Copied: zathura-djvu/repos/community-i686/zathura-djvu.install (from rev 91451, 
zathura-djvu/trunk/zathura-djvu.install)
===
--- community-i686/zathura-djvu.install (rev 0)
+++ community-i686/zathura-djvu.install 2013-05-22 23:23:11 UTC (rev 91452)
@@ -0,0 +1,6 @@
+post_install(){
+update-desktop-database -q
+}
+post_remove(){
+update-desktop-database -q
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-05-22 23:22:36 UTC (rev 91451)
+++ community-x86_64/PKGBUILD   2013-05-22 23:23:11 UTC (rev 91452)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: karnath karnathtorj...@gmail.com
-
-pkgname=zathura-djvu
-pkgver=0.2.2
-pkgrel=1
-pkgdesc=Adds DjVu support to zathura by using the djvulibre library
-arch=('i686' 'x86_64')
-url=https://pwmt.org/projects/zathura/plugins/zathura-djvu/;
-license=('custom')
-depends=('djvulibre' 'zathura')
-source=(https://pwmt.org/projects/zathura/plugins/download/zathura-djvu-$pkgver.tar.gz;)
-md5sums=('38344cb762e1f5b5fe66f6ef49ac173f')
-
-build(){
-  make -C ${srcdir}/$pkgname-$pkgver
-}
-
-package(){
-  make -C ${srcdir}/$pkgname-$pkgver DESTDIR=$pkgdir install
-  install -Dm0644 ${srcdir}/$pkgname-$pkgver/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: zathura-djvu/repos/community-x86_64/PKGBUILD (from rev 91451, 
zathura-djvu/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD 

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

2013-05-22 Thread Evangelos Foutras
Date: Thursday, May 23, 2013 @ 01:24:20
  Author: foutrelis
Revision: 186250

upgpkg: python-pip 1.3.1-3

Re-add distribute dep.

Modified:
  python-pip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-22 21:14:07 UTC (rev 186249)
+++ PKGBUILD2013-05-22 23:24:20 UTC (rev 186250)
@@ -4,7 +4,7 @@
 
 pkgname=('python-pip' 'python2-pip')
 pkgver=1.3.1
-pkgrel=2
+pkgrel=3
 pkgdesc=An easy_install replacement for installing pypi python packages
 url=http://www.pip-installer.org/;
 arch=('any')
@@ -13,12 +13,12 @@
 source=(http://pypi.python.org/packages/source/p/pip/pip-${pkgver}.tar.gz)
 
 package_python-pip() {
-  depends=('python')
+  depends=('python' 'python-distribute')
 
   cd $srcdir/pip-$pkgver
   python setup.py build
   python setup.py install --prefix=/usr --root=$pkgdir
-  
+
   ln $pkgdir/usr/bin/pip $pkgdir/usr/bin/pip3
 
   install -D -m644 LICENSE.txt \
@@ -26,7 +26,7 @@
 }
 
 package_python2-pip() {
-  depends=('python2')
+  depends=('python2' 'python2-distribute')
   conflicts=('python-pyinstall')
   replaces=('python-pyinstall')
 



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

2013-05-22 Thread Evangelos Foutras
Date: Thursday, May 23, 2013 @ 01:24:26
  Author: foutrelis
Revision: 186251

archrelease: copy trunk to extra-any

Added:
  python-pip/repos/extra-any/PKGBUILD
(from rev 186250, python-pip/trunk/PKGBUILD)
Deleted:
  python-pip/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-22 23:24:20 UTC (rev 186250)
+++ PKGBUILD2013-05-22 23:24:26 UTC (rev 186251)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-# Contributor: Sebastien Binet binet@lblbox
-
-pkgname=('python-pip' 'python2-pip')
-pkgver=1.3.1
-pkgrel=2
-pkgdesc=An easy_install replacement for installing pypi python packages
-url=http://www.pip-installer.org/;
-arch=('any')
-license=('MIT')
-makedepends=('python' 'python-distribute' 'python2' 'python2-distribute')
-source=(http://pypi.python.org/packages/source/p/pip/pip-${pkgver}.tar.gz)
-
-package_python-pip() {
-  depends=('python')
-
-  cd $srcdir/pip-$pkgver
-  python setup.py build
-  python setup.py install --prefix=/usr --root=$pkgdir
-  
-  ln $pkgdir/usr/bin/pip $pkgdir/usr/bin/pip3
-
-  install -D -m644 LICENSE.txt \
- $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-pip() {
-  depends=('python2')
-  conflicts=('python-pyinstall')
-  replaces=('python-pyinstall')
-
-  cd $srcdir/pip-$pkgver
-  python2 setup.py build
-  python2 setup.py install --prefix=/usr --root=$pkgdir
-  
-  mv $pkgdir/usr/bin/pip $pkgdir/usr/bin/pip2
-  sed -i s|#!/usr/bin/env python$|#!/usr/bin/env python2| \
-${pkgdir}/usr/lib/python2.7/site-packages/pip/__init__.py
-  
-  install -D -m644 LICENSE.txt \
- $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-md5sums=('cbb27a191cebc58997c4da8513863153')
-sha256sums=('145eaa5d1ea1b062663da1f3a97780d7edea4c63c68a37c463b1deedf7bb4957')

Copied: python-pip/repos/extra-any/PKGBUILD (from rev 186250, 
python-pip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-22 23:24:26 UTC (rev 186251)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Contributor: Sebastien Binet binet@lblbox
+
+pkgname=('python-pip' 'python2-pip')
+pkgver=1.3.1
+pkgrel=3
+pkgdesc=An easy_install replacement for installing pypi python packages
+url=http://www.pip-installer.org/;
+arch=('any')
+license=('MIT')
+makedepends=('python' 'python-distribute' 'python2' 'python2-distribute')
+source=(http://pypi.python.org/packages/source/p/pip/pip-${pkgver}.tar.gz)
+
+package_python-pip() {
+  depends=('python' 'python-distribute')
+
+  cd $srcdir/pip-$pkgver
+  python setup.py build
+  python setup.py install --prefix=/usr --root=$pkgdir
+
+  ln $pkgdir/usr/bin/pip $pkgdir/usr/bin/pip3
+
+  install -D -m644 LICENSE.txt \
+ $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-pip() {
+  depends=('python2' 'python2-distribute')
+  conflicts=('python-pyinstall')
+  replaces=('python-pyinstall')
+
+  cd $srcdir/pip-$pkgver
+  python2 setup.py build
+  python2 setup.py install --prefix=/usr --root=$pkgdir
+  
+  mv $pkgdir/usr/bin/pip $pkgdir/usr/bin/pip2
+  sed -i s|#!/usr/bin/env python$|#!/usr/bin/env python2| \
+${pkgdir}/usr/lib/python2.7/site-packages/pip/__init__.py
+  
+  install -D -m644 LICENSE.txt \
+ $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+md5sums=('cbb27a191cebc58997c4da8513863153')
+sha256sums=('145eaa5d1ea1b062663da1f3a97780d7edea4c63c68a37c463b1deedf7bb4957')



[arch-commits] Commit in zathura-pdf-poppler/repos (2 files)

2013-05-22 Thread Daniel Wallace
Date: Thursday, May 23, 2013 @ 01:26:10
  Author: dwallace
Revision: 91453

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

Added:
  zathura-pdf-poppler/repos/community-i686/PKGBUILD
Deleted:
  zathura-pdf-poppler/repos/community-x86_64/PKGBUILD

---+
 community-i686/PKGBUILD   |   25 +
 community-x86_64/PKGBUILD |   25 -
 2 files changed, 25 insertions(+), 25 deletions(-)

Added: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-22 23:26:10 UTC (rev 91453)
@@ -0,0 +1,25 @@
+# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: karnath karnathtorj...@gmail.com
+
+pkgname=zathura-pdf-poppler
+pkgver=0.2.3
+pkgrel=1
+pkgdesc=Adds pdf support to zathura by using the poppler engine
+arch=('i686' 'x86_64')
+url=https://pwmt.org/projects/zathura/plugins/zathura-pdf-poppler/;
+license=('custom')
+depends=('poppler-glib' 'zathura')
+install=$pkgname.install
+source=(https://pwmt.org/projects/zathura/plugins/download/$pkgname-$pkgver.tar.gz;)
+md5sums=('1d8deb2d2ee5a6847267f977b8f2e542')
+
+build() {
+  make -C ${srcdir}/$pkgname-$pkgver
+}
+
+package(){
+  make -C ${srcdir}/$pkgname-$pkgver DESTDIR=$pkgdir install
+  install -Dm0644 ${srcdir}/$pkgname-$pkgver/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-05-22 23:23:11 UTC (rev 91452)
+++ community-x86_64/PKGBUILD   2013-05-22 23:26:10 UTC (rev 91453)
@@ -1,25 +0,0 @@
-# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: karnath karnathtorj...@gmail.com
-
-pkgname=zathura-pdf-poppler
-pkgver=0.2.3
-pkgrel=1
-pkgdesc=Adds pdf support to zathura by using the poppler engine
-arch=('i686' 'x86_64')
-url=https://pwmt.org/projects/zathura/plugins/zathura-pdf-poppler/;
-license=('custom')
-depends=('poppler-glib' 'zathura')
-install=$pkgname.install
-source=(https://pwmt.org/projects/zathura/plugins/download/$pkgname-$pkgver.tar.gz;)
-md5sums=('1d8deb2d2ee5a6847267f977b8f2e542')
-
-build() {
-  make -C ${srcdir}/$pkgname-$pkgver
-}
-
-package(){
-  make -C ${srcdir}/$pkgname-$pkgver DESTDIR=$pkgdir install
-  install -Dm0644 ${srcdir}/$pkgname-$pkgver/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}



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

2013-05-22 Thread Evangelos Foutras
Date: Thursday, May 23, 2013 @ 01:27:19
  Author: foutrelis
Revision: 186252

upgpkg: python-nose 1.3.0-3

Re-add distribute dep.

Modified:
  python-nose/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-22 23:24:26 UTC (rev 186251)
+++ PKGBUILD2013-05-22 23:27:19 UTC (rev 186252)
@@ -7,7 +7,7 @@
 pkgbase=python-nose
 pkgname=('python-nose' 'python2-nose' 'python-nose-doc')
 pkgver=1.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc=A discovery-based unittest extension
 arch=('any')
 url='http://readthedocs.org/docs/nose/'
@@ -23,14 +23,14 @@
 }
 
 package_python-nose() {
-  depends=('python')
+  depends=('python' 'python-distribute')
   cd $srcdir/nose-$pkgver
   python3 setup.py install --prefix=/usr --root=${pkgdir}
   mv $pkgdir/usr/bin/nosetests $pkgdir/usr/bin/nosetests3
 }
 
 package_python2-nose() {
-  depends=('python2')
+  depends=('python2' 'python2-distribute')
   cd $srcdir/nose2-$pkgver
   python2 setup.py install --prefix=/usr --root=${pkgdir}
   mv $pkgdir/usr/bin/nosetests $pkgdir/usr/bin/nosetests2



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

2013-05-22 Thread Evangelos Foutras
Date: Thursday, May 23, 2013 @ 01:27:25
  Author: foutrelis
Revision: 186253

archrelease: copy trunk to extra-any

Added:
  python-nose/repos/extra-any/PKGBUILD
(from rev 186252, python-nose/trunk/PKGBUILD)
Deleted:
  python-nose/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   94 ++---
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-22 23:27:19 UTC (rev 186252)
+++ PKGBUILD2013-05-22 23:27:25 UTC (rev 186253)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-# Contributor: Cilyan Olowen gak...@gmail.com
-
-pkgbase=python-nose
-pkgname=('python-nose' 'python2-nose' 'python-nose-doc')
-pkgver=1.3.0
-pkgrel=2
-pkgdesc=A discovery-based unittest extension
-arch=('any')
-url='http://readthedocs.org/docs/nose/'
-license=('LGPL2.1')
-makedepends=('python' 'python-distribute' 'python2' 'python2-distribute' 
'python2-sphinx')
-source=(http://pypi.python.org/packages/source/n/nose/nose-${pkgver}.tar.gz;)
-md5sums=('95d6d32b9d6b029c3c65674bd9e7eabe')
-
-build() {
-  cd $srcdir/nose-$pkgver
-  sed -i -e s:man/man1:share/man/man1:g setup.py
-  cp -R $srcdir/nose-$pkgver $srcdir/nose2-$pkgver
-}
-
-package_python-nose() {
-  depends=('python')
-  cd $srcdir/nose-$pkgver
-  python3 setup.py install --prefix=/usr --root=${pkgdir}
-  mv $pkgdir/usr/bin/nosetests $pkgdir/usr/bin/nosetests3
-}
-
-package_python2-nose() {
-  depends=('python2')
-  cd $srcdir/nose2-$pkgver
-  python2 setup.py install --prefix=/usr --root=${pkgdir}
-  mv $pkgdir/usr/bin/nosetests $pkgdir/usr/bin/nosetests2
-  rm -rf $pkgdir/usr/share
-}
-
-package_python-nose-doc(){
-  pkgdesc=Nose documentation and examples
-  cd $srcdir/nose-$pkgver/doc
-  make SPHINXBUILD=sphinx-build2 html
-  mkdir -p $pkgdir/usr/share/doc/python-nose
-  cp -r .build/html $pkgdir/usr/share/doc/python-nose
-  cp -r ../examples $pkgdir/usr/share/doc/python-nose
-}

Copied: python-nose/repos/extra-any/PKGBUILD (from rev 186252, 
python-nose/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-22 23:27:25 UTC (rev 186253)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+# Contributor: Cilyan Olowen gak...@gmail.com
+
+pkgbase=python-nose
+pkgname=('python-nose' 'python2-nose' 'python-nose-doc')
+pkgver=1.3.0
+pkgrel=3
+pkgdesc=A discovery-based unittest extension
+arch=('any')
+url='http://readthedocs.org/docs/nose/'
+license=('LGPL2.1')
+makedepends=('python' 'python-distribute' 'python2' 'python2-distribute' 
'python2-sphinx')
+source=(http://pypi.python.org/packages/source/n/nose/nose-${pkgver}.tar.gz;)
+md5sums=('95d6d32b9d6b029c3c65674bd9e7eabe')
+
+build() {
+  cd $srcdir/nose-$pkgver
+  sed -i -e s:man/man1:share/man/man1:g setup.py
+  cp -R $srcdir/nose-$pkgver $srcdir/nose2-$pkgver
+}
+
+package_python-nose() {
+  depends=('python' 'python-distribute')
+  cd $srcdir/nose-$pkgver
+  python3 setup.py install --prefix=/usr --root=${pkgdir}
+  mv $pkgdir/usr/bin/nosetests $pkgdir/usr/bin/nosetests3
+}
+
+package_python2-nose() {
+  depends=('python2' 'python2-distribute')
+  cd $srcdir/nose2-$pkgver
+  python2 setup.py install --prefix=/usr --root=${pkgdir}
+  mv $pkgdir/usr/bin/nosetests $pkgdir/usr/bin/nosetests2
+  rm -rf $pkgdir/usr/share
+}
+
+package_python-nose-doc(){
+  pkgdesc=Nose documentation and examples
+  cd $srcdir/nose-$pkgver/doc
+  make SPHINXBUILD=sphinx-build2 html
+  mkdir -p $pkgdir/usr/share/doc/python-nose
+  cp -r .build/html $pkgdir/usr/share/doc/python-nose
+  cp -r ../examples $pkgdir/usr/share/doc/python-nose
+}



[arch-commits] Commit in openntpd/trunk (4 files)

2013-05-22 Thread Sébastien Luttringer
Date: Thursday, May 23, 2013 @ 01:28:21
  Author: seblu
Revision: 91454

upgpkg: openntpd 3.9p1-22

- drop rc
- move to /usr/bin

Modified:
  openntpd/trunk/PKGBUILD
  openntpd/trunk/openntpd.service
Deleted:
  openntpd/trunk/openntpd
  openntpd/trunk/openntpd.conf

--+
 PKGBUILD |   29 +++--
 openntpd |   38 --
 openntpd.conf|4 
 openntpd.service |2 +-
 4 files changed, 16 insertions(+), 57 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-22 23:26:10 UTC (rev 91453)
+++ PKGBUILD2013-05-22 23:28:21 UTC (rev 91454)
@@ -6,32 +6,35 @@
 
 pkgname=openntpd
 pkgver=3.9p1
-pkgrel=21
-pkgdesc=Free, easy to use implementation of the Network Time Protocol.
-url=http://www.openntpd.org/;
+pkgrel=22
+pkgdesc='Free, easy to use implementation of the Network Time Protocol.'
+url='http://www.openntpd.org/'
 arch=('x86_64' 'i686')
 license=('BSD')
 depends=('openssl')
 conflicts=('ntp')
-backup=('etc/ntpd.conf' 'etc/conf.d/openntpd')
+backup=('etc/ntpd.conf')
 install=$pkgname.install
-source=(ftp://ftp.openbsd.org/pub/OpenBSD/OpenNTPD/$pkgname-$pkgver.tar.gz
-   'openntpd' 'openntpd.conf' 'linux-adjtimex.patch' 'openntpd.tmpfiles' 
'openntpd.service')
+source=(ftp://ftp.openbsd.org/pub/OpenBSD/OpenNTPD/$pkgname-$pkgver.tar.gz;
+ 'linux-adjtimex.patch'
+'openntpd.tmpfiles'
+'openntpd.service')
 sha256sums=('83dd7c1e8ec8b4567afe49af539271b5a73562fb7a3ca51df73eccba89ec8c49'
-'b486b7034b8d3d790b6bc1793dd8a44c68b82c8dc833b617c60674b0a7c9d98f'
-'77a0d1f3439d779c2ce259becf3fa583c21a16682a4f5327094da2e9837f6f96'
 '3abcec94c072b5913ef7156a22049d796ff04e19105befe1ea81a66522928fd2'
 'fe12841110c3c080519e248988c4b6334f54bd9646b015753c7e15de2a9600c5'
-'7ad4d3ce4af3a6ff47ba2e5428092139666ad821101dafe1599b209d53f6943f')
+'3239fc6f69d661cd9233233da9e68bebdf7b12888febbc2f2d794742db2d8ed1')
 
+prepare() {
+  patch -Np1 -d $pkgname-$pkgver  linux-adjtimex.patch
+}
+
 build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  patch -Np1 -i ../linux-adjtimex.patch
+  cd $pkgname-$pkgver
   autoreconf -fi
   ./configure \
 --prefix=/usr \
 --sysconfdir=/etc \
+--sbindir=/usr/bin \
 --with-privsep-user=ntp \
 --with-privsep-path=/run/openntpd/ \
 --with-adjtimex
@@ -42,8 +45,6 @@
   cd $srcdir/$pkgname-$pkgver
 
   make DESTDIR=$pkgdir install
-  install -Dm755 $srcdir/$pkgname $pkgdir/etc/rc.d/$pkgname
-  install -Dm644 $srcdir/$pkgname.conf $pkgdir/etc/conf.d/$pkgname
   install -Dm644 $srcdir/$pkgname-$pkgver/LICENCE \
 $pkgdir/usr/share/licenses/$pkgname/LICENCE
   sed -i 's/\*/0.0.0.0/' $pkgdir/etc/ntpd.conf

Deleted: openntpd
===
--- openntpd2013-05-22 23:26:10 UTC (rev 91453)
+++ openntpd2013-05-22 23:28:21 UTC (rev 91454)
@@ -1,38 +0,0 @@
-#!/bin/bash
-
-CONF=/etc/conf.d/openntpd
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-[[ -f $CONF ]]  . $CONF
-
-PID=$(pidof -o %PPID /usr/sbin/ntpd)
-case $1 in
-  start)
-stat_busy Starting OpenNTPD
-[[ -d /run/openntpd ]] || mkdir /run/openntpd
-if [[ $PID ]] || ! /usr/sbin/ntpd $PARAMS; then
-  stat_fail
-else
-  pidof -o %PPID /usr/sbin/ntpd /run/openntpd.pid
-  add_daemon openntpd
-  stat_done
-fi
-;;
-  stop)
-stat_busy Stopping OpenNTPD
-if [[ -z $PID ]] || ! kill $PID /dev/null; then
-  stat_fail
-else
-  rm_daemon openntpd
-  stat_done
-fi
-;;
-  restart)
-$0 stop
-$0 start
-;;
-  *)
-echo usage: $0 {start|stop|restart}
-esac
-exit 0

Deleted: openntpd.conf
===
--- openntpd.conf   2013-05-22 23:26:10 UTC (rev 91453)
+++ openntpd.conf   2013-05-22 23:28:21 UTC (rev 91454)
@@ -1,4 +0,0 @@
-#  -s Set the time immediately at startup if the local clock is off by more 
than#  180 seconds.
-PARAMS=-s
-
-

Modified: openntpd.service
===
--- openntpd.service2013-05-22 23:26:10 UTC (rev 91453)
+++ openntpd.service2013-05-22 23:28:21 UTC (rev 91454)
@@ -4,7 +4,7 @@
 
 [Service]
 Type=forking
-ExecStart=/usr/sbin/ntpd -s
+ExecStart=/usr/bin/ntpd -s
 
 [Install]
 WantedBy=multi-user.target



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

2013-05-22 Thread Sébastien Luttringer
Date: Thursday, May 23, 2013 @ 01:28:35
  Author: seblu
Revision: 91455

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

Added:
  openntpd/repos/community-i686/PKGBUILD
(from rev 91454, openntpd/trunk/PKGBUILD)
  openntpd/repos/community-i686/linux-adjtimex.patch
(from rev 91454, openntpd/trunk/linux-adjtimex.patch)
  openntpd/repos/community-i686/openntpd.install
(from rev 91454, openntpd/trunk/openntpd.install)
  openntpd/repos/community-i686/openntpd.service
(from rev 91454, openntpd/trunk/openntpd.service)
  openntpd/repos/community-i686/openntpd.tmpfiles
(from rev 91454, openntpd/trunk/openntpd.tmpfiles)
  openntpd/repos/community-x86_64/PKGBUILD
(from rev 91454, openntpd/trunk/PKGBUILD)
  openntpd/repos/community-x86_64/linux-adjtimex.patch
(from rev 91454, openntpd/trunk/linux-adjtimex.patch)
  openntpd/repos/community-x86_64/openntpd.install
(from rev 91454, openntpd/trunk/openntpd.install)
  openntpd/repos/community-x86_64/openntpd.service
(from rev 91454, openntpd/trunk/openntpd.service)
  openntpd/repos/community-x86_64/openntpd.tmpfiles
(from rev 91454, openntpd/trunk/openntpd.tmpfiles)
Deleted:
  openntpd/repos/community-i686/PKGBUILD
  openntpd/repos/community-i686/linux-adjtimex.patch
  openntpd/repos/community-i686/openntpd
  openntpd/repos/community-i686/openntpd.conf
  openntpd/repos/community-i686/openntpd.install
  openntpd/repos/community-i686/openntpd.service
  openntpd/repos/community-i686/openntpd.tmpfiles
  openntpd/repos/community-x86_64/PKGBUILD
  openntpd/repos/community-x86_64/linux-adjtimex.patch
  openntpd/repos/community-x86_64/openntpd
  openntpd/repos/community-x86_64/openntpd.conf
  openntpd/repos/community-x86_64/openntpd.install
  openntpd/repos/community-x86_64/openntpd.service
  openntpd/repos/community-x86_64/openntpd.tmpfiles

---+
 /PKGBUILD |  124 +++
 /linux-adjtimex.patch |  336 
 /openntpd.install |   30 ++
 /openntpd.service |   20 +
 /openntpd.tmpfiles|2 
 community-i686/PKGBUILD   |   61 -
 community-i686/linux-adjtimex.patch   |  168 
 community-i686/openntpd   |   38 ---
 community-i686/openntpd.conf  |4 
 community-i686/openntpd.install   |   15 -
 community-i686/openntpd.service   |   10 
 community-i686/openntpd.tmpfiles  |1 
 community-x86_64/PKGBUILD |   61 -
 community-x86_64/linux-adjtimex.patch |  168 
 community-x86_64/openntpd |   38 ---
 community-x86_64/openntpd.conf|4 
 community-x86_64/openntpd.install |   15 -
 community-x86_64/openntpd.service |   10 
 community-x86_64/openntpd.tmpfiles|1 
 19 files changed, 512 insertions(+), 594 deletions(-)

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


[arch-commits] Commit in zathura-pdf-poppler/trunk (PKGBUILD)

2013-05-22 Thread Daniel Wallace
Date: Thursday, May 23, 2013 @ 01:38:34
  Author: dwallace
Revision: 91456

upgpkg: zathura-pdf-poppler 0.2.3-2

upgpkg: zathura-pdf-poppler 0.2.3-2

Modified:
  zathura-pdf-poppler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-22 23:28:35 UTC (rev 91455)
+++ PKGBUILD2013-05-22 23:38:34 UTC (rev 91456)
@@ -5,13 +5,14 @@
 
 pkgname=zathura-pdf-poppler
 pkgver=0.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc=Adds pdf support to zathura by using the poppler engine
 arch=('i686' 'x86_64')
 url=https://pwmt.org/projects/zathura/plugins/zathura-pdf-poppler/;
 license=('custom')
 depends=('poppler-glib' 'zathura')
 install=$pkgname.install
+
 
source=(https://pwmt.org/projects/zathura/plugins/download/$pkgname-$pkgver.tar.gz;)
 md5sums=('1d8deb2d2ee5a6847267f977b8f2e542')
 



[arch-commits] Commit in zathura-pdf-poppler (8 files)

2013-05-22 Thread Daniel Wallace
Date: Thursday, May 23, 2013 @ 01:42:25
  Author: dwallace
Revision: 91457

upgpkg: zathura-pdf-poppler 0.2.3-2 repos

Added:
  zathura-pdf-poppler/repos/
  zathura-pdf-poppler/repos/community-i686/
  zathura-pdf-poppler/repos/community-i686/PKGBUILD
(from rev 91456, zathura-pdf-poppler/trunk/PKGBUILD)
  zathura-pdf-poppler/repos/community-i686/zathura-pdf-poppler.install
(from rev 91456, zathura-pdf-poppler/trunk/zathura-pdf-poppler.install)
  zathura-pdf-poppler/repos/community-x86_64/
  zathura-pdf-poppler/repos/community-x86_64/PKGBUILD
(from rev 91456, zathura-pdf-poppler/trunk/PKGBUILD)
  zathura-pdf-poppler/repos/community-x86_64/zathura-pdf-poppler.install
(from rev 91456, zathura-pdf-poppler/trunk/zathura-pdf-poppler.install)
Deleted:
  zathura-pdf-poppler/repos/

--+
 community-i686/PKGBUILD  |   26 +
 community-i686/zathura-pdf-poppler.install   |6 +
 community-x86_64/PKGBUILD|   26 +
 community-x86_64/zathura-pdf-poppler.install |6 +
 4 files changed, 64 insertions(+)

Copied: zathura-pdf-poppler/repos/community-i686/PKGBUILD (from rev 91456, 
zathura-pdf-poppler/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2013-05-22 23:42:25 UTC (rev 91457)
@@ -0,0 +1,26 @@
+# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: karnath karnathtorj...@gmail.com
+
+pkgname=zathura-pdf-poppler
+pkgver=0.2.3
+pkgrel=2
+pkgdesc=Adds pdf support to zathura by using the poppler engine
+arch=('i686' 'x86_64')
+url=https://pwmt.org/projects/zathura/plugins/zathura-pdf-poppler/;
+license=('custom')
+depends=('poppler-glib' 'zathura')
+install=$pkgname.install
+
+source=(https://pwmt.org/projects/zathura/plugins/download/$pkgname-$pkgver.tar.gz;)
+md5sums=('1d8deb2d2ee5a6847267f977b8f2e542')
+
+build() {
+  make -C ${srcdir}/$pkgname-$pkgver
+}
+
+package(){
+  make -C ${srcdir}/$pkgname-$pkgver DESTDIR=$pkgdir install
+  install -Dm0644 ${srcdir}/$pkgname-$pkgver/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: zathura-pdf-poppler/repos/community-i686/zathura-pdf-poppler.install 
(from rev 91456, zathura-pdf-poppler/trunk/zathura-pdf-poppler.install)
===
--- repos/community-i686/zathura-pdf-poppler.install
(rev 0)
+++ repos/community-i686/zathura-pdf-poppler.install2013-05-22 23:42:25 UTC 
(rev 91457)
@@ -0,0 +1,6 @@
+post_install(){
+update-desktop-database -q
+}
+post_remove(){
+update-desktop-database -q
+}

Copied: zathura-pdf-poppler/repos/community-x86_64/PKGBUILD (from rev 91456, 
zathura-pdf-poppler/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2013-05-22 23:42:25 UTC (rev 91457)
@@ -0,0 +1,26 @@
+# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: karnath karnathtorj...@gmail.com
+
+pkgname=zathura-pdf-poppler
+pkgver=0.2.3
+pkgrel=2
+pkgdesc=Adds pdf support to zathura by using the poppler engine
+arch=('i686' 'x86_64')
+url=https://pwmt.org/projects/zathura/plugins/zathura-pdf-poppler/;
+license=('custom')
+depends=('poppler-glib' 'zathura')
+install=$pkgname.install
+
+source=(https://pwmt.org/projects/zathura/plugins/download/$pkgname-$pkgver.tar.gz;)
+md5sums=('1d8deb2d2ee5a6847267f977b8f2e542')
+
+build() {
+  make -C ${srcdir}/$pkgname-$pkgver
+}
+
+package(){
+  make -C ${srcdir}/$pkgname-$pkgver DESTDIR=$pkgdir install
+  install -Dm0644 ${srcdir}/$pkgname-$pkgver/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: zathura-pdf-poppler/repos/community-x86_64/zathura-pdf-poppler.install 
(from rev 91456, zathura-pdf-poppler/trunk/zathura-pdf-poppler.install)
===
--- repos/community-x86_64/zathura-pdf-poppler.install  
(rev 0)
+++ repos/community-x86_64/zathura-pdf-poppler.install  2013-05-22 23:42:25 UTC 
(rev 91457)
@@ -0,0 +1,6 @@
+post_install(){
+update-desktop-database -q
+}
+post_remove(){
+update-desktop-database -q
+}



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

2013-05-22 Thread Daniel Wallace
Date: Thursday, May 23, 2013 @ 01:55:08
  Author: dwallace
Revision: 91458

upgpkg: steam 1.0.0.39-2

upgpkg: steam FS#34319

Modified:
  steam/trunk/PKGBUILD
  steam/trunk/steam.install

---+
 PKGBUILD  |2 +-
 steam.install |   13 +++--
 2 files changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-22 23:42:25 UTC (rev 91457)
+++ PKGBUILD2013-05-22 23:55:08 UTC (rev 91458)
@@ -3,7 +3,7 @@
 # Contributor: K900 k0009...@gmail.com
 pkgname=steam
 pkgver=1.0.0.39
-pkgrel=1
+pkgrel=2
 pkgdesc=Digital distribution client bootstrap package
 arch=(i686 x86_64)
 url=http://steampowered.com/;

Modified: steam.install
===
--- steam.install   2013-05-22 23:42:25 UTC (rev 91457)
+++ steam.install   2013-05-22 23:55:08 UTC (rev 91458)
@@ -2,25 +2,26 @@
   update-desktop-database -q
   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
   echo if you are running x86_64, you need the lib32 opt depends for your 
driver
-  echo 
-  echo  if you are having problems with the steam license, remove .steam and 
.local/share/Steam
+  echo if you are having problems with the steam license, remove .steam and 
.local/share/Steam
 }
 
 pre_install(){
   update-desktop-database -q
   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-
 }
 
 post_upgrade() {
-  post_install $1
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }
 
 pre_upgrade(){
-  pre_install $1
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }
 
 post_remove() {
-   pre_install $1 removing
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }
 



[arch-commits] Commit in steam/repos/community-i686 (8 files)

2013-05-22 Thread Daniel Wallace
Date: Thursday, May 23, 2013 @ 01:55:39
  Author: dwallace
Revision: 91459

archrelease: copy trunk to community-i686

Added:
  steam/repos/community-i686/PKGBUILD
(from rev 91458, steam/trunk/PKGBUILD)
  steam/repos/community-i686/alsa_sdl_audiodriver.patch
(from rev 91458, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/community-i686/lib32-flashplugin-path.patch
(from rev 91458, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/community-i686/steam.install
(from rev 91458, steam/trunk/steam.install)
Deleted:
  steam/repos/community-i686/PKGBUILD
  steam/repos/community-i686/alsa_sdl_audiodriver.patch
  steam/repos/community-i686/lib32-flashplugin-path.patch
  steam/repos/community-i686/steam.install

--+
 PKGBUILD |  112 -
 alsa_sdl_audiodriver.patch   |   28 +-
 lib32-flashplugin-path.patch |   20 +++
 steam.install|   53 +--
 4 files changed, 107 insertions(+), 106 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-22 23:55:08 UTC (rev 91458)
+++ PKGBUILD2013-05-22 23:55:39 UTC (rev 91459)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: K900 k0009...@gmail.com
-pkgname=steam
-pkgver=1.0.0.39
-pkgrel=1
-pkgdesc=Digital distribution client bootstrap package
-arch=(i686 x86_64)
-url=http://steampowered.com/;
-license=('custom')
-install=steam.install
-source=(http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz;
-'lib32-flashplugin-path.patch'
-'alsa_sdl_audiodriver.patch')
-md5sums=('156c19672b8eb098a4c398c1d8fbd96d'
- '1d83a1df55d677f35ce415e0750f4448'
- 'ac0e03d70f1101331598b2b32ed9bac3')
-if [[ $CARCH == x86_64 ]]; then
-  #depends+=(lib32-libgl lib32-mesa-libgl lib32-gcc-libs lib32-libx11)
-  optdepends=(
-  'lib32-ati-dri: for open source ATI driver users'
-  'lib32-catalyst-utils: for AMD Catalyst users'
-  'lib32-intel-dri: for open source Intel driver users'
-  'lib32-nouveau-dri: for Nouveau users'
-  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
-  'lib32-flashplugin: for flash video'
-  )
-prepare() {
-patch -d $pkgname -Np1 -i $srcdir/lib32-flashplugin-path.patch
-patch -d $pkgname -Np1 -i $srcdir/alsa_sdl_audiodriver.patch
-}
-else
-optdepends=('flashplugin: for flash videos')
-prepare() {
-patch -d $pkgname -Np1 -i $srcdir/alsa_sdl_audiodriver.patch
-}
-fi
-
-package() {
-depends=(
-  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
-  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
-  )
-  if [[ $CARCH == x86_64 ]]; then
-depends+=(lib32-libgl lib32-gcc-libs lib32-libx11)
-  fi
-
-  # Install license
-  make -C $pkgname DESTDIR=$pkgdir install
-  
-  install -Dm644 $pkgdir/usr/share/doc/steam/steam_install_agreement.txt 
$pkgdir/usr/share/licenses/steam/LICENSE
-
-  # blank steamdeps because apt-get
-  ln -sf /bin/true $pkgdir/usr/bin/steamdeps
-}
-#vim: set ft=PKGBUILD sw=2 ts=2 et

Copied: steam/repos/community-i686/PKGBUILD (from rev 91458, 
steam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-22 23:55:39 UTC (rev 91459)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: K900 k0009...@gmail.com
+pkgname=steam
+pkgver=1.0.0.39
+pkgrel=2
+pkgdesc=Digital distribution client bootstrap package
+arch=(i686 x86_64)
+url=http://steampowered.com/;
+license=('custom')
+install=steam.install
+source=(http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz;
+'lib32-flashplugin-path.patch'
+'alsa_sdl_audiodriver.patch')
+md5sums=('156c19672b8eb098a4c398c1d8fbd96d'
+ '1d83a1df55d677f35ce415e0750f4448'
+ 'ac0e03d70f1101331598b2b32ed9bac3')
+if [[ $CARCH == x86_64 ]]; then
+  #depends+=(lib32-libgl lib32-mesa-libgl lib32-gcc-libs lib32-libx11)
+  optdepends=(
+  'lib32-ati-dri: for open source ATI driver users'
+  'lib32-catalyst-utils: for AMD Catalyst users'
+  'lib32-intel-dri: for open source Intel driver users'
+  'lib32-nouveau-dri: for Nouveau users'
+  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
+  'lib32-flashplugin: for flash video'
+  )
+prepare() {
+patch -d $pkgname -Np1 -i $srcdir/lib32-flashplugin-path.patch
+patch -d $pkgname -Np1 -i $srcdir/alsa_sdl_audiodriver.patch
+}
+else
+optdepends=('flashplugin: for flash videos')
+prepare() {
+patch -d $pkgname -Np1 -i $srcdir/alsa_sdl_audiodriver.patch
+}
+fi
+
+package() {
+depends=(
+  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
+  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
+  )
+  if [[ $CARCH == x86_64 ]]; then
+

[arch-commits] Commit in steam/repos/multilib-x86_64 (8 files)

2013-05-22 Thread Daniel Wallace
Date: Thursday, May 23, 2013 @ 01:58:21
  Author: dwallace
Revision: 91460

archrelease: copy trunk to multilib-x86_64

Added:
  steam/repos/multilib-x86_64/PKGBUILD
(from rev 91459, steam/trunk/PKGBUILD)
  steam/repos/multilib-x86_64/alsa_sdl_audiodriver.patch
(from rev 91459, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/multilib-x86_64/lib32-flashplugin-path.patch
(from rev 91459, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/multilib-x86_64/steam.install
(from rev 91459, steam/trunk/steam.install)
Deleted:
  steam/repos/multilib-x86_64/PKGBUILD
  steam/repos/multilib-x86_64/alsa_sdl_audiodriver.patch
  steam/repos/multilib-x86_64/lib32-flashplugin-path.patch
  steam/repos/multilib-x86_64/steam.install

--+
 PKGBUILD |  112 -
 alsa_sdl_audiodriver.patch   |   28 +-
 lib32-flashplugin-path.patch |   20 +++
 steam.install|   53 +--
 4 files changed, 107 insertions(+), 106 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-22 23:55:39 UTC (rev 91459)
+++ PKGBUILD2013-05-22 23:58:21 UTC (rev 91460)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: K900 k0009...@gmail.com
-pkgname=steam
-pkgver=1.0.0.39
-pkgrel=1
-pkgdesc=Digital distribution client bootstrap package
-arch=(i686 x86_64)
-url=http://steampowered.com/;
-license=('custom')
-install=steam.install
-source=(http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz;
-'lib32-flashplugin-path.patch'
-'alsa_sdl_audiodriver.patch')
-md5sums=('156c19672b8eb098a4c398c1d8fbd96d'
- '1d83a1df55d677f35ce415e0750f4448'
- 'ac0e03d70f1101331598b2b32ed9bac3')
-if [[ $CARCH == x86_64 ]]; then
-  #depends+=(lib32-libgl lib32-mesa-libgl lib32-gcc-libs lib32-libx11)
-  optdepends=(
-  'lib32-ati-dri: for open source ATI driver users'
-  'lib32-catalyst-utils: for AMD Catalyst users'
-  'lib32-intel-dri: for open source Intel driver users'
-  'lib32-nouveau-dri: for Nouveau users'
-  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
-  'lib32-flashplugin: for flash video'
-  )
-prepare() {
-patch -d $pkgname -Np1 -i $srcdir/lib32-flashplugin-path.patch
-patch -d $pkgname -Np1 -i $srcdir/alsa_sdl_audiodriver.patch
-}
-else
-optdepends=('flashplugin: for flash videos')
-prepare() {
-patch -d $pkgname -Np1 -i $srcdir/alsa_sdl_audiodriver.patch
-}
-fi
-
-package() {
-depends=(
-  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
-  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
-  )
-  if [[ $CARCH == x86_64 ]]; then
-depends+=(lib32-libgl lib32-gcc-libs lib32-libx11)
-  fi
-
-  # Install license
-  make -C $pkgname DESTDIR=$pkgdir install
-  
-  install -Dm644 $pkgdir/usr/share/doc/steam/steam_install_agreement.txt 
$pkgdir/usr/share/licenses/steam/LICENSE
-
-  # blank steamdeps because apt-get
-  ln -sf /bin/true $pkgdir/usr/bin/steamdeps
-}
-#vim: set ft=PKGBUILD sw=2 ts=2 et

Copied: steam/repos/multilib-x86_64/PKGBUILD (from rev 91459, 
steam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-22 23:58:21 UTC (rev 91460)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: K900 k0009...@gmail.com
+pkgname=steam
+pkgver=1.0.0.39
+pkgrel=2
+pkgdesc=Digital distribution client bootstrap package
+arch=(i686 x86_64)
+url=http://steampowered.com/;
+license=('custom')
+install=steam.install
+source=(http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz;
+'lib32-flashplugin-path.patch'
+'alsa_sdl_audiodriver.patch')
+md5sums=('156c19672b8eb098a4c398c1d8fbd96d'
+ '1d83a1df55d677f35ce415e0750f4448'
+ 'ac0e03d70f1101331598b2b32ed9bac3')
+if [[ $CARCH == x86_64 ]]; then
+  #depends+=(lib32-libgl lib32-mesa-libgl lib32-gcc-libs lib32-libx11)
+  optdepends=(
+  'lib32-ati-dri: for open source ATI driver users'
+  'lib32-catalyst-utils: for AMD Catalyst users'
+  'lib32-intel-dri: for open source Intel driver users'
+  'lib32-nouveau-dri: for Nouveau users'
+  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
+  'lib32-flashplugin: for flash video'
+  )
+prepare() {
+patch -d $pkgname -Np1 -i $srcdir/lib32-flashplugin-path.patch
+patch -d $pkgname -Np1 -i $srcdir/alsa_sdl_audiodriver.patch
+}
+else
+optdepends=('flashplugin: for flash videos')
+prepare() {
+patch -d $pkgname -Np1 -i $srcdir/alsa_sdl_audiodriver.patch
+}
+fi
+
+package() {
+depends=(
+  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
+  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
+  )
+  if [[ $CARCH == x86_64 ]]; then
+

[arch-commits] Commit in lxdm/trunk (3 files)

2013-05-22 Thread Daniel Wallace
Date: Thursday, May 23, 2013 @ 02:29:01
  Author: dwallace
Revision: 91461

upgpkg: lxdm 0.4.1-22

upgpkg: lxdm 0.4.1-22

Added:
  lxdm/trunk/lxdm-0.4.1-kill_user_processes.patch
Modified:
  lxdm/trunk/PKGBUILD
  lxdm/trunk/lxdm.install

--+
 PKGBUILD |   30 
 lxdm-0.4.1-kill_user_processes.patch |   35 +
 lxdm.install |   23 -
 3 files changed, 65 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-22 23:58:21 UTC (rev 91460)
+++ PKGBUILD2013-05-23 00:29:01 UTC (rev 91461)
@@ -5,7 +5,7 @@
 
 pkgname=lxdm
 pkgver=0.4.1
-pkgrel=21
+pkgrel=22
 pkgdesc='Lightweight X11 Display Manager'
 arch=('i686' 'x86_64')
 url=http://sourceforge.net/projects/lxdm/;
@@ -13,6 +13,7 @@
 groups=('lxde')
 depends=('gtk2' 'xorg-server')
 makedepends=('intltool')
+optdepends=('librsvg: display the default background')
 install=${pkgname}.install
 backup=('etc/lxdm/lxdm.conf' 'etc/pam.d/lxdm' 'etc/lxdm/Xsession'
 'etc/lxdm/PreLogin' 'etc/lxdm/LoginReady' 'etc/lxdm/PostLogin'
@@ -25,13 +26,27 @@
lxdm-0.4.1-industrial-greeter-ui.patch
lxdm-0.4.1-modern-systems.patch
lxdm-0.4.1-nolang-show-sessions.patch
-   lxdm-0.4.1-pam-env-vars.patch)
+   lxdm-0.4.1-pam-env-vars.patch
+lxdm-0.4.1-kill_user_processes.patch
+)
+md5sums=('8da1cfc2be6dc9217c85a7cf51e1e821'
+ '9cc734228696a3c6f06d91bba61b03c1'
+ 'b86317143ae44d7ed38c150fe4f25502'
+ 'd2e4a4a22ee2aa1a986be154c647b6c6'
+ 'c50dd01b715b0a236407d48066191601'
+ 'a1e3c46a8bef691bc544028f5b6cfe22'
+ '2c4afdbe3532be4f90d8f6240d352766'
+ 'baed9055e8825a5511712bc095197519'
+ '28475239d0c8b4fd778ec49f5ec72962'
+ '4c1d43e81e9a256e8d1ea7686c24b3d3'
+ '3ac63085f9df9296dfa645fa623af0e2')
 
 prepare(){
 cd $srcdir/$pkgname-$pkgver
 patch -Np1 -i $srcdir/lxdm-0.4.1-event-check-bug.patch
 patch -Np1 -i $srcdir/lxdm-0.4.1-nolang-show-sessions.patch
 patch -Np1 -i $srcdir/lxdm-0.4.1-pam-env-vars.patch
+patch -Np1 -i $srcdir/lxdm-0.4.1-kill_user_processes.patch
 }
 
 build() {
@@ -65,14 +80,3 @@
 # avoid conflict with filesystem=2012.06
 rm -r $pkgdir/var/run
 }
-
-md5sums=('8da1cfc2be6dc9217c85a7cf51e1e821'
- '9cc734228696a3c6f06d91bba61b03c1'
- 'b86317143ae44d7ed38c150fe4f25502'
- 'd2e4a4a22ee2aa1a986be154c647b6c6'
- 'c50dd01b715b0a236407d48066191601'
- 'a1e3c46a8bef691bc544028f5b6cfe22'
- '2c4afdbe3532be4f90d8f6240d352766'
- 'baed9055e8825a5511712bc095197519'
- '28475239d0c8b4fd778ec49f5ec72962'
- '4c1d43e81e9a256e8d1ea7686c24b3d3')

Added: lxdm-0.4.1-kill_user_processes.patch
===
--- lxdm-0.4.1-kill_user_processes.patch(rev 0)
+++ lxdm-0.4.1-kill_user_processes.patch2013-05-23 00:29:01 UTC (rev 
91461)
@@ -0,0 +1,35 @@
+diff -aur lxdm/src/xconn.c lxdm.modified/src/xconn.c
+--- lxdm/src/xconn.c   2012-12-23 19:27:04.512531088 -0800
 lxdm/src/xconn.c   2012-12-23 19:28:31.659227448 -0800
+@@ -172,7 +172,7 @@
+   free(c);
+ }
+ 
+-#if 0
++//#if 0
+ static xcb_window_t xconn_get_root(xconn_t c)
+ {
+   const xcb_setup_t *setup;
+@@ -181,11 +181,11 @@
+   xcb_screen_t *screen = iter.data;
+   return screen-root;
+ }
+-#endif
++//#endif
+ 
+ void xconn_clean(xconn_t c)
+ {
+-#if 0
++//#if 0
+   xcb_query_tree_cookie_t wintree;
+   xcb_query_tree_reply_t *rep;
+   xcb_window_t *children;
+@@ -202,7 +202,7 @@
+   xcb_kill_client(c-c,children[i]);
+   free(rep);
+   xcb_flush(c-c);
+-#endif
++//#endif
+ }
+ 
+ #endif

Modified: lxdm.install
===
--- lxdm.install2013-05-22 23:58:21 UTC (rev 91460)
+++ lxdm.install2013-05-23 00:29:01 UTC (rev 91461)
@@ -1,18 +1,21 @@
 post_install() {
-if ! getent group lxdm  /dev/null ; then
-groupadd --system lxdm
-chgrp -R lxdm /var/lib/lxdm
-chgrp lxdm /etc/lxdm/lxdm.conf
-chmod +r /etc/lxdm/lxdm.conf
-fi
+  getent group lxdm /dev/null  groupmod -g 121 lxdm || groupadd -g 121 lxdm
+  getent passwd lxdm /dev/null  usermod -u 121 -g 121 lxdm || useradd -r -d 
/var/lib/lxdm -u 121 -g 121 lxdm
+  chown -R 121:121 /var/lib/lxdm
+  chgrp 121 /etc/lxdm/lxdm.conf
+  chmod +r /etc/lxdm/lxdm.conf
 }
 
 post_upgrade() {
-post_install $1
+  post_install $1
+  if [[ $(vercmp $2 0.4.1-22)  0 ]]; then
+groupmod -g 121 lxdm
+usermod -g 121 -u 121 lxdm
+  fi
 }
 
 post_remove() {
-if ! getent group lxdm  /dev/null ; then
-groupdel lxdm
-fi
+  userdel -f lxdm
+  

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

2013-05-22 Thread Daniel Wallace
Date: Thursday, May 23, 2013 @ 02:30:45
  Author: dwallace
Revision: 91462

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

Deleted:
  lxdm/repos/community-i686/PKGBUILD
  lxdm/repos/community-i686/lxdm.service
  lxdm/repos/community-x86_64/PKGBUILD
  lxdm/repos/community-x86_64/lxdm.service

---+
 community-i686/PKGBUILD   |   78 
 community-i686/lxdm.service   |9 
 community-x86_64/PKGBUILD |   78 
 community-x86_64/lxdm.service |9 
 4 files changed, 174 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-23 00:29:01 UTC (rev 91461)
+++ community-i686/PKGBUILD 2013-05-23 00:30:45 UTC (rev 91462)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: AndyRTR andy...@archlinux.org
-# Contributor: kiefer jorgelmad...@gmail.com
-
-pkgname=lxdm
-pkgver=0.4.1
-pkgrel=21
-pkgdesc='Lightweight X11 Display Manager'
-arch=('i686' 'x86_64')
-url=http://sourceforge.net/projects/lxdm/;
-license=('GPL')
-groups=('lxde')
-depends=('gtk2' 'xorg-server')
-makedepends=('intltool')
-install=${pkgname}.install
-backup=('etc/lxdm/lxdm.conf' 'etc/pam.d/lxdm' 'etc/lxdm/Xsession'
-'etc/lxdm/PreLogin' 'etc/lxdm/LoginReady' 'etc/lxdm/PostLogin'
-'etc/lxdm/PostLogout' 'etc/lxdm/PreReboot' 'etc/lxdm/PreShutdown')
-source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz
-   lxdm.pam  lxdm.service
-   lxdm-0.4.1-Xsession-source-profile.patch
-   lxdm-0.4.1-conf.patch
-   lxdm-0.4.1-event-check-bug.patch
-   lxdm-0.4.1-industrial-greeter-ui.patch
-   lxdm-0.4.1-modern-systems.patch
-   lxdm-0.4.1-nolang-show-sessions.patch
-   lxdm-0.4.1-pam-env-vars.patch)
-
-prepare(){
-cd $srcdir/$pkgname-$pkgver
-patch -Np1 -i $srcdir/lxdm-0.4.1-event-check-bug.patch
-patch -Np1 -i $srcdir/lxdm-0.4.1-nolang-show-sessions.patch
-patch -Np1 -i $srcdir/lxdm-0.4.1-pam-env-vars.patch
-}
-
-build() {
-cd $srcdir/$pkgname-$pkgver
-
-
-./configure --sysconfdir=/etc --prefix=/usr --libexecdir=/usr/lib/lxdm \
-   --bindir=/usr/bin \
-   --sbindir=/usr/bin
-make
-   
-patch -Np0 -i $srcdir/lxdm-0.4.1-modern-systems.patch
-patch -Np0 -i $srcdir/lxdm-0.4.1-conf.patch
-patch -Np0 -i $srcdir/lxdm-0.4.1-Xsession-source-profile.patch
-patch -Np0 -i $srcdir/lxdm-0.4.1-industrial-greeter-ui.patch
-}
-
-
-package() {
-cd $srcdir/$pkgname-$pkgver
-make DESTDIR=$pkgdir sbindir=/usr/bin install
-
-install -m644 $srcdir/lxdm.pam $pkgdir/etc/pam.d/lxdm
-install -Dm644 $srcdir/lxdm.service 
$pkgdir/usr/lib/systemd/system/lxdm.service
-install -d $pkgdir/var/{lib,run}/lxdm
-
-# fix the greeter location
-sed -i -e 's/local\/libexec/lib\/lxdm/' $pkgdir/etc/lxdm/lxdm.conf
-   sed -i 's:sbin:bin:' $pkgdir/usr/bin/lxdm
-
-# avoid conflict with filesystem=2012.06
-rm -r $pkgdir/var/run
-}
-
-md5sums=('8da1cfc2be6dc9217c85a7cf51e1e821'
- '9cc734228696a3c6f06d91bba61b03c1'
- 'b86317143ae44d7ed38c150fe4f25502'
- 'd2e4a4a22ee2aa1a986be154c647b6c6'
- 'c50dd01b715b0a236407d48066191601'
- 'a1e3c46a8bef691bc544028f5b6cfe22'
- '2c4afdbe3532be4f90d8f6240d352766'
- 'baed9055e8825a5511712bc095197519'
- '28475239d0c8b4fd778ec49f5ec72962'
- '4c1d43e81e9a256e8d1ea7686c24b3d3')

Deleted: community-i686/lxdm.service
===
--- community-i686/lxdm.service 2013-05-23 00:29:01 UTC (rev 91461)
+++ community-i686/lxdm.service 2013-05-23 00:30:45 UTC (rev 91462)
@@ -1,9 +0,0 @@
-[Unit]
-Description=LXDE Display Manager
-After=systemd-user-sessions.service
-
-[Service]
-ExecStart=/usr/bin/lxdm
-
-[Install]
-Alias=display-manager.service

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-05-23 00:29:01 UTC (rev 91461)
+++ community-x86_64/PKGBUILD   2013-05-23 00:30:45 UTC (rev 91462)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: AndyRTR andy...@archlinux.org
-# Contributor: kiefer jorgelmad...@gmail.com
-
-pkgname=lxdm
-pkgver=0.4.1
-pkgrel=21
-pkgdesc='Lightweight X11 Display Manager'
-arch=('i686' 'x86_64')
-url=http://sourceforge.net/projects/lxdm/;
-license=('GPL')
-groups=('lxde')
-depends=('gtk2' 'xorg-server')
-makedepends=('intltool')
-install=${pkgname}.install
-backup=('etc/lxdm/lxdm.conf' 'etc/pam.d/lxdm' 'etc/lxdm/Xsession'
-'etc/lxdm/PreLogin' 'etc/lxdm/LoginReady' 'etc/lxdm/PostLogin'
-'etc/lxdm/PostLogout' 'etc/lxdm/PreReboot' 'etc/lxdm/PreShutdown')

[arch-commits] Commit in lxdm (28 files)

2013-05-22 Thread Daniel Wallace
Date: Thursday, May 23, 2013 @ 02:34:07
  Author: dwallace
Revision: 91463

upgpkg: lxdm fix repos

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

---+
 community-i686/PKGBUILD   |   82 
 community-i686/lxdm-0.4.1-Xsession-source-profile.patch   |   11 +
 community-i686/lxdm-0.4.1-conf.patch  |   11 +
 community-i686/lxdm-0.4.1-event-check-bug.patch   |   21 +++
 community-i686/lxdm-0.4.1-industrial-greeter-ui.patch |   13 +
 community-i686/lxdm-0.4.1-kill_user_processes.patch   |   35 +
 community-i686/lxdm-0.4.1-modern-systems.patch|   26 +++
 community-i686/lxdm-0.4.1-nolang-show-sessions.patch  |   13 +
 community-i686/lxdm-0.4.1-pam-env-vars.patch  |   50 +++
 community-i686/lxdm.install   |   21 +++
 community-i686/lxdm.pam   |   10 +
 community-i686/lxdm.service   |9 +
 community-x86_64/PKGBUILD |   82 
 community-x86_64/lxdm-0.4.1-Xsession-source-profile.patch |   11 +
 community-x86_64/lxdm-0.4.1-conf.patch|   11 +
 community-x86_64/lxdm-0.4.1-event-check-bug.patch |   21 +++
 community-x86_64/lxdm-0.4.1-industrial-greeter-ui.patch   |   13 +
 community-x86_64/lxdm-0.4.1-kill_user_processes.patch |   35 +
 community-x86_64/lxdm-0.4.1-modern-systems.patch  |   26 +++
 community-x86_64/lxdm-0.4.1-nolang-show-sessions.patch|   13 +
 community-x86_64/lxdm-0.4.1-pam-env-vars.patch|   50 +++
 community-x86_64/lxdm.install |   21 +++
 community-x86_64/lxdm.pam |   10 +
 community-x86_64/lxdm.service |9 +
 24 files changed, 604 insertions(+)

Copied: lxdm/repos/community-i686/PKGBUILD (from rev 91462, lxdm/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ 

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

2013-05-22 Thread Eric Bélanger
Date: Thursday, May 23, 2013 @ 02:44:27
  Author: eric
Revision: 186254

upgpkg: liferea 1.8.14-1

Upstream update

Modified:
  liferea/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-22 23:27:25 UTC (rev 186253)
+++ PKGBUILD2013-05-23 00:44:27 UTC (rev 186254)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=liferea
-pkgver=1.8.13
+pkgver=1.8.14
 pkgrel=1
 pkgdesc=A desktop news aggregator for online news feeds and weblogs
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 options=('!libtool' '!emptydirs')
 install=liferea.install
 
source=(http://downloads.sourceforge.net/sourceforge/liferea/liferea-${pkgver}.tar.bz2)
-sha1sums=('3fd2a441815fa7a18c95d4b863aa4222a95b9f61')
+sha1sums=('980939a9f6483f4e9ca2353ffdba131cb9a88a6e')
 
 build() {
   cd liferea-${pkgver}



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

2013-05-22 Thread Alexandre Filgueira
Date: Thursday, May 23, 2013 @ 02:57:22
  Author: faidoc
Revision: 91464

upgpkg: muffin 1.8.2-1

Modified:
  muffin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-23 00:34:07 UTC (rev 91463)
+++ PKGBUILD2013-05-23 00:57:22 UTC (rev 91464)
@@ -4,8 +4,8 @@
 # Contributor: Ner0
 
 pkgname=muffin
-pkgver=1.8.1
-pkgrel=2
+pkgver=1.8.2
+pkgrel=1
 pkgdesc=Cinnamon window manager based on Mutter
 arch=('i686' 'x86_64')
 url=https://github.com/linuxmint/muffin;
@@ -16,11 +16,9 @@
 options=('!libtool' '!emptydirs')
 install=$pkgname.install
 
source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz;
-switch-applications.patch
-fix-dnd.patch)
-sha256sums=('6907d2b2fb78c7b710c4454ef321d40cffe5ab1273df14facbbd5cda691ccb34'
-'206eefac342b08e061c4eedfb6b9e0c96e2eae8fb9535f52f20bf50464381a96'
-'4d8f5ed1bec02160d252a956ffd441ab3c119db29f690f86568dbd34474d1a90')
+switch-applications.patch)
+sha256sums=('903c6ab5e228c8a1b8e05f460ba34c111e8a92ce9382ebd0b014416af4dd7049'
+'206eefac342b08e061c4eedfb6b9e0c96e2eae8fb9535f52f20bf50464381a96')
 
 build() {
   cd ${pkgname}-${pkgver}
@@ -28,8 +26,6 @@
   # Fix windows switcher keybinding with default settings in GNOME 3.8
   patch -Np1 -i ../switch-applications.patch
 
-  # Fix unresponsive panel on DND
-  patch -Np1 -i ../fix-dnd.patch
 
   PYTHON=python2 ./autogen.sh --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib/muffin \
 --localstatedir=/var 
--disable-static --disable-schemas-compile



[arch-commits] Commit in muffin/trunk (fix-dnd.patch)

2013-05-22 Thread Alexandre Filgueira
Date: Thursday, May 23, 2013 @ 02:58:17
  Author: faidoc
Revision: 91465

upgpkg: muffin 1.8.2-1

Deleted:
  muffin/trunk/fix-dnd.patch

---+
 fix-dnd.patch |   51 ---
 1 file changed, 51 deletions(-)

Deleted: fix-dnd.patch
===
--- fix-dnd.patch   2013-05-23 00:57:22 UTC (rev 91464)
+++ fix-dnd.patch   2013-05-23 00:58:17 UTC (rev 91465)
@@ -1,51 +0,0 @@
-From 9f3216b081104c92c4ce5ce3ca2cc48f14bad85a Mon Sep 17 00:00:00 2001
-From: Albert Pool albertp...@solcon.nl
-Date: Mon, 13 May 2013 12:04:17 +0200
-Subject: [PATCH 1/2] Remove NOTIFICATION from top window group
-

- src/compositor/meta-window-actor.c | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/src/compositor/meta-window-actor.c 
b/src/compositor/meta-window-actor.c
-index de8d292..7b0f83c 100644
 a/src/compositor/meta-window-actor.c
-+++ b/src/compositor/meta-window-actor.c
-@@ -1514,7 +1514,6 @@ const char *meta_window_actor_get_description 
(MetaWindowActor *self)
-   if (window-type == META_WINDOW_DROPDOWN_MENU ||
-   window-type == META_WINDOW_POPUP_MENU ||
-   window-type == META_WINDOW_COMBO ||
--  window-type == META_WINDOW_NOTIFICATION ||
-   window-type == META_WINDOW_OVERRIDE_OTHER){
- clutter_container_add_actor (CLUTTER_CONTAINER (info-top_window_group),
-  CLUTTER_ACTOR (self));
--- 
-1.8.1.6
-
-
-From bbbde724320036f894779c2402fc6eba969428d2 Mon Sep 17 00:00:00 2001
-From: Albert Pool albertp...@solcon.nl
-Date: Mon, 13 May 2013 12:09:58 +0200
-Subject: [PATCH 2/2] Remove OVERRIDE_OTHER from top window group
-

- src/compositor/meta-window-actor.c | 3 +--
- 1 file changed, 1 insertion(+), 2 deletions(-)
-
-diff --git a/src/compositor/meta-window-actor.c 
b/src/compositor/meta-window-actor.c
-index 7b0f83c..fb77f1d 100644
 a/src/compositor/meta-window-actor.c
-+++ b/src/compositor/meta-window-actor.c
-@@ -1513,8 +1513,7 @@ const char *meta_window_actor_get_description 
(MetaWindowActor *self)
-   
-   if (window-type == META_WINDOW_DROPDOWN_MENU ||
-   window-type == META_WINDOW_POPUP_MENU ||
--  window-type == META_WINDOW_COMBO ||
--  window-type == META_WINDOW_OVERRIDE_OTHER){
-+  window-type == META_WINDOW_COMBO) {
- clutter_container_add_actor (CLUTTER_CONTAINER (info-top_window_group),
-  CLUTTER_ACTOR (self));
-   }
--- 
-1.8.1.6
-



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

2013-05-22 Thread Alexandre Filgueira
Date: Thursday, May 23, 2013 @ 02:58:44
  Author: faidoc
Revision: 91466

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

Added:
  muffin/repos/community-i686/PKGBUILD
(from rev 91465, muffin/trunk/PKGBUILD)
  muffin/repos/community-i686/muffin.install
(from rev 91465, muffin/trunk/muffin.install)
  muffin/repos/community-i686/switch-applications.patch
(from rev 91465, muffin/trunk/switch-applications.patch)
  muffin/repos/community-x86_64/PKGBUILD
(from rev 91465, muffin/trunk/PKGBUILD)
  muffin/repos/community-x86_64/muffin.install
(from rev 91465, muffin/trunk/muffin.install)
  muffin/repos/community-x86_64/switch-applications.patch
(from rev 91465, muffin/trunk/switch-applications.patch)
Deleted:
  muffin/repos/community-i686/PKGBUILD
  muffin/repos/community-i686/fix-dnd.patch
  muffin/repos/community-i686/muffin.install
  muffin/repos/community-i686/switch-applications.patch
  muffin/repos/community-x86_64/PKGBUILD
  muffin/repos/community-x86_64/fix-dnd.patch
  muffin/repos/community-x86_64/muffin.install
  muffin/repos/community-x86_64/switch-applications.patch

+
 /PKGBUILD  |   80 +++
 /muffin.install|   20 ++
 /switch-applications.patch |   40 +
 community-i686/PKGBUILD|   44 --
 community-i686/fix-dnd.patch   |   51 -
 community-i686/muffin.install  |   10 ---
 community-i686/switch-applications.patch   |   20 --
 community-x86_64/PKGBUILD  |   44 --
 community-x86_64/fix-dnd.patch |   51 -
 community-x86_64/muffin.install|   10 ---
 community-x86_64/switch-applications.patch |   20 --
 11 files changed, 140 insertions(+), 250 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-23 00:58:17 UTC (rev 91465)
+++ community-i686/PKGBUILD 2013-05-23 00:58:44 UTC (rev 91466)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
-# Contributor: Adam Hani Schakaki a...@schakaki.net
-# Contributor: Ner0
-
-pkgname=muffin
-pkgver=1.8.1
-pkgrel=2
-pkgdesc=Cinnamon window manager based on Mutter
-arch=('i686' 'x86_64')
-url=https://github.com/linuxmint/muffin;
-license=('GPL')
-depends=('clutter' 'gobject-introspection' 'gsettings-desktop-schemas' \
-'libcanberra' 'startup-notification' 'zenity' 'dconf')
-makedepends=('intltool' 'gnome-doc-utils' 'gnome-common')
-options=('!libtool' '!emptydirs')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz;
-switch-applications.patch
-fix-dnd.patch)
-sha256sums=('6907d2b2fb78c7b710c4454ef321d40cffe5ab1273df14facbbd5cda691ccb34'
-'206eefac342b08e061c4eedfb6b9e0c96e2eae8fb9535f52f20bf50464381a96'
-'4d8f5ed1bec02160d252a956ffd441ab3c119db29f690f86568dbd34474d1a90')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  # Fix windows switcher keybinding with default settings in GNOME 3.8
-  patch -Np1 -i ../switch-applications.patch
-
-  # Fix unresponsive panel on DND
-  patch -Np1 -i ../fix-dnd.patch
-
-  PYTHON=python2 ./autogen.sh --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib/muffin \
---localstatedir=/var 
--disable-static --disable-schemas-compile
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=$pkgdir/ install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: muffin/repos/community-i686/PKGBUILD (from rev 91465, 
muffin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-23 00:58:44 UTC (rev 91466)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
+# Contributor: Adam Hani Schakaki a...@schakaki.net
+# Contributor: Ner0
+
+pkgname=muffin
+pkgver=1.8.2
+pkgrel=1
+pkgdesc=Cinnamon window manager based on Mutter
+arch=('i686' 'x86_64')
+url=https://github.com/linuxmint/muffin;
+license=('GPL')
+depends=('clutter' 'gobject-introspection' 'gsettings-desktop-schemas' \
+'libcanberra' 'startup-notification' 'zenity' 'dconf')
+makedepends=('intltool' 'gnome-doc-utils' 'gnome-common')
+options=('!libtool' '!emptydirs')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz;
+switch-applications.patch)
+sha256sums=('903c6ab5e228c8a1b8e05f460ba34c111e8a92ce9382ebd0b014416af4dd7049'
+'206eefac342b08e061c4eedfb6b9e0c96e2eae8fb9535f52f20bf50464381a96')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  # Fix windows switcher keybinding with default 

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

2013-05-22 Thread Alexandre Filgueira
Date: Thursday, May 23, 2013 @ 02:59:08
  Author: faidoc
Revision: 91467

upgpkg: cinnamon-control-center 1.8.2-1

Modified:
  cinnamon-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-23 00:58:44 UTC (rev 91466)
+++ PKGBUILD2013-05-23 00:59:08 UTC (rev 91467)
@@ -5,8 +5,8 @@
 # Jan de Groot j...@archlinux.org
 
 pkgname=cinnamon-control-center
-pkgver=1.8.0
-pkgrel=2
+pkgver=1.8.2
+pkgrel=1
 pkgdesc=The Control Center for Cinnamon
 arch=('i686' 'x86_64')
 depends=('cinnamon' 'cheese' 'libgnomekbd' 'network-manager-applet')
@@ -19,7 +19,7 @@
 
source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-control-center/archive/$pkgver.tar.gz;
 gnomerrlabeler.patch
 idle-delay.patch)
-sha256sums=('7230d509f5837906b5497279cfbd96180e5c8dad89777fb31a81fd0c73354fa9'
+sha256sums=('78effed26a8fdce481cfe467889c9afdb6db78a961aec61b918c83c9781ccf4f'
 'a01db243251c3da59c969d4538a35a63020d1e20866ff700ef273debd05456db'
 '42ea92628dc234d65e582592a66c0011d5bb2c2eac14854a06f7a9dc923c8d67')
 



  1   2   >