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

2013-03-08 Thread Laurent Carlier
Date: Friday, March 8, 2013 @ 09:16:00
  Author: lcarlier
Revision: 85880

upgpkg: gambas3 3.4.0-5

mysql to mariadb migration

Modified:
  gambas3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-08 06:00:54 UTC (rev 85879)
+++ PKGBUILD2013-03-08 08:16:00 UTC (rev 85880)
@@ -16,19 +16,19 @@
  'gambas3-gb-xml-html' 'gambas3-gb-xml-rpc' 'gambas3-gb-xml-xslt' 
'gambas3-gb-xml' 'gambas3-gb-web')
 pkgname=(${_components[@]} 'gambas3-runtime' 'gambas3-devel' 'gambas3-ide' 
'gambas3-script' 'gambas3-examples')
 pkgver=3.4.0
-pkgrel=4
+pkgrel=5
 pkgdesc=A free development environment based on a Basic interpreter.
 arch=('i686' 'x86_64')
 url=http://gambas.sourceforge.net/;
 license=('GPL2')
 groups=('gambas3')
-makedepends=('intltool' 'mysql' 'postgresql' 'libffi' 'bzip2' 'glib2' 
'v4l-utils'
- 'zlib' 'mesa' 'libgl' 'glew' 'xdg-utils' 'gtk2' 'imlib2' 'gdk-pixbuf2'
- 'postgresql-libs' 'libmysqlclient' 'unixodbc' 'sqlite2' 'sqlite' 
'librsvg'
+makedepends=('intltool' 'mariadb' 'postgresql' 'libffi' 'bzip2' 'glib2' 
'v4l-utils'
+ 'zlib' 'mesa' 'glew' 'xdg-utils' 'gtk2' 'imlib2' 'gdk-pixbuf2'
+ 'postgresql-libs' 'libmariadbclient' 'unixodbc' 'sqlite2' 'sqlite' 
'librsvg'
  'curl' 'poppler-glib' 'sdl_mixer' 'sdl_ttf' 'libxtst' 'pcre' 
'qtwebkit'
  'libxcursor' 'libsm' 'dbus-core' 'libxml2' 'libxslt' 
'libgnome-keyring'
 'gsl' 'gstreamer0.10' 'gstreamer0.10-base' 'gtkglext' 'ncurses' 'llvm'
-'gmime' 'glu')
+'gmime')
 options=(!emptydirs)
 source=(http://downloads.sourceforge.net/gambas/${pkgbase}-${pkgver}.tar.bz2;
 fix-xfce4-terminal.patch)
@@ -153,7 +153,7 @@
 }
 
 package_gambas3-gb-db-mysql() {
-  depends=('gambas3-gb-db' 'libmysqlclient')
+  depends=('gambas3-gb-db' 'libmariadbclient')
   pkgdesc=MySQL database access component
 
   cd ${srcdir}/fakeinstall
@@ -335,7 +335,7 @@
 }
 
 package_gambas3-gb-gtk-opengl() {
-  depends=('gambas3-gb-gtk' 'gambas3-gb-opengl' 'gtkglext' 'glu')
+  depends=('gambas3-gb-gtk' 'gambas3-gb-opengl' 'gtkglext')
   pkgdesc=GTK+ toolkit OpenGL component
 
   cd ${srcdir}/fakeinstall



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

2013-03-08 Thread Laurent Carlier
Date: Friday, March 8, 2013 @ 09:16:17
  Author: lcarlier
Revision: 85881

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

Added:
  gambas3/repos/community-staging-i686/
  gambas3/repos/community-staging-i686/PKGBUILD
(from rev 85880, gambas3/trunk/PKGBUILD)
  gambas3/repos/community-staging-i686/fix-xfce4-terminal.patch
(from rev 85880, gambas3/trunk/fix-xfce4-terminal.patch)
  
gambas3/repos/community-staging-i686/gambas3-3.3.4-fix-ftbfs-with-llvm-3.2.patch
(from rev 85880, gambas3/trunk/gambas3-3.3.4-fix-ftbfs-with-llvm-3.2.patch)
  gambas3/repos/community-staging-i686/gambas3-runtime.install
(from rev 85880, gambas3/trunk/gambas3-runtime.install)
  gambas3/repos/community-staging-i686/gambas3-script.install
(from rev 85880, gambas3/trunk/gambas3-script.install)
  gambas3/repos/community-staging-i686/uninstall-with-XDG_UTILS.patch
(from rev 85880, gambas3/trunk/uninstall-with-XDG_UTILS.patch)
  gambas3/repos/community-staging-x86_64/
  gambas3/repos/community-staging-x86_64/PKGBUILD
(from rev 85880, gambas3/trunk/PKGBUILD)
  gambas3/repos/community-staging-x86_64/fix-xfce4-terminal.patch
(from rev 85880, gambas3/trunk/fix-xfce4-terminal.patch)
  
gambas3/repos/community-staging-x86_64/gambas3-3.3.4-fix-ftbfs-with-llvm-3.2.patch
(from rev 85880, gambas3/trunk/gambas3-3.3.4-fix-ftbfs-with-llvm-3.2.patch)
  gambas3/repos/community-staging-x86_64/gambas3-runtime.install
(from rev 85880, gambas3/trunk/gambas3-runtime.install)
  gambas3/repos/community-staging-x86_64/gambas3-script.install
(from rev 85880, gambas3/trunk/gambas3-script.install)
  gambas3/repos/community-staging-x86_64/uninstall-with-XDG_UTILS.patch
(from rev 85880, gambas3/trunk/uninstall-with-XDG_UTILS.patch)

--+
 community-staging-i686/PKGBUILD  |  904 
++
 community-staging-i686/fix-xfce4-terminal.patch  |  476 
+
 community-staging-i686/gambas3-3.3.4-fix-ftbfs-with-llvm-3.2.patch   |   45 
 community-staging-i686/gambas3-runtime.install   |   10 
 community-staging-i686/gambas3-script.install|   15 
 community-staging-i686/uninstall-with-XDG_UTILS.patch|   13 
 community-staging-x86_64/PKGBUILD|  904 
++
 community-staging-x86_64/fix-xfce4-terminal.patch|  476 
+
 community-staging-x86_64/gambas3-3.3.4-fix-ftbfs-with-llvm-3.2.patch |   45 
 community-staging-x86_64/gambas3-runtime.install |   10 
 community-staging-x86_64/gambas3-script.install  |   15 
 community-staging-x86_64/uninstall-with-XDG_UTILS.patch  |   13 
 12 files changed, 2926 insertions(+)

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


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

2013-03-08 Thread Massimiliano Torromeo
Date: Friday, March 8, 2013 @ 09:51:11
  Author: mtorromeo
Revision: 85882

upgpkg: percona-server 5.5.30_rel30.1-1

Updated to 5.5.30-rel30.1

Modified:
  percona-server/trunk/PKGBUILD
  percona-server/trunk/mysqld-post.sh
  percona-server/trunk/mysqld.service
  percona-server/trunk/percona.install
Deleted:
  percona-server/trunk/mysqld.rc

-+
 PKGBUILD|   19 -
 mysqld-post.sh  |4 ++
 mysqld.rc   |   77 --
 mysqld.service  |9 +-
 percona.install |   17 +--
 5 files changed, 24 insertions(+), 102 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-08 08:16:17 UTC (rev 85881)
+++ PKGBUILD2013-03-08 08:51:11 UTC (rev 85882)
@@ -2,12 +2,12 @@
 # Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
 
 pkgname=percona-server
-pkgver=5.5.29_rel30.0
+pkgver=5.5.30_rel30.1
 pkgrel=1
 pkgdesc=A backwards-compatible drop-in replacement for MySQL that provides 
improved performance, diagnostics and instrumentation
 arch=('i686' 'x86_64')
 
-depends=('mysql-clients' 'libaio')
+depends=('mysql-clients' 'libaio' 'systemd-tools')
 conflicts=('mysql')
 provides=('mysql')
 optdepends=('perl-dbi' 'perl-dbd-mysql')
@@ -19,8 +19,6 @@
 backup=('etc/mysql/my.cnf')
 install=percona.install
 
source=(http://www.percona.com/downloads/Percona-Server-${pkgver%.*_*}/Percona-Server-${pkgver/_rel/-}/source/Percona-Server-${pkgver/_/-}.tar.gz;
-'mysqld.rc'
-'my.cnf'
 'mysqld-post.sh'
 'mysqld.service'
 'mysqld-tmpfile.conf')
@@ -79,8 +77,7 @@
cd ${srcdir}/build
make DESTDIR=${pkgdir} install
 
-   install -Dm644 ${srcdir}/my.cnf ${pkgdir}/etc/mysql/my.cnf
-   install -Dm755 ${srcdir}/mysqld.rc ${pkgdir}/etc/rc.d/mysqld
+   install -Dm644 ${pkgdir}/usr/share/mysql/my-medium.cnf 
${pkgdir}/etc/mysql/my.cnf
install -Dm755 ${srcdir}/mysqld-post.sh 
${pkgdir}/usr/bin/mysqld-post
install -Dm644 ${srcdir}/mysqld-tmpfile.conf 
${pkgdir}/usr/lib/tmpfiles.d/mysqld.conf
install -Dm644 ${srcdir}/mysqld.service 
${pkgdir}/usr/lib/systemd/system/mysqld.service
@@ -98,13 +95,9 @@
# not needed
rm -r ${pkgdir}/usr/{data,mysql-test,sql-bench}
rm ${pkgdir}/usr/share/man/man1/mysql-test-run.pl.1
-
-   install -dm700 ${pkgdir}/var/lib/mysql
 }
 
-sha256sums=('9cbcb2ad2b66a352a154f2b89c779d79cceea4f6f5ff9ef62f8ae1512c0550a7'
-'e875fac56f69634b4f1720aec3b952fc63903414e9345af630e5fd74b5373eb4'
-'dd5dc155de468d4ab26971109861ae19b53574f28785bac5ff7b717fb65c0760'
-'4894d39605950d86841ad982e619daa6c8d5d60ca30928d7dbb582e8cb3ade32'
-'ca10dec3cc162baede651980e675fd8094e55cb2403edffaa3d0865a6184553f'
+sha256sums=('7309cf2645a1b45a17d6dbfda8c96b00e1186f3b9aba7f8692da14b52f98fb3b'
+'82a241d9fa4032187a26597d044e94ba810b209b53a7ce14bb6eb92555993a48'
+'9bc66470f3f80534c0bb62f9f8325ccf60b164f421f74ad74a963f065d7b1869'
 'badf6a701d9dc6ea3b4ddca26cb0f42b6236432ccdbc14c64962147802594a60')

Modified: mysqld-post.sh
===
--- mysqld-post.sh  2013-03-08 08:16:17 UTC (rev 85881)
+++ mysqld-post.sh  2013-03-08 08:51:11 UTC (rev 85882)
@@ -1,6 +1,8 @@
 #!/bin/sh
+
 while true; do
-   response=`/usr/bin/mysqladmin -uUNKNOWN_USER ping 21`  break
+   response=$(/usr/bin/mysqladmin -uUNKNOWN_USER ping 21)  break
echo $response | grep -q mysqld is alive  break
+   echo $response | grep -q Access denied for user  break
sleep 1
 done

Deleted: mysqld.rc
===
--- mysqld.rc   2013-03-08 08:16:17 UTC (rev 85881)
+++ mysqld.rc   2013-03-08 08:51:11 UTC (rev 85882)
@@ -1,77 +0,0 @@
-#!/bin/bash
-
-# general config
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-getPID() {
-   echo $(pgrep -u mysql mysqld 2/dev/null);
-}
-
-case $1 in
-  start)
-stat_busy Starting Percona Server
-[ ! -d /var/run/mysqld ]  install -d -g mysql -o mysql /var/run/mysqld 
/dev/null
-if [ -z $(getPID) ]; then
-   /usr/bin/mysqld_safe --user=mysql /dev/null 
-  if [ $? -gt 0 ]; then
-stat_fail
-exit 1
-  else
-timeo=30
-while [ $timeo -gt 0 ]; do
-  response=`/usr/bin/mysqladmin -uUNKNOWN_USER ping 21`  break
-  echo $response | grep -q mysqld is alive  break
-  sleep 1
-  let timeo=${timeo}-1
-done
-if [ $timeo -eq 0 ]; then
-  stat_fail
-  exit 1
-else
-  echo $(getPID)  /var/run/mysqld/mysqld.pid
-  add_daemon mysqld
-  stat_done
-fi
-  fi
-else
-  stat_fail
-  exit 1
-fi
-;;
-
-  stop)
-stat_busy Stopping Percona Server
-if [ ! -z $(getPID) ]; then
-  timeo=30
-  

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

2013-03-08 Thread Massimiliano Torromeo
Date: Friday, March 8, 2013 @ 09:57:02
  Author: mtorromeo
Revision: 85883

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

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

--+
 community-i686/PKGBUILD  |  213 +++-
 community-i686/my.cnf|  290 -
 community-i686/mysqld-post.sh|   14 -
 community-i686/mysqld-tmpfile.conf   |2 
 community-i686/mysqld.rc |   77 
 community-i686/mysqld.service|   37 +---
 community-i686/percona.install   |   65 ---
 community-x86_64/PKGBUILD|  213 +++-
 community-x86_64/my.cnf  |  290 -
 community-x86_64/mysqld-post.sh  |   14 -
 community-x86_64/mysqld-tmpfile.conf |2 
 community-x86_64/mysqld.rc   |   77 
 community-x86_64/mysqld.service  |   37 +---
 community-x86_64/percona.install |   65 ---
 14 files changed, 620 insertions(+), 776 deletions(-)

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


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

2013-03-08 Thread Evangelos Foutras
Date: Friday, March 8, 2013 @ 10:28:44
  Author: foutrelis
Revision: 179608

upgpkg: lirc 1:0.9.0-39

Fix versioned dependency for Linux 3.8.

Modified:
  lirc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-08 01:04:55 UTC (rev 179607)
+++ PKGBUILD2013-03-08 09:28:44 UTC (rev 179608)
@@ -4,7 +4,7 @@
 pkgbase=lirc
 pkgname=('lirc' 'lirc-utils')
 pkgver=0.9.0
-pkgrel=38
+pkgrel=39
 epoch=1
 _extramodules=extramodules-3.8-ARCH
 arch=('i686' 'x86_64')
@@ -57,7 +57,7 @@
 
 package_lirc() {
   pkgdesc=Linux Infrared Remote Control kernel modules for stock arch kernel
-  depends=('lirc-utils' 'linux=3.7' 'linux3.8')
+  depends=('lirc-utils' 'linux=3.8' 'linux3.9')
   replaces=('lirc+pctv')
   install=lirc.install
 



[arch-commits] Commit in lirc/repos (72 files)

2013-03-08 Thread Evangelos Foutras
Date: Friday, March 8, 2013 @ 10:30:00
  Author: foutrelis
Revision: 179609

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

Added:
  lirc/repos/testing-i686/PKGBUILD
(from rev 179608, lirc/trunk/PKGBUILD)
  lirc/repos/testing-i686/irexec.conf
(from rev 179608, lirc/trunk/irexec.conf)
  lirc/repos/testing-i686/irexec.service
(from rev 179608, lirc/trunk/irexec.service)
  lirc/repos/testing-i686/irexecd
(from rev 179608, lirc/trunk/irexecd)
  lirc/repos/testing-i686/kernel-2.6.39.patch
(from rev 179608, lirc/trunk/kernel-2.6.39.patch)
  lirc/repos/testing-i686/linux-3.8.patch
(from rev 179608, lirc/trunk/linux-3.8.patch)
  lirc/repos/testing-i686/lirc-utils.install
(from rev 179608, lirc/trunk/lirc-utils.install)
  lirc/repos/testing-i686/lirc.install
(from rev 179608, lirc/trunk/lirc.install)
  lirc/repos/testing-i686/lirc.logrotate
(from rev 179608, lirc/trunk/lirc.logrotate)
  lirc/repos/testing-i686/lirc.service
(from rev 179608, lirc/trunk/lirc.service)
  lirc/repos/testing-i686/lirc.tmpfiles
(from rev 179608, lirc/trunk/lirc.tmpfiles)
  lirc/repos/testing-i686/lirc_atiusb-kfifo.patch
(from rev 179608, lirc/trunk/lirc_atiusb-kfifo.patch)
  lirc/repos/testing-i686/lirc_wpc8769l.patch
(from rev 179608, lirc/trunk/lirc_wpc8769l.patch)
  lirc/repos/testing-i686/lircd
(from rev 179608, lirc/trunk/lircd)
  lirc/repos/testing-i686/lircd-handle-large-config.patch
(from rev 179608, lirc/trunk/lircd-handle-large-config.patch)
  lirc/repos/testing-i686/lircd.conf
(from rev 179608, lirc/trunk/lircd.conf)
  lirc/repos/testing-i686/lircm.service
(from rev 179608, lirc/trunk/lircm.service)
  lirc/repos/testing-i686/lircmd
(from rev 179608, lirc/trunk/lircmd)
  lirc/repos/testing-x86_64/PKGBUILD
(from rev 179608, lirc/trunk/PKGBUILD)
  lirc/repos/testing-x86_64/irexec.conf
(from rev 179608, lirc/trunk/irexec.conf)
  lirc/repos/testing-x86_64/irexec.service
(from rev 179608, lirc/trunk/irexec.service)
  lirc/repos/testing-x86_64/irexecd
(from rev 179608, lirc/trunk/irexecd)
  lirc/repos/testing-x86_64/kernel-2.6.39.patch
(from rev 179608, lirc/trunk/kernel-2.6.39.patch)
  lirc/repos/testing-x86_64/linux-3.8.patch
(from rev 179608, lirc/trunk/linux-3.8.patch)
  lirc/repos/testing-x86_64/lirc-utils.install
(from rev 179608, lirc/trunk/lirc-utils.install)
  lirc/repos/testing-x86_64/lirc.install
(from rev 179608, lirc/trunk/lirc.install)
  lirc/repos/testing-x86_64/lirc.logrotate
(from rev 179608, lirc/trunk/lirc.logrotate)
  lirc/repos/testing-x86_64/lirc.service
(from rev 179608, lirc/trunk/lirc.service)
  lirc/repos/testing-x86_64/lirc.tmpfiles
(from rev 179608, lirc/trunk/lirc.tmpfiles)
  lirc/repos/testing-x86_64/lirc_atiusb-kfifo.patch
(from rev 179608, lirc/trunk/lirc_atiusb-kfifo.patch)
  lirc/repos/testing-x86_64/lirc_wpc8769l.patch
(from rev 179608, lirc/trunk/lirc_wpc8769l.patch)
  lirc/repos/testing-x86_64/lircd
(from rev 179608, lirc/trunk/lircd)
  lirc/repos/testing-x86_64/lircd-handle-large-config.patch
(from rev 179608, lirc/trunk/lircd-handle-large-config.patch)
  lirc/repos/testing-x86_64/lircd.conf
(from rev 179608, lirc/trunk/lircd.conf)
  lirc/repos/testing-x86_64/lircm.service
(from rev 179608, lirc/trunk/lircm.service)
  lirc/repos/testing-x86_64/lircmd
(from rev 179608, lirc/trunk/lircmd)
Deleted:
  lirc/repos/testing-i686/PKGBUILD
  lirc/repos/testing-i686/irexec.conf
  lirc/repos/testing-i686/irexec.service
  lirc/repos/testing-i686/irexecd
  lirc/repos/testing-i686/kernel-2.6.39.patch
  lirc/repos/testing-i686/linux-3.8.patch
  lirc/repos/testing-i686/lirc-utils.install
  lirc/repos/testing-i686/lirc.install
  lirc/repos/testing-i686/lirc.logrotate
  lirc/repos/testing-i686/lirc.service
  lirc/repos/testing-i686/lirc.tmpfiles
  lirc/repos/testing-i686/lirc_atiusb-kfifo.patch
  lirc/repos/testing-i686/lirc_wpc8769l.patch
  lirc/repos/testing-i686/lircd
  lirc/repos/testing-i686/lircd-handle-large-config.patch
  lirc/repos/testing-i686/lircd.conf
  lirc/repos/testing-i686/lircm.service
  lirc/repos/testing-i686/lircmd
  lirc/repos/testing-x86_64/PKGBUILD
  lirc/repos/testing-x86_64/irexec.conf
  lirc/repos/testing-x86_64/irexec.service
  lirc/repos/testing-x86_64/irexecd
  lirc/repos/testing-x86_64/kernel-2.6.39.patch
  lirc/repos/testing-x86_64/linux-3.8.patch
  lirc/repos/testing-x86_64/lirc-utils.install
  lirc/repos/testing-x86_64/lirc.install
  lirc/repos/testing-x86_64/lirc.logrotate
  lirc/repos/testing-x86_64/lirc.service
  lirc/repos/testing-x86_64/lirc.tmpfiles
  lirc/repos/testing-x86_64/lirc_atiusb-kfifo.patch
  lirc/repos/testing-x86_64/lirc_wpc8769l.patch
  lirc/repos/testing-x86_64/lircd
  lirc/repos/testing-x86_64/lircd-handle-large-config.patch
  lirc/repos/testing-x86_64/lircd.conf
  lirc/repos/testing-x86_64/lircm.service
  lirc/repos/testing-x86_64/lircmd

+
 

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

2013-03-08 Thread Evangelos Foutras
Date: Friday, March 8, 2013 @ 11:17:14
  Author: foutrelis
Revision: 179610

upgpkg: chromium 25.0.1364.160-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-08 09:30:00 UTC (rev 179609)
+++ PKGBUILD2013-03-08 10:17:14 UTC (rev 179610)
@@ -5,8 +5,8 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=chromium
-pkgver=25.0.1364.152
-pkgrel=2
+pkgver=25.0.1364.160
+pkgrel=1
 pkgdesc=The open-source project behind Google Chrome, an attempt at creating 
a safer, faster, and more stable browser
 arch=('i686' 'x86_64')
 url=http://www.chromium.org/;
@@ -28,7 +28,7 @@
 chromium-system-libpng-r0.patch
 chromium-ppapi-r0.patch
 chromium-no-pnacl-r0.patch)
