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

2014-03-13 Thread Felix Yan
Date: Thursday, March 13, 2014 @ 07:30:19
  Author: fyan
Revision: 207679

3.4: update to 3.4 rc3

- fix makedepends on mpdecimal

Modified:
  python/trunk/PKGBUILD.3.4

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

Modified: PKGBUILD.3.4
===
--- PKGBUILD.3.42014-03-13 05:00:23 UTC (rev 207678)
+++ PKGBUILD.3.42014-03-13 06:30:19 UTC (rev 207679)
@@ -5,7 +5,7 @@
 # Contributor: Jason Chu ja...@archlinux.org
 
 pkgname=python
-pkgver=3.4.0rc2
+pkgver=3.4.0rc3
 pkgrel=1
 _pybasever=3.4
 pkgdesc=Next generation of the python high-level scripting language
@@ -13,7 +13,7 @@
 license=('custom')
 url=http://www.python.org/;
 depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib')
-makedepends=('tk=8.6.0' 'sqlite' 'valgrind' 'bluez-libs')
+makedepends=('tk=8.6.0' 'sqlite' 'valgrind' 'bluez-libs' 'mpdecimal')
 optdepends=('python-setuptools'
 'python-pip'
 'sqlite'
@@ -24,7 +24,7 @@
 provides=('python3')
 replaces=('python3')
 source=(http://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz)
-sha1sums=('f03216f4b537c284afacb1e8308a52b9a62368e9')
+sha1sums=('3e5893a8a3a066876acc06eb3656be2cd29ed18c')
 
 prepare() {
   cd ${srcdir}/Python-${pkgver}



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

2014-03-13 Thread Maxime Gauduin
Date: Thursday, March 13, 2014 @ 08:40:53
  Author: alucryd
Revision: 107137

archrelease: copy trunk to community-any

Added:
  ruby-treetop/repos/community-any/PKGBUILD
(from rev 107136, ruby-treetop/trunk/PKGBUILD)
Deleted:
  ruby-treetop/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-13 07:40:47 UTC (rev 107136)
+++ PKGBUILD2014-03-13 07:40:53 UTC (rev 107137)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin alucryd@gmail@com
-# Contributor: Emiliano Vavassori syntaxerror...@gmail.com
-# Contributor: Guilherme Nogueira guilhe...@nirev.org
-
-pkgname=ruby-treetop
-pkgver=1.4.15
-pkgrel=5
-pkgdesc='A Ruby-based text parsing and interpretation DSL'
-arch=('any')
-url='http://treetop.rubyforge.org/'
-license=('MIT')
-depends=('ruby-polyglot')
-options=('!emptydirs')
-source=(http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem;)
-noextract=(${pkgname#*-}-$pkgver.gem)
-sha256sums=('ffa68f201c0f62c26b0a1d13233d73194400596964696843f87ebb5d812f12ff')
-
-package() {
-  local _gemdir=$(ruby -e'puts Gem.default_dir')
-
-  gem install --ignore-dependencies --no-user-install -N -i 
${pkgdir}/${_gemdir} -n ${pkgdir}/usr/bin ${pkgname#*-}-${pkgver}.gem
-  find ${pkgdir} -type f -name *.gem -delete
-
-  install -dm 755 ${pkgdir}/usr/share/licenses/${pkgname}
-  ln -s ${_gemdir}/gems/${pkgname#*-}-${pkgver}/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-treetop/repos/community-any/PKGBUILD (from rev 107136, 
ruby-treetop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-13 07:40:53 UTC (rev 107137)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Maxime Gauduin alucryd@gmail@com
+# Contributor: Emiliano Vavassori syntaxerror...@gmail.com
+# Contributor: Guilherme Nogueira guilhe...@nirev.org
+
+pkgname=ruby-treetop
+pkgver=1.5.1
+pkgrel=1
+pkgdesc='A Ruby-based text parsing and interpretation DSL'
+arch=('any')
+url='http://treetop.rubyforge.org/'
+license=('MIT')
+depends=('ruby-polyglot')
+options=('!emptydirs')
+source=(http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem;)
+noextract=(${pkgname#*-}-$pkgver.gem)
+sha256sums=('0ceaa4c41efe3fca33d23b8743b086696df2cab7a2f334f3ba2a1a262f55b921')
+
+package() {
+  local _gemdir=$(ruby -e'puts Gem.default_dir')
+
+  gem install --ignore-dependencies --no-user-install -N -i 
${pkgdir}/${_gemdir} -n ${pkgdir}/usr/bin ${pkgname#*-}-${pkgver}.gem
+  find ${pkgdir} -type f -name *.gem -delete
+
+  install -dm 755 ${pkgdir}/usr/share/licenses/${pkgname}
+  ln -s ${_gemdir}/gems/${pkgname#*-}-${pkgver}/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:



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

2014-03-13 Thread Maxime Gauduin
Date: Thursday, March 13, 2014 @ 08:40:47
  Author: alucryd
Revision: 107136

upgpkg: ruby-treetop 1.5.1-1

Modified:
  ruby-treetop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-13 04:20:18 UTC (rev 107135)
+++ PKGBUILD2014-03-13 07:40:47 UTC (rev 107136)
@@ -4,8 +4,8 @@
 # Contributor: Guilherme Nogueira guilhe...@nirev.org
 
 pkgname=ruby-treetop
-pkgver=1.4.15
-pkgrel=5
+pkgver=1.5.1
+pkgrel=1
 pkgdesc='A Ruby-based text parsing and interpretation DSL'
 arch=('any')
 url='http://treetop.rubyforge.org/'
@@ -14,7 +14,7 @@
 options=('!emptydirs')
 source=(http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem;)
 noextract=(${pkgname#*-}-$pkgver.gem)
-sha256sums=('ffa68f201c0f62c26b0a1d13233d73194400596964696843f87ebb5d812f12ff')
+sha256sums=('0ceaa4c41efe3fca33d23b8743b086696df2cab7a2f334f3ba2a1a262f55b921')
 
 package() {
   local _gemdir=$(ruby -e'puts Gem.default_dir')



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

2014-03-13 Thread Maxime Gauduin
Date: Thursday, March 13, 2014 @ 08:55:29
  Author: alucryd
Revision: 107138

upgpkg: lib32-libvdpau 0.7-2

Modified:
  lib32-libvdpau/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-13 07:40:53 UTC (rev 107137)
+++ PKGBUILD2014-03-13 07:55:29 UTC (rev 107138)
@@ -4,12 +4,12 @@
 
 pkgname=lib32-libvdpau
 pkgver=0.7
-pkgrel=1
+pkgrel=2
 pkgdesc='Nvidia VDPAU library'
 arch=('x86_64')
 url='http://cgit.freedesktop.org/~aplattner/libvdpau'
 license=('custom')
-depends=('gcc-libs-multilib' 'lib32-libxext' ${pkgname#*-})
+depends=('lib32-gcc-libs' 'lib32-libxext' ${pkgname#*-})
 conflicts=('lib32-nvidia-utils190.42-2')
 makedepends=('dri2proto')
 
source=(http://people.freedesktop.org/~aplattner/vdpau/${pkgname#*-}-${pkgver}.tar.gz;)



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

2014-03-13 Thread Maxime Gauduin
Date: Thursday, March 13, 2014 @ 08:55:36
  Author: alucryd
Revision: 107139

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-13 07:55:29 UTC (rev 107138)
+++ PKGBUILD2014-03-13 07:55:36 UTC (rev 107139)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=lib32-libvdpau
-pkgver=0.7
-pkgrel=1
-pkgdesc='Nvidia VDPAU library'
-arch=('x86_64')
-url='http://cgit.freedesktop.org/~aplattner/libvdpau'
-license=('custom')
-depends=('gcc-libs-multilib' 'lib32-libxext' ${pkgname#*-})
-conflicts=('lib32-nvidia-utils190.42-2')
-makedepends=('dri2proto')
-source=(http://people.freedesktop.org/~aplattner/vdpau/${pkgname#*-}-${pkgver}.tar.gz;)
-sha256sums=('24dc08467ce8c59d6cfbf0d34d2dd1f86b4ff62e90777e0a8f513c5c9de9bce0')
-
-build() {
-  cd ${pkgname#*-}-${pkgver}
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure --prefix='/usr' --libdir='/usr/lib32' --sysconfdir='/etc'
-  make
-}
-
-package() {
-  cd ${pkgname#*-}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/{etc,usr/include}
-
-  install -dm 755 ${pkgdir}/usr/share/licenses
-  ln -s ${pkgname#*-} ${pkgdir}/usr/share/licenses/${pkgname}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libvdpau/repos/multilib-x86_64/PKGBUILD (from rev 107138, 
lib32-libvdpau/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-13 07:55:36 UTC (rev 107139)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=lib32-libvdpau
+pkgver=0.7
+pkgrel=2
+pkgdesc='Nvidia VDPAU library'
+arch=('x86_64')
+url='http://cgit.freedesktop.org/~aplattner/libvdpau'
+license=('custom')
+depends=('lib32-gcc-libs' 'lib32-libxext' ${pkgname#*-})
+conflicts=('lib32-nvidia-utils190.42-2')
+makedepends=('dri2proto')
+source=(http://people.freedesktop.org/~aplattner/vdpau/${pkgname#*-}-${pkgver}.tar.gz;)
+sha256sums=('24dc08467ce8c59d6cfbf0d34d2dd1f86b4ff62e90777e0a8f513c5c9de9bce0')
+
+build() {
+  cd ${pkgname#*-}-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure --prefix='/usr' --libdir='/usr/lib32' --sysconfdir='/etc'
+  make
+}
+
+package() {
+  cd ${pkgname#*-}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/{etc,usr/include}
+
+  install -dm 755 ${pkgdir}/usr/share/licenses
+  ln -s ${pkgname#*-} ${pkgdir}/usr/share/licenses/${pkgname}
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in telepathy-kde-text-ui/repos (4 files)

2014-03-13 Thread Andrea Scarpino
Date: Thursday, March 13, 2014 @ 09:16:44
  Author: andrea
Revision: 207681

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

Added:
  telepathy-kde-text-ui/repos/extra-i686/PKGBUILD
(from rev 207680, telepathy-kde-text-ui/trunk/PKGBUILD)
  telepathy-kde-text-ui/repos/extra-x86_64/PKGBUILD
(from rev 207680, telepathy-kde-text-ui/trunk/PKGBUILD)
Deleted:
  telepathy-kde-text-ui/repos/extra-i686/PKGBUILD
  telepathy-kde-text-ui/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-13 08:16:35 UTC (rev 207680)
+++ extra-i686/PKGBUILD 2014-03-13 08:16:44 UTC (rev 207681)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Laurent Carlier lordhea...@gmail.com
-
-pkgname=telepathy-kde-text-ui
-_pkgname=ktp-text-ui
-pkgver=0.8.0
-pkgrel=1
-pkgdesc=Telepathy handler for Text Chats
-arch=('i686' 'x86_64')
-url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
-license=('GPL')
-depends=('telepathy-kde-contact-list' 'qjson')
-makedepends=('cmake' 'automoc4' 'boost')
-groups=('kde-telepathy')
-source=(http://download.kde.org/stable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('865645aedaa650ad579d1ec8b27539414a76bdfb')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-text-ui/repos/extra-i686/PKGBUILD (from rev 207680, 
telepathy-kde-text-ui/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-13 08:16:44 UTC (rev 207681)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Laurent Carlier lordhea...@gmail.com
+
+pkgname=telepathy-kde-text-ui
+_pkgname=ktp-text-ui
+pkgver=0.8.0.1
+_pkgver=0.8.0
+pkgrel=1
+pkgdesc=Telepathy handler for Text Chats
+arch=('i686' 'x86_64')
+url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
+license=('GPL')
+depends=('telepathy-kde-contact-list' 'qjson')
+makedepends=('cmake' 'automoc4' 'boost')
+groups=('kde-telepathy')
+source=(http://download.kde.org/stable/kde-telepathy/${_pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('f10f79cc7a19def9a4d4db5e6f9664a46c8101a3')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-03-13 08:16:35 UTC (rev 207680)
+++ extra-x86_64/PKGBUILD   2014-03-13 08:16:44 UTC (rev 207681)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Laurent Carlier lordhea...@gmail.com
-
-pkgname=telepathy-kde-text-ui
-_pkgname=ktp-text-ui
-pkgver=0.8.0
-pkgrel=1
-pkgdesc=Telepathy handler for Text Chats
-arch=('i686' 'x86_64')
-url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
-license=('GPL')
-depends=('telepathy-kde-contact-list' 'qjson')
-makedepends=('cmake' 'automoc4' 'boost')
-groups=('kde-telepathy')
-source=(http://download.kde.org/stable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('865645aedaa650ad579d1ec8b27539414a76bdfb')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${_pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: telepathy-kde-text-ui/repos/extra-x86_64/PKGBUILD (from rev 207680, 
telepathy-kde-text-ui/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-03-13 08:16:44 UTC (rev 207681)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Laurent Carlier lordhea...@gmail.com
+
+pkgname=telepathy-kde-text-ui
+_pkgname=ktp-text-ui
+pkgver=0.8.0.1
+_pkgver=0.8.0
+pkgrel=1
+pkgdesc=Telepathy handler for Text Chats
+arch=('i686' 'x86_64')
+url=http://community.kde.org/Real-Time_Communication_and_Collaboration;
+license=('GPL')
+depends=('telepathy-kde-contact-list' 'qjson')
+makedepends=('cmake' 'automoc4' 'boost')
+groups=('kde-telepathy')

[arch-commits] Commit in telepathy-kde-text-ui/trunk (PKGBUILD)

2014-03-13 Thread Andrea Scarpino
Date: Thursday, March 13, 2014 @ 09:16:35
  Author: andrea
Revision: 207680

upgpkg: telepathy-kde-text-ui 0.8.0.1-1

Upstream release

Modified:
  telepathy-kde-text-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-13 06:30:19 UTC (rev 207679)
+++ PKGBUILD2014-03-13 08:16:35 UTC (rev 207680)
@@ -4,7 +4,8 @@
 
 pkgname=telepathy-kde-text-ui
 _pkgname=ktp-text-ui
-pkgver=0.8.0
+pkgver=0.8.0.1
+_pkgver=0.8.0
 pkgrel=1
 pkgdesc=Telepathy handler for Text Chats
 arch=('i686' 'x86_64')
@@ -13,8 +14,8 @@
 depends=('telepathy-kde-contact-list' 'qjson')
 makedepends=('cmake' 'automoc4' 'boost')
 groups=('kde-telepathy')
-source=(http://download.kde.org/stable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('865645aedaa650ad579d1ec8b27539414a76bdfb')
+source=(http://download.kde.org/stable/kde-telepathy/${_pkgver}/src/${_pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('f10f79cc7a19def9a4d4db5e6f9664a46c8101a3')
 
 prepare() {
   mkdir build



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

2014-03-13 Thread Massimiliano Torromeo
Date: Thursday, March 13, 2014 @ 09:49:24
  Author: mtorromeo
Revision: 107140

upgpkg: openfire 3.9.1-2

Create user/group with system ids

Modified:
  openfire/trunk/PKGBUILD
  openfire/trunk/openfire.install

--+
 PKGBUILD |5 +
 openfire.install |   14 +-
 2 files changed, 6 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-13 07:55:36 UTC (rev 107139)
+++ PKGBUILD2014-03-13 08:49:24 UTC (rev 107140)
@@ -4,7 +4,7 @@
 
 pkgname=openfire
 pkgver=3.9.1
-pkgrel=1
+pkgrel=2
 pkgdesc=High performance XMPP (Jabber) server.
 arch=('any')
 url='http://www.igniterealtime.org/projects/openfire/'
@@ -48,9 +48,6 @@
cp -R lib $pkgdir/usr/lib/openfire
 }
 
-sha256sums=('6d9593cd5ad2190166baed6cca46ed41f21762f257b195697057f85d8391207f'
-'c8a612abee90bdc9a2869e562a4bbbf596159c60adcd23368833a0e2ca27c1d4'
-'772332b66a90935ddb8075eb10eab9b95a84caa45908bb3fa5861d7fa148399c')
 sha256sums=('682576ea16a111374735cf93bd5e444feee6d0b714b109436aa7e0c775f3020d'
 'c8a612abee90bdc9a2869e562a4bbbf596159c60adcd23368833a0e2ca27c1d4'
 '772332b66a90935ddb8075eb10eab9b95a84caa45908bb3fa5861d7fa148399c')

Modified: openfire.install
===
--- openfire.install2014-03-13 07:55:36 UTC (rev 107139)
+++ openfire.install2014-03-13 08:49:24 UTC (rev 107140)
@@ -1,12 +1,8 @@
 post_install() {
-  if [ ! `grep openfire /etc/group` ]; then
-groupadd openfire /dev/null;
-  fi
+  getent group openfire /dev/null 21 || groupadd -r openfire /dev/null;
+  getent passwd openfire /dev/null 21 || useradd -rg openfire -d 
/usr/share/openfire -s /bin/false openfire /dev/null
 
-  id openfire /dev/null || \
-useradd -g openfire -d /usr/share/openfire -s /bin/false openfire
-
-  chown -R openfire:openfire /var/log/openfire /usr/share/openfire 
/etc/openfire
+  chown -R openfire:openfire var/log/openfire usr/share/openfire etc/openfire
 }
 
 post_upgrade() {
@@ -14,6 +10,6 @@
 }
 
 pre_remove() {
-  userdel openfire  /dev/null
-  groupdel openfire  /dev/null
+  getent passwd openfire /dev/null 21  userdel openfire  /dev/null
+  getent group openfire /dev/null 21  groupdel openfire  /dev/null
 }



[arch-commits] Commit in openfire/repos/community-any (8 files)

2014-03-13 Thread Massimiliano Torromeo
Date: Thursday, March 13, 2014 @ 09:59:13
  Author: mtorromeo
Revision: 107141

archrelease: copy trunk to community-any

Added:
  openfire/repos/community-any/PKGBUILD
(from rev 107140, openfire/trunk/PKGBUILD)
  openfire/repos/community-any/openfire.conf
(from rev 107140, openfire/trunk/openfire.conf)
  openfire/repos/community-any/openfire.install
(from rev 107140, openfire/trunk/openfire.install)
  openfire/repos/community-any/openfire.service
(from rev 107140, openfire/trunk/openfire.service)
Deleted:
  openfire/repos/community-any/PKGBUILD
  openfire/repos/community-any/openfire.conf
  openfire/repos/community-any/openfire.install
  openfire/repos/community-any/openfire.service

--+
 PKGBUILD |  109 +
 openfire.conf|6 +-
 openfire.install |   34 +++-
 openfire.service |   28 ++---
 4 files changed, 85 insertions(+), 92 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-13 08:49:24 UTC (rev 107140)
+++ PKGBUILD2014-03-13 08:59:13 UTC (rev 107141)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=openfire
-pkgver=3.9.1
-pkgrel=1
-pkgdesc=High performance XMPP (Jabber) server.
-arch=('any')
-url='http://www.igniterealtime.org/projects/openfire/'
-license=('GPL')
-depends=('java-runtime-headless')
-makedepends=('apache-ant')
-install='openfire.install'
-backup=(
-   'etc/openfire/openfire.xml' 'etc/openfire/openfire.xml' 
'etc/openfire/openfire.xml' \
-   'etc/conf.d/openfire' 'etc/openfire/security/keystore' 
'etc/openfire/security/truststore' \
-   'etc/openfire/security/client.truststore')
-source=(http://www.igniterealtime.org/downloadServlet?filename=openfire/openfire_src_${pkgver//./_}.tar.gz;
 \
-   'openfire.conf' 'openfire.service')
-
-build() {
-   cd $srcdir/openfire_src/build
-   rm -rf ../src/resources/nativeAuth/
-   ant openfire
-#  ant plugins
-}
-
-package() {
-   cd $srcdir/openfire_src/target/openfire
-
-   install -dm755 $pkgdir/usr/lib $pkgdir/usr/share/openfire/resources
-   install -dm750 $pkgdir/etc/openfire $pkgdir/var/log/openfire
-
-   install -Dm644 $srcdir/openfire.conf $pkgdir/etc/conf.d/openfire
-   install -Dm644 $srcdir/openfire.service 
$pkgdir/usr/lib/systemd/system/openfire.service
-
-   rm -rf bin logs
-
-   cp -R conf/* $pkgdir/etc/openfire/
-   ln -s /etc/openfire $pkgdir/usr/share/openfire/conf
-
-   cp -R resources/security $pkgdir/etc/openfire/
-   ln -s /etc/openfire/security 
$pkgdir/usr/share/openfire/resources/security
-
-   cp -R plugins $pkgdir/usr/share/openfire/
-   cp -R resources/{database,spank} $pkgdir/usr/share/openfire/resources/
-   cp -R lib $pkgdir/usr/lib/openfire
-}
-
-sha256sums=('6d9593cd5ad2190166baed6cca46ed41f21762f257b195697057f85d8391207f'
-'c8a612abee90bdc9a2869e562a4bbbf596159c60adcd23368833a0e2ca27c1d4'
-'772332b66a90935ddb8075eb10eab9b95a84caa45908bb3fa5861d7fa148399c')
-sha256sums=('682576ea16a111374735cf93bd5e444feee6d0b714b109436aa7e0c775f3020d'
-'c8a612abee90bdc9a2869e562a4bbbf596159c60adcd23368833a0e2ca27c1d4'
-'772332b66a90935ddb8075eb10eab9b95a84caa45908bb3fa5861d7fa148399c')

Copied: openfire/repos/community-any/PKGBUILD (from rev 107140, 
openfire/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-13 08:59:13 UTC (rev 107141)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=openfire
+pkgver=3.9.1
+pkgrel=2
+pkgdesc=High performance XMPP (Jabber) server.
+arch=('any')
+url='http://www.igniterealtime.org/projects/openfire/'
+license=('GPL')
+depends=('java-runtime-headless')
+makedepends=('apache-ant')
+install='openfire.install'
+backup=(
+   'etc/openfire/openfire.xml' 'etc/openfire/openfire.xml' 
'etc/openfire/openfire.xml' \
+   'etc/conf.d/openfire' 'etc/openfire/security/keystore' 
'etc/openfire/security/truststore' \
+   'etc/openfire/security/client.truststore')
+source=(http://www.igniterealtime.org/downloadServlet?filename=openfire/openfire_src_${pkgver//./_}.tar.gz;
 \
+   'openfire.conf' 'openfire.service')
+
+build() {
+   cd $srcdir/openfire_src/build
+   rm -rf ../src/resources/nativeAuth/
+   ant openfire
+#  ant plugins
+}
+
+package() {
+   cd $srcdir/openfire_src/target/openfire
+
+   install -dm755 $pkgdir/usr/lib $pkgdir/usr/share/openfire/resources
+   install -dm750 $pkgdir/etc/openfire $pkgdir/var/log/openfire
+
+   install -Dm644 $srcdir/openfire.conf $pkgdir/etc/conf.d/openfire
+   install -Dm644 

[arch-commits] Commit in mg/trunk (PKGBUILD cleanup.patch)

2014-03-13 Thread Sergej Pupykin
Date: Thursday, March 13, 2014 @ 10:28:00
  Author: spupykin
Revision: 107142

upgpkg: mg 20140306-1

upd

Modified:
  mg/trunk/PKGBUILD
  mg/trunk/cleanup.patch

---+
 PKGBUILD  |   14 +++---
 cleanup.patch |   41 +
 2 files changed, 16 insertions(+), 39 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-13 08:59:13 UTC (rev 107141)
+++ PKGBUILD2014-03-13 09:28:00 UTC (rev 107142)
@@ -3,18 +3,18 @@
 # Contributor: Hannes Rist hr...@phreeknet.org
 
 pkgname=mg
-pkgver=20130922
-pkgrel=2
+pkgver=20140306
+pkgrel=1
 pkgdesc=mg is Micro GNU/emacs, this is a portable version of the mg 
maintained by the OpenBSD team.
 arch=('i686' 'x86_64')
 url=http://homepage.boetes.org/software/mg/;
 depends=('ncurses' 'libbsd')
-makedepends=('bmake' 'libclens')
+makedepends=('libclens')
 license=('custom')
 source=(http://homepage.boetes.org/software/mg/mg-$pkgver.tar.gz
cleanup.patch)
-md5sums=('35bd196ab32bae3531d6bc48be8779d0'
- 'abcea6e34c05425a52101b7c7fb60e7a')
+md5sums=('bb29858c2c0a82b78ce48ae2929ae18d'
+ '545eac98585e2f5fe0781093ddc07b36')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver
@@ -23,7 +23,7 @@
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  bmake prefix=/usr
+  make prefix=/usr
 }
 
 package() {
@@ -30,7 +30,7 @@
   cd $srcdir/$pkgname-$pkgver
 
   mkdir -p $pkgdir/usr/bin
-  bmake install INSTALL=install prefix=/usr DESTDIR=$pkgdir BINDIR=/usr/bin
+  make install INSTALL=install prefix=/usr DESTDIR=$pkgdir BINDIR=/usr/bin
 
   mkdir -p $pkgdir/usr/share/
   install -D -m0644 README $pkgdir/usr/share/licenses/$pkgname/README

Modified: cleanup.patch
===
--- cleanup.patch   2014-03-13 08:59:13 UTC (rev 107141)
+++ cleanup.patch   2014-03-13 09:28:00 UTC (rev 107142)
@@ -1,36 +1,13 @@
-diff -wbBur mg-20130922/file.c mg-20130922.q/file.c
 mg-20130922/file.c 2013-09-22 13:09:36.0 +0400
-+++ mg-20130922.q/file.c   2013-10-30 15:20:47.927840374 +0400
-@@ -669,9 +669,9 @@
- {
-   struct stat statbuf;
-   int  s;
--  char*dp;
-+  char*dp = malloc(strlen(fn) + 1);
- 
--  dp = dirname(fn);
-+  xdirname(dp, fn, strlen(fn));
- 
-   if (stat(fn, statbuf) == -1  errno == ENOENT) {
-   errno = 0;
-diff -wbBur mg-20130922/Makefile mg-20130922.q/Makefile
 mg-20130922/Makefile   2013-09-22 18:06:43.0 +0400
-+++ mg-20130922.q/Makefile 2013-10-30 15:20:34.201173866 +0400
-@@ -4,7 +4,7 @@
- NOGCCERROR= true
- PROG= mg
- 
--LDADD+=   -lcurses -lutil -lclens
-+LDADD+=   -lcurses -lutil -lclens -lbsd
- DPADD+=   ${LIBCURSES} ${LIBUTIL}
- 
- # (Common) compile-time options:
-@@ -17,7 +17,7 @@
+diff -wbBur mg-20140306/Makefile mg-20140306.my/Makefile
+--- mg-20140306/Makefile   2014-02-20 02:30:17.0 +0400
 mg-20140306.my/Makefile2014-03-13 13:12:46.628940661 +0400
+@@ -15,6 +15,9 @@
  #
- CFLAGS  = -O2
- CFLAGS += -Wall -DFKEYS -DREGEX -DXKEYS
--CFLAGS += -I/usr/local/include/clens
-+CFLAGS += -I/usr/include/clens -isystem /usr/include/bsd -DLIBBSD_OVERLAY
+ CFLAGS+=-Wall -DFKEYS -DREGEX -DXKEYS
  
++CFLAGS += -I/usr/include/clens -isystem /usr/include/bsd -DLIBBSD_OVERLAY 
-D__dead -O2
++LDADD+=---lcurses -lutil -lclens -lbsd
++
  SRCS= autoexec.c basic.c bell.c buffer.c cinfo.c dir.c display.c \
echo.c extend.c file.c fileio.c funmap.c help.c kbd.c keymap.c \
+   line.c macro.c main.c match.c modes.c paragraph.c random.c \



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

2014-03-13 Thread Sergej Pupykin
Date: Thursday, March 13, 2014 @ 10:28:15
  Author: spupykin
Revision: 107143

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

Added:
  mg/repos/community-i686/PKGBUILD
(from rev 107142, mg/trunk/PKGBUILD)
  mg/repos/community-i686/cleanup.patch
(from rev 107142, mg/trunk/cleanup.patch)
  mg/repos/community-x86_64/PKGBUILD
(from rev 107142, mg/trunk/PKGBUILD)
  mg/repos/community-x86_64/cleanup.patch
(from rev 107142, mg/trunk/cleanup.patch)
Deleted:
  mg/repos/community-i686/PKGBUILD
  mg/repos/community-i686/cleanup.patch
  mg/repos/community-x86_64/PKGBUILD
  mg/repos/community-x86_64/cleanup.patch

+
 /PKGBUILD  |   74 +++
 /cleanup.patch |   26 +
 community-i686/PKGBUILD|   37 ---
 community-i686/cleanup.patch   |   36 --
 community-x86_64/PKGBUILD  |   37 ---
 community-x86_64/cleanup.patch |   36 --
 6 files changed, 100 insertions(+), 146 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-13 09:28:00 UTC (rev 107142)
+++ community-i686/PKGBUILD 2014-03-13 09:28:15 UTC (rev 107143)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Hannes Rist hr...@phreeknet.org
-
-pkgname=mg
-pkgver=20130922
-pkgrel=2
-pkgdesc=mg is Micro GNU/emacs, this is a portable version of the mg 
maintained by the OpenBSD team.
-arch=('i686' 'x86_64')
-url=http://homepage.boetes.org/software/mg/;
-depends=('ncurses' 'libbsd')
-makedepends=('bmake' 'libclens')
-license=('custom')
-source=(http://homepage.boetes.org/software/mg/mg-$pkgver.tar.gz
-   cleanup.patch)
-md5sums=('35bd196ab32bae3531d6bc48be8779d0'
- 'abcea6e34c05425a52101b7c7fb60e7a')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -p1 $srcdir/cleanup.patch
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  bmake prefix=/usr
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  mkdir -p $pkgdir/usr/bin
-  bmake install INSTALL=install prefix=/usr DESTDIR=$pkgdir BINDIR=/usr/bin
-
-  mkdir -p $pkgdir/usr/share/
-  install -D -m0644 README $pkgdir/usr/share/licenses/$pkgname/README
-}

Copied: mg/repos/community-i686/PKGBUILD (from rev 107142, mg/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-13 09:28:15 UTC (rev 107143)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Hannes Rist hr...@phreeknet.org
+
+pkgname=mg
+pkgver=20140306
+pkgrel=1
+pkgdesc=mg is Micro GNU/emacs, this is a portable version of the mg 
maintained by the OpenBSD team.
+arch=('i686' 'x86_64')
+url=http://homepage.boetes.org/software/mg/;
+depends=('ncurses' 'libbsd')
+makedepends=('libclens')
+license=('custom')
+source=(http://homepage.boetes.org/software/mg/mg-$pkgver.tar.gz
+   cleanup.patch)
+md5sums=('bb29858c2c0a82b78ce48ae2929ae18d'
+ '545eac98585e2f5fe0781093ddc07b36')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -p1 $srcdir/cleanup.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make prefix=/usr
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  mkdir -p $pkgdir/usr/bin
+  make install INSTALL=install prefix=/usr DESTDIR=$pkgdir BINDIR=/usr/bin
+
+  mkdir -p $pkgdir/usr/share/
+  install -D -m0644 README $pkgdir/usr/share/licenses/$pkgname/README
+}

Deleted: community-i686/cleanup.patch
===
--- community-i686/cleanup.patch2014-03-13 09:28:00 UTC (rev 107142)
+++ community-i686/cleanup.patch2014-03-13 09:28:15 UTC (rev 107143)
@@ -1,36 +0,0 @@
-diff -wbBur mg-20130922/file.c mg-20130922.q/file.c
 mg-20130922/file.c 2013-09-22 13:09:36.0 +0400
-+++ mg-20130922.q/file.c   2013-10-30 15:20:47.927840374 +0400
-@@ -669,9 +669,9 @@
- {
-   struct stat statbuf;
-   int  s;
--  char*dp;
-+  char*dp = malloc(strlen(fn) + 1);
- 
--  dp = dirname(fn);
-+  xdirname(dp, fn, strlen(fn));
- 
-   if (stat(fn, statbuf) == -1  errno == ENOENT) {
-   errno = 0;
-diff -wbBur mg-20130922/Makefile mg-20130922.q/Makefile
 mg-20130922/Makefile   2013-09-22 18:06:43.0 +0400
-+++ mg-20130922.q/Makefile 2013-10-30 15:20:34.201173866 +0400
-@@ -4,7 +4,7 @@
- NOGCCERROR= true
- PROG= mg
- 
--LDADD+=   -lcurses -lutil -lclens
-+LDADD+=   -lcurses -lutil -lclens -lbsd
- DPADD+=   ${LIBCURSES} ${LIBUTIL}
- 
- # (Common) compile-time options:
-@@ -17,7 +17,7 @@
- #
- CFLAGS  = -O2
- CFLAGS += -Wall -DFKEYS -DREGEX -DXKEYS
--CFLAGS += -I/usr/local/include/clens
-+CFLAGS += -I/usr/include/clens -isystem /usr/include/bsd 

[arch-commits] Commit in (6 files)

2014-03-13 Thread Sergej Pupykin
Date: Thursday, March 13, 2014 @ 12:27:17
  Author: spupykin
Revision: 107144

Added:
  libantlr3c/
  libantlr3c/repos/
  libantlr3c/trunk/
  libantlr3c/trunk/PKGBUILD
Modified:
  belle-sip/trunk/PKGBUILD
  linphone/trunk/PKGBUILD

---+
 belle-sip/trunk/PKGBUILD  |   18 +++---
 libantlr3c/trunk/PKGBUILD |   30 ++
 linphone/trunk/PKGBUILD   |8 
 3 files changed, 45 insertions(+), 11 deletions(-)

Modified: belle-sip/trunk/PKGBUILD
===
--- belle-sip/trunk/PKGBUILD2014-03-13 09:28:15 UTC (rev 107143)
+++ belle-sip/trunk/PKGBUILD2014-03-13 11:27:17 UTC (rev 107144)
@@ -9,17 +9,21 @@
 arch=('i686' 'x86_64')
 url=http://www.linphone.org/index.php/eng;
 license=('GPL')
-depends=('alsa-lib' 'ffmpeg' 'gtk2' 'libexosip2' 'speex' 'libv4l' 'libglade' 
'v4l-utils'
-'libpulse' 'libxv' 'mediastreamer' 'ortp' 'libzrtpcpp' 'bcg729' 
'libsoup')
-makedepends=('pkgconfig' 'perlxml' 'intltool' 'sgmltools-lite')
-optdepends=('pulseaudio')
+depends=()
 options=('!emptydirs')
-source=(http://download-mirror.savannah.gnu.org/releases/linphone/belle-sip/belle-sip-$pkgver.tar.gz;)
-md5sums=('ae9e8be12f62552a5376edd66b0265d9')
+source=(http://download-mirror.savannah.gnu.org/releases/linphone/belle-sip/belle-sip-$pkgver.tar.gz;
+   
antlr.jar::https://github.com/antlr/website-antlr3/blob/gh-pages/download/antlr-3.4-complete.jar?raw=true;)
+md5sums=('ae9e8be12f62552a5376edd66b0265d9'
+ '1b91dea1c7d480b3223f7c8a9aa0e172')
 
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i s#antlr_java_prefixes=.*#antlr_java_prefixes=$srcdir# 
configure{,.ac}
+}
+
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static --libexecdir=/usr/lib/$pkgname
+  ./configure --prefix=/usr --disable-tests --disable-static 
--libexecdir=/usr/lib/$pkgname
   make
 }
 

Added: libantlr3c/trunk/PKGBUILD
===
--- libantlr3c/trunk/PKGBUILD   (rev 0)
+++ libantlr3c/trunk/PKGBUILD   2014-03-13 11:27:17 UTC (rev 107144)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Mathieu Clabaut mathieu.clab...@gmail.com
+# Contributor: Artyom Smirnov smirnof...@gmail.com
+# Contributor: Alexis Robert alexis.rob...@gmail.com
+# Maintainer: Daniel Nagy  danielnagy at gmx de
+
+pkgname=libantlr3c
+pkgver=3.4
+pkgrel=1
+pkgdesc=C runtime for the ANTLR parsing library
+url=http://www.antlr.org/;
+arch=(i686 x86_64)
+license=(BSD)
+depends=('bash')
+makedepends=()
+source=(http://www.antlr3.org/download/C/${pkgname}-${pkgver}.tar.gz)
+md5sums=('08b1420129d5dccd0f4461cedf2a0d7d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  [ $CARCH = x86_64 ]  _cfgopt=--enable-64bit
+  ./configure --prefix=/usr --sysconfdir=/etc ${_cfgopt}
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}


Property changes on: libantlr3c/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Modified: linphone/trunk/PKGBUILD
===
--- linphone/trunk/PKGBUILD 2014-03-13 09:28:15 UTC (rev 107143)
+++ linphone/trunk/PKGBUILD 2014-03-13 11:27:17 UTC (rev 107144)
@@ -3,7 +3,7 @@
 # Contributor: Darwin Bautista djclue...@gmail.com
 
 pkgname=linphone
-pkgver=3.6.1
+pkgver=3.7.0
 pkgrel=1
 pkgdesc=A Voice-over-IP phone
 arch=('i686' 'x86_64')
@@ -14,14 +14,14 @@
 makedepends=('pkgconfig' 'perlxml' 'intltool' 'sgmltools-lite')
 optdepends=('pulseaudio')
 options=('!emptydirs')
-source=(http://download-mirror.savannah.gnu.org/releases/${pkgname}/3.6.x/sources/${pkgname}-$pkgver.tar.gz;
+source=(http://download-mirror.savannah.gnu.org/releases/${pkgname}/3.7.x/sources/${pkgname}-$pkgver.tar.gz;
port-to-exosip-4.patch)
-md5sums=('f59b99ec2501ebbb02969c885be4c4c5'
+md5sums=('6978492712bdacd452e375254d6033ae'
  '45178a854c9321c58296dead77fbc5dc')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver
-  patch -p1 $srcdir/port-to-exosip-4.patch
+#  patch -p1 $srcdir/port-to-exosip-4.patch
 }
 
 build() {



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

2014-03-13 Thread Martin Wimpress
Date: Thursday, March 13, 2014 @ 13:41:31
  Author: flexiondotorg
Revision: 107145

upgpkg: mate-desktop 1.8.0-3 - Rebuilt to add mpaste

Modified:
  mate-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-13 11:27:17 UTC (rev 107144)
+++ PKGBUILD2014-03-13 12:41:31 UTC (rev 107145)
@@ -20,6 +20,11 @@
 sha1sums=('1e722d18a198751b209fcf255ad5d3653cb8f6e6')
 install=${pkgname}.install
 
+prepare() {
+cd ${srcdir}/${pkgname}-${pkgver}
+sed -i 's|\/usr\/bin\/python|\/usr\/bin\/env python2|' tools/mpaste
+}
+
 build() {
 # See the following for '--disable-desktop-docs' justification
 #  - https://github.com/mate-desktop/mate-desktop/issues/68



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

2014-03-13 Thread Martin Wimpress
Date: Thursday, March 13, 2014 @ 13:41:52
  Author: flexiondotorg
Revision: 107146

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

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

---+
 /PKGBUILD |   92 
 /mate-desktop.install |   22 +++
 community-i686/PKGBUILD   |   40 -
 community-i686/mate-desktop.install   |   11 ---
 community-x86_64/PKGBUILD |   40 -
 community-x86_64/mate-desktop.install |   11 ---
 6 files changed, 114 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-13 12:41:31 UTC (rev 107145)
+++ community-i686/PKGBUILD 2014-03-13 12:41:52 UTC (rev 107146)
@@ -1,40 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-pkgname=mate-desktop
-pkgver=1.8.0
-pkgrel=2
-pkgdesc=Library with common API for various MATE modules
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=(GPL LGPL)
-depends=('dconf' 'gtk2' 'hicolor-icon-theme' 'libunique' 'python2'
- 'startup-notification' 'ttf-dejavu')
-makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
-optdepends=('lightdm-gtk2-greeter: A lightweight display manager'
-'onboard: On-screen keyboard useful for mobility impaired users'
-'orca: Screen reader for blind or visually impaired individuals'
-'yelp: for reading MATE help documents')
-options=('!emptydirs')
-groups=('mate')
-source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('1e722d18a198751b209fcf255ad5d3653cb8f6e6')
-install=${pkgname}.install
-
-build() {
-# See the following for '--disable-desktop-docs' justification
-#  - https://github.com/mate-desktop/mate-desktop/issues/68
-cd ${srcdir}/${pkgname}-${pkgver}
-PYTHON=/usr/bin/python2 ./configure \
---prefix=/usr \
---with-gtk=2.0 \
---disable-static \
---disable-schemas-compile \
---disable-desktop-docs \
---enable-gtk-doc
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: mate-desktop/repos/community-i686/PKGBUILD (from rev 107145, 
mate-desktop/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-13 12:41:52 UTC (rev 107146)
@@ -0,0 +1,46 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgname=mate-desktop
+pkgver=1.8.0
+pkgrel=3
+pkgdesc=Library with common API for various MATE modules
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=(GPL LGPL)
+depends=('dconf' 'gtk2' 'hicolor-icon-theme' 'libunique' 'python2'
+ 'startup-notification' 'ttf-dejavu')
+makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
+optdepends=('lightdm-gtk2-greeter: A lightweight display manager'
+'onboard: On-screen keyboard useful for mobility impaired users'
+'orca: Screen reader for blind or visually impaired individuals'
+'yelp: for reading MATE help documents')
+options=('!emptydirs')
+groups=('mate')
+source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('1e722d18a198751b209fcf255ad5d3653cb8f6e6')
+install=${pkgname}.install
+
+prepare() {
+cd ${srcdir}/${pkgname}-${pkgver}
+sed -i 's|\/usr\/bin\/python|\/usr\/bin\/env python2|' tools/mpaste
+}
+
+build() {
+# See the following for '--disable-desktop-docs' justification
+#  - https://github.com/mate-desktop/mate-desktop/issues/68
+cd ${srcdir}/${pkgname}-${pkgver}
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--with-gtk=2.0 \
+--enable-mpaste \
+--disable-static \
+--disable-schemas-compile \
+--disable-desktop-docs \
+--enable-gtk-doc
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/mate-desktop.install
===
--- community-i686/mate-desktop.install 2014-03-13 12:41:31 UTC (rev 107145)
+++ 

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

2014-03-13 Thread Felix Yan
Date: Thursday, March 13, 2014 @ 14:03:05
  Author: fyan
Revision: 207682

upgpkg: libzrtpcpp 4.2.0-1

Modified:
  libzrtpcpp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-13 08:16:44 UTC (rev 207681)
+++ PKGBUILD2014-03-13 13:03:05 UTC (rev 207682)
@@ -5,7 +5,7 @@
 # Contributor: Michel Brabants michel.braba...@euphonynet.be
 
 pkgname=libzrtpcpp
-pkgver=2.3.4
+pkgver=4.2.0
 pkgrel=1
 pkgdesc=A C++ implementation of Phil Zimmermann's ZRTP specification
 arch=('i686' 'x86_64')
@@ -13,18 +13,17 @@
 license=('GPL3')
 depends=('ccrtp')
 makedepends=('cmake')
-source=(http://ftp.gnu.org/gnu/ccrtp/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('3aac59472c5649736e24de30080e2efd'
- 'SKIP')
+source=($pkgname-$pkgver.tar.gz::https://github.com/wernerd/ZRTPCPP/archive/V$pkgver.tar.gz;)
+md5sums=('690bf483a43cfc5cac748c03aa180b0f')
 
 prepare() {
-  sed 's/lib64/lib/g' -i ${pkgname}-${pkgver}/CMakeLists.txt
+  sed 's/lib64/lib/g' -i ZRTPCPP-${pkgver}/CMakeLists.txt
 }
 
 build() {
-  mkdir build
+  mkdir -p build
   cd build
-  cmake ../${pkgname}-${pkgver} \
+  cmake ../ZRTPCPP-${pkgver} \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_BUILD_TYPE=Release
   make



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

2014-03-13 Thread Felix Yan
Date: Thursday, March 13, 2014 @ 14:04:31
  Author: fyan
Revision: 207683

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-13 13:03:05 UTC (rev 207682)
+++ extra-i686/PKGBUILD 2014-03-13 13:04:31 UTC (rev 207683)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Jeff Mickey j...@archlinux.org
-# Contributor: Michel Brabants michel.braba...@euphonynet.be
-
-pkgname=libzrtpcpp
-pkgver=2.3.4
-pkgrel=1
-pkgdesc=A C++ implementation of Phil Zimmermann's ZRTP specification
-arch=('i686' 'x86_64')
-url='http://www.gnutelephony.org/index.php/GNU_ZRTP'
-license=('GPL3')
-depends=('ccrtp')
-makedepends=('cmake')
-source=(http://ftp.gnu.org/gnu/ccrtp/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('3aac59472c5649736e24de30080e2efd'
- 'SKIP')
-
-prepare() {
-  sed 's/lib64/lib/g' -i ${pkgname}-${pkgver}/CMakeLists.txt
-}
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libzrtpcpp/repos/extra-i686/PKGBUILD (from rev 207682, 
libzrtpcpp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-13 13:04:31 UTC (rev 207683)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Jeff Mickey j...@archlinux.org
+# Contributor: Michel Brabants michel.braba...@euphonynet.be
+
+pkgname=libzrtpcpp
+pkgver=4.2.0
+pkgrel=1
+pkgdesc=A C++ implementation of Phil Zimmermann's ZRTP specification
+arch=('i686' 'x86_64')
+url='http://www.gnutelephony.org/index.php/GNU_ZRTP'
+license=('GPL3')
+depends=('ccrtp')
+makedepends=('cmake')
+source=($pkgname-$pkgver.tar.gz::https://github.com/wernerd/ZRTPCPP/archive/V$pkgver.tar.gz;)
+md5sums=('690bf483a43cfc5cac748c03aa180b0f')
+
+prepare() {
+  sed 's/lib64/lib/g' -i ZRTPCPP-${pkgver}/CMakeLists.txt
+}
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../ZRTPCPP-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-03-13 13:03:05 UTC (rev 207682)
+++ extra-x86_64/PKGBUILD   2014-03-13 13:04:31 UTC (rev 207683)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Jeff Mickey j...@archlinux.org
-# Contributor: Michel Brabants michel.braba...@euphonynet.be
-
-pkgname=libzrtpcpp
-pkgver=2.3.4
-pkgrel=1
-pkgdesc=A C++ implementation of Phil Zimmermann's ZRTP specification
-arch=('i686' 'x86_64')
-url='http://www.gnutelephony.org/index.php/GNU_ZRTP'
-license=('GPL3')
-depends=('ccrtp')
-makedepends=('cmake')
-source=(http://ftp.gnu.org/gnu/ccrtp/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('3aac59472c5649736e24de30080e2efd'
- 'SKIP')
-
-prepare() {
-  sed 's/lib64/lib/g' -i ${pkgname}-${pkgver}/CMakeLists.txt
-}
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libzrtpcpp/repos/extra-x86_64/PKGBUILD (from rev 207682, 
libzrtpcpp/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-03-13 13:04:31 UTC (rev 207683)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Jeff Mickey j...@archlinux.org
+# Contributor: Michel Brabants michel.braba...@euphonynet.be
+
+pkgname=libzrtpcpp
+pkgver=4.2.0
+pkgrel=1
+pkgdesc=A C++ implementation of Phil Zimmermann's ZRTP specification
+arch=('i686' 'x86_64')
+url='http://www.gnutelephony.org/index.php/GNU_ZRTP'
+license=('GPL3')
+depends=('ccrtp')
+makedepends=('cmake')
+source=($pkgname-$pkgver.tar.gz::https://github.com/wernerd/ZRTPCPP/archive/V$pkgver.tar.gz;)
+md5sums=('690bf483a43cfc5cac748c03aa180b0f')
+
+prepare() {

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

2014-03-13 Thread Felix Yan
Date: Thursday, March 13, 2014 @ 14:05:55
  Author: fyan
Revision: 207684

upgpkg: ortp 0.23.0-1

Modified:
  ortp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-13 13:04:31 UTC (rev 207683)
+++ PKGBUILD2014-03-13 13:05:55 UTC (rev 207684)
@@ -5,7 +5,7 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=ortp
-pkgver=0.22.0
+pkgver=0.23.0
 pkgrel=1
 pkgdesc=A Real-time Transport Protocol (RTP) library
 arch=('i686' 'x86_64')
@@ -12,10 +12,19 @@
 url=http://www.linphone.org/index.php/eng/code_review/ortp;
 license=('GPL3')
 depends=('libzrtpcpp' 'libsrtp')
-source=(http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/sources/${pkgname}-${pkgver}.tar.gz{,.sig})
+source=(http://download-mirror.savannah.gnu.org/releases/linphone/ortp/ortp-$pkgver.tar.gz{,.sig})
 sha1sums=('3f4712307ceba27c6498abd2090f411e02084dbd'
   'SKIP')
+sha1sums=('87a154295636652cc9ac7310dc02e0258db08790'
+  'SKIP')
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  # Reference: 
http://lists.gnu.org/archive/html/linphone-users/2014-02/msg8.html
+  sed -i 's|libzrtpcppcore|libzrtpcpp|g' configure{,.ac}
+}
+
 build() {
   cd ${pkgname}-${pkgver}
 



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

2014-03-13 Thread Felix Yan
Date: Thursday, March 13, 2014 @ 14:07:16
  Author: fyan
Revision: 207685

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-13 13:05:55 UTC (rev 207684)
+++ extra-i686/PKGBUILD 2014-03-13 13:07:16 UTC (rev 207685)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=ortp
-pkgver=0.22.0
-pkgrel=1
-pkgdesc=A Real-time Transport Protocol (RTP) library
-arch=('i686' 'x86_64')
-url=http://www.linphone.org/index.php/eng/code_review/ortp;
-license=('GPL3')
-depends=('libzrtpcpp' 'libsrtp')
-source=(http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/sources/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha1sums=('3f4712307ceba27c6498abd2090f411e02084dbd'
-  'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
---enable-zrtp \
---disable-strict
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: ortp/repos/extra-i686/PKGBUILD (from rev 207684, ortp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-13 13:07:16 UTC (rev 207685)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=ortp
+pkgver=0.23.0
+pkgrel=1
+pkgdesc=A Real-time Transport Protocol (RTP) library
+arch=('i686' 'x86_64')
+url=http://www.linphone.org/index.php/eng/code_review/ortp;
+license=('GPL3')
+depends=('libzrtpcpp' 'libsrtp')
+source=(http://download-mirror.savannah.gnu.org/releases/linphone/ortp/ortp-$pkgver.tar.gz{,.sig})
+sha1sums=('3f4712307ceba27c6498abd2090f411e02084dbd'
+  'SKIP')
+sha1sums=('87a154295636652cc9ac7310dc02e0258db08790'
+  'SKIP')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  # Reference: 
http://lists.gnu.org/archive/html/linphone-users/2014-02/msg8.html
+  sed -i 's|libzrtpcppcore|libzrtpcpp|g' configure{,.ac}
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+--enable-zrtp \
+--disable-strict
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-03-13 13:05:55 UTC (rev 207684)
+++ extra-x86_64/PKGBUILD   2014-03-13 13:07:16 UTC (rev 207685)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=ortp
-pkgver=0.22.0
-pkgrel=1
-pkgdesc=A Real-time Transport Protocol (RTP) library
-arch=('i686' 'x86_64')
-url=http://www.linphone.org/index.php/eng/code_review/ortp;
-license=('GPL3')
-depends=('libzrtpcpp' 'libsrtp')
-source=(http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/sources/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha1sums=('3f4712307ceba27c6498abd2090f411e02084dbd'
-  'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
---enable-zrtp \
---disable-strict
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: ortp/repos/extra-x86_64/PKGBUILD (from rev 207684, ortp/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-03-13 13:07:16 UTC (rev 207685)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=ortp
+pkgver=0.23.0
+pkgrel=1
+pkgdesc=A Real-time Transport Protocol (RTP) library
+arch=('i686' 'x86_64')
+url=http://www.linphone.org/index.php/eng/code_review/ortp;
+license=('GPL3')
+depends=('libzrtpcpp' 'libsrtp')
+source=(http://download-mirror.savannah.gnu.org/releases/linphone/ortp/ortp-$pkgver.tar.gz{,.sig})
+sha1sums=('3f4712307ceba27c6498abd2090f411e02084dbd'
+  

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

2014-03-13 Thread Felix Yan
Date: Thursday, March 13, 2014 @ 14:13:27
  Author: fyan
Revision: 207686

upgpkg: mediastreamer 2.10.0-2

- rebuild against libzrtpcpp 4.2.0

Modified:
  mediastreamer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-13 13:07:16 UTC (rev 207685)
+++ PKGBUILD2014-03-13 13:13:27 UTC (rev 207686)
@@ -6,7 +6,7 @@
 
 pkgname=mediastreamer
 pkgver=2.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A library written in C that allows you to create and run audio and 
video streams
 arch=('i686' 'x86_64')
 url=http://www.linphone.org/;



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

2014-03-13 Thread Felix Yan
Date: Thursday, March 13, 2014 @ 14:14:48
  Author: fyan
Revision: 207687

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-13 13:13:27 UTC (rev 207686)
+++ extra-i686/PKGBUILD 2014-03-13 13:14:48 UTC (rev 207687)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Adrià Arrufat swiftscy...@gmail.com
-
-pkgname=mediastreamer
-pkgver=2.10.0
-pkgrel=1
-pkgdesc=A library written in C that allows you to create and run audio and 
video streams
-arch=('i686' 'x86_64')
-url=http://www.linphone.org/;
-license=('GPL')
-depends=('ortp' 'ffmpeg' 'libxv' 'libupnp')
-# xxd from Vim is needed to build
-makedepends=('intltool' 'vim')
-source=(http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('5a4e7545e212068534b56fdf41c961e9'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---disable-glx --enable-xv
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: mediastreamer/repos/extra-i686/PKGBUILD (from rev 207686, 
mediastreamer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-13 13:14:48 UTC (rev 207687)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Adrià Arrufat swiftscy...@gmail.com
+
+pkgname=mediastreamer
+pkgver=2.10.0
+pkgrel=2
+pkgdesc=A library written in C that allows you to create and run audio and 
video streams
+arch=('i686' 'x86_64')
+url=http://www.linphone.org/;
+license=('GPL')
+depends=('ortp' 'ffmpeg' 'libxv' 'libupnp')
+# xxd from Vim is needed to build
+makedepends=('intltool' 'vim')
+source=(http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('5a4e7545e212068534b56fdf41c961e9'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--disable-glx --enable-xv
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-03-13 13:13:27 UTC (rev 207686)
+++ extra-x86_64/PKGBUILD   2014-03-13 13:14:48 UTC (rev 207687)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Adrià Arrufat swiftscy...@gmail.com
-
-pkgname=mediastreamer
-pkgver=2.10.0
-pkgrel=1
-pkgdesc=A library written in C that allows you to create and run audio and 
video streams
-arch=('i686' 'x86_64')
-url=http://www.linphone.org/;
-license=('GPL')
-depends=('ortp' 'ffmpeg' 'libxv' 'libupnp')
-# xxd from Vim is needed to build
-makedepends=('intltool' 'vim')
-source=(http://download-mirror.savannah.gnu.org/releases/linphone/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('5a4e7545e212068534b56fdf41c961e9'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---disable-glx --enable-xv
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: mediastreamer/repos/extra-x86_64/PKGBUILD (from rev 207686, 
mediastreamer/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-03-13 13:14:48 UTC (rev 207687)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Adrià Arrufat swiftscy...@gmail.com
+
+pkgname=mediastreamer
+pkgver=2.10.0
+pkgrel=2
+pkgdesc=A library written in C that allows you to create and run audio and 
video streams
+arch=('i686' 'x86_64')
+url=http://www.linphone.org/;
+license=('GPL')
+depends=('ortp' 'ffmpeg' 'libxv' 'libupnp')
+# xxd from Vim is needed to build
+makedepends=('intltool' 'vim')

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

2014-03-13 Thread Bartłomiej Piotrowski
Date: Thursday, March 13, 2014 @ 15:21:47
  Author: bpiotrowski
Revision: 207689

upgpkg: udisks 1.0.5-1

new upstream release, fixes CVE-2014-0004

Modified:
  udisks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-13 13:24:32 UTC (rev 207688)
+++ PKGBUILD2014-03-13 14:21:47 UTC (rev 207689)
@@ -2,15 +2,18 @@
 # Maintainer: Tom Gundersen t...@jklm.no
 
 pkgname=udisks
-pkgver=1.0.4
-pkgrel=8
+pkgver=1.0.5
+pkgrel=1
 pkgdesc=Disk Management Service
 arch=('i686' 'x86_64')
 url=http://www.freedesktop.org/wiki/Software/udisks;
 license=('GPL')
-depends=('systemd' 'util-linux' 'sg3_utils' 'glib2' 'dbus-glib' 'polkit' 
'parted' 'device-mapper' 'libatasmart' 'lsof')
+depends=('systemd' 'util-linux' 'sg3_utils' 'glib2' 'dbus-glib' 'polkit' 
'parted'
+ 'device-mapper' 'libatasmart' 'lsof')
 makedepends=('intltool' 'docbook-xsl')
-source=(http://hal.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz 
udisks.service drop-pci-db.patch)
+source=(http://hal.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz
+udisks.service
+drop-pci-db.patch)
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -45,6 +48,6 @@
   # install the /media folder
   install -d -m 755 $pkgdir/media
 }
-md5sums=('86c63b2b5484f2060499a052b5b6256b'
+md5sums=('70d48dcfe523a74cd7c7fbbc2847fcdd'
  '5d80832b4d4da72beeb45c15b63a1481'
  '773cccd70afd18ace4332037feff67ec')



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

2014-03-13 Thread Sven-Hendrik Haase
Date: Thursday, March 13, 2014 @ 15:27:20
  Author: svenstaro
Revision: 107148

Add nvidia-304xx optdep

Modified:
  bumblebee/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-13 13:24:28 UTC (rev 107147)
+++ PKGBUILD2014-03-13 14:27:20 UTC (rev 107148)
@@ -11,6 +11,7 @@
 'nouveau-dri: 3D acceleration features fo nouveau'
 'bbswitch: switch on/off discrete card' 
 'nvidia: NVIDIA kernel driver'
+'nvidia-304xx: NVIDIA kernel driver for older devices'
 'primus: faster back-end for optirun')
 if [ $CARCH = x86_64 ]; then
  optdepends[${#optdepends[@]}]='lib32-virtualgl: run 32bit applications 
with optirun'



[arch-commits] Commit in udisks/repos (community-i686 community-x86_64)

2014-03-13 Thread Bartłomiej Piotrowski
Date: Thursday, March 13, 2014 @ 15:27:34
  Author: bpiotrowski
Revision: 207694

Cleanup.

Deleted:
  udisks/repos/community-i686/
  udisks/repos/community-x86_64/



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

2014-03-13 Thread Bartłomiej Piotrowski
Date: Thursday, March 13, 2014 @ 15:27:16
  Author: bpiotrowski
Revision: 207692

upgpkg: udisks2 2.1.3-1

new upstream release, fixes CVE-2014-0004

Modified:
  udisks2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-13 14:24:18 UTC (rev 207691)
+++ PKGBUILD2014-03-13 14:27:16 UTC (rev 207692)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=udisks2
-pkgver=2.1.2
+pkgver=2.1.3
 pkgrel=1
 pkgdesc=Disk Management Service, version 2
 arch=('i686' 'x86_64')
@@ -16,13 +16,13 @@
 'dosfstools: VFAT filesystem management support')
 source=(http://udisks.freedesktop.org/releases/udisks-$pkgver.tar.bz2{,.sign}
 git-fixes.patch)
-sha256sums=('afe928fe7f44086b835257efc3fcbe503e2da7c988a773c997d0291bbab4a637'
+sha256sums=('5cc92fd651ee49a7888f90d091282b949afc629b31fdb34e187208750720632d'
 'SKIP'
 '52a9b9f039f9f115414715375f2b5874b79b5b67fbe2bdf3105b46d3a35f673f')
 
 prepare() {
   cd udisks-$pkgver
-  patch -Np1 -i ../git-fixes.patch
+  #patch -Np1 -i ../git-fixes.patch
 }
 
 build() {



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

2014-03-13 Thread Bartłomiej Piotrowski
Date: Thursday, March 13, 2014 @ 15:27:26
  Author: bpiotrowski
Revision: 207693

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

Added:
  udisks2/repos/extra-i686/PKGBUILD
(from rev 207692, udisks2/trunk/PKGBUILD)
  udisks2/repos/extra-i686/git-fixes.patch
(from rev 207692, udisks2/trunk/git-fixes.patch)
  udisks2/repos/extra-x86_64/PKGBUILD
(from rev 207692, udisks2/trunk/PKGBUILD)
  udisks2/repos/extra-x86_64/git-fixes.patch
(from rev 207692, udisks2/trunk/git-fixes.patch)
Deleted:
  udisks2/repos/extra-i686/PKGBUILD
  udisks2/repos/extra-i686/git-fixes.patch
  udisks2/repos/extra-x86_64/PKGBUILD
  udisks2/repos/extra-x86_64/git-fixes.patch

--+
 /PKGBUILD|   82 ++
 /git-fixes.patch | 1554 +
 extra-i686/PKGBUILD  |   41 -
 extra-i686/git-fixes.patch   |  777 
 extra-x86_64/PKGBUILD|   41 -
 extra-x86_64/git-fixes.patch |  777 
 6 files changed, 1636 insertions(+), 1636 deletions(-)

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


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

2014-03-13 Thread Sergej Pupykin
Date: Thursday, March 13, 2014 @ 15:32:05
  Author: spupykin
Revision: 107149

Modified:
  belle-sip/trunk/PKGBUILD
  libantlr3c/trunk/PKGBUILD

---+
 belle-sip/trunk/PKGBUILD  |4 +++-
 libantlr3c/trunk/PKGBUILD |1 +
 2 files changed, 4 insertions(+), 1 deletion(-)

Modified: belle-sip/trunk/PKGBUILD
===
--- belle-sip/trunk/PKGBUILD2014-03-13 14:27:20 UTC (rev 107148)
+++ belle-sip/trunk/PKGBUILD2014-03-13 14:32:05 UTC (rev 107149)
@@ -9,10 +9,12 @@
 arch=('i686' 'x86_64')
 url=http://www.linphone.org/index.php/eng;
 license=('GPL')
-depends=()
+depends=('libantlr3c' 'gcc-libs')
+makedepends=('java-runtime')
 options=('!emptydirs')
 
source=(http://download-mirror.savannah.gnu.org/releases/linphone/belle-sip/belle-sip-$pkgver.tar.gz;

antlr.jar::https://github.com/antlr/website-antlr3/blob/gh-pages/download/antlr-3.4-complete.jar?raw=true;)
+noextract=('antlr.jar')
 md5sums=('ae9e8be12f62552a5376edd66b0265d9'
  '1b91dea1c7d480b3223f7c8a9aa0e172')
 

Modified: libantlr3c/trunk/PKGBUILD
===
--- libantlr3c/trunk/PKGBUILD   2014-03-13 14:27:20 UTC (rev 107148)
+++ libantlr3c/trunk/PKGBUILD   2014-03-13 14:32:05 UTC (rev 107149)
@@ -27,4 +27,5 @@
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
   make install DESTDIR=${pkgdir}
+  install -Dm0644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
 }



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

2014-03-13 Thread Bartłomiej Piotrowski
Date: Thursday, March 13, 2014 @ 15:24:18
  Author: bpiotrowski
Revision: 207691

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

Added:
  udisks/repos/extra-i686/PKGBUILD
(from rev 207690, udisks/trunk/PKGBUILD)
  udisks/repos/extra-i686/drop-pci-db.patch
(from rev 207690, udisks/trunk/drop-pci-db.patch)
  udisks/repos/extra-i686/udisks.service
(from rev 207690, udisks/trunk/udisks.service)
  udisks/repos/extra-x86_64/PKGBUILD
(from rev 207690, udisks/trunk/PKGBUILD)
  udisks/repos/extra-x86_64/drop-pci-db.patch
(from rev 207690, udisks/trunk/drop-pci-db.patch)
  udisks/repos/extra-x86_64/udisks.service
(from rev 207690, udisks/trunk/udisks.service)
Deleted:
  udisks/repos/extra-i686/PKGBUILD
  udisks/repos/extra-i686/drop-pci-db.patch
  udisks/repos/extra-i686/udisks.service
  udisks/repos/extra-x86_64/PKGBUILD
  udisks/repos/extra-x86_64/drop-pci-db.patch
  udisks/repos/extra-x86_64/udisks.service

+
 /PKGBUILD  |  106 +++
 /drop-pci-db.patch |   56 
 /udisks.service|   20 +++
 extra-i686/PKGBUILD|   50 --
 extra-i686/drop-pci-db.patch   |   28 --
 extra-i686/udisks.service  |   10 ---
 extra-x86_64/PKGBUILD  |   50 --
 extra-x86_64/drop-pci-db.patch |   28 --
 extra-x86_64/udisks.service|   10 ---
 9 files changed, 182 insertions(+), 176 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-13 14:21:57 UTC (rev 207690)
+++ extra-i686/PKGBUILD 2014-03-13 14:24:18 UTC (rev 207691)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-
-pkgname=udisks
-pkgver=1.0.4
-pkgrel=8
-pkgdesc=Disk Management Service
-arch=('i686' 'x86_64')
-url=http://www.freedesktop.org/wiki/Software/udisks;
-license=('GPL')
-depends=('systemd' 'util-linux' 'sg3_utils' 'glib2' 'dbus-glib' 'polkit' 
'parted' 'device-mapper' 'libatasmart' 'lsof')
-makedepends=('intltool' 'docbook-xsl')
-source=(http://hal.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz 
udisks.service drop-pci-db.patch)
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/udisks --disable-static
-
-  patch -p1  ../drop-pci-db.patch
-
-  make
-  # fix mdadm location
-  sed -i -e 's#/sbin/mdadm#/usr/bin/mdadm#g' \
-${srcdir}/${pkgname}-${pkgver}/data/80-udisks.rules
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make profiledir=/usr/share/bash-completion/completions DESTDIR=${pkgdir} 
install
-  chmod 644 
${pkgdir}/usr/share/bash-completion/completions/udisks-bash-completion.sh
-
-  # move udev helpers and rules to /usr/lib
-  mv ${pkgdir}/lib/udev ${pkgdir}/usr/lib/
-  rm -r ${pkgdir}/lib
-
-  # move umount helper to /usr/bin
-  mv ${pkgdir}/sbin/umount.udisks ${pkgdir}/usr/bin/
-  rm -r ${pkgdir}/sbin
-
-  install -Dm644 $srcdir/udisks.service 
$pkgdir/usr/lib/systemd/system/udisks.service
-  echo SystemdService=udisks.service \
- 
$pkgdir/usr/share/dbus-1/system-services/org.freedesktop.UDisks.service
-
-  # install the /media folder
-  install -d -m 755 $pkgdir/media
-}
-md5sums=('86c63b2b5484f2060499a052b5b6256b'
- '5d80832b4d4da72beeb45c15b63a1481'
- '773cccd70afd18ace4332037feff67ec')

Copied: udisks/repos/extra-i686/PKGBUILD (from rev 207690, 
udisks/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-13 14:24:18 UTC (rev 207691)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+
+pkgname=udisks
+pkgver=1.0.5
+pkgrel=1
+pkgdesc=Disk Management Service
+arch=('i686' 'x86_64')
+url=http://www.freedesktop.org/wiki/Software/udisks;
+license=('GPL')
+depends=('systemd' 'util-linux' 'sg3_utils' 'glib2' 'dbus-glib' 'polkit' 
'parted'
+ 'device-mapper' 'libatasmart' 'lsof')
+makedepends=('intltool' 'docbook-xsl')
+source=(http://hal.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz
+udisks.service
+drop-pci-db.patch)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/udisks --disable-static
+
+  patch -p1  ../drop-pci-db.patch
+
+  make
+  # fix mdadm location
+  sed -i -e 's#/sbin/mdadm#/usr/bin/mdadm#g' \
+${srcdir}/${pkgname}-${pkgver}/data/80-udisks.rules
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make profiledir=/usr/share/bash-completion/completions DESTDIR=${pkgdir} 
install
+  chmod 644 
${pkgdir}/usr/share/bash-completion/completions/udisks-bash-completion.sh
+
+  # move udev helpers and rules to /usr/lib
+  mv ${pkgdir}/lib/udev ${pkgdir}/usr/lib/
+  rm -r ${pkgdir}/lib
+
+  # move 

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

2014-03-13 Thread Bartłomiej Piotrowski
Date: Thursday, March 13, 2014 @ 15:21:57
  Author: bpiotrowski
Revision: 207690

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

Added:
  udisks/repos/community-i686/
  udisks/repos/community-i686/PKGBUILD
(from rev 207689, udisks/trunk/PKGBUILD)
  udisks/repos/community-i686/drop-pci-db.patch
(from rev 207689, udisks/trunk/drop-pci-db.patch)
  udisks/repos/community-i686/udisks.service
(from rev 207689, udisks/trunk/udisks.service)
  udisks/repos/community-x86_64/
  udisks/repos/community-x86_64/PKGBUILD
(from rev 207689, udisks/trunk/PKGBUILD)
  udisks/repos/community-x86_64/drop-pci-db.patch
(from rev 207689, udisks/trunk/drop-pci-db.patch)
  udisks/repos/community-x86_64/udisks.service
(from rev 207689, udisks/trunk/udisks.service)

+
 community-i686/PKGBUILD|   53 +++
 community-i686/drop-pci-db.patch   |   28 ++
 community-i686/udisks.service  |   10 ++
 community-x86_64/PKGBUILD  |   53 +++
 community-x86_64/drop-pci-db.patch |   28 ++
 community-x86_64/udisks.service|   10 ++
 6 files changed, 182 insertions(+)

Copied: udisks/repos/community-i686/PKGBUILD (from rev 207689, 
udisks/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-13 14:21:57 UTC (rev 207690)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+
+pkgname=udisks
+pkgver=1.0.5
+pkgrel=1
+pkgdesc=Disk Management Service
+arch=('i686' 'x86_64')
+url=http://www.freedesktop.org/wiki/Software/udisks;
+license=('GPL')
+depends=('systemd' 'util-linux' 'sg3_utils' 'glib2' 'dbus-glib' 'polkit' 
'parted'
+ 'device-mapper' 'libatasmart' 'lsof')
+makedepends=('intltool' 'docbook-xsl')
+source=(http://hal.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz
+udisks.service
+drop-pci-db.patch)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/udisks --disable-static
+
+  patch -p1  ../drop-pci-db.patch
+
+  make
+  # fix mdadm location
+  sed -i -e 's#/sbin/mdadm#/usr/bin/mdadm#g' \
+${srcdir}/${pkgname}-${pkgver}/data/80-udisks.rules
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make profiledir=/usr/share/bash-completion/completions DESTDIR=${pkgdir} 
install
+  chmod 644 
${pkgdir}/usr/share/bash-completion/completions/udisks-bash-completion.sh
+
+  # move udev helpers and rules to /usr/lib
+  mv ${pkgdir}/lib/udev ${pkgdir}/usr/lib/
+  rm -r ${pkgdir}/lib
+
+  # move umount helper to /usr/bin
+  mv ${pkgdir}/sbin/umount.udisks ${pkgdir}/usr/bin/
+  rm -r ${pkgdir}/sbin
+
+  install -Dm644 $srcdir/udisks.service 
$pkgdir/usr/lib/systemd/system/udisks.service
+  echo SystemdService=udisks.service \
+ 
$pkgdir/usr/share/dbus-1/system-services/org.freedesktop.UDisks.service
+
+  # install the /media folder
+  install -d -m 755 $pkgdir/media
+}
+md5sums=('70d48dcfe523a74cd7c7fbbc2847fcdd'
+ '5d80832b4d4da72beeb45c15b63a1481'
+ '773cccd70afd18ace4332037feff67ec')

Copied: udisks/repos/community-i686/drop-pci-db.patch (from rev 207689, 
udisks/trunk/drop-pci-db.patch)
===
--- community-i686/drop-pci-db.patch(rev 0)
+++ community-i686/drop-pci-db.patch2014-03-13 14:21:57 UTC (rev 207690)
@@ -0,0 +1,28 @@
+commit c73b5ab54378ec6d7df9948c46ce87f98587af9a
+Author: Tom Gundersen t...@jklm.no
+Date:   2 days ago
+
+udev: remove redundant call to deprecated pci-db
+
+The binary is no longer shipped with systemd/udev. The functionality
+is taken over by a builtin, which is ran for all devices, rendering
+this rule superfluous.
+
+Cc: Jan de Groot j...@archlinux.org
+Signed-off-by: Tom Gundersen t...@jklm.no
+
+diff --git a/data/80-udisks.rules b/data/80-udisks.rules
+index d1c8c5d..4bf2b37 100644
+--- a/data/80-udisks.rules
 b/data/80-udisks.rules
+@@ -1,10 +1,6 @@
+ # Do not edit this file, it will be overwritten on updates
+ #
+ 
+-# import names for PCI storage controllers
+-#
+-SUBSYSTEM==pci, ACTION==add|change, ENV{ID_MODEL_FROM_DATABASE}==, 
ATTR{class}==0x01*, IMPORT{program}=pci-db %p
+-
+ # Set eSATA port type for known eSATA CardBus adapters - first we want to 
ensure
+ # the device is on a cardbus controller (upper PCI device) - then we check
+ # vid/pid (lower PCI device)

Copied: udisks/repos/community-i686/udisks.service (from rev 207689, 
udisks/trunk/udisks.service)
===
--- community-i686/udisks.service   (rev 0)
+++ community-i686/udisks.service   2014-03-13 14:21:57 UTC (rev 207690)
@@ -0,0 +1,10 

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

2014-03-13 Thread Daniel Wallace
Date: Thursday, March 13, 2014 @ 15:41:10
  Author: dwallace
Revision: 107150

upgpkg: ansible 1.5-2

upgpkg: ansible 1.5-2

Modified:
  ansible/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-13 14:32:05 UTC (rev 107149)
+++ PKGBUILD2014-03-13 14:41:10 UTC (rev 107150)
@@ -6,7 +6,7 @@
 
 pkgname=ansible
 pkgver=1.5
-pkgrel=1
+pkgrel=2
 pkgdesc='Radically simple IT automation platform'
 arch=('any')
 url='http://www.ansible.com'
@@ -44,7 +44,6 @@
   install -d $pkgdir/usr/share/man/man1
   cp -dpr --no-preserve=ownership docs/man/man1/*.1 
$pkgdir/usr/share/man/man1
 
-  find $pkgdir/usr/share/ansible/ -type f -exec sed -i '1s:python:2:' {} +
   find $pkgdir/usr/lib -type f -name \*.py -exec sed -i '1s:python$:2:' {} +
 }
 



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

2014-03-13 Thread Daniel Wallace
Date: Thursday, March 13, 2014 @ 15:41:35
  Author: dwallace
Revision: 107151

archrelease: copy trunk to community-any

Added:
  ansible/repos/community-any/PKGBUILD
(from rev 107150, ansible/trunk/PKGBUILD)
Deleted:
  ansible/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-13 14:41:10 UTC (rev 107150)
+++ PKGBUILD2014-03-13 14:41:35 UTC (rev 107151)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Chris seitz.christ...@gmail.com
-# Contributor: m0ikz ndelato...@moikz.com.ar
-# Contributor: atweiden archb...@gmail.com
-
-pkgname=ansible
-pkgver=1.5
-pkgrel=1
-pkgdesc='Radically simple IT automation platform'
-arch=('any')
-url='http://www.ansible.com'
-license=('GPL3')
-depends=('python2' 'python2-yaml' 'python2-paramiko' 'python2-jinja')
-makedepends=('asciidoc' 'fakeroot')
-optdepends=('python2-pyasn1: needed for accelerated mode'
-'python2-crypto: needed for accelerated mode'
-'python2-keyczar: needed for accelerated mode')
-
-backup=('etc/ansible/ansible.cfg')
-source=(http://releases.ansible.com/ansible/$pkgname-$pkgver.tar.gz)
-sha256sums=('37c46b84a5525ad027e3828cd862089a20783944603c504630d0c9c84e62df45')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  install -d $pkgdir/usr/share/ansible
-  cp -dpr --no-preserve=ownership ./library/* $pkgdir/usr/share/ansible/
-  cp -dpr --no-preserve=ownership ./examples $pkgdir/usr/share/ansible
-
-  python2 setup.py install -O1 --root=$pkgdir
-
-  install -Dm644 examples/ansible.cfg $pkgdir/etc/ansible/ansible.cfg
-
-  install -Dm644 README.md $pkgdir/usr/share/doc/ansible/README.md
-  install -Dm644 COPYING $pkgdir/usr/share/doc/ansible/COPYING
-
-  install -d $pkgdir/usr/share/man/man1
-  cp -dpr --no-preserve=ownership docs/man/man1/*.1 
$pkgdir/usr/share/man/man1
-
-  find $pkgdir/usr/share/ansible/ -type f -exec sed -i '1s:python:2:' {} +
-  find $pkgdir/usr/lib -type f -name \*.py -exec sed -i '1s:python$:2:' {} +
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ansible/repos/community-any/PKGBUILD (from rev 107150, 
ansible/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-13 14:41:35 UTC (rev 107151)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Chris seitz.christ...@gmail.com
+# Contributor: m0ikz ndelato...@moikz.com.ar
+# Contributor: atweiden archb...@gmail.com
+
+pkgname=ansible
+pkgver=1.5
+pkgrel=2
+pkgdesc='Radically simple IT automation platform'
+arch=('any')
+url='http://www.ansible.com'
+license=('GPL3')
+depends=('python2' 'python2-yaml' 'python2-paramiko' 'python2-jinja')
+makedepends=('asciidoc' 'fakeroot')
+optdepends=('python2-pyasn1: needed for accelerated mode'
+'python2-crypto: needed for accelerated mode'
+'python2-keyczar: needed for accelerated mode')
+
+backup=('etc/ansible/ansible.cfg')
+source=(http://releases.ansible.com/ansible/$pkgname-$pkgver.tar.gz)
+sha256sums=('37c46b84a5525ad027e3828cd862089a20783944603c504630d0c9c84e62df45')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -d $pkgdir/usr/share/ansible
+  cp -dpr --no-preserve=ownership ./library/* $pkgdir/usr/share/ansible/
+  cp -dpr --no-preserve=ownership ./examples $pkgdir/usr/share/ansible
+
+  python2 setup.py install -O1 --root=$pkgdir
+
+  install -Dm644 examples/ansible.cfg $pkgdir/etc/ansible/ansible.cfg
+
+  install -Dm644 README.md $pkgdir/usr/share/doc/ansible/README.md
+  install -Dm644 COPYING $pkgdir/usr/share/doc/ansible/COPYING
+
+  install -d $pkgdir/usr/share/man/man1
+  cp -dpr --no-preserve=ownership docs/man/man1/*.1 
$pkgdir/usr/share/man/man1
+
+  find $pkgdir/usr/lib -type f -name \*.py -exec sed -i '1s:python$:2:' {} +
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-03-13 Thread Felix Yan
Date: Thursday, March 13, 2014 @ 16:00:48
  Author: fyan
Revision: 207695

upgpkg: flashplugin 11.2.202.346-1

- address FS#39385

Modified:
  flashplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-13 14:27:34 UTC (rev 207694)
+++ PKGBUILD2014-03-13 15:00:48 UTC (rev 207695)
@@ -4,7 +4,7 @@
 
 pkgname=flashplugin
 _licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
-pkgver=11.2.202.341
+pkgver=11.2.202.346
 pkgrel=1
 pkgdesc='Adobe Flash Player'
 url='http://get.adobe.com/flashplayer'
@@ -21,7 +21,7 @@
 
source=(http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz;
 http://www.adobe.com/products/eulas/pdfs/${_licensefile};
 mms.cfg)
-md5sums=('7f1483d6c4b2b0ec6d79197dcbbe'
+md5sums=('48a48eda9dace5ee080f666ef0d9aeef'
  '94ca2aecb409abfe36494d1a7ec7591d'
  'f34aae6279b40e0bd2abfb0d9963d7b8')
 elif [ $CARCH = x86_64 ]; then
@@ -28,7 +28,7 @@
 
source=(http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.x86_64.tar.gz;
 http://www.adobe.com/products/eulas/pdfs/${_licensefile};
 mms.cfg)
-md5sums=('a7926b09f721ed87a3c21063ecc76e51'
+md5sums=('92ce66451381754933a1c5456139d9ff'
  '94ca2aecb409abfe36494d1a7ec7591d'
  'f34aae6279b40e0bd2abfb0d9963d7b8')
 fi



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

2014-03-13 Thread Felix Yan
Date: Thursday, March 13, 2014 @ 16:02:10
  Author: fyan
Revision: 207696

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

Added:
  flashplugin/repos/extra-i686/PKGBUILD
(from rev 207695, flashplugin/trunk/PKGBUILD)
  flashplugin/repos/extra-i686/flashplugin.install
(from rev 207695, flashplugin/trunk/flashplugin.install)
  flashplugin/repos/extra-i686/mms.cfg
(from rev 207695, flashplugin/trunk/mms.cfg)
  flashplugin/repos/extra-x86_64/PKGBUILD
(from rev 207695, flashplugin/trunk/PKGBUILD)
  flashplugin/repos/extra-x86_64/flashplugin.install
(from rev 207695, flashplugin/trunk/flashplugin.install)
  flashplugin/repos/extra-x86_64/mms.cfg
(from rev 207695, flashplugin/trunk/mms.cfg)
Deleted:
  flashplugin/repos/extra-i686/PKGBUILD
  flashplugin/repos/extra-i686/flashplugin.install
  flashplugin/repos/extra-i686/mms.cfg
  flashplugin/repos/extra-x86_64/PKGBUILD
  flashplugin/repos/extra-x86_64/flashplugin.install
  flashplugin/repos/extra-x86_64/mms.cfg

--+
 /PKGBUILD|  104 +
 /flashplugin.install |   28 +
 /mms.cfg |4 +
 extra-i686/PKGBUILD  |   52 --
 extra-i686/flashplugin.install   |   14 
 extra-i686/mms.cfg   |2 
 extra-x86_64/PKGBUILD|   52 --
 extra-x86_64/flashplugin.install |   14 
 extra-x86_64/mms.cfg |2 
 9 files changed, 136 insertions(+), 136 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-13 15:00:48 UTC (rev 207695)
+++ extra-i686/PKGBUILD 2014-03-13 15:02:10 UTC (rev 207696)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=flashplugin
-_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
-pkgver=11.2.202.341
-pkgrel=1
-pkgdesc='Adobe Flash Player'
-url='http://get.adobe.com/flashplayer'
-arch=('i686' 'x86_64')
-depends=('mozilla-common' 'libxt' 'libxpm' 'gtk2' 'nss' 'curl' 
'hicolor-icon-theme')
-optdepends=('libvdpau: GPU acceleration on Nvidia card')
-provides=('flashplayer')
-license=('custom')
-options=(!strip)
-install=flashplugin.install
-backup=(etc/adobe/mms.cfg)
-
-if [ $CARCH = i686 ]; then
-
source=(http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz;
-http://www.adobe.com/products/eulas/pdfs/${_licensefile};
-mms.cfg)
-md5sums=('7f1483d6c4b2b0ec6d79197dcbbe'
- '94ca2aecb409abfe36494d1a7ec7591d'
- 'f34aae6279b40e0bd2abfb0d9963d7b8')
-elif [ $CARCH = x86_64 ]; then
-
source=(http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.x86_64.tar.gz;
-http://www.adobe.com/products/eulas/pdfs/${_licensefile};
-mms.cfg)
-md5sums=('a7926b09f721ed87a3c21063ecc76e51'
- '94ca2aecb409abfe36494d1a7ec7591d'
- 'f34aae6279b40e0bd2abfb0d9963d7b8')
-fi
-
-package () {
-install -Dm755 libflashplayer.so 
$pkgdir/usr/lib/mozilla/plugins/libflashplayer.so
-if [ $CARCH = x86_64 ]; then
-install -Dm755 usr/lib64/kde4/kcm_adobe_flash_player.so 
$pkgdir/usr/lib/kde4/kcm_adobe_flash_player.so
-else
-install -Dm755 usr/lib/kde4/kcm_adobe_flash_player.so 
$pkgdir/usr/lib/kde4/kcm_adobe_flash_player.so
-fi
-install -Dm755 usr/bin/flash-player-properties 
$pkgdir/usr/bin/flash-player-properties
-for i in 16x16 22x22 24x24 32x32 48x48; do
-install -Dm644 
usr/share/icons/hicolor/$i/apps/flash-player-properties.png \
-
$pkgdir/usr/share/icons/hicolor/$i/apps/flash-player-properties.png
-done
-install -Dm644 usr/share/applications/flash-player-properties.desktop 
$pkgdir/usr/share/applications/flash-player-properties.desktop
-install -Dm644 usr/share/kde4/services/kcm_adobe_flash_player.desktop 
$pkgdir/usr/share/kde4/services/kcm_adobe_flash_player.desktop
-install -Dm644 ${_licensefile} 
$pkgdir/usr/share/licenses/$pkgname/LICENSE.pdf
-install -Dm644 mms.cfg $pkgdir/etc/adobe/mms.cfg
-}

Copied: flashplugin/repos/extra-i686/PKGBUILD (from rev 207695, 
flashplugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-13 15:02:10 UTC (rev 207696)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=flashplugin
+_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
+pkgver=11.2.202.346
+pkgrel=1
+pkgdesc='Adobe Flash Player'
+url='http://get.adobe.com/flashplayer'
+arch=('i686' 'x86_64')
+depends=('mozilla-common' 'libxt' 'libxpm' 'gtk2' 'nss' 'curl' 

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

2014-03-13 Thread Laurent Carlier
Date: Thursday, March 13, 2014 @ 16:20:37
  Author: lcarlier
Revision: 207698

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

Added:
  mesa/repos/testing-i686/LICENSE
(from rev 207697, mesa/trunk/LICENSE)
  mesa/repos/testing-i686/PKGBUILD
(from rev 207697, mesa/trunk/PKGBUILD)
  mesa/repos/testing-x86_64/LICENSE
(from rev 207697, mesa/trunk/LICENSE)
  mesa/repos/testing-x86_64/PKGBUILD
(from rev 207697, mesa/trunk/PKGBUILD)
Deleted:
  mesa/repos/testing-i686/LICENSE
  mesa/repos/testing-i686/PKGBUILD
  mesa/repos/testing-x86_64/LICENSE
  mesa/repos/testing-x86_64/PKGBUILD

-+
 /LICENSE|  164 +++
 /PKGBUILD   |  324 ++
 testing-i686/LICENSE|   82 ---
 testing-i686/PKGBUILD   |  162 ---
 testing-x86_64/LICENSE  |   82 ---
 testing-x86_64/PKGBUILD |  162 ---
 6 files changed, 488 insertions(+), 488 deletions(-)

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


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

2014-03-13 Thread Laurent Carlier
Date: Thursday, March 13, 2014 @ 16:20:22
  Author: lcarlier
Revision: 207697

upgpkg: mesa 10.1.0-4

fix various typos in mesa-libgl (FS#39374)

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-13 15:02:10 UTC (rev 207696)
+++ PKGBUILD2014-03-13 15:20:22 UTC (rev 207697)
@@ -5,7 +5,7 @@
 pkgbase=mesa
 pkgname=('ati-dri' 'intel-dri' 'nouveau-dri' 'svga-dri' 'mesa' 'mesa-libgl')
 pkgver=10.1.0
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 makedepends=('python2' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'dri3proto' 'presentproto' 
  'libxshmfence' 'libxxf86vm'  'libxdamage' 'libvdpau' 'wayland' 
'elfutils' 'llvm' 'systemd')
@@ -145,13 +145,13 @@
   ln -s libGL.so.1.2.0  ${pkgdir}/usr/lib/libGL.so.1
   ln -s libGL.so.1.2.0   ${pkgdir}/usr/lib/libGL.so
 
-  ln -s /usr/lib/mesa/libEGL.so.1.0.0 ${pkgdir}/usr/lib/libEGL.so.1.1.0
+  ln -s /usr/lib/mesa/libEGL.so.1.0.0 ${pkgdir}/usr/lib/libEGL.so.1.0.0
   ln -s libEGL.so.1.0.0  ${pkgdir}/usr/lib/libEGL.so.1
   ln -s libEGL.so.1.0.0   ${pkgdir}/usr/lib/libEGL.so
 
-  ln -s /usr/lib/mesa/libGLESv1-CM.so.1.1.0 
${pkgdir}/usr/lib/libGLESv1-CM.so.1.1.0
-  ln -s libGLESv1_CM.so.1.1.0  ${pkgdir}/usr/lib/libGLESv1-CM.so.1
-  ln -s libGLESv1_CM.so.1.1.0   ${pkgdir}/usr/lib/libGLESv1-CM.so
+  ln -s /usr/lib/mesa/libGLESv1_CM.so.1.1.0 
${pkgdir}/usr/lib/libGLESv1_CM.so.1.1.0
+  ln -s libGLESv1_CM.so.1.1.0  ${pkgdir}/usr/lib/libGLESv1_CM.so.1
+  ln -s libGLESv1_CM.so.1.1.0   ${pkgdir}/usr/lib/libGLESv1_CM.so
 
   ln -s /usr/lib/mesa/libGLESv2.so.2.0.0 ${pkgdir}/usr/lib/libGLESv2.so.2.0.0
   ln -s libGLESv2.so.2.0.0   ${pkgdir}/usr/lib/libGLESv2.so.2



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

2014-03-13 Thread Felix Yan
Date: Thursday, March 13, 2014 @ 16:28:57
  Author: fyan
Revision: 107152

upgpkg: lib32-flashplugin 11.2.202.346-1

- address FS#39385

Modified:
  lib32-flashplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-13 14:41:35 UTC (rev 107151)
+++ PKGBUILD2014-03-13 15:28:57 UTC (rev 107152)
@@ -3,7 +3,7 @@
 
 pkgname=lib32-flashplugin
 _licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
-pkgver=11.2.202.341
+pkgver=11.2.202.346
 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=(http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz;)
-md5sums=('7f1483d6c4b2b0ec6d79197dcbbe')
+md5sums=('48a48eda9dace5ee080f666ef0d9aeef')
 
 package() {
   install -Dm644 ${srcdir}/libflashplayer.so 
${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so



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

2014-03-13 Thread Felix Yan
Date: Thursday, March 13, 2014 @ 16:30:20
  Author: fyan
Revision: 207699

upgpkg: net-snmp 5.7.2.1-2

- upstream re-released 5.7.2.1
- address CVE-2014-2285 and CVE-2014-2284 (FS#39190)

Modified:
  net-snmp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-13 15:20:37 UTC (rev 207698)
+++ PKGBUILD2014-03-13 15:30:20 UTC (rev 207699)
@@ -4,7 +4,7 @@
 
 pkgname=net-snmp
 pkgver=5.7.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A suite of applications used to implement SNMP v1, SNMP v2c and SNMP 
v3 using both IPv4 and IPv6
 arch=('i686' 'x86_64')
 url=http://www.net-snmp.org/;
@@ -17,7 +17,7 @@
 options=('!emptydirs' '!makeflags')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
 snmpd.service snmptrapd.service libnl32.patch)
-sha1sums=('ea5b8952ca482eceac8cb1f3ffbac50e13c0a5b0'
+sha1sums=('815d4e5520a1ed96a27def33e7534b4190599f0f'
   'SKIP'
   '84e32c54d32e6b608747054e04a3ddfe6d6638cc'
   '0244e91c7baa0abebfb5c0560e8ce04c966c5992'
@@ -25,9 +25,11 @@
 
 prepare() {
   cd ${pkgname}-${pkgver}
-  make PERL_ARCHLIB=/usr/lib/perl5/core_perl 
PERL_INC=/usr/lib/perl5/core_perl/CORE distclean
-# 
http://sourceforge.net/tracker/index.php?func=detailaid=3250304group_id=12694atid=112694
+  #make PERL_ARCHLIB=/usr/lib/perl5/core_perl 
PERL_INC=/usr/lib/perl5/core_perl/CORE distclean
+
+  # 
http://sourceforge.net/tracker/index.php?func=detailaid=3250304group_id=12694atid=112694
   patch -Np1 -i $srcdir/libnl32.patch
+
   autoreconf -f -i
 }
 



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

2014-03-13 Thread Laurent Carlier
Date: Thursday, March 13, 2014 @ 16:34:55
  Author: lcarlier
Revision: 107155

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-mesa/repos/multilib-testing-x86_64/PKGBUILD
(from rev 107154, lib32-mesa/trunk/PKGBUILD)
Deleted:
  lib32-mesa/repos/multilib-testing-x86_64/PKGBUILD

--+
 PKGBUILD |  306 ++---
 1 file changed, 153 insertions(+), 153 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-13 15:34:40 UTC (rev 107154)
+++ PKGBUILD2014-03-13 15:34:55 UTC (rev 107155)
@@ -1,153 +0,0 @@
-# $Id$
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: Andreas Radke andy...@archlinux.org
-
-pkgbase=lib32-mesa
-pkgname=('lib32-ati-dri' 'lib32-intel-dri' 'lib32-nouveau-dri' 'lib32-mesa' 
'lib32-mesa-libgl')
-pkgver=10.1.0
-pkgrel=3
-arch=('x86_64')
-makedepends=('python2' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 'glproto' 
'lib32-libdrm' 'dri2proto' 'dri3proto' 'presentproto'
- 'lib32-libxshmfence' 'lib32-libxxf86vm' 'lib32-libxdamage' 
'gcc-multilib' 'lib32-elfutils' 'lib32-llvm' 'lib32-systemd'
- 'lib32-libvdpau' 'lib32-wayland')
-url=http://mesa3d.sourceforge.net;
-license=('custom')
-options=('!libtool')
-source=(ftp://ftp.freedesktop.org/pub/mesa/10.1/MesaLib-${pkgver}.tar.bz2)
-md5sums=('3ec43f79dbcd9aa2a4a27bf1f51655b6')
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-  export LLVM_CONFIG=/usr/bin/llvm-config32
-
-  cd ${srcdir}/?esa-*
-
-  # our automake is far too new for their build system :)
-  autoreconf -vfi
-
-  ./configure --enable-32-bit \
---libdir=/usr/lib32 \
---prefix=/usr \
---sysconfdir=/etc \
---with-dri-driverdir=/usr/lib32/xorg/modules/dri \
---with-gallium-drivers=r300,r600,radeonsi,nouveau,swrast \
---with-dri-drivers=i915,i965,r200,radeon,nouveau,swrast \
---with-llvm-shared-libs \
---enable-gallium-llvm \
---enable-egl \
---enable-gallium-egl \
---with-egl-platforms=x11,drm,wayland \
---enable-shared-glapi \
---enable-gbm \
---enable-glx-tls \
---enable-dri \
---enable-glx \
---enable-osmesa \
---enable-gles1 \
---enable-gles2 \
---enable-texture-float \
---enable-dri3 \
---enable-vdpau
-
-  make
-
-  mkdir $srcdir/fakeinstall
-  make DESTDIR=${srcdir}/fakeinstall install
-}
-
-package_lib32-ati-dri() {
-  pkgdesc=Mesa drivers for AMD/ATI Radeon (32-bit)
-  depends=('lib32-mesa-libgl' lib32-mesa=${pkgver} 'lib32-libtxc_dxtn' 
'ati-dri')
-
-  install -m755 -d ${pkgdir}/usr/lib32/vdpau/
-  mv -v ${srcdir}/fakeinstall/usr/lib32/vdpau/libvdpau_{r600,radeonsi}.* 
${pkgdir}/usr/lib32/vdpau/
-
-  install -m755 -d ${pkgdir}/usr/lib32/xorg/modules/dri
-  mv -v 
${srcdir}/fakeinstall/usr/lib32/xorg/modules/dri/{r200,r300,r600,radeon,radeonsi}_dri.so
 ${pkgdir}/usr/lib32/xorg/modules/dri/
-
-  install -m755 -d ${pkgdir}/usr/lib32/gallium-pipe
-  mv -v 
${srcdir}/fakeinstall/usr/lib32/gallium-pipe/pipe_{r300,r600,radeonsi}* 
${pkgdir}/usr/lib32/gallium-pipe/
-
-  install -m755 -d ${pkgdir}/usr/share/licenses
-  ln -s ati-dri $pkgdir/usr/share/licenses/lib32-ati-dri
-}
-
-package_lib32-intel-dri() {
-  pkgdesc=Mesa DRI drivers for Intel (32-bit)
-  depends=('lib32-mesa-libgl' lib32-mesa=${pkgver} 'lib32-libtxc_dxtn' 
'intel-dri')
-
-  install -m755 -d ${pkgdir}/usr/lib32/xorg/modules/dri
-  mv -v ${srcdir}/fakeinstall/usr/lib32/xorg/modules/dri/{i915,i965}_dri.so 
${pkgdir}/usr/lib32/xorg/modules/dri/
-
-  install -m755 -d ${pkgdir}/usr/share/licenses
-  ln -s intel-dri $pkgdir/usr/share/licenses/lib32-intel-dri
-}
-
-package_lib32-nouveau-dri() {
-  pkgdesc=Mesa drivers for Nouveau (32-bit)
-  depends=('lib32-mesa-libgl' lib32-mesa=${pkgver} 'lib32-libtxc_dxtn' 
'nouveau-dri')
-
-  install -m755 -d ${pkgdir}/usr/lib32/vdpau/
-  mv -v ${srcdir}/fakeinstall/usr/lib32/vdpau/libvdpau_nouveau.* 
${pkgdir}/usr/lib32/vdpau/
-
-  install -m755 -d ${pkgdir}/usr/lib32/xorg/modules/dri
-  mv -v 
${srcdir}/fakeinstall/usr/lib32/xorg/modules/dri/nouveau_{dri,vieux_dri}.so 
${pkgdir}/usr/lib32/xorg/modules/dri/
-
-  install -m755 -d ${pkgdir}/usr/lib32/gallium-pipe
-  mv -v ${srcdir}/fakeinstall/usr/lib32/gallium-pipe/pipe_nouveau* 
${pkgdir}/usr/lib32/gallium-pipe/
-
-  install -m755 -d ${pkgdir}/usr/share/licenses
-  ln -s nouveau-dri $pkgdir/usr/share/licenses/lib32-nouveau-dri
-}
-
-package_lib32-mesa() {
-  pkgdesc=an open-source implementation of the OpenGL specification (32-bit)
-  depends=('lib32-libdrm' 'lib32-libxxf86vm' 'lib32-libxdamage' 
'lib32-libxshmfence' 'lib32-systemd' 'lib32-elfutils' 'lib32-llvm-libs' 
'lib32-libvdpau' 'lib32-wayland' 'mesa')
-  optdepends=('opengl-man-pages: for the OpenGL API man pages')
-  provides=('lib32-libglapi' 'lib32-osmesa' 'lib32-libgbm' 'lib32-libgles' 
'lib32-libegl')
-  conflicts=('lib32-libglapi' 'lib32-osmesa' 

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

2014-03-13 Thread Laurent Carlier
Date: Thursday, March 13, 2014 @ 16:34:40
  Author: lcarlier
Revision: 107154

upgpkg: lib32-mesa 10.1.0-4

fix various typos in lib32-mesa-libgl (FS#39374)

Modified:
  lib32-mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-13 15:29:41 UTC (rev 107153)
+++ PKGBUILD2014-03-13 15:34:40 UTC (rev 107154)
@@ -5,7 +5,7 @@
 pkgbase=lib32-mesa
 pkgname=('lib32-ati-dri' 'lib32-intel-dri' 'lib32-nouveau-dri' 'lib32-mesa' 
'lib32-mesa-libgl')
 pkgver=10.1.0
-pkgrel=3
+pkgrel=4
 arch=('x86_64')
 makedepends=('python2' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 'glproto' 
'lib32-libdrm' 'dri2proto' 'dri3proto' 'presentproto'
  'lib32-libxshmfence' 'lib32-libxxf86vm' 'lib32-libxdamage' 
'gcc-multilib' 'lib32-elfutils' 'lib32-llvm' 'lib32-systemd'
@@ -136,13 +136,13 @@
   ln -s libGL.so.1.2.0${pkgdir}/usr/lib32/libGL.so.1
   ln -s libGL.so.1.2.0 ${pkgdir}/usr/lib32/libGL.so
 
-  ln -s /usr/lib32/mesa/libEGL.so.1.0.0 ${pkgdir}/usr/lib32/libEGL.so.1.1.0
+  ln -s /usr/lib32/mesa/libEGL.so.1.0.0 ${pkgdir}/usr/lib32/libEGL.so.1.0.0
   ln -s libEGL.so.1.0.0${pkgdir}/usr/lib32/libEGL.so.1
   ln -s libEGL.so.1.0.0 ${pkgdir}/usr/lib32/libEGL.so
 
-  ln -s /usr/lib32/mesa/libGLESv1-CM.so.1.1.0 
${pkgdir}/usr/lib32/libGLESv1-CM.so.1.1.0
-  ln -s libGLESv1_CM.so.1.1.0
${pkgdir}/usr/lib32/libGLESv1-CM.so.1
-  ln -s libGLESv1_CM.so.1.1.0 
${pkgdir}/usr/lib32/libGLESv1-CM.so
+  ln -s /usr/lib32/mesa/libGLESv1_CM.so.1.1.0 
${pkgdir}/usr/lib32/libGLESv1_CM.so.1.1.0
+  ln -s libGLESv1_CM.so.1.1.0
${pkgdir}/usr/lib32/libGLESv1_CM.so.1
+  ln -s libGLESv1_CM.so.1.1.0 
${pkgdir}/usr/lib32/libGLESv1_CM.so
 
   ln -s /usr/lib32/mesa/libGLESv2.so.2.0.0 
${pkgdir}/usr/lib32/libGLESv2.so.2.0.0
   ln -s libGLESv2.so.2.0.0 ${pkgdir}/usr/lib32/libGLESv2.so.2



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

2014-03-13 Thread Felix Yan
Date: Thursday, March 13, 2014 @ 16:36:37
  Author: fyan
Revision: 207700

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

Added:
  net-snmp/repos/extra-i686/PKGBUILD
(from rev 207699, net-snmp/trunk/PKGBUILD)
  net-snmp/repos/extra-i686/libnl32.patch
(from rev 207699, net-snmp/trunk/libnl32.patch)
  net-snmp/repos/extra-i686/snmpd.service
(from rev 207699, net-snmp/trunk/snmpd.service)
  net-snmp/repos/extra-i686/snmptrapd.service
(from rev 207699, net-snmp/trunk/snmptrapd.service)
  net-snmp/repos/extra-x86_64/PKGBUILD
(from rev 207699, net-snmp/trunk/PKGBUILD)
  net-snmp/repos/extra-x86_64/libnl32.patch
(from rev 207699, net-snmp/trunk/libnl32.patch)
  net-snmp/repos/extra-x86_64/snmpd.service
(from rev 207699, net-snmp/trunk/snmpd.service)
  net-snmp/repos/extra-x86_64/snmptrapd.service
(from rev 207699, net-snmp/trunk/snmptrapd.service)
Deleted:
  net-snmp/repos/extra-i686/PKGBUILD
  net-snmp/repos/extra-i686/libnl32.patch
  net-snmp/repos/extra-i686/snmpd.service
  net-snmp/repos/extra-i686/snmptrapd.service
  net-snmp/repos/extra-x86_64/PKGBUILD
  net-snmp/repos/extra-x86_64/libnl32.patch
  net-snmp/repos/extra-x86_64/snmpd.service
  net-snmp/repos/extra-x86_64/snmptrapd.service

+
 /PKGBUILD  |  120 +
 /libnl32.patch |  160 +++
 /snmpd.service |   24 +
 /snmptrapd.service |   24 +
 extra-i686/PKGBUILD|   58 --
 extra-i686/libnl32.patch   |   80 ---
 extra-i686/snmpd.service   |   12 --
 extra-i686/snmptrapd.service   |   12 --
 extra-x86_64/PKGBUILD  |   58 --
 extra-x86_64/libnl32.patch |   80 ---
 extra-x86_64/snmpd.service |   12 --
 extra-x86_64/snmptrapd.service |   12 --
 12 files changed, 328 insertions(+), 324 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-13 15:30:20 UTC (rev 207699)
+++ extra-i686/PKGBUILD 2014-03-13 15:36:37 UTC (rev 207700)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Dale Blount d...@archlinux.org
-
-pkgname=net-snmp
-pkgver=5.7.2.1
-pkgrel=1
-pkgdesc=A suite of applications used to implement SNMP v1, SNMP v2c and SNMP 
v3 using both IPv4 and IPv6
-arch=('i686' 'x86_64')
-url=http://www.net-snmp.org/;
-license=('BSD')
-depends=('openssl' 'libnl' 'pciutils')
-makedepends=('python2-setuptools')
-optdepends=('perl-term-readkey: for snmpcheck application'
-'perl-tk: for snmpcheck and tkmib applications'
-'python2: for the python modules')
-options=('!emptydirs' '!makeflags')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
-snmpd.service snmptrapd.service libnl32.patch)
-sha1sums=('ea5b8952ca482eceac8cb1f3ffbac50e13c0a5b0'
-  'SKIP'
-  '84e32c54d32e6b608747054e04a3ddfe6d6638cc'
-  '0244e91c7baa0abebfb5c0560e8ce04c966c5992'
-  '74a9848b95f63378eb1753fc309d2b74de5afb0f')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  make PERL_ARCHLIB=/usr/lib/perl5/core_perl 
PERL_INC=/usr/lib/perl5/core_perl/CORE distclean
-# 
http://sourceforge.net/tracker/index.php?func=detailaid=3250304group_id=12694atid=112694
-  patch -Np1 -i $srcdir/libnl32.patch
-  autoreconf -f -i
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  PYTHONPROG=/usr/bin/python2 ./configure --prefix=/usr \
---sysconfdir=/etc --sbindir=/usr/bin \
---mandir=/usr/share/man \
---enable-ucd-snmp-compatibility \
---enable-ipv6 \
---with-python-modules \
---with-default-snmp-version=3 \
---with-sys-contact=root@localhost \
---with-sys-location=Unknown \
---with-logfile=/var/log/snmpd.log \
---with-mib-modules=host misc/ipfwacc ucd-snmp/diskio tunnel 
ucd-snmp/dlmod \
---with-persistent-directory=/var/net-snmp
-  make NETSNMP_DONT_CHECK_VERSION=1
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  sed -i -e s:install --basedir=\$\$dir:install --basedir=\$\$dir 
--root=${pkgdir}: Makefile
-  make DESTDIR=${pkgdir} INSTALL_PREFIX=${pkgdir} INSTALLDIRS=vendor 
install
-  install -D -m644 ${srcdir}/snmpd.service 
${pkgdir}/usr/lib/systemd/system/snmpd.service
-  install -D -m644 ${srcdir}/snmptrapd.service 
${pkgdir}/usr/lib/systemd/system/snmptrapd.service
-  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: net-snmp/repos/extra-i686/PKGBUILD (from rev 207699, 
net-snmp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-13 15:36:37 UTC (rev 207700)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer:
+# Contributor: Dale Blount d...@archlinux.org
+
+pkgname=net-snmp
+pkgver=5.7.2.1
+pkgrel=2
+pkgdesc=A suite of applications used to implement SNMP v1, SNMP 

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

2014-03-13 Thread Felix Yan
Date: Thursday, March 13, 2014 @ 16:29:41
  Author: fyan
Revision: 107153

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-13 15:28:57 UTC (rev 107152)
+++ PKGBUILD2014-03-13 15:29:41 UTC (rev 107153)
@@ -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.341
-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=(http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz;)
-md5sums=('7f1483d6c4b2b0ec6d79197dcbbe')
-
-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 107152, 
lib32-flashplugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-13 15:29:41 UTC (rev 107153)
@@ -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.346
+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=(http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz;)
+md5sums=('48a48eda9dace5ee080f666ef0d9aeef')
+
+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 libreoffice/trunk (PKGBUILD)

2014-03-13 Thread Bartłomiej Piotrowski
Date: Thursday, March 13, 2014 @ 17:04:14
  Author: bpiotrowski
Revision: 207701

upgpkg: libreoffice 4.2.2-1

new upstream release

Modified:
  libreoffice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-13 15:36:37 UTC (rev 207700)
+++ PKGBUILD2014-03-13 16:04:14 UTC (rev 207701)
@@ -32,16 +32,16 @@
  'clucene' 'bluez-libs' 'harfbuzz-icu' 'gdb'
  # the runtime dependencies
  curl=7.20.0 hunspell=1.2.8 python=3.3 'libwpd=0.9.2' 
'libwps' 'libxaw' neon=0.28.6
- 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib' 
'libxslt' 'librsvg' icu=52.1 
+ 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib' 
'libxslt' 'librsvg' icu=52.1
  'redland' 'hyphen' 'lpsolve' 'gcc-libs' 'sh'  'libtextcat' 
'graphite' 'lcms2' 'poppler=0.24.0'
  'libvisio' 'libetonyek' 'libodfgen'  'telepathy-glib'
  'hicolor-icon-theme' 'desktop-file-utils' 'shared-mime-info' 
'gtk2' 'orbit2' 'translate-toolkit' 'xdg-utils'
-'ttf-liberation' # to satisfy regression tests 
+'ttf-liberation' # to satisfy regression tests
 'git')
 # there's only one single static library in libreoffice-sdk,
 # the next build that removes it may lead to trouble if people may use it
 # -rw-r--r-- 1 root root 5,1K 12. Okt 23:34 
/usr/lib/libreoffice/sdk/lib/libsalcpprt.a
-# options=('staticlibs') 
+# options=('staticlibs')
 
 # http://download.documentfoundation.org/mirrors/all.html
 # http://wiki.documentfoundation.org/Mirrors
@@ -185,15 +185,15 @@
  ln -s ${srcdir}/$source .
done
popd
-   
+
 # unowinreg.dll must be a file not a symlink or the result will become a 
broken symlink
 # /usr/share/libreoffice/sdk/classes/win/unowinreg.dll - 
/build/libreoffice/src/185d60944ea767075d27247c3162b3bc-unowinreg.dll
 rm ${srcdir}/ext_sources/185d60944ea767075d27247c3162b3bc-unowinreg.dll
 cp -f ${srcdir}/185d60944ea767075d27247c3162b3bc-unowinreg.dll 
${srcdir}/ext_sources
-   
+
 # fix not upstreamable pyuno paths - patch taken from Debian
 patch -Np1 -i 
${srcdir}/make-pyuno-work-with-system-wide-module-install.diff
-
+
#use the CFLAGS but remove the LibO overridden ones
for i in $CFLAGS; do
case $i in
@@ -292,7 +292,7 @@
--with-system-clucene \
--disable-dependency-tracking \
--enable-hardlink-deliver #--help
-   
+
 #  --enable-mergelibs=all/yes \ # 
https://bugs.archlinux.org/task/34414
 #  --without-ppds\ # breaks spadmin permission
 
@@ -357,7 +357,7 @@
# mv file from fakeinstall to pkgdir
mv ${srcdir}/fakeinstall${file} ${pkgdir}$file
  done
- 
+
  # put configuration files into place
  install -dm755 ${pkgdir}/etc/libreoffice
  install -m644 ${pkgdir}/usr/lib/libreoffice/program/{bootstraprc,sofficerc} 
${pkgdir}/etc/libreoffice/
@@ -367,27 +367,27 @@
  ln -vsf /etc/libreoffice/{bootstraprc,sofficerc} .
  cd ${pkgdir}/usr/lib/libreoffice/share/psprint/
  ln -vsf /etc/libreoffice/psprint.conf .
- 
+
  # allow to preset desired VLC
  install -dm755 ${pkgdir}/etc/profile.d
  install -m755 ${srcdir}/libreoffice-common.{sh,csh} ${pkgdir}/etc/profile.d/
- 
+
  # move bash-completion files to its new place
  install -dm755 ${pkgdir}/usr/share/bash-completion/completions
  mv ${pkgdir}/etc/bash_completion.d/libreoffice.sh 
${pkgdir}/usr/share/bash-completion/completions/libreoffice.sh
  rm -rf ${pkgdir}/etc/bash_completion.d
- 
+
  # make pyuno find its modules
  install -dm755 ${pkgdir}/usr/lib/python3.3/site-packages
  ln -svf /usr/lib/libreoffice/program/uno.py 
${pkgdir}/usr/lib/python3.3/site-packages/uno.py
  ln -svf /usr/lib/libreoffice/program/unohelper.py 
${pkgdir}/usr/lib/python3.3/site-packages/unohelper.py
-  
+
  # workaround all packages now depend on that file
  cp ${srcdir}/fakeinstall/usr/lib/libreoffice/share/registry/writer.xcd 
${pkgdir}/usr/lib/libreoffice/share/registry/writer.xcd
  # workaround lowriter depending on a lib that's part of calc
  # https://bugs.archlinux.org/task/39038 - 
https://bugs.freedesktop.org/show_bug.cgi?id=75506
  cp ${srcdir}/fakeinstall/usr/lib/libreoffice/program/libtubeslo.so 
${pkgdir}/usr/lib/libreoffice/program/libtubeslo.so
- 
+
  # add missing files from Beanshell provider
  # create directories from *list.txt file
  for directory in `grep ^%dir 
${srcdir}/libreoffice-$_LOver/file-lists/orig/gid_Module_Optional_Extensions_Script_Provider_For_BS`;
 do
@@ -434,7 +434,7 @@
  # workaround double entries in the file list
  mv ${srcdir}/libreoffice-$_LOver/file-lists/postgresql_list.txt 
${srcdir}/libreoffice-$_LOver/file-lists/postgresql_list.txt.orig
  sort 

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

2014-03-13 Thread Bartłomiej Piotrowski
Date: Thursday, March 13, 2014 @ 17:04:36
  Author: bpiotrowski
Revision: 207703

upgpkg: libreoffice-i18n 4.2.2-1

new upstream release

Modified:
  libreoffice-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  338 ++---
 1 file changed, 169 insertions(+), 169 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-13 16:04:28 UTC (rev 207702)
+++ PKGBUILD2014-03-13 16:04:36 UTC (rev 207703)
@@ -112,9 +112,9 @@
  'libreoffice-zh-CN'
  'libreoffice-zh-TW'
  'libreoffice-zu')
-_rcver=4.2.1.1
-pkgver=4.2.1
-pkgrel=2
+_rcver=4.2.2.1
+pkgver=4.2.2
+pkgrel=1
 
 _oodlver=${pkgver}
 #_oodlver=${_rcver}
@@ -247,169 +247,169 @@
 
${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_{langpack,helppack}_zh-CN.tar.gz
 
${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_{langpack,helppack}_zh-TW.tar.gz
 ${_url}/LibreOffice_${_oodlver}_Linux_x86_rpm_langpack_zu.tar.gz)
-md5sums=('7adae7b9dd1992e92c10ab50170fac2f'
- '5e9c7c817846205777c63b75479daaac'
- '486ba4d3f2c652c556f6151c4899f6f4'
- 'd21316f36a0725e81f486442febc12e2'
- '9b58c939624afb6a1ed5ff1c20370384'
- 'f14896abe872e998f0573635ea130c21'
- '1575cb8f157f2b79235a56da529dd3e7'
- 'dc93ec2d28421bf4e5a772abc5b76adb'
- 'f917ec59c77ad653f1b12a1f90a17833'
- '15ba8abe51250c6521d4de7874178dee'
- 'eae215d7b41c9f6ccc0f284b1e857ac2'
- '6c5919d55dceaf65a9a8626b9ef92262'
- '892d7891263f70fd002ac37d7b4f2d00'
- '749c30fb02036b6ada8b484ac57e7076'
- '660ef10be8eef67e6edc7724ae612a52'
- 'd09903ab4750e269dd6a42dd06fc221d'
- '693a6ec3ffa56c4770864346c9cc6790'
- 'acc11482fe03235c2f2ce5ae459e90d7'
- '49895d2c6909675478d18781bb642089'
- '412c75da98110f4e678117f0d4beb1bc'
- '38287463d09df23add766ff7f86dfd2e'
- '447a67d1c94ef264cfe688f66ae2bb94'
- '13aa65f8186ce907496ef49dd5b00034'
- '4842cf6ab3179055c918e1f277c89964'
- '12a7be8fe67c9db9de7bcfc226c86e75'
- '2f07bef276df086cbeea45dbc5e7b00b'
- '7eadecbfbe4e01fe696c19c7bb940151'
- '5596ba6d76814c230e9b6698828bf1b5'
- '1ec014622dc59b97c9030a92811df1a2'
- '0ef7c8c47ae22ae4da239b643ba122d6'
- '3f1599e04b186de06c136a5453e56023'
- 'aeb7bf8b2da117716d824579479310b8'
- 'b6788043d139ff4e7cce858fa4950bde'
- 'cc74487af49c71c8364b5840f853'
- 'ca4fe2abab89c69fd1da76adab101e4c'
- 'a57d6a1b11c9f528fc296878017d360c'
- '7d9ba60214bf13471a14e0eed173e9df'
- 'f453c019c8455a6108fa4954462d2a41'
- '1a9022b5c9bbdac7870dbaec0d6f6f68'
- 'b39e4651b7651d48facd8babf472f99d'
- '7eed85f49d9eedd6b252b7bdc5d2d099'
- '9808f7485e995556532b4d33c4481dc0'
- '1a95ab9da25cfc37c0b908fa3f4e3a91'
- 'f0847a3d43f47fc792eceb17032e84bf'
- 'fd0aa09fe5e62ac0cf250be25452a246'
- 'a2180c4255f867d14dff57010cf0f0c2'
- '840ca283ff2ad91841d618db5a3c49ef'
- '1d52f3199c8e64252f19406d17960d6a'
- 'aab0a4316a5e148728653bc97856c58f'
- '6f890830042b9331408d03d380b7cd7d'
- 'bf698c8e70f3af8eac15fa9e8aec1bb1'
- 'd93740813c67204fb3945fa72c775cde'
- '9685e6b757fc43c9d16d72c61f44737c'
- '627ed723075da0e00da7d0f5a079bebc'
- '944b0ee64ddd254c50ba72372d7bba96'
- 'c198ab88912309f06a3243a2137cd184'
- '57e3db68cf8cc16d4eaeb05f2edc3ca7'
- 'f6def251f984b0e39fecaa895ebb27e9'
- '173afc732629cc92aef6aef22d203b36'
- '19de085d435b7c8eacd8b9bc4f3a9d39'
- 'a4e647d9f0d80799fae3ccd487aa610b'
- '94670f389a8a3fc7d088ef6da2ace506'
- '7e36f83b176b135b904581daae8014ac'
- '9596f7631dc8c641bb521d26b6475032'
- '1277dc38771e0768ad76671ea6084a5e'
- '23853cc55cc52a9b9ec31ddb9dab0631'
- '8ac168541fb6592794bad224187fc254'
- 'e020904a8e4ef8af794e0c4f9c1dc9ea'
- '04eaeb311e1dff8ad63509306e0e60aa'
- 'ce41d31e3c630d14c50d9a5d2a6da470'
- '113406d053133788058c9a5cd6f87351'
- '5e27fa36d528ac395b4ab791e988829a'
- 'cbb1908f51e821d8dea164541e06321c'
- 'c100b5a5f65ed6980ef17f8cf4d79b22'
- 'c5876d8a6567e1e37408b85adc385c6c'
- '961f1f02950e922ca46f2dfd8b6defaa'
- 'fa289011f3aa5d283b8ba231deb14ad9'
- 'bca6f295fcf48d1296bd202946abdf83'
- '5d787866fdea3f5afec3df8dfecce713'
- 'da23e31e208c4a5696ebdfdbf7b73180'
- '73376ef71549af863a75b351bf72d699'
- '6cd5ecb12d8f1df8bb3bfe91e7296930'
- 'f2afaaa882c42ea9b83d93a7436c79f5'
- '24e06719cd831c7d99c3f2d9df5ec35a'
- 'a0dfff5a89f0d8a61357a27c69117357'
- 'd705ef66ef6c81731e5cd58d10dcdf91'
- 'ba228b94506362a8ed74d9b1696cf2e3'
- 'ab748e4a93958bfcb3169b6df4e29191'
- 

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

2014-03-13 Thread Bartłomiej Piotrowski
Date: Thursday, March 13, 2014 @ 17:04:28
  Author: bpiotrowski
Revision: 207702

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

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

-+
 /PKGBUILD   | 1414 
++
 /libreoffice-base.install   |   22 
 /libreoffice-calc.install   |   22 
 /libreoffice-common.csh |   12 
 /libreoffice-common.install |   94 
 /libreoffice-common.sh  |   12 
 /libreoffice-draw.install   |   22 
 /libreoffice-impress.install|   22 
 /libreoffice-writer.install |   22 
 /make-pyuno-work-with-system-wide-module-install.diff   |   88 
 testing-i686/PKGBUILD   |  701 
 testing-i686/libreoffice-base.install   |   11 
 testing-i686/libreoffice-calc.install 

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

2014-03-13 Thread Bartłomiej Piotrowski
Date: Thursday, March 13, 2014 @ 17:04:52
  Author: bpiotrowski
Revision: 207704

archrelease: copy trunk to testing-any

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

--+
 PKGBUILD | 3256 ++---
 1 file changed, 1628 insertions(+), 1628 deletions(-)

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


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

2014-03-13 Thread Felix Yan
Date: Thursday, March 13, 2014 @ 17:18:55
  Author: fyan
Revision: 207705

upgpkg: pyopenssl 0.14-1

Modified:
  pyopenssl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-13 16:04:52 UTC (rev 207704)
+++ PKGBUILD2014-03-13 16:18:55 UTC (rev 207705)
@@ -4,14 +4,14 @@
 
 pkgbase=pyopenssl
 pkgname=('python-pyopenssl' 'python2-pyopenssl')
-pkgver=0.13.1
+pkgver=0.14
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://pypi.python.org/pypi/pyOpenSSL;
 license=('LGPL2.1')
-makedepends=('python' 'python2' 'openssl')
+makedepends=('python-setuptools' 'python2-setuptools' 'openssl')
 
source=(http://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-${pkgver}.tar.gz)
-md5sums=('e27a3b76734c39ea03952ca94cc56715')
+md5sums=('8579ff3a1d858858acfba5f046a4ddf7')
 
 build() {
 cd ${srcdir}



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

2014-03-13 Thread Felix Yan
Date: Thursday, March 13, 2014 @ 17:20:18
  Author: fyan
Revision: 207706

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-13 16:18:55 UTC (rev 207705)
+++ extra-i686/PKGBUILD 2014-03-13 16:20:18 UTC (rev 207706)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biruib...@archlinux.org
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgbase=pyopenssl
-pkgname=('python-pyopenssl' 'python2-pyopenssl')
-pkgver=0.13.1
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://pypi.python.org/pypi/pyOpenSSL;
-license=('LGPL2.1')
-makedepends=('python' 'python2' 'openssl')
-source=(http://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-${pkgver}.tar.gz)
-md5sums=('e27a3b76734c39ea03952ca94cc56715')
-
-build() {
-cd ${srcdir}
-cp -a pyOpenSSL-${pkgver}{,-python2}
-
-#build python 3 module
-cd pyOpenSSL-${pkgver}
-python setup.py build
-
-#build python 2 module
-cd ../pyOpenSSL-${pkgver}-python2
-python2 setup.py build
-}
-
-package_python-pyopenssl(){
-pkgdesc=Python3 wrapper module around the OpenSSL library
-depends=('python=3.3' 'openssl')
-replaces=('pyopenssl')
-provides=('pyopenssl')
-conflicts=('pyopenssl')
-
-cd ${srcdir}/pyOpenSSL-${pkgver}
-python setup.py install --root ${pkgdir} --optimize=1
-}
-
-package_python2-pyopenssl(){
-pkgdesc=Python2 wrapper module around the OpenSSL library
-depends=('python2=2.7' 'openssl')
-
-cd ${srcdir}/pyOpenSSL-${pkgver}-python2
-python2 setup.py install --root ${pkgdir} --optimize=1
-}

Copied: pyopenssl/repos/extra-i686/PKGBUILD (from rev 207705, 
pyopenssl/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-13 16:20:18 UTC (rev 207706)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer : Ionut Biruib...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgbase=pyopenssl
+pkgname=('python-pyopenssl' 'python2-pyopenssl')
+pkgver=0.14
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://pypi.python.org/pypi/pyOpenSSL;
+license=('LGPL2.1')
+makedepends=('python-setuptools' 'python2-setuptools' 'openssl')
+source=(http://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-${pkgver}.tar.gz)
+md5sums=('8579ff3a1d858858acfba5f046a4ddf7')
+
+build() {
+cd ${srcdir}
+cp -a pyOpenSSL-${pkgver}{,-python2}
+
+#build python 3 module
+cd pyOpenSSL-${pkgver}
+python setup.py build
+
+#build python 2 module
+cd ../pyOpenSSL-${pkgver}-python2
+python2 setup.py build
+}
+
+package_python-pyopenssl(){
+pkgdesc=Python3 wrapper module around the OpenSSL library
+depends=('python=3.3' 'openssl')
+replaces=('pyopenssl')
+provides=('pyopenssl')
+conflicts=('pyopenssl')
+
+cd ${srcdir}/pyOpenSSL-${pkgver}
+python setup.py install --root ${pkgdir} --optimize=1
+}
+
+package_python2-pyopenssl(){
+pkgdesc=Python2 wrapper module around the OpenSSL library
+depends=('python2=2.7' 'openssl')
+
+cd ${srcdir}/pyOpenSSL-${pkgver}-python2
+python2 setup.py install --root ${pkgdir} --optimize=1
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-03-13 16:18:55 UTC (rev 207705)
+++ extra-x86_64/PKGBUILD   2014-03-13 16:20:18 UTC (rev 207706)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biruib...@archlinux.org
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgbase=pyopenssl
-pkgname=('python-pyopenssl' 'python2-pyopenssl')
-pkgver=0.13.1
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://pypi.python.org/pypi/pyOpenSSL;
-license=('LGPL2.1')
-makedepends=('python' 'python2' 'openssl')
-source=(http://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-${pkgver}.tar.gz)
-md5sums=('e27a3b76734c39ea03952ca94cc56715')
-
-build() {
-cd ${srcdir}
-cp -a pyOpenSSL-${pkgver}{,-python2}
-
-#build python 3 module
-cd pyOpenSSL-${pkgver}
-python setup.py build
-
-#build python 2 module
-cd ../pyOpenSSL-${pkgver}-python2
-python2 setup.py build
-}
-
-package_python-pyopenssl(){
-pkgdesc=Python3 wrapper module around the OpenSSL library
-depends=('python=3.3' 'openssl')
-replaces=('pyopenssl')
-provides=('pyopenssl')
-

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

2014-03-13 Thread Sven-Hendrik Haase
Date: Thursday, March 13, 2014 @ 17:36:09
  Author: svenstaro
Revision: 107156

upgpkg: blender 13:2.70rc-1

upstream release 2.70rc

Modified:
  blender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-13 15:34:55 UTC (rev 107155)
+++ PKGBUILD2014-03-13 16:36:09 UTC (rev 107156)
@@ -11,11 +11,12 @@
 # or simply roll with a new version. I usually choose the latter when the 
former seems
 # unreasonable.
 
-_gitcommit=13290d
+_gittag=v2.70-rc
+#_gitcommit=ff
 
 pkgname=blender
-pkgver=2.69
-[[ -n $_gitcommit ]]  pkgver=2.69.$_gitcommit
+pkgver=2.70rc
+[[ -n $_gitcommit ]]  pkgver=2.70.$_gitcommit
 pkgrel=1
 epoch=13
 pkgdesc=A fully integrated 3D graphics creation suite
@@ -31,29 +32,25 @@
 optdepends=('cuda: cycles renderer cuda support')
 options=(!strip)
 install=blender.install
-if [[ -z $_gitcommit ]]; then
-  source=(http://download.blender.org/source/$pkgname-$pkgver.tar.gz)
-md5sums=('e77f53951fdaea69631cdd8c0f42cbcb')
+source=(git://git.blender.org/blender-addons.git
+git://git.blender.org/blender-addons-contrib.git
+git://git.blender.org/blender-translations.git
+git://git.blender.org/scons.git)
+if [[ -n $_gittag ]]; then
+
source+=(${pkgname}-${pkgver}::git://git.blender.org/blender.git#tag=${_gittag})
 else
-  
source=(${pkgname}-${pkgver}::git://git.blender.org/blender.git#commit=${_gitcommit}
-  git://git.blender.org/blender-addons.git
-  git://git.blender.org/blender-addons-contrib.git
-  git://git.blender.org/blender-translations.git
-  git://git.blender.org/scons.git)
-  true  md5sums=('SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP')
+
source+=(${pkgname}-${pkgver}::git://git.blender.org/blender.git#commit=${_gitcommit})
 fi
-
+md5sums=('SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP')
 prepare() {
   cd $srcdir/$pkgname-$pkgver
 
-  if [[ -n $_gitcommit ]]; then
-  git submodule init
-  git config submodule.release/scripts/addons.url 
${srcdir}/blender-addons
-  git config submodule.release/scripts/addons_contrib.url 
${srcdir}/blender-addons-contrib
-  git config submodule.release/datafiles/locale.url 
${srcdir}/blender-translations
-  git config submodule.scons.url ${srcdir}/scons
-  git submodule update
-  fi
+  git submodule init
+  git config submodule.release/scripts/addons.url ${srcdir}/blender-addons
+  git config submodule.release/scripts/addons_contrib.url 
${srcdir}/blender-addons-contrib
+  git config submodule.release/datafiles/locale.url 
${srcdir}/blender-translations
+  git config submodule.scons.url ${srcdir}/scons
+  git submodule update
 }
 
 build() {



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

2014-03-13 Thread Sven-Hendrik Haase
Date: Thursday, March 13, 2014 @ 17:36:22
  Author: svenstaro
Revision: 107157

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

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

--+
 /PKGBUILD|  190 +
 /blender.install |   26 +
 community-i686/PKGBUILD  |   98 ---
 community-i686/blender.install   |   13 --
 community-x86_64/PKGBUILD|   98 ---
 community-x86_64/blender.install |   13 --
 6 files changed, 216 insertions(+), 222 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-13 16:36:09 UTC (rev 107156)
+++ community-i686/PKGBUILD 2014-03-13 16:36:22 UTC (rev 107157)
@@ -1,98 +0,0 @@
-# $Id$
-# Contributor: John Sowiak j...@archlinux.org
-# Contributor: tobias tob...@archlinux.org
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-# Sometimes blender.org takes some time to release patch releases and because 
Arch users
-# are impatient, we sometimes need to build from git directly.
-# Update because I get so many queries on this:
-# Due to our other rolling deps, it's sometimes not possible to build Blender 
stable releases.
-# More often than not, a new openshadinglanguage breaks it and I could either 
backport fixes
-# or simply roll with a new version. I usually choose the latter when the 
former seems
-# unreasonable.
-
-_gitcommit=13290d
-
-pkgname=blender
-pkgver=2.69
-[[ -n $_gitcommit ]]  pkgver=2.69.$_gitcommit
-pkgrel=1
-epoch=13
-pkgdesc=A fully integrated 3D graphics creation suite
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.blender.org;
-depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils'
- 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew'
- 'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada' 'llvm'
- 'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage')
-makedepends=('cmake' 'boost' 'subversion' 'mesa' 'git')
-[[ $CARCH == x86_64 ]]  makedepends+=('cuda')
-optdepends=('cuda: cycles renderer cuda support')
-options=(!strip)
-install=blender.install
-if [[ -z $_gitcommit ]]; then
-  source=(http://download.blender.org/source/$pkgname-$pkgver.tar.gz)
-md5sums=('e77f53951fdaea69631cdd8c0f42cbcb')
-else
-  
source=(${pkgname}-${pkgver}::git://git.blender.org/blender.git#commit=${_gitcommit}
-  git://git.blender.org/blender-addons.git
-  git://git.blender.org/blender-addons-contrib.git
-  git://git.blender.org/blender-translations.git
-  git://git.blender.org/scons.git)
-  true  md5sums=('SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP')
-fi
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  if [[ -n $_gitcommit ]]; then
-  git submodule init
-  git config submodule.release/scripts/addons.url 
${srcdir}/blender-addons
-  git config submodule.release/scripts/addons_contrib.url 
${srcdir}/blender-addons-contrib
-  git config submodule.release/datafiles/locale.url 
${srcdir}/blender-translations
-  git config submodule.scons.url ${srcdir}/scons
-  git submodule update
-  fi
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  mkdir build  cd build
-
-  [[ $CARCH == i686 ]]  BUILDCUDA=OFF || BUILDCUDA=ON
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DWITH_INSTALL_PORTABLE=OFF \
--DWITH_PYTHON_INSTALL=OFF \
--DWITH_OPENCOLLADA=ON \
--DOPENIMAGEIO_ROOT_DIR=/usr \
--DWITH_GAMEENGINE=ON \
--DWITH_JACK=ON \
--DWITH_PLAYER=ON \
--DWITH_CODEC_FFMPEG=ON \
--DWITH_CODEC_SNDFILE=ON \
--DWITH_CYCLES=ON \
--DWITH_LLVM=ON \
--DLLVM_VERSION=3.4 \
--DLLVM_STATIC=OFF \
--DWITH_CYCLES_CUDA_BINARIES=$BUILDCUDA \
--DWITH_CYCLES_OSL=ON \
--DWITH_FFTW3=ON \
--DWITH_MOD_OCEANSIM=ON \
--DPYTHON_VERSION=3.3 \
--DPYTHON_LIBPATH=/usr/lib \
--DPYTHON_LIBRARY=python3.3m \
--DPYTHON_INCLUDE_DIRS=/usr/include/python3.3m
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver/build
-
-  make DESTDIR=${pkgdir} install
-  python -m compileall ${pkgdir}/usr/share/blender
-}

Copied: blender/repos/community-i686/PKGBUILD (from rev 107156, 
blender/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD 

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

2014-03-13 Thread Laurent Carlier
Date: Thursday, March 13, 2014 @ 17:42:23
  Author: lcarlier
Revision: 107158

upgpkg: lib32-systemd 211-1

upstream update 211

Modified:
  lib32-systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-13 16:36:22 UTC (rev 107157)
+++ PKGBUILD2014-03-13 16:42:23 UTC (rev 107158)
@@ -4,7 +4,7 @@
 
 pkgname=lib32-systemd
 _pkgbasename=systemd
-pkgver=210
+pkgver=211
 pkgrel=1
 pkgdesc=system and service manager (32-bit)
 arch=('x86_64')
@@ -15,7 +15,7 @@
  'intltool' 'gperf')
 options=('!libtool')
 
source=(http://www.freedesktop.org/software/$_pkgbasename/$_pkgbasename-$pkgver.tar.xz;)
-md5sums=('03efddf8c9eca36d4d590f9967e7e818')
+md5sums=('0a70c382b6089526f98073b4ee85ef75')
 
 build() {
   export CC=gcc -m32



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

2014-03-13 Thread Laurent Carlier
Date: Thursday, March 13, 2014 @ 17:42:37
  Author: lcarlier
Revision: 107159

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-systemd/repos/multilib-testing-x86_64/
  lib32-systemd/repos/multilib-testing-x86_64/PKGBUILD
(from rev 107158, lib32-systemd/trunk/PKGBUILD)

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

Copied: lib32-systemd/repos/multilib-testing-x86_64/PKGBUILD (from rev 107158, 
lib32-systemd/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2014-03-13 16:42:37 UTC (rev 107159)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Maintainer: Tom Gundersen t...@jklm.no
+
+pkgname=lib32-systemd
+_pkgbasename=systemd
+pkgver=211
+pkgrel=1
+pkgdesc=system and service manager (32-bit)
+arch=('x86_64')
+url=http://www.freedesktop.org/wiki/Software/systemd;
+license=('GPL2' 'LGPL2.1' 'MIT')
+depends=('lib32-glib2' 'lib32-libgcrypt' 'lib32-xz' 'systemd')
+makedepends=('lib32-gcc-libs' 'gcc-multilib' 'lib32-libcap' 'lib32-acl' 
+ 'intltool' 'gperf')
+options=('!libtool')
+source=(http://www.freedesktop.org/software/$_pkgbasename/$_pkgbasename-$pkgver.tar.xz;)
+md5sums=('0a70c382b6089526f98073b4ee85ef75')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/systemd-${pkgver}
+
+  ./configure \
+--libexecdir=/usr/lib32 \
+--libdir=/usr/lib32 \
+--localstatedir=/var \
+--sysconfdir=/etc \
+--enable-compat-libs \
+--disable-audit \
+--disable-ima \
+--disable-kdbus \
+--disable-seccomp \
+--disable-pam \
+--disable-kmod \
+--disable-blkid \
+--without-python \
+--disable-libcryptsetup \
+--with-sysvinit-path= \
+--with-sysvrcnd-path= \
+--with-firmware-path=/usr/lib/firmware/updates:/usr/lib/firmware
+
+  make
+}
+
+package() {
+  cd ${srcdir}/systemd-${pkgver}
+
+  make DESTDIR=$pkgdir install
+
+  rm -rf ${pkgdir}/{etc,var}
+  rm -rf ${pkgdir}/usr/{bin,include,lib,share}
+  rm -rf ${pkgdir}/usr/lib32/libnss*
+
+  install -m755 -d ${pkgdir}/usr/share/licenses
+  ln -s systemd $pkgdir/usr/share/licenses/lib32-systemd
+}



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

2014-03-13 Thread Pierre Schmitz
Date: Thursday, March 13, 2014 @ 17:47:41
  Author: pierre
Revision: 207707

upgpkg: ca-certificates 20140223-1

Modified:
  ca-certificates/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-13 16:20:18 UTC (rev 207706)
+++ PKGBUILD2014-03-13 16:47:41 UTC (rev 207707)
@@ -2,18 +2,18 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=ca-certificates
-pkgver=20130906
+pkgver=20140223
 pkgrel=1
 pkgdesc='Common CA certificates'
 arch=('any')
 url='http://packages.qa.debian.org/c/ca-certificates.html'
 license=('MPL' 'GPL')
-source=(http://ftp.debian.org/debian/pool/main/c/${pkgname}/${pkgname}_${pkgver}.tar.gz;)
+source=(http://ftp.debian.org/debian/pool/main/c/${pkgname}/${pkgname}_${pkgver}.tar.xz;)
 depends=('bash' 'run-parts' 'openssl' 'findutils' 'coreutils' 'sed')
 makedepends=('python2')
 install='ca-certificates.install'
 backup=('etc/ca-certificates.conf')
-sha256sums=('dd10520091d469e95e11e5fafb7422d3be0a66071984d09009ed3e0232cb277d')
+sha256sums=('815b7cd97200b0d76450bb3e7d9b65997ac494ab6467b17369f65b2ef94bcb0c')
 
 prepare() {
cd ${srcdir}/${pkgname}



[arch-commits] Commit in ca-certificates/repos (3 files)

2014-03-13 Thread Pierre Schmitz
Date: Thursday, March 13, 2014 @ 17:47:54
  Author: pierre
Revision: 207708

archrelease: copy trunk to testing-any

Added:
  ca-certificates/repos/testing-any/
  ca-certificates/repos/testing-any/PKGBUILD
(from rev 207707, ca-certificates/trunk/PKGBUILD)
  ca-certificates/repos/testing-any/ca-certificates.install
(from rev 207707, ca-certificates/trunk/ca-certificates.install)

-+
 PKGBUILD|   43 +++
 ca-certificates.install |   26 ++
 2 files changed, 69 insertions(+)

Copied: ca-certificates/repos/testing-any/PKGBUILD (from rev 207707, 
ca-certificates/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2014-03-13 16:47:54 UTC (rev 207708)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=ca-certificates
+pkgver=20140223
+pkgrel=1
+pkgdesc='Common CA certificates'
+arch=('any')
+url='http://packages.qa.debian.org/c/ca-certificates.html'
+license=('MPL' 'GPL')
+source=(http://ftp.debian.org/debian/pool/main/c/${pkgname}/${pkgname}_${pkgver}.tar.xz;)
+depends=('bash' 'run-parts' 'openssl' 'findutils' 'coreutils' 'sed')
+makedepends=('python2')
+install='ca-certificates.install'
+backup=('etc/ca-certificates.conf')
+sha256sums=('815b7cd97200b0d76450bb3e7d9b65997ac494ab6467b17369f65b2ef94bcb0c')
+
+prepare() {
+   cd ${srcdir}/${pkgname}
+   sed 's|/usr/bin/python|/usr/bin/python2|g' -i mozilla/certdata2pem.py
+   sed 's|python|python2|g' -i mozilla/Makefile
+}
+
+build() {
+   cd ${srcdir}/${pkgname}
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}
+   install -d -m755 
${pkgdir}/{etc/ca-certificates/update.d,usr/{sbin,share/ca-certificates},etc/ssl/certs}
+   make install DESTDIR=${pkgdir}
+   mv ${pkgdir}/usr/sbin ${pkgdir}/usr/bin
+   install -D -m644 sbin/update-ca-certificates.8 
${pkgdir}/usr/share/man/man8/update-ca-certificates.8
+
+   (
+   echo # Automatically generated by ${pkgname}-${pkgver}-${pkgrel}
+   echo # see update-ca-certificates man page
+   echo # 
+   cd ${pkgdir}/usr/share/ca-certificates
+   find . -name '*.crt' | sort | cut -b3-
+   )  ${pkgdir}/etc/ca-certificates.conf
+}

Copied: ca-certificates/repos/testing-any/ca-certificates.install (from rev 
207707, ca-certificates/trunk/ca-certificates.install)
===
--- testing-any/ca-certificates.install (rev 0)
+++ testing-any/ca-certificates.install 2014-03-13 16:47:54 UTC (rev 207708)
@@ -0,0 +1,26 @@
+export LC_ALL=C
+
+post_install() {
+   usr/bin/update-ca-certificates --fresh /dev/null 21
+}
+
+post_upgrade() {
+   if [ $(vercmp $2 20110421-1) -lt 0 ]; then
+   echo 'Updating certificates. This might take a while...'
+   fi
+   usr/bin/update-ca-certificates --fresh /dev/null 21
+}
+
+pre_remove() {
+   # clean up certificates
+   local _backup=$(mktemp)
+   mv etc/ca-certificates.conf ${_backup}
+   echo  etc/ca-certificates.conf
+   usr/bin/update-ca-certificates --fresh /dev/null 21
+   mv ${_backup} etc/ca-certificates.conf
+}
+
+post_remove() {
+   # remove the cert file if it is empty
+   [[ -s etc/ssl/certs/ca-certificates.crt ]] || rm -f 
etc/ssl/certs/ca-certificates.crt
+}



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

2014-03-13 Thread Sven-Hendrik Haase
Date: Thursday, March 13, 2014 @ 18:00:50
  Author: svenstaro
Revision: 107160

upgpkg: teamspeak3 3.0.14-1

upstream release 3.0.14

Modified:
  teamspeak3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-13 16:42:37 UTC (rev 107159)
+++ PKGBUILD2014-03-13 17:00:50 UTC (rev 107160)
@@ -3,7 +3,7 @@
 # Contributor: J.W. Birdsong  jwbirdsongATmailDOTcom
 
 pkgname=teamspeak3
-pkgver=3.0.13.1
+pkgver=3.0.14
 pkgrel=1
 pkgdesc=TeamSpeak is software for quality voice communication via the 
Internet
 url=http://www.teamspeak.com/;
@@ -16,8 +16,8 @@
 'teamspeak3.desktop'
 'icon.xpm'
 'teamspeak3.launcher')
-md5sums=('0ca274f52b0e491cbdce8d4a1767586a'
- 'bc3254928298ea1be6e9c2b44ad397c8'
+md5sums=('e6d84ca4efd1e03b9b4ab26c18afa904'
+ '0bc84d59aecf857d1c3e6cd52e7058d7'
  '98e987a42511f159fa2228f5e0bffed1'
  '19f103384e4c1a0aafc8fed44de0c87b'
  '170fcbb1b468ce4f3dba7ee3fb2a1c6d')



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

2014-03-13 Thread Sven-Hendrik Haase
Date: Thursday, March 13, 2014 @ 18:01:09
  Author: svenstaro
Revision: 107161

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

Added:
  teamspeak3/repos/community-i686/PERMISSION.eml
(from rev 107160, teamspeak3/trunk/PERMISSION.eml)
  teamspeak3/repos/community-i686/PKGBUILD
(from rev 107160, teamspeak3/trunk/PKGBUILD)
  teamspeak3/repos/community-i686/icon.xpm
(from rev 107160, teamspeak3/trunk/icon.xpm)
  teamspeak3/repos/community-i686/teamspeak3.desktop
(from rev 107160, teamspeak3/trunk/teamspeak3.desktop)
  teamspeak3/repos/community-i686/teamspeak3.launcher
(from rev 107160, teamspeak3/trunk/teamspeak3.launcher)
  teamspeak3/repos/community-x86_64/PERMISSION.eml
(from rev 107160, teamspeak3/trunk/PERMISSION.eml)
  teamspeak3/repos/community-x86_64/PKGBUILD
(from rev 107160, teamspeak3/trunk/PKGBUILD)
  teamspeak3/repos/community-x86_64/icon.xpm
(from rev 107160, teamspeak3/trunk/icon.xpm)
  teamspeak3/repos/community-x86_64/teamspeak3.desktop
(from rev 107160, teamspeak3/trunk/teamspeak3.desktop)
  teamspeak3/repos/community-x86_64/teamspeak3.launcher
(from rev 107160, teamspeak3/trunk/teamspeak3.launcher)
Deleted:
  teamspeak3/repos/community-i686/PERMISSION.eml
  teamspeak3/repos/community-i686/PKGBUILD
  teamspeak3/repos/community-i686/icon.xpm
  teamspeak3/repos/community-i686/teamspeak3.desktop
  teamspeak3/repos/community-i686/teamspeak3.launcher
  teamspeak3/repos/community-x86_64/PERMISSION.eml
  teamspeak3/repos/community-x86_64/PKGBUILD
  teamspeak3/repos/community-x86_64/icon.xpm
  teamspeak3/repos/community-x86_64/teamspeak3.desktop
  teamspeak3/repos/community-x86_64/teamspeak3.launcher

--+
 /PKGBUILD|  130 +
 /teamspeak3.desktop  |   22 +
 /teamspeak3.launcher |   12 +++
 community-i686/PKGBUILD  |   65 
 community-i686/teamspeak3.desktop|   11 --
 community-i686/teamspeak3.launcher   |6 -
 community-x86_64/PKGBUILD|   65 
 community-x86_64/teamspeak3.desktop  |   11 --
 community-x86_64/teamspeak3.launcher |6 -
 9 files changed, 164 insertions(+), 164 deletions(-)

Deleted: community-i686/PERMISSION.eml
===
(Binary files differ)

Copied: teamspeak3/repos/community-i686/PERMISSION.eml (from rev 107160, 
teamspeak3/trunk/PERMISSION.eml)
===
(Binary files differ)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-13 17:00:50 UTC (rev 107160)
+++ community-i686/PKGBUILD 2014-03-13 17:01:09 UTC (rev 107161)
@@ -1,65 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Slash demodevil5[at]yahoo[dot]com
-# Contributor: J.W. Birdsong  jwbirdsongATmailDOTcom
-
-pkgname=teamspeak3
-pkgver=3.0.13.1
-pkgrel=1
-pkgdesc=TeamSpeak is software for quality voice communication via the 
Internet
-url=http://www.teamspeak.com/;
-license=('custom')
-depends=('qt4')
-optdepends=('libpulse')
-arch=('i686' 'x86_64')
-source=(http://teamspeak.gameserver.gamed.de/ts3/releases/${pkgver}/TeamSpeak3-Client-linux_x86-${pkgver}.run;
-
http://teamspeak.gameserver.gamed.de/ts3/releases/${pkgver}/TeamSpeak3-Client-linux_amd64-${pkgver}.run;
-'teamspeak3.desktop'
-'icon.xpm'
-'teamspeak3.launcher')
-md5sums=('0ca274f52b0e491cbdce8d4a1767586a'
- 'bc3254928298ea1be6e9c2b44ad397c8'
- '98e987a42511f159fa2228f5e0bffed1'
- '19f103384e4c1a0aafc8fed44de0c87b'
- '170fcbb1b468ce4f3dba7ee3fb2a1c6d')
-
-[[ $CARCH == i686 ]]  _TSARCH='x86'
-[[ $CARCH == x86_64 ]]  _TSARCH='amd64'
-
-package() {
-  cd ${srcdir}
-
-  # Create Destination Directories
-  install -d ${pkgdir}/{usr/bin/,opt/}
-
-  # Run Installer
-  sh ./TeamSpeak3-Client-linux_${_TSARCH}-${pkgver}.run --noexec --target 
teamspeak3
-
-  # Move Program Data to Package Directory
-  mv ${srcdir}/teamspeak3/ ${pkgdir}/opt/
-
-  # Remove Bundled Qt Libraries and Symlink system libraries to TS3 Directory
-  rm ${pkgdir}/opt/teamspeak3/libQt*
-  ln -s /usr/lib/libQtCore.so.4${pkgdir}/opt/teamspeak3/libQtCore.so.4
-  ln -s /usr/lib/libQtGui.so.4 ${pkgdir}/opt/teamspeak3/libQtGui.so.4
-  ln -s /usr/lib/libQtNetwork.so.4 ${pkgdir}/opt/teamspeak3/libQtNetwork.so.4
-
-  # Fix FS#34190
-  sed -i /export QTDIR.*/d ${pkgdir}/opt/teamspeak3/ts3client_runscript.sh
-  sed -i /export QT_PLUGIN_PATH*/d 
${pkgdir}/opt/teamspeak3/ts3client_runscript.sh
-  
-  # Fix FS#34189
-  rm ${pkgdir}/opt/teamspeak3/qt.conf
-
-  # Install Desktop File
-  install -D -m644 $srcdir/teamspeak3.desktop 
${pkgdir}/usr/share/applications/teamspeak3.desktop
-
-  # Install Icon File
-  install -D -m644 $srcdir/icon.xpm 

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

2014-03-13 Thread Sergej Pupykin
Date: Thursday, March 13, 2014 @ 18:21:03
  Author: spupykin
Revision: 107162

upgpkg: bcg729 1.0.0-5

upd

Modified:
  bcg729/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-13 17:01:09 UTC (rev 107161)
+++ PKGBUILD2014-03-13 17:21:03 UTC (rev 107162)
@@ -3,7 +3,7 @@
 
 pkgname=bcg729
 pkgver=1.0.0
-pkgrel=4
+pkgrel=5
 pkgdesc=g729 codec
 arch=('i686' 'x86_64')
 url=http://www.linphone.org/eng/documentation/dev/bcg729.html;



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

2014-03-13 Thread Sergej Pupykin
Date: Thursday, March 13, 2014 @ 18:21:19
  Author: spupykin
Revision: 107163

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-13 17:21:03 UTC (rev 107162)
+++ community-i686/PKGBUILD 2014-03-13 17:21:19 UTC (rev 107163)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=bcg729
-pkgver=1.0.0
-pkgrel=4
-pkgdesc=g729 codec
-arch=('i686' 'x86_64')
-url=http://www.linphone.org/eng/documentation/dev/bcg729.html;
-license=('GPL')
-depends=('mediastreamer')
-source=(http://download-mirror.savannah.gnu.org/releases/linphone/plugins/sources/$pkgname-$pkgver.tar.gz)
-md5sums=('45e127a9a309aff94d3262d97b5aeab0')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: bcg729/repos/community-i686/PKGBUILD (from rev 107162, 
bcg729/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-13 17:21:19 UTC (rev 107163)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=bcg729
+pkgver=1.0.0
+pkgrel=5
+pkgdesc=g729 codec
+arch=('i686' 'x86_64')
+url=http://www.linphone.org/eng/documentation/dev/bcg729.html;
+license=('GPL')
+depends=('mediastreamer')
+source=(http://download-mirror.savannah.gnu.org/releases/linphone/plugins/sources/$pkgname-$pkgver.tar.gz)
+md5sums=('45e127a9a309aff94d3262d97b5aeab0')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-03-13 17:21:03 UTC (rev 107162)
+++ community-x86_64/PKGBUILD   2014-03-13 17:21:19 UTC (rev 107163)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=bcg729
-pkgver=1.0.0
-pkgrel=4
-pkgdesc=g729 codec
-arch=('i686' 'x86_64')
-url=http://www.linphone.org/eng/documentation/dev/bcg729.html;
-license=('GPL')
-depends=('mediastreamer')
-source=(http://download-mirror.savannah.gnu.org/releases/linphone/plugins/sources/$pkgname-$pkgver.tar.gz)
-md5sums=('45e127a9a309aff94d3262d97b5aeab0')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: bcg729/repos/community-x86_64/PKGBUILD (from rev 107162, 
bcg729/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-03-13 17:21:19 UTC (rev 107163)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=bcg729
+pkgver=1.0.0
+pkgrel=5
+pkgdesc=g729 codec
+arch=('i686' 'x86_64')
+url=http://www.linphone.org/eng/documentation/dev/bcg729.html;
+license=('GPL')
+depends=('mediastreamer')
+source=(http://download-mirror.savannah.gnu.org/releases/linphone/plugins/sources/$pkgname-$pkgver.tar.gz)
+md5sums=('45e127a9a309aff94d3262d97b5aeab0')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}



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

2014-03-13 Thread Sergej Pupykin
Date: Thursday, March 13, 2014 @ 18:21:32
  Author: spupykin
Revision: 107164

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

Added:
  belle-sip/repos/community-i686/
  belle-sip/repos/community-i686/PKGBUILD
(from rev 107163, belle-sip/trunk/PKGBUILD)
  belle-sip/repos/community-x86_64/
  belle-sip/repos/community-x86_64/PKGBUILD
(from rev 107163, belle-sip/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   35 +++
 community-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: belle-sip/repos/community-i686/PKGBUILD (from rev 107163, 
belle-sip/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-13 17:21:32 UTC (rev 107164)
@@ -0,0 +1,35 @@
+# $Id: PKGBUILD 99895 2013-10-31 02:20:19Z allan $
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Darwin Bautista djclue...@gmail.com
+
+pkgname=belle-sip
+pkgver=1.3.0
+pkgrel=1
+pkgdesc=A Voice-over-IP phone
+arch=('i686' 'x86_64')
+url=http://www.linphone.org/index.php/eng;
+license=('GPL')
+depends=('libantlr3c' 'gcc-libs')
+makedepends=('java-runtime')
+options=('!emptydirs')
+source=(http://download-mirror.savannah.gnu.org/releases/linphone/belle-sip/belle-sip-$pkgver.tar.gz;
+   
antlr.jar::https://github.com/antlr/website-antlr3/blob/gh-pages/download/antlr-3.4-complete.jar?raw=true;)
+noextract=('antlr.jar')
+md5sums=('ae9e8be12f62552a5376edd66b0265d9'
+ '1b91dea1c7d480b3223f7c8a9aa0e172')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i s#antlr_java_prefixes=.*#antlr_java_prefixes=$srcdir# 
configure{,.ac}
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-tests --disable-static 
--libexecdir=/usr/lib/$pkgname
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: belle-sip/repos/community-x86_64/PKGBUILD (from rev 107163, 
belle-sip/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-03-13 17:21:32 UTC (rev 107164)
@@ -0,0 +1,35 @@
+# $Id: PKGBUILD 99895 2013-10-31 02:20:19Z allan $
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Darwin Bautista djclue...@gmail.com
+
+pkgname=belle-sip
+pkgver=1.3.0
+pkgrel=1
+pkgdesc=A Voice-over-IP phone
+arch=('i686' 'x86_64')
+url=http://www.linphone.org/index.php/eng;
+license=('GPL')
+depends=('libantlr3c' 'gcc-libs')
+makedepends=('java-runtime')
+options=('!emptydirs')
+source=(http://download-mirror.savannah.gnu.org/releases/linphone/belle-sip/belle-sip-$pkgver.tar.gz;
+   
antlr.jar::https://github.com/antlr/website-antlr3/blob/gh-pages/download/antlr-3.4-complete.jar?raw=true;)
+noextract=('antlr.jar')
+md5sums=('ae9e8be12f62552a5376edd66b0265d9'
+ '1b91dea1c7d480b3223f7c8a9aa0e172')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i s#antlr_java_prefixes=.*#antlr_java_prefixes=$srcdir# 
configure{,.ac}
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-tests --disable-static 
--libexecdir=/usr/lib/$pkgname
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2014-03-13 Thread Sergej Pupykin
Date: Thursday, March 13, 2014 @ 18:21:44
  Author: spupykin
Revision: 107165

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

Added:
  libantlr3c/repos/community-i686/
  libantlr3c/repos/community-i686/PKGBUILD
(from rev 107164, libantlr3c/trunk/PKGBUILD)
  libantlr3c/repos/community-x86_64/
  libantlr3c/repos/community-x86_64/PKGBUILD
(from rev 107164, libantlr3c/trunk/PKGBUILD)

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

Copied: libantlr3c/repos/community-i686/PKGBUILD (from rev 107164, 
libantlr3c/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-13 17:21:44 UTC (rev 107165)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Mathieu Clabaut mathieu.clab...@gmail.com
+# Contributor: Artyom Smirnov smirnof...@gmail.com
+# Contributor: Alexis Robert alexis.rob...@gmail.com
+# Maintainer: Daniel Nagy  danielnagy at gmx de
+
+pkgname=libantlr3c
+pkgver=3.4
+pkgrel=1
+pkgdesc=C runtime for the ANTLR parsing library
+url=http://www.antlr.org/;
+arch=(i686 x86_64)
+license=(BSD)
+depends=('bash')
+makedepends=()
+source=(http://www.antlr3.org/download/C/${pkgname}-${pkgver}.tar.gz)
+md5sums=('08b1420129d5dccd0f4461cedf2a0d7d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  [ $CARCH = x86_64 ]  _cfgopt=--enable-64bit
+  ./configure --prefix=/usr --sysconfdir=/etc ${_cfgopt}
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+  install -Dm0644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Copied: libantlr3c/repos/community-x86_64/PKGBUILD (from rev 107164, 
libantlr3c/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-03-13 17:21:44 UTC (rev 107165)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Mathieu Clabaut mathieu.clab...@gmail.com
+# Contributor: Artyom Smirnov smirnof...@gmail.com
+# Contributor: Alexis Robert alexis.rob...@gmail.com
+# Maintainer: Daniel Nagy  danielnagy at gmx de
+
+pkgname=libantlr3c
+pkgver=3.4
+pkgrel=1
+pkgdesc=C runtime for the ANTLR parsing library
+url=http://www.antlr.org/;
+arch=(i686 x86_64)
+license=(BSD)
+depends=('bash')
+makedepends=()
+source=(http://www.antlr3.org/download/C/${pkgname}-${pkgver}.tar.gz)
+md5sums=('08b1420129d5dccd0f4461cedf2a0d7d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  [ $CARCH = x86_64 ]  _cfgopt=--enable-64bit
+  ./configure --prefix=/usr --sysconfdir=/etc ${_cfgopt}
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+  install -Dm0644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}



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

2014-03-13 Thread Sergej Pupykin
Date: Thursday, March 13, 2014 @ 18:22:00
  Author: spupykin
Revision: 107167

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

Added:
  linphone/repos/community-i686/ChangeLog
(from rev 107166, linphone/trunk/ChangeLog)
  linphone/repos/community-i686/PKGBUILD
(from rev 107166, linphone/trunk/PKGBUILD)
  linphone/repos/community-x86_64/ChangeLog
(from rev 107166, linphone/trunk/ChangeLog)
  linphone/repos/community-x86_64/PKGBUILD
(from rev 107166, linphone/trunk/PKGBUILD)
Deleted:
  linphone/repos/community-i686/ChangeLog
  linphone/repos/community-i686/PKGBUILD
  linphone/repos/community-i686/port-to-exosip-4.patch
  linphone/repos/community-x86_64/ChangeLog
  linphone/repos/community-x86_64/PKGBUILD
  linphone/repos/community-x86_64/port-to-exosip-4.patch

-+
 /ChangeLog  |   66 
 /PKGBUILD   |   74 
 community-i686/ChangeLog|   33 
 community-i686/PKGBUILD |   43 
 community-i686/port-to-exosip-4.patch   | 2800 --
 community-x86_64/ChangeLog  |   33 
 community-x86_64/PKGBUILD   |   43 
 community-x86_64/port-to-exosip-4.patch | 2800 --
 8 files changed, 140 insertions(+), 5752 deletions(-)

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


[arch-commits] Commit in linphone/trunk (PKGBUILD port-to-exosip-4.patch)

2014-03-13 Thread Sergej Pupykin
Date: Thursday, March 13, 2014 @ 18:21:48
  Author: spupykin
Revision: 107166

upgpkg: linphone 3.7.0-1

upd

Modified:
  linphone/trunk/PKGBUILD
Deleted:
  linphone/trunk/port-to-exosip-4.patch

+
 PKGBUILD   |   14 
 port-to-exosip-4.patch | 2800 ---
 2 files changed, 4 insertions(+), 2810 deletions(-)

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


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

2014-03-13 Thread Guillaume Alaux
Date: Thursday, March 13, 2014 @ 19:36:24
  Author: guillaume
Revision: 207709

Fix FS#39373 add current dir to script classpath

Modified:
  antlr4/trunk/PKGBUILD
  antlr4/trunk/bin_grun

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-13 16:47:54 UTC (rev 207708)
+++ PKGBUILD2014-03-13 18:36:24 UTC (rev 207709)
@@ -1,7 +1,7 @@
 # Maintainer: Guillaume ALAUX guilla...@archlinux.org
 pkgname=antlr4
 pkgver=4.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Parser generator for reading, processing, executing, or translating 
structured text or binary files'
 arch=('any')
 url='http://www.antlr.org/index.html'
@@ -14,7 +14,7 @@
 bin_grun)
 sha256sums=('beb78ba9fa6008a099b663afd02aec26695030ab7f5f4222ca586b58d7abb456'
 'c4468528e55d185794fd9e2c14826983d8d39b2be16a0bef7180535f3a8b3b28'
-'4147d11231f44b2ab4e13936cf5e3be4a85fe4f509b57d4184275cb4d0610f9f')
+'e51d97bc6f6e711f1aad826bc6da950e59bfbd6c9cf09e8c085988b17baea5cd')
 
 prepare() {
   unzip -o /usr/lib/jvm/java-7-openjdk/src.zip -d ${srcdir}/jdk_src

Modified: bin_grun
===
--- bin_grun2014-03-13 16:47:54 UTC (rev 207708)
+++ bin_grun2014-03-13 18:36:24 UTC (rev 207709)
@@ -1,2 +1,2 @@
 #!/bin/sh
-java -cp /usr/share/java/antlr-complete.jar org.antlr.v4.runtime.misc.TestRig 
$@
+java -cp .:/usr/share/java/antlr-complete.jar 
org.antlr.v4.runtime.misc.TestRig $@



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

2014-03-13 Thread Guillaume Alaux
Date: Thursday, March 13, 2014 @ 19:37:13
  Author: guillaume
Revision: 207710

archrelease: copy trunk to extra-any

Added:
  antlr4/repos/extra-any/PKGBUILD
(from rev 207709, antlr4/trunk/PKGBUILD)
  antlr4/repos/extra-any/bin_antlr4
(from rev 207709, antlr4/trunk/bin_antlr4)
  antlr4/repos/extra-any/bin_grun
(from rev 207709, antlr4/trunk/bin_grun)
Deleted:
  antlr4/repos/extra-any/PKGBUILD
  antlr4/repos/extra-any/bin_antlr4
  antlr4/repos/extra-any/bin_grun

+
 PKGBUILD   |  106 +--
 bin_antlr4 |4 +-
 bin_grun   |4 +-
 3 files changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-13 18:36:24 UTC (rev 207709)
+++ PKGBUILD2014-03-13 18:37:13 UTC (rev 207710)
@@ -1,53 +0,0 @@
-# Maintainer: Guillaume ALAUX guilla...@archlinux.org
-pkgname=antlr4
-pkgver=4.2
-pkgrel=2
-pkgdesc='Parser generator for reading, processing, executing, or translating 
structured text or binary files'
-arch=('any')
-url='http://www.antlr.org/index.html'
-license=('BSD')
-depends=('java-environment=6')
-makedepends=('maven' 'openjdk7-src' 'unzip')
-provides=(antlr=${pkgver})
-source=(https://github.com/${pkgname:0:-1}/${pkgname}/archive/${pkgver}.zip
-bin_antlr4
-bin_grun)
-sha256sums=('beb78ba9fa6008a099b663afd02aec26695030ab7f5f4222ca586b58d7abb456'
-'c4468528e55d185794fd9e2c14826983d8d39b2be16a0bef7180535f3a8b3b28'
-'4147d11231f44b2ab4e13936cf5e3be4a85fe4f509b57d4184275cb4d0610f9f')
-
-prepare() {
-  unzip -o /usr/lib/jvm/java-7-openjdk/src.zip -d ${srcdir}/jdk_src
-  export M2_REPO=${srcdir}/m2_repo
-  mkdir -p ${M2_REPO}
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}/tool
-  mvn -Dmaven.repo.local=${M2_REPO} \
-  -DJDK_SOURCE_ROOT=${srcdir}/jdk_src \
-  -Dbootclasspath.compile=${JAVA_HOME}/jre/lib/rt.jar \
-  -Duser.name='Arch Linux' \
-  -Psonatype-oss-release \
-  -Dmaven.javadoc.skip=true \
-  -Dmaven.test.skip=true \
-  clean package
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}/tool
-  mvn -Dmaven.repo.local=${M2_REPO} \
-  -DJDK_SOURCE_ROOT=${srcdir}/jdk_src \
-  -Dbootclasspath.testCompile=${JAVA_HOME}/jre/lib/rt.jar \
-  test
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  install -D tool/target/${pkgname}-${pkgver}-complete.jar \
- ${pkgdir}/usr/share/java/${pkgname:0:-1}-${pkgver}-complete.jar
-  ln -s antlr-${pkgver}-complete.jar 
${pkgdir}/usr/share/java/antlr-complete.jar
-  install -D ${srcdir}/bin_antlr4 ${pkgdir}/usr/bin/antlr4
-  install -D ${srcdir}/bin_grun   ${pkgdir}/usr/bin/grun
-  install -D LICENSE.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt
-}

Copied: antlr4/repos/extra-any/PKGBUILD (from rev 207709, antlr4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-13 18:37:13 UTC (rev 207710)
@@ -0,0 +1,53 @@
+# Maintainer: Guillaume ALAUX guilla...@archlinux.org
+pkgname=antlr4
+pkgver=4.2
+pkgrel=3
+pkgdesc='Parser generator for reading, processing, executing, or translating 
structured text or binary files'
+arch=('any')
+url='http://www.antlr.org/index.html'
+license=('BSD')
+depends=('java-environment=6')
+makedepends=('maven' 'openjdk7-src' 'unzip')
+provides=(antlr=${pkgver})
+source=(https://github.com/${pkgname:0:-1}/${pkgname}/archive/${pkgver}.zip
+bin_antlr4
+bin_grun)
+sha256sums=('beb78ba9fa6008a099b663afd02aec26695030ab7f5f4222ca586b58d7abb456'
+'c4468528e55d185794fd9e2c14826983d8d39b2be16a0bef7180535f3a8b3b28'
+'e51d97bc6f6e711f1aad826bc6da950e59bfbd6c9cf09e8c085988b17baea5cd')
+
+prepare() {
+  unzip -o /usr/lib/jvm/java-7-openjdk/src.zip -d ${srcdir}/jdk_src
+  export M2_REPO=${srcdir}/m2_repo
+  mkdir -p ${M2_REPO}
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}/tool
+  mvn -Dmaven.repo.local=${M2_REPO} \
+  -DJDK_SOURCE_ROOT=${srcdir}/jdk_src \
+  -Dbootclasspath.compile=${JAVA_HOME}/jre/lib/rt.jar \
+  -Duser.name='Arch Linux' \
+  -Psonatype-oss-release \
+  -Dmaven.javadoc.skip=true \
+  -Dmaven.test.skip=true \
+  clean package
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}/tool
+  mvn -Dmaven.repo.local=${M2_REPO} \
+  -DJDK_SOURCE_ROOT=${srcdir}/jdk_src \
+  -Dbootclasspath.testCompile=${JAVA_HOME}/jre/lib/rt.jar \
+  test
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  install -D tool/target/${pkgname}-${pkgver}-complete.jar \
+ ${pkgdir}/usr/share/java/${pkgname:0:-1}-${pkgver}-complete.jar
+  ln -s antlr-${pkgver}-complete.jar 
${pkgdir}/usr/share/java/antlr-complete.jar
+  install -D ${srcdir}/bin_antlr4 ${pkgdir}/usr/bin/antlr4
+  install -D ${srcdir}/bin_grun   ${pkgdir}/usr/bin/grun
+  install -D LICENSE.txt 

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

2014-03-13 Thread Ray Rashif
Date: Thursday, March 13, 2014 @ 19:44:01
  Author: schiv
Revision: 207711

upgpkg: aubio 0.4.1-1

upstream minor release

Modified:
  aubio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-13 18:37:13 UTC (rev 207710)
+++ PKGBUILD2014-03-13 18:44:01 UTC (rev 207711)
@@ -4,7 +4,7 @@
 # Contributor: see .contrib
 
 pkgname=aubio
-pkgver=0.4.0
+pkgver=0.4.1
 pkgrel=1
 pkgdesc=A tool for extracting annotations from audio signals
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('python2-numpy')
 optdepends=('python2-numpy: Python 2.x interface')
 source=(http://aubio.org/pub/$pkgname-$pkgver.tar.bz2;)
-md5sums=('8de88baab79f7eec8e1c7f321c4026af')
+md5sums=('ffe7d24f6bd8e9053aeaba6c0231efb0')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
@@ -21,7 +21,7 @@
 
   python2 waf configure --prefix=/usr --enable-fftw3f
   python2 waf build $MAKEFLAGS
-  cd python; python2 setup.py build # python interface
+  cd python  python2 setup.py build # python interface
 }
 
 package() {
@@ -30,7 +30,7 @@
   python2 waf --destdir=$pkgdir install
 
   # python interface
-  cd python
+  cd python || return 1
 
   python2 setup.py install --root=$pkgdir --optimize=1
 



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

2014-03-13 Thread Ray Rashif
Date: Thursday, March 13, 2014 @ 19:44:20
  Author: schiv
Revision: 207712

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

Added:
  aubio/repos/extra-i686/.contrib
(from rev 207711, aubio/trunk/.contrib)
  aubio/repos/extra-i686/PKGBUILD
(from rev 207711, aubio/trunk/PKGBUILD)
  aubio/repos/extra-x86_64/.contrib
(from rev 207711, aubio/trunk/.contrib)
  aubio/repos/extra-x86_64/PKGBUILD
(from rev 207711, aubio/trunk/PKGBUILD)
Deleted:
  aubio/repos/extra-i686/.contrib
  aubio/repos/extra-i686/PKGBUILD
  aubio/repos/extra-x86_64/.contrib
  aubio/repos/extra-x86_64/PKGBUILD

---+
 /.contrib |4 ++
 /PKGBUILD |   80 
 extra-i686/.contrib   |2 -
 extra-i686/PKGBUILD   |   40 
 extra-x86_64/.contrib |2 -
 extra-x86_64/PKGBUILD |   40 
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: extra-i686/.contrib
===
--- extra-i686/.contrib 2014-03-13 18:44:01 UTC (rev 207711)
+++ extra-i686/.contrib 2014-03-13 18:44:20 UTC (rev 207712)
@@ -1,2 +0,0 @@
-# Contributor: Peter Baldwin bald_p...@hotmail.com
-# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw

Copied: aubio/repos/extra-i686/.contrib (from rev 207711, aubio/trunk/.contrib)
===
--- extra-i686/.contrib (rev 0)
+++ extra-i686/.contrib 2014-03-13 18:44:20 UTC (rev 207712)
@@ -0,0 +1,2 @@
+# Contributor: Peter Baldwin bald_p...@hotmail.com
+# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-13 18:44:01 UTC (rev 207711)
+++ extra-i686/PKGBUILD 2014-03-13 18:44:20 UTC (rev 207712)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Tobias Kieslich tobias [funnychar] archlinux org
-# Contributor: see .contrib
-
-pkgname=aubio
-pkgver=0.4.0
-pkgrel=1
-pkgdesc=A tool for extracting annotations from audio signals
-arch=('i686' 'x86_64')
-url=http://aubio.org/;
-license=('GPL')
-depends=('fftw' 'jack' 'ffmpeg')
-makedepends=('python2-numpy')
-optdepends=('python2-numpy: Python 2.x interface')
-source=(http://aubio.org/pub/$pkgname-$pkgver.tar.bz2;)
-md5sums=('8de88baab79f7eec8e1c7f321c4026af')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  python2 waf configure --prefix=/usr --enable-fftw3f
-  python2 waf build $MAKEFLAGS
-  cd python; python2 setup.py build # python interface
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  python2 waf --destdir=$pkgdir install
-
-  # python interface
-  cd python
-
-  python2 setup.py install --root=$pkgdir --optimize=1
-
-  # python2 compat
-  sed -i 's:bin/env python:bin/env python2:' \
-  $pkgdir/usr/lib/python2.7/site-packages/aubio/__init__.py
-}

Copied: aubio/repos/extra-i686/PKGBUILD (from rev 207711, aubio/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-13 18:44:20 UTC (rev 207712)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Tobias Kieslich tobias [funnychar] archlinux org
+# Contributor: see .contrib
+
+pkgname=aubio
+pkgver=0.4.1
+pkgrel=1
+pkgdesc=A tool for extracting annotations from audio signals
+arch=('i686' 'x86_64')
+url=http://aubio.org/;
+license=('GPL')
+depends=('fftw' 'jack' 'ffmpeg')
+makedepends=('python2-numpy')
+optdepends=('python2-numpy: Python 2.x interface')
+source=(http://aubio.org/pub/$pkgname-$pkgver.tar.bz2;)
+md5sums=('ffe7d24f6bd8e9053aeaba6c0231efb0')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  python2 waf configure --prefix=/usr --enable-fftw3f
+  python2 waf build $MAKEFLAGS
+  cd python  python2 setup.py build # python interface
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  python2 waf --destdir=$pkgdir install
+
+  # python interface
+  cd python || return 1
+
+  python2 setup.py install --root=$pkgdir --optimize=1
+
+  # python2 compat
+  sed -i 's:bin/env python:bin/env python2:' \
+  $pkgdir/usr/lib/python2.7/site-packages/aubio/__init__.py
+}

Deleted: extra-x86_64/.contrib
===
--- extra-x86_64/.contrib   2014-03-13 18:44:01 UTC (rev 207711)
+++ extra-x86_64/.contrib   2014-03-13 18:44:20 UTC (rev 207712)
@@ -1,2 +0,0 @@
-# Contributor: Peter Baldwin bald_p...@hotmail.com
-# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw

Copied: aubio/repos/extra-x86_64/.contrib (from rev 207711, 
aubio/trunk/.contrib)
===
--- extra-x86_64/.contrib   (rev 0)
+++ extra-x86_64/.contrib   2014-03-13 18:44:20 UTC (rev 207712)
@@ -0,0 +1,2 @@
+# 

[arch-commits] Commit in sbcl/repos/extra-x86_64 (8 files)

2014-03-13 Thread Jürgen Hötzel
Date: Thursday, March 13, 2014 @ 20:11:54
  Author: juergen
Revision: 207714

archrelease: copy trunk to extra-x86_64

Added:
  sbcl/repos/extra-x86_64/PKGBUILD
(from rev 207713, sbcl/trunk/PKGBUILD)
  sbcl/repos/extra-x86_64/arch-fixes.lisp
(from rev 207713, sbcl/trunk/arch-fixes.lisp)
  sbcl/repos/extra-x86_64/sbcl.install
(from rev 207713, sbcl/trunk/sbcl.install)
  sbcl/repos/extra-x86_64/texinfo-4.13a-data_types.patch
(from rev 207713, sbcl/trunk/texinfo-4.13a-data_types.patch)
Deleted:
  sbcl/repos/extra-x86_64/PKGBUILD
  sbcl/repos/extra-x86_64/arch-fixes.lisp
  sbcl/repos/extra-x86_64/sbcl.install
  sbcl/repos/extra-x86_64/texinfo-4.13a-data_types.patch

+
 PKGBUILD   |  146 +++
 arch-fixes.lisp|   42 +--
 sbcl.install   |   36 -
 texinfo-4.13a-data_types.patch |   64 -
 4 files changed, 144 insertions(+), 144 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-13 19:11:39 UTC (rev 207713)
+++ PKGBUILD2014-03-13 19:11:54 UTC (rev 207714)
@@ -1,73 +0,0 @@
-# $Id$
-# Contributor: John Proctor jproc...@prium.net
-# Contributor: Daniel White dan...@whitehouse.id.au
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Leslie Polzer (skypher)
-
-pkgname=sbcl
-pkgver=1.1.15
-pkgrel=1
-pkgdesc=Steel Bank Common Lisp
-url=http://www.sbcl.org/;
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('glibc' 'zlib')
-provides=('common-lisp' 'cl-asdf')
-makedepends=('sbcl')
-install=sbcl.install
-source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
-  arch-fixes.lisp)
-md5sums=('54a1527aea0a32df972c0330b45a26dd'
- '7ac0c1936547f4278198b8bf7725204d')
-
-
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS+= -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl
-  export GNUMAKE=make
-
-  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
-  export LINKFLAGS=$LDFLAGS
-  unset LDFLAGS
-
-  # Make a multi-threaded SBCL, disable LARGEFILE
-  cat customize-target-features.lisp EOF
-(lambda (features)
-  (flet ((enable (x) (pushnew x features))
- (disable (x) (setf features (remove x features
-  (enable :sb-thread)
-  (enable :sb-core-compression)
-  (disable :largefile)))
-EOF
-
-  sh make.sh sbcl --prefix=/usr
-  make -C doc/manual info
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # cannot have both SBCL_HOME and INSTALL_ROOT
-  SBCL_HOME= INSTALL_ROOT=$pkgdir/usr sh install.sh
-
-  src/runtime/sbcl --core output/sbcl.core --script ${srcdir}/arch-fixes.lisp
-  mv sbcl-new.core ${pkgdir}/usr/lib/sbcl/sbcl.core
-
-  # sources
-  mkdir -p $pkgdir/usr/share/sbcl-source
-  cp -R -t $pkgdir/usr/share/sbcl-source 
$srcdir/$pkgname-$pkgver/{src,contrib}
-
-  # license
-  install -D -m644 $srcdir/$pkgname-$pkgver/COPYING \
-   $pkgdir/usr/share/licenses/$pkgname/license.txt
-
-  # drop unwanted files
-  find $pkgdir \( -name Makefile -o -name .cvsignore \) -delete
-  find $pkgdir/usr/share/sbcl-source -type f \
-\( -name \*.fasl -o -name \*.o -o -name \*.log -o -name \*.so -o -name 
a.out \) -delete
-
-  rm $pkgdir/usr/share/sbcl-source/src/runtime/sbcl{,.nm}
-
-}

Copied: sbcl/repos/extra-x86_64/PKGBUILD (from rev 207713, sbcl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-13 19:11:54 UTC (rev 207714)
@@ -0,0 +1,73 @@
+# $Id$
+# Contributor: John Proctor jproc...@prium.net
+# Contributor: Daniel White dan...@whitehouse.id.au
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Leslie Polzer (skypher)
+
+pkgname=sbcl
+pkgver=1.1.16
+pkgrel=1
+pkgdesc=Steel Bank Common Lisp
+url=http://www.sbcl.org/;
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('glibc' 'zlib')
+provides=('common-lisp' 'cl-asdf')
+makedepends=('sbcl')
+install=sbcl.install
+source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
+  arch-fixes.lisp)
+md5sums=('6fa1321e1a3a99ee8b77d704edabee38'
+ '7ac0c1936547f4278198b8bf7725204d')
+
+
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS+= -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl
+  export GNUMAKE=make
+
+  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
+  export LINKFLAGS=$LDFLAGS
+  unset LDFLAGS
+
+  # Make a multi-threaded SBCL, disable LARGEFILE
+  cat customize-target-features.lisp EOF
+(lambda (features)
+  (flet ((enable (x) (pushnew x features))
+ (disable (x) (setf features (remove x features
+  (enable :sb-thread)
+  (enable :sb-core-compression)
+  (disable :largefile)))
+EOF
+
+  sh make.sh sbcl --prefix=/usr
+  make -C doc/manual info
+}
+
+package() {
+  cd 

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

2014-03-13 Thread Jürgen Hötzel
Date: Thursday, March 13, 2014 @ 20:11:39
  Author: juergen
Revision: 207713

upgpkg: sbcl 1.1.16-1

Modified:
  sbcl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-13 18:44:20 UTC (rev 207712)
+++ PKGBUILD2014-03-13 19:11:39 UTC (rev 207713)
@@ -5,7 +5,7 @@
 # Contributor: Leslie Polzer (skypher)
 
 pkgname=sbcl
-pkgver=1.1.15
+pkgver=1.1.16
 pkgrel=1
 pkgdesc=Steel Bank Common Lisp
 url=http://www.sbcl.org/;
@@ -17,7 +17,7 @@
 install=sbcl.install
 
source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
   arch-fixes.lisp)
-md5sums=('54a1527aea0a32df972c0330b45a26dd'
+md5sums=('6fa1321e1a3a99ee8b77d704edabee38'
  '7ac0c1936547f4278198b8bf7725204d')
 
 



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

2014-03-13 Thread Jürgen Hötzel
Date: Thursday, March 13, 2014 @ 20:20:51
  Author: juergen
Revision: 207715

rebuild against sbcl 1.16-1

Modified:
  maxima/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-13 19:11:54 UTC (rev 207714)
+++ PKGBUILD2014-03-13 19:20:51 UTC (rev 207715)
@@ -4,12 +4,12 @@
 
 pkgname=maxima
 pkgver=5.32.1
-pkgrel=2
+pkgrel=3
 pkgdesc=A sophisticated computer algebra system
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://maxima.sourceforge.net;
-depends=('sbcl=1.1.15' 'texinfo' 'sh')
+depends=('sbcl=1.1.16' 'texinfo' 'sh')
 makedepends=('python2')
 optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
 # needs rebuild when bash changes version



[arch-commits] Commit in maxima/repos/extra-x86_64 (6 files)

2014-03-13 Thread Jürgen Hötzel
Date: Thursday, March 13, 2014 @ 20:21:04
  Author: juergen
Revision: 207716

archrelease: copy trunk to extra-x86_64

Added:
  maxima/repos/extra-x86_64/PKGBUILD
(from rev 207715, maxima/trunk/PKGBUILD)
  maxima/repos/extra-x86_64/maxima.desktop
(from rev 207715, maxima/trunk/maxima.desktop)
  maxima/repos/extra-x86_64/maxima.install
(from rev 207715, maxima/trunk/maxima.install)
Deleted:
  maxima/repos/extra-x86_64/PKGBUILD
  maxima/repos/extra-x86_64/maxima.desktop
  maxima/repos/extra-x86_64/maxima.install

+
 PKGBUILD   |   98 +++
 maxima.desktop |   22 ++--
 maxima.install |   36 ++--
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-13 19:20:51 UTC (rev 207715)
+++ PKGBUILD2014-03-13 19:21:04 UTC (rev 207716)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Damir Perisa da...@archlinux.org
-
-pkgname=maxima
-pkgver=5.32.1
-pkgrel=2
-pkgdesc=A sophisticated computer algebra system
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://maxima.sourceforge.net;
-depends=('sbcl=1.1.15' 'texinfo' 'sh')
-makedepends=('python2')
-optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
-# needs rebuild when bash changes version
-# needs a rebuild when sbcl changes version
-options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
-install=maxima.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
 $pkgname.desktop)
-sha1sums=('8667c9e26fdb2889ceb0641b0abc7372aadd591a'
-  '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # set correct python executable to create docs
-  sed -i s|${PYTHONBIN:-python}|python2| doc/info/extract_categories.sh
-
-  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
-   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
-
-  # help avoid (re)running makeinfo/tex
-  touch doc/info/maxima.info
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # install some freedesktop.org compatibility
-  install -Dm644 ${srcdir}/${pkgname}.desktop \
-   ${pkgdir}/usr/share/applications/${pkgname}.desktop
-
-  # make sure, we have a nice icon for the desktop file at the right place ;)
-  install -d ${pkgdir}/usr/share/pixmaps/
-  ln -s /usr/share/maxima/${pkgver}/xmaxima/maxima-new.png \
-   ${pkgdir}/usr/share/pixmaps/${pkgname}.png
-}

Copied: maxima/repos/extra-x86_64/PKGBUILD (from rev 207715, 
maxima/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-13 19:21:04 UTC (rev 207716)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Damir Perisa da...@archlinux.org
+
+pkgname=maxima
+pkgver=5.32.1
+pkgrel=3
+pkgdesc=A sophisticated computer algebra system
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://maxima.sourceforge.net;
+depends=('sbcl=1.1.16' 'texinfo' 'sh')
+makedepends=('python2')
+optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
+# needs rebuild when bash changes version
+# needs a rebuild when sbcl changes version
+options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
+install=maxima.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
 $pkgname.desktop)
+sha1sums=('8667c9e26fdb2889ceb0641b0abc7372aadd591a'
+  '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # set correct python executable to create docs
+  sed -i s|${PYTHONBIN:-python}|python2| doc/info/extract_categories.sh
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
+   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
+
+  # help avoid (re)running makeinfo/tex
+  touch doc/info/maxima.info
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # install some freedesktop.org compatibility
+  install -Dm644 ${srcdir}/${pkgname}.desktop \
+   ${pkgdir}/usr/share/applications/${pkgname}.desktop
+
+  # make sure, we have a nice icon for the desktop file at the right place ;)
+  install -d ${pkgdir}/usr/share/pixmaps/
+  ln -s /usr/share/maxima/${pkgver}/xmaxima/maxima-new.png \
+   ${pkgdir}/usr/share/pixmaps/${pkgname}.png
+}

Deleted: maxima.desktop
===
--- maxima.desktop  2014-03-13 19:20:51 UTC (rev 207715)
+++ maxima.desktop 

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

2014-03-13 Thread Sven-Hendrik Haase
Date: Thursday, March 13, 2014 @ 20:37:44
  Author: svenstaro
Revision: 207717

upgpkg: qtcreator 3.1.0beta1-1

upstream release 3.1.0beta1

Modified:
  qtcreator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-13 19:21:04 UTC (rev 207716)
+++ PKGBUILD2014-03-13 19:37:44 UTC (rev 207717)
@@ -7,9 +7,9 @@
 # Contributor: delor bartekpiech gmail com
 
 pkgname=qtcreator
-pkgver=3.0.1.git
-_pkgver=3.0
-pkgrel=2
+pkgver=3.1.0beta1
+_pkgver=v3.1.0-beta1
+pkgrel=1
 pkgdesc='Lightweight, cross-platform integrated development environment'
 arch=('i686' 'x86_64')
 url='http://qt-project.org'
@@ -26,7 +26,7 @@
 'bzr: for bazaar support'
 'valgrind: for analyze support')
 install=qtcreator.install
-source=(git://gitorious.org/qt-creator/qt-creator.git#branch=${_pkgver}
+source=(git://gitorious.org/qt-creator/qt-creator.git#tag=${_pkgver}
 git://gitorious.org/qt-labs/qbs.git
 'qtcreator.desktop')
 md5sums=('SKIP'



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

2014-03-13 Thread Sven-Hendrik Haase
Date: Thursday, March 13, 2014 @ 20:37:53
  Author: svenstaro
Revision: 207718

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

Added:
  qtcreator/repos/community-i686/
  qtcreator/repos/community-i686/PKGBUILD
(from rev 207717, qtcreator/trunk/PKGBUILD)
  qtcreator/repos/community-i686/qtcreator.desktop
(from rev 207717, qtcreator/trunk/qtcreator.desktop)
  qtcreator/repos/community-i686/qtcreator.install
(from rev 207717, qtcreator/trunk/qtcreator.install)
  qtcreator/repos/community-x86_64/
  qtcreator/repos/community-x86_64/PKGBUILD
(from rev 207717, qtcreator/trunk/PKGBUILD)
  qtcreator/repos/community-x86_64/qtcreator.desktop
(from rev 207717, qtcreator/trunk/qtcreator.desktop)
  qtcreator/repos/community-x86_64/qtcreator.install
(from rev 207717, qtcreator/trunk/qtcreator.install)

+
 community-i686/PKGBUILD|   60 +++
 community-i686/qtcreator.desktop   |9 +
 community-i686/qtcreator.install   |   12 +++
 community-x86_64/PKGBUILD  |   60 +++
 community-x86_64/qtcreator.desktop |9 +
 community-x86_64/qtcreator.install |   12 +++
 6 files changed, 162 insertions(+)

Copied: qtcreator/repos/community-i686/PKGBUILD (from rev 207717, 
qtcreator/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-13 19:37:53 UTC (rev 207718)
@@ -0,0 +1,60 @@
+# $Id: PKGBUILD 101820 2013-12-02 00:06:01Z svenstaro $
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Imanol Celaya ornitorrin...@archlinux-es.org
+# Contributor: Lukas Jirkovsky l.jirkov...@gmail.com
+# Contributor: Dan Vratil prog...@progdansoft.com
+# Contributor: thotypous matiasΘarchlinux-br·org
+# Contributor: delor bartekpiech gmail com
+
+pkgname=qtcreator
+pkgver=3.1.0beta1
+_pkgver=v3.1.0-beta1
+pkgrel=1
+pkgdesc='Lightweight, cross-platform integrated development environment'
+arch=('i686' 'x86_64')
+url='http://qt-project.org'
+license=('LGPL')
+depends=('qt5-quick1' 'qt5-tools' 'qt5-quickcontrols')
+makedepends=('git' 'mesa')
+options=('docs')
+optdepends=('qt5-doc: for the integrated Qt documentation'
+'gdb: for the debugger'
+'cmake: for cmake project support'
+'openssh-askpass: for ssh support'
+'git: for git support'
+'mercurial: for mercurial support'
+'bzr: for bazaar support'
+'valgrind: for analyze support')
+install=qtcreator.install
+source=(git://gitorious.org/qt-creator/qt-creator.git#tag=${_pkgver}
+git://gitorious.org/qt-labs/qbs.git
+'qtcreator.desktop')
+md5sums=('SKIP'
+ 'SKIP'
+ '50880836fd62ccd87550940feb995f06')
+
+prepare() {
+cd qt-creator
+git submodule init
+git config submodule.qbs.url $srcdir/qbs
+git submodule update
+}
+
+build() {
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  qmake ../qt-creator/qtcreator.pro
+  make
+  make docs -j1
+}
+
+package() {
+  cd build
+
+  make INSTALL_ROOT=${pkgdir}/usr/ install
+  make INSTALL_ROOT=${pkgdir}/usr/ install_docs
+
+  install -Dm644 ${srcdir}/qtcreator.desktop 
${pkgdir}/usr/share/applications/qtcreator.desktop
+  install -Dm644 ${srcdir}/qt-creator/LGPL_EXCEPTION.TXT 
${pkgdir}/usr/share/licenses/qtcreator/LGPL_EXCEPTION.TXT
+}

Copied: qtcreator/repos/community-i686/qtcreator.desktop (from rev 207717, 
qtcreator/trunk/qtcreator.desktop)
===
--- community-i686/qtcreator.desktop(rev 0)
+++ community-i686/qtcreator.desktop2014-03-13 19:37:53 UTC (rev 207718)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Exec=/usr/bin/qtcreator
+Name=Qt Creator
+GenericName=C++ IDE
+X-KDE-StartupNotify=true
+Icon=QtProject-qtcreator.png
+Terminal=false
+Type=Application
+Categories=Qt;Development;

Copied: qtcreator/repos/community-i686/qtcreator.install (from rev 207717, 
qtcreator/trunk/qtcreator.install)
===
--- community-i686/qtcreator.install(rev 0)
+++ community-i686/qtcreator.install2014-03-13 19:37:53 UTC (rev 207718)
@@ -0,0 +1,12 @@
+post_install() {
+update-desktop-database -q
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: qtcreator/repos/community-x86_64/PKGBUILD (from rev 207717, 
qtcreator/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-03-13 19:37:53 UTC (rev 207718)
@@ -0,0 +1,60 @@
+# $Id: PKGBUILD 101820 2013-12-02 00:06:01Z svenstaro $
+# Maintainer: Sven-Hendrik Haase 

[arch-commits] Commit in qtcreator/repos (community-i686 community-x86_64)

2014-03-13 Thread Sven-Hendrik Haase
Date: Thursday, March 13, 2014 @ 20:48:32
  Author: svenstaro
Revision: 207719

whoops

Deleted:
  qtcreator/repos/community-i686/
  qtcreator/repos/community-x86_64/



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

2014-03-13 Thread Sven-Hendrik Haase
Date: Thursday, March 13, 2014 @ 20:48:56
  Author: svenstaro
Revision: 207720

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

Added:
  qtcreator/repos/extra-i686/PKGBUILD
(from rev 207719, qtcreator/trunk/PKGBUILD)
  qtcreator/repos/extra-i686/qtcreator.desktop
(from rev 207719, qtcreator/trunk/qtcreator.desktop)
  qtcreator/repos/extra-i686/qtcreator.install
(from rev 207719, qtcreator/trunk/qtcreator.install)
  qtcreator/repos/extra-x86_64/PKGBUILD
(from rev 207719, qtcreator/trunk/PKGBUILD)
  qtcreator/repos/extra-x86_64/qtcreator.desktop
(from rev 207719, qtcreator/trunk/qtcreator.desktop)
  qtcreator/repos/extra-x86_64/qtcreator.install
(from rev 207719, qtcreator/trunk/qtcreator.install)
Deleted:
  qtcreator/repos/extra-i686/PKGBUILD
  qtcreator/repos/extra-i686/qtcreator.desktop
  qtcreator/repos/extra-i686/qtcreator.install
  qtcreator/repos/extra-x86_64/PKGBUILD
  qtcreator/repos/extra-x86_64/qtcreator.desktop
  qtcreator/repos/extra-x86_64/qtcreator.install

+
 /PKGBUILD  |  120 +++
 /qtcreator.desktop |   18 +
 /qtcreator.install |   24 +++
 extra-i686/PKGBUILD|   60 ---
 extra-i686/qtcreator.desktop   |9 --
 extra-i686/qtcreator.install   |   12 ---
 extra-x86_64/PKGBUILD  |   60 ---
 extra-x86_64/qtcreator.desktop |9 --
 extra-x86_64/qtcreator.install |   12 ---
 9 files changed, 162 insertions(+), 162 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-13 19:48:32 UTC (rev 207719)
+++ extra-i686/PKGBUILD 2014-03-13 19:48:56 UTC (rev 207720)
@@ -1,60 +0,0 @@
-# $Id: PKGBUILD 101820 2013-12-02 00:06:01Z svenstaro $
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Imanol Celaya ornitorrin...@archlinux-es.org
-# Contributor: Lukas Jirkovsky l.jirkov...@gmail.com
-# Contributor: Dan Vratil prog...@progdansoft.com
-# Contributor: thotypous matiasΘarchlinux-br·org
-# Contributor: delor bartekpiech gmail com
-
-pkgname=qtcreator
-pkgver=3.0.1.git
-_pkgver=3.0
-pkgrel=2
-pkgdesc='Lightweight, cross-platform integrated development environment'
-arch=('i686' 'x86_64')
-url='http://qt-project.org'
-license=('LGPL')
-depends=('qt5-quick1' 'qt5-tools' 'qt5-quickcontrols')
-makedepends=('git' 'mesa')
-options=('docs')
-optdepends=('qt5-doc: for the integrated Qt documentation'
-'gdb: for the debugger'
-'cmake: for cmake project support'
-'openssh-askpass: for ssh support'
-'git: for git support'
-'mercurial: for mercurial support'
-'bzr: for bazaar support'
-'valgrind: for analyze support')
-install=qtcreator.install
-source=(git://gitorious.org/qt-creator/qt-creator.git#branch=${_pkgver}
-git://gitorious.org/qt-labs/qbs.git
-'qtcreator.desktop')
-md5sums=('SKIP'
- 'SKIP'
- '50880836fd62ccd87550940feb995f06')
-
-prepare() {
-cd qt-creator
-git submodule init
-git config submodule.qbs.url $srcdir/qbs
-git submodule update
-}
-
-build() {
-  [[ -d build ]]  rm -r build
-  mkdir build  cd build
-
-  qmake ../qt-creator/qtcreator.pro
-  make
-  make docs -j1
-}
-
-package() {
-  cd build
-
-  make INSTALL_ROOT=${pkgdir}/usr/ install
-  make INSTALL_ROOT=${pkgdir}/usr/ install_docs
-
-  install -Dm644 ${srcdir}/qtcreator.desktop 
${pkgdir}/usr/share/applications/qtcreator.desktop
-  install -Dm644 ${srcdir}/qt-creator/LGPL_EXCEPTION.TXT 
${pkgdir}/usr/share/licenses/qtcreator/LGPL_EXCEPTION.TXT
-}

Copied: qtcreator/repos/extra-i686/PKGBUILD (from rev 207719, 
qtcreator/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-13 19:48:56 UTC (rev 207720)
@@ -0,0 +1,60 @@
+# $Id: PKGBUILD 101820 2013-12-02 00:06:01Z svenstaro $
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Imanol Celaya ornitorrin...@archlinux-es.org
+# Contributor: Lukas Jirkovsky l.jirkov...@gmail.com
+# Contributor: Dan Vratil prog...@progdansoft.com
+# Contributor: thotypous matiasΘarchlinux-br·org
+# Contributor: delor bartekpiech gmail com
+
+pkgname=qtcreator
+pkgver=3.1.0beta1
+_pkgver=v3.1.0-beta1
+pkgrel=1
+pkgdesc='Lightweight, cross-platform integrated development environment'
+arch=('i686' 'x86_64')
+url='http://qt-project.org'
+license=('LGPL')
+depends=('qt5-quick1' 'qt5-tools' 'qt5-quickcontrols')
+makedepends=('git' 'mesa')
+options=('docs')
+optdepends=('qt5-doc: for the integrated Qt documentation'
+'gdb: for the debugger'
+'cmake: for cmake project support'
+'openssh-askpass: for ssh support'
+'git: for git support'
+'mercurial: for mercurial support'
+'bzr: for bazaar 

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

2014-03-13 Thread Dave Reisner
Date: Thursday, March 13, 2014 @ 21:31:41
  Author: dreisner
Revision: 207722

upgpkg: util-linux 2.24.1-3

- avoid install scriptlet in libutil-linux

Modified:
  util-linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-13 20:20:45 UTC (rev 207721)
+++ PKGBUILD2014-03-13 20:31:41 UTC (rev 207722)
@@ -6,7 +6,7 @@
 pkgbase=util-linux
 pkgname=(util-linux libutil-linux)
 pkgver=2.24.1
-pkgrel=2
+pkgrel=3
 pkgdesc=Miscellaneous system utilities for Linux
 url=http://www.kernel.org/pub/linux/utils/util-linux/;
 arch=('i686' 'x86_64')



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

2014-03-13 Thread Dave Reisner
Date: Thursday, March 13, 2014 @ 21:32:30
  Author: dreisner
Revision: 207723

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

Added:
  util-linux/repos/testing-i686/PKGBUILD
(from rev 207722, util-linux/trunk/PKGBUILD)
  util-linux/repos/testing-i686/pam-common
(from rev 207722, util-linux/trunk/pam-common)
  util-linux/repos/testing-i686/pam-login
(from rev 207722, util-linux/trunk/pam-login)
  util-linux/repos/testing-i686/pam-su
(from rev 207722, util-linux/trunk/pam-su)
  util-linux/repos/testing-i686/util-linux.install
(from rev 207722, util-linux/trunk/util-linux.install)
  util-linux/repos/testing-i686/uuidd.tmpfiles
(from rev 207722, util-linux/trunk/uuidd.tmpfiles)
  util-linux/repos/testing-x86_64/PKGBUILD
(from rev 207722, util-linux/trunk/PKGBUILD)
  util-linux/repos/testing-x86_64/pam-common
(from rev 207722, util-linux/trunk/pam-common)
  util-linux/repos/testing-x86_64/pam-login
(from rev 207722, util-linux/trunk/pam-login)
  util-linux/repos/testing-x86_64/pam-su
(from rev 207722, util-linux/trunk/pam-su)
  util-linux/repos/testing-x86_64/util-linux.install
(from rev 207722, util-linux/trunk/util-linux.install)
  util-linux/repos/testing-x86_64/uuidd.tmpfiles
(from rev 207722, util-linux/trunk/uuidd.tmpfiles)
Deleted:
  util-linux/repos/testing-i686/PKGBUILD
  util-linux/repos/testing-i686/pam-common
  util-linux/repos/testing-i686/pam-login
  util-linux/repos/testing-i686/pam-su
  util-linux/repos/testing-i686/util-linux.install
  util-linux/repos/testing-i686/uuidd.tmpfiles
  util-linux/repos/testing-x86_64/PKGBUILD
  util-linux/repos/testing-x86_64/pam-common
  util-linux/repos/testing-x86_64/pam-login
  util-linux/repos/testing-x86_64/pam-su
  util-linux/repos/testing-x86_64/util-linux.install
  util-linux/repos/testing-x86_64/uuidd.tmpfiles

---+
 /PKGBUILD |  208 
 /pam-common   |   12 ++
 /pam-login|   14 ++
 /pam-su   |   18 +++
 /util-linux.install   |   42 +++
 /uuidd.tmpfiles   |2 
 testing-i686/PKGBUILD |  104 --
 testing-i686/pam-common   |6 -
 testing-i686/pam-login|7 -
 testing-i686/pam-su   |9 -
 testing-i686/util-linux.install   |   21 ---
 testing-i686/uuidd.tmpfiles   |1 
 testing-x86_64/PKGBUILD   |  104 --
 testing-x86_64/pam-common |6 -
 testing-x86_64/pam-login  |7 -
 testing-x86_64/pam-su |9 -
 testing-x86_64/util-linux.install |   21 ---
 testing-x86_64/uuidd.tmpfiles |1 
 18 files changed, 296 insertions(+), 296 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-03-13 20:31:41 UTC (rev 207722)
+++ testing-i686/PKGBUILD   2014-03-13 20:32:30 UTC (rev 207723)
@@ -1,104 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Maintainer: Dave Reisner dreis...@archlinux.org
-# Contributor: judd jvi...@zeroflux.org
-
-pkgbase=util-linux
-pkgname=(util-linux libutil-linux)
-pkgver=2.24.1
-pkgrel=2
-pkgdesc=Miscellaneous system utilities for Linux
-url=http://www.kernel.org/pub/linux/utils/util-linux/;
-arch=('i686' 'x86_64')
-groups=('base' 'base-devel')
-makedepends=('systemd' 'python')
-# checkdepends=('bc')
-license=('GPL2')
-options=('strip' 'debug')
-source=(ftp://ftp.kernel.org/pub/linux/utils/$pkgname/v2.24/$pkgname-$pkgver.tar.xz;
-uuidd.tmpfiles
-pam-login
-pam-common
-pam-su)
-install=util-linux.install
-md5sums=('88d46ae23ca599ac5af9cf96b531590f'
- 'a39554bfd65cccfd8254bb46922f4a67'
- '4368b3f98abd8a32662e094c54e7f9b1'
- 'a31374fef2cba0ca34dfc7078e2969e4'
- 'fa85e5cce5d723275b14365ba71a8aad')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr \
-  --libdir=/usr/lib \
-  --bindir=/usr/bin \
-  --localstatedir=/run \
-  --enable-fs-paths-extra=/usr/bin \
-  --enable-raw \
-  --enable-vipw \
-  --enable-newgrp \
-  --enable-chfn-chsh \
-  --enable-write \
-  --enable-mesg \
-  --enable-socket-activation \
-  --with-python=3
-
-#  --enable-reset \ # part of ncurses
-#  --enable-last \ # not compat
-
-  make
-}
-
-#check() {
-# fails for some reason in chroot, works outside
-#  make -C $pkgname-$pkgver check
-#}
-
-package_util-linux() {
-  conflicts=('util-linux-ng' 'eject')
-  provides=(util-linux-ng=$pkgver 'eject')
-  depends=('pam' 'shadow' 'coreutils' 'libsystemd' 'libutil-linux')
-  optdepends=('python: python bindings to libmount')
-  backup=(etc/pam.d/chfn
-  etc/pam.d/chsh
-  

[arch-commits] Commit in maxima/repos/extra-i686 (6 files)

2014-03-13 Thread Jürgen Hötzel
Date: Thursday, March 13, 2014 @ 22:09:24
  Author: juergen
Revision: 207724

archrelease: copy trunk to extra-i686

Added:
  maxima/repos/extra-i686/PKGBUILD
(from rev 207723, maxima/trunk/PKGBUILD)
  maxima/repos/extra-i686/maxima.desktop
(from rev 207723, maxima/trunk/maxima.desktop)
  maxima/repos/extra-i686/maxima.install
(from rev 207723, maxima/trunk/maxima.install)
Deleted:
  maxima/repos/extra-i686/PKGBUILD
  maxima/repos/extra-i686/maxima.desktop
  maxima/repos/extra-i686/maxima.install

+
 PKGBUILD   |   98 +++
 maxima.desktop |   22 ++--
 maxima.install |   36 ++--
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-13 20:32:30 UTC (rev 207723)
+++ PKGBUILD2014-03-13 21:09:24 UTC (rev 207724)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Damir Perisa da...@archlinux.org
-
-pkgname=maxima
-pkgver=5.32.1
-pkgrel=2
-pkgdesc=A sophisticated computer algebra system
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://maxima.sourceforge.net;
-depends=('sbcl=1.1.15' 'texinfo' 'sh')
-makedepends=('python2')
-optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
-# needs rebuild when bash changes version
-# needs a rebuild when sbcl changes version
-options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
-install=maxima.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
 $pkgname.desktop)
-sha1sums=('8667c9e26fdb2889ceb0641b0abc7372aadd591a'
-  '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # set correct python executable to create docs
-  sed -i s|${PYTHONBIN:-python}|python2| doc/info/extract_categories.sh
-
-  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
-   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
-
-  # help avoid (re)running makeinfo/tex
-  touch doc/info/maxima.info
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # install some freedesktop.org compatibility
-  install -Dm644 ${srcdir}/${pkgname}.desktop \
-   ${pkgdir}/usr/share/applications/${pkgname}.desktop
-
-  # make sure, we have a nice icon for the desktop file at the right place ;)
-  install -d ${pkgdir}/usr/share/pixmaps/
-  ln -s /usr/share/maxima/${pkgver}/xmaxima/maxima-new.png \
-   ${pkgdir}/usr/share/pixmaps/${pkgname}.png
-}

Copied: maxima/repos/extra-i686/PKGBUILD (from rev 207723, 
maxima/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-13 21:09:24 UTC (rev 207724)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Damir Perisa da...@archlinux.org
+
+pkgname=maxima
+pkgver=5.32.1
+pkgrel=3
+pkgdesc=A sophisticated computer algebra system
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://maxima.sourceforge.net;
+depends=('sbcl=1.1.16' 'texinfo' 'sh')
+makedepends=('python2')
+optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
+# needs rebuild when bash changes version
+# needs a rebuild when sbcl changes version
+options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
+install=maxima.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
 $pkgname.desktop)
+sha1sums=('8667c9e26fdb2889ceb0641b0abc7372aadd591a'
+  '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # set correct python executable to create docs
+  sed -i s|${PYTHONBIN:-python}|python2| doc/info/extract_categories.sh
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
+   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
+
+  # help avoid (re)running makeinfo/tex
+  touch doc/info/maxima.info
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # install some freedesktop.org compatibility
+  install -Dm644 ${srcdir}/${pkgname}.desktop \
+   ${pkgdir}/usr/share/applications/${pkgname}.desktop
+
+  # make sure, we have a nice icon for the desktop file at the right place ;)
+  install -d ${pkgdir}/usr/share/pixmaps/
+  ln -s /usr/share/maxima/${pkgver}/xmaxima/maxima-new.png \
+   ${pkgdir}/usr/share/pixmaps/${pkgname}.png
+}

Deleted: maxima.desktop
===
--- maxima.desktop  2014-03-13 20:32:30 UTC (rev 207723)
+++ maxima.desktop  2014-03-13 

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

2014-03-13 Thread Sébastien Luttringer
Date: Thursday, March 13, 2014 @ 22:45:24
  Author: seblu
Revision: 107168

upgpkg: glances 1.7.5-1

Modified:
  glances/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-13 17:22:00 UTC (rev 107167)
+++ PKGBUILD2014-03-13 21:45:24 UTC (rev 107168)
@@ -1,9 +1,10 @@
 # $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.4
+pkgver=1.7.5
 pkgrel=1
 pkgdesc='CLI curses-based monitoring tool'
 arch=('any')
@@ -11,9 +12,10 @@
 license=('LGPL')
 depends=('python2' 'python2-psutil' 'python2-setuptools')
 optdepends=('python2-jinja: HTML export'
-'python2-sensors: temperature sensors support')
-source=($url/archive/v$pkgver.tar.gz)
-sha256sums=('20960b5f191bc86e6184d937940f00a62100eb51388bcdeb233f30c809b0f1a6')
+'python2-sensors: temperature sensors support'
+'hddtemp: HDD temperature monitoring support')
+source=($url/archive/v$pkgver.tar.gz)
+sha256sums=('1598d1c10f1d2b59ea8d90d5be899fd151b4af28640c6daae23258dc76f659fe')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -22,5 +24,7 @@
 
 package() {
   cd $pkgname-$pkgver
-  python2 setup.py install --prefix=/usr --root=$pkgdir
+  python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
 }
+
+# vim:set ts=2 sw=2 et:



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

2014-03-13 Thread Sébastien Luttringer
Date: Thursday, March 13, 2014 @ 22:45:37
  Author: seblu
Revision: 107169

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-13 21:45:24 UTC (rev 107168)
+++ PKGBUILD2014-03-13 21:45:37 UTC (rev 107169)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski s...@bpiotrowski.pl
-# Contributor: Francois Boulogne fboulogne at april dot org
-
-pkgname=glances
-pkgver=1.7.4
-pkgrel=1
-pkgdesc='CLI curses-based monitoring tool'
-arch=('any')
-url='https://github.com/nicolargo/glances'
-license=('LGPL')
-depends=('python2' 'python2-psutil' 'python2-setuptools')
-optdepends=('python2-jinja: HTML export'
-'python2-sensors: temperature sensors support')
-source=($url/archive/v$pkgver.tar.gz)
-sha256sums=('20960b5f191bc86e6184d937940f00a62100eb51388bcdeb233f30c809b0f1a6')
-
-package() {
-  cd $pkgname-$pkgver
-  sed 's|^#!/usr/bin/env python$|2|' -i glances/glances.py
-  python2 setup.py install --prefix=/usr --root=$pkgdir
-}

Copied: glances/repos/community-any/PKGBUILD (from rev 107168, 
glances/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-13 21:45:37 UTC (rev 107169)
@@ -0,0 +1,30 @@
+# $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.5
+pkgrel=1
+pkgdesc='CLI curses-based monitoring tool'
+arch=('any')
+url='https://github.com/nicolargo/glances'
+license=('LGPL')
+depends=('python2' 'python2-psutil' 'python2-setuptools')
+optdepends=('python2-jinja: HTML export'
+'python2-sensors: temperature sensors support'
+'hddtemp: HDD temperature monitoring support')
+source=($url/archive/v$pkgver.tar.gz)
+sha256sums=('1598d1c10f1d2b59ea8d90d5be899fd151b4af28640c6daae23258dc76f659fe')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed 's|^#!/usr/bin/env python$|2|' -i glances/glances.py
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in xulrunner/trunk (PKGBUILD unbreak-plugin-build.patch)

2014-03-13 Thread Jan Steffens
Date: Thursday, March 13, 2014 @ 23:57:17
  Author: heftig
Revision: 107170

Fix building plugins

Added:
  xulrunner/trunk/unbreak-plugin-build.patch
Modified:
  xulrunner/trunk/PKGBUILD

+
 PKGBUILD   |9 +++--
 unbreak-plugin-build.patch |   76 +++
 2 files changed, 82 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-13 21:45:37 UTC (rev 107169)
+++ PKGBUILD2014-03-13 22:57:17 UTC (rev 107170)
@@ -5,7 +5,7 @@
 
 pkgname=xulrunner
 pkgver=27.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Mozilla Runtime Environment
 arch=('i686' 'x86_64')
 license=('MPL' 'GPL' 'LGPL')
@@ -15,13 +15,15 @@
 
source=(ftp://ftp.mozilla.org/pub/mozilla.org/xulrunner/releases/$pkgver/source/xulrunner-$pkgver.source.tar.bz2
 mozconfig
 mozilla-pkgconfig.patch
-shared-libs.patch)
+shared-libs.patch
+unbreak-plugin-build.patch)
 options=('!emptydirs' '!makeflags' 'staticlibs')
 replaces=('xulrunner-oss')
 sha256sums=('4f6125c053e12c4ac3317b075e289b10ce470dd90ed6fc43c4572bf1acc64981'
 '8455f7bc00e8ad6e69bba43171083c778420a8b1c566347ed5381ae9cf98191a'
 '23485d937035648add27a7657f6934dc5b295e886cdb0506eebd02a43d07f269'
-'e2b4a00d14f4ba69c62b3f9ef9908263fbab179ba8004197cbc67edbd916fdf1')
+'e2b4a00d14f4ba69c62b3f9ef9908263fbab179ba8004197cbc67edbd916fdf1'
+'94eef5c52868bf306017898b424f41b124fa39b70dbc8f2bc1c18d9f1c042752')
 
 prepare() {
   cd $srcdir/mozilla-release
@@ -30,6 +32,7 @@
   #fix libdir/sdkdir - fedora
   patch -Np1 -i ../mozilla-pkgconfig.patch
   patch -Np1 -i ../shared-libs.patch
+  patch -Np1 -i ../unbreak-plugin-build.patch
 
   # WebRTC build tries to execute python and expects Python 2
   # Workaround taken from chromium PKGBUILD

Added: unbreak-plugin-build.patch
===
--- unbreak-plugin-build.patch  (rev 0)
+++ unbreak-plugin-build.patch  2014-03-13 22:57:17 UTC (rev 107170)
@@ -0,0 +1,76 @@
+
+# HG changeset patch
+# User Ehsan Akhgari eh...@mozilla.com
+# Date 1392421799 18000
+# Node ID 0691948a0abedc7db35c4cb67ec11ad06f782ab0
+# Parent  6f78482c5792b03adca38c924cc4a41f6e16b8ff
+Bug 784739 follow-up: Use NULL in npruntime.h
+
+diff --git a/dom/plugins/base/npruntime.h b/dom/plugins/base/npruntime.h
+--- a/dom/plugins/base/npruntime.h
 b/dom/plugins/base/npruntime.h
+@@ -132,23 +132,23 @@ void NPN_ReleaseVariantValue(NPVariant *
+ #define NPVARIANT_TO_INT32(_v)   ((_v).value.intValue)
+ #define NPVARIANT_TO_DOUBLE(_v)  ((_v).value.doubleValue)
+ #define NPVARIANT_TO_STRING(_v)  ((_v).value.stringValue)
+ #define NPVARIANT_TO_OBJECT(_v)  ((_v).value.objectValue)
+ 
+ #define VOID_TO_NPVARIANT(_v) 
\
+ NP_BEGIN_MACRO
\
+ (_v).type = NPVariantType_Void;   
\
+-(_v).value.objectValue = nullptr; 
\
++(_v).value.objectValue = NULL;
\
+ NP_END_MACRO
+ 
+ #define NULL_TO_NPVARIANT(_v) 
\
+ NP_BEGIN_MACRO
\
+ (_v).type = NPVariantType_Null;   
\
+-(_v).value.objectValue = nullptr; 
\
++(_v).value.objectValue = NULL;
\
+ NP_END_MACRO
+ 
+ #define BOOLEAN_TO_NPVARIANT(_val, _v)
\
+ NP_BEGIN_MACRO
\
+ (_v).type = NPVariantType_Bool;   
\
+ (_v).value.boolValue = !!(_val);  
\
+ NP_END_MACRO
+ 
+@@ -211,17 +211,17 @@ typedef void *NPIdentifier;
+ 
+ /*
+ NPObjects have methods and properties.  Methods and properties are
+ identified with NPIdentifiers.  These identifiers may be reflected
+ in script.  NPIdentifiers can be either strings or integers, IOW,
+ methods and properties can be identified by either strings or
+ integers (i.e. foo[bar] vs foo[1]). NPIdentifiers can be
+ compared using ==.  In case of any errors, the requested
+-NPIdentifier(s) will be nullptr. NPIdentifier lifetime is controlled
++NPIdentifier(s) will be NULL. NPIdentifier lifetime is controlled
+ by the browser. Plugins do not need to worry about memory management
+ with regards to NPIdentifiers.
+ */
+ NPIdentifier NPN_GetStringIdentifier(const NPUTF8 *name);
+ void NPN_GetStringIdentifiers(const NPUTF8 **names, int32_t nameCount,
+   NPIdentifier 

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

2014-03-13 Thread Thomas Bächler
Date: Friday, March 14, 2014 @ 00:19:45
  Author: thomas
Revision: 207725

upgpkg: e2fsprogs 1.42.9-2

* Fix base / base-devel dependency cycles by depending on libutil-linux only
* Fix make install with MAKEFLAGS

Modified:
  e2fsprogs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-13 21:09:24 UTC (rev 207724)
+++ PKGBUILD2014-03-13 23:19:45 UTC (rev 207725)
@@ -4,14 +4,14 @@
 
 pkgname=e2fsprogs
 pkgver=1.42.9
-pkgrel=1
+pkgrel=2
 pkgdesc=Ext2/3/4 filesystem utilities
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'MIT')
 url=http://e2fsprogs.sourceforge.net;
 groups=('base')
-depends=('sh' 'util-linux')
-makedepends=('bc')
+depends=('sh' 'libutil-linux')
+makedepends=('bc' 'util-linux')
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 'MIT-LICENSE')
 backup=('etc/mke2fs.conf')
@@ -34,6 +34,8 @@
 }
 
 package() {
+  unset MAKEFLAGS
+
   cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install install-libs
 



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

2014-03-13 Thread Thomas Bächler
Date: Friday, March 14, 2014 @ 00:20:02
  Author: thomas
Revision: 207726

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

Added:
  e2fsprogs/repos/testing-i686/
  e2fsprogs/repos/testing-i686/MIT-LICENSE
(from rev 207725, e2fsprogs/trunk/MIT-LICENSE)
  e2fsprogs/repos/testing-i686/PKGBUILD
(from rev 207725, e2fsprogs/trunk/PKGBUILD)
  e2fsprogs/repos/testing-i686/e2fsprogs.install
(from rev 207725, e2fsprogs/trunk/e2fsprogs.install)
  e2fsprogs/repos/testing-i686/mke2fs.conf
(from rev 207725, e2fsprogs/trunk/mke2fs.conf)
  e2fsprogs/repos/testing-x86_64/
  e2fsprogs/repos/testing-x86_64/MIT-LICENSE
(from rev 207725, e2fsprogs/trunk/MIT-LICENSE)
  e2fsprogs/repos/testing-x86_64/PKGBUILD
(from rev 207725, e2fsprogs/trunk/PKGBUILD)
  e2fsprogs/repos/testing-x86_64/e2fsprogs.install
(from rev 207725, e2fsprogs/trunk/e2fsprogs.install)
  e2fsprogs/repos/testing-x86_64/mke2fs.conf
(from rev 207725, e2fsprogs/trunk/mke2fs.conf)

--+
 testing-i686/MIT-LICENSE |   25 +
 testing-i686/PKGBUILD|   54 +
 testing-i686/e2fsprogs.install   |   20 +
 testing-i686/mke2fs.conf |   26 +
 testing-x86_64/MIT-LICENSE   |   25 +
 testing-x86_64/PKGBUILD  |   54 +
 testing-x86_64/e2fsprogs.install |   20 +
 testing-x86_64/mke2fs.conf   |   26 +
 8 files changed, 250 insertions(+)

Copied: e2fsprogs/repos/testing-i686/MIT-LICENSE (from rev 207725, 
e2fsprogs/trunk/MIT-LICENSE)
===
--- testing-i686/MIT-LICENSE(rev 0)
+++ testing-i686/MIT-LICENSE2014-03-13 23:20:02 UTC (rev 207726)
@@ -0,0 +1,25 @@
+Copyright (c) 2003-2007 Theodore Ts'o ty...@mit.edu
+Copyright (c) 1997-2003 Yann Dirson dir...@debian.org
+Copyright (c) 2001 Alcove http://www.alcove.com/
+Copyright (c) 1997 Klee Dienes
+Copyright (c) 1995-1996 Michael Nonweiler mr...@cam.ac.uk
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+Software), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject
+to the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY
+KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
+WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
+IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.

Copied: e2fsprogs/repos/testing-i686/PKGBUILD (from rev 207725, 
e2fsprogs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-13 23:20:02 UTC (rev 207726)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=e2fsprogs
+pkgver=1.42.9
+pkgrel=2
+pkgdesc=Ext2/3/4 filesystem utilities
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'MIT')
+url=http://e2fsprogs.sourceforge.net;
+groups=('base')
+depends=('sh' 'libutil-linux')
+makedepends=('bc' 'util-linux')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'MIT-LICENSE')
+backup=('etc/mke2fs.conf')
+options=('staticlibs')
+install=${pkgname}.install
+sha1sums=('fb8e3662302bcab1682d567d6ee0ff051faa1bbd'
+  'f4a0d5b0cdb980e3fedd6f5e7dde0b0ffb7bbdfb')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # Remove unnecessary init.d directory
+  sed -i '/init\.d/s|^|#|' misc/Makefile.in
+
+  ./configure --prefix=/usr --with-root-prefix= --libdir=/usr/lib \
+  --sbindir=/usr/bin --enable-elf-shlibs --disable-fsck --disable-uuidd \
+  --disable-libuuid --disable-libblkid
+
+  make
+}
+
+package() {
+  unset MAKEFLAGS
+
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install install-libs
+
+  sed -i -e 's/^AWK=.*/AWK=awk/' ${pkgdir}/usr/bin/compile_et
+
+  # remove references to build directory
+  sed -i -e 's#^SS_DIR=.*#SS_DIR=/usr/share/ss#' ${pkgdir}/usr/bin/mk_cmds
+  sed -i -e 's#^ET_DIR=.*#ET_DIR=/usr/share/et#' 
${pkgdir}/usr/bin/compile_et
+
+  # remove static libraries with a shared counterpart
+  rm ${pkgdir}/usr/lib/lib{com_err,e2p,ext2fs,ss}.a
+
+  # install 

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

2014-03-13 Thread Jan Steffens
Date: Friday, March 14, 2014 @ 00:44:01
  Author: heftig
Revision: 107171

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

Added:
  xulrunner/repos/community-i686/PKGBUILD
(from rev 107170, xulrunner/trunk/PKGBUILD)
  xulrunner/repos/community-i686/freetype-headers.patch
(from rev 107170, xulrunner/trunk/freetype-headers.patch)
  xulrunner/repos/community-i686/mozconfig
(from rev 107170, xulrunner/trunk/mozconfig)
  xulrunner/repos/community-i686/mozilla-pkgconfig.patch
(from rev 107170, xulrunner/trunk/mozilla-pkgconfig.patch)
  xulrunner/repos/community-i686/shared-libs.patch
(from rev 107170, xulrunner/trunk/shared-libs.patch)
  xulrunner/repos/community-i686/unbreak-plugin-build.patch
(from rev 107170, xulrunner/trunk/unbreak-plugin-build.patch)
  xulrunner/repos/community-x86_64/PKGBUILD
(from rev 107170, xulrunner/trunk/PKGBUILD)
  xulrunner/repos/community-x86_64/freetype-headers.patch
(from rev 107170, xulrunner/trunk/freetype-headers.patch)
  xulrunner/repos/community-x86_64/mozconfig
(from rev 107170, xulrunner/trunk/mozconfig)
  xulrunner/repos/community-x86_64/mozilla-pkgconfig.patch
(from rev 107170, xulrunner/trunk/mozilla-pkgconfig.patch)
  xulrunner/repos/community-x86_64/shared-libs.patch
(from rev 107170, xulrunner/trunk/shared-libs.patch)
  xulrunner/repos/community-x86_64/unbreak-plugin-build.patch
(from rev 107170, xulrunner/trunk/unbreak-plugin-build.patch)
Deleted:
  xulrunner/repos/community-i686/PKGBUILD
  xulrunner/repos/community-i686/freetype-headers.patch
  xulrunner/repos/community-i686/mozconfig
  xulrunner/repos/community-i686/mozilla-pkgconfig.patch
  xulrunner/repos/community-i686/shared-libs.patch
  xulrunner/repos/community-x86_64/PKGBUILD
  xulrunner/repos/community-x86_64/freetype-headers.patch
  xulrunner/repos/community-x86_64/mozconfig
  xulrunner/repos/community-x86_64/mozilla-pkgconfig.patch
  xulrunner/repos/community-x86_64/shared-libs.patch

-+
 /PKGBUILD   |  150 ++
 /freetype-headers.patch |  132 ++
 /mozconfig  |   62 ++
 /mozilla-pkgconfig.patch|   80 +
 /shared-libs.patch  |   24 
 community-i686/PKGBUILD |   72 
 community-i686/freetype-headers.patch   |   66 ---
 community-i686/mozconfig|   31 -
 community-i686/mozilla-pkgconfig.patch  |   40 --
 community-i686/shared-libs.patch|   12 --
 community-i686/unbreak-plugin-build.patch   |   76 +
 community-x86_64/PKGBUILD   |   72 
 community-x86_64/freetype-headers.patch |   66 ---
 community-x86_64/mozconfig  |   31 -
 community-x86_64/mozilla-pkgconfig.patch|   40 --
 community-x86_64/shared-libs.patch  |   12 --
 community-x86_64/unbreak-plugin-build.patch |   76 +
 17 files changed, 600 insertions(+), 442 deletions(-)

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


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

2014-03-13 Thread Jan Steffens
Date: Friday, March 14, 2014 @ 01:14:28
  Author: heftig
Revision: 107172

0.8.11dev snapshot

Modified:
  gnash/trunk/PKGBUILD
Deleted:
  gnash/trunk/gnash-0.8.10-boost-1.50.patch
  gnash/trunk/gnucash-0.8.10-giflib-5.0.patch

-+
 PKGBUILD|   42 --
 gnash-0.8.10-boost-1.50.patch   |   12 --
 gnucash-0.8.10-giflib-5.0.patch |   12 --
 3 files changed, 18 insertions(+), 48 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-13 23:44:01 UTC (rev 107171)
+++ PKGBUILD2014-03-14 00:14:28 UTC (rev 107172)
@@ -3,36 +3,32 @@
 
 pkgbase=gnash
 pkgname=(gnash-common gnash-gtk)
-pkgver=0.8.10
-pkgrel=11
+pkgver=0.8.11dev
+pkgrel=1
 arch=(i686 x86_64)
 url=http://www.gnu.org/software/gnash/;
 license=(GPL3)
 makedepends=(curl giflib libldap sdl agg libjpeg libpng libtool mesa glu
- speex fontconfig
- gstreamer0.10-base
+ speex fontconfig ffmpeg jemalloc
  gtk2 libldap xulrunner hicolor-icon-theme desktop-file-utils 
gconf gtkglext
- pkgconfig boost)
+ pkgconfig boost git)
 options=(!emptydirs)
-source=(http://ftp.gnu.org/gnu/gnash/${pkgver}/gnash-${pkgver}.tar.bz2
-nodebug.patch gnash-0.8.10-boost-1.50.patch 
gnucash-0.8.10-giflib-5.0.patch)
-sha256sums=('9625072e45df92baa2c28fcd4e2deb66bc827530baedfad2e4e2292d1224'
-'0ebb104a7632af997c7e6b268755949fa0c1eea5e32015b95a22d63d0e431551'
-'ac3e7dbcb2ea30b8a263168462e739aa07706e0e3cdc672410a42a4357dbf54c'
-'d1597ce496d95913a7d5873a0a3c58e4f40fa4ec6e3fc7ae939a66f1362b3e57')
+source=('gnash::git://git.sv.gnu.org/gnash.git#commit=a3180f2'
+nodebug.patch)
+sha256sums=('SKIP'
+'0ebb104a7632af997c7e6b268755949fa0c1eea5e32015b95a22d63d0e431551')
 
-build() {
-  cd gnash-$pkgver
+prepare() {
+  cd gnash
 
   # Disable very, very verbose debugging (gigabytes of logs)
   patch -Np1 -i ../nodebug.patch
 
-  # Link to libboost_system.so
-  patch -Np1 -i ../gnash-0.8.10-boost-1.50.patch
+  ./autogen.sh
+}
 
-  patch -Np1 -i ../gnucash-0.8.10-giflib-5.0.patch
-
-  ./autogen.sh
+build() {
+  cd gnash
   ./configure \
 --prefix=/usr \
 --sysconfdir=/etc \
@@ -39,7 +35,7 @@
 --with-plugins-install=system \
 --with-npapi-plugindir=/usr/lib/mozilla/plugins \
 --enable-gui=sdl,gtk,dump \
---enable-media=gst \
+--enable-media=ffmpeg \
 --enable-renderer=all \
 --enable-device=x11
 
@@ -51,13 +47,11 @@
 package_gnash-common() {
   pkgdesc=A GNU Flash movie player
   depends=(curl giflib sdl agg libjpeg libpng libltdl libgl glu
-   speex fontconfig cairo
-   gstreamer0.10-base
+   speex fontconfig cairo ffmpeg jemalloc
boost-libs)
   backup=(etc/gnashrc etc/gnashthumbnailrc)
 
-  cd gnash-$pkgver
-
+  cd gnash
   make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$pkgdir install
 
   # Split gnash-gtk
@@ -79,7 +73,7 @@
 
   mv gtk/* $pkgdir
 
-  cd gnash-$pkgver
+  cd gnash
   make DESTDIR=$pkgdir install-plugin
 
   install -m755 -d $pkgdir/usr/share/gconf/schemas

Deleted: gnash-0.8.10-boost-1.50.patch
===
--- gnash-0.8.10-boost-1.50.patch   2014-03-13 23:44:01 UTC (rev 107171)
+++ gnash-0.8.10-boost-1.50.patch   2014-03-14 00:14:28 UTC (rev 107172)
@@ -1,12 +0,0 @@
-diff -u -r gnash-0.8.10/macros/boost.m4 gnash-0.8.10-boost1.50/macros/boost.m4
 gnash-0.8.10/macros/boost.m4   2012-01-19 20:17:49.0 +0100
-+++ gnash-0.8.10-boost-1.50/macros/boost.m42012-07-11 10:56:11.089137186 
+0200
-@@ -37,7 +37,7 @@
-   boost_headers=detail/lightweight_mutex.hpp thread/thread.hpp 
multi_index_container.hpp multi_index/key_extractors.hpp thread/mutex.hpp 
program_options/options_description.hpp iostreams/stream.hpp
-   dnl this is a list of *required* libraries. If any of these are missing, 
this
-   dnl test will return a failure, and Gnash won't build.
--  boost_libs=thread program_options iostreams
-+  boost_libs=thread program_options iostreams system
- 
-   dnl this is a list of *recommended* libraries. If any of these are missing, 
this
-   dnl test will return a warning, and Gnash will build, but testing won't 
work.

Deleted: gnucash-0.8.10-giflib-5.0.patch
===
--- gnucash-0.8.10-giflib-5.0.patch 2014-03-13 23:44:01 UTC (rev 107171)
+++ gnucash-0.8.10-giflib-5.0.patch 2014-03-14 00:14:28 UTC (rev 107172)
@@ -1,12 +0,0 @@
-diff -rupN a/libbase/GnashImageGif.cpp b/libbase/GnashImageGif.cpp
 a/libbase/GnashImageGif.cpp2012-01-19 19:17:48.0 +
-+++ b/libbase/GnashImageGif.cpp2013-07-30 09:08:37.707930583 +
-@@ -269,7 +269,7 @@ GifInput::processRecord(GifRecordType re
- void
- GifInput::read()
- {
--_gif = 

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

2014-03-13 Thread Jan Steffens
Date: Friday, March 14, 2014 @ 01:16:07
  Author: heftig
Revision: 107173

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

Added:
  gnash/repos/community-i686/PKGBUILD
(from rev 107172, gnash/trunk/PKGBUILD)
  gnash/repos/community-i686/gnash-gtk.install
(from rev 107172, gnash/trunk/gnash-gtk.install)
  gnash/repos/community-i686/nodebug.patch
(from rev 107172, gnash/trunk/nodebug.patch)
  gnash/repos/community-x86_64/PKGBUILD
(from rev 107172, gnash/trunk/PKGBUILD)
  gnash/repos/community-x86_64/gnash-gtk.install
(from rev 107172, gnash/trunk/gnash-gtk.install)
  gnash/repos/community-x86_64/nodebug.patch
(from rev 107172, gnash/trunk/nodebug.patch)
Deleted:
  gnash/repos/community-i686/PKGBUILD
  gnash/repos/community-i686/gnash-0.8.10-boost-1.50.patch
  gnash/repos/community-i686/gnash-gtk.install
  gnash/repos/community-i686/gnucash-0.8.10-giflib-5.0.patch
  gnash/repos/community-i686/nodebug.patch
  gnash/repos/community-x86_64/PKGBUILD
  gnash/repos/community-x86_64/gnash-0.8.10-boost-1.50.patch
  gnash/repos/community-x86_64/gnash-gtk.install
  gnash/repos/community-x86_64/gnucash-0.8.10-giflib-5.0.patch
  gnash/repos/community-x86_64/nodebug.patch

--+
 /PKGBUILD|  166 +
 /gnash-gtk.install   |   44 +
 /nodebug.patch   |   96 
 community-i686/PKGBUILD  |   89 ---
 community-i686/gnash-0.8.10-boost-1.50.patch |   12 -
 community-i686/gnash-gtk.install |   22 --
 community-i686/gnucash-0.8.10-giflib-5.0.patch   |   12 -
 community-i686/nodebug.patch |   48 --
 community-x86_64/PKGBUILD|   89 ---
 community-x86_64/gnash-0.8.10-boost-1.50.patch   |   12 -
 community-x86_64/gnash-gtk.install   |   22 --
 community-x86_64/gnucash-0.8.10-giflib-5.0.patch |   12 -
 community-x86_64/nodebug.patch   |   48 --
 13 files changed, 306 insertions(+), 366 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-14 00:14:28 UTC (rev 107172)
+++ community-i686/PKGBUILD 2014-03-14 00:16:07 UTC (rev 107173)
@@ -1,89 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgbase=gnash
-pkgname=(gnash-common gnash-gtk)
-pkgver=0.8.10
-pkgrel=11
-arch=(i686 x86_64)
-url=http://www.gnu.org/software/gnash/;
-license=(GPL3)
-makedepends=(curl giflib libldap sdl agg libjpeg libpng libtool mesa glu
- speex fontconfig
- gstreamer0.10-base
- gtk2 libldap xulrunner hicolor-icon-theme desktop-file-utils 
gconf gtkglext
- pkgconfig boost)
-options=(!emptydirs)
-source=(http://ftp.gnu.org/gnu/gnash/${pkgver}/gnash-${pkgver}.tar.bz2
-nodebug.patch gnash-0.8.10-boost-1.50.patch 
gnucash-0.8.10-giflib-5.0.patch)
-sha256sums=('9625072e45df92baa2c28fcd4e2deb66bc827530baedfad2e4e2292d1224'
-'0ebb104a7632af997c7e6b268755949fa0c1eea5e32015b95a22d63d0e431551'
-'ac3e7dbcb2ea30b8a263168462e739aa07706e0e3cdc672410a42a4357dbf54c'
-'d1597ce496d95913a7d5873a0a3c58e4f40fa4ec6e3fc7ae939a66f1362b3e57')
-
-build() {
-  cd gnash-$pkgver
-
-  # Disable very, very verbose debugging (gigabytes of logs)
-  patch -Np1 -i ../nodebug.patch
-
-  # Link to libboost_system.so
-  patch -Np1 -i ../gnash-0.8.10-boost-1.50.patch
-
-  patch -Np1 -i ../gnucash-0.8.10-giflib-5.0.patch
-
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---with-plugins-install=system \
---with-npapi-plugindir=/usr/lib/mozilla/plugins \
---enable-gui=sdl,gtk,dump \
---enable-media=gst \
---enable-renderer=all \
---enable-device=x11
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
-
-  make
-}
-
-package_gnash-common() {
-  pkgdesc=A GNU Flash movie player
-  depends=(curl giflib sdl agg libjpeg libpng libltdl libgl glu
-   speex fontconfig cairo
-   gstreamer0.10-base
-   boost-libs)
-  backup=(etc/gnashrc etc/gnashthumbnailrc)
-
-  cd gnash-$pkgver
-
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$pkgdir install
-
-  # Split gnash-gtk
-  mkdir -p $srcdir/gtk/{etc,usr/{bin,share/man/man1}}
-  mv $pkgdir/usr/bin/{gtk-gnash,gnash-gtk-launcher} \
-$srcdir/gtk/usr/bin/
-  mv $pkgdir/usr/share/man/man1/{gtk-gnash,gnash-gtk-launcher}.1 \
-$srcdir/gtk/usr/share/man/man1/
-  mv $pkgdir/usr/share/{applications,icons} $srcdir/gtk/usr/share/
-  mv $pkgdir/etc/gnashpluginrc $srcdir/gtk/etc/
-}
-

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

2014-03-13 Thread Anatol Pomozov
Date: Friday, March 14, 2014 @ 03:05:43
  Author: anatolik
Revision: 207727

upgpkg: dhcpcd 6.3.1-2

Pulled 2 fixes from upstream. Potential fix for FS#39381

Added:
  dhcpcd/trunk/commit_9eaeccdf1d.diff
  dhcpcd/trunk/commit_e348e99776.diff
Modified:
  dhcpcd/trunk/PKGBUILD

+
 PKGBUILD   |   23 -
 commit_9eaeccdf1d.diff |  191 +++
 commit_e348e99776.diff |   17 
 3 files changed, 228 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-13 23:20:02 UTC (rev 207726)
+++ PKGBUILD2014-03-14 02:05:43 UTC (rev 207727)
@@ -5,7 +5,7 @@
 
 pkgname=dhcpcd
 pkgver=6.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc=RFC2131 compliant DHCP client daemon
 url=http://roy.marples.name/projects/dhcpcd/;
 arch=('i686' 'x86_64')
@@ -17,11 +17,22 @@
 options=('emptydirs')  # We Need the Empty /var/lib/dhcpcd Directory
 source=(http://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.bz2;
 'dhcpcd_.service'
-'dhcpcd.service')
+'dhcpcd.service'
+'commit_9eaeccdf1d.diff'
+'commit_e348e99776.diff')
 sha1sums=('4db014c7eeca57fea7f954640e68feaa1d249c79'
   '6f1633edde14d29b5cdc09c4f029a450ef2ebc96'
-  '52c1bad9ab43e9a253c1eb175e7eefb13497b8f9')
+  '52c1bad9ab43e9a253c1eb175e7eefb13497b8f9'
+  '6a381ec2638eba6812a76b0f362e59f283c30168'
+  'c81283b4918370992f2f717a3139a23748c6a46d')
 
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+ 
+  patch -p0 -i ${srcdir}/commit_9eaeccdf1d.diff
+  patch -p0 -i ${srcdir}/commit_e348e99776.diff
+}
+
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
@@ -36,6 +47,12 @@
   make
 }
 
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make test
+}
+
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install

Added: commit_9eaeccdf1d.diff
===
--- commit_9eaeccdf1d.diff  (rev 0)
+++ commit_9eaeccdf1d.diff  2014-03-14 02:05:43 UTC (rev 207727)
@@ -0,0 +1,191 @@
+Index: auth.c
+==
+--- auth.c
 auth.c
+@@ -229,10 +229,15 @@
+   errno = EINVAL;
+   return NULL;
+   }
+   if (state-reconf == NULL)
+   errno = ENOENT;
++  /* Free the old token so we log acceptance */
++  if (state-token) {
++  free(state-token);
++  state-token = NULL;
++  }
+   /* Nothing to validate, just accepting the key */
+   return state-reconf;
+   case 2:
+   if (!((mp == 4  mt == DHCP_FORCERENEW) ||
+   (mp == 6  mt == DHCP6_RECONFIGURE)))
+
+Index: dhcp.c
+==
+--- dhcp.c
 dhcp.c
+@@ -1059,12 +1059,16 @@
+   syslog(LOG_DEBUG, %s: dhcp_auth_validate: %m,
+   ifp-name);
+   free(dhcp);
+   return NULL;
+   }
+-  syslog(LOG_DEBUG, %s: validated using 0x%08 PRIu32,
+-  ifp-name, state-auth.token-secretid);
++  if (state-auth.token)
++  syslog(LOG_DEBUG, %s: validated using 0x%08 PRIu32,
++  ifp-name, state-auth.token-secretid);
++  else
++  syslog(LOG_DEBUG, %s: accepted reconfigure key,
++  ifp-name);
+   }
+ 
+   return dhcp;
+ }
+ 
+@@ -2195,12 +2199,16 @@
+   iface-name);
+   log_dhcp1(LOG_ERR, authentication failed,
+   iface, dhcp, from, 0);
+   return;
+   }
+-  syslog(LOG_DEBUG, %s: validated using 0x%08 PRIu32,
+-  iface-name, state-auth.token-secretid);
++  if (state-auth.token)
++  syslog(LOG_DEBUG, %s: validated using 0x%08 PRIu32,
++  iface-name, state-auth.token-secretid);
++  else
++  syslog(LOG_DEBUG, %s: accepted reconfigure key,
++  iface-name);
+   } else if (ifo-auth.options  DHCPCD_AUTH_REQUIRE) {
+   log_dhcp1(LOG_ERR, no authentication, iface, dhcp, from, 0);
+   return;
+   } else if (ifo-auth.options  DHCPCD_AUTH_SEND)
+   log_dhcp1(LOG_WARNING, no authentication,
+
+Index: dhcp6.c
+==
+--- dhcp6.c
 dhcp6.c
+@@ -1458,18 +1458,18 @@
+ {
+   struct dhcp6_state *state;
+   const struct 

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

2014-03-13 Thread Anatol Pomozov
Date: Friday, March 14, 2014 @ 03:06:43
  Author: anatolik
Revision: 207728

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

Added:
  dhcpcd/repos/testing-i686/
  dhcpcd/repos/testing-i686/PKGBUILD
(from rev 207727, dhcpcd/trunk/PKGBUILD)
  dhcpcd/repos/testing-i686/commit_9eaeccdf1d.diff
(from rev 207727, dhcpcd/trunk/commit_9eaeccdf1d.diff)
  dhcpcd/repos/testing-i686/commit_e348e99776.diff
(from rev 207727, dhcpcd/trunk/commit_e348e99776.diff)
  dhcpcd/repos/testing-i686/dhcpcd.service
(from rev 207727, dhcpcd/trunk/dhcpcd.service)
  dhcpcd/repos/testing-i686/dhcpcd_.service
(from rev 207727, dhcpcd/trunk/dhcpcd_.service)
  dhcpcd/repos/testing-x86_64/
  dhcpcd/repos/testing-x86_64/PKGBUILD
(from rev 207727, dhcpcd/trunk/PKGBUILD)
  dhcpcd/repos/testing-x86_64/commit_9eaeccdf1d.diff
(from rev 207727, dhcpcd/trunk/commit_9eaeccdf1d.diff)
  dhcpcd/repos/testing-x86_64/commit_e348e99776.diff
(from rev 207727, dhcpcd/trunk/commit_e348e99776.diff)
  dhcpcd/repos/testing-x86_64/dhcpcd.service
(from rev 207727, dhcpcd/trunk/dhcpcd.service)
  dhcpcd/repos/testing-x86_64/dhcpcd_.service
(from rev 207727, dhcpcd/trunk/dhcpcd_.service)

---+
 testing-i686/PKGBUILD |   71 +++
 testing-i686/commit_9eaeccdf1d.diff   |  191 
 testing-i686/commit_e348e99776.diff   |   17 ++
 testing-i686/dhcpcd.service   |   13 ++
 testing-i686/dhcpcd_.service  |   15 ++
 testing-x86_64/PKGBUILD   |   71 +++
 testing-x86_64/commit_9eaeccdf1d.diff |  191 
 testing-x86_64/commit_e348e99776.diff |   17 ++
 testing-x86_64/dhcpcd.service |   13 ++
 testing-x86_64/dhcpcd_.service|   15 ++
 10 files changed, 614 insertions(+)

Copied: dhcpcd/repos/testing-i686/PKGBUILD (from rev 207727, 
dhcpcd/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-14 02:06:43 UTC (rev 207728)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Tom Killian tom.archlinux.org
+# Contributor: Judd Vinet jvinet.zeroflux.org
+
+pkgname=dhcpcd
+pkgver=6.3.1
+pkgrel=2
+pkgdesc=RFC2131 compliant DHCP client daemon
+url=http://roy.marples.name/projects/dhcpcd/;
+arch=('i686' 'x86_64')
+license=('BSD')
+groups=('base')
+depends=('glibc' 'sh')
+provides=('dhcp-client')
+backup=('etc/dhcpcd.conf')
+options=('emptydirs')  # We Need the Empty /var/lib/dhcpcd Directory
+source=(http://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.bz2;
+'dhcpcd_.service'
+'dhcpcd.service'
+'commit_9eaeccdf1d.diff'
+'commit_e348e99776.diff')
+sha1sums=('4db014c7eeca57fea7f954640e68feaa1d249c79'
+  '6f1633edde14d29b5cdc09c4f029a450ef2ebc96'
+  '52c1bad9ab43e9a253c1eb175e7eefb13497b8f9'
+  '6a381ec2638eba6812a76b0f362e59f283c30168'
+  'c81283b4918370992f2f717a3139a23748c6a46d')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+ 
+  patch -p0 -i ${srcdir}/commit_9eaeccdf1d.diff
+  patch -p0 -i ${srcdir}/commit_e348e99776.diff
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # configure variables
+  ./configure \
+  --sbindir=/usr/bin \
+  --libexecdir=/usr/lib/dhcpcd \
+  --dbdir=/var/lib/dhcpcd \
+  --rundir=/run
+
+  # Build
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make test
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # Install License
+  install -d $pkgdir/usr/share/licenses/$pkgname
+  sed 26q $srcdir/$pkgname-$pkgver/control.h \
+  $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  # Set Options in /etc/dhcpcd.conf
+  echo noipv4ll  ${pkgdir}/etc/dhcpcd.conf # Disable ip4vall
+
+  # install systemd files
+  install -Dm644 ${srcdir}/dhcpcd_.service 
${pkgdir}/usr/lib/systemd/system/dhcpcd@.service
+  install -Dm644 ${srcdir}/dhcpcd.service 
${pkgdir}/usr/lib/systemd/system/dhcpcd.service # FS#31543
+}

Copied: dhcpcd/repos/testing-i686/commit_9eaeccdf1d.diff (from rev 207727, 
dhcpcd/trunk/commit_9eaeccdf1d.diff)
===
--- testing-i686/commit_9eaeccdf1d.diff (rev 0)
+++ testing-i686/commit_9eaeccdf1d.diff 2014-03-14 02:06:43 UTC (rev 207728)
@@ -0,0 +1,191 @@
+Index: auth.c
+==
+--- auth.c
 auth.c
+@@ -229,10 +229,15 @@
+   errno = EINVAL;
+   return NULL;
+   }
+   if (state-reconf == NULL)
+   errno = ENOENT;
++  /* Free the old token so we log acceptance */
++  if (state-token) {
++  

[arch-commits] Commit in (4 files)

2014-03-13 Thread Felix Yan
Date: Friday, March 14, 2014 @ 03:56:01
  Author: fyan
Revision: 207729

addpkg: python-ply 3.4-3

- as dependency of python-pycparser

Added:
  python-ply/
  python-ply/repos/
  python-ply/trunk/
  python-ply/trunk/PKGBUILD

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

Added: python-ply/trunk/PKGBUILD
===
--- python-ply/trunk/PKGBUILD   (rev 0)
+++ python-ply/trunk/PKGBUILD   2014-03-14 02:56:01 UTC (rev 207729)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Alexander Rødseth rods...@gmail.com
+# Contributor: Marcin avalan Falkiewicz avalat...@gmail.com
+# Contributor: C Anthony Risinger anth...@xtfx.me
+
+pkgbase=python-ply
+pkgname=(python-ply python2-ply)
+pkgver=3.4
+pkgrel=3
+pkgdesc='Implementation of lex and yacc parsing tools'
+arch=('any')
+url='http://www.dabeaz.com/ply/'
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(${url}ply-$pkgver.tar.gz)
+sha256sums=('af435f11b7bdd69da5ffbc3fecb8d70a7073ec952e101764c88720cdefb2546b')
+
+prepare() {
+  cp -r ${pkgbase#python-}-$pkgver{,-py2}
+}
+
+package_python-ply() {
+  depends=('python')
+
+  cd ${pkgbase#python-}-$pkgver
+
+  python setup.py install --root=$pkgdir
+  
+  install -d $pkgdir/usr/share/licenses/$pkgname
+  head -n30 README  $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-ply() {
+  depends=('python2')
+
+  cd ${pkgbase#python-}-$pkgver-py2
+
+  python2 setup.py install --root=$pkgdir
+  
+  install -d $pkgdir/usr/share/licenses/$pkgname
+  head -n30 README  $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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


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

2014-03-13 Thread Felix Yan
Date: Friday, March 14, 2014 @ 03:58:08
  Author: fyan
Revision: 207730

archrelease: copy trunk to extra-any

Added:
  python-ply/repos/extra-any/
  python-ply/repos/extra-any/PKGBUILD
(from rev 207729, python-ply/trunk/PKGBUILD)

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

Copied: python-ply/repos/extra-any/PKGBUILD (from rev 207729, 
python-ply/trunk/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2014-03-14 02:58:08 UTC (rev 207730)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Alexander Rødseth rods...@gmail.com
+# Contributor: Marcin avalan Falkiewicz avalat...@gmail.com
+# Contributor: C Anthony Risinger anth...@xtfx.me
+
+pkgbase=python-ply
+pkgname=(python-ply python2-ply)
+pkgver=3.4
+pkgrel=3
+pkgdesc='Implementation of lex and yacc parsing tools'
+arch=('any')
+url='http://www.dabeaz.com/ply/'
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(${url}ply-$pkgver.tar.gz)
+sha256sums=('af435f11b7bdd69da5ffbc3fecb8d70a7073ec952e101764c88720cdefb2546b')
+
+prepare() {
+  cp -r ${pkgbase#python-}-$pkgver{,-py2}
+}
+
+package_python-ply() {
+  depends=('python')
+
+  cd ${pkgbase#python-}-$pkgver
+
+  python setup.py install --root=$pkgdir
+  
+  install -d $pkgdir/usr/share/licenses/$pkgname
+  head -n30 README  $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-ply() {
+  depends=('python2')
+
+  cd ${pkgbase#python-}-$pkgver-py2
+
+  python2 setup.py install --root=$pkgdir
+  
+  install -d $pkgdir/usr/share/licenses/$pkgname
+  head -n30 README  $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in (4 files)

2014-03-13 Thread Felix Yan
Date: Friday, March 14, 2014 @ 04:24:04
  Author: fyan
Revision: 207731

addpkg: python-pycparser 2.10-3

- as dependency of python-cffi

Added:
  python-pycparser/
  python-pycparser/repos/
  python-pycparser/trunk/
  python-pycparser/trunk/PKGBUILD

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

Added: python-pycparser/trunk/PKGBUILD
===
--- python-pycparser/trunk/PKGBUILD (rev 0)
+++ python-pycparser/trunk/PKGBUILD 2014-03-14 03:24:04 UTC (rev 207731)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Justin Dray jus...@dray.be
+# Contributor: Alexander Rødseth rods...@gmail.com
+# Contributor: lang2 wenzhi.li...@gmail.com
+
+pkgbase=python-pycparser
+pkgname=(python-pycparser python2-pycparser)
+pkgver=2.10
+pkgrel=3
+pkgdesc='C parser and AST generator written in Python'
+url='https://github.com/eliben/pycparser'
+makedepends=('python-ply' 'python2-ply' 'git')
+arch=('any')
+license=('BSD')
+source=('https://github.com/eliben/pycparser/archive/release_v2.10.zip')
+sha256sums=('1217244f882c330782f4762a1fb37cef21a929ce0123ac388e7e367c35ddbae3')
+
+prepare() {
+  cp -r pycparser-release_v${pkgver}{,-py2}
+}
+
+build() {
+  cd pycparser-release_v${pkgver}
+  python setup.py build
+
+  cd pycparser
+  python _build_tables.py
+
+  cd $srcdir/pycparser-release_v${pkgver}-py2
+  python2 setup.py build
+
+  cd pycparser
+  python2 _build_tables.py
+}
+
+package_python-pycparser() {
+  depends=('python-ply')
+
+  cd pycparser-release_v${pkgver}
+
+  python setup.py install --root=$pkgdir --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-pycparser() {
+  depends=('python2-ply')
+
+  cd pycparser-release_v${pkgver}-py2
+
+  python2 setup.py install --root=$pkgdir --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


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


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

2014-03-13 Thread Felix Yan
Date: Friday, March 14, 2014 @ 04:25:02
  Author: fyan
Revision: 207732

archrelease: copy trunk to extra-any

Added:
  python-pycparser/repos/extra-any/
  python-pycparser/repos/extra-any/PKGBUILD
(from rev 207731, python-pycparser/trunk/PKGBUILD)

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

Copied: python-pycparser/repos/extra-any/PKGBUILD (from rev 207731, 
python-pycparser/trunk/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2014-03-14 03:25:02 UTC (rev 207732)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Justin Dray jus...@dray.be
+# Contributor: Alexander Rødseth rods...@gmail.com
+# Contributor: lang2 wenzhi.li...@gmail.com
+
+pkgbase=python-pycparser
+pkgname=(python-pycparser python2-pycparser)
+pkgver=2.10
+pkgrel=3
+pkgdesc='C parser and AST generator written in Python'
+url='https://github.com/eliben/pycparser'
+makedepends=('python-ply' 'python2-ply' 'git')
+arch=('any')
+license=('BSD')
+source=('https://github.com/eliben/pycparser/archive/release_v2.10.zip')
+sha256sums=('1217244f882c330782f4762a1fb37cef21a929ce0123ac388e7e367c35ddbae3')
+
+prepare() {
+  cp -r pycparser-release_v${pkgver}{,-py2}
+}
+
+build() {
+  cd pycparser-release_v${pkgver}
+  python setup.py build
+
+  cd pycparser
+  python _build_tables.py
+
+  cd $srcdir/pycparser-release_v${pkgver}-py2
+  python2 setup.py build
+
+  cd pycparser
+  python2 _build_tables.py
+}
+
+package_python-pycparser() {
+  depends=('python-ply')
+
+  cd pycparser-release_v${pkgver}
+
+  python setup.py install --root=$pkgdir --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-pycparser() {
+  depends=('python2-ply')
+
+  cd pycparser-release_v${pkgver}-py2
+
+  python2 setup.py install --root=$pkgdir --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}



[arch-commits] Commit in (4 files)

2014-03-13 Thread Felix Yan
Date: Friday, March 14, 2014 @ 04:33:03
  Author: fyan
Revision: 207733

addpkg: python-cffi 0.8.2-3

- as dependency of python-cryptography

Added:
  python-cffi/
  python-cffi/repos/
  python-cffi/trunk/
  python-cffi/trunk/PKGBUILD

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

Added: python-cffi/trunk/PKGBUILD
===
--- python-cffi/trunk/PKGBUILD  (rev 0)
+++ python-cffi/trunk/PKGBUILD  2014-03-14 03:33:03 UTC (rev 207733)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: lilydjwg lilyd...@gmail.com
+
+_name=cffi
+pkgbase=python-$_name
+pkgname=(python-$_name python2-$_name)
+pkgver=0.8.2
+pkgrel=3
+pkgdesc=Foreign Function Interface for Python calling C code
+arch=('i686' 'x86_64')
+url=http://cffi.readthedocs.org/;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pycparser' 
'python2-pycparser')
+md5sums=('37fc88c62f40d04e8a18192433f951ec')
+source=(http://pypi.python.org/packages/source/c/${_name}/${_name}-${pkgver}.tar.gz;)
+
+prepare() {
+  cp -r $_name-$pkgver{,-py2}
+}
+
+build() {
+  cd $srcdir/$_name-$pkgver
+  python3 setup.py build
+
+  cd $srcdir/$_name-$pkgver-py2
+  python2 setup.py build
+}
+
+package_python-cffi() {
+  depends=('python' 'python-pycparser')
+
+  cd $srcdir/$_name-$pkgver
+  python3 setup.py install --root=$pkgdir/ --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-cffi() {
+  depends=('python2' 'python2-pycparser')
+
+  cd $srcdir/$_name-$pkgver-py2
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


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


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

2014-03-13 Thread Felix Yan
Date: Friday, March 14, 2014 @ 04:35:05
  Author: fyan
Revision: 207734

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

Added:
  python-cffi/repos/extra-i686/
  python-cffi/repos/extra-i686/PKGBUILD
(from rev 207733, python-cffi/trunk/PKGBUILD)
  python-cffi/repos/extra-x86_64/
  python-cffi/repos/extra-x86_64/PKGBUILD
(from rev 207733, python-cffi/trunk/PKGBUILD)

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

Copied: python-cffi/repos/extra-i686/PKGBUILD (from rev 207733, 
python-cffi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-14 03:35:05 UTC (rev 207734)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: lilydjwg lilyd...@gmail.com
+
+_name=cffi
+pkgbase=python-$_name
+pkgname=(python-$_name python2-$_name)
+pkgver=0.8.2
+pkgrel=3
+pkgdesc=Foreign Function Interface for Python calling C code
+arch=('i686' 'x86_64')
+url=http://cffi.readthedocs.org/;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pycparser' 
'python2-pycparser')
+md5sums=('37fc88c62f40d04e8a18192433f951ec')
+source=(http://pypi.python.org/packages/source/c/${_name}/${_name}-${pkgver}.tar.gz;)
+
+prepare() {
+  cp -r $_name-$pkgver{,-py2}
+}
+
+build() {
+  cd $srcdir/$_name-$pkgver
+  python3 setup.py build
+
+  cd $srcdir/$_name-$pkgver-py2
+  python2 setup.py build
+}
+
+package_python-cffi() {
+  depends=('python' 'python-pycparser')
+
+  cd $srcdir/$_name-$pkgver
+  python3 setup.py install --root=$pkgdir/ --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-cffi() {
+  depends=('python2' 'python2-pycparser')
+
+  cd $srcdir/$_name-$pkgver-py2
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: python-cffi/repos/extra-x86_64/PKGBUILD (from rev 207733, 
python-cffi/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-03-14 03:35:05 UTC (rev 207734)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: lilydjwg lilyd...@gmail.com
+
+_name=cffi
+pkgbase=python-$_name
+pkgname=(python-$_name python2-$_name)
+pkgver=0.8.2
+pkgrel=3
+pkgdesc=Foreign Function Interface for Python calling C code
+arch=('i686' 'x86_64')
+url=http://cffi.readthedocs.org/;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pycparser' 
'python2-pycparser')
+md5sums=('37fc88c62f40d04e8a18192433f951ec')
+source=(http://pypi.python.org/packages/source/c/${_name}/${_name}-${pkgver}.tar.gz;)
+
+prepare() {
+  cp -r $_name-$pkgver{,-py2}
+}
+
+build() {
+  cd $srcdir/$_name-$pkgver
+  python3 setup.py build
+
+  cd $srcdir/$_name-$pkgver-py2
+  python2 setup.py build
+}
+
+package_python-cffi() {
+  depends=('python' 'python-pycparser')
+
+  cd $srcdir/$_name-$pkgver
+  python3 setup.py install --root=$pkgdir/ --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-cffi() {
+  depends=('python2' 'python2-pycparser')
+
+  cd $srcdir/$_name-$pkgver-py2
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}



[arch-commits] Commit in (4 files)

2014-03-13 Thread Felix Yan
Date: Friday, March 14, 2014 @ 04:46:20
  Author: fyan
Revision: 207735

add python-cryptography 0.2.2-1

- as dependency of pyopenssl

Added:
  python-cryptography/
  python-cryptography/repos/
  python-cryptography/trunk/
  python-cryptography/trunk/PKGBUILD

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

Added: python-cryptography/trunk/PKGBUILD
===
--- python-cryptography/trunk/PKGBUILD  (rev 0)
+++ python-cryptography/trunk/PKGBUILD  2014-03-14 03:46:20 UTC (rev 207735)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgbase=python-cryptography
+pkgname=('python-cryptography' 'python2-cryptography')
+pkgver=0.2.2
+pkgrel=1
+pkgdesc=A package designed to expose cryptographic recipes and primitives to 
Python developers
+arch=('i686' 'x86_64')
+license=('Apache')
+url=http://pypi.python.org/pypi/cryptography;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'python-cffi' 'python2-cffi')
+checkdepends=('python-pytest' 'python2-pytest')
+source=(http://pypi.python.org/packages/source/c/cryptography/cryptography-${pkgver}.tar.gz;)
+md5sums=('f002a442c8c5c7463bf8d2f11f6c3128')
+
+check() {
+   # Check python3 module
+   cd ${srcdir}/cryptography-${pkgver}
+   python3 setup.py test
+
+   # Check python2 module
+   cd ${srcdir}/cryptography-${pkgver}-python2
+   python2 setup.py test
+}
+ 
+prepare() {
+   cp -a cryptography-${pkgver}{,-python2}
+}
+
+build() {
+   # Build python 3 module
+   cd cryptography-${pkgver}
+   python3 setup.py build
+ 
+   # Build python 2 module
+   cd ../cryptography-${pkgver}-python2
+   python2 setup.py build
+}
+ 
+package_python-cryptography() {
+   depends=('python' 'python-six' 'python-cffi')
+ 
+   cd cryptography-${pkgver}
+   python3 setup.py install --root=${pkgdir} --optimize=1 --skip-build
+}
+ 
+package_python2-cryptography() {
+   depends=('python2' 'python2-six' 'python2-cffi')
+ 
+   cd ${srcdir}/cryptography-${pkgver}-python2
+   python2 setup.py install --root=${pkgdir} --optimize=1 --skip-build
+}


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


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

2014-03-13 Thread Felix Yan
Date: Friday, March 14, 2014 @ 04:47:23
  Author: fyan
Revision: 207736

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

Added:
  python-cryptography/repos/extra-i686/
  python-cryptography/repos/extra-i686/PKGBUILD
(from rev 207735, python-cryptography/trunk/PKGBUILD)
  python-cryptography/repos/extra-x86_64/
  python-cryptography/repos/extra-x86_64/PKGBUILD
(from rev 207735, python-cryptography/trunk/PKGBUILD)

---+
 extra-i686/PKGBUILD   |   53 
 extra-x86_64/PKGBUILD |   53 
 2 files changed, 106 insertions(+)

Copied: python-cryptography/repos/extra-i686/PKGBUILD (from rev 207735, 
python-cryptography/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-14 03:47:23 UTC (rev 207736)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgbase=python-cryptography
+pkgname=('python-cryptography' 'python2-cryptography')
+pkgver=0.2.2
+pkgrel=1
+pkgdesc=A package designed to expose cryptographic recipes and primitives to 
Python developers
+arch=('i686' 'x86_64')
+license=('Apache')
+url=http://pypi.python.org/pypi/cryptography;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'python-cffi' 'python2-cffi')
+checkdepends=('python-pytest' 'python2-pytest')
+source=(http://pypi.python.org/packages/source/c/cryptography/cryptography-${pkgver}.tar.gz;)
+md5sums=('f002a442c8c5c7463bf8d2f11f6c3128')
+
+check() {
+   # Check python3 module
+   cd ${srcdir}/cryptography-${pkgver}
+   python3 setup.py test
+
+   # Check python2 module
+   cd ${srcdir}/cryptography-${pkgver}-python2
+   python2 setup.py test
+}
+ 
+prepare() {
+   cp -a cryptography-${pkgver}{,-python2}
+}
+
+build() {
+   # Build python 3 module
+   cd cryptography-${pkgver}
+   python3 setup.py build
+ 
+   # Build python 2 module
+   cd ../cryptography-${pkgver}-python2
+   python2 setup.py build
+}
+ 
+package_python-cryptography() {
+   depends=('python' 'python-six' 'python-cffi')
+ 
+   cd cryptography-${pkgver}
+   python3 setup.py install --root=${pkgdir} --optimize=1 --skip-build
+}
+ 
+package_python2-cryptography() {
+   depends=('python2' 'python2-six' 'python2-cffi')
+ 
+   cd ${srcdir}/cryptography-${pkgver}-python2
+   python2 setup.py install --root=${pkgdir} --optimize=1 --skip-build
+}

Copied: python-cryptography/repos/extra-x86_64/PKGBUILD (from rev 207735, 
python-cryptography/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-03-14 03:47:23 UTC (rev 207736)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgbase=python-cryptography
+pkgname=('python-cryptography' 'python2-cryptography')
+pkgver=0.2.2
+pkgrel=1
+pkgdesc=A package designed to expose cryptographic recipes and primitives to 
Python developers
+arch=('i686' 'x86_64')
+license=('Apache')
+url=http://pypi.python.org/pypi/cryptography;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'python-cffi' 'python2-cffi')
+checkdepends=('python-pytest' 'python2-pytest')
+source=(http://pypi.python.org/packages/source/c/cryptography/cryptography-${pkgver}.tar.gz;)
+md5sums=('f002a442c8c5c7463bf8d2f11f6c3128')
+
+check() {
+   # Check python3 module
+   cd ${srcdir}/cryptography-${pkgver}
+   python3 setup.py test
+
+   # Check python2 module
+   cd ${srcdir}/cryptography-${pkgver}-python2
+   python2 setup.py test
+}
+ 
+prepare() {
+   cp -a cryptography-${pkgver}{,-python2}
+}
+
+build() {
+   # Build python 3 module
+   cd cryptography-${pkgver}
+   python3 setup.py build
+ 
+   # Build python 2 module
+   cd ../cryptography-${pkgver}-python2
+   python2 setup.py build
+}
+ 
+package_python-cryptography() {
+   depends=('python' 'python-six' 'python-cffi')
+ 
+   cd cryptography-${pkgver}
+   python3 setup.py install --root=${pkgdir} --optimize=1 --skip-build
+}
+ 
+package_python2-cryptography() {
+   depends=('python2' 'python2-six' 'python2-cffi')
+ 
+   cd ${srcdir}/cryptography-${pkgver}-python2
+   python2 setup.py install --root=${pkgdir} --optimize=1 --skip-build
+}



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

2014-03-13 Thread Felix Yan
Date: Friday, March 14, 2014 @ 04:58:04
  Author: fyan
Revision: 207737

upgpkg: pyopenssl 0.14-2

- fix dependency on cryptography and six, address FS#39388

Modified:
  pyopenssl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-14 03:47:23 UTC (rev 207736)
+++ PKGBUILD2014-03-14 03:58:04 UTC (rev 207737)
@@ -5,11 +5,11 @@
 pkgbase=pyopenssl
 pkgname=('python-pyopenssl' 'python2-pyopenssl')
 pkgver=0.14
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=http://pypi.python.org/pypi/pyOpenSSL;
 license=('LGPL2.1')
-makedepends=('python-setuptools' 'python2-setuptools' 'openssl')
+makedepends=('python-setuptools' 'python2-setuptools' 'openssl' 'python-six' 
'python2-six' 'python-cryptography' 'python2-cryptography')
 
source=(http://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-${pkgver}.tar.gz)
 md5sums=('8579ff3a1d858858acfba5f046a4ddf7')
 
@@ -28,7 +28,7 @@
 
 package_python-pyopenssl(){
 pkgdesc=Python3 wrapper module around the OpenSSL library
-depends=('python=3.3' 'openssl')
+depends=('python=3.3' 'openssl' 'python-six' 'python-cryptography')
 replaces=('pyopenssl')
 provides=('pyopenssl')
 conflicts=('pyopenssl')
@@ -39,7 +39,7 @@
 
 package_python2-pyopenssl(){
 pkgdesc=Python2 wrapper module around the OpenSSL library
-depends=('python2=2.7' 'openssl')
+depends=('python2=2.7' 'openssl' 'python2-six' 'python2-cryptography')
 
 cd ${srcdir}/pyOpenSSL-${pkgver}-python2
 python2 setup.py install --root ${pkgdir} --optimize=1



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

2014-03-13 Thread Felix Yan
Date: Friday, March 14, 2014 @ 04:59:15
  Author: fyan
Revision: 207738

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-14 03:58:04 UTC (rev 207737)
+++ extra-i686/PKGBUILD 2014-03-14 03:59:15 UTC (rev 207738)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biruib...@archlinux.org
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgbase=pyopenssl
-pkgname=('python-pyopenssl' 'python2-pyopenssl')
-pkgver=0.14
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://pypi.python.org/pypi/pyOpenSSL;
-license=('LGPL2.1')
-makedepends=('python-setuptools' 'python2-setuptools' 'openssl')
-source=(http://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-${pkgver}.tar.gz)
-md5sums=('8579ff3a1d858858acfba5f046a4ddf7')
-
-build() {
-cd ${srcdir}
-cp -a pyOpenSSL-${pkgver}{,-python2}
-
-#build python 3 module
-cd pyOpenSSL-${pkgver}
-python setup.py build
-
-#build python 2 module
-cd ../pyOpenSSL-${pkgver}-python2
-python2 setup.py build
-}
-
-package_python-pyopenssl(){
-pkgdesc=Python3 wrapper module around the OpenSSL library
-depends=('python=3.3' 'openssl')
-replaces=('pyopenssl')
-provides=('pyopenssl')
-conflicts=('pyopenssl')
-
-cd ${srcdir}/pyOpenSSL-${pkgver}
-python setup.py install --root ${pkgdir} --optimize=1
-}
-
-package_python2-pyopenssl(){
-pkgdesc=Python2 wrapper module around the OpenSSL library
-depends=('python2=2.7' 'openssl')
-
-cd ${srcdir}/pyOpenSSL-${pkgver}-python2
-python2 setup.py install --root ${pkgdir} --optimize=1
-}

Copied: pyopenssl/repos/extra-i686/PKGBUILD (from rev 207737, 
pyopenssl/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-14 03:59:15 UTC (rev 207738)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer : Ionut Biruib...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgbase=pyopenssl
+pkgname=('python-pyopenssl' 'python2-pyopenssl')
+pkgver=0.14
+pkgrel=2
+arch=('i686' 'x86_64')
+url=http://pypi.python.org/pypi/pyOpenSSL;
+license=('LGPL2.1')
+makedepends=('python-setuptools' 'python2-setuptools' 'openssl' 'python-six' 
'python2-six' 'python-cryptography' 'python2-cryptography')
+source=(http://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-${pkgver}.tar.gz)
+md5sums=('8579ff3a1d858858acfba5f046a4ddf7')
+
+build() {
+cd ${srcdir}
+cp -a pyOpenSSL-${pkgver}{,-python2}
+
+#build python 3 module
+cd pyOpenSSL-${pkgver}
+python setup.py build
+
+#build python 2 module
+cd ../pyOpenSSL-${pkgver}-python2
+python2 setup.py build
+}
+
+package_python-pyopenssl(){
+pkgdesc=Python3 wrapper module around the OpenSSL library
+depends=('python=3.3' 'openssl' 'python-six' 'python-cryptography')
+replaces=('pyopenssl')
+provides=('pyopenssl')
+conflicts=('pyopenssl')
+
+cd ${srcdir}/pyOpenSSL-${pkgver}
+python setup.py install --root ${pkgdir} --optimize=1
+}
+
+package_python2-pyopenssl(){
+pkgdesc=Python2 wrapper module around the OpenSSL library
+depends=('python2=2.7' 'openssl' 'python2-six' 'python2-cryptography')
+
+cd ${srcdir}/pyOpenSSL-${pkgver}-python2
+python2 setup.py install --root ${pkgdir} --optimize=1
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-03-14 03:58:04 UTC (rev 207737)
+++ extra-x86_64/PKGBUILD   2014-03-14 03:59:15 UTC (rev 207738)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biruib...@archlinux.org
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgbase=pyopenssl
-pkgname=('python-pyopenssl' 'python2-pyopenssl')
-pkgver=0.14
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://pypi.python.org/pypi/pyOpenSSL;
-license=('LGPL2.1')
-makedepends=('python-setuptools' 'python2-setuptools' 'openssl')
-source=(http://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-${pkgver}.tar.gz)
-md5sums=('8579ff3a1d858858acfba5f046a4ddf7')
-
-build() {
-cd ${srcdir}
-cp -a pyOpenSSL-${pkgver}{,-python2}
-
-#build python 3 module
-cd pyOpenSSL-${pkgver}
-python setup.py build
-
-#build python 2 module
-cd ../pyOpenSSL-${pkgver}-python2
-python2 setup.py build
-}
-

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

2014-03-13 Thread Connor Behan
Date: Friday, March 14, 2014 @ 05:12:40
  Author: cbehan
Revision: 107174

upgpkg: xulrunner 28.0-1

Plugin and gold issues were fixed

Modified:
  xulrunner/trunk/PKGBUILD
  xulrunner/trunk/mozconfig

---+
 PKGBUILD  |   18 --
 mozconfig |2 +-
 2 files changed, 9 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-14 00:16:07 UTC (rev 107173)
+++ PKGBUILD2014-03-14 04:12:40 UTC (rev 107174)
@@ -4,26 +4,24 @@
 # Contributor: Alexander Baldeck alexan...@archlinux.org
 
 pkgname=xulrunner
-pkgver=27.0
-pkgrel=2
+pkgver=28.0
+pkgrel=1
 pkgdesc=Mozilla Runtime Environment
 arch=('i686' 'x86_64')
 license=('MPL' 'GPL' 'LGPL')
-depends=('gtk2' 'mozilla-common' 'nss' 'libxt' 'hunspell' 
'startup-notification' 'mime-types' 'dbus-glib' 'alsa-lib' 'libevent' 'libvpx' 
'python2')
+depends=('gtk2' 'mozilla-common' 'nss' 'libxt' 'hunspell' 
'startup-notification' 'mime-types' 'dbus-glib' 'libpulse' 'libevent' 'libvpx' 
'python2')
 makedepends=('zip' 'unzip' 'pkg-config' 'diffutils' 'yasm' 'mesa' 
'autoconf2.13' 'gstreamer0.10-base')
 url=http://wiki.mozilla.org/XUL:Xul_Runner;
 
source=(ftp://ftp.mozilla.org/pub/mozilla.org/xulrunner/releases/$pkgver/source/xulrunner-$pkgver.source.tar.bz2
 mozconfig
 mozilla-pkgconfig.patch
-shared-libs.patch
-unbreak-plugin-build.patch)
+shared-libs.patch)
 options=('!emptydirs' '!makeflags' 'staticlibs')
 replaces=('xulrunner-oss')
-sha256sums=('4f6125c053e12c4ac3317b075e289b10ce470dd90ed6fc43c4572bf1acc64981'
-'8455f7bc00e8ad6e69bba43171083c778420a8b1c566347ed5381ae9cf98191a'
+sha256sums=('6eacdc549c252da57d1f51a363ad8c7e62f09ec8c796e8eb69ddb3e1008df7af'
+'38f1f7a49a03b67a6b96bb696640a28fd20b42f6e45a27a81d25d66fd0148e4e'
 '23485d937035648add27a7657f6934dc5b295e886cdb0506eebd02a43d07f269'
-'e2b4a00d14f4ba69c62b3f9ef9908263fbab179ba8004197cbc67edbd916fdf1'
-'94eef5c52868bf306017898b424f41b124fa39b70dbc8f2bc1c18d9f1c042752')
+   'e2b4a00d14f4ba69c62b3f9ef9908263fbab179ba8004197cbc67edbd916fdf1')
 
 prepare() {
   cd $srcdir/mozilla-release
@@ -32,7 +30,7 @@
   #fix libdir/sdkdir - fedora
   patch -Np1 -i ../mozilla-pkgconfig.patch
   patch -Np1 -i ../shared-libs.patch
-  patch -Np1 -i ../unbreak-plugin-build.patch
+  #patch -Np1 -i ../unbreak-plugin-build.patch
 
   # WebRTC build tries to execute python and expects Python 2
   # Workaround taken from chromium PKGBUILD

Modified: mozconfig
===
--- mozconfig   2014-03-14 00:16:07 UTC (rev 107173)
+++ mozconfig   2014-03-14 04:12:40 UTC (rev 107174)
@@ -28,4 +28,4 @@
 ac_add_options --disable-installer
 
 # https://bugzilla.mozilla.org/show_bug.cgi?id=955876
-ac_add_options --enable-release
+#ac_add_options --enable-release



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

2014-03-13 Thread Connor Behan
Date: Friday, March 14, 2014 @ 05:14:05
  Author: cbehan
Revision: 107175

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

Added:
  xulrunner/repos/community-i686/PKGBUILD
(from rev 107174, xulrunner/trunk/PKGBUILD)
  xulrunner/repos/community-i686/freetype-headers.patch
(from rev 107174, xulrunner/trunk/freetype-headers.patch)
  xulrunner/repos/community-i686/mozconfig
(from rev 107174, xulrunner/trunk/mozconfig)
  xulrunner/repos/community-i686/mozilla-pkgconfig.patch
(from rev 107174, xulrunner/trunk/mozilla-pkgconfig.patch)
  xulrunner/repos/community-i686/shared-libs.patch
(from rev 107174, xulrunner/trunk/shared-libs.patch)
  xulrunner/repos/community-i686/unbreak-plugin-build.patch
(from rev 107174, xulrunner/trunk/unbreak-plugin-build.patch)
  xulrunner/repos/community-x86_64/PKGBUILD
(from rev 107174, xulrunner/trunk/PKGBUILD)
  xulrunner/repos/community-x86_64/freetype-headers.patch
(from rev 107174, xulrunner/trunk/freetype-headers.patch)
  xulrunner/repos/community-x86_64/mozconfig
(from rev 107174, xulrunner/trunk/mozconfig)
  xulrunner/repos/community-x86_64/mozilla-pkgconfig.patch
(from rev 107174, xulrunner/trunk/mozilla-pkgconfig.patch)
  xulrunner/repos/community-x86_64/shared-libs.patch
(from rev 107174, xulrunner/trunk/shared-libs.patch)
  xulrunner/repos/community-x86_64/unbreak-plugin-build.patch
(from rev 107174, xulrunner/trunk/unbreak-plugin-build.patch)
Deleted:
  xulrunner/repos/community-i686/PKGBUILD
  xulrunner/repos/community-i686/freetype-headers.patch
  xulrunner/repos/community-i686/mozconfig
  xulrunner/repos/community-i686/mozilla-pkgconfig.patch
  xulrunner/repos/community-i686/shared-libs.patch
  xulrunner/repos/community-i686/unbreak-plugin-build.patch
  xulrunner/repos/community-x86_64/PKGBUILD
  xulrunner/repos/community-x86_64/freetype-headers.patch
  xulrunner/repos/community-x86_64/mozconfig
  xulrunner/repos/community-x86_64/mozilla-pkgconfig.patch
  xulrunner/repos/community-x86_64/shared-libs.patch
  xulrunner/repos/community-x86_64/unbreak-plugin-build.patch

-+
 /PKGBUILD   |  146 
 /freetype-headers.patch |  132 ++
 /mozconfig  |   62 ++
 /mozilla-pkgconfig.patch|   80 +
 /shared-libs.patch  |   24 
 /unbreak-plugin-build.patch |  152 ++
 community-i686/PKGBUILD |   75 
 community-i686/freetype-headers.patch   |   66 ---
 community-i686/mozconfig|   31 -
 community-i686/mozilla-pkgconfig.patch  |   40 --
 community-i686/shared-libs.patch|   12 --
 community-i686/unbreak-plugin-build.patch   |   76 -
 community-x86_64/PKGBUILD   |   75 
 community-x86_64/freetype-headers.patch |   66 ---
 community-x86_64/mozconfig  |   31 -
 community-x86_64/mozilla-pkgconfig.patch|   40 --
 community-x86_64/shared-libs.patch  |   12 --
 community-x86_64/unbreak-plugin-build.patch |   76 -
 18 files changed, 596 insertions(+), 600 deletions(-)

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


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

2014-03-13 Thread Jan Steffens
Date: Friday, March 14, 2014 @ 05:20:04
  Author: heftig
Revision: 207739

FS#39400 libsm dep

Modified:
  libcryptui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-14 03:59:15 UTC (rev 207738)
+++ PKGBUILD2014-03-14 04:20:04 UTC (rev 207739)
@@ -4,12 +4,12 @@
 
 pkgname=libcryptui
 pkgver=3.10.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Library for OpenPGP prompts
 arch=('i686' 'x86_64')
 url=http://git.gnome.org/browse/libcryptui/;
 license=('GPL')
-depends=('gtk3' 'gpgme' 'dbus-glib' 'libnotify' 'libgnome-keyring' 'dconf')
+depends=('gtk3' 'gpgme' 'dbus-glib' 'libnotify' 'libgnome-keyring' 'dconf' 
'libsm')
 makedepends=('intltool' 'gobject-introspection')
 install=$pkgname.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)



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

2014-03-13 Thread Jan Steffens
Date: Friday, March 14, 2014 @ 05:21:04
  Author: heftig
Revision: 207740

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

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

-+
 /PKGBUILD   |   60 ++
 /libcryptui.install |   22 +
 extra-i686/PKGBUILD |   30 ---
 extra-i686/libcryptui.install   |   11 --
 extra-x86_64/PKGBUILD   |   30 ---
 extra-x86_64/libcryptui.install |   11 --
 6 files changed, 82 insertions(+), 82 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-14 04:20:04 UTC (rev 207739)
+++ extra-i686/PKGBUILD 2014-03-14 04:21:04 UTC (rev 207740)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Balló György ballogyor+arch at gmail dot com
-
-pkgname=libcryptui
-pkgver=3.10.1
-pkgrel=1
-pkgdesc=Library for OpenPGP prompts
-arch=('i686' 'x86_64')
-url=http://git.gnome.org/browse/libcryptui/;
-license=('GPL')
-depends=('gtk3' 'gpgme' 'dbus-glib' 'libnotify' 'libgnome-keyring' 'dconf')
-makedepends=('intltool' 'gobject-introspection')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5e3e82e647ac4fb74ed46b4fffbf89e80198f856e1509f5edcd47dd2751a4be0')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-}

Copied: libcryptui/repos/extra-i686/PKGBUILD (from rev 207739, 
libcryptui/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-14 04:21:04 UTC (rev 207740)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Balló György ballogyor+arch at gmail dot com
+
+pkgname=libcryptui
+pkgver=3.10.1
+pkgrel=2
+pkgdesc=Library for OpenPGP prompts
+arch=('i686' 'x86_64')
+url=http://git.gnome.org/browse/libcryptui/;
+license=('GPL')
+depends=('gtk3' 'gpgme' 'dbus-glib' 'libnotify' 'libgnome-keyring' 'dconf' 
'libsm')
+makedepends=('intltool' 'gobject-introspection')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5e3e82e647ac4fb74ed46b4fffbf89e80198f856e1509f5edcd47dd2751a4be0')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+}

Deleted: extra-i686/libcryptui.install
===
--- extra-i686/libcryptui.install   2014-03-14 04:20:04 UTC (rev 207739)
+++ extra-i686/libcryptui.install   2014-03-14 04:21:04 UTC (rev 207740)
@@ -1,11 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: libcryptui/repos/extra-i686/libcryptui.install (from rev 207739, 
libcryptui/trunk/libcryptui.install)
===
--- extra-i686/libcryptui.install   (rev 0)
+++ extra-i686/libcryptui.install   2014-03-14 04:21:04 UTC (rev 207740)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-03-14 04:20:04 UTC (rev 207739)
+++ extra-x86_64/PKGBUILD   2014-03-14 04:21:04 UTC (rev 207740)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Balló György ballogyor+arch at gmail dot com
-
-pkgname=libcryptui
-pkgver=3.10.1
-pkgrel=1
-pkgdesc=Library for OpenPGP prompts
-arch=('i686' 'x86_64')
-url=http://git.gnome.org/browse/libcryptui/;

[arch-commits] Commit in (4 files)

2014-03-13 Thread Felix Yan
Date: Friday, March 14, 2014 @ 05:40:47
  Author: fyan
Revision: 107176

addpkg python-pretend 1.0.8-1

- as checkdepend of python-cryptography

Added:
  python-pretend/
  python-pretend/repos/
  python-pretend/trunk/
  python-pretend/trunk/PKGBUILD

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

Added: python-pretend/trunk/PKGBUILD
===
--- python-pretend/trunk/PKGBUILD   (rev 0)
+++ python-pretend/trunk/PKGBUILD   2014-03-14 04:40:47 UTC (rev 107176)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgbase=python-pretend
+pkgname=('python-pretend' 'python2-pretend')
+pkgver=1.0.8
+pkgrel=1
+pkgdesc=A library for stubbing in Python
+arch=('any')
+license=('BSD')
+url=https://github.com/alex/pretend;
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/p/pretend/pretend-$pkgver.tar.gz;)
+
+prepare() {
+  cp -r pretend-${pkgver}{,-py2}
+}
+
+package_python-pretend() {
+  depends=('python')
+
+  cd pretend-${pkgver}
+  python setup.py install --root=${pkgdir} --optimize=1
+  install -D -m644 LICENSE.rst 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.rst
+}
+
+package_python2-pretend() {
+  depends=('python2')
+
+  cd pretend-${pkgver}-py2
+  python2 setup.py install --root=${pkgdir} --optimize=1
+  install -D -m644 LICENSE.rst 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.rst
+}
+
+sha512sums=('25011216947289d340fb979ebc9e2c7f000571f006cf5ce15f10ff0e013164e4329a3a66933d202acf8ced498929cf9e5a2a3666aafa00f78348400615c5cec8')


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


  1   2   >