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

2013-03-21 Thread Tobias Powalowski
Date: Thursday, March 21, 2013 @ 08:26:50
  Author: tpowa
Revision: 180406

upgpkg: linux 3.8.4-1

bump to latest version

Modified:
  linux/trunk/PKGBUILD
  linux/trunk/linux.install
Deleted:
  linux/trunk/drm-i915-enable-irqs-earlier-when-resuming.patch
  
linux/trunk/drm-i915-reorder-setup-sequence-to-have-irqs-for-output-setup.patch

-+
 PKGBUILD|   19 -
 drm-i915-enable-irqs-earlier-when-resuming.patch|   82 
--
 drm-i915-reorder-setup-sequence-to-have-irqs-for-output-setup.patch |  124 
--
 linux.install   |2 
 4 files changed, 6 insertions(+), 221 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-21 02:05:09 UTC (rev 180405)
+++ PKGBUILD2013-03-21 07:26:50 UTC (rev 180406)
@@ -5,8 +5,8 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.8
-pkgver=3.8.3
-pkgrel=2
+pkgver=3.8.4
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
 license=('GPL2')
@@ -18,17 +18,13 @@
 'config' 'config.x86_64'
 # standard config files for mkinitcpio ramdisk
 'linux.preset'
-'change-default-console-loglevel.patch'
-'drm-i915-enable-irqs-earlier-when-resuming.patch'
-'drm-i915-reorder-setup-sequence-to-have-irqs-for-output-setup.patch')
+'change-default-console-loglevel.patch')
 md5sums=('1c738edfc54e7c65faeb90c436104e2f'
- 'ba18b5d27ed303f5e5a9cda32a451031'
+ '40ab82996ff4b49ad3f4e19cf729dcab'
  '307107a8b15060e6fc0e48bdaacaed06'
  '03b1dad90f3558dba3031901398c1ca4'
  'eb14dcfd80c00852ef81ded6e826826a'
- 'f3def2cefdcbb954c21d8505d23cc83c'
- '40e7b328977ad787a0b5584f193d63fe'
- '8b9159931fab0c191a86dbd5a46fa328')
+ 'f3def2cefdcbb954c21d8505d23cc83c')
 
 _kernelname=${pkgbase#linux}
 
@@ -46,11 +42,6 @@
   # (relevant patch sent upstream: https://lkml.org/lkml/2011/7/26/227)
   patch -Np1 -i ${srcdir}/change-default-console-loglevel.patch
 
-  # revert 2 patches which breaks displays
-  # FS 34327
-  patch -Rp1 -i ${srcdir}/drm-i915-enable-irqs-earlier-when-resuming.patch
-  patch -Rp1 -i 
${srcdir}/drm-i915-reorder-setup-sequence-to-have-irqs-for-output-setup.patch
-
   if [ ${CARCH} = x86_64 ]; then
 cat ${srcdir}/config.x86_64  ./.config
   else

Deleted: drm-i915-enable-irqs-earlier-when-resuming.patch
===
--- drm-i915-enable-irqs-earlier-when-resuming.patch2013-03-21 02:05:09 UTC 
(rev 180405)
+++ drm-i915-enable-irqs-earlier-when-resuming.patch2013-03-21 07:26:50 UTC 
(rev 180406)
@@ -1,82 +0,0 @@
-From 15239099d7a7a9ecdc1ccb5b187ae4cda5488ff9 Mon Sep 17 00:00:00 2001
-From: Daniel Vetter daniel.vet...@ffwll.ch
-Date: Tue, 5 Mar 2013 09:50:58 +0100
-Subject: drm/i915: enable irqs earlier when resuming
-
-From: Daniel Vetter daniel.vet...@ffwll.ch
-
-commit 15239099d7a7a9ecdc1ccb5b187ae4cda5488ff9 upstream.
-
-We need it to restore the ilk rc6 context, since the gpu wait no
-requires interrupts. But in general having interrupts around should
-help in code sanity, since more and more stuff is interrupt driven.
-
-This regression has been introduced in
-
-commit 3e9605018ab3e333d51cc90fccfde2031886763b
-Author: Chris Wilson ch...@chris-wilson.co.uk
-Date:   Tue Nov 27 16:22:54 2012 +
-
-drm/i915: Rearrange code to only have a single method for waiting upon the 
ring
-
-Like in the driver load code we need to make sure that hotplug
-interrupts don't cause havoc with our modeset state, hence block them
-with the existing infrastructure. Again we ignore races where we might
-loose hotplug interrupts ...
-
-Note that the driver load part of the regression has already been
-fixed in
-
-commit 52d7ecedac3f96fb562cb482c139015372728638
-Author: Daniel Vetter daniel.vet...@ffwll.ch
-Date:   Sat Dec 1 21:03:22 2012 +0100
-
-drm/i915: reorder setup sequence to have irqs for output setup
-
-v2: Add a note to the commit message about which patch fixed the
-driver load part of the regression. Stable kernels need to backport
-both patches.
-
-Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=54691
-Cc: Chris Wilson ch...@chris-wilson.co.uk
-Cc: Mika Kuoppala mika.kuopp...@intel.com
-Reported-and-Tested-by: Ilya Tumaykin itumay...@gmail.com
-Reviewed-by: Chris wilson ch...@chris-wilson.co.uk (v1)
-Signed-off-by: Daniel Vetter daniel.vet...@ffwll.ch
-Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org
-

- drivers/gpu/drm/i915/i915_drv.c |   13 -
- 1 file changed, 12 insertions(+), 1 deletion(-)
-
 a/drivers/gpu/drm/i915/i915_drv.c
-+++ b/drivers/gpu/drm/i915/i915_drv.c
-@@ -486,6 +486,7 @@ static 

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

2013-03-21 Thread Tobias Powalowski
Date: Thursday, March 21, 2013 @ 08:27:08
  Author: tpowa
Revision: 180407

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

Added:
  linux/repos/testing-i686/
  linux/repos/testing-i686/PKGBUILD
(from rev 180406, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 180406, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 180406, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 180406, linux/trunk/config.x86_64)
  linux/repos/testing-i686/linux.install
(from rev 180406, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 180406, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/PKGBUILD
(from rev 180406, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 180406, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 180406, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 180406, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/linux.install
(from rev 180406, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 180406, linux/trunk/linux.preset)

--+
 testing-i686/PKGBUILD|  318 
 testing-i686/change-default-console-loglevel.patch   |   12 
 testing-i686/config  | 6198 +
 testing-i686/config.x86_64   | 5977 
 testing-i686/linux.install   |   65 
 testing-i686/linux.preset|   14 
 testing-x86_64/PKGBUILD  |  318 
 testing-x86_64/change-default-console-loglevel.patch |   12 
 testing-x86_64/config| 6198 +
 testing-x86_64/config.x86_64 | 5977 
 testing-x86_64/linux.install |   65 
 testing-x86_64/linux.preset  |   14 
 12 files changed, 25168 insertions(+)

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


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

2013-03-21 Thread Tobias Powalowski
Date: Thursday, March 21, 2013 @ 08:53:18
  Author: tpowa
Revision: 180408

upgpkg: linux-lts 3.0.70-1

bump to latest version

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |4 ++--
 linux-lts.install |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-21 07:27:08 UTC (rev 180407)
+++ PKGBUILD2013-03-21 07:53:18 UTC (rev 180408)
@@ -5,7 +5,7 @@
 pkgbase=linux-lts   # Build stock -lts kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.0
-pkgver=3.0.69
+pkgver=3.0.70
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -24,7 +24,7 @@
 'module-symbol-waiting-3.0.patch'
 'module-init-wait-3.0.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- '4dcef62f3ac067ae1946d945f1b98f77'
+ '617c8e29b86efc412496584b4a6b909c'
  'a8c2f7618f3cc6689e1bea32692b72f5'
  '4925d736212481eb1f7b318ef9e8b95f'
  '232b52576a62c7a333e9fe7a1e1ca359'

Modified: linux-lts.install
===
--- linux-lts.install   2013-03-21 07:27:08 UTC (rev 180407)
+++ linux-lts.install   2013-03-21 07:53:18 UTC (rev 180408)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.69-1-lts
+KERNEL_VERSION=3.0.70-1-lts
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



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

2013-03-21 Thread Tobias Powalowski
Date: Thursday, March 21, 2013 @ 08:53:43
  Author: tpowa
Revision: 180409

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

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

--+
 testing-i686/3.0.54-ptrace-i686-build.patch  |   41 
 testing-i686/PKGBUILD|  317 
 testing-i686/change-default-console-loglevel.patch   |   12 
 testing-i686/config  | 5575 +
 testing-i686/config.x86_64   | 5330 
 testing-i686/ext4-options.patch  |   49 
 testing-i686/i915-fix-ghost-tv-output.patch  |   26 
 testing-i686/linux-lts.install   |   65 
 testing-i686/linux-lts.preset|   14 
 testing-i686/module-init-wait-3.0.patch  |   77 
 testing-i686/module-symbol-waiting-3.0.patch |   66 
 testing-x86_64/3.0.54-ptrace-i686-build.patch|   41 
 testing-x86_64/PKGBUILD  |  317 
 testing-x86_64/change-default-console-loglevel.patch |   12 
 testing-x86_64/config| 5575 +
 testing-x86_64/config.x86_64 | 5330 
 testing-x86_64/ext4-options.patch|   49 
 testing-x86_64/i915-fix-ghost-tv-output.patch|   26 
 testing-x86_64/linux-lts.install |   65 
 testing-x86_64/linux-lts.preset  |   14 
 testing-x86_64/module-init-wait-3.0.patch|   77 
 testing-x86_64/module-symbol-waiting-3.0.patch   |   66 
 22 files changed, 23144 insertions(+)

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


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

2013-03-21 Thread Sergej Pupykin
Date: Thursday, March 21, 2013 @ 11:50:54
  Author: spupykin
Revision: 86687

upgpkg: perl-chart 2.4.6-1

upd

Modified:
  perl-chart/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-21 10:29:01 UTC (rev 86686)
+++ PKGBUILD2013-03-21 10:50:54 UTC (rev 86687)
@@ -3,7 +3,7 @@
 # Contributor: Sergej Pupykin pupykin.s+...@gmail.com
 
 pkgname=perl-chart
-pkgver=2.4.5
+pkgver=2.4.6
 pkgrel=1
 pkgdesc=Business chart widget collection
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('perl-gd=1.2')
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/C/CH/CHARTGRP/Chart-$pkgver.tar.gz)
-md5sums=('5c62d36d9de0a77215eda60009f89b6d')
+md5sums=('dfcd2b72c56491aa7fc45cd18236de70')
 
 build() {
   cd  $srcdir/Chart-$pkgver



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

2013-03-21 Thread Sergej Pupykin
Date: Thursday, March 21, 2013 @ 11:51:09
  Author: spupykin
Revision: 86688

archrelease: copy trunk to community-any

Added:
  perl-chart/repos/community-any/PKGBUILD
(from rev 86687, perl-chart/trunk/PKGBUILD)
Deleted:
  perl-chart/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-21 10:50:54 UTC (rev 86687)
+++ PKGBUILD2013-03-21 10:51:09 UTC (rev 86688)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Sergej Pupykin pupykin.s+...@gmail.com
-
-pkgname=perl-chart
-pkgver=2.4.5
-pkgrel=1
-pkgdesc=Business chart widget collection
-arch=('any')
-url=http://search.cpan.org/dist/Chart;
-license=('GPL' 'PerlArtistic')
-depends=('perl-gd=1.2')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/C/CH/CHARTGRP/Chart-$pkgver.tar.gz)
-md5sums=('5c62d36d9de0a77215eda60009f89b6d')
-
-build() {
-  cd  $srcdir/Chart-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-chart/repos/community-any/PKGBUILD (from rev 86687, 
perl-chart/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-21 10:51:09 UTC (rev 86688)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+...@gmail.com
+
+pkgname=perl-chart
+pkgver=2.4.6
+pkgrel=1
+pkgdesc=Business chart widget collection
+arch=('any')
+url=http://search.cpan.org/dist/Chart;
+license=('GPL' 'PerlArtistic')
+depends=('perl-gd=1.2')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/C/CH/CHARTGRP/Chart-$pkgver.tar.gz)
+md5sums=('dfcd2b72c56491aa7fc45cd18236de70')
+
+build() {
+  cd  $srcdir/Chart-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/Chart-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



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

2013-03-21 Thread Sergej Pupykin
Date: Thursday, March 21, 2013 @ 11:51:13
  Author: spupykin
Revision: 86689

upgpkg: perl-clone 0.34-1

upd

Modified:
  perl-clone/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-21 10:51:09 UTC (rev 86688)
+++ PKGBUILD2013-03-21 10:51:13 UTC (rev 86689)
@@ -3,30 +3,26 @@
 # Contributor: Alex Dioso adioso-gmail*com
 
 pkgname=perl-clone
-pkgver=0.31
-pkgrel=5
+pkgver=0.34
+pkgrel=1
 pkgdesc='Recursive copy of nested objects.'
 arch=('i686' 'x86_64')
 url='http://search.cpan.org/~RDF/Clone'
 license=('GPL' 'PerlArtistic')
 depends=('perl=5.10.0')
 options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/R/RD/RDF/Clone-${pkgver}.tar.gz;)
-md5sums=('65f34e7280d7b7dfb72ab6224e5767f5')
+source=(http://search.cpan.org/CPAN/authors/id/G/GA/GARU/Clone-$pkgver.tar.gz;)
+md5sums=('6475432d91b1820eff1ae877ea5c8e3b')
 
 build() {
   cd  Clone-${pkgver}
-
   PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-
   make
 }
 
 package() {
   cd  Clone-${pkgver}
-
   make DESTDIR=${pkgdir} install
-
   find ${pkgdir} -name '.packlist' -delete
   find ${pkgdir} -name '*.pod' -delete
 }



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

2013-03-21 Thread Sergej Pupykin
Date: Thursday, March 21, 2013 @ 11:51:32
  Author: spupykin
Revision: 86690

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

Added:
  perl-clone/repos/community-i686/PKGBUILD
(from rev 86689, perl-clone/trunk/PKGBUILD)
  perl-clone/repos/community-x86_64/PKGBUILD
(from rev 86689, perl-clone/trunk/PKGBUILD)
Deleted:
  perl-clone/repos/community-i686/PKGBUILD
  perl-clone/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-21 10:51:13 UTC (rev 86689)
+++ community-i686/PKGBUILD 2013-03-21 10:51:32 UTC (rev 86690)
@@ -1,32 +0,0 @@
-# Maintainer: Thomas Dziedzic  gostrc at gmail 
-# Contributor: François Charette firmicus ατ gmx δοτ net
-# Contributor: Alex Dioso adioso-gmail*com
-
-pkgname=perl-clone
-pkgver=0.31
-pkgrel=5
-pkgdesc='Recursive copy of nested objects.'
-arch=('i686' 'x86_64')
-url='http://search.cpan.org/~RDF/Clone'
-license=('GPL' 'PerlArtistic')
-depends=('perl=5.10.0')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/R/RD/RDF/Clone-${pkgver}.tar.gz;)
-md5sums=('65f34e7280d7b7dfb72ab6224e5767f5')
-
-build() {
-  cd  Clone-${pkgver}
-
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-
-  make
-}
-
-package() {
-  cd  Clone-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  find ${pkgdir} -name '.packlist' -delete
-  find ${pkgdir} -name '*.pod' -delete
-}

Copied: perl-clone/repos/community-i686/PKGBUILD (from rev 86689, 
perl-clone/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-21 10:51:32 UTC (rev 86690)
@@ -0,0 +1,28 @@
+# Maintainer: Thomas Dziedzic  gostrc at gmail 
+# Contributor: François Charette firmicus ατ gmx δοτ net
+# Contributor: Alex Dioso adioso-gmail*com
+
+pkgname=perl-clone
+pkgver=0.34
+pkgrel=1
+pkgdesc='Recursive copy of nested objects.'
+arch=('i686' 'x86_64')
+url='http://search.cpan.org/~RDF/Clone'
+license=('GPL' 'PerlArtistic')
+depends=('perl=5.10.0')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/G/GA/GARU/Clone-$pkgver.tar.gz;)
+md5sums=('6475432d91b1820eff1ae877ea5c8e3b')
+
+build() {
+  cd  Clone-${pkgver}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  Clone-${pkgver}
+  make DESTDIR=${pkgdir} install
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-21 10:51:13 UTC (rev 86689)
+++ community-x86_64/PKGBUILD   2013-03-21 10:51:32 UTC (rev 86690)
@@ -1,32 +0,0 @@
-# Maintainer: Thomas Dziedzic  gostrc at gmail 
-# Contributor: François Charette firmicus ατ gmx δοτ net
-# Contributor: Alex Dioso adioso-gmail*com
-
-pkgname=perl-clone
-pkgver=0.31
-pkgrel=5
-pkgdesc='Recursive copy of nested objects.'
-arch=('i686' 'x86_64')
-url='http://search.cpan.org/~RDF/Clone'
-license=('GPL' 'PerlArtistic')
-depends=('perl=5.10.0')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/R/RD/RDF/Clone-${pkgver}.tar.gz;)
-md5sums=('65f34e7280d7b7dfb72ab6224e5767f5')
-
-build() {
-  cd  Clone-${pkgver}
-
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-
-  make
-}
-
-package() {
-  cd  Clone-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  find ${pkgdir} -name '.packlist' -delete
-  find ${pkgdir} -name '*.pod' -delete
-}

Copied: perl-clone/repos/community-x86_64/PKGBUILD (from rev 86689, 
perl-clone/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-03-21 10:51:32 UTC (rev 86690)
@@ -0,0 +1,28 @@
+# Maintainer: Thomas Dziedzic  gostrc at gmail 
+# Contributor: François Charette firmicus ατ gmx δοτ net
+# Contributor: Alex Dioso adioso-gmail*com
+
+pkgname=perl-clone
+pkgver=0.34
+pkgrel=1
+pkgdesc='Recursive copy of nested objects.'
+arch=('i686' 'x86_64')
+url='http://search.cpan.org/~RDF/Clone'
+license=('GPL' 'PerlArtistic')
+depends=('perl=5.10.0')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/G/GA/GARU/Clone-$pkgver.tar.gz;)
+md5sums=('6475432d91b1820eff1ae877ea5c8e3b')
+
+build() {
+  cd  Clone-${pkgver}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  Clone-${pkgver}
+  make DESTDIR=${pkgdir} install
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+}



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

2013-03-21 Thread Sergej Pupykin
Date: Thursday, March 21, 2013 @ 11:51:36
  Author: spupykin
Revision: 86691

upgpkg: perl-crypt-cbc 2.32-1

upd

Modified:
  perl-crypt-cbc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-21 10:51:32 UTC (rev 86690)
+++ PKGBUILD2013-03-21 10:51:36 UTC (rev 86691)
@@ -4,8 +4,8 @@
 # Contributor: Francois Charette firmi...@gmx.net
 
 pkgname=perl-crypt-cbc
-pkgver=2.30
-pkgrel=3
+pkgver=2.32
+pkgrel=1
 pkgdesc=Cipherblock chaining for Crypt::DES/IDEA
 arch=('any')
 depends=('perl')
@@ -13,7 +13,7 @@
 license=('GPL' 'PerlArtistic')
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/L/LD/LDS/Crypt-CBC-$pkgver.tar.gz)
-md5sums=('c71ab992f3da65deb1a141bef79a4bff')
+md5sums=('b381b81cc89a36b1445b627916c666ce')
 
 build() {
   cd  $srcdir/Crypt-CBC-$pkgver



[arch-commits] Commit in perl-crypt-cbc/repos/community-any (PKGBUILD PKGBUILD)

2013-03-21 Thread Sergej Pupykin
Date: Thursday, March 21, 2013 @ 11:51:47
  Author: spupykin
Revision: 86692

archrelease: copy trunk to community-any

Added:
  perl-crypt-cbc/repos/community-any/PKGBUILD
(from rev 86691, perl-crypt-cbc/trunk/PKGBUILD)
Deleted:
  perl-crypt-cbc/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-21 10:51:36 UTC (rev 86691)
+++ PKGBUILD2013-03-21 10:51:47 UTC (rev 86692)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Charles Mauch cma...@gmail.com
-# Contributor: Francois Charette firmi...@gmx.net
-
-pkgname=perl-crypt-cbc
-pkgver=2.30
-pkgrel=3
-pkgdesc=Cipherblock chaining for Crypt::DES/IDEA
-arch=('any')
-depends=('perl')
-url=http://search.cpan.org/dist/Crypt-CBC;
-license=('GPL' 'PerlArtistic')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/L/LD/LDS/Crypt-CBC-$pkgver.tar.gz)
-md5sums=('c71ab992f3da65deb1a141bef79a4bff')
-
-build() {
-  cd  $srcdir/Crypt-CBC-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-  make pure_install doc_install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-crypt-cbc/repos/community-any/PKGBUILD (from rev 86691, 
perl-crypt-cbc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-21 10:51:47 UTC (rev 86692)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Charles Mauch cma...@gmail.com
+# Contributor: Francois Charette firmi...@gmx.net
+
+pkgname=perl-crypt-cbc
+pkgver=2.32
+pkgrel=1
+pkgdesc=Cipherblock chaining for Crypt::DES/IDEA
+arch=('any')
+depends=('perl')
+url=http://search.cpan.org/dist/Crypt-CBC;
+license=('GPL' 'PerlArtistic')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/L/LD/LDS/Crypt-CBC-$pkgver.tar.gz)
+md5sums=('b381b81cc89a36b1445b627916c666ce')
+
+build() {
+  cd  $srcdir/Crypt-CBC-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/Crypt-CBC-$pkgver
+  make pure_install doc_install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



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

2013-03-21 Thread Sergej Pupykin
Date: Thursday, March 21, 2013 @ 11:51:51
  Author: spupykin
Revision: 86693

upgpkg: perl-device-gsm 1.60-1

upd

Modified:
  perl-device-gsm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-21 10:51:47 UTC (rev 86692)
+++ PKGBUILD2013-03-21 10:51:51 UTC (rev 86693)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=perl-device-gsm
-pkgver=1.58
-pkgrel=3
+pkgver=1.60
+pkgrel=1
 pkgdesc=Perl extension to interface GSM phones / modems
 arch=('any')
 url=http://search.cpan.org/dist/Device-Gsm/;
@@ -16,7 +16,7 @@
  'perl-sms-token-scts' 'perl-sms-token-ud' 'perl-sms-token-vp')
 options=(!emptydirs)
 
source=(http://search.cpan.org/CPAN/authors/id/C/CO/COSIMO/Device-Gsm-$pkgver.tar.gz;)
-md5sums=('a0bfe2f7a7380c109c73ab8693b91797')
+md5sums=('1a1fa45a9b5415f1149610a06b7ce9c9')
 
 build() {
   cd  $srcdir/Device-Gsm-$pkgver



[arch-commits] Commit in perl-device-gsm/repos/community-any (PKGBUILD PKGBUILD)

2013-03-21 Thread Sergej Pupykin
Date: Thursday, March 21, 2013 @ 11:52:03
  Author: spupykin
Revision: 86694

archrelease: copy trunk to community-any

Added:
  perl-device-gsm/repos/community-any/PKGBUILD
(from rev 86693, perl-device-gsm/trunk/PKGBUILD)
Deleted:
  perl-device-gsm/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-21 10:51:51 UTC (rev 86693)
+++ PKGBUILD2013-03-21 10:52:03 UTC (rev 86694)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=perl-device-gsm
-pkgver=1.58
-pkgrel=3
-pkgdesc=Perl extension to interface GSM phones / modems
-arch=('any')
-url=http://search.cpan.org/dist/Device-Gsm/;
-license=('PerlArtistic')
-depends=('perl-device-modem')
-provides=('perl-device-gsm-charset' 'perl-device-gsm-networks'
- 'perl-device-gsm-pdu' 'perl-sms-token' 'perl-sms-token-da'
- 'perl-sms-token-dcs' 'perl-sms-token-mr' 'perl-sms-token-oa'
- 'perl-sms-token-pdutype' 'perl-sms-token-pid' 'perl-sms-token-sca'
- 'perl-sms-token-scts' 'perl-sms-token-ud' 'perl-sms-token-vp')
-options=(!emptydirs)
-source=(http://search.cpan.org/CPAN/authors/id/C/CO/COSIMO/Device-Gsm-$pkgver.tar.gz;)
-md5sums=('a0bfe2f7a7380c109c73ab8693b91797')
-
-build() {
-  _dir=$(find $srcdir -maxdepth 2 -type f -name 'Makefile.PL')
-  if [ ! -z $_dir ]; then
-cd $(dirname $_dir)
-PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-make
-make install DESTDIR=${pkgdir}
-  else
-  _dir=$(find $srcdir -maxdepth 2 -type f -name 'Build.PL')
-  if [ ! -z $_dir ]; then
-cd $(dirname $_dir)
-PERL_MM_USE_DEFAULT=1 perl Build.PL INSTALLDIRS=vendor
-./Build
-./Build install destdir=${pkgdir}
-  else
-echo error: failed to detect build method for $pkgname
-echo you may be able to fix this by editing the PKGBUILD
-return 1
-  fi fi
-  # remove perllocal.pod and .packlist
-  find ${pkgdir} -name perllocal.pod -delete
-  find ${pkgdir} -name .packlist -delete
-}

Copied: perl-device-gsm/repos/community-any/PKGBUILD (from rev 86693, 
perl-device-gsm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-21 10:52:03 UTC (rev 86694)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=perl-device-gsm
+pkgver=1.60
+pkgrel=1
+pkgdesc=Perl extension to interface GSM phones / modems
+arch=('any')
+url=http://search.cpan.org/dist/Device-Gsm/;
+license=('PerlArtistic')
+depends=('perl-device-modem')
+provides=('perl-device-gsm-charset' 'perl-device-gsm-networks'
+ 'perl-device-gsm-pdu' 'perl-sms-token' 'perl-sms-token-da'
+ 'perl-sms-token-dcs' 'perl-sms-token-mr' 'perl-sms-token-oa'
+ 'perl-sms-token-pdutype' 'perl-sms-token-pid' 'perl-sms-token-sca'
+ 'perl-sms-token-scts' 'perl-sms-token-ud' 'perl-sms-token-vp')
+options=(!emptydirs)
+source=(http://search.cpan.org/CPAN/authors/id/C/CO/COSIMO/Device-Gsm-$pkgver.tar.gz;)
+md5sums=('1a1fa45a9b5415f1149610a06b7ce9c9')
+
+build() {
+  cd  $srcdir/Device-Gsm-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/Device-Gsm-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



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

2013-03-21 Thread Sergej Pupykin
Date: Thursday, March 21, 2013 @ 11:52:07
  Author: spupykin
Revision: 86695

upgpkg: perl-file-chdir 0.1008-1

upd

Modified:
  perl-file-chdir/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-21 10:52:03 UTC (rev 86694)
+++ PKGBUILD2013-03-21 10:52:07 UTC (rev 86695)
@@ -4,7 +4,7 @@
 # Contributor: Francois Charette firmi...@gmx.net
 
 pkgname=perl-file-chdir
-pkgver=0.1006
+pkgver=0.1008
 pkgrel=1
 pkgdesc=a more sensible way to change directories 
 arch=('any')
@@ -13,7 +13,7 @@
 license=('GPL' 'PerlArtistic')
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/D/DA/DAGOLDEN/File-chdir-$pkgver.tar.gz)
-md5sums=('a09bce5507335de116984c121dbbca24')
+md5sums=('4b0bfb8135554ef1e4e1440b89befe09')
 
 build() {
   cd  $srcdir/File-chdir-$pkgver



[arch-commits] Commit in perl-file-chdir/repos/community-any (4 files)

2013-03-21 Thread Sergej Pupykin
Date: Thursday, March 21, 2013 @ 11:52:18
  Author: spupykin
Revision: 86696

archrelease: copy trunk to community-any

Added:
  perl-file-chdir/repos/community-any/ChangeLog
(from rev 86695, perl-file-chdir/trunk/ChangeLog)
  perl-file-chdir/repos/community-any/PKGBUILD
(from rev 86695, perl-file-chdir/trunk/PKGBUILD)
Deleted:
  perl-file-chdir/repos/community-any/ChangeLog
  perl-file-chdir/repos/community-any/PKGBUILD

---+
 ChangeLog |4 ++--
 PKGBUILD  |   54 +-
 2 files changed, 31 insertions(+), 27 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2013-03-21 10:52:07 UTC (rev 86695)
+++ ChangeLog   2013-03-21 10:52:18 UTC (rev 86696)
@@ -1,2 +0,0 @@
-2007-07-29 Georg Grabler (STiAT) ggrab...@gmail.com
-* Version bump to 0.8

Copied: perl-file-chdir/repos/community-any/ChangeLog (from rev 86695, 
perl-file-chdir/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2013-03-21 10:52:18 UTC (rev 86696)
@@ -0,0 +1,2 @@
+2007-07-29 Georg Grabler (STiAT) ggrab...@gmail.com
+* Version bump to 0.8

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-21 10:52:07 UTC (rev 86695)
+++ PKGBUILD2013-03-21 10:52:18 UTC (rev 86696)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Charles Mauch cma...@gmail.com
-# Contributor: Francois Charette firmi...@gmx.net
-
-pkgname=perl-file-chdir
-pkgver=0.1006
-pkgrel=1
-pkgdesc=a more sensible way to change directories 
-arch=('any')
-depends=('perl')
-url=http://search.cpan.org/dist/File-chdir;
-license=('GPL' 'PerlArtistic')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/D/DA/DAGOLDEN/File-chdir-$pkgver.tar.gz)
-md5sums=('a09bce5507335de116984c121dbbca24')
-
-build() {
-  cd  $srcdir/File-chdir-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-file-chdir/repos/community-any/PKGBUILD (from rev 86695, 
perl-file-chdir/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-21 10:52:18 UTC (rev 86696)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Charles Mauch cma...@gmail.com
+# Contributor: Francois Charette firmi...@gmx.net
+
+pkgname=perl-file-chdir
+pkgver=0.1008
+pkgrel=1
+pkgdesc=a more sensible way to change directories 
+arch=('any')
+depends=('perl')
+url=http://search.cpan.org/dist/File-chdir;
+license=('GPL' 'PerlArtistic')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/D/DA/DAGOLDEN/File-chdir-$pkgver.tar.gz)
+md5sums=('4b0bfb8135554ef1e4e1440b89befe09')
+
+build() {
+  cd  $srcdir/File-chdir-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/File-chdir-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



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

2013-03-21 Thread Sergej Pupykin
Date: Thursday, March 21, 2013 @ 11:52:21
  Author: spupykin
Revision: 86697

upgpkg: perl-gd 2.49-1

upd

Modified:
  perl-gd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-21 10:52:18 UTC (rev 86696)
+++ PKGBUILD2013-03-21 10:52:21 UTC (rev 86697)
@@ -3,8 +3,8 @@
 # Contributor: Sergej Pupykin pupykin.s+...@gmail.com
 
 pkgname=perl-gd
-pkgver=2.46
-pkgrel=3
+pkgver=2.49
+pkgrel=1
 pkgdesc=Interface to Gd Graphics Library
 arch=('i686' 'x86_64')
 url=http://search.cpan.org/dist/GD;
@@ -12,7 +12,7 @@
 depends=('gd')
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/L/LD/LDS/GD-$pkgver.tar.gz)
-md5sums=('ea86a94eb45330eae27ecbfd5c2f43bb')
+md5sums=('c58b6556bddbe147c41f4e17a0de9bea')
 
 build() {
   cd  $srcdir/GD-$pkgver



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

2013-03-21 Thread Sergej Pupykin
Date: Thursday, March 21, 2013 @ 11:52:41
  Author: spupykin
Revision: 86698

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

Added:
  perl-gd/repos/community-i686/PKGBUILD
(from rev 86697, perl-gd/trunk/PKGBUILD)
  perl-gd/repos/community-x86_64/PKGBUILD
(from rev 86697, perl-gd/trunk/PKGBUILD)
Deleted:
  perl-gd/repos/community-i686/PKGBUILD
  perl-gd/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-21 10:52:21 UTC (rev 86697)
+++ community-i686/PKGBUILD 2013-03-21 10:52:41 UTC (rev 86698)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Sergej Pupykin pupykin.s+...@gmail.com
-
-pkgname=perl-gd
-pkgver=2.46
-pkgrel=3
-pkgdesc=Interface to Gd Graphics Library
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/dist/GD;
-license=('GPL' 'PerlArtistic')
-depends=('gd')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/L/LD/LDS/GD-$pkgver.tar.gz)
-md5sums=('ea86a94eb45330eae27ecbfd5c2f43bb')
-
-build() {
-  cd  $srcdir/GD-$pkgver
-  unset CFLAGS
-  unset LDFLAGS
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make CCFLAGS=-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-}
-package() {
-  cd  $srcdir/GD-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-gd/repos/community-i686/PKGBUILD (from rev 86697, 
perl-gd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-21 10:52:41 UTC (rev 86698)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+...@gmail.com
+
+pkgname=perl-gd
+pkgver=2.49
+pkgrel=1
+pkgdesc=Interface to Gd Graphics Library
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/GD;
+license=('GPL' 'PerlArtistic')
+depends=('gd')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/L/LD/LDS/GD-$pkgver.tar.gz)
+md5sums=('c58b6556bddbe147c41f4e17a0de9bea')
+
+build() {
+  cd  $srcdir/GD-$pkgver
+  unset CFLAGS
+  unset LDFLAGS
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make CCFLAGS=-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
+}
+package() {
+  cd  $srcdir/GD-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-21 10:52:21 UTC (rev 86697)
+++ community-x86_64/PKGBUILD   2013-03-21 10:52:41 UTC (rev 86698)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Sergej Pupykin pupykin.s+...@gmail.com
-
-pkgname=perl-gd
-pkgver=2.46
-pkgrel=3
-pkgdesc=Interface to Gd Graphics Library
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/dist/GD;
-license=('GPL' 'PerlArtistic')
-depends=('gd')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/L/LD/LDS/GD-$pkgver.tar.gz)
-md5sums=('ea86a94eb45330eae27ecbfd5c2f43bb')
-
-build() {
-  cd  $srcdir/GD-$pkgver
-  unset CFLAGS
-  unset LDFLAGS
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make CCFLAGS=-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-}
-package() {
-  cd  $srcdir/GD-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-gd/repos/community-x86_64/PKGBUILD (from rev 86697, 
perl-gd/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-03-21 10:52:41 UTC (rev 86698)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+...@gmail.com
+
+pkgname=perl-gd
+pkgver=2.49
+pkgrel=1
+pkgdesc=Interface to Gd Graphics Library
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/GD;
+license=('GPL' 'PerlArtistic')
+depends=('gd')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/L/LD/LDS/GD-$pkgver.tar.gz)
+md5sums=('c58b6556bddbe147c41f4e17a0de9bea')
+
+build() {
+  cd  $srcdir/GD-$pkgver
+  unset CFLAGS
+  unset LDFLAGS
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make CCFLAGS=-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
+}
+package() {
+  cd  $srcdir/GD-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' 

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

2013-03-21 Thread Sergej Pupykin
Date: Thursday, March 21, 2013 @ 11:52:45
  Author: spupykin
Revision: 86699

upgpkg: perl-gstreamer 0.18-1

upd

Modified:
  perl-gstreamer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-21 10:52:41 UTC (rev 86698)
+++ PKGBUILD2013-03-21 10:52:45 UTC (rev 86699)
@@ -3,7 +3,7 @@
 # Contributor: Corrado Primier ba...@aur.archlinux.org
 
 pkgname=perl-gstreamer
-pkgver=0.17
+pkgver=0.18
 pkgrel=1
 pkgdesc=Interface to the GStreamer library
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('glib-perl=1.180' 'gstreamer0.10' 'perl-extutils-pkgconfig=1.07' 
'perl-extutils-depends=0.205')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/X/XA/XAOC/GStreamer-$pkgver.tar.gz)
-md5sums=('8fe097daf0e2534452a3f69af05ec9fd')
+md5sums=('7ac748677f00d1fd966b09e10448cff6')
 
 build() {
   cd  GStreamer-${pkgver}



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

2013-03-21 Thread Sergej Pupykin
Date: Thursday, March 21, 2013 @ 11:53:05
  Author: spupykin
Revision: 86700

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

Added:
  perl-gstreamer/repos/community-i686/PKGBUILD
(from rev 86699, perl-gstreamer/trunk/PKGBUILD)
  perl-gstreamer/repos/community-x86_64/PKGBUILD
(from rev 86699, perl-gstreamer/trunk/PKGBUILD)
Deleted:
  perl-gstreamer/repos/community-i686/PKGBUILD
  perl-gstreamer/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-21 10:52:45 UTC (rev 86699)
+++ community-i686/PKGBUILD 2013-03-21 10:53:05 UTC (rev 86700)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Corrado Primier ba...@aur.archlinux.org
-
-pkgname=perl-gstreamer
-pkgver=0.17
-pkgrel=1
-pkgdesc=Interface to the GStreamer library
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/dist/GStreamer;
-license=('GPL' 'PerlArtistic')
-depends=('glib-perl=1.180' 'gstreamer0.10' 'perl-extutils-pkgconfig=1.07' 
'perl-extutils-depends=0.205')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/X/XA/XAOC/GStreamer-$pkgver.tar.gz)
-md5sums=('8fe097daf0e2534452a3f69af05ec9fd')
-
-build() {
-  cd  GStreamer-${pkgver}
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  GStreamer-${pkgver}
-  make install DESTDIR=${pkgdir}
-  find ${pkgdir} -name '.packlist' -delete
-  find ${pkgdir} -name '*.pod' -delete
-}

Copied: perl-gstreamer/repos/community-i686/PKGBUILD (from rev 86699, 
perl-gstreamer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-21 10:53:05 UTC (rev 86700)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Corrado Primier ba...@aur.archlinux.org
+
+pkgname=perl-gstreamer
+pkgver=0.18
+pkgrel=1
+pkgdesc=Interface to the GStreamer library
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/GStreamer;
+license=('GPL' 'PerlArtistic')
+depends=('glib-perl=1.180' 'gstreamer0.10' 'perl-extutils-pkgconfig=1.07' 
'perl-extutils-depends=0.205')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/X/XA/XAOC/GStreamer-$pkgver.tar.gz)
+md5sums=('7ac748677f00d1fd966b09e10448cff6')
+
+build() {
+  cd  GStreamer-${pkgver}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  GStreamer-${pkgver}
+  make install DESTDIR=${pkgdir}
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-21 10:52:45 UTC (rev 86699)
+++ community-x86_64/PKGBUILD   2013-03-21 10:53:05 UTC (rev 86700)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Corrado Primier ba...@aur.archlinux.org
-
-pkgname=perl-gstreamer
-pkgver=0.17
-pkgrel=1
-pkgdesc=Interface to the GStreamer library
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/dist/GStreamer;
-license=('GPL' 'PerlArtistic')
-depends=('glib-perl=1.180' 'gstreamer0.10' 'perl-extutils-pkgconfig=1.07' 
'perl-extutils-depends=0.205')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/X/XA/XAOC/GStreamer-$pkgver.tar.gz)
-md5sums=('8fe097daf0e2534452a3f69af05ec9fd')
-
-build() {
-  cd  GStreamer-${pkgver}
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  GStreamer-${pkgver}
-  make install DESTDIR=${pkgdir}
-  find ${pkgdir} -name '.packlist' -delete
-  find ${pkgdir} -name '*.pod' -delete
-}

Copied: perl-gstreamer/repos/community-x86_64/PKGBUILD (from rev 86699, 
perl-gstreamer/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-03-21 10:53:05 UTC (rev 86700)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Corrado Primier ba...@aur.archlinux.org
+
+pkgname=perl-gstreamer
+pkgver=0.18
+pkgrel=1
+pkgdesc=Interface to the GStreamer library
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/GStreamer;
+license=('GPL' 'PerlArtistic')
+depends=('glib-perl=1.180' 'gstreamer0.10' 'perl-extutils-pkgconfig=1.07' 
'perl-extutils-depends=0.205')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/X/XA/XAOC/GStreamer-$pkgver.tar.gz)

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

2013-03-21 Thread Sergej Pupykin
Date: Thursday, March 21, 2013 @ 11:53:09
  Author: spupykin
Revision: 86701

upgpkg: perl-inline 0.52-1

upd

Modified:
  perl-inline/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-21 10:53:05 UTC (rev 86700)
+++ PKGBUILD2013-03-21 10:53:09 UTC (rev 86701)
@@ -3,7 +3,7 @@
 # Contributor: François Charette firmicus ατ gmx δοτ net
 
 pkgname=perl-inline
-pkgver=0.50_01
+pkgver=0.52
 pkgrel=1
 pkgdesc=Write Perl subroutines in other languages
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('perl=5.10.0' 'perl-parse-recdescent=1.8')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/S/SI/SISYPHUS/Inline-$pkgver.tar.gz)
-md5sums=('1e1aa6e83dad5baecb712b1873b3902a')
+md5sums=('21fa6dd9df87d6d637bc35675439cb19')
 
 build() {
   cd  $srcdir/Inline-$pkgver



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

2013-03-21 Thread Sergej Pupykin
Date: Thursday, March 21, 2013 @ 11:53:21
  Author: spupykin
Revision: 86702

archrelease: copy trunk to community-any

Added:
  perl-inline/repos/community-any/PKGBUILD
(from rev 86701, perl-inline/trunk/PKGBUILD)
Deleted:
  perl-inline/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-21 10:53:09 UTC (rev 86701)
+++ PKGBUILD2013-03-21 10:53:21 UTC (rev 86702)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: François Charette firmicus ατ gmx δοτ net
-
-pkgname=perl-inline
-pkgver=0.50_01
-pkgrel=1
-pkgdesc=Write Perl subroutines in other languages
-arch=('any')
-url=http://search.cpan.org/dist/Inline;
-license=('GPL' 'PerlArtistic')
-depends=('perl=5.10.0' 'perl-parse-recdescent=1.8')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/S/SI/SISYPHUS/Inline-$pkgver.tar.gz)
-md5sums=('1e1aa6e83dad5baecb712b1873b3902a')
-
-build() {
-  cd  $srcdir/Inline-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-inline/repos/community-any/PKGBUILD (from rev 86701, 
perl-inline/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-21 10:53:21 UTC (rev 86702)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: François Charette firmicus ατ gmx δοτ net
+
+pkgname=perl-inline
+pkgver=0.52
+pkgrel=1
+pkgdesc=Write Perl subroutines in other languages
+arch=('any')
+url=http://search.cpan.org/dist/Inline;
+license=('GPL' 'PerlArtistic')
+depends=('perl=5.10.0' 'perl-parse-recdescent=1.8')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/S/SI/SISYPHUS/Inline-$pkgver.tar.gz)
+md5sums=('21fa6dd9df87d6d637bc35675439cb19')
+
+build() {
+  cd  $srcdir/Inline-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/Inline-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



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

2013-03-21 Thread Sergej Pupykin
Date: Thursday, March 21, 2013 @ 11:53:25
  Author: spupykin
Revision: 86703

upgpkg: perl-ldap 0.53-1

upd

Modified:
  perl-ldap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-21 10:53:21 UTC (rev 86702)
+++ PKGBUILD2013-03-21 10:53:25 UTC (rev 86703)
@@ -3,7 +3,7 @@
 # Maintainer: Tom K t...@runbox.com
 
 pkgname=perl-ldap
-pkgver=0.48
+pkgver=0.53
 pkgrel=1
 pkgdesc=Interface to LDAP Protocol (RFC1777)
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('perl-convert-asn1' 'perl-xml-sax-writer')
 license=(GPL)
 
source=(http://search.cpan.org/CPAN/authors/id/M/MA/MARSCHAP/perl-ldap-$pkgver.tar.gz)
-md5sums=('3c90e6b973852c51f73522ec84762e6c')
+md5sums=('3063be5e1597586fd50c10f572e3a853')
 
 build() {
   cd  $srcdir/perl-ldap-$pkgver



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

2013-03-21 Thread Sergej Pupykin
Date: Thursday, March 21, 2013 @ 11:53:36
  Author: spupykin
Revision: 86704

archrelease: copy trunk to community-any

Added:
  perl-ldap/repos/community-any/PKGBUILD
(from rev 86703, perl-ldap/trunk/PKGBUILD)
Deleted:
  perl-ldap/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-21 10:53:25 UTC (rev 86703)
+++ PKGBUILD2013-03-21 10:53:36 UTC (rev 86704)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Tom K t...@runbox.com
-
-pkgname=perl-ldap
-pkgver=0.48
-pkgrel=1
-pkgdesc=Interface to LDAP Protocol (RFC1777)
-arch=('any')
-url=http://search.cpan.org/dist/perl-ldap;
-depends=('perl-convert-asn1' 'perl-xml-sax-writer')
-license=(GPL)
-source=(http://search.cpan.org/CPAN/authors/id/M/MA/MARSCHAP/perl-ldap-$pkgver.tar.gz)
-md5sums=('3c90e6b973852c51f73522ec84762e6c')
-
-build() {
-  cd  $srcdir/perl-ldap-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-ldap/repos/community-any/PKGBUILD (from rev 86703, 
perl-ldap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-21 10:53:36 UTC (rev 86704)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Tom K t...@runbox.com
+
+pkgname=perl-ldap
+pkgver=0.53
+pkgrel=1
+pkgdesc=Interface to LDAP Protocol (RFC1777)
+arch=('any')
+url=http://search.cpan.org/dist/perl-ldap;
+depends=('perl-convert-asn1' 'perl-xml-sax-writer')
+license=(GPL)
+source=(http://search.cpan.org/CPAN/authors/id/M/MA/MARSCHAP/perl-ldap-$pkgver.tar.gz)
+md5sums=('3063be5e1597586fd50c10f572e3a853')
+
+build() {
+  cd  $srcdir/perl-ldap-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/perl-ldap-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



[arch-commits] Commit in perl-poe-component-ikc/trunk (PKGBUILD)

2013-03-21 Thread Sergej Pupykin
Date: Thursday, March 21, 2013 @ 11:53:40
  Author: spupykin
Revision: 86705

upgpkg: perl-poe-component-ikc 0.2304-1

upd

Modified:
  perl-poe-component-ikc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-21 10:53:36 UTC (rev 86704)
+++ PKGBUILD2013-03-21 10:53:40 UTC (rev 86705)
@@ -3,7 +3,7 @@
 # Maintainer: Charles Mauch cma...@gmail.com
 
 pkgname=perl-poe-component-ikc
-pkgver=0.2302
+pkgver=0.2304
 pkgrel=1
 pkgdesc=Perl/CPAN Module POE::Component::IKC
 arch=(any)
@@ -12,7 +12,7 @@
 makedepends=(perl-poe)
 depends=(perl-poe)
 
source=(http://www.cpan.org/authors/id/G/GW/GWYN/POE-Component-IKC-$pkgver.tar.gz;)
-md5sums=('25a1bd34dacae9a8937dcb1078b1b99d')
+md5sums=('cbcbfaa4fccaf2448a93b10e1a2a825d')
 
 build() {
   cd $srcdir/POE-Component-IKC-$pkgver



[arch-commits] Commit in perl-poe-component-ikc/repos/community-any (2 files)

2013-03-21 Thread Sergej Pupykin
Date: Thursday, March 21, 2013 @ 11:53:52
  Author: spupykin
Revision: 86706

archrelease: copy trunk to community-any

Added:
  perl-poe-component-ikc/repos/community-any/PKGBUILD
(from rev 86705, perl-poe-component-ikc/trunk/PKGBUILD)
Deleted:
  perl-poe-component-ikc/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-21 10:53:40 UTC (rev 86705)
+++ PKGBUILD2013-03-21 10:53:52 UTC (rev 86706)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Charles Mauch cma...@gmail.com
-
-pkgname=perl-poe-component-ikc
-pkgver=0.2302
-pkgrel=1
-pkgdesc=Perl/CPAN Module POE::Component::IKC
-arch=(any)
-url=http://search.cpan.org/dist/POE-Component-IKC/;
-license=(GPL PerlArtistic)
-makedepends=(perl-poe)
-depends=(perl-poe)
-source=(http://www.cpan.org/authors/id/G/GW/GWYN/POE-Component-IKC-$pkgver.tar.gz;)
-md5sums=('25a1bd34dacae9a8937dcb1078b1b99d')
-
-build() {
-  cd $srcdir/POE-Component-IKC-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-poe-component-ikc/repos/community-any/PKGBUILD (from rev 86705, 
perl-poe-component-ikc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-21 10:53:52 UTC (rev 86706)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Charles Mauch cma...@gmail.com
+
+pkgname=perl-poe-component-ikc
+pkgver=0.2304
+pkgrel=1
+pkgdesc=Perl/CPAN Module POE::Component::IKC
+arch=(any)
+url=http://search.cpan.org/dist/POE-Component-IKC/;
+license=(GPL PerlArtistic)
+makedepends=(perl-poe)
+depends=(perl-poe)
+source=(http://www.cpan.org/authors/id/G/GW/GWYN/POE-Component-IKC-$pkgver.tar.gz;)
+md5sums=('cbcbfaa4fccaf2448a93b10e1a2a825d')
+
+build() {
+  cd $srcdir/POE-Component-IKC-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd $srcdir/POE-Component-IKC-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



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

2013-03-21 Thread Sergej Pupykin
Date: Thursday, March 21, 2013 @ 11:53:56
  Author: spupykin
Revision: 86707

upgpkg: perl-spiffy 0.31-1

upd

Modified:
  perl-spiffy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-21 10:53:52 UTC (rev 86706)
+++ PKGBUILD2013-03-21 10:53:56 UTC (rev 86707)
@@ -3,8 +3,8 @@
 # Contributor: François Charette firmicus ατ gmx δοτ net
 
 pkgname=perl-spiffy
-pkgver=0.30
-pkgrel=5
+pkgver=0.31
+pkgrel=1
 pkgdesc=Spiffy Perl Interface Framework For You
 arch=('any')
 url=http://search.cpan.org/dist/Spiffy;
@@ -12,7 +12,7 @@
 depends=('perl=5.10.0')
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/I/IN/INGY/Spiffy-$pkgver.tar.gz)
-md5sums=('49860ccf2127c6d2af3d98560ffae644')
+md5sums=('53cfd4e915715e6dac912469af3d71a0')
 
 build() {
   cd  $srcdir/Spiffy-$pkgver



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

2013-03-21 Thread Sergej Pupykin
Date: Thursday, March 21, 2013 @ 11:54:08
  Author: spupykin
Revision: 86708

archrelease: copy trunk to community-any

Added:
  perl-spiffy/repos/community-any/PKGBUILD
(from rev 86707, perl-spiffy/trunk/PKGBUILD)
Deleted:
  perl-spiffy/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-21 10:53:56 UTC (rev 86707)
+++ PKGBUILD2013-03-21 10:54:08 UTC (rev 86708)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: François Charette firmicus ατ gmx δοτ net
-
-pkgname=perl-spiffy
-pkgver=0.30
-pkgrel=5
-pkgdesc=Spiffy Perl Interface Framework For You
-arch=('any')
-url=http://search.cpan.org/dist/Spiffy;
-license=('GPL' 'PerlArtistic')
-depends=('perl=5.10.0')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/I/IN/INGY/Spiffy-$pkgver.tar.gz)
-md5sums=('49860ccf2127c6d2af3d98560ffae644')
-
-build() {
-  cd  $srcdir/Spiffy-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-spiffy/repos/community-any/PKGBUILD (from rev 86707, 
perl-spiffy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-21 10:54:08 UTC (rev 86708)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: François Charette firmicus ατ gmx δοτ net
+
+pkgname=perl-spiffy
+pkgver=0.31
+pkgrel=1
+pkgdesc=Spiffy Perl Interface Framework For You
+arch=('any')
+url=http://search.cpan.org/dist/Spiffy;
+license=('GPL' 'PerlArtistic')
+depends=('perl=5.10.0')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/I/IN/INGY/Spiffy-$pkgver.tar.gz)
+md5sums=('53cfd4e915715e6dac912469af3d71a0')
+
+build() {
+  cd  $srcdir/Spiffy-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/Spiffy-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



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

2013-03-21 Thread Sergej Pupykin
Date: Thursday, March 21, 2013 @ 11:54:12
  Author: spupykin
Revision: 86709

upgpkg: perl-tie-cphash 1.05-1

upd

Modified:
  perl-tie-cphash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-21 10:54:08 UTC (rev 86708)
+++ PKGBUILD2013-03-21 10:54:12 UTC (rev 86709)
@@ -3,15 +3,15 @@
 # Maintainer: Charles Mauch cma...@gmail.com
 
 pkgname=perl-tie-cphash
-pkgver=1.04
-pkgrel=3
+pkgver=1.05
+pkgrel=1
 pkgdesc=Perl/CPAN Module Tie::CPHash : Case preserving but case insensitive 
hash
 arch=(any)
 url=http://search.cpan.org/dist/Tie-CPHash;
 license=(GPL PerlArtistic)
 depends=('perl')
 source=(http://www.cpan.org/authors/id/C/CJ/CJM/Tie-CPHash-$pkgver.tar.gz;)
-md5sums=('d9430275241f5d198c2af027aea294ee')
+md5sums=('2d71103208922b0305adfd50bc2f1736')
 
 build() {
   cd $srcdir/Tie-CPHash-$pkgver



[arch-commits] Commit in perl-tie-cphash/repos/community-any (PKGBUILD PKGBUILD)

2013-03-21 Thread Sergej Pupykin
Date: Thursday, March 21, 2013 @ 11:54:23
  Author: spupykin
Revision: 86710

archrelease: copy trunk to community-any

Added:
  perl-tie-cphash/repos/community-any/PKGBUILD
(from rev 86709, perl-tie-cphash/trunk/PKGBUILD)
Deleted:
  perl-tie-cphash/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-21 10:54:12 UTC (rev 86709)
+++ PKGBUILD2013-03-21 10:54:23 UTC (rev 86710)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Charles Mauch cma...@gmail.com
-
-pkgname=perl-tie-cphash
-pkgver=1.04
-pkgrel=3
-pkgdesc=Perl/CPAN Module Tie::CPHash : Case preserving but case insensitive 
hash
-arch=(any)
-url=http://search.cpan.org/dist/Tie-CPHash;
-license=(GPL PerlArtistic)
-depends=('perl')
-source=(http://www.cpan.org/authors/id/C/CJ/CJM/Tie-CPHash-$pkgver.tar.gz;)
-md5sums=('d9430275241f5d198c2af027aea294ee')
-
-build() {
-  cd $srcdir/Tie-CPHash-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-tie-cphash/repos/community-any/PKGBUILD (from rev 86709, 
perl-tie-cphash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-21 10:54:23 UTC (rev 86710)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Charles Mauch cma...@gmail.com
+
+pkgname=perl-tie-cphash
+pkgver=1.05
+pkgrel=1
+pkgdesc=Perl/CPAN Module Tie::CPHash : Case preserving but case insensitive 
hash
+arch=(any)
+url=http://search.cpan.org/dist/Tie-CPHash;
+license=(GPL PerlArtistic)
+depends=('perl')
+source=(http://www.cpan.org/authors/id/C/CJ/CJM/Tie-CPHash-$pkgver.tar.gz;)
+md5sums=('2d71103208922b0305adfd50bc2f1736')
+
+build() {
+  cd $srcdir/Tie-CPHash-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd $srcdir/Tie-CPHash-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



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

2013-03-21 Thread Sergej Pupykin
Date: Thursday, March 21, 2013 @ 12:19:26
  Author: spupykin
Revision: 86711

upgpkg: perl-tie-ixhash 1.23-1

upd

Modified:
  perl-tie-ixhash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-21 10:54:23 UTC (rev 86710)
+++ PKGBUILD2013-03-21 11:19:26 UTC (rev 86711)
@@ -4,8 +4,8 @@
 # Contributor: François Charette firmicus ατ gmx δοτ net
 
 pkgname=perl-tie-ixhash
-pkgver=1.22
-pkgrel=2
+pkgver=1.23
+pkgrel=1
 pkgdesc=Indexed hash (ordered array/hash composite)
 arch=('any')
 url=http://search.cpan.org/dist/Tie-IxHash;
@@ -13,7 +13,7 @@
 depends=('perl=5.10.0')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/C/CH/CHORNY/Tie-IxHash-$pkgver.tar.gz)
-md5sums=('aae2e62df7e016fd3e8fdaaea71b0b41')
+md5sums=('8393f2ced231533c3e714abad582f291')
 
 build() {
   cd  $srcdir/Tie-IxHash-$pkgver



[arch-commits] Commit in perl-tie-ixhash/repos/community-any (PKGBUILD PKGBUILD)

2013-03-21 Thread Sergej Pupykin
Date: Thursday, March 21, 2013 @ 12:19:38
  Author: spupykin
Revision: 86712

archrelease: copy trunk to community-any

Added:
  perl-tie-ixhash/repos/community-any/PKGBUILD
(from rev 86711, perl-tie-ixhash/trunk/PKGBUILD)
Deleted:
  perl-tie-ixhash/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-21 11:19:26 UTC (rev 86711)
+++ PKGBUILD2013-03-21 11:19:38 UTC (rev 86712)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman
-# Contributor: François Charette firmicus ατ gmx δοτ net
-
-pkgname=perl-tie-ixhash
-pkgver=1.22
-pkgrel=2
-pkgdesc=Indexed hash (ordered array/hash composite)
-arch=('any')
-url=http://search.cpan.org/dist/Tie-IxHash;
-license=('GPL' 'PerlArtistic')
-depends=('perl=5.10.0')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/C/CH/CHORNY/Tie-IxHash-$pkgver.tar.gz)
-md5sums=('aae2e62df7e016fd3e8fdaaea71b0b41')
-
-build() {
-  cd  $srcdir/Tie-IxHash-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-tie-ixhash/repos/community-any/PKGBUILD (from rev 86711, 
perl-tie-ixhash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-21 11:19:38 UTC (rev 86712)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman
+# Contributor: François Charette firmicus ατ gmx δοτ net
+
+pkgname=perl-tie-ixhash
+pkgver=1.23
+pkgrel=1
+pkgdesc=Indexed hash (ordered array/hash composite)
+arch=('any')
+url=http://search.cpan.org/dist/Tie-IxHash;
+license=('GPL' 'PerlArtistic')
+depends=('perl=5.10.0')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/C/CH/CHORNY/Tie-IxHash-$pkgver.tar.gz)
+md5sums=('8393f2ced231533c3e714abad582f291')
+
+build() {
+  cd  $srcdir/Tie-IxHash-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/Tie-IxHash-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



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

2013-03-21 Thread Sergej Pupykin
Date: Thursday, March 21, 2013 @ 12:19:41
  Author: spupykin
Revision: 86713

upgpkg: wanderlust 20130321-1

upd

Modified:
  wanderlust/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-21 11:19:38 UTC (rev 86712)
+++ PKGBUILD2013-03-21 11:19:41 UTC (rev 86713)
@@ -4,7 +4,7 @@
 
 pkgname=wanderlust
 #pkgver=2.15.9
-pkgver=20121210
+pkgver=20130321
 pkgrel=1
 pkgdesc=Mail/News reader supporting IMAP4rev1 for emacs.
 arch=(any)
@@ -15,7 +15,7 @@
 optdepends=('bbdb: contact management utility')
 install=wanderlust.install
 
source=(wanderlust-$pkgver.zip::https://github.com/wanderlust/wanderlust/zipball/master;)
-md5sums=('a20b613b53882a3370373189ef9084d7')
+md5sums=('f05dafa9c0ace1d46096e4b6a28ef81e')
 
 package() {
   cd `find $srcdir/ -name wanderlust-\* -type d`



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

2013-03-21 Thread Sergej Pupykin
Date: Thursday, March 21, 2013 @ 12:19:52
  Author: spupykin
Revision: 86714

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |   60 +--
 wanderlust.install |   26 +++---
 2 files changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-21 11:19:41 UTC (rev 86713)
+++ PKGBUILD2013-03-21 11:19:52 UTC (rev 86714)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Norberto Lopes shel...@mail.telepac.pt
-
-pkgname=wanderlust
-#pkgver=2.15.9
-pkgver=20121210
-pkgrel=1
-pkgdesc=Mail/News reader supporting IMAP4rev1 for emacs.
-arch=(any)
-url=http://www.gohome.org/wl;
-license=('GPL')
-depends=('emacs' 'emacs-apel=10.7' 'flim' 'semi')
-makedepends=('cvs' 'bbdb')
-optdepends=('bbdb: contact management utility')
-install=wanderlust.install
-source=(wanderlust-$pkgver.zip::https://github.com/wanderlust/wanderlust/zipball/master;)
-md5sums=('a20b613b53882a3370373189ef9084d7')
-
-build() {
-  cd `find $srcdir/ -name wanderlust-\* -type d`
-  PIXMAPDIR=/usr/share/emacs/`emacs -batch -eval (princ (format \%d.%d\ 
emacs-major-version emacs-minor-version))`/etc/wl/icons/
-  install -dm0755 $pkgdir/usr/share/info
-  make all info
-  make install install-info \
-   LISPDIR=$pkgdir/usr/share/emacs/site-lisp \
-   PIXMAPDIR=$pkgdir$PIXMAPDIR \
-   INFODIR=$pkgdir/usr/share/info
-  install -m644 utils/ssl.el $pkgdir/usr/share/emacs/site-lisp/ssl.el
-}

Copied: wanderlust/repos/community-any/PKGBUILD (from rev 86713, 
wanderlust/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-21 11:19:52 UTC (rev 86714)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Norberto Lopes shel...@mail.telepac.pt
+
+pkgname=wanderlust
+#pkgver=2.15.9
+pkgver=20130321
+pkgrel=1
+pkgdesc=Mail/News reader supporting IMAP4rev1 for emacs.
+arch=(any)
+url=http://www.gohome.org/wl;
+license=('GPL')
+depends=('emacs' 'emacs-apel=10.7' 'flim' 'semi')
+makedepends=('cvs' 'bbdb')
+optdepends=('bbdb: contact management utility')
+install=wanderlust.install
+source=(wanderlust-$pkgver.zip::https://github.com/wanderlust/wanderlust/zipball/master;)
+md5sums=('f05dafa9c0ace1d46096e4b6a28ef81e')
+
+package() {
+  cd `find $srcdir/ -name wanderlust-\* -type d`
+  PIXMAPDIR=/usr/share/emacs/`emacs -batch -eval (princ (format \%d.%d\ 
emacs-major-version emacs-minor-version))`/etc/wl/icons/
+  install -dm0755 $pkgdir/usr/share/info
+  make all info
+  make install install-info \
+   LISPDIR=$pkgdir/usr/share/emacs/site-lisp \
+   PIXMAPDIR=$pkgdir$PIXMAPDIR \
+   INFODIR=$pkgdir/usr/share/info
+  install -m644 utils/ssl.el $pkgdir/usr/share/emacs/site-lisp/ssl.el
+}

Deleted: wanderlust.install
===
--- wanderlust.install  2013-03-21 11:19:41 UTC (rev 86713)
+++ wanderlust.install  2013-03-21 11:19:52 UTC (rev 86714)
@@ -1,13 +0,0 @@
-post_install () {
-cat  EOF
-== Put this in your $HOME/.emacs file to enable Wanderlust
-
-(autoload 'wl wl Wanderlust t)
-(autoload 'wl-other-frame wl Wanderlust on new frame. t)
-(autoload 'wl-draft wl-draft Write draft with Wanderlust. t)
-EOF
-}
-
-post_upgrade () {
-  post_install $1
-}

Copied: wanderlust/repos/community-any/wanderlust.install (from rev 86713, 
wanderlust/trunk/wanderlust.install)
===
--- wanderlust.install  (rev 0)
+++ wanderlust.install  2013-03-21 11:19:52 UTC (rev 86714)
@@ -0,0 +1,13 @@
+post_install () {
+cat  EOF
+== Put this in your $HOME/.emacs file to enable Wanderlust
+
+(autoload 'wl wl Wanderlust t)
+(autoload 'wl-other-frame wl Wanderlust on new frame. t)
+(autoload 'wl-draft wl-draft Write draft with Wanderlust. t)
+EOF
+}
+
+post_upgrade () {
+  post_install $1
+}



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

2013-03-21 Thread Sergej Pupykin
Date: Thursday, March 21, 2013 @ 13:07:54
  Author: spupykin
Revision: 86715

upgpkg: mlt 0.8.8-4

upd

Added:
  mlt/trunk/fix-segmentation-fault-at-exit-by-calling-av_lockmgr.patch
Modified:
  mlt/trunk/PKGBUILD
Deleted:
  mlt/trunk/ffmpeg.patch

+
 PKGBUILD   |8 +-
 ffmpeg.patch   |   29 
 fix-segmentation-fault-at-exit-by-calling-av_lockmgr.patch |   37 +++
 3 files changed, 41 insertions(+), 33 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-21 11:19:52 UTC (rev 86714)
+++ PKGBUILD2013-03-21 12:07:54 UTC (rev 86715)
@@ -8,7 +8,7 @@
 pkgbase=mlt
 pkgname=('mlt' 'mlt-python-bindings')
 pkgver=0.8.8
-pkgrel=3
+pkgrel=4
 pkgdesc=An open source multimedia framework
 arch=('i686' 'x86_64')
 url=http://www.mltframework.org;
@@ -16,15 +16,15 @@
 makedepends=('sdl_image' 'libsamplerate' 'libdv' 'qt4' 'sox' 'libxml2' 'gtk2' 
'ffmpeg'
 'frei0r-plugins' 'swig' 'python2' jack ladspa)
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz
-   ffmpeg.patch)
+   fix-segmentation-fault-at-exit-by-calling-av_lockmgr.patch)
 md5sums=('06de4052cffd6760c468d7da9557edae'
- 'c28b4691d1715432d4de0055f4e2f5eb')
+ '8227e7a1b059b1b16901166d2a508317')
 
 build() {
   # mlt
   cd $srcdir/mlt-$pkgver
 
-#  patch -p1 $srcdir/ffmpeg.patch
+  patch -p1 $srcdir/fix-segmentation-fault-at-exit-by-calling-av_lockmgr.patch
 
   [ $CARCH == i686 ]  SSE2=--disable-sse2 || SSE2=
 #  SSE2=--disable-sse2

Deleted: ffmpeg.patch
===
--- ffmpeg.patch2013-03-21 11:19:52 UTC (rev 86714)
+++ ffmpeg.patch2013-03-21 12:07:54 UTC (rev 86715)
@@ -1,29 +0,0 @@
-diff -wbBur mlt-0.8.2/src/modules/avformat/consumer_avformat.c 
mlt-0.8.2.my/src/modules/avformat/consumer_avformat.c
 mlt-0.8.2/src/modules/avformat/consumer_avformat.c 2012-08-28 
20:25:58.0 +0400
-+++ mlt-0.8.2.my/src/modules/avformat/consumer_avformat.c  2012-11-06 
16:03:07.269782436 +0400
-@@ -237,11 +237,7 @@
-   mlt_properties_set_data( properties, acodec, codecs, 0, 
(mlt_destructor) mlt_properties_close, NULL );
-   mlt_properties_set_data( doc, audio_codecs, codecs, 0, NULL, 
NULL );
-   while ( ( codec = av_codec_next( codec ) ) )
--#if LIBAVCODEC_VERSION_INT = ((5416)+(08)+0)
--  if ( ( codec-encode || codec-encode2 )  codec-type 
== CODEC_TYPE_AUDIO )
--#else
--  if ( codec-encode  codec-type == CODEC_TYPE_AUDIO )
--#endif
-+  if ( ( codec-encode2 )  codec-type == 
CODEC_TYPE_AUDIO )
-   {
-   snprintf( key, sizeof(key), %d, 
mlt_properties_count( codecs ) );
-   mlt_properties_set( codecs, key, codec-name );
-@@ -261,11 +257,7 @@
-   mlt_properties_set_data( properties, vcodec, codecs, 0, 
(mlt_destructor) mlt_properties_close, NULL );
-   mlt_properties_set_data( doc, video_codecs, codecs, 0, NULL, 
NULL );
-   while ( ( codec = av_codec_next( codec ) ) )
--#if LIBAVCODEC_VERSION_INT = ((5416)+(08)+0)
--  if ( (codec-encode || codec-encode2)  codec-type 
== CODEC_TYPE_VIDEO )
--#else
--  if ( codec-encode  codec-type == CODEC_TYPE_VIDEO )
--#endif
-+  if ( (codec-encode2)  codec-type == 
CODEC_TYPE_VIDEO )
-   {
-   snprintf( key, sizeof(key), %d, 
mlt_properties_count( codecs ) );
-   mlt_properties_set( codecs, key, codec-name );

Added: fix-segmentation-fault-at-exit-by-calling-av_lockmgr.patch
===
--- fix-segmentation-fault-at-exit-by-calling-av_lockmgr.patch  
(rev 0)
+++ fix-segmentation-fault-at-exit-by-calling-av_lockmgr.patch  2013-03-21 
12:07:54 UTC (rev 86715)
@@ -0,0 +1,37 @@
+From ef749d7b526f0762a00a369ea35b5b12c18142fb Mon Sep 17 00:00:00 2001
+From: Nicolas Boichat nico...@boichat.ch
+Date: Wed, 20 Mar 2013 16:50:56 +0800
+Subject: [PATCH] Fix Segmentation fault at exit by calling
+ av_lockmgr_register( NULL );
+
+---
+ src/modules/avformat/factory.c | 6 ++
+ 1 file changed, 6 insertions(+)
+
+diff --git a/src/modules/avformat/factory.c b/src/modules/avformat/factory.c
+index ddf05fe..a273537 100644
+--- a/src/modules/avformat/factory.c
 b/src/modules/avformat/factory.c
+@@ -83,6 +83,11 @@ static int avformat_lockmgr(void **mutex, enum AVLockOp op)
+return 0;
+ }
+ 
++static void avformat_exit( )
++{
++  av_lockmgr_register( NULL );
++}
++
+ static void avformat_init( )
+ {
+   // Initialise avformat if 

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

2013-03-21 Thread Sergej Pupykin
Date: Thursday, March 21, 2013 @ 13:08:21
  Author: spupykin
Revision: 86716

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

Added:
  mlt/repos/community-i686/PKGBUILD
(from rev 86715, mlt/trunk/PKGBUILD)
  
mlt/repos/community-i686/fix-segmentation-fault-at-exit-by-calling-av_lockmgr.patch
(from rev 86715, 
mlt/trunk/fix-segmentation-fault-at-exit-by-calling-av_lockmgr.patch)
  mlt/repos/community-x86_64/PKGBUILD
(from rev 86715, mlt/trunk/PKGBUILD)
  
mlt/repos/community-x86_64/fix-segmentation-fault-at-exit-by-calling-av_lockmgr.patch
(from rev 86715, 
mlt/trunk/fix-segmentation-fault-at-exit-by-calling-av_lockmgr.patch)
Deleted:
  mlt/repos/community-i686/PKGBUILD
  mlt/repos/community-i686/ffmpeg.patch
  mlt/repos/community-x86_64/PKGBUILD
  mlt/repos/community-x86_64/ffmpeg.patch

-+
 /PKGBUILD   |  
128 ++
 community-i686/PKGBUILD |  
 64 -
 community-i686/ffmpeg.patch |  
 29 --
 community-i686/fix-segmentation-fault-at-exit-by-calling-av_lockmgr.patch   |  
 37 ++
 community-x86_64/PKGBUILD   |  
 64 -
 community-x86_64/ffmpeg.patch   |  
 29 --
 community-x86_64/fix-segmentation-fault-at-exit-by-calling-av_lockmgr.patch |  
 37 ++
 7 files changed, 202 insertions(+), 186 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-21 12:07:54 UTC (rev 86715)
+++ community-i686/PKGBUILD 2013-03-21 12:08:21 UTC (rev 86716)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Fabian Schoelzel myfirstname.mylastn...@googlemail.com
-# Contributor: funkyou spamop...@nickname.berlin.de
-# Contributor: tardo ta...@nagi-fanboi.net
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-
-pkgbase=mlt
-pkgname=('mlt' 'mlt-python-bindings')
-pkgver=0.8.8
-pkgrel=3
-pkgdesc=An open source multimedia framework
-arch=('i686' 'x86_64')
-url=http://www.mltframework.org;
-license=('GPL')
-makedepends=('sdl_image' 'libsamplerate' 'libdv' 'qt4' 'sox' 'libxml2' 'gtk2' 
'ffmpeg'
-'frei0r-plugins' 'swig' 'python2' jack ladspa)
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz
-   ffmpeg.patch)
-md5sums=('06de4052cffd6760c468d7da9557edae'
- 'c28b4691d1715432d4de0055f4e2f5eb')
-
-build() {
-  # mlt
-  cd $srcdir/mlt-$pkgver
-
-#  patch -p1 $srcdir/ffmpeg.patch
-
-  [ $CARCH == i686 ]  SSE2=--disable-sse2 || SSE2=
-#  SSE2=--disable-sse2
-
-  msg SSE2=$SSE2
-  ./configure --prefix=/usr --enable-gpl --enable-gpl3 \
-   --qimage-libdir=/usr/lib/ --qimage-includedir=/usr/include/qt4 \
-   --avformat-vdpau \
-   --avformat-swscale $SSE2
-  make
-
-  # mlt python bindings
-  cd $srcdir/mlt-$pkgver/src/swig/python
-  sed -i 's_path=`which python_path=`which python2_' build
-  sed -i 's_`python -c_`python2 -c_' build
-  sed -i 's#python-config#python2-config#' build
-  ./build
-}
-
-package_mlt() {
-  depends=('sdl_image' 'libsamplerate' 'libdv' 'sox' 'libxml2' 'ffmpeg' 
'frei0r-plugins')
-  optdepends=('jack' 'libexif' 'qt4' 'gtk2' ladspa)
-  conflicts=('mlt++=0.3.8')
-
-  cd $srcdir/mlt-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-package_mlt-python-bindings() {
-  depends=('python2' 'mlt')
-
-  cd $srcdir/mlt-$pkgver/src/swig/python
-  mkdir -p $pkgdir/usr/lib/python2.7/
-  install -m755 mlt.py $pkgdir/usr/lib/python2.7/
-  install -m755 _mlt.so $pkgdir/usr/lib/python2.7/
-  install -m755 mlt_wrap.o $pkgdir/usr/lib/python2.7/
-}

Copied: mlt/repos/community-i686/PKGBUILD (from rev 86715, mlt/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-21 12:08:21 UTC (rev 86716)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Fabian Schoelzel myfirstname.mylastn...@googlemail.com
+# Contributor: funkyou spamop...@nickname.berlin.de
+# Contributor: tardo ta...@nagi-fanboi.net
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+
+pkgbase=mlt
+pkgname=('mlt' 'mlt-python-bindings')
+pkgver=0.8.8
+pkgrel=4
+pkgdesc=An open source multimedia framework
+arch=('i686' 'x86_64')
+url=http://www.mltframework.org;
+license=('GPL')
+makedepends=('sdl_image' 'libsamplerate' 'libdv' 'qt4' 'sox' 'libxml2' 'gtk2' 
'ffmpeg'
+'frei0r-plugins' 'swig' 'python2' jack ladspa)
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz
+   fix-segmentation-fault-at-exit-by-calling-av_lockmgr.patch)

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

2013-03-21 Thread Sergej Pupykin
Date: Thursday, March 21, 2013 @ 13:30:09
  Author: spupykin
Revision: 86717

upgpkg: lazarus 1.0.8-1

upd

Modified:
  lazarus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-21 12:08:21 UTC (rev 86716)
+++ PKGBUILD2013-03-21 12:30:09 UTC (rev 86717)
@@ -5,9 +5,9 @@
 
 pkgbase=lazarus
 pkgname=('lazarus' 'lazarus-gtk2' 'lazarus-qt')
-pkgver=1.0.6
+pkgver=1.0.8
 _pkgsubver=0
-pkgrel=2
+pkgrel=1
 url='http://www.lazarus.freepascal.org/'
 license=('GPL2' 'MPL' 'custom:LGPL')
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 options=('!emptydirs' '!makeflags')
 
source=(http://downloads.sourceforge.net/project/lazarus/Lazarus%20Zip%20_%20GZip/Lazarus%20$pkgver/lazarus-$pkgver-${_pkgsubver}.tar.gz;
'lazcontrols2.diff')
-md5sums=('bfab7c877996df911d883ca749c7cc4e'
+md5sums=('ef5085859be265a189db4aa20c648c2d'
  '288bca6ad5ade79deec34c3602d9')
 
 build() {



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

2013-03-21 Thread Sergej Pupykin
Date: Thursday, March 21, 2013 @ 13:30:37
  Author: spupykin
Revision: 86718

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

Added:
  lazarus/repos/community-i686/ChangeLog
(from rev 86717, lazarus/trunk/ChangeLog)
  lazarus/repos/community-i686/PKGBUILD
(from rev 86717, lazarus/trunk/PKGBUILD)
  lazarus/repos/community-i686/lazarus-ide.install
(from rev 86717, lazarus/trunk/lazarus-ide.install)
  lazarus/repos/community-i686/lazcontrols2.diff
(from rev 86717, lazarus/trunk/lazcontrols2.diff)
  lazarus/repos/community-x86_64/ChangeLog
(from rev 86717, lazarus/trunk/ChangeLog)
  lazarus/repos/community-x86_64/PKGBUILD
(from rev 86717, lazarus/trunk/PKGBUILD)
  lazarus/repos/community-x86_64/lazarus-ide.install
(from rev 86717, lazarus/trunk/lazarus-ide.install)
  lazarus/repos/community-x86_64/lazcontrols2.diff
(from rev 86717, lazarus/trunk/lazcontrols2.diff)
Deleted:
  lazarus/repos/community-i686/ChangeLog
  lazarus/repos/community-i686/PKGBUILD
  lazarus/repos/community-i686/lazarus-ide.install
  lazarus/repos/community-i686/lazcontrols2.diff
  lazarus/repos/community-x86_64/ChangeLog
  lazarus/repos/community-x86_64/PKGBUILD
  lazarus/repos/community-x86_64/lazarus-ide.install
  lazarus/repos/community-x86_64/lazcontrols2.diff

--+
 /ChangeLog   |   36 
 /PKGBUILD|  248 +
 /lazarus-ide.install |   68 +
 /lazcontrols2.diff   |   92 
 community-i686/ChangeLog |   18 --
 community-i686/PKGBUILD  |  124 
 community-i686/lazarus-ide.install   |   34 
 community-i686/lazcontrols2.diff |   46 --
 community-x86_64/ChangeLog   |   18 --
 community-x86_64/PKGBUILD|  124 
 community-x86_64/lazarus-ide.install |   34 
 community-x86_64/lazcontrols2.diff   |   46 --
 12 files changed, 444 insertions(+), 444 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2013-03-21 12:30:09 UTC (rev 86717)
+++ community-i686/ChangeLog2013-03-21 12:30:37 UTC (rev 86718)
@@ -1,18 +0,0 @@
-2012-05-15  BlackIkeEagle
-   * fix lazcontrols failure
- see: http://doublecmd.sourceforge.net/mantisbt/view.php?id=347
-   * add compiled files again
-
-2012-05-08  BlackIkeEagle
-   * fix FS#29807
-   * should not have removed Makefiles
-
-2012-04-30  BlackIkeEagle
-   * split pkgbuild
-   * lazarus (can be used for compiling)
-   * lazarus-qt (qt ide)
-   * lazarus-gtk (gtk ide)
-
-2008-01-21  JJDaNiMoTh  jjdanimoth@gmail.com
-
-* PKGBUILD: moved man pages to /usr/share

Copied: lazarus/repos/community-i686/ChangeLog (from rev 86717, 
lazarus/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2013-03-21 12:30:37 UTC (rev 86718)
@@ -0,0 +1,18 @@
+2012-05-15  BlackIkeEagle
+   * fix lazcontrols failure
+ see: http://doublecmd.sourceforge.net/mantisbt/view.php?id=347
+   * add compiled files again
+
+2012-05-08  BlackIkeEagle
+   * fix FS#29807
+   * should not have removed Makefiles
+
+2012-04-30  BlackIkeEagle
+   * split pkgbuild
+   * lazarus (can be used for compiling)
+   * lazarus-qt (qt ide)
+   * lazarus-gtk (gtk ide)
+
+2008-01-21  JJDaNiMoTh  jjdanimoth@gmail.com
+
+* PKGBUILD: moved man pages to /usr/share

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-21 12:30:09 UTC (rev 86717)
+++ community-i686/PKGBUILD 2013-03-21 12:30:37 UTC (rev 86718)
@@ -1,124 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Jens Adam (byte/jra) j_a...@web.de
-# Contributor: BlackIkeEagle ike DOT devolder AT gmail DOT com
-
-pkgbase=lazarus
-pkgname=('lazarus' 'lazarus-gtk2' 'lazarus-qt')
-pkgver=1.0.6
-_pkgsubver=0
-pkgrel=2
-url='http://www.lazarus.freepascal.org/'
-license=('GPL2' 'MPL' 'custom:LGPL')
-arch=('i686' 'x86_64')
-makedepends=('fpc' 'fpc-src' 'gtk2' 'qt4pas' 'rsync')
-options=('!emptydirs' '!makeflags')
-source=(http://downloads.sourceforge.net/project/lazarus/Lazarus%20Zip%20_%20GZip/Lazarus%20$pkgver/lazarus-$pkgver-${_pkgsubver}.tar.gz;
-   'lazcontrols2.diff')
-md5sums=('bfab7c877996df911d883ca749c7cc4e'
- '288bca6ad5ade79deec34c3602d9')
-
-build() {
-  cd $srcdir/${pkgbase}
-
-  # build gtk2 ide
-  make FPC=/usr/bin/fpc LCL_PLATFORM=gtk2 clean bigide
-  # move gtk binaries
-  mv lazarus lazarus-gtk2
-  mv startlazarus startlazarus-gtk2
-
-  # build qt ide
-  make FPC=/usr/bin/fpc LCL_PLATFORM=qt bigide
-  # move qt binaries
-  mv lazarus lazarus-qt
-  

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

2013-03-21 Thread Sergej Pupykin
Date: Thursday, March 21, 2013 @ 14:25:44
  Author: spupykin
Revision: 86719

upgpkg: xbmc 12.1-1

upd

Modified:
  xbmc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-21 12:30:37 UTC (rev 86718)
+++ PKGBUILD2013-03-21 13:25:44 UTC (rev 86719)
@@ -8,8 +8,8 @@
 _prefix=/usr
 
 pkgname=xbmc
-pkgver=12.0
-pkgrel=2
+pkgver=12.1
+pkgrel=1
 pkgdesc=A software media player and entertainment hub for digital media
 arch=('i686' 'x86_64')
 url=http://xbmc.org;
@@ -33,13 +33,9 @@
'xorg-xinit: autostart xbmc')
 install=${pkgname}.install
 source=(http://mirrors.xbmc.org/releases/source/xbmc-$pkgver.tar.gz;
-   xbmc.service
-   
http://trac.xbmc.org/raw-attachment/ticket/13903/0001-AE-Pulse-Audio-fix-crash-on-player-stop.patch;
-   
http://trac.xbmc.org/raw-attachment/ticket/13902/0002-AE-Pulse-Audio-fix-buffer-underruns.patch;)
-md5sums=('a79128b9d094a046947bfd9bb4550809'
- '76fae229ebc3bcfaab7e7f27e4fb51f5'
- '28877c98b28d85e28c0e20ce36bf9ec7'
- '3788667ba89318aace4e0901380d0a35')
+   xbmc.service)
+md5sums=('8955473f84cb2a0513c0f3efd7e68843'
+ '76fae229ebc3bcfaab7e7f27e4fb51f5')
 
 build() {
   cd ${srcdir}/xbmc-$pkgver
@@ -47,9 +43,6 @@
   # fix lsb_release dependency
   sed -i -e 's:/usr/bin/lsb_release -d:cat /etc/arch-release:' 
xbmc/utils/SystemInfo.cpp
 
-  patch -p1 $srcdir/0001-AE-Pulse-Audio-fix-crash-on-player-stop.patch
-  patch -p1 $srcdir/0002-AE-Pulse-Audio-fix-buffer-underruns.patch
-
   # Bootstrapping XBMC
   ./bootstrap
 



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

2013-03-21 Thread Sergej Pupykin
Date: Thursday, March 21, 2013 @ 14:26:15
  Author: spupykin
Revision: 86720

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

Added:
  xbmc/repos/community-i686/ChangeLog
(from rev 86719, xbmc/trunk/ChangeLog)
  xbmc/repos/community-i686/PKGBUILD
(from rev 86719, xbmc/trunk/PKGBUILD)
  xbmc/repos/community-i686/xbmc.install
(from rev 86719, xbmc/trunk/xbmc.install)
  xbmc/repos/community-i686/xbmc.service
(from rev 86719, xbmc/trunk/xbmc.service)
  xbmc/repos/community-x86_64/ChangeLog
(from rev 86719, xbmc/trunk/ChangeLog)
  xbmc/repos/community-x86_64/PKGBUILD
(from rev 86719, xbmc/trunk/PKGBUILD)
  xbmc/repos/community-x86_64/xbmc.install
(from rev 86719, xbmc/trunk/xbmc.install)
  xbmc/repos/community-x86_64/xbmc.service
(from rev 86719, xbmc/trunk/xbmc.service)
Deleted:
  xbmc/repos/community-i686/ChangeLog
  xbmc/repos/community-i686/PKGBUILD
  xbmc/repos/community-i686/cdio.patch
  xbmc/repos/community-i686/xbmc.install
  xbmc/repos/community-i686/xbmc.service
  xbmc/repos/community-x86_64/ChangeLog
  xbmc/repos/community-x86_64/PKGBUILD
  xbmc/repos/community-x86_64/cdio.patch
  xbmc/repos/community-x86_64/xbmc.install
  xbmc/repos/community-x86_64/xbmc.service

---+
 /ChangeLog|  138 
 /PKGBUILD |  226 
 /xbmc.install |   32 +
 /xbmc.service |   26 
 community-i686/ChangeLog  |   69 
 community-i686/PKGBUILD   |  121 -
 community-i686/cdio.patch |   39 --
 community-i686/xbmc.install   |   16 --
 community-i686/xbmc.service   |   13 --
 community-x86_64/ChangeLog|   69 
 community-x86_64/PKGBUILD |  121 -
 community-x86_64/cdio.patch   |   39 --
 community-x86_64/xbmc.install |   16 --
 community-x86_64/xbmc.service |   13 --
 14 files changed, 422 insertions(+), 516 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2013-03-21 13:25:44 UTC (rev 86719)
+++ community-i686/ChangeLog2013-03-21 13:26:15 UTC (rev 86720)
@@ -1,69 +0,0 @@
-2010-04-10 BlackEagle ike DOT devolder AT gmail DOT com
-   * 9.11-15 :
-   Made it back compliant with FHS ( thx pierre for pointing that out )
-   namcap checked and modified to fit its needs as far as it was possible
-
-2009-03-07 [vEX] niechift.dot.vex.at.gmail.dot.com
-
-   * 8.10-10 :
-   Try and fix some autoconf issues (thanks Gentoo ebuild).
-
-2009-02-08 [vEX] niechift.dot.vex.at.gmail.dot.com
-
-   * 8.10-9 :
-   Replace some libtool 'ltmain.sh' scripts with the one from libtool 
-   installed with Arch.
-   Make sure XBMCTex isn't linked to OpenGL libraries or it will segfault
-   on systems using the nvidia driver.
-   
-2009-01-30 [vEX] niechift.dot.vex.at.gmail.dot.com
-
-   * 8.10-8 :
-   Fix some include's so that gcc 4.3.x is happy, shouldn't complain about
-   undefined '::realloc' anymore.
-   Remove Mac OS X specific files.
-   
-2009-01-25 [vEX] niechift.dot.vex.at.gmail.dot.com
-
-   * 8.10-7 :
-   Moved libcdio, pmount, smbclient and unrar to optdepends.
-   Removed unneeded dependency on sdl_gfx.
-   Removed dependency on libpng as sdl_image depends on it.
-
-2008-12-14 [vEX] niechift.dot.vex.at.gmail.dot.com
-
-   * 8.10-6 :
-   Added libpng to dependency list.
-   Added gawk to dependency list.
-   Removed '--disable-mms' and '--enable-halmount' configure flags as they
-   are not mentioned as supported in the configure script.
-   
-2008-12-06 [vEX] niechift.dot.vex.at.gmail.dot.com
-
-   * 8.10-5 :
-   Added libmad to the dependency list.
-   Streamripper 1.64.0+ does not include tre anymore, removed streamripper
-   and added tre instead.
-   Removed subversion from makedepends.
-   
-2008-12-06 [vEX] niechift.dot.vex.at.gmail.dot.com
-
-   * 8.10-4 :
-   Fix permissions for some more scripts, ffmpeg/texi2doc.pl should not
-   fail any longer.
-
-2008-12-05 [vEX] niechift.dot.vex.at.gmail.dot.com
-
-   * 8.10-3 :
-   Added lirc to the optdepends array.
-   
-2008-11-26 [vEX] niechift.dot.vex.at.gmail.dot.com
-
-   * 8.10-2 :
-   Added install file which informs users that a display depth of at
-   least 24-bit is required.
-
-2008-11-17 [vEX] niechift.dot.vex.at.gmail.dot.com
-
-   * 8.10-1 :
-   Initial package, based on previous work by Zeqadious.

Copied: xbmc/repos/community-i686/ChangeLog (from rev 86719, 
xbmc/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2013-03-21 13:26:15 UTC (rev 86720)
@@ -0,0 +1,69 @@
+2010-04-10 

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

2013-03-21 Thread Sergej Pupykin
Date: Thursday, March 21, 2013 @ 14:48:47
  Author: spupykin
Revision: 86721

upgpkg: xbmc 12.1-2

upd

Modified:
  xbmc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-21 13:26:15 UTC (rev 86720)
+++ PKGBUILD2013-03-21 13:48:47 UTC (rev 86721)
@@ -9,7 +9,7 @@
 
 pkgname=xbmc
 pkgver=12.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A software media player and entertainment hub for digital media
 arch=('i686' 'x86_64')
 url=http://xbmc.org;



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

2013-03-21 Thread Sergej Pupykin
Date: Thursday, March 21, 2013 @ 14:49:13
  Author: spupykin
Revision: 86722

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

Added:
  xbmc/repos/community-testing-i686/ChangeLog
(from rev 86721, xbmc/trunk/ChangeLog)
  xbmc/repos/community-testing-i686/PKGBUILD
(from rev 86721, xbmc/trunk/PKGBUILD)
  xbmc/repos/community-testing-i686/xbmc.install
(from rev 86721, xbmc/trunk/xbmc.install)
  xbmc/repos/community-testing-i686/xbmc.service
(from rev 86721, xbmc/trunk/xbmc.service)
  xbmc/repos/community-testing-x86_64/ChangeLog
(from rev 86721, xbmc/trunk/ChangeLog)
  xbmc/repos/community-testing-x86_64/PKGBUILD
(from rev 86721, xbmc/trunk/PKGBUILD)
  xbmc/repos/community-testing-x86_64/xbmc.install
(from rev 86721, xbmc/trunk/xbmc.install)
  xbmc/repos/community-testing-x86_64/xbmc.service
(from rev 86721, xbmc/trunk/xbmc.service)
Deleted:
  xbmc/repos/community-testing-i686/ChangeLog
  xbmc/repos/community-testing-i686/PKGBUILD
  xbmc/repos/community-testing-i686/xbmc.install
  xbmc/repos/community-testing-i686/xbmc.service
  xbmc/repos/community-testing-x86_64/ChangeLog
  xbmc/repos/community-testing-x86_64/PKGBUILD
  xbmc/repos/community-testing-x86_64/xbmc.install
  xbmc/repos/community-testing-x86_64/xbmc.service

---+
 /ChangeLog|  138 +++
 /PKGBUILD |  226 
 /xbmc.install |   32 
 /xbmc.service |   26 +++
 community-testing-i686/ChangeLog  |   69 -
 community-testing-i686/PKGBUILD   |  120 
 community-testing-i686/xbmc.install   |   16 --
 community-testing-i686/xbmc.service   |   13 -
 community-testing-x86_64/ChangeLog|   69 -
 community-testing-x86_64/PKGBUILD |  120 
 community-testing-x86_64/xbmc.install |   16 --
 community-testing-x86_64/xbmc.service |   13 -
 12 files changed, 422 insertions(+), 436 deletions(-)

Deleted: community-testing-i686/ChangeLog
===
--- community-testing-i686/ChangeLog2013-03-21 13:48:47 UTC (rev 86721)
+++ community-testing-i686/ChangeLog2013-03-21 13:49:13 UTC (rev 86722)
@@ -1,69 +0,0 @@
-2010-04-10 BlackEagle ike DOT devolder AT gmail DOT com
-   * 9.11-15 :
-   Made it back compliant with FHS ( thx pierre for pointing that out )
-   namcap checked and modified to fit its needs as far as it was possible
-
-2009-03-07 [vEX] niechift.dot.vex.at.gmail.dot.com
-
-   * 8.10-10 :
-   Try and fix some autoconf issues (thanks Gentoo ebuild).
-
-2009-02-08 [vEX] niechift.dot.vex.at.gmail.dot.com
-
-   * 8.10-9 :
-   Replace some libtool 'ltmain.sh' scripts with the one from libtool 
-   installed with Arch.
-   Make sure XBMCTex isn't linked to OpenGL libraries or it will segfault
-   on systems using the nvidia driver.
-   
-2009-01-30 [vEX] niechift.dot.vex.at.gmail.dot.com
-
-   * 8.10-8 :
-   Fix some include's so that gcc 4.3.x is happy, shouldn't complain about
-   undefined '::realloc' anymore.
-   Remove Mac OS X specific files.
-   
-2009-01-25 [vEX] niechift.dot.vex.at.gmail.dot.com
-
-   * 8.10-7 :
-   Moved libcdio, pmount, smbclient and unrar to optdepends.
-   Removed unneeded dependency on sdl_gfx.
-   Removed dependency on libpng as sdl_image depends on it.
-
-2008-12-14 [vEX] niechift.dot.vex.at.gmail.dot.com
-
-   * 8.10-6 :
-   Added libpng to dependency list.
-   Added gawk to dependency list.
-   Removed '--disable-mms' and '--enable-halmount' configure flags as they
-   are not mentioned as supported in the configure script.
-   
-2008-12-06 [vEX] niechift.dot.vex.at.gmail.dot.com
-
-   * 8.10-5 :
-   Added libmad to the dependency list.
-   Streamripper 1.64.0+ does not include tre anymore, removed streamripper
-   and added tre instead.
-   Removed subversion from makedepends.
-   
-2008-12-06 [vEX] niechift.dot.vex.at.gmail.dot.com
-
-   * 8.10-4 :
-   Fix permissions for some more scripts, ffmpeg/texi2doc.pl should not
-   fail any longer.
-
-2008-12-05 [vEX] niechift.dot.vex.at.gmail.dot.com
-
-   * 8.10-3 :
-   Added lirc to the optdepends array.
-   
-2008-11-26 [vEX] niechift.dot.vex.at.gmail.dot.com
-
-   * 8.10-2 :
-   Added install file which informs users that a display depth of at
-   least 24-bit is required.
-
-2008-11-17 [vEX] niechift.dot.vex.at.gmail.dot.com
-
-   * 8.10-1 :
-   Initial package, based on previous work by Zeqadious.

Copied: xbmc/repos/community-testing-i686/ChangeLog (from rev 86721, 
xbmc/trunk/ChangeLog)
===
--- community-testing-i686/ChangeLog(rev 0)
+++ 

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

2013-03-21 Thread Sergej Pupykin
Date: Thursday, March 21, 2013 @ 14:54:55
  Author: spupykin
Revision: 86723

upgpkg: frei0r-plugins 1.4-1

upd

Modified:
  frei0r-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-21 13:49:13 UTC (rev 86722)
+++ PKGBUILD2013-03-21 13:54:55 UTC (rev 86723)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=frei0r-plugins
-pkgver=1.3
-pkgrel=6
+pkgver=1.4
+pkgrel=1
 pkgdesc=A minimalistic plugin API for video sources and filters
 arch=(i686 x86_64)
 url=http://www.piksel.org/frei0r;
@@ -12,15 +12,15 @@
 makedepends=('doxygen')
 options=('!emptydirs')
 source=(http://ftp.dyne.org/frei0r/releases/frei0r-plugins-$pkgver.tar.gz)
-md5sums=('a2eb63feeeb0c5cf439ccca276cbf70c')
+md5sums=('202375d1bcb545c1b6eb8f34e0260ec5')
 
 build() {
-  cd $srcdir/frei0r-$pkgver
+  cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd $srcdir/frei0r-$pkgver
+  cd $srcdir/$pkgname-$pkgver
   make DESTDIR=$pkgdir install
 }



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

2013-03-21 Thread Sergej Pupykin
Date: Thursday, March 21, 2013 @ 14:55:20
  Author: spupykin
Revision: 86724

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

Added:
  frei0r-plugins/repos/community-i686/PKGBUILD
(from rev 86723, frei0r-plugins/trunk/PKGBUILD)
  frei0r-plugins/repos/community-x86_64/PKGBUILD
(from rev 86723, frei0r-plugins/trunk/PKGBUILD)
Deleted:
  frei0r-plugins/repos/community-i686/PKGBUILD
  frei0r-plugins/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-21 13:54:55 UTC (rev 86723)
+++ community-i686/PKGBUILD 2013-03-21 13:55:20 UTC (rev 86724)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=frei0r-plugins
-pkgver=1.3
-pkgrel=6
-pkgdesc=A minimalistic plugin API for video sources and filters
-arch=(i686 x86_64)
-url=http://www.piksel.org/frei0r;
-license=('GPL')
-depends=('gcc-libs' 'gavl=1.0.0' 'opencv=2.4.3')
-makedepends=('doxygen')
-options=('!emptydirs')
-source=(http://ftp.dyne.org/frei0r/releases/frei0r-plugins-$pkgver.tar.gz)
-md5sums=('a2eb63feeeb0c5cf439ccca276cbf70c')
-
-build() {
-  cd $srcdir/frei0r-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/frei0r-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: frei0r-plugins/repos/community-i686/PKGBUILD (from rev 86723, 
frei0r-plugins/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-21 13:55:20 UTC (rev 86724)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=frei0r-plugins
+pkgver=1.4
+pkgrel=1
+pkgdesc=A minimalistic plugin API for video sources and filters
+arch=(i686 x86_64)
+url=http://www.piksel.org/frei0r;
+license=('GPL')
+depends=('gcc-libs' 'gavl=1.0.0' 'opencv=2.4.3')
+makedepends=('doxygen')
+options=('!emptydirs')
+source=(http://ftp.dyne.org/frei0r/releases/frei0r-plugins-$pkgver.tar.gz)
+md5sums=('202375d1bcb545c1b6eb8f34e0260ec5')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-21 13:54:55 UTC (rev 86723)
+++ community-x86_64/PKGBUILD   2013-03-21 13:55:20 UTC (rev 86724)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=frei0r-plugins
-pkgver=1.3
-pkgrel=6
-pkgdesc=A minimalistic plugin API for video sources and filters
-arch=(i686 x86_64)
-url=http://www.piksel.org/frei0r;
-license=('GPL')
-depends=('gcc-libs' 'gavl=1.0.0' 'opencv=2.4.3')
-makedepends=('doxygen')
-options=('!emptydirs')
-source=(http://ftp.dyne.org/frei0r/releases/frei0r-plugins-$pkgver.tar.gz)
-md5sums=('a2eb63feeeb0c5cf439ccca276cbf70c')
-
-build() {
-  cd $srcdir/frei0r-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/frei0r-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: frei0r-plugins/repos/community-x86_64/PKGBUILD (from rev 86723, 
frei0r-plugins/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-03-21 13:55:20 UTC (rev 86724)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=frei0r-plugins
+pkgver=1.4
+pkgrel=1
+pkgdesc=A minimalistic plugin API for video sources and filters
+arch=(i686 x86_64)
+url=http://www.piksel.org/frei0r;
+license=('GPL')
+depends=('gcc-libs' 'gavl=1.0.0' 'opencv=2.4.3')
+makedepends=('doxygen')
+options=('!emptydirs')
+source=(http://ftp.dyne.org/frei0r/releases/frei0r-plugins-$pkgver.tar.gz)
+md5sums=('202375d1bcb545c1b6eb8f34e0260ec5')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2013-03-21 Thread Sergej Pupykin
Date: Thursday, March 21, 2013 @ 16:04:51
  Author: spupykin
Revision: 86725

use qmake-qt4

Modified:
  keepassx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-21 13:55:20 UTC (rev 86724)
+++ PKGBUILD2013-03-21 15:04:51 UTC (rev 86725)
@@ -19,7 +19,7 @@
 build() {
   cd $srcdir/$pkgname-$pkgver
   sed -i '1,1i#include unistd.h' src/lib/random.cpp
-  qmake
+  qmake-qt4
   make
 }
 



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

2013-03-21 Thread Sergej Pupykin
Date: Thursday, March 21, 2013 @ 16:05:13
  Author: spupykin
Revision: 86726

archrelease: copy trunk to community-i686

Added:
  keepassx/repos/community-i686/ChangeLog
(from rev 86725, keepassx/trunk/ChangeLog)
  keepassx/repos/community-i686/PKGBUILD
(from rev 86725, keepassx/trunk/PKGBUILD)
  keepassx/repos/community-i686/keepassx.install
(from rev 86725, keepassx/trunk/keepassx.install)
Deleted:
  keepassx/repos/community-i686/ChangeLog
  keepassx/repos/community-i686/PKGBUILD
  keepassx/repos/community-i686/keepassx.install

--+
 ChangeLog|   32 ++---
 PKGBUILD |   58 ++---
 keepassx.install |   24 ++---
 3 files changed, 57 insertions(+), 57 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2013-03-21 15:04:51 UTC (rev 86725)
+++ ChangeLog   2013-03-21 15:05:13 UTC (rev 86726)
@@ -1,16 +0,0 @@
-2008-12-08  Alexander Fehr  pizzapunk gmail com
-
-  * keepassx-0.3.4-1:
-  New upstream release.
-
-2008-08-14  Alexander Fehr  pizzapunk gmail com
-
-  * keepassx-0.3.3-1:
-  New upstream release.
-
-2008-07-31  Alexander Fehr  pizzapunk gmail com
-
-  * keepassx-0.3.2-1:
-  New upstream release.
-  Added dependency on libxtst.
-  Added ChangeLog.

Copied: keepassx/repos/community-i686/ChangeLog (from rev 86725, 
keepassx/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2013-03-21 15:05:13 UTC (rev 86726)
@@ -0,0 +1,16 @@
+2008-12-08  Alexander Fehr  pizzapunk gmail com
+
+  * keepassx-0.3.4-1:
+  New upstream release.
+
+2008-08-14  Alexander Fehr  pizzapunk gmail com
+
+  * keepassx-0.3.3-1:
+  New upstream release.
+
+2008-07-31  Alexander Fehr  pizzapunk gmail com
+
+  * keepassx-0.3.2-1:
+  New upstream release.
+  Added dependency on libxtst.
+  Added ChangeLog.

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-21 15:04:51 UTC (rev 86725)
+++ PKGBUILD2013-03-21 15:05:13 UTC (rev 86726)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Greg Bouzakis gregbouza...@gmail.com
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Contributor: Philipp Giebel a...@ambience-design.net
-
-pkgname=keepassx
-pkgver=0.4.3
-pkgrel=4
-pkgdesc='Password manager'
-arch=('i686' 'x86_64')
-url='http://www.keepassx.org'
-license=('GPL2')
-depends=('libxtst' 'qt4' 'shared-mime-info')
-install=keepassx.install
-source=(http://downloads.sourceforge.net/keepassx/$pkgname-$pkgver.tar.gz)
-md5sums=('1df67bb22b2e08df49f09e61d156f508')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i '1,1i#include unistd.h' src/lib/random.cpp
-  qmake
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make INSTALL_ROOT=$pkgdir install
-}

Copied: keepassx/repos/community-i686/PKGBUILD (from rev 86725, 
keepassx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-21 15:05:13 UTC (rev 86726)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Greg Bouzakis gregbouza...@gmail.com
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Contributor: Philipp Giebel a...@ambience-design.net
+
+pkgname=keepassx
+pkgver=0.4.3
+pkgrel=4
+pkgdesc='Password manager'
+arch=('i686' 'x86_64')
+url='http://www.keepassx.org'
+license=('GPL2')
+depends=('libxtst' 'qt4' 'shared-mime-info')
+install=keepassx.install
+source=(http://downloads.sourceforge.net/keepassx/$pkgname-$pkgver.tar.gz)
+md5sums=('1df67bb22b2e08df49f09e61d156f508')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i '1,1i#include unistd.h' src/lib/random.cpp
+  qmake-qt4
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make INSTALL_ROOT=$pkgdir install
+}

Deleted: keepassx.install
===
--- keepassx.install2013-03-21 15:04:51 UTC (rev 86725)
+++ keepassx.install2013-03-21 15:05:13 UTC (rev 86726)
@@ -1,12 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  update-mime-database usr/share/mime  /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: keepassx/repos/community-i686/keepassx.install (from rev 86725, 
keepassx/trunk/keepassx.install)
===
--- keepassx.install(rev 0)
+++ keepassx.install2013-03-21 15:05:13 UTC (rev 86726)
@@ -0,0 +1,12 @@
+post_install() {
+  update-desktop-database -q
+  update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



[arch-commits] Commit in keepassx/repos/community-x86_64 (6 files)

2013-03-21 Thread Sergej Pupykin
Date: Thursday, March 21, 2013 @ 16:05:26
  Author: spupykin
Revision: 86727

archrelease: copy trunk to community-x86_64

Added:
  keepassx/repos/community-x86_64/ChangeLog
(from rev 86726, keepassx/trunk/ChangeLog)
  keepassx/repos/community-x86_64/PKGBUILD
(from rev 86726, keepassx/trunk/PKGBUILD)
  keepassx/repos/community-x86_64/keepassx.install
(from rev 86726, keepassx/trunk/keepassx.install)
Deleted:
  keepassx/repos/community-x86_64/ChangeLog
  keepassx/repos/community-x86_64/PKGBUILD
  keepassx/repos/community-x86_64/keepassx.install

--+
 ChangeLog|   32 ++---
 PKGBUILD |   58 ++---
 keepassx.install |   24 ++---
 3 files changed, 57 insertions(+), 57 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2013-03-21 15:05:13 UTC (rev 86726)
+++ ChangeLog   2013-03-21 15:05:26 UTC (rev 86727)
@@ -1,16 +0,0 @@
-2008-12-08  Alexander Fehr  pizzapunk gmail com
-
-  * keepassx-0.3.4-1:
-  New upstream release.
-
-2008-08-14  Alexander Fehr  pizzapunk gmail com
-
-  * keepassx-0.3.3-1:
-  New upstream release.
-
-2008-07-31  Alexander Fehr  pizzapunk gmail com
-
-  * keepassx-0.3.2-1:
-  New upstream release.
-  Added dependency on libxtst.
-  Added ChangeLog.

Copied: keepassx/repos/community-x86_64/ChangeLog (from rev 86726, 
keepassx/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2013-03-21 15:05:26 UTC (rev 86727)
@@ -0,0 +1,16 @@
+2008-12-08  Alexander Fehr  pizzapunk gmail com
+
+  * keepassx-0.3.4-1:
+  New upstream release.
+
+2008-08-14  Alexander Fehr  pizzapunk gmail com
+
+  * keepassx-0.3.3-1:
+  New upstream release.
+
+2008-07-31  Alexander Fehr  pizzapunk gmail com
+
+  * keepassx-0.3.2-1:
+  New upstream release.
+  Added dependency on libxtst.
+  Added ChangeLog.

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-21 15:05:13 UTC (rev 86726)
+++ PKGBUILD2013-03-21 15:05:26 UTC (rev 86727)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Greg Bouzakis gregbouza...@gmail.com
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Contributor: Philipp Giebel a...@ambience-design.net
-
-pkgname=keepassx
-pkgver=0.4.3
-pkgrel=4
-pkgdesc='Password manager'
-arch=('i686' 'x86_64')
-url='http://www.keepassx.org'
-license=('GPL2')
-depends=('libxtst' 'qt4' 'shared-mime-info')
-install=keepassx.install
-source=(http://downloads.sourceforge.net/keepassx/$pkgname-$pkgver.tar.gz)
-md5sums=('1df67bb22b2e08df49f09e61d156f508')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i '1,1i#include unistd.h' src/lib/random.cpp
-  qmake
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make INSTALL_ROOT=$pkgdir install
-}

Copied: keepassx/repos/community-x86_64/PKGBUILD (from rev 86726, 
keepassx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-21 15:05:26 UTC (rev 86727)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Greg Bouzakis gregbouza...@gmail.com
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Contributor: Philipp Giebel a...@ambience-design.net
+
+pkgname=keepassx
+pkgver=0.4.3
+pkgrel=4
+pkgdesc='Password manager'
+arch=('i686' 'x86_64')
+url='http://www.keepassx.org'
+license=('GPL2')
+depends=('libxtst' 'qt4' 'shared-mime-info')
+install=keepassx.install
+source=(http://downloads.sourceforge.net/keepassx/$pkgname-$pkgver.tar.gz)
+md5sums=('1df67bb22b2e08df49f09e61d156f508')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i '1,1i#include unistd.h' src/lib/random.cpp
+  qmake-qt4
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make INSTALL_ROOT=$pkgdir install
+}

Deleted: keepassx.install
===
--- keepassx.install2013-03-21 15:05:13 UTC (rev 86726)
+++ keepassx.install2013-03-21 15:05:26 UTC (rev 86727)
@@ -1,12 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  update-mime-database usr/share/mime  /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: keepassx/repos/community-x86_64/keepassx.install (from rev 86726, 
keepassx/trunk/keepassx.install)
===
--- keepassx.install(rev 0)
+++ keepassx.install2013-03-21 15:05:26 UTC (rev 86727)
@@ -0,0 +1,12 @@
+post_install() {
+  update-desktop-database -q
+  update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2013-03-21 Thread Sergej Pupykin
Date: Thursday, March 21, 2013 @ 16:10:58
  Author: spupykin
Revision: 86728

upgpkg: units 2.01-2

upd

Modified:
  units/trunk/PKGBUILD
Deleted:
  units/trunk/build-fix.patch

-+
 PKGBUILD|   10 --
 build-fix.patch |   27 ---
 2 files changed, 4 insertions(+), 33 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-21 15:05:26 UTC (rev 86727)
+++ PKGBUILD2013-03-21 15:10:58 UTC (rev 86728)
@@ -5,7 +5,7 @@
 
 pkgname=units
 pkgver=2.01
-pkgrel=1
+pkgrel=2
 pkgdesc=converts between different units
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/units/units.html;
@@ -13,14 +13,12 @@
 license=(GPL)
 options=('!makeflags')
 install=units.install
-source=(http://ftp.gnu.org/gnu/units/$pkgname-$pkgver.tar.gz
-   build-fix.patch)
-md5sums=('81bf85937c56fbbd04b16f2f3f9d8526'
- 'dbb20e628ce0879fe82393f585e9dab6')
+source=(http://ftp.gnu.org/gnu/units/$pkgname-$pkgver.tar.gz)
+md5sums=('81bf85937c56fbbd04b16f2f3f9d8526')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-#  patch -p1 $srcdir/build-fix.patch
+  sed -i 's|/usr/bin/python|/usr/bin/python2|' units_cur
   ./configure --prefix=/usr --datadir=/usr/share
   make
 }

Deleted: build-fix.patch
===
--- build-fix.patch 2013-03-21 15:05:26 UTC (rev 86727)
+++ build-fix.patch 2013-03-21 15:10:58 UTC (rev 86728)
@@ -1,27 +0,0 @@
-diff -wbBur units-2.00.org/Makefile.in units-2.00/Makefile.in
 units-2.00.org/Makefile.in 2012-05-03 00:37:55.0 +0400
-+++ units-2.00/Makefile.in 2012-07-04 12:54:20.0 +0400
-@@ -84,10 +84,10 @@
-   sed -e s:outfile = 'currency.units':outfile='@UDAT@currency.units': 
units_cur  units_cur_inst
- 
- install-support: definitions.units currency.units units_cur_inst
--  $(srcdir)/mkinstalldirs @UDAT@  $(DESTDIR)$(bindir) 
--  $(INSTALL_DATA) $(srcdir)/definitions.units @UDAT@definitions.units
--  $(INSTALL_DATA) $(srcdir)/currency.units @UDAT@currency.units
--  $(INSTALL_DATA) $(srcdir)/locale.map @u...@locale.map
-+  $(srcdir)/mkinstalldirs $(DESTDIR)/@UDAT@  $(DESTDIR)$(bindir) 
-+  $(INSTALL_DATA) $(srcdir)/definitions.units 
$(DESTDIR)/@UDAT@definitions.units
-+  $(INSTALL_DATA) $(srcdir)/currency.units $(DESTDIR)/@UDAT@currency.units
-+  $(INSTALL_DATA) $(srcdir)/locale.map $(DESTDIR)/@u...@locale.map
-   $(INSTALL_PROGRAM) units_cur_inst $(DESTDIR)$(bindir)/`echo 
units_cur|sed '$(transform)'`
- 
- install: units@EXEEXT@ install-doc install-support
-diff -wbBur units-2.00.org/units_cur units-2.00/units_cur
 units-2.00.org/units_cur   2012-05-01 04:51:35.0 +0400
-+++ units-2.00/units_cur   2012-07-04 12:53:47.0 +0400
-@@ -1,4 +1,4 @@
--#!/usr/bin/python
-+#!/usr/bin/python2
- 
- import urllib
- import datetime



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

2013-03-21 Thread Sergej Pupykin
Date: Thursday, March 21, 2013 @ 16:11:16
  Author: spupykin
Revision: 86729

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

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

--+
 /PKGBUILD|   58 +
 /units.install   |   36 ++
 community-i686/PKGBUILD  |   31 ---
 community-i686/build-fix.patch   |   27 -
 community-i686/units.install |   18 ---
 community-x86_64/PKGBUILD|   31 ---
 community-x86_64/build-fix.patch |   27 -
 community-x86_64/units.install   |   18 ---
 8 files changed, 94 insertions(+), 152 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-21 15:10:58 UTC (rev 86728)
+++ community-i686/PKGBUILD 2013-03-21 15:11:16 UTC (rev 86729)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Jeff Mickey j...@archlinux.org
-# Contributor: Steve Sansom snsan...@gmail.com
-
-pkgname=units
-pkgver=2.01
-pkgrel=1
-pkgdesc=converts between different units
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/units/units.html;
-depends=('readline')
-license=(GPL)
-options=('!makeflags')
-install=units.install
-source=(http://ftp.gnu.org/gnu/units/$pkgname-$pkgver.tar.gz
-   build-fix.patch)
-md5sums=('81bf85937c56fbbd04b16f2f3f9d8526'
- 'dbb20e628ce0879fe82393f585e9dab6')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-#  patch -p1 $srcdir/build-fix.patch
-  ./configure --prefix=/usr --datadir=/usr/share
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: units/repos/community-i686/PKGBUILD (from rev 86728, 
units/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-21 15:11:16 UTC (rev 86729)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Jeff Mickey j...@archlinux.org
+# Contributor: Steve Sansom snsan...@gmail.com
+
+pkgname=units
+pkgver=2.01
+pkgrel=2
+pkgdesc=converts between different units
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/units/units.html;
+depends=('readline')
+license=(GPL)
+options=('!makeflags')
+install=units.install
+source=(http://ftp.gnu.org/gnu/units/$pkgname-$pkgver.tar.gz)
+md5sums=('81bf85937c56fbbd04b16f2f3f9d8526')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|/usr/bin/python|/usr/bin/python2|' units_cur
+  ./configure --prefix=/usr --datadir=/usr/share
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/build-fix.patch
===
--- community-i686/build-fix.patch  2013-03-21 15:10:58 UTC (rev 86728)
+++ community-i686/build-fix.patch  2013-03-21 15:11:16 UTC (rev 86729)
@@ -1,27 +0,0 @@
-diff -wbBur units-2.00.org/Makefile.in units-2.00/Makefile.in
 units-2.00.org/Makefile.in 2012-05-03 00:37:55.0 +0400
-+++ units-2.00/Makefile.in 2012-07-04 12:54:20.0 +0400
-@@ -84,10 +84,10 @@
-   sed -e s:outfile = 'currency.units':outfile='@UDAT@currency.units': 
units_cur  units_cur_inst
- 
- install-support: definitions.units currency.units units_cur_inst
--  $(srcdir)/mkinstalldirs @UDAT@  $(DESTDIR)$(bindir) 
--  $(INSTALL_DATA) $(srcdir)/definitions.units @UDAT@definitions.units
--  $(INSTALL_DATA) $(srcdir)/currency.units @UDAT@currency.units
--  $(INSTALL_DATA) $(srcdir)/locale.map @u...@locale.map
-+  $(srcdir)/mkinstalldirs $(DESTDIR)/@UDAT@  $(DESTDIR)$(bindir) 
-+  $(INSTALL_DATA) $(srcdir)/definitions.units 
$(DESTDIR)/@UDAT@definitions.units
-+  $(INSTALL_DATA) $(srcdir)/currency.units $(DESTDIR)/@UDAT@currency.units
-+  $(INSTALL_DATA) $(srcdir)/locale.map $(DESTDIR)/@u...@locale.map
-   $(INSTALL_PROGRAM) units_cur_inst $(DESTDIR)$(bindir)/`echo 
units_cur|sed '$(transform)'`
- 
- install: units@EXEEXT@ install-doc install-support
-diff -wbBur units-2.00.org/units_cur units-2.00/units_cur
 units-2.00.org/units_cur   2012-05-01 04:51:35.0 +0400
-+++ 

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

2013-03-21 Thread Sergej Pupykin
Date: Thursday, March 21, 2013 @ 16:50:42
  Author: spupykin
Revision: 86730

upgpkg: parole 0.5.0-2

upd

Modified:
  parole/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-21 15:11:16 UTC (rev 86729)
+++ PKGBUILD2013-03-21 15:50:42 UTC (rev 86730)
@@ -4,30 +4,26 @@
 
 pkgname=parole
 pkgver=0.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A modern media player based on the GStreamer framework
 arch=('i686' 'x86_64')
 url=http://goodies.xfce.org/projects/applications/parole/;
 license=('GPL')
-depends=('gstreamer0.10-base=0.10.11' 'hicolor-icon-theme' 'libnotify=0.4.1'
+depends=('gstreamer' 'gst-plugins-base-libs' 'hicolor-icon-theme' 
'libnotify=0.4.1'
  'libxfce4ui=4.7.0' 'taglib=1.4' 'desktop-file-utils')
 makedepends=('pkgconfig=0.9.0' 'xfce4-dev-tools')
 optdepends=('xulrunner=1.9.1: browser plugin')
 conflicts=('parole-media-player-git')
 options=('!libtool')
 install=parole.install
-#source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
 source=(http://git.xfce.org/apps/parole/snapshot/parole-$pkgver.tar.bz2)
 md5sums=('03eb2df373adaae56959a548553ef72e')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-
   sed -i 's|AM_CONFIG_HEADER|AC_CONFIG_HEADER|g' configure.ac.in
-
-  [ -x configure ] || ./autogen.sh
-
-  ./configure --prefix=/usr --libexecdir=/usr/lib --enable-taglib 
--enable-libnotify
+  ./autogen.sh --prefix=/usr --libexecdir=/usr/lib \
+--enable-taglib --enable-libnotify --with-gstreamer=1.0
   make
 }
 



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

2013-03-21 Thread Sergej Pupykin
Date: Thursday, March 21, 2013 @ 16:51:02
  Author: spupykin
Revision: 86731

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

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

-+
 /PKGBUILD   |   66 ++
 /parole.install |   24 +
 community-i686/PKGBUILD |   37 -
 community-i686/parole.install   |   12 --
 community-x86_64/PKGBUILD   |   37 -
 community-x86_64/parole.install |   12 --
 6 files changed, 90 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-21 15:50:42 UTC (rev 86730)
+++ community-i686/PKGBUILD 2013-03-21 15:51:02 UTC (rev 86731)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: TDY t...@gmx.com
-
-pkgname=parole
-pkgver=0.5.0
-pkgrel=1
-pkgdesc=A modern media player based on the GStreamer framework
-arch=('i686' 'x86_64')
-url=http://goodies.xfce.org/projects/applications/parole/;
-license=('GPL')
-depends=('gstreamer0.10-base=0.10.11' 'hicolor-icon-theme' 'libnotify=0.4.1'
- 'libxfce4ui=4.7.0' 'taglib=1.4' 'desktop-file-utils')
-makedepends=('pkgconfig=0.9.0' 'xfce4-dev-tools')
-optdepends=('xulrunner=1.9.1: browser plugin')
-conflicts=('parole-media-player-git')
-options=('!libtool')
-install=parole.install
-#source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-source=(http://git.xfce.org/apps/parole/snapshot/parole-$pkgver.tar.bz2)
-md5sums=('03eb2df373adaae56959a548553ef72e')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  sed -i 's|AM_CONFIG_HEADER|AC_CONFIG_HEADER|g' configure.ac.in
-
-  [ -x configure ] || ./autogen.sh
-
-  ./configure --prefix=/usr --libexecdir=/usr/lib --enable-taglib 
--enable-libnotify
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: parole/repos/community-i686/PKGBUILD (from rev 86730, 
parole/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-21 15:51:02 UTC (rev 86731)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: TDY t...@gmx.com
+
+pkgname=parole
+pkgver=0.5.0
+pkgrel=2
+pkgdesc=A modern media player based on the GStreamer framework
+arch=('i686' 'x86_64')
+url=http://goodies.xfce.org/projects/applications/parole/;
+license=('GPL')
+depends=('gstreamer' 'gst-plugins-base-libs' 'hicolor-icon-theme' 
'libnotify=0.4.1'
+ 'libxfce4ui=4.7.0' 'taglib=1.4' 'desktop-file-utils')
+makedepends=('pkgconfig=0.9.0' 'xfce4-dev-tools')
+optdepends=('xulrunner=1.9.1: browser plugin')
+conflicts=('parole-media-player-git')
+options=('!libtool')
+install=parole.install
+source=(http://git.xfce.org/apps/parole/snapshot/parole-$pkgver.tar.bz2)
+md5sums=('03eb2df373adaae56959a548553ef72e')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|AM_CONFIG_HEADER|AC_CONFIG_HEADER|g' configure.ac.in
+  ./autogen.sh --prefix=/usr --libexecdir=/usr/lib \
+--enable-taglib --enable-libnotify --with-gstreamer=1.0
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/parole.install
===
--- community-i686/parole.install   2013-03-21 15:50:42 UTC (rev 86730)
+++ community-i686/parole.install   2013-03-21 15:51:02 UTC (rev 86731)
@@ -1,12 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: parole/repos/community-i686/parole.install (from rev 86730, 
parole/trunk/parole.install)
===
--- community-i686/parole.install   (rev 0)
+++ community-i686/parole.install   2013-03-21 15:51:02 UTC (rev 86731)
@@ -0,0 +1,12 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: community-x86_64/PKGBUILD

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

2013-03-21 Thread Sergej Pupykin
Date: Thursday, March 21, 2013 @ 17:26:04
  Author: spupykin
Revision: 86732

upgpkg: xbmc 12.1-3

upd

Modified:
  xbmc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-21 15:51:02 UTC (rev 86731)
+++ PKGBUILD2013-03-21 16:26:04 UTC (rev 86732)
@@ -9,13 +9,13 @@
 
 pkgname=xbmc
 pkgver=12.1
-pkgrel=2
+pkgrel=3
 pkgdesc=A software media player and entertainment hub for digital media
 arch=('i686' 'x86_64')
 url=http://xbmc.org;
 license=('GPL' 'custom')
 depends=('libpulse' 'hicolor-icon-theme' 'fribidi' 'lzo2' 'smbclient' 
'libtiff' 'libva'
-'libpng' 'libcdio' 'yajl' 'libmariadbclient' 'libjpeg-turbo' 
'libsamplerate'
+'libpng' 'libcdio' 'yajl' 'libmysqlclient' 'libjpeg-turbo' 
'libsamplerate'
 'glew' 'libssh' 'libmicrohttpd' 'libxrandr' 'sdl_mixer' 'sdl_image' 
'python2'
 'libass' 'libmpeg2' 'libmad' 'libmodplug' 'jasper' 'rtmpdump' 'unzip' 
'mesa-demos'
 'xorg-xdpyinfo' 'libbluray' 'libnfs' 'afpfs-ng' 'libshairport' 'avahi' 
'bluez' 'glu'



[arch-commits] Commit in xbmc (17 files)

2013-03-21 Thread Sergej Pupykin
Date: Thursday, March 21, 2013 @ 17:26:32
  Author: spupykin
Revision: 86733

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

Added:
  xbmc/repos/community-i686/ChangeLog
(from rev 86732, xbmc/trunk/ChangeLog)
  xbmc/repos/community-i686/PKGBUILD
(from rev 86732, xbmc/trunk/PKGBUILD)
  xbmc/repos/community-i686/xbmc.install
(from rev 86732, xbmc/trunk/xbmc.install)
  xbmc/repos/community-i686/xbmc.service
(from rev 86732, xbmc/trunk/xbmc.service)
  xbmc/repos/community-x86_64/ChangeLog
(from rev 86732, xbmc/trunk/ChangeLog)
  xbmc/repos/community-x86_64/PKGBUILD
(from rev 86732, xbmc/trunk/PKGBUILD)
  xbmc/repos/community-x86_64/xbmc.install
(from rev 86732, xbmc/trunk/xbmc.install)
  xbmc/repos/community-x86_64/xbmc.service
(from rev 86732, xbmc/trunk/xbmc.service)
Modified:
  xbmc/trunk/PKGBUILD
Deleted:
  xbmc/repos/community-i686/ChangeLog
  xbmc/repos/community-i686/PKGBUILD
  xbmc/repos/community-i686/xbmc.install
  xbmc/repos/community-i686/xbmc.service
  xbmc/repos/community-x86_64/ChangeLog
  xbmc/repos/community-x86_64/PKGBUILD
  xbmc/repos/community-x86_64/xbmc.install
  xbmc/repos/community-x86_64/xbmc.service

-+
 /community-i686/ChangeLog   |   69 
 /community-i686/PKGBUILD|  113 ++
 /community-i686/xbmc.install|   16 
 /community-i686/xbmc.service|   13 +++
 /community-x86_64/ChangeLog |   69 
 /community-x86_64/PKGBUILD  |  113 ++
 /community-x86_64/xbmc.install  |   16 
 /community-x86_64/xbmc.service  |   13 +++
 repos/community-i686/ChangeLog  |   69 
 repos/community-i686/PKGBUILD   |  113 --
 repos/community-i686/xbmc.install   |   16 
 repos/community-i686/xbmc.service   |   13 ---
 repos/community-x86_64/ChangeLog|   69 
 repos/community-x86_64/PKGBUILD |  113 --
 repos/community-x86_64/xbmc.install |   16 
 repos/community-x86_64/xbmc.service |   13 ---
 trunk/PKGBUILD  |4 -
 17 files changed, 424 insertions(+), 424 deletions(-)

Deleted: repos/community-i686/ChangeLog
===
--- repos/community-i686/ChangeLog  2013-03-21 16:26:04 UTC (rev 86732)
+++ repos/community-i686/ChangeLog  2013-03-21 16:26:32 UTC (rev 86733)
@@ -1,69 +0,0 @@
-2010-04-10 BlackEagle ike DOT devolder AT gmail DOT com
-   * 9.11-15 :
-   Made it back compliant with FHS ( thx pierre for pointing that out )
-   namcap checked and modified to fit its needs as far as it was possible
-
-2009-03-07 [vEX] niechift.dot.vex.at.gmail.dot.com
-
-   * 8.10-10 :
-   Try and fix some autoconf issues (thanks Gentoo ebuild).
-
-2009-02-08 [vEX] niechift.dot.vex.at.gmail.dot.com
-
-   * 8.10-9 :
-   Replace some libtool 'ltmain.sh' scripts with the one from libtool 
-   installed with Arch.
-   Make sure XBMCTex isn't linked to OpenGL libraries or it will segfault
-   on systems using the nvidia driver.
-   
-2009-01-30 [vEX] niechift.dot.vex.at.gmail.dot.com
-
-   * 8.10-8 :
-   Fix some include's so that gcc 4.3.x is happy, shouldn't complain about
-   undefined '::realloc' anymore.
-   Remove Mac OS X specific files.
-   
-2009-01-25 [vEX] niechift.dot.vex.at.gmail.dot.com
-
-   * 8.10-7 :
-   Moved libcdio, pmount, smbclient and unrar to optdepends.
-   Removed unneeded dependency on sdl_gfx.
-   Removed dependency on libpng as sdl_image depends on it.
-
-2008-12-14 [vEX] niechift.dot.vex.at.gmail.dot.com
-
-   * 8.10-6 :
-   Added libpng to dependency list.
-   Added gawk to dependency list.
-   Removed '--disable-mms' and '--enable-halmount' configure flags as they
-   are not mentioned as supported in the configure script.
-   
-2008-12-06 [vEX] niechift.dot.vex.at.gmail.dot.com
-
-   * 8.10-5 :
-   Added libmad to the dependency list.
-   Streamripper 1.64.0+ does not include tre anymore, removed streamripper
-   and added tre instead.
-   Removed subversion from makedepends.
-   
-2008-12-06 [vEX] niechift.dot.vex.at.gmail.dot.com
-
-   * 8.10-4 :
-   Fix permissions for some more scripts, ffmpeg/texi2doc.pl should not
-   fail any longer.
-
-2008-12-05 [vEX] niechift.dot.vex.at.gmail.dot.com
-
-   * 8.10-3 :
-   Added lirc to the optdepends array.
-   
-2008-11-26 [vEX] niechift.dot.vex.at.gmail.dot.com
-
-   * 8.10-2 :
-   Added install file which informs users that a display depth of at
-   least 24-bit is required.
-
-2008-11-17 [vEX] niechift.dot.vex.at.gmail.dot.com
-
-   * 8.10-1 :
-   Initial package, based on previous work by Zeqadious.

Copied: 

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

2013-03-21 Thread Sergej Pupykin
Date: Thursday, March 21, 2013 @ 18:05:25
  Author: spupykin
Revision: 86734

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

Added:
  xbmc/repos/community-testing-i686/ChangeLog
(from rev 86733, xbmc/trunk/ChangeLog)
  xbmc/repos/community-testing-i686/PKGBUILD
(from rev 86733, xbmc/trunk/PKGBUILD)
  xbmc/repos/community-testing-i686/xbmc.install
(from rev 86733, xbmc/trunk/xbmc.install)
  xbmc/repos/community-testing-i686/xbmc.service
(from rev 86733, xbmc/trunk/xbmc.service)
  xbmc/repos/community-testing-x86_64/ChangeLog
(from rev 86733, xbmc/trunk/ChangeLog)
  xbmc/repos/community-testing-x86_64/PKGBUILD
(from rev 86733, xbmc/trunk/PKGBUILD)
  xbmc/repos/community-testing-x86_64/xbmc.install
(from rev 86733, xbmc/trunk/xbmc.install)
  xbmc/repos/community-testing-x86_64/xbmc.service
(from rev 86733, xbmc/trunk/xbmc.service)
Deleted:
  xbmc/repos/community-testing-i686/ChangeLog
  xbmc/repos/community-testing-i686/PKGBUILD
  xbmc/repos/community-testing-i686/xbmc.install
  xbmc/repos/community-testing-i686/xbmc.service
  xbmc/repos/community-testing-x86_64/ChangeLog
  xbmc/repos/community-testing-x86_64/PKGBUILD
  xbmc/repos/community-testing-x86_64/xbmc.install
  xbmc/repos/community-testing-x86_64/xbmc.service

---+
 /ChangeLog|  138 +++
 /PKGBUILD |  226 
 /xbmc.install |   32 
 /xbmc.service |   26 +++
 community-testing-i686/ChangeLog  |   69 -
 community-testing-i686/PKGBUILD   |  113 
 community-testing-i686/xbmc.install   |   16 --
 community-testing-i686/xbmc.service   |   13 -
 community-testing-x86_64/ChangeLog|   69 -
 community-testing-x86_64/PKGBUILD |  113 
 community-testing-x86_64/xbmc.install |   16 --
 community-testing-x86_64/xbmc.service |   13 -
 12 files changed, 422 insertions(+), 422 deletions(-)

Deleted: community-testing-i686/ChangeLog
===
--- community-testing-i686/ChangeLog2013-03-21 16:26:32 UTC (rev 86733)
+++ community-testing-i686/ChangeLog2013-03-21 17:05:25 UTC (rev 86734)
@@ -1,69 +0,0 @@
-2010-04-10 BlackEagle ike DOT devolder AT gmail DOT com
-   * 9.11-15 :
-   Made it back compliant with FHS ( thx pierre for pointing that out )
-   namcap checked and modified to fit its needs as far as it was possible
-
-2009-03-07 [vEX] niechift.dot.vex.at.gmail.dot.com
-
-   * 8.10-10 :
-   Try and fix some autoconf issues (thanks Gentoo ebuild).
-
-2009-02-08 [vEX] niechift.dot.vex.at.gmail.dot.com
-
-   * 8.10-9 :
-   Replace some libtool 'ltmain.sh' scripts with the one from libtool 
-   installed with Arch.
-   Make sure XBMCTex isn't linked to OpenGL libraries or it will segfault
-   on systems using the nvidia driver.
-   
-2009-01-30 [vEX] niechift.dot.vex.at.gmail.dot.com
-
-   * 8.10-8 :
-   Fix some include's so that gcc 4.3.x is happy, shouldn't complain about
-   undefined '::realloc' anymore.
-   Remove Mac OS X specific files.
-   
-2009-01-25 [vEX] niechift.dot.vex.at.gmail.dot.com
-
-   * 8.10-7 :
-   Moved libcdio, pmount, smbclient and unrar to optdepends.
-   Removed unneeded dependency on sdl_gfx.
-   Removed dependency on libpng as sdl_image depends on it.
-
-2008-12-14 [vEX] niechift.dot.vex.at.gmail.dot.com
-
-   * 8.10-6 :
-   Added libpng to dependency list.
-   Added gawk to dependency list.
-   Removed '--disable-mms' and '--enable-halmount' configure flags as they
-   are not mentioned as supported in the configure script.
-   
-2008-12-06 [vEX] niechift.dot.vex.at.gmail.dot.com
-
-   * 8.10-5 :
-   Added libmad to the dependency list.
-   Streamripper 1.64.0+ does not include tre anymore, removed streamripper
-   and added tre instead.
-   Removed subversion from makedepends.
-   
-2008-12-06 [vEX] niechift.dot.vex.at.gmail.dot.com
-
-   * 8.10-4 :
-   Fix permissions for some more scripts, ffmpeg/texi2doc.pl should not
-   fail any longer.
-
-2008-12-05 [vEX] niechift.dot.vex.at.gmail.dot.com
-
-   * 8.10-3 :
-   Added lirc to the optdepends array.
-   
-2008-11-26 [vEX] niechift.dot.vex.at.gmail.dot.com
-
-   * 8.10-2 :
-   Added install file which informs users that a display depth of at
-   least 24-bit is required.
-
-2008-11-17 [vEX] niechift.dot.vex.at.gmail.dot.com
-
-   * 8.10-1 :
-   Initial package, based on previous work by Zeqadious.

Copied: xbmc/repos/community-testing-i686/ChangeLog (from rev 86733, 
xbmc/trunk/ChangeLog)
===
--- community-testing-i686/ChangeLog(rev 0)
+++ 

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

2013-03-21 Thread Bartłomiej Piotrowski
Date: Thursday, March 21, 2013 @ 19:07:30
  Author: bpiotrowski
Revision: 86735

upgpkg: nodejs 0.10.1-1

upstream release

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-21 17:05:25 UTC (rev 86734)
+++ PKGBUILD2013-03-21 18:07:30 UTC (rev 86735)
@@ -8,7 +8,7 @@
 # Contributor: TIanyi Cui tianyi...@gmail.com
 
 pkgname=nodejs
-pkgver=0.10.0
+pkgver=0.10.1
 pkgrel=1
 pkgdesc='Evented I/O for V8 javascript'
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 checkdepends=('curl') # curl used for check()
 options=('!emptydirs')
 source=(http://nodejs.org/dist/v${pkgver}/node-v${pkgver}.tar.gz)
-sha256sums=('1624dc37866ebfb5431e3393e6b049cf238cac8ad4d20c6d567263b1259177ab')
+sha256sums=('2628dbf42fb3ec3927e595dc66f2f96e3c23455990dea690e300296d92afe4d3')
 
 build() {
   cd node-v${pkgver}



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

2013-03-21 Thread Bartłomiej Piotrowski
Date: Thursday, March 21, 2013 @ 19:07:50
  Author: bpiotrowski
Revision: 86736

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-21 18:07:30 UTC (rev 86735)
+++ community-i686/PKGBUILD 2013-03-21 18:07:50 UTC (rev 86736)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: James Campos james.r.cam...@gmail.com
-# Contributor: BlackEagle  ike DOT devolder AT gmail DOT com 
-# Contributor: Dongsheng Cai dongsheng at moodle dot com
-# Contributor: Masutu Subric masutu.arch at googlemail dot com
-# Contributor: TIanyi Cui tianyi...@gmail.com
-
-pkgname=nodejs
-pkgver=0.10.0
-pkgrel=1
-pkgdesc='Evented I/O for V8 javascript'
-arch=('i686' 'x86_64')
-url='http://nodejs.org/'
-license=('MIT')
-depends=('openssl' 'python2')
-checkdepends=('curl') # curl used for check()
-options=('!emptydirs')
-source=(http://nodejs.org/dist/v${pkgver}/node-v${pkgver}.tar.gz)
-sha256sums=('1624dc37866ebfb5431e3393e6b049cf238cac8ad4d20c6d567263b1259177ab')
-
-build() {
-  cd node-v${pkgver}
-
-  msg 'Fixing for python2 name'
-  find -type f -exec sed \
--e 's_^#!/usr/bin/env python$_2_' \
--e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
--e 's_^#!/usr/bin/python$_2_' \
--e s_'python'_'python2'_ -i {} \;
-  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
-  export PYTHON=python2
-
-  ./configure \
---prefix=/usr \
---shared-openssl
-
-  make
-}
-
-check() {
-  cd node-v${pkgver}
-  make test || true
-}
-
-package() {
-  cd node-v${pkgver}
-
-  make DESTDIR=$pkgdir install
-
-  # install docs as per user request
-  install -d $pkgdir/usr/share/doc/nodejs
-  cp -r doc/api/*.html \
-$pkgdir/usr/share/doc/nodejs
-
-  install -D -m644 LICENSE \
-$pkgdir/usr/share/licenses/nodejs/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nodejs/repos/community-i686/PKGBUILD (from rev 86735, 
nodejs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-21 18:07:50 UTC (rev 86736)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: James Campos james.r.cam...@gmail.com
+# Contributor: BlackEagle  ike DOT devolder AT gmail DOT com 
+# Contributor: Dongsheng Cai dongsheng at moodle dot com
+# Contributor: Masutu Subric masutu.arch at googlemail dot com
+# Contributor: TIanyi Cui tianyi...@gmail.com
+
+pkgname=nodejs
+pkgver=0.10.1
+pkgrel=1
+pkgdesc='Evented I/O for V8 javascript'
+arch=('i686' 'x86_64')
+url='http://nodejs.org/'
+license=('MIT')
+depends=('openssl' 'python2')
+checkdepends=('curl') # curl used for check()
+options=('!emptydirs')
+source=(http://nodejs.org/dist/v${pkgver}/node-v${pkgver}.tar.gz)
+sha256sums=('2628dbf42fb3ec3927e595dc66f2f96e3c23455990dea690e300296d92afe4d3')
+
+build() {
+  cd node-v${pkgver}
+
+  msg 'Fixing for python2 name'
+  find -type f -exec sed \
+-e 's_^#!/usr/bin/env python$_2_' \
+-e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
+-e 's_^#!/usr/bin/python$_2_' \
+-e s_'python'_'python2'_ -i {} \;
+  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
+  export PYTHON=python2
+
+  ./configure \
+--prefix=/usr \
+--shared-openssl
+
+  make
+}
+
+check() {
+  cd node-v${pkgver}
+  make test || true
+}
+
+package() {
+  cd node-v${pkgver}
+
+  make DESTDIR=$pkgdir install
+
+  # install docs as per user request
+  install -d $pkgdir/usr/share/doc/nodejs
+  cp -r doc/api/*.html \
+$pkgdir/usr/share/doc/nodejs
+
+  install -D -m644 LICENSE \
+$pkgdir/usr/share/licenses/nodejs/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-21 18:07:30 UTC (rev 86735)
+++ community-x86_64/PKGBUILD   2013-03-21 18:07:50 UTC (rev 86736)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: James Campos james.r.cam...@gmail.com
-# Contributor: BlackEagle  ike DOT devolder AT gmail DOT com 
-# Contributor: Dongsheng Cai 

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

2013-03-21 Thread Andreas Radke
Date: Thursday, March 21, 2013 @ 19:28:18
  Author: andyrtr
Revision: 180418

upgpkg: cups-filters 1.0.31-1

upstream update 1.0.31

Modified:
  cups-filters/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-21 18:14:52 UTC (rev 180417)
+++ PKGBUILD2013-03-21 18:28:18 UTC (rev 180418)
@@ -2,8 +2,8 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=cups-filters
-pkgver=1.0.30
-pkgrel=2
+pkgver=1.0.31
+pkgrel=1
 pkgdesc=OpenPrinting CUPS Filters
 arch=('i686' 'x86_64')
 url=http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
@@ -19,7 +19,7 @@
 options=(!libtool)
 
source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz
 cups-browsed.service)
-md5sums=('0d338e63f445e98d29c963620e5b1420'
+md5sums=('5cc999de2ca310e042adb8cb658b9445'
  '4c9f97eae201798000483c4e7109e690')
 
 build() {



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

2013-03-21 Thread Andreas Radke
Date: Thursday, March 21, 2013 @ 19:32:09
  Author: andyrtr
Revision: 180419

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

Added:
  cups-filters/repos/testing-i686/PKGBUILD
(from rev 180418, cups-filters/trunk/PKGBUILD)
  cups-filters/repos/testing-i686/cups-browsed.service
(from rev 180418, cups-filters/trunk/cups-browsed.service)
  cups-filters/repos/testing-x86_64/PKGBUILD
(from rev 180418, cups-filters/trunk/PKGBUILD)
  cups-filters/repos/testing-x86_64/cups-browsed.service
(from rev 180418, cups-filters/trunk/cups-browsed.service)
Deleted:
  cups-filters/repos/testing-i686/PKGBUILD
  cups-filters/repos/testing-i686/cups-browsed.service
  cups-filters/repos/testing-x86_64/PKGBUILD
  cups-filters/repos/testing-x86_64/cups-browsed.service

-+
 /PKGBUILD   |   98 ++
 /cups-browsed.service   |   20 ++
 testing-i686/PKGBUILD   |   49 -
 testing-i686/cups-browsed.service   |   10 ---
 testing-x86_64/PKGBUILD |   49 -
 testing-x86_64/cups-browsed.service |   10 ---
 6 files changed, 118 insertions(+), 118 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-03-21 18:28:18 UTC (rev 180418)
+++ testing-i686/PKGBUILD   2013-03-21 18:32:09 UTC (rev 180419)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgname=cups-filters
-pkgver=1.0.30
-pkgrel=2
-pkgdesc=OpenPrinting CUPS Filters
-arch=('i686' 'x86_64')
-url=http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
-license=('GPL')
-depends=('lcms2' 'poppler=0.22.2' 'qpdf=4.0.0')
-makedepends=('ghostscript' 'ttf-dejavu') # ttf-dejavu for make check
-optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
-   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
-   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
-   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly')
-backup=(etc/fonts/conf.d/99pdftoopvp.conf
-etc/cups/cups-browsed.conf)
-options=(!libtool)
-source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz
-cups-browsed.service)
-md5sums=('0d338e63f445e98d29c963620e5b1420'
- '4c9f97eae201798000483c4e7109e690')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr  \
---sysconfdir=/etc \
---with-rcdir=no \
---enable-avahi \
---with-browseremoteprotocols=DNSSD,CUPS \
---with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make -j1 -k check
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-  # drop static lib
-  rm -f ${pkgdir}/usr/lib/*.a
-  
-  # add missing systemd support
-  install -Dm644 ${srcdir}/cups-browsed.service 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-}

Copied: cups-filters/repos/testing-i686/PKGBUILD (from rev 180418, 
cups-filters/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-03-21 18:32:09 UTC (rev 180419)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=cups-filters
+pkgver=1.0.31
+pkgrel=1
+pkgdesc=OpenPrinting CUPS Filters
+arch=('i686' 'x86_64')
+url=http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
+license=('GPL')
+depends=('lcms2' 'poppler=0.22.2' 'qpdf=4.0.0')
+makedepends=('ghostscript' 'ttf-dejavu') # ttf-dejavu for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly')
+backup=(etc/fonts/conf.d/99pdftoopvp.conf
+etc/cups/cups-browsed.conf)
+options=(!libtool)
+source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz
+cups-browsed.service)
+md5sums=('5cc999de2ca310e042adb8cb658b9445'
+ '4c9f97eae201798000483c4e7109e690')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr  \
+--sysconfdir=/etc \
+--with-rcdir=no \
+--enable-avahi \
+--with-browseremoteprotocols=DNSSD,CUPS \
+--with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make -j1 -k check
+}
+
+package() 

[arch-commits] Commit in xf86-video-intel/trunk (PKGBUILD)

2013-03-21 Thread Andreas Radke
Date: Thursday, March 21, 2013 @ 19:36:31
  Author: andyrtr
Revision: 180420

upgpkg: xf86-video-intel 2.21.5-1

upstream update 2.21.5

Modified:
  xf86-video-intel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-21 18:32:09 UTC (rev 180419)
+++ PKGBUILD2013-03-21 18:36:31 UTC (rev 180420)
@@ -3,7 +3,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xf86-video-intel
-pkgver=2.21.4
+pkgver=2.21.5
 pkgrel=1
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
@@ -19,7 +19,7 @@
 options=('!libtool')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('2f5983627013170db5b53d5c3ca7ad5fe843f3a0fa16ea136d6a4aa684c9cb03')
+sha256sums=('0fd8265039bee8f8533e8bac4df8ba8f67a65a4e78763a4982980309b05fd954')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-03-21 Thread Andreas Radke
Date: Thursday, March 21, 2013 @ 19:36:44
  Author: andyrtr
Revision: 180421

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

Added:
  xf86-video-intel/repos/testing-i686/
  xf86-video-intel/repos/testing-i686/PKGBUILD
(from rev 180420, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/testing-i686/xf86-video-intel.install
(from rev 180420, xf86-video-intel/trunk/xf86-video-intel.install)
  xf86-video-intel/repos/testing-x86_64/
  xf86-video-intel/repos/testing-x86_64/PKGBUILD
(from rev 180420, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/testing-x86_64/xf86-video-intel.install
(from rev 180420, xf86-video-intel/trunk/xf86-video-intel.install)

-+
 testing-i686/PKGBUILD   |   36 ++
 testing-i686/xf86-video-intel.install   |8 ++
 testing-x86_64/PKGBUILD |   36 ++
 testing-x86_64/xf86-video-intel.install |8 ++
 4 files changed, 88 insertions(+)

Copied: xf86-video-intel/repos/testing-i686/PKGBUILD (from rev 180420, 
xf86-video-intel/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-03-21 18:36:44 UTC (rev 180421)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-intel
+pkgver=2.21.5
+pkgrel=1
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+install=$pkgname.install
+pkgdesc=X.org Intel i810/i830/i915/945G/G965+ video drivers
+depends=('intel-dri' 'libxvmc' 'xcb-util=0.3.9' 'systemd')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=14' 'resourceproto' 
'scrnsaverproto' 'libx11' 'libxrender')
+replaces=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+provides=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+conflicts=('xorg-server1.14.0' 'X-ABI-VIDEODRV_VERSION14' 
'X-ABI-VIDEODRV_VERSION=15'
+   'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 
'xf86-video-intel-legacy')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('0fd8265039bee8f8533e8bac4df8ba8f67a65a4e78763a4982980309b05fd954')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--enable-dri
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: xf86-video-intel/repos/testing-i686/xf86-video-intel.install (from rev 
180420, xf86-video-intel/trunk/xf86-video-intel.install)
===
--- testing-i686/xf86-video-intel.install   (rev 0)
+++ testing-i686/xf86-video-intel.install   2013-03-21 18:36:44 UTC (rev 
180421)
@@ -0,0 +1,8 @@
+post_install() {
+  echo  This driver now allows to switch
+  echo  between sna/uxa acceleration methods.
+  echo  Add to the device section in /etc/X11/xorg.conf
+  echoOption \AccelMethod\ \sna\
+  echo  use uxa method if you run into trouble with sna.
+}
+

Copied: xf86-video-intel/repos/testing-x86_64/PKGBUILD (from rev 180420, 
xf86-video-intel/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-03-21 18:36:44 UTC (rev 180421)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xf86-video-intel
+pkgver=2.21.5
+pkgrel=1
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+install=$pkgname.install
+pkgdesc=X.org Intel i810/i830/i915/945G/G965+ video drivers
+depends=('intel-dri' 'libxvmc' 'xcb-util=0.3.9' 'systemd')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=14' 'resourceproto' 
'scrnsaverproto' 'libx11' 'libxrender')
+replaces=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+provides=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+conflicts=('xorg-server1.14.0' 'X-ABI-VIDEODRV_VERSION14' 
'X-ABI-VIDEODRV_VERSION=15'
+   'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 
'xf86-video-intel-legacy')
+options=('!libtool')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('0fd8265039bee8f8533e8bac4df8ba8f67a65a4e78763a4982980309b05fd954')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--enable-dri
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING 

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

2013-03-21 Thread Andreas Radke
Date: Thursday, March 21, 2013 @ 20:48:13
  Author: andyrtr
Revision: 180422

upgpkg: icu 51.1-1

upstream update 51.1

Modified:
  icu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-21 18:36:44 UTC (rev 180421)
+++ PKGBUILD2013-03-21 19:48:13 UTC (rev 180422)
@@ -3,7 +3,7 @@
 # Contributor: Art Gramlich a...@gramlich-net.com
 
 pkgname=icu
-pkgver=50.1.2
+pkgver=51.1
 pkgrel=1
 pkgdesc=International Components for Unicode library
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 
source=(#http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver/./_}-src.tgz

http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver//./_}-src.tgz
icu.8198.revert.icu5431.patch)
-md5sums=('beb98aa972219c9fcd9c8a71314943c9'
+md5sums=('6eef33b229d0239d654983028c9c7053'
  'ebd5470fc969c75e52baf4af94a9ee82')
 
 build() {



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

2013-03-21 Thread Andreas Radke
Date: Thursday, March 21, 2013 @ 20:48:29
  Author: andyrtr
Revision: 180423

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

Added:
  icu/repos/staging-i686/
  icu/repos/staging-i686/PKGBUILD
(from rev 180422, icu/trunk/PKGBUILD)
  icu/repos/staging-i686/icu.8198.revert.icu5431.patch
(from rev 180422, icu/trunk/icu.8198.revert.icu5431.patch)
  icu/repos/staging-x86_64/
  icu/repos/staging-x86_64/PKGBUILD
(from rev 180422, icu/trunk/PKGBUILD)
  icu/repos/staging-x86_64/icu.8198.revert.icu5431.patch
(from rev 180422, icu/trunk/icu.8198.revert.icu5431.patch)

--+
 staging-i686/PKGBUILD|   43 
 staging-i686/icu.8198.revert.icu5431.patch   |  129 +
 staging-x86_64/PKGBUILD  |   43 
 staging-x86_64/icu.8198.revert.icu5431.patch |  129 +
 4 files changed, 344 insertions(+)

Copied: icu/repos/staging-i686/PKGBUILD (from rev 180422, icu/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-03-21 19:48:29 UTC (rev 180423)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Art Gramlich a...@gramlich-net.com
+
+pkgname=icu
+pkgver=51.1
+pkgrel=1
+pkgdesc=International Components for Unicode library
+arch=(i686 x86_64)
+url=http://www.icu-project.org/;
+license=('custom:icu')
+depends=('gcc-libs=4.7.1-5' 'sh')
+#makedepends=('clang')
+source=(#http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver/./_}-src.tgz
+   
http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver//./_}-src.tgz
+   icu.8198.revert.icu5431.patch)
+md5sums=('6eef33b229d0239d654983028c9c7053'
+ 'ebd5470fc969c75e52baf4af94a9ee82')
+
+build() {
+  cd ${srcdir}/icu/source
+
+  # fix Malayalam encoding https://bugzilla.redhat.com/show_bug.cgi?id=654200
+  patch -Rp3 -i ${srcdir}/icu.8198.revert.icu5431.patch
+
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --mandir=/usr/share/man
+  make
+}
+
+check() {
+  cd $srcdir/icu/source
+  make -k check # passes all
+}
+
+package() {
+  cd ${srcdir}/icu/source
+  make -j1 DESTDIR=${pkgdir} install
+
+  # Install license
+  install -Dm644 ${srcdir}/icu/license.html 
${pkgdir}/usr/share/licenses/icu/license.html
+}

Copied: icu/repos/staging-i686/icu.8198.revert.icu5431.patch (from rev 180422, 
icu/trunk/icu.8198.revert.icu5431.patch)
===
--- staging-i686/icu.8198.revert.icu5431.patch  (rev 0)
+++ staging-i686/icu.8198.revert.icu5431.patch  2013-03-21 19:48:29 UTC (rev 
180423)
@@ -0,0 +1,129 @@
+Index: icu/trunk/source/layout/IndicReordering.cpp
+===
+--- icu/trunk/source/layout/IndicReordering.cpp(revision 25772)
 icu/trunk/source/layout/IndicReordering.cpp(revision 26090)
+@@ -126,4 +126,8 @@
+ FeatureMask fSMFeatures;
+ 
++LEUnicode   fPreBaseConsonant;
++LEUnicode   fPreBaseVirama;
++le_int32fPBCIndex;
++FeatureMask fPBCFeatures;
+ 
+ void saveMatra(LEUnicode matra, le_int32 matraIndex, 
IndicClassTable::CharClass matraClass)
+@@ -172,5 +176,6 @@
+   fMatraFeatures(0), fMPreOutIndex(-1), fMPreFixups(mpreFixups),
+   fVMabove(0), fVMpost(0), fVMIndex(0), fVMFeatures(0),
+-  fSMabove(0), fSMbelow(0), fSMIndex(0), fSMFeatures(0)
++  fSMabove(0), fSMbelow(0), fSMIndex(0), fSMFeatures(0),
++  fPreBaseConsonant(0), fPreBaseVirama(0), fPBCIndex(0), 
fPBCFeatures(0)
+ {
+ // nothing else to do...
+@@ -191,4 +196,6 @@
+ fVMabove = fVMpost  = 0;
+ fSMabove = fSMbelow = 0;
++
++fPreBaseConsonant = fPreBaseVirama = 0;
+ }
+ 
+@@ -386,4 +393,12 @@
+ }
+ 
++void notePreBaseConsonant(le_uint32 index,LEUnicode PBConsonant, 
LEUnicode PBVirama, FeatureMask features)
++{
++fPBCIndex = index;
++fPreBaseConsonant = PBConsonant;
++fPreBaseVirama = PBVirama;
++fPBCFeatures = features;
++}
++
+ void noteBaseConsonant()
+ {
+@@ -465,4 +480,20 @@
+ }
+ 
++void writePreBaseConsonant()
++{
++// The TDIL spec says that consonant + virama + RRA should produce a 
rakar in Malayalam.  However,
++// it seems that almost none of the fonts for Malayalam are set up to 
handle this.
++// So, we're going to force the issue here by using the rakar as 
defined with RA in most fonts.
++
++if (fPreBaseConsonant == 0x0d31) { // RRA
++fPreBaseConsonant = 0x0d30; // RA
++}
++
++if (fPreBaseConsonant != 0) {
++writeChar(fPreBaseConsonant, fPBCIndex, fPBCFeatures);
++

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

2013-03-21 Thread Daniel Micay
Date: Thursday, March 21, 2013 @ 21:12:15
  Author: thestinger
Revision: 86739

upgpkg: transmission-remote-cli 1.5.0-1

Modified:
  transmission-remote-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-21 18:12:29 UTC (rev 86738)
+++ PKGBUILD2013-03-21 20:12:15 UTC (rev 86739)
@@ -5,7 +5,7 @@
 # Contributor: SanskritFritz
 
 pkgname=transmission-remote-cli
-pkgver=1.4.7
+pkgver=1.5.0
 pkgrel=1
 pkgdesc=Curses interface for the daemon of the BitTorrent client Transmission
 arch=('any')
@@ -15,7 +15,7 @@
 optdepends=('python2-geoip: Guess which country peers come from'
 'adns-python: Resolve IPs to host names')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/fagga/transmission-remote-cli/tarball/v$pkgver;)
-sha256sums=('d914ae2be387aea1b8e6518d385bb57b041184dd84f85e0e671136b8d0aa1d00')
+sha256sums=('ae64b84ec3db8b29b7e82e4726529e141f6cbc55e699d2caecf864ead21166cf')
 
 build() {
   cd $srcdir/$(ls -1td fagga-transmission-remote-cli-* | head -n 1)



[arch-commits] Commit in transmission-remote-cli/repos/community-any (2 files)

2013-03-21 Thread Daniel Micay
Date: Thursday, March 21, 2013 @ 21:12:40
  Author: thestinger
Revision: 86740

archrelease: copy trunk to community-any

Added:
  transmission-remote-cli/repos/community-any/PKGBUILD
(from rev 86739, transmission-remote-cli/trunk/PKGBUILD)
Deleted:
  transmission-remote-cli/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-21 20:12:15 UTC (rev 86739)
+++ PKGBUILD2013-03-21 20:12:40 UTC (rev 86740)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: Thomas Weißschuh thomas_weissschuh lavabit com
-# Contributor: fauno fa...@kiwwwi.com.ar
-# Contributor: SanskritFritz
-
-pkgname=transmission-remote-cli
-pkgver=1.4.7
-pkgrel=1
-pkgdesc=Curses interface for the daemon of the BitTorrent client Transmission
-arch=('any')
-url=https://github.com/fagga/transmission-remote-cli;
-license=('GPL3')
-depends=('python2')
-optdepends=('python2-geoip: Guess which country peers come from'
-'adns-python: Resolve IPs to host names')
-source=($pkgname-$pkgver.tar.gz::https://github.com/fagga/transmission-remote-cli/tarball/v${pkgver};)
-sha256sums=('d914ae2be387aea1b8e6518d385bb57b041184dd84f85e0e671136b8d0aa1d00')
-
-build() {
-  cd $srcdir/$(ls -1td fagga-transmission-remote-cli-* | head -n 1)
-  sed -i 1s/python/python2/ transmission-remote-cli
-}
-
-package() {
-  cd $srcdir/$(ls -1td fagga-transmission-remote-cli-* | head -n 1)
-
-  install -Dm755 transmission-remote-cli 
$pkgdir/usr/bin/transmission-remote-cli
-  install -Dm644 transmission-remote-cli.1 
$pkgdir/usr/share/man/man1/transmission-remote-cli.1
-  install -Dm755 transmission-remote-cli-bash-completion.sh 
$pkgdir/usr/share/bash-completion/completions/transmission-remote-cli
-}

Copied: transmission-remote-cli/repos/community-any/PKGBUILD (from rev 86739, 
transmission-remote-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-21 20:12:40 UTC (rev 86740)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Thomas Weißschuh thomas_weissschuh lavabit com
+# Contributor: fauno fa...@kiwwwi.com.ar
+# Contributor: SanskritFritz
+
+pkgname=transmission-remote-cli
+pkgver=1.5.0
+pkgrel=1
+pkgdesc=Curses interface for the daemon of the BitTorrent client Transmission
+arch=('any')
+url=https://github.com/fagga/transmission-remote-cli;
+license=('GPL3')
+depends=('python2')
+optdepends=('python2-geoip: Guess which country peers come from'
+'adns-python: Resolve IPs to host names')
+source=($pkgname-$pkgver.tar.gz::https://github.com/fagga/transmission-remote-cli/tarball/v$pkgver;)
+sha256sums=('ae64b84ec3db8b29b7e82e4726529e141f6cbc55e699d2caecf864ead21166cf')
+
+build() {
+  cd $srcdir/$(ls -1td fagga-transmission-remote-cli-* | head -n 1)
+  sed -i 1s/python/python2/ transmission-remote-cli
+}
+
+package() {
+  cd $srcdir/$(ls -1td fagga-transmission-remote-cli-* | head -n 1)
+
+  install -Dm755 transmission-remote-cli 
$pkgdir/usr/bin/transmission-remote-cli
+  install -Dm644 transmission-remote-cli.1 
$pkgdir/usr/share/man/man1/transmission-remote-cli.1
+  install -Dm755 transmission-remote-cli-bash-completion.sh 
$pkgdir/usr/share/bash-completion/completions/transmission-remote-cli
+}



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

2013-03-21 Thread Jan de Groot
Date: Thursday, March 21, 2013 @ 21:13:23
  Author: jgc
Revision: 180424

upgpkg: glib2 2.35.9-1

Added:
  glib2/trunk/0001-Make-gtester-report-work-with-Python-3.x.patch
Modified:
  glib2/trunk/PKGBUILD

-+
 0001-Make-gtester-report-work-with-Python-3.x.patch |   60 ++
 PKGBUILD|   20 +++---
 2 files changed, 71 insertions(+), 9 deletions(-)

Added: 0001-Make-gtester-report-work-with-Python-3.x.patch
===
--- 0001-Make-gtester-report-work-with-Python-3.x.patch 
(rev 0)
+++ 0001-Make-gtester-report-work-with-Python-3.x.patch 2013-03-21 20:13:23 UTC 
(rev 180424)
@@ -0,0 +1,60 @@
+From 3d81e0a414ecb876f2429c0108a685152bd4ee54 Mon Sep 17 00:00:00 2001
+From: Jan de Groot j...@archlinux.org
+Date: Thu, 21 Mar 2013 20:47:57 +0100
+Subject: [PATCH] Make gtester-report work with Python 3.x: - fix indentations
+ (tabs to spaces) - Replace print with print(), still works with Python 2.x
+
+---
+ glib/gtester-report | 28 ++--
+ 1 file changed, 14 insertions(+), 14 deletions(-)
+
+diff --git a/glib/gtester-report b/glib/gtester-report
+index 0fcdd9a..00296ea 100755
+--- a/glib/gtester-report
 b/glib/gtester-report
+@@ -308,20 +308,20 @@ class HTMLReportWriter(ReportWriter):
+ if binary.success_cases:
+   oklink = 'href=javascript:toggle_display (\'ResultTable\', \'tr\', 
\'b%u_\', \'success\')' % self.bcounter
+ if real_cases != 0:
+-  self.oprint ('a %sER/a\n' % erlink)
+-  self.oprint ('a %sOK/a\n' % oklink)
+-  self.oprint ('/td\n')
+-  perc = binary.success_cases * 100.0 / real_cases
+-  pcolor = {
+-100 : 'bgcolor=lightgreen',
+-0   : 'bgcolor=red',
+-  }.get (int (perc), 'bgcolor=yellow')
+-  self.oprint ('td align=right %s%.2f%%/td\n' % (pcolor, perc))
+-  self.oprint ('/tr\n')
++self.oprint ('a %sER/a\n' % erlink)
++self.oprint ('a %sOK/a\n' % oklink)
++self.oprint ('/td\n')
++perc = binary.success_cases * 100.0 / real_cases
++pcolor = {
++  100 : 'bgcolor=lightgreen',
++  0   : 'bgcolor=red',
++}.get (int (perc), 'bgcolor=yellow')
++self.oprint ('td align=right %s%.2f%%/td\n' % (pcolor, perc))
++self.oprint ('/tr\n')
+ else:
+-  self.oprint ('Empty\n')
+-  self.oprint ('/td\n')
+-  self.oprint ('/tr\n')
++self.oprint ('Empty\n')
++self.oprint ('/td\n')
++self.oprint ('/tr\n')
+ for tc in binary.testcases:
+   self.handle_testcase (tc, binary)
+   def handle_totals (self):
+@@ -466,7 +466,7 @@ def parse_opts():
+  Needs python-subunit])
+ options, files = parser.parse_args()
+ if options.version:
+-print parser.epilog
++print(parser.epilog)
+ return None, None
+ if len(files) != 1:
+ parser.error(Must supply a log file to parse.)
+-- 
+1.8.2
+

Modified: PKGBUILD
===
--- PKGBUILD2013-03-21 19:48:29 UTC (rev 180423)
+++ PKGBUILD2013-03-21 20:13:23 UTC (rev 180424)
@@ -2,25 +2,28 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=glib2
-pkgver=2.34.3
+pkgver=2.35.9
 pkgrel=1
 pkgdesc=Common C routines used by GTK+ and other libs
 url=http://www.gtk.org/;
 arch=(i686 x86_64)
 license=('LGPL')
 depends=('pcre' 'libffi')
-makedepends=('pkg-config' 'python2' 'libxslt' 'docbook-xml')
-optdepends=('python2: for gdbus-codegen')
+makedepends=('pkg-config' 'python' 'libxslt' 'docbook-xml')
+optdepends=('python: for gdbus-codegen and gtester-report')
 options=('!libtool' '!docs' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver%.*}/glib-$pkgver.tar.xz
-revert-warn-glib-compile-schemas.patch)
-sha256sums=('855fcbf87cb93065b488358e351774d8a39177281023bae58c286f41612658a7'
-'049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97')
+revert-warn-glib-compile-schemas.patch
+0001-Make-gtester-report-work-with-Python-3.x.patch)
+sha256sums=('75ce10a4c47c830234ce6af8e52dc4ebaf603a9c04b4114eb22dd00335f3943e'
+'049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97'
+'a2b4ff3836fc0a5b03b8e6bfa69be44b9a65f16486e4c1e4bc6c3d50fe2ad632')
 
 build() {
   cd glib-$pkgver
-  patch -Rp1 -i $srcdir/revert-warn-glib-compile-schemas.patch
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --libdir=/usr/lib \
+  patch -Rp1 -i ../revert-warn-glib-compile-schemas.patch
+  patch -Np1 -i ../0001-Make-gtester-report-work-with-Python-3.x.patch
+  ./configure --prefix=/usr --libdir=/usr/lib \
   --sysconfdir=/etc \
   --with-pcre=system \
   --disable-fam
@@ -34,5 +37,4 @@
   for _i in $pkgdir/usr/share/bash-completion/completions/*; do
   chmod -x $_i
   done
-  sed -i 

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

2013-03-21 Thread Jan de Groot
Date: Thursday, March 21, 2013 @ 21:13:30
  Author: jgc
Revision: 180425

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

Added:
  glib2/repos/gnome-unstable-i686/
  
glib2/repos/gnome-unstable-i686/0001-Make-gtester-report-work-with-Python-3.x.patch
(from rev 180424, 
glib2/trunk/0001-Make-gtester-report-work-with-Python-3.x.patch)
  glib2/repos/gnome-unstable-i686/PKGBUILD
(from rev 180424, glib2/trunk/PKGBUILD)
  glib2/repos/gnome-unstable-i686/revert-warn-glib-compile-schemas.patch
(from rev 180424, glib2/trunk/revert-warn-glib-compile-schemas.patch)
  glib2/repos/gnome-unstable-x86_64/
  
glib2/repos/gnome-unstable-x86_64/0001-Make-gtester-report-work-with-Python-3.x.patch
(from rev 180424, 
glib2/trunk/0001-Make-gtester-report-work-with-Python-3.x.patch)
  glib2/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 180424, glib2/trunk/PKGBUILD)
  glib2/repos/gnome-unstable-x86_64/revert-warn-glib-compile-schemas.patch
(from rev 180424, glib2/trunk/revert-warn-glib-compile-schemas.patch)

---+
 gnome-unstable-i686/0001-Make-gtester-report-work-with-Python-3.x.patch   |   
60 ++
 gnome-unstable-i686/PKGBUILD  |   
40 ++
 gnome-unstable-i686/revert-warn-glib-compile-schemas.patch|   
33 +
 gnome-unstable-x86_64/0001-Make-gtester-report-work-with-Python-3.x.patch |   
60 ++
 gnome-unstable-x86_64/PKGBUILD|   
40 ++
 gnome-unstable-x86_64/revert-warn-glib-compile-schemas.patch  |   
33 +
 6 files changed, 266 insertions(+)

Copied: 
glib2/repos/gnome-unstable-i686/0001-Make-gtester-report-work-with-Python-3.x.patch
 (from rev 180424, 
glib2/trunk/0001-Make-gtester-report-work-with-Python-3.x.patch)
===
--- gnome-unstable-i686/0001-Make-gtester-report-work-with-Python-3.x.patch 
(rev 0)
+++ gnome-unstable-i686/0001-Make-gtester-report-work-with-Python-3.x.patch 
2013-03-21 20:13:30 UTC (rev 180425)
@@ -0,0 +1,60 @@
+From 3d81e0a414ecb876f2429c0108a685152bd4ee54 Mon Sep 17 00:00:00 2001
+From: Jan de Groot j...@archlinux.org
+Date: Thu, 21 Mar 2013 20:47:57 +0100
+Subject: [PATCH] Make gtester-report work with Python 3.x: - fix indentations
+ (tabs to spaces) - Replace print with print(), still works with Python 2.x
+
+---
+ glib/gtester-report | 28 ++--
+ 1 file changed, 14 insertions(+), 14 deletions(-)
+
+diff --git a/glib/gtester-report b/glib/gtester-report
+index 0fcdd9a..00296ea 100755
+--- a/glib/gtester-report
 b/glib/gtester-report
+@@ -308,20 +308,20 @@ class HTMLReportWriter(ReportWriter):
+ if binary.success_cases:
+   oklink = 'href=javascript:toggle_display (\'ResultTable\', \'tr\', 
\'b%u_\', \'success\')' % self.bcounter
+ if real_cases != 0:
+-  self.oprint ('a %sER/a\n' % erlink)
+-  self.oprint ('a %sOK/a\n' % oklink)
+-  self.oprint ('/td\n')
+-  perc = binary.success_cases * 100.0 / real_cases
+-  pcolor = {
+-100 : 'bgcolor=lightgreen',
+-0   : 'bgcolor=red',
+-  }.get (int (perc), 'bgcolor=yellow')
+-  self.oprint ('td align=right %s%.2f%%/td\n' % (pcolor, perc))
+-  self.oprint ('/tr\n')
++self.oprint ('a %sER/a\n' % erlink)
++self.oprint ('a %sOK/a\n' % oklink)
++self.oprint ('/td\n')
++perc = binary.success_cases * 100.0 / real_cases
++pcolor = {
++  100 : 'bgcolor=lightgreen',
++  0   : 'bgcolor=red',
++}.get (int (perc), 'bgcolor=yellow')
++self.oprint ('td align=right %s%.2f%%/td\n' % (pcolor, perc))
++self.oprint ('/tr\n')
+ else:
+-  self.oprint ('Empty\n')
+-  self.oprint ('/td\n')
+-  self.oprint ('/tr\n')
++self.oprint ('Empty\n')
++self.oprint ('/td\n')
++self.oprint ('/tr\n')
+ for tc in binary.testcases:
+   self.handle_testcase (tc, binary)
+   def handle_totals (self):
+@@ -466,7 +466,7 @@ def parse_opts():
+  Needs python-subunit])
+ options, files = parser.parse_args()
+ if options.version:
+-print parser.epilog
++print(parser.epilog)
+ return None, None
+ if len(files) != 1:
+ parser.error(Must supply a log file to parse.)
+-- 
+1.8.2
+

Copied: glib2/repos/gnome-unstable-i686/PKGBUILD (from rev 180424, 
glib2/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-21 20:13:30 UTC (rev 180425)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=glib2
+pkgver=2.35.9
+pkgrel=1
+pkgdesc=Common C routines used by GTK+ and other libs
+url=http://www.gtk.org/;
+arch=(i686 

[arch-commits] Commit in gnuplot/trunk (PKGBUILD gnuplot-doc2texi-el.patch)

2013-03-21 Thread Eric Bélanger
Date: Thursday, March 21, 2013 @ 21:40:38
  Author: eric
Revision: 180426

upgpkg: gnuplot 4.6.2-1

Upstream update, Add texinfo build patch, Remove pkgdir reference in build 
function, Disable SMP buil, PKGBUILD clean up

Added:
  gnuplot/trunk/gnuplot-doc2texi-el.patch
Modified:
  gnuplot/trunk/PKGBUILD

---+
 PKGBUILD  |   39 ++-
 gnuplot-doc2texi-el.patch |   13 +
 2 files changed, 31 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-21 20:13:30 UTC (rev 180425)
+++ PKGBUILD2013-03-21 20:40:38 UTC (rev 180426)
@@ -4,20 +4,23 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=gnuplot 
-pkgver=4.6.1
-pkgrel=2
+pkgver=4.6.2
+pkgrel=1
 pkgdesc=Plotting package which outputs to X11, PostScript, PNG, GIF, and 
others 
 arch=('i686' 'x86_64') 
 url=http://www.gnuplot.info; 
 license=('custom') 
 depends=('readline' 'gd' 'wxgtk' 'cairo' 'libjpeg' 'lua') 
 makedepends=('texinfo' 'emacs' 'texlive-core' 'texlive-latexextra')
+options=('!makeflags')
 install=gnuplot.install 
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha1sums=('1ea21a628223159b0297ae65fe8293afd5aab3c0')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
 
+gnuplot-doc2texi-el.patch)
+sha1sums=('88748d4bc9bd41ba8a267a35b6e5b7427cd997cd'
+  '46f381fafa2f6c6e3bfefa1e7b999729e260a2e8')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $srcdir/$pkgname-$pkgver
 
   # fix default source location; use the GDFONTPATH variable to modify at 
runtime 
   sed -i 's|/usr/X11R6/lib/X11/fonts/truetype|/usr/share/fonts/TTF|' 
src/variable.c
@@ -26,28 +29,22 @@
   -e 
's|$(X11ROOT)/X11R6/lib/X11/fonts/Type1|$(X11ROOT)/usr/share/fonts/Type1|' \
   src/variable.c
 
-  ./configure --prefix=/usr --mandir=/usr/share/man \
-  --infodir=/usr/share/info \
+  (cd docs; patch -p0 -i $srcdir/gnuplot-doc2texi-el.patch)
+
+  ./configure --prefix=/usr \
   --libexecdir=/usr/bin \
   --with-gihdir=/usr/share/gnuplot \
-  --datadir=/usr/share \
-  --with-readline=gnu \
-  --with-texdir=$pkgdir/usr/share/texmf/tex/latex/gnuplot
-  make pkglibexecdir=/usr/bin
+  --with-readline=gnu
+  make
 }
 
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=$pkgdir/usr libexecdir=$pkgdir/usr/bin \
- mandir=$pkgdir/usr/share/man \
-infodir=$pkgdir/usr/share/info \
-pkglibexecdir=$pkgdir/usr/bin \
-GIHDIR=$pkgdir/usr/share/gnuplot \
-datadir=$pkgdir/usr/share install
+  cd $srcdir/$pkgname-$pkgver
+  make pkglibexecdir=/usr/bin DESTDIR=$pkgdir install
 
-  install -Dm644 lisp/dotemacs $pkgdir/usr/share/emacs/site-lisp/dotemacs
-  install -Dm644 Copyright $pkgdir/usr/share/licenses/$pkgname/Copyright
+  install -Dm644 lisp/dotemacs $pkgdir/usr/share/emacs/site-lisp/dotemacs
+  install -Dm644 Copyright $pkgdir/usr/share/licenses/$pkgname/Copyright
 
-  rm -f $pkgdir/usr/share/texmf-dist/ls-R
+  rm -f $pkgdir/usr/share/texmf-dist/ls-R
 }

Added: gnuplot-doc2texi-el.patch
===
--- gnuplot-doc2texi-el.patch   (rev 0)
+++ gnuplot-doc2texi-el.patch   2013-03-21 20:40:38 UTC (rev 180426)
@@ -0,0 +1,13 @@
+Index: doc2texi.el
+===
+RCS file: /cvsroot/gnuplot/gnuplot/docs/doc2texi.el,v
+retrieving revision 1.32
+diff -r1.32 doc2texi.el
+518c518
+   (replace-match (concat 4   node) nil nil))
+---
+   (replace-match (concat 3   node) nil nil))
+521c521
+   (replace-match 5  nil nil))
+---
+   (replace-match 4  nil nil))



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

2013-03-21 Thread Eric Bélanger
Date: Thursday, March 21, 2013 @ 21:41:25
  Author: eric
Revision: 180427

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-21 20:40:38 UTC (rev 180426)
+++ extra-i686/PKGBUILD 2013-03-21 20:41:25 UTC (rev 180427)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: damir da...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=gnuplot 
-pkgver=4.6.1
-pkgrel=2
-pkgdesc=Plotting package which outputs to X11, PostScript, PNG, GIF, and 
others 
-arch=('i686' 'x86_64') 
-url=http://www.gnuplot.info; 
-license=('custom') 
-depends=('readline' 'gd' 'wxgtk' 'cairo' 'libjpeg' 'lua') 
-makedepends=('texinfo' 'emacs' 'texlive-core' 'texlive-latexextra')
-install=gnuplot.install 
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha1sums=('1ea21a628223159b0297ae65fe8293afd5aab3c0')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # fix default source location; use the GDFONTPATH variable to modify at 
runtime 
-  sed -i 's|/usr/X11R6/lib/X11/fonts/truetype|/usr/share/fonts/TTF|' 
src/variable.c
-
-  sed -i -e 's|/usr/X11R6/lib/X11/fonts/Type1|/usr/share/fonts/Type1|' \
-  -e 
's|$(X11ROOT)/X11R6/lib/X11/fonts/Type1|$(X11ROOT)/usr/share/fonts/Type1|' \
-  src/variable.c
-
-  ./configure --prefix=/usr --mandir=/usr/share/man \
-  --infodir=/usr/share/info \
-  --libexecdir=/usr/bin \
-  --with-gihdir=/usr/share/gnuplot \
-  --datadir=/usr/share \
-  --with-readline=gnu \
-  --with-texdir=$pkgdir/usr/share/texmf/tex/latex/gnuplot
-  make pkglibexecdir=/usr/bin
-}
-
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=$pkgdir/usr libexecdir=$pkgdir/usr/bin \
- mandir=$pkgdir/usr/share/man \
-infodir=$pkgdir/usr/share/info \
-pkglibexecdir=$pkgdir/usr/bin \
-GIHDIR=$pkgdir/usr/share/gnuplot \
-datadir=$pkgdir/usr/share install
-
-  install -Dm644 lisp/dotemacs $pkgdir/usr/share/emacs/site-lisp/dotemacs
-  install -Dm644 Copyright $pkgdir/usr/share/licenses/$pkgname/Copyright
-
-  rm -f $pkgdir/usr/share/texmf-dist/ls-R
-}

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

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

2013-03-21 Thread Jan de Groot
Date: Thursday, March 21, 2013 @ 21:45:20
  Author: jgc
Revision: 180428

upgpkg: gobject-introspection 1.35.9-1

Modified:
  gobject-introspection/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-21 20:41:25 UTC (rev 180427)
+++ PKGBUILD2013-03-21 20:45:20 UTC (rev 180428)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gobject-introspection
-pkgver=1.34.2
+pkgver=1.35.9
 pkgrel=1
 pkgdesc=Introspection system for GObject-based libraries
 url=https://live.gnome.org/GObjectIntrospection;
@@ -12,7 +12,7 @@
 makedepends=('cairo')
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver::4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('bc7948a35ce2218922dfb0806679cad21060715cc0c340cf7823eb633cc03429')
+sha256sums=('45756515acceed8073b53d1e94033c3b84a7dd9f04fd9182487e1e037c3af5fe')
 
 build() {
   cd $pkgname-$pkgver



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

2013-03-21 Thread Jan de Groot
Date: Thursday, March 21, 2013 @ 21:45:27
  Author: jgc
Revision: 180429

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

Added:
  gobject-introspection/repos/gnome-unstable-i686/
  gobject-introspection/repos/gnome-unstable-i686/PKGBUILD
(from rev 180428, gobject-introspection/trunk/PKGBUILD)
  gobject-introspection/repos/gnome-unstable-x86_64/
  gobject-introspection/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 180428, gobject-introspection/trunk/PKGBUILD)

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

Copied: gobject-introspection/repos/gnome-unstable-i686/PKGBUILD (from rev 
180428, gobject-introspection/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-21 20:45:27 UTC (rev 180429)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gobject-introspection
+pkgver=1.35.9
+pkgrel=1
+pkgdesc=Introspection system for GObject-based libraries
+url=https://live.gnome.org/GObjectIntrospection;
+arch=('x86_64' 'i686')
+license=('LGPL' 'GPL')
+depends=('glib2' 'python2' 'python2-mako')
+makedepends=('cairo')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver::4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('45756515acceed8073b53d1e94033c3b84a7dd9f04fd9182487e1e037c3af5fe')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --disable-static 
--enable-doctool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  sed -i '1s|#!/usr/bin/env python$|2|' \
+$pkgdir/usr/lib/gobject-introspection/giscanner/*.py
+}

Copied: gobject-introspection/repos/gnome-unstable-x86_64/PKGBUILD (from rev 
180428, gobject-introspection/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-21 20:45:27 UTC (rev 180429)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gobject-introspection
+pkgver=1.35.9
+pkgrel=1
+pkgdesc=Introspection system for GObject-based libraries
+url=https://live.gnome.org/GObjectIntrospection;
+arch=('x86_64' 'i686')
+license=('LGPL' 'GPL')
+depends=('glib2' 'python2' 'python2-mako')
+makedepends=('cairo')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver::4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('45756515acceed8073b53d1e94033c3b84a7dd9f04fd9182487e1e037c3af5fe')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --disable-static 
--enable-doctool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  sed -i '1s|#!/usr/bin/env python$|2|' \
+$pkgdir/usr/lib/gobject-introspection/giscanner/*.py
+}



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

2013-03-21 Thread Jan de Groot
Date: Thursday, March 21, 2013 @ 21:48:19
  Author: jgc
Revision: 180430

upgpkg: atk 2.7.91-1

Modified:
  atk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-21 20:45:27 UTC (rev 180429)
+++ PKGBUILD2013-03-21 20:48:19 UTC (rev 180430)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=atk
-pkgver=2.6.0
+pkgver=2.7.91
 pkgrel=1
 pkgdesc=A library providing a set of interfaces for accessibility
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
 url='http://www.gtk.org/'
-sha256sums=('eff663f90847620bb68c9c2cbaaf7f45e2ff44163b9ab3f10d15be763680491f')
+sha256sums=('c95adec9d3ba605c95fa0042b79d2cee2bff18be95dc36c1628ac8ff3481bfe9')
 
 build() {
   cd $pkgname-$pkgver



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

2013-03-21 Thread Jan de Groot
Date: Thursday, March 21, 2013 @ 21:48:26
  Author: jgc
Revision: 180431

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

Added:
  atk/repos/gnome-unstable-i686/
  atk/repos/gnome-unstable-i686/PKGBUILD
(from rev 180430, atk/trunk/PKGBUILD)
  atk/repos/gnome-unstable-x86_64/
  atk/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 180430, atk/trunk/PKGBUILD)

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

Copied: atk/repos/gnome-unstable-i686/PKGBUILD (from rev 180430, 
atk/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-21 20:48:26 UTC (rev 180431)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=atk
+pkgver=2.7.91
+pkgrel=1
+pkgdesc=A library providing a set of interfaces for accessibility
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('glib2')
+makedepends=('gobject-introspection')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+url='http://www.gtk.org/'
+sha256sums=('c95adec9d3ba605c95fa0042b79d2cee2bff18be95dc36c1628ac8ff3481bfe9')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: atk/repos/gnome-unstable-x86_64/PKGBUILD (from rev 180430, 
atk/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-21 20:48:26 UTC (rev 180431)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=atk
+pkgver=2.7.91
+pkgrel=1
+pkgdesc=A library providing a set of interfaces for accessibility
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('glib2')
+makedepends=('gobject-introspection')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+url='http://www.gtk.org/'
+sha256sums=('c95adec9d3ba605c95fa0042b79d2cee2bff18be95dc36c1628ac8ff3481bfe9')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2013-03-21 Thread Eric Bélanger
Date: Thursday, March 21, 2013 @ 21:55:08
  Author: eric
Revision: 86741

Replace build function by package function

Modified:
  vim-supertab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-21 20:12:40 UTC (rev 86740)
+++ PKGBUILD2013-03-21 20:55:08 UTC (rev 86741)
@@ -17,7 +17,7 @@
 md5sums=('59ed0d264aed4f9dc6d198c1b9fcac27'
  'a232f3fa724b2e52e1678adcc84f67bb')
 
-build() {
+package() {
   cd $srcdir
 
   # extract the vimball



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

2013-03-21 Thread Eric Bélanger
Date: Thursday, March 21, 2013 @ 21:55:29
  Author: eric
Revision: 86742

archrelease: copy trunk to community-any

Added:
  vim-supertab/repos/community-any/LICENSE
(from rev 86741, vim-supertab/trunk/LICENSE)
  vim-supertab/repos/community-any/PKGBUILD
(from rev 86741, vim-supertab/trunk/PKGBUILD)
  vim-supertab/repos/community-any/vimdoc.install
(from rev 86741, vim-supertab/trunk/vimdoc.install)
Deleted:
  vim-supertab/repos/community-any/LICENSE
  vim-supertab/repos/community-any/PKGBUILD
  vim-supertab/repos/community-any/vimdoc.install

+
 LICENSE|   64 +++
 PKGBUILD   |   62 ++---
 vimdoc.install |   42 ++--
 3 files changed, 84 insertions(+), 84 deletions(-)

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-21 20:55:08 UTC (rev 86741)
+++ PKGBUILD2013-03-21 20:55:29 UTC (rev 86742)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Kaiting Chen kaitocr...@gmail.com
-# Maintainer: Aaron Schaefer aa...@elasticdog.com
-
-pkgname=vim-supertab
-pkgver=2.0
-_sourceid=18075
-pkgrel=1
-pkgdesc='A Vim plugin that allows you to use the tab key to do all insert 
completion.'
-arch=('any')

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

2013-03-21 Thread Jan de Groot
Date: Thursday, March 21, 2013 @ 21:56:20
  Author: jgc
Revision: 180432

upgpkg: gdk-pixbuf2 2.27.3-1

Modified:
  gdk-pixbuf2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-21 20:48:26 UTC (rev 180431)
+++ PKGBUILD2013-03-21 20:56:20 UTC (rev 180432)
@@ -2,8 +2,8 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=gdk-pixbuf2
-pkgver=2.26.5
-pkgrel=2
+pkgver=2.27.3
+pkgrel=1
 pkgdesc=An image loading library
 arch=('i686' 'x86_64')
 url=http://www.gtk.org/;
@@ -13,7 +13,7 @@
 options=('!libtool')
 install=gdk-pixbuf2.install
 
source=(http://download.gnome.org/sources/gdk-pixbuf/${pkgver%.*}/gdk-pixbuf-$pkgver.tar.xz)
-sha256sums=('77696fd163bca95a130a1883dbd78d0ae4d782de2fc85a9a38556d13681f5c84')
+sha256sums=('843d55b8e0e27285a3e5267555d2827a206e93faf2a44c0fa322622177216fb2')
 
 build() {
   cd gdk-pixbuf-$pkgver



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

2013-03-21 Thread Jan de Groot
Date: Thursday, March 21, 2013 @ 21:56:26
  Author: jgc
Revision: 180433

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

Added:
  gdk-pixbuf2/repos/gnome-unstable-i686/
  gdk-pixbuf2/repos/gnome-unstable-i686/PKGBUILD
(from rev 180432, gdk-pixbuf2/trunk/PKGBUILD)
  gdk-pixbuf2/repos/gnome-unstable-i686/gdk-pixbuf2.install
(from rev 180432, gdk-pixbuf2/trunk/gdk-pixbuf2.install)
  gdk-pixbuf2/repos/gnome-unstable-x86_64/
  gdk-pixbuf2/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 180432, gdk-pixbuf2/trunk/PKGBUILD)
  gdk-pixbuf2/repos/gnome-unstable-x86_64/gdk-pixbuf2.install
(from rev 180432, gdk-pixbuf2/trunk/gdk-pixbuf2.install)

---+
 gnome-unstable-i686/PKGBUILD  |   34 
 gnome-unstable-i686/gdk-pixbuf2.install   |   11 +
 gnome-unstable-x86_64/PKGBUILD|   34 
 gnome-unstable-x86_64/gdk-pixbuf2.install |   11 +
 4 files changed, 90 insertions(+)

Copied: gdk-pixbuf2/repos/gnome-unstable-i686/PKGBUILD (from rev 180432, 
gdk-pixbuf2/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-21 20:56:26 UTC (rev 180433)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gdk-pixbuf2
+pkgver=2.27.3
+pkgrel=1
+pkgdesc=An image loading library
+arch=('i686' 'x86_64')
+url=http://www.gtk.org/;
+license=('LGPL2.1')
+depends=('glib2' 'libpng' 'libtiff' 'libjpeg' 'libx11' 'jasper')
+makedepends=('gtk-doc' 'gobject-introspection')
+options=('!libtool')
+install=gdk-pixbuf2.install
+source=(http://download.gnome.org/sources/gdk-pixbuf/${pkgver%.*}/gdk-pixbuf-$pkgver.tar.xz)
+sha256sums=('843d55b8e0e27285a3e5267555d2827a206e93faf2a44c0fa322622177216fb2')
+
+build() {
+  cd gdk-pixbuf-$pkgver
+
+  ./configure --prefix=/usr \
+--with-x11 \
+--with-libjasper \
+--with-included-loaders=png
+  make
+}
+
+package() {
+  cd gdk-pixbuf-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gdk-pixbuf2/repos/gnome-unstable-i686/gdk-pixbuf2.install (from rev 
180432, gdk-pixbuf2/trunk/gdk-pixbuf2.install)
===
--- gnome-unstable-i686/gdk-pixbuf2.install (rev 0)
+++ gnome-unstable-i686/gdk-pixbuf2.install 2013-03-21 20:56:26 UTC (rev 
180433)
@@ -0,0 +1,11 @@
+post_install() {
+   gdk-pixbuf-query-loaders --update-cache
+}
+
+post_upgrade() {
+post_install
+}
+
+pre_remove() {
+rm -f /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/loaders.cache
+}

Copied: gdk-pixbuf2/repos/gnome-unstable-x86_64/PKGBUILD (from rev 180432, 
gdk-pixbuf2/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-21 20:56:26 UTC (rev 180433)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gdk-pixbuf2
+pkgver=2.27.3
+pkgrel=1
+pkgdesc=An image loading library
+arch=('i686' 'x86_64')
+url=http://www.gtk.org/;
+license=('LGPL2.1')
+depends=('glib2' 'libpng' 'libtiff' 'libjpeg' 'libx11' 'jasper')
+makedepends=('gtk-doc' 'gobject-introspection')
+options=('!libtool')
+install=gdk-pixbuf2.install
+source=(http://download.gnome.org/sources/gdk-pixbuf/${pkgver%.*}/gdk-pixbuf-$pkgver.tar.xz)
+sha256sums=('843d55b8e0e27285a3e5267555d2827a206e93faf2a44c0fa322622177216fb2')
+
+build() {
+  cd gdk-pixbuf-$pkgver
+
+  ./configure --prefix=/usr \
+--with-x11 \
+--with-libjasper \
+--with-included-loaders=png
+  make
+}
+
+package() {
+  cd gdk-pixbuf-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gdk-pixbuf2/repos/gnome-unstable-x86_64/gdk-pixbuf2.install (from rev 
180432, gdk-pixbuf2/trunk/gdk-pixbuf2.install)
===
--- gnome-unstable-x86_64/gdk-pixbuf2.install   (rev 0)
+++ gnome-unstable-x86_64/gdk-pixbuf2.install   2013-03-21 20:56:26 UTC (rev 
180433)
@@ -0,0 +1,11 @@
+post_install() {
+   gdk-pixbuf-query-loaders --update-cache
+}
+
+post_upgrade() {
+post_install
+}
+
+pre_remove() {
+rm -f /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/loaders.cache
+}



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

2013-03-21 Thread Eric Bélanger
Date: Thursday, March 21, 2013 @ 21:56:46
  Author: eric
Revision: 86743

Replace build function by package function

Modified:
  zsh-lovers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-21 20:55:29 UTC (rev 86742)
+++ PKGBUILD2013-03-21 20:56:46 UTC (rev 86743)
@@ -14,6 +14,6 @@
 source=(http://grml.org/zsh/${pkgname}.1;)
 md5sums=('60c8be931150f3d12d04be834e61035c')
 
-build() {
+package() {
   install -Dm0644 ${srcdir}/${pkgname}.1 
${pkgdir}/usr/share/man/man1/${pkgname}.1
 }



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

2013-03-21 Thread Eric Bélanger
Date: Thursday, March 21, 2013 @ 21:57:09
  Author: eric
Revision: 86744

archrelease: copy trunk to community-any

Added:
  zsh-lovers/repos/community-any/PKGBUILD
(from rev 86743, zsh-lovers/trunk/PKGBUILD)
Deleted:
  zsh-lovers/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-21 20:56:46 UTC (rev 86743)
+++ PKGBUILD2013-03-21 20:57:09 UTC (rev 86744)
@@ -1,19 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Grigorios Bouzakis grbzks[at]gmail[dot]com
-# Contributor: Patrick Leslie Polzer pol...@gnu.org
-# Contributor: Aaron 'venisonslurpee' Laursen venisonslur...@gmail.com
-
-pkgname=zsh-lovers
-pkgver=0.8.3
-pkgrel=2
-pkgdesc=A collection of tips, tricks and examples for the Z shell.
-arch=('any')
-url='http://grml.org/zsh/#zshlovers'
-license=('GPL')
-source=(http://grml.org/zsh/${pkgname}.1;)
-md5sums=('60c8be931150f3d12d04be834e61035c')
-
-build() {
-  install -Dm0644 ${srcdir}/${pkgname}.1 
${pkgdir}/usr/share/man/man1/${pkgname}.1
-}

Copied: zsh-lovers/repos/community-any/PKGBUILD (from rev 86743, 
zsh-lovers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-21 20:57:09 UTC (rev 86744)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Grigorios Bouzakis grbzks[at]gmail[dot]com
+# Contributor: Patrick Leslie Polzer pol...@gnu.org
+# Contributor: Aaron 'venisonslurpee' Laursen venisonslur...@gmail.com
+
+pkgname=zsh-lovers
+pkgver=0.8.3
+pkgrel=2
+pkgdesc=A collection of tips, tricks and examples for the Z shell.
+arch=('any')
+url='http://grml.org/zsh/#zshlovers'
+license=('GPL')
+source=(http://grml.org/zsh/${pkgname}.1;)
+md5sums=('60c8be931150f3d12d04be834e61035c')
+
+package() {
+  install -Dm0644 ${srcdir}/${pkgname}.1 
${pkgdir}/usr/share/man/man1/${pkgname}.1
+}



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

2013-03-21 Thread Eric Bélanger
Date: Thursday, March 21, 2013 @ 22:00:15
  Author: eric
Revision: 86745

Remove pkgdir reference in build function, PKGBUILD clean up

Modified:
  perl-linux-pid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-21 20:57:09 UTC (rev 86744)
+++ PKGBUILD2013-03-21 21:00:15 UTC (rev 86745)
@@ -12,33 +12,31 @@
 options=('!emptydirs')
 depends=('perl')
 url='http://search.cpan.org/dist/Linux-Pid'
-source=('http://search.cpan.org/CPAN/authors/id/R/RG/RGARCIA/Linux-Pid-0.04.tar.gz')
+source=('http://search.cpan.org/CPAN/authors/id/R/RG/RGARCIA/Linux-Pid-$pkgver.tar.gz')
 md5sums=('130c4d299f827abf1f2285fddf03fccb')
-_distdir=${srcdir}/Linux-Pid-0.04
 
 build() {
   ( export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
   PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
-  PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir' \
+  PERL_MM_OPT=INSTALLDIRS=vendor \
+  PERL_MB_OPT=--installdirs vendor \
   MODULEBUILDRC=/dev/null
 
-cd $_distdir
+cd Linux-Pid-$pkgver
 /usr/bin/perl Makefile.PL
 make
   )
 }
 
 check() {
-  cd $_distdir
+  cd Linux-Pid-$pkgver
   ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
 make test
   )
 }
 
 package() {
-  cd $_distdir
-  make install
-  find $pkgdir -name .packlist -o -name perllocal.pod -delete
+  cd Linux-Pid-$pkgver
+  make DESTDIR=$pkgdir install
 }
 



[arch-commits] Commit in perl-linux-pid/repos/community-i686 (PKGBUILD PKGBUILD)

2013-03-21 Thread Eric Bélanger
Date: Thursday, March 21, 2013 @ 22:00:53
  Author: eric
Revision: 86746

archrelease: copy trunk to community-i686

Added:
  perl-linux-pid/repos/community-i686/PKGBUILD
(from rev 86745, perl-linux-pid/trunk/PKGBUILD)
Deleted:
  perl-linux-pid/repos/community-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-21 21:00:15 UTC (rev 86745)
+++ PKGBUILD2013-03-21 21:00:53 UTC (rev 86746)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org 
-# Contributor: Angel Velasquez an...@archlinux.org
-# Generator  : CPANPLUS::Dist::Arch 1.12
-
-pkgname='perl-linux-pid'
-pkgver='0.04'
-pkgrel='2'
-pkgdesc=Interface to Linux getpp?id functions
-arch=('i686' 'x86_64')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl')
-url='http://search.cpan.org/dist/Linux-Pid'
-source=('http://search.cpan.org/CPAN/authors/id/R/RG/RGARCIA/Linux-Pid-0.04.tar.gz')
-md5sums=('130c4d299f827abf1f2285fddf03fccb')
-_distdir=${srcdir}/Linux-Pid-0.04
-
-build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
-  PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir' \
-  MODULEBUILDRC=/dev/null
-
-cd $_distdir
-/usr/bin/perl Makefile.PL
-make
-  )
-}
-
-check() {
-  cd $_distdir
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
-make test
-  )
-}
-
-package() {
-  cd $_distdir
-  make install
-  find $pkgdir -name .packlist -o -name perllocal.pod -delete
-}
-

Copied: perl-linux-pid/repos/community-i686/PKGBUILD (from rev 86745, 
perl-linux-pid/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-21 21:00:53 UTC (rev 86746)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org 
+# Contributor: Angel Velasquez an...@archlinux.org
+# Generator  : CPANPLUS::Dist::Arch 1.12
+
+pkgname='perl-linux-pid'
+pkgver='0.04'
+pkgrel='2'
+pkgdesc=Interface to Linux getpp?id functions
+arch=('i686' 'x86_64')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+url='http://search.cpan.org/dist/Linux-Pid'
+source=('http://search.cpan.org/CPAN/authors/id/R/RG/RGARCIA/Linux-Pid-$pkgver.tar.gz')
+md5sums=('130c4d299f827abf1f2285fddf03fccb')
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT=INSTALLDIRS=vendor \
+  PERL_MB_OPT=--installdirs vendor \
+  MODULEBUILDRC=/dev/null
+
+cd Linux-Pid-$pkgver
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  cd Linux-Pid-$pkgver
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
+make test
+  )
+}
+
+package() {
+  cd Linux-Pid-$pkgver
+  make DESTDIR=$pkgdir install
+}
+



[arch-commits] Commit in perl-linux-pid/repos/community-x86_64 (PKGBUILD PKGBUILD)

2013-03-21 Thread Eric Bélanger
Date: Thursday, March 21, 2013 @ 22:01:12
  Author: eric
Revision: 86747

archrelease: copy trunk to community-x86_64

Added:
  perl-linux-pid/repos/community-x86_64/PKGBUILD
(from rev 86746, perl-linux-pid/trunk/PKGBUILD)
Deleted:
  perl-linux-pid/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-21 21:00:53 UTC (rev 86746)
+++ PKGBUILD2013-03-21 21:01:12 UTC (rev 86747)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org 
-# Contributor: Angel Velasquez an...@archlinux.org
-# Generator  : CPANPLUS::Dist::Arch 1.12
-
-pkgname='perl-linux-pid'
-pkgver='0.04'
-pkgrel='2'
-pkgdesc=Interface to Linux getpp?id functions
-arch=('i686' 'x86_64')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl')
-url='http://search.cpan.org/dist/Linux-Pid'
-source=('http://search.cpan.org/CPAN/authors/id/R/RG/RGARCIA/Linux-Pid-0.04.tar.gz')
-md5sums=('130c4d299f827abf1f2285fddf03fccb')
-_distdir=${srcdir}/Linux-Pid-0.04
-
-build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
-  PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir' \
-  MODULEBUILDRC=/dev/null
-
-cd $_distdir
-/usr/bin/perl Makefile.PL
-make
-  )
-}
-
-check() {
-  cd $_distdir
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
-make test
-  )
-}
-
-package() {
-  cd $_distdir
-  make install
-  find $pkgdir -name .packlist -o -name perllocal.pod -delete
-}
-

Copied: perl-linux-pid/repos/community-x86_64/PKGBUILD (from rev 86746, 
perl-linux-pid/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-21 21:01:12 UTC (rev 86747)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org 
+# Contributor: Angel Velasquez an...@archlinux.org
+# Generator  : CPANPLUS::Dist::Arch 1.12
+
+pkgname='perl-linux-pid'
+pkgver='0.04'
+pkgrel='2'
+pkgdesc=Interface to Linux getpp?id functions
+arch=('i686' 'x86_64')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+url='http://search.cpan.org/dist/Linux-Pid'
+source=('http://search.cpan.org/CPAN/authors/id/R/RG/RGARCIA/Linux-Pid-$pkgver.tar.gz')
+md5sums=('130c4d299f827abf1f2285fddf03fccb')
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT=INSTALLDIRS=vendor \
+  PERL_MB_OPT=--installdirs vendor \
+  MODULEBUILDRC=/dev/null
+
+cd Linux-Pid-$pkgver
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  cd Linux-Pid-$pkgver
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
+make test
+  )
+}
+
+package() {
+  cd Linux-Pid-$pkgver
+  make DESTDIR=$pkgdir install
+}
+



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

2013-03-21 Thread Eric Bélanger
Date: Thursday, March 21, 2013 @ 22:04:57
  Author: eric
Revision: 86748

Remove pkgdir reference in build function

Modified:
  cksfv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-21 21:01:12 UTC (rev 86747)
+++ PKGBUILD2013-03-21 21:04:57 UTC (rev 86748)
@@ -14,13 +14,13 @@
 md5sums=('2e15289753ea0b90b6ea86993f93b383')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --package-prefix=$pkgdir
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
-  make install
-  chmod 644 $pkgdir/usr/share/man/man1/$pkgname.1
+  cd $srcdir/$pkgname-$pkgver
+  make BINDIR=$pkgdir/usr/bin MANDIR=$pkgdir/usr/share/man install
+  chmod 644 $pkgdir/usr/share/man/man1/$pkgname.1
 }



[arch-commits] Commit in at-spi2-core/trunk (PKGBUILD)

2013-03-21 Thread Jan de Groot
Date: Thursday, March 21, 2013 @ 22:05:17
  Author: jgc
Revision: 180434

upgpkg: at-spi2-core 2.7.91-1

Modified:
  at-spi2-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-21 20:56:26 UTC (rev 180433)
+++ PKGBUILD2013-03-21 21:05:17 UTC (rev 180434)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=at-spi2-core
-pkgver=2.6.3
+pkgver=2.7.91
 pkgrel=1
 pkgdesc=Protocol definitions and daemon for D-Bus at-spi
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'gobject-introspection')
 options=('!libtool')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('fc4487ae46e847cfd057b329b852cf99923772ecd2ddc29f29670c9f2b15d0ea')
+sha256sums=('246c669776f1d88be5d8890ff9468d04b3d7f02d87e9141f2aa96198134b214f')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in at-spi2-core/repos (4 files)

2013-03-21 Thread Jan de Groot
Date: Thursday, March 21, 2013 @ 22:05:23
  Author: jgc
Revision: 180435

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

Added:
  at-spi2-core/repos/gnome-unstable-i686/
  at-spi2-core/repos/gnome-unstable-i686/PKGBUILD
(from rev 180434, at-spi2-core/trunk/PKGBUILD)
  at-spi2-core/repos/gnome-unstable-x86_64/
  at-spi2-core/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 180434, at-spi2-core/trunk/PKGBUILD)

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

Copied: at-spi2-core/repos/gnome-unstable-i686/PKGBUILD (from rev 180434, 
at-spi2-core/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-21 21:05:23 UTC (rev 180435)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=at-spi2-core
+pkgver=2.7.91
+pkgrel=1
+pkgdesc=Protocol definitions and daemon for D-Bus at-spi
+arch=('i686' 'x86_64')
+url=http://www.gnome.org;
+license=('GPL2')
+depends=('dbus-core' 'glib2' 'libxtst')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('246c669776f1d88be5d8890ff9468d04b3d7f02d87e9141f2aa96198134b214f')
+
+build() {
+  cd $pkgname-$pkgver
+
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+  autoreconf --force --install
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/at-spi2-core --disable-xevie
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: at-spi2-core/repos/gnome-unstable-x86_64/PKGBUILD (from rev 180434, 
at-spi2-core/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-21 21:05:23 UTC (rev 180435)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=at-spi2-core
+pkgver=2.7.91
+pkgrel=1
+pkgdesc=Protocol definitions and daemon for D-Bus at-spi
+arch=('i686' 'x86_64')
+url=http://www.gnome.org;
+license=('GPL2')
+depends=('dbus-core' 'glib2' 'libxtst')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('246c669776f1d88be5d8890ff9468d04b3d7f02d87e9141f2aa96198134b214f')
+
+build() {
+  cd $pkgname-$pkgver
+
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+  autoreconf --force --install
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/at-spi2-core --disable-xevie
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-03-21 Thread Eric Bélanger
Date: Thursday, March 21, 2013 @ 22:05:35
  Author: eric
Revision: 86749

archrelease: copy trunk to community-i686

Added:
  cksfv/repos/community-i686/PKGBUILD
(from rev 86748, cksfv/trunk/PKGBUILD)
Deleted:
  cksfv/repos/community-i686/PKGBUILD

--+
 PKGBUILD |   52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-21 21:04:57 UTC (rev 86748)
+++ PKGBUILD2013-03-21 21:05:35 UTC (rev 86749)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jaroslaw Swierczynski swier...@aur.archlinux.org
-# Contributor: Wijnand Modderman wijanand+...@archlinux.nl
-
-pkgname=cksfv
-pkgver=1.3.14
-pkgrel=2
-pkgdesc=SFV (Simple File Verification) Checker
-arch=('i686' 'x86_64')
-url=http://zakalwe.virtuaalipalvelin.net/~shd/foss/cksfv/;
-license=('GPL')
-depends=('glibc')
-source=(http://zakalwe.fi/~shd/foss/cksfv/files/$pkgname-$pkgver.tar.gz)
-md5sums=('2e15289753ea0b90b6ea86993f93b383')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --package-prefix=$pkgdir
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make install
-  chmod 644 $pkgdir/usr/share/man/man1/$pkgname.1
-}

Copied: cksfv/repos/community-i686/PKGBUILD (from rev 86748, 
cksfv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-21 21:05:35 UTC (rev 86749)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jaroslaw Swierczynski swier...@aur.archlinux.org
+# Contributor: Wijnand Modderman wijanand+...@archlinux.nl
+
+pkgname=cksfv
+pkgver=1.3.14
+pkgrel=2
+pkgdesc=SFV (Simple File Verification) Checker
+arch=('i686' 'x86_64')
+url=http://zakalwe.fi/~shd/foss/cksfv;
+license=('GPL')
+depends=('glibc')
+source=(http://zakalwe.fi/~shd/foss/cksfv/files/$pkgname-$pkgver.tar.gz)
+md5sums=('2e15289753ea0b90b6ea86993f93b383')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make BINDIR=$pkgdir/usr/bin MANDIR=$pkgdir/usr/share/man install
+  chmod 644 $pkgdir/usr/share/man/man1/$pkgname.1
+}



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

2013-03-21 Thread Eric Bélanger
Date: Thursday, March 21, 2013 @ 22:05:54
  Author: eric
Revision: 86750

archrelease: copy trunk to community-x86_64

Added:
  cksfv/repos/community-x86_64/PKGBUILD
(from rev 86749, cksfv/trunk/PKGBUILD)
Deleted:
  cksfv/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-21 21:05:35 UTC (rev 86749)
+++ PKGBUILD2013-03-21 21:05:54 UTC (rev 86750)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jaroslaw Swierczynski swier...@aur.archlinux.org
-# Contributor: Wijnand Modderman wijanand+...@archlinux.nl
-
-pkgname=cksfv
-pkgver=1.3.14
-pkgrel=2
-pkgdesc=SFV (Simple File Verification) Checker
-arch=('i686' 'x86_64')
-url=http://zakalwe.virtuaalipalvelin.net/~shd/foss/cksfv/;
-license=('GPL')
-depends=('glibc')
-source=(http://zakalwe.fi/~shd/foss/cksfv/files/$pkgname-$pkgver.tar.gz)
-md5sums=('2e15289753ea0b90b6ea86993f93b383')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --package-prefix=$pkgdir
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make install
-  chmod 644 $pkgdir/usr/share/man/man1/$pkgname.1
-}

Copied: cksfv/repos/community-x86_64/PKGBUILD (from rev 86749, 
cksfv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-21 21:05:54 UTC (rev 86750)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jaroslaw Swierczynski swier...@aur.archlinux.org
+# Contributor: Wijnand Modderman wijanand+...@archlinux.nl
+
+pkgname=cksfv
+pkgver=1.3.14
+pkgrel=2
+pkgdesc=SFV (Simple File Verification) Checker
+arch=('i686' 'x86_64')
+url=http://zakalwe.fi/~shd/foss/cksfv;
+license=('GPL')
+depends=('glibc')
+source=(http://zakalwe.fi/~shd/foss/cksfv/files/$pkgname-$pkgver.tar.gz)
+md5sums=('2e15289753ea0b90b6ea86993f93b383')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make BINDIR=$pkgdir/usr/bin MANDIR=$pkgdir/usr/share/man install
+  chmod 644 $pkgdir/usr/share/man/man1/$pkgname.1
+}



[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD at-spi2-atk.install)

2013-03-21 Thread Jan de Groot
Date: Thursday, March 21, 2013 @ 22:11:50
  Author: jgc
Revision: 180436

upgpkg: at-spi2-atk 2.7.91-1

Modified:
  at-spi2-atk/trunk/PKGBUILD
Deleted:
  at-spi2-atk/trunk/at-spi2-atk.install

-+
 PKGBUILD|7 +++
 at-spi2-atk.install |   11 ---
 2 files changed, 3 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-21 21:05:23 UTC (rev 180435)
+++ PKGBUILD2013-03-21 21:11:50 UTC (rev 180436)
@@ -2,18 +2,17 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=at-spi2-atk
-pkgver=2.6.2
+pkgver=2.7.91
 pkgrel=1
 pkgdesc=A GTK+ module that bridges ATK to D-Bus at-spi
 arch=('i686' 'x86_64')
 url=http://www.gnome.org;
 license=('GPL2')
-depends=('at-spi2-core' 'libx11' 'atk' 'dconf')
+depends=('at-spi2-core' 'libx11' 'atk')
 makedepends=('intltool')
-install=at-spi2-atk.install
 options=('!libtool')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('496c8432e8ab82735145f9af5d45209e9b708bf3c94e527ee091d08641a9bcfa')
+sha256sums=('d841303572cfdf37d0cc1424ea04f3e82fffa8860469540e02e1ab12cb1eefb7')
 
 build() {
   cd $pkgname-$pkgver

Deleted: at-spi2-atk.install
===
--- at-spi2-atk.install 2013-03-21 21:05:23 UTC (rev 180435)
+++ at-spi2-atk.install 2013-03-21 21:11:50 UTC (rev 180436)
@@ -1,11 +0,0 @@
-post_install() {
-  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}



[arch-commits] Commit in at-spi2-atk/repos (4 files)

2013-03-21 Thread Jan de Groot
Date: Thursday, March 21, 2013 @ 22:11:57
  Author: jgc
Revision: 180437

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

Added:
  at-spi2-atk/repos/gnome-unstable-i686/
  at-spi2-atk/repos/gnome-unstable-i686/PKGBUILD
(from rev 180436, at-spi2-atk/trunk/PKGBUILD)
  at-spi2-atk/repos/gnome-unstable-x86_64/
  at-spi2-atk/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 180436, at-spi2-atk/trunk/PKGBUILD)

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

Copied: at-spi2-atk/repos/gnome-unstable-i686/PKGBUILD (from rev 180436, 
at-spi2-atk/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-21 21:11:57 UTC (rev 180437)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=at-spi2-atk
+pkgver=2.7.91
+pkgrel=1
+pkgdesc=A GTK+ module that bridges ATK to D-Bus at-spi
+arch=('i686' 'x86_64')
+url=http://www.gnome.org;
+license=('GPL2')
+depends=('at-spi2-core' 'libx11' 'atk')
+makedepends=('intltool')
+options=('!libtool')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d841303572cfdf37d0cc1424ea04f3e82fffa8860469540e02e1ab12cb1eefb7')
+
+build() {
+  cd $pkgname-$pkgver
+
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+  autoreconf --force --install
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: at-spi2-atk/repos/gnome-unstable-x86_64/PKGBUILD (from rev 180436, 
at-spi2-atk/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-21 21:11:57 UTC (rev 180437)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=at-spi2-atk
+pkgver=2.7.91
+pkgrel=1
+pkgdesc=A GTK+ module that bridges ATK to D-Bus at-spi
+arch=('i686' 'x86_64')
+url=http://www.gnome.org;
+license=('GPL2')
+depends=('at-spi2-core' 'libx11' 'atk')
+makedepends=('intltool')
+options=('!libtool')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d841303572cfdf37d0cc1424ea04f3e82fffa8860469540e02e1ab12cb1eefb7')
+
+build() {
+  cd $pkgname-$pkgver
+
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+  autoreconf --force --install
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-03-21 Thread Evangelos Foutras
Date: Thursday, March 21, 2013 @ 22:31:09
  Author: foutrelis
Revision: 180438

upgpkg: gptfdisk 0.8.6-2

ICU 51.1 rebuild.

Modified:
  gptfdisk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-21 21:11:57 UTC (rev 180437)
+++ PKGBUILD2013-03-21 21:31:09 UTC (rev 180438)
@@ -5,7 +5,7 @@
 
 pkgname=gptfdisk
 pkgver=0.8.6
-pkgrel=1
+pkgrel=2
 pkgdesc=A text-mode partitioning tool that works on Globally Unique 
Identifier (GUID) Partition Table (GPT) disks
 arch=('i686' 'x86_64')
 url=http://www.rodsbooks.com/gdisk/;



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

2013-03-21 Thread Evangelos Foutras
Date: Thursday, March 21, 2013 @ 22:31:19
  Author: foutrelis
Revision: 180439

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

Added:
  gptfdisk/repos/staging-i686/
  gptfdisk/repos/staging-i686/PKGBUILD
(from rev 180438, gptfdisk/trunk/PKGBUILD)
  gptfdisk/repos/staging-x86_64/
  gptfdisk/repos/staging-x86_64/PKGBUILD
(from rev 180438, gptfdisk/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   38 ++
 staging-x86_64/PKGBUILD |   38 ++
 2 files changed, 76 insertions(+)

Copied: gptfdisk/repos/staging-i686/PKGBUILD (from rev 180438, 
gptfdisk/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-03-21 21:31:19 UTC (rev 180439)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Tobias Powalowski tp...@archlinux.org
+# Contributor: Hokum hokum_at_mail_dot_ru
+
+pkgname=gptfdisk
+pkgver=0.8.6
+pkgrel=2
+pkgdesc=A text-mode partitioning tool that works on Globally Unique 
Identifier (GUID) Partition Table (GPT) disks
+arch=('i686' 'x86_64')
+url=http://www.rodsbooks.com/gdisk/;
+license=('GPL2')
+depends=('gcc-libs' 'util-linux' 'popt' 'icu')
+provides=(gdisk=$pkgver)
+conflicts=('gdisk')
+replaces=('gdisk')
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('4579cd54842459699970e24720dda7fb0aa217027818623089c321bc62a647b2')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # Get rid of annoying debug message (have sent email to upstream author)
+  sed -i '/Entering GPTPart::SetName/d' gptpart.cc
+
+  make
+}
+
+package () {
+  cd $srcdir/$pkgname-$pkgver
+
+  install -d $pkgdir/usr/{bin,share/{doc/gdisk,man/man8}}
+  install -t $pkgdir/usr/bin {,c,s}gdisk fixparts
+  install -m644 -t $pkgdir/usr/share/man/man8 {{,c,s}gdisk,fixparts}.8
+  install -m644 -t $pkgdir/usr/share/doc/gdisk README NEWS
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gptfdisk/repos/staging-x86_64/PKGBUILD (from rev 180438, 
gptfdisk/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-03-21 21:31:19 UTC (rev 180439)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Tobias Powalowski tp...@archlinux.org
+# Contributor: Hokum hokum_at_mail_dot_ru
+
+pkgname=gptfdisk
+pkgver=0.8.6
+pkgrel=2
+pkgdesc=A text-mode partitioning tool that works on Globally Unique 
Identifier (GUID) Partition Table (GPT) disks
+arch=('i686' 'x86_64')
+url=http://www.rodsbooks.com/gdisk/;
+license=('GPL2')
+depends=('gcc-libs' 'util-linux' 'popt' 'icu')
+provides=(gdisk=$pkgver)
+conflicts=('gdisk')
+replaces=('gdisk')
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('4579cd54842459699970e24720dda7fb0aa217027818623089c321bc62a647b2')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # Get rid of annoying debug message (have sent email to upstream author)
+  sed -i '/Entering GPTPart::SetName/d' gptpart.cc
+
+  make
+}
+
+package () {
+  cd $srcdir/$pkgname-$pkgver
+
+  install -d $pkgdir/usr/{bin,share/{doc/gdisk,man/man8}}
+  install -t $pkgdir/usr/bin {,c,s}gdisk fixparts
+  install -m644 -t $pkgdir/usr/share/man/man8 {{,c,s}gdisk,fixparts}.8
+  install -m644 -t $pkgdir/usr/share/doc/gdisk README NEWS
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-03-21 Thread Jan de Groot
Date: Thursday, March 21, 2013 @ 22:31:29
  Author: jgc
Revision: 180440

upgpkg: gtk3 3.7.14-1

Modified:
  gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-21 21:31:19 UTC (rev 180439)
+++ PKGBUILD2013-03-21 21:31:29 UTC (rev 180440)
@@ -2,21 +2,20 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=gtk3
-pkgver=3.6.4
-pkgrel=2
+pkgver=3.7.14
+pkgrel=1
 pkgdesc=GObject-based multi-platform GUI toolkit (v3)
 arch=(i686 x86_64)
 url=http://www.gtk.org/;
 install=gtk3.install
-depends=(atk cairo gtk-update-icon-cache libcups libxcursor libxinerama 
libxrandr libxi
- libxcomposite libxdamage pango shared-mime-info colord at-spi2-atk 
wayland libxkbcommon)
-makedepends=(gobject-introspection mesa)
+depends=(atk cairo gtk-update-icon-cache libcups libxcursor libxinerama 
libxrandr libxi libxcomposite libxdamage pango shared-mime-info colord 
at-spi2-atk wayland libxkbcommon)
+makedepends=(gobject-introspection)
 options=('!libtool')
 backup=(etc/gtk-3.0/settings.ini)
 license=(LGPL)
 
source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/${pkgver%.*}/gtk+-$pkgver.tar.xz
 settings.ini)
-sha256sums=('dbda37986f934f986c0bb20f2b0c59f2717a2e5c098370ad69677ff89295f1a1'
+sha256sums=('43f5ce8c8b7807494e2723a452eaff1388d8b03de75a3648aa9cbd36bc844cc0'
 'c214d3dcdcadda3d642112287524ab3e526ad592b70895c9f3e3733c23701621')
 build() {
 cd gtk+-$pkgver



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

2013-03-21 Thread Jan de Groot
Date: Thursday, March 21, 2013 @ 22:31:36
  Author: jgc
Revision: 180441

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

Added:
  gtk3/repos/gnome-unstable-i686/
  gtk3/repos/gnome-unstable-i686/PKGBUILD
(from rev 180440, gtk3/trunk/PKGBUILD)
  gtk3/repos/gnome-unstable-i686/gtk3.install
(from rev 180440, gtk3/trunk/gtk3.install)
  gtk3/repos/gnome-unstable-i686/settings.ini
(from rev 180440, gtk3/trunk/settings.ini)
  gtk3/repos/gnome-unstable-x86_64/
  gtk3/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 180440, gtk3/trunk/PKGBUILD)
  gtk3/repos/gnome-unstable-x86_64/gtk3.install
(from rev 180440, gtk3/trunk/gtk3.install)
  gtk3/repos/gnome-unstable-x86_64/settings.ini
(from rev 180440, gtk3/trunk/settings.ini)

+
 gnome-unstable-i686/PKGBUILD   |   43 +++
 gnome-unstable-i686/gtk3.install   |   16 +
 gnome-unstable-i686/settings.ini   |2 +
 gnome-unstable-x86_64/PKGBUILD |   43 +++
 gnome-unstable-x86_64/gtk3.install |   16 +
 gnome-unstable-x86_64/settings.ini |2 +
 6 files changed, 122 insertions(+)

Copied: gtk3/repos/gnome-unstable-i686/PKGBUILD (from rev 180440, 
gtk3/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-21 21:31:36 UTC (rev 180441)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gtk3
+pkgver=3.7.14
+pkgrel=1
+pkgdesc=GObject-based multi-platform GUI toolkit (v3)
+arch=(i686 x86_64)
+url=http://www.gtk.org/;
+install=gtk3.install
+depends=(atk cairo gtk-update-icon-cache libcups libxcursor libxinerama 
libxrandr libxi libxcomposite libxdamage pango shared-mime-info colord 
at-spi2-atk wayland libxkbcommon)
+makedepends=(gobject-introspection)
+options=('!libtool')
+backup=(etc/gtk-3.0/settings.ini)
+license=(LGPL)
+source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/${pkgver%.*}/gtk+-$pkgver.tar.xz
+settings.ini)
+sha256sums=('43f5ce8c8b7807494e2723a452eaff1388d8b03de75a3648aa9cbd36bc844cc0'
+'c214d3dcdcadda3d642112287524ab3e526ad592b70895c9f3e3733c23701621')
+build() {
+cd gtk+-$pkgver
+
+CXX=/bin/false ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--enable-gtk2-dependency \
+--disable-schemas-compile \
+--enable-x11-backend \
+--enable-broadway-backend \
+--enable-wayland-backend
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=655517
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd gtk+-$pkgver
+make DESTDIR=$pkgdir install
+
+install -Dm644 $srcdir/settings.ini $pkgdir/etc/gtk-3.0/settings.ini
+}

Copied: gtk3/repos/gnome-unstable-i686/gtk3.install (from rev 180440, 
gtk3/trunk/gtk3.install)
===
--- gnome-unstable-i686/gtk3.install(rev 0)
+++ gnome-unstable-i686/gtk3.install2013-03-21 21:31:36 UTC (rev 180441)
@@ -0,0 +1,16 @@
+post_install() {
+/usr/bin/gtk-query-immodules-3.0 --update-cache
+/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+post_install
+}
+
+pre_remove() {
+rm -f /usr/lib/gtk-3.0/3.0.0/immodules.cache
+}
+
+post_remove() {
+/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
+}

Copied: gtk3/repos/gnome-unstable-i686/settings.ini (from rev 180440, 
gtk3/trunk/settings.ini)
===
--- gnome-unstable-i686/settings.ini(rev 0)
+++ gnome-unstable-i686/settings.ini2013-03-21 21:31:36 UTC (rev 180441)
@@ -0,0 +1,2 @@
+[Settings]
+gtk-fallback-icon-theme = gnome

Copied: gtk3/repos/gnome-unstable-x86_64/PKGBUILD (from rev 180440, 
gtk3/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-21 21:31:36 UTC (rev 180441)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gtk3
+pkgver=3.7.14
+pkgrel=1
+pkgdesc=GObject-based multi-platform GUI toolkit (v3)
+arch=(i686 x86_64)
+url=http://www.gtk.org/;
+install=gtk3.install
+depends=(atk cairo gtk-update-icon-cache libcups libxcursor libxinerama 
libxrandr libxi libxcomposite libxdamage pango shared-mime-info colord 
at-spi2-atk wayland libxkbcommon)
+makedepends=(gobject-introspection)
+options=('!libtool')
+backup=(etc/gtk-3.0/settings.ini)
+license=(LGPL)
+source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/${pkgver%.*}/gtk+-$pkgver.tar.xz
+settings.ini)
+sha256sums=('43f5ce8c8b7807494e2723a452eaff1388d8b03de75a3648aa9cbd36bc844cc0'
+

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

2013-03-21 Thread Jan de Groot
Date: Thursday, March 21, 2013 @ 22:44:30
  Author: jgc
Revision: 180442

upgpkg: cogl 1.13.4-1

Modified:
  cogl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-21 21:31:36 UTC (rev 180441)
+++ PKGBUILD2013-03-21 21:44:30 UTC (rev 180442)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=cogl
-pkgver=1.10.4
+pkgver=1.13.4
 pkgrel=1
 pkgdesc=An object oriented GL/GLES Abstraction/Utility Layer
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('mesa' 'gobject-introspection')
 options=(!libtool !emptydirs)
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('0b5c9989f1d07dbda000a68640eb7ebf734513d52e3707668c41eed19991adf9')
+sha256sums=('8e84ca9d6d08eb5e60f5c38e3bd80a3085e21ac86656a52797736706170bff6e')
 
 build() {
   cd $pkgname-$pkgver



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

2013-03-21 Thread Jan de Groot
Date: Thursday, March 21, 2013 @ 22:44:37
  Author: jgc
Revision: 180443

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

Added:
  cogl/repos/gnome-unstable-i686/
  cogl/repos/gnome-unstable-i686/PKGBUILD
(from rev 180442, cogl/trunk/PKGBUILD)
  cogl/repos/gnome-unstable-x86_64/
  cogl/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 180442, cogl/trunk/PKGBUILD)

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

Copied: cogl/repos/gnome-unstable-i686/PKGBUILD (from rev 180442, 
cogl/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-21 21:44:37 UTC (rev 180443)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=cogl
+pkgver=1.13.4
+pkgrel=1
+pkgdesc=An object oriented GL/GLES Abstraction/Utility Layer
+arch=('i686' 'x86_64')
+url=http://www.clutter-project.org/;
+license=('GPL2')
+depends=('libdrm' 'libxext' 'libxdamage' 'libxcomposite' 'gdk-pixbuf2' 'pango')
+makedepends=('mesa' 'gobject-introspection')
+options=(!libtool !emptydirs)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('8e84ca9d6d08eb5e60f5c38e3bd80a3085e21ac86656a52797736706170bff6e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: cogl/repos/gnome-unstable-x86_64/PKGBUILD (from rev 180442, 
cogl/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-21 21:44:37 UTC (rev 180443)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=cogl
+pkgver=1.13.4
+pkgrel=1
+pkgdesc=An object oriented GL/GLES Abstraction/Utility Layer
+arch=('i686' 'x86_64')
+url=http://www.clutter-project.org/;
+license=('GPL2')
+depends=('libdrm' 'libxext' 'libxdamage' 'libxcomposite' 'gdk-pixbuf2' 'pango')
+makedepends=('mesa' 'gobject-introspection')
+options=(!libtool !emptydirs)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('8e84ca9d6d08eb5e60f5c38e3bd80a3085e21ac86656a52797736706170bff6e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-03-21 Thread Eric Bélanger
Date: Thursday, March 21, 2013 @ 22:50:35
  Author: eric
Revision: 86751

Remove pkgdir reference in build function

Modified:
  clive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-21 21:05:54 UTC (rev 86750)
+++ PKGBUILD2013-03-21 21:50:35 UTC (rev 86751)
@@ -21,16 +21,14 @@
 build() {
   cd ${pkgname}-${pkgver}
 
-  perl Makefile.PL INSTALL_BASE=${pkgdir}/usr INSTALLDIRS=vendor \
-INSTALLVENDORLIB=${pkgdir}/usr/lib/perl5/vendor_perl \
-INSTALLVENDORMAN1DIR=${pkgdir}/usr/share/man/man1
+  perl Makefile.PL INSTALLDIRS=vendor
   make
 }
 
 package() {
   cd ${pkgname}-${pkgver}
 
-  make install
+  make INSTALLVENDORSCRIPT=/usr/bin DESTDIR=$pkgdir install
 
   install -Dm0644 examples/cliverc ${pkgdir}/etc/clive/config
 }



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

2013-03-21 Thread Eric Bélanger
Date: Thursday, March 21, 2013 @ 22:51:06
  Author: eric
Revision: 86752

archrelease: copy trunk to community-any

Added:
  clive/repos/community-any/PKGBUILD
(from rev 86751, clive/trunk/PKGBUILD)
Deleted:
  clive/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-21 21:50:35 UTC (rev 86751)
+++ PKGBUILD2013-03-21 21:51:06 UTC (rev 86752)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Geoffroy Carrier geoffory.carr...@koon.fr
-# Contributor: Benjamin Andresen bandresen AT gmail DOT com
-# Contributor: Kristaps Esterlins esterli...@gmail.com
-# Contributor: Byron Clark by...@theclarkfamily.name
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=clive
-pkgver=2.3.3
-pkgrel=2
-pkgdesc='Video extraction/download tool for youtube and other websites.'
-arch=('any')
-url='http://clive.sourceforge.net/'
-license=('GPL')
-depends=('curl' 'perl-json-xs' 'perl-getopt-argvfile' 'quvi')
-backup=('etc/clive/config')
-source=(http://downloads.sourceforge.net/project/clive/${pkgver:0:3}/clive-${pkgver}.tar.gz;)
-md5sums=('16e374fe736b95eb93b963ea38b2e4a9')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  perl Makefile.PL INSTALL_BASE=${pkgdir}/usr INSTALLDIRS=vendor \
-INSTALLVENDORLIB=${pkgdir}/usr/lib/perl5/vendor_perl \
-INSTALLVENDORMAN1DIR=${pkgdir}/usr/share/man/man1
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make install
-
-  install -Dm0644 examples/cliverc ${pkgdir}/etc/clive/config
-}

Copied: clive/repos/community-any/PKGBUILD (from rev 86751, 
clive/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-21 21:51:06 UTC (rev 86752)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Geoffroy Carrier geoffory.carr...@koon.fr
+# Contributor: Benjamin Andresen bandresen AT gmail DOT com
+# Contributor: Kristaps Esterlins esterli...@gmail.com
+# Contributor: Byron Clark by...@theclarkfamily.name
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=clive
+pkgver=2.3.3
+pkgrel=2
+pkgdesc='Video extraction/download tool for youtube and other websites.'
+arch=('any')
+url='http://clive.sourceforge.net/'
+license=('GPL')
+depends=('curl' 'perl-json-xs' 'perl-getopt-argvfile' 'quvi')
+backup=('etc/clive/config')
+source=(http://downloads.sourceforge.net/project/clive/${pkgver:0:3}/clive-${pkgver}.tar.gz;)
+md5sums=('16e374fe736b95eb93b963ea38b2e4a9')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make INSTALLVENDORSCRIPT=/usr/bin DESTDIR=$pkgdir install
+
+  install -Dm0644 examples/cliverc ${pkgdir}/etc/clive/config
+}



[arch-commits] Commit in boost/trunk (PKGBUILD boost-1.52.0-python3.patch)

2013-03-21 Thread Stéphane Gaudreault
Date: Thursday, March 21, 2013 @ 22:52:34
  Author: stephane
Revision: 180444

upgpkg: boost 1.52.0-2

rebuild for ICU 51.1

Added:
  boost/trunk/boost-1.52.0-python3.patch
Modified:
  boost/trunk/PKGBUILD

+
 PKGBUILD   |  161 ++-
 boost-1.52.0-python3.patch |   96 +
 2 files changed, 165 insertions(+), 92 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-21 21:44:37 UTC (rev 180443)
+++ PKGBUILD2013-03-21 21:52:34 UTC (rev 180444)
@@ -7,123 +7,100 @@
 # Contributor: Luca Roccia little_r...@users.sourceforge.net
 
 pkgbase=boost
-pkgname=('boost' 'boost-libs' 'boost-static')
-pkgver=1.53.0
+pkgname=('boost-libs' 'boost')
+pkgver=1.52.0
 _boostver=${pkgver//./_}
-pkgrel=1
+pkgrel=2
+url=http://www.boost.org/;
 arch=('i686' 'x86_64')
-url=http://www.boost.org/;
-makedepends=('icu' 'python' 'python2' 'bzip2' 'zlib' 'openmpi')
-source=(http://downloads.sourceforge.net/${pkgbase}/${pkgbase}_${_boostver}.tar.gz)
 license=('custom')
-sha1sums=('0e4ef26cc7780c6bbc63987ef2f29be920e2395b')
+makedepends=('icu=51.1' 'python' 'python2' 'bzip2' 'zlib' 'openmpi')
+source=(http://downloads.sourceforge.net/${pkgbase}/${pkgbase}_${_boostver}.tar.gz
+   boost-1.52.0-python3.patch)
+sha1sums=('1120430030315b0a94b6d63fc04662960db2444c'
+  '34026072a7cb2534164f20e77bb71a5c75093307')
 
 _stagedir=${srcdir}/stagedir
 
 build() {
-  # set python path for bjam
-  cd ${srcdir}/${pkgbase}_${_boostver}/tools
-  echo using python : 2.7 : /usr/bin/python2 ;  build/v2/user-config.jam
-  echo using python : 3.3 : /usr/bin/python3 : /usr/include/python3.3m : 
/usr/lib ;  build/v2/user-config.jam
-  echo using mpi ;  build/v2/user-config.jam
+   local JOBS=$(sed -e 's/.*\(-j *[0-9]\+\).*/\1/'  ${MAKEFLAGS})
+
+   cd ${srcdir}/${pkgbase}_${_boostver}
 
-  cd ${srcdir}/${pkgbase}_${_boostver}
+   # Fix build errors with python 3
+   sed -i /PYTHON_ROOT/s/print sys.prefix/print(sys.prefix)/g bootstrap.sh
+   patch -Np1 -i ../boost-1.52.0-python3.patch
 
-  # build bjam
-  cd ${srcdir}/${pkgbase}_${_boostver}/tools/build/v2/engine
-  ./build.sh cc
+   # Shut up strict aliasing warnings
+   echo using gcc : : : compileflags-fno-strict-aliasing ;  
./tools/build/v2/user-config.jam
+   # Add an extra python version. This does not replace anything and python 
2.x need to be the default.
+   echo using python : 3.3 : /usr/bin/python3 : /usr/include/python3.3m : 
/usr/lib ;  ./tools/build/v2/user-config.jam
+   # Support for OpenMPI
+   echo using mpi ;  ./tools/build/v2/user-config.jam
 
-  _bindir=bin.linuxx86
-  [ ${CARCH} = x86_64 ]  _bindir=bin.linuxx86_64
+   ./bootstrap.sh --with-toolset=gcc --with-icu --with-python=/usr/bin/python2
 
-  install -d ${_stagedir}/usr/bin
-  install ${_bindir}/bjam ${_stagedir}/usr/bin/bjam
+   _bindir=bin.linuxx86
+   [ ${CARCH} = x86_64 ]  _bindir=bin.linuxx86_64
 
-  # build tools
-  cd ${srcdir}/${pkgbase}_${_boostver}/tools/
-  ${_stagedir}/usr/bin/bjam --toolset=gcc
+   install -d -m 755 ${_stagedir}/bin
+   install 
${srcdir}/${pkgbase}_${_boostver}/tools/build/v2/engine/${_bindir}/bjam 
${_stagedir}/bin/bjam
 
-  # copy the tools
-  cd ${srcdir}/${pkgbase}_${_boostver}/dist/bin
-  for i in *;do
-  install -m755 ${i} ${_stagedir}/usr/bin/${i}
-  done
+   pushd tools
+   for _tool in bcp inspect quickbook compiler_status process_jam_log wave; do
+  ${_stagedir}/bin/bjam --toolset=gcc $_tool
+   done
+   ${_stagedir}/bin/bjam --toolset=gcc cflags=-std=gnu++11 library_status
+   popd
+   cp -a dist/bin/* ${_stagedir}/bin
+   
+   #boostbook is needed by quickbook
+   install -d -m 755 ${_stagedir}/share/boostbook
+   cp -a tools/boostbook/{xsl,dtd} ${_stagedir}/share/boostbook/
 
-  #boostbook needed by quickbook
-  cd ${srcdir}/${pkgbase}_${_boostver}/dist/
-  cp -r share ${_stagedir}
-
-  # build libs
-  cd ${srcdir}/${pkgbase}_${_boostver}
-
-  # default minimal install: release link=shared,static
-  # runtime-link=shared threading=single,multi
-  # --layout=tagged will add the -mt suffix for multithreaded libraries
-  # and installs includes in /usr/include/boost.
-  # --layout=system no longer adds the -mt suffix for multi-threaded libs.
-  # install to ${_stagedir} in preparation for split packaging
-
-  ${_stagedir}/usr/bin/bjam \
-  release debug-symbols=off threading=multi \
-  runtime-link=shared link=shared,static \
-  cflags=-fno-strict-aliasing \
+   # default minimal install: release link=shared,static
+   # runtime-link=shared threading=single,multi
+   # --layout=tagged will add the -mt suffix for multithreaded libraries
+   # and installs includes in /usr/include/boost.
+   # --layout=system no longer adds the -mt suffix for multi-threaded libs.
+   # install to ${_stagedir} in preparation for split packaging
+   ${_stagedir}/bin/bjam \
+  release \
+  

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

2013-03-21 Thread Stéphane Gaudreault
Date: Thursday, March 21, 2013 @ 22:53:10
  Author: stephane
Revision: 180445

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

Added:
  boost/repos/staging-i686/
  boost/repos/staging-i686/PKGBUILD
(from rev 180444, boost/trunk/PKGBUILD)
  boost/repos/staging-i686/boost-1.52.0-python3.patch
(from rev 180444, boost/trunk/boost-1.52.0-python3.patch)
  boost/repos/staging-x86_64/
  boost/repos/staging-x86_64/PKGBUILD
(from rev 180444, boost/trunk/PKGBUILD)
  boost/repos/staging-x86_64/boost-1.52.0-python3.patch
(from rev 180444, boost/trunk/boost-1.52.0-python3.patch)

---+
 staging-i686/PKGBUILD |  106 
 staging-i686/boost-1.52.0-python3.patch   |   96 +
 staging-x86_64/PKGBUILD   |  106 
 staging-x86_64/boost-1.52.0-python3.patch |   96 +
 4 files changed, 404 insertions(+)

Copied: boost/repos/staging-i686/PKGBUILD (from rev 180444, 
boost/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-03-21 21:53:10 UTC (rev 180445)
@@ -0,0 +1,106 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: kevin ke...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Kritoke krit...@gamebox.net
+# Contributor: Luca Roccia little_r...@users.sourceforge.net
+
+pkgbase=boost
+pkgname=('boost-libs' 'boost')
+pkgver=1.52.0
+_boostver=${pkgver//./_}
+pkgrel=2
+url=http://www.boost.org/;
+arch=('i686' 'x86_64')
+license=('custom')
+makedepends=('icu=51.1' 'python' 'python2' 'bzip2' 'zlib' 'openmpi')
+source=(http://downloads.sourceforge.net/${pkgbase}/${pkgbase}_${_boostver}.tar.gz
+   boost-1.52.0-python3.patch)
+sha1sums=('1120430030315b0a94b6d63fc04662960db2444c'
+  '34026072a7cb2534164f20e77bb71a5c75093307')
+
+_stagedir=${srcdir}/stagedir
+
+build() {
+   local JOBS=$(sed -e 's/.*\(-j *[0-9]\+\).*/\1/'  ${MAKEFLAGS})
+
+   cd ${srcdir}/${pkgbase}_${_boostver}
+
+   # Fix build errors with python 3
+   sed -i /PYTHON_ROOT/s/print sys.prefix/print(sys.prefix)/g bootstrap.sh
+   patch -Np1 -i ../boost-1.52.0-python3.patch
+
+   # Shut up strict aliasing warnings
+   echo using gcc : : : compileflags-fno-strict-aliasing ;  
./tools/build/v2/user-config.jam
+   # Add an extra python version. This does not replace anything and python 
2.x need to be the default.
+   echo using python : 3.3 : /usr/bin/python3 : /usr/include/python3.3m : 
/usr/lib ;  ./tools/build/v2/user-config.jam
+   # Support for OpenMPI
+   echo using mpi ;  ./tools/build/v2/user-config.jam
+
+   ./bootstrap.sh --with-toolset=gcc --with-icu --with-python=/usr/bin/python2
+
+   _bindir=bin.linuxx86
+   [ ${CARCH} = x86_64 ]  _bindir=bin.linuxx86_64
+
+   install -d -m 755 ${_stagedir}/bin
+   install 
${srcdir}/${pkgbase}_${_boostver}/tools/build/v2/engine/${_bindir}/bjam 
${_stagedir}/bin/bjam
+
+   pushd tools
+   for _tool in bcp inspect quickbook compiler_status process_jam_log wave; do
+  ${_stagedir}/bin/bjam --toolset=gcc $_tool
+   done
+   ${_stagedir}/bin/bjam --toolset=gcc cflags=-std=gnu++11 library_status
+   popd
+   cp -a dist/bin/* ${_stagedir}/bin
+   
+   #boostbook is needed by quickbook
+   install -d -m 755 ${_stagedir}/share/boostbook
+   cp -a tools/boostbook/{xsl,dtd} ${_stagedir}/share/boostbook/
+
+   # default minimal install: release link=shared,static
+   # runtime-link=shared threading=single,multi
+   # --layout=tagged will add the -mt suffix for multithreaded libraries
+   # and installs includes in /usr/include/boost.
+   # --layout=system no longer adds the -mt suffix for multi-threaded libs.
+   # install to ${_stagedir} in preparation for split packaging
+   ${_stagedir}/bin/bjam \
+  release \
+  debug-symbols=off \
+  threading=multi \
+  runtime-link=shared \
+  link=shared \
+  toolset=gcc \
+  --layout=system \
+  --prefix=${_stagedir} \
+  ${JOBS} \
+  install
+
+   find ${_stagedir} -name \*.a -exec rm -f {} \;
+}
+
+package_boost() {
+   pkgdesc=Free peer-reviewed portable C++ source libraries - Development
+   depends=(boost-libs=${pkgver})
+   optdepends=('python: for python bindings'
+   'python2: for python2 bindings'
+   'boost-build: to use boost jam for building your project.')
+
+   install -d -m 755 ${pkgdir}/usr
+   cp -a ${_stagedir}/{bin,include,share} ${pkgdir}/usr
+
+   install -D -m 644 ${srcdir}/${pkgbase}_${_boostver}/LICENSE_1_0.txt \
+  ${pkgdir}/usr/share/licenses/boost/LICENSE_1_0.txt
+}
+
+package_boost-libs() {
+   pkgdesc=Free peer-reviewed portable C++ source libraries - Runtime
+   depends=('bzip2' 'zlib' 'icu')
+   optdepends=('openmpi: for mpi support')
+
+  

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

2013-03-21 Thread Jan de Groot
Date: Thursday, March 21, 2013 @ 23:00:32
  Author: jgc
Revision: 180446

upgpkg: clutter 1.13.10-1

Modified:
  clutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-21 21:53:10 UTC (rev 180445)
+++ PKGBUILD2013-03-21 22:00:32 UTC (rev 180446)
@@ -4,7 +4,7 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=clutter
-pkgver=1.12.2
+pkgver=1.13.10
 pkgrel=1
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
@@ -12,9 +12,9 @@
 options=('!libtool')
 license=('LGPL')
 depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi')
-makedepends=('gobject-introspection' 'mesa')
+makedepends=('gobject-introspection')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('27a8c4495099ea33de39c2d9a911a2c9e00ffa4dcc8f94fafedbcc752c0ddf13')
+sha256sums=('64a5da9869af2ee76129e2abb3aa01cde38adbb73691d1aaa69ee98fb479d9c2')
 
 build() {
   cd $pkgname-$pkgver



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

2013-03-21 Thread Jan de Groot
Date: Thursday, March 21, 2013 @ 23:00:39
  Author: jgc
Revision: 180447

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

Added:
  clutter/repos/gnome-unstable-i686/
  clutter/repos/gnome-unstable-i686/PKGBUILD
(from rev 180446, clutter/trunk/PKGBUILD)
  clutter/repos/gnome-unstable-x86_64/
  clutter/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 180446, clutter/trunk/PKGBUILD)

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

Copied: clutter/repos/gnome-unstable-i686/PKGBUILD (from rev 180446, 
clutter/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-21 22:00:39 UTC (rev 180447)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=clutter
+pkgver=1.13.10
+pkgrel=1
+pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
+arch=('i686' 'x86_64')
+url=http://clutter-project.org/;
+options=('!libtool')
+license=('LGPL')
+depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi')
+makedepends=('gobject-introspection')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('64a5da9869af2ee76129e2abb3aa01cde38adbb73691d1aaa69ee98fb479d9c2')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-introspection
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: clutter/repos/gnome-unstable-x86_64/PKGBUILD (from rev 180446, 
clutter/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-21 22:00:39 UTC (rev 180447)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=clutter
+pkgver=1.13.10
+pkgrel=1
+pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
+arch=('i686' 'x86_64')
+url=http://clutter-project.org/;
+options=('!libtool')
+license=('LGPL')
+depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi')
+makedepends=('gobject-introspection')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('64a5da9869af2ee76129e2abb3aa01cde38adbb73691d1aaa69ee98fb479d9c2')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-introspection
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in gsettings-desktop-schemas/trunk (PKGBUILD)

2013-03-21 Thread Jan Steffens
Date: Thursday, March 21, 2013 @ 23:06:38
  Author: heftig
Revision: 180448

3.7.92

Modified:
  gsettings-desktop-schemas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-21 22:00:39 UTC (rev 180447)
+++ PKGBUILD2013-03-21 22:06:38 UTC (rev 180448)
@@ -4,28 +4,26 @@
 # Contributor: Adam Hani Schakaki (krzd) k...@krzd.net
 
 pkgname=gsettings-desktop-schemas
-pkgver=3.6.1
+pkgver=3.7.92
 pkgrel=1
 pkgdesc=Shared GSettings schemas for the desktop
-arch=('any')
+arch=(any)
 url=http://live.gnome.org/;
-license=('GPL')
-depends=('glib2')
-makedepends=('intltool' 'gobject-introspection')
+license=(GPL)
+depends=(glib2)
+makedepends=(intltool gobject-introspection)
 install=$pkgname.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d9a877d209e668845d6cafcd62663b0f6e6154df5a96f581ff36f999050e67e6')
+sha256sums=('49ab5a73b80c4a37c7551e2cb427fdc07700de3b8520316928d032b9f5e6e565')
 
 build() {
-  cd $pkgname-$pkgver
-
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
 --disable-schemas-compile
   make
 }
 
 package() {
-  cd $pkgname-$pkgver
-
+  cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install
 }



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

2013-03-21 Thread Jan Steffens
Date: Thursday, March 21, 2013 @ 23:09:25
  Author: heftig
Revision: 180449

2.35.9

Modified:
  glib-networking/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-21 22:06:38 UTC (rev 180448)
+++ PKGBUILD2013-03-21 22:09:25 UTC (rev 180449)
@@ -1,30 +1,29 @@
 # $Id$
-# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=glib-networking
-pkgver=2.34.2
+pkgver=2.35.9
 pkgrel=1
 pkgdesc=Network-related giomodules for glib
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url=http://www.gtk.org/;
-license=('GPL2')
-depends=('glib2' 'libproxy' 'gnutls' 'ca-certificates' 
'gsettings-desktop-schemas')
-makedepends=('intltool')
+license=(GPL2)
+depends=(glib2 libproxy gnutls ca-certificates gsettings-desktop-schemas)
+makedepends=(intltool)
 options=('!libtool')
 install=glib-networking.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('00a92ec7b31f03a2fc1eeff568c0f1664e109b3add8c7042d2d420953f49dfde')
+sha256sums=('5c2da09292d40571fb76ec62feb4d8d083d20d97295cba7a4b49541e1b64b628')
 
 build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr --sysconfdir=/etc \
---libexecdir=/usr/lib/glib-networking --disable-static
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/$pkgname --disable-static
   make
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install
 }
 



  1   2   >