-sha256sums=('28daf529c355fb20253279f54f1e8507055b8ed694059d152c2d083c26be1fed'
+sha256sums=('290ffb8c31f50a59f2ba14ad89c7e4baf988630a0bc47b2dba74bdc6d9e506f0'
 '09bfac44104f4ccda4c228053f689c947b3e97da9a4ab6fa34ce061ee83d0322'
 '478340d5760a9bd6c549e19b1b5d1c5b4933ebf5f8cfb2b3e2d70d07443fe232'
 '4999fded897af692f4974f0a3e3bbb215193519918a1fa9b31ed51e74a2dccb9'



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

2013-03-08 Thread Evangelos Foutras
Date: Friday, March 8, 2013 @ 11:18:24
  Author: foutrelis
Revision: 179611

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

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

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

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

2013-03-08 Thread Timothy Redaelli
Date: Friday, March 8, 2013 @ 12:09:55
  Author: tredaelli
Revision: 85884

upgpkg: ecryptfs-utils 103-1

Modified:
  ecryptfs-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-08 08:57:02 UTC (rev 85883)
+++ PKGBUILD2013-03-08 11:09:55 UTC (rev 85884)
@@ -4,7 +4,7 @@
 # Contributor: Michal Krenek mi...@sg1.cz
 
 pkgname=ecryptfs-utils
-pkgver=101
+pkgver=103
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc=Enterprise-class stacked cryptographic filesystem for Linux
@@ -16,8 +16,8 @@
 
source=(http://launchpad.net/ecryptfs/trunk/${pkgver}/+download/${pkgname}_${pkgver}.orig.tar.gz;
 
${pkgname}_${pkgver}.orig.tar.gz.sig::http://launchpad.net/ecryptfs/trunk/${pkgver}/+download/..-${pkgname}_${pkgver}.orig.tar.gz.asc;)
 options=(!libtool)
-md5sums=('7a17714b2e4555a79d464e260b179f4f'
- '51e24e3252deabec2b91811545805397')
+md5sums=('39929d850edd24b175ff0c82722e0de1'
+ '1fc46fb18d662315c8d4cb13b0e618c0')
 
 build() {
   cd $srcdir/${pkgname}-${pkgver}



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

2013-03-08 Thread Timothy Redaelli
Date: Friday, March 8, 2013 @ 12:10:34
  Author: tredaelli
Revision: 85885

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

Added:
  ecryptfs-utils/repos/community-i686/PKGBUILD
(from rev 85884, ecryptfs-utils/trunk/PKGBUILD)
  ecryptfs-utils/repos/community-x86_64/PKGBUILD
(from rev 85884, ecryptfs-utils/trunk/PKGBUILD)
Deleted:
  ecryptfs-utils/repos/community-i686/PKGBUILD
  ecryptfs-utils/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-08 11:09:55 UTC (rev 85884)
+++ community-i686/PKGBUILD 2013-03-08 11:10:34 UTC (rev 85885)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: Richard Murri ad...@richardmurri.com
-# Contributor: Michal Krenek mi...@sg1.cz
-
-pkgname=ecryptfs-utils
-pkgver=101
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc=Enterprise-class stacked cryptographic filesystem for Linux
-url=https://launchpad.net/ecryptfs;
-license=('GPL')
-makedepends=('swig' 'intltool' 'gettext' 'python2')
-depends=('keyutils' 'nss' 'openssl')
-optdepends=('python2: for python module')
-source=(http://launchpad.net/ecryptfs/trunk/${pkgver}/+download/${pkgname}_${pkgver}.orig.tar.gz;
-
${pkgname}_${pkgver}.orig.tar.gz.sig::http://launchpad.net/ecryptfs/trunk/${pkgver}/+download/..-${pkgname}_${pkgver}.orig.tar.gz.asc;)
-options=(!libtool)
-md5sums=('7a17714b2e4555a79d464e260b179f4f'
- '51e24e3252deabec2b91811545805397')
-
-build() {
-  cd $srcdir/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-pamdir=/usr/lib/security PYTHON=python2
-  make
-}
-
-package() {
-  cd $srcdir/${pkgname}-${pkgver}
-  make DESTDIR=$pkgdir/ install
-  chmod +s $pkgdir/sbin/mount.ecryptfs_private
-}

Copied: ecryptfs-utils/repos/community-i686/PKGBUILD (from rev 85884, 
ecryptfs-utils/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-08 11:10:34 UTC (rev 85885)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: Richard Murri ad...@richardmurri.com
+# Contributor: Michal Krenek mi...@sg1.cz
+
+pkgname=ecryptfs-utils
+pkgver=103
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc=Enterprise-class stacked cryptographic filesystem for Linux
+url=https://launchpad.net/ecryptfs;
+license=('GPL')
+makedepends=('swig' 'intltool' 'gettext' 'python2')
+depends=('keyutils' 'nss' 'openssl')
+optdepends=('python2: for python module')
+source=(http://launchpad.net/ecryptfs/trunk/${pkgver}/+download/${pkgname}_${pkgver}.orig.tar.gz;
+
${pkgname}_${pkgver}.orig.tar.gz.sig::http://launchpad.net/ecryptfs/trunk/${pkgver}/+download/..-${pkgname}_${pkgver}.orig.tar.gz.asc;)
+options=(!libtool)
+md5sums=('39929d850edd24b175ff0c82722e0de1'
+ '1fc46fb18d662315c8d4cb13b0e618c0')
+
+build() {
+  cd $srcdir/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-pamdir=/usr/lib/security PYTHON=python2
+  make
+}
+
+package() {
+  cd $srcdir/${pkgname}-${pkgver}
+  make DESTDIR=$pkgdir/ install
+  chmod +s $pkgdir/sbin/mount.ecryptfs_private
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-08 11:09:55 UTC (rev 85884)
+++ community-x86_64/PKGBUILD   2013-03-08 11:10:34 UTC (rev 85885)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: Richard Murri ad...@richardmurri.com
-# Contributor: Michal Krenek mi...@sg1.cz
-
-pkgname=ecryptfs-utils
-pkgver=101
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc=Enterprise-class stacked cryptographic filesystem for Linux
-url=https://launchpad.net/ecryptfs;
-license=('GPL')
-makedepends=('swig' 'intltool' 'gettext' 'python2')
-depends=('keyutils' 'nss' 'openssl')
-optdepends=('python2: for python module')
-source=(http://launchpad.net/ecryptfs/trunk/${pkgver}/+download/${pkgname}_${pkgver}.orig.tar.gz;
-
${pkgname}_${pkgver}.orig.tar.gz.sig::http://launchpad.net/ecryptfs/trunk/${pkgver}/+download/..-${pkgname}_${pkgver}.orig.tar.gz.asc;)
-options=(!libtool)
-md5sums=('7a17714b2e4555a79d464e260b179f4f'
- '51e24e3252deabec2b91811545805397')
-
-build() {
-  cd $srcdir/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-pamdir=/usr/lib/security PYTHON=python2
-  make
-}
-
-package() {
-  cd $srcdir/${pkgname}-${pkgver}
-  make DESTDIR=$pkgdir/ install
-  chmod +s $pkgdir/sbin/mount.ecryptfs_private
-}

Copied: ecryptfs-utils/repos/community-x86_64/PKGBUILD (from rev 85884, 
ecryptfs-utils/trunk/PKGBUILD)

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

2013-03-08 Thread Jelle van der Waa
Date: Friday, March 8, 2013 @ 12:14:44
  Author: jelle
Revision: 85886

 remove duplicate dependency

Modified:
  chromium-bsu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-08 11:10:34 UTC (rev 85885)
+++ PKGBUILD2013-03-08 11:14:44 UTC (rev 85886)
@@ -9,7 +9,7 @@
 arch=('i686' 'x86_64')
 url=http://chromium-bsu.sourceforge.net/;
 license=('custom:artistic')
-depends=('freeglut' 'glu' 'sdl' 'openal' 'freealut' 'ftgl' 'fontconfig' 
'sdl_image')
+depends=('freeglut' 'glu' 'sdl_image' 'openal' 'freealut' 'ftgl' 'fontconfig')
 install=chromium-bsu.install
 
source=(http://downloads.sourceforge.net/project/$pkgname/Chromium%20B.S.U.%20source%20code/$pkgver/$pkgname-$pkgver.tar.gz)
 md5sums=('d57137a1ac2292363b35192724c7e3be')



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

2013-03-08 Thread Jelle van der Waa
Date: Friday, March 8, 2013 @ 12:17:56
  Author: jelle
Revision: 85887

remove unneeded dep libgl

Modified:
  mupen64plus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-08 11:14:44 UTC (rev 85886)
+++ PKGBUILD2013-03-08 11:17:56 UTC (rev 85887)
@@ -7,12 +7,12 @@
 
 pkgname=mupen64plus
 pkgver=1.99.5
-pkgrel=4
+pkgrel=5
 pkgdesc='Nintendo64 Emulator'
 arch=('i686' 'x86_64')
 url='http://code.google.com/p/mupen64plus/'
 license=('GPL')
-depends=('glu' 'libgl' 'libsamplerate' 'libpng' 'sdl' 'freetype2')
+depends=('glu' 'libsamplerate' 'libpng' 'sdl' 'freetype2')
 makedepends=('mesa')
 
source=(http://mupen64plus.googlecode.com/files/mupen64plus-bundle-src-${pkgver}.tar.gz;)
 md5sums=('93772a6d6fc6a63353462deae8a6db71')



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

2013-03-08 Thread Giovanni Scafora
Date: Friday, March 8, 2013 @ 15:03:58
  Author: giovanni
Revision: 179612

upgpkg: live-media 2013.03.07-1

upstream release

Modified:
  live-media/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-08 10:18:24 UTC (rev 179611)
+++ PKGBUILD2013-03-08 14:03:58 UTC (rev 179612)
@@ -3,7 +3,7 @@
 # Contributor: Gilles CHAUVIN gcn...@gmail.com
 
 pkgname=live-media
-pkgver=2013.02.27
+pkgver=2013.03.07
 pkgrel=1
 pkgdesc=A set of C++ libraries for multimedia streaming
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 url=http://live555.com/liveMedia;
 depends=('gcc-libs')
 source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
-md5sums=('7d0b620c37e2ab1646a33074d7fc39f9')
+md5sums=('1cdef2dbc7d790f48051194125faf64b')
 
 build() {
   cd ${srcdir}/live



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

2013-03-08 Thread Giovanni Scafora
Date: Friday, March 8, 2013 @ 15:04:07
  Author: giovanni
Revision: 179613

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

Added:
  live-media/repos/extra-i686/PKGBUILD
(from rev 179612, live-media/trunk/PKGBUILD)
  live-media/repos/extra-x86_64/PKGBUILD
(from rev 179612, live-media/trunk/PKGBUILD)
Deleted:
  live-media/repos/extra-i686/PKGBUILD
  live-media/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-08 14:03:58 UTC (rev 179612)
+++ extra-i686/PKGBUILD 2013-03-08 14:04:07 UTC (rev 179613)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Gilles CHAUVIN gcn...@gmail.com
-
-pkgname=live-media
-pkgver=2013.02.27
-pkgrel=1
-pkgdesc=A set of C++ libraries for multimedia streaming
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://live555.com/liveMedia;
-depends=('gcc-libs')
-source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
-md5sums=('7d0b620c37e2ab1646a33074d7fc39f9')
-
-build() {
-  cd ${srcdir}/live
-
-  sed \
-  -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1 -DSOCKLEN_T/g' \
-  -i config.linux
-  ./genMakefiles linux
-  make
-}
-
-package() {
-  cd ${srcdir}/live
-
-  for dir in BasicUsageEnvironment groupsock liveMedia UsageEnvironment; do
-install -dm755 ${pkgdir}/usr/{bin,lib,include/${dir}}
-install -m644 ${dir}/*.a ${pkgdir}/usr/lib
-install -m644 ${dir}/include/*.h* ${pkgdir}/usr/include/${dir}
-  done
-
-  for testprog in `find testProgs -type f -perm 755`; do
-install ${testprog} ${pkgdir}/usr/bin
-  done
-}

Copied: live-media/repos/extra-i686/PKGBUILD (from rev 179612, 
live-media/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-08 14:04:07 UTC (rev 179613)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Gilles CHAUVIN gcn...@gmail.com
+
+pkgname=live-media
+pkgver=2013.03.07
+pkgrel=1
+pkgdesc=A set of C++ libraries for multimedia streaming
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://live555.com/liveMedia;
+depends=('gcc-libs')
+source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
+md5sums=('1cdef2dbc7d790f48051194125faf64b')
+
+build() {
+  cd ${srcdir}/live
+
+  sed \
+  -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1 -DSOCKLEN_T/g' \
+  -i config.linux
+  ./genMakefiles linux
+  make
+}
+
+package() {
+  cd ${srcdir}/live
+
+  for dir in BasicUsageEnvironment groupsock liveMedia UsageEnvironment; do
+install -dm755 ${pkgdir}/usr/{bin,lib,include/${dir}}
+install -m644 ${dir}/*.a ${pkgdir}/usr/lib
+install -m644 ${dir}/include/*.h* ${pkgdir}/usr/include/${dir}
+  done
+
+  for testprog in `find testProgs -type f -perm 755`; do
+install ${testprog} ${pkgdir}/usr/bin
+  done
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-03-08 14:03:58 UTC (rev 179612)
+++ extra-x86_64/PKGBUILD   2013-03-08 14:04:07 UTC (rev 179613)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Gilles CHAUVIN gcn...@gmail.com
-
-pkgname=live-media
-pkgver=2013.02.27
-pkgrel=1
-pkgdesc=A set of C++ libraries for multimedia streaming
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://live555.com/liveMedia;
-depends=('gcc-libs')
-source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
-md5sums=('7d0b620c37e2ab1646a33074d7fc39f9')
-
-build() {
-  cd ${srcdir}/live
-
-  sed \
-  -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1 -DSOCKLEN_T/g' \
-  -i config.linux
-  ./genMakefiles linux
-  make
-}
-
-package() {
-  cd ${srcdir}/live
-
-  for dir in BasicUsageEnvironment groupsock liveMedia UsageEnvironment; do
-install -dm755 ${pkgdir}/usr/{bin,lib,include/${dir}}
-install -m644 ${dir}/*.a ${pkgdir}/usr/lib
-install -m644 ${dir}/include/*.h* ${pkgdir}/usr/include/${dir}
-  done
-
-  for testprog in `find testProgs -type f -perm 755`; do
-install ${testprog} ${pkgdir}/usr/bin
-  done
-}

Copied: live-media/repos/extra-x86_64/PKGBUILD (from rev 179612, 
live-media/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-03-08 14:04:07 UTC (rev 179613)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: 

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

2013-03-08 Thread Thorsten Töpper
Date: Friday, March 8, 2013 @ 16:20:42
  Author: ttoepper
Revision: 85890

upgpkg: mksh R44-1

Modified:
  mksh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-08 12:59:59 UTC (rev 85889)
+++ PKGBUILD2013-03-08 15:20:42 UTC (rev 85890)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Hommel dhom...@gmail.com
 
 pkgname=mksh
-pkgver=R43
+pkgver=R44
 pkgrel=1
 pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
 url='https://www.mirbsd.org/mksh.htm'
@@ -13,8 +13,8 @@
 source=(https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$pkgver.tgz;
 'https://www.mirbsd.org/TaC-mksh.txt')
 depends=('gcc-libs')
-md5sums=('d57433d86d860b351ee0572800038fe9'
- '2ab409def9e4726f4835077f68c8c28b')
+md5sums=('fe011686319a8c50d5e237fd5e195fd8'
+ 'bd05936e20d699df5d47e4ad6223c9d4')
 
 build() {
   cd $srcdir/$pkgname



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

2013-03-08 Thread Thorsten Töpper
Date: Friday, March 8, 2013 @ 16:20:48
  Author: ttoepper
Revision: 85891

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

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

---+
 community-i686/PKGBUILD   |   70 
 community-i686/mksh.install   |   26 +++---
 community-x86_64/PKGBUILD |   70 
 community-x86_64/mksh.install |   26 +++---
 4 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-08 15:20:42 UTC (rev 85890)
+++ community-i686/PKGBUILD 2013-03-08 15:20:48 UTC (rev 85891)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
-# Contributor: Daniel Hommel dhom...@gmail.com
-
-pkgname=mksh
-pkgver=R43
-pkgrel=1
-pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
-url='https://www.mirbsd.org/mksh.htm'
-license=('custom')
-arch=('i686' 'x86_64')
-install=mksh.install
-source=(https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$pkgver.tgz;
-'https://www.mirbsd.org/TaC-mksh.txt')
-depends=('gcc-libs')
-md5sums=('d57433d86d860b351ee0572800038fe9'
- '2ab409def9e4726f4835077f68c8c28b')
-
-build() {
-  cd $srcdir/$pkgname
-
-  sh Build.sh -r -c lto
-  ./test.sh
-  gzip -n9 mksh.1
-}
-
-package() {
-  cd $srcdir/$pkgname
-  install -D -m 755 mksh $pkgdir/bin/mksh
-  install -D -m 644 mksh.1.gz $pkgdir/usr/share/man/man1/mksh.1.gz
-  install -D -m 644 dot.mkshrc $pkgdir/etc/skel/.mkshrc
-  install -D -m 644 $srcdir/TaC-mksh.txt 
$pkgdir/usr/share/licenses/mksh/TaC-mksh.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mksh/repos/community-i686/PKGBUILD (from rev 85890, mksh/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-08 15:20:48 UTC (rev 85891)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
+# Contributor: Daniel Hommel dhom...@gmail.com
+
+pkgname=mksh
+pkgver=R44
+pkgrel=1
+pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
+url='https://www.mirbsd.org/mksh.htm'
+license=('custom')
+arch=('i686' 'x86_64')
+install=mksh.install
+source=(https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$pkgver.tgz;
+'https://www.mirbsd.org/TaC-mksh.txt')
+depends=('gcc-libs')
+md5sums=('fe011686319a8c50d5e237fd5e195fd8'
+ 'bd05936e20d699df5d47e4ad6223c9d4')
+
+build() {
+  cd $srcdir/$pkgname
+
+  sh Build.sh -r -c lto
+  ./test.sh
+  gzip -n9 mksh.1
+}
+
+package() {
+  cd $srcdir/$pkgname
+  install -D -m 755 mksh $pkgdir/bin/mksh
+  install -D -m 644 mksh.1.gz $pkgdir/usr/share/man/man1/mksh.1.gz
+  install -D -m 644 dot.mkshrc $pkgdir/etc/skel/.mkshrc
+  install -D -m 644 $srcdir/TaC-mksh.txt 
$pkgdir/usr/share/licenses/mksh/TaC-mksh.txt
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/mksh.install
===
--- community-i686/mksh.install 2013-03-08 15:20:42 UTC (rev 85890)
+++ community-i686/mksh.install 2013-03-08 15:20:48 UTC (rev 85891)
@@ -1,13 +0,0 @@
-post_install() {
-  grep -x /bin/mksh /etc/shells /dev/null || echo /bin/mksh /etc/shells
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
-  sed -i /^\/bin\/mksh$/d /etc/shells
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mksh/repos/community-i686/mksh.install (from rev 85890, 
mksh/trunk/mksh.install)
===
--- community-i686/mksh.install (rev 0)
+++ community-i686/mksh.install 2013-03-08 15:20:48 UTC (rev 85891)
@@ -0,0 +1,13 @@
+post_install() {
+  grep -x /bin/mksh /etc/shells /dev/null || echo /bin/mksh /etc/shells
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+  sed -i /^\/bin\/mksh$/d /etc/shells
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-08 15:20:42 UTC (rev 85890)
+++ community-x86_64/PKGBUILD   2013-03-08 15:20:48 UTC (rev 85891)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
-# Contributor: Daniel Hommel dhom...@gmail.com
-
-pkgname=mksh
-pkgver=R43

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

2013-03-08 Thread Giovanni Scafora
Date: Friday, March 8, 2013 @ 17:05:49
  Author: giovanni
Revision: 85892

upgpkg: calibre 0.9.22-1

upstream release

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-08 15:20:48 UTC (rev 85891)
+++ PKGBUILD2013-03-08 16:05:49 UTC (rev 85892)
@@ -5,8 +5,8 @@
 # Contributor: Larry Hajali larryh...@gmail.com
 
 pkgname=calibre
-pkgver=0.9.21
-pkgrel=3
+pkgver=0.9.22
+pkgrel=1
 pkgdesc=Ebook management application
 arch=('i686' 'x86_64') 
 url=http://calibre-ebook.com/;
@@ -23,7 +23,7 @@
 source=(http://calibre-ebook.googlecode.com/files/${pkgname}-${pkgver}.tar.xz;
 'desktop_integration.patch'
 'calibre-mount-helper')
-md5sums=('ee0e2d2dc735efcc573d1f77d64acf7e'
+md5sums=('216f21a63db4045c741b6190badcdda1'
  '8353d1878c5a498b3e49eddef473605f'
  '675cd87d41342119827ef706055491e7')
 



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

2013-03-08 Thread Giovanni Scafora
Date: Friday, March 8, 2013 @ 17:06:01
  Author: giovanni
Revision: 85893

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

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

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

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


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

2013-03-08 Thread Laurent Carlier
Date: Friday, March 8, 2013 @ 17:33:16
  Author: lcarlier
Revision: 85894

upgpkg: sauerbraten-data 2013_02_03_collect_edition-1

Update to last upstream release

Modified:
  sauerbraten-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-08 16:06:01 UTC (rev 85893)
+++ PKGBUILD2013-03-08 16:33:16 UTC (rev 85894)
@@ -6,16 +6,16 @@
 # Contributor: Jesse Young je...@eon.jlyo.org
 
 pkgname=sauerbraten-data
-pkgver=2013_01_14_collect_edition
+pkgver=2013_02_03_collect_edition
 pkgrel=1
 pkgdesc=Improved version of the Cube engine - datas files
 arch=('any')
 url=http://www.sauerbraten.org/;
 license=('ZLIB')
-makedepends=('sdl_mixer' 'sdl_image' 'libgl' 'glu' 'mesa')
+makedepends=('sdl_mixer' 'sdl_image' 'glu' 'mesa-libgl')
 
source=(http://downloads.sourceforge.net/sauerbraten/sauerbraten_${pkgver}_linux.tar.bz2
license.txt)
-md5sums=('56ed7179e4d1917fe7f832e135fffad7'
+md5sums=('2cfbd619981402898f97b93be08d58ac'
  'cf46cd0148f03b7477f7c54aec865abe')
 
 build() {



[arch-commits] Commit in sauerbraten-data/repos/community-any (6 files)

2013-03-08 Thread Laurent Carlier
Date: Friday, March 8, 2013 @ 17:33:31
  Author: lcarlier
Revision: 85895

archrelease: copy trunk to community-any

Added:
  sauerbraten-data/repos/community-any/PKGBUILD
(from rev 85894, sauerbraten-data/trunk/PKGBUILD)
  sauerbraten-data/repos/community-any/fix-indirect-linking.diff
(from rev 85894, sauerbraten-data/trunk/fix-indirect-linking.diff)
  sauerbraten-data/repos/community-any/license.txt
(from rev 85894, sauerbraten-data/trunk/license.txt)
Deleted:
  sauerbraten-data/repos/community-any/PKGBUILD
  sauerbraten-data/repos/community-any/fix-indirect-linking.diff
  sauerbraten-data/repos/community-any/license.txt

---+
 PKGBUILD  |   76 ++--
 fix-indirect-linking.diff |   40 +++
 license.txt   |   68 +++
 3 files changed, 92 insertions(+), 92 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-08 16:33:16 UTC (rev 85894)
+++ PKGBUILD2013-03-08 16:33:31 UTC (rev 85895)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier lordhea...@gmail.com
-# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
-# Contributor: Roman Kyrylych roman.kyryl...@gmail.com
-# Contributor: Christoph Siegenthaler c...@gmx.ch
-# Contributor: Jesse Young je...@eon.jlyo.org
-
-pkgname=sauerbraten-data
-pkgver=2013_01_14_collect_edition
-pkgrel=1
-pkgdesc=Improved version of the Cube engine - datas files
-arch=('any')
-url=http://www.sauerbraten.org/;
-license=('ZLIB')
-makedepends=('sdl_mixer' 'sdl_image' 'libgl' 'glu' 'mesa')
-source=(http://downloads.sourceforge.net/sauerbraten/sauerbraten_${pkgver}_linux.tar.bz2
-   license.txt)
-md5sums=('56ed7179e4d1917fe7f832e135fffad7'
- 'cf46cd0148f03b7477f7c54aec865abe')
-
-build() {
-  cd ${srcdir}/sauerbraten/src
-
-  make
-}
-
-package() {
-  cd ${srcdir}/sauerbraten
-
-  install -d ${pkgdir}/opt/sauerbraten
-  cp -r data ${pkgdir}/opt/sauerbraten
-  cp -r packages ${pkgdir}/opt/sauerbraten
-
-  # make namcap happy
-  #chmod -R go+rx ${pkgdir}/opt/sauerbraten/packages/argh
-
-  install -Dm644 ${srcdir}/license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/license.txt
-}

Copied: sauerbraten-data/repos/community-any/PKGBUILD (from rev 85894, 
sauerbraten-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-08 16:33:31 UTC (rev 85895)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Laurent Carlier lordhea...@gmail.com
+# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
+# Contributor: Roman Kyrylych roman.kyryl...@gmail.com
+# Contributor: Christoph Siegenthaler c...@gmx.ch
+# Contributor: Jesse Young je...@eon.jlyo.org
+
+pkgname=sauerbraten-data
+pkgver=2013_02_03_collect_edition
+pkgrel=1
+pkgdesc=Improved version of the Cube engine - datas files
+arch=('any')
+url=http://www.sauerbraten.org/;
+license=('ZLIB')
+makedepends=('sdl_mixer' 'sdl_image' 'glu' 'mesa-libgl')
+source=(http://downloads.sourceforge.net/sauerbraten/sauerbraten_${pkgver}_linux.tar.bz2
+   license.txt)
+md5sums=('2cfbd619981402898f97b93be08d58ac'
+ 'cf46cd0148f03b7477f7c54aec865abe')
+
+build() {
+  cd ${srcdir}/sauerbraten/src
+
+  make
+}
+
+package() {
+  cd ${srcdir}/sauerbraten
+
+  install -d ${pkgdir}/opt/sauerbraten
+  cp -r data ${pkgdir}/opt/sauerbraten
+  cp -r packages ${pkgdir}/opt/sauerbraten
+
+  # make namcap happy
+  #chmod -R go+rx ${pkgdir}/opt/sauerbraten/packages/argh
+
+  install -Dm644 ${srcdir}/license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/license.txt
+}

Deleted: fix-indirect-linking.diff
===
--- fix-indirect-linking.diff   2013-03-08 16:33:16 UTC (rev 85894)
+++ fix-indirect-linking.diff   2013-03-08 16:33:31 UTC (rev 85895)
@@ -1,20 +0,0 @@
-Index: sauerbraten/Makefile
-===
 sauerbraten.orig/Makefile  2010-07-29 21:24:21.0 -0400
-+++ sauerbraten/Makefile   2010-07-29 21:26:15.717746486 -0400
-@@ -21,11 +21,14 @@
- CLIENT_LIBS= -mwindows -Llib -lSDL -lSDL_image -lSDL_mixer -lzdll -lopengl32 
-lenet -lws2_32 -lwinmm
- else  
- CLIENT_INCLUDES= $(INCLUDES) -I/usr/X11R6/include `sdl-config --cflags`
--CLIENT_LIBS= -Lenet/.libs -lenet -L/usr/X11R6/lib `sdl-config --libs` 
-lSDL_image -lSDL_mixer -lz -lGL
-+CLIENT_LIBS= -Lenet/.libs -lenet -L/usr/X11R6/lib `sdl-config --libs` 
-lSDL_image -lSDL_mixer -lz -lGL -lX11
- endif
- ifeq ($(PLATFORM),Linux)
- CLIENT_LIBS+= -lrt
- endif
-+ifeq ($(PLATFORM),GNU/kFreeBSD)
-+CLIENT_LIBS+= -lrt
-+endif
- CLIENT_OBJS= \
-   shared/crypto.o \
-   shared/geom.o \

Copied: sauerbraten-data/repos/community-any/fix-indirect-linking.diff (from 
rev 85894, sauerbraten-data/trunk/fix-indirect-linking.diff)

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

2013-03-08 Thread Laurent Carlier
Date: Friday, March 8, 2013 @ 17:39:50
  Author: lcarlier
Revision: 85896

upgpkg: sauerbraten 2013_02_03_collect_edition-1

Update to last upstream release

Modified:
  sauerbraten/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-08 16:33:31 UTC (rev 85895)
+++ PKGBUILD2013-03-08 16:39:50 UTC (rev 85896)
@@ -6,13 +6,13 @@
 # Contributor: Jesse Young je...@eon.jlyo.org
 
 pkgname=sauerbraten
-pkgver=2013_01_14_collect_edition
+pkgver=2013_02_03_collect_edition
 pkgrel=1
 pkgdesc=FPS that uses an improved version of the Cube engine
 arch=('i686' 'x86_64')
 url=http://www.sauerbraten.org/;
 license=('ZLIB')
-makedepends=('sdl_mixer' 'sdl_image' 'libgl' 'mesa' 'glu' 'gendesk')
+makedepends=('sdl_mixer' 'sdl_image' 'mesa-libgl' 'glu' 'gendesk')
 install=sauerbraten.install
 backup=('etc/conf.d/sauerbraten')
 
source=(http://downloads.sourceforge.net/$pkgname/${pkgname}_${pkgver}_linux.tar.bz2
@@ -23,7 +23,7 @@
sauerbraten.install
sauerbraten.service
license.txt)
-md5sums=('56ed7179e4d1917fe7f832e135fffad7'
+md5sums=('2cfbd619981402898f97b93be08d58ac'
  'cb84f0baa72ad88b939a9e5fd0916559'
  '4a42c314d01ccdc4c76fad38d18c7434'
  'c28be8761ede9ca82b6ab311aa7f6d42'



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

2013-03-08 Thread Laurent Carlier
Date: Friday, March 8, 2013 @ 17:40:25
  Author: lcarlier
Revision: 85897

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

Added:
  sauerbraten/repos/community-i686/PKGBUILD
(from rev 85896, sauerbraten/trunk/PKGBUILD)
  sauerbraten/repos/community-i686/fix-indirect-linking.diff
(from rev 85896, sauerbraten/trunk/fix-indirect-linking.diff)
  sauerbraten/repos/community-i686/license.txt
(from rev 85896, sauerbraten/trunk/license.txt)
  sauerbraten/repos/community-i686/sauerbraten-client
(from rev 85896, sauerbraten/trunk/sauerbraten-client)
  sauerbraten/repos/community-i686/sauerbraten-server
(from rev 85896, sauerbraten/trunk/sauerbraten-server)
  sauerbraten/repos/community-i686/sauerbraten.confd
(from rev 85896, sauerbraten/trunk/sauerbraten.confd)
  sauerbraten/repos/community-i686/sauerbraten.install
(from rev 85896, sauerbraten/trunk/sauerbraten.install)
  sauerbraten/repos/community-i686/sauerbraten.png
(from rev 85896, sauerbraten/trunk/sauerbraten.png)
  sauerbraten/repos/community-i686/sauerbraten.rcd
(from rev 85896, sauerbraten/trunk/sauerbraten.rcd)
  sauerbraten/repos/community-i686/sauerbraten.service
(from rev 85896, sauerbraten/trunk/sauerbraten.service)
  sauerbraten/repos/community-x86_64/PKGBUILD
(from rev 85896, sauerbraten/trunk/PKGBUILD)
  sauerbraten/repos/community-x86_64/fix-indirect-linking.diff
(from rev 85896, sauerbraten/trunk/fix-indirect-linking.diff)
  sauerbraten/repos/community-x86_64/license.txt
(from rev 85896, sauerbraten/trunk/license.txt)
  sauerbraten/repos/community-x86_64/sauerbraten-client
(from rev 85896, sauerbraten/trunk/sauerbraten-client)
  sauerbraten/repos/community-x86_64/sauerbraten-server
(from rev 85896, sauerbraten/trunk/sauerbraten-server)
  sauerbraten/repos/community-x86_64/sauerbraten.confd
(from rev 85896, sauerbraten/trunk/sauerbraten.confd)
  sauerbraten/repos/community-x86_64/sauerbraten.install
(from rev 85896, sauerbraten/trunk/sauerbraten.install)
  sauerbraten/repos/community-x86_64/sauerbraten.png
(from rev 85896, sauerbraten/trunk/sauerbraten.png)
  sauerbraten/repos/community-x86_64/sauerbraten.rcd
(from rev 85896, sauerbraten/trunk/sauerbraten.rcd)
  sauerbraten/repos/community-x86_64/sauerbraten.service
(from rev 85896, sauerbraten/trunk/sauerbraten.service)
Deleted:
  sauerbraten/repos/community-i686/PKGBUILD
  sauerbraten/repos/community-i686/fix-indirect-linking.diff
  sauerbraten/repos/community-i686/license.txt
  sauerbraten/repos/community-i686/sauerbraten-client
  sauerbraten/repos/community-i686/sauerbraten-server
  sauerbraten/repos/community-i686/sauerbraten.confd
  sauerbraten/repos/community-i686/sauerbraten.install
  sauerbraten/repos/community-i686/sauerbraten.png
  sauerbraten/repos/community-i686/sauerbraten.rcd
  sauerbraten/repos/community-i686/sauerbraten.service
  sauerbraten/repos/community-x86_64/PKGBUILD
  sauerbraten/repos/community-x86_64/fix-indirect-linking.diff
  sauerbraten/repos/community-x86_64/license.txt
  sauerbraten/repos/community-x86_64/sauerbraten-client
  sauerbraten/repos/community-x86_64/sauerbraten-server
  sauerbraten/repos/community-x86_64/sauerbraten.confd
  sauerbraten/repos/community-x86_64/sauerbraten.install
  sauerbraten/repos/community-x86_64/sauerbraten.png
  sauerbraten/repos/community-x86_64/sauerbraten.rcd
  sauerbraten/repos/community-x86_64/sauerbraten.service

+
 community-i686/PKGBUILD|  126 +--
 community-i686/fix-indirect-linking.diff   |   40 
 community-i686/license.txt |   68 +++---
 community-i686/sauerbraten-client  |   20 ++--
 community-i686/sauerbraten-server  |   44 -
 community-i686/sauerbraten.confd   |6 -
 community-i686/sauerbraten.install |   44 -
 community-i686/sauerbraten.rcd |   74 +++
 community-i686/sauerbraten.service |   26 ++---
 community-x86_64/PKGBUILD  |  126 +--
 community-x86_64/fix-indirect-linking.diff |   40 
 community-x86_64/license.txt   |   68 +++---
 community-x86_64/sauerbraten-client|   20 ++--
 community-x86_64/sauerbraten-server|   44 -
 community-x86_64/sauerbraten.confd |6 -
 community-x86_64/sauerbraten.install   |   44 -
 community-x86_64/sauerbraten.rcd   |   74 +++
 community-x86_64/sauerbraten.service   |   26 ++---
 18 files changed, 448 insertions(+), 448 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-08 16:39:50 UTC (rev 85896)
+++ community-i686/PKGBUILD 2013-03-08 16:40:25 UTC (rev 85897)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier lordhea...@gmail.com
-# Contributor: 

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

2013-03-08 Thread Dave Reisner
Date: Friday, March 8, 2013 @ 19:50:48
  Author: dreisner
Revision: 179614

upgpkg: syslog-ng 3.4.1-2

- add ipv6 support (FS#34219)

Modified:
  syslog-ng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-08 14:04:07 UTC (rev 179613)
+++ PKGBUILD2013-03-08 18:50:48 UTC (rev 179614)
@@ -5,7 +5,7 @@
 
 pkgname=syslog-ng
 pkgver=3.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Next-generation syslogd with advanced networking and filtering 
capabilities
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -37,6 +37,7 @@
 --datadir=/usr/share/syslog-ng \
 --with-pidfile-dir=/run \
 --disable-spoof-source \
+--enable-ipv6 \
 --enable-systemd \
 --with-systemdsystemunitdir=/usr/lib/systemd/system
 



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

2013-03-08 Thread Dave Reisner
Date: Friday, March 8, 2013 @ 19:57:03
  Author: dreisner
Revision: 179615

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

Added:
  syslog-ng/repos/extra-i686/PKGBUILD
(from rev 179614, syslog-ng/trunk/PKGBUILD)
  syslog-ng/repos/extra-i686/syslog-ng.conf
(from rev 179614, syslog-ng/trunk/syslog-ng.conf)
  syslog-ng/repos/extra-i686/syslog-ng.install
(from rev 179614, syslog-ng/trunk/syslog-ng.install)
  syslog-ng/repos/extra-i686/syslog-ng.logrotate
(from rev 179614, syslog-ng/trunk/syslog-ng.logrotate)
  syslog-ng/repos/extra-x86_64/PKGBUILD
(from rev 179614, syslog-ng/trunk/PKGBUILD)
  syslog-ng/repos/extra-x86_64/syslog-ng.conf
(from rev 179614, syslog-ng/trunk/syslog-ng.conf)
  syslog-ng/repos/extra-x86_64/syslog-ng.install
(from rev 179614, syslog-ng/trunk/syslog-ng.install)
  syslog-ng/repos/extra-x86_64/syslog-ng.logrotate
(from rev 179614, syslog-ng/trunk/syslog-ng.logrotate)
Deleted:
  syslog-ng/repos/extra-i686/PKGBUILD
  syslog-ng/repos/extra-i686/syslog-ng.conf
  syslog-ng/repos/extra-i686/syslog-ng.conf.d
  syslog-ng/repos/extra-i686/syslog-ng.install
  syslog-ng/repos/extra-i686/syslog-ng.logrotate
  syslog-ng/repos/extra-i686/syslog-ng.rc
  syslog-ng/repos/extra-x86_64/PKGBUILD
  syslog-ng/repos/extra-x86_64/syslog-ng.conf
  syslog-ng/repos/extra-x86_64/syslog-ng.conf.d
  syslog-ng/repos/extra-x86_64/syslog-ng.install
  syslog-ng/repos/extra-x86_64/syslog-ng.logrotate
  syslog-ng/repos/extra-x86_64/syslog-ng.rc

--+
 extra-i686/PKGBUILD  |  112 ++
 extra-i686/syslog-ng.conf|  184 ++---
 extra-i686/syslog-ng.conf.d  |   10 --
 extra-i686/syslog-ng.install |   18 +--
 extra-i686/syslog-ng.logrotate   |   14 +-
 extra-i686/syslog-ng.rc  |   67 -
 extra-x86_64/PKGBUILD|  112 ++
 extra-x86_64/syslog-ng.conf  |  184 ++---
 extra-x86_64/syslog-ng.conf.d|   10 --
 extra-x86_64/syslog-ng.install   |   18 +--
 extra-x86_64/syslog-ng.logrotate |   14 +-
 extra-x86_64/syslog-ng.rc|   67 -
 12 files changed, 322 insertions(+), 488 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-08 18:50:48 UTC (rev 179614)
+++ extra-i686/PKGBUILD 2013-03-08 18:57:03 UTC (rev 179615)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner dreis...@archlinux.org
-# Contributor: Eric Bélanger e...@archlinux.org
-# Contributor: Aaron Griffin aa...@archlinux.org
-
-pkgname=syslog-ng
-pkgver=3.4.1
-pkgrel=1
-pkgdesc=Next-generation syslogd with advanced networking and filtering 
capabilities
-arch=('i686' 'x86_64')
-license=('GPL2')
-url=http://www.balabit.com/network-security/syslog-ng/;
-depends=('awk' 'eventlog' 'glib2' 'libcap' 'openssl' 'systemd')
-makedepends=('flex' 'pkg-config' 'python2')
-optdepends=('logrotate: for rotating log files')
-options=('!libtool')
-backup=('etc/syslog-ng/modules.conf'
-'etc/syslog-ng/scl.conf'
-'etc/syslog-ng/syslog-ng.conf'
-'etc/conf.d/syslog-ng'
-'etc/logrotate.d/syslog-ng')
-install=$pkgname.install
-source=(http://www.balabit.com/downloads/files/syslog-ng/sources/$pkgver/source/${pkgname}_$pkgver.tar.gz;
-syslog-ng.conf
-syslog-ng.conf.d
-syslog-ng.logrotate
-syslog-ng.rc)
-sha1sums=('e75892262863b77f74a401d19661164154f716e7'
-  '0aaf695ea6756b59198ff2e4af237b4a6186525d'
-  '9b2eb6ea9e27c9f1b6c1c855be211ec3da51d3c8'
-  '949128fe3d7f77a7aab99048061f885bc758000c'
-  '94af81a84e3add6653755122cdd5080694de059d')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc/syslog-ng \
---libexecdir=/usr/lib \
---localstatedir=/var/lib/syslog-ng \
---datadir=/usr/share/syslog-ng \
---with-pidfile-dir=/run \
---disable-spoof-source \
---enable-systemd \
---with-systemdsystemunitdir=/usr/lib/systemd/system
-
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-
-  install -dm755 $pkgdir/var/lib/syslog-ng 
$pkgdir/etc/syslog-ng/patterndb.d
-  install -Dm644 $srcdir/syslog-ng.conf 
$pkgdir/etc/syslog-ng/syslog-ng.conf
-  install -Dm644 $srcdir/syslog-ng.logrotate 
$pkgdir/etc/logrotate.d/syslog-ng
-  install -Dm755 $srcdir/syslog-ng.rc $pkgdir/etc/rc.d/syslog-ng
-  install -Dm644 $srcdir/syslog-ng.conf.d $pkgdir/etc/conf.d/syslog-ng
-}

Copied: syslog-ng/repos/extra-i686/PKGBUILD (from rev 179614, 
syslog-ng/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-08 18:57:03 UTC (rev 179615)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Contributor: Eric Bélanger e...@archlinux.org
+# Contributor: Aaron Griffin 

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

2013-03-08 Thread Sven-Hendrik Haase
Date: Friday, March 8, 2013 @ 21:05:28
  Author: svenstaro
Revision: 85898

upgpkg: pam_mysql 0.7RC1-7

Rebuild vs mariadb

Modified:
  pam_mysql/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-08 16:40:25 UTC (rev 85897)
+++ PKGBUILD2013-03-08 20:05:28 UTC (rev 85898)
@@ -4,12 +4,12 @@
 # Contributor: Manolis Tzanidakis
 pkgname=pam_mysql
 pkgver=0.7RC1
-pkgrel=6
+pkgrel=7
 pkgdesc=A PAM module to authenticate users against mysql.
 arch=(i686 x86_64)
 license=('GPL')
 url=http://pam-mysql.sourceforge.net;
-depends=('pam' 'mysql' 'openssl')
+depends=('pam' 'mariadb' 'openssl')
 
source=(http://sourceforge.net/projects/pam-mysql/files/pam-mysql/${pkgver}/${pkgname}-${pkgver}.tar.gz)
 md5sums=('6177183d7e98dc12f2e444c9fbd4f13c')
 options=(!libtool)



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

2013-03-08 Thread Sven-Hendrik Haase
Date: Friday, March 8, 2013 @ 21:05:43
  Author: svenstaro
Revision: 85899

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

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

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

Copied: pam_mysql/repos/community-staging-i686/PKGBUILD (from rev 85898, 
pam_mysql/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-08 20:05:43 UTC (rev 85899)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Arjan Timmermanar...@archlinux.org
+# Contributor: Manolis Tzanidakis
+pkgname=pam_mysql
+pkgver=0.7RC1
+pkgrel=7
+pkgdesc=A PAM module to authenticate users against mysql.
+arch=(i686 x86_64)
+license=('GPL')
+url=http://pam-mysql.sourceforge.net;
+depends=('pam' 'mariadb' 'openssl')
+source=(http://sourceforge.net/projects/pam-mysql/files/pam-mysql/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('6177183d7e98dc12f2e444c9fbd4f13c')
+options=(!libtool)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  sed -i 's/pam_mysql_la_LIBADD = /pam_mysql_la_LIBADD = -lpam/g' Makefile.in
+  ./configure --prefix=/usr --with-pam-mods-dir=/usr/lib/security
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}

Copied: pam_mysql/repos/community-staging-x86_64/PKGBUILD (from rev 85898, 
pam_mysql/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-03-08 20:05:43 UTC (rev 85899)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Arjan Timmermanar...@archlinux.org
+# Contributor: Manolis Tzanidakis
+pkgname=pam_mysql
+pkgver=0.7RC1
+pkgrel=7
+pkgdesc=A PAM module to authenticate users against mysql.
+arch=(i686 x86_64)
+license=('GPL')
+url=http://pam-mysql.sourceforge.net;
+depends=('pam' 'mariadb' 'openssl')
+source=(http://sourceforge.net/projects/pam-mysql/files/pam-mysql/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('6177183d7e98dc12f2e444c9fbd4f13c')
+options=(!libtool)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  sed -i 's/pam_mysql_la_LIBADD = /pam_mysql_la_LIBADD = -lpam/g' Makefile.in
+  ./configure --prefix=/usr --with-pam-mods-dir=/usr/lib/security
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}



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

2013-03-08 Thread Sven-Hendrik Haase
Date: Friday, March 8, 2013 @ 21:16:16
  Author: svenstaro
Revision: 85900

upgpkg: vim-taglist 46-1

Updating to 4.6

Modified:
  vim-taglist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-08 20:05:43 UTC (rev 85899)
+++ PKGBUILD2013-03-08 20:16:16 UTC (rev 85900)
@@ -3,9 +3,9 @@
 # Maintainer: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=vim-taglist
-pkgver=45
-_scriptid=7701
-pkgrel=5
+pkgver=46
+_scriptid=19574
+pkgrel=1
 pkgdesc=A source code browser plugin for vim
 arch=('any')
 url=http://vim-taglist.sourceforge.net/;
@@ -16,7 +16,7 @@
 install=vimdoc.install
 source=(http://www.vim.org/scripts/download_script.php?src_id=$_scriptid
 license.txt)
-md5sums=('99b5366a64eea6092bb140df7d4c1a95'
+md5sums=('96e2ba879964b3c9e790e3906934d0c0'
  'efbd5986e691ce8c876fb86e8f5961ea')
 
 build() {



[arch-commits] Commit in vim-taglist/repos/community-any (6 files)

2013-03-08 Thread Sven-Hendrik Haase
Date: Friday, March 8, 2013 @ 21:16:25
  Author: svenstaro
Revision: 85901

archrelease: copy trunk to community-any

Added:
  vim-taglist/repos/community-any/PKGBUILD
(from rev 85900, vim-taglist/trunk/PKGBUILD)
  vim-taglist/repos/community-any/license.txt
(from rev 85900, vim-taglist/trunk/license.txt)
  vim-taglist/repos/community-any/vimdoc.install
(from rev 85900, vim-taglist/trunk/vimdoc.install)
Deleted:
  vim-taglist/repos/community-any/PKGBUILD
  vim-taglist/repos/community-any/license.txt
  vim-taglist/repos/community-any/vimdoc.install

+
 PKGBUILD   |   76 +++
 license.txt|   16 +--
 vimdoc.install |   28 ++--
 3 files changed, 60 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-08 20:16:16 UTC (rev 85900)
+++ PKGBUILD2013-03-08 20:16:25 UTC (rev 85901)
@@ -1,38 +0,0 @@
-#$Id$
-# Contributor: Aaron Griffin aa...@archlinux.org
-# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=vim-taglist
-pkgver=45
-_scriptid=7701
-pkgrel=5
-pkgdesc=A source code browser plugin for vim
-arch=('any')
-url=http://vim-taglist.sourceforge.net/;
-license=('custom')
-depends=('vim' 'ctags')
-makedepends=('unzip')
-groups=('vim-plugins')
-install=vimdoc.install
-source=(http://www.vim.org/scripts/download_script.php?src_id=$_scriptid
-license.txt)
-md5sums=('99b5366a64eea6092bb140df7d4c1a95'
- 'efbd5986e691ce8c876fb86e8f5961ea')
-
-build() {
-   cd ${srcdir}
-
-   mv download_script.php?src_id=$_scriptid taglist_${pkgver}.zip
-   unzip -qqo taglist_${pkgver}.zip
-}
-
-package() {
-   cd ${srcdir}
-
-   installpath=${pkgdir}/usr/share/vim/vimfiles
-
-   install -Dm644 doc/taglist.txt $installpath/doc/taglist.txt
-   install -Dm644 plugin/taglist.vim $installpath/plugin/taglist.vim
-   install -Dm644 ${srcdir}/license.txt \
-   ${pkgdir}/usr/share/licenses/vim-taglist/license.txt
-}

Copied: vim-taglist/repos/community-any/PKGBUILD (from rev 85900, 
vim-taglist/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-08 20:16:25 UTC (rev 85901)
@@ -0,0 +1,38 @@
+#$Id$
+# Contributor: Aaron Griffin aa...@archlinux.org
+# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=vim-taglist
+pkgver=46
+_scriptid=19574
+pkgrel=1
+pkgdesc=A source code browser plugin for vim
+arch=('any')
+url=http://vim-taglist.sourceforge.net/;
+license=('custom')
+depends=('vim' 'ctags')
+makedepends=('unzip')
+groups=('vim-plugins')
+install=vimdoc.install
+source=(http://www.vim.org/scripts/download_script.php?src_id=$_scriptid
+license.txt)
+md5sums=('96e2ba879964b3c9e790e3906934d0c0'
+ 'efbd5986e691ce8c876fb86e8f5961ea')
+
+build() {
+   cd ${srcdir}
+
+   mv download_script.php?src_id=$_scriptid taglist_${pkgver}.zip
+   unzip -qqo taglist_${pkgver}.zip
+}
+
+package() {
+   cd ${srcdir}
+
+   installpath=${pkgdir}/usr/share/vim/vimfiles
+
+   install -Dm644 doc/taglist.txt $installpath/doc/taglist.txt
+   install -Dm644 plugin/taglist.vim $installpath/plugin/taglist.vim
+   install -Dm644 ${srcdir}/license.txt \
+   ${pkgdir}/usr/share/licenses/vim-taglist/license.txt
+}

Deleted: license.txt
===
--- license.txt 2013-03-08 20:16:16 UTC (rev 85900)
+++ license.txt 2013-03-08 20:16:25 UTC (rev 85901)
@@ -1,8 +0,0 @@
-Copyright (C) 2002-2007 Yegappan Lakshmanan
-Permission is hereby granted to use and distribute this code,
-with or without modifications, provided that this copyright
-notice is copied with it. Like anything else that's free,
-taglist.vim is provided *as is* and comes with no warranty of any
-kind, either expressed or implied. In no event will the copyright
-holder be liable for any damamges resulting from the use of this
-software.

Copied: vim-taglist/repos/community-any/license.txt (from rev 85900, 
vim-taglist/trunk/license.txt)
===
--- license.txt (rev 0)
+++ license.txt 2013-03-08 20:16:25 UTC (rev 85901)
@@ -0,0 +1,8 @@
+Copyright (C) 2002-2007 Yegappan Lakshmanan
+Permission is hereby granted to use and distribute this code,
+with or without modifications, provided that this copyright
+notice is copied with it. Like anything else that's free,
+taglist.vim is provided *as is* and comes with no warranty of any
+kind, either expressed or implied. In no event will the copyright
+holder be liable for any damamges resulting from the use of this
+software.

Deleted: vimdoc.install
===
--- vimdoc.install  2013-03-08 20:16:16 UTC (rev 85900)
+++ vimdoc.install 

[arch-commits] Commit in shadow/trunk (lastlog.tmpfiles)

2013-03-08 Thread Dave Reisner
Date: Friday, March 8, 2013 @ 21:19:07
  Author: dreisner
Revision: 179618

explicitly specify uid/gid/mode

Modified:
  shadow/trunk/lastlog.tmpfiles

--+
 lastlog.tmpfiles |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: lastlog.tmpfiles
===
--- lastlog.tmpfiles2013-03-08 19:33:52 UTC (rev 179617)
+++ lastlog.tmpfiles2013-03-08 20:19:07 UTC (rev 179618)
@@ -1 +1 @@
-f /var/log/lastlog
+f /var/log/lastlog 0644 root root



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

2013-03-08 Thread Giovanni Scafora
Date: Friday, March 8, 2013 @ 21:34:09
  Author: giovanni
Revision: 179619

upgpkg: gparted 0.14.1-2

Fixed FS34168

Modified:
  gparted/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-08 20:19:07 UTC (rev 179618)
+++ PKGBUILD2013-03-08 20:34:09 UTC (rev 179619)
@@ -5,7 +5,7 @@
 
 pkgname=gparted
 pkgver=0.14.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A Partition Magic clone, frontend to GNU Parted
 arch=('i686' 'x86_64')
 url=http://gparted.sourceforge.net;
@@ -42,12 +42,6 @@
   # Install policy file
   install -Dm644 ${srcdir}/org.archlinux.pkexec.gparted.policy 
${pkgdir}/usr/share/polkit-1/actions/org.archlinux.pkexec.gparted.policy
 
-  # Install launcher script
-  mkdir -p ${pkgdir}/usr/bin
-  echo '#!/bin/sh'  ${pkgdir}/usr/bin/gparted-pkexec
-  echo 'pkexec /usr/sbin/gparted $@'  ${pkgdir}/usr/bin/gparted-pkexec
-  chmod 755 ${pkgdir}/usr/bin/gparted-pkexec
-
   # Modify desktop file
-  sed -i -e s/Exec=.*/Exec=gparted-pkexec/ 
${pkgdir}/usr/share/applications/gparted.desktop
+  sed -i -e s|^Exec=.*|Exec=pkexec --disable-internal-agent 
/usr/sbin/gparted| ${pkgdir}/usr/share/applications/gparted.desktop
 }



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

2013-03-08 Thread Giovanni Scafora
Date: Friday, March 8, 2013 @ 21:34:20
  Author: giovanni
Revision: 179620

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

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

--+
 extra-i686/PKGBUILD  |  100 +
 extra-i686/gparted.install   |   22 ++--
 extra-i686/org.archlinux.pkexec.gparted.policy   |   40 
 extra-x86_64/PKGBUILD|  100 +
 extra-x86_64/gparted.install |   22 ++--
 extra-x86_64/org.archlinux.pkexec.gparted.policy |   40 
 6 files changed, 156 insertions(+), 168 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-08 20:34:09 UTC (rev 179619)
+++ extra-i686/PKGBUILD 2013-03-08 20:34:20 UTC (rev 179620)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Andrew Simmons andrew.simm...@gmail.com
-# Contributor: György Balló ball...@freestart.hu
-
-pkgname=gparted
-pkgver=0.14.1
-pkgrel=1
-pkgdesc=A Partition Magic clone, frontend to GNU Parted
-arch=('i686' 'x86_64')
-url=http://gparted.sourceforge.net;
-license=('GPL')
-depends=('parted' 'gtkmm' 'hicolor-icon-theme')
-makedepends=('intltool' 'pkg-config' 'gnome-doc-utils')
-optdepends=('dosfstools: for FAT16 and FAT32 partitions'
-'jfsutils: for jfs partitions'
-'ntfsprogs: for ntfs partitions'
-'reiserfsprogs: for reiser partitions'
-'xfsprogs: for xfs partitions'
-'nilfs-utils: for nilfs2 support'
-'polkit-gnome: to run gparted directly from menu'
-'gpart: for recovering corrupt partition tables'
-'mtools')
-install=gparted.install
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2;
-'org.archlinux.pkexec.gparted.policy')
-md5sums=('1ffe859c70e102a776dffb1ff0a2164a'
- '27c264cfad8fa413d75954dda7a2dd50')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  # Install policy file
-  install -Dm644 ${srcdir}/org.archlinux.pkexec.gparted.policy 
${pkgdir}/usr/share/polkit-1/actions/org.archlinux.pkexec.gparted.policy
-
-  # Install launcher script
-  mkdir -p ${pkgdir}/usr/bin
-  echo '#!/bin/sh'  ${pkgdir}/usr/bin/gparted-pkexec
-  echo 'pkexec /usr/sbin/gparted $@'  ${pkgdir}/usr/bin/gparted-pkexec
-  chmod 755 ${pkgdir}/usr/bin/gparted-pkexec
-
-  # Modify desktop file
-  sed -i -e s/Exec=.*/Exec=gparted-pkexec/ 
${pkgdir}/usr/share/applications/gparted.desktop
-}

Copied: gparted/repos/extra-i686/PKGBUILD (from rev 179619, 
gparted/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-08 20:34:20 UTC (rev 179620)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Andrew Simmons andrew.simm...@gmail.com
+# Contributor: György Balló ball...@freestart.hu
+
+pkgname=gparted
+pkgver=0.14.1
+pkgrel=2
+pkgdesc=A Partition Magic clone, frontend to GNU Parted
+arch=('i686' 'x86_64')
+url=http://gparted.sourceforge.net;
+license=('GPL')
+depends=('parted' 'gtkmm' 'hicolor-icon-theme')
+makedepends=('intltool' 'pkg-config' 'gnome-doc-utils')
+optdepends=('dosfstools: for FAT16 and FAT32 partitions'
+'jfsutils: for jfs partitions'
+'ntfsprogs: for ntfs partitions'
+'reiserfsprogs: for reiser partitions'
+'xfsprogs: for xfs partitions'
+'nilfs-utils: for nilfs2 support'
+'polkit-gnome: to run gparted directly from menu'
+'gpart: for recovering corrupt partition tables'
+'mtools')
+install=gparted.install

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

2013-03-08 Thread Eric Bélanger
Date: Friday, March 8, 2013 @ 21:38:01
  Author: eric
Revision: 179621

upgpkg: serf 1.2.0-1

Upstream update, Add check function

Modified:
  serf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-08 20:34:20 UTC (rev 179620)
+++ PKGBUILD2013-03-08 20:38:01 UTC (rev 179621)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Stéphane Gaudreault steph...@archlinux.org
 pkgname=serf
-pkgver=1.1.1
+pkgver=1.2.0
 pkgrel=1
 pkgdesc=High-performance asynchronous HTTP client library
 url=http://code.google.com/p/serf/;
@@ -9,7 +9,7 @@
 license=('Apache')
 depends=('apr' 'apr-util' 'openssl' 'zlib')
 source=(http://serf.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('1ec4689ef57e7c28e7371df00d0ccc3e32ef6457')
+sha1sums=('30b29bd9214d50887abcc20cf82096aaaf5d1d61')
 options=('!libtool')
 
 build() {
@@ -19,6 +19,12 @@
   make
 }
 
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make check
+}
+
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
 



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

2013-03-08 Thread Eric Bélanger
Date: Friday, March 8, 2013 @ 21:38:44
  Author: eric
Revision: 179622

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-08 20:38:01 UTC (rev 179621)
+++ extra-i686/PKGBUILD 2013-03-08 20:38:44 UTC (rev 179622)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-pkgname=serf
-pkgver=1.1.1
-pkgrel=1
-pkgdesc=High-performance asynchronous HTTP client library
-url=http://code.google.com/p/serf/;
-arch=('i686' 'x86_64')
-license=('Apache')
-depends=('apr' 'apr-util' 'openssl' 'zlib')
-source=(http://serf.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('1ec4689ef57e7c28e7371df00d0ccc3e32ef6457')
-options=('!libtool')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --with-apr=/usr --with-apr-util=/usr 
--with-openssl=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  rm ${pkgdir}/usr/lib/libserf-1.a
-}

Copied: serf/repos/extra-i686/PKGBUILD (from rev 179621, serf/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-08 20:38:44 UTC (rev 179622)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+pkgname=serf
+pkgver=1.2.0
+pkgrel=1
+pkgdesc=High-performance asynchronous HTTP client library
+url=http://code.google.com/p/serf/;
+arch=('i686' 'x86_64')
+license=('Apache')
+depends=('apr' 'apr-util' 'openssl' 'zlib')
+source=(http://serf.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('30b29bd9214d50887abcc20cf82096aaaf5d1d61')
+options=('!libtool')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --with-apr=/usr --with-apr-util=/usr 
--with-openssl=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  rm ${pkgdir}/usr/lib/libserf-1.a
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-03-08 20:38:01 UTC (rev 179621)
+++ extra-x86_64/PKGBUILD   2013-03-08 20:38:44 UTC (rev 179622)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-pkgname=serf
-pkgver=1.1.1
-pkgrel=1
-pkgdesc=High-performance asynchronous HTTP client library
-url=http://code.google.com/p/serf/;
-arch=('i686' 'x86_64')
-license=('Apache')
-depends=('apr' 'apr-util' 'openssl' 'zlib')
-source=(http://serf.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('1ec4689ef57e7c28e7371df00d0ccc3e32ef6457')
-options=('!libtool')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --with-apr=/usr --with-apr-util=/usr 
--with-openssl=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  rm ${pkgdir}/usr/lib/libserf-1.a
-}

Copied: serf/repos/extra-x86_64/PKGBUILD (from rev 179621, serf/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-03-08 20:38:44 UTC (rev 179622)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+pkgname=serf
+pkgver=1.2.0
+pkgrel=1
+pkgdesc=High-performance asynchronous HTTP client library
+url=http://code.google.com/p/serf/;
+arch=('i686' 'x86_64')
+license=('Apache')
+depends=('apr' 'apr-util' 'openssl' 'zlib')
+source=(http://serf.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('30b29bd9214d50887abcc20cf82096aaaf5d1d61')
+options=('!libtool')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --with-apr=/usr --with-apr-util=/usr 
--with-openssl=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  rm ${pkgdir}/usr/lib/libserf-1.a
+}



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

2013-03-08 Thread Eric Bélanger
Date: Friday, March 8, 2013 @ 22:02:35
  Author: eric
Revision: 179623

upgpkg: meld 1.7.0-1

Upstream update, Add hicolor-icon-theme depends

Modified:
  meld/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-08 20:38:44 UTC (rev 179622)
+++ PKGBUILD2013-03-08 21:02:35 UTC (rev 179623)
@@ -3,19 +3,19 @@
 # Maintainer: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=meld
-pkgver=1.6.1
+pkgver=1.7.0
 pkgrel=1
 pkgdesc='Visual diff and merge tool'
 arch=('any')
 url='http://meld.sourceforge.net/'
 license=('GPL')
-depends=('pygtk')
+depends=('pygtk' 'hicolor-icon-theme')
 makedepends=('intltool' 'gnome-doc-utils')
 optdepends=('pygtksourceview2: syntax highlighting'
 'gnome-python: gnome integration')
 install=meld.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('de9c4d526c7489b6e6c5772b709aea4b77e1b3d1b6cd1701fc1c17ea81733a03')
+sha256sums=('d355dba06a39e38ffee93a6b205888db648a0308bc8a5efe3a9c7a42ed91370b')
 
 build() {
 cd $pkgname-$pkgver



[arch-commits] Commit in meld/repos/extra-any (4 files)

2013-03-08 Thread Eric Bélanger
Date: Friday, March 8, 2013 @ 22:02:53
  Author: eric
Revision: 179624

archrelease: copy trunk to extra-any

Added:
  meld/repos/extra-any/PKGBUILD
(from rev 179623, meld/trunk/PKGBUILD)
  meld/repos/extra-any/meld.install
(from rev 179623, meld/trunk/meld.install)
Deleted:
  meld/repos/extra-any/PKGBUILD
  meld/repos/extra-any/meld.install

--+
 PKGBUILD |   58 -
 meld.install |   22 ++---
 2 files changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-08 21:02:35 UTC (rev 179623)
+++ PKGBUILD2013-03-08 21:02:53 UTC (rev 179624)
@@ -1,29 +0,0 @@
-# $Id$
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=meld
-pkgver=1.6.1
-pkgrel=1
-pkgdesc='Visual diff and merge tool'
-arch=('any')
-url='http://meld.sourceforge.net/'
-license=('GPL')
-depends=('pygtk')
-makedepends=('intltool' 'gnome-doc-utils')
-optdepends=('pygtksourceview2: syntax highlighting'
-'gnome-python: gnome integration')
-install=meld.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('de9c4d526c7489b6e6c5772b709aea4b77e1b3d1b6cd1701fc1c17ea81733a03')
-
-build() {
-cd $pkgname-$pkgver
-make PYTHON=/usr/bin/python2 prefix=/usr
-}
-
-package() {
-cd $pkgname-$pkgver
-make PYTHON=/usr/bin/python2 prefix=/usr DESTDIR=$pkgdir install
-sed -i -e 's#env python#env python2#' $pkgdir/usr/bin/meld
-}

Copied: meld/repos/extra-any/PKGBUILD (from rev 179623, meld/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-08 21:02:53 UTC (rev 179624)
@@ -0,0 +1,29 @@
+# $Id$
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=meld
+pkgver=1.7.0
+pkgrel=1
+pkgdesc='Visual diff and merge tool'
+arch=('any')
+url='http://meld.sourceforge.net/'
+license=('GPL')
+depends=('pygtk' 'hicolor-icon-theme')
+makedepends=('intltool' 'gnome-doc-utils')
+optdepends=('pygtksourceview2: syntax highlighting'
+'gnome-python: gnome integration')
+install=meld.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d355dba06a39e38ffee93a6b205888db648a0308bc8a5efe3a9c7a42ed91370b')
+
+build() {
+cd $pkgname-$pkgver
+make PYTHON=/usr/bin/python2 prefix=/usr
+}
+
+package() {
+cd $pkgname-$pkgver
+make PYTHON=/usr/bin/python2 prefix=/usr DESTDIR=$pkgdir install
+sed -i -e 's#env python#env python2#' $pkgdir/usr/bin/meld
+}

Deleted: meld.install
===
--- meld.install2013-03-08 21:02:35 UTC (rev 179623)
+++ meld.install2013-03-08 21:02:53 UTC (rev 179624)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: meld/repos/extra-any/meld.install (from rev 179623, 
meld/trunk/meld.install)
===
--- meld.install(rev 0)
+++ meld.install2013-03-08 21:02:53 UTC (rev 179624)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2013-03-08 Thread Sven-Hendrik Haase
Date: Friday, March 8, 2013 @ 22:22:24
  Author: svenstaro
Revision: 85902

upgpkg: vim-colorsamplerpack 2012.10.28-1

Updating to 2012.10.28

Modified:
  vim-colorsamplerpack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-08 20:16:25 UTC (rev 85901)
+++ PKGBUILD2013-03-08 21:22:24 UTC (rev 85902)
@@ -3,9 +3,9 @@
 # Maintainer: 
 
 pkgname=vim-colorsamplerpack
-pkgver=8.03
-pkgrel=3
-_scriptid=12179
+pkgver=2012.10.28
+pkgrel=1
+_scriptid=18915
 pkgdesc=Different colorschemes for vim
 arch=('any')
 url=http://www.vim.org/scripts/script.php?script_id=625;
@@ -15,7 +15,7 @@
 groups=('vim-plugins')
 
source=(ColorSamplerPack.zip::http://www.vim.org/scripts/download_script.php?src_id=$_scriptid;
 'LICENSE')
-md5sums=('71d097ce83e4a0896843c8819f175aef'
+md5sums=('b0f1bd54b396e3d6032c01ef1fb421b6'
  'f4639ddafc68f49395c25fb4caf0d6f7')
 
 build() {



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

2013-03-08 Thread Sven-Hendrik Haase
Date: Friday, March 8, 2013 @ 22:22:32
  Author: svenstaro
Revision: 85903

archrelease: copy trunk to community-any

Added:
  vim-colorsamplerpack/repos/community-any/LICENSE
(from rev 85902, vim-colorsamplerpack/trunk/LICENSE)
  vim-colorsamplerpack/repos/community-any/PKGBUILD
(from rev 85902, vim-colorsamplerpack/trunk/PKGBUILD)
Deleted:
  vim-colorsamplerpack/repos/community-any/LICENSE
  vim-colorsamplerpack/repos/community-any/PKGBUILD

--+
 LICENSE  |  414 ++---
 PKGBUILD |   72 +-
 2 files changed, 243 insertions(+), 243 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2013-03-08 21:22:24 UTC (rev 85902)
+++ LICENSE 2013-03-08 21:22:32 UTC (rev 85903)
@@ -1,207 +0,0 @@
-Compiled licenses for the vim color schemes. Most schemes don't have any 
specified license. For those that have one, they are listed below.
-
-
-== pkg/usr/share/vim/colors/calmar256-light.vim ==
- Vim color file:  calmar256-dark.vim
- Last Change: 21. Aug 2007
- License: public domain
- Maintainer:: calmar m...@calmar.ws
-
-
-== pkg/usr/share/vim/colors/cleanphp.vim ==
- Vim color file
- Maintainer:   Billy McIntosh billymcint...@ntlworld.com
- Last Change:  June 24, 2003
- Licence:  Public Domain
-
-
-== pkg/usr/share/vim/colors/dante.vim ==
-
- File: /home/caciano/.vim/dante.vim
- Created: Thu, 23 May 2002 00:12:20 -0300 (caciano)
- Updated: Sat, 24 Aug 2002 14:04:21 -0300 (caciano)
- Copyright (C) 2002, Caciano Machado caci...@inf.ufrgs.br
-
-
-
-== pkg/usr/share/vim/colors/ekvoli.vim ==
- Vim color file
- Maintainer:   Preben Randhol randhol+ekv...@pvv.org
- Last Change:  2008 Feb 24
- License:  GNU Public License (GPL) v2
-
-
-
-== pkg/usr/share/vim/colors/lettuce.vim ==
- Vim color file
- Version:1.2 2007.08.08
- Author: Valyaeff Valentin hhyperr AT gmail DOT com
- License:GPL
-
- Copyright 2007 Valyaeff Valentin
-
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program.  If not, see http://www.gnu.org/licenses/.
-
-
-== pkg/usr/share/vim/colors/marklar.vim ==
- --
- Filename:  marklar.vim
- Last Modified: Nov, 30 2006 (13:01)
- Version:   0.5
- Maintainer:SM Smithfield (m_smithfield AT yahoo DOT com)
- Copyright: 2006 SM Smithfield
-This script is free software; you can redistribute it and/or 
-modify it under the terms of the GNU General Public License 
as 
-published by the Free Software Foundation; either version 2 
of 
-the License, or (at your option) any later version. 
- Description:   Vim colorscheme file.
- Install:   Put this file in the users colors directory (~/.vim/colors)
-then load it with :colorscheme marklar
- --
-
-
-== pkg/usr/share/vim/colors/martin_krischik.vim ==

-  Description: My personal colors
-  $Id: martin_krischik.vim 458 2006-11-18 09:42:10Z krischik $
-Copyright: Copyright (C) 2006 Martin Krischik
-   Maintainer:Martin Krischik
-  $Author: krischik $
-$Date: 2006-11-18 10:42:10 +0100 (Sa, 18 Nov 2006) $
-  Version: 3.2
-$Revision: 458 $
- $HeadURL: 
https://svn.sourceforge.net/svnroot/gnuada/trunk/tools/vim/colors/martin_krischik.vim
 $
-Note: Tried and Tested for 'builtin_gui', 'xterm' (KDE Konsole)
-  'vt320' (OpenVMS) and 'linux' (Linux Console).
-  History: 16.05.2006 MK Check that all vim 7.0 colors are set
-  16.05.2006 MK Split GUI from terminal.
-  24.05.2006 MK Unified Headers
-  24.07.2006 MK Omni-Completion Colors.
-   15.10.2006 MK Bram's suggestion for runtime integration
-   Usage: copy to colors directory
---
-
-
-== pkg/usr/share/vim/colors/motus.vim ==
- Vim color file
- Dark (grey on black) color scheme based on on a popular torte config.
- Maintainer: Sergei Matusevich mo...@motus.kiev.ua
- ICQ: 31114346 Yahoo: motus2
- http://motus.kiev.ua/motus2/Files/motus.vim
- Last Change: 3 November 2005
- Orinal torte screme maintainer: Thorsten Maerz i...@netztorte.de
- Licence: Public 

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

2013-03-08 Thread Eric Bélanger
Date: Friday, March 8, 2013 @ 22:37:00
  Author: eric
Revision: 179625

upgpkg: libdiscid 0.4.1-1

Upstream update

Modified:
  libdiscid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-08 21:02:53 UTC (rev 179624)
+++ PKGBUILD2013-03-08 21:37:00 UTC (rev 179625)
@@ -3,7 +3,7 @@
 # Contributor: Eric Gillingham sy...@sysrq.tk
 
 pkgname=libdiscid
-pkgver=0.3.2
+pkgver=0.4.1
 pkgrel=1
 pkgdesc=A Library for creating MusicBrainz DiscIDs
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('glibc')
 options=('!libtool')
 
source=(http://ftp.musicbrainz.org/pub/musicbrainz/libdiscid/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('eeffcbf2e63ee056b0e0a3dd967233ce')
+md5sums=('d8287c46dff9858c2ce2d70154fe6f4c')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-03-08 Thread Eric Bélanger
Date: Friday, March 8, 2013 @ 22:37:31
  Author: eric
Revision: 179626

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-08 21:37:00 UTC (rev 179625)
+++ extra-i686/PKGBUILD 2013-03-08 21:37:31 UTC (rev 179626)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Eric Gillingham sy...@sysrq.tk
-
-pkgname=libdiscid
-pkgver=0.3.2
-pkgrel=1
-pkgdesc=A Library for creating MusicBrainz DiscIDs
-arch=('i686' 'x86_64')
-url=http://musicbrainz.org/doc/libdiscid;
-license=('LGPL')
-depends=('glibc')
-options=('!libtool')
-source=(http://ftp.musicbrainz.org/pub/musicbrainz/libdiscid/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('eeffcbf2e63ee056b0e0a3dd967233ce')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libdiscid/repos/extra-i686/PKGBUILD (from rev 179625, 
libdiscid/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-08 21:37:31 UTC (rev 179626)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Eric Gillingham sy...@sysrq.tk
+
+pkgname=libdiscid
+pkgver=0.4.1
+pkgrel=1
+pkgdesc=A Library for creating MusicBrainz DiscIDs
+arch=('i686' 'x86_64')
+url=http://musicbrainz.org/doc/libdiscid;
+license=('LGPL')
+depends=('glibc')
+options=('!libtool')
+source=(http://ftp.musicbrainz.org/pub/musicbrainz/libdiscid/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('d8287c46dff9858c2ce2d70154fe6f4c')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-03-08 21:37:00 UTC (rev 179625)
+++ extra-x86_64/PKGBUILD   2013-03-08 21:37:31 UTC (rev 179626)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Eric Gillingham sy...@sysrq.tk
-
-pkgname=libdiscid
-pkgver=0.3.2
-pkgrel=1
-pkgdesc=A Library for creating MusicBrainz DiscIDs
-arch=('i686' 'x86_64')
-url=http://musicbrainz.org/doc/libdiscid;
-license=('LGPL')
-depends=('glibc')
-options=('!libtool')
-source=(http://ftp.musicbrainz.org/pub/musicbrainz/libdiscid/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('eeffcbf2e63ee056b0e0a3dd967233ce')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libdiscid/repos/extra-x86_64/PKGBUILD (from rev 179625, 
libdiscid/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-03-08 21:37:31 UTC (rev 179626)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Eric Gillingham sy...@sysrq.tk
+
+pkgname=libdiscid
+pkgver=0.4.1
+pkgrel=1
+pkgdesc=A Library for creating MusicBrainz DiscIDs
+arch=('i686' 'x86_64')
+url=http://musicbrainz.org/doc/libdiscid;
+license=('LGPL')
+depends=('glibc')
+options=('!libtool')
+source=(http://ftp.musicbrainz.org/pub/musicbrainz/libdiscid/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('d8287c46dff9858c2ce2d70154fe6f4c')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2013-03-08 Thread Alexander Rødseth
Date: Friday, March 8, 2013 @ 22:45:42
  Author: arodseth
Revision: 85904

upgpkg: ruby-gtk3 1.2.1-3, dep fix for FS#34171

Modified:
  ruby-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-08 21:22:32 UTC (rev 85903)
+++ PKGBUILD2013-03-08 21:45:42 UTC (rev 85904)
@@ -9,7 +9,7 @@
 pkgname=('ruby-gtk3' 'ruby-gdk3')
 depends=('ruby-atk' 'ruby-gdkpixbuf2' 'ruby-glib2' 'ruby-pango')
 pkgver=1.2.1
-pkgrel=2
+pkgrel=3
 arch=('x86_64' 'i686')
 url='http://ruby-gnome2.sourceforge.jp/'
 license=('LGPL')
@@ -26,7 +26,7 @@
 package_ruby-gtk3() {
   pkgdesc='Ruby bindings for gtk3'
   depends=('gtk3' ruby-glib2=$pkgver ruby-pango=$pkgver ruby-atk=$pkgver
-   ruby-gdkpixbuf2=$pkgver)
+   ruby-gdkpixbuf2=$pkgver ruby-gdk3=$pkgver)
 
cd $srcdir/ruby-gtk3-$pkgver/gtk3
make DESTDIR=$pkgdir/ install
@@ -37,6 +37,7 @@
   depends=('ruby' 'gtk3')
 
cd $srcdir/ruby-gtk3-$pkgver/gdk3
+  [ $CARCH == 'i686' ]  mkdir -p /usr/lib/ruby/vendor_ruby/1.9.1/i686-linux
make DESTDIR=$pkgdir/ install
 }
 



[arch-commits] Commit in ruby-gtk3/repos/community-i686 (PKGBUILD PKGBUILD)

2013-03-08 Thread Alexander Rødseth
Date: Friday, March 8, 2013 @ 22:45:51
  Author: arodseth
Revision: 85905

archrelease: copy trunk to community-i686

Added:
  ruby-gtk3/repos/community-i686/PKGBUILD
(from rev 85904, ruby-gtk3/trunk/PKGBUILD)
Deleted:
  ruby-gtk3/repos/community-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-08 21:45:42 UTC (rev 85904)
+++ PKGBUILD2013-03-08 21:45:51 UTC (rev 85905)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Eric Bélanger
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Bjorn Lindeijer bj...@lindeijer.nl
-# Contributor: kritoke krit...@nospam.gmail.com
-
-pkgbase=ruby-gtk3
-pkgname=('ruby-gtk3' 'ruby-gdk3')
-depends=('ruby-atk' 'ruby-gdkpixbuf2' 'ruby-glib2' 'ruby-pango')
-pkgver=1.2.1
-pkgrel=2
-arch=('x86_64' 'i686')
-url='http://ruby-gnome2.sourceforge.jp/'
-license=('LGPL')
-makedepends=('ruby-pkgconfig' 'ruby-cairo' 'gtk3')
-source=(http://downloads.sourceforge.net/ruby-gnome2/ruby-gtk3-$pkgver.tar.gz;)
-sha256sums=('78c7dbfaebabefe0f5a3d96c779cc08ea949a354e3f7cd1ff797d850ded4168a')
-
-build() {
-   cd $srcdir/ruby-gtk3-$pkgver
-   LANG=en_US.UTF-8 ruby extconf.rb gtk3 gdk3 --vendor
-   make
-}
-
-package_ruby-gtk3() {
-  pkgdesc='Ruby bindings for gtk3'
-  depends=('gtk3' ruby-glib2=$pkgver ruby-pango=$pkgver ruby-atk=$pkgver
-   ruby-gdkpixbuf2=$pkgver)
-
-   cd $srcdir/ruby-gtk3-$pkgver/gtk3
-   make DESTDIR=$pkgdir/ install
-}
-
-package_ruby-gdk3() {
-  pkgdesc='Ruby bindings for gdk3'
-  depends=('ruby' 'gtk3')
-
-   cd $srcdir/ruby-gtk3-$pkgver/gdk3
-   make DESTDIR=$pkgdir/ install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ruby-gtk3/repos/community-i686/PKGBUILD (from rev 85904, 
ruby-gtk3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-08 21:45:51 UTC (rev 85905)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Eric Bélanger
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: Bjorn Lindeijer bj...@lindeijer.nl
+# Contributor: kritoke krit...@nospam.gmail.com
+
+pkgbase=ruby-gtk3
+pkgname=('ruby-gtk3' 'ruby-gdk3')
+depends=('ruby-atk' 'ruby-gdkpixbuf2' 'ruby-glib2' 'ruby-pango')
+pkgver=1.2.1
+pkgrel=3
+arch=('x86_64' 'i686')
+url='http://ruby-gnome2.sourceforge.jp/'
+license=('LGPL')
+makedepends=('ruby-pkgconfig' 'ruby-cairo' 'gtk3')
+source=(http://downloads.sourceforge.net/ruby-gnome2/ruby-gtk3-$pkgver.tar.gz;)
+sha256sums=('78c7dbfaebabefe0f5a3d96c779cc08ea949a354e3f7cd1ff797d850ded4168a')
+
+build() {
+   cd $srcdir/ruby-gtk3-$pkgver
+   LANG=en_US.UTF-8 ruby extconf.rb gtk3 gdk3 --vendor
+   make
+}
+
+package_ruby-gtk3() {
+  pkgdesc='Ruby bindings for gtk3'
+  depends=('gtk3' ruby-glib2=$pkgver ruby-pango=$pkgver ruby-atk=$pkgver
+   ruby-gdkpixbuf2=$pkgver ruby-gdk3=$pkgver)
+
+   cd $srcdir/ruby-gtk3-$pkgver/gtk3
+   make DESTDIR=$pkgdir/ install
+}
+
+package_ruby-gdk3() {
+  pkgdesc='Ruby bindings for gdk3'
+  depends=('ruby' 'gtk3')
+
+   cd $srcdir/ruby-gtk3-$pkgver/gdk3
+  [ $CARCH == 'i686' ]  mkdir -p /usr/lib/ruby/vendor_ruby/1.9.1/i686-linux
+   make DESTDIR=$pkgdir/ install
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-03-08 Thread Sven-Hendrik Haase
Date: Friday, March 8, 2013 @ 22:48:54
  Author: svenstaro
Revision: 85906

upgpkg: teamspeak3 3.0.10-1

3.0.10

Modified:
  teamspeak3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-08 21:45:51 UTC (rev 85905)
+++ PKGBUILD2013-03-08 21:48:54 UTC (rev 85906)
@@ -3,30 +3,28 @@
 # Contributor: J.W. Birdsong  jwbirdsongATmailDOTcom
 
 pkgname=teamspeak3
-pkgver=3.0.9.2
-pkgrel=4
+pkgver=3.0.10
+pkgrel=1
 pkgdesc=TeamSpeak is software for quality voice communication via the 
Internet
 url=http://www.teamspeak.com/;
 license=('custom')
 depends=('qt4' 'libpulse')
 arch=('i686' 'x86_64')
 
source=(http://teamspeak.gameserver.gamed.de/ts3/releases/${pkgver}/TeamSpeak3-Client-linux_x86-${pkgver}.run;
+
http://teamspeak.gameserver.gamed.de/ts3/releases/${pkgver}/TeamSpeak3-Client-linux_amd64-${pkgver}.run;
 'teamspeak3.desktop'
 'icon.xpm'
 'teamspeak3.launcher')
-md5sums=('b9ca1362f6f79644357c5558ee5ddfd2'
+md5sums=('1a0f4fa7effca1419d74f7bac2c9a8e4'
+ '73f0328f4d64150b6465932e624725df'
  '98e987a42511f159fa2228f5e0bffed1'
  '19f103384e4c1a0aafc8fed44de0c87b'
  '170fcbb1b468ce4f3dba7ee3fb2a1c6d')
 
-_TSARCH='x86'
-if [ $CARCH == x86_64 ]; then
-  
source[0]=http://teamspeak.gameserver.gamed.de/ts3/releases/${pkgver}/TeamSpeak3-Client-linux_amd64-${pkgver}.run;
-  md5sums[0]='a15002b92e3cd4585dc9ce07818bf446'
-  _TSARCH='amd64'
-fi
+[[ $CARCH == i686 ]]  _TSARCH='x86'
+[[ $CARCH == x86_64 ]]  _TSARCH='amd64'
 
-build() {
+package() {
   cd ${srcdir}
 
   # Create Destination Directories



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

2013-03-08 Thread Sven-Hendrik Haase
Date: Friday, March 8, 2013 @ 22:49:15
  Author: svenstaro
Revision: 85907

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

Added:
  teamspeak3/repos/community-i686/PERMISSION.eml
(from rev 85906, teamspeak3/trunk/PERMISSION.eml)
  teamspeak3/repos/community-i686/PKGBUILD
(from rev 85906, teamspeak3/trunk/PKGBUILD)
  teamspeak3/repos/community-i686/icon.xpm
(from rev 85906, teamspeak3/trunk/icon.xpm)
  teamspeak3/repos/community-i686/teamspeak3.desktop
(from rev 85906, teamspeak3/trunk/teamspeak3.desktop)
  teamspeak3/repos/community-i686/teamspeak3.launcher
(from rev 85906, teamspeak3/trunk/teamspeak3.launcher)
  teamspeak3/repos/community-x86_64/PERMISSION.eml
(from rev 85906, teamspeak3/trunk/PERMISSION.eml)
  teamspeak3/repos/community-x86_64/PKGBUILD
(from rev 85906, teamspeak3/trunk/PKGBUILD)
  teamspeak3/repos/community-x86_64/icon.xpm
(from rev 85906, teamspeak3/trunk/icon.xpm)
  teamspeak3/repos/community-x86_64/teamspeak3.desktop
(from rev 85906, teamspeak3/trunk/teamspeak3.desktop)
  teamspeak3/repos/community-x86_64/teamspeak3.launcher
(from rev 85906, teamspeak3/trunk/teamspeak3.launcher)
Deleted:
  teamspeak3/repos/community-i686/PERMISSION.eml
  teamspeak3/repos/community-i686/PKGBUILD
  teamspeak3/repos/community-i686/icon.xpm
  teamspeak3/repos/community-i686/teamspeak3.desktop
  teamspeak3/repos/community-i686/teamspeak3.launcher
  teamspeak3/repos/community-x86_64/PERMISSION.eml
  teamspeak3/repos/community-x86_64/PKGBUILD
  teamspeak3/repos/community-x86_64/icon.xpm
  teamspeak3/repos/community-x86_64/teamspeak3.desktop
  teamspeak3/repos/community-x86_64/teamspeak3.launcher

--+
 community-i686/PKGBUILD  |  122 -
 community-i686/teamspeak3.desktop|   22 ++---
 community-i686/teamspeak3.launcher   |   12 +--
 community-x86_64/PKGBUILD|  122 -
 community-x86_64/teamspeak3.desktop  |   22 ++---
 community-x86_64/teamspeak3.launcher |   12 +--
 6 files changed, 154 insertions(+), 158 deletions(-)

Deleted: community-i686/PERMISSION.eml
===
(Binary files differ)

Copied: teamspeak3/repos/community-i686/PERMISSION.eml (from rev 85906, 
teamspeak3/trunk/PERMISSION.eml)
===
(Binary files differ)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-08 21:48:54 UTC (rev 85906)
+++ community-i686/PKGBUILD 2013-03-08 21:49:15 UTC (rev 85907)
@@ -1,62 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Slash demodevil5[at]yahoo[dot]com
-# Contributor: J.W. Birdsong  jwbirdsongATmailDOTcom
-
-pkgname=teamspeak3
-pkgver=3.0.9.2
-pkgrel=4
-pkgdesc=TeamSpeak is software for quality voice communication via the 
Internet
-url=http://www.teamspeak.com/;
-license=('custom')
-depends=('qt4' 'libpulse')
-arch=('i686' 'x86_64')
-source=(http://teamspeak.gameserver.gamed.de/ts3/releases/${pkgver}/TeamSpeak3-Client-linux_x86-${pkgver}.run;
-'teamspeak3.desktop'
-'icon.xpm'
-'teamspeak3.launcher')
-md5sums=('b9ca1362f6f79644357c5558ee5ddfd2'
- '98e987a42511f159fa2228f5e0bffed1'
- '19f103384e4c1a0aafc8fed44de0c87b'
- '170fcbb1b468ce4f3dba7ee3fb2a1c6d')
-
-_TSARCH='x86'
-if [ $CARCH == x86_64 ]; then
-  
source[0]=http://teamspeak.gameserver.gamed.de/ts3/releases/${pkgver}/TeamSpeak3-Client-linux_amd64-${pkgver}.run;
-  md5sums[0]='a15002b92e3cd4585dc9ce07818bf446'
-  _TSARCH='amd64'
-fi
-
-build() {
-  cd ${srcdir}
-
-  # Create Destination Directories
-  install -d ${pkgdir}/{usr/bin/,opt/}
-
-  # Make Installer Executable
-  chmod +x TeamSpeak3-Client-linux_${_TSARCH}-${pkgver}.run
-
-  # Run Installer
-  ./TeamSpeak3-Client-linux_${_TSARCH}-${pkgver}.run --noexec --target 
teamspeak3
-
-  # Move Program Data to Package Directory
-  mv ${srcdir}/teamspeak3/ ${pkgdir}/opt/
-
-  # Remove Bundled Qt Libraries and Symlink system libraries to TS3 Directory
-  rm ${pkgdir}/opt/teamspeak3/libQt*
-  ln -s /usr/lib/libQtCore.so.4${pkgdir}/opt/teamspeak3/libQtCore.so.4
-  ln -s /usr/lib/libQtGui.so.4 ${pkgdir}/opt/teamspeak3/libQtGui.so.4
-  ln -s /usr/lib/libQtNetwork.so.4 ${pkgdir}/opt/teamspeak3/libQtNetwork.so.4
-
-  # Install Desktop File
-  install -D -m644 $srcdir/teamspeak3.desktop 
${pkgdir}/usr/share/applications/teamspeak3.desktop
-
-  # Install Icon File
-  install -D -m644 $srcdir/icon.xpm ${pkgdir}/usr/share/pixmaps/teamspeak3.xpm
-
-  # Install Custom License
-  install -D -m644 ${pkgdir}/opt/teamspeak3/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-  # Install Client Launcher
-  install -D -m755 $srcdir/teamspeak3.launcher ${pkgdir}/usr/bin/teamspeak3
-}
-# vim:set ts=2 sw=2 et:

Copied: 

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

2013-03-08 Thread Alexander Rødseth
Date: Friday, March 8, 2013 @ 22:50:47
  Author: arodseth
Revision: 85908

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

Added:
  ruby-gtk3/repos/community-i686/PKGBUILD
(from rev 85907, ruby-gtk3/trunk/PKGBUILD)
  ruby-gtk3/repos/community-x86_64/PKGBUILD
(from rev 85907, ruby-gtk3/trunk/PKGBUILD)
Deleted:
  ruby-gtk3/repos/community-i686/PKGBUILD
  ruby-gtk3/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-08 21:49:15 UTC (rev 85907)
+++ community-i686/PKGBUILD 2013-03-08 21:50:47 UTC (rev 85908)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Eric Bélanger
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Bjorn Lindeijer bj...@lindeijer.nl
-# Contributor: kritoke krit...@nospam.gmail.com
-
-pkgbase=ruby-gtk3
-pkgname=('ruby-gtk3' 'ruby-gdk3')
-depends=('ruby-atk' 'ruby-gdkpixbuf2' 'ruby-glib2' 'ruby-pango')
-pkgver=1.2.1
-pkgrel=3
-arch=('x86_64' 'i686')
-url='http://ruby-gnome2.sourceforge.jp/'
-license=('LGPL')
-makedepends=('ruby-pkgconfig' 'ruby-cairo' 'gtk3')
-source=(http://downloads.sourceforge.net/ruby-gnome2/ruby-gtk3-$pkgver.tar.gz;)
-sha256sums=('78c7dbfaebabefe0f5a3d96c779cc08ea949a354e3f7cd1ff797d850ded4168a')
-
-build() {
-   cd $srcdir/ruby-gtk3-$pkgver
-   LANG=en_US.UTF-8 ruby extconf.rb gtk3 gdk3 --vendor
-   make
-}
-
-package_ruby-gtk3() {
-  pkgdesc='Ruby bindings for gtk3'
-  depends=('gtk3' ruby-glib2=$pkgver ruby-pango=$pkgver ruby-atk=$pkgver
-   ruby-gdkpixbuf2=$pkgver ruby-gdk3=$pkgver)
-
-   cd $srcdir/ruby-gtk3-$pkgver/gtk3
-   make DESTDIR=$pkgdir/ install
-}
-
-package_ruby-gdk3() {
-  pkgdesc='Ruby bindings for gdk3'
-  depends=('ruby' 'gtk3')
-
-   cd $srcdir/ruby-gtk3-$pkgver/gdk3
-  [ $CARCH == 'i686' ]  mkdir -p /usr/lib/ruby/vendor_ruby/1.9.1/i686-linux
-   make DESTDIR=$pkgdir/ install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ruby-gtk3/repos/community-i686/PKGBUILD (from rev 85907, 
ruby-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-08 21:50:47 UTC (rev 85908)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Eric Bélanger
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: Bjorn Lindeijer bj...@lindeijer.nl
+# Contributor: kritoke krit...@nospam.gmail.com
+
+pkgbase=ruby-gtk3
+pkgname=('ruby-gtk3' 'ruby-gdk3')
+depends=('ruby-atk' 'ruby-gdkpixbuf2' 'ruby-glib2' 'ruby-pango')
+pkgver=1.2.1
+pkgrel=3
+arch=('x86_64' 'i686')
+url='http://ruby-gnome2.sourceforge.jp/'
+license=('LGPL')
+makedepends=('ruby-pkgconfig' 'ruby-cairo' 'gtk3')
+source=(http://downloads.sourceforge.net/ruby-gnome2/ruby-gtk3-$pkgver.tar.gz;)
+sha256sums=('78c7dbfaebabefe0f5a3d96c779cc08ea949a354e3f7cd1ff797d850ded4168a')
+
+build() {
+   cd $srcdir/ruby-gtk3-$pkgver
+   LANG=en_US.UTF-8 ruby extconf.rb gtk3 gdk3 --vendor
+   make
+}
+
+package_ruby-gtk3() {
+  pkgdesc='Ruby bindings for gtk3'
+  depends=('gtk3' ruby-glib2=$pkgver ruby-pango=$pkgver ruby-atk=$pkgver
+   ruby-gdkpixbuf2=$pkgver ruby-gdk3=$pkgver)
+
+   cd $srcdir/ruby-gtk3-$pkgver/gtk3
+   make DESTDIR=$pkgdir/ install
+}
+
+package_ruby-gdk3() {
+  pkgdesc='Ruby bindings for gdk3'
+  depends=('ruby' 'gtk3')
+
+   cd $srcdir/ruby-gtk3-$pkgver/gdk3
+  [ $CARCH == 'i686' ]  mkdir -p /usr/lib/ruby/vendor_ruby/1.9.1/i686-linux
+   make DESTDIR=$pkgdir/ install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-08 21:49:15 UTC (rev 85907)
+++ community-x86_64/PKGBUILD   2013-03-08 21:50:47 UTC (rev 85908)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Eric Bélanger
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Bjorn Lindeijer bj...@lindeijer.nl
-# Contributor: kritoke krit...@nospam.gmail.com
-
-pkgbase=ruby-gtk3
-pkgname=('ruby-gtk3' 'ruby-gdk3')
-depends=('ruby-atk' 'ruby-gdkpixbuf2' 'ruby-glib2' 'ruby-pango')
-pkgver=1.2.1
-pkgrel=2
-arch=('x86_64' 'i686')
-url='http://ruby-gnome2.sourceforge.jp/'
-license=('LGPL')
-makedepends=('ruby-pkgconfig' 'ruby-cairo' 'gtk3')
-source=(http://downloads.sourceforge.net/ruby-gnome2/ruby-gtk3-$pkgver.tar.gz;)
-sha256sums=('78c7dbfaebabefe0f5a3d96c779cc08ea949a354e3f7cd1ff797d850ded4168a')
-
-build() {
-   cd $srcdir/ruby-gtk3-$pkgver
-   LANG=en_US.UTF-8 ruby extconf.rb gtk3 

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

2013-03-08 Thread Alexander Rødseth
Date: Friday, March 8, 2013 @ 22:51:08
  Author: arodseth
Revision: 85909

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

Added:
  ruby-gtk3/repos/community-i686/PKGBUILD
(from rev 85908, ruby-gtk3/trunk/PKGBUILD)
  ruby-gtk3/repos/community-x86_64/PKGBUILD
(from rev 85908, ruby-gtk3/trunk/PKGBUILD)
Deleted:
  ruby-gtk3/repos/community-i686/PKGBUILD
  ruby-gtk3/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-08 21:50:47 UTC (rev 85908)
+++ community-i686/PKGBUILD 2013-03-08 21:51:08 UTC (rev 85909)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Eric Bélanger
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Bjorn Lindeijer bj...@lindeijer.nl
-# Contributor: kritoke krit...@nospam.gmail.com
-
-pkgbase=ruby-gtk3
-pkgname=('ruby-gtk3' 'ruby-gdk3')
-depends=('ruby-atk' 'ruby-gdkpixbuf2' 'ruby-glib2' 'ruby-pango')
-pkgver=1.2.1
-pkgrel=3
-arch=('x86_64' 'i686')
-url='http://ruby-gnome2.sourceforge.jp/'
-license=('LGPL')
-makedepends=('ruby-pkgconfig' 'ruby-cairo' 'gtk3')
-source=(http://downloads.sourceforge.net/ruby-gnome2/ruby-gtk3-$pkgver.tar.gz;)
-sha256sums=('78c7dbfaebabefe0f5a3d96c779cc08ea949a354e3f7cd1ff797d850ded4168a')
-
-build() {
-   cd $srcdir/ruby-gtk3-$pkgver
-   LANG=en_US.UTF-8 ruby extconf.rb gtk3 gdk3 --vendor
-   make
-}
-
-package_ruby-gtk3() {
-  pkgdesc='Ruby bindings for gtk3'
-  depends=('gtk3' ruby-glib2=$pkgver ruby-pango=$pkgver ruby-atk=$pkgver
-   ruby-gdkpixbuf2=$pkgver ruby-gdk3=$pkgver)
-
-   cd $srcdir/ruby-gtk3-$pkgver/gtk3
-   make DESTDIR=$pkgdir/ install
-}
-
-package_ruby-gdk3() {
-  pkgdesc='Ruby bindings for gdk3'
-  depends=('ruby' 'gtk3')
-
-   cd $srcdir/ruby-gtk3-$pkgver/gdk3
-  [ $CARCH == 'i686' ]  mkdir -p /usr/lib/ruby/vendor_ruby/1.9.1/i686-linux
-   make DESTDIR=$pkgdir/ install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ruby-gtk3/repos/community-i686/PKGBUILD (from rev 85908, 
ruby-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-08 21:51:08 UTC (rev 85909)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Eric Bélanger
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: Bjorn Lindeijer bj...@lindeijer.nl
+# Contributor: kritoke krit...@nospam.gmail.com
+
+pkgbase=ruby-gtk3
+pkgname=('ruby-gtk3' 'ruby-gdk3')
+depends=('ruby-atk' 'ruby-gdkpixbuf2' 'ruby-glib2' 'ruby-pango')
+pkgver=1.2.1
+pkgrel=3
+arch=('x86_64' 'i686')
+url='http://ruby-gnome2.sourceforge.jp/'
+license=('LGPL')
+makedepends=('ruby-pkgconfig' 'ruby-cairo' 'gtk3')
+source=(http://downloads.sourceforge.net/ruby-gnome2/ruby-gtk3-$pkgver.tar.gz;)
+sha256sums=('78c7dbfaebabefe0f5a3d96c779cc08ea949a354e3f7cd1ff797d850ded4168a')
+
+build() {
+   cd $srcdir/ruby-gtk3-$pkgver
+   LANG=en_US.UTF-8 ruby extconf.rb gtk3 gdk3 --vendor
+   make
+}
+
+package_ruby-gtk3() {
+  pkgdesc='Ruby bindings for gtk3'
+  depends=('gtk3' ruby-glib2=$pkgver ruby-pango=$pkgver ruby-atk=$pkgver
+   ruby-gdkpixbuf2=$pkgver ruby-gdk3=$pkgver)
+
+   cd $srcdir/ruby-gtk3-$pkgver/gtk3
+   make DESTDIR=$pkgdir/ install
+}
+
+package_ruby-gdk3() {
+  pkgdesc='Ruby bindings for gdk3'
+  depends=('ruby' 'gtk3')
+
+   cd $srcdir/ruby-gtk3-$pkgver/gdk3
+  [ $CARCH == 'i686' ]  mkdir -p /usr/lib/ruby/vendor_ruby/1.9.1/i686-linux
+   make DESTDIR=$pkgdir/ install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-08 21:50:47 UTC (rev 85908)
+++ community-x86_64/PKGBUILD   2013-03-08 21:51:08 UTC (rev 85909)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Eric Bélanger
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Bjorn Lindeijer bj...@lindeijer.nl
-# Contributor: kritoke krit...@nospam.gmail.com
-
-pkgbase=ruby-gtk3
-pkgname=('ruby-gtk3' 'ruby-gdk3')
-depends=('ruby-atk' 'ruby-gdkpixbuf2' 'ruby-glib2' 'ruby-pango')
-pkgver=1.2.1
-pkgrel=3
-arch=('x86_64' 'i686')
-url='http://ruby-gnome2.sourceforge.jp/'
-license=('LGPL')
-makedepends=('ruby-pkgconfig' 'ruby-cairo' 'gtk3')
-source=(http://downloads.sourceforge.net/ruby-gnome2/ruby-gtk3-$pkgver.tar.gz;)
-sha256sums=('78c7dbfaebabefe0f5a3d96c779cc08ea949a354e3f7cd1ff797d850ded4168a')
-
-build() {
-   cd $srcdir/ruby-gtk3-$pkgver
-   LANG=en_US.UTF-8 ruby extconf.rb gtk3 

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

2013-03-08 Thread Alexander Rødseth
Date: Friday, March 8, 2013 @ 22:51:38
  Author: arodseth
Revision: 85910

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

Added:
  ruby-gtk3/repos/community-i686/PKGBUILD
(from rev 85909, ruby-gtk3/trunk/PKGBUILD)
  ruby-gtk3/repos/community-x86_64/PKGBUILD
(from rev 85909, ruby-gtk3/trunk/PKGBUILD)
Deleted:
  ruby-gtk3/repos/community-i686/PKGBUILD
  ruby-gtk3/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-08 21:51:08 UTC (rev 85909)
+++ community-i686/PKGBUILD 2013-03-08 21:51:38 UTC (rev 85910)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Eric Bélanger
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Bjorn Lindeijer bj...@lindeijer.nl
-# Contributor: kritoke krit...@nospam.gmail.com
-
-pkgbase=ruby-gtk3
-pkgname=('ruby-gtk3' 'ruby-gdk3')
-depends=('ruby-atk' 'ruby-gdkpixbuf2' 'ruby-glib2' 'ruby-pango')
-pkgver=1.2.1
-pkgrel=3
-arch=('x86_64' 'i686')
-url='http://ruby-gnome2.sourceforge.jp/'
-license=('LGPL')
-makedepends=('ruby-pkgconfig' 'ruby-cairo' 'gtk3')
-source=(http://downloads.sourceforge.net/ruby-gnome2/ruby-gtk3-$pkgver.tar.gz;)
-sha256sums=('78c7dbfaebabefe0f5a3d96c779cc08ea949a354e3f7cd1ff797d850ded4168a')
-
-build() {
-   cd $srcdir/ruby-gtk3-$pkgver
-   LANG=en_US.UTF-8 ruby extconf.rb gtk3 gdk3 --vendor
-   make
-}
-
-package_ruby-gtk3() {
-  pkgdesc='Ruby bindings for gtk3'
-  depends=('gtk3' ruby-glib2=$pkgver ruby-pango=$pkgver ruby-atk=$pkgver
-   ruby-gdkpixbuf2=$pkgver ruby-gdk3=$pkgver)
-
-   cd $srcdir/ruby-gtk3-$pkgver/gtk3
-   make DESTDIR=$pkgdir/ install
-}
-
-package_ruby-gdk3() {
-  pkgdesc='Ruby bindings for gdk3'
-  depends=('ruby' 'gtk3')
-
-   cd $srcdir/ruby-gtk3-$pkgver/gdk3
-  [ $CARCH == 'i686' ]  mkdir -p /usr/lib/ruby/vendor_ruby/1.9.1/i686-linux
-   make DESTDIR=$pkgdir/ install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ruby-gtk3/repos/community-i686/PKGBUILD (from rev 85909, 
ruby-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-08 21:51:38 UTC (rev 85910)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Eric Bélanger
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: Bjorn Lindeijer bj...@lindeijer.nl
+# Contributor: kritoke krit...@nospam.gmail.com
+
+pkgbase=ruby-gtk3
+pkgname=('ruby-gtk3' 'ruby-gdk3')
+depends=('ruby-atk' 'ruby-gdkpixbuf2' 'ruby-glib2' 'ruby-pango')
+pkgver=1.2.1
+pkgrel=3
+arch=('x86_64' 'i686')
+url='http://ruby-gnome2.sourceforge.jp/'
+license=('LGPL')
+makedepends=('ruby-pkgconfig' 'ruby-cairo' 'gtk3')
+source=(http://downloads.sourceforge.net/ruby-gnome2/ruby-gtk3-$pkgver.tar.gz;)
+sha256sums=('78c7dbfaebabefe0f5a3d96c779cc08ea949a354e3f7cd1ff797d850ded4168a')
+
+build() {
+   cd $srcdir/ruby-gtk3-$pkgver
+   LANG=en_US.UTF-8 ruby extconf.rb gtk3 gdk3 --vendor
+   make
+}
+
+package_ruby-gtk3() {
+  pkgdesc='Ruby bindings for gtk3'
+  depends=('gtk3' ruby-glib2=$pkgver ruby-pango=$pkgver ruby-atk=$pkgver
+   ruby-gdkpixbuf2=$pkgver ruby-gdk3=$pkgver)
+
+   cd $srcdir/ruby-gtk3-$pkgver/gtk3
+   make DESTDIR=$pkgdir/ install
+}
+
+package_ruby-gdk3() {
+  pkgdesc='Ruby bindings for gdk3'
+  depends=('ruby' 'gtk3')
+
+   cd $srcdir/ruby-gtk3-$pkgver/gdk3
+  [ $CARCH == 'i686' ]  mkdir -p /usr/lib/ruby/vendor_ruby/1.9.1/i686-linux
+   make DESTDIR=$pkgdir/ install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-08 21:51:08 UTC (rev 85909)
+++ community-x86_64/PKGBUILD   2013-03-08 21:51:38 UTC (rev 85910)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Eric Bélanger
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Bjorn Lindeijer bj...@lindeijer.nl
-# Contributor: kritoke krit...@nospam.gmail.com
-
-pkgbase=ruby-gtk3
-pkgname=('ruby-gtk3' 'ruby-gdk3')
-depends=('ruby-atk' 'ruby-gdkpixbuf2' 'ruby-glib2' 'ruby-pango')
-pkgver=1.2.1
-pkgrel=3
-arch=('x86_64' 'i686')
-url='http://ruby-gnome2.sourceforge.jp/'
-license=('LGPL')
-makedepends=('ruby-pkgconfig' 'ruby-cairo' 'gtk3')
-source=(http://downloads.sourceforge.net/ruby-gnome2/ruby-gtk3-$pkgver.tar.gz;)
-sha256sums=('78c7dbfaebabefe0f5a3d96c779cc08ea949a354e3f7cd1ff797d850ded4168a')
-
-build() {
-   cd $srcdir/ruby-gtk3-$pkgver
-   LANG=en_US.UTF-8 ruby extconf.rb gtk3 

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

2013-03-08 Thread Eric Bélanger
Date: Friday, March 8, 2013 @ 23:07:53
  Author: eric
Revision: 179627

upgpkg: fprintd 0.5.0-1

Upstream update

Modified:
  fprintd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-08 21:37:31 UTC (rev 179626)
+++ PKGBUILD2013-03-08 22:07:53 UTC (rev 179627)
@@ -3,8 +3,8 @@
 # Contributor: Nikolay Rysev mad.f...@gmail.com
 
 pkgname=fprintd
-pkgver=0.4.1
-pkgrel=5
+pkgver=0.5.0
+pkgrel=1
 pkgdesc=D-Bus service to access fingerprint readers
 arch=(i686 x86_64)
 url=http://www.freedesktop.org/wiki/Software/fprint/fprintd;
@@ -17,7 +17,7 @@
 _snap=V_${pkgver//./_}
 source=(http://cgit.freedesktop.org/libfprint/$pkgname/snapshot/$_snap.tar.bz2
 fingerprint-auth)
-md5sums=('58fcac035c181dce8f49c374181aa2ae'
+md5sums=('9db46783dc9d75e84d63a3addbaa0507'
  '8c7da9ccd28ec87dd2572ddfb85d563e')
 
 build() {



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

2013-03-08 Thread Eric Bélanger
Date: Friday, March 8, 2013 @ 23:08:23
  Author: eric
Revision: 179628

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

Added:
  fprintd/repos/extra-i686/PKGBUILD
(from rev 179627, fprintd/trunk/PKGBUILD)
  fprintd/repos/extra-i686/fingerprint-auth
(from rev 179627, fprintd/trunk/fingerprint-auth)
  fprintd/repos/extra-x86_64/PKGBUILD
(from rev 179627, fprintd/trunk/PKGBUILD)
  fprintd/repos/extra-x86_64/fingerprint-auth
(from rev 179627, fprintd/trunk/fingerprint-auth)
Deleted:
  fprintd/repos/extra-i686/PKGBUILD
  fprintd/repos/extra-i686/fingerprint-auth
  fprintd/repos/extra-x86_64/PKGBUILD
  fprintd/repos/extra-x86_64/fingerprint-auth

---+
 extra-i686/PKGBUILD   |   68 
 extra-i686/fingerprint-auth   |   12 +++
 extra-x86_64/PKGBUILD |   68 
 extra-x86_64/fingerprint-auth |   12 +++
 4 files changed, 80 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-08 22:07:53 UTC (rev 179627)
+++ extra-i686/PKGBUILD 2013-03-08 22:08:23 UTC (rev 179628)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Nikolay Rysev mad.f...@gmail.com
-
-pkgname=fprintd
-pkgver=0.4.1
-pkgrel=5
-pkgdesc=D-Bus service to access fingerprint readers
-arch=(i686 x86_64)
-url=http://www.freedesktop.org/wiki/Software/fprint/fprintd;
-license=(GPL)
-depends=(libfprint dbus-glib polkit)
-makedepends=(intltool gtk-doc)
-groups=(fprint)
-options=(!libtool)
-backup=(etc/pam.d/fingerprint-auth)
-_snap=V_${pkgver//./_}
-source=(http://cgit.freedesktop.org/libfprint/$pkgname/snapshot/$_snap.tar.bz2
-fingerprint-auth)
-md5sums=('58fcac035c181dce8f49c374181aa2ae'
- '8c7da9ccd28ec87dd2572ddfb85d563e')
-
-build() {
-  cd $_snap
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
---disable-static
-  make
-}
-
-package() {
-  cd $_snap
-  make DESTDIR=$pkgdir pammoddir=/usr/lib/security install
-  install -Dm644 ../fingerprint-auth $pkgdir/etc/pam.d/fingerprint-auth
-}

Copied: fprintd/repos/extra-i686/PKGBUILD (from rev 179627, 
fprintd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-08 22:08:23 UTC (rev 179628)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:
+# Contributor: Nikolay Rysev mad.f...@gmail.com
+
+pkgname=fprintd
+pkgver=0.5.0
+pkgrel=1
+pkgdesc=D-Bus service to access fingerprint readers
+arch=(i686 x86_64)
+url=http://www.freedesktop.org/wiki/Software/fprint/fprintd;
+license=(GPL)
+depends=(libfprint dbus-glib polkit)
+makedepends=(intltool gtk-doc)
+groups=(fprint)
+options=(!libtool)
+backup=(etc/pam.d/fingerprint-auth)
+_snap=V_${pkgver//./_}
+source=(http://cgit.freedesktop.org/libfprint/$pkgname/snapshot/$_snap.tar.bz2
+fingerprint-auth)
+md5sums=('9db46783dc9d75e84d63a3addbaa0507'
+ '8c7da9ccd28ec87dd2572ddfb85d563e')
+
+build() {
+  cd $_snap
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
+--disable-static
+  make
+}
+
+package() {
+  cd $_snap
+  make DESTDIR=$pkgdir pammoddir=/usr/lib/security install
+  install -Dm644 ../fingerprint-auth $pkgdir/etc/pam.d/fingerprint-auth
+}

Deleted: extra-i686/fingerprint-auth
===
--- extra-i686/fingerprint-auth 2013-03-08 22:07:53 UTC (rev 179627)
+++ extra-i686/fingerprint-auth 2013-03-08 22:08:23 UTC (rev 179628)
@@ -1,6 +0,0 @@
-auth  requiredpam_tally.soonerr=succeed file=/var/log/faillog
-auth  requiredpam_shells.so
-auth  requisite   pam_nologin.so
-auth  requiredpam_env.so
-auth  requiredpam_fprintd.so
-auth  optionalpam_permit.so

Copied: fprintd/repos/extra-i686/fingerprint-auth (from rev 179627, 
fprintd/trunk/fingerprint-auth)
===
--- extra-i686/fingerprint-auth (rev 0)
+++ extra-i686/fingerprint-auth 2013-03-08 22:08:23 UTC (rev 179628)
@@ -0,0 +1,6 @@
+auth  requiredpam_tally.soonerr=succeed file=/var/log/faillog
+auth  requiredpam_shells.so
+auth  requisite   pam_nologin.so
+auth  requiredpam_env.so
+auth  requiredpam_fprintd.so
+auth  optionalpam_permit.so

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-03-08 22:07:53 UTC (rev 179627)
+++ extra-x86_64/PKGBUILD   2013-03-08 22:08:23 UTC (rev 179628)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Nikolay Rysev mad.f...@gmail.com
-
-pkgname=fprintd
-pkgver=0.4.1
-pkgrel=5
-pkgdesc=D-Bus service to access fingerprint readers
-arch=(i686 x86_64)
-url=http://www.freedesktop.org/wiki/Software/fprint/fprintd;
-license=(GPL)
-depends=(libfprint dbus-glib polkit)

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

2013-03-08 Thread Sven-Hendrik Haase
Date: Friday, March 8, 2013 @ 23:09:11
  Author: svenstaro
Revision: 85911

upgpkg: vim-colorsamplerpack 2012.10.28-2

Fix conflict

Modified:
  vim-colorsamplerpack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-08 21:51:38 UTC (rev 85910)
+++ PKGBUILD2013-03-08 22:09:11 UTC (rev 85911)
@@ -4,7 +4,7 @@
 
 pkgname=vim-colorsamplerpack
 pkgver=2012.10.28
-pkgrel=1
+pkgrel=2
 _scriptid=18915
 pkgdesc=Different colorschemes for vim
 arch=('any')
@@ -22,6 +22,7 @@
 cd ${srcdir}/colors
 # This already exist... we can't update it 8(
 rm torte.vim
+rm desert.vim
 }
 
 package() {
@@ -29,8 +30,6 @@
 installpath=${pkgdir}/usr/share/vim/vim73
 install -d $installpath/colors/
 install -m644 colors/* $installpath/colors
-install -D -m644 plugin/color_sample_pack.vim \
-$installpath/plugin/themes.vim
-install -D -m644 LICENSE \
-${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+install -D -m644 plugin/color_sample_pack.vim 
$installpath/plugin/themes.vim
+install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }



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

2013-03-08 Thread Sven-Hendrik Haase
Date: Friday, March 8, 2013 @ 23:09:19
  Author: svenstaro
Revision: 85912

archrelease: copy trunk to community-any

Added:
  vim-colorsamplerpack/repos/community-any/LICENSE
(from rev 85911, vim-colorsamplerpack/trunk/LICENSE)
  vim-colorsamplerpack/repos/community-any/PKGBUILD
(from rev 85911, vim-colorsamplerpack/trunk/PKGBUILD)
Deleted:
  vim-colorsamplerpack/repos/community-any/LICENSE
  vim-colorsamplerpack/repos/community-any/PKGBUILD

--+
 LICENSE  |  414 ++---
 PKGBUILD |   71 +-
 2 files changed, 242 insertions(+), 243 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2013-03-08 22:09:11 UTC (rev 85911)
+++ LICENSE 2013-03-08 22:09:19 UTC (rev 85912)
@@ -1,207 +0,0 @@
-Compiled licenses for the vim color schemes. Most schemes don't have any 
specified license. For those that have one, they are listed below.
-
-
-== pkg/usr/share/vim/colors/calmar256-light.vim ==
- Vim color file:  calmar256-dark.vim
- Last Change: 21. Aug 2007
- License: public domain
- Maintainer:: calmar m...@calmar.ws
-
-
-== pkg/usr/share/vim/colors/cleanphp.vim ==
- Vim color file
- Maintainer:   Billy McIntosh billymcint...@ntlworld.com
- Last Change:  June 24, 2003
- Licence:  Public Domain
-
-
-== pkg/usr/share/vim/colors/dante.vim ==
-
- File: /home/caciano/.vim/dante.vim
- Created: Thu, 23 May 2002 00:12:20 -0300 (caciano)
- Updated: Sat, 24 Aug 2002 14:04:21 -0300 (caciano)
- Copyright (C) 2002, Caciano Machado caci...@inf.ufrgs.br
-
-
-
-== pkg/usr/share/vim/colors/ekvoli.vim ==
- Vim color file
- Maintainer:   Preben Randhol randhol+ekv...@pvv.org
- Last Change:  2008 Feb 24
- License:  GNU Public License (GPL) v2
-
-
-
-== pkg/usr/share/vim/colors/lettuce.vim ==
- Vim color file
- Version:1.2 2007.08.08
- Author: Valyaeff Valentin hhyperr AT gmail DOT com
- License:GPL
-
- Copyright 2007 Valyaeff Valentin
-
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program.  If not, see http://www.gnu.org/licenses/.
-
-
-== pkg/usr/share/vim/colors/marklar.vim ==
- --
- Filename:  marklar.vim
- Last Modified: Nov, 30 2006 (13:01)
- Version:   0.5
- Maintainer:SM Smithfield (m_smithfield AT yahoo DOT com)
- Copyright: 2006 SM Smithfield
-This script is free software; you can redistribute it and/or 
-modify it under the terms of the GNU General Public License 
as 
-published by the Free Software Foundation; either version 2 
of 
-the License, or (at your option) any later version. 
- Description:   Vim colorscheme file.
- Install:   Put this file in the users colors directory (~/.vim/colors)
-then load it with :colorscheme marklar
- --
-
-
-== pkg/usr/share/vim/colors/martin_krischik.vim ==

-  Description: My personal colors
-  $Id: martin_krischik.vim 458 2006-11-18 09:42:10Z krischik $
-Copyright: Copyright (C) 2006 Martin Krischik
-   Maintainer:Martin Krischik
-  $Author: krischik $
-$Date: 2006-11-18 10:42:10 +0100 (Sa, 18 Nov 2006) $
-  Version: 3.2
-$Revision: 458 $
- $HeadURL: 
https://svn.sourceforge.net/svnroot/gnuada/trunk/tools/vim/colors/martin_krischik.vim
 $
-Note: Tried and Tested for 'builtin_gui', 'xterm' (KDE Konsole)
-  'vt320' (OpenVMS) and 'linux' (Linux Console).
-  History: 16.05.2006 MK Check that all vim 7.0 colors are set
-  16.05.2006 MK Split GUI from terminal.
-  24.05.2006 MK Unified Headers
-  24.07.2006 MK Omni-Completion Colors.
-   15.10.2006 MK Bram's suggestion for runtime integration
-   Usage: copy to colors directory
---
-
-
-== pkg/usr/share/vim/colors/motus.vim ==
- Vim color file
- Dark (grey on black) color scheme based on on a popular torte config.
- Maintainer: Sergei Matusevich mo...@motus.kiev.ua
- ICQ: 31114346 Yahoo: motus2
- http://motus.kiev.ua/motus2/Files/motus.vim
- Last Change: 3 November 2005
- Orinal torte screme maintainer: Thorsten Maerz i...@netztorte.de
- Licence: Public 

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

2013-03-08 Thread Jan Steffens
Date: Saturday, March 9, 2013 @ 00:03:02
  Author: heftig
Revision: 179629

2.0

Modified:
  pavucontrol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-08 22:08:23 UTC (rev 179628)
+++ PKGBUILD2013-03-08 23:03:02 UTC (rev 179629)
@@ -1,11 +1,11 @@
 # $Id$
-# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 # Contributor: Corrado Primier ba...@aur.archlinux.org
 # Contributor: William Rea sillywi...@gmail.com
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=pavucontrol
-pkgver=1.0
+pkgver=2.0
 pkgrel=1
 pkgdesc=A GTK volume control tool for PulseAudio
 arch=(i686 x86_64)
@@ -14,17 +14,17 @@
 depends=(gnome-icon-theme libcanberra-pulse gtkmm3 libsigc++)
 makedepends=(intltool lynx)
 source=($url/$pkgname-$pkgver.tar.xz pavucontrol.desktop)
-sha256sums=('3dbe2865b6e3a195a8951967d9234f62cd254c30b08bdea1ecf8997b58f68cde'
+sha256sums=('22f29dd81b4a1a34ec7bffe9b027aff2a37fc76ccded4539d43a8c126a39470b'
 '5eab8c78e92c39a71ac1ca4c4464a8915d3a29d91e1703fd51c24652b747eebe')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr --enable-gtk3
   make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install
 
   install -Dm644 $srcdir/pavucontrol.desktop \



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

2013-03-08 Thread Jan Steffens
Date: Saturday, March 9, 2013 @ 00:03:46
  Author: heftig
Revision: 179630

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

Added:
  pavucontrol/repos/extra-i686/PKGBUILD
(from rev 179629, pavucontrol/trunk/PKGBUILD)
  pavucontrol/repos/extra-i686/pavucontrol.desktop
(from rev 179629, pavucontrol/trunk/pavucontrol.desktop)
  pavucontrol/repos/extra-x86_64/PKGBUILD
(from rev 179629, pavucontrol/trunk/PKGBUILD)
  pavucontrol/repos/extra-x86_64/pavucontrol.desktop
(from rev 179629, pavucontrol/trunk/pavucontrol.desktop)
Deleted:
  pavucontrol/repos/extra-i686/PKGBUILD
  pavucontrol/repos/extra-i686/pavucontrol.desktop
  pavucontrol/repos/extra-x86_64/PKGBUILD
  pavucontrol/repos/extra-x86_64/pavucontrol.desktop

--+
 extra-i686/PKGBUILD  |   65 ++---
 extra-i686/pavucontrol.desktop   |   22 ++--
 extra-x86_64/PKGBUILD|   65 ++---
 extra-x86_64/pavucontrol.desktop |   22 ++--
 4 files changed, 86 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-08 23:03:02 UTC (rev 179629)
+++ extra-i686/PKGBUILD 2013-03-08 23:03:46 UTC (rev 179630)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: Corrado Primier ba...@aur.archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=pavucontrol
-pkgver=1.0
-pkgrel=1
-pkgdesc=A GTK volume control tool for PulseAudio
-arch=(i686 x86_64)
-url=http://0pointer.de/lennart/projects/pavucontrol;
-license=(GPL)
-depends=(gnome-icon-theme libcanberra-pulse gtkmm3 libsigc++)
-makedepends=(intltool lynx)
-source=(http://freedesktop.org/software/pulseaudio/$pkgname/$pkgname-$pkgver.tar.xz
-pavucontrol.desktop)
-sha256sums=('3dbe2865b6e3a195a8951967d9234f62cd254c30b08bdea1ecf8997b58f68cde'
-'5eab8c78e92c39a71ac1ca4c4464a8915d3a29d91e1703fd51c24652b747eebe')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --enable-gtk3
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -Dm644 $srcdir/pavucontrol.desktop \
-$pkgdir/usr/share/applications/pavucontrol.desktop
-}

Copied: pavucontrol/repos/extra-i686/PKGBUILD (from rev 179629, 
pavucontrol/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-08 23:03:46 UTC (rev 179630)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Corrado Primier ba...@aur.archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=pavucontrol
+pkgver=2.0
+pkgrel=1
+pkgdesc=A GTK volume control tool for PulseAudio
+arch=(i686 x86_64)
+url=http://freedesktop.org/software/pulseaudio/pavucontrol/;
+license=(GPL)
+depends=(gnome-icon-theme libcanberra-pulse gtkmm3 libsigc++)
+makedepends=(intltool lynx)
+source=($url/$pkgname-$pkgver.tar.xz pavucontrol.desktop)
+sha256sums=('22f29dd81b4a1a34ec7bffe9b027aff2a37fc76ccded4539d43a8c126a39470b'
+'5eab8c78e92c39a71ac1ca4c4464a8915d3a29d91e1703fd51c24652b747eebe')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-gtk3
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 $srcdir/pavucontrol.desktop \
+$pkgdir/usr/share/applications/pavucontrol.desktop
+}

Deleted: extra-i686/pavucontrol.desktop
===
--- extra-i686/pavucontrol.desktop  2013-03-08 23:03:02 UTC (rev 179629)
+++ extra-i686/pavucontrol.desktop  2013-03-08 23:03:46 UTC (rev 179630)
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Name=PulseAudio Volume Control
-GenericName=Volume Control
-Comment=Adjust the volume level
-Exec=pavucontrol
-Icon=multimedia-volume-control
-StartupNotify=true
-Type=Application
-Categories=AudioVideo;Audio;
-GenericName[en_GB]=Volume Control

Copied: pavucontrol/repos/extra-i686/pavucontrol.desktop (from rev 179629, 
pavucontrol/trunk/pavucontrol.desktop)
===
--- extra-i686/pavucontrol.desktop  (rev 0)
+++ extra-i686/pavucontrol.desktop  2013-03-08 23:03:46 UTC (rev 179630)
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Version=1.0
+Name=PulseAudio Volume Control
+GenericName=Volume Control
+Comment=Adjust the volume level
+Exec=pavucontrol
+Icon=multimedia-volume-control
+StartupNotify=true
+Type=Application
+Categories=AudioVideo;Audio;
+GenericName[en_GB]=Volume Control

Deleted: extra-x86_64/PKGBUILD
===
--- 

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

2013-03-08 Thread Sven-Hendrik Haase
Date: Saturday, March 9, 2013 @ 00:19:35
  Author: svenstaro
Revision: 85913

upgpkg: spring 0.93.0-1

Updating to 0.93.0

Modified:
  spring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-08 22:09:19 UTC (rev 85912)
+++ PKGBUILD2013-03-08 23:19:35 UTC (rev 85913)
@@ -4,8 +4,8 @@
 # Contributor: Christoph Zeiler archNOSPAM_at_moonblade.dot.org
 
 pkgname=spring
-pkgver=0.92.0
-_pkgver=92.0
+pkgver=0.93.0
+_pkgver=93.0
 pkgrel=1
 pkgdesc='A free 3D real-time-strategy (RTS) game engine'
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 'java-runtime: java-based bots')
 install=spring.install
 
source=(http://downloads.sourceforge.net/sourceforge/springrts/${pkgname}_${_pkgver}_src.tar.lzma)
-md5sums=('6dcf665cfe7d6eaf0e287086685c6709')
+md5sums=('770b2f1aefddb9752d3a5bb70ba76cca')
 
 build() {
   bsdtar -xf ${pkgname}_${_pkgver}_src.tar.lzma
@@ -27,7 +27,8 @@
 
   cmake. \
 -DCMAKE_INSTALL_PREFIX=/usr \
-   -DDATADIR=share/spring -DCMAKE_SKIP_RPATH:BOOL=YES
+   -DDATADIR=share/spring \
+-DCMAKE_SKIP_RPATH=YES
   make
 }
 



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

2013-03-08 Thread Sven-Hendrik Haase
Date: Saturday, March 9, 2013 @ 00:19:52
  Author: svenstaro
Revision: 85914

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

Added:
  spring/repos/community-i686/PKGBUILD
(from rev 85913, spring/trunk/PKGBUILD)
  spring/repos/community-i686/boost-1.50.patch
(from rev 85913, spring/trunk/boost-1.50.patch)
  spring/repos/community-i686/spring.install
(from rev 85913, spring/trunk/spring.install)
  spring/repos/community-x86_64/PKGBUILD
(from rev 85913, spring/trunk/PKGBUILD)
  spring/repos/community-x86_64/boost-1.50.patch
(from rev 85913, spring/trunk/boost-1.50.patch)
  spring/repos/community-x86_64/spring.install
(from rev 85913, spring/trunk/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-x86_64/PKGBUILD
  spring/repos/community-x86_64/boost-1.50.patch
  spring/repos/community-x86_64/spring.install

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

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


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

2013-03-08 Thread Evangelos Foutras
Date: Saturday, March 9, 2013 @ 00:22:02
  Author: foutrelis
Revision: 179631

upgpkg: firefox 19.0.2-1

New upstream release.

Modified:
  firefox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-08 23:03:46 UTC (rev 179630)
+++ PKGBUILD2013-03-08 23:22:02 UTC (rev 179631)
@@ -3,7 +3,7 @@
 # Contributor: Jakub Schmidtke sja...@gmail.com
 
 pkgname=firefox
-pkgver=19.0
+pkgver=19.0.2
 pkgrel=1
 pkgdesc=Standalone web browser from mozilla.org
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 options=(!emptydirs)
 
source=(https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.bz2
 mozconfig firefox.desktop firefox-install-dir.patch vendor.js 
shared-libs.patch)
-md5sums=('3dc732b6ce177792b43324f4bc7164d8'
+md5sums=('de09d603c3b768a1698d90141f3b2644'
  'efdd58626b2f56dea31e26879eb2db3b'
  '6174396b4788deffa399db3f6f010a94'
  '150ac0fb3ac7b2114c8e8851a9e0516c'



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

2013-03-08 Thread Evangelos Foutras
Date: Saturday, March 9, 2013 @ 00:22:33
  Author: foutrelis
Revision: 179632

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

Added:
  firefox/repos/extra-i686/PKGBUILD
(from rev 179631, firefox/trunk/PKGBUILD)
  firefox/repos/extra-i686/firefox-install-dir.patch
(from rev 179631, firefox/trunk/firefox-install-dir.patch)
  firefox/repos/extra-i686/firefox.desktop
(from rev 179631, firefox/trunk/firefox.desktop)
  firefox/repos/extra-i686/firefox.install
(from rev 179631, firefox/trunk/firefox.install)
  firefox/repos/extra-i686/mozconfig
(from rev 179631, firefox/trunk/mozconfig)
  firefox/repos/extra-i686/shared-libs.patch
(from rev 179631, firefox/trunk/shared-libs.patch)
  firefox/repos/extra-i686/vendor.js
(from rev 179631, firefox/trunk/vendor.js)
  firefox/repos/extra-x86_64/PKGBUILD
(from rev 179631, firefox/trunk/PKGBUILD)
  firefox/repos/extra-x86_64/firefox-install-dir.patch
(from rev 179631, firefox/trunk/firefox-install-dir.patch)
  firefox/repos/extra-x86_64/firefox.desktop
(from rev 179631, firefox/trunk/firefox.desktop)
  firefox/repos/extra-x86_64/firefox.install
(from rev 179631, firefox/trunk/firefox.install)
  firefox/repos/extra-x86_64/mozconfig
(from rev 179631, firefox/trunk/mozconfig)
  firefox/repos/extra-x86_64/shared-libs.patch
(from rev 179631, firefox/trunk/shared-libs.patch)
  firefox/repos/extra-x86_64/vendor.js
(from rev 179631, firefox/trunk/vendor.js)
Deleted:
  firefox/repos/extra-i686/PKGBUILD
  firefox/repos/extra-i686/firefox-install-dir.patch
  firefox/repos/extra-i686/firefox.desktop
  firefox/repos/extra-i686/firefox.install
  firefox/repos/extra-i686/mozconfig
  firefox/repos/extra-i686/shared-libs.patch
  firefox/repos/extra-i686/vendor.js
  firefox/repos/extra-x86_64/PKGBUILD
  firefox/repos/extra-x86_64/firefox-install-dir.patch
  firefox/repos/extra-x86_64/firefox.desktop
  firefox/repos/extra-x86_64/firefox.install
  firefox/repos/extra-x86_64/mozconfig
  firefox/repos/extra-x86_64/shared-libs.patch
  firefox/repos/extra-x86_64/vendor.js

+
 extra-i686/PKGBUILD|  176 +++---
 extra-i686/firefox-install-dir.patch   |   60 +++
 extra-i686/firefox.desktop |  242 +++
 extra-i686/firefox.install |   26 +--
 extra-i686/mozconfig   |   68 
 extra-i686/shared-libs.patch   |   24 +--
 extra-i686/vendor.js   |   18 +-
 extra-x86_64/PKGBUILD  |  176 +++---
 extra-x86_64/firefox-install-dir.patch |   60 +++
 extra-x86_64/firefox.desktop   |  242 +++
 extra-x86_64/firefox.install   |   26 +--
 extra-x86_64/mozconfig |   68 
 extra-x86_64/shared-libs.patch |   24 +--
 extra-x86_64/vendor.js |   18 +-
 14 files changed, 614 insertions(+), 614 deletions(-)

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


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

2013-03-08 Thread Evangelos Foutras
Date: Saturday, March 9, 2013 @ 00:26:33
  Author: foutrelis
Revision: 179633

upgpkg: firefox-i18n 19.0.2-1

New upstream release.

Modified:
  firefox-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  180 ++---
 1 file changed, 90 insertions(+), 90 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-08 23:22:33 UTC (rev 179632)
+++ PKGBUILD2013-03-08 23:26:33 UTC (rev 179633)
@@ -5,7 +5,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgbase=firefox-i18n
-pkgver=19.0
+pkgver=19.0.2
 pkgrel=1
 pkgdesc=Language pack for Firefox
 arch=('any')
@@ -128,92 +128,92 @@
   install -Dm644 firefox-i18n-$pkgver-$1.xpi \
 $pkgdir/usr/lib/firefox/extensions/langpack-$1...@firefox.mozilla.org.xpi
 }
-md5sums=('f433bd1af081fdb37d7ef79dd2e21fd8'
- 'ba564778fe6c773f1071edff08ba4165'
- '2894f63f0b5d77b5ed64ebbd0684ff8b'
- '9f6ca5f0ab43789db1932912c32c45c0'
- '272c11c140d1f262a096a9797b96f919'
- 'd690168f6f43c05cf2073af8c006c49b'
- 'ce77a35081fd1582e048fb5487c8569e'
- 'f86659339cdecb0048bfe795b4eea4f9'
- '5e2eff8110875831b717794fd1e1c5a3'
- '5eef32d1cd1decee2576d893f174a753'
- 'f81c5abe92f69a2b69b5cff0810c066d'
- 'fe413ae89f52321deb2f367c393c2123'
- 'cc66c62ea55d9291a3da44094e871acb'
- '4d0882b63d5a20223d8a34566b91bc89'
- 'c0f8f0187c12456c9ed65797a237833b'
- 'd0ab25db7e142a23f468eb20860d1496'
- '27e5d8f6957c797fba08bb2ce0e8e898'
- '813a156d3660e4a5fd526ffb6209cf19'
- 'd4aefeed9aa0c3959f83ca960e5ab86c'
- '87e68fd6d88afe1d51e6d299379d1e5d'
- 'a9738e3d9d3ee7c5dc343cc205b96e79'
- 'f12c513c345ae2eb30cf43a7b4d7cb24'
- 'e6bff0e7be5602b8a518641a90e83c26'
- 'f7b7ae4b29f20b8cfadd584d1c50a0be'
- 'e46cb94ba5d696e2489f2b097bf479d4'
- '7c20c4a247f709e72760c7bddea80145'
- 'd00d7d3b052df7897da3e3d833137f39'
- '1fe113c369856bd18284762d69c28e2b'
- 'cf5d3cc7711eaf0950e2bd8b577e4d0a'
- '024c00079df529109f7219c04db8d939'
- 'c20592662adf873dcf4dd85e20bdfb54'
- 'ea06323d38acc1ec94de1f1b1be007b9'
- '0bf8fce9b312ee5593e477cde015413e'
- 'd57aef9451faca240563b6c5752a77e4'
- 'f902ada5d1a0919fc5bbbe544f3b30fc'
- '97a30834e99e285fb0f2f4ff00cbdb49'
- '179a6a2d67fe989db6bce23ca787b21c'
- '97125e398076fbc87ea855e45b38e39e'
- 'febff10a9e92cc409f3ffafa11102442'
- '9573e6fd53c8cd012f8a61aaa93851b6'
- '2b95450d5701323ed4d4c80db62cab65'
- '93b8161d5671057c72800e4b7188b62e'
- '637a01cc070edc947e34268878f04c5f'
- '641f6536bd30f2c1b8a8880fcc0bc8b1'
- '5be894d8e588dd7a202233abe2951989'
- '6f8624d095a4ea09d87ff3ab90d299ec'
- 'a37e4cacd909191837d71125651ef47d'
- '21c9bb407bc65f86a121c94fd19cb753'
- '3984726ec55d993f427456bad472cef5'
- '0d973200fdf0823498b7cf0e82999b6f'
- 'e146407f853356591e4b0cfe6febafc8'
- '1639a503f10bc860c036116d38113d69'
- 'e87fe87763a198d86bb55d0916dc568d'
- '58b041174c90d8513cf6930a138fcae3'
- 'a25e47be63ccd1cde51ef5786680aac4'
- '2288463b16ff54367a10a51e5069ccd7'
- 'b897953849b914544c60740949e4ccce'
- '953516e5849b4c41cca2f983d22870ef'
- 'd14379b68d98e5ac42c6c8418d423d54'
- '9c1e895deaa789bdd10661e1f6effb1d'
- '91325818790b12417987e76b4f4a9331'
- '850beaa11d0666b7c48a9481a053991b'
- '51fe465f8c7b7275e80f212e2e4591e6'
- 'f18a3fd361c311a80ef283e8b512ba5e'
- 'accda24e24ff35adcf0d76fb97ccb958'
- '82df94f10e7762e6a640bc66794207b3'
- 'd83fd773e828b35ed89e8d0732f16b1f'
- 'd354fe08c21f04a9e0ab9eb470d30cc5'
- '2c58667651318fbbe8ae298486d841d0'
- 'dabe7d7ddd854d936f8ce29c29ef0825'
- 'a3ffd2bbacaf6343d07e8bfcada45ed1'
- 'fd9a0236538712587ce9de327268aa42'
- '2521e1e80874fc23f216209ba1125327'
- 'ba4409a8fb9d61d12416ae4996108910'
- '65181eb9524f26a66118b31b153a079f'
- 'f44946b21917bd1a5ef8e7f03650af59'
- '899970a5e156ef5c38112945e9f6d913'
- 'c1ce0863c8d12bc61cdf5c98342f2a61'
- '35db48af348fa468035c31b1beb1eac4'
- '9776681a3d366635a73d020caf1b6ef8'
- '70c6961eb8d84e70271694995f59c19c'
- 'd622af038cbb7371978174e1df309cdd'
- '4012d95efe59228efac858d7f1b4ee9c'
- 'd6f3e1b468a4cba23368a00a41ce851e'
- '82ad60102a5587f1f78d87af157e93ed'
- 'fba6a08c367cfa7875b5a9e4d7144bde'
- 'e7ab308dcf6b6864352ed1c6bef6dff6'
- '76340e835a4db66098af57fd70bd67d6'
- '9dc55385c9b4ebb8ef3dff42addf1c57')
+md5sums=('879c8576fc05a9cda87a183b06541b00'
+ '3659986eaf03e5e682d8535533df4b93'
+ '611af4f166312cd67e01c929533c02aa'
+ 

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

2013-03-08 Thread Evangelos Foutras
Date: Saturday, March 9, 2013 @ 00:26:45
  Author: foutrelis
Revision: 179634

archrelease: copy trunk to extra-any

Added:
  firefox-i18n/repos/extra-any/PKGBUILD
(from rev 179633, firefox-i18n/trunk/PKGBUILD)
Deleted:
  firefox-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  438 ++---
 1 file changed, 219 insertions(+), 219 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-08 23:26:33 UTC (rev 179633)
+++ PKGBUILD2013-03-08 23:26:45 UTC (rev 179634)
@@ -1,219 +0,0 @@
-# $Id$
-# Maintainer: Thomas Baechler tho...@archlinux.org
-# Contributor: Jaroslaw Swierczynski swier...@juvepoland.com
-# Contributor: Michal Hybner dta...@gmail.com
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgbase=firefox-i18n
-pkgver=19.0
-pkgrel=1
-pkgdesc=Language pack for Firefox
-arch=('any')
-url=http://www.mozilla.com/;
-license=('MPL' 'GPL')
-depends=(firefox=$pkgver)
-
-_languages=(
-  'achAcoli'
-  'af Afrikaans'
-  'ak Akan'
-  'ar Arabic'
-  'as Assamese'
-  'astAsturian'
-  'be Belarusian'
-  'bg Bulgarian'
-  'bn-BD  Bengali (Bangladesh)'
-  'bn-IN  Bengali (India)'
-  'br Breton'
-  'bs Bosnian'
-  'ca Catalan'
-  'cs Czech'
-  'csbKashubian'
-  'cy Welsh'
-  'da Danish'
-  'de German'
-  'el Greek'
-  'en-GB  English (United Kingdom)'
-  'en-US  English (United States)'
-  'en-ZA  English (South Africa)'
-  'eo Esperanto'
-  'es-AR  Spanish (Argentina)'
-  'es-CL  Spanish (Chile)'
-  'es-ES  Spanish (Spain)'
-  'es-MX  Spanish (Mexico)'
-  'et Estonian'
-  'eu Basque'
-  'fa Persian'
-  'ff Fula'
-  'fi Finnish'
-  'fr French'
-  'fy-NL  Frisian (Netherlands)'
-  'ga-IE  Irish'
-  'gd Gaelic'
-  'gl Galician'
-  'gu-IN  Gujarati (India)'
-  'he Hebrew'
-  'hi-IN  Hindi (India)'
-  'hr Croatian'
-  'hu Hungarian'
-  'hy-AM  Armenian'
-  'id Indonesian'
-  'is Icelandic'
-  'it Italian'
-  'ja Japanese'
-  'kk Kazakh'
-  'km Khmer'
-  'kn Kannada'
-  'ko Korean'
-  'ku Kurdish'
-  'lg Ganda'
-  'lijLigurian'
-  'lt Lithuanian'
-  'lv Latvian'
-  'maiMaithili'
-  'mk Macedonian'
-  'ml Malayalam'
-  'mr Marathi'
-  'nb-NO  Norwegian (Bokmal)'
-  'nl Dutch'
-  'nn-NO  Norwegian (Nynorsk)'
-  'nsoNorthern Sotho (Sesotho sa lebowa)'
-  'or Oriya'
-  'pa-IN  Punjabi'
-  'pl Polish'
-  'pt-BR  Brazilian Portuguese'
-  'pt-PT  Portuguese'
-  'rm Romansh'
-  'ro Romanian'
-  'ru Russian'
-  'si Sinhalese'
-  'sk Slovak'
-  'sl Slovenian'
-  'sonSonghai'
-  'sq Albanian'
-  'sr Serbian'
-  'sv-SE  Swedish'
-  'ta-LK  Tamil (Sri Lanka)'
-  'ta Tamil'
-  'te Telugu'
-  'th Thai'
-  'tr Turkish'
-  'uk Ukrainian'
-  'vi Vietnamese'
-  'zh-CN  Chinese (simplified)'
-  'zh-TW  Chinese (traditional)'
-  'zu Zulu'
-)
-
-pkgname=()
-source=()
-_url=http://download.cdn.mozilla.net/pub/mozilla.org/firefox/releases/$pkgver/linux-i686/xpi
-
-for _lang in ${_languages[@]}; do
-  _locale=${_lang%% *}
-  _pkgname=firefox-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  source+=(firefox-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi)
-  eval package_$_pkgname() {
-_package $_lang
-  }
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc=$2 language pack for Firefox
-  install -Dm644 firefox-i18n-$pkgver-$1.xpi \
-$pkgdir/usr/lib/firefox/extensions/langpack-$1...@firefox.mozilla.org.xpi
-}
-md5sums=('f433bd1af081fdb37d7ef79dd2e21fd8'
- 'ba564778fe6c773f1071edff08ba4165'
- '2894f63f0b5d77b5ed64ebbd0684ff8b'
- '9f6ca5f0ab43789db1932912c32c45c0'
- '272c11c140d1f262a096a9797b96f919'
- 'd690168f6f43c05cf2073af8c006c49b'
- 'ce77a35081fd1582e048fb5487c8569e'
- 'f86659339cdecb0048bfe795b4eea4f9'
- '5e2eff8110875831b717794fd1e1c5a3'
- '5eef32d1cd1decee2576d893f174a753'
- 'f81c5abe92f69a2b69b5cff0810c066d'
- 'fe413ae89f52321deb2f367c393c2123'
- 'cc66c62ea55d9291a3da44094e871acb'
- '4d0882b63d5a20223d8a34566b91bc89'
- 'c0f8f0187c12456c9ed65797a237833b'
- 'd0ab25db7e142a23f468eb20860d1496'
- '27e5d8f6957c797fba08bb2ce0e8e898'
- '813a156d3660e4a5fd526ffb6209cf19'
- 'd4aefeed9aa0c3959f83ca960e5ab86c'
- '87e68fd6d88afe1d51e6d299379d1e5d'
- 'a9738e3d9d3ee7c5dc343cc205b96e79'
- 'f12c513c345ae2eb30cf43a7b4d7cb24'
- 'e6bff0e7be5602b8a518641a90e83c26'
- 'f7b7ae4b29f20b8cfadd584d1c50a0be'
- 'e46cb94ba5d696e2489f2b097bf479d4'
- '7c20c4a247f709e72760c7bddea80145'
- 'd00d7d3b052df7897da3e3d833137f39'
- '1fe113c369856bd18284762d69c28e2b'
- 'cf5d3cc7711eaf0950e2bd8b577e4d0a'
- 

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

2013-03-08 Thread Gaetan Bisson
Date: Saturday, March 9, 2013 @ 01:28:50
  Author: bisson
Revision: 85921

upstream update

Modified:
  collectd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-08 23:40:45 UTC (rev 85920)
+++ PKGBUILD2013-03-09 00:28:50 UTC (rev 85921)
@@ -3,8 +3,8 @@
 # Contributor: Gerhard Brauer gerhard.bra...@web.de
 
 pkgname=collectd
-pkgver=5.2.0
-pkgrel=3
+pkgver=5.2.1
+pkgrel=1
 pkgdesc='Daemon which collects system performance statistics periodically'
 url='http://collectd.org/'
 arch=('i686' 'x86_64')
@@ -42,7 +42,7 @@
 'libperl.patch'
 'service'
 'rc.d')
-sha1sums=('b56832913cbdc06ee370f89a57ed3c25ed16a88b'
+sha1sums=('2c51c21d339c221bd9f94b1ee2b44b1e388d6b39'
   '245c098d121a4a05594553583310953b3a2f6461'
   'b56907f532b9174e1b6995aadb518228d7464d3b'
   '0f441718d5519cb043b1130e5a1d0379078adbcc')
@@ -76,5 +76,5 @@
install -Dm755 ../rc.d ${pkgdir}/etc/rc.d/${pkgname}
install -Dm644 ../service 
${pkgdir}/usr/lib/systemd/system/collectd.service
install -Dm644 contrib/collectd2html.pl 
${pkgdir}/usr/share/collectd/collectd2html.pl
-   mv ${pkgdir}/usr/man/man3 ${pkgdir}/usr/share/man # perl man magick 
ignores datarootdir
+   mv ${pkgdir}/usr/man/man3 ${pkgdir}/usr/share/man # perl man magic 
ignores datarootdir
 }



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

2013-03-08 Thread Gaetan Bisson
Date: Saturday, March 9, 2013 @ 01:29:43
  Author: bisson
Revision: 85922

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

Added:
  collectd/repos/community-staging-i686/PKGBUILD
(from rev 85921, collectd/trunk/PKGBUILD)
  collectd/repos/community-staging-i686/install
(from rev 85921, collectd/trunk/install)
  collectd/repos/community-staging-i686/libperl.patch
(from rev 85921, collectd/trunk/libperl.patch)
  collectd/repos/community-staging-i686/rc.d
(from rev 85921, collectd/trunk/rc.d)
  collectd/repos/community-staging-i686/service
(from rev 85921, collectd/trunk/service)
  collectd/repos/community-staging-x86_64/PKGBUILD
(from rev 85921, collectd/trunk/PKGBUILD)
  collectd/repos/community-staging-x86_64/install
(from rev 85921, collectd/trunk/install)
  collectd/repos/community-staging-x86_64/libperl.patch
(from rev 85921, collectd/trunk/libperl.patch)
  collectd/repos/community-staging-x86_64/rc.d
(from rev 85921, collectd/trunk/rc.d)
  collectd/repos/community-staging-x86_64/service
(from rev 85921, collectd/trunk/service)
Deleted:
  collectd/repos/community-staging-i686/PKGBUILD
  collectd/repos/community-staging-i686/install
  collectd/repos/community-staging-i686/libperl.patch
  collectd/repos/community-staging-i686/rc.d
  collectd/repos/community-staging-i686/service
  collectd/repos/community-staging-x86_64/PKGBUILD
  collectd/repos/community-staging-x86_64/install
  collectd/repos/community-staging-x86_64/libperl.patch
  collectd/repos/community-staging-x86_64/rc.d
  collectd/repos/community-staging-x86_64/service

+
 community-staging-i686/PKGBUILD|  160 +++
 community-staging-i686/install |   16 +--
 community-staging-i686/libperl.patch   |   58 +--
 community-staging-i686/rc.d|   78 +++
 community-staging-i686/service |   26 ++---
 community-staging-x86_64/PKGBUILD  |  160 +++
 community-staging-x86_64/install   |   16 +--
 community-staging-x86_64/libperl.patch |   58 +--
 community-staging-x86_64/rc.d  |   78 +++
 community-staging-x86_64/service   |   26 ++---
 10 files changed, 338 insertions(+), 338 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2013-03-09 00:28:50 UTC (rev 85921)
+++ community-staging-i686/PKGBUILD 2013-03-09 00:29:43 UTC (rev 85922)
@@ -1,80 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Gerhard Brauer gerhard.bra...@web.de
-
-pkgname=collectd
-pkgver=5.2.0
-pkgrel=3
-pkgdesc='Daemon which collects system performance statistics periodically'
-url='http://collectd.org/'
-arch=('i686' 'x86_64')
-license=('GPL')
-
-optdepends=('curl: apache, ascent, curl, nginx, and write_http plugins'
-'libdbi: dbi plugin'
-'libesmtp: notify_email plugin'
-'libgcrypt: encryption and authentication for network plugin'
-'libmemcached: memcachec plugin'
-'libmariadbclient: mysql plugin'
-'iproute2: netlink plugin'
-'net-snmp: snmp plugin'
-'libnotify: notify_desktop plugin'
-'liboping: ping plugin'
-'libpcap: dns plugin'
-'perl: perl plugin'
-'postgresql-libs: postgresql plugin'
-'python2: python plugin'
-'rrdtool: rrdtool and rrdcached plugins'
-'lm_sensors: lm_sensors and sensors plugins'
-'libvirt: libvirt plugin'
-'libxml2: ascent and libvirt plugins'
-'xmms: xmms plugin'
-'yajl: curl_json plugin')
-
-makedepends=('curl' 'libdbi' 'libesmtp' 'libgcrypt' 'libmemcached'
- 'libmariadbclient' 'iproute2' 'net-snmp' 'libnotify' 'liboping'
- 'libpcap' 'postgresql-libs' 'python2' 'rrdtool' 'lm_sensors'
- 'libvirt' 'libxml2' 'xmms' 'yajl')
-
-depends=('libltdl' 'iptables')
-
-source=(${url}files/${pkgname}-${pkgver}.tar.gz
-'libperl.patch'
-'service'
-'rc.d')
-sha1sums=('b56832913cbdc06ee370f89a57ed3c25ed16a88b'
-  '245c098d121a4a05594553583310953b3a2f6461'
-  'b56907f532b9174e1b6995aadb518228d7464d3b'
-  '0f441718d5519cb043b1130e5a1d0379078adbcc')
-
-backup=('etc/collectd.conf')
-options=('!libtool')
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   patch -p1 -i ../libperl.patch
-   autoconf
-
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --enable-static=no \
-   --with-python=/usr/bin/python2
-
-   make all
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make DESTDIR=${pkgdir} install
-
-   rmdir 

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

2013-03-08 Thread Dave Reisner
Date: Saturday, March 9, 2013 @ 01:33:26
  Author: dreisner
Revision: 179642

upgpkg: filesystem 2013.03-1

- add GID 23 for systemd-journal group

Modified:
  filesystem/trunk/PKGBUILD
  filesystem/trunk/filesystem.install
  filesystem/trunk/group

+
 PKGBUILD   |   46 +++---
 filesystem.install |1 +
 group  |1 +
 3 files changed, 25 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-08 23:40:46 UTC (rev 179641)
+++ PKGBUILD2013-03-09 00:33:26 UTC (rev 179642)
@@ -2,8 +2,8 @@
 # Maintainer: Tom Gundersen t...@jklm.no
 
 pkgname=filesystem
-pkgver=2013.01
-pkgrel=3
+pkgver=2013.03
+pkgrel=1
 pkgdesc='Base filesystem'
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -18,7 +18,27 @@
 source=('group' 'issue' 'nsswitch.conf' 'securetty' 'host.conf' 'ld.so.conf'
 'passwd' 'shadow' 'fstab' 'crypttab' 'hosts' 'motd' 'os-release' 
'resolv.conf'
 'shells' 'gshadow' 'profile' 'modprobe.d.usb-load-ehci-first' 
'archlinux.7.txt'
-   'locale.sh')
+'locale.sh')
+md5sums=('c353a0e73d9a631194996f802028467c'
+ '7813c481156f6b280a3ba91fc6236368'
+ '9e4533df61f0c82d6b2e2371f7376282'
+ '4c4540eeb748bf1f71d631b8c1dcf0b3'
+ 'f28150d4c0b22a017be51b9f7f9977ed'
+ '6e488ffecc8ba142c0cf7e2d7aeb832e'
+ '1cfd310dff0804a7d21958487c32a3b1'
+ '2ef2429c2c98d0883906aa6f5363be80'
+ '693c97f2c9a519bb97a17008e92c2b74'
+ '1745349eb24ed21b4cfaa6f423bddb76'
+ '7bc65f234dfb6abf24e7c3b03e86f4ff'
+ 'd41d8cd98f00b204e9800998ecf8427e'
+ 'b16a4674ccf3a932ff34c6c8393a4f33'
+ '6f48288b6fcaf0065fcb7b0e525413e0'
+ '22518e922891f9359f971f4f5b4e793c'
+ 'ffe983034b8004989b8c3df97ec91095'
+ 'f3b6ae7db8adffaaa4bffc6099dcbd50'
+ 'a8a962370cd0128465d514e6a1f74130'
+ '2e193c4a37245f2323ebe87f1a673563'
+ '3807d07215d9116331fe1cf8feeaa0f8')
 
 build() {
cd ${srcdir}
@@ -97,23 +117,3 @@
done
ln -s ../man usr/local/share/man
 }
-md5sums=('c61f6ac4f6377108e59879f203f18633'
- '7813c481156f6b280a3ba91fc6236368'
- '9e4533df61f0c82d6b2e2371f7376282'
- '4c4540eeb748bf1f71d631b8c1dcf0b3'
- 'f28150d4c0b22a017be51b9f7f9977ed'
- '6e488ffecc8ba142c0cf7e2d7aeb832e'
- '1cfd310dff0804a7d21958487c32a3b1'
- '2ef2429c2c98d0883906aa6f5363be80'
- '693c97f2c9a519bb97a17008e92c2b74'
- '1745349eb24ed21b4cfaa6f423bddb76'
- '7bc65f234dfb6abf24e7c3b03e86f4ff'
- 'd41d8cd98f00b204e9800998ecf8427e'
- 'b16a4674ccf3a932ff34c6c8393a4f33'
- '6f48288b6fcaf0065fcb7b0e525413e0'
- '22518e922891f9359f971f4f5b4e793c'
- 'ffe983034b8004989b8c3df97ec91095'
- 'f3b6ae7db8adffaaa4bffc6099dcbd50'
- 'a8a962370cd0128465d514e6a1f74130'
- '2e193c4a37245f2323ebe87f1a673563'
- '3807d07215d9116331fe1cf8feeaa0f8')

Modified: filesystem.install
===
--- filesystem.install  2013-03-08 23:40:46 UTC (rev 179641)
+++ filesystem.install  2013-03-09 00:33:26 UTC (rev 179642)
@@ -33,6 +33,7 @@
_adduser uuidd-u 68 -d / -g uuidd -s /sbin/nologin
_addgroup dbus-g 81
_adduser dbus -u 81 -d / -g dbus -s /sbin/nologin
+   _addgroup systemd-journal -g 23
 
# sync gshadow to group (fixes FS#19869)
if ! grep -q '^lock:' etc/gshadow; then

Modified: group
===
--- group   2013-03-08 23:40:46 UTC (rev 179641)
+++ group   2013-03-09 00:33:26 UTC (rev 179642)
@@ -15,6 +15,7 @@
 log:x:19:root
 utmp:x:20:
 locate:x:21:
+systemd-journal:x:23:
 rfkill:x:24:
 smmsp:x:25:
 http:x:33:



[arch-commits] Commit in filesystem/repos (46 files)

2013-03-08 Thread Dave Reisner
Date: Saturday, March 9, 2013 @ 01:35:40
  Author: dreisner
Revision: 179643

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

Added:
  filesystem/repos/testing-i686/
  filesystem/repos/testing-i686/PKGBUILD
(from rev 179642, filesystem/trunk/PKGBUILD)
  filesystem/repos/testing-i686/archlinux.7.txt
(from rev 179642, filesystem/trunk/archlinux.7.txt)
  filesystem/repos/testing-i686/crypttab
(from rev 179642, filesystem/trunk/crypttab)
  filesystem/repos/testing-i686/filesystem.install
(from rev 179642, filesystem/trunk/filesystem.install)
  filesystem/repos/testing-i686/fstab
(from rev 179642, filesystem/trunk/fstab)
  filesystem/repos/testing-i686/group
(from rev 179642, filesystem/trunk/group)
  filesystem/repos/testing-i686/gshadow
(from rev 179642, filesystem/trunk/gshadow)
  filesystem/repos/testing-i686/host.conf
(from rev 179642, filesystem/trunk/host.conf)
  filesystem/repos/testing-i686/hosts
(from rev 179642, filesystem/trunk/hosts)
  filesystem/repos/testing-i686/issue
(from rev 179642, filesystem/trunk/issue)
  filesystem/repos/testing-i686/ld.so.conf
(from rev 179642, filesystem/trunk/ld.so.conf)
  filesystem/repos/testing-i686/locale.sh
(from rev 179642, filesystem/trunk/locale.sh)
  filesystem/repos/testing-i686/modprobe.d.usb-load-ehci-first
(from rev 179642, filesystem/trunk/modprobe.d.usb-load-ehci-first)
  filesystem/repos/testing-i686/motd
(from rev 179642, filesystem/trunk/motd)
  filesystem/repos/testing-i686/nsswitch.conf
(from rev 179642, filesystem/trunk/nsswitch.conf)
  filesystem/repos/testing-i686/os-release
(from rev 179642, filesystem/trunk/os-release)
  filesystem/repos/testing-i686/passwd
(from rev 179642, filesystem/trunk/passwd)
  filesystem/repos/testing-i686/profile
(from rev 179642, filesystem/trunk/profile)
  filesystem/repos/testing-i686/resolv.conf
(from rev 179642, filesystem/trunk/resolv.conf)
  filesystem/repos/testing-i686/securetty
(from rev 179642, filesystem/trunk/securetty)
  filesystem/repos/testing-i686/shadow
(from rev 179642, filesystem/trunk/shadow)
  filesystem/repos/testing-i686/shells
(from rev 179642, filesystem/trunk/shells)
  filesystem/repos/testing-x86_64/
  filesystem/repos/testing-x86_64/PKGBUILD
(from rev 179642, filesystem/trunk/PKGBUILD)
  filesystem/repos/testing-x86_64/archlinux.7.txt
(from rev 179642, filesystem/trunk/archlinux.7.txt)
  filesystem/repos/testing-x86_64/crypttab
(from rev 179642, filesystem/trunk/crypttab)
  filesystem/repos/testing-x86_64/filesystem.install
(from rev 179642, filesystem/trunk/filesystem.install)
  filesystem/repos/testing-x86_64/fstab
(from rev 179642, filesystem/trunk/fstab)
  filesystem/repos/testing-x86_64/group
(from rev 179642, filesystem/trunk/group)
  filesystem/repos/testing-x86_64/gshadow
(from rev 179642, filesystem/trunk/gshadow)
  filesystem/repos/testing-x86_64/host.conf
(from rev 179642, filesystem/trunk/host.conf)
  filesystem/repos/testing-x86_64/hosts
(from rev 179642, filesystem/trunk/hosts)
  filesystem/repos/testing-x86_64/issue
(from rev 179642, filesystem/trunk/issue)
  filesystem/repos/testing-x86_64/ld.so.conf
(from rev 179642, filesystem/trunk/ld.so.conf)
  filesystem/repos/testing-x86_64/locale.sh
(from rev 179642, filesystem/trunk/locale.sh)
  filesystem/repos/testing-x86_64/modprobe.d.usb-load-ehci-first
(from rev 179642, filesystem/trunk/modprobe.d.usb-load-ehci-first)
  filesystem/repos/testing-x86_64/motd
(from rev 179642, filesystem/trunk/motd)
  filesystem/repos/testing-x86_64/nsswitch.conf
(from rev 179642, filesystem/trunk/nsswitch.conf)
  filesystem/repos/testing-x86_64/os-release
(from rev 179642, filesystem/trunk/os-release)
  filesystem/repos/testing-x86_64/passwd
(from rev 179642, filesystem/trunk/passwd)
  filesystem/repos/testing-x86_64/profile
(from rev 179642, filesystem/trunk/profile)
  filesystem/repos/testing-x86_64/resolv.conf
(from rev 179642, filesystem/trunk/resolv.conf)
  filesystem/repos/testing-x86_64/securetty
(from rev 179642, filesystem/trunk/securetty)
  filesystem/repos/testing-x86_64/shadow
(from rev 179642, filesystem/trunk/shadow)
  filesystem/repos/testing-x86_64/shells
(from rev 179642, filesystem/trunk/shells)

---+
 testing-i686/PKGBUILD |  119 
 testing-i686/archlinux.7.txt  |   90 ++
 testing-i686/crypttab |   17 +++
 testing-i686/filesystem.install   |   53 ++
 testing-i686/fstab|4 
 testing-i686/group|   35 +++
 testing-i686/gshadow  |   34 ++
 testing-i686/host.conf|8 +
 testing-i686/hosts|9 +
 testing-i686/issue   

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

2013-03-08 Thread Alexandre Filgueira
Date: Saturday, March 9, 2013 @ 01:51:23
  Author: faidoc
Revision: 85923

upgpkg: muffin 1.7.2-1

Modified:
  muffin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-09 00:29:43 UTC (rev 85922)
+++ PKGBUILD2013-03-09 00:51:23 UTC (rev 85923)
@@ -3,7 +3,7 @@
 # Contributor: Ner0
 
 pkgname=muffin
-pkgver=1.7.1
+pkgver=1.7.2
 pkgrel=1
 pkgdesc=Cinnamon window manager based on Mutter
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 options=('!libtool' '!emptydirs')
 install=$pkgname.install
 
source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/tarball/$pkgver;)
-md5sums=('688ac16937bcaa286566d47764bf33a7')
+md5sums=('c39cd212959c7de8f834abe9e3fee8da')
 
 build() {
   cd linuxmint-muffin-*



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

2013-03-08 Thread Alexandre Filgueira
Date: Saturday, March 9, 2013 @ 01:51:47
  Author: faidoc
Revision: 85924

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

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

-+
 community-i686/PKGBUILD |   76 +++---
 community-i686/muffin.install   |   20 +-
 community-x86_64/PKGBUILD   |   76 +++---
 community-x86_64/muffin.install |   20 +-
 4 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-09 00:51:23 UTC (rev 85923)
+++ community-i686/PKGBUILD 2013-03-09 00:51:47 UTC (rev 85924)
@@ -1,38 +0,0 @@
-# $Id$
-# Contributor: Adam Hani Schakaki a...@schakaki.net
-# Contributor: Ner0
-
-pkgname=muffin
-pkgver=1.7.1
-pkgrel=1
-pkgdesc=Cinnamon window manager based on Mutter
-arch=('i686' 'x86_64')
-url=https://github.com/linuxmint/muffin;
-license=('GPL')
-depends=('libsm' 'clutter' 'gobject-introspection' 'gsettings-desktop-schemas' 
\
-'libcanberra' 'startup-notification' 'zenity' 'dconf')
-makedepends=('intltool' 'gnome-doc-utils')
-provides=('muffin-wm')
-conflicts=('muffin-wm')
-replaces=('muffin-wm')
-options=('!libtool' '!emptydirs')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/tarball/$pkgver;)
-md5sums=('688ac16937bcaa286566d47764bf33a7')
-
-build() {
-  cd linuxmint-muffin-*
-
-  autoreconf -vfi
-  PYTHON=python2 ./configure --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib/muffin \
---localstatedir=/var 
--disable-static --disable-schemas-compile
-  make
-}
-
-package() {
-  cd linuxmint-muffin-*
-  make DESTDIR=$pkgdir/ install
-}
-
-
-# vim:set ts=2 sw=2 et:

Copied: muffin/repos/community-i686/PKGBUILD (from rev 85923, 
muffin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-09 00:51:47 UTC (rev 85924)
@@ -0,0 +1,38 @@
+# $Id$
+# Contributor: Adam Hani Schakaki a...@schakaki.net
+# Contributor: Ner0
+
+pkgname=muffin
+pkgver=1.7.2
+pkgrel=1
+pkgdesc=Cinnamon window manager based on Mutter
+arch=('i686' 'x86_64')
+url=https://github.com/linuxmint/muffin;
+license=('GPL')
+depends=('libsm' 'clutter' 'gobject-introspection' 'gsettings-desktop-schemas' 
\
+'libcanberra' 'startup-notification' 'zenity' 'dconf')
+makedepends=('intltool' 'gnome-doc-utils')
+provides=('muffin-wm')
+conflicts=('muffin-wm')
+replaces=('muffin-wm')
+options=('!libtool' '!emptydirs')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/tarball/$pkgver;)
+md5sums=('c39cd212959c7de8f834abe9e3fee8da')
+
+build() {
+  cd linuxmint-muffin-*
+
+  autoreconf -vfi
+  PYTHON=python2 ./configure --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib/muffin \
+--localstatedir=/var 
--disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd linuxmint-muffin-*
+  make DESTDIR=$pkgdir/ install
+}
+
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/muffin.install
===
--- community-i686/muffin.install   2013-03-09 00:51:23 UTC (rev 85923)
+++ community-i686/muffin.install   2013-03-09 00:51:47 UTC (rev 85924)
@@ -1,10 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-post_remove() {
-  post_install
-}

Copied: muffin/repos/community-i686/muffin.install (from rev 85923, 
muffin/trunk/muffin.install)
===
--- community-i686/muffin.install   (rev 0)
+++ community-i686/muffin.install   2013-03-09 00:51:47 UTC (rev 85924)
@@ -0,0 +1,10 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-09 00:51:23 UTC (rev 85923)
+++ community-x86_64/PKGBUILD   2013-03-09 00:51:47 UTC (rev 85924)
@@ -1,38 +0,0 @@
-# $Id$
-# 

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

2013-03-08 Thread Sven-Hendrik Haase
Date: Saturday, March 9, 2013 @ 01:52:07
  Author: svenstaro
Revision: 85925

upgpkg: qtcreator 2.7.0rc-1

Updating to 2.7.0rc

Modified:
  qtcreator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-09 00:51:47 UTC (rev 85924)
+++ PKGBUILD2013-03-09 00:52:07 UTC (rev 85925)
@@ -7,9 +7,9 @@
 # Contributor: delor bartekpiech gmail com
 
 pkgname=qtcreator
-pkgver=2.6.2
-_pkgver=2.6.2
-pkgrel=2
+pkgver=2.7.0rc
+_pkgver=2.7.0-rc
+pkgrel=1
 pkgdesc='Lightweight, cross-platform integrated development environment'
 arch=('i686' 'x86_64')
 url='http://qt-project.org'
@@ -29,7 +29,7 @@
 
source=(http://releases.qt-project.org/qtcreator/${_pkgver}/qt-creator-${_pkgver}-src.tar.gz;
 'qtcreator.desktop'
 'fix-build.patch')
-md5sums=('4700deb89e8cf92239015d7d70f0dcdd'
+md5sums=('5c4baef738b00cfdf53739ffd1434234'
  '82888d4be900e7833d768050a135cd37'
  '4087c00d853addf97ca329d304e9a0a5')
 



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

2013-03-08 Thread Alexandre Filgueira
Date: Saturday, March 9, 2013 @ 01:52:18
  Author: faidoc
Revision: 85926

upgpkg: cinnamon 1.7.2-1

Modified:
  cinnamon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-09 00:52:07 UTC (rev 85925)
+++ PKGBUILD2013-03-09 00:52:18 UTC (rev 85926)
@@ -5,8 +5,8 @@
 # Contributor: CReimer
 
 pkgname=cinnamon
-pkgver=1.7.1
-pkgrel=4
+pkgver=1.7.2
+pkgrel=1
 pkgdesc=Linux desktop which provides advanced innovative features and a 
traditional user experience
 arch=('i686' 'x86_64')
 url=http://cinnamon.linuxmint.com/;
@@ -28,7 +28,7 @@
 gnome-autogen.sh
 keyboard_applet.patch
 fix-control-center-check.patch)
-md5sums=('13daa8fde1480bbee25eddc2e2630319'
+md5sums=('d136978607d2584ea1ca29db436f96df'
  'a925691c9b57a6a884dcf07da057fd1f'
  '2b1ece84416c3e4de030be15f1774d82'
  'fd429779aa986ffb3f481149f19a0baf')



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

2013-03-08 Thread Sven-Hendrik Haase
Date: Saturday, March 9, 2013 @ 01:52:24
  Author: svenstaro
Revision: 85927

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

Added:
  qtcreator/repos/community-i686/PKGBUILD
(from rev 85925, qtcreator/trunk/PKGBUILD)
  qtcreator/repos/community-i686/fix-build.patch
(from rev 85925, qtcreator/trunk/fix-build.patch)
  qtcreator/repos/community-i686/qtcreator.desktop
(from rev 85925, qtcreator/trunk/qtcreator.desktop)
  qtcreator/repos/community-i686/qtcreator.install
(from rev 85925, qtcreator/trunk/qtcreator.install)
  qtcreator/repos/community-x86_64/PKGBUILD
(from rev 85926, qtcreator/trunk/PKGBUILD)
  qtcreator/repos/community-x86_64/fix-build.patch
(from rev 85926, qtcreator/trunk/fix-build.patch)
  qtcreator/repos/community-x86_64/qtcreator.desktop
(from rev 85926, qtcreator/trunk/qtcreator.desktop)
  qtcreator/repos/community-x86_64/qtcreator.install
(from rev 85926, qtcreator/trunk/qtcreator.install)
Deleted:
  qtcreator/repos/community-i686/PKGBUILD
  qtcreator/repos/community-i686/fix-build.patch
  qtcreator/repos/community-i686/qtcreator.desktop
  qtcreator/repos/community-i686/qtcreator.install
  qtcreator/repos/community-x86_64/PKGBUILD
  qtcreator/repos/community-x86_64/fix-build.patch
  qtcreator/repos/community-x86_64/qtcreator.desktop
  qtcreator/repos/community-x86_64/qtcreator.install

+
 community-i686/PKGBUILD|  114 +--
 community-i686/fix-build.patch |   20 +++---
 community-i686/qtcreator.desktop   |   18 ++---
 community-i686/qtcreator.install   |   24 +++
 community-x86_64/PKGBUILD  |  114 +--
 community-x86_64/fix-build.patch   |   20 +++---
 community-x86_64/qtcreator.desktop |   18 ++---
 community-x86_64/qtcreator.install |   24 +++
 8 files changed, 176 insertions(+), 176 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-09 00:52:18 UTC (rev 85926)
+++ community-i686/PKGBUILD 2013-03-09 00:52:24 UTC (rev 85927)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Imanol Celaya ornitorrin...@archlinux-es.org
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Lukas Jirkovsky l.jirkov...@gmail.com
-# Contributor: Dan Vratil prog...@progdansoft.com
-# Contributor: thotypous matiasΘarchlinux-br·org
-# Contributor: delor bartekpiech gmail com
-
-pkgname=qtcreator
-pkgver=2.6.2
-_pkgver=2.6.2
-pkgrel=2
-pkgdesc='Lightweight, cross-platform integrated development environment'
-arch=('i686' 'x86_64')
-url='http://qt-project.org'
-license=('LGPL')
-depends=('qt5-quick1' 'qt5-tools')
-makedepends=('git')
-options=('docs')
-optdepends=('qt5-doc: for the integrated Qt documentation'
-'gdb: for the debugger'
-'cmake: for cmake project support'
-'openssh-askpass: for ssh support'
-'git: for git support'
-'mercurial: for mercurial support'
-'bzr: for bazaar support'
-'valgrind: for analyze support')
-install=qtcreator.install
-source=(http://releases.qt-project.org/qtcreator/${_pkgver}/qt-creator-${_pkgver}-src.tar.gz;
-'qtcreator.desktop'
-'fix-build.patch')
-md5sums=('4700deb89e8cf92239015d7d70f0dcdd'
- '82888d4be900e7833d768050a135cd37'
- '4087c00d853addf97ca329d304e9a0a5')
-
-build() {
-  cd qt-creator-${_pkgver}-src
-  patch -p1 -i ${srcdir}/fix-build.patch
-  cd ../
-
-  [[ -d build ]]  rm -r build
-  mkdir build  cd build
-
-  qmake ../qt-creator-${_pkgver}-src/qtcreator.pro
-  make
-  make docs -j1
-}
-
-package() {
-  cd build
-
-  make INSTALL_ROOT=${pkgdir}/usr/ install
-  make INSTALL_ROOT=${pkgdir}/usr/ install_docs
-
-  install -Dm644 ${srcdir}/qtcreator.desktop 
${pkgdir}/usr/share/applications/qtcreator.desktop
-  install -Dm644 ${srcdir}/qt-creator-${_pkgver}-src/LGPL_EXCEPTION.TXT 
${pkgdir}/usr/share/licenses/qtcreator/LGPL_EXCEPTION.TXT
-}

Copied: qtcreator/repos/community-i686/PKGBUILD (from rev 85925, 
qtcreator/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-09 00:52:24 UTC (rev 85927)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Imanol Celaya ornitorrin...@archlinux-es.org
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Lukas Jirkovsky l.jirkov...@gmail.com
+# Contributor: Dan Vratil prog...@progdansoft.com
+# Contributor: thotypous matiasΘarchlinux-br·org
+# Contributor: delor bartekpiech gmail com
+
+pkgname=qtcreator
+pkgver=2.7.0rc
+_pkgver=2.7.0-rc
+pkgrel=1
+pkgdesc='Lightweight, cross-platform integrated development environment'
+arch=('i686' 'x86_64')
+url='http://qt-project.org'
+license=('LGPL')
+depends=('qt5-quick1' 'qt5-tools')
+makedepends=('git')
+options=('docs')
+optdepends=('qt5-doc: for the 

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

2013-03-08 Thread Alexandre Filgueira
Date: Saturday, March 9, 2013 @ 01:52:51
  Author: faidoc
Revision: 85928

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

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

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

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


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

2013-03-08 Thread Sven-Hendrik Haase
Date: Saturday, March 9, 2013 @ 01:53:58
  Author: svenstaro
Revision: 85929

upgpkg: blender 7:2.66a-1

Updating to 2.66a

Modified:
  blender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-09 00:52:51 UTC (rev 85928)
+++ PKGBUILD2013-03-09 00:53:58 UTC (rev 85929)
@@ -9,9 +9,9 @@
 _svn=false
 
 pkgname=blender
-true  pkgver=2.66 # Hack for svn
-true  pkgrel=2
-epoch=6
+true  pkgver=2.66a # Hack for svn
+true  pkgrel=1
+epoch=7
 pkgdesc=A fully integrated 3D graphics creation suite
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -26,7 +26,7 @@
 install=blender.install
 if [[ $_svn = false ]]; then
   source=(http://download.blender.org/source/$pkgname-$pkgver.tar.gz)
-  md5sums=('159aedda89693321c5055819fa8e91cf')
+  md5sums=('dde8211818e35b00a1c01a11efef4533')
 else
   source=()
   md5sums=()



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

2013-03-08 Thread Sven-Hendrik Haase
Date: Saturday, March 9, 2013 @ 01:54:10
  Author: svenstaro
Revision: 85930

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

Added:
  blender/repos/community-i686/PKGBUILD
(from rev 85929, blender/trunk/PKGBUILD)
  blender/repos/community-i686/blender.install
(from rev 85929, blender/trunk/blender.install)
  blender/repos/community-x86_64/PKGBUILD
(from rev 85929, blender/trunk/PKGBUILD)
  blender/repos/community-x86_64/blender.install
(from rev 85929, 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  |  204 ++---
 community-i686/blender.install   |   26 ++--
 community-x86_64/PKGBUILD|  204 ++---
 community-x86_64/blender.install |   26 ++--
 4 files changed, 230 insertions(+), 230 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-09 00:53:58 UTC (rev 85929)
+++ community-i686/PKGBUILD 2013-03-09 00:54:10 UTC (rev 85930)
@@ -1,102 +0,0 @@
-# $Id$
-# Contributor: John Sowiak j...@archlinux.org
-# Contributor: tobias tob...@archlinux.org
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-# 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.66 # Hack for svn
-true  pkgrel=2
-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=('159aedda89693321c5055819fa8e91cf')
-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
-  [[ $CARCH == i686 ]]  BUILDCUDA=OFF || BUILDCUDA=ON
-
-  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=$BUILDCUDA \
--DWITH_CYCLES_OSL=ON \
--DCUDA_TOOLKIT_ROOT_DIR=/opt/cuda/ \
--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 85929, 
blender/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-09 00:54:10 UTC (rev 85930)
@@ -0,0 +1,102 @@
+# $Id$
+# Contributor: John Sowiak j...@archlinux.org
+# Contributor: tobias tob...@archlinux.org
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+# 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.66a # Hack for svn
+true  pkgrel=1
+epoch=7
+pkgdesc=A fully integrated 3D graphics creation suite
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.blender.org;
+depends=('libpng' 'libtiff' 'openexr' 'python' 

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

2013-03-08 Thread Eric Bélanger
Date: Saturday, March 9, 2013 @ 02:48:59
  Author: eric
Revision: 179644

upgpkg: speech-dispatcher 0.8-1

Upstream update, Add libltdl and python-xdg depends, Add intltool makedepends, 
Update to python 3 support, Remove initscripts support, Update info pages in 
install script, PKGBUILD clean up

Modified:
  speech-dispatcher/trunk/PKGBUILD
  speech-dispatcher/trunk/speech-dispatcher.install
Deleted:
  speech-dispatcher/trunk/speechd.sh

---+
 PKGBUILD  |   33 ++---
 speech-dispatcher.install |3 ++-
 speechd.sh|   37 -
 3 files changed, 12 insertions(+), 61 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-09 00:35:40 UTC (rev 179643)
+++ PKGBUILD2013-03-09 01:48:59 UTC (rev 179644)
@@ -7,14 +7,14 @@
 # Contributor: Andreas Messer a...@bupfen.de
 
 pkgname=speech-dispatcher
-pkgver=0.7.1
-pkgrel=7
+pkgver=0.8
+pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc=High-level device independent layer for speech synthesis interface
 url=http://www.freebsoft.org/speechd;
 license=('GPL2' 'FDL')
-depends=('glib2' 'python2' 'dotconf' 'texinfo' 'libpulse')
-makedepends=('pkgconfig' 'espeak')
+depends=('glib2' 'libltdl' 'python-xdg' 'dotconf' 'libpulse')
+makedepends=('intltool' 'espeak')
 optdepends=('festival: Speech output using Festival'
 'espeak: Speech output using ESpeak'
 'pulseaudio: PulseAudio support')
@@ -37,10 +37,9 @@
etc/speech-dispatcher/speechd.conf)
 install=${pkgname}.install
 source=(http://www.freebsoft.org/pub/projects/speechd/$pkgname-$pkgver.tar.gz;
-'speechd.sh' 'speech-dispatcherd.service')
-md5sums=('ccfc30ac006673d36b4223eb760ed696'
-'858293f464b83f03f3b6bb796291c71d'
-'d26f52e2e95a30eaa83560f0e63faca5')
+'speech-dispatcherd.service')
+md5sums=('d88691a64c676122f996230c107c392f'
+ 'd26f52e2e95a30eaa83560f0e63faca5')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -53,20 +52,8 @@
 
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  make DESTDIR=${pkgdir} install
 
-  install -Dm755 ${srcdir}/speechd.sh ${pkgdir}/etc/rc.d/speechd
-  install -d ${pkgdir}/usr/lib/systemd/system/
-  install -m644 ${srcdir}/speech-dispatcherd.service 
${pkgdir}/usr/lib/systemd/system/
-  install -d ${pkgdir}/var/log/speech-dispatcher
-
-  # Fix spd-conf to use python 2.7
-  sed -i -e 's|#!/usr/bin/python|#!/usr/bin/python2|' 
${pkgdir}/usr/bin/spd-conf
-  sed -i -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' 
${pkgdir}/usr/lib/python2.7/site-packages/speechd/_test.py
-  
-  rm -f ${pkgdir}/usr/share/info/dir
-  gzip -9nf ${pkgdir}/usr/share/info/*
-
-  # Remove conflicts with erlang (FS#21674)
-  rm -r ${pkgdir}/usr/bin/run_test
+  install -Dm644 ${srcdir}/speech-dispatcherd.service 
${pkgdir}/usr/lib/systemd/system/speech-dispatcherd.service
+  install -d ${pkgdir}/var/log/speech-dispatcher
 }

Modified: speech-dispatcher.install
===
--- speech-dispatcher.install   2013-03-09 00:35:40 UTC (rev 179643)
+++ speech-dispatcher.install   2013-03-09 01:48:59 UTC (rev 179644)
@@ -1,10 +1,10 @@
 info_dir=usr/share/info
 info_files=('speech-dispatcher.info'
-'speech-dispatcher-cs.info'
 'ssip.info'
 'spd-say.info')
 
 post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
   for f in ${info_files[@]}; do
 install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
   done
@@ -15,6 +15,7 @@
 }
 
 pre_remove() {
+  [[ -x usr/bin/install-info ]] || return 0
   for f in ${info_files[@]}; do
 install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
   done

Deleted: speechd.sh
===
--- speechd.sh  2013-03-09 00:35:40 UTC (rev 179643)
+++ speechd.sh  2013-03-09 01:48:59 UTC (rev 179644)
@@ -1,37 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-PID=$(pidof -o %PPID /usr/bin/speech-dispatcher)
-case $1 in
-  start)
-stat_busy Starting speech dispatcher Daemon
-[ -z $PID ]  /usr/bin/speech-dispatcher -d  /dev/null
-if [ $? -gt 0 ]; then
-  stat_fail
-else
-  add_daemon speechd
-  stat_done
-fi
-;;
-  stop)
-stat_busy Stopping speech dispatcher Daemon
-[ ! -z $PID ]  kill $PID  /dev/null
-if [ $? -gt 0 ]; then
-  stat_fail
-else
-  rm_daemon speechd
-  stat_done
-fi
-;;
-  restart)
-$0 stop
-sleep 1
-$0 start
-;;
-  *)
-echo usage: $0 {start|stop|restart}
-esac
-
-exit 0



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

2013-03-08 Thread Eric Bélanger
Date: Saturday, March 9, 2013 @ 02:49:56
  Author: eric
Revision: 179645

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

Added:
  speech-dispatcher/repos/extra-i686/PKGBUILD
(from rev 179644, speech-dispatcher/trunk/PKGBUILD)
  speech-dispatcher/repos/extra-i686/speech-dispatcher.install
(from rev 179644, speech-dispatcher/trunk/speech-dispatcher.install)
  speech-dispatcher/repos/extra-i686/speech-dispatcherd.service
(from rev 179644, speech-dispatcher/trunk/speech-dispatcherd.service)
  speech-dispatcher/repos/extra-x86_64/PKGBUILD
(from rev 179644, speech-dispatcher/trunk/PKGBUILD)
  speech-dispatcher/repos/extra-x86_64/speech-dispatcher.install
(from rev 179644, speech-dispatcher/trunk/speech-dispatcher.install)
  speech-dispatcher/repos/extra-x86_64/speech-dispatcherd.service
(from rev 179644, speech-dispatcher/trunk/speech-dispatcherd.service)
Deleted:
  speech-dispatcher/repos/extra-i686/PKGBUILD
  speech-dispatcher/repos/extra-i686/speech-dispatcher.install
  speech-dispatcher/repos/extra-i686/speech-dispatcherd.service
  speech-dispatcher/repos/extra-i686/speechd.sh
  speech-dispatcher/repos/extra-x86_64/PKGBUILD
  speech-dispatcher/repos/extra-x86_64/speech-dispatcher.install
  speech-dispatcher/repos/extra-x86_64/speech-dispatcherd.service
  speech-dispatcher/repos/extra-x86_64/speechd.sh

-+
 extra-i686/PKGBUILD |  131 +-
 extra-i686/speech-dispatcher.install|   43 +
 extra-i686/speech-dispatcherd.service   |   20 ++--
 extra-i686/speechd.sh   |   37 
 extra-x86_64/PKGBUILD   |  131 +-
 extra-x86_64/speech-dispatcher.install  |   43 +
 extra-x86_64/speech-dispatcherd.service |   20 ++--
 extra-x86_64/speechd.sh |   37 
 8 files changed, 182 insertions(+), 280 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-09 01:48:59 UTC (rev 179644)
+++ extra-i686/PKGBUILD 2013-03-09 01:49:56 UTC (rev 179645)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Steve Holmes steve.holme...@gmail.com
-# Contributor: Alexander Jenisch n...@divzero.at
-# Contributor: Chris Brannon cmbran...@cox.net
-# Contributor: Andreas Messer a...@bupfen.de
-
-pkgname=speech-dispatcher
-pkgver=0.7.1
-pkgrel=7
-arch=('i686' 'x86_64')
-pkgdesc=High-level device independent layer for speech synthesis interface
-url=http://www.freebsoft.org/speechd;
-license=('GPL2' 'FDL')
-depends=('glib2' 'python2' 'dotconf' 'texinfo' 'libpulse')
-makedepends=('pkgconfig' 'espeak')
-optdepends=('festival: Speech output using Festival'
-'espeak: Speech output using ESpeak'
-'pulseaudio: PulseAudio support')
-provides=(speechd=${pkgver})
-options=('!libtool') 
-backup=(etc/speech-dispatcher/clients/gnome-speech.conf
-   etc/speech-dispatcher/clients/emacs.conf
-   etc/speech-dispatcher/modules/ibmtts.conf
-   etc/speech-dispatcher/modules/espeak-generic.conf
-   etc/speech-dispatcher/modules/espeak.conf
-   etc/speech-dispatcher/modules/swift-generic.conf
-   etc/speech-dispatcher/modules/festival.conf
-   etc/speech-dispatcher/modules/cicero.conf
-   etc/speech-dispatcher/modules/espeak-mbrola-generic.conf
-   etc/speech-dispatcher/modules/dtk-generic.conf
-   etc/speech-dispatcher/modules/llia_phon-generic.conf
-   etc/speech-dispatcher/modules/ivona.conf
-   etc/speech-dispatcher/modules/epos-generic.conf
-   etc/speech-dispatcher/modules/flite.conf
-   etc/speech-dispatcher/speechd.conf)
-install=${pkgname}.install
-source=(http://www.freebsoft.org/pub/projects/speechd/$pkgname-$pkgver.tar.gz;
-'speechd.sh' 'speech-dispatcherd.service')
-md5sums=('ccfc30ac006673d36b4223eb760ed696'
-'858293f464b83f03f3b6bb796291c71d'
-'d26f52e2e95a30eaa83560f0e63faca5')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---without-flite
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -Dm755 ${srcdir}/speechd.sh ${pkgdir}/etc/rc.d/speechd
-  install -d ${pkgdir}/usr/lib/systemd/system/
-  install -m644 ${srcdir}/speech-dispatcherd.service 
${pkgdir}/usr/lib/systemd/system/
-  install -d ${pkgdir}/var/log/speech-dispatcher
-
-  # Fix spd-conf to use python 2.7
-  sed -i -e 's|#!/usr/bin/python|#!/usr/bin/python2|' 
${pkgdir}/usr/bin/spd-conf
-  sed -i -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' 
${pkgdir}/usr/lib/python2.7/site-packages/speechd/_test.py
-  
-  rm -f ${pkgdir}/usr/share/info/dir
-  gzip -9nf ${pkgdir}/usr/share/info/*
-
-  # Remove conflicts with erlang (FS#21674)
-  rm -r ${pkgdir}/usr/bin/run_test
-}

Copied: 

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

2013-03-08 Thread Eric Bélanger
Date: Saturday, March 9, 2013 @ 04:16:24
  Author: eric
Revision: 179646

upgpkg: libsecret 0.14-1

Upstream update

Modified:
  libsecret/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-09 01:49:56 UTC (rev 179645)
+++ PKGBUILD2013-03-09 03:16:24 UTC (rev 179646)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libsecret
-pkgver=0.12
-pkgrel=2
+pkgver=0.14
+pkgrel=1
 pkgdesc='library for storing and retrieving passwords and other secrets.'
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'docbook-xsl' 'gobject-introspection')
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('323db75a5e73058d3eb95597d9f798fd715ec7d58f500be84628b8f9a0617c01')
+sha256sums=('58a5b9370c093a7a2788869ed59bc56351797a775e100a9644e637851f9713b5')
 
 build() {
   cd $pkgname-$pkgver



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

2013-03-08 Thread Eric Bélanger
Date: Saturday, March 9, 2013 @ 04:16:54
  Author: eric
Revision: 179647

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-09 03:16:24 UTC (rev 179646)
+++ extra-i686/PKGBUILD 2013-03-09 03:16:54 UTC (rev 179647)
@@ -1,27 +0,0 @@
-# $Id: PKGBUILD 166488 2012-09-08 10:31:44Z jgc $
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libsecret
-pkgver=0.12
-pkgrel=2
-pkgdesc='library for storing and retrieving passwords and other secrets.'
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=https://live.gnome.org/Libsecret;
-depends=('glib2' 'libgcrypt')
-makedepends=('intltool' 'docbook-xsl' 'gobject-introspection')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('323db75a5e73058d3eb95597d9f798fd715ec7d58f500be84628b8f9a0617c01')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libsecret/repos/extra-i686/PKGBUILD (from rev 179646, 
libsecret/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-09 03:16:54 UTC (rev 179647)
@@ -0,0 +1,27 @@
+# $Id: PKGBUILD 166488 2012-09-08 10:31:44Z jgc $
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libsecret
+pkgver=0.14
+pkgrel=1
+pkgdesc='library for storing and retrieving passwords and other secrets.'
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=https://live.gnome.org/Libsecret;
+depends=('glib2' 'libgcrypt')
+makedepends=('intltool' 'docbook-xsl' 'gobject-introspection')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('58a5b9370c093a7a2788869ed59bc56351797a775e100a9644e637851f9713b5')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-03-09 03:16:24 UTC (rev 179646)
+++ extra-x86_64/PKGBUILD   2013-03-09 03:16:54 UTC (rev 179647)
@@ -1,27 +0,0 @@
-# $Id: PKGBUILD 166488 2012-09-08 10:31:44Z jgc $
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libsecret
-pkgver=0.12
-pkgrel=2
-pkgdesc='library for storing and retrieving passwords and other secrets.'
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=https://live.gnome.org/Libsecret;
-depends=('glib2' 'libgcrypt')
-makedepends=('intltool' 'docbook-xsl' 'gobject-introspection')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('323db75a5e73058d3eb95597d9f798fd715ec7d58f500be84628b8f9a0617c01')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libsecret/repos/extra-x86_64/PKGBUILD (from rev 179646, 
libsecret/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-03-09 03:16:54 UTC (rev 179647)
@@ -0,0 +1,27 @@
+# $Id: PKGBUILD 166488 2012-09-08 10:31:44Z jgc $
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libsecret
+pkgver=0.14
+pkgrel=1
+pkgdesc='library for storing and retrieving passwords and other secrets.'
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=https://live.gnome.org/Libsecret;
+depends=('glib2' 'libgcrypt')
+makedepends=('intltool' 'docbook-xsl' 'gobject-introspection')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('58a5b9370c093a7a2788869ed59bc56351797a775e100a9644e637851f9713b5')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2013-03-08 Thread Jonathan Conder
Date: Saturday, March 9, 2013 @ 05:05:59
  Author: jconder
Revision: 85931

upgpkg: gnome-packagekit 3.6.2-1

update to 3.6.2

Modified:
  gnome-packagekit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-09 00:54:10 UTC (rev 85930)
+++ PKGBUILD2013-03-09 04:05:59 UTC (rev 85931)
@@ -2,7 +2,7 @@
 # Maintainer: Jonathan Conder jonno.con...@gmail.com
 
 pkgname=gnome-packagekit
-pkgver=3.6.0
+pkgver=3.6.2
 pkgrel=1
 pkgdesc='Collection of graphical tools for PackageKit to be used in the GNOME 
desktop'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 options=('!emptydirs' '!libtool')
 install=$pkgname.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-sha256sums=('9f096ec72fb81a78c426d9747145405a8b99e1d8418978828796768c8532d676')
+sha256sums=('2db1069324cb85d8704bd1ffbbea3c29d57ba7b0d710f45f6563fd963517ef40')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-03-08 Thread Jonathan Conder
Date: Saturday, March 9, 2013 @ 05:07:22
  Author: jconder
Revision: 85932

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

Added:
  gnome-packagekit/repos/community-i686/PKGBUILD
(from rev 85931, gnome-packagekit/trunk/PKGBUILD)
  gnome-packagekit/repos/community-i686/gnome-packagekit.install
(from rev 85931, gnome-packagekit/trunk/gnome-packagekit.install)
  gnome-packagekit/repos/community-x86_64/PKGBUILD
(from rev 85931, gnome-packagekit/trunk/PKGBUILD)
  gnome-packagekit/repos/community-x86_64/gnome-packagekit.install
(from rev 85931, gnome-packagekit/trunk/gnome-packagekit.install)
Deleted:
  gnome-packagekit/repos/community-i686/PKGBUILD
  gnome-packagekit/repos/community-i686/gnome-packagekit.install
  gnome-packagekit/repos/community-x86_64/PKGBUILD
  gnome-packagekit/repos/community-x86_64/gnome-packagekit.install

---+
 community-i686/PKGBUILD   |   86 ++--
 community-i686/gnome-packagekit.install   |   38 ++--
 community-x86_64/PKGBUILD |   86 ++--
 community-x86_64/gnome-packagekit.install |   38 ++--
 4 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-09 04:05:59 UTC (rev 85931)
+++ community-i686/PKGBUILD 2013-03-09 04:07:22 UTC (rev 85932)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Conder jonno.con...@gmail.com
-
-pkgname=gnome-packagekit
-pkgver=3.6.0
-pkgrel=1
-pkgdesc='Collection of graphical tools for PackageKit to be used in the GNOME 
desktop'
-arch=('i686' 'x86_64')
-url='http://www.packagekit.org/'
-license=('GPL')
-depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libnotify'
- 'packagekit')
-makedepends=('gconf' 'gtk-doc' 'intltool' 'itstool' 'libcanberra' 'upower')
-optdepends=('polkit-gnome: required for privileged actions'
-'gnome-settings-daemon-updates: update and message notifications')
-options=('!emptydirs' '!libtool')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-sha256sums=('9f096ec72fb81a78c426d9747145405a8b99e1d8418978828796768c8532d676')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  _mime='application/x-xz-compressed-tar;application/x-servicepack;'
-  sed -i s@MimeType=.*@MimeType=$_mime@ 
data/gpk-install-local-file.desktop.in
-
-  sed -i 's@python@python2@' python/enum-convertor.py
-  sed -i 's@python enum-convertor.py@python2 enum-convertor.py@' 
python/packagekit/Makefile.{am,in}
-
-  export PYTHON=/usr/bin/python2
-  ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --disable-gtk-doc \
- --disable-schemas-compile \
- --disable-scrollkeeper
-  make -s
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make -s DESTDIR=$pkgdir install
-}

Copied: gnome-packagekit/repos/community-i686/PKGBUILD (from rev 85931, 
gnome-packagekit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-09 04:07:22 UTC (rev 85932)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jonathan Conder jonno.con...@gmail.com
+
+pkgname=gnome-packagekit
+pkgver=3.6.2
+pkgrel=1
+pkgdesc='Collection of graphical tools for PackageKit to be used in the GNOME 
desktop'
+arch=('i686' 'x86_64')
+url='http://www.packagekit.org/'
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libnotify'
+ 'packagekit')
+makedepends=('gconf' 'gtk-doc' 'intltool' 'itstool' 'libcanberra' 'upower')
+optdepends=('polkit-gnome: required for privileged actions'
+'gnome-settings-daemon-updates: update and message notifications')
+options=('!emptydirs' '!libtool')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
+sha256sums=('2db1069324cb85d8704bd1ffbbea3c29d57ba7b0d710f45f6563fd963517ef40')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  _mime='application/x-xz-compressed-tar;application/x-servicepack;'
+  sed -i s@MimeType=.*@MimeType=$_mime@ 
data/gpk-install-local-file.desktop.in
+
+  sed -i 's@python@python2@' python/enum-convertor.py
+  sed -i 's@python enum-convertor.py@python2 enum-convertor.py@' 
python/packagekit/Makefile.{am,in}
+
+  export PYTHON=/usr/bin/python2
+  ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --disable-gtk-doc \
+ --disable-schemas-compile \
+ --disable-scrollkeeper
+  make -s
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make -s DESTDIR=$pkgdir install
+}

Deleted: community-i686/gnome-packagekit.install
===
--- community-i686/gnome-packagekit.install 

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

2013-03-08 Thread Felix Yan
Date: Saturday, March 9, 2013 @ 06:32:22
  Author: fyan
Revision: 85933

goagent: remove redundant files

Modified:
  goagent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-09 04:07:22 UTC (rev 85932)
+++ PKGBUILD2013-03-09 05:32:22 UTC (rev 85933)
@@ -34,6 +34,13 @@
   rm -f $pkgdir/opt/goagent/*/*.{vbs,dll,exe,manifest,bat}
   rm -f $pkgdir/opt/goagent/local/python27.zip
 
+  # remove mac-only files
+  rm -f $pkgdir/opt/goagent/local/addto-startup.py
+
+  # remove goagent-gtk
+  rm -f $pkgdir/opt/goagent/local/goagent-gtk.py
+  rm -f $pkgdir/opt/goagent/local/logo.png
+
   # remove CA.crt CA.key for security issues
   rm -f $pkgdir/opt/goagent/local/CA.crt $pkgdir/opt/goagent/local/CA.key
   rm -rf $pkgdir/opt/goagent/local/certs



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

2013-03-08 Thread Felix Yan
Date: Saturday, March 9, 2013 @ 07:03:40
  Author: fyan
Revision: 85934

upgpkg: cgminer 2.11.2-1

Modified:
  cgminer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-09 05:32:22 UTC (rev 85933)
+++ PKGBUILD2013-03-09 06:03:40 UTC (rev 85934)
@@ -5,7 +5,7 @@
 # Contributor: David Manouchehri da...@davidmanouchehri.com
 
 pkgname=cgminer
-pkgver=2.11.1
+pkgver=2.11.2
 _build=
 pkgrel=1
 pkgdesc=Multi-threaded multi-pool CPU and GPU miner for bitcoin, forked from 
cpuminer.
@@ -49,6 +49,6 @@
   install -Dm644 $pkgname.conf $pkgdir/etc/$pkgname.conf
 }
 
-md5sums=('aa2199a9756cbca5582c03e8c1a98dd1'
+md5sums=('f3deb2205ff53318dd65f9dfd26b99aa'
  'fe4a243fabe24608f5c05e40f0f118f6'
  'bd76fc92fedce18c59ccea2aa79cc664')



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

2013-03-08 Thread Felix Yan
Date: Saturday, March 9, 2013 @ 07:05:05
  Author: fyan
Revision: 85935

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

Deleted:
  cgminer/repos/community-i686/cgminer.conf.d
  cgminer/repos/community-i686/cgminer.service
  cgminer/repos/community-x86_64/cgminer.conf.d
  cgminer/repos/community-x86_64/cgminer.service

--+
 community-i686/cgminer.conf.d|   11 ---
 community-i686/cgminer.service   |8 
 community-x86_64/cgminer.conf.d  |   11 ---
 community-x86_64/cgminer.service |8 
 4 files changed, 38 deletions(-)

Deleted: community-i686/cgminer.conf.d
===
--- community-i686/cgminer.conf.d   2013-03-09 06:03:40 UTC (rev 85934)
+++ community-i686/cgminer.conf.d   2013-03-09 06:05:05 UTC (rev 85935)
@@ -1,11 +0,0 @@
-# Use JSON-format configuration. (recommended)
-CGMINER_CONF=/etc/cgminer.conf
-
-# Uncommend this if you prefer simple command-line arguments.
-#CGMINER_CONF=
-#CGMINER_PROTOCOL=http
-#CGMINER_IP=127.0.0.1
-#CGMINER_PORT=8332
-#CGMINER_USER=username
-#CGMINER_PASS=password
-CGMINER_ARGS=--syslog

Deleted: community-i686/cgminer.service
===
--- community-i686/cgminer.service  2013-03-09 06:03:40 UTC (rev 85934)
+++ community-i686/cgminer.service  2013-03-09 06:05:05 UTC (rev 85935)
@@ -1,8 +0,0 @@
-[Unit]
-Description=Multi-threaded multi-pool CPU and GPU miner for bitcoin
-
-[Service]
-ExecStart=/usr/bin/cgminer -T --config /etc/cgminer.conf --syslog
-
-[Install]
-WantedBy=multi-user.target

Deleted: community-x86_64/cgminer.conf.d
===
--- community-x86_64/cgminer.conf.d 2013-03-09 06:03:40 UTC (rev 85934)
+++ community-x86_64/cgminer.conf.d 2013-03-09 06:05:05 UTC (rev 85935)
@@ -1,11 +0,0 @@
-# Use JSON-format configuration. (recommended)
-CGMINER_CONF=/etc/cgminer.conf
-
-# Uncommend this if you prefer simple command-line arguments.
-#CGMINER_CONF=
-#CGMINER_PROTOCOL=http
-#CGMINER_IP=127.0.0.1
-#CGMINER_PORT=8332
-#CGMINER_USER=username
-#CGMINER_PASS=password
-CGMINER_ARGS=--syslog

Deleted: community-x86_64/cgminer.service
===
--- community-x86_64/cgminer.service2013-03-09 06:03:40 UTC (rev 85934)
+++ community-x86_64/cgminer.service2013-03-09 06:05:05 UTC (rev 85935)
@@ -1,8 +0,0 @@
-[Unit]
-Description=Multi-threaded multi-pool CPU and GPU miner for bitcoin
-
-[Service]
-ExecStart=/usr/bin/cgminer -T --config /etc/cgminer.conf --syslog
-
-[Install]
-WantedBy=multi-user.target



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

2013-03-08 Thread Felix Yan
Date: Saturday, March 9, 2013 @ 07:25:06
  Author: fyan
Revision: 85936

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

Added:
  cgminer/repos/community-i686/PKGBUILD
(from rev 85935, cgminer/trunk/PKGBUILD)
  cgminer/repos/community-i686/cgminer.conf.d
(from rev 85935, cgminer/trunk/cgminer.conf.d)
  cgminer/repos/community-i686/cgminer.service
(from rev 85935, cgminer/trunk/cgminer.service)
  cgminer/repos/community-x86_64/PKGBUILD
(from rev 85935, cgminer/trunk/PKGBUILD)
  cgminer/repos/community-x86_64/cgminer.conf.d
(from rev 85935, cgminer/trunk/cgminer.conf.d)
  cgminer/repos/community-x86_64/cgminer.service
(from rev 85935, cgminer/trunk/cgminer.service)
Deleted:
  cgminer/repos/community-i686/PKGBUILD
  cgminer/repos/community-x86_64/PKGBUILD

--+
 community-i686/PKGBUILD  |  108 ++---
 community-i686/cgminer.conf.d|   11 +++
 community-i686/cgminer.service   |8 ++
 community-x86_64/PKGBUILD|  108 ++---
 community-x86_64/cgminer.conf.d  |   11 +++
 community-x86_64/cgminer.service |8 ++
 6 files changed, 146 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-09 06:05:05 UTC (rev 85935)
+++ community-i686/PKGBUILD 2013-03-09 06:25:06 UTC (rev 85936)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: monson holymon...@gmail.com
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: David Manouchehri da...@davidmanouchehri.com
-
-pkgname=cgminer
-pkgver=2.11.1
-_build=
-pkgrel=1
-pkgdesc=Multi-threaded multi-pool CPU and GPU miner for bitcoin, forked from 
cpuminer.
-url='http://forum.bitcoin.org/index.php?topic=28402.0'
-license=('GPL3')
-arch=('i686' 'x86_64')
-depends=('curl' 'libcl')
-makedepends=('opencl-headers')
-optdepends=('opencl-nvidia: OpenCL implementation for NVIDIA'
-'opencl-catalyst: OpenCL implementation for AMD')
-source=(http://ck.kolivas.org/apps/cgminer/$pkgname-$pkgver.tar.bz2;
-$pkgname.conf.d
-$pkgname.service)
-backup=(etc/conf.d/$pkgname etc/$pkgname.conf)
-
-[ $CARCH == x86_64 ]  makedepends+=('yasm')
-
-build() {
-  cd $srcdir
-  cd $pkgname-$pkgver${_build}
-
-  # Use in-tree jansson since it is not compatible with jansson 2.0
-  #sed -e 's/^AC_CHECK_LIB(jansson, json_loads, request_jansson=false, 
request_jansson=true)$/request_jansson=true/' -i configure.ac
-
-  # Here you may want to use custom CFLAGS
-  #export CFLAGS=-O2 -march=native -mtune=native -msse2
-
-  ./configure --prefix=/usr --enable-cpumining --disable-adl
-  
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver${_build}
-
-  make DESTDIR=$pkgdir install
-
-  install -Dm644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-  install -Dm644 $srcdir/$pkgname.conf.d $pkgdir/etc/conf.d/$pkgname
-  sed 's#/usr/local/bin#/usr/bin#g' example.conf  $pkgname.conf
-  install -Dm644 $pkgname.conf $pkgdir/etc/$pkgname.conf
-}
-
-md5sums=('aa2199a9756cbca5582c03e8c1a98dd1'
- 'fe4a243fabe24608f5c05e40f0f118f6'
- 'bd76fc92fedce18c59ccea2aa79cc664')

Copied: cgminer/repos/community-i686/PKGBUILD (from rev 85935, 
cgminer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-09 06:25:06 UTC (rev 85936)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: monson holymon...@gmail.com
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: David Manouchehri da...@davidmanouchehri.com
+
+pkgname=cgminer
+pkgver=2.11.2
+_build=
+pkgrel=1
+pkgdesc=Multi-threaded multi-pool CPU and GPU miner for bitcoin, forked from 
cpuminer.
+url='http://forum.bitcoin.org/index.php?topic=28402.0'
+license=('GPL3')
+arch=('i686' 'x86_64')
+depends=('curl' 'libcl')
+makedepends=('opencl-headers')
+optdepends=('opencl-nvidia: OpenCL implementation for NVIDIA'
+'opencl-catalyst: OpenCL implementation for AMD')
+source=(http://ck.kolivas.org/apps/cgminer/$pkgname-$pkgver.tar.bz2;
+$pkgname.conf.d
+$pkgname.service)
+backup=(etc/conf.d/$pkgname etc/$pkgname.conf)
+
+[ $CARCH == x86_64 ]  makedepends+=('yasm')
+
+build() {
+  cd $srcdir
+  cd $pkgname-$pkgver${_build}
+
+  # Use in-tree jansson since it is not compatible with jansson 2.0
+  #sed -e 's/^AC_CHECK_LIB(jansson, json_loads, request_jansson=false, 
request_jansson=true)$/request_jansson=true/' -i configure.ac
+
+  # Here you may want to use custom CFLAGS
+  #export CFLAGS=-O2 -march=native -mtune=native -msse2
+
+  ./configure --prefix=/usr --enable-cpumining --disable-adl
+  
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver${_build}
+
+  make DESTDIR=$pkgdir install
+
+  

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

2013-03-08 Thread Ionuț Mircea Bîru
Date: Saturday, March 9, 2013 @ 08:36:11
  Author: ioni
Revision: 179648

update to 0.8.0

Modified:
  telepathy-logger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-09 03:16:54 UTC (rev 179647)
+++ PKGBUILD2013-03-09 07:36:11 UTC (rev 179648)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Ionut Biru ib...@archlinux.org
 pkgname=telepathy-logger
-pkgver=0.6.0
+pkgver=0.8.0
 pkgrel=1
 pkgdesc=Telepathy framework logging daemon
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 options=('!libtool')
 install=telepathy-logger.install
 
source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('f453c49e53898c64bc423f0fdf117290')
+md5sums=('e513eaa767344821073a0b7bb8b45217')
 
 build() {
   cd $pkgname-$pkgver



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

2013-03-08 Thread Ionuț Mircea Bîru
Date: Saturday, March 9, 2013 @ 08:36:43
  Author: ioni
Revision: 179649

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

Added:
  telepathy-logger/repos/testing-i686/
  telepathy-logger/repos/testing-i686/PKGBUILD
(from rev 179648, telepathy-logger/trunk/PKGBUILD)
  telepathy-logger/repos/testing-i686/telepathy-logger.install
(from rev 179648, telepathy-logger/trunk/telepathy-logger.install)
  telepathy-logger/repos/testing-x86_64/
  telepathy-logger/repos/testing-x86_64/PKGBUILD
(from rev 179648, telepathy-logger/trunk/PKGBUILD)
  telepathy-logger/repos/testing-x86_64/telepathy-logger.install
(from rev 179648, telepathy-logger/trunk/telepathy-logger.install)

-+
 testing-i686/PKGBUILD   |   35 ++
 testing-i686/telepathy-logger.install   |   11 +
 testing-x86_64/PKGBUILD |   35 ++
 testing-x86_64/telepathy-logger.install |   11 +
 4 files changed, 92 insertions(+)

Copied: telepathy-logger/repos/testing-i686/PKGBUILD (from rev 179648, 
telepathy-logger/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-03-09 07:36:43 UTC (rev 179649)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+pkgname=telepathy-logger
+pkgver=0.8.0
+pkgrel=1
+pkgdesc=Telepathy framework logging daemon
+arch=(i686 x86_64)
+url=http://telepathy.freedesktop.org/wiki/Logger;
+license=('LGPL2.1')
+depends=('telepathy-glib' 'sqlite' 'libxml2' 'dconf')
+makedepends=('intltool' 'gnome-doc-utils' 'gobject-introspection')
+options=('!libtool')
+install=telepathy-logger.install
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('e513eaa767344821073a0b7bb8b45217')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/telepathy \
+--enable-call \
+--disable-static \
+--disable-scrollkeeper \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: telepathy-logger/repos/testing-i686/telepathy-logger.install (from rev 
179648, telepathy-logger/trunk/telepathy-logger.install)
===
--- testing-i686/telepathy-logger.install   (rev 0)
+++ testing-i686/telepathy-logger.install   2013-03-09 07:36:43 UTC (rev 
179649)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove(){
+post_install
+}

Copied: telepathy-logger/repos/testing-x86_64/PKGBUILD (from rev 179648, 
telepathy-logger/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-03-09 07:36:43 UTC (rev 179649)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+pkgname=telepathy-logger
+pkgver=0.8.0
+pkgrel=1
+pkgdesc=Telepathy framework logging daemon
+arch=(i686 x86_64)
+url=http://telepathy.freedesktop.org/wiki/Logger;
+license=('LGPL2.1')
+depends=('telepathy-glib' 'sqlite' 'libxml2' 'dconf')
+makedepends=('intltool' 'gnome-doc-utils' 'gobject-introspection')
+options=('!libtool')
+install=telepathy-logger.install
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('e513eaa767344821073a0b7bb8b45217')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/telepathy \
+--enable-call \
+--disable-static \
+--disable-scrollkeeper \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: telepathy-logger/repos/testing-x86_64/telepathy-logger.install (from 
rev 179648, telepathy-logger/trunk/telepathy-logger.install)
===
--- testing-x86_64/telepathy-logger.install (rev 0)
+++ testing-x86_64/telepathy-logger.install 2013-03-09 07:36:43 UTC (rev 
179649)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove(){
+post_install
+}



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

2013-03-08 Thread Tom Gundersen
Date: Saturday, March 9, 2013 @ 08:43:11
  Author: tomegun
Revision: 179650

upgpkg: gummiboot 26-1

upstream release

Modified:
  gummiboot/trunk/PKGBUILD
  gummiboot/trunk/gummiboot.install

---+
 PKGBUILD  |9 ++---
 gummiboot.install |2 +-
 2 files changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-09 07:36:43 UTC (rev 179649)
+++ PKGBUILD2013-03-09 07:43:11 UTC (rev 179650)
@@ -5,13 +5,13 @@
 # Contributor:  Mantas Mikulėnas graw...@gmail.com
 
 pkgname=gummiboot
-pkgver=24
+pkgver=26
 pkgrel=1
 pkgdesc=Simple text-mode UEFI Boot Manager
 url=http://freedesktop.org/wiki/Software/gummiboot;
 arch=('x86_64' 'i686')
 license=('LGPL2.1')
-makedepends=('gnu-efi-libs')
+makedepends=('gnu-efi-libs' 'docbook-xsl')
 depends=('util-linux')
 conflicts=('gummiboot-efi')
 provides=('gummiboot-efi')
@@ -24,6 +24,9 @@
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}/
+
+   ./autogen.sh
+   ./configure --sysconfdir=/etc --libexecdir=/usr/lib --libdir=/usr/lib

make
 }
@@ -36,6 +39,6 @@
cd ${srcdir}/${pkgname}-${pkgver}/
make DESTDIR=${pkgdir} install
 }
-md5sums=('6fe2f9fb9f9a61f37612a8120ea42c1f'
+md5sums=('1ccf5c06944bd31a48eaa4b33edb5fb4'
  '6ea803e5179d623716e3be0b636de658'
  '82bda9612e3a361a74cf8de2a0134b15')

Modified: gummiboot.install
===
--- gummiboot.install   2013-03-09 07:36:43 UTC (rev 179649)
+++ gummiboot.install   2013-03-09 07:43:11 UTC (rev 179650)
@@ -1,5 +1,5 @@
 post_install() {
-   /usr/bin/gummiboot install
+   echo :: Run '/usr/bin/gummiboot install' to enable gummiboot
 }
 
 post_upgrade() {



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

2013-03-08 Thread Tom Gundersen
Date: Saturday, March 9, 2013 @ 08:43:31
  Author: tomegun
Revision: 179651

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

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

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

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

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

Copied: gummiboot/repos/testing-i686/gummiboot.install (from rev 179650, 
gummiboot/trunk/gummiboot.install)
===
--- testing-i686/gummiboot.install  (rev 0)
+++ testing-i686/gummiboot.install  2013-03-09 07:43:31 UTC (rev 179651)
@@ -0,0 +1,11 @@
+post_install() {
+   echo :: Run '/usr/bin/gummiboot install' to enable gummiboot
+}
+
+post_upgrade() {
+   /usr/bin/gummiboot update
+}
+
+pre_remove() {
+   /usr/bin/gummiboot remove
+}

Copied: gummiboot/repos/testing-i686/loader.conf (from rev 179650, 
gummiboot/trunk/loader.conf)
===
--- testing-i686/loader.conf(rev 0)
+++ testing-i686/loader.conf2013-03-09 07:43:31 UTC (rev 179651)
@@ -0,0 +1,2 @@
+timeout 10
+default arch

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

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

2013-03-08 Thread Andreas Radke
Date: Saturday, March 9, 2013 @ 08:54:45
  Author: andyrtr
Revision: 179652

upgpkg: xorg-server 1.13.3-1

upstream update 1.13.3

Modified:
  xorg-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-09 07:43:31 UTC (rev 179651)
+++ PKGBUILD2013-03-09 07:54:45 UTC (rev 179652)
@@ -3,7 +3,7 @@
 
 pkgbase=xorg-server
 pkgname=('xorg-server' 'xorg-server-xephyr' 'xorg-server-xdmx' 
'xorg-server-xvfb' 'xorg-server-xnest' 'xorg-server-common' 'xorg-server-devel')
-pkgver=1.13.2.901
+pkgver=1.13.3
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('custom')
@@ -22,7 +22,7 @@
 xvfb-run.1
 10-quirks.conf
 use-pixman-glyph-cache.patch)
-sha256sums=('5351e2d18949f22c92350ffa037cfc49d3ac09f2ac4d3be6a3ea566d2052723c'
+sha256sums=('c9e38eb6404749cab9e3c4a4901d951d4d62958b11f002ce968225ef92902762'
 '66e25f76a7496c429e0aff4b0670f168719bb0ceaeb88c6f2272f2bf3ed21162'
 'd027776fac1f7675b0a9ee817502290b1c45f9c09b0f0a6bb058c35f92361e84'
 'e033f9bcc21980f7f0428e6ed6c362a3d55ad293b05fd6e6c6c1933b86f9e63a'



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

2013-03-08 Thread Andreas Radke
Date: Saturday, March 9, 2013 @ 08:55:34
  Author: andyrtr
Revision: 179653

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

Added:
  xorg-server/repos/extra-i686/10-quirks.conf
(from rev 179652, xorg-server/trunk/10-quirks.conf)
  xorg-server/repos/extra-i686/PKGBUILD
(from rev 179652, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/extra-i686/autoconfig-nvidia.patch
(from rev 179652, xorg-server/trunk/autoconfig-nvidia.patch)
  xorg-server/repos/extra-i686/autoconfig-sis.patch
(from rev 179652, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/extra-i686/bug59825.patch
(from rev 179652, xorg-server/trunk/bug59825.patch)
  xorg-server/repos/extra-i686/git-fixes.patch
(from rev 179652, xorg-server/trunk/git-fixes.patch)
  xorg-server/repos/extra-i686/use-pixman-glyph-cache.patch
(from rev 179652, xorg-server/trunk/use-pixman-glyph-cache.patch)
  xorg-server/repos/extra-i686/xserver-1.6.0-less-acpi-brokenness.patch
(from rev 179652, 
xorg-server/trunk/xserver-1.6.0-less-acpi-brokenness.patch)
  xorg-server/repos/extra-i686/xvfb-run
(from rev 179652, xorg-server/trunk/xvfb-run)
  xorg-server/repos/extra-i686/xvfb-run.1
(from rev 179652, xorg-server/trunk/xvfb-run.1)
  xorg-server/repos/extra-x86_64/10-quirks.conf
(from rev 179652, xorg-server/trunk/10-quirks.conf)
  xorg-server/repos/extra-x86_64/PKGBUILD
(from rev 179652, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/extra-x86_64/autoconfig-nvidia.patch
(from rev 179652, xorg-server/trunk/autoconfig-nvidia.patch)
  xorg-server/repos/extra-x86_64/autoconfig-sis.patch
(from rev 179652, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/extra-x86_64/bug59825.patch
(from rev 179652, xorg-server/trunk/bug59825.patch)
  xorg-server/repos/extra-x86_64/git-fixes.patch
(from rev 179652, xorg-server/trunk/git-fixes.patch)
  xorg-server/repos/extra-x86_64/use-pixman-glyph-cache.patch
(from rev 179652, xorg-server/trunk/use-pixman-glyph-cache.patch)
  xorg-server/repos/extra-x86_64/xserver-1.6.0-less-acpi-brokenness.patch
(from rev 179652, 
xorg-server/trunk/xserver-1.6.0-less-acpi-brokenness.patch)
  xorg-server/repos/extra-x86_64/xvfb-run
(from rev 179652, xorg-server/trunk/xvfb-run)
  xorg-server/repos/extra-x86_64/xvfb-run.1
(from rev 179652, xorg-server/trunk/xvfb-run.1)
Deleted:
  xorg-server/repos/extra-i686/10-quirks.conf
  xorg-server/repos/extra-i686/PKGBUILD
  xorg-server/repos/extra-i686/autoconfig-nvidia.patch
  xorg-server/repos/extra-i686/autoconfig-sis.patch
  xorg-server/repos/extra-i686/bug59825.patch
  xorg-server/repos/extra-i686/git-fixes.patch
  xorg-server/repos/extra-i686/use-pixman-glyph-cache.patch
  xorg-server/repos/extra-i686/xserver-1.6.0-less-acpi-brokenness.patch
  xorg-server/repos/extra-i686/xvfb-run
  xorg-server/repos/extra-i686/xvfb-run.1
  xorg-server/repos/extra-x86_64/10-quirks.conf
  xorg-server/repos/extra-x86_64/PKGBUILD
  xorg-server/repos/extra-x86_64/autoconfig-nvidia.patch
  xorg-server/repos/extra-x86_64/autoconfig-sis.patch
  xorg-server/repos/extra-x86_64/bug59825.patch
  xorg-server/repos/extra-x86_64/git-fixes.patch
  xorg-server/repos/extra-x86_64/use-pixman-glyph-cache.patch
  xorg-server/repos/extra-x86_64/xserver-1.6.0-less-acpi-brokenness.patch
  xorg-server/repos/extra-x86_64/xvfb-run
  xorg-server/repos/extra-x86_64/xvfb-run.1

---+
 extra-i686/10-quirks.conf |   20 
 extra-i686/PKGBUILD   |  420 ++---
 extra-i686/autoconfig-nvidia.patch|   56 
 extra-i686/autoconfig-sis.patch   |   42 
 extra-i686/bug59825.patch |   24 
 extra-i686/git-fixes.patch| 1286 
 extra-i686/use-pixman-glyph-cache.patch   |  540 +++---
 extra-i686/xserver-1.6.0-less-acpi-brokenness.patch   |   50 
 extra-i686/xvfb-run   |  360 ++--
 extra-i686/xvfb-run.1 |  564 +++
 extra-x86_64/10-quirks.conf   |   20 
 extra-x86_64/PKGBUILD |  420 ++---
 extra-x86_64/autoconfig-nvidia.patch  |   56 
 extra-x86_64/autoconfig-sis.patch |   42 
 extra-x86_64/bug59825.patch   |   24 
 extra-x86_64/git-fixes.patch  | 1286 
 extra-x86_64/use-pixman-glyph-cache.patch |  540 +++---
 extra-x86_64/xserver-1.6.0-less-acpi-brokenness.patch |   50 
 extra-x86_64/xvfb-run |  360 ++--
 extra-x86_64/xvfb-run.1   |  564 +++
 20 files changed, 3362 insertions(+), 3362 deletions(-)

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