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

2012-10-04 Thread Eric Bélanger
Date: Thursday, October 4, 2012 @ 02:16:25
  Author: eric
Revision: 167955

db-move: moved python-pygame from [staging] to [extra] (i686, x86_64)

Added:
  python-pygame/repos/extra-i686/PKGBUILD
(from rev 167954, python-pygame/repos/staging-i686/PKGBUILD)
  python-pygame/repos/extra-i686/config.patch
(from rev 167954, python-pygame/repos/staging-i686/config.patch)
  python-pygame/repos/extra-i686/pygame-v4l.patch
(from rev 167954, python-pygame/repos/staging-i686/pygame-v4l.patch)
  python-pygame/repos/extra-x86_64/PKGBUILD
(from rev 167954, python-pygame/repos/staging-x86_64/PKGBUILD)
  python-pygame/repos/extra-x86_64/config.patch
(from rev 167954, python-pygame/repos/staging-x86_64/config.patch)
  python-pygame/repos/extra-x86_64/pygame-v4l.patch
(from rev 167954, python-pygame/repos/staging-x86_64/pygame-v4l.patch)
Deleted:
  python-pygame/repos/extra-i686/PKGBUILD
  python-pygame/repos/extra-i686/config.patch
  python-pygame/repos/extra-i686/pygame-v4l.patch
  python-pygame/repos/extra-x86_64/PKGBUILD
  python-pygame/repos/extra-x86_64/config.patch
  python-pygame/repos/extra-x86_64/pygame-v4l.patch
  python-pygame/repos/staging-i686/
  python-pygame/repos/staging-x86_64/

---+
 extra-i686/PKGBUILD   |   75 -
 extra-i686/config.patch   |   52 +--
 extra-i686/pygame-v4l.patch   |  176 
 extra-x86_64/PKGBUILD |   75 -
 extra-x86_64/config.patch |   52 +--
 extra-x86_64/pygame-v4l.patch |  176 
 6 files changed, 304 insertions(+), 302 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-04 05:36:54 UTC (rev 167954)
