[arch-commits] Commit in uwsgi/trunk (6 files)

2013-07-30 Thread Daniel Wallace
Date: Wednesday, July 31, 2013 @ 00:29:29
  Author: dwallace
Revision: 94831

upgpkg: uwsgi 1.9.14-1

upgpkg: uwsgi 1.9.14-1

Added:
  uwsgi/trunk/uwsgi@.service
  uwsgi/trunk/uwsgi@.socket
Modified:
  uwsgi/trunk/PKGBUILD
  uwsgi/trunk/uwsgi.install
Deleted:
  uwsgi/trunk/uwsgi.service
  uwsgi/trunk/uwsgi.socket

+
 PKGBUILD   |   27 ++-
 uwsgi.install  |8 
 uwsgi.service  |   13 -
 uwsgi.socket   |9 -
 uwsgi@.service |   13 +
 uwsgi@.socket  |9 +
 6 files changed, 44 insertions(+), 35 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-30 22:18:20 UTC (rev 94830)
+++ PKGBUILD2013-07-30 22:29:29 UTC (rev 94831)
@@ -24,8 +24,8 @@
 uwsgi-plugin-jvm
 uwsgi-plugin-zergpool
 )
-pkgver=1.9.13
-pkgrel=2
+pkgver=1.9.14
+pkgrel=1
 arch=(i686 x86_64)
 url="http://projects.unbit.it/$pkgbase";
 license=(GPL2)
@@ -36,19 +36,11 @@
 source=(http://projects.unbit.it/downloads/$pkgbase-$pkgver.tar.gz
 archlinux.ini
 tmpfilesd
-uwsgi.service
-uwsgi.socket
+uwsgi@.service
+uwsgi@.socket
 uwsgi_fix_rpath.patch
 uwsgi_ruby20_compatibility.patch
 uwsgi_trick_chroot.patch)
-md5sums=('e331f96469166520a0e3d02296199cbd'
- '1816524eb13705c20f6abc00557f4ea9'
- 'b05ba1d796e1ea608a40635bc4f3ec67'
- 'dabbff4138be30d21bd7b625c51cc01b'
- 'fa2e4d7f503246a53d7906142e875768'
- '1a4516d5cdcf5b95b036f4eae2d0c152'
- '4d09535ce379c8acd76160f35d5d6b55'
- '0c09a52fdb88f08c36a8b380f451ce6d')
 
 prepare(){
 cd $srcdir/$pkgbase-$pkgver
@@ -76,7 +68,8 @@
   cd $srcdir/$pkgbase-$pkgver
   install -Dm755 uwsgi $pkgdir/usr/bin/uwsgi
   install -Dm644 $srcdir/archlinux.ini $pkgdir/etc/uwsgi/archlinux.ini
-  install -Dm644 $srcdir/uwsgi.service 
$pkgdir/usr/lib/systemd/system/uwsgi.service
+  install -Dm644 $srcdir/uwsgi@.service 
$pkgdir/usr/lib/systemd/system/uwsgi@.service
+  install -Dm644 $srcdir/uwsgi@.socket 
$pkgdir/usr/lib/systemd/system/uwsgi@.socket
   install -Dm755 systemd_logger_plugin.so 
$pkgdir/usr/lib/uwsgi/systemd_logger_plugin.so
   install -Dm644 $srcdir/archlinux.ini $pkgdir/etc/uwsgi/archlinux.ini
   install -Dm644 $srcdir/tmpfilesd $pkgdir/usr/lib/tmpfiles.d/uwsgi.conf
@@ -232,3 +225,11 @@
 ln -s uwsgi $pkgdir/usr/bin/uwsgi_zergpool
 install -Dm755 $pkgbase-$pkgver/zergpool_plugin.so 
$pkgdir/usr/lib/uwsgi/zergpool_plugin.so
 }
+md5sums=('ec9cf333534604f17ef4e24051d9d65d'
+ '1816524eb13705c20f6abc00557f4ea9'
+ 'b05ba1d796e1ea608a40635bc4f3ec67'
+ '0b79320fbae92715c96086cf51e60bc8'
+ 'db70315bbc8cb886a278ba59d5fd8d57'
+ '1a4516d5cdcf5b95b036f4eae2d0c152'
+ '4d09535ce379c8acd76160f35d5d6b55'
+ '0c09a52fdb88f08c36a8b380f451ce6d')

Modified: uwsgi.install
===
--- uwsgi.install   2013-07-30 22:18:20 UTC (rev 94830)
+++ uwsgi.install   2013-07-30 22:29:29 UTC (rev 94831)
@@ -1,3 +1,11 @@
 post_install(){
 systemd-tmpfiles --create /usr/lib/tmpfiles.d/uwsgi.conf
 }
+post_update(){
+echo "To use uwsgi@.socket and uwsgi@.service:"
+echo "\tAll you need to do is put the name of your .ini file after the @ 
sign"
+echo "\tYou can use either the .socket or .service, but if you use the 
.socket"
+echo "\tuwsgi@.service won't be started until the first time 
your http"
+echo "\tserver touches the socket. You will also not need to specify the 
socket in"
+echo "\tthe .ini file or in the .service file.  Systemd will handle 
listening to"
+echo "\tthe socket for you."

Deleted: uwsgi.service
===
--- uwsgi.service   2013-07-30 22:18:20 UTC (rev 94830)
+++ uwsgi.service   2013-07-30 22:29:29 UTC (rev 94831)
@@ -1,13 +0,0 @@
-[Unit]
-Description=uWSGI Emperor
-After=syslog.target
-
-[Service]
-ExecStart=/usr/bin/uwsgi --ini /etc/uwsgi/archlinux.ini
-Restart=always
-Type=notify
-StandardError=syslog
-NotifyAccess=main
-
-[Install]
-WantedBy=multi-user.target

Deleted: uwsgi.socket
===
--- uwsgi.socket2013-07-30 22:18:20 UTC (rev 94830)
+++ uwsgi.socket2013-07-30 22:29:29 UTC (rev 94831)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Socket for uWSGI Emperor
-
-[Socket]
-# Change this to your uwsgi application port or unix socket location
-ListenStream=/run/uwsgi/uwsgid.sock
-
-[Install]
-WantedBy=sockets.target

Added: uwsgi@.service
===
--- uwsgi@.service  (rev 0)
+++ uwsgi@.service  2013-07-30 22:29:29 UTC (rev 94831)
@@ -0,0 +1,13 @@
+[Unit]
+Description=uWSGI Emperor
+After=syslog.target
+
+[Service]
+ExecStart=/usr/

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

2013-07-30 Thread Daniel Wallace
Date: Wednesday, July 31, 2013 @ 00:31:20
  Author: dwallace
Revision: 94832

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

Added:
  uwsgi/repos/community-i686/.lock
(from rev 94831, uwsgi/trunk/.lock)
  uwsgi/repos/community-i686/PKGBUILD
(from rev 94831, uwsgi/trunk/PKGBUILD)
  uwsgi/repos/community-i686/archlinux.ini
(from rev 94831, uwsgi/trunk/archlinux.ini)
  uwsgi/repos/community-i686/tmpfilesd
(from rev 94831, uwsgi/trunk/tmpfilesd)
  uwsgi/repos/community-i686/uwsgi.install
(from rev 94831, uwsgi/trunk/uwsgi.install)
  uwsgi/repos/community-i686/uwsgi@.service
(from rev 94831, uwsgi/trunk/uwsgi@.service)
  uwsgi/repos/community-i686/uwsgi@.socket
(from rev 94831, uwsgi/trunk/uwsgi@.socket)
  uwsgi/repos/community-i686/uwsgi_fix_rpath.patch
(from rev 94831, uwsgi/trunk/uwsgi_fix_rpath.patch)
  uwsgi/repos/community-i686/uwsgi_ruby20_compatibility.patch
(from rev 94831, uwsgi/trunk/uwsgi_ruby20_compatibility.patch)
  uwsgi/repos/community-i686/uwsgi_trick_chroot.patch
(from rev 94831, uwsgi/trunk/uwsgi_trick_chroot.patch)
  uwsgi/repos/community-x86_64/.lock
(from rev 94831, uwsgi/trunk/.lock)
  uwsgi/repos/community-x86_64/PKGBUILD
(from rev 94831, uwsgi/trunk/PKGBUILD)
  uwsgi/repos/community-x86_64/archlinux.ini
(from rev 94831, uwsgi/trunk/archlinux.ini)
  uwsgi/repos/community-x86_64/tmpfilesd
(from rev 94831, uwsgi/trunk/tmpfilesd)
  uwsgi/repos/community-x86_64/uwsgi.install
(from rev 94831, uwsgi/trunk/uwsgi.install)
  uwsgi/repos/community-x86_64/uwsgi@.service
(from rev 94831, uwsgi/trunk/uwsgi@.service)
  uwsgi/repos/community-x86_64/uwsgi@.socket
(from rev 94831, uwsgi/trunk/uwsgi@.socket)
  uwsgi/repos/community-x86_64/uwsgi_fix_rpath.patch
(from rev 94831, uwsgi/trunk/uwsgi_fix_rpath.patch)
  uwsgi/repos/community-x86_64/uwsgi_ruby20_compatibility.patch
(from rev 94831, uwsgi/trunk/uwsgi_ruby20_compatibility.patch)
  uwsgi/repos/community-x86_64/uwsgi_trick_chroot.patch
(from rev 94831, uwsgi/trunk/uwsgi_trick_chroot.patch)
Deleted:
  uwsgi/repos/community-i686/.lock
  uwsgi/repos/community-i686/PKGBUILD
  uwsgi/repos/community-i686/archlinux.ini
  uwsgi/repos/community-i686/tmpfilesd
  uwsgi/repos/community-i686/uwsgi.install
  uwsgi/repos/community-i686/uwsgi.service
  uwsgi/repos/community-i686/uwsgi.socket
  uwsgi/repos/community-i686/uwsgi_fix_rpath.patch
  uwsgi/repos/community-i686/uwsgi_ruby20_compatibility.patch
  uwsgi/repos/community-i686/uwsgi_trick_chroot.patch
  uwsgi/repos/community-x86_64/.lock
  uwsgi/repos/community-x86_64/PKGBUILD
  uwsgi/repos/community-x86_64/archlinux.ini
  uwsgi/repos/community-x86_64/tmpfilesd
  uwsgi/repos/community-x86_64/uwsgi.install
  uwsgi/repos/community-x86_64/uwsgi.service
  uwsgi/repos/community-x86_64/uwsgi.socket
  uwsgi/repos/community-x86_64/uwsgi_fix_rpath.patch
  uwsgi/repos/community-x86_64/uwsgi_ruby20_compatibility.patch
  uwsgi/repos/community-x86_64/uwsgi_trick_chroot.patch

---+
 /PKGBUILD |  470 
 /archlinux.ini|   34 +
 /tmpfilesd|2 
 /uwsgi.install|   22 
 /uwsgi_fix_rpath.patch|  132 +
 /uwsgi_ruby20_compatibility.patch |   84 +++
 /uwsgi_trick_chroot.patch |   32 +
 community-i686/PKGBUILD   |  234 -
 community-i686/archlinux.ini  |   17 
 community-i686/tmpfilesd  |1 
 community-i686/uwsgi.install  |3 
 community-i686/uwsgi.service  |   13 
 community-i686/uwsgi.socket   |9 
 community-i686/uwsgi@.service |   13 
 community-i686/uwsgi@.socket  |9 
 community-i686/uwsgi_fix_rpath.patch  |   66 --
 community-i686/uwsgi_ruby20_compatibility.patch   |   42 -
 community-i686/uwsgi_trick_chroot.patch   |   16 
 community-x86_64/PKGBUILD |  234 -
 community-x86_64/archlinux.ini|   17 
 community-x86_64/tmpfilesd|1 
 community-x86_64/uwsgi.install|3 
 community-x86_64/uwsgi.service|   13 
 community-x86_64/uwsgi.socket |9 
 community-x86_64/uwsgi@.service   |   13 
 community-x86_64/uwsgi@.socket|9 
 community-x86_64/uwsgi_fix_rpath.patch|   66 --
 community-x86_64/uwsgi_ruby20_compatibility.patch |   42 -
 community-x86_64/uwsgi_trick_chroot.patch |   16 
 29 files changed, 820 insertions(+), 802 deletions(-)

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


[arch-commits] Commit in uwsgi/trunk (PKGBUILD archlinux.ini uwsgi.install)

2013-07-31 Thread Daniel Wallace
Date: Thursday, August 1, 2013 @ 00:24:41
  Author: dwallace
Revision: 94865

upgpkg: uwsgi 1.9.14-2

upgpkg: uwsgi 1.9.14-2

Modified:
  uwsgi/trunk/PKGBUILD
  uwsgi/trunk/archlinux.ini
  uwsgi/trunk/uwsgi.install

---+
 PKGBUILD  |   28 +---
 archlinux.ini |2 +-
 uwsgi.install |1 +
 3 files changed, 15 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-31 19:43:04 UTC (rev 94864)
+++ PKGBUILD2013-07-31 22:24:41 UTC (rev 94865)
@@ -25,7 +25,7 @@
 uwsgi-plugin-zergpool
 )
 pkgver=1.9.14
-pkgrel=1
+pkgrel=2
 arch=(i686 x86_64)
 url="http://projects.unbit.it/$pkgbase";
 license=(GPL2)
@@ -41,6 +41,14 @@
 uwsgi_fix_rpath.patch
 uwsgi_ruby20_compatibility.patch
 uwsgi_trick_chroot.patch)
+md5sums=('ec9cf333534604f17ef4e24051d9d65d'
+ '73a3ad84736c8f2f3d077c43b24cf1b7'
+ 'b05ba1d796e1ea608a40635bc4f3ec67'
+ '0b79320fbae92715c96086cf51e60bc8'
+ 'db70315bbc8cb886a278ba59d5fd8d57'
+ '1a4516d5cdcf5b95b036f4eae2d0c152'
+ '4d09535ce379c8acd76160f35d5d6b55'
+ '0c09a52fdb88f08c36a8b380f451ce6d')
 
 prepare(){
 cd $srcdir/$pkgbase-$pkgver
@@ -51,13 +59,14 @@
 done
 rm -rf plugins/ruby
 mv plugins/ruby{19,}
-cp -a plugins/python{,2}
 sed -i 's:\(ruby\)19:\1:' plugins/ruby/uwsgiplugin.py
 
 }
 build() {
   pushd $srcdir/$pkgbase-$pkgver
-  python uwsgiconfig.py --build archlinux.ini
+  python uwsgiconfig.py --build archlinux
+  python2 uwsgiconfig.py --plugin plugins/python archlinux python2
+  python2 uwsgiconfig.py --plugin plugins/greenlet archlinux greenlet
 }
 
 package_uwsgi() {
@@ -97,10 +106,9 @@
 depends=(uwsgi-plugin-common)
 pkgdesc="Plugin for Python2 support"
 cd $srcdir/$pkgbase-$pkgver
-python2 uwsgiconfig.py --plugin plugins/python archlinux python
 install -dm755 $pkgdir/usr/bin
 ln -s uwsgi $pkgdir/usr/bin/uwsgi_python2
-install -Dm755 $srcdir/$pkgbase-$pkgver/python_plugin.so 
$pkgdir/usr/lib/uwsgi/python2_plugin.so
+install -Dm755 $srcdir/$pkgbase-$pkgver/python2_plugin.so 
$pkgdir/usr/lib/uwsgi/python2_plugin.so
 }
 
 package_uwsgi-plugin-python(){
@@ -108,7 +116,6 @@
 pkgdesc="Plugin for Python support"
 install -dm755 $pkgdir/usr/bin
 cd $srcdir/$pkgbase-$pkgver
-python3 uwsgiconfig.py --plugin plugins/python archlinux python
 ln -s uwsgi $pkgdir/usr/bin/uwsgi_python
 install -Dm755 $srcdir/$pkgbase-$pkgver/python_plugin.so 
$pkgdir/usr/lib/uwsgi/python_plugin.so
 }
@@ -163,7 +170,6 @@
 depends=(python2-greenlet uwsgi-plugin-common)
 pkgdesc="Plugin for Python Greenlet support"
 cd $srcdir/$pkgbase-$pkgver
-python2 uwsgiconfig.py --plugin plugins/greenlet archlinux.ini greenlet
 install -dm755 $pkgdir/usr/bin
 ln -s uwsgi $pkgdir/usr/bin/uwsgi_greenlet
 install -Dm755 greenlet_plugin.so $pkgdir/usr/lib/uwsgi/greenlet_plugin.so
@@ -225,11 +231,3 @@
 ln -s uwsgi $pkgdir/usr/bin/uwsgi_zergpool
 install -Dm755 $pkgbase-$pkgver/zergpool_plugin.so 
$pkgdir/usr/lib/uwsgi/zergpool_plugin.so
 }
-md5sums=('ec9cf333534604f17ef4e24051d9d65d'
- '1816524eb13705c20f6abc00557f4ea9'
- 'b05ba1d796e1ea608a40635bc4f3ec67'
- '0b79320fbae92715c96086cf51e60bc8'
- 'db70315bbc8cb886a278ba59d5fd8d57'
- '1a4516d5cdcf5b95b036f4eae2d0c152'
- '4d09535ce379c8acd76160f35d5d6b55'
- '0c09a52fdb88f08c36a8b380f451ce6d')

Modified: archlinux.ini
===
--- archlinux.ini   2013-07-31 19:43:04 UTC (rev 94864)
+++ archlinux.ini   2013-07-31 22:24:41 UTC (rev 94865)
@@ -14,4 +14,4 @@
 malloc_implementation = libc
 embedded_plugins = echo, ping, corerouter, http
 plugin_dir = /usr/lib/uwsgi
-plugins = rack, python2, python, nagios, fastrouter, admin, lua, ruby, cache, 
cgi, rpc, ugreen, php, carbon, rrdtool, erlang, pam, jvm, router_uwsgi, 
router_redirect, router_basicauth, zergpool, router_rewrite, router_http, 
router_cache, rawrouter, router_static, sslrouter, systemd_logger
+plugins = rack, python, nagios, fastrouter, admin, lua, ruby, cache, cgi, rpc, 
ugreen, php, carbon, rrdtool, erlang, pam, jvm, router_uwsgi, router_redirect, 
router_basicauth, zergpool, router_rewrite, router_http, router_cache, 
rawrouter, router_static, sslrouter, systemd_logger

Modified: uwsgi.install
===
--- uwsgi.install   2013-07-31 19:43:04 UTC (rev 94864)
+++ uwsgi.install   2013-07-31 22:24:41 UTC (rev 94865)
@@ -9,3 +9,4 @@
 echo "\tserver touches the socket. You will also not need to specify the 
socket in"
 echo "\tthe .ini file or in the .service file.  Systemd will handle 
listening to"
 echo "\tthe socket for you."
+}



[arch-commits] Commit in uwsgi/repos (community-i686 community-x86_64)

2013-07-31 Thread Daniel Wallace
Date: Thursday, August 1, 2013 @ 00:31:21
  Author: dwallace
Revision: 94866

clean out the repos

Deleted:
  uwsgi/repos/community-i686/
  uwsgi/repos/community-x86_64/



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

2013-07-31 Thread Daniel Wallace
Date: Thursday, August 1, 2013 @ 00:32:58
  Author: dwallace
Revision: 94867

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

Added:
  uwsgi/repos/community-i686/
  uwsgi/repos/community-i686/.lock
(from rev 94866, uwsgi/trunk/.lock)
  uwsgi/repos/community-i686/PKGBUILD
(from rev 94866, uwsgi/trunk/PKGBUILD)
  uwsgi/repos/community-i686/archlinux.ini
(from rev 94866, uwsgi/trunk/archlinux.ini)
  uwsgi/repos/community-i686/tmpfilesd
(from rev 94866, uwsgi/trunk/tmpfilesd)
  uwsgi/repos/community-i686/uwsgi.install
(from rev 94866, uwsgi/trunk/uwsgi.install)
  uwsgi/repos/community-i686/uwsgi@.service
(from rev 94866, uwsgi/trunk/uwsgi@.service)
  uwsgi/repos/community-i686/uwsgi@.socket
(from rev 94866, uwsgi/trunk/uwsgi@.socket)
  uwsgi/repos/community-i686/uwsgi_fix_rpath.patch
(from rev 94866, uwsgi/trunk/uwsgi_fix_rpath.patch)
  uwsgi/repos/community-i686/uwsgi_ruby20_compatibility.patch
(from rev 94866, uwsgi/trunk/uwsgi_ruby20_compatibility.patch)
  uwsgi/repos/community-i686/uwsgi_trick_chroot.patch
(from rev 94866, uwsgi/trunk/uwsgi_trick_chroot.patch)
  uwsgi/repos/community-x86_64/
  uwsgi/repos/community-x86_64/.lock
(from rev 94866, uwsgi/trunk/.lock)
  uwsgi/repos/community-x86_64/PKGBUILD
(from rev 94866, uwsgi/trunk/PKGBUILD)
  uwsgi/repos/community-x86_64/archlinux.ini
(from rev 94866, uwsgi/trunk/archlinux.ini)
  uwsgi/repos/community-x86_64/tmpfilesd
(from rev 94866, uwsgi/trunk/tmpfilesd)
  uwsgi/repos/community-x86_64/uwsgi.install
(from rev 94866, uwsgi/trunk/uwsgi.install)
  uwsgi/repos/community-x86_64/uwsgi@.service
(from rev 94866, uwsgi/trunk/uwsgi@.service)
  uwsgi/repos/community-x86_64/uwsgi@.socket
(from rev 94866, uwsgi/trunk/uwsgi@.socket)
  uwsgi/repos/community-x86_64/uwsgi_fix_rpath.patch
(from rev 94866, uwsgi/trunk/uwsgi_fix_rpath.patch)
  uwsgi/repos/community-x86_64/uwsgi_ruby20_compatibility.patch
(from rev 94866, uwsgi/trunk/uwsgi_ruby20_compatibility.patch)
  uwsgi/repos/community-x86_64/uwsgi_trick_chroot.patch
(from rev 94866, uwsgi/trunk/uwsgi_trick_chroot.patch)

---+
 community-i686/PKGBUILD   |  233 
 community-i686/archlinux.ini  |   17 +
 community-i686/tmpfilesd  |1 
 community-i686/uwsgi.install  |   12 +
 community-i686/uwsgi@.service |   13 +
 community-i686/uwsgi@.socket  |9 
 community-i686/uwsgi_fix_rpath.patch  |   66 +
 community-i686/uwsgi_ruby20_compatibility.patch   |   42 +++
 community-i686/uwsgi_trick_chroot.patch   |   16 +
 community-x86_64/PKGBUILD |  233 
 community-x86_64/archlinux.ini|   17 +
 community-x86_64/tmpfilesd|1 
 community-x86_64/uwsgi.install|   12 +
 community-x86_64/uwsgi@.service   |   13 +
 community-x86_64/uwsgi@.socket|9 
 community-x86_64/uwsgi_fix_rpath.patch|   66 +
 community-x86_64/uwsgi_ruby20_compatibility.patch |   42 +++
 community-x86_64/uwsgi_trick_chroot.patch |   16 +
 18 files changed, 818 insertions(+)

