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

2014-05-30 Thread Felix Yan
Date: Friday, May 30, 2014 @ 08:36:13
  Author: fyan
Revision: 213840

upgpkg: perl-net-dns 0.76_1-2

- upstream development release that fixes the previous failure
- perl 5.20 rebuild

Modified:
  perl-net-dns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-30 04:58:23 UTC (rev 213839)
+++ PKGBUILD2014-05-30 06:36:13 UTC (rev 213840)
@@ -3,7 +3,7 @@
 
 pkgname=perl-net-dns
 pkgver=0.76_1
-pkgrel=1
+pkgrel=2
 pkgdesc=Perl Module: Interface to the DNS resolver
 arch=('i686' 'x86_64')
 license=('PerlArtistic')



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

2014-05-30 Thread Felix Yan
Date: Friday, May 30, 2014 @ 08:38:07
  Author: fyan
Revision: 213841

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

Added:
  perl-net-dns/repos/staging-i686/PKGBUILD
(from rev 213840, perl-net-dns/trunk/PKGBUILD)
  perl-net-dns/repos/staging-x86_64/PKGBUILD
(from rev 213840, perl-net-dns/trunk/PKGBUILD)
Deleted:
  perl-net-dns/repos/staging-i686/PKGBUILD
  perl-net-dns/repos/staging-x86_64/PKGBUILD

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

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2014-05-30 06:36:13 UTC (rev 213840)
+++ staging-i686/PKGBUILD   2014-05-30 06:38:07 UTC (rev 213841)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgname=perl-net-dns
-pkgver=0.76
-pkgrel=2
-pkgdesc=Perl Module: Interface to the DNS resolver
-arch=('i686' 'x86_64')
-license=('PerlArtistic')
-url=http://search.cpan.org/dist/Net-DNS/;
-depends=('perl-digest-hmac' 'perl-net-ip' 'perl')
-checkdepends=('perl-test-pod')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-$pkgver.tar.gz)
-sha1sums=('b4cb71eee79b1fc4946fa089741d5992e1a4f122')
-
-build() {
-  cd Net-DNS-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-# Test failed on 0.76
-check() {
-  cd Net-DNS-${pkgver}
-  make test || warning Tests failed
-}
-
-package() {
-  cd Net-DNS-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: perl-net-dns/repos/staging-i686/PKGBUILD (from rev 213840, 
perl-net-dns/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-05-30 06:38:07 UTC (rev 213841)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgname=perl-net-dns
+pkgver=0.76_1
+pkgrel=2
+pkgdesc=Perl Module: Interface to the DNS resolver
+arch=('i686' 'x86_64')
+license=('PerlArtistic')
+url=http://search.cpan.org/dist/Net-DNS/;
+depends=('perl-digest-hmac' 'perl-net-ip' 'perl')
+checkdepends=('perl-test-pod')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-$pkgver.tar.gz)
+sha1sums=('f719cf72fdc19ed9a78fcd5d381385c620a93548')
+
+build() {
+  cd Net-DNS-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Net-DNS-${pkgver}
+  make test
+}
+
+package() {
+  cd Net-DNS-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: staging-x86_64/PKGBUILD
===
--- staging-x86_64/PKGBUILD 2014-05-30 06:36:13 UTC (rev 213840)
+++ staging-x86_64/PKGBUILD 2014-05-30 06:38:07 UTC (rev 213841)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgname=perl-net-dns
-pkgver=0.76
-pkgrel=2
-pkgdesc=Perl Module: Interface to the DNS resolver
-arch=('i686' 'x86_64')
-license=('PerlArtistic')
-url=http://search.cpan.org/dist/Net-DNS/;
-depends=('perl-digest-hmac' 'perl-net-ip' 'perl')
-checkdepends=('perl-test-pod')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-$pkgver.tar.gz)
-sha1sums=('b4cb71eee79b1fc4946fa089741d5992e1a4f122')
-
-build() {
-  cd Net-DNS-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-# Test failed on 0.76
-check() {
-  cd Net-DNS-${pkgver}
-  make test || warning Tests failed
-}
-
-package() {
-  cd Net-DNS-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: perl-net-dns/repos/staging-x86_64/PKGBUILD (from rev 213840, 
perl-net-dns/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-05-30 06:38:07 UTC (rev 213841)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgname=perl-net-dns
+pkgver=0.76_1
+pkgrel=2
+pkgdesc=Perl Module: Interface to the DNS resolver
+arch=('i686' 'x86_64')
+license=('PerlArtistic')
+url=http://search.cpan.org/dist/Net-DNS/;
+depends=('perl-digest-hmac' 'perl-net-ip' 'perl')
+checkdepends=('perl-test-pod')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-$pkgver.tar.gz)
+sha1sums=('f719cf72fdc19ed9a78fcd5d381385c620a93548')
+
+build() {
+  cd Net-DNS-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Net-DNS-${pkgver}
+  make test
+}
+
+package() {
+  cd Net-DNS-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2014-05-30 Thread Sergej Pupykin
Date: Friday, May 30, 2014 @ 12:21:33
  Author: spupykin
Revision: 112218

upgpkg: firefox-noscript 2.6.8.26-1

upd

Modified:
  firefox-noscript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-30 04:55:52 UTC (rev 112217)
+++ PKGBUILD2014-05-30 10:21:33 UTC (rev 112218)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=firefox-noscript
-pkgver=2.6.8.25
+pkgver=2.6.8.26
 pkgrel=1
 pkgdesc=plugin 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=('10acb0caabd9301f15e75d770583eda8')
+md5sums=('1387ffd54db89afa748754b310da7db5')
 
 package() {
 #  _ffver=`pacman -Q firefox | cut -f2 -d\ | cut -f1 -d-`



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

2014-05-30 Thread Sergej Pupykin
Date: Friday, May 30, 2014 @ 12:21:46
  Author: spupykin
Revision: 112220

upgpkg: xcircuit 3.8.61-1

upd

Modified:
  xcircuit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-30 10:21:43 UTC (rev 112219)
+++ PKGBUILD2014-05-30 10:21:46 UTC (rev 112220)
@@ -4,7 +4,7 @@
 # Contributor: simo s...@archlinux.org
 
 pkgname=xcircuit
-pkgver=3.8.58
+pkgver=3.8.61
 pkgrel=1
 pkgdesc=A program for drawing publishable-quality electrical circuit 
schematic diagrams
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('tk' 'libxpm' 'zlib')
 makedepends=('chrpath')
 source=(http://opencircuitdesign.com/xcircuit/archive/$pkgname-$pkgver.tgz)
-md5sums=('23053de9e386dc88d6fbffad025be4ff')
+md5sums=('8baa59454c6038c4f7c080fadfb9b4cf')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2014-05-30 Thread Sergej Pupykin
Date: Friday, May 30, 2014 @ 12:21:43
  Author: spupykin
Revision: 112219

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-30 10:21:33 UTC (rev 112218)
+++ PKGBUILD2014-05-30 10:21:43 UTC (rev 112219)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=firefox-noscript
-pkgver=2.6.8.25
-pkgrel=1
-pkgdesc=plugin 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=('10acb0caabd9301f15e75d770583eda8')
-
-package() {
-#  _ffver=`pacman -Q firefox | cut -f2 -d\ | cut -f1 -d-`
-#  depends=(firefox=${_ffver} firefox=${_ffver/0/99})
-  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
-#  sed -i 
's#em:maxVersion.*/em:maxVersion#em:maxVersion7.*/em:maxVersion#' 
install.rdf
-  cp -R * $dstdir
-  rm $dstdir/noscript-$pkgver.xpi
-}

Copied: firefox-noscript/repos/community-any/PKGBUILD (from rev 112218, 
firefox-noscript/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-30 10:21:43 UTC (rev 112219)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=firefox-noscript
+pkgver=2.6.8.26
+pkgrel=1
+pkgdesc=plugin 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=('1387ffd54db89afa748754b310da7db5')
+
+package() {
+#  _ffver=`pacman -Q firefox | cut -f2 -d\ | cut -f1 -d-`
+#  depends=(firefox=${_ffver} firefox=${_ffver/0/99})
+  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
+#  sed -i 
's#em:maxVersion.*/em:maxVersion#em:maxVersion7.*/em:maxVersion#' 
install.rdf
+  cp -R * $dstdir
+  rm $dstdir/noscript-$pkgver.xpi
+}



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

2014-05-30 Thread Sergej Pupykin
Date: Friday, May 30, 2014 @ 12:22:00
  Author: spupykin
Revision: 112221

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-30 10:21:46 UTC (rev 112220)
+++ community-i686/PKGBUILD 2014-05-30 10:22:00 UTC (rev 112221)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Giovanni Scafora linuxma...@gmail.com
-# Contributor: simo s...@archlinux.org
-
-pkgname=xcircuit
-pkgver=3.8.58
-pkgrel=1
-pkgdesc=A program for drawing publishable-quality electrical circuit 
schematic diagrams
-arch=('i686' 'x86_64')
-url=http://opencircuitdesign.com/xcircuit;
-license=('GPL2')
-depends=('tk' 'libxpm' 'zlib')
-makedepends=('chrpath')
-source=(http://opencircuitdesign.com/xcircuit/archive/$pkgname-$pkgver.tgz)
-md5sums=('23053de9e386dc88d6fbffad025be4ff')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --with-tcl=/usr/lib --with-tk=/usr/lib 
--mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  mkdir -p $pkgdir/usr/share/man/man1
-  mv $pkgdir/usr/lib/xcircuit-3.8/man/* $pkgdir/usr/share/man/man1/
-  rm -rf $pkgdir/usr/lib/xcircuit-3.8/man/
-  chrpath -d $pkgdir/usr/lib/xcircuit-3.8/xcircexec
-}

Copied: xcircuit/repos/community-i686/PKGBUILD (from rev 112220, 
xcircuit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-30 10:22:00 UTC (rev 112221)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Giovanni Scafora linuxma...@gmail.com
+# Contributor: simo s...@archlinux.org
+
+pkgname=xcircuit
+pkgver=3.8.61
+pkgrel=1
+pkgdesc=A program for drawing publishable-quality electrical circuit 
schematic diagrams
+arch=('i686' 'x86_64')
+url=http://opencircuitdesign.com/xcircuit;
+license=('GPL2')
+depends=('tk' 'libxpm' 'zlib')
+makedepends=('chrpath')
+source=(http://opencircuitdesign.com/xcircuit/archive/$pkgname-$pkgver.tgz)
+md5sums=('8baa59454c6038c4f7c080fadfb9b4cf')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-tcl=/usr/lib --with-tk=/usr/lib 
--mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  mkdir -p $pkgdir/usr/share/man/man1
+  mv $pkgdir/usr/lib/xcircuit-3.8/man/* $pkgdir/usr/share/man/man1/
+  rm -rf $pkgdir/usr/lib/xcircuit-3.8/man/
+  chrpath -d $pkgdir/usr/lib/xcircuit-3.8/xcircexec
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-30 10:21:46 UTC (rev 112220)
+++ community-x86_64/PKGBUILD   2014-05-30 10:22:00 UTC (rev 112221)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Giovanni Scafora linuxma...@gmail.com
-# Contributor: simo s...@archlinux.org
-
-pkgname=xcircuit
-pkgver=3.8.58
-pkgrel=1
-pkgdesc=A program for drawing publishable-quality electrical circuit 
schematic diagrams
-arch=('i686' 'x86_64')
-url=http://opencircuitdesign.com/xcircuit;
-license=('GPL2')
-depends=('tk' 'libxpm' 'zlib')
-makedepends=('chrpath')
-source=(http://opencircuitdesign.com/xcircuit/archive/$pkgname-$pkgver.tgz)
-md5sums=('23053de9e386dc88d6fbffad025be4ff')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --with-tcl=/usr/lib --with-tk=/usr/lib 
--mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  mkdir -p $pkgdir/usr/share/man/man1
-  mv $pkgdir/usr/lib/xcircuit-3.8/man/* $pkgdir/usr/share/man/man1/
-  rm -rf $pkgdir/usr/lib/xcircuit-3.8/man/
-  chrpath -d $pkgdir/usr/lib/xcircuit-3.8/xcircexec
-}

Copied: xcircuit/repos/community-x86_64/PKGBUILD (from rev 112220, 
xcircuit/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-05-30 10:22:00 UTC (rev 112221)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Giovanni Scafora linuxma...@gmail.com
+# Contributor: simo s...@archlinux.org
+
+pkgname=xcircuit
+pkgver=3.8.61

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

2014-05-30 Thread Massimiliano Torromeo
Date: Friday, May 30, 2014 @ 12:38:03
  Author: mtorromeo
Revision: 11

upgpkg: snapper 0.2.2-2

Fixed crons lookign for configuration files in the wrong path

Modified:
  snapper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-30 10:22:00 UTC (rev 112221)
+++ PKGBUILD2014-05-30 10:38:03 UTC (rev 11)
@@ -3,7 +3,7 @@
 
 pkgname=snapper
 pkgver=0.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc=A tool for managing BTRFS and LVM snapshots. It can create, diff and 
restore snapshots and provides timelined auto-snapping.
 arch=('i686' 'x86_64')
 url=http://snapper.io;
@@ -14,13 +14,20 @@
 backup=('etc/conf.d/snapper')
 source=(ftp://ftp.suse.com/pub/projects/$pkgname/$pkgname-$pkgver.tar.bz2;)
 
-build() {
+prepare() {
   cd $srcdir/$pkgname-$pkgver
 
   # boost fixlets - Arch doesn't use -mt suffix
-  sed -i -e 's@lboost_thread-mt@lboost_thread@g' snapper/Makefile.am
-  sed -i -e 's@lboost_system-mt@lboost_system@g' snapper/Makefile.am
+  sed -e 's@lboost_thread-mt@lboost_thread@g' \
+  -e 's@lboost_system-mt@lboost_system@g' \
+  -i snapper/Makefile.am
 
+  # cron names
+  sed -e 's...@suse.de-snapper@snapper@g' -i scripts/Makefile.am
+
+  # fix sysconf dir
+  sed -e 's@/etc/sysconfig@/etc/conf.d@g' -i scripts/*snapper*
+
   # fix pam plugin install location
   sed -i -e 's@shell echo /@shell echo /usr/@g' pam/Makefile.am
 
@@ -32,7 +39,11 @@
 
   # man pages sysconfig location
   sed -i -e 's@/etc/sysconfig@/etc/conf.d@g' doc/*
+}
 
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
   aclocal
   libtoolize --force --automake --copy
   autoheader
@@ -60,4 +71,3 @@
 }
 
 sha256sums=('0fbe2b5520d7a22e6212ef41304b5ec43006ab47cf99800d3266a00bc53e56b9')
-



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

2014-05-30 Thread Massimiliano Torromeo
Date: Friday, May 30, 2014 @ 12:41:23
  Author: mtorromeo
Revision: 112223

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

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

---+
 /PKGBUILD |  146 
 community-i686/PKGBUILD   |   63 --
 community-x86_64/PKGBUILD |   63 --
 3 files changed, 146 insertions(+), 126 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-30 10:38:03 UTC (rev 11)
+++ community-i686/PKGBUILD 2014-05-30 10:41:23 UTC (rev 112223)
@@ -1,63 +0,0 @@
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: Tom Kuther gim...@sonnenkinder.org
-
-pkgname=snapper
-pkgver=0.2.2
-pkgrel=1
-pkgdesc=A tool for managing BTRFS and LVM snapshots. It can create, diff and 
restore snapshots and provides timelined auto-snapping.
-arch=('i686' 'x86_64')
-url=http://snapper.io;
-license=('GPL2')
-depends=('btrfs-progs' 'libxml2' 'dbus' 'boost-libs' 'acl')
-makedepends=('boost' 'lvm2' 'libxslt' 'docbook-xsl' 'pam' 'git')
-optdepends=('pam: pam_snapper')
-backup=('etc/conf.d/snapper')
-source=(ftp://ftp.suse.com/pub/projects/$pkgname/$pkgname-$pkgver.tar.bz2;)
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # boost fixlets - Arch doesn't use -mt suffix
-  sed -i -e 's@lboost_thread-mt@lboost_thread@g' snapper/Makefile.am
-  sed -i -e 's@lboost_system-mt@lboost_system@g' snapper/Makefile.am
-
-  # fix pam plugin install location
-  sed -i -e 's@shell echo /@shell echo /usr/@g' pam/Makefile.am
-
-  # all in /usr/bin
-  sed -i -e 's@/usr/sbin@/usr/bin@g' data/org.opensuse.Snapper.service
-
-# NTP drift file location
-  sed -i -e 's@/var/lib/ntp/drift/ntp.drift@/var/lib/ntp/ntp.drift@' 
data/base.txt
-
-  # man pages sysconfig location
-  sed -i -e 's@/etc/sysconfig@/etc/conf.d@g' doc/*
-
-  aclocal
-  libtoolize --force --automake --copy
-  autoheader
-  automake --add-missing --copy
-  autoconf
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --with-conf=/etc/conf.d \
-  --disable-zypp \
-  --disable-silent-rules \
-  --disable-rollback
-  # rollback disabled until patch applied in next btrfs-progs release
-  # http://www.spinics.net/lists/linux-btrfs/msg33434.html
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-  install -Dm644 data/sysconfig.snapper $pkgdir/etc/conf.d/snapper
-
-  rm -f $pkgdir/etc/snapper/zypp-plugin.conf
-  rm -f $pkgdir/usr/share/man/man*/snapper-zypp-plugin.*.gz
-}
-
-sha256sums=('0fbe2b5520d7a22e6212ef41304b5ec43006ab47cf99800d3266a00bc53e56b9')
-

Copied: snapper/repos/community-i686/PKGBUILD (from rev 11, 
snapper/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-30 10:41:23 UTC (rev 112223)
@@ -0,0 +1,73 @@
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Tom Kuther gim...@sonnenkinder.org
+
+pkgname=snapper
+pkgver=0.2.2
+pkgrel=2
+pkgdesc=A tool for managing BTRFS and LVM snapshots. It can create, diff and 
restore snapshots and provides timelined auto-snapping.
+arch=('i686' 'x86_64')
+url=http://snapper.io;
+license=('GPL2')
+depends=('btrfs-progs' 'libxml2' 'dbus' 'boost-libs' 'acl')
+makedepends=('boost' 'lvm2' 'libxslt' 'docbook-xsl' 'pam' 'git')
+optdepends=('pam: pam_snapper')
+backup=('etc/conf.d/snapper')
+source=(ftp://ftp.suse.com/pub/projects/$pkgname/$pkgname-$pkgver.tar.bz2;)
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # boost fixlets - Arch doesn't use -mt suffix
+  sed -e 's@lboost_thread-mt@lboost_thread@g' \
+  -e 's@lboost_system-mt@lboost_system@g' \
+  -i snapper/Makefile.am
+
+  # cron names
+  sed -e 's...@suse.de-snapper@snapper@g' -i scripts/Makefile.am
+
+  # fix sysconf dir
+  sed -e 's@/etc/sysconfig@/etc/conf.d@g' -i scripts/*snapper*
+
+  # fix pam plugin install location
+  sed -i -e 's@shell echo /@shell echo /usr/@g' pam/Makefile.am
+
+  # all in /usr/bin
+  sed -i -e 's@/usr/sbin@/usr/bin@g' data/org.opensuse.Snapper.service
+
+# NTP drift file location
+  sed -i -e 's@/var/lib/ntp/drift/ntp.drift@/var/lib/ntp/ntp.drift@' 
data/base.txt
+
+  # man pages sysconfig location
+  sed -i -e 's@/etc/sysconfig@/etc/conf.d@g' doc/*
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  aclocal
+  libtoolize --force --automake --copy
+  autoheader
+  automake --add-missing --copy
+  autoconf
+  ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
+   

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

2014-05-30 Thread Sergej Pupykin
Date: Friday, May 30, 2014 @ 13:04:57
  Author: spupykin
Revision: 112225

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

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

--+
 /PKGBUILD|   64 +
 community-i686/PKGBUILD  |   25 --
 community-i686/build-fix.patch   |   26 +++
 community-x86_64/PKGBUILD|   25 --
 community-x86_64/build-fix.patch |   26 +++
 5 files changed, 116 insertions(+), 50 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-30 11:04:45 UTC (rev 112224)
+++ community-i686/PKGBUILD 2014-05-30 11:04:57 UTC (rev 112225)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: William Rea sillywi...@gmail.com
-
-pkgname=gloox
-pkgver=1.0.9
-pkgrel=3
-pkgdesc=C++ libraries for development of Jabber client/component/server
-arch=(i686 x86_64)
-url=http://camaya.net/gloox;
-license=(GPL)
-depends=('libidn' 'gnutls')
-source=(http://camaya.net/download/gloox-$pkgver.tar.bz2)
-md5sums=('48fc9aa5210c2a1ce253751a4d38e19c')
-
-build() {
-  cd $srcdir/gloox-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/gloox-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gloox/repos/community-i686/PKGBUILD (from rev 112224, 
gloox/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-30 11:04:57 UTC (rev 112225)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: William Rea sillywi...@gmail.com
+
+pkgname=gloox
+pkgver=1.0.10
+pkgrel=1
+pkgdesc=C++ libraries for development of Jabber client/component/server
+arch=(i686 x86_64)
+url=http://camaya.net/gloox;
+license=(GPL)
+depends=('libidn' 'gnutls')
+source=(http://camaya.net/download/gloox-$pkgver.tar.bz2
+   build-fix.patch)
+md5sums=('33538dc22609e0f0699fb82e5e0b509a'
+ '8106b0b4057bfadaede004458859387b')
+
+prepare() {
+  cd $srcdir/gloox-$pkgver
+  patch -p1 $srcdir/build-fix.patch
+}
+
+build() {
+  cd $srcdir/gloox-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/gloox-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gloox/repos/community-i686/build-fix.patch (from rev 112224, 
gloox/trunk/build-fix.patch)
===
--- community-i686/build-fix.patch  (rev 0)
+++ community-i686/build-fix.patch  2014-05-30 11:04:57 UTC (rev 112225)
@@ -0,0 +1,26 @@
+diff -wbBur gloox-1.0.10/src/jinglesession.cpp 
gloox-1.0.10.q/src/jinglesession.cpp
+--- gloox-1.0.10/src/jinglesession.cpp 2014-04-09 02:11:31.0 +0400
 gloox-1.0.10.q/src/jinglesession.cpp   2014-05-30 14:56:02.793313436 
+0400
+@@ -82,6 +82,10 @@
+ {
+ }
+ 
++Session::Reason::~Reason()
++{
++}
++
+ Session::Reason::Reason( const Tag* tag )
+   : Plugin( PluginReason )
+ {
+diff -wbBur gloox-1.0.10/src/jinglesession.h gloox-1.0.10.q/src/jinglesession.h
+--- gloox-1.0.10/src/jinglesession.h   2014-04-09 02:11:31.0 +0400
 gloox-1.0.10.q/src/jinglesession.h 2014-05-30 14:55:46.889980293 +0400
+@@ -147,7 +147,7 @@
+ /**
+  * Virtual destructor.
+  */
+-virtual ~Reason() {}
++virtual ~Reason();
+ 
+ /**
+  * Returns the reason for the session termination.

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-30 11:04:45 UTC (rev 112224)
+++ community-x86_64/PKGBUILD   2014-05-30 11:04:57 UTC (rev 112225)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: William Rea sillywi...@gmail.com
-
-pkgname=gloox
-pkgver=1.0.9
-pkgrel=3
-pkgdesc=C++ libraries for development of Jabber client/component/server
-arch=(i686 x86_64)
-url=http://camaya.net/gloox;
-license=(GPL)
-depends=('libidn' 'gnutls')
-source=(http://camaya.net/download/gloox-$pkgver.tar.bz2)
-md5sums=('48fc9aa5210c2a1ce253751a4d38e19c')
-
-build() {
-  cd $srcdir/gloox-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/gloox-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: 

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

2014-05-30 Thread Sergej Pupykin
Date: Friday, May 30, 2014 @ 13:05:02
  Author: spupykin
Revision: 112226

upgpkg: hashcash 1.22-4

upd

Modified:
  hashcash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-30 11:04:57 UTC (rev 112225)
+++ PKGBUILD2014-05-30 11:05:02 UTC (rev 112226)
@@ -4,7 +4,7 @@
 
 pkgname=hashcash
 pkgver=1.22
-pkgrel=3
+pkgrel=4
 pkgdesc=a denial-of-service counter measure tool for email/spam.
 arch=('i686' 'x86_64')
 url=http://www.hashcash.org;
@@ -16,9 +16,9 @@
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   if [ ${CARCH} = x86_64 ]; then
-make generic-openssl
+make generic-openssl LIBCRYPTO=-lcrypto
   else
-make x86-openssl
+make x86-openssl LIBCRYPTO=-lcrypto
   fi
 }
 



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

2014-05-30 Thread Sergej Pupykin
Date: Friday, May 30, 2014 @ 13:04:45
  Author: spupykin
Revision: 112224

upgpkg: gloox 1.0.10-1

upd

Added:
  gloox/trunk/build-fix.patch
Modified:
  gloox/trunk/PKGBUILD

-+
 PKGBUILD|   15 +++
 build-fix.patch |   26 ++
 2 files changed, 37 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-30 10:41:23 UTC (rev 112223)
+++ PKGBUILD2014-05-30 11:04:45 UTC (rev 112224)
@@ -3,16 +3,23 @@
 # Maintainer: William Rea sillywi...@gmail.com
 
 pkgname=gloox
-pkgver=1.0.9
-pkgrel=3
+pkgver=1.0.10
+pkgrel=1
 pkgdesc=C++ libraries for development of Jabber client/component/server
 arch=(i686 x86_64)
 url=http://camaya.net/gloox;
 license=(GPL)
 depends=('libidn' 'gnutls')
-source=(http://camaya.net/download/gloox-$pkgver.tar.bz2)
-md5sums=('48fc9aa5210c2a1ce253751a4d38e19c')
+source=(http://camaya.net/download/gloox-$pkgver.tar.bz2
+   build-fix.patch)
+md5sums=('33538dc22609e0f0699fb82e5e0b509a'
+ '8106b0b4057bfadaede004458859387b')
 
+prepare() {
+  cd $srcdir/gloox-$pkgver
+  patch -p1 $srcdir/build-fix.patch
+}
+
 build() {
   cd $srcdir/gloox-$pkgver
   ./configure --prefix=/usr

Added: build-fix.patch
===
--- build-fix.patch (rev 0)
+++ build-fix.patch 2014-05-30 11:04:45 UTC (rev 112224)
@@ -0,0 +1,26 @@
+diff -wbBur gloox-1.0.10/src/jinglesession.cpp 
gloox-1.0.10.q/src/jinglesession.cpp
+--- gloox-1.0.10/src/jinglesession.cpp 2014-04-09 02:11:31.0 +0400
 gloox-1.0.10.q/src/jinglesession.cpp   2014-05-30 14:56:02.793313436 
+0400
+@@ -82,6 +82,10 @@
+ {
+ }
+ 
++Session::Reason::~Reason()
++{
++}
++
+ Session::Reason::Reason( const Tag* tag )
+   : Plugin( PluginReason )
+ {
+diff -wbBur gloox-1.0.10/src/jinglesession.h gloox-1.0.10.q/src/jinglesession.h
+--- gloox-1.0.10/src/jinglesession.h   2014-04-09 02:11:31.0 +0400
 gloox-1.0.10.q/src/jinglesession.h 2014-05-30 14:55:46.889980293 +0400
+@@ -147,7 +147,7 @@
+ /**
+  * Virtual destructor.
+  */
+-virtual ~Reason() {}
++virtual ~Reason();
+ 
+ /**
+  * Returns the reason for the session termination.



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

2014-05-30 Thread Sergej Pupykin
Date: Friday, May 30, 2014 @ 13:05:15
  Author: spupykin
Revision: 112227

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-30 11:05:02 UTC (rev 112226)
+++ community-i686/PKGBUILD 2014-05-30 11:05:15 UTC (rev 112227)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Charles Mauch cma...@gmail.com
-
-pkgname=hashcash
-pkgver=1.22
-pkgrel=3
-pkgdesc=a denial-of-service counter measure tool for email/spam.
-arch=('i686' 'x86_64')
-url=http://www.hashcash.org;
-license=('GPL')
-depends=( 'glibc' )
-source=(http://www.hashcash.org/source/${pkgname}-${pkgver}.tgz)
-md5sums=('31fae207061841dffc7b90ee18e3d0fa')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  if [ ${CARCH} = x86_64 ]; then
-make generic-openssl
-  else
-make x86-openssl
-  fi
-  install -Dm755 hashcash ${pkgdir}/usr/bin/hashcash
-  install -Dm755 sha1 ${pkgdir}/usr/bin/sha1
-  install -Dm755 hashcash.1 ${pkgdir}/usr/share/man/man1/hashcash.1
-}

Copied: hashcash/repos/community-i686/PKGBUILD (from rev 112226, 
hashcash/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-30 11:05:15 UTC (rev 112227)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Charles Mauch cma...@gmail.com
+
+pkgname=hashcash
+pkgver=1.22
+pkgrel=4
+pkgdesc=a denial-of-service counter measure tool for email/spam.
+arch=('i686' 'x86_64')
+url=http://www.hashcash.org;
+license=('GPL')
+depends=( 'glibc' )
+source=(http://www.hashcash.org/source/${pkgname}-${pkgver}.tgz)
+md5sums=('31fae207061841dffc7b90ee18e3d0fa')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  if [ ${CARCH} = x86_64 ]; then
+make generic-openssl LIBCRYPTO=-lcrypto
+  else
+make x86-openssl LIBCRYPTO=-lcrypto
+  fi
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  install -Dm755 hashcash ${pkgdir}/usr/bin/hashcash
+  install -Dm755 sha1 ${pkgdir}/usr/bin/sha1
+  install -Dm755 hashcash.1 ${pkgdir}/usr/share/man/man1/hashcash.1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-30 11:05:02 UTC (rev 112226)
+++ community-x86_64/PKGBUILD   2014-05-30 11:05:15 UTC (rev 112227)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Charles Mauch cma...@gmail.com
-
-pkgname=hashcash
-pkgver=1.22
-pkgrel=3
-pkgdesc=a denial-of-service counter measure tool for email/spam.
-arch=('i686' 'x86_64')
-url=http://www.hashcash.org;
-license=('GPL')
-depends=( 'glibc' )
-source=(http://www.hashcash.org/source/${pkgname}-${pkgver}.tgz)
-md5sums=('31fae207061841dffc7b90ee18e3d0fa')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  if [ ${CARCH} = x86_64 ]; then
-make generic-openssl
-  else
-make x86-openssl
-  fi
-  install -Dm755 hashcash ${pkgdir}/usr/bin/hashcash
-  install -Dm755 sha1 ${pkgdir}/usr/bin/sha1
-  install -Dm755 hashcash.1 ${pkgdir}/usr/share/man/man1/hashcash.1
-}

Copied: hashcash/repos/community-x86_64/PKGBUILD (from rev 112226, 
hashcash/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-05-30 11:05:15 UTC (rev 112227)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Charles Mauch cma...@gmail.com
+
+pkgname=hashcash
+pkgver=1.22
+pkgrel=4
+pkgdesc=a denial-of-service counter measure tool for email/spam.
+arch=('i686' 'x86_64')
+url=http://www.hashcash.org;
+license=('GPL')
+depends=( 'glibc' )
+source=(http://www.hashcash.org/source/${pkgname}-${pkgver}.tgz)
+md5sums=('31fae207061841dffc7b90ee18e3d0fa')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  if [ ${CARCH} = x86_64 ]; then
+make generic-openssl LIBCRYPTO=-lcrypto
+  else
+make x86-openssl LIBCRYPTO=-lcrypto
+  fi
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  install -Dm755 hashcash ${pkgdir}/usr/bin/hashcash
+  install -Dm755 sha1 ${pkgdir}/usr/bin/sha1
+  install -Dm755 hashcash.1 ${pkgdir}/usr/share/man/man1/hashcash.1
+}



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

2014-05-30 Thread Sergej Pupykin
Date: Friday, May 30, 2014 @ 13:09:52
  Author: spupykin
Revision: 112229

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

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

--+
 /PKGBUILD|   66 +
 /build-fix.patch |   44 
 community-i686/PKGBUILD  |   27 ---
 community-i686/build-fix.patch   |   22 
 community-x86_64/PKGBUILD|   27 ---
 community-x86_64/build-fix.patch |   22 
 6 files changed, 110 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-30 11:09:39 UTC (rev 112228)
+++ community-i686/PKGBUILD 2014-05-30 11:09:52 UTC (rev 112229)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Alessio 'mOLOk' Bolognino themo...@gmail.com
-# Contributor: keith ke...@hubbard.net
-
-pkgname=mp3gain
-pkgver=1.5.2
-pkgrel=2
-pkgdesc=Lossless mp3 normalizer with statistical analysis 
-arch=('i686' 'x86_64')
-url=http://mp3gain.sourceforge.net;
-license=(GPL)
-depends=('glibc')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-${pkgver//./_}-src.zip
-   build-fix.patch)
-md5sums=('d888563538ec863eeea8afc8207b2739'
- '20680cbada13ba941b0532ff94e583e1')
-
-build() {
-cd $srcdir
-
-mkdir -p $pkgdir/usr/bin
-patch -p0 Makefile $srcdir/build-fix.patch
-
-make OSTYPE=linux
-make OSTYPE=linux INSTALL_PATH=$pkgdir/usr/bin install
-}

Copied: mp3gain/repos/community-i686/PKGBUILD (from rev 112228, 
mp3gain/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-30 11:09:52 UTC (rev 112229)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Alessio 'mOLOk' Bolognino themo...@gmail.com
+# Contributor: keith ke...@hubbard.net
+
+pkgname=mp3gain
+pkgver=1.5.2
+pkgrel=3
+pkgdesc=Lossless mp3 normalizer with statistical analysis 
+arch=('i686' 'x86_64')
+url=http://mp3gain.sourceforge.net;
+license=(GPL)
+depends=('glibc')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-${pkgver//./_}-src.zip
+   build-fix.patch)
+md5sums=('d888563538ec863eeea8afc8207b2739'
+ '20680cbada13ba941b0532ff94e583e1')
+
+prepare() {
+cd $srcdir
+patch -p0 Makefile $srcdir/build-fix.patch
+}
+
+build() {
+cd $srcdir
+make OSTYPE=linux
+}
+
+package() {
+cd $srcdir
+mkdir -p $pkgdir/usr/bin
+make OSTYPE=linux INSTALL_PATH=$pkgdir/usr/bin install
+}

Deleted: community-i686/build-fix.patch
===
--- community-i686/build-fix.patch  2014-05-30 11:09:39 UTC (rev 112228)
+++ community-i686/build-fix.patch  2014-05-30 11:09:52 UTC (rev 112229)
@@ -1,22 +0,0 @@
-22d21
- ifneq ($(OSTYPE),beos)
-24,26d22
- else
- INSTALL_PATH= $(HOME)/config/bin
- endif
-28,29d23
- # BeOS doesn't have libm (it's all in libroot)
- ifneq ($(OSTYPE),beos)
-31,34d24
- else
- # BeOS: without this it wants to use bcopy() :^)
- CFLAGS+= -DHAVE_MEMCPY
- endif
-56,58d45
- ifeq ($(OSTYPE),beos)
-  mimeset -f mp3gain$(EXE_EXT)
- endif
-63,65d49
-  ifeq ($(OSTYPE),beos)
-  mimeset -f $(INSTALL_PATH)/mp3gain$(EXE_EXT)
-  endif

Copied: mp3gain/repos/community-i686/build-fix.patch (from rev 112228, 
mp3gain/trunk/build-fix.patch)
===
--- community-i686/build-fix.patch  (rev 0)
+++ community-i686/build-fix.patch  2014-05-30 11:09:52 UTC (rev 112229)
@@ -0,0 +1,22 @@
+22d21
+ ifneq ($(OSTYPE),beos)
+24,26d22
+ else
+ INSTALL_PATH= $(HOME)/config/bin
+ endif
+28,29d23
+ # BeOS doesn't have libm (it's all in libroot)
+ ifneq ($(OSTYPE),beos)
+31,34d24
+ else
+ # BeOS: without this it wants to use bcopy() :^)
+ CFLAGS+= -DHAVE_MEMCPY
+ endif
+56,58d45
+ ifeq ($(OSTYPE),beos)
+  mimeset -f mp3gain$(EXE_EXT)
+ endif
+63,65d49
+  ifeq ($(OSTYPE),beos)
+  mimeset -f $(INSTALL_PATH)/mp3gain$(EXE_EXT)
+  endif

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   

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

2014-05-30 Thread Sergej Pupykin
Date: Friday, May 30, 2014 @ 13:09:39
  Author: spupykin
Revision: 112228

upgpkg: mp3gain 1.5.2-3

upd

Modified:
  mp3gain/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-30 11:05:15 UTC (rev 112227)
+++ PKGBUILD2014-05-30 11:09:39 UTC (rev 112228)
@@ -5,7 +5,7 @@
 
 pkgname=mp3gain
 pkgver=1.5.2
-pkgrel=2
+pkgrel=3
 pkgdesc=Lossless mp3 normalizer with statistical analysis 
 arch=('i686' 'x86_64')
 url=http://mp3gain.sourceforge.net;
@@ -16,16 +16,18 @@
 md5sums=('d888563538ec863eeea8afc8207b2739'
  '20680cbada13ba941b0532ff94e583e1')
 
-build() {
+prepare() {
 cd $srcdir
-
-mkdir -p $pkgdir/usr/bin
 patch -p0 Makefile $srcdir/build-fix.patch
+}
 
+build() {
+cd $srcdir
 make OSTYPE=linux
 }
 
 package() {
 cd $srcdir
+mkdir -p $pkgdir/usr/bin
 make OSTYPE=linux INSTALL_PATH=$pkgdir/usr/bin install
 }



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

2014-05-30 Thread Sergej Pupykin
Date: Friday, May 30, 2014 @ 13:11:02
  Author: spupykin
Revision: 112230

upgpkg: idesk 0.7.5-6

upd

Modified:
  idesk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-30 11:09:52 UTC (rev 112229)
+++ PKGBUILD2014-05-30 11:11:02 UTC (rev 112230)
@@ -4,12 +4,12 @@
 
 pkgname=idesk
 pkgver=0.7.5
-pkgrel=5
-pkgdesc=iDesk gives users of minimal wm's (fluxbox, blackbox, openbox, 
windowsmaker...) icons on their desktop
+pkgrel=6
+pkgdesc=gives users of minimal wm's (fluxbox, blackbox, openbox, 
windowsmaker...) icons on their desktop
 arch=(i686 x86_64)
 url=http://idesk.sourceforge.net/wiki/index.php;
 license=('GPL')
-depends=('pkgconfig' 'imlib' 'imlib2' 'libpng' 'libxpm' 'libxft' 'gcc-libs')
+depends=('pkgconfig' 'imlib2' 'libpng' 'libxpm' 'libxft' 'gcc-libs')
 
source=(http://downloads.sourceforge.net/sourceforge/idesk/$pkgname-$pkgver.tar.bz2;)
 md5sums=('beb48c97815c7b085e3b3d601297fbb8')
 
@@ -22,7 +22,7 @@
 src/DesktopConfig.cpp
   sed -i 's#usr/local#usr#' examples/default.lnk
   sed -i 's#IMLIB2_LIBS=.*#IMLIB2_LIBS=-lImlib2#g' configure
-  sed -i 's#IMLIB_LIBS=.*#IMLIB_LIBS=-L/usr/lib -lImlib 
-Wl,-O1,--sort-common,--as-needed,-z,relro -ljpeg -ltiff -lgif -lpng -lz -lm 
-lXext -lXext -lX11 -lImlib2#g' configure
+  sed -i 's#IMLIB_LIBS=.*#IMLIB_LIBS=-L/usr/lib 
-Wl,-O1,--sort-common,--as-needed,-z,relro -ljpeg -ltiff -lgif -lpng -lz -lm 
-lXext -lXext -lX11 -lImlib2#g' configure
 }
 
 build() {



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

2014-05-30 Thread Sergej Pupykin
Date: Friday, May 30, 2014 @ 13:11:16
  Author: spupykin
Revision: 112231

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-30 11:11:02 UTC (rev 112230)
+++ community-i686/PKGBUILD 2014-05-30 11:11:16 UTC (rev 112231)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Claudio Sabattoli gasherbr...@alice.it
-
-pkgname=idesk
-pkgver=0.7.5
-pkgrel=5
-pkgdesc=iDesk gives users of minimal wm's (fluxbox, blackbox, openbox, 
windowsmaker...) icons on their desktop
-arch=(i686 x86_64)
-url=http://idesk.sourceforge.net/wiki/index.php;
-license=('GPL')
-depends=('pkgconfig' 'imlib' 'imlib2' 'libpng' 'libxpm' 'libxft' 'gcc-libs')
-source=(http://downloads.sourceforge.net/sourceforge/idesk/$pkgname-$pkgver.tar.bz2;)
-md5sums=('beb48c97815c7b085e3b3d601297fbb8')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i \
--e '1,1i#include unistd.h' \
--e '1,1i#include sys/stat.h' \
--e '1,1i#include sys/types.h' \
-src/DesktopConfig.cpp
-  sed -i 's#usr/local#usr#' examples/default.lnk
-  sed -i 's#IMLIB2_LIBS=.*#IMLIB2_LIBS=-lImlib2#g' configure
-  sed -i 's#IMLIB_LIBS=.*#IMLIB_LIBS=-L/usr/lib -lImlib 
-Wl,-O1,--sort-common,--as-needed,-z,relro -ljpeg -ltiff -lgif -lpng -lz -lm 
-lXext -lXext -lX11 -lImlib2#g' configure
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: idesk/repos/community-i686/PKGBUILD (from rev 112230, 
idesk/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-30 11:11:16 UTC (rev 112231)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Claudio Sabattoli gasherbr...@alice.it
+
+pkgname=idesk
+pkgver=0.7.5
+pkgrel=6
+pkgdesc=gives users of minimal wm's (fluxbox, blackbox, openbox, 
windowsmaker...) icons on their desktop
+arch=(i686 x86_64)
+url=http://idesk.sourceforge.net/wiki/index.php;
+license=('GPL')
+depends=('pkgconfig' 'imlib2' 'libpng' 'libxpm' 'libxft' 'gcc-libs')
+source=(http://downloads.sourceforge.net/sourceforge/idesk/$pkgname-$pkgver.tar.bz2;)
+md5sums=('beb48c97815c7b085e3b3d601297fbb8')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i \
+-e '1,1i#include unistd.h' \
+-e '1,1i#include sys/stat.h' \
+-e '1,1i#include sys/types.h' \
+src/DesktopConfig.cpp
+  sed -i 's#usr/local#usr#' examples/default.lnk
+  sed -i 's#IMLIB2_LIBS=.*#IMLIB2_LIBS=-lImlib2#g' configure
+  sed -i 's#IMLIB_LIBS=.*#IMLIB_LIBS=-L/usr/lib 
-Wl,-O1,--sort-common,--as-needed,-z,relro -ljpeg -ltiff -lgif -lpng -lz -lm 
-lXext -lXext -lX11 -lImlib2#g' configure
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-30 11:11:02 UTC (rev 112230)
+++ community-x86_64/PKGBUILD   2014-05-30 11:11:16 UTC (rev 112231)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Claudio Sabattoli gasherbr...@alice.it
-
-pkgname=idesk
-pkgver=0.7.5
-pkgrel=5
-pkgdesc=iDesk gives users of minimal wm's (fluxbox, blackbox, openbox, 
windowsmaker...) icons on their desktop
-arch=(i686 x86_64)
-url=http://idesk.sourceforge.net/wiki/index.php;
-license=('GPL')
-depends=('pkgconfig' 'imlib' 'imlib2' 'libpng' 'libxpm' 'libxft' 'gcc-libs')
-source=(http://downloads.sourceforge.net/sourceforge/idesk/$pkgname-$pkgver.tar.bz2;)
-md5sums=('beb48c97815c7b085e3b3d601297fbb8')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i \
--e '1,1i#include unistd.h' \
--e '1,1i#include sys/stat.h' \
--e '1,1i#include sys/types.h' \
-src/DesktopConfig.cpp
-  sed -i 's#usr/local#usr#' examples/default.lnk
-  sed -i 's#IMLIB2_LIBS=.*#IMLIB2_LIBS=-lImlib2#g' configure
-  sed -i 's#IMLIB_LIBS=.*#IMLIB_LIBS=-L/usr/lib -lImlib 
-Wl,-O1,--sort-common,--as-needed,-z,relro -ljpeg -ltiff -lgif -lpng -lz -lm 
-lXext -lXext -lX11 -lImlib2#g' configure
-}
-
-build() {
-  cd 

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

2014-05-30 Thread Sergej Pupykin
Date: Friday, May 30, 2014 @ 13:54:03
  Author: spupykin
Revision: 112232

upgpkg: gimmage 0.2.3-5

upd

Modified:
  gimmage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-30 11:11:16 UTC (rev 112231)
+++ PKGBUILD2014-05-30 11:54:03 UTC (rev 112232)
@@ -5,7 +5,7 @@
 
 pkgname=gimmage
 pkgver=0.2.3
-pkgrel=4
+pkgrel=5
 pkgdesc=A gtkmm image viewer
 arch=('i686' 'x86_64')
 url=http://gimmage.berlios.de;
@@ -16,12 +16,17 @@
 source=(http://download.berlios.de/$pkgname/$pkgname-$pkgver.tar.gz)
 md5sums=('f51cca53b3d33415e75a91cf81b6ac39')
 
-build() {
+prepare() {
   cd $srcdir/$pkgname-$pkgver
   rm gimmage.desktop
   sed -i 's|Exec=@prefix@/bin/gimmage|Exec=@prefix@/bin/gimmage %U|' 
gimmage.desktop.in
+  sed -i '1,1i#include string.h' src/FileManager.cpp
+  sed -i '1,1i#include unistd.h' src/FileManager.cpp
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr
-  sed -i '1,1i#include string.h' src/FileManager.cpp
   make
 }
 



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

2014-05-30 Thread Sergej Pupykin
Date: Friday, May 30, 2014 @ 13:54:15
  Author: spupykin
Revision: 112233

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

Added:
  gimmage/repos/community-i686/ChangeLog
(from rev 112232, gimmage/trunk/ChangeLog)
  gimmage/repos/community-i686/PKGBUILD
(from rev 112232, gimmage/trunk/PKGBUILD)
  gimmage/repos/community-x86_64/ChangeLog
(from rev 112232, gimmage/trunk/ChangeLog)
  gimmage/repos/community-x86_64/PKGBUILD
(from rev 112232, gimmage/trunk/PKGBUILD)
Deleted:
  gimmage/repos/community-i686/ChangeLog
  gimmage/repos/community-i686/PKGBUILD
  gimmage/repos/community-x86_64/ChangeLog
  gimmage/repos/community-x86_64/PKGBUILD

+
 /ChangeLog |   30 +
 /PKGBUILD  |   72 +++
 community-i686/ChangeLog   |   15 
 community-i686/PKGBUILD|   27 
 community-x86_64/ChangeLog |   15 
 community-x86_64/PKGBUILD  |   27 
 6 files changed, 102 insertions(+), 84 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2014-05-30 11:54:03 UTC (rev 112232)
+++ community-i686/ChangeLog2014-05-30 11:54:15 UTC (rev 112233)
@@ -1,15 +0,0 @@
-2007-10-23 Roman Kyrylych (Romashka) ro...@archlinux.org
-* Rebuilt against new curl
-
-2007-07-01 Alexander Fehr (pizzapunk) pizzapunk gmail com
-* Updated to 0.2.3
-* Added pkgconfig as a makedepend
-
-2007-06-26 tardo ta...@nagi-fanboi.net
-* Built for x86_64
-
-2007-06-20 Georg Grabler (STiAT) ggrab...@gmail.com
-* Updated to 0.2.2
-* Changed to new configure / make sheme
-* Added license=('GPL')
-* Added file as a depend

Copied: gimmage/repos/community-i686/ChangeLog (from rev 112232, 
gimmage/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2014-05-30 11:54:15 UTC (rev 112233)
@@ -0,0 +1,15 @@
+2007-10-23 Roman Kyrylych (Romashka) ro...@archlinux.org
+* Rebuilt against new curl
+
+2007-07-01 Alexander Fehr (pizzapunk) pizzapunk gmail com
+* Updated to 0.2.3
+* Added pkgconfig as a makedepend
+
+2007-06-26 tardo ta...@nagi-fanboi.net
+* Built for x86_64
+
+2007-06-20 Georg Grabler (STiAT) ggrab...@gmail.com
+* Updated to 0.2.2
+* Changed to new configure / make sheme
+* Added license=('GPL')
+* Added file as a depend

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-30 11:54:03 UTC (rev 112232)
+++ community-i686/PKGBUILD 2014-05-30 11:54:15 UTC (rev 112233)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Roman Kyrylych ro...@archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=gimmage
-pkgver=0.2.3
-pkgrel=4
-pkgdesc=A gtkmm image viewer
-arch=('i686' 'x86_64')
-url=http://gimmage.berlios.de;
-license=('GPL')
-depends=('gtkmm' 'curl' 'file')
-makedepends=('pkgconfig')
-changelog=ChangeLog
-source=(http://download.berlios.de/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('f51cca53b3d33415e75a91cf81b6ac39')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  rm gimmage.desktop
-  sed -i 's|Exec=@prefix@/bin/gimmage|Exec=@prefix@/bin/gimmage %U|' 
gimmage.desktop.in
-  ./configure --prefix=/usr
-  sed -i '1,1i#include string.h' src/FileManager.cpp
-  make
-  make DESTDIR=$pkgdir install
-}

Copied: gimmage/repos/community-i686/PKGBUILD (from rev 112232, 
gimmage/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-30 11:54:15 UTC (rev 112233)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Roman Kyrylych ro...@archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=gimmage
+pkgver=0.2.3
+pkgrel=5
+pkgdesc=A gtkmm image viewer
+arch=('i686' 'x86_64')
+url=http://gimmage.berlios.de;
+license=('GPL')
+depends=('gtkmm' 'curl' 'file')
+makedepends=('pkgconfig')
+changelog=ChangeLog
+source=(http://download.berlios.de/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('f51cca53b3d33415e75a91cf81b6ac39')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  rm gimmage.desktop
+  sed -i 's|Exec=@prefix@/bin/gimmage|Exec=@prefix@/bin/gimmage %U|' 
gimmage.desktop.in
+  sed -i '1,1i#include string.h' src/FileManager.cpp
+  sed -i '1,1i#include unistd.h' src/FileManager.cpp
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/ChangeLog
===
--- community-x86_64/ChangeLog  2014-05-30 11:54:03 UTC (rev 112232)
+++ 

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

2014-05-30 Thread Guillaume Alaux
Date: Friday, May 30, 2014 @ 13:54:41
  Author: guillaume
Revision: 213842

Add patch for giflib 5.1

Modified:
  java7-openjdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-30 06:38:07 UTC (rev 213841)
+++ PKGBUILD2014-05-30 11:54:41 UTC (rev 213842)
@@ -23,7 +23,7 @@
 _bootstrap=0 # 0/1 for quick build or full bootstrap
 
 pkgver=${_java_ver}.u${_JDK_UPDATE_VERSION}_${_icedtea_ver}
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=http://icedtea.classpath.org;
 license=('custom')
@@ -44,6 +44,7 @@
 
hotspot-${_HOTSPOT_CHANGESET}.tar.gz::${_url}/hotspot/archive/${_HOTSPOT_CHANGESET}.tar.gz
 fontconfig-paths.diff
 openjdk7_nonreparenting-wm.diff
+giflib_5.1.diff
 jdk7-openjdk.profile
 jdk7-openjdk.profile.csh
 jre7-openjdk.profile
@@ -59,6 +60,7 @@
 'e3bbed298ed7c77169fdfddc47cdb85c62ef2e5e7ea04ca28aa8779861efca65'
 '9ad943ceb3dbcdf45d72974fc3667886a7ed65c69ab9abc17be5412827551a7f'
 '56b919ababb13bd6afdcdaceb112b529b6e82539255f2dae9a7e5eb91645164b'
+'77fba3032edf6cce549cd4e174d9296684b20f4589dc59179fcc8cba7426a4e9'
 'bd55299e08e6f8e61ba5baad0990170891801a29a1e8137e502b5e8a10fc37ea'
 '3f28f8bfc6dd105a07f747d7135c77a77de433e2b8647dd7520a900135203fbd'
 'b7c045b08ad55a9f79390c104fa846d0e7dbb49fccffb2fab2a3824b6b19c9c8'
@@ -93,7 +95,8 @@
 
   cp ${srcdir}/*.diff ${srcdir}/icedtea-${_icedtea_ver}/patches
   export DISTRIBUTION_PATCHES=patches/fontconfig-paths.diff \
-   patches/openjdk7_nonreparenting-wm.diff
+   patches/openjdk7_nonreparenting-wm.diff \
+   patches/giflib_5.1.diff
 
   if [ $_bootstrap = 1 ]; then
  BOOTSTRAPOPT=--enable-bootstrap --with-ecj-jar=/usr/share/java/ecj.jar



[arch-commits] Commit in java7-openjdk/trunk (giflib_5.1.diff)

2014-05-30 Thread Guillaume Alaux
Date: Friday, May 30, 2014 @ 13:56:03
  Author: guillaume
Revision: 213843

Add forgotten patch for previous commit

Added:
  java7-openjdk/trunk/giflib_5.1.diff

-+
 giflib_5.1.diff |   14 ++
 1 file changed, 14 insertions(+)

Added: giflib_5.1.diff
===
--- giflib_5.1.diff (rev 0)
+++ giflib_5.1.diff 2014-05-30 11:56:03 UTC (rev 213843)
@@ -0,0 +1,14 @@
+--- openjdk/jdk/src/share/native/sun/awt/splashscreen/splashscreen_gif.c.orig  
2014-05-27 22:17:19.766866065 +0200
 openjdk/jdk/src/share/native/sun/awt/splashscreen/splashscreen_gif.c   
2014-05-27 22:16:35.452894426 +0200
+@@ -310,7 +310,11 @@
+ free(pBitmapBits);
+ free(pOldBitmapBits);
+ 
++#if GIFLIB_MAJOR = 5
++DGifCloseFile(gif, NULL);
++#else
+ DGifCloseFile(gif);
++#endif
+ 
+ return 1;
+ }



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

2014-05-30 Thread Guillaume Alaux
Date: Friday, May 30, 2014 @ 13:57:29
  Author: guillaume
Revision: 213844

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

Added:
  java7-openjdk/repos/staging-i686/
  java7-openjdk/repos/staging-i686/PKGBUILD
(from rev 213843, java7-openjdk/trunk/PKGBUILD)
  java7-openjdk/repos/staging-i686/fontconfig-paths.diff
(from rev 213843, java7-openjdk/trunk/fontconfig-paths.diff)
  java7-openjdk/repos/staging-i686/giflib_5.1.diff
(from rev 213843, java7-openjdk/trunk/giflib_5.1.diff)
  java7-openjdk/repos/staging-i686/jdk7-openjdk.profile
(from rev 213843, java7-openjdk/trunk/jdk7-openjdk.profile)
  java7-openjdk/repos/staging-i686/jdk7-openjdk.profile.csh
(from rev 213843, java7-openjdk/trunk/jdk7-openjdk.profile.csh)
  java7-openjdk/repos/staging-i686/jre7-openjdk-headless.install
(from rev 213843, java7-openjdk/trunk/jre7-openjdk-headless.install)
  java7-openjdk/repos/staging-i686/jre7-openjdk.install
(from rev 213843, java7-openjdk/trunk/jre7-openjdk.install)
  java7-openjdk/repos/staging-i686/jre7-openjdk.profile
(from rev 213843, java7-openjdk/trunk/jre7-openjdk.profile)
  java7-openjdk/repos/staging-i686/jre7-openjdk.profile.csh
(from rev 213843, java7-openjdk/trunk/jre7-openjdk.profile.csh)
  java7-openjdk/repos/staging-i686/openjdk7_nonreparenting-wm.diff
(from rev 213843, java7-openjdk/trunk/openjdk7_nonreparenting-wm.diff)
  java7-openjdk/repos/staging-x86_64/
  java7-openjdk/repos/staging-x86_64/PKGBUILD
(from rev 213843, java7-openjdk/trunk/PKGBUILD)
  java7-openjdk/repos/staging-x86_64/fontconfig-paths.diff
(from rev 213843, java7-openjdk/trunk/fontconfig-paths.diff)
  java7-openjdk/repos/staging-x86_64/giflib_5.1.diff
(from rev 213843, java7-openjdk/trunk/giflib_5.1.diff)
  java7-openjdk/repos/staging-x86_64/jdk7-openjdk.profile
(from rev 213843, java7-openjdk/trunk/jdk7-openjdk.profile)
  java7-openjdk/repos/staging-x86_64/jdk7-openjdk.profile.csh
(from rev 213843, java7-openjdk/trunk/jdk7-openjdk.profile.csh)
  java7-openjdk/repos/staging-x86_64/jre7-openjdk-headless.install
(from rev 213843, java7-openjdk/trunk/jre7-openjdk-headless.install)
  java7-openjdk/repos/staging-x86_64/jre7-openjdk.install
(from rev 213843, java7-openjdk/trunk/jre7-openjdk.install)
  java7-openjdk/repos/staging-x86_64/jre7-openjdk.profile
(from rev 213843, java7-openjdk/trunk/jre7-openjdk.profile)
  java7-openjdk/repos/staging-x86_64/jre7-openjdk.profile.csh
(from rev 213843, java7-openjdk/trunk/jre7-openjdk.profile.csh)
  java7-openjdk/repos/staging-x86_64/openjdk7_nonreparenting-wm.diff
(from rev 213843, java7-openjdk/trunk/openjdk7_nonreparenting-wm.diff)

+
 staging-i686/PKGBUILD  |  354 +++
 staging-i686/fontconfig-paths.diff |  134 
 staging-i686/giflib_5.1.diff   |   14 
 staging-i686/jdk7-openjdk.profile  |1 
 staging-i686/jdk7-openjdk.profile.csh  |1 
 staging-i686/jre7-openjdk-headless.install |   11 
 staging-i686/jre7-openjdk.install  |   18 +
 staging-i686/jre7-openjdk.profile  |4 
 staging-i686/jre7-openjdk.profile.csh  |4 
 staging-i686/openjdk7_nonreparenting-wm.diff   |   58 +++
 staging-x86_64/PKGBUILD|  354 +++
 staging-x86_64/fontconfig-paths.diff   |  134 
 staging-x86_64/giflib_5.1.diff |   14 
 staging-x86_64/jdk7-openjdk.profile|1 
 staging-x86_64/jdk7-openjdk.profile.csh|1 
 staging-x86_64/jre7-openjdk-headless.install   |   11 
 staging-x86_64/jre7-openjdk.install|   18 +
 staging-x86_64/jre7-openjdk.profile|4 
 staging-x86_64/jre7-openjdk.profile.csh|4 
 staging-x86_64/openjdk7_nonreparenting-wm.diff |   58 +++
 20 files changed, 1198 insertions(+)

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


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

2014-05-30 Thread Sergej Pupykin
Date: Friday, May 30, 2014 @ 14:10:34
  Author: spupykin
Revision: 112235

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-30 12:10:20 UTC (rev 112234)
+++ community-i686/PKGBUILD 2014-05-30 12:10:34 UTC (rev 112235)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=sk1libs
-pkgver=0.9.2
-pkgrel=1
-pkgdesc='A set of python non-GUI extensions for sK1 Project.'
-arch=('i686' 'x86_64')
-url='http://sk1project.org/'
-license=('custom:LGPL2')
-depends=('python2' 'freetype2' 'lcms')
-source=(${pkgname}-${pkgver}.tar.gz::https://sk1.googlecode.com/files/sk1libs-${pkgver}pre_rev1383.tar.gz;)
-md5sums=('fdbb198779ff9941a8912438802fc05a')
-
-build() {
-  cd ${pkgname}-${pkgver}pre
-  python2 setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}pre
-  python2 setup.py install --root ${pkgdir}
-  install -D -m644 GNU_LGPL_v2 ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: sk1libs/repos/community-i686/PKGBUILD (from rev 112234, 
sk1libs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-30 12:10:34 UTC (rev 112235)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=sk1libs
+pkgver=0.9.2
+pkgrel=2
+pkgdesc='A set of python non-GUI extensions for sK1 Project.'
+arch=('i686' 'x86_64')
+url='http://sk1project.org/'
+license=('custom:LGPL2')
+depends=('python2' 'freetype2' 'lcms')
+source=(${pkgname}-${pkgver}.tar.gz::https://sk1.googlecode.com/files/sk1libs-${pkgver}pre_rev1383.tar.gz;)
+md5sums=('fdbb198779ff9941a8912438802fc05a')
+
+prepare() {
+  cd ${pkgname}-${pkgver}pre
+  sed -i 's|freetype/|freetype2/|g' src/imaging/libimagingft/_imagingft.c
+}
+
+build() {
+  cd ${pkgname}-${pkgver}pre
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}pre
+  python2 setup.py install --root ${pkgdir}
+  install -D -m644 GNU_LGPL_v2 ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-30 12:10:20 UTC (rev 112234)
+++ community-x86_64/PKGBUILD   2014-05-30 12:10:34 UTC (rev 112235)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=sk1libs
-pkgver=0.9.2
-pkgrel=1
-pkgdesc='A set of python non-GUI extensions for sK1 Project.'
-arch=('i686' 'x86_64')
-url='http://sk1project.org/'
-license=('custom:LGPL2')
-depends=('python2' 'freetype2' 'lcms')
-source=(${pkgname}-${pkgver}.tar.gz::https://sk1.googlecode.com/files/sk1libs-${pkgver}pre_rev1383.tar.gz;)
-md5sums=('fdbb198779ff9941a8912438802fc05a')
-
-build() {
-  cd ${pkgname}-${pkgver}pre
-  python2 setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}pre
-  python2 setup.py install --root ${pkgdir}
-  install -D -m644 GNU_LGPL_v2 ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: sk1libs/repos/community-x86_64/PKGBUILD (from rev 112234, 
sk1libs/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-05-30 12:10:34 UTC (rev 112235)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=sk1libs
+pkgver=0.9.2
+pkgrel=2
+pkgdesc='A set of python non-GUI extensions for sK1 Project.'
+arch=('i686' 'x86_64')
+url='http://sk1project.org/'
+license=('custom:LGPL2')
+depends=('python2' 'freetype2' 'lcms')
+source=(${pkgname}-${pkgver}.tar.gz::https://sk1.googlecode.com/files/sk1libs-${pkgver}pre_rev1383.tar.gz;)
+md5sums=('fdbb198779ff9941a8912438802fc05a')
+
+prepare() {
+  cd ${pkgname}-${pkgver}pre
+  sed -i 's|freetype/|freetype2/|g' src/imaging/libimagingft/_imagingft.c
+}
+
+build() {
+  cd ${pkgname}-${pkgver}pre
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}pre
+  python2 setup.py install --root ${pkgdir}
+  install -D -m644 GNU_LGPL_v2 ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2014-05-30 Thread Sergej Pupykin
Date: Friday, May 30, 2014 @ 14:10:20
  Author: spupykin
Revision: 112234

upgpkg: sk1libs 0.9.2-2

upd

Modified:
  sk1libs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-30 11:54:15 UTC (rev 112233)
+++ PKGBUILD2014-05-30 12:10:20 UTC (rev 112234)
@@ -3,7 +3,7 @@
 
 pkgname=sk1libs
 pkgver=0.9.2
-pkgrel=1
+pkgrel=2
 pkgdesc='A set of python non-GUI extensions for sK1 Project.'
 arch=('i686' 'x86_64')
 url='http://sk1project.org/'
@@ -12,6 +12,11 @@
 
source=(${pkgname}-${pkgver}.tar.gz::https://sk1.googlecode.com/files/sk1libs-${pkgver}pre_rev1383.tar.gz;)
 md5sums=('fdbb198779ff9941a8912438802fc05a')
 
+prepare() {
+  cd ${pkgname}-${pkgver}pre
+  sed -i 's|freetype/|freetype2/|g' src/imaging/libimagingft/_imagingft.c
+}
+
 build() {
   cd ${pkgname}-${pkgver}pre
   python2 setup.py build



[arch-commits] Commit in perlio-via-symlink/trunk (Makefile.PL PKGBUILD)

2014-05-30 Thread Sergej Pupykin
Date: Friday, May 30, 2014 @ 14:29:34
  Author: spupykin
Revision: 112236

upgpkg: perlio-via-symlink 0.05-6

upd

Added:
  perlio-via-symlink/trunk/Makefile.PL
Modified:
  perlio-via-symlink/trunk/PKGBUILD

-+
 Makefile.PL |   13 +
 PKGBUILD|   11 +++
 2 files changed, 20 insertions(+), 4 deletions(-)

Added: Makefile.PL
===
--- Makefile.PL (rev 0)
+++ Makefile.PL 2014-05-30 12:29:34 UTC (rev 112236)
@@ -0,0 +1,13 @@
+use 5.006001;
+use ExtUtils::MakeMaker;
+WriteMakefile(
+NAME = PerlIO::via::symlink,
+VERSION_FROM = 'symlink.pm',
+'dist'   = {
+COMPRESS = 'gzip -9f',
+SUFFIX   = 'gz',
+DIST_DEFAULT = 'all tardist',
+},
+MAN3PODS = {'symlink.pm' = 'blib/man3/PerlIO::via::symlink.3pm'},
+INSTALLDIRS  = 'perl',
+);


Property changes on: perlio-via-symlink/trunk/Makefile.PL
___
Added: svn:keywords
## -0,0 +1 ##
+Id Date Url Revision Author
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: PKGBUILD
===
--- PKGBUILD2014-05-30 12:10:34 UTC (rev 112235)
+++ PKGBUILD2014-05-30 12:29:34 UTC (rev 112236)
@@ -4,17 +4,20 @@
 
 pkgname=perlio-via-symlink
 pkgver=0.05
-pkgrel=5
+pkgrel=6
 pkgdesc=Perl/CPAN Module PerlIO::via::symlink
 arch=(any)
 url=http://search.cpan.org/dist/PerlIO-via-symlink/;
 license=(GPL PerlArtistic)
-source=(http://www.cpan.org/authors/id/C/CL/CLKAO/PerlIO-via-symlink-$pkgver.tar.gz;)
-md5sums=('bf33533dba6a48eb459a15df15c8415f')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/C/CL/CLKAO/PerlIO-via-symlink-$pkgver.tar.gz;
+   Makefile.PL)
+md5sums=('bf33533dba6a48eb459a15df15c8415f'
+ 'a6091bc4d21f404bcf06ff3af82401af')
 
 build() {
   cd $srcdir/PerlIO-via-symlink-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  PERL_MM_USE_DEFAULT=1 perl ../Makefile.PL INSTALLDIRS=vendor
   make
 }
 



[arch-commits] Commit in perlio-via-symlink/repos/community-any (3 files)

2014-05-30 Thread Sergej Pupykin
Date: Friday, May 30, 2014 @ 14:29:42
  Author: spupykin
Revision: 112237

archrelease: copy trunk to community-any

Added:
  perlio-via-symlink/repos/community-any/Makefile.PL
(from rev 112236, perlio-via-symlink/trunk/Makefile.PL)
  perlio-via-symlink/repos/community-any/PKGBUILD
(from rev 112236, perlio-via-symlink/trunk/PKGBUILD)
Deleted:
  perlio-via-symlink/repos/community-any/PKGBUILD

-+
 Makefile.PL |   13 +
 PKGBUILD|   51 +--
 2 files changed, 42 insertions(+), 22 deletions(-)

Copied: perlio-via-symlink/repos/community-any/Makefile.PL (from rev 112236, 
perlio-via-symlink/trunk/Makefile.PL)
===
--- Makefile.PL (rev 0)
+++ Makefile.PL 2014-05-30 12:29:42 UTC (rev 112237)
@@ -0,0 +1,13 @@
+use 5.006001;
+use ExtUtils::MakeMaker;
+WriteMakefile(
+NAME = PerlIO::via::symlink,
+VERSION_FROM = 'symlink.pm',
+'dist'   = {
+COMPRESS = 'gzip -9f',
+SUFFIX   = 'gz',
+DIST_DEFAULT = 'all tardist',
+},
+MAN3PODS = {'symlink.pm' = 'blib/man3/PerlIO::via::symlink.3pm'},
+INSTALLDIRS  = 'perl',
+);

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-30 12:29:34 UTC (rev 112236)
+++ PKGBUILD2014-05-30 12:29:42 UTC (rev 112237)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Charles Mauch cma...@gmail.com
-
-pkgname=perlio-via-symlink
-pkgver=0.05
-pkgrel=5
-pkgdesc=Perl/CPAN Module PerlIO::via::symlink
-arch=(any)
-url=http://search.cpan.org/dist/PerlIO-via-symlink/;
-license=(GPL PerlArtistic)
-source=(http://www.cpan.org/authors/id/C/CL/CLKAO/PerlIO-via-symlink-$pkgver.tar.gz;)
-md5sums=('bf33533dba6a48eb459a15df15c8415f')
-
-build() {
-  cd $srcdir/PerlIO-via-symlink-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perlio-via-symlink/repos/community-any/PKGBUILD (from rev 112236, 
perlio-via-symlink/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-30 12:29:42 UTC (rev 112237)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Charles Mauch cma...@gmail.com
+
+pkgname=perlio-via-symlink
+pkgver=0.05
+pkgrel=6
+pkgdesc=Perl/CPAN Module PerlIO::via::symlink
+arch=(any)
+url=http://search.cpan.org/dist/PerlIO-via-symlink/;
+license=(GPL PerlArtistic)
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/C/CL/CLKAO/PerlIO-via-symlink-$pkgver.tar.gz;
+   Makefile.PL)
+md5sums=('bf33533dba6a48eb459a15df15c8415f'
+ 'a6091bc4d21f404bcf06ff3af82401af')
+
+build() {
+  cd $srcdir/PerlIO-via-symlink-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl ../Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd $srcdir/PerlIO-via-symlink-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



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

2014-05-30 Thread Sergej Pupykin
Date: Friday, May 30, 2014 @ 14:34:58
  Author: spupykin
Revision: 112239

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-30 12:34:44 UTC (rev 112238)
+++ community-i686/PKGBUILD 2014-05-30 12:34:58 UTC (rev 112239)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin
-# Contributor: Hauke Wesselmann ha...@h-dawg.de
-# Contributor: Laurie Clark-Michalek bluepepp...@archlinux.us
-
-pkgname=libopensync
-pkgver=0.39
-pkgrel=4
-pkgdesc='Stable version of the opensync synchronisation framework'
-url='http://www.opensync.org'
-license=('LGPL')
-arch=('i686' 'x86_64')
-makedepends=('python2' 'cmake' 'chrpath')
-depends=('glib2' 'libxml2' 'sqlite3' 'libxslt')
-source=(http://www.opensync.org/download/releases/$pkgver/$pkgname-$pkgver.tar.bz2)
-md5sums=('733211e82b61e2aa575d149dda17d475')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  #disable treating of warnings as errors
-  find /$(pwd) -type f -exec sed -i 's/-Werror//g' '{}' \;
-
-  mkdir build
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr $srcdir/$pkgname-$pkgver
-  make
-  make DESTDIR=$pkgdir install
-
-  find $pkgdir -name \*.so  -type f -exec chrpath -d {} \;
-  find $pkgdir -perm /ugo+x -type f -exec chrpath -d {} \;
-}

Copied: libopensync/repos/community-i686/PKGBUILD (from rev 112238, 
libopensync/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-30 12:34:58 UTC (rev 112239)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin
+# Contributor: Hauke Wesselmann ha...@h-dawg.de
+# Contributor: Laurie Clark-Michalek bluepepp...@archlinux.us
+
+pkgname=libopensync
+pkgver=0.39
+pkgrel=5
+pkgdesc='Stable version of the opensync synchronisation framework'
+url='http://www.opensync.org'
+license=('LGPL')
+arch=('i686' 'x86_64')
+makedepends=('python2' 'cmake' 'chrpath')
+depends=('glib2' 'libxml2' 'sqlite' 'libxslt')
+source=(http://www.opensync.org/download/releases/$pkgver/$pkgname-$pkgver.tar.bz2)
+md5sums=('733211e82b61e2aa575d149dda17d475')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  #disable treating of warnings as errors
+  find /$(pwd) -type f -exec sed -i 's/-Werror//g' '{}' \;
+  sed -i 's|glib/gmem.h|glib.h|' opensync/common/opensync_list.c
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  mkdir build
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr $srcdir/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver/build
+  make DESTDIR=$pkgdir install
+  find $pkgdir -name \*.so  -type f -exec chrpath -d {} \;
+  find $pkgdir -perm /ugo+x -type f -exec chrpath -d {} \;
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-30 12:34:44 UTC (rev 112238)
+++ community-x86_64/PKGBUILD   2014-05-30 12:34:58 UTC (rev 112239)
@@ -1,32 +0,0 @@
-# $Id: PKGBUILD 66195 2012-02-23 03:06:28Z spupykin $
-# Maintainer: Sergej Pupykin
-# Contributor: Hauke Wesselmann ha...@h-dawg.de
-# Contributor: Laurie Clark-Michalek bluepepp...@archlinux.us
-
-pkgname=libopensync
-pkgver=0.39
-pkgrel=4
-pkgdesc='Stable version of the opensync synchronisation framework'
-url='http://www.opensync.org'
-license=('LGPL')
-arch=('i686' 'x86_64')
-makedepends=('python2' 'cmake' 'chrpath')
-depends=('glib2' 'libxml2' 'sqlite3' 'libxslt')
-source=(http://www.opensync.org/download/releases/$pkgver/$pkgname-$pkgver.tar.bz2)
-md5sums=('733211e82b61e2aa575d149dda17d475')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  #disable treating of warnings as errors
-  find /$(pwd) -type f -exec sed -i 's/-Werror//g' '{}' \;
-
-  mkdir build
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr $srcdir/$pkgname-$pkgver
-  make
-  make DESTDIR=$pkgdir install
-
-  find $pkgdir -name \*.so  -type f -exec chrpath -d {} \;
-  find $pkgdir -perm /ugo+x -type f -exec chrpath -d {} \;
-}

Copied: libopensync/repos/community-x86_64/PKGBUILD (from rev 112238, 
libopensync/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-05-30 12:34:58 UTC (rev 112239)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin
+# 

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

2014-05-30 Thread Sergej Pupykin
Date: Friday, May 30, 2014 @ 14:34:44
  Author: spupykin
Revision: 112238

upgpkg: libopensync 0.39-5

upd

Modified:
  libopensync/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-30 12:29:42 UTC (rev 112237)
+++ PKGBUILD2014-05-30 12:34:44 UTC (rev 112238)
@@ -5,7 +5,7 @@
 
 pkgname=libopensync
 pkgver=0.39
-pkgrel=4
+pkgrel=5
 pkgdesc='Stable version of the opensync synchronisation framework'
 url='http://www.opensync.org'
 license=('LGPL')
@@ -15,12 +15,15 @@
 
source=(http://www.opensync.org/download/releases/$pkgver/$pkgname-$pkgver.tar.bz2)
 md5sums=('733211e82b61e2aa575d149dda17d475')
 
-build() {
+prepare() {
   cd $srcdir/$pkgname-$pkgver
-
   #disable treating of warnings as errors
   find /$(pwd) -type f -exec sed -i 's/-Werror//g' '{}' \;
+  sed -i 's|glib/gmem.h|glib.h|' opensync/common/opensync_list.c
+}
 
+build() {
+  cd $srcdir/$pkgname-$pkgver
   mkdir build
   cd build
   cmake -DCMAKE_INSTALL_PREFIX=/usr $srcdir/$pkgname-$pkgver



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

2014-05-30 Thread Sergej Pupykin
Date: Friday, May 30, 2014 @ 14:45:35
  Author: spupykin
Revision: 112241

Modified:
  gphpedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-30 12:40:55 UTC (rev 112240)
+++ PKGBUILD2014-05-30 12:45:35 UTC (rev 112241)
@@ -15,6 +15,7 @@
 options=('!makeflags')
 install=gphpedit.install
 source=(http://www.gphpedit.org/sites/default/files/gphpedit-$pkgver.tar.gz)
+source=(http://arch.p5n.pp.ru/~sergej/dl/2014/gphpedit-$pkgver.tar.gz)
 md5sums=('cc3c5f50704fa0ed3ef3d4ac983db525')
 
 build() {



[arch-commits] Commit in emacs-w3m-cvs/repos/community-any (4 files)

2014-05-30 Thread Sergej Pupykin
Date: Friday, May 30, 2014 @ 14:50:46
  Author: spupykin
Revision: 112243

archrelease: copy trunk to community-any

Added:
  emacs-w3m-cvs/repos/community-any/PKGBUILD
(from rev 112242, emacs-w3m-cvs/trunk/PKGBUILD)
  emacs-w3m-cvs/repos/community-any/emacs-w3m-cvs.install
(from rev 112242, emacs-w3m-cvs/trunk/emacs-w3m-cvs.install)
Deleted:
  emacs-w3m-cvs/repos/community-any/PKGBUILD
  emacs-w3m-cvs/repos/community-any/emacs-w3m-cvs.install

---+
 PKGBUILD  |   80 +---
 emacs-w3m-cvs.install |   46 +--
 2 files changed, 65 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-30 12:50:24 UTC (rev 112242)
+++ PKGBUILD2014-05-30 12:50:46 UTC (rev 112243)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: James Cozine jmcoz...@gmail.com
-
-pkgname=emacs-w3m-cvs
-pkgver=20120220
-pkgrel=1
-pkgdesc=w3m browser for Emacs (cvs)
-arch=('any')
-url=http://emacs-w3m.namazu.org/;
-license=('GPL')
-depends=('emacs' 'w3m')
-makedepends=('cvs' 'autoconf')
-provides=('emacs-w3m')
-conflicts=('emacs-w3m')
-install=emacs-w3m-cvs.install
-
-_cvsroot=:pserver:anonymous:@cvs.namazu.org:/storage/cvsroot
-_cvsmod=emacs-w3m
-
-build() {
-  cd $srcdir
-
-  if [ -d $_cvsmod/CVS ]; then
- cd $_cvsmod
-  else
- cvs -z3 -d $_cvsroot co -D $pkgver -f $_cvsmod
- cd $_cvsmod
-  fi
-  autoconf
-
-  cp -r ../$_cvsmod ../$_cvsmod-build
-  cd ../$_cvsmod-build
-
-  ./configure --prefix=/usr
-  make
-  make prefix=$pkgdir/usr install
-}

Copied: emacs-w3m-cvs/repos/community-any/PKGBUILD (from rev 112242, 
emacs-w3m-cvs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-30 12:50:46 UTC (rev 112243)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: James Cozine jmcoz...@gmail.com
+
+pkgname=emacs-w3m-cvs
+pkgver=20140530
+pkgrel=1
+pkgdesc=w3m browser for Emacs (cvs)
+arch=('any')
+url=http://emacs-w3m.namazu.org/;
+license=('GPL')
+depends=('emacs' 'w3m')
+makedepends=('cvs' 'autoconf')
+provides=('emacs-w3m')
+conflicts=('emacs-w3m')
+install=emacs-w3m-cvs.install
+
+_cvsroot=:pserver:anonymous:@cvs.namazu.org:/storage/cvsroot
+_cvsmod=emacs-w3m
+
+build() {
+  cd $srcdir
+
+  if [ -d $_cvsmod/CVS ]; then
+ cd $_cvsmod
+  else
+ cvs -z3 -d $_cvsroot co -D $pkgver -f $_cvsmod
+ cd $_cvsmod
+  fi
+  autoconf
+
+  cp -r ../$_cvsmod ../$_cvsmod-build
+  cd ../$_cvsmod-build
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/${_cvsmod}-build
+  make prefix=$pkgdir/usr install
+}

Deleted: emacs-w3m-cvs.install
===
--- emacs-w3m-cvs.install   2014-05-30 12:50:24 UTC (rev 112242)
+++ emacs-w3m-cvs.install   2014-05-30 12:50:46 UTC (rev 112243)
@@ -1,23 +0,0 @@
-infodir=/usr/share/info
-filelist=(emacs-w3m-ja.info emacs-w3m.info)
-
-post_install() {
-  echo  Add the following to your .emacs:
-  echo  (require 'w3m-load)
-
-  [ -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: emacs-w3m-cvs/repos/community-any/emacs-w3m-cvs.install (from rev 
112242, emacs-w3m-cvs/trunk/emacs-w3m-cvs.install)
===
--- emacs-w3m-cvs.install   (rev 0)
+++ emacs-w3m-cvs.install   2014-05-30 12:50:46 UTC (rev 112243)
@@ -0,0 +1,23 @@
+infodir=/usr/share/info
+filelist=(emacs-w3m-ja.info emacs-w3m.info)
+
+post_install() {
+  echo  Add the following to your .emacs:
+  echo  (require 'w3m-load)
+
+  [ -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 emacs-w3m-cvs/trunk (PKGBUILD)

2014-05-30 Thread Sergej Pupykin
Date: Friday, May 30, 2014 @ 14:50:24
  Author: spupykin
Revision: 112242

upgpkg: emacs-w3m-cvs 20140530-1

upd

Modified:
  emacs-w3m-cvs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-30 12:45:35 UTC (rev 112241)
+++ PKGBUILD2014-05-30 12:50:24 UTC (rev 112242)
@@ -3,7 +3,7 @@
 # Contributor: James Cozine jmcoz...@gmail.com
 
 pkgname=emacs-w3m-cvs
-pkgver=20120220
+pkgver=20140530
 pkgrel=1
 pkgdesc=w3m browser for Emacs (cvs)
 arch=('any')



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

2014-05-30 Thread Sergej Pupykin
Date: Friday, May 30, 2014 @ 14:55:53
  Author: spupykin
Revision: 112244

Modified:
  diff2html/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-30 12:50:46 UTC (rev 112243)
+++ PKGBUILD2014-05-30 12:55:53 UTC (rev 112244)
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=(python2)
 makedepends=()
-source=(http://kafka.fr.free.fr/diff2html/diff2html.bz2)
+source=(http://arch.p5n.pp.ru/~sergej/dl/2014/diff2html.bz2)
 md5sums=('e3aa3bd4fec0a93f5f97efcd210e232b')
 
 build() {



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

2014-05-30 Thread Sergej Pupykin
Date: Friday, May 30, 2014 @ 14:57:43
  Author: spupykin
Revision: 112245

Modified:
  diff2html/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-30 12:55:53 UTC (rev 112244)
+++ PKGBUILD2014-05-30 12:57:43 UTC (rev 112245)
@@ -6,11 +6,12 @@
 pkgrel=4
 pkgdesc=diff to html
 arch=(any)
-url=http://kafka.fr.free.fr/diff2html/;
+url=http://kafka.fr.free.fr/spip.php?article4;
 license=('GPL')
 depends=(python2)
 makedepends=()
-source=(http://arch.p5n.pp.ru/~sergej/dl/2014/diff2html.bz2)
+#source=(http://arch.p5n.pp.ru/~sergej/dl/2014/diff2html.bz2)
+source=(http://kafka.fr.free.fr/files/diff2html/diff2html.bz2)
 md5sums=('e3aa3bd4fec0a93f5f97efcd210e232b')
 
 build() {



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

2014-05-30 Thread Andreas Radke
Date: Friday, May 30, 2014 @ 15:14:40
  Author: andyrtr
Revision: 213845

upgpkg: inputproto 2.3.1-1

upstream update 2.3.1

Modified:
  inputproto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-30 11:57:29 UTC (rev 213844)
+++ PKGBUILD2014-05-30 13:14:40 UTC (rev 213845)
@@ -3,7 +3,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=inputproto
-pkgver=2.3
+pkgver=2.3.1
 pkgrel=1
 pkgdesc=X11 Input extension wire protocol
 arch=(any)
@@ -11,7 +11,7 @@
 url=http://xorg.freedesktop.org/;
 makedepends=('xorg-util-macros' 'asciidoc')
 source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('7d26b193f6699f8e9c1e28bf026844b7ecea33dd644402523471be109152c32f')
+sha256sums=('5a47ee62053a6acef3a83f506312494be1461068d0b9269d818839703b95c1d1')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2014-05-30 Thread Andreas Radke
Date: Friday, May 30, 2014 @ 15:14:51
  Author: andyrtr
Revision: 213846

archrelease: copy trunk to extra-any

Added:
  inputproto/repos/extra-any/PKGBUILD
(from rev 213845, inputproto/trunk/PKGBUILD)
Deleted:
  inputproto/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-30 13:14:40 UTC (rev 213845)
+++ PKGBUILD2014-05-30 13:14:51 UTC (rev 213846)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=inputproto
-pkgver=2.3
-pkgrel=1
-pkgdesc=X11 Input extension wire protocol
-arch=(any)
-license=('custom')
-url=http://xorg.freedesktop.org/;
-makedepends=('xorg-util-macros' 'asciidoc')
-source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('7d26b193f6699f8e9c1e28bf026844b7ecea33dd644402523471be109152c32f')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: inputproto/repos/extra-any/PKGBUILD (from rev 213845, 
inputproto/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-30 13:14:51 UTC (rev 213846)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=inputproto
+pkgver=2.3.1
+pkgrel=1
+pkgdesc=X11 Input extension wire protocol
+arch=(any)
+license=('custom')
+url=http://xorg.freedesktop.org/;
+makedepends=('xorg-util-macros' 'asciidoc')
+source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('5a47ee62053a6acef3a83f506312494be1461068d0b9269d818839703b95c1d1')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



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

2014-05-30 Thread Andreas Radke
Date: Friday, May 30, 2014 @ 15:20:23
  Author: andyrtr
Revision: 213847

upgpkg: libtasn1 3.6-1

upstream update 3.6

Modified:
  libtasn1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-30 13:14:51 UTC (rev 213846)
+++ PKGBUILD2014-05-30 13:20:23 UTC (rev 213847)
@@ -1,9 +1,10 @@
 # $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
 # Maintainer: Jan de Groot j...@archlinux.org
 # Contributor: judd jvi...@zeroflux.org
 
 pkgname=libtasn1
-pkgver=3.4
+pkgver=3.6
 pkgrel=1
 pkgdesc=The ASN.1 library used in GNUTLS
 arch=('i686' 'x86_64')
@@ -12,7 +13,7 @@
 depends=('glibc' 'texinfo')
 install=libtasn1.install
 source=(http://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('21ec021c534b0f30b2834ce233c70f15'
+md5sums=('6ed38e161e11013054f2a2bb4c4da449'
  'SKIP')
 
 build() {



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

2014-05-30 Thread Andreas Radke
Date: Friday, May 30, 2014 @ 15:20:34
  Author: andyrtr
Revision: 213848

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

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

---+
 /PKGBUILD |   72 
 /libtasn1.install |   36 
 extra-i686/PKGBUILD   |   35 ---
 extra-i686/libtasn1.install   |   18 --
 extra-x86_64/PKGBUILD |   35 ---
 extra-x86_64/libtasn1.install |   18 --
 6 files changed, 108 insertions(+), 106 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-05-30 13:20:23 UTC (rev 213847)
+++ extra-i686/PKGBUILD 2014-05-30 13:20:34 UTC (rev 213848)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: judd jvi...@zeroflux.org
-
-pkgname=libtasn1
-pkgver=3.4
-pkgrel=1
-pkgdesc=The ASN.1 library used in GNUTLS
-arch=('i686' 'x86_64')
-license=('GPL3' 'LGPL')
-url=http://www.gnu.org/software/libtasn1/;
-depends=('glibc' 'texinfo')
-install=libtasn1.install
-source=(http://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('21ec021c534b0f30b2834ce233c70f15'
- 'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --with-packager=Archlinux \
-  --with-packager-bug-reports=http://bugs.archlinux.org/; \
-  --with-packager-version=${pkgver}-${pkgrel}
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libtasn1/repos/extra-i686/PKGBUILD (from rev 213847, 
libtasn1/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-05-30 13:20:34 UTC (rev 213848)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=libtasn1
+pkgver=3.6
+pkgrel=1
+pkgdesc=The ASN.1 library used in GNUTLS
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL')
+url=http://www.gnu.org/software/libtasn1/;
+depends=('glibc' 'texinfo')
+install=libtasn1.install
+source=(http://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('6ed38e161e11013054f2a2bb4c4da449'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --with-packager=Archlinux \
+  --with-packager-bug-reports=http://bugs.archlinux.org/; \
+  --with-packager-version=${pkgver}-${pkgrel}
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/libtasn1.install
===
--- extra-i686/libtasn1.install 2014-05-30 13:20:23 UTC (rev 213847)
+++ extra-i686/libtasn1.install 2014-05-30 13:20:34 UTC (rev 213848)
@@ -1,18 +0,0 @@
-info_dir=/usr/share/info
-info_files=(libtasn1.info)
-
-post_install() {
-  for f in ${info_files[@]}; do
-install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  for f in ${info_files[@]}; do
-install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
-  done
-}

Copied: libtasn1/repos/extra-i686/libtasn1.install (from rev 213847, 
libtasn1/trunk/libtasn1.install)
===
--- extra-i686/libtasn1.install (rev 0)
+++ extra-i686/libtasn1.install 2014-05-30 13:20:34 UTC (rev 213848)
@@ -0,0 +1,18 @@
+info_dir=/usr/share/info
+info_files=(libtasn1.info)
+
+post_install() {
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-05-30 13:20:23 UTC (rev 213847)
+++ extra-x86_64/PKGBUILD   2014-05-30 13:20:34 UTC (rev 213848)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# 

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

2014-05-30 Thread Maxime Gauduin
Date: Friday, May 30, 2014 @ 15:21:32
  Author: alucryd
Revision: 112246

FS#40602: rbutil 1.4.0-2

Modified:
  rbutil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-30 12:57:43 UTC (rev 112245)
+++ PKGBUILD2014-05-30 13:21:32 UTC (rev 112246)
@@ -5,12 +5,12 @@
 
 pkgname=rbutil
 pkgver=1.4.0
-pkgrel=1
-pkgdesc=Rockbox Utility
+pkgrel=2
+pkgdesc='Rockbox Utility'
 arch=('i686' 'x86_64')
-url=http://www.rockbox.org/twiki/bin/view/Main/RockboxUtility;
+url='http://www.rockbox.org/twiki/bin/view/Main/RockboxUtility'
 license=(GPL)
-depends=('qt5-base' 'libusbx')
+depends=('qt5-base' 'libusbx' 'libxkbcommon-x11')
 makedepends=('gendesk' 'qt5-tools')
 optdepends=('speex: voice files support')
 
source=(http://download.rockbox.org/${pkgname}/source/RockboxUtility-v${pkgver}-src.tar.bz2;)



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

2014-05-30 Thread Maxime Gauduin
Date: Friday, May 30, 2014 @ 15:22:18
  Author: alucryd
Revision: 112247

archrelease: copy trunk to community-x86_64

Added:
  rbutil/repos/community-x86_64/PKGBUILD
(from rev 112246, rbutil/trunk/PKGBUILD)
Deleted:
  rbutil/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-30 13:21:32 UTC (rev 112246)
+++ PKGBUILD2014-05-30 13:22:18 UTC (rev 112247)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: said atvordho...@gmail.com
-# Contributor: clinx clinx.hac...@googlemail.com
-
-pkgname=rbutil
-pkgver=1.4.0
-pkgrel=1
-pkgdesc=Rockbox Utility
-arch=('i686' 'x86_64')
-url=http://www.rockbox.org/twiki/bin/view/Main/RockboxUtility;
-license=(GPL)
-depends=('qt5-base' 'libusbx')
-makedepends=('gendesk' 'qt5-tools')
-optdepends=('speex: voice files support')
-source=(http://download.rockbox.org/${pkgname}/source/RockboxUtility-v${pkgver}-src.tar.bz2;)
-sha256sums=('bc28a58ac1f62055a39b072e7b41a162f407a8b83172c84790568235d4637e4c')
-
-prepare() {
-  gendesk -n --pkgname ${pkgname} --pkgdesc ${pkgdesc} --name=Rockbox 
Utility --exec=RockboxUtility --categories=Application;Utility; 
--comment=Rockbox automated installer
-}
-
-build() {
-  cd RockboxUtility-v${pkgver}/${pkgname}/rbutilqt
-
-  lrelease-qt5 rbutilqt.pro
-  qmake-qt5
-  make
-}
-
-package(){
-  cd RockboxUtility-v${pkgver}/${pkgname}/rbutilqt
-
-  install -dm 755 ${pkgdir}/usr/{bin,share/{applications,pixmaps}}
-  install -m 755 {,${pkgdir}/usr/bin/}RockboxUtility
-  install -m 644 icons/rockbox-256.png ${pkgdir}/usr/share/pixmaps/rbutil.png
-  install -m 644 
{${srcdir},${pkgdir}/usr/share/applications}/rbutil.desktop
-}
-
-#vim: ts=2 sw=2 et:

Copied: rbutil/repos/community-x86_64/PKGBUILD (from rev 112246, 
rbutil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-30 13:22:18 UTC (rev 112247)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: said atvordho...@gmail.com
+# Contributor: clinx clinx.hac...@googlemail.com
+
+pkgname=rbutil
+pkgver=1.4.0
+pkgrel=2
+pkgdesc='Rockbox Utility'
+arch=('i686' 'x86_64')
+url='http://www.rockbox.org/twiki/bin/view/Main/RockboxUtility'
+license=(GPL)
+depends=('qt5-base' 'libusbx' 'libxkbcommon-x11')
+makedepends=('gendesk' 'qt5-tools')
+optdepends=('speex: voice files support')
+source=(http://download.rockbox.org/${pkgname}/source/RockboxUtility-v${pkgver}-src.tar.bz2;)
+sha256sums=('bc28a58ac1f62055a39b072e7b41a162f407a8b83172c84790568235d4637e4c')
+
+prepare() {
+  gendesk -n --pkgname ${pkgname} --pkgdesc ${pkgdesc} --name=Rockbox 
Utility --exec=RockboxUtility --categories=Application;Utility; 
--comment=Rockbox automated installer
+}
+
+build() {
+  cd RockboxUtility-v${pkgver}/${pkgname}/rbutilqt
+
+  lrelease-qt5 rbutilqt.pro
+  qmake-qt5
+  make
+}
+
+package(){
+  cd RockboxUtility-v${pkgver}/${pkgname}/rbutilqt
+
+  install -dm 755 ${pkgdir}/usr/{bin,share/{applications,pixmaps}}
+  install -m 755 {,${pkgdir}/usr/bin/}RockboxUtility
+  install -m 644 icons/rockbox-256.png ${pkgdir}/usr/share/pixmaps/rbutil.png
+  install -m 644 
{${srcdir},${pkgdir}/usr/share/applications}/rbutil.desktop
+}
+
+#vim: ts=2 sw=2 et:



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

2014-05-30 Thread Sergej Pupykin
Date: Friday, May 30, 2014 @ 15:27:29
  Author: spupykin
Revision: 112248

upgpkg: remmina 1.0.0-12

upd

Modified:
  remmina/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-30 13:22:18 UTC (rev 112247)
+++ PKGBUILD2014-05-30 13:27:29 UTC (rev 112248)
@@ -3,7 +3,7 @@
 
 pkgname=remmina
 pkgver=1.0.0
-pkgrel=11
+pkgrel=12
 pkgdesc=remote desktop client written in GTK+
 arch=(i686 x86_64)
 url=http://remmina.sourceforge.net/;
@@ -31,16 +31,16 @@
'https://github.com/FreeRDP/Remmina/commit/b2277827.patch'
'https://github.com/FreeRDP/Remmina/commit/cb0b209b.patch')
 md5sums=('701c540acaab961bc3adf130a2ddb8b1'
- '658218f0e63f512425893ec204e18f29'
- 'dd1aad8524f470c634c4534122c1d101'
- '2cfe2dbb399cbc1b0d89606824b4280d'
- '26d06a319589bdc906422eb902ebfd17'
- 'b813f7b1281d808d45da99699e17c4b7'
- '3bb434fd6c6b8ee90d98fcd7be2e307d'
- '083a34a0339f763e52f33b6dbfb0a550'
- '0fdb897dbccf2f986fc49a15f6d22bd7'
- 'e891041fb3b14eb6465cc3d783e9b600'
- '59ec2f4ed9382c743db212e86ebfbdfe')
+ 'befda121d469a3fe712d905de8563f70'
+ '436d77279b86960e0588cee935173214'
+ '0612d5d0c1f29424b68e2f5d1b162fb1'
+ '7288a5492e92eebba838e673cd54ad5f'
+ '0d4231a14713b4db29a1233b632c9ee3'
+ 'd77ef61a7ff5c3d219f01bdfd907c6be'
+ '1bf8ecce08dab36b33d646c4ade6024b'
+ '8c78241ac4649f34d7b8db22f9364cc7'
+ 'f849143485c9cac71e3b943fa40d5e09'
+ '30c257020537e3a0fcce91c103e9f5f8')
 
 build() {
   cd ${srcdir}/FreeRDP-Remmina-*/



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

2014-05-30 Thread Sergej Pupykin
Date: Friday, May 30, 2014 @ 15:27:43
  Author: spupykin
Revision: 112249

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

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

--+
 /PKGBUILD|  124 +
 /remmina.install |   22 ++
 community-i686/PKGBUILD  |   62 --
 community-i686/remmina.install   |   11 ---
 community-x86_64/PKGBUILD|   62 --
 community-x86_64/remmina.install |   11 ---
 6 files changed, 146 insertions(+), 146 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-30 13:27:29 UTC (rev 112248)
+++ community-i686/PKGBUILD 2014-05-30 13:27:43 UTC (rev 112249)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=remmina
-pkgver=1.0.0
-pkgrel=11
-pkgdesc=remote desktop client written in GTK+
-arch=(i686 x86_64)
-url=http://remmina.sourceforge.net/;
-license=('GPL')
-depends=('gtk3' 'zlib' 'libjpeg' 'libssh' 'libunique' 'avahi' 'vte3' 
'libgcrypt' 'libxdmcp')
-makedepends=('intltool' 'pkgconfig' 'cmake' 'libgnome-keyring'
-'avahi' 'libxkbfile' 'freerdp' 'telepathy-glib')
-optdepends=('libxkbfile'
-   'freerdp'
-   'telepathy-glib'
-   'gnome-keyring'
-   'nxproxy')
-replaces=('remmina-plugins')
-provides=('remmina-plugins')
-install=remmina.install
-source=(https://github.com/downloads/FreeRDP/Remmina/Remmina-$pkgver.tar.gz;
-   'https://github.com/FreeRDP/Remmina/commit/569d9bb7.patch'
-   'https://github.com/FreeRDP/Remmina/commit/f7d1038b.patch'
-   'https://github.com/FreeRDP/Remmina/commit/1aebfc02.patch'
-   'https://github.com/FreeRDP/Remmina/commit/3ebdd6e7.patch'
-   'https://github.com/FreeRDP/Remmina/commit/97c2af8c.patch'
-   'https://github.com/FreeRDP/Remmina/commit/84327f81.patch'
-   'https://github.com/FreeRDP/Remmina/commit/c1ef3a16.patch'
-   'https://github.com/FreeRDP/Remmina/commit/6ee20289.patch'
-   'https://github.com/FreeRDP/Remmina/commit/b2277827.patch'
-   'https://github.com/FreeRDP/Remmina/commit/cb0b209b.patch')
-md5sums=('701c540acaab961bc3adf130a2ddb8b1'
- '658218f0e63f512425893ec204e18f29'
- 'dd1aad8524f470c634c4534122c1d101'
- '2cfe2dbb399cbc1b0d89606824b4280d'
- '26d06a319589bdc906422eb902ebfd17'
- 'b813f7b1281d808d45da99699e17c4b7'
- '3bb434fd6c6b8ee90d98fcd7be2e307d'
- '083a34a0339f763e52f33b6dbfb0a550'
- '0fdb897dbccf2f986fc49a15f6d22bd7'
- 'e891041fb3b14eb6465cc3d783e9b600'
- '59ec2f4ed9382c743db212e86ebfbdfe')
-
-build() {
-  cd ${srcdir}/FreeRDP-Remmina-*/
-
-  for i in ${source[@]}; do
-if [ ${i:(-6)} == .patch ]; then
-  patch -p1 -i ${srcdir}/${i:(-14)}
-fi
-  done
-
-  export LDFLAGS=-lX11 -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 
-lgthread-2.0 -lpthread -lgnutls
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DWITH_APPINDICATOR=OFF .
-  make
-}
-
-package() {
-  cd ${srcdir}/FreeRDP-Remmina-*/
-  make DESTDIR=${pkgdir} install
-}

Copied: remmina/repos/community-i686/PKGBUILD (from rev 112248, 
remmina/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-30 13:27:43 UTC (rev 112249)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=remmina
+pkgver=1.0.0
+pkgrel=12
+pkgdesc=remote desktop client written in GTK+
+arch=(i686 x86_64)
+url=http://remmina.sourceforge.net/;
+license=('GPL')
+depends=('gtk3' 'zlib' 'libjpeg' 'libssh' 'libunique' 'avahi' 'vte3' 
'libgcrypt' 'libxdmcp')
+makedepends=('intltool' 'pkgconfig' 'cmake' 'libgnome-keyring'
+'avahi' 'libxkbfile' 'freerdp' 'telepathy-glib')
+optdepends=('libxkbfile'
+   'freerdp'
+   'telepathy-glib'
+   'gnome-keyring'
+   'nxproxy')
+replaces=('remmina-plugins')
+provides=('remmina-plugins')
+install=remmina.install
+source=(https://github.com/downloads/FreeRDP/Remmina/Remmina-$pkgver.tar.gz;
+   'https://github.com/FreeRDP/Remmina/commit/569d9bb7.patch'
+   'https://github.com/FreeRDP/Remmina/commit/f7d1038b.patch'
+   

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

2014-05-30 Thread Andreas Radke
Date: Friday, May 30, 2014 @ 15:32:16
  Author: andyrtr
Revision: 213850

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

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

-+
 /PKGBUILD   |   82 ++
 /gnutls.install |   40 
 extra-i686/PKGBUILD |   41 -
 extra-i686/gnutls.install   |   20 --
 extra-x86_64/PKGBUILD   |   41 -
 extra-x86_64/gnutls.install |   20 --
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-05-30 13:31:59 UTC (rev 213849)
+++ extra-i686/PKGBUILD 2014-05-30 13:32:16 UTC (rev 213850)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgname=gnutls
-pkgver=3.3.2
-pkgrel=1
-pkgdesc=A library which provides a secure layer over a reliable transport 
layer
-arch=('i686' 'x86_64')
-license=('GPL3' 'LGPL2.1')
-url=http://www.gnutls.org/;
-install=gnutls.install
-options=('!zipman')
-depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit')
-source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.3/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('590851c331b1851c0ed3388879922c06'
- 'SKIP')
-
-build() {
-  cd ${pkgname}-* #${pkgver}
-  ./configure --prefix=/usr \
-   --with-zlib \
-   --disable-static \
-   --disable-guile
-  make
-}
-
-check() {
-  cd ${pkgname}-* #${pkgver}
-  make check # || /bin/true
-}
-
-package() {
-  cd ${pkgname}-* #${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # lots of .png files are put into infodir and are gzipped by makepkg! this 
may need to be fixed by using !zipman
-  # gzip -9 all files in infodir and manpages manually
-  find $pkgdir/usr/share/info -name '*.info*' -exec gzip -9 {} \;
-  find $pkgdir/usr/share/man -exec gzip -9 {} \;
-}

Copied: gnutls/repos/extra-i686/PKGBUILD (from rev 213849, 
gnutls/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-05-30 13:32:16 UTC (rev 213850)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=gnutls
+pkgver=3.3.3
+pkgrel=1
+pkgdesc=A library which provides a secure layer over a reliable transport 
layer
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL2.1')
+url=http://www.gnutls.org/;
+install=gnutls.install
+options=('!zipman')
+depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit')
+source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.3/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('e225247ec82513354a6bdc3be6246377'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --with-zlib \
+   --disable-static \
+   --disable-guile
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check # || /bin/true
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # lots of .png files are put into infodir and are gzipped by makepkg! this 
may need to be fixed by using !zipman
+  # gzip -9 all files in infodir and manpages manually
+  find $pkgdir/usr/share/info -name '*.info*' -exec gzip -9 {} \;
+  find $pkgdir/usr/share/man -exec gzip -9 {} \;
+}

Deleted: extra-i686/gnutls.install
===
--- extra-i686/gnutls.install   2014-05-30 13:31:59 UTC (rev 213849)
+++ extra-i686/gnutls.install   2014-05-30 13:32:16 UTC (rev 213850)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(gnutls.info-1.gz gnutls.info-2.gz gnutls.info-3.gz gnutls.info-4.gz 
gnutls.info-5.gz gnutls.info.gz gnutls-guile.info.gz)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $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 $infodir/dir 2 /dev/null
-  done
-}

Copied: gnutls/repos/extra-i686/gnutls.install (from rev 213849, 
gnutls/trunk/gnutls.install)
===
--- extra-i686/gnutls.install   (rev 0)
+++ 

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

2014-05-30 Thread Andreas Radke
Date: Friday, May 30, 2014 @ 15:31:59
  Author: andyrtr
Revision: 213849

upgpkg: gnutls 3.3.3-1

upstream update 3.3.3

Modified:
  gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-30 13:20:34 UTC (rev 213848)
+++ PKGBUILD2014-05-30 13:31:59 UTC (rev 213849)
@@ -3,7 +3,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=gnutls
-pkgver=3.3.2
+pkgver=3.3.3
 pkgrel=1
 pkgdesc=A library which provides a secure layer over a reliable transport 
layer
 arch=('i686' 'x86_64')
@@ -13,11 +13,11 @@
 options=('!zipman')
 depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit')
 
source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.3/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('590851c331b1851c0ed3388879922c06'
+md5sums=('e225247ec82513354a6bdc3be6246377'
  'SKIP')
 
 build() {
-  cd ${pkgname}-* #${pkgver}
+  cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr \
--with-zlib \
--disable-static \
@@ -26,12 +26,12 @@
 }
 
 check() {
-  cd ${pkgname}-* #${pkgver}
+  cd ${pkgname}-${pkgver}
   make check # || /bin/true
 }
 
 package() {
-  cd ${pkgname}-* #${pkgver}
+  cd ${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 
   # lots of .png files are put into infodir and are gzipped by makepkg! this 
may need to be fixed by using !zipman



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

2014-05-30 Thread Maxime Gauduin
Date: Friday, May 30, 2014 @ 15:34:01
  Author: alucryd
Revision: 112250

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-30 13:27:43 UTC (rev 112249)
+++ community-i686/PKGBUILD 2014-05-30 13:34:01 UTC (rev 112250)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: said atvordho...@gmail.com
-# Contributor: clinx clinx.hac...@googlemail.com
-
-pkgname=rbutil
-pkgver=1.4.0
-pkgrel=1
-pkgdesc=Rockbox Utility
-arch=('i686' 'x86_64')
-url=http://www.rockbox.org/twiki/bin/view/Main/RockboxUtility;
-license=(GPL)
-depends=('qt5-base' 'libusbx')
-makedepends=('gendesk' 'qt5-tools')
-optdepends=('speex: voice files support')
-source=(http://download.rockbox.org/${pkgname}/source/RockboxUtility-v${pkgver}-src.tar.bz2;)
-sha256sums=('bc28a58ac1f62055a39b072e7b41a162f407a8b83172c84790568235d4637e4c')
-
-prepare() {
-  gendesk -n --pkgname ${pkgname} --pkgdesc ${pkgdesc} --name=Rockbox 
Utility --exec=RockboxUtility --categories=Application;Utility; 
--comment=Rockbox automated installer
-}
-
-build() {
-  cd RockboxUtility-v${pkgver}/${pkgname}/rbutilqt
-
-  lrelease-qt5 rbutilqt.pro
-  qmake-qt5
-  make
-}
-
-package(){
-  cd RockboxUtility-v${pkgver}/${pkgname}/rbutilqt
-
-  install -dm 755 ${pkgdir}/usr/{bin,share/{applications,pixmaps}}
-  install -m 755 {,${pkgdir}/usr/bin/}RockboxUtility
-  install -m 644 icons/rockbox-256.png ${pkgdir}/usr/share/pixmaps/rbutil.png
-  install -m 644 
{${srcdir},${pkgdir}/usr/share/applications}/rbutil.desktop
-}
-
-#vim: ts=2 sw=2 et:

Copied: rbutil/repos/community-i686/PKGBUILD (from rev 112249, 
rbutil/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-30 13:34:01 UTC (rev 112250)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: said atvordho...@gmail.com
+# Contributor: clinx clinx.hac...@googlemail.com
+
+pkgname=rbutil
+pkgver=1.4.0
+pkgrel=2
+pkgdesc='Rockbox Utility'
+arch=('i686' 'x86_64')
+url='http://www.rockbox.org/twiki/bin/view/Main/RockboxUtility'
+license=(GPL)
+depends=('qt5-base' 'libusbx' 'libxkbcommon-x11')
+makedepends=('gendesk' 'qt5-tools')
+optdepends=('speex: voice files support')
+source=(http://download.rockbox.org/${pkgname}/source/RockboxUtility-v${pkgver}-src.tar.bz2;)
+sha256sums=('bc28a58ac1f62055a39b072e7b41a162f407a8b83172c84790568235d4637e4c')
+
+prepare() {
+  gendesk -n --pkgname ${pkgname} --pkgdesc ${pkgdesc} --name=Rockbox 
Utility --exec=RockboxUtility --categories=Application;Utility; 
--comment=Rockbox automated installer
+}
+
+build() {
+  cd RockboxUtility-v${pkgver}/${pkgname}/rbutilqt
+
+  lrelease-qt5 rbutilqt.pro
+  qmake-qt5
+  make
+}
+
+package(){
+  cd RockboxUtility-v${pkgver}/${pkgname}/rbutilqt
+
+  install -dm 755 ${pkgdir}/usr/{bin,share/{applications,pixmaps}}
+  install -m 755 {,${pkgdir}/usr/bin/}RockboxUtility
+  install -m 644 icons/rockbox-256.png ${pkgdir}/usr/share/pixmaps/rbutil.png
+  install -m 644 
{${srcdir},${pkgdir}/usr/share/applications}/rbutil.desktop
+}
+
+#vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-30 13:27:43 UTC (rev 112249)
+++ community-x86_64/PKGBUILD   2014-05-30 13:34:01 UTC (rev 112250)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: said atvordho...@gmail.com
-# Contributor: clinx clinx.hac...@googlemail.com
-
-pkgname=rbutil
-pkgver=1.4.0
-pkgrel=2
-pkgdesc='Rockbox Utility'
-arch=('i686' 'x86_64')
-url='http://www.rockbox.org/twiki/bin/view/Main/RockboxUtility'
-license=(GPL)
-depends=('qt5-base' 'libusbx' 'libxkbcommon-x11')
-makedepends=('gendesk' 'qt5-tools')
-optdepends=('speex: voice files support')
-source=(http://download.rockbox.org/${pkgname}/source/RockboxUtility-v${pkgver}-src.tar.bz2;)
-sha256sums=('bc28a58ac1f62055a39b072e7b41a162f407a8b83172c84790568235d4637e4c')
-
-prepare() {
-  gendesk -n --pkgname ${pkgname} --pkgdesc ${pkgdesc} --name=Rockbox 
Utility --exec=RockboxUtility --categories=Application;Utility; 
--comment=Rockbox automated installer
-}
-
-build() {
-  cd RockboxUtility-v${pkgver}/${pkgname}/rbutilqt

[arch-commits] Commit in libx11/trunk (PKGBUILD fix_typo.diff)

2014-05-30 Thread Andreas Radke
Date: Friday, May 30, 2014 @ 16:31:28
  Author: andyrtr
Revision: 213851

upgpkg: libx11 1.6.2-2

fix FS#40537

Added:
  libx11/trunk/fix_typo.diff
Modified:
  libx11/trunk/PKGBUILD

---+
 PKGBUILD  |   15 ---
 fix_typo.diff |   27 +++
 2 files changed, 39 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-30 13:32:16 UTC (rev 213850)
+++ PKGBUILD2014-05-30 14:31:28 UTC (rev 213851)
@@ -1,9 +1,10 @@
 # $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libx11
 pkgver=1.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc=X11 client-side library
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
@@ -10,9 +11,17 @@
 depends=('libxcb' 'xproto' 'kbproto')
 makedepends=('xorg-util-macros' 'xextproto' 'xtrans' 'inputproto')
 license=('custom')
-source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2)
-sha256sums=('2aa027e837231d2eeea90f3a4afe19948a6eb4c8b2bec0241eba7dbc8106bd16')
+source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2
+fix_typo.diff)
+sha256sums=('2aa027e837231d2eeea90f3a4afe19948a6eb4c8b2bec0241eba7dbc8106bd16'
+'384a10e57e0d6125ebb7e6eaca046e02f59e8101eaa7ba470e52b5bcc18bedf3')
 
+prepare() {
+  cd ${srcdir}/libX11-${pkgver}
+  # upstream patch for https://bugs.archlinux.org/task/40537
+  patch -Np1 -i ${srcdir}/fix_typo.diff
+}
+
 build() {
   cd ${srcdir}/libX11-${pkgver}
   ./configure --prefix=/usr --disable-static --disable-xf86bigfont

Added: fix_typo.diff
===
--- fix_typo.diff   (rev 0)
+++ fix_typo.diff   2014-05-30 14:31:28 UTC (rev 213851)
@@ -0,0 +1,27 @@
+From 5dcb40f28d59587597d2ff6e6ac64c71cfe6ff7b Mon Sep 17 00:00:00 2001
+From: James Cloos cl...@jhcloos.com
+Date: Tue, 17 Sep 2013 16:50:42 +
+Subject: nls/en_US.UTF-8/Compose.pre: Fix typo.
+
+Fix typo added in 215ce6a67863, s/actute/acute/.
+
+Fixes bug #69476.  Reported by Jean Krohn.
+
+Signed-off-by: James Cloos cl...@jhcloos.com
+---
+diff --git a/nls/en_US.UTF-8/Compose.pre b/nls/en_US.UTF-8/Compose.pre
+index a741332..7314d7f 100644
+--- a/nls/en_US.UTF-8/Compose.pre
 b/nls/en_US.UTF-8/Compose.pre
+@@ -743,7 +743,7 @@ XCOMM Part 3
+ Multi_key i quotedbl: ï   idiaeresis # LATIN SMALL LETTER 
I WITH DIAERESIS
+ Multi_key diaeresis i   : ï   idiaeresis # LATIN SMALL LETTER 
I WITH DIAERESIS
+ Multi_key i diaeresis   : ï   idiaeresis # LATIN SMALL LETTER 
I WITH DIAERESIS
+-dead_actute j : j́# LATIN SMALL LETTER J U006A 
with COMBINING ACUTE ACCENT U0301
++dead_acute j  : j́# LATIN SMALL LETTER J U006A 
with COMBINING ACUTE ACCENT U0301
+ Multi_key apostrophe j  : j́# LATIN SMALL LETTER J U006A 
with COMBINING ACUTE ACCENT U0301
+ Multi_key j apostrophe  : j́# LATIN SMALL LETTER J U006A 
with COMBINING ACUTE ACCENT U0301
+ Multi_key acute j   : j́# LATIN SMALL LETTER J U006A 
with COMBINING ACUTE ACCENT U0301
+--
+cgit v0.9.0.2-2-gbebe
+



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

2014-05-30 Thread Andreas Radke
Date: Friday, May 30, 2014 @ 16:31:43
  Author: andyrtr
Revision: 213852

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

Added:
  libx11/repos/extra-i686/PKGBUILD
(from rev 213851, libx11/trunk/PKGBUILD)
  libx11/repos/extra-i686/fix_typo.diff
(from rev 213851, libx11/trunk/fix_typo.diff)
  libx11/repos/extra-x86_64/PKGBUILD
(from rev 213851, libx11/trunk/PKGBUILD)
  libx11/repos/extra-x86_64/fix_typo.diff
(from rev 213851, libx11/trunk/fix_typo.diff)
Deleted:
  libx11/repos/extra-i686/PKGBUILD
  libx11/repos/extra-x86_64/PKGBUILD

+
 /PKGBUILD  |   84 +++
 extra-i686/PKGBUILD|   33 
 extra-i686/fix_typo.diff   |   27 +
 extra-x86_64/PKGBUILD  |   33 
 extra-x86_64/fix_typo.diff |   27 +
 5 files changed, 138 insertions(+), 66 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-05-30 14:31:28 UTC (rev 213851)
+++ extra-i686/PKGBUILD 2014-05-30 14:31:43 UTC (rev 213852)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libx11
-pkgver=1.6.2
-pkgrel=1
-pkgdesc=X11 client-side library
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-depends=('libxcb' 'xproto' 'kbproto')
-makedepends=('xorg-util-macros' 'xextproto' 'xtrans' 'inputproto')
-license=('custom')
-source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2)
-sha256sums=('2aa027e837231d2eeea90f3a4afe19948a6eb4c8b2bec0241eba7dbc8106bd16')
-
-build() {
-  cd ${srcdir}/libX11-${pkgver}
-  ./configure --prefix=/usr --disable-static --disable-xf86bigfont
-  make
-}
-
-check() {
-  cd ${srcdir}/libX11-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/libX11-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -d -m755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: libx11/repos/extra-i686/PKGBUILD (from rev 213851, 
libx11/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-05-30 14:31:43 UTC (rev 213852)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libx11
+pkgver=1.6.2
+pkgrel=2
+pkgdesc=X11 client-side library
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+depends=('libxcb' 'xproto' 'kbproto')
+makedepends=('xorg-util-macros' 'xextproto' 'xtrans' 'inputproto')
+license=('custom')
+source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2
+fix_typo.diff)
+sha256sums=('2aa027e837231d2eeea90f3a4afe19948a6eb4c8b2bec0241eba7dbc8106bd16'
+'384a10e57e0d6125ebb7e6eaca046e02f59e8101eaa7ba470e52b5bcc18bedf3')
+
+prepare() {
+  cd ${srcdir}/libX11-${pkgver}
+  # upstream patch for https://bugs.archlinux.org/task/40537
+  patch -Np1 -i ${srcdir}/fix_typo.diff
+}
+
+build() {
+  cd ${srcdir}/libX11-${pkgver}
+  ./configure --prefix=/usr --disable-static --disable-xf86bigfont
+  make
+}
+
+check() {
+  cd ${srcdir}/libX11-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/libX11-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -d -m755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: libx11/repos/extra-i686/fix_typo.diff (from rev 213851, 
libx11/trunk/fix_typo.diff)
===
--- extra-i686/fix_typo.diff(rev 0)
+++ extra-i686/fix_typo.diff2014-05-30 14:31:43 UTC (rev 213852)
@@ -0,0 +1,27 @@
+From 5dcb40f28d59587597d2ff6e6ac64c71cfe6ff7b Mon Sep 17 00:00:00 2001
+From: James Cloos cl...@jhcloos.com
+Date: Tue, 17 Sep 2013 16:50:42 +
+Subject: nls/en_US.UTF-8/Compose.pre: Fix typo.
+
+Fix typo added in 215ce6a67863, s/actute/acute/.
+
+Fixes bug #69476.  Reported by Jean Krohn.
+
+Signed-off-by: James Cloos cl...@jhcloos.com
+---
+diff --git a/nls/en_US.UTF-8/Compose.pre b/nls/en_US.UTF-8/Compose.pre
+index a741332..7314d7f 100644
+--- a/nls/en_US.UTF-8/Compose.pre
 b/nls/en_US.UTF-8/Compose.pre
+@@ -743,7 +743,7 @@ XCOMM Part 3
+ Multi_key i quotedbl: ï   idiaeresis # LATIN SMALL LETTER 
I WITH DIAERESIS
+ Multi_key diaeresis i   : ï   idiaeresis # LATIN SMALL LETTER 
I WITH DIAERESIS
+ Multi_key i diaeresis   : ï   idiaeresis # LATIN SMALL LETTER 
I WITH DIAERESIS
+-dead_actute j : j́# LATIN SMALL LETTER J U006A 
with COMBINING ACUTE ACCENT U0301
++dead_acute j  : j́# LATIN SMALL LETTER J U006A 
with COMBINING ACUTE ACCENT U0301
+ Multi_key apostrophe j  : j́# LATIN SMALL LETTER J U006A 
with COMBINING ACUTE ACCENT U0301
+ Multi_key j apostrophe  : j́# LATIN SMALL 

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

2014-05-30 Thread Lukas Jirkovsky
Date: Friday, May 30, 2014 @ 16:36:00
  Author: stativ
Revision: 112251

upgpkg: fatrat 1.2.0_beta2-12

gloox rebuild

Modified:
  fatrat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-30 13:34:01 UTC (rev 112250)
+++ PKGBUILD2014-05-30 14:36:00 UTC (rev 112251)
@@ -2,7 +2,7 @@
 # Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
 pkgname=fatrat
 pkgver=1.2.0_beta2
-pkgrel=11
+pkgrel=12
 pkgdesc=Qt4 based download manager with support for HTTP, FTP, SFTP, 
BitTorrent, rapidshare and more
 arch=('i686' 'x86_64')
 url=http://fatrat.dolezel.info/;



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

2014-05-30 Thread Lukas Jirkovsky
Date: Friday, May 30, 2014 @ 16:36:08
  Author: stativ
Revision: 112252

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

Added:
  fatrat/repos/community-i686/PKGBUILD
(from rev 112251, fatrat/trunk/PKGBUILD)
  fatrat/repos/community-i686/QTBUG-22829-workaround.diff
(from rev 112251, fatrat/trunk/QTBUG-22829-workaround.diff)
  fatrat/repos/community-i686/pion-5.0.diff
(from rev 112251, fatrat/trunk/pion-5.0.diff)
  fatrat/repos/community-x86_64/PKGBUILD
(from rev 112251, fatrat/trunk/PKGBUILD)
  fatrat/repos/community-x86_64/QTBUG-22829-workaround.diff
(from rev 112251, fatrat/trunk/QTBUG-22829-workaround.diff)
  fatrat/repos/community-x86_64/pion-5.0.diff
(from rev 112251, fatrat/trunk/pion-5.0.diff)
Deleted:
  fatrat/repos/community-i686/PKGBUILD
  fatrat/repos/community-i686/QTBUG-22829-workaround.diff
  fatrat/repos/community-i686/pion-5.0.diff
  fatrat/repos/community-x86_64/PKGBUILD
  fatrat/repos/community-x86_64/QTBUG-22829-workaround.diff
  fatrat/repos/community-x86_64/pion-5.0.diff

--+
 /PKGBUILD|   84 
 /QTBUG-22829-workaround.diff |   24 
 /pion-5.0.diff   | 3140 +
 community-i686/PKGBUILD  |   42 
 community-i686/QTBUG-22829-workaround.diff   |   12 
 community-i686/pion-5.0.diff | 1570 
 community-x86_64/PKGBUILD|   42 
 community-x86_64/QTBUG-22829-workaround.diff |   12 
 community-x86_64/pion-5.0.diff   | 1570 
 9 files changed, 3248 insertions(+), 3248 deletions(-)

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


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

2014-05-30 Thread Bartłomiej Piotrowski
Date: Friday, May 30, 2014 @ 16:51:13
  Author: bpiotrowski
Revision: 213854

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

Added:
  perl-dbd-mysql/repos/staging-i686/
  perl-dbd-mysql/repos/staging-i686/PKGBUILD
(from rev 213853, perl-dbd-mysql/trunk/PKGBUILD)
  perl-dbd-mysql/repos/staging-x86_64/
  perl-dbd-mysql/repos/staging-x86_64/PKGBUILD
(from rev 213853, perl-dbd-mysql/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   44 
 staging-x86_64/PKGBUILD |   44 
 2 files changed, 88 insertions(+)

Copied: perl-dbd-mysql/repos/staging-i686/PKGBUILD (from rev 213853, 
perl-dbd-mysql/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-05-30 14:51:13 UTC (rev 213854)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: kevin ke...@archlinux.org
+# Contributor: Eric Johnson e...@coding-zone.com
+
+pkgname=perl-dbd-mysql
+_realname=DBD-mysql
+pkgver=4.027
+pkgrel=2
+pkgdesc='Perl/CPAN DBD::mysql module for interacting with MySQL via DBD'
+arch=('i686' 'x86_64')
+license=('GPL' 'PerlArtistic')
+url=http://search.cpan.org/dist/$_realname/;
+depends=('libmariadbclient' 'perl-dbi')
+makedepends=('mariadb')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/C/CA/CAPTTOFU/${_realname}-${pkgver}.tar.gz)
+md5sums=('11fa6449715ba9d3fa5f4ee5ae688d6f')
+
+build() {
+  cd $_realname-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor --testsocket=/tmp/socket.mysql
+  make
+}
+
+check() {
+  cd $_realname-$pkgver
+  mkdir -p /tmp/mysql_test
+  mysql_install_db \
+ --basedir=/usr \
+ --datadir=/tmp/mysql_test
+  mysqld -P 17999 \
+ --socket=/tmp/socket.mysql \
+ --datadir=/tmp/mysql_test 
+  sleep 10
+  DAEMON_PORT=$!
+  make test || true
+  kill -9 $DAEMON_PORT
+}
+
+package() {
+  cd $_realname-$pkgver
+  make install DESTDIR=$pkgdir
+}

Copied: perl-dbd-mysql/repos/staging-x86_64/PKGBUILD (from rev 213853, 
perl-dbd-mysql/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-05-30 14:51:13 UTC (rev 213854)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: kevin ke...@archlinux.org
+# Contributor: Eric Johnson e...@coding-zone.com
+
+pkgname=perl-dbd-mysql
+_realname=DBD-mysql
+pkgver=4.027
+pkgrel=2
+pkgdesc='Perl/CPAN DBD::mysql module for interacting with MySQL via DBD'
+arch=('i686' 'x86_64')
+license=('GPL' 'PerlArtistic')
+url=http://search.cpan.org/dist/$_realname/;
+depends=('libmariadbclient' 'perl-dbi')
+makedepends=('mariadb')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/C/CA/CAPTTOFU/${_realname}-${pkgver}.tar.gz)
+md5sums=('11fa6449715ba9d3fa5f4ee5ae688d6f')
+
+build() {
+  cd $_realname-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor --testsocket=/tmp/socket.mysql
+  make
+}
+
+check() {
+  cd $_realname-$pkgver
+  mkdir -p /tmp/mysql_test
+  mysql_install_db \
+ --basedir=/usr \
+ --datadir=/tmp/mysql_test
+  mysqld -P 17999 \
+ --socket=/tmp/socket.mysql \
+ --datadir=/tmp/mysql_test 
+  sleep 10
+  DAEMON_PORT=$!
+  make test || true
+  kill -9 $DAEMON_PORT
+}
+
+package() {
+  cd $_realname-$pkgver
+  make install DESTDIR=$pkgdir
+}



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

2014-05-30 Thread Bartłomiej Piotrowski
Date: Friday, May 30, 2014 @ 16:50:59
  Author: bpiotrowski
Revision: 213853

upgpkg: perl-dbd-mysql 4.027-2

rebuild against perl 5.20

Modified:
  perl-dbd-mysql/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-30 14:31:43 UTC (rev 213852)
+++ PKGBUILD2014-05-30 14:50:59 UTC (rev 213853)
@@ -6,7 +6,7 @@
 pkgname=perl-dbd-mysql
 _realname=DBD-mysql
 pkgver=4.027
-pkgrel=1
+pkgrel=2
 pkgdesc='Perl/CPAN DBD::mysql module for interacting with MySQL via DBD'
 arch=('i686' 'x86_64')
 license=('GPL' 'PerlArtistic')



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

2014-05-30 Thread Andrea Scarpino
Date: Friday, May 30, 2014 @ 17:47:33
  Author: andrea
Revision: 213855

upgpkg: libgadu 1.11.4-1

Upstream release

Modified:
  libgadu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-30 14:51:13 UTC (rev 213854)
+++ PKGBUILD2014-05-30 15:47:33 UTC (rev 213855)
@@ -4,7 +4,7 @@
 # Contributor: Mateusz Herych heni...@gmail.com
 
 pkgname=libgadu
-pkgver=1.11.3
+pkgver=1.11.4
 pkgrel=1
 pkgdesc=This library implements the client side of the Gadu-Gadu protocol
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 license=('LGPL2.1')
 depends=('openssl' 'zlib')
 
source=(http://github.com/wojtekka/libgadu/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('63b0870821bdb7077a952183db31db50')
+md5sums=('feef622126e21601798c7e4497890ca3')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2014-05-30 Thread Andrea Scarpino
Date: Friday, May 30, 2014 @ 17:47:45
  Author: andrea
Revision: 213856

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

Added:
  libgadu/repos/extra-i686/PKGBUILD
(from rev 213855, libgadu/trunk/PKGBUILD)
  libgadu/repos/extra-x86_64/PKGBUILD
(from rev 213855, libgadu/trunk/PKGBUILD)
Deleted:
  libgadu/repos/extra-i686/PKGBUILD
  libgadu/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-05-30 15:47:33 UTC (rev 213855)
+++ extra-i686/PKGBUILD 2014-05-30 15:47:45 UTC (rev 213856)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Mateusz Herych heni...@gmail.com
-
-pkgname=libgadu
-pkgver=1.11.3
-pkgrel=1
-pkgdesc=This library implements the client side of the Gadu-Gadu protocol
-arch=('i686' 'x86_64')
-url=http://libgadu.net/;
-license=('LGPL2.1')
-depends=('openssl' 'zlib')
-source=(http://github.com/wojtekka/libgadu/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('63b0870821bdb7077a952183db31db50')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---disable-static \
---enable-shared \
---with-pthread
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libgadu/repos/extra-i686/PKGBUILD (from rev 213855, 
libgadu/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-05-30 15:47:45 UTC (rev 213856)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Mateusz Herych heni...@gmail.com
+
+pkgname=libgadu
+pkgver=1.11.4
+pkgrel=1
+pkgdesc=This library implements the client side of the Gadu-Gadu protocol
+arch=('i686' 'x86_64')
+url=http://libgadu.net/;
+license=('LGPL2.1')
+depends=('openssl' 'zlib')
+source=(http://github.com/wojtekka/libgadu/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('feef622126e21601798c7e4497890ca3')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--disable-static \
+--enable-shared \
+--with-pthread
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-05-30 15:47:33 UTC (rev 213855)
+++ extra-x86_64/PKGBUILD   2014-05-30 15:47:45 UTC (rev 213856)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Mateusz Herych heni...@gmail.com
-
-pkgname=libgadu
-pkgver=1.11.3
-pkgrel=1
-pkgdesc=This library implements the client side of the Gadu-Gadu protocol
-arch=('i686' 'x86_64')
-url=http://libgadu.net/;
-license=('LGPL2.1')
-depends=('openssl' 'zlib')
-source=(http://github.com/wojtekka/libgadu/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('63b0870821bdb7077a952183db31db50')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---disable-static \
---enable-shared \
---with-pthread
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libgadu/repos/extra-x86_64/PKGBUILD (from rev 213855, 
libgadu/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-05-30 15:47:45 UTC (rev 213856)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Mateusz Herych heni...@gmail.com
+
+pkgname=libgadu
+pkgver=1.11.4
+pkgrel=1
+pkgdesc=This library implements the client side of the Gadu-Gadu protocol
+arch=('i686' 'x86_64')
+url=http://libgadu.net/;
+license=('LGPL2.1')
+depends=('openssl' 'zlib')
+source=(http://github.com/wojtekka/libgadu/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('feef622126e21601798c7e4497890ca3')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--disable-static \
+--enable-shared \
+--with-pthread
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2014-05-30 Thread Bartłomiej Piotrowski
Date: Friday, May 30, 2014 @ 18:14:13
  Author: bpiotrowski
Revision: 213857

upgpkg: libreoffice-i18n 4.2.4-2

avoid using associative arrays to keep language name in pkgdesc

Modified:
  libreoffice-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  514 ++---
 1 file changed, 257 insertions(+), 257 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-30 15:47:45 UTC (rev 213856)
+++ PKGBUILD2014-05-30 16:14:13 UTC (rev 213857)
@@ -6,7 +6,7 @@
 
 _rcver=4.2.4.2
 pkgver=4.2.4
-pkgrel=1
+pkgrel=2
 
 _oodlver=${pkgver}
 #_oodlver=${_rcver}
@@ -28,117 +28,116 @@
 _url+=/${pkgver}/rpm/x86
 #_url+=/rpm/x86
 
-declare -A _languages
 _languages=(
-  [af]='Afrikaans'
-  [am]='Amharic'
-  [ar]='Arabic'
-  [as]='Assamese (India)'
-  [ast]='Asturianu'
-  [be]='Belarusian'
-  [bg]='Bulgarian'
-  [bn]='Bengali'
-  [bn-IN]='Bengali (India)'
-  [bo]='Tibetan'
-  [br]='Breton'
-  [brx]='Bodo'
-  [bs]='Bosnian'
-  [ca]='Catalan'
-  [ca-valencia]='Catalan (Valencia)'
-  [cs]='Czech'
-  [cy]='Welsh'
-  [da]='Danish'
-  [de]='German'
-  [dgo]='Dogri'
-  [dz]='Dzongkha'
-  [el]='Greek'
-  [en-GB]='English (GB)'
-  [en-ZA]='English (ZA)'
-  [eo]='Esperanto'
-  [es]='Spanish'
-  [et]='Estonian'
-  [eu]='Basque'
-  [fa]='Persian'
-  [fi]='Finnish'
-  [fr]='French'
-  [ga]='Irish'
-  [gd]='Gaelic (Scottish)'
-  [gl]='Galician'
-  [gu]='Gujarati'
-  [he]='Hebrew'
-  [hi]='Hindi'
-  [hr]='Croatian'
-  [hu]='Hungarian'
-  [id]='Indonesian'
-  [is]='Icelandic'
-  [it]='Italian'
-  [ja]='Japanese'
-  [ka]='Georgian'
-  [kk]='Kazakh'
-  [km]='Khmer (Cambodia)'
-  [kmr-Latn]='Kurdish'
-  [kn]='Kannada'
-  [ko]='Korean'
-  [kok]='Konkani'
-  [ks]='Kashmiri'
-  [lb]='Luxembourgish'
-  [lo]='Lao'
-  [lt]='Lithuanian'
-  [lv]='Latvian'
-  [mai]='Maithili'
-  [mk]='Macedonian'
-  [ml]='Malayalam'
-  [mn]='Mongolian'
-  [mni]='Manipuri'
-  [mr]='Marathi'
-  [my]='Burmese'
-  [nb]='Norwegian Bokmal'
-  [ne]='Nepali'
-  [nl]='Dutch'
-  [nn]='Norwegian Nynorsk'
-  [nr]='Ndebele (South)'
-  [nso]='Northern Sotho'
-  [oc]='Occitan'
-  [om]='Oromo'
-  [or]='Oriya'
-  [pa-IN]='Punjabi (India)'
-  [pl]='Polish'
-  [pt]='Portuguese'
-  [pt-BR]='Portuguese (Brasil)'
-  [ro]='Romanian'
-  [ru]='Russian'
-  [rw]='Kinyarwanda'
-  [sa-IN]='Sanskrit (India)'
-  [sat]='Santali'
-  [sd]='Sindhi'
-  [si]='Singhalese'
-  [sid]='Sidama'
-  [sk]='Slovak'
-  [sl]='Slovenian'
-  [sq]='Albanien'
-  [sr]='Serbian'
-  [sr-Latn]='Serbian (Latin)'
-  [ss]='Swati'
-  [st]='Southern Sotho'
-  [sv]='Swedish'
-  [sw-TZ]='Swahili (Tanzania)'
-  [ta]='Tamil'
-  [te]='Telugu'
-  [tg]='Tajik'
-  [th]='Thai'
-  [tn]='Tswana'
-  [tr]='Turkish'
-  [ts]='Tsonga'
-  [tt]='Tatar'
-  [ug]='Uighur'
-  [uk]='Ukrainian'
-  [uz]='Uzbek'
-  [ve]='Venda'
-  [vi]='Vietnamese'
-  [xh]='Xhosa'
-  [zh-CN]='Chinese (simplified)'
-  [zh-TW]='Chinese (traditional)'
-  [zu]='Zulu'
+  'af   Afrikaans'
+  'am   Amharic'
+  'ar   Arabic'
+  'as   Assamese (India)'
+  'ast  Asturianu'
+  'be   Belarusian'
+  'bg   Bulgarian'
+  'bn   Bengali'
+  'bn-INBengali (India)'
+  'bo   Tibetan'
+  'br   Breton'
+  'brx  Bodo'
+  'bs   Bosnian'
+  'ca   Catalan'
+  'ca-valencia  Catalan (Valencia)'
+  'cs   Czech'
+  'cy   Welsh'
+  'da   Danish'
+  'de   German'
+  'dgo  Dogri'
+  'dz   Dzongkha'
+  'el   Greek'
+  'en-GBEnglish (GB)'
+  'en-ZAEnglish (ZA)'
+  'eo   Esperanto'
+  'es   Spanish'
+  'et   Estonian'
+  'eu   Basque'
+  'fa   Persian'
+  'fi   Finnish'
+  'fr   French'
+  'ga   Irish'
+  'gd   Gaelic (Scottish)'
+  'gl   Galician'
+  'gu   Gujarati'
+  'he   Hebrew'
+  'hi   Hindi'
+  'hr   Croatian'
+  'hu   Hungarian'
+  'id   Indonesian'
+  'is   Icelandic'
+  'it   Italian'
+  'ja   Japanese'
+  'ka   Georgian'
+  'kk   Kazakh'
+  'km   Khmer (Cambodia)'
+  'kmr-Latn Kurdish'
+  'kn   Kannada'
+  'ko   Korean'
+  'kok   Konkani'
+  'ks   Kashmiri'
+  'lb   Luxembourgish'
+  'lo   Lao'
+  'lt   Lithuanian'
+  'lv   Latvian'
+  'mai   Maithili'
+  'mk   Macedonian'
+  'ml   Malayalam'
+  'mn   Mongolian'
+  'mni   Manipuri'
+  'mr   Marathi'
+  'my   Burmese'
+  'nb   Norwegian Bokmal'
+  'ne   Nepali'
+  'nl   Dutch'
+  'nn   Norwegian Nynorsk'
+  'nr   Ndebele (South)'
+  'nso  Northern Sotho'
+  'oc   Occitan'
+  'om   Oromo'
+  'or   Oriya'
+  'pa-INPunjabi (India)'
+  'pl   Polish'
+  'pt   

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

2014-05-30 Thread Bartłomiej Piotrowski
Date: Friday, May 30, 2014 @ 18:14:38
  Author: bpiotrowski
Revision: 213858

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  764 -
 1 file changed, 354 insertions(+), 410 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-30 16:14:13 UTC (rev 213857)
+++ PKGBUILD2014-05-30 16:14:38 UTC (rev 213858)
@@ -1,410 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-
-pkgbase=libreoffice-i18n
-
-_rcver=4.2.4.2
-pkgver=4.2.4
-pkgrel=1
-
-_oodlver=${pkgver}
-#_oodlver=${_rcver}
-_dirver=${_rcver}
-
-arch=('any')
-url=http://www.documentfoundation.org;
-license=('LGPL')
-makedepends=('rpmextract')
-
-# http://wiki.documentfoundation.org/Language_Teams
-#http://download.documentfoundation.org/mirrors/all.html
-_url=http://download.documentfoundation.org/libreoffice/stable;
-#_url=http://download.documentfoundation.org/libreoffice/testing;
-#_url=http://dev-builds.libreoffice.org/pre-releases;
-#_url=http://www.libreoffice.org/download/pre-releases;
-
-#_url+=/${pkgver}-rc2/rpm/x86
-_url+=/${pkgver}/rpm/x86
-#_url+=/rpm/x86
-
-declare -A _languages
-_languages=(
-  [af]='Afrikaans'
-  [am]='Amharic'
-  [ar]='Arabic'
-  [as]='Assamese (India)'
-  [ast]='Asturianu'
-  [be]='Belarusian'
-  [bg]='Bulgarian'
-  [bn]='Bengali'
-  [bn-IN]='Bengali (India)'
-  [bo]='Tibetan'
-  [br]='Breton'
-  [brx]='Bodo'
-  [bs]='Bosnian'
-  [ca]='Catalan'
-  [ca-valencia]='Catalan (Valencia)'
-  [cs]='Czech'
-  [cy]='Welsh'
-  [da]='Danish'
-  [de]='German'
-  [dgo]='Dogri'
-  [dz]='Dzongkha'
-  [el]='Greek'
-  [en-GB]='English (GB)'
-  [en-ZA]='English (ZA)'
-  [eo]='Esperanto'
-  [es]='Spanish'
-  [et]='Estonian'
-  [eu]='Basque'
-  [fa]='Persian'
-  [fi]='Finnish'
-  [fr]='French'
-  [ga]='Irish'
-  [gd]='Gaelic (Scottish)'
-  [gl]='Galician'
-  [gu]='Gujarati'
-  [he]='Hebrew'
-  [hi]='Hindi'
-  [hr]='Croatian'
-  [hu]='Hungarian'
-  [id]='Indonesian'
-  [is]='Icelandic'
-  [it]='Italian'
-  [ja]='Japanese'
-  [ka]='Georgian'
-  [kk]='Kazakh'
-  [km]='Khmer (Cambodia)'
-  [kmr-Latn]='Kurdish'
-  [kn]='Kannada'
-  [ko]='Korean'
-  [kok]='Konkani'
-  [ks]='Kashmiri'
-  [lb]='Luxembourgish'
-  [lo]='Lao'
-  [lt]='Lithuanian'
-  [lv]='Latvian'
-  [mai]='Maithili'
-  [mk]='Macedonian'
-  [ml]='Malayalam'
-  [mn]='Mongolian'
-  [mni]='Manipuri'
-  [mr]='Marathi'
-  [my]='Burmese'
-  [nb]='Norwegian Bokmal'
-  [ne]='Nepali'
-  [nl]='Dutch'
-  [nn]='Norwegian Nynorsk'
-  [nr]='Ndebele (South)'
-  [nso]='Northern Sotho'
-  [oc]='Occitan'
-  [om]='Oromo'
-  [or]='Oriya'
-  [pa-IN]='Punjabi (India)'
-  [pl]='Polish'
-  [pt]='Portuguese'
-  [pt-BR]='Portuguese (Brasil)'
-  [ro]='Romanian'
-  [ru]='Russian'
-  [rw]='Kinyarwanda'
-  [sa-IN]='Sanskrit (India)'
-  [sat]='Santali'
-  [sd]='Sindhi'
-  [si]='Singhalese'
-  [sid]='Sidama'
-  [sk]='Slovak'
-  [sl]='Slovenian'
-  [sq]='Albanien'
-  [sr]='Serbian'
-  [sr-Latn]='Serbian (Latin)'
-  [ss]='Swati'
-  [st]='Southern Sotho'
-  [sv]='Swedish'
-  [sw-TZ]='Swahili (Tanzania)'
-  [ta]='Tamil'
-  [te]='Telugu'
-  [tg]='Tajik'
-  [th]='Thai'
-  [tn]='Tswana'
-  [tr]='Turkish'
-  [ts]='Tsonga'
-  [tt]='Tatar'
-  [ug]='Uighur'
-  [uk]='Ukrainian'
-  [uz]='Uzbek'
-  [ve]='Venda'
-  [vi]='Vietnamese'
-  [xh]='Xhosa'
-  [zh-CN]='Chinese (simplified)'
-  [zh-TW]='Chinese (traditional)'
-  [zu]='Zulu'
-)
-
-# There is no easy way to determine which languages has helppacks, so we
-# list them directly here.
-source=(${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_helppack_am.tar.gz
-${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_helppack_ast.tar.gz
-${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_helppack_bg.tar.gz
-${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_helppack_bn-IN.tar.gz
-${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_helppack_bn.tar.gz
-${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_helppack_bo.tar.gz
-${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_helppack_bs.tar.gz
-
${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_helppack_ca-valencia.tar.gz
-${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_helppack_ca.tar.gz
-${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_helppack_cs.tar.gz
-${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_helppack_da.tar.gz
-${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_helppack_de.tar.gz
-${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_helppack_dz.tar.gz
-${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_helppack_el.tar.gz
-${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_helppack_en-GB.tar.gz
-${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_helppack_en-ZA.tar.gz
-

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

2014-05-30 Thread Gaetan Bisson
Date: Friday, May 30, 2014 @ 18:22:12
  Author: bisson
Revision: 213860

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

Added:
  audacious/repos/extra-i686/PKGBUILD
(from rev 213859, audacious/trunk/PKGBUILD)
  audacious/repos/extra-i686/install
(from rev 213859, audacious/trunk/install)
  audacious/repos/extra-x86_64/PKGBUILD
(from rev 213859, audacious/trunk/PKGBUILD)
  audacious/repos/extra-x86_64/install
(from rev 213859, audacious/trunk/install)
Deleted:
  audacious/repos/extra-i686/PKGBUILD
  audacious/repos/extra-i686/install
  audacious/repos/extra-x86_64/PKGBUILD
  audacious/repos/extra-x86_64/install

---+
 /PKGBUILD |   68 
 /install  |   26 ++
 extra-i686/PKGBUILD   |   34 
 extra-i686/install|   13 -
 extra-x86_64/PKGBUILD |   34 
 extra-x86_64/install  |   13 -
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-05-30 16:21:30 UTC (rev 213859)
+++ extra-i686/PKGBUILD 2014-05-30 16:22:12 UTC (rev 213860)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=audacious
-pkgver=3.5
-pkgrel=1
-pkgdesc='Lightweight, advanced audio player focused on audio quality'
-url='http://audacious-media-player.org/'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-depends=('gtk3' 'glib2' 'libguess' 'libsm' 'audacious-plugins'
- 'hicolor-icon-theme' 'desktop-file-utils')
-optdepends=('unzip: zipped skins support')
-makedepends=('python2') # for gdbus-codegen
-source=(http://distfiles.audacious-media-player.org/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('dda830fe0f8a2fabd94db9554ac05e6880d0d370')
-
-provides=('audacious-player')
-replaces=('audacious-player')
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr --with-buildstamp='Arch Linux'
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: audacious/repos/extra-i686/PKGBUILD (from rev 213859, 
audacious/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-05-30 16:22:12 UTC (rev 213860)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+pkgname=audacious
+pkgver=3.5
+pkgrel=2
+pkgdesc='Lightweight, advanced audio player focused on audio quality'
+url='http://audacious-media-player.org/'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('gtk3' 'glib2' 'libguess' 'libsm' 'audacious-plugins'
+ 'gnome-icon-theme' 'hicolor-icon-theme' 'desktop-file-utils')
+optdepends=('unzip: zipped skins support')
+makedepends=('python2') # for gdbus-codegen
+source=(http://distfiles.audacious-media-player.org/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('dda830fe0f8a2fabd94db9554ac05e6880d0d370')
+
+provides=('audacious-player')
+replaces=('audacious-player')
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr --with-buildstamp='Arch Linux'
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-i686/install
===
--- extra-i686/install  2014-05-30 16:21:30 UTC (rev 213859)
+++ extra-i686/install  2014-05-30 16:22:12 UTC (rev 213860)
@@ -1,13 +0,0 @@
-post_install() {
-   update-desktop-database -q
-   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-   true
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: audacious/repos/extra-i686/install (from rev 213859, 
audacious/trunk/install)
===
--- extra-i686/install  (rev 0)
+++ extra-i686/install  2014-05-30 16:22:12 UTC (rev 213860)
@@ -0,0 +1,13 @@
+post_install() {
+   update-desktop-database -q
+   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+   true
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-05-30 16:21:30 UTC (rev 213859)
+++ extra-x86_64/PKGBUILD   2014-05-30 16:22:12 UTC 

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

2014-05-30 Thread Gaetan Bisson
Date: Friday, May 30, 2014 @ 18:21:30
  Author: bisson
Revision: 213859

fix FS#40607

Modified:
  audacious/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-30 16:14:38 UTC (rev 213858)
+++ PKGBUILD2014-05-30 16:21:30 UTC (rev 213859)
@@ -5,13 +5,13 @@
 
 pkgname=audacious
 pkgver=3.5
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight, advanced audio player focused on audio quality'
 url='http://audacious-media-player.org/'
 license=('custom:BSD')
 arch=('i686' 'x86_64')
 depends=('gtk3' 'glib2' 'libguess' 'libsm' 'audacious-plugins'
- 'hicolor-icon-theme' 'desktop-file-utils')
+ 'gnome-icon-theme' 'hicolor-icon-theme' 'desktop-file-utils')
 optdepends=('unzip: zipped skins support')
 makedepends=('python2') # for gdbus-codegen
 
source=(http://distfiles.audacious-media-player.org/${pkgname}-${pkgver}.tar.bz2;)



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

2014-05-30 Thread Bartłomiej Piotrowski
Date: Friday, May 30, 2014 @ 18:48:53
  Author: bpiotrowski
Revision: 213866

archrelease: copy trunk to testing-any

Added:
  libreoffice-fresh-i18n/repos/testing-any/PKGBUILD
(from rev 213865, libreoffice-fresh-i18n/trunk/PKGBUILD)
Deleted:
  libreoffice-fresh-i18n/repos/testing-any/PKGBUILD

--+
 PKGBUILD |  704 ++---
 1 file changed, 352 insertions(+), 352 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-30 16:48:34 UTC (rev 213865)
+++ PKGBUILD2014-05-30 16:48:53 UTC (rev 213866)
@@ -1,352 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-
-pkgbase=libreoffice-fresh-i18n
-
-pkgver=4.3.0
-pkgrel=0.1
-_oodlver=${pkgver}.0.beta1
-
-arch=('any')
-url=http://www.documentfoundation.org;
-license=('LGPL')
-makedepends=('rpmextract')
-
-#http://download.documentfoundation.org/mirrors/all.html
-#_url=http://download.documentfoundation.org/libreoffice/stable;
-_url=http://download.documentfoundation.org/libreoffice/testing;
-#_url=http://dev-builds.libreoffice.org/pre-releases;
-#_url=http://www.libreoffice.org/download/pre-releases;
-
-#_url+=/${pkgver}-rc2/rpm/x86
-_url+=/${pkgver}/rpm/x86
-#_url+=/rpm/x86
-
-declare -A _languages
-_languages=(
-  [af]='Afrikaans'
-  [am]='Amharic'
-  [ar]='Arabic'
-  [as]='Assamese (India)'
-  [ast]='Asturianu'
-  [be]='Belarusian'
-  [bg]='Bulgarian'
-  [bn]='Bengali'
-  [bn-IN]='Bengali (India)'
-  [bo]='Tibetan'
-  [br]='Breton'
-  [brx]='Bodo'
-  [bs]='Bosnian'
-  [ca]='Catalan'
-  [ca-valencia]='Catalan (Valencia)'
-  [cs]='Czech'
-  [cy]='Welsh'
-  [da]='Danish'
-  [de]='German'
-  [dgo]='Dogri'
-  [dz]='Dzongkha'
-  [el]='Greek'
-  [en-GB]='English (GB)'
-  [en-ZA]='English (ZA)'
-  [eo]='Esperanto'
-  [es]='Spanish'
-  [et]='Estonian'
-  [eu]='Basque'
-  [fa]='Persian'
-  [fi]='Finnish'
-  [fr]='French'
-  [ga]='Irish'
-  [gd]='Gaelic (Scottish)'
-  [gl]='Galician'
-  [gu]='Gujarati'
-  [he]='Hebrew'
-  [hi]='Hindi'
-  [hr]='Croatian'
-  [hu]='Hungarian'
-  [id]='Indonesian'
-  [is]='Icelandic'
-  [it]='Italian'
-  [ja]='Japanese'
-  [ka]='Georgian'
-  [kk]='Kazakh'
-  [km]='Khmer (Cambodia)'
-  [kmr-Latn]='Kurdish'
-  [kn]='Kannada'
-  [ko]='Korean'
-  [kok]='Konkani'
-  [ks]='Kashmiri'
-  [lb]='Luxembourgish'
-  [lo]='Lao'
-  [lt]='Lithuanian'
-  [lv]='Latvian'
-  [mai]='Maithili'
-  [mk]='Macedonian'
-  [ml]='Malayalam'
-  [mn]='Mongolian'
-  [mni]='Manipuri'
-  [mr]='Marathi'
-  [my]='Burmese'
-  [nb]='Norwegian Bokmal'
-  [ne]='Nepali'
-  [nl]='Dutch'
-  [nn]='Norwegian Nynorsk'
-  [nr]='Ndebele (South)'
-  [nso]='Northern Sotho'
-  [oc]='Occitan'
-  [om]='Oromo'
-  [or]='Oriya'
-  [pa-IN]='Punjabi (India)'
-  [pl]='Polish'
-  [pt]='Portuguese'
-  [pt-BR]='Portuguese (Brasil)'
-  [ro]='Romanian'
-  [ru]='Russian'
-  [rw]='Kinyarwanda'
-  [sa-IN]='Sanskrit (India)'
-  [sat]='Santali'
-  [sd]='Sindhi'
-  [si]='Singhalese'
-  [sid]='Sidama'
-  [sk]='Slovak'
-  [sl]='Slovenian'
-  [sq]='Albanien'
-  [sr]='Serbian'
-  [sr-Latn]='Serbian (Latin)'
-  [ss]='Swati'
-  [st]='Southern Sotho'
-  [sv]='Swedish'
-  [sw-TZ]='Swahili (Tanzania)'
-  [ta]='Tamil'
-  [te]='Telugu'
-  [tg]='Tajik'
-  [th]='Thai'
-  [tn]='Tswana'
-  [tr]='Turkish'
-  [ts]='Tsonga'
-  [tt]='Tatar'
-  [ug]='Uighur'
-  [uk]='Ukrainian'
-  [uz]='Uzbek'
-  [ve]='Venda'
-  [vi]='Vietnamese'
-  [xh]='Xhosa'
-  [zh-CN]='Chinese (simplified)'
-  [zh-TW]='Chinese (traditional)'
-  [zu]='Zulu'
-)
-
-prepare() {
-  for i in ${pkgname[@]}; do
-_pkglang=${i#*-}
-_pkglang=${_pkglang/fresh-}
-
-echo ${_pkglang}  unpacking...
-cd 
${srcdir}/LibreOfficeDev_${_oodlver}_Linux_x86_rpm_langpack_${_pkglang}/RPMS
-
-# remove dictionaries if shipped - we ship them now in separate packages
-rm -vf *-dict-*.rpm || /bin/true
-
-for j in *.rpm
-  do rpmextract.sh $j
-done
-
-# the helppack rpm goes also into the langpack dir
-rpmextract.sh \
-  
${srcdir}/LibreOfficeDev_${_oodlver}_Linux_x86_rpm_helppack_${_pkglang}/RPMS/*.rpm
 \
-  || true
-  done
-}
-
-_package() {
-  pkgdesc=${_languages[$1]} language pack for LibreOffice Fresh
-  provides=(openoffice-$1 libreoffice-$1)
-  conflicts=(openoffice-$1 libreoffice-$1)
-  replaces=(openoffice-$1)
-
-  cd $srcdir/LibreOfficeDev_${_oodlver}_Linux_x86_rpm_langpack_$1/RPMS
-  mkdir -p $pkgdir/usr/lib/libreoffice
-  cp -R opt/libreoffice*/* $pkgdir/usr/lib/libreoffice
-  chown root:root -R $pkgdir/usr/lib/libreoffice
-}
-
-for lang in ${!_languages[@]}; do
-  _pkgname=libreoffice-fresh-$lang
-  
source+=(${_url}/LibreOfficeDev_${_oodlver}_Linux_x86_rpm_langpack_$lang.tar.gz)
-
-  if curl -o /dev/null -s -I -f 
${_url}/LibreOfficeDev_${_oodlver}_Linux_x86_rpm_helppack_$lang.tar.gz; then
-
source+=(${_url}/LibreOfficeDev_${_oodlver}_Linux_x86_rpm_helppack_$lang.tar.gz)
-  fi
-
-  pkgname+=($_pkgname)
-  

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

2014-05-30 Thread Bartłomiej Piotrowski
Date: Friday, May 30, 2014 @ 18:48:34
  Author: bpiotrowski
Revision: 213865

upgpkg: libreoffice-fresh-i18n 4.3.0-0.2

avoid using associative arrays to keep the language name in pkgdesc

Modified:
  libreoffice-fresh-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  512 ++---
 1 file changed, 256 insertions(+), 256 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-30 16:37:12 UTC (rev 213864)
+++ PKGBUILD2014-05-30 16:48:34 UTC (rev 213865)
@@ -5,7 +5,7 @@
 pkgbase=libreoffice-fresh-i18n
 
 pkgver=4.3.0
-pkgrel=0.1
+pkgrel=0.2
 _oodlver=${pkgver}.0.beta1
 
 arch=('any')
@@ -23,117 +23,116 @@
 _url+=/${pkgver}/rpm/x86
 #_url+=/rpm/x86
 
-declare -A _languages
 _languages=(
-  [af]='Afrikaans'
-  [am]='Amharic'
-  [ar]='Arabic'
-  [as]='Assamese (India)'
-  [ast]='Asturianu'
-  [be]='Belarusian'
-  [bg]='Bulgarian'
-  [bn]='Bengali'
-  [bn-IN]='Bengali (India)'
-  [bo]='Tibetan'
-  [br]='Breton'
-  [brx]='Bodo'
-  [bs]='Bosnian'
-  [ca]='Catalan'
-  [ca-valencia]='Catalan (Valencia)'
-  [cs]='Czech'
-  [cy]='Welsh'
-  [da]='Danish'
-  [de]='German'
-  [dgo]='Dogri'
-  [dz]='Dzongkha'
-  [el]='Greek'
-  [en-GB]='English (GB)'
-  [en-ZA]='English (ZA)'
-  [eo]='Esperanto'
-  [es]='Spanish'
-  [et]='Estonian'
-  [eu]='Basque'
-  [fa]='Persian'
-  [fi]='Finnish'
-  [fr]='French'
-  [ga]='Irish'
-  [gd]='Gaelic (Scottish)'
-  [gl]='Galician'
-  [gu]='Gujarati'
-  [he]='Hebrew'
-  [hi]='Hindi'
-  [hr]='Croatian'
-  [hu]='Hungarian'
-  [id]='Indonesian'
-  [is]='Icelandic'
-  [it]='Italian'
-  [ja]='Japanese'
-  [ka]='Georgian'
-  [kk]='Kazakh'
-  [km]='Khmer (Cambodia)'
-  [kmr-Latn]='Kurdish'
-  [kn]='Kannada'
-  [ko]='Korean'
-  [kok]='Konkani'
-  [ks]='Kashmiri'
-  [lb]='Luxembourgish'
-  [lo]='Lao'
-  [lt]='Lithuanian'
-  [lv]='Latvian'
-  [mai]='Maithili'
-  [mk]='Macedonian'
-  [ml]='Malayalam'
-  [mn]='Mongolian'
-  [mni]='Manipuri'
-  [mr]='Marathi'
-  [my]='Burmese'
-  [nb]='Norwegian Bokmal'
-  [ne]='Nepali'
-  [nl]='Dutch'
-  [nn]='Norwegian Nynorsk'
-  [nr]='Ndebele (South)'
-  [nso]='Northern Sotho'
-  [oc]='Occitan'
-  [om]='Oromo'
-  [or]='Oriya'
-  [pa-IN]='Punjabi (India)'
-  [pl]='Polish'
-  [pt]='Portuguese'
-  [pt-BR]='Portuguese (Brasil)'
-  [ro]='Romanian'
-  [ru]='Russian'
-  [rw]='Kinyarwanda'
-  [sa-IN]='Sanskrit (India)'
-  [sat]='Santali'
-  [sd]='Sindhi'
-  [si]='Singhalese'
-  [sid]='Sidama'
-  [sk]='Slovak'
-  [sl]='Slovenian'
-  [sq]='Albanien'
-  [sr]='Serbian'
-  [sr-Latn]='Serbian (Latin)'
-  [ss]='Swati'
-  [st]='Southern Sotho'
-  [sv]='Swedish'
-  [sw-TZ]='Swahili (Tanzania)'
-  [ta]='Tamil'
-  [te]='Telugu'
-  [tg]='Tajik'
-  [th]='Thai'
-  [tn]='Tswana'
-  [tr]='Turkish'
-  [ts]='Tsonga'
-  [tt]='Tatar'
-  [ug]='Uighur'
-  [uk]='Ukrainian'
-  [uz]='Uzbek'
-  [ve]='Venda'
-  [vi]='Vietnamese'
-  [xh]='Xhosa'
-  [zh-CN]='Chinese (simplified)'
-  [zh-TW]='Chinese (traditional)'
-  [zu]='Zulu'
+  'afAfrikaans'
+  'amAmharic'
+  'arArabic'
+  'asAssamese (India)'
+  'ast   Asturianu'
+  'beBelarusian'
+  'bgBulgarian'
+  'bnBengali'
+  'bn-IN Bengali (India)'
+  'boTibetan'
+  'brBreton'
+  'brx   Bodo'
+  'bsBosnian'
+  'caCatalan'
+  'ca-valencia   Catalan (Valencia)'
+  'csCzech'
+  'cyWelsh'
+  'daDanish'
+  'deGerman'
+  'dgo   Dogri'
+  'dzDzongkha'
+  'elGreek'
+  'en-GB English (GB)'
+  'en-ZA English (ZA)'
+  'eoEsperanto'
+  'esSpanish'
+  'etEstonian'
+  'euBasque'
+  'faPersian'
+  'fiFinnish'
+  'frFrench'
+  'gaIrish'
+  'gdGaelic (Scottish)'
+  'glGalician'
+  'guGujarati'
+  'heHebrew'
+  'hiHindi'
+  'hrCroatian'
+  'huHungarian'
+  'idIndonesian'
+  'isIcelandic'
+  'itItalian'
+  'jaJapanese'
+  'kaGeorgian'
+  'kkKazakh'
+  'kmKhmer (Cambodia)'
+  'kmr-Latn  Kurdish'
+  'knKannada'
+  'koKorean'
+  'kok   Konkani'
+  'ksKashmiri'
+  'lbLuxembourgish'
+  'loLao'
+  'ltLithuanian'
+  'lvLatvian'
+  'mai   Maithili'
+  'mkMacedonian'
+  'mlMalayalam'
+  'mnMongolian'
+  'mni   Manipuri'
+  'mrMarathi'
+  'myBurmese'
+  'nbNorwegian Bokmal'
+  'neNepali'
+  'nlDutch'
+  'nnNorwegian Nynorsk'
+  'nrNdebele (South)'
+  'nso   Northern Sotho'
+  'ocOccitan'
+  'om

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

2014-05-30 Thread Andreas Radke
Date: Friday, May 30, 2014 @ 19:11:25
  Author: andyrtr
Revision: 213867

upgpkg: cups 1.7.3-2

fix logrotate file FS#40443

Modified:
  cups/trunk/PKGBUILD
  cups/trunk/cups.logrotate

+
 PKGBUILD   |4 ++--
 cups.logrotate |6 +-
 2 files changed, 3 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-30 16:48:53 UTC (rev 213866)
+++ PKGBUILD2014-05-30 17:11:25 UTC (rev 213867)
@@ -4,7 +4,7 @@
 pkgbase=cups
 pkgname=('libcups' 'cups')
 pkgver=1.7.3
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://www.cups.org/;
@@ -33,7 +33,7 @@
 ppd-poll-with-client-conf.patch)
 md5sums=('d498c3020acda0904ab0c13b6389a1ec'
  'SKIP'
- 'f861b18f4446c43918c8643dcbbd7f6d'
+ '26e9b4e65c0a4d76db5737c9b156fd80'
  '96f82c38f3f540b53f3e5144900acf17'
  '3ba9e3410df1dc3015463d615ef91b3b'
  'cc4101beccb5ed6deb1c92707a575925'

Modified: cups.logrotate
===
--- cups.logrotate  2014-05-30 16:48:53 UTC (rev 213866)
+++ cups.logrotate  2014-05-30 17:11:25 UTC (rev 213867)
@@ -1,8 +1,4 @@
-/var/log/cups/*log {
+/var/log/cups/*_log {
missingok
notifempty
-   delaycompress
-   postrotate
-  /bin/kill -HUP `cat /var/run/cups.pid 2/dev/null` 2/dev/null || true
-   endscript
 }



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

2014-05-30 Thread Andreas Radke
Date: Friday, May 30, 2014 @ 19:12:12
  Author: andyrtr
Revision: 213868

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

Added:
  cups/repos/extra-i686/PKGBUILD
(from rev 213867, cups/trunk/PKGBUILD)
  cups/repos/extra-i686/cups-1.6.0-fix-install-perms.patch
(from rev 213867, cups/trunk/cups-1.6.0-fix-install-perms.patch)
  cups/repos/extra-i686/cups-1.6.2-statedir.patch
(from rev 213867, cups/trunk/cups-1.6.2-statedir.patch)
  cups/repos/extra-i686/cups-avahi-address.patch
(from rev 213867, cups/trunk/cups-avahi-address.patch)
  cups/repos/extra-i686/cups-enum-all.patch
(from rev 213867, cups/trunk/cups-enum-all.patch)
  cups/repos/extra-i686/cups-final-content-type.patch
(from rev 213867, cups/trunk/cups-final-content-type.patch)
  cups/repos/extra-i686/cups-no-export-ssllibs.patch
(from rev 213867, cups/trunk/cups-no-export-ssllibs.patch)
  cups/repos/extra-i686/cups-no-gcrypt.patch
(from rev 213867, cups/trunk/cups-no-gcrypt.patch)
  cups/repos/extra-i686/cups-no-gzip-man.patch
(from rev 213867, cups/trunk/cups-no-gzip-man.patch)
  cups/repos/extra-i686/cups-res_init.patch
(from rev 213867, cups/trunk/cups-res_init.patch)
  cups/repos/extra-i686/cups-systemd-socket.patch
(from rev 213867, cups/trunk/cups-systemd-socket.patch)
  cups/repos/extra-i686/cups.install
(from rev 213867, cups/trunk/cups.install)
  cups/repos/extra-i686/cups.logrotate
(from rev 213867, cups/trunk/cups.logrotate)
  cups/repos/extra-i686/cups.pam
(from rev 213867, cups/trunk/cups.pam)
  cups/repos/extra-i686/cupsd-no-crash-on-avahi-threaded-poll-shutdown.patch
(from rev 213867, 
cups/trunk/cupsd-no-crash-on-avahi-threaded-poll-shutdown.patch)
  
cups/repos/extra-i686/get-ppd-file-for-statically-configured-ipp-shared-queues.patch
(from rev 213867, 
cups/trunk/get-ppd-file-for-statically-configured-ipp-shared-queues.patch)
  cups/repos/extra-i686/ppd-poll-with-client-conf.patch
(from rev 213867, cups/trunk/ppd-poll-with-client-conf.patch)
  cups/repos/extra-x86_64/PKGBUILD
(from rev 213867, cups/trunk/PKGBUILD)
  cups/repos/extra-x86_64/cups-1.6.0-fix-install-perms.patch
(from rev 213867, cups/trunk/cups-1.6.0-fix-install-perms.patch)
  cups/repos/extra-x86_64/cups-1.6.2-statedir.patch
(from rev 213867, cups/trunk/cups-1.6.2-statedir.patch)
  cups/repos/extra-x86_64/cups-avahi-address.patch
(from rev 213867, cups/trunk/cups-avahi-address.patch)
  cups/repos/extra-x86_64/cups-enum-all.patch
(from rev 213867, cups/trunk/cups-enum-all.patch)
  cups/repos/extra-x86_64/cups-final-content-type.patch
(from rev 213867, cups/trunk/cups-final-content-type.patch)
  cups/repos/extra-x86_64/cups-no-export-ssllibs.patch
(from rev 213867, cups/trunk/cups-no-export-ssllibs.patch)
  cups/repos/extra-x86_64/cups-no-gcrypt.patch
(from rev 213867, cups/trunk/cups-no-gcrypt.patch)
  cups/repos/extra-x86_64/cups-no-gzip-man.patch
(from rev 213867, cups/trunk/cups-no-gzip-man.patch)
  cups/repos/extra-x86_64/cups-res_init.patch
(from rev 213867, cups/trunk/cups-res_init.patch)
  cups/repos/extra-x86_64/cups-systemd-socket.patch
(from rev 213867, cups/trunk/cups-systemd-socket.patch)
  cups/repos/extra-x86_64/cups.install
(from rev 213867, cups/trunk/cups.install)
  cups/repos/extra-x86_64/cups.logrotate
(from rev 213867, cups/trunk/cups.logrotate)
  cups/repos/extra-x86_64/cups.pam
(from rev 213867, cups/trunk/cups.pam)
  cups/repos/extra-x86_64/cupsd-no-crash-on-avahi-threaded-poll-shutdown.patch
(from rev 213867, 
cups/trunk/cupsd-no-crash-on-avahi-threaded-poll-shutdown.patch)
  
cups/repos/extra-x86_64/get-ppd-file-for-statically-configured-ipp-shared-queues.patch
(from rev 213867, 
cups/trunk/get-ppd-file-for-statically-configured-ipp-shared-queues.patch)
  cups/repos/extra-x86_64/ppd-poll-with-client-conf.patch
(from rev 213867, cups/trunk/ppd-poll-with-client-conf.patch)
Deleted:
  cups/repos/extra-i686/PKGBUILD
  cups/repos/extra-i686/cups-1.6.0-fix-install-perms.patch
  cups/repos/extra-i686/cups-1.6.2-statedir.patch
  cups/repos/extra-i686/cups-avahi-address.patch
  cups/repos/extra-i686/cups-enum-all.patch
  cups/repos/extra-i686/cups-final-content-type.patch
  cups/repos/extra-i686/cups-no-export-ssllibs.patch
  cups/repos/extra-i686/cups-no-gcrypt.patch
  cups/repos/extra-i686/cups-no-gzip-man.patch
  cups/repos/extra-i686/cups-res_init.patch
  cups/repos/extra-i686/cups-systemd-socket.patch
  cups/repos/extra-i686/cups.install
  cups/repos/extra-i686/cups.logrotate
  cups/repos/extra-i686/cups.pam
  cups/repos/extra-i686/cupsd-no-crash-on-avahi-threaded-poll-shutdown.patch
  
cups/repos/extra-i686/get-ppd-file-for-statically-configured-ipp-shared-queues.patch
  cups/repos/extra-i686/ppd-poll-with-client-conf.patch
  cups/repos/extra-x86_64/PKGBUILD
  cups/repos/extra-x86_64/cups-1.6.0-fix-install-perms.patch
  cups/repos/extra-x86_64/cups-1.6.2-statedir.patch
  

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

2014-05-30 Thread Sergej Pupykin
Date: Friday, May 30, 2014 @ 19:17:02
  Author: spupykin
Revision: 112253

upgpkg: denemo 1:1.1.4-1

upd

Modified:
  denemo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-30 14:36:08 UTC (rev 112252)
+++ PKGBUILD2014-05-30 17:17:02 UTC (rev 112253)
@@ -5,7 +5,8 @@
 # Contributor: Gnud ach.g...@gmail.com
 
 pkgname=denemo
-pkgver=20140314
+epoch=1
+pkgver=1.1.4
 pkgrel=1
 pkgdesc=A music score editor
 arch=('i686' 'x86_64')
@@ -15,10 +16,15 @@
 'librsvg' 'fluidsynth' 'libsmf' 'evince' 'gtksourceview3' 'portmidi'
 'rubberband')
 makedepends=('intltool' 'git')
-#source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-source=($pkgname-$pkgver::git://git.sv.gnu.org/denemo.git#commit=9bdb8e75be68ed3d1ba25a1d512107ac56d2bf18)
-md5sums=('SKIP')
+source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+#source=($pkgname-$pkgver::git://git.sv.gnu.org/denemo.git#commit=9bdb8e75be68ed3d1ba25a1d512107ac56d2bf18)
+md5sums=('095f05f1b106ca36a5300334ee7f5ca8')
 
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|audio.h|portaudio.h|' src/audio/pitchrecog.c
+}
+
 build() {
   cd $srcdir/$pkgname-$pkgver
   [ -x configure ] || ./autogen.sh



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

2014-05-30 Thread Sergej Pupykin
Date: Friday, May 30, 2014 @ 19:17:27
  Author: spupykin
Revision: 112254

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-30 17:17:02 UTC (rev 112253)
+++ community-i686/PKGBUILD 2014-05-30 17:17:27 UTC (rev 112254)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Philipp Sandhaus philipp.sandh...@gmx.de
-# Contributor: Robert Emil Berge filokte...@linuxophic.org
-# Contributor: Gnud ach.g...@gmail.com
-
-pkgname=denemo
-pkgver=20140314
-pkgrel=1
-pkgdesc=A music score editor
-arch=('i686' 'x86_64')
-url=http://www.denemo.org;
-license=('GPL')
-depends=('aubio' 'portaudio' 'lilypond' 'gtk3' 'libxml2' 'guile' 'fftw'
-'librsvg' 'fluidsynth' 'libsmf' 'evince' 'gtksourceview3' 'portmidi'
-'rubberband')
-makedepends=('intltool' 'git')
-#source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-source=($pkgname-$pkgver::git://git.sv.gnu.org/denemo.git#commit=9bdb8e75be68ed3d1ba25a1d512107ac56d2bf18)
-md5sums=('SKIP')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  [ -x configure ] || ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: denemo/repos/community-i686/PKGBUILD (from rev 112253, 
denemo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-30 17:17:27 UTC (rev 112254)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Philipp Sandhaus philipp.sandh...@gmx.de
+# Contributor: Robert Emil Berge filokte...@linuxophic.org
+# Contributor: Gnud ach.g...@gmail.com
+
+pkgname=denemo
+epoch=1
+pkgver=1.1.4
+pkgrel=1
+pkgdesc=A music score editor
+arch=('i686' 'x86_64')
+url=http://www.denemo.org;
+license=('GPL')
+depends=('aubio' 'portaudio' 'lilypond' 'gtk3' 'libxml2' 'guile' 'fftw'
+'librsvg' 'fluidsynth' 'libsmf' 'evince' 'gtksourceview3' 'portmidi'
+'rubberband')
+makedepends=('intltool' 'git')
+source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+#source=($pkgname-$pkgver::git://git.sv.gnu.org/denemo.git#commit=9bdb8e75be68ed3d1ba25a1d512107ac56d2bf18)
+md5sums=('095f05f1b106ca36a5300334ee7f5ca8')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|audio.h|portaudio.h|' src/audio/pitchrecog.c
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  [ -x configure ] || ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-30 17:17:02 UTC (rev 112253)
+++ community-x86_64/PKGBUILD   2014-05-30 17:17:27 UTC (rev 112254)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Philipp Sandhaus philipp.sandh...@gmx.de
-# Contributor: Robert Emil Berge filokte...@linuxophic.org
-# Contributor: Gnud ach.g...@gmail.com
-
-pkgname=denemo
-pkgver=20140314
-pkgrel=1
-pkgdesc=A music score editor
-arch=('i686' 'x86_64')
-url=http://www.denemo.org;
-license=('GPL')
-depends=('aubio' 'portaudio' 'lilypond' 'gtk3' 'libxml2' 'guile' 'fftw'
-'librsvg' 'fluidsynth' 'libsmf' 'evince' 'gtksourceview3' 'portmidi'
-'rubberband')
-makedepends=('intltool' 'git')
-#source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-source=($pkgname-$pkgver::git://git.sv.gnu.org/denemo.git#commit=9bdb8e75be68ed3d1ba25a1d512107ac56d2bf18)
-md5sums=('SKIP')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  [ -x configure ] || ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: denemo/repos/community-x86_64/PKGBUILD (from rev 112253, 
denemo/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-05-30 17:17:27 UTC (rev 112254)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Philipp 

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

2014-05-30 Thread Jelle van der Waa
Date: Friday, May 30, 2014 @ 19:50:24
  Author: jelle
Revision: 112256

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

Added:
  calibre/repos/community-i686/PKGBUILD
(from rev 112255, calibre/trunk/PKGBUILD)
  calibre/repos/community-i686/calibre-mount-helper
(from rev 112255, calibre/trunk/calibre-mount-helper)
  calibre/repos/community-i686/calibre.install
(from rev 112255, calibre/trunk/calibre.install)
  calibre/repos/community-i686/desktop_integration.patch
(from rev 112255, calibre/trunk/desktop_integration.patch)
  calibre/repos/community-x86_64/PKGBUILD
(from rev 112255, calibre/trunk/PKGBUILD)
  calibre/repos/community-x86_64/calibre-mount-helper
(from rev 112255, calibre/trunk/calibre-mount-helper)
  calibre/repos/community-x86_64/calibre.install
(from rev 112255, calibre/trunk/calibre.install)
  calibre/repos/community-x86_64/desktop_integration.patch
(from rev 112255, calibre/trunk/desktop_integration.patch)
Deleted:
  calibre/repos/community-i686/PKGBUILD
  calibre/repos/community-i686/calibre-mount-helper
  calibre/repos/community-i686/calibre.install
  calibre/repos/community-i686/desktop_integration.patch
  calibre/repos/community-x86_64/PKGBUILD
  calibre/repos/community-x86_64/calibre-mount-helper
  calibre/repos/community-x86_64/calibre.install
  calibre/repos/community-x86_64/desktop_integration.patch

+
 /PKGBUILD  |  178 +++
 /calibre-mount-helper  |   56 +++
 /calibre.install   |   24 +++
 /desktop_integration.patch |  202 +++
 community-i686/PKGBUILD|   89 ---
 community-i686/calibre-mount-helper|   28 ---
 community-i686/calibre.install |   12 -
 community-i686/desktop_integration.patch   |  101 -
 community-x86_64/PKGBUILD  |   89 ---
 community-x86_64/calibre-mount-helper  |   28 ---
 community-x86_64/calibre.install   |   12 -
 community-x86_64/desktop_integration.patch |  101 -
 12 files changed, 460 insertions(+), 460 deletions(-)

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


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

2014-05-30 Thread Bartłomiej Piotrowski
Date: Friday, May 30, 2014 @ 20:11:13
  Author: bpiotrowski
Revision: 213869

upgpkg: libreoffice-fresh-i18n 4.3.0-0.3

explicitly depend on libreoffice-fresh

Modified:
  libreoffice-fresh-i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-30 17:12:12 UTC (rev 213868)
+++ PKGBUILD2014-05-30 18:11:13 UTC (rev 213869)
@@ -5,7 +5,7 @@
 pkgbase=libreoffice-fresh-i18n
 
 pkgver=4.3.0
-pkgrel=0.2
+pkgrel=0.3
 _oodlver=${pkgver}.0.beta1
 
 arch=('any')
@@ -159,6 +159,7 @@
 
 _package() {
   pkgdesc=$2 language pack for LibreOffice Fresh
+  depends=('libreoffice-fresh')
   provides=(openoffice-$1 libreoffice-$1)
   conflicts=(openoffice-$1 libreoffice-$1)
   replaces=(openoffice-$1)



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

2014-05-30 Thread Bartłomiej Piotrowski
Date: Friday, May 30, 2014 @ 20:11:22
  Author: bpiotrowski
Revision: 213870

archrelease: copy trunk to testing-any

Added:
  libreoffice-fresh-i18n/repos/testing-any/PKGBUILD
(from rev 213869, libreoffice-fresh-i18n/trunk/PKGBUILD)
Deleted:
  libreoffice-fresh-i18n/repos/testing-any/PKGBUILD

--+
 PKGBUILD |  705 ++---
 1 file changed, 353 insertions(+), 352 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-30 18:11:13 UTC (rev 213869)
+++ PKGBUILD2014-05-30 18:11:22 UTC (rev 213870)
@@ -1,352 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-
-pkgbase=libreoffice-fresh-i18n
-
-pkgver=4.3.0
-pkgrel=0.2
-_oodlver=${pkgver}.0.beta1
-
-arch=('any')
-url=http://www.documentfoundation.org;
-license=('LGPL')
-makedepends=('rpmextract')
-
-#http://download.documentfoundation.org/mirrors/all.html
-#_url=http://download.documentfoundation.org/libreoffice/stable;
-_url=http://download.documentfoundation.org/libreoffice/testing;
-#_url=http://dev-builds.libreoffice.org/pre-releases;
-#_url=http://www.libreoffice.org/download/pre-releases;
-
-#_url+=/${pkgver}-rc2/rpm/x86
-_url+=/${pkgver}/rpm/x86
-#_url+=/rpm/x86
-
-_languages=(
-  'afAfrikaans'
-  'amAmharic'
-  'arArabic'
-  'asAssamese (India)'
-  'ast   Asturianu'
-  'beBelarusian'
-  'bgBulgarian'
-  'bnBengali'
-  'bn-IN Bengali (India)'
-  'boTibetan'
-  'brBreton'
-  'brx   Bodo'
-  'bsBosnian'
-  'caCatalan'
-  'ca-valencia   Catalan (Valencia)'
-  'csCzech'
-  'cyWelsh'
-  'daDanish'
-  'deGerman'
-  'dgo   Dogri'
-  'dzDzongkha'
-  'elGreek'
-  'en-GB English (GB)'
-  'en-ZA English (ZA)'
-  'eoEsperanto'
-  'esSpanish'
-  'etEstonian'
-  'euBasque'
-  'faPersian'
-  'fiFinnish'
-  'frFrench'
-  'gaIrish'
-  'gdGaelic (Scottish)'
-  'glGalician'
-  'guGujarati'
-  'heHebrew'
-  'hiHindi'
-  'hrCroatian'
-  'huHungarian'
-  'idIndonesian'
-  'isIcelandic'
-  'itItalian'
-  'jaJapanese'
-  'kaGeorgian'
-  'kkKazakh'
-  'kmKhmer (Cambodia)'
-  'kmr-Latn  Kurdish'
-  'knKannada'
-  'koKorean'
-  'kok   Konkani'
-  'ksKashmiri'
-  'lbLuxembourgish'
-  'loLao'
-  'ltLithuanian'
-  'lvLatvian'
-  'mai   Maithili'
-  'mkMacedonian'
-  'mlMalayalam'
-  'mnMongolian'
-  'mni   Manipuri'
-  'mrMarathi'
-  'myBurmese'
-  'nbNorwegian Bokmal'
-  'neNepali'
-  'nlDutch'
-  'nnNorwegian Nynorsk'
-  'nrNdebele (South)'
-  'nso   Northern Sotho'
-  'ocOccitan'
-  'omOromo'
-  'orOriya'
-  'pa-IN Punjabi (India)'
-  'plPolish'
-  'ptPortuguese'
-  'pt-BR Portuguese (Brasil)'
-  'roRomanian'
-  'ruRussian'
-  'rwKinyarwanda'
-  'sa-IN Sanskrit (India)'
-  'sat   Santali'
-  'sdSindhi'
-  'siSinghalese'
-  'sid   Sidama'
-  'skSlovak'
-  'slSlovenian'
-  'sqAlbanien'
-  'srSerbian'
-  'sr-Latn   Serbian (Latin)'
-  'ssSwati'
-  'stSouthern Sotho'
-  'svSwedish'
-  'sw-TZ Swahili (Tanzania)'
-  'taTamil'
-  'teTelugu'
-  'tgTajik'
-  'thThai'
-  'tnTswana'
-  'trTurkish'
-  'tsTsonga'
-  'ttTatar'
-  'ugUighur'
-  'ukUkrainian'
-  'uzUzbek'
-  'veVenda'
-  'viVietnamese'
-  'xhXhosa'
-  'zh-CN Chinese (simplified)'
-  'zh-TW Chinese (traditional)'
-  'zuZulu'
-)
-
-prepare() {
-  for i in ${pkgname[@]}; do
-_pkglang=${i#*-}
-_pkglang=${_pkglang/fresh-}
-
-echo ${_pkglang}  unpacking...
-cd 
${srcdir}/LibreOfficeDev_${_oodlver}_Linux_x86_rpm_langpack_${_pkglang}/RPMS
-
-# remove dictionaries if shipped - we ship them now in separate packages
-rm -vf *-dict-*.rpm || /bin/true
-
-for j in *.rpm
-  do rpmextract.sh $j
-done
-
-# the helppack rpm goes also into the langpack dir
-rpmextract.sh \
-  

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

2014-05-30 Thread Jelle van der Waa
Date: Friday, May 30, 2014 @ 20:58:40
  Author: jelle
Revision: 112257

upgpkg: smem 1.4-1

Modified:
  smem/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-30 17:50:24 UTC (rev 112256)
+++ PKGBUILD2014-05-30 18:58:40 UTC (rev 112257)
@@ -5,8 +5,8 @@
 # Contributor: Sebastien Duquette ekse...@gmail.com
 
 pkgname=smem
-pkgver=1.3
-pkgrel=2
+pkgver=1.4
+pkgrel=1
 pkgdesc=Generate reports on memory usage.
 url=http://www.selenic.com/smem/;
 license=(GPL)
@@ -14,7 +14,7 @@
 optdepends=('python2-matplotlib: for chart generation')
 arch=('i686' 'x86_64')
 source=(http://www.selenic.com/smem/download/$pkgname-$pkgver.tar.gz;)
-md5sums=('dd849102610aadb9f64379db09e73d41')
+md5sums=('fe79435c3930389bfdb560255c802162')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2014-05-30 Thread Jelle van der Waa
Date: Friday, May 30, 2014 @ 20:58:49
  Author: jelle
Revision: 112258

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-30 18:58:40 UTC (rev 112257)
+++ community-i686/PKGBUILD 2014-05-30 18:58:49 UTC (rev 112258)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
-# Contributor: Dave Reisner d...@falconindy.com
-# Contributor: Isaac Dupree i...@isaac.cedarswampstudios.org
-# Contributor: Sebastien Duquette ekse...@gmail.com
-
-pkgname=smem
-pkgver=1.3
-pkgrel=2
-pkgdesc=Generate reports on memory usage.
-url=http://www.selenic.com/smem/;
-license=(GPL)
-depends=('python2')
-optdepends=('python2-matplotlib: for chart generation')
-arch=('i686' 'x86_64')
-source=(http://www.selenic.com/smem/download/$pkgname-$pkgver.tar.gz;)
-md5sums=('dd849102610aadb9f64379db09e73d41')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  sed -i '1s/python$/python2/' smem
-  make smemcap
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  install -Dm755 smem $pkgdir/usr/bin/smem
-  install -Dm755 smemcap $pkgdir/usr/bin/smemcap
-  install -Dm644 smem.8 $pkgdir/usr/share/man/man8/smem.8
-}
-

Copied: smem/repos/community-i686/PKGBUILD (from rev 112257, 
smem/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-30 18:58:49 UTC (rev 112258)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Dave Reisner d...@falconindy.com
+# Contributor: Isaac Dupree i...@isaac.cedarswampstudios.org
+# Contributor: Sebastien Duquette ekse...@gmail.com
+
+pkgname=smem
+pkgver=1.4
+pkgrel=1
+pkgdesc=Generate reports on memory usage.
+url=http://www.selenic.com/smem/;
+license=(GPL)
+depends=('python2')
+optdepends=('python2-matplotlib: for chart generation')
+arch=('i686' 'x86_64')
+source=(http://www.selenic.com/smem/download/$pkgname-$pkgver.tar.gz;)
+md5sums=('fe79435c3930389bfdb560255c802162')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  sed -i '1s/python$/python2/' smem
+  make smemcap
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  install -Dm755 smem $pkgdir/usr/bin/smem
+  install -Dm755 smemcap $pkgdir/usr/bin/smemcap
+  install -Dm644 smem.8 $pkgdir/usr/share/man/man8/smem.8
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-30 18:58:40 UTC (rev 112257)
+++ community-x86_64/PKGBUILD   2014-05-30 18:58:49 UTC (rev 112258)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
-# Contributor: Dave Reisner d...@falconindy.com
-# Contributor: Isaac Dupree i...@isaac.cedarswampstudios.org
-# Contributor: Sebastien Duquette ekse...@gmail.com
-
-pkgname=smem
-pkgver=1.3
-pkgrel=2
-pkgdesc=Generate reports on memory usage.
-url=http://www.selenic.com/smem/;
-license=(GPL)
-depends=('python2')
-optdepends=('python2-matplotlib: for chart generation')
-arch=('i686' 'x86_64')
-source=(http://www.selenic.com/smem/download/$pkgname-$pkgver.tar.gz;)
-md5sums=('dd849102610aadb9f64379db09e73d41')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  sed -i '1s/python$/python2/' smem
-  make smemcap
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  install -Dm755 smem $pkgdir/usr/bin/smem
-  install -Dm755 smemcap $pkgdir/usr/bin/smemcap
-  install -Dm644 smem.8 $pkgdir/usr/share/man/man8/smem.8
-}
-

Copied: smem/repos/community-x86_64/PKGBUILD (from rev 112257, 
smem/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-05-30 18:58:49 UTC (rev 112258)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Dave Reisner d...@falconindy.com
+# Contributor: Isaac Dupree i...@isaac.cedarswampstudios.org
+# Contributor: Sebastien Duquette ekse...@gmail.com
+
+pkgname=smem
+pkgver=1.4
+pkgrel=1
+pkgdesc=Generate reports on memory usage.
+url=http://www.selenic.com/smem/;
+license=(GPL)
+depends=('python2')
+optdepends=('python2-matplotlib: for chart generation')
+arch=('i686' 'x86_64')
+source=(http://www.selenic.com/smem/download/$pkgname-$pkgver.tar.gz;)

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

2014-05-30 Thread Jelle van der Waa
Date: Friday, May 30, 2014 @ 21:11:00
  Author: jelle
Revision: 112260

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

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

---+
 /PKGBUILD |   58 
 /texmaker.install |   14 
 community-i686/PKGBUILD   |   29 --
 community-i686/texmaker.install   |7 
 community-x86_64/PKGBUILD |   29 --
 community-x86_64/texmaker.install |7 
 6 files changed, 72 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-30 19:10:51 UTC (rev 112259)
+++ community-i686/PKGBUILD 2014-05-30 19:11:00 UTC (rev 112260)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Federico Cinelli cine...@aur.archlinux.org
-
-pkgname=texmaker
-pkgver=4.1.1
-pkgrel=1
-pkgdesc='Free cross-platform LaTeX editor'
-arch=('i686' 'x86_64')
-url=http://www.xm1math.net/texmaker/index.html;
-license=('GPL')
-depends=('poppler-qt5' 'qt5-webkit' 'desktop-file-utils')
-optdepends=('ghostscript: LaTeX to HTML conversion command'
-'ibus-qt5: accented characters support'
-'poppler: PDF rendering support')
-install=$pkgname.install
-source=(http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
-md5sums=('0b26fe9e29b37eeaf98e568a096d2dad')
-
-build() {
-  cd $pkgname-$pkgver
-  qmake-qt5 PREFIX=/usr texmaker.pro
-  make
-}
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  install -dm755 $pkgdir/usr/share
-  make INSTALL_PATH=$pkgdir INSTALL_ROOT=$pkgdir PREFIX=/usr install
-}

Copied: texmaker/repos/community-i686/PKGBUILD (from rev 112259, 
texmaker/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-30 19:11:00 UTC (rev 112260)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Federico Cinelli cine...@aur.archlinux.org
+
+pkgname=texmaker
+pkgver=4.2
+pkgrel=1
+pkgdesc='Free cross-platform LaTeX editor'
+arch=('i686' 'x86_64')
+url=http://www.xm1math.net/texmaker/index.html;
+license=('GPL')
+depends=('poppler-qt5' 'qt5-webkit' 'qt5-script' 'desktop-file-utils')
+optdepends=('ghostscript: LaTeX to HTML conversion command'
+'ibus-qt5: accented characters support'
+'poppler: PDF rendering support')
+install=$pkgname.install
+source=(http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
+md5sums=('9297da00423e341b76295f208a91096c')
+
+build() {
+  cd $pkgname-$pkgver
+  qmake-qt5 PREFIX=/usr texmaker.pro
+  make
+}
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  install -dm755 $pkgdir/usr/share
+  make INSTALL_PATH=$pkgdir INSTALL_ROOT=$pkgdir PREFIX=/usr install
+}

Deleted: community-i686/texmaker.install
===
--- community-i686/texmaker.install 2014-05-30 19:10:51 UTC (rev 112259)
+++ community-i686/texmaker.install 2014-05-30 19:11:00 UTC (rev 112260)
@@ -1,7 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_remove() {
-  update-desktop-database -q
-}

Copied: texmaker/repos/community-i686/texmaker.install (from rev 112259, 
texmaker/trunk/texmaker.install)
===
--- community-i686/texmaker.install (rev 0)
+++ community-i686/texmaker.install 2014-05-30 19:11:00 UTC (rev 112260)
@@ -0,0 +1,7 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_remove() {
+  update-desktop-database -q
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-30 19:10:51 UTC (rev 112259)
+++ community-x86_64/PKGBUILD   2014-05-30 19:11:00 UTC (rev 112260)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Federico Cinelli cine...@aur.archlinux.org
-
-pkgname=texmaker
-pkgver=4.1.1
-pkgrel=1
-pkgdesc='Free cross-platform LaTeX editor'
-arch=('i686' 'x86_64')
-url=http://www.xm1math.net/texmaker/index.html;
-license=('GPL')
-depends=('poppler-qt5' 'qt5-webkit' 'desktop-file-utils')
-optdepends=('ghostscript: LaTeX to HTML conversion command'
-'ibus-qt5: accented characters support'
-'poppler: PDF rendering support')

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

2014-05-30 Thread Jelle van der Waa
Date: Friday, May 30, 2014 @ 21:10:51
  Author: jelle
Revision: 112259

upgpkg: texmaker 4.2-1

Modified:
  texmaker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-30 18:58:49 UTC (rev 112258)
+++ PKGBUILD2014-05-30 19:10:51 UTC (rev 112259)
@@ -2,19 +2,19 @@
 # Maintainer: Federico Cinelli cine...@aur.archlinux.org
 
 pkgname=texmaker
-pkgver=4.1.1
+pkgver=4.2
 pkgrel=1
 pkgdesc='Free cross-platform LaTeX editor'
 arch=('i686' 'x86_64')
 url=http://www.xm1math.net/texmaker/index.html;
 license=('GPL')
-depends=('poppler-qt5' 'qt5-webkit' 'desktop-file-utils')
+depends=('poppler-qt5' 'qt5-webkit' 'qt5-script' 'desktop-file-utils')
 optdepends=('ghostscript: LaTeX to HTML conversion command'
 'ibus-qt5: accented characters support'
 'poppler: PDF rendering support')
 install=$pkgname.install
 source=(http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
-md5sums=('0b26fe9e29b37eeaf98e568a096d2dad')
+md5sums=('9297da00423e341b76295f208a91096c')
 
 build() {
   cd $pkgname-$pkgver



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

2014-05-30 Thread Jelle van der Waa
Date: Friday, May 30, 2014 @ 21:17:00
  Author: jelle
Revision: 112261

remove qt5-ibus from optdepends

Modified:
  texmaker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-30 19:11:00 UTC (rev 112260)
+++ PKGBUILD2014-05-30 19:17:00 UTC (rev 112261)
@@ -10,7 +10,6 @@
 license=('GPL')
 depends=('poppler-qt5' 'qt5-webkit' 'qt5-script' 'desktop-file-utils')
 optdepends=('ghostscript: LaTeX to HTML conversion command'
-'ibus-qt5: accented characters support'
 'poppler: PDF rendering support')
 install=$pkgname.install
 source=(http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2;)



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

2014-05-30 Thread Jelle van der Waa
Date: Friday, May 30, 2014 @ 21:19:16
  Author: jelle
Revision: 112262

upgpkg: gen2shp 0.3.1-9

fix fs#40544

Modified:
  gen2shp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-30 19:17:00 UTC (rev 112261)
+++ PKGBUILD2014-05-30 19:19:16 UTC (rev 112262)
@@ -4,7 +4,7 @@
 
 pkgname=gen2shp
 pkgver=0.3.1
-pkgrel=8
+pkgrel=9
 pkgdesc='Converts ArcInfo generate format to shapefile format'
 arch=('i686' 'x86_64')
 url='http://www.intevation.de/~jan/gen2shp/'



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

2014-05-30 Thread Jelle van der Waa
Date: Friday, May 30, 2014 @ 21:19:25
  Author: jelle
Revision: 112263

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-30 19:19:16 UTC (rev 112262)
+++ community-i686/PKGBUILD 2014-05-30 19:19:25 UTC (rev 112263)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-
-pkgname=gen2shp
-pkgver=0.3.1
-pkgrel=8
-pkgdesc='Converts ArcInfo generate format to shapefile format'
-arch=('i686' 'x86_64')
-url='http://www.intevation.de/~jan/gen2shp/'
-license=('GPL')
-depends=('glibc' 'shapelib')
-source=(http://web.archive.org/web/20110716144136/http://intevation.de/~jan/gen2shp/$pkgname-$pkgver.tar.gz;)
-md5sums=('1cf9f1c2097825ef96290f7e9a7eb195')
-
-build() {
-  cd $pkgname-$pkgver
-
-  # fix conflicting function names
-  sed -i 's/getline/get_line/' gen2shp.c utils.c utils.h
-
-  make
-}
-
-package() {
-  install -D $pkgname-$pkgver/gen2shp $pkgdir/usr/bin/gens2shp
-}

Copied: gen2shp/repos/community-i686/PKGBUILD (from rev 112262, 
gen2shp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-30 19:19:25 UTC (rev 112263)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+
+pkgname=gen2shp
+pkgver=0.3.1
+pkgrel=9
+pkgdesc='Converts ArcInfo generate format to shapefile format'
+arch=('i686' 'x86_64')
+url='http://www.intevation.de/~jan/gen2shp/'
+license=('GPL')
+depends=('glibc' 'shapelib')
+source=(http://web.archive.org/web/20110716144136/http://intevation.de/~jan/gen2shp/$pkgname-$pkgver.tar.gz;)
+md5sums=('1cf9f1c2097825ef96290f7e9a7eb195')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # fix conflicting function names
+  sed -i 's/getline/get_line/' gen2shp.c utils.c utils.h
+  sed -i 's:libshp/::' gen2shp.c
+  sed -i 's/-lshp gen2shp.c utils.o/gen2shp.c utils.o -lshp/' Makefile
+  make CFLAGS=$CFLAGS
+
+}
+
+package() {
+  install -D $pkgname-$pkgver/gen2shp $pkgdir/usr/bin/gens2shp
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-30 19:19:16 UTC (rev 112262)
+++ community-x86_64/PKGBUILD   2014-05-30 19:19:25 UTC (rev 112263)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-
-pkgname=gen2shp
-pkgver=0.3.1
-pkgrel=8
-pkgdesc='Converts ArcInfo generate format to shapefile format'
-arch=('i686' 'x86_64')
-url='http://www.intevation.de/~jan/gen2shp/'
-license=('GPL')
-depends=('glibc' 'shapelib')
-source=(http://web.archive.org/web/20110716144136/http://intevation.de/~jan/gen2shp/$pkgname-$pkgver.tar.gz;)
-md5sums=('1cf9f1c2097825ef96290f7e9a7eb195')
-
-build() {
-  cd $pkgname-$pkgver
-
-  # fix conflicting function names
-  sed -i 's/getline/get_line/' gen2shp.c utils.c utils.h
-
-  make
-}
-
-package() {
-  install -D $pkgname-$pkgver/gen2shp $pkgdir/usr/bin/gens2shp
-}

Copied: gen2shp/repos/community-x86_64/PKGBUILD (from rev 112262, 
gen2shp/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-05-30 19:19:25 UTC (rev 112263)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+
+pkgname=gen2shp
+pkgver=0.3.1
+pkgrel=9
+pkgdesc='Converts ArcInfo generate format to shapefile format'
+arch=('i686' 'x86_64')
+url='http://www.intevation.de/~jan/gen2shp/'
+license=('GPL')
+depends=('glibc' 'shapelib')
+source=(http://web.archive.org/web/20110716144136/http://intevation.de/~jan/gen2shp/$pkgname-$pkgver.tar.gz;)
+md5sums=('1cf9f1c2097825ef96290f7e9a7eb195')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # fix conflicting function names
+  sed -i 's/getline/get_line/' gen2shp.c utils.c utils.h
+  sed -i 's:libshp/::' gen2shp.c
+  sed -i 's/-lshp gen2shp.c utils.o/gen2shp.c utils.o -lshp/' Makefile
+  make CFLAGS=$CFLAGS
+
+}
+
+package() {
+  install -D $pkgname-$pkgver/gen2shp 

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

2014-05-30 Thread Jelle van der Waa
Date: Friday, May 30, 2014 @ 21:33:56
  Author: jelle
Revision: 112265

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-30 19:33:48 UTC (rev 112264)
+++ community-i686/PKGBUILD 2014-05-30 19:33:56 UTC (rev 112265)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-
-pkgname=cppcheck
-pkgver=1.65
-pkgrel=1
-pkgdesc=A tool for static C/C++ code analysis
-arch=('i686' 'x86_64')
-url=http://cppcheck.wiki.sourceforge.net/;
-license=('GPL')
-depends=('qt5-base')
-makedepends=('docbook-xsl' 'qt5-tools')
-source=(https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz)
-sha1sums=('df1ebc45defb24c7f21af64bbf9515cedb5f2d8e')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make CFGDIR=/usr/share/cppcheck/cfg
-   make 
DB2MAN=/usr/share/xml/docbook/xsl-stylesheets-1.78.1/manpages/docbook.xsl man
-
-   cd gui
-   qmake HAVE_RULES=yes CFGDIR=/usr/share/cppcheck/cfg
-   make CFGDIR=/usr/share/cppcheck/cfg
-}
-
-check() {
-  cd $srcdir/cppcheck
-  make CFGDIR=/usr/share/cppcheck/cfg test
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} CFGDIR=/usr/share/cppcheck/cfg install 
-
-   install -D -p -m 644 cppcheck.1 ${pkgdir}/usr/share/man/man1/cppcheck.1
-
-   install -m755 gui/cppcheck-gui ${pkgdir}/usr/bin
-
-   for _f in cfg/*; do
- install -D -p -m 644 $_f ${pkgdir}/usr/share/${pkgname}/$_f
-   done
-}

Copied: cppcheck/repos/community-i686/PKGBUILD (from rev 112264, 
cppcheck/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-30 19:33:56 UTC (rev 112265)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+
+pkgname=cppcheck
+pkgver=1.65
+pkgrel=2
+pkgdesc=A tool for static C/C++ code analysis
+arch=('i686' 'x86_64')
+url=http://cppcheck.wiki.sourceforge.net/;
+license=('GPL')
+depends=('qt5-base' 'python-pygments')
+makedepends=('docbook-xsl' 'qt5-tools')
+source=(https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz)
+sha1sums=('df1ebc45defb24c7f21af64bbf9515cedb5f2d8e')
+
+build() {
+   cd ${pkgname}-${pkgver}
+   make CFGDIR=/usr/share/cppcheck/cfg
+   make 
DB2MAN=/usr/share/xml/docbook/xsl-stylesheets-1.78.1/manpages/docbook.xsl man
+
+   cd gui
+   qmake HAVE_RULES=yes CFGDIR=/usr/share/cppcheck/cfg
+   make CFGDIR=/usr/share/cppcheck/cfg
+}
+
+check() {
+   cd ${pkgname}-${pkgver}
+  #make CFGDIR=/usr/share/cppcheck/cfg test
+}
+
+package() {
+   cd ${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} CFGDIR=/usr/share/cppcheck/cfg install 
+
+   install -D -p -m 644 cppcheck.1 ${pkgdir}/usr/share/man/man1/cppcheck.1
+
+   install -m755 gui/cppcheck-gui ${pkgdir}/usr/bin
+
+   for _f in cfg/*; do
+ install -D -p -m 644 $_f ${pkgdir}/usr/share/${pkgname}/$_f
+   done
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-30 19:33:48 UTC (rev 112264)
+++ community-x86_64/PKGBUILD   2014-05-30 19:33:56 UTC (rev 112265)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-
-pkgname=cppcheck
-pkgver=1.65
-pkgrel=1
-pkgdesc=A tool for static C/C++ code analysis
-arch=('i686' 'x86_64')
-url=http://cppcheck.wiki.sourceforge.net/;
-license=('GPL')
-depends=('qt5-base')
-makedepends=('docbook-xsl' 'qt5-tools')
-source=(https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz)
-sha1sums=('df1ebc45defb24c7f21af64bbf9515cedb5f2d8e')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make CFGDIR=/usr/share/cppcheck/cfg
-   make 
DB2MAN=/usr/share/xml/docbook/xsl-stylesheets-1.78.1/manpages/docbook.xsl man
-
-   cd gui
-   qmake HAVE_RULES=yes CFGDIR=/usr/share/cppcheck/cfg
-   make CFGDIR=/usr/share/cppcheck/cfg
-}
-
-check() {
-  cd $srcdir/cppcheck
-  make CFGDIR=/usr/share/cppcheck/cfg test
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} CFGDIR=/usr/share/cppcheck/cfg install 
-
-   install -D -p -m 644 cppcheck.1 ${pkgdir}/usr/share/man/man1/cppcheck.1
-
-   install -m755 gui/cppcheck-gui ${pkgdir}/usr/bin
-
-   for _f in cfg/*; do
- install -D -p -m 644 $_f ${pkgdir}/usr/share/${pkgname}/$_f
-   done

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

2014-05-30 Thread Jelle van der Waa
Date: Friday, May 30, 2014 @ 21:33:48
  Author: jelle
Revision: 112264

upgpkg: cppcheck 1.65-2

fix FS40544

Modified:
  cppcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-30 19:19:25 UTC (rev 112263)
+++ PKGBUILD2014-05-30 19:33:48 UTC (rev 112264)
@@ -3,18 +3,18 @@
 
 pkgname=cppcheck
 pkgver=1.65
-pkgrel=1
+pkgrel=2
 pkgdesc=A tool for static C/C++ code analysis
 arch=('i686' 'x86_64')
 url=http://cppcheck.wiki.sourceforge.net/;
 license=('GPL')
-depends=('qt5-base')
+depends=('qt5-base' 'python-pygments')
 makedepends=('docbook-xsl' 'qt5-tools')
 source=(https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz)
 sha1sums=('df1ebc45defb24c7f21af64bbf9515cedb5f2d8e')
 
 build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
+   cd ${pkgname}-${pkgver}
make CFGDIR=/usr/share/cppcheck/cfg
make 
DB2MAN=/usr/share/xml/docbook/xsl-stylesheets-1.78.1/manpages/docbook.xsl man
 
@@ -24,12 +24,12 @@
 }
 
 check() {
-  cd $srcdir/cppcheck
-  make CFGDIR=/usr/share/cppcheck/cfg test
+   cd ${pkgname}-${pkgver}
+  #make CFGDIR=/usr/share/cppcheck/cfg test
 }
 
 package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
+   cd ${pkgname}-${pkgver}
make DESTDIR=${pkgdir} CFGDIR=/usr/share/cppcheck/cfg install 
 
install -D -p -m 644 cppcheck.1 ${pkgdir}/usr/share/man/man1/cppcheck.1



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

2014-05-30 Thread Eric Bélanger
Date: Friday, May 30, 2014 @ 22:42:53
  Author: eric
Revision: 112266

upgpkg: youtube-dl 2014.05.30.1-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-30 19:33:56 UTC (rev 112265)
+++ PKGBUILD2014-05-30 20:42:53 UTC (rev 112266)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=youtube-dl
-pkgver=2014.05.19
+pkgver=2014.05.30.1
 pkgrel=1
 pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
 arch=('any')
@@ -12,7 +12,7 @@
 optdepends=('ffmpeg: for video post-processing')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('430dbacc04199b76f2f439891ea8ebc263746792'
+sha1sums=('6788373735c7c5d2724b3e93886f78920c40a169'
   'SKIP')
 
 prepare() {



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

2014-05-30 Thread Eric Bélanger
Date: Friday, May 30, 2014 @ 22:44:17
  Author: eric
Revision: 112267

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 112266, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-30 20:42:53 UTC (rev 112266)
+++ PKGBUILD2014-05-30 20:44:17 UTC (rev 112267)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=youtube-dl
-pkgver=2014.05.19
-pkgrel=1
-pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
-arch=('any')
-url=http://rg3.github.io/youtube-dl/;
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('430dbacc04199b76f2f439891ea8ebc263746792'
-  'SKIP')
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root=${pkgdir}/ --optimize=1
-  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
-${pkgdir}/usr/share/bash-completion/completions/youtube-dl
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 112266, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-30 20:44:17 UTC (rev 112267)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=youtube-dl
+pkgver=2014.05.30.1
+pkgrel=1
+pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
+arch=('any')
+url=http://rg3.github.io/youtube-dl/;
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha1sums=('6788373735c7c5d2724b3e93886f78920c40a169'
+  'SKIP')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root=${pkgdir}/ --optimize=1
+  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
+${pkgdir}/usr/share/bash-completion/completions/youtube-dl
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2014-05-30 Thread Gaetan Bisson
Date: Friday, May 30, 2014 @ 23:28:58
  Author: bisson
Revision: 213871

implement FS#40611

Modified:
  x11vnc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-30 18:11:22 UTC (rev 213870)
+++ PKGBUILD2014-05-30 21:28:58 UTC (rev 213871)
@@ -4,13 +4,14 @@
 
 pkgname=x11vnc
 pkgver=0.9.13
-pkgrel=5
+pkgrel=6
 pkgdesc='VNC server for real X displays'
 url='http://www.karlrunge.com/x11vnc/'
 arch=('i686' 'x86_64')
 license=('GPL2')
-optdepends=('tk: for GUI support'
-'net-tools: for -auth guess')
+optdepends=('tk: GUI support'
+'net-tools: -auth guess'
+'xf86-video-dummy: Xdummy script')
 depends=('openssl' 'libjpeg' 'libxtst' 'libxinerama' 'libxdamage' 'libxrandr' 
'avahi')
 
source=(http://downloads.sourceforge.net/project/libvncserver/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;
 'service')
@@ -26,6 +27,7 @@
 package() {
cd ${srcdir}/${pkgname}-${pkgver}
make DESTDIR=${pkgdir} install
+   install x11vnc/misc/{rx11vnc,Xdummy} ${pkgdir}/usr/bin
install -Dm644 ../service 
${pkgdir}/usr/lib/systemd/system/x11vnc.service
rm -fr ${pkgdir}/usr/include/rfb # provided by libvncserver
 }



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

2014-05-30 Thread Gaetan Bisson
Date: Friday, May 30, 2014 @ 23:30:40
  Author: bisson
Revision: 213872

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

Added:
  x11vnc/repos/extra-i686/PKGBUILD
(from rev 213871, x11vnc/trunk/PKGBUILD)
  x11vnc/repos/extra-i686/service
(from rev 213871, x11vnc/trunk/service)
  x11vnc/repos/extra-x86_64/PKGBUILD
(from rev 213871, x11vnc/trunk/PKGBUILD)
  x11vnc/repos/extra-x86_64/service
(from rev 213871, x11vnc/trunk/service)
Deleted:
  x11vnc/repos/extra-i686/PKGBUILD
  x11vnc/repos/extra-i686/service
  x11vnc/repos/extra-x86_64/PKGBUILD
  x11vnc/repos/extra-x86_64/service

---+
 /PKGBUILD |   66 
 /service  |   14 ++
 extra-i686/PKGBUILD   |   31 --
 extra-i686/service|7 -
 extra-x86_64/PKGBUILD |   31 --
 extra-x86_64/service  |7 -
 6 files changed, 80 insertions(+), 76 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-05-30 21:28:58 UTC (rev 213871)
+++ extra-i686/PKGBUILD 2014-05-30 21:30:40 UTC (rev 213872)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: damir da...@archlinux.org
-
-pkgname=x11vnc
-pkgver=0.9.13
-pkgrel=5
-pkgdesc='VNC server for real X displays'
-url='http://www.karlrunge.com/x11vnc/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-optdepends=('tk: for GUI support'
-'net-tools: for -auth guess')
-depends=('openssl' 'libjpeg' 'libxtst' 'libxinerama' 'libxdamage' 'libxrandr' 
'avahi')
-source=(http://downloads.sourceforge.net/project/libvncserver/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;
-'service')
-sha1sums=('f011d81488ac94dc8dce2d88739c23bd85a976fa'
-  '53e1ed7f84518a699a29607a03bee2321f9f9624')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr --mandir=/usr/share/man
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 ../service 
${pkgdir}/usr/lib/systemd/system/x11vnc.service
-   rm -fr ${pkgdir}/usr/include/rfb # provided by libvncserver
-}

Copied: x11vnc/repos/extra-i686/PKGBUILD (from rev 213871, 
x11vnc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-05-30 21:30:40 UTC (rev 213872)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: damir da...@archlinux.org
+
+pkgname=x11vnc
+pkgver=0.9.13
+pkgrel=6
+pkgdesc='VNC server for real X displays'
+url='http://www.karlrunge.com/x11vnc/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+optdepends=('tk: GUI support'
+'net-tools: -auth guess'
+'xf86-video-dummy: Xdummy script')
+depends=('openssl' 'libjpeg' 'libxtst' 'libxinerama' 'libxdamage' 'libxrandr' 
'avahi')
+source=(http://downloads.sourceforge.net/project/libvncserver/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;
+'service')
+sha1sums=('f011d81488ac94dc8dce2d88739c23bd85a976fa'
+  '53e1ed7f84518a699a29607a03bee2321f9f9624')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr --mandir=/usr/share/man
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install x11vnc/misc/{rx11vnc,Xdummy} ${pkgdir}/usr/bin
+   install -Dm644 ../service 
${pkgdir}/usr/lib/systemd/system/x11vnc.service
+   rm -fr ${pkgdir}/usr/include/rfb # provided by libvncserver
+}

Deleted: extra-i686/service
===
--- extra-i686/service  2014-05-30 21:28:58 UTC (rev 213871)
+++ extra-i686/service  2014-05-30 21:30:40 UTC (rev 213872)
@@ -1,7 +0,0 @@
-[Unit]
-Description=VNC Server for X11
-Requires=graphical.target
-After=graphical.target
-
-[Service]
-ExecStart=/usr/bin/x11vnc

Copied: x11vnc/repos/extra-i686/service (from rev 213871, x11vnc/trunk/service)
===
--- extra-i686/service  (rev 0)
+++ extra-i686/service  2014-05-30 21:30:40 UTC (rev 213872)
@@ -0,0 +1,7 @@
+[Unit]
+Description=VNC Server for X11
+Requires=graphical.target
+After=graphical.target
+
+[Service]
+ExecStart=/usr/bin/x11vnc

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-05-30 21:28:58 UTC (rev 213871)
+++ extra-x86_64/PKGBUILD   2014-05-30 21:30:40 UTC (rev 213872)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: damir da...@archlinux.org
-
-pkgname=x11vnc
-pkgver=0.9.13
-pkgrel=5
-pkgdesc='VNC server for real X displays'
-url='http://www.karlrunge.com/x11vnc/'
-arch=('i686' 

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

2014-05-30 Thread Alexandre Filgueira
Date: Friday, May 30, 2014 @ 23:44:57
  Author: faidoc
Revision: 112268

upgpkg: muffin 2.2.5-1

Modified:
  muffin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-30 20:44:17 UTC (rev 112267)
+++ PKGBUILD2014-05-30 21:44:57 UTC (rev 112268)
@@ -4,7 +4,7 @@
 # Contributor: Ner0
 
 pkgname=muffin
-pkgver=2.2.3
+pkgver=2.2.5
 pkgrel=1
 pkgdesc=Cinnamon window manager based on Mutter
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 options=('!emptydirs')
 install=$pkgname.install
 
source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz;)
-sha256sums=('c34f02a67c96d3d0925988a87865f1dc590c84ba7ddd9d8e1872b5ad768f445c')
+sha256sums=('f4815df0a2724c94d478cc88770da5cbfc8cd15a540c45235ce12b2d4e5c8e8a')
 
 prepare() {
   cd ${pkgname}-${pkgver}



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

2014-05-30 Thread Alexandre Filgueira
Date: Friday, May 30, 2014 @ 23:46:17
  Author: faidoc
Revision: 112269

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

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

-+
 /PKGBUILD   |   78 ++
 /muffin.install |   20 +
 community-i686/PKGBUILD |   39 ---
 community-i686/muffin.install   |   10 
 community-x86_64/PKGBUILD   |   39 ---
 community-x86_64/muffin.install |   10 
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-30 21:44:57 UTC (rev 112268)
+++ community-i686/PKGBUILD 2014-05-30 21:46:17 UTC (rev 112269)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
-# Contributor: Adam Hani Schakaki a...@schakaki.net
-# Contributor: Ner0
-
-pkgname=muffin
-pkgver=2.2.3
-pkgrel=1
-pkgdesc=Cinnamon window manager based on Mutter
-arch=('i686' 'x86_64')
-url=https://github.com/linuxmint/muffin;
-license=('GPL')
-depends=('clutter' 'gobject-introspection' 'cinnamon-desktop' 'libcanberra' 
'libsm'
- 'startup-notification' 'zenity' 'dconf')
-makedepends=('intltool' 'gnome-doc-utils' 'gnome-common') 
-options=('!emptydirs')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz;)
-sha256sums=('c34f02a67c96d3d0925988a87865f1dc590c84ba7ddd9d8e1872b5ad768f445c')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  PYTHON=python2 ./autogen.sh --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib/muffin \
---localstatedir=/var 
--disable-static --disable-schemas-compile \
- --enable-compile-warnings=minimum
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=$pkgdir/ install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: muffin/repos/community-i686/PKGBUILD (from rev 112268, 
muffin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-30 21:46:17 UTC (rev 112269)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
+# Contributor: Adam Hani Schakaki a...@schakaki.net
+# Contributor: Ner0
+
+pkgname=muffin
+pkgver=2.2.5
+pkgrel=1
+pkgdesc=Cinnamon window manager based on Mutter
+arch=('i686' 'x86_64')
+url=https://github.com/linuxmint/muffin;
+license=('GPL')
+depends=('clutter' 'gobject-introspection' 'cinnamon-desktop' 'libcanberra' 
'libsm'
+ 'startup-notification' 'zenity' 'dconf')
+makedepends=('intltool' 'gnome-doc-utils' 'gnome-common') 
+options=('!emptydirs')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz;)
+sha256sums=('f4815df0a2724c94d478cc88770da5cbfc8cd15a540c45235ce12b2d4e5c8e8a')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  PYTHON=python2 ./autogen.sh --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib/muffin \
+--localstatedir=/var 
--disable-static --disable-schemas-compile \
+ --enable-compile-warnings=minimum
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=$pkgdir/ install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/muffin.install
===
--- community-i686/muffin.install   2014-05-30 21:44:57 UTC (rev 112268)
+++ community-i686/muffin.install   2014-05-30 21:46:17 UTC (rev 112269)
@@ -1,10 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-post_remove() {
-  post_install
-}

Copied: muffin/repos/community-i686/muffin.install (from rev 112268, 
muffin/trunk/muffin.install)
===
--- community-i686/muffin.install   (rev 0)
+++ community-i686/muffin.install   2014-05-30 21:46:17 UTC (rev 112269)
@@ -0,0 +1,10 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+post_remove() {

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

2014-05-30 Thread Alexandre Filgueira
Date: Friday, May 30, 2014 @ 23:47:04
  Author: faidoc
Revision: 112270

upgpkg: cinnamon-desktop 2.2.3-1

Modified:
  cinnamon-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-30 21:46:17 UTC (rev 112269)
+++ PKGBUILD2014-05-30 21:47:04 UTC (rev 112270)
@@ -3,7 +3,7 @@
 # Contributor:  Jan de Groot j...@archlinux.org
 
 pkgname=cinnamon-desktop
-pkgver=2.2.2
+pkgver=2.2.3
 pkgrel=1
 pkgdesc=Library with common API for various Cinnamon modules
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 url=https://github.com/linuxmint/cinnamon-desktop;
 install=cinnamon-desktop.install
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-desktop/archive/${pkgver}.tar.gz;)
-sha256sums=('2680cc35b89e4e89bc78cbd11310a0efb1e6b42be628238585ddf8b121480db3')
+sha256sums=('0950bdee8671e4693bfd375f01a25fb8ef5d38d246338600083cd181400619d8')
 
 build() {
   cd $pkgname-$pkgver



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

2014-05-30 Thread Alexandre Filgueira
Date: Friday, May 30, 2014 @ 23:48:03
  Author: faidoc
Revision: 112271

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

Added:
  cinnamon-desktop/repos/community-i686/PKGBUILD
(from rev 112270, cinnamon-desktop/trunk/PKGBUILD)
  cinnamon-desktop/repos/community-i686/cinnamon-desktop.install
(from rev 112270, cinnamon-desktop/trunk/cinnamon-desktop.install)
  cinnamon-desktop/repos/community-x86_64/PKGBUILD
(from rev 112270, cinnamon-desktop/trunk/PKGBUILD)
  cinnamon-desktop/repos/community-x86_64/cinnamon-desktop.install
(from rev 112270, cinnamon-desktop/trunk/cinnamon-desktop.install)
Deleted:
  cinnamon-desktop/repos/community-i686/PKGBUILD
  cinnamon-desktop/repos/community-i686/cinnamon-desktop.install
  cinnamon-desktop/repos/community-x86_64/PKGBUILD
  cinnamon-desktop/repos/community-x86_64/cinnamon-desktop.install

---+
 /PKGBUILD |   56 
 /cinnamon-desktop.install |   22 +++
 community-i686/PKGBUILD   |   28 --
 community-i686/cinnamon-desktop.install   |   11 -
 community-x86_64/PKGBUILD |   28 --
 community-x86_64/cinnamon-desktop.install |   11 -
 6 files changed, 78 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-30 21:47:04 UTC (rev 112270)
+++ community-i686/PKGBUILD 2014-05-30 21:48:03 UTC (rev 112271)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueria alexfilgue...@antergos.com
-# Contributor:  Jan de Groot j...@archlinux.org
-
-pkgname=cinnamon-desktop
-pkgver=2.2.2
-pkgrel=1
-pkgdesc=Library with common API for various Cinnamon modules
-arch=(i686 x86_64)
-license=(GPL LGPL)
-depends=(gtk3 libxkbfile)
-makedepends=(intltool gobject-introspection gnome-common)
-url=https://github.com/linuxmint/cinnamon-desktop;
-install=cinnamon-desktop.install
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-desktop/archive/${pkgver}.tar.gz;)
-sha256sums=('2680cc35b89e4e89bc78cbd11310a0efb1e6b42be628238585ddf8b121480db3')
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: cinnamon-desktop/repos/community-i686/PKGBUILD (from rev 112270, 
cinnamon-desktop/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-30 21:48:03 UTC (rev 112271)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Alexandre Filgueria alexfilgue...@antergos.com
+# Contributor:  Jan de Groot j...@archlinux.org
+
+pkgname=cinnamon-desktop
+pkgver=2.2.3
+pkgrel=1
+pkgdesc=Library with common API for various Cinnamon modules
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(gtk3 libxkbfile)
+makedepends=(intltool gobject-introspection gnome-common)
+url=https://github.com/linuxmint/cinnamon-desktop;
+install=cinnamon-desktop.install
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-desktop/archive/${pkgver}.tar.gz;)
+sha256sums=('0950bdee8671e4693bfd375f01a25fb8ef5d38d246338600083cd181400619d8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/cinnamon-desktop.install
===
--- community-i686/cinnamon-desktop.install 2014-05-30 21:47:04 UTC (rev 
112270)
+++ community-i686/cinnamon-desktop.install 2014-05-30 21:48:03 UTC (rev 
112271)
@@ -1,11 +0,0 @@
-post_install() {
-   glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: cinnamon-desktop/repos/community-i686/cinnamon-desktop.install (from 
rev 112270, cinnamon-desktop/trunk/cinnamon-desktop.install)
===
--- community-i686/cinnamon-desktop.install (rev 0)
+++ community-i686/cinnamon-desktop.install 2014-05-30 21:48:03 UTC (rev 
112271)
@@ -0,0 +1,11 @@
+post_install() {
+   glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-30 21:47:04 UTC (rev 112270)
+++ community-x86_64/PKGBUILD   2014-05-30 21:48:03 UTC (rev 112271)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueria 

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

2014-05-30 Thread Alexandre Filgueira
Date: Friday, May 30, 2014 @ 23:49:07
  Author: faidoc
Revision: 112272

upgpkg: cjs 2.2.1-1

Modified:
  cjs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-30 21:48:03 UTC (rev 112271)
+++ PKGBUILD2014-05-30 21:49:07 UTC (rev 112272)
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru ib...@archlinux.org
 
 pkgname=cjs
-pkgver=2.2.0
+pkgver=2.2.1
 pkgrel=1
 pkgdesc=Javascript Bindings for Cinnamon
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 depends=(cairo gobject-introspection js185 dbus-glib)
 makedepends=(gnome-common)
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cjs/archive/${pkgver}.tar.gz;)
-sha256sums=('47b707bdb334305a5aa8104233e8e2679209f5b95fb7f9e153d3a66c5e6917dc')
+sha256sums=('dbd6b2f3e1103d9ab5df81c3ab549b86dc1c5fe4014bf1780cf743a0132733eb')
 
 build() {
   cd $pkgname-$pkgver



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

2014-05-30 Thread Alexandre Filgueira
Date: Friday, May 30, 2014 @ 23:50:08
  Author: faidoc
Revision: 112273

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-30 21:49:07 UTC (rev 112272)
+++ community-i686/PKGBUILD 2014-05-30 21:50:08 UTC (rev 112273)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira alexfilgue...@antergos.com
-# Contributor: Ionut Biru ib...@archlinux.org
-
-pkgname=cjs
-pkgver=2.2.0
-pkgrel=1
-pkgdesc=Javascript Bindings for Cinnamon
-arch=(i686 x86_64)
-url=https://github.com/linuxmint/cjs;
-license=(GPL)
-depends=(cairo gobject-introspection js185 dbus-glib)
-makedepends=(gnome-common)
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cjs/archive/${pkgver}.tar.gz;)
-sha256sums=('47b707bdb334305a5aa8104233e8e2679209f5b95fb7f9e153d3a66c5e6917dc')
-
-build() {
-  cd $pkgname-$pkgver
-
-  # Python2 fix
-  sed -i 's|#! /usr/bin/env python|#! /usr/bin/env python2|' \
-   scripts/make-tests
-
-  ./autogen.sh --prefix=/usr --disable-static --libexecdir=/usr/lib
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  # Needs a display
-  make -k check || :
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: cjs/repos/community-i686/PKGBUILD (from rev 112272, cjs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-30 21:50:08 UTC (rev 112273)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Alexandre Filgueira alexfilgue...@antergos.com
+# Contributor: Ionut Biru ib...@archlinux.org
+
+pkgname=cjs
+pkgver=2.2.1
+pkgrel=1
+pkgdesc=Javascript Bindings for Cinnamon
+arch=(i686 x86_64)
+url=https://github.com/linuxmint/cjs;
+license=(GPL)
+depends=(cairo gobject-introspection js185 dbus-glib)
+makedepends=(gnome-common)
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cjs/archive/${pkgver}.tar.gz;)
+sha256sums=('dbd6b2f3e1103d9ab5df81c3ab549b86dc1c5fe4014bf1780cf743a0132733eb')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # Python2 fix
+  sed -i 's|#! /usr/bin/env python|#! /usr/bin/env python2|' \
+   scripts/make-tests
+
+  ./autogen.sh --prefix=/usr --disable-static --libexecdir=/usr/lib
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # Needs a display
+  make -k check || :
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-30 21:49:07 UTC (rev 112272)
+++ community-x86_64/PKGBUILD   2014-05-30 21:50:08 UTC (rev 112273)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira alexfilgue...@antergos.com
-# Contributor: Ionut Biru ib...@archlinux.org
-
-pkgname=cjs
-pkgver=2.2.0
-pkgrel=1
-pkgdesc=Javascript Bindings for Cinnamon
-arch=(i686 x86_64)
-url=https://github.com/linuxmint/cjs;
-license=(GPL)
-depends=(cairo gobject-introspection js185 dbus-glib)
-makedepends=(gnome-common)
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cjs/archive/${pkgver}.tar.gz;)
-sha256sums=('47b707bdb334305a5aa8104233e8e2679209f5b95fb7f9e153d3a66c5e6917dc')
-
-build() {
-  cd $pkgname-$pkgver
-
-  # Python2 fix
-  sed -i 's|#! /usr/bin/env python|#! /usr/bin/env python2|' \
-   scripts/make-tests
-
-  ./autogen.sh --prefix=/usr --disable-static --libexecdir=/usr/lib
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  # Needs a display
-  make -k check || :
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: cjs/repos/community-x86_64/PKGBUILD (from rev 112272, 
cjs/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-05-30 21:50:08 UTC (rev 112273)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Alexandre Filgueira alexfilgue...@antergos.com
+# Contributor: Ionut Biru ib...@archlinux.org
+
+pkgname=cjs
+pkgver=2.2.1
+pkgrel=1
+pkgdesc=Javascript Bindings for Cinnamon
+arch=(i686 x86_64)
+url=https://github.com/linuxmint/cjs;
+license=(GPL)
+depends=(cairo gobject-introspection js185 dbus-glib)
+makedepends=(gnome-common)

[arch-commits] Commit in cinnamon-settings-daemon/trunk (PKGBUILD)

2014-05-30 Thread Alexandre Filgueira
Date: Friday, May 30, 2014 @ 23:53:47
  Author: faidoc
Revision: 112274

upgpkg: cinnamon-settings-daemon 2.2.3-1

Modified:
  cinnamon-settings-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-30 21:50:08 UTC (rev 112273)
+++ PKGBUILD2014-05-30 21:53:47 UTC (rev 112274)
@@ -3,7 +3,7 @@
 # Contributor: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=cinnamon-settings-daemon
-pkgver=2.2.2
+pkgver=2.2.3
 pkgrel=1
 pkgdesc=The Cinnamon Settings daemon
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 install=cinnamon-settings-daemon.install
 url=https://github.com/linuxmint/cinnamon-settings-daemon;
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-settings-daemon/archive/${pkgver}.tar.gz;)
-sha256sums=('4a7f7fdb1ce7d889634bf0f5f5a3391b4209400262037dae899fb5071d3fee61')
+sha256sums=('c8776481e9b544662edb7c340805030d1331d70381c1a1b65db681f03e47be0e')
 
 prepare() {
   cd $pkgname-$pkgver



[arch-commits] Commit in cinnamon-settings-daemon/repos (8 files)

2014-05-30 Thread Alexandre Filgueira
Date: Friday, May 30, 2014 @ 23:54:37
  Author: faidoc
Revision: 112275

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

Added:
  cinnamon-settings-daemon/repos/community-i686/PKGBUILD
(from rev 112274, cinnamon-settings-daemon/trunk/PKGBUILD)
  cinnamon-settings-daemon/repos/community-i686/cinnamon-settings-daemon.install
(from rev 112274, 
cinnamon-settings-daemon/trunk/cinnamon-settings-daemon.install)
  cinnamon-settings-daemon/repos/community-x86_64/PKGBUILD
(from rev 112274, cinnamon-settings-daemon/trunk/PKGBUILD)
  
cinnamon-settings-daemon/repos/community-x86_64/cinnamon-settings-daemon.install
(from rev 112274, 
cinnamon-settings-daemon/trunk/cinnamon-settings-daemon.install)
Deleted:
  cinnamon-settings-daemon/repos/community-i686/PKGBUILD
  cinnamon-settings-daemon/repos/community-i686/cinnamon-settings-daemon.install
  cinnamon-settings-daemon/repos/community-x86_64/PKGBUILD
  
cinnamon-settings-daemon/repos/community-x86_64/cinnamon-settings-daemon.install

---+
 /PKGBUILD |   78 
 /cinnamon-settings-daemon.install |   24 ++
 community-i686/PKGBUILD   |   39 --
 community-i686/cinnamon-settings-daemon.install   |   12 ---
 community-x86_64/PKGBUILD |   39 --
 community-x86_64/cinnamon-settings-daemon.install |   12 ---
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-30 21:53:47 UTC (rev 112274)
+++ community-i686/PKGBUILD 2014-05-30 21:54:37 UTC (rev 112275)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira (faidoc) alexfilgue...@antergos.com
-# Contributor: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=cinnamon-settings-daemon
-pkgver=2.2.2
-pkgrel=1
-pkgdesc=The Cinnamon Settings daemon
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('cinnamon-desktop' 'libibus' 'libcanberra-pulse' 'librsvg' 'nss'
- 'pulseaudio-alsa' 'upower' 'libnotify' 'libgnomekbd' 'libwacom')
-makedepends=('intltool' 'docbook-xsl' 'gnome-common' 'xf86-input-wacom')
-options=('!emptydirs')
-install=cinnamon-settings-daemon.install
-url=https://github.com/linuxmint/cinnamon-settings-daemon;
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-settings-daemon/archive/${pkgver}.tar.gz;)
-sha256sums=('4a7f7fdb1ce7d889634bf0f5f5a3391b4209400262037dae899fb5071d3fee61')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/$pkgname --disable-static --enable-systemd
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: cinnamon-settings-daemon/repos/community-i686/PKGBUILD (from rev 
112274, cinnamon-settings-daemon/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-30 21:54:37 UTC (rev 112275)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Alexandre Filgueira (faidoc) alexfilgue...@antergos.com
+# Contributor: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=cinnamon-settings-daemon
+pkgver=2.2.3
+pkgrel=1
+pkgdesc=The Cinnamon Settings daemon
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('cinnamon-desktop' 'libibus' 'libcanberra-pulse' 'librsvg' 'nss'
+ 'pulseaudio-alsa' 'upower' 'libnotify' 'libgnomekbd' 'libwacom')
+makedepends=('intltool' 'docbook-xsl' 'gnome-common' 'xf86-input-wacom')
+options=('!emptydirs')
+install=cinnamon-settings-daemon.install
+url=https://github.com/linuxmint/cinnamon-settings-daemon;
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-settings-daemon/archive/${pkgver}.tar.gz;)
+sha256sums=('c8776481e9b544662edb7c340805030d1331d70381c1a1b65db681f03e47be0e')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/$pkgname --disable-static --enable-systemd
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/cinnamon-settings-daemon.install
===
--- community-i686/cinnamon-settings-daemon.install 2014-05-30 21:53:47 UTC 
(rev 112274)
+++ community-i686/cinnamon-settings-daemon.install 2014-05-30 21:54:37 UTC 
(rev 112275)
@@ -1,12 +0,0 @@

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

2014-05-30 Thread Florian Pritz
Date: Friday, May 30, 2014 @ 23:56:38
  Author: bluewind
Revision: 112276

upgpkg: lib32-gnutls 3.3.3-1

upstream update

Modified:
  lib32-gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-30 21:54:37 UTC (rev 112275)
+++ PKGBUILD2014-05-30 21:56:38 UTC (rev 112276)
@@ -7,7 +7,7 @@
 
 _pkgbasename=gnutls
 pkgname=lib32-$_pkgbasename
-pkgver=3.3.2
+pkgver=3.3.3
 pkgrel=1
 pkgdesc=A library which provides a secure layer over a reliable transport 
layer (32-bit)
 arch=('x86_64')
@@ -16,7 +16,7 @@
 depends=('lib32-zlib' 'lib32-nettle' 'lib32-p11-kit' 'lib32-libtasn1' 
$_pkgbasename)
 makedepends=('gcc-multilib' 'lib32-libidn')
 
source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.3/${_pkgbasename}-${pkgver}.tar.xz{,.sig})
-md5sums=('590851c331b1851c0ed3388879922c06'
+md5sums=('e225247ec82513354a6bdc3be6246377'
  'SKIP')
 
 build() {



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

2014-05-30 Thread Florian Pritz
Date: Friday, May 30, 2014 @ 23:56:41
  Author: bluewind
Revision: 112277

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-30 21:56:38 UTC (rev 112276)
+++ PKGBUILD2014-05-30 21:56:41 UTC (rev 112277)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz bluew...@xinu.at
-# Contributor: Christoph Vigano mail at cvigano dot de
-# Contributor: Biru Ionut io...@archlinux.ro
-# Contributor: Pierre Schmitz pie...@archlinux.de
-# Contributor: Mikko Seppälä t-r-...@mbnet.fi
-
-_pkgbasename=gnutls
-pkgname=lib32-$_pkgbasename
-pkgver=3.3.2
-pkgrel=1
-pkgdesc=A library which provides a secure layer over a reliable transport 
layer (32-bit)
-arch=('x86_64')
-license=('GPL3' 'LGPL2.1')
-url=http://gnutls.org/;
-depends=('lib32-zlib' 'lib32-nettle' 'lib32-p11-kit' 'lib32-libtasn1' 
$_pkgbasename)
-makedepends=('gcc-multilib' 'lib32-libidn')
-source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.3/${_pkgbasename}-${pkgver}.tar.xz{,.sig})
-md5sums=('590851c331b1851c0ed3388879922c06'
- 'SKIP')
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  # build fails without --disable-hardware-acceleration because of assembler 
errors
-  ./configure --prefix=/usr --libdir=/usr/lib32 \
---with-zlib \
---disable-static \
---disable-guile \
---disable-valgrind-tests --disable-hardware-acceleration
-  make
-}
-
-check() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  #make -k check
-}
-
-package() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  find $pkgdir
-
-  rm -rf ${pkgdir}/usr/{bin,include,share}
-}

Copied: lib32-gnutls/repos/multilib-x86_64/PKGBUILD (from rev 112276, 
lib32-gnutls/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-30 21:56:41 UTC (rev 112277)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Florian Pritz bluew...@xinu.at
+# Contributor: Christoph Vigano mail at cvigano dot de
+# Contributor: Biru Ionut io...@archlinux.ro
+# Contributor: Pierre Schmitz pie...@archlinux.de
+# Contributor: Mikko Seppälä t-r-...@mbnet.fi
+
+_pkgbasename=gnutls
+pkgname=lib32-$_pkgbasename
+pkgver=3.3.3
+pkgrel=1
+pkgdesc=A library which provides a secure layer over a reliable transport 
layer (32-bit)
+arch=('x86_64')
+license=('GPL3' 'LGPL2.1')
+url=http://gnutls.org/;
+depends=('lib32-zlib' 'lib32-nettle' 'lib32-p11-kit' 'lib32-libtasn1' 
$_pkgbasename)
+makedepends=('gcc-multilib' 'lib32-libidn')
+source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.3/${_pkgbasename}-${pkgver}.tar.xz{,.sig})
+md5sums=('e225247ec82513354a6bdc3be6246377'
+ 'SKIP')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  # build fails without --disable-hardware-acceleration because of assembler 
errors
+  ./configure --prefix=/usr --libdir=/usr/lib32 \
+--with-zlib \
+--disable-static \
+--disable-guile \
+--disable-valgrind-tests --disable-hardware-acceleration
+  make
+}
+
+check() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  #make -k check
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  find $pkgdir
+
+  rm -rf ${pkgdir}/usr/{bin,include,share}
+}



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

2014-05-30 Thread Alexandre Filgueira
Date: Friday, May 30, 2014 @ 23:57:08
  Author: faidoc
Revision: 112278

upgpkg: cinnamon-control-center 2.2.9-1

Modified:
  cinnamon-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-30 21:56:41 UTC (rev 112277)
+++ PKGBUILD2014-05-30 21:57:08 UTC (rev 112278)
@@ -5,7 +5,7 @@
 # Jan de Groot j...@archlinux.org
 
 pkgname=cinnamon-control-center
-pkgver=2.2.7
+pkgver=2.2.9
 pkgrel=1
 pkgdesc=The Control Center for Cinnamon
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 license=('GPL')
 options=('!emptydirs')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-control-center/archive/$pkgver.tar.gz;)
-sha256sums=('9585a9920e91561d7f4d7a85fe4d3321835d685ca6cbcb1e62c5c1b1d140dfbd')
+sha256sums=('76b32187298f4d934ded2a2a898c371e7644fe9f3142b41bf9acf39d11436491')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in cinnamon-control-center/repos (8 files)

2014-05-30 Thread Alexandre Filgueira
Date: Friday, May 30, 2014 @ 23:58:10
  Author: faidoc
Revision: 112279

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

Added:
  cinnamon-control-center/repos/community-i686/PKGBUILD
(from rev 112278, cinnamon-control-center/trunk/PKGBUILD)
  cinnamon-control-center/repos/community-i686/cinnamon-control-center.install
(from rev 112278, 
cinnamon-control-center/trunk/cinnamon-control-center.install)
  cinnamon-control-center/repos/community-x86_64/PKGBUILD
(from rev 112278, cinnamon-control-center/trunk/PKGBUILD)
  cinnamon-control-center/repos/community-x86_64/cinnamon-control-center.install
(from rev 112278, 
cinnamon-control-center/trunk/cinnamon-control-center.install)
Deleted:
  cinnamon-control-center/repos/community-i686/PKGBUILD
  cinnamon-control-center/repos/community-i686/cinnamon-control-center.install
  cinnamon-control-center/repos/community-x86_64/PKGBUILD
  cinnamon-control-center/repos/community-x86_64/cinnamon-control-center.install

--+
 /PKGBUILD|  102 +
 /cinnamon-control-center.install |   22 
 community-i686/PKGBUILD  |   51 --
 community-i686/cinnamon-control-center.install   |   11 --
 community-x86_64/PKGBUILD|   51 --
 community-x86_64/cinnamon-control-center.install |   11 --
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-30 21:57:08 UTC (rev 112278)
+++ community-i686/PKGBUILD 2014-05-30 21:58:10 UTC (rev 112279)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
-# Based on gnome-control-center:
-# Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Jan de Groot j...@archlinux.org
-
-pkgname=cinnamon-control-center
-pkgver=2.2.7
-pkgrel=1
-pkgdesc=The Control Center for Cinnamon
-arch=('i686' 'x86_64')
-depends=('cinnamon-settings-daemon' 'cinnamon-translations' 'cinnamon-menus'
- 'libgnomekbd' 'network-manager-applet')
-optdepends=('gnome-color-manager: for color management tasks')
-makedepends=('intltool' 'gnome-common' 'docbook-xsl')
-url=https://github.com/linuxmint/cinnamon-control-center;
-install=cinnamon-control-center.install
-license=('GPL')
-options=('!emptydirs')
-source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-control-center/archive/$pkgver.tar.gz;)
-sha256sums=('9585a9920e91561d7f4d7a85fe4d3321835d685ca6cbcb1e62c5c1b1d140dfbd')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --enable-systemd \
-  --disable-update-mimedb
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656229
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # Remove unused stuff
-  make -C panels/sound DESTDIR=$pkgdir uninstall
-  make -C panels/sound/data DESTDIR=$pkgdir install
-  make -C shell DESTDIR=$pkgdir uninstall-binPROGRAMS 
uninstall-directoryDATA uninstall-uiDATA
-  rm -R $pkgdir/usr/share/applications
-  rm -R $pkgdir/etc
-
-  # Fix a warning
-  chown 102:0 $pkgdir/usr/share/polkit-1/rules.d
-  chmod 700 $pkgdir/usr/share/polkit-1/rules.d
-}

Copied: cinnamon-control-center/repos/community-i686/PKGBUILD (from rev 112278, 
cinnamon-control-center/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-30 21:58:10 UTC (rev 112279)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
+# Based on gnome-control-center:
+# Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Jan de Groot j...@archlinux.org
+
+pkgname=cinnamon-control-center
+pkgver=2.2.9
+pkgrel=1
+pkgdesc=The Control Center for Cinnamon
+arch=('i686' 'x86_64')
+depends=('cinnamon-settings-daemon' 'cinnamon-translations' 'cinnamon-menus'
+ 'libgnomekbd' 'network-manager-applet')
+optdepends=('gnome-color-manager: for color management tasks')
+makedepends=('intltool' 'gnome-common' 'docbook-xsl')
+url=https://github.com/linuxmint/cinnamon-control-center;
+install=cinnamon-control-center.install
+license=('GPL')
+options=('!emptydirs')
+source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-control-center/archive/$pkgver.tar.gz;)
+sha256sums=('76b32187298f4d934ded2a2a898c371e7644fe9f3142b41bf9acf39d11436491')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+   

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

2014-05-30 Thread Florian Pritz
Date: Friday, May 30, 2014 @ 23:58:14
  Author: bluewind
Revision: 112280

upgpkg: lib32-giflib 5.1.0-1

upstream update

Modified:
  lib32-giflib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-30 21:58:10 UTC (rev 112279)
+++ PKGBUILD2014-05-30 21:58:14 UTC (rev 112280)
@@ -5,7 +5,7 @@
 
 _pkgbasename=giflib
 pkgname=lib32-$_pkgbasename
-pkgver=5.0.6
+pkgver=5.1.0
 pkgrel=1
 pkgdesc=A library for reading and writing gif images (32-bit)
 url=http://sourceforge.net/projects/giflib/;
@@ -14,7 +14,7 @@
 depends=('lib32-glibc' $_pkgbasename)
 makedepends=('xmlto' 'docbook-xsl' 'docbook-xml')
 
source=(http://downloads.sourceforge.net/sourceforge/giflib/${_pkgbasename}-${pkgver}.tar.bz2)
-md5sums=('603838feeed62e9eaa90415742adddf9')
+md5sums=('c7e9f1c10b755ab955156d4c1ac7fc5d')
 
 build() {
   export CC=gcc -m32



[arch-commits] Commit in lib32-giflib/repos (2 files)

2014-05-30 Thread Florian Pritz
Date: Friday, May 30, 2014 @ 23:58:16
  Author: bluewind
Revision: 112281

archrelease: copy trunk to multilib-staging-x86_64

Added:
  lib32-giflib/repos/multilib-staging-x86_64/
  lib32-giflib/repos/multilib-staging-x86_64/PKGBUILD
(from rev 112280, lib32-giflib/trunk/PKGBUILD)

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

Copied: lib32-giflib/repos/multilib-staging-x86_64/PKGBUILD (from rev 112280, 
lib32-giflib/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2014-05-30 21:58:16 UTC (rev 112281)
@@ -0,0 +1,37 @@
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Baptiste Daroussin baptiste.darous...@gmail.com
+# Contributor: Grigorios Bouzakis grbzks[at]gmail[dot]com
+# Contributor: mightyjaym jm.ambros...@free.fr
+
+_pkgbasename=giflib
+pkgname=lib32-$_pkgbasename
+pkgver=5.1.0
+pkgrel=1
+pkgdesc=A library for reading and writing gif images (32-bit)
+url=http://sourceforge.net/projects/giflib/;
+arch=('x86_64')
+license=('MIT')
+depends=('lib32-glibc' $_pkgbasename)
+makedepends=('xmlto' 'docbook-xsl' 'docbook-xml')
+source=(http://downloads.sourceforge.net/sourceforge/giflib/${_pkgbasename}-${pkgver}.tar.bz2)
+md5sums=('c7e9f1c10b755ab955156d4c1ac7fc5d')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  ./configure --prefix=/usr --libdir=/usr/lib32 --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  rm -rf ${pkgdir}/usr/{include,share,bin}
+  install -m755 -d ${pkgdir}/usr/share/licenses
+  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
+}



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

2014-05-30 Thread Alexandre Filgueira
Date: Saturday, May 31, 2014 @ 00:23:15
  Author: faidoc
Revision: 112282

upgpkg: cinnamon 2.2.13-1

Modified:
  cinnamon/trunk/PKGBUILD
  cinnamon/trunk/set_wheel.patch
  cinnamon/trunk/upower_calender_fix.patch

---+
 PKGBUILD  |8 
 set_wheel.patch   |6 +++---
 upower_calender_fix.patch |7 +++
 3 files changed, 10 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-30 21:58:16 UTC (rev 112281)
+++ PKGBUILD2014-05-30 22:23:15 UTC (rev 112282)
@@ -5,7 +5,7 @@
 # Contributor: CReimer
 
 pkgname=cinnamon
-pkgver=2.2.8
+pkgver=2.2.13
 pkgrel=1
 pkgdesc=Linux desktop which provides advanced innovative features and a 
traditional user experience
 arch=('i686' 'x86_64')
@@ -24,9 +24,9 @@
 
source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/Cinnamon/archive/$pkgver.tar.gz;
 upower_calender_fix.patch
 set_wheel.patch)
-sha256sums=('d145d9c8087668006da5177fbae99c06958a5b8d1ad32381720fa6d20579023b'
-'babfe88a3773f5369b05c7b61d0318cf969b482b9e0c3f281afaf488b0051e53'
-'d5d5634b24e56837cb677e62669450c25f79005ed1388584760a131f461180ec')
+sha256sums=('123261a6a90954adc13f251489d708bc1b611808c63ae87c5189bf717f42483a'
+'2edb96f42fb4da07eee635b1159e3ae869c64d7ac80f600bc509190648abcf3e'
+'dafb2b7b275053aa77d15f2ffab62ad1567aa9d93ed7a82077feeef86b81c7f7')
 
 prepare() {
   cd ${srcdir}/Cinnamon*

Modified: set_wheel.patch
===
--- set_wheel.patch 2014-05-30 21:58:16 UTC (rev 112281)
+++ set_wheel.patch 2014-05-30 22:23:15 UTC (rev 112282)
@@ -1,6 +1,6 @@
 --- a/files/usr/lib/cinnamon-settings-users/cinnamon-settings-users.py
 +++ b/files/usr/lib/cinnamon-settings-users/cinnamon-settings-users.py
-@@ -734,9 +734,9 @@ class Module:
+@@ -747,7 +747,7 @@ class Module:
  pixbuf = 
GdkPixbuf.Pixbuf.new_from_file_at_size(/usr/share/cinnamon/faces/user-generic.png,
 48, 48)
  description = b%s/b\n%s % (fullname, username)
  piter = self.users.append(None, [new_user, pixbuf, description])
@@ -7,8 +7,8 @@
 -# Add the user to his/her own group and sudo if Administrator was 
selected
 +# Add the user to his/her own group and wheel if Administrator 
was selected
  if dialog.account_type_combo.get_active() == 1:
--os.system(usermod %s -G %s,sudo % (username, username)) 
-+os.system(usermod %s -G %s,wheel % (username, username)) 
+-os.system(usermod %s -G %s,sudo,nopasswdlogin % (username, 
username)) 
++os.system(usermod %s -G %s,sudo,wheel,nopasswdlogin % 
(username, username))
  else:
  os.system(usermod %s -G %s % (username, username))
  self.load_groups()   

Modified: upower_calender_fix.patch
===
--- upower_calender_fix.patch   2014-05-30 21:58:16 UTC (rev 112281)
+++ upower_calender_fix.patch   2014-05-30 22:23:15 UTC (rev 112282)
@@ -1,6 +1,5 @@
-diff -Naur 
Cinnamon-2.0.14.orig/files/usr/share/cinnamon/applets/calen...@cinnamon.org/applet.js
 
Cinnamon-2.0.14/files/usr/share/cinnamon/applets/calen...@cinnamon.org/applet.js
 
Cinnamon-2.0.14.orig/files/usr/share/cinnamon/applets/calen...@cinnamon.org/applet.js
  2013-11-25 19:41:30.0 +0100
-+++ 
Cinnamon-2.0.14/files/usr/share/cinnamon/applets/calen...@cinnamon.org/applet.js
   2014-04-11 08:10:28.785899903 +0200
+--- 
Cinnamon-2.2.13.orig/files/usr/share/cinnamon/applets/calen...@cinnamon.org/applet.js
  2014-05-25 15:10:49.0 -0500
 
Cinnamon-2.2.13/files/usr/share/cinnamon/applets/calen...@cinnamon.org/applet.js
   2014-05-30 17:05:16.099584860 -0500
 @@ -6,7 +6,6 @@
  const St = imports.gi.St;
  const Util = imports.misc.util;
@@ -9,7 +8,7 @@
  const Settings = imports.ui.settings;
  const AppletDir = imports.ui.appletManager.applets['calen...@cinnamon.org'];
  const Calendar = AppletDir.calendar;
-@@ -88,10 +87,6 @@
+@@ -92,10 +91,6 @@
  this.settings.bindProperty(Settings.BindingDirection.IN, 
use-custom-format, use_custom_format, this.on_settings_changed, null);
  this.settings.bindProperty(Settings.BindingDirection.IN, 
custom-format, custom_format, this.on_settings_changed, null);
  



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

2014-05-30 Thread Alexandre Filgueira
Date: Saturday, May 31, 2014 @ 00:24:47
  Author: faidoc
Revision: 112283

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

Added:
  cinnamon/repos/community-i686/PKGBUILD
(from rev 112282, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-i686/cinnamon.install
(from rev 112282, cinnamon/trunk/cinnamon.install)
  cinnamon/repos/community-i686/set_wheel.patch
(from rev 112282, cinnamon/trunk/set_wheel.patch)
  cinnamon/repos/community-i686/upower_calender_fix.patch
(from rev 112282, cinnamon/trunk/upower_calender_fix.patch)
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 112282, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/cinnamon.install
(from rev 112282, cinnamon/trunk/cinnamon.install)
  cinnamon/repos/community-x86_64/set_wheel.patch
(from rev 112282, cinnamon/trunk/set_wheel.patch)
  cinnamon/repos/community-x86_64/upower_calender_fix.patch
(from rev 112282, cinnamon/trunk/upower_calender_fix.patch)
Deleted:
  cinnamon/repos/community-i686/PKGBUILD
  cinnamon/repos/community-i686/cinnamon.install
  cinnamon/repos/community-i686/set_wheel.patch
  cinnamon/repos/community-i686/upower_calender_fix.patch
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/cinnamon.install
  cinnamon/repos/community-x86_64/set_wheel.patch
  cinnamon/repos/community-x86_64/upower_calender_fix.patch

+
 /PKGBUILD  |  156 +++
 /cinnamon.install  |   24 
 /set_wheel.patch   |   28 
 /upower_calender_fix.patch |   42 +++
 community-i686/PKGBUILD|   81 --
 community-i686/cinnamon.install|   12 --
 community-i686/set_wheel.patch |   14 --
 community-i686/upower_calender_fix.patch   |   22 ---
 community-x86_64/PKGBUILD  |   81 --
 community-x86_64/cinnamon.install  |   12 --
 community-x86_64/set_wheel.patch   |   14 --
 community-x86_64/upower_calender_fix.patch |   22 ---
 12 files changed, 250 insertions(+), 258 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-30 22:23:15 UTC (rev 112282)
+++ community-i686/PKGBUILD 2014-05-30 22:24:47 UTC (rev 112283)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
-# Contributor: M0Rf30
-# Contributor: unifiedlinux
-# Contributor: CReimer
-
-pkgname=cinnamon
-pkgver=2.2.8
-pkgrel=1
-pkgdesc=Linux desktop which provides advanced innovative features and a 
traditional user experience
-arch=('i686' 'x86_64')
-url=http://cinnamon.linuxmint.com/;
-license=('GPL2')
-depends=('accountsservice' 'caribou' 'cinnamon-settings-daemon' 
'cinnamon-session'
- 'cinnamon-translations' 'cjs' 'clutter-gtk' 'gconf' 'gnome-icon-theme'
- 'gnome-themes-standard' 'gstreamer' 'libgnome-keyring'
- 'librsvg' 'networkmanager' 'muffin' 'python2-dbus' 'python2-pillow'
- 'python2-pam' 'python2-pexpect' 'python2-pyinotify' 'python2-lxml' 
'webkitgtk'
- 'cinnamon-control-center' 'cinnamon-screensaver' 'cinnamon-menus' 
'libgnomekbd'
- 'network-manager-applet' 'nemo' 'polkit-gnome')
-makedepends=('gnome-common' 'intltool')
-options=('!emptydirs')
-install=${pkgname}.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/Cinnamon/archive/$pkgver.tar.gz;
-upower_calender_fix.patch
-set_wheel.patch)
-sha256sums=('d145d9c8087668006da5177fbae99c06958a5b8d1ad32381720fa6d20579023b'
-'babfe88a3773f5369b05c7b61d0318cf969b482b9e0c3f281afaf488b0051e53'
-'d5d5634b24e56837cb677e62669450c25f79005ed1388584760a131f461180ec')
-
-prepare() {
-  cd ${srcdir}/Cinnamon*
-
-  # Python2 fix
-  sed -i 's:/usr/bin/python :/usr/bin/python2 :' 
files/usr/bin/cinnamon-menu-editor
-  find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
-
-  # Fix calendar applet with upower 0.99
-  patch -Np1 -i ../upower_calender_fix.patch
-
-  # Use wheel group instread of sudo
-  patch -Np1 -i ../set_wheel.patch
-
-  # Use cinnamon-menus instead of gnome-menus in cinnamon-desktop-editor
-  sed -i 's/GMenu/CMenu/g' 
files/usr/lib/cinnamon-desktop-editor/cinnamon-desktop-editor.py
-
-  # Add polkit agent to required components
-  sed -i 
's/RequiredComponents=\(.*\)$/RequiredComponents=\1polkit-gnome-authentication-agent-1;/'
 files/usr/share/cinnamon-session/sessions/cinnamon*.session
-
-  # Fix for the python2 PAM module  
-  sed -i 's:import PAM:import pam:' 
files/usr/lib/cinnamon-settings/modules/cs_user.py
-
-  # Use pkexec instead of gksu
-  sed -i 's/gksu/pkexec/' files/usr/bin/cinnamon-settings-users
-
-  # Check for the cc-panel path, not for the unneeded binary
-  sed -i 

[arch-commits] Commit in nemo/trunk (PKGBUILD adwaita_style.patch)

2014-05-30 Thread Alexandre Filgueira
Date: Saturday, May 31, 2014 @ 00:34:38
  Author: faidoc
Revision: 112284

upgpkg: nemo 2.2.2-1

Modified:
  nemo/trunk/PKGBUILD
  nemo/trunk/adwaita_style.patch

-+
 PKGBUILD|8 
 adwaita_style.patch |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-30 22:24:47 UTC (rev 112283)
+++ PKGBUILD2014-05-30 22:34:38 UTC (rev 112284)
@@ -3,8 +3,8 @@
 # Contributor: Ner0
 
 pkgname=nemo
-pkgver=2.2.1
-pkgrel=2
+pkgver=2.2.2
+pkgrel=1
 pkgdesc=Cinnamon file manager (Nautilus fork)
 arch=('i686' 'x86_64')
 url=https://github.com/linuxmint/nemo;
@@ -17,8 +17,8 @@
 install=nemo.install
 
source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver;
 adwaita_style.patch)
-sha256sums=('c0bc5cc0340a99bca8eab3f8312839f8d3e96cf29326ded919c948781694c2d3'
-'6faa6a5a7042832fb1230a5d21ebe8572c100798e724fcd72fee86dc01d69290')
+sha256sums=('452b3720eceb7ae591ce9e1875cb555f531822d8ba73184ea241561d8ad624b2'
+'21555779bc9d2cc87f73042039bcffd43a3d858a7f1f3a93ec27c91cdf69d4ce')
 
 prepare() {
   cd linuxmint-nemo-*

Modified: adwaita_style.patch
===
--- adwaita_style.patch 2014-05-30 22:24:47 UTC (rev 112283)
+++ adwaita_style.patch 2014-05-30 22:34:38 UTC (rev 112284)
@@ -4,7 +4,7 @@
   color-stop (.7, shade(alpha(@bg_color, 
0.8), 0.90)),
   color-stop (1, shade(alpha(@bg_color, 
0.8), 0.80)));
  border-color: #808080;
--color: @fg_color;
+-color: @theme_fg_color;
  -NemoPathbarButton-border-radius: 3px;
  }
  



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

2014-05-30 Thread Alexandre Filgueira
Date: Saturday, May 31, 2014 @ 00:35:48
  Author: faidoc
Revision: 112285

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

Added:
  nemo/repos/community-i686/PKGBUILD
(from rev 112284, nemo/trunk/PKGBUILD)
  nemo/repos/community-i686/adwaita_style.patch
(from rev 112284, nemo/trunk/adwaita_style.patch)
  nemo/repos/community-i686/nemo.install
(from rev 112284, nemo/trunk/nemo.install)
  nemo/repos/community-x86_64/PKGBUILD
(from rev 112284, nemo/trunk/PKGBUILD)
  nemo/repos/community-x86_64/adwaita_style.patch
(from rev 112284, nemo/trunk/adwaita_style.patch)
  nemo/repos/community-x86_64/nemo.install
(from rev 112284, nemo/trunk/nemo.install)
Deleted:
  nemo/repos/community-i686/PKGBUILD
  nemo/repos/community-i686/adwaita_style.patch
  nemo/repos/community-i686/nemo.install
  nemo/repos/community-x86_64/PKGBUILD
  nemo/repos/community-x86_64/adwaita_style.patch
  nemo/repos/community-x86_64/nemo.install

--+
 /PKGBUILD|  122 +
 /adwaita_style.patch |   20 +
 /nemo.install|   28 +++
 community-i686/PKGBUILD  |   61 
 community-i686/adwaita_style.patch   |   10 --
 community-i686/nemo.install  |   14 ---
 community-x86_64/PKGBUILD|   61 
 community-x86_64/adwaita_style.patch |   10 --
 community-x86_64/nemo.install|   14 ---
 9 files changed, 170 insertions(+), 170 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-30 22:34:38 UTC (rev 112284)
+++ community-i686/PKGBUILD 2014-05-30 22:35:48 UTC (rev 112285)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
-# Contributor: Ner0
-
-pkgname=nemo
-pkgver=2.2.1
-pkgrel=2
-pkgdesc=Cinnamon file manager (Nautilus fork)
-arch=('i686' 'x86_64')
-url=https://github.com/linuxmint/nemo;
-license=('GPL')
-depends=('libexif' 'gvfs' 'dconf' 'desktop-file-utils' 'exempi' 'python2'
- 'cinnamon-desktop' 'gnome-icon-theme' 'libnotify' 'libxml2'
- 'cinnamon-translations')
-makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common' 
'python2-gobject' 'python2-polib')
-options=('!emptydirs')
-install=nemo.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver;
-adwaita_style.patch)
-sha256sums=('c0bc5cc0340a99bca8eab3f8312839f8d3e96cf29326ded919c948781694c2d3'
-'6faa6a5a7042832fb1230a5d21ebe8572c100798e724fcd72fee86dc01d69290')
-
-prepare() {
-  cd linuxmint-nemo-*
-
-  # Python2 fix
-  sed -i 's/bin\/python/bin\/python2/g' 
files/usr/share/nemo/actions/myaction.py
-  find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
-
-  # Fix white text on breadcrumb with Adwaita theme
-  patch -Np1 -i ../adwaita_style.patch
-
-  # Fix desktop style with Adwaita theme
-  sed -i 's/add_class (\(.*\), nemo-/add_class (\1, nautilus-/' \
-libnemo-private/nemo-icon-{canvas-item,container}.c
-
-  # Fix build
-  sed -i '/AC_SUBST(DISABLE_DEPRECATED_CFLAGS)/d' configure.in
-
-  # Rename 'Files' app name to avoid having the same as nautilus
-  sed -i 's/^Name\(.*\)=.*/Name\1=Nemo/' data/nemo.desktop.in.in
-}
-
-build() {
-  cd linuxmint-nemo-*
-
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --libexecdir=/usr/lib/nemo \
-  --disable-update-mimedb \
-  --disable-tracker \
-  --disable-gtk-doc-html \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd linuxmint-nemo-*
-
-  make DESTDIR=$pkgdir/ install
-}

Copied: nemo/repos/community-i686/PKGBUILD (from rev 112284, 
nemo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-30 22:35:48 UTC (rev 112285)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
+# Contributor: Ner0
+
+pkgname=nemo
+pkgver=2.2.2
+pkgrel=1
+pkgdesc=Cinnamon file manager (Nautilus fork)
+arch=('i686' 'x86_64')
+url=https://github.com/linuxmint/nemo;
+license=('GPL')
+depends=('libexif' 'gvfs' 'dconf' 'desktop-file-utils' 'exempi' 'python2'
+ 'cinnamon-desktop' 'gnome-icon-theme' 'libnotify' 'libxml2'
+ 'cinnamon-translations')
+makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common' 
'python2-gobject' 'python2-polib')
+options=('!emptydirs')
+install=nemo.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver;
+adwaita_style.patch)
+sha256sums=('452b3720eceb7ae591ce9e1875cb555f531822d8ba73184ea241561d8ad624b2'
+'21555779bc9d2cc87f73042039bcffd43a3d858a7f1f3a93ec27c91cdf69d4ce')
+
+prepare() {
+  cd linuxmint-nemo-*
+
+  # Python2 fix
+  sed -i 

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

2014-05-30 Thread Alexandre Filgueira
Date: Saturday, May 31, 2014 @ 00:38:11
  Author: faidoc
Revision: 112287

archrelease: copy trunk to community-any

Added:
  cinnamon-translations/repos/community-any/PKGBUILD
(from rev 112286, cinnamon-translations/trunk/PKGBUILD)
Deleted:
  cinnamon-translations/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-30 22:37:23 UTC (rev 112286)
+++ PKGBUILD2014-05-30 22:38:11 UTC (rev 112287)
@@ -1,19 +0,0 @@
-# $Id: PKGBUILD 98057 2013-10-05 02:33:20Z faidoc $
-# Maintainer: Alexandre Filgueira alexfilgue...@antergos.com
-
-pkgname=cinnamon-translations
-pkgver=2.2.2
-pkgrel=1
-pkgdesc=Translations for Cinnamon and Nemo
-arch=(any)
-url=http://cinnamon.linuxmint.com/;
-license=('GPL2')
-source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-translations/archive/${pkgver}.tar.gz;)
-sha256sums=('f1889d9cdee8186897724cf6c36c54a3b4d300a1866fe08970896acade5e5ef7')
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  install -m 0755 -d ${pkgdir}/usr/share/cinnamon/locale/ 
-  cp -Rp mo-export/* ${pkgdir}/usr/share/cinnamon/locale/
-}

Copied: cinnamon-translations/repos/community-any/PKGBUILD (from rev 112286, 
cinnamon-translations/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-30 22:38:11 UTC (rev 112287)
@@ -0,0 +1,19 @@
+# $Id: PKGBUILD 98057 2013-10-05 02:33:20Z faidoc $
+# Maintainer: Alexandre Filgueira alexfilgue...@antergos.com
+
+pkgname=cinnamon-translations
+pkgver=2.2.3
+pkgrel=1
+pkgdesc=Translations for Cinnamon and Nemo
+arch=(any)
+url=http://cinnamon.linuxmint.com/;
+license=('GPL2')
+source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-translations/archive/${pkgver}.tar.gz;)
+sha256sums=('6fe8d79d98ff57c1c9f9d253ec6a7907e5b0bec6f022fe5fc346e71753c26992')
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -m 0755 -d ${pkgdir}/usr/share/cinnamon/locale/ 
+  cp -Rp mo-export/* ${pkgdir}/usr/share/cinnamon/locale/
+}



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

2014-05-30 Thread Alexandre Filgueira
Date: Saturday, May 31, 2014 @ 00:37:23
  Author: faidoc
Revision: 112286

upgpkg: cinnamon-translations 2.2.3-1

Modified:
  cinnamon-translations/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-30 22:35:48 UTC (rev 112285)
+++ PKGBUILD2014-05-30 22:37:23 UTC (rev 112286)
@@ -2,7 +2,7 @@
 # Maintainer: Alexandre Filgueira alexfilgue...@antergos.com
 
 pkgname=cinnamon-translations
-pkgver=2.2.2
+pkgver=2.2.3
 pkgrel=1
 pkgdesc=Translations for Cinnamon and Nemo
 arch=(any)
@@ -9,7 +9,7 @@
 url=http://cinnamon.linuxmint.com/;
 license=('GPL2')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-translations/archive/${pkgver}.tar.gz;)
-sha256sums=('f1889d9cdee8186897724cf6c36c54a3b4d300a1866fe08970896acade5e5ef7')
+sha256sums=('6fe8d79d98ff57c1c9f9d253ec6a7907e5b0bec6f022fe5fc346e71753c26992')
 
 package() {
   cd ${pkgname}-${pkgver}



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

2014-05-30 Thread Eric Bélanger
Date: Saturday, May 31, 2014 @ 02:25:17
  Author: eric
Revision: 213873

Fix source download

Modified:
  gajim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-30 21:30:40 UTC (rev 213872)
+++ PKGBUILD2014-05-31 00:25:17 UTC (rev 213873)
@@ -22,6 +22,7 @@
 'python2-docutils: for RST generator support'
 'gupnp-igd: for UPnP-IGD support')
 install=gajim.install
+DLAGENTS=('http::/usr/bin/curl -kfLC - --retry 3 --retry-delay 3 -o %o %u')
 source=(http://www.gajim.org/downloads/${pkgver%.*}/gajim-${pkgver}.tar.bz2 
gajim-drill.patch)
 sha1sums=('ffa597e1de7aaf9ca0120fda89fd2ff279068956'
   'aba73d11ca2594e9f1c5c88734273f80ae79e7ad')



[arch-commits] Commit in gajim/repos/extra-any (6 files)

2014-05-30 Thread Eric Bélanger
Date: Saturday, May 31, 2014 @ 02:27:33
  Author: eric
Revision: 213874

archrelease: copy trunk to extra-any

Added:
  gajim/repos/extra-any/PKGBUILD
(from rev 213873, gajim/trunk/PKGBUILD)
  gajim/repos/extra-any/gajim-drill.patch
(from rev 213873, gajim/trunk/gajim-drill.patch)
  gajim/repos/extra-any/gajim.install
(from rev 213873, gajim/trunk/gajim.install)
Deleted:
  gajim/repos/extra-any/PKGBUILD
  gajim/repos/extra-any/gajim-drill.patch
  gajim/repos/extra-any/gajim.install

---+
 PKGBUILD  |   91 +-
 gajim-drill.patch | 1604 ++--
 gajim.install |   22 
 3 files changed, 859 insertions(+), 858 deletions(-)

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


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

2014-05-30 Thread Eric Bélanger
Date: Saturday, May 31, 2014 @ 03:05:52
  Author: eric
Revision: 213875

upgpkg: icewm 1.3.8-2

Fix shutdown/reboot menu entries (close FS#37884)

Added:
  icewm/trunk/icewm-1.3.8-shutdown-reboot-command.patch
Modified:
  icewm/trunk/PKGBUILD

---+
 PKGBUILD  |8 +---
 icewm-1.3.8-shutdown-reboot-command.patch |   13 +
 2 files changed, 18 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-31 00:27:33 UTC (rev 213874)
+++ PKGBUILD2014-05-31 01:05:52 UTC (rev 213875)
@@ -3,7 +3,7 @@
 
 pkgname=icewm
 pkgver=1.3.8
-pkgrel=1
+pkgrel=2
 pkgdesc=A Window Manager designed for speed, usability, and consistency
 arch=('i686' 'x86_64')
 url=http://www.icewm.org/;
@@ -11,15 +11,17 @@
 depends=('libxrandr' 'libxft' 'libsm' 'libxinerama' 'gdk-pixbuf2')
 makedepends=('xorg-mkfontdir')
 
source=(http://downloads.sourceforge.net/sourceforge/icewm/${pkgname}-${pkgver}.tar.gz
-ignore_workarea_hints.patch icewm-cpustatus.patch)
+ignore_workarea_hints.patch icewm-cpustatus.patch 
icewm-1.3.8-shutdown-reboot-command.patch)
 sha1sums=('dc9155227129be14aced00c24c572356e0fa5cd8'
   '88b4b198827d6590901c2c8bdba8826d928f6f1a'
-  '0f4a02153496dadd26742f6bd3bdc166d7eafaed')
+  '0f4a02153496dadd26742f6bd3bdc166d7eafaed'
+  'd85d35b756ca2d5283f10de9d9bca23d39c68f6f')
 
 prepare() {
   cd ${pkgname}-${pkgver}
   patch -p1 -i ${srcdir}/ignore_workarea_hints.patch
   patch -p2 -i ${srcdir}/icewm-cpustatus.patch
+  patch -p1 -i ${srcdir}/icewm-1.3.8-shutdown-reboot-command.patch
 }
 
 build() {

Added: icewm-1.3.8-shutdown-reboot-command.patch
===
--- icewm-1.3.8-shutdown-reboot-command.patch   (rev 0)
+++ icewm-1.3.8-shutdown-reboot-command.patch   2014-05-31 01:05:52 UTC (rev 
213875)
@@ -0,0 +1,13 @@
+diff --git a/src/wmmgr.cc b/src/wmmgr.cc
+index 4252bf6..dc1e703 100644
+--- a/src/wmmgr.cc
 b/src/wmmgr.cc
+@@ -697,7 +697,7 @@ void YWindowManager::handleClientMessage(const 
XClientMessageEvent message) {
+ case ICEWM_ACTION_RESTARTWM:
+ case ICEWM_ACTION_WINDOWLIST:
+ case ICEWM_ACTION_ABOUT:
+-break;
++//break;
+ default:
+ smActionListener-handleSMAction(message.data.l[1]);
+ break;



  1   2   >