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

2013-02-16 Thread Ronald van Haren
Date: Saturday, February 16, 2013 @ 09:03:10
  Author: ronald
Revision: 178096

upgpkg: dhcpcd 5.6.7-1

update to 5.6.7; add dhcp-client provides FS#33119

Modified:
  dhcpcd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-16 08:02:47 UTC (rev 178095)
+++ PKGBUILD2013-02-16 08:03:10 UTC (rev 178096)
@@ -4,19 +4,20 @@
 # Contributor: Judd Vinet jvinet.zeroflux.org
 
 pkgname=dhcpcd
-pkgver=5.6.4
-pkgrel=2
+pkgver=5.6.7
+pkgrel=1
 pkgdesc=RFC2131 compliant DHCP client daemon
 url=http://roy.marples.name/projects/dhcpcd/;
 arch=('i686' 'x86_64')
 license=('BSD')
 groups=('base')
 depends=('glibc' 'sh')
+provides=('dhcp-client')
 backup=('etc/conf.d/dhcpcd' 'etc/dhcpcd.conf')
 options=('emptydirs')  # We Need the Empty /var/lib/dhcpcd Directory
 source=(http://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.bz2; \
 'dhcpcd.conf.d' 'dhcpcd_.service' 'dhcpcd.service')
-sha1sums=('18a09d8fabf926e5d32bd6315b40d77247b11596'
+sha1sums=('2f9f2f432e43181497c4909725e29239c9ff004a'
   'b67b9ce6a2faaca75fea356966a16be2283b7db0'
   '6245b8db7e6f39a0305571726bb693a53901c400'
   'e49e01041f831281a1cd0c97ca21204e0aa07fda')



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

2013-02-16 Thread Ronald van Haren
Date: Saturday, February 16, 2013 @ 09:03:45
  Author: ronald
Revision: 178097

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

Added:
  dhcpcd/repos/testing-i686/
  
dhcpcd/repos/testing-i686/0001-Set-hostname-via-proc-if-file-is-available.patch
(from rev 178096, 
dhcpcd/trunk/0001-Set-hostname-via-proc-if-file-is-available.patch)
  dhcpcd/repos/testing-i686/0001-set-MTU-via-sysfs-if-file-is-available.patch
(from rev 178096, 
dhcpcd/trunk/0001-set-MTU-via-sysfs-if-file-is-available.patch)
  dhcpcd/repos/testing-i686/PKGBUILD
(from rev 178096, dhcpcd/trunk/PKGBUILD)
  dhcpcd/repos/testing-i686/dhcpcd.conf.d
(from rev 178096, dhcpcd/trunk/dhcpcd.conf.d)
  dhcpcd/repos/testing-i686/dhcpcd.service
(from rev 178096, dhcpcd/trunk/dhcpcd.service)
  dhcpcd/repos/testing-i686/dhcpcd_.service
(from rev 178096, dhcpcd/trunk/dhcpcd_.service)
  dhcpcd/repos/testing-i686/remove_ifconfig.patch
(from rev 178096, dhcpcd/trunk/remove_ifconfig.patch)
  dhcpcd/repos/testing-x86_64/
  
dhcpcd/repos/testing-x86_64/0001-Set-hostname-via-proc-if-file-is-available.patch
(from rev 178096, 
dhcpcd/trunk/0001-Set-hostname-via-proc-if-file-is-available.patch)
  dhcpcd/repos/testing-x86_64/0001-set-MTU-via-sysfs-if-file-is-available.patch
(from rev 178096, 
dhcpcd/trunk/0001-set-MTU-via-sysfs-if-file-is-available.patch)
  dhcpcd/repos/testing-x86_64/PKGBUILD
(from rev 178096, dhcpcd/trunk/PKGBUILD)
  dhcpcd/repos/testing-x86_64/dhcpcd.conf.d
(from rev 178096, dhcpcd/trunk/dhcpcd.conf.d)
  dhcpcd/repos/testing-x86_64/dhcpcd.service
(from rev 178096, dhcpcd/trunk/dhcpcd.service)
  dhcpcd/repos/testing-x86_64/dhcpcd_.service
(from rev 178096, dhcpcd/trunk/dhcpcd_.service)
  dhcpcd/repos/testing-x86_64/remove_ifconfig.patch
(from rev 178096, dhcpcd/trunk/remove_ifconfig.patch)

--+
 testing-i686/0001-Set-hostname-via-proc-if-file-is-available.patch   |   33 
+
 testing-i686/0001-set-MTU-via-sysfs-if-file-is-available.patch   |   61 
++
 testing-i686/PKGBUILD|   58 
+
 testing-i686/dhcpcd.conf.d   |6 
 testing-i686/dhcpcd.service  |   13 ++
 testing-i686/dhcpcd_.service |   15 ++
 testing-i686/remove_ifconfig.patch   |   20 +++
 testing-x86_64/0001-Set-hostname-via-proc-if-file-is-available.patch |   33 
+
 testing-x86_64/0001-set-MTU-via-sysfs-if-file-is-available.patch |   61 
++
 testing-x86_64/PKGBUILD  |   58 
+
 testing-x86_64/dhcpcd.conf.d |6 
 testing-x86_64/dhcpcd.service|   13 ++
 testing-x86_64/dhcpcd_.service   |   15 ++
 testing-x86_64/remove_ifconfig.patch |   20 +++
 14 files changed, 412 insertions(+)

Copied: 
dhcpcd/repos/testing-i686/0001-Set-hostname-via-proc-if-file-is-available.patch 
(from rev 178096, 
dhcpcd/trunk/0001-Set-hostname-via-proc-if-file-is-available.patch)
===
--- testing-i686/0001-Set-hostname-via-proc-if-file-is-available.patch  
(rev 0)
+++ testing-i686/0001-Set-hostname-via-proc-if-file-is-available.patch  
2013-02-16 08:03:45 UTC (rev 178097)
@@ -0,0 +1,33 @@
+From d345b36b483fec8fb2def5f3acdc2d3c5faa94eb Mon Sep 17 00:00:00 2001
+From: Dan McGee d...@archlinux.org
+Date: Sun, 19 Jun 2011 16:04:25 -0500
+Subject: [PATCH] Set hostname via /proc if file is available
+
+On Linux, the hostname can be set via this file if available, precluding
+the need for a `hostname` binary.
+
+Signed-off-by: Dan McGee d...@archlinux.org
+---
+ dhcpcd-hooks/30-hostname |6 +-
+ 1 files changed, 5 insertions(+), 1 deletions(-)
+
+diff --git a/dhcpcd-hooks/30-hostname b/dhcpcd-hooks/30-hostname
+index 65d1a13..af94262 100644
+--- a/dhcpcd-hooks/30-hostname
 b/dhcpcd-hooks/30-hostname
+@@ -21,7 +21,11 @@ need_hostname()
+ try_hostname()
+ {
+   if valid_domainname $1; then
+-  hostname $1
++  if [ -w /proc/sys/kernel/hostname ]; then
++  echo $1  /proc/sys/kernel/hostname
++  else
++  hostname $1
++  fi
+   else
+   syslog err Invalid hostname: $1
+   fi
+-- 
+1.7.5.4
+

Copied: 
dhcpcd/repos/testing-i686/0001-set-MTU-via-sysfs-if-file-is-available.patch 
(from rev 178096, 
dhcpcd/trunk/0001-set-MTU-via-sysfs-if-file-is-available.patch)
===
--- testing-i686/0001-set-MTU-via-sysfs-if-file-is-available.patch  
(rev 0)
+++ 

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

2013-02-16 Thread Allan McRae
Date: Saturday, February 16, 2013 @ 09:39:01
  Author: allan
Revision: 178098

upgpkg: coreutils 8.21-1

upstream update

Modified:
  coreutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-16 08:03:45 UTC (rev 178097)
+++ PKGBUILD2013-02-16 08:39:01 UTC (rev 178098)
@@ -3,7 +3,7 @@
 # Contributor: judd jvi...@zeroflux.org
 
 pkgname=coreutils
-pkgver=8.20
+pkgver=8.21
 pkgrel=1
 pkgdesc=The basic file, shell and text manipulation utilities of the GNU 
operating system
 arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@
 depends=('glibc' 'pam' 'acl' 'gmp' 'libcap')
 install=${pkgname}.install
 source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('3d69af8f561fce512538a9fe85f147ff'
- '7e6076e4e0961d24c38cf8685efca35b')
+md5sums=('065ba41828644eca5dd8163446de5d64'
+ '5d68aee0cfb701c13ec624ad8df142a9')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-02-16 Thread Allan McRae
Date: Saturday, February 16, 2013 @ 09:39:56
  Author: allan
Revision: 178099

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

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

--+
 testing-i686/PKGBUILD|   46 +
 testing-i686/coreutils.install   |   17 +
 testing-x86_64/PKGBUILD  |   46 +
 testing-x86_64/coreutils.install |   17 +
 4 files changed, 126 insertions(+)

Copied: coreutils/repos/testing-i686/PKGBUILD (from rev 178098, 
coreutils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-02-16 08:39:56 UTC (rev 178099)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=coreutils
+pkgver=8.21
+pkgrel=1
+pkgdesc=The basic file, shell and text manipulation utilities of the GNU 
operating system
+arch=('i686' 'x86_64')
+license=('GPL3')
+url=http://www.gnu.org/software/coreutils;
+groups=('base')
+depends=('glibc' 'pam' 'acl' 'gmp' 'libcap')
+install=${pkgname}.install
+source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('065ba41828644eca5dd8163446de5d64'
+ '5d68aee0cfb701c13ec624ad8df142a9')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib \
+  --enable-no-install-program=groups,hostname,kill,uptime
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make RUN_EXPENSIVE_TESTS=yes check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  cd ${pkgdir}/usr/bin
+  install -dm755 ${pkgdir}/bin
+
+  # binaries required by FHS
+  _fhs=('cat' 'chgrp' 'chmod' 'chown' 'cp' 'date' 'dd' 'df' 'echo' 'false'
+'ln' 'ls' 'mkdir' 'mknod' 'mv' 'pwd' 'rm' 'rmdir' 'stty' 'sync'
+'true' 'uname')
+  for i in ${_fhs[@]}; do
+ln -s ../usr/bin/$i ${pkgdir}/bin/$i
+  done
+}

Copied: coreutils/repos/testing-i686/coreutils.install (from rev 178098, 
coreutils/trunk/coreutils.install)
===
--- testing-i686/coreutils.install  (rev 0)
+++ testing-i686/coreutils.install  2013-02-16 08:39:56 UTC (rev 178099)
@@ -0,0 +1,17 @@
+infodir=usr/share/info
+file=coreutils.info
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [[ -x usr/bin/install-info ]] || return 0
+  install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+}
+

Copied: coreutils/repos/testing-x86_64/PKGBUILD (from rev 178098, 
coreutils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-02-16 08:39:56 UTC (rev 178099)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=coreutils
+pkgver=8.21
+pkgrel=1
+pkgdesc=The basic file, shell and text manipulation utilities of the GNU 
operating system
+arch=('i686' 'x86_64')
+license=('GPL3')
+url=http://www.gnu.org/software/coreutils;
+groups=('base')
+depends=('glibc' 'pam' 'acl' 'gmp' 'libcap')
+install=${pkgname}.install
+source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('065ba41828644eca5dd8163446de5d64'
+ '5d68aee0cfb701c13ec624ad8df142a9')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib \
+  --enable-no-install-program=groups,hostname,kill,uptime
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make RUN_EXPENSIVE_TESTS=yes check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  cd ${pkgdir}/usr/bin
+  install -dm755 ${pkgdir}/bin
+
+  # binaries required by FHS
+  _fhs=('cat' 'chgrp' 'chmod' 'chown' 'cp' 'date' 'dd' 'df' 'echo' 'false'
+'ln' 'ls' 'mkdir' 'mknod' 'mv' 'pwd' 'rm' 'rmdir' 'stty' 'sync'
+'true' 'uname')
+  for i in ${_fhs[@]}; do
+ln -s ../usr/bin/$i ${pkgdir}/bin/$i
+  done
+}

Copied: coreutils/repos/testing-x86_64/coreutils.install (from rev 178098, 
coreutils/trunk/coreutils.install)

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

2013-02-16 Thread Ronald van Haren
Date: Saturday, February 16, 2013 @ 10:06:54
  Author: ronald
Revision: 178101

upgpkg: stellarium 0.12.0-1

update to 0.12.0; add install file

Added:
  stellarium/trunk/stellarium.install
Modified:
  stellarium/trunk/PKGBUILD

+
 PKGBUILD   |   10 ++
 stellarium.install |   14 ++
 2 files changed, 20 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-16 08:46:34 UTC (rev 178100)
+++ PKGBUILD2013-02-16 09:06:54 UTC (rev 178101)
@@ -3,18 +3,20 @@
 # Contributor: Damir Perisa damir.per...@bluewin.ch
 
 pkgname=stellarium
-pkgver=0.11.4
-pkgrel=2
+pkgver=0.12.0
+pkgrel=1
 pkgdesc=A stellarium with great graphics and a nice database of sky-objects
 arch=(i686 x86_64)
 url=http://stellarium.free.fr/;
 license=('GPL2')
-depends=('libpng' 'glu' 'libgl' 'freetype2' 'qt' 'openssl')
+depends=('libpng' 'glu' 'libgl' 'freetype2' 'qt' 'openssl' 
'desktop-file-utils' 
+'xdg-utils')
+install=stellarium.install
 makedepends=('cmake' 'boost' 'mesa')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
stellarium.desktop
 stellarium.png)
-sha1sums=('5b8bfd71b4c3eabbc1db64b71221eeebe6785dbf'
+sha1sums=('c6cc8f0954d976584e8ab9bc061f3b35e3b84251'
   'c9cc79212542238227b5bd6af99f60fe056f4ab2'
   'b890d3b6c4dcfcfcc696514202af11b2a50c0fea')


Added: stellarium.install
===
--- stellarium.install  (rev 0)
+++ stellarium.install  2013-02-16 09:06:54 UTC (rev 178101)
@@ -0,0 +1,14 @@
+pkgname=stellarium
+
+post_install() {
+  update-desktop-database -q
+  xdg-icon-resource forceupdate
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



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

2013-02-16 Thread Ronald van Haren
Date: Saturday, February 16, 2013 @ 10:07:23
  Author: ronald
Revision: 178102

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

Added:
  stellarium/repos/extra-i686/PKGBUILD
(from rev 178101, stellarium/trunk/PKGBUILD)
  stellarium/repos/extra-i686/libpng14.patch
(from rev 178101, stellarium/trunk/libpng14.patch)
  stellarium/repos/extra-i686/stellarium.desktop
(from rev 178101, stellarium/trunk/stellarium.desktop)
  stellarium/repos/extra-i686/stellarium.install
(from rev 178101, stellarium/trunk/stellarium.install)
  stellarium/repos/extra-i686/stellarium.png
(from rev 178101, stellarium/trunk/stellarium.png)
  stellarium/repos/extra-x86_64/PKGBUILD
(from rev 178101, stellarium/trunk/PKGBUILD)
  stellarium/repos/extra-x86_64/libpng14.patch
(from rev 178101, stellarium/trunk/libpng14.patch)
  stellarium/repos/extra-x86_64/stellarium.desktop
(from rev 178101, stellarium/trunk/stellarium.desktop)
  stellarium/repos/extra-x86_64/stellarium.install
(from rev 178101, stellarium/trunk/stellarium.install)
  stellarium/repos/extra-x86_64/stellarium.png
(from rev 178101, stellarium/trunk/stellarium.png)
Deleted:
  stellarium/repos/extra-i686/PKGBUILD
  stellarium/repos/extra-i686/libpng14.patch
  stellarium/repos/extra-i686/stellarium.desktop
  stellarium/repos/extra-i686/stellarium.png
  stellarium/repos/extra-x86_64/PKGBUILD
  stellarium/repos/extra-x86_64/libpng14.patch
  stellarium/repos/extra-x86_64/stellarium.desktop
  stellarium/repos/extra-x86_64/stellarium.png

-+
 extra-i686/PKGBUILD |   78 +++---
 extra-i686/libpng14.patch   |   42 ++--
 extra-i686/stellarium.desktop   |   18 
 extra-i686/stellarium.install   |   14 ++
 extra-x86_64/PKGBUILD   |   78 +++---
 extra-x86_64/libpng14.patch |   42 ++--
 extra-x86_64/stellarium.desktop |   18 
 extra-x86_64/stellarium.install |   14 ++
 8 files changed, 168 insertions(+), 136 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-02-16 09:06:54 UTC (rev 178101)
+++ extra-i686/PKGBUILD 2013-02-16 09:07:23 UTC (rev 178102)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-
-pkgname=stellarium
-pkgver=0.11.4
-pkgrel=2
-pkgdesc=A stellarium with great graphics and a nice database of sky-objects
-arch=(i686 x86_64)
-url=http://stellarium.free.fr/;
-license=('GPL2')
-depends=('libpng' 'glu' 'libgl' 'freetype2' 'qt' 'openssl')
-makedepends=('cmake' 'boost' 'mesa')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
-   stellarium.desktop
-stellarium.png)
-sha1sums=('5b8bfd71b4c3eabbc1db64b71221eeebe6785dbf'
-  'c9cc79212542238227b5bd6af99f60fe056f4ab2'
-  'b890d3b6c4dcfcfcc696514202af11b2a50c0fea')
-   
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
- 
-  make DESTDIR=${pkgdir} install
-
-  # install desktop file  pixmap
-  install -Dm644 ${srcdir}/stellarium.desktop \
-   ${pkgdir}/usr/share/applications/stellarium.desktop
-  install -Dm644 ${srcdir}/stellarium.png \
-   ${pkgdir}/usr/share/pixmaps/stellarium.png
-}

Copied: stellarium/repos/extra-i686/PKGBUILD (from rev 178101, 
stellarium/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-02-16 09:07:23 UTC (rev 178102)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+
+pkgname=stellarium
+pkgver=0.12.0
+pkgrel=1
+pkgdesc=A stellarium with great graphics and a nice database of sky-objects
+arch=(i686 x86_64)
+url=http://stellarium.free.fr/;
+license=('GPL2')
+depends=('libpng' 'glu' 'libgl' 'freetype2' 'qt' 'openssl' 
'desktop-file-utils' 
+'xdg-utils')
+install=stellarium.install
+makedepends=('cmake' 'boost' 'mesa')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
+   stellarium.desktop
+stellarium.png)
+sha1sums=('c6cc8f0954d976584e8ab9bc061f3b35e3b84251'
+  'c9cc79212542238227b5bd6af99f60fe056f4ab2'
+  'b890d3b6c4dcfcfcc696514202af11b2a50c0fea')
+   
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+ 
+  make DESTDIR=${pkgdir} install
+
+  # install desktop file  pixmap
+  install -Dm644 ${srcdir}/stellarium.desktop \
+   ${pkgdir}/usr/share/applications/stellarium.desktop
+  install -Dm644 ${srcdir}/stellarium.png \
+   

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

2013-02-16 Thread Felix Yan
Date: Saturday, February 16, 2013 @ 10:42:13
  Author: fyan
Revision: 84312

upgpkg: libpinyin 0.8.1-1

Modified:
  libpinyin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-16 09:13:26 UTC (rev 84311)
+++ PKGBUILD2013-02-16 09:42:13 UTC (rev 84312)
@@ -4,7 +4,7 @@
 # Contributor: WU Jun quark at lihdd dot net
 
 pkgname=libpinyin
-pkgver=0.8.0
+pkgver=0.8.1
 pkgrel=1
 pkgdesc=Library to deal with pinyin.
 arch=('i686' 'x86_64')
@@ -12,8 +12,8 @@
 license=('GPL')
 depends=('db' 'glib2')
 options=(!libtool)
