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

2013-03-12 Thread Eric Bélanger
Date: Tuesday, March 12, 2013 @ 07:01:55
  Author: eric
Revision: 86124

upgpkg: gpac 4288-1

Upstream update, Change libxv makedepends to a depends, Improve mksource 
function

Modified:
  gpac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-12 05:53:51 UTC (rev 86123)
+++ PKGBUILD2013-03-12 06:01:55 UTC (rev 86124)
@@ -2,32 +2,34 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=gpac
-pkgver=4065
-pkgrel=2
+pkgver=4288
+pkgrel=1
 pkgdesc=A multimedia framework based on the MPEG-4 Systems standard
 arch=('i686' 'x86_64')
 url=http://gpac.sourceforge.net;
 license=('LGPL')
-depends=('ffmpeg' 'libjpeg' 'libpng' 'glu')
-makedepends=('jack' 'a52dec' 'freetype2' 'libxv' 'faad2' 'libmad' 'mesa')
+depends=('ffmpeg' 'libjpeg' 'libpng' 'glu' 'libxv')
+makedepends=('jack' 'a52dec' 'freetype2' 'faad2' 'libmad' 'mesa')
 optdepends=('jack: for jack support' 'a52dec: for A52 support'
 'faad2: for AAC support' 'libmad: for mp3 support')
 options=('!makeflags')
 