Copied: uwsgi/repos/community-i686/.lock (from rev 94866, uwsgi/trunk/.lock)
===
Copied: uwsgi/repos/community-i686/PKGBUILD (from rev 94866, 
uwsgi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-31 22:32:58 UTC (rev 94867)
@@ -0,0 +1,233 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: Valentin Hăloiu 
+# Contributor: Angel Velasquez   
+# Contributor: Kevin Zuber 
+# Contributor: Vsevolod Balashov 
+
+pkgbase=uwsgi
+pkgname=(uwsgi
+uwsgi-plugin-common
+uwsgi-plugin-rack
+uwsgi-plugin-python2
+uwsgi-plugin-python
+uwsgi-plugin-nagios
+uwsgi-plugin-router
+uwsgi-plugin-admin
+uwsgi-plugin-ruby
+uswgi-plugin-greenlet
+uswgi-plugin-php
+uwsgi-plugin-carbon
+uwsgi-plugin-rrdtool
+uwsgi-plugin-erlang
+uwsgi-plugin-pam
+uwsgi-plugin-jvm
+uwsgi-plugin-zergpool
+)
+pkgver=1.9.14
+pkgrel=2
+arch=(i686 x86_64)
+url="http://projects.unbit.it/$pkgbase";
+license=(GPL2)
+conflicts=(python-$pkgbase)
+makedepends=(gcc python python2 ruby python2-greenlet php curl libxml2 libyaml
+ perl lua51 pcre libedit openssl bzip2 gmp erlang pam 
java-environment=7
+ jansson)
+source=(http://projects.unbit.it/downloads/$pkgbase-$pkgver.tar.gz
+archlinux.ini
+tmpfilesd
+uwsgi@.service
+uwsgi@.socket
+uwsgi_fix_r

[arch-commits] Commit in uwsgi/trunk (PKGBUILD archlinux.ini)

2013-08-02 Thread Daniel Wallace
Date: Saturday, August 3, 2013 @ 04:00:33
  Author: dwallace
Revision: 95002

upgpkg: uwsgi 1.9.14-3

upgpkg: uwsgi 1.9.14-3

Modified:
  uwsgi/trunk/PKGBUILD
  uwsgi/trunk/archlinux.ini

---+
 PKGBUILD  |  101 ++--
 archlinux.ini |6 +--
 2 files changed, 50 insertions(+), 57 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-03 00:27:02 UTC (rev 95001)
+++ PKGBUILD2013-08-03 02:00:33 UTC (rev 95002)
@@ -14,25 +14,23 @@
 uwsgi-plugin-nagios
 uwsgi-plugin-router
 uwsgi-plugin-admin
-uwsgi-plugin-ruby
-uswgi-plugin-greenlet
-uswgi-plugin-php
+uwsgi-plugin-php
+uwsgi-plugin-lua51
 uwsgi-plugin-carbon
 uwsgi-plugin-rrdtool
 uwsgi-plugin-erlang
 uwsgi-plugin-pam
-uwsgi-plugin-jvm
 uwsgi-plugin-zergpool
 )
 pkgver=1.9.14
-pkgrel=2
+pkgrel=3
 arch=(i686 x86_64)
 url="http://projects.unbit.it/$pkgbase";
 license=(GPL2)
 conflicts=(python-$pkgbase)
-makedepends=(gcc python python2 ruby python2-greenlet php curl libxml2 libyaml
+makedepends=(gcc python python2 ruby python2-greenlet php-embed curl libxml2 
libyaml
  perl lua51 pcre libedit openssl bzip2 gmp erlang pam 
java-environment=7
- jansson)
+ jansson classpath)
 source=(http://projects.unbit.it/downloads/$pkgbase-$pkgver.tar.gz
 archlinux.ini
 tmpfilesd
@@ -42,7 +40,7 @@
 uwsgi_ruby20_compatibility.patch
 uwsgi_trick_chroot.patch)
 md5sums=('ec9cf333534604f17ef4e24051d9d65d'
- '73a3ad84736c8f2f3d077c43b24cf1b7'
+ '899e61d6957bec57e148b92dcb1bec6d'
  'b05ba1d796e1ea608a40635bc4f3ec67'
  '0b79320fbae92715c96086cf51e60bc8'
  'db70315bbc8cb886a278ba59d5fd8d57'
@@ -53,7 +51,7 @@
 prepare(){
 cd $srcdir/$pkgbase-$pkgver
 cp $srcdir/archlinux.ini buildconf/archlinux.ini
-sed -i 's/LIBS .*-lphp5.*/LIBS = []/' plugins/php/uwsgiplugin.py
+#sed -i 's/LIBS .*-lphp5.*/LIBS = []/' plugins/php/uwsgiplugin.py
 for patch in uwsgi_fix_rpath.patch uwsgi_ruby20_compatibility.patch 
uwsgi_trick_chroot.patch; do
 patch -Np1 -i $srcdir/$patch
 done
@@ -64,23 +62,22 @@
 }
 build() {
   pushd $srcdir/$pkgbase-$pkgver
+
   python uwsgiconfig.py --build archlinux
   python2 uwsgiconfig.py --plugin plugins/python archlinux python2
   python2 uwsgiconfig.py --plugin plugins/greenlet archlinux greenlet
+  python2 uwsgiconfig.py --plugin plugins/gevent archlinux gevent
 }
 
 package_uwsgi() {
-  backup=(etc/uwsgi/archlinux.ini)
   pkgdesc="A fast, self-healing and developer/sysadmin-friendly application 
container server coded in pure C"
   depends=(python2 libxml2 jansson libyaml systemd) 
   install=uwsgi.install
   cd $srcdir/$pkgbase-$pkgver
   install -Dm755 uwsgi $pkgdir/usr/bin/uwsgi
-  install -Dm644 $srcdir/archlinux.ini $pkgdir/etc/uwsgi/archlinux.ini
   install -Dm644 $srcdir/uwsgi@.service 
$pkgdir/usr/lib/systemd/system/uwsgi@.service
   install -Dm644 $srcdir/uwsgi@.socket 
$pkgdir/usr/lib/systemd/system/uwsgi@.socket
   install -Dm755 systemd_logger_plugin.so 
$pkgdir/usr/lib/uwsgi/systemd_logger_plugin.so
-  install -Dm644 $srcdir/archlinux.ini $pkgdir/etc/uwsgi/archlinux.ini
   install -Dm644 $srcdir/tmpfilesd $pkgdir/usr/lib/tmpfiles.d/uwsgi.conf
 }
 
@@ -89,8 +86,8 @@
 pkgdesc="Common plugins for uWSGI"
 install -dm755 $pkgdir/usr/bin
 for plugin in cache cgi rpc ugreen; do
-ln -s uwsgi $pkgdir/usr/bin/uwsgi_${plugin}
 install -Dm755 $pkgbase-$pkgver/${plugin}_plugin.so 
$pkgdir/usr/lib/uwsgi/${plugin}_plugin.so
+ln -s uwsgi $pkgdir/usr/bin/uwsgi_$plugin
 done
 }
 
@@ -98,17 +95,22 @@
 depends=(ruby uwsgi-plugin-common)
 pkgdesc="Ruby rack plugin"
 install -dm755 $pkgdir/usr/bin
-ln -s uwsgi $pkgdir/usr/bin/uwsgi_rack
 install -Dm755 $pkgbase-$pkgver/rack_plugin.so 
$pkgdir/usr/lib/uwsgi/rack_plugin.so
+ln -s uwsgi $pkgdir/usr/bin/uwsgi_${pkgname#uwsgi-plugin-}
+install -Dm755 $pkgbase-$pkgver/fiber_plugin.so 
$pkgdir/usr/lib/uwsgi/fiber_plugin.so
+install -Dm755 $pkgbase-$pkgver/rbthreads_plugin.so 
$pkgdir/usr/lib/uwsgi/rbthreads_plugin.so
 }
 
 package_uwsgi-plugin-python2(){
-depends=(uwsgi-plugin-common)
+depends=(uwsgi-plugin-common python2-gevent python2-gevent)
 pkgdesc="Plugin for Python2 support"
+replace=(uswgi-plugin-greenlet)
 cd $srcdir/$pkgbase-$pkgver
 install -dm755 $pkgdir/usr/bin
-ln -s uwsgi $pkgdir/usr/bin/uwsgi_python2
 install -Dm755 $srcdir/$pkgbase-$pkgver/python2_plugin.so 
$pkgdir/usr/lib/uwsgi/python2_plugin.so
+install -Dm755 greenlet_plugin.so $pkgdir/usr/lib/uwsgi/greenlet_plugin.so
+install -Dm755 gevent_plugin.so $pkgdir/usr/lib/uwsgi/gevent_plugin.so
+ln -s uwsgi $pkgdir/usr/bin/uwsgi_${pkgname#uwsgi-plugin-}
 }
 
 pa

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

2013-08-02 Thread Daniel Wallace
Date: Saturday, August 3, 2013 @ 04:02:14
  Author: dwallace
Revision: 95003

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

Added:
  uwsgi/repos/community-i686/.lock
(from rev 95002, uwsgi/trunk/.lock)
  uwsgi/repos/community-i686/PKGBUILD
(from rev 95002, uwsgi/trunk/PKGBUILD)
  uwsgi/repos/community-i686/archlinux.ini
(from rev 95002, uwsgi/trunk/archlinux.ini)
  uwsgi/repos/community-i686/tmpfilesd
(from rev 95002, uwsgi/trunk/tmpfilesd)
  uwsgi/repos/community-i686/uwsgi.install
(from rev 95002, uwsgi/trunk/uwsgi.install)
  uwsgi/repos/community-i686/uwsgi@.service
(from rev 95002, uwsgi/trunk/uwsgi@.service)
  uwsgi/repos/community-i686/uwsgi@.socket
(from rev 95002, uwsgi/trunk/uwsgi@.socket)
  uwsgi/repos/community-i686/uwsgi_fix_rpath.patch
(from rev 95002, uwsgi/trunk/uwsgi_fix_rpath.patch)
  uwsgi/repos/community-i686/uwsgi_ruby20_compatibility.patch
(from rev 95002, uwsgi/trunk/uwsgi_ruby20_compatibility.patch)
  uwsgi/repos/community-i686/uwsgi_trick_chroot.patch
(from rev 95002, uwsgi/trunk/uwsgi_trick_chroot.patch)
  uwsgi/repos/community-x86_64/.lock
(from rev 95002, uwsgi/trunk/.lock)
  uwsgi/repos/community-x86_64/PKGBUILD
(from rev 95002, uwsgi/trunk/PKGBUILD)
  uwsgi/repos/community-x86_64/archlinux.ini
(from rev 95002, uwsgi/trunk/archlinux.ini)
  uwsgi/repos/community-x86_64/tmpfilesd
(from rev 95002, uwsgi/trunk/tmpfilesd)
  uwsgi/repos/community-x86_64/uwsgi.install
(from rev 95002, uwsgi/trunk/uwsgi.install)
  uwsgi/repos/community-x86_64/uwsgi@.service
(from rev 95002, uwsgi/trunk/uwsgi@.service)
  uwsgi/repos/community-x86_64/uwsgi@.socket
(from rev 95002, uwsgi/trunk/uwsgi@.socket)
  uwsgi/repos/community-x86_64/uwsgi_fix_rpath.patch
(from rev 95002, uwsgi/trunk/uwsgi_fix_rpath.patch)
  uwsgi/repos/community-x86_64/uwsgi_ruby20_compatibility.patch
(from rev 95002, uwsgi/trunk/uwsgi_ruby20_compatibility.patch)
  uwsgi/repos/community-x86_64/uwsgi_trick_chroot.patch
(from rev 95002, uwsgi/trunk/uwsgi_trick_chroot.patch)
Deleted:
  uwsgi/repos/community-i686/.lock
  uwsgi/repos/community-i686/PKGBUILD
  uwsgi/repos/community-i686/archlinux.ini
  uwsgi/repos/community-i686/tmpfilesd
  uwsgi/repos/community-i686/uwsgi.install
  uwsgi/repos/community-i686/uwsgi@.service
  uwsgi/repos/community-i686/uwsgi@.socket
  uwsgi/repos/community-i686/uwsgi_fix_rpath.patch
  uwsgi/repos/community-i686/uwsgi_ruby20_compatibility.patch
  uwsgi/repos/community-i686/uwsgi_trick_chroot.patch
  uwsgi/repos/community-x86_64/.lock
  uwsgi/repos/community-x86_64/PKGBUILD
  uwsgi/repos/community-x86_64/archlinux.ini
  uwsgi/repos/community-x86_64/tmpfilesd
  uwsgi/repos/community-x86_64/uwsgi.install
  uwsgi/repos/community-x86_64/uwsgi@.service
  uwsgi/repos/community-x86_64/uwsgi@.socket
  uwsgi/repos/community-x86_64/uwsgi_fix_rpath.patch
  uwsgi/repos/community-x86_64/uwsgi_ruby20_compatibility.patch
  uwsgi/repos/community-x86_64/uwsgi_trick_chroot.patch

---+
 /PKGBUILD |  452 
 /archlinux.ini|   34 +
 /tmpfilesd|2 
 /uwsgi.install|   24 +
 /uwsgi@.service   |   26 +
 /uwsgi@.socket|   18 
 /uwsgi_fix_rpath.patch|  132 +
 /uwsgi_ruby20_compatibility.patch |   84 +++
 /uwsgi_trick_chroot.patch |   32 +
 community-i686/PKGBUILD   |  233 --
 community-i686/archlinux.ini  |   17 
 community-i686/tmpfilesd  |1 
 community-i686/uwsgi.install  |   12 
 community-i686/uwsgi@.service |   13 
 community-i686/uwsgi@.socket  |9 
 community-i686/uwsgi_fix_rpath.patch  |   66 --
 community-i686/uwsgi_ruby20_compatibility.patch   |   42 -
 community-i686/uwsgi_trick_chroot.patch   |   16 
 community-x86_64/PKGBUILD |  233 --
 community-x86_64/archlinux.ini|   17 
 community-x86_64/tmpfilesd|1 
 community-x86_64/uwsgi.install|   12 
 community-x86_64/uwsgi@.service   |   13 
 community-x86_64/uwsgi@.socket|9 
 community-x86_64/uwsgi_fix_rpath.patch|   66 --
 community-x86_64/uwsgi_ruby20_compatibility.patch |   42 -
 community-x86_64/uwsgi_trick_chroot.patch |   16 
 27 files changed, 804 insertions(+), 818 deletions(-)

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


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

2013-08-03 Thread Daniel Wallace
Date: Sunday, August 4, 2013 @ 01:12:06
  Author: dwallace
Revision: 95030

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-03 23:11:22 UTC (rev 95029)
+++ community-i686/PKGBUILD 2013-08-03 23:12:06 UTC (rev 95030)
@@ -1,105 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: fauno 
-# Contributor: Olivier Ramonat 
-# Contributor: Richard Murri 
-
-pkgbase=notmuch
-pkgname=('notmuch' 'notmuch-vim' 'notmuch-mutt' 'notmuch-runtime')
-pkgver=0.15.2
-pkgrel=4
-arch=('i686' 'x86_64')
-url="http://notmuchmail.org/";
-license=('GPL3')
-makedepends=('python2' 'python' 'emacs' 'gnupg' 'ruby' 'pkgconfig' 
'xapian-core' 'gmime' 'talloc')
-options=(!distcc !makeflags)
-source=("http://notmuchmail.org/releases/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('e86968dfcd7ffaf162b7b87de56b7f18')
-
-prepare(){
-#cp -dpr --no-preserve=ownership "$srcdir/$pkgname-$pkgver" 
"$srcdir/$pkgname-runtime-$pkgver"
-cp -dpr --no-preserve=ownership 
"$srcdir/${pkgname}-$pkgver"/bindings/python{,2}
-
-find "$srcdir/${pkgname}-${pkgver}/bindings/python" -name '*.py' -exec sed 
-i -e '1s,python$,python3,' {} +
-find "$srcdir/${pkgname}-${pkgver}/bindings/python2" -name '*.py' -exec 
sed -i -e '1s,python$,python2,' {} +
-}
-build() {
-cd "$srcdir/${pkgname}-$pkgver"
-
-./configure --prefix=/usr --sysconfdir=/etc \
-   --includedir=/usr/include \
-   --without-zsh-completion
-
-make 
-( pushd "contrib/$pkgbase-deliver"
-export CPPFLAGS="-I ../../lib"
-./autogen.sh
-./configure --prefix=/usr --sysconfdir=/etc \
-   --includedir=/usr/include \
-LDFLAGS="-L$srcdir/$pkgname-$pkgver/lib" \
-CPPFLAGS="-I$srcdir/$pkgname-$pkgver/lib"
-make)
-make -C "contrib/${pkgbase}-mutt" "${pkgname}-mutt.1"
-
-cd bindings/ruby
-ruby extconf.rb
-
-   cd "$srcdir/${pkgname}-${pkgver}/bindings/python"
-   python setup.py build
-
-   cd "$srcdir/${pkgname}-${pkgver}/bindings/python2"
-   python2 setup.py build
-}
-
-package_notmuch-runtime(){
-pkgdesc="Runtime for notmuch and notmuch-mutt"
-depends=('xapian-core' 'gmime' 'talloc')
-cd "$srcdir/${pkgbase}-$pkgver"
-make DESTDIR="$pkgdir/" LIBDIR_IN_LDCONFIG=0 install
-   install -Dm755 notmuch $pkgdir/usr/bin/notmuch
-}
-
-
-package_notmuch-vim(){
-   pkgdesc="Vim plugins for notmuch"
-   depends=('notmuch-runtime')
-mkdir -p "$pkgdir"/usr/share/vim/vimfiles/{plugin,syntax}
-make -C "$srcdir/$pkgbase-$pkgver/vim" 
prefix="$pkgdir/usr/share/vim/vimfiles" install
-}
-
-
-package_notmuch(){
-pkgdesc="Notmuch is not much of an email program"
-depends=('notmuch-runtime')
-optdepends=('emacs: for using the emacs interface'
-'vim: for using the vim interface'
-'python2: for using the python2 bindings'
-'ruby: for using the ruby bindings'
-'gnupg: for email encryption')
-
-cd "$srcdir/${pkgname}-$pkgver"
-# Install ruby bindings
-sed -i -e 's,/site_ruby,,g' bindings/ruby/Makefile
-make -C bindings/ruby exec_prefix=$pkgdir/usr prefix=/usr install
-
-# Install notmuch-deliver
-make -C "contrib/${pkgbase}-deliver" DESTDIR="$pkgdir" install
-
-# Install python bindings
-cd "$srcdir/${pkgname}-${pkgver}/bindings/python2"
-   python2 setup.py install --prefix=/usr --root="$pkgdir"
-
-cd "$srcdir/${pkgname}-${pkgver}/bindings/python"
-   python setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-package_notmuch-mutt(){
-pkgdesc="The mail indexer"
-depends=('notmuch-runtime' 'perl-mailtools&#

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

2013-08-03 Thread Daniel Wallace
Date: Sunday, August 4, 2013 @ 01:11:22
  Author: dwallace
Revision: 95029

upgpkg: notmuch 0.16-1

upgpkg: notmuch 0.16-1

Modified:
  notmuch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-03 22:28:51 UTC (rev 95028)
+++ PKGBUILD2013-08-03 23:11:22 UTC (rev 95029)
@@ -6,15 +6,15 @@
 
 pkgbase=notmuch
 pkgname=('notmuch' 'notmuch-vim' 'notmuch-mutt' 'notmuch-runtime')
-pkgver=0.15.2
-pkgrel=4
+pkgver=0.16
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://notmuchmail.org/";
 license=('GPL3')
 makedepends=('python2' 'python' 'emacs' 'gnupg' 'ruby' 'pkgconfig' 
'xapian-core' 'gmime' 'talloc')
 options=(!distcc !makeflags)
 source=("http://notmuchmail.org/releases/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('e86968dfcd7ffaf162b7b87de56b7f18')
+md5sums=('9de9f8a91eb2323d8503872a059c7f11')
 
 prepare(){
 #cp -dpr --no-preserve=ownership "$srcdir/$pkgname-$pkgver" 
"$srcdir/$pkgname-runtime-$pkgver"
@@ -42,7 +42,7 @@
 make -C "contrib/${pkgbase}-mutt" "${pkgname}-mutt.1"
 
 cd bindings/ruby
-ruby extconf.rb
+ruby extconf.rb --vendor
 
cd "$srcdir/${pkgname}-${pkgver}/bindings/python"
python setup.py build



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

2013-08-06 Thread Daniel Wallace
Date: Wednesday, August 7, 2013 @ 04:55:26
  Author: dwallace
Revision: 95226

upgpkg: sage-mathematics 5.10-2

upgpkg: sage-mathematics 5.10-2 db rebuild

Modified:
  sage-mathematics/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-07 01:19:05 UTC (rev 95225)
+++ PKGBUILD2013-08-07 02:55:26 UTC (rev 95226)
@@ -8,7 +8,7 @@
 
 pkgname=sage-mathematics
 pkgver=5.10
-pkgrel=1
+pkgrel=2
 pkgdesc='SAGE: Open Source Mathematics Software, a viable free alternative to 
Magma, Maple, Mathematica, and Matlab.'
 url='http://www.sagemath.org'
 arch=('i686' 'x86_64')



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

2013-08-06 Thread Daniel Wallace
Date: Wednesday, August 7, 2013 @ 07:20:08
  Author: dwallace
Revision: 95227

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

Added:
  sage-mathematics/repos/community-staging-i686/
  sage-mathematics/repos/community-staging-i686/PKGBUILD
(from rev 95226, sage-mathematics/trunk/PKGBUILD)
  sage-mathematics/repos/community-staging-i686/SAGE-notebook.desktop
(from rev 95226, sage-mathematics/trunk/SAGE-notebook.desktop)
  sage-mathematics/repos/community-staging-i686/sage-mathematics.install
(from rev 95226, sage-mathematics/trunk/sage-mathematics.install)
  sage-mathematics/repos/community-staging-i686/sage.service
(from rev 95226, sage-mathematics/trunk/sage.service)
  sage-mathematics/repos/community-staging-x86_64/
  sage-mathematics/repos/community-staging-x86_64/PKGBUILD
(from rev 95226, sage-mathematics/trunk/PKGBUILD)
  sage-mathematics/repos/community-staging-x86_64/SAGE-notebook.desktop
(from rev 95226, sage-mathematics/trunk/SAGE-notebook.desktop)
  sage-mathematics/repos/community-staging-x86_64/sage-mathematics.install
(from rev 95226, sage-mathematics/trunk/sage-mathematics.install)
  sage-mathematics/repos/community-staging-x86_64/sage.service
(from rev 95226, sage-mathematics/trunk/sage.service)

---+
 community-staging-i686/PKGBUILD   |  108 
 community-staging-i686/SAGE-notebook.desktop  |   19 +++
 community-staging-i686/sage-mathematics.install   |   60 +++
 community-staging-i686/sage.service   |8 +
 community-staging-x86_64/PKGBUILD |  108 
 community-staging-x86_64/SAGE-notebook.desktop|   19 +++
 community-staging-x86_64/sage-mathematics.install |   60 +++
 community-staging-x86_64/sage.service |8 +
 8 files changed, 390 insertions(+)

Copied: sage-mathematics/repos/community-staging-i686/PKGBUILD (from rev 95226, 
sage-mathematics/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-08-07 05:20:08 UTC (rev 95227)
@@ -0,0 +1,108 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: Antonio Rojas < nqn1976 @ gmail.com >
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Osman Ugus 
+# Contributor: Stefan Husmann 
+# Special thanks to Nareto for moving the compile from the .install to the 
PKGBUILD
+
+pkgname=sage-mathematics
+pkgver=5.10
+pkgrel=2
+pkgdesc='SAGE: Open Source Mathematics Software, a viable free alternative to 
Magma, Maple, Mathematica, and Matlab.'
+url='http://www.sagemath.org'
+arch=('i686' 'x86_64')
+license=('GPL')
+#depends=('xz' 'java-environment=7' 'desktop-file-utils' 'libxmu' 'libtiff' 
'sqlite' 'libjpeg-turbo')
+depends=('desktop-file-utils')
+makedepends=('gcc-fortran' 'freetype2')
+optdepends=('imagemagick: some plotting functionality benefits from it'
+'texlive-core: some plotting functionality benefits from it, also 
to use SageTeX'
+'openssh: to use the notebook in secure mode'
+'ffmpeg: to show animations'
+'cairo: R plots')
+install="${pkgname}.install"
+source=("http://sage.math.washington.edu/home/release/sage-${pkgver}/sage-${pkgver}.tar";
+'SAGE-notebook.desktop'
+'sage.service')
+
+build() {
+  cd sage-${pkgver}
+
+  # fix "missing sage.all error" during build
+  unset CFLAGS
+  unset CXXFLAGS
+
+  # fix build errors
+  unset LDFLAGS
+
+  # enable multiple threads while building, is this really needed? check if 
uses MAKEFLAGS
+  export MAKE="make -j$(nproc)"
+
+  # use archlinux's fortran rather then the one that ships with sage to 
compile sage's fortran
+  export FC=/usr/bin/gfortran
+
+  # disable building with debugging support
+  export SAGE_DEBUG='no'
+
+  # enable fat binaries (disables processor specific optimizations)
+  # comment out if you're only building it for yourself
+  export SAGE_FAT_BINARY='yes'
+
+  # can't write to root in a clean chroot
+  mkdir "$srcdir/buiild"
+  export DOT_SAGE="$srcdir/build"
+
+  # Singular is broken
+  export CPP='/usr/bin/cpp'
+
+  # only build sage, no documents
+  #make build
+  make
+  ./sage --bdist "$pkgver"
+}
+
+<< COMMENT
+check() {
+  cd sage-${pkgver}
+
+  # uncomment if we want to run all the tests (warning: very long)
+  #make ptestlong
+}
+COMMENT
+
+package() {
+  cd sage-${pkgver}
+
+  # cp because make install is experimental and will corrupt the install
+  install

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

2013-08-09 Thread Daniel Wallace
Date: Saturday, August 10, 2013 @ 00:44:09
  Author: dwallace
Revision: 95337

upgpkg: lxdm 0.4.1-23

upgpkg: lxdm 0.4.1-23 FS#36427

Modified:
  lxdm/trunk/PKGBUILD
  lxdm/trunk/lxdm.install

--+
 PKGBUILD |8 
 lxdm.install |1 +
 2 files changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-09 21:25:54 UTC (rev 95336)
+++ PKGBUILD2013-08-09 22:44:09 UTC (rev 95337)
@@ -5,7 +5,7 @@
 
 pkgname=lxdm
 pkgver=0.4.1
-pkgrel=22
+pkgrel=23
 pkgdesc='Lightweight X11 Display Manager'
 arch=('i686' 'x86_64')
 url="http://sourceforge.net/projects/lxdm/";
@@ -71,12 +71,12 @@
 
 install -m644 $srcdir/lxdm.pam $pkgdir/etc/pam.d/lxdm
 install -Dm644 $srcdir/lxdm.service 
$pkgdir/usr/lib/systemd/system/lxdm.service
-install -d $pkgdir/var/{lib,run}/lxdm
+install -d $pkgdir/var/lib/lxdm
+echo "GDK_CORE_DEVICE_EVENTS\t\t\tDEFAULT=1" > 
$pkgdir/var/lib/lxdm/.pam_environment
+chmod 644 $pkgdir/var/lib/lxdm/.pam_environment
 
 # fix the greeter location
 sed -i -e 's/local\/libexec/lib\/lxdm/' $pkgdir/etc/lxdm/lxdm.conf
sed -i 's:sbin:bin:' $pkgdir/usr/bin/lxdm
 
-# avoid conflict with filesystem>=2012.06
-rm -r $pkgdir/var/run
 }

Modified: lxdm.install
===
--- lxdm.install2013-08-09 21:25:54 UTC (rev 95336)
+++ lxdm.install2013-08-09 22:44:09 UTC (rev 95337)
@@ -4,6 +4,7 @@
   chown -R 121:121 /var/lib/lxdm
   chgrp 121 /etc/lxdm/lxdm.conf
   chmod +r /etc/lxdm/lxdm.conf
+  systemd-tmpfiles --create lxdm.conf
 }
 
 post_upgrade() {



[arch-commits] Commit in lxdm/repos (48 files)

2013-08-09 Thread Daniel Wallace
Date: Saturday, August 10, 2013 @ 00:46:10
  Author: dwallace
Revision: 95338

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

Added:
  lxdm/repos/community-i686/PKGBUILD
(from rev 95337, lxdm/trunk/PKGBUILD)
  lxdm/repos/community-i686/lxdm-0.4.1-Xsession-source-profile.patch
(from rev 95337, lxdm/trunk/lxdm-0.4.1-Xsession-source-profile.patch)
  lxdm/repos/community-i686/lxdm-0.4.1-conf.patch
(from rev 95337, lxdm/trunk/lxdm-0.4.1-conf.patch)
  lxdm/repos/community-i686/lxdm-0.4.1-event-check-bug.patch
(from rev 95337, lxdm/trunk/lxdm-0.4.1-event-check-bug.patch)
  lxdm/repos/community-i686/lxdm-0.4.1-industrial-greeter-ui.patch
(from rev 95337, lxdm/trunk/lxdm-0.4.1-industrial-greeter-ui.patch)
  lxdm/repos/community-i686/lxdm-0.4.1-kill_user_processes.patch
(from rev 95337, lxdm/trunk/lxdm-0.4.1-kill_user_processes.patch)
  lxdm/repos/community-i686/lxdm-0.4.1-modern-systems.patch
(from rev 95337, lxdm/trunk/lxdm-0.4.1-modern-systems.patch)
  lxdm/repos/community-i686/lxdm-0.4.1-nolang-show-sessions.patch
(from rev 95337, lxdm/trunk/lxdm-0.4.1-nolang-show-sessions.patch)
  lxdm/repos/community-i686/lxdm-0.4.1-pam-env-vars.patch
(from rev 95337, lxdm/trunk/lxdm-0.4.1-pam-env-vars.patch)
  lxdm/repos/community-i686/lxdm.install
(from rev 95337, lxdm/trunk/lxdm.install)
  lxdm/repos/community-i686/lxdm.pam
(from rev 95337, lxdm/trunk/lxdm.pam)
  lxdm/repos/community-i686/lxdm.service
(from rev 95337, lxdm/trunk/lxdm.service)
  lxdm/repos/community-x86_64/PKGBUILD
(from rev 95337, lxdm/trunk/PKGBUILD)
  lxdm/repos/community-x86_64/lxdm-0.4.1-Xsession-source-profile.patch
(from rev 95337, lxdm/trunk/lxdm-0.4.1-Xsession-source-profile.patch)
  lxdm/repos/community-x86_64/lxdm-0.4.1-conf.patch
(from rev 95337, lxdm/trunk/lxdm-0.4.1-conf.patch)
  lxdm/repos/community-x86_64/lxdm-0.4.1-event-check-bug.patch
(from rev 95337, lxdm/trunk/lxdm-0.4.1-event-check-bug.patch)
  lxdm/repos/community-x86_64/lxdm-0.4.1-industrial-greeter-ui.patch
(from rev 95337, lxdm/trunk/lxdm-0.4.1-industrial-greeter-ui.patch)
  lxdm/repos/community-x86_64/lxdm-0.4.1-kill_user_processes.patch
(from rev 95337, lxdm/trunk/lxdm-0.4.1-kill_user_processes.patch)
  lxdm/repos/community-x86_64/lxdm-0.4.1-modern-systems.patch
(from rev 95337, lxdm/trunk/lxdm-0.4.1-modern-systems.patch)
  lxdm/repos/community-x86_64/lxdm-0.4.1-nolang-show-sessions.patch
(from rev 95337, lxdm/trunk/lxdm-0.4.1-nolang-show-sessions.patch)
  lxdm/repos/community-x86_64/lxdm-0.4.1-pam-env-vars.patch
(from rev 95337, lxdm/trunk/lxdm-0.4.1-pam-env-vars.patch)
  lxdm/repos/community-x86_64/lxdm.install
(from rev 95337, lxdm/trunk/lxdm.install)
  lxdm/repos/community-x86_64/lxdm.pam
(from rev 95337, lxdm/trunk/lxdm.pam)
  lxdm/repos/community-x86_64/lxdm.service
(from rev 95337, lxdm/trunk/lxdm.service)
Deleted:
  lxdm/repos/community-i686/PKGBUILD
  lxdm/repos/community-i686/lxdm-0.4.1-Xsession-source-profile.patch
  lxdm/repos/community-i686/lxdm-0.4.1-conf.patch
  lxdm/repos/community-i686/lxdm-0.4.1-event-check-bug.patch
  lxdm/repos/community-i686/lxdm-0.4.1-industrial-greeter-ui.patch
  lxdm/repos/community-i686/lxdm-0.4.1-kill_user_processes.patch
  lxdm/repos/community-i686/lxdm-0.4.1-modern-systems.patch
  lxdm/repos/community-i686/lxdm-0.4.1-nolang-show-sessions.patch
  lxdm/repos/community-i686/lxdm-0.4.1-pam-env-vars.patch
  lxdm/repos/community-i686/lxdm.install
  lxdm/repos/community-i686/lxdm.pam
  lxdm/repos/community-i686/lxdm.service
  lxdm/repos/community-x86_64/PKGBUILD
  lxdm/repos/community-x86_64/lxdm-0.4.1-Xsession-source-profile.patch
  lxdm/repos/community-x86_64/lxdm-0.4.1-conf.patch
  lxdm/repos/community-x86_64/lxdm-0.4.1-event-check-bug.patch
  lxdm/repos/community-x86_64/lxdm-0.4.1-industrial-greeter-ui.patch
  lxdm/repos/community-x86_64/lxdm-0.4.1-kill_user_processes.patch
  lxdm/repos/community-x86_64/lxdm-0.4.1-modern-systems.patch
  lxdm/repos/community-x86_64/lxdm-0.4.1-nolang-show-sessions.patch
  lxdm/repos/community-x86_64/lxdm-0.4.1-pam-env-vars.patch
  lxdm/repos/community-x86_64/lxdm.install
  lxdm/repos/community-x86_64/lxdm.pam
  lxdm/repos/community-x86_64/lxdm.service

---+
 /PKGBUILD |  164 
 /lxdm-0.4.1-Xsession-source-profile.patch |   22 +
 /lxdm-0.4.1-conf.patch|   22 +
 /lxdm-0.4.1-event-check-bug.patch |   42 +++
 /lxdm-0.4.1-industrial-greeter-ui.patch   |   26 +
 /lxdm-0.4.1-kill_user_processes.patch |   70 +
 /lxdm-0.4.1-modern-systems.patch  |   52 +++
 /lxdm-0.4.1-nolang-show-sessions.patch|   26 +
 /lxdm-0.4.1-pam-env-vars.patch|  100 +++
 /lxdm.install |

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

2013-08-18 Thread Daniel Wallace
Date: Monday, August 19, 2013 @ 03:36:56
  Author: dwallace
Revision: 95941

upgpkg: connman 1.16-1

upgpkg: connman 1.16-1

Modified:
  connman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-19 00:37:38 UTC (rev 95940)
+++ PKGBUILD2013-08-19 01:36:56 UTC (rev 95941)
@@ -3,7 +3,7 @@
 # Contributor: Lucas De Marchi 
 
 pkgname=connman
-pkgver=1.15
+pkgver=1.16
 pkgrel=1
 pkgdesc="Wireless LAN network manager"
 url="http://connman.net/";
@@ -17,7 +17,7 @@
 options=('!libtool')
 
source=("http://www.kernel.org/pub/linux/network/${pkgname}/${pkgname}-${pkgver}.tar.bz2";
 'allow_group_network.diff')
-md5sums=('d68ec364b4b3fba3131defe074c768dc'
+md5sums=('2a6958ba28c29802ccdf9481d9a87fa2'
  'a8d22ee089fb0ed725130d16ad393047')
 
 prepare(){



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

2013-08-18 Thread Daniel Wallace
Date: Monday, August 19, 2013 @ 03:37:35
  Author: dwallace
Revision: 95942

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

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

---+
 /PKGBUILD |   98 
 /allow_group_network.diff |   24 ++
 community-i686/PKGBUILD   |   49 --
 community-i686/allow_group_network.diff   |   12 ---
 community-x86_64/PKGBUILD |   49 --
 community-x86_64/allow_group_network.diff |   12 ---
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-19 01:36:56 UTC (rev 95941)
+++ community-i686/PKGBUILD 2013-08-19 01:37:35 UTC (rev 95942)
@@ -1,49 +0,0 @@
-#$Id$
-# Maintainer: Daniel Wallace 
-# Contributor: Lucas De Marchi 
-
-pkgname=connman
-pkgver=1.15
-pkgrel=1
-pkgdesc="Wireless LAN network manager"
-url="http://connman.net/";
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('dbus-core' 'iptables' 'glib2' 'gnutls')
-conflicts=('openresolv')
-optdepends=('bluez: Support for Bluetooth devices'
-'wpa_supplicant: For WiFi devices')
-makedepends=('bluez' 'wpa_supplicant' 'openconnect' 'openvpn')
-options=('!libtool')
-source=("http://www.kernel.org/pub/linux/network/${pkgname}/${pkgname}-${pkgver}.tar.bz2";
-'allow_group_network.diff')
-md5sums=('d68ec364b4b3fba3131defe074c768dc'
- 'a8d22ee089fb0ed725130d16ad393047')
-
-prepare(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np1 -i "${srcdir}/allow_group_network.diff"
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
- --bindir=/usr/bin \
- --sbindir=/usr/bin \
-  --with-systemdunitdir=/usr/lib/systemd/system \
-  --enable-threads \
-  --enable-openconnect \
-  --enable-vpnc \
-  --enable-openvpn \
-  --enable-polkit \
-  --enable-client
-
-  make
-}
-
-package(){
-  make -C "${srcdir}/${pkgname}-${pkgver}" DESTDIR="${pkgdir}" install
-  install -Dm755 "$srcdir/$pkgname-$pkgver/client/${pkgname}ctl" 
"$pkgdir/usr/bin/${pkgname}ctl"
-  find "$pkgdir/usr" -name \*.service -exec sed -i 's/s\(bin\)/\1/' {} +
-}

Copied: connman/repos/community-i686/PKGBUILD (from rev 95941, 
connman/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-19 01:37:35 UTC (rev 95942)
@@ -0,0 +1,49 @@
+#$Id$
+# Maintainer: Daniel Wallace 
+# Contributor: Lucas De Marchi 
+
+pkgname=connman
+pkgver=1.16
+pkgrel=1
+pkgdesc="Wireless LAN network manager"
+url="http://connman.net/";
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('dbus-core' 'iptables' 'glib2' 'gnutls')
+conflicts=('openresolv')
+optdepends=('bluez: Support for Bluetooth devices'
+'wpa_supplicant: For WiFi devices')
+makedepends=('bluez' 'wpa_supplicant' 'openconnect' 'openvpn')
+options=('!libtool')
+source=("http://www.kernel.org/pub/linux/network/${pkgname}/${pkgname}-${pkgver}.tar.bz2";
+'allow_group_network.diff')
+md5sums=('2a6958ba28c29802ccdf9481d9a87fa2'
+ 'a8d22ee089fb0ed725130d16ad393047')
+
+prepare(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -Np1 -i "${srcdir}/allow_group_network.diff"
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --bindir=/usr/bin \
+ --sbindir=/usr/bin \
+  --with-systemdunitdir=/usr/lib/systemd/system \
+  --enable-threads \
+  --enable-openconnect \
+  --enable-vpnc \
+  --enable-openvpn \
+   

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

2013-08-18 Thread Daniel Wallace
Date: Monday, August 19, 2013 @ 03:44:28
  Author: dwallace
Revision: 95943

upgpkg: lib32-curl 7.32.0-1

upgpkg: lib32-curl 7.32.0-1

Modified:
  lib32-curl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-19 01:37:35 UTC (rev 95942)
+++ PKGBUILD2013-08-19 01:44:28 UTC (rev 95943)
@@ -8,7 +8,7 @@
 
 pkgname=lib32-curl
 _pkgname=curl
-pkgver=7.31.0
+pkgver=7.32.0
 pkgrel=1
 pkgdesc="An URL retrieval utility and library (32-bit)"
 arch=('x86_64')
@@ -17,7 +17,7 @@
 depends=('lib32-libssh2' "${_pkgname}")
 options=('!libtool')
 source=("http://curl.haxx.se/download/$_pkgname-$pkgver.tar.gz"{,.asc})
-md5sums=('6f26843f7e3a2fb06e02f68a55efe8c7'
+md5sums=('f77cf3cb59cf2bfe686b80338323fd40'
  'SKIP')
 
 build() {



[arch-commits] Commit in lib32-curl/repos/multilib-x86_64 (6 files)

2013-08-18 Thread Daniel Wallace
Date: Monday, August 19, 2013 @ 03:44:52
  Author: dwallace
Revision: 95944

archrelease: copy trunk to multilib-x86_64

Added:
  
lib32-curl/repos/multilib-x86_64/0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch
(from rev 95943, 
lib32-curl/trunk/0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch)
  lib32-curl/repos/multilib-x86_64/PKGBUILD
(from rev 95943, lib32-curl/trunk/PKGBUILD)
  lib32-curl/repos/multilib-x86_64/curlbuild.h
(from rev 95943, lib32-curl/trunk/curlbuild.h)
Deleted:
  
lib32-curl/repos/multilib-x86_64/0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch
  lib32-curl/repos/multilib-x86_64/PKGBUILD
  lib32-curl/repos/multilib-x86_64/curlbuild.h

-+
 0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch |   78 ++---
 PKGBUILD|  134 
+-
 curlbuild.h |   18 -
 3 files changed, 115 insertions(+), 115 deletions(-)

Deleted: 0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch
===
--- 0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch 
2013-08-19 01:44:28 UTC (rev 95943)
+++ 0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch 
2013-08-19 01:44:52 UTC (rev 95944)
@@ -1,39 +0,0 @@
-From da3fc1ee91de656a30f3a12de394bcba55119872 Mon Sep 17 00:00:00 2001
-From: Linus Nielsen Feltzing 
-Date: Sun, 10 Feb 2013 22:57:58 +0100
-Subject: [PATCH] Fix NULL pointer reference when closing an unused multi
- handle.
-

- lib/multi.c|  8 +---
- tests/data/Makefile.am |  1 +
- tests/data/test1508| 31 +
- tests/libtest/Makefile.inc |  6 +-
- tests/libtest/lib1508.c| 49 ++
- 5 files changed, 91 insertions(+), 4 deletions(-)
- create mode 100644 tests/data/test1508
- create mode 100644 tests/libtest/lib1508.c
-
-diff --git a/lib/multi.c b/lib/multi.c
-index fa0afb9..706df23 100644
 a/lib/multi.c
-+++ b/lib/multi.c
-@@ -1773,10 +1773,12 @@ CURLMcode curl_multi_cleanup(CURLM *multi_handle)
- /* Close all the connections in the connection cache */
- close_all_connections(multi);
- 
--multi->closure_handle->dns.hostcache = multi->hostcache;
--Curl_hostcache_clean(multi->closure_handle);
-+if(multi->closure_handle) {
-+  multi->closure_handle->dns.hostcache = multi->hostcache;
-+  Curl_hostcache_clean(multi->closure_handle);
- 
--Curl_close(multi->closure_handle);
-+  Curl_close(multi->closure_handle);
-+}
- multi->closure_handle = NULL;
- 
- Curl_hash_destroy(multi->sockhash);
--- 
-1.8.1.3
-

Copied: 
lib32-curl/repos/multilib-x86_64/0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch
 (from rev 95943, 
lib32-curl/trunk/0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch)
===
--- 0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch 
(rev 0)
+++ 0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch 
2013-08-19 01:44:52 UTC (rev 95944)
@@ -0,0 +1,39 @@
+From da3fc1ee91de656a30f3a12de394bcba55119872 Mon Sep 17 00:00:00 2001
+From: Linus Nielsen Feltzing 
+Date: Sun, 10 Feb 2013 22:57:58 +0100
+Subject: [PATCH] Fix NULL pointer reference when closing an unused multi
+ handle.
+
+---
+ lib/multi.c|  8 +---
+ tests/data/Makefile.am |  1 +
+ tests/data/test1508| 31 +
+ tests/libtest/Makefile.inc |  6 +-
+ tests/libtest/lib1508.c| 49 ++
+ 5 files changed, 91 insertions(+), 4 deletions(-)
+ create mode 100644 tests/data/test1508
+ create mode 100644 tests/libtest/lib1508.c
+
+diff --git a/lib/multi.c b/lib/multi.c
+index fa0afb9..706df23 100644
+--- a/lib/multi.c
 b/lib/multi.c
+@@ -1773,10 +1773,12 @@ CURLMcode curl_multi_cleanup(CURLM *multi_handle)
+ /* Close all the connections in the connection cache */
+ close_all_connections(multi);
+ 
+-multi->closure_handle->dns.hostcache = multi->hostcache;
+-Curl_hostcache_clean(multi->closure_handle);
++if(multi->closure_handle) {
++  multi->closure_handle->dns.hostcache = multi->hostcache;
++  Curl_hostcache_clean(multi->closure_handle);
+ 
+-Curl_close(multi->closure_handle);
++  Curl_close(multi->closure_handle);
++}
+ multi->closure_handle = NULL;
+ 
+ Curl_hash_destroy(multi->sockhash);
+-- 
+1.8.1.3
+

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-19 01:44:28 UTC (rev 95943)
+++ PKGBUILD    2013-08-19 01:44:52 UTC (rev 95944

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

2013-08-18 Thread Daniel Wallace
Date: Monday, August 19, 2013 @ 03:53:18
  Author: dwallace
Revision: 95945

upgpkg: youtube-viewer 1:3.0.7_01-1

upgpkg: youtube-viewer 3.0.7_01

Modified:
  youtube-viewer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-19 01:44:52 UTC (rev 95944)
+++ PKGBUILD2013-08-19 01:53:18 UTC (rev 95945)
@@ -5,14 +5,14 @@
 pkgname=youtube-viewer
 _pkgdir=trizen-youtube-viewer
 epoch=1
-pkgver=3.0.7
-pkgrel=4
+pkgver=3.0.7_01
+pkgrel=1
 pkgdesc="A command line utility for viewing youtube-videos in MPlayer."
 arch=('any')
 url="https://github.com/trizen/youtube-viewer";
 license=('GPL3')
 
source=("$pkgname-$pkgver.zip::https://github.com/trizen/$pkgname/zipball/$pkgver";)
-sha256sums=('2531df72fab612ff338774339b6ec956a6c542db2a8aba26b41b28be1fe89c79')
+sha256sums=('6ca09cd18ebe0e9df0e266244c34aa0861978cb71fafc564766f265dc2af73e4')
 
 depends=('perl>=5.10.0' 'perl-data-dump' 'perl-libwww' 'perl-xml-fast')
 optdepends=('vlc: for playinng videos'



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

2013-08-18 Thread Daniel Wallace
Date: Monday, August 19, 2013 @ 03:53:41
  Author: dwallace
Revision: 95946

archrelease: copy trunk to community-any

Added:
  youtube-viewer/repos/community-any/PKGBUILD
(from rev 95945, youtube-viewer/trunk/PKGBUILD)
Deleted:
  youtube-viewer/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-19 01:53:18 UTC (rev 95945)
+++ PKGBUILD2013-08-19 01:53:41 UTC (rev 95946)
@@ -1,44 +0,0 @@
-$Id$
-# Maintainer: Daniel Wallace < danielwallace at gtmanfred dot com>
-# Contributor: Trizen 
-
-pkgname=youtube-viewer
-_pkgdir=trizen-youtube-viewer
-epoch=1
-pkgver=3.0.7
-pkgrel=4
-pkgdesc="A command line utility for viewing youtube-videos in MPlayer."
-arch=('any')
-url="https://github.com/trizen/youtube-viewer";
-license=('GPL3')
-source=("$pkgname-$pkgver.zip::https://github.com/trizen/$pkgname/zipball/$pkgver";)
-sha256sums=('2531df72fab612ff338774339b6ec956a6c542db2a8aba26b41b28be1fe89c79')
-
-depends=('perl>=5.10.0' 'perl-data-dump' 'perl-libwww' 'perl-xml-fast')
-optdepends=('vlc: for playinng videos'
-   'mplayer: for playing videos'
-   'perl-term-readkey: to get the terminal width size'
-'perl-term-readline-gnu: for a better STDIN support'
-'perl-lwp-protocol-https: for login and https support'
-'gcap: for retrieving Youtube closed captions. [in AUR]')
-
-
-build() {
-cd "$srcdir/$_pkgdir"*/WWW-YoutubeViewer
-
-perl Build.PL   # --gtk-youtube-viewer
-}
-
-check(){
-cd "$srcdir/$_pkgdir"*/WWW-YoutubeViewer
-
-./Build test
-}
-
-package() {
-cd "$srcdir/$_pkgdir"*/WWW-YoutubeViewer
-
-./Build install --install_path script=/usr/bin --destdir=$pkgdir
-rm -r "$pkgdir/usr/lib/"
-
-}

Copied: youtube-viewer/repos/community-any/PKGBUILD (from rev 95945, 
youtube-viewer/trunk/PKGBUILD)
=======
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-19 01:53:41 UTC (rev 95946)
@@ -0,0 +1,44 @@
+$Id$
+# Maintainer: Daniel Wallace < danielwallace at gtmanfred dot com>
+# Contributor: Trizen 
+
+pkgname=youtube-viewer
+_pkgdir=trizen-youtube-viewer
+epoch=1
+pkgver=3.0.7_01
+pkgrel=1
+pkgdesc="A command line utility for viewing youtube-videos in MPlayer."
+arch=('any')
+url="https://github.com/trizen/youtube-viewer";
+license=('GPL3')
+source=("$pkgname-$pkgver.zip::https://github.com/trizen/$pkgname/zipball/$pkgver";)
+sha256sums=('6ca09cd18ebe0e9df0e266244c34aa0861978cb71fafc564766f265dc2af73e4')
+
+depends=('perl>=5.10.0' 'perl-data-dump' 'perl-libwww' 'perl-xml-fast')
+optdepends=('vlc: for playinng videos'
+   'mplayer: for playing videos'
+   'perl-term-readkey: to get the terminal width size'
+'perl-term-readline-gnu: for a better STDIN support'
+'perl-lwp-protocol-https: for login and https support'
+'gcap: for retrieving Youtube closed captions. [in AUR]')
+
+
+build() {
+cd "$srcdir/$_pkgdir"*/WWW-YoutubeViewer
+
+perl Build.PL   # --gtk-youtube-viewer
+}
+
+check(){
+cd "$srcdir/$_pkgdir"*/WWW-YoutubeViewer
+
+./Build test
+}
+
+package() {
+cd "$srcdir/$_pkgdir"*/WWW-YoutubeViewer
+
+./Build install --install_path script=/usr/bin --destdir=$pkgdir
+rm -r "$pkgdir/usr/lib/"
+
+}



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

2013-08-18 Thread Daniel Wallace
Date: Monday, August 19, 2013 @ 03:56:48
  Author: dwallace
Revision: 95947

upgpkg: python-beautifulsoup4 4.3.1-1

upgpkg: beautifulsoup4 4.3.1

Modified:
  python-beautifulsoup4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-19 01:53:41 UTC (rev 95946)
+++ PKGBUILD2013-08-19 01:56:48 UTC (rev 95947)
@@ -4,15 +4,15 @@
 
 pkgbase=python-beautifulsoup4
 pkgname=('python2-beautifulsoup4' 'python-beautifulsoup4')
-pkgver=4.2.1
+pkgver=4.3.1
 pkgrel=1
 pkgdesc="A Python HTML/XML parser designed for quick turnaround projects like 
screen-scraping"
 arch=('any')
 url="http://www.crummy.com/software/BeautifulSoup/index.html";
 license=('PSF')
-makedepends=('python-distribute' 'python2-distribute')
+makedepends=('python-setuptools' 'python2-setuptools')
 
source=("http://www.crummy.com/software/BeautifulSoup/bs4/download/${pkgver%.*}/${pkgbase#*-}-${pkgver}.tar.gz";)
-md5sums=('91ea70ce16a5f1f43e58f2ef05651679')
+md5sums=('508095f2784c64114e06856edc1dafed')
 
 build() {
   cd "${srcdir}"



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

2013-08-18 Thread Daniel Wallace
Date: Monday, August 19, 2013 @ 03:57:08
  Author: dwallace
Revision: 95948

archrelease: copy trunk to community-testing-any

Added:
  python-beautifulsoup4/repos/community-testing-any/
  python-beautifulsoup4/repos/community-testing-any/PKGBUILD
(from rev 95947, python-beautifulsoup4/trunk/PKGBUILD)

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

Copied: python-beautifulsoup4/repos/community-testing-any/PKGBUILD (from rev 
95947, python-beautifulsoup4/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2013-08-19 01:57:08 UTC (rev 95948)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+
+pkgbase=python-beautifulsoup4
+pkgname=('python2-beautifulsoup4' 'python-beautifulsoup4')
+pkgver=4.3.1
+pkgrel=1
+pkgdesc="A Python HTML/XML parser designed for quick turnaround projects like 
screen-scraping"
+arch=('any')
+url="http://www.crummy.com/software/BeautifulSoup/index.html";
+license=('PSF')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("http://www.crummy.com/software/BeautifulSoup/bs4/download/${pkgver%.*}/${pkgbase#*-}-${pkgver}.tar.gz";)
+md5sums=('508095f2784c64114e06856edc1dafed')
+
+build() {
+  cd "${srcdir}"
+  cp -a beautifulsoup4-${pkgver}{,-python2}
+
+  # Build python 3 module
+  cd "${srcdir}/beautifulsoup4-${pkgver}"
+  python setup.py build
+
+  # Build python 2 module
+  cd "${srcdir}/beautifulsoup4-${pkgver}-python2"
+  python2 setup.py build
+}
+
+package_python2-beautifulsoup4() {
+  optdepends=('python2-chardet: universal encoding detector'
+  'python2-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
+
+  cd "${srcdir}/beautifulsoup4-${pkgver}-python2"
+  python2 setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+
+  rm -rf ${pkgdir}/usr/lib/python2.7/site-packages/bs4/tests
+}
+
+package_python-beautifulsoup4() {
+  optdepends=('python-chardet: universal encoding detector'
+  'python-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
+
+  cd "${srcdir}/beautifulsoup4-${pkgver}"
+  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+
+  rm -rf 
${pkgdir}/usr/lib/python3.2/site-packages/bs4/{__pycache__,tests,builder/__pycache__}
+}



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

2013-08-18 Thread Daniel Wallace
Date: Monday, August 19, 2013 @ 04:16:54
  Author: dwallace
Revision: 95949

upgpkg: libpng12 1.2.50-3

upgpkg: libpng12 1.2.50-3

Modified:
  libpng12/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-19 01:57:08 UTC (rev 95948)
+++ PKGBUILD2013-08-19 02:16:54 UTC (rev 95949)
@@ -8,7 +8,7 @@
 pkgname=libpng12
 _realname=libpng
 pkgver=1.2.50
-pkgrel=2
+pkgrel=3
 pkgdesc="A collection of routines used to create PNG format graphics files"
 arch=('i686' 'x86_64')
 url="http://www.libpng.org/pub/png/libpng.html";
@@ -44,6 +44,8 @@
   rm -fr "${pkgdir}/usr/lib/pkgconfig/libpng.pc"
   rm -rf "${pkgdir}/usr/include/"{pngconf.h,png.h}
 
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/libpng12/LICENSE
+
 }
 
 md5sums=('a3e00fccbfe356174ab515b5c00641c7'



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

2013-08-18 Thread Daniel Wallace
Date: Monday, August 19, 2013 @ 04:17:35
  Author: dwallace
Revision: 95950

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-19 02:16:54 UTC (rev 95949)
+++ community-i686/PKGBUILD 2013-08-19 02:17:35 UTC (rev 95950)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: dorphell
-# Contributor: Travis Willard  
-# Contributor: Douglas Soares de Andrade   
-# Contributor: Jesse Jaara 
-
-pkgname=libpng12
-_realname=libpng
-pkgver=1.2.50
-pkgrel=2
-pkgdesc="A collection of routines used to create PNG format graphics files"
-arch=('i686' 'x86_64')
-url="http://www.libpng.org/pub/png/libpng.html";
-license=('custom')
-depends=('zlib')
-options=('!libtool')
-source=("http://sourceforge.net/projects/libpng/files/libpng-${pkgver}.tar.xz";
-
"http://sourceforge.net/projects/apng/files/libpng/libpng12/libpng-${pkgver}-apng.patch.gz";)
-
-build() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-
-  patch -Np0 -i "${srcdir}/libpng-${pkgver}-apng.patch"
-
-  libtoolize --force --copy
-  aclocal
-  autoconf
-  automake --add-missing
-
-  ./configure --prefix=/usr
-
-  make ECHO=echo
-}
-
-package() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-
-  make ECHO=echo DESTDIR="${pkgdir}" install
-
-  rm -rf "${pkgdir}/usr/share"
-  rm -rf "${pkgdir}/usr/bin/libpng-config"
-  rm -rf "${pkgdir}/usr/lib/"{libpng.so,libpng.a}
-  rm -fr "${pkgdir}/usr/lib/pkgconfig/libpng.pc"
-  rm -rf "${pkgdir}/usr/include/"{pngconf.h,png.h}
-
-}
-
-md5sums=('a3e00fccbfe356174ab515b5c00641c7'
- 'b06ac3f6a6f982abc2036359665e82a9')

Copied: libpng12/repos/community-i686/PKGBUILD (from rev 95949, 
libpng12/trunk/PKGBUILD)
=======
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-19 02:17:35 UTC (rev 95950)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: dorphell
+# Contributor: Travis Willard  
+# Contributor: Douglas Soares de Andrade   
+# Contributor: Jesse Jaara 
+
+pkgname=libpng12
+_realname=libpng
+pkgver=1.2.50
+pkgrel=3
+pkgdesc="A collection of routines used to create PNG format graphics files"
+arch=('i686' 'x86_64')
+url="http://www.libpng.org/pub/png/libpng.html";
+license=('custom')
+depends=('zlib')
+options=('!libtool')
+source=("http://sourceforge.net/projects/libpng/files/libpng-${pkgver}.tar.xz";
+
"http://sourceforge.net/projects/apng/files/libpng/libpng12/libpng-${pkgver}-apng.patch.gz";)
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+
+  patch -Np0 -i "${srcdir}/libpng-${pkgver}-apng.patch"
+
+  libtoolize --force --copy
+  aclocal
+  autoconf
+  automake --add-missing
+
+  ./configure --prefix=/usr
+
+  make ECHO=echo
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+
+  make ECHO=echo DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}/usr/share"
+  rm -rf "${pkgdir}/usr/bin/libpng-config"
+  rm -rf "${pkgdir}/usr/lib/"{libpng.so,libpng.a}
+  rm -fr "${pkgdir}/usr/lib/pkgconfig/libpng.pc"
+  rm -rf "${pkgdir}/usr/include/"{pngconf.h,png.h}
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/libpng12/LICENSE
+
+}
+
+md5sums=('a3e00fccbfe356174ab515b5c00641c7'
+ 'b06ac3f6a6f982abc2036359665e82a9')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-08-19 02:16:54 UTC (rev 95949)
+++ community-x86_64/PKGBUILD   2013-08-19 02:17:35 UTC (rev 95950)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: dorphell
-# Contributor: Travis Willard  
-# Contributor: Douglas Soares de Andrade   
-# Contributor: Jesse Jaara 
-
-pkgname=libpng12
-_re

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

2013-08-18 Thread Daniel Wallace
Date: Monday, August 19, 2013 @ 04:20:38
  Author: dwallace
Revision: 95951

upgpkg: reptyr 0.5-1

upgpkg: reptyr 0.5-1

Modified:
  reptyr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-19 02:17:35 UTC (rev 95950)
+++ PKGBUILD2013-08-19 02:20:38 UTC (rev 95951)
@@ -2,15 +2,15 @@
 # Maintainer: Daniel Wallace 
 
 pkgname=reptyr
-pkgver=0.4
-pkgrel=2
+pkgver=0.5
+pkgrel=1
 pkgdesc='Utility for taking an existing running program and attaching it to a 
new terminal'
 arch=('i686' 'x86_64')
 license=('BSD')
 url="https://github.com/nelhage/reptyr";
 depends=('glibc')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nelhage/$pkgname/tarball/$pkgname-$pkgver";)
-md5sums=('4846a0b22c267a154853ce1409e823da')
+md5sums=('837318cfbdee76267162297987a94b8c')
 
 build() {
cd "$srcdir"/nelhage-$pkgname-*
@@ -22,4 +22,5 @@
cd "$srcdir"/nelhage-$pkgname-*
 
make "DESTDIR=$pkgdir" "PREFIX=/usr" install
+install -Dm644 COPYING $pkgdir/usr/share/licenses/reptyr/LICENSE
 } 



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

2013-08-18 Thread Daniel Wallace
Date: Monday, August 19, 2013 @ 04:21:16
  Author: dwallace
Revision: 95952

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-19 02:20:38 UTC (rev 95951)
+++ community-i686/PKGBUILD 2013-08-19 02:21:16 UTC (rev 95952)
@@ -1,25 +0,0 @@
-$Id$
-# Maintainer: Daniel Wallace 
-
-pkgname=reptyr
-pkgver=0.4
-pkgrel=2
-pkgdesc="A tool for \"re-ptying\" programs"
-arch=('i686' 'x86_64')
-license=('BSD')
-url="https://github.com/nelhage/reptyr";
-depends=('glibc')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nelhage/$pkgname/tarball/$pkgname-$pkgver";)
-md5sums=('4846a0b22c267a154853ce1409e823da')
-
-build() {
-   cd "$srcdir"/nelhage-$pkgname-*
-
-   make
-}
-
-package() {
-   cd "$srcdir"/nelhage-$pkgname-*
-
-   make "DESTDIR=$pkgdir" "PREFIX=/usr" install
-} 

Copied: reptyr/repos/community-i686/PKGBUILD (from rev 95951, 
reptyr/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD         (rev 0)
+++ community-i686/PKGBUILD 2013-08-19 02:21:16 UTC (rev 95952)
@@ -0,0 +1,26 @@
+$Id$
+# Maintainer: Daniel Wallace 
+
+pkgname=reptyr
+pkgver=0.5
+pkgrel=1
+pkgdesc='Utility for taking an existing running program and attaching it to a 
new terminal'
+arch=('i686' 'x86_64')
+license=('BSD')
+url="https://github.com/nelhage/reptyr";
+depends=('glibc')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nelhage/$pkgname/tarball/$pkgname-$pkgver";)
+md5sums=('837318cfbdee76267162297987a94b8c')
+
+build() {
+   cd "$srcdir"/nelhage-$pkgname-*
+
+   make
+}
+
+package() {
+   cd "$srcdir"/nelhage-$pkgname-*
+
+   make "DESTDIR=$pkgdir" "PREFIX=/usr" install
+install -Dm644 COPYING $pkgdir/usr/share/licenses/reptyr/LICENSE
+} 

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-08-19 02:20:38 UTC (rev 95951)
+++ community-x86_64/PKGBUILD   2013-08-19 02:21:16 UTC (rev 95952)
@@ -1,25 +0,0 @@
-$Id$
-# Maintainer: Daniel Wallace 
-
-pkgname=reptyr
-pkgver=0.4
-pkgrel=2
-pkgdesc="A tool for \"re-ptying\" programs"
-arch=('i686' 'x86_64')
-license=('BSD')
-url="https://github.com/nelhage/reptyr";
-depends=('glibc')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nelhage/$pkgname/tarball/$pkgname-$pkgver";)
-md5sums=('4846a0b22c267a154853ce1409e823da')
-
-build() {
-   cd "$srcdir"/nelhage-$pkgname-*
-
-   make
-}
-
-package() {
-   cd "$srcdir"/nelhage-$pkgname-*
-
-   make "DESTDIR=$pkgdir" "PREFIX=/usr" install
-} 

Copied: reptyr/repos/community-x86_64/PKGBUILD (from rev 95951, 
reptyr/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-08-19 02:21:16 UTC (rev 95952)
@@ -0,0 +1,26 @@
+$Id$
+# Maintainer: Daniel Wallace 
+
+pkgname=reptyr
+pkgver=0.5
+pkgrel=1
+pkgdesc='Utility for taking an existing running program and attaching it to a 
new terminal'
+arch=('i686' 'x86_64')
+license=('BSD')
+url="https://github.com/nelhage/reptyr";
+depends=('glibc')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nelhage/$pkgname/tarball/$pkgname-$pkgver";)
+md5sums=('837318cfbdee76267162297987a94b8c')
+
+build() {
+   cd "$srcdir"/nelhage-$pkgname-*
+
+   make
+}
+
+package() {
+   cd "$srcdir"/nelhage-$pkgname-*
+
+   make "DESTDIR=$pkgdir" "PREFIX=/usr" install
+install -Dm644 COPYING $pkgdir/usr/share/licenses/reptyr/LICENSE
+} 



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

2013-09-02 Thread Daniel Wallace
Date: Tuesday, September 3, 2013 @ 04:07:51
  Author: dwallace
Revision: 96681

upgpkg: steam 1.0.0.40-1

upgpkg: steam 1.0.0.40

Modified:
  steam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-03 01:45:50 UTC (rev 96680)
+++ PKGBUILD2013-09-03 02:07:51 UTC (rev 96681)
@@ -2,8 +2,8 @@
 # Maintainer: Daniel Wallace 
 # Contributor: K900 
 pkgname=steam
-pkgver=1.0.0.39
-pkgrel=2
+pkgver=1.0.0.40
+pkgrel=1
 pkgdesc="Digital distribution client bootstrap package"
 arch=("i686" "x86_64")
 url="http://steampowered.com/";
@@ -12,7 +12,7 @@
 
source=("http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz";
 'lib32-flashplugin-path.patch'
 'alsa_sdl_audiodriver.patch')
-md5sums=('156c19672b8eb098a4c398c1d8fbd96d'
+md5sums=('1dcbb9632b04ae760184b7187b5ea51a'
  '1d83a1df55d677f35ce415e0750f4448'
  'ac0e03d70f1101331598b2b32ed9bac3')
 if [[ "$CARCH" == "x86_64" ]]; then



[arch-commits] Commit in steam/repos/community-i686 (8 files)

2013-09-02 Thread Daniel Wallace
Date: Tuesday, September 3, 2013 @ 04:08:30
  Author: dwallace
Revision: 96682

archrelease: copy trunk to community-i686

Added:
  steam/repos/community-i686/PKGBUILD
(from rev 96681, steam/trunk/PKGBUILD)
  steam/repos/community-i686/alsa_sdl_audiodriver.patch
(from rev 96681, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/community-i686/lib32-flashplugin-path.patch
(from rev 96681, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/community-i686/steam.install
(from rev 96681, steam/trunk/steam.install)
Deleted:
  steam/repos/community-i686/PKGBUILD
  steam/repos/community-i686/alsa_sdl_audiodriver.patch
  steam/repos/community-i686/lib32-flashplugin-path.patch
  steam/repos/community-i686/steam.install

--+
 PKGBUILD |  112 -
 alsa_sdl_audiodriver.patch   |   28 +-
 lib32-flashplugin-path.patch |   20 +++
 steam.install|   54 +--
 4 files changed, 107 insertions(+), 107 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-03 02:07:51 UTC (rev 96681)
+++ PKGBUILD2013-09-03 02:08:30 UTC (rev 96682)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: K900 
-pkgname=steam
-pkgver=1.0.0.39
-pkgrel=2
-pkgdesc="Digital distribution client bootstrap package"
-arch=("i686" "x86_64")
-url="http://steampowered.com/";
-license=('custom')
-install=steam.install
-source=("http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz";
-'lib32-flashplugin-path.patch'
-'alsa_sdl_audiodriver.patch')
-md5sums=('156c19672b8eb098a4c398c1d8fbd96d'
- '1d83a1df55d677f35ce415e0750f4448'
- 'ac0e03d70f1101331598b2b32ed9bac3')
-if [[ "$CARCH" == "x86_64" ]]; then
-  #depends+=(lib32-libgl lib32-mesa-libgl lib32-gcc-libs lib32-libx11)
-  optdepends=(
-  'lib32-ati-dri: for open source ATI driver users'
-  'lib32-catalyst-utils: for AMD Catalyst users'
-  'lib32-intel-dri: for open source Intel driver users'
-  'lib32-nouveau-dri: for Nouveau users'
-  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
-  'lib32-flashplugin: for flash video'
-  )
-prepare() {
-patch -d "$pkgname" -Np1 -i "$srcdir/lib32-flashplugin-path.patch"
-patch -d "$pkgname" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
-}
-else
-optdepends=('flashplugin: for flash videos')
-prepare() {
-patch -d "$pkgname" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
-}
-fi
-
-package() {
-depends=(
-  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
-  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
-  )
-  if [[ "$CARCH" == x86_64 ]]; then
-depends+=(lib32-libgl lib32-gcc-libs lib32-libx11)
-  fi
-
-  # Install license
-  make -C "$pkgname" DESTDIR="$pkgdir" install
-  
-  install -Dm644 "$pkgdir/usr/share/doc/steam/steam_install_agreement.txt" 
"$pkgdir/usr/share/licenses/steam/LICENSE"
-
-  # blank steamdeps because apt-get
-  ln -sf /bin/true "$pkgdir/usr/bin/steamdeps"
-}
-#vim: set ft=PKGBUILD sw=2 ts=2 et

Copied: steam/repos/community-i686/PKGBUILD (from rev 96681, 
steam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-03 02:08:30 UTC (rev 96682)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: K900 
+pkgname=steam
+pkgver=1.0.0.40
+pkgrel=1
+pkgdesc="Digital distribution client bootstrap package"
+arch=("i686" "x86_64")
+url="http://steampowered.com/";
+license=('custom')
+install=steam.install
+source=("http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz";
+'lib32-flashplugin-path.patch'
+'alsa_sdl_audiodriver.patch')
+md5sums=('1dcbb9632b04ae760184b7187b5ea51a'
+ '1d83a1df55d677f35ce415e0750f4448'
+ 'ac0e03d70f1101331598b2b32ed9bac3')
+if [[ "$CARCH" == "x86_64" ]]; then
+  #depends+=(lib32-libgl lib32-mesa-libgl lib32-gcc-libs lib32-libx11)
+  optdepends=(
+  'lib32-ati-dri: for open source ATI driver users'
+  'lib32-catalyst-utils: for AMD Catalyst users'
+  'lib32-intel-dri: for open source Intel driver users'
+  'lib32-nouveau-dri: for Nouveau users'
+  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
+  &#x

[arch-commits] Commit in steam/repos/multilib-x86_64 (8 files)

2013-09-02 Thread Daniel Wallace
Date: Tuesday, September 3, 2013 @ 05:18:16
  Author: dwallace
Revision: 96690

archrelease: copy trunk to multilib-x86_64

Added:
  steam/repos/multilib-x86_64/PKGBUILD
(from rev 96689, steam/trunk/PKGBUILD)
  steam/repos/multilib-x86_64/alsa_sdl_audiodriver.patch
(from rev 96689, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/multilib-x86_64/lib32-flashplugin-path.patch
(from rev 96689, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/multilib-x86_64/steam.install
(from rev 96689, steam/trunk/steam.install)
Deleted:
  steam/repos/multilib-x86_64/PKGBUILD
  steam/repos/multilib-x86_64/alsa_sdl_audiodriver.patch
  steam/repos/multilib-x86_64/lib32-flashplugin-path.patch
  steam/repos/multilib-x86_64/steam.install

--+
 PKGBUILD |  112 -
 alsa_sdl_audiodriver.patch   |   28 +-
 lib32-flashplugin-path.patch |   20 +++
 steam.install|   54 +--
 4 files changed, 107 insertions(+), 107 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-03 03:02:56 UTC (rev 96689)
+++ PKGBUILD2013-09-03 03:18:16 UTC (rev 96690)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: K900 
-pkgname=steam
-pkgver=1.0.0.39
-pkgrel=2
-pkgdesc="Digital distribution client bootstrap package"
-arch=("i686" "x86_64")
-url="http://steampowered.com/";
-license=('custom')
-install=steam.install
-source=("http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz";
-'lib32-flashplugin-path.patch'
-'alsa_sdl_audiodriver.patch')
-md5sums=('156c19672b8eb098a4c398c1d8fbd96d'
- '1d83a1df55d677f35ce415e0750f4448'
- 'ac0e03d70f1101331598b2b32ed9bac3')
-if [[ "$CARCH" == "x86_64" ]]; then
-  #depends+=(lib32-libgl lib32-mesa-libgl lib32-gcc-libs lib32-libx11)
-  optdepends=(
-  'lib32-ati-dri: for open source ATI driver users'
-  'lib32-catalyst-utils: for AMD Catalyst users'
-  'lib32-intel-dri: for open source Intel driver users'
-  'lib32-nouveau-dri: for Nouveau users'
-  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
-  'lib32-flashplugin: for flash video'
-  )
-prepare() {
-patch -d "$pkgname" -Np1 -i "$srcdir/lib32-flashplugin-path.patch"
-patch -d "$pkgname" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
-}
-else
-optdepends=('flashplugin: for flash videos')
-prepare() {
-patch -d "$pkgname" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
-}
-fi
-
-package() {
-depends=(
-  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
-  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
-  )
-  if [[ "$CARCH" == x86_64 ]]; then
-depends+=(lib32-libgl lib32-gcc-libs lib32-libx11)
-  fi
-
-  # Install license
-  make -C "$pkgname" DESTDIR="$pkgdir" install
-  
-  install -Dm644 "$pkgdir/usr/share/doc/steam/steam_install_agreement.txt" 
"$pkgdir/usr/share/licenses/steam/LICENSE"
-
-  # blank steamdeps because apt-get
-  ln -sf /bin/true "$pkgdir/usr/bin/steamdeps"
-}
-#vim: set ft=PKGBUILD sw=2 ts=2 et

Copied: steam/repos/multilib-x86_64/PKGBUILD (from rev 96689, 
steam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-03 03:18:16 UTC (rev 96690)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: K900 
+pkgname=steam
+pkgver=1.0.0.40
+pkgrel=1
+pkgdesc="Digital distribution client bootstrap package"
+arch=("i686" "x86_64")
+url="http://steampowered.com/";
+license=('custom')
+install=steam.install
+source=("http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz";
+'lib32-flashplugin-path.patch'
+'alsa_sdl_audiodriver.patch')
+md5sums=('1dcbb9632b04ae760184b7187b5ea51a'
+ '1d83a1df55d677f35ce415e0750f4448'
+ 'ac0e03d70f1101331598b2b32ed9bac3')
+if [[ "$CARCH" == "x86_64" ]]; then
+  #depends+=(lib32-libgl lib32-mesa-libgl lib32-gcc-libs lib32-libx11)
+  optdepends=(
+  'lib32-ati-dri: for open source ATI driver users'
+  'lib32-catalyst-utils: for AMD Catalyst users'
+  'lib32-intel-dri: for open source Intel driver users'
+  'lib32-nouveau-dri: for Nouveau users'
+  'lib32-nvidia-utils: for NVIDIA proprietary blob users'

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

2013-09-02 Thread Daniel Wallace
Date: Tuesday, September 3, 2013 @ 05:39:35
  Author: dwallace
Revision: 96691

upgpkg: livestreamer 1.5.2-1

upgpkg: livestreamer 1.5.2

Modified:
  livestreamer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-03 03:18:16 UTC (rev 96690)
+++ PKGBUILD2013-09-03 03:39:35 UTC (rev 96691)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Wallace 
 # Contributor: Christopher Rosell 
 pkgname=livestreamer
-pkgver=1.5
+pkgver=1.5.2
 pkgrel=1
 pkgdesc='CLI program that launches streams from various streaming services in 
a custom video player'
 arch=('any')
@@ -13,7 +13,7 @@
 conflicts=('livestreamer-git')
 options=(!emptydirs)
 
source=(http://pypi.python.org/packages/source/l/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('70b6ac2fe00df459bf7a604a7fa59b36c39ba694c7df4200bc28886497c05e06')
+sha256sums=('0cd090699fcfe03ef69e5d53fd842513be47a29da9fccf4a545febe9fdb7c4b4')
 
 package() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -21,3 +21,5 @@
 }
 
 # vim:set ts=2 sw=2 et:
+
+



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

2013-09-02 Thread Daniel Wallace
Date: Tuesday, September 3, 2013 @ 05:40:18
  Author: dwallace
Revision: 96692

archrelease: copy trunk to community-any

Added:
  livestreamer/repos/community-any/PKGBUILD
(from rev 96691, livestreamer/trunk/PKGBUILD)
Deleted:
  livestreamer/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-03 03:39:35 UTC (rev 96691)
+++ PKGBUILD2013-09-03 03:40:18 UTC (rev 96692)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: Christopher Rosell 
-pkgname=livestreamer
-pkgver=1.5
-pkgrel=1
-pkgdesc='CLI program that launches streams from various streaming services in 
a custom video player'
-arch=('any')
-url='https://github.com/chrippa/livestreamer'
-license=('BSD')
-depends=('python-requests' 'rtmpdump' 'python-distribute')
-provides=('livestreamer')
-conflicts=('livestreamer-git')
-options=(!emptydirs)
-source=(http://pypi.python.org/packages/source/l/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('70b6ac2fe00df459bf7a604a7fa59b36c39ba694c7df4200bc28886497c05e06')
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: livestreamer/repos/community-any/PKGBUILD (from rev 96691, 
livestreamer/trunk/PKGBUILD)
===
--- PKGBUILD        (rev 0)
+++ PKGBUILD2013-09-03 03:40:18 UTC (rev 96692)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: Christopher Rosell 
+pkgname=livestreamer
+pkgver=1.5.2
+pkgrel=1
+pkgdesc='CLI program that launches streams from various streaming services in 
a custom video player'
+arch=('any')
+url='https://github.com/chrippa/livestreamer'
+license=('BSD')
+depends=('python-requests' 'rtmpdump' 'python-distribute')
+provides=('livestreamer')
+conflicts=('livestreamer-git')
+options=(!emptydirs)
+source=(http://pypi.python.org/packages/source/l/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('0cd090699fcfe03ef69e5d53fd842513be47a29da9fccf4a545febe9fdb7c4b4')
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:
+
+



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

2013-09-02 Thread Daniel Wallace
Date: Tuesday, September 3, 2013 @ 05:45:05
  Author: dwallace
Revision: 96693

upgpkg: connman 1.17-1

upgpkg: connman 1.17

Modified:
  connman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-03 03:40:18 UTC (rev 96692)
+++ PKGBUILD2013-09-03 03:45:05 UTC (rev 96693)
@@ -3,7 +3,7 @@
 # Contributor: Lucas De Marchi 
 
 pkgname=connman
-pkgver=1.16
+pkgver=1.17
 pkgrel=1
 pkgdesc="Wireless LAN network manager"
 url="http://connman.net/";
@@ -17,7 +17,7 @@
 options=('!libtool')
 
source=("http://www.kernel.org/pub/linux/network/${pkgname}/${pkgname}-${pkgver}.tar.bz2";
 'allow_group_network.diff')
-md5sums=('2a6958ba28c29802ccdf9481d9a87fa2'
+md5sums=('21ab8945f84b2ebf5f60bc8591fecdfd'
  'a8d22ee089fb0ed725130d16ad393047')
 
 prepare(){



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

2013-09-02 Thread Daniel Wallace
Date: Tuesday, September 3, 2013 @ 05:45:40
  Author: dwallace
Revision: 96694

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

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

---+
 /PKGBUILD |   98 
 /allow_group_network.diff |   24 ++
 community-i686/PKGBUILD   |   49 --
 community-i686/allow_group_network.diff   |   12 ---
 community-x86_64/PKGBUILD |   49 --
 community-x86_64/allow_group_network.diff |   12 ---
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-03 03:45:05 UTC (rev 96693)
+++ community-i686/PKGBUILD 2013-09-03 03:45:40 UTC (rev 96694)
@@ -1,49 +0,0 @@
-#$Id$
-# Maintainer: Daniel Wallace 
-# Contributor: Lucas De Marchi 
-
-pkgname=connman
-pkgver=1.16
-pkgrel=1
-pkgdesc="Wireless LAN network manager"
-url="http://connman.net/";
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('dbus-core' 'iptables' 'glib2' 'gnutls')
-conflicts=('openresolv')
-optdepends=('bluez: Support for Bluetooth devices'
-'wpa_supplicant: For WiFi devices')
-makedepends=('bluez' 'wpa_supplicant' 'openconnect' 'openvpn')
-options=('!libtool')
-source=("http://www.kernel.org/pub/linux/network/${pkgname}/${pkgname}-${pkgver}.tar.bz2";
-'allow_group_network.diff')
-md5sums=('2a6958ba28c29802ccdf9481d9a87fa2'
- 'a8d22ee089fb0ed725130d16ad393047')
-
-prepare(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np1 -i "${srcdir}/allow_group_network.diff"
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
- --bindir=/usr/bin \
- --sbindir=/usr/bin \
-  --with-systemdunitdir=/usr/lib/systemd/system \
-  --enable-threads \
-  --enable-openconnect \
-  --enable-vpnc \
-  --enable-openvpn \
-  --enable-polkit \
-  --enable-client
-
-  make
-}
-
-package(){
-  make -C "${srcdir}/${pkgname}-${pkgver}" DESTDIR="${pkgdir}" install
-  install -Dm755 "$srcdir/$pkgname-$pkgver/client/${pkgname}ctl" 
"$pkgdir/usr/bin/${pkgname}ctl"
-  find "$pkgdir/usr" -name \*.service -exec sed -i 's/s\(bin\)/\1/' {} +
-}

Copied: connman/repos/community-i686/PKGBUILD (from rev 96693, 
connman/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-03 03:45:40 UTC (rev 96694)
@@ -0,0 +1,49 @@
+#$Id$
+# Maintainer: Daniel Wallace 
+# Contributor: Lucas De Marchi 
+
+pkgname=connman
+pkgver=1.17
+pkgrel=1
+pkgdesc="Wireless LAN network manager"
+url="http://connman.net/";
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('dbus-core' 'iptables' 'glib2' 'gnutls')
+conflicts=('openresolv')
+optdepends=('bluez: Support for Bluetooth devices'
+'wpa_supplicant: For WiFi devices')
+makedepends=('bluez' 'wpa_supplicant' 'openconnect' 'openvpn')
+options=('!libtool')
+source=("http://www.kernel.org/pub/linux/network/${pkgname}/${pkgname}-${pkgver}.tar.bz2";
+'allow_group_network.diff')
+md5sums=('21ab8945f84b2ebf5f60bc8591fecdfd'
+ 'a8d22ee089fb0ed725130d16ad393047')
+
+prepare(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -Np1 -i "${srcdir}/allow_group_network.diff"
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --bindir=/usr/bin \
+ --sbindir=/usr/bin \
+  --with-systemdunitdir=/usr/lib/systemd/system \
+  --enable-threads \
+  --enable-openconnect \
+  --enable-vpnc \
+  --enable-openvpn \
+   

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

2013-09-07 Thread Daniel Wallace
Date: Sunday, September 8, 2013 @ 07:31:08
  Author: dwallace
Revision: 96914

upgpkg: connman 1.18-1

upgpkg: connman 1.18

Modified:
  connman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-08 00:17:41 UTC (rev 96913)
+++ PKGBUILD2013-09-08 05:31:08 UTC (rev 96914)
@@ -3,7 +3,7 @@
 # Contributor: Lucas De Marchi 
 
 pkgname=connman
-pkgver=1.17
+pkgver=1.18
 pkgrel=1
 pkgdesc="Wireless LAN network manager"
 url="http://connman.net/";
@@ -17,7 +17,7 @@
 options=('!libtool')
 
source=("http://www.kernel.org/pub/linux/network/${pkgname}/${pkgname}-${pkgver}.tar.bz2";
 'allow_group_network.diff')
-md5sums=('21ab8945f84b2ebf5f60bc8591fecdfd'
+md5sums=('cd696bf74512eb644cef6e983ba6c94f'
  'a8d22ee089fb0ed725130d16ad393047')
 
 prepare(){



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

2013-09-07 Thread Daniel Wallace
Date: Sunday, September 8, 2013 @ 07:31:48
  Author: dwallace
Revision: 96915

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

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

---+
 /PKGBUILD |   98 
 /allow_group_network.diff |   24 ++
 community-i686/PKGBUILD   |   49 --
 community-i686/allow_group_network.diff   |   12 ---
 community-x86_64/PKGBUILD |   49 --
 community-x86_64/allow_group_network.diff |   12 ---
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-08 05:31:08 UTC (rev 96914)
+++ community-i686/PKGBUILD 2013-09-08 05:31:48 UTC (rev 96915)
@@ -1,49 +0,0 @@
-#$Id$
-# Maintainer: Daniel Wallace 
-# Contributor: Lucas De Marchi 
-
-pkgname=connman
-pkgver=1.17
-pkgrel=1
-pkgdesc="Wireless LAN network manager"
-url="http://connman.net/";
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('dbus-core' 'iptables' 'glib2' 'gnutls')
-conflicts=('openresolv')
-optdepends=('bluez: Support for Bluetooth devices'
-'wpa_supplicant: For WiFi devices')
-makedepends=('bluez' 'wpa_supplicant' 'openconnect' 'openvpn')
-options=('!libtool')
-source=("http://www.kernel.org/pub/linux/network/${pkgname}/${pkgname}-${pkgver}.tar.bz2";
-'allow_group_network.diff')
-md5sums=('21ab8945f84b2ebf5f60bc8591fecdfd'
- 'a8d22ee089fb0ed725130d16ad393047')
-
-prepare(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np1 -i "${srcdir}/allow_group_network.diff"
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
- --bindir=/usr/bin \
- --sbindir=/usr/bin \
-  --with-systemdunitdir=/usr/lib/systemd/system \
-  --enable-threads \
-  --enable-openconnect \
-  --enable-vpnc \
-  --enable-openvpn \
-  --enable-polkit \
-  --enable-client
-
-  make
-}
-
-package(){
-  make -C "${srcdir}/${pkgname}-${pkgver}" DESTDIR="${pkgdir}" install
-  install -Dm755 "$srcdir/$pkgname-$pkgver/client/${pkgname}ctl" 
"$pkgdir/usr/bin/${pkgname}ctl"
-  find "$pkgdir/usr" -name \*.service -exec sed -i 's/s\(bin\)/\1/' {} +
-}

Copied: connman/repos/community-i686/PKGBUILD (from rev 96914, 
connman/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-08 05:31:48 UTC (rev 96915)
@@ -0,0 +1,49 @@
+#$Id$
+# Maintainer: Daniel Wallace 
+# Contributor: Lucas De Marchi 
+
+pkgname=connman
+pkgver=1.18
+pkgrel=1
+pkgdesc="Wireless LAN network manager"
+url="http://connman.net/";
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('dbus-core' 'iptables' 'glib2' 'gnutls')
+conflicts=('openresolv')
+optdepends=('bluez: Support for Bluetooth devices'
+'wpa_supplicant: For WiFi devices')
+makedepends=('bluez' 'wpa_supplicant' 'openconnect' 'openvpn')
+options=('!libtool')
+source=("http://www.kernel.org/pub/linux/network/${pkgname}/${pkgname}-${pkgver}.tar.bz2";
+'allow_group_network.diff')
+md5sums=('cd696bf74512eb644cef6e983ba6c94f'
+ 'a8d22ee089fb0ed725130d16ad393047')
+
+prepare(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -Np1 -i "${srcdir}/allow_group_network.diff"
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --bindir=/usr/bin \
+ --sbindir=/usr/bin \
+  --with-systemdunitdir=/usr/lib/systemd/system \
+  --enable-threads \
+  --enable-openconnect \
+  --enable-vpnc \
+  --enable-openvpn \
+   

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

2013-09-08 Thread Daniel Wallace
Date: Monday, September 9, 2013 @ 03:28:32
  Author: dwallace
Revision: 96933

upgpkg: sage-mathematics 5.11-1

upgpkg: sage-mathematics 5.11-1

Modified:
  sage-mathematics/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-08 22:11:41 UTC (rev 96932)
+++ PKGBUILD2013-09-09 01:28:32 UTC (rev 96933)
@@ -7,8 +7,8 @@
 # Special thanks to Nareto for moving the compile from the .install to the 
PKGBUILD
 
 pkgname=sage-mathematics
-pkgver=5.10
-pkgrel=2
+pkgver=5.11
+pkgrel=1
 pkgdesc='SAGE: Open Source Mathematics Software, a viable free alternative to 
Magma, Maple, Mathematica, and Matlab.'
 url='http://www.sagemath.org'
 arch=('i686' 'x86_64')
@@ -103,6 +103,9 @@
 }
 
 # vim :set ts=2 sw=2 et:
-md5sums=('bfca3afc9030e63c7e7200287ee0135e'
+md5sums=('ceeccaa83f45a4fb674acf10f76543d8'
  'b82f94383829eee26648feb977e2d89b'
  '985da1c1d1dcdc3ea9aa73035cb7996b')
+md5sums=('ceeccaa83f45a4fb674acf10f76543d8'
+ 'b82f94383829eee26648feb977e2d89b'
+ '985da1c1d1dcdc3ea9aa73035cb7996b')



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

2013-09-08 Thread Daniel Wallace
Date: Monday, September 9, 2013 @ 03:29:26
  Author: dwallace
Revision: 96934

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

Added:
  sage-mathematics/repos/community-staging-i686/
  sage-mathematics/repos/community-staging-i686/PKGBUILD
(from rev 96933, sage-mathematics/trunk/PKGBUILD)
  sage-mathematics/repos/community-staging-i686/SAGE-notebook.desktop
(from rev 96933, sage-mathematics/trunk/SAGE-notebook.desktop)
  sage-mathematics/repos/community-staging-i686/sage-mathematics.install
(from rev 96933, sage-mathematics/trunk/sage-mathematics.install)
  sage-mathematics/repos/community-staging-i686/sage.service
(from rev 96933, sage-mathematics/trunk/sage.service)
  sage-mathematics/repos/community-staging-x86_64/
  sage-mathematics/repos/community-staging-x86_64/PKGBUILD
(from rev 96933, sage-mathematics/trunk/PKGBUILD)
  sage-mathematics/repos/community-staging-x86_64/SAGE-notebook.desktop
(from rev 96933, sage-mathematics/trunk/SAGE-notebook.desktop)
  sage-mathematics/repos/community-staging-x86_64/sage-mathematics.install
(from rev 96933, sage-mathematics/trunk/sage-mathematics.install)
  sage-mathematics/repos/community-staging-x86_64/sage.service
(from rev 96933, sage-mathematics/trunk/sage.service)

---+
 community-staging-i686/PKGBUILD   |  111 
 community-staging-i686/SAGE-notebook.desktop  |   19 +++
 community-staging-i686/sage-mathematics.install   |   60 ++
 community-staging-i686/sage.service   |8 +
 community-staging-x86_64/PKGBUILD |  111 
 community-staging-x86_64/SAGE-notebook.desktop|   19 +++
 community-staging-x86_64/sage-mathematics.install |   60 ++
 community-staging-x86_64/sage.service |8 +
 8 files changed, 396 insertions(+)

Copied: sage-mathematics/repos/community-staging-i686/PKGBUILD (from rev 96933, 
sage-mathematics/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-09-09 01:29:26 UTC (rev 96934)
@@ -0,0 +1,111 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: Antonio Rojas < nqn1976 @ gmail.com >
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Osman Ugus 
+# Contributor: Stefan Husmann 
+# Special thanks to Nareto for moving the compile from the .install to the 
PKGBUILD
+
+pkgname=sage-mathematics
+pkgver=5.11
+pkgrel=1
+pkgdesc='SAGE: Open Source Mathematics Software, a viable free alternative to 
Magma, Maple, Mathematica, and Matlab.'
+url='http://www.sagemath.org'
+arch=('i686' 'x86_64')
+license=('GPL')
+#depends=('xz' 'java-environment=7' 'desktop-file-utils' 'libxmu' 'libtiff' 
'sqlite' 'libjpeg-turbo')
+depends=('desktop-file-utils')
+makedepends=('gcc-fortran' 'freetype2')
+optdepends=('imagemagick: some plotting functionality benefits from it'
+'texlive-core: some plotting functionality benefits from it, also 
to use SageTeX'
+'openssh: to use the notebook in secure mode'
+'ffmpeg: to show animations'
+'cairo: R plots')
+install="${pkgname}.install"
+source=("http://sage.math.washington.edu/home/release/sage-${pkgver}/sage-${pkgver}.tar";
+'SAGE-notebook.desktop'
+'sage.service')
+
+build() {
+  cd sage-${pkgver}
+
+  # fix "missing sage.all error" during build
+  unset CFLAGS
+  unset CXXFLAGS
+
+  # fix build errors
+  unset LDFLAGS
+
+  # enable multiple threads while building, is this really needed? check if 
uses MAKEFLAGS
+  export MAKE="make -j$(nproc)"
+
+  # use archlinux's fortran rather then the one that ships with sage to 
compile sage's fortran
+  export FC=/usr/bin/gfortran
+
+  # disable building with debugging support
+  export SAGE_DEBUG='no'
+
+  # enable fat binaries (disables processor specific optimizations)
+  # comment out if you're only building it for yourself
+  export SAGE_FAT_BINARY='yes'
+
+  # can't write to root in a clean chroot
+  mkdir "$srcdir/buiild"
+  export DOT_SAGE="$srcdir/build"
+
+  # Singular is broken
+  export CPP='/usr/bin/cpp'
+
+  # only build sage, no documents
+  #make build
+  make
+  ./sage --bdist "$pkgver"
+}
+
+<< COMMENT
+check() {
+  cd sage-${pkgver}
+
+  # uncomment if we want to run all the tests (warning: very long)
+  #make ptestlong
+}
+COMMENT
+
+package() {
+  cd sage-${pkgver}
+
+  # cp because make install is experimental and will corrupt the install
+  install

[arch-commits] Commit in uwsgi/trunk (PKGBUILD archlinux.ini uwsgi@.service)

2013-09-08 Thread Daniel Wallace
Date: Monday, September 9, 2013 @ 03:50:39
  Author: dwallace
Revision: 96936

upgpkg: uwsgi 1.9.15-1

upgpkg: uwsgi 1.9.15-1

Modified:
  uwsgi/trunk/PKGBUILD
  uwsgi/trunk/archlinux.ini
  uwsgi/trunk/uwsgi@.service

+
 PKGBUILD   |   23 +--
 archlinux.ini  |2 +-
 uwsgi@.service |1 +
 3 files changed, 19 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-09 01:33:22 UTC (rev 96935)
+++ PKGBUILD2013-09-09 01:50:39 UTC (rev 96936)
@@ -22,8 +22,8 @@
 uwsgi-plugin-pam
 uwsgi-plugin-zergpool
 )
-pkgver=1.9.14
-pkgrel=3
+pkgver=1.9.15
+pkgrel=1
 arch=(i686 x86_64)
 url="http://projects.unbit.it/$pkgbase";
 license=(GPL2)
@@ -39,10 +39,10 @@
 uwsgi_fix_rpath.patch
 uwsgi_ruby20_compatibility.patch
 uwsgi_trick_chroot.patch)
-md5sums=('ec9cf333534604f17ef4e24051d9d65d'
- '899e61d6957bec57e148b92dcb1bec6d'
+md5sums=('e2a1c245e0b8b7e3c8dff8dbbfca52f3'
+ '4741a0cb14a55aca640a99ad30c951af'
  'b05ba1d796e1ea608a40635bc4f3ec67'
- '0b79320fbae92715c96086cf51e60bc8'
+ '740a7718bd341b03d916a13ddbbbe694'
  'db70315bbc8cb886a278ba59d5fd8d57'
  '1a4516d5cdcf5b95b036f4eae2d0c152'
  '4d09535ce379c8acd76160f35d5d6b55'
@@ -89,6 +89,8 @@
 install -Dm755 $pkgbase-$pkgver/${plugin}_plugin.so 
$pkgdir/usr/lib/uwsgi/${plugin}_plugin.so
 ln -s uwsgi $pkgdir/usr/bin/uwsgi_$plugin
 done
+install -Dm755 $pkgbase-$pkgver/corerouter_plugin.so $pkgdir/usr/lib/uwsgi/
+
 }
 
 package_uwsgi-plugin-rack(){
@@ -138,8 +140,9 @@
 cd $pkgbase-$pkgver
 
 for file in router_*_plugin.so fastrouter_plugin.so sslrouter_plugin.so 
rawrouter_plugin.so; do
-install -Dm644 $file $pkgdir/usr/lib/uwsgi/$file
+install -Dm755 $file $pkgdir/usr/lib/uwsgi/$file
 done
+install -Dm755 router_basicauth_plugin.so 
$pkgdir/usr/lib/uwsgi/basicauth_plugin.so
 }
 
 package_uwsgi-plugin-admin(){
@@ -224,3 +227,11 @@
 install -Dm755 $pkgbase-$pkgver/gevent_plugin.so 
$pkgdir/usr/lib/uwsgi/gevent_plugin.so
 ln -s uwsgi $pkgdir/usr/bin/uwsgi_${pkgname#uwsgi-plugin-}
 }
+md5sums=('e2a1c245e0b8b7e3c8dff8dbbfca52f3'
+ '18ef00843b3eeb537bd9456402d11a4b'
+ 'b05ba1d796e1ea608a40635bc4f3ec67'
+ '740a7718bd341b03d916a13ddbbbe694'
+ 'db70315bbc8cb886a278ba59d5fd8d57'
+ '1a4516d5cdcf5b95b036f4eae2d0c152'
+ '4d09535ce379c8acd76160f35d5d6b55'
+ '0c09a52fdb88f08c36a8b380f451ce6d')

Modified: archlinux.ini
===
--- archlinux.ini   2013-09-09 01:33:22 UTC (rev 96935)
+++ archlinux.ini   2013-09-09 01:50:39 UTC (rev 96936)
@@ -14,4 +14,4 @@
 malloc_implementation = libc
 embedded_plugins = echo, ping, http, corerouter
 plugin_dir = /usr/lib/uwsgi
-plugins = rack, rbthreads, fiber, python, nagios,  admin, lua, cache, cgi, 
rpc, ugreen, carbon, rrdtool, erlang, pam, systemd_logger, php, fastrouter, 
router_uwsgi, router_redirect, router_basicauth, zergpool, router_rewrite, 
router_http, router_cache, rawrouter, router_static, sslrouter
+plugins = echo, ping, http, rack, corerouter, rbthreads, fiber, python, 
nagios,  admin, lua, cache, cgi, rpc, ugreen, carbon, rrdtool, erlang, pam, 
systemd_logger, php, fastrouter, router_uwsgi, router_redirect, 
router_basicauth, zergpool, router_rewrite, router_http, router_cache, 
rawrouter, router_static, sslrouter

Modified: uwsgi@.service
===
--- uwsgi@.service  2013-09-09 01:33:22 UTC (rev 96935)
+++ uwsgi@.service  2013-09-09 01:50:39 UTC (rev 96936)
@@ -8,6 +8,7 @@
 Type=notify
 StandardError=syslog
 NotifyAccess=main
+KillSignal=SIGQUIT
 
 [Install]
 WantedBy=multi-user.target



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

2013-09-08 Thread Daniel Wallace
Date: Monday, September 9, 2013 @ 03:52:45
  Author: dwallace
Revision: 96937

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

Added:
  uwsgi/repos/community-i686/.lock
(from rev 96936, uwsgi/trunk/.lock)
  uwsgi/repos/community-i686/PKGBUILD
(from rev 96936, uwsgi/trunk/PKGBUILD)
  uwsgi/repos/community-i686/archlinux.ini
(from rev 96936, uwsgi/trunk/archlinux.ini)
  uwsgi/repos/community-i686/tmpfilesd
(from rev 96936, uwsgi/trunk/tmpfilesd)
  uwsgi/repos/community-i686/uwsgi.install
(from rev 96936, uwsgi/trunk/uwsgi.install)
  uwsgi/repos/community-i686/uwsgi@.service
(from rev 96936, uwsgi/trunk/uwsgi@.service)
  uwsgi/repos/community-i686/uwsgi@.socket
(from rev 96936, uwsgi/trunk/uwsgi@.socket)
  uwsgi/repos/community-i686/uwsgi_fix_rpath.patch
(from rev 96936, uwsgi/trunk/uwsgi_fix_rpath.patch)
  uwsgi/repos/community-i686/uwsgi_ruby20_compatibility.patch
(from rev 96936, uwsgi/trunk/uwsgi_ruby20_compatibility.patch)
  uwsgi/repos/community-i686/uwsgi_trick_chroot.patch
(from rev 96936, uwsgi/trunk/uwsgi_trick_chroot.patch)
  uwsgi/repos/community-x86_64/.lock
(from rev 96936, uwsgi/trunk/.lock)
  uwsgi/repos/community-x86_64/PKGBUILD
(from rev 96936, uwsgi/trunk/PKGBUILD)
  uwsgi/repos/community-x86_64/archlinux.ini
(from rev 96936, uwsgi/trunk/archlinux.ini)
  uwsgi/repos/community-x86_64/tmpfilesd
(from rev 96936, uwsgi/trunk/tmpfilesd)
  uwsgi/repos/community-x86_64/uwsgi.install
(from rev 96936, uwsgi/trunk/uwsgi.install)
  uwsgi/repos/community-x86_64/uwsgi@.service
(from rev 96936, uwsgi/trunk/uwsgi@.service)
  uwsgi/repos/community-x86_64/uwsgi@.socket
(from rev 96936, uwsgi/trunk/uwsgi@.socket)
  uwsgi/repos/community-x86_64/uwsgi_fix_rpath.patch
(from rev 96936, uwsgi/trunk/uwsgi_fix_rpath.patch)
  uwsgi/repos/community-x86_64/uwsgi_ruby20_compatibility.patch
(from rev 96936, uwsgi/trunk/uwsgi_ruby20_compatibility.patch)
  uwsgi/repos/community-x86_64/uwsgi_trick_chroot.patch
(from rev 96936, uwsgi/trunk/uwsgi_trick_chroot.patch)
Deleted:
  uwsgi/repos/community-i686/.lock
  uwsgi/repos/community-i686/PKGBUILD
  uwsgi/repos/community-i686/archlinux.ini
  uwsgi/repos/community-i686/tmpfilesd
  uwsgi/repos/community-i686/uwsgi.install
  uwsgi/repos/community-i686/uwsgi@.service
  uwsgi/repos/community-i686/uwsgi@.socket
  uwsgi/repos/community-i686/uwsgi_fix_rpath.patch
  uwsgi/repos/community-i686/uwsgi_ruby20_compatibility.patch
  uwsgi/repos/community-i686/uwsgi_trick_chroot.patch
  uwsgi/repos/community-x86_64/.lock
  uwsgi/repos/community-x86_64/PKGBUILD
  uwsgi/repos/community-x86_64/archlinux.ini
  uwsgi/repos/community-x86_64/tmpfilesd
  uwsgi/repos/community-x86_64/uwsgi.install
  uwsgi/repos/community-x86_64/uwsgi@.service
  uwsgi/repos/community-x86_64/uwsgi@.socket
  uwsgi/repos/community-x86_64/uwsgi_fix_rpath.patch
  uwsgi/repos/community-x86_64/uwsgi_ruby20_compatibility.patch
  uwsgi/repos/community-x86_64/uwsgi_trick_chroot.patch

---+
 /PKGBUILD |  474 
 /archlinux.ini|   34 +
 /tmpfilesd|2 
 /uwsgi.install|   24 +
 /uwsgi@.service   |   28 +
 /uwsgi@.socket|   18 
 /uwsgi_fix_rpath.patch|  132 +
 /uwsgi_ruby20_compatibility.patch |   84 +++
 /uwsgi_trick_chroot.patch |   32 +
 community-i686/PKGBUILD   |  226 -
 community-i686/archlinux.ini  |   17 
 community-i686/tmpfilesd  |1 
 community-i686/uwsgi.install  |   12 
 community-i686/uwsgi@.service |   13 
 community-i686/uwsgi@.socket  |9 
 community-i686/uwsgi_fix_rpath.patch  |   66 --
 community-i686/uwsgi_ruby20_compatibility.patch   |   42 -
 community-i686/uwsgi_trick_chroot.patch   |   16 
 community-x86_64/PKGBUILD |  226 -
 community-x86_64/archlinux.ini|   17 
 community-x86_64/tmpfilesd|1 
 community-x86_64/uwsgi.install|   12 
 community-x86_64/uwsgi@.service   |   13 
 community-x86_64/uwsgi@.socket|9 
 community-x86_64/uwsgi_fix_rpath.patch|   66 --
 community-x86_64/uwsgi_ruby20_compatibility.patch |   42 -
 community-x86_64/uwsgi_trick_chroot.patch |   16 
 27 files changed, 828 insertions(+), 804 deletions(-)

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


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

2013-09-08 Thread Daniel Wallace
Date: Monday, September 9, 2013 @ 03:53:58
  Author: dwallace
Revision: 96938

Move the md5sums back to the top

Modified:
  uwsgi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-09 01:52:45 UTC (rev 96937)
+++ PKGBUILD2013-09-09 01:53:58 UTC (rev 96938)
@@ -40,7 +40,7 @@
 uwsgi_ruby20_compatibility.patch
 uwsgi_trick_chroot.patch)
 md5sums=('e2a1c245e0b8b7e3c8dff8dbbfca52f3'
- '4741a0cb14a55aca640a99ad30c951af'
+ '18ef00843b3eeb537bd9456402d11a4b'
  'b05ba1d796e1ea608a40635bc4f3ec67'
  '740a7718bd341b03d916a13ddbbbe694'
  'db70315bbc8cb886a278ba59d5fd8d57'
@@ -227,11 +227,3 @@
 install -Dm755 $pkgbase-$pkgver/gevent_plugin.so 
$pkgdir/usr/lib/uwsgi/gevent_plugin.so
 ln -s uwsgi $pkgdir/usr/bin/uwsgi_${pkgname#uwsgi-plugin-}
 }
-md5sums=('e2a1c245e0b8b7e3c8dff8dbbfca52f3'
- '18ef00843b3eeb537bd9456402d11a4b'
- 'b05ba1d796e1ea608a40635bc4f3ec67'
- '740a7718bd341b03d916a13ddbbbe694'
- 'db70315bbc8cb886a278ba59d5fd8d57'
- '1a4516d5cdcf5b95b036f4eae2d0c152'
- '4d09535ce379c8acd76160f35d5d6b55'
- '0c09a52fdb88f08c36a8b380f451ce6d')



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

2013-09-08 Thread Daniel Wallace
Date: Monday, September 9, 2013 @ 03:59:07
  Author: dwallace
Revision: 96941

upgpkg: youtube-viewer 1:3.0.8-1

upgpkg: youtube-viewer 3.0.8

Modified:
  youtube-viewer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-09 01:59:05 UTC (rev 96940)
+++ PKGBUILD2013-09-09 01:59:07 UTC (rev 96941)
@@ -5,7 +5,7 @@
 pkgname=youtube-viewer
 _pkgdir=trizen-youtube-viewer
 epoch=1
-pkgver=3.0.7_01
+pkgver=3.0.8
 pkgrel=1
 pkgdesc="A command line utility for viewing youtube-videos in MPlayer."
 arch=('any')
@@ -12,10 +12,10 @@
 url="https://github.com/trizen/youtube-viewer";
 license=('GPL3')
 
source=("$pkgname-$pkgver.zip::https://github.com/trizen/$pkgname/zipball/$pkgver";)
-sha256sums=('6ca09cd18ebe0e9df0e266244c34aa0861978cb71fafc564766f265dc2af73e4')
+sha256sums=('b53e84da4b51b414f7eb5b2d93b43237d0a67d831ca753f21812f060dd8960d9')
 
 depends=('perl>=5.10.0' 'perl-data-dump' 'perl-libwww' 'perl-xml-fast')
-optdepends=('vlc: for playinng videos'
+optdepends=('vlc: for playing videos'
'mplayer: for playing videos'
'perl-term-readkey: to get the terminal width size'
 'perl-term-readline-gnu: for a better STDIN support'



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

2013-09-08 Thread Daniel Wallace
Date: Monday, September 9, 2013 @ 03:59:35
  Author: dwallace
Revision: 96942

archrelease: copy trunk to community-any

Added:
  youtube-viewer/repos/community-any/PKGBUILD
(from rev 96941, youtube-viewer/trunk/PKGBUILD)
Deleted:
  youtube-viewer/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-09 01:59:07 UTC (rev 96941)
+++ PKGBUILD2013-09-09 01:59:35 UTC (rev 96942)
@@ -1,44 +0,0 @@
-$Id$
-# Maintainer: Daniel Wallace < danielwallace at gtmanfred dot com>
-# Contributor: Trizen 
-
-pkgname=youtube-viewer
-_pkgdir=trizen-youtube-viewer
-epoch=1
-pkgver=3.0.7_01
-pkgrel=1
-pkgdesc="A command line utility for viewing youtube-videos in MPlayer."
-arch=('any')
-url="https://github.com/trizen/youtube-viewer";
-license=('GPL3')
-source=("$pkgname-$pkgver.zip::https://github.com/trizen/$pkgname/zipball/$pkgver";)
-sha256sums=('6ca09cd18ebe0e9df0e266244c34aa0861978cb71fafc564766f265dc2af73e4')
-
-depends=('perl>=5.10.0' 'perl-data-dump' 'perl-libwww' 'perl-xml-fast')
-optdepends=('vlc: for playinng videos'
-   'mplayer: for playing videos'
-   'perl-term-readkey: to get the terminal width size'
-'perl-term-readline-gnu: for a better STDIN support'
-'perl-lwp-protocol-https: for login and https support'
-'gcap: for retrieving Youtube closed captions. [in AUR]')
-
-
-build() {
-cd "$srcdir/$_pkgdir"*/WWW-YoutubeViewer
-
-perl Build.PL   # --gtk-youtube-viewer
-}
-
-check(){
-cd "$srcdir/$_pkgdir"*/WWW-YoutubeViewer
-
-./Build test
-}
-
-package() {
-cd "$srcdir/$_pkgdir"*/WWW-YoutubeViewer
-
-./Build install --install_path script=/usr/bin --destdir=$pkgdir
-rm -r "$pkgdir/usr/lib/"
-
-}

Copied: youtube-viewer/repos/community-any/PKGBUILD (from rev 96941, 
youtube-viewer/trunk/PKGBUILD)
=======
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-09 01:59:35 UTC (rev 96942)
@@ -0,0 +1,44 @@
+$Id$
+# Maintainer: Daniel Wallace < danielwallace at gtmanfred dot com>
+# Contributor: Trizen 
+
+pkgname=youtube-viewer
+_pkgdir=trizen-youtube-viewer
+epoch=1
+pkgver=3.0.8
+pkgrel=1
+pkgdesc="A command line utility for viewing youtube-videos in MPlayer."
+arch=('any')
+url="https://github.com/trizen/youtube-viewer";
+license=('GPL3')
+source=("$pkgname-$pkgver.zip::https://github.com/trizen/$pkgname/zipball/$pkgver";)
+sha256sums=('b53e84da4b51b414f7eb5b2d93b43237d0a67d831ca753f21812f060dd8960d9')
+
+depends=('perl>=5.10.0' 'perl-data-dump' 'perl-libwww' 'perl-xml-fast')
+optdepends=('vlc: for playing videos'
+   'mplayer: for playing videos'
+   'perl-term-readkey: to get the terminal width size'
+'perl-term-readline-gnu: for a better STDIN support'
+'perl-lwp-protocol-https: for login and https support'
+'gcap: for retrieving Youtube closed captions. [in AUR]')
+
+
+build() {
+cd "$srcdir/$_pkgdir"*/WWW-YoutubeViewer
+
+perl Build.PL   # --gtk-youtube-viewer
+}
+
+check(){
+cd "$srcdir/$_pkgdir"*/WWW-YoutubeViewer
+
+./Build test
+}
+
+package() {
+cd "$srcdir/$_pkgdir"*/WWW-YoutubeViewer
+
+./Build install --install_path script=/usr/bin --destdir=$pkgdir
+rm -r "$pkgdir/usr/lib/"
+
+}



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

2013-09-08 Thread Daniel Wallace
Date: Monday, September 9, 2013 @ 04:19:45
  Author: dwallace
Revision: 96944

upgpkg: connman 1.18-2

upgpkg: connman 1.18-2 FS#36782

Modified:
  connman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-09 02:03:40 UTC (rev 96943)
+++ PKGBUILD2013-09-09 02:19:45 UTC (rev 96944)
@@ -4,16 +4,17 @@
 
 pkgname=connman
 pkgver=1.18
-pkgrel=1
+pkgrel=2
 pkgdesc="Wireless LAN network manager"
 url="http://connman.net/";
 arch=('i686' 'x86_64')
 license=('GPL2')
-depends=('dbus-core' 'iptables' 'glib2' 'gnutls')
+depends=('dbus-core' 'iptables' 'gnutls' 'glib2')
 conflicts=('openresolv')
 optdepends=('bluez: Support for Bluetooth devices'
-'wpa_supplicant: For WiFi devices')
-makedepends=('bluez' 'wpa_supplicant' 'openconnect' 'openvpn')
+'wpa_supplicant: For WiFi devices'
+'pptpclient: for ppp support')
+makedepends=('bluez' 'wpa_supplicant' 'openconnect' 'openvpn' 'ppp')
 options=('!libtool')
 
source=("http://www.kernel.org/pub/linux/network/${pkgname}/${pkgname}-${pkgver}.tar.bz2";
 'allow_group_network.diff')
@@ -33,6 +34,7 @@
  --sbindir=/usr/bin \
   --with-systemdunitdir=/usr/lib/systemd/system \
   --enable-threads \
+  --enable-pptp \
   --enable-openconnect \
   --enable-vpnc \
   --enable-openvpn \



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

2013-09-08 Thread Daniel Wallace
Date: Monday, September 9, 2013 @ 04:20:31
  Author: dwallace
Revision: 96945

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

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

---+
 /PKGBUILD |  102 
 /allow_group_network.diff |   24 ++
 community-i686/PKGBUILD   |   49 -
 community-i686/allow_group_network.diff   |   12 ---
 community-x86_64/PKGBUILD |   49 -
 community-x86_64/allow_group_network.diff |   12 ---
 6 files changed, 126 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-09 02:19:45 UTC (rev 96944)
+++ community-i686/PKGBUILD 2013-09-09 02:20:31 UTC (rev 96945)
@@ -1,49 +0,0 @@
-#$Id$
-# Maintainer: Daniel Wallace 
-# Contributor: Lucas De Marchi 
-
-pkgname=connman
-pkgver=1.18
-pkgrel=1
-pkgdesc="Wireless LAN network manager"
-url="http://connman.net/";
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('dbus-core' 'iptables' 'glib2' 'gnutls')
-conflicts=('openresolv')
-optdepends=('bluez: Support for Bluetooth devices'
-'wpa_supplicant: For WiFi devices')
-makedepends=('bluez' 'wpa_supplicant' 'openconnect' 'openvpn')
-options=('!libtool')
-source=("http://www.kernel.org/pub/linux/network/${pkgname}/${pkgname}-${pkgver}.tar.bz2";
-'allow_group_network.diff')
-md5sums=('cd696bf74512eb644cef6e983ba6c94f'
- 'a8d22ee089fb0ed725130d16ad393047')
-
-prepare(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np1 -i "${srcdir}/allow_group_network.diff"
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
- --bindir=/usr/bin \
- --sbindir=/usr/bin \
-  --with-systemdunitdir=/usr/lib/systemd/system \
-  --enable-threads \
-  --enable-openconnect \
-  --enable-vpnc \
-  --enable-openvpn \
-  --enable-polkit \
-  --enable-client
-
-  make
-}
-
-package(){
-  make -C "${srcdir}/${pkgname}-${pkgver}" DESTDIR="${pkgdir}" install
-  install -Dm755 "$srcdir/$pkgname-$pkgver/client/${pkgname}ctl" 
"$pkgdir/usr/bin/${pkgname}ctl"
-  find "$pkgdir/usr" -name \*.service -exec sed -i 's/s\(bin\)/\1/' {} +
-}

Copied: connman/repos/community-i686/PKGBUILD (from rev 96944, 
connman/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-09 02:20:31 UTC (rev 96945)
@@ -0,0 +1,51 @@
+#$Id$
+# Maintainer: Daniel Wallace 
+# Contributor: Lucas De Marchi 
+
+pkgname=connman
+pkgver=1.18
+pkgrel=2
+pkgdesc="Wireless LAN network manager"
+url="http://connman.net/";
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('dbus-core' 'iptables' 'gnutls' 'glib2')
+conflicts=('openresolv')
+optdepends=('bluez: Support for Bluetooth devices'
+'wpa_supplicant: For WiFi devices'
+'pptpclient: for ppp support')
+makedepends=('bluez' 'wpa_supplicant' 'openconnect' 'openvpn' 'ppp')
+options=('!libtool')
+source=("http://www.kernel.org/pub/linux/network/${pkgname}/${pkgname}-${pkgver}.tar.bz2";
+'allow_group_network.diff')
+md5sums=('cd696bf74512eb644cef6e983ba6c94f'
+ 'a8d22ee089fb0ed725130d16ad393047')
+
+prepare(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -Np1 -i "${srcdir}/allow_group_network.diff"
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --bindir=/usr/bin \
+ --sbindir=/usr/bin \
+  --with-systemdunitdir=/usr/lib/systemd/system \
+  --enable-threads \
+

[arch-commits] Commit in (6 files)

2013-02-13 Thread Daniel Wallace
Date: Thursday, February 14, 2013 @ 00:17:19
  Author: dwallace
Revision: 84218

move lib32-curl to [multilib]

Added:
  lib32-curl/
  lib32-curl/repos/
  lib32-curl/trunk/
  
lib32-curl/trunk/0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch
  lib32-curl/trunk/PKGBUILD
  lib32-curl/trunk/curlbuild.h

-+
 0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch |   39 
 PKGBUILD|   81 
++
 curlbuild.h |9 +
 3 files changed, 129 insertions(+)

Added: 
lib32-curl/trunk/0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch
===
--- 
lib32-curl/trunk/0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch
(rev 0)
+++ 
lib32-curl/trunk/0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch
2013-02-13 23:17:19 UTC (rev 84218)
@@ -0,0 +1,39 @@
+From da3fc1ee91de656a30f3a12de394bcba55119872 Mon Sep 17 00:00:00 2001
+From: Linus Nielsen Feltzing 
+Date: Sun, 10 Feb 2013 22:57:58 +0100
+Subject: [PATCH] Fix NULL pointer reference when closing an unused multi
+ handle.
+
+---
+ lib/multi.c|  8 +---
+ tests/data/Makefile.am |  1 +
+ tests/data/test1508| 31 +
+ tests/libtest/Makefile.inc |  6 +-
+ tests/libtest/lib1508.c| 49 ++
+ 5 files changed, 91 insertions(+), 4 deletions(-)
+ create mode 100644 tests/data/test1508
+ create mode 100644 tests/libtest/lib1508.c
+
+diff --git a/lib/multi.c b/lib/multi.c
+index fa0afb9..706df23 100644
+--- a/lib/multi.c
 b/lib/multi.c
+@@ -1773,10 +1773,12 @@ CURLMcode curl_multi_cleanup(CURLM *multi_handle)
+ /* Close all the connections in the connection cache */
+ close_all_connections(multi);
+ 
+-multi->closure_handle->dns.hostcache = multi->hostcache;
+-Curl_hostcache_clean(multi->closure_handle);
++if(multi->closure_handle) {
++  multi->closure_handle->dns.hostcache = multi->hostcache;
++  Curl_hostcache_clean(multi->closure_handle);
+ 
+-Curl_close(multi->closure_handle);
++  Curl_close(multi->closure_handle);
++}
+ multi->closure_handle = NULL;
+ 
+ Curl_hash_destroy(multi->sockhash);
+-- 
+1.8.1.3
+

Added: lib32-curl/trunk/PKGBUILD
===
--- lib32-curl/trunk/PKGBUILD   (rev 0)
+++ lib32-curl/trunk/PKGBUILD   2013-02-13 23:17:19 UTC (rev 84218)
@@ -0,0 +1,81 @@
+# $Id$
+# Contributor: Dave Reisner 
+# Contributor: Angel Velasquez 
+# Contributor: Eric Belanger 
+# Contributor: Lucien Immink 
+# Contributor: Daniel J Griffiths 
+
+pkgname=lib32-curl
+_pkgname=curl
+pkgver=7.29.0
+pkgrel=2
+pkgdesc="An URL retrieval utility and library"
+arch=('i686' 'x86_64')
+url="http://curl.haxx.se";
+license=('MIT')
+
+depends=('lib32-libssh2' 'ca-certificates')
+options=('!libtool')
+source=("http://curl.haxx.se/download/$_pkgname-$pkgver.tar.gz"{,.asc}
+0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch
+curlbuild.h)
+md5sums=('4f57d3b4a3963038bd5e04dbff385390'
+ '6283fbb36933cf8720acc34c43169f1d'
+ '5bfd1899e8b19cfdd78774f6337f8b47'
+ '751bd433ede935c8fae727377625a8ae')
+
+ptrsize=$(cpp <<<'__SIZEOF_POINTER__' | sed '/^#/d')
+case $ptrsize in
+  8) _curlbuild=curlbuild-64.h ;;
+  4) _curlbuild=curlbuild-32.h ;;
+  *) error "unknown pointer size for architecture: %s bytes" "$ptrsize"
+exit 1
+;;
+esac
+
+build() {
+  cd "$_pkgname-$pkgver"
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+  
+  # workaround to avoid error during ./configure
+  
+  CFLAGS=${CFLAGS/-D_FORTIFY_SOURCE=2/}
+  CPPFLAGS="$CPPFLAGS -D_FORTIFY_SOURCE=2"
+
+  patch -Np1 
<"$srcdir/0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch"
+
+  ./configure \
+  --prefix=/usr \
+  --mandir=/usr/share/man \
+  --disable-dependency-tracking \
+  --disable-ldap \
+  --disable-ldaps \
+  --enable-ipv6 \
+  --enable-manual \
+  --enable-versioned-symbols \
+  --enable-threaded-resolver \
+  --without-libidn \
+  --with-random=/dev/urandom \
+  --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt \
+  --libdir=/usr/lib32
+
+  make
+}
+
+package() {
+  cd "$_pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  rm -rf "${pkgdir}"/usr/{share,bin}
+  
+  # license
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+
+  # devel
+  find "${pkgdir}/usr/include/curl" -type f -not -name curlbuild.h -delete
+  mv "$pkgdir/usr/include/curl/curlbuild.h" 
"$pkgdir/usr/include/$_pkgname/curlbuild-32.h"
+}


Property changes on: lib32-curl/trunk/PKGBUILD
_

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

2013-02-13 Thread Daniel Wallace
Date: Thursday, February 14, 2013 @ 00:19:36
  Author: dwallace
Revision: 84219

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-curl/repos/multilib-x86_64/
  
lib32-curl/repos/multilib-x86_64/0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch
(from rev 84218, 
lib32-curl/trunk/0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch)
  lib32-curl/repos/multilib-x86_64/PKGBUILD
(from rev 84218, lib32-curl/trunk/PKGBUILD)
  lib32-curl/repos/multilib-x86_64/curlbuild.h
(from rev 84218, lib32-curl/trunk/curlbuild.h)

-+
 0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch |   39 
 PKGBUILD|   81 
++
 curlbuild.h |9 +
 3 files changed, 129 insertions(+)

Copied: 
lib32-curl/repos/multilib-x86_64/0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch
 (from rev 84218, 
lib32-curl/trunk/0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch)
===
--- 
multilib-x86_64/0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch 
(rev 0)
+++ 
multilib-x86_64/0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch 
2013-02-13 23:19:36 UTC (rev 84219)
@@ -0,0 +1,39 @@
+From da3fc1ee91de656a30f3a12de394bcba55119872 Mon Sep 17 00:00:00 2001
+From: Linus Nielsen Feltzing 
+Date: Sun, 10 Feb 2013 22:57:58 +0100
+Subject: [PATCH] Fix NULL pointer reference when closing an unused multi
+ handle.
+
+---
+ lib/multi.c|  8 +---
+ tests/data/Makefile.am |  1 +
+ tests/data/test1508| 31 +
+ tests/libtest/Makefile.inc |  6 +-
+ tests/libtest/lib1508.c| 49 ++
+ 5 files changed, 91 insertions(+), 4 deletions(-)
+ create mode 100644 tests/data/test1508
+ create mode 100644 tests/libtest/lib1508.c
+
+diff --git a/lib/multi.c b/lib/multi.c
+index fa0afb9..706df23 100644
+--- a/lib/multi.c
 b/lib/multi.c
+@@ -1773,10 +1773,12 @@ CURLMcode curl_multi_cleanup(CURLM *multi_handle)
+ /* Close all the connections in the connection cache */
+ close_all_connections(multi);
+ 
+-multi->closure_handle->dns.hostcache = multi->hostcache;
+-Curl_hostcache_clean(multi->closure_handle);
++if(multi->closure_handle) {
++  multi->closure_handle->dns.hostcache = multi->hostcache;
++  Curl_hostcache_clean(multi->closure_handle);
+ 
+-Curl_close(multi->closure_handle);
++  Curl_close(multi->closure_handle);
++}
+ multi->closure_handle = NULL;
+ 
+ Curl_hash_destroy(multi->sockhash);
+-- 
+1.8.1.3
+

Copied: lib32-curl/repos/multilib-x86_64/PKGBUILD (from rev 84218, 
lib32-curl/trunk/PKGBUILD)
===
--- multilib-x86_64/PKGBUILD(rev 0)
+++ multilib-x86_64/PKGBUILD2013-02-13 23:19:36 UTC (rev 84219)
@@ -0,0 +1,81 @@
+# $Id$
+# Contributor: Dave Reisner 
+# Contributor: Angel Velasquez 
+# Contributor: Eric Belanger 
+# Contributor: Lucien Immink 
+# Contributor: Daniel J Griffiths 
+
+pkgname=lib32-curl
+_pkgname=curl
+pkgver=7.29.0
+pkgrel=2
+pkgdesc="An URL retrieval utility and library"
+arch=('i686' 'x86_64')
+url="http://curl.haxx.se";
+license=('MIT')
+
+depends=('lib32-libssh2' 'ca-certificates')
+options=('!libtool')
+source=("http://curl.haxx.se/download/$_pkgname-$pkgver.tar.gz"{,.asc}
+0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch
+curlbuild.h)
+md5sums=('4f57d3b4a3963038bd5e04dbff385390'
+ '6283fbb36933cf8720acc34c43169f1d'
+ '5bfd1899e8b19cfdd78774f6337f8b47'
+ '751bd433ede935c8fae727377625a8ae')
+
+ptrsize=$(cpp <<<'__SIZEOF_POINTER__' | sed '/^#/d')
+case $ptrsize in
+  8) _curlbuild=curlbuild-64.h ;;
+  4) _curlbuild=curlbuild-32.h ;;
+  *) error "unknown pointer size for architecture: %s bytes" "$ptrsize"
+exit 1
+;;
+esac
+
+build() {
+  cd "$_pkgname-$pkgver"
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+  
+  # workaround to avoid error during ./configure
+  
+  CFLAGS=${CFLAGS/-D_FORTIFY_SOURCE=2/}
+  CPPFLAGS="$CPPFLAGS -D_FORTIFY_SOURCE=2"
+
+  patch -Np1 
<"$srcdir/0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch"
+
+  ./configure \
+  --prefix=/usr \
+  --mandir=/usr/share/man \
+  --disable-dependency-tracking \
+  --disable-ldap \
+  --disable-ldaps \
+  --enable-ipv6 \
+  --enable-manual \
+  --enable-versioned-symbols \
+  --enable-threaded-resolver \
+  --without-libidn \
+  --with-random=/dev/urandom \
+  --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt \
+  --libdir=/usr/lib32
+
+  make
+}
+
+package() {
+  cd "$_pkgname

[arch-commits] Commit in (4 files)

2013-02-13 Thread Daniel Wallace
Date: Thursday, February 14, 2013 @ 00:34:50
  Author: dwallace
Revision: 84220

move lib32-flashplugin from aur to multilib

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

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

Added: lib32-flashplugin/trunk/PKGBUILD
===
--- lib32-flashplugin/trunk/PKGBUILD(rev 0)
+++ lib32-flashplugin/trunk/PKGBUILD2013-02-13 23:34:50 UTC (rev 84220)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+
+pkgname=lib32-flashplugin
+_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
+pkgver=11.2.202.270
+pkgrel=1
+license=('custom')
+pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
+url="http://get.adobe.com/flashplayer";
+arch=('x86_64')
+depends=('mozilla-common' 'lib32-libxt' 'lib32-gtk2' 'lib32-nss' 'lib32-curl' 
'lib32-alsa-lib')
+optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
+options=(!strip)
+source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz";
+"http://www.adobe.com/products/eulas/pdfs/${_licensefile}";)
+md5sums=('67ffda3effdf937eaed48a46f2f6f21a'
+ '94ca2aecb409abfe36494d1a7ec7591d')
+
+package() {
+  install -Dm644 "${srcdir}/libflashplayer.so" 
"${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so"
+  install -Dm644 "${_licensefile}" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.pdf"
+}
+


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


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

2013-02-13 Thread Daniel Wallace
Date: Thursday, February 14, 2013 @ 00:37:12
  Author: dwallace
Revision: 84221

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-flashplugin/repos/multilib-x86_64/
  lib32-flashplugin/repos/multilib-x86_64/PKGBUILD
(from rev 84220, lib32-flashplugin/trunk/PKGBUILD)

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

Copied: lib32-flashplugin/repos/multilib-x86_64/PKGBUILD (from rev 84220, 
lib32-flashplugin/trunk/PKGBUILD)
===
--- multilib-x86_64/PKGBUILD(rev 0)
+++ multilib-x86_64/PKGBUILD2013-02-13 23:37:12 UTC (rev 84221)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+
+pkgname=lib32-flashplugin
+_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
+pkgver=11.2.202.270
+pkgrel=1
+license=('custom')
+pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
+url="http://get.adobe.com/flashplayer";
+arch=('x86_64')
+depends=('mozilla-common' 'lib32-libxt' 'lib32-gtk2' 'lib32-nss' 'lib32-curl' 
'lib32-alsa-lib')
+optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
+options=(!strip)
+source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz";
+"http://www.adobe.com/products/eulas/pdfs/${_licensefile}";)
+md5sums=('67ffda3effdf937eaed48a46f2f6f21a'
+ '94ca2aecb409abfe36494d1a7ec7591d')
+
+package() {
+  install -Dm644 "${srcdir}/libflashplayer.so" 
"${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so"
+  install -Dm644 "${_licensefile}" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.pdf"
+}
+



[arch-commits] Commit in steam/trunk (PKGBUILD lib32-flashplugin-path.patch)

2013-02-13 Thread Daniel Wallace
Date: Thursday, February 14, 2013 @ 01:04:24
  Author: dwallace
Revision: 84227

upgpkg: steam 1.0.0.25-4

upgpkg: steam 1.0.0.25-4

Added:
  steam/trunk/lib32-flashplugin-path.patch
Modified:
  steam/trunk/PKGBUILD

--+
 PKGBUILD |   16 
 lib32-flashplugin-path.patch |   10 ++
 2 files changed, 22 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-14 00:01:33 UTC (rev 84226)
+++ PKGBUILD2013-02-14 00:04:24 UTC (rev 84227)
@@ -3,7 +3,7 @@
 # Contributor: K900 
 pkgname=steam
 pkgver=1.0.0.25
-pkgrel=3
+pkgrel=4
 pkgdesc="Digital distribution client - open beta - bootstrap package"
 arch=("i686" "x86_64")
 url="http://steampowered.com/";
@@ -20,16 +20,24 @@
   'lib32-intel-dri: for open source Intel driver users'
   'lib32-nouveau-dri: for Nouveau users'
   'lib32-nvidia-utils: for NVIDIA proprietary blob users'
-  'lib32-flashplugin: for flash video, copy to 
$XDG_DATA_HOME/Steam/ubuntu12_32/plugins/'
+  'lib32-flashplugin: for flash video'
   )
+build() {
+patch -Np1 -i "$srcdir/lib32-flashplugin-path.patch"
+}
+else
+optdepends=('flashplugin: for flash videos')
 fi
 
 
 install=steam.install
 
-source=("http://repo.steampowered.com/steam/archive/precise/steam_latest.tar.gz";)
-md5sums=('d2e3bb2086bbaa002542b758bb41ede8')
+source=("http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz";
+'lib32-flashplugin-path.patch')
+md5sums=('d2e3bb2086bbaa002542b758bb41ede8'
+ '30a45eb17a1b13049ce62586759309bf')
 
+
 package() {
 
   # Install license

Added: lib32-flashplugin-path.patch
===
--- lib32-flashplugin-path.patch(rev 0)
+++ lib32-flashplugin-path.patch2013-02-14 00:04:24 UTC (rev 84227)
@@ -0,0 +1,10 @@
+--- a/steam-1.0.0.25/steam 2013-02-07 21:19:10.0 -0500
 b/steam-1.0.0.25/steam 2013-02-13 18:57:54.461140028 -0500
+@@ -51,6 +51,7 @@
+ 
+ function setup_variables()
+ {
++MOZ_PLUGIN_PATH="/usr/lib32/mozilla/plugins/"
+   STEAMPACKAGE="${0##*/}"
+   STEAMCONFIG=~/.steam
+   STEAMDATALINK="$STEAMCONFIG/$STEAMPACKAGE"



[arch-commits] Commit in steam/repos/community-i686 (5 files)

2013-02-13 Thread Daniel Wallace
Date: Thursday, February 14, 2013 @ 01:04:45
  Author: dwallace
Revision: 84228

archrelease: copy trunk to community-i686

Added:
  steam/repos/community-i686/PKGBUILD
(from rev 84227, steam/trunk/PKGBUILD)
  steam/repos/community-i686/lib32-flashplugin-path.patch
(from rev 84227, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/community-i686/steam.install
(from rev 84227, steam/trunk/steam.install)
Deleted:
  steam/repos/community-i686/PKGBUILD
  steam/repos/community-i686/steam.install

--+
 PKGBUILD |   98 ++---
 lib32-flashplugin-path.patch |   10 
 steam.install|   52 ++---
 3 files changed, 89 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-14 00:04:24 UTC (rev 84227)
+++ PKGBUILD2013-02-14 00:04:45 UTC (rev 84228)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: K900 
-pkgname=steam
-pkgver=1.0.0.25
-pkgrel=3
-pkgdesc="Digital distribution client - open beta - bootstrap package"
-arch=("i686" "x86_64")
-url="http://steampowered.com/";
-license=('custom')
-depends=(
-  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
-  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
-  )
-if [[ "$CARCH" == "x86_64" ]]; then
-  depends+=(lib32-libgl lib32-gcc-libs lib32-libx11)
-  optdepends=(
-  'lib32-ati-dri: for open source ATI driver users'
-  'lib32-catalyst-utils: for AMD Catalyst users'
-  'lib32-intel-dri: for open source Intel driver users'
-  'lib32-nouveau-dri: for Nouveau users'
-  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
-  'lib32-flashplugin: for flash video, copy to 
$XDG_DATA_HOME/Steam/ubuntu12_32/plugins/'
-  )
-fi
-
-
-install=steam.install
-
-source=("http://repo.steampowered.com/steam/archive/precise/steam_latest.tar.gz";)
-md5sums=('d2e3bb2086bbaa002542b758bb41ede8')
-
-package() {
-
-  # Install license
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-  
-  install -Dm644 "$pkgdir/usr/share/doc/steam/steam_install_agreement.txt" 
"$pkgdir/usr/share/licenses/steam/LICENSE"
-  
-
-  # blank steamdeps because apt-get
-  ln -sf /bin/true "$pkgdir/usr/bin/steamdeps"
-
-}
-#vim: set ft=PKGBUILD sw=2 ts=2 et

Copied: steam/repos/community-i686/PKGBUILD (from rev 84227, 
steam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-14 00:04:45 UTC (rev 84228)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: K900 
+pkgname=steam
+pkgver=1.0.0.25
+pkgrel=4
+pkgdesc="Digital distribution client - open beta - bootstrap package"
+arch=("i686" "x86_64")
+url="http://steampowered.com/";
+license=('custom')
+depends=(
+  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
+  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
+  )
+if [[ "$CARCH" == "x86_64" ]]; then
+  depends+=(lib32-libgl lib32-gcc-libs lib32-libx11)
+  optdepends=(
+  'lib32-ati-dri: for open source ATI driver users'
+  'lib32-catalyst-utils: for AMD Catalyst users'
+  'lib32-intel-dri: for open source Intel driver users'
+  'lib32-nouveau-dri: for Nouveau users'
+  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
+  'lib32-flashplugin: for flash video'
+  )
+build() {
+patch -Np1 -i "$srcdir/lib32-flashplugin-path.patch"
+}
+else
+optdepends=('flashplugin: for flash videos')
+fi
+
+
+install=steam.install
+
+source=("http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz";
+'lib32-flashplugin-path.patch')
+md5sums=('d2e3bb2086bbaa002542b758bb41ede8'
+ '30a45eb17a1b13049ce62586759309bf')
+
+
+package() {
+
+  # Install license
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+  
+  install -Dm644 "$pkgdir/usr/share/doc/steam/steam_install_agreement.txt" 
"$pkgdir/usr/share/licenses/steam/LICENSE"
+  
+
+  # blank steamdeps because apt-get
+  ln -sf /bin/true "$pkgdir/usr/bin/steamdeps"
+
+}
+#vim: set ft=PKGBUILD sw=2 ts=2 et

Copied: steam/repos/community-i686/lib32-flashplugin-path.patch (from rev 
84227, steam/trunk/lib32-flashplugin-path.patch)
===

[arch-commits] Commit in steam/repos/multilib-x86_64 (5 files)

2013-02-13 Thread Daniel Wallace
Date: Thursday, February 14, 2013 @ 01:10:03
  Author: dwallace
Revision: 84229

archrelease: copy trunk to multilib-x86_64

Added:
  steam/repos/multilib-x86_64/PKGBUILD
(from rev 84228, steam/trunk/PKGBUILD)
  steam/repos/multilib-x86_64/lib32-flashplugin-path.patch
(from rev 84228, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/multilib-x86_64/steam.install
(from rev 84228, steam/trunk/steam.install)
Deleted:
  steam/repos/multilib-x86_64/PKGBUILD
  steam/repos/multilib-x86_64/steam.install

--+
 PKGBUILD |   98 ++---
 lib32-flashplugin-path.patch |   10 
 steam.install|   52 ++---
 3 files changed, 89 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-14 00:04:45 UTC (rev 84228)
+++ PKGBUILD2013-02-14 00:10:03 UTC (rev 84229)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: K900 
-pkgname=steam
-pkgver=1.0.0.25
-pkgrel=3
-pkgdesc="Digital distribution client - open beta - bootstrap package"
-arch=("i686" "x86_64")
-url="http://steampowered.com/";
-license=('custom')
-depends=(
-  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
-  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
-  )
-if [[ "$CARCH" == "x86_64" ]]; then
-  depends+=(lib32-libgl lib32-gcc-libs lib32-libx11)
-  optdepends=(
-  'lib32-ati-dri: for open source ATI driver users'
-  'lib32-catalyst-utils: for AMD Catalyst users'
-  'lib32-intel-dri: for open source Intel driver users'
-  'lib32-nouveau-dri: for Nouveau users'
-  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
-  'lib32-flashplugin: for flash video, copy to 
$XDG_DATA_HOME/Steam/ubuntu12_32/plugins/'
-  )
-fi
-
-
-install=steam.install
-
-source=("http://repo.steampowered.com/steam/archive/precise/steam_latest.tar.gz";)
-md5sums=('d2e3bb2086bbaa002542b758bb41ede8')
-
-package() {
-
-  # Install license
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-  
-  install -Dm644 "$pkgdir/usr/share/doc/steam/steam_install_agreement.txt" 
"$pkgdir/usr/share/licenses/steam/LICENSE"
-  
-
-  # blank steamdeps because apt-get
-  ln -sf /bin/true "$pkgdir/usr/bin/steamdeps"
-
-}
-#vim: set ft=PKGBUILD sw=2 ts=2 et

Copied: steam/repos/multilib-x86_64/PKGBUILD (from rev 84228, 
steam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-14 00:10:03 UTC (rev 84229)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: K900 
+pkgname=steam
+pkgver=1.0.0.25
+pkgrel=4
+pkgdesc="Digital distribution client - open beta - bootstrap package"
+arch=("i686" "x86_64")
+url="http://steampowered.com/";
+license=('custom')
+depends=(
+  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
+  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
+  )
+if [[ "$CARCH" == "x86_64" ]]; then
+  depends+=(lib32-libgl lib32-gcc-libs lib32-libx11)
+  optdepends=(
+  'lib32-ati-dri: for open source ATI driver users'
+  'lib32-catalyst-utils: for AMD Catalyst users'
+  'lib32-intel-dri: for open source Intel driver users'
+  'lib32-nouveau-dri: for Nouveau users'
+  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
+  'lib32-flashplugin: for flash video'
+  )
+build() {
+patch -Np1 -i "$srcdir/lib32-flashplugin-path.patch"
+}
+else
+optdepends=('flashplugin: for flash videos')
+fi
+
+
+install=steam.install
+
+source=("http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz";
+'lib32-flashplugin-path.patch')
+md5sums=('d2e3bb2086bbaa002542b758bb41ede8'
+ '30a45eb17a1b13049ce62586759309bf')
+
+
+package() {
+
+  # Install license
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+  
+  install -Dm644 "$pkgdir/usr/share/doc/steam/steam_install_agreement.txt" 
"$pkgdir/usr/share/licenses/steam/LICENSE"
+  
+
+  # blank steamdeps because apt-get
+  ln -sf /bin/true "$pkgdir/usr/bin/steamdeps"
+
+}
+#vim: set ft=PKGBUILD sw=2 ts=2 et

Copied: steam/repos/multilib-x86_64/lib32-flashplugin-path.patch (from rev 
84228, steam/trunk/lib32-flashplugin-path.patch)
===

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

2013-02-14 Thread Daniel Wallace
Date: Thursday, February 14, 2013 @ 16:09:41
  Author: dwallace
Revision: 84239

upgpkg: lib32-curl 7.29.0-2

upgpkg: lib32-curl 7.29.0-3

Modified:
  lib32-curl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-14 15:04:13 UTC (rev 84238)
+++ PKGBUILD2013-02-14 15:09:41 UTC (rev 84239)
@@ -1,4 +1,5 @@
 # $Id$
+# Maintainer: Daniel Wallace 
 # Contributor: Dave Reisner 
 # Contributor: Angel Velasquez 
 # Contributor: Eric Belanger 
@@ -73,7 +74,8 @@
   rm -rf "${pkgdir}"/usr/{share,bin}
   
   # license
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+  install -d "$pkgdir/usr/share/licenses"
+  ln -s "$_pkgname" "$pkgdir/usr/share/licenses/$pkgname"
 
   # devel
   find "${pkgdir}/usr/include/curl" -type f -not -name curlbuild.h -delete



[arch-commits] Commit in lib32-curl/repos/multilib-x86_64 (3 files)

2013-02-14 Thread Daniel Wallace
Date: Thursday, February 14, 2013 @ 16:12:09
  Author: dwallace
Revision: 84240

archrelease: copy trunk to multilib-x86_64

Deleted:
  
lib32-curl/repos/multilib-x86_64/0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch
  lib32-curl/repos/multilib-x86_64/PKGBUILD
  lib32-curl/repos/multilib-x86_64/curlbuild.h

-+
 0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch |   39 
 PKGBUILD|   81 
--
 curlbuild.h |9 -
 3 files changed, 129 deletions(-)

Deleted: 0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch
===
--- 0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch 
2013-02-14 15:09:41 UTC (rev 84239)
+++ 0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch 
2013-02-14 15:12:09 UTC (rev 84240)
@@ -1,39 +0,0 @@
-From da3fc1ee91de656a30f3a12de394bcba55119872 Mon Sep 17 00:00:00 2001
-From: Linus Nielsen Feltzing 
-Date: Sun, 10 Feb 2013 22:57:58 +0100
-Subject: [PATCH] Fix NULL pointer reference when closing an unused multi
- handle.
-

- lib/multi.c|  8 +---
- tests/data/Makefile.am |  1 +
- tests/data/test1508| 31 +
- tests/libtest/Makefile.inc |  6 +-
- tests/libtest/lib1508.c| 49 ++
- 5 files changed, 91 insertions(+), 4 deletions(-)
- create mode 100644 tests/data/test1508
- create mode 100644 tests/libtest/lib1508.c
-
-diff --git a/lib/multi.c b/lib/multi.c
-index fa0afb9..706df23 100644
 a/lib/multi.c
-+++ b/lib/multi.c
-@@ -1773,10 +1773,12 @@ CURLMcode curl_multi_cleanup(CURLM *multi_handle)
- /* Close all the connections in the connection cache */
- close_all_connections(multi);
- 
--multi->closure_handle->dns.hostcache = multi->hostcache;
--Curl_hostcache_clean(multi->closure_handle);
-+if(multi->closure_handle) {
-+  multi->closure_handle->dns.hostcache = multi->hostcache;
-+  Curl_hostcache_clean(multi->closure_handle);
- 
--Curl_close(multi->closure_handle);
-+  Curl_close(multi->closure_handle);
-+}
- multi->closure_handle = NULL;
- 
- Curl_hash_destroy(multi->sockhash);
--- 
-1.8.1.3
-

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-14 15:09:41 UTC (rev 84239)
+++ PKGBUILD2013-02-14 15:12:09 UTC (rev 84240)
@@ -1,81 +0,0 @@
-# $Id$
-# Contributor: Dave Reisner 
-# Contributor: Angel Velasquez 
-# Contributor: Eric Belanger 
-# Contributor: Lucien Immink 
-# Contributor: Daniel J Griffiths 
-
-pkgname=lib32-curl
-_pkgname=curl
-pkgver=7.29.0
-pkgrel=2
-pkgdesc="An URL retrieval utility and library"
-arch=('i686' 'x86_64')
-url="http://curl.haxx.se";
-license=('MIT')
-
-depends=('lib32-libssh2' 'ca-certificates')
-options=('!libtool')
-source=("http://curl.haxx.se/download/$_pkgname-$pkgver.tar.gz"{,.asc}
-0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch
-curlbuild.h)
-md5sums=('4f57d3b4a3963038bd5e04dbff385390'
- '6283fbb36933cf8720acc34c43169f1d'
- '5bfd1899e8b19cfdd78774f6337f8b47'
- '751bd433ede935c8fae727377625a8ae')
-
-ptrsize=$(cpp <<<'__SIZEOF_POINTER__' | sed '/^#/d')
-case $ptrsize in
-  8) _curlbuild=curlbuild-64.h ;;
-  4) _curlbuild=curlbuild-32.h ;;
-  *) error "unknown pointer size for architecture: %s bytes" "$ptrsize"
-exit 1
-;;
-esac
-
-build() {
-  cd "$_pkgname-$pkgver"
-
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-  
-  # workaround to avoid error during ./configure
-  
-  CFLAGS=${CFLAGS/-D_FORTIFY_SOURCE=2/}
-  CPPFLAGS="$CPPFLAGS -D_FORTIFY_SOURCE=2"
-
-  patch -Np1 
<"$srcdir/0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch"
-
-  ./configure \
-  --prefix=/usr \
-  --mandir=/usr/share/man \
-  --disable-dependency-tracking \
-  --disable-ldap \
-  --disable-ldaps \
-  --enable-ipv6 \
-  --enable-manual \
-  --enable-versioned-symbols \
-  --enable-threaded-resolver \
-  --without-libidn \
-  --with-random=/dev/urandom \
-  --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt \
-  --libdir=/usr/lib32
-
-  make
-}
-
-package() {
-  cd "$_pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  rm -rf "${pkgdir}"/usr/{share,bin}
-  
-  # license
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-
-  # devel
-  find "${pkgdir}/usr/include/curl" -type f -not -name curlbuild.h -delete
-  mv "$pkgdir/usr/include/curl/curlbuild.h" 
"$pkgdir/usr/include/$_pkgname/curlbuild-32.h"
-}

Deleted: curlbuild.h
===
--- curlbuild.h 2013-02-14 15:09:41 UTC (rev 84239)
+++ c

[arch-commits] Commit in lib32-curl/repos/multilib-x86_64 (3 files)

2013-02-14 Thread Daniel Wallace
Date: Thursday, February 14, 2013 @ 16:16:47
  Author: dwallace
Revision: 84241

archrelease: copy trunk to multilib-x86_64

Added:
  
lib32-curl/repos/multilib-x86_64/0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch
(from rev 84240, 
lib32-curl/trunk/0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch)
  lib32-curl/repos/multilib-x86_64/PKGBUILD
(from rev 84240, lib32-curl/trunk/PKGBUILD)
  lib32-curl/repos/multilib-x86_64/curlbuild.h
(from rev 84240, lib32-curl/trunk/curlbuild.h)

-+
 0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch |   39 
 PKGBUILD|   83 
++
 curlbuild.h |9 +
 3 files changed, 131 insertions(+)

Copied: 
lib32-curl/repos/multilib-x86_64/0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch
 (from rev 84240, 
lib32-curl/trunk/0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch)
===
--- 0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch 
(rev 0)
+++ 0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch 
2013-02-14 15:16:47 UTC (rev 84241)
@@ -0,0 +1,39 @@
+From da3fc1ee91de656a30f3a12de394bcba55119872 Mon Sep 17 00:00:00 2001
+From: Linus Nielsen Feltzing 
+Date: Sun, 10 Feb 2013 22:57:58 +0100
+Subject: [PATCH] Fix NULL pointer reference when closing an unused multi
+ handle.
+
+---
+ lib/multi.c|  8 +---
+ tests/data/Makefile.am |  1 +
+ tests/data/test1508| 31 +
+ tests/libtest/Makefile.inc |  6 +-
+ tests/libtest/lib1508.c| 49 ++
+ 5 files changed, 91 insertions(+), 4 deletions(-)
+ create mode 100644 tests/data/test1508
+ create mode 100644 tests/libtest/lib1508.c
+
+diff --git a/lib/multi.c b/lib/multi.c
+index fa0afb9..706df23 100644
+--- a/lib/multi.c
 b/lib/multi.c
+@@ -1773,10 +1773,12 @@ CURLMcode curl_multi_cleanup(CURLM *multi_handle)
+ /* Close all the connections in the connection cache */
+ close_all_connections(multi);
+ 
+-multi->closure_handle->dns.hostcache = multi->hostcache;
+-Curl_hostcache_clean(multi->closure_handle);
++if(multi->closure_handle) {
++  multi->closure_handle->dns.hostcache = multi->hostcache;
++  Curl_hostcache_clean(multi->closure_handle);
+ 
+-Curl_close(multi->closure_handle);
++  Curl_close(multi->closure_handle);
++}
+ multi->closure_handle = NULL;
+ 
+ Curl_hash_destroy(multi->sockhash);
+-- 
+1.8.1.3
+

Copied: lib32-curl/repos/multilib-x86_64/PKGBUILD (from rev 84240, 
lib32-curl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-14 15:16:47 UTC (rev 84241)
@@ -0,0 +1,83 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: Dave Reisner 
+# Contributor: Angel Velasquez 
+# Contributor: Eric Belanger 
+# Contributor: Lucien Immink 
+# Contributor: Daniel J Griffiths 
+
+pkgname=lib32-curl
+_pkgname=curl
+pkgver=7.29.0
+pkgrel=2
+pkgdesc="An URL retrieval utility and library"
+arch=('i686' 'x86_64')
+url="http://curl.haxx.se";
+license=('MIT')
+
+depends=('lib32-libssh2' 'ca-certificates')
+options=('!libtool')
+source=("http://curl.haxx.se/download/$_pkgname-$pkgver.tar.gz"{,.asc}
+0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch
+curlbuild.h)
+md5sums=('4f57d3b4a3963038bd5e04dbff385390'
+ '6283fbb36933cf8720acc34c43169f1d'
+ '5bfd1899e8b19cfdd78774f6337f8b47'
+ '751bd433ede935c8fae727377625a8ae')
+
+ptrsize=$(cpp <<<'__SIZEOF_POINTER__' | sed '/^#/d')
+case $ptrsize in
+  8) _curlbuild=curlbuild-64.h ;;
+  4) _curlbuild=curlbuild-32.h ;;
+  *) error "unknown pointer size for architecture: %s bytes" "$ptrsize"
+exit 1
+;;
+esac
+
+build() {
+  cd "$_pkgname-$pkgver"
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+  
+  # workaround to avoid error during ./configure
+  
+  CFLAGS=${CFLAGS/-D_FORTIFY_SOURCE=2/}
+  CPPFLAGS="$CPPFLAGS -D_FORTIFY_SOURCE=2"
+
+  patch -Np1 
<"$srcdir/0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch"
+
+  ./configure \
+  --prefix=/usr \
+  --mandir=/usr/share/man \
+  --disable-dependency-tracking \
+  --disable-ldap \
+  --disable-ldaps \
+  --enable-ipv6 \
+  --enable-manual \
+  --enable-versioned-symbols \
+  --enable-

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

2013-02-14 Thread Daniel Wallace
Date: Thursday, February 14, 2013 @ 16:20:15
  Author: dwallace
Revision: 84244

upgpkg: lib32-curl 7.29.0-3

upgpkg: lib32-curl 7.29.0-3

Modified:
  lib32-curl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-14 15:20:14 UTC (rev 84243)
+++ PKGBUILD2013-02-14 15:20:15 UTC (rev 84244)
@@ -9,7 +9,7 @@
 pkgname=lib32-curl
 _pkgname=curl
 pkgver=7.29.0
-pkgrel=2
+pkgrel=3
 pkgdesc="An URL retrieval utility and library"
 arch=('i686' 'x86_64')
 url="http://curl.haxx.se";



[arch-commits] Commit in lib32-curl/repos/multilib-x86_64 (6 files)

2013-02-14 Thread Daniel Wallace
Date: Thursday, February 14, 2013 @ 16:20:36
  Author: dwallace
Revision: 84245

archrelease: copy trunk to multilib-x86_64

Added:
  
lib32-curl/repos/multilib-x86_64/0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch
(from rev 84244, 
lib32-curl/trunk/0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch)
  lib32-curl/repos/multilib-x86_64/PKGBUILD
(from rev 84244, lib32-curl/trunk/PKGBUILD)
  lib32-curl/repos/multilib-x86_64/curlbuild.h
(from rev 84244, lib32-curl/trunk/curlbuild.h)
Deleted:
  
lib32-curl/repos/multilib-x86_64/0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch
  lib32-curl/repos/multilib-x86_64/PKGBUILD
  lib32-curl/repos/multilib-x86_64/curlbuild.h

-+
 0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch |   78 ++--
 PKGBUILD|  166 
+-
 curlbuild.h |   18 -
 3 files changed, 131 insertions(+), 131 deletions(-)

Deleted: 0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch
===
--- 0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch 
2013-02-14 15:20:15 UTC (rev 84244)
+++ 0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch 
2013-02-14 15:20:36 UTC (rev 84245)
@@ -1,39 +0,0 @@
-From da3fc1ee91de656a30f3a12de394bcba55119872 Mon Sep 17 00:00:00 2001
-From: Linus Nielsen Feltzing 
-Date: Sun, 10 Feb 2013 22:57:58 +0100
-Subject: [PATCH] Fix NULL pointer reference when closing an unused multi
- handle.
-

- lib/multi.c|  8 +---
- tests/data/Makefile.am |  1 +
- tests/data/test1508| 31 +
- tests/libtest/Makefile.inc |  6 +-
- tests/libtest/lib1508.c| 49 ++
- 5 files changed, 91 insertions(+), 4 deletions(-)
- create mode 100644 tests/data/test1508
- create mode 100644 tests/libtest/lib1508.c
-
-diff --git a/lib/multi.c b/lib/multi.c
-index fa0afb9..706df23 100644
 a/lib/multi.c
-+++ b/lib/multi.c
-@@ -1773,10 +1773,12 @@ CURLMcode curl_multi_cleanup(CURLM *multi_handle)
- /* Close all the connections in the connection cache */
- close_all_connections(multi);
- 
--multi->closure_handle->dns.hostcache = multi->hostcache;
--Curl_hostcache_clean(multi->closure_handle);
-+if(multi->closure_handle) {
-+  multi->closure_handle->dns.hostcache = multi->hostcache;
-+  Curl_hostcache_clean(multi->closure_handle);
- 
--Curl_close(multi->closure_handle);
-+  Curl_close(multi->closure_handle);
-+}
- multi->closure_handle = NULL;
- 
- Curl_hash_destroy(multi->sockhash);
--- 
-1.8.1.3
-

Copied: 
lib32-curl/repos/multilib-x86_64/0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch
 (from rev 84244, 
lib32-curl/trunk/0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch)
===
--- 0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch 
(rev 0)
+++ 0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch 
2013-02-14 15:20:36 UTC (rev 84245)
@@ -0,0 +1,39 @@
+From da3fc1ee91de656a30f3a12de394bcba55119872 Mon Sep 17 00:00:00 2001
+From: Linus Nielsen Feltzing 
+Date: Sun, 10 Feb 2013 22:57:58 +0100
+Subject: [PATCH] Fix NULL pointer reference when closing an unused multi
+ handle.
+
+---
+ lib/multi.c|  8 +---
+ tests/data/Makefile.am |  1 +
+ tests/data/test1508| 31 +
+ tests/libtest/Makefile.inc |  6 +-
+ tests/libtest/lib1508.c| 49 ++
+ 5 files changed, 91 insertions(+), 4 deletions(-)
+ create mode 100644 tests/data/test1508
+ create mode 100644 tests/libtest/lib1508.c
+
+diff --git a/lib/multi.c b/lib/multi.c
+index fa0afb9..706df23 100644
+--- a/lib/multi.c
 b/lib/multi.c
+@@ -1773,10 +1773,12 @@ CURLMcode curl_multi_cleanup(CURLM *multi_handle)
+ /* Close all the connections in the connection cache */
+ close_all_connections(multi);
+ 
+-multi->closure_handle->dns.hostcache = multi->hostcache;
+-Curl_hostcache_clean(multi->closure_handle);
++if(multi->closure_handle) {
++  multi->closure_handle->dns.hostcache = multi->hostcache;
++  Curl_hostcache_clean(multi->closure_handle);
+ 
+-Curl_close(multi->closure_handle);
++  Curl_close(multi->closure_handle);
++}
+ multi->closure_handle = NULL;
+ 
+ Curl_hash_destroy(multi->sockhash);
+-- 
+1.8.1.3
+

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-14 15:20:15 UTC (rev 84244)
+++ PKGBUILD    2013-02-14 15:20:36 UTC (rev

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

2013-02-14 Thread Daniel Wallace
Date: Thursday, February 14, 2013 @ 21:45:47
  Author: dwallace
Revision: 84251

upgpkg: steam 1.0.0.27-1

upgpkg: steam 1.0.0.27-1

Modified:
  steam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-14 19:56:29 UTC (rev 84250)
+++ PKGBUILD2013-02-14 20:45:47 UTC (rev 84251)
@@ -2,8 +2,8 @@
 # Maintainer: Daniel Wallace 
 # Contributor: K900 
 pkgname=steam
-pkgver=1.0.0.25
-pkgrel=4
+pkgver=1.0.0.27
+pkgrel=1
 pkgdesc="Digital distribution client - open beta - bootstrap package"
 arch=("i686" "x86_64")
 url="http://steampowered.com/";
@@ -34,7 +34,7 @@
 
 
source=("http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz";
 'lib32-flashplugin-path.patch')
-md5sums=('d2e3bb2086bbaa002542b758bb41ede8'
+md5sums=('b7ff967f7848cfa625ff51150fc67e1d'
  '30a45eb17a1b13049ce62586759309bf')
 
 



[arch-commits] Commit in steam/repos/community-i686 (PKGBUILD steam.install)

2013-02-14 Thread Daniel Wallace
Date: Thursday, February 14, 2013 @ 21:46:06
  Author: dwallace
Revision: 84252

archrelease: copy trunk to community-i686

Deleted:
  steam/repos/community-i686/PKGBUILD
  steam/repos/community-i686/steam.install

---+
 PKGBUILD  |   53 -
 steam.install |   26 --
 2 files changed, 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-14 20:45:47 UTC (rev 84251)
+++ PKGBUILD2013-02-14 20:46:06 UTC (rev 84252)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: K900 
-pkgname=steam
-pkgver=1.0.0.25
-pkgrel=4
-pkgdesc="Digital distribution client - open beta - bootstrap package"
-arch=("i686" "x86_64")
-url="http://steampowered.com/";
-license=('custom')
-depends=(
-  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
-  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
-  )
-if [[ "$CARCH" == "x86_64" ]]; then
-  depends+=(lib32-libgl lib32-gcc-libs lib32-libx11)
-  optdepends=(
-  'lib32-ati-dri: for open source ATI driver users'
-  'lib32-catalyst-utils: for AMD Catalyst users'
-  'lib32-intel-dri: for open source Intel driver users'
-  'lib32-nouveau-dri: for Nouveau users'
-  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
-  'lib32-flashplugin: for flash video'
-  )
-build() {
-patch -Np1 -i "$srcdir/lib32-flashplugin-path.patch"
-}
-else
-optdepends=('flashplugin: for flash videos')
-fi
-
-
-install=steam.install
-
-source=("http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz";
-'lib32-flashplugin-path.patch')
-md5sums=('d2e3bb2086bbaa002542b758bb41ede8'
- '30a45eb17a1b13049ce62586759309bf')
-
-
-package() {
-
-  # Install license
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-  
-  install -Dm644 "$pkgdir/usr/share/doc/steam/steam_install_agreement.txt" 
"$pkgdir/usr/share/licenses/steam/LICENSE"
-  
-
-  # blank steamdeps because apt-get
-  ln -sf /bin/true "$pkgdir/usr/bin/steamdeps"
-
-}
-#vim: set ft=PKGBUILD sw=2 ts=2 et

Deleted: steam.install
===
--- steam.install   2013-02-14 20:45:47 UTC (rev 84251)
+++ steam.install   2013-02-14 20:46:06 UTC (rev 84252)
@@ -1,26 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  echo "if you are running x86_64, you need the lib32 opt depends for your 
driver"
-  echo 
-  echo " if you are having problems with the steam license, remove .steam and 
.local/share/Steam"
-}
-
-pre_install(){
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_upgrade(){
-  pre_install $1
-}
-
-post_remove() {
-   pre_install $1 removing
-}
-



[arch-commits] Commit in steam/trunk (PKGBUILD lib32-flashplugin-path.patch)

2013-02-14 Thread Daniel Wallace
Date: Thursday, February 14, 2013 @ 21:49:52
  Author: dwallace
Revision: 84253

upgpkg: steam 1.0.0.27-1

upgpkg: steam changed patch

Modified:
  steam/trunk/PKGBUILD
  steam/trunk/lib32-flashplugin-path.patch

--+
 PKGBUILD |2 +-
 lib32-flashplugin-path.patch |4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-14 20:46:06 UTC (rev 84252)
+++ PKGBUILD2013-02-14 20:49:52 UTC (rev 84253)
@@ -35,7 +35,7 @@
 
source=("http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz";
 'lib32-flashplugin-path.patch')
 md5sums=('b7ff967f7848cfa625ff51150fc67e1d'
- '30a45eb17a1b13049ce62586759309bf')
+ '5532b7f604fe9a73a7b6decab01e9a77')
 
 
 package() {

Modified: lib32-flashplugin-path.patch
===
--- lib32-flashplugin-path.patch2013-02-14 20:46:06 UTC (rev 84252)
+++ lib32-flashplugin-path.patch2013-02-14 20:49:52 UTC (rev 84253)
@@ -1,5 +1,5 @@
 a/steam-1.0.0.25/steam 2013-02-07 21:19:10.0 -0500
-+++ b/steam-1.0.0.25/steam 2013-02-13 18:57:54.461140028 -0500
+--- a/steam-1.0.0.27/steam 2013-02-14 14:03:49.0 -0500
 b/steam-1.0.0.27/steam 2013-02-14 15:48:06.766152022 -0500
 @@ -51,6 +51,7 @@
  
  function setup_variables()



[arch-commits] Commit in steam/repos/multilib-x86_64 (PKGBUILD steam.install)

2013-02-14 Thread Daniel Wallace
Date: Thursday, February 14, 2013 @ 21:51:54
  Author: dwallace
Revision: 84254

archrelease: copy trunk to multilib-x86_64

Deleted:
  steam/repos/multilib-x86_64/PKGBUILD
  steam/repos/multilib-x86_64/steam.install

---+
 PKGBUILD  |   53 -
 steam.install |   26 --
 2 files changed, 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-14 20:49:52 UTC (rev 84253)
+++ PKGBUILD2013-02-14 20:51:54 UTC (rev 84254)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: K900 
-pkgname=steam
-pkgver=1.0.0.25
-pkgrel=4
-pkgdesc="Digital distribution client - open beta - bootstrap package"
-arch=("i686" "x86_64")
-url="http://steampowered.com/";
-license=('custom')
-depends=(
-  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
-  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
-  )
-if [[ "$CARCH" == "x86_64" ]]; then
-  depends+=(lib32-libgl lib32-gcc-libs lib32-libx11)
-  optdepends=(
-  'lib32-ati-dri: for open source ATI driver users'
-  'lib32-catalyst-utils: for AMD Catalyst users'
-  'lib32-intel-dri: for open source Intel driver users'
-  'lib32-nouveau-dri: for Nouveau users'
-  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
-  'lib32-flashplugin: for flash video'
-  )
-build() {
-patch -Np1 -i "$srcdir/lib32-flashplugin-path.patch"
-}
-else
-optdepends=('flashplugin: for flash videos')
-fi
-
-
-install=steam.install
-
-source=("http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz";
-'lib32-flashplugin-path.patch')
-md5sums=('d2e3bb2086bbaa002542b758bb41ede8'
- '30a45eb17a1b13049ce62586759309bf')
-
-
-package() {
-
-  # Install license
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-  
-  install -Dm644 "$pkgdir/usr/share/doc/steam/steam_install_agreement.txt" 
"$pkgdir/usr/share/licenses/steam/LICENSE"
-  
-
-  # blank steamdeps because apt-get
-  ln -sf /bin/true "$pkgdir/usr/bin/steamdeps"
-
-}
-#vim: set ft=PKGBUILD sw=2 ts=2 et

Deleted: steam.install
===
--- steam.install   2013-02-14 20:49:52 UTC (rev 84253)
+++ steam.install   2013-02-14 20:51:54 UTC (rev 84254)
@@ -1,26 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  echo "if you are running x86_64, you need the lib32 opt depends for your 
driver"
-  echo 
-  echo " if you are having problems with the steam license, remove .steam and 
.local/share/Steam"
-}
-
-pre_install(){
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_upgrade(){
-  pre_install $1
-}
-
-post_remove() {
-   pre_install $1 removing
-}
-



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

2013-02-14 Thread Daniel Wallace
Date: Thursday, February 14, 2013 @ 21:58:06
  Author: dwallace
Revision: 84255

i686 PKGBUILD

Added:
  steam/repos/community-i686/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-14 20:58:06 UTC (rev 84255)
@@ -0,0 +1,53 @@
+# $Id: PKGBUILD 84253 2013-02-14 20:49:52Z dwallace $
+# Maintainer: Daniel Wallace 
+# Contributor: K900 
+pkgname=steam
+pkgver=1.0.0.27
+pkgrel=1
+pkgdesc="Digital distribution client - open beta - bootstrap package"
+arch=("i686" "x86_64")
+url="http://steampowered.com/";
+license=('custom')
+depends=(
+  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
+  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
+  )
+if [[ "$CARCH" == "x86_64" ]]; then
+  depends+=(lib32-libgl lib32-gcc-libs lib32-libx11)
+  optdepends=(
+  'lib32-ati-dri: for open source ATI driver users'
+  'lib32-catalyst-utils: for AMD Catalyst users'
+  'lib32-intel-dri: for open source Intel driver users'
+  'lib32-nouveau-dri: for Nouveau users'
+  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
+  'lib32-flashplugin: for flash video'
+  )
+build() {
+patch -Np1 -i "$srcdir/lib32-flashplugin-path.patch"
+}
+else
+optdepends=('flashplugin: for flash videos')
+fi
+
+
+install=steam.install
+
+source=("http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz";
+'lib32-flashplugin-path.patch')
+md5sums=('b7ff967f7848cfa625ff51150fc67e1d'
+ '5532b7f604fe9a73a7b6decab01e9a77')
+
+
+package() {
+
+  # Install license
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+  
+  install -Dm644 "$pkgdir/usr/share/doc/steam/steam_install_agreement.txt" 
"$pkgdir/usr/share/licenses/steam/LICENSE"
+  
+
+  # blank steamdeps because apt-get
+  ln -sf /bin/true "$pkgdir/usr/bin/steamdeps"
+
+}
+#vim: set ft=PKGBUILD sw=2 ts=2 et



[arch-commits] Commit in steam/repos/multilib-x86_64 (PKGBUILD)

2013-02-14 Thread Daniel Wallace
Date: Thursday, February 14, 2013 @ 21:58:52
  Author: dwallace
Revision: 84256

steam multilib PKGBUILD

Added:
  steam/repos/multilib-x86_64/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-14 20:58:52 UTC (rev 84256)
@@ -0,0 +1,53 @@
+# $Id: PKGBUILD 84253 2013-02-14 20:49:52Z dwallace $
+# Maintainer: Daniel Wallace 
+# Contributor: K900 
+pkgname=steam
+pkgver=1.0.0.27
+pkgrel=1
+pkgdesc="Digital distribution client - open beta - bootstrap package"
+arch=("i686" "x86_64")
+url="http://steampowered.com/";
+license=('custom')
+depends=(
+  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
+  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
+  )
+if [[ "$CARCH" == "x86_64" ]]; then
+  depends+=(lib32-libgl lib32-gcc-libs lib32-libx11)
+  optdepends=(
+  'lib32-ati-dri: for open source ATI driver users'
+  'lib32-catalyst-utils: for AMD Catalyst users'
+  'lib32-intel-dri: for open source Intel driver users'
+  'lib32-nouveau-dri: for Nouveau users'
+  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
+  'lib32-flashplugin: for flash video'
+  )
+build() {
+patch -Np1 -i "$srcdir/lib32-flashplugin-path.patch"
+}
+else
+optdepends=('flashplugin: for flash videos')
+fi
+
+
+install=steam.install
+
+source=("http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz";
+'lib32-flashplugin-path.patch')
+md5sums=('b7ff967f7848cfa625ff51150fc67e1d'
+ '5532b7f604fe9a73a7b6decab01e9a77')
+
+
+package() {
+
+  # Install license
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+  
+  install -Dm644 "$pkgdir/usr/share/doc/steam/steam_install_agreement.txt" 
"$pkgdir/usr/share/licenses/steam/LICENSE"
+  
+
+  # blank steamdeps because apt-get
+  ln -sf /bin/true "$pkgdir/usr/bin/steamdeps"
+
+}
+#vim: set ft=PKGBUILD sw=2 ts=2 et



[arch-commits] Commit in steam/trunk (PKGBUILD lib32-flashplugin-path.patch)

2013-02-16 Thread Daniel Wallace
Date: Sunday, February 17, 2013 @ 00:36:53
  Author: dwallace
Revision: 84364

upgpkg: steam 1.0.0.28-1

upgpkg: steam 1.0.0.28-1

Modified:
  steam/trunk/PKGBUILD
  steam/trunk/lib32-flashplugin-path.patch

--+
 PKGBUILD |   15 ---
 lib32-flashplugin-path.patch |4 ++--
 2 files changed, 6 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-16 22:50:41 UTC (rev 84363)
+++ PKGBUILD2013-02-16 23:36:53 UTC (rev 84364)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Wallace 
 # Contributor: K900 
 pkgname=steam
-pkgver=1.0.0.27
+pkgver=1.0.0.28
 pkgrel=1
 pkgdesc="Digital distribution client - open beta - bootstrap package"
 arch=("i686" "x86_64")
@@ -23,31 +23,24 @@
   'lib32-flashplugin: for flash video'
   )
 build() {
-patch -Np1 -i "$srcdir/lib32-flashplugin-path.patch"
+patch -d "$pkgname-$pkgver" -Np1 -i "$srcdir/lib32-flashplugin-path.patch"
 }
 else
 optdepends=('flashplugin: for flash videos')
 fi
-
-
 install=steam.install
-
 
source=("http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz";
 'lib32-flashplugin-path.patch')
-md5sums=('b7ff967f7848cfa625ff51150fc67e1d'
- '5532b7f604fe9a73a7b6decab01e9a77')
-
-
+md5sums=('5d7b7e12dd0d513d3f7191872fa596cd'
+ '1d83a1df55d677f35ce415e0750f4448')
 package() {
 
   # Install license
   make -C $pkgname-$pkgver DESTDIR=$pkgdir install
   
   install -Dm644 "$pkgdir/usr/share/doc/steam/steam_install_agreement.txt" 
"$pkgdir/usr/share/licenses/steam/LICENSE"
-  
 
   # blank steamdeps because apt-get
   ln -sf /bin/true "$pkgdir/usr/bin/steamdeps"
-
 }
 #vim: set ft=PKGBUILD sw=2 ts=2 et

Modified: lib32-flashplugin-path.patch
===
--- lib32-flashplugin-path.patch2013-02-16 22:50:41 UTC (rev 84363)
+++ lib32-flashplugin-path.patch2013-02-16 23:36:53 UTC (rev 84364)
@@ -1,5 +1,5 @@
 a/steam-1.0.0.27/steam 2013-02-14 14:03:49.0 -0500
-+++ b/steam-1.0.0.27/steam 2013-02-14 15:48:06.766152022 -0500
+--- a/steam2013-02-14 14:03:49.0 -0500
 b/steam2013-02-14 15:48:06.766152022 -0500
 @@ -51,6 +51,7 @@
  
  function setup_variables()



[arch-commits] Commit in steam/repos/community-i686 (lib32-flashplugin-path.patch)

2013-02-16 Thread Daniel Wallace
Date: Sunday, February 17, 2013 @ 00:37:16
  Author: dwallace
Revision: 84365

archrelease: copy trunk to community-i686

Deleted:
  steam/repos/community-i686/lib32-flashplugin-path.patch

--+
 lib32-flashplugin-path.patch |   10 --
 1 file changed, 10 deletions(-)

Deleted: lib32-flashplugin-path.patch
===
--- lib32-flashplugin-path.patch2013-02-16 23:36:53 UTC (rev 84364)
+++ lib32-flashplugin-path.patch2013-02-16 23:37:16 UTC (rev 84365)
@@ -1,10 +0,0 @@
 a/steam-1.0.0.25/steam 2013-02-07 21:19:10.0 -0500
-+++ b/steam-1.0.0.25/steam 2013-02-13 18:57:54.461140028 -0500
-@@ -51,6 +51,7 @@
- 
- function setup_variables()
- {
-+MOZ_PLUGIN_PATH="/usr/lib32/mozilla/plugins/"
-   STEAMPACKAGE="${0##*/}"
-   STEAMCONFIG=~/.steam
-   STEAMDATALINK="$STEAMCONFIG/$STEAMPACKAGE"



[arch-commits] Commit in steam/repos/multilib-x86_64 (lib32-flashplugin-path.patch)

2013-02-16 Thread Daniel Wallace
Date: Sunday, February 17, 2013 @ 00:39:25
  Author: dwallace
Revision: 84366

archrelease: copy trunk to multilib-x86_64

Deleted:
  steam/repos/multilib-x86_64/lib32-flashplugin-path.patch

--+
 lib32-flashplugin-path.patch |   10 --
 1 file changed, 10 deletions(-)

Deleted: lib32-flashplugin-path.patch
===
--- lib32-flashplugin-path.patch2013-02-16 23:37:16 UTC (rev 84365)
+++ lib32-flashplugin-path.patch2013-02-16 23:39:25 UTC (rev 84366)
@@ -1,10 +0,0 @@
 a/steam-1.0.0.25/steam 2013-02-07 21:19:10.0 -0500
-+++ b/steam-1.0.0.25/steam 2013-02-13 18:57:54.461140028 -0500
-@@ -51,6 +51,7 @@
- 
- function setup_variables()
- {
-+MOZ_PLUGIN_PATH="/usr/lib32/mozilla/plugins/"
-   STEAMPACKAGE="${0##*/}"
-   STEAMCONFIG=~/.steam
-   STEAMDATALINK="$STEAMCONFIG/$STEAMPACKAGE"



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

2013-02-16 Thread Daniel Wallace
Date: Sunday, February 17, 2013 @ 02:12:55
  Author: dwallace
Revision: 84367

upgpkg: steam 1.0.0.28-2

upgpkg: steam 1.0.0.28-2

Modified:
  steam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-16 23:39:25 UTC (rev 84366)
+++ PKGBUILD2013-02-17 01:12:55 UTC (rev 84367)
@@ -3,7 +3,7 @@
 # Contributor: K900 
 pkgname=steam
 pkgver=1.0.0.28
-pkgrel=1
+pkgrel=2
 pkgdesc="Digital distribution client - open beta - bootstrap package"
 arch=("i686" "x86_64")
 url="http://steampowered.com/";



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

2013-02-16 Thread Daniel Wallace
Date: Sunday, February 17, 2013 @ 02:13:17
  Author: dwallace
Revision: 84368

archrelease: copy trunk to community-i686

Added:
  steam/repos/community-i686/PKGBUILD
(from rev 84367, steam/trunk/PKGBUILD)
  steam/repos/community-i686/lib32-flashplugin-path.patch
(from rev 84367, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/community-i686/steam.install
(from rev 84367, steam/trunk/steam.install)
Deleted:
  steam/repos/community-i686/PKGBUILD

--+
 PKGBUILD |   99 +++--
 lib32-flashplugin-path.patch |   10 
 steam.install|   26 ++
 3 files changed, 82 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-17 01:12:55 UTC (rev 84367)
+++ PKGBUILD2013-02-17 01:13:17 UTC (rev 84368)
@@ -1,53 +0,0 @@
-# $Id: PKGBUILD 84253 2013-02-14 20:49:52Z dwallace $
-# Maintainer: Daniel Wallace 
-# Contributor: K900 
-pkgname=steam
-pkgver=1.0.0.27
-pkgrel=1
-pkgdesc="Digital distribution client - open beta - bootstrap package"
-arch=("i686" "x86_64")
-url="http://steampowered.com/";
-license=('custom')
-depends=(
-  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
-  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
-  )
-if [[ "$CARCH" == "x86_64" ]]; then
-  depends+=(lib32-libgl lib32-gcc-libs lib32-libx11)
-  optdepends=(
-  'lib32-ati-dri: for open source ATI driver users'
-  'lib32-catalyst-utils: for AMD Catalyst users'
-  'lib32-intel-dri: for open source Intel driver users'
-  'lib32-nouveau-dri: for Nouveau users'
-  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
-  'lib32-flashplugin: for flash video'
-  )
-build() {
-patch -Np1 -i "$srcdir/lib32-flashplugin-path.patch"
-}
-else
-optdepends=('flashplugin: for flash videos')
-fi
-
-
-install=steam.install
-
-source=("http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz";
-'lib32-flashplugin-path.patch')
-md5sums=('b7ff967f7848cfa625ff51150fc67e1d'
- '5532b7f604fe9a73a7b6decab01e9a77')
-
-
-package() {
-
-  # Install license
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-  
-  install -Dm644 "$pkgdir/usr/share/doc/steam/steam_install_agreement.txt" 
"$pkgdir/usr/share/licenses/steam/LICENSE"
-  
-
-  # blank steamdeps because apt-get
-  ln -sf /bin/true "$pkgdir/usr/bin/steamdeps"
-
-}
-#vim: set ft=PKGBUILD sw=2 ts=2 et

Copied: steam/repos/community-i686/PKGBUILD (from rev 84367, 
steam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-17 01:13:17 UTC (rev 84368)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: K900 
+pkgname=steam
+pkgver=1.0.0.28
+pkgrel=2
+pkgdesc="Digital distribution client - open beta - bootstrap package"
+arch=("i686" "x86_64")
+url="http://steampowered.com/";
+license=('custom')
+depends=(
+  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
+  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
+  )
+if [[ "$CARCH" == "x86_64" ]]; then
+  depends+=(lib32-libgl lib32-gcc-libs lib32-libx11)
+  optdepends=(
+  'lib32-ati-dri: for open source ATI driver users'
+  'lib32-catalyst-utils: for AMD Catalyst users'
+  'lib32-intel-dri: for open source Intel driver users'
+  'lib32-nouveau-dri: for Nouveau users'
+  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
+  'lib32-flashplugin: for flash video'
+  )
+build() {
+patch -d "$pkgname-$pkgver" -Np1 -i "$srcdir/lib32-flashplugin-path.patch"
+}
+else
+optdepends=('flashplugin: for flash videos')
+fi
+install=steam.install
+source=("http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz";
+'lib32-flashplugin-path.patch')
+md5sums=('5d7b7e12dd0d513d3f7191872fa596cd'
+ '1d83a1df55d677f35ce415e0750f4448')
+package() {
+
+  # Install license
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+  
+  install -Dm644 "$pkgdir/usr/share/doc/steam/steam_install_agreement.txt" 
"$pkgdir/usr/share/licenses/steam/LICENSE"
+
+  # blank steamdeps because apt-get
+  ln -sf /bin/true "$pkgdir/usr/bin/steamdeps"
+}
+#vim: set ft=PKGBUILD sw=2 ts=2 et

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

2013-02-16 Thread Daniel Wallace
Date: Sunday, February 17, 2013 @ 02:15:24
  Author: dwallace
Revision: 84369

archrelease: copy trunk to multilib-x86_64

Added:
  steam/repos/multilib-x86_64/PKGBUILD
(from rev 84368, steam/trunk/PKGBUILD)
  steam/repos/multilib-x86_64/lib32-flashplugin-path.patch
(from rev 84368, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/multilib-x86_64/steam.install
(from rev 84368, steam/trunk/steam.install)
Deleted:
  steam/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |   99 +++--
 lib32-flashplugin-path.patch |   10 
 steam.install|   26 ++
 3 files changed, 82 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-17 01:13:17 UTC (rev 84368)
+++ PKGBUILD2013-02-17 01:15:24 UTC (rev 84369)
@@ -1,53 +0,0 @@
-# $Id: PKGBUILD 84253 2013-02-14 20:49:52Z dwallace $
-# Maintainer: Daniel Wallace 
-# Contributor: K900 
-pkgname=steam
-pkgver=1.0.0.27
-pkgrel=1
-pkgdesc="Digital distribution client - open beta - bootstrap package"
-arch=("i686" "x86_64")
-url="http://steampowered.com/";
-license=('custom')
-depends=(
-  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
-  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
-  )
-if [[ "$CARCH" == "x86_64" ]]; then
-  depends+=(lib32-libgl lib32-gcc-libs lib32-libx11)
-  optdepends=(
-  'lib32-ati-dri: for open source ATI driver users'
-  'lib32-catalyst-utils: for AMD Catalyst users'
-  'lib32-intel-dri: for open source Intel driver users'
-  'lib32-nouveau-dri: for Nouveau users'
-  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
-  'lib32-flashplugin: for flash video'
-  )
-build() {
-patch -Np1 -i "$srcdir/lib32-flashplugin-path.patch"
-}
-else
-optdepends=('flashplugin: for flash videos')
-fi
-
-
-install=steam.install
-
-source=("http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz";
-'lib32-flashplugin-path.patch')
-md5sums=('b7ff967f7848cfa625ff51150fc67e1d'
- '5532b7f604fe9a73a7b6decab01e9a77')
-
-
-package() {
-
-  # Install license
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-  
-  install -Dm644 "$pkgdir/usr/share/doc/steam/steam_install_agreement.txt" 
"$pkgdir/usr/share/licenses/steam/LICENSE"
-  
-
-  # blank steamdeps because apt-get
-  ln -sf /bin/true "$pkgdir/usr/bin/steamdeps"
-
-}
-#vim: set ft=PKGBUILD sw=2 ts=2 et

Copied: steam/repos/multilib-x86_64/PKGBUILD (from rev 84368, 
steam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-17 01:15:24 UTC (rev 84369)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: K900 
+pkgname=steam
+pkgver=1.0.0.28
+pkgrel=2
+pkgdesc="Digital distribution client - open beta - bootstrap package"
+arch=("i686" "x86_64")
+url="http://steampowered.com/";
+license=('custom')
+depends=(
+  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
+  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
+  )
+if [[ "$CARCH" == "x86_64" ]]; then
+  depends+=(lib32-libgl lib32-gcc-libs lib32-libx11)
+  optdepends=(
+  'lib32-ati-dri: for open source ATI driver users'
+  'lib32-catalyst-utils: for AMD Catalyst users'
+  'lib32-intel-dri: for open source Intel driver users'
+  'lib32-nouveau-dri: for Nouveau users'
+  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
+  'lib32-flashplugin: for flash video'
+  )
+build() {
+patch -d "$pkgname-$pkgver" -Np1 -i "$srcdir/lib32-flashplugin-path.patch"
+}
+else
+optdepends=('flashplugin: for flash videos')
+fi
+install=steam.install
+source=("http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz";
+'lib32-flashplugin-path.patch')
+md5sums=('5d7b7e12dd0d513d3f7191872fa596cd'
+ '1d83a1df55d677f35ce415e0750f4448')
+package() {
+
+  # Install license
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+  
+  install -Dm644 "$pkgdir/usr/share/doc/steam/steam_install_agreement.txt" 
"$pkgdir/usr/share/licenses/steam/LICENSE"
+
+  # blank steamdeps because apt-get
+  ln -sf /bin/true "$pkgdir/usr/bin/steamdeps"
+}
+#vim: set ft=PKGBUILD sw=2 ts=2 et

[arch-commits] Commit in steam/trunk (PKGBUILD alsa_sdl_audiodriver.patch)

2013-02-17 Thread Daniel Wallace
Date: Monday, February 18, 2013 @ 05:39:29
  Author: dwallace
Revision: 84396

upgpkg: steam 1.0.0.28-3

upgpkg: steam 1.0.0.28-3 SDL_AUDIODRIVER=alsa test

Added:
  steam/trunk/alsa_sdl_audiodriver.patch
Modified:
  steam/trunk/PKGBUILD

+
 PKGBUILD   |   12 +---
 alsa_sdl_audiodriver.patch |   14 ++
 2 files changed, 23 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-17 22:49:50 UTC (rev 84395)
+++ PKGBUILD2013-02-18 04:39:29 UTC (rev 84396)
@@ -3,7 +3,7 @@
 # Contributor: K900 
 pkgname=steam
 pkgver=1.0.0.28
-pkgrel=2
+pkgrel=3
 pkgdesc="Digital distribution client - open beta - bootstrap package"
 arch=("i686" "x86_64")
 url="http://steampowered.com/";
@@ -24,15 +24,21 @@
   )
 build() {
 patch -d "$pkgname-$pkgver" -Np1 -i "$srcdir/lib32-flashplugin-path.patch"
+patch -d "$pkgname-$pkgver" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
 }
 else
 optdepends=('flashplugin: for flash videos')
+build() {
+patch -d "$pkgname-$pkgver" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
+}
 fi
 install=steam.install
 
source=("http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz";
-'lib32-flashplugin-path.patch')
+'lib32-flashplugin-path.patch'
+'alsa_sdl_audiodriver.patch')
 md5sums=('5d7b7e12dd0d513d3f7191872fa596cd'
- '1d83a1df55d677f35ce415e0750f4448')
+ '1d83a1df55d677f35ce415e0750f4448'
+ 'd47c1acf365336290eaba8ca845248a4')
 package() {
 
   # Install license

Added: alsa_sdl_audiodriver.patch
===
--- alsa_sdl_audiodriver.patch  (rev 0)
+++ alsa_sdl_audiodriver.patch  2013-02-18 04:39:29 UTC (rev 84396)
@@ -0,0 +1,14 @@
+--- a/steam2013-02-15 14:43:40.0 -0500
 b/steam2013-02-17 23:26:31.951179106 -0500
+@@ -17,6 +17,11 @@
+ # Set up domain for script localization
+ export TEXTDOMAIN=steam
+ 
++# check if pulseaudio is installed and if it isn't, use alsa for 
SDL_AUDIODRIVER
++if ! pacman -T pulseaudio &>/dev/null; then
++export SDL_AUDIODRIVER=alsa
++fi
++
+ function show_message()
+ {
+   style=$1



[arch-commits] Commit in steam/repos (5 files)

2013-02-17 Thread Daniel Wallace
Date: Monday, February 18, 2013 @ 05:40:00
  Author: dwallace
Revision: 84397

archrelease: copy trunk to community-testing-i686

Added:
  steam/repos/community-testing-i686/
  steam/repos/community-testing-i686/PKGBUILD
(from rev 84396, steam/trunk/PKGBUILD)
  steam/repos/community-testing-i686/alsa_sdl_audiodriver.patch
(from rev 84396, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/community-testing-i686/lib32-flashplugin-path.patch
(from rev 84396, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/community-testing-i686/steam.install
(from rev 84396, steam/trunk/steam.install)

--+
 PKGBUILD |   52 +
 alsa_sdl_audiodriver.patch   |   14 +++
 lib32-flashplugin-path.patch |   10 +++
 steam.install|   26 
 4 files changed, 102 insertions(+)

Copied: steam/repos/community-testing-i686/PKGBUILD (from rev 84396, 
steam/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-02-18 04:40:00 UTC (rev 84397)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: K900 
+pkgname=steam
+pkgver=1.0.0.28
+pkgrel=3
+pkgdesc="Digital distribution client - open beta - bootstrap package"
+arch=("i686" "x86_64")
+url="http://steampowered.com/";
+license=('custom')
+depends=(
+  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
+  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
+  )
+if [[ "$CARCH" == "x86_64" ]]; then
+  depends+=(lib32-libgl lib32-gcc-libs lib32-libx11)
+  optdepends=(
+  'lib32-ati-dri: for open source ATI driver users'
+  'lib32-catalyst-utils: for AMD Catalyst users'
+  'lib32-intel-dri: for open source Intel driver users'
+  'lib32-nouveau-dri: for Nouveau users'
+  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
+  'lib32-flashplugin: for flash video'
+  )
+build() {
+patch -d "$pkgname-$pkgver" -Np1 -i "$srcdir/lib32-flashplugin-path.patch"
+patch -d "$pkgname-$pkgver" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
+}
+else
+optdepends=('flashplugin: for flash videos')
+build() {
+patch -d "$pkgname-$pkgver" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
+}
+fi
+install=steam.install
+source=("http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz";
+'lib32-flashplugin-path.patch'
+'alsa_sdl_audiodriver.patch')
+md5sums=('5d7b7e12dd0d513d3f7191872fa596cd'
+ '1d83a1df55d677f35ce415e0750f4448'
+ 'd47c1acf365336290eaba8ca845248a4')
+package() {
+
+  # Install license
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+  
+  install -Dm644 "$pkgdir/usr/share/doc/steam/steam_install_agreement.txt" 
"$pkgdir/usr/share/licenses/steam/LICENSE"
+
+  # blank steamdeps because apt-get
+  ln -sf /bin/true "$pkgdir/usr/bin/steamdeps"
+}
+#vim: set ft=PKGBUILD sw=2 ts=2 et

Copied: steam/repos/community-testing-i686/alsa_sdl_audiodriver.patch (from rev 
84396, steam/trunk/alsa_sdl_audiodriver.patch)
===
--- community-testing-i686/alsa_sdl_audiodriver.patch   
(rev 0)
+++ community-testing-i686/alsa_sdl_audiodriver.patch   2013-02-18 04:40:00 UTC 
(rev 84397)
@@ -0,0 +1,14 @@
+--- a/steam2013-02-15 14:43:40.0 -0500
 b/steam2013-02-17 23:26:31.951179106 -0500
+@@ -17,6 +17,11 @@
+ # Set up domain for script localization
+ export TEXTDOMAIN=steam
+ 
++# check if pulseaudio is installed and if it isn't, use alsa for 
SDL_AUDIODRIVER
++if ! pacman -T pulseaudio &>/dev/null; then
++export SDL_AUDIODRIVER=alsa
++fi
++
+ function show_message()
+ {
+   style=$1

Copied: steam/repos/community-testing-i686/lib32-flashplugin-path.patch (from 
rev 84396, steam/trunk/lib32-flashplugin-path.patch)
===
--- community-testing-i686/lib32-flashplugin-path.patch 
(rev 0)
+++ community-testing-i686/lib32-flashplugin-path.patch 2013-02-18 04:40:00 UTC 
(rev 84397)
@@ -0,0 +1,10 @@
+--- a/steam2013-02-14 14:03:49.0 -0500
 b/steam2013-02-14 15:48:06.766152022 -0500
+@@ -51,6 +51,7 @@
+ 
+ function setup_variables()
+ {
++MOZ_PLUGIN_PATH="/usr/lib32/mozilla/plugins/"
+   STEAMPACKAGE="${0##*/}"
+   STEAMCONFIG=~/.steam
+   STEAMDATALINK="$STEAMCONFIG/$STEA

[arch-commits] Commit in steam/repos (5 files)

2013-02-17 Thread Daniel Wallace
Date: Monday, February 18, 2013 @ 05:44:05
  Author: dwallace
Revision: 84398

archrelease: copy trunk to multilib-testing-x86_64

Added:
  steam/repos/multilib-testing-x86_64/
  steam/repos/multilib-testing-x86_64/PKGBUILD
(from rev 84397, steam/trunk/PKGBUILD)
  steam/repos/multilib-testing-x86_64/alsa_sdl_audiodriver.patch
(from rev 84397, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/multilib-testing-x86_64/lib32-flashplugin-path.patch
(from rev 84397, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/multilib-testing-x86_64/steam.install
(from rev 84397, steam/trunk/steam.install)

--+
 PKGBUILD |   52 +
 alsa_sdl_audiodriver.patch   |   14 +++
 lib32-flashplugin-path.patch |   10 +++
 steam.install|   26 
 4 files changed, 102 insertions(+)

Copied: steam/repos/multilib-testing-x86_64/PKGBUILD (from rev 84397, 
steam/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2013-02-18 04:44:05 UTC (rev 84398)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: K900 
+pkgname=steam
+pkgver=1.0.0.28
+pkgrel=3
+pkgdesc="Digital distribution client - open beta - bootstrap package"
+arch=("i686" "x86_64")
+url="http://steampowered.com/";
+license=('custom')
+depends=(
+  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
+  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
+  )
+if [[ "$CARCH" == "x86_64" ]]; then
+  depends+=(lib32-libgl lib32-gcc-libs lib32-libx11)
+  optdepends=(
+  'lib32-ati-dri: for open source ATI driver users'
+  'lib32-catalyst-utils: for AMD Catalyst users'
+  'lib32-intel-dri: for open source Intel driver users'
+  'lib32-nouveau-dri: for Nouveau users'
+  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
+  'lib32-flashplugin: for flash video'
+  )
+build() {
+patch -d "$pkgname-$pkgver" -Np1 -i "$srcdir/lib32-flashplugin-path.patch"
+patch -d "$pkgname-$pkgver" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
+}
+else
+optdepends=('flashplugin: for flash videos')
+build() {
+patch -d "$pkgname-$pkgver" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
+}
+fi
+install=steam.install
+source=("http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz";
+'lib32-flashplugin-path.patch'
+'alsa_sdl_audiodriver.patch')
+md5sums=('5d7b7e12dd0d513d3f7191872fa596cd'
+ '1d83a1df55d677f35ce415e0750f4448'
+ 'd47c1acf365336290eaba8ca845248a4')
+package() {
+
+  # Install license
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+  
+  install -Dm644 "$pkgdir/usr/share/doc/steam/steam_install_agreement.txt" 
"$pkgdir/usr/share/licenses/steam/LICENSE"
+
+  # blank steamdeps because apt-get
+  ln -sf /bin/true "$pkgdir/usr/bin/steamdeps"
+}
+#vim: set ft=PKGBUILD sw=2 ts=2 et

Copied: steam/repos/multilib-testing-x86_64/alsa_sdl_audiodriver.patch (from 
rev 84397, steam/trunk/alsa_sdl_audiodriver.patch)
===
--- multilib-testing-x86_64/alsa_sdl_audiodriver.patch  
(rev 0)
+++ multilib-testing-x86_64/alsa_sdl_audiodriver.patch  2013-02-18 04:44:05 UTC 
(rev 84398)
@@ -0,0 +1,14 @@
+--- a/steam2013-02-15 14:43:40.0 -0500
 b/steam2013-02-17 23:26:31.951179106 -0500
+@@ -17,6 +17,11 @@
+ # Set up domain for script localization
+ export TEXTDOMAIN=steam
+ 
++# check if pulseaudio is installed and if it isn't, use alsa for 
SDL_AUDIODRIVER
++if ! pacman -T pulseaudio &>/dev/null; then
++export SDL_AUDIODRIVER=alsa
++fi
++
+ function show_message()
+ {
+   style=$1

Copied: steam/repos/multilib-testing-x86_64/lib32-flashplugin-path.patch (from 
rev 84397, steam/trunk/lib32-flashplugin-path.patch)
===
--- multilib-testing-x86_64/lib32-flashplugin-path.patch
(rev 0)
+++ multilib-testing-x86_64/lib32-flashplugin-path.patch2013-02-18 
04:44:05 UTC (rev 84398)
@@ -0,0 +1,10 @@
+--- a/steam2013-02-14 14:03:49.0 -0500
 b/steam2013-02-14 15:48:06.766152022 -0500
+@@ -51,6 +51,7 @@
+ 
+ function setup_variables()
+ {
++MOZ_PLUGIN_PATH="/usr/lib32/mozilla/plugins/"
+   STEAMPACKAGE="${0##*/}"
+   STEAMCONFIG=~/.steam
+   STEAMDATALIN

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

2013-02-19 Thread Daniel Wallace
Date: Wednesday, February 20, 2013 @ 00:00:23
  Author: dwallace
Revision: 84569

upgpkg: vim-systemd 20130219-1

upgpkg: vim-systemd 20130219-1

Modified:
  vim-systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-19 22:38:31 UTC (rev 84568)
+++ PKGBUILD2013-02-19 23:00:23 UTC (rev 84569)
@@ -3,8 +3,8 @@
 # Contributor: Jason St. John 
 
 pkgname=vim-systemd
-pkgver=20110915
-pkgrel=3
+pkgver=20130219
+pkgrel=1
 pkgdesc="Vim syntax highlighting for systemd unit files"
 arch=('any')
 url="http://fedorapeople.org/cgit/wwoods/public_git/vim-scripts.git/";
@@ -12,6 +12,8 @@
 depends=('vim')
 
source=("syntax-systemd.vim::http://fedorapeople.org/cgit/wwoods/public_git/vim-scripts.git/plain/syntax/systemd.vim";
 
"ftdetect-systemd.vim::http://fedorapeople.org/cgit/wwoods/public_git/vim-scripts.git/plain/ftdetect/systemd.vim";
+
"syntax-udev.vim::http://fedorapeople.org/cgit/wwoods/public_git/vim-scripts.git/plain/syntax/udev.vim";
+
"ftdetect-udev.vim::http://fedorapeople.org/cgit/wwoods/public_git/vim-scripts.git/plain/ftdetect/udev.vim";
 '0001-Add-more-syntax-keywords-for-service-and-socket-file.patch')
 
 package() {
@@ -22,8 +24,12 @@
 
install -Dm644 syntax-systemd.vim 
"$pkgdir/usr/share/vim/vimfiles/syntax/systemd.vim"
install -Dm644 ftdetect-systemd.vim 
"$pkgdir/usr/share/vim/vimfiles/ftdetect/systemd.vim"
+   install -Dm644 syntax-udev.vim 
"$pkgdir/usr/share/vim/vimfiles/syntax/udev.vim"
+   install -Dm644 ftdetect-udev.vim 
"$pkgdir/usr/share/vim/vimfiles/ftdetect/udev.vim"
 
 }
-md5sums=('d1332a9a15712b4c24f56520ffe039ed'
+md5sums=('0d860125c3ffaf34fe395376ed3bee20'
  'b022fcc3ddc10a49a52e960868924103'
+ '3089ca7384668a4a6ccbee979663599f'
+ '8c49e2ad82ff1b1dca1defbdbbc199fd'
  '5b8cfccad0f9b1eb06b83c9b9a2d6714')



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

2013-02-19 Thread Daniel Wallace
 /^\%(SysVStartPriority\|FsckPassNo\)=/ 
nextgroup=sdUInt,sdErr
+-syn match sdServiceKey contained /^\%(Restart\|Timeout\)Sec=/ 
nextgroup=sdDuration,sdErr
++syn match sdServiceKey contained /^\%(Restart\|Timeout\|Watchdog\)Sec=/ 
nextgroup=sdDuration,sdErr
++syn match sdServiceKey contained /^StartLimit\%(Interval\|Burst\)=/ 
nextgroup=sdDuration,sdErr
++syn match sdServiceKey contained /^StartLimitAction=/ 
nextgroup=sdLimitActionType,sdErr
++syn match sdServiceKey contained /^\%(Success\|RestartPrevent\)ExitStatus=/ 
nextgroup=sdErr
+ syn match sdServiceKey contained /^Sockets=/ nextgroup=sdUnitList
+ syn match sdServiceKey contained /^PIDFile=/ nextgroup=sdFilename,sdErr
+ syn match sdServiceKey contained /^Type=/ nextgroup=sdServiceType,sdErr
+ syn match sdServiceKey contained /^Restart=/ nextgroup=sdRestartType,sdErr
+ syn match sdServiceKey contained /^NotifyAccess=/ nextgroup=sdNotifyType,sdErr
+-syn keyword sdServiceType contained nextgroup=sdErr simple forking dbus 
oneshot notify
++syn keyword sdServiceType contained nextgroup=sdErr simple forking oneshot 
dbus notify idle
+ syn keyword sdRestartType contained nextgroup=sdErr no on-success on-failure 
on-abort always
+ syn keyword sdNotifyType  contained nextgroup=sdErr none main all
++syn keyword sdLimitActionType  contained nextgroup=sdErr none reboot 
reboot-force reboot-immediate
+ 
+ " [Socket] {{{1
+ syn region sdSocketBlock matchgroup=sdHeader start=/^\[Socket\]/ 
end=/^\[/me=e-2 contains=sdSocketKey,sdExecKey
+@@ -161,7 +167,7 @@ syn match sdSocketKey contained 
/^Listen\%(Stream\|Datagram\|SequentialPacket\|F
+ syn match sdSocketKey contained /^Listen\%(FIFO\|Special\)=/ 
nextgroup=sdFilename,sdErr
+ syn match sdSocketKey contained /^\%(Socket\|Directory\)Mode=/ 
nextgroup=sdOctal,sdErr
+ syn match sdSocketKey contained 
/^\%(Backlog\|MaxConnections\|Priority\|ReceiveBuffer\|SendBuffer\|IPTTL\|Mark\|PipeSize\|MessageQueueMaxMessages\|MessageQueueMessageSize\)=/
 nextgroup=sdUInt,sdErr
+-syn match sdSocketKey contained 
/^\%(Accept\|KeepAlive\|FreeBind\|Transparent\|Broadcast\)=/ 
nextgroup=sdBool,sdErr
++syn match sdSocketKey contained 
/^\%(Accept\|KeepAlive\|FreeBind\|Transparent\|Broadcast\|PassCredentials\|PassSecurity\)=/
 nextgroup=sdBool,sdErr
+ syn match sdSocketKey contained /^BindToDevice=/
+ syn match sdSocketKey contained /^Service=/ nextgroup=sdUnitList
+ syn match sdSocketKey contained /^BindIPv6Only=/ nextgroup=sdBindIPv6,sdErr
+@@ -236,6 +242,7 @@ hi def link sdOctal sdValue
+ hi def link sdDuration  sdValue
+ hi def link sdVirtType  sdValue
+ hi def link sdServiceType   sdValue
++hi def link sdLimitActionType   sdValue
+ hi def link sdNotifyTypesdValue
+ hi def link sdSecurityType  sdValue
+ hi def link sdSecureBitssdValue
+

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-19 23:00:23 UTC (rev 84569)
+++ PKGBUILD2013-02-19 23:00:42 UTC (rev 84570)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: Jason St. John 
-
-pkgname=vim-systemd
-pkgver=20110915
-pkgrel=3
-pkgdesc="Vim syntax highlighting for systemd unit files"
-arch=('any')
-url="http://fedorapeople.org/cgit/wwoods/public_git/vim-scripts.git/";
-license=('custom')
-depends=('vim')
-source=("syntax-systemd.vim::http://fedorapeople.org/cgit/wwoods/public_git/vim-scripts.git/plain/syntax/systemd.vim";
-
"ftdetect-systemd.vim::http://fedorapeople.org/cgit/wwoods/public_git/vim-scripts.git/plain/ftdetect/systemd.vim";
-'0001-Add-more-syntax-keywords-for-service-and-socket-file.patch')
-
-package() {
-   cd "$srcdir"
-
-   # Patch submitted upstream but not applied in Git tree
-   patch --follow-symlinks < 
"$srcdir/0001-Add-more-syntax-keywords-for-service-and-socket-file.patch"
-
-   install -Dm644 syntax-systemd.vim 
"$pkgdir/usr/share/vim/vimfiles/syntax/systemd.vim"
-   install -Dm644 ftdetect-systemd.vim 
"$pkgdir/usr/share/vim/vimfiles/ftdetect/systemd.vim"
-
-}
-md5sums=('d1332a9a15712b4c24f56520ffe039ed'
- 'b022fcc3ddc10a49a52e960868924103'
- '5b8cfccad0f9b1eb06b83c9b9a2d6714')

Copied: vim-systemd/repos/community-any/PKGBUILD (from rev 84569, 
vim-systemd/trunk/PKGBUILD)
===========
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-19 23:00:42 UTC (rev 84570)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: Jason St. John 
+
+pkgname=vim-systemd
+pkgver=20130219
+pkgrel=1
+pkgdesc="Vim syntax highlighting for systemd unit files"
+arch=('any')
+url="http://fedorapeople.org/cgit/wwoods/public_git/vim-scripts.git/";
+license=('custom')
+depends=('vim')
+source=("synt

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

2013-02-19 Thread Daniel Wallace
Date: Wednesday, February 20, 2013 @ 08:23:40
  Author: dwallace
Revision: 84586

upgpkg: lib32-flashplugin 11.2.202.270-2

fix FS#33903

Modified:
  lib32-flashplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-20 06:16:08 UTC (rev 84585)
+++ PKGBUILD2013-02-20 07:23:40 UTC (rev 84586)
@@ -4,13 +4,13 @@
 pkgname=lib32-flashplugin
 _licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
 pkgver=11.2.202.270
-pkgrel=1
+pkgrel=2
 license=('custom')
 pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
 url="http://get.adobe.com/flashplayer";
 arch=('x86_64')
 depends=('mozilla-common' 'lib32-libxt' 'lib32-gtk2' 'lib32-nss' 'lib32-curl' 
'lib32-alsa-lib')
-optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
+#optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
 options=(!strip)
 
source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz";
 "http://www.adobe.com/products/eulas/pdfs/${_licensefile}";)



[arch-commits] Commit in lib32-flashplugin/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2013-02-19 Thread Daniel Wallace
Date: Wednesday, February 20, 2013 @ 08:24:03
  Author: dwallace
Revision: 84587

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-flashplugin/repos/multilib-x86_64/PKGBUILD
(from rev 84586, lib32-flashplugin/trunk/PKGBUILD)
Deleted:
  lib32-flashplugin/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-20 07:23:40 UTC (rev 84586)
+++ PKGBUILD2013-02-20 07:24:03 UTC (rev 84587)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-
-pkgname=lib32-flashplugin
-_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
-pkgver=11.2.202.270
-pkgrel=1
-license=('custom')
-pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
-url="http://get.adobe.com/flashplayer";
-arch=('x86_64')
-depends=('mozilla-common' 'lib32-libxt' 'lib32-gtk2' 'lib32-nss' 'lib32-curl' 
'lib32-alsa-lib')
-optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
-options=(!strip)
-source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz";
-"http://www.adobe.com/products/eulas/pdfs/${_licensefile}";)
-md5sums=('67ffda3effdf937eaed48a46f2f6f21a'
- '94ca2aecb409abfe36494d1a7ec7591d')
-
-package() {
-  install -Dm644 "${srcdir}/libflashplayer.so" 
"${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so"
-  install -Dm644 "${_licensefile}" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.pdf"
-}
-

Copied: lib32-flashplugin/repos/multilib-x86_64/PKGBUILD (from rev 84586, 
lib32-flashplugin/trunk/PKGBUILD)
=======
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-20 07:24:03 UTC (rev 84587)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+
+pkgname=lib32-flashplugin
+_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
+pkgver=11.2.202.270
+pkgrel=2
+license=('custom')
+pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
+url="http://get.adobe.com/flashplayer";
+arch=('x86_64')
+depends=('mozilla-common' 'lib32-libxt' 'lib32-gtk2' 'lib32-nss' 'lib32-curl' 
'lib32-alsa-lib')
+#optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
+options=(!strip)
+source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz";
+"http://www.adobe.com/products/eulas/pdfs/${_licensefile}";)
+md5sums=('67ffda3effdf937eaed48a46f2f6f21a'
+ '94ca2aecb409abfe36494d1a7ec7591d')
+
+package() {
+  install -Dm644 "${srcdir}/libflashplayer.so" 
"${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so"
+  install -Dm644 "${_licensefile}" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.pdf"
+}
+



[arch-commits] Commit in lib32-flashplugin/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2013-02-19 Thread Daniel Wallace
Date: Wednesday, February 20, 2013 @ 08:25:15
  Author: dwallace
Revision: 84588

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-flashplugin/repos/multilib-x86_64/PKGBUILD
(from rev 84587, lib32-flashplugin/trunk/PKGBUILD)
Deleted:
  lib32-flashplugin/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-20 07:24:03 UTC (rev 84587)
+++ PKGBUILD2013-02-20 07:25:15 UTC (rev 84588)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-
-pkgname=lib32-flashplugin
-_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
-pkgver=11.2.202.270
-pkgrel=2
-license=('custom')
-pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
-url="http://get.adobe.com/flashplayer";
-arch=('x86_64')
-depends=('mozilla-common' 'lib32-libxt' 'lib32-gtk2' 'lib32-nss' 'lib32-curl' 
'lib32-alsa-lib')
-#optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
-options=(!strip)
-source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz";
-"http://www.adobe.com/products/eulas/pdfs/${_licensefile}";)
-md5sums=('67ffda3effdf937eaed48a46f2f6f21a'
- '94ca2aecb409abfe36494d1a7ec7591d')
-
-package() {
-  install -Dm644 "${srcdir}/libflashplayer.so" 
"${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so"
-  install -Dm644 "${_licensefile}" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.pdf"
-}
-

Copied: lib32-flashplugin/repos/multilib-x86_64/PKGBUILD (from rev 84587, 
lib32-flashplugin/trunk/PKGBUILD)
=======
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-20 07:25:15 UTC (rev 84588)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+
+pkgname=lib32-flashplugin
+_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
+pkgver=11.2.202.270
+pkgrel=2
+license=('custom')
+pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
+url="http://get.adobe.com/flashplayer";
+arch=('x86_64')
+depends=('mozilla-common' 'lib32-libxt' 'lib32-gtk2' 'lib32-nss' 'lib32-curl' 
'lib32-alsa-lib')
+#optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
+options=(!strip)
+source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz";
+"http://www.adobe.com/products/eulas/pdfs/${_licensefile}";)
+md5sums=('67ffda3effdf937eaed48a46f2f6f21a'
+ '94ca2aecb409abfe36494d1a7ec7591d')
+
+package() {
+  install -Dm644 "${srcdir}/libflashplayer.so" 
"${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so"
+  install -Dm644 "${_licensefile}" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.pdf"
+}
+



[arch-commits] Commit in lib32-flashplugin/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2013-02-19 Thread Daniel Wallace
Date: Wednesday, February 20, 2013 @ 08:29:24
  Author: dwallace
Revision: 84589

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-flashplugin/repos/multilib-x86_64/PKGBUILD
(from rev 84588, lib32-flashplugin/trunk/PKGBUILD)
Deleted:
  lib32-flashplugin/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-20 07:25:15 UTC (rev 84588)
+++ PKGBUILD2013-02-20 07:29:24 UTC (rev 84589)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-
-pkgname=lib32-flashplugin
-_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
-pkgver=11.2.202.270
-pkgrel=2
-license=('custom')
-pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
-url="http://get.adobe.com/flashplayer";
-arch=('x86_64')
-depends=('mozilla-common' 'lib32-libxt' 'lib32-gtk2' 'lib32-nss' 'lib32-curl' 
'lib32-alsa-lib')
-#optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
-options=(!strip)
-source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz";
-"http://www.adobe.com/products/eulas/pdfs/${_licensefile}";)
-md5sums=('67ffda3effdf937eaed48a46f2f6f21a'
- '94ca2aecb409abfe36494d1a7ec7591d')
-
-package() {
-  install -Dm644 "${srcdir}/libflashplayer.so" 
"${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so"
-  install -Dm644 "${_licensefile}" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.pdf"
-}
-

Copied: lib32-flashplugin/repos/multilib-x86_64/PKGBUILD (from rev 84588, 
lib32-flashplugin/trunk/PKGBUILD)
=======
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-20 07:29:24 UTC (rev 84589)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+
+pkgname=lib32-flashplugin
+_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
+pkgver=11.2.202.270
+pkgrel=2
+license=('custom')
+pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
+url="http://get.adobe.com/flashplayer";
+arch=('x86_64')
+depends=('mozilla-common' 'lib32-libxt' 'lib32-gtk2' 'lib32-nss' 'lib32-curl' 
'lib32-alsa-lib')
+#optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
+options=(!strip)
+source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz";
+"http://www.adobe.com/products/eulas/pdfs/${_licensefile}";)
+md5sums=('67ffda3effdf937eaed48a46f2f6f21a'
+ '94ca2aecb409abfe36494d1a7ec7591d')
+
+package() {
+  install -Dm644 "${srcdir}/libflashplayer.so" 
"${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so"
+  install -Dm644 "${_licensefile}" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.pdf"
+}
+



[arch-commits] Commit in lib32-flashplugin/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2013-02-19 Thread Daniel Wallace
Date: Wednesday, February 20, 2013 @ 08:30:24
  Author: dwallace
Revision: 84590

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-flashplugin/repos/multilib-x86_64/PKGBUILD
(from rev 84589, lib32-flashplugin/trunk/PKGBUILD)
Deleted:
  lib32-flashplugin/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-20 07:29:24 UTC (rev 84589)
+++ PKGBUILD2013-02-20 07:30:24 UTC (rev 84590)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-
-pkgname=lib32-flashplugin
-_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
-pkgver=11.2.202.270
-pkgrel=2
-license=('custom')
-pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
-url="http://get.adobe.com/flashplayer";
-arch=('x86_64')
-depends=('mozilla-common' 'lib32-libxt' 'lib32-gtk2' 'lib32-nss' 'lib32-curl' 
'lib32-alsa-lib')
-#optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
-options=(!strip)
-source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz";
-"http://www.adobe.com/products/eulas/pdfs/${_licensefile}";)
-md5sums=('67ffda3effdf937eaed48a46f2f6f21a'
- '94ca2aecb409abfe36494d1a7ec7591d')
-
-package() {
-  install -Dm644 "${srcdir}/libflashplayer.so" 
"${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so"
-  install -Dm644 "${_licensefile}" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.pdf"
-}
-

Copied: lib32-flashplugin/repos/multilib-x86_64/PKGBUILD (from rev 84589, 
lib32-flashplugin/trunk/PKGBUILD)
=======
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-20 07:30:24 UTC (rev 84590)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+
+pkgname=lib32-flashplugin
+_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
+pkgver=11.2.202.270
+pkgrel=2
+license=('custom')
+pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
+url="http://get.adobe.com/flashplayer";
+arch=('x86_64')
+depends=('mozilla-common' 'lib32-libxt' 'lib32-gtk2' 'lib32-nss' 'lib32-curl' 
'lib32-alsa-lib')
+#optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
+options=(!strip)
+source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz";
+"http://www.adobe.com/products/eulas/pdfs/${_licensefile}";)
+md5sums=('67ffda3effdf937eaed48a46f2f6f21a'
+ '94ca2aecb409abfe36494d1a7ec7591d')
+
+package() {
+  install -Dm644 "${srcdir}/libflashplayer.so" 
"${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so"
+  install -Dm644 "${_licensefile}" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.pdf"
+}
+



[arch-commits] Commit in lib32-flashplugin/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2013-02-19 Thread Daniel Wallace
Date: Wednesday, February 20, 2013 @ 08:33:23
  Author: dwallace
Revision: 84591

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-flashplugin/repos/multilib-x86_64/PKGBUILD
(from rev 84590, lib32-flashplugin/trunk/PKGBUILD)
Deleted:
  lib32-flashplugin/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-20 07:30:24 UTC (rev 84590)
+++ PKGBUILD2013-02-20 07:33:23 UTC (rev 84591)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-
-pkgname=lib32-flashplugin
-_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
-pkgver=11.2.202.270
-pkgrel=2
-license=('custom')
-pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
-url="http://get.adobe.com/flashplayer";
-arch=('x86_64')
-depends=('mozilla-common' 'lib32-libxt' 'lib32-gtk2' 'lib32-nss' 'lib32-curl' 
'lib32-alsa-lib')
-#optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
-options=(!strip)
-source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz";
-"http://www.adobe.com/products/eulas/pdfs/${_licensefile}";)
-md5sums=('67ffda3effdf937eaed48a46f2f6f21a'
- '94ca2aecb409abfe36494d1a7ec7591d')
-
-package() {
-  install -Dm644 "${srcdir}/libflashplayer.so" 
"${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so"
-  install -Dm644 "${_licensefile}" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.pdf"
-}
-

Copied: lib32-flashplugin/repos/multilib-x86_64/PKGBUILD (from rev 84590, 
lib32-flashplugin/trunk/PKGBUILD)
=======
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-20 07:33:23 UTC (rev 84591)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+
+pkgname=lib32-flashplugin
+_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
+pkgver=11.2.202.270
+pkgrel=2
+license=('custom')
+pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
+url="http://get.adobe.com/flashplayer";
+arch=('x86_64')
+depends=('mozilla-common' 'lib32-libxt' 'lib32-gtk2' 'lib32-nss' 'lib32-curl' 
'lib32-alsa-lib')
+#optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
+options=(!strip)
+source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz";
+"http://www.adobe.com/products/eulas/pdfs/${_licensefile}";)
+md5sums=('67ffda3effdf937eaed48a46f2f6f21a'
+ '94ca2aecb409abfe36494d1a7ec7591d')
+
+package() {
+  install -Dm644 "${srcdir}/libflashplayer.so" 
"${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so"
+  install -Dm644 "${_licensefile}" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.pdf"
+}
+



[arch-commits] Commit in lib32-flashplugin/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2013-02-20 Thread Daniel Wallace
Date: Wednesday, February 20, 2013 @ 16:24:59
  Author: dwallace
Revision: 84608

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-flashplugin/repos/multilib-x86_64/PKGBUILD
(from rev 84607, lib32-flashplugin/trunk/PKGBUILD)
Deleted:
  lib32-flashplugin/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-20 15:15:25 UTC (rev 84607)
+++ PKGBUILD2013-02-20 15:24:59 UTC (rev 84608)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-
-pkgname=lib32-flashplugin
-_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
-pkgver=11.2.202.270
-pkgrel=2
-license=('custom')
-pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
-url="http://get.adobe.com/flashplayer";
-arch=('x86_64')
-depends=('mozilla-common' 'lib32-libxt' 'lib32-gtk2' 'lib32-nss' 'lib32-curl' 
'lib32-alsa-lib')
-#optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
-options=(!strip)
-source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz";
-"http://www.adobe.com/products/eulas/pdfs/${_licensefile}";)
-md5sums=('67ffda3effdf937eaed48a46f2f6f21a'
- '94ca2aecb409abfe36494d1a7ec7591d')
-
-package() {
-  install -Dm644 "${srcdir}/libflashplayer.so" 
"${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so"
-  install -Dm644 "${_licensefile}" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.pdf"
-}
-

Copied: lib32-flashplugin/repos/multilib-x86_64/PKGBUILD (from rev 84607, 
lib32-flashplugin/trunk/PKGBUILD)
=======
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-20 15:24:59 UTC (rev 84608)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+
+pkgname=lib32-flashplugin
+_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
+pkgver=11.2.202.270
+pkgrel=2
+license=('custom')
+pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
+url="http://get.adobe.com/flashplayer";
+arch=('x86_64')
+depends=('mozilla-common' 'lib32-libxt' 'lib32-gtk2' 'lib32-nss' 'lib32-curl' 
'lib32-alsa-lib')
+#optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
+options=(!strip)
+source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz";
+"http://www.adobe.com/products/eulas/pdfs/${_licensefile}";)
+md5sums=('67ffda3effdf937eaed48a46f2f6f21a'
+ '94ca2aecb409abfe36494d1a7ec7591d')
+
+package() {
+  install -Dm644 "${srcdir}/libflashplayer.so" 
"${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so"
+  install -Dm644 "${_licensefile}" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.pdf"
+}
+



[arch-commits] Commit in lib32-flashplugin/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2013-02-20 Thread Daniel Wallace
Date: Wednesday, February 20, 2013 @ 16:28:24
  Author: dwallace
Revision: 84609

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-flashplugin/repos/multilib-x86_64/PKGBUILD
(from rev 84608, lib32-flashplugin/trunk/PKGBUILD)
Deleted:
  lib32-flashplugin/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-20 15:24:59 UTC (rev 84608)
+++ PKGBUILD2013-02-20 15:28:24 UTC (rev 84609)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-
-pkgname=lib32-flashplugin
-_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
-pkgver=11.2.202.270
-pkgrel=2
-license=('custom')
-pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
-url="http://get.adobe.com/flashplayer";
-arch=('x86_64')
-depends=('mozilla-common' 'lib32-libxt' 'lib32-gtk2' 'lib32-nss' 'lib32-curl' 
'lib32-alsa-lib')
-#optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
-options=(!strip)
-source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz";
-"http://www.adobe.com/products/eulas/pdfs/${_licensefile}";)
-md5sums=('67ffda3effdf937eaed48a46f2f6f21a'
- '94ca2aecb409abfe36494d1a7ec7591d')
-
-package() {
-  install -Dm644 "${srcdir}/libflashplayer.so" 
"${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so"
-  install -Dm644 "${_licensefile}" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.pdf"
-}
-

Copied: lib32-flashplugin/repos/multilib-x86_64/PKGBUILD (from rev 84608, 
lib32-flashplugin/trunk/PKGBUILD)
=======
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-20 15:28:24 UTC (rev 84609)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+
+pkgname=lib32-flashplugin
+_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
+pkgver=11.2.202.270
+pkgrel=2
+license=('custom')
+pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
+url="http://get.adobe.com/flashplayer";
+arch=('x86_64')
+depends=('mozilla-common' 'lib32-libxt' 'lib32-gtk2' 'lib32-nss' 'lib32-curl' 
'lib32-alsa-lib')
+#optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
+options=(!strip)
+source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz";
+"http://www.adobe.com/products/eulas/pdfs/${_licensefile}";)
+md5sums=('67ffda3effdf937eaed48a46f2f6f21a'
+ '94ca2aecb409abfe36494d1a7ec7591d')
+
+package() {
+  install -Dm644 "${srcdir}/libflashplayer.so" 
"${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so"
+  install -Dm644 "${_licensefile}" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.pdf"
+}
+



[arch-commits] Commit in steam/trunk (PKGBUILD alsa_sdl_audiodriver.patch)

2013-02-23 Thread Daniel Wallace
Date: Sunday, February 24, 2013 @ 01:12:23
  Author: dwallace
Revision: 84736

upgpkg: steam 1.0.0.31-1

upgpkg: steam 1.0.0.31-1

Modified:
  steam/trunk/PKGBUILD
  steam/trunk/alsa_sdl_audiodriver.patch

+
 PKGBUILD   |   23 ---
 alsa_sdl_audiodriver.patch |2 +-
 2 files changed, 13 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-23 23:53:48 UTC (rev 84735)
+++ PKGBUILD2013-02-24 00:12:23 UTC (rev 84736)
@@ -2,9 +2,9 @@
 # Maintainer: Daniel Wallace 
 # Contributor: K900 
 pkgname=steam
-pkgver=1.0.0.28
-pkgrel=3
-pkgdesc="Digital distribution client - open beta - bootstrap package"
+pkgver=1.0.0.31
+pkgrel=1
+pkgdesc="Digital distribution client bootstrap package"
 arch=("i686" "x86_64")
 url="http://steampowered.com/";
 license=('custom')
@@ -23,26 +23,27 @@
   'lib32-flashplugin: for flash video'
   )
 build() {
-patch -d "$pkgname-$pkgver" -Np1 -i "$srcdir/lib32-flashplugin-path.patch"
-patch -d "$pkgname-$pkgver" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
+patch -d "$pkgname" -Np1 -i "$srcdir/lib32-flashplugin-path.patch"
+#patch -d "$pkgname" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
 }
 else
 optdepends=('flashplugin: for flash videos')
-build() {
-patch -d "$pkgname-$pkgver" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
-}
+#build() {
+#patch -d "$pkgname" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
+#}
 fi
 install=steam.install
 
source=("http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz";
 'lib32-flashplugin-path.patch'
 'alsa_sdl_audiodriver.patch')
-md5sums=('5d7b7e12dd0d513d3f7191872fa596cd'
+md5sums=('887501c662554fffdb6809dd0d39f968'
  '1d83a1df55d677f35ce415e0750f4448'
- 'd47c1acf365336290eaba8ca845248a4')
+ 'ac0e03d70f1101331598b2b32ed9bac3')
+
 package() {
 
   # Install license
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+  make -C "$pkgname" DESTDIR="$pkgdir" install
   
   install -Dm644 "$pkgdir/usr/share/doc/steam/steam_install_agreement.txt" 
"$pkgdir/usr/share/licenses/steam/LICENSE"
 

Modified: alsa_sdl_audiodriver.patch
===
--- alsa_sdl_audiodriver.patch  2013-02-23 23:53:48 UTC (rev 84735)
+++ alsa_sdl_audiodriver.patch  2013-02-24 00:12:23 UTC (rev 84736)
@@ -5,7 +5,7 @@
  export TEXTDOMAIN=steam
  
 +# check if pulseaudio is installed and if it isn't, use alsa for 
SDL_AUDIODRIVER
-+if ! pacman -T pulseaudio &>/dev/null; then
++if ! pulseaudio --check &>/dev/null; then
 +export SDL_AUDIODRIVER=alsa
 +fi
 +



[arch-commits] Commit in steam/repos/multilib-x86_64 (PKGBUILD)

2013-02-23 Thread Daniel Wallace
Date: Sunday, February 24, 2013 @ 01:12:50
  Author: dwallace
Revision: 84737

archrelease: copy trunk to multilib-x86_64

Deleted:
  steam/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-24 00:12:23 UTC (rev 84736)
+++ PKGBUILD2013-02-24 00:12:50 UTC (rev 84737)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: K900 
-pkgname=steam
-pkgver=1.0.0.28
-pkgrel=2
-pkgdesc="Digital distribution client - open beta - bootstrap package"
-arch=("i686" "x86_64")
-url="http://steampowered.com/";
-license=('custom')
-depends=(
-  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
-  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
-  )
-if [[ "$CARCH" == "x86_64" ]]; then
-  depends+=(lib32-libgl lib32-gcc-libs lib32-libx11)
-  optdepends=(
-  'lib32-ati-dri: for open source ATI driver users'
-  'lib32-catalyst-utils: for AMD Catalyst users'
-  'lib32-intel-dri: for open source Intel driver users'
-  'lib32-nouveau-dri: for Nouveau users'
-  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
-  'lib32-flashplugin: for flash video'
-  )
-build() {
-patch -d "$pkgname-$pkgver" -Np1 -i "$srcdir/lib32-flashplugin-path.patch"
-}
-else
-optdepends=('flashplugin: for flash videos')
-fi
-install=steam.install
-source=("http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz";
-'lib32-flashplugin-path.patch')
-md5sums=('5d7b7e12dd0d513d3f7191872fa596cd'
- '1d83a1df55d677f35ce415e0750f4448')
-package() {
-
-  # Install license
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-  
-  install -Dm644 "$pkgdir/usr/share/doc/steam/steam_install_agreement.txt" 
"$pkgdir/usr/share/licenses/steam/LICENSE"
-
-  # blank steamdeps because apt-get
-  ln -sf /bin/true "$pkgdir/usr/bin/steamdeps"
-}
-#vim: set ft=PKGBUILD sw=2 ts=2 et



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

2013-02-23 Thread Daniel Wallace
Date: Sunday, February 24, 2013 @ 01:15:03
  Author: dwallace
Revision: 84739

archrelease: copy trunk to community-i686

Deleted:
  steam/repos/community-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-24 00:14:35 UTC (rev 84738)
+++ PKGBUILD2013-02-24 00:15:03 UTC (rev 84739)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: K900 
-pkgname=steam
-pkgver=1.0.0.28
-pkgrel=2
-pkgdesc="Digital distribution client - open beta - bootstrap package"
-arch=("i686" "x86_64")
-url="http://steampowered.com/";
-license=('custom')
-depends=(
-  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
-  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
-  )
-if [[ "$CARCH" == "x86_64" ]]; then
-  depends+=(lib32-libgl lib32-gcc-libs lib32-libx11)
-  optdepends=(
-  'lib32-ati-dri: for open source ATI driver users'
-  'lib32-catalyst-utils: for AMD Catalyst users'
-  'lib32-intel-dri: for open source Intel driver users'
-  'lib32-nouveau-dri: for Nouveau users'
-  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
-  'lib32-flashplugin: for flash video'
-  )
-build() {
-patch -d "$pkgname-$pkgver" -Np1 -i "$srcdir/lib32-flashplugin-path.patch"
-}
-else
-optdepends=('flashplugin: for flash videos')
-fi
-install=steam.install
-source=("http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz";
-'lib32-flashplugin-path.patch')
-md5sums=('5d7b7e12dd0d513d3f7191872fa596cd'
- '1d83a1df55d677f35ce415e0750f4448')
-package() {
-
-  # Install license
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-  
-  install -Dm644 "$pkgdir/usr/share/doc/steam/steam_install_agreement.txt" 
"$pkgdir/usr/share/licenses/steam/LICENSE"
-
-  # blank steamdeps because apt-get
-  ln -sf /bin/true "$pkgdir/usr/bin/steamdeps"
-}
-#vim: set ft=PKGBUILD sw=2 ts=2 et



[arch-commits] Commit in steam/repos (11 files)

2013-02-23 Thread Daniel Wallace
Date: Sunday, February 24, 2013 @ 01:21:30
  Author: dwallace
Revision: 84740

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

Added:
  steam/repos/community-i686/PKGBUILD
(from rev 84739, steam/trunk/PKGBUILD)
  steam/repos/community-i686/alsa_sdl_audiodriver.patch
(from rev 84739, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/community-i686/lib32-flashplugin-path.patch
(from rev 84739, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/community-i686/steam.install
(from rev 84739, steam/trunk/steam.install)
  steam/repos/community-x86_64/
  steam/repos/community-x86_64/PKGBUILD
(from rev 84739, steam/trunk/PKGBUILD)
  steam/repos/community-x86_64/alsa_sdl_audiodriver.patch
(from rev 84739, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/community-x86_64/lib32-flashplugin-path.patch
(from rev 84739, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/community-x86_64/steam.install
(from rev 84739, steam/trunk/steam.install)
Deleted:
  steam/repos/community-i686/lib32-flashplugin-path.patch
  steam/repos/community-i686/steam.install

---+
 community-i686/PKGBUILD   |   53 
 community-i686/alsa_sdl_audiodriver.patch |   14 ++
 community-i686/lib32-flashplugin-path.patch   |   20 -
 community-i686/steam.install  |   52 +++
 community-x86_64/PKGBUILD |   53 
 community-x86_64/alsa_sdl_audiodriver.patch   |   14 ++
 community-x86_64/lib32-flashplugin-path.patch |   10 
 community-x86_64/steam.install|   26 +++
 8 files changed, 206 insertions(+), 36 deletions(-)

Copied: steam/repos/community-i686/PKGBUILD (from rev 84739, 
steam/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-24 00:21:30 UTC (rev 84740)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: K900 
+pkgname=steam
+pkgver=1.0.0.31
+pkgrel=1
+pkgdesc="Digital distribution client bootstrap package"
+arch=("i686" "x86_64")
+url="http://steampowered.com/";
+license=('custom')
+depends=(
+  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
+  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
+  )
+if [[ "$CARCH" == "x86_64" ]]; then
+  depends+=(lib32-libgl lib32-gcc-libs lib32-libx11)
+  optdepends=(
+  'lib32-ati-dri: for open source ATI driver users'
+  'lib32-catalyst-utils: for AMD Catalyst users'
+  'lib32-intel-dri: for open source Intel driver users'
+  'lib32-nouveau-dri: for Nouveau users'
+  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
+  'lib32-flashplugin: for flash video'
+  )
+build() {
+patch -d "$pkgname" -Np1 -i "$srcdir/lib32-flashplugin-path.patch"
+#patch -d "$pkgname" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
+}
+else
+optdepends=('flashplugin: for flash videos')
+#build() {
+#patch -d "$pkgname" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
+#}
+fi
+install=steam.install
+source=("http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz";
+'lib32-flashplugin-path.patch'
+'alsa_sdl_audiodriver.patch')
+md5sums=('887501c662554fffdb6809dd0d39f968'
+ '1d83a1df55d677f35ce415e0750f4448'
+ 'ac0e03d70f1101331598b2b32ed9bac3')
+
+package() {
+
+  # Install license
+  make -C "$pkgname" DESTDIR="$pkgdir" install
+  
+  install -Dm644 "$pkgdir/usr/share/doc/steam/steam_install_agreement.txt" 
"$pkgdir/usr/share/licenses/steam/LICENSE"
+
+  # blank steamdeps because apt-get
+  ln -sf /bin/true "$pkgdir/usr/bin/steamdeps"
+}
+#vim: set ft=PKGBUILD sw=2 ts=2 et

Copied: steam/repos/community-i686/alsa_sdl_audiodriver.patch (from rev 84739, 
steam/trunk/alsa_sdl_audiodriver.patch)
===
--- community-i686/alsa_sdl_audiodriver.patch   (rev 0)
+++ community-i686/alsa_sdl_audiodriver.patch   2013-02-24 00:21:30 UTC (rev 
84740)
@@ -0,0 +1,14 @@
+--- a/steam2013-02-15 14:43:40.0 -0500
 b/steam2013-02-17 23:26:31.951179106 -0500
+@@ -17,6 +17,11 @@
+ # Set up domain for script localization
+ export TEXTDOMAIN=steam
+ 
++# check if pulseaudio is installed and if it isn't, use alsa for 
SDL_AUDIODRIVER
++if ! pulseaudio --check &>/dev/null; then
++export SDL_AUDIODRIVER=alsa
++fi
++
+ 

[arch-commits] Commit in steam/repos/multilib-x86_64 (6 files)

2013-02-23 Thread Daniel Wallace
Date: Sunday, February 24, 2013 @ 01:24:51
  Author: dwallace
Revision: 84741

archrelease: copy trunk to multilib-x86_64

Added:
  steam/repos/multilib-x86_64/PKGBUILD
(from rev 84740, steam/trunk/PKGBUILD)
  steam/repos/multilib-x86_64/alsa_sdl_audiodriver.patch
(from rev 84740, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/multilib-x86_64/lib32-flashplugin-path.patch
(from rev 84740, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/multilib-x86_64/steam.install
(from rev 84740, steam/trunk/steam.install)
Deleted:
  steam/repos/multilib-x86_64/lib32-flashplugin-path.patch
  steam/repos/multilib-x86_64/steam.install

--+
 PKGBUILD |   53 +
 alsa_sdl_audiodriver.patch   |   14 ++
 lib32-flashplugin-path.patch |   20 +++
 steam.install|   52 
 4 files changed, 103 insertions(+), 36 deletions(-)

Copied: steam/repos/multilib-x86_64/PKGBUILD (from rev 84740, 
steam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-24 00:24:51 UTC (rev 84741)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: K900 
+pkgname=steam
+pkgver=1.0.0.31
+pkgrel=1
+pkgdesc="Digital distribution client bootstrap package"
+arch=("i686" "x86_64")
+url="http://steampowered.com/";
+license=('custom')
+depends=(
+  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
+  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
+  )
+if [[ "$CARCH" == "x86_64" ]]; then
+  depends+=(lib32-libgl lib32-gcc-libs lib32-libx11)
+  optdepends=(
+  'lib32-ati-dri: for open source ATI driver users'
+  'lib32-catalyst-utils: for AMD Catalyst users'
+  'lib32-intel-dri: for open source Intel driver users'
+  'lib32-nouveau-dri: for Nouveau users'
+  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
+  'lib32-flashplugin: for flash video'
+  )
+build() {
+patch -d "$pkgname" -Np1 -i "$srcdir/lib32-flashplugin-path.patch"
+#patch -d "$pkgname" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
+}
+else
+optdepends=('flashplugin: for flash videos')
+#build() {
+#patch -d "$pkgname" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
+#}
+fi
+install=steam.install
+source=("http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz";
+'lib32-flashplugin-path.patch'
+'alsa_sdl_audiodriver.patch')
+md5sums=('887501c662554fffdb6809dd0d39f968'
+ '1d83a1df55d677f35ce415e0750f4448'
+ 'ac0e03d70f1101331598b2b32ed9bac3')
+
+package() {
+
+  # Install license
+  make -C "$pkgname" DESTDIR="$pkgdir" install
+  
+  install -Dm644 "$pkgdir/usr/share/doc/steam/steam_install_agreement.txt" 
"$pkgdir/usr/share/licenses/steam/LICENSE"
+
+  # blank steamdeps because apt-get
+  ln -sf /bin/true "$pkgdir/usr/bin/steamdeps"
+}
+#vim: set ft=PKGBUILD sw=2 ts=2 et

Copied: steam/repos/multilib-x86_64/alsa_sdl_audiodriver.patch (from rev 84740, 
steam/trunk/alsa_sdl_audiodriver.patch)
===
--- alsa_sdl_audiodriver.patch  (rev 0)
+++ alsa_sdl_audiodriver.patch  2013-02-24 00:24:51 UTC (rev 84741)
@@ -0,0 +1,14 @@
+--- a/steam2013-02-15 14:43:40.0 -0500
 b/steam2013-02-17 23:26:31.951179106 -0500
+@@ -17,6 +17,11 @@
+ # Set up domain for script localization
+ export TEXTDOMAIN=steam
+ 
++# check if pulseaudio is installed and if it isn't, use alsa for 
SDL_AUDIODRIVER
++if ! pulseaudio --check &>/dev/null; then
++export SDL_AUDIODRIVER=alsa
++fi
++
+ function show_message()
+ {
+   style=$1

Deleted: lib32-flashplugin-path.patch
===
--- lib32-flashplugin-path.patch2013-02-24 00:21:30 UTC (rev 84740)
+++ lib32-flashplugin-path.patch2013-02-24 00:24:51 UTC (rev 84741)
@@ -1,10 +0,0 @@
 a/steam2013-02-14 14:03:49.0 -0500
-+++ b/steam2013-02-14 15:48:06.766152022 -0500
-@@ -51,6 +51,7 @@
- 
- function setup_variables()
- {
-+MOZ_PLUGIN_PATH="/usr/lib32/mozilla/plugins/"
-   STEAMPACKAGE="${0##*/}"
-   STEAMCONFIG=~/.steam
-   STEAMDATALINK="$STEAMCONFIG/$STEAMPACKAGE"

Copied: steam/repos/multilib-x86_64/lib32-flashplugin-path.patch (from rev 
84740, steam/trunk/lib32-flashplugin-path.patch)
===

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

2013-02-23 Thread Daniel Wallace
Date: Sunday, February 24, 2013 @ 01:28:56
  Author: dwallace
Revision: 84742

upgpkg: steam 1.0.0.31-2

upgpkg: steam 1.0.0.31-2

Modified:
  steam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-24 00:24:51 UTC (rev 84741)
+++ PKGBUILD2013-02-24 00:28:56 UTC (rev 84742)
@@ -3,7 +3,7 @@
 # Contributor: K900 
 pkgname=steam
 pkgver=1.0.0.31
-pkgrel=1
+pkgrel=2
 pkgdesc="Digital distribution client bootstrap package"
 arch=("i686" "x86_64")
 url="http://steampowered.com/";
@@ -24,13 +24,13 @@
   )
 build() {
 patch -d "$pkgname" -Np1 -i "$srcdir/lib32-flashplugin-path.patch"
-#patch -d "$pkgname" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
+patch -d "$pkgname" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
 }
 else
 optdepends=('flashplugin: for flash videos')
-#build() {
-#patch -d "$pkgname" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
-#}
+build() {
+patch -d "$pkgname" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
+}
 fi
 install=steam.install
 
source=("http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz";



[arch-commits] Commit in steam/repos (13 files)

2013-02-23 Thread Daniel Wallace
Date: Sunday, February 24, 2013 @ 01:29:37
  Author: dwallace
Revision: 84743

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

Added:
  steam/repos/community-testing-i686/PKGBUILD
(from rev 84742, steam/trunk/PKGBUILD)
  steam/repos/community-testing-i686/alsa_sdl_audiodriver.patch
(from rev 84742, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/community-testing-i686/lib32-flashplugin-path.patch
(from rev 84742, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/community-testing-i686/steam.install
(from rev 84742, steam/trunk/steam.install)
  steam/repos/community-testing-x86_64/
  steam/repos/community-testing-x86_64/PKGBUILD
(from rev 84742, steam/trunk/PKGBUILD)
  steam/repos/community-testing-x86_64/alsa_sdl_audiodriver.patch
(from rev 84742, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/community-testing-x86_64/lib32-flashplugin-path.patch
(from rev 84742, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/community-testing-x86_64/steam.install
(from rev 84742, steam/trunk/steam.install)
Deleted:
  steam/repos/community-testing-i686/PKGBUILD
  steam/repos/community-testing-i686/alsa_sdl_audiodriver.patch
  steam/repos/community-testing-i686/lib32-flashplugin-path.patch
  steam/repos/community-testing-i686/steam.install

---+
 community-testing-i686/PKGBUILD   |  105 
 community-testing-i686/alsa_sdl_audiodriver.patch |   28 ++--
 community-testing-i686/lib32-flashplugin-path.patch   |   20 +--
 community-testing-i686/steam.install  |   52 +++
 community-testing-x86_64/PKGBUILD |   53 
 community-testing-x86_64/alsa_sdl_audiodriver.patch   |   14 ++
 community-testing-x86_64/lib32-flashplugin-path.patch |   10 +
 community-testing-x86_64/steam.install|   26 +++
 8 files changed, 206 insertions(+), 102 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2013-02-24 00:28:56 UTC (rev 84742)
+++ community-testing-i686/PKGBUILD 2013-02-24 00:29:37 UTC (rev 84743)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: K900 
-pkgname=steam
-pkgver=1.0.0.28
-pkgrel=3
-pkgdesc="Digital distribution client - open beta - bootstrap package"
-arch=("i686" "x86_64")
-url="http://steampowered.com/";
-license=('custom')
-depends=(
-  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
-  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
-  )
-if [[ "$CARCH" == "x86_64" ]]; then
-  depends+=(lib32-libgl lib32-gcc-libs lib32-libx11)
-  optdepends=(
-  'lib32-ati-dri: for open source ATI driver users'
-  'lib32-catalyst-utils: for AMD Catalyst users'
-  'lib32-intel-dri: for open source Intel driver users'
-  'lib32-nouveau-dri: for Nouveau users'
-  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
-  'lib32-flashplugin: for flash video'
-  )
-build() {
-patch -d "$pkgname-$pkgver" -Np1 -i "$srcdir/lib32-flashplugin-path.patch"
-patch -d "$pkgname-$pkgver" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
-}
-else
-optdepends=('flashplugin: for flash videos')
-build() {
-patch -d "$pkgname-$pkgver" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
-}
-fi
-install=steam.install
-source=("http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz";
-'lib32-flashplugin-path.patch'
-'alsa_sdl_audiodriver.patch')
-md5sums=('5d7b7e12dd0d513d3f7191872fa596cd'
- '1d83a1df55d677f35ce415e0750f4448'
- 'd47c1acf365336290eaba8ca845248a4')
-package() {
-
-  # Install license
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-  
-  install -Dm644 "$pkgdir/usr/share/doc/steam/steam_install_agreement.txt" 
"$pkgdir/usr/share/licenses/steam/LICENSE"
-
-  # blank steamdeps because apt-get
-  ln -sf /bin/true "$pkgdir/usr/bin/steamdeps"
-}
-#vim: set ft=PKGBUILD sw=2 ts=2 et

Copied: steam/repos/community-testing-i686/PKGBUILD (from rev 84742, 
steam/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-02-24 00:29:37 UTC (rev 84743)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: K900 
+pkgname=steam
+pkgver=1.0.0.31
+pkgrel=2
+pkgdesc="Digital distribution client bootstrap package"
+arch=("i686" "x86_64&qu

[arch-commits] Commit in steam/repos/multilib-testing-x86_64 (8 files)

2013-02-23 Thread Daniel Wallace
Date: Sunday, February 24, 2013 @ 01:30:28
  Author: dwallace
Revision: 84744

archrelease: copy trunk to multilib-testing-x86_64

Added:
  steam/repos/multilib-testing-x86_64/PKGBUILD
(from rev 84743, steam/trunk/PKGBUILD)
  steam/repos/multilib-testing-x86_64/alsa_sdl_audiodriver.patch
(from rev 84743, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/multilib-testing-x86_64/lib32-flashplugin-path.patch
(from rev 84743, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/multilib-testing-x86_64/steam.install
(from rev 84743, steam/trunk/steam.install)
Deleted:
  steam/repos/multilib-testing-x86_64/PKGBUILD
  steam/repos/multilib-testing-x86_64/alsa_sdl_audiodriver.patch
  steam/repos/multilib-testing-x86_64/lib32-flashplugin-path.patch
  steam/repos/multilib-testing-x86_64/steam.install

--+
 PKGBUILD |  105 -
 alsa_sdl_audiodriver.patch   |   28 +-
 lib32-flashplugin-path.patch |   20 +++
 steam.install|   52 ++--
 4 files changed, 103 insertions(+), 102 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-24 00:29:37 UTC (rev 84743)
+++ PKGBUILD2013-02-24 00:30:28 UTC (rev 84744)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: K900 
-pkgname=steam
-pkgver=1.0.0.28
-pkgrel=3
-pkgdesc="Digital distribution client - open beta - bootstrap package"
-arch=("i686" "x86_64")
-url="http://steampowered.com/";
-license=('custom')
-depends=(
-  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
-  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
-  )
-if [[ "$CARCH" == "x86_64" ]]; then
-  depends+=(lib32-libgl lib32-gcc-libs lib32-libx11)
-  optdepends=(
-  'lib32-ati-dri: for open source ATI driver users'
-  'lib32-catalyst-utils: for AMD Catalyst users'
-  'lib32-intel-dri: for open source Intel driver users'
-  'lib32-nouveau-dri: for Nouveau users'
-  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
-  'lib32-flashplugin: for flash video'
-  )
-build() {
-patch -d "$pkgname-$pkgver" -Np1 -i "$srcdir/lib32-flashplugin-path.patch"
-patch -d "$pkgname-$pkgver" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
-}
-else
-optdepends=('flashplugin: for flash videos')
-build() {
-patch -d "$pkgname-$pkgver" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
-}
-fi
-install=steam.install
-source=("http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz";
-'lib32-flashplugin-path.patch'
-'alsa_sdl_audiodriver.patch')
-md5sums=('5d7b7e12dd0d513d3f7191872fa596cd'
- '1d83a1df55d677f35ce415e0750f4448'
- 'd47c1acf365336290eaba8ca845248a4')
-package() {
-
-  # Install license
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-  
-  install -Dm644 "$pkgdir/usr/share/doc/steam/steam_install_agreement.txt" 
"$pkgdir/usr/share/licenses/steam/LICENSE"
-
-  # blank steamdeps because apt-get
-  ln -sf /bin/true "$pkgdir/usr/bin/steamdeps"
-}
-#vim: set ft=PKGBUILD sw=2 ts=2 et

Copied: steam/repos/multilib-testing-x86_64/PKGBUILD (from rev 84743, 
steam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-24 00:30:28 UTC (rev 84744)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: K900 
+pkgname=steam
+pkgver=1.0.0.31
+pkgrel=2
+pkgdesc="Digital distribution client bootstrap package"
+arch=("i686" "x86_64")
+url="http://steampowered.com/";
+license=('custom')
+depends=(
+  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
+  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
+  )
+if [[ "$CARCH" == "x86_64" ]]; then
+  depends+=(lib32-libgl lib32-gcc-libs lib32-libx11)
+  optdepends=(
+  'lib32-ati-dri: for open source ATI driver users'
+  'lib32-catalyst-utils: for AMD Catalyst users'
+  'lib32-intel-dri: for open source Intel driver users'
+  'lib32-nouveau-dri: for Nouveau users'
+  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
+  'lib32-flashplugin: for flash video'
+  )
+build() {
+patch -d "$pkgname" -Np1 -i "$srcdir/lib32-flashplugin-path.patch"
+patch -d "$pkgname" -Np1 -i "$srcdir

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

2013-02-24 Thread Daniel Wallace
Date: Sunday, February 24, 2013 @ 09:38:22
  Author: dwallace
Revision: 84753

upgpkg: youtube-viewer 1:3.0.7-1

upgpkg: youtube-viewer 1:3.0.7-1

Modified:
  youtube-viewer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-24 05:43:40 UTC (rev 84752)
+++ PKGBUILD2013-02-24 08:38:22 UTC (rev 84753)
@@ -5,7 +5,7 @@
 pkgname=youtube-viewer
 _pkgdir=trizen-youtube-viewer
 epoch=1
-pkgver=3.0.6
+pkgver=3.0.7
 pkgrel=1
 pkgdesc="A command line utility for viewing youtube-videos in MPlayer."
 arch=('any')
@@ -40,3 +40,4 @@
 rm -r "$pkgdir/usr/lib/"
 
 }
+md5sums=('5f317893557dc7eea71f81d2deabb3e7')



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

2013-02-24 Thread Daniel Wallace
Date: Sunday, February 24, 2013 @ 09:38:42
  Author: dwallace
Revision: 84754

archrelease: copy trunk to community-any

Added:
  youtube-viewer/repos/community-any/PKGBUILD
(from rev 84753, youtube-viewer/trunk/PKGBUILD)
Deleted:
  youtube-viewer/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-24 08:38:22 UTC (rev 84753)
+++ PKGBUILD2013-02-24 08:38:42 UTC (rev 84754)
@@ -1,42 +0,0 @@
-$Id$
-# Maintainer: Daniel Wallace < danielwallace at gtmanfred dot com>
-# Contributor: Trizen 
-
-pkgname=youtube-viewer
-_pkgdir=trizen-youtube-viewer
-epoch=1
-pkgver=3.0.6
-pkgrel=1
-pkgdesc="A command line utility for viewing youtube-videos in MPlayer."
-arch=('any')
-url="https://github.com/trizen/youtube-viewer";
-license=('GPL3')
-source=("$pkgname-$pkgver.zip::https://github.com/trizen/$pkgname/zipball/$pkgver";)
-md5sums=('cb0cec192a4d835c4bbcceedfa2f7d63')
-
-depends=('perl>=5.10.0' 'mplayer' 'perl-data-dump' 'perl-libwww' 
'perl-xml-fast')
-optdepends=('perl-term-readkey: to get the terminal width size'
-'perl-term-readline-gnu: for a better STDIN support'
-'perl-lwp-protocol-https: for login and https support'
-'gcap: for retrieving Youtube closed captions. [in AUR]')
-
-
-build() {
-cd "$srcdir/$_pkgdir"*/WWW-YoutubeViewer
-
-perl Build.PL   # --gtk-youtube-viewer
-}
-
-check(){
-cd "$srcdir/$_pkgdir"*/WWW-YoutubeViewer
-
-./Build test
-}
-
-package() {
-cd "$srcdir/$_pkgdir"*/WWW-YoutubeViewer
-
-./Build install --install_path script=/usr/bin --destdir=$pkgdir
-rm -r "$pkgdir/usr/lib/"
-
-}

Copied: youtube-viewer/repos/community-any/PKGBUILD (from rev 84753, 
youtube-viewer/trunk/PKGBUILD)
===========
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-24 08:38:42 UTC (rev 84754)
@@ -0,0 +1,43 @@
+$Id$
+# Maintainer: Daniel Wallace < danielwallace at gtmanfred dot com>
+# Contributor: Trizen 
+
+pkgname=youtube-viewer
+_pkgdir=trizen-youtube-viewer
+epoch=1
+pkgver=3.0.7
+pkgrel=1
+pkgdesc="A command line utility for viewing youtube-videos in MPlayer."
+arch=('any')
+url="https://github.com/trizen/youtube-viewer";
+license=('GPL3')
+source=("$pkgname-$pkgver.zip::https://github.com/trizen/$pkgname/zipball/$pkgver";)
+md5sums=('cb0cec192a4d835c4bbcceedfa2f7d63')
+
+depends=('perl>=5.10.0' 'mplayer' 'perl-data-dump' 'perl-libwww' 
'perl-xml-fast')
+optdepends=('perl-term-readkey: to get the terminal width size'
+'perl-term-readline-gnu: for a better STDIN support'
+'perl-lwp-protocol-https: for login and https support'
+'gcap: for retrieving Youtube closed captions. [in AUR]')
+
+
+build() {
+cd "$srcdir/$_pkgdir"*/WWW-YoutubeViewer
+
+perl Build.PL   # --gtk-youtube-viewer
+}
+
+check(){
+cd "$srcdir/$_pkgdir"*/WWW-YoutubeViewer
+
+./Build test
+}
+
+package() {
+cd "$srcdir/$_pkgdir"*/WWW-YoutubeViewer
+
+./Build install --install_path script=/usr/bin --destdir=$pkgdir
+rm -r "$pkgdir/usr/lib/"
+
+}
+md5sums=('5f317893557dc7eea71f81d2deabb3e7')



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

2013-02-24 Thread Daniel Wallace
Date: Sunday, February 24, 2013 @ 17:58:29
  Author: dwallace
Revision: 84792

upgpkg: sage-mathematics 5.7-1

upgpkg: sage-mathematics 5.7-1

Modified:
  sage-mathematics/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-24 15:55:43 UTC (rev 84791)
+++ PKGBUILD2013-02-24 16:58:29 UTC (rev 84792)
@@ -7,7 +7,7 @@
 # Special thanks to Nareto for moving the compile from the .install to the 
PKGBUILD
 
 pkgname=sage-mathematics
-pkgver=5.6
+pkgver=5.7
 pkgrel=1
 pkgdesc='SAGE: Open Source Mathematics Software, a viable free alternative to 
Magma, Maple, Mathematica, and Matlab.'
 url='http://www.sagemath.org'
@@ -24,7 +24,7 @@
 install="${pkgname}.install"
 
source=("http://sage.math.washington.edu/home/release/sage-${pkgver}/sage-${pkgver}.tar";
 'SAGE-notebook.desktop')
-md5sums=('ce50c9e0c0ed1dca3038891c5c929509'
+md5sums=('fc5b401174ee1efa7aea163e804c2b42'
  'b82f94383829eee26648feb977e2d89b')
 
 build() {



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

2013-02-24 Thread Daniel Wallace
Date: Sunday, February 24, 2013 @ 17:59:02
  Author: dwallace
Revision: 84793

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

Added:
  sage-mathematics/repos/community-i686/PKGBUILD
(from rev 84792, sage-mathematics/trunk/PKGBUILD)
  sage-mathematics/repos/community-i686/SAGE-notebook.desktop
(from rev 84792, sage-mathematics/trunk/SAGE-notebook.desktop)
  sage-mathematics/repos/community-i686/sage-mathematics.install
(from rev 84792, sage-mathematics/trunk/sage-mathematics.install)
  sage-mathematics/repos/community-x86_64/PKGBUILD
(from rev 84792, sage-mathematics/trunk/PKGBUILD)
  sage-mathematics/repos/community-x86_64/SAGE-notebook.desktop
(from rev 84792, sage-mathematics/trunk/SAGE-notebook.desktop)
  sage-mathematics/repos/community-x86_64/sage-mathematics.install
(from rev 84792, sage-mathematics/trunk/sage-mathematics.install)
Deleted:
  sage-mathematics/repos/community-i686/PKGBUILD
  sage-mathematics/repos/community-i686/SAGE-notebook.desktop
  sage-mathematics/repos/community-i686/sage-mathematics.install
  sage-mathematics/repos/community-x86_64/PKGBUILD
  sage-mathematics/repos/community-x86_64/SAGE-notebook.desktop
  sage-mathematics/repos/community-x86_64/sage-mathematics.install

---+
 community-i686/PKGBUILD   |  200 ++--
 community-i686/SAGE-notebook.desktop  |   38 ++---
 community-i686/sage-mathematics.install   |  116 
 community-x86_64/PKGBUILD |  200 ++--
 community-x86_64/SAGE-notebook.desktop|   38 ++---
 community-x86_64/sage-mathematics.install |  116 
 6 files changed, 354 insertions(+), 354 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-24 16:58:29 UTC (rev 84792)
+++ community-i686/PKGBUILD 2013-02-24 16:59:02 UTC (rev 84793)
@@ -1,100 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: Antonio Rojas < nqn1976 @ gmail.com >
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Osman Ugus 
-# Contributor: Stefan Husmann 
-# Special thanks to Nareto for moving the compile from the .install to the 
PKGBUILD
-
-pkgname=sage-mathematics
-pkgver=5.6
-pkgrel=1
-pkgdesc='SAGE: Open Source Mathematics Software, a viable free alternative to 
Magma, Maple, Mathematica, and Matlab.'
-url='http://www.sagemath.org'
-arch=('i686' 'x86_64')
-license=('GPL')
-#depends=('xz' 'java-environment=7' 'desktop-file-utils' 'libxmu' 'libtiff' 
'sqlite' 'libjpeg-turbo')
-depends=('desktop-file-utils')
-makedepends=('gcc-fortran' )
-optdepends=('imagemagick: some plotting functionality benefits from it'
-'texlive-core: some plotting functionality benefits from it, also 
to use SageTeX'
-'openssh: to use the notebook in secure mode'
-'ffmpeg: to show animations')
-options=('!makeflags')
-install="${pkgname}.install"
-source=("http://sage.math.washington.edu/home/release/sage-${pkgver}/sage-${pkgver}.tar";
-'SAGE-notebook.desktop')
-md5sums=('ce50c9e0c0ed1dca3038891c5c929509'
- 'b82f94383829eee26648feb977e2d89b')
-
-build() {
-  cd sage-${pkgver}
-
-  # fix "missing sage.all error" during build
-  unset CFLAGS
-  unset CXXFLAGS
-
-  # fix build errors
-  unset LDFLAGS
-
-  # enable multiple threads while building, is this really needed? check if 
uses MAKEFLAGS
-  export SAGE_BUILD_THREADS=$(lscpu | awk '/^CPU\(s\):/ { print $2 }')
-  export MAKE="make -j${SAGE_BUILD_THREADS}"
-
-  # use archlinux's fortran rather then the one that ships with sage to 
compile sage's fortran
-  export FC=/usr/bin/gfortran
-
-  # disable building with debugging support
-  export SAGE_DEBUG='no'
-
-  # enable fat binaries (disables processor specific optimizations)
-  # comment out if you're only building it for yourself
-  export SAGE_FAT_BINARY='yes'
-
-  # can't write to root in a clean chroot
-  export DOT_SAGE='/build/src/'
-
-  # only build sage, no documents
-  #make build
-  make
-  ./sage --bdist "$pkgver"
-}
-
-<< COMMENT
-check() {
-  cd sage-${pkgver}
-
-  # uncomment if we want to run all the tests (warning: very long)
-  #make ptestlong
-}
-COMMENT
-
-package() {
-  cd sage-${pkgver}
-
-  # cp because make install is experimental and will corrupt the install
-  install -d ${pkgdir}/opt/sage
-  cp -dpr --no-preserve=ownership dist/sage-"$pkgver-$CARCH-Linux/"* 
${pkgdir}/opt/sage/
-
-  # move SageTeX files to more appropriate directory
-  install -d ${pkgdir}/usr/shar

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

2013-02-24 Thread Daniel Wallace
Date: Sunday, February 24, 2013 @ 18:19:46
  Author: dwallace
Revision: 84794

upgpkg: steam 1.0.0.33-1

upgpkg: steam 1.0.0.33-1

Modified:
  steam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-24 16:59:02 UTC (rev 84793)
+++ PKGBUILD2013-02-24 17:19:46 UTC (rev 84794)
@@ -2,8 +2,8 @@
 # Maintainer: Daniel Wallace 
 # Contributor: K900 
 pkgname=steam
-pkgver=1.0.0.31
-pkgrel=2
+pkgver=1.0.0.33
+pkgrel=1
 pkgdesc="Digital distribution client bootstrap package"
 arch=("i686" "x86_64")
 url="http://steampowered.com/";
@@ -24,19 +24,19 @@
   )
 build() {
 patch -d "$pkgname" -Np1 -i "$srcdir/lib32-flashplugin-path.patch"
-patch -d "$pkgname" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
+#patch -d "$pkgname" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
 }
 else
 optdepends=('flashplugin: for flash videos')
-build() {
-patch -d "$pkgname" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
-}
+#build() {
+#patch -d "$pkgname" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
+#}
 fi
 install=steam.install
 
source=("http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz";
 'lib32-flashplugin-path.patch'
 'alsa_sdl_audiodriver.patch')
-md5sums=('887501c662554fffdb6809dd0d39f968'
+md5sums=('b8c2e74b0017d4d4fbcba801b8cb907b'
  '1d83a1df55d677f35ce415e0750f4448'
  'ac0e03d70f1101331598b2b32ed9bac3')
 



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

2013-02-24 Thread Daniel Wallace
Date: Sunday, February 24, 2013 @ 18:20:28
  Author: dwallace
Revision: 84795

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

Added:
  steam/repos/community-x86_64/PKGBUILD
(from rev 84794, steam/trunk/PKGBUILD)
  steam/repos/community-x86_64/alsa_sdl_audiodriver.patch
(from rev 84794, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/community-x86_64/lib32-flashplugin-path.patch
(from rev 84794, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/community-x86_64/steam.install
(from rev 84794, steam/trunk/steam.install)
Deleted:
  steam/repos/community-i686/lib32-flashplugin-path.patch
  steam/repos/community-i686/steam.install
  steam/repos/community-x86_64/PKGBUILD
  steam/repos/community-x86_64/alsa_sdl_audiodriver.patch
  steam/repos/community-x86_64/lib32-flashplugin-path.patch
  steam/repos/community-x86_64/steam.install

---+
 community-i686/lib32-flashplugin-path.patch   |   10 --
 community-i686/steam.install  |   26 -
 community-x86_64/PKGBUILD |  106 
 community-x86_64/alsa_sdl_audiodriver.patch   |   28 +++---
 community-x86_64/lib32-flashplugin-path.patch |   20 ++--
 community-x86_64/steam.install|   52 +--
 6 files changed, 103 insertions(+), 139 deletions(-)

Deleted: community-i686/lib32-flashplugin-path.patch
===
--- community-i686/lib32-flashplugin-path.patch 2013-02-24 17:19:46 UTC (rev 
84794)
+++ community-i686/lib32-flashplugin-path.patch 2013-02-24 17:20:28 UTC (rev 
84795)
@@ -1,10 +0,0 @@
 a/steam2013-02-14 14:03:49.0 -0500
-+++ b/steam2013-02-14 15:48:06.766152022 -0500
-@@ -51,6 +51,7 @@
- 
- function setup_variables()
- {
-+MOZ_PLUGIN_PATH="/usr/lib32/mozilla/plugins/"
-   STEAMPACKAGE="${0##*/}"
-   STEAMCONFIG=~/.steam
-   STEAMDATALINK="$STEAMCONFIG/$STEAMPACKAGE"

Deleted: community-i686/steam.install
===
--- community-i686/steam.install2013-02-24 17:19:46 UTC (rev 84794)
+++ community-i686/steam.install2013-02-24 17:20:28 UTC (rev 84795)
@@ -1,26 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  echo "if you are running x86_64, you need the lib32 opt depends for your 
driver"
-  echo 
-  echo " if you are having problems with the steam license, remove .steam and 
.local/share/Steam"
-}
-
-pre_install(){
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_upgrade(){
-  pre_install $1
-}
-
-post_remove() {
-   pre_install $1 removing
-}
-

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-02-24 17:19:46 UTC (rev 84794)
+++ community-x86_64/PKGBUILD   2013-02-24 17:20:28 UTC (rev 84795)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: K900 
-pkgname=steam
-pkgver=1.0.0.31
-pkgrel=1
-pkgdesc="Digital distribution client bootstrap package"
-arch=("i686" "x86_64")
-url="http://steampowered.com/";
-license=('custom')
-depends=(
-  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
-  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
-  )
-if [[ "$CARCH" == "x86_64" ]]; then
-  depends+=(lib32-libgl lib32-gcc-libs lib32-libx11)
-  optdepends=(
-  'lib32-ati-dri: for open source ATI driver users'
-  'lib32-catalyst-utils: for AMD Catalyst users'
-  'lib32-intel-dri: for open source Intel driver users'
-  'lib32-nouveau-dri: for Nouveau users'
-  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
-  'lib32-flashplugin: for flash video'
-  )
-build() {
-patch -d "$pkgname" -Np1 -i "$srcdir/lib32-flashplugin-path.patch"
-#patch -d "$pkgname" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
-}
-else
-optdepends=('flashplugin: for flash videos')
-#build() {
-#patch -d "$pkgname" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
-#}
-fi
-install=steam.install
-source=("http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz";
-'lib32-flashplugin-path.patch'
-'alsa_sdl_audiodriver.patch')
-md5sums=('887501c662554fffdb6809dd0d39f968'
- '1d83a1df55d677f35ce415e0750f4448'
- 'ac0e03d70f1101331598b2b32ed9bac3')
-
-package() {
-
-  #

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

2013-02-25 Thread Daniel Wallace
Date: Monday, February 25, 2013 @ 23:00:05
  Author: dwallace
Revision: 84888

upgpkg: steam 1.0.0.34-1

upgpkg: steam 1.0.0.34-1

Modified:
  steam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-25 21:54:52 UTC (rev 84887)
+++ PKGBUILD2013-02-25 22:00:05 UTC (rev 84888)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Wallace 
 # Contributor: K900 
 pkgname=steam
-pkgver=1.0.0.33
+pkgver=1.0.0.34
 pkgrel=1
 pkgdesc="Digital distribution client bootstrap package"
 arch=("i686" "x86_64")
@@ -13,7 +13,7 @@
   'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
   )
 if [[ "$CARCH" == "x86_64" ]]; then
-  depends+=(lib32-libgl lib32-gcc-libs lib32-libx11)
+  depends+=(lib32-mesa lib32-gcc-libs lib32-libx11)
   optdepends=(
   'lib32-ati-dri: for open source ATI driver users'
   'lib32-catalyst-utils: for AMD Catalyst users'
@@ -24,7 +24,7 @@
   )
 build() {
 patch -d "$pkgname" -Np1 -i "$srcdir/lib32-flashplugin-path.patch"
-#patch -d "$pkgname" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
+#patch -d "$pkgname" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
 }
 else
 optdepends=('flashplugin: for flash videos')
@@ -36,7 +36,7 @@
 
source=("http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz";
 'lib32-flashplugin-path.patch'
 'alsa_sdl_audiodriver.patch')
-md5sums=('b8c2e74b0017d4d4fbcba801b8cb907b'
+md5sums=('4ff9bf72b36a460d65ab3e57852f9bac'
  '1d83a1df55d677f35ce415e0750f4448'
  'ac0e03d70f1101331598b2b32ed9bac3')
 



[arch-commits] Commit in steam/repos/community-x86_64 (8 files)

2013-02-25 Thread Daniel Wallace
Date: Monday, February 25, 2013 @ 23:00:51
  Author: dwallace
Revision: 84889

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

Added:
  steam/repos/community-x86_64/PKGBUILD
(from rev 84888, steam/trunk/PKGBUILD)
  steam/repos/community-x86_64/alsa_sdl_audiodriver.patch
(from rev 84888, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/community-x86_64/lib32-flashplugin-path.patch
(from rev 84888, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/community-x86_64/steam.install
(from rev 84888, steam/trunk/steam.install)
Deleted:
  steam/repos/community-x86_64/PKGBUILD
  steam/repos/community-x86_64/alsa_sdl_audiodriver.patch
  steam/repos/community-x86_64/lib32-flashplugin-path.patch
  steam/repos/community-x86_64/steam.install

--+
 PKGBUILD |  106 -
 alsa_sdl_audiodriver.patch   |   28 +-
 lib32-flashplugin-path.patch |   20 +++
 steam.install|   52 ++--
 4 files changed, 103 insertions(+), 103 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-25 22:00:05 UTC (rev 84888)
+++ PKGBUILD2013-02-25 22:00:51 UTC (rev 84889)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: K900 
-pkgname=steam
-pkgver=1.0.0.33
-pkgrel=1
-pkgdesc="Digital distribution client bootstrap package"
-arch=("i686" "x86_64")
-url="http://steampowered.com/";
-license=('custom')
-depends=(
-  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
-  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
-  )
-if [[ "$CARCH" == "x86_64" ]]; then
-  depends+=(lib32-libgl lib32-gcc-libs lib32-libx11)
-  optdepends=(
-  'lib32-ati-dri: for open source ATI driver users'
-  'lib32-catalyst-utils: for AMD Catalyst users'
-  'lib32-intel-dri: for open source Intel driver users'
-  'lib32-nouveau-dri: for Nouveau users'
-  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
-  'lib32-flashplugin: for flash video'
-  )
-build() {
-patch -d "$pkgname" -Np1 -i "$srcdir/lib32-flashplugin-path.patch"
-#patch -d "$pkgname" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
-}
-else
-optdepends=('flashplugin: for flash videos')
-#build() {
-#patch -d "$pkgname" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
-#}
-fi
-install=steam.install
-source=("http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz";
-'lib32-flashplugin-path.patch'
-'alsa_sdl_audiodriver.patch')
-md5sums=('b8c2e74b0017d4d4fbcba801b8cb907b'
- '1d83a1df55d677f35ce415e0750f4448'
- 'ac0e03d70f1101331598b2b32ed9bac3')
-
-package() {
-
-  # Install license
-  make -C "$pkgname" DESTDIR="$pkgdir" install
-  
-  install -Dm644 "$pkgdir/usr/share/doc/steam/steam_install_agreement.txt" 
"$pkgdir/usr/share/licenses/steam/LICENSE"
-
-  # blank steamdeps because apt-get
-  ln -sf /bin/true "$pkgdir/usr/bin/steamdeps"
-}
-#vim: set ft=PKGBUILD sw=2 ts=2 et

Copied: steam/repos/community-x86_64/PKGBUILD (from rev 84888, 
steam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-25 22:00:51 UTC (rev 84889)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: K900 
+pkgname=steam
+pkgver=1.0.0.34
+pkgrel=1
+pkgdesc="Digital distribution client bootstrap package"
+arch=("i686" "x86_64")
+url="http://steampowered.com/";
+license=('custom')
+depends=(
+  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
+  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
+  )
+if [[ "$CARCH" == "x86_64" ]]; then
+  depends+=(lib32-mesa lib32-gcc-libs lib32-libx11)
+  optdepends=(
+  'lib32-ati-dri: for open source ATI driver users'
+  'lib32-catalyst-utils: for AMD Catalyst users'
+  'lib32-intel-dri: for open source Intel driver users'
+  'lib32-nouveau-dri: for Nouveau users'
+  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
+  'lib32-flashplugin: for flash video'
+  )
+build() {
+patch -d "$pkgname" -Np1 -i "$srcdir/lib32-flashplugin-path.patch"
+#patch -d "$pkgname" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
+}
+else
+optdepends=('flash

[arch-commits] Commit in steam/repos/multilib-x86_64 (2 files)

2013-02-25 Thread Daniel Wallace
Date: Monday, February 25, 2013 @ 23:02:15
  Author: dwallace
Revision: 84890

archrelease: copy trunk to multilib-x86_64

Deleted:
  steam/repos/multilib-x86_64/lib32-flashplugin-path.patch
  steam/repos/multilib-x86_64/steam.install

--+
 lib32-flashplugin-path.patch |   10 --
 steam.install|   26 --
 2 files changed, 36 deletions(-)

Deleted: lib32-flashplugin-path.patch
===
--- lib32-flashplugin-path.patch2013-02-25 22:00:51 UTC (rev 84889)
+++ lib32-flashplugin-path.patch2013-02-25 22:02:15 UTC (rev 84890)
@@ -1,10 +0,0 @@
 a/steam2013-02-14 14:03:49.0 -0500
-+++ b/steam2013-02-14 15:48:06.766152022 -0500
-@@ -51,6 +51,7 @@
- 
- function setup_variables()
- {
-+MOZ_PLUGIN_PATH="/usr/lib32/mozilla/plugins/"
-   STEAMPACKAGE="${0##*/}"
-   STEAMCONFIG=~/.steam
-   STEAMDATALINK="$STEAMCONFIG/$STEAMPACKAGE"

Deleted: steam.install
===
--- steam.install   2013-02-25 22:00:51 UTC (rev 84889)
+++ steam.install   2013-02-25 22:02:15 UTC (rev 84890)
@@ -1,26 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  echo "if you are running x86_64, you need the lib32 opt depends for your 
driver"
-  echo 
-  echo " if you are having problems with the steam license, remove .steam and 
.local/share/Steam"
-}
-
-pre_install(){
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_upgrade(){
-  pre_install $1
-}
-
-post_remove() {
-   pre_install $1 removing
-}
-



[arch-commits] Commit in (8 files)

2013-02-25 Thread Daniel Wallace
Date: Monday, February 25, 2013 @ 23:06:14
  Author: dwallace
Revision: 84891

re make steam 

Added:
  steam/
  steam/repos/
  steam/trunk/
  steam/trunk/PKGBUILD
  steam/trunk/alsa_sdl_audiodriver.patch
  steam/trunk/lib32-flashplugin-path.patch
  steam/trunk/steam.install
Deleted:
  steam/

--+
 PKGBUILD |   53 +
 alsa_sdl_audiodriver.patch   |   14 ++
 lib32-flashplugin-path.patch |   10 +++
 steam.install|   26 
 4 files changed, 103 insertions(+)

Added: steam/trunk/PKGBUILD
===
--- steam/trunk/PKGBUILD(rev 0)
+++ steam/trunk/PKGBUILD2013-02-25 22:06:14 UTC (rev 84891)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: K900 
+pkgname=steam
+pkgver=1.0.0.34
+pkgrel=1
+pkgdesc="Digital distribution client bootstrap package"
+arch=("i686" "x86_64")
+url="http://steampowered.com/";
+license=('custom')
+depends=(
+  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
+  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
+  )
+if [[ "$CARCH" == "x86_64" ]]; then
+  depends+=(lib32-mesa lib32-gcc-libs lib32-libx11)
+  optdepends=(
+  'lib32-ati-dri: for open source ATI driver users'
+  'lib32-catalyst-utils: for AMD Catalyst users'
+  'lib32-intel-dri: for open source Intel driver users'
+  'lib32-nouveau-dri: for Nouveau users'
+  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
+  'lib32-flashplugin: for flash video'
+  )
+build() {
+patch -d "$pkgname" -Np1 -i "$srcdir/lib32-flashplugin-path.patch"
+#patch -d "$pkgname" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
+}
+else
+optdepends=('flashplugin: for flash videos')
+#build() {
+#patch -d "$pkgname" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
+#}
+fi
+install=steam.install
+source=("http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz";
+'lib32-flashplugin-path.patch'
+'alsa_sdl_audiodriver.patch')
+md5sums=('4ff9bf72b36a460d65ab3e57852f9bac'
+ '1d83a1df55d677f35ce415e0750f4448'
+ 'ac0e03d70f1101331598b2b32ed9bac3')
+
+package() {
+
+  # Install license
+  make -C "$pkgname" DESTDIR="$pkgdir" install
+  
+  install -Dm644 "$pkgdir/usr/share/doc/steam/steam_install_agreement.txt" 
"$pkgdir/usr/share/licenses/steam/LICENSE"
+
+  # blank steamdeps because apt-get
+  ln -sf /bin/true "$pkgdir/usr/bin/steamdeps"
+}
+#vim: set ft=PKGBUILD sw=2 ts=2 et


Property changes on: steam/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: steam/trunk/alsa_sdl_audiodriver.patch
===
--- steam/trunk/alsa_sdl_audiodriver.patch  (rev 0)
+++ steam/trunk/alsa_sdl_audiodriver.patch  2013-02-25 22:06:14 UTC (rev 
84891)
@@ -0,0 +1,14 @@
+--- a/steam2013-02-15 14:43:40.0 -0500
 b/steam2013-02-17 23:26:31.951179106 -0500
+@@ -17,6 +17,11 @@
+ # Set up domain for script localization
+ export TEXTDOMAIN=steam
+ 
++# check if pulseaudio is installed and if it isn't, use alsa for 
SDL_AUDIODRIVER
++if ! pulseaudio --check &>/dev/null; then
++export SDL_AUDIODRIVER=alsa
++fi
++
+ function show_message()
+ {
+   style=$1

Added: steam/trunk/lib32-flashplugin-path.patch
===
--- steam/trunk/lib32-flashplugin-path.patch(rev 0)
+++ steam/trunk/lib32-flashplugin-path.patch2013-02-25 22:06:14 UTC (rev 
84891)
@@ -0,0 +1,10 @@
+--- a/steam2013-02-14 14:03:49.0 -0500
 b/steam2013-02-14 15:48:06.766152022 -0500
+@@ -51,6 +51,7 @@
+ 
+ function setup_variables()
+ {
++MOZ_PLUGIN_PATH="/usr/lib32/mozilla/plugins/"
+   STEAMPACKAGE="${0##*/}"
+   STEAMCONFIG=~/.steam
+   STEAMDATALINK="$STEAMCONFIG/$STEAMPACKAGE"

Added: steam/trunk/steam.install
===
--- steam/trunk/steam.install   (rev 0)
+++ steam/trunk/steam.install   2013-02-25 22:06:14 UTC (rev 84891)
@@ -0,0 +1,26 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  echo "if you are running x86_64, you need the lib32 opt depends for your 
driver"
+  echo 
+  echo " if you are having problems with the steam license, remove .steam and 
.local/share/Steam"
+}
+
+pre_install(){
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_upgrade(){
+  pre_install $1
+}
+
+post_remove() {
+   pre_install $1 removing
+}
+



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

2013-02-25 Thread Daniel Wallace
Date: Monday, February 25, 2013 @ 23:09:37
  Author: dwallace
Revision: 84892

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

Added:
  steam/repos/community-i686/
  steam/repos/community-i686/PKGBUILD
(from rev 84891, steam/trunk/PKGBUILD)
  steam/repos/community-i686/alsa_sdl_audiodriver.patch
(from rev 84891, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/community-i686/lib32-flashplugin-path.patch
(from rev 84891, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/community-i686/steam.install
(from rev 84891, steam/trunk/steam.install)
  steam/repos/community-x86_64/
  steam/repos/community-x86_64/PKGBUILD
(from rev 84891, steam/trunk/PKGBUILD)
  steam/repos/community-x86_64/alsa_sdl_audiodriver.patch
(from rev 84891, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/community-x86_64/lib32-flashplugin-path.patch
(from rev 84891, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/community-x86_64/steam.install
(from rev 84891, steam/trunk/steam.install)

---+
 community-i686/PKGBUILD   |   53 
 community-i686/alsa_sdl_audiodriver.patch |   14 ++
 community-i686/lib32-flashplugin-path.patch   |   10 
 community-i686/steam.install  |   26 +++
 community-x86_64/PKGBUILD |   53 
 community-x86_64/alsa_sdl_audiodriver.patch   |   14 ++
 community-x86_64/lib32-flashplugin-path.patch |   10 
 community-x86_64/steam.install|   26 +++
 8 files changed, 206 insertions(+)

Copied: steam/repos/community-i686/PKGBUILD (from rev 84891, 
steam/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-25 22:09:37 UTC (rev 84892)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: K900 
+pkgname=steam
+pkgver=1.0.0.34
+pkgrel=1
+pkgdesc="Digital distribution client bootstrap package"
+arch=("i686" "x86_64")
+url="http://steampowered.com/";
+license=('custom')
+depends=(
+  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
+  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
+  )
+if [[ "$CARCH" == "x86_64" ]]; then
+  depends+=(lib32-mesa lib32-gcc-libs lib32-libx11)
+  optdepends=(
+  'lib32-ati-dri: for open source ATI driver users'
+  'lib32-catalyst-utils: for AMD Catalyst users'
+  'lib32-intel-dri: for open source Intel driver users'
+  'lib32-nouveau-dri: for Nouveau users'
+  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
+  'lib32-flashplugin: for flash video'
+  )
+build() {
+patch -d "$pkgname" -Np1 -i "$srcdir/lib32-flashplugin-path.patch"
+#patch -d "$pkgname" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
+}
+else
+optdepends=('flashplugin: for flash videos')
+#build() {
+#patch -d "$pkgname" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
+#}
+fi
+install=steam.install
+source=("http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz";
+'lib32-flashplugin-path.patch'
+'alsa_sdl_audiodriver.patch')
+md5sums=('4ff9bf72b36a460d65ab3e57852f9bac'
+ '1d83a1df55d677f35ce415e0750f4448'
+ 'ac0e03d70f1101331598b2b32ed9bac3')
+
+package() {
+
+  # Install license
+  make -C "$pkgname" DESTDIR="$pkgdir" install
+  
+  install -Dm644 "$pkgdir/usr/share/doc/steam/steam_install_agreement.txt" 
"$pkgdir/usr/share/licenses/steam/LICENSE"
+
+  # blank steamdeps because apt-get
+  ln -sf /bin/true "$pkgdir/usr/bin/steamdeps"
+}
+#vim: set ft=PKGBUILD sw=2 ts=2 et

Copied: steam/repos/community-i686/alsa_sdl_audiodriver.patch (from rev 84891, 
steam/trunk/alsa_sdl_audiodriver.patch)
===
--- community-i686/alsa_sdl_audiodriver.patch   (rev 0)
+++ community-i686/alsa_sdl_audiodriver.patch   2013-02-25 22:09:37 UTC (rev 
84892)
@@ -0,0 +1,14 @@
+--- a/steam2013-02-15 14:43:40.0 -0500
 b/steam2013-02-17 23:26:31.951179106 -0500
+@@ -17,6 +17,11 @@
+ # Set up domain for script localization
+ export TEXTDOMAIN=steam
+ 
++# check if pulseaudio is installed and if it isn't, use alsa for 
SDL_AUDIODRIVER
++if ! pulseaudio --check &>/dev/null; then
++export SDL_AUDIODRIVER=alsa
++fi
++
+ function show_message()
+ {
+   style=$1

Copied: steam/repos/community-i686/lib32-flashplugin-path.patch (

[arch-commits] Commit in steam/repos (5 files)

2013-02-25 Thread Daniel Wallace
Date: Monday, February 25, 2013 @ 23:10:23
  Author: dwallace
Revision: 84893

archrelease: copy trunk to multilib-x86_64

Added:
  steam/repos/multilib-x86_64/
  steam/repos/multilib-x86_64/PKGBUILD
(from rev 84892, steam/trunk/PKGBUILD)
  steam/repos/multilib-x86_64/alsa_sdl_audiodriver.patch
(from rev 84892, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/multilib-x86_64/lib32-flashplugin-path.patch
(from rev 84892, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/multilib-x86_64/steam.install
(from rev 84892, steam/trunk/steam.install)

--+
 PKGBUILD |   53 +
 alsa_sdl_audiodriver.patch   |   14 ++
 lib32-flashplugin-path.patch |   10 +++
 steam.install|   26 
 4 files changed, 103 insertions(+)

Copied: steam/repos/multilib-x86_64/PKGBUILD (from rev 84892, 
steam/trunk/PKGBUILD)
===
--- multilib-x86_64/PKGBUILD(rev 0)
+++ multilib-x86_64/PKGBUILD2013-02-25 22:10:23 UTC (rev 84893)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: K900 
+pkgname=steam
+pkgver=1.0.0.34
+pkgrel=1
+pkgdesc="Digital distribution client bootstrap package"
+arch=("i686" "x86_64")
+url="http://steampowered.com/";
+license=('custom')
+depends=(
+  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
+  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
+  )
+if [[ "$CARCH" == "x86_64" ]]; then
+  depends+=(lib32-mesa lib32-gcc-libs lib32-libx11)
+  optdepends=(
+  'lib32-ati-dri: for open source ATI driver users'
+  'lib32-catalyst-utils: for AMD Catalyst users'
+  'lib32-intel-dri: for open source Intel driver users'
+  'lib32-nouveau-dri: for Nouveau users'
+  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
+  'lib32-flashplugin: for flash video'
+  )
+build() {
+patch -d "$pkgname" -Np1 -i "$srcdir/lib32-flashplugin-path.patch"
+#patch -d "$pkgname" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
+}
+else
+optdepends=('flashplugin: for flash videos')
+#build() {
+#patch -d "$pkgname" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
+#}
+fi
+install=steam.install
+source=("http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz";
+'lib32-flashplugin-path.patch'
+'alsa_sdl_audiodriver.patch')
+md5sums=('4ff9bf72b36a460d65ab3e57852f9bac'
+ '1d83a1df55d677f35ce415e0750f4448'
+ 'ac0e03d70f1101331598b2b32ed9bac3')
+
+package() {
+
+  # Install license
+  make -C "$pkgname" DESTDIR="$pkgdir" install
+  
+  install -Dm644 "$pkgdir/usr/share/doc/steam/steam_install_agreement.txt" 
"$pkgdir/usr/share/licenses/steam/LICENSE"
+
+  # blank steamdeps because apt-get
+  ln -sf /bin/true "$pkgdir/usr/bin/steamdeps"
+}
+#vim: set ft=PKGBUILD sw=2 ts=2 et

Copied: steam/repos/multilib-x86_64/alsa_sdl_audiodriver.patch (from rev 84892, 
steam/trunk/alsa_sdl_audiodriver.patch)
===
--- multilib-x86_64/alsa_sdl_audiodriver.patch  (rev 0)
+++ multilib-x86_64/alsa_sdl_audiodriver.patch  2013-02-25 22:10:23 UTC (rev 
84893)
@@ -0,0 +1,14 @@
+--- a/steam2013-02-15 14:43:40.0 -0500
 b/steam2013-02-17 23:26:31.951179106 -0500
+@@ -17,6 +17,11 @@
+ # Set up domain for script localization
+ export TEXTDOMAIN=steam
+ 
++# check if pulseaudio is installed and if it isn't, use alsa for 
SDL_AUDIODRIVER
++if ! pulseaudio --check &>/dev/null; then
++export SDL_AUDIODRIVER=alsa
++fi
++
+ function show_message()
+ {
+   style=$1

Copied: steam/repos/multilib-x86_64/lib32-flashplugin-path.patch (from rev 
84892, steam/trunk/lib32-flashplugin-path.patch)
===
--- multilib-x86_64/lib32-flashplugin-path.patch
(rev 0)
+++ multilib-x86_64/lib32-flashplugin-path.patch2013-02-25 22:10:23 UTC 
(rev 84893)
@@ -0,0 +1,10 @@
+--- a/steam2013-02-14 14:03:49.0 -0500
 b/steam2013-02-14 15:48:06.766152022 -0500
+@@ -51,6 +51,7 @@
+ 
+ function setup_variables()
+ {
++MOZ_PLUGIN_PATH="/usr/lib32/mozilla/plugins/"
+   STEAMPACKAGE="${0##*/}"
+   STEAMCONFIG=~/.steam
+   STEAMDATALINK="$STEAMCONFIG/$STEAMPACKAGE"

Copied: steam/repos/multilib-x86_64/steam.install (from rev 84892, 
steam/trunk/steam.install)
===

  1   2   3   4   5   6   7   8   9   >