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

2014-06-14 Thread Jonathan Steel
Date: Saturday, June 14, 2014 @ 09:21:58
  Author: jsteel
Revision: 113133

Modified:
  drbl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-14 04:29:59 UTC (rev 113132)
+++ PKGBUILD2014-06-14 07:21:58 UTC (rev 113133)
@@ -1,9 +1,9 @@
 # $Id$
-# Maintainer: Jonathan Steel jst...@aur.archlinux.org
+# Maintainer: Jonathan Steel jsteel at aur.archlinux.org
 # Contributor: M0Rf30
 
 pkgname=drbl
-pkgver=2.4.19
+pkgver=2.8.25
 pkgrel=1
 pkgdesc=Diskless Remote Boot in Linux: manage the deployment of the GNU/Linux 
operating system across many clients
 arch=('any')
@@ -11,10 +11,11 @@
 license=('GPL')
 depends=('perl' 'bc')
 makedepends=('vim')
+backup=('etc/drbl/drbl.conf')
+options=('!emptydirs')
 
source=(http://free.nchc.org.tw/$pkgname-core/src/stable/$pkgname-$pkgver.tar.bz2
 usrbin.patch)
-backup=(etc/drbl/drbl.conf)
-md5sums=('db19cc73ebbea1a72088d3a6fbb171f7'
+md5sums=('2bdca7d7da68f28d2d13ac2124fd4092'
  'f01eac478f1ae62f505de645de96c68a')
 
 prepare() {
@@ -33,4 +34,6 @@
   cd $srcdir/$pkgname-$pkgver
 
   make DESTDIR=$pkgdir/ install
+
+  chmod +r $pkgdir/usr/share/drbl/pkg/syslinux/makeboot.sh
 }



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

2014-06-14 Thread Jonathan Steel
Date: Saturday, June 14, 2014 @ 09:23:39
  Author: jsteel
Revision: 113134

archrelease: copy trunk to community-any

Added:
  drbl/repos/community-any/PKGBUILD
(from rev 113133, drbl/trunk/PKGBUILD)
  drbl/repos/community-any/usrbin.patch
(from rev 113133, drbl/trunk/usrbin.patch)
Deleted:
  drbl/repos/community-any/PKGBUILD
  drbl/repos/community-any/usrbin.patch

--+
 PKGBUILD |   75 +
 usrbin.patch |   30 +++---
 2 files changed, 54 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-14 07:21:58 UTC (rev 113133)
+++ PKGBUILD2014-06-14 07:23:39 UTC (rev 113134)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel jst...@aur.archlinux.org
-# Contributor: M0Rf30
-
-pkgname=drbl
-pkgver=2.4.19
-pkgrel=1
-pkgdesc=Diskless Remote Boot in Linux: manage the deployment of the GNU/Linux 
operating system across many clients
-arch=('any')
-url=http://drbl.sourceforge.net;
-license=('GPL')
-depends=('perl' 'bc')
-makedepends=('vim')
-source=(http://free.nchc.org.tw/$pkgname-core/src/stable/$pkgname-$pkgver.tar.bz2
-usrbin.patch)
-backup=(etc/drbl/drbl.conf)
-md5sums=('db19cc73ebbea1a72088d3a6fbb171f7'
- 'f01eac478f1ae62f505de645de96c68a')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  patch -Np0 -i $srcdir/usrbin.patch
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make  
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-}

Copied: drbl/repos/community-any/PKGBUILD (from rev 113133, drbl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-14 07:23:39 UTC (rev 113134)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jonathan Steel jsteel at aur.archlinux.org
+# Contributor: M0Rf30
+
+pkgname=drbl
+pkgver=2.8.25
+pkgrel=1
+pkgdesc=Diskless Remote Boot in Linux: manage the deployment of the GNU/Linux 
operating system across many clients
+arch=('any')
+url=http://drbl.sourceforge.net;
+license=('GPL')
+depends=('perl' 'bc')
+makedepends=('vim')
+backup=('etc/drbl/drbl.conf')
+options=('!emptydirs')
+source=(http://free.nchc.org.tw/$pkgname-core/src/stable/$pkgname-$pkgver.tar.bz2
+usrbin.patch)
+md5sums=('2bdca7d7da68f28d2d13ac2124fd4092'
+ 'f01eac478f1ae62f505de645de96c68a')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  patch -Np0 -i $srcdir/usrbin.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make  
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+
+  chmod +r $pkgdir/usr/share/drbl/pkg/syslinux/makeboot.sh
+}

Deleted: usrbin.patch
===
--- usrbin.patch2014-06-14 07:21:58 UTC (rev 113133)
+++ usrbin.patch2014-06-14 07:23:39 UTC (rev 113134)
@@ -1,15 +0,0 @@
 Makefile.orig  2013-05-30 17:56:44.323563977 +0100
