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

2014-07-14 Thread Felix Yan
Date: Monday, July 14, 2014 @ 08:09:16
  Author: fyan
Revision: 115670

upgpkg: aria2 1.18.6-1

Modified:
  aria2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-14 05:42:47 UTC (rev 115669)
+++ PKGBUILD2014-07-14 06:09:16 UTC (rev 115670)
@@ -7,7 +7,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=aria2
-pkgver=1.18.5
+pkgver=1.18.6
 pkgrel=1
 pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates')
 checkdepends=('cppunit')
 source=(http://downloads.sourceforge.net/aria2/aria2-$pkgver.tar.xz)
-sha256sums=('90a15959498673ebe6a964f8f9fe840f4adbb0a1904a9810cd7da6743c0b619b')
+sha256sums=('b9890e1d353e76a87bf94dc8a810586f4b7899130603599dd1227ed0c19e0d74')
 
 build() {
   cd $pkgname-$pkgver



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

2014-07-14 Thread Felix Yan
Date: Monday, July 14, 2014 @ 08:09:49
  Author: fyan
Revision: 115671

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-14 06:09:16 UTC (rev 115670)
+++ community-i686/PKGBUILD 2014-07-14 06:09:49 UTC (rev 115671)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=aria2
-pkgver=1.18.5
-pkgrel=1
-pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
-arch=('i686' 'x86_64')
-url='http://aria2.sourceforge.net/'
-license=('GPL')
-depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates')
-checkdepends=('cppunit')
-source=(http://downloads.sourceforge.net/aria2/aria2-$pkgver.tar.xz)
-sha256sums=('90a15959498673ebe6a964f8f9fe840f4adbb0a1904a9810cd7da6743c0b619b')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # add bash completion
-  install -d $pkgdir/usr/share/bash-completion/completions
-  install -m644 $pkgdir/usr/share/doc/aria2/bash_completion/aria2c \
-$pkgdir/usr/share/bash-completion/completions
-  rm -rf $pkgdir/usr/share/doc/aria2/bash_completion
-}

Copied: aria2/repos/community-i686/PKGBUILD (from rev 115670, 
aria2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-14 06:09:49 UTC (rev 115671)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=aria2
+pkgver=1.18.6
+pkgrel=1
+pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
+arch=('i686' 'x86_64')
+url='http://aria2.sourceforge.net/'
+license=('GPL')
+depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates')
+checkdepends=('cppunit')
+source=(http://downloads.sourceforge.net/aria2/aria2-$pkgver.tar.xz)
+sha256sums=('b9890e1d353e76a87bf94dc8a810586f4b7899130603599dd1227ed0c19e0d74')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # add bash completion
+  install -d $pkgdir/usr/share/bash-completion/completions
+  install -m644 $pkgdir/usr/share/doc/aria2/bash_completion/aria2c \
+$pkgdir/usr/share/bash-completion/completions
+  rm -rf $pkgdir/usr/share/doc/aria2/bash_completion
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-14 06:09:16 UTC (rev 115670)
+++ community-x86_64/PKGBUILD   2014-07-14 06:09:49 UTC (rev 115671)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=aria2
-pkgver=1.18.5
-pkgrel=1
-pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
-arch=('i686' 'x86_64')
-url='http://aria2.sourceforge.net/'
-license=('GPL')
-depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates')
-checkdepends=('cppunit')
-source=(http://downloads.sourceforge.net/aria2/aria2-$pkgver.tar.xz)
-sha256sums=('90a15959498673ebe6a964f8f9fe840f4adbb0a1904a9810cd7da6743c0b619b')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
-

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

2014-07-14 Thread Thomas Dziedzic
Date: Monday, July 14, 2014 @ 08:25:55
  Author: td123
Revision: 216876

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

Added:
  ghc/repos/staging-i686/PKGBUILD
(from rev 216874, ghc/trunk/PKGBUILD)
  ghc/repos/staging-i686/build.mk
(from rev 216874, ghc/trunk/build.mk)
  ghc/repos/staging-i686/ghc
(from rev 216874, ghc/trunk/ghc)
  ghc/repos/staging-i686/ghc.install
(from rev 216874, ghc/trunk/ghc.install)
  ghc/repos/staging-i686/print-provides-replaces.sh
(from rev 216874, ghc/trunk/print-provides-replaces.sh)
  ghc/repos/staging-x86_64/PKGBUILD
(from rev 216874, ghc/trunk/PKGBUILD)
  ghc/repos/staging-x86_64/build.mk
(from rev 216874, ghc/trunk/build.mk)
  ghc/repos/staging-x86_64/ghc
(from rev 216875, ghc/trunk/ghc)
  ghc/repos/staging-x86_64/ghc.install
(from rev 216875, ghc/trunk/ghc.install)
  ghc/repos/staging-x86_64/print-provides-replaces.sh
(from rev 216875, ghc/trunk/print-provides-replaces.sh)
Deleted:
  ghc/repos/staging-i686/PKGBUILD
  ghc/repos/staging-i686/build.mk
  ghc/repos/staging-i686/ghc
  ghc/repos/staging-i686/ghc.install
  ghc/repos/staging-i686/print-provides-replaces.sh
  ghc/repos/staging-x86_64/PKGBUILD
  ghc/repos/staging-x86_64/build.mk
  ghc/repos/staging-x86_64/ghc
  ghc/repos/staging-x86_64/ghc.install
  ghc/repos/staging-x86_64/print-provides-replaces.sh

---+
 /PKGBUILD |  298 
 /build.mk |  400 
 /ghc  |   20 +
 /ghc.install  |   20 +
 /print-provides-replaces.sh   |   84 +
 staging-i686/PKGBUILD |  142 -
 staging-i686/build.mk |  200 --
 staging-i686/ghc  |   10 
 staging-i686/ghc.install  |   10 
 staging-i686/print-provides-replaces.sh   |   47 ---
 staging-x86_64/PKGBUILD   |  142 -
 staging-x86_64/build.mk   |  200 --
 staging-x86_64/ghc|   10 
 staging-x86_64/ghc.install|   10 
 staging-x86_64/print-provides-replaces.sh |   47 ---
 15 files changed, 822 insertions(+), 818 deletions(-)

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


[arch-commits] Commit in ghc/trunk (PKGBUILD print-provides-replaces.sh)

2014-07-14 Thread Thomas Dziedzic
Date: Monday, July 14, 2014 @ 08:24:51
  Author: td123
Revision: 216874

upgpkg: ghc 7.8.3-2

add missing provides due to ticket https://ghc.haskell.org/trac/ghc/ticket/8919 
getting fixed

Modified:
  ghc/trunk/PKGBUILD
  ghc/trunk/print-provides-replaces.sh

+
 PKGBUILD   |9 -
 print-provides-replaces.sh |5 -
 2 files changed, 8 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-14 04:25:18 UTC (rev 216873)
+++ PKGBUILD2014-07-14 06:24:51 UTC (rev 216874)
@@ -11,7 +11,7 @@
 
 pkgname=ghc
 pkgver=7.8.3
-pkgrel=1
+pkgrel=2
 pkgdesc='The Glasgow Haskell Compiler'
 arch=('i686' 'x86_64')
 url='http://www.haskell.org/ghc/'
@@ -45,6 +45,10 @@
   'haskell-transformers=0.3.0.0'
   'haskell-unix=2.7.0.1'
   'haskell-cabal=1.18.1.3'
+  'ghc=7.8.3-1'
+  'haskell-haskeline=0.7.1.2'
+  'haskell-terminfo=0.4.0.0'
+  'haskell-xhtml=3000.2.1'
  )
 replaces=('haskell-array'
   'haskell-base'
@@ -70,6 +74,9 @@
   'haskell-transformers'
   'haskell-unix'
   'haskell-cabal'
+  'haskell-haskeline'
+  'haskell-terminfo'
+  'haskell-xhtml'
  )
 source=(http://www.haskell.org/ghc/dist/${pkgver}/ghc-${pkgver}-src.tar.xz;
 
http://www.haskell.org/ghc/dist/${pkgver}/ghc-${pkgver}-testsuite.tar.xz;

Modified: print-provides-replaces.sh
===
--- print-provides-replaces.sh  2014-07-14 04:25:18 UTC (rev 216873)
+++ print-provides-replaces.sh  2014-07-14 06:24:51 UTC (rev 216874)
@@ -12,11 +12,6 @@
 exclude['Win32']=1
 # no integer-simple because we use integer-gmp
 exclude['integer-simple']=1
-# the rest are installed as dependencies of ghc and some shouldn't even be 
installed!
-# https://ghc.haskell.org/trac/ghc/ticket/8919
-exclude['haskeline']=1
-exclude['terminfo']=1
-exclude['xhtml']=1
 # extract excluded libraries from ghc.mk
 for exclude_pkg in $(sed 's/PKGS_THAT_ARE_INTREE_ONLY := //p' -n 
src/ghc-${pkgver}/ghc.mk); do
   exclude[${exclude_pkg}]=1



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

2014-07-14 Thread Laurent Carlier
Date: Monday, July 14, 2014 @ 09:16:56
  Author: lcarlier
Revision: 115672

upgpkg: lib32-libdbus 1.8.6-1

upstream update 1.8.6

Modified:
  lib32-libdbus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-14 06:09:49 UTC (rev 115671)
+++ PKGBUILD2014-07-14 07:16:56 UTC (rev 115672)
@@ -3,7 +3,7 @@
 
 pkgname=lib32-libdbus
 _pkgbasename=libdbus
-pkgver=1.8.4
+pkgver=1.8.6
 pkgrel=1
 pkgdesc=DBus library (32-bit)
 arch=('x86_64')
@@ -15,7 +15,7 @@
 conflicts=('lib32-dbus-core' 'lib32-dbus')
 replaces=('lib32-dbus-core' 'lib32-dbus')
 source=(http://dbus.freedesktop.org/releases/dbus/dbus-${pkgver}.tar.gz)
-md5sums=('4717cb8ab5b80978fcadf2b4f2f72e1b')
+md5sums=('6a08ba555d340e9dfe2d623b83c0eea8')
 
 build() {
 export CC=gcc -m32



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

2014-07-14 Thread Laurent Carlier
Date: Monday, July 14, 2014 @ 09:17:04
  Author: lcarlier
Revision: 115673

archrelease: copy trunk to multilib-x86_64

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

--+
 PKGBUILD |   94 ++---
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-14 07:16:56 UTC (rev 115672)
+++ PKGBUILD2014-07-14 07:17:04 UTC (rev 115673)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-
-pkgname=lib32-libdbus
-_pkgbasename=libdbus
-pkgver=1.8.4
-pkgrel=1
-pkgdesc=DBus library (32-bit)
-arch=('x86_64')
-url=http://www.freedesktop.org/Software/dbus;
-license=('GPL' 'custom')
-depends=('lib32-glibc' 'lib32-expat' 'libdbus')
-makedepends=('gcc-multilib' 'lib32-libx11')
-provides=('lib32-dbus-core' 'lib32-dbus')
-conflicts=('lib32-dbus-core' 'lib32-dbus')
-replaces=('lib32-dbus-core' 'lib32-dbus')
-source=(http://dbus.freedesktop.org/releases/dbus/dbus-${pkgver}.tar.gz)
-md5sums=('4717cb8ab5b80978fcadf2b4f2f72e1b')
-
-build() {
-export CC=gcc -m32
-export CXX=g++ -m32
-export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-cd ${srcdir}/dbus-${pkgver}
-
-./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libdir=/usr/lib32 \
---libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=81 \
---with-system-pid-file=/run/dbus.pid \
---with-console-auth-dir=/run/console/ \
---enable-inotify --disable-dnotify \
---disable-verbose-mode --disable-static \
---disable-tests --disable-asserts --disable-systemd
-
-make
-}
-
-package() {
-cd ${srcdir}/dbus-${pkgver}
-make DESTDIR=${pkgdir} install
-
-rm -rf ${pkgdir}/usr/{bin,include,lib,share}
-rm -rf ${pkgdir}/{etc,var}
-
-mkdir -p ${pkgdir}/usr/share/licenses
-ln -s ${_pkgbasename} ${pkgdir}/usr/share/licenses/${pkgname}
-}

Copied: lib32-libdbus/repos/multilib-x86_64/PKGBUILD (from rev 115672, 
lib32-libdbus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-14 07:17:04 UTC (rev 115673)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+
+pkgname=lib32-libdbus
+_pkgbasename=libdbus
+pkgver=1.8.6
+pkgrel=1
+pkgdesc=DBus library (32-bit)
+arch=('x86_64')
+url=http://www.freedesktop.org/Software/dbus;
+license=('GPL' 'custom')
+depends=('lib32-glibc' 'lib32-expat' 'libdbus')
+makedepends=('gcc-multilib' 'lib32-libx11')
+provides=('lib32-dbus-core' 'lib32-dbus')
+conflicts=('lib32-dbus-core' 'lib32-dbus')
+replaces=('lib32-dbus-core' 'lib32-dbus')
+source=(http://dbus.freedesktop.org/releases/dbus/dbus-${pkgver}.tar.gz)
+md5sums=('6a08ba555d340e9dfe2d623b83c0eea8')
+
+build() {
+export CC=gcc -m32
+export CXX=g++ -m32
+export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+cd ${srcdir}/dbus-${pkgver}
+
+./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libdir=/usr/lib32 \
+--libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=81 \
+--with-system-pid-file=/run/dbus.pid \
+--with-console-auth-dir=/run/console/ \
+--enable-inotify --disable-dnotify \
+--disable-verbose-mode --disable-static \
+--disable-tests --disable-asserts --disable-systemd
+
+make
+}
+
+package() {
+cd ${srcdir}/dbus-${pkgver}
+make DESTDIR=${pkgdir} install
+
+rm -rf ${pkgdir}/usr/{bin,include,lib,share}
+rm -rf ${pkgdir}/{etc,var}
+
+mkdir -p ${pkgdir}/usr/share/licenses
+ln -s ${_pkgbasename} ${pkgdir}/usr/share/licenses/${pkgname}
+}



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

2014-07-14 Thread Felix Yan
Date: Monday, July 14, 2014 @ 10:09:27
  Author: fyan
Revision: 115674

upgpkg: lib32-flashplugin 11.2.202.394-1

Modified:
  lib32-flashplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-14 07:17:04 UTC (rev 115673)
+++ PKGBUILD2014-07-14 08:09:27 UTC (rev 115674)
@@ -3,7 +3,7 @@
 
 pkgname=lib32-flashplugin
 _licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
-pkgver=11.2.202.378
+pkgver=11.2.202.394
 pkgrel=1
 license=('custom')
 pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
@@ -13,7 +13,7 @@
 #optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
 options=(!strip)
 
source=(flash_player-$pkgver.i386.tar.gz::http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz;)
-md5sums=('c9d92d88e21b8ecacf284efab5c12477')
+md5sums=('57763cc8146afffc5a85bb4b53a0a1f9')
 
 package() {
   install -Dm644 ${srcdir}/libflashplayer.so 
${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so



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

2014-07-14 Thread Felix Yan
Date: Monday, July 14, 2014 @ 10:14:08
  Author: fyan
Revision: 115677

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-14 08:13:50 UTC (rev 115676)
+++ PKGBUILD2014-07-14 08:14:08 UTC (rev 115677)
@@ -1,37 +0,0 @@
-# Maintainer: Florian Pritz bluew...@xinu.at
-
-_pkgbasename=harfbuzz
-pkgname=lib32-$_pkgbasename
-pkgver=0.9.29
-pkgrel=1
-pkgdesc=OpenType text shaping engine. (32-bit)
-arch=('x86_64')
-url=http://www.freedesktop.org/wiki/Software/HarfBuzz;
-license=('MIT')
-depends=('lib32-icu' 'lib32-glib2' 'lib32-freetype2' $_pkgbasename)
-makedepends=('gcc-multilib')
-source=(http://www.freedesktop.org/software/harfbuzz/release/${_pkgbasename}-${pkgver}.tar.bz2)
-sha256sums=('601cea38c6fa0cf362dd9042c66cf4db711c5f9390de4ca46d6d2fc3f64de390')
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  # work around autogen.sh requiring ragel
-  autoreconf --force --install --verbose
-  ./configure --prefix=/usr --libdir=/usr/lib32 --disable-silent-rules 
--with-graphite2=no --without-cairo
-  make
-}
-
-package() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  rm -rf ${pkgdir}/usr/{include,share,bin}
-  mkdir -p $pkgdir/usr/share/licenses
-  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
-}

Copied: lib32-harfbuzz/repos/multilib-x86_64/PKGBUILD (from rev 115676, 
lib32-harfbuzz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-14 08:14:08 UTC (rev 115677)
@@ -0,0 +1,37 @@
+# Maintainer: Florian Pritz bluew...@xinu.at
+
+_pkgbasename=harfbuzz
+pkgname=lib32-$_pkgbasename
+pkgver=0.9.30
+pkgrel=1
+pkgdesc=OpenType text shaping engine. (32-bit)
+arch=('x86_64')
+url=http://www.freedesktop.org/wiki/Software/HarfBuzz;
+license=('MIT')
+depends=('lib32-icu' 'lib32-glib2' 'lib32-freetype2' $_pkgbasename)
+makedepends=('gcc-multilib')
+source=(http://www.freedesktop.org/software/harfbuzz/release/${_pkgbasename}-${pkgver}.tar.bz2)
+sha256sums=('fa873f9fe4a5ad4f7beb524475e13a5a8729d7414d2bc64a557c0d5651d58586')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  # work around autogen.sh requiring ragel
+  autoreconf --force --install --verbose
+  ./configure --prefix=/usr --libdir=/usr/lib32 --disable-silent-rules 
--with-graphite2=no --without-cairo
+  make
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  rm -rf ${pkgdir}/usr/{include,share,bin}
+  mkdir -p $pkgdir/usr/share/licenses
+  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
+}



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

2014-07-14 Thread Felix Yan
Date: Monday, July 14, 2014 @ 10:13:50
  Author: fyan
Revision: 115676

upgpkg: lib32-harfbuzz 0.9.30-1

Modified:
  lib32-harfbuzz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-14 08:09:45 UTC (rev 115675)
+++ PKGBUILD2014-07-14 08:13:50 UTC (rev 115676)
@@ -2,7 +2,7 @@
 
 _pkgbasename=harfbuzz
 pkgname=lib32-$_pkgbasename
-pkgver=0.9.29
+pkgver=0.9.30
 pkgrel=1
 pkgdesc=OpenType text shaping engine. (32-bit)
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('lib32-icu' 'lib32-glib2' 'lib32-freetype2' $_pkgbasename)
 makedepends=('gcc-multilib')
 
source=(http://www.freedesktop.org/software/harfbuzz/release/${_pkgbasename}-${pkgver}.tar.bz2)
-sha256sums=('601cea38c6fa0cf362dd9042c66cf4db711c5f9390de4ca46d6d2fc3f64de390')
+sha256sums=('fa873f9fe4a5ad4f7beb524475e13a5a8729d7414d2bc64a557c0d5651d58586')
 
 build() {
   export CC=gcc -m32



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

2014-07-14 Thread Felix Yan
Date: Monday, July 14, 2014 @ 10:09:45
  Author: fyan
Revision: 115675

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-14 08:09:27 UTC (rev 115674)
+++ PKGBUILD2014-07-14 08:09:45 UTC (rev 115675)
@@ -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.378
-pkgrel=1
-license=('custom')
-pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
-url=http://get.adobe.com/flashplayer;
-arch=('x86_64')
-depends=('mozilla-common' 'lib32-libxt' 'lib32-gtk2' 'lib32-nss' 'lib32-curl' 
'lib32-alsa-lib')
-#optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
-options=(!strip)
-source=(flash_player-$pkgver.i386.tar.gz::http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz;)
-md5sums=('c9d92d88e21b8ecacf284efab5c12477')
-
-package() {
-  install -Dm644 ${srcdir}/libflashplayer.so 
${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so
-  install -d $pkgdir/usr/share/licenses
-  ln -s ${pkgname#*-} $pkgdir/usr/share/licenses/$pkgname
-}

Copied: lib32-flashplugin/repos/multilib-x86_64/PKGBUILD (from rev 115674, 
lib32-flashplugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-14 08:09:45 UTC (rev 115675)
@@ -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.394
+pkgrel=1
+license=('custom')
+pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
+url=http://get.adobe.com/flashplayer;
+arch=('x86_64')
+depends=('mozilla-common' 'lib32-libxt' 'lib32-gtk2' 'lib32-nss' 'lib32-curl' 
'lib32-alsa-lib')
+#optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
+options=(!strip)
+source=(flash_player-$pkgver.i386.tar.gz::http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz;)
+md5sums=('57763cc8146afffc5a85bb4b53a0a1f9')
+
+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 playonlinux/trunk (PKGBUILD)

2014-07-14 Thread Laurent Carlier
Date: Monday, July 14, 2014 @ 10:17:18
  Author: lcarlier
Revision: 115678

upgpkg: playonlinux 4.2.3-1

upstream update 4.2.3

Modified:
  playonlinux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-14 08:14:08 UTC (rev 115677)
+++ PKGBUILD2014-07-14 08:17:18 UTC (rev 115678)
@@ -3,8 +3,8 @@
 # Contributor: Skunnyk skun...@archlinux.fr
 
 pkgname=playonlinux
-pkgver=4.2.2
-pkgrel=2
+pkgver=4.2.3
+pkgrel=1
 pkgdesc=GUI for managing Windows programs under linux
 url=http://www.playonlinux.com/;
 license=('GPL')
@@ -11,11 +11,9 @@
 depends=('wine' 'imagemagick' 'xterm' 'wxpython2.8' 'cabextract' 'unzip' 
'mesa-demos' 'gnupg'
  'icoutils' 'xdg-user-dirs' 'libxmu' 'netcat' 'wget' 'p7zip')
 arch=('any')
-source=(http://www.playonlinux.com/script_files/PlayOnLinux/${pkgver/.0/}/PlayOnLinux_${pkgver/.0/}.tar.gz
-PlayOnLinux.desktop)
+source=(http://www.playonlinux.com/script_files/PlayOnLinux/${pkgver/.0/}/PlayOnLinux_${pkgver/.0/}.tar.gz)
 options=(!strip)
-md5sums=('d038bfcadb2626bcd429746afa984831'
- 'c35b61fb168c4ef7740ad113996ea359')
+md5sums=('59af4896c164442a3897520f8a83edc2')
 
 package() {
   cd $srcdir/$pkgname



[arch-commits] Commit in playonlinux/repos/community-any (3 files)

2014-07-14 Thread Laurent Carlier
Date: Monday, July 14, 2014 @ 10:17:26
  Author: lcarlier
Revision: 115679

archrelease: copy trunk to community-any

Added:
  playonlinux/repos/community-any/PKGBUILD
(from rev 115678, playonlinux/trunk/PKGBUILD)
Deleted:
  playonlinux/repos/community-any/PKGBUILD
  playonlinux/repos/community-any/PlayOnLinux.desktop

-+
 PKGBUILD|   69 +++---
 PlayOnLinux.desktop |   12 
 2 files changed, 33 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-14 08:17:18 UTC (rev 115678)
+++ PKGBUILD2014-07-14 08:17:26 UTC (rev 115679)
@@ -1,36 +0,0 @@
-# Maintainer: Laurent Carlier lordhea...@gmail.com
-# Contributor: K. Hampf kha...@users.sourceforge.net
-# Contributor: Skunnyk skun...@archlinux.fr
-
-pkgname=playonlinux
-pkgver=4.2.2
-pkgrel=2
-pkgdesc=GUI for managing Windows programs under linux
-url=http://www.playonlinux.com/;
-license=('GPL')
-depends=('wine' 'imagemagick' 'xterm' 'wxpython2.8' 'cabextract' 'unzip' 
'mesa-demos' 'gnupg'
- 'icoutils' 'xdg-user-dirs' 'libxmu' 'netcat' 'wget' 'p7zip')
-arch=('any')
-source=(http://www.playonlinux.com/script_files/PlayOnLinux/${pkgver/.0/}/PlayOnLinux_${pkgver/.0/}.tar.gz
-PlayOnLinux.desktop)
-options=(!strip)
-md5sums=('d038bfcadb2626bcd429746afa984831'
- 'c35b61fb168c4ef7740ad113996ea359')
-
-package() {
-  cd $srcdir/$pkgname
-
-  install -d $pkgdir/usr/share/$pkgname
-  install -d $pkgdir/usr/bin 
-  cp -r $srcdir/$pkgname/ $pkgdir/usr/share/
-
-  echo #!/bin/bash  $pkgdir/usr/bin/$pkgname 
-  echo /usr/share/$pkgname/$pkgname \\$@\  $pkgdir/usr/bin/$pkgname
-  chmod +x  $pkgdir/usr/bin/$pkgname
-
-  # Needed for wxpython2.8 support, wxpython 3.0 is buggy with POL
-  sed -i s/wxversion.ensureMinimal/wxversion.select/g 
$pkgdir/usr/share/$pkgname/python/mainwindow.py
-
-  install -D -m644 $srcdir/$pkgname/etc/playonlinux32.png 
$pkgdir/usr/share/pixmaps/playonlinux32.png 
-  install -D -m644 $srcdir/PlayOnLinux.desktop 
$pkgdir/usr/share/applications/playonlinux.desktop 
-}

Copied: playonlinux/repos/community-any/PKGBUILD (from rev 115678, 
playonlinux/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-14 08:17:26 UTC (rev 115679)
@@ -0,0 +1,33 @@
+# Maintainer: Laurent Carlier lordhea...@gmail.com
+# Contributor: K. Hampf kha...@users.sourceforge.net
+# Contributor: Skunnyk skun...@archlinux.fr
+
+pkgname=playonlinux
+pkgver=4.2.3
+pkgrel=1
+pkgdesc=GUI for managing Windows programs under linux
+url=http://www.playonlinux.com/;
+license=('GPL')
+depends=('wine' 'imagemagick' 'xterm' 'wxpython2.8' 'cabextract' 'unzip' 
'mesa-demos' 'gnupg'
+ 'icoutils' 'xdg-user-dirs' 'libxmu' 'netcat' 'wget' 'p7zip')
+arch=('any')
+source=(http://www.playonlinux.com/script_files/PlayOnLinux/${pkgver/.0/}/PlayOnLinux_${pkgver/.0/}.tar.gz)
+options=(!strip)
+md5sums=('59af4896c164442a3897520f8a83edc2')
+
+package() {
+  cd $srcdir/$pkgname
+
+  install -d $pkgdir/usr/share/$pkgname
+  install -d $pkgdir/usr/bin 
+  cp -r $srcdir/$pkgname/ $pkgdir/usr/share/
+
+  echo #!/bin/bash  $pkgdir/usr/bin/$pkgname 
+  echo /usr/share/$pkgname/$pkgname \\$@\  $pkgdir/usr/bin/$pkgname
+  chmod +x  $pkgdir/usr/bin/$pkgname
+
+  # Needed for wxpython2.8 support, wxpython 3.0 is buggy with POL
+  sed -i s/wxversion.ensureMinimal/wxversion.select/g 
$pkgdir/usr/share/$pkgname/python/mainwindow.py
+
+  install -D -m644 $srcdir/$pkgname/etc/PlayOnLinux.desktop 
$pkgdir/usr/share/applications/playonlinux.desktop 
+}

Deleted: PlayOnLinux.desktop
===
--- PlayOnLinux.desktop 2014-07-14 08:17:18 UTC (rev 115678)
+++ PlayOnLinux.desktop 2014-07-14 08:17:26 UTC (rev 115679)
@@ -1,12 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Encoding=UTF-8
-Name=PlayOnLinux
-GenericName=PlayOnLinux
-Comment=PlayOnLinux
-Type=Application
-Exec=playonlinux
-Icon=playonlinux32
-Categories=PlayOnLinux;
-Name[fr_FR]=PlayOnLinux
-Categories=Application;Game



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

2014-07-14 Thread Felix Yan
Date: Monday, July 14, 2014 @ 10:20:27
  Author: fyan
Revision: 115681

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libxi/repos/multilib-x86_64/PKGBUILD
(from rev 115680, lib32-libxi/trunk/PKGBUILD)
  lib32-libxi/repos/multilib-x86_64/git-fixes.diff
(from rev 115680, lib32-libxi/trunk/git-fixes.diff)
Deleted:
  lib32-libxi/repos/multilib-x86_64/PKGBUILD
  lib32-libxi/repos/multilib-x86_64/git-fixes.diff

+
 PKGBUILD   |   78 -
 git-fixes.diff | 2772 +++
 2 files changed, 1425 insertions(+), 1425 deletions(-)

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


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

2014-07-14 Thread Felix Yan
Date: Monday, July 14, 2014 @ 10:20:08
  Author: fyan
Revision: 115680

upgpkg: lib32-libxi 1.7.3-1

Modified:
  lib32-libxi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-14 08:17:26 UTC (rev 115679)
+++ PKGBUILD2014-07-14 08:20:08 UTC (rev 115680)
@@ -3,7 +3,7 @@
 
 _pkgbasename=libxi
 pkgname=lib32-$_pkgbasename
-pkgver=1.7.2
+pkgver=1.7.3
 pkgrel=1
 pkgdesc=X11 Input extension library (32-bit)
 arch=('x86_64')
@@ -13,7 +13,7 @@
 options=(!libtool)
 license=('custom')
 source=(${url}/releases/individual/lib/libXi-${pkgver}.tar.bz2)
-sha256sums=('df24781dc63645e2b561cd0b20bd8a0e7aff02e426a8d2a7641159004d4cb20e')
+sha256sums=('763db879f57b44c6e2cc96ae4bb756cf276170c979ef8a51b4db6e04c969953c')
 
 build() {
   export CC=gcc -m32



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

2014-07-14 Thread Felix Yan
Date: Monday, July 14, 2014 @ 10:29:22
  Author: fyan
Revision: 216877

upgpkg: perl-yaml 0.96-1

Modified:
  perl-yaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-14 06:25:55 UTC (rev 216876)
+++ PKGBUILD2014-07-14 08:29:22 UTC (rev 216877)
@@ -4,7 +4,7 @@
 # Contributor: Charles Mauch cma...@gmail.com
 
 pkgname=perl-yaml
-pkgver=0.95
+pkgver=0.96
 pkgrel=1
 pkgdesc=Perl/CPAN Module YAML : YAML Aint Markup Language
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('perl')
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/I/IN/INGY/YAML-${pkgver}.tar.gz)
-sha1sums=('d91c42a2fbc773e78e35f75284797c8465850176')
+sha1sums=('2783d0865e27322dcf310f1ab27b046050f69912')
 
 build() {
   cd YAML-${pkgver}



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

2014-07-14 Thread Felix Yan
Date: Monday, July 14, 2014 @ 10:29:40
  Author: fyan
Revision: 216878

archrelease: copy trunk to extra-any

Added:
  perl-yaml/repos/extra-any/PKGBUILD
(from rev 216877, perl-yaml/trunk/PKGBUILD)
Deleted:
  perl-yaml/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-14 08:29:22 UTC (rev 216877)
+++ PKGBUILD2014-07-14 08:29:40 UTC (rev 216878)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: Charles Mauch cma...@gmail.com
-
-pkgname=perl-yaml
-pkgver=0.95
-pkgrel=1
-pkgdesc=Perl/CPAN Module YAML : YAML Aint Markup Language
-arch=('any')
-url=http://search.cpan.org/dist/YAML/;
-license=('GPL' 'PerlArtistic')
-depends=('perl')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/I/IN/INGY/YAML-${pkgver}.tar.gz)
-sha1sums=('d91c42a2fbc773e78e35f75284797c8465850176')
-
-build() {
-  cd YAML-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd YAML-${pkgver}
-  make test
-}
-
-package() {
-  cd YAML-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: perl-yaml/repos/extra-any/PKGBUILD (from rev 216877, 
perl-yaml/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-14 08:29:40 UTC (rev 216878)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Charles Mauch cma...@gmail.com
+
+pkgname=perl-yaml
+pkgver=0.96
+pkgrel=1
+pkgdesc=Perl/CPAN Module YAML : YAML Aint Markup Language
+arch=('any')
+url=http://search.cpan.org/dist/YAML/;
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/I/IN/INGY/YAML-${pkgver}.tar.gz)
+sha1sums=('2783d0865e27322dcf310f1ab27b046050f69912')
+
+build() {
+  cd YAML-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd YAML-${pkgver}
+  make test
+}
+
+package() {
+  cd YAML-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2014-07-14 Thread Kyle Keen
Date: Monday, July 14, 2014 @ 10:50:36
  Author: kkeen
Revision: 115685

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

Added:
  gnuradio-osmosdr/repos/community-i686/PKGBUILD
(from rev 115684, gnuradio-osmosdr/trunk/PKGBUILD)
  gnuradio-osmosdr/repos/community-x86_64/PKGBUILD
(from rev 115684, gnuradio-osmosdr/trunk/PKGBUILD)
Deleted:
  gnuradio-osmosdr/repos/community-i686/PKGBUILD
  gnuradio-osmosdr/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-14 08:50:20 UTC (rev 115684)
+++ community-i686/PKGBUILD 2014-07-14 08:50:36 UTC (rev 115685)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com?
-# Contributor: Dominik Heidler dheid...@gmail.com
-pkgname=gnuradio-osmosdr
-_pkgname=gr-osmosdr
-pkgver=0.1.1
-pkgrel=8
-pkgdesc=GNU Radio source block for Funcube Dongle, RTL-SDR, USRP and OsmoSDR 
devices
-url=http://sdr.osmocom.org/trac/;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gnuradio' 'gnuradio-iqbal' 'rtl-sdr' 'gnuradio-fcdproplus' 'hackrf' 
'bladerf')
-makedepends=('git' 'cmake' 'boost' 'python2-cheetah' 'swig')
-conflicts=('gr-osmosdr-git')
-replaces=('gr-osmosdr')
-source=(git://git.osmocom.org/gr-osmosdr#tag=v$pkgver)
-md5sums=('SKIP')
-
-# add airspy support?
-
-build() {
-  cd $srcdir/$_pkgname
-  sed -i 's/python$/python2/' apps/osmocom_siggen_base.py
-  mkdir build
-  cd build
-  cmake \
--Wno-dev \
--DCMAKE_BUILD_TYPE=Release \
--DPYTHON_EXECUTABLE=$(which python2) \
--DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
--DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
--DCMAKE_INSTALL_PREFIX=/usr ../
-  make
-}
-
-package() {
-  cd $srcdir/$_pkgname/build/
-  make DESTDIR=${pkgdir} install
-}

Copied: gnuradio-osmosdr/repos/community-i686/PKGBUILD (from rev 115684, 
gnuradio-osmosdr/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-14 08:50:36 UTC (rev 115685)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com?
+# Contributor: Dominik Heidler dheid...@gmail.com
+pkgname=gnuradio-osmosdr
+_pkgname=gr-osmosdr
+pkgver=0.1.1
+pkgrel=9
+#_commit=c65d205d3b
+pkgdesc=Source block for Funcube Dongle, RTL-SDR, USRP, OsmoSDR, BladeRF and 
HackRF devices
+url=http://sdr.osmocom.org/trac/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gnuradio' 'gnuradio-iqbal' 'rtl-sdr' 'gnuradio-fcdproplus' 'hackrf' 
'bladerf')
+makedepends=('git' 'cmake' 'boost' 'python2-cheetah' 'swig')
+conflicts=('gr-osmosdr-git')
+replaces=('gr-osmosdr')
+source=(git://git.osmocom.org/gr-osmosdr#tag=v$pkgver)
+#source=(git://git.osmocom.org/gr-osmosdr#commit=$_commit)
+md5sums=('SKIP')
+
+# add airspy support?
+
+build() {
+  cd $srcdir/$_pkgname
+  sed -i 's/python$/python2/' apps/osmocom_siggen_base.py
+  mkdir build
+  cd build
+  cmake \
+-Wno-dev \
+-DCMAKE_BUILD_TYPE=Release \
+-DPYTHON_EXECUTABLE=$(which python2) \
+-DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
+-DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd $srcdir/$_pkgname/build/
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-14 08:50:20 UTC (rev 115684)
+++ community-x86_64/PKGBUILD   2014-07-14 08:50:36 UTC (rev 115685)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com?
-# Contributor: Dominik Heidler dheid...@gmail.com
-pkgname=gnuradio-osmosdr
-_pkgname=gr-osmosdr
-pkgver=0.1.1
-pkgrel=8
-pkgdesc=GNU Radio source block for Funcube Dongle, RTL-SDR, USRP and OsmoSDR 
devices
-url=http://sdr.osmocom.org/trac/;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gnuradio' 'gnuradio-iqbal' 'rtl-sdr' 'gnuradio-fcdproplus' 'hackrf' 
'bladerf')
-makedepends=('git' 'cmake' 'boost' 'python2-cheetah' 'swig')
-conflicts=('gr-osmosdr-git')
-replaces=('gr-osmosdr')
-source=(git://git.osmocom.org/gr-osmosdr#tag=v$pkgver)
-md5sums=('SKIP')
-
-# add airspy support?
-
-build() {
-  cd $srcdir/$_pkgname
-  sed -i 's/python$/python2/' apps/osmocom_siggen_base.py
-  mkdir build
-  cd build
-  cmake \
--Wno-dev \
--DCMAKE_BUILD_TYPE=Release \
--DPYTHON_EXECUTABLE=$(which python2) \
--DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
--DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
--DCMAKE_INSTALL_PREFIX=/usr ../
-  make
-}
-
-package() {
-  cd $srcdir/$_pkgname/build/
-  make 

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

2014-07-14 Thread Kyle Keen
Date: Monday, July 14, 2014 @ 10:50:07
  Author: kkeen
Revision: 115683

upgpkg: gnuradio-osmosdr 0.1.1-9

Modified:
  gnuradio-osmosdr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-14 08:50:04 UTC (rev 115682)
+++ PKGBUILD2014-07-14 08:50:07 UTC (rev 115683)
@@ -5,8 +5,8 @@
 _pkgname=gr-osmosdr
 pkgver=0.1.1
 pkgrel=9
-_commit=c65d205d3b
-pkgdesc=GNU Radio source block for Funcube Dongle, RTL-SDR, USRP and OsmoSDR 
devices
+#_commit=c65d205d3b
+pkgdesc=Source block for Funcube Dongle, RTL-SDR, USRP, OsmoSDR, BladeRF and 
HackRF devices
 url=http://sdr.osmocom.org/trac/;
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -14,8 +14,8 @@
 makedepends=('git' 'cmake' 'boost' 'python2-cheetah' 'swig')
 conflicts=('gr-osmosdr-git')
 replaces=('gr-osmosdr')
-#source=(git://git.osmocom.org/gr-osmosdr#tag=v$pkgver)
-source=(git://git.osmocom.org/gr-osmosdr#commit=v$_commit)
+source=(git://git.osmocom.org/gr-osmosdr#tag=v$pkgver)
+#source=(git://git.osmocom.org/gr-osmosdr#commit=$_commit)
 md5sums=('SKIP')
 
 # add airspy support?



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

2014-07-14 Thread Sergej Pupykin
Date: Monday, July 14, 2014 @ 10:50:04
  Author: spupykin
Revision: 115682

upgpkg: xcircuit 3.8.70-1

upd

Modified:
  xcircuit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-14 08:20:27 UTC (rev 115681)
+++ PKGBUILD2014-07-14 08:50:04 UTC (rev 115682)
@@ -4,7 +4,7 @@
 # Contributor: simo s...@archlinux.org
 
 pkgname=xcircuit
-pkgver=3.8.69
+pkgver=3.8.70
 pkgrel=1
 pkgdesc=A program for drawing publishable-quality electrical circuit 
schematic diagrams
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('chrpath' 'gendesk')
 _categories='Application;Electronics;Engineering'
 source=(http://opencircuitdesign.com/xcircuit/archive/$pkgname-$pkgver.tgz)
-md5sums=('dbdcf28e8af273bc2d1e97f5f843e833')
+md5sums=('5abb5c81272f8a5a2f8ccca6eb3e27e8')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2014-07-14 Thread Sergej Pupykin
Date: Monday, July 14, 2014 @ 10:50:20
  Author: spupykin
Revision: 115684

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-14 08:50:07 UTC (rev 115683)
+++ community-i686/PKGBUILD 2014-07-14 08:50:20 UTC (rev 115684)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Giovanni Scafora linuxma...@gmail.com
-# Contributor: simo s...@archlinux.org
-
-pkgname=xcircuit
-pkgver=3.8.69
-pkgrel=1
-pkgdesc=A program for drawing publishable-quality electrical circuit 
schematic diagrams
-arch=('i686' 'x86_64')
-url=http://opencircuitdesign.com/xcircuit;
-license=('GPL2')
-depends=('tk' 'libxpm' 'zlib')
-makedepends=('chrpath' 'gendesk')
-_categories='Application;Electronics;Engineering'
-source=(http://opencircuitdesign.com/xcircuit/archive/$pkgname-$pkgver.tgz)
-md5sums=('dbdcf28e8af273bc2d1e97f5f843e833')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  gendesk $startdir/PKGBUILD
-  ./configure --prefix=/usr --with-tcl=/usr/lib --with-tk=/usr/lib 
--mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  mkdir -p $pkgdir/usr/share/man/man1
-  mv $pkgdir/usr/lib/xcircuit-3.8/man/* $pkgdir/usr/share/man/man1/
-  rm -rf $pkgdir/usr/lib/xcircuit-3.8/man/
-  chrpath -d $pkgdir/usr/lib/xcircuit-3.8/xcircexec
-  install -Dm0644 xcircuit.desktop 
$pkgdir/usr/share/applications/xcircuit.desktop
-  install -Dm0644 xcircuit.png $pkgdir/usr/share/icons/xcircuit.png
-}

Copied: xcircuit/repos/community-i686/PKGBUILD (from rev 115683, 
xcircuit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-14 08:50:20 UTC (rev 115684)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Giovanni Scafora linuxma...@gmail.com
+# Contributor: simo s...@archlinux.org
+
+pkgname=xcircuit
+pkgver=3.8.70
+pkgrel=1
+pkgdesc=A program for drawing publishable-quality electrical circuit 
schematic diagrams
+arch=('i686' 'x86_64')
+url=http://opencircuitdesign.com/xcircuit;
+license=('GPL2')
+depends=('tk' 'libxpm' 'zlib')
+makedepends=('chrpath' 'gendesk')
+_categories='Application;Electronics;Engineering'
+source=(http://opencircuitdesign.com/xcircuit/archive/$pkgname-$pkgver.tgz)
+md5sums=('5abb5c81272f8a5a2f8ccca6eb3e27e8')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  gendesk $startdir/PKGBUILD
+  ./configure --prefix=/usr --with-tcl=/usr/lib --with-tk=/usr/lib 
--mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  mkdir -p $pkgdir/usr/share/man/man1
+  mv $pkgdir/usr/lib/xcircuit-3.8/man/* $pkgdir/usr/share/man/man1/
+  rm -rf $pkgdir/usr/lib/xcircuit-3.8/man/
+  chrpath -d $pkgdir/usr/lib/xcircuit-3.8/xcircexec
+  install -Dm0644 xcircuit.desktop 
$pkgdir/usr/share/applications/xcircuit.desktop
+  install -Dm0644 xcircuit.png $pkgdir/usr/share/icons/xcircuit.png
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-14 08:50:07 UTC (rev 115683)
+++ community-x86_64/PKGBUILD   2014-07-14 08:50:20 UTC (rev 115684)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Giovanni Scafora linuxma...@gmail.com
-# Contributor: simo s...@archlinux.org
-
-pkgname=xcircuit
-pkgver=3.8.69
-pkgrel=1
-pkgdesc=A program for drawing publishable-quality electrical circuit 
schematic diagrams
-arch=('i686' 'x86_64')
-url=http://opencircuitdesign.com/xcircuit;
-license=('GPL2')
-depends=('tk' 'libxpm' 'zlib')
-makedepends=('chrpath' 'gendesk')
-_categories='Application;Electronics;Engineering'
-source=(http://opencircuitdesign.com/xcircuit/archive/$pkgname-$pkgver.tgz)
-md5sums=('dbdcf28e8af273bc2d1e97f5f843e833')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  gendesk $startdir/PKGBUILD
-  ./configure --prefix=/usr --with-tcl=/usr/lib --with-tk=/usr/lib 
--mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  mkdir -p $pkgdir/usr/share/man/man1
-  mv $pkgdir/usr/lib/xcircuit-3.8/man/* $pkgdir/usr/share/man/man1/
-  rm -rf 

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

2014-07-14 Thread Laurent Carlier
Date: Monday, July 14, 2014 @ 10:58:46
  Author: lcarlier
Revision: 115686

upgpkg: playonlinux 4.2.3-2

fix upstream desktop file

Modified:
  playonlinux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-14 08:50:36 UTC (rev 115685)
+++ PKGBUILD2014-07-14 08:58:46 UTC (rev 115686)
@@ -4,7 +4,7 @@
 
 pkgname=playonlinux
 pkgver=4.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc=GUI for managing Windows programs under linux
 url=http://www.playonlinux.com/;
 license=('GPL')
@@ -29,5 +29,6 @@
   # Needed for wxpython2.8 support, wxpython 3.0 is buggy with POL
   sed -i s/wxversion.ensureMinimal/wxversion.select/g 
$pkgdir/usr/share/$pkgname/python/mainwindow.py
 
-  install -D -m644 $srcdir/$pkgname/etc/PlayOnLinux.desktop 
$pkgdir/usr/share/applications/playonlinux.desktop 
+  install -D -m644 $srcdir/$pkgname/etc/PlayOnLinux.desktop 
$pkgdir/usr/share/applications/playonlinux.desktop
+  sed -i s/ %F//g $pkgdir/usr/share/applications/playonlinux.desktop
 }



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

2014-07-14 Thread Laurent Carlier
Date: Monday, July 14, 2014 @ 11:01:53
  Author: lcarlier
Revision: 115687

archrelease: copy trunk to community-any

Added:
  playonlinux/repos/community-any/PKGBUILD
(from rev 115686, playonlinux/trunk/PKGBUILD)
Deleted:
  playonlinux/repos/community-any/PKGBUILD

--+
 PKGBUILD |   67 ++---
 1 file changed, 34 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-14 08:58:46 UTC (rev 115686)
+++ PKGBUILD2014-07-14 09:01:53 UTC (rev 115687)
@@ -1,33 +0,0 @@
-# Maintainer: Laurent Carlier lordhea...@gmail.com
-# Contributor: K. Hampf kha...@users.sourceforge.net
-# Contributor: Skunnyk skun...@archlinux.fr
-
-pkgname=playonlinux
-pkgver=4.2.3
-pkgrel=1
-pkgdesc=GUI for managing Windows programs under linux
-url=http://www.playonlinux.com/;
-license=('GPL')
-depends=('wine' 'imagemagick' 'xterm' 'wxpython2.8' 'cabextract' 'unzip' 
'mesa-demos' 'gnupg'
- 'icoutils' 'xdg-user-dirs' 'libxmu' 'netcat' 'wget' 'p7zip')
-arch=('any')
-source=(http://www.playonlinux.com/script_files/PlayOnLinux/${pkgver/.0/}/PlayOnLinux_${pkgver/.0/}.tar.gz)
-options=(!strip)
-md5sums=('59af4896c164442a3897520f8a83edc2')
-
-package() {
-  cd $srcdir/$pkgname
-
-  install -d $pkgdir/usr/share/$pkgname
-  install -d $pkgdir/usr/bin 
-  cp -r $srcdir/$pkgname/ $pkgdir/usr/share/
-
-  echo #!/bin/bash  $pkgdir/usr/bin/$pkgname 
-  echo /usr/share/$pkgname/$pkgname \\$@\  $pkgdir/usr/bin/$pkgname
-  chmod +x  $pkgdir/usr/bin/$pkgname
-
-  # Needed for wxpython2.8 support, wxpython 3.0 is buggy with POL
-  sed -i s/wxversion.ensureMinimal/wxversion.select/g 
$pkgdir/usr/share/$pkgname/python/mainwindow.py
-
-  install -D -m644 $srcdir/$pkgname/etc/PlayOnLinux.desktop 
$pkgdir/usr/share/applications/playonlinux.desktop 
-}

Copied: playonlinux/repos/community-any/PKGBUILD (from rev 115686, 
playonlinux/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-14 09:01:53 UTC (rev 115687)
@@ -0,0 +1,34 @@
+# Maintainer: Laurent Carlier lordhea...@gmail.com
+# Contributor: K. Hampf kha...@users.sourceforge.net
+# Contributor: Skunnyk skun...@archlinux.fr
+
+pkgname=playonlinux
+pkgver=4.2.3
+pkgrel=2
+pkgdesc=GUI for managing Windows programs under linux
+url=http://www.playonlinux.com/;
+license=('GPL')
+depends=('wine' 'imagemagick' 'xterm' 'wxpython2.8' 'cabextract' 'unzip' 
'mesa-demos' 'gnupg'
+ 'icoutils' 'xdg-user-dirs' 'libxmu' 'netcat' 'wget' 'p7zip')
+arch=('any')
+source=(http://www.playonlinux.com/script_files/PlayOnLinux/${pkgver/.0/}/PlayOnLinux_${pkgver/.0/}.tar.gz)
+options=(!strip)
+md5sums=('59af4896c164442a3897520f8a83edc2')
+
+package() {
+  cd $srcdir/$pkgname
+
+  install -d $pkgdir/usr/share/$pkgname
+  install -d $pkgdir/usr/bin 
+  cp -r $srcdir/$pkgname/ $pkgdir/usr/share/
+
+  echo #!/bin/bash  $pkgdir/usr/bin/$pkgname 
+  echo /usr/share/$pkgname/$pkgname \\$@\  $pkgdir/usr/bin/$pkgname
+  chmod +x  $pkgdir/usr/bin/$pkgname
+
+  # Needed for wxpython2.8 support, wxpython 3.0 is buggy with POL
+  sed -i s/wxversion.ensureMinimal/wxversion.select/g 
$pkgdir/usr/share/$pkgname/python/mainwindow.py
+
+  install -D -m644 $srcdir/$pkgname/etc/PlayOnLinux.desktop 
$pkgdir/usr/share/applications/playonlinux.desktop
+  sed -i s/ %F//g $pkgdir/usr/share/applications/playonlinux.desktop
+}



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

2014-07-14 Thread Sergej Pupykin
Date: Monday, July 14, 2014 @ 11:13:17
  Author: spupykin
Revision: 115688

upgpkg: firefox-noscript 2.6.8.33-1

upd

Modified:
  firefox-noscript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-14 09:01:53 UTC (rev 115687)
+++ PKGBUILD2014-07-14 09:13:17 UTC (rev 115688)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=firefox-noscript
-pkgver=2.6.8.31
+pkgver=2.6.8.33
 pkgrel=1
 pkgdesc=Extension for firefox which disables script
 arch=('any')
@@ -11,7 +11,7 @@
 depends=()
 makedepends=('unzip')
 source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
-md5sums=('22202f9a6e6498dcee9471f650f4142a')
+md5sums=('c8106196cf42f2ec78ff2a7f183fcb57')
 
 package() {
   depends=(firefox)



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

2014-07-14 Thread Sergej Pupykin
Date: Monday, July 14, 2014 @ 11:13:25
  Author: spupykin
Revision: 115689

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-14 09:13:17 UTC (rev 115688)
+++ PKGBUILD2014-07-14 09:13:25 UTC (rev 115689)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=firefox-noscript
-pkgver=2.6.8.31
-pkgrel=1
-pkgdesc=plugin for firefox which disables script
-arch=('any')
-url=http://noscript.net/;
-license=('GPL2')
-depends=()
-makedepends=('unzip')
-source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
-md5sums=('22202f9a6e6498dcee9471f650f4142a')
-
-package() {
-  depends=(firefox)
-
-  cd $srcdir
-  local emid=$(sed -n -e '/\?em:id\?/!d; s/.*\([\{].*[}\]\).*/\1/; 
s/\//g; p; q' install.rdf)
-  local dstdir=$pkgdir/usr/lib/firefox/browser/extensions/${emid}
-  install -d $dstdir
-  cp -R * $dstdir
-  rm $dstdir/noscript-$pkgver.xpi
-}

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



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

2014-07-14 Thread Felix Yan
Date: Monday, July 14, 2014 @ 11:27:12
  Author: fyan
Revision: 115691

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

Added:
  librime/repos/community-staging-i686/
  librime/repos/community-staging-i686/PKGBUILD
(from rev 115690, librime/trunk/PKGBUILD)
  librime/repos/community-staging-x86_64/
  librime/repos/community-staging-x86_64/PKGBUILD
(from rev 115690, librime/trunk/PKGBUILD)

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

Copied: librime/repos/community-staging-i686/PKGBUILD (from rev 115690, 
librime/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-07-14 09:27:12 UTC (rev 115691)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: GONG Chen chen dot sst at gmail dot com
+# Contributor: 網軍總司令
+
+pkgname=librime
+pkgver=1.2
+pkgrel=1
+pkgdesc=Rime input method engine
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/rimeime/;
+license=('GPL3')
+depends=('boost-libs' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp=0.5' 
'marisa')
+optdepends=('brise: Rime schema repository')
+makedepends=('cmake' 'boost')
+source=(https://github.com/lotem/librime/archive/rime-$pkgver.tar.gz;)
+sha512sums=('98fe4d0d0429eb027c1846b8be9866c207b8050526d5b8e0b85ab93a8d45bee65cbbf6b28302f1b79f0044a4a7f17e27e3b2300c3ebb6b1b58c7c34220f7e229')
+
+build() {
+  cd $pkgname-rime-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-rime-$pkgver
+  make DESTDIR=$pkgdir install
+}
+

Copied: librime/repos/community-staging-x86_64/PKGBUILD (from rev 115690, 
librime/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-07-14 09:27:12 UTC (rev 115691)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: GONG Chen chen dot sst at gmail dot com
+# Contributor: 網軍總司令
+
+pkgname=librime
+pkgver=1.2
+pkgrel=1
+pkgdesc=Rime input method engine
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/rimeime/;
+license=('GPL3')
+depends=('boost-libs' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp=0.5' 
'marisa')
+optdepends=('brise: Rime schema repository')
+makedepends=('cmake' 'boost')
+source=(https://github.com/lotem/librime/archive/rime-$pkgver.tar.gz;)
+sha512sums=('98fe4d0d0429eb027c1846b8be9866c207b8050526d5b8e0b85ab93a8d45bee65cbbf6b28302f1b79f0044a4a7f17e27e3b2300c3ebb6b1b58c7c34220f7e229')
+
+build() {
+  cd $pkgname-rime-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-rime-$pkgver
+  make DESTDIR=$pkgdir install
+}
+



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

2014-07-14 Thread Felix Yan
Date: Monday, July 14, 2014 @ 11:26:46
  Author: fyan
Revision: 115690

upgpkg: librime 1.2-1

Modified:
  librime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-14 09:13:25 UTC (rev 115689)
+++ PKGBUILD2014-07-14 09:26:46 UTC (rev 115690)
@@ -4,25 +4,25 @@
 # Contributor: 網軍總司令
 
 pkgname=librime
-pkgver=1.1
+pkgver=1.2
 pkgrel=1
 pkgdesc=Rime input method engine
 arch=('i686' 'x86_64')
 url=http://code.google.com/p/rimeime/;
 license=('GPL3')
-depends=('boost-libs' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp=0.5')
+depends=('boost-libs' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp=0.5' 
'marisa')
 optdepends=('brise: Rime schema repository')
 makedepends=('cmake' 'boost')
-source=(http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
+source=(https://github.com/lotem/librime/archive/rime-$pkgver.tar.gz;)
+sha512sums=('98fe4d0d0429eb027c1846b8be9866c207b8050526d5b8e0b85ab93a8d45bee65cbbf6b28302f1b79f0044a4a7f17e27e3b2300c3ebb6b1b58c7c34220f7e229')
 
 build() {
-  cd $pkgname
+  cd $pkgname-rime-$pkgver
   make
 }
 
 package() {
-  cd $pkgname
+  cd $pkgname-rime-$pkgver
   make DESTDIR=$pkgdir install
 }
 
-sha512sums=('deb0142fe193f7d445f5008f2cfebb813e4db662f5c474dcb5b8d9f1a9ea8c2e7dc384f3dfae32e7fd13c08f55852124089db08cb96928b98e94128b10847af0')



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

2014-07-14 Thread Kyle Keen
Date: Monday, July 14, 2014 @ 11:29:44
  Author: kkeen
Revision: 115692

upgpkg: gnuradio-iqbal 0.37.1-3

Modified:
  gnuradio-iqbal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-14 09:27:12 UTC (rev 115691)
+++ PKGBUILD2014-07-14 09:29:44 UTC (rev 115692)
@@ -4,12 +4,12 @@
 pkgname=gnuradio-iqbal
 _pkgname=gr-iqbal
 pkgver=0.37.1
-pkgrel=2
-pkgdesc=gnuradio I/Q balancing
+pkgrel=3
+pkgdesc=Gnuradio I/Q balancing
 arch=('i686' 'x86_64')
 url=http://cgit.osmocom.org/gr-iqbal/;
 license=('GPL')
-depends=('gnuradio')
+depends=('gnuradio' 'fftw')
 replaces=('gr-iqbal')
 makedepends=('git' 'cmake' 'boost' 'swig')
 source=(git://git.osmocom.org/gr-iqbal/#tag=v$pkgver
@@ -21,8 +21,9 @@
   cd $srcdir/$_pkgname
   git submodule init
   git submodule update
-  # patch is already in git, only applies to 0.37.1
+  # patches are already in git, only applies to 0.37.1
   patch -p1 -i $srcdir/float-complex.patch
+  sed -i 's/LIBOSMODSP_LIBRARIES /LIBOSMODSP_LIBRARIES ${FFTW3F_LIBRARIES}/' 
CMakeLists.txt 
   mkdir build
   cd build
   cmake \
@@ -31,6 +32,7 @@
 -DPYTHON_EXECUTABLE=$(which python2) \
 -DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
 -DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
+-DCMAKE_LIBRARY_PATH=/usr/lib \
 -DCMAKE_INSTALL_PREFIX=/usr ../
   make
 }



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

2014-07-14 Thread Sergej Pupykin
Date: Monday, July 14, 2014 @ 12:53:14
  Author: spupykin
Revision: 115694

upgpkg: gtk2hs-buildtools 0.12.5.2-3

upd

Modified:
  gtk2hs-buildtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-14 09:30:04 UTC (rev 115693)
+++ PKGBUILD2014-07-14 10:53:14 UTC (rev 115694)
@@ -3,13 +3,13 @@
 
 pkgname=gtk2hs-buildtools
 pkgver=0.12.5.2
-pkgrel=2
+pkgrel=3
 pkgdesc=Tools to build the Gtk2Hs suite of User Interface libraries.
 url=http://hackage.haskell.org/package/gtk2hs-buildtools;
 license=('GPL2')
 arch=('i686' 'x86_64')
 options=('staticlibs')
-makedepends=('ghc=7.8.2-2' 'alex' 'happy' 'haskell-random' 
'haskell-hashtables')
+makedepends=('ghc' 'alex' 'happy' 'haskell-random' 'haskell-hashtables')
 depends=('gmp')
 provides=('haskell-gtk2hs-buildtools')
 
source=(http://hackage.haskell.org/packages/archive/gtk2hs-buildtools/$pkgver/gtk2hs-buildtools-$pkgver.tar.gz;)



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

2014-07-14 Thread Sergej Pupykin
Date: Monday, July 14, 2014 @ 12:53:27
  Author: spupykin
Revision: 115695

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

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

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

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

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



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

2014-07-14 Thread Sergej Pupykin
Date: Monday, July 14, 2014 @ 13:52:39
  Author: spupykin
Revision: 115697

upgpkg: haskell-glib 0.12.5.4-2

upd

Modified:
  haskell-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-14 10:54:50 UTC (rev 115696)
+++ PKGBUILD2014-07-14 11:52:39 UTC (rev 115697)
@@ -3,7 +3,7 @@
 
 pkgname=haskell-glib
 pkgver=0.12.5.4
-pkgrel=1
+pkgrel=2
 pkgdesc=Binding to the GLIB library for Gtk2Hs.
 url=http://hackage.haskell.org/package/glib;
 license=('LGPL2.1')
@@ -31,9 +31,17 @@
 sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
 }
 
+_update_deps() {
+_ver=`pacman -Q $1 | cut -f2 -d\  | cut -f1 -d-`
+for i in `seq 0 $(expr ${#depends[@]} - 1)`; do
+if [ ${depends[$i]} == $1 ]; then
+depends[$i]=$1=${_ver}
+fi
+done
+}
+
 package() {
-_ghcver=`pacman -Q ghc | cut -f2 -d\  | cut -f1 -d-`
-depends=(ghc=${_ghcver} glib2 'haskell-utf8-string')
+_update_deps ghc
 
 cd ${srcdir}/glib-${pkgver}
 install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/gtk2hs-glib/register.sh



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

2014-07-14 Thread Sergej Pupykin
Date: Monday, July 14, 2014 @ 13:52:54
  Author: spupykin
Revision: 115698

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

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

--+
 community-staging-i686/PKGBUILD  |   52 +
 community-staging-i686/gtk2hs-glib.install   |   18 
 community-staging-x86_64/PKGBUILD|   52 +
 community-staging-x86_64/gtk2hs-glib.install |   18 
 4 files changed, 140 insertions(+)

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

Copied: haskell-glib/repos/community-staging-i686/gtk2hs-glib.install (from rev 
115697, haskell-glib/trunk/gtk2hs-glib.install)
===
--- community-staging-i686/gtk2hs-glib.install  (rev 0)
+++ community-staging-i686/gtk2hs-glib.install  2014-07-14 11:52:54 UTC (rev 
115698)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/gtk2hs-glib
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-glib/repos/community-staging-x86_64/PKGBUILD (from rev 115697, 
haskell-glib/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-07-14 11:52:54 UTC (rev 115698)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=haskell-glib
+pkgver=0.12.5.4
+pkgrel=2
+pkgdesc=Binding to the GLIB library for Gtk2Hs.
+url=http://hackage.haskell.org/package/glib;
+license=('LGPL2.1')
+arch=('i686' 'x86_64')
+# deps adjusted to specific versions in package()
+depends=('ghc' 'glib2' 'haskell-utf8-string')
+makedepends=(gtk2hs-buildtools)
+options=('strip' 'staticlibs')
+install=gtk2hs-glib.install
+provides=('gtk2hs-glib')
+replaces=('gtk2hs-glib')
+conflicts=('gtk2hs-glib')
+source=(http://hackage.haskell.org/packages/archive/glib/$pkgver/glib-$pkgver.tar.gz)

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

2014-07-14 Thread Sergej Pupykin
Date: Monday, July 14, 2014 @ 14:23:03
  Author: spupykin
Revision: 115699

upgpkg: haskell-cairo 0.12.5.3-3

upd

Modified:
  haskell-cairo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-14 11:52:54 UTC (rev 115698)
+++ PKGBUILD2014-07-14 12:23:03 UTC (rev 115699)
@@ -3,7 +3,7 @@
 
 pkgname=haskell-cairo
 pkgver=0.12.5.3
-pkgrel=2
+pkgrel=3
 pkgdesc=Binding to the cairo library for Gtk2Hs.
 url=http://hackage.haskell.org/package/cairo;
 license=('LGPL2.1')
@@ -31,10 +31,18 @@
 sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
 }
 
+_update_deps() {
+_ver=`pacman -Q $1 | cut -f2 -d\  | cut -f1 -d-`
+for i in `seq 0 $(expr ${#depends[@]} - 1)`; do
+if [ ${depends[$i]} == $1 ]; then
+depends[$i]=$1=${_ver}
+fi
+done
+}
+
 package() {
-_ghcver=`pacman -Q ghc | cut -f2 -d\  | cut -f1 -d-`
-_hmtlver=`pacman -Q haskell-mtl | cut -f2 -d\  | cut -f1 -d-`
-depends=(ghc=${_ghcver} cairo haskell-mtl=${_hmtlver} 
'haskell-utf8-string')
+_update_deps ghc
+_update_deps haskell-mtl
 
 cd ${srcdir}/cairo-${pkgver}
 install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/gtk2hs-cairo/register.sh



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

2014-07-14 Thread Sergej Pupykin
Date: Monday, July 14, 2014 @ 14:23:16
  Author: spupykin
Revision: 115700

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

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

---+
 community-staging-i686/PKGBUILD   |   53 
 community-staging-i686/gtk2hs-cairo.install   |   18 
 community-staging-x86_64/PKGBUILD |   53 
 community-staging-x86_64/gtk2hs-cairo.install |   18 
 4 files changed, 142 insertions(+)

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

Copied: haskell-cairo/repos/community-staging-i686/gtk2hs-cairo.install (from 
rev 115699, haskell-cairo/trunk/gtk2hs-cairo.install)
===
--- community-staging-i686/gtk2hs-cairo.install (rev 0)
+++ community-staging-i686/gtk2hs-cairo.install 2014-07-14 12:23:16 UTC (rev 
115700)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/gtk2hs-cairo
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-cairo/repos/community-staging-x86_64/PKGBUILD (from rev 115699, 
haskell-cairo/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-07-14 12:23:16 UTC (rev 115700)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=haskell-cairo
+pkgver=0.12.5.3
+pkgrel=3
+pkgdesc=Binding to the cairo library for Gtk2Hs.
+url=http://hackage.haskell.org/package/cairo;
+license=('LGPL2.1')
+arch=('i686' 'x86_64')
+# deps adjusted to specific versions in package()
+depends=('ghc' 'cairo' 'haskell-mtl' 'haskell-utf8-string')
+makedepends=(gtk2hs-buildtools)
+options=('strip' 'staticlibs')
+conflicts=('gtk2hs-cairo')
+provides=('gtk2hs-cairo')
+replaces=('gtk2hs-cairo')

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

2014-07-14 Thread Timothy Redaelli
Date: Monday, July 14, 2014 @ 15:12:08
  Author: tredaelli
Revision: 115701

upgpkg: keepass 2.27-1

Modified:
  keepass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-14 12:23:16 UTC (rev 115700)
+++ PKGBUILD2014-07-14 13:12:08 UTC (rev 115701)
@@ -4,7 +4,7 @@
 # Contributor: Andrej Gelenberg andrej.gelenb...@udo.edu
 
 pkgname=keepass
-pkgver=2.26
+pkgver=2.27
 pkgrel=1
 pkgdesc='A easy-to-use password manager for Windows, Linux, Mac OS X and 
mobile devices.'
 arch=('any')
@@ -22,7 +22,7 @@
 'keepass.desktop'
 'keepass.xml')
 
-sha256sums=('3a3e0e401acd2e1cc79a42f510c4654654439f0e2243e7f3d340c0b4918f2cd7'
+sha256sums=('f812a7bc2921a491d7dcf4a247373fa53f32843b1df6a34ece488a25d599ca44'
 'SKIP'
 '7547f2af38771b66c8c2f3d7900b051b37214af49de3dfa27a5d383bf847d582'
 'a5fff678466443c0c8256c4771128c86103da47b6a2c49351d9941191b65dd6f'



[arch-commits] Commit in keepass/repos/community-any (12 files)

2014-07-14 Thread Timothy Redaelli
Date: Monday, July 14, 2014 @ 15:13:04
  Author: tredaelli
Revision: 115702

archrelease: copy trunk to community-any

Added:
  keepass/repos/community-any/PKGBUILD
(from rev 115701, keepass/trunk/PKGBUILD)
  keepass/repos/community-any/keepass
(from rev 115701, keepass/trunk/keepass)
  keepass/repos/community-any/keepass.1
(from rev 115701, keepass/trunk/keepass.1)
  keepass/repos/community-any/keepass.desktop
(from rev 115701, keepass/trunk/keepass.desktop)
  keepass/repos/community-any/keepass.install
(from rev 115701, keepass/trunk/keepass.install)
  keepass/repos/community-any/keepass.xml
(from rev 115701, keepass/trunk/keepass.xml)
Deleted:
  keepass/repos/community-any/PKGBUILD
  keepass/repos/community-any/keepass
  keepass/repos/community-any/keepass.1
  keepass/repos/community-any/keepass.desktop
  keepass/repos/community-any/keepass.install
  keepass/repos/community-any/keepass.xml

-+
 PKGBUILD|  150 +++---
 keepass |4 -
 keepass.1   |   46 
 keepass.desktop |   24 
 keepass.install |   32 +--
 5 files changed, 128 insertions(+), 128 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-14 13:12:08 UTC (rev 115701)
+++ PKGBUILD2014-07-14 13:13:04 UTC (rev 115702)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: Kirill reflexing Churin reflex...@reflexing.ru
-# Contributor: Andrej Gelenberg andrej.gelenb...@udo.edu
-
-pkgname=keepass
-pkgver=2.26
-pkgrel=1
-pkgdesc='A easy-to-use password manager for Windows, Linux, Mac OS X and 
mobile devices.'
-arch=('any')
-url='http://keepass.info/'
-license=('GPL')
-depends=('mono' 'desktop-file-utils' 'xdg-utils' 'shared-mime-info' 
'hicolor-icon-theme' 'gtk-update-icon-cache')
-makedepends=('icoutils')
-optdepends=('xdotool: if you want to use auto-type'
-'xsel: clipboard operations in order to work around Mono clipboard 
bugs')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/keepass/KeePass-$pkgver-Source.zip;
-http://keepass.info/integrity/v2/KeePass-$pkgver-Source.zip.asc;
-'keepass'
-'keepass.1'
-'keepass.desktop'
-'keepass.xml')
-
-sha256sums=('3a3e0e401acd2e1cc79a42f510c4654654439f0e2243e7f3d340c0b4918f2cd7'
-'SKIP'
-'7547f2af38771b66c8c2f3d7900b051b37214af49de3dfa27a5d383bf847d582'
-'a5fff678466443c0c8256c4771128c86103da47b6a2c49351d9941191b65dd6f'
-'1d5420e8babce5f4bbb3c68bdffe3bc0d3c3be25ad689138cd02fa14edd89140'
-'3d017c17a8788166c644e2460ba3596fd503f300342561921201fe5f69e5d194')
-
-prepare() {
-  # Extract icons
-  icotool -x KeePass/KeePass.ico
-
-  pushd Build /dev/null
-  bash PrepMonoDev.sh
-  popd /dev/null
-
-  # FIXME Right alignment doesn't work correctly (truncated text).
-  sed -i 
's/^\(\s*\S*\.TextAlign\s*=\s*System\.Windows\.Forms\.HorizontalAlignment\).Right\(;\s*\)$/\1.Left\2/g'
 \
-KeePass/Forms/*.Designer.cs
-}
-
-build() {
-  xbuild /target:KeePass /property:Configuration=Release
-  cp Ext/KeePass.exe.config Build/KeePass/Release/
-}
-
-package() {
-  install -dm755 $pkgdir/usr/bin
-  install -dm755 $pkgdir/usr/share/keepass/XSL
-
-  install -Dm755 keepass $pkgdir/usr/bin/keepass
-  install -Dm755 Build/KeePass/Release/KeePass.exe 
$pkgdir/usr/share/keepass/KeePass.exe
-  install -Dm755 Ext/KeePass.config.xml 
$pkgdir/usr/share/keepass/KeePass.config.xml
-  install -Dm755 Ext/KeePass.exe.config 
$pkgdir/usr/share/keepass/KeePass.exe.config
-
-  install -m644 Ext/XSL/* $pkgdir/usr/share/keepass/XSL
-
-  install -Dm644 keepass.1 $pkgdir/usr/share/man/man1/keepass.1
-
-  # Proper installation of .desktop file
-  desktop-file-install -m 644 --dir $pkgdir/usr/share/applications/ 
keepass.desktop
-
-  # Install icons
-  for size in 16 32 48 256; do
-install -Dm644 \
-KeePass_*_${size}x${size}x32.png \
-$pkgdir/usr/share/icons/hicolor/${size}x${size}/apps/keepass.png
-  done
-
-  # Needed for postinst with xdg-utils
-  install -Dm644 keepass.xml $pkgdir/usr/share/mime/packages/keepass.xml
-}

Copied: keepass/repos/community-any/PKGBUILD (from rev 115701, 
keepass/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-14 13:13:04 UTC (rev 115702)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: Kirill reflexing Churin reflex...@reflexing.ru
+# Contributor: Andrej Gelenberg andrej.gelenb...@udo.edu
+
+pkgname=keepass
+pkgver=2.27
+pkgrel=1
+pkgdesc='A easy-to-use password manager for Windows, Linux, Mac OS X and 
mobile devices.'
+arch=('any')
+url='http://keepass.info/'
+license=('GPL')
+depends=('mono' 'desktop-file-utils' 'xdg-utils' 'shared-mime-info' 

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

2014-07-14 Thread Sergej Pupykin
Date: Monday, July 14, 2014 @ 15:43:15
  Author: spupykin
Revision: 115703

upgpkg: haskell-pango 0.12.5.3-3

upd

Modified:
  haskell-pango/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-14 13:13:04 UTC (rev 115702)
+++ PKGBUILD2014-07-14 13:43:15 UTC (rev 115703)
@@ -3,7 +3,7 @@
 
 pkgname=haskell-pango
 pkgver=0.12.5.3
-pkgrel=2
+pkgrel=3
 pkgdesc=Binding to the pango library for Gtk2Hs.
 url=http://hackage.haskell.org/package/pango;
 license=('LGPL2.1')
@@ -32,11 +32,19 @@
   sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
 }
 
+_update_deps() {
+_ver=`pacman -Q $1 | cut -f2 -d\  | cut -f1 -d-`
+for i in `seq 0 $(expr ${#depends[@]} - 1)`; do
+if [ ${depends[$i]} == $1 ]; then
+depends[$i]=$1=${_ver}
+fi
+done
+}
+
 package() {
-  _ghcver=`pacman -Q ghc | cut -f2 -d\  | cut -f1 -d-`
-  _hglibver=`pacman -Q haskell-glib | cut -f2 -d\  | cut -f1 -d-`
-  _hcairover=`pacman -Q haskell-cairo | cut -f2 -d\  | cut -f1 -d-`
-  depends=(ghc=${_ghcver} pango haskell-glib=${_hglibver} 
haskell-cairo=${_hcairover})
+  _update_deps ghc
+  _update_deps haskell-glib
+  _update_deps haskell-cairo
 
   cd ${srcdir}/pango-${pkgver}
   install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/gtk2hs-pango/register.sh



[arch-commits] Commit in haskell-pango/repos/community-staging-i686 (4 files)

2014-07-14 Thread Sergej Pupykin
Date: Monday, July 14, 2014 @ 15:43:59
  Author: spupykin
Revision: 115705

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

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

--+
 PKGBUILD |  110 -
 gtk2hs-pango.install |   36 
 2 files changed, 73 insertions(+), 73 deletions(-)

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

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

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

2014-07-14 Thread Sergej Pupykin
Date: Monday, July 14, 2014 @ 15:43:28
  Author: spupykin
Revision: 115704

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

Added:
  haskell-pango/repos/community-staging-i686/
  haskell-pango/repos/community-staging-i686/PKGBUILD
(from rev 115703, haskell-pango/trunk/PKGBUILD)
  haskell-pango/repos/community-staging-i686/gtk2hs-pango.install
(from rev 115703, haskell-pango/trunk/gtk2hs-pango.install)

--+
 PKGBUILD |   55 +
 gtk2hs-pango.install |   18 
 2 files changed, 73 insertions(+)

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

Copied: haskell-pango/repos/community-staging-i686/gtk2hs-pango.install (from 
rev 115703, haskell-pango/trunk/gtk2hs-pango.install)
===
--- community-staging-i686/gtk2hs-pango.install (rev 0)
+++ community-staging-i686/gtk2hs-pango.install 2014-07-14 13:43:28 UTC (rev 
115704)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/gtk2hs-pango
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}



[arch-commits] Commit in haskell-pango/repos/community-staging-i686 (4 files)

2014-07-14 Thread Sergej Pupykin
Date: Monday, July 14, 2014 @ 15:45:00
  Author: spupykin
Revision: 115706

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

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

--+
 PKGBUILD |  110 -
 gtk2hs-pango.install |   36 
 2 files changed, 73 insertions(+), 73 deletions(-)

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

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

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

2014-07-14 Thread Sergej Pupykin
Date: Monday, July 14, 2014 @ 15:45:50
  Author: spupykin
Revision: 115708

upgpkg: python2-docs 2.7.8-1

upd

Modified:
  python2-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-14 13:45:48 UTC (rev 115707)
+++ PKGBUILD2014-07-14 13:45:50 UTC (rev 115708)
@@ -3,7 +3,7 @@
 # Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
 
 pkgname=python2-docs
-pkgver=2.7.6
+pkgver=2.7.8
 pkgrel=1
 pkgdesc=Set of HTML documentation for python.
 arch=('any')
@@ -12,7 +12,7 @@
 install=python2-docs.install
 options=('docs')
 
source=(http://docs.python.org/ftp/python/doc/$pkgver/python-$pkgver-docs-html.tar.bz2)
-md5sums=('7613314d1aaa7dcc522ca9d3fd43dace')
+md5sums=('2cf9ba96b2723a5268cd14432b15fdcf')
 
 package() {
   mkdir -p $pkgdir/usr/share/doc/python2/html



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

2014-07-14 Thread Sergej Pupykin
Date: Monday, July 14, 2014 @ 15:45:48
  Author: spupykin
Revision: 115707

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

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

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

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

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

[arch-commits] Commit in python2-docs/repos (5 files)

2014-07-14 Thread Sergej Pupykin
Date: Monday, July 14, 2014 @ 15:46:55
  Author: spupykin
Revision: 115710

archrelease: copy trunk to community-any

Added:
  python2-docs/repos/community-any/PKGBUILD
(from rev 115709, python2-docs/trunk/PKGBUILD)
  python2-docs/repos/community-any/python2-docs.install
(from rev 115709, python2-docs/trunk/python2-docs.install)
Deleted:
  python2-docs/repos/community-any/PKGBUILD
  python2-docs/repos/community-any/python2-docs.install
  python2-docs/repos/community-staging-any/

+
 /PKGBUILD  |   22 ++
 /python2-docs.install  |   10 ++
 community-any/PKGBUILD |   22 --
 community-any/python2-docs.install |   10 --
 4 files changed, 32 insertions(+), 32 deletions(-)

Deleted: community-any/PKGBUILD
===
--- community-any/PKGBUILD  2014-07-14 13:45:57 UTC (rev 115709)
+++ community-any/PKGBUILD  2014-07-14 13:46:55 UTC (rev 115710)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
-
-pkgname=python2-docs
-pkgver=2.7.6
-pkgrel=1
-pkgdesc=Set of HTML documentation for python.
-arch=('any')
-url=http://docs.python.org/;
-license=('GPL')
-install=python2-docs.install
-options=('docs')
-source=(http://docs.python.org/ftp/python/doc/$pkgver/python-$pkgver-docs-html.tar.bz2)
-md5sums=('7613314d1aaa7dcc522ca9d3fd43dace')
-
-package() {
-  mkdir -p $pkgdir/usr/share/doc/python2/html
-  cp -rf $srcdir/python-$pkgver-docs-html/* $pkgdir/usr/share/doc/python2/html/
-  find $pkgdir/usr/share/doc/python2/html/ -type f -exec chmod 0644 {} \;
-  find $pkgdir/usr/share/doc/python2/html/ -type d -exec chmod 0755 {} \;
-}

Copied: python2-docs/repos/community-any/PKGBUILD (from rev 115709, 
python2-docs/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2014-07-14 13:46:55 UTC (rev 115710)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
+
+pkgname=python2-docs
+pkgver=2.7.8
+pkgrel=1
+pkgdesc=Set of HTML documentation for python.
+arch=('any')
+url=http://docs.python.org/;
+license=('GPL')
+install=python2-docs.install
+options=('docs')
+source=(http://docs.python.org/ftp/python/doc/$pkgver/python-$pkgver-docs-html.tar.bz2)
+md5sums=('2cf9ba96b2723a5268cd14432b15fdcf')
+
+package() {
+  mkdir -p $pkgdir/usr/share/doc/python2/html
+  cp -rf $srcdir/python-$pkgver-docs-html/* $pkgdir/usr/share/doc/python2/html/
+  find $pkgdir/usr/share/doc/python2/html/ -type f -exec chmod 0644 {} \;
+  find $pkgdir/usr/share/doc/python2/html/ -type d -exec chmod 0755 {} \;
+}

Deleted: community-any/python2-docs.install
===
--- community-any/python2-docs.install  2014-07-14 13:45:57 UTC (rev 115709)
+++ community-any/python2-docs.install  2014-07-14 13:46:55 UTC (rev 115710)
@@ -1,10 +0,0 @@
-post_install() {
-echo
-echo Add the following line to your ~/.bashrc 
-echo export PYTHONDOCS=/usr/share/doc/python2/html/
-echo
-}
-
-post_upgrade() {
-post_install
-}

Copied: python2-docs/repos/community-any/python2-docs.install (from rev 115709, 
python2-docs/trunk/python2-docs.install)
===
--- community-any/python2-docs.install  (rev 0)
+++ community-any/python2-docs.install  2014-07-14 13:46:55 UTC (rev 115710)
@@ -0,0 +1,10 @@
+post_install() {
+echo
+echo Add the following line to your ~/.bashrc 
+echo export PYTHONDOCS=/usr/share/doc/python2/html/
+echo
+}
+
+post_upgrade() {
+post_install
+}



[arch-commits] Commit in python2-docs/repos (3 files)

2014-07-14 Thread Sergej Pupykin
Date: Monday, July 14, 2014 @ 15:45:57
  Author: spupykin
Revision: 115709

archrelease: copy trunk to community-staging-any

Added:
  python2-docs/repos/community-staging-any/
  python2-docs/repos/community-staging-any/PKGBUILD
(from rev 115708, python2-docs/trunk/PKGBUILD)
  python2-docs/repos/community-staging-any/python2-docs.install
(from rev 115708, python2-docs/trunk/python2-docs.install)

--+
 PKGBUILD |   22 ++
 python2-docs.install |   10 ++
 2 files changed, 32 insertions(+)

Copied: python2-docs/repos/community-staging-any/PKGBUILD (from rev 115708, 
python2-docs/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2014-07-14 13:45:57 UTC (rev 115709)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor : Rohan Dhruva (rohandhruva at gmail dot com)
+
+pkgname=python2-docs
+pkgver=2.7.8
+pkgrel=1
+pkgdesc=Set of HTML documentation for python.
+arch=('any')
+url=http://docs.python.org/;
+license=('GPL')
+install=python2-docs.install
+options=('docs')
+source=(http://docs.python.org/ftp/python/doc/$pkgver/python-$pkgver-docs-html.tar.bz2)
+md5sums=('2cf9ba96b2723a5268cd14432b15fdcf')
+
+package() {
+  mkdir -p $pkgdir/usr/share/doc/python2/html
+  cp -rf $srcdir/python-$pkgver-docs-html/* $pkgdir/usr/share/doc/python2/html/
+  find $pkgdir/usr/share/doc/python2/html/ -type f -exec chmod 0644 {} \;
+  find $pkgdir/usr/share/doc/python2/html/ -type d -exec chmod 0755 {} \;
+}

Copied: python2-docs/repos/community-staging-any/python2-docs.install (from rev 
115708, python2-docs/trunk/python2-docs.install)
===
--- community-staging-any/python2-docs.install  (rev 0)
+++ community-staging-any/python2-docs.install  2014-07-14 13:45:57 UTC (rev 
115709)
@@ -0,0 +1,10 @@
+post_install() {
+echo
+echo Add the following line to your ~/.bashrc 
+echo export PYTHONDOCS=/usr/share/doc/python2/html/
+echo
+}
+
+post_upgrade() {
+post_install
+}



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

2014-07-14 Thread Maxime Gauduin
Date: Monday, July 14, 2014 @ 15:49:09
  Author: alucryd
Revision: 115712

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

Added:
  noise/repos/community-i686/PKGBUILD
(from rev 115711, noise/trunk/PKGBUILD)
  noise/repos/community-i686/mesa-demos-conflict.patch
(from rev 115711, noise/trunk/mesa-demos-conflict.patch)
  noise/repos/community-i686/noise.install
(from rev 115711, noise/trunk/noise.install)
  noise/repos/community-x86_64/PKGBUILD
(from rev 115711, noise/trunk/PKGBUILD)
  noise/repos/community-x86_64/mesa-demos-conflict.patch
(from rev 115711, noise/trunk/mesa-demos-conflict.patch)
  noise/repos/community-x86_64/noise.install
(from rev 115711, noise/trunk/noise.install)
Deleted:
  noise/repos/community-i686/PKGBUILD
  noise/repos/community-i686/noise.install
  noise/repos/community-x86_64/PKGBUILD
  noise/repos/community-x86_64/noise.install

+
 /PKGBUILD  |   98 +++
 /noise.install |   34 +
 community-i686/PKGBUILD|   46 
 community-i686/mesa-demos-conflict.patch   |   24 ++
 community-i686/noise.install   |   17 
 community-x86_64/PKGBUILD  |   46 
 community-x86_64/mesa-demos-conflict.patch |   24 ++
 community-x86_64/noise.install |   17 
 8 files changed, 180 insertions(+), 126 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-14 13:48:50 UTC (rev 115711)
+++ community-i686/PKGBUILD 2014-07-14 13:49:09 UTC (rev 115712)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin alucryd at gmail dot com
-
-pkgname=noise
-pkgver=0.3.0
-pkgrel=1
-pkgdesc='The Pantheon Music Player'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/noise'
-license=('GPL3')
-depends=('desktop-file-utils' 'granite' 'gst-plugins-base-libs' 'json-glib' 
'libgpod' 'libnotify' 'libpeas' 'libsoup' 'sqlheavy' 'taglib')
-makedepends=('cmake' 'vala')
-optdepends=('gst-plugins-base: Base plugin libraries'
-'gst-plugins-good: Good plugin libraries'
-'gst-plugins-bad: Bad plugin libraries'
-'gst-plugins-ugly: Ugly plugin libraries')
-install=${pkgname}.install
-source=(https://launchpad.net/${pkgname}/${pkgver%.?}.x/${pkgver}/+download/${pkgname}-${pkgver}.tgz;)
-sha256sums=('56d9dc11e376f0727748e5f60ad3626314ecead6d62139a56ab487fdf7cf')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  sed 
's|${CMAKE_INSTALL_PREFIX}/${PLUGIN_DIR_UNPREFIXED}|${PLUGIN_DIR_UNPREFIXED}|' 
-i CMakeLists.txt
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build  cd build
-
-  cmake .. -DCMAKE_INSTALL_PREFIX='/usr' -DCMAKE_INSTALL_LIBDIR='/usr/lib' \
-   -DGSETTINGS_COMPILE='OFF'
-  make -j1
-}
-
-package() {
-  cd ${pkgname}-${pkgver}/build
-
-  make DESTDIR=${pkgdir} install
-}
-
-# vim: ts=2 sw=2 et:

Copied: noise/repos/community-i686/PKGBUILD (from rev 115711, 
noise/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-14 13:49:09 UTC (rev 115712)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Maxime Gauduin alucryd at gmail dot com
+
+pkgname=noise
+pkgver=0.3.0
+pkgrel=2
+pkgdesc='The Pantheon Music Player'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/noise'
+license=('GPL3')
+depends=('desktop-file-utils' 'granite' 'gst-plugins-base-libs' 'json-glib' 
'libgpod' 'libnotify' 'libpeas' 'libsoup' 'sqlheavy' 'taglib')
+makedepends=('cmake' 'vala')
+optdepends=('gst-plugins-base: Base plugin libraries'
+'gst-plugins-good: Good plugin libraries'
+'gst-plugins-bad: Bad plugin libraries'
+'gst-plugins-ugly: Ugly plugin libraries')
+install=${pkgname}.install
+source=(https://launchpad.net/${pkgname}/${pkgver%.?}.x/${pkgver}/+download/${pkgname}-${pkgver}.tgz;
+'mesa-demos-conflict.patch')
+sha256sums=('56d9dc11e376f0727748e5f60ad3626314ecead6d62139a56ab487fdf7cf'
+'df2c77d7da40126b8957e40924f8d07f8e722cfae27d7f59eb3fa307768a3620')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  patch -Np1 -i ../mesa-demos-conflict.patch
+  sed 
's|${CMAKE_INSTALL_PREFIX}/${PLUGIN_DIR_UNPREFIXED}|${PLUGIN_DIR_UNPREFIXED}|' 
-i CMakeLists.txt
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build  cd build
+
+  cmake .. -DCMAKE_INSTALL_PREFIX='/usr' -DCMAKE_INSTALL_LIBDIR='/usr/lib' \
+   -DGSETTINGS_COMPILE='OFF'
+  make -j1
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Copied: noise/repos/community-i686/mesa-demos-conflict.patch (from rev 115711, 

[arch-commits] Commit in noise/trunk (PKGBUILD mesa-demos-conflict.patch)

2014-07-14 Thread Maxime Gauduin
Date: Monday, July 14, 2014 @ 15:48:50
  Author: alucryd
Revision: 115711

FS#41129: noise 0.3.0-2

Added:
  noise/trunk/mesa-demos-conflict.patch
Modified:
  noise/trunk/PKGBUILD

---+
 PKGBUILD  |9 ++---
 mesa-demos-conflict.patch |   24 
 2 files changed, 30 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-14 13:46:55 UTC (rev 115710)
+++ PKGBUILD2014-07-14 13:48:50 UTC (rev 115711)
@@ -3,7 +3,7 @@
 
 pkgname=noise
 pkgver=0.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc='The Pantheon Music Player'
 arch=('i686' 'x86_64')
 url='https://launchpad.net/noise'
@@ -15,12 +15,15 @@
 'gst-plugins-bad: Bad plugin libraries'
 'gst-plugins-ugly: Ugly plugin libraries')
 install=${pkgname}.install
-source=(https://launchpad.net/${pkgname}/${pkgver%.?}.x/${pkgver}/+download/${pkgname}-${pkgver}.tgz;)
-sha256sums=('56d9dc11e376f0727748e5f60ad3626314ecead6d62139a56ab487fdf7cf')
+source=(https://launchpad.net/${pkgname}/${pkgver%.?}.x/${pkgver}/+download/${pkgname}-${pkgver}.tgz;
+'mesa-demos-conflict.patch')
+sha256sums=('56d9dc11e376f0727748e5f60ad3626314ecead6d62139a56ab487fdf7cf'
+'df2c77d7da40126b8957e40924f8d07f8e722cfae27d7f59eb3fa307768a3620')
 
 prepare() {
   cd ${pkgname}-${pkgver}
 
+  patch -Np1 -i ../mesa-demos-conflict.patch
   sed 
's|${CMAKE_INSTALL_PREFIX}/${PLUGIN_DIR_UNPREFIXED}|${PLUGIN_DIR_UNPREFIXED}|' 
-i CMakeLists.txt
 }
 

Added: mesa-demos-conflict.patch
===
--- mesa-demos-conflict.patch   (rev 0)
+++ mesa-demos-conflict.patch   2014-07-14 13:48:50 UTC (rev 115711)
@@ -0,0 +1,24 @@
+diff -rupN noise-0.3.0.orig/data/noise.desktop noise-0.3.0/data/noise.desktop
+--- noise-0.3.0.orig/data/noise.desktop2014-07-14 15:32:41.859039779 
+0200
 noise-0.3.0/data/noise.desktop 2014-07-14 15:33:18.950708937 +0200
+@@ -3,7 +3,7 @@ Type=Application
+ Name=Noise
+ GenericName=Music Player
+ Comment=Listen to music
+-Exec=noise %U
++Exec=noise-player %U
+ Icon=multimedia-audio-player
+ Terminal=false
+ Categories=Audio;Music;Player;AudioVideo;GNOME;GTK;
+diff -rupN noise-0.3.0.orig/src/CMakeLists.txt noise-0.3.0/src/CMakeLists.txt
+--- noise-0.3.0.orig/src/CMakeLists.txt2014-07-14 15:32:41.852369815 
+0200
 noise-0.3.0/src/CMakeLists.txt 2014-07-14 15:38:21.230137167 +0200
+@@ -107,7 +107,7 @@ vala_precompile (CLIENT_VALA_C ${SRC_TAR
+   ${CLIENT_VAPI}
+ )
+ 
+-set (EXEC_NAME ../${SRC_TARGET})
++set (EXEC_NAME ../${SRC_TARGET}-player)
+ 
+ add_definitions (${DEPS_CFLAGS})
+ link_directories (${DEPS_LIBRARY_DIRS})



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

2014-07-14 Thread Sergej Pupykin
Date: Monday, July 14, 2014 @ 16:37:36
  Author: spupykin
Revision: 115718

Modified:
  haskell-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-14 14:37:17 UTC (rev 115717)
+++ PKGBUILD2014-07-14 14:37:36 UTC (rev 115718)
@@ -3,7 +3,7 @@
 
 pkgname=haskell-gtk
 pkgver=0.12.5.7
-pkgrel=1
+pkgrel=2
 pkgdesc=Binding to the gtk library for Gtk2Hs.
 url=http://hackage.haskell.org/package/gtk;
 license=('LGPL2.1')
@@ -30,10 +30,19 @@
   sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
 }
 
+_update_deps() {
+_ver=`pacman -Q $1 | cut -f2 -d\  | cut -f1 -d-`
+for i in `seq 0 $(expr ${#depends[@]} - 1)`; do
+if [ ${depends[$i]} == $1 ]; then
+depends[$i]=$1=${_ver}
+fi
+done
+}
+
 package() {
-  _hmtlver=`pacman -Q haskell-mtl | cut -f2 -d\  | cut -f1 -d-`
-  _hpangover=`pacman -Q haskell-pango | cut -f2 -d\  | cut -f1 -d-`
-  depends=(ghc gtk2 haskell-pango=${_hpangover} 
haskell-mtl=${_hmtlver})
+  _update_deps ghc
+  _update_deps haskell-mtl
+  _update_deps haskell-pango
 
   cd ${srcdir}/gtk-${pkgver}
   install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/gtk2hs-gtk/register.sh



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

2014-07-14 Thread Sergej Pupykin
Date: Monday, July 14, 2014 @ 16:37:17
  Author: spupykin
Revision: 115717

Modified:
  hedgewars/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-14 13:57:22 UTC (rev 115716)
+++ PKGBUILD2014-07-14 14:37:17 UTC (rev 115717)
@@ -3,7 +3,7 @@
 
 pkgname=hedgewars
 pkgver=0.9.20.5
-pkgrel=2
+pkgrel=3
 pkgdesc=turn based strategy, artillery, action and comedy game, featuring the
  antics of pink hedgehogs with attitude as they battle from the depths of hell
  to the depths of space.
@@ -28,25 +28,28 @@
  'eeb14d50df39063549ac5eca9dbc65d1'
  '84a85365cbbf7a1aabe4d0f37bd5f03f')
 
-build() {
+prepare() {
   cd $pkgname-src-*
-
   patch -Np1 -i ${srcdir}/fix-ghc-7.8-build-failure.diff
+  sed -i 's|\[ ! -a Hedgewars.app \]|\\[ ! -a Hedgewars.app \\]|' 
tools/CMakeLists.txt
+}
 
+build() {
+  cd $pkgname-src-*
+  mkdir -p $srcdir/bin
+  ln -sf /usr/bin/lrelease-qt4 $srcdir/bin/Qt4::lrelease
+  export PATH=$srcdir/bin:$PATH
   cmake \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DDATA_INSTALL_DIR=/usr/share/hedgewars \
-DNOSERVER=0 .
-
   make
 }
 
 package() {
   cd $pkgname-src-*
-
   make DESTDIR=$pkgdir install
-
   install -D -m644 Fonts_LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/Fonts_LICENSE.txt
   install -D -m644 $srcdir/hedgewars.png 
$pkgdir/usr/share/pixmaps/hedgewars.png
   install -D -m644 share/hedgewars/Data/misc/hedgewars.desktop 
$pkgdir/usr/share/applications/hedgewars.desktop



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

2014-07-14 Thread Sergej Pupykin
Date: Monday, July 14, 2014 @ 16:43:25
  Author: spupykin
Revision: 115719

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

Added:
  hedgewars/repos/community-staging-i686/
  hedgewars/repos/community-staging-i686/PKGBUILD
(from rev 115718, hedgewars/trunk/PKGBUILD)
  hedgewars/repos/community-staging-i686/fix-ghc-7.8-build-failure.diff
(from rev 115718, hedgewars/trunk/fix-ghc-7.8-build-failure.diff)
  hedgewars/repos/community-staging-i686/hedgewars.png
(from rev 115718, hedgewars/trunk/hedgewars.png)
  hedgewars/repos/community-staging-x86_64/
  hedgewars/repos/community-staging-x86_64/PKGBUILD
(from rev 115718, hedgewars/trunk/PKGBUILD)
  hedgewars/repos/community-staging-x86_64/fix-ghc-7.8-build-failure.diff
(from rev 115718, hedgewars/trunk/fix-ghc-7.8-build-failure.diff)
  hedgewars/repos/community-staging-x86_64/hedgewars.png
(from rev 115718, hedgewars/trunk/hedgewars.png)

-+
 community-staging-i686/PKGBUILD |   56 ++
 community-staging-i686/fix-ghc-7.8-build-failure.diff   |   13 +++
 community-staging-x86_64/PKGBUILD   |   56 ++
 community-staging-x86_64/fix-ghc-7.8-build-failure.diff |   13 +++
 4 files changed, 138 insertions(+)

Copied: hedgewars/repos/community-staging-i686/PKGBUILD (from rev 115718, 
hedgewars/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-07-14 14:43:25 UTC (rev 115719)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=hedgewars
+pkgver=0.9.20.5
+pkgrel=3
+pkgdesc=turn based strategy, artillery, action and comedy game, featuring the
+ antics of pink hedgehogs with attitude as they battle from the depths of hell
+ to the depths of space.
+arch=('i686' 'x86_64')
+url=http://hedgewars.org;
+license=('GPL' 'custom')
+depends=('qt4' 'sdl' 'sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'lua51' 
'ffmpeg' 'glut')
+makedepends=('fpc' 'cmake'
+# haskell specific
+'ghc'
+'haskell-network'
+'haskell-bytestring-show'
+'haskell-utf8-string'
+'haskell-dataenc'
+'haskell-hslogger'
+'haskell-vector'
+'haskell-random')
+source=(http://download.gna.org/hedgewars/hedgewars-src-$pkgver.tar.bz2
+hedgewars.png
+'fix-ghc-7.8-build-failure.diff')
+md5sums=('c61eb01466e86da656e1e74ad70a3217'
+ 'eeb14d50df39063549ac5eca9dbc65d1'
+ '84a85365cbbf7a1aabe4d0f37bd5f03f')
+
+prepare() {
+  cd $pkgname-src-*
+  patch -Np1 -i ${srcdir}/fix-ghc-7.8-build-failure.diff
+  sed -i 's|\[ ! -a Hedgewars.app \]|\\[ ! -a Hedgewars.app \\]|' 
tools/CMakeLists.txt
+}
+
+build() {
+  cd $pkgname-src-*
+  mkdir -p $srcdir/bin
+  ln -sf /usr/bin/lrelease-qt4 $srcdir/bin/Qt4::lrelease
+  export PATH=$srcdir/bin:$PATH
+  cmake \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DDATA_INSTALL_DIR=/usr/share/hedgewars \
+   -DNOSERVER=0 .
+  make
+}
+
+package() {
+  cd $pkgname-src-*
+  make DESTDIR=$pkgdir install
+  install -D -m644 Fonts_LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/Fonts_LICENSE.txt
+  install -D -m644 $srcdir/hedgewars.png 
$pkgdir/usr/share/pixmaps/hedgewars.png
+  install -D -m644 share/hedgewars/Data/misc/hedgewars.desktop 
$pkgdir/usr/share/applications/hedgewars.desktop
+}

Copied: hedgewars/repos/community-staging-i686/fix-ghc-7.8-build-failure.diff 
(from rev 115718, hedgewars/trunk/fix-ghc-7.8-build-failure.diff)
===
--- community-staging-i686/fix-ghc-7.8-build-failure.diff   
(rev 0)
+++ community-staging-i686/fix-ghc-7.8-build-failure.diff   2014-07-14 
14:43:25 UTC (rev 115719)
@@ -0,0 +1,13 @@
+diff --git a/gameServer/Actions.hs b/gameServer/Actions.hs
+index 2cebe4f..355ee26 100644
+--- a/gameServer/Actions.hs
 b/gameServer/Actions.hs
+@@ -562,7 +562,7 @@ processAction (AddClient cl) = do
+ si - gets serverInfo
+ newClId - io $ do
+ ci - addClient rnc cl
+-_ - Exception.mask (forkIO . clientRecvLoop (clientSocket cl) 
(coreChan si) (sendChan cl) ci)
++_ - Exception.mask (\x - forkIO $ clientRecvLoop (clientSocket cl) 
(coreChan si) (sendChan cl) ci x)
+ 
+ infoM Clients (show ci ++ : New client. Time:  ++ show 
(connectTime cl))
+ 

Copied: hedgewars/repos/community-staging-i686/hedgewars.png (from rev 115718, 
hedgewars/trunk/hedgewars.png)
===
(Binary files differ)

Copied: hedgewars/repos/community-staging-x86_64/PKGBUILD (from rev 115718, 
hedgewars/trunk/PKGBUILD)
===
--- 

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

2014-07-14 Thread Sergej Pupykin
Date: Monday, July 14, 2014 @ 17:12:20
  Author: spupykin
Revision: 115720

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

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

-+
 community-staging-i686/PKGBUILD |   53 ++
 community-staging-i686/gtk2hs-gtk.install   |   18 
 community-staging-x86_64/PKGBUILD   |   53 ++
 community-staging-x86_64/gtk2hs-gtk.install |   18 
 4 files changed, 142 insertions(+)

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

Copied: haskell-gtk/repos/community-staging-i686/gtk2hs-gtk.install (from rev 
115719, haskell-gtk/trunk/gtk2hs-gtk.install)
===
--- community-staging-i686/gtk2hs-gtk.install   (rev 0)
+++ community-staging-i686/gtk2hs-gtk.install   2014-07-14 15:12:20 UTC (rev 
115720)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/gtk2hs-gtk
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-gtk/repos/community-staging-x86_64/PKGBUILD (from rev 115719, 
haskell-gtk/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-07-14 15:12:20 UTC (rev 115720)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=haskell-gtk
+pkgver=0.12.5.7
+pkgrel=2
+pkgdesc=Binding to the gtk library for Gtk2Hs.
+url=http://hackage.haskell.org/package/gtk;
+license=('LGPL2.1')
+arch=('i686' 'x86_64')
+depends=('ghc' 'gtk2' haskell-pango 'haskell-mtl')
+makedepends=(gtk2hs-buildtools)
+provides=('gtk2hs-gtk')
+replaces=('gtk2hs-gtk')
+conflicts=('gtk2hs-gtk')
+options=('strip' 'staticlibs')
+install=gtk2hs-gtk.install
+source=(http://hackage.haskell.org/packages/archive/gtk/$pkgver/gtk-$pkgver.tar.gz)
+md5sums=('13020ad1f3f80a0d5b17c4e519172362')
+
+build() {
+  cd ${srcdir}/gtk-${pkgver}
+  runhaskell Setup 

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

2014-07-14 Thread Sergej Pupykin
Date: Monday, July 14, 2014 @ 17:12:56
  Author: spupykin
Revision: 115723

upgpkg: parcellite 1.1.8-1

upd

Modified:
  parcellite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-14 15:12:54 UTC (rev 115722)
+++ PKGBUILD2014-07-14 15:12:56 UTC (rev 115723)
@@ -3,8 +3,8 @@
 # Maintainer: Alexander Fehr pizzapunk gmail com
 
 pkgname=parcellite
-pkgver=1.1.7
-pkgrel=2
+pkgver=1.1.8
+pkgrel=1
 pkgdesc=Lightweight GTK+ clipboard manager
 arch=('i686' 'x86_64')
 url=http://parcellite.sourceforge.net/;
@@ -13,7 +13,7 @@
 makedepends=('intltool')
 source=(http://downloads.sourceforge.net/parcellite/parcellite-$pkgver.tar.gz
fix-crash.patch)
-md5sums=('a542aab0df50ac7a7de6501957e78fb3'
+md5sums=('473d4d9e937c7de3502d21abac891cd3'
  'f2cc1986e573d49c92ea3d81efd5d574')
 
 prepare() {



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

2014-07-14 Thread Sergej Pupykin
Date: Monday, July 14, 2014 @ 17:12:37
  Author: spupykin
Revision: 115721

upgpkg: linuxconsole 1.4.7-1

upd

Modified:
  linuxconsole/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-14 15:12:20 UTC (rev 115720)
+++ PKGBUILD2014-07-14 15:12:37 UTC (rev 115721)
@@ -3,7 +3,7 @@
 # Maintainer:  Andrzej Giniewicz ggi...@gmail.com
 
 pkgname=linuxconsole
-pkgver=1.4.6
+pkgver=1.4.7
 pkgrel=1
 pkgdesc=Set of utilities for joysticks and serial devices
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
'inputattach.conf.d'
'inputattach.service'
'inputattachctl')
-md5sums=('9115e08e3a2193b62da46d0e02852787'
+md5sums=('fc839ab0dd04718244e17eab9d137ecd'
  '7ca903e54829764c8241233af5069216'
  'c19b9ed38b243191cf5378b87a42a4cc'
  '7dd0690a9d2fe5e1052900650906e273')



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

2014-07-14 Thread Sergej Pupykin
Date: Monday, July 14, 2014 @ 17:12:54
  Author: spupykin
Revision: 115722

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

Added:
  linuxconsole/repos/community-i686/PKGBUILD
(from rev 115721, linuxconsole/trunk/PKGBUILD)
  linuxconsole/repos/community-i686/inputattach.conf.d
(from rev 115721, linuxconsole/trunk/inputattach.conf.d)
  linuxconsole/repos/community-i686/inputattach.service
(from rev 115721, linuxconsole/trunk/inputattach.service)
  linuxconsole/repos/community-i686/inputattachctl
(from rev 115721, linuxconsole/trunk/inputattachctl)
  linuxconsole/repos/community-x86_64/PKGBUILD
(from rev 115721, linuxconsole/trunk/PKGBUILD)
  linuxconsole/repos/community-x86_64/inputattach.conf.d
(from rev 115721, linuxconsole/trunk/inputattach.conf.d)
  linuxconsole/repos/community-x86_64/inputattach.service
(from rev 115721, linuxconsole/trunk/inputattach.service)
  linuxconsole/repos/community-x86_64/inputattachctl
(from rev 115721, linuxconsole/trunk/inputattachctl)
Deleted:
  linuxconsole/repos/community-i686/PKGBUILD
  linuxconsole/repos/community-i686/inputattach.conf.d
  linuxconsole/repos/community-i686/inputattach.service
  linuxconsole/repos/community-i686/inputattachctl
  linuxconsole/repos/community-x86_64/PKGBUILD
  linuxconsole/repos/community-x86_64/inputattach.conf.d
  linuxconsole/repos/community-x86_64/inputattach.service
  linuxconsole/repos/community-x86_64/inputattachctl

--+
 /PKGBUILD|   74 +
 /inputattach.conf.d  |   20 
 /inputattach.service |   22 +
 /inputattachctl  |   28 
 community-i686/PKGBUILD  |   37 
 community-i686/inputattach.conf.d|   10 
 community-i686/inputattach.service   |   11 
 community-i686/inputattachctl|   14 --
 community-x86_64/PKGBUILD|   37 
 community-x86_64/inputattach.conf.d  |   10 
 community-x86_64/inputattach.service |   11 
 community-x86_64/inputattachctl  |   14 --
 12 files changed, 144 insertions(+), 144 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-14 15:12:37 UTC (rev 115721)
+++ community-i686/PKGBUILD 2014-07-14 15:12:54 UTC (rev 115722)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer:  Andrzej Giniewicz ggi...@gmail.com
-
-pkgname=linuxconsole
-pkgver=1.4.6
-pkgrel=1
-pkgdesc=Set of utilities for joysticks and serial devices
-arch=('i686' 'x86_64')
-url=http://sourceforge.net/projects/linuxconsole/;
-license=('GPL')
-makedepends=('sdl')
-provides=('joystick' 'inputattach')
-replaces=('joystick' 'inputattach')
-optdepends=('sdl: for ffmvforce utility')
-source=(http://prdownloads.sourceforge.net/linuxconsole/linuxconsoletools-$pkgver.tar.bz2
-   'inputattach.conf.d'
-   'inputattach.service'
-   'inputattachctl')
-md5sums=('9115e08e3a2193b62da46d0e02852787'
- '7ca903e54829764c8241233af5069216'
- 'c19b9ed38b243191cf5378b87a42a4cc'
- '7dd0690a9d2fe5e1052900650906e273')
-
-build() {
-  cd ${srcdir}/linuxconsoletools-$pkgver
-  make
-}
-
-package() {
-  cd ${srcdir}/linuxconsoletools-$pkgver
-  make PREFIX=/usr DESTDIR=${pkgdir} install
-
-  install -Dm755 $srcdir/inputattachctl $pkgdir/usr/bin/inputattachctl
-  install -Dm644 $srcdir/inputattach.conf.d $pkgdir/etc/conf.d/inputattach
-  install -Dm644 $srcdir/inputattach.service 
$pkgdir/usr/lib/systemd/system/inputattach.service
-}

Copied: linuxconsole/repos/community-i686/PKGBUILD (from rev 115721, 
linuxconsole/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-14 15:12:54 UTC (rev 115722)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer:  Andrzej Giniewicz ggi...@gmail.com
+
+pkgname=linuxconsole
+pkgver=1.4.7
+pkgrel=1
+pkgdesc=Set of utilities for joysticks and serial devices
+arch=('i686' 'x86_64')
+url=http://sourceforge.net/projects/linuxconsole/;
+license=('GPL')
+makedepends=('sdl')
+provides=('joystick' 'inputattach')
+replaces=('joystick' 'inputattach')
+optdepends=('sdl: for ffmvforce utility')
+source=(http://prdownloads.sourceforge.net/linuxconsole/linuxconsoletools-$pkgver.tar.bz2
+   'inputattach.conf.d'
+   'inputattach.service'
+   'inputattachctl')
+md5sums=('fc839ab0dd04718244e17eab9d137ecd'
+ '7ca903e54829764c8241233af5069216'
+ 'c19b9ed38b243191cf5378b87a42a4cc'
+ '7dd0690a9d2fe5e1052900650906e273')
+
+build() {
+  cd ${srcdir}/linuxconsoletools-$pkgver
+  make
+}
+
+package() {
+  cd ${srcdir}/linuxconsoletools-$pkgver
+  make PREFIX=/usr 

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

2014-07-14 Thread Sergej Pupykin
Date: Monday, July 14, 2014 @ 17:13:08
  Author: spupykin
Revision: 115724

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

Added:
  parcellite/repos/community-i686/PKGBUILD
(from rev 115723, parcellite/trunk/PKGBUILD)
  parcellite/repos/community-i686/fix-crash.patch
(from rev 115723, parcellite/trunk/fix-crash.patch)
  parcellite/repos/community-x86_64/PKGBUILD
(from rev 115723, parcellite/trunk/PKGBUILD)
  parcellite/repos/community-x86_64/fix-crash.patch
(from rev 115723, parcellite/trunk/fix-crash.patch)
Deleted:
  parcellite/repos/community-i686/PKGBUILD
  parcellite/repos/community-i686/fix-crash.patch
  parcellite/repos/community-x86_64/PKGBUILD
  parcellite/repos/community-x86_64/fix-crash.patch

--+
 /PKGBUILD|   66 +
 /fix-crash.patch |   22 
 community-i686/PKGBUILD  |   33 --
 community-i686/fix-crash.patch   |   11 --
 community-x86_64/PKGBUILD|   33 --
 community-x86_64/fix-crash.patch |   11 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-14 15:12:56 UTC (rev 115723)
+++ community-i686/PKGBUILD 2014-07-14 15:13:08 UTC (rev 115724)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Alexander Fehr pizzapunk gmail com
-
-pkgname=parcellite
-pkgver=1.1.7
-pkgrel=2
-pkgdesc=Lightweight GTK+ clipboard manager
-arch=('i686' 'x86_64')
-url=http://parcellite.sourceforge.net/;
-license=('GPL3')
-depends=('gtk2')
-makedepends=('intltool')
-source=(http://downloads.sourceforge.net/parcellite/parcellite-$pkgver.tar.gz
-   fix-crash.patch)
-md5sums=('a542aab0df50ac7a7de6501957e78fb3'
- 'f2cc1986e573d49c92ea3d81efd5d574')
-
-prepare() {
-  cd $srcdir/parcellite-$pkgver
-  patch -Np1 $srcdir/fix-crash.patch
-}
-
-build() {
-  cd $srcdir/parcellite-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $srcdir/parcellite-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: parcellite/repos/community-i686/PKGBUILD (from rev 115723, 
parcellite/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-14 15:13:08 UTC (rev 115724)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Alexander Fehr pizzapunk gmail com
+
+pkgname=parcellite
+pkgver=1.1.8
+pkgrel=1
+pkgdesc=Lightweight GTK+ clipboard manager
+arch=('i686' 'x86_64')
+url=http://parcellite.sourceforge.net/;
+license=('GPL3')
+depends=('gtk2')
+makedepends=('intltool')
+source=(http://downloads.sourceforge.net/parcellite/parcellite-$pkgver.tar.gz
+   fix-crash.patch)
+md5sums=('473d4d9e937c7de3502d21abac891cd3'
+ 'f2cc1986e573d49c92ea3d81efd5d574')
+
+prepare() {
+  cd $srcdir/parcellite-$pkgver
+  patch -Np1 $srcdir/fix-crash.patch
+}
+
+build() {
+  cd $srcdir/parcellite-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $srcdir/parcellite-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/fix-crash.patch
===
--- community-i686/fix-crash.patch  2014-07-14 15:12:56 UTC (rev 115723)
+++ community-i686/fix-crash.patch  2014-07-14 15:13:08 UTC (rev 115724)
@@ -1,11 +0,0 @@
 a/src/preferences.c.orig   2013-11-11 14:39:32.0 +0400
-+++ b/src/preferences.c2013-11-11 14:40:03.970776522 +0400
-@@ -381,7 +381,7 @@
-   }   
-   /**now go through and make sure we have no duplicates */
-   for (i=0;NULL != keylist[i].name; ++i){
--  if(0 !=  keylist[i].keyval[0]){
-+  if(NULL != keylist[i].keyval  0 != keylist[i].keyval[0]){
-   /**see if it exists elsewhere  */
-   for (l=0;NULL != keylist[l].name; ++l){
-   if(l!=i  0 != keylist[l].keyval[0]){

Copied: parcellite/repos/community-i686/fix-crash.patch (from rev 115723, 
parcellite/trunk/fix-crash.patch)
===
--- community-i686/fix-crash.patch  (rev 0)
+++ community-i686/fix-crash.patch  2014-07-14 15:13:08 UTC (rev 115724)
@@ -0,0 +1,11 @@
+--- a/src/preferences.c.orig   2013-11-11 14:39:32.0 +0400
 b/src/preferences.c2013-11-11 14:40:03.970776522 +0400
+@@ -381,7 +381,7 @@
+   }   
+   /**now go through and make sure we have no duplicates */
+   for (i=0;NULL != keylist[i].name; ++i){
+-  if(0 !=  keylist[i].keyval[0]){
++  if(NULL != keylist[i].keyval  0 != keylist[i].keyval[0]){
+   

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

2014-07-14 Thread Gaetan Bisson
Date: Monday, July 14, 2014 @ 18:07:04
  Author: bisson
Revision: 216879

upstream update

Modified:
  s-nail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-14 08:29:40 UTC (rev 216878)
+++ PKGBUILD2014-07-14 16:07:04 UTC (rev 216879)
@@ -5,7 +5,7 @@
 # Contributor: Andreas Wagner andreas.wag...@em.uni-frankfurt.de
 
 pkgname=s-nail
-pkgver=14.7.2
+pkgver=14.7.3
 pkgrel=1
 pkgdesc='Mail processing system with a command syntax reminiscent of ed'
 url='http://sdaoden.users.sourceforge.net/code.html#s-nail'
@@ -14,7 +14,7 @@
 depends=('openssl' 'krb5')
 optdepends=('smtp-forwarder: for sending mail')
 
source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver//./_}.tar.xz;)
-sha1sums=('18ba641fa64fea4801dc8efe0bf1c6ed3655a041')
+sha1sums=('db78ae5c23bb3f4ca27879a93b2f478a73f81739')
 
 groups=('base')
 backup=('etc/mail.rc')



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

2014-07-14 Thread Gaetan Bisson
Date: Monday, July 14, 2014 @ 18:07:40
  Author: bisson
Revision: 216880

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

Added:
  s-nail/repos/testing-i686/PKGBUILD
(from rev 216879, s-nail/trunk/PKGBUILD)
  s-nail/repos/testing-x86_64/PKGBUILD
(from rev 216879, s-nail/trunk/PKGBUILD)
Deleted:
  s-nail/repos/testing-i686/PKGBUILD
  s-nail/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |  102 ++
 testing-i686/PKGBUILD   |   51 ---
 testing-x86_64/PKGBUILD |   51 ---
 3 files changed, 102 insertions(+), 102 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-07-14 16:07:04 UTC (rev 216879)
+++ testing-i686/PKGBUILD   2014-07-14 16:07:40 UTC (rev 216880)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Sergej Pupykin pupykin.s@a...@gmail.com
-# Contributor: Andreas Wagner andreas.wag...@em.uni-frankfurt.de
-
-pkgname=s-nail
-pkgver=14.7.2
-pkgrel=1
-pkgdesc='Mail processing system with a command syntax reminiscent of ed'
-url='http://sdaoden.users.sourceforge.net/code.html#s-nail'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-depends=('openssl' 'krb5')
-optdepends=('smtp-forwarder: for sending mail')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver//./_}.tar.xz;)
-sha1sums=('18ba641fa64fea4801dc8efe0bf1c6ed3655a041')
-
-groups=('base')
-backup=('etc/mail.rc')
-replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
-provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
-conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   CFLAGS+= $CPPFLAGS
-   make \
-   PREFIX=/usr \
-   SYSCONFDIR=/etc \
-   MANDIR=/usr/share/man \
-   MAILSPOOL=/var/spool/mail \
-   SID= NAIL=mail \
-   WANT_AUTOCC=0 \
-   config
-
-   make build
-}
-
-check() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make test
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} packager-install
-   ln -sf mail ${pkgdir}/usr/bin/mailx
-   ln -sf mail.1.gz ${pkgdir}/usr/share/man/man1/mailx.1.gz
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: s-nail/repos/testing-i686/PKGBUILD (from rev 216879, 
s-nail/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-07-14 16:07:40 UTC (rev 216880)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s@a...@gmail.com
+# Contributor: Andreas Wagner andreas.wag...@em.uni-frankfurt.de
+
+pkgname=s-nail
+pkgver=14.7.3
+pkgrel=1
+pkgdesc='Mail processing system with a command syntax reminiscent of ed'
+url='http://sdaoden.users.sourceforge.net/code.html#s-nail'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('openssl' 'krb5')
+optdepends=('smtp-forwarder: for sending mail')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver//./_}.tar.xz;)
+sha1sums=('db78ae5c23bb3f4ca27879a93b2f478a73f81739')
+
+groups=('base')
+backup=('etc/mail.rc')
+replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   CFLAGS+= $CPPFLAGS
+   make \
+   PREFIX=/usr \
+   SYSCONFDIR=/etc \
+   MANDIR=/usr/share/man \
+   MAILSPOOL=/var/spool/mail \
+   SID= NAIL=mail \
+   WANT_AUTOCC=0 \
+   config
+
+   make build
+}
+
+check() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make test
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} packager-install
+   ln -sf mail ${pkgdir}/usr/bin/mailx
+   ln -sf mail.1.gz ${pkgdir}/usr/share/man/man1/mailx.1.gz
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2014-07-14 16:07:04 UTC (rev 216879)
+++ testing-x86_64/PKGBUILD 2014-07-14 16:07:40 UTC (rev 216880)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Sergej Pupykin pupykin.s@a...@gmail.com
-# Contributor: Andreas Wagner andreas.wag...@em.uni-frankfurt.de
-
-pkgname=s-nail

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

2014-07-14 Thread Florian Pritz
Date: Monday, July 14, 2014 @ 19:56:40
  Author: bluewind
Revision: 115727

upstream update

Modified:
  lib32-e2fsprogs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-14 16:54:39 UTC (rev 115726)
+++ PKGBUILD2014-07-14 17:56:40 UTC (rev 115727)
@@ -5,7 +5,7 @@
 
 _pkgbasename=e2fsprogs
 pkgname=lib32-e2fsprogs
-pkgver=1.42.10
+pkgver=1.42.11
 pkgrel=1
 pkgdesc=Ext2 filesystem libraries (32-bit)
 arch=('x86_64')
@@ -14,7 +14,7 @@
 depends=('lib32-util-linux' $_pkgbasename)
 makedepends=('bc' 'gcc-multilib')
 
source=(http://downloads.sourceforge.net/sourceforge/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz;)
-sha1sums=('06eba8a78ce1d5032fdcaf34f09025f01ceaca79')
+sha1sums=('3d30eb40f3ca69dcef373a505a061b582e1026c2')
 
 build() {
   export CC=gcc -m32


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

2014-07-14 Thread Florian Pritz
Date: Monday, July 14, 2014 @ 19:59:56
  Author: bluewind
Revision: 115728

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-14 17:56:40 UTC (rev 115727)
+++ PKGBUILD2014-07-14 17:59:56 UTC (rev 115728)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru ib...@archlinux.org
-# Contributor: mightyjaym jm.ambros...@free.fr
-# Contributor: Mikko Seppälä t-r-...@mbnet.fi
-
-_pkgbasename=e2fsprogs
-pkgname=lib32-e2fsprogs
-pkgver=1.42.10
-pkgrel=1
-pkgdesc=Ext2 filesystem libraries (32-bit)
-arch=('x86_64')
-license=('GPL' 'LGPL' 'MIT')
-url=http://e2fsprogs.sourceforge.net;
-depends=('lib32-util-linux' $_pkgbasename)
-makedepends=('bc' 'gcc-multilib')
-source=(http://downloads.sourceforge.net/sourceforge/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz;)
-sha1sums=('06eba8a78ce1d5032fdcaf34f09025f01ceaca79')
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  ./configure --prefix=/usr --libdir=/usr/lib32 --with-root-prefix= 
--enable-elf-shlibs \
-  --disable-{debugfs,imager,resizer,fsck,uuidd,libuuid,libblkid}
-  make
-}
-
-package() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  make DESTDIR=${pkgdir} install-libs
-
-  rm -rf ${pkgdir}/usr/{bin,include,share}
-  mkdir -p $pkgdir/usr/share/licenses
-  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
-}

Copied: lib32-e2fsprogs/repos/multilib-x86_64/PKGBUILD (from rev 115727, 
lib32-e2fsprogs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-14 17:59:56 UTC (rev 115728)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Contributor: mightyjaym jm.ambros...@free.fr
+# Contributor: Mikko Seppälä t-r-...@mbnet.fi
+
+_pkgbasename=e2fsprogs
+pkgname=lib32-e2fsprogs
+pkgver=1.42.11
+pkgrel=1
+pkgdesc=Ext2 filesystem libraries (32-bit)
+arch=('x86_64')
+license=('GPL' 'LGPL' 'MIT')
+url=http://e2fsprogs.sourceforge.net;
+depends=('lib32-util-linux' $_pkgbasename)
+makedepends=('bc' 'gcc-multilib')
+source=(http://downloads.sourceforge.net/sourceforge/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz;)
+sha1sums=('3d30eb40f3ca69dcef373a505a061b582e1026c2')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  ./configure --prefix=/usr --libdir=/usr/lib32 --with-root-prefix= 
--enable-elf-shlibs \
+  --disable-{debugfs,imager,resizer,fsck,uuidd,libuuid,libblkid}
+  make
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  make DESTDIR=${pkgdir} install-libs
+
+  rm -rf ${pkgdir}/usr/{bin,include,share}
+  mkdir -p $pkgdir/usr/share/licenses
+  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
+}



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

2014-07-14 Thread Florian Pritz
Date: Monday, July 14, 2014 @ 20:00:19
  Author: bluewind
Revision: 115729

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-14 17:59:56 UTC (rev 115728)
+++ PKGBUILD2014-07-14 18:00:19 UTC (rev 115729)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru ib...@archlinux.org
-# Contributor: mightyjaym jm.ambros...@free.fr
-# Contributor: Mikko Seppälä t-r-...@mbnet.fi
-
-_pkgbasename=e2fsprogs
-pkgname=lib32-e2fsprogs
-pkgver=1.42.11
-pkgrel=1
-pkgdesc=Ext2 filesystem libraries (32-bit)
-arch=('x86_64')
-license=('GPL' 'LGPL' 'MIT')
-url=http://e2fsprogs.sourceforge.net;
-depends=('lib32-util-linux' $_pkgbasename)
-makedepends=('bc' 'gcc-multilib')
-source=(http://downloads.sourceforge.net/sourceforge/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz;)
-sha1sums=('3d30eb40f3ca69dcef373a505a061b582e1026c2')
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  ./configure --prefix=/usr --libdir=/usr/lib32 --with-root-prefix= 
--enable-elf-shlibs \
-  --disable-{debugfs,imager,resizer,fsck,uuidd,libuuid,libblkid}
-  make
-}
-
-package() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  make DESTDIR=${pkgdir} install-libs
-
-  rm -rf ${pkgdir}/usr/{bin,include,share}
-  mkdir -p $pkgdir/usr/share/licenses
-  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
-}

Copied: lib32-e2fsprogs/repos/multilib-x86_64/PKGBUILD (from rev 115728, 
lib32-e2fsprogs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-14 18:00:19 UTC (rev 115729)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Contributor: mightyjaym jm.ambros...@free.fr
+# Contributor: Mikko Seppälä t-r-...@mbnet.fi
+
+_pkgbasename=e2fsprogs
+pkgname=lib32-e2fsprogs
+pkgver=1.42.11
+pkgrel=1
+pkgdesc=Ext2 filesystem libraries (32-bit)
+arch=('x86_64')
+license=('GPL' 'LGPL' 'MIT')
+url=http://e2fsprogs.sourceforge.net;
+depends=('lib32-util-linux' $_pkgbasename)
+makedepends=('bc' 'gcc-multilib')
+source=(http://downloads.sourceforge.net/sourceforge/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz;)
+sha1sums=('3d30eb40f3ca69dcef373a505a061b582e1026c2')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  ./configure --prefix=/usr --libdir=/usr/lib32 --with-root-prefix= 
--enable-elf-shlibs \
+  --disable-{debugfs,imager,resizer,fsck,uuidd,libuuid,libblkid}
+  make
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  make DESTDIR=${pkgdir} install-libs
+
+  rm -rf ${pkgdir}/usr/{bin,include,share}
+  mkdir -p $pkgdir/usr/share/licenses
+  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
+}



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

2014-07-14 Thread Eric Bélanger
Date: Monday, July 14, 2014 @ 21:03:27
  Author: eric
Revision: 216893

upgpkg: ddd 3.3.12-5

Add link to pthread in binary (close FS#41190)

Modified:
  ddd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-14 18:06:25 UTC (rev 216892)
+++ PKGBUILD2014-07-14 19:03:27 UTC (rev 216893)
@@ -3,7 +3,7 @@
 
 pkgname=ddd
 pkgver=3.3.12
-pkgrel=4
+pkgrel=5
 pkgdesc=A graphical front-end for command-line debuggers such as GDB, JDB, 
pydb, perl debugger...
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/ddd/;
@@ -21,12 +21,12 @@
 
 prepare() {
   cd ${pkgname}-${pkgver}
-  patch -p1  ../ddd-3.3.12-gcc44.patch
+  patch -p1 -i ${srcdir}/ddd-3.3.12-gcc44.patch
 }
 
 build() {
   cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
+  LIBS+=-pthread ./configure --prefix=/usr
   make
 }
 



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

2014-07-14 Thread Eric Bélanger
Date: Monday, July 14, 2014 @ 21:11:05
  Author: eric
Revision: 216895

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

Added:
  ddd/repos/extra-i686/PKGBUILD
(from rev 216894, ddd/trunk/PKGBUILD)
  ddd/repos/extra-i686/ddd-3.3.12-gcc44.patch
(from rev 216894, ddd/trunk/ddd-3.3.12-gcc44.patch)
  ddd/repos/extra-i686/ddd.install
(from rev 216894, ddd/trunk/ddd.install)
  ddd/repos/extra-x86_64/PKGBUILD
(from rev 216894, ddd/trunk/PKGBUILD)
  ddd/repos/extra-x86_64/ddd-3.3.12-gcc44.patch
(from rev 216894, ddd/trunk/ddd-3.3.12-gcc44.patch)
  ddd/repos/extra-x86_64/ddd.install
(from rev 216894, ddd/trunk/ddd.install)
Deleted:
  ddd/repos/extra-i686/PKGBUILD
  ddd/repos/extra-i686/ddd-3.3.12-gcc44.patch
  ddd/repos/extra-i686/ddd.install
  ddd/repos/extra-x86_64/PKGBUILD
  ddd/repos/extra-x86_64/ddd-3.3.12-gcc44.patch
  ddd/repos/extra-x86_64/ddd.install

-+
 /PKGBUILD   |   74 ++
 /ddd-3.3.12-gcc44.patch |   20 +
 /ddd.install|   36 
 extra-i686/PKGBUILD |   37 -
 extra-i686/ddd-3.3.12-gcc44.patch   |   10 
 extra-i686/ddd.install  |   18 
 extra-x86_64/PKGBUILD   |   37 -
 extra-x86_64/ddd-3.3.12-gcc44.patch |   10 
 extra-x86_64/ddd.install|   18 
 9 files changed, 130 insertions(+), 130 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-14 19:06:18 UTC (rev 216894)
+++ extra-i686/PKGBUILD 2014-07-14 19:11:05 UTC (rev 216895)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=ddd
-pkgver=3.3.12
-pkgrel=5
-pkgdesc=A graphical front-end for command-line debuggers such as GDB, JDB, 
pydb, perl debugger...
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/ddd/;
-license=('GPL3' 'LGPL3')
-depends=('gcc-libs' 'lesstif' 'libxaw')
-optdepends=('gdb: to use the Gnu debugger' 
-'jdk: to use the Java debugger' 
-'pydb: to use the Python debugger' 
-'perl: to use the Perl debugger')
-install=ddd.install
-source=(http://ftp.gnu.org/gnu/ddd/${pkgname}-${pkgver}.tar.gz{,.sig} 
ddd-3.3.12-gcc44.patch)
-sha1sums=('b91d2dfb1145af409138bd34517a898341724e56'
-  'de155d812da6e11e55cc882292bb5c7b30bd31a1'
-  '3d43c9d56347f248732b1d72f29c7bf799f03864')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i ${srcdir}/ddd-3.3.12-gcc44.patch
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  LIBS+=-pthread ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -D -m644 icons/ddd.xpm ${pkgdir}/usr/share/pixmaps/ddd.xpm
-}

Copied: ddd/repos/extra-i686/PKGBUILD (from rev 216894, ddd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-14 19:11:05 UTC (rev 216895)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=ddd
+pkgver=3.3.12
+pkgrel=5
+pkgdesc=A graphical front-end for command-line debuggers such as GDB, JDB, 
pydb, perl debugger...
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/ddd/;
+license=('GPL3' 'LGPL3')
+depends=('gcc-libs' 'lesstif' 'libxaw')
+optdepends=('gdb: to use the Gnu debugger' 
+'jdk: to use the Java debugger' 
+'pydb: to use the Python debugger' 
+'perl: to use the Perl debugger')
+install=ddd.install
+source=(http://ftp.gnu.org/gnu/ddd/${pkgname}-${pkgver}.tar.gz{,.sig} 
ddd-3.3.12-gcc44.patch)
+sha1sums=('b91d2dfb1145af409138bd34517a898341724e56'
+  'de155d812da6e11e55cc882292bb5c7b30bd31a1'
+  '3d43c9d56347f248732b1d72f29c7bf799f03864')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/ddd-3.3.12-gcc44.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  LIBS+=-pthread ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 icons/ddd.xpm ${pkgdir}/usr/share/pixmaps/ddd.xpm
+}

Deleted: extra-i686/ddd-3.3.12-gcc44.patch
===
--- extra-i686/ddd-3.3.12-gcc44.patch   2014-07-14 19:06:18 UTC (rev 216894)
+++ extra-i686/ddd-3.3.12-gcc44.patch   2014-07-14 19:11:05 UTC (rev 216895)
@@ -1,10 +0,0 @@
 ddd-3.3.12-orig/ddd/strclass.C
-+++ ddd-3.3.12/ddd/strclass.C
-@@ -39,6 +39,7 @@
- #include limits.h
- #include new
- #include stdlib.h
-+#include stdio.h
- 
- void string::error(const char* msg) const
- {

Copied: ddd/repos/extra-i686/ddd-3.3.12-gcc44.patch (from rev 216894, 
ddd/trunk/ddd-3.3.12-gcc44.patch)
===
--- extra-i686/ddd-3.3.12-gcc44.patch 

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

2014-07-14 Thread Eric Bélanger
Date: Monday, July 14, 2014 @ 21:06:18
  Author: eric
Revision: 216894

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

Added:
  ddd/repos/extra-i686/PKGBUILD
(from rev 216893, ddd/trunk/PKGBUILD)
  ddd/repos/extra-i686/ddd-3.3.12-gcc44.patch
(from rev 216893, ddd/trunk/ddd-3.3.12-gcc44.patch)
  ddd/repos/extra-i686/ddd.install
(from rev 216893, ddd/trunk/ddd.install)
  ddd/repos/extra-x86_64/PKGBUILD
(from rev 216893, ddd/trunk/PKGBUILD)
  ddd/repos/extra-x86_64/ddd-3.3.12-gcc44.patch
(from rev 216893, ddd/trunk/ddd-3.3.12-gcc44.patch)
  ddd/repos/extra-x86_64/ddd.install
(from rev 216893, ddd/trunk/ddd.install)
Deleted:
  ddd/repos/extra-i686/PKGBUILD
  ddd/repos/extra-i686/ddd-3.3.12-gcc44.patch
  ddd/repos/extra-i686/ddd.install
  ddd/repos/extra-x86_64/PKGBUILD
  ddd/repos/extra-x86_64/ddd-3.3.12-gcc44.patch
  ddd/repos/extra-x86_64/ddd.install

-+
 /PKGBUILD   |   74 ++
 /ddd-3.3.12-gcc44.patch |   20 +
 /ddd.install|   36 
 extra-i686/PKGBUILD |   37 -
 extra-i686/ddd-3.3.12-gcc44.patch   |   10 
 extra-i686/ddd.install  |   18 
 extra-x86_64/PKGBUILD   |   37 -
 extra-x86_64/ddd-3.3.12-gcc44.patch |   10 
 extra-x86_64/ddd.install|   18 
 9 files changed, 130 insertions(+), 130 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-14 19:03:27 UTC (rev 216893)
+++ extra-i686/PKGBUILD 2014-07-14 19:06:18 UTC (rev 216894)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=ddd
-pkgver=3.3.12
-pkgrel=4
-pkgdesc=A graphical front-end for command-line debuggers such as GDB, JDB, 
pydb, perl debugger...
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/ddd/;
-license=('GPL3' 'LGPL3')
-depends=('gcc-libs' 'lesstif' 'libxaw')
-optdepends=('gdb: to use the Gnu debugger' 
-'jdk: to use the Java debugger' 
-'pydb: to use the Python debugger' 
-'perl: to use the Perl debugger')
-install=ddd.install
-source=(http://ftp.gnu.org/gnu/ddd/${pkgname}-${pkgver}.tar.gz{,.sig} 
ddd-3.3.12-gcc44.patch)
-sha1sums=('b91d2dfb1145af409138bd34517a898341724e56'
-  'de155d812da6e11e55cc882292bb5c7b30bd31a1'
-  '3d43c9d56347f248732b1d72f29c7bf799f03864')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p1  ../ddd-3.3.12-gcc44.patch
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -D -m644 icons/ddd.xpm ${pkgdir}/usr/share/pixmaps/ddd.xpm
-}

Copied: ddd/repos/extra-i686/PKGBUILD (from rev 216893, ddd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-14 19:06:18 UTC (rev 216894)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=ddd
+pkgver=3.3.12
+pkgrel=5
+pkgdesc=A graphical front-end for command-line debuggers such as GDB, JDB, 
pydb, perl debugger...
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/ddd/;
+license=('GPL3' 'LGPL3')
+depends=('gcc-libs' 'lesstif' 'libxaw')
+optdepends=('gdb: to use the Gnu debugger' 
+'jdk: to use the Java debugger' 
+'pydb: to use the Python debugger' 
+'perl: to use the Perl debugger')
+install=ddd.install
+source=(http://ftp.gnu.org/gnu/ddd/${pkgname}-${pkgver}.tar.gz{,.sig} 
ddd-3.3.12-gcc44.patch)
+sha1sums=('b91d2dfb1145af409138bd34517a898341724e56'
+  'de155d812da6e11e55cc882292bb5c7b30bd31a1'
+  '3d43c9d56347f248732b1d72f29c7bf799f03864')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/ddd-3.3.12-gcc44.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  LIBS+=-pthread ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 icons/ddd.xpm ${pkgdir}/usr/share/pixmaps/ddd.xpm
+}

Deleted: extra-i686/ddd-3.3.12-gcc44.patch
===
--- extra-i686/ddd-3.3.12-gcc44.patch   2014-07-14 19:03:27 UTC (rev 216893)
+++ extra-i686/ddd-3.3.12-gcc44.patch   2014-07-14 19:06:18 UTC (rev 216894)
@@ -1,10 +0,0 @@
 ddd-3.3.12-orig/ddd/strclass.C
-+++ ddd-3.3.12/ddd/strclass.C
-@@ -39,6 +39,7 @@
- #include limits.h
- #include new
- #include stdlib.h
-+#include stdio.h
- 
- void string::error(const char* msg) const
- {

Copied: ddd/repos/extra-i686/ddd-3.3.12-gcc44.patch (from rev 216893, 
ddd/trunk/ddd-3.3.12-gcc44.patch)
===
--- extra-i686/ddd-3.3.12-gcc44.patch   

[arch-commits] Commit in php-composer/trunk (PKGBUILD php.ini)

2014-07-14 Thread Pierre Schmitz
Date: Monday, July 14, 2014 @ 23:15:54
  Author: pierre
Revision: 216896

upgpkg: php-composer 1.0.0.alpha8.409-3

Add curl dependency

Modified:
  php-composer/trunk/PKGBUILD
  php-composer/trunk/php.ini

--+
 PKGBUILD |4 ++--
 php.ini  |1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-14 19:11:05 UTC (rev 216895)
+++ PKGBUILD2014-07-14 21:15:54 UTC (rev 216896)
@@ -3,7 +3,7 @@
 
 pkgname=php-composer
 pkgver=1.0.0.alpha8.409
-pkgrel=2
+pkgrel=3
 pkgdesc=Dependency Manager for PHP
 arch=('any')
 license=('MIT')
@@ -14,7 +14,7 @@
 source=(${pkgname}::git+https://github.com/composer/composer.git;
 'php.ini')
 md5sums=('SKIP'
- '6adcd6eee1d5f2c53f38bddd26415620')
+ '5cc154807e3a7a990657c1c4bcc80149')
 
 pkgver() {
cd ${srcdir}/${pkgname}

Modified: php.ini
===
--- php.ini 2014-07-14 19:11:05 UTC (rev 216895)
+++ php.ini 2014-07-14 21:15:54 UTC (rev 216896)
@@ -3,6 +3,7 @@
 extension=openssl.so
 extension=phar.so
 extension=zip.so
+extension=curl.so
 [Date]
 date.timezone=UTC
 [Phar]



[arch-commits] Commit in php-composer/repos/testing-any (4 files)

2014-07-14 Thread Pierre Schmitz
Date: Monday, July 14, 2014 @ 23:16:07
  Author: pierre
Revision: 216897

archrelease: copy trunk to testing-any

Added:
  php-composer/repos/testing-any/PKGBUILD
(from rev 216896, php-composer/trunk/PKGBUILD)
  php-composer/repos/testing-any/php.ini
(from rev 216896, php-composer/trunk/php.ini)
Deleted:
  php-composer/repos/testing-any/PKGBUILD
  php-composer/repos/testing-any/php.ini

--+
 PKGBUILD |  106 ++---
 php.ini  |   19 +-
 2 files changed, 63 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-14 21:15:54 UTC (rev 216896)
+++ PKGBUILD2014-07-14 21:16:07 UTC (rev 216897)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-
-pkgname=php-composer
-pkgver=1.0.0.alpha8.409
-pkgrel=2
-pkgdesc=Dependency Manager for PHP
-arch=('any')
-license=('MIT')
-url='http://getcomposer.org/'
-depends=('php')
-makedepends=('git' ${pkgname})
-checkdepends=('mercurial')
-source=(${pkgname}::git+https://github.com/composer/composer.git;
-'php.ini')
-md5sums=('SKIP'
- '6adcd6eee1d5f2c53f38bddd26415620')
-
-pkgver() {
-   cd ${srcdir}/${pkgname}
-
-   local _tag=$(git tag -l --sort -version:refname | head -1)
-   echo ${_tag}.$(git rev-list ${_tag}.. --count) | sed 's/-/./g'
-}
-
-prepare() {
-   cd ${srcdir}/${pkgname}
-
-   sed s~^#!/usr/bin/env php~#!/usr/bin/php 
-nc/usr/share/${pkgname}/php.ini~g -i src/Composer/Compiler.php
-   /usr/bin/composer -n install
-}
-
-check() {
-   cd ${srcdir}/${pkgname}
-
-   git config --global user.email ${USER}@${HOST}
-   git config --global user.name ${USER}
-   /usr/bin/php -nc ${srcdir}/php.ini vendor/phpunit/phpunit/phpunit.php
-}
-
-build() {
-   cd ${srcdir}/${pkgname}
-
-   /usr/bin/php -nc ${srcdir}/php.ini bin/compile
-}
-
-package() {
-   cd ${srcdir}/${pkgname}
-
-   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-   install -Dm644 ${srcdir}/php.ini 
${pkgdir}/usr/share/php-composer/php.ini
-   install -Dm755 composer.phar ${pkgdir}/usr/bin/composer
-}

Copied: php-composer/repos/testing-any/PKGBUILD (from rev 216896, 
php-composer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-14 21:16:07 UTC (rev 216897)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=php-composer
+pkgver=1.0.0.alpha8.409
+pkgrel=3
+pkgdesc=Dependency Manager for PHP
+arch=('any')
+license=('MIT')
+url='http://getcomposer.org/'
+depends=('php')
+makedepends=('git' ${pkgname})
+checkdepends=('mercurial')
+source=(${pkgname}::git+https://github.com/composer/composer.git;
+'php.ini')
+md5sums=('SKIP'
+ '5cc154807e3a7a990657c1c4bcc80149')
+
+pkgver() {
+   cd ${srcdir}/${pkgname}
+
+   local _tag=$(git tag -l --sort -version:refname | head -1)
+   echo ${_tag}.$(git rev-list ${_tag}.. --count) | sed 's/-/./g'
+}
+
+prepare() {
+   cd ${srcdir}/${pkgname}
+
+   sed s~^#!/usr/bin/env php~#!/usr/bin/php 
-nc/usr/share/${pkgname}/php.ini~g -i src/Composer/Compiler.php
+   /usr/bin/composer -n install
+}
+
+check() {
+   cd ${srcdir}/${pkgname}
+
+   git config --global user.email ${USER}@${HOST}
+   git config --global user.name ${USER}
+   /usr/bin/php -nc ${srcdir}/php.ini vendor/phpunit/phpunit/phpunit.php
+}
+
+build() {
+   cd ${srcdir}/${pkgname}
+
+   /usr/bin/php -nc ${srcdir}/php.ini bin/compile
+}
+
+package() {
+   cd ${srcdir}/${pkgname}
+
+   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   install -Dm644 ${srcdir}/php.ini 
${pkgdir}/usr/share/php-composer/php.ini
+   install -Dm755 composer.phar ${pkgdir}/usr/bin/composer
+}

Deleted: php.ini
===
--- php.ini 2014-07-14 21:15:54 UTC (rev 216896)
+++ php.ini 2014-07-14 21:16:07 UTC (rev 216897)
@@ -1,9 +0,0 @@
-[PHP]
-memory_limit=-1
-extension=openssl.so
-extension=phar.so
-extension=zip.so
-[Date]
-date.timezone=UTC
-[Phar]
-phar.readonly=Off

Copied: php-composer/repos/testing-any/php.ini (from rev 216896, 
php-composer/trunk/php.ini)
===
--- php.ini (rev 0)
+++ php.ini 2014-07-14 21:16:07 UTC (rev 216897)
@@ -0,0 +1,10 @@
+[PHP]
+memory_limit=-1
+extension=openssl.so
+extension=phar.so
+extension=zip.so
+extension=curl.so
+[Date]
+date.timezone=UTC
+[Phar]
+phar.readonly=Off



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

2014-07-14 Thread Felix Yan
Date: Tuesday, July 15, 2014 @ 02:26:36
  Author: fyan
Revision: 115733

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  114 ++---
 1 file changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-15 00:26:18 UTC (rev 115732)
+++ PKGBUILD2014-07-15 00:26:36 UTC (rev 115733)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Sebastian Wiesner lunaryorn googlemail com
-# Contributor: Igor Ramos Tiburcio irti...@yahoo.com.br
-# Contributor: Wieland Hoffmann themineo+...@gmail.com
-# Contributor: Hervé Cauwelier herve ¤ oursours.net
-# Contributor: Felix Kaiser felix.kai...@fxkr.net
-
-pkgbase=python-py
-pkgname=('python-py' 'python2-py')
-pkgver=1.4.20
-pkgrel=3
-pkgdesc=library with cross-python path, ini-parsing, io, code, log facilities
-arch=('any')
-license=('MIT')
-url=http://pylib.readthedocs.org/en/latest/;
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest')
-source=(http://pypi.python.org/packages/source/p/py/py-$pkgver.tar.gz;)
-
-prepare() {
-  cp -r py-${pkgver}{,-py2}
-}
-
-build() {
-  cd $srcdir/py-${pkgver}
-  python setup.py build
-
-  cd $srcdir/py-${pkgver}-py2
-  python2 setup.py build
-}
-
-check() {
-  cd $srcdir/py-${pkgver}
-  LANG=en_US.utf8 py.test
-
-  cd $srcdir/py-${pkgver}-py2
-  LANG=en_US.utf8 py.test2
-}
-
-package_python-py() {
-  depends=('python')
-
-  cd py-${pkgver}
-  python setup.py install --root=${pkgdir} --optimize=1
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_python2-py() {
-  depends=('python2')
-
-  cd py-${pkgver}-py2
-  python2 setup.py install --root=${pkgdir} --optimize=1
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-sha512sums=('db392bd8d52ac2bf7b4785e18aaf58564596f66f15d355ee6f6e4169f6da7847331096ac7118c758ee5ce3f1865502a45f92ca2c99f411c12ee316760ca2b212')

Copied: python-py/repos/community-any/PKGBUILD (from rev 115732, 
python-py/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-15 00:26:36 UTC (rev 115733)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Sebastian Wiesner lunaryorn googlemail com
+# Contributor: Igor Ramos Tiburcio irti...@yahoo.com.br
+# Contributor: Wieland Hoffmann themineo+...@gmail.com
+# Contributor: Hervé Cauwelier herve ¤ oursours.net
+# Contributor: Felix Kaiser felix.kai...@fxkr.net
+
+pkgbase=python-py
+pkgname=('python-py' 'python2-py')
+pkgver=1.4.21
+pkgrel=1
+pkgdesc=library with cross-python path, ini-parsing, io, code, log facilities
+arch=('any')
+license=('MIT')
+url=http://pylib.readthedocs.org/en/latest/;
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python2-pytest')
+source=(http://pypi.python.org/packages/source/p/py/py-$pkgver.tar.gz;)
+sha512sums=('d0ae479cbeed445347dfed30be8aab36aaf0bee7c033fba9875cdd86f2fa2c9247749e4b147fc52bafaf792c7765d4075759c9e70acb7398e89e396419adf67b')
+
+prepare() {
+  cp -a py-${pkgver}{,-py2}
+}
+
+build() {
+  cd $srcdir/py-${pkgver}
+  python setup.py build
+
+  cd $srcdir/py-${pkgver}-py2
+  python2 setup.py build
+}
+
+check() {
+  cd $srcdir/py-${pkgver}
+  PYTHONPATH=$PWD/build/lib:$PYTHONPATH LANG=en_US.utf8 py.test
+
+  cd $srcdir/py-${pkgver}-py2
+  PYTHONPATH=$PWD/build/lib:$PYTHONPATH LANG=en_US.utf8 py.test2
+}
+
+package_python-py() {
+  depends=('python')
+
+  cd py-${pkgver}
+  python setup.py install --root=${pkgdir} --optimize=1
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-py() {
+  depends=('python2')
+
+  cd py-${pkgver}-py2
+  python2 setup.py install --root=${pkgdir} --optimize=1
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+



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

2014-07-14 Thread Felix Yan
Date: Tuesday, July 15, 2014 @ 02:26:18
  Author: fyan
Revision: 115732

upgpkg: python-py 1.4.21-1

Modified:
  python-py/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-14 18:07:20 UTC (rev 115731)
+++ PKGBUILD2014-07-15 00:26:18 UTC (rev 115732)
@@ -8,8 +8,8 @@
 
 pkgbase=python-py
 pkgname=('python-py' 'python2-py')
-pkgver=1.4.20
-pkgrel=3
+pkgver=1.4.21
+pkgrel=1
 pkgdesc=library with cross-python path, ini-parsing, io, code, log facilities
 arch=('any')
 license=('MIT')
@@ -17,9 +17,10 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest' 'python2-pytest')
 source=(http://pypi.python.org/packages/source/p/py/py-$pkgver.tar.gz;)
+sha512sums=('d0ae479cbeed445347dfed30be8aab36aaf0bee7c033fba9875cdd86f2fa2c9247749e4b147fc52bafaf792c7765d4075759c9e70acb7398e89e396419adf67b')
 
 prepare() {
-  cp -r py-${pkgver}{,-py2}
+  cp -a py-${pkgver}{,-py2}
 }
 
 build() {
@@ -32,10 +33,10 @@
 
 check() {
   cd $srcdir/py-${pkgver}
-  LANG=en_US.utf8 py.test
+  PYTHONPATH=$PWD/build/lib:$PYTHONPATH LANG=en_US.utf8 py.test
 
   cd $srcdir/py-${pkgver}-py2
-  LANG=en_US.utf8 py.test2
+  PYTHONPATH=$PWD/build/lib:$PYTHONPATH LANG=en_US.utf8 py.test2
 }
 
 package_python-py() {
@@ -54,4 +55,3 @@
   install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }
 
-sha512sums=('db392bd8d52ac2bf7b4785e18aaf58564596f66f15d355ee6f6e4169f6da7847331096ac7118c758ee5ce3f1865502a45f92ca2c99f411c12ee316760ca2b212')