+++ extra-i686/PKGBUILD 2012-10-04 06:16:25 UTC (rev 167955)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=python-pygame
-pkgver=1.9.1
-pkgrel=5
-pkgdesc=Python game library
-arch=('i686' 'x86_64')
-url=http://www.pygame.org/;
-license=('LGPL')
-depends=('sdl_mixer' 'sdl_ttf' 'sdl_image' 'python2' 'portmidi')
-source=(http://pygame.org/ftp/pygame-${pkgver}release.tar.gz \
-config.patch pygame-v4l.patch)
-sha1sums=('a45aeb0623e36ae7a1707b5f41ee6274f72ca4fa'
-  '285815e28705d5a2aea53c9d952d35fddf10dd13'
-  '7e693fb2ef5ef636f9965ba1a4eb854f8b0b5070')
-
-build() {
-  cd ${srcdir}/pygame-${pkgver}release
-  patch -Np0 -i ${srcdir}/config.patch
-  patch -Np1 -i ${srcdir}/pygame-v4l.patch
-}
-
-package() {
-  cd ${srcdir}/pygame-${pkgver}release
-  python2 config.py -auto
-  python2 setup.py install --root=${pkgdir} --prefix=/usr
-
-# Copying the examples and tests
-  cp -R examples lib/* ${pkgdir}/usr/lib/python2.7/site-packages/pygame
-  cp -R test/* ${pkgdir}/usr/lib/python2.7/site-packages/pygame/tests
-
-  find ${pkgdir} -type f -exec sed -i 's#/usr/bin/env python#/usr/bin/env 
python2#' {} +
-
-# Fixing permissions
-  chmod 644 ${pkgdir}/usr/include/python2.7/pygame/*
-}

Copied: python-pygame/repos/extra-i686/PKGBUILD (from rev 167954, 
python-pygame/repos/staging-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-04 06:16:25 UTC (rev 167955)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgbase=python-pygame
+pkgname=python2-pygame
+pkgver=1.9.1
+pkgrel=6
+pkgdesc=Python game library
+arch=('i686' 'x86_64')
+url=http://www.pygame.org/;
+license=('LGPL')
+depends=('sdl_mixer' 'sdl_ttf' 'sdl_image' 'python2' 'portmidi')
+source=(http://pygame.org/ftp/pygame-${pkgver}release.tar.gz \
+config.patch pygame-v4l.patch)
+sha1sums=('a45aeb0623e36ae7a1707b5f41ee6274f72ca4fa'
+  '285815e28705d5a2aea53c9d952d35fddf10dd13'
+  '7e693fb2ef5ef636f9965ba1a4eb854f8b0b5070')
+
+build() {
+  cd ${srcdir}/pygame-${pkgver}release
+  patch -Np0 -i ${srcdir}/config.patch
+  patch -Np1 -i ${srcdir}/pygame-v4l.patch
+}
+
+package_python2-pygame() {
+  cd ${srcdir}/pygame-${pkgver}release
+  python2 config.py -auto
+  python2 setup.py install --root=${pkgdir} --prefix=/usr
+
+# Copying the examples and tests
+  cp -R examples lib/* ${pkgdir}/usr/lib/python2.7/site-packages/pygame
+  cp -R test/* ${pkgdir}/usr/lib/python2.7/site-packages/pygame/tests
+
+  find ${pkgdir} -type f -exec sed -i 's#/usr/bin/env python#/usr/bin/env 
python2#' {} +
+
+# Fixing permissions
+  chmod 644 ${pkgdir}/usr/include/python2.7/pygame/*
+}

Deleted: extra-i686/config.patch
===
--- extra-i686/config.patch 2012-10-04 05:36:54 UTC (rev 167954)
+++ extra-i686/config.patch 2012-10-04 06:16:25 UTC (rev 167955)
@@ -1,26 +0,0 @@
-Index: config_unix.py
-===
 config_unix.py 

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

2012-10-04 Thread Eric Bélanger
Date: Thursday, October 4, 2012 @ 02:16:36
  Author: eric
Revision: 167956

db-move: moved pathological from [staging] to [extra] (i686, x86_64)

Added:
  pathological/repos/extra-i686/PKGBUILD
(from rev 167954, pathological/repos/staging-i686/PKGBUILD)
  pathological/repos/extra-i686/encoding.patch
(from rev 167954, pathological/repos/staging-i686/encoding.patch)
  pathological/repos/extra-i686/pathological.desktop
(from rev 167954, pathological/repos/staging-i686/pathological.desktop)
  pathological/repos/extra-i686/pathological.install
(from rev 167954, pathological/repos/staging-i686/pathological.install)
  pathological/repos/extra-i686/pygame_181.patch
(from rev 167954, pathological/repos/staging-i686/pygame_181.patch)
  pathological/repos/extra-x86_64/PKGBUILD
(from rev 167954, pathological/repos/staging-x86_64/PKGBUILD)
  pathological/repos/extra-x86_64/encoding.patch
(from rev 167954, pathological/repos/staging-x86_64/encoding.patch)
  pathological/repos/extra-x86_64/pathological.desktop
(from rev 167954, pathological/repos/staging-x86_64/pathological.desktop)
  pathological/repos/extra-x86_64/pathological.install
(from rev 167954, pathological/repos/staging-x86_64/pathological.install)
  pathological/repos/extra-x86_64/pygame_181.patch
(from rev 167954, pathological/repos/staging-x86_64/pygame_181.patch)
Deleted:
  pathological/repos/extra-i686/PKGBUILD
  pathological/repos/extra-i686/encoding.patch
  pathological/repos/extra-i686/pathological.desktop
  pathological/repos/extra-i686/pathological.install
  pathological/repos/extra-i686/pygame_181.patch
  pathological/repos/extra-x86_64/PKGBUILD
  pathological/repos/extra-x86_64/encoding.patch
  pathological/repos/extra-x86_64/pathological.desktop
  pathological/repos/extra-x86_64/pathological.install
  pathological/repos/extra-x86_64/pygame_181.patch
  pathological/repos/staging-i686/
  pathological/repos/staging-x86_64/

---+
 extra-i686/PKGBUILD   |   76 ++--
 extra-i686/encoding.patch |   16 +++
 extra-i686/pathological.desktop   |   18 
 extra-i686/pathological.install   |   58 +--
 extra-i686/pygame_181.patch   |   20 -
 extra-x86_64/PKGBUILD |   76 ++--
 extra-x86_64/encoding.patch   |   16 +++
 extra-x86_64/pathological.desktop |   18 
 extra-x86_64/pathological.install |   58 +--
 extra-x86_64/pygame_181.patch |   20 -
 10 files changed, 188 insertions(+), 188 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-04 06:16:25 UTC (rev 167955)
+++ extra-i686/PKGBUILD 2012-10-04 06:16:36 UTC (rev 167956)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=pathological
-pkgver=1.1.3
-pkgrel=7
-pkgdesc=A puzzle game with the same feel as frozen bubble
-arch=('i686' 'x86_64')
-url=http://pathological.sourceforge.net/;
-license=('GPL')
-depends=('python-pygame')
-makedepends=('netpbm')
-install=pathological.install
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz
-pathological.desktop pygame_181.patch encoding.patch)
-sha1sums=('70b1c9e12704c7fd3b301aa90bceee2e8373b7b9'
-  '9b57f854ce9621542d810a21c61325de343950d7'
-  '6f0aa0f74a87bd53771f2db6d3117981c4f070d3'
-  '7dbaa9ced7da0094280425a68b4c8db3382f230a')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -p0  ../encoding.patch
-  patch -p1  ../pygame_181.patch
-  sed -i 's|X11R6/include/X11|share|' Makefile
-  sed -i 's|usr/games|usr/bin|' Makefile
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  sed -i 's|#!/usr/bin/python|#!/usr/bin/python2|' 
${pkgdir}/usr/share/games/pathological/pathological.py
-  install -D -m644 ../pathological.desktop 
${pkgdir}/usr/share/applications/pathological.desktop
-  chown root:games ${pkgdir}/var/games
-  chmod 775 ${pkgdir}/var/games
-  rm ${pkgdir}/var/games/pathological_scores
-}

Copied: pathological/repos/extra-i686/PKGBUILD (from rev 167954, 
pathological/repos/staging-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-04 06:16:36 UTC (rev 167956)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=pathological
+pkgver=1.1.3
+pkgrel=8
+pkgdesc=A puzzle game with the same feel as frozen bubble
+arch=('i686' 'x86_64')
+url=http://pathological.sourceforge.net/;
+license=('GPL')
+depends=('python2-pygame')
+makedepends=('netpbm')
+install=pathological.install
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz
+pathological.desktop 

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

2012-10-04 Thread Eric Bélanger
Date: Thursday, October 4, 2012 @ 02:29:20
  Author: eric
Revision: 167957

upgpkg: python-pygame 1.9.1-7

Add conflicts with old package

Modified:
  python-pygame/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-04 06:16:36 UTC (rev 167956)
+++ PKGBUILD2012-10-04 06:29:20 UTC (rev 167957)
@@ -4,12 +4,13 @@
 pkgbase=python-pygame
 pkgname=python2-pygame
 pkgver=1.9.1
-pkgrel=6
+pkgrel=7
 pkgdesc=Python game library
 arch=('i686' 'x86_64')
 url=http://www.pygame.org/;
 license=('LGPL')
 depends=('sdl_mixer' 'sdl_ttf' 'sdl_image' 'python2' 'portmidi')
+conflicts=('python-pygame')
 source=(http://pygame.org/ftp/pygame-${pkgver}release.tar.gz \
 config.patch pygame-v4l.patch)
 sha1sums=('a45aeb0623e36ae7a1707b5f41ee6274f72ca4fa'



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

2012-10-04 Thread Eric Bélanger
Date: Thursday, October 4, 2012 @ 02:29:37
  Author: eric
Revision: 167958

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

Added:
  python-pygame/repos/extra-i686/PKGBUILD
(from rev 167957, python-pygame/trunk/PKGBUILD)
  python-pygame/repos/extra-i686/config.patch
(from rev 167957, python-pygame/trunk/config.patch)
  python-pygame/repos/extra-i686/pygame-v4l.patch
(from rev 167957, python-pygame/trunk/pygame-v4l.patch)
  python-pygame/repos/extra-x86_64/PKGBUILD
(from rev 167957, python-pygame/trunk/PKGBUILD)
  python-pygame/repos/extra-x86_64/config.patch
(from rev 167957, python-pygame/trunk/config.patch)
  python-pygame/repos/extra-x86_64/pygame-v4l.patch
(from rev 167957, python-pygame/trunk/pygame-v4l.patch)
Deleted:
  python-pygame/repos/extra-i686/PKGBUILD
  python-pygame/repos/extra-i686/config.patch
  python-pygame/repos/extra-i686/pygame-v4l.patch
  python-pygame/repos/extra-x86_64/PKGBUILD
  python-pygame/repos/extra-x86_64/config.patch
  python-pygame/repos/extra-x86_64/pygame-v4l.patch

---+
 extra-i686/PKGBUILD   |   77 -
 extra-i686/config.patch   |   52 +--
 extra-i686/pygame-v4l.patch   |  176 
 extra-x86_64/PKGBUILD |   77 -
 extra-x86_64/config.patch |   52 +--
 extra-x86_64/pygame-v4l.patch |  176 
 6 files changed, 306 insertions(+), 304 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-04 06:29:20 UTC (rev 167957)
+++ extra-i686/PKGBUILD 2012-10-04 06:29:37 UTC (rev 167958)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgbase=python-pygame
-pkgname=python2-pygame
-pkgver=1.9.1
-pkgrel=6
-pkgdesc=Python game library
-arch=('i686' 'x86_64')
-url=http://www.pygame.org/;
-license=('LGPL')
-depends=('sdl_mixer' 'sdl_ttf' 'sdl_image' 'python2' 'portmidi')
-source=(http://pygame.org/ftp/pygame-${pkgver}release.tar.gz \
-config.patch pygame-v4l.patch)
-sha1sums=('a45aeb0623e36ae7a1707b5f41ee6274f72ca4fa'
-  '285815e28705d5a2aea53c9d952d35fddf10dd13'
-  '7e693fb2ef5ef636f9965ba1a4eb854f8b0b5070')
-
-build() {
-  cd ${srcdir}/pygame-${pkgver}release
-  patch -Np0 -i ${srcdir}/config.patch
-  patch -Np1 -i ${srcdir}/pygame-v4l.patch
-}
-
-package_python2-pygame() {
-  cd ${srcdir}/pygame-${pkgver}release
-  python2 config.py -auto
-  python2 setup.py install --root=${pkgdir} --prefix=/usr
-
-# Copying the examples and tests
-  cp -R examples lib/* ${pkgdir}/usr/lib/python2.7/site-packages/pygame
-  cp -R test/* ${pkgdir}/usr/lib/python2.7/site-packages/pygame/tests
-
-  find ${pkgdir} -type f -exec sed -i 's#/usr/bin/env python#/usr/bin/env 
python2#' {} +
-
-# Fixing permissions
-  chmod 644 ${pkgdir}/usr/include/python2.7/pygame/*
-}

Copied: python-pygame/repos/extra-i686/PKGBUILD (from rev 167957, 
python-pygame/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-04 06:29:37 UTC (rev 167958)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgbase=python-pygame
+pkgname=python2-pygame
+pkgver=1.9.1
+pkgrel=7
+pkgdesc=Python game library
+arch=('i686' 'x86_64')
+url=http://www.pygame.org/;
+license=('LGPL')
+depends=('sdl_mixer' 'sdl_ttf' 'sdl_image' 'python2' 'portmidi')
+conflicts=('python-pygame')
+source=(http://pygame.org/ftp/pygame-${pkgver}release.tar.gz \
+config.patch pygame-v4l.patch)
+sha1sums=('a45aeb0623e36ae7a1707b5f41ee6274f72ca4fa'
+  '285815e28705d5a2aea53c9d952d35fddf10dd13'
+  '7e693fb2ef5ef636f9965ba1a4eb854f8b0b5070')
+
+build() {
+  cd ${srcdir}/pygame-${pkgver}release
+  patch -Np0 -i ${srcdir}/config.patch
+  patch -Np1 -i ${srcdir}/pygame-v4l.patch
+}
+
+package_python2-pygame() {
+  cd ${srcdir}/pygame-${pkgver}release
+  python2 config.py -auto
+  python2 setup.py install --root=${pkgdir} --prefix=/usr
+
+# Copying the examples and tests
+  cp -R examples lib/* ${pkgdir}/usr/lib/python2.7/site-packages/pygame
+  cp -R test/* ${pkgdir}/usr/lib/python2.7/site-packages/pygame/tests
+
+  find ${pkgdir} -type f -exec sed -i 's#/usr/bin/env python#/usr/bin/env 
python2#' {} +
+
+# Fixing permissions
+  chmod 644 ${pkgdir}/usr/include/python2.7/pygame/*
+}

Deleted: extra-i686/config.patch
===
--- extra-i686/config.patch 2012-10-04 06:29:20 UTC (rev 167957)
+++ extra-i686/config.patch 2012-10-04 06:29:37 UTC (rev 167958)
@@ -1,26 +0,0 @@
-Index: config_unix.py
-===
 config_unix.py (revision 2567)
-+++ config_unix.py (working copy)
-@@ -174,7 +174,7 @@
- 
- for d in DEPS[1:]:
- if not 

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

2012-10-04 Thread Ionut Biru
Date: Thursday, October 4, 2012 @ 04:06:12
  Author: ibiru
Revision: 167959

gvfs is need to enable bookmark support and session saving

Modified:
  evince/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-04 06:29:37 UTC (rev 167958)
+++ PKGBUILD2012-10-04 08:06:12 UTC (rev 167959)
@@ -10,7 +10,8 @@
 license=('GPL')
 depends=('gtk3' 'libgxps' 'libspectre' 'gsfonts' 'poppler-glib' 'djvulibre' 
'gnome-icon-theme' 't1lib' 'libgnome-keyring' 'desktop-file-utils' 'dconf' 
'gsettings-desktop-schemas')
 makedepends=('itstool' 'nautilus' 'texlive-bin' 'intltool' 
'gobject-introspection' 'docbook-xsl')
-optdepends=('texlive-bin: DVI support')
+optdepends=('texlive-bin: DVI support'
+   'gvfs: bookmark support and session saving')
 groups=('gnome-extra')
 install=evince.install
 options=('!libtool' '!emptydirs')



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

2012-10-04 Thread Stéphane Gaudreault
Date: Thursday, October 4, 2012 @ 08:11:36
  Author: stephane
Revision: 167960

upgpkg: iputils 20101006-7

vercmp was used in a completely wrong way here ... drop the message as it is old

Modified:
  iputils/trunk/PKGBUILD
  iputils/trunk/iputils.install

-+
 PKGBUILD|2 +-
 iputils.install |4 
 2 files changed, 1 insertion(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-04 08:06:12 UTC (rev 167959)
+++ PKGBUILD2012-10-04 12:11:36 UTC (rev 167960)
@@ -5,7 +5,7 @@
 
 pkgname=iputils
 pkgver=20101006
-pkgrel=6
+pkgrel=7
 pkgdesc=IP Configuration Utilities (and Ping)
 arch=('i686' 'x86_64')
 license=('GPL')

Modified: iputils.install
===
--- iputils.install 2012-10-04 08:06:12 UTC (rev 167959)
+++ iputils.install 2012-10-04 12:11:36 UTC (rev 167960)
@@ -1,10 +1,6 @@
 post_install() {
   setcap cap_net_raw=ep usr/bin/ping  2/dev/null || chmod +s usr/bin/ping 
   setcap cap_net_raw=ep usr/bin/ping6 2/dev/null || chmod +s usr/bin/ping6
-  
-  if [ $(vercmp $2  20101006-3) -le 0 ]; then
-echo   Traceroute is now provided by core/traceroute
-  fi
 }
 
 post_upgrade() {



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

2012-10-04 Thread Stéphane Gaudreault
Date: Thursday, October 4, 2012 @ 08:11:50
  Author: stephane
Revision: 167961

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

Added:
  iputils/repos/testing-i686/PKGBUILD
(from rev 167960, iputils/trunk/PKGBUILD)
  iputils/repos/testing-i686/iputils-20101006-ping-integer-overflow.patch
(from rev 167960, 
iputils/trunk/iputils-20101006-ping-integer-overflow.patch)
  iputils/repos/testing-i686/iputils.install
(from rev 167960, iputils/trunk/iputils.install)
  iputils/repos/testing-i686/tftp.xinetd
(from rev 167960, iputils/trunk/tftp.xinetd)
  iputils/repos/testing-x86_64/PKGBUILD
(from rev 167960, iputils/trunk/PKGBUILD)
  iputils/repos/testing-x86_64/iputils-20101006-ping-integer-overflow.patch
(from rev 167960, 
iputils/trunk/iputils-20101006-ping-integer-overflow.patch)
  iputils/repos/testing-x86_64/iputils.install
(from rev 167960, iputils/trunk/iputils.install)
  iputils/repos/testing-x86_64/tftp.xinetd
(from rev 167960, iputils/trunk/tftp.xinetd)
Deleted:
  iputils/repos/testing-i686/PKGBUILD
  iputils/repos/testing-i686/iputils-20101006-ping-integer-overflow.patch
  iputils/repos/testing-i686/iputils.install
  iputils/repos/testing-i686/tftp.xinetd
  iputils/repos/testing-x86_64/PKGBUILD
  iputils/repos/testing-x86_64/iputils-20101006-ping-integer-overflow.patch
  iputils/repos/testing-x86_64/iputils.install
  iputils/repos/testing-x86_64/tftp.xinetd

-+
 testing-i686/PKGBUILD   |  142 +-
 testing-i686/iputils-20101006-ping-integer-overflow.patch   |   22 -
 testing-i686/iputils.install|   24 -
 testing-i686/tftp.xinetd|   20 -
 testing-x86_64/PKGBUILD |  142 +-
 testing-x86_64/iputils-20101006-ping-integer-overflow.patch |   22 -
 testing-x86_64/iputils.install  |   24 -
 testing-x86_64/tftp.xinetd  |   20 -
 8 files changed, 204 insertions(+), 212 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-10-04 12:11:36 UTC (rev 167960)
+++ testing-i686/PKGBUILD   2012-10-04 12:11:50 UTC (rev 167961)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: Aaron Griffin aa...@archlinux.org
-
-pkgname=iputils
-pkgver=20101006
-pkgrel=6
-pkgdesc=IP Configuration Utilities (and Ping)
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.linuxfoundation.org/en/Net:Iputils;
-groups=('base')
-depends=('openssl' 'sysfsutils' 'libcap')
-optdepends=('xinetd: for tftpd')
-makedepends=('docbook2x' 'opensp')
-conflicts=('netkit-base' 'arping' 'netkit-tftpd')
-replaces=('netkit-base')
-backup=(etc/xinetd.d/tftp)
-install=${pkgname}.install
-source=(http://www.skbuff.net/${pkgname}/${pkgname}-s${pkgver}.tar.bz2 
tftp.xinetd
-iputils-20101006-ping-integer-overflow.patch)
-sha1sums=('a08cc5423a7bf940205f2353fe3d129cd39ff242'
-  'fc2ae26f5609725e3f4aeaf4ab82dfa6d2e378fd'
-  'ec78574d798b53e4f8bdd37e42514fc17ed71667')
-
-build() {
-  cd ${srcdir}/${pkgname}-s${pkgver}
-
-  # Use our CFLAGS
-  sed -i -e /^CCOPT=/s|-O2|${CFLAGS}| Makefile
-
-  # FS#28897
-  patch -Np1 -i ../iputils-20101006-ping-integer-overflow.patch 
-
-  make
-
-  cd doc
-  for file in *.sgml; do
-xf=${file/.sgml/.xml}
-osx -xlower -xno-nl-in-tag $file  $xf || true
-sed -i s|refname\(.*\), \(.*\)/refname|refname\1/refname, 
refname\2/refname|g $xf
-docbook2man $xf
-  done
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-s${pkgver}
-
-  install -dm755 ${pkgdir}/usr/{bin,sbin} ${pkgdir}/bin
-
-  install -m755 arping clockdiff rarpd rdisc tftpd tracepath tracepath6 \
-${pkgdir}/usr/sbin/
-
-  install -m755 ping{,6} ${pkgdir}/usr/bin/
-   ln -sf /usr/bin/ping{,6}  ${pkgdir}/bin/
-
-   install -dm755 ${pkgdir}/usr/share/man/man8
-   install -m644 doc/{arping,clockdiff,ping,rarpd,rdisc,tftpd,tracepath}.8 \
- ${pkgdir}/usr/share/man/man8/
-
-  cd ${pkgdir}/usr/share/man/man8
-  ln -sf ping.8.gz  ping6.8.gz
-  ln -sf tracepath.8.gz tracepath6.8.gz
-
-  # FS#24768
-  install -dm755 ${pkgdir}/etc/xinetd.d/
-  install -m644 ${srcdir}/tftp.xinetd ${pkgdir}/etc/xinetd.d/tftp
-}
-
-# vim:set ts=2 sw=2 et:

Copied: iputils/repos/testing-i686/PKGBUILD (from rev 167960, 
iputils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-10-04 12:11:50 UTC (rev 167961)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=iputils
+pkgver=20101006

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

2012-10-04 Thread Ionut Biru
Date: Thursday, October 4, 2012 @ 08:21:17
  Author: ibiru
Revision: 167962

update to 0.20

Modified:
  telepathy-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-04 12:11:50 UTC (rev 167961)
+++ PKGBUILD2012-10-04 12:21:17 UTC (rev 167962)
@@ -4,7 +4,7 @@
 # Contributor: Bjorn Lindeijer bjorn lindeijer nl
 
 pkgname=telepathy-glib
-pkgver=0.19.10
+pkgver=0.20.0
 pkgrel=1
 pkgdesc=GLib bindings for the Telepathy D-Bus protocol
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 depends=('dbus-glib')
 makedepends=('libxslt' 'vala' 'gobject-introspection')
 
source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('fbe730cc897c2d6cbf6a165d6cc63cdd')
+md5sums=('9d7b2bcc2d9f8e0352c8789952717d83')
 
 build() {
 cd $pkgname-$pkgver



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

2012-10-04 Thread Ionut Biru
Date: Thursday, October 4, 2012 @ 08:22:42
  Author: ibiru
Revision: 167963

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  telepathy-glib/repos/gnome-unstable-i686/PKGBUILD
(from rev 167962, telepathy-glib/trunk/PKGBUILD)
  telepathy-glib/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 167962, telepathy-glib/trunk/PKGBUILD)
Deleted:
  telepathy-glib/repos/gnome-unstable-i686/PKGBUILD
  telepathy-glib/repos/gnome-unstable-x86_64/PKGBUILD

+
 gnome-unstable-i686/PKGBUILD   |   62 +++
 gnome-unstable-x86_64/PKGBUILD |   62 +++
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2012-10-04 12:21:17 UTC (rev 167962)
+++ gnome-unstable-i686/PKGBUILD2012-10-04 12:22:42 UTC (rev 167963)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru ib...@archlinux.org
-# Contributor: Kessia 'even' Pinheiro kessiapinheiro at gmail.com
-# Contributor: Bjorn Lindeijer bjorn lindeijer nl
-
-pkgname=telepathy-glib
-pkgver=0.19.10
-pkgrel=1
-pkgdesc=GLib bindings for the Telepathy D-Bus protocol
-arch=('i686' 'x86_64')
-url=http://telepathy.freedesktop.org;
-license=('LGPL2.1')
-options=('!libtool' '!emptydirs')
-depends=('dbus-glib')
-makedepends=('libxslt' 'vala' 'gobject-introspection')
-source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('fbe730cc897c2d6cbf6a165d6cc63cdd')
-
-build() {
-cd $pkgname-$pkgver
-PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
---libexecdir=/usr/lib/telepathy \
---enable-vala-bindings \
---enable-static=no
-make
-}
-
-package() {
-cd $pkgname-$pkgver
-make DESTDIR=$pkgdir install
-}

Copied: telepathy-glib/repos/gnome-unstable-i686/PKGBUILD (from rev 167962, 
telepathy-glib/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-10-04 12:22:42 UTC (rev 167963)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Contributor: Kessia 'even' Pinheiro kessiapinheiro at gmail.com
+# Contributor: Bjorn Lindeijer bjorn lindeijer nl
+
+pkgname=telepathy-glib
+pkgver=0.20.0
+pkgrel=1
+pkgdesc=GLib bindings for the Telepathy D-Bus protocol
+arch=('i686' 'x86_64')
+url=http://telepathy.freedesktop.org;
+license=('LGPL2.1')
+options=('!libtool' '!emptydirs')
+depends=('dbus-glib')
+makedepends=('libxslt' 'vala' 'gobject-introspection')
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('9d7b2bcc2d9f8e0352c8789952717d83')
+
+build() {
+cd $pkgname-$pkgver
+PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+--libexecdir=/usr/lib/telepathy \
+--enable-vala-bindings \
+--enable-static=no
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR=$pkgdir install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2012-10-04 12:21:17 UTC (rev 167962)
+++ gnome-unstable-x86_64/PKGBUILD  2012-10-04 12:22:42 UTC (rev 167963)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru ib...@archlinux.org
-# Contributor: Kessia 'even' Pinheiro kessiapinheiro at gmail.com
-# Contributor: Bjorn Lindeijer bjorn lindeijer nl
-
-pkgname=telepathy-glib
-pkgver=0.19.10
-pkgrel=1
-pkgdesc=GLib bindings for the Telepathy D-Bus protocol
-arch=('i686' 'x86_64')
-url=http://telepathy.freedesktop.org;
-license=('LGPL2.1')
-options=('!libtool' '!emptydirs')
-depends=('dbus-glib')
-makedepends=('libxslt' 'vala' 'gobject-introspection')
-source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('fbe730cc897c2d6cbf6a165d6cc63cdd')
-
-build() {
-cd $pkgname-$pkgver
-PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
---libexecdir=/usr/lib/telepathy \
---enable-vala-bindings \
---enable-static=no
-make
-}
-
-package() {
-cd $pkgname-$pkgver
-make DESTDIR=$pkgdir install
-}

Copied: telepathy-glib/repos/gnome-unstable-x86_64/PKGBUILD (from rev 167962, 
telepathy-glib/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-10-04 12:22:42 UTC (rev 167963)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Contributor: Kessia 'even' Pinheiro kessiapinheiro at gmail.com
+# Contributor: Bjorn Lindeijer bjorn lindeijer nl
+
+pkgname=telepathy-glib
+pkgver=0.20.0
+pkgrel=1
+pkgdesc=GLib bindings for the Telepathy D-Bus protocol
+arch=('i686' 'x86_64')

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

2012-10-04 Thread Juergen Hoetzel
Date: Thursday, October 4, 2012 @ 08:28:47
  Author: juergen
Revision: 167964

update to metalog 3

Modified:
  metalog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-04 12:22:42 UTC (rev 167963)
+++ PKGBUILD2012-10-04 12:28:47 UTC (rev 167964)
@@ -3,8 +3,8 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=metalog
-pkgver=2.0
-pkgrel=2
+pkgver=3.0
+pkgrel=0
 pkgdesc=Metalog is a modern replacement for syslogd and klogd
 url=http://metalog.sourceforge.net;
 license=('GPL')
@@ -12,19 +12,19 @@
 depends=('pcre')
 provides=('logger')
 backup=('etc/metalog.conf' 'etc/conf.d/metalog')
-source=(http://sourceforge.net/projects/metalog/files/metalog-2.tar.xz/download;
 'metalog' 'metalog.confd')
-md5sums=('e948d10d780205eae17645c89aee1361'
+source=(http://sourceforge.net/projects/metalog/files/metalog-3.tar.xz/download;
 'metalog' 'metalog.confd')
+md5sums=('6fe404e49764fa24108fd090417bacb5'
  '9e73301a7f0be291749ee30638527cb9'
  '86bccd5a02996921e29eff8a0394d11f')
 
 build() {
-  cd $srcdir/$pkgname-2
+  cd $srcdir/$pkgname-3
   ./configure --prefix=/usr --sysconfdir=/etc
   make
 }
 
 package() {
-  cd $srcdir/$pkgname-2
+  cd $srcdir/$pkgname-3
   make DESTDIR=$pkgdir install
   install -D -m755 $srcdir/metalog $pkgdir/etc/rc.d/metalog
   install -D -m644 $srcdir/metalog.confd $pkgdir/etc/conf.d/metalog



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

2012-10-04 Thread Ionut Biru
Date: Thursday, October 4, 2012 @ 09:01:45
  Author: ibiru
Revision: 167965

updat to 0.8.0

Modified:
  folks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-04 12:28:47 UTC (rev 167964)
+++ PKGBUILD2012-10-04 13:01:45 UTC (rev 167965)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=folks
-pkgver=0.7.4.1
+pkgver=0.8.0
 pkgrel=1
 pkgdesc=Library to aggregates people into metacontacts
 arch=(i686 x86_64)
@@ -12,8 +12,8 @@
 makedepends=('gobject-introspection' 'intltool')
 install=folks.install
 options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('424ca5ef0bebc12666465fe4ee557d374f4694348109443efe7832be949679d3')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('8c56c7594dd502ef5877e93181136e41f4ea03de4971372a7a04e7f1492eed9d')
 
 build() {
   cd $pkgname-$pkgver



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

2012-10-04 Thread Ionut Biru
Date: Thursday, October 4, 2012 @ 09:03:04
  Author: ibiru
Revision: 167966

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  folks/repos/gnome-unstable-i686/PKGBUILD
(from rev 167965, folks/trunk/PKGBUILD)
  folks/repos/gnome-unstable-i686/folks.install
(from rev 167965, folks/trunk/folks.install)
  folks/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 167965, folks/trunk/PKGBUILD)
  folks/repos/gnome-unstable-x86_64/folks.install
(from rev 167965, folks/trunk/folks.install)
Deleted:
  folks/repos/gnome-unstable-i686/PKGBUILD
  folks/repos/gnome-unstable-i686/folks.install
  folks/repos/gnome-unstable-x86_64/PKGBUILD
  folks/repos/gnome-unstable-x86_64/folks.install

-+
 gnome-unstable-i686/PKGBUILD|   58 +-
 gnome-unstable-i686/folks.install   |   22 ++--
 gnome-unstable-x86_64/PKGBUILD  |   58 +-
 gnome-unstable-x86_64/folks.install |   22 ++--
 4 files changed, 80 insertions(+), 80 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2012-10-04 13:01:45 UTC (rev 167965)
+++ gnome-unstable-i686/PKGBUILD2012-10-04 13:03:04 UTC (rev 167966)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=folks
-pkgver=0.7.4.1
-pkgrel=1
-pkgdesc=Library to aggregates people into metacontacts
-arch=(i686 x86_64)
-url=http://telepathy.freedesktop.org/wiki/Folks;
-license=('LGPL2.1')
-depends=('telepathy-glib' 'libgee' 'libxml2' 'evolution-data-server' 
'libsocialweb' 'libzeitgeist')
-makedepends=('gobject-introspection' 'intltool')
-install=folks.install
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('424ca5ef0bebc12666465fe4ee557d374f4694348109443efe7832be949679d3')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: folks/repos/gnome-unstable-i686/PKGBUILD (from rev 167965, 
folks/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-10-04 13:03:04 UTC (rev 167966)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=folks
+pkgver=0.8.0
+pkgrel=1
+pkgdesc=Library to aggregates people into metacontacts
+arch=(i686 x86_64)
+url=http://telepathy.freedesktop.org/wiki/Folks;
+license=('LGPL2.1')
+depends=('telepathy-glib' 'libgee' 'libxml2' 'evolution-data-server' 
'libsocialweb' 'libzeitgeist')
+makedepends=('gobject-introspection' 'intltool')
+install=folks.install
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('8c56c7594dd502ef5877e93181136e41f4ea03de4971372a7a04e7f1492eed9d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gnome-unstable-i686/folks.install
===
--- gnome-unstable-i686/folks.install   2012-10-04 13:01:45 UTC (rev 167965)
+++ gnome-unstable-i686/folks.install   2012-10-04 13:03:04 UTC (rev 167966)
@@ -1,11 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: folks/repos/gnome-unstable-i686/folks.install (from rev 167965, 
folks/trunk/folks.install)
===
--- gnome-unstable-i686/folks.install   (rev 0)
+++ gnome-unstable-i686/folks.install   2012-10-04 13:03:04 UTC (rev 167966)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2012-10-04 13:01:45 UTC (rev 167965)
+++ gnome-unstable-x86_64/PKGBUILD  2012-10-04 13:03:04 UTC (rev 167966)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=folks
-pkgver=0.7.4.1
-pkgrel=1
-pkgdesc=Library to aggregates people into metacontacts
-arch=(i686 x86_64)
-url=http://telepathy.freedesktop.org/wiki/Folks;
-license=('LGPL2.1')
-depends=('telepathy-glib' 'libgee' 'libxml2' 'evolution-data-server' 
'libsocialweb' 'libzeitgeist')
-makedepends=('gobject-introspection' 'intltool')
-install=folks.install
-options=('!libtool' 

[arch-commits] Commit in telepathy-mission-control/trunk (PKGBUILD)

2012-10-04 Thread Ionut Biru
Date: Thursday, October 4, 2012 @ 09:05:11
  Author: ibiru
Revision: 167967

update to 5.14.0

Modified:
  telepathy-mission-control/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-04 13:03:04 UTC (rev 167966)
+++ PKGBUILD2012-10-04 13:05:11 UTC (rev 167967)
@@ -5,7 +5,7 @@
 # Contributor: Andreas Zwinkau beza...@web.de
 
 pkgname=telepathy-mission-control
-pkgver=5.13.2
+pkgver=5.14.0
 pkgrel=1
 pkgdesc=A Telepathy component providing abstraction of some of the details of 
connection managers.
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 install=telepathy-mission-control.install
 options=('!libtool')
 
source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('3af60fa448b8fd56b65fac185a41f288')
+md5sums=('483fa8860891815a540ecf1bb9155122')
 
 build() {
 cd $pkgname-$pkgver



[arch-commits] Commit in telepathy-mission-control/repos (8 files)

2012-10-04 Thread Ionut Biru
Date: Thursday, October 4, 2012 @ 09:06:03
  Author: ibiru
Revision: 167968

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  telepathy-mission-control/repos/gnome-unstable-i686/PKGBUILD
(from rev 167967, telepathy-mission-control/trunk/PKGBUILD)
  
telepathy-mission-control/repos/gnome-unstable-i686/telepathy-mission-control.install
(from rev 167967, 
telepathy-mission-control/trunk/telepathy-mission-control.install)
  telepathy-mission-control/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 167967, telepathy-mission-control/trunk/PKGBUILD)
  
telepathy-mission-control/repos/gnome-unstable-x86_64/telepathy-mission-control.install
(from rev 167967, 
telepathy-mission-control/trunk/telepathy-mission-control.install)
Deleted:
  telepathy-mission-control/repos/gnome-unstable-i686/PKGBUILD
  
telepathy-mission-control/repos/gnome-unstable-i686/telepathy-mission-control.install
  telepathy-mission-control/repos/gnome-unstable-x86_64/PKGBUILD
  
telepathy-mission-control/repos/gnome-unstable-x86_64/telepathy-mission-control.install

-+
 gnome-unstable-i686/PKGBUILD|   66 +++---
 gnome-unstable-i686/telepathy-mission-control.install   |   22 ++--
 gnome-unstable-x86_64/PKGBUILD  |   66 +++---
 gnome-unstable-x86_64/telepathy-mission-control.install |   22 ++--
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2012-10-04 13:05:11 UTC (rev 167967)
+++ gnome-unstable-i686/PKGBUILD2012-10-04 13:06:03 UTC (rev 167968)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru ib...@archlinux.org
-# Contributor: Ju Liu liuju86 at gmail dot com
-# Contributor: Bjorn Lindeijer bjorn lindeijer nl
-# Contributor: Andreas Zwinkau beza...@web.de
-
-pkgname=telepathy-mission-control
-pkgver=5.13.2
-pkgrel=1
-pkgdesc=A Telepathy component providing abstraction of some of the details of 
connection managers.
-arch=('i686' 'x86_64')
-url=http://telepathy.freedesktop.org/wiki/Mission Control
-license=('LGPL2.1')
-depends=('telepathy-glib' 'libgnome-keyring' 'dconf' 'upower' 'networkmanager')
-makedepends=('libxslt' 'python2')
-install=telepathy-mission-control.install
-options=('!libtool')
-source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('3af60fa448b8fd56b65fac185a41f288')
-
-build() {
-cd $pkgname-$pkgver
-./configure --prefix=/usr \
-   --libexecdir=/usr/lib/telepathy \
-   --enable-gnome-keyring \
---disable-schemas-compile
-make
-}
-
-package() {
-cd $pkgname-$pkgver
-make DESTDIR=$pkgdir install
-}

Copied: telepathy-mission-control/repos/gnome-unstable-i686/PKGBUILD (from rev 
167967, telepathy-mission-control/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-10-04 13:06:03 UTC (rev 167968)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Contributor: Ju Liu liuju86 at gmail dot com
+# Contributor: Bjorn Lindeijer bjorn lindeijer nl
+# Contributor: Andreas Zwinkau beza...@web.de
+
+pkgname=telepathy-mission-control
+pkgver=5.14.0
+pkgrel=1
+pkgdesc=A Telepathy component providing abstraction of some of the details of 
connection managers.
+arch=('i686' 'x86_64')
+url=http://telepathy.freedesktop.org/wiki/Mission Control
+license=('LGPL2.1')
+depends=('telepathy-glib' 'libgnome-keyring' 'dconf' 'upower' 'networkmanager')
+makedepends=('libxslt' 'python2')
+install=telepathy-mission-control.install
+options=('!libtool')
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('483fa8860891815a540ecf1bb9155122')
+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr \
+   --libexecdir=/usr/lib/telepathy \
+   --enable-gnome-keyring \
+--disable-schemas-compile
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR=$pkgdir install
+}

Deleted: gnome-unstable-i686/telepathy-mission-control.install
===
--- gnome-unstable-i686/telepathy-mission-control.install   2012-10-04 
13:05:11 UTC (rev 167967)
+++ gnome-unstable-i686/telepathy-mission-control.install   2012-10-04 
13:06:03 UTC (rev 167968)
@@ -1,11 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: 
telepathy-mission-control/repos/gnome-unstable-i686/telepathy-mission-control.install
 (from rev 167967, 
telepathy-mission-control/trunk/telepathy-mission-control.install)

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

2012-10-04 Thread Juergen Hoetzel
Date: Thursday, October 4, 2012 @ 09:09:43
  Author: juergen
Revision: 167969

provide systemd service file

Modified:
  metalog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-04 13:06:03 UTC (rev 167968)
+++ PKGBUILD2012-10-04 13:09:43 UTC (rev 167969)
@@ -12,10 +12,11 @@
 depends=('pcre')
 provides=('logger')
 backup=('etc/metalog.conf' 'etc/conf.d/metalog')
-source=(http://sourceforge.net/projects/metalog/files/metalog-3.tar.xz/download;
 'metalog' 'metalog.confd')
+source=(http://sourceforge.net/projects/metalog/files/metalog-3.tar.xz/download;
 'metalog' 'metalog.confd'  'metalog.service')
 md5sums=('6fe404e49764fa24108fd090417bacb5'
  '9e73301a7f0be291749ee30638527cb9'
- '86bccd5a02996921e29eff8a0394d11f')
+ '86bccd5a02996921e29eff8a0394d11f'
+ 'f005e6970c25bfdaf0596791e9135f98')
 
 build() {
   cd $srcdir/$pkgname-3
@@ -29,4 +30,7 @@
   install -D -m755 $srcdir/metalog $pkgdir/etc/rc.d/metalog
   install -D -m644 $srcdir/metalog.confd $pkgdir/etc/conf.d/metalog
   install -D -m644 metalog.conf $pkgdir/etc/metalog.conf
+
+  install -d ${pkgdir}/usr/lib/systemd/system
+  install -Dm644 ${srcdir}/metalog.service 
${pkgdir}/usr/lib/systemd/system/
 }



[arch-commits] Commit in metalog/trunk (metalog.service)

2012-10-04 Thread Juergen Hoetzel
Date: Thursday, October 4, 2012 @ 09:10:36
  Author: juergen
Revision: 167970

provide systemd service file

Added:
  metalog/trunk/metalog.service

-+
 metalog.service |9 +
 1 file changed, 9 insertions(+)

Added: metalog.service
===
--- metalog.service (rev 0)
+++ metalog.service 2012-10-04 13:10:36 UTC (rev 167970)
@@ -0,0 +1,9 @@
+[Unit]
+Description=System Logger Daemon
+
+[Service]
+ExecStart=/usr/sbin/metalog
+
+[Install]
+WantedBy=multi-user.target
+Alias=syslog.service



[arch-commits] Commit in metalog/repos/extra-i686 (7 files)

2012-10-04 Thread Juergen Hoetzel
Date: Thursday, October 4, 2012 @ 09:11:46
  Author: juergen
Revision: 167971

archrelease: copy trunk to extra-i686

Added:
  metalog/repos/extra-i686/PKGBUILD
(from rev 167970, metalog/trunk/PKGBUILD)
  metalog/repos/extra-i686/metalog
(from rev 167970, metalog/trunk/metalog)
  metalog/repos/extra-i686/metalog.confd
(from rev 167970, metalog/trunk/metalog.confd)
  metalog/repos/extra-i686/metalog.service
(from rev 167970, metalog/trunk/metalog.service)
Deleted:
  metalog/repos/extra-i686/PKGBUILD
  metalog/repos/extra-i686/metalog
  metalog/repos/extra-i686/metalog.confd

-+
 PKGBUILD|   68 +++
 metalog |   84 +++---
 metalog.confd   |   16 +-
 metalog.service |9 +
 4 files changed, 95 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-10-04 13:10:36 UTC (rev 167970)
+++ PKGBUILD2012-10-04 13:11:46 UTC (rev 167971)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: juergen juer...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=metalog
-pkgver=2.0
-pkgrel=2
-pkgdesc=Metalog is a modern replacement for syslogd and klogd
-url=http://metalog.sourceforge.net;
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('pcre')
-provides=('logger')
-backup=('etc/metalog.conf' 'etc/conf.d/metalog')
-source=(http://sourceforge.net/projects/metalog/files/metalog-2.tar.xz/download;
 'metalog' 'metalog.confd')
-md5sums=('e948d10d780205eae17645c89aee1361'
- '9e73301a7f0be291749ee30638527cb9'
- '86bccd5a02996921e29eff8a0394d11f')
-
-build() {
-  cd $srcdir/$pkgname-2
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-2
-  make DESTDIR=$pkgdir install
-  install -D -m755 $srcdir/metalog $pkgdir/etc/rc.d/metalog
-  install -D -m644 $srcdir/metalog.confd $pkgdir/etc/conf.d/metalog
-  install -D -m644 metalog.conf $pkgdir/etc/metalog.conf
-}

Copied: metalog/repos/extra-i686/PKGBUILD (from rev 167970, 
metalog/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-10-04 13:11:46 UTC (rev 167971)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: juergen juer...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=metalog
+pkgver=3.0
+pkgrel=0
+pkgdesc=Metalog is a modern replacement for syslogd and klogd
+url=http://metalog.sourceforge.net;
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('pcre')
+provides=('logger')
+backup=('etc/metalog.conf' 'etc/conf.d/metalog')
+source=(http://sourceforge.net/projects/metalog/files/metalog-3.tar.xz/download;
 'metalog' 'metalog.confd'  'metalog.service')
+md5sums=('6fe404e49764fa24108fd090417bacb5'
+ '9e73301a7f0be291749ee30638527cb9'
+ '86bccd5a02996921e29eff8a0394d11f'
+ 'f005e6970c25bfdaf0596791e9135f98')
+
+build() {
+  cd $srcdir/$pkgname-3
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-3
+  make DESTDIR=$pkgdir install
+  install -D -m755 $srcdir/metalog $pkgdir/etc/rc.d/metalog
+  install -D -m644 $srcdir/metalog.confd $pkgdir/etc/conf.d/metalog
+  install -D -m644 metalog.conf $pkgdir/etc/metalog.conf
+
+  install -d ${pkgdir}/usr/lib/systemd/system
+  install -Dm644 ${srcdir}/metalog.service 
${pkgdir}/usr/lib/systemd/system/
+}

Deleted: metalog
===
--- metalog 2012-10-04 13:10:36 UTC (rev 167970)
+++ metalog 2012-10-04 13:11:46 UTC (rev 167971)
@@ -1,42 +0,0 @@
-#!/bin/bash
-
-# source application-specific settings
-[ -f /etc/conf.d/metalog ]  . /etc/conf.d/metalog
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-if [ -f /var/run/metalog.pid ]; then
-PID=$(cat /var/run/metalog.pid) 2/dev/null
-fi
-
-case $1 in
-  start)
-stat_busy Starting Metalog
-[ -z $PID ]  /usr/sbin/metalog -B $METALOG_OPTS 21
-if [ $? -gt 0 ]; then
-  stat_fail
-else
-  add_daemon metalog
-  stat_done
-fi
-;;
-  stop)
-stat_busy Stopping Metalog
-[ ! -z $PID ]   kill $PID /dev/null
-if [ $? -gt 0 ]; then
-  stat_fail
-else
-  rm_daemon metalog
-  stat_done
-fi
-;;
-  restart)
-$0 stop
-sleep 1
-$0 start
-;;
-  *)
-echo usage: $0 {start|stop|restart} 
-esac
-exit 0 

Copied: metalog/repos/extra-i686/metalog (from rev 167970, 
metalog/trunk/metalog)
===
--- metalog (rev 0)
+++ metalog 2012-10-04 13:11:46 UTC (rev 167971)
@@ -0,0 +1,42 @@
+#!/bin/bash
+
+# source application-specific settings
+[ -f /etc/conf.d/metalog ]  . /etc/conf.d/metalog
+
+. /etc/rc.conf
+. /etc/rc.d/functions
+
+if [ -f /var/run/metalog.pid ]; then
+PID=$(cat /var/run/metalog.pid) 

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

2012-10-04 Thread Ionut Biru
Date: Thursday, October 4, 2012 @ 09:11:58
  Author: ibiru
Revision: 167972

remove undeed dependency

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-04 13:11:46 UTC (rev 167971)
+++ PKGBUILD2012-10-04 13:11:58 UTC (rev 167972)
@@ -8,7 +8,7 @@
 arch=('i686' 'x86_64')
 url=http://live.gnome.org/Empathy;
 license=('GPL2')
-depends=('clutter-gst' 'clutter-gtk' 'folks' 'gcr' 'iso-codes' 'libcanberra' 
'libpulse' 'webkitgtk3' 'networkmanager' 'telepathy-farstream' 'telepathy-glib' 
'telepathy-logger' 'telepathy-mission-control')
+depends=('clutter-gst' 'clutter-gtk' 'folks' 'gcr' 'iso-codes' 'libcanberra' 
'libpulse' 'webkitgtk3' 'telepathy-farstream' 'telepathy-glib' 
'telepathy-logger' 'telepathy-mission-control')
 makedepends=('intltool' 'itstool' 'docbook-xsl')
 optdepends=('telepathy-gabble: XMPP/Jabber support'
 'telepathy-idle: IRC support'



[arch-commits] Commit in metalog/repos/extra-x86_64 (7 files)

2012-10-04 Thread Juergen Hoetzel
Date: Thursday, October 4, 2012 @ 09:24:41
  Author: juergen
Revision: 167973

archrelease: copy trunk to extra-x86_64

Added:
  metalog/repos/extra-x86_64/PKGBUILD
(from rev 167972, metalog/trunk/PKGBUILD)
  metalog/repos/extra-x86_64/metalog
(from rev 167972, metalog/trunk/metalog)
  metalog/repos/extra-x86_64/metalog.confd
(from rev 167972, metalog/trunk/metalog.confd)
  metalog/repos/extra-x86_64/metalog.service
(from rev 167972, metalog/trunk/metalog.service)
Deleted:
  metalog/repos/extra-x86_64/PKGBUILD
  metalog/repos/extra-x86_64/metalog
  metalog/repos/extra-x86_64/metalog.confd

-+
 PKGBUILD|   68 +++
 metalog |   84 +++---
 metalog.confd   |   16 +-
 metalog.service |9 +
 4 files changed, 95 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-10-04 13:11:58 UTC (rev 167972)
+++ PKGBUILD2012-10-04 13:24:41 UTC (rev 167973)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: juergen juer...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=metalog
-pkgver=2.0
-pkgrel=2
-pkgdesc=Metalog is a modern replacement for syslogd and klogd
-url=http://metalog.sourceforge.net;
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('pcre')
-provides=('logger')
-backup=('etc/metalog.conf' 'etc/conf.d/metalog')
-source=(http://sourceforge.net/projects/metalog/files/metalog-2.tar.xz/download;
 'metalog' 'metalog.confd')
-md5sums=('e948d10d780205eae17645c89aee1361'
- '9e73301a7f0be291749ee30638527cb9'
- '86bccd5a02996921e29eff8a0394d11f')
-
-build() {
-  cd $srcdir/$pkgname-2
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-2
-  make DESTDIR=$pkgdir install
-  install -D -m755 $srcdir/metalog $pkgdir/etc/rc.d/metalog
-  install -D -m644 $srcdir/metalog.confd $pkgdir/etc/conf.d/metalog
-  install -D -m644 metalog.conf $pkgdir/etc/metalog.conf
-}

Copied: metalog/repos/extra-x86_64/PKGBUILD (from rev 167972, 
metalog/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-10-04 13:24:41 UTC (rev 167973)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: juergen juer...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=metalog
+pkgver=3.0
+pkgrel=0
+pkgdesc=Metalog is a modern replacement for syslogd and klogd
+url=http://metalog.sourceforge.net;
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('pcre')
+provides=('logger')
+backup=('etc/metalog.conf' 'etc/conf.d/metalog')
+source=(http://sourceforge.net/projects/metalog/files/metalog-3.tar.xz/download;
 'metalog' 'metalog.confd'  'metalog.service')
+md5sums=('6fe404e49764fa24108fd090417bacb5'
+ '9e73301a7f0be291749ee30638527cb9'
+ '86bccd5a02996921e29eff8a0394d11f'
+ 'f005e6970c25bfdaf0596791e9135f98')
+
+build() {
+  cd $srcdir/$pkgname-3
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-3
+  make DESTDIR=$pkgdir install
+  install -D -m755 $srcdir/metalog $pkgdir/etc/rc.d/metalog
+  install -D -m644 $srcdir/metalog.confd $pkgdir/etc/conf.d/metalog
+  install -D -m644 metalog.conf $pkgdir/etc/metalog.conf
+
+  install -d ${pkgdir}/usr/lib/systemd/system
+  install -Dm644 ${srcdir}/metalog.service 
${pkgdir}/usr/lib/systemd/system/
+}

Deleted: metalog
===
--- metalog 2012-10-04 13:11:58 UTC (rev 167972)
+++ metalog 2012-10-04 13:24:41 UTC (rev 167973)
@@ -1,42 +0,0 @@
-#!/bin/bash
-
-# source application-specific settings
-[ -f /etc/conf.d/metalog ]  . /etc/conf.d/metalog
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-if [ -f /var/run/metalog.pid ]; then
-PID=$(cat /var/run/metalog.pid) 2/dev/null
-fi
-
-case $1 in
-  start)
-stat_busy Starting Metalog
-[ -z $PID ]  /usr/sbin/metalog -B $METALOG_OPTS 21
-if [ $? -gt 0 ]; then
-  stat_fail
-else
-  add_daemon metalog
-  stat_done
-fi
-;;
-  stop)
-stat_busy Stopping Metalog
-[ ! -z $PID ]   kill $PID /dev/null
-if [ $? -gt 0 ]; then
-  stat_fail
-else
-  rm_daemon metalog
-  stat_done
-fi
-;;
-  restart)
-$0 stop
-sleep 1
-$0 start
-;;
-  *)
-echo usage: $0 {start|stop|restart} 
-esac
-exit 0 

Copied: metalog/repos/extra-x86_64/metalog (from rev 167972, 
metalog/trunk/metalog)
===
--- metalog (rev 0)
+++ metalog 2012-10-04 13:24:41 UTC (rev 167973)
@@ -0,0 +1,42 @@
+#!/bin/bash
+
+# source application-specific settings
+[ -f /etc/conf.d/metalog ]  . /etc/conf.d/metalog
+
+. /etc/rc.conf
+. /etc/rc.d/functions
+
+if [ -f /var/run/metalog.pid ]; then
+PID=$(cat 

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

2012-10-04 Thread Jan Steffens
Date: Thursday, October 4, 2012 @ 09:30:40
  Author: heftig
Revision: 167974

community2extra: Moving libwebp from community to extra

Added:
  libwebp/
  libwebp/repos/
  libwebp/trunk/
  libwebp/trunk/PKGBUILD

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

Added: libwebp/trunk/PKGBUILD
===
--- libwebp/trunk/PKGBUILD  (rev 0)
+++ libwebp/trunk/PKGBUILD  2012-10-04 13:30:40 UTC (rev 167974)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jon Nordby jono...@gmail.com
+
+pkgname=libwebp
+pkgver=0.2.0
+pkgrel=1
+pkgdesc=WebP library and conversion tools
+arch=('x86_64' 'i686')
+url=http://code.google.com/intl/en/speed/webp/;
+license=('BSD')
+depends=('libpng' 'libjpeg')
+options=('!libtool')
+source=(http://webp.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
+sha256sums=('aa7d5e162826362c79d7c36d41484042ab7460dc08dc33d4ea6823a0c77d4bfb')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:


Property changes on: libwebp/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2012-10-04 Thread Jan Steffens
Date: Thursday, October 4, 2012 @ 09:31:03
  Author: heftig
Revision: 167975

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

Added:
  libwebp/repos/extra-i686/
  libwebp/repos/extra-i686/PKGBUILD
(from rev 167974, libwebp/trunk/PKGBUILD)
  libwebp/repos/extra-x86_64/
  libwebp/repos/extra-x86_64/PKGBUILD
(from rev 167974, libwebp/trunk/PKGBUILD)

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

Copied: libwebp/repos/extra-i686/PKGBUILD (from rev 167974, 
libwebp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-04 13:31:03 UTC (rev 167975)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jon Nordby jono...@gmail.com
+
+pkgname=libwebp
+pkgver=0.2.0
+pkgrel=1
+pkgdesc=WebP library and conversion tools
+arch=('x86_64' 'i686')
+url=http://code.google.com/intl/en/speed/webp/;
+license=('BSD')
+depends=('libpng' 'libjpeg')
+options=('!libtool')
+source=(http://webp.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
+sha256sums=('aa7d5e162826362c79d7c36d41484042ab7460dc08dc33d4ea6823a0c77d4bfb')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:

Copied: libwebp/repos/extra-x86_64/PKGBUILD (from rev 167974, 
libwebp/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-10-04 13:31:03 UTC (rev 167975)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jon Nordby jono...@gmail.com
+
+pkgname=libwebp
+pkgver=0.2.0
+pkgrel=1
+pkgdesc=WebP library and conversion tools
+arch=('x86_64' 'i686')
+url=http://code.google.com/intl/en/speed/webp/;
+license=('BSD')
+depends=('libpng' 'libjpeg')
+options=('!libtool')
+source=(http://webp.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
+sha256sums=('aa7d5e162826362c79d7c36d41484042ab7460dc08dc33d4ea6823a0c77d4bfb')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:



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

2012-10-04 Thread Ionut Biru
Date: Thursday, October 4, 2012 @ 10:05:52
  Author: ibiru
Revision: 167976

update to 0.17.1

Modified:
  telepathy-gabble/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-04 13:31:03 UTC (rev 167975)
+++ PKGBUILD2012-10-04 14:05:52 UTC (rev 167976)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Balieiro dan...@balieiro.com
 # Contributor: Rodrigo L. M. Flores m...@rodrigoflores.org
 pkgname=telepathy-gabble
-pkgver=0.16.2
+pkgver=0.17.1
 pkgrel=1
 pkgdesc=A Jabber/XMPP connection manager for Telepathy
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 options=('!libtool' '!emptydirs')
 
source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
 install=telepathy-gabble.install
-md5sums=('d79fc12524e9b68e9a1a833960f97d01')
+md5sums=('42e01fdc4117255080883495411e7318')
 
 build() {
   cd $pkgname-$pkgver



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

2012-10-04 Thread andyrtr
Date: Thursday, October 4, 2012 @ 10:30:06
  Author: andyrtr
Revision: 167977

upgpkg: libreoffice 3.6.2-1

upstream update 3.6.2

Modified:
  libreoffice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-04 14:05:52 UTC (rev 167976)
+++ PKGBUILD2012-10-04 14:30:06 UTC (rev 167977)
@@ -24,9 +24,9 @@
'libreoffice-extension-scripting-python'
'libreoffice-extension-wiki-publisher'
'libreoffice-extension-nlpsolver') # svn up -r 142692 (last one with 
all extensions built)
-_LOver=3.6.2.1
+_LOver=3.6.2.2
 pkgver=3.6.2
-pkgrel=0.3
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url=http://www.libreoffice.org/;
@@ -45,8 +45,8 @@
 # http://download.documentfoundation.org/mirrors/all.html
 # http://wiki.documentfoundation.org/Mirrors
 
-#_mirror=http://download.documentfoundation.org/libreoffice/src/${pkgver};
-_mirror=http://dev-builds.libreoffice.org/pre-releases/src;
+_mirror=http://download.documentfoundation.org/libreoffice/src/${pkgver};
+#_mirror=http://dev-builds.libreoffice.org/pre-releases/src;
 _additional_source_url=http://dev-www.libreoffice.org/src;
 _additional_source_url2=http://dev-www.libreoffice.org/extern;
 source=(${_mirror}/${pkgbase}-{core,help,translations}-${_LOver}.tar.xz
@@ -113,9 +113,9 @@
db60e4fde8dd6d6807523deb71ee34dc-liblayout-0.2.10.zip
ce5a1def34578b75959ac31210f031f6-libcdr-0.0.8.tar.bz2
ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip)
-md5sums=('9c5f6e22ecc1c529d5cbd2bab6aa64c6'
- 'a095f567fe74279113967ea645b1ca29'
- 'b22e02eb43e72d5f2710f195b9f8e630'
+md5sums=('ae171ba4633cc72dba4451b1bdd3385e'
+ 'cdad0734d247d91a79cb282fd851d2a7'
+ 'e9a7e3d35432b72a4603ce094deb6a67'
  '18f577b374d60b3c760a3a3350407632'
  'f02578f5218f217a9f20e9c30e119c6a'
  '94e7f271e38c976462558b4278590178'



[arch-commits] Commit in libreoffice/repos (48 files)

2012-10-04 Thread andyrtr
Date: Thursday, October 4, 2012 @ 10:32:20
  Author: andyrtr
Revision: 167978

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

Added:
  libreoffice/repos/extra-i686/PKGBUILD
(from rev 167977, libreoffice/trunk/PKGBUILD)
  libreoffice/repos/extra-i686/buildfix.diff
(from rev 167977, libreoffice/trunk/buildfix.diff)
  libreoffice/repos/extra-i686/libreoffice-base.install
(from rev 167977, libreoffice/trunk/libreoffice-base.install)
  libreoffice/repos/extra-i686/libreoffice-calc.install
(from rev 167977, libreoffice/trunk/libreoffice-calc.install)
  libreoffice/repos/extra-i686/libreoffice-common.csh
(from rev 167977, libreoffice/trunk/libreoffice-common.csh)
  libreoffice/repos/extra-i686/libreoffice-common.install
(from rev 167977, libreoffice/trunk/libreoffice-common.install)
  libreoffice/repos/extra-i686/libreoffice-common.sh
(from rev 167977, libreoffice/trunk/libreoffice-common.sh)
  libreoffice/repos/extra-i686/libreoffice-draw.install
(from rev 167977, libreoffice/trunk/libreoffice-draw.install)
  libreoffice/repos/extra-i686/libreoffice-impress.install
(from rev 167977, libreoffice/trunk/libreoffice-impress.install)
  libreoffice/repos/extra-i686/libreoffice-writer.install
(from rev 167977, libreoffice/trunk/libreoffice-writer.install)
  
libreoffice/repos/extra-i686/make-pyuno-work-with-system-wide-module-install.diff
(from rev 167977, 
libreoffice/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  libreoffice/repos/extra-x86_64/PKGBUILD
(from rev 167977, libreoffice/trunk/PKGBUILD)
  libreoffice/repos/extra-x86_64/buildfix.diff
(from rev 167977, libreoffice/trunk/buildfix.diff)
  libreoffice/repos/extra-x86_64/libreoffice-base.install
(from rev 167977, libreoffice/trunk/libreoffice-base.install)
  libreoffice/repos/extra-x86_64/libreoffice-calc.install
(from rev 167977, libreoffice/trunk/libreoffice-calc.install)
  libreoffice/repos/extra-x86_64/libreoffice-common.csh
(from rev 167977, libreoffice/trunk/libreoffice-common.csh)
  libreoffice/repos/extra-x86_64/libreoffice-common.install
(from rev 167977, libreoffice/trunk/libreoffice-common.install)
  libreoffice/repos/extra-x86_64/libreoffice-common.sh
(from rev 167977, libreoffice/trunk/libreoffice-common.sh)
  libreoffice/repos/extra-x86_64/libreoffice-draw.install
(from rev 167977, libreoffice/trunk/libreoffice-draw.install)
  libreoffice/repos/extra-x86_64/libreoffice-impress.install
(from rev 167977, libreoffice/trunk/libreoffice-impress.install)
  libreoffice/repos/extra-x86_64/libreoffice-writer.install
(from rev 167977, libreoffice/trunk/libreoffice-writer.install)
  
libreoffice/repos/extra-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 167977, 
libreoffice/trunk/make-pyuno-work-with-system-wide-module-install.diff)
Deleted:
  libreoffice/repos/extra-i686/PKGBUILD
  libreoffice/repos/extra-i686/buildfix.diff
  libreoffice/repos/extra-i686/buildfix_icu49.diff
  libreoffice/repos/extra-i686/fix_broken_hebrew_wordwrapping.diff
  libreoffice/repos/extra-i686/git_fixes.diff
  libreoffice/repos/extra-i686/libreoffice-base.install
  libreoffice/repos/extra-i686/libreoffice-calc.install
  libreoffice/repos/extra-i686/libreoffice-common.csh
  libreoffice/repos/extra-i686/libreoffice-common.install
  libreoffice/repos/extra-i686/libreoffice-common.sh
  libreoffice/repos/extra-i686/libreoffice-draw.install
  libreoffice/repos/extra-i686/libreoffice-impress.install
  libreoffice/repos/extra-i686/libreoffice-writer.install
  libreoffice/repos/extra-x86_64/PKGBUILD
  libreoffice/repos/extra-x86_64/buildfix.diff
  libreoffice/repos/extra-x86_64/buildfix_icu49.diff
  libreoffice/repos/extra-x86_64/fix_broken_hebrew_wordwrapping.diff
  libreoffice/repos/extra-x86_64/git_fixes.diff
  libreoffice/repos/extra-x86_64/libreoffice-base.install
  libreoffice/repos/extra-x86_64/libreoffice-calc.install
  libreoffice/repos/extra-x86_64/libreoffice-common.csh
  libreoffice/repos/extra-x86_64/libreoffice-common.install
  libreoffice/repos/extra-x86_64/libreoffice-common.sh
  libreoffice/repos/extra-x86_64/libreoffice-draw.install
  libreoffice/repos/extra-x86_64/libreoffice-impress.install
  libreoffice/repos/extra-x86_64/libreoffice-writer.install

---+
 extra-i686/PKGBUILD   | 1430 
--
 extra-i686/buildfix.diff  |   24 
 extra-i686/buildfix_icu49.diff|   42 
 extra-i686/fix_broken_hebrew_wordwrapping.diff|  360 --
 extra-i686/git_fixes.diff |  743 -
 extra-i686/libreoffice-base.install   |   22 
 extra-i686/libreoffice-calc.install   |   22 
 extra-i686/libreoffice-common.csh |   16 
 

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

2012-10-04 Thread Giovanni Scafora
Date: Thursday, October 4, 2012 @ 12:10:33
  Author: giovanni
Revision: 167979

upgpkg: perl-net-ssleay 1.49-1

upstream update

Modified:
  perl-net-ssleay/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-04 14:32:20 UTC (rev 167978)
+++ PKGBUILD2012-10-04 16:10:33 UTC (rev 167979)
@@ -4,8 +4,8 @@
 
 pkgname=perl-net-ssleay
 _cpanname=Net-SSLeay
-pkgver=1.48
-pkgrel=2
+pkgver=1.49
+pkgrel=1
 pkgdesc=Perl extension for using OpenSSL
 arch=('i686' 'x86_64')
 license=('custom:BSD')
@@ -15,7 +15,7 @@
 replaces=('net-ssleay')
 provides=('net-ssleay')
 
source=(http://www.cpan.org/authors/id/M/MI/MIKEM/${_cpanname}-${pkgver}.tar.gz;)
-md5sums=('4e10d9da28f26732e37807820bf72af5')
+md5sums=('9e05acd6773ff5e94c5a1dcd7c0ec4a7')
 
 build() {
   cd ${srcdir}/${_cpanname}-${pkgver}



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

2012-10-04 Thread Giovanni Scafora
Date: Thursday, October 4, 2012 @ 12:11:02
  Author: giovanni
Revision: 167980

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

Added:
  perl-net-ssleay/repos/extra-i686/PKGBUILD
(from rev 167979, perl-net-ssleay/trunk/PKGBUILD)
  perl-net-ssleay/repos/extra-x86_64/PKGBUILD
(from rev 167979, perl-net-ssleay/trunk/PKGBUILD)
Deleted:
  perl-net-ssleay/repos/extra-i686/PKGBUILD
  perl-net-ssleay/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-04 16:10:33 UTC (rev 167979)
+++ extra-i686/PKGBUILD 2012-10-04 16:11:02 UTC (rev 167980)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Manolis Tzanidakis
-
-pkgname=perl-net-ssleay
-_cpanname=Net-SSLeay
-pkgver=1.48
-pkgrel=2
-pkgdesc=Perl extension for using OpenSSL
-arch=('i686' 'x86_64')
-license=('custom:BSD')
-url=http://search.cpan.org/dist/${_cpanname}/;
-depends=('openssl')
-options=(!emptydirs)
-replaces=('net-ssleay')
-provides=('net-ssleay')
-source=(http://www.cpan.org/authors/id/M/MI/MIKEM/${_cpanname}-${pkgver}.tar.gz;)
-md5sums=('4e10d9da28f26732e37807820bf72af5')
-
-build() {
-  cd ${srcdir}/${_cpanname}-${pkgver}
-
-  # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL -- INSTALLDIRS=vendor 
-  make
-}
-
-package() {
-  cd ${srcdir}/${_cpanname}-${pkgver}
-
-  make install DESTDIR=${pkgdir} 
-
-  # remove perllocal.pod and .packlist
-  find ${pkgdir} -name perllocal.pod -delete
-  find ${pkgdir} -name .packlist -delete
-
-  install -D -m644 README ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: perl-net-ssleay/repos/extra-i686/PKGBUILD (from rev 167979, 
perl-net-ssleay/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-04 16:11:02 UTC (rev 167980)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Manolis Tzanidakis
+
+pkgname=perl-net-ssleay
+_cpanname=Net-SSLeay
+pkgver=1.49
+pkgrel=1
+pkgdesc=Perl extension for using OpenSSL
+arch=('i686' 'x86_64')
+license=('custom:BSD')
+url=http://search.cpan.org/dist/${_cpanname}/;
+depends=('openssl')
+options=(!emptydirs)
+replaces=('net-ssleay')
+provides=('net-ssleay')
+source=(http://www.cpan.org/authors/id/M/MI/MIKEM/${_cpanname}-${pkgver}.tar.gz;)
+md5sums=('9e05acd6773ff5e94c5a1dcd7c0ec4a7')
+
+build() {
+  cd ${srcdir}/${_cpanname}-${pkgver}
+
+  # install module in vendor directories.
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL -- INSTALLDIRS=vendor 
+  make
+}
+
+package() {
+  cd ${srcdir}/${_cpanname}-${pkgver}
+
+  make install DESTDIR=${pkgdir} 
+
+  # remove perllocal.pod and .packlist
+  find ${pkgdir} -name perllocal.pod -delete
+  find ${pkgdir} -name .packlist -delete
+
+  install -D -m644 README ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-10-04 16:10:33 UTC (rev 167979)
+++ extra-x86_64/PKGBUILD   2012-10-04 16:11:02 UTC (rev 167980)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Manolis Tzanidakis
-
-pkgname=perl-net-ssleay
-_cpanname=Net-SSLeay
-pkgver=1.48
-pkgrel=2
-pkgdesc=Perl extension for using OpenSSL
-arch=('i686' 'x86_64')
-license=('custom:BSD')
-url=http://search.cpan.org/dist/${_cpanname}/;
-depends=('openssl')
-options=(!emptydirs)
-replaces=('net-ssleay')
-provides=('net-ssleay')
-source=(http://www.cpan.org/authors/id/M/MI/MIKEM/${_cpanname}-${pkgver}.tar.gz;)
-md5sums=('4e10d9da28f26732e37807820bf72af5')
-
-build() {
-  cd ${srcdir}/${_cpanname}-${pkgver}
-
-  # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL -- INSTALLDIRS=vendor 
-  make
-}
-
-package() {
-  cd ${srcdir}/${_cpanname}-${pkgver}
-
-  make install DESTDIR=${pkgdir} 
-
-  # remove perllocal.pod and .packlist
-  find ${pkgdir} -name perllocal.pod -delete
-  find ${pkgdir} -name .packlist -delete
-
-  install -D -m644 README ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: perl-net-ssleay/repos/extra-x86_64/PKGBUILD (from rev 167979, 
perl-net-ssleay/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-10-04 16:11:02 UTC (rev 167980)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Manolis Tzanidakis
+
+pkgname=perl-net-ssleay
+_cpanname=Net-SSLeay
+pkgver=1.49
+pkgrel=1
+pkgdesc=Perl 

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

2012-10-04 Thread Giovanni Scafora
Date: Thursday, October 4, 2012 @ 12:25:38
  Author: giovanni
Revision: 167981

upgpkg: live-media 2012.10.04-1

upstream update

Modified:
  live-media/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-04 16:11:02 UTC (rev 167980)
+++ PKGBUILD2012-10-04 16:25:38 UTC (rev 167981)
@@ -3,7 +3,7 @@
 # Contributor: Gilles CHAUVIN gcn...@gmail.com
 
 pkgname=live-media
-pkgver=2012.09.27
+pkgver=2012.10.04
 pkgrel=1
 pkgdesc=A set of C++ libraries for multimedia streaming
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 url=http://live555.com/liveMedia;
 depends=('gcc-libs')
 source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
-md5sums=('a587166b7830f1be4b829c2bf84ac195')
+md5sums=('6188132efc675f2f6b298b8f5fae6b2f')
 
 build() {
   cd ${srcdir}/live



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

2012-10-04 Thread Giovanni Scafora
Date: Thursday, October 4, 2012 @ 12:26:08
  Author: giovanni
Revision: 167982

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

Added:
  live-media/repos/extra-i686/PKGBUILD
(from rev 167981, live-media/trunk/PKGBUILD)
  live-media/repos/extra-x86_64/PKGBUILD
(from rev 167981, live-media/trunk/PKGBUILD)
Deleted:
  live-media/repos/extra-i686/PKGBUILD
  live-media/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   80 
 extra-x86_64/PKGBUILD |   80 
 2 files changed, 80 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-04 16:25:38 UTC (rev 167981)
+++ extra-i686/PKGBUILD 2012-10-04 16:26:08 UTC (rev 167982)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Gilles CHAUVIN gcn...@gmail.com
-
-pkgname=live-media
-pkgver=2012.09.27
-pkgrel=1
-pkgdesc=A set of C++ libraries for multimedia streaming
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://live555.com/liveMedia;
-depends=('gcc-libs')
-source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
-md5sums=('a587166b7830f1be4b829c2bf84ac195')
-
-build() {
-  cd ${srcdir}/live
-
-  sed \
-  -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1 -DSOCKLEN_T/g' \
-  -e 's/\(LIBRARY_LINK =\).*/\1 $(LD) -o/g' \
-  -e 's/\(LIBRARY_LINK_OPTS =\).*/\1 $(LINK_OPTS) -r -Bstatic/g' \
-  -i config.linux
-  ./genMakefiles linux
-  make
-}
-
-package() {
-  cd ${srcdir}/live
-
-  for dir in BasicUsageEnvironment groupsock liveMedia UsageEnvironment; do
-install -dm755 ${pkgdir}/usr/{bin,lib,include/${dir}}
-install -m644 ${dir}/*.a ${pkgdir}/usr/lib
-install -m644 ${dir}/include/*.h* ${pkgdir}/usr/include/${dir}
-  done
-
-  for testprog in `find testProgs -type f -perm 755`; do
-install ${testprog} ${pkgdir}/usr/bin
-  done
-}

Copied: live-media/repos/extra-i686/PKGBUILD (from rev 167981, 
live-media/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-04 16:26:08 UTC (rev 167982)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Gilles CHAUVIN gcn...@gmail.com
+
+pkgname=live-media
+pkgver=2012.10.04
+pkgrel=1
+pkgdesc=A set of C++ libraries for multimedia streaming
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://live555.com/liveMedia;
+depends=('gcc-libs')
+source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
+md5sums=('6188132efc675f2f6b298b8f5fae6b2f')
+
+build() {
+  cd ${srcdir}/live
+
+  sed \
+  -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1 -DSOCKLEN_T/g' \
+  -e 's/\(LIBRARY_LINK =\).*/\1 $(LD) -o/g' \
+  -e 's/\(LIBRARY_LINK_OPTS =\).*/\1 $(LINK_OPTS) -r -Bstatic/g' \
+  -i config.linux
+  ./genMakefiles linux
+  make
+}
+
+package() {
+  cd ${srcdir}/live
+
+  for dir in BasicUsageEnvironment groupsock liveMedia UsageEnvironment; do
+install -dm755 ${pkgdir}/usr/{bin,lib,include/${dir}}
+install -m644 ${dir}/*.a ${pkgdir}/usr/lib
+install -m644 ${dir}/include/*.h* ${pkgdir}/usr/include/${dir}
+  done
+
+  for testprog in `find testProgs -type f -perm 755`; do
+install ${testprog} ${pkgdir}/usr/bin
+  done
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-10-04 16:25:38 UTC (rev 167981)
+++ extra-x86_64/PKGBUILD   2012-10-04 16:26:08 UTC (rev 167982)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Gilles CHAUVIN gcn...@gmail.com
-
-pkgname=live-media
-pkgver=2012.09.27
-pkgrel=1
-pkgdesc=A set of C++ libraries for multimedia streaming
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://live555.com/liveMedia;
-depends=('gcc-libs')
-source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
-md5sums=('a587166b7830f1be4b829c2bf84ac195')
-
-build() {
-  cd ${srcdir}/live
-
-  sed \
-  -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1 -DSOCKLEN_T/g' \
-  -e 's/\(LIBRARY_LINK =\).*/\1 $(LD) -o/g' \
-  -e 's/\(LIBRARY_LINK_OPTS =\).*/\1 $(LINK_OPTS) -r -Bstatic/g' \
-  -i config.linux
-  ./genMakefiles linux
-  make
-}
-
-package() {
-  cd ${srcdir}/live
-
-  for dir in BasicUsageEnvironment groupsock liveMedia UsageEnvironment; do
-install -dm755 ${pkgdir}/usr/{bin,lib,include/${dir}}
-install -m644 ${dir}/*.a ${pkgdir}/usr/lib
-install -m644 ${dir}/include/*.h* ${pkgdir}/usr/include/${dir}
-  done
-
-  for testprog in `find testProgs -type f -perm 755`; do
-install 

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

2012-10-04 Thread andyrtr
Date: Thursday, October 4, 2012 @ 13:03:09
  Author: andyrtr
Revision: 167983

upgpkg: libreoffice-i18n 3.6.2-1

upstream update 3.6.2

Modified:
  libreoffice-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  336 ++---
 1 file changed, 168 insertions(+), 168 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-04 16:26:08 UTC (rev 167982)
+++ PKGBUILD2012-10-04 17:03:09 UTC (rev 167983)
@@ -110,8 +110,8 @@
  'libreoffice-zh-CN'
  'libreoffice-zh-TW'
  'libreoffice-zu')
-_rcver=3.6.1.2
-pkgver=3.6.1
+_rcver=3.6.2.2
+pkgver=3.6.2
 pkgrel=1
 
 _oodlver=${pkgver}
@@ -126,9 +126,9 @@
 # http://wiki.documentfoundation.org/Language_Teams
 
 #http://download.documentfoundation.org/mirrors/all.html
-#_url=http://dev-builds.libreoffice.org/pre-releases;
 _url=http://download.documentfoundation.org/libreoffice/stable;
 #_url=http://download.documentfoundation.org/libreoffice/testing;
+#_url=http://dev-builds.libreoffice.org/pre-releases;
 #_url=http://www.libreoffice.org/download/pre-releases;
 
 #_url+=/${pkgver}-rc2/rpm/x86
@@ -242,171 +242,171 @@
 ${_url}/LibO_${_oodlver}_Linux_x86_{langpack,helppack}-rpm_zh-CN.tar.gz
 ${_url}/LibO_${_oodlver}_Linux_x86_{langpack,helppack}-rpm_zh-TW.tar.gz
 ${_url}/LibO_${_oodlver}_Linux_x86_langpack-rpm_zu.tar.gz)
-md5sums=('fd34bf8a79196590ae2d1cf356d60d4e'
- '6cd86890d0c16945df162f4fd7107888'
- '87d649601bc0d196f5a3a136aac0f0f5'
- 'e3789663d37a4b6de4a5d96bec4386b1'
- '088d17a973d8038edc398d5cfe344d64'
- '818f87aeb3b9efcf41fcc80e02213776'
- '997d3c1adfe92d713b2243a4d492d933'
- 'ce8e31264145c369acd5de84e1b3db9e'
- '469b860eba7b3772d01fc618297ea31e'
- '6dd1d860e073b487445d2eaee9a7875b'
- '53f0dd9c90ba173f31e886ddb6c64424'
- 'cdd9f0d82aa22a31e8ea01f0b9347023'
- '8f9da67d6c2b6552c2cbccb4c53fe0a7'
- '31d07e0f3e4a65c9e3a22afa1892070f'
- '20e810d839d0343c3e32675e18030a4d'
- '94c3c45300a4a1162510d0ba56159e4e'
- 'f45dc684ba1b96f30955216067404617'
- 'ae4d2752697db86f926d1e21148337b6'
- '85e250710eb817db43ca1a5bda4c1448'
- 'de00e001582c5139d28addb6712d0a0c'
- '3eb507fe5807fddae4579e5d728aa586'
- '9e66e49e4145b310975072b04f634298'
- 'b14166d71a655279e85bb11de3b37ab7'
- 'd5e4bfd19ce5d9b085f20de5ef714936'
- 'ed83128a3007710424a38a11eb88b4d6'
- 'cd202c313381c573dff49e9c5fa4f1ee'
- '6d57ecc14b3d6a5e5406154f112f27c1'
- 'f69bba6c9bef99da7258c9ed269ec271'
- '0680339196cc8faaeb24677b1bca2f41'
- '46c07c9367f551dee053fdca66de4cfe'
- '23d92ae21c5e852a0eb57c0afb9cf4bd'
- '2c2c92e18d8f596fc2fbbf7eb0e3eba4'
- '0c6881d3b7159d43c6beea13607f308a'
- '9a5bcc9902bceabeb24a80febf98cf87'
- 'b7c1f8d219651f7b691ee8ad37a8a428'
- '450134a40c975adf884f1851abe9c86f'
- 'abfa42a8e62e4d2c932c15fb91ec2c04'
- '9330e0ad6505811a626f7d326c94cc44'
- 'f94956df5c781cac4f1bb72ff0a8781d'
- '6165ab54a94974fd29b4729cbcec34b3'
- 'c2df89c084c68df4c9ec1569626f68d7'
- 'f8b73bfeb140974c743e54d21c33b86a'
- '697e61cee2b3692b5f6d84e8639b4ca8'
- '3f40bc7b8ad6b817ed6f95a8b9f96b4c'
- 'e478f435d63b1753a3f8d2021e2fb3ef'
- '6b3a0e798aec74489ba933e1768c07d4'
- 'b50218452a64b180f00164f0a3570967'
- '733b953c6c78185afb39d44e8223b5b4'
- 'a99b0bbb39a423abfa9a951560ddf46c'
- '61150dea2c6a62e828466063b20d9c08'
- 'a8f844ae119dd0676c6db277258a1722'
- '9ff3b828f24fced256138df59ba22d5f'
- 'd6ee95b749f2de9976208946434a0352'
- '1c8d3882768777627abd81840809570c'
- '7bc14a829cb17d39598eafc7c5b40557'
- '696f3f43f7ccab6dcc9a7cf172ef2904'
- '979907faa6249c539d44721e4816ae55'
- '621d2a995e387244c7b49d850d780b33'
- '8bb0a9afba1076ec07bbf370a7c74c9f'
- '77cefaa5b185c09d43355add79cfd46b'
- '9855eca5f22e267d242034ed5620e615'
- '9548e79c5cfc96b007675a5670ddc500'
- '634a8e8954c5e6532f00953678827c38'
- '91f22cba13951109d77bec6bad2a6f00'
- 'd7a9580157660ad813a21590bc1f3907'
- 'c9866ce1c4ef948642ae9db5835141ae'
- '4c3cb57c0aeb2bbacc2b65fe2940f94e'
- '9ced9eec6e1adca47b9da37855020085'
- 'fdee6fcd927a5e104c8df002d5a2c16d'
- 'e4e7f271e32e4ebdd9f384ca84d2e8ca'
- '41b98b049b0a23cb8172c3921514a9d8'
- '7d4ac6a4ae24da379e7baef2745474b5'
- 'f2d34419512e70ebf803d9897b860a35'
- '620febddb386cc37fba506ad747ea670'
- '82d0743f274bf6a5318f6bf7a6f744ce'
- '1192500eabd11d0f4a3b4f12052017f0'
- '05dfdfebb7d971e067994a87ef37701e'
- '58fb02e14a8b624e2dee02822e37f0ad'
- '4bd45a5757b13df32a5337137e22'
- 

[arch-commits] Commit in libreoffice-i18n/repos/extra-any (PKGBUILD PKGBUILD)

2012-10-04 Thread andyrtr
Date: Thursday, October 4, 2012 @ 13:04:00
  Author: andyrtr
Revision: 167984

archrelease: copy trunk to extra-any

Added:
  libreoffice-i18n/repos/extra-any/PKGBUILD
(from rev 167983, libreoffice-i18n/trunk/PKGBUILD)
Deleted:
  libreoffice-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD | 3224 ++---
 1 file changed, 1612 insertions(+), 1612 deletions(-)

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


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

2012-10-04 Thread Tom Gundersen
Date: Thursday, October 4, 2012 @ 13:41:59
  Author: tomegun
Revision: 167985

upgpkg: ypserv 2.28-2

depend on yp-tools for domainname

fixes FS#31418

Modified:
  ypserv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-04 17:04:00 UTC (rev 167984)
+++ PKGBUILD2012-10-04 17:41:59 UTC (rev 167985)
@@ -6,12 +6,12 @@
 
 pkgname=ypserv
 pkgver=2.28
-pkgrel=1
+pkgrel=2
 pkgdesc='Linux NIS Server'
 arch=('i686' 'x86_64')
 url='http://www.linux-nis.org/nis/ypserv/'
 license=('GPL2')
-depends=('gdbm' 'openslp' 'inetutils')
+depends=('gdbm' 'openslp' 'inetutils' 'yp-tools')
 optdepends=('gawk: for printcap support')
 backup=('etc/ypserv.conf' 'etc/netgroup' 'var/yp/securenets')
 
source=(http://www.linux-nis.org/download/${pkgname}/${pkgname}-${pkgver}.tar.bz2;



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

2012-10-04 Thread Tom Gundersen
Date: Thursday, October 4, 2012 @ 13:42:55
  Author: tomegun
Revision: 167986

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

Added:
  ypserv/repos/testing-i686/
  ypserv/repos/testing-i686/PKGBUILD
(from rev 167985, ypserv/trunk/PKGBUILD)
  ypserv/repos/testing-i686/confpost.patch
(from rev 167985, ypserv/trunk/confpost.patch)
  ypserv/repos/testing-i686/yppasswd
(from rev 167985, ypserv/trunk/yppasswd)
  ypserv/repos/testing-i686/yppasswdd.service
(from rev 167985, ypserv/trunk/yppasswdd.service)
  ypserv/repos/testing-i686/ypserv
(from rev 167985, ypserv/trunk/ypserv)
  ypserv/repos/testing-i686/ypserv.service
(from rev 167985, ypserv/trunk/ypserv.service)
  ypserv/repos/testing-i686/ypxfrd.service
(from rev 167985, ypserv/trunk/ypxfrd.service)
  ypserv/repos/testing-x86_64/
  ypserv/repos/testing-x86_64/PKGBUILD
(from rev 167985, ypserv/trunk/PKGBUILD)
  ypserv/repos/testing-x86_64/confpost.patch
(from rev 167985, ypserv/trunk/confpost.patch)
  ypserv/repos/testing-x86_64/yppasswd
(from rev 167985, ypserv/trunk/yppasswd)
  ypserv/repos/testing-x86_64/yppasswdd.service
(from rev 167985, ypserv/trunk/yppasswdd.service)
  ypserv/repos/testing-x86_64/ypserv
(from rev 167985, ypserv/trunk/ypserv)
  ypserv/repos/testing-x86_64/ypserv.service
(from rev 167985, ypserv/trunk/ypserv.service)
  ypserv/repos/testing-x86_64/ypxfrd.service
(from rev 167985, ypserv/trunk/ypxfrd.service)

--+
 testing-i686/PKGBUILD|   54 +
 testing-i686/confpost.patch  |   14 +
 testing-i686/yppasswd|   34 +++
 testing-i686/yppasswdd.service   |   12 
 testing-i686/ypserv  |   34 +++
 testing-i686/ypserv.service  |   12 
 testing-i686/ypxfrd.service  |   12 
 testing-x86_64/PKGBUILD  |   54 +
 testing-x86_64/confpost.patch|   14 +
 testing-x86_64/yppasswd  |   34 +++
 testing-x86_64/yppasswdd.service |   12 
 testing-x86_64/ypserv|   34 +++
 testing-x86_64/ypserv.service|   12 
 testing-x86_64/ypxfrd.service|   12 
 14 files changed, 344 insertions(+)

Copied: ypserv/repos/testing-i686/PKGBUILD (from rev 167985, 
ypserv/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-10-04 17:42:55 UTC (rev 167986)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Gaetan Bisson bis...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=ypserv
+pkgver=2.28
+pkgrel=2
+pkgdesc='Linux NIS Server'
+arch=('i686' 'x86_64')
+url='http://www.linux-nis.org/nis/ypserv/'
+license=('GPL2')
+depends=('gdbm' 'openslp' 'inetutils' 'yp-tools')
+optdepends=('gawk: for printcap support')
+backup=('etc/ypserv.conf' 'etc/netgroup' 'var/yp/securenets')
+source=(http://www.linux-nis.org/download/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
+   'confpost.patch'
+'ypxfrd.service'
+'yppasswdd.service'
+   'ypserv.service'
+'yppasswd'
+'ypserv')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   patch -p1 -i ../confpost.patch
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+
+   install -D -m644 etc/netgroup ${pkgdir}/etc/netgroup
+   install -D -m644 etc/ypserv.conf ${pkgdir}/etc/ypserv.conf
+   install -D -m644 etc/securenets ${pkgdir}/var/yp/securenets
+   install -D -m755 ../ypserv ${pkgdir}/etc/rc.d/ypserv
+   install -D -m755 ../yppasswd ${pkgdir}/etc/rc.d/yppasswd
+   install -D -m644 ../ypxfrd.service 
${pkgdir}/usr/lib/systemd/system/ypxfrd.service
+   install -D -m644 ../ypserv.service 
${pkgdir}/usr/lib/systemd/system/ypserv.service
+   install -D -m644 ../yppasswdd.service 
${pkgdir}/usr/lib/systemd/system/yppasswdd.service
+
+   # Provide native service for arch-daemons generator
+   ln -s yppasswdd.service 
$pkgdir/usr/lib/systemd/system/yppasswd.service
+}
+md5sums=('ed64f489bab494218fc5c5942b95d5b6'
+ '8acb314f30d6e531ac9efa8655f68ccb'
+ 'c80e253756446d59a90c4c21b1cb8740'
+ '7cba3dd3544436c3c1f05e36c0018e92'
+ '3398271c3e0a054e64b06b99aa2dc63d'
+ '4bc84c48ed1bb9659698853acb5cfd76'
+ 'c40befe5932f1b42efaced6b46809303')

Copied: ypserv/repos/testing-i686/confpost.patch (from rev 167985, 
ypserv/trunk/confpost.patch)
===
--- testing-i686/confpost.patch (rev 0)
+++ testing-i686/confpost.patch 2012-10-04 17:42:55 UTC (rev 

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

2012-10-04 Thread Pierre Schmitz
Date: Thursday, October 4, 2012 @ 15:20:20
  Author: pierre
Revision: 167987

upgpkg: devtools 20121004-1

Modified:
  devtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-04 17:42:55 UTC (rev 167986)
+++ PKGBUILD2012-10-04 19:20:20 UTC (rev 167987)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=devtools
-pkgver=20121003
+pkgver=20121004
 pkgrel=1
 pkgdesc='Tools for Arch Linux package maintainers'
 arch=('any')
@@ -11,8 +11,8 @@
 depends=('namcap' 'openssh' 'subversion' 'rsync' 'arch-install-scripts')
 source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 
ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;)
-md5sums=('7a20ec4fe7239a693c2d3430dee99344'
- '0b20722bbeba43d9e907b61b02359c51')
+md5sums=('335b1f2153fbce659ab1dcd0af9fa7d7'
+ 'f95e4e3ebd7d78889cb717428e90127d')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in devtools/repos/testing-any (PKGBUILD PKGBUILD)

2012-10-04 Thread Pierre Schmitz
Date: Thursday, October 4, 2012 @ 15:20:40
  Author: pierre
Revision: 167988

archrelease: copy trunk to testing-any

Added:
  devtools/repos/testing-any/PKGBUILD
(from rev 167987, devtools/trunk/PKGBUILD)
Deleted:
  devtools/repos/testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2012-10-04 19:20:20 UTC (rev 167987)
+++ PKGBUILD2012-10-04 19:20:40 UTC (rev 167988)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-
-pkgname=devtools
-pkgver=20121003
-pkgrel=1
-pkgdesc='Tools for Arch Linux package maintainers'
-arch=('any')
-license=('GPL')
-url='http://projects.archlinux.org/devtools.git/'
-depends=('namcap' 'openssh' 'subversion' 'rsync' 'arch-install-scripts')
-source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-
ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;)
-md5sums=('7a20ec4fe7239a693c2d3430dee99344'
- '0b20722bbeba43d9e907b61b02359c51')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make PREFIX=/usr
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make PREFIX=/usr DESTDIR=${pkgdir} install
-}

Copied: devtools/repos/testing-any/PKGBUILD (from rev 167987, 
devtools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-10-04 19:20:40 UTC (rev 167988)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=devtools
+pkgver=20121004
+pkgrel=1
+pkgdesc='Tools for Arch Linux package maintainers'
+arch=('any')
+license=('GPL')
+url='http://projects.archlinux.org/devtools.git/'
+depends=('namcap' 'openssh' 'subversion' 'rsync' 'arch-install-scripts')
+source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+
ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;)
+md5sums=('335b1f2153fbce659ab1dcd0af9fa7d7'
+ 'f95e4e3ebd7d78889cb717428e90127d')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make PREFIX=/usr
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make PREFIX=/usr DESTDIR=${pkgdir} install
+}



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

2012-10-04 Thread Andrea Scarpino
Date: Thursday, October 4, 2012 @ 15:21:30
  Author: andrea
Revision: 167989

upgpkg: oxygen-gtk2 1.3.1-1

Upstream release

Modified:
  oxygen-gtk2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-04 19:20:40 UTC (rev 167988)
+++ PKGBUILD2012-10-04 19:21:30 UTC (rev 167989)
@@ -3,21 +3,20 @@
 # Contributor: birdflesh antkoul at gmail dot com
 
 pkgname=oxygen-gtk2
-pkgver=1.3.0
+pkgver=1.3.1
 pkgrel=1
 pkgdesc=Port of the default KDE widget theme (Oxygen) to GTK2
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/playground/artwork/oxygen-gtk/'
 license=('LGPL')
-depends=('gtk2' 'dbus-glib')
+depends=('gtk2')
 conflicts=('oxygen-gtk')
 replaces=('oxygen-gtk')
 makedepends=('cmake')
 
source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('9c9d996904db3f4897772788f3bf1599')
+md5sums=('269283e34c5ae547a062da29cab58aa9')
 
 build() {
-  cd ${srcdir}
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
@@ -27,6 +26,6 @@
 }
 
 package() {
-  cd ${srcdir}/build
+  cd build
   make DESTDIR=${pkgdir} install
 }



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

2012-10-04 Thread Andrea Scarpino
Date: Thursday, October 4, 2012 @ 15:22:04
  Author: andrea
Revision: 167990

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

Added:
  oxygen-gtk2/repos/extra-i686/PKGBUILD
(from rev 167989, oxygen-gtk2/trunk/PKGBUILD)
  oxygen-gtk2/repos/extra-x86_64/PKGBUILD
(from rev 167989, oxygen-gtk2/trunk/PKGBUILD)
Deleted:
  oxygen-gtk2/repos/extra-i686/PKGBUILD
  oxygen-gtk2/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-04 19:21:30 UTC (rev 167989)
+++ extra-i686/PKGBUILD 2012-10-04 19:22:04 UTC (rev 167990)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: birdflesh antkoul at gmail dot com
-
-pkgname=oxygen-gtk2
-pkgver=1.3.0
-pkgrel=1
-pkgdesc=Port of the default KDE widget theme (Oxygen) to GTK2
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/playground/artwork/oxygen-gtk/'
-license=('LGPL')
-depends=('gtk2' 'dbus-glib')
-conflicts=('oxygen-gtk')
-replaces=('oxygen-gtk')
-makedepends=('cmake')
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('9c9d996904db3f4897772788f3bf1599')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: oxygen-gtk2/repos/extra-i686/PKGBUILD (from rev 167989, 
oxygen-gtk2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-04 19:22:04 UTC (rev 167990)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: birdflesh antkoul at gmail dot com
+
+pkgname=oxygen-gtk2
+pkgver=1.3.1
+pkgrel=1
+pkgdesc=Port of the default KDE widget theme (Oxygen) to GTK2
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/playground/artwork/oxygen-gtk/'
+license=('LGPL')
+depends=('gtk2')
+conflicts=('oxygen-gtk')
+replaces=('oxygen-gtk')
+makedepends=('cmake')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('269283e34c5ae547a062da29cab58aa9')
+
+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   2012-10-04 19:21:30 UTC (rev 167989)
+++ extra-x86_64/PKGBUILD   2012-10-04 19:22:04 UTC (rev 167990)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: birdflesh antkoul at gmail dot com
-
-pkgname=oxygen-gtk2
-pkgver=1.3.0
-pkgrel=1
-pkgdesc=Port of the default KDE widget theme (Oxygen) to GTK2
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/playground/artwork/oxygen-gtk/'
-license=('LGPL')
-depends=('gtk2' 'dbus-glib')
-conflicts=('oxygen-gtk')
-replaces=('oxygen-gtk')
-makedepends=('cmake')
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('9c9d996904db3f4897772788f3bf1599')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: oxygen-gtk2/repos/extra-x86_64/PKGBUILD (from rev 167989, 
oxygen-gtk2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-10-04 19:22:04 UTC (rev 167990)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: birdflesh antkoul at gmail dot com
+
+pkgname=oxygen-gtk2
+pkgver=1.3.1
+pkgrel=1
+pkgdesc=Port of the default KDE widget theme (Oxygen) to GTK2
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/playground/artwork/oxygen-gtk/'
+license=('LGPL')
+depends=('gtk2')
+conflicts=('oxygen-gtk')
+replaces=('oxygen-gtk')
+makedepends=('cmake')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('269283e34c5ae547a062da29cab58aa9')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2012-10-04 Thread Andrea Scarpino
Date: Thursday, October 4, 2012 @ 15:24:08
  Author: andrea
Revision: 167991

upgpkg: oxygen-gtk3 1.1.1-1

Upstream release

Modified:
  oxygen-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-04 19:22:04 UTC (rev 167990)
+++ PKGBUILD2012-10-04 19:24:08 UTC (rev 167991)
@@ -2,19 +2,18 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=oxygen-gtk3
-pkgver=1.1.0
+pkgver=1.1.1
 pkgrel=1
 pkgdesc=Port of the default KDE widget theme (Oxygen) to GTK3
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/playground/artwork/oxygen-gtk/'
 license=('LGPL')
-depends=('gtk3' 'dbus-glib')
+depends=('gtk3')
 makedepends=('cmake')
 
source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('d5c5b5debd3974ea4ea1cc1a7fbe56b9')
+md5sums=('284139caf8a95a94bac1d82900745b4f')
 
 build() {
-  cd ${srcdir}
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
@@ -24,6 +23,6 @@
 }
 
 package() {
-  cd ${srcdir}/build
+  cd build
   make DESTDIR=${pkgdir} install
 }



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

2012-10-04 Thread Andrea Scarpino
Date: Thursday, October 4, 2012 @ 15:24:43
  Author: andrea
Revision: 167992

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

Added:
  oxygen-gtk3/repos/extra-i686/PKGBUILD
(from rev 167991, oxygen-gtk3/trunk/PKGBUILD)
  oxygen-gtk3/repos/extra-x86_64/PKGBUILD
(from rev 167991, oxygen-gtk3/trunk/PKGBUILD)
Deleted:
  oxygen-gtk3/repos/extra-i686/PKGBUILD
  oxygen-gtk3/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   57 +++-
 extra-x86_64/PKGBUILD |   57 +++-
 2 files changed, 56 insertions(+), 58 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-04 19:24:08 UTC (rev 167991)
+++ extra-i686/PKGBUILD 2012-10-04 19:24:43 UTC (rev 167992)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=oxygen-gtk3
-pkgver=1.1.0
-pkgrel=1
-pkgdesc=Port of the default KDE widget theme (Oxygen) to GTK3
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/playground/artwork/oxygen-gtk/'
-license=('LGPL')
-depends=('gtk3' 'dbus-glib')
-makedepends=('cmake')
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('d5c5b5debd3974ea4ea1cc1a7fbe56b9')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: oxygen-gtk3/repos/extra-i686/PKGBUILD (from rev 167991, 
oxygen-gtk3/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-04 19:24:43 UTC (rev 167992)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=oxygen-gtk3
+pkgver=1.1.1
+pkgrel=1
+pkgdesc=Port of the default KDE widget theme (Oxygen) to GTK3
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/playground/artwork/oxygen-gtk/'
+license=('LGPL')
+depends=('gtk3')
+makedepends=('cmake')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('284139caf8a95a94bac1d82900745b4f')
+
+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   2012-10-04 19:24:08 UTC (rev 167991)
+++ extra-x86_64/PKGBUILD   2012-10-04 19:24:43 UTC (rev 167992)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=oxygen-gtk3
-pkgver=1.1.0
-pkgrel=1
-pkgdesc=Port of the default KDE widget theme (Oxygen) to GTK3
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/playground/artwork/oxygen-gtk/'
-license=('LGPL')
-depends=('gtk3' 'dbus-glib')
-makedepends=('cmake')
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('d5c5b5debd3974ea4ea1cc1a7fbe56b9')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: oxygen-gtk3/repos/extra-x86_64/PKGBUILD (from rev 167991, 
oxygen-gtk3/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-10-04 19:24:43 UTC (rev 167992)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=oxygen-gtk3
+pkgver=1.1.1
+pkgrel=1
+pkgdesc=Port of the default KDE widget theme (Oxygen) to GTK3
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/playground/artwork/oxygen-gtk/'
+license=('LGPL')
+depends=('gtk3')
+makedepends=('cmake')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('284139caf8a95a94bac1d82900745b4f')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2012-10-04 Thread Eric Bélanger
Date: Thursday, October 4, 2012 @ 16:53:21
  Author: eric
Revision: 167993

upgpkg: python-feedparser 5.1.2-2

Rebuild against python 3.3, PKGBUILD reorganization

Modified:
  python-feedparser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-04 19:24:43 UTC (rev 167992)
+++ PKGBUILD2012-10-04 20:53:21 UTC (rev 167993)
@@ -1,12 +1,10 @@
 # $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: Simo Leone neot...@gmail.com
+# Maintainer: Eric Bélanger e...@archlinux.org
 
-# Note: python2 version must be built first as packaging python3 version 
destroys the source
+pkgbase=python-feedparser
 pkgname=('python2-feedparser' 'python-feedparser' 'python-sgmllib')
-pkgbase=python-feedparser
 pkgver=5.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc=Parse RSS and Atom feeds in Python
 arch=('any')
 url=http://code.google.com/p/feedparser/;
@@ -16,36 +14,39 @@
 md5sums=('9f88692c7c1af1d47839eb2025984975')
 
 build() {
-  cd ${srcdir}/feedparser-$pkgver
-  
-  # files get installed with (incorrect) permissions in the tarball...
-  chmod 644 feedparser/feedparser.egg-info/*
+  cd ${srcdir}
+  chmod 644  feedparser-${pkgver}/feedparser/feedparser.egg-info/*
+  cp -r feedparser-${pkgver} feedparser-${pkgver}-python2
+  cp -r feedparser-${pkgver} feedparser-${pkgver}-python
+  cp -r feedparser-${pkgver} feedparser-${pkgver}-sgmllib
+
+  cd feedparser-${pkgver}-python2
+  sed -i 's#env python$#env python2#' feedparser/feedparser.py
+  cd ..
+
+  cd feedparser-${pkgver}-python
+  2to3 -w feedparser/feedparser.py feedparser/feedparsertest.py
+  cd ..
+
+  cd feedparser-${pkgver}-sgmllib
+  python /usr/lib/python3.3/compileall.py feedparser/sgmllib3.py
 }
 
 package_python2-feedparser() {
   depends=('python2' 'libxml2' )
   pkgdesc=Parse RSS and Atom feeds in Python2
 
-  cd ${srcdir}/feedparser-$pkgver
-  python2 setup.py install --root=${pkgdir}
-  
-  sed -i 's#env python$#env python2#' \
-$pkgdir/usr/lib/python2.7/site-packages/feedparser.py
-  
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/license
+  cd ${srcdir}/feedparser-${pkgver}-python2
+  python2 setup.py install --root=${pkgdir}
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/license
 }
 
 package_python-feedparser() {
   depends=('libxml2' 'python-sgmllib')
   
-  cd ${srcdir}/feedparser-$pkgver
-  
-  # this _should_ happen automatically...
-  2to3 -w feedparser/feedparser.py feedparser/feedparsertest.py
-  
-  PYTHONPATH=feedparser python setup.py install --root=${pkgdir}  
-  
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/license
+  cd ${srcdir}/feedparser-${pkgver}-python
+  python setup.py install --root=${pkgdir}
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/license
 }
 
 package_python-sgmllib() {
@@ -53,10 +54,9 @@
   pkgdesc=Port of sgmllib to python-3
   license=('PSF')
   
-  cd ${srcdir}/feedparser-$pkgver
+  cd ${srcdir}/feedparser-${pkgver}-sgmllib
   install -Dm644 feedparser/sgmllib3.py \
-${pkgdir}/usr/lib/python3.2/site-packages/sgmllib.py
-  
-  python /usr/lib/python3.2/compileall.py \
-${pkgdir}/usr/lib/python3.2/site-packages/
+${pkgdir}/usr/lib/python3.3/site-packages/sgmllib.py
+  install -Dm644 feedparser/__pycache__/sgmllib3.cpython-33.pyc \
+
${pkgdir}/usr/lib/python3.3/site-packages/__pycache__/sgmllib.cpython-33.pyc
 }



[arch-commits] Commit in python-feedparser/repos (staging-any staging-any/PKGBUILD)

2012-10-04 Thread Eric Bélanger
Date: Thursday, October 4, 2012 @ 16:53:42
  Author: eric
Revision: 167994

archrelease: copy trunk to staging-any

Added:
  python-feedparser/repos/staging-any/
  python-feedparser/repos/staging-any/PKGBUILD
(from rev 167993, python-feedparser/trunk/PKGBUILD)

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

Copied: python-feedparser/repos/staging-any/PKGBUILD (from rev 167993, 
python-feedparser/trunk/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2012-10-04 20:53:42 UTC (rev 167994)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgbase=python-feedparser
+pkgname=('python2-feedparser' 'python-feedparser' 'python-sgmllib')
+pkgver=5.1.2
+pkgrel=2
+pkgdesc=Parse RSS and Atom feeds in Python
+arch=('any')
+url=http://code.google.com/p/feedparser/;
+license=('custom')
+makedepends=('python' 'python2' 'libxml2' 'python2-distribute' 
'python-distribute')
+source=(http://feedparser.googlecode.com/files/feedparser-${pkgver}.tar.bz2)
+md5sums=('9f88692c7c1af1d47839eb2025984975')
+
+build() {
+  cd ${srcdir}
+  chmod 644  feedparser-${pkgver}/feedparser/feedparser.egg-info/*
+  cp -r feedparser-${pkgver} feedparser-${pkgver}-python2
+  cp -r feedparser-${pkgver} feedparser-${pkgver}-python
+  cp -r feedparser-${pkgver} feedparser-${pkgver}-sgmllib
+
+  cd feedparser-${pkgver}-python2
+  sed -i 's#env python$#env python2#' feedparser/feedparser.py
+  cd ..
+
+  cd feedparser-${pkgver}-python
+  2to3 -w feedparser/feedparser.py feedparser/feedparsertest.py
+  cd ..
+
+  cd feedparser-${pkgver}-sgmllib
+  python /usr/lib/python3.3/compileall.py feedparser/sgmllib3.py
+}
+
+package_python2-feedparser() {
+  depends=('python2' 'libxml2' )
+  pkgdesc=Parse RSS and Atom feeds in Python2
+
+  cd ${srcdir}/feedparser-${pkgver}-python2
+  python2 setup.py install --root=${pkgdir}
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/license
+}
+
+package_python-feedparser() {
+  depends=('libxml2' 'python-sgmllib')
+  
+  cd ${srcdir}/feedparser-${pkgver}-python
+  python setup.py install --root=${pkgdir}
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/license
+}
+
+package_python-sgmllib() {
+  depends=('python')
+  pkgdesc=Port of sgmllib to python-3
+  license=('PSF')
+  
+  cd ${srcdir}/feedparser-${pkgver}-sgmllib
+  install -Dm644 feedparser/sgmllib3.py \
+${pkgdir}/usr/lib/python3.3/site-packages/sgmllib.py
+  install -Dm644 feedparser/__pycache__/sgmllib3.cpython-33.pyc \
+
${pkgdir}/usr/lib/python3.3/site-packages/__pycache__/sgmllib.cpython-33.pyc
+}



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

2012-10-04 Thread Jan Steffens
Date: Thursday, October 4, 2012 @ 19:07:22
  Author: heftig
Revision: 167995

0.2.2

Modified:
  grilo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-04 20:53:42 UTC (rev 167994)
+++ PKGBUILD2012-10-04 23:07:22 UTC (rev 167995)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=grilo
-pkgver=0.2.1
+pkgver=0.2.2
 pkgrel=1
 pkgdesc=Framework that provides access to various sources of multimedia 
content
 url=http://www.gnome.org;
@@ -13,7 +13,7 @@
 optdepends=('grilo-plugins: Plugins for grilo')
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('eb225fb88389e018858869eb5da5aee9d72bdb2306979e8f3defb5fc898af676')
+sha256sums=('e98d86e9c26dc444f43782e68f44a90da47f69da8a4ac313da9a3795fb72271f')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2012-10-04 Thread Jan Steffens
Date: Thursday, October 4, 2012 @ 19:13:11
  Author: heftig
Revision: 167996

0.2.2

Modified:
  grilo-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-04 23:07:22 UTC (rev 167995)
+++ PKGBUILD2012-10-04 23:13:11 UTC (rev 167996)
@@ -2,14 +2,15 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=grilo-plugins
-pkgver=0.2.1
-pkgrel=2
+pkgver=0.2.2
+pkgrel=1
 pkgdesc=Plugins for Grilo
 url=http://www.gnome.org;
 arch=('i686' 'x86_64')
 license=('LGPL')
 depends=('grilo' 'sqlite' 'libgcrypt')
-makedepends=(gupnp-av libgdata libquvi gmime rest libtracker-sparql 
totem-plparser libdmapsharing)
+makedepends=(gupnp-av libgdata libquvi gmime rest libtracker-sparql 
totem-plparser libdmapsharing
+ json-glib)
 optdepends=('gupnp-av: uPnP plugin'
 'libgdata: Youtube plugin'
 'libquvi: Youtube plugin'
@@ -18,10 +19,11 @@
 'rest: Blip.tv plugin'
 'libtracker-sparql: Tracker plugin'
 'totem-plparser: Optical media plugin'
-'libdmapsharing: DMAP sharing plugin')
+'libdmapsharing: DMAP sharing plugin'
+'json-glib: TMDb plugin')
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('d437e146bfdf7f2f4b6306131676f564f5ad02f904089e43b1b8a1f1fe99f895')
+sha256sums=('54e65b734917df74ba5e53d92a3b2e69edd669625820fd0353c22e9b0f61e90d')
 
 build() {
   cd $pkgname-$pkgver



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

2012-10-04 Thread Jan Steffens
Date: Thursday, October 4, 2012 @ 19:14:47
  Author: heftig
Revision: 167997

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  grilo/repos/gnome-unstable-i686/PKGBUILD
(from rev 167996, grilo/trunk/PKGBUILD)
  grilo/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 167996, grilo/trunk/PKGBUILD)
Deleted:
  grilo/repos/gnome-unstable-i686/PKGBUILD
  grilo/repos/gnome-unstable-x86_64/PKGBUILD

+
 gnome-unstable-i686/PKGBUILD   |   54 +++
 gnome-unstable-x86_64/PKGBUILD |   54 +++
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2012-10-04 23:13:11 UTC (rev 167996)
+++ gnome-unstable-i686/PKGBUILD2012-10-04 23:14:47 UTC (rev 167997)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=grilo
-pkgver=0.2.1
-pkgrel=1
-pkgdesc=Framework that provides access to various sources of multimedia 
content
-url=http://www.gnome.org;
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('gtk3' 'libxml2' 'libsoup')
-makedepends=('gobject-introspection' 'gtk-doc' 'vala')
-optdepends=('grilo-plugins: Plugins for grilo')
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('eb225fb88389e018858869eb5da5aee9d72bdb2306979e8f3defb5fc898af676')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static --disable-debug
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: grilo/repos/gnome-unstable-i686/PKGBUILD (from rev 167996, 
grilo/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-10-04 23:14:47 UTC (rev 167997)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=grilo
+pkgver=0.2.2
+pkgrel=1
+pkgdesc=Framework that provides access to various sources of multimedia 
content
+url=http://www.gnome.org;
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk3' 'libxml2' 'libsoup')
+makedepends=('gobject-introspection' 'gtk-doc' 'vala')
+optdepends=('grilo-plugins: Plugins for grilo')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('e98d86e9c26dc444f43782e68f44a90da47f69da8a4ac313da9a3795fb72271f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static --disable-debug
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2012-10-04 23:13:11 UTC (rev 167996)
+++ gnome-unstable-x86_64/PKGBUILD  2012-10-04 23:14:47 UTC (rev 167997)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=grilo
-pkgver=0.2.1
-pkgrel=1
-pkgdesc=Framework that provides access to various sources of multimedia 
content
-url=http://www.gnome.org;
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('gtk3' 'libxml2' 'libsoup')
-makedepends=('gobject-introspection' 'gtk-doc' 'vala')
-optdepends=('grilo-plugins: Plugins for grilo')
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('eb225fb88389e018858869eb5da5aee9d72bdb2306979e8f3defb5fc898af676')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static --disable-debug
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: grilo/repos/gnome-unstable-x86_64/PKGBUILD (from rev 167996, 
grilo/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-10-04 23:14:47 UTC (rev 167997)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=grilo
+pkgver=0.2.2
+pkgrel=1
+pkgdesc=Framework that provides access to various sources of multimedia 
content
+url=http://www.gnome.org;
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk3' 'libxml2' 'libsoup')
+makedepends=('gobject-introspection' 'gtk-doc' 'vala')
+optdepends=('grilo-plugins: Plugins for grilo')
+options=('!libtool' '!emptydirs')

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

2012-10-04 Thread Jan Steffens
Date: Thursday, October 4, 2012 @ 19:16:55
  Author: heftig
Revision: 167998

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  grilo-plugins/repos/gnome-unstable-i686/PKGBUILD
(from rev 167997, grilo-plugins/trunk/PKGBUILD)
  grilo-plugins/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 167997, grilo-plugins/trunk/PKGBUILD)
Deleted:
  grilo-plugins/repos/gnome-unstable-i686/PKGBUILD
  grilo-plugins/repos/gnome-unstable-x86_64/PKGBUILD

+
 gnome-unstable-i686/PKGBUILD   |   76 ---
 gnome-unstable-x86_64/PKGBUILD |   76 ---
 2 files changed, 78 insertions(+), 74 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2012-10-04 23:14:47 UTC (rev 167997)
+++ gnome-unstable-i686/PKGBUILD2012-10-04 23:16:55 UTC (rev 167998)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=grilo-plugins
-pkgver=0.2.1
-pkgrel=2
-pkgdesc=Plugins for Grilo
-url=http://www.gnome.org;
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('grilo' 'sqlite' 'libgcrypt')
-makedepends=(gupnp-av libgdata libquvi gmime rest libtracker-sparql 
totem-plparser libdmapsharing)
-optdepends=('gupnp-av: uPnP plugin'
-'libgdata: Youtube plugin'
-'libquvi: Youtube plugin'
-'sqlite: Podcasts plugin'
-'gmime: Podcasts plugin'
-'rest: Blip.tv plugin'
-'libtracker-sparql: Tracker plugin'
-'totem-plparser: Optical media plugin'
-'libdmapsharing: DMAP sharing plugin')
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('d437e146bfdf7f2f4b6306131676f564f5ad02f904089e43b1b8a1f1fe99f895')
-
-build() {
-  cd $pkgname-$pkgver
-  
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static \
---enable-shoutcast
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: grilo-plugins/repos/gnome-unstable-i686/PKGBUILD (from rev 167997, 
grilo-plugins/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-10-04 23:16:55 UTC (rev 167998)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=grilo-plugins
+pkgver=0.2.2
+pkgrel=1
+pkgdesc=Plugins for Grilo
+url=http://www.gnome.org;
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('grilo' 'sqlite' 'libgcrypt')
+makedepends=(gupnp-av libgdata libquvi gmime rest libtracker-sparql 
totem-plparser libdmapsharing
+ json-glib)
+optdepends=('gupnp-av: uPnP plugin'
+'libgdata: Youtube plugin'
+'libquvi: Youtube plugin'
+'sqlite: Podcasts plugin'
+'gmime: Podcasts plugin'
+'rest: Blip.tv plugin'
+'libtracker-sparql: Tracker plugin'
+'totem-plparser: Optical media plugin'
+'libdmapsharing: DMAP sharing plugin'
+'json-glib: TMDb plugin')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('54e65b734917df74ba5e53d92a3b2e69edd669625820fd0353c22e9b0f61e90d')
+
+build() {
+  cd $pkgname-$pkgver
+  
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static \
+--enable-shoutcast
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2012-10-04 23:14:47 UTC (rev 167997)
+++ gnome-unstable-x86_64/PKGBUILD  2012-10-04 23:16:55 UTC (rev 167998)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=grilo-plugins
-pkgver=0.2.1
-pkgrel=2
-pkgdesc=Plugins for Grilo
-url=http://www.gnome.org;
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('grilo' 'sqlite' 'libgcrypt')
-makedepends=(gupnp-av libgdata libquvi gmime rest libtracker-sparql 
totem-plparser libdmapsharing)
-optdepends=('gupnp-av: uPnP plugin'
-'libgdata: Youtube plugin'
-'libquvi: Youtube plugin'
-'sqlite: Podcasts plugin'
-'gmime: Podcasts plugin'
-'rest: Blip.tv plugin'
-'libtracker-sparql: Tracker plugin'
-'totem-plparser: Optical media plugin'
-'libdmapsharing: DMAP sharing plugin')
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)

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

2012-10-04 Thread Eric Bélanger
Date: Thursday, October 4, 2012 @ 19:40:15
  Author: eric
Revision: 167999

upgpkg: liferea 1.8.9-1

Upstream update

Modified:
  liferea/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-04 23:16:55 UTC (rev 167998)
+++ PKGBUILD2012-10-04 23:40:15 UTC (rev 167999)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=liferea
-pkgver=1.8.8
+pkgver=1.8.9
 pkgrel=1
 pkgdesc=A desktop news aggregator for online news feeds and weblogs
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 options=('!libtool' '!emptydirs')
 install=liferea.install
 
source=(http://downloads.sourceforge.net/sourceforge/liferea/liferea-${pkgver}.tar.gz)
-sha1sums=('9dfbf5ff8bd91060bdea93d74c37a8a828a2edfe')
+sha1sums=('35452b46d987ba37d5a81ea3e4c0f7199c9c0403')
 
 build() {
   cd ${srcdir}/liferea-${pkgver}



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

2012-10-04 Thread Eric Bélanger
Date: Thursday, October 4, 2012 @ 19:40:42
  Author: eric
Revision: 168000

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

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

--+
 extra-i686/PKGBUILD  |   62 -
 extra-i686/liferea.install   |   44 ++---
 extra-x86_64/PKGBUILD|   62 -
 extra-x86_64/liferea.install |   44 ++---
 4 files changed, 106 insertions(+), 106 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-04 23:40:15 UTC (rev 167999)
+++ extra-i686/PKGBUILD 2012-10-04 23:40:42 UTC (rev 168000)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=liferea
-pkgver=1.8.8
-pkgrel=1
-pkgdesc=A desktop news aggregator for online news feeds and weblogs
-arch=('i686' 'x86_64')
-url=http://liferea.sourceforge.net/;
-license=('GPL')
-depends=('gconf' 'libwebkit' 'libnotify' 'libunique' 'json-glib' 
'hicolor-icon-theme')
-makedepends=('intltool')
-options=('!libtool' '!emptydirs')
-install=liferea.install
-source=(http://downloads.sourceforge.net/sourceforge/liferea/liferea-${pkgver}.tar.gz)
-sha1sums=('9dfbf5ff8bd91060bdea93d74c37a8a828a2edfe')
-
-build() {
-  cd ${srcdir}/liferea-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-schemas-install
-  make
-}
-
-package() {
-  cd ${srcdir}/liferea-${pkgver}
-  make DESTDIR=${pkgdir} install
-  
-  install -d ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
-}

Copied: liferea/repos/extra-i686/PKGBUILD (from rev 167999, 
liferea/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-04 23:40:42 UTC (rev 168000)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=liferea
+pkgver=1.8.9
+pkgrel=1
+pkgdesc=A desktop news aggregator for online news feeds and weblogs
+arch=('i686' 'x86_64')
+url=http://liferea.sourceforge.net/;
+license=('GPL')
+depends=('gconf' 'libwebkit' 'libnotify' 'libunique' 'json-glib' 
'hicolor-icon-theme')
+makedepends=('intltool')
+options=('!libtool' '!emptydirs')
+install=liferea.install
+source=(http://downloads.sourceforge.net/sourceforge/liferea/liferea-${pkgver}.tar.gz)
+sha1sums=('35452b46d987ba37d5a81ea3e4c0f7199c9c0403')
+
+build() {
+  cd ${srcdir}/liferea-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-schemas-install
+  make
+}
+
+package() {
+  cd ${srcdir}/liferea-${pkgver}
+  make DESTDIR=${pkgdir} install
+  
+  install -d ${pkgdir}/usr/share/gconf/schemas
+  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
${pkgdir}/etc/gconf/schemas/*.schemas
+  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+}

Deleted: extra-i686/liferea.install
===
--- extra-i686/liferea.install  2012-10-04 23:40:15 UTC (rev 167999)
+++ extra-i686/liferea.install  2012-10-04 23:40:42 UTC (rev 168000)
@@ -1,22 +0,0 @@
-pkgname=liferea
-
-post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}

Copied: liferea/repos/extra-i686/liferea.install (from rev 167999, 
liferea/trunk/liferea.install)
===
--- extra-i686/liferea.install  (rev 0)
+++ extra-i686/liferea.install  2012-10-04 23:40:42 UTC (rev 168000)
@@ -0,0 +1,22 @@
+pkgname=liferea
+
+post_install() {
+  usr/sbin/gconfpkg --install ${pkgname}
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  usr/sbin/gconfpkg --uninstall ${pkgname}
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}

Deleted: extra-x86_64/PKGBUILD

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

2012-10-04 Thread Dave Reisner
Date: Thursday, October 4, 2012 @ 22:07:02
  Author: dreisner
Revision: 168001

upgpkg: arch-install-scripts 8-1

Modified:
  arch-install-scripts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-04 23:40:42 UTC (rev 168000)
+++ PKGBUILD2012-10-05 02:07:02 UTC (rev 168001)
@@ -2,7 +2,7 @@
 # Maintainer: Dave Reisner dreis...@archlinux.org
 
 pkgname=arch-install-scripts
-pkgver=7
+pkgver=8
 pkgrel=1
 pkgdesc=Scripts to aid in installing Arch Linux
 arch=('any')
@@ -10,8 +10,8 @@
 license=('GPL')
 depends=('bash' 'coreutils' 'pacman' 'util-linux')
 
source=(https://github.com/downloads/falconindy/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
-md5sums=('54a3bc7b3b7dc7d5403c859493c6181d'
- '8e4e0ac25493c7c92dcabc449dccd80a')
+md5sums=('fa163bfc641b6c32c711a6d9e4519802'
+ '74136d5e49f2a00e1e1a843fc88a35cb')
 
 build() {
   make -C $pkgname-$pkgver



[arch-commits] Commit in arch-install-scripts/repos/extra-any (PKGBUILD PKGBUILD)

2012-10-04 Thread Dave Reisner
Date: Thursday, October 4, 2012 @ 22:07:18
  Author: dreisner
Revision: 168002

archrelease: copy trunk to extra-any

Added:
  arch-install-scripts/repos/extra-any/PKGBUILD
(from rev 168001, arch-install-scripts/trunk/PKGBUILD)
Deleted:
  arch-install-scripts/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2012-10-05 02:07:02 UTC (rev 168001)
+++ PKGBUILD2012-10-05 02:07:18 UTC (rev 168002)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner dreis...@archlinux.org
-
-pkgname=arch-install-scripts
-pkgver=7
-pkgrel=1
-pkgdesc=Scripts to aid in installing Arch Linux
-arch=('any')
-url=http://github.com/falconindy/$pkgname;
-license=('GPL')
-depends=('bash' 'coreutils' 'pacman' 'util-linux')
-source=(https://github.com/downloads/falconindy/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
-md5sums=('54a3bc7b3b7dc7d5403c859493c6181d'
- '8e4e0ac25493c7c92dcabc449dccd80a')
-
-build() {
-  make -C $pkgname-$pkgver
-}
-
-package() {
-  make -C $pkgname-$pkgver PREFIX=/usr DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: arch-install-scripts/repos/extra-any/PKGBUILD (from rev 168001, 
arch-install-scripts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-10-05 02:07:18 UTC (rev 168002)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+
+pkgname=arch-install-scripts
+pkgver=8
+pkgrel=1
+pkgdesc=Scripts to aid in installing Arch Linux
+arch=('any')
+url=http://github.com/falconindy/$pkgname;
+license=('GPL')
+depends=('bash' 'coreutils' 'pacman' 'util-linux')
+source=(https://github.com/downloads/falconindy/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
+md5sums=('fa163bfc641b6c32c711a6d9e4519802'
+ '74136d5e49f2a00e1e1a843fc88a35cb')
+
+build() {
+  make -C $pkgname-$pkgver
+}
+
+package() {
+  make -C $pkgname-$pkgver PREFIX=/usr DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:



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

2012-10-04 Thread Eric Bélanger
Date: Thursday, October 4, 2012 @ 23:01:12
  Author: eric
Revision: 168003

upgpkg: nvidia-lts 304.51-2

Rebuild against linux-lts 3.0.44

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-05 02:07:18 UTC (rev 168002)
+++ PKGBUILD2012-10-05 03:01:12 UTC (rev 168003)
@@ -4,7 +4,7 @@
 pkgname=nvidia-lts
 pkgver=304.51
 _extramodules=extramodules-3.0-lts
-pkgrel=1
+pkgrel=2
 pkgdesc=NVIDIA drivers for linux-lts
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;



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

2012-10-04 Thread Eric Bélanger
Date: Thursday, October 4, 2012 @ 23:01:32
  Author: eric
Revision: 168004

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

Added:
  nvidia-lts/repos/testing-i686/
  nvidia-lts/repos/testing-i686/PKGBUILD
(from rev 168003, nvidia-lts/trunk/PKGBUILD)
  nvidia-lts/repos/testing-i686/nvidia-lts.install
(from rev 168003, nvidia-lts/trunk/nvidia-lts.install)
  nvidia-lts/repos/testing-x86_64/
  nvidia-lts/repos/testing-x86_64/PKGBUILD
(from rev 168003, nvidia-lts/trunk/PKGBUILD)
  nvidia-lts/repos/testing-x86_64/nvidia-lts.install
(from rev 168003, nvidia-lts/trunk/nvidia-lts.install)

---+
 testing-i686/PKGBUILD |   45 
 testing-i686/nvidia-lts.install   |   15 
 testing-x86_64/PKGBUILD   |   45 
 testing-x86_64/nvidia-lts.install |   15 
 4 files changed, 120 insertions(+)

Copied: nvidia-lts/repos/testing-i686/PKGBUILD (from rev 168003, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-10-05 03:01:32 UTC (rev 168004)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=nvidia-lts
+pkgver=304.51
+_extramodules=extramodules-3.0-lts
+pkgrel=2
+pkgdesc=NVIDIA drivers for linux-lts
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux-lts=3.0.0' nvidia-utils=$pkgver)
+makedepends=('linux-lts-headers=3.0.0')
+provides=('nvidia')
+license=('custom')
+install=nvidia-lts.install
+options=(!strip)
+if [ $CARCH = i686 ]; then
+  _arch='x86'
+  _pkg=NVIDIA-Linux-${_arch}-${pkgver}
+  
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+  md5sums=('4fde294e139a31528ea7f6efd8885a09')
+elif [ $CARCH = x86_64 ]; then
+  _arch='x86_64'
+  _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+  
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+  md5sums=('2ca10e05cd3b5d2a87cd9fd93c06')
+fi
+
+build() {
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+  cd ${srcdir}
+  sh ${_pkg}.run --extract-only
+  cd ${_pkg}/kernel
+  make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+  install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko
+  gzip 
${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko
+  install -d -m755 ${pkgdir}/usr/lib/modprobe.d
+  echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf
+  echo blacklist nvidiafb  ${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf
+  install -D -m644 ${srcdir}/${_pkg}/LICENSE 
${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE
+}

Copied: nvidia-lts/repos/testing-i686/nvidia-lts.install (from rev 168003, 
nvidia-lts/trunk/nvidia-lts.install)
===
--- testing-i686/nvidia-lts.install (rev 0)
+++ testing-i686/nvidia-lts.install 2012-10-05 03:01:32 UTC (rev 168004)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-3.0-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.0-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-3.0-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia-lts/repos/testing-x86_64/PKGBUILD (from rev 168003, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-10-05 03:01:32 UTC (rev 168004)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=nvidia-lts
+pkgver=304.51
+_extramodules=extramodules-3.0-lts
+pkgrel=2
+pkgdesc=NVIDIA drivers for linux-lts
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux-lts=3.0.0' nvidia-utils=$pkgver)
+makedepends=('linux-lts-headers=3.0.0')
+provides=('nvidia')
+license=('custom')
+install=nvidia-lts.install
+options=(!strip)
+if [ $CARCH = i686 ]; then
+  _arch='x86'
+  _pkg=NVIDIA-Linux-${_arch}-${pkgver}
+  
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+  md5sums=('4fde294e139a31528ea7f6efd8885a09')
+elif [ $CARCH = x86_64 ]; then
+  _arch='x86_64'
+  _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+  
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+  md5sums=('2ca10e05cd3b5d2a87cd9fd93c06')
+fi
+
+build() {
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+  cd ${srcdir}
+  sh ${_pkg}.run --extract-only
+  cd ${_pkg}/kernel
+  make 

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

2012-10-04 Thread Thomas Dziedzic
Date: Friday, October 5, 2012 @ 01:19:54
  Author: tdziedzic
Revision: 168005

update to cabal 1.16.0

Modified:
  cabal-install/trunk/PKGBUILD

--+
 PKGBUILD |   41 -
 1 file changed, 24 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-05 03:01:32 UTC (rev 168004)
+++ PKGBUILD2012-10-05 05:19:54 UTC (rev 168005)
@@ -3,34 +3,41 @@
 # Contributor: Arch Haskell Team arch-hask...@haskell.org
 
 pkgname=cabal-install
-pkgver=0.14.0
-pkgrel=2
+pkgver=1.16.0
+pkgrel=1
 pkgdesc=The command-line interface for Cabal and Hackage.
 url=http://hackage.haskell.org/package/cabal-install;
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-makedepends=('haskell-http=4000.2.3-1' 'haskell-zlib=0.5.3.3-4' 
'haskell-mtl=2.1.1-1' 'haskell-network=2.3.0.14-1' 'haskell-random=1.0.1.1-2')
+makedepends=('haskell-http=4000.2.4-1' 'haskell-zlib=0.5.3.3-5' 
'haskell-mtl=2.1.2-1' 'haskell-network=2.3.1.0-1' 'haskell-random=1.0.1.1-3')
 depends=('ghc' 'gmp' 'zlib')
-source=(http://hackage.haskell.org/packages/archive/cabal-install/$pkgver/cabal-install-$pkgver.tar.gz)
-md5sums=('638514bd1a5792d75866481852148ae5')
+source=(http://hackage.haskell.org/packages/archive/cabal-install/${pkgver}/cabal-install-${pkgver}.tar.gz;)
+md5sums=('da046116eee7664158411fa9e2cf6b14')
 
 build() {
-cd cabal-install-${pkgver}
-runhaskell Setup configure --enable-shared --enable-split-objs 
--enable-executable-stripping --prefix=/usr
-runhaskell Setup build
+  cd cabal-install-${pkgver}
+
+  runhaskell Setup configure \
+--enable-shared \
+--enable-split-objs \
+--enable-executable-stripping \
+--prefix=/usr
+
+  runhaskell Setup build
 }
 
 package() {
-cd cabal-install-${pkgver}
-runhaskell Setup copy --destdir=$pkgdir
+  cd cabal-install-${pkgver}
 
-# rm license installed to wrong location
-rm -rf ${pkgdir}/usr/share/doc
+  runhaskell Setup copy --destdir=$pkgdir
 
-install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  # rm license installed to wrong location
+  rm -rf ${pkgdir}/usr/share/doc
+
+  install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
 
-# add bash completion
-install -d ${pkgdir}/usr/share/bash-completion/completions
-install -m644 bash-completion/cabal \
-${pkgdir}/usr/share/bash-completion/completions
+  # add bash completion
+  install -d ${pkgdir}/usr/share/bash-completion/completions
+  install -m644 bash-completion/cabal \
+${pkgdir}/usr/share/bash-completion/completions
 }



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

2012-10-04 Thread Thomas Dziedzic
Date: Friday, October 5, 2012 @ 01:24:05
  Author: tdziedzic
Revision: 168006

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

Added:
  cabal-install/repos/testing-i686/
  cabal-install/repos/testing-i686/PKGBUILD
(from rev 168005, cabal-install/trunk/PKGBUILD)
  cabal-install/repos/testing-x86_64/
  cabal-install/repos/testing-x86_64/PKGBUILD
(from rev 168005, cabal-install/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   43 +++
 testing-x86_64/PKGBUILD |   43 +++
 2 files changed, 86 insertions(+)

Copied: cabal-install/repos/testing-i686/PKGBUILD (from rev 168005, 
cabal-install/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-10-05 05:24:05 UTC (rev 168006)
@@ -0,0 +1,43 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Maintainer: Vesa Kaihlavirta v...@archlinux.org
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+
+pkgname=cabal-install
+pkgver=1.16.0
+pkgrel=1
+pkgdesc=The command-line interface for Cabal and Hackage.
+url=http://hackage.haskell.org/package/cabal-install;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+makedepends=('haskell-http=4000.2.4-1' 'haskell-zlib=0.5.3.3-5' 
'haskell-mtl=2.1.2-1' 'haskell-network=2.3.1.0-1' 'haskell-random=1.0.1.1-3')
+depends=('ghc' 'gmp' 'zlib')
+source=(http://hackage.haskell.org/packages/archive/cabal-install/${pkgver}/cabal-install-${pkgver}.tar.gz;)
+md5sums=('da046116eee7664158411fa9e2cf6b14')
+
+build() {
+  cd cabal-install-${pkgver}
+
+  runhaskell Setup configure \
+--enable-shared \
+--enable-split-objs \
+--enable-executable-stripping \
+--prefix=/usr
+
+  runhaskell Setup build
+}
+
+package() {
+  cd cabal-install-${pkgver}
+
+  runhaskell Setup copy --destdir=$pkgdir
+
+  # rm license installed to wrong location
+  rm -rf ${pkgdir}/usr/share/doc
+
+  install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  # add bash completion
+  install -d ${pkgdir}/usr/share/bash-completion/completions
+  install -m644 bash-completion/cabal \
+${pkgdir}/usr/share/bash-completion/completions
+}

Copied: cabal-install/repos/testing-x86_64/PKGBUILD (from rev 168005, 
cabal-install/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-10-05 05:24:05 UTC (rev 168006)
@@ -0,0 +1,43 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Maintainer: Vesa Kaihlavirta v...@archlinux.org
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+
+pkgname=cabal-install
+pkgver=1.16.0
+pkgrel=1
+pkgdesc=The command-line interface for Cabal and Hackage.
+url=http://hackage.haskell.org/package/cabal-install;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+makedepends=('haskell-http=4000.2.4-1' 'haskell-zlib=0.5.3.3-5' 
'haskell-mtl=2.1.2-1' 'haskell-network=2.3.1.0-1' 'haskell-random=1.0.1.1-3')
+depends=('ghc' 'gmp' 'zlib')
+source=(http://hackage.haskell.org/packages/archive/cabal-install/${pkgver}/cabal-install-${pkgver}.tar.gz;)
+md5sums=('da046116eee7664158411fa9e2cf6b14')
+
+build() {
+  cd cabal-install-${pkgver}
+
+  runhaskell Setup configure \
+--enable-shared \
+--enable-split-objs \
+--enable-executable-stripping \
+--prefix=/usr
+
+  runhaskell Setup build
+}
+
+package() {
+  cd cabal-install-${pkgver}
+
+  runhaskell Setup copy --destdir=$pkgdir
+
+  # rm license installed to wrong location
+  rm -rf ${pkgdir}/usr/share/doc
+
+  install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  # add bash completion
+  install -d ${pkgdir}/usr/share/bash-completion/completions
+  install -m644 bash-completion/cabal \
+${pkgdir}/usr/share/bash-completion/completions
+}