-+++ Makefile   2013-05-30 17:57:35.139954480 +0100
-@@ -27,9 +27,9 @@
- 
- install:
-   # install exec files
--  install -d $(DESTDIR)/usr/
--  cp -a sbin bin $(DESTDIR)/usr/
--  rm -f $(DESTDIR)/usr/sbin/Makefile
-+  install -d $(DESTDIR)/usr/bin
-+  cp -a sbin/* bin/* $(DESTDIR)/usr/bin/
-+  rm -f $(DESTDIR)/usr/bin/Makefile
-   # install setup dir
-   install -d $(DESTDIR)/$(SHAREDIR)/
-   cp -a setup $(DESTDIR)/$(SHAREDIR)/

Copied: drbl/repos/community-any/usrbin.patch (from rev 113133, 
drbl/trunk/usrbin.patch)
===
--- usrbin.patch(rev 0)
+++ usrbin.patch2014-06-14 07:23:39 UTC (rev 113134)
@@ -0,0 +1,15 @@
+--- Makefile.orig  2013-05-30 17:56:44.323563977 +0100
 Makefile   2013-05-30 17:57:35.139954480 +0100
+@@ -27,9 +27,9 @@
+ 
+ install:
+   # install exec files
+-  install -d $(DESTDIR)/usr/
+-  cp -a sbin bin $(DESTDIR)/usr/
+-  rm -f $(DESTDIR)/usr/sbin/Makefile
++  install -d $(DESTDIR)/usr/bin
++  cp -a sbin/* bin/* $(DESTDIR)/usr/bin/
++  rm -f $(DESTDIR)/usr/bin/Makefile
+   # install setup dir
+   install -d $(DESTDIR)/$(SHAREDIR)/
+   cp -a setup $(DESTDIR)/$(SHAREDIR)/



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

2014-06-14 Thread Jonathan Steel
Date: Saturday, June 14, 2014 @ 09:24:13
  Author: jsteel
Revision: 113135

upgpkg: partclone 0.2.70-1

Modified:
  partclone/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-14 07:23:39 UTC (rev 113134)
+++ PKGBUILD2014-06-14 07:24:13 UTC (rev 113135)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Jonathan Steel jst...@aur.archlinux.org
+# Maintainer: Jonathan Steel jsteel at aur.archlinux.org
 # Contrinutor: Dan Serban
 # Contributor: Franz Burgmann
 # Contributor: Todd Partridge (Gen2ly)
@@ -6,15 +6,15 @@
 # Contributor: Ivan Sichmann Freitas
 
 pkgname=partclone
-pkgver=0.2.69
-pkgrel=2
+pkgver=0.2.70
+pkgrel=1
 pkgdesc=Utilities to save and restore used blocks on a partition
 arch=('i686' 'x86_64')
 url=http://partclone.org;
 license=('GPL')
 depends=('progsreiserfs' 'ntfs-3g')
-source=(https://downloads.sourceforge.net/project/$pkgname/stable/$pkgver/${pkgname}_$pkgver.orig.tar.gz)
-md5sums=('2cc3b4e49819da32adcf63ef9246dca0')
+source=(https://downloads.sourceforge.net/project/$pkgname/stable/$pkgver/src/$pkgname-$pkgver.tar.gz)
+md5sums=('92708a46e13f96544539f0073a162a67')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2014-06-14 Thread Jonathan Steel
Date: Saturday, June 14, 2014 @ 09:24:37
  Author: jsteel
Revision: 113136

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-14 07:24:13 UTC (rev 113135)
+++ community-i686/PKGBUILD 2014-06-14 07:24:37 UTC (rev 113136)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel jst...@aur.archlinux.org
-# Contrinutor: Dan Serban
-# Contributor: Franz Burgmann
-# Contributor: Todd Partridge (Gen2ly)
-# Contributor: Ivan Sichmann Freitas
-
-pkgname=partclone
-pkgver=0.2.69
-pkgrel=2
-pkgdesc=Utilities to save and restore used blocks on a partition
-arch=('i686' 'x86_64')
-url=http://partclone.org;
-license=('GPL')
-depends=('progsreiserfs' 'ntfs-3g')
-source=(https://downloads.sourceforge.net/project/$pkgname/stable/$pkgver/${pkgname}_$pkgver.orig.tar.gz)
-md5sums=('2cc3b4e49819da32adcf63ef9246dca0')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-extfs --enable-reiserfs --enable-fat \
---enable-hfsp --enable-btrfs --enable-ncursesw --enable-ntfs 
--sbindir=/usr/bin
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make PREFIX=/usr DESTDIR=$pkgdir/ install
-}

Copied: partclone/repos/community-i686/PKGBUILD (from rev 113135, 
partclone/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-14 07:24:37 UTC (rev 113136)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jonathan Steel jsteel at aur.archlinux.org
+# Contrinutor: Dan Serban
+# Contributor: Franz Burgmann
+# Contributor: Todd Partridge (Gen2ly)
+# Contributor: Ivan Sichmann Freitas
+
+pkgname=partclone
+pkgver=0.2.70
+pkgrel=1
+pkgdesc=Utilities to save and restore used blocks on a partition
+arch=('i686' 'x86_64')
+url=http://partclone.org;
+license=('GPL')
+depends=('progsreiserfs' 'ntfs-3g')
+source=(https://downloads.sourceforge.net/project/$pkgname/stable/$pkgver/src/$pkgname-$pkgver.tar.gz)
+md5sums=('92708a46e13f96544539f0073a162a67')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-extfs --enable-reiserfs --enable-fat \
+--enable-hfsp --enable-btrfs --enable-ncursesw --enable-ntfs 
--sbindir=/usr/bin
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make PREFIX=/usr DESTDIR=$pkgdir/ install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-06-14 07:24:13 UTC (rev 113135)
+++ community-x86_64/PKGBUILD   2014-06-14 07:24:37 UTC (rev 113136)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel jst...@aur.archlinux.org
-# Contrinutor: Dan Serban
-# Contributor: Franz Burgmann
-# Contributor: Todd Partridge (Gen2ly)
-# Contributor: Ivan Sichmann Freitas
-
-pkgname=partclone
-pkgver=0.2.69
-pkgrel=2
-pkgdesc=Utilities to save and restore used blocks on a partition
-arch=('i686' 'x86_64')
-url=http://partclone.org;
-license=('GPL')
-depends=('progsreiserfs' 'ntfs-3g')
-source=(https://downloads.sourceforge.net/project/$pkgname/stable/$pkgver/${pkgname}_$pkgver.orig.tar.gz)
-md5sums=('2cc3b4e49819da32adcf63ef9246dca0')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-extfs --enable-reiserfs --enable-fat \
---enable-hfsp --enable-btrfs --enable-ncursesw --enable-ntfs 
--sbindir=/usr/bin
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make PREFIX=/usr DESTDIR=$pkgdir/ install
-}

Copied: partclone/repos/community-x86_64/PKGBUILD (from rev 113135, 
partclone/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-06-14 07:24:37 UTC (rev 113136)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jonathan Steel jsteel at aur.archlinux.org
+# Contrinutor: Dan Serban
+# Contributor: Franz Burgmann
+# Contributor: Todd Partridge (Gen2ly)
+# Contributor: Ivan Sichmann Freitas
+
+pkgname=partclone
+pkgver=0.2.70
+pkgrel=1
+pkgdesc=Utilities to save and restore used blocks on a partition
+arch=('i686' 'x86_64')
+url=http://partclone.org;
+license=('GPL')
+depends=('progsreiserfs' 'ntfs-3g')

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

2014-06-14 Thread Jonathan Steel
Date: Saturday, June 14, 2014 @ 09:25:18
  Author: jsteel
Revision: 113137

upgpkg: clonezilla 3.10.11-1

Modified:
  clonezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-14 07:24:37 UTC (rev 113136)
+++ PKGBUILD2014-06-14 07:25:18 UTC (rev 113137)
@@ -1,20 +1,20 @@
 # $Id$
-# Maintainer: Jonathan Steel jst...@aur.archlinux.org
+# Maintainer: Jonathan Steel jsteel at aur.archlinux.org
 # Contributor: M0Rf30
 
 pkgname=clonezilla
-pkgver=3.5.2
+pkgver=3.10.11
 pkgrel=1
 pkgdesc=The Free and Open Source Software for Disk Imaging and Cloning
 arch=('any')
 url=http://clonezilla.org;
 license=('GPL')
-depends=('drbl' 'partclone' 'ntfsprogs' 'partimage' 'pigz' 'sshfs' 'parted'
+depends=('drbl' 'partclone' 'ntfs-3g' 'partimage' 'pigz' 'sshfs' 'parted'
  'gptfdisk')
+backup=('etc/drbl/drbl-ocs.conf')
 source=(http://free.nchc.org.tw/drbl-core/src/stable/$pkgname-$pkgver.tar.bz2
 usrbin.patch)
-backup=(etc/drbl/drbl-ocs.conf)
-md5sums=('a99a95750570d55b074eeeb69939c376'
+md5sums=('3820052fbb32a5b2c1de9e7595c412f0'
  'a976c9209f7bbccd352a9d0a5c8b41ae')
 
 prepare() {



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

2014-06-14 Thread Jonathan Steel
Date: Saturday, June 14, 2014 @ 09:25:33
  Author: jsteel
Revision: 113138

archrelease: copy trunk to community-any

Added:
  clonezilla/repos/community-any/PKGBUILD
(from rev 113137, clonezilla/trunk/PKGBUILD)
  clonezilla/repos/community-any/usrbin.patch
(from rev 113137, clonezilla/trunk/usrbin.patch)
Deleted:
  clonezilla/repos/community-any/PKGBUILD
  clonezilla/repos/community-any/usrbin.patch

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-14 07:25:18 UTC (rev 113137)
+++ PKGBUILD2014-06-14 07:25:33 UTC (rev 113138)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel jst...@aur.archlinux.org
-# Contributor: M0Rf30
-
-pkgname=clonezilla
-pkgver=3.5.2
-pkgrel=1
-pkgdesc=The Free and Open Source Software for Disk Imaging and Cloning
-arch=('any')
-url=http://clonezilla.org;
-license=('GPL')
-depends=('drbl' 'partclone' 'ntfsprogs' 'partimage' 'pigz' 'sshfs' 'parted'
- 'gptfdisk')
-source=(http://free.nchc.org.tw/drbl-core/src/stable/$pkgname-$pkgver.tar.bz2
-usrbin.patch)
-backup=(etc/drbl/drbl-ocs.conf)
-md5sums=('a99a95750570d55b074eeeb69939c376'
- 'a976c9209f7bbccd352a9d0a5c8b41ae')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  patch -Np0 -i $srcdir/usrbin.patch
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install  
-}

Copied: clonezilla/repos/community-any/PKGBUILD (from rev 113137, 
clonezilla/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-14 07:25:33 UTC (rev 113138)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jonathan Steel jsteel at aur.archlinux.org
+# Contributor: M0Rf30
+
+pkgname=clonezilla
+pkgver=3.10.11
+pkgrel=1
+pkgdesc=The Free and Open Source Software for Disk Imaging and Cloning
+arch=('any')
+url=http://clonezilla.org;
+license=('GPL')
+depends=('drbl' 'partclone' 'ntfs-3g' 'partimage' 'pigz' 'sshfs' 'parted'
+ 'gptfdisk')
+backup=('etc/drbl/drbl-ocs.conf')
+source=(http://free.nchc.org.tw/drbl-core/src/stable/$pkgname-$pkgver.tar.bz2
+usrbin.patch)
+md5sums=('3820052fbb32a5b2c1de9e7595c412f0'
+ 'a976c9209f7bbccd352a9d0a5c8b41ae')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  patch -Np0 -i $srcdir/usrbin.patch
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install  
+}

Deleted: usrbin.patch
===
--- usrbin.patch2014-06-14 07:25:18 UTC (rev 113137)
+++ usrbin.patch2014-06-14 07:25:33 UTC (rev 113138)
@@ -1,13 +0,0 @@
 Makefile.orig  2013-05-30 17:42:49.851418658 +0100
-+++ Makefile   2013-05-30 17:44:41.157482402 +0100
-@@ -18,8 +18,8 @@
- 
- install:
-   # install exec files
--  install -d ${DESTDIR}/usr/
--  cp -a sbin bin ${DESTDIR}/usr/
-+  install -d ${DESTDIR}/usr/bin
-+  cp -a sbin/* bin/* ${DESTDIR}/usr/bin/
- 
-   # install setup dir
-   install -d $(DESTDIR)/$(SHAREDIR)/

Copied: clonezilla/repos/community-any/usrbin.patch (from rev 113137, 
clonezilla/trunk/usrbin.patch)
===
--- usrbin.patch(rev 0)
+++ usrbin.patch2014-06-14 07:25:33 UTC (rev 113138)
@@ -0,0 +1,13 @@
+--- Makefile.orig  2013-05-30 17:42:49.851418658 +0100
 Makefile   2013-05-30 17:44:41.157482402 +0100
+@@ -18,8 +18,8 @@
+ 
+ install:
+   # install exec files
+-  install -d ${DESTDIR}/usr/
+-  cp -a sbin bin ${DESTDIR}/usr/
++  install -d ${DESTDIR}/usr/bin
++  cp -a sbin/* bin/* ${DESTDIR}/usr/bin/
+ 
+   # install setup dir
+   install -d $(DESTDIR)/$(SHAREDIR)/



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

2014-06-14 Thread Pierre Schmitz
Date: Saturday, June 14, 2014 @ 12:56:09
  Author: pierre
Revision: 215107

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

Added:
  php-xcache/repos/extra-i686/PKGBUILD
(from rev 215106, php-xcache/trunk/PKGBUILD)
  php-xcache/repos/extra-i686/xcache.ini
(from rev 215106, php-xcache/trunk/xcache.ini)
  php-xcache/repos/extra-x86_64/PKGBUILD
(from rev 215106, php-xcache/trunk/PKGBUILD)
  php-xcache/repos/extra-x86_64/xcache.ini
(from rev 215106, php-xcache/trunk/xcache.ini)
Deleted:
  php-xcache/repos/extra-i686/PKGBUILD
  php-xcache/repos/extra-i686/xcache.ini
  php-xcache/repos/extra-x86_64/PKGBUILD
  php-xcache/repos/extra-x86_64/xcache.ini

-+
 /PKGBUILD   |   84 ++
 /xcache.ini |6 +++
 extra-i686/PKGBUILD |   41 --
 extra-i686/xcache.ini   |3 -
 extra-x86_64/PKGBUILD   |   41 --
 extra-x86_64/xcache.ini |3 -
 6 files changed, 90 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-14 10:55:52 UTC (rev 215106)
+++ extra-i686/PKGBUILD 2014-06-14 10:56:09 UTC (rev 215107)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-
-pkgname=php-xcache
-pkgver=3.1.0
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='A PHP opcode cacher'
-url='http://xcache.lighttpd.net/'
-depends=('php')
-license=('custom')
-source=(http://xcache.lighttpd.net/pub/Releases/${pkgver}/xcache-${pkgver}.tar.bz2;
-'xcache.ini')
-backup=('etc/php/conf.d/xcache.ini')
-md5sums=('e5816d47d52be200b959bf69a673ff74'
- '8fd9ce537ada9463c4b0c042243158c0')
-
-build() {
-   cd $srcdir/xcache-$pkgver
-   phpize
-   ./configure --prefix=/usr
-   make
-}
-
-# check() {
-#  cd $srcdir/xcache-$pkgver
-#  printf n\n | make test
-#  echo
-# }
-
-package() {
-   cd $srcdir/xcache-$pkgver
-   make INSTALL_ROOT=$pkgdir install
-
-   install -Dm644 $srcdir/xcache.ini $pkgdir/etc/php/conf.d/xcache.ini
-
-   install -dm755 $pkgdir/usr/share/php-xcache/admin
-   cp -r htdocs/* $pkgdir/usr/share/php-xcache/admin/
-
-   install -Dm644 COPYING $pkgdir/usr/share/licenses/php-xcache/COPYING
-}

Copied: php-xcache/repos/extra-i686/PKGBUILD (from rev 215106, 
php-xcache/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-14 10:56:09 UTC (rev 215107)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=php-xcache
+pkgver=3.1.0
+pkgrel=2
+arch=('i686' 'x86_64')
+pkgdesc='A PHP opcode cacher'
+url='http://xcache.lighttpd.net/'
+depends=('php')
+license=('custom')
+source=(http://xcache.lighttpd.net/pub/Releases/${pkgver}/xcache-${pkgver}.tar.bz2;
+'xcache.ini')
+backup=('etc/php/conf.d/xcache.ini')
+md5sums=('e5816d47d52be200b959bf69a673ff74'
+ '8fd9ce537ada9463c4b0c042243158c0')
+
+build() {
+   cd $srcdir/xcache-$pkgver
+   phpize
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd $srcdir/xcache-$pkgver
+   export NO_INTERACTION=1
+   make test
+   echo
+}
+
+package() {
+   cd $srcdir/xcache-$pkgver
+   make INSTALL_ROOT=$pkgdir install
+
+   install -Dm644 $srcdir/xcache.ini $pkgdir/etc/php/conf.d/xcache.ini
+
+   install -dm755 $pkgdir/usr/share/webapps/php-xcache
+   cp -r htdocs/* $pkgdir/usr/share/webapps/php-xcache/
+
+   install -Dm644 COPYING $pkgdir/usr/share/licenses/php-xcache/COPYING
+}

Deleted: extra-i686/xcache.ini
===
--- extra-i686/xcache.ini   2014-06-14 10:55:52 UTC (rev 215106)
+++ extra-i686/xcache.ini   2014-06-14 10:56:09 UTC (rev 215107)
@@ -1,3 +0,0 @@
-;extension=xcache.so
-xcache.size=64M
-xcache.var_size=64M

Copied: php-xcache/repos/extra-i686/xcache.ini (from rev 215106, 
php-xcache/trunk/xcache.ini)
===
--- extra-i686/xcache.ini   (rev 0)
+++ extra-i686/xcache.ini   2014-06-14 10:56:09 UTC (rev 215107)
@@ -0,0 +1,3 @@
+;extension=xcache.so
+xcache.size=64M
+xcache.var_size=64M

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-14 10:55:52 UTC (rev 215106)
+++ extra-x86_64/PKGBUILD   2014-06-14 10:56:09 UTC (rev 215107)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-
-pkgname=php-xcache
-pkgver=3.1.0
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='A PHP opcode cacher'
-url='http://xcache.lighttpd.net/'
-depends=('php')
-license=('custom')
-source=(http://xcache.lighttpd.net/pub/Releases/${pkgver}/xcache-${pkgver}.tar.bz2;
-'xcache.ini')

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

2014-06-14 Thread Pierre Schmitz
Date: Saturday, June 14, 2014 @ 12:55:52
  Author: pierre
Revision: 215106

upgpkg: php-xcache 3.1.0-2

Modified:
  php-xcache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-14 08:08:00 UTC (rev 215105)
+++ PKGBUILD2014-06-14 10:55:52 UTC (rev 215106)
@@ -3,7 +3,7 @@
 
 pkgname=php-xcache
 pkgver=3.1.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 pkgdesc='A PHP opcode cacher'
 url='http://xcache.lighttpd.net/'
@@ -22,11 +22,12 @@
make
 }
 
-# check() {
-#  cd $srcdir/xcache-$pkgver
-#  printf n\n | make test
-#  echo
-# }
+check() {
+   cd $srcdir/xcache-$pkgver
+   export NO_INTERACTION=1
+   make test
+   echo
+}
 
 package() {
cd $srcdir/xcache-$pkgver
@@ -34,8 +35,8 @@
 
install -Dm644 $srcdir/xcache.ini $pkgdir/etc/php/conf.d/xcache.ini
 
-   install -dm755 $pkgdir/usr/share/php-xcache/admin
-   cp -r htdocs/* $pkgdir/usr/share/php-xcache/admin/
+   install -dm755 $pkgdir/usr/share/webapps/php-xcache
+   cp -r htdocs/* $pkgdir/usr/share/webapps/php-xcache/
 
install -Dm644 COPYING $pkgdir/usr/share/licenses/php-xcache/COPYING
 }



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

2014-06-14 Thread Pierre Schmitz
Date: Saturday, June 14, 2014 @ 12:56:45
  Author: pierre
Revision: 215108

upgpkg: php-apcu 4.0.6-2

Modified:
  php-apcu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-14 10:56:09 UTC (rev 215107)
+++ PKGBUILD2014-06-14 10:56:45 UTC (rev 215108)
@@ -3,7 +3,7 @@
 
 pkgname=php-apcu
 pkgver=4.0.6
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 pkgdesc='A userland caching module for PHP'
 url='http://pecl.php.net/package/APCu'
@@ -23,11 +23,12 @@
make
 }
 
-# check() {
-#  cd $srcdir/apcu-$pkgver
-#  printf n\n | make test
-#  echo
-# }
+check() {
+   cd $srcdir/apcu-$pkgver
+   export NO_INTERACTION=1
+   make test
+   echo
+}
 
 package() {
cd $srcdir/apcu-$pkgver
@@ -34,6 +35,6 @@
make INSTALL_ROOT=$pkgdir install
echo ';extension=apcu.so'  apcu.ini
install -D -m644 apcu.ini $pkgdir/etc/php/conf.d/apcu.ini
-   install -D -m644 apc.php $pkgdir/usr/share/php-apcu/apc.php
+   install -D -m644 apc.php $pkgdir/usr/share/webapps/php-apcu/apc.php
install -D -m644 INSTALL $pkgdir/usr/share/doc/php-apcu/install.txt
 }



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

2014-06-14 Thread Pierre Schmitz
Date: Saturday, June 14, 2014 @ 12:57:01
  Author: pierre
Revision: 215109

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

Added:
  php-apcu/repos/extra-i686/PKGBUILD
(from rev 215108, php-apcu/trunk/PKGBUILD)
  php-apcu/repos/extra-x86_64/PKGBUILD
(from rev 215108, php-apcu/trunk/PKGBUILD)
Deleted:
  php-apcu/repos/extra-i686/PKGBUILD
  php-apcu/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-14 10:56:45 UTC (rev 215108)
+++ extra-i686/PKGBUILD 2014-06-14 10:57:01 UTC (rev 215109)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-
-pkgname=php-apcu
-pkgver=4.0.6
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='A userland caching module for PHP'
-url='http://pecl.php.net/package/APCu'
-depends=('php')
-replaces=('php-apc')
-conflicts=('php-apc')
-provides=(php-apc=${pkgver})
-license=('PHP')
-source=(http://pecl.php.net/get/apcu-$pkgver.tgz;)
-backup=('etc/php/conf.d/apcu.ini')
-md5sums=('cf7f1a751c4f3ecd1bb8f985be4de09b')
-
-build() {
-   cd $srcdir/apcu-$pkgver
-   phpize
-   ./configure --prefix=/usr
-   make
-}
-
-# check() {
-#  cd $srcdir/apcu-$pkgver
-#  printf n\n | make test
-#  echo
-# }
-
-package() {
-   cd $srcdir/apcu-$pkgver
-   make INSTALL_ROOT=$pkgdir install
-   echo ';extension=apcu.so'  apcu.ini
-   install -D -m644 apcu.ini $pkgdir/etc/php/conf.d/apcu.ini
-   install -D -m644 apc.php $pkgdir/usr/share/php-apcu/apc.php
-   install -D -m644 INSTALL $pkgdir/usr/share/doc/php-apcu/install.txt
-}

Copied: php-apcu/repos/extra-i686/PKGBUILD (from rev 215108, 
php-apcu/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-14 10:57:01 UTC (rev 215109)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=php-apcu
+pkgver=4.0.6
+pkgrel=2
+arch=('i686' 'x86_64')
+pkgdesc='A userland caching module for PHP'
+url='http://pecl.php.net/package/APCu'
+depends=('php')
+replaces=('php-apc')
+conflicts=('php-apc')
+provides=(php-apc=${pkgver})
+license=('PHP')
+source=(http://pecl.php.net/get/apcu-$pkgver.tgz;)
+backup=('etc/php/conf.d/apcu.ini')
+md5sums=('cf7f1a751c4f3ecd1bb8f985be4de09b')
+
+build() {
+   cd $srcdir/apcu-$pkgver
+   phpize
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd $srcdir/apcu-$pkgver
+   export NO_INTERACTION=1
+   make test
+   echo
+}
+
+package() {
+   cd $srcdir/apcu-$pkgver
+   make INSTALL_ROOT=$pkgdir install
+   echo ';extension=apcu.so'  apcu.ini
+   install -D -m644 apcu.ini $pkgdir/etc/php/conf.d/apcu.ini
+   install -D -m644 apc.php $pkgdir/usr/share/webapps/php-apcu/apc.php
+   install -D -m644 INSTALL $pkgdir/usr/share/doc/php-apcu/install.txt
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-14 10:56:45 UTC (rev 215108)
+++ extra-x86_64/PKGBUILD   2014-06-14 10:57:01 UTC (rev 215109)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-
-pkgname=php-apcu
-pkgver=4.0.6
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='A userland caching module for PHP'
-url='http://pecl.php.net/package/APCu'
-depends=('php')
-replaces=('php-apc')
-conflicts=('php-apc')
-provides=(php-apc=${pkgver})
-license=('PHP')
-source=(http://pecl.php.net/get/apcu-$pkgver.tgz;)
-backup=('etc/php/conf.d/apcu.ini')
-md5sums=('cf7f1a751c4f3ecd1bb8f985be4de09b')
-
-build() {
-   cd $srcdir/apcu-$pkgver
-   phpize
-   ./configure --prefix=/usr
-   make
-}
-
-# check() {
-#  cd $srcdir/apcu-$pkgver
-#  printf n\n | make test
-#  echo
-# }
-
-package() {
-   cd $srcdir/apcu-$pkgver
-   make INSTALL_ROOT=$pkgdir install
-   echo ';extension=apcu.so'  apcu.ini
-   install -D -m644 apcu.ini $pkgdir/etc/php/conf.d/apcu.ini
-   install -D -m644 apc.php $pkgdir/usr/share/php-apcu/apc.php
-   install -D -m644 INSTALL $pkgdir/usr/share/doc/php-apcu/install.txt
-}

Copied: php-apcu/repos/extra-x86_64/PKGBUILD (from rev 215108, 
php-apcu/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-06-14 10:57:01 UTC (rev 215109)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=php-apcu
+pkgver=4.0.6
+pkgrel=2
+arch=('i686' 'x86_64')
+pkgdesc='A userland caching module for PHP'

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

2014-06-14 Thread Thorsten Töpper
Date: Saturday, June 14, 2014 @ 13:13:12
  Author: ttoepper
Revision: 113139

upgpkg: fcron 3.1.3-2 FS 40636

Modified:
  fcron/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-14 07:25:33 UTC (rev 113138)
+++ PKGBUILD2014-06-14 11:13:12 UTC (rev 113139)
@@ -7,7 +7,7 @@
 
 pkgname=fcron
 pkgver=3.1.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Feature-rich cron implementation'
 arch=(i686 x86_64)
 url='http://fcron.free.fr'
@@ -24,7 +24,8 @@
 conflicts=('dcron')
 backup=('etc/fcron/fcron.conf'
 'etc/fcron/fcron.allow'
-'etc/fcron/fcron.deny')
+'etc/fcron/fcron.deny'
+'var/spool/fcron/systab.orig')
 options=('emptydirs' '!makeflags')
 install=$pkgname.install
 source=(http://fcron.free.fr/archives/$pkgname-$pkgver.src.tar.gz;



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

2014-06-14 Thread Thorsten Töpper
Date: Saturday, June 14, 2014 @ 13:13:18
  Author: ttoepper
Revision: 113140

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

Added:
  fcron/repos/community-i686/PKGBUILD
(from rev 113139, fcron/trunk/PKGBUILD)
  fcron/repos/community-i686/fcron.install
(from rev 113139, fcron/trunk/fcron.install)
  fcron/repos/community-i686/systab.orig
(from rev 113139, fcron/trunk/systab.orig)
  fcron/repos/community-x86_64/PKGBUILD
(from rev 113139, fcron/trunk/PKGBUILD)
  fcron/repos/community-x86_64/fcron.install
(from rev 113139, fcron/trunk/fcron.install)
  fcron/repos/community-x86_64/systab.orig
(from rev 113139, fcron/trunk/systab.orig)
Deleted:
  fcron/repos/community-i686/PKGBUILD
  fcron/repos/community-i686/fcron.install
  fcron/repos/community-i686/systab.orig
  fcron/repos/community-x86_64/PKGBUILD
  fcron/repos/community-x86_64/fcron.install
  fcron/repos/community-x86_64/systab.orig

+
 /PKGBUILD  |  174 +++
 /fcron.install |   88 +++
 /systab.orig   |8 +
 community-i686/PKGBUILD|   86 ---
 community-i686/fcron.install   |   44 -
 community-i686/systab.orig |4 
 community-x86_64/PKGBUILD  |   86 ---
 community-x86_64/fcron.install |   44 -
 community-x86_64/systab.orig   |4 
 9 files changed, 270 insertions(+), 268 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-14 11:13:12 UTC (rev 113139)
+++ community-i686/PKGBUILD 2014-06-14 11:13:18 UTC (rev 113140)
@@ -1,86 +0,0 @@
-# $Id$
-# Contributor: Giorgio Lando lando at imap dot cc
-# Contributor: Sergej Pupykin
-# Contributor: Thomas Bächler
-# Contributor: Sébastien Luttringer
-# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
-
-pkgname=fcron
-pkgver=3.1.3
-pkgrel=1
-pkgdesc='Feature-rich cron implementation'
-arch=(i686 x86_64)
-url='http://fcron.free.fr'
-license=('GPL')
-depends=('pam' 'run-parts')
-makedepends=('smtp-forwarder' 'vi' 'fcron')
-# use fcron as recursive deps to have user fcron installed during installation
-# else add the following in build chroot
-# groupadd -g 23 fcron
-# useradd -r -d /var/spool/fcron -u 23 -g 23 fcron
-optdepends=('smtp-forwarder: to send mails from cron jobs'
-'vi: default editor for fcrontab')
-provides=('cron')
-conflicts=('dcron')
-backup=('etc/fcron/fcron.conf'
-'etc/fcron/fcron.allow'
-'etc/fcron/fcron.deny')
-options=('emptydirs' '!makeflags')
-install=$pkgname.install
-source=(http://fcron.free.fr/archives/$pkgname-$pkgver.src.tar.gz;
-'systab.orig')
-md5sums=('b58ce88344eb4c80a353066547d20a24'
- 'afecbfd98caa49e8e4aa239fa1b19255')
-
-build() {
-  cd $pkgname-$pkgver
-  # Don't use --username=root and --groupname=root, this completly break
-  # fcron security and allow local root escalation.
-  # Thanks to Anh K. Huynh ky...@theslinux.org for reporting it.
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --sysconfdir=/etc/fcron \
-  --with-answer-all=no \
-  --with-boot-install=no \
-  --datarootdir=/usr/share \
-  --datadir=/usr/share \
-  --with-docdir=/usr/share/doc \
-  --localstatedir=/var \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system \
-  --with-piddir=/run \
-  --with-editor=/usr/bin/vi \
-  --with-sendmail=/usr/bin/sendmail
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-  install -Dm644 files/fcron.pam $pkgdir/etc/pam.d/fcron
-  install -Dm644 files/fcrontab.pam $pkgdir/etc/pam.d/fcrontab
-
-  # Install a default fcrontab so that fcron can completely replace dcron
-  # We doesn't use binary format which is incompatible between arch and may 
cause crash
-  # We regenerate the binary format at each update
-  install -Dm640 $srcdir/systab.orig $pkgdir/var/spool/fcron/systab.orig
-
-  # Add cron.* directories
-  install -d -m755 $pkgdir/etc/cron.daily
-  install -d -m755 $pkgdir/etc/cron.hourly
-  install -d -m755 $pkgdir/etc/cron.monthly
-  install -d -m755 $pkgdir/etc/cron.weekly
-
-  # remove docs
-  rm -r $pkgdir/usr/share/doc
-
-  # avoid conflict with filesystem=2012.06
-  rmdir $pkgdir/{var/,}run
-
-  # avoid conflict with libbsd - #31259
-  rm $pkgdir/usr/share/man/man3/bitstring.3 \
-$pkgdir/usr/share/man/fr/man3/bitstring.3
-  rmdir --ignore-fail-on-non-empty $pkgdir/usr/share/man/man3 \
-$pkgdir/usr/share/man/fr/man3
-}
-
-# vim:set ts=2 sw=2 et:

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

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

2014-06-14 Thread Guillaume Alaux
Date: Saturday, June 14, 2014 @ 14:09:30
  Author: guillaume
Revision: 215110

Icedtea release. Build against giflib 5.0.6

Modified:
  java7-openjdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-14 10:57:01 UTC (rev 215109)
+++ PKGBUILD2014-06-14 12:09:30 UTC (rev 215110)
@@ -6,24 +6,15 @@
 pkgname=('jre7-openjdk-headless' 'jre7-openjdk' 'jdk7-openjdk' 'openjdk7-src' 
'openjdk7-doc')
 pkgbase=java7-openjdk
 _java_ver=7
-_icedtea_ver=2.4.7
+_icedtea_ver=2.5.0
 
 # check ${srcdir}/icedtea-${_icedtea_ver}/Makefile.am
-_JDK_UPDATE_VERSION=55
+_JDK_UPDATE_VERSION=60
 
-_CORBA_CHANGESET=e6ad5b912691
-_JAXP_CHANGESET=94b7e8e0d96f
-_JAXWS_CHANGESET=bd9a50a78d04
-_JDK_CHANGESET=9448fff93286
-_LANGTOOLS_CHANGESET=8c26a3c39128
-_OPENJDK_CHANGESET=13970e76b784
-
-_HOTSPOT_CHANGESET=69b542696e5b  # see 
${srcdir}/icedtea-${_icedtea_ver}/hotspot.map
-
 _bootstrap=0 # 0/1 for quick build or full bootstrap
 
 pkgver=${_java_ver}.u${_JDK_UPDATE_VERSION}_${_icedtea_ver}
-pkgrel=2
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://icedtea.classpath.org;
 license=('custom')
@@ -33,46 +24,45 @@
  'java-rhino' 'libpulse=0.9.11' 'zip' 'unzip' 'cpio' 'fastjar' 
'wget'
  'eclipse-ecj')
 
-_url=http://icedtea.classpath.org/hg/release/icedtea7-forest-${_icedtea_ver:0:3}
-source=(http://icedtea.classpath.org/download/source/icedtea-${_icedtea_ver}.tar.gz
-
openjdk-${_OPENJDK_CHANGESET}.tar.gz::${_url}/archive/${_OPENJDK_CHANGESET}.tar.gz
-
corba-${_CORBA_CHANGESET}.tar.gz::${_url}/corba/archive/${_CORBA_CHANGESET}.tar.gz
-
jaxp-${_JAXP_CHANGESET}.tar.gz::${_url}/jaxp/archive/${_JAXP_CHANGESET}.tar.gz
-
jaxws-${_JAXWS_CHANGESET}.tar.gz::${_url}/jaxws/archive/${_JAXWS_CHANGESET}.tar.gz
-
jdk-${_JDK_CHANGESET}.tar.gz::${_url}/jdk/archive/${_JDK_CHANGESET}.tar.gz
-
langtools-${_LANGTOOLS_CHANGESET}.tar.gz::${_url}/langtools/archive/${_LANGTOOLS_CHANGESET}.tar.gz
-
hotspot-${_HOTSPOT_CHANGESET}.tar.gz::${_url}/hotspot/archive/${_HOTSPOT_CHANGESET}.tar.gz
+_icedtea_url=http://icedtea.classpath.org/download
+_drops_url=${_icedtea_url}/drops/icedtea7/${_icedtea_ver:0:3}
+source=(${_icedtea_url}/source/icedtea-${_icedtea_ver}.tar.gz
+${_drops_url}/openjdk.tar.bz2
+${_drops_url}/corba.tar.bz2
+${_drops_url}/jaxp.tar.bz2
+${_drops_url}/jaxws.tar.bz2
+${_drops_url}/jdk.tar.bz2
+${_drops_url}/langtools.tar.bz2
+${_drops_url}/hotspot.tar.bz2
 fontconfig-paths.diff
 openjdk7_nonreparenting-wm.diff
-giflib_5.1.diff
 jdk7-openjdk.profile
 jdk7-openjdk.profile.csh
 jre7-openjdk.profile
 jre7-openjdk.profile.csh)
 
-sha256sums=('754350cbd704b22b7ba3d14c8283eb2d896d137824f95a9e6a2b34678658ade1'
-'bcd45546509defc439f42f230c0ca64e8aa6ec00542c3634aab3a4c10be3fe6b'
-'cc37272df260d08207c84763d4c39d7807728ba2d5908276b9bc63e925e70674'
-'3515cd105c29563bf78432576e658005386f45d7c3b2b7eac7af86cf196aaaea'
-'3e107628080d84a80a78ef0ef9dc3664989291dd17c8bacf031d59fba7bd7f4d'
-'9222e5317264f20d4a0b8170b4c4d02459cda98333c18e3a75064e7856ff58be'
-'5af29e32344e2f2fc0beb31f91b8312f2a0d6d02c53b4cb700ee2e27bcf1043b'
-'e3bbed298ed7c77169fdfddc47cdb85c62ef2e5e7ea04ca28aa8779861efca65'
+sha256sums=('4e369e35dbf37a5fcc1a837861a74609bf907d3d0b9be7ac98d4f9c99dba7100'
+'9a2f9486a48d51f84bdf9b9a52dc34fe90b886aa60ff5447b7f2502479065859'
+'1f9f07f31ce8588cd3cd12465f94e142c852c380059a3dab9831d86d3f264253'
+'59edb741e1b00243c040b399986960fad9e42f7e5dbe0a1e34798752b080c488'
+'ed3803635ed25f58cd86ad8ca27585f77cc50385da0342112980cc6ba8ff6028'
+'508b4e26704749172022c95f44c5aa9feb391e82b54a545fdb79f3a51c269f83'
+'0eb9c19cfbecfbc6ef1e37f475d73f16469b9e1d969f69b1af4b10cbc2415659'
+'645a43adaec3be3d3297479d134c02e444af9f0be33d35942f0ca863592fea26'
 '9ad943ceb3dbcdf45d72974fc3667886a7ed65c69ab9abc17be5412827551a7f'
 '56b919ababb13bd6afdcdaceb112b529b6e82539255f2dae9a7e5eb91645164b'
-'77fba3032edf6cce549cd4e174d9296684b20f4589dc59179fcc8cba7426a4e9'
 'bd55299e08e6f8e61ba5baad0990170891801a29a1e8137e502b5e8a10fc37ea'
 '3f28f8bfc6dd105a07f747d7135c77a77de433e2b8647dd7520a900135203fbd'
 'b7c045b08ad55a9f79390c104fa846d0e7dbb49fccffb2fab2a3824b6b19c9c8'
 '89d99d8ac269ca66e2e279aff652d5aac938a35faec93cd8cff8f048052bd3ce')
 
-noextract=(openjdk-${_OPENJDK_CHANGESET}.tar.gz
-   corba-${_CORBA_CHANGESET}.tar.gz
-   jaxp-${_JAXP_CHANGESET}.tar.gz
-   jaxws-${_JAXWS_CHANGESET}.tar.gz
-   

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

2014-06-14 Thread Guillaume Alaux
Date: Saturday, June 14, 2014 @ 14:43:59
  Author: guillaume
Revision: 215111

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

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

--+
 /PKGBUILD|  682 +
 /fontconfig-paths.diff   |  268 +
 /jdk7-openjdk.profile|2 
 /jdk7-openjdk.profile.csh|2 
 /jre7-openjdk-headless.install   |   22 
 /jre7-openjdk.install|   36 +
 /jre7-openjdk.profile|8 
 /jre7-openjdk.profile.csh|8 
 /openjdk7_nonreparenting-wm.diff |  116 
 extra-i686/PKGBUILD  |  365 -
 extra-i686/fontconfig-paths.diff |  134 
 extra-i686/giflib_5.1.diff   |   14 
 extra-i686/jdk7-openjdk.profile  |1 
 extra-i686/jdk7-openjdk.profile.csh  |1 
 extra-i686/jre7-openjdk-headless.install |   11 
 extra-i686/jre7-openjdk.install  |   18 
 extra-i686/jre7-openjdk.profile  |4 
 extra-i686/jre7-openjdk.profile.csh  |4 
 extra-i686/openjdk7_nonreparenting-wm.diff   |   58 --
 extra-x86_64/PKGBUILD|  365 -
 extra-x86_64/fontconfig-paths.diff   |  134 
 extra-x86_64/giflib_5.1.diff |   14 
 extra-x86_64/jdk7-openjdk.profile|1 
 

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

2014-06-14 Thread Guillaume Alaux
Date: Saturday, June 14, 2014 @ 14:46:25
  Author: guillaume
Revision: 215112

Icedtea 2.5 release. Built against giflib 5.1

Modified:
  java7-openjdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-14 12:43:59 UTC (rev 215111)
+++ PKGBUILD2014-06-14 12:46:25 UTC (rev 215112)
@@ -14,7 +14,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')
@@ -36,6 +36,7 @@
 ${_drops_url}/hotspot.tar.bz2
 fontconfig-paths.diff
 openjdk7_nonreparenting-wm.diff
+giflib_5.1.diff
 jdk7-openjdk.profile
 jdk7-openjdk.profile.csh
 jre7-openjdk.profile
@@ -51,6 +52,7 @@
 '645a43adaec3be3d3297479d134c02e444af9f0be33d35942f0ca863592fea26'
 '9ad943ceb3dbcdf45d72974fc3667886a7ed65c69ab9abc17be5412827551a7f'
 '56b919ababb13bd6afdcdaceb112b529b6e82539255f2dae9a7e5eb91645164b'
+'77fba3032edf6cce549cd4e174d9296684b20f4589dc59179fcc8cba7426a4e9'
 'bd55299e08e6f8e61ba5baad0990170891801a29a1e8137e502b5e8a10fc37ea'
 '3f28f8bfc6dd105a07f747d7135c77a77de433e2b8647dd7520a900135203fbd'
 'b7c045b08ad55a9f79390c104fa846d0e7dbb49fccffb2fab2a3824b6b19c9c8'
@@ -84,7 +86,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/repos (40 files)

2014-06-14 Thread Guillaume Alaux
Date: Saturday, June 14, 2014 @ 14:47:31
  Author: guillaume
Revision: 215113

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

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

+
 /PKGBUILD  |  688 +++
 /fontconfig-paths.diff |  268 
 /giflib_5.1.diff   |   28 
 /jdk7-openjdk.profile  |2 
 /jdk7-openjdk.profile.csh  |2 
 /jre7-openjdk-headless.install |   22 
 /jre7-openjdk.install  |   36 +
 /jre7-openjdk.profile  |8 
 /jre7-openjdk.profile.csh  |8 
 /openjdk7_nonreparenting-wm.diff   |  116 +++
 testing-i686/PKGBUILD  |  354 ---
 testing-i686/fontconfig-paths.diff |  134 
 testing-i686/giflib_5.1.diff   |   14 
 testing-i686/jdk7-openjdk.profile  |1 
 testing-i686/jdk7-openjdk.profile.csh  |1 
 testing-i686/jre7-openjdk-headless.install |   11 
 testing-i686/jre7-openjdk.install  |   18 
 testing-i686/jre7-openjdk.profile  |4 
 testing-i686/jre7-openjdk.profile.csh  |4 
 testing-i686/openjdk7_nonreparenting-wm.diff 

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

2014-06-14 Thread Dave Reisner
Date: Saturday, June 14, 2014 @ 15:02:35
  Author: dreisner
Revision: 215114

upgpkg: systemd 214-2

- remove coredump rule (FS#40737 , numerous idle upstream bugs)
- resolv - resolve (FS#40830)

Modified:
  systemd/trunk/PKGBUILD
  systemd/trunk/systemd.install

-+
 PKGBUILD|5 -
 systemd.install |   12 
 2 files changed, 12 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-14 12:47:31 UTC (rev 215113)
+++ PKGBUILD2014-06-14 13:02:35 UTC (rev 215114)
@@ -4,7 +4,7 @@
 pkgbase=systemd
 pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
 pkgver=214
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=http://www.freedesktop.org/wiki/Software/systemd;
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gobject-introspection' 'gperf'
@@ -82,6 +82,9 @@
   rmdir $pkgdir/etc/systemd/system/getty.target.wants \
   $pkgdir/etc/systemd/system/network-online.target.wants
 
+  # remove the coredump rule until minidumps are a thing.
+  rm $pkgdir/usr/lib/sysctl.d/50-coredump.conf
+
   # get rid of RPM macros
   rm -r $pkgdir/usr/lib/rpm
 

Modified: systemd.install
===
--- systemd.install 2014-06-14 12:47:31 UTC (rev 215113)
+++ systemd.install 2014-06-14 13:02:35 UTC (rev 215114)
@@ -116,14 +116,14 @@
   fi
 }
 
-_214_1_changes() {
+_214_2_changes() {
   # /run/systemd/network/resolv.conf - /run/systemd/resolve/resolv.conf
   if [[ etc/resolv.conf -ef run/systemd/network/resolv.conf ]]; then
 ln -sf /run/systemd/resolve/resolv.conf /etc/resolv.conf
 
 if sd_booted; then
-  if [[ ! -d run/systemd/resolv ]]; then
-mkdir run/systemd/resolv
+  if [[ ! -d run/systemd/resolve ]]; then
+mkdir run/systemd/resolve
   fi
 
   if [[ -f run/systemd/network/resolv.conf ]]; then
@@ -131,6 +131,10 @@
   fi
 fi
   fi
+
+  echo ':: coredumps are no longer sent to the journal by default. To 
re-enable:'
+  echo '   echo /etc/sysctl.d/50-coredump.conf \'
+  echo '   kernel.core_pattern=|/usr/lib/systemd/systemd-coredump %p %u 
%g %s %t %e'
 }
 
 post_install() {
@@ -158,7 +162,7 @@
 209-1
 210-1
 213-4
-214-1)
+214-2)
 
   for v in ${upgrades[@]}; do
 if [[ $(vercmp $v $2) -eq 1 ]]; then



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

2014-06-14 Thread Dave Reisner
Date: Saturday, June 14, 2014 @ 15:03:19
  Author: dreisner
Revision: 215115

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

Added:
  systemd/repos/testing-i686/PKGBUILD
(from rev 215114, systemd/trunk/PKGBUILD)
  systemd/repos/testing-i686/initcpio-hook-udev
(from rev 215114, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-i686/initcpio-install-systemd
(from rev 215114, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-i686/initcpio-install-udev
(from rev 215114, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-i686/systemd.install
(from rev 215114, systemd/trunk/systemd.install)
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 215114, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 215114, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-systemd
(from rev 215114, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 215114, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/systemd.install
(from rev 215114, systemd/trunk/systemd.install)
Deleted:
  systemd/repos/testing-i686/PKGBUILD
  systemd/repos/testing-i686/initcpio-hook-udev
  systemd/repos/testing-i686/initcpio-install-systemd
  systemd/repos/testing-i686/initcpio-install-udev
  systemd/repos/testing-i686/systemd.install
  systemd/repos/testing-x86_64/PKGBUILD
  systemd/repos/testing-x86_64/initcpio-hook-udev
  systemd/repos/testing-x86_64/initcpio-install-systemd
  systemd/repos/testing-x86_64/initcpio-install-udev
  systemd/repos/testing-x86_64/systemd.install

-+
 /PKGBUILD   |  310 ++
 /initcpio-hook-udev |   44 +++
 /initcpio-install-systemd   |  320 +++
 /initcpio-install-udev  |   58 +
 /systemd.install|  348 ++
 testing-i686/PKGBUILD   |  152 -
 testing-i686/initcpio-hook-udev |   22 -
 testing-i686/initcpio-install-systemd   |  160 -
 testing-i686/initcpio-install-udev  |   29 --
 testing-i686/systemd.install|  170 --
 testing-x86_64/PKGBUILD |  152 -
 testing-x86_64/initcpio-hook-udev   |   22 -
 testing-x86_64/initcpio-install-systemd |  160 -
 testing-x86_64/initcpio-install-udev|   29 --
 testing-x86_64/systemd.install  |  170 --
 15 files changed, 1080 insertions(+), 1066 deletions(-)

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


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

2014-06-14 Thread Bartłomiej Piotrowski
Date: Saturday, June 14, 2014 @ 15:14:35
  Author: bpiotrowski
Revision: 113141

upgpkg: mpv 0.3.11-1

new upstream release

Modified:
  mpv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-14 11:13:18 UTC (rev 113140)
+++ PKGBUILD2014-06-14 13:14:35 UTC (rev 113141)
@@ -3,7 +3,7 @@
 # Contributor: Eivind Uggedal eiv...@uggedal.com
 
 pkgname=mpv
-pkgver=0.3.10
+pkgver=0.3.11
 pkgrel=1
 pkgdesc='Video player based on MPlayer/mplayer2'
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 options=('!emptydirs' '!buildflags')
 install=mpv.install
 source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('9cfd0a4118b260bff4a3bc21cac7d1ab')
+md5sums=('c2ab93033ce55e3e0ee596576db88e74')
 
 prepare() {
   cd $pkgname-$pkgver



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

2014-06-14 Thread Bartłomiej Piotrowski
Date: Saturday, June 14, 2014 @ 15:14:41
  Author: bpiotrowski
Revision: 113142

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

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

--+
 /PKGBUILD|   94 +
 /mpv.install |   24 ++
 community-i686/PKGBUILD  |   47 
 community-i686/mpv.install   |   12 -
 community-x86_64/PKGBUILD|   47 
 community-x86_64/mpv.install |   12 -
 6 files changed, 118 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-14 13:14:35 UTC (rev 113141)
+++ community-i686/PKGBUILD 2014-06-14 13:14:41 UTC (rev 113142)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Eivind Uggedal eiv...@uggedal.com
-
-pkgname=mpv
-pkgver=0.3.10
-pkgrel=1
-pkgdesc='Video player based on MPlayer/mplayer2'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://mpv.io'
-depends=(
-  'portaudio' 'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 'libquvi' 
'libgl'
-  'libxinerama' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc-utils' 'wayland'
-  'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua' 'libdvdnav'
-)
-makedepends=('mesa' 'python-docutils' 'ladspa')
-options=('!emptydirs' '!buildflags')
-install=mpv.install
-source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('9cfd0a4118b260bff4a3bc21cac7d1ab')
-
-prepare() {
-  cd $pkgname-$pkgver
-  ./bootstrap.py
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./waf configure --prefix=/usr \
---confdir=/etc/mpv \
---enable-joystick
-
-  ./waf build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  ./waf install --destdir=$pkgdir
-
-  install -d $pkgdir/usr/share/doc/mpv/examples
-  install -m644 etc/{input,example}.conf \
-$pkgdir/usr/share/doc/mpv/examples
-  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
-$pkgdir/usr/share/doc/mpv
-}

Copied: mpv/repos/community-i686/PKGBUILD (from rev 113141, mpv/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-14 13:14:41 UTC (rev 113142)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Eivind Uggedal eiv...@uggedal.com
+
+pkgname=mpv
+pkgver=0.3.11
+pkgrel=1
+pkgdesc='Video player based on MPlayer/mplayer2'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://mpv.io'
+depends=(
+  'portaudio' 'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 'libquvi' 
'libgl'
+  'libxinerama' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc-utils' 'wayland'
+  'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua' 'libdvdnav'
+)
+makedepends=('mesa' 'python-docutils' 'ladspa')
+options=('!emptydirs' '!buildflags')
+install=mpv.install
+source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
+md5sums=('c2ab93033ce55e3e0ee596576db88e74')
+
+prepare() {
+  cd $pkgname-$pkgver
+  ./bootstrap.py
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./waf configure --prefix=/usr \
+--confdir=/etc/mpv \
+--enable-joystick
+
+  ./waf build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  ./waf install --destdir=$pkgdir
+
+  install -d $pkgdir/usr/share/doc/mpv/examples
+  install -m644 etc/{input,example}.conf \
+$pkgdir/usr/share/doc/mpv/examples
+  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
+$pkgdir/usr/share/doc/mpv
+}

Deleted: community-i686/mpv.install
===
--- community-i686/mpv.install  2014-06-14 13:14:35 UTC (rev 113141)
+++ community-i686/mpv.install  2014-06-14 13:14:41 UTC (rev 113142)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor  /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: mpv/repos/community-i686/mpv.install (from rev 113141, 
mpv/trunk/mpv.install)
===
--- community-i686/mpv.install  (rev 0)
+++ community-i686/mpv.install  2014-06-14 13:14:41 UTC (rev 113142)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+  update-desktop-database -q
+}
+

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

2014-06-14 Thread Andreas Radke
Date: Saturday, June 14, 2014 @ 16:39:54
  Author: andyrtr
Revision: 215116

upgpkg: man-pages 3.69-1

upstream update 3.69

Modified:
  man-pages/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-14 13:03:19 UTC (rev 215115)
+++ PKGBUILD2014-06-14 14:39:54 UTC (rev 215116)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=3.68
+pkgver=3.69
 _posixver=2013-a
 pkgrel=1
 pkgdesc=Linux man pages
@@ -13,7 +13,7 @@
 depends=()
 source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.xz)
-sha256sums=('e0d7849996ef836e19b196878492378c5456a6396756d6215709f4574b7aa2c8'
+sha256sums=('a27604b3ff2b61b73bc67350f574de4620b3cd956056b5c9f3b6c1287fabffa3'
 '19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808')
 
 build() {



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

2014-06-14 Thread Andreas Radke
Date: Saturday, June 14, 2014 @ 16:40:05
  Author: andyrtr
Revision: 215117

archrelease: copy trunk to testing-any

Added:
  man-pages/repos/testing-any/
  man-pages/repos/testing-any/PKGBUILD
(from rev 215116, man-pages/trunk/PKGBUILD)

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

Copied: man-pages/repos/testing-any/PKGBUILD (from rev 215116, 
man-pages/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2014-06-14 14:40:05 UTC (rev 215117)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=man-pages
+pkgver=3.69
+_posixver=2013-a
+pkgrel=1
+pkgdesc=Linux man pages
+arch=('any')
+license=('GPL' 'custom')
+url=http://man7.org/linux/man-pages/index.html;
+groups=('base')
+depends=()
+source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
+
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.xz)
+sha256sums=('a27604b3ff2b61b73bc67350f574de4620b3cd956056b5c9f3b6c1287fabffa3'
+'19633a5c75ff7deab35b1d2c3d5b7748e7bd4ef4ab598b647bb7e7f60b90a808')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  
+  # move the posix pages
+  mkdir -p ${srcdir}/$pkgname-$pkgver/man0
+  for sect in 0 1 3; do
+sed -i /^\.so /s/man${sect}p/man$sect/ 
${srcdir}/$pkgname-posix-${_posixver}/man${sect}p/*
+mv -iv ${srcdir}/$pkgname-posix-${_posixver}/man${sect}p/* 
${srcdir}/$pkgname-$pkgver/man$sect/
+  done
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make prefix=${pkgdir}/usr install
+  
+  # posix pages have a custom license
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 ${srcdir}/$pkgname-posix-${_posixver}/POSIX-COPYRIGHT 
${pkgdir}/usr/share/licenses/${pkgname}/POSIX-COPYRIGHT
+  
+  cd ${pkgdir}/usr/share/man
+  # these are included in coreutils
+  rm -f man1/{chgrp,chmod,chown,cp,dir,dd}.1
+  rm -f man1/{df,dircolors,du,install,ln,ls}.1
+  rm -f man1/{mkdir,mkfifo,mknod,mv,rm,rmdir}.1
+  rm -f man1/{touch,vdir}.1
+  # this is included in shadow
+  rm -f man5/passwd.5
+  rm -f man3/getspnam.3
+  # this is included in diffutils
+  rm -f man1/diff.1
+  # this is included in xf86-input-mouse
+  rm -f man4/mouse.4
+  
+  
+}



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

2014-06-14 Thread Felix Yan
Date: Saturday, June 14, 2014 @ 17:05:20
  Author: fyan
Revision: 113143

upgpkg: lib32-flashplugin 11.2.202.378-1

Modified:
  lib32-flashplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-14 13:14:41 UTC (rev 113142)
+++ PKGBUILD2014-06-14 15:05:20 UTC (rev 113143)
@@ -3,7 +3,7 @@
 
 pkgname=lib32-flashplugin
 _licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
-pkgver=11.2.202.356
+pkgver=11.2.202.378
 pkgrel=1
 license=('custom')
 pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
@@ -13,7 +13,7 @@
 #optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
 options=(!strip)
 
source=(flash_player-$pkgver.i386.tar.gz::http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz;)
-md5sums=('8c197a50457c8266ca0e18fa28bd6acf')
+md5sums=('c9d92d88e21b8ecacf284efab5c12477')
 
 package() {
   install -Dm644 ${srcdir}/libflashplayer.so 
${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so



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

2014-06-14 Thread Felix Yan
Date: Saturday, June 14, 2014 @ 17:05:58
  Author: fyan
Revision: 113144

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-14 15:05:20 UTC (rev 113143)
+++ PKGBUILD2014-06-14 15:05:58 UTC (rev 113144)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-
-pkgname=lib32-flashplugin
-_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
-pkgver=11.2.202.356
-pkgrel=1
-license=('custom')
-pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
-url=http://get.adobe.com/flashplayer;
-arch=('x86_64')
-depends=('mozilla-common' 'lib32-libxt' 'lib32-gtk2' 'lib32-nss' 'lib32-curl' 
'lib32-alsa-lib')
-#optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
-options=(!strip)
-source=(flash_player-$pkgver.i386.tar.gz::http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz;)
-md5sums=('8c197a50457c8266ca0e18fa28bd6acf')
-
-package() {
-  install -Dm644 ${srcdir}/libflashplayer.so 
${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so
-  install -d $pkgdir/usr/share/licenses
-  ln -s ${pkgname#*-} $pkgdir/usr/share/licenses/$pkgname
-}

Copied: lib32-flashplugin/repos/multilib-x86_64/PKGBUILD (from rev 113143, 
lib32-flashplugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-14 15:05:58 UTC (rev 113144)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+
+pkgname=lib32-flashplugin
+_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
+pkgver=11.2.202.378
+pkgrel=1
+license=('custom')
+pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
+url=http://get.adobe.com/flashplayer;
+arch=('x86_64')
+depends=('mozilla-common' 'lib32-libxt' 'lib32-gtk2' 'lib32-nss' 'lib32-curl' 
'lib32-alsa-lib')
+#optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
+options=(!strip)
+source=(flash_player-$pkgver.i386.tar.gz::http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz;)
+md5sums=('c9d92d88e21b8ecacf284efab5c12477')
+
+package() {
+  install -Dm644 ${srcdir}/libflashplayer.so 
${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so
+  install -d $pkgdir/usr/share/licenses
+  ln -s ${pkgname#*-} $pkgdir/usr/share/licenses/$pkgname
+}



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

2014-06-14 Thread Felix Yan
Date: Saturday, June 14, 2014 @ 17:09:16
  Author: fyan
Revision: 113145

upgpkg: lib32-nspr 4.10.6-1

sync pkgver with extra/community

Modified:
  lib32-nspr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-14 15:05:58 UTC (rev 113144)
+++ PKGBUILD2014-06-14 15:09:16 UTC (rev 113145)
@@ -5,7 +5,7 @@
 
 _pkgbasename=nspr
 pkgname=lib32-${_pkgbasename}
-pkgver=4.10.5
+pkgver=4.10.6
 pkgrel=1
 pkgdesc=Netscape Portable Runtime (32-bit)
 arch=('x86_64')
@@ -16,9 +16,8 @@
 makedepends=('zip' 'gcc-multilib')
 options=(!emptydirs)
 
source=(http://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/${_pkgbasename}-${pkgver}.tar.gz)
-md5sums=('c903557c620b4b84457f57ddc80934c4')
+md5sums=('6ab81e8d508457905223eaf4ed0a973b')
 
-
 build() {
   cd ${srcdir}/${_pkgbasename}-${pkgver}
 



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

2014-06-14 Thread Felix Yan
Date: Saturday, June 14, 2014 @ 17:09:56
  Author: fyan
Revision: 113146

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-14 15:09:16 UTC (rev 113145)
+++ PKGBUILD2014-06-14 15:09:56 UTC (rev 113146)
@@ -1,44 +0,0 @@
-#$Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: kfgz kfgz at interia pl
-# Contributor: Ionut Biru ibiru at archlinux dot org
-
-_pkgbasename=nspr
-pkgname=lib32-${_pkgbasename}
-pkgver=4.10.5
-pkgrel=1
-pkgdesc=Netscape Portable Runtime (32-bit)
-arch=('x86_64')
-url=http://www.mozilla.org/projects/nspr/;
-#download_url=ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/
-license=('MPL' 'GPL')
-depends=('lib32-glibc' ${_pkgbasename})
-makedepends=('zip' 'gcc-multilib')
-options=(!emptydirs)
-source=(http://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/${_pkgbasename}-${pkgver}.tar.gz)
-md5sums=('c903557c620b4b84457f57ddc80934c4')
-
-
-build() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  ./nspr/configure \
-  --prefix=/usr \
-  --libdir=/usr/lib32 \
-  --includedir=/usr/include/nspr \
-  --enable-optimize \
-  --disable-debug \
-  --enable-32bit
-  make
-}
-
-package() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  chmod 644 $pkgdir/usr/lib32/*.a
-  ln -s nspr.pc $pkgdir/usr/lib32/pkgconfig/mozilla-nspr.pc
-  rm -r $pkgdir/usr/bin/{compile-et.pl,prerr.properties} \
-$pkgdir/usr/include/nspr/md
-  rm -rf ${pkgdir}/usr/{bin,share,include}
-}

Copied: lib32-nspr/repos/multilib-x86_64/PKGBUILD (from rev 113145, 
lib32-nspr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-14 15:09:56 UTC (rev 113146)
@@ -0,0 +1,43 @@
+#$Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: kfgz kfgz at interia pl
+# Contributor: Ionut Biru ibiru at archlinux dot org
+
+_pkgbasename=nspr
+pkgname=lib32-${_pkgbasename}
+pkgver=4.10.6
+pkgrel=1
+pkgdesc=Netscape Portable Runtime (32-bit)
+arch=('x86_64')
+url=http://www.mozilla.org/projects/nspr/;
+#download_url=ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/
+license=('MPL' 'GPL')
+depends=('lib32-glibc' ${_pkgbasename})
+makedepends=('zip' 'gcc-multilib')
+options=(!emptydirs)
+source=(http://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/${_pkgbasename}-${pkgver}.tar.gz)
+md5sums=('6ab81e8d508457905223eaf4ed0a973b')
+
+build() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  ./nspr/configure \
+  --prefix=/usr \
+  --libdir=/usr/lib32 \
+  --includedir=/usr/include/nspr \
+  --enable-optimize \
+  --disable-debug \
+  --enable-32bit
+  make
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  chmod 644 $pkgdir/usr/lib32/*.a
+  ln -s nspr.pc $pkgdir/usr/lib32/pkgconfig/mozilla-nspr.pc
+  rm -r $pkgdir/usr/bin/{compile-et.pl,prerr.properties} \
+$pkgdir/usr/include/nspr/md
+  rm -rf ${pkgdir}/usr/{bin,share,include}
+}



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

2014-06-14 Thread Felix Yan
Date: Saturday, June 14, 2014 @ 17:15:54
  Author: fyan
Revision: 113147

upgpkg: lib32-util-linux 2.24.2-1

sync pkgver with core

Modified:
  lib32-util-linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-14 15:09:56 UTC (rev 113146)
+++ PKGBUILD2014-06-14 15:15:54 UTC (rev 113147)
@@ -4,7 +4,7 @@
 
 _pkgbasename=util-linux
 pkgname=lib32-$_pkgbasename
-pkgver=2.24.1
+pkgver=2.24.2
 pkgrel=1
 pkgdesc=Miscellaneous system utilities for Linux (32-bit)
 url='http://www.kernel.org/pub/linux/utils/util-linux/'
@@ -17,7 +17,7 @@
 license=('GPL2')
 options=('!libtool' '!emptydirs')
 
source=(ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.24/util-linux-$pkgver.tar.xz;)
-md5sums=('88d46ae23ca599ac5af9cf96b531590f')
+md5sums=('3f191727a0d28f7204b755cf1b6ea0aa')
 
 build() {
   cd $_pkgbasename-$pkgver



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

2014-06-14 Thread Felix Yan
Date: Saturday, June 14, 2014 @ 17:16:31
  Author: fyan
Revision: 113148

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-util-linux/repos/multilib-x86_64/PKGBUILD
(from rev 113147, lib32-util-linux/trunk/PKGBUILD)
Deleted:
  lib32-util-linux/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-14 15:15:54 UTC (rev 113147)
+++ PKGBUILD2014-06-14 15:16:31 UTC (rev 113148)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner dreis...@archlinux.org
-# Contributor: judd jvi...@zeroflux.org
-
-_pkgbasename=util-linux
-pkgname=lib32-$_pkgbasename
-pkgver=2.24.1
-pkgrel=1
-pkgdesc=Miscellaneous system utilities for Linux (32-bit)
-url='http://www.kernel.org/pub/linux/utils/util-linux/'
-arch=('x86_64')
-depends=('lib32-glibc' $_pkgbasename)
-makedepends=('gcc-multilib')
-provides=('lib32-util-linux-ng')
-conflicts=('lib32-util-linux-ng')
-replaces=('lib32-util-linux-ng')
-license=('GPL2')
-options=('!libtool' '!emptydirs')
-source=(ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.24/util-linux-$pkgver.tar.xz;)
-md5sums=('88d46ae23ca599ac5af9cf96b531590f')
-
-build() {
-  cd $_pkgbasename-$pkgver
-
-  ./configure \
-  CC=${CC:-cc} -m32 \
-  PKG_CONFIG_PATH=/usr/lib32/pkgconfig \
-  --without-ncurses \
-  --libdir=/usr/lib32
-
-  make lib{uuid,blkid,mount}.la
-}
-
-package() {
-  make -C $_pkgbasename-$pkgver \
-DESTDIR=$pkgdir \
-install-usrlib_execLTLIBRARIES \
-install-pkgconfigDATA
-}

Copied: lib32-util-linux/repos/multilib-x86_64/PKGBUILD (from rev 113147, 
lib32-util-linux/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-14 15:16:31 UTC (rev 113148)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+_pkgbasename=util-linux
+pkgname=lib32-$_pkgbasename
+pkgver=2.24.2
+pkgrel=1
+pkgdesc=Miscellaneous system utilities for Linux (32-bit)
+url='http://www.kernel.org/pub/linux/utils/util-linux/'
+arch=('x86_64')
+depends=('lib32-glibc' $_pkgbasename)
+makedepends=('gcc-multilib')
+provides=('lib32-util-linux-ng')
+conflicts=('lib32-util-linux-ng')
+replaces=('lib32-util-linux-ng')
+license=('GPL2')
+options=('!libtool' '!emptydirs')
+source=(ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.24/util-linux-$pkgver.tar.xz;)
+md5sums=('3f191727a0d28f7204b755cf1b6ea0aa')
+
+build() {
+  cd $_pkgbasename-$pkgver
+
+  ./configure \
+  CC=${CC:-cc} -m32 \
+  PKG_CONFIG_PATH=/usr/lib32/pkgconfig \
+  --without-ncurses \
+  --libdir=/usr/lib32
+
+  make lib{uuid,blkid,mount}.la
+}
+
+package() {
+  make -C $_pkgbasename-$pkgver \
+DESTDIR=$pkgdir \
+install-usrlib_execLTLIBRARIES \
+install-pkgconfigDATA
+}



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

2014-06-14 Thread Andrea Scarpino
Date: Saturday, June 14, 2014 @ 17:20:39
  Author: andrea
Revision: 215119

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

Added:
  sip/repos/testing-i686/
  sip/repos/testing-i686/PKGBUILD
(from rev 215118, sip/trunk/PKGBUILD)
  sip/repos/testing-x86_64/
  sip/repos/testing-x86_64/PKGBUILD
(from rev 215118, sip/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   64 ++
 testing-x86_64/PKGBUILD |   64 ++
 2 files changed, 128 insertions(+)

Copied: sip/repos/testing-i686/PKGBUILD (from rev 215118, sip/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-14 15:20:39 UTC (rev 215119)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+# Contributor: riai r...@bigfoot.com, Ben b...@benmazer.net
+
+pkgbase=sip
+pkgname=('sip' 'python-sip' 'python2-sip')
+pkgver=4.16.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.riverbankcomputing.com/software/sip/intro'
+license=('custom:sip')
+makedepends=('python' 'python2')
+source=(http://downloads.sourceforge.net/pyqt/${pkgbase}-${pkgver}.tar.gz;)
+md5sums=('e41fecec1b35b7b9d158aed464786813')
+
+build() {
+  cp -r ${pkgbase}-${pkgver} python2-${pkgbase}-${pkgver}
+
+  cd ${pkgbase}-${pkgver}
+  python configure.py CFLAGS=${CFLAGS} LFLAGS=${LDFLAGS}
+  make
+
+  ### Python2 version ###
+  cd ../python2-${pkgbase}-${pkgver}
+  python2 configure.py CFLAGS=${CFLAGS} LFLAGS=${LDFLAGS}
+  make
+}
+
+package_sip() {
+  pkgdesc=A tool that makes it easy to create Python bindings for C and C++ 
libraries
+  depends=('glibc')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install -C sipgen
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python-sip() {
+  pkgdesc=Python 3.x SIP bindings for C and C++ libraries
+  depends=('sip' 'python')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install -C siplib
+
+  install -Dm644 sipconfig.py 
${pkgdir}/usr/lib/python3.4/site-packages/sipconfig.py
+  install -Dm644 sipdistutils.py 
${pkgdir}/usr/lib/python3.4/site-packages/sipdistutils.py
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-sip() {
+  pkgdesc=Python 2.x SIP bindings for C and C++ libraries
+  depends=('sip' 'python2')
+
+  cd python2-${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install -C siplib
+
+  install -Dm644 sipconfig.py 
${pkgdir}/usr/lib/python2.7/site-packages/sipconfig.py
+  install -Dm644 sipdistutils.py 
${pkgdir}/usr/lib/python2.7/site-packages/sipdistutils.py
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: sip/repos/testing-x86_64/PKGBUILD (from rev 215118, sip/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-14 15:20:39 UTC (rev 215119)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+# Contributor: riai r...@bigfoot.com, Ben b...@benmazer.net
+
+pkgbase=sip
+pkgname=('sip' 'python-sip' 'python2-sip')
+pkgver=4.16.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.riverbankcomputing.com/software/sip/intro'
+license=('custom:sip')
+makedepends=('python' 'python2')
+source=(http://downloads.sourceforge.net/pyqt/${pkgbase}-${pkgver}.tar.gz;)
+md5sums=('e41fecec1b35b7b9d158aed464786813')
+
+build() {
+  cp -r ${pkgbase}-${pkgver} python2-${pkgbase}-${pkgver}
+
+  cd ${pkgbase}-${pkgver}
+  python configure.py CFLAGS=${CFLAGS} LFLAGS=${LDFLAGS}
+  make
+
+  ### Python2 version ###
+  cd ../python2-${pkgbase}-${pkgver}
+  python2 configure.py CFLAGS=${CFLAGS} LFLAGS=${LDFLAGS}
+  make
+}
+
+package_sip() {
+  pkgdesc=A tool that makes it easy to create Python bindings for C and C++ 
libraries
+  depends=('glibc')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install -C sipgen
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python-sip() {
+  pkgdesc=Python 3.x SIP bindings for C and C++ libraries
+  depends=('sip' 'python')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install -C siplib
+
+  install -Dm644 sipconfig.py 
${pkgdir}/usr/lib/python3.4/site-packages/sipconfig.py
+  install -Dm644 sipdistutils.py 
${pkgdir}/usr/lib/python3.4/site-packages/sipdistutils.py
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-sip() {
+  pkgdesc=Python 2.x SIP bindings for C and C++ libraries
+  depends=('sip' 'python2')
+
+  cd python2-${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install -C siplib
+
+  install -Dm644 sipconfig.py 

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

2014-06-14 Thread Andrea Scarpino
Date: Saturday, June 14, 2014 @ 17:20:30
  Author: andrea
Revision: 215118

upgpkg: sip 4.16.1-1

Upstream release

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-14 14:40:05 UTC (rev 215117)
+++ PKGBUILD2014-06-14 15:20:30 UTC (rev 215118)
@@ -5,14 +5,14 @@
 
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip')
-pkgver=4.15.5
-pkgrel=2
+pkgver=4.16.1
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.riverbankcomputing.com/software/sip/intro'
 license=('custom:sip')
 makedepends=('python' 'python2')
 source=(http://downloads.sourceforge.net/pyqt/${pkgbase}-${pkgver}.tar.gz;)
-md5sums=('4c95447c7b0391b7f183cf9f92ae9bc6')
+md5sums=('e41fecec1b35b7b9d158aed464786813')
 
 build() {
   cp -r ${pkgbase}-${pkgver} python2-${pkgbase}-${pkgver}



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

2014-06-14 Thread Felix Yan
Date: Saturday, June 14, 2014 @ 17:21:48
  Author: fyan
Revision: 113149

upgpkg: lib32-curl 7.37.0-1

sync pkgver with core

Modified:
  lib32-curl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-14 15:16:31 UTC (rev 113148)
+++ PKGBUILD2014-06-14 15:21:48 UTC (rev 113149)
@@ -8,7 +8,7 @@
 
 pkgname=lib32-curl
 _pkgname=curl
-pkgver=7.36.0
+pkgver=7.37.0
 pkgrel=1
 pkgdesc=An URL retrieval utility and library (32-bit)
 arch=('x86_64')
@@ -16,7 +16,7 @@
 license=('MIT')
 depends=('lib32-libssh2' 'lib32-krb5' ${_pkgname})
 source=(http://curl.haxx.se/download/$_pkgname-$pkgver.tar.gz{,.asc})
-md5sums=('643a7030b27449e76413d501d4b8eb57'
+md5sums=('c35d0b20a7ef38951da81b6cae7e5c36'
  'SKIP')
 
 



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

2014-06-14 Thread Felix Yan
Date: Saturday, June 14, 2014 @ 17:21:30
  Author: fyan
Revision: 215120

upgpkg: python-setuptools 1:3.8.1-1

- upstream withdrawed 4.x series, adding epoch to follow their current release 
line (3.8.x)
  for more info: 
https://bitbucket.org/pypa/setuptools/commits/8da0d86e68bdcd12a96187bf48d15ac7140ea74f#comment-1019200

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-14 15:20:39 UTC (rev 215119)
+++ PKGBUILD2014-06-14 15:21:30 UTC (rev 215120)
@@ -4,8 +4,9 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=4.0.1
+pkgver=3.8.1
 pkgrel=1
+epoch=1
 pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
 arch=('any')
 license=('PSF')
@@ -13,20 +14,8 @@
 makedepends=('python' 'python2')
 checkdepends=('python-pytest' 'python2-pytest')
 
source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-sha512sums=('9cc63fc2a989bfca2556c8d0b2991346a0c7474dceb11165cf86fe03fd054fdd463375651654f08710f3b87b65cabe20192f2017fc1b02df9a529b97a066')
+sha512sums=('72f402dcc274dbf9693ddcc507ebd6cfe97f59a937d3d8d0e56e87f21fd0cba3c9350134ecc36a9ab181e1cc1f9a0e9eb5ed463ae1c36d14e517efbeab13852d')
 
-check() {
-  # Workaround UTF-8 tests by setting LC_CTYPE
-
-  # Check python3 module
-  cd ${srcdir}/setuptools-${pkgver}
-  LC_CTYPE=en_US.utf8 python3 setup.py test
-
-  # Check python2 module
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  LC_CTYPE=en_US.utf8 python2 setup.py test
-}
- 
 prepare() {
   cp -a setuptools-${pkgver}{,-python2}
 
@@ -48,6 +37,18 @@
   cd ${srcdir}/setuptools-${pkgver}-python2
   python2 setup.py build
 }
+
+check() {
+  # Workaround UTF-8 tests by setting LC_CTYPE
+
+  # Check python3 module
+  cd ${srcdir}/setuptools-${pkgver}
+  LC_CTYPE=en_US.utf8 python3 setup.py test
+
+  # Check python2 module
+  cd ${srcdir}/setuptools-${pkgver}-python2
+  LC_CTYPE=en_US.utf8 python2 setup.py test
+}
  
 package_python-setuptools() {
   depends=('python=3.4')



[arch-commits] Commit in lib32-curl/repos/multilib-x86_64 (4 files)

2014-06-14 Thread Felix Yan
Date: Saturday, June 14, 2014 @ 17:22:22
  Author: fyan
Revision: 113150

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-curl/repos/multilib-x86_64/PKGBUILD
(from rev 113149, lib32-curl/trunk/PKGBUILD)
  lib32-curl/repos/multilib-x86_64/curlbuild.h
(from rev 113149, lib32-curl/trunk/curlbuild.h)
Deleted:
  lib32-curl/repos/multilib-x86_64/PKGBUILD
  lib32-curl/repos/multilib-x86_64/curlbuild.h

-+
 PKGBUILD|  126 +-
 curlbuild.h |   18 
 2 files changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-14 15:21:48 UTC (rev 113149)
+++ PKGBUILD2014-06-14 15:22:22 UTC (rev 113150)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwall...@aur.archlinux.org
-# Contributor: Dave Reisner dreis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: Lucien Immink l.imm...@student.fnt.hvu.nl
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=lib32-curl
-_pkgname=curl
-pkgver=7.36.0
-pkgrel=1
-pkgdesc=An URL retrieval utility and library (32-bit)
-arch=('x86_64')
-url=http://curl.haxx.se;
-license=('MIT')
-depends=('lib32-libssh2' 'lib32-krb5' ${_pkgname})
-source=(http://curl.haxx.se/download/$_pkgname-$pkgver.tar.gz{,.asc})
-md5sums=('643a7030b27449e76413d501d4b8eb57'
- 'SKIP')
-
-
-build() {
-  cd $_pkgname-$pkgver
-
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-  
-  ./configure \
-  --prefix=/usr \
-  --mandir=/usr/share/man \
-  --disable-dependency-tracking \
-  --disable-ldap \
-  --disable-ldaps \
-  --enable-ipv6 \
-  --enable-manual \
-  --enable-versioned-symbols \
-  --enable-threaded-resolver \
-  --with-gssapi \
-  --without-libidn \
-  --with-random=/dev/urandom \
-  --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt \
-  --libdir=/usr/lib32
-
-  make
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  rm -rf ${pkgdir}/usr/{share,bin}
-  
-  # license
-  install -d $pkgdir/usr/share/licenses
-  ln -s $_pkgname $pkgdir/usr/share/licenses/$pkgname
-
-  # devel
-  find ${pkgdir}/usr/include/curl -type f -not -name curlbuild.h -delete
-  mv $pkgdir/usr/include/curl/curlbuild.h 
$pkgdir/usr/include/$_pkgname/curlbuild-32.h
-}

Copied: lib32-curl/repos/multilib-x86_64/PKGBUILD (from rev 113149, 
lib32-curl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-14 15:22:22 UTC (rev 113150)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwall...@aur.archlinux.org
+# Contributor: Dave Reisner dreis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Lucien Immink l.imm...@student.fnt.hvu.nl
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=lib32-curl
+_pkgname=curl
+pkgver=7.37.0
+pkgrel=1
+pkgdesc=An URL retrieval utility and library (32-bit)
+arch=('x86_64')
+url=http://curl.haxx.se;
+license=('MIT')
+depends=('lib32-libssh2' 'lib32-krb5' ${_pkgname})
+source=(http://curl.haxx.se/download/$_pkgname-$pkgver.tar.gz{,.asc})
+md5sums=('c35d0b20a7ef38951da81b6cae7e5c36'
+ 'SKIP')
+
+
+build() {
+  cd $_pkgname-$pkgver
+
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+  
+  ./configure \
+  --prefix=/usr \
+  --mandir=/usr/share/man \
+  --disable-dependency-tracking \
+  --disable-ldap \
+  --disable-ldaps \
+  --enable-ipv6 \
+  --enable-manual \
+  --enable-versioned-symbols \
+  --enable-threaded-resolver \
+  --with-gssapi \
+  --without-libidn \
+  --with-random=/dev/urandom \
+  --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt \
+  --libdir=/usr/lib32
+
+  make
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  rm -rf ${pkgdir}/usr/{share,bin}
+  
+  # license
+  install -d $pkgdir/usr/share/licenses
+  ln -s $_pkgname $pkgdir/usr/share/licenses/$pkgname
+
+  # devel
+  find ${pkgdir}/usr/include/curl -type f -not -name curlbuild.h -delete
+  mv $pkgdir/usr/include/curl/curlbuild.h 
$pkgdir/usr/include/$_pkgname/curlbuild-32.h
+}

Deleted: curlbuild.h
===
--- curlbuild.h 2014-06-14 15:21:48 UTC (rev 113149)
+++ curlbuild.h 2014-06-14 15:22:22 UTC (rev 113150)
@@ -1,9 +0,0 @@
-#include bits/wordsize.h
-
-#if __WORDSIZE == 32
-#include curlbuild-32.h
-#elif __WORDSIZE == 64
-#include curlbuild-64.h
-#else
-#error Unknown word size
-#endif

Copied: lib32-curl/repos/multilib-x86_64/curlbuild.h (from rev 113149, 
lib32-curl/trunk/curlbuild.h)

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

2014-06-14 Thread Felix Yan
Date: Saturday, June 14, 2014 @ 17:22:07
  Author: fyan
Revision: 215121

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-14 15:21:30 UTC (rev 215120)
+++ PKGBUILD2014-06-14 15:22:07 UTC (rev 215121)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=4.0.1
-pkgrel=1
-pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
-arch=('any')
-license=('PSF')
-url=http://pypi.python.org/pypi/setuptools;
-makedepends=('python' 'python2')
-checkdepends=('python-pytest' 'python2-pytest')
-source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-sha512sums=('9cc63fc2a989bfca2556c8d0b2991346a0c7474dceb11165cf86fe03fd054fdd463375651654f08710f3b87b65cabe20192f2017fc1b02df9a529b97a066')
-
-check() {
-  # Workaround UTF-8 tests by setting LC_CTYPE
-
-  # Check python3 module
-  cd ${srcdir}/setuptools-${pkgver}
-  LC_CTYPE=en_US.utf8 python3 setup.py test
-
-  # Check python2 module
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  LC_CTYPE=en_US.utf8 python2 setup.py test
-}
- 
-prepare() {
-  cp -a setuptools-${pkgver}{,-python2}
-
-  cd ${srcdir}/setuptools-${pkgver}
-  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python3| 
setuptools/tests/test_resources.py
-  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3| 
setuptools/command/easy_install.py
-
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
-  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2| 
setuptools/command/easy_install.py
-}
-
-build() {
-  # Build python 3 module
-  cd ${srcdir}/setuptools-${pkgver}
-  python3 setup.py build
-
-  # Build python 2 module
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  python2 setup.py build
-}
- 
-package_python-setuptools() {
-  depends=('python=3.4')
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd ${srcdir}/setuptools-${pkgver}
-  python3 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-}
- 
-package_python2-setuptools() {
-  depends=('python2=2.7')
-  provides=('python2-distribute' 'setuptools')
-  replaces=('python2-distribute' 'setuptools')
-
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-  rm ${pkgdir}/usr/bin/easy_install
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 215120, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-14 15:22:07 UTC (rev 215121)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=3.8.1
+pkgrel=1
+epoch=1
+pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
+arch=('any')
+license=('PSF')
+url=http://pypi.python.org/pypi/setuptools;
+makedepends=('python' 'python2')
+checkdepends=('python-pytest' 'python2-pytest')
+source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
+sha512sums=('72f402dcc274dbf9693ddcc507ebd6cfe97f59a937d3d8d0e56e87f21fd0cba3c9350134ecc36a9ab181e1cc1f9a0e9eb5ed463ae1c36d14e517efbeab13852d')
+
+prepare() {
+  cp -a setuptools-${pkgver}{,-python2}
+
+  cd ${srcdir}/setuptools-${pkgver}
+  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python3| 
setuptools/tests/test_resources.py
+  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3| 
setuptools/command/easy_install.py
+
+  cd ${srcdir}/setuptools-${pkgver}-python2
+  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
+  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2| 
setuptools/command/easy_install.py
+}
+
+build() {
+  # Build python 3 module
+  cd ${srcdir}/setuptools-${pkgver}
+  python3 setup.py build
+
+  # Build python 2 module
+  cd ${srcdir}/setuptools-${pkgver}-python2
+  python2 setup.py build
+}
+
+check() {
+  # Workaround UTF-8 tests by setting LC_CTYPE
+
+  # Check python3 module
+  cd ${srcdir}/setuptools-${pkgver}
+  LC_CTYPE=en_US.utf8 python3 setup.py test
+
+  # Check python2 module
+  cd ${srcdir}/setuptools-${pkgver}-python2
+  LC_CTYPE=en_US.utf8 python2 setup.py test
+}
+ 
+package_python-setuptools() {
+  

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

2014-06-14 Thread Andrea Scarpino
Date: Saturday, June 14, 2014 @ 17:24:28
  Author: andrea
Revision: 215122

upgpkg: pyqt4 4.11-1

Upstream release

Modified:
  pyqt4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-14 15:22:07 UTC (rev 215121)
+++ PKGBUILD2014-06-14 15:24:28 UTC (rev 215122)
@@ -5,8 +5,8 @@
 
 pkgbase=pyqt4
 pkgname=('pyqt4-common' 'python-pyqt4' 'python2-pyqt4')
-pkgver=4.10.4
-pkgrel=2
+pkgver=4.11
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.riverbankcomputing.com/software/pyqt/intro'
 license=('GPL')
@@ -13,13 +13,13 @@
 makedepends=('python-sip' 'python-dbus' 'python2-sip' 'phonon' 'mesa'
  'python2-opengl' 'qt-assistant-compat' 'qtwebkit' 'python2-dbus')
 source=(http://downloads.sourceforge.net/pyqt/PyQt-x11-gpl-${pkgver}.tar.gz;)
-md5sums=('20940f6b2c957269cdd02d0efe537515')
+md5sums=('8b991f95fec9582cdcc1bf1f4ac02406')
 
 build() {
   cp -r PyQt-x11-gpl-${pkgver} Py2Qt-x11-gpl-${pkgver}
 
   cd PyQt-x11-gpl-${pkgver}
-  python configure.py \
+  python configure-ng.py \
 --confirm-license \
 --qsci-api \
 -q /usr/bin/qmake-qt4
@@ -31,7 +31,7 @@
 
   ### Python2 version ###
   cd ../Py2Qt-x11-gpl-${pkgver}
-  python2 configure.py \
+  python2 configure-ng.py \
 --confirm-license \
 -v /usr/share/sip \
 --qsci-api \



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

2014-06-14 Thread Andrea Scarpino
Date: Saturday, June 14, 2014 @ 17:24:37
  Author: andrea
Revision: 215123

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

Added:
  pyqt4/repos/testing-i686/
  pyqt4/repos/testing-i686/PKGBUILD
(from rev 215122, pyqt4/trunk/PKGBUILD)
  pyqt4/repos/testing-x86_64/
  pyqt4/repos/testing-x86_64/PKGBUILD
(from rev 215122, pyqt4/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |  101 ++
 testing-x86_64/PKGBUILD |  101 ++
 2 files changed, 202 insertions(+)

Copied: pyqt4/repos/testing-i686/PKGBUILD (from rev 215122, 
pyqt4/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-14 15:24:37 UTC (rev 215123)
@@ -0,0 +1,101 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+# Contributor: riai r...@bigfoot.com Ben b...@benmazer.net
+
+pkgbase=pyqt4
+pkgname=('pyqt4-common' 'python-pyqt4' 'python2-pyqt4')
+pkgver=4.11
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.riverbankcomputing.com/software/pyqt/intro'
+license=('GPL')
+makedepends=('python-sip' 'python-dbus' 'python2-sip' 'phonon' 'mesa'
+ 'python2-opengl' 'qt-assistant-compat' 'qtwebkit' 'python2-dbus')
+source=(http://downloads.sourceforge.net/pyqt/PyQt-x11-gpl-${pkgver}.tar.gz;)
+md5sums=('8b991f95fec9582cdcc1bf1f4ac02406')
+
+build() {
+  cp -r PyQt-x11-gpl-${pkgver} Py2Qt-x11-gpl-${pkgver}
+
+  cd PyQt-x11-gpl-${pkgver}
+  python configure-ng.py \
+--confirm-license \
+--qsci-api \
+-q /usr/bin/qmake-qt4
+
+  # Thanks Gerardo for the rpath fix
+  find -name 'Makefile' | xargs sed -i 
's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
+
+  make
+
+  ### Python2 version ###
+  cd ../Py2Qt-x11-gpl-${pkgver}
+  python2 configure-ng.py \
+--confirm-license \
+-v /usr/share/sip \
+--qsci-api \
+-q /usr/bin/qmake-qt4
+
+  # Thanks Gerardo for the rpath fix
+  find -name 'Makefile' | xargs sed -i 
's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
+
+  make
+}
+
+package_pyqt4-common(){
+  pkgdesc=Common PyQt files shared between python-pyqt4 and python2-pyqt4
+  depends=('qt4')
+  replaces=('pyqt-common')
+  conflicts=('pyqt-common')
+  provides=(pyqt-common=${pkgver})
+
+  cd PyQt-x11-gpl-${pkgver}
+  make -C pyrcc DESTDIR=${pkgdir} install
+  make -C pylupdate DESTDIR=${pkgdir} install
+
+  install -Dm644 PyQt4.api ${pkgdir}/usr/share/qt4/qsci/api/python/PyQt4.api
+}
+
+package_python-pyqt4(){
+  pkgdesc=A set of Python 3.x bindings for the Qt toolkit
+  depends=('qtwebkit' 'python-sip' 'python-dbus' 'pyqt4-common')
+  optdepends=('phonon: enable audio and video in PyQt applications'
+  'qscintilla: QScintilla API'
+  'qt-assistant-compat: add PyQt online help in Qt Assistant')
+  replaces=('pyqt')
+  conflicts=('pyqt')
+  provides=(pyqt=${pkgver})
+
+  cd PyQt-x11-gpl-${pkgver}
+  # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use 
DESTDIR
+  make DESTDIR=${pkgdir} INSTALL_ROOT=${pkgdir} install
+
+  # Provided by pyqt-common
+  rm ${pkgdir}/usr/bin/{pylupdate4,pyrcc4}
+  rm ${pkgdir}/usr/share/qt4/qsci/api/python/PyQt4.api
+}
+
+package_python2-pyqt4(){
+  pkgdesc=A set of Python 2.x bindings for the Qt toolkit
+  depends=('qtwebkit' 'python2-sip' 'python2-dbus' 'pyqt4-common')
+  optdepends=('phonon: enable audio and video in PyQt applications'
+  'python2-opengl: enable OpenGL 3D graphics in PyQt applications'
+  'qscintilla: QScintilla API'
+  'qt-assistant-compat: add PyQt online help in Qt Assistant')
+  replaces=('python2-pyqt')
+  conflicts=('python2-pyqt')
+  provides=(python2-pyqt=${pkgver})
+
+  cd Py2Qt-x11-gpl-${pkgver}
+  # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use 
DESTDIR
+  make DESTDIR=${pkgdir} INSTALL_ROOT=${pkgdir} install
+
+  # Fix conflicts with python-pyqt4
+  mv ${pkgdir}/usr/bin/{,python2-}pyuic4
+
+  # Provided by python-pyqt4
+  rm ${pkgdir}/usr/bin/{pylupdate4,pyrcc4}
+  rm ${pkgdir}/usr/lib/qt4/plugins/designer/libpyqt4.so
+  rm ${pkgdir}/usr/share/qt4/qsci/api/python/PyQt4.api
+}

Copied: pyqt4/repos/testing-x86_64/PKGBUILD (from rev 215122, 
pyqt4/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-14 15:24:37 UTC (rev 215123)
@@ -0,0 +1,101 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+# Contributor: riai r...@bigfoot.com Ben b...@benmazer.net
+
+pkgbase=pyqt4
+pkgname=('pyqt4-common' 'python-pyqt4' 'python2-pyqt4')
+pkgver=4.11
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.riverbankcomputing.com/software/pyqt/intro'

[arch-commits] Commit in kdemultimedia-kmix/trunk (PKGBUILD use-qdbus-qt4.patch)

2014-06-14 Thread Andrea Scarpino
Date: Saturday, June 14, 2014 @ 17:25:54
  Author: andrea
Revision: 215124

upgpkg: kdemultimedia-kmix 4.13.2-2

Use qdbus from Qt4 since it's available for sure (FS#40786)

Added:
  kdemultimedia-kmix/trunk/use-qdbus-qt4.patch
Modified:
  kdemultimedia-kmix/trunk/PKGBUILD

-+
 PKGBUILD|   20 +++-
 use-qdbus-qt4.patch |   59 ++
 2 files changed, 73 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-14 15:24:37 UTC (rev 215123)
+++ PKGBUILD2014-06-14 15:25:54 UTC (rev 215124)
@@ -3,7 +3,7 @@
 
 pkgname=kdemultimedia-kmix
 pkgver=4.13.2
-pkgrel=1
+pkgrel=2
 pkgdesc=KDE volume control program
 url='http://kde.org/applications/multimedia/kmix/'
 arch=('i686' 'x86_64')
@@ -12,12 +12,20 @@
 depends=('kdebase-runtime')
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/kmix-${pkgver}.tar.xz;)
-sha1sums=('03f676426a9afbc9b0395239d8950319e786a019')
+source=(http://download.kde.org/stable/${pkgver}/src/kmix-${pkgver}.tar.xz;
+'use-qdbus-qt4.patch')
+sha1sums=('03f676426a9afbc9b0395239d8950319e786a019'
+  'f89a076c5a29c51d213864e27d07baf5400ece03')
 
+prepare() {
+  mkdir build
+
+  cd kmix-${pkgver}
+  # FS#40786
+  patch -p1 -i ${srcdir}/use-qdbus-qt4.patch
+}
+
 build() {
-  cd ${srcdir}
-  mkdir build
   cd build
   cmake ../kmix-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
@@ -27,6 +35,6 @@
 }
 
 package() {
-  cd ${srcdir}/build
+  cd build
   make DESTDIR=${pkgdir} install
 }

Added: use-qdbus-qt4.patch
===
--- use-qdbus-qt4.patch (rev 0)
+++ use-qdbus-qt4.patch 2014-06-14 15:25:54 UTC (rev 215124)
@@ -0,0 +1,59 @@
+--- kmix-4.13.2/apps/kmixremote~   2014-06-14 15:17:06.856474667 +
 kmix-4.13.2/apps/kmixremote2014-06-14 15:17:44.759594763 +
+@@ -28,7 +28,7 @@
+ # Prints the mixer DBUS ID's on the console. leaving out the /Mixers/ prefix
+ function listMixers
+ {
+-  qdbus org.kde.kmix /Mixers org.freedesktop.DBus.Properties.Get 
org.kde.KMix.MixSet mixers | cut -f3 -d/
++  qdbus-qt4 org.kde.kmix /Mixers org.freedesktop.DBus.Properties.Get 
org.kde.KMix.MixSet mixers | cut -f3 -d/
+   errorCode=$?
+   if test $errorCode != 0; then
+ echo Error $errorCode listing mixers. KMix is not running.
+@@ -38,7 +38,7 @@
+ # Prints the mixer control DBUS ID's of the given mixer on the console. 
leaving out the /Mixers/ prefix
+ function listControls
+ {
+-  qdbus org.kde.kmix $1 org.freedesktop.DBus.Properties.Get 
org.kde.KMix.Mixer controls  | cut -f4 -d/
++  qdbus-qt4 org.kde.kmix $1 org.freedesktop.DBus.Properties.Get 
org.kde.KMix.Mixer controls  | cut -f4 -d/
+   errorCode=$?
+   if test $errorCode != 0; then
+ echo Error $errorCode listing controls. KMix is not running.
+@@ -47,8 +47,8 @@
+ 
+ command=
+ 
+-if ! type qdbus /dev/null  21 ; then
+-  exit_with_error $0 requires qdbus, but it cannot be found. Please install 
or check \$PATH
++if ! type qdbus-qt4 /dev/null  21 ; then
++  exit_with_error $0 requires qdbus-qt4, but it cannot be found. Please 
install or check \$PATH
+ fi
+ 
+ # Read args
+@@ -58,8 +58,8 @@
+   if test -z $arg; then
+ break
+   elif test x--master = x$arg; then
+-mixer=`qdbus org.kde.kmix /Mixers org.kde.KMix.MixSet.currentMasterMixer`
+-control=`qdbus org.kde.kmix /Mixers 
org.kde.KMix.MixSet.currentMasterControl`
++mixer=`qdbus-qt4 org.kde.kmix /Mixers 
org.kde.KMix.MixSet.currentMasterMixer`
++control=`qdbus-qt4 org.kde.kmix /Mixers 
org.kde.KMix.MixSet.currentMasterControl`
+   elif test x--help = x$arg -o x-h = x$arg; then
+ usage
+ exit 0
+@@ -113,13 +113,13 @@
+ # --- EXECUTE PHASE 
--
+ if test xget = x$command; then
+   # GET
+-  qdbus org.kde.kmix $targetControl org.freedesktop.DBus.Properties.Get 
org.kde.KMix.Control volume
++  qdbus-qt4 org.kde.kmix $targetControl org.freedesktop.DBus.Properties.Get 
org.kde.KMix.Control volume
+ elif test xset = x$command; then
+   # SET
+-  qdbus org.kde.kmix $targetControl org.freedesktop.DBus.Properties.Set 
org.kde.KMix.Control volume $genericArg
++  qdbus-qt4 org.kde.kmix $targetControl org.freedesktop.DBus.Properties.Set 
org.kde.KMix.Control volume $genericArg
+ elif test xmute = x$command; then
+   # MUTE
+-  qdbus org.kde.kmix $targetControl org.freedesktop.DBus.Properties.Set 
org.kde.KMix.Control mute $genericArg
++  qdbus-qt4 org.kde.kmix $targetControl org.freedesktop.DBus.Properties.Set 
org.kde.KMix.Control mute $genericArg
+ else
+   exit_with_error No such command '$command'
+ fi



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

2014-06-14 Thread Andrea Scarpino
Date: Saturday, June 14, 2014 @ 17:26:06
  Author: andrea
Revision: 215125

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

Added:
  kdemultimedia-kmix/repos/extra-i686/PKGBUILD
(from rev 215124, kdemultimedia-kmix/trunk/PKGBUILD)
  kdemultimedia-kmix/repos/extra-i686/kdemultimedia-kmix.install
(from rev 215124, kdemultimedia-kmix/trunk/kdemultimedia-kmix.install)
  kdemultimedia-kmix/repos/extra-i686/use-qdbus-qt4.patch
(from rev 215124, kdemultimedia-kmix/trunk/use-qdbus-qt4.patch)
  kdemultimedia-kmix/repos/extra-x86_64/PKGBUILD
(from rev 215124, kdemultimedia-kmix/trunk/PKGBUILD)
  kdemultimedia-kmix/repos/extra-x86_64/kdemultimedia-kmix.install
(from rev 215124, kdemultimedia-kmix/trunk/kdemultimedia-kmix.install)
  kdemultimedia-kmix/repos/extra-x86_64/use-qdbus-qt4.patch
(from rev 215124, kdemultimedia-kmix/trunk/use-qdbus-qt4.patch)
Deleted:
  kdemultimedia-kmix/repos/extra-i686/PKGBUILD
  kdemultimedia-kmix/repos/extra-i686/kdemultimedia-kmix.install
  kdemultimedia-kmix/repos/extra-x86_64/PKGBUILD
  kdemultimedia-kmix/repos/extra-x86_64/kdemultimedia-kmix.install

-+
 /PKGBUILD   |   80 ++
 /kdemultimedia-kmix.install |   22 
 extra-i686/PKGBUILD |   32 
 extra-i686/kdemultimedia-kmix.install   |   11 
 extra-i686/use-qdbus-qt4.patch  |   59 ++
 extra-x86_64/PKGBUILD   |   32 
 extra-x86_64/kdemultimedia-kmix.install |   11 
 extra-x86_64/use-qdbus-qt4.patch|   59 ++
 8 files changed, 220 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-14 15:25:54 UTC (rev 215124)
+++ extra-i686/PKGBUILD 2014-06-14 15:26:06 UTC (rev 215125)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdemultimedia-kmix
-pkgver=4.13.2
-pkgrel=1
-pkgdesc=KDE volume control program
-url='http://kde.org/applications/multimedia/kmix/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdemultimedia')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/kmix-${pkgver}.tar.xz;)
-sha1sums=('03f676426a9afbc9b0395239d8950319e786a019')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../kmix-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdemultimedia-kmix/repos/extra-i686/PKGBUILD (from rev 215124, 
kdemultimedia-kmix/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-14 15:26:06 UTC (rev 215125)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdemultimedia-kmix
+pkgver=4.13.2
+pkgrel=2
+pkgdesc=KDE volume control program
+url='http://kde.org/applications/multimedia/kmix/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdemultimedia')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kmix-${pkgver}.tar.xz;
+'use-qdbus-qt4.patch')
+sha1sums=('03f676426a9afbc9b0395239d8950319e786a019'
+  'f89a076c5a29c51d213864e27d07baf5400ece03')
+
+prepare() {
+  mkdir build
+
+  cd kmix-${pkgver}
+  # FS#40786
+  patch -p1 -i ${srcdir}/use-qdbus-qt4.patch
+}
+
+build() {
+  cd build
+  cmake ../kmix-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/kdemultimedia-kmix.install
===
--- extra-i686/kdemultimedia-kmix.install   2014-06-14 15:25:54 UTC (rev 
215124)
+++ extra-i686/kdemultimedia-kmix.install   2014-06-14 15:26:06 UTC (rev 
215125)
@@ -1,11 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kdemultimedia-kmix/repos/extra-i686/kdemultimedia-kmix.install (from 
rev 215124, kdemultimedia-kmix/trunk/kdemultimedia-kmix.install)
===
--- extra-i686/kdemultimedia-kmix.install   (rev 0)
+++ extra-i686/kdemultimedia-kmix.install   2014-06-14 15:26:06 UTC (rev 
215125)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() 

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

2014-06-14 Thread Felix Yan
Date: Saturday, June 14, 2014 @ 17:28:31
  Author: fyan
Revision: 113151

upgpkg: lib32-libice 1.0.9-1

sync pkgver with extra

Modified:
  lib32-libice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-14 15:22:22 UTC (rev 113150)
+++ PKGBUILD2014-06-14 15:28:31 UTC (rev 113151)
@@ -4,17 +4,17 @@
 
 _pkgbasename=libice
 pkgname=lib32-$_pkgbasename
-pkgver=1.0.8
+pkgver=1.0.9
 pkgrel=1
 pkgdesc=X11 Inter-Client Exchange library (32-bit)
 arch=(x86_64)
 url=http://xorg.freedesktop.org/;
 depends=('lib32-glibc' $_pkgbasename)
-makedepends=('pkgconfig' 'xtrans=1.2.5' 'gcc-multilib')
+makedepends=('xtrans=1.2.5' 'xorg-util-macros')
 options=('!libtool')
 source=(${url}/releases/individual/lib/libICE-${pkgver}.tar.bz2)
 license=('custom')
-sha1sums=('ddb14df8bbc43df7322978f5f9f802936e2a7324')
+sha1sums=('3c3a857a117ce48a1947a16860056e77cd494fdf')
 
 build() {
   cd ${srcdir}/libICE-${pkgver}



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

2014-06-14 Thread Felix Yan
Date: Saturday, June 14, 2014 @ 17:29:09
  Author: fyan
Revision: 113152

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-14 15:28:31 UTC (rev 113151)
+++ PKGBUILD2014-06-14 15:29:09 UTC (rev 113152)
@@ -1,38 +0,0 @@
-# $Id$
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-# Maintainer: Jan de Groot j...@archlinux.org
-
-_pkgbasename=libice
-pkgname=lib32-$_pkgbasename
-pkgver=1.0.8
-pkgrel=1
-pkgdesc=X11 Inter-Client Exchange library (32-bit)
-arch=(x86_64)
-url=http://xorg.freedesktop.org/;
-depends=('lib32-glibc' $_pkgbasename)
-makedepends=('pkgconfig' 'xtrans=1.2.5' 'gcc-multilib')
-options=('!libtool')
-source=(${url}/releases/individual/lib/libICE-${pkgver}.tar.bz2)
-license=('custom')
-sha1sums=('ddb14df8bbc43df7322978f5f9f802936e2a7324')
-
-build() {
-  cd ${srcdir}/libICE-${pkgver}
-
-  export CC=gcc -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  ./configure --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib32
-
-  make
-}
-
-package() {
-  cd ${srcdir}/libICE-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  rm -rf ${pkgdir}/usr/{include,share}
-
-  mkdir -p $pkgdir/usr/share/licenses
-  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname 
-}

Copied: lib32-libice/repos/multilib-x86_64/PKGBUILD (from rev 113151, 
lib32-libice/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-14 15:29:09 UTC (rev 113152)
@@ -0,0 +1,38 @@
+# $Id$
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+_pkgbasename=libice
+pkgname=lib32-$_pkgbasename
+pkgver=1.0.9
+pkgrel=1
+pkgdesc=X11 Inter-Client Exchange library (32-bit)
+arch=(x86_64)
+url=http://xorg.freedesktop.org/;
+depends=('lib32-glibc' $_pkgbasename)
+makedepends=('xtrans=1.2.5' 'xorg-util-macros')
+options=('!libtool')
+source=(${url}/releases/individual/lib/libICE-${pkgver}.tar.bz2)
+license=('custom')
+sha1sums=('3c3a857a117ce48a1947a16860056e77cd494fdf')
+
+build() {
+  cd ${srcdir}/libICE-${pkgver}
+
+  export CC=gcc -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  ./configure --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib32
+
+  make
+}
+
+package() {
+  cd ${srcdir}/libICE-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  rm -rf ${pkgdir}/usr/{include,share}
+
+  mkdir -p $pkgdir/usr/share/licenses
+  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname 
+}



[arch-commits] Commit in apache-ant/trunk (PKGBUILD bin_ant)

2014-06-14 Thread Guillaume Alaux
Date: Saturday, June 14, 2014 @ 17:28:49
  Author: guillaume
Revision: 215126

Fix FS#40824 Wrong parameter expansion in bin_ant

Modified:
  apache-ant/trunk/PKGBUILD
  apache-ant/trunk/bin_ant

--+
 PKGBUILD |4 ++--
 bin_ant  |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-14 15:26:06 UTC (rev 215125)
+++ PKGBUILD2014-06-14 15:28:49 UTC (rev 215126)
@@ -4,7 +4,7 @@
 # Contributor: Paul Mattal p...@archlinux.org
 pkgname=apache-ant
 pkgver=1.9.4
-pkgrel=1
+pkgrel=2
 pkgdesc='A java-based build tool'
 arch=('any')
 url='http://ant.apache.org/'
@@ -23,7 +23,7 @@
 '182b9212610790966d3a018d3cbab2e5327dd9fd11dc15dd1f377853216f5718'
 '919a3ab1acae1d0d190fe6e0034b00975caab40e55359a720bfccd098fe2d995'
 '3de451d0f963ba96e83f4e068a8325e3d4fc42b1e5c4818e9d7962ed4f5393b3'
-'0823bf8d512c970f540ccad86045bc6a4a98de8cc036b00a36bd01550ee67b20'
+'29b443ae3af7e246b4ff0b5ec9f023ae95992db1a010a362e70ca7a65a6df461'
 'b86ce60f61cbd85a9faa61d698b0fc4607f1ff375cd15673aee57f053012eacb')
 
 _ant_home=/usr/share/${pkgname}

Modified: bin_ant
===
--- bin_ant 2014-06-14 15:26:06 UTC (rev 215125)
+++ bin_ant 2014-06-14 15:28:49 UTC (rev 215126)
@@ -3,4 +3,4 @@
 . /etc/apache-ant/ant.conf
 
 export LOCALCLASSPATH=${OPT_JAR_LIST}
-/usr/share/apache-ant/bin/ant $@
+/usr/share/apache-ant/bin/ant $@



[arch-commits] Commit in apache-ant/repos/extra-any (12 files)

2014-06-14 Thread Guillaume Alaux
Date: Saturday, June 14, 2014 @ 17:30:00
  Author: guillaume
Revision: 215127

archrelease: copy trunk to extra-any

Added:
  apache-ant/repos/extra-any/PKGBUILD
(from rev 215126, apache-ant/trunk/PKGBUILD)
  apache-ant/repos/extra-any/ant.conf
(from rev 215126, apache-ant/trunk/ant.conf)
  apache-ant/repos/extra-any/apache-ant.csh
(from rev 215126, apache-ant/trunk/apache-ant.csh)
  apache-ant/repos/extra-any/apache-ant.install
(from rev 215126, apache-ant/trunk/apache-ant.install)
  apache-ant/repos/extra-any/apache-ant.sh
(from rev 215126, apache-ant/trunk/apache-ant.sh)
  apache-ant/repos/extra-any/bin_ant
(from rev 215126, apache-ant/trunk/bin_ant)
Deleted:
  apache-ant/repos/extra-any/PKGBUILD
  apache-ant/repos/extra-any/ant.conf
  apache-ant/repos/extra-any/apache-ant.csh
  apache-ant/repos/extra-any/apache-ant.install
  apache-ant/repos/extra-any/apache-ant.sh
  apache-ant/repos/extra-any/bin_ant

+
 PKGBUILD   |  156 +--
 ant.conf   |8 +-
 apache-ant.csh |2 
 apache-ant.install |   22 +++
 apache-ant.sh  |2 
 bin_ant|   12 +--
 6 files changed, 101 insertions(+), 101 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-14 15:28:49 UTC (rev 215126)
+++ PKGBUILD2014-06-14 15:30:00 UTC (rev 215127)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Guillaume ALAUX guilla...@archlinux.org
-# Contributor: Andrew Wright andr...@photism.org
-# Contributor: Paul Mattal p...@archlinux.org
-pkgname=apache-ant
-pkgver=1.9.4
-pkgrel=1
-pkgdesc='A java-based build tool'
-arch=('any')
-url='http://ant.apache.org/'
-license=('APACHE')
-depends=('java-environment')
-makedepends=('java-environment' 'apache-ant' 'junit')
-optdepends=('junit: to use the junit tasks')
-install=${pkgname}.install
-source=(http://apache.org/dist/ant/source/${pkgname}-${pkgver}-src.tar.bz2
-${pkgname}.sh
-${pkgname}.csh
-${pkgname}.install
-bin_ant
-ant.conf)
-sha256sums=('ac594ff7dcd461ebb3e607493af7682f84b1ceaa0621e17ec6367b8d2c410a1c'
-'182b9212610790966d3a018d3cbab2e5327dd9fd11dc15dd1f377853216f5718'
-'919a3ab1acae1d0d190fe6e0034b00975caab40e55359a720bfccd098fe2d995'
-'3de451d0f963ba96e83f4e068a8325e3d4fc42b1e5c4818e9d7962ed4f5393b3'
-'0823bf8d512c970f540ccad86045bc6a4a98de8cc036b00a36bd01550ee67b20'
-'b86ce60f61cbd85a9faa61d698b0fc4607f1ff375cd15673aee57f053012eacb')
-
-_ant_home=/usr/share/${pkgname}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # ant needs HOME to download libs to $HOME/.m2/repository
-  export ANT_OPTS=-Duser.home=${srcdir}
-  ant -Ddest=optional -f fetch.xml
-
-  rm lib/optional/junit-4.11.jar
-  ln -s /usr/share/java/junit.jar lib/optional/junit-4.11.jar
-  rm lib/optional/hamcrest-core-1.3.jar
-  ln -s /usr/share/java/hamcrest-core.jar lib/optional/hamcrest-core-1.3.jar
-
-  ant dist
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}/${pkgname}-${pkgver}
-
-  install -dm755 ${pkgdir}${_ant_home}
-
-  install -dm755 ${pkgdir}/etc/${pkgname}
-  cp -Rp etc/* ${pkgdir}/etc/${pkgname}
-  rm ${pkgdir}/etc/${pkgname}/ant-bootstrap.jar
-  ln -s /etc/${pkgname} ${pkgdir}${_ant_home}/etc
-
-  install -dm755 ${pkgdir}${_ant_home}/bin
-  find bin -type f -a ! -name \*.bat -a ! -name \*.cmd \
--exec install -m755 {} ${pkgdir}${_ant_home}/bin \;
-
-  install -Dm755 ${srcdir}/bin_ant ${pkgdir}/usr/bin/ant
-  install -Dm644 ${srcdir}/ant.conf ${pkgdir}/etc/apache-ant/ant.conf
-
-  install -dm755 ${pkgdir}/usr/share/java/${pkgname}
-  install -m644 lib/*.jar ${pkgdir}/usr/share/java/${pkgname}
-  ln -s /usr/share/java/${pkgname} ${pkgdir}${_ant_home}/lib
-
-  # fix python2 path
-  sed -i 's|/usr/bin/python|/usr/bin/python2|' 
${pkgdir}${_ant_home}/bin/runant.py
-
-  # install profile.d script
-  install -dm755 ${pkgdir}/etc/profile.d
-  install -m755 ${srcdir}/${pkgname}.{csh,sh} ${pkgdir}/etc/profile.d/
-
-  # License says NOTICE file should be redistributed for derivative works
-  cd ${srcdir}/${pkgname}-${pkgver}
-  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 LICENSE NOTICE ${pkgdir}/usr/share/licenses/${pkgname}
-}

Copied: apache-ant/repos/extra-any/PKGBUILD (from rev 215126, 
apache-ant/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-14 15:30:00 UTC (rev 215127)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Guillaume ALAUX guilla...@archlinux.org
+# Contributor: Andrew Wright andr...@photism.org
+# Contributor: Paul Mattal p...@archlinux.org
+pkgname=apache-ant
+pkgver=1.9.4
+pkgrel=2
+pkgdesc='A java-based build tool'
+arch=('any')
+url='http://ant.apache.org/'
+license=('APACHE')
+depends=('java-environment')
+makedepends=('java-environment' 'apache-ant' 'junit')

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

2014-06-14 Thread Alexandre Filgueira
Date: Saturday, June 14, 2014 @ 17:44:33
  Author: faidoc
Revision: 113153

upgpkg: cinnamon-settings-daemon 2.2.4-1

Modified:
  cinnamon-settings-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-14 15:29:09 UTC (rev 113152)
+++ PKGBUILD2014-06-14 15:44:33 UTC (rev 113153)
@@ -3,7 +3,7 @@
 # Contributor: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=cinnamon-settings-daemon
-pkgver=2.2.3
+pkgver=2.2.4
 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=('c8776481e9b544662edb7c340805030d1331d70381c1a1b65db681f03e47be0e')
+sha256sums=('5ee1f3d3af20fdadd5a6b948be667a0968c94f99f7b5a1992f03be0e876ff414')
 
 prepare() {
   cd $pkgname-$pkgver



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

2014-06-14 Thread Alexandre Filgueira
Date: Saturday, June 14, 2014 @ 17:45:35
  Author: faidoc
Revision: 113154

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

Added:
  cinnamon-settings-daemon/repos/community-i686/PKGBUILD
(from rev 113153, cinnamon-settings-daemon/trunk/PKGBUILD)
  cinnamon-settings-daemon/repos/community-i686/cinnamon-settings-daemon.install
(from rev 113153, 
cinnamon-settings-daemon/trunk/cinnamon-settings-daemon.install)
  cinnamon-settings-daemon/repos/community-x86_64/PKGBUILD
(from rev 113153, cinnamon-settings-daemon/trunk/PKGBUILD)
  
cinnamon-settings-daemon/repos/community-x86_64/cinnamon-settings-daemon.install
(from rev 113153, 
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-06-14 15:44:33 UTC (rev 113153)
+++ community-i686/PKGBUILD 2014-06-14 15:45:35 UTC (rev 113154)
@@ -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.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
-}

Copied: cinnamon-settings-daemon/repos/community-i686/PKGBUILD (from rev 
113153, cinnamon-settings-daemon/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-14 15:45:35 UTC (rev 113154)
@@ -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.4
+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=('5ee1f3d3af20fdadd5a6b948be667a0968c94f99f7b5a1992f03be0e876ff414')
+
+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-06-14 15:44:33 UTC 
(rev 113153)
+++ community-i686/cinnamon-settings-daemon.install 2014-06-14 15:45:35 UTC 
(rev 113154)
@@ -1,12 +0,0 @@

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

2014-06-14 Thread Andrea Scarpino
Date: Saturday, June 14, 2014 @ 17:46:49
  Author: andrea
Revision: 215132

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-14 15:46:39 UTC (rev 215131)
+++ extra-i686/PKGBUILD 2014-06-14 15:46:49 UTC (rev 215132)
@@ -1,107 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Yichao Yu yyc1...@gmail.com
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-# Contributor: riai r...@bigfoot.com Ben b...@benmazer.net
-
-pkgbase=pyqt5
-pkgname=pyqt5
-pkgname=('pyqt5-common' 'python-pyqt5' 'python2-pyqt5')
-pkgver=5.2.1
-pkgrel=2
-arch=('i686' 'x86_64')
-url=http://riverbankcomputing.co.uk/software/pyqt/intro;
-license=('GPL')
-makedepends=('python-sip' 'python2-sip' 'python-opengl' 'python2-opengl'
- 'python2-dbus' 'python-dbus' 'qt5-multimedia' 'qt5-tools'
- 'qt5-svg' 'qt5-serialport')
-source=(http://downloads.sourceforge.net/project/pyqt/PyQt5/PyQt-${pkgver}/PyQt-gpl-${pkgver}.tar.gz;)
-md5sums=('8ab34b17b7d76ad613ff3af3c59e0c20')
-
-build() {
-  cp -r PyQt-gpl-${pkgver} Py2Qt-gpl-${pkgver}
-
-  cd PyQt-gpl-${pkgver}
-  python3 configure.py \
---confirm-license \
--v /usr/share/sip/PyQt5 \
---qsci-api \
--q /usr/bin/qmake-qt5
-
-  # Thanks Gerardo for the rpath fix
-  find -name 'Makefile' | xargs sed -i 
's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
-
-  make
-
-  ### Python2 version ###
-  cd ../Py2Qt-gpl-${pkgver}
-  python2 configure.py \
---confirm-license \
--v /usr/share/sip/Py2-PyQt5 \
---qsci-api \
--q /usr/bin/qmake-qt5
-
-  # Thanks Gerardo for the rpath fix
-  find -name 'Makefile' | xargs sed -i 
's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
-
-  make
-}
-
-package_pyqt5-common(){
-  pkgdesc=Common PyQt files shared between python-pyqt5 and python2-pyqt5
-  depends=('qt5-base')
-
-  cd PyQt-gpl-${pkgver}
-  make -C pyrcc DESTDIR=${pkgdir} INSTALL_ROOT=${pkgdir} install
-  make -C pylupdate DESTDIR=${pkgdir} INSTALL_ROOT=${pkgdir} install
-
-  install -Dm644 PyQt5.api ${pkgdir}/usr/share/qt/qsci/api/python/PyQt5.api
-}
-
-package_python-pyqt5(){
-  pkgdesc=A set of Python 3.x bindings for the Qt5 toolkit
-  depends=('python-sip' 'pyqt5-common' 'python' 'python')
-  optdepends=('python-opengl: enable OpenGL 3D graphics in PyQt applications'
-  'python-dbus: for python-dbus mainloop support'
-  'qt5-multimedia: QtMultimedia, QtMultimediaWidgets'
-  'qt5-tools: QtHelp, QtDesigner'
-  'qt5-svg: QtSvg'
-  'qt5-webkit: QtWebKit, QtWebKitWidgets'
-  'qt5-xmlpatterns: QtXmlPatterns'
-  'qt5-declarative: QtQml, qmlplugin'
-  'qt5-serialport: QtSerialPort')
-
-  cd PyQt-gpl-${pkgver}
-  # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use 
DESTDIR
-  make DESTDIR=${pkgdir} INSTALL_ROOT=${pkgdir} install
-
-  # Provided by pyqt-common
-  rm ${pkgdir}/usr/bin/{pylupdate5,pyrcc5}
-  rm ${pkgdir}/usr/share/qt/qsci/api/python/PyQt5.api
-}
-
-package_python2-pyqt5(){
-  pkgdesc=A set of Python 2.x bindings for the Qt5 toolkit
-  depends=('python2-sip' 'pyqt5-common' 'python2')
-  optdepends=('python2-opengl: enable OpenGL 3D graphics in PyQt applications'
-  'python-dbus: for python-dbus mainloop support'
-  'qt5-multimedia: QtMultimedia, QtMultimediaWidgets'
-  'qt5-tools: QtHelp, QtDesigner'
-  'qt5-svg: QtSvg'
-  'qt5-webkit: QtWebKit, QtWebKitWidgets'
-  'qt5-xmlpatterns: QtXmlPatterns'
-  'qt5-declarative: QtQml, qmlplugin'
-  'qt5-serialport: QtSerialPort')
-
-  cd Py2Qt-gpl-${pkgver}
-  # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use 
DESTDIR
-  make DESTDIR=${pkgdir} INSTALL_ROOT=${pkgdir} install
-
-  # Fix conflicts with python-pyqt5
-  mv ${pkgdir}/usr/bin/{,python2-}pyuic5
-
-  rm ${pkgdir}/usr/bin/{pylupdate5,pyrcc5}
-  rm ${pkgdir}/usr/lib/qt/plugins/designer/libpyqt5.so
-  rm ${pkgdir}/usr/lib/qt/plugins/PyQt5/libpyqt5qmlplugin.so
-  rm ${pkgdir}/usr/share/qt/qsci/api/python/PyQt5.api
-}

Copied: pyqt5/repos/extra-i686/PKGBUILD (from rev 215131, pyqt5/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 

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

2014-06-14 Thread Andrea Scarpino
Date: Saturday, June 14, 2014 @ 17:46:39
  Author: andrea
Revision: 215131

upgpkg: pyqt5 5.3-1

Upstream release

Modified:
  pyqt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-14 15:40:02 UTC (rev 215130)
+++ PKGBUILD2014-06-14 15:46:39 UTC (rev 215131)
@@ -7,8 +7,8 @@
 pkgbase=pyqt5
 pkgname=pyqt5
 pkgname=('pyqt5-common' 'python-pyqt5' 'python2-pyqt5')
-pkgver=5.2.1
-pkgrel=2
+pkgver=5.3
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://riverbankcomputing.co.uk/software/pyqt/intro;
 license=('GPL')
@@ -16,7 +16,7 @@
  'python2-dbus' 'python-dbus' 'qt5-multimedia' 'qt5-tools'
  'qt5-svg' 'qt5-serialport')
 
source=(http://downloads.sourceforge.net/project/pyqt/PyQt5/PyQt-${pkgver}/PyQt-gpl-${pkgver}.tar.gz;)
-md5sums=('8ab34b17b7d76ad613ff3af3c59e0c20')
+md5sums=('1e00c13e3627a3568d7f7dbc608c6525')
 
 build() {
   cp -r PyQt-gpl-${pkgver} Py2Qt-gpl-${pkgver}



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

2014-06-14 Thread Alexandre Filgueira
Date: Saturday, June 14, 2014 @ 17:49:58
  Author: faidoc
Revision: 113155

upgpkg: cinnamon-screensaver 2.2.4-1

Modified:
  cinnamon-screensaver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-14 15:45:35 UTC (rev 113154)
+++ PKGBUILD2014-06-14 15:49:58 UTC (rev 113155)
@@ -4,7 +4,7 @@
 # Jan de Groot j...@archlinux.org
 
 pkgname=cinnamon-screensaver
-pkgver=2.2.3
+pkgver=2.2.4
 pkgrel=1
 pkgdesc=Screensaver designed to integrate well with the Cinnamon desktop.
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 makedepends=('intltool' 'gnome-common')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-screensaver/archive/$pkgver.tar.gz
cinnamon-screensaver.pam)
-sha256sums=('0893bb4a78dbe0647ffacd38c685da0cbe9d1274cbd40ec063a1615a6b1bf5c8'
+sha256sums=('5fed9a7504856dc362390e3f020b5faa5b4e9a2b4dd09b0e87c04ee18bd40bfa'
 'b6ea9e2eb586d94bcabb617a8f1c2958111df87afdbb51f645882bccdc15cbda')
 
 build() {



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

2014-06-14 Thread Alexandre Filgueira
Date: Saturday, June 14, 2014 @ 17:51:01
  Author: faidoc
Revision: 113156

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

Added:
  cinnamon-screensaver/repos/community-i686/PKGBUILD
(from rev 113155, cinnamon-screensaver/trunk/PKGBUILD)
  cinnamon-screensaver/repos/community-i686/cinnamon-screensaver.pam
(from rev 113155, cinnamon-screensaver/trunk/cinnamon-screensaver.pam)
  cinnamon-screensaver/repos/community-x86_64/PKGBUILD
(from rev 113155, cinnamon-screensaver/trunk/PKGBUILD)
  cinnamon-screensaver/repos/community-x86_64/cinnamon-screensaver.pam
(from rev 113155, cinnamon-screensaver/trunk/cinnamon-screensaver.pam)
Deleted:
  cinnamon-screensaver/repos/community-i686/PKGBUILD
  cinnamon-screensaver/repos/community-i686/cinnamon-screensaver.pam
  cinnamon-screensaver/repos/community-x86_64/PKGBUILD
  cinnamon-screensaver/repos/community-x86_64/cinnamon-screensaver.pam

---+
 /PKGBUILD |   70 
 /cinnamon-screensaver.pam |6 ++
 community-i686/PKGBUILD   |   35 --
 community-i686/cinnamon-screensaver.pam   |3 -
 community-x86_64/PKGBUILD |   35 --
 community-x86_64/cinnamon-screensaver.pam |3 -
 6 files changed, 76 insertions(+), 76 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-14 15:49:58 UTC (rev 113155)
+++ community-i686/PKGBUILD 2014-06-14 15:51:01 UTC (rev 113156)
@@ -1,35 +0,0 @@
-# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
-# Based on gnome-screensaver package:
-# Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Jan de Groot j...@archlinux.org
-
-pkgname=cinnamon-screensaver
-pkgver=2.2.3
-pkgrel=1
-pkgdesc=Screensaver designed to integrate well with the Cinnamon desktop.
-arch=('i686' 'x86_64')
-license=('GPL')
-url=https://github.com/linuxmint/cinnamon-screensaver;
-backup=(etc/pam.d/cinnamon-screensaver)
-depends=('cinnamon-desktop' 'cinnamon-translations' 'dbus-glib' 'libgnomekbd')
-makedepends=('intltool' 'gnome-common')
-source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-screensaver/archive/$pkgver.tar.gz
-   cinnamon-screensaver.pam)
-sha256sums=('0893bb4a78dbe0647ffacd38c685da0cbe9d1274cbd40ec063a1615a6b1bf5c8'
-'b6ea9e2eb586d94bcabb617a8f1c2958111df87afdbb51f645882bccdc15cbda')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-   --libexecdir=/usr/lib/cinnamon-screensaver \
-   --localstatedir=/var \
-   --with-mit-ext --with-systemd
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 ../cinnamon-screensaver.pam 
$pkgdir/etc/pam.d/cinnamon-screensaver
-}

Copied: cinnamon-screensaver/repos/community-i686/PKGBUILD (from rev 113155, 
cinnamon-screensaver/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-14 15:51:01 UTC (rev 113156)
@@ -0,0 +1,35 @@
+# Maintainer: Alexandre Filgueira alexfilgue...@cinnarch.com
+# Based on gnome-screensaver package:
+# Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Jan de Groot j...@archlinux.org
+
+pkgname=cinnamon-screensaver
+pkgver=2.2.4
+pkgrel=1
+pkgdesc=Screensaver designed to integrate well with the Cinnamon desktop.
+arch=('i686' 'x86_64')
+license=('GPL')
+url=https://github.com/linuxmint/cinnamon-screensaver;
+backup=(etc/pam.d/cinnamon-screensaver)
+depends=('cinnamon-desktop' 'cinnamon-translations' 'dbus-glib' 'libgnomekbd')
+makedepends=('intltool' 'gnome-common')
+source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-screensaver/archive/$pkgver.tar.gz
+   cinnamon-screensaver.pam)
+sha256sums=('5fed9a7504856dc362390e3f020b5faa5b4e9a2b4dd09b0e87c04ee18bd40bfa'
+'b6ea9e2eb586d94bcabb617a8f1c2958111df87afdbb51f645882bccdc15cbda')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+   --libexecdir=/usr/lib/cinnamon-screensaver \
+   --localstatedir=/var \
+   --with-mit-ext --with-systemd
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 ../cinnamon-screensaver.pam 
$pkgdir/etc/pam.d/cinnamon-screensaver
+}

Deleted: community-i686/cinnamon-screensaver.pam
===
--- community-i686/cinnamon-screensaver.pam 2014-06-14 15:49:58 UTC (rev 
113155)
+++ community-i686/cinnamon-screensaver.pam 2014-06-14 15:51:01 UTC (rev 
113156)
@@ -1,3 +0,0 @@
-#%PAM-1.0
-authsubstack system-login
--authoptional pam_gnome_keyring.so

Copied: 

[arch-commits] Commit in cinnamon/trunk (PKGBUILD upower_power_applet_fix.patch)

2014-06-14 Thread Alexandre Filgueira
Date: Saturday, June 14, 2014 @ 18:04:03
  Author: faidoc
Revision: 113157

upgpkg: cinnamon 2.2.13-2

Added:
  cinnamon/trunk/upower_power_applet_fix.patch
Modified:
  cinnamon/trunk/PKGBUILD

---+
 PKGBUILD  |   11 +
 upower_power_applet_fix.patch |  300 
 2 files changed, 308 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-14 15:51:01 UTC (rev 113156)
+++ PKGBUILD2014-06-14 16:04:03 UTC (rev 113157)
@@ -6,7 +6,7 @@
 
 pkgname=cinnamon
 pkgver=2.2.13
-pkgrel=1
+pkgrel=2
 pkgdesc=Linux desktop which provides advanced innovative features and a 
traditional user experience
 arch=('i686' 'x86_64')
 url=http://cinnamon.linuxmint.com/;
@@ -23,10 +23,12 @@
 install=${pkgname}.install
 
source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/Cinnamon/archive/$pkgver.tar.gz;
 upower_calender_fix.patch
-set_wheel.patch)
+set_wheel.patch
+upower_power_applet_fix.patch)
 sha256sums=('123261a6a90954adc13f251489d708bc1b611808c63ae87c5189bf717f42483a'
 '2edb96f42fb4da07eee635b1159e3ae869c64d7ac80f600bc509190648abcf3e'
-'dafb2b7b275053aa77d15f2ffab62ad1567aa9d93ed7a82077feeef86b81c7f7')
+'dafb2b7b275053aa77d15f2ffab62ad1567aa9d93ed7a82077feeef86b81c7f7'
+'da6594cd05f5f9c242cdc179e5af1bd5afb79506e77ac457d2a7e8930692c45c')
 
 prepare() {
   cd ${srcdir}/Cinnamon*
@@ -35,6 +37,9 @@
   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 power applet to work with upower 0.99
+  patch -Np1 -i ../upower_power_applet_fix.patch
+
   # Fix calendar applet with upower 0.99
   patch -Np1 -i ../upower_calender_fix.patch
 

Added: upower_power_applet_fix.patch
===
--- upower_power_applet_fix.patch   (rev 0)
+++ upower_power_applet_fix.patch   2014-06-14 16:04:03 UTC (rev 113157)
@@ -0,0 +1,300 @@
+diff -Naur 
Cinnamon-2.2.13.orig/files/usr/share/cinnamon/applets/po...@cinnamon.org/applet.js
 Cinnamon-2.2.13/files/usr/share/cinnamon/applets/po...@cinnamon.org/applet.js
+--- 
Cinnamon-2.2.13.orig/files/usr/share/cinnamon/applets/po...@cinnamon.org/applet.js
 2014-05-25 15:10:49.0 -0500
 
Cinnamon-2.2.13/files/usr/share/cinnamon/applets/po...@cinnamon.org/applet.js   
   2014-05-01 14:58:17.0 -0500
+@@ -36,21 +36,6 @@
+ PENDING_DISCHARGE: 6
+ };
+ 
+-const PowerManagerInterface = {
+-name: 'org.cinnamon.SettingsDaemon.Power',
+-methods: [
+-{ name: 'GetDevices', inSignature: '', outSignature: 'a(susdut)' },
+-{ name: 'GetPrimaryDevice', inSignature: '', outSignature: '(susdut)' 
},
+-],
+-signals: [
+-{ name: 'PropertiesChanged', inSignature: 's,a{sv},a[s]' },
+-],
+-properties: [
+-{ name: 'Icon', signature: 's', access: 'read' },
+-]
+-};
+-let PowerManagerProxy = DBus.makeProxyClass(PowerManagerInterface);
+-
+ const SettingsManagerInterface = {
+   name: 'org.freedesktop.DBus.Properties',
+   methods: [
+@@ -63,6 +48,17 @@
+ 
+ let SettingsManagerProxy = DBus.makeProxyClass(SettingsManagerInterface);
+ 
++const DisplayDeviceInterface = interface 
name=org.freedesktop.UPower.Device
++property name=Type type=u access=read/
++property name=State type=u access=read/
++property name=Percentage type=d access=read/
++property name=TimeToEmpty type=x access=read/
++property name=TimeToFull type=x access=read/
++property name=IsPresent type=b access=read/
++property name=IconName type=s access=read/
++/interface;
++let DisplayDeviceProxy = 
Gio.DBusProxy.makeProxyWrapper(DisplayDeviceInterface);
++
+ function DeviceItem() {
+ this._init.apply(this, arguments);
+ }
+@@ -145,7 +141,13 @@
+ this.menuManager.addMenu(this.menu);
+ 
+ //this.set_applet_icon_symbolic_name('battery-missing');  
  
+-this._proxy = new PowerManagerProxy(DBus.session, BUS_NAME, 
OBJECT_PATH);
++this._proxy = new DisplayDeviceProxy(Gio.DBus.system,
++  'org.freedesktop.UPower',
++  '/org/freedesktop/UPower/devices/DisplayDevice',
++  Lang.bind(this, function (proxy, error) {
++  this._proxy.connect('g-properties-changed', 
Lang.bind(this, this._sync));
++  this._sync();
++  }));
+ this._smProxy = new SettingsManagerProxy(DBus.session, BUS_NAME, 
OBJECT_PATH);
+ 
+ let icon = this.actor.get_children()[0];
+@@ -175,153 +177,121 @@
+ this.menu.addMenuItem(new PopupMenu.PopupSeparatorMenuItem());
+   

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

2014-06-14 Thread Alexandre Filgueira
Date: Saturday, June 14, 2014 @ 18:06:43
  Author: faidoc
Revision: 113158

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

Added:
  cinnamon/repos/community-i686/PKGBUILD
(from rev 113157, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-i686/cinnamon.install
(from rev 113157, cinnamon/trunk/cinnamon.install)
  cinnamon/repos/community-i686/set_wheel.patch
(from rev 113157, cinnamon/trunk/set_wheel.patch)
  cinnamon/repos/community-i686/upower_calender_fix.patch
(from rev 113157, cinnamon/trunk/upower_calender_fix.patch)
  cinnamon/repos/community-i686/upower_power_applet_fix.patch
(from rev 113157, cinnamon/trunk/upower_power_applet_fix.patch)
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 113157, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/cinnamon.install
(from rev 113157, cinnamon/trunk/cinnamon.install)
  cinnamon/repos/community-x86_64/set_wheel.patch
(from rev 113157, cinnamon/trunk/set_wheel.patch)
  cinnamon/repos/community-x86_64/upower_calender_fix.patch
(from rev 113157, cinnamon/trunk/upower_calender_fix.patch)
  cinnamon/repos/community-x86_64/upower_power_applet_fix.patch
(from rev 113157, cinnamon/trunk/upower_power_applet_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  |  166 
 /cinnamon.install  |   24 +
 /set_wheel.patch   |   28 ++
 /upower_calender_fix.patch |   42 +++
 community-i686/PKGBUILD|   78 -
 community-i686/cinnamon.install|   12 
 community-i686/set_wheel.patch |   14 -
 community-i686/upower_calender_fix.patch   |   21 -
 community-i686/upower_power_applet_fix.patch   |  300 +++
 community-x86_64/PKGBUILD  |   78 -
 community-x86_64/cinnamon.install  |   12 
 community-x86_64/set_wheel.patch   |   14 -
 community-x86_64/upower_calender_fix.patch |   21 -
 community-x86_64/upower_power_applet_fix.patch |  300 +++
 14 files changed, 860 insertions(+), 250 deletions(-)

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


[arch-commits] Commit in libffi/trunk (0001-Fix-paths-in-libffi.pc.in.patch PKGBUILD)

2014-06-14 Thread Bartłomiej Piotrowski
Date: Saturday, June 14, 2014 @ 18:13:09
  Author: bpiotrowski
Revision: 215133

upgpkg: libffi 3.1-1

new upstream release

Added:
  libffi/trunk/0001-Fix-paths-in-libffi.pc.in.patch
Modified:
  libffi/trunk/PKGBUILD

--+
 0001-Fix-paths-in-libffi.pc.in.patch |   41 +
 PKGBUILD |   23 --
 2 files changed, 56 insertions(+), 8 deletions(-)

Added: 0001-Fix-paths-in-libffi.pc.in.patch
===
--- 0001-Fix-paths-in-libffi.pc.in.patch(rev 0)
+++ 0001-Fix-paths-in-libffi.pc.in.patch2014-06-14 16:13:09 UTC (rev 
215133)
@@ -0,0 +1,41 @@
+From ad0d1d239afc7ad09203847793dcc020856d1035 Mon Sep 17 00:00:00 2001
+From: Samuli Suominen ssuomi...@gentoo.org
+Date: Thu, 12 Jun 2014 06:30:21 -0400
+Subject: [PATCH] Fix paths in libffi.pc.in
+
+---
+ configure.ac | 10 +-
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 4f7fe3f..bbc1a9d 100644
+--- a/configure.ac
 b/configure.ac
+@@ -590,11 +590,11 @@ AC_ARG_ENABLE(purify-safety,
+ if test x$GCC = xyes; then
+   if test -n $with_cross_host 
+  test x$with_cross_host != xno; then
+-toolexecdir='$(exec_prefix)/$(target_alias)'
+-toolexeclibdir='$(toolexecdir)/lib'
++toolexecdir=${exec_prefix}/'$(target_alias)'
++toolexeclibdir=${toolexecdir}/lib
+   else
+-toolexecdir='$(libdir)/gcc-lib/$(target_alias)'
+-toolexeclibdir='$(libdir)'
++toolexecdir=${libdir}/gcc-lib/'$(target_alias)'
++toolexeclibdir=${libdir}
+   fi
+   multi_os_directory=`$CC $CFLAGS -print-multi-os-directory`
+   case $multi_os_directory in
+@@ -603,7 +603,7 @@ if test x$GCC = xyes; then
+   esac
+   AC_SUBST(toolexecdir)
+ else
+-  toolexeclibdir='$(libdir)'
++  toolexeclibdir=${libdir}
+ fi
+ AC_SUBST(toolexeclibdir)
+ 
+-- 
+2.0.0
+

Modified: PKGBUILD
===
--- PKGBUILD2014-06-14 15:46:49 UTC (rev 215132)
+++ PKGBUILD2014-06-14 16:13:09 UTC (rev 215133)
@@ -1,20 +1,28 @@
 # $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
 # Contributor: Stéphane Gaudreault steph...@archlinux.org
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=libffi
-pkgver=3.0.13
-pkgrel=4
-pkgdesc=Portable, high level programming interface to various calling 
conventions
+pkgver=3.1
+pkgrel=1
+pkgdesc='Portable foreign function interface library'
 arch=('i686' 'x86_64')
-url=http://sourceware.org/libffi/;
+url='http://sourceware.org/libffi/'
 license=('MIT')
 depends=('glibc')
 checkdepends=('dejagnu')
 install=libffi.install
-source=(ftp://sourceware.org/pub/libffi/libffi-${pkgver}.tar.gz)
-sha1sums=('f5230890dc0be42fb5c58fbf793da253155de106')
+source=(ftp://sourceware.org/pub/libffi/libffi-$pkgver.tar.gz
+0001-Fix-paths-in-libffi.pc.in.patch)
+sha1sums=('cb373ef2115ec7c57913b84ca72eee14b10ccdc3'
+  '85b406c5208a7b8fdba9c8a4782ab524f5c5eec4')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../0001-Fix-paths-in-libffi.pc.in.patch
+}
+
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --disable-static
@@ -22,8 +30,7 @@
 }
 
 check() {
-  cd $pkgname-$pkgver
-  make check
+  make -C $pkgname-$pkgver check
 }
 
 package() {



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

2014-06-14 Thread Bartłomiej Piotrowski
Date: Saturday, June 14, 2014 @ 18:13:19
  Author: bpiotrowski
Revision: 215134

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

Added:
  libffi/repos/testing-i686/
  libffi/repos/testing-i686/0001-Fix-paths-in-libffi.pc.in.patch
(from rev 215133, libffi/trunk/0001-Fix-paths-in-libffi.pc.in.patch)
  libffi/repos/testing-i686/PKGBUILD
(from rev 215133, libffi/trunk/PKGBUILD)
  libffi/repos/testing-i686/libffi.install
(from rev 215133, libffi/trunk/libffi.install)
  libffi/repos/testing-x86_64/
  libffi/repos/testing-x86_64/0001-Fix-paths-in-libffi.pc.in.patch
(from rev 215133, libffi/trunk/0001-Fix-paths-in-libffi.pc.in.patch)
  libffi/repos/testing-x86_64/PKGBUILD
(from rev 215133, libffi/trunk/PKGBUILD)
  libffi/repos/testing-x86_64/libffi.install
(from rev 215133, libffi/trunk/libffi.install)

-+
 testing-i686/0001-Fix-paths-in-libffi.pc.in.patch   |   41 ++
 testing-i686/PKGBUILD   |   40 +
 testing-i686/libffi.install |   20 
 testing-x86_64/0001-Fix-paths-in-libffi.pc.in.patch |   41 ++
 testing-x86_64/PKGBUILD |   40 +
 testing-x86_64/libffi.install   |   20 
 6 files changed, 202 insertions(+)

Copied: libffi/repos/testing-i686/0001-Fix-paths-in-libffi.pc.in.patch (from 
rev 215133, libffi/trunk/0001-Fix-paths-in-libffi.pc.in.patch)
===
--- testing-i686/0001-Fix-paths-in-libffi.pc.in.patch   
(rev 0)
+++ testing-i686/0001-Fix-paths-in-libffi.pc.in.patch   2014-06-14 16:13:19 UTC 
(rev 215134)
@@ -0,0 +1,41 @@
+From ad0d1d239afc7ad09203847793dcc020856d1035 Mon Sep 17 00:00:00 2001
+From: Samuli Suominen ssuomi...@gentoo.org
+Date: Thu, 12 Jun 2014 06:30:21 -0400
+Subject: [PATCH] Fix paths in libffi.pc.in
+
+---
+ configure.ac | 10 +-
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 4f7fe3f..bbc1a9d 100644
+--- a/configure.ac
 b/configure.ac
+@@ -590,11 +590,11 @@ AC_ARG_ENABLE(purify-safety,
+ if test x$GCC = xyes; then
+   if test -n $with_cross_host 
+  test x$with_cross_host != xno; then
+-toolexecdir='$(exec_prefix)/$(target_alias)'
+-toolexeclibdir='$(toolexecdir)/lib'
++toolexecdir=${exec_prefix}/'$(target_alias)'
++toolexeclibdir=${toolexecdir}/lib
+   else
+-toolexecdir='$(libdir)/gcc-lib/$(target_alias)'
+-toolexeclibdir='$(libdir)'
++toolexecdir=${libdir}/gcc-lib/'$(target_alias)'
++toolexeclibdir=${libdir}
+   fi
+   multi_os_directory=`$CC $CFLAGS -print-multi-os-directory`
+   case $multi_os_directory in
+@@ -603,7 +603,7 @@ if test x$GCC = xyes; then
+   esac
+   AC_SUBST(toolexecdir)
+ else
+-  toolexeclibdir='$(libdir)'
++  toolexeclibdir=${libdir}
+ fi
+ AC_SUBST(toolexeclibdir)
+ 
+-- 
+2.0.0
+

Copied: libffi/repos/testing-i686/PKGBUILD (from rev 215133, 
libffi/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-14 16:13:19 UTC (rev 215134)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=libffi
+pkgver=3.1
+pkgrel=1
+pkgdesc='Portable foreign function interface library'
+arch=('i686' 'x86_64')
+url='http://sourceware.org/libffi/'
+license=('MIT')
+depends=('glibc')
+checkdepends=('dejagnu')
+install=libffi.install
+source=(ftp://sourceware.org/pub/libffi/libffi-$pkgver.tar.gz
+0001-Fix-paths-in-libffi.pc.in.patch)
+sha1sums=('cb373ef2115ec7c57913b84ca72eee14b10ccdc3'
+  '85b406c5208a7b8fdba9c8a4782ab524f5c5eec4')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../0001-Fix-paths-in-libffi.pc.in.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: libffi/repos/testing-i686/libffi.install (from rev 215133, 
libffi/trunk/libffi.install)
===
--- testing-i686/libffi.install (rev 0)
+++ testing-i686/libffi.install 2014-06-14 16:13:19 UTC (rev 215134)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(libffi.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 

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

2014-06-14 Thread Andrea Scarpino
Date: Saturday, June 14, 2014 @ 18:20:14
  Author: andrea
Revision: 215135

upgpkg: cmake 3.0.0-2

Add man pages FS#40801)

Modified:
  cmake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-14 16:13:19 UTC (rev 215134)
+++ PKGBUILD2014-06-14 16:20:14 UTC (rev 215135)
@@ -4,14 +4,15 @@
 
 pkgname=cmake
 pkgver=3.0.0
-pkgrel=1
-pkgdesc=A cross-platform open-source make system
+pkgrel=2
+pkgdesc='A cross-platform open-source make system'
 arch=('i686' 'x86_64')
 url=http://www.cmake.org/;
 license=('custom')
 depends=('curl' 'libarchive' 'shared-mime-info')
-makedepends=('qt4' 'emacs')
-optdepends=('qt4: cmake-gui')
+makedepends=('qt5-base' 'python-sphinx' 'emacs')
+optdepends=('qt5-base: cmake-gui'
+'libxkbcommon-x11: cmake-gui')
 install=${pkgname}.install
 source=(http://www.cmake.org/files/v3.0/${pkgname}-${pkgver}.tar.gz;)
 md5sums=('21a1c85e1a3b803c4b48e7ff915a863e')
@@ -22,6 +23,7 @@
   ./bootstrap --prefix=/usr \
 --mandir=/share/man \
 --docdir=/share/doc/cmake \
+--sphinx-man \
 --system-libs \
 --qt-gui \
 --parallel=$(/usr/bin/getconf _NPROCESSORS_ONLN)



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

2014-06-14 Thread Andrea Scarpino
Date: Saturday, June 14, 2014 @ 18:21:16
  Author: andrea
Revision: 215136

archrelease: copy trunk to extra-x86_64

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

+
 /PKGBUILD  |   94 +++
 /cmake.install |   24 ++
 extra-i686/PKGBUILD|   45 
 extra-i686/cmake.install   |   12 -
 extra-x86_64/PKGBUILD  |   45 
 extra-x86_64/cmake.install |   12 -
 6 files changed, 118 insertions(+), 114 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-14 16:20:14 UTC (rev 215135)
+++ extra-i686/PKGBUILD 2014-06-14 16:21:16 UTC (rev 215136)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=cmake
-pkgver=3.0.0
-pkgrel=1
-pkgdesc=A cross-platform open-source make system
-arch=('i686' 'x86_64')
-url=http://www.cmake.org/;
-license=('custom')
-depends=('curl' 'libarchive' 'shared-mime-info')
-makedepends=('qt4' 'emacs')
-optdepends=('qt4: cmake-gui')
-install=${pkgname}.install
-source=(http://www.cmake.org/files/v3.0/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('21a1c85e1a3b803c4b48e7ff915a863e')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./bootstrap --prefix=/usr \
---mandir=/share/man \
---docdir=/share/doc/cmake \
---system-libs \
---qt-gui \
---parallel=$(/usr/bin/getconf _NPROCESSORS_ONLN)
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  vimpath=${pkgdir}/usr/share/vim/vimfiles
-  mkdir -p ${vimpath}/{help,indent,syntax}
-  ln -s /usr/share/cmake-3.0/editors/vim/cmake-help.vim ${vimpath}/help/
-  ln -s /usr/share/cmake-3.0/editors/vim/cmake-indent.vim ${vimpath}/indent/
-  ln -s /usr/share/cmake-3.0/editors/vim/cmake-syntax.vim ${vimpath}/syntax/
-
-  emacs -batch -f batch-byte-compile 
${pkgdir}/usr/share/cmake-3.0/editors/emacs/cmake-mode.el
-
-  install -Dm644 Copyright.txt \
-${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: cmake/repos/extra-i686/PKGBUILD (from rev 215135, cmake/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-14 16:21:16 UTC (rev 215136)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=cmake
+pkgver=3.0.0
+pkgrel=2
+pkgdesc='A cross-platform open-source make system'
+arch=('i686' 'x86_64')
+url=http://www.cmake.org/;
+license=('custom')
+depends=('curl' 'libarchive' 'shared-mime-info')
+makedepends=('qt5-base' 'python-sphinx' 'emacs')
+optdepends=('qt5-base: cmake-gui'
+'libxkbcommon-x11: cmake-gui')
+install=${pkgname}.install
+source=(http://www.cmake.org/files/v3.0/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('21a1c85e1a3b803c4b48e7ff915a863e')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./bootstrap --prefix=/usr \
+--mandir=/share/man \
+--docdir=/share/doc/cmake \
+--sphinx-man \
+--system-libs \
+--qt-gui \
+--parallel=$(/usr/bin/getconf _NPROCESSORS_ONLN)
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  vimpath=${pkgdir}/usr/share/vim/vimfiles
+  mkdir -p ${vimpath}/{help,indent,syntax}
+  ln -s /usr/share/cmake-3.0/editors/vim/cmake-help.vim ${vimpath}/help/
+  ln -s /usr/share/cmake-3.0/editors/vim/cmake-indent.vim ${vimpath}/indent/
+  ln -s /usr/share/cmake-3.0/editors/vim/cmake-syntax.vim ${vimpath}/syntax/
+
+  emacs -batch -f batch-byte-compile 
${pkgdir}/usr/share/cmake-3.0/editors/emacs/cmake-mode.el
+
+  install -Dm644 Copyright.txt \
+${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-i686/cmake.install
===
--- extra-i686/cmake.install2014-06-14 16:20:14 UTC (rev 215135)
+++ extra-i686/cmake.install2014-06-14 16:21:16 UTC (rev 215136)
@@ -1,12 +0,0 @@
-post_install() {
-   update-mime-database usr/share/mime  /dev/null
-[[ -x usr/bin/update-desktop-database ]]  update-desktop-database -q || 
true
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: cmake/repos/extra-i686/cmake.install (from rev 215135, 
cmake/trunk/cmake.install)

[arch-commits] Commit in cmake/repos/extra-i686 (4 files)

2014-06-14 Thread Andrea Scarpino
Date: Saturday, June 14, 2014 @ 18:21:28
  Author: andrea
Revision: 215137

archrelease: copy trunk to extra-i686

Added:
  cmake/repos/extra-i686/PKGBUILD
(from rev 215136, cmake/trunk/PKGBUILD)
  cmake/repos/extra-i686/cmake.install
(from rev 215136, cmake/trunk/cmake.install)
Deleted:
  cmake/repos/extra-i686/PKGBUILD
  cmake/repos/extra-i686/cmake.install

---+
 PKGBUILD  |   94 
 cmake.install |   24 +++---
 2 files changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-14 16:21:16 UTC (rev 215136)
+++ PKGBUILD2014-06-14 16:21:28 UTC (rev 215137)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=cmake
-pkgver=3.0.0
-pkgrel=2
-pkgdesc='A cross-platform open-source make system'
-arch=('i686' 'x86_64')
-url=http://www.cmake.org/;
-license=('custom')
-depends=('curl' 'libarchive' 'shared-mime-info')
-makedepends=('qt5-base' 'python-sphinx' 'emacs')
-optdepends=('qt5-base: cmake-gui'
-'libxkbcommon-x11: cmake-gui')
-install=${pkgname}.install
-source=(http://www.cmake.org/files/v3.0/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('21a1c85e1a3b803c4b48e7ff915a863e')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./bootstrap --prefix=/usr \
---mandir=/share/man \
---docdir=/share/doc/cmake \
---sphinx-man \
---system-libs \
---qt-gui \
---parallel=$(/usr/bin/getconf _NPROCESSORS_ONLN)
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  vimpath=${pkgdir}/usr/share/vim/vimfiles
-  mkdir -p ${vimpath}/{help,indent,syntax}
-  ln -s /usr/share/cmake-3.0/editors/vim/cmake-help.vim ${vimpath}/help/
-  ln -s /usr/share/cmake-3.0/editors/vim/cmake-indent.vim ${vimpath}/indent/
-  ln -s /usr/share/cmake-3.0/editors/vim/cmake-syntax.vim ${vimpath}/syntax/
-
-  emacs -batch -f batch-byte-compile 
${pkgdir}/usr/share/cmake-3.0/editors/emacs/cmake-mode.el
-
-  install -Dm644 Copyright.txt \
-${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: cmake/repos/extra-i686/PKGBUILD (from rev 215136, cmake/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-14 16:21:28 UTC (rev 215137)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=cmake
+pkgver=3.0.0
+pkgrel=2
+pkgdesc='A cross-platform open-source make system'
+arch=('i686' 'x86_64')
+url=http://www.cmake.org/;
+license=('custom')
+depends=('curl' 'libarchive' 'shared-mime-info')
+makedepends=('qt5-base' 'python-sphinx' 'emacs')
+optdepends=('qt5-base: cmake-gui'
+'libxkbcommon-x11: cmake-gui')
+install=${pkgname}.install
+source=(http://www.cmake.org/files/v3.0/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('21a1c85e1a3b803c4b48e7ff915a863e')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./bootstrap --prefix=/usr \
+--mandir=/share/man \
+--docdir=/share/doc/cmake \
+--sphinx-man \
+--system-libs \
+--qt-gui \
+--parallel=$(/usr/bin/getconf _NPROCESSORS_ONLN)
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  vimpath=${pkgdir}/usr/share/vim/vimfiles
+  mkdir -p ${vimpath}/{help,indent,syntax}
+  ln -s /usr/share/cmake-3.0/editors/vim/cmake-help.vim ${vimpath}/help/
+  ln -s /usr/share/cmake-3.0/editors/vim/cmake-indent.vim ${vimpath}/indent/
+  ln -s /usr/share/cmake-3.0/editors/vim/cmake-syntax.vim ${vimpath}/syntax/
+
+  emacs -batch -f batch-byte-compile 
${pkgdir}/usr/share/cmake-3.0/editors/emacs/cmake-mode.el
+
+  install -Dm644 Copyright.txt \
+${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: cmake.install
===
--- cmake.install   2014-06-14 16:21:16 UTC (rev 215136)
+++ cmake.install   2014-06-14 16:21:28 UTC (rev 215137)
@@ -1,12 +0,0 @@
-post_install() {
-   update-mime-database usr/share/mime  /dev/null
-[[ -x usr/bin/update-desktop-database ]]  update-desktop-database -q || 
true
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: cmake/repos/extra-i686/cmake.install (from rev 215136, 
cmake/trunk/cmake.install)
===
--- cmake.install   (rev 0)
+++ cmake.install   2014-06-14 16:21:28 UTC (rev 215137)
@@ -0,0 +1,12 @@
+post_install() {
+   update-mime-database usr/share/mime  /dev/null
+[[ -x usr/bin/update-desktop-database ]]  update-desktop-database -q || 
true
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-06-14 Thread Felix Yan
Date: Saturday, June 14, 2014 @ 19:12:26
  Author: fyan
Revision: 215138

upgpkg: python-setuptools 1:5.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-14 16:21:28 UTC (rev 215137)
+++ PKGBUILD2014-06-14 17:12:26 UTC (rev 215138)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=3.8.1
+pkgver=5.0
 pkgrel=1
 epoch=1
 pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
@@ -14,7 +14,7 @@
 makedepends=('python' 'python2')
 checkdepends=('python-pytest' 'python2-pytest')
 
source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-sha512sums=('72f402dcc274dbf9693ddcc507ebd6cfe97f59a937d3d8d0e56e87f21fd0cba3c9350134ecc36a9ab181e1cc1f9a0e9eb5ed463ae1c36d14e517efbeab13852d')
+sha512sums=('98f3e114aee97009ef1492316dba630b53be7396017b325b0e93bd337c30329d64f6922e6def3d9d1715a544bfa790ca6f9a58eba647695c2ab4068c53440d37')
 
 prepare() {
   cp -a setuptools-${pkgver}{,-python2}



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

2014-06-14 Thread Felix Yan
Date: Saturday, June 14, 2014 @ 19:13:04
  Author: fyan
Revision: 215139

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-14 17:12:26 UTC (rev 215138)
+++ PKGBUILD2014-06-14 17:13:04 UTC (rev 215139)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=3.8.1
-pkgrel=1
-epoch=1
-pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
-arch=('any')
-license=('PSF')
-url=http://pypi.python.org/pypi/setuptools;
-makedepends=('python' 'python2')
-checkdepends=('python-pytest' 'python2-pytest')
-source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-sha512sums=('72f402dcc274dbf9693ddcc507ebd6cfe97f59a937d3d8d0e56e87f21fd0cba3c9350134ecc36a9ab181e1cc1f9a0e9eb5ed463ae1c36d14e517efbeab13852d')
-
-prepare() {
-  cp -a setuptools-${pkgver}{,-python2}
-
-  cd ${srcdir}/setuptools-${pkgver}
-  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python3| 
setuptools/tests/test_resources.py
-  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3| 
setuptools/command/easy_install.py
-
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
-  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2| 
setuptools/command/easy_install.py
-}
-
-build() {
-  # Build python 3 module
-  cd ${srcdir}/setuptools-${pkgver}
-  python3 setup.py build
-
-  # Build python 2 module
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  python2 setup.py build
-}
-
-check() {
-  # Workaround UTF-8 tests by setting LC_CTYPE
-
-  # Check python3 module
-  cd ${srcdir}/setuptools-${pkgver}
-  LC_CTYPE=en_US.utf8 python3 setup.py test
-
-  # Check python2 module
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  LC_CTYPE=en_US.utf8 python2 setup.py test
-}
- 
-package_python-setuptools() {
-  depends=('python=3.4')
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd ${srcdir}/setuptools-${pkgver}
-  python3 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-}
- 
-package_python2-setuptools() {
-  depends=('python2=2.7')
-  provides=('python2-distribute' 'setuptools')
-  replaces=('python2-distribute' 'setuptools')
-
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-  rm ${pkgdir}/usr/bin/easy_install
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 215138, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-14 17:13:04 UTC (rev 215139)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=5.0
+pkgrel=1
+epoch=1
+pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
+arch=('any')
+license=('PSF')
+url=http://pypi.python.org/pypi/setuptools;
+makedepends=('python' 'python2')
+checkdepends=('python-pytest' 'python2-pytest')
+source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
+sha512sums=('98f3e114aee97009ef1492316dba630b53be7396017b325b0e93bd337c30329d64f6922e6def3d9d1715a544bfa790ca6f9a58eba647695c2ab4068c53440d37')
+
+prepare() {
+  cp -a setuptools-${pkgver}{,-python2}
+
+  cd ${srcdir}/setuptools-${pkgver}
+  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python3| 
setuptools/tests/test_resources.py
+  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3| 
setuptools/command/easy_install.py
+
+  cd ${srcdir}/setuptools-${pkgver}-python2
+  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
+  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2| 
setuptools/command/easy_install.py
+}
+
+build() {
+  # Build python 3 module
+  cd ${srcdir}/setuptools-${pkgver}
+  python3 setup.py build
+
+  # Build python 2 module
+  cd ${srcdir}/setuptools-${pkgver}-python2
+  python2 setup.py build
+}
+
+check() {
+  # Workaround UTF-8 tests by setting LC_CTYPE
+
+  # Check python3 module
+  cd ${srcdir}/setuptools-${pkgver}
+  LC_CTYPE=en_US.utf8 python3 setup.py test
+
+  # Check python2 module
+  cd ${srcdir}/setuptools-${pkgver}-python2
+  LC_CTYPE=en_US.utf8 python2 setup.py test
+}
+ 
+package_python-setuptools() {
+ 

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

2014-06-14 Thread Dave Reisner
Date: Saturday, June 14, 2014 @ 19:39:30
  Author: dreisner
Revision: 215140

upgpkg: kmod 18-1

Modified:
  kmod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-14 17:13:04 UTC (rev 215139)
+++ PKGBUILD2014-06-14 17:39:30 UTC (rev 215140)
@@ -2,7 +2,7 @@
 # Maintainer: Dave Reisner dreis...@archlinux.org
 
 pkgname=kmod
-pkgver=17
+pkgver=18
 pkgrel=1
 pkgdesc=Linux kernel module handling
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 replaces=('module-init-tools')
 
source=(ftp://ftp.kernel.org/pub/linux/utils/kernel/$pkgname/$pkgname-$pkgver.tar.xz;
 depmod-search.conf)
-md5sums=('bc36d28b12dcb2b664a35411560c5610'
+md5sums=('82835c7f01983634e06ca72b4ee30cc6'
  'dd62cbf62bd8f212f51ef8c43bec9a77')
 
 build() {



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

2014-06-14 Thread Dave Reisner
Date: Saturday, June 14, 2014 @ 19:39:56
  Author: dreisner
Revision: 215141

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

Added:
  kmod/repos/testing-i686/
  kmod/repos/testing-i686/PKGBUILD
(from rev 215140, kmod/trunk/PKGBUILD)
  kmod/repos/testing-i686/depmod-search.conf
(from rev 215140, kmod/trunk/depmod-search.conf)
  kmod/repos/testing-x86_64/
  kmod/repos/testing-x86_64/PKGBUILD
(from rev 215140, kmod/trunk/PKGBUILD)
  kmod/repos/testing-x86_64/depmod-search.conf
(from rev 215140, kmod/trunk/depmod-search.conf)

---+
 testing-i686/PKGBUILD |   51 
 testing-i686/depmod-search.conf   |5 +++
 testing-x86_64/PKGBUILD   |   51 
 testing-x86_64/depmod-search.conf |5 +++
 4 files changed, 112 insertions(+)

Copied: kmod/repos/testing-i686/PKGBUILD (from rev 215140, kmod/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-14 17:39:56 UTC (rev 215141)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+
+pkgname=kmod
+pkgver=18
+pkgrel=1
+pkgdesc=Linux kernel module handling
+arch=('i686' 'x86_64')
+url='http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=summary'
+license=('GPL2')
+depends=('glibc' 'zlib')
+makedepends=('gtk-doc')
+options=('strip' 'debug')
+provides=('module-init-tools=3.16' 'libkmod.so')
+conflicts=('module-init-tools')
+replaces=('module-init-tools')
+source=(ftp://ftp.kernel.org/pub/linux/utils/kernel/$pkgname/$pkgname-$pkgver.tar.xz;
+depmod-search.conf)
+md5sums=('82835c7f01983634e06ca72b4ee30cc6'
+ 'dd62cbf62bd8f212f51ef8c43bec9a77')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--sysconfdir=/etc \
+--enable-gtk-doc \
+--with-zlib
+
+  make
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+
+  # extra directories
+  install -dm755 $pkgdir/{etc,usr/lib}/{depmod,modprobe}.d
+
+  for tool in {ins,ls,rm,dep}mod mod{probe,info}; do
+ln -s kmod $pkgdir/usr/bin/$tool
+  done
+
+  # install depmod.d file for search/ dir
+  install -Dm644 $srcdir/depmod-search.conf 
$pkgdir/usr/lib/depmod.d/search.conf
+}
+
+# vim: ft=sh syn=sh et

Copied: kmod/repos/testing-i686/depmod-search.conf (from rev 215140, 
kmod/trunk/depmod-search.conf)
===
--- testing-i686/depmod-search.conf (rev 0)
+++ testing-i686/depmod-search.conf 2014-06-14 17:39:56 UTC (rev 215141)
@@ -0,0 +1,5 @@
+#
+# /usr/lib/depmod.d/search.conf
+#
+
+search updates extramodules built-in

Copied: kmod/repos/testing-x86_64/PKGBUILD (from rev 215140, 
kmod/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-14 17:39:56 UTC (rev 215141)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+
+pkgname=kmod
+pkgver=18
+pkgrel=1
+pkgdesc=Linux kernel module handling
+arch=('i686' 'x86_64')
+url='http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=summary'
+license=('GPL2')
+depends=('glibc' 'zlib')
+makedepends=('gtk-doc')
+options=('strip' 'debug')
+provides=('module-init-tools=3.16' 'libkmod.so')
+conflicts=('module-init-tools')
+replaces=('module-init-tools')
+source=(ftp://ftp.kernel.org/pub/linux/utils/kernel/$pkgname/$pkgname-$pkgver.tar.xz;
+depmod-search.conf)
+md5sums=('82835c7f01983634e06ca72b4ee30cc6'
+ 'dd62cbf62bd8f212f51ef8c43bec9a77')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--sysconfdir=/etc \
+--enable-gtk-doc \
+--with-zlib
+
+  make
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+
+  # extra directories
+  install -dm755 $pkgdir/{etc,usr/lib}/{depmod,modprobe}.d
+
+  for tool in {ins,ls,rm,dep}mod mod{probe,info}; do
+ln -s kmod $pkgdir/usr/bin/$tool
+  done
+
+  # install depmod.d file for search/ dir
+  install -Dm644 $srcdir/depmod-search.conf 
$pkgdir/usr/lib/depmod.d/search.conf
+}
+
+# vim: ft=sh syn=sh et

Copied: kmod/repos/testing-x86_64/depmod-search.conf (from rev 215140, 
kmod/trunk/depmod-search.conf)
===
--- testing-x86_64/depmod-search.conf   (rev 0)
+++ testing-x86_64/depmod-search.conf   2014-06-14 17:39:56 UTC (rev 215141)
@@ -0,0 +1,5 @@
+#
+# /usr/lib/depmod.d/search.conf
+#
+
+search updates extramodules built-in



[arch-commits] Commit in aircrack-ng/trunk (ChangeLog PKGBUILD)

2014-06-14 Thread Jonathan Steel
Date: Saturday, June 14, 2014 @ 23:59:42
  Author: jsteel
Revision: 113173

upgpkg: aircrack-ng 1.2beta3-1

Modified:
  aircrack-ng/trunk/PKGBUILD
Deleted:
  aircrack-ng/trunk/ChangeLog

---+
 ChangeLog |   66 
 PKGBUILD  |   25 +-
 2 files changed, 15 insertions(+), 76 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2014-06-14 19:24:18 UTC (rev 113172)
+++ ChangeLog   2014-06-14 21:59:42 UTC (rev 113173)
@@ -1,66 +0,0 @@
-2011-06-28 Brad Fanella
-   
-   * Fix FS#24880
-
-2011-06-15 Brad Fanella
-
-* Fix FS#24633
-
-2011-03-16 Brad Fanella
-
-   * Fix FS#23295
-
-2011-01-17 Brad Fanella
-
-   * Fix #FS20303
-   * Split into aircrack-ng and aircrack-ng-scripts
-
-2009-09-18  Biru Ionut io...@archlinux.ro
-
-   * Version bump: 1.0-rc4
-
-2009-04.14  Corrado Primier  ba...@aur.archlinux.org
-
-   * Version bump: 1.0-rc3
-
-   * PKGBUILD: removed old compilation patch
-
-2009-02-08  Corrado Primier  ba...@aur.archlinux.org
-
-   * Version bump: 1.0-rc2
-
-   * sha-compile-fix-64bit.patch: added, fixes compilation on 64bit hosts
-
-2008-06-15  Corrado Primier  ba...@aur.archlinux.org
-
-   * Version bump: 1.0-rc1
-
-   * PKGBUILD: moved from $startdir to $srcdir/$pkgdir, added vim tags,
-   added sqlite3 dependency for airolib-ng support
-
-2008-05-03  Corrado Primier  ba...@aur.archlinux.org
-
-   * Version bump: 1.0-beta2
-
-   * PKGBUILD: adapted make command to the new Makefile, added zlib and
-   openssl dependencies
-
-2008-02-25  Corrado Primier  ba...@aur.archlinux.org
-
-   * Version bump: 0.9.3
-
-2008-02-08  Corrado Primier  ba...@aur.archlinux.org
-
-   * PKGBUILD: fixed man page location (thanks Snowman)
-
-2008-02-07  Corrado Primier  ba...@aur.archlinux.org
-
-   * Version bump: 0.9.2
-
-   * PKGBUILD: moved man pages to /usr/share/man
-
-2007-12-15  Corrado Primier  ba...@aur.archlinux.org
-
-   * ChangeLog: added
-
-   * PKGBUILD: adopted, cleaned up, uploaded to [community]

Modified: PKGBUILD
===
--- PKGBUILD2014-06-14 19:24:18 UTC (rev 113172)
+++ PKGBUILD2014-06-14 21:59:42 UTC (rev 113173)
@@ -1,12 +1,14 @@
 # $Id$
+# Maintainer: Jonathan Steel jsteel at aur.archlinux.org
 # Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor:  Daenyth Daenyth+Arch [at] gmail [dot] com
+# Contributor: Daenyth Daenyth+Arch [at] gmail [dot] com
 # Contributor: Corrado Primier ba...@aur.archlinux.org
 # Contributor: ice-man icem...@gmail.com
 
 pkgname=aircrack-ng
-pkgver=1.1
-pkgrel=10
+_pkgver=1.2-beta3
+pkgver=${_pkgver//-/}
+pkgrel=1
 pkgdesc=A key cracker for the 802.11 WEP and WPA-PSK protocols
 arch=('i686' 'x86_64')
 url=http://www.aircrack-ng.org;
@@ -15,16 +17,19 @@
 conflicts=('aircrack-ng-scripts')
 replaces=('aircrack-ng-scripts')
 provides=('aircrack-ng-scripts')
-source=(http://download.aircrack-ng.org/$pkgname-$pkgver.tar.gz;)
-md5sums=('f7a24ed8fad122c4187d06bfd6f998b4')
+source=(http://download.aircrack-ng.org/$pkgname-$_pkgver.tar.gz)
+md5sums=('ec5492e65ce7e98c6812e84b1d18d811')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
-  make SQLITE=true UNSTABLE=true
+  cd $srcdir/$pkgname-$_pkgver
+
+  make sqlite=true unstable=true
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir SQLITE=true UNSTABLE=true \
-bindir=/usr/bin sbindir=/usr/bin mandir=/usr/share/man/man1 install
+  cd $srcdir/$pkgname-$_pkgver
+
+  make DESTDIR=$pkgdir sqlite=true unstable=true \
+bindir=/usr/bin sbindir=/usr/bin mandir=/usr/share/man/man1/ \
+smandir=/usr/share/man/man8/ install
 }



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

2014-06-14 Thread Jonathan Steel
Date: Sunday, June 15, 2014 @ 00:00:12
  Author: jsteel
Revision: 113174

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

Added:
  aircrack-ng/repos/community-i686/PKGBUILD
(from rev 113173, aircrack-ng/trunk/PKGBUILD)
  aircrack-ng/repos/community-x86_64/PKGBUILD
(from rev 113173, aircrack-ng/trunk/PKGBUILD)
Deleted:
  aircrack-ng/repos/community-i686/ChangeLog
  aircrack-ng/repos/community-i686/PKGBUILD
  aircrack-ng/repos/community-x86_64/ChangeLog
  aircrack-ng/repos/community-x86_64/PKGBUILD

+
 /PKGBUILD  |   70 +++
 community-i686/ChangeLog   |   66 
 community-i686/PKGBUILD|   30 --
 community-x86_64/ChangeLog |   66 
 community-x86_64/PKGBUILD  |   30 --
 5 files changed, 70 insertions(+), 192 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2014-06-14 21:59:42 UTC (rev 113173)
+++ community-i686/ChangeLog2014-06-14 22:00:12 UTC (rev 113174)
@@ -1,66 +0,0 @@
-2011-06-28 Brad Fanella
-   
-   * Fix FS#24880
-
-2011-06-15 Brad Fanella
-
-* Fix FS#24633
-
-2011-03-16 Brad Fanella
-
-   * Fix FS#23295
-
-2011-01-17 Brad Fanella
-
-   * Fix #FS20303
-   * Split into aircrack-ng and aircrack-ng-scripts
-
-2009-09-18  Biru Ionut io...@archlinux.ro
-
-   * Version bump: 1.0-rc4
-
-2009-04.14  Corrado Primier  ba...@aur.archlinux.org
-
-   * Version bump: 1.0-rc3
-
-   * PKGBUILD: removed old compilation patch
-
-2009-02-08  Corrado Primier  ba...@aur.archlinux.org
-
-   * Version bump: 1.0-rc2
-
-   * sha-compile-fix-64bit.patch: added, fixes compilation on 64bit hosts
-
-2008-06-15  Corrado Primier  ba...@aur.archlinux.org
-
-   * Version bump: 1.0-rc1
-
-   * PKGBUILD: moved from $startdir to $srcdir/$pkgdir, added vim tags,
-   added sqlite3 dependency for airolib-ng support
-
-2008-05-03  Corrado Primier  ba...@aur.archlinux.org
-
-   * Version bump: 1.0-beta2
-
-   * PKGBUILD: adapted make command to the new Makefile, added zlib and
-   openssl dependencies
-
-2008-02-25  Corrado Primier  ba...@aur.archlinux.org
-
-   * Version bump: 0.9.3
-
-2008-02-08  Corrado Primier  ba...@aur.archlinux.org
-
-   * PKGBUILD: fixed man page location (thanks Snowman)
-
-2008-02-07  Corrado Primier  ba...@aur.archlinux.org
-
-   * Version bump: 0.9.2
-
-   * PKGBUILD: moved man pages to /usr/share/man
-
-2007-12-15  Corrado Primier  ba...@aur.archlinux.org
-
-   * ChangeLog: added
-
-   * PKGBUILD: adopted, cleaned up, uploaded to [community]

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-14 21:59:42 UTC (rev 113173)
+++ community-i686/PKGBUILD 2014-06-14 22:00:12 UTC (rev 113174)
@@ -1,30 +0,0 @@
-# $Id$
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor:  Daenyth Daenyth+Arch [at] gmail [dot] com
-# Contributor: Corrado Primier ba...@aur.archlinux.org
-# Contributor: ice-man icem...@gmail.com
-
-pkgname=aircrack-ng
-pkgver=1.1
-pkgrel=10
-pkgdesc=A key cracker for the 802.11 WEP and WPA-PSK protocols
-arch=('i686' 'x86_64')
-url=http://www.aircrack-ng.org;
-license=('GPL2')
-depends=('openssl' 'sqlite' 'iw' 'net-tools' 'wireless_tools')
-conflicts=('aircrack-ng-scripts')
-replaces=('aircrack-ng-scripts')
-provides=('aircrack-ng-scripts')
-source=(http://download.aircrack-ng.org/$pkgname-$pkgver.tar.gz;)
-md5sums=('f7a24ed8fad122c4187d06bfd6f998b4')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make SQLITE=true UNSTABLE=true
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir SQLITE=true UNSTABLE=true \
-bindir=/usr/bin sbindir=/usr/bin mandir=/usr/share/man/man1 install
-}

Copied: aircrack-ng/repos/community-i686/PKGBUILD (from rev 113173, 
aircrack-ng/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-14 22:00:12 UTC (rev 113174)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jonathan Steel jsteel at aur.archlinux.org
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: Daenyth Daenyth+Arch [at] gmail [dot] com
+# Contributor: Corrado Primier ba...@aur.archlinux.org
+# Contributor: ice-man icem...@gmail.com
+
+pkgname=aircrack-ng
+_pkgver=1.2-beta3
+pkgver=${_pkgver//-/}
+pkgrel=1
+pkgdesc=A key cracker for the 802.11 WEP and WPA-PSK protocols
+arch=('i686' 'x86_64')
+url=http://www.aircrack-ng.org;
+license=('GPL2')
+depends=('openssl' 'sqlite' 'iw' 'net-tools' 'wireless_tools')
+conflicts=('aircrack-ng-scripts')
+replaces=('aircrack-ng-scripts')
+provides=('aircrack-ng-scripts')

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

2014-06-14 Thread Sébastien Luttringer
Date: Sunday, June 15, 2014 @ 01:26:56
  Author: seblu
Revision: 113175

upgpkg: glances 2.0-1

Modified:
  glances/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-14 22:00:12 UTC (rev 113174)
+++ PKGBUILD2014-06-14 23:26:56 UTC (rev 113175)
@@ -4,7 +4,7 @@
 # Contributor: Francois Boulogne fboulogne at april dot org
 
 pkgname=glances
-pkgver=1.7.7
+pkgver=2.0
 pkgrel=1
 pkgdesc='CLI curses-based monitoring tool'
 arch=('any')
@@ -14,7 +14,7 @@
 optdepends=('python-jinja: HTML export'
 'hddtemp: HDD temperature monitoring support')
 source=($pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz)
-sha256sums=('13c78d4223040120f32665195694413f52a240cebfff48c154ca769efeff')
+sha256sums=('e7c719af8676caaefa70adff1e5ef856c3c97791e3171608eded6d95350f9d94')
 
 package() {
   cd $pkgname-$pkgver



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

2014-06-14 Thread Sébastien Luttringer
Date: Sunday, June 15, 2014 @ 01:27:07
  Author: seblu
Revision: 113176

archrelease: copy trunk to community-any

Added:
  glances/repos/community-any/PKGBUILD
(from rev 113175, glances/trunk/PKGBUILD)
Deleted:
  glances/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-14 23:26:56 UTC (rev 113175)
+++ PKGBUILD2014-06-14 23:27:07 UTC (rev 113176)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer se...@archlinux.org
-# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Francois Boulogne fboulogne at april dot org
-
-pkgname=glances
-pkgver=1.7.7
-pkgrel=1
-pkgdesc='CLI curses-based monitoring tool'
-arch=('any')
-url='https://github.com/nicolargo/glances'
-license=('LGPL')
-depends=('python' 'python-psutil' 'python-setuptools')
-optdepends=('python-jinja: HTML export'
-'hddtemp: HDD temperature monitoring support')
-source=($pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz)
-sha256sums=('13c78d4223040120f32665195694413f52a240cebfff48c154ca769efeff')
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install --prefix=/usr --root=$pkgdir --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glances/repos/community-any/PKGBUILD (from rev 113175, 
glances/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-14 23:27:07 UTC (rev 113176)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sébastien Luttringer se...@archlinux.org
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Francois Boulogne fboulogne at april dot org
+
+pkgname=glances
+pkgver=2.0
+pkgrel=1
+pkgdesc='CLI curses-based monitoring tool'
+arch=('any')
+url='https://github.com/nicolargo/glances'
+license=('LGPL')
+depends=('python' 'python-psutil' 'python-setuptools')
+optdepends=('python-jinja: HTML export'
+'hddtemp: HDD temperature monitoring support')
+source=($pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz)
+sha256sums=('e7c719af8676caaefa70adff1e5ef856c3c97791e3171608eded6d95350f9d94')
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --prefix=/usr --root=$pkgdir --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-06-14 Thread Felix Yan
Date: Sunday, June 15, 2014 @ 04:07:08
  Author: fyan
Revision: 215172

upgpkg: python-setuptools 1:5.0.1-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-14 19:17:25 UTC (rev 215171)
+++ PKGBUILD2014-06-15 02:07:08 UTC (rev 215172)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=5.0
+pkgver=5.0.1
 pkgrel=1
 epoch=1
 pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
@@ -14,7 +14,7 @@
 makedepends=('python' 'python2')
 checkdepends=('python-pytest' 'python2-pytest')
 
source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-sha512sums=('98f3e114aee97009ef1492316dba630b53be7396017b325b0e93bd337c30329d64f6922e6def3d9d1715a544bfa790ca6f9a58eba647695c2ab4068c53440d37')
+sha512sums=('2fa6799e03f5185a154814cffbd693deae46086e9197342e0ee3794510a81b214894b1ebd1d604b36b12517cc0391fdf660cfcd8900f3042f3fc684de1f5ab1a')
 
 prepare() {
   cp -a setuptools-${pkgver}{,-python2}



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

2014-06-14 Thread Felix Yan
Date: Sunday, June 15, 2014 @ 04:07:47
  Author: fyan
Revision: 215173

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-15 02:07:08 UTC (rev 215172)
+++ PKGBUILD2014-06-15 02:07:47 UTC (rev 215173)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=5.0
-pkgrel=1
-epoch=1
-pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
-arch=('any')
-license=('PSF')
-url=http://pypi.python.org/pypi/setuptools;
-makedepends=('python' 'python2')
-checkdepends=('python-pytest' 'python2-pytest')
-source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-sha512sums=('98f3e114aee97009ef1492316dba630b53be7396017b325b0e93bd337c30329d64f6922e6def3d9d1715a544bfa790ca6f9a58eba647695c2ab4068c53440d37')
-
-prepare() {
-  cp -a setuptools-${pkgver}{,-python2}
-
-  cd ${srcdir}/setuptools-${pkgver}
-  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python3| 
setuptools/tests/test_resources.py
-  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3| 
setuptools/command/easy_install.py
-
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
-  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2| 
setuptools/command/easy_install.py
-}
-
-build() {
-  # Build python 3 module
-  cd ${srcdir}/setuptools-${pkgver}
-  python3 setup.py build
-
-  # Build python 2 module
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  python2 setup.py build
-}
-
-check() {
-  # Workaround UTF-8 tests by setting LC_CTYPE
-
-  # Check python3 module
-  cd ${srcdir}/setuptools-${pkgver}
-  LC_CTYPE=en_US.utf8 python3 setup.py test
-
-  # Check python2 module
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  LC_CTYPE=en_US.utf8 python2 setup.py test
-}
- 
-package_python-setuptools() {
-  depends=('python=3.4')
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd ${srcdir}/setuptools-${pkgver}
-  python3 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-}
- 
-package_python2-setuptools() {
-  depends=('python2=2.7')
-  provides=('python2-distribute' 'setuptools')
-  replaces=('python2-distribute' 'setuptools')
-
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-  rm ${pkgdir}/usr/bin/easy_install
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 215172, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-15 02:07:47 UTC (rev 215173)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=5.0.1
+pkgrel=1
+epoch=1
+pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
+arch=('any')
+license=('PSF')
+url=http://pypi.python.org/pypi/setuptools;
+makedepends=('python' 'python2')
+checkdepends=('python-pytest' 'python2-pytest')
+source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
+sha512sums=('2fa6799e03f5185a154814cffbd693deae46086e9197342e0ee3794510a81b214894b1ebd1d604b36b12517cc0391fdf660cfcd8900f3042f3fc684de1f5ab1a')
+
+prepare() {
+  cp -a setuptools-${pkgver}{,-python2}
+
+  cd ${srcdir}/setuptools-${pkgver}
+  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python3| 
setuptools/tests/test_resources.py
+  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3| 
setuptools/command/easy_install.py
+
+  cd ${srcdir}/setuptools-${pkgver}-python2
+  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
+  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2| 
setuptools/command/easy_install.py
+}
+
+build() {
+  # Build python 3 module
+  cd ${srcdir}/setuptools-${pkgver}
+  python3 setup.py build
+
+  # Build python 2 module
+  cd ${srcdir}/setuptools-${pkgver}-python2
+  python2 setup.py build
+}
+
+check() {
+  # Workaround UTF-8 tests by setting LC_CTYPE
+
+  # Check python3 module
+  cd ${srcdir}/setuptools-${pkgver}
+  LC_CTYPE=en_US.utf8 python3 setup.py test
+
+  # Check python2 module
+  cd ${srcdir}/setuptools-${pkgver}-python2
+  LC_CTYPE=en_US.utf8 python2 setup.py test
+}
+ 
+package_python-setuptools() {
+