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

2013-05-25 Thread Giovanni Scafora
Date: Sunday, May 26, 2013 @ 08:28:56
  Author: giovanni
Revision: 186367

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

Added:
  gparted/repos/extra-i686/PKGBUILD
(from rev 186366, gparted/trunk/PKGBUILD)
  gparted/repos/extra-i686/gparted.install
(from rev 186366, gparted/trunk/gparted.install)
  gparted/repos/extra-i686/gparted_polkit
(from rev 186366, gparted/trunk/gparted_polkit)
  gparted/repos/extra-i686/org.archlinux.pkexec.gparted.policy
(from rev 186366, gparted/trunk/org.archlinux.pkexec.gparted.policy)
  gparted/repos/extra-x86_64/PKGBUILD
(from rev 186366, gparted/trunk/PKGBUILD)
  gparted/repos/extra-x86_64/gparted.install
(from rev 186366, gparted/trunk/gparted.install)
  gparted/repos/extra-x86_64/gparted_polkit
(from rev 186366, gparted/trunk/gparted_polkit)
  gparted/repos/extra-x86_64/org.archlinux.pkexec.gparted.policy
(from rev 186366, gparted/trunk/org.archlinux.pkexec.gparted.policy)
Deleted:
  gparted/repos/extra-i686/PKGBUILD
  gparted/repos/extra-i686/gparted.install
  gparted/repos/extra-i686/gparted_polkit
  gparted/repos/extra-i686/org.archlinux.pkexec.gparted.policy
  gparted/repos/extra-x86_64/PKGBUILD
  gparted/repos/extra-x86_64/gparted.install
  gparted/repos/extra-x86_64/gparted_polkit
  gparted/repos/extra-x86_64/org.archlinux.pkexec.gparted.policy

--+
 /PKGBUILD|  112 +
 /gparted.install |   22 
 /gparted_polkit  |   12 ++
 /org.archlinux.pkexec.gparted.policy |   40 +++
 extra-i686/PKGBUILD  |   55 --
 extra-i686/gparted.install   |   11 --
 extra-i686/gparted_polkit|6 -
 extra-i686/org.archlinux.pkexec.gparted.policy   |   20 ---
 extra-x86_64/PKGBUILD|   55 --
 extra-x86_64/gparted.install |   11 --
 extra-x86_64/gparted_polkit  |6 -
 extra-x86_64/org.archlinux.pkexec.gparted.policy |   20 ---
 12 files changed, 186 insertions(+), 184 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-26 06:28:46 UTC (rev 186366)
+++ extra-i686/PKGBUILD 2013-05-26 06:28:56 UTC (rev 186367)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Andrew Simmons 
-# Contributor: György Balló 
-
-pkgname=gparted
-pkgver=0.16.1
-pkgrel=4
-pkgdesc="A Partition Magic clone, frontend to GNU Parted"
-arch=('i686' 'x86_64')
-url="http://gparted.sourceforge.net";
-license=('GPL')
-depends=('parted' 'gtkmm' 'hicolor-icon-theme')
-makedepends=('intltool' 'pkg-config' 'gnome-doc-utils')
-optdepends=('dosfstools: for FAT16 and FAT32 partitions'
-'jfsutils: for jfs partitions'
-'f2fs-tools: for Flash-Friendly File System'
-'btrfs-progs: for btrfs partitions'
-'exfat-utils: for exFAT partitions'
-'ntfs-3g: for ntfs partitions'
-'reiserfsprogs: for reiser partitions'
-'xfsprogs: for xfs partitions'
-'nilfs-utils: for nilfs2 support'
-'polkit-gnome: to run gparted directly from menu'
-'gpart: for recovering corrupt partition tables'
-'mtools: utilities to access MS-DOS disks')
-install=gparted.install
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2";
-'org.archlinux.pkexec.gparted.policy'
-'gparted_polkit')
-md5sums=('3f399bff031b5ce14d11a8c346f4b89c'
- '122ed3120c846376bead22b25f6a3b19'
- '9b70450ef7d17c282e9185e5869a4cec')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  sed -i "s:@gksuprog@ @installdir@/gparted %f:@installdir@/gparted_polkit 
%f:g" gparted.desktop.in.in
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  # Install policy file
-  install -Dm644 "${srcdir}/org.archlinux.pkexec.gparted.policy" \
- 
"${pkgdir}/usr/share/polkit-1/actions/org.archlinux.pkexec.gparted.policy"
-
-  # Install launcher script
-  install -m755 "${srcdir}/gparted_polkit" "${pkgdir}/usr/bin/gparted_polkit"
-}

Copied: gparted/repos/extra-i686/PKGBUILD (from rev 186366, 
gparted/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-26 06:28:56 UTC (rev 186367)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Andrew Simmons 
+# Contributor: György Balló 
+
+pkgname=gparted
+pkgver=0.16.1
+pkgrel=5
+pkgdesc="A Partition Magic clone, frontend to GNU Parted"
+arch=('i686' 'x86_64')
+url="http://gpart

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

2013-05-25 Thread Giovanni Scafora
Date: Sunday, May 26, 2013 @ 08:28:46
  Author: giovanni
Revision: 186366

upgpkg: gparted 0.16.1-5

Improved bash coding style of gparted_polkit script

Modified:
  gparted/trunk/PKGBUILD
  gparted/trunk/gparted_polkit

+
 PKGBUILD   |7 ---
 gparted_polkit |6 +++---
 2 files changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-26 03:47:25 UTC (rev 186365)
+++ PKGBUILD2013-05-26 06:28:46 UTC (rev 186366)
@@ -5,7 +5,7 @@
 
 pkgname=gparted
 pkgver=0.16.1
-pkgrel=4
+pkgrel=5
 pkgdesc="A Partition Magic clone, frontend to GNU Parted"
 arch=('i686' 'x86_64')
 url="http://gparted.sourceforge.net";
@@ -30,7 +30,7 @@
 'gparted_polkit')
 md5sums=('3f399bff031b5ce14d11a8c346f4b89c'
  '122ed3120c846376bead22b25f6a3b19'
- '9b70450ef7d17c282e9185e5869a4cec')
+ '0b68a4e2bc6bc15440730ebe2d7bf9f6')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -51,5 +51,6 @@
  
"${pkgdir}/usr/share/polkit-1/actions/org.archlinux.pkexec.gparted.policy"
 
   # Install launcher script
-  install -m755 "${srcdir}/gparted_polkit" "${pkgdir}/usr/bin/gparted_polkit"
+  install -m755 "${srcdir}/gparted_polkit" \
+"${pkgdir}/usr/bin/gparted_polkit"
 }

Modified: gparted_polkit
===
--- gparted_polkit  2013-05-26 03:47:25 UTC (rev 186365)
+++ gparted_polkit  2013-05-26 06:28:46 UTC (rev 186366)
@@ -1,6 +1,6 @@
-#!/bin/sh
+#!/bin/bash
 if [ $(which pkexec) ]; then
-  pkexec --disable-internal-agent "/usr/bin/gparted" "$@"
+   pkexec --disable-internal-agent "/usr/bin/gparted" "$@"
 else
-  /usr/bin/gparted "$@"
+   /usr/bin/gparted "$@"
 fi



[arch-commits] Commit in subversion/repos (28 files)

2013-05-25 Thread Stéphane Gaudreault
Date: Sunday, May 26, 2013 @ 05:47:25
  Author: stephane
Revision: 186365

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

Added:
  subversion/repos/testing-i686/PKGBUILD
(from rev 186364, subversion/trunk/PKGBUILD)
  subversion/repos/testing-i686/subversion.install
(from rev 186364, subversion/trunk/subversion.install)
  subversion/repos/testing-i686/subversion.rpath.fix.patch
(from rev 186364, subversion/trunk/subversion.rpath.fix.patch)
  subversion/repos/testing-i686/svn
(from rev 186364, subversion/trunk/svn)
  subversion/repos/testing-i686/svnserve.conf
(from rev 186364, subversion/trunk/svnserve.conf)
  subversion/repos/testing-i686/svnserve.service
(from rev 186364, subversion/trunk/svnserve.service)
  subversion/repos/testing-i686/svnserve.tmpfiles
(from rev 186364, subversion/trunk/svnserve.tmpfiles)
  subversion/repos/testing-x86_64/PKGBUILD
(from rev 186364, subversion/trunk/PKGBUILD)
  subversion/repos/testing-x86_64/subversion.install
(from rev 186364, subversion/trunk/subversion.install)
  subversion/repos/testing-x86_64/subversion.rpath.fix.patch
(from rev 186364, subversion/trunk/subversion.rpath.fix.patch)
  subversion/repos/testing-x86_64/svn
(from rev 186364, subversion/trunk/svn)
  subversion/repos/testing-x86_64/svnserve.conf
(from rev 186364, subversion/trunk/svnserve.conf)
  subversion/repos/testing-x86_64/svnserve.service
(from rev 186364, subversion/trunk/svnserve.service)
  subversion/repos/testing-x86_64/svnserve.tmpfiles
(from rev 186364, subversion/trunk/svnserve.tmpfiles)
Deleted:
  subversion/repos/testing-i686/PKGBUILD
  subversion/repos/testing-i686/subversion.install
  subversion/repos/testing-i686/subversion.rpath.fix.patch
  subversion/repos/testing-i686/svn
  subversion/repos/testing-i686/svnserve.conf
  subversion/repos/testing-i686/svnserve.service
  subversion/repos/testing-i686/svnserve.tmpfiles
  subversion/repos/testing-x86_64/PKGBUILD
  subversion/repos/testing-x86_64/subversion.install
  subversion/repos/testing-x86_64/subversion.rpath.fix.patch
  subversion/repos/testing-x86_64/svn
  subversion/repos/testing-x86_64/svnserve.conf
  subversion/repos/testing-x86_64/svnserve.service
  subversion/repos/testing-x86_64/svnserve.tmpfiles

---+
 /PKGBUILD |  184 
 /subversion.install   |   14 ++
 /subversion.rpath.fix.patch   |   20 +++
 /svn  |   22 +++
 /svnserve.conf|   14 ++
 /svnserve.service |   22 +++
 /svnserve.tmpfiles|2 
 testing-i686/PKGBUILD |   92 --
 testing-i686/subversion.install   |7 -
 testing-i686/subversion.rpath.fix.patch   |   10 -
 testing-i686/svn  |   11 -
 testing-i686/svnserve.conf|7 -
 testing-i686/svnserve.service |   11 -
 testing-i686/svnserve.tmpfiles|1 
 testing-x86_64/PKGBUILD   |   92 --
 testing-x86_64/subversion.install |7 -
 testing-x86_64/subversion.rpath.fix.patch |   10 -
 testing-x86_64/svn|   11 -
 testing-x86_64/svnserve.conf  |7 -
 testing-x86_64/svnserve.service   |   11 -
 testing-x86_64/svnserve.tmpfiles  |1 
 21 files changed, 278 insertions(+), 278 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-05-26 03:45:58 UTC (rev 186364)