-source=(https://github.com/downloads/libpinyin/libpinyin/${pkgname}-lite-${pkgver}.tar.gz;
-   'https://github.com/downloads/libpinyin/libpinyin/model.text.tar.gz')
+source=(https://github.com/libpinyin/libpinyin/archive/${pkgver}.tar.gz;
+http://downloads.sourceforge.net/libpinyin/model.text.tar.gz;)
 noextract=(model.text.tar.gz)
 
 build() {
@@ -29,5 +29,5 @@
   cd ${srcdir}/libpinyin-$pkgver
   make DESTDIR=${pkgdir} install
 }
-md5sums=('e53cc51355a79acf187d768befbfcff8'
+md5sums=('5127f673efe08dd27dc96ef8a7953956'
  '59be0e37b0834e41be9786d3b2fcc129')



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

2013-02-16 Thread Felix Yan
Date: Saturday, February 16, 2013 @ 10:44:07
  Author: fyan
Revision: 84313

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-16 09:42:13 UTC (rev 84312)
+++ community-i686/PKGBUILD 2013-02-16 09:44:07 UTC (rev 84313)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Yangtse yangts...@gmail.com 
-# Contributor: WU Jun quark at lihdd dot net
-
-pkgname=libpinyin
-pkgver=0.8.0
-pkgrel=1
-pkgdesc=Library to deal with pinyin.
-arch=('i686' 'x86_64')
-url=https://github.com/libpinyin/libpinyin;
-license=('GPL')
-depends=('db' 'glib2')
-options=(!libtool)
-source=(https://github.com/downloads/libpinyin/libpinyin/${pkgname}-lite-${pkgver}.tar.gz;
-   'https://github.com/downloads/libpinyin/libpinyin/model.text.tar.gz')
-noextract=(model.text.tar.gz)
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  cp ${srcdir}/model.text.tar.gz ${srcdir}/${pkgname}-${pkgver}/data/
-  sed -i '/wget.*model\.text\.tar\.gz/ d' 
${srcdir}/${pkgname}-${pkgver}/data/Makefile.am
-
-  aclocal  libtoolize --force  autoheader  automake -a  autoconf
-  ./configure --prefix=/usr  make
-}
-
-package() {
-  cd ${srcdir}/libpinyin-$pkgver
-  make DESTDIR=${pkgdir} install
-}
-md5sums=('e53cc51355a79acf187d768befbfcff8'
- '59be0e37b0834e41be9786d3b2fcc129')

Copied: libpinyin/repos/community-i686/PKGBUILD (from rev 84312, 
libpinyin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-16 09:44:07 UTC (rev 84313)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Yangtse yangts...@gmail.com 
+# Contributor: WU Jun quark at lihdd dot net
+
+pkgname=libpinyin
+pkgver=0.8.1
+pkgrel=1
+pkgdesc=Library to deal with pinyin.
+arch=('i686' 'x86_64')
+url=https://github.com/libpinyin/libpinyin;
+license=('GPL')
+depends=('db' 'glib2')
+options=(!libtool)
+source=(https://github.com/libpinyin/libpinyin/archive/${pkgver}.tar.gz;
+http://downloads.sourceforge.net/libpinyin/model.text.tar.gz;)
+noextract=(model.text.tar.gz)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  cp ${srcdir}/model.text.tar.gz ${srcdir}/${pkgname}-${pkgver}/data/
+  sed -i '/wget.*model\.text\.tar\.gz/ d' 
${srcdir}/${pkgname}-${pkgver}/data/Makefile.am
+
+  aclocal  libtoolize --force  autoheader  automake -a  autoconf
+  ./configure --prefix=/usr  make
+}
+
+package() {
+  cd ${srcdir}/libpinyin-$pkgver
+  make DESTDIR=${pkgdir} install
+}
+md5sums=('5127f673efe08dd27dc96ef8a7953956'
+ '59be0e37b0834e41be9786d3b2fcc129')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-02-16 09:42:13 UTC (rev 84312)
+++ community-x86_64/PKGBUILD   2013-02-16 09:44:07 UTC (rev 84313)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Yangtse yangts...@gmail.com 
-# Contributor: WU Jun quark at lihdd dot net
-
-pkgname=libpinyin
-pkgver=0.8.0
-pkgrel=1
-pkgdesc=Library to deal with pinyin.
-arch=('i686' 'x86_64')
-url=https://github.com/libpinyin/libpinyin;
-license=('GPL')
-depends=('db' 'glib2')
-options=(!libtool)
-source=(https://github.com/downloads/libpinyin/libpinyin/${pkgname}-lite-${pkgver}.tar.gz;
-   'https://github.com/downloads/libpinyin/libpinyin/model.text.tar.gz')
-noextract=(model.text.tar.gz)
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  cp ${srcdir}/model.text.tar.gz ${srcdir}/${pkgname}-${pkgver}/data/
-  sed -i '/wget.*model\.text\.tar\.gz/ d' 
${srcdir}/${pkgname}-${pkgver}/data/Makefile.am
-
-  aclocal  libtoolize --force  autoheader  automake -a  autoconf
-  ./configure --prefix=/usr  make
-}
-
-package() {
-  cd ${srcdir}/libpinyin-$pkgver
-  make DESTDIR=${pkgdir} install
-}
-md5sums=('e53cc51355a79acf187d768befbfcff8'
- '59be0e37b0834e41be9786d3b2fcc129')

Copied: libpinyin/repos/community-x86_64/PKGBUILD (from rev 84312, 
libpinyin/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-02-16 09:44:07 UTC (rev 84313)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com

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

2013-02-16 Thread Ronald van Haren
Date: Saturday, February 16, 2013 @ 10:48:30
  Author: ronald
Revision: 178104

upgpkg: glpk 4.48-1

update to 4.48

Modified:
  glpk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-16 09:12:36 UTC (rev 178103)
+++ PKGBUILD2013-02-16 09:48:30 UTC (rev 178104)
@@ -4,8 +4,8 @@
 # Additional contributors Senjin, Xavier, dundee
 
 pkgname=glpk
-pkgver=4.47
-pkgrel=2
+pkgver=4.48
+pkgrel=1
 pkgdesc=GNU Linear Programming Kit : solve LP, MIP and other problems.
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/glpk/glpk.html;
@@ -13,9 +13,8 @@
 depends=('glibc')
 options=('!libtool')
 source=(http://ftp.gnu.org/gnu/glpk/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha1sums=('35e16d3167389b6bc75eb51b4b48590db59f789c'
-  'e29069fb4e8e34929a980a8659b3dd7ccd92a676')
-
+sha1sums=('e00c92faa38fd5d865fa27206abbb06680bab7bb'
+  '4b57f5ae0a8114c5307daa6071f9be5967a935d6')
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 



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

2013-02-16 Thread Ronald van Haren
Date: Saturday, February 16, 2013 @ 10:48:48
  Author: ronald
Revision: 178105

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

Added:
  glpk/repos/staging-i686/
  glpk/repos/staging-i686/PKGBUILD
(from rev 178104, glpk/trunk/PKGBUILD)
  glpk/repos/staging-x86_64/
  glpk/repos/staging-x86_64/PKGBUILD
(from rev 178104, glpk/trunk/PKGBUILD)

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

Copied: glpk/repos/staging-i686/PKGBUILD (from rev 178104, glpk/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-02-16 09:48:48 UTC (rev 178105)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: bzklrm bzk...@gmail.com
+# Additional contributors Senjin, Xavier, dundee
+
+pkgname=glpk
+pkgver=4.48
+pkgrel=1
+pkgdesc=GNU Linear Programming Kit : solve LP, MIP and other problems.
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/glpk/glpk.html;
+license=('GPL')
+depends=('glibc')
+options=('!libtool')
+source=(http://ftp.gnu.org/gnu/glpk/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha1sums=('e00c92faa38fd5d865fa27206abbb06680bab7bb'
+  '4b57f5ae0a8114c5307daa6071f9be5967a935d6')
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+
+  if [ $CARCH == x86_64 ]; then
+make CFLAGS=$CFLAGS -fPIC  
+  else
+make
+  fi
+}
+
+package(){
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 doc/glpk.pdf ${pkgdir}/usr/share/doc/glpk/glpk.pdf
+  install -Dm644 doc/gmpl.pdf ${pkgdir}/usr/share/doc/glpk/gmpl.pdf
+}

Copied: glpk/repos/staging-x86_64/PKGBUILD (from rev 178104, 
glpk/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-02-16 09:48:48 UTC (rev 178105)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: bzklrm bzk...@gmail.com
+# Additional contributors Senjin, Xavier, dundee
+
+pkgname=glpk
+pkgver=4.48
+pkgrel=1
+pkgdesc=GNU Linear Programming Kit : solve LP, MIP and other problems.
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/glpk/glpk.html;
+license=('GPL')
+depends=('glibc')
+options=('!libtool')
+source=(http://ftp.gnu.org/gnu/glpk/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha1sums=('e00c92faa38fd5d865fa27206abbb06680bab7bb'
+  '4b57f5ae0a8114c5307daa6071f9be5967a935d6')
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+
+  if [ $CARCH == x86_64 ]; then
+make CFLAGS=$CFLAGS -fPIC  
+  else
+make
+  fi
+}
+
+package(){
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 doc/glpk.pdf ${pkgdir}/usr/share/doc/glpk/glpk.pdf
+  install -Dm644 doc/gmpl.pdf ${pkgdir}/usr/share/doc/glpk/gmpl.pdf
+}



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

2013-02-16 Thread Ronald van Haren
Date: Saturday, February 16, 2013 @ 10:56:15
  Author: ronald
Revision: 178106

upgpkg: libidn 1.26-1

update to 1.26

Modified:
  libidn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-16 09:48:48 UTC (rev 178105)
+++ PKGBUILD2013-02-16 09:56:15 UTC (rev 178106)
@@ -4,7 +4,7 @@
 # Contributor: Eric Johnson eric.archlinux.org
 
 pkgname=libidn
-pkgver=1.25
+pkgver=1.26
 pkgrel=1
 pkgdesc=Implementation of the Stringprep, Punycode and IDNA specifications
 url=http://www.gnu.org/software/libidn/;
@@ -15,7 +15,7 @@
 options=('!libtool')
 source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
 install=libidn.install
-sha1sums=('92e64fd5a6428bda6ade2c3cde475b76455cd7dd')
+sha1sums=('b1cb40646a96dadbfc41d060d23dfb382eec1128')

 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-02-16 Thread Ronald van Haren
Date: Saturday, February 16, 2013 @ 10:56:28
  Author: ronald
Revision: 178107

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

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

-+
 extra-i686/PKGBUILD |   58 +-
 extra-i686/libidn.install   |   38 +--
 extra-x86_64/PKGBUILD   |   58 +-
 extra-x86_64/libidn.install |   38 +--
 4 files changed, 96 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-02-16 09:56:15 UTC (rev 178106)
+++ extra-i686/PKGBUILD 2013-02-16 09:56:28 UTC (rev 178107)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Jan de Groot jgc.archlinux.org
-# Contributor: Eric Johnson eric.archlinux.org
-
-pkgname=libidn
-pkgver=1.25
-pkgrel=1
-pkgdesc=Implementation of the Stringprep, Punycode and IDNA specifications
-url=http://www.gnu.org/software/libidn/;
-arch=('i686' 'x86_64')
-license=('GPL3' 'LGPL')
-depends=('glibc' 'texinfo')
-makedepends=('pkgconfig')
-options=('!libtool')
-source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-install=libidn.install
-sha1sums=('92e64fd5a6428bda6ade2c3cde475b76455cd7dd')
-   
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libidn/repos/extra-i686/PKGBUILD (from rev 178106, 
libidn/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-02-16 09:56:28 UTC (rev 178107)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Jan de Groot jgc.archlinux.org
+# Contributor: Eric Johnson eric.archlinux.org
+
+pkgname=libidn
+pkgver=1.26
+pkgrel=1
+pkgdesc=Implementation of the Stringprep, Punycode and IDNA specifications
+url=http://www.gnu.org/software/libidn/;
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL')
+depends=('glibc' 'texinfo')
+makedepends=('pkgconfig')
+options=('!libtool')
+source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+install=libidn.install
+sha1sums=('b1cb40646a96dadbfc41d060d23dfb382eec1128')
+   
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/libidn.install
===
--- extra-i686/libidn.install   2013-02-16 09:56:15 UTC (rev 178106)
+++ extra-i686/libidn.install   2013-02-16 09:56:28 UTC (rev 178107)
@@ -1,19 +0,0 @@
-info_dir=/usr/share/info
-info_files=(libidn.info)
-
-post_install() {
-  for f in ${info_files[@]}; do
-install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-post_install
-}
-
-pre_remove() {
-  for f in ${info_files[@]}; do
-install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
-  done
-}
-

Copied: libidn/repos/extra-i686/libidn.install (from rev 178106, 
libidn/trunk/libidn.install)
===
--- extra-i686/libidn.install   (rev 0)
+++ extra-i686/libidn.install   2013-02-16 09:56:28 UTC (rev 178107)
@@ -0,0 +1,19 @@
+info_dir=/usr/share/info
+info_files=(libidn.info)
+
+post_install() {
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+post_install
+}
+
+pre_remove() {
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-02-16 09:56:15 UTC (rev 178106)
+++ extra-x86_64/PKGBUILD   2013-02-16 09:56:28 UTC (rev 178107)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Jan de Groot jgc.archlinux.org
-# Contributor: Eric Johnson eric.archlinux.org
-
-pkgname=libidn
-pkgver=1.25
-pkgrel=1
-pkgdesc=Implementation of the Stringprep, Punycode and IDNA specifications
-url=http://www.gnu.org/software/libidn/;
-arch=('i686' 'x86_64')

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

2013-02-16 Thread Bartłomiej Piotrowski
Date: Saturday, February 16, 2013 @ 12:41:07
  Author: bpiotrowski
Revision: 84314

upgpkg: fish 2.0b2-4

Don't compress man pages. (FS#33863)

Modified:
  fish/trunk/PKGBUILD

--+
 PKGBUILD |5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-16 09:44:07 UTC (rev 84313)
+++ PKGBUILD2013-02-16 11:41:07 UTC (rev 84314)
@@ -7,7 +7,7 @@
 
 pkgname=fish
 pkgver=2.0b2
-pkgrel=3
+pkgrel=4
 pkgdesc='Smart and user friendly shell intended mostly for interactive use'
 arch=('i686' 'x86_64')
 url='http://ridiculousfish.com/shell/'
@@ -31,9 +31,6 @@
   cd $srcdir/fishfish
   make DESTDIR=$pkgdir install
 
-  # compress man pages
-  find $pkgdir/usr/share/fish/man/ -type f | xargs gzip -9
-
   # use python2
   find $pkgdir/usr/share/fish/tools/ -type f -exec sed -e 
1s|python|python2| -i {} \;
 }



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

2013-02-16 Thread Bartłomiej Piotrowski
Date: Saturday, February 16, 2013 @ 12:41:49
  Author: bpiotrowski
Revision: 84315

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

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

---+
 community-i686/PKGBUILD   |   75 +++-
 community-i686/fish.install   |   22 +--
 community-x86_64/PKGBUILD |   75 +++-
 community-x86_64/fish.install |   22 +--
 4 files changed, 94 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-16 11:41:07 UTC (rev 84314)
+++ community-i686/PKGBUILD 2013-02-16 11:41:49 UTC (rev 84315)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Kaiting Chen kaitocr...@gmail.com
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Abhishek Dasgupta abh...@gmail.com
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: Jan Fader jan.fa...@web.de
-
-pkgname=fish
-pkgver=2.0b2
-pkgrel=3
-pkgdesc='Smart and user friendly shell intended mostly for interactive use'
-arch=('i686' 'x86_64')
-url='http://ridiculousfish.com/shell/'
-license=('GPL2')
-depends=('python2')
-makedepends=('doxygen' 'python')
-install=fish.install
-source=($pkgname-$pkgver.tar.gz::http://ridiculousfish.com/shell/files/fishfish.tar.gz)
-md5sums=('ebe5fe17f6925b9142aadc8ebae5fba1')
-
-build() {
-  cd $srcdir/fishfish
-  autoconf
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --without-xsel
-  make
-}
-
-package() {
-  cd $srcdir/fishfish
-  make DESTDIR=$pkgdir install
-
-  # compress man pages
-  find $pkgdir/usr/share/fish/man/ -type f | xargs gzip -9
-
-  # use python2
-  find $pkgdir/usr/share/fish/tools/ -type f -exec sed -e 
1s|python|python2| -i {} \;
-}

Copied: fish/repos/community-i686/PKGBUILD (from rev 84314, fish/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-16 11:41:49 UTC (rev 84315)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Kaiting Chen kaitocr...@gmail.com
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Abhishek Dasgupta abh...@gmail.com
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Jan Fader jan.fa...@web.de
+
+pkgname=fish
+pkgver=2.0b2
+pkgrel=4
+pkgdesc='Smart and user friendly shell intended mostly for interactive use'
+arch=('i686' 'x86_64')
+url='http://ridiculousfish.com/shell/'
+license=('GPL2')
+depends=('python2')
+makedepends=('doxygen' 'python')
+install=fish.install
+source=($pkgname-$pkgver.tar.gz::http://ridiculousfish.com/shell/files/fishfish.tar.gz)
+md5sums=('ebe5fe17f6925b9142aadc8ebae5fba1')
+
+build() {
+  cd $srcdir/fishfish
+  autoconf
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --without-xsel
+  make
+}
+
+package() {
+  cd $srcdir/fishfish
+  make DESTDIR=$pkgdir install
+
+  # use python2
+  find $pkgdir/usr/share/fish/tools/ -type f -exec sed -e 
1s|python|python2| -i {} \;
+}

Deleted: community-i686/fish.install
===
--- community-i686/fish.install 2013-02-16 11:41:07 UTC (rev 84314)
+++ community-i686/fish.install 2013-02-16 11:41:49 UTC (rev 84315)
@@ -1,11 +0,0 @@
-post_install() {
-   grep -q '/usr/bin/fish' etc/shells || echo '/usr/bin/fish'  etc/shells
-}
-
-post_upgrade() {
-  post_install
-}
-
-pre_remove() {
-  sed -i '/^\/usr\/bin\/fish/d' /etc/shells
-}

Copied: fish/repos/community-i686/fish.install (from rev 84314, 
fish/trunk/fish.install)
===
--- community-i686/fish.install (rev 0)
+++ community-i686/fish.install 2013-02-16 11:41:49 UTC (rev 84315)
@@ -0,0 +1,11 @@
+post_install() {
+   grep -q '/usr/bin/fish' etc/shells || echo '/usr/bin/fish'  etc/shells
+}
+
+post_upgrade() {
+  post_install
+}
+
+pre_remove() {
+  sed -i '/^\/usr\/bin\/fish/d' /etc/shells
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-02-16 11:41:07 UTC (rev 84314)
+++ community-x86_64/PKGBUILD   2013-02-16 11:41:49 UTC (rev 84315)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Kaiting Chen kaitocr...@gmail.com
-# Maintainer:  Bartłomiej Piotrowski 

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

2013-02-16 Thread Bartłomiej Piotrowski
Date: Saturday, February 16, 2013 @ 12:57:37
  Author: bpiotrowski
Revision: 84316

upgpkg: bpython 0.12-2

Remove bpython-gtk executable from bpython. (FS#33705)

Modified:
  bpython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-16 11:41:49 UTC (rev 84315)
+++ PKGBUILD2013-02-16 11:57:37 UTC (rev 84316)
@@ -5,8 +5,8 @@
 
 pkgname=('bpython' 'bpython2')
 pkgver=0.12
-pkgrel=1
-pkgdesc='A fancy interface to the Python interpreter'
+pkgrel=2
+pkgdesc='Fancy interface to the Python interpreter'
 arch=('any')
 url='http://bpython-interpreter.org/'
 license=('MIT')
@@ -36,6 +36,9 @@
 
   install -Dm644 LICENSE \
 ${pkgdir}/usr/share/licenses/bpython/LICENSE
+
+  # pygtk isn't available for python3 (fs#33705)
+  rm $pkgdir/usr/bin/bpython-gtk
 }
 
 package_bpython2() {



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

2013-02-16 Thread Bartłomiej Piotrowski
Date: Saturday, February 16, 2013 @ 12:58:07
  Author: bpiotrowski
Revision: 84317

archrelease: copy trunk to community-any

Added:
  bpython/repos/community-any/PKGBUILD
(from rev 84316, bpython/trunk/PKGBUILD)
  bpython/repos/community-any/ungetch.patch
(from rev 84316, bpython/trunk/ungetch.patch)
Deleted:
  bpython/repos/community-any/PKGBUILD
  bpython/repos/community-any/ungetch.patch

---+
 PKGBUILD  |  141 
 ungetch.patch |   24 -
 2 files changed, 84 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-16 11:57:37 UTC (rev 84316)
+++ PKGBUILD2013-02-16 11:58:07 UTC (rev 84317)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Thomas Dziedzic  gostrc at gmail 
-# Contributor: Mike Sampson mike at sambodata dot com
-# Contributor: Anton Bazhenov anton.bazhenov at gmail
-
-pkgname=('bpython' 'bpython2')
-pkgver=0.12
-pkgrel=1
-pkgdesc='A fancy interface to the Python interpreter'
-arch=('any')
-url='http://bpython-interpreter.org/'
-license=('MIT')
-makedepends=('python-distribute' 'python2-distribute')
-source=(http://bpython-interpreter.org/releases/bpython-${pkgver}.tar.gz)
-md5sums=('14cbe92620d386a769b3faa282a1d6c3')
-
-build() {
-  cp -r bpython-${pkgver} bpython2-${pkgver}
-
-  cd bpython-${pkgver}
-  python setup.py build
-
-  cd ${srcdir}/bpython2-${pkgver}
-  python2 setup.py build
-}
-
-package_bpython() {
-  depends=('python-pygments')
-  optdepends=('python-urwid: for bpython-urwid')
-
-  cd bpython-${pkgver}
-
-  python setup.py install \
---root=${pkgdir} \
---optimize=1
-
-  install -Dm644 LICENSE \
-${pkgdir}/usr/share/licenses/bpython/LICENSE
-}
-
-package_bpython2() {
-  depends=('python2-pygments')
-  optdepends=('pygtk: for bpython2-gtk'
-  'python2-urwid: for bpython2-urwid')
-
-  cd bpython2-${pkgver}
-
-  python2 setup.py install \
---root=${pkgdir} \
---optimize=1
-
-  install -Dm644 LICENSE \
-${pkgdir}/usr/share/licenses/bpython2/LICENSE
-
-  # conflicting files with bpython
-  mv ${pkgdir}/usr/bin/bpython \
-${pkgdir}/usr/bin/bpython2
-  mv ${pkgdir}/usr/bin/bpython-gtk \
-${pkgdir}/usr/bin/bpython2-gtk
-  mv ${pkgdir}/usr/bin/bpython-urwid \
-${pkgdir}/usr/bin/bpython2-urwid
-  mv ${pkgdir}/usr/share/applications/bpython.desktop \
-${pkgdir}/usr/share/applications/bpython2.desktop
-
-  # fix the .desktop file for the rename
-  sed \
--e 's/bpython/2/' \
--i ${pkgdir}/usr/share/applications/bpython2.desktop
-}

Copied: bpython/repos/community-any/PKGBUILD (from rev 84316, 
bpython/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-16 11:58:07 UTC (rev 84317)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Mike Sampson mike at sambodata dot com
+# Contributor: Anton Bazhenov anton.bazhenov at gmail
+
+pkgname=('bpython' 'bpython2')
+pkgver=0.12
+pkgrel=2
+pkgdesc='Fancy interface to the Python interpreter'
+arch=('any')
+url='http://bpython-interpreter.org/'
+license=('MIT')
+makedepends=('python-distribute' 'python2-distribute')
+source=(http://bpython-interpreter.org/releases/bpython-${pkgver}.tar.gz)
+md5sums=('14cbe92620d386a769b3faa282a1d6c3')
+
+build() {
+  cp -r bpython-${pkgver} bpython2-${pkgver}
+
+  cd bpython-${pkgver}
+  python setup.py build
+
+  cd ${srcdir}/bpython2-${pkgver}
+  python2 setup.py build
+}
+
+package_bpython() {
+  depends=('python-pygments')
+  optdepends=('python-urwid: for bpython-urwid')
+
+  cd bpython-${pkgver}
+
+  python setup.py install \
+--root=${pkgdir} \
+--optimize=1
+
+  install -Dm644 LICENSE \
+${pkgdir}/usr/share/licenses/bpython/LICENSE
+
+  # pygtk isn't available for python3 (fs#33705)
+  rm $pkgdir/usr/bin/bpython-gtk
+}
+
+package_bpython2() {
+  depends=('python2-pygments')
+  optdepends=('pygtk: for bpython2-gtk'
+  'python2-urwid: for bpython2-urwid')
+
+  cd bpython2-${pkgver}
+
+  python2 setup.py install \
+--root=${pkgdir} \
+--optimize=1
+
+  install -Dm644 LICENSE \
+${pkgdir}/usr/share/licenses/bpython2/LICENSE
+
+  # conflicting files with bpython
+  mv ${pkgdir}/usr/bin/bpython \
+${pkgdir}/usr/bin/bpython2
+  mv ${pkgdir}/usr/bin/bpython-gtk \
+${pkgdir}/usr/bin/bpython2-gtk
+  mv ${pkgdir}/usr/bin/bpython-urwid \
+${pkgdir}/usr/bin/bpython2-urwid
+  mv ${pkgdir}/usr/share/applications/bpython.desktop \
+${pkgdir}/usr/share/applications/bpython2.desktop
+
+  # fix the .desktop file for the rename
+  sed \
+-e 's/bpython/2/' \
+-i ${pkgdir}/usr/share/applications/bpython2.desktop
+}

Deleted: ungetch.patch
===
--- ungetch.patch   2013-02-16 11:57:37 UTC (rev 84316)
+++ ungetch.patch   2013-02-16 

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

2013-02-16 Thread Ronald van Haren
Date: Saturday, February 16, 2013 @ 13:42:07
  Author: ronald
Revision: 178108

upgpkg: netcdf 4.2.1.1-1

update to 4.2.1.1

Modified:
  netcdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-16 09:56:28 UTC (rev 178107)
+++ PKGBUILD2013-02-16 12:42:07 UTC (rev 178108)
@@ -3,7 +3,7 @@
 # Contributor: damir da...@archlinux.org
 
 pkgname=netcdf
-pkgver=4.2.1
+pkgver=4.2.1.1
 pkgrel=1
 pkgdesc=network Common Data Form interface for array-oriented data access and 
corresponding library
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 options=('!libtool' '!makeflags')
 license=('custom')
 
source=(http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-${pkgver}.tar.gz)
-sha1sums=('dfb6b10ef8dd20e785efa5e29b448383090f144d')
+sha1sums=('76631cb4e6b767c224338415cf6e5f5ff9bd1238')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-02-16 Thread Ronald van Haren
Date: Saturday, February 16, 2013 @ 13:42:26
  Author: ronald
Revision: 178109

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-02-16 12:42:07 UTC (rev 178108)
+++ extra-i686/PKGBUILD 2013-02-16 12:42:26 UTC (rev 178109)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: damir da...@archlinux.org
-
-pkgname=netcdf
-pkgver=4.2.1
-pkgrel=1
-pkgdesc=network Common Data Form interface for array-oriented data access and 
corresponding library
-arch=(i686 x86_64)
-url=http://www.unidata.ucar.edu/downloads/netcdf/index.jsp;
-depends=('gcc-libs' 'hdf5' 'curl')
-optdepends=('netcdf-fortran: fortran bindings' 'netcdf-cxx: c++ bindings')
-options=('!libtool' '!makeflags')
-license=('custom')
-source=(http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-${pkgver}.tar.gz)
-sha1sums=('dfb6b10ef8dd20e785efa5e29b448383090f144d')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-shared --enable-netcdf-4 
--enable-dap-netcdf
-  make
-#  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  install -m755 -d ${pkgdir}/usr/lib
-  install -m755 -d ${pkgdir}/usr/share/man
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/COPYRIGHT \
-   ${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT
-}

Copied: netcdf/repos/extra-i686/PKGBUILD (from rev 178108, 
netcdf/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-02-16 12:42:26 UTC (rev 178109)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: damir da...@archlinux.org
+
+pkgname=netcdf
+pkgver=4.2.1.1
+pkgrel=1
+pkgdesc=network Common Data Form interface for array-oriented data access and 
corresponding library
+arch=(i686 x86_64)
+url=http://www.unidata.ucar.edu/downloads/netcdf/index.jsp;
+depends=('gcc-libs' 'hdf5' 'curl')
+optdepends=('netcdf-fortran: fortran bindings' 'netcdf-cxx: c++ bindings')
+options=('!libtool' '!makeflags')
+license=('custom')
+source=(http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-${pkgver}.tar.gz)
+sha1sums=('76631cb4e6b767c224338415cf6e5f5ff9bd1238')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-shared --enable-netcdf-4 
--enable-dap-netcdf
+  make
+#  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  install -m755 -d ${pkgdir}/usr/lib
+  install -m755 -d ${pkgdir}/usr/share/man
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/COPYRIGHT \
+   ${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-02-16 12:42:07 UTC (rev 178108)
+++ extra-x86_64/PKGBUILD   2013-02-16 12:42:26 UTC (rev 178109)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: damir da...@archlinux.org
-
-pkgname=netcdf
-pkgver=4.2.1
-pkgrel=1
-pkgdesc=network Common Data Form interface for array-oriented data access and 
corresponding library
-arch=(i686 x86_64)
-url=http://www.unidata.ucar.edu/downloads/netcdf/index.jsp;
-depends=('gcc-libs' 'hdf5' 'curl')
-optdepends=('netcdf-fortran: fortran bindings' 'netcdf-cxx: c++ bindings')
-options=('!libtool' '!makeflags')
-license=('custom')
-source=(http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-${pkgver}.tar.gz)
-sha1sums=('dfb6b10ef8dd20e785efa5e29b448383090f144d')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-shared --enable-netcdf-4 
--enable-dap-netcdf
-  make
-#  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  install -m755 -d ${pkgdir}/usr/lib
-  install -m755 -d ${pkgdir}/usr/share/man
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/COPYRIGHT \
-   ${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT
-}

Copied: netcdf/repos/extra-x86_64/PKGBUILD (from rev 178108, 
netcdf/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-02-16 12:42:26 UTC (rev 178109)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ronald 

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

2013-02-16 Thread Bartłomiej Piotrowski
Date: Saturday, February 16, 2013 @ 13:45:27
  Author: bpiotrowski
Revision: 84318

upgpkg: v8 3.16.4.1-2

Provide statically linked d8 executable.

Modified:
  v8/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-16 11:58:07 UTC (rev 84317)
+++ PKGBUILD2013-02-16 12:45:27 UTC (rev 84318)
@@ -4,8 +4,8 @@
 
 pkgname=v8
 pkgver=3.16.4.1
-pkgrel=1
-pkgdesc='A fast and modern javascript engine'
+pkgrel=2
+pkgdesc='Fast and modern Javascript engine'
 arch=('i686' 'x86_64')
 url='http://code.google.com/p/v8'
 license=('BSD')
@@ -33,12 +33,17 @@
   sed -i 's/python /python2 /' Makefile
 
   make $ARCH.release library=shared console=readline
+
+  cd $srcdir  cp -r $pkgname-$pkgver d8-static-$pkgver
+  cd d8-static-$pkgver
+  make $ARCH.release library=static console=readline
 }
 
 package() {
   cd $srcdir/$pkgname-$pkgver
 
   install -Dm755 out/$ARCH.release/d8 $pkgdir/usr/bin/d8
+  install -Dm755 $srcdir/d8-static-$pkgver/out/$ARCH.release/d8 
$pkgdir/usr/bin/d8-static
   install -Dm755 out/$ARCH.release/lib.target/libv8.so $pkgdir/usr/lib/libv8.so
 
   install -d $pkgdir/usr/include



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

2013-02-16 Thread Bartłomiej Piotrowski
Date: Saturday, February 16, 2013 @ 13:46:17
  Author: bpiotrowski
Revision: 84319

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

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

---+
 community-i686/PKGBUILD   |  107 +++-
 community-x86_64/PKGBUILD |  107 +++-
 2 files changed, 112 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-16 12:45:27 UTC (rev 84318)
+++ community-i686/PKGBUILD 2013-02-16 12:46:17 UTC (rev 84319)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Kaiting Chen kaitocr...@gmail.com
-# Contributor: tocer tocer.d...@gmail.com
-
-pkgname=v8
-pkgver=3.16.4.1
-pkgrel=1
-pkgdesc='A fast and modern javascript engine'
-arch=('i686' 'x86_64')
-url='http://code.google.com/p/v8'
-license=('BSD')
-depends=('gcc-libs' 'readline')
-makedepends=('subversion' 'python2')
-source=(http://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.bz2)
-sha256sums=('74ab3bc11f6761e5108affcbe15bc673d2ecbe06aa38ea4b27d850321c0fdc2b')
-
-[[ $CARCH = 'i686' ]]ARCH=ia32
-[[ $CARCH = 'x86_64' ]]  ARCH=x64
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # Fetch gyp
-  make dependencies
-
-  # The world isn't ready for python2
-  export PYTHON=python2
-  find build/ test/ tools/ src/ -type f \
--exec sed -e 's_^#!/usr/bin/env python$_2_' \
-  -e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
-  -e 's_^#!/usr/bin/python$_2_' \
-  -e s_'python'_'python2'_ -i {} \;
-  sed -i 's/python /python2 /' Makefile
-
-  make $ARCH.release library=shared console=readline
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  install -Dm755 out/$ARCH.release/d8 $pkgdir/usr/bin/d8
-  install -Dm755 out/$ARCH.release/lib.target/libv8.so $pkgdir/usr/lib/libv8.so
-
-  install -d $pkgdir/usr/include
-  install -Dm644 include/*.h $pkgdir/usr/include
-
-  install -d $pkgdir/usr/share/licenses/v8
-  install -m644 LICENSE* ${pkgdir}/usr/share/licenses/v8
-}
-
-# vim:set ts=2 sw=2 et:

Copied: v8/repos/community-i686/PKGBUILD (from rev 84318, v8/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-16 12:46:17 UTC (rev 84319)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Kaiting Chen kaitocr...@gmail.com
+# Contributor: tocer tocer.d...@gmail.com
+
+pkgname=v8
+pkgver=3.16.4.1
+pkgrel=2
+pkgdesc='Fast and modern Javascript engine'
+arch=('i686' 'x86_64')
+url='http://code.google.com/p/v8'
+license=('BSD')
+depends=('gcc-libs' 'readline')
+makedepends=('subversion' 'python2')
+source=(http://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.bz2)
+sha256sums=('74ab3bc11f6761e5108affcbe15bc673d2ecbe06aa38ea4b27d850321c0fdc2b')
+
+[[ $CARCH = 'i686' ]]ARCH=ia32
+[[ $CARCH = 'x86_64' ]]  ARCH=x64
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # Fetch gyp
+  make dependencies
+
+  # The world isn't ready for python2
+  export PYTHON=python2
+  find build/ test/ tools/ src/ -type f \
+-exec sed -e 's_^#!/usr/bin/env python$_2_' \
+  -e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
+  -e 's_^#!/usr/bin/python$_2_' \
+  -e s_'python'_'python2'_ -i {} \;
+  sed -i 's/python /python2 /' Makefile
+
+  make $ARCH.release library=shared console=readline
+
+  cd $srcdir  cp -r $pkgname-$pkgver d8-static-$pkgver
+  cd d8-static-$pkgver
+  make $ARCH.release library=static console=readline
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  install -Dm755 out/$ARCH.release/d8 $pkgdir/usr/bin/d8
+  install -Dm755 $srcdir/d8-static-$pkgver/out/$ARCH.release/d8 
$pkgdir/usr/bin/d8-static
+  install -Dm755 out/$ARCH.release/lib.target/libv8.so $pkgdir/usr/lib/libv8.so
+
+  install -d $pkgdir/usr/include
+  install -Dm644 include/*.h $pkgdir/usr/include
+
+  install -d $pkgdir/usr/share/licenses/v8
+  install -m644 LICENSE* ${pkgdir}/usr/share/licenses/v8
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-02-16 12:45:27 UTC (rev 84318)
+++ community-x86_64/PKGBUILD   2013-02-16 12:46:17 UTC (rev 84319)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Kaiting Chen kaitocr...@gmail.com
-# Contributor: tocer tocer.d...@gmail.com
-
-pkgname=v8
-pkgver=3.16.4.1
-pkgrel=1
-pkgdesc='A fast and modern javascript engine'
-arch=('i686' 'x86_64')
-url='http://code.google.com/p/v8'
-license=('BSD')
-depends=('gcc-libs' 'readline')
-makedepends=('subversion' 'python2')

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

2013-02-16 Thread Bartłomiej Piotrowski
Date: Saturday, February 16, 2013 @ 13:49:57
  Author: bpiotrowski
Revision: 84320

Update pkgdesc to contain info about XPS.

Modified:
  mupdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-16 12:46:17 UTC (rev 84319)
+++ PKGBUILD2013-02-16 12:49:57 UTC (rev 84320)
@@ -8,7 +8,7 @@
 pkgname=mupdf
 pkgver=1.1
 pkgrel=1
-pkgdesc=lightweight PDF viewer and toolkit written in portable C
+pkgdesc=Lightweight PDF and XPS viewer
 arch=('i686' 'x86_64')
 url=http://mupdf.com;
 license=('GPL3')



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

2013-02-16 Thread Jakob Gruber
Date: Saturday, February 16, 2013 @ 15:27:47
  Author: schuay
Revision: 84321

mcomix 0.99-2

Modified:
  mcomix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-16 12:49:57 UTC (rev 84320)
+++ PKGBUILD2013-02-16 14:27:47 UTC (rev 84321)
@@ -4,7 +4,7 @@
 
 pkgname=mcomix
 pkgver=0.99
-pkgrel=1
+pkgrel=2
 pkgdesc=A user-friendly, customizable image viewer specifically designed to 
handle comic books
 arch=('any')
 url=http://sourceforge.net/projects/mcomix/;
@@ -34,11 +34,12 @@
   export PYTHONPATH=${pkgdir}/usr/lib/python2.7/site-packages/
   mkdir -p $PYTHONPATH
 
-  python2 setup.py install --prefix=${pkgdir}/usr --optimize=1 \
---single-version-externally-managed --root=/
+  python2 setup.py install --prefix=/usr --optimize=1 \
+--single-version-externally-managed --root=${pkgdir}
 
-  install -Dm644 mime/comicbook.schemas \
-${pkgdir}/usr/share/gconf/schemas/mcomix.schemas
+  install -Dm755 mime/comicthumb ${pkgdir}/usr/bin/comicthumb
+  install -Dm644 mime/comicthumb.1.gz 
${pkgdir}/usr/share/man/man1/comicthumb.1.gz
+  install -Dm644 mime/comicbook.schemas 
${pkgdir}/usr/share/gconf/schemas/mcomix.schemas
 }
 
 md5sums=('a1ff7e1955042069d5005b4034e7a914')



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

2013-02-16 Thread Jakob Gruber
Date: Saturday, February 16, 2013 @ 15:27:57
  Author: schuay
Revision: 84322

archrelease: copy trunk to community-any

Added:
  mcomix/repos/community-any/PKGBUILD
(from rev 84321, mcomix/trunk/PKGBUILD)
  mcomix/repos/community-any/mcomix.install
(from rev 84321, mcomix/trunk/mcomix.install)
Deleted:
  mcomix/repos/community-any/PKGBUILD
  mcomix/repos/community-any/mcomix.install

+
 PKGBUILD   |   89 +++
 mcomix.install |   64 +++
 2 files changed, 77 insertions(+), 76 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-16 14:27:47 UTC (rev 84321)
+++ PKGBUILD2013-02-16 14:27:57 UTC (rev 84322)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: schuay jakob.gru...@gmail.com
-# Contributor: Ray Powell ray...@xphoniexx.net
-
-pkgname=mcomix
-pkgver=0.99
-pkgrel=1
-pkgdesc=A user-friendly, customizable image viewer specifically designed to 
handle comic books
-arch=('any')
-url=http://sourceforge.net/projects/mcomix/;
-license=('GPL')
-depends=('pygtk' 'python-imaging' 'xdg-utils' 'python2' \
- 'desktop-file-utils' 'hicolor-icon-theme' 'python2-distribute')
-makedepends=('gettext' 'intltool')
-optdepends=('unrar: for rar compressed comics')
-conflicts=('comix')
-replaces=('comix')
-install='mcomix.install'
-source=(http://downloads.sourceforge.net/project/mcomix/MComix-${pkgver}/mcomix-${pkgver}.tar.bz2;)
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # python2 fix
-  for file in $(grep -Rl /usr/bin/env python .);
-  do
-sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
-  done
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  export PYTHONPATH=${pkgdir}/usr/lib/python2.7/site-packages/
-  mkdir -p $PYTHONPATH
-
-  python2 setup.py install --prefix=${pkgdir}/usr --optimize=1 \
---single-version-externally-managed --root=/
-
-  install -Dm644 mime/comicbook.schemas \
-${pkgdir}/usr/share/gconf/schemas/mcomix.schemas
-}
-
-md5sums=('a1ff7e1955042069d5005b4034e7a914')

Copied: mcomix/repos/community-any/PKGBUILD (from rev 84321, 
mcomix/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-16 14:27:57 UTC (rev 84322)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: schuay jakob.gru...@gmail.com
+# Contributor: Ray Powell ray...@xphoniexx.net
+
+pkgname=mcomix
+pkgver=0.99
+pkgrel=2
+pkgdesc=A user-friendly, customizable image viewer specifically designed to 
handle comic books
+arch=('any')
+url=http://sourceforge.net/projects/mcomix/;
+license=('GPL')
+depends=('pygtk' 'python-imaging' 'xdg-utils' 'python2' \
+ 'desktop-file-utils' 'hicolor-icon-theme' 'python2-distribute')
+makedepends=('gettext' 'intltool')
+optdepends=('unrar: for rar compressed comics')
+conflicts=('comix')
+replaces=('comix')
+install='mcomix.install'
+source=(http://downloads.sourceforge.net/project/mcomix/MComix-${pkgver}/mcomix-${pkgver}.tar.bz2;)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # python2 fix
+  for file in $(grep -Rl /usr/bin/env python .);
+  do
+sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
+  done
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  export PYTHONPATH=${pkgdir}/usr/lib/python2.7/site-packages/
+  mkdir -p $PYTHONPATH
+
+  python2 setup.py install --prefix=/usr --optimize=1 \
+--single-version-externally-managed --root=${pkgdir}
+
+  install -Dm755 mime/comicthumb ${pkgdir}/usr/bin/comicthumb
+  install -Dm644 mime/comicthumb.1.gz 
${pkgdir}/usr/share/man/man1/comicthumb.1.gz
+  install -Dm644 mime/comicbook.schemas 
${pkgdir}/usr/share/gconf/schemas/mcomix.schemas
+}
+
+md5sums=('a1ff7e1955042069d5005b4034e7a914')

Deleted: mcomix.install
===
--- mcomix.install  2013-02-16 14:27:47 UTC (rev 84321)
+++ mcomix.install  2013-02-16 14:27:57 UTC (rev 84322)
@@ -1,32 +0,0 @@
-pkgname=mcomix
-
-post_install() {
-  if [ -f usr/bin/xdg-icon-resource ]; then
-  xdg-icon-resource forceupdate
-  fi
-  if [ -f usr/sbin/gconfpkg ]; then
-  usr/sbin/gconfpkg --install ${pkgname}
-  fi
-  update-desktop-database -q
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  if [ -f usr/sbin/gconfpkg ]; then
-  usr/sbin/gconfpkg --uninstall ${pkgname}
-  fi
-}
-
-post_remove() {
-  if [ -f usr/bin/xdg-icon-resource ]; then
-  xdg-icon-resource forceupdate
-  fi
-  update-desktop-database -q
-}

Copied: mcomix/repos/community-any/mcomix.install (from rev 84321, 
mcomix/trunk/mcomix.install)
===
--- mcomix.install  (rev 0)
+++ mcomix.install  2013-02-16 14:27:57 UTC (rev 84322)
@@ -0,0 +1,32 @@
+pkgname=mcomix
+

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

2013-02-16 Thread Ronald van Haren
Date: Saturday, February 16, 2013 @ 15:48:34
  Author: ronald
Revision: 178110

upgpkg: octave 3.6.3-2

glpk rebuild

Modified:
  octave/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-16 12:42:26 UTC (rev 178109)
+++ PKGBUILD2013-02-16 14:48:34 UTC (rev 178110)
@@ -5,7 +5,7 @@
 
 pkgname=octave
 pkgver=3.6.3
-pkgrel=1
+pkgrel=2
 pkgdesc=A high-level language, primarily intended for numerical computations.
 arch=('i686' 'x86_64')
 url=http://www.octave.org;



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

2013-02-16 Thread Ronald van Haren
Date: Saturday, February 16, 2013 @ 15:48:55
  Author: ronald
Revision: 178111

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

Added:
  octave/repos/staging-i686/
  octave/repos/staging-i686/PKGBUILD
(from rev 178110, octave/trunk/PKGBUILD)
  octave/repos/staging-i686/octave-gethelp.patch
(from rev 178110, octave/trunk/octave-gethelp.patch)
  octave/repos/staging-i686/octave.install
(from rev 178110, octave/trunk/octave.install)
  octave/repos/staging-x86_64/
  octave/repos/staging-x86_64/PKGBUILD
(from rev 178110, octave/trunk/PKGBUILD)
  octave/repos/staging-x86_64/octave-gethelp.patch
(from rev 178110, octave/trunk/octave-gethelp.patch)
  octave/repos/staging-x86_64/octave.install
(from rev 178110, octave/trunk/octave.install)

-+
 staging-i686/PKGBUILD   |   51 ++
 staging-i686/octave-gethelp.patch   |   13 
 staging-i686/octave.install |   18 
 staging-x86_64/PKGBUILD |   51 ++
 staging-x86_64/octave-gethelp.patch |   13 
 staging-x86_64/octave.install   |   18 
 6 files changed, 164 insertions(+)

Copied: octave/repos/staging-i686/PKGBUILD (from rev 178110, 
octave/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-02-16 14:48:55 UTC (rev 178111)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor : shining shiningxc.at.gmail.com
+# Contributor : cyberdune cyberd...@gmail.com
+
+pkgname=octave
+pkgver=3.6.3
+pkgrel=2
+pkgdesc=A high-level language, primarily intended for numerical computations.
+arch=('i686' 'x86_64')
+url=http://www.octave.org;
+license=('GPL')
+depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'fltk' 
'suitesparse' 'arpack')
+makedepends=('gcc-fortran' 'texlive-core')
+optdepends=('texinfo: for help-support in octave'
+'gnuplot: alternative plotting')
+source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.bz2{,.sig}
+octave-gethelp.patch)
+options=('!emptydirs')
+install=octave.install
+sha1sums=('e8bd0c0b33ab9714ddb524f2258546c3536f0628'
+  'de009a9e6803de6b831cbd836cbc85c291de8a3c'
+  'd39d54763ac86114029f8bc5d60763d2adce27bb')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # 
http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/sci-mathematics/octave/files/octave-3.4.3-help.patch?view=log
+  patch -Np0 -i ${srcdir}/octave-gethelp.patch
+
+  autoreconf -vfi
+
+  # http://www.nabble.com/Random-rounding-errors-td16010966.html
+  FFLAGS=-O -ffloat-store \
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib \
+  --enable-shared --disable-static \
+  --with-umfpack=-lumfpack -lsuitesparseconfig # 
https://mailman.cae.wisc.edu/pipermail/help-octave/2012-September/053991.html
+
+  LANG=C make
+}
+
+package(){
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  # add octave library path to ld.so.conf.d
+  install -d ${pkgdir}/etc/ld.so.conf.d
+  echo /usr/lib/${pkgname}/${pkgver}  
${pkgdir}/etc/ld.so.conf.d/${pkgname}.conf
+}

Copied: octave/repos/staging-i686/octave-gethelp.patch (from rev 178110, 
octave/trunk/octave-gethelp.patch)
===
--- staging-i686/octave-gethelp.patch   (rev 0)
+++ staging-i686/octave-gethelp.patch   2013-02-16 14:48:55 UTC (rev 178111)
@@ -0,0 +1,13 @@
+Help parallel compilation
+patch by Sebastien Fabbro 
+--- scripts/Makefile.am.orig   2011-06-09 22:27:22.688268651 +0100
 scripts/Makefile.am2011-02-08 10:00:51.0 +
+@@ -316,7 +316,7 @@
+ 
+ gethelp_SOURCES = gethelp.cc
+ 
+-.DOCSTRINGS: $(FCN_FILES) $(GEN_FCN_FILES) mkdoc $(gethelp_SOURCES) Makefile
++.DOCSTRINGS: $(FCN_FILES) $(GEN_FCN_FILES) mkdoc $(gethelp_SOURCES) Makefile 
gethelp
+   @$(MAKE) $(AM_MAKEFLAGS) gethelp$(BUILD_EXEEXT)
+   if [ x$(srcdir) != x. ]  [ -f $(srcdir)/DOCSTRINGS ]  [ ! -f 
DOCSTRINGS ]; then \
+   cp $(srcdir)/DOCSTRINGS DOCSTRINGS; \

Copied: octave/repos/staging-i686/octave.install (from rev 178110, 
octave/trunk/octave.install)
===
--- staging-i686/octave.install (rev 0)
+++ staging-i686/octave.install 2013-02-16 14:48:55 UTC (rev 178111)
@@ -0,0 +1,18 @@
+info_dir=/usr/share/info
+info_files=(octave.info octave.info-1 octave.info-2 octave.info-3 
octave.info-4 octave.info-5)
+
+post_install() {
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+   post_install
+}
+
+pre_remove() {
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}

Copied: 

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

2013-02-16 Thread Giovanni Scafora
Date: Saturday, February 16, 2013 @ 16:25:30
  Author: giovanni
Revision: 84323

upgpkg: calibre 0.9.19-1

upstream release

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-16 14:27:57 UTC (rev 84322)
+++ PKGBUILD2013-02-16 15:25:30 UTC (rev 84323)
@@ -4,7 +4,7 @@
 # Contributor: Andrea Fagiani andfagiani _at_ gmail dot com
 
 pkgname=calibre
-pkgver=0.9.18
+pkgver=0.9.19
 pkgrel=1
 pkgdesc=Ebook management application
 arch=('i686' 'x86_64') 
@@ -22,7 +22,7 @@
 source=(http://calibre-ebook.googlecode.com/files/${pkgname}-${pkgver}.tar.xz;
 'desktop_integration.patch'
 'calibre-mount-helper')
-md5sums=('0e6e10476c0b3ff7e90337ba92d56b06'
+md5sums=('1977c75613209b8fcade35e9185a8ee0'
  '42c07b43d575b5e7e7524bd7b9528f0e'
  '675cd87d41342119827ef706055491e7')
 



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

2013-02-16 Thread Giovanni Scafora
Date: Saturday, February 16, 2013 @ 16:25:40
  Author: giovanni
Revision: 84324

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

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

+
 community-i686/PKGBUILD|  158 +--
 community-i686/calibre-mount-helper|   56 +++---
 community-i686/calibre.install |   24 +-
 community-i686/desktop_integration.patch   |  218 +--
 community-x86_64/PKGBUILD  |  158 +--
 community-x86_64/calibre-mount-helper  |   56 +++---
 community-x86_64/calibre.install   |   24 +-
 community-x86_64/desktop_integration.patch |  218 +--
 8 files changed, 456 insertions(+), 456 deletions(-)

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


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

2013-02-16 Thread Pierre Schmitz
Date: Saturday, February 16, 2013 @ 16:49:30
  Author: pierre
Revision: 178112

add workaround for pkg-config 0.28

Modified:
  php/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-16 14:48:55 UTC (rev 178111)
+++ PKGBUILD2013-02-16 15:49:30 UTC (rev 178112)
@@ -124,6 +124,9 @@
patch -p0 -i ${srcdir}/php.ini.patch
patch -p0 -i ${srcdir}/php-fpm.conf.in.patch
 
+   # workaround for pkg-config 0.28
+   sed 's/  test -n $OPENSSL_INCS//g' -i configure
+
# php
mkdir ${srcdir}/build-php
cd ${srcdir}/build-php



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

2013-02-16 Thread Alexander Rødseth
Date: Saturday, February 16, 2013 @ 17:16:04
  Author: arodseth
Revision: 84325

Fixes location of configuration file, thanks Elmo Todurov for pointing this out

Modified:
  freeorion/trunk/PKGBUILD

--+
 PKGBUILD |   41 +
 1 file changed, 21 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-16 15:25:40 UTC (rev 84324)
+++ PKGBUILD2013-02-16 16:16:04 UTC (rev 84325)
@@ -1,13 +1,14 @@
 # $Id$
 # Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Elmo Todurov todu...@gmail.com
 # Contributor: guini sidt...@googlemail.com
-# Contributor: Forrest Loomis cybercyst _ at _ gmail dot com
+# Contributor: Forrest Loomis cyberc...@gmail.com
 # Contributor: Sven-Hendrik Haase s...@lutzhaase.com
 # Contributor: fana-m gemi...@gmx.net
 
 pkgname=freeorion
 pkgver=0.4.1
-pkgrel=6
+pkgrel=7
 pkgdesc='Turn-based galactic conquest game inspired by Master of Orion'
 arch=('x86_64' 'i686')
 url='http://www.freeorion.org/'
@@ -40,43 +41,43 @@
 
   #msg2 'Looking up revision from version number...'
   #_releaserevision=`curl --progress-bar -o- ${url}index.php/Compile | grep 
$pkgver | cut -d':' -f2 | cut -d' ' -f10 | tail -1`
-  #msg2 The revision for the latest official release is $_releaserevision
+  #msg2 'The revision for the latest official release is $_releaserevision
   ## _revision=$_releaserevision
 
-  msg2 Compiling with revision $_revision
+  msg2 'Compiling with revision $_revision'
 
-  msg2 Checking out svn revision $_revision...
+  msg2 'Checking out svn revision $_revision...'
   if [[ -d $pkgname/.svn ]]; then
 (cd $pkgname  svn up -r $_revision)
   else
 svn co $_svnrepo --config-dir ./ -r $_revision $pkgname
   fi
 
-  msg2 Setting up build directory...
+  msg2 'Setting up build directory...'
   rm -rf $srcdir/$pkgname-build
   cp -r $srcdir/$pkgname $srcdir/$pkgname-build
   cd $srcdir/$pkgname-build
 
-  msg2 CMake/Python fix...
+  msg2 'CMake/Python fix...'
   patch -N -p1 -i $srcdir/cmake_python.patch
 
-  msg2 Generating makefiles...
+  msg2 'Generating makefiles...'
   cmake \
 -DPYTHON_INCLUDE_DIR:PATH=/usr/include/python$_pyversion \
 -DPYTHON_LIBRARY:FILEPATH=/usr/lib/libpython$_pyversion.so \
 -G Unix Makefiles
   
-  msg2 GLU fix...
+  msg2 'GLU fix...'
   setconf CMakeCache.txt CMAKE_CXX_FLAGS:STRING \
 '-march=x86-64 -mtune=generic -O2 -fno-var-tracking -pipe 
-fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -lGL -lGLU '
 
-  #msg2 Boost fix...
+  #msg2 'Boost fix...'
   #sed -i 's:TIME_UTC:TIME_UTC_:' util/MultiplayerCommon.cpp
   
-  msg2 Compiling...
+  msg2 'Compiling...'
   make -j1
 
-  msg2 OGRE fix...
+  msg2 'OGRE fix...'
   sed -i 's:PluginFolder=.:PluginFolder=/usr/lib/OGRE/:g' \
 $srcdir/$pkgname-build/ogre_plugins.cfg
 }
@@ -84,38 +85,38 @@
 package() {
   cd $srcdir/$pkgname-build
 
-  msg2 Packaging documentation...
+  msg2 'Packaging documentation...'
   install -Dm644 loki_setup/README.txt \
 $pkgdir/usr/share/doc/$pkgname/README.txt
 
-  msg2 Packaging binaries...
+  msg2 'Packaging binaries...'
   install -Dm 755 $srcdir/$pkgname.sh $pkgdir/usr/bin/freeorion
   install -Dm 755 freeorion $pkgdir/usr/bin/freeorion.elf
   install -Dm 755 freeorionca $pkgdir/usr/bin/freeorionca
   install -Dm 755 freeoriond $pkgdir/usr/bin/freeoriond
 
-  msg2 Packaging data...
+  msg2 'Packaging data...'
   mkdir -p $pkgdir/usr/share/$pkgname $pkgdir/usr/lib/$pkgname
   cp -r default $pkgdir/usr/share/$pkgname
-  install -Dm 644 OISInput.cfg $pkgdir/usr/share/OISInput.cfg
+  install -Dm 644 OISInput.cfg $pkgdir/usr/share/$pkgname/OISInput.cfg
 
-  msg2 Packaging license...
+  msg2 'Packaging license...'
   install -Dm 644 default/COPYING \
 $pkgdir/usr/share/licenses/$pkgname/COPYING
 
   cd $srcdir
 
-  msg2 Packaging icon and shortcut...
+  msg2 'Packaging icon and shortcut...'
   install -Dm 644 $pkgname.png \
 $pkgdir/usr/share/pixmaps/freeorion.png
   install -Dm 644 $pkgname.desktop \
 $pkgdir/usr/share/applications/freeorion.desktop
 
-  msg2 Packaging OGRE plugins configuration...
+  msg2 'Packaging OGRE plugins configuration...'
   install -Dm 644 $srcdir/$pkgname-build/ogre_plugins.cfg \
 $pkgdir/usr/share/freeorion/ogre_plugins.cfg
 
-  msg2 Cleaning up...
+  msg2 'Cleaning up...'
   find $pkgdir -name .svn -print0 | xargs -0 rm -rf
 }
 



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

2013-02-16 Thread Alexander Rødseth
Date: Saturday, February 16, 2013 @ 17:16:27
  Author: arodseth
Revision: 84326

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

Added:
  freeorion/repos/community-i686/PKGBUILD
(from rev 84325, freeorion/trunk/PKGBUILD)
  freeorion/repos/community-i686/cmake_python.patch
(from rev 84325, freeorion/trunk/cmake_python.patch)
  freeorion/repos/community-i686/freeorion.install
(from rev 84325, freeorion/trunk/freeorion.install)
  freeorion/repos/community-i686/freeorion.sh
(from rev 84325, freeorion/trunk/freeorion.sh)
  freeorion/repos/community-x86_64/PKGBUILD
(from rev 84325, freeorion/trunk/PKGBUILD)
  freeorion/repos/community-x86_64/cmake_python.patch
(from rev 84325, freeorion/trunk/cmake_python.patch)
  freeorion/repos/community-x86_64/freeorion.install
(from rev 84325, freeorion/trunk/freeorion.install)
  freeorion/repos/community-x86_64/freeorion.sh
(from rev 84325, freeorion/trunk/freeorion.sh)
Deleted:
  freeorion/repos/community-i686/PKGBUILD
  freeorion/repos/community-i686/cmake_python.patch
  freeorion/repos/community-i686/freeorion.install
  freeorion/repos/community-i686/freeorion.sh
  freeorion/repos/community-x86_64/PKGBUILD
  freeorion/repos/community-x86_64/cmake_python.patch
  freeorion/repos/community-x86_64/freeorion.install
  freeorion/repos/community-x86_64/freeorion.sh

-+
 community-i686/PKGBUILD |  245 ++---
 community-i686/cmake_python.patch   |   46 ++---
 community-i686/freeorion.install|   26 +--
 community-i686/freeorion.sh |  286 +-
 community-x86_64/PKGBUILD   |  245 ++---
 community-x86_64/cmake_python.patch |   46 ++---
 community-x86_64/freeorion.install  |   26 +--
 community-x86_64/freeorion.sh   |  286 +-
 8 files changed, 604 insertions(+), 602 deletions(-)

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


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

2013-02-16 Thread Ángel Velásquez
Date: Saturday, February 16, 2013 @ 17:56:55
  Author: angvp
Revision: 178115

upgpkg: python-lxml 3.1.0-1

Version bump to 3.1.0

Modified:
  python-lxml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-16 16:08:40 UTC (rev 178114)
+++ PKGBUILD2013-02-16 16:56:55 UTC (rev 178115)
@@ -3,15 +3,15 @@
 
 pkgbase=python-lxml
 pkgname=('python-lxml' 'python2-lxml' 'python-lxml-docs')
-pkgver=3.0.2
+pkgver=3.1.0
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('BSD' 'custom')
 url=http://lxml.de/;
 makedepends=('python2' 'python' 'libxslt')
 
source=(http://pypi.python.org/packages/source/l/lxml/lxml-${pkgver}.tar.gz{,.asc})
-md5sums=('38b15b0dd5e9292cf98be800e84a3ce4'
- '85992526166d265681e42dd669d10773')
+md5sums=('df70163fb581bbe45fdcd6069a503273'
+ 'e84737c92c90c9f71a5118b5e1ad5e91')
 
 check() {
   cd lxml-$pkgver



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

2013-02-16 Thread Ángel Velásquez
Date: Saturday, February 16, 2013 @ 17:58:25
  Author: angvp
Revision: 178116

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

Added:
  python-lxml/repos/extra-i686/PKGBUILD
(from rev 178115, python-lxml/trunk/PKGBUILD)
  python-lxml/repos/extra-x86_64/PKGBUILD
(from rev 178115, python-lxml/trunk/PKGBUILD)
Deleted:
  python-lxml/repos/extra-i686/PKGBUILD
  python-lxml/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |  140 
 extra-x86_64/PKGBUILD |  140 
 2 files changed, 140 insertions(+), 140 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-02-16 16:56:55 UTC (rev 178115)
+++ extra-i686/PKGBUILD 2013-02-16 16:58:25 UTC (rev 178116)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org 
-
-pkgbase=python-lxml
-pkgname=('python-lxml' 'python2-lxml' 'python-lxml-docs')
-pkgver=3.0.2
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('BSD' 'custom')
-url=http://lxml.de/;
-makedepends=('python2' 'python' 'libxslt')
-source=(http://pypi.python.org/packages/source/l/lxml/lxml-${pkgver}.tar.gz{,.asc})
-md5sums=('38b15b0dd5e9292cf98be800e84a3ce4'
- '85992526166d265681e42dd669d10773')
-
-check() {
-  cd lxml-$pkgver
-  make PYTHON=python2 test
-  make PYTHON=python test
-}
-
-package_python2-lxml() {
-  pkgdesc=Python2 binding for the libxml2 and libxslt libraries
-  depends=('python2' 'libxslt')
-  optdepends=('python2-beautifulsoup3: support for parsing not well formed 
HTML'
-  'python-lxml-docs: offline docs')
-
-  cd lxml-$pkgver
-  python2 setup.py install --root=${pkgdir} --optimize=1
- 
-  install -Dm644 LICENSES.txt \
-${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 doc/licenses/BSD.txt \
-${pkgdir}/usr/share/licenses/$pkgname/BSD.txt
-  install -Dm644 doc/licenses/elementtree.txt \
-${pkgdir}/usr/share/licenses/$pkgname/elementtree.txt
-}
-
-package_python-lxml() {
-  pkgdesc=Python3 binding for the libxml2 and libxslt libraries
-  depends=('python' 'libxslt')
-  optdepends=('python-cssselect'
-  'python-lxml-docs: offline docs')
-
-  cd lxml-$pkgver
-  python setup.py install --root=${pkgdir} --optimize=1
-  
-  install -Dm644 LICENSES.txt \
-${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 doc/licenses/BSD.txt \
-${pkgdir}/usr/share/licenses/$pkgname/BSD.txt
-  install -Dm644 doc/licenses/elementtree.txt \
-${pkgdir}/usr/share/licenses/$pkgname/elementtree.txt
-}
-
-package_python-lxml-docs() {
-  pkgdesc=Python binding for the libxml2 and libxslt libraries (docs)
-  options=('docs')
-
-  cd lxml-$pkgver
-  install -d ${pkgdir}/usr/share/doc/${pkgbase}
-  cp -r doc/html ${pkgdir}/usr/share/doc/${pkgbase}
-
-  install -Dm644 LICENSES.txt \
-${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 doc/licenses/BSD.txt \
-${pkgdir}/usr/share/licenses/$pkgname/BSD.txt
-  install -Dm644 doc/licenses/elementtree.txt \
-${pkgdir}/usr/share/licenses/$pkgname/elementtree.txt
-}

Copied: python-lxml/repos/extra-i686/PKGBUILD (from rev 178115, 
python-lxml/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-02-16 16:58:25 UTC (rev 178116)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org 
+
+pkgbase=python-lxml
+pkgname=('python-lxml' 'python2-lxml' 'python-lxml-docs')
+pkgver=3.1.0
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('BSD' 'custom')
+url=http://lxml.de/;
+makedepends=('python2' 'python' 'libxslt')
+source=(http://pypi.python.org/packages/source/l/lxml/lxml-${pkgver}.tar.gz{,.asc})
+md5sums=('df70163fb581bbe45fdcd6069a503273'
+ 'e84737c92c90c9f71a5118b5e1ad5e91')
+
+check() {
+  cd lxml-$pkgver
+  make PYTHON=python2 test
+  make PYTHON=python test
+}
+
+package_python2-lxml() {
+  pkgdesc=Python2 binding for the libxml2 and libxslt libraries
+  depends=('python2' 'libxslt')
+  optdepends=('python2-beautifulsoup3: support for parsing not well formed 
HTML'
+  'python-lxml-docs: offline docs')
+
+  cd lxml-$pkgver
+  python2 setup.py install --root=${pkgdir} --optimize=1
+ 
+  install -Dm644 LICENSES.txt \
+${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 doc/licenses/BSD.txt \
+${pkgdir}/usr/share/licenses/$pkgname/BSD.txt
+  install -Dm644 doc/licenses/elementtree.txt \
+${pkgdir}/usr/share/licenses/$pkgname/elementtree.txt
+}
+
+package_python-lxml() {
+  pkgdesc=Python3 binding for the libxml2 and libxslt libraries
+  depends=('python' 'libxslt')
+  optdepends=('python-cssselect'
+  'python-lxml-docs: offline docs')
+
+  cd lxml-$pkgver
+  python setup.py install --root=${pkgdir} --optimize=1
+  
+  install -Dm644 LICENSES.txt \
+

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

2013-02-16 Thread Balló György
Date: Saturday, February 16, 2013 @ 18:23:47
  Author: bgyorgy
Revision: 84327

upgpkg: cinnamon 1.6.7-7

Fix Keyboard applet (FS#33804)

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

---+
 PKGBUILD  |   16 -
 keyboard_applet.patch |  142 
 2 files changed, 154 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-16 16:16:27 UTC (rev 84326)
+++ PKGBUILD2013-02-16 17:23:47 UTC (rev 84327)
@@ -5,33 +5,41 @@
 
 pkgname=cinnamon
 pkgver=1.6.7
-pkgrel=6
+pkgrel=7
 pkgdesc=Linux desktop which provides advanced innovative features and a 
traditional user experience
 arch=('i686' 'x86_64')
 url=http://cinnamon.linuxmint.com/;
 license=('GPL2')
 depends=('accountsservice' 'caribou' 'gjs' 'gnome-bluetooth' 'gnome-icon-theme'
  'gnome-menus' 'gnome-settings-daemon' 'gnome-session' 
'gnome-themes-standard'
- 'gstreamer0.10' 'libgnomekbd' 'networkmanager' 'muffin' 'python2-dbus'
+ 'gstreamer0.10' 'networkmanager' 'muffin' 'python2-dbus'
  'python2-gconf' 'python2-imaging' 'python2-lxml')
 makedepends=('gnome-common' 'intltool')
 optdepends=('gnome-control-center: open settings from various applets'
 'gnome-screensaver: lock screen'
+'gucharmap: show character table from Keyboard applet'
+'libgnomekbd: show keyboard layout from Keyboard applet'
 'nautilus: the official Gnome file manager')
 options=('!libtool' '!emptydirs')
 install=${pkgname}.install
 
source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/Cinnamon/tarball/$pkgver;
 cinnamon-screensaver.desktop
 cinnamon2d-screensaver.desktop
-gnome-autogen.sh)
+gnome-autogen.sh
+keyboard_applet.patch)
 md5sums=('ea73c6367d43d82c61f977477bf0c08c'
  'd55c079cdc8bec606f510f87b2a6f776'
  '5c6af851ab1cf7e9219f11d86353196a'
- 'a925691c9b57a6a884dcf07da057fd1f')
+ 'a925691c9b57a6a884dcf07da057fd1f'
+ '2b1ece84416c3e4de030be15f1774d82')
 
 build() {
   cd ${srcdir}/linuxmint-Cinnamon*
 
+  # Fix Keyboard applet
+  # https://github.com/linuxmint/Cinnamon/issues/1337
+  patch -Np1 -i ${srcdir}/keyboard_applet.patch
+
   cp ${srcdir}/gnome-autogen.sh .
   sed -i 's/\ --warn-all\ --warn-error//' src/Makefile.am
   sed -i 's/gnome-autogen.sh/.\/gnome-autogen.sh/g' autogen.sh

Added: keyboard_applet.patch
===
--- keyboard_applet.patch   (rev 0)
+++ keyboard_applet.patch   2013-02-16 17:23:47 UTC (rev 84327)
@@ -0,0 +1,142 @@
+diff --git a/applet.js b/applet.js
+--- a/files/usr/share/cinnamon/applets/keybo...@cinnamon.org/applet.js
 b/files/usr/share/cinnamon/applets/keybo...@cinnamon.org/applet.js
+@@ -1,9 +1,10 @@
+ const Applet = imports.ui.applet;
+-const Gkbd = imports.gi.Gkbd;
+ const Lang = imports.lang;
+-const Cinnamon = imports.gi.Cinnamon;
++const Gio = imports.gi.Gio;
++const GLib = imports.gi.GLib;
+ const St = imports.gi.St;
+ const Gtk = imports.gi.Gtk;
++const GnomeDesktop = imports.gi.GnomeDesktop;
+ const Main = imports.ui.main;
+ const PopupMenu = imports.ui.popupMenu;
+ const Util = imports.misc.util;
+@@ -15,11 +16,12 @@
+ LayoutMenuItem.prototype = {
+ __proto__: PopupMenu.PopupBaseMenuItem.prototype,
+ 
+-_init: function(config, id, indicator, long_name) {
++_init: function(ipsettings, id, index, indicator, long_name) {
+ PopupMenu.PopupBaseMenuItem.prototype._init.call(this);
+ 
+-this._config = config;
++this._ipsettings = ipsettings;
+ this._id = id;
++this._index = index;
+ this.label = new St.Label({ text: long_name });
+ this.indicator = indicator;
+ this.addActor(this.label);
+@@ -28,7 +30,7 @@
+ 
+ activate: function(event) {
+ PopupMenu.PopupBaseMenuItem.prototype.activate.call(this);
+-this._config.lock_group(this._id);
++this._ipsettings.set_value('current', 
GLib.Variant.new_uint32(this._index));
+ }
+ };
+ 
+@@ -54,18 +56,18 @@
+ this._layoutItems = [ ];
+ 
+ this._showFlags = 
global.settings.get_boolean(keyboard-applet-use-flags);
+-this._config = Gkbd.Configuration.get();
+-this._config.connect('changed', Lang.bind(this, 
this._syncConfig));
+-this._config.connect('group-changed', Lang.bind(this, 
this._syncGroup));
++this._xkbInfo = new GnomeDesktop.XkbInfo();
++this._ipsettings = new Gio.Settings({ schema: 
'org.gnome.desktop.input-sources' });
++this._ipsettings.connect('changed::sources', Lang.bind(this, 
this._syncConfig));
++this._ipsettings.connect('changed::current', Lang.bind(this, 
this._syncGroup));
+ 

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

2013-02-16 Thread Balló György
Date: Saturday, February 16, 2013 @ 18:24:01
  Author: bgyorgy
Revision: 84328

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

Deleted:
  cinnamon/repos/community-i686/PKGBUILD
  cinnamon/repos/community-i686/cinnamon-screensaver.desktop
  cinnamon/repos/community-i686/cinnamon.install
  cinnamon/repos/community-i686/cinnamon2d-screensaver.desktop
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/cinnamon-screensaver.desktop
  cinnamon/repos/community-x86_64/cinnamon.install
  cinnamon/repos/community-x86_64/cinnamon2d-screensaver.desktop

-+
 community-i686/PKGBUILD |   71 --
 community-i686/cinnamon-screensaver.desktop |   15 
 community-i686/cinnamon.install |   29 
 community-i686/cinnamon2d-screensaver.desktop   |   15 
 community-x86_64/PKGBUILD   |   71 --
 community-x86_64/cinnamon-screensaver.desktop   |   15 
 community-x86_64/cinnamon.install   |   29 
 community-x86_64/cinnamon2d-screensaver.desktop |   15 
 8 files changed, 260 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-16 17:23:47 UTC (rev 84327)
+++ community-i686/PKGBUILD 2013-02-16 17:24:01 UTC (rev 84328)
@@ -1,71 +0,0 @@
-# $Id$
-# Contributor: M0Rf30
-# Contributor: unifiedlinux
-# Contributor: CReimer
-
-pkgname=cinnamon
-pkgver=1.6.7
-pkgrel=6
-pkgdesc=Linux desktop which provides advanced innovative features and a 
traditional user experience
-arch=('i686' 'x86_64')
-url=http://cinnamon.linuxmint.com/;
-license=('GPL2')
-depends=('accountsservice' 'caribou' 'gjs' 'gnome-bluetooth' 'gnome-icon-theme'
- 'gnome-menus' 'gnome-settings-daemon' 'gnome-session' 
'gnome-themes-standard'
- 'gstreamer0.10' 'libgnomekbd' 'networkmanager' 'muffin' 'python2-dbus'
- 'python2-gconf' 'python2-imaging' 'python2-lxml')
-makedepends=('gnome-common' 'intltool')
-optdepends=('gnome-control-center: open settings from various applets'
-'gnome-screensaver: lock screen'
-'nautilus: the official Gnome file manager')
-options=('!libtool' '!emptydirs')
-install=${pkgname}.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/Cinnamon/tarball/$pkgver;
-cinnamon-screensaver.desktop
-cinnamon2d-screensaver.desktop
-gnome-autogen.sh)
-md5sums=('ea73c6367d43d82c61f977477bf0c08c'
- 'd55c079cdc8bec606f510f87b2a6f776'
- '5c6af851ab1cf7e9219f11d86353196a'
- 'a925691c9b57a6a884dcf07da057fd1f')
-
-build() {
-  cd ${srcdir}/linuxmint-Cinnamon*
-
-  cp ${srcdir}/gnome-autogen.sh .
-  sed -i 's/\ --warn-all\ --warn-error//' src/Makefile.am
-  sed -i 's/gnome-autogen.sh/.\/gnome-autogen.sh/g' autogen.sh
-  chmod +x gnome-autogen.sh
-
-  ./autogen.sh --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib/cinnamon \
-   --localstatedir=/var \
-   --disable-static \
-   --disable-schemas-compile \
-   --enable-compile-warnings=yes \
-   --with-session-tracking=systemd
- 
-  make
-}
-
-package() {
-  cd ${srcdir}/linuxmint-Cinnamon*
-  make DESTDIR=${pkgdir} install
-  
-  # Python2 fix
-  sed -i 's/bin\/python/bin\/python2/g' \
-${pkgdir}/usr/bin/$pkgname-launcher \
-${pkgdir}/usr/bin/$pkgname-menu-editor \
-${pkgdir}/usr/bin/$pkgname-settings \
-
${pkgdir}/usr/share/$pkgname/applets/panel-launchers@$pkgname.org/$pkgname-add-panel-launcher.py
-
-  sed -i 's/env python/env python2/g' \
-${pkgdir}/usr/lib/$pkgname-settings/$pkgname-settings.py
-
-  # Screensaver gnome 3.6 fix
-  mkdir -p $pkgdir/etc/xdg/autostart
-  cp $srcdir/cinnamon*-screensaver.desktop $pkgdir/etc/xdg/autostart
-}
-
-

Deleted: community-i686/cinnamon-screensaver.desktop
===
--- community-i686/cinnamon-screensaver.desktop 2013-02-16 17:23:47 UTC (rev 
84327)
+++ community-i686/cinnamon-screensaver.desktop 2013-02-16 17:24:01 UTC (rev 
84328)
@@ -1,15 +0,0 @@
-[Desktop Entry]
-Type=Application
-Name=Cinnamon Screensaver
-Comment=Launch screensaver and locker program
-Icon=preferences-desktop-screensaver
-Exec=gnome-screensaver
-OnlyShowIn=GNOME;
-AutostartCondition=GNOME3 if-session cinnamon
-NoDisplay=true
-X-GNOME-Autostart-Phase=Application
-X-GNOME-Autostart-Notify=true
-X-GNOME-Bugzilla-Bugzilla=GNOME
-X-GNOME-Bugzilla-Product=gnome-screensaver
-X-GNOME-Bugzilla-Component=general
-X-GNOME-Bugzilla-Version=3.6.0

Deleted: community-i686/cinnamon.install
===
--- community-i686/cinnamon.install 2013-02-16 17:23:47 UTC (rev 84327)
+++ community-i686/cinnamon.install 2013-02-16 17:24:01 UTC (rev 

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

2013-02-16 Thread Balló György
Date: Saturday, February 16, 2013 @ 18:25:27
  Author: bgyorgy
Revision: 84329

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

Added:
  cinnamon/repos/community-i686/PKGBUILD
(from rev 84328, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-i686/cinnamon-screensaver.desktop
(from rev 84328, cinnamon/trunk/cinnamon-screensaver.desktop)
  cinnamon/repos/community-i686/cinnamon.install
(from rev 84328, cinnamon/trunk/cinnamon.install)
  cinnamon/repos/community-i686/cinnamon2d-screensaver.desktop
(from rev 84328, cinnamon/trunk/cinnamon2d-screensaver.desktop)
  cinnamon/repos/community-i686/gnome-autogen.sh
(from rev 84328, cinnamon/trunk/gnome-autogen.sh)
  cinnamon/repos/community-i686/keyboard_applet.patch
(from rev 84328, cinnamon/trunk/keyboard_applet.patch)
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 84328, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/cinnamon-screensaver.desktop
(from rev 84328, cinnamon/trunk/cinnamon-screensaver.desktop)
  cinnamon/repos/community-x86_64/cinnamon.install
(from rev 84328, cinnamon/trunk/cinnamon.install)
  cinnamon/repos/community-x86_64/cinnamon2d-screensaver.desktop
(from rev 84328, cinnamon/trunk/cinnamon2d-screensaver.desktop)
  cinnamon/repos/community-x86_64/gnome-autogen.sh
(from rev 84328, cinnamon/trunk/gnome-autogen.sh)
  cinnamon/repos/community-x86_64/keyboard_applet.patch
(from rev 84328, cinnamon/trunk/keyboard_applet.patch)
Deleted:
  cinnamon/repos/community-i686/gnome-autogen.sh
  cinnamon/repos/community-x86_64/gnome-autogen.sh

-+
 community-i686/PKGBUILD |   79 +
 community-i686/cinnamon-screensaver.desktop |   15 
 community-i686/cinnamon.install |   29 
 community-i686/cinnamon2d-screensaver.desktop   |   15 
 community-i686/gnome-autogen.sh | 1076 +++---
 community-i686/keyboard_applet.patch|  142 ++
 community-x86_64/PKGBUILD   |   79 +
 community-x86_64/cinnamon-screensaver.desktop   |   15 
 community-x86_64/cinnamon.install   |   29 
 community-x86_64/cinnamon2d-screensaver.desktop |   15 
 community-x86_64/gnome-autogen.sh   | 1076 +++---
 community-x86_64/keyboard_applet.patch  |  142 ++
 12 files changed, 1636 insertions(+), 1076 deletions(-)

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


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

2013-02-16 Thread Balló György
Date: Saturday, February 16, 2013 @ 19:59:15
  Author: bgyorgy
Revision: 84330

upgpkg: ocrfeeder 0.7.11-1

Update to version 0.7.11

Modified:
  ocrfeeder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-16 17:25:27 UTC (rev 84329)
+++ PKGBUILD2013-02-16 18:59:15 UTC (rev 84330)
@@ -2,8 +2,8 @@
 # Maintainer: Balló György ballogyor+arch at gmail dot com
 
 pkgname=ocrfeeder
-pkgver=0.7.10
-pkgrel=2
+pkgver=0.7.11
+pkgrel=1
 pkgdesc=GTK+ document layout analysis and optical character recognition 
application
 arch=('any')
 url=http://live.gnome.org/OCRFeeder;
@@ -16,14 +16,13 @@
 'cuneiform: character recognition')
 install=$pkgname.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('3ad53bd5109245696368fc2259237ca722129ca42ea5a2bc9a84ece2726a4e62')
+sha256sums=('4508f4a0e2fdab521ab4a6d0265058a21fda80622483b169fd041189938ea6d5')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
   sed -i 's@^#!.*python$@#!/usr/bin/python2@' bin/ocrfeeder*.in 
src/ocrfeeder/odf/*.py
 
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-scrollkeeper \
   PYTHON=python2
   make
 }



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

2013-02-16 Thread Balló György
Date: Saturday, February 16, 2013 @ 19:59:21
  Author: bgyorgy
Revision: 84331

archrelease: copy trunk to community-any

Added:
  ocrfeeder/repos/community-any/PKGBUILD
(from rev 84330, ocrfeeder/trunk/PKGBUILD)
  ocrfeeder/repos/community-any/ocrfeeder.install
(from rev 84330, ocrfeeder/trunk/ocrfeeder.install)
Deleted:
  ocrfeeder/repos/community-any/PKGBUILD
  ocrfeeder/repos/community-any/ocrfeeder.install

---+
 PKGBUILD  |   73 +---
 ocrfeeder.install |   22 +++
 2 files changed, 47 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-16 18:59:15 UTC (rev 84330)
+++ PKGBUILD2013-02-16 18:59:21 UTC (rev 84331)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-
-pkgname=ocrfeeder
-pkgver=0.7.10
-pkgrel=2
-pkgdesc=GTK+ document layout analysis and optical character recognition 
application
-arch=('any')
-url=http://live.gnome.org/OCRFeeder;
-license=('GPL')
-depends=('python2-pyenchant' 'pygoocanvas' 'python2-gtkspell' 
'python2-imaging' 'python2-reportlab' 'ghostscript' 'unpaper' 'sane' 
'desktop-file-utils')
-makedepends=('intltool' 'gnome-doc-utils')
-optdepends=('tesseract: character recognition'
-'ocrad: character recognition'
-'gocr: character recognition'
-'cuneiform: character recognition')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('3ad53bd5109245696368fc2259237ca722129ca42ea5a2bc9a84ece2726a4e62')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's@^#!.*python$@#!/usr/bin/python2@' bin/ocrfeeder*.in 
src/ocrfeeder/odf/*.py
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-scrollkeeper \
-  PYTHON=python2
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-  mkdir -p $pkgdir/usr/share/pixmaps
-  ln -s ../ocrfeeder/icons/ocrfeeder.svg 
$pkgdir/usr/share/pixmaps/ocrfeeder.svg
-}

Copied: ocrfeeder/repos/community-any/PKGBUILD (from rev 84330, 
ocrfeeder/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-16 18:59:21 UTC (rev 84331)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=ocrfeeder
+pkgver=0.7.11
+pkgrel=1
+pkgdesc=GTK+ document layout analysis and optical character recognition 
application
+arch=('any')
+url=http://live.gnome.org/OCRFeeder;
+license=('GPL')
+depends=('python2-pyenchant' 'pygoocanvas' 'python2-gtkspell' 
'python2-imaging' 'python2-reportlab' 'ghostscript' 'unpaper' 'sane' 
'desktop-file-utils')
+makedepends=('intltool' 'gnome-doc-utils')
+optdepends=('tesseract: character recognition'
+'ocrad: character recognition'
+'gocr: character recognition'
+'cuneiform: character recognition')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4508f4a0e2fdab521ab4a6d0265058a21fda80622483b169fd041189938ea6d5')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's@^#!.*python$@#!/usr/bin/python2@' bin/ocrfeeder*.in 
src/ocrfeeder/odf/*.py
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  PYTHON=python2
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+  mkdir -p $pkgdir/usr/share/pixmaps
+  ln -s ../ocrfeeder/icons/ocrfeeder.svg 
$pkgdir/usr/share/pixmaps/ocrfeeder.svg
+}

Deleted: ocrfeeder.install
===
--- ocrfeeder.install   2013-02-16 18:59:15 UTC (rev 84330)
+++ ocrfeeder.install   2013-02-16 18:59:21 UTC (rev 84331)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: ocrfeeder/repos/community-any/ocrfeeder.install (from rev 84330, 
ocrfeeder/trunk/ocrfeeder.install)
===
--- ocrfeeder.install   (rev 0)
+++ ocrfeeder.install   2013-02-16 18:59:21 UTC (rev 84331)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



[arch-commits] Commit in signon-plugin-oauth2/trunk (PKGBUILD)

2013-02-16 Thread Balló György
Date: Saturday, February 16, 2013 @ 21:08:54
  Author: bgyorgy
Revision: 84332

upgpkg: signon-plugin-oauth2 0.15-1

Update to version 0.15

Modified:
  signon-plugin-oauth2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-16 18:59:21 UTC (rev 84331)
+++ PKGBUILD2013-02-16 20:08:54 UTC (rev 84332)
@@ -3,7 +3,7 @@
 
 pkgname=signon-plugin-oauth2
 _pkgname=signon-oauth2
-pkgver=0.14
+pkgver=0.15
 pkgrel=1
 pkgdesc=OAuth 2 plugin for signon
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('signon-ui' 'qjson')
 makedepends=('signon')
 source=(http://accounts-sso.googlecode.com/files/$_pkgname-$pkgver.tar.bz2)
-sha1sums=('348c59af181c28ab3ac7b5fc76cd6758fc6b63e6')
+sha1sums=('31f63f73eca2c8341ab41ec0d63650c9a0b4820a')
 
 build() {
   cd $srcdir/$_pkgname-$pkgver



[arch-commits] Commit in signon-plugin-oauth2/repos (4 files)

2013-02-16 Thread Balló György
Date: Saturday, February 16, 2013 @ 21:09:04
  Author: bgyorgy
Revision: 84333

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

Added:
  signon-plugin-oauth2/repos/community-i686/PKGBUILD
(from rev 84332, signon-plugin-oauth2/trunk/PKGBUILD)
  signon-plugin-oauth2/repos/community-x86_64/PKGBUILD
(from rev 84332, signon-plugin-oauth2/trunk/PKGBUILD)
Deleted:
  signon-plugin-oauth2/repos/community-i686/PKGBUILD
  signon-plugin-oauth2/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-16 20:08:54 UTC (rev 84332)
+++ community-i686/PKGBUILD 2013-02-16 20:09:04 UTC (rev 84333)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-
-pkgname=signon-plugin-oauth2
-_pkgname=signon-oauth2
-pkgver=0.14
-pkgrel=1
-pkgdesc=OAuth 2 plugin for signon
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/accounts-sso/;
-license=('LGPL')
-depends=('signon-ui' 'qjson')
-makedepends=('signon')
-source=(http://accounts-sso.googlecode.com/files/$_pkgname-$pkgver.tar.bz2)
-sha1sums=('348c59af181c28ab3ac7b5fc76cd6758fc6b63e6')
-
-build() {
-  cd $srcdir/$_pkgname-$pkgver
-
-  # Do not install tests and example
-  echo 'INSTALLS =' tests/tests.pro
-  echo 'INSTALLS =' example/example.pro
-
-  qmake PREFIX=/usr LIBDIR=/usr/lib
-  make
-}
-
-package() {
-  cd $srcdir/$_pkgname-$pkgver
-
-  make INSTALL_ROOT=$pkgdir install
-}

Copied: signon-plugin-oauth2/repos/community-i686/PKGBUILD (from rev 84332, 
signon-plugin-oauth2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-16 20:09:04 UTC (rev 84333)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=signon-plugin-oauth2
+_pkgname=signon-oauth2
+pkgver=0.15
+pkgrel=1
+pkgdesc=OAuth 2 plugin for signon
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/accounts-sso/;
+license=('LGPL')
+depends=('signon-ui' 'qjson')
+makedepends=('signon')
+source=(http://accounts-sso.googlecode.com/files/$_pkgname-$pkgver.tar.bz2)
+sha1sums=('31f63f73eca2c8341ab41ec0d63650c9a0b4820a')
+
+build() {
+  cd $srcdir/$_pkgname-$pkgver
+
+  # Do not install tests and example
+  echo 'INSTALLS =' tests/tests.pro
+  echo 'INSTALLS =' example/example.pro
+
+  qmake PREFIX=/usr LIBDIR=/usr/lib
+  make
+}
+
+package() {
+  cd $srcdir/$_pkgname-$pkgver
+
+  make INSTALL_ROOT=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-02-16 20:08:54 UTC (rev 84332)
+++ community-x86_64/PKGBUILD   2013-02-16 20:09:04 UTC (rev 84333)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-
-pkgname=signon-plugin-oauth2
-_pkgname=signon-oauth2
-pkgver=0.14
-pkgrel=1
-pkgdesc=OAuth 2 plugin for signon
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/accounts-sso/;
-license=('LGPL')
-depends=('signon-ui' 'qjson')
-makedepends=('signon')
-source=(http://accounts-sso.googlecode.com/files/$_pkgname-$pkgver.tar.bz2)
-sha1sums=('348c59af181c28ab3ac7b5fc76cd6758fc6b63e6')
-
-build() {
-  cd $srcdir/$_pkgname-$pkgver
-
-  # Do not install tests and example
-  echo 'INSTALLS =' tests/tests.pro
-  echo 'INSTALLS =' example/example.pro
-
-  qmake PREFIX=/usr LIBDIR=/usr/lib
-  make
-}
-
-package() {
-  cd $srcdir/$_pkgname-$pkgver
-
-  make INSTALL_ROOT=$pkgdir install
-}

Copied: signon-plugin-oauth2/repos/community-x86_64/PKGBUILD (from rev 84332, 
signon-plugin-oauth2/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-02-16 20:09:04 UTC (rev 84333)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=signon-plugin-oauth2
+_pkgname=signon-oauth2
+pkgver=0.15
+pkgrel=1
+pkgdesc=OAuth 2 plugin for signon
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/accounts-sso/;
+license=('LGPL')
+depends=('signon-ui' 'qjson')
+makedepends=('signon')
+source=(http://accounts-sso.googlecode.com/files/$_pkgname-$pkgver.tar.bz2)
+sha1sums=('31f63f73eca2c8341ab41ec0d63650c9a0b4820a')
+
+build() {
+  cd $srcdir/$_pkgname-$pkgver
+
+  # Do not install tests and example
+  echo 'INSTALLS =' tests/tests.pro
+  echo 'INSTALLS =' example/example.pro
+
+  qmake PREFIX=/usr LIBDIR=/usr/lib
+  make
+}
+
+package() {
+  cd $srcdir/$_pkgname-$pkgver
+
+  make INSTALL_ROOT=$pkgdir install
+}



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

2013-02-16 Thread Balló György
Date: Saturday, February 16, 2013 @ 21:11:29
  Author: bgyorgy
Revision: 84334

upgpkg: libaccounts-glib 1.7-1

Update to version 1.7

Modified:
  libaccounts-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-16 20:09:04 UTC (rev 84333)
+++ PKGBUILD2013-02-16 20:11:29 UTC (rev 84334)
@@ -2,7 +2,7 @@
 # Maintainer: Balló György ballogyor+arch at gmail dot com
 
 pkgname=libaccounts-glib
-pkgver=1.6
+pkgver=1.7
 pkgrel=1
 pkgdesc=Glib-based client library for accessing the online accounts database
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('python2-gobject')
 options=('!libtool')
 source=(http://accounts-sso.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha1sums=('56a876c15558b894c687c4a0b6fedfc9318f8cd1')
+sha1sums=('b81a86ee1f66c592dab573334a1a564c8c497858')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-02-16 Thread Balló György
Date: Saturday, February 16, 2013 @ 21:11:59
  Author: bgyorgy
Revision: 84335

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

Added:
  libaccounts-glib/repos/community-i686/PKGBUILD
(from rev 84334, libaccounts-glib/trunk/PKGBUILD)
  libaccounts-glib/repos/community-x86_64/PKGBUILD
(from rev 84334, libaccounts-glib/trunk/PKGBUILD)
Deleted:
  libaccounts-glib/repos/community-i686/PKGBUILD
  libaccounts-glib/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-16 20:11:29 UTC (rev 84334)
+++ community-i686/PKGBUILD 2013-02-16 20:11:59 UTC (rev 84335)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-
-pkgname=libaccounts-glib
-pkgver=1.6
-pkgrel=1
-pkgdesc=Glib-based client library for accessing the online accounts database
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/accounts-sso/;
-license=('LGPL')
-depends=('dbus-glib' 'libxml2' 'sqlite3')
-makedepends=('python2-gobject')
-options=('!libtool')
-source=(http://accounts-sso.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha1sums=('56a876c15558b894c687c4a0b6fedfc9318f8cd1')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static \
-  PYTHON=python2
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # Install GI overrides for python 3 as well
-  install -dm755 $pkgdir/usr/lib/python3.3/site-packages/gi/overrides
-  ln -s ../../../../python2.7/site-packages/gi/overrides/Accounts.py 
$pkgdir/usr/lib/python3.3/site-packages/gi/overrides/Accounts.py
-
-  # We don't have Backup Framework on Arch Linux
-  rm -r $pkgdir/usr/share/backup-framework
-}

Copied: libaccounts-glib/repos/community-i686/PKGBUILD (from rev 84334, 
libaccounts-glib/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-16 20:11:59 UTC (rev 84335)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=libaccounts-glib
+pkgver=1.7
+pkgrel=1
+pkgdesc=Glib-based client library for accessing the online accounts database
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/accounts-sso/;
+license=('LGPL')
+depends=('dbus-glib' 'libxml2' 'sqlite3')
+makedepends=('python2-gobject')
+options=('!libtool')
+source=(http://accounts-sso.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+sha1sums=('b81a86ee1f66c592dab573334a1a564c8c497858')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static \
+  PYTHON=python2
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # Install GI overrides for python 3 as well
+  install -dm755 $pkgdir/usr/lib/python3.3/site-packages/gi/overrides
+  ln -s ../../../../python2.7/site-packages/gi/overrides/Accounts.py 
$pkgdir/usr/lib/python3.3/site-packages/gi/overrides/Accounts.py
+
+  # We don't have Backup Framework on Arch Linux
+  rm -r $pkgdir/usr/share/backup-framework
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-02-16 20:11:29 UTC (rev 84334)
+++ community-x86_64/PKGBUILD   2013-02-16 20:11:59 UTC (rev 84335)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-
-pkgname=libaccounts-glib
-pkgver=1.6
-pkgrel=1
-pkgdesc=Glib-based client library for accessing the online accounts database
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/accounts-sso/;
-license=('LGPL')
-depends=('dbus-glib' 'libxml2' 'sqlite3')
-makedepends=('python2-gobject')
-options=('!libtool')
-source=(http://accounts-sso.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha1sums=('56a876c15558b894c687c4a0b6fedfc9318f8cd1')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static \
-  PYTHON=python2
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # Install GI overrides for python 3 as well
-  install -dm755 $pkgdir/usr/lib/python3.3/site-packages/gi/overrides
-  ln -s ../../../../python2.7/site-packages/gi/overrides/Accounts.py 
$pkgdir/usr/lib/python3.3/site-packages/gi/overrides/Accounts.py
-
-  # We don't have Backup Framework on Arch Linux
-  rm -r $pkgdir/usr/share/backup-framework
-}

Copied: 

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

2013-02-16 Thread Balló György
Date: Saturday, February 16, 2013 @ 21:27:44
  Author: bgyorgy
Revision: 84336

upgpkg: libsignon-glib 1.9-1

Update to version 1.9

Modified:
  libsignon-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-16 20:11:59 UTC (rev 84335)
+++ PKGBUILD2013-02-16 20:27:44 UTC (rev 84336)
@@ -2,7 +2,7 @@
 # Maintainer: Balló György ballogyor+arch at gmail dot com
 
 pkgname=libsignon-glib
-pkgver=1.8
+pkgver=1.9
 pkgrel=1
 pkgdesc=GLib-based client library for applications handling account 
authentication through the Online Accounts Single Sign-On service
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('python2-gobject')
 options=('!libtool')
 source=(http://accounts-sso.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha1sums=('74c2718ea5423747c68b47e52b85a6e273cac085')
+sha1sums=('09e0b8da14f4ea9450e33eb5f6808afeefdbbe03')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-02-16 Thread Balló György
Date: Saturday, February 16, 2013 @ 21:27:53
  Author: bgyorgy
Revision: 84337

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

Added:
  libsignon-glib/repos/community-i686/PKGBUILD
(from rev 84336, libsignon-glib/trunk/PKGBUILD)
  libsignon-glib/repos/community-x86_64/PKGBUILD
(from rev 84336, libsignon-glib/trunk/PKGBUILD)
Deleted:
  libsignon-glib/repos/community-i686/PKGBUILD
  libsignon-glib/repos/community-i686/fix-docdir.patch
  libsignon-glib/repos/community-i686/make-tests-optional.patch
  libsignon-glib/repos/community-x86_64/PKGBUILD
  libsignon-glib/repos/community-x86_64/fix-docdir.patch
  libsignon-glib/repos/community-x86_64/make-tests-optional.patch

+
 community-i686/PKGBUILD|   68 +--
 community-i686/fix-docdir.patch|   12 
 community-i686/make-tests-optional.patch   |   61 
 community-x86_64/PKGBUILD  |   68 +--
 community-x86_64/fix-docdir.patch  |   12 
 community-x86_64/make-tests-optional.patch |   61 
 6 files changed, 68 insertions(+), 214 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-16 20:27:44 UTC (rev 84336)
+++ community-i686/PKGBUILD 2013-02-16 20:27:53 UTC (rev 84337)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-
-pkgname=libsignon-glib
-pkgver=1.8
-pkgrel=1
-pkgdesc=GLib-based client library for applications handling account 
authentication through the Online Accounts Single Sign-On service
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/accounts-sso/;
-license=('LGPL')
-depends=('signon')
-makedepends=('python2-gobject')
-options=('!libtool')
-source=(http://accounts-sso.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha1sums=('74c2718ea5423747c68b47e52b85a6e273cac085')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static \
-  PYTHON=python2
-  make -j1
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # Install GI overrides for python 3 as well
-  install -dm755 $pkgdir/usr/lib/python3.3/site-packages/gi/overrides
-  ln -s ../../../../python2.7/site-packages/gi/overrides/Signon.py 
$pkgdir/usr/lib/python3.3/site-packages/gi/overrides/Signon.py
-}

Copied: libsignon-glib/repos/community-i686/PKGBUILD (from rev 84336, 
libsignon-glib/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-16 20:27:53 UTC (rev 84337)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=libsignon-glib
+pkgver=1.9
+pkgrel=1
+pkgdesc=GLib-based client library for applications handling account 
authentication through the Online Accounts Single Sign-On service
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/accounts-sso/;
+license=('LGPL')
+depends=('signon')
+makedepends=('python2-gobject')
+options=('!libtool')
+source=(http://accounts-sso.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+sha1sums=('09e0b8da14f4ea9450e33eb5f6808afeefdbbe03')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static \
+  PYTHON=python2
+  make -j1
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # Install GI overrides for python 3 as well
+  install -dm755 $pkgdir/usr/lib/python3.3/site-packages/gi/overrides
+  ln -s ../../../../python2.7/site-packages/gi/overrides/Signon.py 
$pkgdir/usr/lib/python3.3/site-packages/gi/overrides/Signon.py
+}

Deleted: community-i686/fix-docdir.patch
===
--- community-i686/fix-docdir.patch 2013-02-16 20:27:44 UTC (rev 84336)
+++ community-i686/fix-docdir.patch 2013-02-16 20:27:53 UTC (rev 84337)
@@ -1,12 +0,0 @@
-diff -Naur libsignon-glib-1.6.orig/Makefile.am libsignon-glib-1.6/Makefile.am
 libsignon-glib-1.6.orig/Makefile.am2012-08-13 10:09:23.0 
+0200
-+++ libsignon-glib-1.6/Makefile.am 2012-10-16 22:04:28.805736477 +0200
-@@ -11,7 +11,7 @@
- pkgconfigdir = $(libdir)/pkgconfig
- pkgconfig_DATA = libsignon-glib.pc
- 
--libsignondocdir = ${prefix}/doc/reference
-+libsignondocdir = ${docdir}
- libsignondoc_DATA= README COPYING AUTHORS ChangeLog INSTALL NEWS
- 
- EXTRA_DIST = \

Deleted: community-i686/make-tests-optional.patch
===
--- community-i686/make-tests-optional.patch2013-02-16 20:27:44 UTC (rev 
84336)
+++ community-i686/make-tests-optional.patch2013-02-16 20:27:53 UTC 

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

2013-02-16 Thread Pierre Schmitz
Date: Saturday, February 16, 2013 @ 21:31:04
  Author: pierre
Revision: 178117

Apparently the TLS1.2 workarounds are not exclusive; so enable both

Modified:
  openssl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-16 16:58:25 UTC (rev 178116)
+++ PKGBUILD2013-02-16 20:31:04 UTC (rev 178117)
@@ -6,7 +6,7 @@
 # use a pacman compatible version scheme
 pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
 #pkgver=$_ver
-pkgrel=1
+pkgrel=2
 pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer 
Security'
 arch=('i686' 'x86_64')
 url='https://www.openssl.org'
@@ -41,11 +41,13 @@
patch -p0 -i $srcdir/ca-dir.patch
 
# mark stack as non-executable: http://bugs.archlinux.org/task/12434
-   # workaround for https://rt.openssl.org/Ticket/Display.html?id=2771: 
OPENSSL_MAX_TLS1_2_CIPHER_LENGTH=50
+   # workaround for https://rt.openssl.org/Ticket/Display.html?id=2771
+   # See Changes file Changes between 1.0.1 and 1.0.1a [19 Apr 2012]
./Configure --prefix=/usr --openssldir=/etc/ssl --libdir=lib \
shared zlib enable-md2 ${optflags} \
${openssltarget} \
-Wa,--noexecstack ${CFLAGS} ${LDFLAGS} \
+   -DOPENSSL_NO_TLS1_2_CLIENT \
-DOPENSSL_MAX_TLS1_2_CIPHER_LENGTH=50
 
make depend
@@ -57,6 +59,8 @@
# the test fails due to missing write permissions in /etc/ssl
# revert this patch for make test
patch -p0 -R -i $srcdir/ca-dir.patch
+   # Do not test TLS1.2 as we disabled it above using 
OPENSSL_NO_TLS1_2_CLIENT
+   sed 's/TLSv1.2 //g' -i test/testssl
make test
patch -p0 -i $srcdir/ca-dir.patch
 }



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

2013-02-16 Thread Pierre Schmitz
Date: Saturday, February 16, 2013 @ 21:34:18
  Author: pierre
Revision: 178118

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

Added:
  openssl/repos/testing-i686/
  openssl/repos/testing-i686/PKGBUILD
(from rev 178117, openssl/trunk/PKGBUILD)
  openssl/repos/testing-i686/ca-dir.patch
(from rev 178117, openssl/trunk/ca-dir.patch)
  openssl/repos/testing-i686/no-rpath.patch
(from rev 178117, openssl/trunk/no-rpath.patch)
  openssl/repos/testing-x86_64/
  openssl/repos/testing-x86_64/PKGBUILD
(from rev 178117, openssl/trunk/PKGBUILD)
  openssl/repos/testing-x86_64/ca-dir.patch
(from rev 178117, openssl/trunk/ca-dir.patch)
  openssl/repos/testing-x86_64/no-rpath.patch
(from rev 178117, openssl/trunk/no-rpath.patch)

---+
 testing-i686/PKGBUILD |   72 
 testing-i686/ca-dir.patch |   33 ++
 testing-i686/no-rpath.patch   |   11 ++
 testing-x86_64/PKGBUILD   |   72 
 testing-x86_64/ca-dir.patch   |   33 ++
 testing-x86_64/no-rpath.patch |   11 ++
 6 files changed, 232 insertions(+)

Copied: openssl/repos/testing-i686/PKGBUILD (from rev 178117, 
openssl/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-02-16 20:34:18 UTC (rev 178118)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=openssl
+_ver=1.0.1e
+# use a pacman compatible version scheme
+pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
+#pkgver=$_ver
+pkgrel=2
+pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer 
Security'
+arch=('i686' 'x86_64')
+url='https://www.openssl.org'
+license=('custom:BSD')
+depends=('perl')
+optdepends=('ca-certificates')
+options=('!makeflags')
+backup=('etc/ssl/openssl.cnf')
+source=(https://www.openssl.org/source/${pkgname}-${_ver}.tar.gz;
+https://www.openssl.org/source/${pkgname}-${_ver}.tar.gz.asc;
+'no-rpath.patch'
+'ca-dir.patch')
+md5sums=('66bf6f10f060d561929de96f9dfe5b8c'
+ 'e18847df48d39416f4ca5064887a2e28'
+ 'dc78d3d06baffc16217519242ce92478'
+ '3bf51be3a1bbd262be46dc619f92aa90')
+
+build() {
+   cd $srcdir/$pkgname-$_ver
+
+   if [ ${CARCH} == 'x86_64' ]; then
+   openssltarget='linux-x86_64'
+   optflags='enable-ec_nistp_64_gcc_128'
+   elif [ ${CARCH} == 'i686' ]; then
+   openssltarget='linux-elf'
+   optflags=''
+   fi
+
+   # remove rpath: http://bugs.archlinux.org/task/14367
+   patch -p0 -i $srcdir/no-rpath.patch
+   # set ca dir to /etc/ssl by default
+   patch -p0 -i $srcdir/ca-dir.patch
+
+   # mark stack as non-executable: http://bugs.archlinux.org/task/12434
+   # workaround for https://rt.openssl.org/Ticket/Display.html?id=2771
+   # See Changes file Changes between 1.0.1 and 1.0.1a [19 Apr 2012]
+   ./Configure --prefix=/usr --openssldir=/etc/ssl --libdir=lib \
+   shared zlib enable-md2 ${optflags} \
+   ${openssltarget} \
+   -Wa,--noexecstack ${CFLAGS} ${LDFLAGS} \
+   -DOPENSSL_NO_TLS1_2_CLIENT \
+   -DOPENSSL_MAX_TLS1_2_CIPHER_LENGTH=50
+
+   make depend
+   make
+}
+
+check() {
+   cd $srcdir/$pkgname-$_ver
+   # the test fails due to missing write permissions in /etc/ssl
+   # revert this patch for make test
+   patch -p0 -R -i $srcdir/ca-dir.patch
+   # Do not test TLS1.2 as we disabled it above using 
OPENSSL_NO_TLS1_2_CLIENT
+   sed 's/TLSv1.2 //g' -i test/testssl
+   make test
+   patch -p0 -i $srcdir/ca-dir.patch
+}
+
+package() {
+   cd $srcdir/$pkgname-$_ver
+   make INSTALL_PREFIX=$pkgdir MANDIR=/usr/share/man MANSUFFIX=ssl install
+   install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: openssl/repos/testing-i686/ca-dir.patch (from rev 178117, 
openssl/trunk/ca-dir.patch)
===
--- testing-i686/ca-dir.patch   (rev 0)
+++ testing-i686/ca-dir.patch   2013-02-16 20:34:18 UTC (rev 178118)
@@ -0,0 +1,33 @@
+--- apps/CA.pl.in  2006-04-28 02:30:49.0 +0200
 apps/CA.pl.in  2010-04-01 00:35:02.600553509 +0200
+@@ -53,7 +53,7 @@
+ $X509=$openssl x509;
+ $PKCS12=$openssl pkcs12;
+ 
+-$CATOP=./demoCA;
++$CATOP=/etc/ssl;
+ $CAKEY=cakey.pem;
+ $CAREQ=careq.pem;
+ $CACERT=cacert.pem;
+--- apps/CA.sh 2009-10-15 19:27:47.0 +0200
 apps/CA.sh 2010-04-01 00:35:02.600553509 +0200
+@@ -68,7 +68,7 @@
+ X509=$OPENSSL x509
+ PKCS12=openssl pkcs12
+ 
+-if [ -z $CATOP ] ; then CATOP=./demoCA ; fi
++if [ -z $CATOP ] ; then CATOP=/etc/ssl ; fi
+ CAKEY=./cakey.pem
+ CAREQ=./careq.pem
+ CACERT=./cacert.pem
+--- apps/openssl.cnf   2009-04-04 

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

2013-02-16 Thread Pierre Schmitz
Date: Saturday, February 16, 2013 @ 21:37:42
  Author: pierre
Revision: 84338

upgpkg: lib32-openssl 1.0.1.e-2

Modified:
  lib32-openssl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-16 20:27:53 UTC (rev 84337)
+++ PKGBUILD2013-02-16 20:37:42 UTC (rev 84338)
@@ -7,7 +7,7 @@
 # use a pacman compatible version scheme
 pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
 #pkgver=$_ver
-pkgrel=1
+pkgrel=2
 pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer 
Security (32-bit)'
 arch=('x86_64')
 url='https://www.openssl.org'
@@ -37,11 +37,13 @@
# set ca dir to /etc/ssl by default
patch -p0 -i $srcdir/ca-dir.patch
# mark stack as non-executable: http://bugs.archlinux.org/task/12434
-   # workaround for https://rt.openssl.org/Ticket/Display.html?id=2771: 
OPENSSL_MAX_TLS1_2_CIPHER_LENGTH=50
+   # workaround for https://rt.openssl.org/Ticket/Display.html?id=2771
+   # See Changes file Changes between 1.0.1 and 1.0.1a [19 Apr 2012]
./Configure --prefix=/usr --openssldir=/etc/ssl --libdir=lib32 \
shared zlib enable-md2 \
linux-elf \
-Wa,--noexecstack ${CFLAGS} ${LDFLAGS} \
+   -DOPENSSL_NO_TLS1_2_CLIENT \
-DOPENSSL_MAX_TLS1_2_CIPHER_LENGTH=50
 
make MAKEDEPPROG=${CC} depend
@@ -53,6 +55,8 @@
# the test fails due to missing write permissions in /etc/ssl
# revert this patch for make test
patch -p0 -R -i $srcdir/ca-dir.patch
+   # Do not test TLS1.2 as we disabled it above using 
OPENSSL_NO_TLS1_2_CLIENT
+   sed 's/TLSv1.2 //g' -i test/testssl
make test
patch -p0 -i $srcdir/ca-dir.patch
 }



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

2013-02-16 Thread Pierre Schmitz
Date: Saturday, February 16, 2013 @ 21:37:48
  Author: pierre
Revision: 84339

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-openssl/repos/multilib-testing-x86_64/
  lib32-openssl/repos/multilib-testing-x86_64/PKGBUILD
(from rev 84338, lib32-openssl/trunk/PKGBUILD)
  lib32-openssl/repos/multilib-testing-x86_64/ca-dir.patch
(from rev 84338, lib32-openssl/trunk/ca-dir.patch)
  lib32-openssl/repos/multilib-testing-x86_64/no-rpath.patch
(from rev 84338, lib32-openssl/trunk/no-rpath.patch)

+
 PKGBUILD   |   71 +++
 ca-dir.patch   |   33 +
 no-rpath.patch |   11 
 3 files changed, 115 insertions(+)

Copied: lib32-openssl/repos/multilib-testing-x86_64/PKGBUILD (from rev 84338, 
lib32-openssl/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2013-02-16 20:37:48 UTC (rev 84339)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+_pkgbasename=openssl
+pkgname=lib32-$_pkgbasename
+_ver=1.0.1e
+# use a pacman compatible version scheme
+pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
+#pkgver=$_ver
+pkgrel=2
+pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer 
Security (32-bit)'
+arch=('x86_64')
+url='https://www.openssl.org'
+license=('custom:BSD')
+depends=('lib32-zlib' ${_pkgbasename})
+optdepends=('ca-certificates')
+makedepends=('gcc-multilib')
+options=('!makeflags')
+source=(https://www.openssl.org/source/${_pkgbasename}-${_ver}.tar.gz;
+https://www.openssl.org/source/${_pkgbasename}-${_ver}.tar.gz.asc;
+'no-rpath.patch'
+'ca-dir.patch')
+md5sums=('66bf6f10f060d561929de96f9dfe5b8c'
+ 'e18847df48d39416f4ca5064887a2e28'
+ 'dc78d3d06baffc16217519242ce92478'
+ '3bf51be3a1bbd262be46dc619f92aa90')
+
+build() {
+   export CC=gcc -m32
+   export CXX=g++ -m32
+   export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+   cd $srcdir/$_pkgbasename-$_ver
+
+   # remove rpath: http://bugs.archlinux.org/task/14367
+   patch -p0 -i $srcdir/no-rpath.patch
+   # set ca dir to /etc/ssl by default
+   patch -p0 -i $srcdir/ca-dir.patch
+   # mark stack as non-executable: http://bugs.archlinux.org/task/12434
+   # workaround for https://rt.openssl.org/Ticket/Display.html?id=2771
+   # See Changes file Changes between 1.0.1 and 1.0.1a [19 Apr 2012]
+   ./Configure --prefix=/usr --openssldir=/etc/ssl --libdir=lib32 \
+   shared zlib enable-md2 \
+   linux-elf \
+   -Wa,--noexecstack ${CFLAGS} ${LDFLAGS} \
+   -DOPENSSL_NO_TLS1_2_CLIENT \
+   -DOPENSSL_MAX_TLS1_2_CIPHER_LENGTH=50
+
+   make MAKEDEPPROG=${CC} depend
+   make
+}
+
+check() {
+   cd $srcdir/$_pkgbasename-$_ver
+   # the test fails due to missing write permissions in /etc/ssl
+   # revert this patch for make test
+   patch -p0 -R -i $srcdir/ca-dir.patch
+   # Do not test TLS1.2 as we disabled it above using 
OPENSSL_NO_TLS1_2_CLIENT
+   sed 's/TLSv1.2 //g' -i test/testssl
+   make test
+   patch -p0 -i $srcdir/ca-dir.patch
+}
+
+package() {
+   cd $srcdir/$_pkgbasename-$_ver
+   make INSTALL_PREFIX=$pkgdir install
+
+   rm -rf ${pkgdir}/{usr/{include,share,bin},etc}
+   mkdir -p $pkgdir/usr/share/licenses
+   ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
+}

Copied: lib32-openssl/repos/multilib-testing-x86_64/ca-dir.patch (from rev 
84338, lib32-openssl/trunk/ca-dir.patch)
===
--- multilib-testing-x86_64/ca-dir.patch(rev 0)
+++ multilib-testing-x86_64/ca-dir.patch2013-02-16 20:37:48 UTC (rev 
84339)
@@ -0,0 +1,33 @@
+--- apps/CA.pl.in  2006-04-28 02:30:49.0 +0200
 apps/CA.pl.in  2010-04-01 00:35:02.600553509 +0200
+@@ -53,7 +53,7 @@
+ $X509=$openssl x509;
+ $PKCS12=$openssl pkcs12;
+ 
+-$CATOP=./demoCA;
++$CATOP=/etc/ssl;
+ $CAKEY=cakey.pem;
+ $CAREQ=careq.pem;
+ $CACERT=cacert.pem;
+--- apps/CA.sh 2009-10-15 19:27:47.0 +0200
 apps/CA.sh 2010-04-01 00:35:02.600553509 +0200
+@@ -68,7 +68,7 @@
+ X509=$OPENSSL x509
+ PKCS12=openssl pkcs12
+ 
+-if [ -z $CATOP ] ; then CATOP=./demoCA ; fi
++if [ -z $CATOP ] ; then CATOP=/etc/ssl ; fi
+ CAKEY=./cakey.pem
+ CAREQ=./careq.pem
+ CACERT=./cacert.pem
+--- apps/openssl.cnf   2009-04-04 20:09:43.0 +0200
 apps/openssl.cnf   2010-04-01 00:35:02.607220681 +0200
+@@ -39,7 +39,7 @@
+ 
+ [ CA_default ]
+ 
+-dir   = ./demoCA  # Where everything is kept
++dir   = /etc/ssl  # Where everything is kept
+ certs = $dir/certs# Where the 

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

2013-02-16 Thread Jaroslav Lichtblau
Date: Saturday, February 16, 2013 @ 21:43:03
  Author: jlichtblau
Revision: 84340

upgpkg: iotop 0.5-1

Modified:
  iotop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-16 20:37:48 UTC (rev 84339)
+++ PKGBUILD2013-02-16 20:43:03 UTC (rev 84340)
@@ -2,20 +2,18 @@
 # Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
 
 pkgname=iotop
-pkgver=0.4.4
-pkgrel=3
+pkgver=0.5
+pkgrel=1
 pkgdesc='View I/O usage of processes'
 arch=('any')
 url='http://guichaz.free.fr/iotop/'
 license=('GPL')
 depends=('python2')
-source=(http://guichaz.free.fr/$pkgname/files/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('46f3279fb1a7dfc129b5d00950c6e8389e4aedeb58880e848b88d686483df0b0')
+source=(http://guichaz.free.fr/$pkgname/files/$pkgname-$pkgver.tar.bz2)
+sha256sums=('761b7b34b88a6b4715927f5319cf0b775e15aa70f43c69dcb805b0e49da1a2e9')
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd ${srcdir}/$pkgname-$pkgver
 
-  python2 setup.py install --root=$pkgdir --optimize=1
+  python2 setup.py install --root=${pkgdir} --optimize=1
 }
-
-# vim:set ts=2 sw=2 et:



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

2013-02-16 Thread Jaroslav Lichtblau
Date: Saturday, February 16, 2013 @ 21:43:14
  Author: jlichtblau
Revision: 84341

archrelease: copy trunk to community-any

Added:
  iotop/repos/community-any/PKGBUILD
(from rev 84340, iotop/trunk/PKGBUILD)
Deleted:
  iotop/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-16 20:43:03 UTC (rev 84340)
+++ PKGBUILD2013-02-16 20:43:14 UTC (rev 84341)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-
-pkgname=iotop
-pkgver=0.4.4
-pkgrel=3
-pkgdesc='View I/O usage of processes'
-arch=('any')
-url='http://guichaz.free.fr/iotop/'
-license=('GPL')
-depends=('python2')
-source=(http://guichaz.free.fr/$pkgname/files/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('46f3279fb1a7dfc129b5d00950c6e8389e4aedeb58880e848b88d686483df0b0')
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  python2 setup.py install --root=$pkgdir --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: iotop/repos/community-any/PKGBUILD (from rev 84340, 
iotop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-16 20:43:14 UTC (rev 84341)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+
+pkgname=iotop
+pkgver=0.5
+pkgrel=1
+pkgdesc='View I/O usage of processes'
+arch=('any')
+url='http://guichaz.free.fr/iotop/'
+license=('GPL')
+depends=('python2')
+source=(http://guichaz.free.fr/$pkgname/files/$pkgname-$pkgver.tar.bz2)
+sha256sums=('761b7b34b88a6b4715927f5319cf0b775e15aa70f43c69dcb805b0e49da1a2e9')
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  python2 setup.py install --root=${pkgdir} --optimize=1
+}



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

2013-02-16 Thread Jaroslav Lichtblau
Date: Saturday, February 16, 2013 @ 21:46:26
  Author: jlichtblau
Revision: 84342

upgpkg: josm 5697-1

Modified:
  josm/trunk/PKGBUILD
  josm/trunk/josm.changelog

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-16 20:43:14 UTC (rev 84341)
+++ PKGBUILD2013-02-16 20:46:26 UTC (rev 84342)
@@ -3,8 +3,8 @@
 # Contributor: Michele Schäuble mschaeu...@swissonline.ch
 
 pkgname=josm
-pkgver=5608
-pkgrel=2
+pkgver=5697
+pkgrel=1
 pkgdesc=An editor for OpenStreetMap written in Java
 arch=('any')
 url=http://josm.openstreetmap.de/;
@@ -15,7 +15,7 @@
 source=(http://josm.openstreetmap.de/$pkgname-tested.jar \
 $pkgname.desktop \
 $pkgname.conf.d)
-sha256sums=('a6a29bceb4f6551b9fdcd8dc7ffc25342f5ab7225a9a797712b4b306fdafcf68'
+sha256sums=('f614dfd30a8754c07038516befa8dd75453990bbaf9672f57335502331d86403'
 'edfb2cbf2aa7e6582b4d43cd402ea58be7990702e5c3ff7afdc518c28ca9'
 'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
 

Modified: josm.changelog
===
--- josm.changelog  2013-02-16 20:43:14 UTC (rev 84341)
+++ josm.changelog  2013-02-16 20:46:26 UTC (rev 84342)
@@ -1,3 +1,6 @@
+2013-02-16 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * josm 5697-1
+
 2012-12-16 Jaroslav Lichtblau dragonl...@aur.archlinux.org
* josm 5608-1
 



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

2013-02-16 Thread Jaroslav Lichtblau
Date: Saturday, February 16, 2013 @ 21:46:38
  Author: jlichtblau
Revision: 84343

archrelease: copy trunk to community-any

Added:
  josm/repos/community-any/PKGBUILD
(from rev 84342, josm/trunk/PKGBUILD)
  josm/repos/community-any/josm.changelog
(from rev 84342, josm/trunk/josm.changelog)
  josm/repos/community-any/josm.conf.d
(from rev 84342, josm/trunk/josm.conf.d)
  josm/repos/community-any/josm.desktop
(from rev 84342, josm/trunk/josm.desktop)
Deleted:
  josm/repos/community-any/PKGBUILD
  josm/repos/community-any/josm.changelog
  josm/repos/community-any/josm.conf.d
  josm/repos/community-any/josm.desktop

+
 PKGBUILD   |   86 +++---
 josm.changelog |  157 ---
 josm.conf.d|8 +-
 josm.desktop   |   16 ++---
 4 files changed, 135 insertions(+), 132 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-16 20:46:26 UTC (rev 84342)
+++ PKGBUILD2013-02-16 20:46:38 UTC (rev 84343)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Michele Schäuble mschaeu...@swissonline.ch
-
-pkgname=josm
-pkgver=5608
-pkgrel=2
-pkgdesc=An editor for OpenStreetMap written in Java
-arch=('any')
-url=http://josm.openstreetmap.de/;
-license=('GPL')
-depends=('java-runtime')
-changelog=$pkgname.changelog
-backup=('etc/conf.d/josm')
-source=(http://josm.openstreetmap.de/$pkgname-tested.jar \
-$pkgname.desktop \
-$pkgname.conf.d)
-sha256sums=('a6a29bceb4f6551b9fdcd8dc7ffc25342f5ab7225a9a797712b4b306fdafcf68'
-'edfb2cbf2aa7e6582b4d43cd402ea58be7990702e5c3ff7afdc518c28ca9'
-'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
-
-package() {
-  cd ${srcdir}
-  
-  install -D -m644 $pkgname-tested.jar 
${pkgdir}/usr/share/java/$pkgname/$pkgname.jar
-
-#.desktop and icon file
-  install -D -m644 ${srcdir}/${pkgname}.desktop 
${pkgdir}/usr/share/applications/$pkgname.desktop
-  install -D -m644 images/logo.png ${pkgdir}/usr/share/pixmaps/$pkgname.png
-
-#executable file
-  install -d ${pkgdir}/usr/bin
-  cat EOF ${pkgdir}/usr/bin/$pkgname 
-#!/bin/sh
-# source application-specific settings
-JOSM_ARGS=
-[ -f /etc/conf.d/josm ]  . /etc/conf.d/josm
-CLASSPATH=/usr/share/java/josm/josm.jar
-java ${JOSM_ARGS} -cp ${CLASSPATH} 
org.openstreetmap.josm.gui.MainApplication $@ 
-EOF
-  chmod 755 ${pkgdir}/usr/bin/$pkgname
-  install -Dm644 ${srcdir}/$pkgname.conf.d ${pkgdir}/etc/conf.d/$pkgname
-}

Copied: josm/repos/community-any/PKGBUILD (from rev 84342, josm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-16 20:46:38 UTC (rev 84343)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Michele Schäuble mschaeu...@swissonline.ch
+
+pkgname=josm
+pkgver=5697
+pkgrel=1
+pkgdesc=An editor for OpenStreetMap written in Java
+arch=('any')
+url=http://josm.openstreetmap.de/;
+license=('GPL')
+depends=('java-runtime')
+changelog=$pkgname.changelog
+backup=('etc/conf.d/josm')
+source=(http://josm.openstreetmap.de/$pkgname-tested.jar \
+$pkgname.desktop \
+$pkgname.conf.d)
+sha256sums=('f614dfd30a8754c07038516befa8dd75453990bbaf9672f57335502331d86403'
+'edfb2cbf2aa7e6582b4d43cd402ea58be7990702e5c3ff7afdc518c28ca9'
+'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
+
+package() {
+  cd ${srcdir}
+  
+  install -D -m644 $pkgname-tested.jar 
${pkgdir}/usr/share/java/$pkgname/$pkgname.jar
+
+#.desktop and icon file
+  install -D -m644 ${srcdir}/${pkgname}.desktop 
${pkgdir}/usr/share/applications/$pkgname.desktop
+  install -D -m644 images/logo.png ${pkgdir}/usr/share/pixmaps/$pkgname.png
+
+#executable file
+  install -d ${pkgdir}/usr/bin
+  cat EOF ${pkgdir}/usr/bin/$pkgname 
+#!/bin/sh
+# source application-specific settings
+JOSM_ARGS=
+[ -f /etc/conf.d/josm ]  . /etc/conf.d/josm
+CLASSPATH=/usr/share/java/josm/josm.jar
+java ${JOSM_ARGS} -cp ${CLASSPATH} 
org.openstreetmap.josm.gui.MainApplication $@ 
+EOF
+  chmod 755 ${pkgdir}/usr/bin/$pkgname
+  install -Dm644 ${srcdir}/$pkgname.conf.d ${pkgdir}/etc/conf.d/$pkgname
+}

Deleted: josm.changelog
===
--- josm.changelog  2013-02-16 20:46:26 UTC (rev 84342)
+++ josm.changelog  2013-02-16 20:46:38 UTC (rev 84343)
@@ -1,77 +0,0 @@
-2012-12-16 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * josm 5608-1
-
-2012-11-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * josm 5576-1
-
-2012-10-22 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * josm 5531-1
-
-2012-09-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * josm 5485-1
-
-2012-07-30 Jaroslav Lichtblau 

[arch-commits] Commit in mdadm/trunk (mdadm_udev_install)

2013-02-16 Thread Dave Reisner
Date: Saturday, February 16, 2013 @ 23:16:06
  Author: dreisner
Revision: 178119

fix typo in mkinitcpio hook help (FS#33889)

Modified:
  mdadm/trunk/mdadm_udev_install

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

Modified: mdadm_udev_install
===
--- mdadm_udev_install  2013-02-16 20:34:18 UTC (rev 178118)
+++ mdadm_udev_install  2013-02-16 22:16:06 UTC (rev 178119)
@@ -17,7 +17,7 @@
 help() {
   cat HELPEOF
 This hook loads the necessary modules for a RAID array and uses incremental
-assembly via udev at runtime to create the devices. This hook with NOT work
+assembly via udev at runtime to create the devices. This hook will NOT work
 without the udev hook included on the image.
 HELPEOF
 }



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

2013-02-16 Thread Ionuț Mircea Bîru
Date: Saturday, February 16, 2013 @ 23:33:35
  Author: ioni
Revision: 178120

disable frei0r for now,
is adding a circular dependency. FS#33812

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-16 22:16:06 UTC (rev 178119)
+++ PKGBUILD2013-02-16 22:33:35 UTC (rev 178120)
@@ -5,14 +5,14 @@
 
 pkgname=ffmpeg
 pkgver=1.1.2
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc=Complete and free Internet live audio and video broadcasting solution 
for Linux/Unix
 arch=('i686' 'x86_64')
 url=http://ffmpeg.org/;
 license=('GPL')
 depends=(
-  'alsa-lib' 'bzip2' 'fontconfig' 'frei0r-plugins' 'gsm' 'lame' 'libass'
+  'alsa-lib' 'bzip2' 'fontconfig' 'gsm' 'lame' 'libass'
   'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 
'libvpx'
   'opencore-amr' 'openjpeg' 'opus' 'rtmpdump' 'schroedinger' 'sdl' 'speex'
   'v4l-utils' 'x264' 'xvidcore' 'zlib'
@@ -30,7 +30,6 @@
 --disable-static \
 --enable-avresample \
 --enable-fontconfig \
---enable-frei0r \
 --enable-gpl \
 --enable-libass \
 --enable-libbluray \



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

2013-02-16 Thread Ionuț Mircea Bîru
Date: Saturday, February 16, 2013 @ 23:37:39
  Author: ioni
Revision: 178121

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

Added:
  ffmpeg/repos/testing-i686/PKGBUILD
(from rev 178120, ffmpeg/trunk/PKGBUILD)
  ffmpeg/repos/testing-x86_64/PKGBUILD
(from rev 178120, ffmpeg/trunk/PKGBUILD)
Deleted:
  ffmpeg/repos/testing-i686/PKGBUILD
  ffmpeg/repos/testing-x86_64/PKGBUILD

-+
 testing-i686/PKGBUILD   |  145 ++
 testing-x86_64/PKGBUILD |  145 ++
 2 files changed, 144 insertions(+), 146 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-02-16 22:33:35 UTC (rev 178120)
+++ testing-i686/PKGBUILD   2013-02-16 22:37:39 UTC (rev 178121)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-# Contributor: Paul Mattal p...@archlinux.org
-
-pkgname=ffmpeg
-pkgver=1.1.2
-pkgrel=1
-epoch=1
-pkgdesc=Complete and free Internet live audio and video broadcasting solution 
for Linux/Unix
-arch=('i686' 'x86_64')
-url=http://ffmpeg.org/;
-license=('GPL')
-depends=(
-  'alsa-lib' 'bzip2' 'fontconfig' 'frei0r-plugins' 'gsm' 'lame' 'libass'
-  'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 
'libvpx'
-  'opencore-amr' 'openjpeg' 'opus' 'rtmpdump' 'schroedinger' 'sdl' 'speex'
-  'v4l-utils' 'x264' 'xvidcore' 'zlib'
-  )
-makedepends=('libvdpau' 'yasm')
-source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2)
-sha256sums=('dc91e4a2499b05740cfddc2b679694e5c0f2ca20c94191de82d7eb200e8c48ce')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---disable-debug \
---disable-static \
---enable-avresample \
---enable-fontconfig \
---enable-frei0r \
---enable-gpl \
---enable-libass \
---enable-libbluray \
---enable-libfreetype \
---enable-libgsm \
---enable-libmodplug \
---enable-libmp3lame \
---enable-libopencore_amrnb \
---enable-libopencore_amrwb \
---enable-libopenjpeg \
---enable-libopus \
---enable-libpulse \
---enable-librtmp \
---enable-libschroedinger \
---enable-libspeex \
---enable-libtheora \
---enable-libv4l2 \
---enable-libvorbis \
---enable-libvpx \
---enable-libx264 \
---enable-libxvid \
---enable-postproc \
---enable-runtime-cpudetect \
---enable-shared \
---enable-version3 \
---enable-x11grab
- 
-
-  make
-  make tools/qt-faststart
-  make doc/ff{mpeg,play,server}.1
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install install-man
-  install -D -m755 tools/qt-faststart $pkgdir/usr/bin/qt-faststart
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ffmpeg/repos/testing-i686/PKGBUILD (from rev 178120, 
ffmpeg/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-02-16 22:37:39 UTC (rev 178121)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Contributor: Paul Mattal p...@archlinux.org
+
+pkgname=ffmpeg
+pkgver=1.1.2
+pkgrel=2
+epoch=1
+pkgdesc=Complete and free Internet live audio and video broadcasting solution 
for Linux/Unix
+arch=('i686' 'x86_64')
+url=http://ffmpeg.org/;
+license=('GPL')
+depends=(
+  'alsa-lib' 'bzip2' 'fontconfig' 'gsm' 'lame' 'libass'
+  'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 
'libvpx'
+  'opencore-amr' 'openjpeg' 'opus' 'rtmpdump' 'schroedinger' 'sdl' 'speex'
+  'v4l-utils' 'x264' 'xvidcore' 'zlib'
+  )
+makedepends=('libvdpau' 'yasm')
+source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2)
+sha256sums=('dc91e4a2499b05740cfddc2b679694e5c0f2ca20c94191de82d7eb200e8c48ce')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--disable-debug \
+--disable-static \
+--enable-avresample \
+--enable-fontconfig \
+--enable-gpl \
+--enable-libass \
+--enable-libbluray \
+--enable-libfreetype \
+--enable-libgsm \
+--enable-libmodplug \
+--enable-libmp3lame \
+--enable-libopencore_amrnb \
+--enable-libopencore_amrwb \
+--enable-libopenjpeg \
+--enable-libopus \
+--enable-libpulse \
+--enable-librtmp \
+--enable-libschroedinger \
+--enable-libspeex \
+--enable-libtheora \
+--enable-libv4l2 \
+--enable-libvorbis \
+--enable-libvpx \
+--enable-libx264 \
+--enable-libxvid \
+--enable-postproc \
+--enable-runtime-cpudetect \
+--enable-shared \
+--enable-version3 \
+--enable-x11grab
+ 
+
+  make
+  make tools/qt-faststart
+  make doc/ff{mpeg,play,server}.1
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir 

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

2013-02-16 Thread Ionuț Mircea Bîru
Date: Saturday, February 16, 2013 @ 23:45:31
  Author: ioni
Revision: 178122

new snapshot

Modified:
  mplayer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-16 22:37:39 UTC (rev 178121)
+++ PKGBUILD2013-02-16 22:45:31 UTC (rev 178122)
@@ -4,7 +4,7 @@
 
 pkgbase=mplayer
 pkgname=('mplayer' 'mencoder')
-pkgver=35910
+pkgver=35915
 pkgrel=1
 arch=('i686' 'x86_64')
 makedepends=('libxxf86dga' 'libxxf86vm' 'libmad' 'libxinerama' 'sdl' 'lame' 
'libtheora' 'xvidcore' 'libmng' 'libxss' 'libgl' 'smbclient'
@@ -13,8 +13,8 @@
 license=('GPL')
 url=http://www.mplayerhq.hu/;
 options=(!buildflags !emptydirs)
-source=(ftp://ftp.archlinux.org/other/$pkgbase/$pkgbase-$pkgver.tar.xz 
mplayer.desktop cdio-includes.patch)
-md5sums=('ed8667d2a2041ab90e5c3d4d4b5ca9b2'
+source=(ftp://ftp.archlinux.org/other/packages/$pkgbase/$pkgbase-$pkgver.tar.xz
 mplayer.desktop cdio-includes.patch)
+md5sums=('166dc6c426d38698a860dd07403b55b6'
  'c0d6ef795cf6de48e3b87ff7c23f0319'
  '7b5be7191aafbea64218dc4916343bbc')
 



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

2013-02-16 Thread Ionuț Mircea Bîru
Date: Saturday, February 16, 2013 @ 23:46:53
  Author: ioni
Revision: 178123

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

Added:
  mplayer/repos/testing-i686/PKGBUILD
(from rev 178122, mplayer/trunk/PKGBUILD)
  mplayer/repos/testing-i686/cdio-includes.patch
(from rev 178122, mplayer/trunk/cdio-includes.patch)
  mplayer/repos/testing-i686/mplayer.desktop
(from rev 178122, mplayer/trunk/mplayer.desktop)
  mplayer/repos/testing-i686/mplayer.install
(from rev 178122, mplayer/trunk/mplayer.install)
  mplayer/repos/testing-i686/mplayer.png
(from rev 178122, mplayer/trunk/mplayer.png)
  mplayer/repos/testing-x86_64/PKGBUILD
(from rev 178122, mplayer/trunk/PKGBUILD)
  mplayer/repos/testing-x86_64/cdio-includes.patch
(from rev 178122, mplayer/trunk/cdio-includes.patch)
  mplayer/repos/testing-x86_64/mplayer.desktop
(from rev 178122, mplayer/trunk/mplayer.desktop)
  mplayer/repos/testing-x86_64/mplayer.install
(from rev 178122, mplayer/trunk/mplayer.install)
  mplayer/repos/testing-x86_64/mplayer.png
(from rev 178122, mplayer/trunk/mplayer.png)
Deleted:
  mplayer/repos/testing-i686/PKGBUILD
  mplayer/repos/testing-i686/cdio-includes.patch
  mplayer/repos/testing-i686/mplayer.desktop
  mplayer/repos/testing-i686/mplayer.install
  mplayer/repos/testing-i686/mplayer.png
  mplayer/repos/testing-x86_64/PKGBUILD
  mplayer/repos/testing-x86_64/cdio-includes.patch
  mplayer/repos/testing-x86_64/mplayer.desktop
  mplayer/repos/testing-x86_64/mplayer.install
  mplayer/repos/testing-x86_64/mplayer.png

+
 testing-i686/PKGBUILD  |  152 +--
 testing-i686/cdio-includes.patch   |   86 +--
 testing-i686/mplayer.desktop   |   42 -
 testing-i686/mplayer.install   |   22 ++---
 testing-x86_64/PKGBUILD|  152 +--
 testing-x86_64/cdio-includes.patch |   86 +--
 testing-x86_64/mplayer.desktop |   42 -
 testing-x86_64/mplayer.install |   22 ++---
 8 files changed, 302 insertions(+), 302 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-02-16 22:45:31 UTC (rev 178122)
+++ testing-i686/PKGBUILD   2013-02-16 22:46:53 UTC (rev 178123)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Hugo Doria h...@archlinux.org
-
-pkgbase=mplayer
-pkgname=('mplayer' 'mencoder')
-pkgver=35910
-pkgrel=1
-arch=('i686' 'x86_64')
-makedepends=('libxxf86dga' 'libxxf86vm' 'libmad' 'libxinerama' 'sdl' 'lame' 
'libtheora' 'xvidcore' 'libmng' 'libxss' 'libgl' 'smbclient'
-'aalib' 'jack' 'libcaca' 'x264' 'faac' 'faad2' 'lirc-utils'  'libxvmc' 'enca' 
'libvdpau' 'opencore-amr' 'libdca' 'a52dec' 'schroedinger' 'libvpx'
-'libpulse' 'fribidi' 'unzip' 'mesa' 'live-media' 'yasm' 'git' 'fontconfig' 
'mpg123' 'ladspa' 'libass' 'libbluray' 'libcdio-paranoia' 'subversion')
-license=('GPL')
-url=http://www.mplayerhq.hu/;
-options=(!buildflags !emptydirs)
-source=(ftp://ftp.archlinux.org/other/$pkgbase/$pkgbase-$pkgver.tar.xz 
mplayer.desktop cdio-includes.patch)
-md5sums=('ed8667d2a2041ab90e5c3d4d4b5ca9b2'
- 'c0d6ef795cf6de48e3b87ff7c23f0319'
- '7b5be7191aafbea64218dc4916343bbc')
-
-build() {
-cd $srcdir/$pkgbase
-patch -Np0 -i ../cdio-includes.patch
-
-./configure --prefix=/usr \
---enable-runtime-cpudetection \
---disable-gui \
---disable-arts \
---disable-liblzo \
---disable-speex \
---disable-openal \
---disable-libdv \
---disable-musepack \
---disable-esd \
---disable-mga \
---disable-ass-internal \
---disable-cdparanoia \
---enable-xvmc \
---enable-radio \
---enable-radio-capture \
---language=all \
---confdir=/etc/mplayer 
-[ $CARCH = i686 ]   sed 's|-march=i486|-march=i686|g' -i config.mak
-
-make
-}
-
-package_mplayer() {
-pkgdesc=A movie player for linux
-install=mplayer.install
-backup=('etc/mplayer/codecs.conf' 'etc/mplayer/input.conf')
-depends=('desktop-file-utils' 'ttf-dejavu' 'enca' 'libxss' 'a52dec' 
'libvpx' 'lirc-utils' 'x264' 'libmng' 'libdca' 'aalib' 'lame' 'fontconfig'  
'libgl'
-'libxinerama' 'libvdpau' 'libpulse' 'smbclient' 'xvidcore' 'opencore-amr' 
'jack' 'libmad' 'sdl' 'libtheora' 'libcaca' 'libxxf86dga' 'fribidi'
-'libjpeg' 'faac' 'faad2' 'libxvmc' 'schroedinger' 'mpg123' 'libass' 
'libxxf86vm' 'libbluray' 'libcdio-paranoia')
-
-cd $srcdir/$pkgbase
-
-make DESTDIR=$pkgdir install-mplayer install-mplayer-man
-install -Dm644 etc/{codecs.conf,input.conf,example.conf} 
$pkgdir/etc/mplayer/
-install -dm755 $pkgdir/usr/share/mplayer/
-ln -s /usr/share/fonts/TTF/DejaVuSans.ttf 
$pkgdir/usr/share/mplayer/subfont.ttf
-rm -rf $pkgdir/usr/share/mplayer/font
-

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

2013-02-16 Thread Tom Gundersen
Date: Sunday, February 17, 2013 @ 00:09:01
  Author: tomegun
Revision: 178145

upgpkg: hplip 3.13.2-1

upstream release

Modified:
  hplip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-16 22:49:02 UTC (rev 178144)
+++ PKGBUILD2013-02-16 23:09:01 UTC (rev 178145)
@@ -4,8 +4,8 @@
 # Contributor: Morgan LEFIEUX com...@archlinuxfr.org
 
 pkgname=hplip
-pkgver=3.12.11
-pkgrel=2
+pkgver=3.13.2
+pkgrel=1
 pkgdesc=Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and 
some LaserJet
 arch=('i686' 'x86_64')
 url=http://hplipopensource.com;
@@ -45,9 +45,6 @@
  sed -i 's|python %HOME%|python2 %HOME%|' base/utils.py
  sed -i 's|python ./plugin.py|python2 ./plugin.py|' base/pkit.py
  
- # fix rc script path - FS#31921
- sed -i 's|\/etc\/init.d\/cupsys|\/etc\/rc.d\/cupsd|g' setup.py
- 
  # https://bugs.archlinux.org/task/30085 - hack found in Gentoo
  # Use system foomatic-rip for hpijs driver instead of foomatic-rip-hplip
  # The hpcups driver does not use foomatic-rip
@@ -88,7 +85,9 @@
  rm -rf $pkgdir/usr/share/hal
  # log dir should not be world writeable
  chmod 775 $pkgdir/var/log/hp{,/tmp}
+ # remove rc script
+ rm -rf $pkgdir/etc/init.d
 }
-md5sums=('6caadc4a9e49076c284b146e2dce2937'
- '835d3b854d097f229a32291338fa2320'
+md5sums=('cd7edef6b2df2cdb468b145cd2127e1b'
+ 'cc3fc6de33ccf8bfce0bc890e30bd4e1'
  'ef64578c6cb3ce252dbdcb0f1c2f4a47')



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

2013-02-16 Thread Tom Gundersen
Date: Sunday, February 17, 2013 @ 00:09:10
  Author: tomegun
Revision: 178146

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

Added:
  hplip/repos/testing-i686/
  hplip/repos/testing-i686/PKGBUILD
(from rev 178145, hplip/trunk/PKGBUILD)
  hplip/repos/testing-i686/cups-1.6-buildfix.diff
(from rev 178145, hplip/trunk/cups-1.6-buildfix.diff)
  hplip/repos/testing-i686/hplip.install
(from rev 178145, hplip/trunk/hplip.install)
  hplip/repos/testing-x86_64/
  hplip/repos/testing-x86_64/PKGBUILD
(from rev 178145, hplip/trunk/PKGBUILD)
  hplip/repos/testing-x86_64/cups-1.6-buildfix.diff
(from rev 178145, hplip/trunk/cups-1.6-buildfix.diff)
  hplip/repos/testing-x86_64/hplip.install
(from rev 178145, hplip/trunk/hplip.install)

---+
 testing-i686/PKGBUILD |   93 +++
 testing-i686/cups-1.6-buildfix.diff   |  392 
 testing-i686/hplip.install|   18 +
 testing-x86_64/PKGBUILD   |   93 +++
 testing-x86_64/cups-1.6-buildfix.diff |  392 
 testing-x86_64/hplip.install  |   18 +
 6 files changed, 1006 insertions(+)

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


[arch-commits] Commit in steam/trunk (PKGBUILD lib32-flashplugin-path.patch)

2013-02-16 Thread Daniel Wallace
Date: Sunday, February 17, 2013 @ 00:36:53
  Author: dwallace
Revision: 84364

upgpkg: steam 1.0.0.28-1

upgpkg: steam 1.0.0.28-1

Modified:
  steam/trunk/PKGBUILD
  steam/trunk/lib32-flashplugin-path.patch

--+
 PKGBUILD |   15 ---
 lib32-flashplugin-path.patch |4 ++--
 2 files changed, 6 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-16 22:50:41 UTC (rev 84363)
+++ PKGBUILD2013-02-16 23:36:53 UTC (rev 84364)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
 # Contributor: K900 k0009...@gmail.com
 pkgname=steam
-pkgver=1.0.0.27
+pkgver=1.0.0.28
 pkgrel=1
 pkgdesc=Digital distribution client - open beta - bootstrap package
 arch=(i686 x86_64)
@@ -23,31 +23,24 @@
   'lib32-flashplugin: for flash video'
   )
 build() {
-patch -Np1 -i $srcdir/lib32-flashplugin-path.patch
+patch -d $pkgname-$pkgver -Np1 -i $srcdir/lib32-flashplugin-path.patch
 }
 else
 optdepends=('flashplugin: for flash videos')
 fi
-
-
 install=steam.install
-
 
source=(http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz;
 'lib32-flashplugin-path.patch')
-md5sums=('b7ff967f7848cfa625ff51150fc67e1d'
- '5532b7f604fe9a73a7b6decab01e9a77')
-
-
+md5sums=('5d7b7e12dd0d513d3f7191872fa596cd'
+ '1d83a1df55d677f35ce415e0750f4448')
 package() {
 
   # Install license
   make -C $pkgname-$pkgver DESTDIR=$pkgdir install
   
   install -Dm644 $pkgdir/usr/share/doc/steam/steam_install_agreement.txt 
$pkgdir/usr/share/licenses/steam/LICENSE
-  
 
   # blank steamdeps because apt-get
   ln -sf /bin/true $pkgdir/usr/bin/steamdeps
-
 }
 #vim: set ft=PKGBUILD sw=2 ts=2 et

Modified: lib32-flashplugin-path.patch
===
--- lib32-flashplugin-path.patch2013-02-16 22:50:41 UTC (rev 84363)
+++ lib32-flashplugin-path.patch2013-02-16 23:36:53 UTC (rev 84364)
@@ -1,5 +1,5 @@
 a/steam-1.0.0.27/steam 2013-02-14 14:03:49.0 -0500
-+++ b/steam-1.0.0.27/steam 2013-02-14 15:48:06.766152022 -0500
+--- a/steam2013-02-14 14:03:49.0 -0500
 b/steam2013-02-14 15:48:06.766152022 -0500
 @@ -51,6 +51,7 @@
  
  function setup_variables()



[arch-commits] Commit in steam/repos/community-i686 (lib32-flashplugin-path.patch)

2013-02-16 Thread Daniel Wallace
Date: Sunday, February 17, 2013 @ 00:37:16
  Author: dwallace
Revision: 84365

archrelease: copy trunk to community-i686

Deleted:
  steam/repos/community-i686/lib32-flashplugin-path.patch

--+
 lib32-flashplugin-path.patch |   10 --
 1 file changed, 10 deletions(-)

Deleted: lib32-flashplugin-path.patch
===
--- lib32-flashplugin-path.patch2013-02-16 23:36:53 UTC (rev 84364)
+++ lib32-flashplugin-path.patch2013-02-16 23:37:16 UTC (rev 84365)
@@ -1,10 +0,0 @@
 a/steam-1.0.0.25/steam 2013-02-07 21:19:10.0 -0500
-+++ b/steam-1.0.0.25/steam 2013-02-13 18:57:54.461140028 -0500
-@@ -51,6 +51,7 @@
- 
- function setup_variables()
- {
-+MOZ_PLUGIN_PATH=/usr/lib32/mozilla/plugins/
-   STEAMPACKAGE=${0##*/}
-   STEAMCONFIG=~/.steam
-   STEAMDATALINK=$STEAMCONFIG/$STEAMPACKAGE



[arch-commits] Commit in steam/repos/multilib-x86_64 (lib32-flashplugin-path.patch)

2013-02-16 Thread Daniel Wallace
Date: Sunday, February 17, 2013 @ 00:39:25
  Author: dwallace
Revision: 84366

archrelease: copy trunk to multilib-x86_64

Deleted:
  steam/repos/multilib-x86_64/lib32-flashplugin-path.patch

--+
 lib32-flashplugin-path.patch |   10 --
 1 file changed, 10 deletions(-)

Deleted: lib32-flashplugin-path.patch
===
--- lib32-flashplugin-path.patch2013-02-16 23:37:16 UTC (rev 84365)
+++ lib32-flashplugin-path.patch2013-02-16 23:39:25 UTC (rev 84366)
@@ -1,10 +0,0 @@
 a/steam-1.0.0.25/steam 2013-02-07 21:19:10.0 -0500
-+++ b/steam-1.0.0.25/steam 2013-02-13 18:57:54.461140028 -0500
-@@ -51,6 +51,7 @@
- 
- function setup_variables()
- {
-+MOZ_PLUGIN_PATH=/usr/lib32/mozilla/plugins/
-   STEAMPACKAGE=${0##*/}
-   STEAMCONFIG=~/.steam
-   STEAMDATALINK=$STEAMCONFIG/$STEAMPACKAGE



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

2013-02-16 Thread Gaetan Bisson
Date: Sunday, February 17, 2013 @ 01:23:24
  Author: bisson
Revision: 178148

db-move: moved openssh from [testing] to [core] (i686, x86_64)

Added:
  openssh/repos/core-i686/PKGBUILD
(from rev 178147, openssh/repos/testing-i686/PKGBUILD)
  openssh/repos/core-i686/sshd
(from rev 178147, openssh/repos/testing-i686/sshd)
  openssh/repos/core-i686/sshd.close-sessions
(from rev 178147, openssh/repos/testing-i686/sshd.close-sessions)
  openssh/repos/core-i686/sshd.confd
(from rev 178147, openssh/repos/testing-i686/sshd.confd)
  openssh/repos/core-i686/sshd.pam
(from rev 178147, openssh/repos/testing-i686/sshd.pam)
  openssh/repos/core-i686/sshd.service
(from rev 178147, openssh/repos/testing-i686/sshd.service)
  openssh/repos/core-i686/sshd.socket
(from rev 178147, openssh/repos/testing-i686/sshd.socket)
  openssh/repos/core-i686/sshd@.service
(from rev 178147, openssh/repos/testing-i686/sshd@.service)
  openssh/repos/core-i686/sshdgenkeys.service
(from rev 178147, openssh/repos/testing-i686/sshdgenkeys.service)
  openssh/repos/core-x86_64/PKGBUILD
(from rev 178147, openssh/repos/testing-x86_64/PKGBUILD)
  openssh/repos/core-x86_64/sshd
(from rev 178147, openssh/repos/testing-x86_64/sshd)
  openssh/repos/core-x86_64/sshd.close-sessions
(from rev 178147, openssh/repos/testing-x86_64/sshd.close-sessions)
  openssh/repos/core-x86_64/sshd.confd
(from rev 178147, openssh/repos/testing-x86_64/sshd.confd)
  openssh/repos/core-x86_64/sshd.pam
(from rev 178147, openssh/repos/testing-x86_64/sshd.pam)
  openssh/repos/core-x86_64/sshd.service
(from rev 178147, openssh/repos/testing-x86_64/sshd.service)
  openssh/repos/core-x86_64/sshd.socket
(from rev 178147, openssh/repos/testing-x86_64/sshd.socket)
  openssh/repos/core-x86_64/sshd@.service
(from rev 178147, openssh/repos/testing-x86_64/sshd@.service)
  openssh/repos/core-x86_64/sshdgenkeys.service
(from rev 178147, openssh/repos/testing-x86_64/sshdgenkeys.service)
Deleted:
  openssh/repos/core-i686/PKGBUILD
  openssh/repos/core-i686/sshd
  openssh/repos/core-i686/sshd.close-sessions
  openssh/repos/core-i686/sshd.confd
  openssh/repos/core-i686/sshd.pam
  openssh/repos/core-i686/sshd.service
  openssh/repos/core-i686/sshd.socket
  openssh/repos/core-i686/sshd@.service
  openssh/repos/core-i686/sshdgenkeys.service
  openssh/repos/core-x86_64/PKGBUILD
  openssh/repos/core-x86_64/sshd
  openssh/repos/core-x86_64/sshd.close-sessions
  openssh/repos/core-x86_64/sshd.confd
  openssh/repos/core-x86_64/sshd.pam
  openssh/repos/core-x86_64/sshd.service
  openssh/repos/core-x86_64/sshd.socket
  openssh/repos/core-x86_64/sshd@.service
  openssh/repos/core-x86_64/sshdgenkeys.service
  openssh/repos/testing-i686/
  openssh/repos/testing-x86_64/

-+
 core-i686/PKGBUILD  |  191 +++---
 core-i686/sshd  |   88 -
 core-i686/sshd.close-sessions   |   34 +++---
 core-i686/sshd.confd|8 -
 core-i686/sshd.pam  |   12 +-
 core-i686/sshd.service  |   32 +++---
 core-i686/sshd.socket   |   20 +--
 core-i686/sshd@.service |   16 +--
 core-i686/sshdgenkeys.service   |   30 ++---
 core-x86_64/PKGBUILD|  191 +++---
 core-x86_64/sshd|   88 -
 core-x86_64/sshd.close-sessions |   34 +++---
 core-x86_64/sshd.confd  |8 -
 core-x86_64/sshd.pam|   12 +-
 core-x86_64/sshd.service|   32 +++---
 core-x86_64/sshd.socket |   20 +--
 core-x86_64/sshd@.service   |   16 +--
 core-x86_64/sshdgenkeys.service |   30 ++---
 18 files changed, 432 insertions(+), 430 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2013-02-16 23:09:57 UTC (rev 178147)
+++ core-i686/PKGBUILD  2013-02-17 00:23:24 UTC (rev 178148)
@@ -1,95 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Aaron Griffin aa...@archlinux.org
-# Contributor: judd jvi...@zeroflux.org
-
-pkgname=openssh
-pkgver=6.1p1
-pkgrel=5
-pkgdesc='Free version of the SSH connectivity tools'
-url='http://www.openssh.org/portable.html'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-makedepends=('linux-headers')
-depends=('krb5' 'openssl' 'libedit' 'ldns')
-optdepends=('xorg-xauth: X11 forwarding'
-'x11-ssh-askpass: input passphrase in X')
-source=(ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz;
-'sshd.close-sessions'
-'sshdgenkeys.service'
-'sshd@.service'
-'sshd.service'
-'sshd.socket'
-'sshd.confd'
-'sshd.pam'
-'sshd')
-sha1sums=('751c92c912310c3aa9cadc113e14458f843fc7b3'
-  '954bf1660aa32620c37034320877f4511b767ccb'
-  '6df5be396f8c593bb511a249a1453294d18a01a6'
-  

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

2013-02-16 Thread Gaetan Bisson
Date: Sunday, February 17, 2013 @ 01:23:25
  Author: bisson
Revision: 178149

db-move: moved gnupg from [testing] to [core] (i686, x86_64)

Added:
  gnupg/repos/core-i686/PKGBUILD
(from rev 178147, gnupg/repos/testing-i686/PKGBUILD)
  gnupg/repos/core-i686/install
(from rev 178147, gnupg/repos/testing-i686/install)
  gnupg/repos/core-i686/protect-tool-env.patch
(from rev 178147, gnupg/repos/testing-i686/protect-tool-env.patch)
  gnupg/repos/core-i686/valid-keyblock-packet.patch
(from rev 178147, gnupg/repos/testing-i686/valid-keyblock-packet.patch)
  gnupg/repos/core-x86_64/PKGBUILD
(from rev 178147, gnupg/repos/testing-x86_64/PKGBUILD)
  gnupg/repos/core-x86_64/install
(from rev 178147, gnupg/repos/testing-x86_64/install)
  gnupg/repos/core-x86_64/protect-tool-env.patch
(from rev 178147, gnupg/repos/testing-x86_64/protect-tool-env.patch)
  gnupg/repos/core-x86_64/valid-keyblock-packet.patch
(from rev 178147, gnupg/repos/testing-x86_64/valid-keyblock-packet.patch)
Deleted:
  gnupg/repos/core-i686/PKGBUILD
  gnupg/repos/core-i686/install
  gnupg/repos/core-i686/protect-tool-env.patch
  gnupg/repos/core-i686/valid-keyblock-packet.patch
  gnupg/repos/core-x86_64/PKGBUILD
  gnupg/repos/core-x86_64/install
  gnupg/repos/core-x86_64/protect-tool-env.patch
  gnupg/repos/core-x86_64/valid-keyblock-packet.patch
  gnupg/repos/testing-i686/
  gnupg/repos/testing-x86_64/

-+
 core-i686/PKGBUILD  |  115 +++-
 core-i686/install   |   40 -
 core-i686/protect-tool-env.patch|   56 ++---
 core-i686/valid-keyblock-packet.patch   |  122 +++---
 core-x86_64/PKGBUILD|  115 +++-
 core-x86_64/install |   40 -
 core-x86_64/protect-tool-env.patch  |   56 ++---
 core-x86_64/valid-keyblock-packet.patch |  122 +++---
 8 files changed, 342 insertions(+), 324 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2013-02-17 00:23:24 UTC (rev 178148)
+++ core-i686/PKGBUILD  2013-02-17 00:23:25 UTC (rev 178149)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Tobias Powalowski tp...@archlinux.org
-# Contributor: Andreas Radke andy...@archlinux.org
-# Contributor: Judd Vinet jvi...@zeroflux.org
-
-pkgname=gnupg
-pkgver=2.0.19
-pkgrel=5
-pkgdesc='Complete and free implementation of the OpenPGP standard'
-url='http://www.gnupg.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-optdepends=('curl: gpg2keys_curl'
-'libldap: gpg2keys_ldap'
-'libusb-compat: scdaemon')
-makedepends=('curl' 'libldap' 'libusb-compat')
-depends=('bzip2' 'libksba' 'libgcrypt' 'pth' 'libassuan' 'readline' 'pinentry' 
'dirmngr')
-source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig}
-'valid-keyblock-packet.patch'
-'protect-tool-env.patch')
-sha1sums=('190c09e6688f688fb0a5cf884d01e240d957ac1f'
-  'f6e6830610a8629b0aad69d789373bf8ca481733'
-  '474d827f1c2976bb107985047f61ac9096ae0953'
-  '2ec97ba55ae47ff0d63bc813b8c64cb79cef11db')
-
-install=install
-
-conflicts=('gnupg2')
-provides=(gnupg2=${pkgver})
-replaces=('gnupg2')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   patch -p1 -i ../protect-tool-env.patch # FS#31900
-   patch -p1 -i ../valid-keyblock-packet.patch
-   ./configure --prefix=/usr --libexecdir=/usr/lib/gnupg
-   make
-}
-
-check() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make check
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   ln -s gpg2 ${pkgdir}/usr/bin/gpg
-   ln -s gpgv2 ${pkgdir}/usr/bin/gpgv
-   ln -s gpg2.1.gz ${pkgdir}/usr/share/man/man1/gpg.1.gz
-   rm ${pkgdir}/usr/share/gnupg/com-certs.pem # FS#33059
-}

Copied: gnupg/repos/core-i686/PKGBUILD (from rev 178147, 
gnupg/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2013-02-17 00:23:25 UTC (rev 178149)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+# Contributor: Judd Vinet jvi...@zeroflux.org
+
+pkgname=gnupg
+pkgver=2.0.19
+pkgrel=6
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='http://www.gnupg.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+optdepends=('curl: gpg2keys_curl'
+'libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon')
+makedepends=('curl' 'libldap' 'libusb-compat')
+depends=('bzip2' 'libksba' 'libgcrypt' 'pth' 'libassuan' 'readline' 'pinentry' 
'dirmngr')

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

2013-02-16 Thread Gaetan Bisson
Date: Sunday, February 17, 2013 @ 01:23:28
  Author: bisson
Revision: 178150

db-move: moved postfix from [testing] to [extra] (i686, x86_64)

Added:
  postfix/repos/extra-i686/PKGBUILD
(from rev 178149, postfix/repos/testing-i686/PKGBUILD)
  postfix/repos/extra-i686/aliases.patch
(from rev 178149, postfix/repos/testing-i686/aliases.patch)
  postfix/repos/extra-i686/install
(from rev 178149, postfix/repos/testing-i686/install)
  postfix/repos/extra-i686/rc.d
(from rev 178149, postfix/repos/testing-i686/rc.d)
  postfix/repos/extra-i686/service
(from rev 178149, postfix/repos/testing-i686/service)
  postfix/repos/extra-x86_64/PKGBUILD
(from rev 178149, postfix/repos/testing-x86_64/PKGBUILD)
  postfix/repos/extra-x86_64/aliases.patch
(from rev 178149, postfix/repos/testing-x86_64/aliases.patch)
  postfix/repos/extra-x86_64/install
(from rev 178149, postfix/repos/testing-x86_64/install)
  postfix/repos/extra-x86_64/rc.d
(from rev 178149, postfix/repos/testing-x86_64/rc.d)
  postfix/repos/extra-x86_64/service
(from rev 178149, postfix/repos/testing-x86_64/service)
Deleted:
  postfix/repos/extra-i686/PKGBUILD
  postfix/repos/extra-i686/aliases.patch
  postfix/repos/extra-i686/install
  postfix/repos/extra-i686/rc.d
  postfix/repos/extra-i686/service
  postfix/repos/extra-x86_64/PKGBUILD
  postfix/repos/extra-x86_64/aliases.patch
  postfix/repos/extra-x86_64/install
  postfix/repos/extra-x86_64/rc.d
  postfix/repos/extra-x86_64/service
  postfix/repos/testing-i686/
  postfix/repos/testing-x86_64/

+
 extra-i686/PKGBUILD|  142 +--
 extra-i686/aliases.patch   |   36 +-
 extra-i686/install |   51 +--
 extra-i686/rc.d|   72 ++---
 extra-i686/service |   28 
 extra-x86_64/PKGBUILD  |  142 +--
 extra-x86_64/aliases.patch |   36 +-
 extra-x86_64/install   |   51 +--
 extra-x86_64/rc.d  |   72 ++---
 extra-x86_64/service   |   28 
 10 files changed, 314 insertions(+), 344 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-02-17 00:23:25 UTC (rev 178149)
+++ extra-i686/PKGBUILD 2013-02-17 00:23:28 UTC (rev 178150)
@@ -1,71 +0,0 @@
-# $Id$
-# Contributor: Jeff Brodnax tullyarc...@bellsouth.net
-# Contributor: Paul Mattal p...@archlinux.org
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=postfix
-pkgver=2.10.0
-pkgrel=1
-pkgdesc='Fast, easy to administer, secure mail server'
-url='http://www.postfix.org/'
-license=('custom')
-arch=('i686' 'x86_64')
-depends=('pcre' 'libsasl' 'libldap' 'db'
- 'libmysqlclient' 'postgresql-libs' 'sqlite' 'tinycdb')
-backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
-source=(ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
-'aliases.patch'
-'service'
-'rc.d')
-sha1sums=('dd9bfc7afee416aa9f2368d084a4b202718e42df'
-  '5fc3de6c7df1e5851a0a379e825148868808318b'
-  '3f385eca6d571a4ed8fb24781bdc003bec5d8ed6'
-  '40c6be2eb55e6437a402f43775cdb3d22ea87a66')
-
-provides=('smtp-server' 'smtp-forwarder')
-conflicts=('smtp-server' 'smtp-forwarder')
-
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make makefiles DEBUG='' CCARGS=' \
-   -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl \
-   -DHAS_LDAP \
-   -DUSE_TLS \
-   -DHAS_MYSQL -I/usr/include/mysql \
-   -DHAS_PGSQL -I/usr/include/postgresql \
-   -DHAS_SQLITE \
-   -DHAS_CDB \
-   ' AUXLIBS=' \
-   -lsasl2 \
-   -lldap -llber \
-   -lssl -lcrypto \
-   -lmysqlclient -lz -lm \
-   -lpq \
-   -lsqlite3 -lpthread \
-   -lcdb \
-   ' OPT=${CFLAGS} ${LDFLAGS}
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   sh postfix-install -non-interactive \
-   install_root=${pkgdir} \
-   daemon_directory=/usr/lib/${pkgname} \
-   sample_directory=/etc/${pkgname}/sample \
-   manpage_directory=/usr/share/man \
-   readme_directory=/usr/share/doc/${pkgname} \
-
-   install -Dm755 ../rc.d ${pkgdir}/etc/rc.d/${pkgname}
-   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-   install -Dm644 ../service 
${pkgdir}/usr/lib/systemd/system/${pkgname}.service
-
-   cd ${pkgdir}
-   patch -p0 -i ${srcdir}/aliases.patch
-   sed 's/^\(\$manpage[^:]*\):/\1.gz:/' -i 
usr/lib/${pkgname}/postfix-files
-}

Copied: postfix/repos/extra-i686/PKGBUILD (from rev 178149, 

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

2013-02-16 Thread Daniel Wallace
Date: Sunday, February 17, 2013 @ 02:12:55
  Author: dwallace
Revision: 84367

upgpkg: steam 1.0.0.28-2

upgpkg: steam 1.0.0.28-2

Modified:
  steam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-16 23:39:25 UTC (rev 84366)
+++ PKGBUILD2013-02-17 01:12:55 UTC (rev 84367)
@@ -3,7 +3,7 @@
 # Contributor: K900 k0009...@gmail.com
 pkgname=steam
 pkgver=1.0.0.28
-pkgrel=1
+pkgrel=2
 pkgdesc=Digital distribution client - open beta - bootstrap package
 arch=(i686 x86_64)
 url=http://steampowered.com/;



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

2013-02-16 Thread Daniel Wallace
Date: Sunday, February 17, 2013 @ 02:13:17
  Author: dwallace
Revision: 84368

archrelease: copy trunk to community-i686

Added:
  steam/repos/community-i686/PKGBUILD
(from rev 84367, steam/trunk/PKGBUILD)
  steam/repos/community-i686/lib32-flashplugin-path.patch
(from rev 84367, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/community-i686/steam.install
(from rev 84367, steam/trunk/steam.install)
Deleted:
  steam/repos/community-i686/PKGBUILD

--+
 PKGBUILD |   99 +++--
 lib32-flashplugin-path.patch |   10 
 steam.install|   26 ++
 3 files changed, 82 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-17 01:12:55 UTC (rev 84367)
+++ PKGBUILD2013-02-17 01:13:17 UTC (rev 84368)
@@ -1,53 +0,0 @@
-# $Id: PKGBUILD 84253 2013-02-14 20:49:52Z dwallace $
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: K900 k0009...@gmail.com
-pkgname=steam
-pkgver=1.0.0.27
-pkgrel=1
-pkgdesc=Digital distribution client - open beta - bootstrap package
-arch=(i686 x86_64)
-url=http://steampowered.com/;
-license=('custom')
-depends=(
-  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
-  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
-  )
-if [[ $CARCH == x86_64 ]]; then
-  depends+=(lib32-libgl lib32-gcc-libs lib32-libx11)
-  optdepends=(
-  'lib32-ati-dri: for open source ATI driver users'
-  'lib32-catalyst-utils: for AMD Catalyst users'
-  'lib32-intel-dri: for open source Intel driver users'
-  'lib32-nouveau-dri: for Nouveau users'
-  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
-  'lib32-flashplugin: for flash video'
-  )
-build() {
-patch -Np1 -i $srcdir/lib32-flashplugin-path.patch
-}
-else
-optdepends=('flashplugin: for flash videos')
-fi
-
-
-install=steam.install
-
-source=(http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz;
-'lib32-flashplugin-path.patch')
-md5sums=('b7ff967f7848cfa625ff51150fc67e1d'
- '5532b7f604fe9a73a7b6decab01e9a77')
-
-
-package() {
-
-  # Install license
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-  
-  install -Dm644 $pkgdir/usr/share/doc/steam/steam_install_agreement.txt 
$pkgdir/usr/share/licenses/steam/LICENSE
-  
-
-  # blank steamdeps because apt-get
-  ln -sf /bin/true $pkgdir/usr/bin/steamdeps
-
-}
-#vim: set ft=PKGBUILD sw=2 ts=2 et

Copied: steam/repos/community-i686/PKGBUILD (from rev 84367, 
steam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-17 01:13:17 UTC (rev 84368)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: K900 k0009...@gmail.com
+pkgname=steam
+pkgver=1.0.0.28
+pkgrel=2
+pkgdesc=Digital distribution client - open beta - bootstrap package
+arch=(i686 x86_64)
+url=http://steampowered.com/;
+license=('custom')
+depends=(
+  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
+  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
+  )
+if [[ $CARCH == x86_64 ]]; then
+  depends+=(lib32-libgl lib32-gcc-libs lib32-libx11)
+  optdepends=(
+  'lib32-ati-dri: for open source ATI driver users'
+  'lib32-catalyst-utils: for AMD Catalyst users'
+  'lib32-intel-dri: for open source Intel driver users'
+  'lib32-nouveau-dri: for Nouveau users'
+  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
+  'lib32-flashplugin: for flash video'
+  )
+build() {
+patch -d $pkgname-$pkgver -Np1 -i $srcdir/lib32-flashplugin-path.patch
+}
+else
+optdepends=('flashplugin: for flash videos')
+fi
+install=steam.install
+source=(http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz;
+'lib32-flashplugin-path.patch')
+md5sums=('5d7b7e12dd0d513d3f7191872fa596cd'
+ '1d83a1df55d677f35ce415e0750f4448')
+package() {
+
+  # Install license
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+  
+  install -Dm644 $pkgdir/usr/share/doc/steam/steam_install_agreement.txt 
$pkgdir/usr/share/licenses/steam/LICENSE
+
+  # blank steamdeps because apt-get
+  ln -sf /bin/true $pkgdir/usr/bin/steamdeps
+}
+#vim: set ft=PKGBUILD sw=2 ts=2 et

Copied: steam/repos/community-i686/lib32-flashplugin-path.patch (from rev 
84367, steam/trunk/lib32-flashplugin-path.patch)
===
--- lib32-flashplugin-path.patch(rev 0)
+++ lib32-flashplugin-path.patch2013-02-17 01:13:17 UTC (rev 84368)
@@ -0,0 +1,10 @@
+--- a/steam2013-02-14 14:03:49.0 -0500
 b/steam2013-02-14 15:48:06.766152022 -0500
+@@ -51,6 +51,7 @@
+ 
+ function setup_variables()
+ {
++MOZ_PLUGIN_PATH=/usr/lib32/mozilla/plugins/
+   

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

2013-02-16 Thread Daniel Wallace
Date: Sunday, February 17, 2013 @ 02:15:24
  Author: dwallace
Revision: 84369

archrelease: copy trunk to multilib-x86_64

Added:
  steam/repos/multilib-x86_64/PKGBUILD
(from rev 84368, steam/trunk/PKGBUILD)
  steam/repos/multilib-x86_64/lib32-flashplugin-path.patch
(from rev 84368, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/multilib-x86_64/steam.install
(from rev 84368, steam/trunk/steam.install)
Deleted:
  steam/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |   99 +++--
 lib32-flashplugin-path.patch |   10 
 steam.install|   26 ++
 3 files changed, 82 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-17 01:13:17 UTC (rev 84368)
+++ PKGBUILD2013-02-17 01:15:24 UTC (rev 84369)
@@ -1,53 +0,0 @@
-# $Id: PKGBUILD 84253 2013-02-14 20:49:52Z dwallace $
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: K900 k0009...@gmail.com
-pkgname=steam
-pkgver=1.0.0.27
-pkgrel=1
-pkgdesc=Digital distribution client - open beta - bootstrap package
-arch=(i686 x86_64)
-url=http://steampowered.com/;
-license=('custom')
-depends=(
-  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
-  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
-  )
-if [[ $CARCH == x86_64 ]]; then
-  depends+=(lib32-libgl lib32-gcc-libs lib32-libx11)
-  optdepends=(
-  'lib32-ati-dri: for open source ATI driver users'
-  'lib32-catalyst-utils: for AMD Catalyst users'
-  'lib32-intel-dri: for open source Intel driver users'
-  'lib32-nouveau-dri: for Nouveau users'
-  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
-  'lib32-flashplugin: for flash video'
-  )
-build() {
-patch -Np1 -i $srcdir/lib32-flashplugin-path.patch
-}
-else
-optdepends=('flashplugin: for flash videos')
-fi
-
-
-install=steam.install
-
-source=(http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz;
-'lib32-flashplugin-path.patch')
-md5sums=('b7ff967f7848cfa625ff51150fc67e1d'
- '5532b7f604fe9a73a7b6decab01e9a77')
-
-
-package() {
-
-  # Install license
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-  
-  install -Dm644 $pkgdir/usr/share/doc/steam/steam_install_agreement.txt 
$pkgdir/usr/share/licenses/steam/LICENSE
-  
-
-  # blank steamdeps because apt-get
-  ln -sf /bin/true $pkgdir/usr/bin/steamdeps
-
-}
-#vim: set ft=PKGBUILD sw=2 ts=2 et

Copied: steam/repos/multilib-x86_64/PKGBUILD (from rev 84368, 
steam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-17 01:15:24 UTC (rev 84369)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: K900 k0009...@gmail.com
+pkgname=steam
+pkgver=1.0.0.28
+pkgrel=2
+pkgdesc=Digital distribution client - open beta - bootstrap package
+arch=(i686 x86_64)
+url=http://steampowered.com/;
+license=('custom')
+depends=(
+  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
+  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
+  )
+if [[ $CARCH == x86_64 ]]; then
+  depends+=(lib32-libgl lib32-gcc-libs lib32-libx11)
+  optdepends=(
+  'lib32-ati-dri: for open source ATI driver users'
+  'lib32-catalyst-utils: for AMD Catalyst users'
+  'lib32-intel-dri: for open source Intel driver users'
+  'lib32-nouveau-dri: for Nouveau users'
+  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
+  'lib32-flashplugin: for flash video'
+  )
+build() {
+patch -d $pkgname-$pkgver -Np1 -i $srcdir/lib32-flashplugin-path.patch
+}
+else
+optdepends=('flashplugin: for flash videos')
+fi
+install=steam.install
+source=(http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz;
+'lib32-flashplugin-path.patch')
+md5sums=('5d7b7e12dd0d513d3f7191872fa596cd'
+ '1d83a1df55d677f35ce415e0750f4448')
+package() {
+
+  # Install license
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+  
+  install -Dm644 $pkgdir/usr/share/doc/steam/steam_install_agreement.txt 
$pkgdir/usr/share/licenses/steam/LICENSE
+
+  # blank steamdeps because apt-get
+  ln -sf /bin/true $pkgdir/usr/bin/steamdeps
+}
+#vim: set ft=PKGBUILD sw=2 ts=2 et

Copied: steam/repos/multilib-x86_64/lib32-flashplugin-path.patch (from rev 
84368, steam/trunk/lib32-flashplugin-path.patch)
===
--- lib32-flashplugin-path.patch(rev 0)
+++ lib32-flashplugin-path.patch2013-02-17 01:15:24 UTC (rev 84369)
@@ -0,0 +1,10 @@
+--- a/steam2013-02-14 14:03:49.0 -0500
 b/steam2013-02-14 15:48:06.766152022 -0500
+@@ -51,6 +51,7 @@
+ 
+ function setup_variables()
+ {
++MOZ_PLUGIN_PATH=/usr/lib32/mozilla/plugins/
+   

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

2013-02-16 Thread Balló György
Date: Sunday, February 17, 2013 @ 03:30:01
  Author: bgyorgy
Revision: 84370

upgpkg: ocrfeeder 0.7.11-2

Add python2-lxml dependency (FS#33896)

Modified:
  ocrfeeder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-17 01:15:24 UTC (rev 84369)
+++ PKGBUILD2013-02-17 02:30:01 UTC (rev 84370)
@@ -3,12 +3,12 @@
 
 pkgname=ocrfeeder
 pkgver=0.7.11
-pkgrel=1
+pkgrel=2
 pkgdesc=GTK+ document layout analysis and optical character recognition 
application
 arch=('any')
 url=http://live.gnome.org/OCRFeeder;
 license=('GPL')
-depends=('python2-pyenchant' 'pygoocanvas' 'python2-gtkspell' 
'python2-imaging' 'python2-reportlab' 'ghostscript' 'unpaper' 'sane' 
'desktop-file-utils')
+depends=('python2-pyenchant' 'pygoocanvas' 'python2-gtkspell' 
'python2-imaging' 'python2-lxml' 'python2-reportlab' 'ghostscript' 'unpaper' 
'sane' 'desktop-file-utils')
 makedepends=('intltool' 'gnome-doc-utils')
 optdepends=('tesseract: character recognition'
 'ocrad: character recognition'



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

2013-02-16 Thread Balló György
Date: Sunday, February 17, 2013 @ 03:30:26
  Author: bgyorgy
Revision: 84371

archrelease: copy trunk to community-any

Added:
  ocrfeeder/repos/community-any/PKGBUILD
(from rev 84370, ocrfeeder/trunk/PKGBUILD)
  ocrfeeder/repos/community-any/ocrfeeder.install
(from rev 84370, ocrfeeder/trunk/ocrfeeder.install)
Deleted:
  ocrfeeder/repos/community-any/PKGBUILD
  ocrfeeder/repos/community-any/ocrfeeder.install

---+
 PKGBUILD  |   72 ++--
 ocrfeeder.install |   22 +++
 2 files changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-17 02:30:01 UTC (rev 84370)
+++ PKGBUILD2013-02-17 02:30:26 UTC (rev 84371)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-
-pkgname=ocrfeeder
-pkgver=0.7.11
-pkgrel=1
-pkgdesc=GTK+ document layout analysis and optical character recognition 
application
-arch=('any')
-url=http://live.gnome.org/OCRFeeder;
-license=('GPL')
-depends=('python2-pyenchant' 'pygoocanvas' 'python2-gtkspell' 
'python2-imaging' 'python2-reportlab' 'ghostscript' 'unpaper' 'sane' 
'desktop-file-utils')
-makedepends=('intltool' 'gnome-doc-utils')
-optdepends=('tesseract: character recognition'
-'ocrad: character recognition'
-'gocr: character recognition'
-'cuneiform: character recognition')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('4508f4a0e2fdab521ab4a6d0265058a21fda80622483b169fd041189938ea6d5')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's@^#!.*python$@#!/usr/bin/python2@' bin/ocrfeeder*.in 
src/ocrfeeder/odf/*.py
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  PYTHON=python2
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-  mkdir -p $pkgdir/usr/share/pixmaps
-  ln -s ../ocrfeeder/icons/ocrfeeder.svg 
$pkgdir/usr/share/pixmaps/ocrfeeder.svg
-}

Copied: ocrfeeder/repos/community-any/PKGBUILD (from rev 84370, 
ocrfeeder/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-17 02:30:26 UTC (rev 84371)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=ocrfeeder
+pkgver=0.7.11
+pkgrel=2
+pkgdesc=GTK+ document layout analysis and optical character recognition 
application
+arch=('any')
+url=http://live.gnome.org/OCRFeeder;
+license=('GPL')
+depends=('python2-pyenchant' 'pygoocanvas' 'python2-gtkspell' 
'python2-imaging' 'python2-lxml' 'python2-reportlab' 'ghostscript' 'unpaper' 
'sane' 'desktop-file-utils')
+makedepends=('intltool' 'gnome-doc-utils')
+optdepends=('tesseract: character recognition'
+'ocrad: character recognition'
+'gocr: character recognition'
+'cuneiform: character recognition')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4508f4a0e2fdab521ab4a6d0265058a21fda80622483b169fd041189938ea6d5')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's@^#!.*python$@#!/usr/bin/python2@' bin/ocrfeeder*.in 
src/ocrfeeder/odf/*.py
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  PYTHON=python2
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+  mkdir -p $pkgdir/usr/share/pixmaps
+  ln -s ../ocrfeeder/icons/ocrfeeder.svg 
$pkgdir/usr/share/pixmaps/ocrfeeder.svg
+}

Deleted: ocrfeeder.install
===
--- ocrfeeder.install   2013-02-17 02:30:01 UTC (rev 84370)
+++ ocrfeeder.install   2013-02-17 02:30:26 UTC (rev 84371)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: ocrfeeder/repos/community-any/ocrfeeder.install (from rev 84370, 
ocrfeeder/trunk/ocrfeeder.install)
===
--- ocrfeeder.install   (rev 0)
+++ ocrfeeder.install   2013-02-17 02:30:26 UTC (rev 84371)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



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

2013-02-16 Thread Allan McRae
Date: Sunday, February 17, 2013 @ 08:16:50
  Author: allan
Revision: 178151

upgpkg: texinfo 5.0-1

upstream update

Modified:
  texinfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-17 00:23:28 UTC (rev 178150)
+++ PKGBUILD2013-02-17 07:16:50 UTC (rev 178151)
@@ -3,32 +3,31 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=texinfo
-pkgver=4.13a
-pkgrel=8
+pkgver=5.0
+pkgrel=1
 pkgdesc=Utilities to work with and produce manuals, ASCII text, and on-line 
documentation from a single source file
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/texinfo/;
 license=('GPL3')
 groups=('base' 'base-devel')
-depends=('ncurses' 'findutils' 'gzip' 'sh')
+depends=('ncurses' 'findutils' 'gzip' 'perl' 'sh')
 install=texinfo.install
-source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig}
-texinfo-4.13a-data_types.patch)
-md5sums=('71ba711519209b5fb583fed2b3d86fcb'
- 'db2ca82c831684cd7cef181234017c46'
- 'd8574782ff7def1e2dc5c291dbeaec18')
+source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('ef2fad34c71ddc95b20c7d6a08c0d7a6'
+ 'a1e46e27d14467b05abe652bfc30684e')
 
 build() {
-  cd ${srcdir}/${pkgname}-4.13
-  patch -Np1 -i $srcdir/texinfo-4.13a-data_types.patch
+  cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr
   make
 }
 
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
 package() {
-  cd ${srcdir}/${pkgname}-4.13
+  cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
-
-  # fix this here as it prevents make from trying to rebuild manual pages
-  sed -i 's#A-z#A-Za-z#' ${pkgdir}/usr/bin/texi2dvi
 }



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

2013-02-16 Thread Allan McRae
Date: Sunday, February 17, 2013 @ 08:18:01
  Author: allan
Revision: 178152

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

Added:
  texinfo/repos/testing-i686/
  texinfo/repos/testing-i686/PKGBUILD
(from rev 178151, texinfo/trunk/PKGBUILD)
  texinfo/repos/testing-i686/texinfo-4.13a-data_types.patch
(from rev 178151, texinfo/trunk/texinfo-4.13a-data_types.patch)
  texinfo/repos/testing-i686/texinfo.install
(from rev 178151, texinfo/trunk/texinfo.install)
  texinfo/repos/testing-x86_64/
  texinfo/repos/testing-x86_64/PKGBUILD
(from rev 178151, texinfo/trunk/PKGBUILD)
  texinfo/repos/testing-x86_64/texinfo-4.13a-data_types.patch
(from rev 178151, texinfo/trunk/texinfo-4.13a-data_types.patch)
  texinfo/repos/testing-x86_64/texinfo.install
(from rev 178151, texinfo/trunk/texinfo.install)

---+
 testing-i686/PKGBUILD |   33 
 testing-i686/texinfo-4.13a-data_types.patch   |   32 +++
 testing-i686/texinfo.install  |   21 +++
 testing-x86_64/PKGBUILD   |   33 
 testing-x86_64/texinfo-4.13a-data_types.patch |   32 +++
 testing-x86_64/texinfo.install|   21 +++
 6 files changed, 172 insertions(+)

Copied: texinfo/repos/testing-i686/PKGBUILD (from rev 178151, 
texinfo/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-02-17 07:18:01 UTC (rev 178152)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=texinfo
+pkgver=5.0
+pkgrel=1
+pkgdesc=Utilities to work with and produce manuals, ASCII text, and on-line 
documentation from a single source file
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/texinfo/;
+license=('GPL3')
+groups=('base' 'base-devel')
+depends=('ncurses' 'findutils' 'gzip' 'perl' 'sh')
+install=texinfo.install
+source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('ef2fad34c71ddc95b20c7d6a08c0d7a6'
+ 'a1e46e27d14467b05abe652bfc30684e')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: texinfo/repos/testing-i686/texinfo-4.13a-data_types.patch (from rev 
178151, texinfo/trunk/texinfo-4.13a-data_types.patch)
===
--- testing-i686/texinfo-4.13a-data_types.patch (rev 0)
+++ testing-i686/texinfo-4.13a-data_types.patch 2013-02-17 07:18:01 UTC (rev 
178152)
@@ -0,0 +1,32 @@
+diff -up texinfo-4.13/info/window.c_old texinfo-4.13/info/window.c
+--- texinfo-4.13/info/window.c_old 2009-08-04 13:46:15.0 +0200
 texinfo-4.13/info/window.c 2009-08-04 13:47:29.0 +0200
+@@ -1581,7 +1581,7 @@ process_node_text (WINDOW *win, char *st
+   const char *carried_over_ptr;
+   size_t carried_over_len, carried_over_count;
+   const char *cur_ptr = mbi_cur_ptr (iter);
+-  int cur_len = mb_len (mbi_cur (iter));
++  size_t cur_len = mb_len (mbi_cur (iter));
+   int replen;
+   int delim = 0;
+   int rc;
+@@ -1754,7 +1754,7 @@ clean_manpage (char *manpage)
+mbi_advance (iter))
+ {
+   const char *cur_ptr = mbi_cur_ptr (iter);
+-  int cur_len = mb_len (mbi_cur (iter));
++  size_t cur_len = mb_len (mbi_cur (iter));
+ 
+   if (cur_len == 1)
+   {
+@@ -1852,8 +1852,8 @@ window_scan_line (WINDOW *win, int line,
+mbi_advance (iter))
+ {
+   const char *cur_ptr = mbi_cur_ptr (iter);
+-  int cur_len = mb_len (mbi_cur (iter));
+-  int replen;
++  size_t cur_len = mb_len (mbi_cur (iter));
++  size_t replen;
+ 
+   if (cur_ptr = endp)
+   break;

Copied: texinfo/repos/testing-i686/texinfo.install (from rev 178151, 
texinfo/trunk/texinfo.install)
===
--- testing-i686/texinfo.install(rev 0)
+++ testing-i686/texinfo.install2013-02-17 07:18:01 UTC (rev 178152)
@@ -0,0 +1,21 @@
+infodir=usr/share/info
+filelist=(info.info info-stnd.info texinfo texinfo-1 texinfo-2 texinfo-3)
+
+post_install() {
+  # Scan *all* info files on install
+  for file in $(find $infodir -type f ! -name dir); do
+  install-info $file $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+pre_remove() {
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}

Copied: