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

2013-04-14 Thread Gaetan Bisson
Date: Sunday, April 14, 2013 @ 09:04:27
  Author: bisson
Revision: 182748

clean up a bit; never use patch -N or we never know when patches are obsolote

Added:
  inkscape/trunk/spuriouscomma.patch
(from rev 182747, inkscape/trunk/inkscape-0.48.4-spuriouscomma.patch)
Modified:
  inkscape/trunk/PKGBUILD
Deleted:
  inkscape/trunk/inkscape-0.48.4-spuriouscomma.patch

-+
 PKGBUILD|   18 --
 inkscape-0.48.4-spuriouscomma.patch |   11 ---
 spuriouscomma.patch |   11 +++
 3 files changed, 19 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-14 04:48:16 UTC (rev 182747)
+++ PKGBUILD2013-04-14 07:04:27 UTC (rev 182748)
@@ -20,38 +20,36 @@
 'pyxml: some extensions'
 'uniconvertor: reading/writing to some proprietary formats')
 options=('!libtool')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2
-inkscape-0.48.4-spuriouscomma.patch)
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;
+'spuriouscomma.patch')
 sha1sums=('5f26f6ad191d1e7c2a9fb69a438722beb172224c'
   '7d1d5a6d1d2b0926721a994d5889c52890fc57c1')
 
 install=install
 
-build() {
+prepare() {
cd ${srcdir}/${pkgname}-${pkgver}
-   
-   # fix FTBS, patch taken from FC
-   patch -Np0 -i ${srcdir}/inkscape-0.48.4-spuriouscomma.patch
-
+   patch -p0 -i ../spuriouscomma.patch
sed -i 's|/usr/bin/python\|/usr/bin/python2|g' cxxtest/*.py
sed -i 's|/usr/bin/env python\|/usr/bin/env python2|g' 
share/*/{test/,}*.py
sed -i 's|python },|python2 },|g' 
src/extension/implementation/script.cpp
sed -i 's|python -c|python2 -c|g' configure share/extensions/uniconv*.py
sed -i 's|python|python2|g' src/main.cpp
+}
 
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
./configure \
--prefix=/usr \
--with-python \
--with-perl \
--enable-lcms \
--enable-poppler-cairo \
-   --disable-dependency-tracking \
-
+   --disable-dependency-tracking
make
 }
 
 package() {
cd ${srcdir}/${pkgname}-${pkgver}
-
make DESTDIR=${pkgdir} install
 }

Deleted: inkscape-0.48.4-spuriouscomma.patch
===
--- inkscape-0.48.4-spuriouscomma.patch 2013-04-14 04:48:16 UTC (rev 182747)
+++ inkscape-0.48.4-spuriouscomma.patch 2013-04-14 07:04:27 UTC (rev 182748)
@@ -1,11 +0,0 @@
 src/widgets/desktop-widget.h~  2011-07-08 13:25:09.0 -0500
-+++ src/widgets/desktop-widget.h   2013-02-15 16:04:45.806910365 -0600
-@@ -239,7 +239,7 @@
- private:
- GtkWidget *tool_toolbox;
- GtkWidget *aux_toolbox;
--GtkWidget *commands_toolbox,;
-+GtkWidget *commands_toolbox;
- GtkWidget *snap_toolbox;
- 
- static void init(SPDesktopWidget *widget);

Copied: inkscape/trunk/spuriouscomma.patch (from rev 182747, 
inkscape/trunk/inkscape-0.48.4-spuriouscomma.patch)
===
--- spuriouscomma.patch (rev 0)
+++ spuriouscomma.patch 2013-04-14 07:04:27 UTC (rev 182748)
@@ -0,0 +1,11 @@
+--- src/widgets/desktop-widget.h~  2011-07-08 13:25:09.0 -0500
 src/widgets/desktop-widget.h   2013-02-15 16:04:45.806910365 -0600
+@@ -239,7 +239,7 @@
+ private:
+ GtkWidget *tool_toolbox;
+ GtkWidget *aux_toolbox;
+-GtkWidget *commands_toolbox,;
++GtkWidget *commands_toolbox;
+ GtkWidget *snap_toolbox;
+ 
+ static void init(SPDesktopWidget *widget);



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

2013-04-14 Thread Peter Lewis
Date: Sunday, April 14, 2013 @ 14:32:18
  Author: plewis
Revision: 88216

upgpkg: task 2.2.0-1

Modified:
  task/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-13 23:59:05 UTC (rev 88215)
+++ PKGBUILD2013-04-14 12:32:18 UTC (rev 88216)
@@ -5,17 +5,17 @@
 # Contributor: coolkehon coolke...@gmail.com
 
 pkgname=task
-pkgver=2.1.2
-pkgrel=4
+pkgver=2.2.0
+pkgrel=1
 pkgdesc=A command-line todo list manager
 arch=('i686' 'x86_64')
 url=http://taskwarrior.org/projects/show/taskwarrior/;
 license=('MIT')