source=(ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
-sha1sums=('9a60014c4467acf3ac070e4e4a42d13b35575da8'
-  'a015cef1fd003c57bd91a6d0959ccd58df2357d4')
+sha1sums=('6ba29de672b6e4260e510e0e16d5bc0ab09cabb6'
+  '794b0e4a497af527e093ff0328f1acc8995f2b04')
 
 # source PKGBUILD  mksource
 mksource() {
   [[ -x /usr/bin/svn ]] || (echo svn not found. Install subversion.  
return 1)
-  _svnver=$pkgver
+  _svnver=${pkgver}
   _svntrunk=https://gpac.svn.sourceforge.net/svnroot/gpac/trunk/gpac;
-  _svnmod=$pkgname-$pkgver
-  mkdir ${pkgname}-$pkgver
-  pushd ${pkgname}-$pkgver
+  _svnmod=$pkgname-${pkgver}
+  mkdir ${pkgname}-${pkgver}
+  pushd ${pkgname}-${pkgver}
   svn co $_svntrunk --config-dir ./ -r $_svnver $_svnmod
+  revision=$(svnversion ${pkgname}-${pkgver})
+  echo #define GPAC_SVN_REVISION \$revision\  
${pkgname}-${pkgver}/include/gpac/revision.h
   find . -depth -type d -name .svn -exec rm -rf {} \;
-  tar -cJf ../${pkgname}-$pkgver.tar.xz ${pkgname}-$pkgver/*
+  tar -cJf ../${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
   popd
   rm -r ${pkgname}-${pkgver}
   gpg --detach-sign --use-agent -u ${GPGKEY} ${pkgname}-${pkgver}.tar.xz



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

2013-03-12 Thread Eric Bélanger
Date: Tuesday, March 12, 2013 @ 07:02:35
  Author: eric
Revision: 86125

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-12 06:01:55 UTC (rev 86124)
+++ community-i686/PKGBUILD 2013-03-12 06:02:35 UTC (rev 86125)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=gpac
-pkgver=4065
-pkgrel=2
-pkgdesc=A multimedia framework based on the MPEG-4 Systems standard
-arch=('i686' 'x86_64')
-url=http://gpac.sourceforge.net;
-license=('LGPL')
-depends=('ffmpeg' 'libjpeg' 'libpng' 'glu')
-makedepends=('jack' 'a52dec' 'freetype2' 'libxv' 'faad2' 'libmad' 'mesa')
-optdepends=('jack: for jack support' 'a52dec: for A52 support'
-'faad2: for AAC support' 'libmad: for mp3 support')
-options=('!makeflags')
-source=(ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
-sha1sums=('9a60014c4467acf3ac070e4e4a42d13b35575da8'
-  'a015cef1fd003c57bd91a6d0959ccd58df2357d4')
-
-# source PKGBUILD  mksource
-mksource() {
-  [[ -x /usr/bin/svn ]] || (echo svn not found. Install subversion.  
return 1)
-  _svnver=$pkgver
-  _svntrunk=https://gpac.svn.sourceforge.net/svnroot/gpac/trunk/gpac;
-  _svnmod=$pkgname-$pkgver
-  mkdir ${pkgname}-$pkgver
-  pushd ${pkgname}-$pkgver
-  svn co $_svntrunk --config-dir ./ -r $_svnver $_svnmod
-  find . -depth -type d -name .svn -exec rm -rf {} \;
-  tar -cJf ../${pkgname}-$pkgver.tar.xz ${pkgname}-$pkgver/*
-  popd
-  rm -r ${pkgname}-${pkgver}
-  gpg --detach-sign --use-agent -u ${GPGKEY} ${pkgname}-${pkgver}.tar.xz
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man --X11-path=/usr --use-js=no
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install install-lib
-}

Copied: gpac/repos/community-i686/PKGBUILD (from rev 86124, gpac/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-12 06:02:35 UTC (rev 86125)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=gpac
+pkgver=4288
+pkgrel=1
+pkgdesc=A multimedia framework based on the MPEG-4 Systems standard
+arch=('i686' 'x86_64')
+url=http://gpac.sourceforge.net;
+license=('LGPL')
+depends=('ffmpeg' 'libjpeg' 'libpng' 'glu' 'libxv')
+makedepends=('jack' 'a52dec' 'freetype2' 'faad2' 'libmad' 'mesa')
+optdepends=('jack: for jack support' 'a52dec: for A52 support'
+'faad2: for AAC support' 'libmad: for mp3 support')
+options=('!makeflags')
+source=(ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha1sums=('6ba29de672b6e4260e510e0e16d5bc0ab09cabb6'
+  '794b0e4a497af527e093ff0328f1acc8995f2b04')
+
+# source PKGBUILD  mksource
+mksource() {
+  [[ -x /usr/bin/svn ]] || (echo svn not found. Install subversion.  
return 1)
+  _svnver=${pkgver}
+  _svntrunk=https://gpac.svn.sourceforge.net/svnroot/gpac/trunk/gpac;
+  _svnmod=$pkgname-${pkgver}
+  mkdir ${pkgname}-${pkgver}
+  pushd ${pkgname}-${pkgver}
+  svn co $_svntrunk --config-dir ./ -r $_svnver $_svnmod
+  revision=$(svnversion ${pkgname}-${pkgver})
+  echo #define GPAC_SVN_REVISION \$revision\  
${pkgname}-${pkgver}/include/gpac/revision.h
+  find . -depth -type d -name .svn -exec rm -rf {} \;
+  tar -cJf ../${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
+  popd
+  rm -r ${pkgname}-${pkgver}
+  gpg --detach-sign --use-agent -u ${GPGKEY} ${pkgname}-${pkgver}.tar.xz
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man --X11-path=/usr --use-js=no
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install install-lib
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-12 06:01:55 UTC (rev 86124)
+++ community-x86_64/PKGBUILD   2013-03-12 06:02:35 UTC (rev 86125)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=gpac
-pkgver=4065
-pkgrel=2
-pkgdesc=A multimedia framework based on the MPEG-4 Systems standard
-arch=('i686' 'x86_64')
-url=http://gpac.sourceforge.net;
-license=('LGPL')
-depends=('ffmpeg' 'libjpeg' 'libpng' 'glu')

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

2013-03-12 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 07:11:57
  Author: cinelli
Revision: 86126

upgpkg: cdcd 0.6.6-6

Modified:
  cdcd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-12 06:02:35 UTC (rev 86125)
+++ PKGBUILD2013-03-12 06:11:57 UTC (rev 86126)
@@ -5,7 +5,7 @@
 
 pkgname=cdcd
 pkgver=0.6.6
-pkgrel=7
+pkgrel=6
 pkgdesc=A commandline cd-player
 arch=('i686' 'x86_64')
 depends=('libcdaudio' 'readline')



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

2013-03-12 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 07:21:42
  Author: cinelli
Revision: 86127

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

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

+
 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 
 6 files changed, 132 insertions(+)

Copied: nss-pam-ldapd/repos/community-i686/PKGBUILD (from rev 86126, 
nss-pam-ldapd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-12 06:21:42 UTC (rev 86127)
@@ -0,0 +1,42 @@
+# $Id
+# Maintainer: Federico Cinelli cine...@aur.archlinux.org
+
+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/nslcd.service (from rev 86126, 
nss-pam-ldapd/trunk/nslcd.service)
===
--- community-i686/nslcd.service(rev 0)
+++ community-i686/nslcd.service2013-03-12 06:21:42 UTC (rev 86127)
@@ -0,0 +1,12 @@
+[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.target
+

Copied: nss-pam-ldapd/repos/community-i686/nss-pam-ldapd.install (from rev 
86126, nss-pam-ldapd/trunk/nss-pam-ldapd.install)
===
--- community-i686/nss-pam-ldapd.install(rev 0)
+++ community-i686/nss-pam-ldapd.install2013-03-12 06:21:42 UTC (rev 
86127)
@@ -0,0 +1,12 @@
+post_install() {
+getent passwd nslcd  /dev/null || useradd -r -M -d /var/run/nslcd -s 
/bin/false nslcd
+}
+
+post_upgrade() {
+getent passwd nslcd  /dev/null || useradd -r -M -s /bin/false nslcd
+}
+
+pre_remove() {
+userdel nslcd /dev/null 21 || true
+}
+

Copied: nss-pam-ldapd/repos/community-x86_64/PKGBUILD (from rev 86126, 
nss-pam-ldapd/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-03-12 06:21:42 UTC (rev 86127)
@@ -0,0 +1,42 @@
+# $Id
+# Maintainer: Federico Cinelli cine...@aur.archlinux.org
+
+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 \
+

[arch-commits] Commit in (4 files)

2013-03-12 Thread Sven-Hendrik Haase
Date: Tuesday, March 12, 2013 @ 07:54:02
  Author: svenstaro
Revision: 86128

Move turbojpeg from AUR

Added:
  turbojpeg/
  turbojpeg/repos/
  turbojpeg/trunk/
  turbojpeg/trunk/PKGBUILD

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

Added: turbojpeg/trunk/PKGBUILD
===
--- turbojpeg/trunk/PKGBUILD(rev 0)
+++ turbojpeg/trunk/PKGBUILD2013-03-12 06:54:02 UTC (rev 86128)
@@ -0,0 +1,46 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Simone Sclavi 'Ito' darkh...@gmail.com
+
+pkgname=turbojpeg
+pkgver=1.2.1
+pkgrel=1
+pkgdesc=turbojpeg library from libjpeg-turbo
+arch=('i686' 'x86_64')
+url=http://www.libjpeg-turbo.org/About/TurboJPEG;
+license=('GPL' 'custom')
+depends=('glibc' 'libjpeg')
+makedepends=('nasm')
+options=('!libtool')
+source=(http://sourceforge.net/projects/libjpeg-turbo/files/$pkgver/libjpeg-turbo-$pkgver.tar.gz)
+sha1sums=('a4992e102c6d88146709e8e6ce5896d5d0b5a361')
+ 
+build() {
+  cd $srcdir/libjpeg-turbo-$pkgver
+ 
+  ./configure --prefix=/usr --with-jpeg8 --mandir=/usr/share/man
+  make
+}
+ 
+check() {
+  cd $srcdir/libjpeg-turbo-$pkgver
+ 
+  make test
+}
+ 
+package() {
+  cd $srcdir/libjpeg-turbo-$pkgver
+ 
+  make DESTDIR=$pkgdir/ install
+ 
+  # only distribute libturbojpeg
+  rm -rf $pkgdir/usr/share
+  rm $pkgdir/usr/include/j*.h
+  rm $pkgdir/usr/lib/libj*
+  rm $pkgdir/usr/bin/{djpeg,rdjpgcom,wrjpgcom,jpegtran,cjpeg}
+ 
+  install -dm755 $pkgdir/usr/share/licenses/$pkgname/
+  ln -s ../../doc/libjpeg-turbo/README 
$pkgdir/usr/share/licenses/$pkgname/README
+  ln -s ../../doc/libjpeg-turbo/README-turbo.txt 
$pkgdir/usr/share/licenses/$pkgname/README-turbo.txt
+}
+



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

2013-03-12 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 08:13:19
  Author: cinelli
Revision: 86129

upgpkg: gen2shp 0.3.1-6

Modified:
  gen2shp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-12 06:54:02 UTC (rev 86128)
+++ PKGBUILD2013-03-12 07:13:19 UTC (rev 86129)
@@ -6,7 +6,7 @@
 pkgver=0.3.1
 pkgrel=6
 pkgdesc='Converts ArcInfo generate format to shapefile format'
-arch=('i686' 'x86_64')
+arch=('any')
 url='http://www.intevation.de/~jan/gen2shp/'
 license=('GPL')
 depends=('glibc' 'shapelib')



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

2013-03-12 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 08:13:50
  Author: cinelli
Revision: 86130

archrelease: copy trunk to community-any

Added:
  gen2shp/repos/community-any/
  gen2shp/repos/community-any/PKGBUILD
(from rev 86129, gen2shp/trunk/PKGBUILD)

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

Copied: gen2shp/repos/community-any/PKGBUILD (from rev 86129, 
gen2shp/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2013-03-12 07:13:50 UTC (rev 86130)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+
+pkgname=gen2shp
+pkgver=0.3.1
+pkgrel=6
+pkgdesc='Converts ArcInfo generate format to shapefile format'
+arch=('any')
+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 gputils/repos (4 files)

2013-03-12 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 08:33:45
  Author: cinelli
Revision: 86131

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-12 07:13:50 UTC (rev 86130)
+++ community-i686/PKGBUILD 2013-03-12 07:33:45 UTC (rev 86131)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
-# Contributor: Johannes Martin hon...@gmx.net
-# Contributor: JJDaNiMoTh jjdanimoth@gmail.com
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-
-pkgname=gputils
-pkgver=1.0.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=('a68b389b4717adde2b1cf14328e910e3')
-
-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 86130, 
gputils/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-12 07:33:45 UTC (rev 86131)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Johannes Martin hon...@gmx.net
+# Contributor: JJDaNiMoTh jjdanimoth@gmail.com
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+
+pkgname=gputils
+pkgver=1.0.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=('a68b389b4717adde2b1cf14328e910e3')
+
+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-03-12 07:13:50 UTC (rev 86130)
+++ community-x86_64/PKGBUILD   2013-03-12 07:33:45 UTC (rev 86131)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
-# Contributor: Johannes Martin hon...@gmx.net
-# Contributor: JJDaNiMoTh jjdanimoth@gmail.com
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-
-pkgname=gputils
-pkgver=1.0.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=('a68b389b4717adde2b1cf14328e910e3')
-
-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 86130, 
gputils/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-03-12 07:33:45 UTC (rev 86131)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Johannes Martin hon...@gmx.net
+# Contributor: JJDaNiMoTh jjdanimoth@gmail.com
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+
+pkgname=gputils
+pkgver=1.0.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=('a68b389b4717adde2b1cf14328e910e3')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+}



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

2013-03-12 Thread Jelle van der Waa
Date: Tuesday, March 12, 2013 @ 08:38:40
  Author: jelle
Revision: 86132

upgpkg: xmonad 0.11-3

haskell-x11 update rebuild

Modified:
  xmonad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-12 07:33:45 UTC (rev 86131)
+++ PKGBUILD2013-03-12 07:38:40 UTC (rev 86132)
@@ -5,7 +5,7 @@
 
 pkgname=xmonad
 pkgver=0.11
-pkgrel=2
+pkgrel=3
 pkgdesc=Lightweight X11 tiled window manager written in Haskell
 arch=('i686' 'x86_64')
 url=http://xmonad.org/;



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

2013-03-12 Thread Jelle van der Waa
Date: Tuesday, March 12, 2013 @ 08:40:00
  Author: jelle
Revision: 86133

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

Added:
  xmonad/repos/community-staging-i686/
  xmonad/repos/community-staging-i686/PKGBUILD
(from rev 86132, xmonad/trunk/PKGBUILD)
  xmonad/repos/community-staging-i686/xmonad-gnome-session.session
(from rev 86132, xmonad/trunk/xmonad-gnome-session.session)
  xmonad/repos/community-staging-i686/xmonad.install
(from rev 86132, xmonad/trunk/xmonad.install)
  xmonad/repos/community-staging-i686/xmonad.svg
(from rev 86132, xmonad/trunk/xmonad.svg)
  xmonad/repos/community-staging-x86_64/
  xmonad/repos/community-staging-x86_64/PKGBUILD
(from rev 86132, xmonad/trunk/PKGBUILD)
  xmonad/repos/community-staging-x86_64/xmonad-gnome-session.session
(from rev 86132, xmonad/trunk/xmonad-gnome-session.session)
  xmonad/repos/community-staging-x86_64/xmonad.install
(from rev 86132, xmonad/trunk/xmonad.install)
  xmonad/repos/community-staging-x86_64/xmonad.svg
(from rev 86132, xmonad/trunk/xmonad.svg)

---+
 community-staging-i686/PKGBUILD   |   50 ++
 community-staging-i686/xmonad-gnome-session.session   |6 +
 community-staging-i686/xmonad.install |   22 
 community-staging-i686/xmonad.svg |   77 
 community-staging-x86_64/PKGBUILD |   50 ++
 community-staging-x86_64/xmonad-gnome-session.session |6 +
 community-staging-x86_64/xmonad.install   |   22 
 community-staging-x86_64/xmonad.svg   |   77 
 8 files changed, 310 insertions(+)

Copied: xmonad/repos/community-staging-i686/PKGBUILD (from rev 86132, 
xmonad/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-12 07:40:00 UTC (rev 86133)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+# Contributor: shild shi...@gmail.com
+
+pkgname=xmonad
+pkgver=0.11
+pkgrel=3
+pkgdesc=Lightweight X11 tiled window manager written in Haskell
+arch=('i686' 'x86_64')
+url=http://xmonad.org/;
+license=('BSD')
+depends=('ghc=7.6.2-1' 'gmp' 'haskell-x11=1.6.0.2-2' 'sh' 
'haskell-mtl=2.1.2-2' 'haskell-utf8-string=0.3.7-4' 
'haskell-extensible-exceptions=0.1.1.4-4')
+makedepends=('setconf' 'gendesk')
+optdepends=('xorg-xmessage: for displaying visual error messages')
+install='xmonad.install'
+source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;
+'xmonad.svg')
+md5sums=('5ac9dc1dae5e85dcbdfb9f70cbe312c1'
+ '72bfa5e62e4e44fe7fa59b6a7593d993')
+
+build() {
+  cd $srcdir
+  ghc-pkg list
+  gendesk
+
+  cd $srcdir/$pkgname-$pkgver
+
+  runhaskell Setup.lhs configure --ghc --enable-shared --enable-split-objs 
--prefix=/usr \
+ --libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  install -D -m744 register.sh $pkgdir/usr/share/haskell/$pkgname/register.sh
+  install -m744 unregister.sh $pkgdir/usr/share/haskell/$pkgname/unregister.sh
+  runhaskell Setup.lhs copy --destdir=$pkgdir
+
+  #runhaskell util/GenerateManpage.hs
+
+  install -D -m644 man/xmonad.1 $pkgdir/usr/share/man/man1/xmonad.1
+
+  install -D -m644 LICENSE $pkgdir/usr/share/licenses/xmonad/LICENSE
+
+  install -D -m644 $srcdir/xmonad.svg $pkgdir/usr/share/pixmaps/xmonad.svg
+}

Copied: xmonad/repos/community-staging-i686/xmonad-gnome-session.session (from 
rev 86132, xmonad/trunk/xmonad-gnome-session.session)
===
--- community-staging-i686/xmonad-gnome-session.session 
(rev 0)
+++ community-staging-i686/xmonad-gnome-session.session 2013-03-12 07:40:00 UTC 
(rev 86133)
@@ -0,0 +1,6 @@
+[GNOME Session]
+Name=Xmonad session
+RequiredComponents=gnome-panel;gnome-settings-daemon;
+RequiredProviders=windowmanager;notifications;
+DefaultProvider-windowmanager=xmonad
+DefaultProvider-notifications=notification-daemon

Copied: xmonad/repos/community-staging-i686/xmonad.install (from rev 86132, 
xmonad/trunk/xmonad.install)
===
--- community-staging-i686/xmonad.install   (rev 0)
+++ community-staging-i686/xmonad.install   2013-03-12 07:40:00 UTC (rev 
86133)
@@ -0,0 +1,22 @@
+HS_DIR=/usr/share/haskell/xmonad
+
+post_install() {
+${HS_DIR}/register.sh
+echo xmonad now has dynamic configuration via ~/.xmonad/xmonad.hs
+echo See 

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

2013-03-12 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 09:11:04
  Author: cinelli
Revision: 86134

upgpkg: libquicktime 1.2.4-4

Modified:
  libquicktime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-12 07:40:00 UTC (rev 86133)
+++ PKGBUILD2013-03-12 08:11:04 UTC (rev 86134)
@@ -4,7 +4,7 @@
 
 pkgname=libquicktime
 pkgver=1.2.4
-pkgrel=5
+pkgrel=4
 pkgdesc=A library for reading and writing quicktime files
 arch=('i686' 'x86_64')
 license=('GPL')



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

2013-03-12 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 09:11:57
  Author: cinelli
Revision: 86135

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-12 08:11:04 UTC (rev 86134)
+++ community-i686/PKGBUILD 2013-03-12 08:11:57 UTC (rev 86135)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Federico Cinelli cine...@aur.archlinux.org
-# Maintainer: Mateusz Herych   heni...@gmail.com
-
-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 86134, 
libquicktime/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-12 08:11:57 UTC (rev 86135)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Federico Cinelli cine...@aur.archlinux.org
+# Maintainer: Mateusz Herych   heni...@gmail.com
+
+pkgname=libquicktime
+pkgver=1.2.4
+pkgrel=4
+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-03-12 08:11:04 UTC (rev 86134)
+++ community-x86_64/PKGBUILD   2013-03-12 08:11:57 UTC (rev 86135)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Federico Cinelli cine...@aur.archlinux.org
-# Maintainer: Mateusz Herych   heni...@gmail.com
-
-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 86134, 
libquicktime/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-03-12 08:11:57 UTC (rev 86135)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Federico Cinelli cine...@aur.archlinux.org
+# Maintainer: Mateusz Herych   heni...@gmail.com
+
+pkgname=libquicktime
+pkgver=1.2.4
+pkgrel=4
+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 

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

2013-03-12 Thread Jelle van der Waa
Date: Tuesday, March 12, 2013 @ 09:13:54
  Author: jelle
Revision: 86136

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

Added:
  xmonad/repos/community-staging-i686/PKGBUILD
(from rev 86135, xmonad/trunk/PKGBUILD)
  xmonad/repos/community-staging-i686/xmonad-gnome-session.session
(from rev 86135, xmonad/trunk/xmonad-gnome-session.session)
  xmonad/repos/community-staging-i686/xmonad.install
(from rev 86135, xmonad/trunk/xmonad.install)
  xmonad/repos/community-staging-i686/xmonad.svg
(from rev 86135, xmonad/trunk/xmonad.svg)
  xmonad/repos/community-staging-x86_64/PKGBUILD
(from rev 86135, xmonad/trunk/PKGBUILD)
  xmonad/repos/community-staging-x86_64/xmonad-gnome-session.session
(from rev 86135, xmonad/trunk/xmonad-gnome-session.session)
  xmonad/repos/community-staging-x86_64/xmonad.install
(from rev 86135, xmonad/trunk/xmonad.install)
  xmonad/repos/community-staging-x86_64/xmonad.svg
(from rev 86135, xmonad/trunk/xmonad.svg)
Deleted:
  xmonad/repos/community-staging-i686/PKGBUILD
  xmonad/repos/community-staging-i686/xmonad-gnome-session.session
  xmonad/repos/community-staging-i686/xmonad.install
  xmonad/repos/community-staging-i686/xmonad.svg
  xmonad/repos/community-staging-x86_64/PKGBUILD
  xmonad/repos/community-staging-x86_64/xmonad-gnome-session.session
  xmonad/repos/community-staging-x86_64/xmonad.install
  xmonad/repos/community-staging-x86_64/xmonad.svg

---+
 community-staging-i686/PKGBUILD   |  100 +-
 community-staging-i686/xmonad-gnome-session.session   |   12 -
 community-staging-i686/xmonad.install |   44 ++--
 community-staging-i686/xmonad.svg |  154 
 community-staging-x86_64/PKGBUILD |  100 +-
 community-staging-x86_64/xmonad-gnome-session.session |   12 -
 community-staging-x86_64/xmonad.install   |   44 ++--
 community-staging-x86_64/xmonad.svg   |  154 
 8 files changed, 310 insertions(+), 310 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2013-03-12 08:11:57 UTC (rev 86135)
+++ community-staging-i686/PKGBUILD 2013-03-12 08:13:54 UTC (rev 86136)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Vesa Kaihlavirta ve...@iki.fi
-# Contributor: shild shi...@gmail.com
-
-pkgname=xmonad
-pkgver=0.11
-pkgrel=3
-pkgdesc=Lightweight X11 tiled window manager written in Haskell
-arch=('i686' 'x86_64')
-url=http://xmonad.org/;
-license=('BSD')
-depends=('ghc=7.6.2-1' 'gmp' 'haskell-x11=1.6.0.2-2' 'sh' 
'haskell-mtl=2.1.2-2' 'haskell-utf8-string=0.3.7-4' 
'haskell-extensible-exceptions=0.1.1.4-4')
-makedepends=('setconf' 'gendesk')
-optdepends=('xorg-xmessage: for displaying visual error messages')
-install='xmonad.install'
-source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;
-'xmonad.svg')
-md5sums=('5ac9dc1dae5e85dcbdfb9f70cbe312c1'
- '72bfa5e62e4e44fe7fa59b6a7593d993')
-
-build() {
-  cd $srcdir
-  ghc-pkg list
-  gendesk
-
-  cd $srcdir/$pkgname-$pkgver
-
-  runhaskell Setup.lhs configure --ghc --enable-shared --enable-split-objs 
--prefix=/usr \
- --libsubdir=\$compiler/site-local/\$pkgid
-  runhaskell Setup build
-  runhaskell Setup register --gen-script
-  runhaskell Setup unregister --gen-script
-  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  install -D -m744 register.sh $pkgdir/usr/share/haskell/$pkgname/register.sh
-  install -m744 unregister.sh $pkgdir/usr/share/haskell/$pkgname/unregister.sh
-  runhaskell Setup.lhs copy --destdir=$pkgdir
-
-  #runhaskell util/GenerateManpage.hs
-
-  install -D -m644 man/xmonad.1 $pkgdir/usr/share/man/man1/xmonad.1
-
-  install -D -m644 LICENSE $pkgdir/usr/share/licenses/xmonad/LICENSE
-
-  install -D -m644 $srcdir/xmonad.svg $pkgdir/usr/share/pixmaps/xmonad.svg
-}

Copied: xmonad/repos/community-staging-i686/PKGBUILD (from rev 86135, 
xmonad/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-12 08:13:54 UTC (rev 86136)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+# Contributor: shild shi...@gmail.com
+
+pkgname=xmonad
+pkgver=0.11
+pkgrel=3
+pkgdesc=Lightweight X11 tiled window manager written in Haskell
+arch=('i686' 'x86_64')
+url=http://xmonad.org/;
+license=('BSD')
+depends=('ghc=7.6.2-1' 'gmp' 'haskell-x11=1.6.0.2-2' 'sh' 
'haskell-mtl=2.1.2-2' 'haskell-utf8-string=0.3.7-4' 
'haskell-extensible-exceptions=0.1.1.4-4')
+makedepends=('setconf' 

[arch-commits] Commit in (4 files)

2013-03-12 Thread Sven-Hendrik Haase
Date: Tuesday, March 12, 2013 @ 09:37:32
  Author: svenstaro
Revision: 86137

Moving lib32-turbojpeg from AUR

Added:
  lib32-turbojpeg/
  lib32-turbojpeg/repos/
  lib32-turbojpeg/trunk/
  lib32-turbojpeg/trunk/PKGBUILD

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

Added: lib32-turbojpeg/trunk/PKGBUILD
===
--- lib32-turbojpeg/trunk/PKGBUILD  (rev 0)
+++ lib32-turbojpeg/trunk/PKGBUILD  2013-03-12 08:37:32 UTC (rev 86137)
@@ -0,0 +1,39 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+pkgname=lib32-turbojpeg
+pkgver=1.2.1
+pkgrel=1
+pkgdesc=turbojpeg library from libjpeg-turbo (32-bit)
+arch=('x86_64')
+url=http://www.libjpeg-turbo.org/About/TurboJPEG;
+license=('GPL' 'custom')
+depends=('lib32-glibc')
+makedepends=('nasm' 'gcc-multilib')
+options=('!libtool')
+source=(http://sourceforge.net/projects/libjpeg-turbo/files/$pkgver/libjpeg-turbo-$pkgver.tar.gz)
+sha1sums=('a4992e102c6d88146709e8e6ce5896d5d0b5a361')
+
+build() {
+  cd $srcdir/libjpeg-turbo-$pkgver
+
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  sed -i s|NAFLAGS='-felf64 -DELF -D__x86_64__'|NAFLAGS='-felf32 -DELF 
-D__x86_64__'| configure
+  ./configure --prefix=/usr --with-jpeg8 --mandir=/usr/share/man 
--libdir=/usr/lib32 --without-simd
+  make
+}
+
+package() {
+  cd $srcdir/libjpeg-turbo-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+
+  # only distribute libturbojpeg
+  rm $pkgdir/usr/lib32/libj*
+
+  rm -rf ${pkgdir}/usr/{include,share,bin,sbin}
+
+  install -Dm644 README $pkgdir/usr/share/licenses/$pkgname/README
+  install -Dm644 README-turbo.txt 
$pkgdir/usr/share/licenses/$pkgname/README-turbo.txt
+}



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

2013-03-12 Thread Sven-Hendrik Haase
Date: Tuesday, March 12, 2013 @ 09:37:59
  Author: svenstaro
Revision: 86138

upgpkg: turbojpeg 1.2.1-1

Pushing turbojpeg

Modified:
  turbojpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-12 08:37:32 UTC (rev 86137)
+++ PKGBUILD2013-03-12 08:37:59 UTC (rev 86138)
@@ -39,8 +39,7 @@
   rm $pkgdir/usr/lib/libj*
   rm $pkgdir/usr/bin/{djpeg,rdjpgcom,wrjpgcom,jpegtran,cjpeg}
  
-  install -dm755 $pkgdir/usr/share/licenses/$pkgname/
-  ln -s ../../doc/libjpeg-turbo/README 
$pkgdir/usr/share/licenses/$pkgname/README
-  ln -s ../../doc/libjpeg-turbo/README-turbo.txt 
$pkgdir/usr/share/licenses/$pkgname/README-turbo.txt
+  install -Dm644 README $pkgdir/usr/share/licenses/$pkgname/README
+  install -Dm644 README-turbo.txt 
$pkgdir/usr/share/licenses/$pkgname/README-turbo.txt
 }
 



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

2013-03-12 Thread Sven-Hendrik Haase
Date: Tuesday, March 12, 2013 @ 09:38:18
  Author: svenstaro
Revision: 86139

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

Added:
  turbojpeg/repos/community-i686/
  turbojpeg/repos/community-i686/PKGBUILD
(from rev 86138, turbojpeg/trunk/PKGBUILD)
  turbojpeg/repos/community-x86_64/
  turbojpeg/repos/community-x86_64/PKGBUILD
(from rev 86138, turbojpeg/trunk/PKGBUILD)

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

Copied: turbojpeg/repos/community-i686/PKGBUILD (from rev 86138, 
turbojpeg/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-12 08:38:18 UTC (rev 86139)
@@ -0,0 +1,45 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Simone Sclavi 'Ito' darkh...@gmail.com
+
+pkgname=turbojpeg
+pkgver=1.2.1
+pkgrel=1
+pkgdesc=turbojpeg library from libjpeg-turbo
+arch=('i686' 'x86_64')
+url=http://www.libjpeg-turbo.org/About/TurboJPEG;
+license=('GPL' 'custom')
+depends=('glibc' 'libjpeg')
+makedepends=('nasm')
+options=('!libtool')
+source=(http://sourceforge.net/projects/libjpeg-turbo/files/$pkgver/libjpeg-turbo-$pkgver.tar.gz)
+sha1sums=('a4992e102c6d88146709e8e6ce5896d5d0b5a361')
+ 
+build() {
+  cd $srcdir/libjpeg-turbo-$pkgver
+ 
+  ./configure --prefix=/usr --with-jpeg8 --mandir=/usr/share/man
+  make
+}
+ 
+check() {
+  cd $srcdir/libjpeg-turbo-$pkgver
+ 
+  make test
+}
+ 
+package() {
+  cd $srcdir/libjpeg-turbo-$pkgver
+ 
+  make DESTDIR=$pkgdir/ install
+ 
+  # only distribute libturbojpeg
+  rm -rf $pkgdir/usr/share
+  rm $pkgdir/usr/include/j*.h
+  rm $pkgdir/usr/lib/libj*
+  rm $pkgdir/usr/bin/{djpeg,rdjpgcom,wrjpgcom,jpegtran,cjpeg}
+ 
+  install -Dm644 README $pkgdir/usr/share/licenses/$pkgname/README
+  install -Dm644 README-turbo.txt 
$pkgdir/usr/share/licenses/$pkgname/README-turbo.txt
+}
+

Copied: turbojpeg/repos/community-x86_64/PKGBUILD (from rev 86138, 
turbojpeg/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-03-12 08:38:18 UTC (rev 86139)
@@ -0,0 +1,45 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Simone Sclavi 'Ito' darkh...@gmail.com
+
+pkgname=turbojpeg
+pkgver=1.2.1
+pkgrel=1
+pkgdesc=turbojpeg library from libjpeg-turbo
+arch=('i686' 'x86_64')
+url=http://www.libjpeg-turbo.org/About/TurboJPEG;
+license=('GPL' 'custom')
+depends=('glibc' 'libjpeg')
+makedepends=('nasm')
+options=('!libtool')
+source=(http://sourceforge.net/projects/libjpeg-turbo/files/$pkgver/libjpeg-turbo-$pkgver.tar.gz)
+sha1sums=('a4992e102c6d88146709e8e6ce5896d5d0b5a361')
+ 
+build() {
+  cd $srcdir/libjpeg-turbo-$pkgver
+ 
+  ./configure --prefix=/usr --with-jpeg8 --mandir=/usr/share/man
+  make
+}
+ 
+check() {
+  cd $srcdir/libjpeg-turbo-$pkgver
+ 
+  make test
+}
+ 
+package() {
+  cd $srcdir/libjpeg-turbo-$pkgver
+ 
+  make DESTDIR=$pkgdir/ install
+ 
+  # only distribute libturbojpeg
+  rm -rf $pkgdir/usr/share
+  rm $pkgdir/usr/include/j*.h
+  rm $pkgdir/usr/lib/libj*
+  rm $pkgdir/usr/bin/{djpeg,rdjpgcom,wrjpgcom,jpegtran,cjpeg}
+ 
+  install -Dm644 README $pkgdir/usr/share/licenses/$pkgname/README
+  install -Dm644 README-turbo.txt 
$pkgdir/usr/share/licenses/$pkgname/README-turbo.txt
+}
+



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

2013-03-12 Thread Sven-Hendrik Haase
Date: Tuesday, March 12, 2013 @ 09:39:49
  Author: svenstaro
Revision: 86140

archrelease: copy trunk to community-x86_64

Added:
  lib32-turbojpeg/repos/community-x86_64/
  lib32-turbojpeg/repos/community-x86_64/PKGBUILD
(from rev 86139, lib32-turbojpeg/trunk/PKGBUILD)

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

Copied: lib32-turbojpeg/repos/community-x86_64/PKGBUILD (from rev 86139, 
lib32-turbojpeg/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-03-12 08:39:49 UTC (rev 86140)
@@ -0,0 +1,39 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+pkgname=lib32-turbojpeg
+pkgver=1.2.1
+pkgrel=1
+pkgdesc=turbojpeg library from libjpeg-turbo (32-bit)
+arch=('x86_64')
+url=http://www.libjpeg-turbo.org/About/TurboJPEG;
+license=('GPL' 'custom')
+depends=('lib32-glibc')
+makedepends=('nasm' 'gcc-multilib')
+options=('!libtool')
+source=(http://sourceforge.net/projects/libjpeg-turbo/files/$pkgver/libjpeg-turbo-$pkgver.tar.gz)
+sha1sums=('a4992e102c6d88146709e8e6ce5896d5d0b5a361')
+
+build() {
+  cd $srcdir/libjpeg-turbo-$pkgver
+
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  sed -i s|NAFLAGS='-felf64 -DELF -D__x86_64__'|NAFLAGS='-felf32 -DELF 
-D__x86_64__'| configure
+  ./configure --prefix=/usr --with-jpeg8 --mandir=/usr/share/man 
--libdir=/usr/lib32 --without-simd
+  make
+}
+
+package() {
+  cd $srcdir/libjpeg-turbo-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+
+  # only distribute libturbojpeg
+  rm $pkgdir/usr/lib32/libj*
+
+  rm -rf ${pkgdir}/usr/{include,share,bin,sbin}
+
+  install -Dm644 README $pkgdir/usr/share/licenses/$pkgname/README
+  install -Dm644 README-turbo.txt 
$pkgdir/usr/share/licenses/$pkgname/README-turbo.txt
+}



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

2013-03-12 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 09:45:38
  Author: cinelli
Revision: 86141

upgpkg: python2-pdfrw 0.1-2

Modified:
  python2-pdfrw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-12 08:39:49 UTC (rev 86140)
+++ PKGBUILD2013-03-12 08:45:38 UTC (rev 86141)
@@ -5,7 +5,7 @@
 
 pkgname=python2-pdfrw
 pkgver=0.1
-pkgrel=3
+pkgrel=2
 pkgdesc='Basic PDF file manipulation library'
 arch=('any')
 url='https://code.google.com/p/pdfrw/'



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

2013-03-12 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 09:46:08
  Author: cinelli
Revision: 86142

archrelease: copy trunk to community-any

Added:
  python2-pdfrw/repos/community-any/PKGBUILD
(from rev 86141, python2-pdfrw/trunk/PKGBUILD)
Deleted:
  python2-pdfrw/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-12 08:45:38 UTC (rev 86141)
+++ PKGBUILD2013-03-12 08:46:08 UTC (rev 86142)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
-# Contributor: Alexander Rødseth rods...@gmail.com
-# Contributor: Francois Boulogne fboulogne at april dot org
-
-pkgname=python2-pdfrw
-pkgver=0.1
-pkgrel=3
-pkgdesc='Basic PDF file manipulation library'
-arch=('any')
-url='https://code.google.com/p/pdfrw/'
-license=('MIT')
-depends=('python2')
-source=(https://pdfrw.googlecode.com/files/pdfrw_$pkgver.zip;)
-sha256sums=('4dbb4017b179f1ecee947501d178a90e1ff0aaf6444ef24b5a630ee68e884919')
-
-package() {
-  cd $srcdir/pdfrw_$pkgver
-  sed -i '0,/on/s//on2/' pdfrw/pdfwriter.py
-  python2 setup.py install --root=$pkgdir
-  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
-}
-
-# vim:ts=2:sw=2:et:

Copied: python2-pdfrw/repos/community-any/PKGBUILD (from rev 86141, 
python2-pdfrw/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-12 08:46:08 UTC (rev 86142)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Alexander Rødseth rods...@gmail.com
+# Contributor: Francois Boulogne fboulogne at april dot org
+
+pkgname=python2-pdfrw
+pkgver=0.1
+pkgrel=2
+pkgdesc='Basic PDF file manipulation library'
+arch=('any')
+url='https://code.google.com/p/pdfrw/'
+license=('MIT')
+depends=('python2')
+source=(https://pdfrw.googlecode.com/files/pdfrw_$pkgver.zip;)
+sha256sums=('4dbb4017b179f1ecee947501d178a90e1ff0aaf6444ef24b5a630ee68e884919')
+
+package() {
+  cd $srcdir/pdfrw_$pkgver
+  sed -i '0,/on/s//on2/' pdfrw/pdfwriter.py
+  python2 setup.py install --root=$pkgdir
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
+}
+
+# vim:ts=2:sw=2:et:



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

2013-03-12 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 09:51:26
  Author: cinelli
Revision: 86143

upgpkg: smem 1.2-1

Modified:
  smem/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-12 08:46:08 UTC (rev 86142)
+++ PKGBUILD2013-03-12 08:51:26 UTC (rev 86143)
@@ -6,7 +6,7 @@
 
 pkgname=smem
 pkgver=1.2
-pkgrel=2
+pkgrel=1
 pkgdesc=Generate reports on memory usage.
 url=http://www.selenic.com/smem/;
 license=(GPL)



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

2013-03-12 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 09:52:17
  Author: cinelli
Revision: 86144

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-12 08:51:26 UTC (rev 86143)
+++ community-i686/PKGBUILD 2013-03-12 08:52:17 UTC (rev 86144)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
-# Contributor: Dave Reisner d...@falconindy.com
-# Contributor: Isaac Dupree i...@isaac.cedarswampstudios.org
-# Contributor: Sebastien Duquette ekse...@gmail.com
-
-pkgname=smem
-pkgver=1.2
-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=('b8975840a08172ba8a1abbe7cb202dfe')
-
-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 86143, smem/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-12 08:52:17 UTC (rev 86144)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Dave Reisner d...@falconindy.com
+# Contributor: Isaac Dupree i...@isaac.cedarswampstudios.org
+# Contributor: Sebastien Duquette ekse...@gmail.com
+
+pkgname=smem
+pkgver=1.2
+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=('b8975840a08172ba8a1abbe7cb202dfe')
+
+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-03-12 08:51:26 UTC (rev 86143)
+++ community-x86_64/PKGBUILD   2013-03-12 08:52:17 UTC (rev 86144)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
-# Contributor: Dave Reisner d...@falconindy.com
-# Contributor: Isaac Dupree i...@isaac.cedarswampstudios.org
-# Contributor: Sebastien Duquette ekse...@gmail.com
-
-pkgname=smem
-pkgver=1.2
-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=('b8975840a08172ba8a1abbe7cb202dfe')
-
-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 86143, 
smem/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-03-12 08:52:17 UTC (rev 86144)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Dave Reisner d...@falconindy.com
+# Contributor: Isaac Dupree i...@isaac.cedarswampstudios.org
+# Contributor: Sebastien Duquette ekse...@gmail.com
+
+pkgname=smem
+pkgver=1.2
+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=('b8975840a08172ba8a1abbe7cb202dfe')

[arch-commits] Commit in cdcd/trunk (10 files)

2013-03-12 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 10:31:01
  Author: cinelli
Revision: 86145

remove extras

Deleted:
  cdcd/trunk/PKGBUILD-namcap.log
  cdcd/trunk/cdcd-0.6.6-7-i686-build.log
  cdcd/trunk/cdcd-0.6.6-7-i686-package.log
  cdcd/trunk/cdcd-0.6.6-7-i686.pkg.tar.xz
  cdcd/trunk/cdcd-0.6.6-7-i686.pkg.tar.xz-namcap.log
  cdcd/trunk/cdcd-0.6.6-7-x86_64-build.log
  cdcd/trunk/cdcd-0.6.6-7-x86_64-package.log
  cdcd/trunk/cdcd-0.6.6-7-x86_64.pkg.tar.xz
  cdcd/trunk/cdcd-0.6.6-7-x86_64.pkg.tar.xz-namcap.log
  cdcd/trunk/cdcd-0.6.6.tar.gz

-+
 cdcd-0.6.6-7-i686-build.log |  141 -
 cdcd-0.6.6-7-i686-package.log   |   17 
 cdcd-0.6.6-7-x86_64-build.log   |  142 --
 cdcd-0.6.6-7-x86_64-package.log |   17 
 4 files changed, 317 deletions(-)

Deleted: PKGBUILD-namcap.log
===
Deleted: cdcd-0.6.6-7-i686-build.log
===
--- cdcd-0.6.6-7-i686-build.log 2013-03-12 08:52:17 UTC (rev 86144)
+++ cdcd-0.6.6-7-i686-build.log 2013-03-12 09:31:01 UTC (rev 86145)
@@ -1,141 +0,0 @@
-checking for a BSD-compatible install... /usr/bin/install -c
-checking whether build environment is sane... yes
-checking for gawk... gawk
-checking whether make sets $(MAKE)... yes
-checking whether to enable maintainer-specific portions of Makefiles... no
-checking for gcc... gcc
-checking for C compiler default output file name... a.out
-checking whether the C compiler works... yes
-checking whether we are cross compiling... no
-checking for suffix of executables... 
-checking for suffix of object files... o
-checking whether we are using the GNU C compiler... yes
-checking whether gcc accepts -g... yes
-checking for gcc option to accept ANSI C... none needed
-checking for style of include used by make... GNU
-checking dependency style of gcc... gcc3
-checking for a BSD-compatible install... /usr/bin/install -c
-checking whether ln -s works... yes
-checking how to run the C preprocessor... gcc -E
-checking for function prototypes... yes
-checking for egrep... grep -E
-checking for ANSI C header files... yes
-checking for sys/types.h... yes
-checking for sys/stat.h... yes
-checking for stdlib.h... yes
-checking for string.h... yes
-checking for memory.h... yes
-checking for strings.h... yes
-checking for inttypes.h... yes
-checking for stdint.h... yes
-checking for unistd.h... yes
-checking for string.h... (cached) yes
-checking build system type... i686-pc-linux-gnu
-checking host system type... i686-pc-linux-gnu
-checking for tputs in -lcurses... yes
-checking for rl_completion_matches in -lreadline... yes
-checking for socket in -lsocket... no
-checking for libcdaudio-config... /usr/bin/libcdaudio-config
-checking for libcdaudio - version = 0.99.0... yes
-checking for glib-config... no
-checking for GLIB - version = 1.1.12... no
-*** The glib-config script installed by GLIB could not be found
-*** If GLIB was installed in PREFIX, make sure PREFIX/bin is in
-*** your path, or set the GLIB_CONFIG environment variable to the
-*** full path to glib-config.
-checking for ANSI C header files... (cached) yes
-checking for working alloca.h... yes
-checking for alloca... yes
-checking for string.h... (cached) yes
-checking for strings.h... (cached) yes
-checking sys/ptyvar.h usability... no
-checking sys/ptyvar.h presence... no
-checking for sys/ptyvar.h... no
-checking errno.h usability... yes
-checking errno.h presence... yes
-checking for errno.h... yes
-checking locale.h usability... yes
-checking locale.h presence... yes
-checking for locale.h... yes
-checking malloc.h usability... yes
-checking malloc.h presence... yes
-checking for malloc.h... yes
-checking for stdlib.h... (cached) yes
-checking readline/readline.h usability... yes
-checking readline/readline.h presence... yes
-checking for readline/readline.h... yes
-checking readline/history.h usability... yes
-checking readline/history.h presence... yes
-checking for readline/history.h... yes
-checking sys/socket.h usability... yes
-checking sys/socket.h presence... yes
-checking for sys/socket.h... yes
-checking for unistd.h... (cached) yes
-checking for an ANSI C-conforming const... yes
-checking for size_t... yes
-checking for stdlib.h... (cached) yes
-checking for GNU libc compatible malloc... yes
-checking return type of signal handlers... void
-checking whether lstat dereferences a symlink specified with a trailing 
slash... yes
-checking whether stat accepts an empty string... no
-checking for vsnprintf... yes
-checking for vasprintf... yes
-checking for setlocale... yes
-checking for strcasecmp... yes
-checking for strchr... yes
-checking for strdup... yes
-checking for strncasecmp... yes
-checking for strstr... yes
-checking for strtol... yes
-checking for strerror... yes
-checking for strcasestr... yes
-configure: creating ./config.status

[arch-commits] Commit in cdcd/repos/community-x86_64 (16 files)

2013-03-12 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 10:37:00
  Author: cinelli
Revision: 86146

removed left over files

Added:
  cdcd/repos/community-x86_64/PKGBUILD
(from rev 86145, cdcd/trunk/PKGBUILD)
  cdcd/repos/community-x86_64/cdcd-0.6.6-x86_64.patch
(from rev 86145, cdcd/trunk/cdcd-0.6.6-x86_64.patch)
  cdcd/repos/community-x86_64/cdcd.install
(from rev 86145, cdcd/trunk/cdcd.install)
Deleted:
  cdcd/repos/community-x86_64/PKGBUILD
  cdcd/repos/community-x86_64/PKGBUILD-namcap.log
  cdcd/repos/community-x86_64/cdcd-0.6.6-7-i686-build.log
  cdcd/repos/community-x86_64/cdcd-0.6.6-7-i686-package.log
  cdcd/repos/community-x86_64/cdcd-0.6.6-7-i686.pkg.tar.xz
  cdcd/repos/community-x86_64/cdcd-0.6.6-7-i686.pkg.tar.xz-namcap.log
  cdcd/repos/community-x86_64/cdcd-0.6.6-7-x86_64-build.log
  cdcd/repos/community-x86_64/cdcd-0.6.6-7-x86_64-package.log
  cdcd/repos/community-x86_64/cdcd-0.6.6-7-x86_64.pkg.tar.xz
  cdcd/repos/community-x86_64/cdcd-0.6.6-7-x86_64.pkg.tar.xz-namcap.log
  cdcd/repos/community-x86_64/cdcd-0.6.6-x86_64.patch
  cdcd/repos/community-x86_64/cdcd-0.6.6.tar.gz
  cdcd/repos/community-x86_64/cdcd.install

-+
 PKGBUILD|   88 +++
 cdcd-0.6.6-7-i686-build.log |  141 -
 cdcd-0.6.6-7-i686-package.log   |   17 
 cdcd-0.6.6-7-x86_64-build.log   |  142 --
 cdcd-0.6.6-7-x86_64-package.log |   17 
 cdcd-0.6.6-x86_64.patch |   22 ++---
 cdcd.install|   40 +-
 7 files changed, 75 insertions(+), 392 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-12 09:31:01 UTC (rev 86145)
+++ PKGBUILD2013-03-12 09:37:00 UTC (rev 86146)
@@ -1,44 +0,0 @@
-# $Id: PKGBUILD 86082 2013-03-11 22:38:47Z cinelli $
-# Maintainer: Federico Cinelli cine...@aur.archlinux.org
-# Contributor dorphell dorph...@archlinux.org
-# Contributor Sarah Hay sarah...@mb.sympatico.ca
-
-pkgname=cdcd
-pkgver=0.6.6
-pkgrel=7
-pkgdesc=A commandline cd-player
-arch=('i686' 'x86_64')
-depends=('libcdaudio' 'readline')
-url=http://libcdaudio.sourceforge.net/;
-license=('GPL2')
-install=cdcd.install
-source=(http://downloads.sourceforge.net/libcdaudio/$pkgname-$pkgver.tar.gz;)
-md5sums=('dc17f2e275c7214cb693f6abb50f29fb')
-
-if [[ $CARCH == x86_64 ]]; then
-  source+=(cdcd-0.6.6-$CARCH.patch)
-  md5sums+=('7c39f01408fc084e2c62da4da324370e')
-fi
-
-build() {
-  cd $srcdir/$pkgname-$pkgver 
-
-  if [[ $CARCH == x86_64 ]]; then
-patch -Np1 -i $srcdir/cdcd-0.6.6-$CARCH.patch
-  fi
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
- 
-  make PREFIX=/usr DESTDIR=$pkgdir install
-  
-  mv $pkgdir/usr/info $pkgdir/usr/share/
-  mv $pkgdir/usr/man/ $pkgdir/usr/share/
-  rm $pkgdir/usr/share/dir
-
-  install -dm755 $pkgdir/usr/bin $pkgdir/usr/share
-}

Copied: cdcd/repos/community-x86_64/PKGBUILD (from rev 86145, 
cdcd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-12 09:37:00 UTC (rev 86146)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Federico Cinelli cine...@aur.archlinux.org
+# Contributor dorphell dorph...@archlinux.org
+# Contributor Sarah Hay sarah...@mb.sympatico.ca
+
+pkgname=cdcd
+pkgver=0.6.6
+pkgrel=6
+pkgdesc=A commandline cd-player
+arch=('i686' 'x86_64')
+depends=('libcdaudio' 'readline')
+url=http://libcdaudio.sourceforge.net/;
+license=('GPL2')
+install=cdcd.install
+source=(http://downloads.sourceforge.net/libcdaudio/$pkgname-$pkgver.tar.gz;)
+md5sums=('dc17f2e275c7214cb693f6abb50f29fb')
+
+if [[ $CARCH == x86_64 ]]; then
+  source+=(cdcd-0.6.6-$CARCH.patch)
+  md5sums+=('7c39f01408fc084e2c62da4da324370e')
+fi
+
+build() {
+  cd $srcdir/$pkgname-$pkgver 
+
+  if [[ $CARCH == x86_64 ]]; then
+patch -Np1 -i $srcdir/cdcd-0.6.6-$CARCH.patch
+  fi
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+ 
+  make PREFIX=/usr DESTDIR=$pkgdir install
+  
+  mv $pkgdir/usr/info $pkgdir/usr/share/
+  mv $pkgdir/usr/man/ $pkgdir/usr/share/
+  rm $pkgdir/usr/share/dir
+
+  install -dm755 $pkgdir/usr/bin $pkgdir/usr/share
+}

Deleted: PKGBUILD-namcap.log
===
Deleted: cdcd-0.6.6-7-i686-build.log
===
--- cdcd-0.6.6-7-i686-build.log 2013-03-12 09:31:01 UTC (rev 86145)
+++ cdcd-0.6.6-7-i686-build.log 2013-03-12 09:37:00 UTC (rev 86146)
@@ -1,141 +0,0 @@
-checking for a BSD-compatible install... /usr/bin/install -c
-checking whether build environment is sane... yes
-checking for gawk... gawk
-checking whether make sets $(MAKE)... yes
-checking whether to enable maintainer-specific portions of Makefiles... no
-checking for gcc... gcc
-checking for C compiler default output file name... 

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

2013-03-12 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 10:44:15
  Author: cinelli
Revision: 86147

fixing

Added:
  cdcd/repos/community-i686/PKGBUILD
  cdcd/repos/community-i686/cdcd-0.6.6-x86_64.patch
  cdcd/repos/community-i686/cdcd.install
Deleted:
  cdcd/repos/community-x86_64/PKGBUILD

+
 community-i686/PKGBUILD|   44 +++
 community-i686/cdcd-0.6.6-x86_64.patch |   11 +++
 community-i686/cdcd.install|   20 ++
 community-x86_64/PKGBUILD  |   44 ---
 4 files changed, 75 insertions(+), 44 deletions(-)

Added: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-12 09:44:15 UTC (rev 86147)
@@ -0,0 +1,44 @@
+# $Id: PKGBUILD 86126 2013-03-12 06:11:57Z cinelli $
+# Maintainer: Federico Cinelli cine...@aur.archlinux.org
+# Contributor dorphell dorph...@archlinux.org
+# Contributor Sarah Hay sarah...@mb.sympatico.ca
+
+pkgname=cdcd
+pkgver=0.6.6
+pkgrel=6
+pkgdesc=A commandline cd-player
+arch=('i686' 'x86_64')
+depends=('libcdaudio' 'readline')
+url=http://libcdaudio.sourceforge.net/;
+license=('GPL2')
+install=cdcd.install
+source=(http://downloads.sourceforge.net/libcdaudio/$pkgname-$pkgver.tar.gz;)
+md5sums=('dc17f2e275c7214cb693f6abb50f29fb')
+
+if [[ $CARCH == x86_64 ]]; then
+  source+=(cdcd-0.6.6-$CARCH.patch)
+  md5sums+=('7c39f01408fc084e2c62da4da324370e')
+fi
+
+build() {
+  cd $srcdir/$pkgname-$pkgver 
+
+  if [[ $CARCH == x86_64 ]]; then
+patch -Np1 -i $srcdir/cdcd-0.6.6-$CARCH.patch
+  fi
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+ 
+  make PREFIX=/usr DESTDIR=$pkgdir install
+  
+  mv $pkgdir/usr/info $pkgdir/usr/share/
+  mv $pkgdir/usr/man/ $pkgdir/usr/share/
+  rm $pkgdir/usr/share/dir
+
+  install -dm755 $pkgdir/usr/bin $pkgdir/usr/share
+}

Added: community-i686/cdcd-0.6.6-x86_64.patch
===
--- community-i686/cdcd-0.6.6-x86_64.patch  (rev 0)
+++ community-i686/cdcd-0.6.6-x86_64.patch  2013-03-12 09:44:15 UTC (rev 
86147)
@@ -0,0 +1,11 @@
+--- a/config.sub   2009-09-15 00:42:36.0 -0700
 b/config.sub   2009-09-15 00:42:36.0 -0700
+@@ -155,7 +155,7 @@
+   | alpha | we32k | ns16k | clipper | i370 | sh \
+   | powerpc | powerpcle | 1750a | dsp16xx | mips64 | mipsel \
+   | pdp11 | mips64el | mips64orion | mips64orionel \
+-  | sparc | sparclet | sparclite | sparc64)
++  | sparc | sparclet | sparclite | sparc64 | x86_64-*)
+   basic_machine=$basic_machine-unknown
+   ;;
+   # We use `pc' rather than `unknown'

Added: community-i686/cdcd.install
===
--- community-i686/cdcd.install (rev 0)
+++ community-i686/cdcd.install 2013-03-12 09:44:15 UTC (rev 86147)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(cdcd.info.gz)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2 /dev/null
+  done
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-12 09:37:00 UTC (rev 86146)
+++ community-x86_64/PKGBUILD   2013-03-12 09:44:15 UTC (rev 86147)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Federico Cinelli cine...@aur.archlinux.org
-# Contributor dorphell dorph...@archlinux.org
-# Contributor Sarah Hay sarah...@mb.sympatico.ca
-
-pkgname=cdcd
-pkgver=0.6.6
-pkgrel=6
-pkgdesc=A commandline cd-player
-arch=('i686' 'x86_64')
-depends=('libcdaudio' 'readline')
-url=http://libcdaudio.sourceforge.net/;
-license=('GPL2')
-install=cdcd.install
-source=(http://downloads.sourceforge.net/libcdaudio/$pkgname-$pkgver.tar.gz;)
-md5sums=('dc17f2e275c7214cb693f6abb50f29fb')
-
-if [[ $CARCH == x86_64 ]]; then
-  source+=(cdcd-0.6.6-$CARCH.patch)
-  md5sums+=('7c39f01408fc084e2c62da4da324370e')
-fi
-
-build() {
-  cd $srcdir/$pkgname-$pkgver 
-
-  if [[ $CARCH == x86_64 ]]; then
-patch -Np1 -i $srcdir/cdcd-0.6.6-$CARCH.patch
-  fi
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
- 
-  make PREFIX=/usr DESTDIR=$pkgdir install
-  
-  mv $pkgdir/usr/info $pkgdir/usr/share/
-  mv $pkgdir/usr/man/ $pkgdir/usr/share/
-  rm $pkgdir/usr/share/dir
-
-  install -dm755 $pkgdir/usr/bin $pkgdir/usr/share
-}



[arch-commits] Commit in cdcd/repos/community-x86_64 (PKGBUILD)

2013-03-12 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 10:44:54
  Author: cinelli
Revision: 86148

fixing

Added:
  cdcd/repos/community-x86_64/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-12 09:44:54 UTC (rev 86148)
@@ -0,0 +1,44 @@
+# $Id: PKGBUILD 86126 2013-03-12 06:11:57Z cinelli $
+# Maintainer: Federico Cinelli cine...@aur.archlinux.org
+# Contributor dorphell dorph...@archlinux.org
+# Contributor Sarah Hay sarah...@mb.sympatico.ca
+
+pkgname=cdcd
+pkgver=0.6.6
+pkgrel=6
+pkgdesc=A commandline cd-player
+arch=('i686' 'x86_64')
+depends=('libcdaudio' 'readline')
+url=http://libcdaudio.sourceforge.net/;
+license=('GPL2')
+install=cdcd.install
+source=(http://downloads.sourceforge.net/libcdaudio/$pkgname-$pkgver.tar.gz;)
+md5sums=('dc17f2e275c7214cb693f6abb50f29fb')
+
+if [[ $CARCH == x86_64 ]]; then
+  source+=(cdcd-0.6.6-$CARCH.patch)
+  md5sums+=('7c39f01408fc084e2c62da4da324370e')
+fi
+
+build() {
+  cd $srcdir/$pkgname-$pkgver 
+
+  if [[ $CARCH == x86_64 ]]; then
+patch -Np1 -i $srcdir/cdcd-0.6.6-$CARCH.patch
+  fi
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+ 
+  make PREFIX=/usr DESTDIR=$pkgdir install
+  
+  mv $pkgdir/usr/info $pkgdir/usr/share/
+  mv $pkgdir/usr/man/ $pkgdir/usr/share/
+  rm $pkgdir/usr/share/dir
+
+  install -dm755 $pkgdir/usr/bin $pkgdir/usr/share
+}



[arch-commits] Commit in cdcd/repos/community-x86_64 (6 files)

2013-03-12 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 10:55:52
  Author: cinelli
Revision: 86149

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

Added:
  cdcd/repos/community-x86_64/PKGBUILD
(from rev 86148, cdcd/trunk/PKGBUILD)
  cdcd/repos/community-x86_64/cdcd-0.6.6-x86_64.patch
(from rev 86148, cdcd/trunk/cdcd-0.6.6-x86_64.patch)
  cdcd/repos/community-x86_64/cdcd.install
(from rev 86148, cdcd/trunk/cdcd.install)
Deleted:
  cdcd/repos/community-x86_64/PKGBUILD
  cdcd/repos/community-x86_64/cdcd-0.6.6-x86_64.patch
  cdcd/repos/community-x86_64/cdcd.install

-+
 PKGBUILD|   88 +++---
 cdcd-0.6.6-x86_64.patch |   22 +--
 cdcd.install|   40 ++--
 3 files changed, 75 insertions(+), 75 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-12 09:44:54 UTC (rev 86148)
+++ PKGBUILD2013-03-12 09:55:52 UTC (rev 86149)
@@ -1,44 +0,0 @@
-# $Id: PKGBUILD 86126 2013-03-12 06:11:57Z cinelli $
-# Maintainer: Federico Cinelli cine...@aur.archlinux.org
-# Contributor dorphell dorph...@archlinux.org
-# Contributor Sarah Hay sarah...@mb.sympatico.ca
-
-pkgname=cdcd
-pkgver=0.6.6
-pkgrel=6
-pkgdesc=A commandline cd-player
-arch=('i686' 'x86_64')
-depends=('libcdaudio' 'readline')
-url=http://libcdaudio.sourceforge.net/;
-license=('GPL2')
-install=cdcd.install
-source=(http://downloads.sourceforge.net/libcdaudio/$pkgname-$pkgver.tar.gz;)
-md5sums=('dc17f2e275c7214cb693f6abb50f29fb')
-
-if [[ $CARCH == x86_64 ]]; then
-  source+=(cdcd-0.6.6-$CARCH.patch)
-  md5sums+=('7c39f01408fc084e2c62da4da324370e')
-fi
-
-build() {
-  cd $srcdir/$pkgname-$pkgver 
-
-  if [[ $CARCH == x86_64 ]]; then
-patch -Np1 -i $srcdir/cdcd-0.6.6-$CARCH.patch
-  fi
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
- 
-  make PREFIX=/usr DESTDIR=$pkgdir install
-  
-  mv $pkgdir/usr/info $pkgdir/usr/share/
-  mv $pkgdir/usr/man/ $pkgdir/usr/share/
-  rm $pkgdir/usr/share/dir
-
-  install -dm755 $pkgdir/usr/bin $pkgdir/usr/share
-}

Copied: cdcd/repos/community-x86_64/PKGBUILD (from rev 86148, 
cdcd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-12 09:55:52 UTC (rev 86149)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Federico Cinelli cine...@aur.archlinux.org
+# Contributor dorphell dorph...@archlinux.org
+# Contributor Sarah Hay sarah...@mb.sympatico.ca
+
+pkgname=cdcd
+pkgver=0.6.6
+pkgrel=6
+pkgdesc=A commandline cd-player
+arch=('i686' 'x86_64')
+depends=('libcdaudio' 'readline')
+url=http://libcdaudio.sourceforge.net/;
+license=('GPL2')
+install=cdcd.install
+source=(http://downloads.sourceforge.net/libcdaudio/$pkgname-$pkgver.tar.gz;)
+md5sums=('dc17f2e275c7214cb693f6abb50f29fb')
+
+if [[ $CARCH == x86_64 ]]; then
+  source+=(cdcd-0.6.6-$CARCH.patch)
+  md5sums+=('7c39f01408fc084e2c62da4da324370e')
+fi
+
+build() {
+  cd $srcdir/$pkgname-$pkgver 
+
+  if [[ $CARCH == x86_64 ]]; then
+patch -Np1 -i $srcdir/cdcd-0.6.6-$CARCH.patch
+  fi
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+ 
+  make PREFIX=/usr DESTDIR=$pkgdir install
+  
+  mv $pkgdir/usr/info $pkgdir/usr/share/
+  mv $pkgdir/usr/man/ $pkgdir/usr/share/
+  rm $pkgdir/usr/share/dir
+
+  install -dm755 $pkgdir/usr/bin $pkgdir/usr/share
+}

Deleted: cdcd-0.6.6-x86_64.patch
===
--- cdcd-0.6.6-x86_64.patch 2013-03-12 09:44:54 UTC (rev 86148)
+++ cdcd-0.6.6-x86_64.patch 2013-03-12 09:55:52 UTC (rev 86149)
@@ -1,11 +0,0 @@
 a/config.sub   2009-09-15 00:42:36.0 -0700
-+++ b/config.sub   2009-09-15 00:42:36.0 -0700
-@@ -155,7 +155,7 @@
-   | alpha | we32k | ns16k | clipper | i370 | sh \
-   | powerpc | powerpcle | 1750a | dsp16xx | mips64 | mipsel \
-   | pdp11 | mips64el | mips64orion | mips64orionel \
--  | sparc | sparclet | sparclite | sparc64)
-+  | sparc | sparclet | sparclite | sparc64 | x86_64-*)
-   basic_machine=$basic_machine-unknown
-   ;;
-   # We use `pc' rather than `unknown'

Copied: cdcd/repos/community-x86_64/cdcd-0.6.6-x86_64.patch (from rev 86148, 
cdcd/trunk/cdcd-0.6.6-x86_64.patch)
===
--- cdcd-0.6.6-x86_64.patch (rev 0)
+++ cdcd-0.6.6-x86_64.patch 2013-03-12 09:55:52 UTC (rev 86149)
@@ -0,0 +1,11 @@
+--- a/config.sub   2009-09-15 00:42:36.0 -0700
 b/config.sub   2009-09-15 00:42:36.0 -0700
+@@ -155,7 +155,7 @@
+   | alpha | we32k | ns16k | clipper | i370 | sh \
+   | powerpc | powerpcle | 1750a | dsp16xx | mips64 | mipsel \
+   | pdp11 | mips64el | 

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

2013-03-12 Thread Tom Gundersen
Date: Tuesday, March 12, 2013 @ 11:50:45
  Author: tomegun
Revision: 179925

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

Added:
  gummiboot/repos/testing-i686/
  gummiboot/repos/testing-i686/PKGBUILD
(from rev 179924, gummiboot/trunk/PKGBUILD)
  gummiboot/repos/testing-i686/arch.conf
(from rev 179924, gummiboot/trunk/arch.conf)
  gummiboot/repos/testing-i686/gummiboot.install
(from rev 179924, gummiboot/trunk/gummiboot.install)
  gummiboot/repos/testing-i686/loader.conf
(from rev 179924, gummiboot/trunk/loader.conf)
  gummiboot/repos/testing-x86_64/
  gummiboot/repos/testing-x86_64/PKGBUILD
(from rev 179924, gummiboot/trunk/PKGBUILD)
  gummiboot/repos/testing-x86_64/arch.conf
(from rev 179924, gummiboot/trunk/arch.conf)
  gummiboot/repos/testing-x86_64/gummiboot.install
(from rev 179924, gummiboot/trunk/gummiboot.install)
  gummiboot/repos/testing-x86_64/loader.conf
(from rev 179924, gummiboot/trunk/loader.conf)

--+
 testing-i686/PKGBUILD|   44 +
 testing-i686/arch.conf   |7 +
 testing-i686/gummiboot.install   |   11 +
 testing-i686/loader.conf |2 +
 testing-x86_64/PKGBUILD  |   44 +
 testing-x86_64/arch.conf |7 +
 testing-x86_64/gummiboot.install |   11 +
 testing-x86_64/loader.conf   |2 +
 8 files changed, 128 insertions(+)

Copied: gummiboot/repos/testing-i686/PKGBUILD (from rev 179924, 
gummiboot/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-03-12 10:50:45 UTC (rev 179925)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Tobias Powalowski tp...@archlinux.org
+# Contributor: Keshav P R (the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) 
(ccoomm)
+# Contributor:  Mantas Mikulėnas graw...@gmail.com
+
+pkgname=gummiboot
+pkgver=26
+pkgrel=1
+pkgdesc=Simple text-mode UEFI Boot Manager
+url=http://freedesktop.org/wiki/Software/gummiboot;
+arch=('x86_64' 'i686')
+license=('LGPL2.1')
+makedepends=('gnu-efi-libs' 'docbook-xsl')
+depends=('util-linux')
+conflicts=('gummiboot-efi')
+provides=('gummiboot-efi')
+replaces=('gummiboot-efi')
+options=('!strip')
+source=(ftp://ftp.archlinux.org/other/packages/${pkgname}/${pkgname}-${pkgver}.tar.xz;
+'loader.conf'
+'arch.conf')
+install=gummiboot.install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}/
+
+   ./autogen.sh
+   ./configure --sysconfdir=/etc --libexecdir=/usr/lib --libdir=/usr/lib
+   
+   make
+}
+
+package() {
+   ## Install gummiboot example configuration files (can go away with 
systemd's kernel-install)
+   install -D -m0644 ${srcdir}/loader.conf 
${pkgdir}/usr/lib/gummiboot/loader/loader.conf
+   install -D -m0644 ${srcdir}/arch.conf 
${pkgdir}/usr/lib/gummiboot/loader/entries/arch.conf
+
+   cd ${srcdir}/${pkgname}-${pkgver}/
+   make DESTDIR=${pkgdir} install
+}
+md5sums=('1ccf5c06944bd31a48eaa4b33edb5fb4'
+ '6ea803e5179d623716e3be0b636de658'
+ '82bda9612e3a361a74cf8de2a0134b15')

Copied: gummiboot/repos/testing-i686/arch.conf (from rev 179924, 
gummiboot/trunk/arch.conf)
===
--- testing-i686/arch.conf  (rev 0)
+++ testing-i686/arch.conf  2013-03-12 10:50:45 UTC (rev 179925)
@@ -0,0 +1,7 @@
+## This is just an exmaple config file.
+## Please edit the paths and kernel parameters according to your system.
+
+title   Arch Linux
+linux   /vmlinuz-linux
+initrd  /initramfs-linux.img
+options root=PARTUUID= rootfstype= add_efi_memmap

Copied: gummiboot/repos/testing-i686/gummiboot.install (from rev 179924, 
gummiboot/trunk/gummiboot.install)
===
--- testing-i686/gummiboot.install  (rev 0)
+++ testing-i686/gummiboot.install  2013-03-12 10:50:45 UTC (rev 179925)
@@ -0,0 +1,11 @@
+post_install() {
+   echo :: Run '/usr/bin/gummiboot install' to enable gummiboot
+}
+
+post_upgrade() {
+   /usr/bin/gummiboot update
+}
+
+pre_remove() {
+   /usr/bin/gummiboot remove
+}

Copied: gummiboot/repos/testing-i686/loader.conf (from rev 179924, 
gummiboot/trunk/loader.conf)
===
--- testing-i686/loader.conf(rev 0)
+++ testing-i686/loader.conf2013-03-12 10:50:45 UTC (rev 179925)
@@ -0,0 +1,2 @@
+timeout 10
+default arch

Copied: gummiboot/repos/testing-x86_64/PKGBUILD (from rev 179924, 
gummiboot/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-03-12 

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

2013-03-12 Thread Sergej Pupykin
Date: Tuesday, March 12, 2013 @ 13:49:23
  Author: spupykin
Revision: 86150

upgpkg: ipsec-tools 0.8.1-1

upd

Added:
  ipsec-tools/trunk/ipsec-tools-linux-3.7-compat.patch
Modified:
  ipsec-tools/trunk/PKGBUILD

+
 PKGBUILD   |   18 
 ipsec-tools-linux-3.7-compat.patch |   50 +++
 2 files changed, 62 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-12 09:55:52 UTC (rev 86149)
+++ PKGBUILD2013-03-12 12:49:23 UTC (rev 86150)
@@ -3,8 +3,8 @@
 # Contributor: Allan Henriksen allan.henrik...@gmail.com
 
 pkgname=ipsec-tools
-pkgver=0.8.0
-pkgrel=6
+pkgver=0.8.1
+pkgrel=1
 pkgdesc=KAME IPSec tools ported to Linux
 arch=('i686' 'x86_64')
 url=http://ipsec-tools.sourceforge.net/;
@@ -16,16 +16,22 @@
racoon.rc
ipsec.rc
racoon.service
-   ipsec.service)
-md5sums=('b79aae3055a51f8de5c0f1b8ca6cf619'
+   ipsec.service
+   ipsec-tools-linux-3.7-compat.patch)
+md5sums=('d38b39f291ba2962387c3232e7335dd8'
  '416b8e362d86987b8c55f7153cdafbeb'
  '90d0810267cbd847383ae3101699b192'
  '1632fce55ba5592dea1f8bf661106e7d'
- '5bf7478590c751b465617681a31619fe')
+ '5bf7478590c751b465617681a31619fe'
+ 'ae1dd20c83dcfce3dedb46ee73e83613')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  sed -i 's#-Werror##' configure
+
+  patch -p1 $srcdir/ipsec-tools-linux-3.7-compat.patch
+  sed -i 's#-Werror##' configure.ac
+
+  ./bootstrap
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
--enable-security-context=no --enable-hybrid --enable-dpd --enable-natt 
\
--enable-adminport --enable-gssapi

Added: ipsec-tools-linux-3.7-compat.patch
===
--- ipsec-tools-linux-3.7-compat.patch  (rev 0)
+++ ipsec-tools-linux-3.7-compat.patch  2013-03-12 12:49:23 UTC (rev 86150)
@@ -0,0 +1,50 @@
+--- a/configure.ac
 b/configure.ac
+@@ -74,9 +74,10 @@ case $host_os in
+   [ KERNEL_INCLUDE=/lib/modules/`uname -r`/build/include ])
+ 
+ AC_CHECK_HEADER($KERNEL_INCLUDE/linux/pfkeyv2.h, ,
+-  [ AC_CHECK_HEADER(/usr/src/linux/include/linux/pfkeyv2.h,
+-KERNEL_INCLUDE=/usr/src/linux/include ,
+-[ AC_MSG_ERROR([Unable to find linux-2.6 kernel headers. Aborting.]) 
] ) ] )
++  [ AC_CHECK_HEADER($KERNEL_INCLUDE/uapi/linux/pfkeyv2.h, ,
++[ AC_CHECK_HEADER(/usr/src/linux/include/linux/pfkeyv2.h,
++  KERNEL_INCLUDE=/usr/src/linux/include ,
++  [ AC_MSG_ERROR([Unable to find linux-2.6 kernel headers. 
Aborting.]) ] ) ] ) ] )
+ AC_SUBST(KERNEL_INCLUDE)
+ # We need the configure script to run with correct kernel headers.
+ # However we don't want to point to kernel source tree in compile time,
+@@ -643,7 +644,14 @@ AC_EGREP_CPP(yes,
+ #ifdef SADB_X_EXT_NAT_T_TYPE
+ yes
+ #endif
+-], [kernel_natt=yes])
++], [kernel_natt=yes], [
++  AC_EGREP_CPP(yes,
++  [#include uapi/linux/pfkeyv2.h
++  #ifdef SADB_X_EXT_NAT_T_TYPE
++  yes
++  #endif
++  ], [kernel_natt=yes])
++])
+   ;;
+ freebsd*|netbsd*)
+ # NetBSD case
+--- a/src/include-glibc/Makefile.am
 b/src/include-glibc/Makefile.am
+@@ -1,14 +1,7 @@
+-
+-.includes: ${top_builddir}/config.status
+-  ln -snf $(KERNEL_INCLUDE)/linux
+-  touch .includes
+-
+-all: .includes
+-
+ EXTRA_DIST = \
+   glibc-bugs.h \
+   net/pfkeyv2.h \
+   netinet/ipsec.h \
+   sys/queue.h
+ 
+-DISTCLEANFILES = .includes linux
++DISTCLEANFILES = linux



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

2013-03-12 Thread Sergej Pupykin
Date: Tuesday, March 12, 2013 @ 13:49:56
  Author: spupykin
Revision: 86151

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

Added:
  ipsec-tools/repos/community-i686/PKGBUILD
(from rev 86150, ipsec-tools/trunk/PKGBUILD)
  ipsec-tools/repos/community-i686/ipsec-tools-linux-3.7-compat.patch
(from rev 86150, ipsec-tools/trunk/ipsec-tools-linux-3.7-compat.patch)
  ipsec-tools/repos/community-i686/ipsec.rc
(from rev 86150, ipsec-tools/trunk/ipsec.rc)
  ipsec-tools/repos/community-i686/ipsec.service
(from rev 86150, ipsec-tools/trunk/ipsec.service)
  ipsec-tools/repos/community-i686/racoon.rc
(from rev 86150, ipsec-tools/trunk/racoon.rc)
  ipsec-tools/repos/community-i686/racoon.service
(from rev 86150, ipsec-tools/trunk/racoon.service)
  ipsec-tools/repos/community-x86_64/PKGBUILD
(from rev 86150, ipsec-tools/trunk/PKGBUILD)
  ipsec-tools/repos/community-x86_64/ipsec-tools-linux-3.7-compat.patch
(from rev 86150, ipsec-tools/trunk/ipsec-tools-linux-3.7-compat.patch)
  ipsec-tools/repos/community-x86_64/ipsec.rc
(from rev 86150, ipsec-tools/trunk/ipsec.rc)
  ipsec-tools/repos/community-x86_64/ipsec.service
(from rev 86150, ipsec-tools/trunk/ipsec.service)
  ipsec-tools/repos/community-x86_64/racoon.rc
(from rev 86150, ipsec-tools/trunk/racoon.rc)
  ipsec-tools/repos/community-x86_64/racoon.service
(from rev 86150, ipsec-tools/trunk/racoon.service)
Deleted:
  ipsec-tools/repos/community-i686/PKGBUILD
  ipsec-tools/repos/community-i686/ipsec.rc
  ipsec-tools/repos/community-i686/ipsec.service
  ipsec-tools/repos/community-i686/racoon.rc
  ipsec-tools/repos/community-i686/racoon.service
  ipsec-tools/repos/community-x86_64/PKGBUILD
  ipsec-tools/repos/community-x86_64/ipsec.rc
  ipsec-tools/repos/community-x86_64/ipsec.service
  ipsec-tools/repos/community-x86_64/racoon.rc
  ipsec-tools/repos/community-x86_64/racoon.service

-+
 community-i686/PKGBUILD |   90 +-
 community-i686/ipsec-tools-linux-3.7-compat.patch   |   50 ++
 community-i686/ipsec.rc |   70 +++---
 community-i686/ipsec.service|   24 ++--
 community-i686/racoon.rc|   70 +++---
 community-i686/racoon.service   |   20 ++--
 community-x86_64/PKGBUILD   |   90 +-
 community-x86_64/ipsec-tools-linux-3.7-compat.patch |   50 ++
 community-x86_64/ipsec.rc   |   70 +++---
 community-x86_64/ipsec.service  |   24 ++--
 community-x86_64/racoon.rc  |   70 +++---
 community-x86_64/racoon.service |   20 ++--
 12 files changed, 380 insertions(+), 268 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-12 12:49:23 UTC (rev 86150)
+++ community-i686/PKGBUILD 2013-03-12 12:49:56 UTC (rev 86151)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Allan Henriksen allan.henrik...@gmail.com
-
-pkgname=ipsec-tools
-pkgver=0.8.0
-pkgrel=6
-pkgdesc=KAME IPSec tools ported to Linux
-arch=('i686' 'x86_64')
-url=http://ipsec-tools.sourceforge.net/;
-depends=('readline' 'openssl' 'krb5')
-makedepends=('linux-headers')
-license=('GPL')
-options=('!makeflags' '!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/ipsec-tools/$pkgname-$pkgver.tar.bz2
-   racoon.rc
-   ipsec.rc
-   racoon.service
-   ipsec.service)
-md5sums=('b79aae3055a51f8de5c0f1b8ca6cf619'
- '416b8e362d86987b8c55f7153cdafbeb'
- '90d0810267cbd847383ae3101699b192'
- '1632fce55ba5592dea1f8bf661106e7d'
- '5bf7478590c751b465617681a31619fe')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's#-Werror##' configure
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-   --enable-security-context=no --enable-hybrid --enable-dpd --enable-natt 
\
-   --enable-adminport --enable-gssapi
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm0755 $srcdir/racoon.rc $pkgdir/etc/rc.d/racoon
-  install -Dm0755 $srcdir/ipsec.rc $pkgdir/etc/rc.d/ipsec
-  install -Dm0644 $srcdir/racoon.service 
$pkgdir/usr/lib/systemd/system/racoon.service
-  install -Dm0644 $srcdir/ipsec.service 
$pkgdir/usr/lib/systemd/system/ipsec.service
-}

Copied: ipsec-tools/repos/community-i686/PKGBUILD (from rev 86150, 
ipsec-tools/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-12 12:49:56 UTC (rev 86151)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Allan 

[arch-commits] Commit in xbmc/repos/community-staging-i686 (PKGBUILD)

2013-03-12 Thread Sergej Pupykin
Date: Tuesday, March 12, 2013 @ 13:58:20
  Author: spupykin
Revision: 86152

fix url

Modified:
  xbmc/repos/community-staging-i686/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-12 12:49:56 UTC (rev 86151)
+++ PKGBUILD2013-03-12 12:58:20 UTC (rev 86152)
@@ -34,8 +34,8 @@
 install=${pkgname}.install
 source=(http://mirrors.xbmc.org/releases/source/xbmc-$pkgver.tar.gz;
xbmc.service
-   
http://trac.xbmc.org/attachment/ticket/13903/0001-AE-Pulse-Audio-fix-crash-on-player-stop.patch;
-   
http://trac.xbmc.org/attachment/ticket/13902/0002-AE-Pulse-Audio-fix-buffer-underruns.patch;)
+   
http://trac.xbmc.org/raw-attachment/ticket/13903/0001-AE-Pulse-Audio-fix-crash-on-player-stop.patch;
+   
http://trac.xbmc.org/raw-attachment/ticket/13902/0002-AE-Pulse-Audio-fix-buffer-underruns.patch;)
 md5sums=('a79128b9d094a046947bfd9bb4550809'
  '76fae229ebc3bcfaab7e7f27e4fb51f5'
  '28877c98b28d85e28c0e20ce36bf9ec7'



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

2013-03-12 Thread Sergej Pupykin
Date: Tuesday, March 12, 2013 @ 13:58:35
  Author: spupykin
Revision: 86153

fix url

Modified:
  xbmc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-12 12:58:20 UTC (rev 86152)
+++ PKGBUILD2013-03-12 12:58:35 UTC (rev 86153)
@@ -34,8 +34,8 @@
 install=${pkgname}.install
 source=(http://mirrors.xbmc.org/releases/source/xbmc-$pkgver.tar.gz;
xbmc.service
-   
http://trac.xbmc.org/attachment/ticket/13903/0001-AE-Pulse-Audio-fix-crash-on-player-stop.patch;
-   
http://trac.xbmc.org/attachment/ticket/13902/0002-AE-Pulse-Audio-fix-buffer-underruns.patch;)
+   
http://trac.xbmc.org/raw-attachment/ticket/13903/0001-AE-Pulse-Audio-fix-crash-on-player-stop.patch;
+   
http://trac.xbmc.org/raw-attachment/ticket/13902/0002-AE-Pulse-Audio-fix-buffer-underruns.patch;)
 md5sums=('a79128b9d094a046947bfd9bb4550809'
  '76fae229ebc3bcfaab7e7f27e4fb51f5'
  '28877c98b28d85e28c0e20ce36bf9ec7'



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

2013-03-12 Thread Sergej Pupykin
Date: Tuesday, March 12, 2013 @ 14:28:53
  Author: spupykin
Revision: 86154

upgpkg: rsyslog 7.2.6-4

upd

Modified:
  rsyslog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-12 12:58:35 UTC (rev 86153)
+++ PKGBUILD2013-03-12 13:28:53 UTC (rev 86154)
@@ -3,15 +3,15 @@
 
 pkgname=rsyslog
 pkgver=7.2.6
-pkgrel=3
+pkgrel=4
 pkgdesc=An enhanced multi-threaded syslogd with a focus on security and 
reliability
 url=http://www.rsyslog.com/;
 arch=('i686' 'x86_64')
 license=('GPL3')
 depends=('zlib' 'libestr' 'libee' 'json-c')
-makedepends=('postgresql-libs=8.4.1' 'libmariadbclient' 'net-snmp' 'gnutls')
+makedepends=('postgresql-libs=8.4.1' 'libmysqlclient' 'net-snmp' 'gnutls')
 optdepends=('postgresql-libs: PostgreSQL Database Support'
-   'libmariadbclient: MySQL Database Support'
+   'libmysqlclient: MySQL Database Support'
'net-snmp'
'gnutls')
 backup=('etc/rsyslog.conf'
@@ -46,7 +46,7 @@
   make install DESTDIR=${pkgdir}
   # Install Daemons and Configuration Files
   install -D -m755 ${srcdir}/${pkgname} ${pkgdir}/etc/rc.d/${pkgname}d
-  install -D -m644 doc/${pkgname}-example.conf ${pkgdir}/etc/${pkgname}.conf
+  install -D -m644 doc/${pkgname}-example.conf 
${pkgdir}/usr/share/doc/$pkgname/${pkgname}.conf.example
   install -D -m644 $srcdir/${pkgname}.logrotate 
${pkgdir}/etc/logrotate.d/${pkgname}
   install -D -m644 ${srcdir}/${pkgname}.conf.d ${pkgdir}/etc/conf.d/${pkgname}
 



[arch-commits] Commit in postgrey/trunk (PKGBUILD postgrey.service)

2013-03-12 Thread Sergej Pupykin
Date: Tuesday, March 12, 2013 @ 14:37:01
  Author: spupykin
Revision: 86156

upgpkg: postgrey 1.34-11

upd

Modified:
  postgrey/trunk/PKGBUILD
  postgrey/trunk/postgrey.service

--+
 PKGBUILD |4 ++--
 postgrey.service |8 
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-12 13:29:27 UTC (rev 86155)
+++ PKGBUILD2013-03-12 13:37:01 UTC (rev 86156)
@@ -4,7 +4,7 @@
 
 pkgname=postgrey
 pkgver=1.34
-pkgrel=10
+pkgrel=11
 pkgdesc=a Postfix policy server implementing greylisting
 arch=('any')
 url=http://postgrey.schweikert.ch/;
@@ -26,7 +26,7 @@
 md5sums=('f736a7be1094593f1a66cd13f32b39ef'
  '44c97de44f1245cafb0cbe2704f65a3d'
  '93c5b0632a4284ee3c1e0a1e30bf0a6b'
- '3c299f2756d84d7e25d5f52a2e099a43'
+ 'ab856c575d4a3a93b5c352aa76e3d093'
  '3236959f435c95db3a13f4c7dd235609')
 
 package() {

Modified: postgrey.service
===
--- postgrey.service2013-03-12 13:29:27 UTC (rev 86155)
+++ postgrey.service2013-03-12 13:37:01 UTC (rev 86156)
@@ -3,12 +3,12 @@
 Before=postfix.service
 
 [Service]
-Type=simple
-EnvironmentFile=-/etc/conf.d/postgrey
+Type=forking
 PIDFile=/var/run/postgrey/postgrey.pid
 ExecStart=/usr/sbin/postgrey --inet=127.0.0.1:10030 \
-   --group=postgrey --user=postgrey $POSTGREY_OPTS 
--pidfile=/var/run/postgrey/postgrey.pid \
-   --greylist-text=${POSTGREY_TEXT}
+   --group=postgrey --user=postgrey 
--pidfile=/var/run/postgrey/postgrey.pid \
+   --greylist-text=Greylisted for %s seconds \
+   --daemon
 Restart=always
 RestartSec=1
 



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

2013-03-12 Thread Sergej Pupykin
Date: Tuesday, March 12, 2013 @ 14:37:21
  Author: spupykin
Revision: 86157

archrelease: copy trunk to community-staging-any

Added:
  postgrey/repos/community-staging-any/
  postgrey/repos/community-staging-any/PKGBUILD
(from rev 86156, postgrey/trunk/PKGBUILD)
  postgrey/repos/community-staging-any/postgrey.install
(from rev 86156, postgrey/trunk/postgrey.install)
  postgrey/repos/community-staging-any/postgrey.rc
(from rev 86156, postgrey/trunk/postgrey.rc)
  postgrey/repos/community-staging-any/postgrey.rc.conf
(from rev 86156, postgrey/trunk/postgrey.rc.conf)
  postgrey/repos/community-staging-any/postgrey.service
(from rev 86156, postgrey/trunk/postgrey.service)
  postgrey/repos/community-staging-any/postgrey.tmpfiles
(from rev 86156, postgrey/trunk/postgrey.tmpfiles)

---+
 PKGBUILD  |   45 +++
 postgrey.install  |   25 +
 postgrey.rc   |   74 
 postgrey.rc.conf  |   33 +++
 postgrey.service  |   16 +++
 postgrey.tmpfiles |1 
 6 files changed, 194 insertions(+)

Copied: postgrey/repos/community-staging-any/PKGBUILD (from rev 86156, 
postgrey/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2013-03-12 13:37:21 UTC (rev 86157)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Sean Timothy Noonan stnoo...@obsolescence.net
+
+pkgname=postgrey
+pkgver=1.34
+pkgrel=11
+pkgdesc=a Postfix policy server implementing greylisting
+arch=('any')
+url=http://postgrey.schweikert.ch/;
+options=(emptydirs)
+license=(GPL)
+depends=('perl-net-server' 'perl=5.6.0' 'perl-berkeleydb' 'perl-io-multiplex' 
'db=4.1')
+optdepends=('postfix: the recommended MTA for use with postgrey'
+   'exim: an alternative MTA'
+   'perl-net-dns: for postgreyreport tool')
+backup=(etc/postfix/postgrey_whitelist_recipients
+   etc/postfix/postgrey_whitelist_clients
+   etc/conf.d/postgrey)
+install=$pkgname.install
+source=($url/pub/$pkgname-$pkgver.tar.gz
+   postgrey.rc
+   postgrey.rc.conf
+   postgrey.service
+   postgrey.tmpfiles)
+md5sums=('f736a7be1094593f1a66cd13f32b39ef'
+ '44c97de44f1245cafb0cbe2704f65a3d'
+ '93c5b0632a4284ee3c1e0a1e30bf0a6b'
+ 'ab856c575d4a3a93b5c352aa76e3d093'
+ '3236959f435c95db3a13f4c7dd235609')
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  chown -R root:root .
+  mkdir -p $pkgdir/var/spool/postfix/postgrey
+  install -D -m 0755 $srcdir/postgrey.rc $pkgdir/etc/rc.d/postgrey
+  install -D -m 0644 $srcdir/postgrey.rc.conf $pkgdir/etc/conf.d/postgrey
+  install -D -m 0755 postgrey $pkgdir/usr/sbin/postgrey
+  install -D -m 0755 contrib/postgreyreport $pkgdir/usr/sbin/postgreyreport
+  install -D -m 0644 postgrey_whitelist_recipients 
$pkgdir/etc/postfix/postgrey_whitelist_recipients
+  install -D -m 0644 postgrey_whitelist_clients 
$pkgdir/etc/postfix/postgrey_whitelist_clients
+
+  install -Dm0644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
+  install -Dm0644 $srcdir/$pkgname.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf
+}

Copied: postgrey/repos/community-staging-any/postgrey.install (from rev 86156, 
postgrey/trunk/postgrey.install)
===
--- community-staging-any/postgrey.install  (rev 0)
+++ community-staging-any/postgrey.install  2013-03-12 13:37:21 UTC (rev 
86157)
@@ -0,0 +1,25 @@
+post_install() {
+if [ -z `grep '^postgrey::' /etc/group` ]; then
+groupadd -g 314 postgrey  /dev/null
+fi
+if [ -z `grep '^postgrey:' /etc/passwd` ]; then
+useradd -u 314 -d /var/spool/postfix/postgrey -g postgrey -s 
/bin/false postgrey
+else
+# (postgrey should have no shell, but may have been added by others in 
the past)
+usermod -s /bin/false postgrey
+fi
+
+chown postgrey:postgrey /var/spool/postfix/postgrey
+
+mkdir -p var/run/postgrey
+chown postgrey:postgrey var/run/postgrey
+}
+
+post_upgrade() {
+post_install $1
+}
+
+pre_remove() {
+userdel postgrey  /dev/null
+groupdel postgrey  /dev/null
+}

Copied: postgrey/repos/community-staging-any/postgrey.rc (from rev 86156, 
postgrey/trunk/postgrey.rc)
===
--- community-staging-any/postgrey.rc   (rev 0)
+++ community-staging-any/postgrey.rc   2013-03-12 13:37:21 UTC (rev 86157)
@@ -0,0 +1,74 @@
+#!/bin/bash
+
+# source application-specific settings
+POSTGREY_CONF=/etc/conf.d/postgrey
+[ -f $POSTGREY_CONF ]  . $POSTGREY_CONF
+
+. /etc/rc.conf
+. /etc/rc.d/functions
+
+GROUP=postgrey
+USER=postgrey
+DAEMON_NAME=postgrey

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

2013-03-12 Thread Sergej Pupykin
Date: Tuesday, March 12, 2013 @ 14:37:28
  Author: spupykin
Revision: 86158

upgpkg: rsyslog 7.2.6-5

upd

Modified:
  rsyslog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-12 13:37:21 UTC (rev 86157)
+++ PKGBUILD2013-03-12 13:37:28 UTC (rev 86158)
@@ -3,15 +3,15 @@
 
 pkgname=rsyslog
 pkgver=7.2.6
-pkgrel=4
+pkgrel=5
 pkgdesc=An enhanced multi-threaded syslogd with a focus on security and 
reliability
 url=http://www.rsyslog.com/;
 arch=('i686' 'x86_64')
 license=('GPL3')
 depends=('zlib' 'libestr' 'libee' 'json-c')
-makedepends=('postgresql-libs=8.4.1' 'libmysqlclient' 'net-snmp' 'gnutls')
+makedepends=('postgresql-libs=8.4.1' 'libmariadbclient' 'net-snmp' 'gnutls')
 optdepends=('postgresql-libs: PostgreSQL Database Support'
-   'libmysqlclient: MySQL Database Support'
+   'libmariadbclient: MySQL Database Support'
'net-snmp'
'gnutls')
 backup=('etc/rsyslog.conf'



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

2013-03-12 Thread Sergej Pupykin
Date: Tuesday, March 12, 2013 @ 14:37:54
  Author: spupykin
Revision: 86159

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

Added:
  rsyslog/repos/community-staging-i686/PKGBUILD
(from rev 86158, rsyslog/trunk/PKGBUILD)
  rsyslog/repos/community-staging-i686/rsyslog
(from rev 86158, rsyslog/trunk/rsyslog)
  rsyslog/repos/community-staging-i686/rsyslog.conf.d
(from rev 86158, rsyslog/trunk/rsyslog.conf.d)
  rsyslog/repos/community-staging-i686/rsyslog.logrotate
(from rev 86158, rsyslog/trunk/rsyslog.logrotate)
  rsyslog/repos/community-staging-x86_64/PKGBUILD
(from rev 86158, rsyslog/trunk/PKGBUILD)
  rsyslog/repos/community-staging-x86_64/rsyslog
(from rev 86158, rsyslog/trunk/rsyslog)
  rsyslog/repos/community-staging-x86_64/rsyslog.conf.d
(from rev 86158, rsyslog/trunk/rsyslog.conf.d)
  rsyslog/repos/community-staging-x86_64/rsyslog.logrotate
(from rev 86158, rsyslog/trunk/rsyslog.logrotate)
Deleted:
  rsyslog/repos/community-staging-i686/PKGBUILD
  rsyslog/repos/community-staging-i686/rsyslog
  rsyslog/repos/community-staging-i686/rsyslog.conf.d
  rsyslog/repos/community-staging-i686/rsyslog.logrotate
  rsyslog/repos/community-staging-x86_64/PKGBUILD
  rsyslog/repos/community-staging-x86_64/rsyslog
  rsyslog/repos/community-staging-x86_64/rsyslog.conf.d
  rsyslog/repos/community-staging-x86_64/rsyslog.logrotate

+
 community-staging-i686/PKGBUILD|  114 +--
 community-staging-i686/rsyslog |   78 +-
 community-staging-i686/rsyslog.conf.d  |   12 +-
 community-staging-i686/rsyslog.logrotate   |   14 +--
 community-staging-x86_64/PKGBUILD  |  114 +--
 community-staging-x86_64/rsyslog   |   78 +-
 community-staging-x86_64/rsyslog.conf.d|   12 +-
 community-staging-x86_64/rsyslog.logrotate |   14 +--
 8 files changed, 218 insertions(+), 218 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2013-03-12 13:37:28 UTC (rev 86158)
+++ community-staging-i686/PKGBUILD 2013-03-12 13:37:54 UTC (rev 86159)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=rsyslog
-pkgver=7.2.6
-pkgrel=3
-pkgdesc=An enhanced multi-threaded syslogd with a focus on security and 
reliability
-url=http://www.rsyslog.com/;
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('zlib' 'libestr' 'libee' 'json-c')
-makedepends=('postgresql-libs=8.4.1' 'libmariadbclient' 'net-snmp' 'gnutls')
-optdepends=('postgresql-libs: PostgreSQL Database Support'
-   'libmariadbclient: MySQL Database Support'
-   'net-snmp'
-   'gnutls')
-backup=('etc/rsyslog.conf'
-   'etc/logrotate.d/rsyslog'
-   'etc/conf.d/rsyslog')
-options=('strip' 'zipman' '!libtool')
-source=(http://www.rsyslog.com/files/download/rsyslog/rsyslog-$pkgver.tar.gz;
-   'rsyslog'
-   'rsyslog.logrotate'
-   'rsyslog.conf.d')
-md5sums=('2b2bfbc3f87fe85add651dc07a6f21ea'
- 'a18bbcbb6ebdaa13a6ec6d9f3d9eb2da'
- '8065db4bef3061a4f000ba58779f6829'
- '18565f38a4445136446a31a3c95ffc3e')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --enable-mysql \
-  --enable-pgsql \
-  --enable-mail \
-  --enable-imfile \
-  --enable-snmp \
-  --enable-gnutls \
-  --enable-inet \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system
-  echo rsyslogd_LDADD += \$(LIBESTR_LIBS) -lm tools/Makefile
-  make
-}
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-  # Install Daemons and Configuration Files
-  install -D -m755 ${srcdir}/${pkgname} ${pkgdir}/etc/rc.d/${pkgname}d
-  install -D -m644 doc/${pkgname}-example.conf ${pkgdir}/etc/${pkgname}.conf
-  install -D -m644 $srcdir/${pkgname}.logrotate 
${pkgdir}/etc/logrotate.d/${pkgname}
-  install -D -m644 ${srcdir}/${pkgname}.conf.d ${pkgdir}/etc/conf.d/${pkgname}
-
-  # fix location of systemctl and remove start precondition
-  sed -i $pkgdir/usr/lib/systemd/system/rsyslog.service \
--e 's@/bin/systemctl@/usr@' \
--e '/^ExecStartPre/d'
-}

Copied: rsyslog/repos/community-staging-i686/PKGBUILD (from rev 86158, 
rsyslog/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-12 13:37:54 UTC (rev 86159)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=rsyslog
+pkgver=7.2.6
+pkgrel=5
+pkgdesc=An enhanced multi-threaded syslogd with a focus on security and 
reliability
+url=http://www.rsyslog.com/;
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('zlib' 

[arch-commits] Commit in postgrey/repos (community-staging-any)

2013-03-12 Thread Sergej Pupykin
Date: Tuesday, March 12, 2013 @ 14:39:39
  Author: spupykin
Revision: 86160

rollback miscommit

Deleted:
  postgrey/repos/community-staging-any/



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

2013-03-12 Thread Alexandre Filgueira
Date: Tuesday, March 12, 2013 @ 15:13:31
  Author: faidoc
Revision: 86161

upgpkg: cinnamon 1.7.2-3

Modified:
  cinnamon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-12 13:39:39 UTC (rev 86160)
+++ PKGBUILD2013-03-12 14:13:31 UTC (rev 86161)
@@ -6,7 +6,7 @@
 
 pkgname=cinnamon
 pkgver=1.7.2
-pkgrel=2
+pkgrel=3
 pkgdesc=Linux desktop which provides advanced innovative features and a 
traditional user experience
 arch=('i686' 'x86_64')
 url=http://cinnamon.linuxmint.com/;
@@ -14,14 +14,13 @@
 depends=('accountsservice' 'caribou' 'clutter-gtk' 'gjs' 'gnome-bluetooth'
  'gnome-icon-theme' 'gnome-menus' 'gnome-settings-daemon' 
'gnome-session'
  'gnome-themes-standard' 'gstreamer0.10' 'networkmanager' 'muffin' 
'python2-dbus'
- 'python2-gconf' 'python2-imaging' 'python2-pyinotify' 'python2-lxml')
+ 'python2-gconf' 'python2-imaging' 'python2-pyinotify' 'python2-lxml' 
'webkitgtk3')
 makedepends=('gnome-common' 'intltool')
 optdepends=('cinnamon-control-center: extended configurations for Cinnamon'
 'cinnamon-screensaver: lock screen'
 'gucharmap: show character table from Keyboard applet'
 'libgnomekbd: show keyboard layout from Keyboard applet'
-'nemo: the official Cinnamon file manager (forked from Nautilus)'
-'webkitgtk3: download applets from Spices website in 
cinnamon-settings')
+'nemo: the official Cinnamon file manager (forked from Nautilus)')
 options=('!libtool' '!emptydirs')
 install=${pkgname}.install
 
source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/Cinnamon/tarball/$pkgver;



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

2013-03-12 Thread Alexandre Filgueira
Date: Tuesday, March 12, 2013 @ 15:14:05
  Author: faidoc
Revision: 86162

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

Added:
  cinnamon/repos/community-i686/PKGBUILD
(from rev 86161, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-i686/cinnamon.install
(from rev 86161, cinnamon/trunk/cinnamon.install)
  cinnamon/repos/community-i686/fix-control-center-check.patch
(from rev 86161, cinnamon/trunk/fix-control-center-check.patch)
  cinnamon/repos/community-i686/gnome-autogen.sh
(from rev 86161, cinnamon/trunk/gnome-autogen.sh)
  cinnamon/repos/community-i686/keyboard_applet.patch
(from rev 86161, cinnamon/trunk/keyboard_applet.patch)
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 86161, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/cinnamon.install
(from rev 86161, cinnamon/trunk/cinnamon.install)
  cinnamon/repos/community-x86_64/fix-control-center-check.patch
(from rev 86161, cinnamon/trunk/fix-control-center-check.patch)
  cinnamon/repos/community-x86_64/gnome-autogen.sh
(from rev 86161, cinnamon/trunk/gnome-autogen.sh)
  cinnamon/repos/community-x86_64/keyboard_applet.patch
(from rev 86161, cinnamon/trunk/keyboard_applet.patch)
Deleted:
  cinnamon/repos/community-i686/PKGBUILD
  cinnamon/repos/community-i686/cinnamon.install
  cinnamon/repos/community-i686/fix-control-center-check.patch
  cinnamon/repos/community-i686/gnome-autogen.sh
  cinnamon/repos/community-i686/keyboard_applet.patch
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/cinnamon.install
  cinnamon/repos/community-x86_64/fix-control-center-check.patch
  cinnamon/repos/community-x86_64/gnome-autogen.sh
  cinnamon/repos/community-x86_64/keyboard_applet.patch

-+
 community-i686/PKGBUILD |  171 +--
 community-i686/cinnamon.install |   58 -
 community-i686/fix-control-center-check.patch   |   24 
 community-i686/gnome-autogen.sh | 1076 +++---
 community-i686/keyboard_applet.patch|  284 ++---
 community-x86_64/PKGBUILD   |  171 +--
 community-x86_64/cinnamon.install   |   58 -
 community-x86_64/fix-control-center-check.patch |   24 
 community-x86_64/gnome-autogen.sh   | 1076 +++---
 community-x86_64/keyboard_applet.patch  |  284 ++---
 10 files changed, 1612 insertions(+), 1614 deletions(-)

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


[arch-commits] Commit in postgrey/trunk (PKGBUILD postgrey.service)

2013-03-12 Thread Sergej Pupykin
Date: Tuesday, March 12, 2013 @ 15:35:21
  Author: spupykin
Revision: 86163

upgpkg: postgrey 1.34-11

upd

Modified:
  postgrey/trunk/PKGBUILD
  postgrey/trunk/postgrey.service

--+
 PKGBUILD |2 +-
 postgrey.service |   12 +++-
 2 files changed, 8 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-12 14:14:05 UTC (rev 86162)
+++ PKGBUILD2013-03-12 14:35:21 UTC (rev 86163)
@@ -26,7 +26,7 @@
 md5sums=('f736a7be1094593f1a66cd13f32b39ef'
  '44c97de44f1245cafb0cbe2704f65a3d'
  '93c5b0632a4284ee3c1e0a1e30bf0a6b'
- 'ab856c575d4a3a93b5c352aa76e3d093'
+ '4ce8d15d7fdf744567948a47aaf5254a'
  '3236959f435c95db3a13f4c7dd235609')
 
 package() {

Modified: postgrey.service
===
--- postgrey.service2013-03-12 14:14:05 UTC (rev 86162)
+++ postgrey.service2013-03-12 14:35:21 UTC (rev 86163)
@@ -4,13 +4,15 @@
 
 [Service]
 Type=forking
-PIDFile=/var/run/postgrey/postgrey.pid
+PIDFile=/run/postgrey/postgrey.pid
 ExecStart=/usr/sbin/postgrey --inet=127.0.0.1:10030 \
-   --group=postgrey --user=postgrey 
--pidfile=/var/run/postgrey/postgrey.pid \
-   --greylist-text=Greylisted for %s seconds \
-   --daemon
+   --pidfile=/run/postgrey/postgrey.pid \
+   --group=postgrey --user=postgrey \
+   --daemonize \
+   --greylist-text=Greylisted for %s seconds
 Restart=always
-RestartSec=1
+RestartSec=5
+TimeoutSec=10
 
 [Install]
 WantedBy=multi-user.target



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

2013-03-12 Thread Sergej Pupykin
Date: Tuesday, March 12, 2013 @ 15:35:37
  Author: spupykin
Revision: 86164

archrelease: copy trunk to community-any

Added:
  postgrey/repos/community-any/PKGBUILD
(from rev 86163, postgrey/trunk/PKGBUILD)
  postgrey/repos/community-any/postgrey.install
(from rev 86163, postgrey/trunk/postgrey.install)
  postgrey/repos/community-any/postgrey.rc
(from rev 86163, postgrey/trunk/postgrey.rc)
  postgrey/repos/community-any/postgrey.rc.conf
(from rev 86163, postgrey/trunk/postgrey.rc.conf)
  postgrey/repos/community-any/postgrey.service
(from rev 86163, postgrey/trunk/postgrey.service)
  postgrey/repos/community-any/postgrey.tmpfiles
(from rev 86163, postgrey/trunk/postgrey.tmpfiles)
Deleted:
  postgrey/repos/community-any/PKGBUILD
  postgrey/repos/community-any/postgrey.install
  postgrey/repos/community-any/postgrey.rc
  postgrey/repos/community-any/postgrey.rc.conf
  postgrey/repos/community-any/postgrey.service
  postgrey/repos/community-any/postgrey.tmpfiles

---+
 PKGBUILD  |   90 +++
 postgrey.install  |   50 -
 postgrey.rc   |  148 ++--
 postgrey.rc.conf  |   66 +++
 postgrey.service  |   34 ++-
 postgrey.tmpfiles |2 
 6 files changed, 196 insertions(+), 194 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-12 14:35:21 UTC (rev 86163)
+++ PKGBUILD2013-03-12 14:35:37 UTC (rev 86164)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Sean Timothy Noonan stnoo...@obsolescence.net
-
-pkgname=postgrey
-pkgver=1.34
-pkgrel=10
-pkgdesc=a Postfix policy server implementing greylisting
-arch=('any')
-url=http://postgrey.schweikert.ch/;
-options=(emptydirs)
-license=(GPL)
-depends=('perl-net-server' 'perl=5.6.0' 'perl-berkeleydb' 'perl-io-multiplex' 
'db=4.1')
-optdepends=('postfix: the recommended MTA for use with postgrey'
-   'exim: an alternative MTA'
-   'perl-net-dns: for postgreyreport tool')
-backup=(etc/postfix/postgrey_whitelist_recipients
-   etc/postfix/postgrey_whitelist_clients
-   etc/conf.d/postgrey)
-install=$pkgname.install
-source=($url/pub/$pkgname-$pkgver.tar.gz
-   postgrey.rc
-   postgrey.rc.conf
-   postgrey.service
-   postgrey.tmpfiles)
-md5sums=('f736a7be1094593f1a66cd13f32b39ef'
- '44c97de44f1245cafb0cbe2704f65a3d'
- '93c5b0632a4284ee3c1e0a1e30bf0a6b'
- '3c299f2756d84d7e25d5f52a2e099a43'
- '3236959f435c95db3a13f4c7dd235609')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  chown -R root:root .
-  mkdir -p $pkgdir/var/spool/postfix/postgrey
-  install -D -m 0755 $srcdir/postgrey.rc $pkgdir/etc/rc.d/postgrey
-  install -D -m 0644 $srcdir/postgrey.rc.conf $pkgdir/etc/conf.d/postgrey
-  install -D -m 0755 postgrey $pkgdir/usr/sbin/postgrey
-  install -D -m 0755 contrib/postgreyreport $pkgdir/usr/sbin/postgreyreport
-  install -D -m 0644 postgrey_whitelist_recipients 
$pkgdir/etc/postfix/postgrey_whitelist_recipients
-  install -D -m 0644 postgrey_whitelist_clients 
$pkgdir/etc/postfix/postgrey_whitelist_clients
-
-  install -Dm0644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-  install -Dm0644 $srcdir/$pkgname.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf
-}

Copied: postgrey/repos/community-any/PKGBUILD (from rev 86163, 
postgrey/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-12 14:35:37 UTC (rev 86164)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Sean Timothy Noonan stnoo...@obsolescence.net
+
+pkgname=postgrey
+pkgver=1.34
+pkgrel=11
+pkgdesc=a Postfix policy server implementing greylisting
+arch=('any')
+url=http://postgrey.schweikert.ch/;
+options=(emptydirs)
+license=(GPL)
+depends=('perl-net-server' 'perl=5.6.0' 'perl-berkeleydb' 'perl-io-multiplex' 
'db=4.1')
+optdepends=('postfix: the recommended MTA for use with postgrey'
+   'exim: an alternative MTA'
+   'perl-net-dns: for postgreyreport tool')
+backup=(etc/postfix/postgrey_whitelist_recipients
+   etc/postfix/postgrey_whitelist_clients
+   etc/conf.d/postgrey)
+install=$pkgname.install
+source=($url/pub/$pkgname-$pkgver.tar.gz
+   postgrey.rc
+   postgrey.rc.conf
+   postgrey.service
+   postgrey.tmpfiles)
+md5sums=('f736a7be1094593f1a66cd13f32b39ef'
+ '44c97de44f1245cafb0cbe2704f65a3d'
+ '93c5b0632a4284ee3c1e0a1e30bf0a6b'
+ '4ce8d15d7fdf744567948a47aaf5254a'
+ '3236959f435c95db3a13f4c7dd235609')
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  chown -R root:root .
+  mkdir -p $pkgdir/var/spool/postfix/postgrey
+  install -D -m 0755 $srcdir/postgrey.rc $pkgdir/etc/rc.d/postgrey
+  install -D -m 

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

2013-03-12 Thread Sergej Pupykin
Date: Tuesday, March 12, 2013 @ 15:43:47
  Author: spupykin
Revision: 86165

upgpkg: ibamtray 0.02-7

upd

Modified:
  ibamtray/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-12 14:35:37 UTC (rev 86164)
+++ PKGBUILD2013-03-12 14:43:47 UTC (rev 86165)
@@ -3,12 +3,13 @@
 
 pkgname=ibamtray
 pkgver=0.02
-pkgrel=6
+pkgrel=7
 pkgdesc=system tray ibam frontend based off vubat with libnotify support
 arch=('any')
 url=http://www.tetonedge.net/?page_id=223;
 license=('GPL3')
-depends=('ibam' 'python2' 'pygtk' 'pygobject' 'python2-notify' 
'notification-daemon' 'librsvg')
+depends=('ibam' 'python2' 'pygtk' 'pygobject' 'python2-notify' 'librsvg')
+optdepends=('notification-daemon')
 source=(http://www.tetonedge.net/code/ibamtray/$pkgname-$pkgver.tar.gz)
 md5sums=('7e9195b410eb5912f23bd0a96da84022')
 



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

2013-03-12 Thread Sergej Pupykin
Date: Tuesday, March 12, 2013 @ 15:43:58
  Author: spupykin
Revision: 86166

archrelease: copy trunk to community-any

Added:
  ibamtray/repos/community-any/PKGBUILD
(from rev 86165, ibamtray/trunk/PKGBUILD)
Deleted:
  ibamtray/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-12 14:43:47 UTC (rev 86165)
+++ PKGBUILD2013-03-12 14:43:58 UTC (rev 86166)
@@ -1,26 +0,0 @@
-# $Id$
-# Contributor: Derek 'tetonedge' Tucker derek at tetonedge.net
-
-pkgname=ibamtray
-pkgver=0.02
-pkgrel=6
-pkgdesc=system tray ibam frontend based off vubat with libnotify support
-arch=('any')
-url=http://www.tetonedge.net/?page_id=223;
-license=('GPL3')
-depends=('ibam' 'python2' 'pygtk' 'pygobject' 'python2-notify' 
'notification-daemon' 'librsvg')
-source=(http://www.tetonedge.net/code/ibamtray/$pkgname-$pkgver.tar.gz)
-md5sums=('7e9195b410eb5912f23bd0a96da84022')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # python2 fix
-  for file in $(find . -name '*.py' -print); do
-sed -i 's_#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-
-  python2 setup.py build
-  python2 setup.py install --prefix=$pkgdir/usr
-}

Copied: ibamtray/repos/community-any/PKGBUILD (from rev 86165, 
ibamtray/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-12 14:43:58 UTC (rev 86166)
@@ -0,0 +1,31 @@
+# $Id$
+# Contributor: Derek 'tetonedge' Tucker derek at tetonedge.net
+
+pkgname=ibamtray
+pkgver=0.02
+pkgrel=7
+pkgdesc=system tray ibam frontend based off vubat with libnotify support
+arch=('any')
+url=http://www.tetonedge.net/?page_id=223;
+license=('GPL3')
+depends=('ibam' 'python2' 'pygtk' 'pygobject' 'python2-notify' 'librsvg')
+optdepends=('notification-daemon')
+source=(http://www.tetonedge.net/code/ibamtray/$pkgname-$pkgver.tar.gz)
+md5sums=('7e9195b410eb5912f23bd0a96da84022')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # python2 fix
+  for file in $(find . -name '*.py' -print); do
+sed -i 's_#!.*/usr/bin/python_#!/usr/bin/python2_' $file
+sed -i 's_#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+  done
+
+  python2 setup.py build
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  python2 setup.py install --prefix=$pkgdir/usr
+}



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

2013-03-12 Thread Evangelos Foutras
Date: Tuesday, March 12, 2013 @ 16:31:04
  Author: foutrelis
Revision: 179928

upgpkg: iptables 1.4.18-1

New upstream release. Drop ipq support (removed in Linux 3.5).

Modified:
  iptables/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-12 12:59:52 UTC (rev 179927)
+++ PKGBUILD2013-03-12 15:31:04 UTC (rev 179928)
@@ -3,16 +3,16 @@
 # Contributor: Thomas Baechler tho...@archlinux.org
 
 pkgname=iptables
-pkgver=1.4.16.3
+pkgver=1.4.18
 pkgrel=1
 pkgdesc='Linux kernel packet control tool'
 arch=('i686' 'x86_64')
 license=('GPL2')
 url='http://www.netfilter.org/projects/iptables/index.html'
 depends=('glibc' 'bash')
-makedepends=('linux-api-headers')
+makedepends=('linux-api-headers' 'chrpath')
 options=('!libtool')
-source=(http://www.iptables.org/projects/iptables/files/${pkgname}-${pkgver}.tar.bz2;
+source=(http://www.netfilter.org/projects/iptables/files/${pkgname}-${pkgver}.tar.bz2;
 iptables
 ip6tables
 empty.rules
@@ -28,7 +28,7 @@
 ip6tables.service
 iptables-flush)
 backup=(etc/conf.d/iptables)
-sha1sums=('819949fdf4276a04c5061b82898b515f139b0117'
+sha1sums=('34bf627c8755a61caf3635a998d2a5279f664f9e'
   '5bb6fa526665cdd728c26f0f282f5a51f220cf88'
   '2db68906b603e5268736f48c8e251f3a49da1d75'
   '83b3363878e3660ce23b2ad325b53cbd6c796ecf'
@@ -55,9 +55,7 @@
  ./configure --prefix=/usr \
  --libexecdir=/usr/lib/iptables --sysconfdir=/etc \
  --with-xtlibdir=/usr/lib/iptables \
- --enable-devel --enable-libipq \
- --enable-shared 
-
+ --enable-devel --enable-shared
   make
 }
 
@@ -66,6 +64,10 @@
 
   make DESTDIR=${pkgdir} install
 
+  # Remove RPATH from iptables libraries
+  # http://www.spinics.net/lists/netfilter-devel/msg24969.html
+  chrpath --delete ${pkgdir}/usr/lib/iptables/*.so
+
   cd ${srcdir}
   install -D -m755 iptables ${pkgdir}/etc/rc.d/iptables
   install -D -m755 ip6tables ${pkgdir}/etc/rc.d/ip6tables



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

2013-03-12 Thread Evangelos Foutras
Date: Tuesday, March 12, 2013 @ 16:32:17
  Author: foutrelis
Revision: 179929

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

Added:
  iptables/repos/testing-i686/
  iptables/repos/testing-i686/0503-extension_cppflags.patch
(from rev 179928, iptables/trunk/0503-extension_cppflags.patch)
  iptables/repos/testing-i686/PKGBUILD
(from rev 179928, iptables/trunk/PKGBUILD)
  iptables/repos/testing-i686/empty-filter.rules
(from rev 179928, iptables/trunk/empty-filter.rules)
  iptables/repos/testing-i686/empty-mangle.rules
(from rev 179928, iptables/trunk/empty-mangle.rules)
  iptables/repos/testing-i686/empty-nat.rules
(from rev 179928, iptables/trunk/empty-nat.rules)
  iptables/repos/testing-i686/empty-raw.rules
(from rev 179928, iptables/trunk/empty-raw.rules)
  iptables/repos/testing-i686/empty-security.rules
(from rev 179928, iptables/trunk/empty-security.rules)
  iptables/repos/testing-i686/empty.rules
(from rev 179928, iptables/trunk/empty.rules)
  iptables/repos/testing-i686/ip6tables
(from rev 179928, iptables/trunk/ip6tables)
  iptables/repos/testing-i686/ip6tables.service
(from rev 179928, iptables/trunk/ip6tables.service)
  iptables/repos/testing-i686/iptables
(from rev 179928, iptables/trunk/iptables)
  iptables/repos/testing-i686/iptables-1.4.12-fixresore.patch
(from rev 179928, iptables/trunk/iptables-1.4.12-fixresore.patch)
  iptables/repos/testing-i686/iptables-flush
(from rev 179928, iptables/trunk/iptables-flush)
  iptables/repos/testing-i686/iptables.conf.d
(from rev 179928, iptables/trunk/iptables.conf.d)
  iptables/repos/testing-i686/iptables.service
(from rev 179928, iptables/trunk/iptables.service)
  iptables/repos/testing-i686/simple_firewall.rules
(from rev 179928, iptables/trunk/simple_firewall.rules)
  iptables/repos/testing-x86_64/
  iptables/repos/testing-x86_64/0503-extension_cppflags.patch
(from rev 179928, iptables/trunk/0503-extension_cppflags.patch)
  iptables/repos/testing-x86_64/PKGBUILD
(from rev 179928, iptables/trunk/PKGBUILD)
  iptables/repos/testing-x86_64/empty-filter.rules
(from rev 179928, iptables/trunk/empty-filter.rules)
  iptables/repos/testing-x86_64/empty-mangle.rules
(from rev 179928, iptables/trunk/empty-mangle.rules)
  iptables/repos/testing-x86_64/empty-nat.rules
(from rev 179928, iptables/trunk/empty-nat.rules)
  iptables/repos/testing-x86_64/empty-raw.rules
(from rev 179928, iptables/trunk/empty-raw.rules)
  iptables/repos/testing-x86_64/empty-security.rules
(from rev 179928, iptables/trunk/empty-security.rules)
  iptables/repos/testing-x86_64/empty.rules
(from rev 179928, iptables/trunk/empty.rules)
  iptables/repos/testing-x86_64/ip6tables
(from rev 179928, iptables/trunk/ip6tables)
  iptables/repos/testing-x86_64/ip6tables.service
(from rev 179928, iptables/trunk/ip6tables.service)
  iptables/repos/testing-x86_64/iptables
(from rev 179928, iptables/trunk/iptables)
  iptables/repos/testing-x86_64/iptables-1.4.12-fixresore.patch
(from rev 179928, iptables/trunk/iptables-1.4.12-fixresore.patch)
  iptables/repos/testing-x86_64/iptables-flush
(from rev 179928, iptables/trunk/iptables-flush)
  iptables/repos/testing-x86_64/iptables.conf.d
(from rev 179928, iptables/trunk/iptables.conf.d)
  iptables/repos/testing-x86_64/iptables.service
(from rev 179928, iptables/trunk/iptables.service)
  iptables/repos/testing-x86_64/simple_firewall.rules
(from rev 179928, iptables/trunk/simple_firewall.rules)

+
 testing-i686/0503-extension_cppflags.patch |   13 +++
 testing-i686/PKGBUILD  |   87 +++
 testing-i686/empty-filter.rules|6 +
 testing-i686/empty-mangle.rules|8 ++
 testing-i686/empty-nat.rules   |7 +
 testing-i686/empty-raw.rules   |5 +
 testing-i686/empty-security.rules  |6 +
 testing-i686/empty.rules   |6 +
 testing-i686/ip6tables |   69 ++
 testing-i686/ip6tables.service |   12 +++
 testing-i686/iptables  |   68 +
 testing-i686/iptables-1.4.12-fixresore.patch   |   28 +++
 testing-i686/iptables-flush|   18 
 testing-i686/iptables.conf.d   |   12 +++
 testing-i686/iptables.service  |   12 +++
 testing-i686/simple_firewall.rules |   11 ++
 testing-x86_64/0503-extension_cppflags.patch   |   13 +++
 testing-x86_64/PKGBUILD|   87 +++
 testing-x86_64/empty-filter.rules  |6 +
 testing-x86_64/empty-mangle.rules  |8 ++
 testing-x86_64/empty-nat.rules |7 +
 testing-x86_64/empty-raw.rules |5 +
 testing-x86_64/empty-security.rules|   

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

2013-03-12 Thread Evangelos Foutras
Date: Tuesday, March 12, 2013 @ 16:32:51
  Author: foutrelis
Revision: 179930

upgpkg: iproute2 3.8.0-1

New upstream release. Build against iptables 1.4.18.

Modified:
  iproute2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-12 15:32:17 UTC (rev 179929)
+++ PKGBUILD2013-03-12 15:32:51 UTC (rev 179930)
@@ -3,7 +3,7 @@
 # Contributor: Judd Vinet jvi...@zeroflux.org
 
 pkgname=iproute2
-pkgver=3.7.0
+pkgver=3.8.0
 pkgrel=1
 pkgdesc=IP Routing Utilities
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
'etc/iproute2/rt_realms' 'etc/iproute2/rt_scopes' 
'etc/iproute2/rt_tables')
 
source=(http://www.kernel.org/pub/linux/utils/net/$pkgname/$pkgname-$pkgver.tar.xz
  iproute2-fhs.patch)
-sha1sums=('9b45ede534fd49d2ec5a7fe0f69e1926ef767a76'
+sha1sums=('6d40dd2b91aad9ae084c99973dcdfdbf6fb353fc'
   '35b8cf2dc94b73eccad427235c07596146cd6f6c')
 
 build() {



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

2013-03-12 Thread Evangelos Foutras
Date: Tuesday, March 12, 2013 @ 16:32:53
  Author: foutrelis
Revision: 86167

upgpkg: connman 1.12-2

iptables 1.4.18 rebuild.

Modified:
  connman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-12 14:43:58 UTC (rev 86166)
+++ PKGBUILD2013-03-12 15:32:53 UTC (rev 86167)
@@ -4,7 +4,7 @@
 
 pkgname=connman
 pkgver=1.12
-pkgrel=1
+pkgrel=2
 pkgdesc=Wireless LAN network manager
 url=http://connman.net/;
 arch=('i686' 'x86_64')



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

2013-03-12 Thread Evangelos Foutras
Date: Tuesday, March 12, 2013 @ 16:33:08
  Author: foutrelis
Revision: 179931

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

Added:
  iproute2/repos/testing-i686/
  iproute2/repos/testing-i686/PKGBUILD
(from rev 179930, iproute2/trunk/PKGBUILD)
  iproute2/repos/testing-i686/iproute2-fhs.patch
(from rev 179930, iproute2/trunk/iproute2-fhs.patch)
  iproute2/repos/testing-x86_64/
  iproute2/repos/testing-x86_64/PKGBUILD
(from rev 179930, iproute2/trunk/PKGBUILD)
  iproute2/repos/testing-x86_64/iproute2-fhs.patch
(from rev 179930, iproute2/trunk/iproute2-fhs.patch)

---+
 testing-i686/PKGBUILD |   51 
 testing-i686/iproute2-fhs.patch   |   75 
 testing-x86_64/PKGBUILD   |   51 
 testing-x86_64/iproute2-fhs.patch |   75 
 4 files changed, 252 insertions(+)

Copied: iproute2/repos/testing-i686/PKGBUILD (from rev 179930, 
iproute2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-03-12 15:33:08 UTC (rev 179931)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Judd Vinet jvi...@zeroflux.org
+
+pkgname=iproute2
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=IP Routing Utilities
+arch=('i686' 'x86_64')
+license=('GPL2')
+url=http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2;
+depends=('glibc' 'db' 'iptables')
+makedepends=('linux-atm')
+optdepends=('linux-atm: ATM support')
+groups=('base')
+provides=('iproute')
+conflicts=('iproute')
+replaces=('iproute')
+options=('!makeflags')
+backup=('etc/iproute2/ematch_map' 'etc/iproute2/rt_dsfield' 
'etc/iproute2/rt_protos' \
+   'etc/iproute2/rt_realms' 'etc/iproute2/rt_scopes' 
'etc/iproute2/rt_tables')
+source=(http://www.kernel.org/pub/linux/utils/net/$pkgname/$pkgname-$pkgver.tar.xz
+ iproute2-fhs.patch)
+sha1sums=('6d40dd2b91aad9ae084c99973dcdfdbf6fb353fc'
+  '35b8cf2dc94b73eccad427235c07596146cd6f6c')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # set correct fhs structure
+  patch -Np1 -i $srcdir/iproute2-fhs.patch
+
+  ./configure
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # allow loopback to be started before /usr is mounted, this may not be 
supported in the future
+  mkdir -p $pkgdir/sbin
+  mv $pkgdir/usr/sbin/ip $pkgdir/sbin/ip
+  ln -s /sbin/ip $pkgdir/usr/sbin/ip
+
+  # libnetlink isn't installed, install it FS#19385
+  install -Dm644 include/libnetlink.h $pkgdir/usr/include/libnetlink.h
+  install -Dm644 lib/libnetlink.a $pkgdir/usr/lib/libnetlink.a
+}

Copied: iproute2/repos/testing-i686/iproute2-fhs.patch (from rev 179930, 
iproute2/trunk/iproute2-fhs.patch)
===
--- testing-i686/iproute2-fhs.patch (rev 0)
+++ testing-i686/iproute2-fhs.patch 2013-03-12 15:33:08 UTC (rev 179931)
@@ -0,0 +1,75 @@
+diff -Naur iproute2-3.4.0/Makefile iproute2-3.4.0.new/Makefile
+--- iproute2-3.4.0/Makefile2012-05-21 23:12:19.0 +0200
 iproute2-3.4.0.new/Makefile2012-06-18 10:23:53.896760158 +0200
+@@ -1,7 +1,8 @@
+ ROOTDIR=$(DESTDIR)
+ PREFIX=/usr
+ LIBDIR=$(PREFIX)/lib
+-SBINDIR=/sbin
++SBINDIR=/usr/sbin
++SHAREDIR=/usr/share
+ CONFDIR=/etc/iproute2
+ DATADIR=$(PREFIX)/share
+ DOCDIR=$(DATADIR)/doc/iproute2
+diff -Naur iproute2-3.4.0/netem/Makefile iproute2-3.4.0.new/netem/Makefile
+--- iproute2-3.4.0/netem/Makefile  2012-05-21 23:12:19.0 +0200
 iproute2-3.4.0.new/netem/Makefile  2012-06-18 10:23:53.896760158 +0200
+@@ -20,9 +20,9 @@
+   $(HOSTCC) $(CCOPTS) -I../include -o $@ $@.c -lm
+ 
+ install: all
+-  mkdir -p $(DESTDIR)$(LIBDIR)/tc
++  mkdir -p $(DESTDIR)$(SHAREDIR)/tc
+   for i in $(DISTDATA); \
+-  do install -m 644 $$i $(DESTDIR)$(LIBDIR)/tc; \
++  do install -m 644 $$i $(DESTDIR)$(SHAREDIR)/tc; \
+   done
+ 
+ clean:
+diff -Naur iproute2-3.4.0/tc/Makefile iproute2-3.4.0.new/tc/Makefile
+--- iproute2-3.4.0/tc/Makefile 2012-05-21 23:12:19.0 +0200
 iproute2-3.4.0.new/tc/Makefile 2012-06-18 10:23:53.893426840 +0200
+@@ -105,18 +105,11 @@
+   $(AR) rcs $@ $(TCLIB)
+ 
+ install: all
+-  mkdir -p $(MODDESTDIR)
++  mkdir -p $(DESTDIR)$(LIBDIR)/tc
+   install -m 0755 tc $(DESTDIR)$(SBINDIR)
+   for i in $(TCSO); \
+-  do install -m 755 $$i $(MODDESTDIR); \
++  do install -m 755 $$i $(DESTDIR)$(LIBDIR)/tc; \
+   done
+-  if [ ! -f $(MODDESTDIR)/m_ipt.so ]; then \
+-  if [ -f $(MODDESTDIR)/m_xt.so ]; \
+-  then ln -s m_xt.so $(MODDESTDIR)/m_ipt.so ; \
+-  elif [ -f $(MODDESTDIR)/m_xt_old.so ]; \
+-  then ln -s m_xt_old.so $(MODDESTDIR)/m_ipt.so ; \
+-  fi; \
+-  

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

2013-03-12 Thread Evangelos Foutras
Date: Tuesday, March 12, 2013 @ 16:33:09
  Author: foutrelis
Revision: 86168

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

Added:
  connman/repos/community-testing-i686/
  connman/repos/community-testing-i686/PKGBUILD
(from rev 86167, connman/trunk/PKGBUILD)
  connman/repos/community-testing-i686/allow_group_network.diff
(from rev 86167, connman/trunk/allow_group_network.diff)
  connman/repos/community-testing-x86_64/
  connman/repos/community-testing-x86_64/PKGBUILD
(from rev 86167, connman/trunk/PKGBUILD)
  connman/repos/community-testing-x86_64/allow_group_network.diff
(from rev 86167, connman/trunk/allow_group_network.diff)

---+
 community-testing-i686/PKGBUILD   |   43 
 community-testing-i686/allow_group_network.diff   |   12 +
 community-testing-x86_64/PKGBUILD |   43 
 community-testing-x86_64/allow_group_network.diff |   12 +
 4 files changed, 110 insertions(+)

Copied: connman/repos/community-testing-i686/PKGBUILD (from rev 86167, 
connman/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-03-12 15:33:09 UTC (rev 86168)
@@ -0,0 +1,43 @@
+#$Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Lucas De Marchi lucas.de.mar...@gmail.com
+
+pkgname=connman
+pkgver=1.12
+pkgrel=2
+pkgdesc=Wireless LAN network manager
+url=http://connman.net/;
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('dbus-core' 'iptables' 'glib2' 'gnutls')
+conflicts=('openresolv')
+optdepends=('bluez: Support for Bluetooth devices'
+'wpa_supplicant: For WiFi devices')
+makedepends=('bluez' 'wpa_supplicant' 'openconnect' 'openvpn')
+options=('!libtool')
+source=(http://www.kernel.org/pub/linux/network/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
+'allow_group_network.diff')
+md5sums=('41e5bbc603d031459df4ff243b8318f0'
+ 'a8d22ee089fb0ed725130d16ad393047')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  patch -Np1 -i ${srcdir}/allow_group_network.diff
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --with-systemdunitdir=/usr/lib/systemd/system \
+  --enable-threads \
+  --enable-openconnect \
+  --enable-vpnc \
+  --enable-openvpn \
+  --enable-polkit \
+  --enable-client
+
+  make
+}
+
+package(){
+  make -C ${srcdir}/${pkgname}-${pkgver} DESTDIR=${pkgdir} install
+  install -Dm755 $srcdir/$pkgname-$pkgver/client/${pkgname}ctl 
$pkgdir/usr/sbin/${pkgname}ctl
+}

Copied: connman/repos/community-testing-i686/allow_group_network.diff (from rev 
86167, connman/trunk/allow_group_network.diff)
===
--- community-testing-i686/allow_group_network.diff 
(rev 0)
+++ community-testing-i686/allow_group_network.diff 2013-03-12 15:33:09 UTC 
(rev 86168)
@@ -0,0 +1,12 @@
+--- a/src/connman-polkit.conf  2010-11-05 12:09:04.285423955 -0200
 b/src/connman-polkit.conf  2010-11-05 12:10:53.041423934 -0200
+@@ -5,6 +5,9 @@
+ allow own=net.connman/
+ allow send_interface=net.connman.Agent/
+ /policy
++policy group=network
++   allow send_interface=net.connman.Agent/
++/policy
+ policy context=default
+ allow send_destination=net.connman/
+ /policy

Copied: connman/repos/community-testing-x86_64/PKGBUILD (from rev 86167, 
connman/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-03-12 15:33:09 UTC (rev 86168)
@@ -0,0 +1,43 @@
+#$Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Lucas De Marchi lucas.de.mar...@gmail.com
+
+pkgname=connman
+pkgver=1.12
+pkgrel=2
+pkgdesc=Wireless LAN network manager
+url=http://connman.net/;
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('dbus-core' 'iptables' 'glib2' 'gnutls')
+conflicts=('openresolv')
+optdepends=('bluez: Support for Bluetooth devices'
+'wpa_supplicant: For WiFi devices')
+makedepends=('bluez' 'wpa_supplicant' 'openconnect' 'openvpn')
+options=('!libtool')
+source=(http://www.kernel.org/pub/linux/network/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
+'allow_group_network.diff')
+md5sums=('41e5bbc603d031459df4ff243b8318f0'
+ 'a8d22ee089fb0ed725130d16ad393047')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  patch -Np1 -i ${srcdir}/allow_group_network.diff
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --with-systemdunitdir=/usr/lib/systemd/system \
+  --enable-threads \
+  --enable-openconnect \
+  --enable-vpnc \
+  --enable-openvpn \
+  

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

2013-03-12 Thread Evangelos Foutras
Date: Tuesday, March 12, 2013 @ 16:43:58
  Author: foutrelis
Revision: 86169

upgpkg: shorewall 4.5.14-1

New upstream release.

Modified:
  shorewall/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-12 15:33:09 UTC (rev 86168)
+++ PKGBUILD2013-03-12 15:43:58 UTC (rev 86169)
@@ -5,17 +5,17 @@
 # Contributor: FUBAR mrfu...@gmail.com
 
 pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=4.5.13
+pkgver=4.5.14
 pkgrel=1
 arch=('any')
 url=http://www.shorewall.net/;
 license=('GPL')
-source=(http://www.shorewall.net/pub/$pkgname/4.5/$pkgname-4.5.13/$pkgname-$pkgver.tar.bz2
-
http://www.shorewall.net/pub/$pkgname/4.5/$pkgname-4.5.13/shorewall6-$pkgver.tar.bz2
-
http://www.shorewall.net/pub/$pkgname/4.5/$pkgname-4.5.13/shorewall-core-$pkgver.tar.bz2)
-sha256sums=('476ace122a272a17b133db27fc998214d40b08ae01ccfc0806dc856fd8515a32'
-'67dec1d3cf2dd9ee788c49c40dc8fa0c1d913653eb67b4668c22e0a61e176d7f'
-'dbb9cf91eec77f7f7358cc04eaed7055608bfd8f17120c12e510a7d4da68f897')
+source=(http://www.shorewall.net/pub/$pkgname/4.5/$pkgname-4.5.14/$pkgname-$pkgver.tar.bz2
+
http://www.shorewall.net/pub/$pkgname/4.5/$pkgname-4.5.14/shorewall6-$pkgver.tar.bz2
+
http://www.shorewall.net/pub/$pkgname/4.5/$pkgname-4.5.14/shorewall-core-$pkgver.tar.bz2)
+sha256sums=('72b657bc1c8aa1ab0241eb0197c03d1d515d25b2df5da49df8cc2dd2d5f9efc0'
+'78f1e386c54456363d5c21e8d5f43c8f38f04fc1d4f3341a2837bcd09aa3'
+'5c03fd464bc60e0c6b58058852677d343108fe488ef66e8361425c16c9f897cd')
 
 build() {
   for product in shorewall{,6,-core}; do
@@ -38,7 +38,7 @@
 package_shorewall6() {
   pkgdesc=An iptables-based firewall for Linux systems (with IPv6 support)
   depends=('shorewall')
-  
backup=(etc/shorewall6/{accounting,actions,blrules,clear,conntrack,hosts,init,interfaces,maclist,netmap,params,policy,providers,proxyndp,refresh,refreshed,restored,stoppedrules,rtrules,rules,scfilter,secmarks,shorewall6.conf,start,started,stop,stopped,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tcrules,tos,tunnels,zones})
+  
backup=(etc/shorewall6/{accounting,actions,blrules,clear,conntrack,hosts,init,interfaces,maclist,masq,netmap,params,policy,providers,proxyndp,refresh,refreshed,restored,stoppedrules,rtrules,rules,scfilter,secmarks,shorewall6.conf,start,started,stop,stopped,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tcrules,tos,tunnels,zones})
 
   cd $srcdir/$pkgname-$pkgver
 



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

2013-03-12 Thread Evangelos Foutras
Date: Tuesday, March 12, 2013 @ 16:44:06
  Author: foutrelis
Revision: 86170

archrelease: copy trunk to community-any

Added:
  shorewall/repos/community-any/PKGBUILD
(from rev 86169, shorewall/trunk/PKGBUILD)
Deleted:
  shorewall/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-12 15:43:58 UTC (rev 86169)
+++ PKGBUILD2013-03-12 15:44:06 UTC (rev 86170)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Malte Rabenseifner ma...@zearan.de
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: FUBAR mrfu...@gmail.com
-
-pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=4.5.13
-pkgrel=1
-arch=('any')
-url=http://www.shorewall.net/;
-license=('GPL')
-source=(http://www.shorewall.net/pub/$pkgname/4.5/$pkgname-4.5.13/$pkgname-$pkgver.tar.bz2
-
http://www.shorewall.net/pub/$pkgname/4.5/$pkgname-4.5.13/shorewall6-$pkgver.tar.bz2
-
http://www.shorewall.net/pub/$pkgname/4.5/$pkgname-4.5.13/shorewall-core-$pkgver.tar.bz2)
-sha256sums=('476ace122a272a17b133db27fc998214d40b08ae01ccfc0806dc856fd8515a32'
-'67dec1d3cf2dd9ee788c49c40dc8fa0c1d913653eb67b4668c22e0a61e176d7f'
-'dbb9cf91eec77f7f7358cc04eaed7055608bfd8f17120c12e510a7d4da68f897')
-
-build() {
-  for product in shorewall{,6,-core}; do
-pushd $srcdir/$product-$pkgver
-./configure
-popd
-  done
-}
-
-package_shorewall() {
-  pkgdesc=An iptables-based firewall for Linux systems
-  depends=('shorewall-core' 'perl')
-  
backup=(etc/shorewall/{accounting,actions,blrules,clear,conntrack,ecn,findgw,hosts,init,initdone,interfaces,lib.private,maclist,masq,nat,netmap,params,policy,providers,proxyarp,refresh,refreshed,restored,stoppedrules,rtrules,rules,scfilter,secmarks,shorewall.conf,start,started,stop,stopped,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tcrules,tos,tunnels,zones})
-
-  cd $srcdir/$pkgname-$pkgver
-
-  do_install
-}
-
-package_shorewall6() {
-  pkgdesc=An iptables-based firewall for Linux systems (with IPv6 support)
-  depends=('shorewall')
-  
backup=(etc/shorewall6/{accounting,actions,blrules,clear,conntrack,hosts,init,interfaces,maclist,netmap,params,policy,providers,proxyndp,refresh,refreshed,restored,stoppedrules,rtrules,rules,scfilter,secmarks,shorewall6.conf,start,started,stop,stopped,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tcrules,tos,tunnels,zones})
-
-  cd $srcdir/$pkgname-$pkgver
-
-  do_install 6
-}
-
-package_shorewall-core() {
-  pkgdesc=Core Shorewall libraries
-  depends=('iptables' 'iproute2')
-
-  cd $srcdir/$pkgname-$pkgver
-
-  DESTDIR=$pkgdir ./install.sh
-}
-
-do_install() {
-  local _name_suffix=$1
-
-  sed -i -e 's|^MODULE_SUFFIX=ko$|.gz|' \
- -e 's|/subsys||' \
-  configfiles/shorewall$_name_suffix.conf
-
-  DESTDIR=$pkgdir ./install.sh
-
-  install -d $pkgdir/usr/share/doc/shorewall$_name_suffix/
-  cp -r Samples$_name_suffix $pkgdir/usr/share/doc/shorewall$_name_suffix/
-
-  chmod -R 644 $pkgdir/etc/shorewall$_name_suffix/
-  chmod 755 $pkgdir/etc/shorewall$_name_suffix/
-  chmod 644 $pkgdir/usr/share/shorewall$_name_suffix/modules
-  chmod 644 $pkgdir/usr/share/shorewall$_name_suffix/helpers
-
-  # Fix systemd service file permissions
-  chmod 644 $pkgdir/usr/lib/systemd/system/shorewall$_name_suffix.service
-}
-
-# vim:set ts=2 sw=2 et:

Copied: shorewall/repos/community-any/PKGBUILD (from rev 86169, 
shorewall/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-12 15:44:06 UTC (rev 86170)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Malte Rabenseifner ma...@zearan.de
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: FUBAR mrfu...@gmail.com
+
+pkgname=('shorewall' 'shorewall6' 'shorewall-core')
+pkgver=4.5.14
+pkgrel=1
+arch=('any')
+url=http://www.shorewall.net/;
+license=('GPL')
+source=(http://www.shorewall.net/pub/$pkgname/4.5/$pkgname-4.5.14/$pkgname-$pkgver.tar.bz2
+
http://www.shorewall.net/pub/$pkgname/4.5/$pkgname-4.5.14/shorewall6-$pkgver.tar.bz2
+
http://www.shorewall.net/pub/$pkgname/4.5/$pkgname-4.5.14/shorewall-core-$pkgver.tar.bz2)
+sha256sums=('72b657bc1c8aa1ab0241eb0197c03d1d515d25b2df5da49df8cc2dd2d5f9efc0'
+'78f1e386c54456363d5c21e8d5f43c8f38f04fc1d4f3341a2837bcd09aa3'
+'5c03fd464bc60e0c6b58058852677d343108fe488ef66e8361425c16c9f897cd')
+
+build() {
+  for product in shorewall{,6,-core}; do
+pushd $srcdir/$product-$pkgver
+./configure
+popd
+  done
+}
+
+package_shorewall() {
+  pkgdesc=An iptables-based firewall for Linux systems
+  depends=('shorewall-core' 'perl')
+  

[arch-commits] Commit in (5 files)

2013-03-12 Thread Alexander Rødseth
Date: Tuesday, March 12, 2013 @ 16:48:07
  Author: arodseth
Revision: 86171

Added extra configuration files for ufw (moved from the mosh package)

Added:
  ufw-extras/
  ufw-extras/repos/
  ufw-extras/repos/community-any/
  ufw-extras/trunk/
  ufw-extras/trunk/PKGBUILD

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

Added: ufw-extras/trunk/PKGBUILD
===
--- ufw-extras/trunk/PKGBUILD   (rev 0)
+++ ufw-extras/trunk/PKGBUILD   2013-03-12 15:48:07 UTC (rev 86171)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+
+pkgname=ufw-extras
+pkgver=0.1
+pkgrel=1
+pkgdesc='Extra configuration files for UFW'
+arch=('any')
+url='https://github.com/xyproto/ufw-extras'
+license=('GPL2')
+depends=('ufw')
+source=($pkgname.tgz::https://nodeload.github.com/xyproto/$pkgname/tar.gz/master;)
+sha256sums=('4fb0a81915715033ddc4848514302b304bfccf4c2e2a96d536bbc153a0289b2d')
+backup=('etc/ufw/applications.d/ufw-mosh')
+
+package() {
+  cd $srcdir/$pkgname-master
+
+  install -Dm644 ufw-mosh $pkgdir/etc/ufw/applications.d/ufw-mosh
+}
+
+# vim:set ts=2 sw=2 et:


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


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

2013-03-12 Thread Alexander Rødseth
Date: Tuesday, March 12, 2013 @ 16:48:24
  Author: arodseth
Revision: 86172

archrelease: copy trunk to community-any

Added:
  ufw-extras/repos/community-any/PKGBUILD
(from rev 86171, ufw-extras/trunk/PKGBUILD)

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

Copied: ufw-extras/repos/community-any/PKGBUILD (from rev 86171, 
ufw-extras/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-12 15:48:24 UTC (rev 86172)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+
+pkgname=ufw-extras
+pkgver=0.1
+pkgrel=1
+pkgdesc='Extra configuration files for UFW'
+arch=('any')
+url='https://github.com/xyproto/ufw-extras'
+license=('GPL2')
+depends=('ufw')
+source=($pkgname.tgz::https://nodeload.github.com/xyproto/$pkgname/tar.gz/master;)
+sha256sums=('4fb0a81915715033ddc4848514302b304bfccf4c2e2a96d536bbc153a0289b2d')
+backup=('etc/ufw/applications.d/ufw-mosh')
+
+package() {
+  cd $srcdir/$pkgname-master
+
+  install -Dm644 ufw-mosh $pkgdir/etc/ufw/applications.d/ufw-mosh
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-03-12 Thread Alexander Rødseth
Date: Tuesday, March 12, 2013 @ 16:58:05
  Author: arodseth
Revision: 86173

upgpkg: mosh 1.2.3-5

Modified:
  mosh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-12 15:48:24 UTC (rev 86172)
+++ PKGBUILD2013-03-12 15:58:05 UTC (rev 86173)
@@ -5,7 +5,7 @@
 
 pkgname=mosh
 pkgver=1.2.3
-pkgrel=4
+pkgrel=5
 pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
 arch=('x86_64' 'i686')
 url='http://mosh.mit.edu/'
@@ -13,6 +13,7 @@
 depends=('protobuf' 'ncurses' 'zlib' 'openssh' 'perl' 'perl-io-tty' 
'libutempter')
 source=(https://github.com/downloads/keithw/mosh/$pkgname-$pkgver.tar.gz;)
 sha256sums=('93f09fda77e57f05485a61f3ac679bf9f3f359a9b0b93c216ddd53cd124a768f')
+optdepends=('ufw-extras')
 options=('!emptydirs')
 
 build() {
@@ -29,8 +30,6 @@
   make DESTDIR=$pkgdir install
   install -Dm644 conf/bash_completion.d/$pkgname \
 $pkgdir/usr/share/bash-completion/completions/$pkgname
-  install -Dm644 conf/ufw/applications.d/$pkgname \
-$pkgdir/usr/share/mosh/ufw-${pkgname}.example
 }
 
 # vim:set ts=2 sw=2 et:



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

2013-03-12 Thread Alexander Rødseth
Date: Tuesday, March 12, 2013 @ 16:58:37
  Author: arodseth
Revision: 86174

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-12 15:58:05 UTC (rev 86173)
+++ community-i686/PKGBUILD 2013-03-12 15:58:37 UTC (rev 86174)
@@ -1,36 +0,0 @@
-# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Christian Neukirchen chneukirc...@gmail.com
-# Contributor: Thomas Weißschuh thomas_weissschuh lavabit.com
-
-pkgname=mosh
-pkgver=1.2.3
-pkgrel=4
-pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
-arch=('x86_64' 'i686')
-url='http://mosh.mit.edu/'
-license=('GPL3')
-depends=('protobuf' 'ncurses' 'zlib' 'openssh' 'perl' 'perl-io-tty' 
'libutempter')
-source=(https://github.com/downloads/keithw/mosh/$pkgname-$pkgver.tar.gz;)
-sha256sums=('93f09fda77e57f05485a61f3ac679bf9f3f359a9b0b93c216ddd53cd124a768f')
-options=('!emptydirs')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-  install -Dm644 conf/bash_completion.d/$pkgname \
-$pkgdir/usr/share/bash-completion/completions/$pkgname
-  install -Dm644 conf/ufw/applications.d/$pkgname \
-$pkgdir/usr/share/mosh/ufw-${pkgname}.example
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mosh/repos/community-i686/PKGBUILD (from rev 86173, mosh/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-12 15:58:37 UTC (rev 86174)
@@ -0,0 +1,35 @@
+# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Christian Neukirchen chneukirc...@gmail.com
+# Contributor: Thomas Weißschuh thomas_weissschuh lavabit.com
+
+pkgname=mosh
+pkgver=1.2.3
+pkgrel=5
+pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
+arch=('x86_64' 'i686')
+url='http://mosh.mit.edu/'
+license=('GPL3')
+depends=('protobuf' 'ncurses' 'zlib' 'openssh' 'perl' 'perl-io-tty' 
'libutempter')
+source=(https://github.com/downloads/keithw/mosh/$pkgname-$pkgver.tar.gz;)
+sha256sums=('93f09fda77e57f05485a61f3ac679bf9f3f359a9b0b93c216ddd53cd124a768f')
+optdepends=('ufw-extras')
+options=('!emptydirs')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+  install -Dm644 conf/bash_completion.d/$pkgname \
+$pkgdir/usr/share/bash-completion/completions/$pkgname
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-12 15:58:05 UTC (rev 86173)
+++ community-x86_64/PKGBUILD   2013-03-12 15:58:37 UTC (rev 86174)
@@ -1,36 +0,0 @@
-# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Christian Neukirchen chneukirc...@gmail.com
-# Contributor: Thomas Weißschuh thomas_weissschuh lavabit.com
-
-pkgname=mosh
-pkgver=1.2.3
-pkgrel=4
-pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
-arch=('x86_64' 'i686')
-url='http://mosh.mit.edu/'
-license=('GPL3')
-depends=('protobuf' 'ncurses' 'zlib' 'openssh' 'perl' 'perl-io-tty' 
'libutempter')
-source=(https://github.com/downloads/keithw/mosh/$pkgname-$pkgver.tar.gz;)
-sha256sums=('93f09fda77e57f05485a61f3ac679bf9f3f359a9b0b93c216ddd53cd124a768f')
-options=('!emptydirs')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-  install -Dm644 conf/bash_completion.d/$pkgname \
-$pkgdir/usr/share/bash-completion/completions/$pkgname
-  install -Dm644 conf/ufw/applications.d/$pkgname \
-$pkgdir/usr/share/mosh/ufw-${pkgname}.example
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mosh/repos/community-x86_64/PKGBUILD (from rev 86173, 
mosh/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-03-12 15:58:37 UTC (rev 86174)
@@ 

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

2013-03-12 Thread Andreas Radke
Date: Tuesday, March 12, 2013 @ 18:10:45
  Author: andyrtr
Revision: 179932

upgpkg: java7-openjdk 7.u17_2.3.8-1

upstream update 2.3.8

Modified:
  java7-openjdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-12 15:33:08 UTC (rev 179931)
+++ PKGBUILD2013-03-12 17:10:45 UTC (rev 179932)
@@ -7,23 +7,23 @@
  'openjdk7-src' 'openjdk7-doc')
 pkgbase=java7-openjdk
 _java_ver=7
-_updatever=u13
-_icedtea_ver=2.3.7
+_updatever=u17
+_icedtea_ver=2.3.8
 
 # check ${srcdir}/icedtea7/Makefile.am
-_CORBA_CHANGESET=82e58144c3fb
-_JAXP_CHANGESET=1d46a56eb51c
-_JAXWS_CHANGESET=b9590aa972b9
-_JDK_CHANGESET=6a3417030605
-_LANGTOOLS_CHANGESET=b5006c3285c6
-_OPENJDK_CHANGESET=506161df1c48
+_CORBA_CHANGESET=516aae5f27cf
+_JAXP_CHANGESET=1fbe99283d97
+_JAXWS_CHANGESET=3c7be82314bf
+_JDK_CHANGESET=deac45dc94f0
+_LANGTOOLS_CHANGESET=41426c72b802
+_OPENJDK_CHANGESET=ed02a059ea15
 
-_HOTSPOT_CHANGESET=104e2c65892d # see ${srcdir}/icedtea7/hotspot.map
+_HOTSPOT_CHANGESET=a152dced63a1 # see ${srcdir}/icedtea7/hotspot.map
 
 _bootstrap=0 # 0/1 for quick build or full bootstrap
 
 pkgver=${_java_ver}.${_updatever}_${_icedtea_ver}
-pkgrel=2
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://icedtea.classpath.org;
 license=('custom')
@@ -50,14 +50,14 @@
 jdk7-openjdk.profile.csh
 jre7-openjdk.profile
 jre7-openjdk.profile.csh)
-sha256sums=('378f67f6f84bfb6c705f600b47b68a61b18d67648dd7eaf8498b152587695940'
-'704bdd40bc328183384272ee282310d8fc3216f3051e504141e7660fe50185a0'
-'c438607d04e04439ca7df3d911f3cf46ac64066a5b21da98bea8070f98abdafe'
-'fca2c95b3e60533a937e4f8d497a2934382d9f1f95cde874d926f3b4841407ce'
-'c6ca4f98b35acdb24a81721de0bee2686bb83917bd84b108775e586c5ae81136'
-'2a8afd9ecb53e255e436885e6fe3e9882e8657c70482a90ef39aa33e024e79b0'
-'44d8bc14b213b7c218465a8859bd551feb6805857077ca6aa68aaa4c1b10b676'
-'203acf2f9737032fe4bb1096e2f81417fa8a92a7016d8220b54a70efd579711a'
+sha256sums=('750a4c6e3e22369aa7dcfb0751fe85d5ea7a36b32871861c5063dbcadddc7153'
+'865030303330856c988e353bf1bc86fc95669179b0958a4072538fc59d9a073b'
+'181ceb85a4dade1a8d8465e2d69255ee3612dbc5a50699a59a4f21e69be7a1c6'
+'ed3a963c4309316fba654f0a60ba4bec21b2d170e64423eddfa2ba635ac76572'
+'4abe7366900327a0de21caee8a7b0ea5494821507a02bfb07cffc980cebe90ad'
+'00e3e4cb436f4153434faa2d1063114a9028e9c8a7eacf558873053c47365215'
+'cbef395a2af27673a3611ed50d84a76ae9f9539a7c42ed8e06e171bfc1ac030c'
+'eac2313e3012653afa7549257765d56e4348c775363eee0733968d32a7c1eeae'
 '9ad943ceb3dbcdf45d72974fc3667886a7ed65c69ab9abc17be5412827551a7f'
 '7b2db65bfb9d5014e1522178d65cabf05dfa85e0926cde5648b5a338db376479'
 'b742113dc6debc3eb92a246e442595481c04a2a3973e7902b86037acb50050ea'
@@ -83,10 +83,10 @@
 build() {
   cd ${srcdir}/icedtea-${_icedtea_ver}
 
-  unset JAVA_HOME JDK_HOME CLASSPATH JAVAC JAVACFLAGS
+#  unset JAVA_HOME JDK_HOME CLASSPATH JAVAC JAVACFLAGS
   
-  # default is to build with first found java-environment found in our repos - 
is jdk7-openjdk
-  [ -f /etc/profile.d/jdk.sh ]  . /etc/profile.d/jdk.sh
+#  # default is to build with first found java-environment found in our repos 
- is jdk7-openjdk
+#  [ -f /etc/profile.d/jdk.sh ]  . /etc/profile.d/jdk.sh
   
   export ALT_PARALLEL_COMPILE_JOBS=${MAKEFLAGS/-j}
   export HOTSPOT_BUILD_JOBS=${ALT_PARALLEL_COMPILE_JOBS}



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

2013-03-12 Thread Andreas Radke
Date: Tuesday, March 12, 2013 @ 18:11:40
  Author: andyrtr
Revision: 179933

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

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

--+
 extra-i686/PKGBUILD  |  704 -
 extra-i686/fix_corba_cmds_path.diff  |   58 +-
 extra-i686/fontconfig-paths.diff |  268 -
 extra-i686/jdk7-openjdk.profile  |2 
 extra-i686/jdk7-openjdk.profile.csh  |2 
 extra-i686/jre7-openjdk-headless.install |   22 
 extra-i686/jre7-openjdk.install  |   36 -
 extra-i686/jre7-openjdk.profile  |8 
 extra-i686/jre7-openjdk.profile.csh  |8 
 extra-i686/openjdk7_fix_jdk_cmds_path.diff   |   72 +-
 extra-i686/openjdk7_nonreparenting-wm.diff   |  116 ++--
 extra-x86_64/PKGBUILD|  704 -
 extra-x86_64/fix_corba_cmds_path.diff|   58 +-
 

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

2013-03-12 Thread Andreas Radke
Date: Tuesday, March 12, 2013 @ 18:38:09
  Author: andyrtr
Revision: 179934

upgpkg: tzdata 2013b-1

upstream update 2013b

Modified:
  tzdata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-12 17:11:40 UTC (rev 179933)
+++ PKGBUILD2013-03-12 17:38:09 UTC (rev 179934)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=tzdata
-pkgver=2013a
+pkgver=2013b
 pkgrel=1
 pkgdesc=Sources for time zone and daylight saving time data
 arch=('any')
@@ -10,7 +10,7 @@
 license=('GPL')
 options=('!emptydirs')
 
source=(http://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz)
-sha1sums=('e8aaba15d76a85939c9df71fb37923a1110a8684')
+sha1sums=('b2c08566efdbd9efd7a84ab2ba11aa3465577daa')
 
 timezones=('africa' 'antarctica' 'asia' 'australasia'
'europe' 'northamerica' 'southamerica'



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

2013-03-12 Thread Andreas Radke
Date: Tuesday, March 12, 2013 @ 18:38:28
  Author: andyrtr
Revision: 179935

archrelease: copy trunk to testing-any

Added:
  tzdata/repos/testing-any/
  tzdata/repos/testing-any/PKGBUILD
(from rev 179934, tzdata/trunk/PKGBUILD)

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

Copied: tzdata/repos/testing-any/PKGBUILD (from rev 179934, 
tzdata/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-03-12 17:38:28 UTC (rev 179935)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=tzdata
+pkgver=2013b
+pkgrel=1
+pkgdesc=Sources for time zone and daylight saving time data
+arch=('any')
+url=http://www.iana.org/time-zones;
+license=('GPL')
+options=('!emptydirs')
+source=(http://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz)
+sha1sums=('b2c08566efdbd9efd7a84ab2ba11aa3465577daa')
+
+timezones=('africa' 'antarctica' 'asia' 'australasia'
+   'europe' 'northamerica' 'southamerica'
+   'pacificnew' 'etcetera' 'backward'
+   'systemv' 'factory'
+   'solar87' 'solar88' 'solar89')
+
+package() {
+  cd ${srcdir}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo ${timezones[@]}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/posix ${timezones[@]}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/right -L leapseconds 
${timezones[@]}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo -p America/New_York
+  install -m444 -t ${pkgdir}/usr/share/zoneinfo iso3166.tab zone.tab
+}



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

2013-03-12 Thread Andreas Radke
Date: Tuesday, March 12, 2013 @ 19:33:30
  Author: andyrtr
Revision: 179936

upgpkg: glamor-egl 0.5.0-2

add a ld.so.conf hack to make Xorg-server loading the glamor libs - FS#34236; 
fixes also the conflicts typo

Modified:
  glamor-egl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-12 17:38:28 UTC (rev 179935)
+++ PKGBUILD2013-03-12 18:33:30 UTC (rev 179936)
@@ -4,7 +4,7 @@
 
 pkgname=glamor-egl
 pkgver=0.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc='OpenGL based 2D rendering acceleration library'
 arch=('i686' 'x86_64')
 url=http://xorg.freedesktop.org/;
@@ -52,4 +52,11 @@
   make DESTDIR=${pkgdir} install
   install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
   install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+  
+  # hack for lib loading with recent Xorg-servers, see FS#34236  and
+  # http://lists.x.org/archives/xorg-devel/2013-March/035719.html
+  
+  # add glamor library path to ld.so.conf.d
+  install -d ${pkgdir}/etc/ld.so.conf.d
+  echo /usr/lib/xorg/modules  ${pkgdir}/etc/ld.so.conf.d/${pkgname}.conf
 }



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

2013-03-12 Thread Andreas Radke
Date: Tuesday, March 12, 2013 @ 19:34:16
  Author: andyrtr
Revision: 179937

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

Added:
  glamor-egl/repos/extra-i686/PKGBUILD
(from rev 179936, glamor-egl/trunk/PKGBUILD)
  glamor-egl/repos/extra-i686/compat-api.h
(from rev 179936, glamor-egl/trunk/compat-api.h)
  glamor-egl/repos/extra-i686/compiler.h
(from rev 179936, glamor-egl/trunk/compiler.h)
  glamor-egl/repos/extra-i686/git-fixes.patch
(from rev 179936, glamor-egl/trunk/git-fixes.patch)
  glamor-egl/repos/extra-i686/glamor_debug.h
(from rev 179936, glamor-egl/trunk/glamor_debug.h)
  glamor-egl/repos/extra-i686/glamor_gl_dispatch.h
(from rev 179936, glamor-egl/trunk/glamor_gl_dispatch.h)
  glamor-egl/repos/extra-i686/glamor_glext.h
(from rev 179936, glamor-egl/trunk/glamor_glext.h)
  glamor-egl/repos/extra-i686/glamor_priv.h
(from rev 179936, glamor-egl/trunk/glamor_priv.h)
  glamor-egl/repos/extra-i686/glamor_utils.h
(from rev 179936, glamor-egl/trunk/glamor_utils.h)
  glamor-egl/repos/extra-i686/glapi.h
(from rev 179936, glamor-egl/trunk/glapi.h)
  glamor-egl/repos/extra-x86_64/PKGBUILD
(from rev 179936, glamor-egl/trunk/PKGBUILD)
  glamor-egl/repos/extra-x86_64/compat-api.h
(from rev 179936, glamor-egl/trunk/compat-api.h)
  glamor-egl/repos/extra-x86_64/compiler.h
(from rev 179936, glamor-egl/trunk/compiler.h)
  glamor-egl/repos/extra-x86_64/git-fixes.patch
(from rev 179936, glamor-egl/trunk/git-fixes.patch)
  glamor-egl/repos/extra-x86_64/glamor_debug.h
(from rev 179936, glamor-egl/trunk/glamor_debug.h)
  glamor-egl/repos/extra-x86_64/glamor_gl_dispatch.h
(from rev 179936, glamor-egl/trunk/glamor_gl_dispatch.h)
  glamor-egl/repos/extra-x86_64/glamor_glext.h
(from rev 179936, glamor-egl/trunk/glamor_glext.h)
  glamor-egl/repos/extra-x86_64/glamor_priv.h
(from rev 179936, glamor-egl/trunk/glamor_priv.h)
  glamor-egl/repos/extra-x86_64/glamor_utils.h
(from rev 179936, glamor-egl/trunk/glamor_utils.h)
  glamor-egl/repos/extra-x86_64/glapi.h
(from rev 179936, glamor-egl/trunk/glapi.h)
Deleted:
  glamor-egl/repos/extra-i686/PKGBUILD
  glamor-egl/repos/extra-i686/compat-api.h
  glamor-egl/repos/extra-i686/compiler.h
  glamor-egl/repos/extra-i686/git-fixes.patch
  glamor-egl/repos/extra-i686/glamor_debug.h
  glamor-egl/repos/extra-i686/glamor_gl_dispatch.h
  glamor-egl/repos/extra-i686/glamor_glext.h
  glamor-egl/repos/extra-i686/glamor_priv.h
  glamor-egl/repos/extra-i686/glamor_utils.h
  glamor-egl/repos/extra-i686/glapi.h
  glamor-egl/repos/extra-x86_64/PKGBUILD
  glamor-egl/repos/extra-x86_64/compat-api.h
  glamor-egl/repos/extra-x86_64/compiler.h
  glamor-egl/repos/extra-x86_64/git-fixes.patch
  glamor-egl/repos/extra-x86_64/glamor_debug.h
  glamor-egl/repos/extra-x86_64/glamor_gl_dispatch.h
  glamor-egl/repos/extra-x86_64/glamor_glext.h
  glamor-egl/repos/extra-x86_64/glamor_priv.h
  glamor-egl/repos/extra-x86_64/glamor_utils.h
  glamor-egl/repos/extra-x86_64/glapi.h

---+
 extra-i686/PKGBUILD   |  117 -
 extra-i686/compat-api.h   |  214 +-
 extra-i686/compiler.h |  118 -
 extra-i686/git-fixes.patch|  354 +--
 extra-i686/glamor_debug.h |  232 +-
 extra-i686/glamor_gl_dispatch.h   |  274 +-
 extra-i686/glamor_glext.h |  128 -
 extra-i686/glamor_priv.h  | 2032 +--
 extra-i686/glamor_utils.h | 3672 ++--
 extra-i686/glapi.h|  242 +-
 extra-x86_64/PKGBUILD |  117 -
 extra-x86_64/compat-api.h |  214 +-
 extra-x86_64/compiler.h   |  118 -
 extra-x86_64/git-fixes.patch  |  354 +--
 extra-x86_64/glamor_debug.h   |  232 +-
 extra-x86_64/glamor_gl_dispatch.h |  274 +-
 extra-x86_64/glamor_glext.h   |  128 -
 extra-x86_64/glamor_priv.h| 2032 +--
 extra-x86_64/glamor_utils.h   | 3672 ++--
 extra-x86_64/glapi.h  |  242 +-
 20 files changed, 7390 insertions(+), 7376 deletions(-)

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


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

2013-03-12 Thread Jelle van der Waa
Date: Tuesday, March 12, 2013 @ 19:37:13
  Author: jelle
Revision: 86175

upgpkg: xmonad-contrib 0.11-3

haskell-x11 update rebuild

Modified:
  xmonad-contrib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-12 15:58:37 UTC (rev 86174)
+++ PKGBUILD2013-03-12 18:37:13 UTC (rev 86175)
@@ -5,7 +5,7 @@
 
 pkgname=xmonad-contrib
 pkgver=0.11
-pkgrel=2
+pkgrel=3
 pkgdesc=Add-ons for xmonad
 arch=('i686' 'x86_64')
 url=http://xmonad.org/;



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

2013-03-12 Thread Jelle van der Waa
Date: Tuesday, March 12, 2013 @ 19:38:30
  Author: jelle
Revision: 86176

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

Added:
  xmonad-contrib/repos/community-staging-i686/
  xmonad-contrib/repos/community-staging-i686/PKGBUILD
(from rev 86175, xmonad-contrib/trunk/PKGBUILD)
  xmonad-contrib/repos/community-staging-i686/xmonad-contrib.install
(from rev 86175, xmonad-contrib/trunk/xmonad-contrib.install)
  xmonad-contrib/repos/community-staging-x86_64/
  xmonad-contrib/repos/community-staging-x86_64/PKGBUILD
(from rev 86175, xmonad-contrib/trunk/PKGBUILD)
  xmonad-contrib/repos/community-staging-x86_64/xmonad-contrib.install
(from rev 86175, xmonad-contrib/trunk/xmonad-contrib.install)

-+
 community-staging-i686/PKGBUILD |   35 ++
 community-staging-i686/xmonad-contrib.install   |   17 ++
 community-staging-x86_64/PKGBUILD   |   35 ++
 community-staging-x86_64/xmonad-contrib.install |   17 ++
 4 files changed, 104 insertions(+)

Copied: xmonad-contrib/repos/community-staging-i686/PKGBUILD (from rev 86175, 
xmonad-contrib/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-12 18:38:30 UTC (rev 86176)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+# Contributor: orbisvicis gmail.com
+
+pkgname=xmonad-contrib
+pkgver=0.11
+pkgrel=3
+pkgdesc=Add-ons for xmonad
+arch=('i686' 'x86_64')
+url=http://xmonad.org/;
+license=('BSD')
+depends=('ghc=7.6.2-1' 'xmonad=0.11-2' 'sh' 'haskell-x11=1.6.0.2-2' 
'haskell-x11-xft=0.3.1-6' 'haskell-utf8-string=0.3.7-4' 
'haskell-random=1.0.1.1-4')
+install='xmonad-contrib.install'
+source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
+md5sums=('05fba258ac6063e49b50786a0869bd1f')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  runhaskell Setup.lhs configure --ghc --enable-shared --enable-split-objs 
--prefix=/usr -fuse_xft \
+ --libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  install -D -m744 register.sh $pkgdir/usr/share/haskell/$pkgname/register.sh
+  install -m744 unregister.sh $pkgdir/usr/share/haskell/$pkgname/unregister.sh
+  runhaskell Setup.lhs copy --destdir=$pkgdir
+  install -D LICENSE $pkgdir/usr/share/licenses/xmonad-contrib/LICENSE
+}

Copied: xmonad-contrib/repos/community-staging-i686/xmonad-contrib.install 
(from rev 86175, xmonad-contrib/trunk/xmonad-contrib.install)
===
--- community-staging-i686/xmonad-contrib.install   
(rev 0)
+++ community-staging-i686/xmonad-contrib.install   2013-03-12 18:38:30 UTC 
(rev 86176)
@@ -0,0 +1,17 @@
+HS_DIR=usr/share/haskell/xmonad-contrib
+
+post_install() {
+  ${HS_DIR}/register.sh
+}
+
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+
+post_upgrade() {
+  ${HS_DIR}/register.sh
+}
+
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}

Copied: xmonad-contrib/repos/community-staging-x86_64/PKGBUILD (from rev 86175, 
xmonad-contrib/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-03-12 18:38:30 UTC (rev 86176)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+# Contributor: orbisvicis gmail.com
+
+pkgname=xmonad-contrib
+pkgver=0.11
+pkgrel=3
+pkgdesc=Add-ons for xmonad
+arch=('i686' 'x86_64')
+url=http://xmonad.org/;
+license=('BSD')
+depends=('ghc=7.6.2-1' 'xmonad=0.11-2' 'sh' 'haskell-x11=1.6.0.2-2' 
'haskell-x11-xft=0.3.1-6' 'haskell-utf8-string=0.3.7-4' 
'haskell-random=1.0.1.1-4')
+install='xmonad-contrib.install'
+source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
+md5sums=('05fba258ac6063e49b50786a0869bd1f')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  runhaskell Setup.lhs configure --ghc --enable-shared --enable-split-objs 
--prefix=/usr -fuse_xft \
+ --libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  install -D -m744 register.sh $pkgdir/usr/share/haskell/$pkgname/register.sh
+  install -m744 unregister.sh 

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

2013-03-12 Thread Jelle van der Waa
Date: Tuesday, March 12, 2013 @ 19:46:37
  Author: jelle
Revision: 86177

db-move: moved haskell-dlist from [community-staging] to [community-testing] 
(i686, x86_64)

Added:
  haskell-dlist/repos/community-testing-i686/
  haskell-dlist/repos/community-testing-i686/PKGBUILD
(from rev 86176, haskell-dlist/repos/community-staging-i686/PKGBUILD)
  haskell-dlist/repos/community-testing-i686/haskell-dlist.install
(from rev 86176, 
haskell-dlist/repos/community-staging-i686/haskell-dlist.install)
  haskell-dlist/repos/community-testing-x86_64/
  haskell-dlist/repos/community-testing-x86_64/PKGBUILD
(from rev 86176, haskell-dlist/repos/community-staging-x86_64/PKGBUILD)
  haskell-dlist/repos/community-testing-x86_64/haskell-dlist.install
(from rev 86176, 
haskell-dlist/repos/community-staging-x86_64/haskell-dlist.install)
Deleted:
  haskell-dlist/repos/community-staging-i686/
  haskell-dlist/repos/community-staging-x86_64/

+
 community-testing-i686/PKGBUILD|   42 +++
 community-testing-i686/haskell-dlist.install   |   26 ++
 community-testing-x86_64/PKGBUILD  |   42 +++
 community-testing-x86_64/haskell-dlist.install |   26 ++
 4 files changed, 136 insertions(+)

Copied: haskell-dlist/repos/community-testing-i686/PKGBUILD (from rev 86176, 
haskell-dlist/repos/community-staging-i686/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-03-12 18:46:37 UTC (rev 86177)
@@ -0,0 +1,42 @@
+# Contributor: Don Stewart d...@galois.com
+# Contributor: Lex Black autumn-wind at web dot de
+
+pkgname=haskell-dlist
+pkgver=0.5
+_hkgname=dlist
+_licensefile=LICENSE
+pkgrel=1
+pkgdesc=Differences lists
+url=http://code.haskell.org/~dons/code/dlist/;
+license=(BSD3)
+arch=('i686' 'x86_64')
+makedepends=('ghc')
+depends=('ghc')
+options=('strip')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('4780e5409eff55bbfdd7470ef802a087a04048c9cd5efe0482c82878292f19ea')
+install=${pkgname}.install
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/${pkgname} \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 ${_licensefile} 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+rm -f ${pkgdir}/usr/share/doc/${pkgname}/${_licensefile}
+}

Copied: haskell-dlist/repos/community-testing-i686/haskell-dlist.install (from 
rev 86176, haskell-dlist/repos/community-staging-i686/haskell-dlist.install)
===
--- community-testing-i686/haskell-dlist.install
(rev 0)
+++ community-testing-i686/haskell-dlist.install2013-03-12 18:46:37 UTC 
(rev 86177)
@@ -0,0 +1,26 @@
+# custom variables
+pkgname=haskell-dlist
+HS_DIR=/usr/share/haskell/${pkgname}
+
+# functions
+post_install() {
+${HS_DIR}/register.sh
+(cd /usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+
+pre_upgrade() {
+${HS_DIR}/unregister.sh
+}
+
+post_upgrade() {
+${HS_DIR}/register.sh
+(cd /usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+
+pre_remove() {
+${HS_DIR}/unregister.sh
+}
+
+post_remove() {
+(cd /usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-dlist/repos/community-testing-x86_64/PKGBUILD (from rev 86176, 
haskell-dlist/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-03-12 18:46:37 UTC (rev 86177)
@@ -0,0 +1,42 @@
+# Contributor: Don Stewart d...@galois.com
+# Contributor: Lex Black autumn-wind at web dot de
+
+pkgname=haskell-dlist
+pkgver=0.5
+_hkgname=dlist
+_licensefile=LICENSE
+pkgrel=1
+pkgdesc=Differences lists
+url=http://code.haskell.org/~dons/code/dlist/;
+license=(BSD3)
+arch=('i686' 'x86_64')
+makedepends=('ghc')
+depends=('ghc')
+options=('strip')

[arch-commits] Commit in haskell-data-default/repos (8 files)

2013-03-12 Thread Jelle van der Waa
Date: Tuesday, March 12, 2013 @ 19:46:44
  Author: jelle
Revision: 86178

db-move: moved haskell-data-default from [community-staging] to 
[community-testing] (i686, x86_64)

Added:
  haskell-data-default/repos/community-testing-i686/
  haskell-data-default/repos/community-testing-i686/PKGBUILD
(from rev 86177, haskell-data-default/repos/community-staging-i686/PKGBUILD)
  haskell-data-default/repos/community-testing-i686/haskell-data-default.install
(from rev 86177, 
haskell-data-default/repos/community-staging-i686/haskell-data-default.install)
  haskell-data-default/repos/community-testing-x86_64/
  haskell-data-default/repos/community-testing-x86_64/PKGBUILD
(from rev 86177, 
haskell-data-default/repos/community-staging-x86_64/PKGBUILD)
  
haskell-data-default/repos/community-testing-x86_64/haskell-data-default.install
(from rev 86177, 
haskell-data-default/repos/community-staging-x86_64/haskell-data-default.install)
Deleted:
  haskell-data-default/repos/community-staging-i686/
  haskell-data-default/repos/community-staging-x86_64/

---+
 community-testing-i686/PKGBUILD   |   44 
 community-testing-i686/haskell-data-default.install   |   26 +
 community-testing-x86_64/PKGBUILD |   44 
 community-testing-x86_64/haskell-data-default.install |   26 +
 4 files changed, 140 insertions(+)

Copied: haskell-data-default/repos/community-testing-i686/PKGBUILD (from rev 
86177, haskell-data-default/repos/community-staging-i686/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-03-12 18:46:44 UTC (rev 86178)
@@ -0,0 +1,44 @@
+# Contributor: Lex Black autumn-wind at web dot de
+# Contributor: Don Stewart d...@galois.com
+
+pkgname=haskell-data-default
+_hkgname=data-default
+_licensefile=LICENSE
+pkgver=0.5.1
+pkgrel=2
+pkgdesc=A class for types with a default value
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('BSD')
+arch=('i686' 'x86_64')
+makedepends=('ghc')
+depends=('haskell-containers' 'haskell-dlist' 'haskell-old-locale')
+options=('strip')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('fb56f34f820379df4881bcccbcb065389200e20778321e2d6e8c92dad94af717')
+install=${pkgname}.install
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+  --prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+#runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } 
--enable-split-objs --enable-shared \
+#--prefix=/usr --docdir=/usr/share/doc/${pkgname} \
+#--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}

Copied: 
haskell-data-default/repos/community-testing-i686/haskell-data-default.install 
(from rev 86177, 
haskell-data-default/repos/community-staging-i686/haskell-data-default.install)
===
--- community-testing-i686/haskell-data-default.install 
(rev 0)
+++ community-testing-i686/haskell-data-default.install 2013-03-12 18:46:44 UTC 
(rev 86178)
@@ -0,0 +1,26 @@
+# custom variables
+pkgname=haskell-data-default
+HS_DIR=/usr/share/haskell/${pkgname}
+
+# functions
+post_install() {
+${HS_DIR}/register.sh
+(cd /usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+
+pre_upgrade() {
+${HS_DIR}/unregister.sh
+}
+
+post_upgrade() {
+${HS_DIR}/register.sh
+(cd /usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+
+pre_remove() {
+${HS_DIR}/unregister.sh
+}
+
+post_remove() {
+(cd /usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-data-default/repos/community-testing-x86_64/PKGBUILD (from rev 
86177, haskell-data-default/repos/community-staging-x86_64/PKGBUILD)
===
--- 

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

2013-03-12 Thread Jelle van der Waa
Date: Tuesday, March 12, 2013 @ 19:47:13
  Author: jelle
Revision: 86179

db-move: moved haskell-x11 from [community-staging] to [community-testing] 
(i686, x86_64)

Added:
  haskell-x11/repos/community-testing-i686/
  haskell-x11/repos/community-testing-i686/PKGBUILD
(from rev 86178, haskell-x11/repos/community-staging-i686/PKGBUILD)
  haskell-x11/repos/community-testing-i686/hsmod.install
(from rev 86178, haskell-x11/repos/community-staging-i686/hsmod.install)
  haskell-x11/repos/community-testing-x86_64/
  haskell-x11/repos/community-testing-x86_64/PKGBUILD
(from rev 86178, haskell-x11/repos/community-staging-x86_64/PKGBUILD)
  haskell-x11/repos/community-testing-x86_64/hsmod.install
(from rev 86178, haskell-x11/repos/community-staging-x86_64/hsmod.install)
Deleted:
  haskell-x11/repos/community-staging-i686/
  haskell-x11/repos/community-staging-x86_64/

+
 community-testing-i686/PKGBUILD|   41 +++
 community-testing-i686/hsmod.install   |   18 +
 community-testing-x86_64/PKGBUILD  |   41 +++
 community-testing-x86_64/hsmod.install |   18 +
 4 files changed, 118 insertions(+)

Copied: haskell-x11/repos/community-testing-i686/PKGBUILD (from rev 86178, 
haskell-x11/repos/community-staging-i686/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-03-12 18:47:13 UTC (rev 86179)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: shild s...@bk.ru
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+
+_hkgname=X11
+pkgname=haskell-x11
+pkgver=1.6.1.1
+pkgrel=1
+pkgdesc=A Haskell binding to the X11 graphics library.
+arch=(i686 x86_64)
+url=http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11;
+license=('custom:BSD3')
+options=('strip')
+depends=(ghc=7.6.2-1 haskell-syb=0.3.7-2 'libx11' 'libxinerama' 
'libxrandr' 'haskell-data-default')
+conflicts=(haskell-x11-extras)
+install=hsmod.install
+source=(http://hackage.haskell.org/packages/archive/X11/$pkgver/X11-$pkgver.tar.gz)
+md5sums=('80638b99238f72d4cc351b4fbd7274fc')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+  --prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}

Copied: haskell-x11/repos/community-testing-i686/hsmod.install (from rev 86178, 
haskell-x11/repos/community-staging-i686/hsmod.install)
===
--- community-testing-i686/hsmod.install(rev 0)
+++ community-testing-i686/hsmod.install2013-03-12 18:47:13 UTC (rev 
86179)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-x11
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-x11/repos/community-testing-x86_64/PKGBUILD (from rev 86178, 
haskell-x11/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-03-12 18:47:13 UTC (rev 86179)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: shild s...@bk.ru
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+
+_hkgname=X11
+pkgname=haskell-x11
+pkgver=1.6.1.1
+pkgrel=1
+pkgdesc=A Haskell binding to the X11 graphics library.
+arch=(i686 x86_64)
+url=http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11;
+license=('custom:BSD3')
+options=('strip')
+depends=(ghc=7.6.2-1 haskell-syb=0.3.7-2 'libx11' 'libxinerama' 
'libxrandr' 

[arch-commits] Commit in haskell-x11-xft/repos (8 files)

2013-03-12 Thread Jelle van der Waa
Date: Tuesday, March 12, 2013 @ 19:47:14
  Author: jelle
Revision: 86180

db-move: moved haskell-x11-xft from [community-staging] to [community-testing] 
(i686, x86_64)

Added:
  haskell-x11-xft/repos/community-testing-i686/
  haskell-x11-xft/repos/community-testing-i686/PKGBUILD
(from rev 86178, haskell-x11-xft/repos/community-staging-i686/PKGBUILD)
  haskell-x11-xft/repos/community-testing-i686/haskell-x11-xft.install
(from rev 86178, 
haskell-x11-xft/repos/community-staging-i686/haskell-x11-xft.install)
  haskell-x11-xft/repos/community-testing-x86_64/
  haskell-x11-xft/repos/community-testing-x86_64/PKGBUILD
(from rev 86178, haskell-x11-xft/repos/community-staging-x86_64/PKGBUILD)
  haskell-x11-xft/repos/community-testing-x86_64/haskell-x11-xft.install
(from rev 86178, 
haskell-x11-xft/repos/community-staging-x86_64/haskell-x11-xft.install)
Deleted:
  haskell-x11-xft/repos/community-staging-i686/
  haskell-x11-xft/repos/community-staging-x86_64/

--+
 community-testing-i686/PKGBUILD  |   38 +
 community-testing-i686/haskell-x11-xft.install   |   18 +
 community-testing-x86_64/PKGBUILD|   38 +
 community-testing-x86_64/haskell-x11-xft.install |   18 +
 4 files changed, 112 insertions(+)

Copied: haskell-x11-xft/repos/community-testing-i686/PKGBUILD (from rev 86178, 
haskell-x11-xft/repos/community-staging-i686/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-03-12 18:47:14 UTC (rev 86180)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+_hkgname=X11-xft
+pkgname=haskell-x11-xft
+pkgver=0.3.1
+pkgrel=7
+pkgdesc=Bindings to the Xft, X Free Type interface library, and some Xrender 
parts
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.2-1' 'haskell-x11=1.6.0.2-2' 'haskell-utf8-string=0.3.7-4' 
'libxft')
+options=('strip')
+install=haskell-x11-xft.install
+source=(http://hackage.haskell.org/packages/archive/X11-xft/$pkgver/X11-xft-$pkgver.tar.gz)
+md5sums=('ad885150a59f63de328e73abe5ffc79e')
+
+build() {
+  cd ${srcdir}/${_hkgname}-${pkgver}
+  runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup haddock
+  runhaskell Setup register   --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+  cd ${srcdir}/${_hkgname}-${pkgver}
+  install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+  install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+  install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+  ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+  runhaskell Setup copy --destdir=${pkgdir}
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}

Copied: haskell-x11-xft/repos/community-testing-i686/haskell-x11-xft.install 
(from rev 86178, 
haskell-x11-xft/repos/community-staging-i686/haskell-x11-xft.install)
===
--- community-testing-i686/haskell-x11-xft.install  
(rev 0)
+++ community-testing-i686/haskell-x11-xft.install  2013-03-12 18:47:14 UTC 
(rev 86180)
@@ -0,0 +1,18 @@
+HS_DIR=/usr/share/haskell/haskell-x11-xft
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-x11-xft/repos/community-testing-x86_64/PKGBUILD (from rev 
86178, haskell-x11-xft/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-03-12 18:47:14 UTC (rev 86180)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+_hkgname=X11-xft
+pkgname=haskell-x11-xft
+pkgver=0.3.1
+pkgrel=7
+pkgdesc=Bindings to the Xft, X Free Type interface library, and some Xrender 
parts
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.2-1' 'haskell-x11=1.6.0.2-2' 'haskell-utf8-string=0.3.7-4' 
'libxft')
+options=('strip')

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

2013-03-12 Thread Jelle van der Waa
Date: Tuesday, March 12, 2013 @ 19:47:44
  Author: jelle
Revision: 86181

db-move: moved xmonad from [community-staging] to [community-testing] (i686, 
x86_64)

Added:
  xmonad/repos/community-testing-i686/
  xmonad/repos/community-testing-i686/PKGBUILD
(from rev 86180, xmonad/repos/community-staging-i686/PKGBUILD)
  xmonad/repos/community-testing-i686/xmonad-gnome-session.session
(from rev 86180, 
xmonad/repos/community-staging-i686/xmonad-gnome-session.session)
  xmonad/repos/community-testing-i686/xmonad.install
(from rev 86180, xmonad/repos/community-staging-i686/xmonad.install)
  xmonad/repos/community-testing-i686/xmonad.svg
(from rev 86180, xmonad/repos/community-staging-i686/xmonad.svg)
  xmonad/repos/community-testing-x86_64/
  xmonad/repos/community-testing-x86_64/PKGBUILD
(from rev 86180, xmonad/repos/community-staging-x86_64/PKGBUILD)
  xmonad/repos/community-testing-x86_64/xmonad-gnome-session.session
(from rev 86180, 
xmonad/repos/community-staging-x86_64/xmonad-gnome-session.session)
  xmonad/repos/community-testing-x86_64/xmonad.install
(from rev 86180, xmonad/repos/community-staging-x86_64/xmonad.install)
  xmonad/repos/community-testing-x86_64/xmonad.svg
(from rev 86180, xmonad/repos/community-staging-x86_64/xmonad.svg)
Deleted:
  xmonad/repos/community-staging-i686/
  xmonad/repos/community-staging-x86_64/

---+
 community-testing-i686/PKGBUILD   |   50 ++
 community-testing-i686/xmonad-gnome-session.session   |6 +
 community-testing-i686/xmonad.install |   22 
 community-testing-i686/xmonad.svg |   77 
 community-testing-x86_64/PKGBUILD |   50 ++
 community-testing-x86_64/xmonad-gnome-session.session |6 +
 community-testing-x86_64/xmonad.install   |   22 
 community-testing-x86_64/xmonad.svg   |   77 
 8 files changed, 310 insertions(+)

Copied: xmonad/repos/community-testing-i686/PKGBUILD (from rev 86180, 
xmonad/repos/community-staging-i686/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-03-12 18:47:44 UTC (rev 86181)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+# Contributor: shild shi...@gmail.com
+
+pkgname=xmonad
+pkgver=0.11
+pkgrel=3
+pkgdesc=Lightweight X11 tiled window manager written in Haskell
+arch=('i686' 'x86_64')
+url=http://xmonad.org/;
+license=('BSD')
+depends=('ghc=7.6.2-1' 'gmp' 'haskell-x11=1.6.0.2-2' 'sh' 
'haskell-mtl=2.1.2-2' 'haskell-utf8-string=0.3.7-4' 
'haskell-extensible-exceptions=0.1.1.4-4')
+makedepends=('setconf' 'gendesk')
+optdepends=('xorg-xmessage: for displaying visual error messages')
+install='xmonad.install'
+source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;
+'xmonad.svg')
+md5sums=('5ac9dc1dae5e85dcbdfb9f70cbe312c1'
+ '72bfa5e62e4e44fe7fa59b6a7593d993')
+
+build() {
+  cd $srcdir
+  ghc-pkg list
+  gendesk
+
+  cd $srcdir/$pkgname-$pkgver
+
+  runhaskell Setup.lhs configure --ghc --enable-shared --enable-split-objs 
--prefix=/usr \
+ --libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  install -D -m744 register.sh $pkgdir/usr/share/haskell/$pkgname/register.sh
+  install -m744 unregister.sh $pkgdir/usr/share/haskell/$pkgname/unregister.sh
+  runhaskell Setup.lhs copy --destdir=$pkgdir
+
+  #runhaskell util/GenerateManpage.hs
+
+  install -D -m644 man/xmonad.1 $pkgdir/usr/share/man/man1/xmonad.1
+
+  install -D -m644 LICENSE $pkgdir/usr/share/licenses/xmonad/LICENSE
+
+  install -D -m644 $srcdir/xmonad.svg $pkgdir/usr/share/pixmaps/xmonad.svg
+}

Copied: xmonad/repos/community-testing-i686/xmonad-gnome-session.session (from 
rev 86180, xmonad/repos/community-staging-i686/xmonad-gnome-session.session)
===
--- community-testing-i686/xmonad-gnome-session.session 
(rev 0)
+++ community-testing-i686/xmonad-gnome-session.session 2013-03-12 18:47:44 UTC 
(rev 86181)
@@ -0,0 +1,6 @@
+[GNOME Session]
+Name=Xmonad session
+RequiredComponents=gnome-panel;gnome-settings-daemon;
+RequiredProviders=windowmanager;notifications;
+DefaultProvider-windowmanager=xmonad
+DefaultProvider-notifications=notification-daemon

Copied: xmonad/repos/community-testing-i686/xmonad.install (from rev 86180, 
xmonad/repos/community-staging-i686/xmonad.install)
===

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

2013-03-12 Thread Jelle van der Waa
Date: Tuesday, March 12, 2013 @ 19:47:45
  Author: jelle
Revision: 86182

db-move: moved xmonad-contrib from [community-staging] to [community-testing] 
(i686, x86_64)

Added:
  xmonad-contrib/repos/community-testing-i686/
  xmonad-contrib/repos/community-testing-i686/PKGBUILD
(from rev 86180, xmonad-contrib/repos/community-staging-i686/PKGBUILD)
  xmonad-contrib/repos/community-testing-i686/xmonad-contrib.install
(from rev 86180, 
xmonad-contrib/repos/community-staging-i686/xmonad-contrib.install)
  xmonad-contrib/repos/community-testing-x86_64/
  xmonad-contrib/repos/community-testing-x86_64/PKGBUILD
(from rev 86180, xmonad-contrib/repos/community-staging-x86_64/PKGBUILD)
  xmonad-contrib/repos/community-testing-x86_64/xmonad-contrib.install
(from rev 86180, 
xmonad-contrib/repos/community-staging-x86_64/xmonad-contrib.install)
Deleted:
  xmonad-contrib/repos/community-staging-i686/
  xmonad-contrib/repos/community-staging-x86_64/

-+
 community-testing-i686/PKGBUILD |   35 ++
 community-testing-i686/xmonad-contrib.install   |   17 ++
 community-testing-x86_64/PKGBUILD   |   35 ++
 community-testing-x86_64/xmonad-contrib.install |   17 ++
 4 files changed, 104 insertions(+)

Copied: xmonad-contrib/repos/community-testing-i686/PKGBUILD (from rev 86180, 
xmonad-contrib/repos/community-staging-i686/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-03-12 18:47:45 UTC (rev 86182)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+# Contributor: orbisvicis gmail.com
+
+pkgname=xmonad-contrib
+pkgver=0.11
+pkgrel=3
+pkgdesc=Add-ons for xmonad
+arch=('i686' 'x86_64')
+url=http://xmonad.org/;
+license=('BSD')
+depends=('ghc=7.6.2-1' 'xmonad=0.11-2' 'sh' 'haskell-x11=1.6.0.2-2' 
'haskell-x11-xft=0.3.1-6' 'haskell-utf8-string=0.3.7-4' 
'haskell-random=1.0.1.1-4')
+install='xmonad-contrib.install'
+source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
+md5sums=('05fba258ac6063e49b50786a0869bd1f')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  runhaskell Setup.lhs configure --ghc --enable-shared --enable-split-objs 
--prefix=/usr -fuse_xft \
+ --libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  install -D -m744 register.sh $pkgdir/usr/share/haskell/$pkgname/register.sh
+  install -m744 unregister.sh $pkgdir/usr/share/haskell/$pkgname/unregister.sh
+  runhaskell Setup.lhs copy --destdir=$pkgdir
+  install -D LICENSE $pkgdir/usr/share/licenses/xmonad-contrib/LICENSE
+}

Copied: xmonad-contrib/repos/community-testing-i686/xmonad-contrib.install 
(from rev 86180, 
xmonad-contrib/repos/community-staging-i686/xmonad-contrib.install)
===
--- community-testing-i686/xmonad-contrib.install   
(rev 0)
+++ community-testing-i686/xmonad-contrib.install   2013-03-12 18:47:45 UTC 
(rev 86182)
@@ -0,0 +1,17 @@
+HS_DIR=usr/share/haskell/xmonad-contrib
+
+post_install() {
+  ${HS_DIR}/register.sh
+}
+
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+
+post_upgrade() {
+  ${HS_DIR}/register.sh
+}
+
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}

Copied: xmonad-contrib/repos/community-testing-x86_64/PKGBUILD (from rev 86180, 
xmonad-contrib/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-03-12 18:47:45 UTC (rev 86182)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+# Contributor: orbisvicis gmail.com
+
+pkgname=xmonad-contrib
+pkgver=0.11
+pkgrel=3
+pkgdesc=Add-ons for xmonad
+arch=('i686' 'x86_64')
+url=http://xmonad.org/;
+license=('BSD')
+depends=('ghc=7.6.2-1' 'xmonad=0.11-2' 'sh' 'haskell-x11=1.6.0.2-2' 
'haskell-x11-xft=0.3.1-6' 'haskell-utf8-string=0.3.7-4' 
'haskell-random=1.0.1.1-4')
+install='xmonad-contrib.install'
+source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
+md5sums=('05fba258ac6063e49b50786a0869bd1f')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  runhaskell Setup.lhs configure --ghc --enable-shared --enable-split-objs 
--prefix=/usr -fuse_xft \
+ --libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup register --gen-script
+  runhaskell Setup 

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

2013-03-12 Thread Evangelos Foutras
Date: Tuesday, March 12, 2013 @ 21:28:26
  Author: foutrelis
Revision: 179938

upgpkg: chromium 25.0.1364.172-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-12 18:34:16 UTC (rev 179937)
+++ PKGBUILD2013-03-12 20:28:26 UTC (rev 179938)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=chromium
-pkgver=25.0.1364.160
+pkgver=25.0.1364.172
 pkgrel=1
 pkgdesc=The open-source project behind Google Chrome, an attempt at creating 
a safer, faster, and more stable browser
 arch=('i686' 'x86_64')
@@ -28,7 +28,7 @@
 chromium-system-libpng-r0.patch
 chromium-ppapi-r0.patch
 chromium-no-pnacl-r0.patch)
-sha256sums=('290ffb8c31f50a59f2ba14ad89c7e4baf988630a0bc47b2dba74bdc6d9e506f0'
+sha256sums=('1ca3ff61dbd77c69a26de03b9ca4ce35cb6ca9ba6a510bf279b5a0f107379288'
 '09bfac44104f4ccda4c228053f689c947b3e97da9a4ab6fa34ce061ee83d0322'
 '478340d5760a9bd6c549e19b1b5d1c5b4933ebf5f8cfb2b3e2d70d07443fe232'
 '4999fded897af692f4974f0a3e3bbb215193519918a1fa9b31ed51e74a2dccb9'



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

2013-03-12 Thread Evangelos Foutras
Date: Tuesday, March 12, 2013 @ 21:29:11
  Author: foutrelis
Revision: 179939

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

Added:
  chromium/repos/extra-i686/PKGBUILD
(from rev 179938, chromium/trunk/PKGBUILD)
  chromium/repos/extra-i686/chromium-20.0.1132.57-glib-2.16-use-siginfo_t.patch
(from rev 179938, 
chromium/trunk/chromium-20.0.1132.57-glib-2.16-use-siginfo_t.patch)
  
chromium/repos/extra-i686/chromium-25.0.1364.152-fix-crash-when-cups-is-down.patch
(from rev 179938, 
chromium/trunk/chromium-25.0.1364.152-fix-crash-when-cups-is-down.patch)
  chromium/repos/extra-i686/chromium-no-pnacl-r0.patch
(from rev 179938, chromium/trunk/chromium-no-pnacl-r0.patch)
  chromium/repos/extra-i686/chromium-ppapi-r0.patch
(from rev 179938, chromium/trunk/chromium-ppapi-r0.patch)
  chromium/repos/extra-i686/chromium-system-libpng-r0.patch
(from rev 179938, chromium/trunk/chromium-system-libpng-r0.patch)
  chromium/repos/extra-i686/chromium.default
(from rev 179938, chromium/trunk/chromium.default)
  chromium/repos/extra-i686/chromium.desktop
(from rev 179938, chromium/trunk/chromium.desktop)
  chromium/repos/extra-i686/chromium.install
(from rev 179938, chromium/trunk/chromium.install)
  chromium/repos/extra-i686/chromium.sh
(from rev 179938, chromium/trunk/chromium.sh)
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 179938, chromium/trunk/PKGBUILD)
  
chromium/repos/extra-x86_64/chromium-20.0.1132.57-glib-2.16-use-siginfo_t.patch
(from rev 179938, 
chromium/trunk/chromium-20.0.1132.57-glib-2.16-use-siginfo_t.patch)
  
chromium/repos/extra-x86_64/chromium-25.0.1364.152-fix-crash-when-cups-is-down.patch
(from rev 179938, 
chromium/trunk/chromium-25.0.1364.152-fix-crash-when-cups-is-down.patch)
  chromium/repos/extra-x86_64/chromium-no-pnacl-r0.patch
(from rev 179938, chromium/trunk/chromium-no-pnacl-r0.patch)
  chromium/repos/extra-x86_64/chromium-ppapi-r0.patch
(from rev 179938, chromium/trunk/chromium-ppapi-r0.patch)
  chromium/repos/extra-x86_64/chromium-system-libpng-r0.patch
(from rev 179938, chromium/trunk/chromium-system-libpng-r0.patch)
  chromium/repos/extra-x86_64/chromium.default
(from rev 179938, chromium/trunk/chromium.default)
  chromium/repos/extra-x86_64/chromium.desktop
(from rev 179938, chromium/trunk/chromium.desktop)
  chromium/repos/extra-x86_64/chromium.install
(from rev 179938, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/chromium.sh
(from rev 179938, chromium/trunk/chromium.sh)
Deleted:
  chromium/repos/extra-i686/PKGBUILD
  chromium/repos/extra-i686/chromium-20.0.1132.57-glib-2.16-use-siginfo_t.patch
  
chromium/repos/extra-i686/chromium-25.0.1364.152-fix-crash-when-cups-is-down.patch
  chromium/repos/extra-i686/chromium-no-pnacl-r0.patch
  chromium/repos/extra-i686/chromium-ppapi-r0.patch
  chromium/repos/extra-i686/chromium-system-libpng-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-20.0.1132.57-glib-2.16-use-siginfo_t.patch
  
chromium/repos/extra-x86_64/chromium-25.0.1364.152-fix-crash-when-cups-is-down.patch
  chromium/repos/extra-x86_64/chromium-no-pnacl-r0.patch
  chromium/repos/extra-x86_64/chromium-ppapi-r0.patch
  chromium/repos/extra-x86_64/chromium-system-libpng-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

---+
 extra-i686/PKGBUILD   |  324 
+-
 extra-i686/chromium-20.0.1132.57-glib-2.16-use-siginfo_t.patch|   70 +-
 extra-i686/chromium-25.0.1364.152-fix-crash-when-cups-is-down.patch   |  136 
++--
 extra-i686/chromium-no-pnacl-r0.patch |   40 -
 extra-i686/chromium-ppapi-r0.patch|   22 
 extra-i686/chromium-system-libpng-r0.patch|   22 
 extra-i686/chromium.default   |8 
 extra-i686/chromium.desktop   |  226 
+++---
 extra-i686/chromium.install   |   24 
 extra-i686/chromium.sh|   32 
 extra-x86_64/PKGBUILD |  324 
+-
 extra-x86_64/chromium-20.0.1132.57-glib-2.16-use-siginfo_t.patch  |   70 +-
 extra-x86_64/chromium-25.0.1364.152-fix-crash-when-cups-is-down.patch |  136 
++--
 extra-x86_64/chromium-no-pnacl-r0.patch   |   40 -
 extra-x86_64/chromium-ppapi-r0.patch  |   22 
 

[arch-commits] Commit in skrooge/repos/community-i686 (6 files)

2013-03-12 Thread Jaroslav Lichtblau
Date: Tuesday, March 12, 2013 @ 22:33:58
  Author: jlichtblau
Revision: 86183

archrelease: copy trunk to community-i686

Added:
  skrooge/repos/community-i686/PKGBUILD
(from rev 86182, skrooge/trunk/PKGBUILD)
  skrooge/repos/community-i686/skrooge.changelog
(from rev 86182, skrooge/trunk/skrooge.changelog)
  skrooge/repos/community-i686/skrooge.install
(from rev 86182, skrooge/trunk/skrooge.install)
Deleted:
  skrooge/repos/community-i686/PKGBUILD
  skrooge/repos/community-i686/skrooge.changelog
  skrooge/repos/community-i686/skrooge.install

---+
 PKGBUILD  |   68 ++--
 skrooge.changelog |   49 +++--
 skrooge.install   |   28 ++---
 3 files changed, 74 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-12 18:47:45 UTC (rev 86182)
+++ PKGBUILD2013-03-12 21:33:58 UTC (rev 86183)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Ray Rashif sc...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: neuromante lorenzo.nizzi.gr...@gmail.com
-
-pkgname=skrooge
-pkgver=1.5.1
-pkgrel=1
-pkgdesc=A personal finances manager for KDE
-arch=('i686' 'x86_64')
-url=http://skrooge.org/;
-license=('GPL')
-depends=('kdebase-runtime' 'libofx' 'qca-ossl')
-makedepends=('cmake' 'automoc4' 'docbook-xsl' 'boost' 'kdepim-libkdepim')
-optdepends=('kdepim-libkdepim: for KDE PIM integration')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://skrooge.org/files/$pkgname-$pkgver.tar.bz2)
-sha256sums=('9d8332d80faf4c89b02582894588829b3004d6abf79528c4b6e35a791a8adebc')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  cmake . -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
-
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: skrooge/repos/community-i686/PKGBUILD (from rev 86182, 
skrooge/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-12 21:33:58 UTC (rev 86183)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Ray Rashif sc...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: neuromante lorenzo.nizzi.gr...@gmail.com
+
+pkgname=skrooge
+pkgver=1.6.0
+pkgrel=1
+pkgdesc=A personal finances manager for KDE
+arch=('i686' 'x86_64')
+url=http://skrooge.org/;
+license=('GPL')
+depends=('kdebase-runtime' 'libofx' 'qca-ossl')
+makedepends=('cmake' 'automoc4' 'docbook-xsl' 'boost' 'kdepim-libkdepim')
+optdepends=('kdepim-libkdepim: for KDE PIM integration')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://skrooge.org/files/$pkgname-$pkgver.tar.bz2)
+sha256sums=('7237400f0ae9af317ec9ac45d8d35144f827146b8cb4e37fa092412fec5f0b0e')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  cmake . -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
+
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: skrooge.changelog
===
--- skrooge.changelog   2013-03-12 18:47:45 UTC (rev 86182)
+++ skrooge.changelog   2013-03-12 21:33:58 UTC (rev 86183)
@@ -1,23 +0,0 @@
-2013-01-30 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.5.1-1
-
-2013-01-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.4.0-1
-
-2012-09-06 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.3.3-1
-
-2012-08-29 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.3.2-1
-
-2012-08-09  Eric Belanger  e...@archlinux.org
-   * skrooge 1.3.0-2 Rebuild against libofx 0.9.5
-
-2012-05-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.3.0-1
-
-2012-02-24 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.2.0-1
-
-2011-11-27 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.1.1-1

Copied: skrooge/repos/community-i686/skrooge.changelog (from rev 86182, 
skrooge/trunk/skrooge.changelog)
===
--- skrooge.changelog   (rev 0)
+++ skrooge.changelog   2013-03-12 21:33:58 UTC (rev 86183)
@@ -0,0 +1,26 @@
+2013-03-50 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * skrooge 1.6.0-1
+
+2013-01-30 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * skrooge 1.5.1-1
+
+2013-01-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * skrooge 1.4.0-1
+
+2012-09-06 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * skrooge 1.3.3-1
+
+2012-08-29 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * skrooge 1.3.2-1
+
+2012-08-09  Eric Belanger  

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

2013-03-12 Thread Jaroslav Lichtblau
Date: Tuesday, March 12, 2013 @ 22:34:08
  Author: jlichtblau
Revision: 86184

upgpkg: josm 5759-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-12 21:33:58 UTC (rev 86183)
+++ PKGBUILD2013-03-12 21:34:08 UTC (rev 86184)
@@ -3,7 +3,7 @@
 # Contributor: Michele Schäuble mschaeu...@swissonline.ch
 
 pkgname=josm
-pkgver=5697
+pkgver=5759
 pkgrel=1
 pkgdesc=An editor for OpenStreetMap written in Java
 arch=('any')
@@ -15,7 +15,7 @@
 source=(http://josm.openstreetmap.de/$pkgname-tested.jar \
 $pkgname.desktop \
 $pkgname.conf.d)
-sha256sums=('f614dfd30a8754c07038516befa8dd75453990bbaf9672f57335502331d86403'
+sha256sums=('85b99c4def726623dc79f697986d84b5437717d6816e94fbd6a5e2b6acb30641'
 'edfb2cbf2aa7e6582b4d43cd402ea58be7990702e5c3ff7afdc518c28ca9'
 'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
 

Modified: josm.changelog
===
--- josm.changelog  2013-03-12 21:33:58 UTC (rev 86183)
+++ josm.changelog  2013-03-12 21:34:08 UTC (rev 86184)
@@ -1,3 +1,6 @@
+2013-03-12 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * josm 5759-1
+
 2013-02-16 Jaroslav Lichtblau dragonl...@aur.archlinux.org
* josm 5697-1
 



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

2013-03-12 Thread Jaroslav Lichtblau
Date: Tuesday, March 12, 2013 @ 22:35:38
  Author: jlichtblau
Revision: 86185

archrelease: copy trunk to community-any

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

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

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

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

Deleted: josm.changelog
===
--- josm.changelog  2013-03-12 21:34:08 UTC (rev 86184)
+++ josm.changelog  2013-03-12 21:35:38 UTC (rev 86185)
@@ -1,80 +0,0 @@
-2013-02-16 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * josm 5697-1
-
-2012-12-16 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * josm 5608-1
-
-2012-11-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * josm 5576-1
-
-2012-10-22 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * josm 5531-1
-
-2012-09-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org

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

2013-03-12 Thread Jaroslav Lichtblau
Date: Tuesday, March 12, 2013 @ 22:37:33
  Author: jlichtblau
Revision: 86186

archrelease: copy trunk to community-any

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

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

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

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

Deleted: josm.changelog
===
--- josm.changelog  2013-03-12 21:35:38 UTC (rev 86185)
+++ josm.changelog  2013-03-12 21:37:33 UTC (rev 86186)
@@ -1,83 +0,0 @@
-2013-03-12 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * josm 5759-1
-
-2013-02-16 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * josm 5697-1
-
-2012-12-16 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * josm 5608-1
-
-2012-11-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * josm 5576-1
-
-2012-10-22 Jaroslav Lichtblau dragonl...@aur.archlinux.org
- 

[arch-commits] Commit in mp3splt-gtk/repos/community-i686 (6 files)

2013-03-12 Thread Jaroslav Lichtblau
Date: Tuesday, March 12, 2013 @ 22:41:13
  Author: jlichtblau
Revision: 86187

archrelease: copy trunk to community-i686

Added:
  mp3splt-gtk/repos/community-i686/PKGBUILD
(from rev 86186, mp3splt-gtk/trunk/PKGBUILD)
  mp3splt-gtk/repos/community-i686/mp3splt-gtk.changelog
(from rev 86186, mp3splt-gtk/trunk/mp3splt-gtk.changelog)
  mp3splt-gtk/repos/community-i686/mp3splt-gtk.install
(from rev 86186, mp3splt-gtk/trunk/mp3splt-gtk.install)
Deleted:
  mp3splt-gtk/repos/community-i686/PKGBUILD
  mp3splt-gtk/repos/community-i686/mp3splt-gtk.changelog
  mp3splt-gtk/repos/community-i686/mp3splt-gtk.install

---+
 PKGBUILD  |   58 
 mp3splt-gtk.changelog |   57 ---
 mp3splt-gtk.install   |8 +++---
 3 files changed, 63 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-12 21:37:33 UTC (rev 86186)
+++ PKGBUILD2013-03-12 21:41:13 UTC (rev 86187)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-
-pkgname=mp3splt-gtk
-pkgver=0.7.3
-pkgrel=1
-pkgdesc=Split mp3 and ogg files without decoding
-arch=('i686' 'x86_64')
-url=http://mp3splt.sourceforge.net/;
-license=('GPL')
-depends=('desktop-file-utils' 'gstreamer0.10-ffmpeg' 'gtk3' 'libmp3splt')
-makedepends=('pkgconfig')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz)
-sha256sums=('7300383453ca8d3268776163e2afb9b03a0d907d2f29ec6fc1826b41679d4e1c')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --disable-gnome --disable-mp3splttest 
--disable-audacious
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: mp3splt-gtk/repos/community-i686/PKGBUILD (from rev 86186, 
mp3splt-gtk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-12 21:41:13 UTC (rev 86187)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+
+pkgname=mp3splt-gtk
+pkgver=0.8.1
+pkgrel=1
+pkgdesc=Split mp3 and ogg files without decoding
+arch=('i686' 'x86_64')
+url=http://mp3splt.sourceforge.net/;
+license=('GPL')
+depends=('desktop-file-utils' 'gstreamer0.10-ffmpeg' 'gtk3' 'libmp3splt')
+makedepends=('pkgconfig')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz)
+sha256sums=('d0bfd6524bd29e061c9d00574c164ed70a112eec11f36ae8a240606c712f1241')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --disable-gnome --disable-mp3splttest 
--disable-audacious
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: mp3splt-gtk.changelog
===
--- mp3splt-gtk.changelog   2013-03-12 21:37:33 UTC (rev 86186)
+++ mp3splt-gtk.changelog   2013-03-12 21:41:13 UTC (rev 86187)
@@ -1,27 +0,0 @@
-2012-09-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * mp3splt-gtk 0.7.3-1
-
-2012-05-16 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * mp3splt-gtk 0.7.2-1
-
-2012-02-26 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * mp3splt-gtk 0.7.1-1
-
-2011-08-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * mp3splt-gtk 0.7-1
-
-2011-04-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * mp3splt-gtk 0.6.1a-1
-   * FS#23275 fixed
-
-2010-10-11 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 0.6
-
-2010-04-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 0.5.9
-
-2009-11-17 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 0.5.8a
-
-2009-11-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Moved to [community] - 67 votes in AUR

Copied: mp3splt-gtk/repos/community-i686/mp3splt-gtk.changelog (from rev 86186, 
mp3splt-gtk/trunk/mp3splt-gtk.changelog)
===
--- mp3splt-gtk.changelog   (rev 0)
+++ mp3splt-gtk.changelog   2013-03-12 21:41:13 UTC (rev 86187)
@@ -0,0 +1,30 @@
+2013-03-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * mp3splt-gtk 0.8.1-1
+
+2012-09-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * mp3splt-gtk 0.7.3-1
+
+2012-05-16 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * mp3splt-gtk 0.7.2-1
+
+2012-02-26 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * mp3splt-gtk 0.7.1-1
+
+2011-08-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * mp3splt-gtk 0.7-1
+
+2011-04-18 Jaroslav Lichtblau 

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

2013-03-12 Thread Jaroslav Lichtblau
Date: Tuesday, March 12, 2013 @ 22:45:17
  Author: jlichtblau
Revision: 86188

upgpkg: kid3 2.3-1

Modified:
  kid3/trunk/PKGBUILD
  kid3/trunk/kid3.changelog

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-12 21:41:13 UTC (rev 86187)
+++ PKGBUILD2013-03-12 21:45:17 UTC (rev 86188)
@@ -3,8 +3,8 @@
 # Contributor: Alois Nespor alois.nes...@gmail.com
 
 pkgname=kid3
-pkgver=2.2.1
-pkgrel=2
+pkgver=2.3
+pkgrel=1
 pkgdesc=An MP3, Ogg/Vorbis and FLAC tag editor for KDE
 arch=('i686' 'x86_64')
 url=http://kid3.sourceforge.net/;
@@ -15,7 +15,7 @@
 install=$pkgname.install
 changelog=$pkgname.changelog
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('2ac3ab6bbf8d2fdcc070a753ebdce868a5e9a2f0b3daddcc7c5b953ff39781b0')
+sha256sums=('8426b40b065f5a968796d1ff92da8d7a96d67cd963df837ce30ff1cf795ae301')
 
 build() {
   cd ${pkgname}-${pkgver}

Modified: kid3.changelog
===
--- kid3.changelog  2013-03-12 21:41:13 UTC (rev 86187)
+++ kid3.changelog  2013-03-12 21:45:17 UTC (rev 86188)
@@ -1,3 +1,6 @@
+2013-03-12 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * kid3 2.3-1
+
 2012-12-16 Jaroslav Lichtblau dragonl...@aur.archlinux.org
* kid3 2.2.1-1
 



[arch-commits] Commit in kid3/repos/community-x86_64 (6 files)

2013-03-12 Thread Jaroslav Lichtblau
Date: Tuesday, March 12, 2013 @ 22:45:28
  Author: jlichtblau
Revision: 86189

archrelease: copy trunk to community-x86_64

Added:
  kid3/repos/community-x86_64/PKGBUILD
(from rev 86188, kid3/trunk/PKGBUILD)
  kid3/repos/community-x86_64/kid3.changelog
(from rev 86188, kid3/trunk/kid3.changelog)
  kid3/repos/community-x86_64/kid3.install
(from rev 86188, kid3/trunk/kid3.install)
Deleted:
  kid3/repos/community-x86_64/PKGBUILD
  kid3/repos/community-x86_64/kid3.changelog
  kid3/repos/community-x86_64/kid3.install

+
 PKGBUILD   |   80 +++
 kid3.changelog |   79 --
 kid3.install   |   24 
 3 files changed, 93 insertions(+), 90 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-12 21:45:17 UTC (rev 86188)
+++ PKGBUILD2013-03-12 21:45:28 UTC (rev 86189)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Alois Nespor alois.nes...@gmail.com
-
-pkgname=kid3
-pkgver=2.2.1
-pkgrel=2
-pkgdesc=An MP3, Ogg/Vorbis and FLAC tag editor for KDE
-arch=('i686' 'x86_64')
-url=http://kid3.sourceforge.net/;
-license=('GPL')
-depends=('chromaprint' 'id3lib' 'taglib' 'kdebase-runtime')
-makedepends=('automoc4' 'cmake' 'docbook-xml' 'docbook-xsl')
-options=('!makeflags')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('2ac3ab6bbf8d2fdcc070a753ebdce868a5e9a2f0b3daddcc7c5b953ff39781b0')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  cd ${srcdir}
-
-  mkdir build
-  cd build
-
-  cmake \
-../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-
-  make
-}
-
-package() {
-  cd build
-
-  make DESTDIR=${pkgdir} install
-}

Copied: kid3/repos/community-x86_64/PKGBUILD (from rev 86188, 
kid3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-12 21:45:28 UTC (rev 86189)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Alois Nespor alois.nes...@gmail.com
+
+pkgname=kid3
+pkgver=2.3
+pkgrel=1
+pkgdesc=An MP3, Ogg/Vorbis and FLAC tag editor for KDE
+arch=('i686' 'x86_64')
+url=http://kid3.sourceforge.net/;
+license=('GPL')
+depends=('chromaprint' 'id3lib' 'taglib' 'kdebase-runtime')
+makedepends=('automoc4' 'cmake' 'docbook-xml' 'docbook-xsl')
+options=('!makeflags')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('8426b40b065f5a968796d1ff92da8d7a96d67cd963df837ce30ff1cf795ae301')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  cd ${srcdir}
+
+  mkdir build
+  cd build
+
+  cmake \
+../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: kid3.changelog
===
--- kid3.changelog  2013-03-12 21:45:17 UTC (rev 86188)
+++ kid3.changelog  2013-03-12 21:45:28 UTC (rev 86189)
@@ -1,38 +0,0 @@
-2012-12-16 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * kid3 2.2.1-1
-
-2012-10-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * kid3 2.2-1
-
-2012-06-03 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * kid3 2.1-4 ffmpeg 0.11 rebuild
-
-2012-05-12 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * kid3 2.1-1
-
-2011-11-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * kid3 2.0.1-1
-
-2011-09-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * kid3 2.0-1
-
-2011-02-19 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * kid3 1.6
-
-2010-09-27 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release v1.5
-
-2010-03-13 Andrea Scarpino and...@archlinux.org
-   * Update to major release v1.4
-   * MP4V2 enabled
-   * Cleanup dependencies
-
-2010-01-01 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release v1.3
-   * MP4V2 disabled, package in [extra] needs to be updated to be used 
with kid3
-
-2009-04-29 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release v1.2
-
-2008-10-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release v1.1

Copied: kid3/repos/community-x86_64/kid3.changelog (from rev 86188, 
kid3/trunk/kid3.changelog)
===
--- kid3.changelog  (rev 0)
+++ kid3.changelog  2013-03-12 21:45:28 UTC (rev 86189)
@@ -0,0 +1,41 @@
+2013-03-12 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * kid3 2.3-1
+

[arch-commits] Commit in qmmp/repos/community-i686 (7 files)

2013-03-12 Thread Jaroslav Lichtblau
Date: Tuesday, March 12, 2013 @ 22:50:16
  Author: jlichtblau
Revision: 86190

archrelease: copy trunk to community-i686

Added:
  qmmp/repos/community-i686/PKGBUILD
(from rev 86189, qmmp/trunk/PKGBUILD)
  qmmp/repos/community-i686/qmmp.changelog
(from rev 86189, qmmp/trunk/qmmp.changelog)
  qmmp/repos/community-i686/qmmp.install
(from rev 86189, qmmp/trunk/qmmp.install)
Deleted:
  qmmp/repos/community-i686/PKGBUILD
  qmmp/repos/community-i686/cdio-includes.patch
  qmmp/repos/community-i686/qmmp.changelog
  qmmp/repos/community-i686/qmmp.install

-+
 PKGBUILD|   91 
 cdio-includes.patch |   12 ---
 qmmp.changelog  |  183 +-
 qmmp.install|   24 +++---
 4 files changed, 149 insertions(+), 161 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-12 21:45:28 UTC (rev 86189)
+++ PKGBUILD2013-03-12 21:50:16 UTC (rev 86190)
@@ -1,47 +0,0 @@
-#$Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-
-pkgname=qmmp
-pkgver=0.6.6
-pkgrel=6
-pkgdesc=Qt4 based audio-player
-arch=('i686' 'x86_64')
-url=http://qmmp.ylsoftware.com/;
-license=('GPL')
-depends=('alsa-lib' 'curl' 'hicolor-icon-theme' 'libmad' 'libvorbis' 'libogg'  
'qt4' 'taglib' 'xdg-utils')
-makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pulseaudio' 'ffmpeg' 
'libcdio-paranoia' 'libcddb' 'libmms' 'libsamplerate' 'libmodplug' 'libsndfile' 
'wavpack' 'projectm' 'mesa')
-optdepends=('flac: native FLAC support'
-'jack: JACK sound output'
-'libmpcdec: Musepack support'
-'pulseaudio: PulseAudio output'
-'libcdio-paranoia: Compact Disc input and control support'
-'libcddb: CDDB server support'
-'libmms: MMS stream protocol support'
-'libmodplug: MOD playing library'
-'libsndfile: sampled sound support'
-'projectm: visual efects'
-'ffmpeg' 'libsamplerate' 'wavpack')
-install=$pkgname.install
-source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2
-cdio-includes.patch)
-sha256sums=('dfa973cca80c020a85a11bb66701a3804f9fde326440abb179559c98bf3b5b99'
-'7b3ff46dd30070cd79c5ca2dd6dfa1b9872bc09041f4bd985edf20a4333db07c')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  patch -Np1 -i ${srcdir}/cdio-includes.patch
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_INSTALL_LIBDIR=/usr/lib
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-
-  if [[ $CARCH == 'x86_64' ]]; then
-mv $pkgdir/usr/lib64 $pkgdir/usr/lib
-  fi
-}

Copied: qmmp/repos/community-i686/PKGBUILD (from rev 86189, qmmp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-12 21:50:16 UTC (rev 86190)
@@ -0,0 +1,44 @@
+#$Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+
+pkgname=qmmp
+pkgver=0.6.7
+pkgrel=1
+pkgdesc=Qt4 based audio-player
+arch=('i686' 'x86_64')
+url=http://qmmp.ylsoftware.com/;
+license=('GPL')
+depends=('alsa-lib' 'curl' 'hicolor-icon-theme' 'libmad' 'libvorbis' 'libogg'  
'qt4' 'taglib' 'xdg-utils')
+makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pulseaudio' 'ffmpeg' 
'libcdio-paranoia' 'libcddb' 'libmms' 'libsamplerate' 'libmodplug' 'libsndfile' 
'wavpack' 'projectm' 'mesa')
+optdepends=('flac: native FLAC support'
+'jack: JACK sound output'
+'libmpcdec: Musepack support'
+'pulseaudio: PulseAudio output'
+'libcdio-paranoia: Compact Disc input and control support'
+'libcddb: CDDB server support'
+'libmms: MMS stream protocol support'
+'libmodplug: MOD playing library'
+'libsndfile: sampled sound support'
+'projectm: visual efects'
+'ffmpeg' 'libsamplerate' 'wavpack')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
+sha256sums=('82d8ed7f3678695e213f0989f869095b37bd212d23ad2827981bc65225d59f8c')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_INSTALL_LIBDIR=/usr/lib
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+
+  if [[ $CARCH == 'x86_64' ]]; then
+mv $pkgdir/usr/lib64 $pkgdir/usr/lib
+  fi
+}

Deleted: cdio-includes.patch
===
--- cdio-includes.patch 2013-03-12 21:45:28 UTC (rev 86189)
+++ cdio-includes.patch 2013-03-12 21:50:16 UTC (rev 86190)
@@ -1,12 +0,0 @@
-diff -upr qmmp-0.6.5.orig/src/plugins/Input/cdaudio/decoder_cdaudio.cpp 
qmmp-0.6.5/src/plugins/Input/cdaudio/decoder_cdaudio.cpp
 qmmp-0.6.5.orig/src/plugins/Input/cdaudio/decoder_cdaudio.cpp  
2013-01-10 

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

2013-03-12 Thread Jaroslav Lichtblau
Date: Tuesday, March 12, 2013 @ 22:51:23
  Author: jlichtblau
Revision: 86191

upgpkg: sleuthkit 4.0.2-1

Modified:
  sleuthkit/trunk/PKGBUILD
  sleuthkit/trunk/sleuthkit.changelog

-+
 PKGBUILD|4 ++--
 sleuthkit.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-12 21:50:16 UTC (rev 86190)
+++ PKGBUILD2013-03-12 21:51:23 UTC (rev 86191)
@@ -3,7 +3,7 @@
 # Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
 
 pkgname=sleuthkit
-pkgver=4.0.1
+pkgver=4.0.2
 pkgrel=1
 pkgdesc='File system and media management forensic analysis tools'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 options=('!libtool')
 changelog=$pkgname.changelog
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('719d9a702f74c30302840301fe573c5bb5af5b88471b48657114eba6b0d76f12')
+sha256sums=('112f80fbc6a868c18c7a924f756b35c79eed9d0cc8923a4f973646f00e546e62')
 
 build() {
   cd ${pkgname}-${pkgver}

Modified: sleuthkit.changelog
===
--- sleuthkit.changelog 2013-03-12 21:50:16 UTC (rev 86190)
+++ sleuthkit.changelog 2013-03-12 21:51:23 UTC (rev 86191)
@@ -1,3 +1,6 @@
+2013-03-12 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * sleuthkit 4.0.2-1
+
 2013-01-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
* sleuthkit 4.0.1-1
 



[arch-commits] Commit in sleuthkit/repos/community-x86_64 (4 files)

2013-03-12 Thread Jaroslav Lichtblau
Date: Tuesday, March 12, 2013 @ 22:51:33
  Author: jlichtblau
Revision: 86192

archrelease: copy trunk to community-x86_64

Added:
  sleuthkit/repos/community-x86_64/PKGBUILD
(from rev 86191, sleuthkit/trunk/PKGBUILD)
  sleuthkit/repos/community-x86_64/sleuthkit.changelog
(from rev 86191, sleuthkit/trunk/sleuthkit.changelog)
Deleted:
  sleuthkit/repos/community-x86_64/PKGBUILD
  sleuthkit/repos/community-x86_64/sleuthkit.changelog

-+
 PKGBUILD|   66 +-
 sleuthkit.changelog |   13 ++---
 2 files changed, 41 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-12 21:51:23 UTC (rev 86191)
+++ PKGBUILD2013-03-12 21:51:33 UTC (rev 86192)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
-
-pkgname=sleuthkit
-pkgver=4.0.1
-pkgrel=1
-pkgdesc='File system and media management forensic analysis tools'
-arch=('i686' 'x86_64')
-url='http://www.sleuthkit.org/sleuthkit'
-license=('GPL2' 'CPL' 'custom:IBM Public Licence')
-depends=('perl')
-options=('!libtool')
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('719d9a702f74c30302840301fe573c5bb5af5b88471b48657114eba6b0d76f12')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  # licenses
-  install -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -Dm0644 licenses/* ${pkgdir}/usr/share/licenses/${pkgname}
-}

Copied: sleuthkit/repos/community-x86_64/PKGBUILD (from rev 86191, 
sleuthkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-12 21:51:33 UTC (rev 86192)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+
+pkgname=sleuthkit
+pkgver=4.0.2
+pkgrel=1
+pkgdesc='File system and media management forensic analysis tools'
+arch=('i686' 'x86_64')
+url='http://www.sleuthkit.org/sleuthkit'
+license=('GPL2' 'CPL' 'custom:IBM Public Licence')
+depends=('perl')
+options=('!libtool')
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('112f80fbc6a868c18c7a924f756b35c79eed9d0cc8923a4f973646f00e546e62')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  # licenses
+  install -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -Dm0644 licenses/* ${pkgdir}/usr/share/licenses/${pkgname}
+}

Deleted: sleuthkit.changelog
===
--- sleuthkit.changelog 2013-03-12 21:51:23 UTC (rev 86191)
+++ sleuthkit.changelog 2013-03-12 21:51:33 UTC (rev 86192)
@@ -1,5 +0,0 @@
-2013-01-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * sleuthkit 4.0.1-1
-
-2011-10-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * sleuthkit 3.2.3-1

Copied: sleuthkit/repos/community-x86_64/sleuthkit.changelog (from rev 86191, 
sleuthkit/trunk/sleuthkit.changelog)
===
--- sleuthkit.changelog (rev 0)
+++ sleuthkit.changelog 2013-03-12 21:51:33 UTC (rev 86192)
@@ -0,0 +1,8 @@
+2013-03-12 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * sleuthkit 4.0.2-1
+
+2013-01-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * sleuthkit 4.0.1-1
+
+2011-10-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * sleuthkit 3.2.3-1



[arch-commits] Commit in kid3/repos/community-i686 (6 files)

2013-03-12 Thread Jaroslav Lichtblau
Date: Tuesday, March 12, 2013 @ 22:57:06
  Author: jlichtblau
Revision: 86193

archrelease: copy trunk to community-i686

Added:
  kid3/repos/community-i686/PKGBUILD
(from rev 86192, kid3/trunk/PKGBUILD)
  kid3/repos/community-i686/kid3.changelog
(from rev 86192, kid3/trunk/kid3.changelog)
  kid3/repos/community-i686/kid3.install
(from rev 86192, kid3/trunk/kid3.install)
Deleted:
  kid3/repos/community-i686/PKGBUILD
  kid3/repos/community-i686/kid3.changelog
  kid3/repos/community-i686/kid3.install

+
 PKGBUILD   |   80 +++
 kid3.changelog |   79 --
 kid3.install   |   24 
 3 files changed, 93 insertions(+), 90 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-12 21:51:33 UTC (rev 86192)
+++ PKGBUILD2013-03-12 21:57:06 UTC (rev 86193)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Alois Nespor alois.nes...@gmail.com
-
-pkgname=kid3
-pkgver=2.2.1
-pkgrel=2
-pkgdesc=An MP3, Ogg/Vorbis and FLAC tag editor for KDE
-arch=('i686' 'x86_64')
-url=http://kid3.sourceforge.net/;
-license=('GPL')
-depends=('chromaprint' 'id3lib' 'taglib' 'kdebase-runtime')
-makedepends=('automoc4' 'cmake' 'docbook-xml' 'docbook-xsl')
-options=('!makeflags')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('2ac3ab6bbf8d2fdcc070a753ebdce868a5e9a2f0b3daddcc7c5b953ff39781b0')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  cd ${srcdir}
-
-  mkdir build
-  cd build
-
-  cmake \
-../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-
-  make
-}
-
-package() {
-  cd build
-
-  make DESTDIR=${pkgdir} install
-}

Copied: kid3/repos/community-i686/PKGBUILD (from rev 86192, kid3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-12 21:57:06 UTC (rev 86193)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Alois Nespor alois.nes...@gmail.com
+
+pkgname=kid3
+pkgver=2.3
+pkgrel=1
+pkgdesc=An MP3, Ogg/Vorbis and FLAC tag editor for KDE
+arch=('i686' 'x86_64')
+url=http://kid3.sourceforge.net/;
+license=('GPL')
+depends=('chromaprint' 'id3lib' 'taglib' 'kdebase-runtime')
+makedepends=('automoc4' 'cmake' 'docbook-xml' 'docbook-xsl')
+options=('!makeflags')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('8426b40b065f5a968796d1ff92da8d7a96d67cd963df837ce30ff1cf795ae301')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  cd ${srcdir}
+
+  mkdir build
+  cd build
+
+  cmake \
+../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: kid3.changelog
===
--- kid3.changelog  2013-03-12 21:51:33 UTC (rev 86192)
+++ kid3.changelog  2013-03-12 21:57:06 UTC (rev 86193)
@@ -1,38 +0,0 @@
-2012-12-16 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * kid3 2.2.1-1
-
-2012-10-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * kid3 2.2-1
-
-2012-06-03 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * kid3 2.1-4 ffmpeg 0.11 rebuild
-
-2012-05-12 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * kid3 2.1-1
-
-2011-11-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * kid3 2.0.1-1
-
-2011-09-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * kid3 2.0-1
-
-2011-02-19 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * kid3 1.6
-
-2010-09-27 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release v1.5
-
-2010-03-13 Andrea Scarpino and...@archlinux.org
-   * Update to major release v1.4
-   * MP4V2 enabled
-   * Cleanup dependencies
-
-2010-01-01 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release v1.3
-   * MP4V2 disabled, package in [extra] needs to be updated to be used 
with kid3
-
-2009-04-29 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release v1.2
-
-2008-10-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release v1.1

Copied: kid3/repos/community-i686/kid3.changelog (from rev 86192, 
kid3/trunk/kid3.changelog)
===
--- kid3.changelog  (rev 0)
+++ kid3.changelog  2013-03-12 21:57:06 UTC (rev 86193)
@@ -0,0 +1,41 @@
+2013-03-12 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * kid3 2.3-1
+
+2012-12-16 Jaroslav 

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

2013-03-12 Thread Jaroslav Lichtblau
Date: Tuesday, March 12, 2013 @ 23:00:39
  Author: jlichtblau
Revision: 86194

archrelease: copy trunk to community-i686

Added:
  sleuthkit/repos/community-i686/PKGBUILD
(from rev 86193, sleuthkit/trunk/PKGBUILD)
  sleuthkit/repos/community-i686/sleuthkit.changelog
(from rev 86193, sleuthkit/trunk/sleuthkit.changelog)
Deleted:
  sleuthkit/repos/community-i686/PKGBUILD
  sleuthkit/repos/community-i686/sleuthkit.changelog

-+
 PKGBUILD|   66 +-
 sleuthkit.changelog |   13 ++---
 2 files changed, 41 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-12 21:57:06 UTC (rev 86193)
+++ PKGBUILD2013-03-12 22:00:39 UTC (rev 86194)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
-
-pkgname=sleuthkit
-pkgver=4.0.1
-pkgrel=1
-pkgdesc='File system and media management forensic analysis tools'
-arch=('i686' 'x86_64')
-url='http://www.sleuthkit.org/sleuthkit'
-license=('GPL2' 'CPL' 'custom:IBM Public Licence')
-depends=('perl')
-options=('!libtool')
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('719d9a702f74c30302840301fe573c5bb5af5b88471b48657114eba6b0d76f12')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  # licenses
-  install -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -Dm0644 licenses/* ${pkgdir}/usr/share/licenses/${pkgname}
-}

Copied: sleuthkit/repos/community-i686/PKGBUILD (from rev 86193, 
sleuthkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-12 22:00:39 UTC (rev 86194)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+
+pkgname=sleuthkit
+pkgver=4.0.2
+pkgrel=1
+pkgdesc='File system and media management forensic analysis tools'
+arch=('i686' 'x86_64')
+url='http://www.sleuthkit.org/sleuthkit'
+license=('GPL2' 'CPL' 'custom:IBM Public Licence')
+depends=('perl')
+options=('!libtool')
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('112f80fbc6a868c18c7a924f756b35c79eed9d0cc8923a4f973646f00e546e62')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  # licenses
+  install -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -Dm0644 licenses/* ${pkgdir}/usr/share/licenses/${pkgname}
+}

Deleted: sleuthkit.changelog
===
--- sleuthkit.changelog 2013-03-12 21:57:06 UTC (rev 86193)
+++ sleuthkit.changelog 2013-03-12 22:00:39 UTC (rev 86194)
@@ -1,5 +0,0 @@
-2013-01-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * sleuthkit 4.0.1-1
-
-2011-10-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * sleuthkit 3.2.3-1

Copied: sleuthkit/repos/community-i686/sleuthkit.changelog (from rev 86193, 
sleuthkit/trunk/sleuthkit.changelog)
===
--- sleuthkit.changelog (rev 0)
+++ sleuthkit.changelog 2013-03-12 22:00:39 UTC (rev 86194)
@@ -0,0 +1,8 @@
+2013-03-12 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * sleuthkit 4.0.2-1
+
+2013-01-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * sleuthkit 4.0.1-1
+
+2011-10-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * sleuthkit 3.2.3-1



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

2013-03-12 Thread Eric Bélanger
Date: Wednesday, March 13, 2013 @ 00:04:36
  Author: eric
Revision: 86195

upgpkg: supercollider 3.6.3-2

ruby 2.0 rebuild

Modified:
  supercollider/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-12 22:00:39 UTC (rev 86194)
+++ PKGBUILD2013-03-12 23:04:36 UTC (rev 86195)
@@ -5,7 +5,7 @@
 _name=SuperCollider
 pkgname=supercollider
 pkgver=3.6.3
-pkgrel=1
+pkgrel=2
 pkgdesc=An environment and programming language for real time audio synthesis 
and algorithmic composition
 arch=('i686' 'x86_64')
 url=http://supercollider.sourceforge.net/;



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

2013-03-12 Thread Eric Bélanger
Date: Wednesday, March 13, 2013 @ 00:05:08
  Author: eric
Revision: 86196

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

Added:
  supercollider/repos/community-staging-i686/
  supercollider/repos/community-staging-i686/PKGBUILD
(from rev 86195, supercollider/trunk/PKGBUILD)
  supercollider/repos/community-staging-i686/supercollider.install
(from rev 86195, supercollider/trunk/supercollider.install)
  supercollider/repos/community-staging-x86_64/
  supercollider/repos/community-staging-x86_64/PKGBUILD
(from rev 86195, supercollider/trunk/PKGBUILD)
  supercollider/repos/community-staging-x86_64/supercollider.install
(from rev 86195, supercollider/trunk/supercollider.install)

+
 community-staging-i686/PKGBUILD|   34 +++
 community-staging-i686/supercollider.install   |   12 
 community-staging-x86_64/PKGBUILD  |   34 +++
 community-staging-x86_64/supercollider.install |   12 
 4 files changed, 92 insertions(+)

Copied: supercollider/repos/community-staging-i686/PKGBUILD (from rev 86195, 
supercollider/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-12 23:05:08 UTC (rev 86196)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : speps speps at aur dot archlinux dot org
+# Contributor:  farid at archlinux-br.org
+
+_name=SuperCollider
+pkgname=supercollider
+pkgver=3.6.3
+pkgrel=2
+pkgdesc=An environment and programming language for real time audio synthesis 
and algorithmic composition
+arch=('i686' 'x86_64')
+url=http://supercollider.sourceforge.net/;
+license=('GPL3')
+depends=('jack' 'fftw' 'cwiid' 'qtwebkit')
+makedepends=('cmake' 'ruby' 'vim' 'emacs')
+optdepends=('emacs: emacs interface'
+'gedit: gedit interface'
+'vim: vim interface'
+'ruby: vim support')
+install=$pkgname.install
+source=(http://download.sourceforge.net/project/$pkgname/Source/${pkgver%.*}/$_name-$pkgver-Source-linux.tar.bz2;)
+md5sums=('f6d8384eb076f3ccced5051abd2f33bf')
+
+build() {
+  cd $srcdir/$_name-Source
+  [ -d bld ] || mkdir bld  cd bld
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd $srcdir/$_name-Source/bld
+  make DESTDIR=$pkgdir/ install
+}

Copied: supercollider/repos/community-staging-i686/supercollider.install (from 
rev 86195, supercollider/trunk/supercollider.install)
===
--- community-staging-i686/supercollider.install
(rev 0)
+++ community-staging-i686/supercollider.install2013-03-12 23:05:08 UTC 
(rev 86196)
@@ -0,0 +1,12 @@
+post_install() {
+  update-desktop-database -q
+  update-mime-database usr/share/mime
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
\ No newline at end of file

Copied: supercollider/repos/community-staging-x86_64/PKGBUILD (from rev 86195, 
supercollider/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-03-12 23:05:08 UTC (rev 86196)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : speps speps at aur dot archlinux dot org
+# Contributor:  farid at archlinux-br.org
+
+_name=SuperCollider
+pkgname=supercollider
+pkgver=3.6.3
+pkgrel=2
+pkgdesc=An environment and programming language for real time audio synthesis 
and algorithmic composition
+arch=('i686' 'x86_64')
+url=http://supercollider.sourceforge.net/;
+license=('GPL3')
+depends=('jack' 'fftw' 'cwiid' 'qtwebkit')
+makedepends=('cmake' 'ruby' 'vim' 'emacs')
+optdepends=('emacs: emacs interface'
+'gedit: gedit interface'
+'vim: vim interface'
+'ruby: vim support')
+install=$pkgname.install
+source=(http://download.sourceforge.net/project/$pkgname/Source/${pkgver%.*}/$_name-$pkgver-Source-linux.tar.bz2;)
+md5sums=('f6d8384eb076f3ccced5051abd2f33bf')
+
+build() {
+  cd $srcdir/$_name-Source
+  [ -d bld ] || mkdir bld  cd bld
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd $srcdir/$_name-Source/bld
+  make DESTDIR=$pkgdir/ install
+}

Copied: supercollider/repos/community-staging-x86_64/supercollider.install 
(from rev 86195, supercollider/trunk/supercollider.install)
===
--- community-staging-x86_64/supercollider.install  
(rev 0)
+++ community-staging-x86_64/supercollider.install  2013-03-12 23:05:08 UTC 
(rev 86196)
@@ -0,0 +1,12 @@
+post_install() {
+  update-desktop-database -q
+  update-mime-database usr/share/mime
+}
+
+post_upgrade() {
+  

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

2013-03-12 Thread Florian Pritz
Date: Wednesday, March 13, 2013 @ 00:15:12
  Author: bluewind
Revision: 86197

upgpkg: lib32-krb5 1.11.1-1

upstream update

Modified:
  lib32-krb5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-12 23:05:08 UTC (rev 86196)
+++ PKGBUILD2013-03-12 23:15:12 UTC (rev 86197)
@@ -4,7 +4,7 @@
 
 _pkgbasename=krb5
 pkgname=lib32-$_pkgbasename
-pkgver=1.11
+pkgver=1.11.1
 pkgrel=1
 pkgdesc=The Kerberos network authentication system (32-bit)
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('lib32-e2fsprogs' 'lib32-libldap' 'lib32-keyutils' $_pkgbasename)
 makedepends=('perl' 'gcc-multilib')
 
source=(http://web.mit.edu/kerberos/dist/${_pkgbasename}/1.11/${_pkgbasename}-${pkgver}-signed.tar;)
-sha1sums=('dcdc305bd2b63cf8b8cb698cb9ea28f0a6282136')
+sha1sums=('e2e759c35e775d8f03b75c26ffcaa4f2514147f5')
 options=('!emptydirs')
 
 build() {



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

2013-03-12 Thread Florian Pritz
Date: Wednesday, March 13, 2013 @ 00:15:17
  Author: bluewind
Revision: 86198

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-krb5/repos/multilib-x86_64/PKGBUILD
(from rev 86197, lib32-krb5/trunk/PKGBUILD)
  lib32-krb5/repos/multilib-x86_64/krb5-1.10.1-gcc47.patch
(from rev 86197, lib32-krb5/trunk/krb5-1.10.1-gcc47.patch)
Deleted:
  lib32-krb5/repos/multilib-x86_64/PKGBUILD
  lib32-krb5/repos/multilib-x86_64/krb5-1.10.1-gcc47.patch

-+
 PKGBUILD|  126 +++---
 krb5-1.10.1-gcc47.patch |   22 
 2 files changed, 74 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-12 23:15:12 UTC (rev 86197)
+++ PKGBUILD2013-03-12 23:15:17 UTC (rev 86198)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz f...@xinu.at
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-
-_pkgbasename=krb5
-pkgname=lib32-$_pkgbasename
-pkgver=1.11
-pkgrel=1
-pkgdesc=The Kerberos network authentication system (32-bit)
-arch=('x86_64')
-url=http://web.mit.edu/kerberos/;
-license=('custom')
-depends=('lib32-e2fsprogs' 'lib32-libldap' 'lib32-keyutils' $_pkgbasename)
-makedepends=('perl' 'gcc-multilib')
-source=(http://web.mit.edu/kerberos/dist/${_pkgbasename}/1.11/${_pkgbasename}-${pkgver}-signed.tar;)
-sha1sums=('dcdc305bd2b63cf8b8cb698cb9ea28f0a6282136')
-options=('!emptydirs')
-
-build() {
-   tar zxvf ${_pkgbasename}-${pkgver}.tar.gz
-   cd ${srcdir}/${_pkgbasename}-${pkgver}/src
-
-   rm lib/krb5/krb/deltat.c
-
-   export CC=gcc -m32
-   export CXX=g++ -m32
-   export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-   export CFLAGS+= -fPIC -fno-strict-aliasing -fstack-protector-all
-   export CPPFLAGS+= -I/usr/include/et
-   ./configure --prefix=/usr \
-   --sysconfdir=/etc/krb5 \
-   --mandir=/usr/share/man \
-   --localstatedir=/var/lib \
-   --libdir=/usr/lib32 \
-   --enable-shared \
-   --with-system-et \
-   --with-system-ss \
-   --disable-rpath \
-   --without-tcl \
-   --enable-dns-for-realm \
-   --with-ldap \
-   --without-system-verto
-
-   make
-}
-
-#check() {
-   # We can't do this in the build directory.
-
-   # only works if the hostname is set properly/resolves to something. 
whatever...
-   #cd ${srcdir}/${_pkgbasename}-${pkgver}
-   #make -C src check
-#}
-
-package() {
-   cd ${srcdir}/${_pkgbasename}-${pkgver}/src
-   make DESTDIR=${pkgdir} install
-
-   rm -rf ${pkgdir}/usr/{include,share,bin,sbin}
-   mkdir -p $pkgdir/usr/share/licenses
-   ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
-}

Copied: lib32-krb5/repos/multilib-x86_64/PKGBUILD (from rev 86197, 
lib32-krb5/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-12 23:15:17 UTC (rev 86198)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Florian Pritz f...@xinu.at
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+
+_pkgbasename=krb5
+pkgname=lib32-$_pkgbasename
+pkgver=1.11.1
+pkgrel=1
+pkgdesc=The Kerberos network authentication system (32-bit)
+arch=('x86_64')
+url=http://web.mit.edu/kerberos/;
+license=('custom')
+depends=('lib32-e2fsprogs' 'lib32-libldap' 'lib32-keyutils' $_pkgbasename)
+makedepends=('perl' 'gcc-multilib')
+source=(http://web.mit.edu/kerberos/dist/${_pkgbasename}/1.11/${_pkgbasename}-${pkgver}-signed.tar;)
+sha1sums=('e2e759c35e775d8f03b75c26ffcaa4f2514147f5')
+options=('!emptydirs')
+
+build() {
+   tar zxvf ${_pkgbasename}-${pkgver}.tar.gz
+   cd ${srcdir}/${_pkgbasename}-${pkgver}/src
+
+   rm lib/krb5/krb/deltat.c
+
+   export CC=gcc -m32
+   export CXX=g++ -m32
+   export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+   export CFLAGS+= -fPIC -fno-strict-aliasing -fstack-protector-all
+   export CPPFLAGS+= -I/usr/include/et
+   ./configure --prefix=/usr \
+   --sysconfdir=/etc/krb5 \
+   --mandir=/usr/share/man \
+   --localstatedir=/var/lib \
+   --libdir=/usr/lib32 \
+   --enable-shared \
+   --with-system-et \
+   --with-system-ss \
+   --disable-rpath \
+   --without-tcl \
+   --enable-dns-for-realm \
+   --with-ldap \
+   --without-system-verto
+
+   make
+}
+
+#check() {
+   # We can't do this in the build directory.
+
+   # only works if the hostname is set properly/resolves to something. 
whatever...
+   #cd ${srcdir}/${_pkgbasename}-${pkgver}
+   #make -C src check
+#}
+
+package() {
+   cd ${srcdir}/${_pkgbasename}-${pkgver}/src
+   make DESTDIR=${pkgdir} install
+
+   rm -rf ${pkgdir}/usr/{include,share,bin,sbin}
+   mkdir -p $pkgdir/usr/share/licenses
+   ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
+}

Deleted: 

[arch-commits] Commit in (24 files)

2013-03-12 Thread Maxime Gauduin
Date: Wednesday, March 13, 2013 @ 01:14:10
  Author: alucryd
Revision: 86199

Add lightdm and its default greeter

Added:
  lightdm-gtk2-greeter/
  lightdm-gtk2-greeter/repos/
  lightdm-gtk2-greeter/trunk/
  lightdm-gtk2-greeter/trunk/PKGBUILD
  lightdm-gtk2-greeter/trunk/onscreen-keyboard.patch
  lightdm-gtk3-greeter/
  lightdm-gtk3-greeter/repos/
  lightdm-gtk3-greeter/trunk/
  lightdm-gtk3-greeter/trunk/PKGBUILD
  lightdm-gtk3-greeter/trunk/onscreen-keyboard.patch
  lightdm/
  lightdm/repos/
  lightdm/trunk/
  lightdm/trunk/PKGBUILD
  lightdm/trunk/Xsession
  lightdm/trunk/lightdm-1.5.1-systemd_login1_power.patch
  lightdm/trunk/lightdm-autologin.pam
  lightdm/trunk/lightdm-default-config.patch
  lightdm/trunk/lightdm-lock-screen-before-switch.patch
  lightdm/trunk/lightdm.install
  lightdm/trunk/lightdm.pam
  lightdm/trunk/lightdm.rules
  lightdm/trunk/lightdm.service
  lightdm/trunk/lightdm.tmpfiles

+
 lightdm-gtk2-greeter/trunk/PKGBUILD|   40 +
 lightdm-gtk2-greeter/trunk/onscreen-keyboard.patch |  306 +++
 lightdm-gtk3-greeter/trunk/PKGBUILD|   40 +
 lightdm-gtk3-greeter/trunk/onscreen-keyboard.patch |  306 +++
 lightdm/trunk/PKGBUILD |  117 +
 lightdm/trunk/Xsession |   69 +++
 lightdm/trunk/lightdm-1.5.1-systemd_login1_power.patch |  211 ++
 lightdm/trunk/lightdm-autologin.pam|   20 
 lightdm/trunk/lightdm-default-config.patch |   35 +
 lightdm/trunk/lightdm-lock-screen-before-switch.patch  |   55 ++
 lightdm/trunk/lightdm.install  |   15 
 lightdm/trunk/lightdm.pam  |   12 
 lightdm/trunk/lightdm.rules|   15 
 lightdm/trunk/lightdm.service  |   14 
 lightdm/trunk/lightdm.tmpfiles |1 
 15 files changed, 1256 insertions(+)

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


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

2013-03-12 Thread Maxime Gauduin
Date: Wednesday, March 13, 2013 @ 01:22:01
  Author: alucryd
Revision: 86200

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

Added:
  lightdm/repos/community-i686/
  lightdm/repos/community-i686/PKGBUILD
(from rev 86199, lightdm/trunk/PKGBUILD)
  lightdm/repos/community-i686/Xsession
(from rev 86199, lightdm/trunk/Xsession)
  lightdm/repos/community-i686/lightdm-1.5.1-systemd_login1_power.patch
(from rev 86199, lightdm/trunk/lightdm-1.5.1-systemd_login1_power.patch)
  lightdm/repos/community-i686/lightdm-autologin.pam
(from rev 86199, lightdm/trunk/lightdm-autologin.pam)
  lightdm/repos/community-i686/lightdm-default-config.patch
(from rev 86199, lightdm/trunk/lightdm-default-config.patch)
  lightdm/repos/community-i686/lightdm-lock-screen-before-switch.patch
(from rev 86199, lightdm/trunk/lightdm-lock-screen-before-switch.patch)
  lightdm/repos/community-i686/lightdm.install
(from rev 86199, lightdm/trunk/lightdm.install)
  lightdm/repos/community-i686/lightdm.pam
(from rev 86199, lightdm/trunk/lightdm.pam)
  lightdm/repos/community-i686/lightdm.rules
(from rev 86199, lightdm/trunk/lightdm.rules)
  lightdm/repos/community-i686/lightdm.service
(from rev 86199, lightdm/trunk/lightdm.service)
  lightdm/repos/community-i686/lightdm.tmpfiles
(from rev 86199, lightdm/trunk/lightdm.tmpfiles)
  lightdm/repos/community-x86_64/
  lightdm/repos/community-x86_64/PKGBUILD
(from rev 86199, lightdm/trunk/PKGBUILD)
  lightdm/repos/community-x86_64/Xsession
(from rev 86199, lightdm/trunk/Xsession)
  lightdm/repos/community-x86_64/lightdm-1.5.1-systemd_login1_power.patch
(from rev 86199, lightdm/trunk/lightdm-1.5.1-systemd_login1_power.patch)
  lightdm/repos/community-x86_64/lightdm-autologin.pam
(from rev 86199, lightdm/trunk/lightdm-autologin.pam)
  lightdm/repos/community-x86_64/lightdm-default-config.patch
(from rev 86199, lightdm/trunk/lightdm-default-config.patch)
  lightdm/repos/community-x86_64/lightdm-lock-screen-before-switch.patch
(from rev 86199, lightdm/trunk/lightdm-lock-screen-before-switch.patch)
  lightdm/repos/community-x86_64/lightdm.install
(from rev 86199, lightdm/trunk/lightdm.install)
  lightdm/repos/community-x86_64/lightdm.pam
(from rev 86199, lightdm/trunk/lightdm.pam)
  lightdm/repos/community-x86_64/lightdm.rules
(from rev 86199, lightdm/trunk/lightdm.rules)
  lightdm/repos/community-x86_64/lightdm.service
(from rev 86199, lightdm/trunk/lightdm.service)
  lightdm/repos/community-x86_64/lightdm.tmpfiles
(from rev 86199, lightdm/trunk/lightdm.tmpfiles)

---+
 community-i686/PKGBUILD   |  117 ++
 community-i686/Xsession   |   69 +++
 community-i686/lightdm-1.5.1-systemd_login1_power.patch   |  211 
 community-i686/lightdm-autologin.pam  |   20 +
 community-i686/lightdm-default-config.patch   |   35 +
 community-i686/lightdm-lock-screen-before-switch.patch|   55 +++
 community-i686/lightdm.install|   15 
 community-i686/lightdm.pam|   12 
 community-i686/lightdm.rules  |   15 
 community-i686/lightdm.service|   14 
 community-i686/lightdm.tmpfiles   |1 
 community-x86_64/PKGBUILD |  117 ++
 community-x86_64/Xsession |   69 +++
 community-x86_64/lightdm-1.5.1-systemd_login1_power.patch |  211 
 community-x86_64/lightdm-autologin.pam|   20 +
 community-x86_64/lightdm-default-config.patch |   35 +
 community-x86_64/lightdm-lock-screen-before-switch.patch  |   55 +++
 community-x86_64/lightdm.install  |   15 
 community-x86_64/lightdm.pam  |   12 
 community-x86_64/lightdm.rules|   15 
 community-x86_64/lightdm.service  |   14 
 community-x86_64/lightdm.tmpfiles |1 
 22 files changed, 1128 insertions(+)

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


[arch-commits] Commit in lightdm-gtk2-greeter/repos (6 files)

2013-03-12 Thread Maxime Gauduin
Date: Wednesday, March 13, 2013 @ 01:23:53
  Author: alucryd
Revision: 86201

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

Added:
  lightdm-gtk2-greeter/repos/community-i686/
  lightdm-gtk2-greeter/repos/community-i686/PKGBUILD
(from rev 86200, lightdm-gtk2-greeter/trunk/PKGBUILD)
  lightdm-gtk2-greeter/repos/community-i686/onscreen-keyboard.patch
(from rev 86200, lightdm-gtk2-greeter/trunk/onscreen-keyboard.patch)
  lightdm-gtk2-greeter/repos/community-x86_64/
  lightdm-gtk2-greeter/repos/community-x86_64/PKGBUILD
(from rev 86200, lightdm-gtk2-greeter/trunk/PKGBUILD)
  lightdm-gtk2-greeter/repos/community-x86_64/onscreen-keyboard.patch
(from rev 86200, lightdm-gtk2-greeter/trunk/onscreen-keyboard.patch)

--+
 community-i686/PKGBUILD  |   40 +++
 community-i686/onscreen-keyboard.patch   |  306 +
 community-x86_64/PKGBUILD|   40 +++
 community-x86_64/onscreen-keyboard.patch |  306 +
 4 files changed, 692 insertions(+)

Copied: lightdm-gtk2-greeter/repos/community-i686/PKGBUILD (from rev 86200, 
lightdm-gtk2-greeter/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-13 00:23:53 UTC (rev 86201)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Padfoot padf...@exemail.com.au
+
+pkgname=lightdm-gtk2-greeter
+pkgver=1.5.1
+pkgrel=3
+pkgdesc=GTK+ greeter for LightDM
+arch=('i686' 'x86_64')
+url=https://launchpad.net/lightdm-gtk-greeter;
+license=('GPL3' 'LGPL3')
+depends=('gtk2' 'lightdm')
+makedepends=('exo' 'gnome-common' 'gnome-doc-utils' 'gobject-introspection' 
'intltool')
+provides=(${pkgname/2/})
+conflicts=(${pkgname/2/3})
+backup=('etc/lightdm/lightdm-gtk-greeter.conf')
+source=(https://launchpad.net/${pkgname/2/}/1.6/${pkgver}/+download/${pkgname/2/}-${pkgver}.tar.gz;
+onscreen-keyboard.patch)
+sha256sums=('ecce7e917a79fa8f2126c3fafb6337f81f2198892159a4ef695016afecd2d621'
+'381c4da15ed2482800aaf3258217cd48c2313aee5da4f7ade77f7ef55659d0b9')
+
+build() {
+  cd ${srcdir}/${pkgname/2/}-${pkgver}
+
+# Patch
+  patch -Np1 -i ../onscreen-keyboard.patch
+
+# Build
+  AUTOMAKE=automake ./autogen.sh --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib/lightdm --disable-static --with-gtk2
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname/2/}-${pkgver}
+
+# Install
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Copied: lightdm-gtk2-greeter/repos/community-i686/onscreen-keyboard.patch (from 
rev 86200, lightdm-gtk2-greeter/trunk/onscreen-keyboard.patch)
===
--- community-i686/onscreen-keyboard.patch  (rev 0)
+++ community-i686/onscreen-keyboard.patch  2013-03-13 00:23:53 UTC (rev 
86201)
@@ -0,0 +1,306 @@
+diff -aur lightdm-gtk-greeter-1.5.1.src/data/lightdm-gtk-greeter.conf 
lightdm-gtk-greeter-1.5.1.patch/data/lightdm-gtk-greeter.conf
+--- lightdm-gtk-greeter-1.5.1.src/data/lightdm-gtk-greeter.conf
2013-02-11 00:19:17.0 +1100
 lightdm-gtk-greeter-1.5.1.patch/data/lightdm-gtk-greeter.conf  
2013-02-20 19:17:39.382817993 +1100
+@@ -9,6 +9,7 @@
+ # xft-rgba = Type of subpixel antialiasing (none, rgb, bgr, vrgb or vbgr)
+ # show-language-selector (true or false)
+ # show-indicators = semi-colon ; separated list of allowed indicator 
modules (e.g. indicator-sound.so)
++# keyboard = Command to launch on screen keyboard. Ensure it does not steal 
focus.
+ #
+ [greeter]
+ #background=
+@@ -21,3 +22,4 @@
+ #xft-rgba=
+ #show-language-selector=
+ #show-indicators=
++#keyboard=
+diff -aur lightdm-gtk-greeter-1.5.1.src/src/lightdm-gtk-greeter.c 
lightdm-gtk-greeter-1.5.1.patch/src/lightdm-gtk-greeter.c
+--- lightdm-gtk-greeter-1.5.1.src/src/lightdm-gtk-greeter.c2013-02-11 
00:48:21.0 +1100
 lightdm-gtk-greeter-1.5.1.patch/src/lightdm-gtk-greeter.c  2013-02-20 
20:09:30.219150045 +1100
+@@ -23,6 +23,7 @@
+ #include cairo-xlib.h
+ #include gdk-pixbuf/gdk-pixbuf.h
+ #include gdk/gdkx.h
++#include glib.h
+ 
+ #ifdef HAVE_LIBINDICATOR
+ #include libindicator/indicator-object.h
+@@ -44,6 +45,7 @@
+ static GtkComboBox *user_combo;
+ static GtkComboBox *session_combo;
+ static GtkComboBox *language_combo;
++static GtkCheckMenuItem *keyboard_menuitem;
+ static gchar *default_font_name, *default_theme_name, 
*default_icon_theme_name;
+ static GdkPixbuf *default_background_pixbuf = NULL;
+ #if GTK_CHECK_VERSION (3, 0, 0)
+@@ -52,6 +54,10 @@
+ static GdkColor *default_background_color = NULL;
+ #endif
+ static gboolean cancelling = FALSE, prompted = FALSE;
++static gchar **a11y_keyboard_command;
++static int a11y_kbd_pid = 0;
++static GPid *a11y_keyboard_pid = a11y_kbd_pid;
++static GError *a11y_keyboard_error;
+ 
+ 
+ #ifdef 

[arch-commits] Commit in lightdm-gtk3-greeter/repos (6 files)

2013-03-12 Thread Maxime Gauduin
Date: Wednesday, March 13, 2013 @ 01:26:13
  Author: alucryd
Revision: 86202

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

Added:
  lightdm-gtk3-greeter/repos/community-i686/
  lightdm-gtk3-greeter/repos/community-i686/PKGBUILD
(from rev 86201, lightdm-gtk3-greeter/trunk/PKGBUILD)
  lightdm-gtk3-greeter/repos/community-i686/onscreen-keyboard.patch
(from rev 86201, lightdm-gtk3-greeter/trunk/onscreen-keyboard.patch)
  lightdm-gtk3-greeter/repos/community-x86_64/
  lightdm-gtk3-greeter/repos/community-x86_64/PKGBUILD
(from rev 86201, lightdm-gtk3-greeter/trunk/PKGBUILD)
  lightdm-gtk3-greeter/repos/community-x86_64/onscreen-keyboard.patch
(from rev 86201, lightdm-gtk3-greeter/trunk/onscreen-keyboard.patch)

--+
 community-i686/PKGBUILD  |   40 +++
 community-i686/onscreen-keyboard.patch   |  306 +
 community-x86_64/PKGBUILD|   40 +++
 community-x86_64/onscreen-keyboard.patch |  306 +
 4 files changed, 692 insertions(+)

Copied: lightdm-gtk3-greeter/repos/community-i686/PKGBUILD (from rev 86201, 
lightdm-gtk3-greeter/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-13 00:26:13 UTC (rev 86202)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Padfoot padf...@exemail.com.au
+
+pkgname=lightdm-gtk3-greeter
+pkgver=1.5.1
+pkgrel=1
+pkgdesc=GTK+ greeter for LightDM
+arch=('i686' 'x86_64')
+url=https://launchpad.net/lightdm-gtk-greeter;
+license=('GPL3' 'LGPL3')
+depends=('gtk3' 'lightdm')
+makedepends=('exo' 'gnome-common' 'gnome-doc-utils' 'gobject-introspection' 
'intltool')
+provides=(${pkgname/3/})
+conflicts=(${pkgname/3/2})
+backup=('etc/lightdm/lightdm-gtk-greeter.conf')
+source=(https://launchpad.net/${pkgname/3/}/1.6/${pkgver}/+download/${pkgname/3/}-${pkgver}.tar.gz;
+onscreen-keyboard.patch)
+sha256sums=('ecce7e917a79fa8f2126c3fafb6337f81f2198892159a4ef695016afecd2d621'
+'381c4da15ed2482800aaf3258217cd48c2313aee5da4f7ade77f7ef55659d0b9')
+
+build() {
+  cd ${srcdir}/${pkgname/3/}-${pkgver}
+
+# Patch
+  patch -Np1 -i ../onscreen-keyboard.patch
+
+# Build
+  AUTOMAKE=automake ./autogen.sh --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib/lightdm --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname/3/}-${pkgver}
+
+# Install
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Copied: lightdm-gtk3-greeter/repos/community-i686/onscreen-keyboard.patch (from 
rev 86201, lightdm-gtk3-greeter/trunk/onscreen-keyboard.patch)
===
--- community-i686/onscreen-keyboard.patch  (rev 0)
+++ community-i686/onscreen-keyboard.patch  2013-03-13 00:26:13 UTC (rev 
86202)
@@ -0,0 +1,306 @@
+diff -aur lightdm-gtk-greeter-1.5.1.src/data/lightdm-gtk-greeter.conf 
lightdm-gtk-greeter-1.5.1.patch/data/lightdm-gtk-greeter.conf
+--- lightdm-gtk-greeter-1.5.1.src/data/lightdm-gtk-greeter.conf
2013-02-11 00:19:17.0 +1100
 lightdm-gtk-greeter-1.5.1.patch/data/lightdm-gtk-greeter.conf  
2013-02-20 19:17:39.382817993 +1100
+@@ -9,6 +9,7 @@
+ # xft-rgba = Type of subpixel antialiasing (none, rgb, bgr, vrgb or vbgr)
+ # show-language-selector (true or false)
+ # show-indicators = semi-colon ; separated list of allowed indicator 
modules (e.g. indicator-sound.so)
++# keyboard = Command to launch on screen keyboard. Ensure it does not steal 
focus.
+ #
+ [greeter]
+ #background=
+@@ -21,3 +22,4 @@
+ #xft-rgba=
+ #show-language-selector=
+ #show-indicators=
++#keyboard=
+diff -aur lightdm-gtk-greeter-1.5.1.src/src/lightdm-gtk-greeter.c 
lightdm-gtk-greeter-1.5.1.patch/src/lightdm-gtk-greeter.c
+--- lightdm-gtk-greeter-1.5.1.src/src/lightdm-gtk-greeter.c2013-02-11 
00:48:21.0 +1100
 lightdm-gtk-greeter-1.5.1.patch/src/lightdm-gtk-greeter.c  2013-02-20 
20:09:30.219150045 +1100
+@@ -23,6 +23,7 @@
+ #include cairo-xlib.h
+ #include gdk-pixbuf/gdk-pixbuf.h
+ #include gdk/gdkx.h
++#include glib.h
+ 
+ #ifdef HAVE_LIBINDICATOR
+ #include libindicator/indicator-object.h
+@@ -44,6 +45,7 @@
+ static GtkComboBox *user_combo;
+ static GtkComboBox *session_combo;
+ static GtkComboBox *language_combo;
++static GtkCheckMenuItem *keyboard_menuitem;
+ static gchar *default_font_name, *default_theme_name, 
*default_icon_theme_name;
+ static GdkPixbuf *default_background_pixbuf = NULL;
+ #if GTK_CHECK_VERSION (3, 0, 0)
+@@ -52,6 +54,10 @@
+ static GdkColor *default_background_color = NULL;
+ #endif
+ static gboolean cancelling = FALSE, prompted = FALSE;
++static gchar **a11y_keyboard_command;
++static int a11y_kbd_pid = 0;
++static GPid *a11y_keyboard_pid = a11y_kbd_pid;
++static GError *a11y_keyboard_error;
+ 
+ 
+ #ifdef HAVE_LIBINDICATOR

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

2013-03-12 Thread speps
Date: Wednesday, March 13, 2013 @ 02:33:09
  Author: speps
Revision: 86203

upgpkg: qupzilla 1.4.0_git20130312-1

Modified:
  qupzilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-13 00:26:13 UTC (rev 86202)
+++ PKGBUILD2013-03-13 01:33:09 UTC (rev 86203)
@@ -2,18 +2,19 @@
 # Maintainer: speps speps at aur dot archlinux dot org
 
 _name=QupZilla
-_commit=fbfcc70
+_commit=93d22ec # fixes https://github.com/QupZilla/qupzilla/issues/793
 pkgname=qupzilla
-pkgver=1.3.5_git20130128
+pkgver=1.4.0_git20130312
 pkgrel=1
 pkgdesc=Cross-platform QtWebKit browser
 arch=(i686 x86_64)
 url=http://www.qupzilla.com/;
 license=('GPL3')
-depends=('qtwebkit')
+depends=('qtwebkit' 'hunspell')
+optdepends=('bash-completion: bash completion support')
 install=$pkgname.install
 
source=($pkgname-$pkgver.tar.gz::https://github.com/$_name/$pkgname/tarball/$_commit;)
-md5sums=('ff8bd77f785335a8157aceb3cd54507a')
+md5sums=('8fa69f60a26b55d68bfac2d7ec812bf8')
 
 build() {
   cd $srcdir/$_name-$pkgname-*
@@ -21,13 +22,24 @@
   # enable webgl support
   export USE_WEBGL=true
 
-  qmake QUPZILLA_PREFIX=/usr/
+  # manually install bash completion
+  sed -i '/bashcompletion/d' src/install.pri
+
+  qmake-qt4 QUPZILLA_PREFIX=/usr/
   make
 }
 
 package() {
   cd $srcdir/$_name-$pkgname-*
   make INSTALL_ROOT=$pkgdir/ install
+
+  # bash completion
+  install -Dm644 linux/completion/bash_completion.sh \
+$pkgdir/usr/share/bash-completion/completions/$pkgname
+
+  # zsh completion
+  install -Dm644 linux/completion/zsh_completion.sh \
+$pkgdir/usr/share/zsh/site-functions/_$pkgname
 }
 
 # vim:set ts=2 sw=2 et:



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

2013-03-12 Thread speps
Date: Wednesday, March 13, 2013 @ 02:33:35
  Author: speps
Revision: 86204

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

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

---+
 community-i686/PKGBUILD   |   78 
 community-i686/qupzilla.install   |   24 +--
 community-x86_64/PKGBUILD |   78 
 community-x86_64/qupzilla.install |   24 +--
 4 files changed, 114 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-13 01:33:09 UTC (rev 86203)
+++ community-i686/PKGBUILD 2013-03-13 01:33:35 UTC (rev 86204)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: speps speps at aur dot archlinux dot org
-
-_name=QupZilla
-_commit=fbfcc70
-pkgname=qupzilla
-pkgver=1.3.5_git20130128
-pkgrel=1
-pkgdesc=Cross-platform QtWebKit browser
-arch=(i686 x86_64)
-url=http://www.qupzilla.com/;
-license=('GPL3')
-depends=('qtwebkit')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/$_name/$pkgname/tarball/$_commit;)
-md5sums=('ff8bd77f785335a8157aceb3cd54507a')
-
-build() {
-  cd $srcdir/$_name-$pkgname-*
-
-  # enable webgl support
-  export USE_WEBGL=true
-
-  qmake QUPZILLA_PREFIX=/usr/
-  make
-}
-
-package() {
-  cd $srcdir/$_name-$pkgname-*
-  make INSTALL_ROOT=$pkgdir/ install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: qupzilla/repos/community-i686/PKGBUILD (from rev 86203, 
qupzilla/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-13 01:33:35 UTC (rev 86204)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: speps speps at aur dot archlinux dot org
+
+_name=QupZilla
+_commit=93d22ec # fixes https://github.com/QupZilla/qupzilla/issues/793
+pkgname=qupzilla
+pkgver=1.4.0_git20130312
+pkgrel=1
+pkgdesc=Cross-platform QtWebKit browser
+arch=(i686 x86_64)
+url=http://www.qupzilla.com/;
+license=('GPL3')
+depends=('qtwebkit' 'hunspell')
+optdepends=('bash-completion: bash completion support')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/$_name/$pkgname/tarball/$_commit;)
+md5sums=('8fa69f60a26b55d68bfac2d7ec812bf8')
+
+build() {
+  cd $srcdir/$_name-$pkgname-*
+
+  # enable webgl support
+  export USE_WEBGL=true
+
+  # manually install bash completion
+  sed -i '/bashcompletion/d' src/install.pri
+
+  qmake-qt4 QUPZILLA_PREFIX=/usr/
+  make
+}
+
+package() {
+  cd $srcdir/$_name-$pkgname-*
+  make INSTALL_ROOT=$pkgdir/ install
+
+  # bash completion
+  install -Dm644 linux/completion/bash_completion.sh \
+$pkgdir/usr/share/bash-completion/completions/$pkgname
+
+  # zsh completion
+  install -Dm644 linux/completion/zsh_completion.sh \
+$pkgdir/usr/share/zsh/site-functions/_$pkgname
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/qupzilla.install
===
--- community-i686/qupzilla.install 2013-03-13 01:33:09 UTC (rev 86203)
+++ community-i686/qupzilla.install 2013-03-13 01:33:35 UTC (rev 86204)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor 2 /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: qupzilla/repos/community-i686/qupzilla.install (from rev 86203, 
qupzilla/trunk/qupzilla.install)
===
--- community-i686/qupzilla.install (rev 0)
+++ community-i686/qupzilla.install 2013-03-13 01:33:35 UTC (rev 86204)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor 2 /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-13 01:33:09 UTC (rev 86203)
+++ community-x86_64/PKGBUILD   2013-03-13 01:33:35 UTC (rev 86204)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: speps speps at aur dot archlinux dot org
-
-_name=QupZilla
-_commit=fbfcc70
-pkgname=qupzilla
-pkgver=1.3.5_git20130128
-pkgrel=1
-pkgdesc=Cross-platform QtWebKit browser
-arch=(i686 x86_64)

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

2013-03-12 Thread Jan de Groot
Date: Wednesday, March 13, 2013 @ 03:09:37
  Author: jgc
Revision: 179940

upgpkg: python-numpy 1.7.0-2

Update to 1.7.0 final
Add symlinks for include directory, should fix usage with cython
Fixed: FS#32094, FS#30211

Modified:
  python-numpy/trunk/PKGBUILD

--+
 PKGBUILD |   41 -
 1 file changed, 28 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-12 20:29:11 UTC (rev 179939)
+++ PKGBUILD2013-03-13 02:09:37 UTC (rev 179940)
@@ -6,29 +6,28 @@
 pkgbase=python-numpy
 pkgname=('python2-numpy' 'python-numpy')
 pkgver=1.7.0
-_pkgver=1.7.0b2
-pkgrel=1
+pkgrel=2
 pkgdesc=Scientific tools for Python
 arch=('i686' 'x86_64')
 license=('custom')
-url=http://numpy.scipy.org/;
+url=http://www.numpy.org/;
 makedepends=('lapack' 'python' 'python2' 'python-distribute' 
'python2-distribute' 'gcc-fortran' 'python-nose')
-source=(http://downloads.sourceforge.net/numpy/numpy-${_pkgver}.tar.gz)
-md5sums=('1b62cf0e34e2db58b0241b00d603df24')
+source=(http://downloads.sourceforge.net/numpy/numpy-${pkgver}.tar.gz)
+md5sums=('4fa54e40b6a243416f0248123b6ec332')
 
 build() {
   cd ${srcdir}
-  cp -a numpy-${_pkgver} numpy-py2-${_pkgver}
+  cp -a numpy-${pkgver} numpy-py2-${pkgver}
 
-  export Atlas=None
+  export ATLAS=None
   export LDFLAGS=$LDFLAGS -shared
 
   echo Building Python2
-  cd ${srcdir}/numpy-py2-${_pkgver}
+  cd ${srcdir}/numpy-py2-${pkgver}
   python2 setup.py config_fc --fcompiler=gnu95 build
 
   echo Building Python3
-  cd ${srcdir}/numpy-${_pkgver}
+  cd ${srcdir}/numpy-${pkgver}
   python setup.py config_fc --fcompiler=gnu95 build
 }
 
@@ -36,7 +35,12 @@
   depends=('lapack' 'python2')
   optdepends=('python-nose: testsuite')
 
-  cd ${srcdir}/numpy-py2-${_pkgver}
+  _pyver=2.7
+
+  export ATLAS=None
+  export LDFLAGS=$LDFLAGS -shared
+
+  cd ${srcdir}/numpy-py2-${pkgver}
   python2 setup.py config_fc --fcompiler=gnu95 install --prefix=/usr 
--root=${pkgdir} --optimize=1
 
   install -m755 -d ${pkgdir}/usr/share/licenses/python2-numpy
@@ -46,6 +50,9 @@
  -e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
  -e s|#![ ]*/bin/env python$|#!/usr/bin/env python2| \
  $(find ${pkgdir} -name '*.py')
+
+  install -m755 -d ${pkgdir}/usr/include/python${_pyver}
+  ln -sf /usr/lib/python${_pyver}/site-packages/numpy/core/include/numpy 
${pkgdir}/usr/include/python${_pyver}/numpy
 }
 
 package_python-numpy() {
@@ -54,9 +61,17 @@
   replaces=('python3-numpy')
   conflicts=('python3-numpy')
 
-  cd ${srcdir}/numpy-${_pkgver}
+  _pyver=3.3
+
+  export ATLAS=None
+  export LDFLAGS=$LDFLAGS -shared
+
+  cd ${srcdir}/numpy-${pkgver}
   python setup.py config_fc --fcompiler=gnu95 install --prefix=/usr 
--root=${pkgdir} --optimize=1
 
-  install -m755 -d ${pkgdir}/usr/share/licenses/python3-numpy
-  install -m644 LICENSE.txt ${pkgdir}/usr/share/licenses/python3-numpy/
+  install -m755 -d ${pkgdir}/usr/share/licenses/python-numpy
+  install -m644 LICENSE.txt ${pkgdir}/usr/share/licenses/python-numpy/
+
+  install -m755 -d ${pkgdir}/usr/include/python${_pyver}
+  ln -sf /usr/lib/python${_pyver}/site-packages/numpy/core/include/numpy 
${pkgdir}/usr/include/python${_pyver}/numpy
 }



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

2013-03-12 Thread Jan de Groot
Date: Wednesday, March 13, 2013 @ 03:09:45
  Author: jgc
Revision: 179941

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

Added:
  python-numpy/repos/extra-i686/PKGBUILD
(from rev 179940, python-numpy/trunk/PKGBUILD)
  python-numpy/repos/extra-i686/numpy-1.6.2-python-3.3-build-fix.patch
(from rev 179940, python-numpy/trunk/numpy-1.6.2-python-3.3-build-fix.patch)
  python-numpy/repos/extra-x86_64/PKGBUILD
(from rev 179940, python-numpy/trunk/PKGBUILD)
  python-numpy/repos/extra-x86_64/numpy-1.6.2-python-3.3-build-fix.patch
(from rev 179940, python-numpy/trunk/numpy-1.6.2-python-3.3-build-fix.patch)
Deleted:
  python-numpy/repos/extra-i686/PKGBUILD
  python-numpy/repos/extra-i686/numpy-1.6.2-python-3.3-build-fix.patch
  python-numpy/repos/extra-x86_64/PKGBUILD
  python-numpy/repos/extra-x86_64/numpy-1.6.2-python-3.3-build-fix.patch

-+
 extra-i686/PKGBUILD |  139 +++--
 extra-i686/numpy-1.6.2-python-3.3-build-fix.patch   |  184 +-
 extra-x86_64/PKGBUILD   |  139 +++--
 extra-x86_64/numpy-1.6.2-python-3.3-build-fix.patch |  184 +-
 4 files changed, 338 insertions(+), 308 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-13 02:09:37 UTC (rev 179940)
+++ extra-i686/PKGBUILD 2013-03-13 02:09:45 UTC (rev 179941)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Douglas Soares de Andrade d...@aur.archlinux.org
-# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve 
-
-pkgbase=python-numpy
-pkgname=('python2-numpy' 'python-numpy')
-pkgver=1.7.0
-_pkgver=1.7.0b2
-pkgrel=1
-pkgdesc=Scientific tools for Python
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://numpy.scipy.org/;
-makedepends=('lapack' 'python' 'python2' 'python-distribute' 
'python2-distribute' 'gcc-fortran' 'python-nose')
-source=(http://downloads.sourceforge.net/numpy/numpy-${_pkgver}.tar.gz)
-md5sums=('1b62cf0e34e2db58b0241b00d603df24')
-
-build() {
-  cd ${srcdir}
-  cp -a numpy-${_pkgver} numpy-py2-${_pkgver}
-
-  export Atlas=None
-  export LDFLAGS=$LDFLAGS -shared
-
-  echo Building Python2
-  cd ${srcdir}/numpy-py2-${_pkgver}
-  python2 setup.py config_fc --fcompiler=gnu95 build
-
-  echo Building Python3
-  cd ${srcdir}/numpy-${_pkgver}
-  python setup.py config_fc --fcompiler=gnu95 build
-}
-
-package_python2-numpy() {
-  depends=('lapack' 'python2')
-  optdepends=('python-nose: testsuite')
-
-  cd ${srcdir}/numpy-py2-${_pkgver}
-  python2 setup.py config_fc --fcompiler=gnu95 install --prefix=/usr 
--root=${pkgdir} --optimize=1
-
-  install -m755 -d ${pkgdir}/usr/share/licenses/python2-numpy
-  install -m644 LICENSE.txt ${pkgdir}/usr/share/licenses/python2-numpy/
-
-  sed -i -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
- -e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
- -e s|#![ ]*/bin/env python$|#!/usr/bin/env python2| \
- $(find ${pkgdir} -name '*.py')
-}
-
-package_python-numpy() {
-  depends=('lapack' 'python')
-  provides=(python3-numpy=${pkgver})
-  replaces=('python3-numpy')
-  conflicts=('python3-numpy')
-
-  cd ${srcdir}/numpy-${_pkgver}
-  python setup.py config_fc --fcompiler=gnu95 install --prefix=/usr 
--root=${pkgdir} --optimize=1
-
-  install -m755 -d ${pkgdir}/usr/share/licenses/python3-numpy
-  install -m644 LICENSE.txt ${pkgdir}/usr/share/licenses/python3-numpy/
-}

Copied: python-numpy/repos/extra-i686/PKGBUILD (from rev 179940, 
python-numpy/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-13 02:09:45 UTC (rev 179941)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Douglas Soares de Andrade d...@aur.archlinux.org
+# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve 
+
+pkgbase=python-numpy
+pkgname=('python2-numpy' 'python-numpy')
+pkgver=1.7.0
+pkgrel=2
+pkgdesc=Scientific tools for Python
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://www.numpy.org/;
+makedepends=('lapack' 'python' 'python2' 'python-distribute' 
'python2-distribute' 'gcc-fortran' 'python-nose')
+source=(http://downloads.sourceforge.net/numpy/numpy-${pkgver}.tar.gz)
+md5sums=('4fa54e40b6a243416f0248123b6ec332')
+
+build() {
+  cd ${srcdir}
+  cp -a numpy-${pkgver} numpy-py2-${pkgver}
+
+  export ATLAS=None
+  export LDFLAGS=$LDFLAGS -shared
+
+  echo Building Python2
+  cd ${srcdir}/numpy-py2-${pkgver}
+  python2 setup.py config_fc --fcompiler=gnu95 build
+
+  echo Building Python3
+  cd ${srcdir}/numpy-${pkgver}
+  python setup.py config_fc --fcompiler=gnu95 build
+}
+
+package_python2-numpy() {
+  depends=('lapack' 'python2')
+  optdepends=('python-nose: testsuite')
+
+  _pyver=2.7
+
+  export 

[arch-commits] Commit in (4 files)

2013-03-12 Thread Connor Behan
Date: Wednesday, March 13, 2013 @ 04:41:02
  Author: cbehan
Revision: 86205

Add this package back

Added:
  python2-gasp/
  python2-gasp/repos/
  python2-gasp/trunk/
  python2-gasp/trunk/PKGBUILD

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

Added: python2-gasp/trunk/PKGBUILD
===
--- python2-gasp/trunk/PKGBUILD (rev 0)
+++ python2-gasp/trunk/PKGBUILD 2013-03-13 03:41:02 UTC (rev 86205)
@@ -0,0 +1,22 @@
+# Maintainer: Connor Behan connor.be...@gmail.com
+# Contributor: Christoph Zeiler rabyte*gmail
+# Contributor: Thomas Dziedzic
+
+pkgname=python2-gasp
+pkgver=0.3.4
+pkgrel=1
+pkgdesc=Procedural API for beginning programmers built on the PyCairo library
+arch=('any')
+url=https://launchpad.net/gasp-core;
+license=('GPL3')
+depends=('pygtk')
+makedepends=('python2-distribute')
+source=(http://launchpad.net/gasp-core/0.3.x/$pkgver/+download/${pkgname#python2-}-${pkgver}.tar.gz)
+
+package() {
+  cd ${srcdir}/${pkgname#python2-}-${pkgver}
+  python2 setup.py install --root=${pkgdir}
+  rm -rf ${pkgdir}/usr/lib/python*/site-packages/*.egg-info
+}
+
+md5sums=('59b4fbaa3f5bdf180dc1c2262a2258d7')


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


[arch-commits] Commit in python2-gasp/repos (community-any)

2013-03-12 Thread Connor Behan
Date: Wednesday, March 13, 2013 @ 04:46:16
  Author: cbehan
Revision: 86206

archrelease: copy trunk to community-any

Added:
  python2-gasp/repos/community-any
(from rev 86205, python2-gasp/trunk/PKGBUILD)

---+
 community-any |   22 ++
 1 file changed, 22 insertions(+)

Copied: python2-gasp/repos/community-any (from rev 86205, 
python2-gasp/trunk/PKGBUILD)
===
--- community-any   (rev 0)
+++ community-any   2013-03-13 03:46:16 UTC (rev 86206)
@@ -0,0 +1,22 @@
+# Maintainer: Connor Behan connor.be...@gmail.com
+# Contributor: Christoph Zeiler rabyte*gmail
+# Contributor: Thomas Dziedzic
+
+pkgname=python2-gasp
+pkgver=0.3.4
+pkgrel=1
+pkgdesc=Procedural API for beginning programmers built on the PyCairo library
+arch=('any')
+url=https://launchpad.net/gasp-core;
+license=('GPL3')
+depends=('pygtk')
+makedepends=('python2-distribute')
+source=(http://launchpad.net/gasp-core/0.3.x/$pkgver/+download/${pkgname#python2-}-${pkgver}.tar.gz)
+
+package() {
+  cd ${srcdir}/${pkgname#python2-}-${pkgver}
+  python2 setup.py install --root=${pkgdir}
+  rm -rf ${pkgdir}/usr/lib/python*/site-packages/*.egg-info
+}
+
+md5sums=('59b4fbaa3f5bdf180dc1c2262a2258d7')



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

2013-03-12 Thread Connor Behan
Date: Wednesday, March 13, 2013 @ 04:48:15
  Author: cbehan
Revision: 86207

archrelease: copy trunk to community-any

Added:
  python2-gasp/repos/community-any/
  python2-gasp/repos/community-any/PKGBUILD
(from rev 86206, python2-gasp/trunk/PKGBUILD)
Deleted:
  python2-gasp/repos/community-any

+
 community-any  |   22 --
 community-any/PKGBUILD |   22 ++
 2 files changed, 22 insertions(+), 22 deletions(-)

Deleted: community-any
===
--- community-any   2013-03-13 03:46:16 UTC (rev 86206)
+++ community-any   2013-03-13 03:48:15 UTC (rev 86207)
@@ -1,22 +0,0 @@
-# Maintainer: Connor Behan connor.be...@gmail.com
-# Contributor: Christoph Zeiler rabyte*gmail
-# Contributor: Thomas Dziedzic
-
-pkgname=python2-gasp
-pkgver=0.3.4
-pkgrel=1
-pkgdesc=Procedural API for beginning programmers built on the PyCairo library
-arch=('any')
-url=https://launchpad.net/gasp-core;
-license=('GPL3')
-depends=('pygtk')
-makedepends=('python2-distribute')
-source=(http://launchpad.net/gasp-core/0.3.x/$pkgver/+download/${pkgname#python2-}-${pkgver}.tar.gz)
-
-package() {
-  cd ${srcdir}/${pkgname#python2-}-${pkgver}
-  python2 setup.py install --root=${pkgdir}
-  rm -rf ${pkgdir}/usr/lib/python*/site-packages/*.egg-info
-}
-
-md5sums=('59b4fbaa3f5bdf180dc1c2262a2258d7')

Copied: python2-gasp/repos/community-any/PKGBUILD (from rev 86206, 
python2-gasp/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2013-03-13 03:48:15 UTC (rev 86207)
@@ -0,0 +1,22 @@
+# Maintainer: Connor Behan connor.be...@gmail.com
+# Contributor: Christoph Zeiler rabyte*gmail
+# Contributor: Thomas Dziedzic
+
+pkgname=python2-gasp
+pkgver=0.3.4
+pkgrel=1
+pkgdesc=Procedural API for beginning programmers built on the PyCairo library
+arch=('any')
+url=https://launchpad.net/gasp-core;
+license=('GPL3')
+depends=('pygtk')
+makedepends=('python2-distribute')
+source=(http://launchpad.net/gasp-core/0.3.x/$pkgver/+download/${pkgname#python2-}-${pkgver}.tar.gz)
+
+package() {
+  cd ${srcdir}/${pkgname#python2-}-${pkgver}
+  python2 setup.py install --root=${pkgdir}
+  rm -rf ${pkgdir}/usr/lib/python*/site-packages/*.egg-info
+}
+
+md5sums=('59b4fbaa3f5bdf180dc1c2262a2258d7')



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

2013-03-12 Thread Felix Yan
Date: Wednesday, March 13, 2013 @ 06:39:10
  Author: fyan
Revision: 86208

upgpkg: fcitx 4.2.7-4 fix crash in nvidia driver according to upstream

Modified:
  fcitx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-13 03:48:15 UTC (rev 86207)
+++ PKGBUILD2013-03-13 05:39:10 UTC (rev 86208)
@@ -6,21 +6,26 @@
 pkgbase=fcitx
 pkgname=('fcitx' 'fcitx-gtk2' 'fcitx-gtk3' 'fcitx-qt4')
 pkgver=4.2.7
-pkgrel=3
+pkgrel=4
 groups=('fcitx-im')
 arch=('i686' 'x86_64')
 url=http://code.google.com/p/fcitx/;
 license=('GPL')
 makedepends=('cmake' 'doxygen' 'gtk2' 'gtk3' 'qt4' 'icu' 'mesa' \
  'iso-codes' 'gobject-introspection' 'libxkbfile')
-source=(http://fcitx.googlecode.com/files/${pkgbase}-${pkgver}_dict.tar.xz)
+source=(http://fcitx.googlecode.com/files/${pkgbase}-${pkgver}_dict.tar.xz
+   
https://github.com/fcitx/fcitx/commit/9937b68bad3a7e9465e17b711ce9c0a072d3071f.patch)
 
 build() {
   #source /etc/profile.d/qt4.sh
 
-  cd ${srcdir}
+  cd $srcdir/$pkgbase-$pkgver
+  patch -Np1 -i $srcdir/9937b68bad3a7e9465e17b711ce9c0a072d3071f.patch
+
+  cd $srcdir
   mkdir -p build
   cd build
+
   cmake ../${pkgbase}-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
@@ -116,4 +121,5 @@
   make DESTDIR=${pkgdir} install
 }
 
-md5sums=('6e291717c24615b9dc9bfaa2949af3a7')
+md5sums=('6e291717c24615b9dc9bfaa2949af3a7'
+ '009e0cd17f078e24c03b3b46b45e41ab')



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

2013-03-12 Thread Felix Yan
Date: Wednesday, March 13, 2013 @ 06:41:43
  Author: fyan
Revision: 86209

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

Added:
  fcitx/repos/community-i686/PKGBUILD
(from rev 86208, fcitx/trunk/PKGBUILD)
  fcitx/repos/community-i686/fcitx-gtk2.install
(from rev 86208, fcitx/trunk/fcitx-gtk2.install)
  fcitx/repos/community-i686/fcitx-gtk3.install
(from rev 86208, fcitx/trunk/fcitx-gtk3.install)
  fcitx/repos/community-i686/fcitx.install
(from rev 86208, fcitx/trunk/fcitx.install)
  fcitx/repos/community-x86_64/PKGBUILD
(from rev 86208, fcitx/trunk/PKGBUILD)
  fcitx/repos/community-x86_64/fcitx-gtk2.install
(from rev 86208, fcitx/trunk/fcitx-gtk2.install)
  fcitx/repos/community-x86_64/fcitx-gtk3.install
(from rev 86208, fcitx/trunk/fcitx-gtk3.install)
  fcitx/repos/community-x86_64/fcitx.install
(from rev 86208, fcitx/trunk/fcitx.install)
Deleted:
  fcitx/repos/community-i686/PKGBUILD
  fcitx/repos/community-i686/fcitx-gtk2.install
  fcitx/repos/community-i686/fcitx-gtk3.install
  fcitx/repos/community-i686/fcitx.install
  fcitx/repos/community-x86_64/PKGBUILD
  fcitx/repos/community-x86_64/fcitx-gtk2.install
  fcitx/repos/community-x86_64/fcitx-gtk3.install
  fcitx/repos/community-x86_64/fcitx.install

-+
 community-i686/PKGBUILD |  243 +-
 community-i686/fcitx-gtk2.install   |   26 +--
 community-i686/fcitx-gtk3.install   |   22 +--
 community-i686/fcitx.install|   28 +--
 community-x86_64/PKGBUILD   |  243 +-
 community-x86_64/fcitx-gtk2.install |   26 +--
 community-x86_64/fcitx-gtk3.install |   22 +--
 community-x86_64/fcitx.install  |   28 +--
 8 files changed, 326 insertions(+), 312 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-13 05:39:10 UTC (rev 86208)
+++ community-i686/PKGBUILD 2013-03-13 05:41:43 UTC (rev 86209)
@@ -1,118 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: csslayer wengxt AT gmail com
-
-pkgbase=fcitx
-pkgname=('fcitx' 'fcitx-gtk2' 'fcitx-gtk3' 'fcitx-qt4')
-pkgver=4.2.7
-pkgrel=3
-groups=('fcitx-im')
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/fcitx/;
-license=('GPL')
-makedepends=('cmake' 'doxygen' 'gtk2' 'gtk3' 'qt4' 'icu' 'mesa' \
- 'iso-codes' 'gobject-introspection' 'libxkbfile')
-source=(http://fcitx.googlecode.com/files/${pkgbase}-${pkgver}_dict.tar.xz)
-
-build() {
-  #source /etc/profile.d/qt4.sh
-
-  cd ${srcdir}
-  mkdir -p build
-  cd build
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DFORCE_OPENCC=ON \
--DFORCE_PRESAGE=ON \
--DFORCE_ENCHANT=ON \
--DENABLE_TEST=ON \
--DENABLE_GTK2_IM_MODULE=ON \
--DENABLE_GTK3_IM_MODULE=ON \
--DENABLE_QT_IM_MODULE=ON
-  make
-}
-
-check() {
-  cd ${srcdir}/build
-  make test
-}
-
-package_fcitx() {
-  pkgdesc=Flexible Context-aware Input Tool with eXtension
-  depends=('pango' 'libxinerama' 'gtk-update-icon-cache' 'shared-mime-info' \
-   'hicolor-icon-theme' 'desktop-file-utils' 'libxkbfile' \
-   'libxfixes' 'dbus-core' 'icu')
-  optdepends=('enchant: for word predication support'
- 'opencc: optional engine to do chinese convert'
- 'fcitx-anthy: Hiragana text to Kana Kanji mixed text Japanese 
input method'
- 'fcitx-chewing: Intelligent Zhuyin input method library for 
traditional Chinese'
- 'fcitx-cloudpinyin: Standalone module for fcitx that uses pinyin 
API on the internet to provide additional input candidates'
- 'fcitx-configtool: GTK based config tool for Fcitx'
- 'fcitx-fbterm: Fbterm support for Fcitx'
- 'fcitx-googlepinyin: A fork from google pinyin on android for 
Fcitx'
- 'fcitx-gtk2: GTK2 IM Module for fcitx'
- 'fcitx-gtk3: GTK3 IM Module for fcitx'
- 'fcitx-hangul: Hangul (Korean) support for fcitx'
- 'fcitx-libpinyin: Fcitx Wrapper for libpinyin, Library to deal 
with pinyin'
- 'fcitx-m17n: Multilingual text processing library'
- 'fcitx-mozc: Fcitx Module of A Japanese Input Method for Chromium 
OS, Windows, Mac and Linux (the Open Source Edition of Google Japanese Input)'
- 'fcitx-qt4: QT4 IM Module for fcitx'
- 'fcitx-rime: Rime input method engine (Traditional Chinese)'
- 'fcitx-sunpinyin: Statistical Language Model based pinyin IME by 
Sun'
- 'fcitx-table-extra: Extra tables for Fcitx, including Boshiamy, 
Zhengma, Cangjie3, Cangjie5'
- 'fcitx-table-other: Provides some other tables for Fcitx, fork 
from ibus-table-others, scim-tables'
- 'fcitx-ui-light: Light weight xlib and xft based ui for 

  1   2   >