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

2014-12-16 Thread Sergej Pupykin
Date: Tuesday, December 16, 2014 @ 09:01:32
  Author: spupykin
Revision: 123948

archrelease: copy trunk to community-any

Added:
  perl-class-load/repos/community-any/PKGBUILD
(from rev 123947, perl-class-load/trunk/PKGBUILD)
Deleted:
  perl-class-load/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-16 08:01:23 UTC (rev 123947)
+++ PKGBUILD2014-12-16 08:01:32 UTC (rev 123948)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=perl-class-load
-pkgver=0.21
-pkgrel=1
-pkgdesc=a working (require 'Class::Name') and more
-arch=('any')
-license=('PerlArtistic' 'GPL')
-url=http://search.cpan.org/dist/Class-Load;
-options=(!emptydirs)
-depends=('perl' 'perl-module-runtime' 'perl-data-optlist' 
'perl-package-stash=0.32'
-'perl-try-tiny' 'perl-test-fatal' 'perl-module-implementation')
-source=(http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Class-Load-$pkgver.tar.gz)
-md5sums=('67674318b7b47b519abfd9f16292dc35')
-
-build() {
-  cd ${srcdir}/Class-Load-${pkgver}
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-#  make test
-}
-
-package() {
-  cd ${srcdir}/Class-Load-${pkgver}
-  make install DESTDIR=${pkgdir}
-  find ${pkgdir} -name perllocal.pod -delete
-  find ${pkgdir} -name .packlist -delete
-}