-depends=('lua' 'util-linux')
-makedepends=('cmake' 'lua')
+depends=('util-linux')
+makedepends=('cmake')
 optdepends=('bash-completion: for bash completion' 'python: for python export 
addon' 'ruby: for ruby export addon' 'perl: for perl export addon' 'perl-json: 
for perl export addon')
 source=(http://www.taskwarrior.org/download/$pkgname-$pkgver.tar.gz)
-sha256sums=('cf5171b54b6d2d2dcd9c559f437cf8a2cb3836c7631edf96a16efbf8b4383e36')
+sha256sums=('39e25dd285e6bc8474337a5868cb2ec55675978fa1f08c802e6da58b4181ee14')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-04-14 Thread Peter Lewis
Date: Sunday, April 14, 2013 @ 14:33:35
  Author: plewis
Revision: 88217

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-14 12:32:18 UTC (rev 88216)
+++ community-i686/PKGBUILD 2013-04-14 12:33:35 UTC (rev 88217)
@@ -1,42 +0,0 @@
-# Maintainer: Peter Lewis ple...@aur.archlinux.org
-# Contributor: TDY t...@gmx.com
-# Contributor: Ray Kohler atara...@gmail.com
-# Contributor: muflax muf...@gmail.com
-# Contributor: coolkehon coolke...@gmail.com
-
-pkgname=task
-pkgver=2.1.2
-pkgrel=4
-pkgdesc=A command-line todo list manager
-arch=('i686' 'x86_64')
-url=http://taskwarrior.org/projects/show/taskwarrior/;
-license=('MIT')
-depends=('lua' 'util-linux')
-makedepends=('cmake' 'lua')
-optdepends=('bash-completion: for bash completion' 'python: for python export 
addon' 'ruby: for ruby export addon' 'perl: for perl export addon' 'perl-json: 
for perl export addon')
-source=(http://www.taskwarrior.org/download/$pkgname-$pkgver.tar.gz)
-sha256sums=('cf5171b54b6d2d2dcd9c559f437cf8a2cb3836c7631edf96a16efbf8b4383e36')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # Note that we rename the bash completion script for bash-completion  1.99, 
until upstream does so.
-  install -Dm644 $pkgdir/usr/share/doc/task/scripts/bash/task.sh 
$pkgdir/usr/share/bash-completion/completions/task
-  install -Dm644 $pkgdir/usr/share/doc/task/scripts/fish/task.fish 
$pkgdir/usr/share/fish/completions/task.fish
-  install -Dm644 $pkgdir/usr/share/doc/task/scripts/zsh/_task 
$pkgdir/usr/share/zsh/site-functions/_task
-
-  install -Dm644 $pkgdir/usr/share/doc/task/scripts/vim/ftdetect/task.vim 
$pkgdir/usr/share/vim/vimfiles/ftdetect/task.vim
-  install -Dm644 $pkgdir/usr/share/doc/task/scripts/vim/syntax/taskdata.vim 
$pkgdir/usr/share/vim/vimfiles/syntax/taskdata.vim
-  install -Dm644 $pkgdir/usr/share/doc/task/scripts/vim/syntax/taskedit.vim 
$pkgdir/usr/share/vim/vimfiles/syntax/taskedit.vim
-  install -Dm644 $pkgdir/usr/share/doc/task/scripts/vim/syntax/taskrc.vim 
$pkgdir/usr/share/vim/vimfiles/syntax/taskrc.vim
-
-  install -Dm644 $srcdir/$pkgname-$pkgver/LICENSE 
$pkgdir/usr/share/licenses/task/LICENSE
-}

Copied: task/repos/community-i686/PKGBUILD (from rev 88216, task/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-14 12:33:35 UTC (rev 88217)
@@ -0,0 +1,42 @@
+# Maintainer: Peter Lewis ple...@aur.archlinux.org
+# Contributor: TDY t...@gmx.com
+# Contributor: Ray Kohler atara...@gmail.com
+# Contributor: muflax muf...@gmail.com
+# Contributor: coolkehon coolke...@gmail.com
+
+pkgname=task
+pkgver=2.2.0
+pkgrel=1
+pkgdesc=A command-line todo list manager
+arch=('i686' 'x86_64')
+url=http://taskwarrior.org/projects/show/taskwarrior/;
+license=('MIT')
+depends=('util-linux')
+makedepends=('cmake')
+optdepends=('bash-completion: for bash completion' 'python: for python export 
addon' 'ruby: for ruby export addon' 'perl: for perl export addon' 'perl-json: 
for perl export addon')
+source=(http://www.taskwarrior.org/download/$pkgname-$pkgver.tar.gz)
+sha256sums=('39e25dd285e6bc8474337a5868cb2ec55675978fa1f08c802e6da58b4181ee14')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # Note that we rename the bash completion script for bash-completion  1.99, 
until upstream does so.
+  install -Dm644 $pkgdir/usr/share/doc/task/scripts/bash/task.sh 
$pkgdir/usr/share/bash-completion/completions/task
+  install -Dm644 $pkgdir/usr/share/doc/task/scripts/fish/task.fish 
$pkgdir/usr/share/fish/completions/task.fish
+  install -Dm644 $pkgdir/usr/share/doc/task/scripts/zsh/_task 
$pkgdir/usr/share/zsh/site-functions/_task
+
+  install -Dm644 $pkgdir/usr/share/doc/task/scripts/vim/ftdetect/task.vim 
$pkgdir/usr/share/vim/vimfiles/ftdetect/task.vim
+  install -Dm644 $pkgdir/usr/share/doc/task/scripts/vim/syntax/taskdata.vim 
$pkgdir/usr/share/vim/vimfiles/syntax/taskdata.vim
+  install -Dm644 $pkgdir/usr/share/doc/task/scripts/vim/syntax/taskedit.vim 

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

2013-04-14 Thread Alexander Rødseth
Date: Sunday, April 14, 2013 @ 17:14:03
  Author: arodseth
Revision: 88218

upgpkg: groovy 2.1.3-1

Modified:
  groovy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-14 12:33:35 UTC (rev 88217)
+++ PKGBUILD2013-04-14 15:14:03 UTC (rev 88218)
@@ -5,7 +5,7 @@
 # Contributor: Andreas W. Hauser andy-...@splashground.de
 
 pkgname=groovy
-pkgver=2.1.0
+pkgver=2.1.3
 pkgrel=1
 pkgdesc='Programming language based on Java, inspired by Python, Ruby and 
Smalltalk'
 arch=('any')
@@ -14,10 +14,10 @@
 depends=('bash' 'java-environment')
 optdepends=('groovy-docs: html and pdf documentation for Groovy')
 makedepends=('unzip')
-source=(http://dist.groovy.codehaus.org/distributions/groovy210/$pkgname-binary-$pkgver.zip;)
-sha256sums=('df08d1496dd4dc3dab8536996602e67723ec566e961458486ae0ee83c2aaa629')
+source=(http://dist.groovy.codehaus.org/distributions/$pkgname-binary-$pkgver.zip;)
+sha256sums=('c8379e19da3f672036d0a9f7383fe7ba143276066077bff29d50c6cbab3f8c0b')
 
-build() {
+prepare() {
   cd $srcdir/$pkgname-$pkgver/embeddable
 
   ln -s $pkgname-all-$pkgver.jar $pkgname-all.jar



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

2013-04-14 Thread Alexander Rødseth
Date: Sunday, April 14, 2013 @ 17:14:40
  Author: arodseth
Revision: 88219

archrelease: copy trunk to community-any

Added:
  groovy/repos/community-any/PKGBUILD
(from rev 88218, groovy/trunk/PKGBUILD)
Deleted:
  groovy/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-14 15:14:03 UTC (rev 88218)
+++ PKGBUILD2013-04-14 15:14:40 UTC (rev 88219)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Musikolo musikoloAThotmailDOTcom
-# Contributor: krani1
-# Contributor: Andreas W. Hauser andy-...@splashground.de
-
-pkgname=groovy
-pkgver=2.1.0
-pkgrel=1
-pkgdesc='Programming language based on Java, inspired by Python, Ruby and 
Smalltalk'
-arch=('any')
-url='http://groovy.codehaus.org/'
-license=('APACHE' 'BSD' 'custom')
-depends=('bash' 'java-environment')
-optdepends=('groovy-docs: html and pdf documentation for Groovy')
-makedepends=('unzip')
-source=(http://dist.groovy.codehaus.org/distributions/groovy210/$pkgname-binary-$pkgver.zip;)
-sha256sums=('df08d1496dd4dc3dab8536996602e67723ec566e961458486ae0ee83c2aaa629')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver/embeddable
-
-  ln -s $pkgname-all-$pkgver.jar $pkgname-all.jar
-  for f in ../bin/*; do
-sed 's:bin/sh:bin/sh\nGROOVY_HOME=/usr/share/groovy:' -i $f
-  done
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  mkdir -p $pkgdir/usr/share/groovy $pkgdir/usr/bin
-  cp -r lib $pkgdir/usr/share/groovy
-  cp -r conf $pkgdir/usr/share/groovy
-  cp -r embeddable $pkgdir/usr/share/groovy
-  cp bin/* $pkgdir/usr/bin
-  find $pkgdir -name '*.bat' -exec rm {} \;
-  # APACHE
-  install -Dm644 LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 CLI-LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/CLI-LICENSE
-  # BSD
-  install -Dm644 ANTLR-LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/ANTLR-LICENSE
-  # custom
-  install -Dm644 ASM-LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/ASM-LICENSE
-  install -Dm644 JSR223-LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/JSR223-LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: groovy/repos/community-any/PKGBUILD (from rev 88218, 
groovy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-14 15:14:40 UTC (rev 88219)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Musikolo musikoloAThotmailDOTcom
+# Contributor: krani1
+# Contributor: Andreas W. Hauser andy-...@splashground.de
+
+pkgname=groovy
+pkgver=2.1.3
+pkgrel=1
+pkgdesc='Programming language based on Java, inspired by Python, Ruby and 
Smalltalk'
+arch=('any')
+url='http://groovy.codehaus.org/'
+license=('APACHE' 'BSD' 'custom')
+depends=('bash' 'java-environment')
+optdepends=('groovy-docs: html and pdf documentation for Groovy')
+makedepends=('unzip')
+source=(http://dist.groovy.codehaus.org/distributions/$pkgname-binary-$pkgver.zip;)
+sha256sums=('c8379e19da3f672036d0a9f7383fe7ba143276066077bff29d50c6cbab3f8c0b')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver/embeddable
+
+  ln -s $pkgname-all-$pkgver.jar $pkgname-all.jar
+  for f in ../bin/*; do
+sed 's:bin/sh:bin/sh\nGROOVY_HOME=/usr/share/groovy:' -i $f
+  done
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  mkdir -p $pkgdir/usr/share/groovy $pkgdir/usr/bin
+  cp -r lib $pkgdir/usr/share/groovy
+  cp -r conf $pkgdir/usr/share/groovy
+  cp -r embeddable $pkgdir/usr/share/groovy
+  cp bin/* $pkgdir/usr/bin
+  find $pkgdir -name '*.bat' -exec rm {} \;
+  # APACHE
+  install -Dm644 LICENSE.txt \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 CLI-LICENSE.txt \
+$pkgdir/usr/share/licenses/$pkgname/CLI-LICENSE
+  # BSD
+  install -Dm644 ANTLR-LICENSE.txt \
+$pkgdir/usr/share/licenses/$pkgname/ANTLR-LICENSE
+  # custom
+  install -Dm644 ASM-LICENSE.txt \
+$pkgdir/usr/share/licenses/$pkgname/ASM-LICENSE
+  install -Dm644 JSR223-LICENSE.txt \
+$pkgdir/usr/share/licenses/$pkgname/JSR223-LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-04-14 Thread Ray Rashif
Date: Sunday, April 14, 2013 @ 18:30:16
  Author: schiv
Revision: 182749

upgpkg: eric4 4.5.10-1

upstream release

Modified:
  eric4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-14 07:04:27 UTC (rev 182748)
+++ PKGBUILD2013-04-14 16:30:16 UTC (rev 182749)
@@ -4,7 +4,7 @@
 # See .contrib for older/other contributors
 
 pkgname=eric4
-pkgver=4.5.9
+pkgver=4.5.10
 pkgrel=1
 pkgdesc=A full-featured Python 2.x and Ruby IDE in PyQt4
 arch=('any')
@@ -15,15 +15,15 @@
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/eric-ide/$pkgname-$pkgver.tar.gz;
 $pkgname.desktop)
-md5sums=('1973ebbaac5c625da8d2b5791f38e621'
+md5sums=('9fe7a1889b28619f9e51b10f19c81bd7'
  'bce515b66a2c63dfc76a0f92edbe2ecb')
 
-build() {
+prepare() {
cd $srcdir/$pkgname-$pkgver
 
# our pyxml is patched
# not version-depending because not critical
-   sed -i 's/v  (0, 8, 6)/v  (0, 8, 4)/' install.py
+   #sed -i 's/v  (0, 8, 6)/v  (0, 8, 4)/' install.py
 }
 
 package() {
@@ -39,3 +39,4 @@
 }
 
 # vim:set ts=2 sw=2 et:
+



[arch-commits] Commit in eric4/repos/extra-any (8 files)

2013-04-14 Thread Ray Rashif
Date: Sunday, April 14, 2013 @ 18:31:05
  Author: schiv
Revision: 182750

archrelease: copy trunk to extra-any

Added:
  eric4/repos/extra-any/.contrib
(from rev 182749, eric4/trunk/.contrib)
  eric4/repos/extra-any/PKGBUILD
(from rev 182749, eric4/trunk/PKGBUILD)
  eric4/repos/extra-any/eric4.desktop
(from rev 182749, eric4/trunk/eric4.desktop)
  eric4/repos/extra-any/eric4.install
(from rev 182749, eric4/trunk/eric4.install)
Deleted:
  eric4/repos/extra-any/.contrib
  eric4/repos/extra-any/PKGBUILD
  eric4/repos/extra-any/eric4.desktop
  eric4/repos/extra-any/eric4.install

---+
 .contrib  |8 ++---
 PKGBUILD  |   83 
 eric4.desktop |   20 ++---
 eric4.install |   20 ++---
 4 files changed, 66 insertions(+), 65 deletions(-)

Deleted: .contrib
===
--- .contrib2013-04-14 16:30:16 UTC (rev 182749)
+++ .contrib2013-04-14 16:31:05 UTC (rev 182750)
@@ -1,4 +0,0 @@
-This is a list of (past) contributors not already credited in the PKGBUILD:
-
-riai r...@bigfoot.com
-Ben b...@benmazer.net

Copied: eric4/repos/extra-any/.contrib (from rev 182749, eric4/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2013-04-14 16:31:05 UTC (rev 182750)
@@ -0,0 +1,4 @@
+This is a list of (past) contributors not already credited in the PKGBUILD:
+
+riai r...@bigfoot.com
+Ben b...@benmazer.net

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-14 16:30:16 UTC (rev 182749)
+++ PKGBUILD2013-04-14 16:31:05 UTC (rev 182750)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# See .contrib for older/other contributors
-
-pkgname=eric4
-pkgver=4.5.9
-pkgrel=1
-pkgdesc=A full-featured Python 2.x and Ruby IDE in PyQt4
-arch=('any')
-url=http://eric-ide.python-projects.org/;
-license=('GPL3')
-depends=('python2-qscintilla')
-conflicts=('eric5')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/eric-ide/$pkgname-$pkgver.tar.gz;
-$pkgname.desktop)
-md5sums=('1973ebbaac5c625da8d2b5791f38e621'
- 'bce515b66a2c63dfc76a0f92edbe2ecb')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-
-   # our pyxml is patched
-   # not version-depending because not critical
-   sed -i 's/v  (0, 8, 6)/v  (0, 8, 4)/' install.py
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-   python2 install.py -c -b /usr/bin -i $pkgdir
-
-  # freedesktop.org compatibility
-   install -Dm644 $srcdir/$pkgname.desktop \
-   $pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 eric/icons/default/eric.png \
-   $pkgdir/usr/share/pixmaps/$pkgname.png
-}
-
-# vim:set ts=2 sw=2 et:

Copied: eric4/repos/extra-any/PKGBUILD (from rev 182749, eric4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-14 16:31:05 UTC (rev 182750)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# See .contrib for older/other contributors
+
+pkgname=eric4
+pkgver=4.5.10
+pkgrel=1
+pkgdesc=A full-featured Python 2.x and Ruby IDE in PyQt4
+arch=('any')
+url=http://eric-ide.python-projects.org/;
+license=('GPL3')
+depends=('python2-qscintilla')
+conflicts=('eric5')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/eric-ide/$pkgname-$pkgver.tar.gz;
+$pkgname.desktop)
+md5sums=('9fe7a1889b28619f9e51b10f19c81bd7'
+ 'bce515b66a2c63dfc76a0f92edbe2ecb')
+
+prepare() {
+   cd $srcdir/$pkgname-$pkgver
+
+   # our pyxml is patched
+   # not version-depending because not critical
+   #sed -i 's/v  (0, 8, 6)/v  (0, 8, 4)/' install.py
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+   python2 install.py -c -b /usr/bin -i $pkgdir
+
+  # freedesktop.org compatibility
+   install -Dm644 $srcdir/$pkgname.desktop \
+   $pkgdir/usr/share/applications/$pkgname.desktop
+  install -Dm644 eric/icons/default/eric.png \
+   $pkgdir/usr/share/pixmaps/$pkgname.png
+}
+
+# vim:set ts=2 sw=2 et:
+

Deleted: eric4.desktop
===
--- eric4.desktop   2013-04-14 16:30:16 UTC (rev 182749)
+++ eric4.desktop   2013-04-14 16:31:05 UTC (rev 182750)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Type=Application
-Exec=eric4
-MimeType=application/x-eric4;
-Icon=eric4
-Terminal=false
-Name=Eric 4
-Comment=Python 2.x  Ruby IDE
-Categories=Qt;Python;Development;IDE;
-StartupNotify=true

Copied: eric4/repos/extra-any/eric4.desktop (from rev 182749, 
eric4/trunk/eric4.desktop)

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

2013-04-14 Thread Ray Rashif
Date: Sunday, April 14, 2013 @ 18:36:02
  Author: schiv
Revision: 182751

remove unneeded fix for pyxml

Modified:
  eric4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-14 16:31:05 UTC (rev 182750)
+++ PKGBUILD2013-04-14 16:36:02 UTC (rev 182751)
@@ -18,14 +18,6 @@
 md5sums=('9fe7a1889b28619f9e51b10f19c81bd7'
  'bce515b66a2c63dfc76a0f92edbe2ecb')
 
-prepare() {
-   cd $srcdir/$pkgname-$pkgver
-
-   # our pyxml is patched
-   # not version-depending because not critical
-   #sed -i 's/v  (0, 8, 6)/v  (0, 8, 4)/' install.py
-}
-
 package() {
   cd $srcdir/$pkgname-$pkgver
 
@@ -39,4 +31,3 @@
 }
 
 # vim:set ts=2 sw=2 et:
-



[arch-commits] Commit in eric4/repos/extra-any (8 files)

2013-04-14 Thread Ray Rashif
Date: Sunday, April 14, 2013 @ 18:38:41
  Author: schiv
Revision: 182752

archrelease: copy trunk to extra-any

Added:
  eric4/repos/extra-any/.contrib
(from rev 182751, eric4/trunk/.contrib)
  eric4/repos/extra-any/PKGBUILD
(from rev 182751, eric4/trunk/PKGBUILD)
  eric4/repos/extra-any/eric4.desktop
(from rev 182751, eric4/trunk/eric4.desktop)
  eric4/repos/extra-any/eric4.install
(from rev 182751, eric4/trunk/eric4.install)
Deleted:
  eric4/repos/extra-any/.contrib
  eric4/repos/extra-any/PKGBUILD
  eric4/repos/extra-any/eric4.desktop
  eric4/repos/extra-any/eric4.install

---+
 .contrib  |8 ++---
 PKGBUILD  |   75 
 eric4.desktop |   20 +++---
 eric4.install |   20 +++---
 4 files changed, 57 insertions(+), 66 deletions(-)

Deleted: .contrib
===
--- .contrib2013-04-14 16:36:02 UTC (rev 182751)
+++ .contrib2013-04-14 16:38:41 UTC (rev 182752)
@@ -1,4 +0,0 @@
-This is a list of (past) contributors not already credited in the PKGBUILD:
-
-riai r...@bigfoot.com
-Ben b...@benmazer.net

Copied: eric4/repos/extra-any/.contrib (from rev 182751, eric4/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2013-04-14 16:38:41 UTC (rev 182752)
@@ -0,0 +1,4 @@
+This is a list of (past) contributors not already credited in the PKGBUILD:
+
+riai r...@bigfoot.com
+Ben b...@benmazer.net

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-14 16:36:02 UTC (rev 182751)
+++ PKGBUILD2013-04-14 16:38:41 UTC (rev 182752)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# See .contrib for older/other contributors
-
-pkgname=eric4
-pkgver=4.5.10
-pkgrel=1
-pkgdesc=A full-featured Python 2.x and Ruby IDE in PyQt4
-arch=('any')
-url=http://eric-ide.python-projects.org/;
-license=('GPL3')
-depends=('python2-qscintilla')
-conflicts=('eric5')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/eric-ide/$pkgname-$pkgver.tar.gz;
-$pkgname.desktop)
-md5sums=('9fe7a1889b28619f9e51b10f19c81bd7'
- 'bce515b66a2c63dfc76a0f92edbe2ecb')
-
-prepare() {
-   cd $srcdir/$pkgname-$pkgver
-
-   # our pyxml is patched
-   # not version-depending because not critical
-   #sed -i 's/v  (0, 8, 6)/v  (0, 8, 4)/' install.py
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-   python2 install.py -c -b /usr/bin -i $pkgdir
-
-  # freedesktop.org compatibility
-   install -Dm644 $srcdir/$pkgname.desktop \
-   $pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 eric/icons/default/eric.png \
-   $pkgdir/usr/share/pixmaps/$pkgname.png
-}
-
-# vim:set ts=2 sw=2 et:
-

Copied: eric4/repos/extra-any/PKGBUILD (from rev 182751, eric4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-14 16:38:41 UTC (rev 182752)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# See .contrib for older/other contributors
+
+pkgname=eric4
+pkgver=4.5.10
+pkgrel=1
+pkgdesc=A full-featured Python 2.x and Ruby IDE in PyQt4
+arch=('any')
+url=http://eric-ide.python-projects.org/;
+license=('GPL3')
+depends=('python2-qscintilla')
+conflicts=('eric5')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/eric-ide/$pkgname-$pkgver.tar.gz;
+$pkgname.desktop)
+md5sums=('9fe7a1889b28619f9e51b10f19c81bd7'
+ 'bce515b66a2c63dfc76a0f92edbe2ecb')
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+   python2 install.py -c -b /usr/bin -i $pkgdir
+
+  # freedesktop.org compatibility
+   install -Dm644 $srcdir/$pkgname.desktop \
+   $pkgdir/usr/share/applications/$pkgname.desktop
+  install -Dm644 eric/icons/default/eric.png \
+   $pkgdir/usr/share/pixmaps/$pkgname.png
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: eric4.desktop
===
--- eric4.desktop   2013-04-14 16:36:02 UTC (rev 182751)
+++ eric4.desktop   2013-04-14 16:38:41 UTC (rev 182752)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Type=Application
-Exec=eric4
-MimeType=application/x-eric4;
-Icon=eric4
-Terminal=false
-Name=Eric 4
-Comment=Python 2.x  Ruby IDE
-Categories=Qt;Python;Development;IDE;
-StartupNotify=true

Copied: eric4/repos/extra-any/eric4.desktop (from rev 182751, 
eric4/trunk/eric4.desktop)
===
--- eric4.desktop   (rev 0)
+++ eric4.desktop   2013-04-14 16:38:41 UTC (rev 182752)
@@ -0,0 +1,10 @@
+[Desktop Entry]

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

2013-04-14 Thread Jan Steffens
Date: Sunday, April 14, 2013 @ 18:40:14
  Author: heftig
Revision: 182753

3.8.1

Modified:
  evolution-data-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-14 16:38:41 UTC (rev 182752)
+++ PKGBUILD2013-04-14 16:40:14 UTC (rev 182753)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=evolution-data-server
-pkgver=3.8.0
+pkgver=3.8.1
 pkgrel=1
 pkgdesc=Centralized access to appointments and contacts
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 url=http://www.gnome.org;
 license=('GPL')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('fff7dca02abc52caa62ddbd93a9135c15da3f21c36c25774f3399fb7a6c1d41e')
+sha256sums=('0425d8b73dcf705840cdf9fc955b3ca05b9aacc6eb2d2d97f159725be3a8b896')
 
 build() {
   cd $pkgname-$pkgver



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

2013-04-14 Thread Jan Steffens
Date: Sunday, April 14, 2013 @ 18:59:39
  Author: heftig
Revision: 182755

3.8.1

Modified:
  evolution/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-14 16:44:17 UTC (rev 182754)
+++ PKGBUILD2013-04-14 16:59:39 UTC (rev 182755)
@@ -3,12 +3,13 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=evolution
-pkgver=3.8.0
+pkgver=3.8.1
 pkgrel=1
 pkgdesc=Manage your email, contacts and schedule
 arch=(i686 x86_64)
 license=(GPL)
-depends=(gnome-desktop evolution-data-server gtkhtml4 libcanberra libpst 
libytnef desktop-file-utils hicolor-icon-theme dconf)
+depends=(gnome-desktop evolution-data-server gtkhtml4 libcanberra libpst 
libytnef psmisc
+ desktop-file-utils hicolor-icon-theme dconf)
 makedepends=(intltool itstool docbook-xsl networkmanager bogofilter 
spamassassin highlight)
 optdepends=('bogofilter: possible junk filter plugin'
 'spamassassin: possible junk filter plugin'
@@ -18,7 +19,7 @@
 install=evolution.install
 url=http://www.gnome.org/projects/evolution/
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('6f78bcce1d4da7640dad8d083cc90de3500d51f190a089c723b0dcced690f642')
+sha256sums=('89b775c5757ddf791d181c82eaee6ddc42252eb54aa2f5dc5a80ff5b9246803b')
 
 build() {
   cd $pkgname-$pkgver



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

2013-04-14 Thread Jan Steffens
Date: Sunday, April 14, 2013 @ 19:05:38
  Author: heftig
Revision: 182756

3.8.1

Modified:
  evolution-ews/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-14 16:59:39 UTC (rev 182755)
+++ PKGBUILD2013-04-14 17:05:38 UTC (rev 182756)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=evolution-ews
-pkgver=3.8.0
+pkgver=3.8.1
 pkgrel=1
 pkgdesc=MS Exchange integration through Exchange Web Services
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'evolution')
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('740f75636c2942892ea3da44721ecd9b060ff32ce20075bb3e4ec0f6aa8fdd87')
+sha256sums=('26fea90285189ee0e370ea04baef31bc0907d0cf400a63fafc9563d378c9')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in evolution-data-server/repos (8 files)

2013-04-14 Thread Jan Steffens
Date: Sunday, April 14, 2013 @ 19:07:37
  Author: heftig
Revision: 182757

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

Added:
  evolution-data-server/repos/testing-i686/PKGBUILD
(from rev 182756, evolution-data-server/trunk/PKGBUILD)
  evolution-data-server/repos/testing-i686/evolution-data-server.install
(from rev 182756, evolution-data-server/trunk/evolution-data-server.install)
  evolution-data-server/repos/testing-x86_64/PKGBUILD
(from rev 182756, evolution-data-server/trunk/PKGBUILD)
  evolution-data-server/repos/testing-x86_64/evolution-data-server.install
(from rev 182756, evolution-data-server/trunk/evolution-data-server.install)
Deleted:
  evolution-data-server/repos/testing-i686/PKGBUILD
  evolution-data-server/repos/testing-i686/evolution-data-server.install
  evolution-data-server/repos/testing-x86_64/PKGBUILD
  evolution-data-server/repos/testing-x86_64/evolution-data-server.install

--+
 /PKGBUILD|   64 +
 /evolution-data-server.install   |   22 
 testing-i686/PKGBUILD|   32 
 testing-i686/evolution-data-server.install   |   11 
 testing-x86_64/PKGBUILD  |   32 
 testing-x86_64/evolution-data-server.install |   11 
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-04-14 17:05:38 UTC (rev 182756)
+++ testing-i686/PKGBUILD   2013-04-14 17:07:37 UTC (rev 182757)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=evolution-data-server
-pkgver=3.8.0
-pkgrel=1
-pkgdesc=Centralized access to appointments and contacts
-arch=('i686' 'x86_64')
-depends=('gnome-online-accounts' 'nss' 'krb5' 'libgweather' 'libical' 'db' 
'libgdata')
-makedepends=('intltool' 'gperf' 'gobject-introspection' 'vala')
-options=('!libtool')
-install=$pkgname.install
-url=http://www.gnome.org;
-license=('GPL')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('fff7dca02abc52caa62ddbd93a9135c15da3f21c36c25774f3399fb7a6c1d41e')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --with-openldap=yes \
-  --libexecdir=/usr/lib/evolution-data-server \
-  --with-krb5=/usr --with-libdb=/usr \
-  --enable-vala-bindings --disable-uoa
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: evolution-data-server/repos/testing-i686/PKGBUILD (from rev 182756, 
evolution-data-server/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-14 17:07:37 UTC (rev 182757)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=evolution-data-server
+pkgver=3.8.1
+pkgrel=1
+pkgdesc=Centralized access to appointments and contacts
+arch=('i686' 'x86_64')
+depends=('gnome-online-accounts' 'nss' 'krb5' 'libgweather' 'libical' 'db' 
'libgdata')
+makedepends=('intltool' 'gperf' 'gobject-introspection' 'vala')
+options=('!libtool')
+install=$pkgname.install
+url=http://www.gnome.org;
+license=('GPL')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0425d8b73dcf705840cdf9fc955b3ca05b9aacc6eb2d2d97f159725be3a8b896')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-openldap=yes \
+  --libexecdir=/usr/lib/evolution-data-server \
+  --with-krb5=/usr --with-libdb=/usr \
+  --enable-vala-bindings --disable-uoa
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: testing-i686/evolution-data-server.install
===
--- testing-i686/evolution-data-server.install  2013-04-14 17:05:38 UTC (rev 
182756)
+++ testing-i686/evolution-data-server.install  2013-04-14 17:07:37 UTC (rev 
182757)
@@ -1,11 +0,0 @@
-post_install () {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade () {
-post_install
-}
-
-post_remove () {
-post_install
-}

Copied: 

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

2013-04-14 Thread Jan Steffens
Date: Sunday, April 14, 2013 @ 19:12:13
  Author: heftig
Revision: 182758

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

Added:
  evolution/repos/testing-i686/PKGBUILD
(from rev 182757, evolution/trunk/PKGBUILD)
  evolution/repos/testing-i686/evolution.install
(from rev 182757, evolution/trunk/evolution.install)
  evolution/repos/testing-x86_64/PKGBUILD
(from rev 182757, evolution/trunk/PKGBUILD)
  evolution/repos/testing-x86_64/evolution.install
(from rev 182757, evolution/trunk/evolution.install)
Deleted:
  evolution/repos/testing-i686/PKGBUILD
  evolution/repos/testing-i686/evolution.install
  evolution/repos/testing-x86_64/PKGBUILD
  evolution/repos/testing-x86_64/evolution.install

--+
 /PKGBUILD|   88 +
 /evolution.install   |   38 +++
 testing-i686/PKGBUILD|   43 --
 testing-i686/evolution.install   |   19 ---
 testing-x86_64/PKGBUILD  |   43 --
 testing-x86_64/evolution.install |   19 ---
 6 files changed, 126 insertions(+), 124 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-04-14 17:07:37 UTC (rev 182757)
+++ testing-i686/PKGBUILD   2013-04-14 17:12:13 UTC (rev 182758)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=evolution
-pkgver=3.8.0
-pkgrel=1
-pkgdesc=Manage your email, contacts and schedule
-arch=(i686 x86_64)
-license=(GPL)
-depends=(gnome-desktop evolution-data-server gtkhtml4 libcanberra libpst 
libytnef desktop-file-utils hicolor-icon-theme dconf)
-makedepends=(intltool itstool docbook-xsl networkmanager bogofilter 
spamassassin highlight)
-optdepends=('bogofilter: possible junk filter plugin'
-'spamassassin: possible junk filter plugin'
-'highlight: text highlight plugin')
-groups=('gnome-extra')
-options=('!libtool' '!emptydirs')
-install=evolution.install
-url=http://www.gnome.org/projects/evolution/
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('6f78bcce1d4da7640dad8d083cc90de3500d51f190a089c723b0dcced690f642')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var \
-  --libexecdir=/usr/lib \
-  --enable-nss=yes \
-  --with-openldap=yes \
-  --enable-smime=yes \
-  --with-krb5=/usr \
-  --disable-schemas-compile
-  
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: evolution/repos/testing-i686/PKGBUILD (from rev 182757, 
evolution/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-14 17:12:13 UTC (rev 182758)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=evolution
+pkgver=3.8.1
+pkgrel=1
+pkgdesc=Manage your email, contacts and schedule
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gnome-desktop evolution-data-server gtkhtml4 libcanberra libpst 
libytnef psmisc
+ desktop-file-utils hicolor-icon-theme dconf)
+makedepends=(intltool itstool docbook-xsl networkmanager bogofilter 
spamassassin highlight)
+optdepends=('bogofilter: possible junk filter plugin'
+'spamassassin: possible junk filter plugin'
+'highlight: text highlight plugin')
+groups=('gnome-extra')
+options=('!libtool' '!emptydirs')
+install=evolution.install
+url=http://www.gnome.org/projects/evolution/
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('89b775c5757ddf791d181c82eaee6ddc42252eb54aa2f5dc5a80ff5b9246803b')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib \
+  --enable-nss=yes \
+  --with-openldap=yes \
+  --enable-smime=yes \
+  --with-krb5=/usr \
+  --disable-schemas-compile
+  
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: testing-i686/evolution.install

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

2013-04-14 Thread Jan Steffens
Date: Sunday, April 14, 2013 @ 19:12:52
  Author: heftig
Revision: 182759

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

Added:
  evolution-ews/repos/testing-i686/PKGBUILD
(from rev 182758, evolution-ews/trunk/PKGBUILD)
  evolution-ews/repos/testing-x86_64/PKGBUILD
(from rev 182758, evolution-ews/trunk/PKGBUILD)
Deleted:
  evolution-ews/repos/testing-i686/PKGBUILD
  evolution-ews/repos/testing-x86_64/PKGBUILD

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-04-14 17:12:13 UTC (rev 182758)
+++ testing-i686/PKGBUILD   2013-04-14 17:12:52 UTC (rev 182759)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=evolution-ews
-pkgver=3.8.0
-pkgrel=1
-pkgdesc=MS Exchange integration through Exchange Web Services
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-url=http://www.gnome.org;
-depends=('evolution-data-server' 'gtkhtml4' 'gnome-desktop')
-makedepends=('intltool' 'evolution')
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('740f75636c2942892ea3da44721ecd9b060ff32ce20075bb3e4ec0f6aa8fdd87')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/evolution --disable-static --with-krb5
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: evolution-ews/repos/testing-i686/PKGBUILD (from rev 182758, 
evolution-ews/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-14 17:12:52 UTC (rev 182759)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=evolution-ews
+pkgver=3.8.1
+pkgrel=1
+pkgdesc=MS Exchange integration through Exchange Web Services
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+url=http://www.gnome.org;
+depends=('evolution-data-server' 'gtkhtml4' 'gnome-desktop')
+makedepends=('intltool' 'evolution')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('26fea90285189ee0e370ea04baef31bc0907d0cf400a63fafc9563d378c9')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/evolution --disable-static --with-krb5
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2013-04-14 17:12:13 UTC (rev 182758)
+++ testing-x86_64/PKGBUILD 2013-04-14 17:12:52 UTC (rev 182759)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=evolution-ews
-pkgver=3.8.0
-pkgrel=1
-pkgdesc=MS Exchange integration through Exchange Web Services
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-url=http://www.gnome.org;
-depends=('evolution-data-server' 'gtkhtml4' 'gnome-desktop')
-makedepends=('intltool' 'evolution')
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('740f75636c2942892ea3da44721ecd9b060ff32ce20075bb3e4ec0f6aa8fdd87')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/evolution --disable-static --with-krb5
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: evolution-ews/repos/testing-x86_64/PKGBUILD (from rev 182758, 
evolution-ews/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-14 17:12:52 UTC (rev 182759)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=evolution-ews
+pkgver=3.8.1
+pkgrel=1
+pkgdesc=MS Exchange integration through Exchange Web Services
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+url=http://www.gnome.org;
+depends=('evolution-data-server' 'gtkhtml4' 'gnome-desktop')
+makedepends=('intltool' 'evolution')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('26fea90285189ee0e370ea04baef31bc0907d0cf400a63fafc9563d378c9')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/evolution --disable-static 

[arch-commits] Commit in systemd/trunk (4 files)

2013-04-14 Thread Dave Reisner
Date: Sunday, April 14, 2013 @ 19:41:42
  Author: dreisner
Revision: 182760

upgpkg: systemd 201-2

- backport trivial fixes from git master

Added:
  systemd/trunk/0001-fileio-in-envfiles-do-not-skip-lines-following-empty.patch
  systemd/trunk/0001-journal-fix-broken-tags-_SOURCE_REALTIME_TIMESTAMP-a.patch
  systemd/trunk/0001-logind-avoid-creating-stale-session-state-files.patch
Modified:
  systemd/trunk/PKGBUILD

-+
 0001-fileio-in-envfiles-do-not-skip-lines-following-empty.patch |  167 
++
 0001-journal-fix-broken-tags-_SOURCE_REALTIME_TIMESTAMP-a.patch |   35 ++
 0001-logind-avoid-creating-stale-session-state-files.patch  |   48 ++
 PKGBUILD|   10 
 4 files changed, 260 insertions(+)

Added: 0001-fileio-in-envfiles-do-not-skip-lines-following-empty.patch
===
--- 0001-fileio-in-envfiles-do-not-skip-lines-following-empty.patch 
(rev 0)
+++ 0001-fileio-in-envfiles-do-not-skip-lines-following-empty.patch 
2013-04-14 17:41:42 UTC (rev 182760)
@@ -0,0 +1,167 @@
+From d3b6d0c21ea5a0d15ec6dbd8b8d179138b7463bc Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= zbys...@in.waw.pl
+Date: Sat, 13 Apr 2013 20:22:53 -0400
+Subject: [PATCH] fileio: in envfiles, do not skip lines following empty lines
+
+https://bugs.freedesktop.org/show_bug.cgi?id=63477
+---
+ src/binfmt/binfmt.c |  2 +-
+ src/journal/catalog.c   |  2 +-
+ src/modules-load/modules-load.c |  2 +-
+ src/shared/conf-parser.c|  2 +-
+ src/shared/install.c|  2 +-
+ src/shared/util.h   |  2 +-
+ src/sysctl/sysctl.c |  2 +-
+ src/test/test-unit-file.c   | 31 +++
+ 8 files changed, 38 insertions(+), 7 deletions(-)
+
+diff --git a/src/binfmt/binfmt.c b/src/binfmt/binfmt.c
+index 9ca1e60..5a42b3d 100644
+--- a/src/binfmt/binfmt.c
 b/src/binfmt/binfmt.c
+@@ -110,7 +110,7 @@ static int apply_file(const char *path, bool 
ignore_enoent) {
+ p = strstrip(l);
+ if (!*p)
+ continue;
+-if (strchr(COMMENTS, *p))
++if (strchr(COMMENTS \n, *p))
+ continue;
+ 
+ k = apply_rule(p);
+diff --git a/src/journal/catalog.c b/src/journal/catalog.c
+index ebf0622..7681af6 100644
+--- a/src/journal/catalog.c
 b/src/journal/catalog.c
+@@ -180,7 +180,7 @@ int catalog_import_file(Hashmap *h, struct strbuf *sb, 
const char *path) {
+ continue;
+ }
+ 
+-if (strchr(COMMENTS, line[0]))
++if (strchr(COMMENTS \n, line[0]))
+ continue;
+ 
+ if (empty_line 
+diff --git a/src/modules-load/modules-load.c b/src/modules-load/modules-load.c
+index 9ee2603..b3f7af0 100644
+--- a/src/modules-load/modules-load.c
 b/src/modules-load/modules-load.c
+@@ -206,7 +206,7 @@ static int apply_file(struct kmod_ctx *ctx, const char 
*path, bool ignore_enoent
+ l = strstrip(line);
+ if (!*l)
+ continue;
+-if (strchr(COMMENTS, *l))
++if (strchr(COMMENTS \n, *l))
+ continue;
+ 
+ k = load_module(ctx, l);
+diff --git a/src/shared/conf-parser.c b/src/shared/conf-parser.c
+index fbacf98..fea2e56 100644
+--- a/src/shared/conf-parser.c
 b/src/shared/conf-parser.c
+@@ -174,7 +174,7 @@ static int parse_line(
+ if (!*l)
+ return 0;
+ 
+-if (strchr(COMMENTS, *l))
++if (strchr(COMMENTS \n, *l))
+ return 0;
+ 
+ if (startswith(l, .include )) {
+diff --git a/src/shared/install.c b/src/shared/install.c
+index f9d223e..71e0433 100644
+--- a/src/shared/install.c
 b/src/shared/install.c
+@@ -1699,7 +1699,7 @@ int unit_file_query_preset(UnitFileScope scope, const 
char *name) {
+ if (!*l)
+ continue;
+ 
+-if (strchr(COMMENTS, *l))
++if (strchr(COMMENTS \n, *l))
+ continue;
+ 
+ if (first_word(l, enable)) {
+diff --git a/src/shared/util.h b/src/shared/util.h
+index 99ec0a3..ad97536 100644
+--- a/src/shared/util.h
 b/src/shared/util.h
+@@ -52,7 +52,7 @@ union dirent_storage {
+ #define WHITESPACE  \t\n\r
+ #define NEWLINE \n\r
+ #define QUOTES \\'
+-#define COMMENTS #;\n
++#define COMMENTS #;
+ 
+ #define FORMAT_BYTES_MAX 8
+ 
+diff --git a/src/sysctl/sysctl.c b/src/sysctl/sysctl.c
+index e0ba78a..db18dd9 100644
+--- a/src/sysctl/sysctl.c
 b/src/sysctl/sysctl.c
+@@ -149,7 +149,7 @@ static int parse_file(Hashmap *sysctl_options, const char 
*path, bool ignore_eno
+

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

2013-04-14 Thread Dave Reisner
Date: Sunday, April 14, 2013 @ 19:43:08
  Author: dreisner
Revision: 182761

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

Added:
  
systemd/repos/testing-i686/0001-fileio-in-envfiles-do-not-skip-lines-following-empty.patch
(from rev 182760, 
systemd/trunk/0001-fileio-in-envfiles-do-not-skip-lines-following-empty.patch)
  
systemd/repos/testing-i686/0001-journal-fix-broken-tags-_SOURCE_REALTIME_TIMESTAMP-a.patch
(from rev 182760, 
systemd/trunk/0001-journal-fix-broken-tags-_SOURCE_REALTIME_TIMESTAMP-a.patch)
  
systemd/repos/testing-i686/0001-logind-avoid-creating-stale-session-state-files.patch
(from rev 182760, 
systemd/trunk/0001-logind-avoid-creating-stale-session-state-files.patch)
  systemd/repos/testing-i686/PKGBUILD
(from rev 182760, systemd/trunk/PKGBUILD)
  systemd/repos/testing-i686/initcpio-hook-udev
(from rev 182760, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-i686/initcpio-install-timestamp
(from rev 182760, systemd/trunk/initcpio-install-timestamp)
  systemd/repos/testing-i686/initcpio-install-udev
(from rev 182760, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-i686/systemd.install
(from rev 182760, systemd/trunk/systemd.install)
  systemd/repos/testing-i686/use-split-usr-path.patch
(from rev 182760, systemd/trunk/use-split-usr-path.patch)
  
systemd/repos/testing-x86_64/0001-fileio-in-envfiles-do-not-skip-lines-following-empty.patch
(from rev 182760, 
systemd/trunk/0001-fileio-in-envfiles-do-not-skip-lines-following-empty.patch)
  
systemd/repos/testing-x86_64/0001-journal-fix-broken-tags-_SOURCE_REALTIME_TIMESTAMP-a.patch
(from rev 182760, 
systemd/trunk/0001-journal-fix-broken-tags-_SOURCE_REALTIME_TIMESTAMP-a.patch)
  
systemd/repos/testing-x86_64/0001-logind-avoid-creating-stale-session-state-files.patch
(from rev 182760, 
systemd/trunk/0001-logind-avoid-creating-stale-session-state-files.patch)
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 182760, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 182760, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-timestamp
(from rev 182760, systemd/trunk/initcpio-install-timestamp)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 182760, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/systemd.install
(from rev 182760, systemd/trunk/systemd.install)
  systemd/repos/testing-x86_64/use-split-usr-path.patch
(from rev 182760, systemd/trunk/use-split-usr-path.patch)
Deleted:
  systemd/repos/testing-i686/PKGBUILD
  systemd/repos/testing-i686/initcpio-hook-udev
  systemd/repos/testing-i686/initcpio-install-timestamp
  systemd/repos/testing-i686/initcpio-install-udev
  systemd/repos/testing-i686/systemd.install
  systemd/repos/testing-i686/use-split-usr-path.patch
  systemd/repos/testing-x86_64/PKGBUILD
  systemd/repos/testing-x86_64/initcpio-hook-udev
  systemd/repos/testing-x86_64/initcpio-install-timestamp
  systemd/repos/testing-x86_64/initcpio-install-udev
  systemd/repos/testing-x86_64/systemd.install
  systemd/repos/testing-x86_64/use-split-usr-path.patch

+
 /PKGBUILD  
|  304 ++
 /initcpio-hook-udev
|   40 +
 /initcpio-install-timestamp
|   28 
 /initcpio-install-udev 
|   56 +
 /systemd.install   
|  174 +
 /use-split-usr-path.patch  
|   28 
 testing-i686/0001-fileio-in-envfiles-do-not-skip-lines-following-empty.patch   
|  167 +
 testing-i686/0001-journal-fix-broken-tags-_SOURCE_REALTIME_TIMESTAMP-a.patch   
|   35 +
 testing-i686/0001-logind-avoid-creating-stale-session-state-files.patch
|   48 +
 testing-i686/PKGBUILD  
|  142 
 testing-i686/initcpio-hook-udev
|   20 
 testing-i686/initcpio-install-timestamp
|   14 
 testing-i686/initcpio-install-udev 
|   28 
 testing-i686/systemd.install   
|   87 --
 testing-i686/use-split-usr-path.patch  
|   14 
 testing-x86_64/0001-fileio-in-envfiles-do-not-skip-lines-following-empty.patch 
|  167 +
 testing-x86_64/0001-journal-fix-broken-tags-_SOURCE_REALTIME_TIMESTAMP-a.patch 
|   35 +
 testing-x86_64/0001-logind-avoid-creating-stale-session-state-files.patch  
|   48 +
 testing-x86_64/PKGBUILD
|  142 

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

2013-04-14 Thread Jan Steffens
Date: Sunday, April 14, 2013 @ 20:35:34
  Author: heftig
Revision: 182762

3.8.1

Modified:
  gnome-calculator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-14 17:43:08 UTC (rev 182761)
+++ PKGBUILD2013-04-14 18:35:34 UTC (rev 182762)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-calculator
-pkgver=3.8.0
+pkgver=3.8.1
 pkgrel=1
 pkgdesc=GNOME Scientific calculator
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 url=http://www.gnome.org;
 install=gnome-calculator.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver::3}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('7db18629bd7e17ab65b771d554eeef0cd3cf7985a86e5a82c755c42c1b092824')
+sha256sums=('24ae856c90a3df62c52dc413ceb2c9bad15e7ad146de0469b53c70681a4ad435')
 
 build() {
   cd $pkgname-$pkgver



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

2013-04-14 Thread Jan Steffens
Date: Sunday, April 14, 2013 @ 20:36:26
  Author: heftig
Revision: 182763

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

Added:
  gnome-calculator/repos/testing-i686/PKGBUILD
(from rev 182762, gnome-calculator/trunk/PKGBUILD)
  gnome-calculator/repos/testing-i686/gnome-calculator.install
(from rev 182762, gnome-calculator/trunk/gnome-calculator.install)
  gnome-calculator/repos/testing-x86_64/PKGBUILD
(from rev 182762, gnome-calculator/trunk/PKGBUILD)
  gnome-calculator/repos/testing-x86_64/gnome-calculator.install
(from rev 182762, gnome-calculator/trunk/gnome-calculator.install)
Deleted:
  gnome-calculator/repos/testing-i686/PKGBUILD
  gnome-calculator/repos/testing-i686/gnome-calculator.install
  gnome-calculator/repos/testing-x86_64/PKGBUILD
  gnome-calculator/repos/testing-x86_64/gnome-calculator.install

-+
 /PKGBUILD   |   64 ++
 /gnome-calculator.install   |   22 ++
 testing-i686/PKGBUILD   |   32 ---
 testing-i686/gnome-calculator.install   |   11 -
 testing-x86_64/PKGBUILD |   32 ---
 testing-x86_64/gnome-calculator.install |   11 -
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-04-14 18:35:34 UTC (rev 182762)
+++ testing-i686/PKGBUILD   2013-04-14 18:36:26 UTC (rev 182763)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=gnome-calculator
-pkgver=3.8.0
-pkgrel=1
-pkgdesc=GNOME Scientific calculator
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk3' 'dconf')
-makedepends=('intltool' 'yelp-tools' 'vala')
-groups=('gnome')
-replaces=('gcalctool')
-conflicts=('gcalctool')
-options=(!emptydirs)
-url=http://www.gnome.org;
-install=gnome-calculator.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver::3}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('7db18629bd7e17ab65b771d554eeef0cd3cf7985a86e5a82c755c42c1b092824')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-compile \
-  --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: gnome-calculator/repos/testing-i686/PKGBUILD (from rev 182762, 
gnome-calculator/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-14 18:36:26 UTC (rev 182763)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-calculator
+pkgver=3.8.1
+pkgrel=1
+pkgdesc=GNOME Scientific calculator
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'dconf')
+makedepends=('intltool' 'yelp-tools' 'vala')
+groups=('gnome')
+replaces=('gcalctool')
+conflicts=('gcalctool')
+options=(!emptydirs)
+url=http://www.gnome.org;
+install=gnome-calculator.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver::3}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('24ae856c90a3df62c52dc413ceb2c9bad15e7ad146de0469b53c70681a4ad435')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-compile \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Deleted: testing-i686/gnome-calculator.install
===
--- testing-i686/gnome-calculator.install   2013-04-14 18:35:34 UTC (rev 
182762)
+++ testing-i686/gnome-calculator.install   2013-04-14 18:36:26 UTC (rev 
182763)
@@ -1,11 +0,0 @@
-post_install() {
-  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: gnome-calculator/repos/testing-i686/gnome-calculator.install (from rev 
182762, gnome-calculator/trunk/gnome-calculator.install)
===
--- testing-i686/gnome-calculator.install   (rev 0)
+++ testing-i686/gnome-calculator.install   2013-04-14 18:36:26 UTC (rev 
182763)
@@ -0,0 +1,11 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2013-04-14 18:35:34 UTC (rev 182762)
+++ testing-x86_64/PKGBUILD 2013-04-14 18:36:26 UTC (rev 182763)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens 

[arch-commits] Commit in ettercap/trunk (4 files)

2013-04-14 Thread Evangelos Foutras
Date: Sunday, April 14, 2013 @ 20:44:57
  Author: foutrelis
Revision: 88224

Enable usage of pkexec.

Modified:
  ettercap/trunk/PKGBUILD
  ettercap/trunk/ettercap-gtk.install
  ettercap/trunk/ettercap.desktop
  ettercap/trunk/org.archlinux.pkexec.ettercap.policy

--+
 PKGBUILD |   25 -
 ettercap-gtk.install |   12 ++--
 ettercap.desktop |2 +-
 3 files changed, 19 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-14 18:17:49 UTC (rev 88223)
+++ PKGBUILD2013-04-14 18:44:57 UTC (rev 88224)
@@ -13,7 +13,9 @@
 makedepends=('ghostscript' 'cmake' 'libpcap' 'libltdl' 'libnet' 'gtk2')
 options=('!libtool' '!makeflags' '!emptydirs')
 source=(https://github.com/Ettercap/ettercap/archive/v$pkgver.tar.gz; 
ettercap.desktop org.archlinux.pkexec.ettercap.policy)
-md5sums=('7c5f5e1fd4002afdfd13765ef92866e1')
+md5sums=('7c5f5e1fd4002afdfd13765ef92866e1'
+ '51ae9f08e37a0621b3caeedb8e4d47d7'
+ '473867a0ee6da9cfb048b3d332c3d71f')
 build() {
   cd ${srcdir}
 
@@ -43,31 +45,28 @@
 
 package_ettercap-gtk() {
   pkgdesc=A network sniffer/interceptor/logger for ethernet LANs - GTK 
frontend
-  depends+=('gtk2')
+  depends+=('gtk2' 'polkit')
   backup=('etc/ettercap/etter.conf')
   conflicts=('ettercap')
   provides=('ettercap')
-#install='ettercap-gtk.install'
+  install='ettercap-gtk.install'
 
   install -d $pkgdir/usr/share/polkit-1/actions/
   cd ${srcdir}/${pkgbase}-${pkgver}-gtk/build
   make DESTDIR=${pkgdir} install
 
-#  install -Dm644 ${srcdir}/ettercap.desktop 
${pkgdir}/usr/share/applications/ettercap.desktop
-#  install -Dm644 ${srcdir}/${pkgbase}-${pkgver}-gtk/desktop/ettercap.svg 
${pkgdir}/usr/share/icons/hicolor/scalable/apps/ettercap.svg
+  install -Dm644 ${srcdir}/ettercap.desktop 
${pkgdir}/usr/share/applications/ettercap.desktop
+  install -Dm644 ${srcdir}/${pkgbase}-${pkgver}-gtk/desktop/ettercap.svg 
${pkgdir}/usr/share/icons/hicolor/scalable/apps/ettercap.svg
 
   # Install policy file
-#  install -Dm644 ${srcdir}/org.archlinux.pkexec.ettercap.policy 
${pkgdir}/usr/share/polkit-1/actions/org.archlinux.pkexec.ettercap.policy
+  install -Dm644 ${srcdir}/org.archlinux.pkexec.ettercap.policy 
${pkgdir}/usr/share/polkit-1/actions/org.archlinux.pkexec.ettercap.policy
 
   # We need rename the original script
-#  mv ${pkgdir}/usr/bin/ettercap ${pkgdir}/usr/bin/ettercap.elf
+  mv ${pkgdir}/usr/bin/ettercap ${pkgdir}/usr/bin/ettercap.elf
 
   # Install launcher script
-#  echo '#!/bin/sh'  ${pkgdir}/usr/bin/ettercap
-#echo 'pkexec --disable-internal-agent /usr/bin/ettercap.elf $@'  
${pkgdir}/usr/bin/ettercap
-#  chmod 755 ${pkgdir}/usr/bin/ettercap
+  echo '#!/bin/sh'  ${pkgdir}/usr/bin/ettercap
+  echo 'pkexec --disable-internal-agent /usr/bin/ettercap.elf $@'  
${pkgdir}/usr/bin/ettercap
+  chmod 755 ${pkgdir}/usr/bin/ettercap
 
 }
-md5sums=('7c5f5e1fd4002afdfd13765ef92866e1'
- '21fe8aee8c7eb34bd5757a4de485ca06'
- 'd20a6137008edd3fae01757cb193b870')

Modified: ettercap-gtk.install
===
--- ettercap-gtk.install2013-04-14 18:17:49 UTC (rev 88223)
+++ ettercap-gtk.install2013-04-14 18:44:57 UTC (rev 88224)
@@ -1,14 +1,14 @@
 post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  echo 'If you use a lightweight windowmanager, remember to run'
-  echo '/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 to 
enable'
-  echo 'graphical authentication, which may be needed for pkexec to work.'
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  echo 'If you use a lightweight windowmanager, remember to run'
+  echo '/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 to enable'
+  echo 'graphical authentication, which may be needed for pkexec to work.'
 }
 
 post_upgrade() {
-  post_install
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }
 
 post_remove() {
-  post_install
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }

Modified: ettercap.desktop
===
--- ettercap.desktop2013-04-14 18:17:49 UTC (rev 88223)
+++ ettercap.desktop2013-04-14 18:44:57 UTC (rev 88224)
@@ -1,7 +1,7 @@
 [Desktop Entry]
 Name=Ettercap
 Comment=Nework sniffer/analyser
-Exec=ettercap
+Exec=ettercap -G
 Icon=ettercap
 Terminal=false
 Type=Application

Modified: org.archlinux.pkexec.ettercap.policy
===
(Binary files differ)



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

2013-04-14 Thread Ray Rashif
Date: Sunday, April 14, 2013 @ 20:45:10
  Author: schiv
Revision: 182764

upgpkg: eric 5.3.2-1

upstream release

Modified:
  eric/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-14 18:36:26 UTC (rev 182763)
+++ PKGBUILD2013-04-14 18:45:10 UTC (rev 182764)
@@ -4,7 +4,7 @@
 # See .contrib for older/other contributors
 
 pkgname=eric
-pkgver=5.3.1
+pkgver=5.3.2
 pkgrel=1
 pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
 arch=('any')
@@ -17,19 +17,21 @@
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
 $pkgname.desktop)
-md5sums=('222ec8c1fe57956c74f9b2e365b64c8e'
+md5sums=('a56a272b32f7f9eea46e8998f984aa72'
  '8aa446c29e6de54e85410e040e754c6e')
 
-build() {
+prepare() {
   cd $srcdir/eric5-$pkgver
 
-  # some freedesktop.org compatibility adjustments
+  # some freedesktop.org compatibility adjustments (referenced at runtime)
+  # TODO: check if this is still needed, else move to package()
   for i in $(grep -R eric5.desktop . | sed 's/:.*//' | sort -u); do
 sed -i s/eric5.desktop/eric.desktop/ $i
   done
 
+  # desktop file later needed during build
   rm eric/eric5.desktop
-  install -m644 ../$pkgname.desktop eric/$pkgname.desktop
+  install -m644 $srcdir/$pkgname.desktop eric/$pkgname.desktop
 }
 
 package() {



[arch-commits] Commit in eric/repos/extra-any (8 files)

2013-04-14 Thread Ray Rashif
Date: Sunday, April 14, 2013 @ 20:45:30
  Author: schiv
Revision: 182765

archrelease: copy trunk to extra-any

Added:
  eric/repos/extra-any/.contrib
(from rev 182764, eric/trunk/.contrib)
  eric/repos/extra-any/PKGBUILD
(from rev 182764, eric/trunk/PKGBUILD)
  eric/repos/extra-any/eric.desktop
(from rev 182764, eric/trunk/eric.desktop)
  eric/repos/extra-any/eric.install
(from rev 182764, eric/trunk/eric.install)
Deleted:
  eric/repos/extra-any/.contrib
  eric/repos/extra-any/PKGBUILD
  eric/repos/extra-any/eric.desktop
  eric/repos/extra-any/eric.install

--+
 .contrib |   14 +++---
 PKGBUILD |  116 -
 eric.desktop |   20 -
 eric.install |   20 -
 4 files changed, 86 insertions(+), 84 deletions(-)

Deleted: .contrib
===
--- .contrib2013-04-14 18:45:10 UTC (rev 182764)
+++ .contrib2013-04-14 18:45:30 UTC (rev 182765)
@@ -1,7 +0,0 @@
-This is a list of (past) contributors not already credited in the PKGBUILD:
-
-Eric Belanger e...@archlinux.org
-riai r...@bigfoot.com
-Ben b...@benmazer.net
-Daniel J Griffiths ghost1...@archlinux.us
-Felix Rohrbach f...@gmx.de

Copied: eric/repos/extra-any/.contrib (from rev 182764, eric/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2013-04-14 18:45:30 UTC (rev 182765)
@@ -0,0 +1,7 @@
+This is a list of (past) contributors not already credited in the PKGBUILD:
+
+Eric Belanger e...@archlinux.org
+riai r...@bigfoot.com
+Ben b...@benmazer.net
+Daniel J Griffiths ghost1...@archlinux.us
+Felix Rohrbach f...@gmx.de

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-14 18:45:10 UTC (rev 182764)
+++ PKGBUILD2013-04-14 18:45:30 UTC (rev 182765)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# See .contrib for older/other contributors
-
-pkgname=eric
-pkgver=5.3.1
-pkgrel=1
-pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
-arch=('any')
-url=http://eric-ide.python-projects.org/;
-license=('GPL3')
-depends=('python-qscintilla')
-conflicts=('eric5')
-provides=('eric5')
-replaces=('eric5')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
-$pkgname.desktop)
-md5sums=('222ec8c1fe57956c74f9b2e365b64c8e'
- '8aa446c29e6de54e85410e040e754c6e')
-
-build() {
-  cd $srcdir/eric5-$pkgver
-
-  # some freedesktop.org compatibility adjustments
-  for i in $(grep -R eric5.desktop . | sed 's/:.*//' | sort -u); do
-sed -i s/eric5.desktop/eric.desktop/ $i
-  done
-
-  rm eric/eric5.desktop
-  install -m644 ../$pkgname.desktop eric/$pkgname.desktop
-}
-
-package() {
-  cd $srcdir/eric5-$pkgver
-
-  python install.py -c -b /usr/bin -i $pkgdir
-
-  # Remove files conflicting with eric4
-  # what are we doing here?
-  # TODO: tell upstream to fix their stuff
-  #   and allow installation of eric4 + eric5
-  #   OR package these files separately eg. 'eric-common'
-  rm $pkgdir/usr/share/qt4/qsci/api/python/zope-2.10.7.api
-  rm $pkgdir/usr/share/qt4/qsci/api/python/zope-2.11.2.api
-  rm $pkgdir/usr/share/qt4/qsci/api/python/zope-3.3.1.api
-  rm $pkgdir/usr/share/qt4/qsci/api/ruby/Ruby-1.8.7.api
-
-  # some canonical symlinks
-  cd $pkgdir/usr/bin
-  for i in *; do
-ln -s /usr/bin/$i ${i/eric5/eric}
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: eric/repos/extra-any/PKGBUILD (from rev 182764, eric/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-14 18:45:30 UTC (rev 182765)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# See .contrib for older/other contributors
+
+pkgname=eric
+pkgver=5.3.2
+pkgrel=1
+pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
+arch=('any')
+url=http://eric-ide.python-projects.org/;
+license=('GPL3')
+depends=('python-qscintilla')
+conflicts=('eric5')
+provides=('eric5')
+replaces=('eric5')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
+$pkgname.desktop)
+md5sums=('a56a272b32f7f9eea46e8998f984aa72'
+ '8aa446c29e6de54e85410e040e754c6e')
+
+prepare() {
+  cd $srcdir/eric5-$pkgver
+
+  # some freedesktop.org compatibility adjustments (referenced at runtime)
+  # TODO: check if this is still needed, else move to package()
+  for i in $(grep -R eric5.desktop . | sed 's/:.*//' | sort -u); do
+sed -i s/eric5.desktop/eric.desktop/ $i
+  done
+
+  # desktop file later needed during build
+  rm eric/eric5.desktop
+  install -m644 $srcdir/$pkgname.desktop eric/$pkgname.desktop
+}
+
+package() {
+  cd $srcdir/eric5-$pkgver
+
+  

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

2013-04-14 Thread Jelle van der Waa
Date: Sunday, April 14, 2013 @ 21:00:25
  Author: jelle
Revision: 88225

upgpkg: ettercap 0.7.6-2

added pkexec and desktop file

Modified:
  ettercap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-14 18:44:57 UTC (rev 88224)
+++ PKGBUILD2013-04-14 19:00:25 UTC (rev 88225)
@@ -5,7 +5,7 @@
 pkgbase=ettercap
 pkgname=('ettercap' 'ettercap-gtk')
 pkgver=0.7.6
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=http://ettercap.github.com/ettercap/;
 license=('GPL')
@@ -49,6 +49,7 @@
   backup=('etc/ettercap/etter.conf')
   conflicts=('ettercap')
   provides=('ettercap')
+  optdepends=('polkit-gnome')
   install='ettercap-gtk.install'
 
   install -d $pkgdir/usr/share/polkit-1/actions/



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

2013-04-14 Thread Jelle van der Waa
Date: Sunday, April 14, 2013 @ 21:02:25
  Author: jelle
Revision: 88226

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

Added:
  ettercap/repos/community-i686/PKGBUILD
(from rev 88225, ettercap/trunk/PKGBUILD)
  ettercap/repos/community-i686/ettercap-gtk.install
(from rev 88225, ettercap/trunk/ettercap-gtk.install)
  ettercap/repos/community-i686/ettercap.desktop
(from rev 88225, ettercap/trunk/ettercap.desktop)
  ettercap/repos/community-i686/org.archlinux.pkexec.ettercap.policy
(from rev 88225, ettercap/trunk/org.archlinux.pkexec.ettercap.policy)
  ettercap/repos/community-x86_64/PKGBUILD
(from rev 88225, ettercap/trunk/PKGBUILD)
  ettercap/repos/community-x86_64/ettercap-gtk.install
(from rev 88225, ettercap/trunk/ettercap-gtk.install)
  ettercap/repos/community-x86_64/ettercap.desktop
(from rev 88225, ettercap/trunk/ettercap.desktop)
  ettercap/repos/community-x86_64/org.archlinux.pkexec.ettercap.policy
(from rev 88225, ettercap/trunk/org.archlinux.pkexec.ettercap.policy)
Deleted:
  ettercap/repos/community-i686/PKGBUILD
  ettercap/repos/community-i686/ettercap-gtk.install
  ettercap/repos/community-i686/ettercap.desktop
  ettercap/repos/community-i686/org.archlinux.pkexec.ettercap.policy
  ettercap/repos/community-x86_64/PKGBUILD
  ettercap/repos/community-x86_64/ettercap-gtk.install
  ettercap/repos/community-x86_64/ettercap.desktop
  ettercap/repos/community-x86_64/org.archlinux.pkexec.ettercap.policy

---+
 /PKGBUILD |  146 
 /ettercap-gtk.install |   28 ++
 /ettercap.desktop |   16 +++
 community-i686/PKGBUILD   |   73 
 community-i686/ettercap-gtk.install   |   14 ---
 community-i686/ettercap.desktop   |8 -
 community-x86_64/PKGBUILD |   73 
 community-x86_64/ettercap-gtk.install |   14 ---
 community-x86_64/ettercap.desktop |8 -
 9 files changed, 190 insertions(+), 190 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-14 19:00:25 UTC (rev 88225)
+++ community-i686/PKGBUILD 2013-04-14 19:02:25 UTC (rev 88226)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgbase=ettercap
-pkgname=('ettercap' 'ettercap-gtk')
-pkgver=0.7.6
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://ettercap.github.com/ettercap/;
-license=('GPL')
-depends=('openssl' 'libpcap' 'pcre' 'libltdl' 'libnet')
-makedepends=('ghostscript' 'cmake' 'libpcap' 'libltdl' 'libnet' 'gtk2')
-options=('!libtool' '!makeflags' '!emptydirs')
-source=(https://github.com/Ettercap/ettercap/archive/v$pkgver.tar.gz; 
ettercap.desktop org.archlinux.pkexec.ettercap.policy)
-md5sums=('7c5f5e1fd4002afdfd13765ef92866e1')
-build() {
-  cd ${srcdir}
-
-  cp -r ${pkgbase}-${pkgver} ${pkgbase}-${pkgver}-gtk
-
-  cd ${pkgbase}-${pkgver}
-  mkdir build
-  cd build
-  cmake -D ENABLE_GTK=OFF -D CMAKE_INSTALL_PREFIX=/usr -D INSTALL_PREFIX=/usr 
-D CMAKE_BUILD_TYPE=RELEASE ../
-  make
-
-  cd $srcdir/${pkgbase}-${pkgver}-gtk
-  mkdir build
-  cd build
-  cmake -D ENABLE_GTK=ON -D CMAKE_INSTALL_PREFIX=/usr -D INSTALL_PREFIX=/usr 
-D CMAKE_BUILD_TYPE=RELEASE ../
-  make
-}
-
-package_ettercap() {
-  pkgdesc=A network sniffer/interceptor/logger for ethernet LANs - console
-  backup=('etc/ettercap/etter.conf')
-  conflicts=('ettercap-gtk')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}/build
-  make DESTDIR=${pkgdir} install
-}
-
-package_ettercap-gtk() {
-  pkgdesc=A network sniffer/interceptor/logger for ethernet LANs - GTK 
frontend
-  depends+=('gtk2')
-  backup=('etc/ettercap/etter.conf')
-  conflicts=('ettercap')
-  provides=('ettercap')
-#install='ettercap-gtk.install'
-
-  install -d $pkgdir/usr/share/polkit-1/actions/
-  cd ${srcdir}/${pkgbase}-${pkgver}-gtk/build
-  make DESTDIR=${pkgdir} install
-
-#  install -Dm644 ${srcdir}/ettercap.desktop 
${pkgdir}/usr/share/applications/ettercap.desktop
-#  install -Dm644 ${srcdir}/${pkgbase}-${pkgver}-gtk/desktop/ettercap.svg 
${pkgdir}/usr/share/icons/hicolor/scalable/apps/ettercap.svg
-
-  # Install policy file
-#  install -Dm644 ${srcdir}/org.archlinux.pkexec.ettercap.policy 
${pkgdir}/usr/share/polkit-1/actions/org.archlinux.pkexec.ettercap.policy
-
-  # We need rename the original script
-#  mv ${pkgdir}/usr/bin/ettercap ${pkgdir}/usr/bin/ettercap.elf
-
-  # Install launcher script
-#  echo '#!/bin/sh'  ${pkgdir}/usr/bin/ettercap
-#echo 'pkexec --disable-internal-agent /usr/bin/ettercap.elf $@'  
${pkgdir}/usr/bin/ettercap
-#  chmod 755 ${pkgdir}/usr/bin/ettercap
-
-}
-md5sums=('7c5f5e1fd4002afdfd13765ef92866e1'
- '21fe8aee8c7eb34bd5757a4de485ca06'
- 'd20a6137008edd3fae01757cb193b870')

Copied: ettercap/repos/community-i686/PKGBUILD (from rev 88225, 
ettercap/trunk/PKGBUILD)

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

2013-04-14 Thread Andrzej Giniewicz
Date: Sunday, April 14, 2013 @ 21:37:13
  Author: aginiewicz
Revision: 88227

upgpkg: python2-traits 4.3.0-1

new release

Modified:
  python2-traits/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-14 19:02:25 UTC (rev 88226)
+++ PKGBUILD2013-04-14 19:37:13 UTC (rev 88227)
@@ -2,28 +2,27 @@
 # Maintainer: Andrzej Giniewicz ggi...@gmail.com
 
 pkgname=python2-traits
-pkgver=4.2.0
-_githubtag=0afc79d
-pkgrel=2
+pkgver=4.3.0
+pkgrel=1
 pkgdesc=Explicitly typed attributes for Python
 arch=('i686' 'x86_64')
-url=http://code.enthought.com/projects/traits/;
+url=https://github.com/enthought/traits;
 license=('BSD')
 depends=('python2-numpy')
 makedepends=('python2-distribute')
 options=(!emptydirs)
 
-source=($pkgname-$pkgver.tar.gz::https://github.com/enthought/traits/tarball/${pkgver};)
-md5sums=('835c83c320ed1109ca05fa4ae4556828')
+source=($pkgname-$pkgver.tar.gz::https://github.com/enthought/traits/archive/${pkgver}.tar.gz;)
+md5sums=('f78c15c44e0f965cc2ab799806a80388')
 
 build() {
-  cd $srcdir/enthought-traits-${_githubtag}
+  cd $srcdir/traits-$pkgver
 
   python2 setup.py build
 }
 
 package() {
-  cd $srcdir/enthought-traits-${_githubtag}
+  cd $srcdir/traits-$pkgver
 
   python2 setup.py install --root=$pkgdir/ --optimize=1
 



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

2013-04-14 Thread Andrzej Giniewicz
Date: Sunday, April 14, 2013 @ 21:37:35
  Author: aginiewicz
Revision: 88228

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

Added:
  python2-traits/repos/community-i686/PKGBUILD
(from rev 88227, python2-traits/trunk/PKGBUILD)
  python2-traits/repos/community-x86_64/PKGBUILD
(from rev 88227, python2-traits/trunk/PKGBUILD)
Deleted:
  python2-traits/repos/community-i686/PKGBUILD
  python2-traits/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-14 19:37:13 UTC (rev 88227)
+++ community-i686/PKGBUILD 2013-04-14 19:37:35 UTC (rev 88228)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz ggi...@gmail.com
-
-pkgname=python2-traits
-pkgver=4.2.0
-_githubtag=0afc79d
-pkgrel=2
-pkgdesc=Explicitly typed attributes for Python
-arch=('i686' 'x86_64')
-url=http://code.enthought.com/projects/traits/;
-license=('BSD')
-depends=('python2-numpy')
-makedepends=('python2-distribute')
-options=(!emptydirs)
-
-source=($pkgname-$pkgver.tar.gz::https://github.com/enthought/traits/tarball/${pkgver};)
-md5sums=('835c83c320ed1109ca05fa4ae4556828')
-
-build() {
-  cd $srcdir/enthought-traits-${_githubtag}
-
-  python2 setup.py build
-}
-
-package() {
-  cd $srcdir/enthought-traits-${_githubtag}
-
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-
-  install -D LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: python2-traits/repos/community-i686/PKGBUILD (from rev 88227, 
python2-traits/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-14 19:37:35 UTC (rev 88228)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz ggi...@gmail.com
+
+pkgname=python2-traits
+pkgver=4.3.0
+pkgrel=1
+pkgdesc=Explicitly typed attributes for Python
+arch=('i686' 'x86_64')
+url=https://github.com/enthought/traits;
+license=('BSD')
+depends=('python2-numpy')
+makedepends=('python2-distribute')
+options=(!emptydirs)
+
+source=($pkgname-$pkgver.tar.gz::https://github.com/enthought/traits/archive/${pkgver}.tar.gz;)
+md5sums=('f78c15c44e0f965cc2ab799806a80388')
+
+build() {
+  cd $srcdir/traits-$pkgver
+
+  python2 setup.py build
+}
+
+package() {
+  cd $srcdir/traits-$pkgver
+
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+
+  install -D LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-14 19:37:13 UTC (rev 88227)
+++ community-x86_64/PKGBUILD   2013-04-14 19:37:35 UTC (rev 88228)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz ggi...@gmail.com
-
-pkgname=python2-traits
-pkgver=4.2.0
-_githubtag=0afc79d
-pkgrel=2
-pkgdesc=Explicitly typed attributes for Python
-arch=('i686' 'x86_64')
-url=http://code.enthought.com/projects/traits/;
-license=('BSD')
-depends=('python2-numpy')
-makedepends=('python2-distribute')
-options=(!emptydirs)
-
-source=($pkgname-$pkgver.tar.gz::https://github.com/enthought/traits/tarball/${pkgver};)
-md5sums=('835c83c320ed1109ca05fa4ae4556828')
-
-build() {
-  cd $srcdir/enthought-traits-${_githubtag}
-
-  python2 setup.py build
-}
-
-package() {
-  cd $srcdir/enthought-traits-${_githubtag}
-
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-
-  install -D LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: python2-traits/repos/community-x86_64/PKGBUILD (from rev 88227, 
python2-traits/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-04-14 19:37:35 UTC (rev 88228)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz ggi...@gmail.com
+
+pkgname=python2-traits
+pkgver=4.3.0
+pkgrel=1
+pkgdesc=Explicitly typed attributes for Python
+arch=('i686' 'x86_64')
+url=https://github.com/enthought/traits;
+license=('BSD')
+depends=('python2-numpy')
+makedepends=('python2-distribute')
+options=(!emptydirs)
+
+source=($pkgname-$pkgver.tar.gz::https://github.com/enthought/traits/archive/${pkgver}.tar.gz;)
+md5sums=('f78c15c44e0f965cc2ab799806a80388')
+
+build() {
+  cd $srcdir/traits-$pkgver
+
+  python2 setup.py build
+}
+
+package() {
+  cd $srcdir/traits-$pkgver
+
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+
+  install -D LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+



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

2013-04-14 Thread Andrzej Giniewicz
Date: Sunday, April 14, 2013 @ 21:41:26
  Author: aginiewicz
Revision: 88229

upgpkg: python2-pyface 4.3.0-1

new release

Modified:
  python2-pyface/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-14 19:37:35 UTC (rev 88228)
+++ PKGBUILD2013-04-14 19:41:26 UTC (rev 88229)
@@ -2,12 +2,11 @@
 # Maintainer: Andrzej Giniewicz ggi...@gmail.com
 
 pkgname=python2-pyface
-pkgver=4.2.0
-_githubtag=1656f42
-pkgrel=2
+pkgver=4.3.0
+pkgrel=1
 pkgdesc=Traits-capable windowing framework
 arch=('any')
-url=http://code.enthought.com/projects/traits_ui/;
+url=https://github.com/enthought/pyface;
 license=('BSD')
 depends=('python2-traits')
 makedepends=('python2-distribute')
@@ -15,17 +14,17 @@
 'wxpython: for wx backend')
 options=(!emptydirs)
 
-source=($pkgname-$pkgver.tar.gz::https://github.com/enthought/pyface/tarball/${pkgver};)
-md5sums=('02d27c19b0c96ece69574622ef28a354')
+source=($pkgname-$pkgver.tar.gz::https://github.com/enthought/pyface/archive/${pkgver}.tar.gz;)
+md5sums=('0ebc97074dc8d7170c03048108055759')
 
 build() {
-  cd $srcdir/enthought-pyface-${_githubtag}
+  cd $srcdir/pyface-$pkgver
 
   python2 setup.py build
 }
 
 package() {
-  cd $srcdir/enthought-pyface-${_githubtag}
+  cd $srcdir/pyface-$pkgver
 
   python2 setup.py install --root=$pkgdir/ --optimize=1
 



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

2013-04-14 Thread Andrzej Giniewicz
Date: Sunday, April 14, 2013 @ 21:41:34
  Author: aginiewicz
Revision: 88230

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-14 19:41:26 UTC (rev 88229)
+++ PKGBUILD2013-04-14 19:41:34 UTC (rev 88230)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz ggi...@gmail.com
-
-pkgname=python2-pyface
-pkgver=4.2.0
-_githubtag=1656f42
-pkgrel=2
-pkgdesc=Traits-capable windowing framework
-arch=('any')
-url=http://code.enthought.com/projects/traits_ui/;
-license=('BSD')
-depends=('python2-traits')
-makedepends=('python2-distribute')
-optdepends=('python2-pyqt: for Qt backend'
-'wxpython: for wx backend')
-options=(!emptydirs)
-
-source=($pkgname-$pkgver.tar.gz::https://github.com/enthought/pyface/tarball/${pkgver};)
-md5sums=('02d27c19b0c96ece69574622ef28a354')
-
-build() {
-  cd $srcdir/enthought-pyface-${_githubtag}
-
-  python2 setup.py build
-}
-
-package() {
-  cd $srcdir/enthought-pyface-${_githubtag}
-
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-
-  install -D LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: python2-pyface/repos/community-any/PKGBUILD (from rev 88229, 
python2-pyface/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-14 19:41:34 UTC (rev 88230)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz ggi...@gmail.com
+
+pkgname=python2-pyface
+pkgver=4.3.0
+pkgrel=1
+pkgdesc=Traits-capable windowing framework
+arch=('any')
+url=https://github.com/enthought/pyface;
+license=('BSD')
+depends=('python2-traits')
+makedepends=('python2-distribute')
+optdepends=('python2-pyqt: for Qt backend'
+'wxpython: for wx backend')
+options=(!emptydirs)
+
+source=($pkgname-$pkgver.tar.gz::https://github.com/enthought/pyface/archive/${pkgver}.tar.gz;)
+md5sums=('0ebc97074dc8d7170c03048108055759')
+
+build() {
+  cd $srcdir/pyface-$pkgver
+
+  python2 setup.py build
+}
+
+package() {
+  cd $srcdir/pyface-$pkgver
+
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+
+  install -D LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+



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

2013-04-14 Thread Andrzej Giniewicz
Date: Sunday, April 14, 2013 @ 21:43:50
  Author: aginiewicz
Revision: 88231

upgpkg: python2-traitsui 4.3.0-1

new release

Modified:
  python2-traitsui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-14 19:41:34 UTC (rev 88230)
+++ PKGBUILD2013-04-14 19:43:50 UTC (rev 88231)
@@ -2,28 +2,27 @@
 # Maintainer: Andrzej Giniewicz ggi...@gmail.com
 
 pkgname=python2-traitsui
-pkgver=4.2.0
-_githubtag=cfd5c30
-pkgrel=2
+pkgver=4.3.0
+pkgrel=1
 pkgdesc=Traits-capable user interfaces
 arch=('any')
-url=http://code.enthought.com/projects/traits_ui/;
+url=https://github.com/enthought/traitsui;
 license=('BSD')
 depends=('python2-pyface')
 makedepends=('python2-distribute')
 options=(!emptydirs)
 
-source=($pkgname-$pkgver.tar.gz::https://github.com/enthought/traitsui/tarball/${pkgver};)
-md5sums=('e7888fb9de420c5d91793d8b35d8211e')
+source=($pkgname-$pkgver.tar.gz::https://github.com/enthought/traitsui/archive/${pkgver}.tar.gz;)
+md5sums=('23b63f254d268666c816f1954c34b41a')
 
 build() {
-  cd $srcdir/enthought-traitsui-${_githubtag}
+  cd $srcdir/traitsui-$pkgver
 
   python2 setup.py build
 }
 
 package() {
-  cd $srcdir/enthought-traitsui-${_githubtag}
+  cd $srcdir/traitsui-$pkgver
 
   python2 setup.py install --root=$pkgdir/ --optimize=1
 



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

2013-04-14 Thread Andrzej Giniewicz
Date: Sunday, April 14, 2013 @ 21:43:58
  Author: aginiewicz
Revision: 88232

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-14 19:43:50 UTC (rev 88231)
+++ PKGBUILD2013-04-14 19:43:58 UTC (rev 88232)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz ggi...@gmail.com
-
-pkgname=python2-traitsui
-pkgver=4.2.0
-_githubtag=cfd5c30
-pkgrel=2
-pkgdesc=Traits-capable user interfaces
-arch=('any')
-url=http://code.enthought.com/projects/traits_ui/;
-license=('BSD')
-depends=('python2-pyface')
-makedepends=('python2-distribute')
-options=(!emptydirs)
-
-source=($pkgname-$pkgver.tar.gz::https://github.com/enthought/traitsui/tarball/${pkgver};)
-md5sums=('e7888fb9de420c5d91793d8b35d8211e')
-
-build() {
-  cd $srcdir/enthought-traitsui-${_githubtag}
-
-  python2 setup.py build
-}
-
-package() {
-  cd $srcdir/enthought-traitsui-${_githubtag}
-
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-
-  install -D LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: python2-traitsui/repos/community-any/PKGBUILD (from rev 88231, 
python2-traitsui/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-14 19:43:58 UTC (rev 88232)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz ggi...@gmail.com
+
+pkgname=python2-traitsui
+pkgver=4.3.0
+pkgrel=1
+pkgdesc=Traits-capable user interfaces
+arch=('any')
+url=https://github.com/enthought/traitsui;
+license=('BSD')
+depends=('python2-pyface')
+makedepends=('python2-distribute')
+options=(!emptydirs)
+
+source=($pkgname-$pkgver.tar.gz::https://github.com/enthought/traitsui/archive/${pkgver}.tar.gz;)
+md5sums=('23b63f254d268666c816f1954c34b41a')
+
+build() {
+  cd $srcdir/traitsui-$pkgver
+
+  python2 setup.py build
+}
+
+package() {
+  cd $srcdir/traitsui-$pkgver
+
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+
+  install -D LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+



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

2013-04-14 Thread Andrzej Giniewicz
Date: Sunday, April 14, 2013 @ 21:48:11
  Author: aginiewicz
Revision: 88233

upgpkg: python2-apptools 4.2.0-1

new release

Modified:
  python2-apptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-14 19:43:58 UTC (rev 88232)
+++ PKGBUILD2013-04-14 19:48:11 UTC (rev 88233)
@@ -2,28 +2,27 @@
 # Maintainer: Andrzej Giniewicz ggi...@gmail.com
 
 pkgname=python2-apptools
-pkgver=4.1.0
-_githubtag=b04f9dd
-pkgrel=3
+pkgver=4.2.0
+pkgrel=1
 pkgdesc=Application tools
 arch=('any')
-url=http://code.enthought.com/projects/app_tools/;
+url=https://github.com/enthought/apptools;
 license=('BSD')
 depends=('python2-configobj' 'python2-traitsui')
 makedepends=('python2-distribute')
 options=(!emptydirs)
 
-source=($pkgname-$pkgver.tar.gz::https://github.com/enthought/apptools/tarball/${pkgver};)
-md5sums=('31e07316f953a499620d818343021728')
+source=($pkgname-$pkgver.tar.gz::https://github.com/enthought/apptools/archive/${pkgver}.tar.gz;)
+md5sums=('7b10c256c248cc0b89f7e1dad47f6972')
 
 build() {
-  cd $srcdir/enthought-apptools-${_githubtag}
+  cd $srcdir/apptools-$pkgver
 
   python2 setup.py build
 }
 
 package() {
-  cd $srcdir/enthought-apptools-${_githubtag}
+  cd $srcdir/apptools-$pkgver
 
   python2 setup.py install --root=$pkgdir/  --optimize=1
 



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

2013-04-14 Thread Andrzej Giniewicz
Date: Sunday, April 14, 2013 @ 21:48:19
  Author: aginiewicz
Revision: 88234

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-14 19:48:11 UTC (rev 88233)
+++ PKGBUILD2013-04-14 19:48:19 UTC (rev 88234)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz ggi...@gmail.com
-
-pkgname=python2-apptools
-pkgver=4.1.0
-_githubtag=b04f9dd
-pkgrel=3
-pkgdesc=Application tools
-arch=('any')
-url=http://code.enthought.com/projects/app_tools/;
-license=('BSD')
-depends=('python2-configobj' 'python2-traitsui')
-makedepends=('python2-distribute')
-options=(!emptydirs)
-
-source=($pkgname-$pkgver.tar.gz::https://github.com/enthought/apptools/tarball/${pkgver};)
-md5sums=('31e07316f953a499620d818343021728')
-
-build() {
-  cd $srcdir/enthought-apptools-${_githubtag}
-
-  python2 setup.py build
-}
-
-package() {
-  cd $srcdir/enthought-apptools-${_githubtag}
-
-  python2 setup.py install --root=$pkgdir/  --optimize=1
-
-  install -D LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: python2-apptools/repos/community-any/PKGBUILD (from rev 88233, 
python2-apptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-14 19:48:19 UTC (rev 88234)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz ggi...@gmail.com
+
+pkgname=python2-apptools
+pkgver=4.2.0
+pkgrel=1
+pkgdesc=Application tools
+arch=('any')
+url=https://github.com/enthought/apptools;
+license=('BSD')
+depends=('python2-configobj' 'python2-traitsui')
+makedepends=('python2-distribute')
+options=(!emptydirs)
+
+source=($pkgname-$pkgver.tar.gz::https://github.com/enthought/apptools/archive/${pkgver}.tar.gz;)
+md5sums=('7b10c256c248cc0b89f7e1dad47f6972')
+
+build() {
+  cd $srcdir/apptools-$pkgver
+
+  python2 setup.py build
+}
+
+package() {
+  cd $srcdir/apptools-$pkgver
+
+  python2 setup.py install --root=$pkgdir/  --optimize=1
+
+  install -D LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+



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

2013-04-14 Thread Andrzej Giniewicz
Date: Sunday, April 14, 2013 @ 21:50:31
  Author: aginiewicz
Revision: 88235

upgpkg: python2-envisage 4.3.0-1

new release

Modified:
  python2-envisage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-14 19:48:19 UTC (rev 88234)
+++ PKGBUILD2013-04-14 19:50:31 UTC (rev 88235)
@@ -2,28 +2,27 @@
 # Maintainer: Andrzej Giniewicz ggi...@gmail.com
 
 pkgname=python2-envisage
-pkgver=4.2.0
-_githubtag=a326011
-pkgrel=2
+pkgver=4.3.0
+pkgrel=1
 pkgdesc=Extensible Application Framework
 arch=('any')
-url=http://code.enthought.com/projects/envisage/;
+url=https://github.com/enthought/envisage;
 license=('BSD')
 depends=('python2-apptools')
 makedepends=('python2-distribute')
 options=(!emptydirs)
 
-source=($pkgname-$pkgver.tar.gz::https://github.com/enthought/envisage/tarball/${pkgver};)
-md5sums=('65a2a31be206abc8ce8f6afaaf4b9234')
+source=($pkgname-$pkgver.tar.gz::https://github.com/enthought/envisage/archive/${pkgver}.tar.gz;)
+md5sums=('80439d265c92e2c14a680a58d7cb8f16')
 
 build() {
-  cd $srcdir/enthought-envisage-${_githubtag}
+  cd $srcdir/envisage-$pkgver
 
   python2 setup.py build
 }
 
 package() {
-  cd $srcdir/enthought-envisage-${_githubtag}
+  cd $srcdir/envisage-$pkgver
 
   python2 setup.py install --root=$pkgdir/ --optimize=1
 



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

2013-04-14 Thread Andrzej Giniewicz
Date: Sunday, April 14, 2013 @ 21:50:39
  Author: aginiewicz
Revision: 88236

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-14 19:50:31 UTC (rev 88235)
+++ PKGBUILD2013-04-14 19:50:39 UTC (rev 88236)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz ggi...@gmail.com
-
-pkgname=python2-envisage
-pkgver=4.2.0
-_githubtag=a326011
-pkgrel=2
-pkgdesc=Extensible Application Framework
-arch=('any')
-url=http://code.enthought.com/projects/envisage/;
-license=('BSD')
-depends=('python2-apptools')
-makedepends=('python2-distribute')
-options=(!emptydirs)
-
-source=($pkgname-$pkgver.tar.gz::https://github.com/enthought/envisage/tarball/${pkgver};)
-md5sums=('65a2a31be206abc8ce8f6afaaf4b9234')
-
-build() {
-  cd $srcdir/enthought-envisage-${_githubtag}
-
-  python2 setup.py build
-}
-
-package() {
-  cd $srcdir/enthought-envisage-${_githubtag}
-
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-
-  install -D LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: python2-envisage/repos/community-any/PKGBUILD (from rev 88235, 
python2-envisage/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-14 19:50:39 UTC (rev 88236)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz ggi...@gmail.com
+
+pkgname=python2-envisage
+pkgver=4.3.0
+pkgrel=1
+pkgdesc=Extensible Application Framework
+arch=('any')
+url=https://github.com/enthought/envisage;
+license=('BSD')
+depends=('python2-apptools')
+makedepends=('python2-distribute')
+options=(!emptydirs)
+
+source=($pkgname-$pkgver.tar.gz::https://github.com/enthought/envisage/archive/${pkgver}.tar.gz;)
+md5sums=('80439d265c92e2c14a680a58d7cb8f16')
+
+build() {
+  cd $srcdir/envisage-$pkgver
+
+  python2 setup.py build
+}
+
+package() {
+  cd $srcdir/envisage-$pkgver
+
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+
+  install -D LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+



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

2013-04-14 Thread Andrzej Giniewicz
Date: Sunday, April 14, 2013 @ 22:01:55
  Author: aginiewicz
Revision: 88237

upgpkg: mayavi 4.3.0-1

new release

Modified:
  mayavi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-14 19:50:39 UTC (rev 88236)
+++ PKGBUILD2013-04-14 20:01:55 UTC (rev 88237)
@@ -2,12 +2,11 @@
 # Maintainer: Andrzej Giniewicz ggi...@gmail.com
 
 pkgname=mayavi
-pkgver=4.2.0
-_githubtag=a1e562a
-pkgrel=4
+pkgver=4.3.0
+pkgrel=1
 pkgdesc=A 3-dimensional visualizer of scientific data
 arch=('i686' 'x86_64')
-url=http://code.enthought.com/projects/mayavi/;
+url=https://github.com/enthought/mayavi;
 license=('BSD')
 depends=('ipython2' 'vtk' 'python2-envisage' 'wxpython')
 makedepends=('python2-distribute' 'python2-sphinx' 'xorg-server-xvfb' 
'twisted')
@@ -15,17 +14,12 @@
 provides=('python2-mayavi')
 options=(!emptydirs)
 
-source=($pkgname-$pkgver.tar.gz::https://github.com/enthought/mayavi/tarball/${pkgver};
-vtk-5.10.patch)
-md5sums=('b46fb048176002738de64eed8d2b447a'
- '01b8375392b5d3f587e81ba388a8089f')
+source=($pkgname-$pkgver.tar.gz::https://github.com/enthought/mayavi/archive/${pkgver}.tar.gz;)
+md5sums=('7708d85a77c427c8dfbeb914630d31be')
 
 build() {
-  cd $srcdir/enthought-mayavi-${_githubtag}
+  cd $srcdir/mayavi-$pkgver
 
-  # Add compatibility for vtk 5.10 (FS#31498)
-  patch -p1  ../vtk-5.10.patch
-
   # Use python2-sphinx provided sphinx-build2
   sed -i -e 's/sphinx-build/sphinx-build2/' docs/Makefile*
 
@@ -42,8 +36,6 @@
 build/lib.linux-$CARCH-2.7/mayavi/preferences/preferences.ini
   ln -s 
$srcdir/enthought-mayavi-${_githubtag}/tvtk/plugins/scene/preferences.ini \
 build/lib.linux-$CARCH-2.7/tvtk/plugins/scene/preferences.ini
-  ln -s $srcdir/enthought-mayavi-${_githubtag}/mayavi/core/lut \
-build/lib.linux-$CARCH-2.7/mayavi/core/lut
 
   # now this is ugly, but docs do not build without X. We setup X according to:
   # 
http://docs.enthought.com/mayavi/mayavi/tips.html#rendering-using-the-virtual-framebuffer
@@ -58,11 +50,10 @@
   rm build/lib.linux-$CARCH-2.7/tvtk/tvtk_classes.zip
   rm build/lib.linux-$CARCH-2.7/mayavi/preferences/preferences.ini
   rm build/lib.linux-$CARCH-2.7/tvtk/plugins/scene/preferences.ini
-  rm build/lib.linux-$CARCH-2.7/mayavi/core/lut
 }
 
 package() {
-  cd $srcdir/enthought-mayavi-${_githubtag}
+  cd $srcdir/mayavi-$pkgver
 
   python2 setup.py install --root=$pkgdir/ --optimize=1
 



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

2013-04-14 Thread Andrzej Giniewicz
Date: Sunday, April 14, 2013 @ 22:02:10
  Author: aginiewicz
Revision: 88238

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

Added:
  mayavi/repos/community-i686/PKGBUILD
(from rev 88237, mayavi/trunk/PKGBUILD)
  mayavi/repos/community-i686/vtk-5.10.patch
(from rev 88237, mayavi/trunk/vtk-5.10.patch)
  mayavi/repos/community-x86_64/PKGBUILD
(from rev 88237, mayavi/trunk/PKGBUILD)
  mayavi/repos/community-x86_64/vtk-5.10.patch
(from rev 88237, mayavi/trunk/vtk-5.10.patch)
Deleted:
  mayavi/repos/community-i686/PKGBUILD
  mayavi/repos/community-i686/vtk-5.10.patch
  mayavi/repos/community-x86_64/PKGBUILD
  mayavi/repos/community-x86_64/vtk-5.10.patch

-+
 /PKGBUILD   |  138 +++
 /vtk-5.10.patch |  166 ++
 community-i686/PKGBUILD |   78 -
 community-i686/vtk-5.10.patch   |   83 ---
 community-x86_64/PKGBUILD   |   78 -
 community-x86_64/vtk-5.10.patch |   83 ---
 6 files changed, 304 insertions(+), 322 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-14 20:01:55 UTC (rev 88237)
+++ community-i686/PKGBUILD 2013-04-14 20:02:10 UTC (rev 88238)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz ggi...@gmail.com
-
-pkgname=mayavi
-pkgver=4.2.0
-_githubtag=a1e562a
-pkgrel=4
-pkgdesc=A 3-dimensional visualizer of scientific data
-arch=('i686' 'x86_64')
-url=http://code.enthought.com/projects/mayavi/;
-license=('BSD')
-depends=('ipython2' 'vtk' 'python2-envisage' 'wxpython')
-makedepends=('python2-distribute' 'python2-sphinx' 'xorg-server-xvfb' 
'twisted')
-replaces=('python2-mayavi')
-provides=('python2-mayavi')
-options=(!emptydirs)
-
-source=($pkgname-$pkgver.tar.gz::https://github.com/enthought/mayavi/tarball/${pkgver};
-vtk-5.10.patch)
-md5sums=('b46fb048176002738de64eed8d2b447a'
- '01b8375392b5d3f587e81ba388a8089f')
-
-build() {
-  cd $srcdir/enthought-mayavi-${_githubtag}
-
-  # Add compatibility for vtk 5.10 (FS#31498)
-  patch -p1  ../vtk-5.10.patch
-
-  # Use python2-sphinx provided sphinx-build2
-  sed -i -e 's/sphinx-build/sphinx-build2/' docs/Makefile*
-
-  # Fix distutils compatibility
-  sed -i -e 's/distutils.Version/distutils.version/' mayavi/modules/text.py
-  sed -i -e 's/distutils.Version/distutils.version/' tvtk/tools/mlab.py
-
-  # set path so autodoc can find just built modules
-  echo 
sys.path.append('$srcdir/enthought-mayavi-${_githubtag}/build/lib.linux-$CARCH-2.7/')
  docs/source/mayavi/conf.py
-  mkdir -p 
build/lib.linux-$CARCH-2.7/{tvtk/plugins/scene,mayavi/preferences,mayavi/core}
-  ln -s $srcdir/enthought-mayavi-${_githubtag}/tvtk/tvtk_classes.zip \
-build/lib.linux-$CARCH-2.7/tvtk/tvtk_classes.zip
-  ln -s 
$srcdir/enthought-mayavi-${_githubtag}/mayavi/preferences/preferences.ini \
-build/lib.linux-$CARCH-2.7/mayavi/preferences/preferences.ini
-  ln -s 
$srcdir/enthought-mayavi-${_githubtag}/tvtk/plugins/scene/preferences.ini \
-build/lib.linux-$CARCH-2.7/tvtk/plugins/scene/preferences.ini
-  ln -s $srcdir/enthought-mayavi-${_githubtag}/mayavi/core/lut \
-build/lib.linux-$CARCH-2.7/mayavi/core/lut
-
-  # now this is ugly, but docs do not build without X. We setup X according to:
-  # 
http://docs.enthought.com/mayavi/mayavi/tips.html#rendering-using-the-virtual-framebuffer
-  export DISPLAY=:69
-  Xvfb $DISPLAY 
-
-  # build!
-  python2 setup.py build
-
-  # have to kill the server to proceed, and do other cleanup
-  kill `cat /tmp/.X${DISPLAY/:/}-lock`
-  rm build/lib.linux-$CARCH-2.7/tvtk/tvtk_classes.zip
-  rm build/lib.linux-$CARCH-2.7/mayavi/preferences/preferences.ini
-  rm build/lib.linux-$CARCH-2.7/tvtk/plugins/scene/preferences.ini
-  rm build/lib.linux-$CARCH-2.7/mayavi/core/lut
-}
-
-package() {
-  cd $srcdir/enthought-mayavi-${_githubtag}
-
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-
-  cp -r docs/build/* ${pkgdir}/usr/lib/python2.7/site-packages
-
-  sed -i -e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
-$(find ${pkgdir} -name '*.py')
-  sed -i -e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
-$pkgdir/usr/lib/python2.7/site-packages/mayavi/tests/csv_files/csv_2_py
-
-  install -D LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: mayavi/repos/community-i686/PKGBUILD (from rev 88237, 
mayavi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-14 20:02:10 UTC (rev 88238)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz ggi...@gmail.com
+
+pkgname=mayavi
+pkgver=4.3.0
+pkgrel=1
+pkgdesc=A 3-dimensional visualizer of scientific data
+arch=('i686' 'x86_64')

[arch-commits] Commit in libcdio-paranoia/trunk (PKGBUILD header-fix.patch)

2013-04-14 Thread Eric Bélanger
Date: Monday, April 15, 2013 @ 02:21:55
  Author: eric
Revision: 182766

upgpkg: libcdio-paranoia 10.2+0.90+1-1

Upstream update, Remove old patch, PKGBUILD clean up

Modified:
  libcdio-paranoia/trunk/PKGBUILD
Deleted:
  libcdio-paranoia/trunk/header-fix.patch

--+
 PKGBUILD |   22 ++
 header-fix.patch |   13 -
 2 files changed, 6 insertions(+), 29 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-14 18:45:30 UTC (rev 182765)
+++ PKGBUILD2013-04-15 00:21:55 UTC (rev 182766)
@@ -3,7 +3,7 @@
 # Contributor: damir da...@archlinux.org
 
 pkgname=libcdio-paranoia
-pkgver=10.2+0.90
+pkgver=10.2+0.90+1
 pkgrel=1
 pkgdesc=CD paranoia libraries from libcdio
 arch=('i686' 'x86_64')
@@ -11,27 +11,17 @@
 url=http://www.gnu.org/software/libcdio/;
 depends=('libcdio')
 options=('!libtool')
-source=(http://ftp.gnu.org/gnu/libcdio/${pkgname}-${pkgver}.tar.bz2{,.sig}
-header-fix.patch)
-md5sums=('432e9f1c5ceb645c4bca9db3f9297437'
- '39766404d473ecda66c2f3a932d1c57c'
- '1ebb33a1cfe00181de31138ef001e01b')
+source=(http://ftp.gnu.org/gnu/libcdio/${pkgname}-${pkgver}.tar.bz2{,.sig})
+md5sums=('e79e196864dd3b1ca87a01345abbda07'
+ 'SKIP')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np0 -i ../header-fix.patch
-  sed -i -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac
-  aclocal
-  autoconf
-  automake --add-missing
+  cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr --enable-cpp-progs --disable-static 
--disable-example-progs
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   make -j1 DESTDIR=${pkgdir} install
-  
-  #sed -i /LIBCDIO_SOURCE_PATH/s|.*|/* #undef LIBCDIO_SOURCE_PATH */| \
-  #  $pkgdir/usr/include/cdio/cdio_config.h
 }

Deleted: header-fix.patch
===
--- header-fix.patch2013-04-14 18:45:30 UTC (rev 182765)
+++ header-fix.patch2013-04-15 00:21:55 UTC (rev 182766)
@@ -1,13 +0,0 @@
 include/cdio/paranoia/Makefile.am.orig 2013-01-08 10:40:32.237218755 
+
-+++ include/cdio/paranoia/Makefile.am  2013-01-08 10:41:22.269997804 +
-@@ -3,8 +3,8 @@
- 
- #
- 
--libcdioincludedir=$(includedir)/cdio
--dist_libcdioinclude_HEADERS = cdda.h paranoia.h 
-+cdio_paranoia_includedir=$(includedir)/cdio/paranoia
-+dist_cdio_paranoia_include_HEADERS = cdda.h paranoia.h 
- 
- EXTRA_DIST = version.h.in
- BUILT_SOURCES = version.h



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

2013-04-14 Thread Felix Yan
Date: Monday, April 15, 2013 @ 02:22:35
  Author: fyan
Revision: 88239

upgpkg: opencc 0.4.2-1

Modified:
  opencc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-14 20:02:10 UTC (rev 88238)
+++ PKGBUILD2013-04-15 00:22:35 UTC (rev 88239)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@gmail.com
 
 pkgname=opencc
-pkgver=0.4.0
+pkgver=0.4.2
 pkgrel=1
 pkgdesc=Library for Open Chinese Convert
 arch=('i686' 'x86_64')
@@ -22,4 +22,4 @@
   cd $srcdir/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 }
-md5sums=('00a2de2314cd28fc8631c229fb3aa894')
+md5sums=('d5c001098e824dae0e3debb1b864304b')



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

2013-04-14 Thread Eric Bélanger
Date: Monday, April 15, 2013 @ 02:22:49
  Author: eric
Revision: 182767

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

Added:
  libcdio-paranoia/repos/extra-i686/PKGBUILD
(from rev 182766, libcdio-paranoia/trunk/PKGBUILD)
  libcdio-paranoia/repos/extra-x86_64/PKGBUILD
(from rev 182766, libcdio-paranoia/trunk/PKGBUILD)
Deleted:
  libcdio-paranoia/repos/extra-i686/PKGBUILD
  libcdio-paranoia/repos/extra-i686/header-fix.patch
  libcdio-paranoia/repos/extra-x86_64/PKGBUILD
  libcdio-paranoia/repos/extra-x86_64/header-fix.patch

---+
 /PKGBUILD |   54 
 extra-i686/PKGBUILD   |   37 ---
 extra-i686/header-fix.patch   |   13 -
 extra-x86_64/PKGBUILD |   37 ---
 extra-x86_64/header-fix.patch |   13 -
 5 files changed, 54 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-15 00:21:55 UTC (rev 182766)
+++ extra-i686/PKGBUILD 2013-04-15 00:22:49 UTC (rev 182767)
@@ -1,37 +0,0 @@
-# $Id: PKGBUILD 174870 2013-01-08 10:06:34Z jgc $
-# Maintainer:
-# Contributor: damir da...@archlinux.org
-
-pkgname=libcdio-paranoia
-pkgver=10.2+0.90
-pkgrel=1
-pkgdesc=CD paranoia libraries from libcdio
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL')
-url=http://www.gnu.org/software/libcdio/;
-depends=('libcdio')
-options=('!libtool')
-source=(http://ftp.gnu.org/gnu/libcdio/${pkgname}-${pkgver}.tar.bz2{,.sig}
-header-fix.patch)
-md5sums=('432e9f1c5ceb645c4bca9db3f9297437'
- '39766404d473ecda66c2f3a932d1c57c'
- '1ebb33a1cfe00181de31138ef001e01b')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np0 -i ../header-fix.patch
-  sed -i -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac
-  aclocal
-  autoconf
-  automake --add-missing
-  ./configure --prefix=/usr --enable-cpp-progs --disable-static 
--disable-example-progs
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make -j1 DESTDIR=${pkgdir} install
-  
-  #sed -i /LIBCDIO_SOURCE_PATH/s|.*|/* #undef LIBCDIO_SOURCE_PATH */| \
-  #  $pkgdir/usr/include/cdio/cdio_config.h
-}

Copied: libcdio-paranoia/repos/extra-i686/PKGBUILD (from rev 182766, 
libcdio-paranoia/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-15 00:22:49 UTC (rev 182767)
@@ -0,0 +1,27 @@
+# $Id: PKGBUILD 174870 2013-01-08 10:06:34Z jgc $
+# Maintainer:
+# Contributor: damir da...@archlinux.org
+
+pkgname=libcdio-paranoia
+pkgver=10.2+0.90+1
+pkgrel=1
+pkgdesc=CD paranoia libraries from libcdio
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+url=http://www.gnu.org/software/libcdio/;
+depends=('libcdio')
+options=('!libtool')
+source=(http://ftp.gnu.org/gnu/libcdio/${pkgname}-${pkgver}.tar.bz2{,.sig})
+md5sums=('e79e196864dd3b1ca87a01345abbda07'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-cpp-progs --disable-static 
--disable-example-progs
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make -j1 DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/header-fix.patch
===
--- extra-i686/header-fix.patch 2013-04-15 00:21:55 UTC (rev 182766)
+++ extra-i686/header-fix.patch 2013-04-15 00:22:49 UTC (rev 182767)
@@ -1,13 +0,0 @@
 include/cdio/paranoia/Makefile.am.orig 2013-01-08 10:40:32.237218755 
+
-+++ include/cdio/paranoia/Makefile.am  2013-01-08 10:41:22.269997804 +
-@@ -3,8 +3,8 @@
- 
- #
- 
--libcdioincludedir=$(includedir)/cdio
--dist_libcdioinclude_HEADERS = cdda.h paranoia.h 
-+cdio_paranoia_includedir=$(includedir)/cdio/paranoia
-+dist_cdio_paranoia_include_HEADERS = cdda.h paranoia.h 
- 
- EXTRA_DIST = version.h.in
- BUILT_SOURCES = version.h

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-15 00:21:55 UTC (rev 182766)
+++ extra-x86_64/PKGBUILD   2013-04-15 00:22:49 UTC (rev 182767)
@@ -1,37 +0,0 @@
-# $Id: PKGBUILD 174870 2013-01-08 10:06:34Z jgc $
-# Maintainer:
-# Contributor: damir da...@archlinux.org
-
-pkgname=libcdio-paranoia
-pkgver=10.2+0.90
-pkgrel=1
-pkgdesc=CD paranoia libraries from libcdio
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL')
-url=http://www.gnu.org/software/libcdio/;
-depends=('libcdio')
-options=('!libtool')
-source=(http://ftp.gnu.org/gnu/libcdio/${pkgname}-${pkgver}.tar.bz2{,.sig}
-header-fix.patch)
-md5sums=('432e9f1c5ceb645c4bca9db3f9297437'
- '39766404d473ecda66c2f3a932d1c57c'
- '1ebb33a1cfe00181de31138ef001e01b')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np0 -i ../header-fix.patch
-  sed -i -e 

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

2013-04-14 Thread Felix Yan
Date: Monday, April 15, 2013 @ 02:24:49
  Author: fyan
Revision: 88240

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-15 00:22:35 UTC (rev 88239)
+++ community-i686/PKGBUILD 2013-04-15 00:24:49 UTC (rev 88240)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgname=opencc
-pkgver=0.4.0
-pkgrel=1
-pkgdesc=Library for Open Chinese Convert
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/opencc/;
-license=('Apache')
-depends=('glibc')
-makedepends=('cmake')
-source=(http://opencc.googlecode.com/files/${pkgname}-${pkgver}.tar.gz;)
-
-build() {
-  cd $srcdir/${pkgname}-${pkgver}
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd $srcdir/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-md5sums=('00a2de2314cd28fc8631c229fb3aa894')

Copied: opencc/repos/community-i686/PKGBUILD (from rev 88239, 
opencc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-15 00:24:49 UTC (rev 88240)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgname=opencc
+pkgver=0.4.2
+pkgrel=1
+pkgdesc=Library for Open Chinese Convert
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/opencc/;
+license=('Apache')
+depends=('glibc')
+makedepends=('cmake')
+source=(http://opencc.googlecode.com/files/${pkgname}-${pkgver}.tar.gz;)
+
+build() {
+  cd $srcdir/${pkgname}-${pkgver}
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd $srcdir/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+md5sums=('d5c001098e824dae0e3debb1b864304b')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-15 00:22:35 UTC (rev 88239)
+++ community-x86_64/PKGBUILD   2013-04-15 00:24:49 UTC (rev 88240)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgname=opencc
-pkgver=0.4.0
-pkgrel=1
-pkgdesc=Library for Open Chinese Convert
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/opencc/;
-license=('Apache')
-depends=('glibc')
-makedepends=('cmake')
-source=(http://opencc.googlecode.com/files/${pkgname}-${pkgver}.tar.gz;)
-
-build() {
-  cd $srcdir/${pkgname}-${pkgver}
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd $srcdir/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-md5sums=('00a2de2314cd28fc8631c229fb3aa894')

Copied: opencc/repos/community-x86_64/PKGBUILD (from rev 88239, 
opencc/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-04-15 00:24:49 UTC (rev 88240)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgname=opencc
+pkgver=0.4.2
+pkgrel=1
+pkgdesc=Library for Open Chinese Convert
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/opencc/;
+license=('Apache')
+depends=('glibc')
+makedepends=('cmake')
+source=(http://opencc.googlecode.com/files/${pkgname}-${pkgver}.tar.gz;)
+
+build() {
+  cd $srcdir/${pkgname}-${pkgver}
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd $srcdir/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+md5sums=('d5c001098e824dae0e3debb1b864304b')



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

2013-04-14 Thread Felix Yan
Date: Monday, April 15, 2013 @ 02:59:54
  Author: fyan
Revision: 88241

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

Added:
  fcitx-mozc/repos/community-i686/PKGBUILD
(from rev 88240, fcitx-mozc/trunk/PKGBUILD)
  fcitx-mozc/repos/community-i686/mozc_1.10.1390.102_remove_warn_as_error.patch
(from rev 88240, 
fcitx-mozc/trunk/mozc_1.10.1390.102_remove_warn_as_error.patch)
  fcitx-mozc/repos/community-x86_64/PKGBUILD
(from rev 88240, fcitx-mozc/trunk/PKGBUILD)
  
fcitx-mozc/repos/community-x86_64/mozc_1.10.1390.102_remove_warn_as_error.patch
(from rev 88240, 
fcitx-mozc/trunk/mozc_1.10.1390.102_remove_warn_as_error.patch)
Deleted:
  fcitx-mozc/repos/community-i686/PKGBUILD
  fcitx-mozc/repos/community-i686/mozc_1.10.1390.102_remove_warn_as_error.patch
  fcitx-mozc/repos/community-x86_64/PKGBUILD
  
fcitx-mozc/repos/community-x86_64/mozc_1.10.1390.102_remove_warn_as_error.patch

+
 /PKGBUILD  |  240 
++
 /mozc_1.10.1390.102_remove_warn_as_error.patch |   24 +
 community-i686/PKGBUILD|  118 
 community-i686/mozc_1.10.1390.102_remove_warn_as_error.patch   |   12 
 community-x86_64/PKGBUILD  |  118 
 community-x86_64/mozc_1.10.1390.102_remove_warn_as_error.patch |   12 
 6 files changed, 264 insertions(+), 260 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-15 00:24:49 UTC (rev 88240)
+++ community-i686/PKGBUILD 2013-04-15 00:59:54 UTC (rev 88241)
@@ -1,118 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: ponsfoot cabezon dot hashimoto at gmail dot com
-
-## Mozc compile option
-_bldtype=Release
-
-_zipcoderel=201303
-_protobuf_ver=2.5.0
-
-_pkgbase=mozc
-pkgname=fcitx-mozc
-pkgdesc=Fcitx Module of A Japanese Input Method for Chromium OS, Windows, Mac 
and Linux (the Open Source Edition of Google Japanese Input)
-pkgver=1.10.1390.102
-_patchver=${pkgver}.2
-pkgrel=2
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/mozc/;
-license=('custom')
-depends=('qt4' 'fcitx' 'zinnia')
-makedepends=('pkg-config' 'python2' 'gtest' 'curl' 'gtk2' 'mesa')
-replaces=('mozc-fcitx')
-conflicts=('mozc' 'mozc-server' 'mozc-utils-gui' 'mozc-fcitx')
-source=(http://mozc.googlecode.com/files/mozc-${pkgver}.tar.bz2
-http://downloads.sourceforge.net/pnsft-aur/ken_all-${_zipcoderel}.zip
-http://downloads.sourceforge.net/pnsft-aur/jigyosyo-${_zipcoderel}.zip
-http://protobuf.googlecode.com/files/protobuf-${_protobuf_ver}.tar.bz2
-http://fcitx.googlecode.com/files/fcitx-mozc-${_patchver}.patch
-   mozc_1.10.1390.102_remove_warn_as_error.patch
-)
-
-build() {
-  cd $srcdir
-
-  #source /etc/profile.d/qt4.sh
-
-  # Update: Fix qt4 include path too
-  # Fix compatibility with google-glog 0.3.3 (symbol conflict)
-  #CFLAGS=${CFLAGS} -DFLAGS_log_dir=FLAGS_mozc_log_dir
-  #CXXFLAGS=${CXXFLAGS} -DFLAGS_log_dir=FLAGS_mozc_log_dir
-  CFLAGS=${CFLAGS} -I/usr/include/qt4 -fvisibility=hidden
-  CXXFLAGS=${CXXFLAGS} -I/usr/include/qt4 -fvisibility=hidden
-
-  cd ${srcdir}/${_pkgbase}-${pkgver}
-  
-  # Apply fcitx patch
-  rm unix/fcitx -rf
-  patch -Np2 -i ${srcdir}/fcitx-mozc-${_patchver}.patch
-
-  # Fix qt4 binary path
-  sed -i 's|(qt_dir)/bin|(qt_dir)/lib/qt4/bin|' gui/*.gyp{,i}
-  sed -i 's|(qt_dir_env)/bin|(qt_dir_env)/lib/qt4/bin|' gui/*.gyp{,i}
-
-  # Patch for gcc=4.8
-  patch -p0 -i ${srcdir}/mozc_1.10.1390.102_remove_warn_as_error.patch
-
-  # Adjust to use python2
-  find . -name  \*.py-type f -exec sed -i -e 1s|python.*$|python2|  
{} +
-  find . -regex '.*\.gypi?$' -type f -exec sed -i -e s|'python'|'python2'|g 
{} +
-
-  # Generate zip code seed
-  msg Generating zip code seed...
-  python2 dictionary/gen_zip_code_seed.py --zip_code=${srcdir}/KEN_ALL.CSV 
--jigyosyo=${srcdir}/JIGYOSYO.CSV  data/dictionary_oss/dictionary09.txt
-  msg Done.
-
-  # Copy protobuf to be linked statically
-  cp -rf ${srcdir}/protobuf-${_protobuf_ver} protobuf/files
-
-  msg Starting make...
-
-  _targets=server/server.gyp:mozc_server gui/gui.gyp:mozc_tool 
unix/fcitx/fcitx.gyp:fcitx-mozc
-
-  QTDIR=/usr python2 build_mozc.py gyp --channel_dev=0
-  python2 build_mozc.py build_tools -c $_bldtype
-  python2 build_mozc.py build -c $_bldtype $_targets
-
-  # Extract license part of mozc
-  head -n 28 server/mozc_server.cc  LICENSE
-}
-
-package() {
-  cd ${srcdir}/${_pkgbase}-${pkgver}
-  install -D -m 755 out_linux/${_bldtype}/mozc_server 
${pkgdir}/usr/lib/mozc/mozc_server
-  install-m 755 out_linux/${_bldtype}/mozc_tool   
${pkgdir}/usr/lib/mozc/mozc_tool
-  install -d ${pkgdir}/usr/lib/mozc/documents/
-  install-m 644 data/installer/*.html ${pkgdir}/usr/lib/mozc/documents/
-
-  install -D -m 644 LICENSE 

[arch-commits] Commit in perl-io-socket-ssl/trunk (PKGBUILD)

2013-04-14 Thread Eric Bélanger
Date: Monday, April 15, 2013 @ 03:18:25
  Author: eric
Revision: 182770

upgpkg: perl-io-socket-ssl 1.85-1

Upstream update

Modified:
  perl-io-socket-ssl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-15 01:13:43 UTC (rev 182769)
+++ PKGBUILD2013-04-15 01:18:25 UTC (rev 182770)
@@ -5,7 +5,7 @@
 
 pkgname=perl-io-socket-ssl
 _cpanname=IO-Socket-SSL
-pkgver=1.84
+pkgver=1.85
 pkgrel=1
 pkgdesc=Nearly transparent SSL encapsulation for IO::Socket::INET
 arch=('any')
@@ -14,7 +14,7 @@
 depends=('perl-net-ssleay' 'perl' 'perl-uri')
 options=('!emptydirs')
 
source=(http://www.cpan.org/authors/id/S/SU/SULLR/${_cpanname}-${pkgver}.tar.gz)
-sha1sums=('9249ac762bae8f13e347ee13507359c36dea462f')
+sha1sums=('a1a7b70dd98c8a1d782077faca8bd48714359a01')
 
 build() {
   cd ${srcdir}/${_cpanname}-${pkgver}



[arch-commits] Commit in perl-io-socket-ssl/repos/extra-any (PKGBUILD PKGBUILD)

2013-04-14 Thread Eric Bélanger
Date: Monday, April 15, 2013 @ 03:19:11
  Author: eric
Revision: 182771

archrelease: copy trunk to extra-any

Added:
  perl-io-socket-ssl/repos/extra-any/PKGBUILD
(from rev 182770, perl-io-socket-ssl/trunk/PKGBUILD)
Deleted:
  perl-io-socket-ssl/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-15 01:18:25 UTC (rev 182770)
+++ PKGBUILD2013-04-15 01:19:11 UTC (rev 182771)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Kevin Piche ke...@archlinux.org
-# Contributor: Manolis Tzanidakis
-# Contributor: Francois Charette francois.archlinux.org
-
-pkgname=perl-io-socket-ssl
-_cpanname=IO-Socket-SSL
-pkgver=1.84
-pkgrel=1
-pkgdesc=Nearly transparent SSL encapsulation for IO::Socket::INET
-arch=('any')
-license=('GPL' 'PerlArtistic')
-url=http://search.cpan.org/dist/${_cpanname}/;
-depends=('perl-net-ssleay' 'perl' 'perl-uri')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/S/SU/SULLR/${_cpanname}-${pkgver}.tar.gz)
-sha1sums=('9249ac762bae8f13e347ee13507359c36dea462f')
-
-build() {
-  cd ${srcdir}/${_cpanname}-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd ${srcdir}/${_cpanname}-${pkgver}
-  make test
-}
-
-package() {
-  cd ${srcdir}/${_cpanname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-}

Copied: perl-io-socket-ssl/repos/extra-any/PKGBUILD (from rev 182770, 
perl-io-socket-ssl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-15 01:19:11 UTC (rev 182771)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Kevin Piche ke...@archlinux.org
+# Contributor: Manolis Tzanidakis
+# Contributor: Francois Charette francois.archlinux.org
+
+pkgname=perl-io-socket-ssl
+_cpanname=IO-Socket-SSL
+pkgver=1.85
+pkgrel=1
+pkgdesc=Nearly transparent SSL encapsulation for IO::Socket::INET
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url=http://search.cpan.org/dist/${_cpanname}/;
+depends=('perl-net-ssleay' 'perl' 'perl-uri')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/S/SU/SULLR/${_cpanname}-${pkgver}.tar.gz)
+sha1sums=('a1a7b70dd98c8a1d782077faca8bd48714359a01')
+
+build() {
+  cd ${srcdir}/${_cpanname}-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${srcdir}/${_cpanname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${srcdir}/${_cpanname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}



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

2013-04-14 Thread Felix Yan
Date: Monday, April 15, 2013 @ 03:23:22
  Author: fyan
Revision: 88242

upgpkg: fcitx 4.2.7-6 hotfix according to upstream

Modified:
  fcitx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-15 00:59:54 UTC (rev 88241)
+++ PKGBUILD2013-04-15 01:23:22 UTC (rev 88242)
@@ -6,21 +6,26 @@
 pkgbase=fcitx
 pkgname=('fcitx' 'fcitx-gtk2' 'fcitx-gtk3' 'fcitx-qt4')
 pkgver=4.2.7
-pkgrel=5
+pkgrel=6
 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')
+ 'iso-codes' 'gobject-introspection' 'libxkbfile' 'git')
 source=(http://fcitx.googlecode.com/files/${pkgbase}-${pkgver}_dict.tar.xz
-   
https://github.com/fcitx/fcitx/commit/9937b68bad3a7e9465e17b711ce9c0a072d3071f.patch)
+   
https://github.com/fcitx/fcitx/commit/9937b68bad3a7e9465e17b711ce9c0a072d3071f.patch
+   
https://github.com/fcitx/fcitx/commit/10ff96ca1215187444951cdbebe9e0beacacdf5e.patch
+   
https://github.com/fcitx/fcitx/commit/dc36c1a88f863971f81a76b8d9ec0db23b0d9387.patch
+)
 
 build() {
   #source /etc/profile.d/qt4.sh
 
   cd $srcdir/$pkgbase-$pkgver
   patch -Np1 -i $srcdir/9937b68bad3a7e9465e17b711ce9c0a072d3071f.patch
+  patch -Np1 -i $srcdir/10ff96ca1215187444951cdbebe9e0beacacdf5e.patch
+  git apply -v -p1 $srcdir/dc36c1a88f863971f81a76b8d9ec0db23b0d9387.patch
 
   cd $srcdir
   mkdir -p build
@@ -122,4 +127,6 @@
 }
 
 md5sums=('6e291717c24615b9dc9bfaa2949af3a7'
- 'ce299aa5b596cc52dc9e66b47795e627')
+ 'ce299aa5b596cc52dc9e66b47795e627'
+ '6f420547bc8af9627db2e5290f758433'
+ '51e53377e1b83661f2896e25d1a46242')



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

2013-04-14 Thread Felix Yan
Date: Monday, April 15, 2013 @ 03:48:05
  Author: fyan
Revision: 88243

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

Added:
  fcitx/repos/community-i686/PKGBUILD
(from rev 88242, fcitx/trunk/PKGBUILD)
  fcitx/repos/community-i686/fcitx-gtk2.install
(from rev 88242, fcitx/trunk/fcitx-gtk2.install)
  fcitx/repos/community-i686/fcitx-gtk3.install
(from rev 88242, fcitx/trunk/fcitx-gtk3.install)
  fcitx/repos/community-i686/fcitx.install
(from rev 88242, fcitx/trunk/fcitx.install)
  fcitx/repos/community-x86_64/PKGBUILD
(from rev 88242, fcitx/trunk/PKGBUILD)
  fcitx/repos/community-x86_64/fcitx-gtk2.install
(from rev 88242, fcitx/trunk/fcitx-gtk2.install)
  fcitx/repos/community-x86_64/fcitx-gtk3.install
(from rev 88242, fcitx/trunk/fcitx-gtk3.install)
  fcitx/repos/community-x86_64/fcitx.install
(from rev 88242, 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

-+
 /PKGBUILD   |  264 ++
 /fcitx-gtk2.install |   26 +++
 /fcitx-gtk3.install |   22 ++
 /fcitx.install  |   28 +++
 community-i686/PKGBUILD |  125 
 community-i686/fcitx-gtk2.install   |   13 -
 community-i686/fcitx-gtk3.install   |   11 -
 community-i686/fcitx.install|   14 -
 community-x86_64/PKGBUILD   |  125 
 community-x86_64/fcitx-gtk2.install |   13 -
 community-x86_64/fcitx-gtk3.install |   11 -
 community-x86_64/fcitx.install  |   14 -
 12 files changed, 340 insertions(+), 326 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-15 01:23:22 UTC (rev 88242)
+++ community-i686/PKGBUILD 2013-04-15 01:48:05 UTC (rev 88243)
@@ -1,125 +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=5
-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
-   
https://github.com/fcitx/fcitx/commit/9937b68bad3a7e9465e17b711ce9c0a072d3071f.patch)
-
-build() {
-  #source /etc/profile.d/qt4.sh
-
-  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 \
--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 \
--DQT_QMAKE_EXECUTABLE=qmake-qt4
-  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 

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

2013-04-14 Thread Sven-Hendrik Haase
Date: Monday, April 15, 2013 @ 04:08:23
  Author: svenstaro
Revision: 88244

upgpkg: cuda 5.0.35-6

Fix FS#34751

Modified:
  cuda/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-15 01:48:05 UTC (rev 88243)
+++ PKGBUILD2013-04-15 02:08:23 UTC (rev 88244)
@@ -2,7 +2,7 @@
 # Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
 pkgname=cuda
 pkgver=5.0.35
-pkgrel=5
+pkgrel=6
 pkgdesc=NVIDIA's GPU programming toolkit
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/object/cuda_home.html;
@@ -48,8 +48,7 @@
   echo #define _GLIBCXX_GTHREAD_USE_WEAK 0  
$pkgdir/opt/cuda/include/cuda_runtime.h
 
   # fix nvidia path fuckup
-  sed -i s|/build/pkg||g $pkgdir/opt/cuda/bin/nvvp
-  sed -i s|/build/pkg||g $pkgdir/opt/cuda/bin/nsight
+  sed -i s|/build/pkg/cuda||g $pkgdir/opt/cuda/bin/nvvp 
$pkgdir/opt/cuda/bin/nsight
 
   install -Dm755 $srcdir/cuda.sh $pkgdir/etc/profile.d/cuda.sh
   install -Dm644 $srcdir/cuda.conf $pkgdir/etc/ld.so.conf.d/cuda.conf



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

2013-04-14 Thread Sven-Hendrik Haase
Date: Monday, April 15, 2013 @ 04:08:51
  Author: svenstaro
Revision: 88245

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

Added:
  cuda/repos/community-i686/PKGBUILD
(from rev 88244, cuda/trunk/PKGBUILD)
  cuda/repos/community-i686/cuda.conf
(from rev 88244, cuda/trunk/cuda.conf)
  cuda/repos/community-i686/cuda.install
(from rev 88244, cuda/trunk/cuda.install)
  cuda/repos/community-i686/cuda.sh
(from rev 88244, cuda/trunk/cuda.sh)
  cuda/repos/community-x86_64/PKGBUILD
(from rev 88244, cuda/trunk/PKGBUILD)
  cuda/repos/community-x86_64/cuda.conf
(from rev 88244, cuda/trunk/cuda.conf)
  cuda/repos/community-x86_64/cuda.install
(from rev 88244, cuda/trunk/cuda.install)
  cuda/repos/community-x86_64/cuda.sh
(from rev 88244, cuda/trunk/cuda.sh)
Deleted:
  cuda/repos/community-i686/PKGBUILD
  cuda/repos/community-i686/cuda.conf
  cuda/repos/community-i686/cuda.install
  cuda/repos/community-i686/cuda.sh
  cuda/repos/community-x86_64/PKGBUILD
  cuda/repos/community-x86_64/cuda.conf
  cuda/repos/community-x86_64/cuda.install
  cuda/repos/community-x86_64/cuda.sh

---+
 /PKGBUILD |  130 
 /cuda.conf|4 +
 /cuda.install |   22 ++
 /cuda.sh  |2 
 community-i686/PKGBUILD   |   66 
 community-i686/cuda.conf  |2 
 community-i686/cuda.install   |   11 ---
 community-i686/cuda.sh|1 
 community-x86_64/PKGBUILD |   66 
 community-x86_64/cuda.conf|2 
 community-x86_64/cuda.install |   11 ---
 community-x86_64/cuda.sh  |1 
 12 files changed, 158 insertions(+), 160 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-15 02:08:23 UTC (rev 88244)
+++ community-i686/PKGBUILD 2013-04-15 02:08:51 UTC (rev 88245)
@@ -1,66 +0,0 @@
-# $Id: PKGBUILD 69719 2012-04-23 02:56:20Z svenstaro $
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-pkgname=cuda
-pkgver=5.0.35
-pkgrel=5
-pkgdesc=NVIDIA's GPU programming toolkit
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/object/cuda_home.html;
-license=('custom')
-depends=('gcc-libs' 'opencl-nvidia')
-replaces=('cuda-toolkit' 'cuda-sdk')
-provides=('cuda-toolkit' 'cuda-sdk')
-optdepends=('gdb: for cuda-gdb')
-options=(!strip)
-if [ $CARCH = i686 ]; then
-  _arch=32
-  md5sums=('40c514acb750902c54656b97a6deded6'
-   '7e5990e03eea90075f5a500e91a0c3d3'
-   'ffe1e6fb7f97b23da28fd94a5fd7356d')
-else
-  _arch=64
-  md5sums=('df796fb9ab66075b5c346b3fd0bf596b'
-   '7e5990e03eea90075f5a500e91a0c3d3'
-   'ffe1e6fb7f97b23da28fd94a5fd7356d')
-fi
-install=cuda.install
-source=(http://developer.download.nvidia.com/compute/cuda/5_0/rel-update-1/installers/cuda_${pkgver}_linux_${_arch}_fedora16-1.run
-cuda.sh
-cuda.conf)
-
-build() {
-  cd $srcdir
-}
-
-package() {
-  sh cuda_${pkgver}_linux_${_arch}_fedora16-1.run -toolkitpath=$PWD 
-samplespath=$PWD -extract=$srcdir
-  ./cudatoolkit_${pkgver}_linux_${_arch}_fedora16.run -prefix=$pkgdir/opt/cuda 
-noprompt
-  ./cuda-samples_${pkgver}_linux.run -cudaprefix=$pkgdir/opt/cuda 
-prefix=$pkgdir/opt/cuda/samples -noprompt
-
-  # Now, let the hacks begin!
-
-  # allow gcc 4.7 to work
-  sed -i /unsupported GNU/d $pkgdir/opt/cuda/include/host_config.h
-
-  # allow gcc 4.8 to work
-  sed -i 1 i #define __STRICT_ANSI__ $pkgdir/opt/cuda/include/cuda_runtime.h
-  echo #undef _GLIBCXX_ATOMIC_BUILTINS  
$pkgdir/opt/cuda/include/cuda_runtime.h
-  echo #define _GLIBCXX_GTHREAD_USE_WEAK 0  
$pkgdir/opt/cuda/include/cuda_runtime.h
-
-  # fix nvidia path fuckup
-  sed -i s|/build/pkg||g $pkgdir/opt/cuda/bin/nvvp
-  sed -i s|/build/pkg||g $pkgdir/opt/cuda/bin/nsight
-
-  install -Dm755 $srcdir/cuda.sh $pkgdir/etc/profile.d/cuda.sh
-  install -Dm644 $srcdir/cuda.conf $pkgdir/etc/ld.so.conf.d/cuda.conf
-  install -Dm644 $pkgdir/opt/cuda/doc/EULA.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  # correct cuda path in samples
-  cd $pkgdir/opt/cuda/samples
-  find . -type f | egrep -v '(ppm|pgm)' | xargs grep -lI $pkgdir/opt/cuda | 
xargs sed -i s|$pkgdir/opt/cuda|/opt/cuda|g
-
-  # make cuda-gdk work
-  mkdir -p $pkgdir/usr/lib
-  cd $pkgdir/usr/lib
-  ln -s /usr/lib/libncurses.so.5 libtinfo.so.5
-}

Copied: cuda/repos/community-i686/PKGBUILD (from rev 88244, cuda/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-15 02:08:51 UTC (rev 88245)
@@ -0,0 +1,65 @@
+# $Id: PKGBUILD 69719 2012-04-23 02:56:20Z svenstaro $
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+pkgname=cuda
+pkgver=5.0.35
+pkgrel=6
+pkgdesc=NVIDIA's GPU programming toolkit
+arch=('i686' 'x86_64')

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

2013-04-14 Thread Felix Yan
Date: Monday, April 15, 2013 @ 05:27:29
  Author: fyan
Revision: 88246

update upstream url

Modified:
  python-pyquery/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-15 02:08:51 UTC (rev 88245)
+++ PKGBUILD2013-04-15 03:27:29 UTC (rev 88246)
@@ -10,7 +10,7 @@
 pkgrel=1
 pkgdesc=A jquery-like library for python.
 arch=('any')
-url=http://www.bitbucket.org/olauzanne/pyquery;
+url=https://github.com/gawel/pyquery/;
 license=('custom:BSD')
 makedepends=('python-distribute' 'python2-distribute' 'python-lxml' 
'python2-lxml' 'python-cssselect' 'python2-cssselect')
 source=(http://pypi.python.org/packages/source/p/$_name/$_name-$pkgver.tar.gz;