+++ testing-i686/PKGBUILD   2013-05-26 03:47:25 UTC (rev 186365)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault 
-# Contributor: Paul Mattal 
-# Contributor: Jason Chu 
-
-pkgname=subversion
-pkgver=1.7.9
-pkgrel=5
-pkgdesc="A Modern Concurrent Version Control System"
-arch=('i686' 'x86_64')
-license=('APACHE')
-depends=('neon' 'apr-util' 'sqlite' 'file' 'serf')
-optdepends=('libgnome-keyring' 'kdeutils-kwallet' 'bash-completion: for svn 
bash completion' \
-'python2: for some hook scripts' 'java-environment') #'ruby: for 
some hook scripts')
-makedepends=('krb5' 'apache' 'python2' 'perl>=5.18' 'swig' 'java-runtime' 
'java-environment'
- 'autoconf' 'db' 'e2fsprogs' 'libgnome-keyring' 'kdelibs')
-backup=('etc/xinetd.d/svn' 'etc/conf.d/svnserve')
-url="http://subversion.apache.org/";
-provides=('svn')
-options=('!makeflags' '!libtool' '!emptydirs')
-install=${pkgname}.install
-source=(http://apache.mirror.rafal.ca/subversion/$pkgname-$pkgver.tar.bz2 
#{,.asc}
-svn
-svnserve.conf
-svnserve.tmpfiles
-svnserve.service
-subversion.rpath.fix.patch)
-md5sums=('8d532025771a67c06c23f299699f056f'
- 'a0db6dd43af33952739b6ec089852630'
- 'c459e299192552f61578f3438abf0664'
- 'bb2857ecea

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

2013-05-25 Thread Stéphane Gaudreault
Date: Sunday, May 26, 2013 @ 05:45:58
  Author: stephane
Revision: 186364

upgpkg: subversion 1.7.9-6

depends on systemd (Fix FS#35468)

Modified:
  subversion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-25 20:42:11 UTC (rev 186363)
+++ PKGBUILD2013-05-26 03:45:58 UTC (rev 186364)
@@ -5,11 +5,11 @@
 
 pkgname=subversion
 pkgver=1.7.9
-pkgrel=5
+pkgrel=6
 pkgdesc="A Modern Concurrent Version Control System"
 arch=('i686' 'x86_64')
 license=('APACHE')
-depends=('neon' 'apr-util' 'sqlite' 'file' 'serf')
+depends=('neon' 'apr-util' 'sqlite' 'file' 'serf' 'systemd')
 optdepends=('libgnome-keyring' 'kdeutils-kwallet' 'bash-completion: for svn 
bash completion' \
 'python2: for some hook scripts' 'java-environment') #'ruby: for 
some hook scripts')
 makedepends=('krb5' 'apache' 'python2' 'perl>=5.18' 'swig' 'java-runtime' 
'java-environment'



[arch-commits] Commit in goagent/repos/community-testing-any (6 files)

2013-05-25 Thread Felix Yan
Date: Sunday, May 26, 2013 @ 04:51:39
  Author: fyan
Revision: 91640

archrelease: copy trunk to community-testing-any

Added:
  goagent/repos/community-testing-any/PKGBUILD
(from rev 91639, goagent/trunk/PKGBUILD)
  goagent/repos/community-testing-any/goagent.install
(from rev 91639, goagent/trunk/goagent.install)
  goagent/repos/community-testing-any/goagent.service
(from rev 91639, goagent/trunk/goagent.service)
Deleted:
  goagent/repos/community-testing-any/PKGBUILD
  goagent/repos/community-testing-any/goagent.install
  goagent/repos/community-testing-any/goagent.service

-+
 PKGBUILD|   83 +++---
 goagent.install |   44 ++--
 goagent.service |   24 +++
 3 files changed, 76 insertions(+), 75 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-26 02:49:41 UTC (rev 91639)
+++ PKGBUILD2013-05-26 02:51:39 UTC (rev 91640)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: cuihao 
-# Contributor: Guten  
-
-pkgname=goagent
-pkgver=3.0.1
-pkgrel=1
-pkgdesc="A gae proxy forked from gappproxy/wallproxy"
-arch=("any")
-url="http://goagent.googlecode.com";
-license=("GPL2")
-depends=('python' 'python-pyopenssl')
-optdepends=('python2: if you want to use uploader.zip to upload server')
-source=(https://github.com/goagent/goagent/archive/v$pkgver.tar.gz
-$pkgname.service)
-backup=('etc/goagent')
-install=goagent.install
-
-package() {
-  cd "$srcdir/$pkgbase-$pkgver"
-  
-  install -Dm755 local/proxy.py "$pkgdir/usr/share/$pkgname/local/proxy.py"
-  install -Dm644 local/proxy.pac "$pkgdir/usr/share/$pkgname/local/proxy.pac"
-  install -Dm644 local/cacert.pem "$pkgdir/usr/share/$pkgname/local/cacert.pem"
-  install -Dm644 local/SwitchyOptions.bak 
"$pkgdir/usr/share/$pkgname/local/SwitchyOptions.bak"
-  install -Dm644 local/SwitchySharp_1_9_52.crx 
"$pkgdir/usr/share/$pkgname/local/SwitchySharp_1_9_52.crx"
-
-  install -Dm644 local/proxy.ini "$pkgdir/etc/goagent"
-  ln -sf "/etc/goagent" "${pkgdir}/usr/share/$pkgname/local/proxy.ini"
-  
-  cp -r server "$pkgdir/usr/share/$pkgname/"
-  rm "$pkgdir/usr/share/$pkgname/server/uploader.exe"
-
-  # systemd service
-  install -Dm644 "${srcdir}/goagent.service" 
"${pkgdir}/usr/lib/systemd/system/goagent.service"
-}
-
-# vim:set ts=2 sw=2 et:
-sha512sums=('ad2f3f67a411172f395979b2bf849393044a3b2eb60dd4d212f1993e8a4dea432e9909c668994fa497cd4e75ce3a1b52d3ca5e7ae545a8928b98ea072b7191df'
-
'b8f5f6342303edd520a577d0348deef7017ba79aa5c6f43c4e1c368d7b204f6364f4537f2a5e21f3b63a321bdcf3d407e5dea9883211c11a4d11801b057cddc2')

Copied: goagent/repos/community-testing-any/PKGBUILD (from rev 91639, 
goagent/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-26 02:51:39 UTC (rev 91640)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: cuihao 
+# Contributor: Guten  
+
+pkgname=goagent
+pkgver=3.0.1
+pkgrel=2
+pkgdesc="A gae proxy forked from gappproxy/wallproxy"
+arch=("any")
+url="http://goagent.googlecode.com";
+license=("GPL2")
+depends=('python' 'python-pyopenssl')
+optdepends=('python2: if you want to use uploader.zip to upload server')
+source=(https://github.com/goagent/goagent/archive/v$pkgver.tar.gz
+$pkgname.service)
+backup=('etc/goagent')
+install=goagent.install
+
+package() {
+  cd "$srcdir/$pkgbase-$pkgver"
+  
+  install -Dm755 local/proxy.py "$pkgdir/usr/share/$pkgname/local/proxy.py"
+  install -Dm644 local/proxy.pac "$pkgdir/usr/share/$pkgname/local/proxy.pac"
+  install -Dm644 local/cacert.pem "$pkgdir/usr/share/$pkgname/local/cacert.pem"
+  install -Dm644 local/SwitchyOptions.bak 
"$pkgdir/usr/share/$pkgname/local/SwitchyOptions.bak"
+  install -Dm644 local/SwitchySharp_1_9_52.crx 
"$pkgdir/usr/share/$pkgname/local/SwitchySharp_1_9_52.crx"
+
+  install -Dm644 local/proxy.ini "$pkgdir/etc/goagent"
+  ln -sf "/etc/goagent" "${pkgdir}/usr/share/$pkgname/local/proxy.ini"
+  
+  cp -r server "$pkgdir/usr/share/$pkgname/"
+  rm "$pkgdir/usr/share/$pkgname/server/uploader.exe"
+  rm "$pkgdir/usr/share/$pkgname/server/uploader.bat"
+
+  # systemd service
+  install -Dm644 "${srcdir}/goagent.service" 
"${pkgdir}/usr/lib/systemd/system/goagent.service"
+}
+
+# vim:set ts=2 sw=2 et:
+sha512sums=('ad2f3f67a411172f395979b2bf849393044a3b2eb60dd4d212f1993e8a4dea432e9909c668994fa497cd4e75ce3a1b52d3ca5e7ae545a8928b98ea072b7191df'
+
'b8f5f6342303edd520a577d0348deef7017ba79aa5c6f43c4e1c368d7b204f6364f4537f2a5e21f3b63a321bdcf3d407e5dea9883211c11a4d11801b057cddc2')

Deleted: goagent.install
===
--- goagent.install 2013-05-26 02:49:41 UTC (rev 91639)
+++ goagent.install 2013-05-26 02:51:39 UTC (rev 91640)
@@ -1,22 +0,0 @@
-post_install() {
-ec

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

2013-05-25 Thread Felix Yan
Date: Sunday, May 26, 2013 @ 04:49:41
  Author: fyan
Revision: 91639

upgpkg: goagent 3.0.1-2 remove .bat file

Modified:
  goagent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-26 02:33:58 UTC (rev 91638)
+++ PKGBUILD2013-05-26 02:49:41 UTC (rev 91639)
@@ -5,7 +5,7 @@
 
 pkgname=goagent
 pkgver=3.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A gae proxy forked from gappproxy/wallproxy"
 arch=("any")
 url="http://goagent.googlecode.com";
@@ -31,6 +31,7 @@
   
   cp -r server "$pkgdir/usr/share/$pkgname/"
   rm "$pkgdir/usr/share/$pkgname/server/uploader.exe"
+  rm "$pkgdir/usr/share/$pkgname/server/uploader.bat"
 
   # systemd service
   install -Dm644 "${srcdir}/goagent.service" 
"${pkgdir}/usr/lib/systemd/system/goagent.service"



[arch-commits] Commit in goagent/repos/community-testing-any (6 files)

2013-05-25 Thread Felix Yan
Date: Sunday, May 26, 2013 @ 04:33:58
  Author: fyan
Revision: 91638

archrelease: copy trunk to community-testing-any

Added:
  goagent/repos/community-testing-any/PKGBUILD
(from rev 91637, goagent/trunk/PKGBUILD)
  goagent/repos/community-testing-any/goagent.install
(from rev 91637, goagent/trunk/goagent.install)
  goagent/repos/community-testing-any/goagent.service
(from rev 91637, goagent/trunk/goagent.service)
Deleted:
  goagent/repos/community-testing-any/PKGBUILD
  goagent/repos/community-testing-any/goagent.install
  goagent/repos/community-testing-any/goagent.service

-+
 PKGBUILD|   82 +++---
 goagent.install |   44 ++--
 goagent.service |   24 +++
 3 files changed, 75 insertions(+), 75 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-26 02:32:44 UTC (rev 91637)
+++ PKGBUILD2013-05-26 02:33:58 UTC (rev 91638)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: cuihao 
-# Contributor: Guten  
-
-pkgname=goagent
-pkgver=3.0.0
-pkgrel=1
-pkgdesc="A gae proxy forked from gappproxy/wallproxy"
-arch=("any")
-url="http://goagent.googlecode.com";
-license=("GPL2")
-depends=('python' 'python-pyopenssl')
-optdepends=('python2: if you want to use uploader.zip to upload server')
-source=(https://github.com/goagent/goagent/archive/v$pkgver.tar.gz
-$pkgname.service)
-backup=('etc/goagent')
-install=goagent.install
-
-package() {
-  cd "$srcdir/$pkgbase-$pkgver"
-  
-  install -Dm755 local/proxy.py "$pkgdir/usr/share/$pkgname/local/proxy.py"
-  install -Dm644 local/proxy.pac "$pkgdir/usr/share/$pkgname/local/proxy.pac"
-  install -Dm644 local/cacert.pem "$pkgdir/usr/share/$pkgname/local/cacert.pem"
-  install -Dm644 local/SwitchyOptions.bak 
"$pkgdir/usr/share/$pkgname/local/SwitchyOptions.bak"
-  install -Dm644 local/SwitchySharp_1_9_52.crx 
"$pkgdir/usr/share/$pkgname/local/SwitchySharp_1_9_52.crx"
-
-  install -Dm644 local/proxy.ini "$pkgdir/etc/goagent"
-  ln -sf "/etc/goagent" "${pkgdir}/usr/share/$pkgname/local/proxy.ini"
-  
-  cp -r server "$pkgdir/usr/share/$pkgname/"
-  rm "$pkgdir/usr/share/$pkgname/server/uploader.exe"
-
-  # systemd service
-  install -Dm644 "${srcdir}/goagent.service" 
"${pkgdir}/usr/lib/systemd/system/goagent.service"
-}
-
-# vim:set ts=2 sw=2 et:
-sha512sums=('bb51be21fea89c84d1466c3a2a629b7b86dfd814a81f2eaedb653a7ddaa060c859d343daf3057cdc77244fd276593dbdab46cebeef6f005ad1fd145cda15aa45'
-
'b8f5f6342303edd520a577d0348deef7017ba79aa5c6f43c4e1c368d7b204f6364f4537f2a5e21f3b63a321bdcf3d407e5dea9883211c11a4d11801b057cddc2')

Copied: goagent/repos/community-testing-any/PKGBUILD (from rev 91637, 
goagent/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-26 02:33:58 UTC (rev 91638)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: cuihao 
+# Contributor: Guten  
+
+pkgname=goagent
+pkgver=3.0.1
+pkgrel=1
+pkgdesc="A gae proxy forked from gappproxy/wallproxy"
+arch=("any")
+url="http://goagent.googlecode.com";
+license=("GPL2")
+depends=('python' 'python-pyopenssl')
+optdepends=('python2: if you want to use uploader.zip to upload server')
+source=(https://github.com/goagent/goagent/archive/v$pkgver.tar.gz
+$pkgname.service)
+backup=('etc/goagent')
+install=goagent.install
+
+package() {
+  cd "$srcdir/$pkgbase-$pkgver"
+  
+  install -Dm755 local/proxy.py "$pkgdir/usr/share/$pkgname/local/proxy.py"
+  install -Dm644 local/proxy.pac "$pkgdir/usr/share/$pkgname/local/proxy.pac"
+  install -Dm644 local/cacert.pem "$pkgdir/usr/share/$pkgname/local/cacert.pem"
+  install -Dm644 local/SwitchyOptions.bak 
"$pkgdir/usr/share/$pkgname/local/SwitchyOptions.bak"
+  install -Dm644 local/SwitchySharp_1_9_52.crx 
"$pkgdir/usr/share/$pkgname/local/SwitchySharp_1_9_52.crx"
+
+  install -Dm644 local/proxy.ini "$pkgdir/etc/goagent"
+  ln -sf "/etc/goagent" "${pkgdir}/usr/share/$pkgname/local/proxy.ini"
+  
+  cp -r server "$pkgdir/usr/share/$pkgname/"
+  rm "$pkgdir/usr/share/$pkgname/server/uploader.exe"
+
+  # systemd service
+  install -Dm644 "${srcdir}/goagent.service" 
"${pkgdir}/usr/lib/systemd/system/goagent.service"
+}
+
+# vim:set ts=2 sw=2 et:
+sha512sums=('ad2f3f67a411172f395979b2bf849393044a3b2eb60dd4d212f1993e8a4dea432e9909c668994fa497cd4e75ce3a1b52d3ca5e7ae545a8928b98ea072b7191df'
+
'b8f5f6342303edd520a577d0348deef7017ba79aa5c6f43c4e1c368d7b204f6364f4537f2a5e21f3b63a321bdcf3d407e5dea9883211c11a4d11801b057cddc2')

Deleted: goagent.install
===
--- goagent.install 2013-05-26 02:32:44 UTC (rev 91637)
+++ goagent.install 2013-05-26 02:33:58 UTC (rev 91638)
@@ -1,22 +0,0 @@
-post_install() {
-echo "Please use systemd units to start/stop goagent:"
- 

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

2013-05-25 Thread Felix Yan
Date: Sunday, May 26, 2013 @ 04:32:44
  Author: fyan
Revision: 91637

upgpkg: goagent 3.0.1-1

Modified:
  goagent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-26 02:12:32 UTC (rev 91636)
+++ PKGBUILD2013-05-26 02:32:44 UTC (rev 91637)
@@ -4,7 +4,7 @@
 # Contributor: Guten  
 
 pkgname=goagent
-pkgver=3.0.0
+pkgver=3.0.1
 pkgrel=1
 pkgdesc="A gae proxy forked from gappproxy/wallproxy"
 arch=("any")
@@ -37,5 +37,5 @@
 }
 
 # vim:set ts=2 sw=2 et:
-sha512sums=('bb51be21fea89c84d1466c3a2a629b7b86dfd814a81f2eaedb653a7ddaa060c859d343daf3057cdc77244fd276593dbdab46cebeef6f005ad1fd145cda15aa45'
+sha512sums=('ad2f3f67a411172f395979b2bf849393044a3b2eb60dd4d212f1993e8a4dea432e9909c668994fa497cd4e75ce3a1b52d3ca5e7ae545a8928b98ea072b7191df'
 
'b8f5f6342303edd520a577d0348deef7017ba79aa5c6f43c4e1c368d7b204f6364f4537f2a5e21f3b63a321bdcf3d407e5dea9883211c11a4d11801b057cddc2')



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

2013-05-25 Thread Sébastien Luttringer
Date: Sunday, May 26, 2013 @ 04:12:32
  Author: seblu
Revision: 91636

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

Added:
  rxvt-unicode/repos/community-testing-i686/01-fix-tabber-perl-ext.patch
(from rev 91635, rxvt-unicode/trunk/01-fix-tabber-perl-ext.patch)
  rxvt-unicode/repos/community-testing-i686/PKGBUILD
(from rev 91635, rxvt-unicode/trunk/PKGBUILD)
  rxvt-unicode/repos/community-testing-i686/urxvt-tabbed.desktop
(from rev 91635, rxvt-unicode/trunk/urxvt-tabbed.desktop)
  rxvt-unicode/repos/community-testing-i686/urxvt.desktop
(from rev 91635, rxvt-unicode/trunk/urxvt.desktop)
  rxvt-unicode/repos/community-testing-i686/urxvtc.desktop
(from rev 91635, rxvt-unicode/trunk/urxvtc.desktop)
  rxvt-unicode/repos/community-testing-x86_64/01-fix-tabber-perl-ext.patch
(from rev 91635, rxvt-unicode/trunk/01-fix-tabber-perl-ext.patch)
  rxvt-unicode/repos/community-testing-x86_64/PKGBUILD
(from rev 91635, rxvt-unicode/trunk/PKGBUILD)
  rxvt-unicode/repos/community-testing-x86_64/urxvt-tabbed.desktop
(from rev 91635, rxvt-unicode/trunk/urxvt-tabbed.desktop)
  rxvt-unicode/repos/community-testing-x86_64/urxvt.desktop
(from rev 91635, rxvt-unicode/trunk/urxvt.desktop)
  rxvt-unicode/repos/community-testing-x86_64/urxvtc.desktop
(from rev 91635, rxvt-unicode/trunk/urxvtc.desktop)
Deleted:
  rxvt-unicode/repos/community-testing-i686/PKGBUILD
  rxvt-unicode/repos/community-testing-i686/urxvt-tabbed.desktop
  rxvt-unicode/repos/community-testing-i686/urxvt.desktop
  rxvt-unicode/repos/community-testing-i686/urxvtc.desktop
  rxvt-unicode/repos/community-testing-x86_64/PKGBUILD
  rxvt-unicode/repos/community-testing-x86_64/urxvt-tabbed.desktop
  rxvt-unicode/repos/community-testing-x86_64/urxvt.desktop
  rxvt-unicode/repos/community-testing-x86_64/urxvtc.desktop

---+
 /PKGBUILD |  164 
 /urxvt-tabbed.desktop |   18 +
 /urxvt.desktop|   18 +
 /urxvtc.desktop   |   18 +
 community-testing-i686/01-fix-tabber-perl-ext.patch   |   12 +
 community-testing-i686/PKGBUILD   |   76 ---
 community-testing-i686/urxvt-tabbed.desktop   |9 
 community-testing-i686/urxvt.desktop  |9 
 community-testing-i686/urxvtc.desktop |9 
 community-testing-x86_64/01-fix-tabber-perl-ext.patch |   12 +
 community-testing-x86_64/PKGBUILD |   76 ---
 community-testing-x86_64/urxvt-tabbed.desktop |9 
 community-testing-x86_64/urxvt.desktop|9 
 community-testing-x86_64/urxvtc.desktop   |9 
 14 files changed, 242 insertions(+), 206 deletions(-)

Copied: rxvt-unicode/repos/community-testing-i686/01-fix-tabber-perl-ext.patch 
(from rev 91635, rxvt-unicode/trunk/01-fix-tabber-perl-ext.patch)
===
--- community-testing-i686/01-fix-tabber-perl-ext.patch 
(rev 0)
+++ community-testing-i686/01-fix-tabber-perl-ext.patch 2013-05-26 02:12:32 UTC 
(rev 91636)
@@ -0,0 +1,12 @@
+# https://bugs.archlinux.org/task/35420
+--- a/src/perl/tabbed  2012-09-12 17:32:04.0 +0900
 b/src/perl/tabbed  2013-05-24 13:04:37.0 +0900
+@@ -402,7 +402,7 @@
+ # simply proxies all interesting calls back to the tabbed class.
+ 
+ {
+-   for my $hook qw(start destroy key_press property_notify) {
++   for my $hook (qw(start destroy key_press property_notify)) {
+   eval qq{
+  sub on_$hook {
+ my \$parent = \$_[0]{term}{parent}

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2013-05-26 02:08:39 UTC (rev 91635)
+++ community-testing-i686/PKGBUILD 2013-05-26 02:12:32 UTC (rev 91636)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Angel Velasquez 
-# Contributor: tobias 
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-
-pkgname=rxvt-unicode
-pkgver=9.18
-pkgrel=4
-pkgdesc='An unicode enabled rxvt-clone terminal emulator (urxvt)'
-arch=('i686' 'x86_64')
-url='http://software.schmorp.de/pkg/rxvt-unicode.html'
-license=('GPL')
-depends=('libxft' 'perl' 'startup-notification')
-optdepends=('gtk2-perl: to use the urxvt-tabbed')
-source=(
-  "http://dist.schmorp.de/rxvt-unicode/$pkgname-$pkgver.tar.bz2";
-  'urxvt.desktop'
-  'urxvtc.desktop'
-  'urxvt-tabbed.desktop'
-)
-md5sums=('963ccc748fe5bca925e7b92c0404d68b'
- 'fec94dc986fa37ec380079d81de3e0b2'
- 'fac55f0a8404c86dad3e702146762332'
- '8a5599197568c63720e282b9722a7990')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---with-terminfo=/usr/share/terminfo \
---enable-256-

[arch-commits] Commit in rxvt-unicode/trunk (01-fix-tabber-perl-ext.patch PKGBUILD)

2013-05-25 Thread Sébastien Luttringer
Date: Sunday, May 26, 2013 @ 04:08:39
  Author: seblu
Revision: 91635

upgpkg: rxvt-unicode 9.18-5

- fix FS#35420

Added:
  rxvt-unicode/trunk/01-fix-tabber-perl-ext.patch
Modified:
  rxvt-unicode/trunk/PKGBUILD

--+
 01-fix-tabber-perl-ext.patch |   12 
 PKGBUILD |   10 --
 2 files changed, 20 insertions(+), 2 deletions(-)

Added: 01-fix-tabber-perl-ext.patch
===
--- 01-fix-tabber-perl-ext.patch(rev 0)
+++ 01-fix-tabber-perl-ext.patch2013-05-26 02:08:39 UTC (rev 91635)
@@ -0,0 +1,12 @@
+# https://bugs.archlinux.org/task/35420
+--- a/src/perl/tabbed  2012-09-12 17:32:04.0 +0900
 b/src/perl/tabbed  2013-05-24 13:04:37.0 +0900
+@@ -402,7 +402,7 @@
+ # simply proxies all interesting calls back to the tabbed class.
+ 
+ {
+-   for my $hook qw(start destroy key_press property_notify) {
++   for my $hook (qw(start destroy key_press property_notify)) {
+   eval qq{
+  sub on_$hook {
+ my \$parent = \$_[0]{term}{parent}

Modified: PKGBUILD
===
--- PKGBUILD2013-05-25 20:26:07 UTC (rev 91634)
+++ PKGBUILD2013-05-26 02:08:39 UTC (rev 91635)
@@ -6,7 +6,7 @@
 
 pkgname=rxvt-unicode
 pkgver=9.18
-pkgrel=4
+pkgrel=5
 pkgdesc='An unicode enabled rxvt-clone terminal emulator (urxvt)'
 arch=('i686' 'x86_64')
 url='http://software.schmorp.de/pkg/rxvt-unicode.html'
@@ -18,12 +18,18 @@
   'urxvt.desktop'
   'urxvtc.desktop'
   'urxvt-tabbed.desktop'
+  '01-fix-tabber-perl-ext.patch'
 )
 md5sums=('963ccc748fe5bca925e7b92c0404d68b'
  'fec94dc986fa37ec380079d81de3e0b2'
  'fac55f0a8404c86dad3e702146762332'
- '8a5599197568c63720e282b9722a7990')
+ '8a5599197568c63720e282b9722a7990'
+ '0c26ae7022a128e68981577785358b63')
 
+prepare() {
+  patch -p1 -d $pkgname-$pkgver < 01-fix-tabber-perl-ext.patch
+}
+
 build() {
   cd $pkgname-$pkgver
   ./configure \



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

2013-05-25 Thread Pierre Schmitz
Date: Saturday, May 25, 2013 @ 22:42:11
  Author: pierre
Revision: 186363

archrelease: copy trunk to testing-any

Added:
  devtools/repos/testing-any/
  devtools/repos/testing-any/PKGBUILD
(from rev 186362, devtools/trunk/PKGBUILD)

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

Copied: devtools/repos/testing-any/PKGBUILD (from rev 186362, 
devtools/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-05-25 20:42:11 UTC (rev 186363)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgname=devtools
+pkgver=20130525
+pkgrel=1
+pkgdesc='Tools for Arch Linux package maintainers'
+arch=('any')
+license=('GPL')
+url='http://projects.archlinux.org/devtools.git/'
+depends=('namcap' 'openssh' 'subversion' 'rsync' 'arch-install-scripts')
+source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz";
+
"ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig";)
+md5sums=('afec33a914471db8b8fb8ef65ee6b9ee'
+ 'SKIP')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make PREFIX=/usr
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make PREFIX=/usr DESTDIR=${pkgdir} install
+}



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

2013-05-25 Thread Pierre Schmitz
Date: Saturday, May 25, 2013 @ 22:42:05
  Author: pierre
Revision: 186362

upgpkg: devtools 20130525-1

Modified:
  devtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-25 16:46:08 UTC (rev 186361)
+++ PKGBUILD2013-05-25 20:42:05 UTC (rev 186362)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=devtools
-pkgver=20130408
+pkgver=20130525
 pkgrel=1
 pkgdesc='Tools for Arch Linux package maintainers'
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('namcap' 'openssh' 'subversion' 'rsync' 'arch-install-scripts')
 source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz";
 
"ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig";)
-md5sums=('12b42b429744af6517ae789f728e9f63'
+md5sums=('afec33a914471db8b8fb8ef65ee6b9ee'
  'SKIP')
 
 build() {



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

2013-05-25 Thread Jelle van der Waa
Date: Saturday, May 25, 2013 @ 22:26:07
  Author: jelle
Revision: 91634

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

Added:
  chromium-bsu/repos/community-i686/PKGBUILD
(from rev 91633, chromium-bsu/trunk/PKGBUILD)
  chromium-bsu/repos/community-i686/chromium-bsu.install
(from rev 91633, chromium-bsu/trunk/chromium-bsu.install)
  chromium-bsu/repos/community-x86_64/PKGBUILD
(from rev 91633, chromium-bsu/trunk/PKGBUILD)
  chromium-bsu/repos/community-x86_64/chromium-bsu.install
(from rev 91633, chromium-bsu/trunk/chromium-bsu.install)
Deleted:
  chromium-bsu/repos/community-i686/PKGBUILD
  chromium-bsu/repos/community-i686/chromium-bsu.install
  chromium-bsu/repos/community-x86_64/PKGBUILD
  chromium-bsu/repos/community-x86_64/chromium-bsu.install

---+
 /PKGBUILD |   58 
 /chromium-bsu.install |   22 
 community-i686/PKGBUILD   |   29 
 community-i686/chromium-bsu.install   |   11 --
 community-x86_64/PKGBUILD |   29 
 community-x86_64/chromium-bsu.install |   11 --
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-25 20:24:49 UTC (rev 91633)
+++ community-i686/PKGBUILD 2013-05-25 20:26:07 UTC (rev 91634)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae 
-# Contributor: William Rea 
-
-pkgname=chromium-bsu
-pkgver=0.9.15
-pkgrel=4
-pkgdesc="A fast paced top scrolling shooter"
-arch=('i686' 'x86_64')
-url="http://chromium-bsu.sourceforge.net/";
-license=('custom:artistic')
-depends=('freeglut' 'glu' 'sdl' 'openal' 'freealut' 'ftgl' 'fontconfig' 
'sdl_image')
-install=chromium-bsu.install
-source=(http://downloads.sourceforge.net/project/$pkgname/Chromium%20B.S.U.%20source%20code/$pkgver/$pkgname-$pkgver.tar.gz)
-md5sums=('d57137a1ac2292363b35192724c7e3be')
-
-build(){
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/chromium-bsu/LICENSE
-}
-

Copied: chromium-bsu/repos/community-i686/PKGBUILD (from rev 91633, 
chromium-bsu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-25 20:26:07 UTC (rev 91634)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: William Rea 
+
+pkgname=chromium-bsu
+pkgver=0.9.15.1
+pkgrel=1
+pkgdesc="A fast paced top scrolling shooter"
+arch=('i686' 'x86_64')
+url="http://chromium-bsu.sourceforge.net/";
+license=('custom:artistic')
+depends=('freeglut' 'glu' 'sdl_image' 'openal' 'freealut' 'ftgl' 'fontconfig')
+install=chromium-bsu.install
+source=(http://downloads.sourceforge.net/project/chromium-bsu/Chromium%20B.S.U.%20source%20code/chromium-bsu-$pkgver.tar.gz)
+md5sums=('bd332a890ae9e5115f2808198a51a92b')
+
+build(){
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/chromium-bsu/LICENSE
+}
+

Deleted: community-i686/chromium-bsu.install
===
--- community-i686/chromium-bsu.install 2013-05-25 20:24:49 UTC (rev 91633)
+++ community-i686/chromium-bsu.install 2013-05-25 20:26:07 UTC (rev 91634)
@@ -1,11 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: chromium-bsu/repos/community-i686/chromium-bsu.install (from rev 91633, 
chromium-bsu/trunk/chromium-bsu.install)
===
--- community-i686/chromium-bsu.install (rev 0)
+++ community-i686/chromium-bsu.install 2013-05-25 20:26:07 UTC (rev 91634)
@@ -0,0 +1,11 @@
+post_install() {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-05-25 20:24:49 UTC (rev 91633)
+++ community-x86_64/PKGBUILD   2013-05-25 20:26:07 UTC (rev 91634)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae 
-# Contributor: William Rea 
-
-pkgname=chromium-bsu
-pkgver=0.9.15
-pkgrel=4
-pkgdesc="A fast paced top scrolling shooter"
-arch=('i686' 'x86_64')
-url="http://chromium-bsu.sourceforge.net/";
-license=('custom:artistic')
-depends=('freeglut' 'glu' 'sdl' 'openal' 'freealut' 'ftgl' 'fontconfig' 
'sdl_image')
-install=chromium-bsu.install
-s

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

2013-05-25 Thread Jelle van der Waa
Date: Saturday, May 25, 2013 @ 22:24:49
  Author: jelle
Revision: 91633

upgpkg: chromium-bsu 0.9.15.1-1

Modified:
  chromium-bsu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-25 17:31:28 UTC (rev 91632)
+++ PKGBUILD2013-05-25 20:24:49 UTC (rev 91633)
@@ -3,16 +3,16 @@
 # Contributor: William Rea 
 
 pkgname=chromium-bsu
-pkgver=0.9.15
-pkgrel=4
+pkgver=0.9.15.1
+pkgrel=1
 pkgdesc="A fast paced top scrolling shooter"
 arch=('i686' 'x86_64')
 url="http://chromium-bsu.sourceforge.net/";
 license=('custom:artistic')
 depends=('freeglut' 'glu' 'sdl_image' 'openal' 'freealut' 'ftgl' 'fontconfig')
 install=chromium-bsu.install
-source=(http://downloads.sourceforge.net/project/$pkgname/Chromium%20B.S.U.%20source%20code/$pkgver/$pkgname-$pkgver.tar.gz)
-md5sums=('d57137a1ac2292363b35192724c7e3be')
+source=(http://downloads.sourceforge.net/project/chromium-bsu/Chromium%20B.S.U.%20source%20code/chromium-bsu-$pkgver.tar.gz)
+md5sums=('bd332a890ae9e5115f2808198a51a92b')
 
 build(){
   cd $srcdir/$pkgname-$pkgver



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

2013-05-25 Thread Bartłomiej Piotrowski
Date: Saturday, May 25, 2013 @ 19:31:28
  Author: bpiotrowski
Revision: 91632

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   58 ++---
 geogebra.install |   28 -
 2 files changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-25 17:31:21 UTC (rev 91631)
+++ PKGBUILD2013-05-25 17:31:28 UTC (rev 91632)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Felipe Hommen 
-# Contributor: moostik 
-
-pkgname=geogebra
-pkgver=4.2.41.0
-pkgrel=1
-pkgdesc='Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet'
-arch=('any')
-url='http://www.geogebra.org/'
-license=('GPL3' 'CCPL:by-sa')
-depends=('java-runtime' 'shared-mime-info' 'hicolor-icon-theme' 
'desktop-file-utils' 'xdg-utils')
-install=geogebra.install
-source=(http://$pkgname.googlecode.com/files/GeoGebra-Unixlike-Installer-$pkgver.tar.gz)
-sha256sums=('644a4e4b6c473d0f91586b89c27973b9ce1ba0ecffb5a923416c6d9a31e22b09')
-
-package() {
-  install -dm755 "$pkgdir"/usr/bin \
- "$pkgdir"/usr/share/applications \
- "$pkgdir"/usr/share/geogebra
-
-  cd $pkgname-$pkgver
-  sed -i 's/\/usr/\$\{pkgdir\}\/usr/g' install.sh
-  source install.sh
-  install -Dm644 _license.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  rm -rf "$pkgdir"/usr/share/mime/
-}

Copied: geogebra/repos/community-any/PKGBUILD (from rev 91631, 
geogebra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-25 17:31:28 UTC (rev 91632)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Felipe Hommen 
+# Contributor: moostik 
+
+pkgname=geogebra
+pkgver=4.2.47.0
+pkgrel=1
+pkgdesc='Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet'
+arch=('any')
+url='http://www.geogebra.org/'
+license=('GPL3' 'CCPL:by-sa')
+depends=('java-runtime' 'shared-mime-info' 'hicolor-icon-theme' 
'desktop-file-utils' 'xdg-utils')
+install=geogebra.install
+source=(http://$pkgname.googlecode.com/files/GeoGebra-Unixlike-Installer-$pkgver.tar.gz)
+sha256sums=('fe179728be5541d139cb74d9fce9dc5a1eaca032a7eaf0b76943bbc6bd73bd48')
+
+package() {
+  install -dm755 "$pkgdir"/usr/bin \
+ "$pkgdir"/usr/share/applications \
+ "$pkgdir"/usr/share/geogebra
+
+  cd $pkgname-$pkgver
+  sed -i 's/\/usr/\$\{pkgdir\}\/usr/g' install.sh
+  source install.sh
+  install -Dm644 _license.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  rm -rf "$pkgdir"/usr/share/mime/
+}

Deleted: geogebra.install
===
--- geogebra.install2013-05-25 17:31:21 UTC (rev 91631)
+++ geogebra.install2013-05-25 17:31:28 UTC (rev 91632)
@@ -1,14 +0,0 @@
-post_install() {
-  update-mime-database usr/share/mime/ > /dev/null
-  update-desktop-database -q
-  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
-}
-
-post_upgrade() {
-  post_install 
-}
-
-post_remove() {
-  post_install $1
-}
-

Copied: geogebra/repos/community-any/geogebra.install (from rev 91631, 
geogebra/trunk/geogebra.install)
===
--- geogebra.install(rev 0)
+++ geogebra.install2013-05-25 17:31:28 UTC (rev 91632)
@@ -0,0 +1,14 @@
+post_install() {
+  update-mime-database usr/share/mime/ > /dev/null
+  update-desktop-database -q
+  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+}
+
+post_upgrade() {
+  post_install 
+}
+
+post_remove() {
+  post_install $1
+}
+



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

2013-05-25 Thread Bartłomiej Piotrowski
Date: Saturday, May 25, 2013 @ 19:31:21
  Author: bpiotrowski
Revision: 91631

upgpkg: geogebra 4.2.47.0-1

- upstream release

Modified:
  geogebra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-25 17:27:12 UTC (rev 91630)
+++ PKGBUILD2013-05-25 17:31:21 UTC (rev 91631)
@@ -4,7 +4,7 @@
 # Contributor: moostik 
 
 pkgname=geogebra
-pkgver=4.2.41.0
+pkgver=4.2.47.0
 pkgrel=1
 pkgdesc='Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet'
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('java-runtime' 'shared-mime-info' 'hicolor-icon-theme' 
'desktop-file-utils' 'xdg-utils')
 install=geogebra.install
 
source=(http://$pkgname.googlecode.com/files/GeoGebra-Unixlike-Installer-$pkgver.tar.gz)
-sha256sums=('644a4e4b6c473d0f91586b89c27973b9ce1ba0ecffb5a923416c6d9a31e22b09')
+sha256sums=('fe179728be5541d139cb74d9fce9dc5a1eaca032a7eaf0b76943bbc6bd73bd48')
 
 package() {
   install -dm755 "$pkgdir"/usr/bin \



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

2013-05-25 Thread Bartłomiej Piotrowski
Date: Saturday, May 25, 2013 @ 19:27:12
  Author: bpiotrowski
Revision: 91630

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-25 17:26:53 UTC (rev 91629)
+++ community-i686/PKGBUILD 2013-05-25 17:27:12 UTC (rev 91630)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: James Campos 
-# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Dongsheng Cai 
-# Contributor: Masutu Subric 
-# Contributor: TIanyi Cui 
-
-pkgname=nodejs
-pkgver=0.10.7
-pkgrel=1
-pkgdesc='Evented I/O for V8 javascript'
-arch=('i686' 'x86_64')
-url='http://nodejs.org/'
-license=('MIT')
-depends=('openssl')
-makedepends=('python2')
-checkdepends=('curl')
-options=('!emptydirs')
-source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz)
-sha256sums=('22d1d211f5260dfa5b842cebdb04633f28df180843105ff3eb792ca35ed425e0')
-
-prepare() {
-  cd node-v$pkgver
-
-  msg 'Fixing for python2 name'
-  find -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 {} \;
-  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
-}
-
-build() {
-  cd node-v$pkgver
-
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---shared-openssl
-
-  make
-}
-
-check() {
-  cd node-v$pkgver
-  make test || true
-}
-
-package() {
-  cd node-v$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  # install docs as per user request
-  install -d "$pkgdir"/usr/share/doc/nodejs
-  cp -r doc/api/*.html \
-"$pkgdir"/usr/share/doc/nodejs
-
-  install -D -m644 LICENSE \
-"$pkgdir"/usr/share/licenses/nodejs/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nodejs/repos/community-i686/PKGBUILD (from rev 91629, 
nodejs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-25 17:27:12 UTC (rev 91630)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: James Campos 
+# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Dongsheng Cai 
+# Contributor: Masutu Subric 
+# Contributor: TIanyi Cui 
+
+pkgname=nodejs
+pkgver=0.10.8
+pkgrel=1
+pkgdesc='Evented I/O for V8 javascript'
+arch=('i686' 'x86_64')
+url='http://nodejs.org/'
+license=('MIT')
+depends=('openssl')
+makedepends=('python2')
+checkdepends=('curl')
+options=('!emptydirs')
+source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz)
+sha256sums=('edf6f766c8ccc7ef5b02a50c94567343eb1ffae479db93684ba89976e3f18354')
+
+prepare() {
+  cd node-v$pkgver
+
+  msg 'Fixing for python2 name'
+  find -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 {} \;
+  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
+}
+
+build() {
+  cd node-v$pkgver
+
+  export PYTHON=python2
+  ./configure \
+--prefix=/usr \
+--shared-openssl
+
+  make
+}
+
+check() {
+  cd node-v$pkgver
+  make test || true
+}
+
+package() {
+  cd node-v$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  # install docs as per user request
+  install -d "$pkgdir"/usr/share/doc/nodejs
+  cp -r doc/api/*.html \
+"$pkgdir"/usr/share/doc/nodejs
+
+  install -D -m644 LICENSE \
+"$pkgdir"/usr/share/licenses/nodejs/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-05-25 17:26:53 UTC (rev 91629)
+++ community-x86_64/PKGBUILD   2013-05-25 17:27:12 UTC (rev 91630)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: James Campos 
-# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Dongsheng Cai 
-# Contributor: Masutu Subric 
-# Contributor: TIanyi Cui 
-
-pkgname=nodejs
-pkgver=0.10.7
-pkgrel=1
-pkgdesc='Evented I/O for V8 javascript'
-arch=('i686' 'x86_64')
-url='http://nodejs.org/'
-license=('MIT')
-depends=('open

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

2013-05-25 Thread Bartłomiej Piotrowski
Date: Saturday, May 25, 2013 @ 19:26:53
  Author: bpiotrowski
Revision: 91629

upgpkg: nodejs 0.10.8-1

- upstream release

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-25 17:02:07 UTC (rev 91628)
+++ PKGBUILD2013-05-25 17:26:53 UTC (rev 91629)
@@ -8,7 +8,7 @@
 # Contributor: TIanyi Cui 
 
 pkgname=nodejs
-pkgver=0.10.7
+pkgver=0.10.8
 pkgrel=1
 pkgdesc='Evented I/O for V8 javascript'
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 checkdepends=('curl')
 options=('!emptydirs')
 source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz)
-sha256sums=('22d1d211f5260dfa5b842cebdb04633f28df180843105ff3eb792ca35ed425e0')
+sha256sums=('edf6f766c8ccc7ef5b02a50c94567343eb1ffae479db93684ba89976e3f18354')
 
 prepare() {
   cd node-v$pkgver



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

2013-05-25 Thread Bartłomiej Piotrowski
Date: Saturday, May 25, 2013 @ 19:02:07
  Author: bpiotrowski
Revision: 91628

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |   90 +--
 phpmyadmin.install |6 +--
 2 files changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-25 17:01:54 UTC (rev 91627)
+++ PKGBUILD2013-05-25 17:02:07 UTC (rev 91628)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: tobias 
-# Committer: Manolis Tzanidakis 
-# Contributor: Simon Lackerbauer 
-
-pkgname=phpmyadmin
-pkgver=4.0.1
-pkgrel=1
-pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
-arch=('any')
-url="http://www.phpmyadmin.net";
-license=('GPL')
-depends=('mariadb-clients' 'php')
-optdepends=('php-mcrypt: to use phpMyAdmin internal authentication'
-   'python')
-backup=(etc/webapps/phpmyadmin/.htaccess
-   etc/webapps/phpmyadmin/config.inc.php)
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/phpMyAdmin-$pkgver-all-languages.tar.bz2)
-install=$pkgname.install
-sha256sums=('39392864fde2c3e619289885a340cf4a54e009a1b2cf6d0d2026dd4b55945374')
-
-package() {
-  _instdir="$pkgdir"/usr/share/webapps/phpMyAdmin
-  mkdir -p "$_instdir" "$pkgdir"/etc/webapps/phpmyadmin
-  cd "$_instdir"
-
-  cp -ra $srcdir/phpMyAdmin-${pkgver}-all-languages/* .
-  echo "deny from all" >"$pkgdir"/etc/webapps/phpmyadmin/.htaccess
-
-  ln -s /etc/webapps/phpmyadmin/.htaccess "$_instdir"/.htaccess
-  ln -s /etc/webapps/phpmyadmin/config.inc.php "$_instdir"/config.inc.php
-  cp "$_instdir"/config.sample.inc.php 
"$pkgdir"/etc/webapps/phpmyadmin/config.inc.php
-
-  cat >"$pkgdir"/etc/webapps/phpmyadmin/apache.example.conf <
-   AllowOverride All
-   Options FollowSymlinks
-   Order allow,deny
-   Allow from all
-   php_admin_value open_basedir 
"/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/"
-   
-EOF
-}

Copied: phpmyadmin/repos/community-any/PKGBUILD (from rev 91627, 
phpmyadmin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-25 17:02:07 UTC (rev 91628)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: tobias 
+# Committer: Manolis Tzanidakis 
+# Contributor: Simon Lackerbauer 
+
+pkgname=phpmyadmin
+pkgver=4.0.2
+pkgrel=1
+pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
+arch=('any')
+url="http://www.phpmyadmin.net";
+license=('GPL')
+depends=('mariadb-clients' 'php')
+optdepends=('php-mcrypt: to use phpMyAdmin internal authentication'
+   'python')
+backup=(etc/webapps/phpmyadmin/.htaccess
+   etc/webapps/phpmyadmin/config.inc.php)
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/phpMyAdmin-$pkgver-all-languages.tar.bz2)
+install=$pkgname.install
+sha256sums=('571e51a708c5abe1520ae1ebb2e19e458a68ef3f554a7603a8903a450fe0ff03')
+
+package() {
+  _instdir="$pkgdir"/usr/share/webapps/phpMyAdmin
+  mkdir -p "$_instdir" "$pkgdir"/etc/webapps/phpmyadmin
+  cd "$_instdir"
+
+  cp -ra $srcdir/phpMyAdmin-${pkgver}-all-languages/* .
+  echo "deny from all" >"$pkgdir"/etc/webapps/phpmyadmin/.htaccess
+
+  ln -s /etc/webapps/phpmyadmin/.htaccess "$_instdir"/.htaccess
+  ln -s /etc/webapps/phpmyadmin/config.inc.php "$_instdir"/config.inc.php
+  cp "$_instdir"/config.sample.inc.php 
"$pkgdir"/etc/webapps/phpmyadmin/config.inc.php
+
+  cat >"$pkgdir"/etc/webapps/phpmyadmin/apache.example.conf <
+   AllowOverride All
+   Options FollowSymlinks
+   Order allow,deny
+   Allow from all
+   php_admin_value open_basedir 
"/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/"
+   
+EOF
+}

Deleted: phpmyadmin.install
===
--- phpmyadmin.install  2013-05-25 17:01:54 UTC (rev 91627)
+++ phpmyadmin.install  2013-05-25 17:02:07 UTC (rev 91628)
@@ -1,3 +0,0 @@
-post_install() {
-echo "Check http://wiki.archlinux.org/index.php/Phpmyadmin for details."
-}

Copied: phpmyadmin/repos/community-any/phpmyadmin.install (from rev 91627, 
phpmyadmin/trunk/phpmyadmin.install)
===
--- phpmyadmin.install  (rev 0)
+++ phpmyadmin.install  2013-05-25 17:02:07 UTC (rev 91628)
@@ -0,0 +1,3 @@
+post_install() {
+echo "Check http://wiki.archlinux.org/i

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

2013-05-25 Thread Bartłomiej Piotrowski
Date: Saturday, May 25, 2013 @ 19:01:54
  Author: bpiotrowski
Revision: 91627

upgpkg: phpmyadmin 4.0.2-1

- upstream release

Modified:
  phpmyadmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-25 14:15:19 UTC (rev 91626)
+++ PKGBUILD2013-05-25 17:01:54 UTC (rev 91627)
@@ -5,7 +5,7 @@
 # Contributor: Simon Lackerbauer 
 
 pkgname=phpmyadmin
-pkgver=4.0.1
+pkgver=4.0.2
 pkgrel=1
 pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
 arch=('any')
@@ -18,7 +18,7 @@
etc/webapps/phpmyadmin/config.inc.php)
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/phpMyAdmin-$pkgver-all-languages.tar.bz2)
 install=$pkgname.install
-sha256sums=('39392864fde2c3e619289885a340cf4a54e009a1b2cf6d0d2026dd4b55945374')
+sha256sums=('571e51a708c5abe1520ae1ebb2e19e458a68ef3f554a7603a8903a450fe0ff03')
 
 package() {
   _instdir="$pkgdir"/usr/share/webapps/phpMyAdmin



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

2013-05-25 Thread Andrea Scarpino
Date: Saturday, May 25, 2013 @ 18:46:08
  Author: andrea
Revision: 186361

Add more optdepends in dolphin (FS#35265)

Modified:
  kdebase/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-25 16:07:06 UTC (rev 186360)
+++ PKGBUILD2013-05-25 16:46:08 UTC (rev 186361)
@@ -38,7 +38,10 @@
pkgdesc='File Manager'
depends=('kdebase-runtime' 'kdebase-lib' 'nepomuk-widgets')
optdepends=('kdegraphics-svgpart: thumbailers for SVG files'
-   'kdegraphics-thumbnailers: thumbnailers for graphics file'
+   'kdegraphics-thumbnailers: thumbnailers for various 
graphics files'
+'kdemultimedia-ffmpegthumbs: thumbnailers for video files'
+'kdemultimedia-mplayerthumbs: thumbnailers for video files'
+'icoutils: thumbnailers for MS files'
'ruby: servicemenu installation')
url="http://kde.org/applications/system/dolphin/";
install=kdebase-dolphin.install



[arch-commits] Commit in chromium/repos (34 files)

2013-05-25 Thread Evangelos Foutras
Date: Saturday, May 25, 2013 @ 18:07:06
  Author: foutrelis
Revision: 186360

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

Added:
  chromium/repos/extra-i686/PKGBUILD
(from rev 186359, chromium/trunk/PKGBUILD)
  chromium/repos/extra-i686/chromium-26.0.1410.43-speechd-0.8.patch
(from rev 186359, chromium/trunk/chromium-26.0.1410.43-speechd-0.8.patch)
  
chromium/repos/extra-i686/chromium-27.0.1453.93-allow-sample-rate-pass-through-on-linux.patch
(from rev 186359, 
chromium/trunk/chromium-27.0.1453.93-allow-sample-rate-pass-through-on-linux.patch)
  
chromium/repos/extra-i686/chromium-27.0.1453.93-fix-crash-when-quickly-dragging-a-new-tab.patch
(from rev 186359, 
chromium/trunk/chromium-27.0.1453.93-fix-crash-when-quickly-dragging-a-new-tab.patch)
  chromium/repos/extra-i686/chromium-pnacl-r0.patch
(from rev 186359, chromium/trunk/chromium-pnacl-r0.patch)
  chromium/repos/extra-i686/chromium.default
(from rev 186359, chromium/trunk/chromium.default)
  chromium/repos/extra-i686/chromium.desktop
(from rev 186359, chromium/trunk/chromium.desktop)
  chromium/repos/extra-i686/chromium.install
(from rev 186359, chromium/trunk/chromium.install)
  chromium/repos/extra-i686/chromium.sh
(from rev 186359, chromium/trunk/chromium.sh)
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 186359, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-26.0.1410.43-speechd-0.8.patch
(from rev 186359, chromium/trunk/chromium-26.0.1410.43-speechd-0.8.patch)
  
chromium/repos/extra-x86_64/chromium-27.0.1453.93-allow-sample-rate-pass-through-on-linux.patch
(from rev 186359, 
chromium/trunk/chromium-27.0.1453.93-allow-sample-rate-pass-through-on-linux.patch)
  
chromium/repos/extra-x86_64/chromium-27.0.1453.93-fix-crash-when-quickly-dragging-a-new-tab.patch
(from rev 186359, 
chromium/trunk/chromium-27.0.1453.93-fix-crash-when-quickly-dragging-a-new-tab.patch)
  chromium/repos/extra-x86_64/chromium-pnacl-r0.patch
(from rev 186359, chromium/trunk/chromium-pnacl-r0.patch)
  chromium/repos/extra-x86_64/chromium.default
(from rev 186359, chromium/trunk/chromium.default)
  chromium/repos/extra-x86_64/chromium.desktop
(from rev 186359, chromium/trunk/chromium.desktop)
  chromium/repos/extra-x86_64/chromium.install
(from rev 186359, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/chromium.sh
(from rev 186359, chromium/trunk/chromium.sh)
Deleted:
  chromium/repos/extra-i686/PKGBUILD
  chromium/repos/extra-i686/chromium-26.0.1410.43-speechd-0.8.patch
  
chromium/repos/extra-i686/chromium-27.0.1453.93-fix-crash-when-quickly-dragging-a-new-tab.patch
  chromium/repos/extra-i686/chromium-pnacl-r0.patch
  chromium/repos/extra-i686/chromium.default
  chromium/repos/extra-i686/chromium.desktop
  chromium/repos/extra-i686/chromium.install
  chromium/repos/extra-i686/chromium.sh
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-26.0.1410.43-speechd-0.8.patch
  
chromium/repos/extra-x86_64/chromium-27.0.1453.93-fix-crash-when-quickly-dragging-a-new-tab.patch
  chromium/repos/extra-x86_64/chromium-pnacl-r0.patch
  chromium/repos/extra-x86_64/chromium.default
  chromium/repos/extra-x86_64/chromium.desktop
  chromium/repos/extra-x86_64/chromium.install
  chromium/repos/extra-x86_64/chromium.sh

+
 /PKGBUILD  
|  336 ++
 /chromium-26.0.1410.43-speechd-0.8.patch   
|   22 
 /chromium-27.0.1453.93-fix-crash-when-quickly-dragging-a-new-tab.patch 
|   78 ++
 /chromium-pnacl-r0.patch   
|   22 
 /chromium.default  
|8 
 /chromium.desktop  
|  226 ++
 /chromium.install  
|   24 
 /chromium.sh   
|   32 
 extra-i686/PKGBUILD
|  162 
 extra-i686/chromium-26.0.1410.43-speechd-0.8.patch 
|   11 
 extra-i686/chromium-27.0.1453.93-allow-sample-rate-pass-through-on-linux.patch 
|   96 ++
 
extra-i686/chromium-27.0.1453.93-fix-crash-when-quickly-dragging-a-new-tab.patch
   |   39 -
 extra-i686/chromium-pnacl-r0.patch 
|   11 
 extra-i686/chromium.default
|4 
 extra-i686/chromium.desktop
|  113 ---
 extra-i686/chromium.install
|   12 
 extra-i686/chromium.sh 

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

2013-05-25 Thread Evangelos Foutras
Date: Saturday, May 25, 2013 @ 18:06:26
  Author: foutrelis
Revision: 186359

upgpkg: chromium 27.0.1453.93-3

Allow sample rate pass through on Linux (FS#35454).

Added:
  
chromium/trunk/chromium-27.0.1453.93-allow-sample-rate-pass-through-on-linux.patch
Modified:
  chromium/trunk/PKGBUILD

-+
 PKGBUILD|8 
 chromium-27.0.1453.93-allow-sample-rate-pass-through-on-linux.patch |   96 
++
 2 files changed, 103 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-25 15:54:34 UTC (rev 186358)
+++ PKGBUILD2013-05-25 16:06:26 UTC (rev 186359)
@@ -6,7 +6,7 @@
 
 pkgname=chromium
 pkgver=27.0.1453.93
-pkgrel=2
+pkgrel=3
 pkgdesc="The open-source project behind Google Chrome, an attempt at creating 
a safer, faster, and more stable browser"
 arch=('i686' 'x86_64')
 url="http://www.chromium.org/";
@@ -25,6 +25,7 @@
 chromium.default
 chromium.sh
 chromium-pnacl-r0.patch
+chromium-27.0.1453.93-allow-sample-rate-pass-through-on-linux.patch
 chromium-27.0.1453.93-fix-crash-when-quickly-dragging-a-new-tab.patch
 chromium-26.0.1410.43-speechd-0.8.patch)
 sha256sums=('6dd8c01a4d72acc512652332d67e92ff9bcb3533b621f2b281c30f00ce26ad40'
@@ -32,6 +33,7 @@
 '478340d5760a9bd6c549e19b1b5d1c5b4933ebf5f8cfb2b3e2d70d07443fe232'
 '4999fded897af692f4974f0a3e3bbb215193519918a1fa9b31ed51e74a2dccb9'
 '9875ffcc0e9ae9420876ac66b130b1b017d445a031d43cbe0119793e1fb3781c'
+'c57d760589af1566469fbba0d85624b53eb07a3077485599f599a226dbd4d2a8'
 'd530f52cb485ff8da035b38ffebe171309a1d8e515040f5e6398ecb286336797'
 '23b04468881642ffdc8457016c8f91df395dfccb4af2ad6b758168180ae070f3')
 
@@ -49,6 +51,10 @@
   # Fix build without pnacl (patch from Gentoo)
   patch -Np0 -i "$srcdir/chromium-pnacl-r0.patch"
 
+  # Allow sample rate pass through on Linux
+  # https://code.google.com/p/chromium/issues/detail?id=229918
+  patch -Np1 -i 
"$srcdir/chromium-27.0.1453.93-allow-sample-rate-pass-through-on-linux.patch"
+
   # Fix crash when quickly dragging a new tab
   # https://code.google.com/p/chromium/issues/detail?id=228918
   patch -Np1 -i 
"$srcdir/chromium-27.0.1453.93-fix-crash-when-quickly-dragging-a-new-tab.patch"

Added: chromium-27.0.1453.93-allow-sample-rate-pass-through-on-linux.patch
===
--- chromium-27.0.1453.93-allow-sample-rate-pass-through-on-linux.patch 
(rev 0)
+++ chromium-27.0.1453.93-allow-sample-rate-pass-through-on-linux.patch 
2013-05-25 16:06:26 UTC (rev 186359)
@@ -0,0 +1,96 @@
+From ed5409740e3f6c13895a29b770d46d659973863e Mon Sep 17 00:00:00 2001
+From: "dalecur...@google.com"
+ 
+Date: Fri, 24 May 2013 23:54:45 +
+Subject: [PATCH] Allow sample rate pass through on Linux.
+
+Requiring the native output sample rate to avoid glitching appears
+to have just been an issue with a poor tlength choice.  xians and
+I resolved this prior to turning PulseAudio on by default, but left
+the native sample rate requirement in at the time.
+
+Since "native sample rate" can change on the fly with PulseAudio
+our approach of specifying FIX_RATE was incorrect.  Allowing Pulse
+to handle resampling lets us remove the FIX_RATE flag.  It also
+improves CPU usage in cases where Pulse can configure the output
+device to match the requested sample rate.
+
+BUG=229918
+TEST=extensive manual checks for glitching.
+R=xi...@chromium.org
+
+Review URL: https://codereview.chromium.org/15957002
+
+git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202233 
0039d316-1c4b-4281-b951-d872f2087c98
+---
+ content/renderer/media/audio_renderer_mixer_manager.cc | 6 +++---
+ media/audio/pulse/audio_manager_pulse.cc   | 6 +-
+ media/audio/pulse/pulse_util.cc| 6 +++---
+ 3 files changed, 11 insertions(+), 7 deletions(-)
+
+diff --git a/content/renderer/media/audio_renderer_mixer_manager.cc 
b/content/renderer/media/audio_renderer_mixer_manager.cc
+index 7db67d1..0044d25 100644
+--- a/content/renderer/media/audio_renderer_mixer_manager.cc
 b/content/renderer/media/audio_renderer_mixer_manager.cc
+@@ -52,9 +52,9 @@ media::AudioRendererMixer* 
AudioRendererMixerManager::GetMixer(
+ return it->second.mixer;
+   }
+ 
+-  // On ChromeOS we can rely on the playback device to handle resampling, so
+-  // don't waste cycles on it here.
+-#if defined(OS_CHROMEOS)
++  // On ChromeOS and Linux we can rely on the playback device to handle
++  // resampling, so don't waste cycles on it here.
++#if defined(OS_CHROMEOS) || defined(OS_LINUX)
+   int sample_rate = params.sample_rate();
+ #else
+   int sample_rate = hardware_config_->GetOutputSampleRate();
+diff --git a/media/audio/pulse/audio_manager_pulse.c

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

2013-05-25 Thread Jan Steffens
Date: Saturday, May 25, 2013 @ 17:54:34
  Author: heftig
Revision: 186358

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

Added:
  gnome-shell/repos/extra-i686/PKGBUILD
(from rev 186357, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-i686/gnome-shell.install
(from rev 186357, gnome-shell/trunk/gnome-shell.install)
  gnome-shell/repos/extra-i686/nm-libexecdir.patch
(from rev 186357, gnome-shell/trunk/nm-libexecdir.patch)
  gnome-shell/repos/extra-i686/popupmenu.patch
(from rev 186357, gnome-shell/trunk/popupmenu.patch)
  gnome-shell/repos/extra-x86_64/PKGBUILD
(from rev 186357, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-x86_64/gnome-shell.install
(from rev 186357, gnome-shell/trunk/gnome-shell.install)
  gnome-shell/repos/extra-x86_64/nm-libexecdir.patch
(from rev 186357, gnome-shell/trunk/nm-libexecdir.patch)
  gnome-shell/repos/extra-x86_64/popupmenu.patch
(from rev 186357, gnome-shell/trunk/popupmenu.patch)
Deleted:
  gnome-shell/repos/extra-i686/PKGBUILD
  gnome-shell/repos/extra-i686/gnome-shell.install
  gnome-shell/repos/extra-i686/nm-libexecdir.patch
  gnome-shell/repos/extra-x86_64/PKGBUILD
  gnome-shell/repos/extra-x86_64/gnome-shell.install
  gnome-shell/repos/extra-x86_64/nm-libexecdir.patch

--+
 /PKGBUILD|   98 +
 /gnome-shell.install |   38 ++
 /nm-libexecdir.patch |   24 +
 extra-i686/PKGBUILD  |   42 ---
 extra-i686/gnome-shell.install   |   19 ---
 extra-i686/nm-libexecdir.patch   |   12 
 extra-i686/popupmenu.patch   |   28 ++
 extra-x86_64/PKGBUILD|   42 ---
 extra-x86_64/gnome-shell.install |   19 ---
 extra-x86_64/nm-libexecdir.patch |   12 
 extra-x86_64/popupmenu.patch |   28 ++
 11 files changed, 216 insertions(+), 146 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-25 15:52:25 UTC (rev 186357)
+++ extra-i686/PKGBUILD 2013-05-25 15:54:34 UTC (rev 186358)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Contributor: Flamelab http://live.gnome.org/GnomeShell";
-license=(GPL2)
-depends=(accountsservice caribou evolution-data-server gcr gjs gnome-bluetooth 
gnome-menus
- gnome-session gnome-settings-daemon gnome-themes-standard 
gsettings-desktop-schemas
- libcanberra-pulse libcroco libgdm libsecret mutter 
network-manager-applet
- telepathy-logger telepathy-mission-control unzip)
-makedepends=(intltool gtk-doc gnome-control-center)
-optdepends=('gnome-control-center: System settings')
-options=('!libtool' '!emptydirs')
-install=gnome-shell.install
-groups=(gnome)
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz
-nm-libexecdir.patch)
-sha256sums=('ffdf42d382d50cd756f1f51a31eaa6877edb51a08f0ca80b6e973f05072416df'
-'e5bb10ad2e5c3e0fde3d05babd1bfdda701e553e02d493f7e54cb7832ce7e607')
-
-build() {
-  cd $pkgname-$pkgver
-
-  # FS#30747 FS#32730 Problems due to libexecdir different from NM
-  patch -Np1 -i ../nm-libexecdir.patch
-
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/gnome-shell \
-  --localstatedir=/var --disable-static \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-shell/repos/extra-i686/PKGBUILD (from rev 186357, 
gnome-shell/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-25 15:54:34 UTC (rev 186358)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Contributor: Flamelab http://live.gnome.org/GnomeShell";
+license=(GPL2)
+depends=(accountsservice caribou evolution-data-server gcr gjs gnome-bluetooth 
gnome-menus
+ gnome-session gnome-settings-daemon gnome-themes-standard 
gsettings-desktop-schemas
+ libcanberra-pulse libcroco libgdm libsecret mutter 
network-manager-applet
+ telepathy-logger telepathy-mission-control unzip)
+makedepends=(intltool gtk-doc gnome-control-center)
+optdepends=('gnome-control-center: System settings')
+options=('!libtool' '!emptydirs')
+install=gnome-shell.install
+groups=(gnome)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz
+nm-libexecdir.patch popupmenu.patch)
+sha256sums=('ffdf42d382d50cd756f1f51a31eaa6877edb51a08f0ca80b6e973f05072416df'
+'e5bb10ad2e5c3e0fde3d05babd1bfdda701e553e02d493f7e54cb7832ce7e607'
+'7df2a128d12350fe8e349c6aa5e125eb5d90b05e0201a842d6f3e1c2683b351d')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # FS#30747 FS#32730 Problems due to libexecdir different from NM
+  patch -Np1 -i ../nm-libexecdi

[arch-commits] Commit in gnome-shell/trunk (PKGBUILD popupmenu.patch)

2013-05-25 Thread Jan Steffens
Date: Saturday, May 25, 2013 @ 17:52:25
  Author: heftig
Revision: 186357

backport popupmenu patch

Added:
  gnome-shell/trunk/popupmenu.patch
Modified:
  gnome-shell/trunk/PKGBUILD

-+
 PKGBUILD|   15 +++
 popupmenu.patch |   28 
 2 files changed, 39 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-25 11:23:17 UTC (rev 186356)
+++ PKGBUILD2013-05-25 15:52:25 UTC (rev 186357)
@@ -4,7 +4,7 @@
 
 pkgname=gnome-shell
 pkgver=3.8.2
-pkgrel=2
+pkgrel=3
 pkgdesc="The next generation GNOME Shell"
 arch=(i686 x86_64)
 url="http://live.gnome.org/GnomeShell";
@@ -19,16 +19,23 @@
 install=gnome-shell.install
 groups=(gnome)
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz
-nm-libexecdir.patch)
+nm-libexecdir.patch popupmenu.patch)
 sha256sums=('ffdf42d382d50cd756f1f51a31eaa6877edb51a08f0ca80b6e973f05072416df'
-'e5bb10ad2e5c3e0fde3d05babd1bfdda701e553e02d493f7e54cb7832ce7e607')
+'e5bb10ad2e5c3e0fde3d05babd1bfdda701e553e02d493f7e54cb7832ce7e607'
+'7df2a128d12350fe8e349c6aa5e125eb5d90b05e0201a842d6f3e1c2683b351d')
 
-build() {
+prepare() {
   cd $pkgname-$pkgver
 
   # FS#30747 FS#32730 Problems due to libexecdir different from NM
   patch -Np1 -i ../nm-libexecdir.patch
 
+  # FS#35326 (from gnome-3-8 branch)
+  patch -Np1 -i ../popupmenu.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
   --libexecdir=/usr/lib/gnome-shell \
   --localstatedir=/var --disable-static \

Added: popupmenu.patch
===
--- popupmenu.patch (rev 0)
+++ popupmenu.patch 2013-05-25 15:52:25 UTC (rev 186357)
@@ -0,0 +1,28 @@
+From dd8ca024254341258a9e54c253c080f25be6f9cd Mon Sep 17 00:00:00 2001
+From: Florian Müllner 
+Date: Tue, 14 May 2013 16:55:08 +
+Subject: PopupMenuManager: Fix child menus
+
+Since commit c84dc6254d2d65c, popup menus are closed automatically
+when another menu opens (to catch the case where a menu is opened
+by keyboard shortcut, which wasn't handled before). However in the
+case of child menus, both child and parent are expected to be visible,
+so handle this case explicitly.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=699678
+---
+diff --git a/js/ui/popupMenu.js b/js/ui/popupMenu.js
+index fc37dd8..ab6c795 100644
+--- a/js/ui/popupMenu.js
 b/js/ui/popupMenu.js
+@@ -2124,7 +2124,7 @@ const PopupMenuManager = new Lang.Class({
+ 
+ _onMenuOpenState: function(menu, open) {
+ if (open) {
+-if (this.activeMenu)
++if (this.activeMenu && !this.activeMenu.isChildMenu(menu))
+ this.activeMenu.close(BoxPointer.PopupAnimation.FADE);
+ this._grabHelper.grab({ actor: menu.actor, modal: true, focus: 
menu.sourceActor,
+ onUngrab: Lang.bind(this, 
this._closeMenu, menu) });
+--
+cgit v0.9.1



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

2013-05-25 Thread Laurent Carlier
Date: Saturday, May 25, 2013 @ 14:46:51
  Author: lcarlier
Revision: 91625

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-mesa/repos/multilib-testing-x86_64/PKGBUILD
(from rev 91624, lib32-mesa/trunk/PKGBUILD)
  lib32-mesa/repos/multilib-testing-x86_64/git-fixes.patch
(from rev 91624, lib32-mesa/trunk/git-fixes.patch)
Deleted:
  lib32-mesa/repos/multilib-testing-x86_64/PKGBUILD
  lib32-mesa/repos/multilib-testing-x86_64/git-fixes.patch

-+
 PKGBUILD|  266 +++---
 git-fixes.patch |  104 ++---
 2 files changed, 185 insertions(+), 185 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-25 12:46:43 UTC (rev 91624)
+++ PKGBUILD2013-05-25 12:46:51 UTC (rev 91625)
@@ -1,133 +0,0 @@
-# $Id$
-# Contributor: Jan de Groot 
-# Contributor: Andreas Radke 
-
-pkgbase=lib32-mesa
-pkgname=('lib32-ati-dri' 'lib32-intel-dri' 'lib32-nouveau-dri' 'lib32-mesa' 
'lib32-mesa-libgl')
-pkgver=9.1.3
-pkgrel=1
-arch=('x86_64')
-makedepends=('python2' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 'glproto' 
'lib32-libdrm' 'dri2proto' 'lib32-libxxf86vm' 'lib32-libxdamage'
- 'gcc-multilib' 'lib32-llvm-amdgpu-snapshot' 'lib32-systemd')
-url="http://mesa3d.sourceforge.net";
-license=('custom')
-options=('!libtool')
-source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2)
-md5sums=('952ccd03547ed72333b64e1746cf8ada')
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-  export LLVM_CONFIG=/usr/bin/llvm-config32
-
-  cd ${srcdir}/?esa-*
-
-  # pick 2 commits from master to
-  # fix a nouveau crash: 
http://cgit.freedesktop.org/mesa/mesa/commit/?id=17f1cb1d99e66227d1e05925ef937643f5c1089a
-  # and intel kwin slowness 
http://cgit.freedesktop.org/mesa/mesa/commit/?id=e062a4187d8ea518a39c913ae7562cf1d8ac3205
-  # patch -Np1 -i ${srcdir}/git-fixes.patch
-
-  # our automake is far too new for their build system :)
-  autoreconf -vfi
-
-  ./configure --enable-32-bit \
---libdir=/usr/lib32 \
---prefix=/usr \
---sysconfdir=/etc \
---with-dri-driverdir=/usr/lib32/xorg/modules/dri \
---with-gallium-drivers=r300,r600,radeonsi,nouveau,swrast \
---with-dri-drivers=i915,i965,r200,radeon,nouveau,swrast \
---enable-gallium-llvm \
---enable-egl \
---enable-gallium-egl \
---with-egl-platforms=x11,drm \
---enable-shared-glapi \
---enable-gbm \
---enable-glx-tls \
---enable-dri \
---enable-glx \
---enable-osmesa \
---enable-gles1 \
---enable-gles2 \
---enable-texture-float
-# --with-llvm-shared-libs \ # enabling this would force us to move 
lib32-llvm-amdgpu-snapshot from community to extra, delay it until llvm 3.3 / 
Mesa 9.2/10.0
-  make
-
-  mkdir $srcdir/fakeinstall
-  make DESTDIR=${srcdir}/fakeinstall install
-}
-
-package_lib32-ati-dri() {
-  pkgdesc="Mesa drivers for AMD/ATI Radeon (32-bit)"
-  depends=("lib32-mesa-libgl=${pkgver}" 'ati-dri')
-  conflicts=('xf86-video-ati<6.9.0-6')
-
-  install -m755 -d ${pkgdir}/usr/lib32/xorg/modules/dri
-  mv -v 
${srcdir}/fakeinstall/usr/lib32/xorg/modules/dri/{r200,r300,r600,radeon,radeonsi}_dri.so
 ${pkgdir}/usr/lib32/xorg/modules/dri/
-
-  install -m755 -d ${pkgdir}/usr/lib32/gallium-pipe
-  mv -v 
${srcdir}/fakeinstall/usr/lib32/gallium-pipe/pipe_{r300,r600,radeonsi}* 
${pkgdir}/usr/lib32/gallium-pipe/
-  
-  install -m755 -d "${pkgdir}/usr/share/licenses/ati-dri"
-  ln -s ati-dri "$pkgdir/usr/share/licenses/ati-dri/lib32-ati-dri"
-}
-
-package_lib32-intel-dri() {
-  pkgdesc="Mesa DRI drivers for Intel (32-bit)"
-  depends=("lib32-mesa-libgl=${pkgver}" 'intel-dri')
-
-  install -m755 -d ${pkgdir}/usr/lib32/xorg/modules/dri
-  mv -v ${srcdir}/fakeinstall/usr/lib32/xorg/modules/dri/{i915,i965}_dri.so 
${pkgdir}/usr/lib32/xorg/modules/dri/
-
-  install -m755 -d "${pkgdir}/usr/share/licenses/intel-dri"
-  ln -s intel-dri "$pkgdir/usr/share/licenses/intel-dri/lib32-intel-dri"
-}
-
-package_lib32-nouveau-dri() {
-  pkgdesc="Mesa drivers for Nouveau (32-bit)"
-  depends=("lib32-mesa-libgl=${pkgver}" 'nouveau-dri')
-
-  install -m755 -d ${pkgdir}/usr/lib32/xorg/modules/dri
-  mv -v 
${srcdir}/fakeinstall/usr/lib32/xorg/modules/dri/nouveau_{dri,vieux_dri}.so 
${pkgdir}/usr/lib32/xorg/modules/dri/
-
-  install -m755 -d ${pkgdir}/usr/lib32/gallium-pipe
-  mv -v ${srcdir}/fakeinstall/usr/lib32/gallium-pipe/pipe_nouveau* 
${pkgdir}/usr/lib32/gallium-pipe/
-
-  install -m755 -d "${pkgdir}/usr/share/licenses/nouveau-dri"
-  ln -s nouveau-dri "$pkgdir/usr/share/licenses/nouveau-dri/lib32-nouveau-dri"
-}
-
-package_lib32-mesa() {
-  pkgdesc="an open-source implementation of the OpenGL specification (32-bit)"
-  depends=('lib32-libdrm' 'lib32-libxxf86vm' 'lib32-libxdamage' 
'lib32-systemd' 'mesa')
-  optdepends=('opengl-man-pages: for the OpenGL API man pages

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

2013-05-25 Thread Laurent Carlier
Date: Saturday, May 25, 2013 @ 14:46:43
  Author: lcarlier
Revision: 91624

upgpkg: lib32-mesa 9.1.3-2

Rebuild with shared llvm enabled

Modified:
  lib32-mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-25 12:06:53 UTC (rev 91623)
+++ PKGBUILD2013-05-25 12:46:43 UTC (rev 91624)
@@ -5,7 +5,7 @@
 pkgbase=lib32-mesa
 pkgname=('lib32-ati-dri' 'lib32-intel-dri' 'lib32-nouveau-dri' 'lib32-mesa' 
'lib32-mesa-libgl')
 pkgver=9.1.3
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 makedepends=('python2' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 'glproto' 
'lib32-libdrm' 'dri2proto' 'lib32-libxxf86vm' 'lib32-libxdamage'
  'gcc-multilib' 'lib32-llvm-amdgpu-snapshot' 'lib32-systemd')
@@ -38,6 +38,7 @@
 --with-dri-driverdir=/usr/lib32/xorg/modules/dri \
 --with-gallium-drivers=r300,r600,radeonsi,nouveau,swrast \
 --with-dri-drivers=i915,i965,r200,radeon,nouveau,swrast \
+--with-llvm-shared-libs \
 --enable-gallium-llvm \
 --enable-egl \
 --enable-gallium-egl \
@@ -51,7 +52,6 @@
 --enable-gles1 \
 --enable-gles2 \
 --enable-texture-float
-# --with-llvm-shared-libs \ # enabling this would force us to move 
lib32-llvm-amdgpu-snapshot from community to extra, delay it until llvm 3.3 / 
Mesa 9.2/10.0
   make
 
   mkdir $srcdir/fakeinstall
@@ -100,7 +100,7 @@
 
 package_lib32-mesa() {
   pkgdesc="an open-source implementation of the OpenGL specification (32-bit)"
-  depends=('lib32-libdrm' 'lib32-libxxf86vm' 'lib32-libxdamage' 
'lib32-systemd' 'mesa')
+  depends=('lib32-libdrm' 'lib32-libxxf86vm' 'lib32-libxdamage' 
'lib32-systemd' 'lib32-llvm-amdgpu-lib-snapshot' 'mesa')
   optdepends=('opengl-man-pages: for the OpenGL API man pages')
   provides=('lib32-libglapi' 'lib32-osmesa' 'lib32-libgbm' 'lib32-libgles' 
'lib32-libegl')
   conflicts=('lib32-libglapi' 'lib32-osmesa' 'lib32-libgbm' 'lib32-libgles' 
'lib32-libegl')



[arch-commits] Commit in lib32-llvm-amdgpu-snapshot/repos/multilib-x86_64 (2 files)

2013-05-25 Thread Laurent Carlier
Date: Saturday, May 25, 2013 @ 14:06:53
  Author: lcarlier
Revision: 91623

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-llvm-amdgpu-snapshot/repos/multilib-x86_64/PKGBUILD
(from rev 91622, lib32-llvm-amdgpu-snapshot/trunk/PKGBUILD)
Deleted:
  lib32-llvm-amdgpu-snapshot/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  221 -
 1 file changed, 117 insertions(+), 104 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-25 12:06:45 UTC (rev 91622)
+++ PKGBUILD2013-05-25 12:06:53 UTC (rev 91623)
@@ -1,104 +0,0 @@
-# Maintainer: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Roberto Alsina 
-# Contributor: Tomas Lindquist Olsen 
-# Contributor: Anders Bergh 
-# Contributor: Tomas Wilhelmsson 
-
-pkgname=lib32-llvm-amdgpu-snapshot
-pkgver=20130403
-pkgrel=1
-pkgdesc='Low Level Virtual Machine with AMDGPU enabled to build r600g shader 
llvm support (32-bits)'
-arch=('x86_64')
-url="http://llvm.org";
-license=('custom:University of Illinois/NCSA Open Source License')
-makedepends=('lib32-libffi' 'python2' 'gcc-multilib')
-conflicts=('lib32-llvm')
-source=(ftp://ftp.archlinux.org/other/community/llvm-amdgpu/llvm-amdgpu-master.${pkgver}.tar.gz)
-md5sums=('4baa7b8da9eff4811952b6f855c141ca')
-
-build() {
-  cd "$srcdir"/llvm-c*
-
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  rm -rf tools/clang
-  rm -rf projects/compiler-rt
-
-  sed -i 's/python$/python2/' utils/llvm-build/llvm-build
-
-  # Include location of libffi headers in CPPFLAGS
-  export CPPFLAGS="$CPPFLAGS $(pkg-config --cflags libffi)"
-
-  # Fix installation directories, ./configure doesn't seem to set them right
-  sed -i -e 's:\$(PROJ_prefix)/etc/llvm:/etc/llvm:' \
- -e 's:\$(PROJ_prefix)/lib:$(PROJ_prefix)/lib32/llvm:' \
- -e 's:\$(PROJ_prefix)/docs/llvm:$(PROJ_prefix)/share/doc/llvm:' \
-Makefile.config.in
-  sed -i '/ActiveLibDir = ActivePrefix/s:lib:lib32/llvm:' \
-tools/llvm-config/llvm-config.cpp
-  sed -i 's:LLVM_LIBDIR="${prefix}/lib":LLVM_LIBDIR="${prefix}/lib32/llvm":' \
-autoconf/configure.ac \
-configure
-
-  # Fix insecure rpath (http://bugs.archlinux.org/task/14017)
-  sed -i 's:$(RPATH) -Wl,$(\(ToolDir\|LibDir\|ExmplDir\))::g' Makefile.rules
-
-  # Apply strip option to configure
-  _optimized_switch="enable"
-  [[ $(check_option strip) == n ]] && _optimized_switch="disable"
-
-  # We had to force host and target to get
-  # a proper triplet reported by llvm
-
-  PYTHON=python2 ./configure \
---prefix=/usr \
---libdir=/usr/lib32/llvm \
---sysconfdir=/etc \
---enable-shared \
---enable-libffi \
---enable-targets=all \
---enable-experimental-targets=R600 \
---disable-expensive-checks \
---with-binutils-include=/usr/include \
---host=i386-pc-linux-gnu \
---target=i386-pc-linux-gnu \
---$_optimized_switch-optimized
-
-  make REQUIRES_RTTI=1
-}
-
-package() {
-  depends=('lib32-libffi' 'llvm-amdgpu-snapshot')
-
-  cd "$srcdir"/llvm-c*
-
-  make DESTDIR="$pkgdir" install
-
-  # Fix permissions of static libs
-  chmod -x "$pkgdir"/usr/lib32/llvm/*.a
-
-  mv "$pkgdir/usr/bin/i386-pc-linux-gnu-llvm-config" 
"$pkgdir/usr/lib32/llvm-config"
-
-  # Get rid of example Hello transformation
-  rm "$pkgdir"/usr/lib32/llvm/*LLVMHello.*
-
-  # Symlink the gold plugin where clang expects it
-  ln -s llvm/LLVMgold.so "$pkgdir/usr/lib32/LLVMgold.so"
-
-  # Add ld.so.conf.d entry
-  install -d "$pkgdir/etc/ld.so.conf.d"
-  echo /usr/lib32/llvm >"$pkgdir/etc/ld.so.conf.d/llvm32.conf"
-
-  install -Dm644 LICENSE.TXT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  mv "$pkgdir"/usr/include/llvm/Config/*config.h "$pkgdir/"
-  rm -rf "$pkgdir"/usr/{bin,include,lib,share/doc}
-  install -d "$pkgdir/usr/include/llvm/Config"
-  mv "$pkgdir/config.h" "$pkgdir/usr/include/llvm/Config/config-32.h"
-  mv "$pkgdir/llvm-config.h" "$pkgdir/usr/include/llvm/Config/llvm-config-32.h"
-
-  install -d "$pkgdir"/usr/bin
-  mv "$pkgdir/usr/lib32/llvm-config" "$pkgdir/usr/bin/llvm-config32"
-}

Copied: lib32-llvm-amdgpu-snapshot/repos/multilib-x86_64/PKGBUILD (from rev 
91622, lib32-llvm-amdgpu-snapshot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-25 12:06:53 UTC (rev 91623)
@@ -0,0 +1,117 @@
+# Maintainer: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Roberto Alsina 
+# Contributor: Tomas Lindquist Olsen 
+# Contributor: Anders Bergh 
+# Contributor: Tomas Wilhelmsson 
+
+pkgbase=lib32-llvm-amdgpu-snapshot
+pkgname=('lib32-llvm-amdgpu-snapshot' 'lib32-llvm-amdgpu-lib-snapshot')
+pkgver=20130403
+pkgrel=2
+pkgdesc='Low Level Virtual Machine with AMDGPU enabled to build r600g shader 
llvm support (32-bits)'
+arch=('x86_64')
+url="http://llvm.org";
+license=('custom:Uni

[arch-commits] Commit in lib32-llvm-amdgpu-snapshot/trunk (PKGBUILD)

2013-05-25 Thread Laurent Carlier
Date: Saturday, May 25, 2013 @ 14:06:45
  Author: lcarlier
Revision: 91622

upgpkg: lib32-llvm-amdgpu-snapshot 20130403-2

Split libLLVM-3.2svn.so to a separate package + cleanup a bit

Modified:
  lib32-llvm-amdgpu-snapshot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-25 12:05:10 UTC (rev 91621)
+++ PKGBUILD2013-05-25 12:06:45 UTC (rev 91622)
@@ -4,18 +4,24 @@
 # Contributor: Anders Bergh 
 # Contributor: Tomas Wilhelmsson 
 
-pkgname=lib32-llvm-amdgpu-snapshot
+pkgbase=lib32-llvm-amdgpu-snapshot
+pkgname=('lib32-llvm-amdgpu-snapshot' 'lib32-llvm-amdgpu-lib-snapshot')
 pkgver=20130403
-pkgrel=1
+pkgrel=2
 pkgdesc='Low Level Virtual Machine with AMDGPU enabled to build r600g shader 
llvm support (32-bits)'
 arch=('x86_64')
 url="http://llvm.org";
 license=('custom:University of Illinois/NCSA Open Source License')
 makedepends=('lib32-libffi' 'python2' 'gcc-multilib')
-conflicts=('lib32-llvm')
-source=(ftp://ftp.archlinux.org/other/community/llvm-amdgpu/llvm-amdgpu-master.${pkgver}.tar.gz)
+source=(ftp://ftp.archlinux.org/other/packages/llvm-amdgpu/llvm-amdgpu-master.${pkgver}.tar.gz)
 md5sums=('4baa7b8da9eff4811952b6f855c141ca')
 
+prepare() {
+  cd "$srcdir"/llvm-c*
+
+  sed -i 's/python$/python2/' utils/llvm-build/llvm-build
+}
+
 build() {
   cd "$srcdir"/llvm-c*
 
@@ -26,19 +32,16 @@
   rm -rf tools/clang
   rm -rf projects/compiler-rt
 
-  sed -i 's/python$/python2/' utils/llvm-build/llvm-build
-
   # Include location of libffi headers in CPPFLAGS
   export CPPFLAGS="$CPPFLAGS $(pkg-config --cflags libffi)"
 
   # Fix installation directories, ./configure doesn't seem to set them right
   sed -i -e 's:\$(PROJ_prefix)/etc/llvm:/etc/llvm:' \
- -e 's:\$(PROJ_prefix)/lib:$(PROJ_prefix)/lib32/llvm:' \
- -e 's:\$(PROJ_prefix)/docs/llvm:$(PROJ_prefix)/share/doc/llvm:' \
+ -e 's:\$(PROJ_prefix)/lib:$(PROJ_prefix)/lib32:' \
 Makefile.config.in
-  sed -i '/ActiveLibDir = ActivePrefix/s:lib:lib32/llvm:' \
+  sed -i '/ActiveLibDir = ActivePrefix/s:lib:lib32:' \
 tools/llvm-config/llvm-config.cpp
-  sed -i 's:LLVM_LIBDIR="${prefix}/lib":LLVM_LIBDIR="${prefix}/lib32/llvm":' \
+  sed -i 's:LLVM_LIBDIR="${prefix}/lib":LLVM_LIBDIR="${prefix}/lib32":' \
 autoconf/configure.ac \
 configure
 
@@ -54,7 +57,7 @@
 
   PYTHON=python2 ./configure \
 --prefix=/usr \
---libdir=/usr/lib32/llvm \
+--libdir=/usr/lib32 \
 --sysconfdir=/etc \
 --enable-shared \
 --enable-libffi \
@@ -69,32 +72,25 @@
   make REQUIRES_RTTI=1
 }
 
-package() {
-  depends=('lib32-libffi' 'llvm-amdgpu-snapshot')
+package_lib32-llvm-amdgpu-snapshot() {
+  depends=('lib32-libffi' 'lib32-llvm-amdgpu-lib-snapshot' 
'llvm-amdgpu-snapshot')
+  conflicts=('lib32-llvm')
 
   cd "$srcdir"/llvm-c*
 
   make DESTDIR="$pkgdir" install
 
-  # Fix permissions of static libs
-  chmod -x "$pkgdir"/usr/lib32/llvm/*.a
-
   mv "$pkgdir/usr/bin/i386-pc-linux-gnu-llvm-config" 
"$pkgdir/usr/lib32/llvm-config"
 
-  # Get rid of example Hello transformation
-  rm "$pkgdir"/usr/lib32/llvm/*LLVMHello.*
+  # Fix permissions of static libs
+  chmod -x "$pkgdir"/usr/lib32/*.a
+  # moved to lib32-llvm-amdgpu-lib-snapshot
+  rm "$pkgdir"/usr/lib32/libLLVM-3.2svn.so
 
-  # Symlink the gold plugin where clang expects it
-  ln -s llvm/LLVMgold.so "$pkgdir/usr/lib32/LLVMgold.so"
-
-  # Add ld.so.conf.d entry
-  install -d "$pkgdir/etc/ld.so.conf.d"
-  echo /usr/lib32/llvm >"$pkgdir/etc/ld.so.conf.d/llvm32.conf"
-
   install -Dm644 LICENSE.TXT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 
   mv "$pkgdir"/usr/include/llvm/Config/*config.h "$pkgdir/"
-  rm -rf "$pkgdir"/usr/{bin,include,lib,share/doc}
+  rm -rf "$pkgdir"/usr/{bin,include,docs}
   install -d "$pkgdir/usr/include/llvm/Config"
   mv "$pkgdir/config.h" "$pkgdir/usr/include/llvm/Config/config-32.h"
   mv "$pkgdir/llvm-config.h" "$pkgdir/usr/include/llvm/Config/llvm-config-32.h"
@@ -102,3 +98,20 @@
   install -d "$pkgdir"/usr/bin
   mv "$pkgdir/usr/lib32/llvm-config" "$pkgdir/usr/bin/llvm-config32"
 }
+
+package_lib32-llvm-amdgpu-lib-snapshot() {
+  depends=('lib32-libffi' 'lib32-gcc-libs')
+
+  cd "$srcdir"/llvm-c*
+
+  make DESTDIR="$pkgdir" install
+
+  mv -v "$pkgdir"/usr/lib32/libLLVM-3.2svn.so "$pkgdir"/
+
+  # Remove useless files
+  rm -r "$pkgdir"/usr/{bin,include,docs,lib32/*}
+
+  mv "$pkgdir"/libLLVM-3.2svn.so "$pkgdir"/usr/lib32/
+
+  install -Dm644 LICENSE.TXT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



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

2013-05-25 Thread Bartłomiej Piotrowski
Date: Saturday, May 25, 2013 @ 14:05:10
  Author: bpiotrowski
Revision: 91621

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

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

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

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

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

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

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



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

2013-05-25 Thread Bartłomiej Piotrowski
Date: Saturday, May 25, 2013 @ 14:04:43
  Author: bpiotrowski
Revision: 91620

upgpkg: gen2shp 0.3.1-8

Modified:
  gen2shp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-25 12:01:52 UTC (rev 91619)
+++ PKGBUILD2013-05-25 12:04:43 UTC (rev 91620)
@@ -4,7 +4,7 @@
 
 pkgname=gen2shp
 pkgver=0.3.1
-pkgrel=7
+pkgrel=8
 pkgdesc='Converts ArcInfo generate format to shapefile format'
 arch=('i686' 'x86_64')
 url='http://www.intevation.de/~jan/gen2shp/'



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

2013-05-25 Thread Bartłomiej Piotrowski
Date: Saturday, May 25, 2013 @ 14:01:52
  Author: bpiotrowski
Revision: 91619

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

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

--+
 /PKGBUILD|   72 +
 /cantata.install |   24 
 community-i686/PKGBUILD  |   36 --
 community-i686/cantata.install   |   12 --
 community-x86_64/PKGBUILD|   36 --
 community-x86_64/cantata.install |   12 --
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-25 12:01:30 UTC (rev 91618)
+++ community-i686/PKGBUILD 2013-05-25 12:01:52 UTC (rev 91619)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli 
-# Contributor: Andrea Scarpino 
-# Contributor: Mcder3 
-# Contributor: MisterFred 
-
-pkgname=cantata
-pkgver=0.9.2
-pkgdesc="A KDE client for the music player daemon (MPD)"
-pkgrel=3
-arch=('i686' 'x86_64')
-url="http://kde-apps.org/content/show.php/Cantata?content=147733";
-license=('GPL')
-depends=('kdebase-runtime' 'taglib-extras' 'mpg123' 'libmtp')
-makedepends=('cmake' 'automoc4')
-install="$pkgname.install"
-source=("http://cantata.googlecode.com/files/$pkgname-$pkgver.tar.bz2";)
-md5sums=('882cec90eb01d190b899689675e990b0')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  mkdir build
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DENABLE_PHONON=ON
-
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  
-  make DESTDIR="$pkgdir" PREFIX="/usr" install
-}

Copied: cantata/repos/community-i686/PKGBUILD (from rev 91618, 
cantata/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-25 12:01:52 UTC (rev 91619)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:  Federico Cinelli 
+# Contributor: Andrea Scarpino 
+# Contributor: Mcder3 
+# Contributor: MisterFred 
+
+pkgname=cantata
+pkgver=1.0.2
+pkgdesc="A KDE client for the music player daemon (MPD)"
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://kde-apps.org/content/show.php/Cantata?content=147733";
+license=('GPL')
+depends=('kdebase-runtime' 'taglib-extras' 'mpg123' 'libmtp')
+makedepends=('cmake' 'automoc4')
+install="$pkgname.install"
+source=("http://cantata.googlecode.com/files/$pkgname-$pkgver.tar.bz2";)
+md5sums=('b69c568be6a2738d5ce640e759ae0253')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  mkdir build
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DENABLE_PHONON=ON
+
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  
+  make DESTDIR="$pkgdir" PREFIX="/usr" install
+}

Deleted: community-i686/cantata.install
===
--- community-i686/cantata.install  2013-05-25 12:01:30 UTC (rev 91618)
+++ community-i686/cantata.install  2013-05-25 12:01:52 UTC (rev 91619)
@@ -1,12 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: cantata/repos/community-i686/cantata.install (from rev 91618, 
cantata/trunk/cantata.install)
===
--- community-i686/cantata.install  (rev 0)
+++ community-i686/cantata.install  2013-05-25 12:01:52 UTC (rev 91619)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-05-25 12:01:30 UTC (rev 91618)
+++ community-x86_64/PKGBUILD   2013-05-25 12:01:52 UTC (rev 91619)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli 
-# Contributor: Andrea Scarpino 
-# Contributor: Mcder3 
-# Contributor: MisterFred 
-
-pkgname=cantata
-pkgver=0.9.2
-pkgdesc="A KDE client for the music player daemon (MPD)"
-pkgrel=3
-arch=('i686' 'x86_64')
-url="http://kde-apps.org/content/sho

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

2013-05-25 Thread Bartłomiej Piotrowski
Date: Saturday, May 25, 2013 @ 14:01:30
  Author: bpiotrowski
Revision: 91618

upgpkg: cantata 1.0.2-1

- upstream release

Modified:
  cantata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-25 11:51:59 UTC (rev 91617)
+++ PKGBUILD2013-05-25 12:01:30 UTC (rev 91618)
@@ -5,9 +5,9 @@
 # Contributor: MisterFred 
 
 pkgname=cantata
-pkgver=0.9.2
+pkgver=1.0.2
 pkgdesc="A KDE client for the music player daemon (MPD)"
-pkgrel=3
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://kde-apps.org/content/show.php/Cantata?content=147733";
 license=('GPL')
@@ -15,7 +15,7 @@
 makedepends=('cmake' 'automoc4')
 install="$pkgname.install"
 source=("http://cantata.googlecode.com/files/$pkgname-$pkgver.tar.bz2";)
-md5sums=('882cec90eb01d190b899689675e990b0')
+md5sums=('b69c568be6a2738d5ce640e759ae0253')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



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

2013-05-25 Thread Jakob Gruber
Date: Saturday, May 25, 2013 @ 13:51:59
  Author: schuay
Revision: 91617

archrelease: copy trunk to community-any

Added:
  ranger/repos/community-any/PKGBUILD
(from rev 91616, ranger/trunk/PKGBUILD)
Deleted:
  ranger/repos/community-any/PKGBUILD

--+
 PKGBUILD |   46 +++---
 1 file changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-25 11:51:46 UTC (rev 91616)
+++ PKGBUILD2013-05-25 11:51:59 UTC (rev 91617)
@@ -1,23 +0,0 @@
-# Maintainer: schuay 
-# Previous maintainer: Roman Zimbelmann 
-
-pkgname=ranger
-pkgver=1.6.0
-pkgrel=1
-pkgdesc='A simple, vim-like file manager'
-arch=('any')
-url='http://ranger.nongnu.org'
-license=('GPL')
-depends=('python')
-conflicts=('ranger-git')
-source=("http://ranger.nongnu.org/${pkgname}-${pkgver}.tar.gz";)
-
-package() { 
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # Replace "python" with the python binary you want ranger to use!
-  # (python 2.6 and >=3.1 supported, below 2.6 will certainly not work.)
-  python setup.py -q install --root="${pkgdir}" --optimize=1
-}
-
-md5sums=('6ff9aaf00f0ddafd4b0e2dbc9b634e23')

Copied: ranger/repos/community-any/PKGBUILD (from rev 91616, 
ranger/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-25 11:51:59 UTC (rev 91617)
@@ -0,0 +1,23 @@
+# Maintainer: schuay 
+# Previous maintainer: Roman Zimbelmann 
+
+pkgname=ranger
+pkgver=1.6.1
+pkgrel=1
+pkgdesc='A simple, vim-like file manager'
+arch=('any')
+url='http://ranger.nongnu.org'
+license=('GPL')
+depends=('python')
+conflicts=('ranger-git')
+source=("http://ranger.nongnu.org/${pkgname}-${pkgver}.tar.gz";)
+
+package() { 
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # Replace "python" with the python binary you want ranger to use!
+  # (python 2.6 and >=3.1 supported, below 2.6 will certainly not work.)
+  python setup.py -q install --root="${pkgdir}" --optimize=1
+}
+
+md5sums=('1062aa8b4f1e8d8eb5a03bc95a9a7ab6')



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

2013-05-25 Thread Jakob Gruber
Date: Saturday, May 25, 2013 @ 13:51:46
  Author: schuay
Revision: 91616

ranger 1.6.1-1

Modified:
  ranger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-25 11:50:21 UTC (rev 91615)
+++ PKGBUILD2013-05-25 11:51:46 UTC (rev 91616)
@@ -2,7 +2,7 @@
 # Previous maintainer: Roman Zimbelmann 
 
 pkgname=ranger
-pkgver=1.6.0
+pkgver=1.6.1
 pkgrel=1
 pkgdesc='A simple, vim-like file manager'
 arch=('any')
@@ -20,4 +20,4 @@
   python setup.py -q install --root="${pkgdir}" --optimize=1
 }
 
-md5sums=('6ff9aaf00f0ddafd4b0e2dbc9b634e23')
+md5sums=('1062aa8b4f1e8d8eb5a03bc95a9a7ab6')



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

2013-05-25 Thread Bartłomiej Piotrowski
Date: Saturday, May 25, 2013 @ 13:50:21
  Author: bpiotrowski
Revision: 91615

archrelease: copy trunk to community-any

Added:
  cddb_get/repos/community-any/PKGBUILD
(from rev 91614, cddb_get/trunk/PKGBUILD)
Deleted:
  cddb_get/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-25 11:50:10 UTC (rev 91614)
+++ PKGBUILD2013-05-25 11:50:21 UTC (rev 91615)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli 
-# Contributor: Chris Brannon 
-# Contributor  Sarah Hay 
-
-pkgname=cddb_get
-_realname=CDDB_get
-pkgver=2.27
-pkgrel=6
-pkgdesc="Fetches CDDB info for an audio cd."
-arch=('any')
-url="http://armin.emx.at/cddb/";
-license=('GPL' 'PerlArtistic')
-depends=('perl>=5.10.0')
-options=('!emptydirs')
-source=("http://armin.emx.at/cddb/$_realname-$pkgver.tar.gz";)
-md5sums=('405a3704ad5db45f117cc7cc5bd1ce7c')
-sha1sums=('cec39851678bbb1fdd76f2cbd170628baf4971e6')
-
-build() {
-  cd "$srcdir/$_realname-$pkgver"
-  
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor INSTALLVENDORSCRIPT=/usr/bin
-  
-  make 
-}
-
-package() {
-  cd "$srcdir/$_realname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}

Copied: cddb_get/repos/community-any/PKGBUILD (from rev 91614, 
cddb_get/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-25 11:50:21 UTC (rev 91615)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:  Federico Cinelli 
+# Contributor: Chris Brannon 
+# Contributor  Sarah Hay 
+
+pkgname=cddb_get
+_realname=CDDB_get
+pkgver=2.27
+pkgrel=7
+pkgdesc="Fetches CDDB info for an audio cd."
+arch=('any')
+url="http://armin.emx.at/cddb/";
+license=('GPL' 'PerlArtistic')
+depends=('perl>=5.10.0')
+options=('!emptydirs')
+source=("http://armin.emx.at/cddb/$_realname-$pkgver.tar.gz";)
+md5sums=('405a3704ad5db45f117cc7cc5bd1ce7c')
+sha1sums=('cec39851678bbb1fdd76f2cbd170628baf4971e6')
+
+build() {
+  cd "$srcdir/$_realname-$pkgver"
+  
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor INSTALLVENDORSCRIPT=/usr/bin
+  
+  make 
+}
+
+package() {
+  cd "$srcdir/$_realname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}



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

2013-05-25 Thread Bartłomiej Piotrowski
Date: Saturday, May 25, 2013 @ 13:50:10
  Author: bpiotrowski
Revision: 91614

upgpkg: cddb_get 2.27-7

Modified:
  cddb_get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-25 11:46:26 UTC (rev 91613)
+++ PKGBUILD2013-05-25 11:50:10 UTC (rev 91614)
@@ -6,7 +6,7 @@
 pkgname=cddb_get
 _realname=CDDB_get
 pkgver=2.27
-pkgrel=6
+pkgrel=7
 pkgdesc="Fetches CDDB info for an audio cd."
 arch=('any')
 url="http://armin.emx.at/cddb/";



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

2013-05-25 Thread Bartłomiej Piotrowski
Date: Saturday, May 25, 2013 @ 13:46:26
  Author: bpiotrowski
Revision: 91613

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

Added:
  gmerlin/repos/community-i686/PKGBUILD
(from rev 91612, gmerlin/trunk/PKGBUILD)
  gmerlin/repos/community-i686/cdio-api-fixes.patch
(from rev 91612, gmerlin/trunk/cdio-api-fixes.patch)
  gmerlin/repos/community-i686/gmerlin-texi.patch
(from rev 91612, gmerlin/trunk/gmerlin-texi.patch)
  gmerlin/repos/community-i686/gmerlin.install
(from rev 91612, gmerlin/trunk/gmerlin.install)
  gmerlin/repos/community-x86_64/PKGBUILD
(from rev 91612, gmerlin/trunk/PKGBUILD)
  gmerlin/repos/community-x86_64/cdio-api-fixes.patch
(from rev 91612, gmerlin/trunk/cdio-api-fixes.patch)
  gmerlin/repos/community-x86_64/gmerlin-texi.patch
(from rev 91612, gmerlin/trunk/gmerlin-texi.patch)
  gmerlin/repos/community-x86_64/gmerlin.install
(from rev 91612, gmerlin/trunk/gmerlin.install)
Deleted:
  gmerlin/repos/community-i686/PKGBUILD
  gmerlin/repos/community-i686/cdio-api-fixes.patch
  gmerlin/repos/community-i686/gmerlin-texi.patch
  gmerlin/repos/community-i686/gmerlin.install
  gmerlin/repos/community-x86_64/PKGBUILD
  gmerlin/repos/community-x86_64/cdio-api-fixes.patch
  gmerlin/repos/community-x86_64/gmerlin-texi.patch
  gmerlin/repos/community-x86_64/gmerlin.install

---+
 /PKGBUILD |   90 
 /cdio-api-fixes.patch |  208 +
 /gmerlin-texi.patch   | 3692 
 /gmerlin.install  |   50 
 community-i686/PKGBUILD   |   45 
 community-i686/cdio-api-fixes.patch   |  104 
 community-i686/gmerlin-texi.patch | 1846 
 community-i686/gmerlin.install|   25 
 community-x86_64/PKGBUILD |   45 
 community-x86_64/cdio-api-fixes.patch |  104 
 community-x86_64/gmerlin-texi.patch   | 1846 
 community-x86_64/gmerlin.install  |   25 
 12 files changed, 4040 insertions(+), 4040 deletions(-)

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


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

2013-05-25 Thread Bartłomiej Piotrowski
Date: Saturday, May 25, 2013 @ 13:46:02
  Author: bpiotrowski
Revision: 91612

upgpkg: gmerlin 1.2.0-4

Modified:
  gmerlin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-25 11:39:42 UTC (rev 91611)
+++ PKGBUILD2013-05-25 11:46:02 UTC (rev 91612)
@@ -3,7 +3,7 @@
 
 pkgname=gmerlin
 pkgver=1.2.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Multimedia architecture for Linux"
 arch=('i686' 'x86_64')
 url="http://openmovieeditor.sourceforge.net/HomePage";



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

2013-05-25 Thread Bartłomiej Piotrowski
Date: Saturday, May 25, 2013 @ 13:39:42
  Author: bpiotrowski
Revision: 91611

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-25 11:39:19 UTC (rev 91610)
+++ community-i686/PKGBUILD 2013-05-25 11:39:42 UTC (rev 91611)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli 
-# Contributor: Johannes Martin 
-# Contributor: JJDaNiMoTh 
-# Contributor: Stefan Husmann 
-
-pkgname=gputils
-pkgver=1.1.0
-pkgrel=1
-pkgdesc="PIC Programming Utilities"
-arch=('i686' 'x86_64')
-url="http://gputils.sourceforge.net/";
-license=('GPL')
-depends=('glibc')
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('2bff2c595b6570ac9bd6efb692fde274')
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   make DESTDIR="$pkgdir" install
-}

Copied: gputils/repos/community-i686/PKGBUILD (from rev 91610, 
gputils/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-25 11:39:42 UTC (rev 91611)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Federico Cinelli 
+# Contributor: Johannes Martin 
+# Contributor: JJDaNiMoTh 
+# Contributor: Stefan Husmann 
+
+pkgname=gputils
+pkgver=1.1.0
+pkgrel=2
+pkgdesc="PIC Programming Utilities"
+arch=('i686' 'x86_64')
+url="http://gputils.sourceforge.net/";
+license=('GPL')
+depends=('glibc')
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('2bff2c595b6570ac9bd6efb692fde274')
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-05-25 11:39:19 UTC (rev 91610)
+++ community-x86_64/PKGBUILD   2013-05-25 11:39:42 UTC (rev 91611)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli 
-# Contributor: Johannes Martin 
-# Contributor: JJDaNiMoTh 
-# Contributor: Stefan Husmann 
-
-pkgname=gputils
-pkgver=1.1.0
-pkgrel=1
-pkgdesc="PIC Programming Utilities"
-arch=('i686' 'x86_64')
-url="http://gputils.sourceforge.net/";
-license=('GPL')
-depends=('glibc')
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('2bff2c595b6570ac9bd6efb692fde274')
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   make DESTDIR="$pkgdir" install
-}

Copied: gputils/repos/community-x86_64/PKGBUILD (from rev 91610, 
gputils/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-05-25 11:39:42 UTC (rev 91611)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Federico Cinelli 
+# Contributor: Johannes Martin 
+# Contributor: JJDaNiMoTh 
+# Contributor: Stefan Husmann 
+
+pkgname=gputils
+pkgver=1.1.0
+pkgrel=2
+pkgdesc="PIC Programming Utilities"
+arch=('i686' 'x86_64')
+url="http://gputils.sourceforge.net/";
+license=('GPL')
+depends=('glibc')
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('2bff2c595b6570ac9bd6efb692fde274')
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" install
+}



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

2013-05-25 Thread Bartłomiej Piotrowski
Date: Saturday, May 25, 2013 @ 13:39:19
  Author: bpiotrowski
Revision: 91610

upgpkg: gputils 1.1.0-2

Modified:
  gputils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-25 11:34:18 UTC (rev 91609)
+++ PKGBUILD2013-05-25 11:39:19 UTC (rev 91610)
@@ -6,7 +6,7 @@
 
 pkgname=gputils
 pkgver=1.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="PIC Programming Utilities"
 arch=('i686' 'x86_64')
 url="http://gputils.sourceforge.net/";



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

2013-05-25 Thread Bartłomiej Piotrowski
Date: Saturday, May 25, 2013 @ 13:34:18
  Author: bpiotrowski
Revision: 91609

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-25 11:33:59 UTC (rev 91608)
+++ community-i686/PKGBUILD 2013-05-25 11:34:18 UTC (rev 91609)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Federico Cinelli 
-# Maintainer: Mateusz Herych   
-
-pkgname=libquicktime
-pkgver=1.2.4
-pkgrel=5
-pkgdesc="A library for reading and writing quicktime files"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://libquicktime.sourceforge.net/";
-depends=('gtk2' 'ffmpeg' 'libxv' 'libxaw' 'faad2' 'faac')
-makedepends=('mesa-libgl')
-options=('!libtool')
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
-sha256sums=('1c53359c33b31347b4d7b00d3611463fe5e942cae3ec0fefe0d2fd413fd47368')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr \
-   --enable-gpl \
-   --with-ffmpeg \
-   --with-x264 \
-   --without-doxygen
-   make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: libquicktime/repos/community-i686/PKGBUILD (from rev 91608, 
libquicktime/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-25 11:34:18 UTC (rev 91609)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Federico Cinelli 
+# Maintainer: Mateusz Herych   
+
+pkgname=libquicktime
+pkgver=1.2.4
+pkgrel=6
+pkgdesc="A library for reading and writing quicktime files"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://libquicktime.sourceforge.net/";
+depends=('gtk2' 'ffmpeg' 'libxv' 'libxaw' 'faad2' 'faac')
+makedepends=('mesa-libgl')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
+sha256sums=('1c53359c33b31347b4d7b00d3611463fe5e942cae3ec0fefe0d2fd413fd47368')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+   --enable-gpl \
+   --with-ffmpeg \
+   --with-x264 \
+   --without-doxygen
+   make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-05-25 11:33:59 UTC (rev 91608)
+++ community-x86_64/PKGBUILD   2013-05-25 11:34:18 UTC (rev 91609)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Federico Cinelli 
-# Maintainer: Mateusz Herych   
-
-pkgname=libquicktime
-pkgver=1.2.4
-pkgrel=5
-pkgdesc="A library for reading and writing quicktime files"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://libquicktime.sourceforge.net/";
-depends=('gtk2' 'ffmpeg' 'libxv' 'libxaw' 'faad2' 'faac')
-makedepends=('mesa-libgl')
-options=('!libtool')
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
-sha256sums=('1c53359c33b31347b4d7b00d3611463fe5e942cae3ec0fefe0d2fd413fd47368')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr \
-   --enable-gpl \
-   --with-ffmpeg \
-   --with-x264 \
-   --without-doxygen
-   make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: libquicktime/repos/community-x86_64/PKGBUILD (from rev 91608, 
libquicktime/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-05-25 11:34:18 UTC (rev 91609)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Federico Cinelli 
+# Maintainer: Mateusz Herych   
+
+pkgname=libquicktime
+pkgver=1.2.4
+pkgrel=6
+pkgdesc="A library for reading and writing quicktime files"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://libquicktime.sourceforge.net/";
+depends=('gtk2' 'ffmpeg' 'libxv' 'libxaw' 'faad2' 'faac')
+makedepends=('mesa-libgl')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
+sha256sums=('1c53359c33b31347b4d7b00d3611463fe5e942cae3ec0fefe0d2fd413fd47368')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+   --enable-gpl \
+   --with-

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

2013-05-25 Thread Bartłomiej Piotrowski
Date: Saturday, May 25, 2013 @ 13:33:59
  Author: bpiotrowski
Revision: 91608

upgpkg: libquicktime 1.2.4-6

Modified:
  libquicktime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-25 11:30:25 UTC (rev 91607)
+++ PKGBUILD2013-05-25 11:33:59 UTC (rev 91608)
@@ -4,7 +4,7 @@
 
 pkgname=libquicktime
 pkgver=1.2.4
-pkgrel=5
+pkgrel=6
 pkgdesc="A library for reading and writing quicktime files"
 arch=('i686' 'x86_64')
 license=('GPL')



[arch-commits] Commit in nss-pam-ldapd/repos (12 files)

2013-05-25 Thread Bartłomiej Piotrowski
Date: Saturday, May 25, 2013 @ 13:30:25
  Author: bpiotrowski
Revision: 91607

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

Added:
  nss-pam-ldapd/repos/community-i686/PKGBUILD
(from rev 91606, nss-pam-ldapd/trunk/PKGBUILD)
  nss-pam-ldapd/repos/community-i686/nslcd.service
(from rev 91606, nss-pam-ldapd/trunk/nslcd.service)
  nss-pam-ldapd/repos/community-i686/nss-pam-ldapd.install
(from rev 91606, nss-pam-ldapd/trunk/nss-pam-ldapd.install)
  nss-pam-ldapd/repos/community-x86_64/PKGBUILD
(from rev 91606, nss-pam-ldapd/trunk/PKGBUILD)
  nss-pam-ldapd/repos/community-x86_64/nslcd.service
(from rev 91606, nss-pam-ldapd/trunk/nslcd.service)
  nss-pam-ldapd/repos/community-x86_64/nss-pam-ldapd.install
(from rev 91606, nss-pam-ldapd/trunk/nss-pam-ldapd.install)
Deleted:
  nss-pam-ldapd/repos/community-i686/PKGBUILD
  nss-pam-ldapd/repos/community-i686/nslcd.service
  nss-pam-ldapd/repos/community-i686/nss-pam-ldapd.install
  nss-pam-ldapd/repos/community-x86_64/PKGBUILD
  nss-pam-ldapd/repos/community-x86_64/nslcd.service
  nss-pam-ldapd/repos/community-x86_64/nss-pam-ldapd.install

+
 /PKGBUILD  |   84 +++
 /nslcd.service |   24 
 /nss-pam-ldapd.install |   24 
 community-i686/PKGBUILD|   42 ---
 community-i686/nslcd.service   |   12 
 community-i686/nss-pam-ldapd.install   |   12 
 community-x86_64/PKGBUILD  |   42 ---
 community-x86_64/nslcd.service |   12 
 community-x86_64/nss-pam-ldapd.install |   12 
 9 files changed, 132 insertions(+), 132 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-25 11:30:03 UTC (rev 91606)
+++ community-i686/PKGBUILD 2013-05-25 11:30:25 UTC (rev 91607)
@@ -1,42 +0,0 @@
-# $Id
-# Maintainer: Federico Cinelli 
-
-pkgname=nss-pam-ldapd
-pkgver=0.8.12
-pkgrel=3
-pkgdesc='LDAP module for NSS and PAM'
-arch=('i686' 'x86_64')
-url="http://arthurdejong.org/$pkgname/";
-license=('LGPL2.1')
-depends=('krb5')
-replaces=('pam_ldap' 'nss_ldap')
-conflicts=('nss-pam-ldapd-git')
-provides=('nss-pam-ldapd')
-install=nss-pam-ldapd.install
-backup=('etc/nslcd.conf')
-source=("http://arthurdejong.org/$pkgname/$pkgname-$pkgver.tar.gz";
-"nslcd.service")
-sha1sums=('9c320172df0cdd4eca6cd97ad4c2438e6552ffe0'
-  '40afa421f05c2128a5219504fea45b2e76830973')
-  
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---with-pam-seclib-dir=/usr/lib/security;
- 
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  install -Dm644 "$srcdir/nslcd.service" 
"$pkgdir/usr/lib/systemd/system/nslcd.service"
-  install -Dm644 "$srcdir/$pkgname-$pkgver/nslcd.conf" "$pkgdir/etc/nslcd.conf"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nss-pam-ldapd/repos/community-i686/PKGBUILD (from rev 91606, 
nss-pam-ldapd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-25 11:30:25 UTC (rev 91607)
@@ -0,0 +1,42 @@
+# $Id
+# Maintainer: Federico Cinelli 
+
+pkgname=nss-pam-ldapd
+pkgver=0.8.13
+pkgrel=1
+pkgdesc='LDAP module for NSS and PAM'
+arch=('i686' 'x86_64')
+url="http://arthurdejong.org/$pkgname/";
+license=('LGPL2.1')
+depends=('krb5')
+replaces=('pam_ldap' 'nss_ldap')
+conflicts=('nss-pam-ldapd-git')
+provides=('nss-pam-ldapd')
+install=nss-pam-ldapd.install
+backup=('etc/nslcd.conf')
+source=("http://arthurdejong.org/$pkgname/$pkgname-$pkgver.tar.gz";
+"nslcd.service")
+sha1sums=('0567cfea104defabeacd88a3a3200b311b8071ec'
+  '40afa421f05c2128a5219504fea45b2e76830973')
+  
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-pam-seclib-dir=/usr/lib/security;
+ 
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  install -Dm644 "$srcdir/nslcd.service" 
"$pkgdir/usr/lib/systemd/system/nslcd.service"
+  install -Dm644 "$srcdir/$pkgname-$pkgver/nslcd.conf" "$pkgdir/etc/nslcd.conf"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/nslcd.service
===
--- community-i686/nslcd.service2013-05-25 11:30:03 UTC (rev 91606)
+++ community-i686/nslcd.service2013-05-25 11:30:25 UTC (rev 91607)
@@ -1,12 +0,0 @@
-[Unit]
-Description=Naming services LDAP client daemon.
-After=syslog.target network.target
-
-[Service]
-Type=forking
-PIDFile=/var/run/nslcd/nslcd.pid
-ExecStart=/usr/sbin/nslcd
-
-[Install]
-WantedBy=multi-user.targe

[arch-commits] Commit in nss-pam-ldapd/trunk (PKGBUILD)

2013-05-25 Thread Bartłomiej Piotrowski
Date: Saturday, May 25, 2013 @ 13:30:03
  Author: bpiotrowski
Revision: 91606

upgpkg: nss-pam-ldapd 0.8.13-1

- upstream release

Modified:
  nss-pam-ldapd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-25 11:25:43 UTC (rev 91605)
+++ PKGBUILD2013-05-25 11:30:03 UTC (rev 91606)
@@ -2,8 +2,8 @@
 # Maintainer: Federico Cinelli 
 
 pkgname=nss-pam-ldapd
-pkgver=0.8.12
-pkgrel=3
+pkgver=0.8.13
+pkgrel=1
 pkgdesc='LDAP module for NSS and PAM'
 arch=('i686' 'x86_64')
 url="http://arthurdejong.org/$pkgname/";
@@ -16,7 +16,7 @@
 backup=('etc/nslcd.conf')
 source=("http://arthurdejong.org/$pkgname/$pkgname-$pkgver.tar.gz";
 "nslcd.service")
-sha1sums=('9c320172df0cdd4eca6cd97ad4c2438e6552ffe0'
+sha1sums=('0567cfea104defabeacd88a3a3200b311b8071ec'
   '40afa421f05c2128a5219504fea45b2e76830973')
   
 build() {



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

2013-05-25 Thread Bartłomiej Piotrowski
Date: Saturday, May 25, 2013 @ 13:25:43
  Author: bpiotrowski
Revision: 91605

archrelease: copy trunk to community-any

Added:
  screenfetch/repos/community-any/PKGBUILD
(from rev 91604, screenfetch/trunk/PKGBUILD)
Deleted:
  screenfetch/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-25 11:25:33 UTC (rev 91604)
+++ PKGBUILD2013-05-25 11:25:43 UTC (rev 91605)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Federico Cinelli 
-
-pkgname=screenfetch
-pkgver=2.7.7
-pkgrel=2
-pkgdesc="a CLI Bash script to show system/theme info in screenshots"
-arch=('any')
-url="http://git.silverirc.com/cgit.cgi/screenfetch.git/";
-license=('GPL')
-depends=('bash')
-optdepends=('scrot: Screenshot support'
-   'xorg-xdpyinfo: Display information for X')
-source=("http://git.silverirc.com/cgit.cgi/screenfetch.git/snapshot/$pkgname-$pkgver.tar.bz2";)
-md5sums=('df5d25ab8abf42044412f6cfc37cf676')
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   install -d "$pkgdir/usr/bin"
-   install -Dm755 "screenfetch-dev" "$pkgdir/usr/bin/screenfetch"
-}

Copied: screenfetch/repos/community-any/PKGBUILD (from rev 91604, 
screenfetch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-25 11:25:43 UTC (rev 91605)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Federico Cinelli 
+
+pkgname=screenfetch
+pkgver=2.9.0
+pkgrel=1
+pkgdesc="a CLI Bash script to show system/theme info in screenshots"
+arch=('any')
+url="http://git.silverirc.com/cgit.cgi/screenfetch.git/";
+license=('GPL')
+depends=('bash' 'xorg-xdpyinfo')
+optdepends=('scrot: Screenshot support')
+source=("http://git.silverirc.com/cgit.cgi/screenfetch.git/snapshot/$pkgname-$pkgver.tar.bz2";)
+md5sums=('1d4b6c19b316581ccef56496120e8d07')
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   install -d "$pkgdir/usr/bin"
+   install -Dm755 "screenfetch-dev" "$pkgdir/usr/bin/screenfetch"
+}



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

2013-05-25 Thread Bartłomiej Piotrowski
Date: Saturday, May 25, 2013 @ 13:25:33
  Author: bpiotrowski
Revision: 91604

upgpkg: screenfetch 2.9.0-1

- upstream release

Modified:
  screenfetch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-25 11:22:11 UTC (rev 91603)
+++ PKGBUILD2013-05-25 11:25:33 UTC (rev 91604)
@@ -2,17 +2,16 @@
 # Maintainer: Federico Cinelli 
 
 pkgname=screenfetch
-pkgver=2.7.7
-pkgrel=2
+pkgver=2.9.0
+pkgrel=1
 pkgdesc="a CLI Bash script to show system/theme info in screenshots"
 arch=('any')
 url="http://git.silverirc.com/cgit.cgi/screenfetch.git/";
 license=('GPL')
-depends=('bash')
-optdepends=('scrot: Screenshot support'
-   'xorg-xdpyinfo: Display information for X')
+depends=('bash' 'xorg-xdpyinfo')
+optdepends=('scrot: Screenshot support')
 
source=("http://git.silverirc.com/cgit.cgi/screenfetch.git/snapshot/$pkgname-$pkgver.tar.bz2";)
-md5sums=('df5d25ab8abf42044412f6cfc37cf676')
+md5sums=('1d4b6c19b316581ccef56496120e8d07')
 
 package() {
cd "$srcdir/$pkgname-$pkgver"



[arch-commits] Commit in archlinux-keyring/repos (3 files)

2013-05-25 Thread Pierre Schmitz
Date: Saturday, May 25, 2013 @ 13:23:17
  Author: pierre
Revision: 186356

archrelease: copy trunk to testing-any

Added:
  archlinux-keyring/repos/testing-any/
  archlinux-keyring/repos/testing-any/PKGBUILD
(from rev 186355, archlinux-keyring/trunk/PKGBUILD)
  archlinux-keyring/repos/testing-any/archlinux-keyring.install
(from rev 186355, archlinux-keyring/trunk/archlinux-keyring.install)

---+
 PKGBUILD  |   20 
 archlinux-keyring.install |   11 +++
 2 files changed, 31 insertions(+)

Copied: archlinux-keyring/repos/testing-any/PKGBUILD (from rev 186355, 
archlinux-keyring/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-05-25 11:23:17 UTC (rev 186356)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgname=archlinux-keyring
+pkgver=20130525
+pkgrel=1
+pkgdesc='Arch Linux PGP keyring'
+arch=('any')
+url='https://projects.archlinux.org/archlinux-keyring.git/'
+license=('GPL')
+install="${pkgname}.install"
+source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz";
+
"ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig";)
+md5sums=('22894bbd940803d3cf0310d93cdf054e'
+ 'SKIP')
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make PREFIX=/usr DESTDIR=${pkgdir} install
+}

Copied: archlinux-keyring/repos/testing-any/archlinux-keyring.install (from rev 
186355, archlinux-keyring/trunk/archlinux-keyring.install)
===
--- testing-any/archlinux-keyring.install   (rev 0)
+++ testing-any/archlinux-keyring.install   2013-05-25 11:23:17 UTC (rev 
186356)
@@ -0,0 +1,11 @@
+post_upgrade() {
+   if usr/bin/pacman-key -l >/dev/null 2>&1; then
+   usr/bin/pacman-key --populate archlinux
+   fi
+}
+
+post_install() {
+   if [ -x usr/bin/pacman-key ]; then
+   post_upgrade
+   fi
+}



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

2013-05-25 Thread Pierre Schmitz
Date: Saturday, May 25, 2013 @ 13:23:11
  Author: pierre
Revision: 186355

upgpkg: archlinux-keyring 20130525-1

Modified:
  archlinux-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-25 09:05:56 UTC (rev 186354)
+++ PKGBUILD2013-05-25 11:23:11 UTC (rev 186355)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=archlinux-keyring
-pkgver=20130406
+pkgver=20130525
 pkgrel=1
 pkgdesc='Arch Linux PGP keyring'
 arch=('any')
@@ -11,7 +11,7 @@
 install="${pkgname}.install"
 source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz";
 
"ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig";)
-md5sums=('f23b4897b1f85ffc70bbcb3a13bb5cde'
+md5sums=('22894bbd940803d3cf0310d93cdf054e'
  'SKIP')
 
 package() {



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

2013-05-25 Thread Bartłomiej Piotrowski
Date: Saturday, May 25, 2013 @ 13:22:11
  Author: bpiotrowski
Revision: 91603

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-25 11:21:50 UTC (rev 91602)
+++ community-i686/PKGBUILD 2013-05-25 11:22:11 UTC (rev 91603)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli 
-# Contributor: Dave Reisner 
-# Contributor: Isaac Dupree 
-# Contributor: Sebastien Duquette 
-
-pkgname=smem
-pkgver=1.3
-pkgrel=1
-pkgdesc="Generate reports on memory usage."
-url="http://www.selenic.com/smem/";
-license=("GPL")
-depends=('python2')
-optdepends=('python2-matplotlib: for chart generation')
-arch=('i686' 'x86_64')
-source=("http://www.selenic.com/smem/download/$pkgname-$pkgver.tar.gz";)
-md5sums=('dd849102610aadb9f64379db09e73d41')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  sed -i '1s/python$/python2/' smem
-  make smemcap
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  install -Dm755 smem "$pkgdir/usr/bin/smem"
-  install -Dm755 smemcap "$pkgdir/usr/bin/smemcap"
-  install -Dm644 smem.8 "$pkgdir/usr/share/man/man8/smem.8"
-}
-

Copied: smem/repos/community-i686/PKGBUILD (from rev 91602, smem/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-25 11:22:11 UTC (rev 91603)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:  Federico Cinelli 
+# Contributor: Dave Reisner 
+# Contributor: Isaac Dupree 
+# Contributor: Sebastien Duquette 
+
+pkgname=smem
+pkgver=1.3
+pkgrel=2
+pkgdesc="Generate reports on memory usage."
+url="http://www.selenic.com/smem/";
+license=("GPL")
+depends=('python2')
+optdepends=('python2-matplotlib: for chart generation')
+arch=('i686' 'x86_64')
+source=("http://www.selenic.com/smem/download/$pkgname-$pkgver.tar.gz";)
+md5sums=('dd849102610aadb9f64379db09e73d41')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  sed -i '1s/python$/python2/' smem
+  make smemcap
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  install -Dm755 smem "$pkgdir/usr/bin/smem"
+  install -Dm755 smemcap "$pkgdir/usr/bin/smemcap"
+  install -Dm644 smem.8 "$pkgdir/usr/share/man/man8/smem.8"
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-05-25 11:21:50 UTC (rev 91602)
+++ community-x86_64/PKGBUILD   2013-05-25 11:22:11 UTC (rev 91603)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli 
-# Contributor: Dave Reisner 
-# Contributor: Isaac Dupree 
-# Contributor: Sebastien Duquette 
-
-pkgname=smem
-pkgver=1.3
-pkgrel=1
-pkgdesc="Generate reports on memory usage."
-url="http://www.selenic.com/smem/";
-license=("GPL")
-depends=('python2')
-optdepends=('python2-matplotlib: for chart generation')
-arch=('i686' 'x86_64')
-source=("http://www.selenic.com/smem/download/$pkgname-$pkgver.tar.gz";)
-md5sums=('dd849102610aadb9f64379db09e73d41')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  sed -i '1s/python$/python2/' smem
-  make smemcap
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  install -Dm755 smem "$pkgdir/usr/bin/smem"
-  install -Dm755 smemcap "$pkgdir/usr/bin/smemcap"
-  install -Dm644 smem.8 "$pkgdir/usr/share/man/man8/smem.8"
-}
-

Copied: smem/repos/community-x86_64/PKGBUILD (from rev 91602, 
smem/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-05-25 11:22:11 UTC (rev 91603)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:  Federico Cinelli 
+# Contributor: Dave Reisner 
+# Contributor: Isaac Dupree 
+# Contributor: Sebastien Duquette 
+
+pkgname=smem
+pkgver=1.3
+pkgrel=2
+pkgdesc="Generate reports on memory usage."
+url="http://www.selenic.com/smem/";
+license=("GPL")
+depends=('python2')
+optdepends=('python2-matplotlib: for chart generation')
+arch=('i686' 'x86_64')
+source=("http://www.selenic.com/smem/download/$pkgname-$pkgver.tar.gz";)
+md5sums=('dd849102610aadb9f64379db09e73d41')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  sed -i '1s/python$/python2/' smem
+  make smemcap
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  install -Dm755 smem "$pkgdir/usr/bin/smem"
+  install -Dm755 smemcap "$pkgdir/usr/bin/smemcap"
+  install -Dm644 sme

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

2013-05-25 Thread Bartłomiej Piotrowski
Date: Saturday, May 25, 2013 @ 13:21:50
  Author: bpiotrowski
Revision: 91602

upgpkg: smem 1.3-2

Modified:
  smem/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-25 11:19:17 UTC (rev 91601)
+++ PKGBUILD2013-05-25 11:21:50 UTC (rev 91602)
@@ -6,7 +6,7 @@
 
 pkgname=smem
 pkgver=1.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Generate reports on memory usage."
 url="http://www.selenic.com/smem/";
 license=("GPL")



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

2013-05-25 Thread Bartłomiej Piotrowski
Date: Saturday, May 25, 2013 @ 13:19:17
  Author: bpiotrowski
Revision: 91601

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-25 11:18:52 UTC (rev 91600)
+++ community-i686/PKGBUILD 2013-05-25 11:19:17 UTC (rev 91601)
@@ -1,29 +0,0 @@
-# $Id$
-#Maintainer: Federico Cinelli 
-
-pkgname=texmaker
-pkgver=4.0.1
-pkgrel=1
-pkgdesc='Free cross-platform LaTeX editor'
-arch=('i686' 'x86_64')
-url="http://www.xm1math.net/texmaker/index.html";
-license=('GPL')
-depends=('poppler-qt' 'qtwebkit')
-optdepends=('ghostscript: LaTeX to HTML conversion command'
-   'ibus-qt: accented characters support'bu  
-   'poppler: PDF rendering support')
-install="$pkgname.install"
-source=("http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2";)
-md5sums=('62f87f7b44e92ca68817663d3d5aeca4')
-
-build() {  
-  cd "$pkgname-$pkgver"
-  qmake-qt4 PREFIX=/usr texmaker.pro
-  make
-}
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  install -dm755 "$pkgdir/usr/share"
-  make INSTALL_PATH="$pkgdir" INSTALL_ROOT="$pkgdir" PREFIX="/usr" install
-}

Copied: texmaker/repos/community-i686/PKGBUILD (from rev 91600, 
texmaker/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-25 11:19:17 UTC (rev 91601)
@@ -0,0 +1,29 @@
+# $Id$
+#Maintainer: Federico Cinelli 
+
+pkgname=texmaker
+pkgver=4.0.2
+pkgrel=1
+pkgdesc='Free cross-platform LaTeX editor'
+arch=('i686' 'x86_64')
+url="http://www.xm1math.net/texmaker/index.html";
+license=('GPL')
+depends=('poppler-qt' 'qtwebkit')
+optdepends=('ghostscript: LaTeX to HTML conversion command'
+   'ibus-qt: accented characters support'bu  
+   'poppler: PDF rendering support')
+install="$pkgname.install"
+source=("http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2";)
+md5sums=('2097b5911acc461a85fd631dd1e2e5dc')
+
+build() {  
+  cd "$pkgname-$pkgver"
+  qmake-qt4 PREFIX=/usr texmaker.pro
+  make
+}
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  install -dm755 "$pkgdir/usr/share"
+  make INSTALL_PATH="$pkgdir" INSTALL_ROOT="$pkgdir" PREFIX="/usr" install
+}

Deleted: community-i686/texmaker.install
===
--- community-i686/texmaker.install 2013-05-25 11:18:52 UTC (rev 91600)
+++ community-i686/texmaker.install 2013-05-25 11:19:17 UTC (rev 91601)
@@ -1,7 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_remove() {
-  update-desktop-database -q
-}

Copied: texmaker/repos/community-i686/texmaker.install (from rev 91600, 
texmaker/trunk/texmaker.install)
===
--- community-i686/texmaker.install (rev 0)
+++ community-i686/texmaker.install 2013-05-25 11:19:17 UTC (rev 91601)
@@ -0,0 +1,7 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_remove() {
+  update-desktop-database -q
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-05-25 11:18:52 UTC (rev 91600)
+++ community-x86_64/PKGBUILD   2013-05-25 11:19:17 UTC (rev 91601)
@@ -1,29 +0,0 @@
-# $Id$
-#Maintainer: Federico Cinelli 
-
-pkgname=texmaker
-pkgver=4.0.1
-pkgrel=1
-pkgdesc='Free cross-platform LaTeX editor'
-arch=('i686' 'x86_64')
-url="http://www.xm1math.net/texmaker/index.html";
-license=('GPL')
-depends=('poppler-qt' 'qtwebkit')
-optdepends=('ghostscript: LaTeX to HTML conversion command'
-   'ibus-qt: accented characters support'bu  
-   'poppler: PDF rendering support')
-install="$pkgname.install"
-source=("http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2";)
-md5sums=('62f87f7b44e92ca68817663d3d5aeca4')
-

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

2013-05-25 Thread Bartłomiej Piotrowski
Date: Saturday, May 25, 2013 @ 13:18:52
  Author: bpiotrowski
Revision: 91600

upgpkg: texmaker 4.0.2-1

- upstream release

Modified:
  texmaker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-25 10:17:47 UTC (rev 91599)
+++ PKGBUILD2013-05-25 11:18:52 UTC (rev 91600)
@@ -2,7 +2,7 @@
 #Maintainer: Federico Cinelli 
 
 pkgname=texmaker
-pkgver=4.0.1
+pkgver=4.0.2
 pkgrel=1
 pkgdesc='Free cross-platform LaTeX editor'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
'poppler: PDF rendering support')
 install="$pkgname.install"
 source=("http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2";)
-md5sums=('62f87f7b44e92ca68817663d3d5aeca4')
+md5sums=('2097b5911acc461a85fd631dd1e2e5dc')
 
 build() {  
   cd "$pkgname-$pkgver"



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

2013-05-25 Thread Massimiliano Torromeo
Date: Saturday, May 25, 2013 @ 12:17:47
  Author: mtorromeo
Revision: 91599

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

Added:
  percona-server/repos/community-i686/PKGBUILD
(from rev 91598, percona-server/trunk/PKGBUILD)
  percona-server/repos/community-i686/my.cnf
(from rev 91598, percona-server/trunk/my.cnf)
  percona-server/repos/community-i686/mysqld-post.sh
(from rev 91598, percona-server/trunk/mysqld-post.sh)
  percona-server/repos/community-i686/mysqld-tmpfile.conf
(from rev 91598, percona-server/trunk/mysqld-tmpfile.conf)
  percona-server/repos/community-i686/mysqld.service
(from rev 91598, percona-server/trunk/mysqld.service)
  percona-server/repos/community-i686/percona.install
(from rev 91598, percona-server/trunk/percona.install)
  percona-server/repos/community-x86_64/PKGBUILD
(from rev 91598, percona-server/trunk/PKGBUILD)
  percona-server/repos/community-x86_64/my.cnf
(from rev 91598, percona-server/trunk/my.cnf)
  percona-server/repos/community-x86_64/mysqld-post.sh
(from rev 91598, percona-server/trunk/mysqld-post.sh)
  percona-server/repos/community-x86_64/mysqld-tmpfile.conf
(from rev 91598, percona-server/trunk/mysqld-tmpfile.conf)
  percona-server/repos/community-x86_64/mysqld.service
(from rev 91598, percona-server/trunk/mysqld.service)
  percona-server/repos/community-x86_64/percona.install
(from rev 91598, percona-server/trunk/percona.install)
Deleted:
  percona-server/repos/community-i686/PKGBUILD
  percona-server/repos/community-i686/my.cnf
  percona-server/repos/community-i686/mysqld-post.sh
  percona-server/repos/community-i686/mysqld-tmpfile.conf
  percona-server/repos/community-i686/mysqld.service
  percona-server/repos/community-i686/percona.install
  percona-server/repos/community-x86_64/PKGBUILD
  percona-server/repos/community-x86_64/my.cnf
  percona-server/repos/community-x86_64/mysqld-post.sh
  percona-server/repos/community-x86_64/mysqld-tmpfile.conf
  percona-server/repos/community-x86_64/mysqld.service
  percona-server/repos/community-x86_64/percona.install

--+
 /PKGBUILD|  206 +++
 /my.cnf  |  290 +
 /mysqld-post.sh  |   16 +
 /mysqld-tmpfile.conf |2 
 /mysqld.service  |   32 +++
 /percona.install |   74 
 community-i686/PKGBUILD  |  103 ---
 community-i686/my.cnf|  145 
 community-i686/mysqld-post.sh|8 
 community-i686/mysqld-tmpfile.conf   |1 
 community-i686/mysqld.service|   16 -
 community-i686/percona.install   |   37 
 community-x86_64/PKGBUILD|  103 ---
 community-x86_64/my.cnf  |  145 
 community-x86_64/mysqld-post.sh  |8 
 community-x86_64/mysqld-tmpfile.conf |1 
 community-x86_64/mysqld.service  |   16 -
 community-x86_64/percona.install |   37 
 18 files changed, 620 insertions(+), 620 deletions(-)

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


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

2013-05-25 Thread Florian Pritz
Date: Saturday, May 25, 2013 @ 12:03:52
  Author: bluewind
Revision: 91598

archrelease: copy trunk to community-testing-any

Added:
  asciidoc/repos/community-testing-any/
  asciidoc/repos/community-testing-any/PKGBUILD
(from rev 91597, asciidoc/trunk/PKGBUILD)

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

Copied: asciidoc/repos/community-testing-any/PKGBUILD (from rev 91597, 
asciidoc/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2013-05-25 10:03:52 UTC (rev 91598)
@@ -0,0 +1,70 @@
+# $Id$
+# Contributor: Chris Brannon 
+# Contributor: Geoffroy Carrier 
+# Contributor: Dan McGee 
+# Contributor: Jaroslaw Rosiek 
+# Contributor: Darwin Bautista 
+# Contributor: Daniel J Griffiths 
+# Maintainer: Florian Pritz 
+
+pkgname=asciidoc
+pkgver=8.6.8
+pkgrel=2
+pkgdesc='Text document format for short documents, articles, books and UNIX 
man pages.'
+arch=('any')
+url='http://www.methods.co.nz/asciidoc/'
+license=('GPL')
+depends=('python2' 'libxslt' 'docbook-xsl')
+optdepends=('lilypond: music-filter'
+'imagemagick: music-filter (used in conjunction with lilypond)'
+'source-highlight: source-highlight-filter'
+'dblatex: pdf generation'
+'fop: alternative pdf generation'
+'lynx: text generation'
+'w3m: text generation (alternative to lynx)')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('61ab211f30481741ce4d1e4b12bf')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  # python2 fix
+  for file in asciidocapi.py a2x.py asciidoc.py filters/music/music2png.py 
filters/latex/latex2png.py \
+ filters/code/code-filter.py filters/graphviz/graphviz2png.py; do
+   sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
+  done
+  #sed -i -e 's_sys:python_sys:python2_g' -e 's_sys3:python_sys3:python2_g' 
xhtml11.conf
+  #sed -i 's_sys:python_sys:python2_g' xhtml11-quirks.conf
+  #sed -i -e 's/{python}/{python2}/g' \
+ #-e 's#{language@python:py:#{language@python2:py:#' \
+ #filters/source/source-highlight-filter.conf \
+ #html5.conf xhtml11.conf xhtml11-quirks.conf
+  #sed -i -e "s#'python'#'python2'#g" filters/code/code-filter.py
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make install DESTDIR=${pkgdir}
+
+  install -Dm644 asciidocapi.py \
+${pkgdir}/usr/lib/python2.7/site-packages/asciidocapi.py
+
+  install -Dm644 vim/syntax/asciidoc.vim \
+${pkgdir}/usr/share/vim/vimfiles/syntax/asciidoc.vim
+
+  install -Dm644 vim/ftdetect/asciidoc_filetype.vim \
+${pkgdir}/usr/share/vim/vimfiles/ftdetect/asciidoc.vim
+
+  # fix FS#21579 - [asciidoc] 8.6.2-2 "asciidoc" table style doesn't work 
(mismatched python version) 
+  #sed -i 's/python/python2/' \
+#${pkgdir}/etc/asciidoc/asciidoc.conf
+}



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

2013-05-25 Thread Florian Pritz
Date: Saturday, May 25, 2013 @ 12:03:46
  Author: bluewind
Revision: 91597

potential fix for FS#21579

upgpkg: asciidoc 8.6.8-2

Modified:
  asciidoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-25 09:55:41 UTC (rev 91596)
+++ PKGBUILD2013-05-25 10:03:46 UTC (rev 91597)
@@ -9,7 +9,7 @@
 
 pkgname=asciidoc
 pkgver=8.6.8
-pkgrel=1
+pkgrel=2
 pkgdesc='Text document format for short documents, articles, books and UNIX 
man pages.'
 arch=('any')
 url='http://www.methods.co.nz/asciidoc/'
@@ -25,17 +25,26 @@
 
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
 md5sums=('61ab211f30481741ce4d1e4b12bf')
 
-build() {
+prepare() {
   cd ${pkgname}-${pkgver}
 
   # python2 fix
   for file in asciidocapi.py a2x.py asciidoc.py filters/music/music2png.py 
filters/latex/latex2png.py \
-  filters/code/code-filter.py filters/graphviz/graphviz2png.py; do
-sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
+ filters/code/code-filter.py filters/graphviz/graphviz2png.py; do
+   sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
   done
-  sed -i -e 's_sys:python_sys:python2_g' -e 's_sys3:python_sys3:python2_g' 
xhtml11.conf
-  sed -i 's_sys:python_sys:python2_g' xhtml11-quirks.conf 
+  #sed -i -e 's_sys:python_sys:python2_g' -e 's_sys3:python_sys3:python2_g' 
xhtml11.conf
+  #sed -i 's_sys:python_sys:python2_g' xhtml11-quirks.conf
+  #sed -i -e 's/{python}/{python2}/g' \
+ #-e 's#{language@python:py:#{language@python2:py:#' \
+ #filters/source/source-highlight-filter.conf \
+ #html5.conf xhtml11.conf xhtml11-quirks.conf
+  #sed -i -e "s#'python'#'python2'#g" filters/code/code-filter.py
+}
 
+build() {
+  cd ${pkgname}-${pkgver}
+
   ./configure \
 --prefix=/usr \
 --sysconfdir=/etc
@@ -56,6 +65,6 @@
 ${pkgdir}/usr/share/vim/vimfiles/ftdetect/asciidoc.vim
 
   # fix FS#21579 - [asciidoc] 8.6.2-2 "asciidoc" table style doesn't work 
(mismatched python version) 
-  sed -i 's/python/python2/' \
-${pkgdir}/etc/asciidoc/asciidoc.conf
+  #sed -i 's/python/python2/' \
+#${pkgdir}/etc/asciidoc/asciidoc.conf
 }



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

2013-05-25 Thread Massimiliano Torromeo
Date: Saturday, May 25, 2013 @ 11:55:41
  Author: mtorromeo
Revision: 91596

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

Added:
  percona-server/repos/community-i686/PKGBUILD
(from rev 91595, percona-server/trunk/PKGBUILD)
  percona-server/repos/community-i686/my.cnf
(from rev 91595, percona-server/trunk/my.cnf)
  percona-server/repos/community-i686/mysqld-post.sh
(from rev 91595, percona-server/trunk/mysqld-post.sh)
  percona-server/repos/community-i686/mysqld-tmpfile.conf
(from rev 91595, percona-server/trunk/mysqld-tmpfile.conf)
  percona-server/repos/community-i686/mysqld.service
(from rev 91595, percona-server/trunk/mysqld.service)
  percona-server/repos/community-i686/percona.install
(from rev 91595, percona-server/trunk/percona.install)
  percona-server/repos/community-x86_64/PKGBUILD
(from rev 91595, percona-server/trunk/PKGBUILD)
  percona-server/repos/community-x86_64/my.cnf
(from rev 91595, percona-server/trunk/my.cnf)
  percona-server/repos/community-x86_64/mysqld-post.sh
(from rev 91595, percona-server/trunk/mysqld-post.sh)
  percona-server/repos/community-x86_64/mysqld-tmpfile.conf
(from rev 91595, percona-server/trunk/mysqld-tmpfile.conf)
  percona-server/repos/community-x86_64/mysqld.service
(from rev 91595, percona-server/trunk/mysqld.service)
  percona-server/repos/community-x86_64/percona.install
(from rev 91595, percona-server/trunk/percona.install)
Deleted:
  percona-server/repos/community-i686/PKGBUILD
  percona-server/repos/community-i686/my.cnf
  percona-server/repos/community-i686/mysqld-post.sh
  percona-server/repos/community-i686/mysqld-tmpfile.conf
  percona-server/repos/community-i686/mysqld.service
  percona-server/repos/community-i686/percona.install
  percona-server/repos/community-x86_64/PKGBUILD
  percona-server/repos/community-x86_64/my.cnf
  percona-server/repos/community-x86_64/mysqld-post.sh
  percona-server/repos/community-x86_64/mysqld-tmpfile.conf
  percona-server/repos/community-x86_64/mysqld.service
  percona-server/repos/community-x86_64/percona.install

--+
 /PKGBUILD|  206 +++
 /my.cnf  |  290 +
 /mysqld-post.sh  |   16 +
 /mysqld-tmpfile.conf |2 
 /mysqld.service  |   32 +++
 /percona.install |   74 
 community-i686/PKGBUILD  |  103 ---
 community-i686/my.cnf|  145 
 community-i686/mysqld-post.sh|8 
 community-i686/mysqld-tmpfile.conf   |1 
 community-i686/mysqld.service|   16 -
 community-i686/percona.install   |   37 
 community-x86_64/PKGBUILD|  103 ---
 community-x86_64/my.cnf  |  145 
 community-x86_64/mysqld-post.sh  |8 
 community-x86_64/mysqld-tmpfile.conf |1 
 community-x86_64/mysqld.service  |   16 -
 community-x86_64/percona.install |   37 
 18 files changed, 620 insertions(+), 620 deletions(-)

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


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

2013-05-25 Thread Massimiliano Torromeo
Date: Saturday, May 25, 2013 @ 11:49:51
  Author: mtorromeo
Revision: 91595

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

Added:
  percona-server/repos/community-i686/PKGBUILD
(from rev 91594, percona-server/trunk/PKGBUILD)
  percona-server/repos/community-i686/my.cnf
(from rev 91594, percona-server/trunk/my.cnf)
  percona-server/repos/community-i686/mysqld-post.sh
(from rev 91594, percona-server/trunk/mysqld-post.sh)
  percona-server/repos/community-i686/mysqld-tmpfile.conf
(from rev 91594, percona-server/trunk/mysqld-tmpfile.conf)
  percona-server/repos/community-i686/mysqld.service
(from rev 91594, percona-server/trunk/mysqld.service)
  percona-server/repos/community-i686/percona.install
(from rev 91594, percona-server/trunk/percona.install)
  percona-server/repos/community-x86_64/PKGBUILD
(from rev 91594, percona-server/trunk/PKGBUILD)
  percona-server/repos/community-x86_64/my.cnf
(from rev 91594, percona-server/trunk/my.cnf)
  percona-server/repos/community-x86_64/mysqld-post.sh
(from rev 91594, percona-server/trunk/mysqld-post.sh)
  percona-server/repos/community-x86_64/mysqld-tmpfile.conf
(from rev 91594, percona-server/trunk/mysqld-tmpfile.conf)
  percona-server/repos/community-x86_64/mysqld.service
(from rev 91594, percona-server/trunk/mysqld.service)
  percona-server/repos/community-x86_64/percona.install
(from rev 91594, percona-server/trunk/percona.install)
Deleted:
  percona-server/repos/community-i686/PKGBUILD
  percona-server/repos/community-i686/my.cnf
  percona-server/repos/community-i686/mysqld-post.sh
  percona-server/repos/community-i686/mysqld-tmpfile.conf
  percona-server/repos/community-i686/mysqld.service
  percona-server/repos/community-i686/percona.install
  percona-server/repos/community-x86_64/PKGBUILD
  percona-server/repos/community-x86_64/my.cnf
  percona-server/repos/community-x86_64/mysqld-post.sh
  percona-server/repos/community-x86_64/mysqld-tmpfile.conf
  percona-server/repos/community-x86_64/mysqld.service
  percona-server/repos/community-x86_64/percona.install

--+
 /PKGBUILD|  206 +++
 /my.cnf  |  290 +
 /mysqld-post.sh  |   16 +
 /mysqld-tmpfile.conf |2 
 /mysqld.service  |   32 +++
 /percona.install |   74 
 community-i686/PKGBUILD  |  103 ---
 community-i686/my.cnf|  145 
 community-i686/mysqld-post.sh|8 
 community-i686/mysqld-tmpfile.conf   |1 
 community-i686/mysqld.service|   16 -
 community-i686/percona.install   |   37 
 community-x86_64/PKGBUILD|  103 ---
 community-x86_64/my.cnf  |  145 
 community-x86_64/mysqld-post.sh  |8 
 community-x86_64/mysqld-tmpfile.conf |1 
 community-x86_64/mysqld.service  |   16 -
 community-x86_64/percona.install |   37 
 18 files changed, 620 insertions(+), 620 deletions(-)

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


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

2013-05-25 Thread Massimiliano Torromeo
Date: Saturday, May 25, 2013 @ 11:48:51
  Author: mtorromeo
Revision: 91594

upgpkg: percona-server 5.5.31_rel30.3-1

Updated to 5.5.31_rel30.3

Modified:
  percona-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-25 02:56:18 UTC (rev 91593)
+++ PKGBUILD2013-05-25 09:48:51 UTC (rev 91594)
@@ -2,7 +2,7 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=percona-server
-pkgver=5.5.30_rel30.2
+pkgver=5.5.31_rel30.3
 pkgrel=1
 pkgdesc="A backwards-compatible drop-in replacement for MySQL that provides 
improved performance, diagnostics and instrumentation"
 arch=('i686' 'x86_64')
@@ -97,7 +97,7 @@
rm "${pkgdir}"/usr/share/man/man1/mysql-test-run.pl.1
 }
 
-sha256sums=('d30876033cd5590f8e1d68aff6a2eaad677dbe59168d4610c580c4e4e2e923a7'
+sha256sums=('808fea7fa2a10e61a3767819f4f9275afc8e5a66a7567b7b6d9e3bde2b79fce3'
 '82a241d9fa4032187a26597d044e94ba810b209b53a7ce14bb6eb92555993a48'
 '9bc66470f3f80534c0bb62f9f8325ccf60b164f421f74ad74a963f065d7b1869'
 'badf6a701d9dc6ea3b4ddca26cb0f42b6236432ccdbc14c64962147802594a60')



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

2013-05-25 Thread Andreas Radke
Date: Saturday, May 25, 2013 @ 11:05:56
  Author: andyrtr
Revision: 186354

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

Added:
  pigeonhole/repos/extra-i686/PKGBUILD
(from rev 186353, pigeonhole/trunk/PKGBUILD)
  pigeonhole/repos/extra-i686/dovecot.conf
(from rev 186353, pigeonhole/trunk/dovecot.conf)
  pigeonhole/repos/extra-x86_64/PKGBUILD
(from rev 186353, pigeonhole/trunk/PKGBUILD)
  pigeonhole/repos/extra-x86_64/dovecot.conf
(from rev 186353, pigeonhole/trunk/dovecot.conf)
Deleted:
  pigeonhole/repos/extra-i686/PKGBUILD
  pigeonhole/repos/extra-i686/dovecot.conf
  pigeonhole/repos/extra-x86_64/PKGBUILD
  pigeonhole/repos/extra-x86_64/dovecot.conf

---+
 /PKGBUILD |   88 
 /dovecot.conf |2 +
 extra-i686/PKGBUILD   |   43 -
 extra-i686/dovecot.conf   |1 
 extra-x86_64/PKGBUILD |   43 -
 extra-x86_64/dovecot.conf |1 
 6 files changed, 90 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-25 09:05:38 UTC (rev 186353)
+++ extra-i686/PKGBUILD 2013-05-25 09:05:56 UTC (rev 186354)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-
-# Contributorr: Peter Lewis 
-# Contributor: Sebastian Köhler 
-
-# This must be built against the version of dovecot being used,
-# else mail delivery will fail.
-# Specify the version of dovecot to be used here:
-_dcpkgver=2.2.2
-# Make sure to bump pkgrel if changing this.
-
-pkgname=pigeonhole
-pkgver=0.4.0
-pkgrel=2
-pkgdesc="Sieve implementation for Dovecot"
-arch=('i686' 'x86_64')
-url="http://pigeonhole.dovecot.org/";
-license=('LGPL')
-depends=('dovecot='$_dcpkgver)
-conflicts=('dovecot-sieve' 'pigeonhole-hg')
-source=("http://www.rename-it.nl/dovecot/2.2/dovecot-2.2-$pkgname-$pkgver.tar.gz"{,.sig}
-"dovecot.conf")
-options=('!libtool')
-sha256sums=('e630d0c73e9c60028c5d25780eb38eda556ca7a5983cc07b7c0ac8490c4a7fa5'
-'SKIP'
-'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858')
-
-build() {
-  cd "$srcdir/dovecot-2.2-$pkgname-$pkgver"
-
-  ./configure --prefix=/usr \
---with-dovecot=/usr/lib/dovecot \
---disable-static
-  make
-}
-
-package() {
-  cd "$srcdir/dovecot-2.2-$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-  install -m 644 -D "$srcdir/dovecot.conf" 
"$pkgdir/etc/ld.so.conf.d/dovecot.conf"
-}

Copied: pigeonhole/repos/extra-i686/PKGBUILD (from rev 186353, 
pigeonhole/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-25 09:05:56 UTC (rev 186354)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+# Contributorr: Peter Lewis 
+# Contributor: Sebastian Köhler 
+
+# This must be built against the version of dovecot being used,
+# else mail delivery will fail.
+# Specify the version of dovecot to be used here:
+_dcpkgver=2.2.2
+# Make sure to bump pkgrel if changing this.
+
+pkgname=pigeonhole
+pkgver=0.4.0
+pkgrel=3
+pkgdesc="Sieve implementation for Dovecot"
+arch=('i686' 'x86_64')
+url="http://pigeonhole.dovecot.org/";
+license=('LGPL')
+depends=('dovecot='$_dcpkgver)
+conflicts=('dovecot-sieve' 'pigeonhole-hg')
+source=("http://www.rename-it.nl/dovecot/2.2/dovecot-2.2-$pkgname-$pkgver.tar.gz"{,.sig}
+"dovecot.conf")
+options=('!libtool')
+sha256sums=('e630d0c73e9c60028c5d25780eb38eda556ca7a5983cc07b7c0ac8490c4a7fa5'
+'SKIP'
+'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858')
+
+build() {
+  cd "$srcdir/dovecot-2.2-$pkgname-$pkgver"
+
+  ./configure --prefix=/usr \
+--with-dovecot=/usr/lib/dovecot \
+--with-moduledir=/usr/lib/dovecot/modules \
+--disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/dovecot-2.2-$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+  install -m 644 -D "$srcdir/dovecot.conf" 
"$pkgdir/etc/ld.so.conf.d/dovecot.conf"
+}

Deleted: extra-i686/dovecot.conf
===
--- extra-i686/dovecot.conf 2013-05-25 09:05:38 UTC (rev 186353)
+++ extra-i686/dovecot.conf 2013-05-25 09:05:56 UTC (rev 186354)
@@ -1 +0,0 @@
-/usr/lib/dovecot

Copied: pigeonhole/repos/extra-i686/dovecot.conf (from rev 186353, 
pigeonhole/trunk/dovecot.conf)
===
--- extra-i686/dovecot.conf (rev 0)
+++ extra-i686/dovecot.conf 2013-05-25 09:05:56 UTC (rev 186354)
@@ -0,0 +1 @@
+/usr/lib/dovecot

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-25 09:05:38 UTC (rev 186353)
+++ extra-x86_64/PKGBUILD   2013-05-25 09:05:56 UTC (rev 186354)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Andr

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

2013-05-25 Thread Andreas Radke
Date: Saturday, May 25, 2013 @ 11:05:38
  Author: andyrtr
Revision: 186353

upgpkg: pigeonhole 0.4.0-3

fix module dir - FS#35464

Modified:
  pigeonhole/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-25 08:50:03 UTC (rev 186352)
+++ PKGBUILD2013-05-25 09:05:38 UTC (rev 186353)
@@ -12,7 +12,7 @@
 
 pkgname=pigeonhole
 pkgver=0.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Sieve implementation for Dovecot"
 arch=('i686' 'x86_64')
 url="http://pigeonhole.dovecot.org/";
@@ -31,6 +31,7 @@
 
   ./configure --prefix=/usr \
 --with-dovecot=/usr/lib/dovecot \
+--with-moduledir=/usr/lib/dovecot/modules \
 --disable-static
   make
 }



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

2013-05-25 Thread Andreas Radke
Date: Saturday, May 25, 2013 @ 10:48:08
  Author: andyrtr
Revision: 186350

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

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

---+
 /PKGBUILD |   60 
 extra-i686/PKGBUILD   |   29 ---
 extra-x86_64/PKGBUILD |   29 ---
 3 files changed, 60 insertions(+), 58 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-05-25 08:47:46 UTC (rev 186349)
+++ extra-i686/PKGBUILD 2013-05-25 08:48:08 UTC (rev 186350)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Alexander Baldeck 
-
-pkgname=libxau
-pkgver=1.0.7
-pkgrel=1
-pkgdesc="X11 authorisation library"
-arch=('i686' 'x86_64')
-url="http://xorg.freedesktop.org/";
-depends=('glibc' 'xproto>=7.0.18')
-makedepends=('pkgconfig')
-license=('custom')
-options=('!libtool')
-source=(${url}/releases/individual/lib/libXau-${pkgver}.tar.bz2)
-sha1sums=('29c47207fd246425b906f525b2220235ce4cd0f6')
-
-build() {
-  cd "${srcdir}/libXau-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd "${srcdir}/libXau-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: libxau/repos/extra-i686/PKGBUILD (from rev 186349, 
libxau/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-25 08:48:08 UTC (rev 186350)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+pkgname=libxau
+pkgver=1.0.8
+pkgrel=1
+pkgdesc="X11 authorisation library"
+arch=('i686' 'x86_64')
+url="http://xorg.freedesktop.org/";
+depends=('glibc' 'xproto>=7.0.18')
+makedepends=('pkgconfig')
+license=('custom')
+options=('!libtool')
+source=(${url}/releases/individual/lib/libXau-${pkgver}.tar.bz2)
+sha256sums=('fdd477320aeb5cdd67272838722d6b7d544887dfe7de46e1e7cc0c27c2bea4f2')
+
+build() {
+  cd "${srcdir}/libXau-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "${srcdir}/libXau-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-05-25 08:47:46 UTC (rev 186349)
+++ extra-x86_64/PKGBUILD   2013-05-25 08:48:08 UTC (rev 186350)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Alexander Baldeck 
-
-pkgname=libxau
-pkgver=1.0.7
-pkgrel=1
-pkgdesc="X11 authorisation library"
-arch=('i686' 'x86_64')
-url="http://xorg.freedesktop.org/";
-depends=('glibc' 'xproto>=7.0.18')
-makedepends=('pkgconfig')
-license=('custom')
-options=('!libtool')
-source=(${url}/releases/individual/lib/libXau-${pkgver}.tar.bz2)
-sha1sums=('29c47207fd246425b906f525b2220235ce4cd0f6')
-
-build() {
-  cd "${srcdir}/libXau-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd "${srcdir}/libXau-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: libxau/repos/extra-x86_64/PKGBUILD (from rev 186349, 
libxau/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-05-25 08:48:08 UTC (rev 186350)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+pkgname=libxau
+pkgver=1.0.8
+pkgrel=1
+pkgdesc="X11 authorisation library"
+arch=('i686' 'x86_64')
+url="http://xorg.freedesktop.org/";
+depends=('glibc' 'xproto>=7.0.18')
+makedepends=('pkgconfig')
+license=('custom')
+options=('!libtool')
+source=(${url}/releases/individual/lib/libXau-${pkgver}.tar.bz2)
+sha256sums=('fdd477320aeb5cdd67272838722d6b7d544887dfe7de46e1e7cc0c27c2bea4f2')
+
+build() {
+  cd "${srcdir}/libXau-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "${srcdir}/libXau-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}



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

2013-05-25 Thread Andreas Radke
Date: Saturday, May 25, 2013 @ 10:47:46
  Author: andyrtr
Revision: 186349

upgpkg: libxau 1.0.8-1

upstream update 1.0.8

Modified:
  libxau/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-25 05:24:32 UTC (rev 186348)
+++ PKGBUILD2013-05-25 08:47:46 UTC (rev 186349)
@@ -1,9 +1,10 @@
 # $Id$
+# Maintainer: AndyRTR 
 # Maintainer: Jan de Groot 
 # Contributor: Alexander Baldeck 
 
 pkgname=libxau
-pkgver=1.0.7
+pkgver=1.0.8
 pkgrel=1
 pkgdesc="X11 authorisation library"
 arch=('i686' 'x86_64')
@@ -13,7 +14,7 @@
 license=('custom')
 options=('!libtool')
 source=(${url}/releases/individual/lib/libXau-${pkgver}.tar.bz2)
-sha1sums=('29c47207fd246425b906f525b2220235ce4cd0f6')
+sha256sums=('fdd477320aeb5cdd67272838722d6b7d544887dfe7de46e1e7cc0c27c2bea4f2')
 
 build() {
   cd "${srcdir}/libXau-${pkgver}"