Copied: perl-class-load/repos/community-any/PKGBUILD (from rev 123947, 
perl-class-load/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-16 08:01:32 UTC (rev 123948)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=perl-class-load
+pkgver=0.22
+pkgrel=1
+pkgdesc=a working (require 'Class::Name') and more
+arch=('any')
+license=('PerlArtistic' 'GPL')
+url=http://search.cpan.org/dist/Class-Load;
+options=(!emptydirs)
+depends=('perl' 'perl-module-runtime' 'perl-data-optlist' 
'perl-package-stash=0.32'
+'perl-try-tiny' 'perl-test-fatal' 'perl-module-implementation')
+source=(http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Class-Load-$pkgver.tar.gz)
+md5sums=('ad59087e70b0df76d718c90b53e209d5')
+
+build() {
+  cd ${srcdir}/Class-Load-${pkgver}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+#  make test
+}
+
+package() {
+  cd ${srcdir}/Class-Load-${pkgver}
+  make install DESTDIR=${pkgdir}
+  find ${pkgdir} -name perllocal.pod -delete
+  find ${pkgdir} -name .packlist -delete
+}


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

2014-12-16 Thread Sergej Pupykin
Date: Tuesday, December 16, 2014 @ 09:01:06
  Author: spupykin
Revision: 123945

upgpkg: libvirt-python 1.2.11-1

upd

Modified:
  libvirt-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-16 08:01:03 UTC (rev 123944)
+++ PKGBUILD2014-12-16 08:01:06 UTC (rev 123945)
@@ -3,7 +3,7 @@
 # Contributor: Jonathan Wiersma archaur at jonw dot org
 
 pkgname=libvirt-python
-pkgver=1.2.10
+pkgver=1.2.11
 pkgrel=1
 pkgdesc=libvirt python binding
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 options=('emptydirs')
 install=libvirt-python.install
 source=(http://libvirt.org/sources/python/libvirt-python-$pkgver.tar.gz;)
-md5sums=('30739a4a1b22b039863b24bf9a75c97d')
+md5sums=('b9ea1c2a44d3c7468e786fb827d90aee')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


[arch-commits] Commit in perl-module-implementation/repos/community-any (2 files)

2014-12-16 Thread Sergej Pupykin
Date: Tuesday, December 16, 2014 @ 09:01:45
  Author: spupykin
Revision: 123950

archrelease: copy trunk to community-any

Added:
  perl-module-implementation/repos/community-any/PKGBUILD
(from rev 123949, perl-module-implementation/trunk/PKGBUILD)
Deleted:
  perl-module-implementation/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-16 08:01:36 UTC (rev 123949)
+++ PKGBUILD2014-12-16 08:01:45 UTC (rev 123950)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: 3ED krzysztof1987 at gmail dot com
-
-pkgname=perl-module-implementation
-pkgver=0.07
-pkgrel=2
-pkgdesc=Loads one of several alternate underlying implementations for a 
module
-arch=('any')
-license=('PerlArtistic')
-options=('!emptydirs')
-depends=('perl-module-runtime=0.012' 'perl-try-tiny')
-checkdepends=('perl-test-requires' 'perl-test-fatal')
-url=http://search.cpan.org/dist/Module-Implementation/;
-source=(http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Module-Implementation-$pkgver.tar.gz)
-md5sums=('55483fce4266747e823a1004499bd70c')
-
-build() {
-  cd ${srcdir}/Module-Implementation-${pkgver}
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps \
-PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
-PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir' \
-MODULEBUILDRC=/dev/null
-  perl Makefile.PL
-  make
-}
-
-check() {
-  cd ${srcdir}/Module-Implementation-${pkgver}
-  make test
-}
-
-package() {
-  cd ${srcdir}/Module-Implementation-${pkgver}
-  make install
-  find ${pkgdir} -name .packlist -o -name perllocal.pod -delete
-}

Copied: perl-module-implementation/repos/community-any/PKGBUILD (from rev 
123949, perl-module-implementation/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-16 08:01:45 UTC (rev 123950)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: 3ED krzysztof1987 at gmail dot com
+
+pkgname=perl-module-implementation
+pkgver=0.09
+pkgrel=1
+pkgdesc=Loads one of several alternate underlying implementations for a 
module
+arch=('any')
+license=('PerlArtistic')
+options=('!emptydirs')
+depends=('perl-module-runtime=0.012' 'perl-try-tiny')
+checkdepends=('perl-test-requires' 'perl-test-fatal')
+url=http://search.cpan.org/dist/Module-Implementation/;
+source=(http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Module-Implementation-$pkgver.tar.gz)
+md5sums=('52e3fe0ca6b1eff0488d59b7aacc0667')
+
+build() {
+  cd ${srcdir}/Module-Implementation-${pkgver}
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps \
+PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
+PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir' \
+MODULEBUILDRC=/dev/null
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd ${srcdir}/Module-Implementation-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/Module-Implementation-${pkgver}
+  make install
+  find ${pkgdir} -name .packlist -o -name perllocal.pod -delete
+}


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

2014-12-16 Thread Sergej Pupykin
Date: Tuesday, December 16, 2014 @ 09:00:50
  Author: spupykin
Revision: 123943

upgpkg: firefox-noscript 2.6.9.7-1

upd

Modified:
  firefox-noscript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-16 06:36:07 UTC (rev 123942)
+++ PKGBUILD2014-12-16 08:00:50 UTC (rev 123943)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=firefox-noscript
-pkgver=2.6.9.6
+pkgver=2.6.9.7
 pkgrel=1
 pkgdesc=Extension for firefox which disables script
 arch=('any')
@@ -11,7 +11,7 @@
 depends=()
 makedepends=('unzip')
 source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
-md5sums=('7b7f31c9be65f14baac529385b6d30bb')
+md5sums=('1ca943b3471d4a8c0955867b36ee462b')
 
 package() {
   depends=(firefox)


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

2014-12-16 Thread Sergej Pupykin
Date: Tuesday, December 16, 2014 @ 09:01:23
  Author: spupykin
Revision: 123947

upgpkg: perl-class-load 0.22-1

upd

Modified:
  perl-class-load/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-16 08:01:19 UTC (rev 123946)
+++ PKGBUILD2014-12-16 08:01:23 UTC (rev 123947)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=perl-class-load
-pkgver=0.21
+pkgver=0.22
 pkgrel=1
 pkgdesc=a working (require 'Class::Name') and more
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('perl' 'perl-module-runtime' 'perl-data-optlist' 
'perl-package-stash=0.32'
 'perl-try-tiny' 'perl-test-fatal' 'perl-module-implementation')
 
source=(http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Class-Load-$pkgver.tar.gz)
-md5sums=('67674318b7b47b519abfd9f16292dc35')
+md5sums=('ad59087e70b0df76d718c90b53e209d5')
 
 build() {
   cd ${srcdir}/Class-Load-${pkgver}


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

2014-12-16 Thread Sergej Pupykin
Date: Tuesday, December 16, 2014 @ 09:01:03
  Author: spupykin
Revision: 123944

archrelease: copy trunk to community-any

Added:
  firefox-noscript/repos/community-any/PKGBUILD
(from rev 123943, firefox-noscript/trunk/PKGBUILD)
Deleted:
  firefox-noscript/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-16 08:00:50 UTC (rev 123943)
+++ PKGBUILD2014-12-16 08:01:03 UTC (rev 123944)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=firefox-noscript
-pkgver=2.6.9.6
-pkgrel=1
-pkgdesc=Extension for firefox which disables script
-arch=('any')
-url=http://noscript.net/;
-license=('GPL2')
-depends=()
-makedepends=('unzip')
-source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
-md5sums=('7b7f31c9be65f14baac529385b6d30bb')
-
-package() {
-  depends=(firefox)
-
-  cd $srcdir
-  local emid=$(sed -n -e '/\?em:id\?/!d; s/.*\([\{].*[}\]\).*/\1/; 
s/\//g; p; q' install.rdf)
-  local dstdir=$pkgdir/usr/lib/firefox/browser/extensions/${emid}
-  install -d $dstdir
-  cp -R * $dstdir
-  rm $dstdir/noscript-$pkgver.xpi
-}

Copied: firefox-noscript/repos/community-any/PKGBUILD (from rev 123943, 
firefox-noscript/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-16 08:01:03 UTC (rev 123944)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=firefox-noscript
+pkgver=2.6.9.7
+pkgrel=1
+pkgdesc=Extension for firefox which disables script
+arch=('any')
+url=http://noscript.net/;
+license=('GPL2')
+depends=()
+makedepends=('unzip')
+source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
+md5sums=('1ca943b3471d4a8c0955867b36ee462b')
+
+package() {
+  depends=(firefox)
+
+  cd $srcdir
+  local emid=$(sed -n -e '/\?em:id\?/!d; s/.*\([\{].*[}\]\).*/\1/; 
s/\//g; p; q' install.rdf)
+  local dstdir=$pkgdir/usr/lib/firefox/browser/extensions/${emid}
+  install -d $dstdir
+  cp -R * $dstdir
+  rm $dstdir/noscript-$pkgver.xpi
+}


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

2014-12-16 Thread Sergej Pupykin
Date: Tuesday, December 16, 2014 @ 09:01:36
  Author: spupykin
Revision: 123949

upgpkg: perl-module-implementation 0.09-1

upd

Modified:
  perl-module-implementation/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-16 08:01:32 UTC (rev 123948)
+++ PKGBUILD2014-12-16 08:01:36 UTC (rev 123949)
@@ -3,8 +3,8 @@
 # Contributor: 3ED krzysztof1987 at gmail dot com
 
 pkgname=perl-module-implementation
-pkgver=0.07
-pkgrel=2
+pkgver=0.09
+pkgrel=1
 pkgdesc=Loads one of several alternate underlying implementations for a 
module
 arch=('any')
 license=('PerlArtistic')
@@ -13,7 +13,7 @@
 checkdepends=('perl-test-requires' 'perl-test-fatal')
 url=http://search.cpan.org/dist/Module-Implementation/;
 
source=(http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Module-Implementation-$pkgver.tar.gz)
-md5sums=('55483fce4266747e823a1004499bd70c')
+md5sums=('52e3fe0ca6b1eff0488d59b7aacc0667')
 
 build() {
   cd ${srcdir}/Module-Implementation-${pkgver}


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

2014-12-16 Thread Sergej Pupykin
Date: Tuesday, December 16, 2014 @ 09:01:19
  Author: spupykin
Revision: 123946

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

Added:
  libvirt-python/repos/community-i686/PKGBUILD
(from rev 123945, libvirt-python/trunk/PKGBUILD)
  libvirt-python/repos/community-i686/libvirt-python.install
(from rev 123945, libvirt-python/trunk/libvirt-python.install)
  libvirt-python/repos/community-x86_64/PKGBUILD
(from rev 123945, libvirt-python/trunk/PKGBUILD)
  libvirt-python/repos/community-x86_64/libvirt-python.install
(from rev 123945, libvirt-python/trunk/libvirt-python.install)
Deleted:
  libvirt-python/repos/community-i686/PKGBUILD
  libvirt-python/repos/community-i686/libvirt-python.install
  libvirt-python/repos/community-x86_64/PKGBUILD
  libvirt-python/repos/community-x86_64/libvirt-python.install

-+
 /PKGBUILD   |   54 ++
 /libvirt-python.install |6 +++
 community-i686/PKGBUILD |   27 ---
 community-i686/libvirt-python.install   |3 -
 community-x86_64/PKGBUILD   |   27 ---
 community-x86_64/libvirt-python.install |3 -
 6 files changed, 60 insertions(+), 60 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-16 08:01:06 UTC (rev 123945)
+++ community-i686/PKGBUILD 2014-12-16 08:01:19 UTC (rev 123946)
@@ -1,27 +0,0 @@
-# $Id: PKGBUILD 101980 2013-12-03 09:48:38Z spupykin $
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Jonathan Wiersma archaur at jonw dot org
-
-pkgname=libvirt-python
-pkgver=1.2.10
-pkgrel=1
-pkgdesc=libvirt python binding
-arch=('i686' 'x86_64')
-url=http://libvirt.org/;
-license=('LGPL')
-depends=('python2' 'libvirt')
-makedepends=('git')
-options=('emptydirs')
-install=libvirt-python.install
-source=(http://libvirt.org/sources/python/libvirt-python-$pkgver.tar.gz;)
-md5sums=('30739a4a1b22b039863b24bf9a75c97d')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  python2 setup.py install --root=$pkgdir
-}

Copied: libvirt-python/repos/community-i686/PKGBUILD (from rev 123945, 
libvirt-python/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-16 08:01:19 UTC (rev 123946)
@@ -0,0 +1,27 @@
+# $Id: PKGBUILD 101980 2013-12-03 09:48:38Z spupykin $
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Jonathan Wiersma archaur at jonw dot org
+
+pkgname=libvirt-python
+pkgver=1.2.11
+pkgrel=1
+pkgdesc=libvirt python binding
+arch=('i686' 'x86_64')
+url=http://libvirt.org/;
+license=('LGPL')
+depends=('python2' 'libvirt')
+makedepends=('git')
+options=('emptydirs')
+install=libvirt-python.install
+source=(http://libvirt.org/sources/python/libvirt-python-$pkgver.tar.gz;)
+md5sums=('b9ea1c2a44d3c7468e786fb827d90aee')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  python2 setup.py install --root=$pkgdir
+}

Deleted: community-i686/libvirt-python.install
===
--- community-i686/libvirt-python.install   2014-12-16 08:01:06 UTC (rev 
123945)
+++ community-i686/libvirt-python.install   2014-12-16 08:01:19 UTC (rev 
123946)
@@ -1,3 +0,0 @@
-post_remove() {
-   rm -f /usr/lib/python[0-9].[0-9]/site-packages/libvirt.pyc
-}

Copied: libvirt-python/repos/community-i686/libvirt-python.install (from rev 
123945, libvirt-python/trunk/libvirt-python.install)
===
--- community-i686/libvirt-python.install   (rev 0)
+++ community-i686/libvirt-python.install   2014-12-16 08:01:19 UTC (rev 
123946)
@@ -0,0 +1,3 @@
+post_remove() {
+   rm -f /usr/lib/python[0-9].[0-9]/site-packages/libvirt.pyc
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-12-16 08:01:06 UTC (rev 123945)
+++ community-x86_64/PKGBUILD   2014-12-16 08:01:19 UTC (rev 123946)
@@ -1,27 +0,0 @@
-# $Id: PKGBUILD 101980 2013-12-03 09:48:38Z spupykin $
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Jonathan Wiersma archaur at jonw dot org
-
-pkgname=libvirt-python
-pkgver=1.2.10
-pkgrel=1
-pkgdesc=libvirt python binding
-arch=('i686' 'x86_64')
-url=http://libvirt.org/;
-license=('LGPL')
-depends=('python2' 'libvirt')
-makedepends=('git')
-options=('emptydirs')
-install=libvirt-python.install
-source=(http://libvirt.org/sources/python/libvirt-python-$pkgver.tar.gz;)
-md5sums=('30739a4a1b22b039863b24bf9a75c97d')
-
-build() {
-  cd 

[arch-commits] Commit in (30 files)

2014-12-16 Thread Andrea Scarpino
Date: Tuesday, December 16, 2014 @ 09:37:45
  Author: andrea
Revision: 227639

Plasma Next 5.1.2

Modified:
  baloo-frameworks/trunk/PKGBUILD
  breeze/trunk/PKGBUILD
  kde-cli-tools/trunk/PKGBUILD
  kdeplasma-addons-frameworks/trunk/PKGBUILD
  kfilemetadata5/trunk/PKGBUILD
  khelpcenter/trunk/PKGBUILD
  khotkeys/trunk/PKGBUILD
  kinfocenter/trunk/PKGBUILD
  kio-extras/trunk/PKGBUILD
  kmenuedit/trunk/PKGBUILD
  ksysguard/trunk/PKGBUILD
  kwayland/trunk/PKGBUILD
  kwin/trunk/PKGBUILD
  kwrited/trunk/PKGBUILD
  libkscreen-frameworks/trunk/PKGBUILD
  libksysguard/trunk/PKGBUILD
  libmm-qt5/trunk/PKGBUILD
  libnm-qt5/trunk/PKGBUILD
  milou/trunk/PKGBUILD
  oxygen/trunk/PKGBUILD
  plasma-desktop/trunk/PKGBUILD
  plasma-nm/trunk/PKGBUILD
  plasma-workspace-wallpapers/trunk/PKGBUILD
  plasma-workspace/trunk/PKGBUILD
  polkit-kde-frameworks/trunk/PKGBUILD
  powerdevil/trunk/PKGBUILD
  systemsettings/trunk/PKGBUILD
  ttf-oxygen/trunk/PKGBUILD
Deleted:
  kio-extras/trunk/sanitize-input.patch
  polkit-kde-frameworks/trunk/libexecpath.patch

---+
 baloo-frameworks/trunk/PKGBUILD   |5 +--
 breeze/trunk/PKGBUILD |4 +--
 kde-cli-tools/trunk/PKGBUILD  |4 +--
 kdeplasma-addons-frameworks/trunk/PKGBUILD|4 +--
 kfilemetadata5/trunk/PKGBUILD |4 +--
 khelpcenter/trunk/PKGBUILD|4 +--
 khotkeys/trunk/PKGBUILD   |4 +--
 kinfocenter/trunk/PKGBUILD|5 +--
 kio-extras/trunk/PKGBUILD |   13 +++---
 kio-extras/trunk/sanitize-input.patch |   31 
 kmenuedit/trunk/PKGBUILD  |4 +--
 ksysguard/trunk/PKGBUILD  |5 +--
 kwayland/trunk/PKGBUILD   |4 +--
 kwin/trunk/PKGBUILD   |7 ++---
 kwrited/trunk/PKGBUILD|4 +--
 libkscreen-frameworks/trunk/PKGBUILD  |4 +--
 libksysguard/trunk/PKGBUILD   |5 +--
 libmm-qt5/trunk/PKGBUILD  |4 +--
 libnm-qt5/trunk/PKGBUILD  |4 +--
 milou/trunk/PKGBUILD  |4 +--
 oxygen/trunk/PKGBUILD |4 +--
 plasma-desktop/trunk/PKGBUILD |5 +--
 plasma-nm/trunk/PKGBUILD  |4 +--
 plasma-workspace-wallpapers/trunk/PKGBUILD|4 +--
 plasma-workspace/trunk/PKGBUILD   |5 +--
 polkit-kde-frameworks/trunk/PKGBUILD  |   14 +++---
 polkit-kde-frameworks/trunk/libexecpath.patch |   12 -
 powerdevil/trunk/PKGBUILD |6 ++--
 systemsettings/trunk/PKGBUILD |4 +--
 ttf-oxygen/trunk/PKGBUILD |4 +--
 30 files changed, 62 insertions(+), 123 deletions(-)

Modified: baloo-frameworks/trunk/PKGBUILD
===
--- baloo-frameworks/trunk/PKGBUILD 2014-12-16 06:13:15 UTC (rev 227638)
+++ baloo-frameworks/trunk/PKGBUILD 2014-12-16 08:37:45 UTC (rev 227639)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=baloo-frameworks
-pkgver=5.1.1
+pkgver=5.1.2
 pkgrel=1
 pkgdesc=A framework for searching and managing metadata
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 provides=('baloo')
 install=${pkgname}.install
 source=(http://download.kde.org/stable/plasma/${pkgver}/baloo-$pkgver.tar.xz;)
-md5sums=('39d822fda3bb59197df35ee865d3b67d')
+md5sums=('a8ddea44b89176530b6598231ff89c43')
 
 prepare() {
   mkdir -p build
@@ -26,7 +26,6 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DLIB_INSTALL_DIR=lib \
--DSYSCONF_INSTALL_DIR=/etc \
 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
 -DBUILD_TESTING=OFF
   make

Modified: breeze/trunk/PKGBUILD
===
--- breeze/trunk/PKGBUILD   2014-12-16 06:13:15 UTC (rev 227638)
+++ breeze/trunk/PKGBUILD   2014-12-16 08:37:45 UTC (rev 227639)
@@ -4,7 +4,7 @@
 
 pkgbase=breeze
 pkgname=('breeze' 'breeze-kde4')
-pkgver=5.1.1
+pkgver=5.1.2
 pkgrel=1
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/breeze'
@@ -11,7 +11,7 @@
 license=('LGPL')
 makedepends=('extra-cmake-modules' 'frameworkintegration' 'kdelibs' 'automoc4')
 
source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgbase-$pkgver.tar.xz;)
-md5sums=('81c324560667424a99beeb0657c02ba5')
+md5sums=('d3ca341863579bab1222353a84fa09fa')
 
 prepare() {
   mkdir build{,-kde4}

Modified: kde-cli-tools/trunk/PKGBUILD
===
--- kde-cli-tools/trunk/PKGBUILD2014-12-16 06:13:15 UTC (rev 227638)
+++ kde-cli-tools/trunk/PKGBUILD2014-12-16 08:37:45 UTC (rev 227639)
@@ -3,7 +3,7 @@
 # Contributor: Antonio Rojas
 
 

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

2014-12-16 Thread Sergej Pupykin
Date: Tuesday, December 16, 2014 @ 10:10:07
  Author: spupykin
Revision: 123953

upgpkg: perl-inline 0.78-1

upd

Modified:
  perl-inline/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-16 09:10:03 UTC (rev 123952)
+++ PKGBUILD2014-12-16 09:10:07 UTC (rev 123953)
@@ -3,7 +3,7 @@
 # Contributor: François Charette firmicus ατ gmx δοτ net
 
 pkgname=perl-inline
-pkgver=0.55
+pkgver=0.78
 pkgrel=1
 pkgdesc=Write Perl subroutines in other languages
 arch=('any')
@@ -11,8 +11,8 @@
 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=('0226bd35a3f8f88e635b166609ee655d')
+source=(http://search.cpan.org/CPAN/authors/id/I/IN/INGY/Inline-$pkgver.tar.gz;)
+md5sums=('5f5c2e27cf296a9e1e9d0be04817')
 
 build() {
   cd  $srcdir/Inline-$pkgver


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

2014-12-16 Thread Sergej Pupykin
Date: Tuesday, December 16, 2014 @ 10:10:16
  Author: spupykin
Revision: 123954

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-16 09:10:07 UTC (rev 123953)
+++ PKGBUILD2014-12-16 09:10:16 UTC (rev 123954)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: François Charette firmicus ατ gmx δοτ net
-
-pkgname=perl-inline
-pkgver=0.55
-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=('0226bd35a3f8f88e635b166609ee655d')
-
-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
-}

Copied: perl-inline/repos/community-any/PKGBUILD (from rev 123953, 
perl-inline/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-16 09:10:16 UTC (rev 123954)
@@ -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.78
+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/I/IN/INGY/Inline-$pkgver.tar.gz;)
+md5sums=('5f5c2e27cf296a9e1e9d0be04817')
+
+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-algorithm-diff/trunk (PKGBUILD)

2014-12-16 Thread Sergej Pupykin
Date: Tuesday, December 16, 2014 @ 10:09:51
  Author: spupykin
Revision: 123951

upgpkg: perl-algorithm-diff 1.1903-1

upd

Modified:
  perl-algorithm-diff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-16 08:01:45 UTC (rev 123950)
+++ PKGBUILD2014-12-16 09:09:51 UTC (rev 123951)
@@ -3,15 +3,15 @@
 # Maintainer: Charles Mauch cma...@gmail.com
 
 pkgname=perl-algorithm-diff
-pkgver=1.1902
-pkgrel=6
+pkgver=1.1903
+pkgrel=1
 pkgdesc=Perl/CPAN Module Algorithm::Diff : Diff also Longest Common 
Subsequence
 arch=(any)
 url=http://search.cpan.org/dist/Algorithm-Diff;
 license=(GPL PerlArtistic)
 depends=(perl)
-source=(http://www.cpan.org/authors/id/T/TY/TYEMQ/Algorithm-Diff-1.1902.tar.gz;)
-md5sums=(ff3e17ae485f8adfb8857b183991fbce)
+source=(http://search.cpan.org/CPAN/authors/id/T/TY/TYEMQ/Algorithm-Diff-$pkgver.tar.gz;)
+md5sums=('0e8add21a641b8d66436df0c2024bf3b')
 
 build() {
   cd $srcdir/Algorithm-Diff-$pkgver


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

2014-12-16 Thread Sergej Pupykin
Date: Tuesday, December 16, 2014 @ 10:10:03
  Author: spupykin
Revision: 123952

archrelease: copy trunk to community-any

Added:
  perl-algorithm-diff/repos/community-any/PKGBUILD
(from rev 123951, perl-algorithm-diff/trunk/PKGBUILD)
Deleted:
  perl-algorithm-diff/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-16 09:09:51 UTC (rev 123951)
+++ PKGBUILD2014-12-16 09:10:03 UTC (rev 123952)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Charles Mauch cma...@gmail.com
-
-pkgname=perl-algorithm-diff
-pkgver=1.1902
-pkgrel=6
-pkgdesc=Perl/CPAN Module Algorithm::Diff : Diff also Longest Common 
Subsequence
-arch=(any)
-url=http://search.cpan.org/dist/Algorithm-Diff;
-license=(GPL PerlArtistic)
-depends=(perl)
-source=(http://www.cpan.org/authors/id/T/TY/TYEMQ/Algorithm-Diff-1.1902.tar.gz;)
-md5sums=(ff3e17ae485f8adfb8857b183991fbce)
-
-build() {
-  cd $srcdir/Algorithm-Diff-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd $srcdir/Algorithm-Diff-$pkgver
-  make pure_install doc_install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-algorithm-diff/repos/community-any/PKGBUILD (from rev 123951, 
perl-algorithm-diff/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-16 09:10:03 UTC (rev 123952)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Charles Mauch cma...@gmail.com
+
+pkgname=perl-algorithm-diff
+pkgver=1.1903
+pkgrel=1
+pkgdesc=Perl/CPAN Module Algorithm::Diff : Diff also Longest Common 
Subsequence
+arch=(any)
+url=http://search.cpan.org/dist/Algorithm-Diff;
+license=(GPL PerlArtistic)
+depends=(perl)
+source=(http://search.cpan.org/CPAN/authors/id/T/TY/TYEMQ/Algorithm-Diff-$pkgver.tar.gz;)
+md5sums=('0e8add21a641b8d66436df0c2024bf3b')
+
+build() {
+  cd $srcdir/Algorithm-Diff-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd $srcdir/Algorithm-Diff-$pkgver
+  make pure_install doc_install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}


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

2014-12-16 Thread Jan de Groot
Date: Tuesday, December 16, 2014 @ 11:07:20
  Author: jgc
Revision: 227640

upgpkg: vte3 0.38.3-1

Modified:
  vte3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-16 08:37:45 UTC (rev 227639)
+++ PKGBUILD2014-12-16 10:07:20 UTC (rev 227640)
@@ -3,7 +3,7 @@
 
 pkgbase=vte3
 pkgname=(vte3 vte-common)
-pkgver=0.38.2
+pkgver=0.38.3
 pkgrel=1
 pkgdesc=Virtual Terminal Emulator widget for use with GTK3
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'gobject-introspection' 'gtk3' 'python2' 'vala')
 url=http://www.gnome.org;
 source=(http://download.gnome.org/sources/vte/${pkgver::4}/vte-$pkgver.tar.xz)
-sha256sums=('b2daba79229c84de3fbc41fcbb160c8d7ca50523fc01dedefada27e75ecc7de5')
+sha256sums=('3f3ae063207ceea9ca2abd1cf9c9f8bd2b66ca82156609f31f3554288c0c2bf4')
 
 build() {
   cd vte-$pkgver


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

2014-12-16 Thread Jan de Groot
Date: Tuesday, December 16, 2014 @ 11:08:15
  Author: jgc
Revision: 227641

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-16 10:07:20 UTC (rev 227640)
+++ extra-i686/PKGBUILD 2014-12-16 10:08:15 UTC (rev 227641)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgbase=vte3
-pkgname=(vte3 vte-common)
-pkgver=0.38.2
-pkgrel=1
-pkgdesc=Virtual Terminal Emulator widget for use with GTK3
-arch=('i686' 'x86_64')
-license=('LGPL')
-options=('!emptydirs')
-makedepends=('intltool' 'gobject-introspection' 'gtk3' 'python2' 'vala')
-url=http://www.gnome.org;
-source=(http://download.gnome.org/sources/vte/${pkgver::4}/vte-$pkgver.tar.xz)
-sha256sums=('b2daba79229c84de3fbc41fcbb160c8d7ca50523fc01dedefada27e75ecc7de5')
-
-build() {
-  cd vte-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/vte \
-  --localstatedir=/var --disable-static \
-  --enable-introspection --enable-gnome-pty-helper
-  make
-}
-
-package_vte3(){
-  depends=('gtk3' 'vte-common')
-  cd vte-$pkgver
-  make DESTDIR=$pkgdir install
-
-  rm $pkgdir/usr/lib/vte/gnome-pty-helper
-  rm $pkgdir/etc/profile.d/vte.sh
-}
-
-package_vte-common() {
-  pkgdesc=Common files used by vte and vte3
-  depends=('glibc')
-  cd vte-$pkgver
-
-  make -C gnome-pty-helper DESTDIR=$pkgdir install
-  install -Dm644 src/vte.sh $pkgdir/etc/profile.d/vte.sh
-}

Copied: vte3/repos/extra-i686/PKGBUILD (from rev 227640, vte3/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-16 10:08:15 UTC (rev 227641)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgbase=vte3
+pkgname=(vte3 vte-common)
+pkgver=0.38.3
+pkgrel=1
+pkgdesc=Virtual Terminal Emulator widget for use with GTK3
+arch=('i686' 'x86_64')
+license=('LGPL')
+options=('!emptydirs')
+makedepends=('intltool' 'gobject-introspection' 'gtk3' 'python2' 'vala')
+url=http://www.gnome.org;
+source=(http://download.gnome.org/sources/vte/${pkgver::4}/vte-$pkgver.tar.xz)
+sha256sums=('3f3ae063207ceea9ca2abd1cf9c9f8bd2b66ca82156609f31f3554288c0c2bf4')
+
+build() {
+  cd vte-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/vte \
+  --localstatedir=/var --disable-static \
+  --enable-introspection --enable-gnome-pty-helper
+  make
+}
+
+package_vte3(){
+  depends=('gtk3' 'vte-common')
+  cd vte-$pkgver
+  make DESTDIR=$pkgdir install
+
+  rm $pkgdir/usr/lib/vte/gnome-pty-helper
+  rm $pkgdir/etc/profile.d/vte.sh
+}
+
+package_vte-common() {
+  pkgdesc=Common files used by vte and vte3
+  depends=('glibc')
+  cd vte-$pkgver
+
+  make -C gnome-pty-helper DESTDIR=$pkgdir install
+  install -Dm644 src/vte.sh $pkgdir/etc/profile.d/vte.sh
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-12-16 10:07:20 UTC (rev 227640)
+++ extra-x86_64/PKGBUILD   2014-12-16 10:08:15 UTC (rev 227641)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgbase=vte3
-pkgname=(vte3 vte-common)
-pkgver=0.38.2
-pkgrel=1
-pkgdesc=Virtual Terminal Emulator widget for use with GTK3
-arch=('i686' 'x86_64')
-license=('LGPL')
-options=('!emptydirs')
-makedepends=('intltool' 'gobject-introspection' 'gtk3' 'python2' 'vala')
-url=http://www.gnome.org;
-source=(http://download.gnome.org/sources/vte/${pkgver::4}/vte-$pkgver.tar.xz)
-sha256sums=('b2daba79229c84de3fbc41fcbb160c8d7ca50523fc01dedefada27e75ecc7de5')
-
-build() {
-  cd vte-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/vte \
-  --localstatedir=/var --disable-static \
-  --enable-introspection --enable-gnome-pty-helper
-  make
-}
-
-package_vte3(){
-  depends=('gtk3' 'vte-common')
-  cd vte-$pkgver
-  make DESTDIR=$pkgdir install
-
-  rm $pkgdir/usr/lib/vte/gnome-pty-helper
-  rm $pkgdir/etc/profile.d/vte.sh
-}
-
-package_vte-common() {
-  pkgdesc=Common files used by vte and vte3
-  depends=('glibc')
-  cd vte-$pkgver
-
-  make -C gnome-pty-helper DESTDIR=$pkgdir install
-  install -Dm644 src/vte.sh $pkgdir/etc/profile.d/vte.sh
-}

Copied: vte3/repos/extra-x86_64/PKGBUILD (from rev 227640, vte3/trunk/PKGBUILD)

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

2014-12-16 Thread Jan de Groot
Date: Tuesday, December 16, 2014 @ 11:10:17
  Author: jgc
Revision: 227643

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

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

-+
 /PKGBUILD   |   54 ++
 /hitori.install |   24 ++
 extra-i686/PKGBUILD |   27 -
 extra-i686/hitori.install   |   12 -
 extra-x86_64/PKGBUILD   |   27 -
 extra-x86_64/hitori.install |   12 -
 6 files changed, 78 insertions(+), 78 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-16 10:10:10 UTC (rev 227642)
+++ extra-i686/PKGBUILD 2014-12-16 10:10:17 UTC (rev 227643)
@@ -1,27 +0,0 @@
-# $Id: PKGBUILD 116588 2014-07-30 15:22:52Z bgyorgy $
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-
-pkgname=hitori
-pkgver=3.14.0.1
-pkgrel=1
-pkgdesc=GTK+ application to generate and let you play games of Hitori
-arch=('i686' 'x86_64')
-url=https://wiki.gnome.org/Apps/Hitori;
-license=('GPL')
-depends=('gtk3')
-groups=('gnome-extra')
-makedepends=('intltool' 'itstool')
-install=hitori.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a3fa8ee0a7dbf8e2b636b61df7f68a5d974a44a0f738b65acfe386b7dec61c61')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: hitori/repos/extra-i686/PKGBUILD (from rev 227642, 
hitori/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-16 10:10:17 UTC (rev 227643)
@@ -0,0 +1,27 @@
+# $Id: PKGBUILD 116588 2014-07-30 15:22:52Z bgyorgy $
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=hitori
+pkgver=3.14.2
+pkgrel=1
+pkgdesc=GTK+ application to generate and let you play games of Hitori
+arch=('i686' 'x86_64')
+url=https://wiki.gnome.org/Apps/Hitori;
+license=('GPL')
+depends=('gtk3')
+groups=('gnome-extra')
+makedepends=('intltool' 'itstool')
+install=hitori.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('de790292ab1df0203a48db57dfb1218bcaffa3307db030af94b6818c43cf889c')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}

Deleted: extra-i686/hitori.install
===
--- extra-i686/hitori.install   2014-12-16 10:10:10 UTC (rev 227642)
+++ extra-i686/hitori.install   2014-12-16 10:10:17 UTC (rev 227643)
@@ -1,12 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: hitori/repos/extra-i686/hitori.install (from rev 227642, 
hitori/trunk/hitori.install)
===
--- extra-i686/hitori.install   (rev 0)
+++ extra-i686/hitori.install   2014-12-16 10:10:17 UTC (rev 227643)
@@ -0,0 +1,12 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-12-16 10:10:10 UTC (rev 227642)
+++ extra-x86_64/PKGBUILD   2014-12-16 10:10:17 UTC (rev 227643)
@@ -1,27 +0,0 @@
-# $Id: PKGBUILD 116588 2014-07-30 15:22:52Z bgyorgy $
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-
-pkgname=hitori
-pkgver=3.14.0.1
-pkgrel=1
-pkgdesc=GTK+ application to generate and let you play games of Hitori
-arch=('i686' 'x86_64')
-url=https://wiki.gnome.org/Apps/Hitori;
-license=('GPL')
-depends=('gtk3')
-groups=('gnome-extra')
-makedepends=('intltool' 'itstool')
-install=hitori.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)

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

2014-12-16 Thread Jan de Groot
Date: Tuesday, December 16, 2014 @ 11:10:10
  Author: jgc
Revision: 227642

upgpkg: hitori 3.14.2-1

Modified:
  hitori/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-16 10:08:15 UTC (rev 227641)
+++ PKGBUILD2014-12-16 10:10:10 UTC (rev 227642)
@@ -2,7 +2,7 @@
 # Maintainer: Balló György ballogyor+arch at gmail dot com
 
 pkgname=hitori
-pkgver=3.14.0.1
+pkgver=3.14.2
 pkgrel=1
 pkgdesc=GTK+ application to generate and let you play games of Hitori
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('intltool' 'itstool')
 install=hitori.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a3fa8ee0a7dbf8e2b636b61df7f68a5d974a44a0f738b65acfe386b7dec61c61')
+sha256sums=('de790292ab1df0203a48db57dfb1218bcaffa3307db030af94b6818c43cf889c')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


[arch-commits] Commit in gnome-online-miners/repos (4 files)

2014-12-16 Thread Jan de Groot
Date: Tuesday, December 16, 2014 @ 11:12:35
  Author: jgc
Revision: 227645

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

Added:
  gnome-online-miners/repos/extra-i686/PKGBUILD
(from rev 227644, gnome-online-miners/trunk/PKGBUILD)
  gnome-online-miners/repos/extra-x86_64/PKGBUILD
(from rev 227644, gnome-online-miners/trunk/PKGBUILD)
Deleted:
  gnome-online-miners/repos/extra-i686/PKGBUILD
  gnome-online-miners/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-16 10:12:28 UTC (rev 227644)
+++ extra-i686/PKGBUILD 2014-12-16 10:12:35 UTC (rev 227645)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gnome-online-miners
-pkgver=3.14.0
-pkgrel=1
-pkgdesc=Tracker miners for online accounts
-arch=(i686 x86_64)
-url=http://www.gnome.org;
-license=(GPL)
-depends=(libgdata gnome-online-accounts grilo libzapojit tracker gfbgraph 
dleyna-server)
-makedepends=('python2')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f998d84120a8e1d8680a474803bbe5a8dc7dbda51b52309fa0020691156ee29e')
- 
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-online-miners/repos/extra-i686/PKGBUILD (from rev 227644, 
gnome-online-miners/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-16 10:12:35 UTC (rev 227645)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gnome-online-miners
+pkgver=3.14.1
+pkgrel=1
+pkgdesc=Tracker miners for online accounts
+arch=(i686 x86_64)
+url=http://www.gnome.org;
+license=(GPL)
+depends=(libgdata gnome-online-accounts grilo libzapojit tracker gfbgraph 
dleyna-server)
+makedepends=('python2')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('6c6b48be2f89400ca16560c6fff67519229034ea78be867c9fbcb86c1d7cf784')
+ 
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-12-16 10:12:28 UTC (rev 227644)
+++ extra-x86_64/PKGBUILD   2014-12-16 10:12:35 UTC (rev 227645)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gnome-online-miners
-pkgver=3.14.0
-pkgrel=1
-pkgdesc=Tracker miners for online accounts
-arch=(i686 x86_64)
-url=http://www.gnome.org;
-license=(GPL)
-depends=(libgdata gnome-online-accounts grilo libzapojit tracker gfbgraph 
dleyna-server)
-makedepends=('python2')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f998d84120a8e1d8680a474803bbe5a8dc7dbda51b52309fa0020691156ee29e')
- 
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-online-miners/repos/extra-x86_64/PKGBUILD (from rev 227644, 
gnome-online-miners/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-12-16 10:12:35 UTC (rev 227645)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gnome-online-miners
+pkgver=3.14.1
+pkgrel=1
+pkgdesc=Tracker miners for online accounts
+arch=(i686 x86_64)
+url=http://www.gnome.org;
+license=(GPL)
+depends=(libgdata gnome-online-accounts grilo libzapojit tracker gfbgraph 
dleyna-server)
+makedepends=('python2')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('6c6b48be2f89400ca16560c6fff67519229034ea78be867c9fbcb86c1d7cf784')
+ 
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in gnome-online-miners/trunk (PKGBUILD)

2014-12-16 Thread Jan de Groot
Date: Tuesday, December 16, 2014 @ 11:12:28
  Author: jgc
Revision: 227644

upgpkg: gnome-online-miners 3.14.1-1

Modified:
  gnome-online-miners/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-16 10:10:17 UTC (rev 227643)
+++ PKGBUILD2014-12-16 10:12:28 UTC (rev 227644)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=gnome-online-miners
-pkgver=3.14.0
+pkgver=3.14.1
 pkgrel=1
 pkgdesc=Tracker miners for online accounts
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 depends=(libgdata gnome-online-accounts grilo libzapojit tracker gfbgraph 
dleyna-server)
 makedepends=('python2')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f998d84120a8e1d8680a474803bbe5a8dc7dbda51b52309fa0020691156ee29e')
+sha256sums=('6c6b48be2f89400ca16560c6fff67519229034ea78be867c9fbcb86c1d7cf784')
  
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in gnome-devel-docs/repos/extra-any (PKGBUILD PKGBUILD)

2014-12-16 Thread Jan de Groot
Date: Tuesday, December 16, 2014 @ 11:19:06
  Author: jgc
Revision: 227647

archrelease: copy trunk to extra-any

Added:
  gnome-devel-docs/repos/extra-any/PKGBUILD
(from rev 227646, gnome-devel-docs/trunk/PKGBUILD)
Deleted:
  gnome-devel-docs/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-16 10:19:01 UTC (rev 227646)
+++ PKGBUILD2014-12-16 10:19:06 UTC (rev 227647)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gnome-devel-docs
-pkgver=3.14.2
-pkgrel=1
-pkgdesc=Developer documentation for GNOME
-arch=(any)
-license=('FDL')
-depends=('yelp')
-makedepends=('yelp-tools')
-url=http://www.gnome.org;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('402f392c0dca2c085d025b8fe1640847b645d3295eea445ad35dcc480d3b29de')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-devel-docs/repos/extra-any/PKGBUILD (from rev 227646, 
gnome-devel-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-16 10:19:06 UTC (rev 227647)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-devel-docs
+pkgver=3.14.3
+pkgrel=1
+pkgdesc=Developer documentation for GNOME
+arch=(any)
+license=('FDL')
+depends=('yelp')
+makedepends=('yelp-tools')
+url=http://www.gnome.org;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('3d36bd8c07ff7bc8092223aa8f366cc42dfd9a091ea0ce720caaa77254284a70')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}


[arch-commits] Commit in gnome-devel-docs/trunk (PKGBUILD)

2014-12-16 Thread Jan de Groot
Date: Tuesday, December 16, 2014 @ 11:19:01
  Author: jgc
Revision: 227646

upgpkg: gnome-devel-docs 3.14.3-1

Modified:
  gnome-devel-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-16 10:12:35 UTC (rev 227645)
+++ PKGBUILD2014-12-16 10:19:01 UTC (rev 227646)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-devel-docs
-pkgver=3.14.2
+pkgver=3.14.3
 pkgrel=1
 pkgdesc=Developer documentation for GNOME
 arch=(any)
@@ -12,7 +12,7 @@
 url=http://www.gnome.org;
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('402f392c0dca2c085d025b8fe1640847b645d3295eea445ad35dcc480d3b29de')
+sha256sums=('3d36bd8c07ff7bc8092223aa8f366cc42dfd9a091ea0ce720caaa77254284a70')
 
 build() {
   cd $pkgname-$pkgver


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

2014-12-16 Thread Massimiliano Torromeo
Date: Tuesday, December 16, 2014 @ 11:25:28
  Author: mtorromeo
Revision: 123955

upgpkg: pfff 0.28.1-5

pfff ocaml rebuild

Modified:
  pfff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-16 09:10:16 UTC (rev 123954)
+++ PKGBUILD2014-12-16 10:25:28 UTC (rev 123955)
@@ -5,7 +5,7 @@
 
 pkgname='pfff'
 pkgver=0.28.1
-pkgrel=4
+pkgrel=5
 pkgdesc='Tools and APIs for code analysis, visualization and transformation'
 arch=('i686' 'x86_64')
 url='https://github.com/facebook/pfff'


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

2014-12-16 Thread Massimiliano Torromeo
Date: Tuesday, December 16, 2014 @ 11:26:15
  Author: mtorromeo
Revision: 123956

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

Added:
  pfff/repos/community-i686/414290b4e2593e8f32d014279bf04193ecd55a8b.patch
(from rev 123955, pfff/trunk/414290b4e2593e8f32d014279bf04193ecd55a8b.patch)
  pfff/repos/community-i686/PKGBUILD
(from rev 123955, pfff/trunk/PKGBUILD)
  pfff/repos/community-i686/e532fc97da64a646bb706a9fa812a047cc557987.patch
(from rev 123955, pfff/trunk/e532fc97da64a646bb706a9fa812a047cc557987.patch)
  pfff/repos/community-i686/f6a4cc7f93c687ced9da5b2d21f9bbb717e633e0.patch
(from rev 123955, pfff/trunk/f6a4cc7f93c687ced9da5b2d21f9bbb717e633e0.patch)
  pfff/repos/community-x86_64/414290b4e2593e8f32d014279bf04193ecd55a8b.patch
(from rev 123955, pfff/trunk/414290b4e2593e8f32d014279bf04193ecd55a8b.patch)
  pfff/repos/community-x86_64/PKGBUILD
(from rev 123955, pfff/trunk/PKGBUILD)
  pfff/repos/community-x86_64/e532fc97da64a646bb706a9fa812a047cc557987.patch
(from rev 123955, pfff/trunk/e532fc97da64a646bb706a9fa812a047cc557987.patch)
  pfff/repos/community-x86_64/f6a4cc7f93c687ced9da5b2d21f9bbb717e633e0.patch
(from rev 123955, pfff/trunk/f6a4cc7f93c687ced9da5b2d21f9bbb717e633e0.patch)
Deleted:
  pfff/repos/community-i686/414290b4e2593e8f32d014279bf04193ecd55a8b.patch
  pfff/repos/community-i686/PKGBUILD
  pfff/repos/community-i686/e532fc97da64a646bb706a9fa812a047cc557987.patch
  pfff/repos/community-i686/f6a4cc7f93c687ced9da5b2d21f9bbb717e633e0.patch
  pfff/repos/community-x86_64/414290b4e2593e8f32d014279bf04193ecd55a8b.patch
  pfff/repos/community-x86_64/PKGBUILD
  pfff/repos/community-x86_64/e532fc97da64a646bb706a9fa812a047cc557987.patch
  pfff/repos/community-x86_64/f6a4cc7f93c687ced9da5b2d21f9bbb717e633e0.patch

-+
 /414290b4e2593e8f32d014279bf04193ecd55a8b.patch |   78 ++
 /PKGBUILD   |   92 ++
 /e532fc97da64a646bb706a9fa812a047cc557987.patch |   44 +
 /f6a4cc7f93c687ced9da5b2d21f9bbb717e633e0.patch |  384 
++
 community-i686/414290b4e2593e8f32d014279bf04193ecd55a8b.patch   |   39 -
 community-i686/PKGBUILD |   46 -
 community-i686/e532fc97da64a646bb706a9fa812a047cc557987.patch   |   22 
 community-i686/f6a4cc7f93c687ced9da5b2d21f9bbb717e633e0.patch   |  192 -
 community-x86_64/414290b4e2593e8f32d014279bf04193ecd55a8b.patch |   39 -
 community-x86_64/PKGBUILD   |   46 -
 community-x86_64/e532fc97da64a646bb706a9fa812a047cc557987.patch |   22 
 community-x86_64/f6a4cc7f93c687ced9da5b2d21f9bbb717e633e0.patch |  192 -
 12 files changed, 598 insertions(+), 598 deletions(-)

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


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

2014-12-16 Thread Jan de Groot
Date: Tuesday, December 16, 2014 @ 11:34:15
  Author: jgc
Revision: 227648

upgpkg: vinagre 3.14.3-1

Modified:
  vinagre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-16 10:19:06 UTC (rev 227647)
+++ PKGBUILD2014-12-16 10:34:15 UTC (rev 227648)
@@ -5,8 +5,8 @@
 # Contributor: lp76 l.ped...@gmail.com
 
 pkgname=vinagre
-pkgver=3.14.2
-pkgrel=2
+pkgver=3.14.3
+pkgrel=1
 pkgdesc=A VNC Client for the GNOME Desktop
 arch=(i686 x86_64)
 license=(GPL)
@@ -19,7 +19,7 @@
 groups=(gnome-extra)
 options=('!emptydirs')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('93983d9581303957b5a5935349a9d1e5b4a223c3a99c317047e4114884f839cf')
+sha256sums=('f82d8c66684a00a79422724b0e1efad28ba35ba21a92dc7dcb867ed7b64659f0')
 
 build() {
   cd $pkgname-$pkgver


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

2014-12-16 Thread Jan de Groot
Date: Tuesday, December 16, 2014 @ 11:34:21
  Author: jgc
Revision: 227649

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

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

--+
 /PKGBUILD|   68 +
 /vinagre.install |   28 
 extra-i686/PKGBUILD  |   34 
 extra-i686/vinagre.install   |   14 
 extra-x86_64/PKGBUILD|   34 
 extra-x86_64/vinagre.install |   14 
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-16 10:34:15 UTC (rev 227648)
+++ extra-i686/PKGBUILD 2014-12-16 10:34:21 UTC (rev 227649)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: Allan McRae mcrae_al...@hotmail.com
-# Contributor: lp76 l.ped...@gmail.com
-
-pkgname=vinagre
-pkgver=3.14.2
-pkgrel=2
-pkgdesc=A VNC Client for the GNOME Desktop
-arch=(i686 x86_64)
-license=(GPL)
-url=http://www.gnome.org/projects/vinagre/;
-install=vinagre.install
-depends=(libsecret gtk-vnc vte3 telepathy-glib avahi desktop-file-utils dconf 
shared-mime-info
- spice-gtk3 gnutls freerdp)
-optdepends=('openssh: SSH plugin')
-makedepends=(docbook-xsl intltool openssh itstool spice-protocol)
-groups=(gnome-extra)
-options=('!emptydirs')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('93983d9581303957b5a5935349a9d1e5b4a223c3a99c317047e4114884f839cf')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/$pkgname --enable-rdp --enable-spice
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: vinagre/repos/extra-i686/PKGBUILD (from rev 227648, 
vinagre/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-16 10:34:21 UTC (rev 227649)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Allan McRae mcrae_al...@hotmail.com
+# Contributor: lp76 l.ped...@gmail.com
+
+pkgname=vinagre
+pkgver=3.14.3
+pkgrel=1
+pkgdesc=A VNC Client for the GNOME Desktop
+arch=(i686 x86_64)
+license=(GPL)
+url=http://www.gnome.org/projects/vinagre/;
+install=vinagre.install
+depends=(libsecret gtk-vnc vte3 telepathy-glib avahi desktop-file-utils dconf 
shared-mime-info
+ spice-gtk3 gnutls freerdp)
+optdepends=('openssh: SSH plugin')
+makedepends=(docbook-xsl intltool openssh itstool spice-protocol)
+groups=(gnome-extra)
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('f82d8c66684a00a79422724b0e1efad28ba35ba21a92dc7dcb867ed7b64659f0')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/$pkgname --enable-rdp --enable-spice
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/vinagre.install
===
--- extra-i686/vinagre.install  2014-12-16 10:34:15 UTC (rev 227648)
+++ extra-i686/vinagre.install  2014-12-16 10:34:21 UTC (rev 227649)
@@ -1,14 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-  update-mime-database usr/share/mime  /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: vinagre/repos/extra-i686/vinagre.install (from rev 227648, 
vinagre/trunk/vinagre.install)
===
--- extra-i686/vinagre.install  (rev 0)
+++ extra-i686/vinagre.install  2014-12-16 10:34:21 UTC (rev 227649)
@@ -0,0 +1,14 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+  update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


[arch-commits] Commit in hhvm/repos/community-x86_64 (16 files)

2014-12-16 Thread Massimiliano Torromeo
Date: Tuesday, December 16, 2014 @ 12:09:32
  Author: mtorromeo
Revision: 123957

archrelease: copy trunk to community-x86_64

Added:
  hhvm/repos/community-x86_64/PKGBUILD
(from rev 123956, hhvm/trunk/PKGBUILD)
  hhvm/repos/community-x86_64/hhvm-max.patch
(from rev 123956, hhvm/trunk/hhvm-max.patch)
  hhvm/repos/community-x86_64/hhvm.install
(from rev 123956, hhvm/trunk/hhvm.install)
  hhvm/repos/community-x86_64/hhvm.service
(from rev 123956, hhvm/trunk/hhvm.service)
  hhvm/repos/community-x86_64/hhvm.tmpfile
(from rev 123956, hhvm/trunk/hhvm.tmpfile)
  hhvm/repos/community-x86_64/hhvm@.service
(from rev 123956, hhvm/trunk/hhvm@.service)
  hhvm/repos/community-x86_64/php.ini
(from rev 123956, hhvm/trunk/php.ini)
  hhvm/repos/community-x86_64/server.ini
(from rev 123956, hhvm/trunk/server.ini)
Deleted:
  hhvm/repos/community-x86_64/PKGBUILD
  hhvm/repos/community-x86_64/hhvm-max.patch
  hhvm/repos/community-x86_64/hhvm.install
  hhvm/repos/community-x86_64/hhvm.service
  hhvm/repos/community-x86_64/hhvm.tmpfile
  hhvm/repos/community-x86_64/hhvm@.service
  hhvm/repos/community-x86_64/php.ini
  hhvm/repos/community-x86_64/server.ini

+
 PKGBUILD   |  219 ++-
 hhvm-max.patch |   60 +++
 hhvm.install   |   18 ++--
 hhvm.service   |   30 +++
 hhvm.tmpfile   |4 -
 hhvm@.service  |   30 +++
 php.ini|   20 ++---
 server.ini |   12 +--
 8 files changed, 193 insertions(+), 200 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-16 10:26:15 UTC (rev 123956)
+++ PKGBUILD2014-12-16 11:09:32 UTC (rev 123957)
@@ -1,113 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: James Miller ja...@pocketrent.com
-
-pkgname=hhvm
-pkgver=3.4.0
-_thirdparty_commit=21bded6b6119ec24c53c4653868c05660529a62e
-_folly_commit=32a9723ad4951fcc8b6324c55d967c3d2f21552e
-_thrift_commit=0a455fe206fc4c32de8bf40caf71a75d03edf87c
-_proxygen_commit=c4e89168873153ee74882f6d7bfadda16f91a308
-pkgrel=3
-pkgdesc=Virtual Machine, Runtime, and JIT for PHP
-arch=('x86_64')
-url=http://hhvm.com;
-license=('PHP')
-depends=('boost-libs' 'google-glog' 'libmysqlclient' 'libmemcached' 'libzip' 
'lz4'
- 'libxslt' 'intel-tbb' 'libmcrypt' 'oniguruma' 'jemalloc' 'curl' 
'libvpx'
- 'libdwarf' 'imagemagick' 'libedit' 'sqlite' 'libyaml')
-makedepends=('git' 'cmake' 'gcc' 'chrpath' 'boost' 'gflags' 'python2' 'pfff')
-source=(https://github.com/facebook/hhvm/archive/HHVM-$pkgver.tar.gz;
-
hhvm-third-party-$_thirdparty_commit.tar.gz::https://github.com/hhvm/hhvm-third-party/archive/$_thirdparty_commit.tar.gz;
-
folly-$_folly_commit.tar.gz::https://github.com/facebook/folly/archive/$_folly_commit.tar.gz;
-
thrift-$_thrift_commit.tar.gz::https://github.com/facebook/fbthrift/archive/$_thrift_commit.tar.gz;
-
proxygen-$_proxygen_commit.tar.gz::https://github.com/facebook/proxygen/archive/$_proxygen_commit.tar.gz;
-'hhvm-max.patch'
-'hhvm.tmpfile'
-'hhvm.service'
-'hhvm@.service'
-'php.ini'
-'server.ini')
-install=hhvm.install
-backup=(etc/hhvm/{php,server}.ini)
-options+=('!buildflags')
-
-prepare() {
-cd $srcdir/$pkgname-HHVM-$pkgver
-patch -p1 -i $srcdir/hhvm-max.patch
-
-rm -rf third-party
-ln -s $srcdir/hhvm-third-party-$_thirdparty_commit third-party
-
-# no bundled pcre
-sed '/pcre/d' -i third-party/CMakeLists.txt
-
-cd third-party/folly
-rm -rf src
-ln -s $srcdir/folly-$_folly_commit src
-
-cd ../thrift
-rm -rf src
-ln -s $srcdir/fbthrift-$_thrift_commit src
-
-cd ../proxygen
-rm -rf src
-ln -s $srcdir/proxygen-$_proxygen_commit src
-}
-
-build() {
-cd $srcdir/$pkgname-HHVM-$pkgver
-msg2 Building hhvm
-
-# comment for tests
-HPHP_NOTEST=1 \
-cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_PREFIX_PATH=$srcdir \
--DFREETYPE_INCLUDE_DIRS:PATH=/usr/include/freetype2 \
-.
-
-make
-
-for hacktool in hackificator remove_soft_types; do
-cd $srcdir/$pkgname-HHVM-$pkgver/hphp/hack/tools/$hacktool
-make depend
-make
-done
-}
-
-# check() {
-# cd $srcdir/$pkgname-HHVM-$pkgver/hphp/test
-# ./run --threads 8 quick
-# }
-
-package() {
-cd $srcdir/$pkgname-HHVM-$pkgver
-make DESTDIR=$pkgdir/ install
-rm -rf $pkgdir/usr/{lib*,include}
-
-cd hphp/hack/bin
-for bin in hh_* tools/*; do
-install -Dm755 $bin $pkgdir/usr/bin/$(basename $bin)
-done
-
-cd $srcdir
-install -Dm644 hhvm.tmpfile $pkgdir/usr/lib/tmpfiles.d/hhvm.conf
-install -Dm644 hhvm.service $pkgdir/usr/lib/systemd/system/hhvm.service
-install -Dm644 hhvm@.service $pkgdir/usr/lib/systemd/system/hhvm@.service
-
-install -Dm644 php.ini $pkgdir/etc/hhvm/php.ini
-

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

2014-12-16 Thread Jan de Groot
Date: Tuesday, December 16, 2014 @ 12:11:00
  Author: jgc
Revision: 227651

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

Added:
  gtk3/repos/extra-i686/PKGBUILD
(from rev 227650, gtk3/trunk/PKGBUILD)
  gtk3/repos/extra-i686/gtk3.install
(from rev 227650, gtk3/trunk/gtk3.install)
  gtk3/repos/extra-i686/settings.ini
(from rev 227650, gtk3/trunk/settings.ini)
  gtk3/repos/extra-x86_64/PKGBUILD
(from rev 227650, gtk3/trunk/PKGBUILD)
  gtk3/repos/extra-x86_64/gtk3.install
(from rev 227650, gtk3/trunk/gtk3.install)
  gtk3/repos/extra-x86_64/settings.ini
(from rev 227650, gtk3/trunk/settings.ini)
Deleted:
  gtk3/repos/extra-i686/PKGBUILD
  gtk3/repos/extra-i686/gtk3.install
  gtk3/repos/extra-i686/settings.ini
  gtk3/repos/extra-x86_64/PKGBUILD
  gtk3/repos/extra-x86_64/gtk3.install
  gtk3/repos/extra-x86_64/settings.ini

---+
 /PKGBUILD |   90 
 /gtk3.install |   36 +
 /settings.ini |8 +++
 extra-i686/PKGBUILD   |   45 --
 extra-i686/gtk3.install   |   18 
 extra-i686/settings.ini   |4 -
 extra-x86_64/PKGBUILD |   45 --
 extra-x86_64/gtk3.install |   18 
 extra-x86_64/settings.ini |4 -
 9 files changed, 134 insertions(+), 134 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-16 11:10:53 UTC (rev 227650)
+++ extra-i686/PKGBUILD 2014-12-16 11:11:00 UTC (rev 227651)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=gtk3
-pkgver=3.14.5
-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
- adwaita-icon-theme json-glib rest)
-makedepends=(gobject-introspection python2)
-license=(LGPL)
-source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/${pkgver:0:4}/gtk+-$pkgver.tar.xz)
-sha256sums=('ba70f5ccde6646c6d8aa5a6398794b7bcf23fc45af22580a215d258f392dbbe2')
-
-prepare() {
-cd gtk+-$pkgver
-}
-
-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
-}

Copied: gtk3/repos/extra-i686/PKGBUILD (from rev 227650, gtk3/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-16 11:11:00 UTC (rev 227651)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gtk3
+pkgver=3.14.6
+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
+ adwaita-icon-theme json-glib rest)
+makedepends=(gobject-introspection python2)
+license=(LGPL)
+source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/${pkgver:0:4}/gtk+-$pkgver.tar.xz)
+sha256sums=('cfc424e6e10ffeb34a33762aeb77905c3ed938f0b4006ddb7e880aad234ef119')
+
+prepare() {
+cd gtk+-$pkgver
+}
+
+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
+}

Deleted: extra-i686/gtk3.install
===
--- extra-i686/gtk3.install 2014-12-16 11:10:53 UTC (rev 227650)
+++ extra-i686/gtk3.install 2014-12-16 11:11:00 UTC (rev 227651)
@@ -1,18 +0,0 @@
-post_install() {
-/usr/bin/gtk-query-immodules-3.0 --update-cache
-/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
-/usr/bin/gtk-update-icon-cache -q -t -f 

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

2014-12-16 Thread Jan de Groot
Date: Tuesday, December 16, 2014 @ 12:10:53
  Author: jgc
Revision: 227650

upgpkg: gtk3 3.14.6-1

Modified:
  gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-16 10:34:21 UTC (rev 227649)
+++ PKGBUILD2014-12-16 11:10:53 UTC (rev 227650)
@@ -3,7 +3,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=gtk3
-pkgver=3.14.5
+pkgver=3.14.6
 pkgrel=1
 pkgdesc=GObject-based multi-platform GUI toolkit (v3)
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 makedepends=(gobject-introspection python2)
 license=(LGPL)
 
source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/${pkgver:0:4}/gtk+-$pkgver.tar.xz)
-sha256sums=('ba70f5ccde6646c6d8aa5a6398794b7bcf23fc45af22580a215d258f392dbbe2')
+sha256sums=('cfc424e6e10ffeb34a33762aeb77905c3ed938f0b4006ddb7e880aad234ef119')
 
 prepare() {
 cd gtk+-$pkgver


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

2014-12-16 Thread Михаил Страшун
Date: Tuesday, December 16, 2014 @ 13:28:15
  Author: dicebot
Revision: 123958

upgpkg: ldc 1:0.15.1-2

add old lphobos package to 'conflicts' list

Modified:
  ldc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-16 11:09:32 UTC (rev 123957)
+++ PKGBUILD2014-12-16 12:28:15 UTC (rev 123958)
@@ -5,7 +5,7 @@
 groups=('dlang' 'dlang-ldc')
 pkgver=0.15.1
 epoch=1
-pkgrel=1
+pkgrel=2
 pkgdesc=A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2
 arch=('i686' 'x86_64')
 url=https://github.com/ldc-developers/ldc;
@@ -56,6 +56,7 @@
 package_liblphobos() {
 provides=(d-runtime d-stdlib)
 replaces=(liblphobos-devel)
+conflicts=(liblphobos-devel)
 depends=(curl)
 
 # licenses


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

2014-12-16 Thread Михаил Страшун
Date: Tuesday, December 16, 2014 @ 13:28:53
  Author: dicebot
Revision: 123959

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

Added:
  ldc/repos/community-i686/PKGBUILD
(from rev 123958, ldc/trunk/PKGBUILD)
  ldc/repos/community-i686/ldc2.conf
(from rev 123958, ldc/trunk/ldc2.conf)
  ldc/repos/community-x86_64/PKGBUILD
(from rev 123958, ldc/trunk/PKGBUILD)
  ldc/repos/community-x86_64/ldc2.conf
(from rev 123958, ldc/trunk/ldc2.conf)
Deleted:
  ldc/repos/community-i686/PKGBUILD
  ldc/repos/community-i686/ldc2.conf
  ldc/repos/community-x86_64/PKGBUILD
  ldc/repos/community-x86_64/ldc2.conf

+
 /PKGBUILD  |  152 +++
 /ldc2.conf |   36 ++
 community-i686/PKGBUILD|   75 -
 community-i686/ldc2.conf   |   18 -
 community-x86_64/PKGBUILD  |   75 -
 community-x86_64/ldc2.conf |   18 -
 6 files changed, 188 insertions(+), 186 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-16 12:28:15 UTC (rev 123958)
+++ community-i686/PKGBUILD 2014-12-16 12:28:53 UTC (rev 123959)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Mihails Strasuns pub...@dicebot.lv
-# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
-pkgname=('ldc' 'liblphobos')
-groups=('dlang' 'dlang-ldc')
-pkgver=0.15.1
-epoch=1
-pkgrel=1
-pkgdesc=A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2
-arch=('i686' 'x86_64')
-url=https://github.com/ldc-developers/ldc;
-license=('BSD')
-depends=('libconfig')
-makedepends=('git' 'cmake' 'llvm')
-source=(git://github.com/ldc-developers/ldc.git#tag=v${pkgver}
-ldc2.conf
-   )
-sha1sums=('SKIP'
-  '290689ded66a12a243666d0bac3ffb74180fa490'
- )
-
-build() {
-cd $srcdir/ldc
-
-git submodule update --init --recursive
-
-mkdir build  cd build
-cmake \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr \
--DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc \
--DBUILD_SHARED_LIBS=ON \
-..
-make
-}
-
-package_ldc() {
-depends=('liblphobos' 'libconfig')
-backup=(etc/ldc2.conf)
-provides=(d-compiler)
-
-# binaries
-install -D -m755 $srcdir/ldc/build/bin/ldmd2 $pkgdir/usr/bin/ldmd2 
-install -D -m755 $srcdir/ldc/build/bin/ldc2 $pkgdir/usr/bin/ldc2 
-
-# supplementaries
-install -D -m644 $srcdir/ldc/bash_completion.d/ldc 
$pkgdir/usr/share/bash-completion/completions/ldc
-
-# licenses
-install -D -m644 $srcdir/ldc/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-# default configuration files
-install -D -m644 $srcdir/ldc2.conf $pkgdir/etc/ldc2.conf
-}
-
-package_liblphobos() {
-provides=(d-runtime d-stdlib)
-replaces=(liblphobos-devel)
-depends=(curl)
-
-# licenses
-install -D -m644 $srcdir/ldc/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-# libraries
-install -D -m644 $srcdir/ldc/build/lib/libphobos2-ldc.so 
$pkgdir/usr/lib/liblphobos2.so
-install -D -m644 $srcdir/ldc/build/lib/libdruntime-ldc.so 
$pkgdir/usr/lib/libldruntime.so
-install -D -m644 $srcdir/ldc/build/lib/libphobos2-ldc-debug.so 
$pkgdir/usr/lib/liblphobos2-debug.so
-install -D -m644 $srcdir/ldc/build/lib/libdruntime-ldc-debug.so 
$pkgdir/usr/lib/libldruntime-debug.so
-
-# imports
-mkdir -p $pkgdir/usr/include/dlang/ldc
-cp -r $srcdir/ldc/build/import/* $pkgdir/usr/include/dlang/ldc/
-cp -r $srcdir/ldc/runtime/phobos/std $pkgdir/usr/include/dlang/ldc/
-cp -r $srcdir/ldc/runtime/phobos/etc $pkgdir/usr/include/dlang/ldc/
-}

Copied: ldc/repos/community-i686/PKGBUILD (from rev 123958, ldc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-16 12:28:53 UTC (rev 123959)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Mihails Strasuns pub...@dicebot.lv
+# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
+pkgname=('ldc' 'liblphobos')
+groups=('dlang' 'dlang-ldc')
+pkgver=0.15.1
+epoch=1
+pkgrel=2
+pkgdesc=A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2
+arch=('i686' 'x86_64')
+url=https://github.com/ldc-developers/ldc;
+license=('BSD')
+depends=('libconfig')
+makedepends=('git' 'cmake' 'llvm')
+source=(git://github.com/ldc-developers/ldc.git#tag=v${pkgver}
+ldc2.conf
+   )
+sha1sums=('SKIP'
+  '290689ded66a12a243666d0bac3ffb74180fa490'
+ )
+
+build() {
+cd $srcdir/ldc
+
+git submodule update --init --recursive
+
+mkdir build  cd build
+cmake \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc \
+-DBUILD_SHARED_LIBS=ON \
+..
+make
+}
+
+package_ldc() {
+

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

2014-12-16 Thread Sergej Pupykin
Date: Tuesday, December 16, 2014 @ 13:43:04
  Author: spupykin
Revision: 123961

upgpkg: perl-color-calc 1.074-1

upd

Modified:
  perl-color-calc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-16 12:40:45 UTC (rev 123960)
+++ PKGBUILD2014-12-16 12:43:04 UTC (rev 123961)
@@ -3,8 +3,8 @@
 # Maintainer: Charles Mauch cma...@gmail.com
 
 pkgname=perl-color-calc
-pkgver=1.073
-pkgrel=2
+pkgver=1.074
+pkgrel=1
 pkgdesc=Perl/CPAN Module Color::Calc : Simple calculations with RGB colors
 arch=('any')
 url=http://search.cpan.org/dist/Color-Calc;
@@ -12,7 +12,7 @@
 depends=(perl-params-validate perl-graphics-colornames-www 
perl-graphics-colornames)
 makedepends=(perl-params-validate perl-graphics-colornames-www 
perl-graphics-colornames)
 
source=(http://search.cpan.org/CPAN/authors/id/C/CF/CFAERBER/Color-Calc-$pkgver.tar.gz;)
-md5sums=('85b74b99c6f7b3ea43898a7079a3fbb3')
+md5sums=('0b0ba7d5b5cab45f91797c900b1838f1')
 
 build() {
   cd $srcdir/Color-Calc-$pkgver


[arch-commits] Commit in perl-datetime-event-ical/trunk (PKGBUILD)

2014-12-16 Thread Sergej Pupykin
Date: Tuesday, December 16, 2014 @ 13:43:18
  Author: spupykin
Revision: 123963

upgpkg: perl-datetime-event-ical 0.12-1

upd

Modified:
  perl-datetime-event-ical/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-16 12:43:15 UTC (rev 123962)
+++ PKGBUILD2014-12-16 12:43:18 UTC (rev 123963)
@@ -4,8 +4,8 @@
 # Maintainer: Charles Mauch cma...@gmail.com
 
 pkgname=perl-datetime-event-ical
-pkgver=0.11
-pkgrel=3
+pkgver=0.12
+pkgrel=1
 pkgdesc=Perl/CPAN Module DateTime::Event::ICal
 arch=('any')
 url=http://search.cpan.org/dist/DateTime-Event-ICal;
@@ -12,7 +12,7 @@
 license=(GPL PerlArtistic)
 depends=('perl-datetime-event-recurrence')
 
source=(http://www.cpan.org/authors/id/F/FG/FGLOCK/DateTime-Event-ICal-$pkgver.tar.gz;)
-md5sums=('aea95965715c4e438fe981a5407e1328')
+md5sums=('79872092a4182d2261c01eaaacc1afe0')
 
 build() {
   cd $srcdir/DateTime-Event-ICal-$pkgver


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

2014-12-16 Thread Sergej Pupykin
Date: Tuesday, December 16, 2014 @ 13:43:15
  Author: spupykin
Revision: 123962

archrelease: copy trunk to community-any

Added:
  perl-color-calc/repos/community-any/PKGBUILD
(from rev 123961, perl-color-calc/trunk/PKGBUILD)
Deleted:
  perl-color-calc/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-16 12:43:04 UTC (rev 123961)
+++ PKGBUILD2014-12-16 12:43:15 UTC (rev 123962)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Charles Mauch cma...@gmail.com
-
-pkgname=perl-color-calc
-pkgver=1.073
-pkgrel=2
-pkgdesc=Perl/CPAN Module Color::Calc : Simple calculations with RGB colors
-arch=('any')
-url=http://search.cpan.org/dist/Color-Calc;
-license=(GPL PerlArtistic)
-depends=(perl-params-validate perl-graphics-colornames-www 
perl-graphics-colornames)
-makedepends=(perl-params-validate perl-graphics-colornames-www 
perl-graphics-colornames)
-source=(http://search.cpan.org/CPAN/authors/id/C/CF/CFAERBER/Color-Calc-$pkgver.tar.gz;)
-md5sums=('85b74b99c6f7b3ea43898a7079a3fbb3')
-
-build() {
-  cd $srcdir/Color-Calc-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd $srcdir/Color-Calc-$pkgver
-  make pure_install doc_install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-color-calc/repos/community-any/PKGBUILD (from rev 123961, 
perl-color-calc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-16 12:43:15 UTC (rev 123962)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Charles Mauch cma...@gmail.com
+
+pkgname=perl-color-calc
+pkgver=1.074
+pkgrel=1
+pkgdesc=Perl/CPAN Module Color::Calc : Simple calculations with RGB colors
+arch=('any')
+url=http://search.cpan.org/dist/Color-Calc;
+license=(GPL PerlArtistic)
+depends=(perl-params-validate perl-graphics-colornames-www 
perl-graphics-colornames)
+makedepends=(perl-params-validate perl-graphics-colornames-www 
perl-graphics-colornames)
+source=(http://search.cpan.org/CPAN/authors/id/C/CF/CFAERBER/Color-Calc-$pkgver.tar.gz;)
+md5sums=('0b0ba7d5b5cab45f91797c900b1838f1')
+
+build() {
+  cd $srcdir/Color-Calc-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd $srcdir/Color-Calc-$pkgver
+  make pure_install doc_install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}


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

2014-12-16 Thread Sergej Pupykin
Date: Tuesday, December 16, 2014 @ 13:43:42
  Author: spupykin
Revision: 123967

upgpkg: perl-datetime-timezone 1.81-1

upd

Modified:
  perl-datetime-timezone/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-16 12:43:39 UTC (rev 123966)
+++ PKGBUILD2014-12-16 12:43:42 UTC (rev 123967)
@@ -3,7 +3,7 @@
 # Contributor: François Charette firmicus ατ gmx δοτ net
 
 pkgname=perl-datetime-timezone
-pkgver=1.74
+pkgver=1.81
 pkgrel=1
 pkgdesc=Time zone object base class and factory 
 arch=(any)
@@ -12,7 +12,7 @@
 depends=('perl-class-singleton=1.03' 'perl-params-validate=0.72' 
'perl-class-load')
 options=('!emptydirs')
 
source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-TimeZone-$pkgver.tar.gz)
-md5sums=('1cd66c38c3206fcc45e9f3cee97b')
+md5sums=('62d4153bfb175ee3b04482b2f4b0b177')
 
 build() {
   cd  $srcdir/DateTime-TimeZone-$pkgver


[arch-commits] Commit in perl-datetime-format-strptime/trunk (PKGBUILD)

2014-12-16 Thread Sergej Pupykin
Date: Tuesday, December 16, 2014 @ 13:43:30
  Author: spupykin
Revision: 123965

upgpkg: perl-datetime-format-strptime 1.56-1

upd

Modified:
  perl-datetime-format-strptime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-16 12:43:27 UTC (rev 123964)
+++ PKGBUILD2014-12-16 12:43:30 UTC (rev 123965)
@@ -3,7 +3,7 @@
 # Contributor: Caleb Cushing xenoterrac...@gmail.com
 
 pkgname=perl-datetime-format-strptime
-pkgver=1.55
+pkgver=1.56
 pkgrel=1
 pkgdesc=Parse and Format DateTimes using Strptime
 arch=('any')
@@ -13,7 +13,7 @@
 'perl-datetime-timezone=0.79' 'perl-params-validate=0.64')
 url=http://search.cpan.org/dist/DateTime-Format-Strptime;
 
source=(http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/DateTime-Format-Strptime-${pkgver}.tar.gz;)
-md5sums=('8613390f37ac9d80db67bc69e62818a7')
+md5sums=('c8c1ca4e56160179e5c67b1d622320e9')
 
 build() {
   export PERL_MM_USE_DEFAULT=1


[arch-commits] Commit in perl-datetime-event-ical/repos/community-any (2 files)

2014-12-16 Thread Sergej Pupykin
Date: Tuesday, December 16, 2014 @ 13:43:27
  Author: spupykin
Revision: 123964

archrelease: copy trunk to community-any

Added:
  perl-datetime-event-ical/repos/community-any/PKGBUILD
(from rev 123963, perl-datetime-event-ical/trunk/PKGBUILD)
Deleted:
  perl-datetime-event-ical/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-16 12:43:18 UTC (rev 123963)
+++ PKGBUILD2014-12-16 12:43:27 UTC (rev 123964)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# This PKGBUILD was autocreated.  See http://xtermin.us/archperl/ for details
-# Maintainer: Charles Mauch cma...@gmail.com
-
-pkgname=perl-datetime-event-ical
-pkgver=0.11
-pkgrel=3
-pkgdesc=Perl/CPAN Module DateTime::Event::ICal
-arch=('any')
-url=http://search.cpan.org/dist/DateTime-Event-ICal;
-license=(GPL PerlArtistic)
-depends=('perl-datetime-event-recurrence')
-source=(http://www.cpan.org/authors/id/F/FG/FGLOCK/DateTime-Event-ICal-$pkgver.tar.gz;)
-md5sums=('aea95965715c4e438fe981a5407e1328')
-
-build() {
-  cd $srcdir/DateTime-Event-ICal-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd $srcdir/DateTime-Event-ICal-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-datetime-event-ical/repos/community-any/PKGBUILD (from rev 123963, 
perl-datetime-event-ical/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-16 12:43:27 UTC (rev 123964)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# This PKGBUILD was autocreated.  See http://xtermin.us/archperl/ for details
+# Maintainer: Charles Mauch cma...@gmail.com
+
+pkgname=perl-datetime-event-ical
+pkgver=0.12
+pkgrel=1
+pkgdesc=Perl/CPAN Module DateTime::Event::ICal
+arch=('any')
+url=http://search.cpan.org/dist/DateTime-Event-ICal;
+license=(GPL PerlArtistic)
+depends=('perl-datetime-event-recurrence')
+source=(http://www.cpan.org/authors/id/F/FG/FGLOCK/DateTime-Event-ICal-$pkgver.tar.gz;)
+md5sums=('79872092a4182d2261c01eaaacc1afe0')
+
+build() {
+  cd $srcdir/DateTime-Event-ICal-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd $srcdir/DateTime-Event-ICal-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}


[arch-commits] Commit in perl-datetime-format-strptime/repos/community-any (2 files)

2014-12-16 Thread Sergej Pupykin
Date: Tuesday, December 16, 2014 @ 13:43:39
  Author: spupykin
Revision: 123966

archrelease: copy trunk to community-any

Added:
  perl-datetime-format-strptime/repos/community-any/PKGBUILD
(from rev 123965, perl-datetime-format-strptime/trunk/PKGBUILD)
Deleted:
  perl-datetime-format-strptime/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-16 12:43:30 UTC (rev 123965)
+++ PKGBUILD2014-12-16 12:43:39 UTC (rev 123966)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Caleb Cushing xenoterrac...@gmail.com
-
-pkgname=perl-datetime-format-strptime
-pkgver=1.55
-pkgrel=1
-pkgdesc=Parse and Format DateTimes using Strptime
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl-datetime=0.72' 'perl-datetime-locale=0.45'
-'perl-datetime-timezone=0.79' 'perl-params-validate=0.64')
-url=http://search.cpan.org/dist/DateTime-Format-Strptime;
-source=(http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/DateTime-Format-Strptime-${pkgver}.tar.gz;)
-md5sums=('8613390f37ac9d80db67bc69e62818a7')
-
-build() {
-  export PERL_MM_USE_DEFAULT=1
-  cd ${srcdir}/DateTime-Format-Strptime-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd ${srcdir}/DateTime-Format-Strptime-${pkgver}
-  make DESTDIR=$pkgdir install
-  find $pkgdir -name .packlist -o -name perllocal.pod -delete
-}

Copied: perl-datetime-format-strptime/repos/community-any/PKGBUILD (from rev 
123965, perl-datetime-format-strptime/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-16 12:43:39 UTC (rev 123966)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Caleb Cushing xenoterrac...@gmail.com
+
+pkgname=perl-datetime-format-strptime
+pkgver=1.56
+pkgrel=1
+pkgdesc=Parse and Format DateTimes using Strptime
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-datetime=0.72' 'perl-datetime-locale=0.45'
+'perl-datetime-timezone=0.79' 'perl-params-validate=0.64')
+url=http://search.cpan.org/dist/DateTime-Format-Strptime;
+source=(http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/DateTime-Format-Strptime-${pkgver}.tar.gz;)
+md5sums=('c8c1ca4e56160179e5c67b1d622320e9')
+
+build() {
+  export PERL_MM_USE_DEFAULT=1
+  cd ${srcdir}/DateTime-Format-Strptime-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd ${srcdir}/DateTime-Format-Strptime-${pkgver}
+  make DESTDIR=$pkgdir install
+  find $pkgdir -name .packlist -o -name perllocal.pod -delete
+}


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

2014-12-16 Thread Sergej Pupykin
Date: Tuesday, December 16, 2014 @ 13:43:50
  Author: spupykin
Revision: 123968

archrelease: copy trunk to community-any

Added:
  perl-datetime-timezone/repos/community-any/ChangeLog
(from rev 123967, perl-datetime-timezone/trunk/ChangeLog)
  perl-datetime-timezone/repos/community-any/PKGBUILD
(from rev 123967, perl-datetime-timezone/trunk/PKGBUILD)
Deleted:
  perl-datetime-timezone/repos/community-any/ChangeLog
  perl-datetime-timezone/repos/community-any/PKGBUILD

---+
 ChangeLog |   10 +-
 PKGBUILD  |   56 
 2 files changed, 33 insertions(+), 33 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2014-12-16 12:43:42 UTC (rev 123967)
+++ ChangeLog   2014-12-16 12:43:50 UTC (rev 123968)
@@ -1,5 +0,0 @@
-
-2008-01-05  Douglas Soares de Andrade  d...@aur.archlinux.org
-
-   * Updated for x86_64
-

Copied: perl-datetime-timezone/repos/community-any/ChangeLog (from rev 123967, 
perl-datetime-timezone/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2014-12-16 12:43:50 UTC (rev 123968)
@@ -0,0 +1,5 @@
+
+2008-01-05  Douglas Soares de Andrade  d...@aur.archlinux.org
+
+   * Updated for x86_64
+

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-16 12:43:42 UTC (rev 123967)
+++ PKGBUILD2014-12-16 12:43:50 UTC (rev 123968)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: François Charette firmicus ατ gmx δοτ net
-
-pkgname=perl-datetime-timezone
-pkgver=1.74
-pkgrel=1
-pkgdesc=Time zone object base class and factory 
-arch=(any)
-url=http://search.cpan.org/dist/DateTime-TimeZone;
-license=('GPL' 'PerlArtistic')
-depends=('perl-class-singleton=1.03' 'perl-params-validate=0.72' 
'perl-class-load')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-TimeZone-$pkgver.tar.gz)
-md5sums=('1cd66c38c3206fcc45e9f3cee97b')
-
-build() {
-  cd  $srcdir/DateTime-TimeZone-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  $srcdir/DateTime-TimeZone-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-datetime-timezone/repos/community-any/PKGBUILD (from rev 123967, 
perl-datetime-timezone/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-16 12:43:50 UTC (rev 123968)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: François Charette firmicus ατ gmx δοτ net
+
+pkgname=perl-datetime-timezone
+pkgver=1.81
+pkgrel=1
+pkgdesc=Time zone object base class and factory 
+arch=(any)
+url=http://search.cpan.org/dist/DateTime-TimeZone;
+license=('GPL' 'PerlArtistic')
+depends=('perl-class-singleton=1.03' 'perl-params-validate=0.72' 
'perl-class-load')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-TimeZone-$pkgver.tar.gz)
+md5sums=('62d4153bfb175ee3b04482b2f4b0b177')
+
+build() {
+  cd  $srcdir/DateTime-TimeZone-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/DateTime-TimeZone-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}


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

2014-12-16 Thread Sergej Pupykin
Date: Tuesday, December 16, 2014 @ 13:44:07
  Author: spupykin
Revision: 123970

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

Added:
  perl-params-validate/repos/community-i686/PKGBUILD
(from rev 123969, perl-params-validate/trunk/PKGBUILD)
  perl-params-validate/repos/community-x86_64/PKGBUILD
(from rev 123969, perl-params-validate/trunk/PKGBUILD)
Deleted:
  perl-params-validate/repos/community-i686/PKGBUILD
  perl-params-validate/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-16 12:43:53 UTC (rev 123969)
+++ community-i686/PKGBUILD 2014-12-16 12:44:07 UTC (rev 123970)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: François Charette firmicus ατ gmx δοτ net
-
-pkgname=perl-params-validate
-pkgver=1.10
-pkgrel=2
-pkgdesc=Validate sub params against a spec
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/dist/Params-Validate;
-license=('GPL' 'PerlArtistic')
-depends=('perl' 'perl-module-implementation')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/Params-Validate-${pkgver}.tar.gz;)
-md5sums=('be70733a36b5e941da8c985b664e4028')
-
-build() {
-  cd  Params-Validate-${pkgver}
-  perl ./Build.PL --installdirs=vendor
-  ./Build
-}
-package(){
-  cd  Params-Validate-${pkgver}
-  ./Build install --destdir=${pkgdir}
-  find ${pkgdir} -name '.packlist' -delete
-  find ${pkgdir} -name '*.pod' -delete
-}

Copied: perl-params-validate/repos/community-i686/PKGBUILD (from rev 123969, 
perl-params-validate/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-16 12:44:07 UTC (rev 123970)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: François Charette firmicus ατ gmx δοτ net
+
+pkgname=perl-params-validate
+pkgver=1.13
+pkgrel=1
+pkgdesc=Validate sub params against a spec
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/Params-Validate;
+license=('GPL' 'PerlArtistic')
+depends=('perl' 'perl-module-implementation')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/Params-Validate-${pkgver}.tar.gz;)
+md5sums=('51061593757a172a98ce15097e2da5d6')
+
+build() {
+  cd  Params-Validate-${pkgver}
+  perl ./Build.PL --installdirs=vendor
+  ./Build
+}
+package(){
+  cd  Params-Validate-${pkgver}
+  ./Build install --destdir=${pkgdir}
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-12-16 12:43:53 UTC (rev 123969)
+++ community-x86_64/PKGBUILD   2014-12-16 12:44:07 UTC (rev 123970)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: François Charette firmicus ατ gmx δοτ net
-
-pkgname=perl-params-validate
-pkgver=1.10
-pkgrel=2
-pkgdesc=Validate sub params against a spec
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/dist/Params-Validate;
-license=('GPL' 'PerlArtistic')
-depends=('perl' 'perl-module-implementation')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/Params-Validate-${pkgver}.tar.gz;)
-md5sums=('be70733a36b5e941da8c985b664e4028')
-
-build() {
-  cd  Params-Validate-${pkgver}
-  perl ./Build.PL --installdirs=vendor
-  ./Build
-}
-package(){
-  cd  Params-Validate-${pkgver}
-  ./Build install --destdir=${pkgdir}
-  find ${pkgdir} -name '.packlist' -delete
-  find ${pkgdir} -name '*.pod' -delete
-}

Copied: perl-params-validate/repos/community-x86_64/PKGBUILD (from rev 123969, 
perl-params-validate/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-12-16 12:44:07 UTC (rev 123970)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: François Charette firmicus ατ gmx δοτ net
+
+pkgname=perl-params-validate
+pkgver=1.13
+pkgrel=1
+pkgdesc=Validate sub params against a spec
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/Params-Validate;
+license=('GPL' 'PerlArtistic')
+depends=('perl' 'perl-module-implementation')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/Params-Validate-${pkgver}.tar.gz;)
+md5sums=('51061593757a172a98ce15097e2da5d6')
+
+build() {
+  cd  Params-Validate-${pkgver}
+  perl ./Build.PL --installdirs=vendor
+  ./Build
+}

[arch-commits] Commit in perl-tree-dag-node/trunk (PKGBUILD)

2014-12-16 Thread Sergej Pupykin
Date: Tuesday, December 16, 2014 @ 13:44:10
  Author: spupykin
Revision: 123971

upgpkg: perl-tree-dag-node 1.23-1

upd

Modified:
  perl-tree-dag-node/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-16 12:44:07 UTC (rev 123970)
+++ PKGBUILD2014-12-16 12:44:10 UTC (rev 123971)
@@ -3,8 +3,8 @@
 # Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=perl-tree-dag-node
-pkgver=1.22
-pkgrel=2
+pkgver=1.23
+pkgrel=1
 pkgdesc=base class for trees
 arch=('any')
 url=http://search.cpan.org/dist/Tree-DAG_Node;
@@ -12,7 +12,7 @@
 depends=('perl-file-slurp-tiny')
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/R/RS/RSAVAGE/Tree-DAG_Node-$pkgver.tgz)
-md5sums=('71ab3d930767e2c849b51d805965977b')
+md5sums=('9ffd06427ed6d173c0dd2d2e10a18e56')
 
 build() {
   cd  $srcdir/Tree-DAG_Node-$pkgver


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

2014-12-16 Thread Sergej Pupykin
Date: Tuesday, December 16, 2014 @ 13:43:53
  Author: spupykin
Revision: 123969

upgpkg: perl-params-validate 1.13-1

upd

Modified:
  perl-params-validate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-16 12:43:50 UTC (rev 123968)
+++ PKGBUILD2014-12-16 12:43:53 UTC (rev 123969)
@@ -3,8 +3,8 @@
 # Contributor: François Charette firmicus ατ gmx δοτ net
 
 pkgname=perl-params-validate
-pkgver=1.10
-pkgrel=2
+pkgver=1.13
+pkgrel=1
 pkgdesc=Validate sub params against a spec
 arch=('i686' 'x86_64')
 url=http://search.cpan.org/dist/Params-Validate;
@@ -12,7 +12,7 @@
 depends=('perl' 'perl-module-implementation')
 options=('!emptydirs')
 
source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/Params-Validate-${pkgver}.tar.gz;)
-md5sums=('be70733a36b5e941da8c985b664e4028')
+md5sums=('51061593757a172a98ce15097e2da5d6')
 
 build() {
   cd  Params-Validate-${pkgver}


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

2014-12-16 Thread Sergej Pupykin
Date: Tuesday, December 16, 2014 @ 13:44:22
  Author: spupykin
Revision: 123973

upgpkg: perl-xml-rss 1.56-1

upd

Modified:
  perl-xml-rss/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-16 12:44:19 UTC (rev 123972)
+++ PKGBUILD2014-12-16 12:44:22 UTC (rev 123973)
@@ -3,7 +3,7 @@
 # Contributor: Francois Charette firmi...@gmx.net
 
 pkgname=perl-xml-rss
-pkgver=1.55
+pkgver=1.56
 pkgrel=1
 pkgdesc=Parse or create Rich Site Summaries (RSS)
 arch=('any')
@@ -13,7 +13,7 @@
 'perl-html-parser' 'perlxml=2.23')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/XML-RSS-$pkgver.tar.gz)
-md5sums=('0e95c860a73d97311e5538655e96d1bc')
+md5sums=('3644621e2ee1a28cf6f58242656faa36')
 
 build() {
   cd  $srcdir/XML-RSS-$pkgver


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

2014-12-16 Thread Sergej Pupykin
Date: Tuesday, December 16, 2014 @ 13:44:31
  Author: spupykin
Revision: 123974

archrelease: copy trunk to community-any

Added:
  perl-xml-rss/repos/community-any/PKGBUILD
(from rev 123973, perl-xml-rss/trunk/PKGBUILD)
Deleted:
  perl-xml-rss/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-16 12:44:22 UTC (rev 123973)
+++ PKGBUILD2014-12-16 12:44:31 UTC (rev 123974)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Francois Charette firmi...@gmx.net
-
-pkgname=perl-xml-rss
-pkgver=1.55
-pkgrel=1
-pkgdesc=Parse or create Rich Site Summaries (RSS)
-arch=('any')
-url=http://search.cpan.org/dist/XML-RSS;
-license=('GPL' 'PerlArtistic')
-depends=('perl-datetime' 'perl-datetime-format-mail' 
'perl-datetime-format-w3cdtf'
-'perl-html-parser' 'perlxml=2.23')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/XML-RSS-$pkgver.tar.gz)
-md5sums=('0e95c860a73d97311e5538655e96d1bc')
-
-build() {
-  cd  $srcdir/XML-RSS-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  $srcdir/XML-RSS-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-xml-rss/repos/community-any/PKGBUILD (from rev 123973, 
perl-xml-rss/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-16 12:44:31 UTC (rev 123974)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Francois Charette firmi...@gmx.net
+
+pkgname=perl-xml-rss
+pkgver=1.56
+pkgrel=1
+pkgdesc=Parse or create Rich Site Summaries (RSS)
+arch=('any')
+url=http://search.cpan.org/dist/XML-RSS;
+license=('GPL' 'PerlArtistic')
+depends=('perl-datetime' 'perl-datetime-format-mail' 
'perl-datetime-format-w3cdtf'
+'perl-html-parser' 'perlxml=2.23')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/XML-RSS-$pkgver.tar.gz)
+md5sums=('3644621e2ee1a28cf6f58242656faa36')
+
+build() {
+  cd  $srcdir/XML-RSS-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/XML-RSS-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}


[arch-commits] Commit in perl-tree-dag-node/repos/community-any (PKGBUILD PKGBUILD)

2014-12-16 Thread Sergej Pupykin
Date: Tuesday, December 16, 2014 @ 13:44:19
  Author: spupykin
Revision: 123972

archrelease: copy trunk to community-any

Added:
  perl-tree-dag-node/repos/community-any/PKGBUILD
(from rev 123971, perl-tree-dag-node/trunk/PKGBUILD)
Deleted:
  perl-tree-dag-node/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-16 12:44:10 UTC (rev 123971)
+++ PKGBUILD2014-12-16 12:44:19 UTC (rev 123972)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=perl-tree-dag-node
-pkgver=1.22
-pkgrel=2
-pkgdesc=base class for trees
-arch=('any')
-url=http://search.cpan.org/dist/Tree-DAG_Node;
-license=('GPL' 'PerlArtistic')
-depends=('perl-file-slurp-tiny')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/R/RS/RSAVAGE/Tree-DAG_Node-$pkgver.tgz)
-md5sums=('71ab3d930767e2c849b51d805965977b')
-
-build() {
-  cd  $srcdir/Tree-DAG_Node-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  $srcdir/Tree-DAG_Node-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-tree-dag-node/repos/community-any/PKGBUILD (from rev 123971, 
perl-tree-dag-node/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-16 12:44:19 UTC (rev 123972)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=perl-tree-dag-node
+pkgver=1.23
+pkgrel=1
+pkgdesc=base class for trees
+arch=('any')
+url=http://search.cpan.org/dist/Tree-DAG_Node;
+license=('GPL' 'PerlArtistic')
+depends=('perl-file-slurp-tiny')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/R/RS/RSAVAGE/Tree-DAG_Node-$pkgver.tgz)
+md5sums=('9ffd06427ed6d173c0dd2d2e10a18e56')
+
+build() {
+  cd  $srcdir/Tree-DAG_Node-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/Tree-DAG_Node-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}


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

2014-12-16 Thread Sergej Pupykin
Date: Tuesday, December 16, 2014 @ 13:47:16
  Author: spupykin
Revision: 123975

upgpkg: perl-class-singleton 1.5-1

upd

Modified:
  perl-class-singleton/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-16 12:44:31 UTC (rev 123974)
+++ PKGBUILD2014-12-16 12:47:16 UTC (rev 123975)
@@ -4,8 +4,8 @@
 # This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman
 
 pkgname=perl-class-singleton
-pkgver=1.4
-pkgrel=5
+pkgver=1.5
+pkgrel=1
 pkgdesc=Implementation of a singleton class
 arch=('any')
 url=http://search.cpan.org/dist/Class-Singleton;
@@ -12,8 +12,8 @@
 license=('GPL' 'PerlArtistic')
 depends=('perl=5.10.0')
 options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/A/AB/ABW/Class-Singleton-$pkgver.tar.gz)
 
-md5sums=('a18b108ab97e2107cbbe816d2b3e2ee3')
+source=(http://search.cpan.org/CPAN/authors/id/S/SH/SHAY/Class-Singleton-$pkgver.tar.gz;)
+md5sums=('6a2524f590eda075f4bc929598119241')
 
 build() {
   cd  $srcdir/Class-Singleton-$pkgver


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

2014-12-16 Thread Sergej Pupykin
Date: Tuesday, December 16, 2014 @ 13:47:24
  Author: spupykin
Revision: 123976

archrelease: copy trunk to community-any

Added:
  perl-class-singleton/repos/community-any/PKGBUILD
(from rev 123975, perl-class-singleton/trunk/PKGBUILD)
Deleted:
  perl-class-singleton/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-16 12:47:16 UTC (rev 123975)
+++ PKGBUILD2014-12-16 12:47:24 UTC (rev 123976)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: François Charette firmicus ατ gmx δοτ net
-# This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman
-
-pkgname=perl-class-singleton
-pkgver=1.4
-pkgrel=5
-pkgdesc=Implementation of a singleton class
-arch=('any')
-url=http://search.cpan.org/dist/Class-Singleton;
-license=('GPL' 'PerlArtistic')
-depends=('perl=5.10.0')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/A/AB/ABW/Class-Singleton-$pkgver.tar.gz)
 
-md5sums=('a18b108ab97e2107cbbe816d2b3e2ee3')
-
-build() {
-  cd  $srcdir/Class-Singleton-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  $srcdir/Class-Singleton-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-class-singleton/repos/community-any/PKGBUILD (from rev 123975, 
perl-class-singleton/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-16 12:47:24 UTC (rev 123976)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: François Charette firmicus ατ gmx δοτ net
+# This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman
+
+pkgname=perl-class-singleton
+pkgver=1.5
+pkgrel=1
+pkgdesc=Implementation of a singleton class
+arch=('any')
+url=http://search.cpan.org/dist/Class-Singleton;
+license=('GPL' 'PerlArtistic')
+depends=('perl=5.10.0')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/S/SH/SHAY/Class-Singleton-$pkgver.tar.gz;)
+md5sums=('6a2524f590eda075f4bc929598119241')
+
+build() {
+  cd  $srcdir/Class-Singleton-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/Class-Singleton-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}


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

2014-12-16 Thread Jelle van der Waa
Date: Tuesday, December 16, 2014 @ 14:48:33
  Author: jelle
Revision: 123977

upgpkg: gsoap 2.8.18-2

add -fPIC since otherwise it is not possible to link against gsoap on 64 bit

Modified:
  gsoap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-16 12:47:24 UTC (rev 123976)
+++ PKGBUILD2014-12-16 13:48:33 UTC (rev 123977)
@@ -5,7 +5,7 @@
 
 pkgname=gsoap
 pkgver=2.8.18
-pkgrel=1
+pkgrel=2
 pkgdesc=Offers an XML language binding to ease the development of SOAP/XML 
Web services in C and C/C++
 url=http://www.cs.fsu.edu/~engelen/soap.html;
 arch=('i686' 'x86_64')
@@ -20,6 +20,10 @@
 
 build() {
   cd $srcdir/gsoap-2.8
+  # needed for programs which use gsoap and have -fPIC enabled
+  # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=353724
+  export CFLAGS+= -fPIC
+  export CXXFLAGS+= -fPIC
   ./configure --prefix=/usr --enable-openssl
   make -j1
 }


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

2014-12-16 Thread Jelle van der Waa
Date: Tuesday, December 16, 2014 @ 14:48:45
  Author: jelle
Revision: 123978

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

Added:
  gsoap/repos/community-i686/LICENSE
(from rev 123977, gsoap/trunk/LICENSE)
  gsoap/repos/community-i686/PKGBUILD
(from rev 123977, gsoap/trunk/PKGBUILD)
  gsoap/repos/community-x86_64/LICENSE
(from rev 123977, gsoap/trunk/LICENSE)
  gsoap/repos/community-x86_64/PKGBUILD
(from rev 123977, gsoap/trunk/PKGBUILD)
Deleted:
  gsoap/repos/community-i686/LICENSE
  gsoap/repos/community-i686/PKGBUILD
  gsoap/repos/community-x86_64/LICENSE
  gsoap/repos/community-x86_64/PKGBUILD

---+
 /LICENSE  |  326 
 /PKGBUILD |   78 ++
 community-i686/LICENSE|  163 --
 community-i686/PKGBUILD   |   35 
 community-x86_64/LICENSE  |  163 --
 community-x86_64/PKGBUILD |   35 
 6 files changed, 404 insertions(+), 396 deletions(-)

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


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

2014-12-16 Thread speps
Date: Tuesday, December 16, 2014 @ 15:47:34
  Author: speps
Revision: 123979

upgpkg: qupzilla 1.8.5-1

Modified:
  qupzilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-16 13:48:45 UTC (rev 123978)
+++ PKGBUILD2014-12-16 14:47:34 UTC (rev 123979)
@@ -3,7 +3,7 @@
 
 pkgbase=qupzilla
 pkgname=(qupzilla qupzilla-qt4)
-pkgver=1.8.4
+pkgver=1.8.5
 pkgrel=1
 pkgdesc=Cross-platform QtWebKit browser
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 install=$pkgbase.install
 
source=($pkgbase-$pkgver.tar.gz::https://github.com/QupZilla/qupzilla/archive/v$pkgver.tar.gz;)
 noextract=($pkgbase-$pkgver.tar.gz)
-md5sums=('88a679eb26a2071ac34c19ca0074a305')
+md5sums=('0d163296f2514512be944ba3b29bf920')
 
 prepare() {
   # extract


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

2014-12-16 Thread speps
Date: Tuesday, December 16, 2014 @ 15:47:49
  Author: speps
Revision: 123980

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

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

---+
 /PKGBUILD |  150 
 /qupzilla.install |   24 +
 community-i686/PKGBUILD   |   75 --
 community-i686/qupzilla.install   |   12 --
 community-x86_64/PKGBUILD |   75 --
 community-x86_64/qupzilla.install |   12 --
 6 files changed, 174 insertions(+), 174 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-16 14:47:34 UTC (rev 123979)
+++ community-i686/PKGBUILD 2014-12-16 14:47:49 UTC (rev 123980)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: speps speps at aur dot archlinux dot org
-
-pkgbase=qupzilla
-pkgname=(qupzilla qupzilla-qt4)
-pkgver=1.8.4
-pkgrel=1
-pkgdesc=Cross-platform QtWebKit browser
-arch=(i686 x86_64)
-url=http://www.qupzilla.com/;
-license=('GPL3')
-makedepends=('qtwebkit' 'qt5-webkit' 'qt5-script' 'qt5-tools' 'hunspell' 
'kdelibs' 'kwallet' 'libgnome-keyring')
-optdepends=('bash-completion: bash completion support')
-install=$pkgbase.install
-source=($pkgbase-$pkgver.tar.gz::https://github.com/QupZilla/qupzilla/archive/v$pkgver.tar.gz;)
-noextract=($pkgbase-$pkgver.tar.gz)
-md5sums=('88a679eb26a2071ac34c19ca0074a305')
-
-prepare() {
-  # extract
-  mkdir -p qt{4,5}
-  bsdtar --strip-components 1 -zxf $pkgbase-$pkgver.tar.gz -C qt4
-  bsdtar --strip-components 1 -zxf $pkgbase-$pkgver.tar.gz -C qt5
-
-  # configure
-  export USE_WEBGL=true \
- QUPZILLA_PREFIX=/usr/ \
- KDE_INTEGRATION=true \
- GNOME_INTEGRATION=true
-}
-
-build() {
-  cd qt4
-  qmake-qt4
-  make
-
-  cd ../qt5
-  qmake
-  make
-}
-
-package_qupzilla() {
-  pkgdesc+= (Qt5)
-  depends=('qt5-webkit' 'qt5-script' 'hunspell' 'desktop-file-utils' 
'hicolor-icon-theme')
-  optdepends=('kwallet: kf5 kwallet integration'
-  'libgnome-keyring: gnome keyring integration')
-  provides=('qupzilla-qt5')
-  conflicts=('qupzilla-qt5')
-  replaces=('qupzilla-qt5')
-
-  cd qt5
-  make INSTALL_ROOT=$pkgdir/ install
-
-  # zsh completion
-  install -Dm644 linux/completion/_$pkgbase \
-$pkgdir/usr/share/zsh/site-functions/_$pkgbase
-}
-
-package_qupzilla-qt4() {
-  pkgdesc+= (Qt4)
-  depends=('qtwebkit' 'hunspell')
-  optdepends=('kdelibs: kwallet integration'
-  'libgnome-keyring: gnome keyring integration')
-  provides=('qupzilla')
-  conflicts=('qupzilla')
-
-  cd qt4
-  make INSTALL_ROOT=$pkgdir/ install
-
-  # zsh completion
-  install -Dm644 linux/completion/_$pkgbase \
-$pkgdir/usr/share/zsh/site-functions/_$pkgbase
-}
-
-# vim:set ts=2 sw=2 et:

Copied: qupzilla/repos/community-i686/PKGBUILD (from rev 123979, 
qupzilla/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-16 14:47:49 UTC (rev 123980)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: speps speps at aur dot archlinux dot org
+
+pkgbase=qupzilla
+pkgname=(qupzilla qupzilla-qt4)
+pkgver=1.8.5
+pkgrel=1
+pkgdesc=Cross-platform QtWebKit browser
+arch=(i686 x86_64)
+url=http://www.qupzilla.com/;
+license=('GPL3')
+makedepends=('qtwebkit' 'qt5-webkit' 'qt5-script' 'qt5-tools' 'hunspell' 
'kdelibs' 'kwallet' 'libgnome-keyring')
+optdepends=('bash-completion: bash completion support')
+install=$pkgbase.install
+source=($pkgbase-$pkgver.tar.gz::https://github.com/QupZilla/qupzilla/archive/v$pkgver.tar.gz;)
+noextract=($pkgbase-$pkgver.tar.gz)
+md5sums=('0d163296f2514512be944ba3b29bf920')
+
+prepare() {
+  # extract
+  mkdir -p qt{4,5}
+  bsdtar --strip-components 1 -zxf $pkgbase-$pkgver.tar.gz -C qt4
+  bsdtar --strip-components 1 -zxf $pkgbase-$pkgver.tar.gz -C qt5
+
+  # configure
+  export USE_WEBGL=true \
+ QUPZILLA_PREFIX=/usr/ \
+ KDE_INTEGRATION=true \
+ GNOME_INTEGRATION=true
+}
+
+build() {
+  cd qt4
+  qmake-qt4
+  make
+
+  cd ../qt5
+  qmake
+  make
+}
+
+package_qupzilla() {
+  pkgdesc+= (Qt5)
+  depends=('qt5-webkit' 'qt5-script' 'hunspell' 'desktop-file-utils' 
'hicolor-icon-theme')
+  optdepends=('kwallet: kf5 kwallet integration'
+  'libgnome-keyring: gnome keyring 

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

2014-12-16 Thread Sergej Pupykin
Date: Tuesday, December 16, 2014 @ 15:52:58
  Author: spupykin
Revision: 123982

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

Added:
  gtk2hs-buildtools/repos/community-i686/PKGBUILD
(from rev 123981, gtk2hs-buildtools/trunk/PKGBUILD)
  gtk2hs-buildtools/repos/community-x86_64/PKGBUILD
(from rev 123981, gtk2hs-buildtools/trunk/PKGBUILD)
Deleted:
  gtk2hs-buildtools/repos/community-i686/PKGBUILD
  gtk2hs-buildtools/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-16 14:52:40 UTC (rev 123981)
+++ community-i686/PKGBUILD 2014-12-16 14:52:58 UTC (rev 123982)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=gtk2hs-buildtools
-pkgver=0.12.5.2
-pkgrel=3
-pkgdesc=Tools to build the Gtk2Hs suite of User Interface libraries.
-url=http://hackage.haskell.org/package/gtk2hs-buildtools;
-license=('GPL2')
-arch=('i686' 'x86_64')
-options=('staticlibs')
-makedepends=('ghc' 'alex' 'happy' 'haskell-random' 'haskell-hashtables')
-depends=('gmp')
-provides=('haskell-gtk2hs-buildtools')
-source=(http://hackage.haskell.org/packages/archive/gtk2hs-buildtools/$pkgver/gtk2hs-buildtools-$pkgver.tar.gz;)
-md5sums=('dd39243ae579ab32236fbc17dbeec107')
-
-build() {
-cd ${srcdir}/gtk2hs-buildtools-$pkgver
-runhaskell Setup configure --prefix=/usr --docdir=/usr/share/doc/${pkgname}
-runhaskell Setup build
-}
-
-package() {
-cd ${srcdir}/gtk2hs-buildtools-$pkgver
-runhaskell Setup copy --destdir=${pkgdir}
-}

Copied: gtk2hs-buildtools/repos/community-i686/PKGBUILD (from rev 123981, 
gtk2hs-buildtools/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-16 14:52:58 UTC (rev 123982)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=gtk2hs-buildtools
+pkgver=0.13.0.3
+pkgrel=1
+pkgdesc=Tools to build the Gtk2Hs suite of User Interface libraries.
+url=http://hackage.haskell.org/package/gtk2hs-buildtools;
+license=('GPL2')
+arch=('i686' 'x86_64')
+options=('staticlibs')
+makedepends=('ghc' 'alex' 'happy' 'haskell-random' 'haskell-hashtables')
+depends=('gmp')
+provides=('haskell-gtk2hs-buildtools')
+source=(http://hackage.haskell.org/packages/archive/gtk2hs-buildtools/$pkgver/gtk2hs-buildtools-$pkgver.tar.gz;)
+md5sums=('d73f479d08ec7345a3942f780cc1d193')
+
+build() {
+cd ${srcdir}/gtk2hs-buildtools-$pkgver
+runhaskell Setup configure --prefix=/usr --docdir=/usr/share/doc/${pkgname}
+runhaskell Setup build
+}
+
+package() {
+cd ${srcdir}/gtk2hs-buildtools-$pkgver
+runhaskell Setup copy --destdir=${pkgdir}
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-12-16 14:52:40 UTC (rev 123981)
+++ community-x86_64/PKGBUILD   2014-12-16 14:52:58 UTC (rev 123982)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=gtk2hs-buildtools
-pkgver=0.12.5.2
-pkgrel=3
-pkgdesc=Tools to build the Gtk2Hs suite of User Interface libraries.
-url=http://hackage.haskell.org/package/gtk2hs-buildtools;
-license=('GPL2')
-arch=('i686' 'x86_64')
-options=('staticlibs')
-makedepends=('ghc' 'alex' 'happy' 'haskell-random' 'haskell-hashtables')
-depends=('gmp')
-provides=('haskell-gtk2hs-buildtools')
-source=(http://hackage.haskell.org/packages/archive/gtk2hs-buildtools/$pkgver/gtk2hs-buildtools-$pkgver.tar.gz;)
-md5sums=('dd39243ae579ab32236fbc17dbeec107')
-
-build() {
-cd ${srcdir}/gtk2hs-buildtools-$pkgver
-runhaskell Setup configure --prefix=/usr --docdir=/usr/share/doc/${pkgname}
-runhaskell Setup build
-}
-
-package() {
-cd ${srcdir}/gtk2hs-buildtools-$pkgver
-runhaskell Setup copy --destdir=${pkgdir}
-}

Copied: gtk2hs-buildtools/repos/community-x86_64/PKGBUILD (from rev 123981, 
gtk2hs-buildtools/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-12-16 14:52:58 UTC (rev 123982)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=gtk2hs-buildtools
+pkgver=0.13.0.3
+pkgrel=1
+pkgdesc=Tools to build the Gtk2Hs suite of User Interface libraries.
+url=http://hackage.haskell.org/package/gtk2hs-buildtools;
+license=('GPL2')
+arch=('i686' 'x86_64')
+options=('staticlibs')
+makedepends=('ghc' 'alex' 'happy' 'haskell-random' 'haskell-hashtables')
+depends=('gmp')

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

2014-12-16 Thread Sergej Pupykin
Date: Tuesday, December 16, 2014 @ 15:53:04
  Author: spupykin
Revision: 123983

upgpkg: haskell-cairo 0.13.0.5-1

upd

Modified:
  haskell-cairo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-16 14:52:58 UTC (rev 123982)
+++ PKGBUILD2014-12-16 14:53:04 UTC (rev 123983)
@@ -2,14 +2,14 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=haskell-cairo
-pkgver=0.12.5.3
-pkgrel=3
+pkgver=0.13.0.5
+pkgrel=1
 pkgdesc=Binding to the cairo library for Gtk2Hs.
 url=http://hackage.haskell.org/package/cairo;
 license=('LGPL2.1')
 arch=('i686' 'x86_64')
 # deps adjusted to specific versions in package()
-depends=('ghc' 'cairo' 'haskell-mtl' 'haskell-utf8-string')
+depends=('ghc' 'cairo' 'haskell-mtl' 'haskell-utf8-string' 'haskell-text')
 makedepends=(gtk2hs-buildtools)
 options=('strip' 'staticlibs')
 conflicts=('gtk2hs-cairo')
@@ -17,7 +17,7 @@
 replaces=('gtk2hs-cairo')
 install=gtk2hs-cairo.install
 
source=(http://hackage.haskell.org/packages/archive/cairo/$pkgver/cairo-$pkgver.tar.gz)
-md5sums=('bdc6368237da089034d59fea24ca2c5b')
+md5sums=('4ebcd0b1ac14404fb15b1aa5067301e6')
 
 build() {
 cd ${srcdir}/cairo-$pkgver


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

2014-12-16 Thread Sergej Pupykin
Date: Tuesday, December 16, 2014 @ 15:52:40
  Author: spupykin
Revision: 123981

upgpkg: gtk2hs-buildtools 0.13.0.3-1

upd

Modified:
  gtk2hs-buildtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-16 14:47:49 UTC (rev 123980)
+++ PKGBUILD2014-12-16 14:52:40 UTC (rev 123981)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=gtk2hs-buildtools
-pkgver=0.12.5.2
-pkgrel=3
+pkgver=0.13.0.3
+pkgrel=1
 pkgdesc=Tools to build the Gtk2Hs suite of User Interface libraries.
 url=http://hackage.haskell.org/package/gtk2hs-buildtools;
 license=('GPL2')
@@ -13,7 +13,7 @@
 depends=('gmp')
 provides=('haskell-gtk2hs-buildtools')
 
source=(http://hackage.haskell.org/packages/archive/gtk2hs-buildtools/$pkgver/gtk2hs-buildtools-$pkgver.tar.gz;)
-md5sums=('dd39243ae579ab32236fbc17dbeec107')
+md5sums=('d73f479d08ec7345a3942f780cc1d193')
 
 build() {
 cd ${srcdir}/gtk2hs-buildtools-$pkgver


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

2014-12-16 Thread Sergej Pupykin
Date: Tuesday, December 16, 2014 @ 15:53:20
  Author: spupykin
Revision: 123985

upgpkg: haskell-glib 0.13.0.6-1

upd

Modified:
  haskell-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-16 14:53:17 UTC (rev 123984)
+++ PKGBUILD2014-12-16 14:53:20 UTC (rev 123985)
@@ -2,14 +2,14 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=haskell-glib
-pkgver=0.12.5.4
-pkgrel=2
+pkgver=0.13.0.6
+pkgrel=1
 pkgdesc=Binding to the GLIB library for Gtk2Hs.
 url=http://hackage.haskell.org/package/glib;
 license=('LGPL2.1')
 arch=('i686' 'x86_64')
 # deps adjusted to specific versions in package()
-depends=('ghc' 'glib2' 'haskell-utf8-string')
+depends=('ghc' 'glib2' 'haskell-utf8-string' 'haskell-text')
 makedepends=(gtk2hs-buildtools)
 options=('strip' 'staticlibs')
 install=gtk2hs-glib.install
@@ -17,7 +17,7 @@
 replaces=('gtk2hs-glib')
 conflicts=('gtk2hs-glib')
 
source=(http://hackage.haskell.org/packages/archive/glib/$pkgver/glib-$pkgver.tar.gz)
-md5sums=('3923fd267072e99e4aad247e5147d319')
+md5sums=('43c832cf0a1e8bc82c4cc71a373d5f52')
 
 build() {
 cd glib-$pkgver


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

2014-12-16 Thread Sergej Pupykin
Date: Tuesday, December 16, 2014 @ 15:53:17
  Author: spupykin
Revision: 123984

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

Added:
  haskell-cairo/repos/community-i686/PKGBUILD
(from rev 123983, haskell-cairo/trunk/PKGBUILD)
  haskell-cairo/repos/community-i686/gtk2hs-cairo.install
(from rev 123983, haskell-cairo/trunk/gtk2hs-cairo.install)
  haskell-cairo/repos/community-x86_64/PKGBUILD
(from rev 123983, haskell-cairo/trunk/PKGBUILD)
  haskell-cairo/repos/community-x86_64/gtk2hs-cairo.install
(from rev 123983, haskell-cairo/trunk/gtk2hs-cairo.install)
Deleted:
  haskell-cairo/repos/community-i686/PKGBUILD
  haskell-cairo/repos/community-i686/gtk2hs-cairo.install
  haskell-cairo/repos/community-x86_64/PKGBUILD
  haskell-cairo/repos/community-x86_64/gtk2hs-cairo.install

---+
 /PKGBUILD |  106 
 /gtk2hs-cairo.install |   36 ++
 community-i686/PKGBUILD   |   53 
 community-i686/gtk2hs-cairo.install   |   18 -
 community-x86_64/PKGBUILD |   53 
 community-x86_64/gtk2hs-cairo.install |   18 -
 6 files changed, 142 insertions(+), 142 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-16 14:53:04 UTC (rev 123983)
+++ community-i686/PKGBUILD 2014-12-16 14:53:17 UTC (rev 123984)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=haskell-cairo
-pkgver=0.12.5.3
-pkgrel=3
-pkgdesc=Binding to the cairo library for Gtk2Hs.
-url=http://hackage.haskell.org/package/cairo;
-license=('LGPL2.1')
-arch=('i686' 'x86_64')
-# deps adjusted to specific versions in package()
-depends=('ghc' 'cairo' 'haskell-mtl' 'haskell-utf8-string')
-makedepends=(gtk2hs-buildtools)
-options=('strip' 'staticlibs')
-conflicts=('gtk2hs-cairo')
-provides=('gtk2hs-cairo')
-replaces=('gtk2hs-cairo')
-install=gtk2hs-cairo.install
-source=(http://hackage.haskell.org/packages/archive/cairo/$pkgver/cairo-$pkgver.tar.gz)
-md5sums=('bdc6368237da089034d59fea24ca2c5b')
-
-build() {
-cd ${srcdir}/cairo-$pkgver
-runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
-  --prefix=/usr --docdir=/usr/share/doc/haskell-cairo \
-  --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup haddock
-runhaskell Setup register   --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-_update_deps() {
-_ver=`pacman -Q $1 | cut -f2 -d\  | cut -f1 -d-`
-for i in `seq 0 $(expr ${#depends[@]} - 1)`; do
-if [ ${depends[$i]} == $1 ]; then
-depends[$i]=$1=${_ver}
-fi
-done
-}
-
-package() {
-_update_deps ghc
-_update_deps haskell-mtl
-
-cd ${srcdir}/cairo-${pkgver}
-install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/gtk2hs-cairo/register.sh
-install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/gtk2hs-cairo/unregister.sh
-install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-ln -s /usr/share/doc/haskell-cairo/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/cairo
-runhaskell Setup copy --destdir=${pkgdir}
-}

Copied: haskell-cairo/repos/community-i686/PKGBUILD (from rev 123983, 
haskell-cairo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-16 14:53:17 UTC (rev 123984)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=haskell-cairo
+pkgver=0.13.0.5
+pkgrel=1
+pkgdesc=Binding to the cairo library for Gtk2Hs.
+url=http://hackage.haskell.org/package/cairo;
+license=('LGPL2.1')
+arch=('i686' 'x86_64')
+# deps adjusted to specific versions in package()
+depends=('ghc' 'cairo' 'haskell-mtl' 'haskell-utf8-string' 'haskell-text')
+makedepends=(gtk2hs-buildtools)
+options=('strip' 'staticlibs')
+conflicts=('gtk2hs-cairo')
+provides=('gtk2hs-cairo')
+replaces=('gtk2hs-cairo')
+install=gtk2hs-cairo.install
+source=(http://hackage.haskell.org/packages/archive/cairo/$pkgver/cairo-$pkgver.tar.gz)
+md5sums=('4ebcd0b1ac14404fb15b1aa5067301e6')
+
+build() {
+cd ${srcdir}/cairo-$pkgver
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+  --prefix=/usr --docdir=/usr/share/doc/haskell-cairo \
+  --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+_update_deps() {
+_ver=`pacman -Q $1 | cut -f2 -d\  | cut -f1 -d-`
+for i in `seq 0 $(expr ${#depends[@]} - 1)`; do

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

2014-12-16 Thread Sergej Pupykin
Date: Tuesday, December 16, 2014 @ 15:53:33
  Author: spupykin
Revision: 123986

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

Added:
  haskell-glib/repos/community-i686/PKGBUILD
(from rev 123985, haskell-glib/trunk/PKGBUILD)
  haskell-glib/repos/community-i686/gtk2hs-glib.install
(from rev 123985, haskell-glib/trunk/gtk2hs-glib.install)
  haskell-glib/repos/community-x86_64/PKGBUILD
(from rev 123985, haskell-glib/trunk/PKGBUILD)
  haskell-glib/repos/community-x86_64/gtk2hs-glib.install
(from rev 123985, haskell-glib/trunk/gtk2hs-glib.install)
Deleted:
  haskell-glib/repos/community-i686/PKGBUILD
  haskell-glib/repos/community-i686/gtk2hs-glib.install
  haskell-glib/repos/community-x86_64/PKGBUILD
  haskell-glib/repos/community-x86_64/gtk2hs-glib.install

--+
 /PKGBUILD|  104 +
 /gtk2hs-glib.install |   36 +++
 community-i686/PKGBUILD  |   52 
 community-i686/gtk2hs-glib.install   |   18 -
 community-x86_64/PKGBUILD|   52 
 community-x86_64/gtk2hs-glib.install |   18 -
 6 files changed, 140 insertions(+), 140 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-16 14:53:20 UTC (rev 123985)
+++ community-i686/PKGBUILD 2014-12-16 14:53:33 UTC (rev 123986)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=haskell-glib
-pkgver=0.12.5.4
-pkgrel=2
-pkgdesc=Binding to the GLIB library for Gtk2Hs.
-url=http://hackage.haskell.org/package/glib;
-license=('LGPL2.1')
-arch=('i686' 'x86_64')
-# deps adjusted to specific versions in package()
-depends=('ghc' 'glib2' 'haskell-utf8-string')
-makedepends=(gtk2hs-buildtools)
-options=('strip' 'staticlibs')
-install=gtk2hs-glib.install
-provides=('gtk2hs-glib')
-replaces=('gtk2hs-glib')
-conflicts=('gtk2hs-glib')
-source=(http://hackage.haskell.org/packages/archive/glib/$pkgver/glib-$pkgver.tar.gz)
-md5sums=('3923fd267072e99e4aad247e5147d319')
-
-build() {
-cd glib-$pkgver
-runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
-  --prefix=/usr --docdir=/usr/share/doc/haskell-glib \
-  --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup haddock
-runhaskell Setup register   --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-_update_deps() {
-_ver=`pacman -Q $1 | cut -f2 -d\  | cut -f1 -d-`
-for i in `seq 0 $(expr ${#depends[@]} - 1)`; do
-if [ ${depends[$i]} == $1 ]; then
-depends[$i]=$1=${_ver}
-fi
-done
-}
-
-package() {
-_update_deps ghc
-
-cd ${srcdir}/glib-${pkgver}
-install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/gtk2hs-glib/register.sh
-install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/gtk2hs-glib/unregister.sh
-install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-ln -s /usr/share/doc/haskell-glib/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/glib
-runhaskell Setup copy --destdir=${pkgdir}
-}

Copied: haskell-glib/repos/community-i686/PKGBUILD (from rev 123985, 
haskell-glib/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-16 14:53:33 UTC (rev 123986)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=haskell-glib
+pkgver=0.13.0.6
+pkgrel=1
+pkgdesc=Binding to the GLIB library for Gtk2Hs.
+url=http://hackage.haskell.org/package/glib;
+license=('LGPL2.1')
+arch=('i686' 'x86_64')
+# deps adjusted to specific versions in package()
+depends=('ghc' 'glib2' 'haskell-utf8-string' 'haskell-text')
+makedepends=(gtk2hs-buildtools)
+options=('strip' 'staticlibs')
+install=gtk2hs-glib.install
+provides=('gtk2hs-glib')
+replaces=('gtk2hs-glib')
+conflicts=('gtk2hs-glib')
+source=(http://hackage.haskell.org/packages/archive/glib/$pkgver/glib-$pkgver.tar.gz)
+md5sums=('43c832cf0a1e8bc82c4cc71a373d5f52')
+
+build() {
+cd glib-$pkgver
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+  --prefix=/usr --docdir=/usr/share/doc/haskell-glib \
+  --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+_update_deps() {
+_ver=`pacman -Q $1 | cut -f2 -d\  | cut -f1 -d-`
+for i in `seq 0 $(expr ${#depends[@]} - 1)`; do
+if [ ${depends[$i]} == $1 ]; then
+depends[$i]=$1=${_ver}
+fi
+done
+}
+
+package() {
+

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

2014-12-16 Thread Sergej Pupykin
Date: Tuesday, December 16, 2014 @ 15:53:39
  Author: spupykin
Revision: 123987

upgpkg: haskell-gtk 0.13.3-1

upd

Modified:
  haskell-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-16 14:53:33 UTC (rev 123986)
+++ PKGBUILD2014-12-16 14:53:39 UTC (rev 123987)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=haskell-gtk
-pkgver=0.12.5.7
-pkgrel=2
+pkgver=0.13.3
+pkgrel=1
 pkgdesc=Binding to the gtk library for Gtk2Hs.
 url=http://hackage.haskell.org/package/gtk;
 license=('LGPL2.1')
@@ -16,7 +16,7 @@
 options=('strip' 'staticlibs')
 install=gtk2hs-gtk.install
 
source=(http://hackage.haskell.org/packages/archive/gtk/$pkgver/gtk-$pkgver.tar.gz)
-md5sums=('13020ad1f3f80a0d5b17c4e519172362')
+md5sums=('e2075e9397616ef7f5225205b0002c91')
 
 build() {
   cd ${srcdir}/gtk-${pkgver}


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

2014-12-16 Thread Sergej Pupykin
Date: Tuesday, December 16, 2014 @ 15:53:52
  Author: spupykin
Revision: 123988

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

Added:
  haskell-gtk/repos/community-i686/PKGBUILD
(from rev 123987, haskell-gtk/trunk/PKGBUILD)
  haskell-gtk/repos/community-i686/gtk2hs-gtk.install
(from rev 123987, haskell-gtk/trunk/gtk2hs-gtk.install)
  haskell-gtk/repos/community-x86_64/PKGBUILD
(from rev 123987, haskell-gtk/trunk/PKGBUILD)
  haskell-gtk/repos/community-x86_64/gtk2hs-gtk.install
(from rev 123987, haskell-gtk/trunk/gtk2hs-gtk.install)
Deleted:
  haskell-gtk/repos/community-i686/PKGBUILD
  haskell-gtk/repos/community-i686/gtk2hs-gtk.install
  haskell-gtk/repos/community-x86_64/PKGBUILD
  haskell-gtk/repos/community-x86_64/gtk2hs-gtk.install

-+
 /PKGBUILD   |  106 ++
 /gtk2hs-gtk.install |   36 +++
 community-i686/PKGBUILD |   53 -
 community-i686/gtk2hs-gtk.install   |   18 -
 community-x86_64/PKGBUILD   |   53 -
 community-x86_64/gtk2hs-gtk.install |   18 -
 6 files changed, 142 insertions(+), 142 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-16 14:53:39 UTC (rev 123987)
+++ community-i686/PKGBUILD 2014-12-16 14:53:52 UTC (rev 123988)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=haskell-gtk
-pkgver=0.12.5.7
-pkgrel=2
-pkgdesc=Binding to the gtk library for Gtk2Hs.
-url=http://hackage.haskell.org/package/gtk;
-license=('LGPL2.1')
-arch=('i686' 'x86_64')
-depends=('ghc' 'gtk2' haskell-pango 'haskell-mtl')
-makedepends=(gtk2hs-buildtools)
-provides=('gtk2hs-gtk')
-replaces=('gtk2hs-gtk')
-conflicts=('gtk2hs-gtk')
-options=('strip' 'staticlibs')
-install=gtk2hs-gtk.install
-source=(http://hackage.haskell.org/packages/archive/gtk/$pkgver/gtk-$pkgver.tar.gz)
-md5sums=('13020ad1f3f80a0d5b17c4e519172362')
-
-build() {
-  cd ${srcdir}/gtk-${pkgver}
-  runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
---prefix=/usr --docdir=/usr/share/doc/haskell-gtk \
---libsubdir=\$compiler/site-local/\$pkgid
-  runhaskell Setup build
-  runhaskell Setup haddock
-  runhaskell Setup register   --gen-script
-  runhaskell Setup unregister --gen-script
-  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-_update_deps() {
-_ver=`pacman -Q $1 | cut -f2 -d\  | cut -f1 -d-`
-for i in `seq 0 $(expr ${#depends[@]} - 1)`; do
-if [ ${depends[$i]} == $1 ]; then
-depends[$i]=$1=${_ver}
-fi
-done
-}
-
-package() {
-  _update_deps ghc
-  _update_deps haskell-mtl
-  _update_deps haskell-pango
-
-  cd ${srcdir}/gtk-${pkgver}
-  install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/gtk2hs-gtk/register.sh
-  install -m744 unregister.sh 
${pkgdir}/usr/share/haskell/gtk2hs-gtk/unregister.sh
-  install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-  ln -s /usr/share/doc/haskell-gtk/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/gtk2hs-gtk
-  runhaskell Setup copy --destdir=${pkgdir}
-}

Copied: haskell-gtk/repos/community-i686/PKGBUILD (from rev 123987, 
haskell-gtk/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-16 14:53:52 UTC (rev 123988)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=haskell-gtk
+pkgver=0.13.3
+pkgrel=1
+pkgdesc=Binding to the gtk library for Gtk2Hs.
+url=http://hackage.haskell.org/package/gtk;
+license=('LGPL2.1')
+arch=('i686' 'x86_64')
+depends=('ghc' 'gtk2' haskell-pango 'haskell-mtl')
+makedepends=(gtk2hs-buildtools)
+provides=('gtk2hs-gtk')
+replaces=('gtk2hs-gtk')
+conflicts=('gtk2hs-gtk')
+options=('strip' 'staticlibs')
+install=gtk2hs-gtk.install
+source=(http://hackage.haskell.org/packages/archive/gtk/$pkgver/gtk-$pkgver.tar.gz)
+md5sums=('e2075e9397616ef7f5225205b0002c91')
+
+build() {
+  cd ${srcdir}/gtk-${pkgver}
+  runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/haskell-gtk \
+--libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup haddock
+  runhaskell Setup register   --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+_update_deps() {
+_ver=`pacman -Q $1 | cut -f2 -d\  | cut -f1 -d-`
+for i in `seq 0 $(expr ${#depends[@]} - 1)`; do
+if [ ${depends[$i]} == $1 ]; then
+depends[$i]=$1=${_ver}
+fi
+done
+}
+
+package() {
+  _update_deps ghc
+  _update_deps haskell-mtl
+  _update_deps haskell-pango
+
+  cd ${srcdir}/gtk-${pkgver}
+  install -D -m744 

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

2014-12-16 Thread Sergej Pupykin
Date: Tuesday, December 16, 2014 @ 15:54:02
  Author: spupykin
Revision: 123989

upgpkg: haskell-pango 0.13.0.4-1

upd

Modified:
  haskell-pango/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-16 14:53:52 UTC (rev 123988)
+++ PKGBUILD2014-12-16 14:54:02 UTC (rev 123989)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=haskell-pango
-pkgver=0.12.5.3
-pkgrel=3
+pkgver=0.13.0.4
+pkgrel=1
 pkgdesc=Binding to the pango library for Gtk2Hs.
 url=http://hackage.haskell.org/package/pango;
 license=('LGPL2.1')
@@ -17,7 +17,7 @@
 options=('strip' 'staticlibs')
 install=gtk2hs-pango.install
 
source=(http://hackage.haskell.org/packages/archive/pango/${pkgver}/pango-${pkgver}.tar.gz)
-md5sums=('16dabd25374825c5df97997329f97464')
+md5sums=('46fed0649d5b7be7b76b2275d9fcde97')
 
 build() {
   cd ${srcdir}/pango-${pkgver}


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

2014-12-16 Thread Sergej Pupykin
Date: Tuesday, December 16, 2014 @ 15:54:15
  Author: spupykin
Revision: 123990

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

Added:
  haskell-pango/repos/community-i686/PKGBUILD
(from rev 123989, haskell-pango/trunk/PKGBUILD)
  haskell-pango/repos/community-i686/gtk2hs-pango.install
(from rev 123989, haskell-pango/trunk/gtk2hs-pango.install)
  haskell-pango/repos/community-x86_64/PKGBUILD
(from rev 123989, haskell-pango/trunk/PKGBUILD)
  haskell-pango/repos/community-x86_64/gtk2hs-pango.install
(from rev 123989, haskell-pango/trunk/gtk2hs-pango.install)
Deleted:
  haskell-pango/repos/community-i686/PKGBUILD
  haskell-pango/repos/community-i686/gtk2hs-pango.install
  haskell-pango/repos/community-x86_64/PKGBUILD
  haskell-pango/repos/community-x86_64/gtk2hs-pango.install

---+
 /PKGBUILD |  110 
 /gtk2hs-pango.install |   36 ++
 community-i686/PKGBUILD   |   55 
 community-i686/gtk2hs-pango.install   |   18 -
 community-x86_64/PKGBUILD |   55 
 community-x86_64/gtk2hs-pango.install |   18 -
 6 files changed, 146 insertions(+), 146 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-16 14:54:02 UTC (rev 123989)
+++ community-i686/PKGBUILD 2014-12-16 14:54:15 UTC (rev 123990)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=haskell-pango
-pkgver=0.12.5.3
-pkgrel=3
-pkgdesc=Binding to the pango library for Gtk2Hs.
-url=http://hackage.haskell.org/package/pango;
-license=('LGPL2.1')
-arch=('i686' 'x86_64')
-# deps adjusted to specific versions in package()
-depends=('ghc' 'pango' 'haskell-glib' 'haskell-cairo')
-makedepends=(gtk2hs-buildtools)
-provides=('gtk2hs-pango')
-replaces=('gtk2hs-pango')
-conflicts=('gtk2hs-pango')
-options=('strip' 'staticlibs')
-install=gtk2hs-pango.install
-source=(http://hackage.haskell.org/packages/archive/pango/${pkgver}/pango-${pkgver}.tar.gz)
-md5sums=('16dabd25374825c5df97997329f97464')
-
-build() {
-  cd ${srcdir}/pango-${pkgver}
-  runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
---prefix=/usr --docdir=/usr/share/doc/haskell-pango \
---libsubdir=\$compiler/site-local/\$pkgid
-  sed -i 's|import Foreign.C.Types.*(CULong, CUInt)|import Foreign.C.Types 
(CULong(..), CUInt(..))|' Graphics/Rendering/Pango/Types.chs
-  runhaskell Setup build
-  runhaskell Setup haddock
-  runhaskell Setup register --gen-script
-  runhaskell Setup unregister --gen-script
-  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-_update_deps() {
-_ver=`pacman -Q $1 | cut -f2 -d\  | cut -f1 -d-`
-for i in `seq 0 $(expr ${#depends[@]} - 1)`; do
-if [ ${depends[$i]} == $1 ]; then
-depends[$i]=$1=${_ver}
-fi
-done
-}
-
-package() {
-  _update_deps ghc
-  _update_deps haskell-glib
-  _update_deps haskell-cairo
-
-  cd ${srcdir}/pango-${pkgver}
-  install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/gtk2hs-pango/register.sh
-  install -m744 unregister.sh 
${pkgdir}/usr/share/haskell/gtk2hs-pango/unregister.sh
-  install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-  ln -s /usr/share/doc/haskell-pango/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/pango
-  runhaskell Setup copy --destdir=${pkgdir}
-}

Copied: haskell-pango/repos/community-i686/PKGBUILD (from rev 123989, 
haskell-pango/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-16 14:54:15 UTC (rev 123990)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=haskell-pango
+pkgver=0.13.0.4
+pkgrel=1
+pkgdesc=Binding to the pango library for Gtk2Hs.
+url=http://hackage.haskell.org/package/pango;
+license=('LGPL2.1')
+arch=('i686' 'x86_64')
+# deps adjusted to specific versions in package()
+depends=('ghc' 'pango' 'haskell-glib' 'haskell-cairo')
+makedepends=(gtk2hs-buildtools)
+provides=('gtk2hs-pango')
+replaces=('gtk2hs-pango')
+conflicts=('gtk2hs-pango')
+options=('strip' 'staticlibs')
+install=gtk2hs-pango.install
+source=(http://hackage.haskell.org/packages/archive/pango/${pkgver}/pango-${pkgver}.tar.gz)
+md5sums=('46fed0649d5b7be7b76b2275d9fcde97')
+
+build() {
+  cd ${srcdir}/pango-${pkgver}
+  runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/haskell-pango \
+--libsubdir=\$compiler/site-local/\$pkgid
+  sed -i 's|import Foreign.C.Types.*(CULong, CUInt)|import Foreign.C.Types 
(CULong(..), CUInt(..))|' Graphics/Rendering/Pango/Types.chs
+  runhaskell Setup build
+  runhaskell Setup haddock
+  runhaskell Setup register --gen-script
+  

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

2014-12-16 Thread Sergej Pupykin
Date: Tuesday, December 16, 2014 @ 15:54:32
  Author: spupykin
Revision: 123992

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

Added:
  haskell-primitive/repos/community-i686/PKGBUILD
(from rev 123991, haskell-primitive/trunk/PKGBUILD)
  haskell-primitive/repos/community-i686/haskell-primitive.install
(from rev 123991, haskell-primitive/trunk/haskell-primitive.install)
  haskell-primitive/repos/community-x86_64/PKGBUILD
(from rev 123991, haskell-primitive/trunk/PKGBUILD)
  haskell-primitive/repos/community-x86_64/haskell-primitive.install
(from rev 123991, haskell-primitive/trunk/haskell-primitive.install)
Deleted:
  haskell-primitive/repos/community-i686/PKGBUILD
  haskell-primitive/repos/community-i686/haskell-primitive.install
  haskell-primitive/repos/community-x86_64/PKGBUILD
  haskell-primitive/repos/community-x86_64/haskell-primitive.install

+
 /PKGBUILD  |   88 +++
 /haskell-primitive.install |   52 +++
 community-i686/PKGBUILD|   42 
 community-i686/haskell-primitive.install   |   26 ---
 community-x86_64/PKGBUILD  |   42 
 community-x86_64/haskell-primitive.install |   26 ---
 6 files changed, 140 insertions(+), 136 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-16 14:54:19 UTC (rev 123991)
+++ community-i686/PKGBUILD 2014-12-16 14:54:32 UTC (rev 123992)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=haskell-primitive
-pkgver=0.5.2.1
-pkgrel=5
-pkgdesc=Wrappers for primitive operations
-url=http://hackage.haskell.org/package/primitive;
-license=(custom:BSD3)
-arch=('i686' 'x86_64')
-makedepends=()
-depends=(ghc=7.8.3-1)
-options=('strip' 'staticlibs')
-install=${pkgname}.install
-source=(http://hackage.haskell.org/packages/archive/primitive/${pkgver}/primitive-${pkgver}.tar.gz;)
-sha256sums=('0e516b81c2ef2c96d47dc40561663cc2cbfece0f135948e77e9b53025ff1c3ee')
-
-build() {
-  cd ${srcdir}/primitive-${pkgver}
-  runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
---prefix=/usr --docdir=/usr/share/doc/${pkgname} \
---libsubdir=\$compiler/site-local/\$pkgid
-  runhaskell Setup build
-  runhaskell Setup haddock
-  runhaskell Setup register --gen-script
-  runhaskell Setup unregister --gen-script
-  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-package() {
-  _ghcver=`pacman -Q ghc | cut -f2 -d\  | cut -f1 -d-`
-  depends=(ghc=${_ghcver})
-
-  cd ${srcdir}/primitive-${pkgver}
-  install -Dm744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
-  install -m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
-  install -dm755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-  ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/primitive
-  runhaskell Setup copy --destdir=${pkgdir}
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
-}

Copied: haskell-primitive/repos/community-i686/PKGBUILD (from rev 123991, 
haskell-primitive/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-16 14:54:32 UTC (rev 123992)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=haskell-primitive
+pkgver=0.5.4.0
+pkgrel=1
+pkgdesc=Wrappers for primitive operations
+url=http://hackage.haskell.org/package/primitive;
+license=(custom:BSD3)
+arch=('i686' 'x86_64')
+makedepends=()
+depends=(ghc)
+options=('strip' 'staticlibs')
+install=${pkgname}.install
+source=(http://hackage.haskell.org/packages/archive/primitive/${pkgver}/primitive-${pkgver}.tar.gz;)
+sha256sums=('0e516b81c2ef2c96d47dc40561663cc2cbfece0f135948e77e9b53025ff1c3ee')
+sha256sums=('203c2a288a65ef6b75d2150d6f91f8204aa437add108d8e16cb9f581867ced15')
+sha256sums=('203c2a288a65ef6b75d2150d6f91f8204aa437add108d8e16cb9f581867ced15')
+
+build() {
+  cd ${srcdir}/primitive-${pkgver}
+  runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/${pkgname} \
+--libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup haddock
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+  _ghcver=`pacman -Q ghc | cut -f2 -d\  | cut -f1 -d-`
+  depends=(ghc=${_ghcver})
+
+  cd ${srcdir}/primitive-${pkgver}
+  install -Dm744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+  install -m744 unregister.sh 

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

2014-12-16 Thread Sergej Pupykin
Date: Tuesday, December 16, 2014 @ 15:54:50
  Author: spupykin
Revision: 123994

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

Added:
  haskell-text/repos/community-i686/PKGBUILD
(from rev 123993, haskell-text/trunk/PKGBUILD)
  haskell-text/repos/community-i686/haskell-text.install
(from rev 123993, haskell-text/trunk/haskell-text.install)
  haskell-text/repos/community-x86_64/PKGBUILD
(from rev 123993, haskell-text/trunk/PKGBUILD)
  haskell-text/repos/community-x86_64/haskell-text.install
(from rev 123993, haskell-text/trunk/haskell-text.install)
Deleted:
  haskell-text/repos/community-i686/PKGBUILD
  haskell-text/repos/community-i686/haskell-text.install
  haskell-text/repos/community-x86_64/PKGBUILD
  haskell-text/repos/community-x86_64/haskell-text.install

---+
 /PKGBUILD |  100 
 /haskell-text.install |   70 ++
 community-i686/PKGBUILD   |   50 
 community-i686/haskell-text.install   |   35 ---
 community-x86_64/PKGBUILD |   50 
 community-x86_64/haskell-text.install |   35 ---
 6 files changed, 170 insertions(+), 170 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-16 14:54:36 UTC (rev 123993)
+++ community-i686/PKGBUILD 2014-12-16 14:54:50 UTC (rev 123994)
@@ -1,50 +0,0 @@
-# Maintainer: Thomas Dziedzic gos...@gmail.com
-
-_hkgname=text
-pkgname=haskell-text
-pkgver=1.1.1.3
-pkgrel=1
-pkgdesc=An efficient packed Unicode text type.
-url=http://hackage.haskell.org/package/${_hkgname};
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-options=('staticlibs')
-depends=('ghc=7.8.3' 'sh')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-install=${pkgname}.install
-md5sums=('9cc52915c12489e667b54bc9602cd442')
-
-build() {
-  cd ${_hkgname}-${pkgver}
-
-  runhaskell Setup configure -O -p \
---enable-split-objs \
---enable-shared \
---prefix=/usr \
---docdir=/usr/share/doc/${pkgname} \
---libsubdir=\$compiler/site-local/\$pkgid
-
-  runhaskell Setup build
-
-  runhaskell Setup haddock
-
-  runhaskell Setup register   --gen-script
-  runhaskell Setup unregister --gen-script
-  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-package() {
-  cd ${_hkgname}-${pkgver}
-
-  install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
-  install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
-
-  install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-  ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
-
-  runhaskell Setup copy --destdir=${pkgdir}
-
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
-}
-

Copied: haskell-text/repos/community-i686/PKGBUILD (from rev 123993, 
haskell-text/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-16 14:54:50 UTC (rev 123994)
@@ -0,0 +1,50 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+
+_hkgname=text
+pkgname=haskell-text
+pkgver=1.2.0.3
+pkgrel=1
+pkgdesc=An efficient packed Unicode text type.
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+options=('staticlibs')
+depends=('ghc=7.8.3' 'sh')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install=${pkgname}.install
+md5sums=('50e6cc18e037be6ef5a3cf28b4a94b8d')
+
+build() {
+  cd ${_hkgname}-${pkgver}
+
+  runhaskell Setup configure -O -p \
+--enable-split-objs \
+--enable-shared \
+--prefix=/usr \
+--docdir=/usr/share/doc/${pkgname} \
+--libsubdir=\$compiler/site-local/\$pkgid
+
+  runhaskell Setup build
+
+  runhaskell Setup haddock
+
+  runhaskell Setup register   --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+  cd ${_hkgname}-${pkgver}
+
+  install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+  install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+
+  install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+  ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+
+  runhaskell Setup copy --destdir=${pkgdir}
+
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}
+

Deleted: community-i686/haskell-text.install

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

2014-12-16 Thread Sergej Pupykin
Date: Tuesday, December 16, 2014 @ 15:54:36
  Author: spupykin
Revision: 123993

upgpkg: haskell-text 1.2.0.3-1

upd

Modified:
  haskell-text/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-16 14:54:32 UTC (rev 123992)
+++ PKGBUILD2014-12-16 14:54:36 UTC (rev 123993)
@@ -2,7 +2,7 @@
 
 _hkgname=text
 pkgname=haskell-text
-pkgver=1.1.1.3
+pkgver=1.2.0.3
 pkgrel=1
 pkgdesc=An efficient packed Unicode text type.
 url=http://hackage.haskell.org/package/${_hkgname};
@@ -12,7 +12,7 @@
 depends=('ghc=7.8.3' 'sh')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install=${pkgname}.install
-md5sums=('9cc52915c12489e667b54bc9602cd442')
+md5sums=('50e6cc18e037be6ef5a3cf28b4a94b8d')
 
 build() {
   cd ${_hkgname}-${pkgver}


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

2014-12-16 Thread Sergej Pupykin
Date: Tuesday, December 16, 2014 @ 15:54:19
  Author: spupykin
Revision: 123991

upgpkg: haskell-primitive 0.5.4.0-1

upd

Modified:
  haskell-primitive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-16 14:54:15 UTC (rev 123990)
+++ PKGBUILD2014-12-16 14:54:19 UTC (rev 123991)
@@ -2,18 +2,20 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=haskell-primitive
-pkgver=0.5.2.1
-pkgrel=5
+pkgver=0.5.4.0
+pkgrel=1
 pkgdesc=Wrappers for primitive operations
 url=http://hackage.haskell.org/package/primitive;
 license=(custom:BSD3)
 arch=('i686' 'x86_64')
 makedepends=()
-depends=(ghc=7.8.3-1)
+depends=(ghc)
 options=('strip' 'staticlibs')
 install=${pkgname}.install
 
source=(http://hackage.haskell.org/packages/archive/primitive/${pkgver}/primitive-${pkgver}.tar.gz;)
 sha256sums=('0e516b81c2ef2c96d47dc40561663cc2cbfece0f135948e77e9b53025ff1c3ee')
+sha256sums=('203c2a288a65ef6b75d2150d6f91f8204aa437add108d8e16cb9f581867ced15')
+sha256sums=('203c2a288a65ef6b75d2150d6f91f8204aa437add108d8e16cb9f581867ced15')
 
 build() {
   cd ${srcdir}/primitive-${pkgver}


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

2014-12-16 Thread Sergej Pupykin
Date: Tuesday, December 16, 2014 @ 16:11:55
  Author: spupykin
Revision: 123995

upgpkg: haskell-hslogger 1.2.6-1

upd

Modified:
  haskell-hslogger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-16 14:54:50 UTC (rev 123994)
+++ PKGBUILD2014-12-16 15:11:55 UTC (rev 123995)
@@ -3,8 +3,8 @@
 # Maintainer: Arch Haskell Team arch-hask...@haskell.org
 
 pkgname=haskell-hslogger
-pkgver=1.2.3
-pkgrel=3
+pkgver=1.2.6
+pkgrel=1
 pkgdesc=Versatile logging framework
 url=http://hackage.haskell.org/package/hslogger;
 license=('LGPL')
@@ -14,7 +14,7 @@
 install=${pkgname}.install
 
source=(http://hackage.haskell.org/packages/archive/hslogger/${pkgver}/hslogger-${pkgver}.tar.gz;
 '0001-relax-network-upper-bound-to-2.6.patch')
-md5sums=('4047e50789860c8ac3e8998f7de68ca5'
+md5sums=('873f0641d59621c0d9803120915b8094'
  '14b3339395dcb5ba666987bc6aac998e')
 
 build() {
@@ -21,7 +21,7 @@
   cd ${srcdir}/hslogger-${pkgver}
 
   # upstream bug: https://github.com/jgoerzen/hslogger/pull/22
-  patch -Np1 -i ${srcdir}/0001-relax-network-upper-bound-to-2.6.patch
+#  patch -Np1 -i ${srcdir}/0001-relax-network-upper-bound-to-2.6.patch
 
   runhaskell Setup configure -p --prefix=/usr 
--docdir=/usr/share/doc/${pkgname} -O \
--enable-split-objs --enable-shared 
--libsubdir=\$compiler/site-local/\$pkgid \


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

2014-12-16 Thread Sergej Pupykin
Date: Tuesday, December 16, 2014 @ 16:12:20
  Author: spupykin
Revision: 123998

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

Added:
  haskell-vector/repos/community-i686/PKGBUILD
(from rev 123997, haskell-vector/trunk/PKGBUILD)
  haskell-vector/repos/community-i686/haskell-vector.install
(from rev 123997, haskell-vector/trunk/haskell-vector.install)
  haskell-vector/repos/community-x86_64/PKGBUILD
(from rev 123997, haskell-vector/trunk/PKGBUILD)
  haskell-vector/repos/community-x86_64/haskell-vector.install
(from rev 123997, haskell-vector/trunk/haskell-vector.install)
Deleted:
  haskell-vector/repos/community-i686/PKGBUILD
  haskell-vector/repos/community-i686/haskell-vector.install
  haskell-vector/repos/community-x86_64/PKGBUILD
  haskell-vector/repos/community-x86_64/haskell-vector.install

-+
 /PKGBUILD   |   90 ++
 /haskell-vector.install |   52 +
 community-i686/PKGBUILD |   43 --
 community-i686/haskell-vector.install   |   26 
 community-x86_64/PKGBUILD   |   43 --
 community-x86_64/haskell-vector.install |   26 
 6 files changed, 142 insertions(+), 138 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-16 15:12:08 UTC (rev 123997)
+++ community-i686/PKGBUILD 2014-12-16 15:12:20 UTC (rev 123998)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=haskell-vector
-pkgver=0.10.9.1
-pkgrel=4
-pkgdesc=Efficient Arrays
-url=http://code.haskell.org/vector;
-license=(custom:BSD3)
-arch=('i686' 'x86_64')
-makedepends=()
-# deps adjusted to specific versions in package()
-depends=(ghc=7.8.3-1 haskell-primitive)
-options=('strip' 'staticlibs')
-install=${pkgname}.install
-source=(http://hackage.haskell.org/packages/archive/vector/${pkgver}/vector-${pkgver}.tar.gz;)
-sha256sums=('205656e9741aad406e427e988dbf1665bf5dbdf3e9d574e309c274be4e06bde5')
-
-build() {
-  cd ${srcdir}/vector-${pkgver}
-  runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
---prefix=/usr --docdir=/usr/share/doc/${pkgname} \
---libsubdir=\$compiler/site-local/\$pkgid
-  runhaskell Setup build
-  runhaskell Setup haddock
-  runhaskell Setup register --gen-script
-  runhaskell Setup unregister --gen-script
-  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-package() {
-  _ghcver=`pacman -Q ghc | cut -f2 -d\  | cut -f1 -d-`
-  depends=(ghc=${_ghcver} haskell-primitive)
-
-  cd ${srcdir}/vector-${pkgver}
-  install -Dm744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
-  install -Dm744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
-  install -dm755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-  ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/vector
-  runhaskell Setup copy --destdir=${pkgdir}
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
-}

Copied: haskell-vector/repos/community-i686/PKGBUILD (from rev 123997, 
haskell-vector/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-16 15:12:20 UTC (rev 123998)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=haskell-vector
+pkgver=0.10.12.2
+pkgrel=1
+pkgdesc=Efficient Arrays
+url=http://code.haskell.org/vector;
+license=(custom:BSD3)
+arch=('i686' 'x86_64')
+makedepends=()
+# deps adjusted to specific versions in package()
+depends=(ghc haskell-primitive)
+options=('strip' 'staticlibs')
+install=${pkgname}.install
+source=(http://hackage.haskell.org/packages/archive/vector/${pkgver}/vector-${pkgver}.tar.gz;)
+sha256sums=('205656e9741aad406e427e988dbf1665bf5dbdf3e9d574e309c274be4e06bde5')
+sha256sums=('455427a217e98cc20af71906700bf36fed265ac15b7fb21b78a0a61f66380c06')
+sha256sums=('455427a217e98cc20af71906700bf36fed265ac15b7fb21b78a0a61f66380c06')
+
+build() {
+  cd ${srcdir}/vector-${pkgver}
+  runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/${pkgname} \
+--libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup haddock
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+  _ghcver=`pacman -Q ghc | cut -f2 -d\  | cut -f1 -d-`
+  depends=(ghc=${_ghcver} haskell-primitive)
+
+  cd ${srcdir}/vector-${pkgver}
+  install -Dm744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+  install -Dm744 unregister.sh 

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

2014-12-16 Thread Sergej Pupykin
Date: Tuesday, December 16, 2014 @ 16:12:08
  Author: spupykin
Revision: 123997

upgpkg: haskell-vector 0.10.12.2-1

upd

Modified:
  haskell-vector/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-16 15:12:05 UTC (rev 123996)
+++ PKGBUILD2014-12-16 15:12:08 UTC (rev 123997)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=haskell-vector
-pkgver=0.10.9.1
-pkgrel=4
+pkgver=0.10.12.2
+pkgrel=1
 pkgdesc=Efficient Arrays
 url=http://code.haskell.org/vector;
 license=(custom:BSD3)
@@ -10,11 +10,13 @@
 arch=('i686' 'x86_64')
 makedepends=()
 # deps adjusted to specific versions in package()
-depends=(ghc=7.8.3-1 haskell-primitive)
+depends=(ghc haskell-primitive)
 options=('strip' 'staticlibs')
 install=${pkgname}.install
 
source=(http://hackage.haskell.org/packages/archive/vector/${pkgver}/vector-${pkgver}.tar.gz;)
 sha256sums=('205656e9741aad406e427e988dbf1665bf5dbdf3e9d574e309c274be4e06bde5')
+sha256sums=('455427a217e98cc20af71906700bf36fed265ac15b7fb21b78a0a61f66380c06')
+sha256sums=('455427a217e98cc20af71906700bf36fed265ac15b7fb21b78a0a61f66380c06')
 
 build() {
   cd ${srcdir}/vector-${pkgver}


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

2014-12-16 Thread Sergej Pupykin
Date: Tuesday, December 16, 2014 @ 16:12:05
  Author: spupykin
Revision: 123996

archrelease: copy trunk to community-i686

Added:
  
haskell-hslogger/repos/community-i686/0001-relax-network-upper-bound-to-2.6.patch
(from rev 123995, 
haskell-hslogger/trunk/0001-relax-network-upper-bound-to-2.6.patch)
  haskell-hslogger/repos/community-i686/PKGBUILD
(from rev 123995, haskell-hslogger/trunk/PKGBUILD)
  haskell-hslogger/repos/community-i686/haskell-hslogger.install
(from rev 123995, haskell-hslogger/trunk/haskell-hslogger.install)
Deleted:
  
haskell-hslogger/repos/community-i686/0001-relax-network-upper-bound-to-2.6.patch
  haskell-hslogger/repos/community-i686/PKGBUILD
  haskell-hslogger/repos/community-i686/haskell-hslogger.install

-+
 0001-relax-network-upper-bound-to-2.6.patch |   50 +++
 PKGBUILD|   86 +-
 haskell-hslogger.install|   36 +-
 3 files changed, 86 insertions(+), 86 deletions(-)

Deleted: 0001-relax-network-upper-bound-to-2.6.patch
===
--- 0001-relax-network-upper-bound-to-2.6.patch 2014-12-16 15:11:55 UTC (rev 
123995)
+++ 0001-relax-network-upper-bound-to-2.6.patch 2014-12-16 15:12:05 UTC (rev 
123996)
@@ -1,25 +0,0 @@
-From 118f8134e1d2f7578cba5474b00f3b1cbd1219e3 Mon Sep 17 00:00:00 2001
-From: Thomas Dziedzic gos...@gmail.com
-Date: Sun, 27 Apr 2014 19:38:59 -0700
-Subject: [PATCH] relax network upper bound to 2.6
-

- hslogger.cabal | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/hslogger.cabal b/hslogger.cabal
-index 3e0ca27..74c262a 100644
 a/hslogger.cabal
-+++ b/hslogger.cabal
-@@ -42,7 +42,7 @@ Library
- System.Log.Handler.Growl, System.Log.Handler.Log4jXML,
- System.Log.Logger
- Extensions: CPP, ExistentialQuantification
--Build-Depends: network  2.5, mtl
-+Build-Depends: network  2.6, mtl
- if !os(windows)
- Build-Depends: unix
- if flag(small_base)
--- 
-1.9.2
-

Copied: 
haskell-hslogger/repos/community-i686/0001-relax-network-upper-bound-to-2.6.patch
 (from rev 123995, 
haskell-hslogger/trunk/0001-relax-network-upper-bound-to-2.6.patch)
===
--- 0001-relax-network-upper-bound-to-2.6.patch (rev 0)
+++ 0001-relax-network-upper-bound-to-2.6.patch 2014-12-16 15:12:05 UTC (rev 
123996)
@@ -0,0 +1,25 @@
+From 118f8134e1d2f7578cba5474b00f3b1cbd1219e3 Mon Sep 17 00:00:00 2001
+From: Thomas Dziedzic gos...@gmail.com
+Date: Sun, 27 Apr 2014 19:38:59 -0700
+Subject: [PATCH] relax network upper bound to 2.6
+
+---
+ hslogger.cabal | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/hslogger.cabal b/hslogger.cabal
+index 3e0ca27..74c262a 100644
+--- a/hslogger.cabal
 b/hslogger.cabal
+@@ -42,7 +42,7 @@ Library
+ System.Log.Handler.Growl, System.Log.Handler.Log4jXML,
+ System.Log.Logger
+ Extensions: CPP, ExistentialQuantification
+-Build-Depends: network  2.5, mtl
++Build-Depends: network  2.6, mtl
+ if !os(windows)
+ Build-Depends: unix
+ if flag(small_base)
+-- 
+1.9.2
+

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-16 15:11:55 UTC (rev 123995)
+++ PKGBUILD2014-12-16 15:12:05 UTC (rev 123996)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Arch Haskell Team arch-hask...@haskell.org
-
-pkgname=haskell-hslogger
-pkgver=1.2.3
-pkgrel=3
-pkgdesc=Versatile logging framework
-url=http://hackage.haskell.org/package/hslogger;
-license=('LGPL')
-arch=('i686' 'x86_64')
-depends=('ghc' 'haskell-mtl' 'haskell-network')
-options=('staticlibs')
-install=${pkgname}.install
-source=(http://hackage.haskell.org/packages/archive/hslogger/${pkgver}/hslogger-${pkgver}.tar.gz;
-'0001-relax-network-upper-bound-to-2.6.patch')
-md5sums=('4047e50789860c8ac3e8998f7de68ca5'
- '14b3339395dcb5ba666987bc6aac998e')
-
-build() {
-  cd ${srcdir}/hslogger-${pkgver}
-
-  # upstream bug: https://github.com/jgoerzen/hslogger/pull/22
-  patch -Np1 -i ${srcdir}/0001-relax-network-upper-bound-to-2.6.patch
-
-  runhaskell Setup configure -p --prefix=/usr 
--docdir=/usr/share/doc/${pkgname} -O \
-   --enable-split-objs --enable-shared 
--libsubdir=\$compiler/site-local/\$pkgid \
-   --enable-library-profiling
-  runhaskell Setup build
-  runhaskell Setup haddock
-  runhaskell Setup register   --gen-script
-  runhaskell Setup unregister --gen-script
-  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-package() {
-  cd ${srcdir}/hslogger-${pkgver}
-  install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
-  install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
-  

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

2014-12-16 Thread Sergej Pupykin
Date: Tuesday, December 16, 2014 @ 16:13:11
  Author: spupykin
Revision: 123999

archrelease: copy trunk to community-x86_64

Added:
  
haskell-hslogger/repos/community-x86_64/0001-relax-network-upper-bound-to-2.6.patch
(from rev 123998, 
haskell-hslogger/trunk/0001-relax-network-upper-bound-to-2.6.patch)
  haskell-hslogger/repos/community-x86_64/PKGBUILD
(from rev 123998, haskell-hslogger/trunk/PKGBUILD)
  haskell-hslogger/repos/community-x86_64/haskell-hslogger.install
(from rev 123998, haskell-hslogger/trunk/haskell-hslogger.install)
Deleted:
  
haskell-hslogger/repos/community-x86_64/0001-relax-network-upper-bound-to-2.6.patch
  haskell-hslogger/repos/community-x86_64/PKGBUILD
  haskell-hslogger/repos/community-x86_64/haskell-hslogger.install

-+
 0001-relax-network-upper-bound-to-2.6.patch |   50 +++
 PKGBUILD|   86 +-
 haskell-hslogger.install|   36 +-
 3 files changed, 86 insertions(+), 86 deletions(-)

Deleted: 0001-relax-network-upper-bound-to-2.6.patch
===
--- 0001-relax-network-upper-bound-to-2.6.patch 2014-12-16 15:12:20 UTC (rev 
123998)
+++ 0001-relax-network-upper-bound-to-2.6.patch 2014-12-16 15:13:11 UTC (rev 
123999)
@@ -1,25 +0,0 @@
-From 118f8134e1d2f7578cba5474b00f3b1cbd1219e3 Mon Sep 17 00:00:00 2001
-From: Thomas Dziedzic gos...@gmail.com
-Date: Sun, 27 Apr 2014 19:38:59 -0700
-Subject: [PATCH] relax network upper bound to 2.6
-

- hslogger.cabal | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/hslogger.cabal b/hslogger.cabal
-index 3e0ca27..74c262a 100644
 a/hslogger.cabal
-+++ b/hslogger.cabal
-@@ -42,7 +42,7 @@ Library
- System.Log.Handler.Growl, System.Log.Handler.Log4jXML,
- System.Log.Logger
- Extensions: CPP, ExistentialQuantification
--Build-Depends: network  2.5, mtl
-+Build-Depends: network  2.6, mtl
- if !os(windows)
- Build-Depends: unix
- if flag(small_base)
--- 
-1.9.2
-

Copied: 
haskell-hslogger/repos/community-x86_64/0001-relax-network-upper-bound-to-2.6.patch
 (from rev 123998, 
haskell-hslogger/trunk/0001-relax-network-upper-bound-to-2.6.patch)
===
--- 0001-relax-network-upper-bound-to-2.6.patch (rev 0)
+++ 0001-relax-network-upper-bound-to-2.6.patch 2014-12-16 15:13:11 UTC (rev 
123999)
@@ -0,0 +1,25 @@
+From 118f8134e1d2f7578cba5474b00f3b1cbd1219e3 Mon Sep 17 00:00:00 2001
+From: Thomas Dziedzic gos...@gmail.com
+Date: Sun, 27 Apr 2014 19:38:59 -0700
+Subject: [PATCH] relax network upper bound to 2.6
+
+---
+ hslogger.cabal | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/hslogger.cabal b/hslogger.cabal
+index 3e0ca27..74c262a 100644
+--- a/hslogger.cabal
 b/hslogger.cabal
+@@ -42,7 +42,7 @@ Library
+ System.Log.Handler.Growl, System.Log.Handler.Log4jXML,
+ System.Log.Logger
+ Extensions: CPP, ExistentialQuantification
+-Build-Depends: network  2.5, mtl
++Build-Depends: network  2.6, mtl
+ if !os(windows)
+ Build-Depends: unix
+ if flag(small_base)
+-- 
+1.9.2
+

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-16 15:12:20 UTC (rev 123998)
+++ PKGBUILD2014-12-16 15:13:11 UTC (rev 123999)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Arch Haskell Team arch-hask...@haskell.org
-
-pkgname=haskell-hslogger
-pkgver=1.2.3
-pkgrel=3
-pkgdesc=Versatile logging framework
-url=http://hackage.haskell.org/package/hslogger;
-license=('LGPL')
-arch=('i686' 'x86_64')
-depends=('ghc' 'haskell-mtl' 'haskell-network')
-options=('staticlibs')
-install=${pkgname}.install
-source=(http://hackage.haskell.org/packages/archive/hslogger/${pkgver}/hslogger-${pkgver}.tar.gz;
-'0001-relax-network-upper-bound-to-2.6.patch')
-md5sums=('4047e50789860c8ac3e8998f7de68ca5'
- '14b3339395dcb5ba666987bc6aac998e')
-
-build() {
-  cd ${srcdir}/hslogger-${pkgver}
-
-  # upstream bug: https://github.com/jgoerzen/hslogger/pull/22
-  patch -Np1 -i ${srcdir}/0001-relax-network-upper-bound-to-2.6.patch
-
-  runhaskell Setup configure -p --prefix=/usr 
--docdir=/usr/share/doc/${pkgname} -O \
-   --enable-split-objs --enable-shared 
--libsubdir=\$compiler/site-local/\$pkgid \
-   --enable-library-profiling
-  runhaskell Setup build
-  runhaskell Setup haddock
-  runhaskell Setup register   --gen-script
-  runhaskell Setup unregister --gen-script
-  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-package() {
-  cd ${srcdir}/hslogger-${pkgver}
-  install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
-  install-m744 unregister.sh 

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

2014-12-16 Thread Massimiliano Torromeo
Date: Tuesday, December 16, 2014 @ 16:42:21
  Author: mtorromeo
Revision: 124000

upgpkg: elasticsearch 1.4.2-1

Updated to 1.4.2

Modified:
  elasticsearch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-16 15:13:11 UTC (rev 123999)
+++ PKGBUILD2014-12-16 15:42:21 UTC (rev 124000)
@@ -4,7 +4,7 @@
 # Refactored by Blaž Speed Hrastnik https://github.com/archSeer
 
 pkgname=elasticsearch
-pkgver=1.4.1
+pkgver=1.4.2
 pkgrel=1
 pkgdesc=Distributed RESTful search engine built on top of Lucene
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
   elasticsearch-tmpfile.conf
   elasticsearch.default
 )
-sha256sums=('ea7c8da420764a75c08273c2b1aa3240adb00fb74e3acfab27ca5c62627abd98'
+sha256sums=('31dd6c049745f7dac201f94852b778b0841d6869d358fd80d4c897d0bf73b53c'
 '8f1b4f6e22b472a4f4e711f010d6733a06935b46bb7314360f27c2ab506d6e46'
 '7c1e06cdf838b5ad090e0463de5dab3e8d62f0d7e6ac04e0b0049a4007dee612'
 'b3feb1e9c7e7ce6b33cea6c727728ed700332aae942ca475c3bcc1d56b9f113c'


[arch-commits] Commit in elasticsearch/repos (32 files)

2014-12-16 Thread Massimiliano Torromeo
Date: Tuesday, December 16, 2014 @ 16:43:20
  Author: mtorromeo
Revision: 124001

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

Added:
  elasticsearch/repos/community-i686/PKGBUILD
(from rev 124000, elasticsearch/trunk/PKGBUILD)
  elasticsearch/repos/community-i686/elasticsearch-sysctl.conf
(from rev 124000, elasticsearch/trunk/elasticsearch-sysctl.conf)
  elasticsearch/repos/community-i686/elasticsearch-tmpfile.conf
(from rev 124000, elasticsearch/trunk/elasticsearch-tmpfile.conf)
  elasticsearch/repos/community-i686/elasticsearch-user.conf
(from rev 124000, elasticsearch/trunk/elasticsearch-user.conf)
  elasticsearch/repos/community-i686/elasticsearch.default
(from rev 124000, elasticsearch/trunk/elasticsearch.default)
  elasticsearch/repos/community-i686/elasticsearch.install
(from rev 124000, elasticsearch/trunk/elasticsearch.install)
  elasticsearch/repos/community-i686/elasticsearch.service
(from rev 124000, elasticsearch/trunk/elasticsearch.service)
  elasticsearch/repos/community-i686/elasticsearch@.service
(from rev 124000, elasticsearch/trunk/elasticsearch@.service)
  elasticsearch/repos/community-x86_64/PKGBUILD
(from rev 124000, elasticsearch/trunk/PKGBUILD)
  elasticsearch/repos/community-x86_64/elasticsearch-sysctl.conf
(from rev 124000, elasticsearch/trunk/elasticsearch-sysctl.conf)
  elasticsearch/repos/community-x86_64/elasticsearch-tmpfile.conf
(from rev 124000, elasticsearch/trunk/elasticsearch-tmpfile.conf)
  elasticsearch/repos/community-x86_64/elasticsearch-user.conf
(from rev 124000, elasticsearch/trunk/elasticsearch-user.conf)
  elasticsearch/repos/community-x86_64/elasticsearch.default
(from rev 124000, elasticsearch/trunk/elasticsearch.default)
  elasticsearch/repos/community-x86_64/elasticsearch.install
(from rev 124000, elasticsearch/trunk/elasticsearch.install)
  elasticsearch/repos/community-x86_64/elasticsearch.service
(from rev 124000, elasticsearch/trunk/elasticsearch.service)
  elasticsearch/repos/community-x86_64/elasticsearch@.service
(from rev 124000, elasticsearch/trunk/elasticsearch@.service)
Deleted:
  elasticsearch/repos/community-i686/PKGBUILD
  elasticsearch/repos/community-i686/elasticsearch-sysctl.conf
  elasticsearch/repos/community-i686/elasticsearch-tmpfile.conf
  elasticsearch/repos/community-i686/elasticsearch-user.conf
  elasticsearch/repos/community-i686/elasticsearch.default
  elasticsearch/repos/community-i686/elasticsearch.install
  elasticsearch/repos/community-i686/elasticsearch.service
  elasticsearch/repos/community-i686/elasticsearch@.service
  elasticsearch/repos/community-x86_64/PKGBUILD
  elasticsearch/repos/community-x86_64/elasticsearch-sysctl.conf
  elasticsearch/repos/community-x86_64/elasticsearch-tmpfile.conf
  elasticsearch/repos/community-x86_64/elasticsearch-user.conf
  elasticsearch/repos/community-x86_64/elasticsearch.default
  elasticsearch/repos/community-x86_64/elasticsearch.install
  elasticsearch/repos/community-x86_64/elasticsearch.service
  elasticsearch/repos/community-x86_64/elasticsearch@.service

-+
 /PKGBUILD   |  164 ++
 /elasticsearch-sysctl.conf  |2 
 /elasticsearch-tmpfile.conf |4 
 /elasticsearch-user.conf|2 
 /elasticsearch.default  |   26 
 /elasticsearch.install  |   38 ++
 /elasticsearch.service  |   42 ++
 /elasticsearch@.service |   42 ++
 community-i686/PKGBUILD |   82 -
 community-i686/elasticsearch-sysctl.conf|1 
 community-i686/elasticsearch-tmpfile.conf   |2 
 community-i686/elasticsearch-user.conf  |1 
 community-i686/elasticsearch.default|   13 --
 community-i686/elasticsearch.install|   19 ---
 community-i686/elasticsearch.service|   21 ---
 community-i686/elasticsearch@.service   |   21 ---
 community-x86_64/PKGBUILD   |   82 -
 community-x86_64/elasticsearch-sysctl.conf  |1 
 community-x86_64/elasticsearch-tmpfile.conf |2 
 community-x86_64/elasticsearch-user.conf|1 
 community-x86_64/elasticsearch.default  |   13 --
 community-x86_64/elasticsearch.install  |   19 ---
 community-x86_64/elasticsearch.service  |   21 ---
 community-x86_64/elasticsearch@.service |   21 ---
 24 files changed, 320 insertions(+), 320 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-16 15:42:21 UTC (rev 124000)
+++ community-i686/PKGBUILD 2014-12-16 15:43:20 UTC (rev 124001)
@@ -1,82 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: Marcello mererghost Rocha https://github.com/mereghost
-# 

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

2014-12-16 Thread Tobias Powalowski
Date: Tuesday, December 16, 2014 @ 16:45:57
  Author: tpowa
Revision: 227652

upgpkg: gpgme 1.5.3-1

bump to latest version

Modified:
  gpgme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-16 11:11:00 UTC (rev 227651)
+++ PKGBUILD2014-12-16 15:45:57 UTC (rev 227652)
@@ -4,7 +4,7 @@
 # Contributor: Sarah Hay sa...@archlinux.org
 
 pkgname=gpgme
-pkgver=1.5.2
+pkgver=1.5.3
 pkgrel=1
 pkgdesc=A C wrapper library for GnuPG
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 install=${pkgname}.install
 options=('!emptydirs')
 
source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
-md5sums=('d1bde2f441a7f2fa30600c8ffc5da0f9'
+md5sums=('082ab2632e7f051f5c09bafd5c4bfacf'
  'SKIP')
 
 build() {


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

2014-12-16 Thread Tobias Powalowski
Date: Tuesday, December 16, 2014 @ 16:46:06
  Author: tpowa
Revision: 227653

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

Added:
  gpgme/repos/testing-i686/
  gpgme/repos/testing-i686/PKGBUILD
(from rev 227652, gpgme/trunk/PKGBUILD)
  gpgme/repos/testing-i686/gpgme.install
(from rev 227652, gpgme/trunk/gpgme.install)
  gpgme/repos/testing-x86_64/
  gpgme/repos/testing-x86_64/PKGBUILD
(from rev 227652, gpgme/trunk/PKGBUILD)
  gpgme/repos/testing-x86_64/gpgme.install
(from rev 227652, gpgme/trunk/gpgme.install)

--+
 testing-i686/PKGBUILD|   35 +++
 testing-i686/gpgme.install   |   20 
 testing-x86_64/PKGBUILD  |   35 +++
 testing-x86_64/gpgme.install |   20 
 4 files changed, 110 insertions(+)

Copied: gpgme/repos/testing-i686/PKGBUILD (from rev 227652, 
gpgme/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-12-16 15:46:06 UTC (rev 227653)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Roman Kyrylych ro...@archlinux.org
+# Contributor: Sarah Hay sa...@archlinux.org
+
+pkgname=gpgme
+pkgver=1.5.3
+pkgrel=1
+pkgdesc=A C wrapper library for GnuPG
+arch=('i686' 'x86_64')
+url=http://www.gnupg.org/related_software/gpgme/;
+license=('LGPL')
+depends=('libgpg-error' 'pth' 'gnupg=2')
+install=${pkgname}.install
+options=('!emptydirs')
+source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+md5sums=('082ab2632e7f051f5c09bafd5c4bfacf'
+ 'SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-fd-passing --disable-static \
+  --disable-gpgsm-test
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: gpgme/repos/testing-i686/gpgme.install (from rev 227652, 
gpgme/trunk/gpgme.install)
===
--- testing-i686/gpgme.install  (rev 0)
+++ testing-i686/gpgme.install  2014-12-16 15:46:06 UTC (rev 227653)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(gpgme.info gpgme.info-1 gpgme.info-2)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}

Copied: gpgme/repos/testing-x86_64/PKGBUILD (from rev 227652, 
gpgme/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-12-16 15:46:06 UTC (rev 227653)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Roman Kyrylych ro...@archlinux.org
+# Contributor: Sarah Hay sa...@archlinux.org
+
+pkgname=gpgme
+pkgver=1.5.3
+pkgrel=1
+pkgdesc=A C wrapper library for GnuPG
+arch=('i686' 'x86_64')
+url=http://www.gnupg.org/related_software/gpgme/;
+license=('LGPL')
+depends=('libgpg-error' 'pth' 'gnupg=2')
+install=${pkgname}.install
+options=('!emptydirs')
+source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+md5sums=('082ab2632e7f051f5c09bafd5c4bfacf'
+ 'SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-fd-passing --disable-static \
+  --disable-gpgsm-test
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: gpgme/repos/testing-x86_64/gpgme.install (from rev 227652, 
gpgme/trunk/gpgme.install)
===
--- testing-x86_64/gpgme.install(rev 0)
+++ testing-x86_64/gpgme.install2014-12-16 15:46:06 UTC (rev 227653)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(gpgme.info gpgme.info-1 gpgme.info-2)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}


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

2014-12-16 Thread Tobias Powalowski
Date: Tuesday, December 16, 2014 @ 16:53:24
  Author: tpowa
Revision: 227654

upgpkg: cpio 2.11-5

fix CVE-2014-9112

Added:
  cpio/trunk/cpio-2.11-CVE-2014-9112.patch
  cpio/trunk/cpio-2.11-testsuite-CVE-2014-9112.patch
Modified:
  cpio/trunk/PKGBUILD
Deleted:
  cpio/trunk/cpio-gcc43.patch

-+
 PKGBUILD|   20 ++
 cpio-2.11-CVE-2014-9112.patch   |  212 ++
 cpio-2.11-testsuite-CVE-2014-9112.patch |   30 
 cpio-gcc43.patch|  139 ---
 4 files changed, 258 insertions(+), 143 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-16 15:46:06 UTC (rev 227653)
+++ PKGBUILD2014-12-16 15:53:24 UTC (rev 227654)
@@ -2,7 +2,7 @@
 # Maintainer: judd jvi...@zeroflux.org
 pkgname=cpio
 pkgver=2.11
-pkgrel=4
+pkgrel=5
 pkgdesc=A tool to copy files into or out of a cpio or tar archive
 arch=(i686 x86_64)
 license=('GPL')
@@ -9,12 +9,21 @@
 url=http://www.gnu.org/software/cpio;
 depends=('glibc')
 source=(ftp://ftp.gnu.org/gnu/cpio/cpio-${pkgver}.tar.gz
-cpio-2.11-stdio.in.patch)
+cpio-2.11-stdio.in.patch
+cpio-2.11-CVE-2014-9112.patch
+cpio-2.11-testsuite-CVE-2014-9112.patch)
 install=cpio.install
+md5sums=('1112bb6c45863468b5496ba128792f6c'
+ 'd7e58f2a1ec286febd09ea75042cf96e'
+ '2541e37b85cb7baffc3a3f687453737c'
+ '348870bebae57146eafeb189adbd43a4')
 
 prepare() {
   cd ${srcdir}/${pkgname}-${pkgver}
   patch -Np1 -i ${srcdir}/cpio-2.11-stdio.in.patch
+  # from fedora git
+  patch -Np1 -i ${srcdir}/cpio-2.11-CVE-2014-9112.patch
+  patch -Np1 -i ${srcdir}/cpio-2.11-testsuite-CVE-2014-9112.patch
 }
 
 build() {
@@ -23,6 +32,11 @@
   make
 }
 
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
@@ -33,5 +47,3 @@
   # remove infodir
   rm $pkgdir/usr/share/info/dir
 }
-md5sums=('1112bb6c45863468b5496ba128792f6c'
- 'd7e58f2a1ec286febd09ea75042cf96e')

Added: cpio-2.11-CVE-2014-9112.patch
===
--- cpio-2.11-CVE-2014-9112.patch   (rev 0)
+++ cpio-2.11-CVE-2014-9112.patch   2014-12-16 15:53:24 UTC (rev 227654)
@@ -0,0 +1,212 @@
+diff --git a/src/copyin.c b/src/copyin.c
+index d505407..db8ee66 100644
+--- a/src/copyin.c
 b/src/copyin.c
+@@ -124,10 +124,30 @@ tape_skip_padding (int in_file_des, off_t offset)
+   if (pad != 0)
+ tape_toss_input (in_file_des, pad);
+ }
+-
++
++static char *
++get_link_name (struct cpio_file_stat *file_hdr, int in_file_des)
++{
++  char *link_name;
++  
++  if (file_hdr-c_filesize  0 || file_hdr-c_filesize  SIZE_MAX-1)
++{
++  error (0, 0, _(%s: stored filename length is out of range),
++   file_hdr-c_name);
++  link_name = NULL;
++}
++  else
++{
++  link_name = xmalloc (file_hdr-c_filesize + 1);
++  tape_buffered_read (link_name, in_file_des, file_hdr-c_filesize);
++  link_name[file_hdr-c_filesize] = '\0';
++  tape_skip_padding (in_file_des, file_hdr-c_filesize);
++}
++  return link_name;
++}
+ 
+ static void
+-list_file(struct cpio_file_stat* file_hdr, int in_file_des)
++list_file (struct cpio_file_stat* file_hdr, int in_file_des)
+ {
+   if (verbose_flag)
+ {
+@@ -136,21 +156,16 @@ list_file(struct cpio_file_stat* file_hdr, int 
in_file_des)
+   {
+ if (archive_format != arf_tar  archive_format != arf_ustar)
+   {
+-char *link_name = NULL;   /* Name of hard and symbolic links.  */
+-
+-link_name = (char *) xmalloc ((unsigned int) file_hdr-c_filesize 
+ 1);
+-link_name[file_hdr-c_filesize] = '\0';
+-tape_buffered_read (link_name, in_file_des, file_hdr-c_filesize);
+-long_format (file_hdr, link_name);
+-free (link_name);
+-tape_skip_padding (in_file_des, file_hdr-c_filesize);
+-return;
++char *link_name = get_link_name (file_hdr, in_file_des);
++if (link_name)
++  {
++long_format (file_hdr, link_name);
++free (link_name);
++  }
+   }
+ else
+-  {
+-long_format (file_hdr, file_hdr-c_tar_linkname);
+-return;
+-  }
++  long_format (file_hdr, file_hdr-c_tar_linkname);
++return;
+   }
+   else
+ #endif
+@@ -650,10 +665,7 @@ copyin_link(struct cpio_file_stat *file_hdr, int 
in_file_des)
+ 
+   if (archive_format != arf_tar  archive_format != arf_ustar)
+ {
+-  link_name = (char *) xmalloc ((unsigned int) file_hdr-c_filesize + 1);
+-  link_name[file_hdr-c_filesize] = '\0';
+-  tape_buffered_read (link_name, in_file_des, file_hdr-c_filesize);
+-  tape_skip_padding 

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

2014-12-16 Thread Tobias Powalowski
Date: Tuesday, December 16, 2014 @ 16:53:36
  Author: tpowa
Revision: 227655

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

Added:
  cpio/repos/testing-i686/
  cpio/repos/testing-i686/PKGBUILD
(from rev 227654, cpio/trunk/PKGBUILD)
  cpio/repos/testing-i686/cpio-2.11-CVE-2014-9112.patch
(from rev 227654, cpio/trunk/cpio-2.11-CVE-2014-9112.patch)
  cpio/repos/testing-i686/cpio-2.11-stdio.in.patch
(from rev 227654, cpio/trunk/cpio-2.11-stdio.in.patch)
  cpio/repos/testing-i686/cpio-2.11-testsuite-CVE-2014-9112.patch
(from rev 227654, cpio/trunk/cpio-2.11-testsuite-CVE-2014-9112.patch)
  cpio/repos/testing-i686/cpio.install
(from rev 227654, cpio/trunk/cpio.install)
  cpio/repos/testing-x86_64/
  cpio/repos/testing-x86_64/PKGBUILD
(from rev 227654, cpio/trunk/PKGBUILD)
  cpio/repos/testing-x86_64/cpio-2.11-CVE-2014-9112.patch
(from rev 227654, cpio/trunk/cpio-2.11-CVE-2014-9112.patch)
  cpio/repos/testing-x86_64/cpio-2.11-stdio.in.patch
(from rev 227654, cpio/trunk/cpio-2.11-stdio.in.patch)
  cpio/repos/testing-x86_64/cpio-2.11-testsuite-CVE-2014-9112.patch
(from rev 227654, cpio/trunk/cpio-2.11-testsuite-CVE-2014-9112.patch)
  cpio/repos/testing-x86_64/cpio.install
(from rev 227654, cpio/trunk/cpio.install)

+
 testing-i686/PKGBUILD  |   49 +++
 testing-i686/cpio-2.11-CVE-2014-9112.patch |  212 +++
 testing-i686/cpio-2.11-stdio.in.patch  |   13 
 testing-i686/cpio-2.11-testsuite-CVE-2014-9112.patch   |   30 ++
 testing-i686/cpio.install  |   21 +
 testing-x86_64/PKGBUILD|   49 +++
 testing-x86_64/cpio-2.11-CVE-2014-9112.patch   |  212 +++
 testing-x86_64/cpio-2.11-stdio.in.patch|   13 
 testing-x86_64/cpio-2.11-testsuite-CVE-2014-9112.patch |   30 ++
 testing-x86_64/cpio.install|   21 +
 10 files changed, 650 insertions(+)

Copied: cpio/repos/testing-i686/PKGBUILD (from rev 227654, cpio/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-12-16 15:53:36 UTC (rev 227655)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: judd jvi...@zeroflux.org
+pkgname=cpio
+pkgver=2.11
+pkgrel=5
+pkgdesc=A tool to copy files into or out of a cpio or tar archive
+arch=(i686 x86_64)
+license=('GPL')
+url=http://www.gnu.org/software/cpio;
+depends=('glibc')
+source=(ftp://ftp.gnu.org/gnu/cpio/cpio-${pkgver}.tar.gz
+cpio-2.11-stdio.in.patch
+cpio-2.11-CVE-2014-9112.patch
+cpio-2.11-testsuite-CVE-2014-9112.patch)
+install=cpio.install
+md5sums=('1112bb6c45863468b5496ba128792f6c'
+ 'd7e58f2a1ec286febd09ea75042cf96e'
+ '2541e37b85cb7baffc3a3f687453737c'
+ '348870bebae57146eafeb189adbd43a4')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/cpio-2.11-stdio.in.patch
+  # from fedora git
+  patch -Np1 -i ${srcdir}/cpio-2.11-CVE-2014-9112.patch
+  patch -Np1 -i ${srcdir}/cpio-2.11-testsuite-CVE-2014-9112.patch
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -f ${pkgdir}/usr/bin/mt ${pkgdir}/pkg/usr/share/man/man1/mt.1
+  rm -rf ${pkgdir}/usr/libexec
+  # remove mt manpage it conflicts with mt-st from extra
+  rm $pkgdir/usr/share/man/man1/mt.1 || return 1
+  # remove infodir
+  rm $pkgdir/usr/share/info/dir
+}

Copied: cpio/repos/testing-i686/cpio-2.11-CVE-2014-9112.patch (from rev 227654, 
cpio/trunk/cpio-2.11-CVE-2014-9112.patch)
===
--- testing-i686/cpio-2.11-CVE-2014-9112.patch  (rev 0)
+++ testing-i686/cpio-2.11-CVE-2014-9112.patch  2014-12-16 15:53:36 UTC (rev 
227655)
@@ -0,0 +1,212 @@
+diff --git a/src/copyin.c b/src/copyin.c
+index d505407..db8ee66 100644
+--- a/src/copyin.c
 b/src/copyin.c
+@@ -124,10 +124,30 @@ tape_skip_padding (int in_file_des, off_t offset)
+   if (pad != 0)
+ tape_toss_input (in_file_des, pad);
+ }
+-
++
++static char *
++get_link_name (struct cpio_file_stat *file_hdr, int in_file_des)
++{
++  char *link_name;
++  
++  if (file_hdr-c_filesize  0 || file_hdr-c_filesize  SIZE_MAX-1)
++{
++  error (0, 0, _(%s: stored filename length is out of range),
++   file_hdr-c_name);
++  link_name = NULL;
++}
++  else
++{
++  link_name = xmalloc (file_hdr-c_filesize + 1);
++  tape_buffered_read (link_name, in_file_des, file_hdr-c_filesize);
++  link_name[file_hdr-c_filesize] = '\0';
++  tape_skip_padding (in_file_des, file_hdr-c_filesize);
++}
++  return 

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

2014-12-16 Thread Giovanni Scafora
Date: Tuesday, December 16, 2014 @ 18:00:04
  Author: giovanni
Revision: 227656

upgpkg: mkvtoolnix 7.4.0-1

upstream release

Modified:
  mkvtoolnix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-16 15:53:36 UTC (rev 227655)
+++ PKGBUILD2014-12-16 17:00:04 UTC (rev 227656)
@@ -4,8 +4,8 @@
 
 pkgbase=mkvtoolnix
 pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
-pkgver=7.3.0
-pkgrel=2
+pkgver=7.4.0
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://www.bunkus.org/videotools/mkvtoolnix/index.html;
@@ -12,7 +12,7 @@
 makedepends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk'
  'boost-libs' 'lzo' 'xdg-utils' 'boost' 'ruby')
 
source=(http://www.bunkus.org/videotools/${pkgbase}/sources/${pkgbase}-${pkgver}.tar.xz;)
-md5sums=('190ce613bde843def89a499330ca779b')
+md5sums=('d107166920ff0d966ac30626f7cda80d')
 
 prepare() {
   cd ${srcdir}/${pkgbase}-${pkgver}


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

2014-12-16 Thread Giovanni Scafora
Date: Tuesday, December 16, 2014 @ 18:00:13
  Author: giovanni
Revision: 227657

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

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

-+
 /PKGBUILD   |  186 ++
 /mkvtoolnix.install |   30 ++
 extra-i686/PKGBUILD |   93 ---
 extra-i686/mkvtoolnix.install   |   15 ---
 extra-x86_64/PKGBUILD   |   93 ---
 extra-x86_64/mkvtoolnix.install |   15 ---
 6 files changed, 216 insertions(+), 216 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-16 17:00:04 UTC (rev 227656)
+++ extra-i686/PKGBUILD 2014-12-16 17:00:13 UTC (rev 227657)
@@ -1,93 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: xduugu xdu...@gmx.com
-
-pkgbase=mkvtoolnix
-pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
-pkgver=7.3.0
-pkgrel=2
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.bunkus.org/videotools/mkvtoolnix/index.html;
-makedepends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk'
- 'boost-libs' 'lzo' 'xdg-utils' 'boost' 'ruby')
-source=(http://www.bunkus.org/videotools/${pkgbase}/sources/${pkgbase}-${pkgver}.tar.xz;)
-md5sums=('190ce613bde843def89a499330ca779b')
-
-prepare() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  # Disable automagic curl dep used for online update checking
-  sed -i -e '/curl/d' configure.in
-  export CURL_CFLAGS= CURL_LIBS=
-
-  export CFLAGS=${CFLAGS} -DBOOST_FILESYSTEM_VERSION=3
-  export CXXFLAGS=${CXXFLAGS} -DBOOST_FILESYSTEM_VERSION=3
-
-  # Sets number of threads for a parallel build
-  export DRAKETHREADS=4
-
-  autoreconf -vfi
-}
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --with-boost-libdir=/usr/lib \
-  --disable-gui
-  ./drake
-
-  mv src/mkvinfo{,-cli}
-
-  ./configure --prefix=/usr \
-  --with-boost-libdir=/usr/lib
-  ./drake
-}
-
-package_mkvtoolnix-cli() {
-  pkgdesc=Set of tools to create, edit and inspect Matroska files - CLI 
version
-  depends=('libmatroska' 'expat' 'flac' 'libvorbis' 'file' 'boost-libs' 'lzo')
-  provides=('mkvtoolnix')
-  conflicts=('mkvtoolnix')
-  replaces=('mkvtoolnix')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  ./drake DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/bin/mkvinfo
-  install -Dm755 src/mkvinfo-cli ${pkgdir}/usr/bin/mkvinfo
-
-  rm -rf ${pkgdir}/usr/bin/mmg
-  rm -rf ${pkgdir}/usr/share/man/de/man1/mmg.1
-  rm -rf ${pkgdir}/usr/share/man/ja/man1/mmg.1
-  rm -rf ${pkgdir}/usr/share/man/man1/mmg.1
-  rm -rf ${pkgdir}/usr/share/man/nl/man1/mmg.1
-  rm -rf ${pkgdir}/usr/share/man/zh_CN/man1/mmg.1
-  rm -rf ${pkgdir}/usr/share/man/uk/man1/mmg.1
-  rm -rf ${pkgdir}/usr/share/applications
-  rm -rf ${pkgdir}/usr/share/icons
-  rm -rf ${pkgdir}/usr/share/mime
-}
-
-package_mkvtoolnix-gtk() {
-  pkgdesc=Set of tools to create, edit and inspect Matroska files - wxGTK GUI
-  depends=(mkvtoolnix-cli=${pkgver} 'wxgtk' 'xdg-utils' 'desktop-file-utils')
-  install=mkvtoolnix.install
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  ./drake DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/bin/mkv*
-  install -Dm755 src/mkvinfo ${pkgdir}/usr/bin/mkvinfo-gtk
-  sed -ri 's/^(Exec=mkvinfo)/\1-gtk/' 
${pkgdir}/usr/share/applications/mkvinfo.desktop
-
-  rm -rf ${pkgdir}/usr/share/doc
-  rm -rf ${pkgdir}/usr/share/locale
-  rm -rf ${pkgdir}/usr/share/man/de/man1/mkv*
-  rm -rf ${pkgdir}/usr/share/man/ja/man1/mkv*
-  rm -rf ${pkgdir}/usr/share/man/man1/mkv*
-  rm -rf ${pkgdir}/usr/share/man/nl/man1/mkv*
-  rm -rf ${pkgdir}/usr/share/man/zh_CN/man1/mkv*
-  rm -rf ${pkgdir}/usr/share/man/uk/man1/mkv*
-}

Copied: mkvtoolnix/repos/extra-i686/PKGBUILD (from rev 227656, 
mkvtoolnix/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-16 17:00:13 UTC (rev 227657)
@@ -0,0 +1,93 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: xduugu xdu...@gmx.com
+
+pkgbase=mkvtoolnix
+pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
+pkgver=7.4.0
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.bunkus.org/videotools/mkvtoolnix/index.html;
+makedepends=('libmatroska' 'flac' 'libvorbis' 

[arch-commits] Commit in unrtf/trunk (PKGBUILD unrtf.changelog)

2014-12-16 Thread Jaroslav Lichtblau
Date: Tuesday, December 16, 2014 @ 20:42:12
  Author: jlichtblau
Revision: 124002

upgpkg: unrtf 0.21.7-1

Modified:
  unrtf/trunk/PKGBUILD
  unrtf/trunk/unrtf.changelog

-+
 PKGBUILD|   12 ++--
 unrtf.changelog |3 +++
 2 files changed, 9 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-16 15:43:20 UTC (rev 124001)
+++ PKGBUILD2014-12-16 19:42:12 UTC (rev 124002)
@@ -1,10 +1,10 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
 # Contributor: Alexander Fehr pizzapunk gmail com
 # Contributor: froggie sulliva...@gmail.com
 
 pkgname=unrtf
-pkgver=0.21.5
+pkgver=0.21.7
 pkgrel=1
 pkgdesc=Command-line program which converts RTF documents to other formats
 arch=('i686' 'x86_64')
@@ -13,10 +13,10 @@
 depends=('glibc')
 changelog=$pkgname.changelog
 source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('b6b1afd301dcec1cf377476154fc22ed0ac73aee2b7d56a42e2279cced3943c2')
+sha256sums=('855bae8f106eb1366a56343322ddfebaf407fb450e3933aa0b3c5047074f8020')
 
 build() {
-  cd ${srcdir}/$pkgname-$pkgver
+  cd ${srcdir}/$pkgname-$pkgver
 
   ./configure --prefix=/usr
   make
@@ -23,7 +23,7 @@
 }
 
 package() {
-  cd ${srcdir}/$pkgname-$pkgver
+  cd ${srcdir}/$pkgname-$pkgver
 
-  make DESTDIR=${pkgdir} install
+  make DESTDIR=${pkgdir} install
 }

Modified: unrtf.changelog
===
--- unrtf.changelog 2014-12-16 15:43:20 UTC (rev 124001)
+++ unrtf.changelog 2014-12-16 19:42:12 UTC (rev 124002)
@@ -1,3 +1,6 @@
+2014-12-16 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * unrtf 0.21.7-1
+
 2013-08-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
* unrtf 0.21.5-1
 


[arch-commits] Commit in unrtf/repos/community-x86_64 (4 files)

2014-12-16 Thread Jaroslav Lichtblau
Date: Tuesday, December 16, 2014 @ 20:42:22
  Author: jlichtblau
Revision: 124003

archrelease: copy trunk to community-x86_64

Added:
  unrtf/repos/community-x86_64/PKGBUILD
(from rev 124002, unrtf/trunk/PKGBUILD)
  unrtf/repos/community-x86_64/unrtf.changelog
(from rev 124002, unrtf/trunk/unrtf.changelog)
Deleted:
  unrtf/repos/community-x86_64/PKGBUILD
  unrtf/repos/community-x86_64/unrtf.changelog

-+
 PKGBUILD|   58 +++---
 unrtf.changelog |   37 ++
 2 files changed, 49 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-16 19:42:12 UTC (rev 124002)
+++ PKGBUILD2014-12-16 19:42:22 UTC (rev 124003)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Contributor: froggie sulliva...@gmail.com
-
-pkgname=unrtf
-pkgver=0.21.5
-pkgrel=1
-pkgdesc=Command-line program which converts RTF documents to other formats
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/unrtf/unrtf.html;
-license=('GPL3')
-depends=('glibc')
-changelog=$pkgname.changelog
-source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('b6b1afd301dcec1cf377476154fc22ed0ac73aee2b7d56a42e2279cced3943c2')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: unrtf/repos/community-x86_64/PKGBUILD (from rev 124002, 
unrtf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-16 19:42:22 UTC (rev 124003)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Contributor: froggie sulliva...@gmail.com
+
+pkgname=unrtf
+pkgver=0.21.7
+pkgrel=1
+pkgdesc=Command-line program which converts RTF documents to other formats
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/unrtf/unrtf.html;
+license=('GPL3')
+depends=('glibc')
+changelog=$pkgname.changelog
+source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('855bae8f106eb1366a56343322ddfebaf407fb450e3933aa0b3c5047074f8020')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: unrtf.changelog
===
--- unrtf.changelog 2014-12-16 19:42:12 UTC (rev 124002)
+++ unrtf.changelog 2014-12-16 19:42:22 UTC (rev 124003)
@@ -1,17 +0,0 @@
-2013-08-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * unrtf 0.21.5-1
-
-2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * unrtf 0.21.3-1
-
-2011-12-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * unrtf 0.21.2
-
-2010-01-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 0.21.1
-
-2009-05-31 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * FS#14043 fixed
-
-2009-03-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 0.21.0

Copied: unrtf/repos/community-x86_64/unrtf.changelog (from rev 124002, 
unrtf/trunk/unrtf.changelog)
===
--- unrtf.changelog (rev 0)
+++ unrtf.changelog 2014-12-16 19:42:22 UTC (rev 124003)
@@ -0,0 +1,20 @@
+2014-12-16 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * unrtf 0.21.7-1
+
+2013-08-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * unrtf 0.21.5-1
+
+2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * unrtf 0.21.3-1
+
+2011-12-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * unrtf 0.21.2
+
+2010-01-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * Update to major release 0.21.1
+
+2009-05-31 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * FS#14043 fixed
+
+2009-03-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * Update to major release 0.21.0


[arch-commits] Commit in unrtf/repos/community-i686 (4 files)

2014-12-16 Thread Jaroslav Lichtblau
Date: Tuesday, December 16, 2014 @ 20:44:41
  Author: jlichtblau
Revision: 124004

archrelease: copy trunk to community-i686

Added:
  unrtf/repos/community-i686/PKGBUILD
(from rev 124003, unrtf/trunk/PKGBUILD)
  unrtf/repos/community-i686/unrtf.changelog
(from rev 124003, unrtf/trunk/unrtf.changelog)
Deleted:
  unrtf/repos/community-i686/PKGBUILD
  unrtf/repos/community-i686/unrtf.changelog

-+
 PKGBUILD|   58 +++---
 unrtf.changelog |   37 ++
 2 files changed, 49 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-16 19:42:22 UTC (rev 124003)
+++ PKGBUILD2014-12-16 19:44:41 UTC (rev 124004)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Contributor: froggie sulliva...@gmail.com
-
-pkgname=unrtf
-pkgver=0.21.5
-pkgrel=1
-pkgdesc=Command-line program which converts RTF documents to other formats
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/unrtf/unrtf.html;
-license=('GPL3')
-depends=('glibc')
-changelog=$pkgname.changelog
-source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('b6b1afd301dcec1cf377476154fc22ed0ac73aee2b7d56a42e2279cced3943c2')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: unrtf/repos/community-i686/PKGBUILD (from rev 124003, 
unrtf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-16 19:44:41 UTC (rev 124004)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Contributor: froggie sulliva...@gmail.com
+
+pkgname=unrtf
+pkgver=0.21.7
+pkgrel=1
+pkgdesc=Command-line program which converts RTF documents to other formats
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/unrtf/unrtf.html;
+license=('GPL3')
+depends=('glibc')
+changelog=$pkgname.changelog
+source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('855bae8f106eb1366a56343322ddfebaf407fb450e3933aa0b3c5047074f8020')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: unrtf.changelog
===
--- unrtf.changelog 2014-12-16 19:42:22 UTC (rev 124003)
+++ unrtf.changelog 2014-12-16 19:44:41 UTC (rev 124004)
@@ -1,17 +0,0 @@
-2013-08-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * unrtf 0.21.5-1
-
-2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * unrtf 0.21.3-1
-
-2011-12-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * unrtf 0.21.2
-
-2010-01-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 0.21.1
-
-2009-05-31 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * FS#14043 fixed
-
-2009-03-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 0.21.0

Copied: unrtf/repos/community-i686/unrtf.changelog (from rev 124003, 
unrtf/trunk/unrtf.changelog)
===
--- unrtf.changelog (rev 0)
+++ unrtf.changelog 2014-12-16 19:44:41 UTC (rev 124004)
@@ -0,0 +1,20 @@
+2014-12-16 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * unrtf 0.21.7-1
+
+2013-08-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * unrtf 0.21.5-1
+
+2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * unrtf 0.21.3-1
+
+2011-12-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * unrtf 0.21.2
+
+2010-01-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * Update to major release 0.21.1
+
+2009-05-31 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * FS#14043 fixed
+
+2009-03-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * Update to major release 0.21.0


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

2014-12-16 Thread Gaetan Bisson
Date: Tuesday, December 16, 2014 @ 20:46:15
  Author: bisson
Revision: 227658

upstream update

Modified:
  gnupg/trunk/PKGBUILD
Deleted:
  gnupg/trunk/hash-ecdsa.patch
  gnupg/trunk/oid2str-overflow.patch
  gnupg/trunk/refresh-keys.patch
  gnupg/trunk/subpacket-off.patch

+
 PKGBUILD   |   24 
 hash-ecdsa.patch   |   48 -
 oid2str-overflow.patch |   72 --
 refresh-keys.patch |  238 ---
 subpacket-off.patch|   38 ---
 5 files changed, 4 insertions(+), 416 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-16 17:00:13 UTC (rev 227657)
+++ PKGBUILD2014-12-16 19:46:15 UTC (rev 227658)
@@ -5,8 +5,8 @@
 # Contributor: Judd Vinet jvi...@zeroflux.org
 
 pkgname=gnupg
-pkgver=2.1.0
-pkgrel=7
+pkgver=2.1.1
+pkgrel=1
 pkgdesc='Complete and free implementation of the OpenPGP standard'
 url='http://www.gnupg.org/'
 license=('GPL')
@@ -16,16 +16,8 @@
 makedepends=('libldap' 'libusb-compat')
 depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
  'pinentry' 'bzip2' 'readline' 'gnutls')
-source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig}
-'oid2str-overflow.patch'
-'subpacket-off.patch'
-'refresh-keys.patch'
-'hash-ecdsa.patch')
-sha1sums=('2fcd0ca6889ef6cb59e3275e8411f8b7778c2f33' 'SKIP'
-  '774f7fe541428f45ee145c763cf5634264e3bc69'
-  '1a86b834904c7d18d932ad1bb44d3642990d3cbd'
-  '246bea8776882f4c0293685482558f6ead1cf902'
-  'b9bd644276aa1c1a3fcaed82e65eecccfd1f36ed')
+source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha1sums=('3d11fd150cf86f842d077437edb119a775c7325d' 'SKIP')
 
 install=install
 
@@ -33,14 +25,6 @@
 provides=('dirmngr' gnupg2=${pkgver})
 replaces=('dirmngr' 'gnupg2')
 
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   patch -p1 -i ../oid2str-overflow.patch
-   patch -p1 -i ../subpacket-off.patch
-   patch -p1 -i ../refresh-keys.patch
-   patch -p1 -i ../hash-ecdsa.patch
-}
-
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
./configure \

Deleted: hash-ecdsa.patch
===
--- hash-ecdsa.patch2014-12-16 17:00:13 UTC (rev 227657)
+++ hash-ecdsa.patch2014-12-16 19:46:15 UTC (rev 227658)
@@ -1,48 +0,0 @@
-From: Werner Koch w...@gnupg.org
-Date: Wed, 19 Nov 2014 09:34:32 + (+0100)
-Subject: gpg: Fix hash detection for ECDSA.
-X-Git-Url: 
http://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=commitdiff_plain;h=f80c2dd78d522f12b2c7afbd5c0763a97d87d2bd;hp=cd2c6f36fe5d1d1d45546f5168aead5cbe6487e0
-
-gpg: Fix hash detection for ECDSA.
-
-* g10/sign.c (sign_file): Use DSA or ECDSA and not DSA|EdDSA.
---
-
-This error was introduced with
-commit b7f8dec6325f1c80640f878ed3080bbc194fbc78
-while separating EdDSA from ECDSA.
-
-Found due to a related bug report from Brian Minton.
-
-Signed-off-by: Werner Koch w...@gnupg.org

-
-diff --git a/g10/sign.c b/g10/sign.c
-index e7d4a68..2e62f04 100644
 a/g10/sign.c
-+++ b/g10/sign.c
-@@ -899,13 +899,12 @@ sign_file (ctrl_t ctrl, strlist_t filenames, int 
detached, strlist_t locusr,
-   for (sk_rover = sk_list; sk_rover; sk_rover = sk_rover-next )
- {
-   if (sk_rover-pk-pubkey_algo == PUBKEY_ALGO_DSA
--|| (sk_rover-pk-pubkey_algo == PUBKEY_ALGO_EDDSA
-- !openpgp_oid_is_ed25519 (sk_rover-pk-pkey[1])))
-+|| sk_rover-pk-pubkey_algo == PUBKEY_ALGO_ECDSA)
- {
-   int temp_hashlen = (gcry_mpi_get_nbits
- (sk_rover-pk-pkey[1]));
- 
--  if (sk_rover-pk-pubkey_algo == PUBKEY_ALGO_EDDSA)
-+  if (sk_rover-pk-pubkey_algo == PUBKEY_ALGO_ECDSA)
- temp_hashlen = ecdsa_qbits_from_Q (temp_hashlen);
-   temp_hashlen = (temp_hashlen+7)/8;
- 
-@@ -915,7 +914,7 @@ sign_file (ctrl_t ctrl, strlist_t filenames, int detached, 
strlist_t locusr,
-   if (hint.digest_lengthtemp_hashlen)
- hint.digest_length=temp_hashlen;
- }
--/* FIXME: need toall gpg-agent */
-+/* FIXME: need to check gpg-agent for this. */
-   /* else if (sk_rover-pk-is_protected */
- /*   sk_rover-pk-protect.s2k.mode == 1002) */
-   /*   smartcard = 1;  */

Deleted: oid2str-overflow.patch
===
--- oid2str-overflow.patch  2014-12-16 17:00:13 UTC (rev 227657)
+++ oid2str-overflow.patch  2014-12-16 19:46:15 UTC (rev 227658)
@@ -1,72 +0,0 @@
-From: Werner Koch w...@gnupg.org
-Date: Tue, 25 Nov 2014 10:58:56 + (+0100)
-Subject: Fix buffer 

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

2014-12-16 Thread Gaetan Bisson
Date: Tuesday, December 16, 2014 @ 20:47:24
  Author: bisson
Revision: 227659

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

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

-+
 testing-i686/PKGBUILD   |   54 ++
 testing-i686/install|   25 +
 testing-x86_64/PKGBUILD |   54 ++
 testing-x86_64/install  |   25 +
 4 files changed, 158 insertions(+)

Copied: gnupg/repos/testing-i686/PKGBUILD (from rev 227658, 
gnupg/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-12-16 19:47:24 UTC (rev 227659)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+# Contributor: Judd Vinet jvi...@zeroflux.org
+
+pkgname=gnupg
+pkgver=2.1.1
+pkgrel=1
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='http://www.gnupg.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+optdepends=('libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon')
+makedepends=('libldap' 'libusb-compat')
+depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
+ 'pinentry' 'bzip2' 'readline' 'gnutls')
+source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha1sums=('3d11fd150cf86f842d077437edb119a775c7325d' 'SKIP')
+
+install=install
+
+conflicts=('dirmngr' 'gnupg2')
+provides=('dirmngr' gnupg2=${pkgver})
+replaces=('dirmngr' 'gnupg2')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/gnupg \
+   --enable-maintainer-mode \
+   --enable-symcryptrun \
+   --enable-gpgtar \
+
+   make
+}
+
+check() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make check
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   ln -s gpg2 ${pkgdir}/usr/bin/gpg
+   ln -s gpgv2 ${pkgdir}/usr/bin/gpgv
+   ln -s gpg2.1.gz ${pkgdir}/usr/share/man/man1/gpg.1.gz
+   rm ${pkgdir}/usr/share/gnupg/com-certs.pem # FS#33059
+}

Copied: gnupg/repos/testing-i686/install (from rev 227658, gnupg/trunk/install)
===
--- testing-i686/install(rev 0)
+++ testing-i686/install2014-12-16 19:47:24 UTC (rev 227659)
@@ -0,0 +1,25 @@
+info_dir=/usr/share/info
+info_files=(gnupg.info gnupg.info-1 gnupg.info-2)
+
+post_install() {
+   [ -x usr/bin/install-info ] || return 0
+   for f in ${info_files[@]}; do
+   usr/bin/install-info ${info_dir}/$f ${info_dir}/dir 2 /dev/null
+   done
+}
+
+pre_remove() {
+   [ -x usr/bin/install-info ] || return 0
+   for f in ${info_files[@]}; do
+   usr/bin/install-info --delete ${info_dir}/$f ${info_dir}/dir 2 
/dev/null
+   done
+}
+
+post_upgrade() {
+   post_install
+
+   # Fix upgrade to 2.1; see FS#42798
+   [ $(vercmp $2 2.1.0-4) = -1 ] 
+   dirmngr /dev/null /dev/null ||
+   return 0
+}

Copied: gnupg/repos/testing-x86_64/PKGBUILD (from rev 227658, 
gnupg/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-12-16 19:47:24 UTC (rev 227659)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+# Contributor: Judd Vinet jvi...@zeroflux.org
+
+pkgname=gnupg
+pkgver=2.1.1
+pkgrel=1
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='http://www.gnupg.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+optdepends=('libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon')
+makedepends=('libldap' 'libusb-compat')
+depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
+ 'pinentry' 'bzip2' 'readline' 'gnutls')
+source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha1sums=('3d11fd150cf86f842d077437edb119a775c7325d' 'SKIP')
+
+install=install
+
+conflicts=('dirmngr' 'gnupg2')
+provides=('dirmngr' gnupg2=${pkgver})
+replaces=('dirmngr' 'gnupg2')
+
+build() {
+   cd 

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

2014-12-16 Thread Florian Pritz
Date: Wednesday, December 17, 2014 @ 01:18:51
  Author: bluewind
Revision: 227660

upgpkg: pacman-mirrorlist 20141217-1

upstream update

Modified:
  pacman-mirrorlist/trunk/PKGBUILD
  pacman-mirrorlist/trunk/mirrorlist

+
 PKGBUILD   |6 +++---
 mirrorlist |9 +
 2 files changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-16 19:47:24 UTC (rev 227659)
+++ PKGBUILD2014-12-17 00:18:51 UTC (rev 227660)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee d...@archlinux.org
 
 pkgname=pacman-mirrorlist
-pkgver=20141116
+pkgver=20141217
 pkgrel=1
 pkgdesc=Arch Linux mirror list for use by pacman
 arch=('any')
@@ -27,5 +27,5 @@
   install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
 }
 
-md5sums=('ef39ee8f7b8cbcff480d9d16befbe1f0')
-sha256sums=('a84b95880f710c2a3d7e25834ca71051293b2746ba4a22aa62823b67eb205279')
+md5sums=('ebce9fc99e882d221d4d7fe5a9e5fc49')
+sha256sums=('6e92abfeda18108a9d7c5e40c719161b2254639f72c8d1be698893bef59ccf1c')

Modified: mirrorlist
===
--- mirrorlist  2014-12-16 19:47:24 UTC (rev 227659)
+++ mirrorlist  2014-12-17 00:18:51 UTC (rev 227660)
@@ -1,6 +1,6 @@
 ##
 ## Arch Linux repository mirrorlist
-## Generated on 2014-11-16
+## Generated on 2014-12-17
 ##
 
 ## Australia
@@ -31,9 +31,6 @@
 #Server = http://www.las.ic.unicamp.br/pub/archlinux/$repo/os/$arch
 #Server = http://pet.inf.ufsc.br/mirrors/archlinux/$repo/os/$arch
 
-## Bulgaria
-#Server = http://archlinux.igor.onlinedirect.bg/$repo/os/$arch
-
 ## Canada
 #Server = http://archlinux.dropswitch.net/archlinux/$repo/os/$arch
 #Server = http://mirror.clibre.uqam.ca/archlinux/$repo/os/$arch
@@ -52,6 +49,7 @@
 #Server = http://mirrors.skyshe.cn/archlinux/$repo/os/$arch
 #Server = http://mirrors.ustc.edu.cn/archlinux/$repo/os/$arch
 #Server = https://mirrors.ustc.edu.cn/archlinux/$repo/os/$arch
+#Server = http://mirrors.zju.edu.cn/archlinux/$repo/os/$arch
 
 ## Colombia
 #Server = http://mirror.edatel.net.co/archlinux/$repo/os/$arch
@@ -86,6 +84,7 @@
 #Server = http://archlinux.vi-di.fr/$repo/os/$arch
 #Server = http://mir.art-software.fr/arch/$repo/os/$arch
 #Server = http://mirror.bpiotrowski.pl/archlinux/$repo/os/$arch
+#Server = http://mirror.lastmikoi.net/archlinux/$repo/os/$arch
 #Server = http://mir.archlinux.fr/$repo/os/$arch
 #Server = http://arch.nimukaito.net/$repo/os/$arch
 #Server = http://archlinux.mirrors.ovh.net/archlinux/$repo/os/$arch
@@ -106,6 +105,7 @@
 #Server = https://ftp.fau.de/archlinux/$repo/os/$arch
 #Server = http://mirror.fluxent.de/archlinux/$repo/os/$arch
 #Server = http://mirror.gnomus.de/$repo/os/$arch
+#Server = http://arch.packages.gnp-tec.net/$repo/os/$arch
 #Server = http://ftp5.gwdg.de/pub/linux/archlinux/$repo/os/$arch
 #Server = http://mirror.hactar.bz/$repo/os/$arch
 #Server = http://ftp.hawo.stw.uni-erlangen.de/archlinux/$repo/os/$arch
@@ -128,6 +128,7 @@
 #Server = http://ftp.tu-chemnitz.de/pub/linux/archlinux/$repo/os/$arch
 #Server = http://ftp.tuxdroid.org/archlinux/$repo/os/$arch
 #Server = http://ftp.uni-bayreuth.de/linux/archlinux/$repo/os/$arch
+#Server = http://ftp.uni-hannover.de/archlinux/$repo/os/$arch
 #Server = http://ftp.uni-kl.de/pub/linux/archlinux/$repo/os/$arch
 #Server = http://mirror.unitedcolo.de/archlinux/$repo/os/$arch
 


[arch-commits] Commit in pacman-mirrorlist/repos/core-any (6 files)

2014-12-16 Thread Florian Pritz
Date: Wednesday, December 17, 2014 @ 01:18:56
  Author: bluewind
Revision: 227661

archrelease: copy trunk to core-any

Added:
  pacman-mirrorlist/repos/core-any/PKGBUILD
(from rev 227660, pacman-mirrorlist/trunk/PKGBUILD)
  pacman-mirrorlist/repos/core-any/mirrorlist
(from rev 227660, pacman-mirrorlist/trunk/mirrorlist)
  pacman-mirrorlist/repos/core-any/upgpkg
(from rev 227660, pacman-mirrorlist/trunk/upgpkg)
Deleted:
  pacman-mirrorlist/repos/core-any/PKGBUILD
  pacman-mirrorlist/repos/core-any/mirrorlist
  pacman-mirrorlist/repos/core-any/upgpkg

+
 PKGBUILD   |   62 ++---
 mirrorlist |  655 +--
 upgpkg |8 
 3 files changed, 363 insertions(+), 362 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-17 00:18:51 UTC (rev 227660)
+++ PKGBUILD2014-12-17 00:18:56 UTC (rev 227661)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=pacman-mirrorlist
-pkgver=20141116
-pkgrel=1
-pkgdesc=Arch Linux mirror list for use by pacman
-arch=('any')
-url=https://www.archlinux.org/mirrorlist/;
-license=('GPL')
-backup=(etc/pacman.d/mirrorlist)
-source=(mirrorlist)
-
-# NOTE on building this package:
-# * Go to the trunk/ directory
-# * Run bash -c . PKGBUILD; updatelist
-# * Update the checksums, update pkgver
-# * Build the package
-
-updatelist() {
-  rm -f mirrorlist
-  curl -o mirrorlist https://www.archlinux.org/mirrorlist/all/
-}
-
-package() {
-  mkdir -p $pkgdir/etc/pacman.d
-  install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
-}
-
-md5sums=('ef39ee8f7b8cbcff480d9d16befbe1f0')
-sha256sums=('a84b95880f710c2a3d7e25834ca71051293b2746ba4a22aa62823b67eb205279')

Copied: pacman-mirrorlist/repos/core-any/PKGBUILD (from rev 227660, 
pacman-mirrorlist/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-17 00:18:56 UTC (rev 227661)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+
+pkgname=pacman-mirrorlist
+pkgver=20141217
+pkgrel=1
+pkgdesc=Arch Linux mirror list for use by pacman
+arch=('any')
+url=https://www.archlinux.org/mirrorlist/;
+license=('GPL')
+backup=(etc/pacman.d/mirrorlist)
+source=(mirrorlist)
+
+# NOTE on building this package:
+# * Go to the trunk/ directory
+# * Run bash -c . PKGBUILD; updatelist
+# * Update the checksums, update pkgver
+# * Build the package
+
+updatelist() {
+  rm -f mirrorlist
+  curl -o mirrorlist https://www.archlinux.org/mirrorlist/all/
+}
+
+package() {
+  mkdir -p $pkgdir/etc/pacman.d
+  install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
+}
+
+md5sums=('ebce9fc99e882d221d4d7fe5a9e5fc49')
+sha256sums=('6e92abfeda18108a9d7c5e40c719161b2254639f72c8d1be698893bef59ccf1c')

Deleted: mirrorlist
===
--- mirrorlist  2014-12-17 00:18:51 UTC (rev 227660)
+++ mirrorlist  2014-12-17 00:18:56 UTC (rev 227661)
@@ -1,327 +0,0 @@
-##
-## Arch Linux repository mirrorlist
-## Generated on 2014-11-16
-##
-
-## Australia
-#Server = http://mirror.aarnet.edu.au/pub/archlinux/$repo/os/$arch
-#Server = http://ftp.iinet.net.au/pub/archlinux/$repo/os/$arch
-#Server = http://mirror.internode.on.net/pub/archlinux/$repo/os/$arch
-#Server = http://mirror.rackcentral.com.au/archlinux/$repo/os/$arch
-#Server = http://syd.mirror.rackspace.com/archlinux/$repo/os/$arch
-#Server = http://ftp.swin.edu.au/archlinux/$repo/os/$arch
-#Server = http://archlinux.mirror.uber.com.au/$repo/os/$arch
-
-## Austria
-#Server = http://mirror1.htu.tugraz.at/archlinux/$repo/os/$arch
-
-## Bangladesh
-#Server = http://mirrors.ispros.com.bd/archlinux/$repo/os/$arch
-
-## Belarus
-#Server = http://ftp.byfly.by/pub/archlinux/$repo/os/$arch
-#Server = http://mirror.datacenter.by/pub/archlinux/$repo/os/$arch
-
-## Belgium
-#Server = http://archlinux.cu.be/$repo/os/$arch
-#Server = http://archlinux.mirror.kangaroot.net/$repo/os/$arch
-
-## Brazil
-#Server = http://archlinux.c3sl.ufpr.br/$repo/os/$arch
-#Server = http://www.las.ic.unicamp.br/pub/archlinux/$repo/os/$arch
-#Server = http://pet.inf.ufsc.br/mirrors/archlinux/$repo/os/$arch
-
-## Bulgaria
-#Server = http://archlinux.igor.onlinedirect.bg/$repo/os/$arch
-
-## Canada
-#Server = http://archlinux.dropswitch.net/archlinux/$repo/os/$arch
-#Server = http://mirror.clibre.uqam.ca/archlinux/$repo/os/$arch
-#Server = http://mirror.csclub.uwaterloo.ca/archlinux/$repo/os/$arch
-#Server = http://mirror.its.dal.ca/archlinux/$repo/os/$arch
-#Server = http://archlinux.mirror.rafal.ca/$repo/os/$arch
-#Server = http://archlinux.mirror.vexxhost.com/$repo/os/$arch
-
-## China
-#Server = http://mirrors.163.com/archlinux/$repo/os/$arch
-#Server = http://mirror.bjtu.edu.cn/archlinux/$repo/os/$arch
-#Server = http://mirrors.hust.edu.cn/archlinux/$repo/os/$arch
-#Server = 

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

2014-12-16 Thread Sébastien Luttringer
Date: Wednesday, December 17, 2014 @ 01:50:33
  Author: seblu
Revision: 227662

upgpkg: libnftnl 1.0.3-1

Modified:
  libnftnl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-17 00:18:56 UTC (rev 227661)
+++ PKGBUILD2014-12-17 00:50:33 UTC (rev 227662)
@@ -2,7 +2,7 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=libnftnl
-pkgver=1.0.2
+pkgver=1.0.3
 pkgrel=1
 pkgdesc='Netfilter library providing interface to the nf_tables subsystem'
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 license=('GPL2')
 depends=('libmnl')
 
source=(http://netfilter.org/projects/libnftnl/files/libnftnl-$pkgver.tar.bz2{,.sig})
-sha1sums=('19b6903b3dc2a86cc13bb560ae55f779b92cae69'
+sha1sums=('11da04c6632c3b06728e2341cd9d7cfbb69a484d'
   'SKIP')
 
 build() {


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

2014-12-16 Thread Sébastien Luttringer
Date: Wednesday, December 17, 2014 @ 01:50:04
  Author: seblu
Revision: 124005

upgpkg: keepalived 1.2.14-1

Modified:
  keepalived/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-16 19:44:41 UTC (rev 124004)
+++ PKGBUILD2014-12-17 00:50:04 UTC (rev 124005)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Zucchelli zukk...@gmail.com
 
 pkgname=keepalived
-pkgver=1.2.13
+pkgver=1.2.14
 pkgrel=1
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('openssl' 'popt' 'libnl1')
 source=(http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz;
 'keepalived.service')
-md5sums=('5f5c038139c55b5af54deefbcce64e33'
+md5sums=('ef945274de599107d5b9f60bf5a0cc2d'
  '0a5171f4298528315e8a8004b55befb7')
 
 build() {


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

2014-12-16 Thread Sébastien Luttringer
Date: Wednesday, December 17, 2014 @ 01:50:21
  Author: seblu
Revision: 124006

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

Added:
  keepalived/repos/community-i686/PKGBUILD
(from rev 124005, keepalived/trunk/PKGBUILD)
  keepalived/repos/community-i686/keepalived.service
(from rev 124005, keepalived/trunk/keepalived.service)
  keepalived/repos/community-x86_64/PKGBUILD
(from rev 124005, keepalived/trunk/PKGBUILD)
  keepalived/repos/community-x86_64/keepalived.service
(from rev 124005, keepalived/trunk/keepalived.service)
Deleted:
  keepalived/repos/community-i686/PKGBUILD
  keepalived/repos/community-i686/keepalived.service
  keepalived/repos/community-x86_64/PKGBUILD
  keepalived/repos/community-x86_64/keepalived.service

-+
 /PKGBUILD   |   76 ++
 /keepalived.service |   18 
 community-i686/PKGBUILD |   38 -
 community-i686/keepalived.service   |9 
 community-x86_64/PKGBUILD   |   38 -
 community-x86_64/keepalived.service |9 
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-17 00:50:04 UTC (rev 124005)
+++ community-i686/PKGBUILD 2014-12-17 00:50:21 UTC (rev 124006)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Andrea Zucchelli zukk...@gmail.com
-
-pkgname=keepalived
-pkgver=1.2.13
-pkgrel=1
-pkgdesc='Failover and monitoring daemon for LVS clusters'
-arch=('i686' 'x86_64')
-url='http://www.keepalived.org/'
-license=('GPL2')
-backup=('etc/keepalived/keepalived.conf')
-depends=('openssl' 'popt' 'libnl1')
-source=(http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz;
-'keepalived.service')
-md5sums=('5f5c038139c55b5af54deefbcce64e33'
- '0a5171f4298528315e8a8004b55befb7')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  # clean pacakge init scripts
-  rm -r $pkgdir/etc/rc.d $pkgdir/etc/sysconfig
-  # move examples to /usr/share
-  install -d -m 755 $pkgdir/usr/share/$pkgname
-  mv $pkgdir/etc/keepalived/samples $pkgdir/usr/share/$pkgname/samples
-  # systemd
-  install -D -m 644 $srcdir/$pkgname.service \
-$pkgdir/usr/lib/systemd/system/$pkgname.service
-}
-
-# vim:set ts=2 sw=2 et:

Copied: keepalived/repos/community-i686/PKGBUILD (from rev 124005, 
keepalived/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-17 00:50:21 UTC (rev 124006)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Andrea Zucchelli zukk...@gmail.com
+
+pkgname=keepalived
+pkgver=1.2.14
+pkgrel=1
+pkgdesc='Failover and monitoring daemon for LVS clusters'
+arch=('i686' 'x86_64')
+url='http://www.keepalived.org/'
+license=('GPL2')
+backup=('etc/keepalived/keepalived.conf')
+depends=('openssl' 'popt' 'libnl1')
+source=(http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz;
+'keepalived.service')
+md5sums=('ef945274de599107d5b9f60bf5a0cc2d'
+ '0a5171f4298528315e8a8004b55befb7')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  # clean pacakge init scripts
+  rm -r $pkgdir/etc/rc.d $pkgdir/etc/sysconfig
+  # move examples to /usr/share
+  install -d -m 755 $pkgdir/usr/share/$pkgname
+  mv $pkgdir/etc/keepalived/samples $pkgdir/usr/share/$pkgname/samples
+  # systemd
+  install -D -m 644 $srcdir/$pkgname.service \
+$pkgdir/usr/lib/systemd/system/$pkgname.service
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/keepalived.service
===
--- community-i686/keepalived.service   2014-12-17 00:50:04 UTC (rev 124005)
+++ community-i686/keepalived.service   2014-12-17 00:50:21 UTC (rev 124006)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Keepalive Daemon
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/keepalived --dont-fork
-
-[Install]
-WantedBy=multi-user.target

Copied: keepalived/repos/community-i686/keepalived.service (from rev 124005, 
keepalived/trunk/keepalived.service)
===
--- community-i686/keepalived.service   (rev 0)
+++ community-i686/keepalived.service   2014-12-17 00:50:21 UTC (rev 124006)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Keepalive Daemon
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/keepalived --dont-fork
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-x86_64/PKGBUILD

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

2014-12-16 Thread Sébastien Luttringer
Date: Wednesday, December 17, 2014 @ 01:50:53
  Author: seblu
Revision: 227663

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-17 00:50:33 UTC (rev 227662)
+++ extra-i686/PKGBUILD 2014-12-17 00:50:53 UTC (rev 227663)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=libnftnl
-pkgver=1.0.2
-pkgrel=1
-pkgdesc='Netfilter library providing interface to the nf_tables subsystem'
-arch=('i686' 'x86_64')
-url='http://netfilter.org/projects/libnftnl/'
-license=('GPL2')
-depends=('libmnl')
-source=(http://netfilter.org/projects/libnftnl/files/libnftnl-$pkgver.tar.bz2{,.sig})
-sha1sums=('19b6903b3dc2a86cc13bb560ae55f779b92cae69'
-  'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libnftnl/repos/extra-i686/PKGBUILD (from rev 227662, 
libnftnl/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-17 00:50:53 UTC (rev 227663)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=libnftnl
+pkgver=1.0.3
+pkgrel=1
+pkgdesc='Netfilter library providing interface to the nf_tables subsystem'
+arch=('i686' 'x86_64')
+url='http://netfilter.org/projects/libnftnl/'
+license=('GPL2')
+depends=('libmnl')
+source=(http://netfilter.org/projects/libnftnl/files/libnftnl-$pkgver.tar.bz2{,.sig})
+sha1sums=('11da04c6632c3b06728e2341cd9d7cfbb69a484d'
+  'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-12-17 00:50:33 UTC (rev 227662)
+++ extra-x86_64/PKGBUILD   2014-12-17 00:50:53 UTC (rev 227663)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=libnftnl
-pkgver=1.0.2
-pkgrel=1
-pkgdesc='Netfilter library providing interface to the nf_tables subsystem'
-arch=('i686' 'x86_64')
-url='http://netfilter.org/projects/libnftnl/'
-license=('GPL2')
-depends=('libmnl')
-source=(http://netfilter.org/projects/libnftnl/files/libnftnl-$pkgver.tar.bz2{,.sig})
-sha1sums=('19b6903b3dc2a86cc13bb560ae55f779b92cae69'
-  'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libnftnl/repos/extra-x86_64/PKGBUILD (from rev 227662, 
libnftnl/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-12-17 00:50:53 UTC (rev 227663)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=libnftnl
+pkgver=1.0.3
+pkgrel=1
+pkgdesc='Netfilter library providing interface to the nf_tables subsystem'
+arch=('i686' 'x86_64')
+url='http://netfilter.org/projects/libnftnl/'
+license=('GPL2')
+depends=('libmnl')
+source=(http://netfilter.org/projects/libnftnl/files/libnftnl-$pkgver.tar.bz2{,.sig})
+sha1sums=('11da04c6632c3b06728e2341cd9d7cfbb69a484d'
+  'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:


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

2014-12-16 Thread Sébastien Luttringer
Date: Wednesday, December 17, 2014 @ 01:59:51
  Author: seblu
Revision: 227664

upgpkg: nftables 1:0.4-1

Modified:
  nftables/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-17 00:50:53 UTC (rev 227663)
+++ PKGBUILD2014-12-17 00:59:51 UTC (rev 227664)
@@ -3,8 +3,8 @@
 
 pkgname=nftables
 epoch=1
-pkgver=0.3
-pkgrel=4
+pkgver=0.4
+pkgrel=1
 pkgdesc='Netfilter tables userspace tools'
 arch=('i686' 'x86_64')
 url='http://netfilter.org/projects/nftables/'
@@ -16,7 +16,7 @@
 'nftables.conf'
 'nftables.service'
 'nftables-flush')
-sha1sums=('4b097c23f38575347cec21835ee0e6ef89c57455'
+sha1sums=('c557c710510c59e4280d271e5b7232af7ba3fbb7'
   'SKIP'
   '041027cc0c217a5efa6b513a75736e28ab6db076'
   'a5c1cd98534c3758db1e773ad2a134649a6ac8ac'


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

2014-12-16 Thread Sébastien Luttringer
Date: Wednesday, December 17, 2014 @ 02:00:21
  Author: seblu
Revision: 227665

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

Added:
  nftables/repos/extra-i686/PKGBUILD
(from rev 227664, nftables/trunk/PKGBUILD)
  nftables/repos/extra-i686/nftables-flush
(from rev 227664, nftables/trunk/nftables-flush)
  nftables/repos/extra-i686/nftables.conf
(from rev 227664, nftables/trunk/nftables.conf)
  nftables/repos/extra-i686/nftables.service
(from rev 227664, nftables/trunk/nftables.service)
  nftables/repos/extra-x86_64/PKGBUILD
(from rev 227664, nftables/trunk/PKGBUILD)
  nftables/repos/extra-x86_64/nftables-flush
(from rev 227664, nftables/trunk/nftables-flush)
  nftables/repos/extra-x86_64/nftables.conf
(from rev 227664, nftables/trunk/nftables.conf)
  nftables/repos/extra-x86_64/nftables.service
(from rev 227664, nftables/trunk/nftables.service)
Deleted:
  nftables/repos/extra-i686/PKGBUILD
  nftables/repos/extra-i686/nftables-flush
  nftables/repos/extra-i686/nftables.conf
  nftables/repos/extra-i686/nftables.service
  nftables/repos/extra-x86_64/PKGBUILD
  nftables/repos/extra-x86_64/nftables-flush
  nftables/repos/extra-x86_64/nftables.conf
  nftables/repos/extra-x86_64/nftables.service

---+
 /PKGBUILD |   92 
 /nftables-flush   |   64 +++
 /nftables.conf|   76 +
 /nftables.service |   28 
 extra-i686/PKGBUILD   |   46 
 extra-i686/nftables-flush |   32 -
 extra-i686/nftables.conf  |   38 
 extra-i686/nftables.service   |   14 --
 extra-x86_64/PKGBUILD |   46 
 extra-x86_64/nftables-flush   |   32 -
 extra-x86_64/nftables.conf|   38 
 extra-x86_64/nftables.service |   14 --
 12 files changed, 260 insertions(+), 260 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-17 00:59:51 UTC (rev 227664)
+++ extra-i686/PKGBUILD 2014-12-17 01:00:21 UTC (rev 227665)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Seblu Luttringer se...@archlinux.org
-
-pkgname=nftables
-epoch=1
-pkgver=0.3
-pkgrel=4
-pkgdesc='Netfilter tables userspace tools'
-arch=('i686' 'x86_64')
-url='http://netfilter.org/projects/nftables/'
-license=('GPL2')
-depends=('libmnl' 'libnftnl' 'gmp' 'readline' 'ncurses')
-makedepends=('docbook2x')
-backup=('etc/nftables.conf')
-source=(http://netfilter.org/projects/nftables/files/nftables-$pkgver.tar.bz2{,.sig}
-'nftables.conf'
-'nftables.service'
-'nftables-flush')
-sha1sums=('4b097c23f38575347cec21835ee0e6ef89c57455'
-  'SKIP'
-  '041027cc0c217a5efa6b513a75736e28ab6db076'
-  'a5c1cd98534c3758db1e773ad2a134649a6ac8ac'
-  '30ec956a52407ce1b4f1748f91184b3ff0bb9b7a')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/usr/share \
-CONFIG_MAN=y DB2MAN=docbook2man
-  make
-}
-
-package() {
-  pushd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  popd
-  # basic safe firewall config
-  install -Dm644 nftables.conf $pkgdir/etc/nftables.conf
-  # systemd
-  install -Dm644 nftables.service 
$pkgdir/usr/lib/systemd/system/nftables.service
-  install -Dm755 nftables-flush 
$pkgdir/usr/lib/systemd/scripts/nftables-flush
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nftables/repos/extra-i686/PKGBUILD (from rev 227664, 
nftables/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-17 01:00:21 UTC (rev 227665)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sébastien Seblu Luttringer se...@archlinux.org
+
+pkgname=nftables
+epoch=1
+pkgver=0.4
+pkgrel=1
+pkgdesc='Netfilter tables userspace tools'
+arch=('i686' 'x86_64')
+url='http://netfilter.org/projects/nftables/'
+license=('GPL2')
+depends=('libmnl' 'libnftnl' 'gmp' 'readline' 'ncurses')
+makedepends=('docbook2x')
+backup=('etc/nftables.conf')
+source=(http://netfilter.org/projects/nftables/files/nftables-$pkgver.tar.bz2{,.sig}
+'nftables.conf'
+'nftables.service'
+'nftables-flush')
+sha1sums=('c557c710510c59e4280d271e5b7232af7ba3fbb7'
+  'SKIP'
+  '041027cc0c217a5efa6b513a75736e28ab6db076'
+  'a5c1cd98534c3758db1e773ad2a134649a6ac8ac'
+  '30ec956a52407ce1b4f1748f91184b3ff0bb9b7a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/usr/share \
+CONFIG_MAN=y DB2MAN=docbook2man
+  make
+}
+
+package() {
+  pushd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  popd
+  # basic safe firewall config
+  install -Dm644 nftables.conf 

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

2014-12-16 Thread Felix Yan
Date: Wednesday, December 17, 2014 @ 04:16:06
  Author: fyan
Revision: 124008

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   96 +++--
 1 file changed, 56 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-17 03:15:46 UTC (rev 124007)
+++ PKGBUILD2014-12-17 03:16:06 UTC (rev 124008)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Karol Kenji Takahashi Woźniak kenji.sx
-
-pkgbase=python-mccabe
-pkgname=(python-mccabe python2-mccabe)
-_reponame=mccabe
-pkgver=0.2.1
-pkgrel=5
-pkgdesc=McCabe complexity checker for Python
-arch=('any')
-url=https://github.com/flintwork/mccabe;
-license=('custom:Expat')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=(https://github.com/flintwork/${_reponame}/archive/${pkgver}.tar.gz;)
-md5sums=('fcba311ebd999f48359a8ab28da94b30')
-
-prepare() {
-  cp -r ${_reponame}-${pkgver}{,-py2}
-}
-
-package_python-mccabe() {
-  depends=('python')
-
-  cd ${_reponame}-${pkgver}
-  python setup.py install --root=${pkgdir}/ --prefix=/usr --optimize=1
-
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_python2-mccabe() {
-  depends=('python2')
-
-  cd ${_reponame}-${pkgver}
-  python2 setup.py install --root=${pkgdir}/ --prefix=/usr --optimize=1
-
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-mccabe/repos/community-any/PKGBUILD (from rev 124007, 
python-mccabe/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-17 03:16:06 UTC (rev 124008)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Karol Kenji Takahashi Woźniak kenji.sx
+
+pkgbase=python-mccabe
+pkgname=(python-mccabe python2-mccabe)
+_reponame=mccabe
+pkgver=0.3
+pkgrel=1
+pkgdesc=McCabe complexity checker for Python
+arch=('any')
+url=https://github.com/flintwork/mccabe;
+license=('custom:Expat')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(https://github.com/flintwork/${_reponame}/archive/${pkgver}.tar.gz;)
+md5sums=('c583f58ea28be12842c001473d77504d')
+
+prepare() {
+  cp -a ${_reponame}-${pkgver}{,-py2}
+}
+
+build() {
+  cd ${_reponame}-${pkgver}
+  python setup.py build
+
+  cd ../${_reponame}-${pkgver}-py2
+  python2 setup.py build
+}
+
+check() {
+  cd ${_reponame}-${pkgver}
+  python setup.py test
+
+  cd ../${_reponame}-${pkgver}-py2
+  python2 setup.py test
+}
+
+package_python-mccabe() {
+  depends=('python')
+
+  cd ${_reponame}-${pkgver}
+  python setup.py install --root=${pkgdir}/ --prefix=/usr --skip-build 
--optimize=1
+
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-mccabe() {
+  depends=('python2')
+
+  cd ${_reponame}-${pkgver}-py2
+  python2 setup.py install --root=${pkgdir}/ --prefix=/usr --skip-build 
--optimize=1
+
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2014-12-16 Thread Felix Yan
Date: Wednesday, December 17, 2014 @ 04:15:46
  Author: fyan
Revision: 124007

upgpkg: python-mccabe 0.3-1

- upstream new release
- enable tests

Modified:
  python-mccabe/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-17 00:50:21 UTC (rev 124006)
+++ PKGBUILD2014-12-17 03:15:46 UTC (rev 124007)
@@ -1,12 +1,12 @@
 # $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
+# Maintainer: Felix Yan felixonm...@archlinux.org
 # Contributor: Karol Kenji Takahashi Woźniak kenji.sx
 
 pkgbase=python-mccabe
 pkgname=(python-mccabe python2-mccabe)
 _reponame=mccabe
-pkgver=0.2.1
-pkgrel=5
+pkgver=0.3
+pkgrel=1
 pkgdesc=McCabe complexity checker for Python
 arch=('any')
 url=https://github.com/flintwork/mccabe;
@@ -13,17 +13,33 @@
 license=('custom:Expat')
 makedepends=('python-setuptools' 'python2-setuptools')
 source=(https://github.com/flintwork/${_reponame}/archive/${pkgver}.tar.gz;)
-md5sums=('fcba311ebd999f48359a8ab28da94b30')
+md5sums=('c583f58ea28be12842c001473d77504d')
 
 prepare() {
-  cp -r ${_reponame}-${pkgver}{,-py2}
+  cp -a ${_reponame}-${pkgver}{,-py2}
 }
 
+build() {
+  cd ${_reponame}-${pkgver}
+  python setup.py build
+
+  cd ../${_reponame}-${pkgver}-py2
+  python2 setup.py build
+}
+
+check() {
+  cd ${_reponame}-${pkgver}
+  python setup.py test
+
+  cd ../${_reponame}-${pkgver}-py2
+  python2 setup.py test
+}
+
 package_python-mccabe() {
   depends=('python')
 
   cd ${_reponame}-${pkgver}
-  python setup.py install --root=${pkgdir}/ --prefix=/usr --optimize=1
+  python setup.py install --root=${pkgdir}/ --prefix=/usr --skip-build 
--optimize=1
 
   install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }
@@ -31,8 +47,8 @@
 package_python2-mccabe() {
   depends=('python2')
 
-  cd ${_reponame}-${pkgver}
-  python2 setup.py install --root=${pkgdir}/ --prefix=/usr --optimize=1
+  cd ${_reponame}-${pkgver}-py2
+  python2 setup.py install --root=${pkgdir}/ --prefix=/usr --skip-build 
--optimize=1
 
   install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }


[arch-commits] Commit in ttf-oxygen/repos/extra-any (4 files)

2014-12-16 Thread Andrea Scarpino
Date: Wednesday, December 17, 2014 @ 08:48:23
  Author: andrea
Revision: 227666

archrelease: copy trunk to extra-any

Added:
  ttf-oxygen/repos/extra-any/PKGBUILD
(from rev 227665, ttf-oxygen/trunk/PKGBUILD)
  ttf-oxygen/repos/extra-any/ttf-oxygen.install
(from rev 227665, ttf-oxygen/trunk/ttf-oxygen.install)
Deleted:
  ttf-oxygen/repos/extra-any/PKGBUILD
  ttf-oxygen/repos/extra-any/ttf-oxygen.install

+
 PKGBUILD   |   80 +--
 ttf-oxygen.install |   30 +--
 2 files changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-17 01:00:21 UTC (rev 227665)
+++ PKGBUILD2014-12-17 07:48:23 UTC (rev 227666)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas nqn1976 @ gmail.com
-
-pkgname=ttf-oxygen
-epoch=1
-pkgver=5.1.1
-pkgrel=1
-pkgdesc='The Oxygen font family. A desktop/gui font family for integrated use 
with the KDE desktop'
-url='https://projects.kde.org/projects/kde/workspace/oxygen-fonts'
-arch=('any')
-license=('custom:OFL' 'GPL' 'custom:GPL+FE')
-depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
-provides=('ttf-font')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/plasma/${pkgver}/oxygen-fonts-${pkgver}.tar.xz;)
-md5sums=('dd1edc7c711cc367264814ef57f34ab0')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../oxygen-fonts-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-
-  install -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 ${srcdir}/oxygen-fonts-${pkgver}/COPYING-{GPL+FE.txt,OFL} \
-${pkgdir}/usr/share/licenses/${pkgname}
-}

Copied: ttf-oxygen/repos/extra-any/PKGBUILD (from rev 227665, 
ttf-oxygen/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-17 07:48:23 UTC (rev 227666)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas nqn1976 @ gmail.com
+
+pkgname=ttf-oxygen
+epoch=1
+pkgver=5.1.2
+pkgrel=1
+pkgdesc='The Oxygen font family. A desktop/gui font family for integrated use 
with the KDE desktop'
+url='https://projects.kde.org/projects/kde/workspace/oxygen-fonts'
+arch=('any')
+license=('custom:OFL' 'GPL' 'custom:GPL+FE')
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
+provides=('ttf-font')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/plasma/${pkgver}/oxygen-fonts-${pkgver}.tar.xz;)
+md5sums=('b16b4fb6e87f984fc6d5b61072fa8020')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../oxygen-fonts-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  install -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 ${srcdir}/oxygen-fonts-${pkgver}/COPYING-{GPL+FE.txt,OFL} \
+${pkgdir}/usr/share/licenses/${pkgname}
+}

Deleted: ttf-oxygen.install
===
--- ttf-oxygen.install  2014-12-17 01:00:21 UTC (rev 227665)
+++ ttf-oxygen.install  2014-12-17 07:48:23 UTC (rev 227666)
@@ -1,15 +0,0 @@
-post_install() {
-  echo -n Updating font cache... 
-  fc-cache -f  /dev/null
-  mkfontscale /usr/share/fonts/truetype/oxygen
-  mkfontdir /usr/share/fonts/truetype/oxygen
-  echo done.
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: ttf-oxygen/repos/extra-any/ttf-oxygen.install (from rev 227665, 
ttf-oxygen/trunk/ttf-oxygen.install)
===
--- ttf-oxygen.install  (rev 0)
+++ ttf-oxygen.install  2014-12-17 07:48:23 UTC (rev 227666)
@@ -0,0 +1,15 @@
+post_install() {
+  echo -n Updating font cache... 
+  fc-cache -f  /dev/null
+  mkfontscale /usr/share/fonts/truetype/oxygen
+  mkfontdir /usr/share/fonts/truetype/oxygen
+  echo done.
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}


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

2014-12-16 Thread Andrea Scarpino
Date: Wednesday, December 17, 2014 @ 08:48:42
  Author: andrea
Revision: 227668

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-17 07:48:32 UTC (rev 227667)
+++ extra-i686/PKGBUILD 2014-12-17 07:48:42 UTC (rev 227668)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=kwayland
-pkgver=5.1.1
-pkgrel=1
-pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('LGPL')
-depends=('qt5-base')
-makedepends=('extra-cmake-modules')
-source=(http://download.kde.org/stable/plasma/${pkgver}/kwayland-$pkgver.tar.xz;)
-md5sums=('242fbe23dafda12ddcbe5c5f0cedfbac')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kwayland/repos/extra-i686/PKGBUILD (from rev 227667, 
kwayland/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-17 07:48:42 UTC (rev 227668)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=kwayland
+pkgver=5.1.2
+pkgrel=1
+pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules')
+source=(http://download.kde.org/stable/plasma/${pkgver}/kwayland-$pkgver.tar.xz;)
+md5sums=('49a5563621a4d6bd6bfd670903ea34bb')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-12-17 07:48:32 UTC (rev 227667)
+++ extra-x86_64/PKGBUILD   2014-12-17 07:48:42 UTC (rev 227668)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=kwayland
-pkgver=5.1.1
-pkgrel=1
-pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('LGPL')
-depends=('qt5-base')
-makedepends=('extra-cmake-modules')
-source=(http://download.kde.org/stable/plasma/${pkgver}/kwayland-$pkgver.tar.xz;)
-md5sums=('242fbe23dafda12ddcbe5c5f0cedfbac')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kwayland/repos/extra-x86_64/PKGBUILD (from rev 227667, 
kwayland/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-12-17 07:48:42 UTC (rev 227668)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=kwayland
+pkgver=5.1.2
+pkgrel=1
+pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules')
+source=(http://download.kde.org/stable/plasma/${pkgver}/kwayland-$pkgver.tar.xz;)
+md5sums=('49a5563621a4d6bd6bfd670903ea34bb')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}


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

2014-12-16 Thread Andrea Scarpino
Date: Wednesday, December 17, 2014 @ 08:49:11
  Author: andrea
Revision: 227671

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

Added:
  baloo-frameworks/repos/extra-i686/PKGBUILD
(from rev 227670, baloo-frameworks/trunk/PKGBUILD)
  baloo-frameworks/repos/extra-i686/baloo-frameworks.install
(from rev 227670, baloo-frameworks/trunk/baloo-frameworks.install)
  baloo-frameworks/repos/extra-x86_64/PKGBUILD
(from rev 227670, baloo-frameworks/trunk/PKGBUILD)
  baloo-frameworks/repos/extra-x86_64/baloo-frameworks.install
(from rev 227670, baloo-frameworks/trunk/baloo-frameworks.install)
Deleted:
  baloo-frameworks/repos/extra-i686/PKGBUILD
  baloo-frameworks/repos/extra-i686/baloo-frameworks.install
  baloo-frameworks/repos/extra-x86_64/PKGBUILD
  baloo-frameworks/repos/extra-x86_64/baloo-frameworks.install

---+
 /PKGBUILD |   74 
 /baloo-frameworks.install |   22 +
 extra-i686/PKGBUILD   |   38 
 extra-i686/baloo-frameworks.install   |   11 
 extra-x86_64/PKGBUILD |   38 
 extra-x86_64/baloo-frameworks.install |   11 
 6 files changed, 96 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-17 07:49:02 UTC (rev 227670)
+++ extra-i686/PKGBUILD 2014-12-17 07:49:11 UTC (rev 227671)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=baloo-frameworks
-pkgver=5.1.1
-pkgrel=1
-pkgdesc=A framework for searching and managing metadata
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdelibs/baloo'
-license=('LGPL')
-depends=('xapian-core' 'kfilemetadata5' 'kidletime' 'kcmutils' 
'kdelibs4support')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('baloo4')
-provides=('baloo')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/plasma/${pkgver}/baloo-$pkgver.tar.xz;)
-md5sums=('39d822fda3bb59197df35ee865d3b67d')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../baloo-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DSYSCONF_INSTALL_DIR=/etc \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: baloo-frameworks/repos/extra-i686/PKGBUILD (from rev 227670, 
baloo-frameworks/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-17 07:49:11 UTC (rev 227671)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=baloo-frameworks
+pkgver=5.1.2
+pkgrel=1
+pkgdesc=A framework for searching and managing metadata
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdelibs/baloo'
+license=('LGPL')
+depends=('xapian-core' 'kfilemetadata5' 'kidletime' 'kcmutils' 
'kdelibs4support')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('baloo4')
+provides=('baloo')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/plasma/${pkgver}/baloo-$pkgver.tar.xz;)
+md5sums=('a8ddea44b89176530b6598231ff89c43')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../baloo-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/baloo-frameworks.install
===
--- extra-i686/baloo-frameworks.install 2014-12-17 07:49:02 UTC (rev 227670)
+++ extra-i686/baloo-frameworks.install 2014-12-17 07:49:11 UTC (rev 227671)
@@ -1,11 +0,0 @@
-post_install() {
-[[ -x xdg-icon-resource ]]  xdg-icon-resource forceupdate --theme 
hicolor  /dev/null || true
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: baloo-frameworks/repos/extra-i686/baloo-frameworks.install (from rev 
227670, baloo-frameworks/trunk/baloo-frameworks.install)
===
--- extra-i686/baloo-frameworks.install (rev 0)
+++ extra-i686/baloo-frameworks.install 2014-12-17 07:49:11 UTC (rev 227671)
@@ -0,0 +1,11 @@
+post_install() {
+[[ -x xdg-icon-resource ]]  xdg-icon-resource forceupdate --theme 
hicolor  /dev/null || true
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-12-17 07:49:02 UTC (rev 227670)
+++ 

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

2014-12-16 Thread Andrea Scarpino
Date: Wednesday, December 17, 2014 @ 08:48:32
  Author: andrea
Revision: 227667

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-17 07:48:23 UTC (rev 227666)
+++ extra-i686/PKGBUILD 2014-12-17 07:48:32 UTC (rev 227667)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kfilemetadata5
-pkgver=5.1.1
-pkgrel=1
-pkgdesc=A library for extracting file metadata
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdelibs/kfilemetadata'
-license=('LGPL')
-depends=('ki18n' 'karchive' 'exiv2' 'poppler-qt5' 'taglib' 'ffmpeg' 
'ebook-tools')
-makedepends=('extra-cmake-modules' 'python2')
-conflicts=('kfilemetadata-frameworks')
-replaces=('kfilemetadata-frameworks')
-source=(http://download.kde.org/stable/plasma/${pkgver}/kfilemetadata-$pkgver.tar.xz;)
-md5sums=('427729194697d088413ac2a378ad9899')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kfilemetadata-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kfilemetadata5/repos/extra-i686/PKGBUILD (from rev 227666, 
kfilemetadata5/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-17 07:48:32 UTC (rev 227667)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kfilemetadata5
+pkgver=5.1.2
+pkgrel=1
+pkgdesc=A library for extracting file metadata
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdelibs/kfilemetadata'
+license=('LGPL')
+depends=('ki18n' 'karchive' 'exiv2' 'poppler-qt5' 'taglib' 'ffmpeg' 
'ebook-tools')
+makedepends=('extra-cmake-modules' 'python2')
+conflicts=('kfilemetadata-frameworks')
+replaces=('kfilemetadata-frameworks')
+source=(http://download.kde.org/stable/plasma/${pkgver}/kfilemetadata-$pkgver.tar.xz;)
+md5sums=('994b8a39da188f06ac054f5573a6')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kfilemetadata-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-12-17 07:48:23 UTC (rev 227666)
+++ extra-x86_64/PKGBUILD   2014-12-17 07:48:32 UTC (rev 227667)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kfilemetadata5
-pkgver=5.1.1
-pkgrel=1
-pkgdesc=A library for extracting file metadata
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdelibs/kfilemetadata'
-license=('LGPL')
-depends=('ki18n' 'karchive' 'exiv2' 'poppler-qt5' 'taglib' 'ffmpeg' 
'ebook-tools')
-makedepends=('extra-cmake-modules' 'python2')
-conflicts=('kfilemetadata-frameworks')
-replaces=('kfilemetadata-frameworks')
-source=(http://download.kde.org/stable/plasma/${pkgver}/kfilemetadata-$pkgver.tar.xz;)
-md5sums=('427729194697d088413ac2a378ad9899')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kfilemetadata-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kfilemetadata5/repos/extra-x86_64/PKGBUILD (from rev 227666, 
kfilemetadata5/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-12-17 07:48:32 UTC (rev 227667)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kfilemetadata5
+pkgver=5.1.2
+pkgrel=1
+pkgdesc=A library for extracting file metadata
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdelibs/kfilemetadata'
+license=('LGPL')
+depends=('ki18n' 'karchive' 'exiv2' 'poppler-qt5' 'taglib' 

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

2014-12-16 Thread Andrea Scarpino
Date: Wednesday, December 17, 2014 @ 08:49:02
  Author: andrea
Revision: 227670

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-17 07:48:52 UTC (rev 227669)
+++ extra-i686/PKGBUILD 2014-12-17 07:49:02 UTC (rev 227670)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgbase=oxygen
-pkgname=('oxygen' 'oxygen-kde4')
-pkgver=5.1.1
-pkgrel=1
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/oxygen'
-license=('LGPL')
-makedepends=('frameworkintegration' 'kwin' 'extra-cmake-modules' 'kdoctools' 
'kdelibs' 'automoc4')
-source=(http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('fc112c113dedcbac338e0db89af4b388')
-
-prepare() {
-  mkdir -p build{,-kde4}
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-  cd ..
-
-  cd build-kde4
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTING=OFF \
--DUSE_KDE4=ON
-  make
-}
-
-package_oxygen() {
-  pkgdesc='KDE Oxygen style'
-  depends=('frameworkintegration' 'kwin')
-  groups=('plasma-next')
-
-  cd build
-  make DESTDIR=${pkgdir} install
-}
-
-package_oxygen-kde4() {
-  pkgdesc='KDE Oxygen style for KDE4 applications'
-  depends=('kdelibs')
-  conflicts=('kdebase-workspace')
-
-  cd build-kde4
-  make DESTDIR=${pkgdir} install
-
-  # needed so that pure Qt4 apps are correctly themed
-  install -d -m755 $pkgdir/usr/lib/qt4/plugins/styles
-  ln -s /usr/lib/kde4/plugins/styles/oxygen.so 
$pkgdir/usr/lib/qt4/plugins/styles
-}

Copied: oxygen/repos/extra-i686/PKGBUILD (from rev 227669, 
oxygen/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-17 07:49:02 UTC (rev 227670)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgbase=oxygen
+pkgname=('oxygen' 'oxygen-kde4')
+pkgver=5.1.2
+pkgrel=1
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/oxygen'
+license=('LGPL')
+makedepends=('frameworkintegration' 'kwin' 'extra-cmake-modules' 'kdoctools' 
'kdelibs' 'automoc4')
+source=(http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('12dc862b9d557f249e049959f398dddc')
+
+prepare() {
+  mkdir -p build{,-kde4}
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+  cd ..
+
+  cd build-kde4
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTING=OFF \
+-DUSE_KDE4=ON
+  make
+}
+
+package_oxygen() {
+  pkgdesc='KDE Oxygen style'
+  depends=('frameworkintegration' 'kwin')
+  groups=('plasma-next')
+
+  cd build
+  make DESTDIR=${pkgdir} install
+}
+
+package_oxygen-kde4() {
+  pkgdesc='KDE Oxygen style for KDE4 applications'
+  depends=('kdelibs')
+  conflicts=('kdebase-workspace')
+
+  cd build-kde4
+  make DESTDIR=${pkgdir} install
+
+  # needed so that pure Qt4 apps are correctly themed
+  install -d -m755 $pkgdir/usr/lib/qt4/plugins/styles
+  ln -s /usr/lib/kde4/plugins/styles/oxygen.so 
$pkgdir/usr/lib/qt4/plugins/styles
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-12-17 07:48:52 UTC (rev 227669)
+++ extra-x86_64/PKGBUILD   2014-12-17 07:49:02 UTC (rev 227670)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgbase=oxygen
-pkgname=('oxygen' 'oxygen-kde4')
-pkgver=5.1.1
-pkgrel=1
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/oxygen'
-license=('LGPL')
-makedepends=('frameworkintegration' 'kwin' 'extra-cmake-modules' 'kdoctools' 
'kdelibs' 'automoc4')
-source=(http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('fc112c113dedcbac338e0db89af4b388')
-
-prepare() {

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

2014-12-16 Thread Andrea Scarpino
Date: Wednesday, December 17, 2014 @ 08:48:52
  Author: andrea
Revision: 227669

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-17 07:48:42 UTC (rev 227668)
+++ extra-i686/PKGBUILD 2014-12-17 07:48:52 UTC (rev 227669)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kwin
-pkgver=5.1.1
-pkgrel=1
-pkgdesc='KDE Window manager'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/kwin'
-license=('LGPL')
-depends=('qt5-multimedia' 'plasma-framework' 'knewstuff' 'libxcursor' 'kinit'
- 'hicolor-icon-theme' 'libepoxy' 'kwayland')
-makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
-groups=('plasma-next')
-install=${pkgname}.install
-conflicts=('kdebase-workspace')
-source=(http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('85ec15e6ce29b1bb80f376bc6914bc7c')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DQML_INSTALL_DIR=lib/qt/qml \
--DBUILD_TESTING=OFF \
--DSYSCONF_INSTALL_DIR=/etc
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kwin/repos/extra-i686/PKGBUILD (from rev 227668, kwin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-17 07:48:52 UTC (rev 227669)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kwin
+pkgver=5.1.2
+pkgrel=1
+pkgdesc='KDE Window manager'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kwin'
+license=('LGPL')
+depends=('qt5-multimedia' 'plasma-framework' 'knewstuff' 'libxcursor' 'kinit'
+ 'hicolor-icon-theme' 'libepoxy' 'kwayland')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
+groups=('plasma-next')
+install=${pkgname}.install
+conflicts=('kdebase-workspace')
+source=(http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('feb97cc6591e2526406d988a8fcf2f20')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DQML_INSTALL_DIR=lib/qt/qml \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/kwin.install
===
--- extra-i686/kwin.install 2014-12-17 07:48:42 UTC (rev 227668)
+++ extra-i686/kwin.install 2014-12-17 07:48:52 UTC (rev 227669)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: kwin/repos/extra-i686/kwin.install (from rev 227668, 
kwin/trunk/kwin.install)
===
--- extra-i686/kwin.install (rev 0)
+++ extra-i686/kwin.install 2014-12-17 07:48:52 UTC (rev 227669)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-12-17 07:48:42 UTC (rev 227668)
+++ extra-x86_64/PKGBUILD   2014-12-17 07:48:52 UTC (rev 227669)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kwin
-pkgver=5.1.1
-pkgrel=1
-pkgdesc='KDE Window manager'
-arch=('i686' 'x86_64')

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

2014-12-16 Thread Andrea Scarpino
Date: Wednesday, December 17, 2014 @ 08:49:21
  Author: andrea
Revision: 227672

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-17 07:49:11 UTC (rev 227671)
+++ extra-i686/PKGBUILD 2014-12-17 07:49:21 UTC (rev 227672)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgbase=breeze
-pkgname=('breeze' 'breeze-kde4')
-pkgver=5.1.1
-pkgrel=1
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/breeze'
-license=('LGPL')
-makedepends=('extra-cmake-modules' 'frameworkintegration' 'kdelibs' 'automoc4')
-source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgbase-$pkgver.tar.xz;)
-md5sums=('81c324560667424a99beeb0657c02ba5')
-
-prepare() {
-  mkdir build{,-kde4}
-}
-
-build() {
-  cd build
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-
-  cd ../build-kde4
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DUSE_KDE4=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_breeze() {
-  depends=('frameworkintegration')
-  pkgdesc='Artwork, styles and assets for the Breeze visual style for the 
Plasma Desktop'
-  optdepends=('breeze-kde4: Breeze widget style for KDE4 applications'
-  'oxygen-icons: fallback icon theme')
-
-  cd build
-  make DESTDIR=${pkgdir} install
-
-  # make QtCurve preset and color scheme available for KDE4 too
-  install -d $pkgdir/usr/share/apps/{QtCurve,color-schemes}
-  ln -s /usr/share/QtCurve/Breeze.qtcurve $pkgdir/usr/share/apps/QtCurve/
-  ln -s /usr/share/color-schemes/Breeze{,Dark}.colors 
$pkgdir/usr/share/apps/color-schemes/
-}
-
-package_breeze-kde4() {
-  pkgdesc='Artwork, styles and assets for the Breeze visual style for the KDE4'
-  depends=('kdelibs')
-
-  cd build-kde4
-  make DESTDIR=${pkgdir} install
-
-  # needed for pure Qt4 apps
-  install -d $pkgdir/usr/lib/qt4/plugins/styles
-  ln -s /usr/lib/kde4/plugins/styles/breeze.so 
$pkgdir/usr/lib/qt4/plugins/styles
-}

Copied: breeze/repos/extra-i686/PKGBUILD (from rev 227671, 
breeze/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-17 07:49:21 UTC (rev 227672)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgbase=breeze
+pkgname=('breeze' 'breeze-kde4')
+pkgver=5.1.2
+pkgrel=1
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/breeze'
+license=('LGPL')
+makedepends=('extra-cmake-modules' 'frameworkintegration' 'kdelibs' 'automoc4')
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgbase-$pkgver.tar.xz;)
+md5sums=('d3ca341863579bab1222353a84fa09fa')
+
+prepare() {
+  mkdir build{,-kde4}
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+
+  cd ../build-kde4
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DUSE_KDE4=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package_breeze() {
+  depends=('frameworkintegration')
+  pkgdesc='Artwork, styles and assets for the Breeze visual style for the 
Plasma Desktop'
+  optdepends=('breeze-kde4: Breeze widget style for KDE4 applications'
+  'oxygen-icons: fallback icon theme')
+
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  # make QtCurve preset and color scheme available for KDE4 too
+  install -d $pkgdir/usr/share/apps/{QtCurve,color-schemes}
+  ln -s /usr/share/QtCurve/Breeze.qtcurve $pkgdir/usr/share/apps/QtCurve/
+  ln -s /usr/share/color-schemes/Breeze{,Dark}.colors 
$pkgdir/usr/share/apps/color-schemes/
+}
+
+package_breeze-kde4() {
+  pkgdesc='Artwork, styles and assets for the Breeze visual style for the KDE4'
+  depends=('kdelibs')
+
+  cd build-kde4
+  make DESTDIR=${pkgdir} install
+
+  # needed for pure Qt4 apps
+  install -d $pkgdir/usr/lib/qt4/plugins/styles
+  ln -s /usr/lib/kde4/plugins/styles/breeze.so 
$pkgdir/usr/lib/qt4/plugins/styles

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

2014-12-16 Thread Andrea Scarpino
Date: Wednesday, December 17, 2014 @ 08:49:43
  Author: andrea
Revision: 227674

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

Added:
  kio-extras/repos/extra-i686/PKGBUILD
(from rev 227673, kio-extras/trunk/PKGBUILD)
  kio-extras/repos/extra-i686/kio-extras.install
(from rev 227673, kio-extras/trunk/kio-extras.install)
  kio-extras/repos/extra-x86_64/PKGBUILD
(from rev 227673, kio-extras/trunk/PKGBUILD)
  kio-extras/repos/extra-x86_64/kio-extras.install
(from rev 227673, kio-extras/trunk/kio-extras.install)
Deleted:
  kio-extras/repos/extra-i686/PKGBUILD
  kio-extras/repos/extra-i686/kio-extras.install
  kio-extras/repos/extra-i686/sanitize-input.patch
  kio-extras/repos/extra-x86_64/PKGBUILD
  kio-extras/repos/extra-x86_64/kio-extras.install
  kio-extras/repos/extra-x86_64/sanitize-input.patch

---+
 /PKGBUILD |   84 
 /kio-extras.install   |   22 +
 extra-i686/PKGBUILD   |   47 
 extra-i686/kio-extras.install |   11 
 extra-i686/sanitize-input.patch   |   31 -
 extra-x86_64/PKGBUILD |   47 
 extra-x86_64/kio-extras.install   |   11 
 extra-x86_64/sanitize-input.patch |   31 -
 8 files changed, 106 insertions(+), 178 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-17 07:49:34 UTC (rev 227673)
+++ extra-i686/PKGBUILD 2014-12-17 07:49:43 UTC (rev 227674)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=kio-extras
-pkgver=5.1.1
-pkgrel=2
-pkgdesc=Additional components to increase the functionality of KIO
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/kio-extras'
-license=('LGPL')
-depends=('kdelibs4support' 'khtml' 'kdnssd' 'libssh' 'smbclient' 'exiv2' 
'openexr' 'openslp')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-options=('!buildflags')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;
-'sanitize-input.patch')
-md5sums=('831fb9bc8960932233cf6042f6097751'
- '6462465f886decd5c7706d09bc71b2b8')
-
-prepare() {
-  mkdir -p build
-
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i ${srcdir}/sanitize-input.patch
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-
-  # conflicts with kdebase-runtime
-  rm $pkgdir/usr/lib/libmolletnetwork.so
-  mv $pkgdir/usr/share/config.kcfg/jpegcreatorsettings{,5}.kcfg
-}
-

Copied: kio-extras/repos/extra-i686/PKGBUILD (from rev 227673, 
kio-extras/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-12-17 07:49:43 UTC (rev 227674)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=kio-extras
+pkgver=5.1.2
+pkgrel=1
+pkgdesc=Additional components to increase the functionality of KIO
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kio-extras'
+license=('LGPL')
+depends=('kdelibs4support' 'khtml' 'kdnssd' 'libssh' 'smbclient' 'exiv2' 
'openexr' 'openslp')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+options=('!buildflags')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('16aacd3f6d7a4bcfda9fcc456edead77')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  # conflicts with kdebase-runtime
+  rm $pkgdir/usr/lib/libmolletnetwork.so
+  mv $pkgdir/usr/share/config.kcfg/jpegcreatorsettings{,5}.kcfg
+}
+

Deleted: extra-i686/kio-extras.install
===
--- extra-i686/kio-extras.install   2014-12-17 07:49:34 UTC (rev 227673)
+++ extra-i686/kio-extras.install   2014-12-17 07:49:43 UTC (rev 227674)
@@ -1,11 +0,0 @@
-post_install() {
-update-mime-database usr/share/mime  /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kio-extras/repos/extra-i686/kio-extras.install (from rev 227673, 
kio-extras/trunk/kio-extras.install)
===
--- extra-i686/kio-extras.install

  1   2   >