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

2013-01-28 Thread Dan McGee
Date: Tuesday, January 29, 2013 @ 05:19:34
  Author: dan
Revision: 176305

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

Added:
  pgbouncer/repos/extra-i686/PKGBUILD
(from rev 176304, pgbouncer/trunk/PKGBUILD)
  pgbouncer/repos/extra-i686/pgbouncer.ini
(from rev 176304, pgbouncer/trunk/pgbouncer.ini)
  pgbouncer/repos/extra-i686/pgbouncer.install
(from rev 176304, pgbouncer/trunk/pgbouncer.install)
  pgbouncer/repos/extra-i686/pgbouncer.logrotate
(from rev 176304, pgbouncer/trunk/pgbouncer.logrotate)
  pgbouncer/repos/extra-i686/pgbouncer.service
(from rev 176304, pgbouncer/trunk/pgbouncer.service)
  pgbouncer/repos/extra-i686/pgbouncer.tmpfiles.conf
(from rev 176304, pgbouncer/trunk/pgbouncer.tmpfiles.conf)
  pgbouncer/repos/extra-x86_64/PKGBUILD
(from rev 176304, pgbouncer/trunk/PKGBUILD)
  pgbouncer/repos/extra-x86_64/pgbouncer.ini
(from rev 176304, pgbouncer/trunk/pgbouncer.ini)
  pgbouncer/repos/extra-x86_64/pgbouncer.install
(from rev 176304, pgbouncer/trunk/pgbouncer.install)
  pgbouncer/repos/extra-x86_64/pgbouncer.logrotate
(from rev 176304, pgbouncer/trunk/pgbouncer.logrotate)
  pgbouncer/repos/extra-x86_64/pgbouncer.service
(from rev 176304, pgbouncer/trunk/pgbouncer.service)
  pgbouncer/repos/extra-x86_64/pgbouncer.tmpfiles.conf
(from rev 176304, pgbouncer/trunk/pgbouncer.tmpfiles.conf)
Deleted:
  pgbouncer/repos/extra-i686/PKGBUILD
  pgbouncer/repos/extra-i686/pgbouncer.ini
  pgbouncer/repos/extra-i686/pgbouncer.install
  pgbouncer/repos/extra-i686/pgbouncer.service
  pgbouncer/repos/extra-i686/pgbouncer.tmpfiles.conf
  pgbouncer/repos/extra-x86_64/PKGBUILD
  pgbouncer/repos/extra-x86_64/pgbouncer.ini
  pgbouncer/repos/extra-x86_64/pgbouncer.install
  pgbouncer/repos/extra-x86_64/pgbouncer.service
  pgbouncer/repos/extra-x86_64/pgbouncer.tmpfiles.conf

--+
 extra-i686/PKGBUILD  |   82 +-
 extra-i686/pgbouncer.ini |  104 -
 extra-i686/pgbouncer.install |   50 +++
 extra-i686/pgbouncer.logrotate   |8 ++
 extra-i686/pgbouncer.service |   22 +++---
 extra-i686/pgbouncer.tmpfiles.conf   |2 
 extra-x86_64/PKGBUILD|   82 +-
 extra-x86_64/pgbouncer.ini   |  104 -
 extra-x86_64/pgbouncer.install   |   50 +++
 extra-x86_64/pgbouncer.logrotate |8 ++
 extra-x86_64/pgbouncer.service   |   22 +++---
 extra-x86_64/pgbouncer.tmpfiles.conf |2 
 12 files changed, 278 insertions(+), 258 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-29 04:18:58 UTC (rev 176304)
+++ extra-i686/PKGBUILD 2013-01-29 04:19:34 UTC (rev 176305)
@@ -1,40 +0,0 @@
-# Maintainer: Dan McGee 
-
-pkgname=pgbouncer
-_dlid=3393
-pkgver=1.5.4
-pkgrel=4
-pkgdesc="A lightweight connection pooler for PostgreSQL"
-arch=('i686' 'x86_64')
-url="http://pgfoundry.org/projects/pgbouncer";
-license=('BSD')
-depends=('libevent>=2.0' 'postgresql')
-makedepends=('asciidoc' 'xmlto')
-backup=('etc/pgbouncer/pgbouncer.ini')
-install=$pkgname.install
-source=("http://pgfoundry.org/frs/download.php/${_dlid}/${pkgname}-${pkgver}.tar.gz";
-pgbouncer.ini
-pgbouncer.service
-pgbouncer.tmpfiles.conf)
-md5sums=('9ffaf2e6232e18e676651429813732df'
- '810813b9ef8891be382be9ffdd425edc'
- 'eede238f5ff3709dbfeef6dad3fbefc7'
- '472659f4c5de2b59a420f5ca42327ec1')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-  install -D -m644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -D -m644 ../pgbouncer.ini "$pkgdir/etc/pgbouncer/pgbouncer.ini"
-  install -D -m644 ../pgbouncer.service 
"$pkgdir/usr/lib/systemd/system/pgbouncer.service"
-  install -D -m644 ../pgbouncer.tmpfiles.conf 
"$pkgdir/usr/lib/tmpfiles.d/pgbouncer.conf"
-  mkdir -p "$pkgdir/var/log/pgbouncer"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pgbouncer/repos/extra-i686/PKGBUILD (from rev 176304, 
pgbouncer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-29 04:19:34 UTC (rev 176305)
@@ -0,0 +1,42 @@
+# Maintainer: Dan McGee 
+
+pkgname=pgbouncer
+pkgver=1.5.4
+pkgrel=5
+pkgdesc="A lightweight connection pooler for PostgreSQL"
+arch=('i686' 'x86_64')
+url="http://pgfoundry.org/projects/pgbouncer";
+license=('BSD')
+depends=('libevent>=2.0' 'postgresql')
+makedepends=('asciidoc' 'xmlto')
+backup=('etc/pgbouncer/pgbouncer.ini' 'etc/logrotate.d/pgbouncer')
+install=$pkgname.install
+source=("http://ftp.postgresql.org/pub/projects/pgFoundry/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar

[arch-commits] Commit in pgbouncer/trunk (PKGBUILD pgbouncer.logrotate)

2013-01-28 Thread Dan McGee
Date: Tuesday, January 29, 2013 @ 05:18:58
  Author: dan
Revision: 176304

upgpkg: pgbouncer 1.5.4-5

Fix stupid install file issue; add logrotate file.

Added:
  pgbouncer/trunk/pgbouncer.logrotate
Modified:
  pgbouncer/trunk/PKGBUILD

-+
 PKGBUILD|   10 ++
 pgbouncer.logrotate |8 
 2 files changed, 14 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-29 04:01:44 UTC (rev 176303)
+++ PKGBUILD2013-01-29 04:18:58 UTC (rev 176304)
@@ -1,23 +1,24 @@
 # Maintainer: Dan McGee 
 
 pkgname=pgbouncer
-_dlid=3393
 pkgver=1.5.4
-pkgrel=4
+pkgrel=5
 pkgdesc="A lightweight connection pooler for PostgreSQL"
 arch=('i686' 'x86_64')
 url="http://pgfoundry.org/projects/pgbouncer";
 license=('BSD')
 depends=('libevent>=2.0' 'postgresql')
 makedepends=('asciidoc' 'xmlto')
-backup=('etc/pgbouncer/pgbouncer.ini')
+backup=('etc/pgbouncer/pgbouncer.ini' 'etc/logrotate.d/pgbouncer')
 install=$pkgname.install
-source=("http://pgfoundry.org/frs/download.php/${_dlid}/${pkgname}-${pkgver}.tar.gz";
+source=("http://ftp.postgresql.org/pub/projects/pgFoundry/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz";
 pgbouncer.ini
+pgbouncer.logrotate
 pgbouncer.service
 pgbouncer.tmpfiles.conf)
 md5sums=('9ffaf2e6232e18e676651429813732df'
  '810813b9ef8891be382be9ffdd425edc'
+ '6c65fe91821591bde0b5bcf70f23e959'
  'eede238f5ff3709dbfeef6dad3fbefc7'
  '472659f4c5de2b59a420f5ca42327ec1')
 
@@ -32,6 +33,7 @@
   make DESTDIR="$pkgdir/" install
   install -D -m644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
   install -D -m644 ../pgbouncer.ini "$pkgdir/etc/pgbouncer/pgbouncer.ini"
+  install -D -m644 ../pgbouncer.logrotate "$pkgdir/etc/logrotate.d/pgbouncer"
   install -D -m644 ../pgbouncer.service 
"$pkgdir/usr/lib/systemd/system/pgbouncer.service"
   install -D -m644 ../pgbouncer.tmpfiles.conf 
"$pkgdir/usr/lib/tmpfiles.d/pgbouncer.conf"
   mkdir -p "$pkgdir/var/log/pgbouncer"

Added: pgbouncer.logrotate
===
--- pgbouncer.logrotate (rev 0)
+++ pgbouncer.logrotate 2013-01-29 04:18:58 UTC (rev 176304)
@@ -0,0 +1,8 @@
+/var/log/pgbouncer/pgbouncer.log {
+   copytruncate
+   missingok
+   notifempty
+   postrotate
+  /bin/kill -HUP $(cat /run/pgbouncer/pgbouncer.pid 2>/dev/null) 2> 
/dev/null || true
+   endscript
+}



[arch-commits] Commit in munin/repos/extra-any (30 files)

2013-01-28 Thread Dan McGee
Date: Tuesday, January 29, 2013 @ 05:01:44
  Author: dan
Revision: 176303

archrelease: copy trunk to extra-any

Added:
  munin/repos/extra-any/08-munin-font-dir.conf
(from rev 176302, munin/trunk/08-munin-font-dir.conf)
  munin/repos/extra-any/Makefile.config
(from rev 176302, munin/trunk/Makefile.config)
  munin/repos/extra-any/PKGBUILD
(from rev 176302, munin/trunk/PKGBUILD)
  munin/repos/extra-any/logrotate.munin
(from rev 176302, munin/trunk/logrotate.munin)
  munin/repos/extra-any/logrotate.munin-node
(from rev 176302, munin/trunk/logrotate.munin-node)
  munin/repos/extra-any/munin-cron-entry
(from rev 176302, munin/trunk/munin-cron-entry)
  munin/repos/extra-any/munin-graph.service
(from rev 176302, munin/trunk/munin-graph.service)
  munin/repos/extra-any/munin-graph.socket
(from rev 176302, munin/trunk/munin-graph.socket)
  munin/repos/extra-any/munin-html.service
(from rev 176302, munin/trunk/munin-html.service)
  munin/repos/extra-any/munin-html.socket
(from rev 176302, munin/trunk/munin-html.socket)
  munin/repos/extra-any/munin-node.init
(from rev 176302, munin/trunk/munin-node.init)
  munin/repos/extra-any/munin-node.install
(from rev 176302, munin/trunk/munin-node.install)
  munin/repos/extra-any/munin-node.service
(from rev 176302, munin/trunk/munin-node.service)
  munin/repos/extra-any/munin.install
(from rev 176302, munin/trunk/munin.install)
  munin/repos/extra-any/munin.tmpfiles.conf
(from rev 176302, munin/trunk/munin.tmpfiles.conf)
Deleted:
  munin/repos/extra-any/08-munin-font-dir.conf
  munin/repos/extra-any/Makefile.config
  munin/repos/extra-any/PKGBUILD
  munin/repos/extra-any/logrotate.munin
  munin/repos/extra-any/logrotate.munin-node
  munin/repos/extra-any/munin-cron-entry
  munin/repos/extra-any/munin-graph.service
  munin/repos/extra-any/munin-graph.socket
  munin/repos/extra-any/munin-html.service
  munin/repos/extra-any/munin-html.socket
  munin/repos/extra-any/munin-node.init
  munin/repos/extra-any/munin-node.install
  munin/repos/extra-any/munin-node.service
  munin/repos/extra-any/munin.install
  munin/repos/extra-any/munin.tmpfiles.conf

+
 08-munin-font-dir.conf |   14 +-
 Makefile.config|  276 +++
 PKGBUILD   |  178 +++---
 logrotate.munin|8 -
 logrotate.munin-node   |8 -
 munin-cron-entry   |   12 +-
 munin-graph.service|   22 +--
 munin-graph.socket |   16 +-
 munin-html.service |   22 +--
 munin-html.socket  |   16 +-
 munin-node.init|   84 +++---
 munin-node.install |   34 ++---
 munin-node.service |   22 +--
 munin.install  |   44 +++
 munin.tmpfiles.conf|2 
 15 files changed, 379 insertions(+), 379 deletions(-)

Deleted: 08-munin-font-dir.conf
===
--- 08-munin-font-dir.conf  2013-01-29 04:01:25 UTC (rev 176302)
+++ 08-munin-font-dir.conf  2013-01-29 04:01:44 UTC (rev 176303)
@@ -1,7 +0,0 @@
-
-
-
-   
-   /usr/lib/munin
-

Copied: munin/repos/extra-any/08-munin-font-dir.conf (from rev 176302, 
munin/trunk/08-munin-font-dir.conf)
===
--- 08-munin-font-dir.conf  (rev 0)
+++ 08-munin-font-dir.conf  2013-01-29 04:01:44 UTC (rev 176303)
@@ -0,0 +1,7 @@
+
+
+
+   
+   /usr/lib/munin
+

Deleted: Makefile.config
===
--- Makefile.config 2013-01-29 04:01:25 UTC (rev 176302)
+++ Makefile.config 2013-01-29 04:01:44 UTC (rev 176303)
@@ -1,138 +0,0 @@
-# -*- makefile -*-
-# This file specifies where Munin will look for things after you've
-# run 'make' in the source directory.  Modify it to suit your needs.
-
-# DESTDIR is meant only for use when making Munin packages.  Unless
-# you're doing packaging do NOT set it.
-# DESTDIR is empty during building, and optionally set to point to
-# a shadow tree during make install.
-
-# Note: There is a need for a VARDIR, with DBDIR, PLUGSTATE, HTMLDIR
-# and LOGDIR as subdirectories.  Today, DBDIR contains configured
-# domains, as well as PLUGSTATE, and we risk collisions.
-
-#
-# the base of the Munin installation.
-#
-PREFIX = $(DESTDIR)
-
-# Where Munin keeps its configurations (server.conf, client.conf, ++)
-CONFDIR= $(DESTDIR)/etc/munin
-
-# Server only - where to put munin-cron
-BINDIR = $(PREFIX)/usr/bin
-
-# Client only - where to put munin-node, munin-node-configure, and munin-run
-SBINDIR= $(PREFIX)/usr/bin
-
-# Where to put text and html documentation
-DOCDIR = $(PREFIX)/usr/share/doc/munin
-
-# Where to put man pages
-MANDIR = $(PREFIX)/usr/share/man
-
-# Where to put internal binaries and plugin repository
-LIBDIR = $(PREFIX)/usr/lib/munin
-
-# Server only - Output directory
-HTMLDIR= $

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

2013-01-28 Thread Dan McGee
Date: Tuesday, January 29, 2013 @ 05:01:25
  Author: dan
Revision: 176302

upgpkg: munin 2.0.10-1

Modified:
  munin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-29 03:57:43 UTC (rev 176301)
+++ PKGBUILD2013-01-29 04:01:25 UTC (rev 176302)
@@ -4,7 +4,7 @@
 
 pkgname=('munin' 'munin-node')
 pkgbase=munin
-pkgver=2.0.9
+pkgver=2.0.10
 pkgrel=1
 pkgdesc="A distributed monitoring/graphing tool"
 arch=('any')
@@ -74,7 +74,7 @@
rm -rf "$pkgdir/run/"
 }
 
-md5sums=('bcec945e070d09f2b7deb82dee347e0e'
+md5sums=('2d13a013e617b7b30d3fe5162c2085e6'
  'fb3cc403e298ae6b73c280c4d3af7b49'
  'dc9c83aa2a278466fb475364462f4119'
  '24a5fc7192729484c5190ddd76a3e9ab'



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

2013-01-28 Thread Dan McGee
Date: Tuesday, January 29, 2013 @ 04:57:43
  Author: dan
Revision: 176301

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

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 176300, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon
(from rev 176300, git/trunk/git-daemon)
  git/repos/extra-i686/git-daemon.conf
(from rev 176300, git/trunk/git-daemon.conf)
  git/repos/extra-i686/git-daemon.socket
(from rev 176300, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 176300, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 176300, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 176300, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon
(from rev 176300, git/trunk/git-daemon)
  git/repos/extra-x86_64/git-daemon.conf
(from rev 176300, git/trunk/git-daemon.conf)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 176300, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 176300, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 176300, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon
  git/repos/extra-i686/git-daemon.conf
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon
  git/repos/extra-x86_64/git-daemon.conf
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 extra-i686/PKGBUILD  |  234 ++---
 extra-i686/git-daemon|  140 +++---
 extra-i686/git-daemon.conf   |   10 -
 extra-i686/git-daemon.socket |   18 +-
 extra-i686/git-daemon@.service   |   20 +--
 extra-i686/git.install   |   42 +++---
 extra-x86_64/PKGBUILD|  234 ++---
 extra-x86_64/git-daemon  |  140 +++---
 extra-x86_64/git-daemon.conf |   10 -
 extra-x86_64/git-daemon.socket   |   18 +-
 extra-x86_64/git-daemon@.service |   20 +--
 extra-x86_64/git.install |   42 +++---
 12 files changed, 464 insertions(+), 464 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-29 03:57:22 UTC (rev 176300)
+++ extra-i686/PKGBUILD 2013-01-29 03:57:43 UTC (rev 176301)
@@ -1,117 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-
-pkgname=git
-pkgver=1.8.1.1
-pkgrel=1
-pkgdesc="the fast distributed version control system"
-arch=(i686 x86_64)
-url="http://git-scm.com/";
-license=('GPL2')
-depends=('curl' 'expat>=2.0' 'perl-error' 'perl>=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps: git cvsimport')
-replaces=('git-core')
-provides=('git-core')
-backup=('etc/conf.d/git-daemon.conf')
-install=git.install
-source=("http://git-core.googlecode.com/files/git-$pkgver.tar.gz";
-"http://git-core.googlecode.com/files/git-manpages-$pkgver.tar.gz";
-git-daemon
-git-daemon.conf
-git-daemon@.service
-git-daemon.socket)
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-all
-
-  cd contrib/emacs
-  make prefix=/usr
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  local jobs
-  jobs=$(expr "$MAKEFLAGS" : '.*\(-j[0-9]*\).*')
-  mkdir -p /dev/shm/git-test
-  # We used to use this, but silly git regressions:
-  #GIT_TEST_OPTS="--root=/dev/shm/" \
-  # http://comments.gmane.org/gmane.comp.version-control.git/202020
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS="$jobs -Q" \
-GIT_TEST_OPTS="--root=/dev/shm/git-test" \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-INSTALLDIRS=vendor DESTDIR="$pkgdir" install 
-
-  # bash completion
-  mkdir -p "$pkgdir"/usr/share/bash-completion/completions/
-  install -m

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

2013-01-28 Thread Dan McGee
Date: Tuesday, January 29, 2013 @ 04:57:22
  Author: dan
Revision: 176300

upgpkg: git 1.8.1.2-1

Modified:
  git/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-29 03:50:02 UTC (rev 176299)
+++ PKGBUILD2013-01-29 03:57:22 UTC (rev 176300)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee 
 
 pkgname=git
-pkgver=1.8.1.1
+pkgver=1.8.1.2
 pkgrel=1
 pkgdesc="the fast distributed version control system"
 arch=(i686 x86_64)
@@ -109,8 +109,8 @@
   install -D -m 644 "$srcdir"/git-daemon.socket 
"$pkgdir"/usr/lib/systemd/system/git-daemon.socket
 }
 
-md5sums=('2bf7fd005ecf2e0a311b849e6add7994'
- '4ac4ea5a72ec96ac24b7d6fba9ad1277'
+md5sums=('9f912370a1831c851ff8df171e8a7218'
+ 'b3034a199b544fd8ea0d6036ed69a09f'
  '8e2648910fd5dd4f1c41d3c7fa9e9156'
  '2e42bf97779a1c6411d89043334c9e78'
  '042524f942785772d7bd52a1f02fe5ae'



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

2013-01-28 Thread Gaetan Bisson
Date: Tuesday, January 29, 2013 @ 04:50:02
  Author: bisson
Revision: 176299

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

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

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

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

Copied: gnupg/repos/core-i686/PKGBUILD (from rev 176298, 
gnupg/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2013-01-29 03:50:02 UTC (rev 176299)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Powalowski 
+# Contributor: Andreas Radke 
+# Contributor: Judd Vinet 
+
+pkgname=gnupg
+pkgver=2.0.19
+pkgrel=5
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='http://www.gnupg.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+optdepends=('curl: gpg2keys_curl'
+'libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon')
+makedepends=('curl' 'libldap' 'libusb-compat')
+depends=('bzip2' 'libksba' 'libgcrypt' 'pth' 'libassuan' 'readline' 'pinentry' 
'dirmngr')
+source=("ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig}
+'valid-keyblock-packet.patch'
+'protect-tool-env.patch')
+sha1sums=('190c09e6688f688fb0a5cf884d01e240d957ac1f'
+  'f6e6830610a8629b0aad69d789373bf8ca481733'
+  '474d827f1c2976bb107985047f61ac9096ae0953'
+  '2ec97ba55ae47ff0d63bc813b8c64cb79cef11db')
+
+install=install
+
+conflicts=('gnupg2')

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

2013-01-28 Thread speps
Date: Tuesday, January 29, 2013 @ 02:36:39
  Author: speps
Revision: 83299

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-29 01:36:22 UTC (rev 83298)
+++ community-i686/PKGBUILD 2013-01-29 01:36:39 UTC (rev 83299)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: speps 
-
-_name=QupZilla
-pkgname=qupzilla
-pkgver=1.3.5
-pkgrel=3
-pkgdesc="Cross-platform QtWebKit browser"
-arch=(i686 x86_64)
-url="http://www.qupzilla.com/";
-license=('GPL3')
-depends=('qtwebkit')
-install="$pkgname.install"
-source=("$pkgname-$pkgver.tar.gz::https://github.com/$_name/$pkgname/tarball/v$pkgver";
-
"https://github.com/QupZilla/qupzilla/commit/37da53731c6c92b4ece0bdb6e264472adf2f6d9.patch";
-
"https://github.com/QupZilla/qupzilla/commit/7a1bbd993d6f54d01b88a8d1f05bcfe0dec1c2b5.patch";)
-md5sums=('95d19c0e22c6dbf605b760125a4b7ef3'
- 'c40fbec4f2d6877b6536834c45ec6323'
- 'ace1933025c3fba757911336560b00d0')
-
-build() {
-  cd "$srcdir/$_name-$pkgname-"*
-
-  # FS#32840
-  patch -p1 -i "$srcdir/${source[1]##*/}" #624 - Don't crash on adblock menu 
when adblock is disabled.
-  patch -p1 -i "$srcdir/${source[2]##*/}" #652 - Infinite loop on bookmarking 
a page while history is empty
-
-  # enable webgl support
-  export USE_WEBGL=true
-
-  qmake QUPZILLA_PREFIX=/usr/
-  make
-}
-
-package() {
-  cd "$srcdir/$_name-$pkgname-"*
-  make INSTALL_ROOT="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: qupzilla/repos/community-i686/PKGBUILD (from rev 83298, 
qupzilla/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-29 01:36:39 UTC (rev 83299)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: speps 
+
+_name=QupZilla
+_commit=fbfcc70
+pkgname=qupzilla
+pkgver=1.3.5_git20130128
+pkgrel=1
+pkgdesc="Cross-platform QtWebKit browser"
+arch=(i686 x86_64)
+url="http://www.qupzilla.com/";
+license=('GPL3')
+depends=('qtwebkit')
+install="$pkgname.install"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/$_name/$pkgname/tarball/$_commit";)
+md5sums=('ff8bd77f785335a8157aceb3cd54507a')
+
+build() {
+  cd "$srcdir/$_name-$pkgname-"*
+
+  # enable webgl support
+  export USE_WEBGL=true
+
+  qmake QUPZILLA_PREFIX=/usr/
+  make
+}
+
+package() {
+  cd "$srcdir/$_name-$pkgname-"*
+  make INSTALL_ROOT="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/qupzilla.install
===
--- community-i686/qupzilla.install 2013-01-29 01:36:22 UTC (rev 83298)
+++ community-i686/qupzilla.install 2013-01-29 01:36:39 UTC (rev 83299)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: qupzilla/repos/community-i686/qupzilla.install (from rev 83298, 
qupzilla/trunk/qupzilla.install)
===
--- community-i686/qupzilla.install (rev 0)
+++ community-i686/qupzilla.install 2013-01-29 01:36:39 UTC (rev 83299)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-01-29 01:36:22 UTC (rev 83298)
+++ community-x86_64/PKGBUILD   2013-01-29 01:36:39 UTC (rev 83299)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: speps 
-
-_name=QupZilla
-pkgname=qupzilla
-pkgver=1.3.5
-pkgrel=3
-pkgdesc="Cross-platform QtWebKit browser"
-arch=(i686 x86_64)
-url="http://www.qupzilla.com/";
-license=('GPL3')
-depends=('qtwebkit')
-install=

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

2013-01-28 Thread speps
Date: Tuesday, January 29, 2013 @ 02:36:22
  Author: speps
Revision: 83298

upgpkg: qupzilla 1.3.5_git20130128-1

Modified:
  qupzilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-29 01:23:49 UTC (rev 83297)
+++ PKGBUILD2013-01-29 01:36:22 UTC (rev 83298)
@@ -2,29 +2,22 @@
 # Maintainer: speps 
 
 _name=QupZilla
+_commit=fbfcc70
 pkgname=qupzilla
-pkgver=1.3.5
-pkgrel=3
+pkgver=1.3.5_git20130128
+pkgrel=1
 pkgdesc="Cross-platform QtWebKit browser"
 arch=(i686 x86_64)
 url="http://www.qupzilla.com/";
 license=('GPL3')
 depends=('qtwebkit')
 install="$pkgname.install"
-source=("$pkgname-$pkgver.tar.gz::https://github.com/$_name/$pkgname/tarball/v$pkgver";
-
"https://github.com/QupZilla/qupzilla/commit/37da53731c6c92b4ece0bdb6e264472adf2f6d9.patch";
-
"https://github.com/QupZilla/qupzilla/commit/7a1bbd993d6f54d01b88a8d1f05bcfe0dec1c2b5.patch";)
-md5sums=('95d19c0e22c6dbf605b760125a4b7ef3'
- 'c40fbec4f2d6877b6536834c45ec6323'
- 'ace1933025c3fba757911336560b00d0')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/$_name/$pkgname/tarball/$_commit";)
+md5sums=('ff8bd77f785335a8157aceb3cd54507a')
 
 build() {
   cd "$srcdir/$_name-$pkgname-"*
 
-  # FS#32840
-  patch -p1 -i "$srcdir/${source[1]##*/}" #624 - Don't crash on adblock menu 
when adblock is disabled.
-  patch -p1 -i "$srcdir/${source[2]##*/}" #652 - Infinite loop on bookmarking 
a page while history is empty
-
   # enable webgl support
   export USE_WEBGL=true
 



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

2013-01-28 Thread Sven-Hendrik Haase
Date: Tuesday, January 29, 2013 @ 02:23:49
  Author: svenstaro
Revision: 83297

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

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

--+
 community-i686/PKGBUILD  |  202 ++---
 community-i686/blender.install   |   26 ++--
 community-x86_64/PKGBUILD|  202 ++---
 community-x86_64/blender.install |   26 ++--
 4 files changed, 228 insertions(+), 228 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-29 01:23:33 UTC (rev 83296)
+++ community-i686/PKGBUILD 2013-01-29 01:23:49 UTC (rev 83297)
@@ -1,101 +0,0 @@
-# $Id$
-# Contributor: John Sowiak 
-# Contributor: tobias 
-# Maintainer: Sven-Hendrik Haase 
-
-# Sometimes blender.org takes some time to release patch releases and because 
Arch users
-# are impatient, we sometimes need to build from svn directly.
-
-_svn=false
-
-pkgname=blender
-true && pkgver=2.65a # Hack for svn
-true && pkgrel=4
-epoch=6
-pkgdesc="A fully integrated 3D graphics creation suite"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.blender.org";
-depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils'
- 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew'
- 'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada'
- 'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage')
-makedepends=('cmake' 'boost' 'cuda' 'subversion' 'mesa')
-optdepends=('cuda: cycles renderer cuda support')
-options=(!strip)
-install=blender.install
-if [[ $_svn = false ]]; then
-  source=(http://download.blender.org/source/$pkgname-$pkgver.tar.gz)
-  md5sums=('3bbe18060c5c9c2ad600c8bfe8ee4786')
-else
-  source=()
-  md5sums=()
-fi
-
-_svntrunk="https://svn.blender.org/svnroot/bf-blender/trunk/blender";
-_svnmod="blender"
-
-build() {
-if [[ $_svn = true ]]; then
-  cd "$srcdir"
-  msg "Connecting to SVN server"
-
-  if [[ -d "$_svnmod/.svn" ]]; then
-(cd "$_svnmod" && svn up )
-  else
-svn co "$_svntrunk" --config-dir ./ "$_svnmod"
-  fi
-
-  msg "SVN checkout done or server timeout"
-  msg "Starting build..."
-
-  rm -rf "$srcdir/$_svnmod-build"
-  cp -r "$srcdir/$_svnmod" "$srcdir/$_svnmod-build"
-  cd "$srcdir/$_svnmod-build"
-else
-  cd "$srcdir/$pkgname-$pkgver"
-fi
-
-  mkdir build
-  cd build
-
-  [[ $CARCH == i686 ]] && ENABLESSE2="-DSUPPORT_SSE2_BUILD=OFF"
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DWITH_INSTALL_PORTABLE=OFF \
--DWITH_PYTHON_INSTALL=OFF \
--DWITH_OPENCOLLADA=ON \
--DOPENIMAGEIO_ROOT_DIR=/usr \
--DWITH_GAMEENGINE=ON \
--DWITH_JACK=ON \
--DWITH_PLAYER=ON \
--DWITH_CODEC_FFMPEG=ON \
--DWITH_CODEC_SNDFILE=ON \
--DWITH_CYCLES=ON \
--DWITH_CYCLES_CUDA_BINARIES=ON \
--DCUDA_TOOLKIT_ROOT_DIR=/opt/cuda-toolkit/ \
--DWITH_FFTW3=ON \
--DWITH_MOD_OCEANSIM=ON \
--DPYTHON_VERSION=3.3 \
--DPYTHON_LIBPATH=/usr/lib \
--DPYTHON_LIBRARY=python3.3m \
--DPYTHON_INCLUDE_DIRS=/usr/include/python3.3m \
-$ENABLESSE2
-
-#-DWITH_CYCLES_OSL=ON \
-  make $MAKEFLAGS
-
-  make
-}
-
-package() {
-  if [[ $_svn = true ]]; then
-cd "$srcdir/$_svnmod-build/build"
-  else
-cd "$srcdir/$pkgname-$pkgver/build"
-  fi
-  make DESTDIR="${pkgdir}" install
-  python -m compileall "${pkgdir}/usr/share/blender"
-}

Copied: blender/repos/community-i686/PKGBUILD (from rev 83296, 
blender/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-29 01:23:49 UTC (rev 83297)
@@ -0,0 +1,101 @@
+# $Id$
+# Contributor: John Sowiak 
+# Contributor: tobias 
+# Maintainer: Sven-Hendrik Haase 
+
+# Sometimes blender.org takes some time to release patch releases and because 
Arch users
+# are impatient, we sometimes need to build from svn directly.
+
+_svn=false
+
+pkgname=blender
+true && pkgver=2.65a # Hack for svn
+true && pkgrel=5
+epoch=6
+pkgdesc="A fully integrated 3D graphics creation suite"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.blender.org";
+depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils'
+ 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew'
+ 'freetype

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

2013-01-28 Thread Sven-Hendrik Haase
Date: Tuesday, January 29, 2013 @ 02:23:33
  Author: svenstaro
Revision: 83296

upgpkg: blender 6:2.65a-5

Rebuild without openshadinglanguage

Modified:
  blender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-29 00:13:58 UTC (rev 83295)
+++ PKGBUILD2013-01-29 01:23:33 UTC (rev 83296)
@@ -10,7 +10,7 @@
 
 pkgname=blender
 true && pkgver=2.65a # Hack for svn
-true && pkgrel=4
+true && pkgrel=5
 epoch=6
 pkgdesc="A fully integrated 3D graphics creation suite"
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils'
  'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew'
  'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada'
- 'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage')
+ 'openimageio' 'libsndfile' 'jack' 'opencolorio') 
#'openshadinglanguage')
 makedepends=('cmake' 'boost' 'cuda' 'subversion' 'mesa')
 optdepends=('cuda: cycles renderer cuda support')
 options=(!strip)



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

2013-01-28 Thread Florian Pritz
Date: Tuesday, January 29, 2013 @ 01:13:58
  Author: bluewind
Revision: 83295

archrelease: copy trunk to community-any

Added:
  inxi/repos/community-any/PKGBUILD
(from rev 83294, inxi/trunk/PKGBUILD)
  inxi/repos/community-any/upgpkg
(from rev 83294, inxi/trunk/upgpkg)
Deleted:
  inxi/repos/community-any/PKGBUILD
  inxi/repos/community-any/upgpkg

--+
 PKGBUILD |   38 +++---
 upgpkg   |8 
 2 files changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-01-29 00:13:52 UTC (rev 83294)
+++ PKGBUILD2013-01-29 00:13:58 UTC (rev 83295)
@@ -1,19 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz 
-pkgname=inxi
-pkgver=1.8.32
-pkgrel=1
-pkgdesc="script to get system information"
-arch=('any')
-url="http://inxi.org";
-license=('GPL')
-source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('ed96e23bd4c65dece30647a6e2f4ed25')
-
-package() {
-  cd "$srcdir"
-  install -D -m755 inxi "$pkgdir/usr/bin/inxi"
-  install -D -m755 inxi.1.gz "$pkgdir/usr/share/man/man1/inxi.1.gz"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: inxi/repos/community-any/PKGBUILD (from rev 83294, inxi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-01-29 00:13:58 UTC (rev 83295)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Florian Pritz 
+pkgname=inxi
+pkgver=1.8.33
+pkgrel=1
+pkgdesc="script to get system information"
+arch=('any')
+url="http://inxi.org";
+license=('GPL')
+source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('785ce75b93dc39ea18f56175b73b3b43')
+
+package() {
+  cd "$srcdir"
+  install -D -m755 inxi "$pkgdir/usr/bin/inxi"
+  install -D -m755 inxi.1.gz "$pkgdir/usr/share/man/man1/inxi.1.gz"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: upgpkg
===
--- upgpkg  2013-01-29 00:13:52 UTC (rev 83294)
+++ upgpkg  2013-01-29 00:13:58 UTC (rev 83295)
@@ -1,4 +0,0 @@
-upgpkg_pre_upgrade() {
-  wget http://inxi.googlecode.com/svn/trunk/inxi.tar.gz -O 
inxi-$_newpkgver.tar.gz
-  scp inxi-$_newpkgver.tar.gz nymeria:/srv/ftp/other/community/inxi
-}

Copied: inxi/repos/community-any/upgpkg (from rev 83294, inxi/trunk/upgpkg)
===
--- upgpkg  (rev 0)
+++ upgpkg  2013-01-29 00:13:58 UTC (rev 83295)
@@ -0,0 +1,4 @@
+upgpkg_pre_upgrade() {
+  wget http://inxi.googlecode.com/svn/trunk/inxi.tar.gz -O 
inxi-$_newpkgver.tar.gz
+  scp inxi-$_newpkgver.tar.gz nymeria:/srv/ftp/other/community/inxi
+}



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

2013-01-28 Thread Florian Pritz
Date: Tuesday, January 29, 2013 @ 01:13:52
  Author: bluewind
Revision: 83294

upgpkg: inxi 1.8.33-1

upstream update

Modified:
  inxi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-28 23:02:36 UTC (rev 83293)
+++ PKGBUILD2013-01-29 00:13:52 UTC (rev 83294)
@@ -1,14 +1,14 @@
 # $Id$
 # Maintainer: Florian Pritz 
 pkgname=inxi
-pkgver=1.8.32
+pkgver=1.8.33
 pkgrel=1
 pkgdesc="script to get system information"
 arch=('any')
 url="http://inxi.org";
 license=('GPL')
 
source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('ed96e23bd4c65dece30647a6e2f4ed25')
+md5sums=('785ce75b93dc39ea18f56175b73b3b43')
 
 package() {
   cd "$srcdir"



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

2013-01-28 Thread Alexander Rødseth
Date: Tuesday, January 29, 2013 @ 00:02:36
  Author: arodseth
Revision: 83293

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

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

-+
 community-i686/PKGBUILD |   68 --
 community-i686/kradio.install   |   24 +++--
 community-x86_64/PKGBUILD   |   68 --
 community-x86_64/kradio.install |   24 +++--
 4 files changed, 98 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-28 23:02:23 UTC (rev 83292)
+++ community-i686/PKGBUILD 2013-01-28 23:02:36 UTC (rev 83293)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Tobias Powalowski 
-
-pkgname=kradio
-pkgver=4.0.6
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL2')
-pkgdesc="A comfortable KDE internet and AM/FM radio application"
-url="http://kradio.sourceforge.net/";
-depends=('kdebase-runtime' 'lirc-utils' 'libmms' 'ffmpeg')
-makedepends=('automoc4' 'cmake' 'boost')
-install=$pkgname.install
-source=("http://downloads.sourceforge.net/$pkgname/kradio4-$pkgver.tar.bz2"{,.asc})
-md5sums=('ee9214156465e0416bb369f78b4a5eae'
- 'f43706e63d24788f2278bada7b10cc6f')
-
-build() {
-  cd "$srcdir"
-  mkdir build
-  cd build
-  cmake ../${pkgname}4-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd "$srcdir/build"
-  make DESTDIR="$pkgdir" install
-}

Copied: kradio/repos/community-i686/PKGBUILD (from rev 83292, 
kradio/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-28 23:02:36 UTC (rev 83293)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Tobias Powalowski 
+
+pkgname=kradio
+pkgver=4.0.7
+pkgrel=1
+arch=('x86_64' 'i686')
+license=('GPL2')
+pkgdesc='Comfortable KDE internet and AM/FM radio application'
+url='http://kradio.sourceforge.net/'
+depends=('kdebase-runtime' 'lirc-utils' 'libmms' 'ffmpeg')
+makedepends=('automoc4' 'cmake' 'boost')
+install=$pkgname.install
+source=("http://downloads.sourceforge.net/$pkgname/kradio4-$pkgver.tar.bz2"{,.asc})
+sha256sums=('53d1a706f08cfd5a405142cf34cf9c0b03397b03961936651dfae7206003959c'
+'cc6e801e10dbb7971cd09f2083d9fad0dc20ffc59ce3301486a985b8718d0c97')
+
+build() {
+  cd "$srcdir"
+
+  mkdir build
+  cd build
+  cmake "../${pkgname}4-$pkgver" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd "$srcdir/build"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/kradio.install
===
--- community-i686/kradio.install   2013-01-28 23:02:23 UTC (rev 83292)
+++ community-i686/kradio.install   2013-01-28 23:02:36 UTC (rev 83293)
@@ -1,11 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kradio/repos/community-i686/kradio.install (from rev 83292, 
kradio/trunk/kradio.install)
===
--- community-i686/kradio.install   (rev 0)
+++ community-i686/kradio.install   2013-01-28 23:02:36 UTC (rev 83293)
@@ -0,0 +1,13 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-01-28 23:02:23 UTC (rev 83292)
+++ community-x86_64/PKGBUILD   2013-01-28 23:02:36 UTC (rev 83293)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Tobias Powalowski 
-
-pkgname=kradio
-pkgver=4.0.6
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL2')
-pkgdesc="A comfortable KDE internet and AM/FM radio application"
-url="http://kradio.sourceforge.net/";
-depends=('kdebase-runtime' 'lirc-utils' 'libmms' 'ffmpeg')
-makedepends=('automoc4' 'cmake' 'boost')
-install=$pkgname.install
-source=("http://downloads.sourceforge.net/$pkgname/kradio4-$pkgver.tar.bz2"{,.asc})
-md5sums=(

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

2013-01-28 Thread Alexander Rødseth
Date: Tuesday, January 29, 2013 @ 00:02:23
  Author: arodseth
Revision: 83292

upgpkg: kradio 4.0.7-1

Modified:
  kradio/trunk/PKGBUILD
  kradio/trunk/kradio.install

+
 PKGBUILD   |   20 
 kradio.install |8 +---
 2 files changed, 17 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-28 21:09:12 UTC (rev 83291)
+++ PKGBUILD2013-01-28 23:02:23 UTC (rev 83292)
@@ -1,26 +1,27 @@
 # $Id$
-# Maintainer:
+# Maintainer: Alexander Rødseth 
 # Contributor: Tobias Powalowski 
 
 pkgname=kradio
-pkgver=4.0.6
+pkgver=4.0.7
 pkgrel=1
-arch=('i686' 'x86_64')
+arch=('x86_64' 'i686')
 license=('GPL2')
-pkgdesc="A comfortable KDE internet and AM/FM radio application"
-url="http://kradio.sourceforge.net/";
+pkgdesc='Comfortable KDE internet and AM/FM radio application'
+url='http://kradio.sourceforge.net/'
 depends=('kdebase-runtime' 'lirc-utils' 'libmms' 'ffmpeg')
 makedepends=('automoc4' 'cmake' 'boost')
 install=$pkgname.install
 
source=("http://downloads.sourceforge.net/$pkgname/kradio4-$pkgver.tar.bz2"{,.asc})
-md5sums=('ee9214156465e0416bb369f78b4a5eae'
- 'f43706e63d24788f2278bada7b10cc6f')
+sha256sums=('53d1a706f08cfd5a405142cf34cf9c0b03397b03961936651dfae7206003959c'
+'cc6e801e10dbb7971cd09f2083d9fad0dc20ffc59ce3301486a985b8718d0c97')
 
 build() {
   cd "$srcdir"
+
   mkdir build
   cd build
-  cmake ../${pkgname}4-$pkgver \
+  cmake "../${pkgname}4-$pkgver" \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_BUILD_TYPE=Release
   make
@@ -28,5 +29,8 @@
 
 package() {
   cd "$srcdir/build"
+
   make DESTDIR="$pkgdir" install
 }
+
+# vim:set ts=2 sw=2 et:

Modified: kradio.install
===
--- kradio.install  2013-01-28 21:09:12 UTC (rev 83291)
+++ kradio.install  2013-01-28 23:02:23 UTC (rev 83292)
@@ -1,11 +1,13 @@
 post_install() {
-xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
 }
 
 post_upgrade() {
-post_install
+  post_install
 }
 
 post_remove() {
-post_install
+  post_install
 }
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in abcde/repos/community-any (5 files)

2013-01-28 Thread Jakob Gruber
Date: Monday, January 28, 2013 @ 22:09:12
  Author: schuay
Revision: 83291

archrelease: copy trunk to community-any

Added:
  abcde/repos/community-any/PKGBUILD
(from rev 83290, abcde/trunk/PKGBUILD)
  abcde/repos/community-any/fix-mp3-tagging.patch
(from rev 83290, abcde/trunk/fix-mp3-tagging.patch)
  abcde/repos/community-any/python2-eyed3-0.7.0.patch
(from rev 83290, abcde/trunk/python2-eyed3-0.7.0.patch)
Deleted:
  abcde/repos/community-any/PKGBUILD
  abcde/repos/community-any/fix-mp3-tagging.patch

---+
 PKGBUILD  |   87 ++--
 fix-mp3-tagging.patch |   40 ++--
 python2-eyed3-0.7.0.patch |   20 ++
 3 files changed, 84 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-01-28 21:08:27 UTC (rev 83290)
+++ PKGBUILD2013-01-28 21:09:12 UTC (rev 83291)
@@ -1,43 +0,0 @@
-# $Id$
-# Contributor: Jochem Kossen 
-# Contributor: Kevin Piche 
-# Contributor: Daniel J Griffiths 
-# Maintainer: schuay 
-
-pkgname=abcde
-pkgver=2.5.4
-pkgrel=3
-pkgdesc='A frontend command-line utility that grabs tracks off a CD, encodes 
them to ogg or mp3 format, and tags them, all in one go.'
-arch=('any')
-url='http://code.google.com/p/abcde/'
-license=('GPL')
-depends=('bash' 'cd-discid' 'wget' 'vorbis-tools' 'python2-eyed3')
-optdepends=('eject: Eject support'
-   'cdparanoia: Paranoia ripping support'
-   'cdrkit: icedax ripping support'
-   'lame: MP3 encoding support'
-   'flac: FLAC encoding support'
-   'id3: ID3 v1 tag support')
-backup=("etc/${pkgname}.conf")
-source=("http://abcde.googlecode.com/files/abcde-${pkgver}.tar.gz";
-'fix-mp3-tagging.patch')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   patch -Np0 < ${srcdir}/fix-mp3-tagging.patch
-   sed -e "s:normalize-audio:normalize:g" -i ${pkgname}
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   install -Dm 0755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
-   install -Dm 0755 cddb-tool ${pkgdir}/usr/bin/cddb-tool
-   install -Dm 0644 cddb-tool.1 ${pkgdir}/usr/share/man/man1/cddb-tool.1
-   install -Dm 0644 ${pkgname}.1 ${pkgdir}/usr/share/man/man1/${pkgname}.1
-   install -Dm 0644 ${pkgname}.conf ${pkgdir}/etc/${pkgname}.conf
-}
-
-md5sums=('d761c5a07854ce24748be9aa10100e74'
- 'c3975dc8389ff2edba6684bbc378d97d')

Copied: abcde/repos/community-any/PKGBUILD (from rev 83290, 
abcde/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-01-28 21:09:12 UTC (rev 83291)
@@ -0,0 +1,44 @@
+# $Id$
+# Contributor: Jochem Kossen 
+# Contributor: Kevin Piche 
+# Contributor: Daniel J Griffiths 
+# Maintainer: schuay 
+
+pkgname=abcde
+pkgver=2.5.4
+pkgrel=4
+pkgdesc='A frontend command-line utility that grabs tracks off a CD, encodes 
them to ogg or mp3 format, and tags them, all in one go.'
+arch=('any')
+url='http://code.google.com/p/abcde/'
+license=('GPL')
+depends=('bash' 'cd-discid' 'wget' 'vorbis-tools' 'python2-eyed3')
+optdepends=('eject: Eject support'
+'cdparanoia: Paranoia ripping support'
+'cdrkit: icedax ripping support'
+'lame: MP3 encoding support'
+'flac: FLAC encoding support'
+'id3: ID3 v1 tag support'
+'perl-musicbrainz-discid: musicbrainz support'
+'perl-webservice-musicbrainz: musicbrainz support')
+backup=("etc/${pkgname}.conf")
+source=("http://abcde.googlecode.com/files/abcde-${pkgver}.tar.gz";
+'fix-mp3-tagging.patch'
+'python2-eyed3-0.7.0.patch')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+patch -Np2 < ${srcdir}/python2-eyed3-0.7.0.patch
+patch -Np0 < ${srcdir}/fix-mp3-tagging.patch
+sed -e "s:normalize-audio:normalize:g" -i ${pkgname}
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+make DESTDIR="${pkgdir}" install
+}
+
+md5sums=('d761c5a07854ce24748be9aa10100e74'
+ 'c3975dc8389ff2edba6684bbc378d97d'
+ 'a438c9bc47da917884b18255bc1ffe0d')

Deleted: fix-mp3-tagging.patch
===
--- fix-mp3-tagging.patch   2013-01-28 21:08:27 UTC (rev 83290)
+++ fix-mp3-tagging.patch   2013-01-28 21:09:12 UTC (rev 83291)
@@ -1,20 +0,0 @@
-*** abcde  2010-02-15 16:04:40.0 -0600
 abcde  2010-02-15 14:41:25.0 -0600
-***
-*** 835,841 
-   -A "$DALBUM" -a "$TRACKARTIST" 
-t "$TRACKNAME" \
-   -y "$CDYEAR" -g "$GENREID" \
-   -T "${TRACKNUM:-$1}/$TRACKS" \
-!  ${TPE2:+--TPE2 "$TPE2"} \
-   "$ABCDETEMPDIR/tra

[arch-commits] Commit in abcde/trunk (PKGBUILD python2-eyed3-0.7.0.patch)

2013-01-28 Thread Jakob Gruber
Date: Monday, January 28, 2013 @ 22:08:27
  Author: schuay
Revision: 83290

abcde 2.5.4-4

Added:
  abcde/trunk/python2-eyed3-0.7.0.patch
Modified:
  abcde/trunk/PKGBUILD

---+
 PKGBUILD  |   35 ++-
 python2-eyed3-0.7.0.patch |   20 
 2 files changed, 38 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-28 21:02:03 UTC (rev 83289)
+++ PKGBUILD2013-01-28 21:08:27 UTC (rev 83290)
@@ -6,38 +6,39 @@
 
 pkgname=abcde
 pkgver=2.5.4
-pkgrel=3
+pkgrel=4
 pkgdesc='A frontend command-line utility that grabs tracks off a CD, encodes 
them to ogg or mp3 format, and tags them, all in one go.'
 arch=('any')
 url='http://code.google.com/p/abcde/'
 license=('GPL')
 depends=('bash' 'cd-discid' 'wget' 'vorbis-tools' 'python2-eyed3')
 optdepends=('eject: Eject support'
-   'cdparanoia: Paranoia ripping support'
-   'cdrkit: icedax ripping support'
-   'lame: MP3 encoding support'
-   'flac: FLAC encoding support'
-   'id3: ID3 v1 tag support')
+'cdparanoia: Paranoia ripping support'
+'cdrkit: icedax ripping support'
+'lame: MP3 encoding support'
+'flac: FLAC encoding support'
+'id3: ID3 v1 tag support'
+'perl-musicbrainz-discid: musicbrainz support'
+'perl-webservice-musicbrainz: musicbrainz support')
 backup=("etc/${pkgname}.conf")
 source=("http://abcde.googlecode.com/files/abcde-${pkgver}.tar.gz";
-'fix-mp3-tagging.patch')
+'fix-mp3-tagging.patch'
+'python2-eyed3-0.7.0.patch')
 
 build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
+cd ${srcdir}/${pkgname}-${pkgver}
 
-   patch -Np0 < ${srcdir}/fix-mp3-tagging.patch
-   sed -e "s:normalize-audio:normalize:g" -i ${pkgname}
+patch -Np2 < ${srcdir}/python2-eyed3-0.7.0.patch
+patch -Np0 < ${srcdir}/fix-mp3-tagging.patch
+sed -e "s:normalize-audio:normalize:g" -i ${pkgname}
 }
 
 package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
+cd ${srcdir}/${pkgname}-${pkgver}
 
-   install -Dm 0755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
-   install -Dm 0755 cddb-tool ${pkgdir}/usr/bin/cddb-tool
-   install -Dm 0644 cddb-tool.1 ${pkgdir}/usr/share/man/man1/cddb-tool.1
-   install -Dm 0644 ${pkgname}.1 ${pkgdir}/usr/share/man/man1/${pkgname}.1
-   install -Dm 0644 ${pkgname}.conf ${pkgdir}/etc/${pkgname}.conf
+make DESTDIR="${pkgdir}" install
 }
 
 md5sums=('d761c5a07854ce24748be9aa10100e74'
- 'c3975dc8389ff2edba6684bbc378d97d')
+ 'c3975dc8389ff2edba6684bbc378d97d'
+ 'a438c9bc47da917884b18255bc1ffe0d')

Added: python2-eyed3-0.7.0.patch
===
--- python2-eyed3-0.7.0.patch   (rev 0)
+++ python2-eyed3-0.7.0.patch   2013-01-28 21:08:27 UTC (rev 83290)
@@ -0,0 +1,20 @@
+--- src/abcde-2.5.4/abcde  2012-09-18 15:09:31.0 +0200
 src/abcde-2.5.4/abcde  2013-01-28 21:44:55.479715536 +0100
+@@ -829,7 +829,7 @@
+   -a "$TRACKARTIST" -t 
"$TRACKNAME" -Y "$CDYEAR" \
+   -G "$GENREID" -n 
"${TRACKNUM:-$1}" \
+   ${TRACKNUM:+-N "$TRACKS"} \
+-  
${ENCODING:+--set-encoding="$ENCODING"} \
++  ${ENCODING:+--encoding 
"$ENCODING"} \
+   
${TPE2:+--set-text-frame=TPE2:"$TPE2"} \
+   "$ABCDETEMPDIR/track$1.$OUTPUT"
+   ;;
+@@ -3879,7 +3879,7 @@
+   TAGGER="$EYED3"
+   TAGGEROPTS="$ID3V2OPTS"
+   ID3SYNTAX=eyed3
+-  TAGGEROPTS="--set-encoding=utf16-LE $ID3V2OPTS"
++  TAGGEROPTS="--encoding utf16 $ID3V2OPTS"
+ fi
+ 
+ # NOGAP is specific to lame. Other encoders fail ...



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

2013-01-28 Thread Jelle van der Waa
Date: Monday, January 28, 2013 @ 22:02:03
  Author: jelle
Revision: 83289

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   60 +---
 1 file changed, 29 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-01-28 21:01:41 UTC (rev 83288)
+++ PKGBUILD2013-01-28 21:02:03 UTC (rev 83289)
@@ -1,31 +0,0 @@
-#$Id$
-#Maintainer: Aaron Griffin 
-#Contributor: Federico Quagliata (quaqo) 
-#Contributor: cdhotfire 
-
-pkgname=python2-eyed3
-pkgver=0.6.18
-pkgrel=4
-pkgdesc="A Python module and program for processing information about mp3 
files"
-arch=(any)
-url="http://eyed3.nicfit.net/";
-license=('GPL')
-depends=('python2')
-source=(http://eyed3.nicfit.net/releases/eyeD3-$pkgver.tar.gz)
-options=(!emptydirs)
-md5sums=('ad545c55bb8bdd579e8d14c5bdaacee5')
-replaces=('python-eyed3')
-provides=('python-eyed3')
-
-build() {
-  cd $srcdir/eyeD3-$pkgver
-  sed -i 's#env python#env python2#' bin/eyeD3
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make 
-  echo $pkgdir
-}
-package() {
-  cd $srcdir/eyeD3-$pkgver
-  # Redefine docdir
-  make  docdir=$pkgdir/usr/share/doc/$pkgname DESTDIR=$pkgdir install
-} 

Copied: python2-eyed3/repos/community-any/PKGBUILD (from rev 83288, 
python2-eyed3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-01-28 21:02:03 UTC (rev 83289)
@@ -0,0 +1,29 @@
+#$Id$
+#Maintainer: Aaron Griffin 
+#Contributor: Federico Quagliata (quaqo) 
+#Contributor: cdhotfire 
+
+pkgname=python2-eyed3
+pkgver=0.7.1
+pkgrel=1
+pkgdesc="A Python module and program for processing information about mp3 
files"
+arch=(any)
+url="http://eyed3.nicfit.net/";
+license=('GPL')
+depends=('python2')
+makedepends=('python2-distribute')
+source=(http://eyed3.nicfit.net/releases/eyeD3-$pkgver.tgz)
+options=(!emptydirs)
+replaces=('python-eyed3')
+provides=('python-eyed3')
+md5sums=('05fc6031fef62146c1aca188d13a62a6')
+
+build() {
+  cd $srcdir/eyeD3-$pkgver
+  python2 setup.py build
+}
+package() {
+  cd $srcdir/eyeD3-$pkgver
+  python2 setup.py install --root="${pkgdir}" --optimize=1 
+  sed -i 's/python/python2/' $pkgdir/usr/bin/eyeD3
+} 



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

2013-01-28 Thread Jelle van der Waa
Date: Monday, January 28, 2013 @ 22:01:41
  Author: jelle
Revision: 83288

upgpkg: python2-eyed3 0.7.1-1

update to 0.7.1

Modified:
  python2-eyed3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-28 20:30:28 UTC (rev 83287)
+++ PKGBUILD2013-01-28 21:01:41 UTC (rev 83288)
@@ -4,28 +4,26 @@
 #Contributor: cdhotfire 
 
 pkgname=python2-eyed3
-pkgver=0.6.18
-pkgrel=4
+pkgver=0.7.1
+pkgrel=1
 pkgdesc="A Python module and program for processing information about mp3 
files"
 arch=(any)
 url="http://eyed3.nicfit.net/";
 license=('GPL')
 depends=('python2')
-source=(http://eyed3.nicfit.net/releases/eyeD3-$pkgver.tar.gz)
+makedepends=('python2-distribute')
+source=(http://eyed3.nicfit.net/releases/eyeD3-$pkgver.tgz)
 options=(!emptydirs)
-md5sums=('ad545c55bb8bdd579e8d14c5bdaacee5')
 replaces=('python-eyed3')
 provides=('python-eyed3')
+md5sums=('05fc6031fef62146c1aca188d13a62a6')
 
 build() {
   cd $srcdir/eyeD3-$pkgver
-  sed -i 's#env python#env python2#' bin/eyeD3
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make 
-  echo $pkgdir
+  python2 setup.py build
 }
 package() {
   cd $srcdir/eyeD3-$pkgver
-  # Redefine docdir
-  make  docdir=$pkgdir/usr/share/doc/$pkgname DESTDIR=$pkgdir install
+  python2 setup.py install --root="${pkgdir}" --optimize=1 
+  sed -i 's/python/python2/' $pkgdir/usr/bin/eyeD3
 } 



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

2013-01-28 Thread Jakob Gruber
Date: Monday, January 28, 2013 @ 21:30:28
  Author: schuay
Revision: 83287

archrelease: copy trunk to community-x86_64

Added:
  openssh-askpass/repos/community-x86_64/PKGBUILD
(from rev 83286, openssh-askpass/trunk/PKGBUILD)
  openssh-askpass/repos/community-x86_64/openssh-askpass.sh
(from rev 83286, openssh-askpass/trunk/openssh-askpass.sh)
Deleted:
  openssh-askpass/repos/community-x86_64/PKGBUILD
  openssh-askpass/repos/community-x86_64/openssh-askpass.sh

+
 PKGBUILD   |   68 ++-
 openssh-askpass.sh |6 ++--
 2 files changed, 38 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-01-28 20:30:22 UTC (rev 83286)
+++ PKGBUILD2013-01-28 20:30:28 UTC (rev 83287)
@@ -1,33 +0,0 @@
-# Maintainer: schuay 
-# Previous Maintainer:  TDY 
-# Contributor: Massimiliano Torromeo 
-
-pkgname=openssh-askpass
-pkgver=1.3.4
-pkgrel=1
-pkgdesc='A plasma-like passphrase dialog for ssh'
-arch=('i686' 'x86_64')
-url='http://www.phenix.bnl.gov/WWW/publish/hpereira/software/index.php?page=package&package_list=software_list_qt4&package=openssh-askpass&full=1'
-license=('GPL')
-depends=('openssh' 'qt')
-provides=('x11-ssh-askpass')
-conflicts=('x11-ssh-askpass')
-source=("http://www.phenix.bnl.gov/WWW/publish/hpereira/software/tgz/$pkgname-$pkgver.tar.gz";
-"$pkgname.sh")
- 
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./autogen.sh --prefix=/usr --with-qt-dir=/usr --bindir=/usr/lib/openssh
-
-  # fixes linking error: CompositeEngine.o: undefined reference to symbol 
'XRenderFindVisualFormat'
-  sed -i 's|-lQtCore -lQtGui|-lQtCore -lQtGui -lXrender -lX11|' Makefile
-  make
-}
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm755 ../$pkgname.sh "$pkgdir/etc/profile.d/$pkgname.sh"
-}
-
-md5sums=('2fb1303879c663ec0df7979b3ee8da2c'
- '961738244318f3723ba99cdcaac91a21')

Copied: openssh-askpass/repos/community-x86_64/PKGBUILD (from rev 83286, 
openssh-askpass/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-01-28 20:30:28 UTC (rev 83287)
@@ -0,0 +1,35 @@
+# Maintainer: schuay 
+# Previous Maintainer:  TDY 
+# Contributor: Massimiliano Torromeo 
+
+pkgname=openssh-askpass
+pkgver=1.3.6
+pkgrel=1
+pkgdesc='A plasma-like passphrase dialog for ssh'
+arch=('i686' 'x86_64')
+url='http://www.phenix.bnl.gov/WWW/publish/hpereira/software/index.php?page=package&package_list=software_list_qt4&package=openssh-askpass&full=1'
+license=('GPL')
+depends=('openssh' 'qt')
+makedepends=('cmake')
+provides=('x11-ssh-askpass')
+conflicts=('x11-ssh-askpass')
+source=("http://www.phenix.bnl.gov/WWW/publish/hpereira/software/tgz/$pkgname-$pkgver.tar.gz";
+"$pkgname.sh")
+ 
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  mkdir -p build
+  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX="/usr" ..
+  make
+}
+package() {
+  cd "$srcdir/$pkgname-$pkgver/build"
+  make DESTDIR="$pkgdir" install
+  install -Dm755 "$srcdir/$pkgname.sh" "$pkgdir/etc/profile.d/$pkgname.sh"
+}
+
+md5sums=('795519396f070038857cd35710e2ff85'
+ '961738244318f3723ba99cdcaac91a21')

Deleted: openssh-askpass.sh
===
--- openssh-askpass.sh  2013-01-28 20:30:22 UTC (rev 83286)
+++ openssh-askpass.sh  2013-01-28 20:30:28 UTC (rev 83287)
@@ -1,3 +0,0 @@
-if [ -f /usr/lib/openssh/qt4-ssh-askpass ]; then
-  export SSH_ASKPASS=/usr/lib/openssh/qt4-ssh-askpass
-fi

Copied: openssh-askpass/repos/community-x86_64/openssh-askpass.sh (from rev 
83286, openssh-askpass/trunk/openssh-askpass.sh)
===
--- openssh-askpass.sh  (rev 0)
+++ openssh-askpass.sh  2013-01-28 20:30:28 UTC (rev 83287)
@@ -0,0 +1,3 @@
+if [ -f /usr/lib/openssh/qt4-ssh-askpass ]; then
+  export SSH_ASKPASS=/usr/lib/openssh/qt4-ssh-askpass
+fi



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

2013-01-28 Thread Jakob Gruber
Date: Monday, January 28, 2013 @ 21:30:22
  Author: schuay
Revision: 83286

archrelease: copy trunk to community-i686

Added:
  openssh-askpass/repos/community-i686/PKGBUILD
(from rev 83285, openssh-askpass/trunk/PKGBUILD)
  openssh-askpass/repos/community-i686/openssh-askpass.sh
(from rev 83285, openssh-askpass/trunk/openssh-askpass.sh)
Deleted:
  openssh-askpass/repos/community-i686/PKGBUILD
  openssh-askpass/repos/community-i686/openssh-askpass.sh

+
 PKGBUILD   |   68 ++-
 openssh-askpass.sh |6 ++--
 2 files changed, 38 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-01-28 20:29:30 UTC (rev 83285)
+++ PKGBUILD2013-01-28 20:30:22 UTC (rev 83286)
@@ -1,33 +0,0 @@
-# Maintainer: schuay 
-# Previous Maintainer:  TDY 
-# Contributor: Massimiliano Torromeo 
-
-pkgname=openssh-askpass
-pkgver=1.3.4
-pkgrel=1
-pkgdesc='A plasma-like passphrase dialog for ssh'
-arch=('i686' 'x86_64')
-url='http://www.phenix.bnl.gov/WWW/publish/hpereira/software/index.php?page=package&package_list=software_list_qt4&package=openssh-askpass&full=1'
-license=('GPL')
-depends=('openssh' 'qt')
-provides=('x11-ssh-askpass')
-conflicts=('x11-ssh-askpass')
-source=("http://www.phenix.bnl.gov/WWW/publish/hpereira/software/tgz/$pkgname-$pkgver.tar.gz";
-"$pkgname.sh")
- 
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./autogen.sh --prefix=/usr --with-qt-dir=/usr --bindir=/usr/lib/openssh
-
-  # fixes linking error: CompositeEngine.o: undefined reference to symbol 
'XRenderFindVisualFormat'
-  sed -i 's|-lQtCore -lQtGui|-lQtCore -lQtGui -lXrender -lX11|' Makefile
-  make
-}
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm755 ../$pkgname.sh "$pkgdir/etc/profile.d/$pkgname.sh"
-}
-
-md5sums=('2fb1303879c663ec0df7979b3ee8da2c'
- '961738244318f3723ba99cdcaac91a21')

Copied: openssh-askpass/repos/community-i686/PKGBUILD (from rev 83285, 
openssh-askpass/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-01-28 20:30:22 UTC (rev 83286)
@@ -0,0 +1,35 @@
+# Maintainer: schuay 
+# Previous Maintainer:  TDY 
+# Contributor: Massimiliano Torromeo 
+
+pkgname=openssh-askpass
+pkgver=1.3.6
+pkgrel=1
+pkgdesc='A plasma-like passphrase dialog for ssh'
+arch=('i686' 'x86_64')
+url='http://www.phenix.bnl.gov/WWW/publish/hpereira/software/index.php?page=package&package_list=software_list_qt4&package=openssh-askpass&full=1'
+license=('GPL')
+depends=('openssh' 'qt')
+makedepends=('cmake')
+provides=('x11-ssh-askpass')
+conflicts=('x11-ssh-askpass')
+source=("http://www.phenix.bnl.gov/WWW/publish/hpereira/software/tgz/$pkgname-$pkgver.tar.gz";
+"$pkgname.sh")
+ 
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  mkdir -p build
+  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX="/usr" ..
+  make
+}
+package() {
+  cd "$srcdir/$pkgname-$pkgver/build"
+  make DESTDIR="$pkgdir" install
+  install -Dm755 "$srcdir/$pkgname.sh" "$pkgdir/etc/profile.d/$pkgname.sh"
+}
+
+md5sums=('795519396f070038857cd35710e2ff85'
+ '961738244318f3723ba99cdcaac91a21')

Deleted: openssh-askpass.sh
===
--- openssh-askpass.sh  2013-01-28 20:29:30 UTC (rev 83285)
+++ openssh-askpass.sh  2013-01-28 20:30:22 UTC (rev 83286)
@@ -1,3 +0,0 @@
-if [ -f /usr/lib/openssh/qt4-ssh-askpass ]; then
-  export SSH_ASKPASS=/usr/lib/openssh/qt4-ssh-askpass
-fi

Copied: openssh-askpass/repos/community-i686/openssh-askpass.sh (from rev 
83285, openssh-askpass/trunk/openssh-askpass.sh)
===
--- openssh-askpass.sh  (rev 0)
+++ openssh-askpass.sh  2013-01-28 20:30:22 UTC (rev 83286)
@@ -0,0 +1,3 @@
+if [ -f /usr/lib/openssh/qt4-ssh-askpass ]; then
+  export SSH_ASKPASS=/usr/lib/openssh/qt4-ssh-askpass
+fi



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

2013-01-28 Thread Jakob Gruber
Date: Monday, January 28, 2013 @ 21:29:30
  Author: schuay
Revision: 83285

openssh-askpass 1.3.6-1

Modified:
  openssh-askpass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-28 20:00:48 UTC (rev 83284)
+++ PKGBUILD2013-01-28 20:29:30 UTC (rev 83285)
@@ -3,13 +3,14 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=openssh-askpass
-pkgver=1.3.4
+pkgver=1.3.6
 pkgrel=1
 pkgdesc='A plasma-like passphrase dialog for ssh'
 arch=('i686' 'x86_64')
 
url='http://www.phenix.bnl.gov/WWW/publish/hpereira/software/index.php?page=package&package_list=software_list_qt4&package=openssh-askpass&full=1'
 license=('GPL')
 depends=('openssh' 'qt')
+makedepends=('cmake')
 provides=('x11-ssh-askpass')
 conflicts=('x11-ssh-askpass')
 
source=("http://www.phenix.bnl.gov/WWW/publish/hpereira/software/tgz/$pkgname-$pkgver.tar.gz";
@@ -17,17 +18,18 @@
  
 build() {
   cd "$srcdir/$pkgname-$pkgver"
-  ./autogen.sh --prefix=/usr --with-qt-dir=/usr --bindir=/usr/lib/openssh
 
-  # fixes linking error: CompositeEngine.o: undefined reference to symbol 
'XRenderFindVisualFormat'
-  sed -i 's|-lQtCore -lQtGui|-lQtCore -lQtGui -lXrender -lX11|' Makefile
+  mkdir -p build
+  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX="/usr" ..
   make
 }
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$srcdir/$pkgname-$pkgver/build"
   make DESTDIR="$pkgdir" install
-  install -Dm755 ../$pkgname.sh "$pkgdir/etc/profile.d/$pkgname.sh"
+  install -Dm755 "$srcdir/$pkgname.sh" "$pkgdir/etc/profile.d/$pkgname.sh"
 }
 
-md5sums=('2fb1303879c663ec0df7979b3ee8da2c'
+md5sums=('795519396f070038857cd35710e2ff85'
  '961738244318f3723ba99cdcaac91a21')



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

2013-01-28 Thread Eric Bélanger
Date: Monday, January 28, 2013 @ 18:54:15
  Author: eric
Revision: 176298

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

Added:
  imagemagick/repos/extra-i686/PKGBUILD
(from rev 176297, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
(from rev 176297, imagemagick/trunk/perlmagick.rpath.patch)
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 176297, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch
(from rev 176297, imagemagick/trunk/perlmagick.rpath.patch)
Deleted:
  imagemagick/repos/extra-i686/PKGBUILD
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
  imagemagick/repos/extra-x86_64/PKGBUILD
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch

-+
 extra-i686/PKGBUILD |  165 +-
 extra-i686/perlmagick.rpath.patch   |   20 ++--
 extra-x86_64/PKGBUILD   |  165 +-
 extra-x86_64/perlmagick.rpath.patch |   20 ++--
 4 files changed, 186 insertions(+), 184 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-28 17:53:35 UTC (rev 176297)
+++ extra-i686/PKGBUILD 2013-01-28 17:54:15 UTC (rev 176298)
@@ -1,82 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgbase=imagemagick
-pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.8.1.9
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://www.imagemagick.org/";
-license=('custom')
-makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript' \
- 'openexr' 'libwmf' 'librsvg' 'libxml2' 'jasper' 'liblqr')
-source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz
 \
-perlmagick.rpath.patch)
-sha1sums=('3d5178ae2b2d819d5f7923031f0f3602a12adf96'
-  '23405f80904b1de94ebd7bd6fe2a332471b8c283')
-
-build() {
-  cd "${srcdir}"/ImageMagick-${pkgver%.*}-${pkgver##*.}
-
-  sed '/AC_PATH_XTRA/d' -i configure.ac
-  autoreconf --force --install
-  patch -p0 -i ../perlmagick.rpath.patch
-
-  ./configure --prefix=/usr --sysconfdir=/etc --with-modules --disable-static \
---disable-openmp --with-wmf --with-openexr --with-xml --with-lcms2 
--with-jp2 \
---with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
---with-perl --with-perl-options="INSTALLDIRS=vendor" --with-lqr 
--with-rsvg \
---without-gvc --without-djvu --without-autotrace --without-webp \
---without-jbig --without-fpx --without-dps --without-fftw
-  make
-}
-
-check() {
-  cd "${srcdir}"/ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make check
-}
-
-package_imagemagick() {
-  pkgdesc="An image viewing/manipulation program"
-  depends=('perl' 'libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr')
-  optdepends=('ghostscript: for Ghostscript support' 
-  'openexr: for OpenEXR support' 
-  'libwmf: for WMF support' 
-  'librsvg: for SVG support' 
-  'libxml2: for XML support' 
-  'jasper: for JPEG-2000 support' 
-  'libpng: for PNG support')
-  backup=('etc/ImageMagick/coder.xml'
-  'etc/ImageMagick/colors.xml'
-  'etc/ImageMagick/delegates.xml'
-  'etc/ImageMagick/log.xml'
-  'etc/ImageMagick/magic.xml'
-  'etc/ImageMagick/mime.xml'
-  'etc/ImageMagick/policy.xml'
-  'etc/ImageMagick/quantization-table.xml'
-  'etc/ImageMagick/thresholds.xml'
-  'etc/ImageMagick/type.xml'
-  'etc/ImageMagick/type-dejavu.xml'
-  'etc/ImageMagick/type-ghostscript.xml'
-  'etc/ImageMagick/type-windows.xml')
-  options=('!docs' 'libtool' '!emptydirs')
-
-  cd "${srcdir}"/ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make DESTDIR="${pkgdir}" install
-  chmod 755 "${pkgdir}/usr/lib/perl5/vendor_perl/auto/Image/Magick/Magick.so" 
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/imagemagick/LICENSE"
-  install -Dm644 NOTICE "${pkgdir}/usr/share/licenses/imagemagick/NOTICE"
-
-#Cleaning
-  find "${pkgdir}" -name '*.bs' -delete
-  rm -f "${pkgdir}"/usr/lib/*.la
-}
-
-package_imagemagick-doc() {
-  pkgdesc="The ImageMagick documentation (utilities manuals and libraries API)"
-
-  cd "${srcdir}"/ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make DESTDIR="${pkgdir}" install-data-html
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/imagemagick-doc/LICENSE"
-  install -Dm644 NOTICE "${pkgdir}/usr/share/licenses/imagemagick-doc/NOTICE"
-}

Copied: imagemagick/repos/extra-i686/PKGBUILD (from rev 176297, 
imagemagick/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-28 17:54:15 UTC (rev 176298)
@@ -0,0 +1,83 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgbase=imagemagick
+pkgname=('imagemagick' 'imagemagick-doc')
+pkgver=6.8.2.0
+pkgrel=1
+arch=

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

2013-01-28 Thread Eric Bélanger
Date: Monday, January 28, 2013 @ 18:53:35
  Author: eric
Revision: 176297

upgpkg: imagemagick 6.8.2.0-1

Upstream update

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-28 16:48:29 UTC (rev 176296)
+++ PKGBUILD2013-01-28 17:53:35 UTC (rev 176297)
@@ -3,16 +3,17 @@
 
 pkgbase=imagemagick
 pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.8.1.9
+pkgver=6.8.2.0
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.imagemagick.org/";
 license=('custom')
 makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript' \
  'openexr' 'libwmf' 'librsvg' 'libxml2' 'jasper' 'liblqr')
+#source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz
 \
 
source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz
 \
 perlmagick.rpath.patch)
-sha1sums=('3d5178ae2b2d819d5f7923031f0f3602a12adf96'
+sha1sums=('c5fd6dd5be520d1946cab9d49f39177d2279b9f1'
   '23405f80904b1de94ebd7bd6fe2a332471b8c283')
 
 build() {



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

2013-01-28 Thread Jonathan Steel
Date: Monday, January 28, 2013 @ 18:24:44
  Author: jsteel
Revision: 83282

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

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

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

Copied: partclone/repos/community-staging-i686/PKGBUILD (from rev 83281, 
partclone/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-01-28 17:24:44 UTC (rev 83282)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contrinutor: Dan Serban
+# Contributor: Franz Burgmann
+# Contributor: Todd Partridge (Gen2ly)
+# Contributor: Ivan Sichmann Freitas
+
+pkgname=partclone
+pkgver=0.2.48
+pkgrel=5
+pkgdesc="Back up and restore used-blocks of a partition"
+arch=('i686' 'x86_64')
+url="http://partclone.org";
+license=('GPL')
+depends=('progsreiserfs' 'ntfs-3g')
+source=(https://downloads.sourceforge.net/project/$pkgname/stable/$pkgver/${pkgname}_$pkgver.tar.gz)
+md5sums=('c873588f26185d6ce8db7b4c5470aa00')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-extfs --enable-reiserfs --enable-fat \
+--enable-hfsp --enable-btrfs --enable-ncursesw --enable-ntfs
+
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}

Copied: partclone/repos/community-staging-x86_64/PKGBUILD (from rev 83281, 
partclone/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-01-28 17:24:44 UTC (rev 83282)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contrinutor: Dan Serban
+# Contributor: Franz Burgmann
+# Contributor: Todd Partridge (Gen2ly)
+# Contributor: Ivan Sichmann Freitas
+
+pkgname=partclone
+pkgver=0.2.48
+pkgrel=5
+pkgdesc="Back up and restore used-blocks of a partition"
+arch=('i686' 'x86_64')
+url="http://partclone.org";
+license=('GPL')
+depends=('progsreiserfs' 'ntfs-3g')
+source=(https://downloads.sourceforge.net/project/$pkgname/stable/$pkgver/${pkgname}_$pkgver.tar.gz)
+md5sums=('c873588f26185d6ce8db7b4c5470aa00')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-extfs --enable-reiserfs --enable-fat \
+--enable-hfsp --enable-btrfs --enable-ncursesw --enable-ntfs
+
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}



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

2013-01-28 Thread Jonathan Steel
Date: Monday, January 28, 2013 @ 18:24:14
  Author: jsteel
Revision: 83281

ntfs-3g_ntfsprogs 2013.1.13 rebuild

Modified:
  partclone/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-28 16:50:17 UTC (rev 83280)
+++ PKGBUILD2013-01-28 17:24:14 UTC (rev 83281)
@@ -7,7 +7,7 @@
 
 pkgname=partclone
 pkgver=0.2.48
-pkgrel=4
+pkgrel=5
 pkgdesc="Back up and restore used-blocks of a partition"
 arch=('i686' 'x86_64')
 url="http://partclone.org";
@@ -30,4 +30,3 @@
 
   make DESTDIR="$pkgdir" install
 }
-



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

2013-01-28 Thread Stéphane Gaudreault
Date: Monday, January 28, 2013 @ 17:50:17
  Author: stephane
Revision: 83280

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

Added:
  wt/repos/community-i686/PKGBUILD
(from rev 83238, wt/repos/community-testing-i686/PKGBUILD)
  wt/repos/community-x86_64/PKGBUILD
(from rev 83238, wt/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  wt/repos/community-i686/PKGBUILD
  wt/repos/community-testing-i686/
  wt/repos/community-testing-x86_64/
  wt/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-28 16:50:16 UTC (rev 83279)
+++ community-i686/PKGBUILD 2013-01-28 16:50:17 UTC (rev 83280)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Denis Martinez 
-
-pkgname=wt
-pkgver=3.2.3
-_pkgver=3.2.3
-pkgrel=2
-pkgdesc="a C++ library and application server for developing and deploying web 
applications"
-arch=('i686' 'x86_64')
-url="http://www.webtoolkit.eu/";
-license=('GPL')
-depends=('boost-libs' 'libharu')
-makedepends=('boost' 'cmake>=2.8' 'postgresql-libs' 'zlib' 'fcgi' 'sqlite' 
'graphicsmagick' 'pango' 'mysql++' 'qt')
-optdepends=('openssl: for SSL support in built-in webserver'
-   'zlib: for compression in HTTP protocol'
-   'fcgi: for FastCGI support'
-   'postgresql-libs: for PostgreSQL Dbo support'
-   'sqlite: for Sqlite Dbo support'
-   'graphicsmagick: for raster image support (WRasterImage)'
-   'pango: for advanced font rendering (WRasterImage)'
-   'mysql++: for the hangman example'
-   'qt: for the Wt/Qt interopability example (wtwithqt)')
-backup=('etc/wt/wt_config.xml')
-source=(http://downloads.sourceforge.net/witty/$pkgname-${_pkgver}.tar.gz)
-md5sums=('58922ba5d68104880adbe2e022132fb5')
-
-build() {
-  cd ${srcdir}/${pkgname}-${_pkgver}
-
-  [[ -d build ]] && rm -r build
-  mkdir -p build && cd build
-  cmake \
-  -DCONNECTOR_HTTP=ON \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DWEBUSER=http \
-  -DWEBGROUP=http \
-  -DUSE_SYSTEM_SQLITE3=ON \
-  -DINSTALL_EXAMPLES=ON \
-  ..
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${_pkgver}/build
-  make DESTDIR=${pkgdir} install
-
-  mkdir -p ${pkgdir}/usr/share/cmake-2.8/Modules
-  mv ${pkgdir}/usr/cmake/FindWt.cmake ${pkgdir}/usr/share/cmake-2.8/Modules/
-  rm -r ${pkgdir}/usr/cmake
-  rm -rf $pkgdir/var/run
-}

Copied: wt/repos/community-i686/PKGBUILD (from rev 83238, 
wt/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-28 16:50:17 UTC (rev 83280)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Denis Martinez 
+
+pkgname=wt
+pkgver=3.2.3
+_pkgver=3.2.3
+pkgrel=3
+pkgdesc="a C++ library and application server for developing and deploying web 
applications"
+arch=('i686' 'x86_64')
+url="http://www.webtoolkit.eu/";
+license=('GPL')
+depends=('boost-libs' 'libharu')
+makedepends=('boost' 'cmake>=2.8' 'postgresql-libs' 'zlib' 'fcgi' 'sqlite' 
'graphicsmagick' 'pango' 'mysql++' 'qt')
+optdepends=('openssl: for SSL support in built-in webserver'
+   'zlib: for compression in HTTP protocol'
+   'fcgi: for FastCGI support'
+   'postgresql-libs: for PostgreSQL Dbo support'
+   'sqlite: for Sqlite Dbo support'
+   'graphicsmagick: for raster image support (WRasterImage)'
+   'pango: for advanced font rendering (WRasterImage)'
+   'mysql++: for the hangman example'
+   'qt: for the Wt/Qt interopability example (wtwithqt)')
+backup=('etc/wt/wt_config.xml')
+source=(http://downloads.sourceforge.net/witty/$pkgname-${_pkgver}.tar.gz)
+md5sums=('58922ba5d68104880adbe2e022132fb5')
+
+build() {
+  cd ${srcdir}/${pkgname}-${_pkgver}
+
+  [[ -d build ]] && rm -r build
+  mkdir -p build && cd build
+  cmake \
+  -DCONNECTOR_HTTP=ON \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DWEBUSER=http \
+  -DWEBGROUP=http \
+  -DUSE_SYSTEM_SQLITE3=ON \
+  -DINSTALL_EXAMPLES=ON \
+  ..
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${_pkgver}/build
+  make DESTDIR=${pkgdir} install
+
+  mkdir -p ${pkgdir}/usr/share/cmake-2.8/Modules
+  mv ${pkgdir}/usr/cmake/FindWt.cmake ${pkgdir}/usr/share/cmake-2.8/Modules/
+  rm -r ${pkgdir}/usr/cmake
+  rm -rf $pkgdir/var/run
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-01-28 16:50:16 UTC (rev 83

[arch-commits] Commit in wesnoth/repos (26 files)

2013-01-28 Thread Stéphane Gaudreault
Date: Monday, January 28, 2013 @ 17:50:16
  Author: stephane
Revision: 83279

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

Added:
  wesnoth/repos/community-i686/PKGBUILD
(from rev 83238, wesnoth/repos/community-testing-i686/PKGBUILD)
  wesnoth/repos/community-i686/wesnoth.install
(from rev 83238, wesnoth/repos/community-testing-i686/wesnoth.install)
  wesnoth/repos/community-i686/wesnoth.tmpfiles.conf
(from rev 83238, wesnoth/repos/community-testing-i686/wesnoth.tmpfiles.conf)
  wesnoth/repos/community-i686/wesnothd.rc.d
(from rev 83238, wesnoth/repos/community-testing-i686/wesnothd.rc.d)
  wesnoth/repos/community-i686/wesnothd.service
(from rev 83238, wesnoth/repos/community-testing-i686/wesnothd.service)
  wesnoth/repos/community-i686/wesnothd.tmpfiles.conf
(from rev 83238, 
wesnoth/repos/community-testing-i686/wesnothd.tmpfiles.conf)
  wesnoth/repos/community-x86_64/PKGBUILD
(from rev 83238, wesnoth/repos/community-testing-x86_64/PKGBUILD)
  wesnoth/repos/community-x86_64/wesnoth.install
(from rev 83238, wesnoth/repos/community-testing-x86_64/wesnoth.install)
  wesnoth/repos/community-x86_64/wesnoth.tmpfiles.conf
(from rev 83238, 
wesnoth/repos/community-testing-x86_64/wesnoth.tmpfiles.conf)
  wesnoth/repos/community-x86_64/wesnothd.rc.d
(from rev 83238, wesnoth/repos/community-testing-x86_64/wesnothd.rc.d)
  wesnoth/repos/community-x86_64/wesnothd.service
(from rev 83238, wesnoth/repos/community-testing-x86_64/wesnothd.service)
  wesnoth/repos/community-x86_64/wesnothd.tmpfiles.conf
(from rev 83238, 
wesnoth/repos/community-testing-x86_64/wesnothd.tmpfiles.conf)
Deleted:
  wesnoth/repos/community-i686/PKGBUILD
  wesnoth/repos/community-i686/wesnoth.install
  wesnoth/repos/community-i686/wesnoth.tmpfiles.conf
  wesnoth/repos/community-i686/wesnothd.rc.d
  wesnoth/repos/community-i686/wesnothd.service
  wesnoth/repos/community-i686/wesnothd.tmpfiles.conf
  wesnoth/repos/community-testing-i686/
  wesnoth/repos/community-testing-x86_64/
  wesnoth/repos/community-x86_64/PKGBUILD
  wesnoth/repos/community-x86_64/wesnoth.install
  wesnoth/repos/community-x86_64/wesnoth.tmpfiles.conf
  wesnoth/repos/community-x86_64/wesnothd.rc.d
  wesnoth/repos/community-x86_64/wesnothd.service
  wesnoth/repos/community-x86_64/wesnothd.tmpfiles.conf

-+
 community-i686/PKGBUILD |  108 +++---
 community-i686/wesnoth.install  |   28 +++
 community-i686/wesnoth.tmpfiles.conf|2 
 community-i686/wesnothd.rc.d|   80 +++---
 community-i686/wesnothd.service |   18 ++---
 community-i686/wesnothd.tmpfiles.conf   |2 
 community-x86_64/PKGBUILD   |  108 +++---
 community-x86_64/wesnoth.install|   28 +++
 community-x86_64/wesnoth.tmpfiles.conf  |2 
 community-x86_64/wesnothd.rc.d  |   80 +++---
 community-x86_64/wesnothd.service   |   18 ++---
 community-x86_64/wesnothd.tmpfiles.conf |2 
 12 files changed, 238 insertions(+), 238 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-28 16:50:15 UTC (rev 83278)
+++ community-i686/PKGBUILD 2013-01-28 16:50:16 UTC (rev 83279)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan de Groot 
-# Contributor: Tobias Powalowski 
-# Contributor: Jacobo Arvelo 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=wesnoth
-pkgver=1.10.5
-pkgrel=1
-pkgdesc="A turn-based strategy game on a fantasy world"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.wesnoth.org/";
-depends=('sdl_ttf' 'sdl_net' 'sdl_mixer' 'sdl_image' 'fribidi' 'boost-libs' 
'pango' 'lua' "wesnoth-data>=$pkgver" 'dbus-core' 'python2')
-makedepends=('boost' 'cmake')
-install=wesnoth.install
-options=(!emptydirs)
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2
-wesnothd.tmpfiles.conf
-wesnothd.rc.d
-wesnothd.service)
-md5sums=('03d9683cd83d17c6536bdf5c4940bbc8'
- '2d2fea6b3d86dfd589f5ad35a3be1f97'
- '85659b47d22dfdf4e4d046556973fc3e'
- 'd1b6bf1d3dc05086ee6a370adff0ae4a')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  mkdir build && cd build
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DENABLE_OMP=ON \
-  -DENABLE_TOOLS=ON \
-  -DMANDIR=share/man
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  rm -r $pkgdir/usr/share/applications
-  rm -r $pkgdir/usr/share/doc
-  rm -r $pkgdir/usr/share/pixmaps
-  rm -r $pkgdir/usr/share/wesnoth
-
-  install -Dm644 "$srcdir/wesnothd.tmpfiles.conf" 
"$pkgdir/usr/lib/tmpfiles.d/wesnothd.conf"
-  install -Dm644 "$srcdir/wesnothd.service" 
"$pkgdir/usr/lib/systemd/system/wesnothd.service"
- 

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

2013-01-28 Thread Stéphane Gaudreault
Date: Monday, January 28, 2013 @ 17:50:15
  Author: stephane
Revision: 83278

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

Added:
  springlobby/repos/community-i686/PKGBUILD
(from rev 83238, springlobby/repos/community-testing-i686/PKGBUILD)
  springlobby/repos/community-i686/springlobby.desktop
(from rev 83238, 
springlobby/repos/community-testing-i686/springlobby.desktop)
  springlobby/repos/community-i686/springlobby.install
(from rev 83238, 
springlobby/repos/community-testing-i686/springlobby.install)
  springlobby/repos/community-i686/springlobby.png
(from rev 83238, springlobby/repos/community-testing-i686/springlobby.png)
  springlobby/repos/community-x86_64/PKGBUILD
(from rev 83238, springlobby/repos/community-testing-x86_64/PKGBUILD)
  springlobby/repos/community-x86_64/springlobby.desktop
(from rev 83238, 
springlobby/repos/community-testing-x86_64/springlobby.desktop)
  springlobby/repos/community-x86_64/springlobby.install
(from rev 83238, 
springlobby/repos/community-testing-x86_64/springlobby.install)
  springlobby/repos/community-x86_64/springlobby.png
(from rev 83238, springlobby/repos/community-testing-x86_64/springlobby.png)
Deleted:
  springlobby/repos/community-i686/PKGBUILD
  springlobby/repos/community-i686/springlobby.desktop
  springlobby/repos/community-i686/springlobby.install
  springlobby/repos/community-i686/springlobby.png
  springlobby/repos/community-testing-i686/
  springlobby/repos/community-testing-x86_64/
  springlobby/repos/community-x86_64/PKGBUILD
  springlobby/repos/community-x86_64/springlobby.desktop
  springlobby/repos/community-x86_64/springlobby.install
  springlobby/repos/community-x86_64/springlobby.png

--+
 community-i686/PKGBUILD  |   66 -
 community-i686/springlobby.desktop   |   20 +-
 community-i686/springlobby.install   |   22 +--
 community-x86_64/PKGBUILD|   66 -
 community-x86_64/springlobby.desktop |   20 +-
 community-x86_64/springlobby.install |   22 +--
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-28 16:50:13 UTC (rev 83277)
+++ community-i686/PKGBUILD 2013-01-28 16:50:15 UTC (rev 83278)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: DuGi 
-
-pkgname=springlobby
-pkgver=0.159
-pkgrel=1
-pkgdesc="A free cross-platform lobby client for the Spring RTS project."
-arch=('i686' 'x86_64')
-url="http://springlobby.info/";
-license=('GPL2')
-depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs' 'alure')
-optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
-makedepends=('boost' 'asio' 'cmake')
-install=springlobby.install
-source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('9a8e89c32dd49a51332e446e47dc1be1')
-
-build() {
-  cd $srcdir/${pkgname}-$pkgver
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr
-  make 
-}
-
-package() {
-  cd $srcdir/${pkgname}-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim: sw=2:ts=2 et:

Copied: springlobby/repos/community-i686/PKGBUILD (from rev 83238, 
springlobby/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-28 16:50:15 UTC (rev 83278)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: DuGi 
+
+pkgname=springlobby
+pkgver=0.159
+pkgrel=2
+pkgdesc="A free cross-platform lobby client for the Spring RTS project."
+arch=('i686' 'x86_64')
+url="http://springlobby.info/";
+license=('GPL2')
+depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs' 'alure')
+optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
+makedepends=('boost' 'asio' 'cmake')
+install=springlobby.install
+source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('9a8e89c32dd49a51332e446e47dc1be1')
+
+build() {
+  cd $srcdir/${pkgname}-$pkgver
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make 
+}
+
+package() {
+  cd $srcdir/${pkgname}-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim: sw=2:ts=2 et:

Deleted: community-i686/springlobby.desktop
===
--- community-i686/springlobby.desktop  2013-01-28 16:50:13 UTC (rev 83277)
+++ community-i686/springlobby.desktop  2013-01-28 16:50:15 UTC (rev 83278)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Encoding=UTF-8
-Name=SpringLobby
-Comment=Lobby for Spring. An open source RTS with similar gameplay to TA
-Exec=springlobby
-Icon=springlobby.png
-Terminal=false
-Type=Application
-Categories=Application;Game;StrategyGame;

Copied: springlobby/repos/commun

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

2013-01-28 Thread Stéphane Gaudreault
Date: Monday, January 28, 2013 @ 17:50:13
  Author: stephane
Revision: 83277

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

Added:
  spring/repos/community-i686/PKGBUILD
(from rev 83238, spring/repos/community-testing-i686/PKGBUILD)
  spring/repos/community-i686/boost-1.50.patch
(from rev 83238, spring/repos/community-testing-i686/boost-1.50.patch)
  spring/repos/community-i686/spring.install
(from rev 83238, spring/repos/community-testing-i686/spring.install)
  spring/repos/community-x86_64/PKGBUILD
(from rev 83238, spring/repos/community-testing-x86_64/PKGBUILD)
  spring/repos/community-x86_64/boost-1.50.patch
(from rev 83238, spring/repos/community-testing-x86_64/boost-1.50.patch)
  spring/repos/community-x86_64/spring.install
(from rev 83238, spring/repos/community-testing-x86_64/spring.install)
Deleted:
  spring/repos/community-i686/PKGBUILD
  spring/repos/community-i686/boost-1.50.patch
  spring/repos/community-i686/spring.install
  spring/repos/community-testing-i686/
  spring/repos/community-testing-x86_64/
  spring/repos/community-x86_64/PKGBUILD
  spring/repos/community-x86_64/boost-1.50.patch
  spring/repos/community-x86_64/spring.install

---+
 community-i686/PKGBUILD   |   90 
 community-i686/boost-1.50.patch   | 5078 ++--
 community-i686/spring.install |   24 
 community-x86_64/PKGBUILD |   90 
 community-x86_64/boost-1.50.patch | 5078 ++--
 community-x86_64/spring.install   |   24 
 6 files changed, 5192 insertions(+), 5192 deletions(-)

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


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

2013-01-28 Thread Stéphane Gaudreault
Date: Monday, January 28, 2013 @ 17:50:11
  Author: stephane
Revision: 83276

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

Added:
  smc/repos/community-i686/PKGBUILD
(from rev 83238, smc/repos/community-testing-i686/PKGBUILD)
  smc/repos/community-i686/boost_filesystem3.diff
(from rev 83238, smc/repos/community-testing-i686/boost_filesystem3.diff)
  smc/repos/community-i686/smc-for-cegui-v0-7.diff
(from rev 83238, smc/repos/community-testing-i686/smc-for-cegui-v0-7.diff)
  smc/repos/community-i686/smc.desktop
(from rev 83238, smc/repos/community-testing-i686/smc.desktop)
  smc/repos/community-i686/smc.png
(from rev 83238, smc/repos/community-testing-i686/smc.png)
  smc/repos/community-x86_64/PKGBUILD
(from rev 83238, smc/repos/community-testing-x86_64/PKGBUILD)
  smc/repos/community-x86_64/boost_filesystem3.diff
(from rev 83238, smc/repos/community-testing-x86_64/boost_filesystem3.diff)
  smc/repos/community-x86_64/smc-for-cegui-v0-7.diff
(from rev 83238, smc/repos/community-testing-x86_64/smc-for-cegui-v0-7.diff)
  smc/repos/community-x86_64/smc.desktop
(from rev 83238, smc/repos/community-testing-x86_64/smc.desktop)
  smc/repos/community-x86_64/smc.png
(from rev 83238, smc/repos/community-testing-x86_64/smc.png)
Deleted:
  smc/repos/community-i686/PKGBUILD
  smc/repos/community-i686/boost_filesystem3.diff
  smc/repos/community-i686/smc-for-cegui-v0-7.diff
  smc/repos/community-i686/smc.desktop
  smc/repos/community-i686/smc.png
  smc/repos/community-testing-i686/
  smc/repos/community-testing-x86_64/
  smc/repos/community-x86_64/PKGBUILD
  smc/repos/community-x86_64/boost_filesystem3.diff
  smc/repos/community-x86_64/smc-for-cegui-v0-7.diff
  smc/repos/community-x86_64/smc.desktop
  smc/repos/community-x86_64/smc.png

--+
 community-i686/PKGBUILD  |  100 +--
 community-i686/boost_filesystem3.diff|   96 +--
 community-i686/smc-for-cegui-v0-7.diff   |  874 ++---
 community-i686/smc.desktop   |   18 
 community-x86_64/PKGBUILD|  100 +--
 community-x86_64/boost_filesystem3.diff  |   96 +--
 community-x86_64/smc-for-cegui-v0-7.diff |  874 ++---
 community-x86_64/smc.desktop |   18 
 8 files changed, 1088 insertions(+), 1088 deletions(-)

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


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

2013-01-28 Thread Stéphane Gaudreault
Date: Monday, January 28, 2013 @ 17:50:10
  Author: stephane
Revision: 83275

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

Added:
  sigil/repos/community-i686/PKGBUILD
(from rev 83238, sigil/repos/community-testing-i686/PKGBUILD)
  sigil/repos/community-i686/sigil.install
(from rev 83238, sigil/repos/community-testing-i686/sigil.install)
  sigil/repos/community-x86_64/PKGBUILD
(from rev 83238, sigil/repos/community-testing-x86_64/PKGBUILD)
  sigil/repos/community-x86_64/sigil.install
(from rev 83238, sigil/repos/community-testing-x86_64/sigil.install)
Deleted:
  sigil/repos/community-i686/PKGBUILD
  sigil/repos/community-i686/sigil.install
  sigil/repos/community-testing-i686/
  sigil/repos/community-testing-x86_64/
  sigil/repos/community-x86_64/PKGBUILD
  sigil/repos/community-x86_64/sigil.install

+
 community-i686/PKGBUILD|   96 +++
 community-i686/sigil.install   |   24 -
 community-x86_64/PKGBUILD  |   96 +++
 community-x86_64/sigil.install |   24 -
 4 files changed, 120 insertions(+), 120 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-28 16:50:07 UTC (rev 83274)
+++ community-i686/PKGBUILD 2013-01-28 16:50:10 UTC (rev 83275)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Larry Hajali 
-
-pkgname=sigil
-pkgver=0.6.2
-pkgrel=1
-pkgdesc="WYSIWYG ebook editor"
-arch=('i686' 'x86_64') 
-url="http://code.google.com/p/sigil/";
-license=('GPL3')
-depends=('qtwebkit' 'boost-libs')
-makedepends=('cmake' 'gendesk' 'boost')
-install=sigil.install
-source=("http://sigil.googlecode.com/files/Sigil-${pkgver}-Code.zip";)
-md5sums=('78615dc007c12cc34271243d82783a36')
-
-build() {
-  cd "${srcdir}"
-  gendesk -n
-
-  mkdir build
-  cd build
-  cmake -G "Unix Makefiles" \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_C_FLAGS:STRING="${CFLAGS}" \
--DCMAKE_CXX_FLAGS:STRING="${CXXFLAGS}" \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON ..
-
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make install DESTDIR="${pkgdir}"
-
-  install -d -m 0755 "${pkgdir}"/usr/share/applications
-  install -m 0644 "${srcdir}"/${pkgname}.desktop \
-"${pkgdir}"/usr/share/applications
-
-  for _pic in 16 32 48 128 256; do
-install -D -m 0644 ../src/Sigil/Resource_Files/icon/app_icon_${_pic}.png \
-  "${pkgdir}"/usr/share/icons/hicolor/${_pic}x${_pic}/apps/${pkgname}.png
-  done
-  install -Dm644 ../src/Sigil/Resource_Files/icon/app_icon_128.png \
-"$pkgdir/usr/share/pixmaps/$pkgname.png"
-}

Copied: sigil/repos/community-i686/PKGBUILD (from rev 83238, 
sigil/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-28 16:50:10 UTC (rev 83275)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Larry Hajali 
+
+pkgname=sigil
+pkgver=0.6.2
+pkgrel=2
+pkgdesc="WYSIWYG ebook editor"
+arch=('i686' 'x86_64') 
+url="http://code.google.com/p/sigil/";
+license=('GPL3')
+depends=('qtwebkit' 'boost-libs')
+makedepends=('cmake' 'gendesk' 'boost')
+install=sigil.install
+source=("http://sigil.googlecode.com/files/Sigil-${pkgver}-Code.zip";)
+md5sums=('78615dc007c12cc34271243d82783a36')
+
+build() {
+  cd "${srcdir}"
+  gendesk -n
+
+  mkdir build
+  cd build
+  cmake -G "Unix Makefiles" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_C_FLAGS:STRING="${CFLAGS}" \
+-DCMAKE_CXX_FLAGS:STRING="${CXXFLAGS}" \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON ..
+
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make install DESTDIR="${pkgdir}"
+
+  install -d -m 0755 "${pkgdir}"/usr/share/applications
+  install -m 0644 "${srcdir}"/${pkgname}.desktop \
+"${pkgdir}"/usr/share/applications
+
+  for _pic in 16 32 48 128 256; do
+install -D -m 0644 ../src/Sigil/Resource_Files/icon/app_icon_${_pic}.png \
+  "${pkgdir}"/usr/share/icons/hicolor/${_pic}x${_pic}/apps/${pkgname}.png
+  done
+  install -Dm644 ../src/Sigil/Resource_Files/icon/app_icon_128.png \
+"$pkgdir/usr/share/pixmaps/$pkgname.png"
+}

Deleted: community-i686/sigil.install
===
--- community-i686/sigil.install2013-01-28 16:50:07 UTC (rev 83274)
+++ community-i686/sigil.install2013-01-28 16:50:10 UTC (rev 83275)
@@ -1,12 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: sigil/repos/community-i686/sigil.install (from rev 83238, 
sigil/repos/community-testing-i686/sigil.install)
=

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

2013-01-28 Thread Stéphane Gaudreault
Date: Monday, January 28, 2013 @ 17:50:07
  Author: stephane
Revision: 83274

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

Added:
  schroot/repos/community-i686/PKGBUILD
(from rev 83238, schroot/repos/community-testing-i686/PKGBUILD)
  schroot/repos/community-i686/arch32-config
(from rev 83238, schroot/repos/community-testing-i686/arch32-config)
  schroot/repos/community-i686/arch32-copyfiles
(from rev 83238, schroot/repos/community-testing-i686/arch32-copyfiles)
  schroot/repos/community-i686/arch32-example
(from rev 83238, schroot/repos/community-testing-i686/arch32-example)
  schroot/repos/community-i686/arch32-mount
(from rev 83238, schroot/repos/community-testing-i686/arch32-mount)
  schroot/repos/community-i686/arch32-nssdatabases
(from rev 83238, schroot/repos/community-testing-i686/arch32-nssdatabases)
  schroot/repos/community-i686/colon-completion.patch
(from rev 83238, 
schroot/repos/community-testing-i686/colon-completion.patch)
  schroot/repos/community-i686/fix-bash-completion.patch
(from rev 83238, 
schroot/repos/community-testing-i686/fix-bash-completion.patch)
  schroot/repos/community-i686/pam.d.schroot.patch
(from rev 83238, schroot/repos/community-testing-i686/pam.d.schroot.patch)
  schroot/repos/community-x86_64/PKGBUILD
(from rev 83238, schroot/repos/community-testing-x86_64/PKGBUILD)
  schroot/repos/community-x86_64/arch32-config
(from rev 83238, schroot/repos/community-testing-x86_64/arch32-config)
  schroot/repos/community-x86_64/arch32-copyfiles
(from rev 83238, schroot/repos/community-testing-x86_64/arch32-copyfiles)
  schroot/repos/community-x86_64/arch32-example
(from rev 83238, schroot/repos/community-testing-x86_64/arch32-example)
  schroot/repos/community-x86_64/arch32-mount
(from rev 83238, schroot/repos/community-testing-x86_64/arch32-mount)
  schroot/repos/community-x86_64/arch32-nssdatabases
(from rev 83238, schroot/repos/community-testing-x86_64/arch32-nssdatabases)
  schroot/repos/community-x86_64/colon-completion.patch
(from rev 83238, 
schroot/repos/community-testing-x86_64/colon-completion.patch)
  schroot/repos/community-x86_64/fix-bash-completion.patch
(from rev 83238, 
schroot/repos/community-testing-x86_64/fix-bash-completion.patch)
  schroot/repos/community-x86_64/pam.d.schroot.patch
(from rev 83238, schroot/repos/community-testing-x86_64/pam.d.schroot.patch)
Deleted:
  schroot/repos/community-i686/PKGBUILD
  schroot/repos/community-i686/arch32-config
  schroot/repos/community-i686/arch32-copyfiles
  schroot/repos/community-i686/arch32-example
  schroot/repos/community-i686/arch32-mount
  schroot/repos/community-i686/arch32-nssdatabases
  schroot/repos/community-i686/colon-completion.patch
  schroot/repos/community-i686/fix-bash-completion.patch
  schroot/repos/community-i686/pam.d.schroot.patch
  schroot/repos/community-testing-i686/
  schroot/repos/community-testing-x86_64/
  schroot/repos/community-x86_64/PKGBUILD
  schroot/repos/community-x86_64/arch32-config
  schroot/repos/community-x86_64/arch32-copyfiles
  schroot/repos/community-x86_64/arch32-example
  schroot/repos/community-x86_64/arch32-mount
  schroot/repos/community-x86_64/arch32-nssdatabases
  schroot/repos/community-x86_64/colon-completion.patch
  schroot/repos/community-x86_64/fix-bash-completion.patch
  schroot/repos/community-x86_64/pam.d.schroot.patch

+
 community-i686/PKGBUILD|  154 +--
 community-i686/arch32-config   |   22 +--
 community-i686/arch32-copyfiles|   12 +-
 community-i686/arch32-example  |   20 +--
 community-i686/arch32-mount|   24 ++--
 community-i686/arch32-nssdatabases |   12 +-
 community-i686/colon-completion.patch  |   58 +++---
 community-i686/fix-bash-completion.patch   |   22 +--
 community-i686/pam.d.schroot.patch |   30 ++---
 community-x86_64/PKGBUILD  |  154 +--
 community-x86_64/arch32-config |   22 +--
 community-x86_64/arch32-copyfiles  |   12 +-
 community-x86_64/arch32-example|   20 +--
 community-x86_64/arch32-mount  |   24 ++--
 community-x86_64/arch32-nssdatabases   |   12 +-
 community-x86_64/colon-completion.patch|   58 +++---
 community-x86_64/fix-bash-completion.patch |   22 +--
 community-x86_64/pam.d.schroot.patch   |   30 ++---
 18 files changed, 336 insertions(+), 372 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-28 16:50:06 UTC (rev 83273)
+++ community-i686/PKGBUILD 2013-01-28 16:50:07 UTC (rev 83274)
@@ -1,77 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Andreas Wagner 
-
-pkgname=schroot
-pkgver=1.6.3
-pkgrel=4
-pkgdesc="Allows users to execute she

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

2013-01-28 Thread Stéphane Gaudreault
Date: Monday, January 28, 2013 @ 17:50:06
  Author: stephane
Revision: 83273

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

Added:
  python2-tagpy/repos/community-i686/PKGBUILD
(from rev 83238, python2-tagpy/repos/community-testing-i686/PKGBUILD)
  python2-tagpy/repos/community-i686/taglib1.7.patch
(from rev 83238, python2-tagpy/repos/community-testing-i686/taglib1.7.patch)
  python2-tagpy/repos/community-x86_64/PKGBUILD
(from rev 83238, python2-tagpy/repos/community-testing-x86_64/PKGBUILD)
  python2-tagpy/repos/community-x86_64/taglib1.7.patch
(from rev 83238, 
python2-tagpy/repos/community-testing-x86_64/taglib1.7.patch)
Deleted:
  python2-tagpy/repos/community-i686/PKGBUILD
  python2-tagpy/repos/community-i686/taglib1.7.patch
  python2-tagpy/repos/community-testing-i686/
  python2-tagpy/repos/community-testing-x86_64/
  python2-tagpy/repos/community-x86_64/PKGBUILD
  python2-tagpy/repos/community-x86_64/taglib1.7.patch

--+
 community-i686/PKGBUILD  |   94 ++---
 community-i686/taglib1.7.patch   |   74 ++---
 community-x86_64/PKGBUILD|   94 ++---
 community-x86_64/taglib1.7.patch |   74 ++---
 4 files changed, 168 insertions(+), 168 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-28 16:50:04 UTC (rev 83272)
+++ community-i686/PKGBUILD 2013-01-28 16:50:06 UTC (rev 83273)
@@ -1,47 +0,0 @@
-# $Id$
-# Contributor: Andrea Scarpino 
-# Contributor: Callan Barrett 
-# Contributor: Scott Horowitz 
-
-pkgname=python2-tagpy
-pkgver=0.94.8
-pkgrel=1
-pkgdesc="Python bindings for TagLib"
-arch=('i686' 'x86_64')
-url="http://pypi.python.org/pypi/tagpy";
-license=('MIT')
-depends=('python2' 'taglib' 'boost-libs')
-makedepends=('python2-distribute' 'boost')
-replaces=('tagpy')
-conflicts=('tagpy')
-source=("http://pypi.python.org/packages/source/t/tagpy/tagpy-$pkgver.tar.gz";
-'taglib1.7.patch')
-md5sums=('6baff63318cf90b9bc5a2497a0597802'
- '5b47cefe5fad98a093232256779da345')
-
-build() {
-  cd tagpy-${pkgver}
-
-  patch -p1 -i "${srcdir}"/taglib1.7.patch
-
-  sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
-$(find . -name '*.py') 
- 
-  ./configure.py --taglib-lib-dir=/usr/lib/ \
-   --taglib-inc-dir=/usr/include/taglib/ \
-   --boost-inc-dir=/usr/include/boost/ \
-   --boost-lib-dir=/usr/lib/ \
-   --boost-python-libname=boost_python
-  python2 setup.py build
-}
-
-package(){
-  cd tagpy-${pkgver}
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
-}
-
-check(){
-  cd tagpy-${pkgver}
-  python2 setup.py test
-}

Copied: python2-tagpy/repos/community-i686/PKGBUILD (from rev 83238, 
python2-tagpy/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-28 16:50:06 UTC (rev 83273)
@@ -0,0 +1,47 @@
+# $Id$
+# Contributor: Andrea Scarpino 
+# Contributor: Callan Barrett 
+# Contributor: Scott Horowitz 
+
+pkgname=python2-tagpy
+pkgver=0.94.8
+pkgrel=2
+pkgdesc="Python bindings for TagLib"
+arch=('i686' 'x86_64')
+url="http://pypi.python.org/pypi/tagpy";
+license=('MIT')
+depends=('python2' 'taglib' 'boost-libs')
+makedepends=('python2-distribute' 'boost')
+replaces=('tagpy')
+conflicts=('tagpy')
+source=("http://pypi.python.org/packages/source/t/tagpy/tagpy-$pkgver.tar.gz";
+'taglib1.7.patch')
+md5sums=('6baff63318cf90b9bc5a2497a0597802'
+ '5b47cefe5fad98a093232256779da345')
+
+build() {
+  cd tagpy-${pkgver}
+
+  patch -p1 -i "${srcdir}"/taglib1.7.patch
+
+  sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+$(find . -name '*.py') 
+ 
+  ./configure.py --taglib-lib-dir=/usr/lib/ \
+   --taglib-inc-dir=/usr/include/taglib/ \
+   --boost-inc-dir=/usr/include/boost/ \
+   --boost-lib-dir=/usr/lib/ \
+   --boost-python-libname=boost_python
+  python2 setup.py build
+}
+
+package(){
+  cd tagpy-${pkgver}
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+}
+
+check(){
+  cd tagpy-${pkgver}
+  python2 setup.py test
+}

Deleted: community-i686/taglib1.7.patch
===
--- community-i686/taglib1.7.patch  2013-01-28 16:50:04 UTC (rev 83272)
+++ community-i686/taglib1.7.patch  2013-01-28 16:50:06 UTC (rev 83273)
@@ -1,37 +0,0 @@
-From: Andreas Kloeckner 
-Date: Tue, 25 Dec 2012 19:36:42 + (+0100)
-Subject: Update tagpy for TagLib 1.7 compatibility. (patch by unknown Gentoo 
user, via Lars... 
-X-Git-Tag: v2013.1~

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

2013-01-28 Thread Stéphane Gaudreault
Date: Monday, January 28, 2013 @ 17:50:04
  Author: stephane
Revision: 83272

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

Added:
  python-pyopencl/repos/community-i686/LICENSE.txt
(from rev 83238, python-pyopencl/repos/community-testing-i686/LICENSE.txt)
  python-pyopencl/repos/community-i686/PKGBUILD
(from rev 83238, python-pyopencl/repos/community-testing-i686/PKGBUILD)
  python-pyopencl/repos/community-x86_64/LICENSE.txt
(from rev 83238, python-pyopencl/repos/community-testing-x86_64/LICENSE.txt)
  python-pyopencl/repos/community-x86_64/PKGBUILD
(from rev 83238, python-pyopencl/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  python-pyopencl/repos/community-i686/LICENSE.txt
  python-pyopencl/repos/community-i686/PKGBUILD
  python-pyopencl/repos/community-testing-i686/
  python-pyopencl/repos/community-testing-x86_64/
  python-pyopencl/repos/community-x86_64/LICENSE.txt
  python-pyopencl/repos/community-x86_64/PKGBUILD

--+
 community-i686/LICENSE.txt   |   40 ++---
 community-i686/PKGBUILD  |  122 -
 community-x86_64/LICENSE.txt |   40 ++---
 community-x86_64/PKGBUILD|  122 -
 4 files changed, 162 insertions(+), 162 deletions(-)

Deleted: community-i686/LICENSE.txt
===
--- community-i686/LICENSE.txt  2013-01-28 16:50:02 UTC (rev 83271)
+++ community-i686/LICENSE.txt  2013-01-28 16:50:04 UTC (rev 83272)
@@ -1,20 +0,0 @@
-Permission is hereby granted, free of charge, to any person
-obtaining a copy of this software and associated documentation
-files (the "Software"), to deal in the Software without
-restriction, including without limitation the rights to use,
-copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following
-conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
-OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
-HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-OTHER DEALINGS IN THE SOFTWARE.

Copied: python-pyopencl/repos/community-i686/LICENSE.txt (from rev 83238, 
python-pyopencl/repos/community-testing-i686/LICENSE.txt)
===
--- community-i686/LICENSE.txt  (rev 0)
+++ community-i686/LICENSE.txt  2013-01-28 16:50:04 UTC (rev 83272)
@@ -0,0 +1,20 @@
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without
+restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following
+conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-28 16:50:02 UTC (rev 83271)
+++ community-i686/PKGBUILD 2013-01-28 16:50:04 UTC (rev 83272)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault 
-
-pkgbase=python-pyopencl
-pkgname=('python2-pyopencl' 'python-pyopencl' 'pyopencl-headers')
-pkgver=2012.1
-pkgrel=6
-pkgdesc="A complete, object-oriented language binding of OpenCL to Python"
-arch=('i686' 'x86_64')
-url="http://mathema.tician.de/software/pyopencl";
-license=('custom')
-makedepends=('ctags' 'python2-distribute' 'python-distribute' 'libcl' 
'opencl-headers' 'mesa' 'boost' 'python2-mako' 'python-mako' 'python-numpy' 
'python2-numpy')
-source=("http://pypi.python.org/packages/source/p/pyopencl/pyopencl-${pkgver}.tar.gz";
-'LICENSE.txt')
-sha1sums=('ef2460d5e9b883d8afe0ec47863a243b6f8ac7ff'
-  '2e6966b3d9b15603ce2c3f

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

2013-01-28 Thread Stéphane Gaudreault
Date: Monday, January 28, 2013 @ 17:49:58
  Author: stephane
Revision: 83268

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

Added:
  pion/repos/community-i686/PKGBUILD
(from rev 83238, pion/repos/community-testing-i686/PKGBUILD)
  pion/repos/community-x86_64/PKGBUILD
(from rev 83238, pion/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  pion/repos/community-i686/PKGBUILD
  pion/repos/community-testing-i686/
  pion/repos/community-testing-x86_64/
  pion/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-28 16:49:57 UTC (rev 83267)
+++ community-i686/PKGBUILD 2013-01-28 16:49:58 UTC (rev 83268)
@@ -1,46 +0,0 @@
-# $Id:$
-# Maintainer: Lukas Jirkovsky 
-pkgname=pion
-pkgver=4.0.13.1
-# use the git snapshot until a new version is out
-_pkgver=dddce5e02d8a60f958e466e690d38eee924475b0
-pkgrel=1
-pkgdesc="A C++ development library for implementing lightweight HTTP 
interfaces"
-url="http://www.cloudmeter.com/pion/support/";
-arch=('i686' 'x86_64')
-license=('custom:Boost')
-depends=('boost-libs' 'openssl' 'log4cpp')
-makedepends=('boost')
-provides=('pion-net')
-conflicts=('pion-net')
-replaces=('pion-net')
-source=(https://github.com/cloudmeter/pion/archive/${_pkgver}.zip)
-md5sums=('87b710deb5e526a2c7f045d25eba2bee')
-
-build() {
-  cd "$srcdir/$pkgname-$_pkgver"
-
-  sh autogen.sh
-
-  # override configure bug (forces debug even when nobody asked for it)
-  sed -i "s/ -ggdb//g" configure
-  # override Makefile bug
-  sed -i "/docs:/ s/doxygen-doc//" Makefile.in
-
-  ./configure --prefix=/usr --disable-doxygen-doc
-
-  make
-}
-
-check() {
-  cd "$srcdir/$pkgname-$_pkgver"
-  make -k check
-}
-
-package() {
-  cd "$srcdir/$pkgname-$_pkgver"
-  make DESTDIR="$pkgdir" install
-
-  # install license
-  install -D -m0755 COPYING "$pkgdir/usr/share/licenses/$pkgname/Boost"
-}

Copied: pion/repos/community-i686/PKGBUILD (from rev 83238, 
pion/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-28 16:49:58 UTC (rev 83268)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname=pion
+pkgver=4.0.13.1
+# use the git snapshot until a new version is out
+_pkgver=dddce5e02d8a60f958e466e690d38eee924475b0
+pkgrel=2
+pkgdesc="A C++ development library for implementing lightweight HTTP 
interfaces"
+url="http://www.cloudmeter.com/pion/support/";
+arch=('i686' 'x86_64')
+license=('custom:Boost')
+depends=('boost-libs' 'openssl' 'log4cpp')
+makedepends=('boost')
+provides=('pion-net')
+conflicts=('pion-net')
+replaces=('pion-net')
+source=(https://github.com/cloudmeter/pion/archive/${_pkgver}.zip)
+md5sums=('87b710deb5e526a2c7f045d25eba2bee')
+
+build() {
+  cd "$srcdir/$pkgname-$_pkgver"
+
+  sh autogen.sh
+
+  # override configure bug (forces debug even when nobody asked for it)
+  sed -i "s/ -ggdb//g" configure
+  # override Makefile bug
+  sed -i "/docs:/ s/doxygen-doc//" Makefile.in
+
+  ./configure --prefix=/usr --disable-doxygen-doc
+
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$_pkgver"
+  make -k check
+}
+
+package() {
+  cd "$srcdir/$pkgname-$_pkgver"
+  make DESTDIR="$pkgdir" install
+
+  # install license
+  install -D -m0755 COPYING "$pkgdir/usr/share/licenses/$pkgname/Boost"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-01-28 16:49:57 UTC (rev 83267)
+++ community-x86_64/PKGBUILD   2013-01-28 16:49:58 UTC (rev 83268)
@@ -1,46 +0,0 @@
-# $Id:$
-# Maintainer: Lukas Jirkovsky 
-pkgname=pion
-pkgver=4.0.13.1
-# use the git snapshot until a new version is out
-_pkgver=dddce5e02d8a60f958e466e690d38eee924475b0
-pkgrel=1
-pkgdesc="A C++ development library for implementing lightweight HTTP 
interfaces"
-url="http://www.cloudmeter.com/pion/support/";
-arch=('i686' 'x86_64')
-license=('custom:Boost')
-depends=('boost-libs' 'openssl' 'log4cpp')
-makedepends=('boost')
-provides=('pion-net')
-conflicts=('pion-net')
-replaces=('pion-net')
-source=(https://github.com/cloudmeter/pion/archive/${_pkgver}.zip)
-md5sums=('87b710deb5e526a2c7f045d25eba2bee')
-
-build() {
-  cd "$srcdir/$pkgname-$_pkgver"
-
-  sh autogen.sh
-
-  # override configure bug (forces debug even when nobody asked for it)
-  sed -i "s/ -ggdb//g" configure
-  # override Makefile bug
-  sed -i "/docs:/ s/doxygen-doc//" Makefile.in
-
-  ./configure --prefix=/usr --disable-doxygen-doc
-
-  make
-}
-
-check() {
-  cd "$srcdir/$pkgname-$_pkgver"
-  make -k check
-}
-
-package() {
-  cd "$srcdir/$pk

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

2013-01-28 Thread Stéphane Gaudreault
Date: Monday, January 28, 2013 @ 17:49:49
  Author: stephane
Revision: 83262

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

Added:
  ogre/repos/community-i686/PKGBUILD
(from rev 83238, ogre/repos/community-testing-i686/PKGBUILD)
  ogre/repos/community-i686/ogre.install
(from rev 83238, ogre/repos/community-testing-i686/ogre.install)
  ogre/repos/community-x86_64/PKGBUILD
(from rev 83238, ogre/repos/community-testing-x86_64/PKGBUILD)
  ogre/repos/community-x86_64/ogre.install
(from rev 83238, ogre/repos/community-testing-x86_64/ogre.install)
Deleted:
  ogre/repos/community-i686/PKGBUILD
  ogre/repos/community-i686/ogre.install
  ogre/repos/community-testing-i686/
  ogre/repos/community-testing-x86_64/
  ogre/repos/community-x86_64/PKGBUILD
  ogre/repos/community-x86_64/ogre.install

---+
 community-i686/PKGBUILD   |  178 
 community-i686/ogre.install   |8 -
 community-x86_64/PKGBUILD |  178 
 community-x86_64/ogre.install |8 -
 4 files changed, 186 insertions(+), 186 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-28 16:49:48 UTC (rev 83261)
+++ community-i686/PKGBUILD 2013-01-28 16:49:49 UTC (rev 83262)
@@ -1,89 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-pkgbase=ogre
-pkgname=('ogre' 'ogre-docs')
-pkgver=1.8.1
-pkgrel=2
-pkgdesc="A scene-oriented, flexible 3D engine written in C++"
-arch=('i686' 'x86_64')
-url='http://www.ogre3d.org'
-license=('custom:MIT')
-depends=('boost-libs' 'freeimage' 'freetype2' 'libxaw' 'libxrandr' 
- 'nvidia-cg-toolkit' 'zziplib' 'ois' 'glu')
-makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa')
-optdepends=('cppunit: unit testing'
-'intel-tbb: better threading support'
-'poco: portability'
-'boost: for developing using ogre')
-install=ogre.install
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}_src_v${pkgver//./-}.tar.bz2";)
-md5sums=('b85e3dcf370a46b3a8624d4fdd722d39')
-
-build() {
-  cd ${srcdir}/${pkgname}_src_v${pkgver//./-}
-
-  # get a clean build dir
-  [[ -d build ]] && rm -rf build
-   mkdir build && cd build
-
-  # generate CMake Makefile
-  cmake .. \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DOGRE_INSTALL_PLUGINS_HEADERS=TRUE \
- -DOGRE_INSTALL_SAMPLES=TRUE \
- -DOGRE_INSTALL_DOCS=TRUE \
--DOGRE_INSTALL_MEDIA=TRUE \
- -DOGRE_INSTALL_SAMPLES_SOURCE=TRUE \
--DCMAKE_BUILD_TYPE=Release # set =Debug for debugging version
-
-  # compile
-  make
-
-  # generate docs
-  if [[ $(which dot) && $(which doxygen) ]]; then
-make doc
-  fi
-}
-
-package_ogre() {
-  optdepends=('ogre-docs: documentation')
-
-  cd ${srcdir}/${pkgname}_src_v${pkgver//./-}/build
-
-  # install the bugger
-  make DESTDIR=${pkgdir} install
-
-  # fix up samples
-  install -dm775 -o root -g users ${pkgdir}/opt/OGRE/samples/
-  mv ${pkgdir}/usr/share/OGRE/*.cfg ${pkgdir}/opt/OGRE/samples/
-  mv ${pkgdir}/usr/bin/SampleBrowser ${pkgdir}/opt/OGRE/samples/
-
-  # make sample launcher
-  echo "#!/bin/bash" > ${pkgdir}/usr/bin/OgreSampleBrowser
-  echo "cd /opt/OGRE/samples && ./SampleBrowser" >> 
${pkgdir}/usr/bin/OgreSampleBrowser
-  chmod +x ${pkgdir}/usr/bin/OgreSampleBrowser
-  
-  # install license
-  install -Dm644 ../Docs/License.html 
${pkgdir}/usr/share/licenses/${pkgname}/license.html
-
-  # move docs out of this package
-  mv ${pkgdir}/usr/share/OGRE/docs ${srcdir}/docs
-}
-
-package_ogre-docs() {
-  pkgdesc="Documentation for ogre"
-  depends=()
-
-  cd ${srcdir}/${pkgbase}_src_v${pkgver//./-}/build
-
-  # move docs into this package
-  install -dm755 ${pkgdir}/usr/share/doc
-  mv ${srcdir}/docs ${pkgdir}/usr/share/doc/OGRE/
-
-  # symlink for docs
-  install -dm755 ${pkgdir}/usr/share/OGRE/
-  cd ${pkgdir}/usr/share
-  ln -s doc/OGRE/ OGRE/docs
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ogre/repos/community-i686/PKGBUILD (from rev 83238, 
ogre/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-28 16:49:49 UTC (rev 83262)
@@ -0,0 +1,89 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+pkgbase=ogre
+pkgname=('ogre' 'ogre-docs')
+pkgver=1.8.1
+pkgrel=3
+pkgdesc="A scene-oriented, flexible 3D engine written in C++"
+arch=('i686' 'x86_64')
+url='http://www.ogre3d.org'
+license=('custom:MIT')
+depends=('boost-libs' 'freeimage' 'freetype2' 'libxaw' 'libxrandr' 
+ 'nvidia-cg-toolkit' 'zziplib' 'ois' 'glu')
+makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa')
+install=ogre.install
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}_src_v${pkgver//./-}.tar.bz2";)
+md5sums=('b85e3dcf370a46b3a8624d4fdd722d

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

2013-01-28 Thread Stéphane Gaudreault
Date: Monday, January 28, 2013 @ 17:50:02
  Author: stephane
Revision: 83271

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

Added:
  python-pycuda/repos/community-i686/PKGBUILD
(from rev 83238, python-pycuda/repos/community-testing-i686/PKGBUILD)
  python-pycuda/repos/community-x86_64/PKGBUILD
(from rev 83238, python-pycuda/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  python-pycuda/repos/community-i686/PKGBUILD
  python-pycuda/repos/community-testing-i686/
  python-pycuda/repos/community-testing-x86_64/
  python-pycuda/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-28 16:50:01 UTC (rev 83270)
+++ community-i686/PKGBUILD 2013-01-28 16:50:02 UTC (rev 83271)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault 
-pkgbase=python-pycuda
-pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
-pkgver=2012.1
-pkgrel=1
-pkgdesc="Python wrapper for Nvidia CUDA"
-arch=('i686' 'x86_64')
-url="http://mathema.tician.de/software/pycuda";
-license=('MIT')
-source=(http://pypi.python.org/packages/source/p/pycuda/pycuda-${pkgver}.tar.gz)
-makedepends=('ctags' 'python2-distribute' 'python-distribute' 'python2-numpy' 
'python-numpy' 'mesa' 'cuda' 'boost' 'nvidia-utils')
-sha1sums=('dd52ee697ae9f6256efac3bca682be9c6e7c9649')
-
-build() {
-   cd "${srcdir}"
-  
-   _arch=''
-   [ "$CARCH" = "x86_64" ] && _arch='64'
-
-   cp -a pycuda-${pkgver}{,-python2}
-  
-   cd "${srcdir}"/pycuda-${pkgver}
-   python3 ./configure.py \
-  --cuda-root=/opt/cuda \
-  --cuda-inc-dir=/opt/cuda/include \
-  --cudadrv-lib-dir=/opt/cuda/lib${_arch} \
-  --cudart-lib-dir=/opt/cuda/lib${_arch} \
-  --no-use-shipped-boost \
-  --boost-python-libname=boost_python3
-   make
-
-   cd "${srcdir}"/pycuda-${pkgver}-python2
-   python2 ./configure.py \
-  --cuda-root=/opt/cuda \
-  --cuda-inc-dir=/opt/cuda/include \
-  --cudadrv-lib-dir=/opt/cuda/lib${_arch} \
-  --cudart-lib-dir=/opt/cuda/lib${_arch} \
-  --no-use-shipped-boost
-   make
-}
-
-package_python-pycuda() {
-   depends=('cuda' 'nvidia-utils' 'python-numpy' 'python-pytools' 'python' 
'boost-libs' 'pycuda-headers')
-   cd "${srcdir}"/pycuda-${pkgver}
-   python3 setup.py install --prefix=/usr --root="${pkgdir}" --skip-build 
--optimize=1
-
-   rm -fr "${pkgdir}"/usr/include   
-}
-
-package_python2-pycuda() {
-   depends=('cuda' 'nvidia-utils' 'python2-numpy' 'python2-pytools' 'python2' 
'boost-libs' 'pycuda-headers')
-   cd "${srcdir}"/pycuda-${pkgver}-python2
-   python2 setup.py install --prefix=/usr --root="${pkgdir}" --skip-build 
--optimize=1
-
-   rm -fr "${pkgdir}"/usr/include   
-}
-
-package_pycuda-headers() {
-   cd "${srcdir}"/pycuda-${pkgver}
-   install -dm755 "${pkgdir}"/usr/include/pycuda
-
-   for file in $(ls -1 src/cuda/*.hpp); do
-  install -m644 ${file} "${pkgdir}"/usr/include/pycuda
-   done
-}

Copied: python-pycuda/repos/community-i686/PKGBUILD (from rev 83238, 
python-pycuda/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-28 16:50:02 UTC (rev 83271)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+pkgbase=python-pycuda
+pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
+pkgver=2012.1
+pkgrel=2
+pkgdesc="Python wrapper for Nvidia CUDA"
+arch=('i686' 'x86_64')
+url="http://mathema.tician.de/software/pycuda";
+license=('MIT')
+source=(http://pypi.python.org/packages/source/p/pycuda/pycuda-${pkgver}.tar.gz)
+makedepends=('ctags' 'python2-distribute' 'python-distribute' 'python2-numpy' 
'python-numpy' 'mesa' 'cuda' 'boost>=1.52.0' 'nvidia-utils')
+sha1sums=('dd52ee697ae9f6256efac3bca682be9c6e7c9649')
+
+build() {
+   cd "${srcdir}"
+  
+   _arch=''
+   [ "$CARCH" = "x86_64" ] && _arch='64'
+
+   cp -a pycuda-${pkgver}{,-python2}
+  
+   cd "${srcdir}"/pycuda-${pkgver}
+   python3 ./configure.py \
+  --cuda-root=/opt/cuda \
+  --cuda-inc-dir=/opt/cuda/include \
+  --cudadrv-lib-dir=/opt/cuda/lib${_arch} \
+  --cudart-lib-dir=/opt/cuda/lib${_arch} \
+  --no-use-shipped-boost \
+  --boost-python-libname=boost_python3
+   make
+
+   cd "${srcdir}"/pycuda-${pkgver}-python2
+   python2 ./configure.py \
+  --cuda-root=/opt/cuda \
+  --cuda-inc-dir=/opt/cuda/include 

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

2013-01-28 Thread Stéphane Gaudreault
Date: Monday, January 28, 2013 @ 17:49:48
  Author: stephane
Revision: 83261

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

Added:
  mygui/repos/community-i686/PKGBUILD
(from rev 83238, mygui/repos/community-testing-i686/PKGBUILD)
  mygui/repos/community-i686/mygui.install
(from rev 83238, mygui/repos/community-testing-i686/mygui.install)
  mygui/repos/community-x86_64/PKGBUILD
(from rev 83238, mygui/repos/community-testing-x86_64/PKGBUILD)
  mygui/repos/community-x86_64/mygui.install
(from rev 83238, mygui/repos/community-testing-x86_64/mygui.install)
Deleted:
  mygui/repos/community-i686/PKGBUILD
  mygui/repos/community-i686/mygui.install
  mygui/repos/community-testing-i686/
  mygui/repos/community-testing-x86_64/
  mygui/repos/community-x86_64/PKGBUILD
  mygui/repos/community-x86_64/mygui.install

+
 community-i686/PKGBUILD|  158 +++
 community-i686/mygui.install   |6 -
 community-x86_64/PKGBUILD  |  158 +++
 community-x86_64/mygui.install |6 -
 4 files changed, 164 insertions(+), 164 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-28 16:49:47 UTC (rev 83260)
+++ community-i686/PKGBUILD 2013-01-28 16:49:48 UTC (rev 83261)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Andrew Belitsky 
-pkgbase=mygui
-pkgname=('mygui' 'mygui-docs')
-pkgver=3.2.0
-pkgrel=3
-pkgdesc="A multilayer and overlappable GUI System for OGRE"
-arch=('i686' 'x86_64')
-url="http://mygui.info/";
-license=('LGPL')
-depends=('boost-libs' 'ogre' 'ois')
-makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu')
-install=mygui.install
-source=("http://downloads.sourceforge.net/my-gui/MyGUI_$pkgver.zip";)
-md5sums=('7c20486a0db82f497d8b7c5300613b61')
-
-build() {
-  cd $srcdir/MyGUI_$pkgver
-
-  # change CMake config so demos install to /opt
-  sed -i 's:"bin:"../opt/MYGUI:' CMake/Utils/MyGUIConfigTargets.cmake
-  sed -i -e 's:../share:/usr/share:' \
- -e 's:"bin":"../opt/MYGUI":' \
- CMake/InstallResources.cmake
-  sed -i '71 i set(MYGUI_GCC_VISIBILITY_FLAGS "")' CMakeLists.txt
-  sed -i 's/\${OIS_LIBRARIES}/${OIS_LIBRARIES} boost_system/g' 
Common/CMakeLists.txt
-
-  # get a clean build dir
-  [[ -d build ]] && rm -rf build
-  mkdir build && cd build
-
-  # generate CMake Makefile
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DMYGUI_INSTALL_SAMPLES=TRUE \
--DMYGUI_INSTALL_TOOLS=TRUE \
--DMYGUI_INSTALL_DOCS=TRUE \
--DMYGUI_INSTALL_MEDIA=TRUE \
--DCMAKE_BUILD_TYPE=Release # set=Debug for debugging version
-
-  # compile
-  make
-
-  # generate docs
-  if [[ $(which dot) && $(which doxygen) ]]; then
-make api-docs 2>/dev/null
-  fi
-}
-
-package_mygui() {
-  optdepends=('mygui-docs: documentation')
-
-  cd $srcdir/MyGUI_$pkgver
-  
-  cd build
-
-  # install the whole bunch
-  make DESTDIR="$pkgdir" install
-
-  # make demos work
-  chown root:users $pkgdir/opt/MYGUI
-  chmod 775 $pkgdir/opt/MYGUI
-}
-
-package_mygui-docs() {
-  pkgdesc="Documentation for mygui"
-  depends=()
-
-  cd $srcdir/MyGUI_$pkgver
-  
-  cd build
-
-  # install docs
-  install -d $pkgdir/usr/share/doc/
-  cp -r Docs/html $pkgdir/usr/share/doc/MYGUI
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mygui/repos/community-i686/PKGBUILD (from rev 83238, 
mygui/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-28 16:49:48 UTC (rev 83261)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Andrew Belitsky 
+pkgbase=mygui
+pkgname=('mygui' 'mygui-docs')
+pkgver=3.2.0
+pkgrel=4
+pkgdesc="A multilayer and overlappable GUI System for OGRE"
+arch=('i686' 'x86_64')
+url="http://mygui.info/";
+license=('LGPL')
+depends=('boost-libs' 'ogre' 'ois')
+makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu')
+install=mygui.install
+source=("http://downloads.sourceforge.net/my-gui/MyGUI_$pkgver.zip";)
+md5sums=('7c20486a0db82f497d8b7c5300613b61')
+
+build() {
+  cd $srcdir/MyGUI_$pkgver
+
+  # change CMake config so demos install to /opt
+  sed -i 's:"bin:"../opt/MYGUI:' CMake/Utils/MyGUIConfigTargets.cmake
+  sed -i -e 's:../share:/usr/share:' \
+ -e 's:"bin":"../opt/MYGUI":' \
+ CMake/InstallResources.cmake
+  sed -i '71 i set(MYGUI_GCC_VISIBILITY_FLAGS "")' CMakeLists.txt
+  sed -i 's/\${OIS_LIBRARIES}/${OIS_LIBRARIES} boost_system/g' 
Common/CMakeLists.txt
+
+  # get a clean build dir
+  [[ -d build ]] && rm -rf build
+  mkdir build && cd build
+
+  # generate CMake Makefile
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DMYGUI_INSTALL_SAMPLES=TRUE \
+-DMYGUI_INSTALL_TOOLS=TRUE \
+-DMYGUI_INSTALL_DOCS=TRUE \
+   

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

2013-01-28 Thread Stéphane Gaudreault
Date: Monday, January 28, 2013 @ 17:49:47
  Author: stephane
Revision: 83260

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

Added:
  mongodb/repos/community-i686/PKGBUILD
(from rev 83238, mongodb/repos/community-testing-i686/PKGBUILD)
  mongodb/repos/community-i686/SConscript.client.patch
(from rev 83238, 
mongodb/repos/community-testing-i686/SConscript.client.patch)
  mongodb/repos/community-i686/boost1.50.patch
(from rev 83238, mongodb/repos/community-testing-i686/boost1.50.patch)
  mongodb/repos/community-i686/mongodb.conf
(from rev 83238, mongodb/repos/community-testing-i686/mongodb.conf)
  mongodb/repos/community-i686/mongodb.install
(from rev 83238, mongodb/repos/community-testing-i686/mongodb.install)
  mongodb/repos/community-i686/mongodb.rc
(from rev 83238, mongodb/repos/community-testing-i686/mongodb.rc)
  mongodb/repos/community-i686/mongodb.service
(from rev 83238, mongodb/repos/community-testing-i686/mongodb.service)
  mongodb/repos/community-x86_64/PKGBUILD
(from rev 83238, mongodb/repos/community-testing-x86_64/PKGBUILD)
  mongodb/repos/community-x86_64/SConscript.client.patch
(from rev 83238, 
mongodb/repos/community-testing-x86_64/SConscript.client.patch)
  mongodb/repos/community-x86_64/boost1.50.patch
(from rev 83238, mongodb/repos/community-testing-x86_64/boost1.50.patch)
  mongodb/repos/community-x86_64/mongodb.conf
(from rev 83238, mongodb/repos/community-testing-x86_64/mongodb.conf)
  mongodb/repos/community-x86_64/mongodb.install
(from rev 83238, mongodb/repos/community-testing-x86_64/mongodb.install)
  mongodb/repos/community-x86_64/mongodb.rc
(from rev 83238, mongodb/repos/community-testing-x86_64/mongodb.rc)
  mongodb/repos/community-x86_64/mongodb.service
(from rev 83238, mongodb/repos/community-testing-x86_64/mongodb.service)
Deleted:
  mongodb/repos/community-i686/PKGBUILD
  mongodb/repos/community-i686/SConscript.client.patch
  mongodb/repos/community-i686/boost1.50.patch
  mongodb/repos/community-i686/mongodb.conf
  mongodb/repos/community-i686/mongodb.install
  mongodb/repos/community-i686/mongodb.rc
  mongodb/repos/community-i686/mongodb.service
  mongodb/repos/community-testing-i686/
  mongodb/repos/community-testing-x86_64/
  mongodb/repos/community-x86_64/PKGBUILD
  mongodb/repos/community-x86_64/SConscript.client.patch
  mongodb/repos/community-x86_64/boost1.50.patch
  mongodb/repos/community-x86_64/mongodb.conf
  mongodb/repos/community-x86_64/mongodb.install
  mongodb/repos/community-x86_64/mongodb.rc
  mongodb/repos/community-x86_64/mongodb.service

--+
 community-i686/PKGBUILD  |  148 -
 community-i686/SConscript.client.patch   |   26 -
 community-i686/boost1.50.patch   |  474 ++---
 community-i686/mongodb.conf  |   16 
 community-i686/mongodb.install   |   64 +--
 community-i686/mongodb.rc|   78 ++--
 community-i686/mongodb.service   |   20 -
 community-x86_64/PKGBUILD|  148 -
 community-x86_64/SConscript.client.patch |   26 -
 community-x86_64/boost1.50.patch |  474 ++---
 community-x86_64/mongodb.conf|   16 
 community-x86_64/mongodb.install |   64 +--
 community-x86_64/mongodb.rc  |   78 ++--
 community-x86_64/mongodb.service |   20 -
 14 files changed, 826 insertions(+), 826 deletions(-)

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


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

2013-01-28 Thread Stéphane Gaudreault
Date: Monday, January 28, 2013 @ 17:49:45
  Author: stephane
Revision: 83259

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

Added:
  mapnik/repos/community-i686/PKGBUILD
(from rev 83238, mapnik/repos/community-testing-i686/PKGBUILD)
  mapnik/repos/community-i686/mapnik.install
(from rev 83238, mapnik/repos/community-testing-i686/mapnik.install)
  mapnik/repos/community-x86_64/PKGBUILD
(from rev 83238, mapnik/repos/community-testing-x86_64/PKGBUILD)
  mapnik/repos/community-x86_64/mapnik.install
(from rev 83238, mapnik/repos/community-testing-x86_64/mapnik.install)
Deleted:
  mapnik/repos/community-i686/PKGBUILD
  mapnik/repos/community-i686/mapnik.install
  mapnik/repos/community-testing-i686/
  mapnik/repos/community-testing-x86_64/
  mapnik/repos/community-x86_64/PKGBUILD
  mapnik/repos/community-x86_64/mapnik.install

-+
 community-i686/PKGBUILD |   84 +++---
 community-i686/mapnik.install   |   22 -
 community-x86_64/PKGBUILD   |   84 +++---
 community-x86_64/mapnik.install |   22 -
 4 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-28 16:49:44 UTC (rev 83258)
+++ community-i686/PKGBUILD 2013-01-28 16:49:45 UTC (rev 83259)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: David Dent 
-# Contributor: orbisvicis 
-
-pkgname=mapnik
-pkgver=2.1.0
-pkgrel=4
-pkgdesc="Free Toolkit for developing mapping applications. Above all Mapnik is 
about rendering beautiful maps"
-arch=('i686' 'x86_64')
-url="http://mapnik.org/";
-license=('LGPL')
-depends=('boost-libs' 'icu' 'libpng' 'libjpeg' 'libtiff' 'freetype2'
-'libxml2' 'python2' 'proj' 'cairo' 'cairomm' 'pycairo'
-'postgresql-libs' 'postgis' 'gdal' 'curl' 'libltdl')
-optdepends=('libxslt: Web Map Service'
-'python2-lxml:Web Map Service'
-'python-imaging:  Web Map Service'
-'python-nose: Web Map Service'
-'apache:  Web Map Service'
-'mod_fastcgi: Web Map Service - or:'
-'mod_fcgid:   Web Map Service - or:'
-'mod_wsgi2:   Web Map Service')
-makedepends=('scons' 'boost')
-install="mapnik.install"
-source=("https://github.com/downloads/mapnik/mapnik/mapnik-v$pkgver.tar.bz2";)
-md5sums=('d580c558a957444873bec9e24526b0a0')
-
-build() {
-  cd "$srcdir/$pkgname-v$pkgver"
-  sed -i 's|lib64|lib|g' SConstruct
-  scons configure \
-PREFIX="/usr" \
-INPUT_PLUGINS=all \
-DESTDIR="$pkgdir"
-  scons
-}
-
-package(){
-  cd "$srcdir/$pkgname-v$pkgver"
-  scons install
-}

Copied: mapnik/repos/community-i686/PKGBUILD (from rev 83238, 
mapnik/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-28 16:49:45 UTC (rev 83259)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: David Dent 
+# Contributor: orbisvicis 
+
+pkgname=mapnik
+pkgver=2.1.0
+pkgrel=5
+pkgdesc="Free Toolkit for developing mapping applications. Above all Mapnik is 
about rendering beautiful maps"
+arch=('i686' 'x86_64')
+url="http://mapnik.org/";
+license=('LGPL')
+depends=('boost-libs' 'icu' 'libpng' 'libjpeg' 'libtiff' 'freetype2'
+'libxml2' 'python2' 'proj' 'cairo' 'cairomm' 'pycairo'
+'postgresql-libs' 'postgis' 'gdal' 'curl' 'libltdl')
+optdepends=('libxslt: Web Map Service'
+'python2-lxml:Web Map Service'
+'python-imaging:  Web Map Service'
+'python-nose: Web Map Service'
+'apache:  Web Map Service'
+'mod_fastcgi: Web Map Service - or:'
+'mod_fcgid:   Web Map Service - or:'
+'mod_wsgi2:   Web Map Service')
+makedepends=('scons' 'boost')
+install="mapnik.install"
+source=("https://github.com/downloads/mapnik/mapnik/mapnik-v$pkgver.tar.bz2";)
+md5sums=('d580c558a957444873bec9e24526b0a0')
+
+build() {
+  cd "$srcdir/$pkgname-v$pkgver"
+  sed -i 's|lib64|lib|g' SConstruct
+  scons configure \
+PREFIX="/usr" \
+INPUT_PLUGINS=all \
+DESTDIR="$pkgdir"
+  scons
+}
+
+package(){
+  cd "$srcdir/$pkgname-v$pkgver"
+  scons install
+}

Deleted: community-i686/mapnik.install
===
--- community-i686/mapnik.install   2013-01-28 16:49:44 UTC (rev 83258)
+++ community-i686/mapnik.install   2013-01-28 16:49:45 UTC (rev 83259)
@@ -1,11 +0,0 @@
-post_install() {
-  /sbin/ldconfig
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: mapnik/repos/community-i686/mapnik.install (from rev 83238, 
mapnik/repos/community-t

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

2013-01-28 Thread Stéphane Gaudreault
Date: Monday, January 28, 2013 @ 17:49:44
  Author: stephane
Revision: 83258

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

Added:
  luxrender/repos/community-i686/PKGBUILD
(from rev 83238, luxrender/repos/community-testing-i686/PKGBUILD)
  luxrender/repos/community-x86_64/PKGBUILD
(from rev 83238, luxrender/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  luxrender/repos/community-i686/PKGBUILD
  luxrender/repos/community-testing-i686/
  luxrender/repos/community-testing-x86_64/
  luxrender/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-28 16:49:44 UTC (rev 83257)
+++ community-i686/PKGBUILD 2013-01-28 16:49:44 UTC (rev 83258)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-# Initial contributor: flixie <69...@gmx.net>
-# Contributor: Imanol Celaya 
-pkgname=luxrender
-pkgver=1.1
-_pkgver=4b4289cda943
-pkgrel=3
-pkgdesc="Rendering system for physically correct, unbiased image synthesis"
-arch=('i686' 'x86_64')
-url="http://www.luxrender.net/";
-license=('GPL')
-depends=('boost-libs' 'freeimage' 'openexr' 'libcl')
-optdepends=('luxblend25: Blender exporter' 'qt: Qt GUI' \
-'python: Python interface (pylux)'
-'nvidia-utils: OpenCL support for nVidia GPUs' \
-'amdstream: OpenCL support for AMD GPUs' \
-'intel-opencl-sdk: OpenCL support for Intel CPUs')
-makedepends=('cmake' 'boost' 'mesa' 'qt' "luxrays=$pkgver" 'python' 
'opencl-headers')
-source=(https://bitbucket.org/luxrender/lux/get/$_pkgver.tar.bz2)
-md5sums=('accca65afdc4cc38db49a6e54f20e0f2')
-
-build() {
-  cd "$srcdir"/luxrender-lux-$_pkgver
-
-  # fix the installation
-  sed -i '/.*wxgui.*/ d' CMakeLists.txt
-
-  export CXXFLAGS="$CXXFLAGS -lpthread"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DLUXRAYS_DISABLE_OPENCL=OFF \
--DPYTHON_CUSTOM=ON \
--DPYTHON_LIBRARIES=/usr/lib/libpython3.3m.so \
--DPYTHON_INCLUDE_PATH=/usr/include/python3.3m/ \
-.
-  make
-}
-
-package() {
-  cd "$srcdir"/luxrender-lux-$_pkgver
-  make DESTDIR="$pkgdir" install
-
-  # fix library path on x86_64
-  [ "$CARCH" = "x86_64" ] && mv "$pkgdir"/usr/lib64 "$pkgdir"/usr/lib
-
-  #install pylux
-  install -D -m644 pylux.so "$pkgdir"/usr/lib/python3.3/pylux.so
-}
-
-# vim:set ts=2 sw=2 et:

Copied: luxrender/repos/community-i686/PKGBUILD (from rev 83238, 
luxrender/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-28 16:49:44 UTC (rev 83258)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+# Initial contributor: flixie <69...@gmx.net>
+# Contributor: Imanol Celaya 
+pkgname=luxrender
+pkgver=1.1
+_pkgver=4b4289cda943
+pkgrel=4
+pkgdesc="Rendering system for physically correct, unbiased image synthesis"
+arch=('i686' 'x86_64')
+url="http://www.luxrender.net/";
+license=('GPL')
+depends=('boost-libs' 'freeimage' 'openexr' 'libcl')
+optdepends=('luxblend25: Blender exporter' 'qt: Qt GUI' \
+'python: Python interface (pylux)'
+'nvidia-utils: OpenCL support for nVidia GPUs' \
+'amdstream: OpenCL support for AMD GPUs' \
+'intel-opencl-sdk: OpenCL support for Intel CPUs')
+makedepends=('cmake' 'boost' 'mesa' 'qt' "luxrays=$pkgver" 'python' 
'opencl-headers')
+source=(https://bitbucket.org/luxrender/lux/get/$_pkgver.tar.bz2)
+md5sums=('accca65afdc4cc38db49a6e54f20e0f2')
+
+build() {
+  cd "$srcdir"/luxrender-lux-$_pkgver
+
+  # fix the installation
+  sed -i '/.*wxgui.*/ d' CMakeLists.txt
+
+  export CXXFLAGS="$CXXFLAGS -lpthread"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DLUXRAYS_DISABLE_OPENCL=OFF \
+-DPYTHON_CUSTOM=ON \
+-DPYTHON_LIBRARIES=/usr/lib/libpython3.3m.so \
+-DPYTHON_INCLUDE_PATH=/usr/include/python3.3m/ \
+.
+  make
+}
+
+package() {
+  cd "$srcdir"/luxrender-lux-$_pkgver
+  make DESTDIR="$pkgdir" install
+
+  # fix library path on x86_64
+  [ "$CARCH" = "x86_64" ] && mv "$pkgdir"/usr/lib64 "$pkgdir"/usr/lib
+
+  #install pylux
+  install -D -m644 pylux.so "$pkgdir"/usr/lib/python3.3/pylux.so
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-01-28 16:49:44 UTC (rev 83257)
+++ community-x86_64/PKGBUILD   2013-01-28 16:49:44 UTC (rev 83258)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-# Initial contributor: flixie <69...@gmx.net>
-# Contributor: Imanol Celaya 
-pkgname=luxrender
-pkgver=1.1
-_pkgver=4b4289cda943
-pkgrel=3
-p

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

2013-01-28 Thread Stéphane Gaudreault
Date: Monday, January 28, 2013 @ 17:49:43
  Author: stephane
Revision: 83256

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

Added:
  librime/repos/community-i686/PKGBUILD
(from rev 83238, librime/repos/community-testing-i686/PKGBUILD)
  librime/repos/community-x86_64/PKGBUILD
(from rev 83238, librime/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  librime/repos/community-i686/PKGBUILD
  librime/repos/community-testing-i686/
  librime/repos/community-testing-x86_64/
  librime/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-28 16:49:42 UTC (rev 83255)
+++ community-i686/PKGBUILD 2013-01-28 16:49:43 UTC (rev 83256)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: GONG Chen 
-# Contributor: 網軍總司令
-
-pkgname=librime
-pkgver=0.9.7
-pkgrel=3
-pkgdesc="Rime input method engine"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/rimeime/";
-license=('GPL3')
-depends=('boost>=1.46' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp0.3')
-optdepends=('brise: Rime schema repository')
-makedepends=('cmake')
-source=("http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz";)
-
-build() {
-  cd "${srcdir}/$pkgname"
-  make
-}
-
-package() {
-  cd "${srcdir}/$pkgname"
-  make DESTDIR="$pkgdir" install
-}
-
-md5sums=('732fe5258ab4fced26e61475cdcffdb1')

Copied: librime/repos/community-i686/PKGBUILD (from rev 83238, 
librime/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-28 16:49:43 UTC (rev 83256)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: GONG Chen 
+# Contributor: 網軍總司令
+
+pkgname=librime
+pkgver=0.9.7
+pkgrel=4
+pkgdesc="Rime input method engine"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/rimeime/";
+license=('GPL3')
+depends=('boost' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp0.3')
+optdepends=('brise: Rime schema repository')
+makedepends=('cmake')
+source=("http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz";)
+
+build() {
+  cd "${srcdir}/$pkgname"
+  make
+}
+
+package() {
+  cd "${srcdir}/$pkgname"
+  make DESTDIR="$pkgdir" install
+}
+
+md5sums=('732fe5258ab4fced26e61475cdcffdb1')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-01-28 16:49:42 UTC (rev 83255)
+++ community-x86_64/PKGBUILD   2013-01-28 16:49:43 UTC (rev 83256)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: GONG Chen 
-# Contributor: 網軍總司令
-
-pkgname=librime
-pkgver=0.9.7
-pkgrel=3
-pkgdesc="Rime input method engine"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/rimeime/";
-license=('GPL3')
-depends=('boost>=1.46' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp0.3')
-optdepends=('brise: Rime schema repository')
-makedepends=('cmake')
-source=("http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz";)
-
-build() {
-  cd "${srcdir}/$pkgname"
-  make
-}
-
-package() {
-  cd "${srcdir}/$pkgname"
-  make DESTDIR="$pkgdir" install
-}
-
-md5sums=('732fe5258ab4fced26e61475cdcffdb1')

Copied: librime/repos/community-x86_64/PKGBUILD (from rev 83238, 
librime/repos/community-testing-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-01-28 16:49:43 UTC (rev 83256)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: GONG Chen 
+# Contributor: 網軍總司令
+
+pkgname=librime
+pkgver=0.9.7
+pkgrel=4
+pkgdesc="Rime input method engine"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/rimeime/";
+license=('GPL3')
+depends=('boost' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp0.3')
+optdepends=('brise: Rime schema repository')
+makedepends=('cmake')
+source=("http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz";)
+
+build() {
+  cd "${srcdir}/$pkgname"
+  make
+}
+
+package() {
+  cd "${srcdir}/$pkgname"
+  make DESTDIR="$pkgdir" install
+}
+
+md5sums=('732fe5258ab4fced26e61475cdcffdb1')



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

2013-01-28 Thread Stéphane Gaudreault
Date: Monday, January 28, 2013 @ 17:49:44
  Author: stephane
Revision: 83257

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

Added:
  luxrays/repos/community-i686/PKGBUILD
(from rev 83238, luxrays/repos/community-testing-i686/PKGBUILD)
  luxrays/repos/community-x86_64/PKGBUILD
(from rev 83238, luxrays/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  luxrays/repos/community-i686/PKGBUILD
  luxrays/repos/community-testing-i686/
  luxrays/repos/community-testing-x86_64/
  luxrays/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-28 16:49:43 UTC (rev 83256)
+++ community-i686/PKGBUILD 2013-01-28 16:49:44 UTC (rev 83257)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-pkgname=luxrays
-pkgver=1.1
-_pkgver=589aa5dac899
-pkgrel=3
-pkgdesc="Accelerate the ray intersection process by using GPUs"
-arch=('i686' 'x86_64')
-url="http://www.luxrender.net/";
-license=('GPL')
-depends=('freeimage' 'freeglut' 'glew' 'libcl')
-makedepends=('cmake' 'boost' 'mesa' 'opencl-headers')
-source=(https://bitbucket.org/luxrender/luxrays/get/$_pkgver.tar.bz2)
-md5sums=('7513d71148fa14bc1779b816816580b9')
-
-build() {
-  cd "$srcdir/luxrender-$pkgname-$_pkgver"
-
-  export CXXFLAGS="$CXXFLAGS -lpthread"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--DLUXRAYS_DISABLE_OPENCL=OFF \
-.
-  make
-}
-
-package() {
-  cd "$srcdir/luxrender-$pkgname-$_pkgver"
-
-  install -d -m755 "$pkgdir"/usr/{bin,include,lib}
-  install -m755 bin/* "$pkgdir"/usr/bin
-  install -m644 lib/* "$pkgdir"/usr/lib
-  cp -a include/luxrays "$pkgdir"/usr/include
-}
-
-# vim:set ts=2 sw=2 et:

Copied: luxrays/repos/community-i686/PKGBUILD (from rev 83238, 
luxrays/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-28 16:49:44 UTC (rev 83257)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname=luxrays
+pkgver=1.1
+_pkgver=589aa5dac899
+pkgrel=4
+pkgdesc="Accelerate the ray intersection process by using GPUs"
+arch=('i686' 'x86_64')
+url="http://www.luxrender.net/";
+license=('GPL')
+depends=('freeimage' 'freeglut' 'glew' 'libcl')
+makedepends=('cmake' 'boost' 'mesa' 'opencl-headers')
+source=(https://bitbucket.org/luxrender/luxrays/get/$_pkgver.tar.bz2)
+md5sums=('7513d71148fa14bc1779b816816580b9')
+
+build() {
+  cd "$srcdir/luxrender-$pkgname-$_pkgver"
+
+  export CXXFLAGS="$CXXFLAGS -lpthread"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DLUXRAYS_DISABLE_OPENCL=OFF \
+.
+  make
+}
+
+package() {
+  cd "$srcdir/luxrender-$pkgname-$_pkgver"
+
+  install -d -m755 "$pkgdir"/usr/{bin,include,lib}
+  install -m755 bin/* "$pkgdir"/usr/bin
+  install -m644 lib/* "$pkgdir"/usr/lib
+  cp -a include/luxrays "$pkgdir"/usr/include
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-01-28 16:49:43 UTC (rev 83256)
+++ community-x86_64/PKGBUILD   2013-01-28 16:49:44 UTC (rev 83257)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-pkgname=luxrays
-pkgver=1.1
-_pkgver=589aa5dac899
-pkgrel=3
-pkgdesc="Accelerate the ray intersection process by using GPUs"
-arch=('i686' 'x86_64')
-url="http://www.luxrender.net/";
-license=('GPL')
-depends=('freeimage' 'freeglut' 'glew' 'libcl')
-makedepends=('cmake' 'boost' 'mesa' 'opencl-headers')
-source=(https://bitbucket.org/luxrender/luxrays/get/$_pkgver.tar.bz2)
-md5sums=('7513d71148fa14bc1779b816816580b9')
-
-build() {
-  cd "$srcdir/luxrender-$pkgname-$_pkgver"
-
-  export CXXFLAGS="$CXXFLAGS -lpthread"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--DLUXRAYS_DISABLE_OPENCL=OFF \
-.
-  make
-}
-
-package() {
-  cd "$srcdir/luxrender-$pkgname-$_pkgver"
-
-  install -d -m755 "$pkgdir"/usr/{bin,include,lib}
-  install -m755 bin/* "$pkgdir"/usr/bin
-  install -m644 lib/* "$pkgdir"/usr/lib
-  cp -a include/luxrays "$pkgdir"/usr/include
-}
-
-# vim:set ts=2 sw=2 et:

Copied: luxrays/repos/community-x86_64/PKGBUILD (from rev 83238, 
luxrays/repos/community-testing-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-01-28 16:49:44 UTC (rev 83257)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname=luxrays
+pkgver=1.1
+_pkgver=589aa5dac899
+pkgrel=4
+pkgdesc="Accelerate the ray intersection process by us

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

2013-01-28 Thread Stéphane Gaudreault
Date: Monday, January 28, 2013 @ 17:49:41
  Author: stephane
Revision: 83254

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

Added:
  gource/repos/community-i686/PKGBUILD
(from rev 83238, gource/repos/community-testing-i686/PKGBUILD)
  gource/repos/community-x86_64/PKGBUILD
(from rev 83238, gource/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  gource/repos/community-i686/PKGBUILD
  gource/repos/community-testing-i686/
  gource/repos/community-testing-x86_64/
  gource/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-28 16:49:39 UTC (rev 83253)
+++ community-i686/PKGBUILD 2013-01-28 16:49:41 UTC (rev 83254)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jose Valecillos 
-# Contributor: Olivier Ramonat 
-pkgname=gource
-pkgver=0.38
-pkgrel=5
-pkgdesc="software version control visualization"
-license=(GPL3)
-arch=(i686 x86_64)
-url=http://code.google.com/p/gource/
-depends=('ftgl' 'sdl' 'sdl_image' 'pcre' 'glew' 'boost-libs')
-makedepends=('boost' 'glm')
-source=(http://gource.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-md5sums=('6584241879dbb6dfaecc6ae6b58ad38c')
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-  sed -i "s/filesystem3/filesystem/g" src/logmill.cpp
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   make DESTDIR=$pkgdir install
-}
-# vim: ts=2:sw=2 et:

Copied: gource/repos/community-i686/PKGBUILD (from rev 83238, 
gource/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-28 16:49:41 UTC (rev 83254)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jose Valecillos 
+# Contributor: Olivier Ramonat 
+pkgname=gource
+pkgver=0.38
+pkgrel=6
+pkgdesc="software version control visualization"
+license=(GPL3)
+arch=(i686 x86_64)
+url=http://code.google.com/p/gource/
+depends=('ftgl' 'sdl' 'sdl_image' 'pcre' 'glew' 'boost-libs')
+makedepends=('boost' 'glm' 'mesa')
+source=(http://gource.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+md5sums=('6584241879dbb6dfaecc6ae6b58ad38c')
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+  sed -i "s/filesystem3/filesystem/g" src/logmill.cpp
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   make DESTDIR="$pkgdir" install
+}
+# vim: ts=2:sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-01-28 16:49:39 UTC (rev 83253)
+++ community-x86_64/PKGBUILD   2013-01-28 16:49:41 UTC (rev 83254)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jose Valecillos 
-# Contributor: Olivier Ramonat 
-pkgname=gource
-pkgver=0.38
-pkgrel=5
-pkgdesc="software version control visualization"
-license=(GPL3)
-arch=(i686 x86_64)
-url=http://code.google.com/p/gource/
-depends=('ftgl' 'sdl' 'sdl_image' 'pcre' 'glew' 'boost-libs')
-makedepends=('boost' 'glm')
-source=(http://gource.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-md5sums=('6584241879dbb6dfaecc6ae6b58ad38c')
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-  sed -i "s/filesystem3/filesystem/g" src/logmill.cpp
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   make DESTDIR=$pkgdir install
-}
-# vim: ts=2:sw=2 et:

Copied: gource/repos/community-x86_64/PKGBUILD (from rev 83238, 
gource/repos/community-testing-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-01-28 16:49:41 UTC (rev 83254)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jose Valecillos 
+# Contributor: Olivier Ramonat 
+pkgname=gource
+pkgver=0.38
+pkgrel=6
+pkgdesc="software version control visualization"
+license=(GPL3)
+arch=(i686 x86_64)
+url=http://code.google.com/p/gource/
+depends=('ftgl' 'sdl' 'sdl_image' 'pcre' 'glew' 'boost-libs')
+makedepends=('boost' 'glm' 'mesa')
+source=(http://gource.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+md5sums=('6584241879dbb6dfaecc6ae6b58ad38c')
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+  sed -i "s/filesystem3/filesystem/g" src/logmill.cpp
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   make DESTDIR="$pkgdir" install
+}
+# vim: ts=2:sw=2 et:



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

2013-01-28 Thread Stéphane Gaudreault
Date: Monday, January 28, 2013 @ 17:49:39
  Author: stephane
Revision: 83253

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

Added:
  gnash/repos/community-i686/PKGBUILD
(from rev 83238, gnash/repos/community-testing-i686/PKGBUILD)
  gnash/repos/community-i686/gnash-0.8.10-boost-1.50.patch
(from rev 83238, 
gnash/repos/community-testing-i686/gnash-0.8.10-boost-1.50.patch)
  gnash/repos/community-i686/gnash-gtk.install
(from rev 83238, gnash/repos/community-testing-i686/gnash-gtk.install)
  gnash/repos/community-i686/nodebug.patch
(from rev 83238, gnash/repos/community-testing-i686/nodebug.patch)
  gnash/repos/community-x86_64/PKGBUILD
(from rev 83238, gnash/repos/community-testing-x86_64/PKGBUILD)
  gnash/repos/community-x86_64/gnash-0.8.10-boost-1.50.patch
(from rev 83238, 
gnash/repos/community-testing-x86_64/gnash-0.8.10-boost-1.50.patch)
  gnash/repos/community-x86_64/gnash-gtk.install
(from rev 83238, gnash/repos/community-testing-x86_64/gnash-gtk.install)
  gnash/repos/community-x86_64/nodebug.patch
(from rev 83238, gnash/repos/community-testing-x86_64/nodebug.patch)
Deleted:
  gnash/repos/community-i686/PKGBUILD
  gnash/repos/community-i686/gnash-0.8.10-boost-1.50.patch
  gnash/repos/community-i686/gnash-gtk.install
  gnash/repos/community-i686/nodebug.patch
  gnash/repos/community-testing-i686/
  gnash/repos/community-testing-x86_64/
  gnash/repos/community-x86_64/PKGBUILD
  gnash/repos/community-x86_64/gnash-0.8.10-boost-1.50.patch
  gnash/repos/community-x86_64/gnash-gtk.install
  gnash/repos/community-x86_64/nodebug.patch

+
 community-i686/PKGBUILD|  172 +++
 community-i686/gnash-0.8.10-boost-1.50.patch   |   24 +--
 community-i686/gnash-gtk.install   |   44 ++---
 community-i686/nodebug.patch   |   96 ++--
 community-x86_64/PKGBUILD  |  172 +++
 community-x86_64/gnash-0.8.10-boost-1.50.patch |   24 +--
 community-x86_64/gnash-gtk.install |   44 ++---
 community-x86_64/nodebug.patch |   96 ++--
 8 files changed, 336 insertions(+), 336 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-28 16:49:38 UTC (rev 83252)
+++ community-i686/PKGBUILD 2013-01-28 16:49:39 UTC (rev 83253)
@@ -1,86 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgbase=gnash
-pkgname=(gnash-common gnash-gtk)
-pkgver=0.8.10
-pkgrel=5
-arch=(i686 x86_64)
-url="http://www.gnu.org/software/gnash/";
-license=(GPL3)
-makedepends=(curl giflib libldap sdl agg libjpeg libpng libtool mesa glu
- speex fontconfig
- gstreamer0.10-base
- gtk2 libldap xulrunner hicolor-icon-theme desktop-file-utils 
gconf gtkglext
- pkgconfig boost)
-options=(!libtool !emptydirs)
-source=(http://ftp.gnu.org/gnu/gnash/${pkgver}/gnash-${pkgver}.tar.bz2
-nodebug.patch gnash-0.8.10-boost-1.50.patch)
-sha256sums=('9625072e45df92baa2c28fcd4e2deb66bc827530baedfad2e4e2292d1224'
-'0ebb104a7632af997c7e6b268755949fa0c1eea5e32015b95a22d63d0e431551'
-'ac3e7dbcb2ea30b8a263168462e739aa07706e0e3cdc672410a42a4357dbf54c')
-
-build() {
-  cd gnash-$pkgver
-
-  # Disable very, very verbose debugging (gigabytes of logs)
-  patch -Np1 -i ../nodebug.patch
-
-  # Link to libboost_system.so
-  patch -Np1 -i ../gnash-0.8.10-boost-1.50.patch
-
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---with-plugins-install=system \
---with-npapi-plugindir=/usr/lib/mozilla/plugins \
---enable-gui=sdl,gtk,dump \
---enable-media=gst \
---enable-renderer=all \
---enable-device=x11
-
-  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_gnash-common() {
-  pkgdesc="A GNU Flash movie player"
-  depends=(curl giflib sdl agg libjpeg libpng libltdl libgl glu
-   speex fontconfig cairo
-   gstreamer0.10-base
-   boost-libs)
-  backup=(etc/gnashrc etc/gnashthumbnailrc)
-
-  cd gnash-$pkgver
-
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="$pkgdir" install
-
-  # Split gnash-gtk
-  mkdir -p "$srcdir"/gtk/{etc,usr/{bin,share/man/man1}}
-  mv "$pkgdir"/usr/bin/{gtk-gnash,gnash-gtk-launcher} \
-"$srcdir/gtk/usr/bin/"
-  mv "$pkgdir"/usr/share/man/man1/{gtk-gnash,gnash-gtk-launcher}.1 \
-"$srcdir/gtk/usr/share/man/man1/"
-  mv "$pkgdir"/usr/share/{applications,icons} "$srcdir/gtk/usr/share/"
-  mv "$pkgdir"/etc/gnashpluginrc "$srcdir/gtk/etc/"
-}
-
-package_gnash-gtk() {
-  pkgdesc="A GNU Flash movie p

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

2013-01-28 Thread Stéphane Gaudreault
Date: Monday, January 28, 2013 @ 17:49:42
  Author: stephane
Revision: 83255

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

Added:
  gpsdrive/repos/community-i686/PKGBUILD
(from rev 83238, gpsdrive/repos/community-testing-i686/PKGBUILD)
  gpsdrive/repos/community-i686/gpsdrive.install
(from rev 83238, gpsdrive/repos/community-testing-i686/gpsdrive.install)
  gpsdrive/repos/community-x86_64/PKGBUILD
(from rev 83238, gpsdrive/repos/community-testing-x86_64/PKGBUILD)
  gpsdrive/repos/community-x86_64/gpsdrive.install
(from rev 83238, gpsdrive/repos/community-testing-x86_64/gpsdrive.install)
Deleted:
  gpsdrive/repos/community-i686/PKGBUILD
  gpsdrive/repos/community-i686/gpsdrive.install
  gpsdrive/repos/community-testing-i686/
  gpsdrive/repos/community-testing-x86_64/
  gpsdrive/repos/community-x86_64/PKGBUILD
  gpsdrive/repos/community-x86_64/gpsdrive.install

---+
 community-i686/PKGBUILD   |  130 ++--
 community-i686/gpsdrive.install   |8 +-
 community-x86_64/PKGBUILD |  130 ++--
 community-x86_64/gpsdrive.install |8 +-
 4 files changed, 138 insertions(+), 138 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-28 16:49:41 UTC (rev 83254)
+++ community-i686/PKGBUILD 2013-01-28 16:49:42 UTC (rev 83255)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Tom Newsom 
-# Maintainer: damir 
-
-pkgname=gpsdrive
-pkgver=2.11
-_pkgver=20120928
-pkgrel=14
-pkgdesc="A car (bike, ship, plane) navigation system"
-arch=("i686" "x86_64")
-url="http://www.gpsdrive.de/";
-license=('GPL2')
-depends=('gtk2' 'gpsd' 'libxml2' 'curl' 'python2' 'boost-libs' 'gdal' 'mapnik' 
'postgresql-libs' 'openstreetmap-map-icons-svn'
- 'perl-date-manip' 'perl-timedate' 'perl-dbi' 'perl-file-slurp' 
'perl-www-mechanize' 'perl-libwww' 'perl-uri'
- 'perl-text-query' 'perl-www-curl' 'perl-xml-parser' 'perl-xml-simple' 
'perl-xml-twig' 'perl-xml-writer')
-makedepends=('cmake>=2.4.4' 'boost' 'cfitsio')
-install="gpsdrive.install"
-#source=("http://www.gpsdrive.de/packages/${pkgname}-${pkgver}.tar.gz";)
-source=("http://arch.p5n.pp.ru/~sergej/dl/2012/${pkgname}-${_pkgver}.tar.gz";)
-md5sums=('bc53792529788b81c291a32d628a4850')
-
-build() {
-  cd "$srcdir"
-
-  # python2 fix
-  for file in $(find . -name '*.py' -print); do
-sed -i 's_#!/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
-  done
-
-  rm -rf build
-  mkdir build
-  cd build
-
-  sed -i 's|GdkGC \*kontext_map;|extern GdkGC *kontext_map;|' 
$srcdir/gpsdrive-${_pkgver}/src/gpsdrive.c
-  sed -i '22,1i#include ' 
$srcdir/gpsdrive-${_pkgver}/src/mapnik.cpp
-
-  export CFLAGS=-I/usr/include/gdk-pixbuf-2.0/
-  export CPPFLAGS=-I/usr/include/gdk-pixbuf-2.0/
-  export CXXFLAGS=-I/usr/include/gdk-pixbuf-2.0/
-  export LDFLAGS="`pkg-config --libs gtk+-2.0 gmodule-2.0` -lboost_system 
-lboost_thread"
-
-  # see DefineOptions.cmake for a list of common options and defaults
-  # cmake -L for a more in-depth listing
-  cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX="/usr" \
--DWITH_SCRIPTS=ON \
--DWITH_MAPNIK=ON \
--DWITH_POSTGIS=ON \
--DWITH_GDAL=ON \
--DWITH_BASEMAPS=ON \
--DWITH_FRIENDSD=ON \
--DWITH_KISMET=ON \
--DWITH_NAVIGATION=ON \
--DWITH_SPEECH=OFF \
--DWITH_DBUS=OFF \
--DLIBGPS_OLD=OFF \
-"$srcdir/gpsdrive-${_pkgver}"
-  make
-}
-
-package() {
-  cd "$srcdir/build"
-  make DESTDIR="$pkgdir" install
-}

Copied: gpsdrive/repos/community-i686/PKGBUILD (from rev 83238, 
gpsdrive/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-28 16:49:42 UTC (rev 83255)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Tom Newsom 
+# Maintainer: damir 
+
+pkgname=gpsdrive
+pkgver=2.11
+_pkgver=20120928
+pkgrel=15
+pkgdesc="A car (bike, ship, plane) navigation system"
+arch=("i686" "x86_64")
+url="http://www.gpsdrive.de/";
+license=('GPL2')
+depends=('gtk2' 'gpsd' 'libxml2' 'curl' 'python2' 'boost-libs' 'gdal' 'mapnik' 
'postgresql-libs' 'openstreetmap-map-icons-svn'
+ 'perl-date-manip' 'perl-timedate' 'perl-dbi' 'perl-file-slurp' 
'perl-www-mechanize' 'perl-libwww' 'perl-uri'
+ 'perl-text-query' 'perl-www-curl' 'perl-xml-parser' 'perl-xml-simple' 
'perl-xml-twig' 'perl-xml-writer')
+makedepends=('cmake>=2.4.4' 'boost' 'cfitsio')
+install="gpsdrive.install"
+#source=("http://www.gpsdrive.de/packages/${pkgname}-${pkgver}.tar.gz";)
+source=("http://arch.p5n.pp.ru/~sergej/dl/2012/${pkgname}-${_pkgver}.tar.gz";)
+md5sums=('bc53792529788b81c291a32d628a4850')
+
+build() {
+  cd "$srcdir"
+
+

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

2013-01-28 Thread Stéphane Gaudreault
Date: Monday, January 28, 2013 @ 17:50:01
  Author: stephane
Revision: 83270

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

Added:
  povray/repos/community-i686/LICENSE
(from rev 83238, povray/repos/community-testing-i686/LICENSE)
  povray/repos/community-i686/PKGBUILD
(from rev 83238, povray/repos/community-testing-i686/PKGBUILD)
  povray/repos/community-i686/distribution-license.txt
(from rev 83238, 
povray/repos/community-testing-i686/distribution-license.txt)
  povray/repos/community-i686/povray3.7.0_rc3-user-conf.patch
(from rev 83238, 
povray/repos/community-testing-i686/povray3.7.0_rc3-user-conf.patch)
  povray/repos/community-i686/source-license.txt
(from rev 83238, povray/repos/community-testing-i686/source-license.txt)
  povray/repos/community-x86_64/LICENSE
(from rev 83238, povray/repos/community-testing-x86_64/LICENSE)
  povray/repos/community-x86_64/PKGBUILD
(from rev 83238, povray/repos/community-testing-x86_64/PKGBUILD)
  povray/repos/community-x86_64/distribution-license.txt
(from rev 83238, 
povray/repos/community-testing-x86_64/distribution-license.txt)
  povray/repos/community-x86_64/povray3.7.0_rc3-user-conf.patch
(from rev 83238, 
povray/repos/community-testing-x86_64/povray3.7.0_rc3-user-conf.patch)
  povray/repos/community-x86_64/source-license.txt
(from rev 83238, povray/repos/community-testing-x86_64/source-license.txt)
Deleted:
  povray/repos/community-i686/LICENSE
  povray/repos/community-i686/PKGBUILD
  povray/repos/community-i686/distribution-license.txt
  povray/repos/community-i686/povray3.7.0_rc3-user-conf.patch
  povray/repos/community-i686/source-license.txt
  povray/repos/community-testing-i686/
  povray/repos/community-testing-x86_64/
  povray/repos/community-x86_64/LICENSE
  povray/repos/community-x86_64/PKGBUILD
  povray/repos/community-x86_64/distribution-license.txt
  povray/repos/community-x86_64/povray3.7.0_rc3-user-conf.patch
  povray/repos/community-x86_64/source-license.txt

--+
 community-i686/LICENSE   |  474 -
 community-i686/PKGBUILD  |  131 +-
 community-i686/distribution-license.txt  | 1064 ++---
 community-i686/povray3.7.0_rc3-user-conf.patch   |   54 -
 community-i686/source-license.txt|  720 +++---
 community-x86_64/LICENSE |  474 -
 community-x86_64/PKGBUILD|  131 +-
 community-x86_64/distribution-license.txt| 1064 ++---
 community-x86_64/povray3.7.0_rc3-user-conf.patch |   54 -
 community-x86_64/source-license.txt  |  720 +++---
 10 files changed, 2442 insertions(+), 2444 deletions(-)

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


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

2013-01-28 Thread Stéphane Gaudreault
Date: Monday, January 28, 2013 @ 17:49:57
  Author: stephane
Revision: 83267

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

Added:
  pinot/repos/community-i686/PKGBUILD
(from rev 83238, pinot/repos/community-testing-i686/PKGBUILD)
  pinot/repos/community-i686/pinot.changelog
(from rev 83238, pinot/repos/community-testing-i686/pinot.changelog)
  pinot/repos/community-i686/pinot.install
(from rev 83238, pinot/repos/community-testing-i686/pinot.install)
  pinot/repos/community-x86_64/PKGBUILD
(from rev 83238, pinot/repos/community-testing-x86_64/PKGBUILD)
  pinot/repos/community-x86_64/pinot.changelog
(from rev 83238, pinot/repos/community-testing-x86_64/pinot.changelog)
  pinot/repos/community-x86_64/pinot.install
(from rev 83238, pinot/repos/community-testing-x86_64/pinot.install)
Deleted:
  pinot/repos/community-i686/PKGBUILD
  pinot/repos/community-i686/pinot.changelog
  pinot/repos/community-i686/pinot.install
  pinot/repos/community-testing-i686/
  pinot/repos/community-testing-x86_64/
  pinot/repos/community-x86_64/PKGBUILD
  pinot/repos/community-x86_64/pinot.changelog
  pinot/repos/community-x86_64/pinot.install

--+
 community-i686/PKGBUILD  |  120 ++---
 community-i686/pinot.changelog   |   28 
 community-i686/pinot.install |   30 -
 community-x86_64/PKGBUILD|  120 ++---
 community-x86_64/pinot.changelog |   28 
 community-x86_64/pinot.install   |   30 -
 6 files changed, 178 insertions(+), 178 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-28 16:49:53 UTC (rev 83266)
+++ community-i686/PKGBUILD 2013-01-28 16:49:57 UTC (rev 83267)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Alexander Fehr 
-# Contributor: William Rea 
-# Contributor: Daniel J Griffiths 
-# Contributor: Alexander Rødseth 
-
-pkgname=pinot
-pkgver=1.01
-pkgrel=2
-pkgdesc='Personal search and metasearch tool'
-arch=('i686' 'x86_64')
-url='http://code.google.com/p/pinot-search/'
-license=('GPL')
-depends=('gtkmm3' 'xapian-core' 'libtextcat' 'sqlite' 'libxml++' 'curl' 
'gmime' 
- 'dbus-glib' 'shared-mime-info' 'libexif' 'taglib' 
'hicolor-icon-theme' 
- 'cairo' 'exiv2' 'boost-libs')
-makedepends=('boost' 'desktop-file-utils')
-optdepends=('unzip: ZIP files extraction'
-'poppler: PDF to text conversion'
-'catdvi: DVI to text conversion'
-'djvulibre: DjVu text extraction'
-'unrtf: RTF to HTML conversion'
-'antiword: MS Word to text conversion'
-'catdoc: XLS and PPT to text conversion')
-options=('!emptydirs')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://pinot-search.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha256sums=('a2a82009db05ca7abb4ffbd8baafa8fb820a7e961fd3cdcb21af46bb05eb57d4')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  x='/usr/share/libtextcat/'
-  sed -i 's|/LM/russian.lm|/LM/russian-windows1251.lm|' textcat_conf.txt
-  sed -i "s|$x|${x}LM/|" \
-textcat_conf.txt \
-textcat3_conf.txt \
-textcat31_conf.txt \
-textcat32_conf.txt
-  sed -i -e "s|.*russian$|${x}LM/russian-iso8859_5.lm   russian-iso8859_5\n\
-${x}LM/russian-koi8_r.lm  russian-koi8_r\n\
-${x}LM/russian-windows1251.lm russian-windows1251|" textcat3_conf.txt
-
-  LIBS="-lboost_system" ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---enable-gtkmm3=yes \
---enable-mempool=no
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pinot/repos/community-i686/PKGBUILD (from rev 83238, 
pinot/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-28 16:49:57 UTC (rev 83267)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Alexander Fehr 
+# Contributor: William Rea 
+# Contributor: Daniel J Griffiths 
+# Contributor: Alexander Rødseth 
+
+pkgname=pinot
+pkgver=1.03
+pkgrel=1
+pkgdesc='Personal search and metasearch tool'
+arch=('i686' 'x86_64')
+url='http://code.google.com/p/pinot-search/'
+license=('GPL')
+depends=('gtkmm3' 'xapian-core' 'libtextcat' 'sqlite' 'libxml++' 'curl' 
'gmime' 
+ 'dbus-glib' 'shared-mime-info' 'libexif' 'taglib' 
'hicolor-icon-theme' 
+ 'cairo' 'exiv2' 'boost-libs')
+makedepends=('boost' 'desktop-file-utils')
+optdepends=('unzip: ZIP files extraction'
+'poppler: PDF to text conversion'
+'catdvi: DVI to text conversion'
+'djvulibre: DjVu text extraction'
+'unrtf: RTF to HTML conversion'
+'

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

2013-01-28 Thread Stéphane Gaudreault
Date: Monday, January 28, 2013 @ 17:49:59
  Author: stephane
Revision: 83269

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

Added:
  pokerth/repos/community-i686/PKGBUILD
(from rev 83238, pokerth/repos/community-testing-i686/PKGBUILD)
  pokerth/repos/community-x86_64/PKGBUILD
(from rev 83238, pokerth/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  pokerth/repos/community-i686/PKGBUILD
  pokerth/repos/community-testing-i686/
  pokerth/repos/community-testing-x86_64/
  pokerth/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-28 16:49:58 UTC (rev 83268)
+++ community-i686/PKGBUILD 2013-01-28 16:49:59 UTC (rev 83269)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:  Mateusz Herych 
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Vasco Costa 
-
-pkgname=pokerth
-_realname=PokerTH
-pkgver=1.0
-pkgrel=1
-pkgdesc="Poker game written in C++/QT4"
-arch=('i686' 'x86_64')
-url="http://www.pokerth.net/";
-license=('GPL' 'custom')
-depends=('curl' 'boost-libs' 'gsasl' 'gnutls' 'protobuf'
- 'qt' 'sdl_mixer' 'libircclient' 'tinyxml')
-makedepends=('boost')
-source=(http://downloads.sourceforge.net/sourceforge/pokerth/$_realname-$pkgver-src.tar.bz2)
-md5sums=('1d8686b8968475cfc76e873a17a53efc')
-
-build() {
-  cd "$srcdir/$_realname-$pkgver-src"
-
-  sed -i '31 i #include ' 
src/net/common/ircthread.cpp
-
-  qmake $pkgname.pro
-  make
-}
-
-package() {
-  cd "$srcdir/$_realname-$pkgver-src"
-
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -D -m644 docs/pokerth.1 "$pkgdir/usr/share/man/man1/pokerth.1"
-  install -D -m644 data/data-copyright.txt 
"$pkgdir/usr/share/licenses/pokerth/data-copyright.txt"
-}

Copied: pokerth/repos/community-i686/PKGBUILD (from rev 83238, 
pokerth/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-28 16:49:59 UTC (rev 83269)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:  Mateusz Herych 
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Vasco Costa 
+
+pkgname=pokerth
+_realname=PokerTH
+pkgver=1.0
+pkgrel=2
+pkgdesc="Poker game written in C++/QT4"
+arch=('i686' 'x86_64')
+url="http://www.pokerth.net/";
+license=('GPL' 'custom')
+depends=('curl' 'boost-libs' 'gsasl' 'gnutls' 'protobuf'
+ 'qt' 'sdl_mixer' 'libircclient' 'tinyxml')
+makedepends=('boost')
+source=(http://downloads.sourceforge.net/sourceforge/pokerth/$_realname-$pkgver-src.tar.bz2)
+md5sums=('1d8686b8968475cfc76e873a17a53efc')
+
+build() {
+  cd "$srcdir/$_realname-$pkgver-src"
+
+  sed -i '31 i #include ' 
src/net/common/ircthread.cpp
+
+  qmake $pkgname.pro
+  make
+}
+
+package() {
+  cd "$srcdir/$_realname-$pkgver-src"
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -D -m644 docs/pokerth.1 "$pkgdir/usr/share/man/man1/pokerth.1"
+  install -D -m644 data/data-copyright.txt 
"$pkgdir/usr/share/licenses/pokerth/data-copyright.txt"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-01-28 16:49:58 UTC (rev 83268)
+++ community-x86_64/PKGBUILD   2013-01-28 16:49:59 UTC (rev 83269)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:  Mateusz Herych 
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Vasco Costa 
-
-pkgname=pokerth
-_realname=PokerTH
-pkgver=1.0
-pkgrel=1
-pkgdesc="Poker game written in C++/QT4"
-arch=('i686' 'x86_64')
-url="http://www.pokerth.net/";
-license=('GPL' 'custom')
-depends=('curl' 'boost-libs' 'gsasl' 'gnutls' 'protobuf'
- 'qt' 'sdl_mixer' 'libircclient' 'tinyxml')
-makedepends=('boost')
-source=(http://downloads.sourceforge.net/sourceforge/pokerth/$_realname-$pkgver-src.tar.bz2)
-md5sums=('1d8686b8968475cfc76e873a17a53efc')
-
-build() {
-  cd "$srcdir/$_realname-$pkgver-src"
-
-  sed -i '31 i #include ' 
src/net/common/ircthread.cpp
-
-  qmake $pkgname.pro
-  make
-}
-
-package() {
-  cd "$srcdir/$_realname-$pkgver-src"
-
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -D -m644 docs/pokerth.1 "$pkgdir/usr/share/man/man1/pokerth.1"
-  install -D -m644 data/data-copyright.txt 
"$pkgdir/usr/share/licenses/pokerth/data-copyright.txt"
-}

Copied: pokerth/repos/community-x86_64/PKGBUILD (from rev 83238, 
pokerth/repos/community-testing-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-01-28 16:49:59 UTC (rev 83269)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:  Mateusz Herych 
+# Maintainer:  Bartłomiej

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

2013-01-28 Thread Stéphane Gaudreault
Date: Monday, January 28, 2013 @ 17:49:53
  Author: stephane
Revision: 83266

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

Added:
  pingus/repos/community-i686/ChangeLog
(from rev 83238, pingus/repos/community-testing-i686/ChangeLog)
  pingus/repos/community-i686/PKGBUILD
(from rev 83238, pingus/repos/community-testing-i686/PKGBUILD)
  pingus/repos/community-i686/pingus-0.7.6-gcc470-udl.patch
(from rev 83238, 
pingus/repos/community-testing-i686/pingus-0.7.6-gcc470-udl.patch)
  pingus/repos/community-i686/pingus.desktop
(from rev 83238, pingus/repos/community-testing-i686/pingus.desktop)
  pingus/repos/community-x86_64/ChangeLog
(from rev 83238, pingus/repos/community-testing-x86_64/ChangeLog)
  pingus/repos/community-x86_64/PKGBUILD
(from rev 83238, pingus/repos/community-testing-x86_64/PKGBUILD)
  pingus/repos/community-x86_64/pingus-0.7.6-gcc470-udl.patch
(from rev 83238, 
pingus/repos/community-testing-x86_64/pingus-0.7.6-gcc470-udl.patch)
  pingus/repos/community-x86_64/pingus.desktop
(from rev 83238, pingus/repos/community-testing-x86_64/pingus.desktop)
Deleted:
  pingus/repos/community-i686/ChangeLog
  pingus/repos/community-i686/PKGBUILD
  pingus/repos/community-i686/pingus-0.7.6-gcc470-udl.patch
  pingus/repos/community-i686/pingus.desktop
  pingus/repos/community-testing-i686/
  pingus/repos/community-testing-x86_64/
  pingus/repos/community-x86_64/ChangeLog
  pingus/repos/community-x86_64/PKGBUILD
  pingus/repos/community-x86_64/pingus-0.7.6-gcc470-udl.patch
  pingus/repos/community-x86_64/pingus.desktop

+
 community-i686/ChangeLog   |   42 ++--
 community-i686/PKGBUILD|   75 +++
 community-i686/pingus-0.7.6-gcc470-udl.patch   |   44 ++---
 community-i686/pingus.desktop  |   18 ++---
 community-x86_64/ChangeLog |   42 ++--
 community-x86_64/PKGBUILD  |   75 +++
 community-x86_64/pingus-0.7.6-gcc470-udl.patch |   44 ++---
 community-x86_64/pingus.desktop|   18 ++---
 8 files changed, 176 insertions(+), 182 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2013-01-28 16:49:52 UTC (rev 83265)
+++ community-i686/ChangeLog2013-01-28 16:49:53 UTC (rev 83266)
@@ -1,21 +0,0 @@
-2010-03-18  Jaroslav Lichtblau  
-
-* pingus 0.7.2-8
-* Rebuilt against boost 1.41.0
-
-2010-02-23  Eric Belanger  
-
-   * pingus 0.7.2-7
-   * Rebuilt against boost 1.42.0
-
-2010-01-20  Eric Belanger  
-
-   * pingus 0.7.2-6
-   * Rebuilt against libpng 1.4/libjpeg 8
-
-2009-07-13  Eric Belanger  
-
-   * pingus 0.7.2-2
-   * Rebuilt against boost 1.39
-   * Added gcc 4.4 patch
-   * Added ChangeLog

Copied: pingus/repos/community-i686/ChangeLog (from rev 83238, 
pingus/repos/community-testing-i686/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2013-01-28 16:49:53 UTC (rev 83266)
@@ -0,0 +1,21 @@
+2010-03-18  Jaroslav Lichtblau  
+
+* pingus 0.7.2-8
+* Rebuilt against boost 1.41.0
+
+2010-02-23  Eric Belanger  
+
+   * pingus 0.7.2-7
+   * Rebuilt against boost 1.42.0
+
+2010-01-20  Eric Belanger  
+
+   * pingus 0.7.2-6
+   * Rebuilt against libpng 1.4/libjpeg 8
+
+2009-07-13  Eric Belanger  
+
+   * pingus 0.7.2-2
+   * Rebuilt against boost 1.39
+   * Added gcc 4.4 patch
+   * Added ChangeLog

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-28 16:49:52 UTC (rev 83265)
+++ community-i686/PKGBUILD 2013-01-28 16:49:53 UTC (rev 83266)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Eric Belanger 
-
-pkgname=pingus
-pkgver=0.7.6
-pkgrel=5
-pkgdesc="A Lemmings clone, i.e. a level-based puzzle game."
-arch=('i686' 'x86_64')
-url="http://pingus.seul.org";
-license=('GPL')
-depends=('sdl_image' 'sdl_mixer' 'libgl' 'boost-libs>=1.49')
-makedepends=('scons' 'boost>=1.49' 'mesa')
-source=("http://pingus.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2";
-'pingus.desktop'
-'pingus-0.7.6-gcc470-udl.patch')
-md5sums=('561798686f34d3fa4e69135d655f47ac'
- '9eec34047bdcff49e08f41e81764e20c'
- '3730bdad38c21c67203456a985945473')
-sha1sums=('b5f5a25d71beb197c9466fb8928018a377f56487'
-  '579a1144f161ce89e6e024cea37210149b89c0c0'
-  '143dd9969e8d100d29ed4f5b2039dde627afeb06')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  # fedora patch to fix error due to new standards
-  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51282
-  patch -Np0 -i ${srcdir}/pingus-0.7.6-gcc470-udl.patch
-
-  scons p

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

2013-01-28 Thread Stéphane Gaudreault
Date: Monday, January 28, 2013 @ 17:49:52
  Author: stephane
Revision: 83265

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

Added:
  performous/repos/community-i686/PKGBUILD
(from rev 83238, performous/repos/community-testing-i686/PKGBUILD)
  performous/repos/community-x86_64/PKGBUILD
(from rev 83238, performous/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  performous/repos/community-i686/PKGBUILD
  performous/repos/community-testing-i686/
  performous/repos/community-testing-x86_64/
  performous/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-28 16:49:51 UTC (rev 83264)
+++ community-i686/PKGBUILD 2013-01-28 16:49:52 UTC (rev 83265)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer : Laurent Carlier 
-# Contributor: Christoph Zeiler 
-
-pkgname=performous
-pkgver=0.7.0
-pkgrel=2
-pkgdesc='A free game like "Singstar", "Rockband" or "Stepmania"'
-arch=('i686' 'x86_64')
-url="http://performous.org/";
-license=('GPL')
-depends=('boost-libs' 'imagemagick' 'glew' 'libxml++' 'portaudio' 'portmidi' 
'librsvg' 'ffmpeg') # opencv
-makedepends=('cmake' 'pkgconfig' 'help2man' 'boost>=1.50' 'mesa')
-optdepends=('performous-freesongs: free songs for performous')
-source=(http://sourceforge.net/projects/$pkgname/files/$pkgname/$pkgver/performous-$pkgver.tar.bz2)
-md5sums=('60f3f72b51a630a4aa996484aedb9526')
-
-build() {
-  cd ${srcdir}/performous-${pkgver}
-
-  mkdir -p build
-  cd build
-
-  cmake -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr ..
-
-  make
-}
-
-package() {
-  cd ${srcdir}/performous-${pkgver}/build
-
-  make DESTDIR="$pkgdir" install
-}

Copied: performous/repos/community-i686/PKGBUILD (from rev 83238, 
performous/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-28 16:49:52 UTC (rev 83265)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Laurent Carlier 
+# Contributor: Christoph Zeiler 
+
+pkgname=performous
+pkgver=0.7.0
+pkgrel=3
+pkgdesc='A free game like "Singstar", "Rockband" or "Stepmania"'
+arch=('i686' 'x86_64')
+url="http://performous.org/";
+license=('GPL')
+depends=('boost-libs' 'imagemagick' 'glew' 'libxml++' 'portaudio' 'portmidi' 
'librsvg' 'ffmpeg') # opencv
+makedepends=('cmake' 'pkgconfig' 'help2man' 'boost>=1.50' 'mesa')
+optdepends=('performous-freesongs: free songs for performous')
+source=(http://sourceforge.net/projects/$pkgname/files/$pkgname/$pkgver/performous-$pkgver.tar.bz2)
+md5sums=('60f3f72b51a630a4aa996484aedb9526')
+
+build() {
+  cd ${srcdir}/performous-${pkgver}
+
+  mkdir -p build
+  cd build
+
+  cmake -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr ..
+
+  make
+}
+
+package() {
+  cd ${srcdir}/performous-${pkgver}/build
+
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-01-28 16:49:51 UTC (rev 83264)
+++ community-x86_64/PKGBUILD   2013-01-28 16:49:52 UTC (rev 83265)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer : Laurent Carlier 
-# Contributor: Christoph Zeiler 
-
-pkgname=performous
-pkgver=0.7.0
-pkgrel=2
-pkgdesc='A free game like "Singstar", "Rockband" or "Stepmania"'
-arch=('i686' 'x86_64')
-url="http://performous.org/";
-license=('GPL')
-depends=('boost-libs' 'imagemagick' 'glew' 'libxml++' 'portaudio' 'portmidi' 
'librsvg' 'ffmpeg') # opencv
-makedepends=('cmake' 'pkgconfig' 'help2man' 'boost>=1.50' 'mesa')
-optdepends=('performous-freesongs: free songs for performous')
-source=(http://sourceforge.net/projects/$pkgname/files/$pkgname/$pkgver/performous-$pkgver.tar.bz2)
-md5sums=('60f3f72b51a630a4aa996484aedb9526')
-
-build() {
-  cd ${srcdir}/performous-${pkgver}
-
-  mkdir -p build
-  cd build
-
-  cmake -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr ..
-
-  make
-}
-
-package() {
-  cd ${srcdir}/performous-${pkgver}/build
-
-  make DESTDIR="$pkgdir" install
-}

Copied: performous/repos/community-x86_64/PKGBUILD (from rev 83238, 
performous/repos/community-testing-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-01-28 16:49:52 UTC (rev 83265)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Laurent Carlier 
+# Contributor: Christoph Zeiler 
+
+pkgname=performous
+pkgver=0.7.0
+pkgrel=3
+pkgdesc='A free game like "Singstar", "Rockband" or "Stepmania"'
+arch=('i686' 'x86_64')
+url="http://performous.or

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

2013-01-28 Thread Stéphane Gaudreault
Date: Monday, January 28, 2013 @ 17:49:51
  Author: stephane
Revision: 83264

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

Added:
  pdns/repos/community-i686/PKGBUILD
(from rev 83238, pdns/repos/community-testing-i686/PKGBUILD)
  pdns/repos/community-i686/pdns.conf
(from rev 83238, pdns/repos/community-testing-i686/pdns.conf)
  pdns/repos/community-i686/pdns.install
(from rev 83238, pdns/repos/community-testing-i686/pdns.install)
  pdns/repos/community-i686/pdns.rc
(from rev 83238, pdns/repos/community-testing-i686/pdns.rc)
  pdns/repos/community-i686/pdns.service
(from rev 83238, pdns/repos/community-testing-i686/pdns.service)
  pdns/repos/community-x86_64/PKGBUILD
(from rev 83238, pdns/repos/community-testing-x86_64/PKGBUILD)
  pdns/repos/community-x86_64/pdns.conf
(from rev 83238, pdns/repos/community-testing-x86_64/pdns.conf)
  pdns/repos/community-x86_64/pdns.install
(from rev 83238, pdns/repos/community-testing-x86_64/pdns.install)
  pdns/repos/community-x86_64/pdns.rc
(from rev 83238, pdns/repos/community-testing-x86_64/pdns.rc)
  pdns/repos/community-x86_64/pdns.service
(from rev 83238, pdns/repos/community-testing-x86_64/pdns.service)
Deleted:
  pdns/repos/community-i686/PKGBUILD
  pdns/repos/community-i686/pdns.conf
  pdns/repos/community-i686/pdns.install
  pdns/repos/community-i686/pdns.rc
  pdns/repos/community-i686/pdns.service
  pdns/repos/community-testing-i686/
  pdns/repos/community-testing-x86_64/
  pdns/repos/community-x86_64/PKGBUILD
  pdns/repos/community-x86_64/pdns.conf
  pdns/repos/community-x86_64/pdns.install
  pdns/repos/community-x86_64/pdns.rc
  pdns/repos/community-x86_64/pdns.service

---+
 community-i686/PKGBUILD   |  116 
 community-i686/pdns.conf  |  562 
 community-i686/pdns.install   |   22 -
 community-i686/pdns.rc|   70 ++--
 community-i686/pdns.service   |   24 -
 community-x86_64/PKGBUILD |  116 
 community-x86_64/pdns.conf|  562 
 community-x86_64/pdns.install |   22 -
 community-x86_64/pdns.rc  |   70 ++--
 community-x86_64/pdns.service |   24 -
 10 files changed, 794 insertions(+), 794 deletions(-)

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


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

2013-01-28 Thread Stéphane Gaudreault
Date: Monday, January 28, 2013 @ 17:49:50
  Author: stephane
Revision: 83263

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

Added:
  openimageio/repos/community-i686/PKGBUILD
(from rev 83238, openimageio/repos/community-testing-i686/PKGBUILD)
  openimageio/repos/community-i686/fix32bit-fail.patch
(from rev 83238, 
openimageio/repos/community-testing-i686/fix32bit-fail.patch)
  openimageio/repos/community-x86_64/PKGBUILD
(from rev 83238, openimageio/repos/community-testing-x86_64/PKGBUILD)
  openimageio/repos/community-x86_64/fix32bit-fail.patch
(from rev 83238, 
openimageio/repos/community-testing-x86_64/fix32bit-fail.patch)
Deleted:
  openimageio/repos/community-i686/PKGBUILD
  openimageio/repos/community-testing-i686/
  openimageio/repos/community-testing-x86_64/
  openimageio/repos/community-x86_64/PKGBUILD

--+
 community-i686/PKGBUILD  |   79 +
 community-i686/fix32bit-fail.patch   |   13 +
 community-x86_64/PKGBUILD|   79 +
 community-x86_64/fix32bit-fail.patch |   13 +
 4 files changed, 112 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-28 16:49:49 UTC (rev 83262)
+++ community-i686/PKGBUILD 2013-01-28 16:49:50 UTC (rev 83263)
@@ -1,36 +0,0 @@
-# $Id$
-# Contributor: SpepS 
-# Maintainer: Sven-Hendrik Haase 
-
-pkgname=openimageio
-pkgver=1.0.9
-pkgrel=4
-pkgdesc="A library for reading and writing images, including classes, 
utilities, and applications."
-arch=(i686 x86_64)
-url="http://www.openimageio.org/";
-license=('custom')
-depends=('openexr' 'boost-libs' 'jasper' 'glew')
-makedepends=('cmake' 'qt' 'python2' 'boost' 'mesa')
-optdepends=('qt: iv image viewer'
-'python2: bindings support')
-source=(https://github.com/OpenImageIO/oiio/tarball/Release-$pkgver)
-md5sums=('4b98a057515cc95fc954743c987f19ba')
-
-build() {
-  cd "$srcdir"/$_pkgname*/src
-
-  [[ -d build ]] && rm -r build
-  mkdir build && cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr 
-DPYLIB_INSTALL_DIR=lib/python2.7/site-packages ..
-  make
-}
-
-package() {
-  cd "$srcdir"/$_pkgname*/src/build
-
-  make DESTDIR="$pkgdir" install
-
-  # license
-  cd ../..
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: openimageio/repos/community-i686/PKGBUILD (from rev 83238, 
openimageio/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-28 16:49:50 UTC (rev 83263)
@@ -0,0 +1,43 @@
+# $Id$
+# Contributor: SpepS 
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=openimageio
+pkgver=1.1.2
+pkgrel=2
+pkgdesc="A library for reading and writing images, including classes, 
utilities, and applications."
+arch=(i686 x86_64)
+url="http://www.openimageio.org/";
+license=('custom')
+depends=('openexr' 'boost-libs' 'jasper' 'glew')
+makedepends=('cmake' 'qt' 'python2' 'boost' 'mesa')
+optdepends=('qt: iv image viewer'
+'python2: bindings support')
+source=(https://github.com/OpenImageIO/oiio/tarball/Release-$pkgver
+fix32bit-fail.patch)
+md5sums=('8a5fd88f87fbf1826a4782041cf9e7d0'
+ '64403604d0b74bd6c50fe8638207116a')
+
+build() {
+  cd "$srcdir"/$_pkgname*
+
+  patch -Np1 < $srcdir/fix32bit-fail.patch
+
+  cd src
+
+  [[ -d build ]] && rm -r build
+  mkdir build && cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr 
-DPYLIB_INSTALL_DIR=lib/python2.7/site-packages ..
+  make
+}
+
+package() {
+  cd "$srcdir"/$_pkgname*/src/build
+
+  make DESTDIR="$pkgdir" install
+
+  # license
+  cd ../..
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: openimageio/repos/community-i686/fix32bit-fail.patch (from rev 83238, 
openimageio/repos/community-testing-i686/fix32bit-fail.patch)
===
--- community-i686/fix32bit-fail.patch  (rev 0)
+++ community-i686/fix32bit-fail.patch  2013-01-28 16:49:50 UTC (rev 83263)
@@ -0,0 +1,13 @@
+--- orig/src/libutil/SHA1.cpp  2012-11-17 01:02:42.0 +0200
 fixed/src/libutil/SHA1.cpp 2012-12-14 14:37:37.552042793 +0200
+@@ -8,9 +8,9 @@
+ 
+ // If compiling with MFC, you might want to add #include "StdAfx.h"
+ 
++#include "SHA1.h"
+ #include "hash.h"
+ #include "dassert.h"
+-#include "SHA1.h"
+ 
+ #ifdef SHA1_UTILITY_FUNCTIONS
+ #define SHA1_MAX_FILE_BUFFER 8000

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-01-28 16:49:49 UTC (rev 83262)
+++ community-x86_64/PKGBUILD   2013-01-28 16:49:50 UTC (rev 83263)
@@ -1,36 +0,0 @@
-# $Id$
-# Contributor: SpepS 
-# Maintainer: Sven-Hendrik Haa

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

2013-01-28 Thread Stéphane Gaudreault
Date: Monday, January 28, 2013 @ 17:49:38
  Author: stephane
Revision: 83252

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

Added:
  glom/repos/community-i686/PKGBUILD
(from rev 83238, glom/repos/community-testing-i686/PKGBUILD)
  glom/repos/community-i686/glom.install
(from rev 83238, glom/repos/community-testing-i686/glom.install)
  glom/repos/community-x86_64/PKGBUILD
(from rev 83238, glom/repos/community-testing-x86_64/PKGBUILD)
  glom/repos/community-x86_64/glom.install
(from rev 83238, glom/repos/community-testing-x86_64/glom.install)
Deleted:
  glom/repos/community-i686/PKGBUILD
  glom/repos/community-i686/glom.install
  glom/repos/community-testing-i686/
  glom/repos/community-testing-x86_64/
  glom/repos/community-x86_64/PKGBUILD
  glom/repos/community-x86_64/glom.install

---+
 community-i686/PKGBUILD   |   74 
 community-i686/glom.install   |   26 +++---
 community-x86_64/PKGBUILD |   74 
 community-x86_64/glom.install |   26 +++---
 4 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-28 16:49:37 UTC (rev 83251)
+++ community-i686/PKGBUILD 2013-01-28 16:49:38 UTC (rev 83252)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Roman Kyrylych 
-# Contributor: William Rea 
-# Contributor: Jaroslav Lichtblau 
-
-pkgname=glom
-pkgver=1.22.0
-pkgrel=2
-pkgdesc="An easy-to-use database designer and user interface"
-arch=('i686' 'x86_64')
-url="http://www.glom.org/";
-license=('GPL')
-depends=('gettext' 'boost-libs' 'libgdamm' 'libxml++' 'python2-gobject' 
'libepc' 'goocanvasmm' 'gtksourceviewmm' 'evince' 'postgresql')
-makedepends=('intltool' 'gnome-doc-utils' 'python-sphinx' 'boost')
-options=('!libtool')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/glom/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e6ce1b0c76cec8c85beba4900a80f257de3cc23a2c65908262fd8be87c2e546a')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr \
---with-postgres-utils=/usr/bin \
---disable-scrollkeeper \
---disable-update-mime-database \
---disable-static \
-PYTHON=python2
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}

Copied: glom/repos/community-i686/PKGBUILD (from rev 83238, 
glom/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-28 16:49:38 UTC (rev 83252)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Roman Kyrylych 
+# Contributor: William Rea 
+# Contributor: Jaroslav Lichtblau 
+
+pkgname=glom
+pkgver=1.22.0
+pkgrel=3
+pkgdesc="An easy-to-use database designer and user interface"
+arch=('i686' 'x86_64')
+url="http://www.glom.org/";
+license=('GPL')
+depends=('gettext' 'boost-libs' 'libgdamm' 'libxml++' 'python2-gobject' 
'libepc' 'goocanvasmm' 'gtksourceviewmm' 'evince' 'postgresql')
+makedepends=('intltool' 'gnome-doc-utils' 'python-sphinx' 'boost')
+options=('!libtool')
+install=$pkgname.install
+source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('e6ce1b0c76cec8c85beba4900a80f257de3cc23a2c65908262fd8be87c2e546a')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr \
+--with-postgres-utils=/usr/bin \
+--disable-scrollkeeper \
+--disable-update-mime-database \
+--disable-static \
+PYTHON=python2
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/glom.install
===
--- community-i686/glom.install 2013-01-28 16:49:37 UTC (rev 83251)
+++ community-i686/glom.install 2013-01-28 16:49:38 UTC (rev 83252)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-  update-mime-database usr/share/mime > /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: glom/repos/community-i686/glom.install (from rev 83238, 
glom/repos/community-testing-i686/glom.install)
===
--- community-i686/glom.install (rev 0)
+++ community-i686/glom.install 2013-01-28 16:49:38 UTC (rev 83252)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+  update-mime-database usr/share/mime > /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
=

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

2013-01-28 Thread Stéphane Gaudreault
Date: Monday, January 28, 2013 @ 17:49:37
  Author: stephane
Revision: 83251

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

Added:
  glob2/repos/community-i686/PKGBUILD
(from rev 83238, glob2/repos/community-testing-i686/PKGBUILD)
  glob2/repos/community-i686/glob2-0.9.4.1-gcc44.patch
(from rev 83238, 
glob2/repos/community-testing-i686/glob2-0.9.4.1-gcc44.patch)
  glob2/repos/community-i686/glob2.install
(from rev 83238, glob2/repos/community-testing-i686/glob2.install)
  glob2/repos/community-x86_64/PKGBUILD
(from rev 83238, glob2/repos/community-testing-x86_64/PKGBUILD)
  glob2/repos/community-x86_64/glob2-0.9.4.1-gcc44.patch
(from rev 83238, 
glob2/repos/community-testing-x86_64/glob2-0.9.4.1-gcc44.patch)
  glob2/repos/community-x86_64/glob2.install
(from rev 83238, glob2/repos/community-testing-x86_64/glob2.install)
Deleted:
  glob2/repos/community-i686/PKGBUILD
  glob2/repos/community-i686/glob2-0.9.4.1-gcc44.patch
  glob2/repos/community-i686/glob2.install
  glob2/repos/community-testing-i686/
  glob2/repos/community-testing-x86_64/
  glob2/repos/community-x86_64/PKGBUILD
  glob2/repos/community-x86_64/glob2-0.9.4.1-gcc44.patch
  glob2/repos/community-x86_64/glob2.install

+
 community-i686/PKGBUILD|   74 ++-
 community-i686/glob2-0.9.4.1-gcc44.patch   |  174 +--
 community-i686/glob2.install   |   26 ++--
 community-x86_64/PKGBUILD  |   74 ++-
 community-x86_64/glob2-0.9.4.1-gcc44.patch |  174 +--
 community-x86_64/glob2.install |   26 ++--
 6 files changed, 280 insertions(+), 268 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-28 16:49:36 UTC (rev 83250)
+++ community-i686/PKGBUILD 2013-01-28 16:49:37 UTC (rev 83251)
@@ -1,34 +0,0 @@
-# $Id$
-# Contributor: Jaroslaw Swierczynski 
-# Contributor: Roman Kyrylych 
-
-pkgname=glob2
-pkgver=0.9.4.4
-pkgrel=13
-pkgdesc="RTS game which minimizes micro-management by automatically assigning 
tasks to units"
-arch=('i686' 'x86_64')
-url="http://www.globulation2.org/";
-license=('GPL3')
-depends=('boost-libs' 'sdl_net' 'sdl_image' 'sdl_ttf' 'libvorbis' 'speex' 'glu'
- 'fribidi' 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils')
-makedepends=('scons' 'boost' 'mesa')
-install=glob2.install
-source=(http://dl.sv.nongnu.org/releases/${pkgname}/0.9.4/${pkgname}-${pkgver}.tar.gz
-   glob2-0.9.4.1-gcc44.patch)
-sha1sums=('14aa8d840ef5f95a9af591789082fe2322fa8cad'
-  '3e5ae81d85a727387a7049c3a0dfb3db930391b3')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  patch -Np0 -i "$srcdir/glob2-0.9.4.1-gcc44.patch"
-   scons BINDIR="${pkgdir}/usr/bin" INSTALLDIR="${pkgdir}/usr/share" 
LINKFLAGS="-lboost_system"
-}
-
-package () {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  scons install
-  find "${pkgdir}/usr/share" -type f -exec chmod 644 '{}' \;
-  install -Dm644 data/icons/glob2-icon-48x48.png 
"${pkgdir}/usr/share/pixmaps/glob2-icon-48x48.png"
-}

Copied: glob2/repos/community-i686/PKGBUILD (from rev 83238, 
glob2/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-28 16:49:37 UTC (rev 83251)
@@ -0,0 +1,40 @@
+# $Id$
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: Roman Kyrylych 
+
+pkgname=glob2
+pkgver=0.9.4.4
+pkgrel=14
+pkgdesc='RTS game which minimizes micro-management by automatically assigning 
tasks to units'
+arch=('x86_64' 'i686')
+url='http://www.globulation2.org/'
+license=('GPL3')
+depends=('boost-libs' 'sdl_net' 'sdl_image' 'sdl_ttf' 'libvorbis' 'speex' 'glu'
+ 'fribidi' 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils')
+makedepends=('scons' 'boost' 'mesa')
+install=glob2.install
+source=("http://dl.sv.nongnu.org/releases/$pkgname/0.9.4/$pkgname-$pkgver.tar.gz";
+   'glob2-0.9.4.1-gcc44.patch')
+sha256sums=('0f4d898ec6b05ce27b4a12ef242cc26571304b90d2509932a4743c71311314b8'
+'3a0cfc06696d1aaf2d7948b5f6a09a8ce96492767039dc09bfc25182b92d7b7a')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  patch -Np0 -i "$srcdir/glob2-0.9.4.1-gcc44.patch"
+  scons \
+BINDIR="$pkgdir/usr/bin" \
+INSTALLDIR="$pkgdir/usr/share" \
+LINKFLAGS="-lboost_system"
+}
+
+package () {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  scons install
+  find "$pkgdir/usr/share" -type f -exec chmod 644 '{}' \;
+  install -Dm644 data/icons/glob2-icon-48x48.png \
+"$pkgdir/usr/share/pixmaps/glob2-icon-48x48.png"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/glob2-0.9.4.1-gcc44.patch
===
--- community-i686/glob2-0.9.4.1-gcc44.patch2013-01-28 16:49:36 UTC (r

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

2013-01-28 Thread Stéphane Gaudreault
Date: Monday, January 28, 2013 @ 17:49:36
  Author: stephane
Revision: 83250

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

Added:
  gigi/repos/community-i686/PKGBUILD
(from rev 83238, gigi/repos/community-testing-i686/PKGBUILD)
  gigi/repos/community-x86_64/PKGBUILD
(from rev 83238, gigi/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  gigi/repos/community-i686/PKGBUILD
  gigi/repos/community-testing-i686/
  gigi/repos/community-testing-x86_64/
  gigi/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-28 16:49:35 UTC (rev 83249)
+++ community-i686/PKGBUILD 2013-01-28 16:49:36 UTC (rev 83250)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: fana-m 
-# Contributor: Andrzej Giniewicz 
-# Contributor: Manuel Gaul 
-
-pkgname=gigi
-pkgver=0.8.0
-pkgrel=14
-_fixedrevision=5208
-pkgdesc="Small, efficient and feature rich GUI for C++ and OpenGL (freeorion 
fork)"
-url="http://gigi.sourceforge.net/";
-arch=('x86_64' 'i686')
-license=('LGPL')
-depends=('boost' 'libpng' 'libtiff' 'ogre' 'sdl' 'python')
-makedepends=('subversion' 'cmake' 'setconf' 'doxygen' 'mesa')
-
-build() {
-  cd "$srcdir"
-
-  msg2 "Fetching files..."
-  if [ -d gigi/.svn ]; then
-(cd gigi && svn up -r "$_fixedrevision")
-  else
-#svn co https://gigi.svn.sourceforge.net/svnroot/gigi/trunk/GG/ \
-svn co 
https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/ \
-  --config-dir ./ -r "$_fixedrevision" gigi
-  fi
-
-  rm -rf gigi-build
-  svn export gigi gigi-build
-  cd gigi-build
-
-  msg2 "Configuring..."
-  setconf cmake/GiGiOgre.pc.in prefix /usr
-  setconf cmake/GiGi.pc.in prefix /usr
-  setconf cmake/GiGiSDL.pc.in prefix /usr
-  cmake \
--D CMAKE_INSTALL_PREFIX="$pkgdir"/usr \
--D BUILD_TUTORIALS=OFF \
--D CPACK_GENERATOR=GiGiDevel \
--D CMAKE_C_FLAGS_RELEASE="-DNDEBUG" \
-.
-
-  msg2 "Building documentation..."
-  cd doc
-  doxygen
-  cd ..
-
-  msg2 "Compiling..."
-  make -j1
-}
-
-package() {
-  cd "$srcdir/gigi-build"
-
-  msg2 "Packaging files..."
-  make install
-
-  msg2 "Fixing documentation..."
-  mkdir -p "$pkgdir/usr/share/doc"
-  mv "$pkgdir/usr/doc" "$pkgdir/usr/share/doc/$pkgname"
-
-  for f in `find "$pkgdir/usr/share/doc" -name "dir_*.html"`; do
-sed -i "s:$srcdir:/:g" "$f"
-  done
-
-  msg2 "Fixing python3 shebang..."
-  for f in `find "$pkgdir/usr" -name "*.py"`; do
-sed -i "s:/env python:/python3:g" "$f"
-  done
-
-  msg2 "Packaging license..."
-  install -Dm 644 COPYING \
-"$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gigi/repos/community-i686/PKGBUILD (from rev 83238, 
gigi/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-28 16:49:36 UTC (rev 83250)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: fana-m 
+# Contributor: Andrzej Giniewicz 
+# Contributor: Manuel Gaul 
+
+pkgname=gigi
+pkgver=0.8.0
+pkgrel=15
+_fixedrevision=5407 # 5208
+pkgdesc="Small, efficient and feature rich GUI for C++ and OpenGL (freeorion 
fork)"
+url="http://gigi.sourceforge.net/";
+arch=('x86_64' 'i686')
+license=('LGPL')
+depends=('boost' 'libpng' 'libtiff' 'ogre' 'sdl' 'python')
+makedepends=('subversion' 'cmake' 'setconf' 'doxygen' 'mesa')
+
+build() {
+  cd "$srcdir"
+
+  msg2 "Fetching files..."
+  if [ -d gigi/.svn ]; then
+(cd gigi && svn up -r "$_fixedrevision")
+  else
+#svn co https://gigi.svn.sourceforge.net/svnroot/gigi/trunk/GG/ \
+svn co 
https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/ \
+  --config-dir ./ -r "$_fixedrevision" gigi
+  fi
+
+  rm -rf gigi-build
+  svn export gigi gigi-build
+  cd gigi-build
+
+  msg2 "Configuring..."
+  setconf cmake/GiGiOgre.pc.in prefix /usr
+  setconf cmake/GiGi.pc.in prefix /usr
+  setconf cmake/GiGiSDL.pc.in prefix /usr
+  cmake \
+-D CMAKE_INSTALL_PREFIX="$pkgdir"/usr \
+-D BUILD_TUTORIALS=OFF \
+-D CPACK_GENERATOR=GiGiDevel \
+-D CMAKE_C_FLAGS_RELEASE="-DNDEBUG" \
+.
+
+  msg2 "Building documentation..."
+  cd doc
+  doxygen
+  cd ..
+
+  msg2 "Compiling..."
+  make -j1
+}
+
+package() {
+  cd "$srcdir/gigi-build"
+
+  msg2 "Packaging files..."
+  make install
+
+  msg2 "Fixing documentation..."
+  mkdir -p "$pkgdir/usr/share/doc"
+  mv "$pkgdir/usr/doc" "$pkgdir/usr/share/doc/$pkgname"
+
+  for f in `find "$pkgdir/usr/share/doc" -name "d

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

2013-01-28 Thread Stéphane Gaudreault
Date: Monday, January 28, 2013 @ 17:49:35
  Author: stephane
Revision: 83249

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

Added:
  frogatto/repos/community-i686/PKGBUILD
(from rev 83238, frogatto/repos/community-testing-i686/PKGBUILD)
  frogatto/repos/community-i686/frogatto
(from rev 83238, frogatto/repos/community-testing-i686/frogatto)
  frogatto/repos/community-i686/frogatto.desktop
(from rev 83238, frogatto/repos/community-testing-i686/frogatto.desktop)
  frogatto/repos/community-x86_64/PKGBUILD
(from rev 83238, frogatto/repos/community-testing-x86_64/PKGBUILD)
  frogatto/repos/community-x86_64/frogatto
(from rev 83238, frogatto/repos/community-testing-x86_64/frogatto)
  frogatto/repos/community-x86_64/frogatto.desktop
(from rev 83238, frogatto/repos/community-testing-x86_64/frogatto.desktop)
Deleted:
  frogatto/repos/community-i686/PKGBUILD
  frogatto/repos/community-i686/frogatto
  frogatto/repos/community-i686/frogatto.desktop
  frogatto/repos/community-testing-i686/
  frogatto/repos/community-testing-x86_64/
  frogatto/repos/community-x86_64/PKGBUILD
  frogatto/repos/community-x86_64/frogatto
  frogatto/repos/community-x86_64/frogatto.desktop

---+
 community-i686/PKGBUILD   |   94 ++--
 community-i686/frogatto   |6 +-
 community-i686/frogatto.desktop   |   22 
 community-x86_64/PKGBUILD |   94 ++--
 community-x86_64/frogatto |6 +-
 community-x86_64/frogatto.desktop |   22 
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-28 16:49:34 UTC (rev 83248)
+++ community-i686/PKGBUILD 2013-01-28 16:49:35 UTC (rev 83249)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Tom Wambold 
-
-pkgname='frogatto'
-arch=('i686' 'x86_64')
-pkgver=1.2
-pkgrel=7
-pkgdesc="An old-school 2d platformer game, starring a certain quixotic frog"
-url="http://www.frogatto.com";
-license=('GPL')
-depends=('glew' 'sdl' 'sdl_image' 'sdl_ttf' 'sdl_mixer' 'libpng' 'boost-libs' 
'frogatto-data')
-makedepends=('mesa' 'boost')
-source=("frogatto-$pkgver.tar.gz::https://github.com/frogatto/frogatto/tarball/$pkgver";
-frogatto
-frogatto.desktop)
-md5sums=('b60924f384e04728eb6e76cdd48ab8f9'
- '9ed2c9ea59e95fe3c0b3ad49e58f8890'
- 'e31563b04748a39292a59aaad633ff58')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgname"*
-
-  sed -i 's/ccache //g' Makefile
-  sed -i 's/-lprofiler//g' Makefile
-  sed -i 's/\.io_service/\.get_io_service/g' src/server.cpp
-  sed -i 's/-lboost_regex-mt/-lboost_regex/g' Makefile
-  sed -i 's/-lboost_system-mt/-lboost_system/g' Makefile
-  sed -i 's/-lboost_thread-mt/-lboost_thread/g' Makefile
-  sed -i 's/-lboost_iostreams-mt/-lboost_iostreams/g' Makefile
-  make game server
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgname"*
-
-  install -D -m755 game $pkgdir/opt/frogatto/game
-  install -D -m755 server $pkgdir/opt/frogatto/server
-
-  install -D -m644 src/LICENSE $pkgdir/usr/share/licenses/frogatto/LICENSE
-
-  cd $srcdir
-  install -DT -m755 frogatto $pkgdir/usr/bin/frogatto
-  install -D -m644 frogatto.desktop 
$pkgdir/usr/share/applications/frogatto.desktop
-}
-
-# vim:set ts=2 sw=2 et:

Copied: frogatto/repos/community-i686/PKGBUILD (from rev 83238, 
frogatto/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-28 16:49:35 UTC (rev 83249)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Tom Wambold 
+
+pkgname='frogatto'
+arch=('i686' 'x86_64')
+pkgver=1.2
+pkgrel=8
+pkgdesc="An old-school 2d platformer game, starring a certain quixotic frog"
+url="http://www.frogatto.com";
+license=('GPL')
+depends=('glew' 'sdl' 'sdl_image' 'sdl_ttf' 'sdl_mixer' 'libpng' 'boost-libs' 
'frogatto-data')
+makedepends=('mesa' 'boost')
+source=("frogatto-$pkgver.tar.gz::https://github.com/frogatto/frogatto/archive/$pkgver.tar.gz";
+frogatto
+frogatto.desktop)
+md5sums=('57da96f06a28b064ff5d9c988cb4bdfe'
+ '9ed2c9ea59e95fe3c0b3ad49e58f8890'
+ 'e31563b04748a39292a59aaad633ff58')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  sed -i 's/ccache //g' Makefile
+  sed -i 's/-lprofiler//g' Makefile
+  sed -i 's/\.io_service/\.get_io_service/g' src/server.cpp
+  sed -i 's/-lboost_regex-mt/-lboost_regex/g' Makefile
+  sed -i 's/-lboost_system-mt/-lboost_system/g' Makefile
+  sed -i 's/-lboost_thread-mt/-lboost_thread/g' Makefile
+  sed -i 's/-lboost_iostreams-mt/-lboost_iostreams/g' Makefile
+  make game server
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  install -D -m755 game $pkgdir/opt/frogatto/g

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

2013-01-28 Thread Stéphane Gaudreault
Date: Monday, January 28, 2013 @ 17:49:34
  Author: stephane
Revision: 83248

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

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

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

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


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

2013-01-28 Thread Stéphane Gaudreault
Date: Monday, January 28, 2013 @ 17:49:32
  Author: stephane
Revision: 83247

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

Added:
  fatrat/repos/community-i686/PKGBUILD
(from rev 83238, fatrat/repos/community-testing-i686/PKGBUILD)
  fatrat/repos/community-x86_64/PKGBUILD
(from rev 83238, fatrat/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  fatrat/repos/community-i686/PKGBUILD
  fatrat/repos/community-testing-i686/
  fatrat/repos/community-testing-x86_64/
  fatrat/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-28 16:49:32 UTC (rev 83246)
+++ community-i686/PKGBUILD 2013-01-28 16:49:32 UTC (rev 83247)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-pkgname=fatrat
-pkgver=1.2.0_beta2
-pkgrel=3
-pkgdesc="QT4 based download manager with support for HTTP, FTP, SFTP, 
BitTorrent, rapidshare and more"
-arch=('i686' 'x86_64')
-url="http://fatrat.dolezel.info/";
-license=('GPL')
-depends=('gloox' 'qt' 'libtorrent-rasterbar' 'pion' 'qtwebkit')
-optdepends=('geoip: GeoIP support')
-makedepends=('boost' 'cmake' 'java-environment')
-source=(http://www.dolezel.info/download/data/fatrat/fatrat-$pkgver.tar.xz)
-md5sums=('ad823d2a81f0583316ece815b928c71b')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  . /etc/profile.d/jre.sh
-  . /etc/profile.d/jdk.sh
-
-  cmake \
--DWITH_EVERYTHING=ON \
--DCMAKE_INSTALL_PREFIX=/usr \
-.
-
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fatrat/repos/community-i686/PKGBUILD (from rev 83238, 
fatrat/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-28 16:49:32 UTC (rev 83247)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname=fatrat
+pkgver=1.2.0_beta2
+pkgrel=4
+pkgdesc="QT4 based download manager with support for HTTP, FTP, SFTP, 
BitTorrent, rapidshare and more"
+arch=('i686' 'x86_64')
+url="http://fatrat.dolezel.info/";
+license=('GPL')
+depends=('gloox' 'qt' 'libtorrent-rasterbar' 'pion' 'qtwebkit')
+optdepends=('geoip: GeoIP support')
+makedepends=('boost' 'cmake' 'java-environment')
+source=(http://www.dolezel.info/download/data/fatrat/fatrat-$pkgver.tar.xz)
+md5sums=('ad823d2a81f0583316ece815b928c71b')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  . /etc/profile.d/jre.sh
+  . /etc/profile.d/jdk.sh
+
+  cmake \
+-DWITH_EVERYTHING=ON \
+-DCMAKE_INSTALL_PREFIX=/usr \
+.
+
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-01-28 16:49:32 UTC (rev 83246)
+++ community-x86_64/PKGBUILD   2013-01-28 16:49:32 UTC (rev 83247)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky 
-pkgname=fatrat
-pkgver=1.2.0_beta2
-pkgrel=3
-pkgdesc="QT4 based download manager with support for HTTP, FTP, SFTP, 
BitTorrent, rapidshare and more"
-arch=('i686' 'x86_64')
-url="http://fatrat.dolezel.info/";
-license=('GPL')
-depends=('gloox' 'qt' 'libtorrent-rasterbar' 'pion' 'qtwebkit')
-optdepends=('geoip: GeoIP support')
-makedepends=('boost' 'cmake' 'java-environment')
-source=(http://www.dolezel.info/download/data/fatrat/fatrat-$pkgver.tar.xz)
-md5sums=('ad823d2a81f0583316ece815b928c71b')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  . /etc/profile.d/jre.sh
-  . /etc/profile.d/jdk.sh
-
-  cmake \
--DWITH_EVERYTHING=ON \
--DCMAKE_INSTALL_PREFIX=/usr \
-.
-
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fatrat/repos/community-x86_64/PKGBUILD (from rev 83238, 
fatrat/repos/community-testing-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-01-28 16:49:32 UTC (rev 83247)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+pkgname=fatrat
+pkgver=1.2.0_beta2
+pkgrel=4
+pkgdesc="QT4 based download manager with support for HTTP, FTP, SFTP, 
BitTorrent, rapidshare and more"
+arch=('i686' 'x86_64')
+url="http://fatrat.dolezel.info/";
+license=('GPL')
+depends=('gloox' 'qt' 'libtorrent-rasterbar' 'pion' 'qtwebkit')
+optdepends=('geoip: GeoIP support')
+makedepends=('boost' 'cmake' 'java-environment')
+source=(http://www.dolezel.info/download/data/fatrat/fatr

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

2013-01-28 Thread Stéphane Gaudreault
Date: Monday, January 28, 2013 @ 17:49:32
  Author: stephane
Revision: 83246

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

Added:
  encfs/repos/community-i686/PKGBUILD
(from rev 83238, encfs/repos/community-testing-i686/PKGBUILD)
  encfs/repos/community-x86_64/PKGBUILD
(from rev 83238, encfs/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  encfs/repos/community-i686/PKGBUILD
  encfs/repos/community-testing-i686/
  encfs/repos/community-testing-x86_64/
  encfs/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-28 16:49:31 UTC (rev 83245)
+++ community-i686/PKGBUILD 2013-01-28 16:49:32 UTC (rev 83246)
@@ -1,33 +0,0 @@
-# $Id$
-# Contributor: Andrea Scarpino 
-# Contributor: Jaroslaw Swierczynski 
-# Contributor: Sven Kauber, 
-# Maintainer: Daniel J Griffiths 
-
-pkgname=encfs
-pkgver=1.7.4
-pkgrel=8
-pkgdesc='Encrypted filesystem in user-space'
-arch=('i686' 'x86_64')
-url='http://www.arg0.net/encfs'
-license=('GPL')
-depends=('rlog' 'openssl' 'fuse' 'boost-libs')
-makedepends=('boost')
-options=('!libtool')
-source=("http://encfs.googlecode.com/files/${pkgname}-${pkgver}.tgz";)
-md5sums=('ac90cc10b2e9fc7e72765de88321d617')
-
-build(){
-  cd ${pkgname}-${pkgver}
-
-  ./configure \
---prefix=/usr
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: encfs/repos/community-i686/PKGBUILD (from rev 83238, 
encfs/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-28 16:49:32 UTC (rev 83246)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Andrea Scarpino 
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: Sven Kauber, 
+# Maintainer: Daniel J Griffiths 
+
+pkgname=encfs
+pkgver=1.7.4
+pkgrel=9
+pkgdesc='Encrypted filesystem in user-space'
+arch=('i686' 'x86_64')
+url='http://www.arg0.net/encfs'
+license=('GPL')
+depends=('rlog' 'openssl' 'fuse' 'boost-libs')
+makedepends=('boost')
+options=('!libtool')
+source=("http://encfs.googlecode.com/files/${pkgname}-${pkgver}.tgz";)
+md5sums=('ac90cc10b2e9fc7e72765de88321d617')
+
+build(){
+  cd ${pkgname}-${pkgver}
+
+  ./configure \
+--prefix=/usr
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-01-28 16:49:31 UTC (rev 83245)
+++ community-x86_64/PKGBUILD   2013-01-28 16:49:32 UTC (rev 83246)
@@ -1,33 +0,0 @@
-# $Id$
-# Contributor: Andrea Scarpino 
-# Contributor: Jaroslaw Swierczynski 
-# Contributor: Sven Kauber, 
-# Maintainer: Daniel J Griffiths 
-
-pkgname=encfs
-pkgver=1.7.4
-pkgrel=8
-pkgdesc='Encrypted filesystem in user-space'
-arch=('i686' 'x86_64')
-url='http://www.arg0.net/encfs'
-license=('GPL')
-depends=('rlog' 'openssl' 'fuse' 'boost-libs')
-makedepends=('boost')
-options=('!libtool')
-source=("http://encfs.googlecode.com/files/${pkgname}-${pkgver}.tgz";)
-md5sums=('ac90cc10b2e9fc7e72765de88321d617')
-
-build(){
-  cd ${pkgname}-${pkgver}
-
-  ./configure \
---prefix=/usr
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: encfs/repos/community-x86_64/PKGBUILD (from rev 83238, 
encfs/repos/community-testing-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-01-28 16:49:32 UTC (rev 83246)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Andrea Scarpino 
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: Sven Kauber, 
+# Maintainer: Daniel J Griffiths 
+
+pkgname=encfs
+pkgver=1.7.4
+pkgrel=9
+pkgdesc='Encrypted filesystem in user-space'
+arch=('i686' 'x86_64')
+url='http://www.arg0.net/encfs'
+license=('GPL')
+depends=('rlog' 'openssl' 'fuse' 'boost-libs')
+makedepends=('boost')
+options=('!libtool')
+source=("http://encfs.googlecode.com/files/${pkgname}-${pkgver}.tgz";)
+md5sums=('ac90cc10b2e9fc7e72765de88321d617')
+
+build(){
+  cd ${pkgname}-${pkgver}
+
+  ./configure \
+--prefix=/usr
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}



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

2013-01-28 Thread Stéphane Gaudreault
Date: Monday, January 28, 2013 @ 17:49:31
  Author: stephane
Revision: 83245

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

Added:
  electricsheep/repos/community-i686/PKGBUILD
(from rev 83238, electricsheep/repos/community-testing-i686/PKGBUILD)
  electricsheep/repos/community-x86_64/PKGBUILD
(from rev 83238, electricsheep/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  electricsheep/repos/community-i686/PKGBUILD
  electricsheep/repos/community-testing-i686/
  electricsheep/repos/community-testing-x86_64/
  electricsheep/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-28 16:49:30 UTC (rev 83244)
+++ community-i686/PKGBUILD 2013-01-28 16:49:31 UTC (rev 83245)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=electricsheep
-pkgver=2.7b33
-pkgrel=4
-pkgdesc="A screensaver that realize the collective dream of sleeping computers 
from all over the internet"
-arch=('i686' 'x86_64')
-url="http://community.electricsheep.org/";
-license=('GPL')
-depends=('curl' 'flam3' 'ffmpeg' 'wxgtk2.9' 'lua51' 'libgtop' 'boost-libs' 
'freeglut' 'glee')
-makedepends=('boost' 'mesa' 'glu' 'tinyxml')
-optdepends=('xscreensaver: to use electricsheep with xscreensaver')
-options=('!emptydirs')
-source=(ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
-sha1sums=('d86607d97accad8519df2a21d67253abe45f5fdd'
-  'fda3aae435507d03973f0c4d1ed3509067657f06')
-
-# source PKGBUILD && mksource
-mksource() {
-  [[ -x /usr/bin/svn ]] || (echo "svn not found. Install subversion." && 
return 1)
-  _svnver=r125
-  _svntrunk="http://electricsheep.googlecode.com/svn/trunk/client_generic";
-  _svnmod="${pkgname}-${pkgver}"
-  mkdir ${pkgname}-${pkgver}
-  pushd ${pkgname}-${pkgver}
-  svn co ${_svntrunk} --config-dir ./ -r ${_svnver} ${_svnmod}
-  find . -depth -type d -name .svn -exec rm -rf {} \;
-  (cd ${pkgname}-${pkgver} ; rm -r boost Build_guides curlTest ffmpeg 
InstallerMSVC \
-Launcher libpng libxml lua5.1 MacBuild RuntimeMSVC wxConfig)
-  tar -cJf ../${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
-  popd
-  rm -r ${pkgname}-${pkgver}
-  gpg --detach-sign --use-agent -u ${GPGKEY} ${pkgname}-${pkgver}.tar.xz
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -i 's/wx-config/wx-config-2.9/g' configure.ac
-  sed -i '12 i\
-#include ' Common/Singleton.h
-  ./autogen.sh
-  CPPFLAGS+="-I/usr/include/lua5.1" ./configure --prefix=/usr
-  sed -i 's|-I /usr/include/libavutil||' MSVC/SettingsGUI/Makefile 
-  make CXXFLAGS+="-DUSE_NEW_FFMPEG_API=1"
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 menu-entries/ElectricSheep.desktop.kde 
"${pkgdir}/usr/share/kde4/services/ScreenSavers/electricsheep.desktop"
-  install -D -m644 Runtime/logo.png 
"${pkgdir}/usr/share/icons/electricsheep.png"
-}

Copied: electricsheep/repos/community-i686/PKGBUILD (from rev 83238, 
electricsheep/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-28 16:49:31 UTC (rev 83245)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=electricsheep
+pkgver=2.7b33
+pkgrel=5
+pkgdesc="A screensaver that realize the collective dream of sleeping computers 
from all over the internet"
+arch=('i686' 'x86_64')
+url="http://community.electricsheep.org/";
+license=('GPL')
+depends=('curl' 'flam3' 'ffmpeg' 'wxgtk2.9' 'lua51' 'libgtop' 'boost-libs' 
'freeglut' 'glee')
+makedepends=('boost' 'mesa' 'glu' 'tinyxml')
+optdepends=('xscreensaver: to use electricsheep with xscreensaver')
+options=('!emptydirs')
+source=(ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha1sums=('d86607d97accad8519df2a21d67253abe45f5fdd'
+  'fda3aae435507d03973f0c4d1ed3509067657f06')
+
+# source PKGBUILD && mksource
+mksource() {
+  [[ -x /usr/bin/svn ]] || (echo "svn not found. Install subversion." && 
return 1)
+  _svnver=r125
+  _svntrunk="http://electricsheep.googlecode.com/svn/trunk/client_generic";
+  _svnmod="${pkgname}-${pkgver}"
+  mkdir ${pkgname}-${pkgver}
+  pushd ${pkgname}-${pkgver}
+  svn co ${_svntrunk} --config-dir ./ -r ${_svnver} ${_svnmod}
+  find . -depth -type d -name .svn -exec rm -rf {} \;
+  (cd ${pkgname}-${pkgver} ; rm -r boost Build_guides curlTest ffmpeg 
InstallerMSVC \
+Launcher libpng libxml lua5.1 MacBuild RuntimeMSVC wxConfig)
+  tar -cJf ../${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
+  popd
+  rm -

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

2013-01-28 Thread Stéphane Gaudreault
Date: Monday, January 28, 2013 @ 17:49:30
  Author: stephane
Revision: 83244

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

Added:
  easystroke/repos/community-i686/PKGBUILD
(from rev 83238, easystroke/repos/community-testing-i686/PKGBUILD)
  easystroke/repos/community-i686/easystroke.install
(from rev 83238, easystroke/repos/community-testing-i686/easystroke.install)
  easystroke/repos/community-x86_64/PKGBUILD
(from rev 83238, easystroke/repos/community-testing-x86_64/PKGBUILD)
  easystroke/repos/community-x86_64/easystroke.install
(from rev 83238, 
easystroke/repos/community-testing-x86_64/easystroke.install)
Deleted:
  easystroke/repos/community-i686/PKGBUILD
  easystroke/repos/community-i686/easystroke.install
  easystroke/repos/community-testing-i686/
  easystroke/repos/community-testing-x86_64/
  easystroke/repos/community-x86_64/PKGBUILD
  easystroke/repos/community-x86_64/easystroke.install

-+
 community-i686/PKGBUILD |   62 +-
 community-i686/easystroke.install   |   26 +++---
 community-x86_64/PKGBUILD   |   62 +-
 community-x86_64/easystroke.install |   26 +++---
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-28 16:49:29 UTC (rev 83243)
+++ community-i686/PKGBUILD 2013-01-28 16:49:30 UTC (rev 83244)
@@ -1,31 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Kevin Sullivan 
-
-pkgname=easystroke
-pkgver=0.5.6
-pkgrel=1
-pkgdesc='Use mouse gestures to initiate commands and hotkeys.'
-arch=('i686' 'x86_64')
-url='http://easystroke.sourceforge.net/'
-license=('custom:ISC')
-depends=('gtkmm' 'boost' 'libxtst' 'dbus-glib' 'xorg-server')
-makedepends=('inputproto' 'intltool' 'gettext' 'xorg-server-devel' 'help2man')
-install=easystroke.install
-source=("http://downloads.sourceforge.net/easystroke/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('a9f06576a47deaf6f612bb993685af0f')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make
-  make man
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make PREFIX=/usr DESTDIR="${pkgdir}" install
-
-  install -Dm0644 "${pkgname}.1" "${pkgdir}/usr/share/man/man1/${pkgname}.1"
-  install -Dm0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: easystroke/repos/community-i686/PKGBUILD (from rev 83238, 
easystroke/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-28 16:49:30 UTC (rev 83244)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Kevin Sullivan 
+
+pkgname=easystroke
+pkgver=0.5.6
+pkgrel=2
+pkgdesc='Use mouse gestures to initiate commands and hotkeys.'
+arch=('i686' 'x86_64')
+url='http://easystroke.sourceforge.net/'
+license=('custom:ISC')
+depends=('gtkmm' 'boost-libs' 'libxtst' 'dbus-glib' 'xorg-server')
+makedepends=('boost' 'inputproto' 'intltool' 'gettext' 'xorg-server-devel' 
'help2man')
+install=easystroke.install
+source=("http://downloads.sourceforge.net/easystroke/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('a9f06576a47deaf6f612bb993685af0f')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make
+  make man
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+
+  install -Dm0644 "${pkgname}.1" "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+  install -Dm0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: community-i686/easystroke.install
===
--- community-i686/easystroke.install   2013-01-28 16:49:29 UTC (rev 83243)
+++ community-i686/easystroke.install   2013-01-28 16:49:30 UTC (rev 83244)
@@ -1,13 +0,0 @@
-pkgname=easystroke
-
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: easystroke/repos/community-i686/easystroke.install (from rev 83238, 
easystroke/repos/community-testing-i686/easystroke.install)
===
--- community-i686/easystroke.install   (rev 0)
+++ community-i686/easystroke.install   2013-01-28 16:49:30 UTC (rev 83244)
@@ -0,0 +1,13 @@
+pkgname=easystroke
+
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-01-28 16:49:29 UTC (rev 83243)
+++ community-x86_64/PKGBUILD   2013-01-28 16:49:30 

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

2013-01-28 Thread Stéphane Gaudreault
Date: Monday, January 28, 2013 @ 17:49:29
  Author: stephane
Revision: 83243

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

Added:
  cegui/repos/community-i686/PKGBUILD
(from rev 83238, cegui/repos/community-testing-i686/PKGBUILD)
  cegui/repos/community-i686/cegui-0.7.6-python-detection.patch
(from rev 83238, 
cegui/repos/community-testing-i686/cegui-0.7.6-python-detection.patch)
  cegui/repos/community-x86_64/PKGBUILD
(from rev 83238, cegui/repos/community-testing-x86_64/PKGBUILD)
  cegui/repos/community-x86_64/cegui-0.7.6-python-detection.patch
(from rev 83238, 
cegui/repos/community-testing-x86_64/cegui-0.7.6-python-detection.patch)
Deleted:
  cegui/repos/community-i686/PKGBUILD
  cegui/repos/community-i686/cegui-0.7.6-python-detection.patch
  cegui/repos/community-testing-i686/
  cegui/repos/community-testing-x86_64/
  cegui/repos/community-x86_64/PKGBUILD
  cegui/repos/community-x86_64/cegui-0.7.6-python-detection.patch

-+
 community-i686/PKGBUILD |  110 +-
 community-i686/cegui-0.7.6-python-detection.patch   |   22 +--
 community-x86_64/PKGBUILD   |  110 +-
 community-x86_64/cegui-0.7.6-python-detection.patch |   22 +--
 4 files changed, 134 insertions(+), 130 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-28 16:49:28 UTC (rev 83242)
+++ community-i686/PKGBUILD 2013-01-28 16:49:29 UTC (rev 83243)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Juergen Hoetzel  
-# Contributor: William Rea , 
-# Contributor: Bjorn Lindeijer 
-
-pkgbase=cegui
-pkgname=('cegui' 'cegui-docs')
-pkgver=0.7.7
-pkgrel=4
-pkgdesc="A free library providing windowing and widgets for graphics 
APIs/engines"
-arch=('i686' 'x86_64')
-url="http://crayzedsgui.sourceforge.net";
-#options=('!libtool')
-license=("MIT")
-depends=('pcre' 'glew' 'expat' 'freetype2' 'libxml2' 'devil' 'freeglut' 
'lua51' 'silly')
-makedepends=('python2' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz')
-optdepends=("python2: python bindings"
-"ogre: ogre module")
-#"irrlicht: irrlicht module") maybe again at some point
-options=(!libtool)
-source=(http://downloads.sourceforge.net/crayzedsgui/CEGUI-$pkgver.tar.gz)
-md5sums=('8b83577f86eaa1581765dd155c7c8f24')
-
-build() {
-  cd $srcdir/CEGUI-${pkgver}
-
-  ./bootstrap
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---enable-null-renderer \
---with-gtk2
-
-  make
-}
-
-package_cegui() {
-  cd $srcdir/CEGUI-${pkgver}
- 
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 doc/COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_cegui-docs() {
-  pkgdesc="Documentation for cegui"
-  depends=()
-
-  cd $srcdir/CEGUI-${pkgver}
-
-  cd doc/doxygen && doxygen
-  cd .. && make DESTDIR=${pkgdir} install-html
-}

Copied: cegui/repos/community-i686/PKGBUILD (from rev 83238, 
cegui/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-28 16:49:29 UTC (rev 83243)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Juergen Hoetzel  
+# Contributor: William Rea , 
+# Contributor: Bjorn Lindeijer 
+
+pkgbase=cegui
+pkgname=('cegui' 'cegui-docs')
+pkgver=0.7.7
+pkgrel=5
+pkgdesc="A free library providing windowing and widgets for graphics 
APIs/engines"
+arch=('i686' 'x86_64')
+url="http://crayzedsgui.sourceforge.net";
+#options=('!libtool')
+license=("MIT")
+depends=('pcre' 'glew' 'expat' 'freetype2' 'libxml2' 'devil' 'freeglut' 
'lua51' 'silly')
+makedepends=('python2' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz')
+optdepends=("python2: python bindings"
+"ogre: ogre module"
+"gtk2: gtk2 module")
+#"irrlicht: irrlicht module") maybe again at some point
+options=(!libtool)
+source=(http://downloads.sourceforge.net/crayzedsgui/CEGUI-$pkgver.tar.gz)
+md5sums=('8b83577f86eaa1581765dd155c7c8f24')
+
+build() {
+  cd "$srcdir/CEGUI-${pkgver}"
+
+  ./bootstrap
+
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--enable-null-renderer \
+--with-gtk2
+
+  make
+}
+
+package_cegui() {
+  cd "$srcdir/CEGUI-${pkgver}"
+ 
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 doc/COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_cegui-docs() {
+  pkgdesc="Documentation for cegui"
+  depends=()
+
+  cd "$srcdir/CEGUI-${pkgver}"
+
+  cd doc/doxygen && doxygen
+  cd .. && make DESTDIR="${pkgdir}" install-html
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: community-i686/cegui-0.7.6-python-detection.patch
===
--- commu

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

2013-01-28 Thread Stéphane Gaudreault
Date: Monday, January 28, 2013 @ 17:49:28
  Author: stephane
Revision: 83242

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

Added:
  cclive/repos/community-i686/PKGBUILD
(from rev 83238, cclive/repos/community-testing-i686/PKGBUILD)
  cclive/repos/community-x86_64/PKGBUILD
(from rev 83238, cclive/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  cclive/repos/community-i686/PKGBUILD
  cclive/repos/community-testing-i686/
  cclive/repos/community-testing-x86_64/
  cclive/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-28 16:49:25 UTC (rev 83241)
+++ community-i686/PKGBUILD 2013-01-28 16:49:28 UTC (rev 83242)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer 
-# Contributor: joyfulg...@archlinux.us
-# Contributor: nathan owe ndowens04 at gmail dot com
-
-pkgname=cclive
-pkgver=0.7.11
-pkgrel=1
-pkgdesc='Commandline downloader for popular video websites.'
-arch=('i686' 'x86_64')
-url='http://cclive.sourceforge.net/'
-license=('GPL3')
-depends=('boost-libs' 'pcre' 'curl' 'libquvi')
-makedepends=('boost')
-source=("http://downloads.sourceforge.net/project/${pkgname}/0.7/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('b96cf74e846e3047e0b1db917070c6d0')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}

Copied: cclive/repos/community-i686/PKGBUILD (from rev 83238, 
cclive/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-28 16:49:28 UTC (rev 83242)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: joyfulg...@archlinux.us
+# Contributor: nathan owe ndowens04 at gmail dot com
+
+pkgname=cclive
+pkgver=0.7.11
+pkgrel=2
+pkgdesc='Commandline downloader for popular video websites.'
+arch=('i686' 'x86_64')
+url='http://cclive.sourceforge.net/'
+license=('GPL3')
+depends=('boost-libs' 'pcre' 'curl' 'libquvi')
+makedepends=('boost')
+source=("http://downloads.sourceforge.net/project/${pkgname}/0.7/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('b96cf74e846e3047e0b1db917070c6d0')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-01-28 16:49:25 UTC (rev 83241)
+++ community-x86_64/PKGBUILD   2013-01-28 16:49:28 UTC (rev 83242)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer 
-# Contributor: joyfulg...@archlinux.us
-# Contributor: nathan owe ndowens04 at gmail dot com
-
-pkgname=cclive
-pkgver=0.7.11
-pkgrel=1
-pkgdesc='Commandline downloader for popular video websites.'
-arch=('i686' 'x86_64')
-url='http://cclive.sourceforge.net/'
-license=('GPL3')
-depends=('boost-libs' 'pcre' 'curl' 'libquvi')
-makedepends=('boost')
-source=("http://downloads.sourceforge.net/project/${pkgname}/0.7/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('b96cf74e846e3047e0b1db917070c6d0')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}

Copied: cclive/repos/community-x86_64/PKGBUILD (from rev 83238, 
cclive/repos/community-testing-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-01-28 16:49:28 UTC (rev 83242)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: joyfulg...@archlinux.us
+# Contributor: nathan owe ndowens04 at gmail dot com
+
+pkgname=cclive
+pkgver=0.7.11
+pkgrel=2
+pkgdesc='Commandline downloader for popular video websites.'
+arch=('i686' 'x86_64')
+url='http://cclive.sourceforge.net/'
+license=('GPL3')
+depends=('boost-libs' 'pcre' 'curl' 'libquvi')
+makedepends=('boost')
+source=("http://downloads.sourceforge.net/project/${pkgname}/0.7/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('b96cf74e846e3047e0b1db917070c6d0')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}



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

2013-01-28 Thread Stéphane Gaudreault
Date: Monday, January 28, 2013 @ 17:49:25
  Author: stephane
Revision: 83241

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

Added:
  blender/repos/community-i686/PKGBUILD
(from rev 83238, blender/repos/community-testing-i686/PKGBUILD)
  blender/repos/community-i686/blender.install
(from rev 83238, blender/repos/community-testing-i686/blender.install)
  blender/repos/community-x86_64/PKGBUILD
(from rev 83238, blender/repos/community-testing-x86_64/PKGBUILD)
  blender/repos/community-x86_64/blender.install
(from rev 83238, blender/repos/community-testing-x86_64/blender.install)
Deleted:
  blender/repos/community-i686/PKGBUILD
  blender/repos/community-i686/blender.install
  blender/repos/community-testing-i686/
  blender/repos/community-testing-x86_64/
  blender/repos/community-x86_64/PKGBUILD
  blender/repos/community-x86_64/blender.install

--+
 community-i686/PKGBUILD  |  207 ++---
 community-i686/blender.install   |   26 ++--
 community-x86_64/PKGBUILD|  207 ++---
 community-x86_64/blender.install |   26 ++--
 4 files changed, 228 insertions(+), 238 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-28 16:49:24 UTC (rev 83240)
+++ community-i686/PKGBUILD 2013-01-28 16:49:25 UTC (rev 83241)
@@ -1,106 +0,0 @@
-# $Id$
-# Contributor: John Sowiak 
-# Contributor: tobias 
-# Maintainer: Sven-Hendrik Haase 
-
-# Apparently, the blender guys refuse to release source tarballs for
-# intermediate releases that deal mainly with binaries but incorporate tiny
-# minor changes from svn. Since I'm sick and tired of the urges of users that
-# look for release numbers only, we make a messy PKGBUILD that can checkout svn
-# release if necessary.
-
-_svn=false
-
-pkgname=blender
-true && pkgver=2.65a # Hack for svn
-true && pkgrel=2
-epoch=6
-# We will have to keep increasing the epoch because the idiots at blender.org 
keep releasing
-# versions that use letter suffixes that are normally used in alpha releases 
but are actually
-# more recent than those without the suffix.
-pkgdesc="A fully integrated 3D graphics creation suite"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.blender.org";
-depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils'
- 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew'
- 'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada'
- 'openimageio' 'libsndfile' 'jack' 'opencolorio')
-makedepends=('cmake' 'boost' 'cuda' 'subversion' 'mesa')
-optdepends=('cuda: cycles renderer cuda support')
-options=(!strip)
-install=blender.install
-if [[ $_svn = false ]]; then
-  source=(http://download.blender.org/source/$pkgname-$pkgver.tar.gz)
-  md5sums=('3bbe18060c5c9c2ad600c8bfe8ee4786')
-else
-  source=()
-  md5sums=()
-fi
-
-_svntrunk="https://svn.blender.org/svnroot/bf-blender/trunk/blender";
-_svnmod="blender"
-
-build() {
-if [[ $_svn = true ]]; then
-  cd "$srcdir"
-  msg "Connecting to SVN server"
-
-  if [[ -d "$_svnmod/.svn" ]]; then
-(cd "$_svnmod" && svn up )
-  else
-svn co "$_svntrunk" --config-dir ./ "$_svnmod"
-  fi
-
-  msg "SVN checkout done or server timeout"
-  msg "Starting build..."
-
-  rm -rf "$srcdir/$_svnmod-build"
-  cp -r "$srcdir/$_svnmod" "$srcdir/$_svnmod-build"
-  cd "$srcdir/$_svnmod-build"
-else
-  cd "$srcdir/$pkgname-$pkgver"
-fi
-
-  mkdir build
-  cd build
-
-  [[ $CARCH == i686 ]] && ENABLESSE2="-DSUPPORT_SSE2_BUILD=OFF"
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DWITH_INSTALL_PORTABLE=OFF \
--DWITH_PYTHON_INSTALL=OFF \
--DWITH_OPENCOLLADA=ON \
--DOPENIMAGEIO_ROOT_DIR=/usr \
--DWITH_GAMEENGINE=ON \
--DWITH_JACK=ON \
--DWITH_PLAYER=ON \
--DWITH_CODEC_FFMPEG=ON \
--DWITH_CODEC_SNDFILE=ON \
--DWITH_CYCLES=ON \
--DWITH_CYCLES_CUDA_BINARIES=ON \
--DCUDA_TOOLKIT_ROOT_DIR=/opt/cuda-toolkit/ \
--DWITH_FFTW3=ON \
--DWITH_MOD_OCEANSIM=ON \
--DPYTHON_VERSION=3.3 \
--DPYTHON_LIBPATH=/usr/lib \
--DPYTHON_LIBRARY=python3.3m \
--DPYTHON_INCLUDE_DIRS=/usr/include/python3.3m \
-$ENABLESSE2
-
-  make $MAKEFLAGS
-
-  make
-}
-
-package() {
-  if [[ $_svn = true ]]; then
-cd "$srcdir/$_svnmod-build/build"
-  else
-cd "$srcdir/$pkgname-$pkgver/build"
-  fi
-  make DESTDIR="${pkgdir}" install
-  python -m compileall "${pkgdir}/usr/share/blender"
-}

Copied: blender/repos/community-i686/PKGBUILD (from rev 83238, 
blender/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-28 16:49:25 UTC (rev 83241)
@@ -0,0 +1,101 @@
+# $Id$
+# Contributor: John Sowiak 
+# Contributor: tob

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

2013-01-28 Thread Stéphane Gaudreault
Date: Monday, January 28, 2013 @ 17:49:24
  Author: stephane
Revision: 83240

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

Added:
  bitcoin/repos/community-i686/PKGBUILD
(from rev 83238, bitcoin/repos/community-testing-i686/PKGBUILD)
  bitcoin/repos/community-i686/bitcoin-qt.install
(from rev 83238, bitcoin/repos/community-testing-i686/bitcoin-qt.install)
  bitcoin/repos/community-x86_64/PKGBUILD
(from rev 83238, bitcoin/repos/community-testing-x86_64/PKGBUILD)
  bitcoin/repos/community-x86_64/bitcoin-qt.install
(from rev 83238, bitcoin/repos/community-testing-x86_64/bitcoin-qt.install)
Deleted:
  bitcoin/repos/community-i686/PKGBUILD
  bitcoin/repos/community-i686/bitcoin-qt.install
  bitcoin/repos/community-testing-i686/
  bitcoin/repos/community-testing-x86_64/
  bitcoin/repos/community-x86_64/PKGBUILD
  bitcoin/repos/community-x86_64/bitcoin-qt.install

-+
 community-i686/PKGBUILD |  118 +-
 community-i686/bitcoin-qt.install   |   22 +++---
 community-x86_64/PKGBUILD   |  118 +-
 community-x86_64/bitcoin-qt.install |   22 +++---
 4 files changed, 140 insertions(+), 140 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-28 16:49:23 UTC (rev 83239)
+++ community-i686/PKGBUILD 2013-01-28 16:49:24 UTC (rev 83240)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: shahid 
-
-pkgbase=bitcoin
-pkgname=('bitcoin-daemon' 'bitcoin-qt')
-pkgver=0.7.2
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://www.bitcoin.org/";
-makedepends=('boost' 'automoc4' 'miniupnpc')
-conflicts=('bitcoin' 'bitcoin-bin' 'bitcoin-git')
-replaces=('bitcoin' 'bitcoin-bin' 'bitcoin-git')
-license=('MIT')
-source=(http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-$pkgver/bitcoin-$pkgver-linux.tar.gz)
-sha256sums=('23d44161670c521f2aba64f9351b42260baa6bb2981640617c8e2e7683e5855c')
-
-build() {
-  cd "$srcdir/$pkgbase-$pkgver-linux/src"
-
-  # and make qt gui
-  qmake
-  make
-
-  # make bitcoind
-  make -f makefile.unix -C src  CXXFLAGS="$CXXFLAGS" USE_UPNP=1
-}
-
-
-package_bitcoin-qt() {
-  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - QT"
-  depends=(boost-libs qt miniupnpc)
-  install=bitcoin-qt.install
-
-  cd "$srcdir/$pkgbase-$pkgver-linux/src"
-  install -Dm755 bitcoin-qt "$pkgdir"/usr/bin/bitcoin-qt
-  install -Dm644 contrib/debian/bitcoin-qt.desktop \
-"$pkgdir"/usr/share/applications/bitcoin.desktop
-  install -Dm644 share/pixmaps/bitcoin80.xpm \
-"$pkgdir"/usr/share/pixmaps/bitcoin80.xpm
-
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-package_bitcoin-daemon() {
-  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - daemon"
-  depends=(boost-libs miniupnpc openssl)
-
-  cd "$srcdir/$pkgbase-$pkgver-linux/src"
-  install -Dm755 src/bitcoind "$pkgdir"/usr/bin/bitcoind
-  install -Dm644 contrib/debian/examples/bitcoin.conf \
-"$pkgdir/usr/share/doc/$pkgname/examples/bitcoin.conf"
-  install -Dm644 contrib/debian/manpages/bitcoind.1 \
-"$pkgdir"/usr/share/man/man1/bitcoind.1
-  install -Dm644 contrib/debian/manpages/bitcoin.conf.5 \
-"$pkgdir"/usr/share/man/man5/bitcoin.conf.5
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-

Copied: bitcoin/repos/community-i686/PKGBUILD (from rev 83238, 
bitcoin/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-28 16:49:24 UTC (rev 83240)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: shahid 
+
+pkgbase=bitcoin
+pkgname=('bitcoin-daemon' 'bitcoin-qt')
+pkgver=0.7.2
+pkgrel=2
+arch=('i686' 'x86_64')
+url="http://www.bitcoin.org/";
+makedepends=('boost' 'automoc4' 'miniupnpc')
+conflicts=('bitcoin' 'bitcoin-bin' 'bitcoin-git')
+replaces=('bitcoin' 'bitcoin-bin' 'bitcoin-git')
+license=('MIT')
+source=(http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-$pkgver/bitcoin-$pkgver-linux.tar.gz)
+sha256sums=('23d44161670c521f2aba64f9351b42260baa6bb2981640617c8e2e7683e5855c')
+
+build() {
+  cd "$srcdir/$pkgbase-$pkgver-linux/src"
+
+  # and make qt gui
+  qmake
+  make
+
+  # make bitcoind
+  make -f makefile.unix -C src  CXXFLAGS="$CXXFLAGS" USE_UPNP=1
+}
+
+
+package_bitcoin-qt() {
+  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - QT"
+  depends=(boost-libs qt miniupnpc)
+  install=bitcoin-qt.install
+
+  cd "$srcdir/$pkgbase-$pkgver-linux/src"
+  install -Dm755 bitcoin-qt "$pkgdir"/usr/bin/bitcoin-qt
+  install -Dm644 contrib/debian/bitcoin-qt.desktop \
+"$pkgdir"/usr/share/applications/bitcoin.desktop
+  install -Dm644 share/pixmaps/bitcoin80.xpm \
+"$pkgdi

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

2013-01-28 Thread Stéphane Gaudreault
Date: Monday, January 28, 2013 @ 17:49:23
  Author: stephane
Revision: 83239

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

Added:
  0ad/repos/community-i686/PKGBUILD
(from rev 83238, 0ad/repos/community-testing-i686/PKGBUILD)
  0ad/repos/community-i686/boost-1.50.patch
(from rev 83238, 0ad/repos/community-testing-i686/boost-1.50.patch)
  0ad/repos/community-x86_64/PKGBUILD
(from rev 83238, 0ad/repos/community-testing-x86_64/PKGBUILD)
  0ad/repos/community-x86_64/boost-1.50.patch
(from rev 83238, 0ad/repos/community-testing-x86_64/boost-1.50.patch)
Deleted:
  0ad/repos/community-i686/PKGBUILD
  0ad/repos/community-i686/boost-1.50.patch
  0ad/repos/community-testing-i686/
  0ad/repos/community-testing-x86_64/
  0ad/repos/community-x86_64/PKGBUILD
  0ad/repos/community-x86_64/boost-1.50.patch

---+
 community-i686/PKGBUILD   |   85 ++--
 community-i686/boost-1.50.patch   |   78 -
 community-x86_64/PKGBUILD |   85 ++--
 community-x86_64/boost-1.50.patch |   78 -
 4 files changed, 164 insertions(+), 162 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-28 15:29:15 UTC (rev 83238)
+++ community-i686/PKGBUILD 2013-01-28 16:49:23 UTC (rev 83239)
@@ -1,42 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: t3ddy  
-# Contributor: Adrián Chaves Fernández (Gallaecio) 
-pkgname=0ad
-pkgver=a12
-_pkgver=0.0.12-alpha
-pkgrel=1
-pkgdesc="Cross-platform, 3D and historically-based real-time strategy game"
-arch=('i686' 'x86_64')
-url="http://play0ad.com/";
-license=('GPL2' 'CCPL')
-depends=('binutils' 'boost-libs' 'curl' 'enet>=1.3' 'libogg' 'libpng' 
'libvorbis' 'libxml2' 'openal' 'sdl' 'wxgtk' 'zlib' 'libgl' '0ad-data' 'glu')
-makedepends=('boost' 'cmake' 'mesa' 'zip' 'python2')
-source=("http://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz";)
-md5sums=('0ff92fb2b22b5384067cdd88b89e5450')
-
-build() {
-  cd "$srcdir/$pkgname-$_pkgver/build/workspaces"
-
-  sed -i 's/unix_names = { "boost_filesystem-mt", "boost_system-mt" 
},/unix_names = { "boost_filesystem", "boost_system" },/g' 
"${srcdir}/${pkgname}-${_pkgver}/build/premake/extern_libs4.lua"
-  sed -i 's/unix_names = { "boost_signals-mt" },/unix_names = { 
"boost_signals" },/g' 
"${srcdir}/${pkgname}-${_pkgver}/build/premake/extern_libs4.lua"
-
-  ./update-workspaces.sh \
-  --with-system-enet \
-  --bindir=/usr/bin \
-  --libdir=/usr/lib \
-  --datadir=/usr/share/${pkgname}/data
-
-  cd "$srcdir/$pkgname-$_pkgver/build/workspaces/gcc"
-
-  make CONFIG=Release
-}
-
-package() {
-  install -d ${pkgdir}/usr/{bin,lib}
-  install -Dm755 ${srcdir}/${pkgname}-${_pkgver}/binaries/system/pyrogenesis 
${pkgdir}/usr/bin
-  install -Dm755 ${srcdir}/${pkgname}-${_pkgver}/binaries/system/*.so{,.1.0} 
${pkgdir}/usr/lib
-
-  install -Dm755 
"${srcdir}/${pkgname}-${_pkgver}/build/resources/${pkgname}.sh" 
"${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 
"${srcdir}/$pkgname-$_pkgver/build/resources/${pkgname}.desktop" 
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-  install -Dm644 "${srcdir}/$pkgname-$_pkgver/build/resources/${pkgname}.png" 
"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-}

Copied: 0ad/repos/community-i686/PKGBUILD (from rev 83238, 
0ad/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-28 16:49:23 UTC (rev 83239)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: t3ddy  
+# Contributor: Adrián Chaves Fernández (Gallaecio) 
+pkgname=0ad
+pkgver=a12
+_pkgver=0.0.12-alpha
+pkgrel=2
+pkgdesc="Cross-platform, 3D and historically-based real-time strategy game"
+arch=('i686' 'x86_64')
+url="http://play0ad.com/";
+license=('GPL2' 'CCPL')
+depends=('binutils' 'boost-libs' 'curl' 'enet>=1.3' 'libogg' 'libpng' 
'libvorbis' 'libxml2' 'openal' 'sdl' 'wxgtk' 'zlib' 'libgl' '0ad-data' 'glu')
+makedepends=('boost' 'cmake' 'mesa' 'zip' 'python2')
+source=("http://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz";)
+md5sums=('0ff92fb2b22b5384067cdd88b89e5450')
+
+build() {
+  cd "$srcdir/$pkgname-$_pkgver/build/workspaces"
+
+  sed -i 's/unix_names = { "boost_filesystem-mt", "boost_system-mt" 
},/unix_names = { "boost_filesystem", "boost_system" },/g' 
"${srcdir}/${pkgname}-${_pkgver}/build/premake/extern_libs4.lua"
+  sed -i 's/unix_names = { "boost_signals-mt" },/unix_names = { 
"boost_signals" },/g' 
"${srcdir}/${pkgname}-${_pkgver}/build/premake/extern_libs4.lua"
+
+  ./update-workspaces.sh \
+  --with-system-enet \
+  --bindir=/usr/bin \
+  --libdir=/usr/lib \
+  --datadir=/usr/share/${pk

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

2013-01-28 Thread Stéphane Gaudreault
Date: Monday, January 28, 2013 @ 17:48:29
  Author: stephane
Revision: 176296

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

Added:
  xsd/repos/extra-i686/PKGBUILD
(from rev 176280, xsd/repos/testing-i686/PKGBUILD)
  xsd/repos/extra-i686/xsdcxx.patch
(from rev 176280, xsd/repos/testing-i686/xsdcxx.patch)
  xsd/repos/extra-x86_64/PKGBUILD
(from rev 176280, xsd/repos/testing-x86_64/PKGBUILD)
  xsd/repos/extra-x86_64/xsdcxx.patch
(from rev 176280, xsd/repos/testing-x86_64/xsdcxx.patch)
Deleted:
  xsd/repos/extra-i686/PKGBUILD
  xsd/repos/extra-i686/xsdcxx.patch
  xsd/repos/extra-x86_64/PKGBUILD
  xsd/repos/extra-x86_64/xsdcxx.patch
  xsd/repos/testing-i686/
  xsd/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |   68 +--
 extra-i686/xsdcxx.patch   |  256 ++--
 extra-x86_64/PKGBUILD |   68 +--
 extra-x86_64/xsdcxx.patch |  256 ++--
 4 files changed, 324 insertions(+), 324 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-28 16:48:28 UTC (rev 176295)
+++ extra-i686/PKGBUILD 2013-01-28 16:48:29 UTC (rev 176296)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: kevku 
-
-pkgname=xsd
-pkgver=3.3.0
-_pkgver=3.3.0-2+dep
-pkgrel=6
-pkgdesc="An open-source, cross-platform W3C XML Schema to C++ data binding 
compiler"
-arch=('i686' 'x86_64')
-url="http://www.codesynthesis.com/products/xsd";
-license=('GPL2')
-depends=('boost-libs' 'xerces-c')
-makedepends=('boost')
-source=("http://www.codesynthesis.com/download/${pkgname}/3.3/${pkgname}-${_pkgver}.tar.bz2";
-"xsdcxx.patch")
-sha1sums=('1c9de9271f589b8ecf2be18f2e9ac87330fc8281'
-  '8f7ca8bf0440b30d8f5823e0f528db19810706f2')
-
-build() {
-  cd "${pkgname}-${_pkgver}"
-  patch -p0 -i "${srcdir}/xsdcxx.patch"
-
-  make CXXFLAGS="${CXXFLAGS}"
-}
-
-package() {
-  cd ${pkgname}-${_pkgver}
-  make install_prefix="$pkgdir/usr" install
-
-  # Fix conflicts with mono
-  mv "${pkgdir}"/usr/bin/xsd{,cxx}
-  mv "${pkgdir}"/usr/share/man/man1/xsd{,cxx}.1
-}

Copied: xsd/repos/extra-i686/PKGBUILD (from rev 176280, 
xsd/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-28 16:48:29 UTC (rev 176296)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:
+# Contributor: kevku 
+
+pkgname=xsd
+pkgver=3.3.0
+_pkgver=3.3.0-2+dep
+pkgrel=7
+pkgdesc="An open-source, cross-platform W3C XML Schema to C++ data binding 
compiler"
+arch=('i686' 'x86_64')
+url="http://www.codesynthesis.com/products/xsd";
+license=('GPL2')
+depends=('boost-libs' 'xerces-c')
+makedepends=('boost')
+source=("http://www.codesynthesis.com/download/${pkgname}/3.3/${pkgname}-${_pkgver}.tar.bz2";
+"xsdcxx.patch")
+sha1sums=('1c9de9271f589b8ecf2be18f2e9ac87330fc8281'
+  '8f7ca8bf0440b30d8f5823e0f528db19810706f2')
+
+build() {
+  cd "${pkgname}-${_pkgver}"
+  patch -p0 -i "${srcdir}/xsdcxx.patch"
+
+  make CXXFLAGS="${CXXFLAGS}"
+}
+
+package() {
+  cd ${pkgname}-${_pkgver}
+  make install_prefix="$pkgdir/usr" install
+
+  # Fix conflicts with mono
+  mv "${pkgdir}"/usr/bin/xsd{,cxx}
+  mv "${pkgdir}"/usr/share/man/man1/xsd{,cxx}.1
+}

Deleted: extra-i686/xsdcxx.patch
===
--- extra-i686/xsdcxx.patch 2013-01-28 16:48:28 UTC (rev 176295)
+++ extra-i686/xsdcxx.patch 2013-01-28 16:48:29 UTC (rev 176296)
@@ -1,128 +0,0 @@
-diff -up xsd/documentation/xsd.1.rename xsd/documentation/xsd.1
 xsd/documentation/xsd.1.rename 2010-06-20 15:45:31.0 +0300
-+++ xsd/documentation/xsd.12010-06-20 15:46:24.0 +0300
-@@ -1,16 +1,16 @@
- .\" Process this file with
--.\" groff -man -Tascii xsd.1
-+.\" groff -man -Tascii xsdcxx.1
- .\"
- .TH XSD 1 "April 2010" "XSD 3.3.0"
- .SH NAME
--xsd \- W3C XML Schema to C++ Compiler
-+xsdcxx \- W3C XML Schema to C++ Compiler
- .\"
- .\"
- .\"
- .\"
- .SH SYNOPSIS
- .\"
--.B xsd
-+.B xsdcxx
- .I command
- .B [
- .I options
-@@ -20,19 +20,19 @@ xsd \- W3C XML Schema to C++ Compiler
- .I file
- .B ...]
- .in
--.B xsd help
-+.B xsdcxx help
- .B [
- .I command
- .B ]
- .in
--.B xsd version
-+.B xsdcxx version
- .\"
- .\"
- .\"
- .\"
- .SH DESCRIPTION
- .\"
--.B xsd
-+.B xsdcxx
- generates vocabulary-specific, statically-typed C++ mapping from W3C XML
- Schema definitions. Particular mapping to produce is selected by a
- .IR command .
-@@ -96,7 +96,7 @@ Print usage information and exit. Use
- .PP
- .RS
- .RS 3
--.B xsd help
-+.B xsdcxx help

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

2013-01-28 Thread Stéphane Gaudreault
Date: Monday, January 28, 2013 @ 17:48:28
  Author: stephane
Revision: 176295

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

Added:
  source-highlight/repos/extra-i686/PKGBUILD
(from rev 176280, source-highlight/repos/testing-i686/PKGBUILD)
  source-highlight/repos/extra-i686/source-highlight.install
(from rev 176280, 
source-highlight/repos/testing-i686/source-highlight.install)
  source-highlight/repos/extra-x86_64/PKGBUILD
(from rev 176280, source-highlight/repos/testing-x86_64/PKGBUILD)
  source-highlight/repos/extra-x86_64/source-highlight.install
(from rev 176280, 
source-highlight/repos/testing-x86_64/source-highlight.install)
Deleted:
  source-highlight/repos/extra-i686/PKGBUILD
  source-highlight/repos/extra-i686/source-highlight.install
  source-highlight/repos/extra-x86_64/PKGBUILD
  source-highlight/repos/extra-x86_64/source-highlight.install
  source-highlight/repos/testing-i686/
  source-highlight/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |   64 
 extra-i686/source-highlight.install   |   36 +-
 extra-x86_64/PKGBUILD |   64 
 extra-x86_64/source-highlight.install |   36 +-
 4 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-28 16:48:27 UTC (rev 176294)
+++ extra-i686/PKGBUILD 2013-01-28 16:48:28 UTC (rev 176295)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=source-highlight
-pkgver=3.1.7
-pkgrel=2
-pkgdesc="Convert source code to syntax highlighted document"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/src-highlite/";
-license=('GPL')
-depends=('bash' 'boost-libs')
-makedepends=('ctags' 'boost')
-options=('!libtool')
-install=$pkgname.install
-source=("ftp://ftp.gnu.org/gnu/src-highlite/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('0ff81588d3536b4c4e571122ba940595')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
- 
--with-bash-completion=${pkgdir}/usr/share/bash-completion/completions
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make prefix="${pkgdir}/usr" install
-}

Copied: source-highlight/repos/extra-i686/PKGBUILD (from rev 176280, 
source-highlight/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-28 16:48:28 UTC (rev 176295)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=source-highlight
+pkgver=3.1.7
+pkgrel=3
+pkgdesc="Convert source code to syntax highlighted document"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/src-highlite/";
+license=('GPL')
+depends=('bash' 'boost-libs')
+makedepends=('ctags' 'boost')
+options=('!libtool')
+install=$pkgname.install
+source=("ftp://ftp.gnu.org/gnu/src-highlite/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('0ff81588d3536b4c4e571122ba940595')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+ 
--with-bash-completion="${pkgdir}/usr/share/bash-completion/completions"
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make prefix="${pkgdir}/usr" install
+}

Deleted: extra-i686/source-highlight.install
===
--- extra-i686/source-highlight.install 2013-01-28 16:48:27 UTC (rev 176294)
+++ extra-i686/source-highlight.install 2013-01-28 16:48:28 UTC (rev 176295)
@@ -1,18 +0,0 @@
-info_dir=usr/share/info
-info_files=(source-highlight.info source-highlight-lib.info)
-
-post_install() {
-  for f in ${info_files[@]}; do
-install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-   post_install
-}
-
-pre_remove() {
-  for f in ${info_files[@]}; do
-install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
-  done
-}

Copied: source-highlight/repos/extra-i686/source-highlight.install (from rev 
176280, source-highlight/repos/testing-i686/source-highlight.install)
===
--- extra-i686/source-highlight.install (rev 0)
+++ extra-i686/source-highlight.install 2013-01-28 16:48:28 UTC (rev 176295)
@@ -0,0 +1,18 @@
+info_dir=usr/share/info
+info_files=(source-highlight.info source-highlight-lib.info)
+
+post_install() {
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+   post_install
+}
+
+pre_remove() {
+  for f in ${info_files[@]}; do
+install-in

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

2013-01-28 Thread Stéphane Gaudreault
Date: Monday, January 28, 2013 @ 17:48:27
  Author: stephane
Revision: 176294

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

Added:
  mkvtoolnix/repos/extra-i686/PKGBUILD
(from rev 176280, mkvtoolnix/repos/testing-i686/PKGBUILD)
  mkvtoolnix/repos/extra-i686/mkvtoolnix.install
(from rev 176280, mkvtoolnix/repos/testing-i686/mkvtoolnix.install)
  mkvtoolnix/repos/extra-x86_64/PKGBUILD
(from rev 176280, mkvtoolnix/repos/testing-x86_64/PKGBUILD)
  mkvtoolnix/repos/extra-x86_64/mkvtoolnix.install
(from rev 176280, mkvtoolnix/repos/testing-x86_64/mkvtoolnix.install)
Deleted:
  mkvtoolnix/repos/extra-i686/PKGBUILD
  mkvtoolnix/repos/extra-i686/mkvtoolnix.install
  mkvtoolnix/repos/extra-x86_64/PKGBUILD
  mkvtoolnix/repos/extra-x86_64/mkvtoolnix.install
  mkvtoolnix/repos/testing-i686/
  mkvtoolnix/repos/testing-x86_64/

-+
 extra-i686/PKGBUILD |  168 +++---
 extra-i686/mkvtoolnix.install   |   28 +++---
 extra-x86_64/PKGBUILD   |  168 +++---
 extra-x86_64/mkvtoolnix.install |   28 +++---
 4 files changed, 196 insertions(+), 196 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-28 16:48:26 UTC (rev 176293)
+++ extra-i686/PKGBUILD 2013-01-28 16:48:27 UTC (rev 176294)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: xduugu 
-
-pkgbase=mkvtoolnix
-pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
-pkgver=6.0.0
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.bunkus.org/videotools/mkvtoolnix/index.html";
-makedepends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk'
- 'boost-libs' 'lzo2' 'xdg-utils' 'boost' 'ruby')
-source=("http://www.bunkus.org/videotools/${pkgbase}/sources/${pkgbase}-${pkgver}.tar.xz";)
-md5sums=('869dac2061f4ef91dd96ce6bb0fafecb')
-
-build() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-
-  # Disable automagic curl dep used for online update checking
-  sed -i -e '/curl/d' configure.in
-  export CURL_CFLAGS="" CURL_LIBS=""
-
-  export CFLAGS="${CFLAGS} -DBOOST_FILESYSTEM_VERSION=3"
-  export CXXFLAGS="${CXXFLAGS} -DBOOST_FILESYSTEM_VERSION=3"
-
-  autoreconf
-
-  ./configure --prefix=/usr \
-  --with-boost-libdir=/usr/lib \
-  --disable-gui
-  rake
-
-  mv src/mkvinfo{,-cli}
-
-  ./configure --prefix=/usr \
-  --with-boost-libdir=/usr/lib
-  rake
-}
-
-package_mkvtoolnix-cli() {
-  pkgdesc="Set of tools to create, edit and inspect Matroska files - CLI 
version"
-  depends=('libmatroska' 'expat' 'flac' 'libvorbis' 'file' 'boost-libs' 'lzo2')
-  provides=('mkvtoolnix')
-  conflicts=('mkvtoolnix')
-  replaces=('mkvtoolnix')
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-
-  rake DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/bin/mkvinfo
-  install -Dm755 src/mkvinfo-cli "${pkgdir}"/usr/bin/mkvinfo
-
-  rm -rf "${pkgdir}"/usr/bin/mmg
-  rm -rf "${pkgdir}"/usr/share/man/ja/man1/mmg.1
-  rm -rf "${pkgdir}"/usr/share/man/man1/mmg.1
-  rm -rf "${pkgdir}"/usr/share/man/nl/man1/mmg.1
-  rm -rf "${pkgdir}"/usr/share/man/zh_CN/man1/mmg.1
-  rm -rf "${pkgdir}"/usr/share/man/uk/man1/mmg.1
-  rm -rf "${pkgdir}"/usr/share/applications
-  rm -rf "${pkgdir}"/usr/share/icons
-  rm -rf "${pkgdir}"/usr/share/mime
-}
-
-package_mkvtoolnix-gtk() {
-  pkgdesc="Set of tools to create, edit and inspect Matroska files - wxGTK GUI"
-  depends=("mkvtoolnix-cli=${pkgver}" 'wxgtk' 'xdg-utils')
-  install=mkvtoolnix.install
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-
-  rake DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/bin/mkv*
-  install -Dm755 src/mkvinfo "${pkgdir}"/usr/bin/mkvinfo-gtk
-  sed -ri 's/^(Exec=mkvinfo)/\1-gtk/' 
"${pkgdir}"/usr/share/applications/mkvinfo.desktop
-
-  rm -rf "${pkgdir}"/usr/share/doc
-  rm -rf "${pkgdir}"/usr/share/locale
-  rm -rf "${pkgdir}"/usr/share/man/ja/man1/mkv*
-  rm -rf "${pkgdir}"/usr/share/man/man1/mkv*
-  rm -rf "${pkgdir}"/usr/share/man/nl/man1/mkv*
-  rm -rf "${pkgdir}"/usr/share/man/zh_CN/man1/mkv*
-  rm -rf "${pkgdir}"/usr/share/man/uk/man1/mkv*
-}

Copied: mkvtoolnix/repos/extra-i686/PKGBUILD (from rev 176280, 
mkvtoolnix/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-28 16:48:27 UTC (rev 176294)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: xduugu 
+
+pkgbase=mkvtoolnix
+pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
+pkgver=6.0.0
+pkgrel=2
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.bunkus.org/videotools/mkvtoolnix/index.html";
+makedepends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk'
+ 'boost-libs' 'lzo2' 'xdg-utils' 'boost' 'ruby')
+source=("http://www.bunkus.org/videotools/${pkgbase}/sources/${pkgbase}-${pkgver}.tar.xz";)
+md5sums=('869dac2061f4ef91

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

2013-01-28 Thread Stéphane Gaudreault
Date: Monday, January 28, 2013 @ 17:48:26
  Author: stephane
Revision: 176293

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

Added:
  lyx/repos/extra-i686/PKGBUILD
(from rev 176280, lyx/repos/testing-i686/PKGBUILD)
  lyx/repos/extra-i686/lyx.desktop
(from rev 176280, lyx/repos/testing-i686/lyx.desktop)
  lyx/repos/extra-i686/lyx.install
(from rev 176280, lyx/repos/testing-i686/lyx.install)
  lyx/repos/extra-i686/lyxrc.dist
(from rev 176280, lyx/repos/testing-i686/lyxrc.dist)
  lyx/repos/extra-x86_64/PKGBUILD
(from rev 176280, lyx/repos/testing-x86_64/PKGBUILD)
  lyx/repos/extra-x86_64/lyx.desktop
(from rev 176280, lyx/repos/testing-x86_64/lyx.desktop)
  lyx/repos/extra-x86_64/lyx.install
(from rev 176280, lyx/repos/testing-x86_64/lyx.install)
  lyx/repos/extra-x86_64/lyxrc.dist
(from rev 176280, lyx/repos/testing-x86_64/lyxrc.dist)
Deleted:
  lyx/repos/extra-i686/PKGBUILD
  lyx/repos/extra-i686/lyx.desktop
  lyx/repos/extra-i686/lyx.install
  lyx/repos/extra-i686/lyxrc.dist
  lyx/repos/extra-x86_64/PKGBUILD
  lyx/repos/extra-x86_64/lyx.desktop
  lyx/repos/extra-x86_64/lyx.install
  lyx/repos/extra-x86_64/lyxrc.dist
  lyx/repos/testing-i686/
  lyx/repos/testing-x86_64/

--+
 extra-i686/PKGBUILD  |  100 ++---
 extra-i686/lyx.desktop   |   28 ++--
 extra-i686/lyx.install   |   28 ++--
 extra-i686/lyxrc.dist|   28 ++--
 extra-x86_64/PKGBUILD|  100 ++---
 extra-x86_64/lyx.desktop |   28 ++--
 extra-x86_64/lyx.install |   28 ++--
 extra-x86_64/lyxrc.dist  |   28 ++--
 8 files changed, 184 insertions(+), 184 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-28 16:48:25 UTC (rev 176292)
+++ extra-i686/PKGBUILD 2013-01-28 16:48:26 UTC (rev 176293)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Jason Chu 
-
-pkgname=lyx
-pkgver=2.0.5
-pkgrel=1
-pkgdesc="An advanced WYSIWYM document processor & LaTeX front-end"
-arch=('i686' 'x86_64')
-url="http://www.lyx.org";
-depends=('qt' 'texlive-core' 'python2' 'imagemagick' 'enchant' 'boost-libs' 
'libmythes')
-makedepends=('boost')
-optdepends=('rcs: built-in version control system'
-'texlive-latexextra: float wrap support')
-license=('GPL')
-source=(ftp://ftp.lip6.fr/pub/lyx/stable/2.0.x/$pkgname-$pkgver.tar.xz
-lyx.desktop lyxrc.dist)
-backup=('etc/lyx/lyxrc.dist')
-install=lyx.install
-options=('emptydirs')
-sha1sums=('afffd3fd2f2429c93402a4923d7a2838e0758d28'
-  'e2b8f6d6cdeec41e1d5795167f5557e4a6ea28ad'
-  '56416642cc3da2a13b87b84e6b87c1a239f3d09a')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  find . -type f -exec sed -i 's|#!.*python|#!/usr/bin/env python2|' {} +
-  sed -i 's|"python|"python2|' lib/configure.py src/support/os.cpp
-  export CXXFLAGS="$CXXFLAGS -fpermissive"
-  ./configure --prefix=/usr \
---with-frontend=qt4 --without-included-boost \
---without-included-mythes
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  # install desktop entry
-  install -Dm644 "${srcdir}/lyx.desktop" \
-"${pkgdir}/usr/share/applications/lyx.desktop"
-  install -Dm644 "lib/images/lyx.png" \
-"${pkgdir}/usr/share/pixmaps/lyx.png"
-
-  # install default config file
-  install -Dm644 "${srcdir}/lyxrc.dist" "${pkgdir}/etc/lyx/lyxrc.dist"
-  ln -sf /etc/lyx/lyxrc.dist "${pkgdir}/usr/share/lyx/lyxrc.dist"
-}

Copied: lyx/repos/extra-i686/PKGBUILD (from rev 176280, 
lyx/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-28 16:48:26 UTC (rev 176293)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Jason Chu 
+
+pkgname=lyx
+pkgver=2.0.5.1
+pkgrel=1
+pkgdesc="An advanced WYSIWYM document processor & LaTeX front-end"
+arch=('i686' 'x86_64')
+url="http://www.lyx.org";
+depends=('qt' 'texlive-core' 'python2' 'imagemagick' 'enchant' 'boost-libs' 
'libmythes')
+makedepends=('boost')
+optdepends=('rcs: built-in version control system'
+'texlive-latexextra: float wrap support')
+license=('GPL')
+backup=('etc/lyx/lyxrc.dist')
+install=lyx.install
+options=('emptydirs')
+source=(ftp://ftp.lip6.fr/pub/lyx/stable/2.0.x/$pkgname-$pkgver.tar.xz
+lyx.desktop lyxrc.dist)
+sha1sums=('a822e99484c1652c4df5df717819dd7048fcff75'
+  'e2b8f6d6cdeec41e1d5795167f5557e4a6ea28ad'
+  '56416642cc3da2a13b87b84e6b87c1a239f3d09a')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  find . -type f -exec sed -i 's|#!.*python|#!/usr/bin/env python2|' {} +
+  sed -i 's|"python|"python2|' lib/configure.py src/support/os.cpp
+  export CXXFLAGS="$CXXFLAGS -fpermissive"
+  ./configure --

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

2013-01-28 Thread Stéphane Gaudreault
Date: Monday, January 28, 2013 @ 17:48:25
  Author: stephane
Revision: 176292

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

Added:
  licq/repos/extra-i686/PKGBUILD
(from rev 176280, licq/repos/testing-i686/PKGBUILD)
  licq/repos/extra-x86_64/PKGBUILD
(from rev 176280, licq/repos/testing-x86_64/PKGBUILD)
Deleted:
  licq/repos/extra-i686/PKGBUILD
  licq/repos/extra-x86_64/PKGBUILD
  licq/repos/testing-i686/
  licq/repos/testing-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-28 16:48:24 UTC (rev 176291)
+++ extra-i686/PKGBUILD 2013-01-28 16:48:25 UTC (rev 176292)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Juergen Hoetzel 
-
-pkgname=licq
-pkgver=1.6.1
-pkgrel=1
-pkgdesc="Advanced graphical ICQ clone and more for Unix" 
-arch=('i686' 'x86_64')
-url="http://www.licq.org";
-license=('GPL')
-depends=('boost-libs' 'gpgme' 'libxss' 'qt')
-makedepends=('cmake' 'boost')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/licq/licq-${pkgver}.tar.bz2)
-md5sums=('9caa6d2e215a41a8b99c64ecbc2e6299')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # licq
-  mkdir build
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr  ..
-  make
-
-  # qt4-gui
-  cd ../plugins/qt4-gui
-  mkdir build
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_MODULE_PATH="${srcdir}/${pkgname}-${pkgver}/cmake"  ..
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}/build"
-  make DESTDIR="${pkgdir}" install
-
-  cd ../plugins/qt4-gui/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: licq/repos/extra-i686/PKGBUILD (from rev 176280, 
licq/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-28 16:48:25 UTC (rev 176292)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Juergen Hoetzel 
+
+pkgname=licq
+pkgver=1.7.1
+pkgrel=1
+pkgdesc="Advanced graphical ICQ clone and more for Unix" 
+arch=('i686' 'x86_64')
+url="http://www.licq.org";
+license=('GPL')
+depends=('boost-libs' 'gpgme' 'libxss' 'qt')
+makedepends=('cmake' 'boost')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/licq/licq-${pkgver}.tar.bz2)
+md5sums=('701e57efedc2b7ece64c3d2d2e9f9e16')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # licq
+  mkdir build
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr  ..
+  make
+
+  # qt4-gui
+  cd ../plugins/qt4-gui
+  mkdir build
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_MODULE_PATH="${srcdir}/${pkgname}-${pkgver}/cmake"  ..
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}/build"
+  make DESTDIR="${pkgdir}" install
+
+  cd ../plugins/qt4-gui/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-01-28 16:48:24 UTC (rev 176291)
+++ extra-x86_64/PKGBUILD   2013-01-28 16:48:25 UTC (rev 176292)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Juergen Hoetzel 
-
-pkgname=licq
-pkgver=1.6.1
-pkgrel=1
-pkgdesc="Advanced graphical ICQ clone and more for Unix" 
-arch=('i686' 'x86_64')
-url="http://www.licq.org";
-license=('GPL')
-depends=('boost-libs' 'gpgme' 'libxss' 'qt')
-makedepends=('cmake' 'boost')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/licq/licq-${pkgver}.tar.bz2)
-md5sums=('9caa6d2e215a41a8b99c64ecbc2e6299')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # licq
-  mkdir build
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr  ..
-  make
-
-  # qt4-gui
-  cd ../plugins/qt4-gui
-  mkdir build
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_MODULE_PATH="${srcdir}/${pkgname}-${pkgver}/cmake"  ..
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}/build"
-  make DESTDIR="${pkgdir}" install
-
-  cd ../plugins/qt4-gui/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: licq/repos/extra-x86_64/PKGBUILD (from rev 176280, 
licq/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-01-28 16:48:25 UTC (rev 176292)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Juergen Hoetzel 
+
+pkgname=licq
+pkgver=1.7.1
+pkgrel=1
+pkgdesc="Advanced graphical ICQ clone and more for Unix" 
+arch=('i686' 'x86_64')
+url="http://www.licq.org";
+license=('GPL')
+depends=('boost-libs' 'gpgme' 'libxss' 'qt')
+makedepends=('cmake' 'boost')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/licq/licq-${pkgver}.tar.bz2)
+md5sums=('701e57efedc2b7ece64c3d2d

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

2013-01-28 Thread Stéphane Gaudreault
Date: Monday, January 28, 2013 @ 17:48:24
  Author: stephane
Revision: 176291

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

Added:
  libtorrent-rasterbar/repos/extra-i686/PKGBUILD
(from rev 176280, libtorrent-rasterbar/repos/testing-i686/PKGBUILD)
  libtorrent-rasterbar/repos/extra-x86_64/PKGBUILD
(from rev 176280, libtorrent-rasterbar/repos/testing-x86_64/PKGBUILD)
Deleted:
  libtorrent-rasterbar/repos/extra-i686/PKGBUILD
  libtorrent-rasterbar/repos/extra-x86_64/PKGBUILD
  libtorrent-rasterbar/repos/testing-i686/
  libtorrent-rasterbar/repos/testing-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-28 16:48:23 UTC (rev 176290)
+++ extra-i686/PKGBUILD 2013-01-28 16:48:24 UTC (rev 176291)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: Hugo Doria 
-
-pkgname=libtorrent-rasterbar
-pkgver=0.16.7
-pkgrel=1
-epoch=1
-pkgdesc="A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around"
-url="http://www.rasterbar.com/products/libtorrent/";
-arch=('i686' 'x86_64')
-license=('BSD')
-depends=('boost-libs' 'geoip' 'python2')
-makedepends=('boost')
-options=('!libtool' '!emptydirs')
-source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha1sums=('94b132a17d8f6a5345937731343398be8d31f170')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-  --enable-python-binding \
-  --with-libgeoip=system
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -D COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: libtorrent-rasterbar/repos/extra-i686/PKGBUILD (from rev 176280, 
libtorrent-rasterbar/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-28 16:48:24 UTC (rev 176291)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Hugo Doria 
+
+pkgname=libtorrent-rasterbar
+pkgver=0.16.7
+pkgrel=2
+epoch=1
+pkgdesc="A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around"
+url="http://www.rasterbar.com/products/libtorrent/";
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('boost-libs' 'geoip' 'python2')
+makedepends=('boost')
+options=('!libtool' '!emptydirs')
+source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+sha1sums=('94b132a17d8f6a5345937731343398be8d31f170')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --enable-python-binding \
+  --with-libgeoip=system
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -D COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-01-28 16:48:23 UTC (rev 176290)
+++ extra-x86_64/PKGBUILD   2013-01-28 16:48:24 UTC (rev 176291)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: Hugo Doria 
-
-pkgname=libtorrent-rasterbar
-pkgver=0.16.7
-pkgrel=1
-epoch=1
-pkgdesc="A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around"
-url="http://www.rasterbar.com/products/libtorrent/";
-arch=('i686' 'x86_64')
-license=('BSD')
-depends=('boost-libs' 'geoip' 'python2')
-makedepends=('boost')
-options=('!libtool' '!emptydirs')
-source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha1sums=('94b132a17d8f6a5345937731343398be8d31f170')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-  --enable-python-binding \
-  --with-libgeoip=system
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -D COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: libtorrent-rasterbar/repos/extra-x86_64/PKGBUILD (from rev 176280, 
libtorrent-rasterbar/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-01-28 16:48:24 UTC (rev 176291)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Hugo Doria 
+
+pkgname=libtorrent-rasterbar
+pkgver=0.16.7
+pkgrel=2
+epoch=1
+pkgdesc="A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around"
+url="http://www.rasterbar.com/products/libtorrent/";
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('boost-libs' 'geoip'

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

2013-01-28 Thread Stéphane Gaudreault
Date: Monday, January 28, 2013 @ 17:48:21
  Author: stephane
Revision: 176289

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

Added:
  libkolabxml/repos/extra-i686/PKGBUILD
(from rev 176280, libkolabxml/repos/testing-i686/PKGBUILD)
  libkolabxml/repos/extra-x86_64/PKGBUILD
(from rev 176280, libkolabxml/repos/testing-x86_64/PKGBUILD)
Deleted:
  libkolabxml/repos/extra-i686/PKGBUILD
  libkolabxml/repos/extra-x86_64/PKGBUILD
  libkolabxml/repos/testing-i686/
  libkolabxml/repos/testing-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-28 16:48:20 UTC (rev 176288)
+++ extra-i686/PKGBUILD 2013-01-28 16:48:21 UTC (rev 176289)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=libkolabxml
-pkgver=0.8.1
-pkgrel=1
-pkgdesc="Kolab XML Format Schema Definitions Library"
-url='http://git.kolab.org/libkolabxml/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('xerces-c' 'boost-libs')
-makedepends=('cmake' 'boost' 'xsd')
-source=("http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz"{,.gpg})
-md5sums=('a02541b35153334c69ee1845dfe464c6'
- 'f5e9bc4a21a5bf06baec084435812cc4')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libkolabxml/repos/extra-i686/PKGBUILD (from rev 176280, 
libkolabxml/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-28 16:48:21 UTC (rev 176289)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=libkolabxml
+pkgver=0.8.1
+pkgrel=2
+pkgdesc="Kolab XML Format Schema Definitions Library"
+url='http://git.kolab.org/libkolabxml/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('xerces-c' 'boost-libs')
+makedepends=('cmake' 'boost' 'xsd')
+source=("http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz"{,.gpg})
+md5sums=('a02541b35153334c69ee1845dfe464c6'
+ 'f5e9bc4a21a5bf06baec084435812cc4')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-01-28 16:48:20 UTC (rev 176288)
+++ extra-x86_64/PKGBUILD   2013-01-28 16:48:21 UTC (rev 176289)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=libkolabxml
-pkgver=0.8.1
-pkgrel=1
-pkgdesc="Kolab XML Format Schema Definitions Library"
-url='http://git.kolab.org/libkolabxml/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('xerces-c' 'boost-libs')
-makedepends=('cmake' 'boost' 'xsd')
-source=("http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz"{,.gpg})
-md5sums=('a02541b35153334c69ee1845dfe464c6'
- 'f5e9bc4a21a5bf06baec084435812cc4')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libkolabxml/repos/extra-x86_64/PKGBUILD (from rev 176280, 
libkolabxml/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-01-28 16:48:21 UTC (rev 176289)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=libkolabxml
+pkgver=0.8.1
+pkgrel=2
+pkgdesc="Kolab XML Format Schema Definitions Library"
+url='http://git.kolab.org/libkolabxml/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('xerces-c' 'boost-libs')
+makedepends=('cmake' 'boost' 'xsd')
+source=("http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz"{,.gpg})
+md5sums=('a02541b35153334c69ee1845dfe464c6'
+ 'f5e9bc4a21a5bf06baec084435812cc4')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}



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

2013-01-28 Thread Stéphane Gaudreault
Date: Monday, January 28, 2013 @ 17:48:23
  Author: stephane
Revision: 176290

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

Added:
  libpst/repos/extra-i686/PKGBUILD
(from rev 176280, libpst/repos/testing-i686/PKGBUILD)
  libpst/repos/extra-x86_64/PKGBUILD
(from rev 176280, libpst/repos/testing-x86_64/PKGBUILD)
Deleted:
  libpst/repos/extra-i686/PKGBUILD
  libpst/repos/extra-x86_64/PKGBUILD
  libpst/repos/testing-i686/
  libpst/repos/testing-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-28 16:48:21 UTC (rev 176289)
+++ extra-i686/PKGBUILD 2013-01-28 16:48:23 UTC (rev 176290)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=libpst
-pkgname=('libpst' 'libpst-docs')
-pkgver=0.6.54
-pkgrel=2
-arch=('i686' 'x86_64')
-url="http://www.five-ten-sg.com/libpst/";
-license=('GPL')
-makedepends=('python2' 'boost')
-source=(http://www.five-ten-sg.com/libpst/packages/${pkgbase}-${pkgver}.tar.gz)
-sha1sums=('a4713b87e330556acb0786b4efa975a3c739cd84')
-
-build() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  ./configure --prefix=/usr --mandir=/usr/share/man \
-  --disable-static --enable-libpst-shared --disable-dii PYTHON_VERSION=2
-  make
-}
-
-package_libpst() {
-  pkgdesc="Outlook .pst file converter"
-  depends=('gcc-libs')
-  optdepends=('boost-libs: for libpst python interface')
-  options=('!libtool' '!docs')
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}
-
-package_libpst-docs() {
-  pkgdesc="Documentation for Outlook .pst file converter"
-  options=('!libtool')
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  make DESTDIR="${pkgdir}" install-htmlDATA
-  cd "${srcdir}/${pkgbase}-${pkgver}/html"
-  make DESTDIR="${pkgdir}" install-htmldevelDATA
-}

Copied: libpst/repos/extra-i686/PKGBUILD (from rev 176280, 
libpst/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-28 16:48:23 UTC (rev 176290)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=libpst
+pkgname=('libpst' 'libpst-docs')
+pkgver=0.6.54
+pkgrel=3
+arch=('i686' 'x86_64')
+url="http://www.five-ten-sg.com/libpst/";
+license=('GPL')
+makedepends=('python2' 'boost')
+source=(http://www.five-ten-sg.com/libpst/packages/${pkgbase}-${pkgver}.tar.gz)
+sha1sums=('a4713b87e330556acb0786b4efa975a3c739cd84')
+
+build() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+  --disable-static --enable-libpst-shared --disable-dii PYTHON_VERSION=2
+  make
+}
+
+package_libpst() {
+  pkgdesc="Outlook .pst file converter"
+  depends=('gcc-libs')
+  optdepends=('boost-libs: for libpst python interface')
+  options=('!libtool' '!docs')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+
+package_libpst-docs() {
+  pkgdesc="Documentation for Outlook .pst file converter"
+  options=('!libtool')
+
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  make DESTDIR="${pkgdir}" install-htmlDATA
+  cd "${srcdir}/${pkgbase}-${pkgver}/html"
+  make DESTDIR="${pkgdir}" install-htmldevelDATA
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-01-28 16:48:21 UTC (rev 176289)
+++ extra-x86_64/PKGBUILD   2013-01-28 16:48:23 UTC (rev 176290)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=libpst
-pkgname=('libpst' 'libpst-docs')
-pkgver=0.6.54
-pkgrel=2
-arch=('i686' 'x86_64')
-url="http://www.five-ten-sg.com/libpst/";
-license=('GPL')
-makedepends=('python2' 'boost')
-source=(http://www.five-ten-sg.com/libpst/packages/${pkgbase}-${pkgver}.tar.gz)
-sha1sums=('a4713b87e330556acb0786b4efa975a3c739cd84')
-
-build() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  ./configure --prefix=/usr --mandir=/usr/share/man \
-  --disable-static --enable-libpst-shared --disable-dii PYTHON_VERSION=2
-  make
-}
-
-package_libpst() {
-  pkgdesc="Outlook .pst file converter"
-  depends=('gcc-libs')
-  optdepends=('boost-libs: for libpst python interface')
-  options=('!libtool' '!docs')
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}
-
-package_libpst-docs() {
-  pkgdesc="Documentation for Outlook .pst file converter"
-  options=('!libtool')
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  make DESTDIR="${pkgdir}" install-htmlDATA
-  cd "${srcdir}/${pkgbase}-${pkgver}/html"
-  make DESTDIR="${pkgdir}" install-htmldevelDATA
-}

Copied: libpst/repos/extra-x86_64/PKGBUILD (from rev 176280, 
libpst/repos/testing-x86_64/PKGBUILD)
===

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

2013-01-28 Thread Stéphane Gaudreault
Date: Monday, January 28, 2013 @ 17:48:20
  Author: stephane
Revision: 176288

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

Added:
  kdeedu-rocs/repos/extra-i686/PKGBUILD
(from rev 176280, kdeedu-rocs/repos/testing-i686/PKGBUILD)
  kdeedu-rocs/repos/extra-x86_64/PKGBUILD
(from rev 176280, kdeedu-rocs/repos/testing-x86_64/PKGBUILD)
Deleted:
  kdeedu-rocs/repos/extra-i686/PKGBUILD
  kdeedu-rocs/repos/extra-x86_64/PKGBUILD
  kdeedu-rocs/repos/testing-i686/
  kdeedu-rocs/repos/testing-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-28 16:48:19 UTC (rev 176287)
+++ extra-i686/PKGBUILD 2013-01-28 16:48:20 UTC (rev 176288)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeedu-rocs
-pkgver=4.9.5
-pkgrel=1
-pkgdesc="Rocs Graph Theory"
-url="http://kde.org/applications/education/rocs/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4' 'boost')
-source=("http://download.kde.org/stable/${pkgver}/src/rocs-${pkgver}.tar.xz";)
-sha1sums=('ef63aea2c93a3def43201e6fff768bc6730edef1')
-options=('!makeflags')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../rocs-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdeedu-rocs/repos/extra-i686/PKGBUILD (from rev 176280, 
kdeedu-rocs/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-28 16:48:20 UTC (rev 176288)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeedu-rocs
+pkgver=4.9.5
+pkgrel=2
+pkgdesc="Rocs Graph Theory"
+url="http://kde.org/applications/education/rocs/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+source=("http://download.kde.org/stable/${pkgver}/src/rocs-${pkgver}.tar.xz";)
+sha1sums=('ef63aea2c93a3def43201e6fff768bc6730edef1')
+options=('!makeflags')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../rocs-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-01-28 16:48:19 UTC (rev 176287)
+++ extra-x86_64/PKGBUILD   2013-01-28 16:48:20 UTC (rev 176288)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeedu-rocs
-pkgver=4.9.5
-pkgrel=1
-pkgdesc="Rocs Graph Theory"
-url="http://kde.org/applications/education/rocs/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4' 'boost')
-source=("http://download.kde.org/stable/${pkgver}/src/rocs-${pkgver}.tar.xz";)
-sha1sums=('ef63aea2c93a3def43201e6fff768bc6730edef1')
-options=('!makeflags')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../rocs-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdeedu-rocs/repos/extra-x86_64/PKGBUILD (from rev 176280, 
kdeedu-rocs/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-01-28 16:48:20 UTC (rev 176288)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeedu-rocs
+pkgver=4.9.5
+pkgrel=2
+pkgdesc="Rocs Graph Theory"
+url="http://kde.org/applications/education/rocs/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+source=("http://download.kde.org/stable/${pkgver}/src/rocs-${pkgver}.tar.xz";)
+sha1sums=('ef63aea2c93a3def43201e6fff768bc6730edef1')
+options=('!makeflags')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../rocs-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}



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

2013-01-28 Thread Stéphane Gaudreault
Date: Monday, January 28, 2013 @ 17:48:19
  Author: stephane
Revision: 176287

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

Added:
  kdeedu-kig/repos/extra-i686/PKGBUILD
(from rev 176280, kdeedu-kig/repos/testing-i686/PKGBUILD)
  kdeedu-kig/repos/extra-i686/kdeedu-kig.install
(from rev 176280, kdeedu-kig/repos/testing-i686/kdeedu-kig.install)
  kdeedu-kig/repos/extra-x86_64/PKGBUILD
(from rev 176280, kdeedu-kig/repos/testing-x86_64/PKGBUILD)
  kdeedu-kig/repos/extra-x86_64/kdeedu-kig.install
(from rev 176280, kdeedu-kig/repos/testing-x86_64/kdeedu-kig.install)
Deleted:
  kdeedu-kig/repos/extra-i686/PKGBUILD
  kdeedu-kig/repos/extra-i686/kdeedu-kig.install
  kdeedu-kig/repos/extra-x86_64/PKGBUILD
  kdeedu-kig/repos/extra-x86_64/kdeedu-kig.install
  kdeedu-kig/repos/testing-i686/
  kdeedu-kig/repos/testing-x86_64/

-+
 extra-i686/PKGBUILD |   68 +++---
 extra-i686/kdeedu-kig.install   |   24 ++---
 extra-x86_64/PKGBUILD   |   68 +++---
 extra-x86_64/kdeedu-kig.install |   24 ++---
 4 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-28 16:48:18 UTC (rev 176286)
+++ extra-i686/PKGBUILD 2013-01-28 16:48:19 UTC (rev 176287)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeedu-kig
-pkgver=4.9.5
-pkgrel=1
-pkgdesc="Interactive Geometry"
-url="http://kde.org/applications/education/kig/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/kig-${pkgver}.tar.xz";)
-sha1sums=('48525b1385f9f1ea7c0fe224e7075d47fb371f0d')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kig-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-
-  # Use the python2 executable
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' 
"${pkgdir}"/usr/bin/pykig.py
-}

Copied: kdeedu-kig/repos/extra-i686/PKGBUILD (from rev 176280, 
kdeedu-kig/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-28 16:48:19 UTC (rev 176287)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeedu-kig
+pkgver=4.9.5
+pkgrel=2
+pkgdesc="Interactive Geometry"
+url="http://kde.org/applications/education/kig/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/kig-${pkgver}.tar.xz";)
+sha1sums=('48525b1385f9f1ea7c0fe224e7075d47fb371f0d')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kig-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+
+  # Use the python2 executable
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' 
"${pkgdir}"/usr/bin/pykig.py
+}

Deleted: extra-i686/kdeedu-kig.install
===
--- extra-i686/kdeedu-kig.install   2013-01-28 16:48:18 UTC (rev 176286)
+++ extra-i686/kdeedu-kig.install   2013-01-28 16:48:19 UTC (rev 176287)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeedu-kig/repos/extra-i686/kdeedu-kig.install (from rev 176280, 
kdeedu-kig/repos/testing-i686/kdeedu-kig.install)
===
--- extra-i686/kdeedu-kig.install   (rev 0)
+++ extra-i686/kdeedu-kig.install   2013-01-28 16:48:19 UTC (rev 176287)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-01-28 16:48:18 UTC (rev 176286)
+++ extra-x86_64/PKGBUILD   2013-01-28 16:48:19 UTC (rev 176287)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeedu-kig
-pkgver=4.9.5
-pkgrel=1
-pkgdesc="Interactive Geometry"
-url="http://kde.org/applications/education/kig/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-

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

2013-01-28 Thread Stéphane Gaudreault
Date: Monday, January 28, 2013 @ 17:48:18
  Author: stephane
Revision: 176286

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

Added:
  hugin/repos/extra-i686/PKGBUILD
(from rev 176280, hugin/repos/testing-i686/PKGBUILD)
  hugin/repos/extra-i686/install
(from rev 176280, hugin/repos/testing-i686/install)
  hugin/repos/extra-x86_64/PKGBUILD
(from rev 176280, hugin/repos/testing-x86_64/PKGBUILD)
  hugin/repos/extra-x86_64/install
(from rev 176280, hugin/repos/testing-x86_64/install)
Deleted:
  hugin/repos/extra-i686/PKGBUILD
  hugin/repos/extra-i686/install
  hugin/repos/extra-x86_64/PKGBUILD
  hugin/repos/extra-x86_64/install
  hugin/repos/testing-i686/
  hugin/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |   74 
 extra-i686/install|   26 
 extra-x86_64/PKGBUILD |   74 
 extra-x86_64/install  |   26 
 4 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-28 16:48:18 UTC (rev 176285)
+++ extra-i686/PKGBUILD 2013-01-28 16:48:18 UTC (rev 176286)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Tobias Kieslich 
-# Contributor: Giovanni Scafora 
-# Contributor: Dominik Ryba 
-
-pkgname=hugin
-pkgver=2012.0.0
-pkgrel=2
-pkgdesc='Panorama photo stitcher'
-url='http://hugin.sourceforge.net/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'autopano-sift-c'
- 'lensfun' 'lapack' 'make' 'perl-image-exiftool' 'desktop-file-utils')
-makedepends=('cmake' 'boost' 'tclap' 'mesa')
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2";)
-sha1sums=('53f97d030716e66dc5a49c7e786686a9d5262b8d')
-
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export CXXFLAGS+=" -fpermissive" 
-   cmake . \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_EXE_LINKER_FLAGS="-lpthread" \
-   -DENABLE_LAPACK=yes \
-   -DBUILD_HSI=no
-   make
-}
-
-package(){
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: hugin/repos/extra-i686/PKGBUILD (from rev 176280, 
hugin/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-28 16:48:18 UTC (rev 176286)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: Giovanni Scafora 
+# Contributor: Dominik Ryba 
+
+pkgname=hugin
+pkgver=2012.0.0
+pkgrel=3
+pkgdesc='Panorama photo stitcher'
+url='http://hugin.sourceforge.net/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'autopano-sift-c'
+ 'lensfun' 'lapack' 'make' 'perl-image-exiftool' 'desktop-file-utils')
+makedepends=('cmake' 'boost' 'tclap' 'mesa')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2";)
+sha1sums=('53f97d030716e66dc5a49c7e786686a9d5262b8d')
+
+install=install
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export CXXFLAGS+=" -fpermissive" 
+   cmake . \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_EXE_LINKER_FLAGS="-lpthread" \
+   -DENABLE_LAPACK=yes \
+   -DBUILD_HSI=no
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/install
===
--- extra-i686/install  2013-01-28 16:48:18 UTC (rev 176285)
+++ extra-i686/install  2013-01-28 16:48:18 UTC (rev 176286)
@@ -1,13 +0,0 @@
-post_upgrade() {
-   gtk-update-icon-cache -q -t -f usr/share/icons/gnome
-   update-desktop-database -q
-   update-mime-database usr/share/mime > /dev/null
-}
-
-post_install() {
-   post_upgrade
-}
-
-post_remove() {
-   post_upgrade
-}

Copied: hugin/repos/extra-i686/install (from rev 176280, 
hugin/repos/testing-i686/install)
===
--- extra-i686/install  (rev 0)
+++ extra-i686/install  2013-01-28 16:48:18 UTC (rev 176286)
@@ -0,0 +1,13 @@
+post_upgrade() {
+   gtk-update-icon-cache -q -t -f usr/share/icons/gnome
+   update-desktop-database -q
+   update-mime-database usr/share/mime > /dev/null
+}
+
+post_install() {
+   post_upgrade
+}
+
+post_remove() {
+   post_upgrade
+}

Deleted: extra-x86_64/PKGBUILD
=

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

2013-01-28 Thread Stéphane Gaudreault
Date: Monday, January 28, 2013 @ 17:48:18
  Author: stephane
Revision: 176285

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

Added:
  enblend-enfuse/repos/extra-i686/PKGBUILD
(from rev 176280, enblend-enfuse/repos/testing-i686/PKGBUILD)
  enblend-enfuse/repos/extra-i686/enblend-4.0-libpng15.patch
(from rev 176280, 
enblend-enfuse/repos/testing-i686/enblend-4.0-libpng15.patch)
  enblend-enfuse/repos/extra-i686/enblend-enfuse.install
(from rev 176280, enblend-enfuse/repos/testing-i686/enblend-enfuse.install)
  enblend-enfuse/repos/extra-i686/libpng-1.4.patch
(from rev 176280, enblend-enfuse/repos/testing-i686/libpng-1.4.patch)
  enblend-enfuse/repos/extra-x86_64/PKGBUILD
(from rev 176280, enblend-enfuse/repos/testing-x86_64/PKGBUILD)
  enblend-enfuse/repos/extra-x86_64/enblend-4.0-libpng15.patch
(from rev 176280, 
enblend-enfuse/repos/testing-x86_64/enblend-4.0-libpng15.patch)
  enblend-enfuse/repos/extra-x86_64/enblend-enfuse.install
(from rev 176280, 
enblend-enfuse/repos/testing-x86_64/enblend-enfuse.install)
  enblend-enfuse/repos/extra-x86_64/libpng-1.4.patch
(from rev 176280, enblend-enfuse/repos/testing-x86_64/libpng-1.4.patch)
Deleted:
  enblend-enfuse/repos/extra-i686/PKGBUILD
  enblend-enfuse/repos/extra-i686/enblend-4.0-libpng15.patch
  enblend-enfuse/repos/extra-i686/enblend-enfuse.install
  enblend-enfuse/repos/extra-i686/libpng-1.4.patch
  enblend-enfuse/repos/extra-x86_64/PKGBUILD
  enblend-enfuse/repos/extra-x86_64/enblend-4.0-libpng15.patch
  enblend-enfuse/repos/extra-x86_64/enblend-enfuse.install
  enblend-enfuse/repos/extra-x86_64/libpng-1.4.patch
  enblend-enfuse/repos/testing-i686/
  enblend-enfuse/repos/testing-x86_64/

-+
 extra-i686/PKGBUILD |   78 ++---
 extra-i686/enblend-4.0-libpng15.patch   |  440 +++---
 extra-i686/enblend-enfuse.install   |   44 +--
 extra-i686/libpng-1.4.patch |   28 -
 extra-x86_64/PKGBUILD   |   78 ++---
 extra-x86_64/enblend-4.0-libpng15.patch |  440 +++---
 extra-x86_64/enblend-enfuse.install |   44 +--
 extra-x86_64/libpng-1.4.patch   |   28 -
 8 files changed, 590 insertions(+), 590 deletions(-)

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


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

2013-01-28 Thread Stéphane Gaudreault
Date: Monday, January 28, 2013 @ 17:48:16
  Author: stephane
Revision: 176284

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

Added:
  ekiga/repos/extra-i686/PKGBUILD
(from rev 176280, ekiga/repos/testing-i686/PKGBUILD)
  ekiga/repos/extra-i686/ekiga.install
(from rev 176280, ekiga/repos/testing-i686/ekiga.install)
  ekiga/repos/extra-x86_64/PKGBUILD
(from rev 176280, ekiga/repos/testing-x86_64/PKGBUILD)
  ekiga/repos/extra-x86_64/ekiga.install
(from rev 176280, ekiga/repos/testing-x86_64/ekiga.install)
Deleted:
  ekiga/repos/extra-i686/PKGBUILD
  ekiga/repos/extra-i686/ekiga.install
  ekiga/repos/extra-x86_64/PKGBUILD
  ekiga/repos/extra-x86_64/ekiga.install
  ekiga/repos/testing-i686/
  ekiga/repos/testing-x86_64/

+
 extra-i686/PKGBUILD|   72 +--
 extra-i686/ekiga.install   |   44 +-
 extra-x86_64/PKGBUILD  |   72 +--
 extra-x86_64/ekiga.install |   44 +-
 4 files changed, 116 insertions(+), 116 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-28 16:48:15 UTC (rev 176283)
+++ extra-i686/PKGBUILD 2013-01-28 16:48:16 UTC (rev 176284)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Tom K 
-
-pkgname=ekiga
-pkgver=4.0.0
-pkgrel=1
-pkgdesc="VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)"
-url="http://www.ekiga.org";
-license=(GPL)
-arch=(i686 x86_64)
-depends=('opal' 'boost-libs' 'libxv' 'libnotify' 'hicolor-icon-theme' 'avahi' 
'gtk2' 'gconf')
-makedepends=('intltool' 'gnome-doc-utils' 'evolution-data-server' 'boost')
-optdepends=('evolution-data-server: Evolution integration')
-options=(!emptydirs)
-groups=('gnome-extra')
-install=ekiga.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('69c544fb0f2e9cb425b9dae131b01e256ad20fd597f1faf0c28f5930b0f1d998')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-schemas-install \
-  --disable-scrollkeeper --enable-dbus
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install
-
-  install -m755 -d "$pkgdir/usr/share/gconf/schemas"
-  gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" 
--domain ekiga "$pkgdir"/etc/gconf/schemas/*.schemas
-  rm -f "$pkgdir"/etc/gconf/schemas/*.schemas
-}

Copied: ekiga/repos/extra-i686/PKGBUILD (from rev 176280, 
ekiga/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-28 16:48:16 UTC (rev 176284)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Tom K 
+
+pkgname=ekiga
+pkgver=4.0.0
+pkgrel=2
+pkgdesc="VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)"
+url="http://www.ekiga.org";
+license=(GPL)
+arch=(i686 x86_64)
+depends=('opal' 'boost-libs' 'libxv' 'libnotify' 'hicolor-icon-theme' 'avahi' 
'gtk2' 'gconf')
+makedepends=('intltool' 'gnome-doc-utils' 'evolution-data-server' 'boost')
+optdepends=('evolution-data-server: Evolution integration')
+options=(!emptydirs)
+groups=('gnome-extra')
+install=ekiga.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('69c544fb0f2e9cb425b9dae131b01e256ad20fd597f1faf0c28f5930b0f1d998')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-schemas-install \
+  --disable-scrollkeeper --enable-dbus
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install
+
+  install -m755 -d "$pkgdir/usr/share/gconf/schemas"
+  gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$pkgname.schemas" 
--domain ekiga "$pkgdir"/etc/gconf/schemas/*.schemas
+  rm -f "$pkgdir"/etc/gconf/schemas/*.schemas
+}

Deleted: extra-i686/ekiga.install
===
--- extra-i686/ekiga.install2013-01-28 16:48:15 UTC (rev 176283)
+++ extra-i686/ekiga.install2013-01-28 16:48:16 UTC (rev 176284)
@@ -1,22 +0,0 @@
-pkgname=ekiga
-
-post_install() {
-  gconfpkg --install $pkgname
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  gconfpkg --uninstall $pkgname
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}

Copied: ekiga/repos/extra-i686/ekiga.install (from rev 176280, 
ekiga/repos/testing-i686/ekiga.install)
===

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

2013-01-28 Thread Stéphane Gaudreault
Date: Monday, January 28, 2013 @ 17:48:15
  Author: stephane
Revision: 176283

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

Added:
  boost/repos/extra-i686/PKGBUILD
(from rev 176280, boost/repos/testing-i686/PKGBUILD)
  boost/repos/extra-x86_64/PKGBUILD
(from rev 176280, boost/repos/testing-x86_64/PKGBUILD)
Deleted:
  boost/repos/extra-i686/PKGBUILD
  boost/repos/extra-x86_64/PKGBUILD
  boost/repos/testing-i686/
  boost/repos/testing-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-28 16:48:15 UTC (rev 176282)
+++ extra-i686/PKGBUILD 2013-01-28 16:48:15 UTC (rev 176283)
@@ -1,113 +0,0 @@
-# $Id$
-# Maintainer: kevin 
-# Contributor: Giovanni Scafora 
-# Contributor: Kritoke 
-# Contributor: Luca Roccia 
-
-pkgbase=boost
-pkgname=('boost-libs' 'boost')
-pkgver=1.50.0
-_boostver=${pkgver//./_}
-pkgrel=4
-arch=('i686' 'x86_64')
-url="http://www.boost.org/";
-makedepends=('icu>=50.1.2' 'python' 'python2' 'bzip2' 'zlib' 'openmpi')
-source=(http://downloads.sourceforge.net/${pkgbase}/${pkgbase}_${_boostver}.tar.gz)
-license=('custom')
-md5sums=('dbc07ab0254df3dda6300fd737b3f264')
-
-_stagedir="${srcdir}/stagedir"
-
-build() {
-  # set python path for bjam
-  cd "${srcdir}/${pkgbase}_${_boostver}/tools"
-  echo "using python : 2.7 : /usr/bin/python2 ;" >> build/v2/user-config.jam
-  echo "using python : 3.3 : /usr/bin/python3 : /usr/include/python3.3m : 
/usr/lib ;" >> build/v2/user-config.jam
-  echo "using mpi ;" >> build/v2/user-config.jam
-
-  cd "${srcdir}"/${pkgbase}_${_boostver}
-
-  # build bjam
-  cd "${srcdir}/${pkgbase}_${_boostver}/tools/build/v2/engine"
-  ./build.sh cc
-
-  _bindir="bin.linuxx86"
-  [ "${CARCH}" = "x86_64" ] && _bindir="bin.linuxx86_64"
-
-  install -d "${_stagedir}"/usr/bin
-  install ${_bindir}/bjam "${_stagedir}"/usr/bin/bjam
-
-  # build tools
-  cd "${srcdir}/${pkgbase}_${_boostver}/tools/"
-  "${_stagedir}"/usr/bin/bjam --toolset=gcc
-
-  # copy the tools
-  cd "${srcdir}/${pkgbase}_${_boostver}/dist/bin"
-  for i in *;do
-  install -m755 "${i}" "${_stagedir}/usr/bin/${i}"
-  done
-
-  #boostbook needed by quickbook
-  cd "${srcdir}/${pkgbase}_${_boostver}/dist/"
-  cp -r share "${_stagedir}"
-
-  # build libs
-  cd "${srcdir}/${pkgbase}_${_boostver}"
-
-  # default "minimal" install: "release link=shared,static
-  # runtime-link=shared threading=single,multi"
-  # --layout=tagged will add the "-mt" suffix for multithreaded libraries
-  # and installs includes in /usr/include/boost.
-  # --layout=system no longer adds the -mt suffix for multi-threaded libs.
-  # install to ${_stagedir} in preparation for split packaging
-
-  "${_stagedir}"/usr/bin/bjam \
-  release debug-symbols=off threading=multi \
-  runtime-link=shared link=shared,static \
-  cflags=-fno-strict-aliasing \
-  toolset=gcc \
-  --prefix="${_stagedir}" \
-  -sTOOLS=gcc \
-  --layout=system \
-  ${MAKEFLAGS} \
-  install
-}
-
-package_boost() {
-pkgdesc="Free peer-reviewed portable C++ source libraries - Development"
-depends=("boost-libs=${pkgver}")
-optdepends=('python3: for python bindings'
-'python2: for python2 bindings'
-   'boost-build: to use boost jam for building your project.')
-
-install -d "${pkgdir}"/usr/{include,lib,share}
-# headers/source files
-cp -r "${_stagedir}"/include/ "${pkgdir}"/usr/
-
-# static libs
-cp -r "${_stagedir}"/lib/*.a "${pkgdir}"/usr/lib/
-
-# utilities (bjam, bcp, pyste)
-cp -r "${_stagedir}"/usr/* "${pkgdir}"/usr/
-
-#boostbook
-cp -r "${_stagedir}"/share/* "${pkgdir}"/usr/share
-
-# license
-install -D -m644 "${srcdir}/${pkgbase}_${_boostver}/LICENSE_1_0.txt" \
-"${pkgdir}"/usr/share/licenses/boost/LICENSE_1_0.txt
-}
-
-package_boost-libs() {
-pkgdesc="Free peer-reviewed portable C++ source libraries - Runtime"
-depends=('gcc-libs' 'bzip2' 'zlib' 'icu')
-optdepends=('openmpi: for mpi support')
-
-install -d "${pkgdir}/usr/lib"
-#shared libs
-cp -r "${_stagedir}"/lib/*.so{,.*} "${pkgdir}/usr/lib/"
-
-# license
-install -D -m644 "${srcdir}/${pkgbase}_${_boostver}/LICENSE_1_0.txt" \
-"${pkgdir}"/usr/share/licenses/boost-libs/LICENSE_1_0.txt
-}

Copied: boost/repos/extra-i686/PKGBUILD (from rev 176280, 
boost/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-28 16:48:15 UTC (rev 176283)
@@ -0,0 +1,115 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+# Maintainer: Ionut Biru 
+# Contributor: kevin 
+# Contributor: Giovanni Sca

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

2013-01-28 Thread Stéphane Gaudreault
Date: Monday, January 28, 2013 @ 17:48:15
  Author: stephane
Revision: 176282

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

Added:
  avogadro/repos/extra-i686/PKGBUILD
(from rev 176280, avogadro/repos/testing-i686/PKGBUILD)
  avogadro/repos/extra-i686/avogadro.install
(from rev 176280, avogadro/repos/testing-i686/avogadro.install)
  avogadro/repos/extra-x86_64/PKGBUILD
(from rev 176280, avogadro/repos/testing-x86_64/PKGBUILD)
  avogadro/repos/extra-x86_64/avogadro.install
(from rev 176280, avogadro/repos/testing-x86_64/avogadro.install)
Deleted:
  avogadro/repos/extra-i686/PKGBUILD
  avogadro/repos/extra-i686/avogadro.install
  avogadro/repos/extra-x86_64/PKGBUILD
  avogadro/repos/extra-x86_64/avogadro.install
  avogadro/repos/testing-i686/
  avogadro/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |   66 
 extra-i686/avogadro.install   |   22 ++---
 extra-x86_64/PKGBUILD |   66 
 extra-x86_64/avogadro.install |   22 ++---
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-28 16:48:14 UTC (rev 176281)
+++ extra-i686/PKGBUILD 2013-01-28 16:48:15 UTC (rev 176282)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino 
-# Contributor: Nick B 
-
-pkgname=avogadro
-pkgver=1.1.0
-pkgrel=2
-pkgdesc="An advanced molecular editor based on Qt"
-arch=('i686' 'x86_64')
-url="http://avogadro.openmolecules.net/wiki/Main_Page";
-license=('GPL2')
-depends=('eigen2' 'openbabel' 'python2-pyqt' 'boost-libs' 'glew' 
'python2-numpy')
-makedepends=('cmake' 'boost' 'doxygen' 'mesa')
-install=avogadro.install
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('f4fbef5ffc69cc312b2316426c36a78d')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DQT_MKSPECS_RELATIVE=share/qt/mkspecs
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: avogadro/repos/extra-i686/PKGBUILD (from rev 176280, 
avogadro/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-28 16:48:15 UTC (rev 176282)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino 
+# Contributor: Nick B 
+
+pkgname=avogadro
+pkgver=1.1.0
+pkgrel=3
+pkgdesc="An advanced molecular editor based on Qt"
+arch=('i686' 'x86_64')
+url="http://avogadro.openmolecules.net/wiki/Main_Page";
+license=('GPL2')
+depends=('eigen2' 'openbabel' 'python2-pyqt' 'boost-libs' 'glew' 
'python2-numpy')
+makedepends=('cmake' 'boost' 'doxygen' 'mesa')
+install=avogadro.install
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('f4fbef5ffc69cc312b2316426c36a78d')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2 \
+-DQT_MKSPECS_RELATIVE=share/qt/mkspecs
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/avogadro.install
===
--- extra-i686/avogadro.install 2013-01-28 16:48:14 UTC (rev 176281)
+++ extra-i686/avogadro.install 2013-01-28 16:48:15 UTC (rev 176282)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: avogadro/repos/extra-i686/avogadro.install (from rev 176280, 
avogadro/repos/testing-i686/avogadro.install)
===
--- extra-i686/avogadro.install (rev 0)
+++ extra-i686/avogadro.install 2013-01-28 16:48:15 UTC (rev 176282)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-01-28 16:48:14 UTC (rev 176281)
+++ extra-x86_64/PKGBUILD   2013-01-28 16:48:15 UTC (rev 176282)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino 
-# Contributor: Nick B 
-
-pkgname=avogadro
-pkgver=1.1.0
-pkgrel=2
-pkgdesc="An advanced molecular editor based on Qt"
-arch=('i686' 'x86_64')
-url="http://avogadro.openmolecules.net/wiki/Main_Page";
-license=('GPL2')
-depends=('eigen2' 'openbabel' 'python2-pyqt' 'boost-libs' 'glew' 
'python2-numpy')
-makedepends=('cmake' 'boost' 'doxygen' 'mesa')
-install=avo

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

2013-01-28 Thread Stéphane Gaudreault
Date: Monday, January 28, 2013 @ 17:48:14
  Author: stephane
Revision: 176281

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

Added:
  akonadi/repos/extra-i686/PKGBUILD
(from rev 176280, akonadi/repos/testing-i686/PKGBUILD)
  akonadi/repos/extra-i686/akonadi.install
(from rev 176280, akonadi/repos/testing-i686/akonadi.install)
  akonadi/repos/extra-x86_64/PKGBUILD
(from rev 176280, akonadi/repos/testing-x86_64/PKGBUILD)
  akonadi/repos/extra-x86_64/akonadi.install
(from rev 176280, akonadi/repos/testing-x86_64/akonadi.install)
Deleted:
  akonadi/repos/extra-i686/PKGBUILD
  akonadi/repos/extra-i686/akonadi.install
  akonadi/repos/extra-x86_64/PKGBUILD
  akonadi/repos/extra-x86_64/akonadi.install
  akonadi/repos/testing-i686/
  akonadi/repos/testing-x86_64/

--+
 extra-i686/PKGBUILD  |   62 -
 extra-i686/akonadi.install   |   22 +++---
 extra-x86_64/PKGBUILD|   62 -
 extra-x86_64/akonadi.install |   22 +++---
 4 files changed, 84 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-01-28 16:40:39 UTC (rev 176280)
+++ extra-i686/PKGBUILD 2013-01-28 16:48:14 UTC (rev 176281)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=akonadi
-pkgver=1.8.1
-pkgrel=1
-pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
-arch=('i686' 'x86_64')
-url='http://community.kde.org/KDE_PIM/Akonadi'
-license=('LGPL')
-depends=('shared-mime-info' 'boost-libs' 'mysql' 'soprano')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
-install="${pkgname}.install"
-source=("http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('39411abc7bec8a485362ea7460e7e3d7')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: akonadi/repos/extra-i686/PKGBUILD (from rev 176280, 
akonadi/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-01-28 16:48:14 UTC (rev 176281)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=akonadi
+pkgver=1.8.1
+pkgrel=2
+pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
+arch=('i686' 'x86_64')
+url='http://community.kde.org/KDE_PIM/Akonadi'
+license=('LGPL')
+depends=('shared-mime-info' 'boost-libs' 'mysql' 'soprano')
+makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('39411abc7bec8a485362ea7460e7e3d7')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/akonadi.install
===
--- extra-i686/akonadi.install  2013-01-28 16:40:39 UTC (rev 176280)
+++ extra-i686/akonadi.install  2013-01-28 16:48:14 UTC (rev 176281)
@@ -1,11 +0,0 @@
-post_install() {
-   update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: akonadi/repos/extra-i686/akonadi.install (from rev 176280, 
akonadi/repos/testing-i686/akonadi.install)
===
--- extra-i686/akonadi.install  (rev 0)
+++ extra-i686/akonadi.install  2013-01-28 16:48:14 UTC (rev 176281)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-01-28 16:40:39 UTC (rev 176280)
+++ extra-x86_64/PKGBUILD   2013-01-28 16:48:14 UTC (rev 176281)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=akonadi
-pkgver=1.8.1
-pkgrel=1
-pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
-arch=('i686' 'x86_64')
-url='http://community.kde.org/KDE_PIM/Akonadi'
-license=('LGPL')
-depends=('shared-mime-info' 'boost-libs' 'mysql' 'soprano')
-makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost')
-install="${pkgname}.install"
-source=("http://download

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

2013-01-28 Thread Andreas Radke
Date: Monday, January 28, 2013 @ 17:40:39
  Author: andyrtr
Revision: 176280

archrelease: copy trunk to extra-any

Added:
  getmail/repos/extra-any/PKGBUILD
(from rev 176279, getmail/trunk/PKGBUILD)
Deleted:
  getmail/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-01-28 16:40:29 UTC (rev 176279)
+++ PKGBUILD2013-01-28 16:40:39 UTC (rev 176280)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Committer: Manolis Tzanidakis 
-
-pkgname=getmail
-pkgver=4.36.0
-pkgrel=1
-pkgdesc="A POP3 mail retriever with reliable Maildir and command delivery."
-arch=(any)
-url="http://pyropus.ca/software/getmail";
-license=("GPL")
-depends=('python2')
-source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('420bdcb96adf43d76b9d46ba6aa71c05')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python2 setup.py build
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python2 setup.py install --root=${pkgdir}
-  # fix some broken shebang calls
-  sed -i -e "s|#![ ]*/usr/bin/env python|#!/usr/bin/env python2|" 
$pkgdir/usr/lib/python2.7/site-packages/getmailcore/__init__.py
-  sed -i -e "s|#![ ]*/usr/bin/env python2.3|#!/usr/bin/env python2|" $(find 
$pkgdir -name '*.py')
-}

Copied: getmail/repos/extra-any/PKGBUILD (from rev 176279, 
getmail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-01-28 16:40:39 UTC (rev 176280)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Committer: Manolis Tzanidakis 
+
+pkgname=getmail
+pkgver=4.37.0
+pkgrel=1
+pkgdesc="A POP3 mail retriever with reliable Maildir and command delivery."
+arch=(any)
+url="http://pyropus.ca/software/getmail";
+license=("GPL")
+depends=('python2')
+source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
+md5sums=('ba3707b6ff4f654442bb7e247b4ba7bb')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python2 setup.py build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python2 setup.py install --root=${pkgdir}
+  # fix some broken shebang calls
+  sed -i -e "s|#![ ]*/usr/bin/env python|#!/usr/bin/env python2|" 
$pkgdir/usr/lib/python2.7/site-packages/getmailcore/__init__.py
+  sed -i -e "s|#![ ]*/usr/bin/env python2.3|#!/usr/bin/env python2|" $(find 
$pkgdir -name '*.py')
+}



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

2013-01-28 Thread Andreas Radke
Date: Monday, January 28, 2013 @ 17:40:29
  Author: andyrtr
Revision: 176279

upgpkg: getmail 4.37.0-1

upstream update 4.37.0

Modified:
  getmail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-28 16:38:37 UTC (rev 176278)
+++ PKGBUILD2013-01-28 16:40:29 UTC (rev 176279)
@@ -3,7 +3,7 @@
 # Committer: Manolis Tzanidakis 
 
 pkgname=getmail
-pkgver=4.36.0
+pkgver=4.37.0
 pkgrel=1
 pkgdesc="A POP3 mail retriever with reliable Maildir and command delivery."
 arch=(any)
@@ -11,7 +11,7 @@
 license=("GPL")
 depends=('python2')
 
source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('420bdcb96adf43d76b9d46ba6aa71c05')
+md5sums=('ba3707b6ff4f654442bb7e247b4ba7bb')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-01-28 Thread Andreas Radke
Date: Monday, January 28, 2013 @ 17:38:37
  Author: andyrtr
Revision: 176278

archrelease: copy trunk to testing-any

Added:
  man-pages/repos/testing-any/
  man-pages/repos/testing-any/PKGBUILD
(from rev 176277, man-pages/trunk/PKGBUILD)

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

Copied: man-pages/repos/testing-any/PKGBUILD (from rev 176277, 
man-pages/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-01-28 16:38:37 UTC (rev 176278)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=man-pages
+pkgver=3.46
+_posixver=2003-a
+pkgrel=1
+pkgdesc="Linux man pages"
+arch=('any')
+license=('GPL')
+url="http://man7.org/linux/man-pages/index.html";
+groups=('base')
+depends=()
+source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
+
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.bz2)
+md5sums=('eba99dc469e526c3de2e91fe0a0ddc43'
+ '7c78aff03c0a6767ba483d34f19e4b09')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  
+  # move the posix pages
+  mkdir -p ${srcdir}/$pkgname-$pkgver/man0
+  for sect in 0 1 3; do
+sed -i "/^\.so /s/man${sect}p/man$sect/" 
"${srcdir}/$pkgname-posix-${_posixver}/man${sect}p"/*
+mv -iv "${srcdir}/$pkgname-posix-${_posixver}/man${sect}p"/* 
"${srcdir}/$pkgname-$pkgver/man$sect/"
+  done
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make prefix=${pkgdir}/usr install
+
+  cd ${pkgdir}/usr/share/man
+  # these are included in coreutils || return 1
+  rm -f man1/{chgrp,chmod,chown,cp,dir,dd}.1
+  rm -f man1/{df,dircolors,du,install,ln,ls}.1
+  rm -f man1/{mkdir,mkfifo,mknod,mv,rm,rmdir}.1
+  rm -f man1/{touch,vdir}.1
+  # this is included in shadow
+  rm -f man5/passwd.5
+  rm -f man3/getspnam.3
+  # this is included in diffutils
+  rm -f man1/diff.1
+  # this is included in xf86-input-mouse
+  rm -f man4/mouse.4
+}



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

2013-01-28 Thread Andreas Radke
Date: Monday, January 28, 2013 @ 17:38:23
  Author: andyrtr
Revision: 176277

upgpkg: man-pages 3.46-1

upstream update 3.46

Modified:
  man-pages/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-28 16:22:42 UTC (rev 176276)
+++ PKGBUILD2013-01-28 16:38:23 UTC (rev 176277)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=man-pages
-pkgver=3.45
+pkgver=3.46
 _posixver=2003-a
 pkgrel=1
 pkgdesc="Linux man pages"
@@ -13,7 +13,7 @@
 depends=()
 source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.bz2)
-md5sums=('aae96aeca4f7e89c5b47b6a67ec42e7f'
+md5sums=('eba99dc469e526c3de2e91fe0a0ddc43'
  '7c78aff03c0a6767ba483d34f19e4b09')
 
 build() {



[arch-commits] Commit in kdebase-workspace/kde-unstable (PKGBUILD kdm)

2013-01-28 Thread Andrea Scarpino
Date: Monday, January 28, 2013 @ 17:22:42
  Author: andrea
Revision: 176276

Drop rc.d/kdm in KDE 4.10

Modified:
  kdebase-workspace/kde-unstable/PKGBUILD
Deleted:
  kdebase-workspace/kde-unstable/kdm

--+
 PKGBUILD |3 +--
 kdm  |   36 
 2 files changed, 1 insertion(+), 38 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-28 16:06:49 UTC (rev 176275)
+++ PKGBUILD2013-01-28 16:22:42 UTC (rev 176276)
@@ -26,7 +26,7 @@
 install="${pkgname}.install"
 backup=('usr/share/config/kdm/kdmrc')
 
source=("http://download.kde.org/unstable/${pkgver}/src/${_pkgname}-${pkgver}.tar.xz";
-'kdm' 'kde.pam' 'kde-np.pam' 'kscreensaver.pam' 'kdm.service' 
'kdm.logrotate'
+'kde.pam' 'kde-np.pam' 'kscreensaver.pam' 'kdm.service' 'kdm.logrotate'
 'etc-scripts.patch' 'terminate-server.patch' 'kdm-xinitrd.patch')
 sha1sums=('e3fca63a2a37e78b5a6505af2329558284f9c5da'
   '5db3a245201bd4a50e65aa2ef583cf5490e4f646'
@@ -81,7 +81,6 @@
install -d -m755 "${pkgdir}"/etc/kde/{env,shutdown}
 
install -d -g 135 -o 135 "${pkgdir}"/var/lib/kdm
-install -D -m755 "${srcdir}"/kdm "${pkgdir}"/etc/rc.d/kdm
 install -D -m644 "${srcdir}"/kdm.service \
   "${pkgdir}"/usr/lib/systemd/system/kdm.service
 install -Dm644 "${srcdir}"/kdm.logrotate "${pkgdir}"/etc/logrotate.d/kdm

Deleted: kdm
===
--- kdm 2013-01-28 16:06:49 UTC (rev 176275)
+++ kdm 2013-01-28 16:22:42 UTC (rev 176276)
@@ -1,36 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-PID=$(pidof -o %PPID /usr/bin/kdm)
-case "$1" in
-  start)
-stat_busy "Starting KDE Desktop Manager"
-[ -z "$PID" ] && /usr/bin/kdm &>/dev/null
-if [ $? -gt 0 ]; then
-  stat_fail
-else
-  add_daemon kdm
-  stat_done
-fi
-;;
-  stop)
-stat_busy "Stopping KDE Desktop Manager"
-[ ! -z "$PID" ]  && kill $PID &> /dev/null
-if [ $? -gt 0 ]; then
-  stat_fail
-else
-  rm_daemon kdm
-  stat_done
-fi
-;;
-  restart)
-$0 stop
-sleep 3
-$0 start
-;;
-  *)
-echo "usage: $0 {start|stop|restart}"
-esac
-exit 0



[arch-commits] Commit in ntfs-3g_ntfsprogs/repos (4 files)

2013-01-28 Thread Eric Bélanger
Date: Monday, January 28, 2013 @ 17:06:49
  Author: eric
Revision: 176275

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

Added:
  ntfs-3g_ntfsprogs/repos/staging-i686/
  ntfs-3g_ntfsprogs/repos/staging-i686/PKGBUILD
(from rev 176274, ntfs-3g_ntfsprogs/trunk/PKGBUILD)
  ntfs-3g_ntfsprogs/repos/staging-x86_64/
  ntfs-3g_ntfsprogs/repos/staging-x86_64/PKGBUILD
(from rev 176274, ntfs-3g_ntfsprogs/trunk/PKGBUILD)

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

Copied: ntfs-3g_ntfsprogs/repos/staging-i686/PKGBUILD (from rev 176274, 
ntfs-3g_ntfsprogs/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-01-28 16:06:49 UTC (rev 176275)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: Ronald van Haren 
+# Contributor: Thomas B�chler 
+
+pkgbase=ntfs-3g_ntfsprogs
+pkgname=('ntfs-3g' 'ntfsprogs')
+pkgver=2013.1.13
+pkgrel=1
+url="http://www.tuxera.com/community/ntfs-3g-download/";
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('glibc' 'fuse')
+options=('!libtool')
+source=(http://tuxera.com/opensource/$pkgbase-$pkgver.tgz)
+sha1sums=('8c12b7644d90ae9fb8d0aca0d7ebd5f8fac2c818')
+
+build() {
+  cd "$srcdir/$pkgbase-$pkgver"
+  ./configure --prefix=/usr \
+--with-fuse=external --disable-static \
+--enable-posix-acls --disable-ldconfig \
+--mandir=/usr/share/man
+  make
+}
+
+package_ntfs-3g() {
+  pkgdesc="Stable read and write NTFS driver"
+
+  for DIR in src libntfs-3g include; do
+cd "$srcdir/$pkgbase-$pkgver/$DIR"
+make DESTDIR="$pkgdir" install
+  done
+
+  mv "$pkgdir"/bin/* "$pkgdir"/usr/bin/
+  rm -rf "$pkgdir"/{s,}bin
+  rmdir "$pkgdir/lib"
+
+  cd "$pkgdir"/usr/bin
+  ln -s ntfs-3g mount.ntfs
+  ln -s ntfs-3g mount.ntfs-3g
+  ln -s lowntfs-3g mount.lowntfs-3g
+}
+
+package_ntfsprogs() {
+  pkgdesc="NTFS filesystem utilities"
+  depends=('util-linux' 'ntfs-3g')
+
+  cd "$srcdir/$pkgbase-$pkgver/ntfsprogs"
+  make DESTDIR="$pkgdir" install
+
+  mv "$pkgdir"/sbin/* "$pkgdir"/usr/bin/
+  rm -rf "$pkgdir"/sbin
+}

Copied: ntfs-3g_ntfsprogs/repos/staging-x86_64/PKGBUILD (from rev 176274, 
ntfs-3g_ntfsprogs/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-01-28 16:06:49 UTC (rev 176275)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: Ronald van Haren 
+# Contributor: Thomas B�chler 
+
+pkgbase=ntfs-3g_ntfsprogs
+pkgname=('ntfs-3g' 'ntfsprogs')
+pkgver=2013.1.13
+pkgrel=1
+url="http://www.tuxera.com/community/ntfs-3g-download/";
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('glibc' 'fuse')
+options=('!libtool')
+source=(http://tuxera.com/opensource/$pkgbase-$pkgver.tgz)
+sha1sums=('8c12b7644d90ae9fb8d0aca0d7ebd5f8fac2c818')
+
+build() {
+  cd "$srcdir/$pkgbase-$pkgver"
+  ./configure --prefix=/usr \
+--with-fuse=external --disable-static \
+--enable-posix-acls --disable-ldconfig \
+--mandir=/usr/share/man
+  make
+}
+
+package_ntfs-3g() {
+  pkgdesc="Stable read and write NTFS driver"
+
+  for DIR in src libntfs-3g include; do
+cd "$srcdir/$pkgbase-$pkgver/$DIR"
+make DESTDIR="$pkgdir" install
+  done
+
+  mv "$pkgdir"/bin/* "$pkgdir"/usr/bin/
+  rm -rf "$pkgdir"/{s,}bin
+  rmdir "$pkgdir/lib"
+
+  cd "$pkgdir"/usr/bin
+  ln -s ntfs-3g mount.ntfs
+  ln -s ntfs-3g mount.ntfs-3g
+  ln -s lowntfs-3g mount.lowntfs-3g
+}
+
+package_ntfsprogs() {
+  pkgdesc="NTFS filesystem utilities"
+  depends=('util-linux' 'ntfs-3g')
+
+  cd "$srcdir/$pkgbase-$pkgver/ntfsprogs"
+  make DESTDIR="$pkgdir" install
+
+  mv "$pkgdir"/sbin/* "$pkgdir"/usr/bin/
+  rm -rf "$pkgdir"/sbin
+}



[arch-commits] Commit in ntfs-3g_ntfsprogs/trunk (PKGBUILD)

2013-01-28 Thread Eric Bélanger
Date: Monday, January 28, 2013 @ 17:06:22
  Author: eric
Revision: 176274

upgpkg: ntfs-3g_ntfsprogs 2013.1.13-1

Upstream update, Fix url

Modified:
  ntfs-3g_ntfsprogs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-28 13:34:31 UTC (rev 176273)
+++ PKGBUILD2013-01-28 16:06:22 UTC (rev 176274)
@@ -5,16 +5,15 @@
 
 pkgbase=ntfs-3g_ntfsprogs
 pkgname=('ntfs-3g' 'ntfsprogs')
-pkgver=2012.1.15
-pkgrel=4
-url="http://www.tuxera.com";
+pkgver=2013.1.13
+pkgrel=1
+url="http://www.tuxera.com/community/ntfs-3g-download/";
 arch=('i686' 'x86_64')
 license=('GPL2')
 depends=('glibc' 'fuse')
-makedepends=('pkgconfig')
 options=('!libtool')
 source=(http://tuxera.com/opensource/$pkgbase-$pkgver.tgz)
-sha1sums=('8d55cf49afde172fefa369a0a85289e09c4d7bbb')
+sha1sums=('8c12b7644d90ae9fb8d0aca0d7ebd5f8fac2c818')
 
 build() {
   cd "$srcdir/$pkgbase-$pkgver"



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

2013-01-28 Thread Thorsten Töpper
Date: Monday, January 28, 2013 @ 16:23:21
  Author: ttoepper
Revision: 83237

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

Added:
  i3lock/repos/community-testing-i686/
  i3lock/repos/community-testing-i686/PKGBUILD
(from rev 83236, i3lock/trunk/PKGBUILD)
  i3lock/repos/community-testing-x86_64/
  i3lock/repos/community-testing-x86_64/PKGBUILD
(from rev 83236, i3lock/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   38 
 community-testing-x86_64/PKGBUILD |   38 
 2 files changed, 76 insertions(+)

Copied: i3lock/repos/community-testing-i686/PKGBUILD (from rev 83236, 
i3lock/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-01-28 15:23:21 UTC (rev 83237)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Thorsten Töpper 
+
+pkgname=i3lock
+pkgver=2.4.1
+pkgrel=2
+pkgdesc="An improved screenlocker based upon XCB and PAM"
+arch=('i686' 'x86_64')
+url="http://i3wm.org/i3lock/";
+license=('MIT')
+groups=("i3")
+depends=('xcb-util-image' 'xcb-util-keysyms' 'pam' 'libev' 'cairo')
+options=('docs')
+backup=("etc/pam.d/i3lock")
+source=("http://i3wm.org/i3lock/$pkgname-$pkgver.tar.bz2";)
+md5sums=('fbc954133a6335be89e394d9ec85fcfd')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  
+  # Fix ticket FS#31544, sed line taken from gentoo
+  sed -i -e 's:login:system-auth:' i3lock.pam
+
+  make
+  gzip i3lock.1
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  
+  install -Dm644 i3lock.1.gz ${pkgdir}/usr/share/man/man1/i3lock.1.gz
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  make clean
+}
+
+# vim:set ts=2 sw=2 et:
+

Copied: i3lock/repos/community-testing-x86_64/PKGBUILD (from rev 83236, 
i3lock/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-01-28 15:23:21 UTC (rev 83237)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Thorsten Töpper 
+
+pkgname=i3lock
+pkgver=2.4.1
+pkgrel=2
+pkgdesc="An improved screenlocker based upon XCB and PAM"
+arch=('i686' 'x86_64')
+url="http://i3wm.org/i3lock/";
+license=('MIT')
+groups=("i3")
+depends=('xcb-util-image' 'xcb-util-keysyms' 'pam' 'libev' 'cairo')
+options=('docs')
+backup=("etc/pam.d/i3lock")
+source=("http://i3wm.org/i3lock/$pkgname-$pkgver.tar.bz2";)
+md5sums=('fbc954133a6335be89e394d9ec85fcfd')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  
+  # Fix ticket FS#31544, sed line taken from gentoo
+  sed -i -e 's:login:system-auth:' i3lock.pam
+
+  make
+  gzip i3lock.1
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  
+  install -Dm644 i3lock.1.gz ${pkgdir}/usr/share/man/man1/i3lock.1.gz
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  make clean
+}
+
+# vim:set ts=2 sw=2 et:
+



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

2013-01-28 Thread Thorsten Töpper
Date: Monday, January 28, 2013 @ 16:23:15
  Author: ttoepper
Revision: 83236

upgpkg: i3lock 2.4.1-2 - FS#31544

Modified:
  i3lock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-28 14:43:38 UTC (rev 83235)
+++ PKGBUILD2013-01-28 15:23:15 UTC (rev 83236)
@@ -3,7 +3,7 @@
 
 pkgname=i3lock
 pkgver=2.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc="An improved screenlocker based upon XCB and PAM"
 arch=('i686' 'x86_64')
 url="http://i3wm.org/i3lock/";
@@ -17,6 +17,10 @@
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
+  
+  # Fix ticket FS#31544, sed line taken from gentoo
+  sed -i -e 's:login:system-auth:' i3lock.pam
+
   make
   gzip i3lock.1
 }



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

2013-01-28 Thread Timothy Redaelli
Date: Monday, January 28, 2013 @ 15:43:38
  Author: tredaelli
Revision: 83235

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

Added:
  os-prober/repos/community-i686/PKGBUILD
(from rev 83234, os-prober/trunk/PKGBUILD)
  os-prober/repos/community-x86_64/PKGBUILD
(from rev 83234, os-prober/trunk/PKGBUILD)
Deleted:
  os-prober/repos/community-i686/PKGBUILD
  os-prober/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-28 14:42:59 UTC (rev 83234)
+++ community-i686/PKGBUILD 2013-01-28 14:43:38 UTC (rev 83235)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: darkcoder 
-
-pkgname=os-prober
-pkgver=1.57
-pkgrel=2
-pkgdesc="Utility to detect other OSes on a set of drives"
-url="http://joey.kitenet.net/code/os-prober/";
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('sh')
-source=(ftp://ftp.debian.org/debian/pool/main/o/${pkgname}/${pkgname}_${pkgver}.tar.gz)
-md5sums=('67548b17d55cc32c1168bb5a4061170d')
-sha256sums=('d63c6cbb825a7e411aac5e4805edc6db2fbf77a59282b71c10bd29723b8d860c')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # adjust lib dir to allow detection of 64-bit distros
-  sed -i -e "s:/lib/ld\*\.so\*:/lib*/ld*.so*:g" 
os-probes/mounted/common/90linux-distro
-
-  rm -f Makefile
-  make newns
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  install -Dm755 linux-boot-prober "$pkgdir"/usr/bin/linux-boot-prober
-  install -Dm755 os-prober "$pkgdir"/usr/bin/os-prober
-  install -Dm755 newns "$pkgdir"/usr/lib/os-prober/newns
-  install -Dm755 common.sh $pkgdir/usr/share/os-prober/common.sh  
-
-  for dir in os-probes os-probes/mounted os-probes/init linux-boot-probes 
linux-boot-probes/mounted; do
-install -dm755 "$pkgdir/usr/lib/$dir"
-install -m755 -t "$pkgdir/usr/lib/$dir" "$dir"/common/*
-[[ -d "$dir"/x86 ]] && install -m755 -t "$pkgdir/usr/lib/$dir" "$dir"/x86/*
-  done
-
-  install -Dm755 os-probes/mounted/powerpc/20macosx 
$pkgdir/usr/lib/os-probes/mounted/20macosx
-}

Copied: os-prober/repos/community-i686/PKGBUILD (from rev 83234, 
os-prober/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-28 14:43:38 UTC (rev 83235)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: darkcoder 
+
+pkgname=os-prober
+pkgver=1.57
+pkgrel=3
+pkgdesc="Utility to detect other OSes on a set of drives"
+url="http://joey.kitenet.net/code/os-prober/";
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('sh')
+source=(ftp://ftp.debian.org/debian/pool/main/o/${pkgname}/${pkgname}_${pkgver}.tar.gz)
+md5sums=('67548b17d55cc32c1168bb5a4061170d')
+sha256sums=('d63c6cbb825a7e411aac5e4805edc6db2fbf77a59282b71c10bd29723b8d860c')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # adjust lib dir to allow detection of 64-bit distros
+  sed -i -e "s:/lib/ld\*\.so\*:/lib*/ld*.so*:g" 
os-probes/mounted/common/90linux-distro
+
+  rm -f Makefile
+  make newns
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  install -Dm755 linux-boot-prober "$pkgdir"/usr/bin/linux-boot-prober
+  install -Dm755 os-prober "$pkgdir"/usr/bin/os-prober
+  install -Dm755 newns "$pkgdir"/usr/lib/os-prober/newns
+  install -Dm755 common.sh $pkgdir/usr/share/os-prober/common.sh  
+
+  for dir in os-probes os-probes/mounted os-probes/init linux-boot-probes 
linux-boot-probes/mounted; do
+install -dm755 "$pkgdir/usr/lib/$dir"
+install -m755 -t "$pkgdir/usr/lib/$dir" "$dir"/common/*
+[[ -d "$dir"/x86 ]] && install -m755 -t "$pkgdir/usr/lib/$dir" "$dir"/x86/*
+  done
+
+  install -Dm755 os-probes/mounted/powerpc/20macosx 
"$pkgdir"/usr/lib/os-probes/mounted/20macosx
+
+  install -dm755 "$pkgdir"/var/lib/os-prober
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-01-28 14:42:59 UTC (rev 83234)
+++ community-x86_64/PKGBUILD   2013-01-28 14:43:38 UTC (rev 83235)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: darkcoder 
-
-pkgname=os-prober
-pkgver=1.57
-pkgrel=2
-pkgdesc="Utility to detect other OSes on a set of drives"
-url="http://joey.kitenet.net/code/os-prober/";
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('sh')
-source=(ftp://ftp.debian.org/debian/pool/main/o/${pkgname}/${pkgname}_${pkgver}.tar.gz)
-md5sums=('67548b17d55cc32c1168bb5a4061170d')
-sha256sums=('d63c6cbb825a7e411aac5e4805edc6db2fbf77a59282b71c10bd29723b8d860c')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # adjust lib dir to allow detection of 64-bit distros

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

2013-01-28 Thread Timothy Redaelli
Date: Monday, January 28, 2013 @ 15:42:59
  Author: tredaelli
Revision: 83234

upgpkg: os-prober 1.57-3

Make empty /var/lib/os-prober directory (FS#33563)

Modified:
  os-prober/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-28 14:16:05 UTC (rev 83233)
+++ PKGBUILD2013-01-28 14:42:59 UTC (rev 83234)
@@ -4,7 +4,7 @@
 
 pkgname=os-prober
 pkgver=1.57
-pkgrel=2
+pkgrel=3
 pkgdesc="Utility to detect other OSes on a set of drives"
 url="http://joey.kitenet.net/code/os-prober/";
 arch=('i686' 'x86_64')
@@ -38,5 +38,7 @@
 [[ -d "$dir"/x86 ]] && install -m755 -t "$pkgdir/usr/lib/$dir" "$dir"/x86/*
   done
 
-  install -Dm755 os-probes/mounted/powerpc/20macosx 
$pkgdir/usr/lib/os-probes/mounted/20macosx
+  install -Dm755 os-probes/mounted/powerpc/20macosx 
"$pkgdir"/usr/lib/os-probes/mounted/20macosx
+
+  install -dm755 "$pkgdir"/var/lib/os-prober
 }



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

2013-01-28 Thread Sergej Pupykin
Date: Monday, January 28, 2013 @ 15:16:05
  Author: spupykin
Revision: 83233

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

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

+
 community-i686/PKGBUILD|   60 +++
 community-i686/hevea.install   |   26 
 community-x86_64/PKGBUILD  |   60 +++
 community-x86_64/hevea.install |   26 
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-28 14:15:44 UTC (rev 83232)
+++ community-i686/PKGBUILD 2013-01-28 14:16:05 UTC (rev 83233)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Brian Nguyen 
-# Original Packager: Tom K 
-
-pkgname=hevea
-pkgver=2.01
-pkgrel=1
-pkgdesc="A quite complete and fast LATEX to HTML translator"
-arch=(i686 x86_64)
-depends=('ocaml')
-license=('GPL')
-url="http://pauillac.inria.fr/~maranget/hevea/";
-install=hevea.install
-source=(http://pauillac.inria.fr/~maranget/$pkgname/distri/$pkgname-$pkgver.tar.gz)
-md5sums=('81f6fba8918ccc319e508983eff374fb')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's:usr/local:usr:' Makefile
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's:/usr:$PREFIX:' config.sh
-  make install PREFIX=$pkgdir/usr
-  mkdir -p $pkgdir/usr/share/texmf/tex/latex
-  ln -s /usr/lib/hevea/hevea.sty $pkgdir/usr/share/texmf/tex/latex/hevea.sty
-}

Copied: hevea/repos/community-i686/PKGBUILD (from rev 83232, 
hevea/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-28 14:16:05 UTC (rev 83233)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Brian Nguyen 
+# Original Packager: Tom K 
+
+pkgname=hevea
+pkgver=2.02
+pkgrel=1
+pkgdesc="A quite complete and fast LATEX to HTML translator"
+arch=(i686 x86_64)
+depends=('ocaml')
+license=('GPL')
+url="http://pauillac.inria.fr/~maranget/hevea/";
+install=hevea.install
+source=(http://pauillac.inria.fr/~maranget/$pkgname/distri/$pkgname-$pkgver.tar.gz)
+md5sums=('b0331fdf123c21ce02f15c890d268306')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's:usr/local:usr:' Makefile
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's:/usr:$PREFIX:' config.sh
+  make install PREFIX=$pkgdir/usr
+  mkdir -p $pkgdir/usr/share/texmf/tex/latex
+  ln -s /usr/lib/hevea/hevea.sty $pkgdir/usr/share/texmf/tex/latex/hevea.sty
+}

Deleted: community-i686/hevea.install
===
--- community-i686/hevea.install2013-01-28 14:15:44 UTC (rev 83232)
+++ community-i686/hevea.install2013-01-28 14:16:05 UTC (rev 83233)
@@ -1,13 +0,0 @@
-post_install() {
-  echo "HEVEA is fully functional when other software are installed:"
-  echo "* A modern LaTeX installation including dvips."
-  echo "* The ghostscript PostScript interpreter."
-  echo "* The netpbm image processing package."
-  echo "However, these are optional and hevea runs without them."
-  texhash
-}
-
-post_upgrade() {
-  post_install $1
-}
-

Copied: hevea/repos/community-i686/hevea.install (from rev 83232, 
hevea/trunk/hevea.install)
===
--- community-i686/hevea.install(rev 0)
+++ community-i686/hevea.install2013-01-28 14:16:05 UTC (rev 83233)
@@ -0,0 +1,13 @@
+post_install() {
+  echo "HEVEA is fully functional when other software are installed:"
+  echo "* A modern LaTeX installation including dvips."
+  echo "* The ghostscript PostScript interpreter."
+  echo "* The netpbm image processing package."
+  echo "However, these are optional and hevea runs without them."
+  texhash
+}
+
+post_upgrade() {
+  post_install $1
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-01-28 14:15:44 UTC (rev 83232)
+++ community-x86_64/PKGBUILD   2013-01-28 14:16:05 UTC (rev 83233)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Brian Nguyen 
-# Original Packager: Tom K 
-
-pkgname=hevea
-pkgver=2.01
-pkgrel=1
-pkgdesc="A quite complete and fast LATEX to HTML translator"
-arch=(i6

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

2013-01-28 Thread Sergej Pupykin
Date: Monday, January 28, 2013 @ 15:15:44
  Author: spupykin
Revision: 83232

upgpkg: hevea 2.02-1

upd

Modified:
  hevea/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-28 13:53:45 UTC (rev 83231)
+++ PKGBUILD2013-01-28 14:15:44 UTC (rev 83232)
@@ -4,7 +4,7 @@
 # Original Packager: Tom K 
 
 pkgname=hevea
-pkgver=2.01
+pkgver=2.02
 pkgrel=1
 pkgdesc="A quite complete and fast LATEX to HTML translator"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 url="http://pauillac.inria.fr/~maranget/hevea/";
 install=hevea.install
 
source=(http://pauillac.inria.fr/~maranget/$pkgname/distri/$pkgname-$pkgver.tar.gz)
-md5sums=('81f6fba8918ccc319e508983eff374fb')
+md5sums=('b0331fdf123c21ce02f15c890d268306')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-01-28 Thread Tobias Powalowski
Date: Monday, January 28, 2013 @ 14:53:45
  Author: tpowa
Revision: 83231

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

Added:
  virtualbox-modules/repos/community-testing-i686/
  virtualbox-modules/repos/community-testing-i686/PKGBUILD
(from rev 83230, virtualbox-modules/trunk/PKGBUILD)
  virtualbox-modules/repos/community-testing-i686/build.sh
(from rev 83230, virtualbox-modules/trunk/build.sh)
  
virtualbox-modules/repos/community-testing-i686/virtualbox-guest-modules.install
(from rev 83230, virtualbox-modules/trunk/virtualbox-guest-modules.install)
  
virtualbox-modules/repos/community-testing-i686/virtualbox-host-modules.install
(from rev 83230, virtualbox-modules/trunk/virtualbox-host-modules.install)
  virtualbox-modules/repos/community-testing-x86_64/
  virtualbox-modules/repos/community-testing-x86_64/PKGBUILD
(from rev 83230, virtualbox-modules/trunk/PKGBUILD)
  virtualbox-modules/repos/community-testing-x86_64/build.sh
(from rev 83230, virtualbox-modules/trunk/build.sh)
  
virtualbox-modules/repos/community-testing-x86_64/virtualbox-guest-modules.install
(from rev 83230, virtualbox-modules/trunk/virtualbox-guest-modules.install)
  
virtualbox-modules/repos/community-testing-x86_64/virtualbox-host-modules.install
(from rev 83230, virtualbox-modules/trunk/virtualbox-host-modules.install)

---+
 community-testing-i686/PKGBUILD   |   67 
 community-testing-i686/build.sh   |   18 +++
 community-testing-i686/virtualbox-guest-modules.install   |   17 +++
 community-testing-i686/virtualbox-host-modules.install|   19 +++
 community-testing-x86_64/PKGBUILD |   67 
 community-testing-x86_64/build.sh |   18 +++
 community-testing-x86_64/virtualbox-guest-modules.install |   17 +++
 community-testing-x86_64/virtualbox-host-modules.install  |   19 +++
 8 files changed, 242 insertions(+)

Copied: virtualbox-modules/repos/community-testing-i686/PKGBUILD (from rev 
83230, virtualbox-modules/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-01-28 13:53:45 UTC (rev 83231)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Maintainer: Sébastien Luttringer 
+
+pkgbase=virtualbox-modules
+pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
+pkgver=4.2.6
+pkgrel=5
+arch=('i686' 'x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+makedepends=('linux-headers'
+ "virtualbox-host-dkms>=$pkgver"
+ "virtualbox-guest-dkms>=$pkgver"
+ 'expac'
+ 'bc')
+
+build() {
+  _kernver=$(expac -Q '%v' linux-headers)-ARCH
+
+  # dkms need modification to be run as user
+  cp -r /var/lib/dkms .
+  echo "dkms_tree='$srcdir/dkms'" > dkms.conf
+  # build host modules
+  msg2 'Host modules'
+  dkms --dkmsframework dkms.conf build "vboxhost/$pkgver" -k "$_kernver"
+  # build guest modules
+  msg2 'Guest modules'
+  dkms --dkmsframework dkms.conf build "vboxguest/$pkgver" -k "$_kernver"
+}
+
+package_virtualbox-host-modules(){
+  _kernver=$(expac -Q '%v' linux-headers)-ARCH
+  _extraver=extramodules-${_kernver%.*}-ARCH
+
+  pkgdesc='Host kernel modules for VirtualBox'
+  depends=("linux>=${_kernver%.*}" "linux<$(echo "${_kernver%.*}+0.1"|bc)")
+  replaces=('virtualbox-modules')
+  conflicts=('virtualbox-modules')
+  install=virtualbox-host-modules.install
+
+  install -dm755 "$pkgdir/usr/lib/modules/$_extraver"
+  cd "dkms/vboxhost/$pkgver/$_kernver/$CARCH/module"
+  install -m644 * "$pkgdir/usr/lib/modules/$_extraver"
+  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
+  sed -ie "s/EXTRAMODULES='.*'/EXTRAMODULES='$_extraver'/" 
"$startdir/virtualbox-host-modules.install"
+}
+
+package_virtualbox-guest-modules(){
+  _kernver=$(expac -Q '%v' linux-headers)-ARCH
+  _extraver=extramodules-${_kernver%.*}-ARCH
+
+  pkgdesc='Guest kernel modules for VirtualBox'
+  license=('GPL')
+  depends=("linux>=${_kernver%.*}" "linux<$(echo "${_kernver%.*}+0.1"|bc)")
+  replaces=('virtualbox-archlinux-modules')
+  conflicts=('virtualbox-archlinux-modules')
+  install=virtualbox-guest-modules.install
+
+  install -dm755 "$pkgdir/usr/lib/modules/$_extraver"
+  cd "dkms/vboxguest/$pkgver/$_kernver/$CARCH/module"
+  install -m644 * "$pkgdir/usr/lib/modules/$_extraver"
+  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
+  sed -ie "s/EXTRAMODULES='.*'/EXTRAMODULES='$_extraver'/" 
"$startdir/virtualbox-guest-modules.install"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: virtualbox-modules/repos/community-testing-i686/build.sh (from rev 
83230, virtualbox-modules/trunk/build.sh)
===
--- community-testing-i686/build.sh (rev 0)
+++ 

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

2013-01-28 Thread Tobias Powalowski
Date: Monday, January 28, 2013 @ 14:53:36
  Author: tpowa
Revision: 83230

upgpkg: virtualbox-modules 4.2.6-5

rebuild against latest kernel

Modified:
  virtualbox-modules/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-28 13:49:29 UTC (rev 83229)
+++ PKGBUILD2013-01-28 13:53:36 UTC (rev 83230)
@@ -5,7 +5,7 @@
 pkgbase=virtualbox-modules
 pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
 pkgver=4.2.6
-pkgrel=4
+pkgrel=5
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')



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

2013-01-28 Thread Tobias Powalowski
Date: Monday, January 28, 2013 @ 14:49:29
  Author: tpowa
Revision: 83229

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

Added:
  vhba-module/repos/community-testing-i686/
  vhba-module/repos/community-testing-i686/60-vhba.rules
(from rev 83228, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-testing-i686/PKGBUILD
(from rev 83228, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-i686/vhba-module.install
(from rev 83228, vhba-module/trunk/vhba-module.install)
  vhba-module/repos/community-testing-x86_64/
  vhba-module/repos/community-testing-x86_64/60-vhba.rules
(from rev 83228, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-testing-x86_64/PKGBUILD
(from rev 83228, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-x86_64/vhba-module.install
(from rev 83228, vhba-module/trunk/vhba-module.install)

--+
 community-testing-i686/60-vhba.rules |   13 +++
 community-testing-i686/PKGBUILD  |   44 +
 community-testing-i686/vhba-module.install   |   21 +++
 community-testing-x86_64/60-vhba.rules   |   13 +++
 community-testing-x86_64/PKGBUILD|   44 +
 community-testing-x86_64/vhba-module.install |   21 +++
 6 files changed, 156 insertions(+)

Copied: vhba-module/repos/community-testing-i686/60-vhba.rules (from rev 83228, 
vhba-module/trunk/60-vhba.rules)
===
--- community-testing-i686/60-vhba.rules(rev 0)
+++ community-testing-i686/60-vhba.rules2013-01-28 13:49:29 UTC (rev 
83229)
@@ -0,0 +1,13 @@
+ACTION=="remove", GOTO="vhba_end"
+KERNEL!="vhba_ctl", GOTO="vhba_end"
+
+NAME="vhba_ctl", MODE="0660", OWNER="root", GROUP="cdemu"
+
+TEST=="/sys/fs/cgroup/systemd", GOTO="vhba_uaccess"
+TAG+="udev-acl"
+GOTO="vhba_end"
+
+LABEL="vhba_uaccess"
+TAG+="uaccess"
+
+LABEL="vhba_end"

Copied: vhba-module/repos/community-testing-i686/PKGBUILD (from rev 83228, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-01-28 13:49:29 UTC (rev 83229)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgname=vhba-module
+pkgver=20120422
+_extramodules=extramodules-3.7-ARCH
+pkgrel=16
+pkgdesc="Kernel module that emulates SCSI devices"
+arch=('i686' 'x86_64')
+url="http://cdemu.sourceforge.net/";
+license=('GPL')
+depends=('linux>=3.7' 'linux<3.8')
+makedepends=('linux-headers')
+options=(!makeflags)
+install=$pkgname.install
+source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2";
+'60-vhba.rules')
+md5sums=('d97372da1d270d1605742b2995fb6678'
+ 'b5e82d0160e7a181219b67c1794d5c27')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+
+  make KDIR=/usr/lib/modules/$_kernver/build
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  install -Dm644 vhba.ko \
+"$pkgdir/usr/lib/modules/$_extramodules/vhba.ko"
+
+  sed -i -e "s/EXTRAMODULES='.*'/EXTRAMODULES='$_extramodules'/" \
+"$startdir/vhba-module.install"
+
+  install -Dm644 "$srcdir/60-vhba.rules" \
+ "$pkgdir/usr/lib/udev/rules.d/60-vhba.rules"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-testing-i686/vhba-module.install (from rev 
83228, vhba-module/trunk/vhba-module.install)
===
--- community-testing-i686/vhba-module.install  (rev 0)
+++ community-testing-i686/vhba-module.install  2013-01-28 13:49:29 UTC (rev 
83229)
@@ -0,0 +1,21 @@
+_updatemod() {
+  echo "  > Updating module dependencies..."
+  EXTRAMODULES='extramodules-3.7-ARCH'
+  depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_upgrade() {
+  getent group cdemu &>/dev/null || groupadd -r cdemu
+  _updatemod
+}
+
+post_remove() {
+  _updatemod
+  groupdel cdemu
+}
+
+# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-testing-x86_64/60-vhba.rules (from rev 
83228, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-x86_64/60-vhba.rules  (rev 0)
+++ community-testing-x86_64/60-vhba.rules  2013-01-28 13:49:29 UTC (rev 
83229)
@@ -0,0 +1,13 @@
+ACTION=="remove", GOTO="vhba_end"
+KERNEL!="vhba_ctl", GOTO="vhba_end"
+
+NAME="vhba_ctl", MODE="0660", OWNER="root", GROUP="cdemu"
+
+TEST=="/sys/fs/cgroup/systemd", GOTO="vhba_uaccess"
+TAG+="udev-acl"
+GOTO="vhba_end"
+
+LABEL="vhba_uaccess"
+TAG+="uaccess"
+
+LABEL="vhba_end"

Copied: vhba-module/repos/communi

  1   2   >