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

2013-05-12 Thread Daniel Wallace
Date: Sunday, May 12, 2013 @ 09:19:21
  Author: dwallace
Revision: 90397

archrelease: copy trunk to community-i686

Added:
  steam/repos/community-i686/PKGBUILD
(from rev 90396, steam/trunk/PKGBUILD)
  steam/repos/community-i686/alsa_sdl_audiodriver.patch
(from rev 90396, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/community-i686/lib32-flashplugin-path.patch
(from rev 90396, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/community-i686/steam.install
(from rev 90396, 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|   52 +--
 4 files changed, 106 insertions(+), 106 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-12 07:18:54 UTC (rev 90396)
+++ PKGBUILD2013-05-12 07:19:21 UTC (rev 90397)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: K900 k0009...@gmail.com
-pkgname=steam
-pkgver=1.0.0.38
-pkgrel=1
-pkgdesc=Digital distribution client bootstrap package
-arch=(i686 x86_64)
-url=http://steampowered.com/;
-license=('custom')
-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'
-  )
-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=('9a402f52ff7be2713f0b7dcee4ec112a'
- '1d83a1df55d677f35ce415e0750f4448'
- 'ac0e03d70f1101331598b2b32ed9bac3')
-
-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 90396, 
steam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-12 07:19:21 UTC (rev 90397)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: K900 k0009...@gmail.com
+pkgname=steam
+pkgver=1.0.0.39
+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=('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

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

2013-05-12 Thread Daniel Wallace
Date: Sunday, May 12, 2013 @ 09:22:16
  Author: dwallace
Revision: 90398

archrelease: copy trunk to multilib-x86_64

Added:
  steam/repos/multilib-x86_64/PKGBUILD
(from rev 90397, steam/trunk/PKGBUILD)
  steam/repos/multilib-x86_64/alsa_sdl_audiodriver.patch
(from rev 90397, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/multilib-x86_64/lib32-flashplugin-path.patch
(from rev 90397, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/multilib-x86_64/steam.install
(from rev 90397, 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|   52 +--
 4 files changed, 106 insertions(+), 106 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-12 07:19:21 UTC (rev 90397)
+++ PKGBUILD2013-05-12 07:22:16 UTC (rev 90398)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: K900 k0009...@gmail.com
-pkgname=steam
-pkgver=1.0.0.38
-pkgrel=1
-pkgdesc=Digital distribution client bootstrap package
-arch=(i686 x86_64)
-url=http://steampowered.com/;
-license=('custom')
-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'
-  )
-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=('9a402f52ff7be2713f0b7dcee4ec112a'
- '1d83a1df55d677f35ce415e0750f4448'
- 'ac0e03d70f1101331598b2b32ed9bac3')
-
-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 90397, 
steam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-12 07:22:16 UTC (rev 90398)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: K900 k0009...@gmail.com
+pkgname=steam
+pkgver=1.0.0.39
+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=('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

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

2013-05-12 Thread Daniel Wallace
Date: Sunday, May 12, 2013 @ 12:49:11
  Author: dwallace
Revision: 90428

upgpkg: lxdm 0.4.1-21

upgpkg: lxdm 0.4.1-21

Modified:
  lxdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-12 10:40:13 UTC (rev 90427)
+++ PKGBUILD2013-05-12 10:49:11 UTC (rev 90428)
@@ -5,7 +5,7 @@
 
 pkgname=lxdm
 pkgver=0.4.1
-pkgrel=20
+pkgrel=21
 pkgdesc='Lightweight X11 Display Manager'
 arch=('i686' 'x86_64')
 url=http://sourceforge.net/projects/lxdm/;
@@ -60,6 +60,7 @@
 
 # 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



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

2013-05-12 Thread Daniel Wallace
Date: Sunday, May 12, 2013 @ 12:50:33
  Author: dwallace
Revision: 90429

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

Deleted:
  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-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-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-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

---+
 community-i686/lxdm-0.4.1-Xsession-source-profile.patch   |   11 --
 community-i686/lxdm-0.4.1-conf.patch  |   11 --
 community-i686/lxdm-0.4.1-event-check-bug.patch   |   21 -
 community-i686/lxdm-0.4.1-industrial-greeter-ui.patch |   13 ---
 community-i686/lxdm-0.4.1-modern-systems.patch|   26 --
 community-i686/lxdm-0.4.1-nolang-show-sessions.patch  |   13 ---
 community-i686/lxdm-0.4.1-pam-env-vars.patch  |   50 
 community-i686/lxdm.install   |   18 
 community-i686/lxdm.pam   |   10 --
 community-x86_64/lxdm-0.4.1-Xsession-source-profile.patch |   11 --
 community-x86_64/lxdm-0.4.1-conf.patch|   11 --
 community-x86_64/lxdm-0.4.1-event-check-bug.patch |   21 -
 community-x86_64/lxdm-0.4.1-industrial-greeter-ui.patch   |   13 ---
 community-x86_64/lxdm-0.4.1-modern-systems.patch  |   26 --
 community-x86_64/lxdm-0.4.1-nolang-show-sessions.patch|   13 ---
 community-x86_64/lxdm-0.4.1-pam-env-vars.patch|   50 
 community-x86_64/lxdm.install |   18 
 community-x86_64/lxdm.pam |   10 --
 18 files changed, 346 deletions(-)

Deleted: community-i686/lxdm-0.4.1-Xsession-source-profile.patch
===
--- community-i686/lxdm-0.4.1-Xsession-source-profile.patch 2013-05-12 
10:49:11 UTC (rev 90428)
+++ community-i686/lxdm-0.4.1-Xsession-source-profile.patch 2013-05-12 
10:50:33 UTC (rev 90429)
@@ -1,11 +0,0 @@
 data/Xsession.orig 2011-07-29 15:42:33.0 +0200
-+++ data/Xsession  2011-12-03 09:09:14.592876087 +0100
-@@ -9,6 +9,8 @@
-   LXSESSION=/usr/bin/startlxde
- fi
- 
-+[ -f /etc/profile ]  . /etc/profile
-+[ -f ~/.profile ]  . ~/.profile
- [ -f /etc/xprofile ]  . /etc/xprofile
- [ -f ~/.xprofile ]  . ~/.xprofile
- 

Deleted: community-i686/lxdm-0.4.1-conf.patch
===
--- community-i686/lxdm-0.4.1-conf.patch2013-05-12 10:49:11 UTC (rev 
90428)
+++ community-i686/lxdm-0.4.1-conf.patch2013-05-12 10:50:33 UTC (rev 
90429)
@@ -1,11 +0,0 @@
 data/lxdm.conf.orig2011-11-01 17:57:59.208757577 +0100
-+++ data/lxdm.conf 2011-11-01 18:03:55.608741945 +0100
-@@ -27,7 +27,7 @@
- gtk_theme=Clearlooks
- 
- ## background of the greeter
--bg=/usr/share/backgrounds/default.png
-+# bg=/usr/share/backgrounds/default.png
- 
- ## if show bottom pane
- bottom_pane=1

Deleted: community-i686/lxdm-0.4.1-event-check-bug.patch
===
--- community-i686/lxdm-0.4.1-event-check-bug.patch 2013-05-12 10:49:11 UTC 
(rev 90428)
+++ community-i686/lxdm-0.4.1-event-check-bug.patch 2013-05-12 10:50:33 UTC 
(rev 90429)
@@ -1,21 +0,0 @@
-From: dgod dgod@gmail.com
-Date: Sun, 25 Dec 2011 07:23:19 + (+0800)
-Subject: fix event check bug caused cpu 100%
-X-Git-Url: 
http://lxde.git.sourceforge.net/git/gitweb.cgi?p=lxde%2Flxdm;a=commitdiff_plain;h=d4e41ecb;hp=f0951bdf736026b041001e846d2cb93f7f2852e1
-
-fix event check bug caused cpu 100%

-
-diff --git a/src/lxcom.c b/src/lxcom.c
-index 02763eb..18ee12e 100644
 a/src/lxcom.c
-+++ b/src/lxcom.c
-@@ -89,7 +89,7 @@ static gboolean lxcom_prepare (GSource *source,gint *timeout)
- 
- static gboolean lxcom_check(GSource *source)
- {
--  return TRUE;
-+  return (((LXComSource*)source)-poll.reventsG_IO_IN)?TRUE:FALSE;
- }
- 
- static gboolean lxcom_dispatch (GSource *source,GSourceFunc callback,gpointer 
user_data)

Deleted: 

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

2013-05-12 Thread Daniel Wallace
Date: Sunday, May 12, 2013 @ 12:57:52
  Author: dwallace
Revision: 90434

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

Added:
  lxdm/repos/community-i686/PKGBUILD
(from rev 90431, lxdm/trunk/PKGBUILD)
  lxdm/repos/community-i686/lxdm-0.4.1-Xsession-source-profile.patch
(from rev 90431, lxdm/trunk/lxdm-0.4.1-Xsession-source-profile.patch)
  lxdm/repos/community-i686/lxdm-0.4.1-conf.patch
(from rev 90431, lxdm/trunk/lxdm-0.4.1-conf.patch)
  lxdm/repos/community-i686/lxdm-0.4.1-event-check-bug.patch
(from rev 90431, lxdm/trunk/lxdm-0.4.1-event-check-bug.patch)
  lxdm/repos/community-i686/lxdm-0.4.1-industrial-greeter-ui.patch
(from rev 90431, lxdm/trunk/lxdm-0.4.1-industrial-greeter-ui.patch)
  lxdm/repos/community-i686/lxdm-0.4.1-modern-systems.patch
(from rev 90431, lxdm/trunk/lxdm-0.4.1-modern-systems.patch)
  lxdm/repos/community-i686/lxdm-0.4.1-nolang-show-sessions.patch
(from rev 90431, lxdm/trunk/lxdm-0.4.1-nolang-show-sessions.patch)
  lxdm/repos/community-i686/lxdm-0.4.1-pam-env-vars.patch
(from rev 90431, lxdm/trunk/lxdm-0.4.1-pam-env-vars.patch)
  lxdm/repos/community-i686/lxdm.install
(from rev 90431, lxdm/trunk/lxdm.install)
  lxdm/repos/community-i686/lxdm.pam
(from rev 90431, lxdm/trunk/lxdm.pam)
  lxdm/repos/community-i686/lxdm.service
(from rev 90431, lxdm/trunk/lxdm.service)
  lxdm/repos/community-x86_64/PKGBUILD
(from rev 90432, lxdm/trunk/PKGBUILD)
  lxdm/repos/community-x86_64/lxdm-0.4.1-Xsession-source-profile.patch
(from rev 90432, lxdm/trunk/lxdm-0.4.1-Xsession-source-profile.patch)
  lxdm/repos/community-x86_64/lxdm-0.4.1-conf.patch
(from rev 90432, lxdm/trunk/lxdm-0.4.1-conf.patch)
  lxdm/repos/community-x86_64/lxdm-0.4.1-event-check-bug.patch
(from rev 90432, 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 90432, lxdm/trunk/lxdm-0.4.1-industrial-greeter-ui.patch)
  lxdm/repos/community-x86_64/lxdm-0.4.1-modern-systems.patch
(from rev 90432, lxdm/trunk/lxdm-0.4.1-modern-systems.patch)
  lxdm/repos/community-x86_64/lxdm-0.4.1-nolang-show-sessions.patch
(from rev 90432, 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 90432, lxdm/trunk/lxdm-0.4.1-pam-env-vars.patch)
  lxdm/repos/community-x86_64/lxdm.install
(from rev 90432, lxdm/trunk/lxdm.install)
  lxdm/repos/community-x86_64/lxdm.pam
(from rev 90432, lxdm/trunk/lxdm.pam)
  lxdm/repos/community-x86_64/lxdm.service
(from rev 90432, lxdm/trunk/lxdm.service)
Deleted:
  lxdm/repos/community-i686/PKGBUILD
  lxdm/repos/community-i686/lxdm.service
  lxdm/repos/community-x86_64/PKGBUILD
  lxdm/repos/community-x86_64/lxdm.service

---+
 /PKGBUILD |  156 
 /lxdm.service |   18 +
 community-i686/PKGBUILD   |   77 -
 community-i686/lxdm-0.4.1-Xsession-source-profile.patch   |   11 
 community-i686/lxdm-0.4.1-conf.patch  |   11 
 community-i686/lxdm-0.4.1-event-check-bug.patch   |   21 +
 community-i686/lxdm-0.4.1-industrial-greeter-ui.patch |   13 +
 community-i686/lxdm-0.4.1-modern-systems.patch|   26 ++
 community-i686/lxdm-0.4.1-nolang-show-sessions.patch  |   13 +
 community-i686/lxdm-0.4.1-pam-env-vars.patch  |   50 +++
 community-i686/lxdm.install   |   18 +
 community-i686/lxdm.pam   |   10 
 community-i686/lxdm.service   |9 
 community-x86_64/PKGBUILD |   77 -
 community-x86_64/lxdm-0.4.1-Xsession-source-profile.patch |   11 
 community-x86_64/lxdm-0.4.1-conf.patch|   11 
 community-x86_64/lxdm-0.4.1-event-check-bug.patch |   21 +
 community-x86_64/lxdm-0.4.1-industrial-greeter-ui.patch   |   13 +
 community-x86_64/lxdm-0.4.1-modern-systems.patch  |   26 ++
 community-x86_64/lxdm-0.4.1-nolang-show-sessions.patch|   13 +
 community-x86_64/lxdm-0.4.1-pam-env-vars.patch|   50 +++
 community-x86_64/lxdm.install |   18 +
 community-x86_64/lxdm.pam |   10 
 community-x86_64/lxdm.service |9 
 24 files changed, 520 insertions(+), 172 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-12 10:57:45 UTC (rev 90433)
+++ community-i686/PKGBUILD 2013-05-12 10:57:52 UTC (rev 90434)
@@ -1,77 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: AndyRTR andy...@archlinux.org
-# Contributor: kiefer jorgelmad...@gmail.com
-
-pkgname=lxdm

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

2013-05-11 Thread Daniel Wallace
Date: Sunday, May 12, 2013 @ 06:25:07
  Author: dwallace
Revision: 90362

upgpkg: lxdm 0.4.1-19

remove initscript from lxdm

Modified:
  lxdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-12 02:59:43 UTC (rev 90361)
+++ PKGBUILD2013-05-12 04:25:07 UTC (rev 90362)
@@ -5,7 +5,7 @@
 
 pkgname=lxdm
 pkgver=0.4.1
-pkgrel=18
+pkgrel=19
 pkgdesc='Lightweight X11 Display Manager'
 arch=('i686' 'x86_64')
 url=http://sourceforge.net/projects/lxdm/;
@@ -18,7 +18,7 @@
 'etc/lxdm/PreLogin' 'etc/lxdm/LoginReady' 'etc/lxdm/PostLogin'
 'etc/lxdm/PostLogout' 'etc/lxdm/PreReboot' 'etc/lxdm/PreShutdown')
 source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz
-   lxdm.pam  lxdm.rcd  lxdm.service
+   lxdm.pam  lxdm.service
lxdm-0.4.1-Xsession-source-profile.patch
lxdm-0.4.1-conf.patch
lxdm-0.4.1-event-check-bug.patch
@@ -27,13 +27,17 @@
lxdm-0.4.1-nolang-show-sessions.patch
lxdm-0.4.1-pam-env-vars.patch)
 
-build() {
+prepare(){
 cd $srcdir/$pkgname-$pkgver
-
 patch -Np1 -i $srcdir/lxdm-0.4.1-event-check-bug.patch
 patch -Np1 -i $srcdir/lxdm-0.4.1-nolang-show-sessions.patch
 patch -Np1 -i $srcdir/lxdm-0.4.1-pam-env-vars.patch
+}
 
+build() {
+cd $srcdir/$pkgname-$pkgver
+
+
 ./configure --sysconfdir=/etc --prefix=/usr --libexecdir=/usr/lib/lxdm
 make

@@ -49,7 +53,6 @@
 make DESTDIR=$pkgdir install
 
 install -m644 $srcdir/lxdm.pam $pkgdir/etc/pam.d/lxdm
-install -Dm755 $srcdir/lxdm.rcd $pkgdir/etc/rc.d/lxdm
 install -Dm644 $srcdir/lxdm.service 
$pkgdir/usr/lib/systemd/system/lxdm.service
 install -d $pkgdir/var/{lib,run}/lxdm
 
@@ -62,7 +65,6 @@
 
 md5sums=('8da1cfc2be6dc9217c85a7cf51e1e821'
  '9cc734228696a3c6f06d91bba61b03c1'
- '705f394052fdd0dec22e95321d170de0'
  'e8cc66eb1a2405d2d9d184a727cbd9d8'
  'd2e4a4a22ee2aa1a986be154c647b6c6'
  'c50dd01b715b0a236407d48066191601'



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

2013-05-11 Thread Daniel Wallace
Date: Sunday, May 12, 2013 @ 06:26:53
  Author: dwallace
Revision: 90363

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

Added:
  lxdm/repos/community-i686/PKGBUILD
(from rev 90362, lxdm/trunk/PKGBUILD)
  lxdm/repos/community-i686/lxdm-0.4.1-Xsession-source-profile.patch
(from rev 90362, lxdm/trunk/lxdm-0.4.1-Xsession-source-profile.patch)
  lxdm/repos/community-i686/lxdm-0.4.1-conf.patch
(from rev 90362, lxdm/trunk/lxdm-0.4.1-conf.patch)
  lxdm/repos/community-i686/lxdm-0.4.1-event-check-bug.patch
(from rev 90362, lxdm/trunk/lxdm-0.4.1-event-check-bug.patch)
  lxdm/repos/community-i686/lxdm-0.4.1-industrial-greeter-ui.patch
(from rev 90362, lxdm/trunk/lxdm-0.4.1-industrial-greeter-ui.patch)
  lxdm/repos/community-i686/lxdm-0.4.1-modern-systems.patch
(from rev 90362, lxdm/trunk/lxdm-0.4.1-modern-systems.patch)
  lxdm/repos/community-i686/lxdm-0.4.1-nolang-show-sessions.patch
(from rev 90362, lxdm/trunk/lxdm-0.4.1-nolang-show-sessions.patch)
  lxdm/repos/community-i686/lxdm-0.4.1-pam-env-vars.patch
(from rev 90362, lxdm/trunk/lxdm-0.4.1-pam-env-vars.patch)
  lxdm/repos/community-i686/lxdm.install
(from rev 90362, lxdm/trunk/lxdm.install)
  lxdm/repos/community-i686/lxdm.pam
(from rev 90362, lxdm/trunk/lxdm.pam)
  lxdm/repos/community-i686/lxdm.rcd
(from rev 90362, lxdm/trunk/lxdm.rcd)
  lxdm/repos/community-i686/lxdm.service
(from rev 90362, lxdm/trunk/lxdm.service)
  lxdm/repos/community-x86_64/PKGBUILD
(from rev 90362, lxdm/trunk/PKGBUILD)
  lxdm/repos/community-x86_64/lxdm-0.4.1-Xsession-source-profile.patch
(from rev 90362, lxdm/trunk/lxdm-0.4.1-Xsession-source-profile.patch)
  lxdm/repos/community-x86_64/lxdm-0.4.1-conf.patch
(from rev 90362, lxdm/trunk/lxdm-0.4.1-conf.patch)
  lxdm/repos/community-x86_64/lxdm-0.4.1-event-check-bug.patch
(from rev 90362, 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 90362, lxdm/trunk/lxdm-0.4.1-industrial-greeter-ui.patch)
  lxdm/repos/community-x86_64/lxdm-0.4.1-modern-systems.patch
(from rev 90362, lxdm/trunk/lxdm-0.4.1-modern-systems.patch)
  lxdm/repos/community-x86_64/lxdm-0.4.1-nolang-show-sessions.patch
(from rev 90362, 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 90362, lxdm/trunk/lxdm-0.4.1-pam-env-vars.patch)
  lxdm/repos/community-x86_64/lxdm.install
(from rev 90362, lxdm/trunk/lxdm.install)
  lxdm/repos/community-x86_64/lxdm.pam
(from rev 90362, lxdm/trunk/lxdm.pam)
  lxdm/repos/community-x86_64/lxdm.rcd
(from rev 90362, lxdm/trunk/lxdm.rcd)
  lxdm/repos/community-x86_64/lxdm.service
(from rev 90362, lxdm/trunk/lxdm.service)
Deleted:
  lxdm/repos/community-i686/PKGBUILD
  lxdm/repos/community-i686/Xsession.patch
  lxdm/repos/community-i686/glib2-2.32.0.patch
  lxdm/repos/community-i686/greeter-session.patch
  lxdm/repos/community-i686/industrial-greeterui.patch
  lxdm/repos/community-i686/lxdm-pam
  lxdm/repos/community-i686/lxdm.conf.patch
  lxdm/repos/community-i686/lxdm.install
  lxdm/repos/community-i686/lxdm.patch
  lxdm/repos/community-i686/pam-env-vars.patch
  lxdm/repos/community-i686/rc.d
  lxdm/repos/community-i686/service
  lxdm/repos/community-x86_64/PKGBUILD
  lxdm/repos/community-x86_64/Xsession.patch
  lxdm/repos/community-x86_64/glib2-2.32.0.patch
  lxdm/repos/community-x86_64/greeter-session.patch
  lxdm/repos/community-x86_64/industrial-greeterui.patch
  lxdm/repos/community-x86_64/lxdm-pam
  lxdm/repos/community-x86_64/lxdm.conf.patch
  lxdm/repos/community-x86_64/lxdm.install
  lxdm/repos/community-x86_64/lxdm.patch
  lxdm/repos/community-x86_64/pam-env-vars.patch
  lxdm/repos/community-x86_64/rc.d
  lxdm/repos/community-x86_64/service

---+
 /PKGBUILD |  150 
 /lxdm.install |   36 ++
 community-i686/PKGBUILD   |   69 -
 community-i686/Xsession.patch |   11 
 community-i686/glib2-2.32.0.patch |   21 -
 community-i686/greeter-session.patch  |   13 -
 community-i686/industrial-greeterui.patch |   13 -
 community-i686/lxdm-0.4.1-Xsession-source-profile.patch   |   11 
 community-i686/lxdm-0.4.1-conf.patch  |   11 
 community-i686/lxdm-0.4.1-event-check-bug.patch   |   21 +
 community-i686/lxdm-0.4.1-industrial-greeter-ui.patch |   13 +
 community-i686/lxdm-0.4.1-modern-systems.patch|   26 ++
 community-i686/lxdm-0.4.1-nolang-show-sessions.patch  |   13 +
 community-i686/lxdm-0.4.1-pam-env-vars.patch  |   50 
 community-i686/lxdm-pam   |   10 
 community-i686/lxdm.conf.patch|   

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

2013-05-11 Thread Daniel Wallace
Date: Sunday, May 12, 2013 @ 06:45:00
  Author: dwallace
Revision: 90364

upgpkg: connman 1.14-1

upgpkg: connman 1.14

Modified:
  connman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-12 04:26:53 UTC (rev 90363)
+++ PKGBUILD2013-05-12 04:45:00 UTC (rev 90364)
@@ -3,7 +3,7 @@
 # Contributor: Lucas De Marchi lucas.de.mar...@gmail.com
 
 pkgname=connman
-pkgver=1.13
+pkgver=1.14
 pkgrel=1
 pkgdesc=Wireless LAN network manager
 url=http://connman.net/;
@@ -17,15 +17,20 @@
 options=('!libtool')
 
source=(http://www.kernel.org/pub/linux/network/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
 'allow_group_network.diff')
-md5sums=('12c0d5a52ad3749afac260ebc7151d16'
+md5sums=('d8c98071ca244d2e66ae49becfcd0634'
  'a8d22ee089fb0ed725130d16ad393047')
 
+prepare(){
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/allow_group_network.diff
+}
+
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
-  patch -Np1 -i ${srcdir}/allow_group_network.diff
-
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --bindir=/usr/bin \
+ --sbindir=/usr/bin \
   --with-systemdunitdir=/usr/lib/systemd/system \
   --enable-threads \
   --enable-openconnect \
@@ -39,5 +44,5 @@
 
 package(){
   make -C ${srcdir}/${pkgname}-${pkgver} DESTDIR=${pkgdir} install
-  install -Dm755 $srcdir/$pkgname-$pkgver/client/${pkgname}ctl 
$pkgdir/usr/sbin/${pkgname}ctl
+  install -Dm755 $srcdir/$pkgname-$pkgver/client/${pkgname}ctl 
$pkgdir/usr/bin/${pkgname}ctl
 }



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

2013-05-11 Thread Daniel Wallace
Date: Sunday, May 12, 2013 @ 06:45:35
  Author: dwallace
Revision: 90365

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

Added:
  connman/repos/community-i686/PKGBUILD
(from rev 90364, connman/trunk/PKGBUILD)
  connman/repos/community-i686/allow_group_network.diff
(from rev 90364, connman/trunk/allow_group_network.diff)
  connman/repos/community-x86_64/PKGBUILD
(from rev 90364, connman/trunk/PKGBUILD)
  connman/repos/community-x86_64/allow_group_network.diff
(from rev 90364, 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 |   96 
 /allow_group_network.diff |   24 +++
 community-i686/PKGBUILD   |   43 
 community-i686/allow_group_network.diff   |   12 ---
 community-x86_64/PKGBUILD |   43 
 community-x86_64/allow_group_network.diff |   12 ---
 6 files changed, 120 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-12 04:45:00 UTC (rev 90364)
+++ community-i686/PKGBUILD 2013-05-12 04:45:35 UTC (rev 90365)
@@ -1,43 +0,0 @@
-#$Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Lucas De Marchi lucas.de.mar...@gmail.com
-
-pkgname=connman
-pkgver=1.13
-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=('12c0d5a52ad3749afac260ebc7151d16'
- 'a8d22ee089fb0ed725130d16ad393047')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  patch -Np1 -i ${srcdir}/allow_group_network.diff
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --with-systemdunitdir=/usr/lib/systemd/system \
-  --enable-threads \
-  --enable-openconnect \
-  --enable-vpnc \
-  --enable-openvpn \
-  --enable-polkit \
-  --enable-client
-
-  make
-}
-
-package(){
-  make -C ${srcdir}/${pkgname}-${pkgver} DESTDIR=${pkgdir} install
-  install -Dm755 $srcdir/$pkgname-$pkgver/client/${pkgname}ctl 
$pkgdir/usr/sbin/${pkgname}ctl
-}

Copied: connman/repos/community-i686/PKGBUILD (from rev 90364, 
connman/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-12 04:45:35 UTC (rev 90365)
@@ -0,0 +1,48 @@
+#$Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Lucas De Marchi lucas.de.mar...@gmail.com
+
+pkgname=connman
+pkgver=1.14
+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=('d8c98071ca244d2e66ae49becfcd0634'
+ '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
+}

Deleted: community-i686/allow_group_network.diff
===
--- community-i686/allow_group_network.diff 2013-05-12 04:45:00 UTC (rev 
90364)
+++ community-i686/allow_group_network.diff 2013-05-12 04:45:35 UTC (rev 
90365)
@@ -1,12 +0,0 @@
 a/src/connman-polkit.conf  2010-11-05 12:09:04.285423955 -0200
-+++ b/src/connman-polkit.conf  2010-11-05 12

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

2013-05-11 Thread Daniel Wallace
Date: Sunday, May 12, 2013 @ 07:01:07
  Author: dwallace
Revision: 90368

upgpkg: lxdm 0.4.1-20

upgpkg: lxdm 0.4.1-20

Modified:
  lxdm/trunk/PKGBUILD
  lxdm/trunk/lxdm.service
Deleted:
  lxdm/trunk/lxdm.rcd

--+
 PKGBUILD |   10 ++
 lxdm.rcd |   36 
 lxdm.service |2 +-
 3 files changed, 7 insertions(+), 41 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-12 04:56:34 UTC (rev 90367)
+++ PKGBUILD2013-05-12 05:01:07 UTC (rev 90368)
@@ -5,7 +5,7 @@
 
 pkgname=lxdm
 pkgver=0.4.1
-pkgrel=19
+pkgrel=20
 pkgdesc='Lightweight X11 Display Manager'
 arch=('i686' 'x86_64')
 url=http://sourceforge.net/projects/lxdm/;
@@ -38,7 +38,9 @@
 cd $srcdir/$pkgname-$pkgver
 
 
-./configure --sysconfdir=/etc --prefix=/usr --libexecdir=/usr/lib/lxdm
+./configure --sysconfdir=/etc --prefix=/usr --libexecdir=/usr/lib/lxdm \
+   --bindir=/usr/bin \
+   --sbindir=/usr/bin
 make

 patch -Np0 -i $srcdir/lxdm-0.4.1-modern-systems.patch
@@ -50,7 +52,7 @@
 
 package() {
 cd $srcdir/$pkgname-$pkgver
-make DESTDIR=$pkgdir install
+make DESTDIR=$pkgdir sbindir=/usr/bin install
 
 install -m644 $srcdir/lxdm.pam $pkgdir/etc/pam.d/lxdm
 install -Dm644 $srcdir/lxdm.service 
$pkgdir/usr/lib/systemd/system/lxdm.service
@@ -65,7 +67,7 @@
 
 md5sums=('8da1cfc2be6dc9217c85a7cf51e1e821'
  '9cc734228696a3c6f06d91bba61b03c1'
- 'e8cc66eb1a2405d2d9d184a727cbd9d8'
+ 'b86317143ae44d7ed38c150fe4f25502'
  'd2e4a4a22ee2aa1a986be154c647b6c6'
  'c50dd01b715b0a236407d48066191601'
  'a1e3c46a8bef691bc544028f5b6cfe22'

Deleted: lxdm.rcd
===
--- lxdm.rcd2013-05-12 04:56:34 UTC (rev 90367)
+++ lxdm.rcd2013-05-12 05:01:07 UTC (rev 90368)
@@ -1,36 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-PID=$(pidof -o %PPID `which lxdm-binary`)
-case $1 in
-  start)
-stat_busy Starting LXDM Display Manager
-[ -z $PID ]  /usr/sbin/lxdm -d  /dev/null
-if [ $? -gt 0 ]; then
-  stat_fail
-else
-  add_daemon lxdm
-  stat_done
-fi
-;;
-  stop)
-stat_busy Stopping LXDM Display Manager
-[ ! -z $PID ]  kill $PID  /dev/null
-if [ $? -gt 0 ]; then
-  stat_fail
-else
-  rm_daemon lxdm
-  stat_done
-fi
-;;
-  restart)
-$0 stop
-sleep 3
-$0 start
-;;
-  *)
-echo usage: $0 {start|stop|restart}
-esac
-exit 0

Modified: lxdm.service
===
--- lxdm.service2013-05-12 04:56:34 UTC (rev 90367)
+++ lxdm.service2013-05-12 05:01:07 UTC (rev 90368)
@@ -3,7 +3,7 @@
 After=systemd-user-sessions.service
 
 [Service]
-ExecStart=/usr/sbin/lxdm
+ExecStart=/usr/bin/lxdm
 
 [Install]
 Alias=display-manager.service



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

2013-05-11 Thread Daniel Wallace
Date: Sunday, May 12, 2013 @ 07:07:06
  Author: dwallace
Revision: 90369

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

Deleted:
  lxdm/repos/community-i686/PKGBUILD
  lxdm/repos/community-x86_64/PKGBUILD

---+
 community-i686/PKGBUILD   |   75 
 community-x86_64/PKGBUILD |   75 
 2 files changed, 150 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-12 05:01:07 UTC (rev 90368)
+++ community-i686/PKGBUILD 2013-05-12 05:07:06 UTC (rev 90369)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: AndyRTR andy...@archlinux.org
-# Contributor: kiefer jorgelmad...@gmail.com
-
-pkgname=lxdm
-pkgver=0.4.1
-pkgrel=19
-pkgdesc='Lightweight X11 Display Manager'
-arch=('i686' 'x86_64')
-url=http://sourceforge.net/projects/lxdm/;
-license=('GPL')
-groups=('lxde')
-depends=('gtk2' 'xorg-server')
-makedepends=('intltool')
-install=${pkgname}.install
-backup=('etc/lxdm/lxdm.conf' 'etc/pam.d/lxdm' 'etc/lxdm/Xsession'
-'etc/lxdm/PreLogin' 'etc/lxdm/LoginReady' 'etc/lxdm/PostLogin'
-'etc/lxdm/PostLogout' 'etc/lxdm/PreReboot' 'etc/lxdm/PreShutdown')
-source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz
-   lxdm.pam  lxdm.service
-   lxdm-0.4.1-Xsession-source-profile.patch
-   lxdm-0.4.1-conf.patch
-   lxdm-0.4.1-event-check-bug.patch
-   lxdm-0.4.1-industrial-greeter-ui.patch
-   lxdm-0.4.1-modern-systems.patch
-   lxdm-0.4.1-nolang-show-sessions.patch
-   lxdm-0.4.1-pam-env-vars.patch)
-
-prepare(){
-cd $srcdir/$pkgname-$pkgver
-patch -Np1 -i $srcdir/lxdm-0.4.1-event-check-bug.patch
-patch -Np1 -i $srcdir/lxdm-0.4.1-nolang-show-sessions.patch
-patch -Np1 -i $srcdir/lxdm-0.4.1-pam-env-vars.patch
-}
-
-build() {
-cd $srcdir/$pkgname-$pkgver
-
-
-./configure --sysconfdir=/etc --prefix=/usr --libexecdir=/usr/lib/lxdm
-make
-   
-patch -Np0 -i $srcdir/lxdm-0.4.1-modern-systems.patch
-patch -Np0 -i $srcdir/lxdm-0.4.1-conf.patch
-patch -Np0 -i $srcdir/lxdm-0.4.1-Xsession-source-profile.patch
-patch -Np0 -i $srcdir/lxdm-0.4.1-industrial-greeter-ui.patch
-}
-
-
-package() {
-cd $srcdir/$pkgname-$pkgver
-make DESTDIR=$pkgdir install
-
-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
-
-# fix the greeter location
-sed -i -e 's/local\/libexec/lib\/lxdm/' $pkgdir/etc/lxdm/lxdm.conf
-
-# avoid conflict with filesystem=2012.06
-rm -r $pkgdir/var/run
-}
-
-md5sums=('8da1cfc2be6dc9217c85a7cf51e1e821'
- '9cc734228696a3c6f06d91bba61b03c1'
- 'e8cc66eb1a2405d2d9d184a727cbd9d8'
- 'd2e4a4a22ee2aa1a986be154c647b6c6'
- 'c50dd01b715b0a236407d48066191601'
- 'a1e3c46a8bef691bc544028f5b6cfe22'
- '2c4afdbe3532be4f90d8f6240d352766'
- 'baed9055e8825a5511712bc095197519'
- '28475239d0c8b4fd778ec49f5ec72962'
- '4c1d43e81e9a256e8d1ea7686c24b3d3')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-05-12 05:01:07 UTC (rev 90368)
+++ community-x86_64/PKGBUILD   2013-05-12 05:07:06 UTC (rev 90369)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: AndyRTR andy...@archlinux.org
-# Contributor: kiefer jorgelmad...@gmail.com
-
-pkgname=lxdm
-pkgver=0.4.1
-pkgrel=19
-pkgdesc='Lightweight X11 Display Manager'
-arch=('i686' 'x86_64')
-url=http://sourceforge.net/projects/lxdm/;
-license=('GPL')
-groups=('lxde')
-depends=('gtk2' 'xorg-server')
-makedepends=('intltool')
-install=${pkgname}.install
-backup=('etc/lxdm/lxdm.conf' 'etc/pam.d/lxdm' 'etc/lxdm/Xsession'
-'etc/lxdm/PreLogin' 'etc/lxdm/LoginReady' 'etc/lxdm/PostLogin'
-'etc/lxdm/PostLogout' 'etc/lxdm/PreReboot' 'etc/lxdm/PreShutdown')
-source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz
-   lxdm.pam  lxdm.service
-   lxdm-0.4.1-Xsession-source-profile.patch
-   lxdm-0.4.1-conf.patch
-   lxdm-0.4.1-event-check-bug.patch
-   lxdm-0.4.1-industrial-greeter-ui.patch
-   lxdm-0.4.1-modern-systems.patch
-   lxdm-0.4.1-nolang-show-sessions.patch
-   lxdm-0.4.1-pam-env-vars.patch)
-
-prepare(){
-cd $srcdir/$pkgname-$pkgver
-patch -Np1 -i $srcdir/lxdm-0.4.1-event-check-bug.patch
-patch -Np1 -i $srcdir/lxdm-0.4.1-nolang-show-sessions.patch
-patch -Np1 -i $srcdir/lxdm-0.4.1-pam-env-vars.patch
-}
-
-build() {
-cd $srcdir/$pkgname-$pkgver
-
-
-./configure 

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

2013-05-03 Thread Daniel Wallace
Date: Friday, May 3, 2013 @ 16:44:48
  Author: dwallace
Revision: 89851

upgpkg: hub 1.10.6-1

upgpkg: hub 1.10.6

Modified:
  hub/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-03 14:28:50 UTC (rev 89850)
+++ PKGBUILD2013-05-03 14:44:48 UTC (rev 89851)
@@ -4,7 +4,7 @@
 
 pkgname=hub
 _pkgdir=defunkt-hub-
-pkgver=1.10.5
+pkgver=1.10.6
 pkgrel=1
 pkgdesc=cli interface for Github
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('git' 'ruby')
 license=('MIT')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/defunkt/hub/tarball/v$pkgver;)
-md5sums=('e69dc63d013997c694b792e037d88df0')
+sha256sums=('0403b6beb4f9a2da68a0b042f6921ae857513aff9237d37a9462432746db2d06')
 
 build() {
   cd $srcdir/$_pkgdir*



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

2013-05-03 Thread Daniel Wallace
Date: Friday, May 3, 2013 @ 16:45:12
  Author: dwallace
Revision: 89852

archrelease: copy trunk to community-any

Added:
  hub/repos/community-any/PKGBUILD
(from rev 89851, hub/trunk/PKGBUILD)
Deleted:
  hub/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-03 14:44:48 UTC (rev 89851)
+++ PKGBUILD2013-05-03 14:45:12 UTC (rev 89852)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Alfredo Palhares masterk...@masterkorp.net
-
-pkgname=hub
-_pkgdir=defunkt-hub-
-pkgver=1.10.5
-pkgrel=1
-pkgdesc=cli interface for Github
-arch=('any')
-url=http://defunkt.io/hub;
-depends=('git' 'ruby')
-license=('MIT')
-source=($pkgname-$pkgver.tar.gz::https://github.com/defunkt/hub/tarball/v$pkgver;)
-md5sums=('e69dc63d013997c694b792e037d88df0')
-
-build() {
-  cd $srcdir/$_pkgdir*
-
-  rake standalone
-  gzip --best -c man/hub.1 hub.1.gz
-
-}
-
-package() {
-  cd $srcdir/$_pkgdir*
-
-  install -Dm755 $srcdir/$_pkgdir*/$pkgname $pkgdir/usr/bin/$pkgname
-
-  install -d $pkgdir/usr/share/$pkgname
-  cp -dpr --no-preserve=ownership $srcdir/$_pkgdir*/git-hooks 
$pkgdir/usr/share/$pkgname/git-hooks
-
-  install -Dm644 $srcdir/$_pkgdir*/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 $srcdir/$_pkgdir*/etc/hub.bash_completion.sh 
$pkgdir/usr/share/bash-completion/completions/hub
-  install -Dm644 $srcdir/$_pkgdir*/etc/hub.zsh_completion 
$pkgdir/usr/share/zsh/site-functions/_hub
-
-  install -Dm644 $srcdir/$_pkgdir*/man/$pkgname.1 
$pkgdir/usr/share/man/man1/$pkgname.1
-
-}

Copied: hub/repos/community-any/PKGBUILD (from rev 89851, hub/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-03 14:45:12 UTC (rev 89852)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Alfredo Palhares masterk...@masterkorp.net
+
+pkgname=hub
+_pkgdir=defunkt-hub-
+pkgver=1.10.6
+pkgrel=1
+pkgdesc=cli interface for Github
+arch=('any')
+url=http://defunkt.io/hub;
+depends=('git' 'ruby')
+license=('MIT')
+source=($pkgname-$pkgver.tar.gz::https://github.com/defunkt/hub/tarball/v$pkgver;)
+sha256sums=('0403b6beb4f9a2da68a0b042f6921ae857513aff9237d37a9462432746db2d06')
+
+build() {
+  cd $srcdir/$_pkgdir*
+
+  rake standalone
+  gzip --best -c man/hub.1 hub.1.gz
+
+}
+
+package() {
+  cd $srcdir/$_pkgdir*
+
+  install -Dm755 $srcdir/$_pkgdir*/$pkgname $pkgdir/usr/bin/$pkgname
+
+  install -d $pkgdir/usr/share/$pkgname
+  cp -dpr --no-preserve=ownership $srcdir/$_pkgdir*/git-hooks 
$pkgdir/usr/share/$pkgname/git-hooks
+
+  install -Dm644 $srcdir/$_pkgdir*/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 $srcdir/$_pkgdir*/etc/hub.bash_completion.sh 
$pkgdir/usr/share/bash-completion/completions/hub
+  install -Dm644 $srcdir/$_pkgdir*/etc/hub.zsh_completion 
$pkgdir/usr/share/zsh/site-functions/_hub
+
+  install -Dm644 $srcdir/$_pkgdir*/man/$pkgname.1 
$pkgdir/usr/share/man/man1/$pkgname.1
+
+}



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

2013-05-03 Thread Daniel Wallace
Date: Friday, May 3, 2013 @ 16:49:43
  Author: dwallace
Revision: 89853

upgpkg: youtube-viewer 1:3.0.7-2

upgpkg: youtube-viewer 3.0.7-2 remove mplayer depend

Modified:
  youtube-viewer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-03 14:45:12 UTC (rev 89852)
+++ PKGBUILD2013-05-03 14:49:43 UTC (rev 89853)
@@ -6,16 +6,18 @@
 _pkgdir=trizen-youtube-viewer
 epoch=1
 pkgver=3.0.7
-pkgrel=1
+pkgrel=2
 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')
+sha256sums=('7d8e024fdd3fcc08c3f26620403ebc9f05fb77102dce6913b61ec7ba32ccd996')
 
-depends=('perl=5.10.0' 'mplayer' 'perl-data-dump' 'perl-libwww' 
'perl-xml-fast')
-optdepends=('perl-term-readkey: to get the terminal width size'
+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]')
@@ -40,4 +42,3 @@
 rm -r $pkgdir/usr/lib/
 
 }
-md5sums=('5f317893557dc7eea71f81d2deabb3e7')



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

2013-05-03 Thread Daniel Wallace
Date: Friday, May 3, 2013 @ 16:50:09
  Author: dwallace
Revision: 89854

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-03 14:49:43 UTC (rev 89853)
+++ PKGBUILD2013-05-03 14:50:09 UTC (rev 89854)
@@ -1,43 +0,0 @@
-$Id$
-# Maintainer: Daniel Wallace  danielwallace at gtmanfred dot com
-# Contributor: Trizen echo dHJpemVueEBnbWFpbC5jb20K | base64 -d
-
-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')

Copied: youtube-viewer/repos/community-any/PKGBUILD (from rev 89853, 
youtube-viewer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-03 14:50:09 UTC (rev 89854)
@@ -0,0 +1,44 @@
+$Id$
+# Maintainer: Daniel Wallace  danielwallace at gtmanfred dot com
+# Contributor: Trizen echo dHJpemVueEBnbWFpbC5jb20K | base64 -d
+
+pkgname=youtube-viewer
+_pkgdir=trizen-youtube-viewer
+epoch=1
+pkgver=3.0.7
+pkgrel=2
+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=('7d8e024fdd3fcc08c3f26620403ebc9f05fb77102dce6913b61ec7ba32ccd996')
+
+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 livestreamer/trunk (PKGBUILD)

2013-05-03 Thread Daniel Wallace
Date: Friday, May 3, 2013 @ 16:52:03
  Author: dwallace
Revision: 89855

upgpkg: livestreamer 1.4.3-1

upgpkg: livestreamer 1.4.3-1

Modified:
  livestreamer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-03 14:50:09 UTC (rev 89854)
+++ PKGBUILD2013-05-03 14:52:03 UTC (rev 89855)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
 # Contributor: Christopher Rosell chri...@tanuki.se
 pkgname=livestreamer
-pkgver=1.4.2
+pkgver=1.4.3
 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)
-md5sums=('0ab4f0e52a5a436ceb0d2bdebdf5c2db')
+sha256sums=('b68f0c094bbf1dfb154c35679069e608a91c9005d3d3a15f5f088ac21fb1db9b')
 
 package() {
   cd $srcdir/$pkgname-$pkgver



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

2013-05-03 Thread Daniel Wallace
Date: Friday, May 3, 2013 @ 16:52:24
  Author: dwallace
Revision: 89856

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-03 14:52:03 UTC (rev 89855)
+++ PKGBUILD2013-05-03 14:52:24 UTC (rev 89856)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Christopher Rosell chri...@tanuki.se
-pkgname=livestreamer
-pkgver=1.4.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)
-md5sums=('0ab4f0e52a5a436ceb0d2bdebdf5c2db')
-
-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 89855, 
livestreamer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-03 14:52:24 UTC (rev 89856)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Christopher Rosell chri...@tanuki.se
+pkgname=livestreamer
+pkgver=1.4.3
+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=('b68f0c094bbf1dfb154c35679069e608a91c9005d3d3a15f5f088ac21fb1db9b')
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  python setup.py install --root=$pkgdir/ --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-05-03 Thread Daniel Wallace
Date: Saturday, May 4, 2013 @ 06:49:14
  Author: dwallace
Revision: 89877

upgpkg: livestreamer 1.4.4-1

upgpkg: livestreamer 1.4.4-1

Modified:
  livestreamer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-04 04:07:04 UTC (rev 89876)
+++ PKGBUILD2013-05-04 04:49:14 UTC (rev 89877)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
 # Contributor: Christopher Rosell chri...@tanuki.se
 pkgname=livestreamer
-pkgver=1.4.3
+pkgver=1.4.4
 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=('b68f0c094bbf1dfb154c35679069e608a91c9005d3d3a15f5f088ac21fb1db9b')
+sha256sums=('a9d2462edfaf728f307023c6473c7689581aa22d72b292eced7d0b17ed3596dc')
 
 package() {
   cd $srcdir/$pkgname-$pkgver



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

2013-05-03 Thread Daniel Wallace
Date: Saturday, May 4, 2013 @ 06:49:35
  Author: dwallace
Revision: 89878

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-04 04:49:14 UTC (rev 89877)
+++ PKGBUILD2013-05-04 04:49:35 UTC (rev 89878)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Christopher Rosell chri...@tanuki.se
-pkgname=livestreamer
-pkgver=1.4.3
-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=('b68f0c094bbf1dfb154c35679069e608a91c9005d3d3a15f5f088ac21fb1db9b')
-
-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 89877, 
livestreamer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-04 04:49:35 UTC (rev 89878)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Christopher Rosell chri...@tanuki.se
+pkgname=livestreamer
+pkgver=1.4.4
+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=('a9d2462edfaf728f307023c6473c7689581aa22d72b292eced7d0b17ed3596dc')
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  python setup.py install --root=$pkgdir/ --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-04-27 Thread Daniel Wallace
Date: Saturday, April 27, 2013 @ 21:49:26
  Author: dwallace
Revision: 89192

upgpkg: steam 1.0.0.38-1

upgpkg: steam 1.0.0.38

Modified:
  steam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-27 18:39:45 UTC (rev 89191)
+++ PKGBUILD2013-04-27 19:49:26 UTC (rev 89192)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
 # Contributor: K900 k0009...@gmail.com
 pkgname=steam
-pkgver=1.0.0.36
+pkgver=1.0.0.38
 pkgrel=1
 pkgdesc=Digital distribution client bootstrap package
 arch=(i686 x86_64)
@@ -32,7 +32,7 @@
 
source=(http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz;
 'lib32-flashplugin-path.patch'
 'alsa_sdl_audiodriver.patch')
-md5sums=('85b0e502ee7842225935348da85e4c85'
+md5sums=('9a402f52ff7be2713f0b7dcee4ec112a'
  '1d83a1df55d677f35ce415e0750f4448'
  'ac0e03d70f1101331598b2b32ed9bac3')
 



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

2013-04-27 Thread Daniel Wallace
Date: Saturday, April 27, 2013 @ 21:49:51
  Author: dwallace
Revision: 89193

archrelease: copy trunk to community-i686

Added:
  steam/repos/community-i686/PKGBUILD
(from rev 89192, steam/trunk/PKGBUILD)
  steam/repos/community-i686/alsa_sdl_audiodriver.patch
(from rev 89192, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/community-i686/lib32-flashplugin-path.patch
(from rev 89192, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/community-i686/steam.install
(from rev 89192, 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|   52 +--
 4 files changed, 106 insertions(+), 106 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-27 19:49:26 UTC (rev 89192)
+++ PKGBUILD2013-04-27 19:49:51 UTC (rev 89193)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: K900 k0009...@gmail.com
-pkgname=steam
-pkgver=1.0.0.36
-pkgrel=1
-pkgdesc=Digital distribution client bootstrap package
-arch=(i686 x86_64)
-url=http://steampowered.com/;
-license=('custom')
-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'
-  )
-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=('85b0e502ee7842225935348da85e4c85'
- '1d83a1df55d677f35ce415e0750f4448'
- 'ac0e03d70f1101331598b2b32ed9bac3')
-
-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 89192, 
steam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-27 19:49:51 UTC (rev 89193)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: K900 k0009...@gmail.com
+pkgname=steam
+pkgver=1.0.0.38
+pkgrel=1
+pkgdesc=Digital distribution client bootstrap package
+arch=(i686 x86_64)
+url=http://steampowered.com/;
+license=('custom')
+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'
+  )
+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=('9a402f52ff7be2713f0b7dcee4ec112a'
+ '1d83a1df55d677f35ce415e0750f4448'
+ 'ac0e03d70f1101331598b2b32ed9bac3')
+
+package() {
+depends=(
+  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
+  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
+  )
+  if [[ $CARCH == x86_64 ]]; then
+depends+=(lib32

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

2013-04-27 Thread Daniel Wallace
Date: Saturday, April 27, 2013 @ 21:52:28
  Author: dwallace
Revision: 89194

archrelease: copy trunk to multilib-x86_64

Added:
  steam/repos/multilib-x86_64/PKGBUILD
(from rev 89193, steam/trunk/PKGBUILD)
  steam/repos/multilib-x86_64/alsa_sdl_audiodriver.patch
(from rev 89193, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/multilib-x86_64/lib32-flashplugin-path.patch
(from rev 89193, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/multilib-x86_64/steam.install
(from rev 89193, 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|   52 +--
 4 files changed, 106 insertions(+), 106 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-27 19:49:51 UTC (rev 89193)
+++ PKGBUILD2013-04-27 19:52:28 UTC (rev 89194)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: K900 k0009...@gmail.com
-pkgname=steam
-pkgver=1.0.0.36
-pkgrel=1
-pkgdesc=Digital distribution client bootstrap package
-arch=(i686 x86_64)
-url=http://steampowered.com/;
-license=('custom')
-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'
-  )
-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=('85b0e502ee7842225935348da85e4c85'
- '1d83a1df55d677f35ce415e0750f4448'
- 'ac0e03d70f1101331598b2b32ed9bac3')
-
-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 89193, 
steam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-27 19:52:28 UTC (rev 89194)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: K900 k0009...@gmail.com
+pkgname=steam
+pkgver=1.0.0.38
+pkgrel=1
+pkgdesc=Digital distribution client bootstrap package
+arch=(i686 x86_64)
+url=http://steampowered.com/;
+license=('custom')
+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'
+  )
+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=('9a402f52ff7be2713f0b7dcee4ec112a'
+ '1d83a1df55d677f35ce415e0750f4448'
+ 'ac0e03d70f1101331598b2b32ed9bac3')
+
+package() {
+depends=(
+  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
+  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
+  )
+  if [[ $CARCH == x86_64 ]]; then
+depends

[arch-commits] Commit in (8 files)

2013-04-27 Thread Daniel Wallace
Date: Sunday, April 28, 2013 @ 06:42:54
  Author: dwallace
Revision: 89208

move xe-guest-utilities to community

Added:
  xe-guest-utilities/
  xe-guest-utilities/repo/
  xe-guest-utilities/trunk/
  xe-guest-utilities/trunk/PKGBUILD
  xe-guest-utilities/trunk/ip_address.patch
  xe-guest-utilities/trunk/proc-xen.mount
  xe-guest-utilities/trunk/xe-daemon.service
  xe-guest-utilities/trunk/xe-linux-distribution.service

---+
 PKGBUILD  |   69 
 ip_address.patch  |   16 +
 proc-xen.mount|9 +
 xe-daemon.service |   12 ++
 xe-linux-distribution.service |   11 ++
 5 files changed, 117 insertions(+)

Added: xe-guest-utilities/trunk/PKGBUILD
===
--- xe-guest-utilities/trunk/PKGBUILD   (rev 0)
+++ xe-guest-utilities/trunk/PKGBUILD   2013-04-28 04:42:54 UTC (rev 89208)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at code gtmanfred com
+# Contributor: Phillip Smith fuka...@no-spam.gmail.com
+# Contributor: Krzysztof Raczkowski racz...@gnu-tech.pl
+
+pkgbase=xe-guest-utilities
+pkgname=('xe-guest-utilities' 'xenstore')
+pkgver=6.1.0
+pkgrel=4
+pkgdesc=Citrix XenServer Tools
+arch=('i686' 'x86_64')
+url=http://citrix.com/English/ps2/products/product.asp?contentID=683148ntref=hp_nav_US;
+license=('GPL' 'LGPL')
+makedepends=(python2)
+optdepends=('linux: DomU kernel for x86_64'
+ 'linux-xen: DomU kernel for i686'
+'kernel-lts-xen: DomU kernel for i686')
+source=(ftp://ftp.archlinux.org/other/community/$pkgbase/${pkgbase}_${pkgver}-1033.tar.gz;
+   'ip_address.patch'
+'xe-linux-distribution.service'
+'xe-daemon.service'
+'proc-xen.mount')
+md5sums=('26fd52ffc5ddeb7d3e510e6f272c2860'
+ '9bd39e95384056069f7faa870a28413a'
+ 'abf49bd0925142e51ce2875cd5e5ad45'
+ '43264c6954c9c036b260521653ade41f'
+ '3252fa21362fd55246f9d8b923070151')
+
+prepare(){
+  patch -d $srcdir/$pkgname-$pkgver -Np1 -i $srcdir/ip_address.patch
+  bsdtar xf $srcdir/$pkgname-$pkgver/xenstore-sources.tar.bz2
+}
+
+build() {
+  export CC=gcc
+  CFLAGS='-Wall -Wstrict-prototypes -Wno-unused-local-typedefs 
-Wno-sizeof-pointer-memaccess'
+  export CFLAGS
+  export PYTHON=python2
+  cd $srcdir/uclibc-sources
+  make -C tools/include
+  make -C tools/libxc
+  make -C tools/xenstore
+}
+
+package_xenstore() {
+  export CFLAGS+='-Wall -Wstrict-prototypes -Wno-unused-local-typedefs 
-Wno-sizeof-pointer-memaccess'
+  for f in include libxc xenstore; do
+[[ ! -d $srcdir/uclibc-sources/tools/$f ]]  continue
+make -C $srcdir/uclibc-sources/tools/$f DESTDIR=$pkgdir install
+  done
+  cd $srcdir/$pkgbase-$pkgver
+  install -Dm644 COPYING.LGPL 
$pkgdir/usr/share/licenses/$pkgname/COPYING.LGPL
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+  install -Dm644 $srcdir/proc-xen.mount 
$pkgdir/usr/lib/systemd/system/proc-xen.mount
+  install -Dm644 $srcdir/xe-linux-distribution.service 
$pkgdir/usr/lib/systemd/system/
+  install -Dm644 $srcdir/xe-daemon.service $pkgdir/usr/lib/systemd/system/
+}
+
+package_xe-guest-utilities(){
+  cd $srcdir/$pkgname-$pkgver
+  depends=('xenstore')
+  install -Dm755 xe-linux-distribution $pkgdir/usr/sbin/xe-linux-distribution
+  install -Dm755 xe-update-guest-attrs $pkgdir/usr/sbin/xe-update-guest-attrs
+  install -Dm755 xe-daemon $pkgdir/usr/sbin/xe-daemon
+  install -Dm644 xen-vcpu-hotplug.rules 
$pkgdir/usr/lib/udev/rules.d/10-xen-vcpu-hotplug.rules
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:


Property changes on: xe-guest-utilities/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: xe-guest-utilities/trunk/ip_address.patch
===
--- xe-guest-utilities/trunk/ip_address.patch   (rev 0)
+++ xe-guest-utilities/trunk/ip_address.patch   2013-04-28 04:42:54 UTC (rev 
89208)
@@ -0,0 +1,16 @@
+diff -uNr a/xe-update-guest-attrs b/xe-update-guest-attrs
+--- a/xe-update-guest-attrs2012-09-25 12:45:14.0 +0200
 b/xe-update-guest-attrs2012-11-21 16:46:35.0 +0100
+@@ -177,9 +177,9 @@
+ #   collisions:0 txqueuelen:0 
+ #   RX bytes:3604609 (3.4 MiB)  TX bytes:3604609 (3.4 MiB)
+ 
+-ifs=`/sbin/ifconfig | sed -n -e 's/^\([a-z0-9]\+\).*/name \1/p' \
+--e 's/.*inet addr:\('$IPADDR_RE'\) .*/ipv4 \1/p' \
+--e 's+.*inet6 addr: \('$IPADDR6_RE'\)/.*+ipv6 \1+p' | \
++ifs=`ip addr show | sed -n -e 's/^[[:digit:]]*: \([a-z0-9]*\): .*/name \1 
/gp;' \
++-e 's/^[[:space:]]\{4\}inet \('${IPADDR_RE}'\)\/.*/ipv4 \1 /gp;' \
++-e 's/^[[:space:]]\{4\}inet6 \('${IPADDR6_RE}'\)\/.*/ipv6 \1

[arch-commits] Commit in xe-guest-utilities/trunk (PKGBUILD tmpfile)

2013-04-27 Thread Daniel Wallace
Date: Sunday, April 28, 2013 @ 07:04:04
  Author: dwallace
Revision: 89209

upgpkg: xe-guest-utilities 6.1.0-4

upgpkg: xe-guest-utilities 6.1.0-4

Added:
  xe-guest-utilities/trunk/tmpfile
Modified:
  xe-guest-utilities/trunk/PKGBUILD

--+
 PKGBUILD |   18 +-
 tmpfile  |1 +
 2 files changed, 14 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-28 04:42:54 UTC (rev 89208)
+++ PKGBUILD2013-04-28 05:04:04 UTC (rev 89209)
@@ -19,12 +19,14 @@
'ip_address.patch'
 'xe-linux-distribution.service'
 'xe-daemon.service'
-'proc-xen.mount')
+'proc-xen.mount'
+'tmpfile')
 md5sums=('26fd52ffc5ddeb7d3e510e6f272c2860'
  '9bd39e95384056069f7faa870a28413a'
  'abf49bd0925142e51ce2875cd5e5ad45'
  '43264c6954c9c036b260521653ade41f'
- '3252fa21362fd55246f9d8b923070151')
+ '3252fa21362fd55246f9d8b923070151'
+ 'cadad1eb5b1fa6d5fe463a1a0fd82fff')
 
 prepare(){
   patch -d $srcdir/$pkgname-$pkgver -Np1 -i $srcdir/ip_address.patch
@@ -43,7 +45,11 @@
 }
 
 package_xenstore() {
+  depends=(bzip2 lzo2 zlib xz)
   export CFLAGS+='-Wall -Wstrict-prototypes -Wno-unused-local-typedefs 
-Wno-sizeof-pointer-memaccess'
+  if [[ $CARCH == x86_64 ]]; then
+export LIBLEAFDIR_x86_64=lib
+  fi
   for f in include libxc xenstore; do
 [[ ! -d $srcdir/uclibc-sources/tools/$f ]]  continue
 make -C $srcdir/uclibc-sources/tools/$f DESTDIR=$pkgdir install
@@ -52,18 +58,20 @@
   install -Dm644 COPYING.LGPL 
$pkgdir/usr/share/licenses/$pkgname/COPYING.LGPL
   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
   install -Dm644 $srcdir/proc-xen.mount 
$pkgdir/usr/lib/systemd/system/proc-xen.mount
-  install -Dm644 $srcdir/xe-linux-distribution.service 
$pkgdir/usr/lib/systemd/system/
-  install -Dm644 $srcdir/xe-daemon.service $pkgdir/usr/lib/systemd/system/
+  install -Dm644 $srcdir/tmpfile $pkgdir/usr/lib/tmpfiles.d/30-xenstored.conf
+  rm -r $pkgdir/var
 }
 
 package_xe-guest-utilities(){
   cd $srcdir/$pkgname-$pkgver
-  depends=('xenstore')
+  depends=('xenstore' 'bash')
   install -Dm755 xe-linux-distribution $pkgdir/usr/sbin/xe-linux-distribution
   install -Dm755 xe-update-guest-attrs $pkgdir/usr/sbin/xe-update-guest-attrs
   install -Dm755 xe-daemon $pkgdir/usr/sbin/xe-daemon
   install -Dm644 xen-vcpu-hotplug.rules 
$pkgdir/usr/lib/udev/rules.d/10-xen-vcpu-hotplug.rules
   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+  install -Dm644 $srcdir/xe-daemon.service 
$pkgdir/usr/lib/systemd/system/xe-daemon.service
+  install -Dm644 $srcdir/xe-linux-distribution.service 
$pkgdir/usr/lib/systemd/system/
 }
 
 # vim:set ts=2 sw=2 et:

Added: tmpfile
===
--- tmpfile (rev 0)
+++ tmpfile 2013-04-28 05:04:04 UTC (rev 89209)
@@ -0,0 +1 @@
+d /run/xenstored 0755 - - -



[arch-commits] Commit in xe-guest-utilities (15 files)

2013-04-27 Thread Daniel Wallace
Date: Sunday, April 28, 2013 @ 07:04:55
  Author: dwallace
Revision: 89210

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

Added:
  xe-guest-utilities/repos/
  xe-guest-utilities/repos/community-i686/
  xe-guest-utilities/repos/community-i686/PKGBUILD
(from rev 89209, xe-guest-utilities/trunk/PKGBUILD)
  xe-guest-utilities/repos/community-i686/ip_address.patch
(from rev 89209, xe-guest-utilities/trunk/ip_address.patch)
  xe-guest-utilities/repos/community-i686/proc-xen.mount
(from rev 89209, xe-guest-utilities/trunk/proc-xen.mount)
  xe-guest-utilities/repos/community-i686/tmpfile
(from rev 89209, xe-guest-utilities/trunk/tmpfile)
  xe-guest-utilities/repos/community-i686/xe-daemon.service
(from rev 89209, xe-guest-utilities/trunk/xe-daemon.service)
  xe-guest-utilities/repos/community-i686/xe-linux-distribution.service
(from rev 89209, xe-guest-utilities/trunk/xe-linux-distribution.service)
  xe-guest-utilities/repos/community-x86_64/
  xe-guest-utilities/repos/community-x86_64/PKGBUILD
(from rev 89209, xe-guest-utilities/trunk/PKGBUILD)
  xe-guest-utilities/repos/community-x86_64/ip_address.patch
(from rev 89209, xe-guest-utilities/trunk/ip_address.patch)
  xe-guest-utilities/repos/community-x86_64/proc-xen.mount
(from rev 89209, xe-guest-utilities/trunk/proc-xen.mount)
  xe-guest-utilities/repos/community-x86_64/tmpfile
(from rev 89209, xe-guest-utilities/trunk/tmpfile)
  xe-guest-utilities/repos/community-x86_64/xe-daemon.service
(from rev 89209, xe-guest-utilities/trunk/xe-daemon.service)
  xe-guest-utilities/repos/community-x86_64/xe-linux-distribution.service
(from rev 89209, xe-guest-utilities/trunk/xe-linux-distribution.service)

+
 community-i686/PKGBUILD|   77 +++
 community-i686/ip_address.patch|   16 
 community-i686/proc-xen.mount  |9 ++
 community-i686/tmpfile |1 
 community-i686/xe-daemon.service   |   12 +++
 community-i686/xe-linux-distribution.service   |   11 +++
 community-x86_64/PKGBUILD  |   77 +++
 community-x86_64/ip_address.patch  |   16 
 community-x86_64/proc-xen.mount|9 ++
 community-x86_64/tmpfile   |1 
 community-x86_64/xe-daemon.service |   12 +++
 community-x86_64/xe-linux-distribution.service |   11 +++
 12 files changed, 252 insertions(+)

Copied: xe-guest-utilities/repos/community-i686/PKGBUILD (from rev 89209, 
xe-guest-utilities/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2013-04-28 05:04:55 UTC (rev 89210)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at code gtmanfred com
+# Contributor: Phillip Smith fuka...@no-spam.gmail.com
+# Contributor: Krzysztof Raczkowski racz...@gnu-tech.pl
+
+pkgbase=xe-guest-utilities
+pkgname=('xe-guest-utilities' 'xenstore')
+pkgver=6.1.0
+pkgrel=4
+pkgdesc=Citrix XenServer Tools
+arch=('i686' 'x86_64')
+url=http://citrix.com/English/ps2/products/product.asp?contentID=683148ntref=hp_nav_US;
+license=('GPL' 'LGPL')
+makedepends=(python2)
+optdepends=('linux: DomU kernel for x86_64'
+ 'linux-xen: DomU kernel for i686'
+'kernel-lts-xen: DomU kernel for i686')
+source=(ftp://ftp.archlinux.org/other/community/$pkgbase/${pkgbase}_${pkgver}-1033.tar.gz;
+   'ip_address.patch'
+'xe-linux-distribution.service'
+'xe-daemon.service'
+'proc-xen.mount'
+'tmpfile')
+md5sums=('26fd52ffc5ddeb7d3e510e6f272c2860'
+ '9bd39e95384056069f7faa870a28413a'
+ 'abf49bd0925142e51ce2875cd5e5ad45'
+ '43264c6954c9c036b260521653ade41f'
+ '3252fa21362fd55246f9d8b923070151'
+ 'cadad1eb5b1fa6d5fe463a1a0fd82fff')
+
+prepare(){
+  patch -d $srcdir/$pkgname-$pkgver -Np1 -i $srcdir/ip_address.patch
+  bsdtar xf $srcdir/$pkgname-$pkgver/xenstore-sources.tar.bz2
+}
+
+build() {
+  export CC=gcc
+  CFLAGS='-Wall -Wstrict-prototypes -Wno-unused-local-typedefs 
-Wno-sizeof-pointer-memaccess'
+  export CFLAGS
+  export PYTHON=python2
+  cd $srcdir/uclibc-sources
+  make -C tools/include
+  make -C tools/libxc
+  make -C tools/xenstore
+}
+
+package_xenstore() {
+  depends=(bzip2 lzo2 zlib xz)
+  export CFLAGS+='-Wall -Wstrict-prototypes -Wno-unused-local-typedefs 
-Wno-sizeof-pointer-memaccess'
+  if [[ $CARCH == x86_64 ]]; then
+export LIBLEAFDIR_x86_64=lib
+  fi
+  for f in include libxc xenstore; do
+[[ ! -d $srcdir/uclibc-sources/tools/$f ]]  continue
+make -C $srcdir/uclibc-sources/tools/$f DESTDIR=$pkgdir install
+  done
+  cd $srcdir/$pkgbase-$pkgver
+  install -Dm644 COPYING.LGPL 
$pkgdir/usr/share/licenses/$pkgname/COPYING.LGPL
+  install

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

2013-04-20 Thread Daniel Wallace
Date: Saturday, April 20, 2013 @ 16:52:02
  Author: dwallace
Revision: 88576

upgpkg: connman 1.13-1

upgpkg: connman 1.13-1

Modified:
  connman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-20 13:06:56 UTC (rev 88575)
+++ PKGBUILD2013-04-20 14:52:02 UTC (rev 88576)
@@ -3,8 +3,8 @@
 # Contributor: Lucas De Marchi lucas.de.mar...@gmail.com
 
 pkgname=connman
-pkgver=1.12
-pkgrel=2
+pkgver=1.13
+pkgrel=1
 pkgdesc=Wireless LAN network manager
 url=http://connman.net/;
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 options=('!libtool')
 
source=(http://www.kernel.org/pub/linux/network/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
 'allow_group_network.diff')
-md5sums=('41e5bbc603d031459df4ff243b8318f0'
+md5sums=('12c0d5a52ad3749afac260ebc7151d16'
  'a8d22ee089fb0ed725130d16ad393047')
 
 build() {



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

2013-04-20 Thread Daniel Wallace
Date: Saturday, April 20, 2013 @ 16:52:33
  Author: dwallace
Revision: 88577

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

Added:
  connman/repos/community-i686/PKGBUILD
(from rev 88576, connman/trunk/PKGBUILD)
  connman/repos/community-i686/allow_group_network.diff
(from rev 88576, connman/trunk/allow_group_network.diff)
  connman/repos/community-x86_64/PKGBUILD
(from rev 88576, connman/trunk/PKGBUILD)
  connman/repos/community-x86_64/allow_group_network.diff
(from rev 88576, 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 |   86 
 /allow_group_network.diff |   24 +++
 community-i686/PKGBUILD   |   43 --
 community-i686/allow_group_network.diff   |   12 ---
 community-x86_64/PKGBUILD |   43 --
 community-x86_64/allow_group_network.diff |   12 ---
 6 files changed, 110 insertions(+), 110 deletions(-)

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

Copied: connman/repos/community-i686/PKGBUILD (from rev 88576, 
connman/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-20 14:52:33 UTC (rev 88577)
@@ -0,0 +1,43 @@
+#$Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Lucas De Marchi lucas.de.mar...@gmail.com
+
+pkgname=connman
+pkgver=1.13
+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=('12c0d5a52ad3749afac260ebc7151d16'
+ 'a8d22ee089fb0ed725130d16ad393047')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  patch -Np1 -i ${srcdir}/allow_group_network.diff
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --with-systemdunitdir=/usr/lib/systemd/system \
+  --enable-threads \
+  --enable-openconnect \
+  --enable-vpnc \
+  --enable-openvpn \
+  --enable-polkit \
+  --enable-client
+
+  make
+}
+
+package(){
+  make -C ${srcdir}/${pkgname}-${pkgver} DESTDIR=${pkgdir} install
+  install -Dm755 $srcdir/$pkgname-$pkgver/client/${pkgname}ctl 
$pkgdir/usr/sbin/${pkgname}ctl
+}

Deleted: community-i686/allow_group_network.diff
===
--- community-i686/allow_group_network.diff 2013-04-20 14:52:02 UTC (rev 
88576)
+++ community-i686/allow_group_network.diff 2013-04-20 14:52:33 UTC (rev 
88577)
@@ -1,12 +0,0 @@
 a/src/connman-polkit.conf  2010-11-05 12:09:04.285423955 -0200
-+++ b/src/connman-polkit.conf  2010-11-05 12:10:53.041423934 -0200
-@@ -5,6 +5,9 @@
- allow own=net.connman/
- allow send_interface

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

2013-04-20 Thread Daniel Wallace
Date: Saturday, April 20, 2013 @ 17:35:22
  Author: dwallace
Revision: 88584

upgpkg: dunst 1.0.0-1

upgpkg: dunst 1.0.0

Modified:
  dunst/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-20 15:33:34 UTC (rev 88583)
+++ PKGBUILD2013-04-20 15:35:22 UTC (rev 88584)
@@ -3,17 +3,18 @@
 # Contributor: feuri
 
 pkgname=dunst
-pkgver=0.5.0
+pkgver=1.0.0
 pkgrel=1
 pkgdesc=a dmenu-ish notification system 
 arch=('i686' 'x86_64')
 url=http://knopwob.github.com/dunst;
 license=(MIT)
-depends=(dbus libxinerama libxft libxss libxdg-basedir)
-makedepends=('perl')
+depends=(libxinerama libxss libxdg-basedir pango)
+optdepends=(libnotify: notify-send
+dbus: start dunst on demand)
+makedepends=(libnotify dbus 'perl')
 provides=(notification-daemon)
 
source=(${pkgname}-${pkgver}.tar.bz2::http://www.knopwob.org/public/dunst-release/$pkgname-$pkgver.tar.bz2;)
-md5sums=('3805fd0ef171378cc6ff3a74ce8a4f06')
 
 build() {
make -C $srcdir/$pkgname-$pkgver X11INC=/usr/include/X11 
X11LIB=/usr/lib/X11
@@ -24,3 +25,4 @@
install -Dm644 ${srcdir}/$pkgname-$pkgver/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }
 # vim:set ts=2 sw=2 et:
+md5sums=('bb5fee3cdf6ee30f7e11b7edd35e6723')



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

2013-04-20 Thread Daniel Wallace
Date: Saturday, April 20, 2013 @ 17:35:54
  Author: dwallace
Revision: 88586

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-20 15:35:51 UTC (rev 88585)
+++ community-i686/PKGBUILD 2013-04-20 15:35:54 UTC (rev 88586)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: feuri
-
-pkgname=dunst
-pkgver=0.5.0
-pkgrel=1
-pkgdesc=a dmenu-ish notification system 
-arch=('i686' 'x86_64')
-url=http://knopwob.github.com/dunst;
-license=(MIT)
-depends=(dbus libxinerama libxft libxss libxdg-basedir)
-makedepends=('perl')
-provides=(notification-daemon)
-source=(${pkgname}-${pkgver}.tar.bz2::http://www.knopwob.org/public/dunst-release/$pkgname-$pkgver.tar.bz2;)
-md5sums=('3805fd0ef171378cc6ff3a74ce8a4f06')
-
-build() {
-   make -C $srcdir/$pkgname-$pkgver X11INC=/usr/include/X11 
X11LIB=/usr/lib/X11
-}
-
-package() {
-   make -C $pkgname-$pkgver DESTDIR=${pkgdir} PREFIX=/usr install
-   install -Dm644 ${srcdir}/$pkgname-$pkgver/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-# vim:set ts=2 sw=2 et:

Copied: dunst/repos/community-i686/PKGBUILD (from rev 88584, 
dunst/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-20 15:35:54 UTC (rev 88586)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: feuri
+
+pkgname=dunst
+pkgver=1.0.0
+pkgrel=1
+pkgdesc=a dmenu-ish notification system 
+arch=('i686' 'x86_64')
+url=http://knopwob.github.com/dunst;
+license=(MIT)
+depends=(libxinerama libxss libxdg-basedir pango)
+optdepends=(libnotify: notify-send
+dbus: start dunst on demand)
+makedepends=(libnotify dbus 'perl')
+provides=(notification-daemon)
+source=(${pkgname}-${pkgver}.tar.bz2::http://www.knopwob.org/public/dunst-release/$pkgname-$pkgver.tar.bz2;)
+
+build() {
+   make -C $srcdir/$pkgname-$pkgver X11INC=/usr/include/X11 
X11LIB=/usr/lib/X11
+}
+
+package() {
+   make -C $pkgname-$pkgver DESTDIR=${pkgdir} PREFIX=/usr install
+   install -Dm644 ${srcdir}/$pkgname-$pkgver/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+# vim:set ts=2 sw=2 et:
+md5sums=('bb5fee3cdf6ee30f7e11b7edd35e6723')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-20 15:35:51 UTC (rev 88585)
+++ community-x86_64/PKGBUILD   2013-04-20 15:35:54 UTC (rev 88586)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: feuri
-
-pkgname=dunst
-pkgver=0.5.0
-pkgrel=1
-pkgdesc=a dmenu-ish notification system 
-arch=('i686' 'x86_64')
-url=http://knopwob.github.com/dunst;
-license=(MIT)
-depends=(dbus libxinerama libxft libxss libxdg-basedir)
-makedepends=('perl')
-provides=(notification-daemon)
-source=(${pkgname}-${pkgver}.tar.bz2::http://www.knopwob.org/public/dunst-release/$pkgname-$pkgver.tar.bz2;)
-md5sums=('3805fd0ef171378cc6ff3a74ce8a4f06')
-
-build() {
-   make -C $srcdir/$pkgname-$pkgver X11INC=/usr/include/X11 
X11LIB=/usr/lib/X11
-}
-
-package() {
-   make -C $pkgname-$pkgver DESTDIR=${pkgdir} PREFIX=/usr install
-   install -Dm644 ${srcdir}/$pkgname-$pkgver/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-# vim:set ts=2 sw=2 et:

Copied: dunst/repos/community-x86_64/PKGBUILD (from rev 88584, 
dunst/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-04-20 15:35:54 UTC (rev 88586)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: feuri
+
+pkgname=dunst
+pkgver=1.0.0
+pkgrel=1
+pkgdesc=a dmenu-ish notification system 
+arch=('i686' 'x86_64')
+url=http://knopwob.github.com/dunst;
+license=(MIT)
+depends=(libxinerama libxss libxdg-basedir pango)
+optdepends=(libnotify: notify-send
+dbus: start dunst on demand)
+makedepends=(libnotify dbus 'perl')
+provides=(notification-daemon)
+source=(${pkgname}-${pkgver}.tar.bz2::http://www.knopwob.org/public/dunst-release/$pkgname-$pkgver.tar.bz2;)
+
+build

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

2013-04-10 Thread Daniel Wallace
Date: Thursday, April 11, 2013 @ 00:42:42
  Author: dwallace
Revision: 88071

upgpkg: vim-systemd 20130410-1

upgpkg: vim-systemd 20130410-1

Modified:
  
vim-systemd/trunk/0001-Add-more-syntax-keywords-for-service-and-socket-file.patch
  vim-systemd/trunk/PKGBUILD

-+
 0001-Add-more-syntax-keywords-for-service-and-socket-file.patch |   40 
+-
 PKGBUILD|   26 +++---
 2 files changed, 20 insertions(+), 46 deletions(-)

Modified: 0001-Add-more-syntax-keywords-for-service-and-socket-file.patch
===
--- 0001-Add-more-syntax-keywords-for-service-and-socket-file.patch 
2013-04-10 19:40:26 UTC (rev 88070)
+++ 0001-Add-more-syntax-keywords-for-service-and-socket-file.patch 
2013-04-10 22:42:42 UTC (rev 88071)
@@ -1,29 +1,6 @@
 syntax-systemd.vim  2011-09-15 21:23:14.123456789 -
-+++ syntax-systemd.vim  2012-11-18 23:03:14.123456789 -0400
-@@ -41,17 +41,19 @@ syn keyword sdTodo contained TODO XXX FIXME NOTE
-  [Unit] {{{1
-  see systemd.unit(5)
- syn region sdUnitBlock matchgroup=sdHeader start=/^\[Unit\]/ end=/^\[/me=e-2 
contains=sdUnitKey
--syn match sdUnitKey contained /^Description=/
-+syn match sdUnitKey contained /^Description=\|Documentation=/
-+syn match sdUnitKey contained /^ConditionHost=/ contains=sdConditionFlag
-+syn match sdUnitKey contained /^RequiresMountsFor=/ nextgroup=sdFilename,sdErr
- syn match sdUnitKey contained 
/^\%(Requires\|RequiresOverridable\|Requisite\|RequisiteOverridable\|Wants\|BindTo\|Conflicts\|Before\|After\|OnFailure\|Names\)=/
 nextgroup=sdUnitList
- syn match sdUnitKey contained 
/^\%(OnFailureIsolate\|IgnoreOnIsolate\|IgnoreOnSnapshot\|StopWhenUnneeded\|RefuseManualStart\|RefuseManualStop\|AllowIsolate\|DefaultDependencies\)=/
 nextgroup=sdBool,sdErr
- syn match sdUnitKey contained /^JobTimeoutSec=/ nextgroup=sdDuration,sdErr
--syn match sdUnitKey contained 
/^Condition\(PathExists\|PathExistsGlob\|PathIsDirectory\|DirectoryNotEmpty\|FileIsExecutable\)=|\=!\=/
 contains=sdConditionFlag nextgroup=sdFilename,sdErr
-+syn match sdUnitKey contained 
/^Condition\(PathExists\|PathExistsGlob\|PathIsDirectory\|PathIsSymbolicLink\|PathIsMountPoint\|PathIsReadWrite\|DirectoryNotEmpty\|FileNotEmpty\|FileIsExecutable\)=|\=!\=/
 contains=sdConditionFlag nextgroup=sdFilename,sdErr
- syn match sdUnitKey contained /^ConditionVirtualization=|\=!\=/ 
contains=sdConditionFlag nextgroup=sdVirtType,sdErr
- syn match sdUnitKey contained /^ConditionSecurity=|\=!\=/ 
contains=sdConditionFlag nextgroup=sdSecurityType,sdErr
- syn match sdUnitKey contained /^Condition\(KernelCommandLine\|Null\)=|\=!\=/ 
contains=sdConditionFlag
- syn match sdUnitList   contained /.*/ contains=sdUnitName,sdErr
- syn match sdConditionFlag  contained /[!|]/
--syn keyword sdVirtType contained nextgroup=sdErr qemu kvm vmware 
microsoft oracle xen pidns openvz
-+syn keyword sdVirtType contained nextgroup=sdErr vm container qemu kvm 
vmware microsoft oracle xen bochs chroot openvz lxc lxc-libvirt systemd-nspawn 
pidns
- syn keyword sdSecurityType contained nextgroup=sdErr selinux
- 
-  [Install] {{{1
-@@ -145,15 +147,19 @@ syn region sdServiceBlock matchgroup=sdHeader 
start=/^\[Service\]/ end=/^\[/me=e
+--- syntax-systemd.vim 2013-04-10 18:35:36.393637187 -0400
 /home/daniel/syntax-systemd.vim2013-04-10 18:39:22.290301255 -0400
+@@ -152,7 +152,10 @@
  syn match sdServiceKey contained /^BusName=/
  syn match sdServiceKey contained 
/^\%(RemainAfterExit\|GuessMainPID\|PermissionsStartOnly\|RootDirectoryStartOnly\|NonBlocking\|ControlGroupModify\)=/
 nextgroup=sdBool,sdErr
  syn match sdServiceKey contained /^\%(SysVStartPriority\|FsckPassNo\)=/ 
nextgroup=sdUInt,sdErr
@@ -35,17 +12,15 @@
  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
+@@ -161,6 +164,7 @@
+ syn keyword sdServiceType contained nextgroup=sdErr simple forking dbus 
oneshot 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 

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

2013-04-10 Thread Daniel Wallace
   sdValue
+ hi def link sdNotifyTypesdValue
+ hi def link sdSecurityType  sdValue
+ hi def link sdSecureBitssdValue

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-10 22:42:42 UTC (rev 88071)
+++ PKGBUILD2013-04-10 22:42:59 UTC (rev 88072)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Jason St. John jstjohn .. purdue . edu
-
-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=(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() {
-   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
-   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=('0d860125c3ffaf34fe395376ed3bee20'
- 'b022fcc3ddc10a49a52e960868924103'
- '3089ca7384668a4a6ccbee979663599f'
- '8c49e2ad82ff1b1dca1defbdbbc199fd'
- '5b8cfccad0f9b1eb06b83c9b9a2d6714')

Copied: vim-systemd/repos/community-any/PKGBUILD (from rev 88071, 
vim-systemd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-10 22:42:59 UTC (rev 88072)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Jason St. John jstjohn .. purdue . edu
+
+pkgname=vim-systemd
+pkgver=20130410
+pkgver(){
+   date +%Y%m%d
+}
+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=(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')
+md5sums=('75071aeb14c1db7a9c92cd5839691ccc'
+ 'b022fcc3ddc10a49a52e960868924103'
+ '3089ca7384668a4a6ccbee979663599f'
+ '8c49e2ad82ff1b1dca1defbdbbc199fd'
+ '69ed799ec3c7bc9d07284085d17af243')
+
+prepare(){
+   # Patch submitted upstream but not applied in Git tree
+   patch -Np0 --follow-symlinks -i 
$srcdir/0001-Add-more-syntax-keywords-for-service-and-socket-file.patch
+}
+package() {
+   cd $srcdir
+
+
+   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
+
+}



[arch-commits] Commit in zathura-pdf-mupdf/trunk (PKGBUILD)

2013-04-08 Thread Daniel Wallace
Date: Tuesday, April 9, 2013 @ 00:12:56
  Author: dwallace
Revision: 87938

upgpkg: zathura-pdf-mupdf 0.2.3-2

upgpkg: zathura-pdf-mupdf 0.2.3-2

Modified:
  zathura-pdf-mupdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-08 21:48:33 UTC (rev 87937)
+++ PKGBUILD2013-04-08 22:12:56 UTC (rev 87938)
@@ -5,7 +5,7 @@
 
 pkgname=zathura-pdf-mupdf
 pkgver=0.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc=Adds pdf support to zathura by using the mupdf library
 arch=('i686' 'x86_64')
 url=https://pwmt.org/projects/zathura/plugins/zathura-pdf-mupdf/;



[arch-commits] Commit in zathura-pdf-mupdf/repos (4 files)

2013-04-08 Thread Daniel Wallace
Date: Tuesday, April 9, 2013 @ 00:13:28
  Author: dwallace
Revision: 87939

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

Added:
  zathura-pdf-mupdf/repos/community-i686/PKGBUILD
(from rev 87938, zathura-pdf-mupdf/trunk/PKGBUILD)
  zathura-pdf-mupdf/repos/community-x86_64/PKGBUILD
(from rev 87938, zathura-pdf-mupdf/trunk/PKGBUILD)
Deleted:
  zathura-pdf-mupdf/repos/community-i686/PKGBUILD
  zathura-pdf-mupdf/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-08 22:12:56 UTC (rev 87938)
+++ community-i686/PKGBUILD 2013-04-08 22:13:28 UTC (rev 87939)
@@ -1,25 +0,0 @@
-# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Moritz Lipp m...@pwmt.org
-
-pkgname=zathura-pdf-mupdf
-pkgver=0.2.3
-pkgrel=1
-pkgdesc=Adds pdf support to zathura by using the mupdf library
-arch=('i686' 'x86_64')
-url=https://pwmt.org/projects/zathura/plugins/zathura-pdf-mupdf/;
-license=('custom')
-depends=('mupdf=1.1' 'zathura')
-conflicts=('zathura-pdf-poppler')
-source=(https://pwmt.org/projects/zathura/plugins/download/$pkgname-$pkgver.tar.gz;)
-md5sums=('777ba69a321ef4bb9cbced8f6733927a')
-
-build() {
-  make -C ${srcdir}/$pkgname-$pkgver
-}
-
-package(){
-  make -C ${srcdir}/$pkgname-$pkgver DESTDIR=$pkgdir install
-  install -Dm0644 ${srcdir}/$pkgname-$pkgver/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: zathura-pdf-mupdf/repos/community-i686/PKGBUILD (from rev 87938, 
zathura-pdf-mupdf/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-08 22:13:28 UTC (rev 87939)
@@ -0,0 +1,25 @@
+# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Moritz Lipp m...@pwmt.org
+
+pkgname=zathura-pdf-mupdf
+pkgver=0.2.3
+pkgrel=2
+pkgdesc=Adds pdf support to zathura by using the mupdf library
+arch=('i686' 'x86_64')
+url=https://pwmt.org/projects/zathura/plugins/zathura-pdf-mupdf/;
+license=('custom')
+depends=('mupdf=1.1' 'zathura')
+conflicts=('zathura-pdf-poppler')
+source=(https://pwmt.org/projects/zathura/plugins/download/$pkgname-$pkgver.tar.gz;)
+md5sums=('777ba69a321ef4bb9cbced8f6733927a')
+
+build() {
+  make -C ${srcdir}/$pkgname-$pkgver
+}
+
+package(){
+  make -C ${srcdir}/$pkgname-$pkgver DESTDIR=$pkgdir install
+  install -Dm0644 ${srcdir}/$pkgname-$pkgver/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-08 22:12:56 UTC (rev 87938)
+++ community-x86_64/PKGBUILD   2013-04-08 22:13:28 UTC (rev 87939)
@@ -1,25 +0,0 @@
-# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Moritz Lipp m...@pwmt.org
-
-pkgname=zathura-pdf-mupdf
-pkgver=0.2.3
-pkgrel=1
-pkgdesc=Adds pdf support to zathura by using the mupdf library
-arch=('i686' 'x86_64')
-url=https://pwmt.org/projects/zathura/plugins/zathura-pdf-mupdf/;
-license=('custom')
-depends=('mupdf=1.1' 'zathura')
-conflicts=('zathura-pdf-poppler')
-source=(https://pwmt.org/projects/zathura/plugins/download/$pkgname-$pkgver.tar.gz;)
-md5sums=('777ba69a321ef4bb9cbced8f6733927a')
-
-build() {
-  make -C ${srcdir}/$pkgname-$pkgver
-}
-
-package(){
-  make -C ${srcdir}/$pkgname-$pkgver DESTDIR=$pkgdir install
-  install -Dm0644 ${srcdir}/$pkgname-$pkgver/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: zathura-pdf-mupdf/repos/community-x86_64/PKGBUILD (from rev 87938, 
zathura-pdf-mupdf/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-04-08 22:13:28 UTC (rev 87939)
@@ -0,0 +1,25 @@
+# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Moritz Lipp m...@pwmt.org
+
+pkgname=zathura-pdf-mupdf
+pkgver=0.2.3
+pkgrel=2
+pkgdesc=Adds pdf support to zathura by using the mupdf library
+arch=('i686' 'x86_64')
+url=https://pwmt.org/projects/zathura/plugins/zathura-pdf-mupdf/;
+license=('custom')
+depends

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

2013-04-05 Thread Daniel Wallace
Date: Saturday, April 6, 2013 @ 01:16:11
  Author: dwallace
Revision: 87746

bring darcs up to date

Modified:
  darcs/trunk/PKGBUILD

--+
 PKGBUILD |   34 +++---
 1 file changed, 15 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-05 21:32:28 UTC (rev 87745)
+++ PKGBUILD2013-04-05 23:16:11 UTC (rev 87746)
@@ -1,37 +1,33 @@
 # $Id$
-# Maintainer: Vesa Kaihlavirta v...@archlinux.org
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Vesa Kaihlavirta v...@archlinux.org
 # Contributor: Simo Leone neot...@gmail.com
 
 pkgname=darcs
-pkgver=2.5.2
-pkgrel=1.1
+pkgver=2.8.4
+pkgrel=3
 pkgdesc=Decentralized replacement for CVS with roots in quantum mechanics
 arch=(i686 x86_64)
 url=http://darcs.net/;
 license=('GPL')
 depends=('curl' 'gmp' 'ncurses=5.6-7')
-makedepends=('ghc' 'haskell-tar0.4' 'haskell-text0.12'
-'haskell-hashed-storage0.6' 'haskell-haskeline0.7'
-'haskell-html1.1' 'haskell-parsec3.2' 'haskell-regex-compat0.94')
+makedepends=('ghc' 'haskell-tar' 'haskell-text0.12'
+'haskell-hashed-storage0.6' 'haskell-haskeline' 'haskell-random'
+   'haskell-vector'
+'haskell-html1.1' 'haskell-parsec3.2' 'haskell-regex-compat')
 source=(http://darcs.net/releases/$pkgname-$pkgver.tar.gz;)
-md5sums=('491b6ca01dec245a16112ad2c7e07dc1')
+md5sums=('7456b7957add1b04c49de1b72c137a77')
 
-build() {
-cd $srcdir/$pkgname-$pkgver
+build(){
+cd $srcdir/$pkgname-$pkgver
 runhaskell Setup.lhs configure --ghc -O --prefix=/usr \
  --disable-library-for-ghci --libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup.lhs build
 }
 
-check() {
-cd ${srcdir}/$pkgname-$pkgver
-runhaskell Setup.lhs test
-}
-
 package() {
-cd $srcdir/$pkgname-$pkgver
-runhaskell Setup.lhs copy --destdir=$pkgdir
-rm -r $pkgdir/usr/lib/ 
-chmod 755 $pkgdir/usr/share/man/man1/$pkgname.1   
+cd $srcdir/$pkgname-$pkgver
+runhaskell Setup.lhs copy --destdir=$pkgdir
+rm -r $pkgdir/usr/lib/
+chmod 755 $pkgdir/usr/share/man/man1/$pkgname.1
 }
-



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

2013-03-30 Thread Daniel Wallace
Date: Saturday, March 30, 2013 @ 15:43:16
  Author: dwallace
Revision: 87386

upgpkg: dwb 2013.03.30-1

upgpkg: dwb 2013.03.30-1

Modified:
  dwb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-30 14:36:30 UTC (rev 87385)
+++ PKGBUILD2013-03-30 14:43:16 UTC (rev 87386)
@@ -3,7 +3,7 @@
 # Contributor: portix portix at gmx.net
 
 pkgname=dwb
-pkgver=2012.12.03
+pkgver=2013.03.30
 pkgrel=1
 pkgdesc=A webkit web browser with vi-like keyboard shortcuts, stable 
snapshot 
 url=http://portix.bitbucket.org/dwb/;
@@ -11,8 +11,9 @@
 install=dwb.install
 license=('GPL')
 depends=('libwebkit' 'desktop-file-utils')
+makedepends=('json-c')
 
source=(https://bitbucket.org/portix/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz)
-md5sums=('cf2e0c8cbd852203deb322c14952756c')
+sha1sums=(57207525896a0c6145e1da69481e3ccc043757e9)
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -20,5 +21,6 @@
 }
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  export BASHCOMPLETION=/usr/share/bash-completion/completions
   make DESTDIR=${pkgdir} install
 }



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

2013-03-30 Thread Daniel Wallace
Date: Saturday, March 30, 2013 @ 15:43:49
  Author: dwallace
Revision: 87387

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

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

--+
 /PKGBUILD|   52 +
 /dwb.install |   22 +
 community-i686/PKGBUILD  |   24 --
 community-i686/dwb.install   |   11 
 community-x86_64/PKGBUILD|   24 --
 community-x86_64/dwb.install |   11 
 6 files changed, 74 insertions(+), 70 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-30 14:43:16 UTC (rev 87386)
+++ community-i686/PKGBUILD 2013-03-30 14:43:49 UTC (rev 87387)
@@ -1,24 +0,0 @@
-#$Id$ 
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: portix portix at gmx.net
-
-pkgname=dwb
-pkgver=2012.12.03
-pkgrel=1
-pkgdesc=A webkit web browser with vi-like keyboard shortcuts, stable 
snapshot 
-url=http://portix.bitbucket.org/dwb/;
-arch=('i686' 'x86_64')
-install=dwb.install
-license=('GPL')
-depends=('libwebkit' 'desktop-file-utils')
-source=(https://bitbucket.org/portix/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz)
-md5sums=('cf2e0c8cbd852203deb322c14952756c')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make
-}
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: dwb/repos/community-i686/PKGBUILD (from rev 87386, dwb/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-30 14:43:49 UTC (rev 87387)
@@ -0,0 +1,26 @@
+#$Id$ 
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: portix portix at gmx.net
+
+pkgname=dwb
+pkgver=2013.03.30
+pkgrel=1
+pkgdesc=A webkit web browser with vi-like keyboard shortcuts, stable 
snapshot 
+url=http://portix.bitbucket.org/dwb/;
+arch=('i686' 'x86_64')
+install=dwb.install
+license=('GPL')
+depends=('libwebkit' 'desktop-file-utils')
+makedepends=('json-c')
+source=(https://bitbucket.org/portix/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz)
+sha1sums=(57207525896a0c6145e1da69481e3ccc043757e9)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make
+}
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  export BASHCOMPLETION=/usr/share/bash-completion/completions
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/dwb.install
===
--- community-i686/dwb.install  2013-03-30 14:43:16 UTC (rev 87386)
+++ community-i686/dwb.install  2013-03-30 14:43:49 UTC (rev 87387)
@@ -1,11 +0,0 @@
-post_install(){
-update-desktop-database -q
-}
-
-post_upgrade(){
-post_install
-}
-
-post_remove(){
-post_install
-}

Copied: dwb/repos/community-i686/dwb.install (from rev 87386, 
dwb/trunk/dwb.install)
===
--- community-i686/dwb.install  (rev 0)
+++ community-i686/dwb.install  2013-03-30 14:43:49 UTC (rev 87387)
@@ -0,0 +1,11 @@
+post_install(){
+update-desktop-database -q
+}
+
+post_upgrade(){
+post_install
+}
+
+post_remove(){
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-30 14:43:16 UTC (rev 87386)
+++ community-x86_64/PKGBUILD   2013-03-30 14:43:49 UTC (rev 87387)
@@ -1,24 +0,0 @@
-#$Id$ 
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: portix portix at gmx.net
-
-pkgname=dwb
-pkgver=2012.12.03
-pkgrel=1
-pkgdesc=A webkit web browser with vi-like keyboard shortcuts, stable 
snapshot 
-url=http://portix.bitbucket.org/dwb/;
-arch=('i686' 'x86_64')
-install=dwb.install
-license=('GPL')
-depends=('libwebkit' 'desktop-file-utils')
-source=(https://bitbucket.org/portix/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz)
-md5sums=('cf2e0c8cbd852203deb322c14952756c')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make
-}
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: dwb/repos/community-x86_64/PKGBUILD (from rev 87386, dwb/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0

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

2013-03-30 Thread Daniel Wallace
Date: Saturday, March 30, 2013 @ 15:49:02
  Author: dwallace
Revision: 87388

upgpkg: dwb 2013.03.30-2

upgpkg: dwb 2013.03.30-2

Modified:
  dwb/trunk/PKGBUILD
  dwb/trunk/dwb.install

-+
 PKGBUILD|2 +-
 dwb.install |2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-30 14:43:49 UTC (rev 87387)
+++ PKGBUILD2013-03-30 14:49:02 UTC (rev 87388)
@@ -4,7 +4,7 @@
 
 pkgname=dwb
 pkgver=2013.03.30
-pkgrel=1
+pkgrel=2
 pkgdesc=A webkit web browser with vi-like keyboard shortcuts, stable 
snapshot 
 url=http://portix.bitbucket.org/dwb/;
 arch=('i686' 'x86_64')

Modified: dwb.install
===
--- dwb.install 2013-03-30 14:43:49 UTC (rev 87387)
+++ dwb.install 2013-03-30 14:49:02 UTC (rev 87388)
@@ -1,5 +1,7 @@
 post_install(){
 update-desktop-database -q
+echo == If you are using extensions you should update the extensions 
with 
+echo == dwbem -u or dwbem -Nu
 }
 
 post_upgrade(){



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

2013-03-30 Thread Daniel Wallace
Date: Saturday, March 30, 2013 @ 15:49:30
  Author: dwallace
Revision: 87389

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

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

--+
 /PKGBUILD|   52 +
 /dwb.install |   26 
 community-i686/PKGBUILD  |   26 
 community-i686/dwb.install   |   11 
 community-x86_64/PKGBUILD|   26 
 community-x86_64/dwb.install |   11 
 6 files changed, 78 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-30 14:49:02 UTC (rev 87388)
+++ community-i686/PKGBUILD 2013-03-30 14:49:30 UTC (rev 87389)
@@ -1,26 +0,0 @@
-#$Id$ 
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: portix portix at gmx.net
-
-pkgname=dwb
-pkgver=2013.03.30
-pkgrel=1
-pkgdesc=A webkit web browser with vi-like keyboard shortcuts, stable 
snapshot 
-url=http://portix.bitbucket.org/dwb/;
-arch=('i686' 'x86_64')
-install=dwb.install
-license=('GPL')
-depends=('libwebkit' 'desktop-file-utils')
-makedepends=('json-c')
-source=(https://bitbucket.org/portix/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz)
-sha1sums=(57207525896a0c6145e1da69481e3ccc043757e9)
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make
-}
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  export BASHCOMPLETION=/usr/share/bash-completion/completions
-  make DESTDIR=${pkgdir} install
-}

Copied: dwb/repos/community-i686/PKGBUILD (from rev 87388, dwb/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-30 14:49:30 UTC (rev 87389)
@@ -0,0 +1,26 @@
+#$Id$ 
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: portix portix at gmx.net
+
+pkgname=dwb
+pkgver=2013.03.30
+pkgrel=2
+pkgdesc=A webkit web browser with vi-like keyboard shortcuts, stable 
snapshot 
+url=http://portix.bitbucket.org/dwb/;
+arch=('i686' 'x86_64')
+install=dwb.install
+license=('GPL')
+depends=('libwebkit' 'desktop-file-utils')
+makedepends=('json-c')
+source=(https://bitbucket.org/portix/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz)
+sha1sums=(57207525896a0c6145e1da69481e3ccc043757e9)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make
+}
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  export BASHCOMPLETION=/usr/share/bash-completion/completions
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/dwb.install
===
--- community-i686/dwb.install  2013-03-30 14:49:02 UTC (rev 87388)
+++ community-i686/dwb.install  2013-03-30 14:49:30 UTC (rev 87389)
@@ -1,11 +0,0 @@
-post_install(){
-update-desktop-database -q
-}
-
-post_upgrade(){
-post_install
-}
-
-post_remove(){
-post_install
-}

Copied: dwb/repos/community-i686/dwb.install (from rev 87388, 
dwb/trunk/dwb.install)
===
--- community-i686/dwb.install  (rev 0)
+++ community-i686/dwb.install  2013-03-30 14:49:30 UTC (rev 87389)
@@ -0,0 +1,13 @@
+post_install(){
+update-desktop-database -q
+echo == If you are using extensions you should update the extensions 
with 
+echo == dwbem -u or dwbem -Nu
+}
+
+post_upgrade(){
+post_install
+}
+
+post_remove(){
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-30 14:49:02 UTC (rev 87388)
+++ community-x86_64/PKGBUILD   2013-03-30 14:49:30 UTC (rev 87389)
@@ -1,26 +0,0 @@
-#$Id$ 
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: portix portix at gmx.net
-
-pkgname=dwb
-pkgver=2013.03.30
-pkgrel=1
-pkgdesc=A webkit web browser with vi-like keyboard shortcuts, stable 
snapshot 
-url=http://portix.bitbucket.org/dwb/;
-arch=('i686' 'x86_64')
-install=dwb.install
-license=('GPL')
-depends=('libwebkit' 'desktop-file-utils')
-makedepends=('json-c')
-source=(https://bitbucket.org/portix/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz)
-sha1sums=(57207525896a0c6145e1da69481e3ccc043757e9)
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make
-}
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver

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

2013-03-27 Thread Daniel Wallace
Date: Wednesday, March 27, 2013 @ 20:51:32
  Author: dwallace
Revision: 87135

upgpkg: sage-mathematics 5.8-1

upgpkg: sage-mathematics 5.8-1

Modified:
  sage-mathematics/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-27 19:44:03 UTC (rev 87134)
+++ PKGBUILD2013-03-27 19:51:32 UTC (rev 87135)
@@ -7,7 +7,7 @@
 # Special thanks to Nareto for moving the compile from the .install to the 
PKGBUILD
 
 pkgname=sage-mathematics
-pkgver=5.7
+pkgver=5.8
 pkgrel=1
 pkgdesc='SAGE: Open Source Mathematics Software, a viable free alternative to 
Magma, Maple, Mathematica, and Matlab.'
 url='http://www.sagemath.org'
@@ -98,3 +98,5 @@
 }
 
 # vim :set ts=2 sw=2 et:
+md5sums=('b91d6c20798f396a9c875527c78b3587'
+ 'b82f94383829eee26648feb977e2d89b')



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

2013-03-27 Thread Daniel Wallace
Date: Wednesday, March 27, 2013 @ 20:52:53
  Author: dwallace
Revision: 87136

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

Added:
  sage-mathematics/repos/community-i686/PKGBUILD
(from rev 87135, sage-mathematics/trunk/PKGBUILD)
  sage-mathematics/repos/community-i686/SAGE-notebook.desktop
(from rev 87135, sage-mathematics/trunk/SAGE-notebook.desktop)
  sage-mathematics/repos/community-i686/sage-mathematics.install
(from rev 87135, sage-mathematics/trunk/sage-mathematics.install)
  sage-mathematics/repos/community-x86_64/PKGBUILD
(from rev 87135, sage-mathematics/trunk/PKGBUILD)
  sage-mathematics/repos/community-x86_64/SAGE-notebook.desktop
(from rev 87135, sage-mathematics/trunk/SAGE-notebook.desktop)
  sage-mathematics/repos/community-x86_64/sage-mathematics.install
(from rev 87135, 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

---+
 /PKGBUILD |  204 
 /SAGE-notebook.desktop|   38 +
 /sage-mathematics.install |  116 +++
 community-i686/PKGBUILD   |  100 -
 community-i686/SAGE-notebook.desktop  |   19 --
 community-i686/sage-mathematics.install   |   58 ---
 community-x86_64/PKGBUILD |  100 -
 community-x86_64/SAGE-notebook.desktop|   19 --
 community-x86_64/sage-mathematics.install |   58 ---
 9 files changed, 358 insertions(+), 354 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-27 19:51:32 UTC (rev 87135)
+++ community-i686/PKGBUILD 2013-03-27 19:52:53 UTC (rev 87136)
@@ -1,100 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Antonio Rojas  nqn1976 @ gmail.com 
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: Osman Ugus ugu...@yahoo.com
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-# Special thanks to Nareto for moving the compile from the .install to the 
PKGBUILD
-
-pkgname=sage-mathematics
-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'
-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=('fc5b401174ee1efa7aea163e804c2b42'
- '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/share
-  mv ${pkgdir}/opt/sage/local/share/texmf \
-${pkgdir}/usr/share
-
-  desktop-file-install ${srcdir}/SAGE-notebook.desktop \
---dir ${pkgdir}/usr

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

2013-03-26 Thread Daniel Wallace
Date: Wednesday, March 27, 2013 @ 03:18:28
  Author: dwallace
Revision: 87093

vim-systemd apply patch better

Modified:
  
vim-systemd/trunk/0001-Add-more-syntax-keywords-for-service-and-socket-file.patch
  vim-systemd/trunk/PKGBUILD

-+
 0001-Add-more-syntax-keywords-for-service-and-socket-file.patch |2 +-
 PKGBUILD|9 
+++--
 2 files changed, 8 insertions(+), 3 deletions(-)

Modified: 0001-Add-more-syntax-keywords-for-service-and-socket-file.patch
===
--- 0001-Add-more-syntax-keywords-for-service-and-socket-file.patch 
2013-03-27 01:38:02 UTC (rev 87092)
+++ 0001-Add-more-syntax-keywords-for-service-and-socket-file.patch 
2013-03-27 02:18:28 UTC (rev 87093)
@@ -1,5 +1,5 @@
 --- syntax-systemd.vim  2011-09-15 21:23:14.123456789 -
-+++ syntax-systemd.vim.new  2012-11-18 23:03:14.123456789 -0400
 syntax-systemd.vim  2012-11-18 23:03:14.123456789 -0400
 @@ -41,17 +41,19 @@ syn keyword sdTodo contained TODO XXX FIXME NOTE
   [Unit] {{{1
   see systemd.unit(5)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-27 01:38:02 UTC (rev 87092)
+++ PKGBUILD2013-03-27 02:18:28 UTC (rev 87093)
@@ -3,7 +3,7 @@
 # Contributor: Jason St. John jstjohn .. purdue . edu
 
 pkgname=vim-systemd
-pkgver=20130219
+pkgver=20130326
 pkgrel=1
 pkgdesc=Vim syntax highlighting for systemd unit files
 arch=('any')
@@ -20,7 +20,7 @@
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
+   patch -Np0 --follow-symlinks -i 
$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
@@ -33,3 +33,8 @@
  '3089ca7384668a4a6ccbee979663599f'
  '8c49e2ad82ff1b1dca1defbdbbc199fd'
  '5b8cfccad0f9b1eb06b83c9b9a2d6714')
+md5sums=('0d860125c3ffaf34fe395376ed3bee20'
+ 'b022fcc3ddc10a49a52e960868924103'
+ '3089ca7384668a4a6ccbee979663599f'
+ '8c49e2ad82ff1b1dca1defbdbbc199fd'
+ 'de60add46404e8b2af33d877e3a21c4f')



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

2013-03-26 Thread Daniel Wallace
Date: Wednesday, March 27, 2013 @ 03:20:58
  Author: dwallace
Revision: 87094

upgpkg: hub 1.10.5-1

upgpkg: hub 1.10.5

Modified:
  hub/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-27 02:18:28 UTC (rev 87093)
+++ PKGBUILD2013-03-27 02:20:58 UTC (rev 87094)
@@ -4,15 +4,15 @@
 
 pkgname=hub
 _pkgdir=defunkt-hub-
-pkgver=1.10.4
-pkgrel=2
+pkgver=1.10.5
+pkgrel=1
 pkgdesc=cli interface for Github
 arch=('any')
 url=http://defunkt.io/hub;
 depends=('git' 'ruby')
 license=('MIT')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/defunkt/hub/tarball/v$pkgver;)
-md5sums=('dad462388c7bc4715ef746434596718a')
+md5sums=('e69dc63d013997c694b792e037d88df0')
 
 build() {
   cd $srcdir/$_pkgdir*



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

2013-03-26 Thread Daniel Wallace
Date: Wednesday, March 27, 2013 @ 03:21:34
  Author: dwallace
Revision: 87095

archrelease: copy trunk to community-any

Added:
  hub/repos/community-any/PKGBUILD
(from rev 87094, hub/trunk/PKGBUILD)
Deleted:
  hub/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-27 02:20:58 UTC (rev 87094)
+++ PKGBUILD2013-03-27 02:21:34 UTC (rev 87095)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Alfredo Palhares masterk...@masterkorp.net
-
-pkgname=hub
-_pkgdir=defunkt-hub-
-pkgver=1.10.4
-pkgrel=2
-pkgdesc=cli interface for Github
-arch=('any')
-url=http://defunkt.io/hub;
-depends=('git' 'ruby')
-license=('MIT')
-source=($pkgname-$pkgver.tar.gz::https://github.com/defunkt/hub/tarball/v$pkgver;)
-md5sums=('dad462388c7bc4715ef746434596718a')
-
-build() {
-  cd $srcdir/$_pkgdir*
-
-  rake standalone
-  gzip --best -c man/hub.1 hub.1.gz
-
-}
-
-package() {
-  cd $srcdir/$_pkgdir*
-
-  install -Dm755 $srcdir/$_pkgdir*/$pkgname $pkgdir/usr/bin/$pkgname
-
-  install -d $pkgdir/usr/share/$pkgname
-  cp -dpr --no-preserve=ownership $srcdir/$_pkgdir*/git-hooks 
$pkgdir/usr/share/$pkgname/git-hooks
-
-  install -Dm644 $srcdir/$_pkgdir*/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 $srcdir/$_pkgdir*/etc/hub.bash_completion.sh 
$pkgdir/usr/share/bash-completion/completions/hub
-  install -Dm644 $srcdir/$_pkgdir*/etc/hub.zsh_completion 
$pkgdir/usr/share/zsh/site-functions/_hub
-
-  install -Dm644 $srcdir/$_pkgdir*/man/$pkgname.1 
$pkgdir/usr/share/man/man1/$pkgname.1
-
-}

Copied: hub/repos/community-any/PKGBUILD (from rev 87094, hub/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-27 02:21:34 UTC (rev 87095)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Alfredo Palhares masterk...@masterkorp.net
+
+pkgname=hub
+_pkgdir=defunkt-hub-
+pkgver=1.10.5
+pkgrel=1
+pkgdesc=cli interface for Github
+arch=('any')
+url=http://defunkt.io/hub;
+depends=('git' 'ruby')
+license=('MIT')
+source=($pkgname-$pkgver.tar.gz::https://github.com/defunkt/hub/tarball/v$pkgver;)
+md5sums=('e69dc63d013997c694b792e037d88df0')
+
+build() {
+  cd $srcdir/$_pkgdir*
+
+  rake standalone
+  gzip --best -c man/hub.1 hub.1.gz
+
+}
+
+package() {
+  cd $srcdir/$_pkgdir*
+
+  install -Dm755 $srcdir/$_pkgdir*/$pkgname $pkgdir/usr/bin/$pkgname
+
+  install -d $pkgdir/usr/share/$pkgname
+  cp -dpr --no-preserve=ownership $srcdir/$_pkgdir*/git-hooks 
$pkgdir/usr/share/$pkgname/git-hooks
+
+  install -Dm644 $srcdir/$_pkgdir*/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 $srcdir/$_pkgdir*/etc/hub.bash_completion.sh 
$pkgdir/usr/share/bash-completion/completions/hub
+  install -Dm644 $srcdir/$_pkgdir*/etc/hub.zsh_completion 
$pkgdir/usr/share/zsh/site-functions/_hub
+
+  install -Dm644 $srcdir/$_pkgdir*/man/$pkgname.1 
$pkgdir/usr/share/man/man1/$pkgname.1
+
+}



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

2013-03-14 Thread Daniel Wallace
Date: Thursday, March 14, 2013 @ 13:10:08
  Author: dwallace
Revision: 86260

upgpkg: steam 1.0.0.36-1

upgpkg: steam 1.0.0.36-1

Modified:
  steam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-14 11:41:58 UTC (rev 86259)
+++ PKGBUILD2013-03-14 12:10:08 UTC (rev 86260)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
 # Contributor: K900 k0009...@gmail.com
 pkgname=steam
-pkgver=1.0.0.35
+pkgver=1.0.0.36
 pkgrel=1
 pkgdesc=Digital distribution client bootstrap package
 arch=(i686 x86_64)
@@ -32,7 +32,7 @@
 
source=(http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz;
 'lib32-flashplugin-path.patch'
 'alsa_sdl_audiodriver.patch')
-md5sums=('0d0e0bc6a185a035cf6bf71a5dafc0c4'
+md5sums=('85b0e502ee7842225935348da85e4c85'
  '1d83a1df55d677f35ce415e0750f4448'
  'ac0e03d70f1101331598b2b32ed9bac3')
 



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

2013-03-14 Thread Daniel Wallace
Date: Thursday, March 14, 2013 @ 13:10:52
  Author: dwallace
Revision: 86261

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

Added:
  steam/repos/community-i686/PKGBUILD
(from rev 86260, steam/trunk/PKGBUILD)
  steam/repos/community-i686/alsa_sdl_audiodriver.patch
(from rev 86260, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/community-i686/lib32-flashplugin-path.patch
(from rev 86260, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/community-i686/steam.install
(from rev 86260, steam/trunk/steam.install)
  steam/repos/community-x86_64/PKGBUILD
(from rev 86260, steam/trunk/PKGBUILD)
  steam/repos/community-x86_64/alsa_sdl_audiodriver.patch
(from rev 86260, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/community-x86_64/lib32-flashplugin-path.patch
(from rev 86260, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/community-x86_64/steam.install
(from rev 86260, 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
  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/PKGBUILD   |  112 
 community-i686/alsa_sdl_audiodriver.patch |   28 +++---
 community-i686/lib32-flashplugin-path.patch   |   20 ++--
 community-i686/steam.install  |   52 +--
 community-x86_64/PKGBUILD |  112 
 community-x86_64/alsa_sdl_audiodriver.patch   |   28 +++---
 community-x86_64/lib32-flashplugin-path.patch |   20 ++--
 community-x86_64/steam.install|   52 +--
 8 files changed, 212 insertions(+), 212 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-14 12:10:08 UTC (rev 86260)
+++ community-i686/PKGBUILD 2013-03-14 12:10:52 UTC (rev 86261)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: K900 k0009...@gmail.com
-pkgname=steam
-pkgver=1.0.0.35
-pkgrel=1
-pkgdesc=Digital distribution client bootstrap package
-arch=(i686 x86_64)
-url=http://steampowered.com/;
-license=('custom')
-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'
-  )
-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=('0d0e0bc6a185a035cf6bf71a5dafc0c4'
- '1d83a1df55d677f35ce415e0750f4448'
- 'ac0e03d70f1101331598b2b32ed9bac3')
-
-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 86260, 
steam/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-14 12:10:52 UTC (rev 86261)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: K900 k0009...@gmail.com
+pkgname=steam
+pkgver=1.0.0.36
+pkgrel=1
+pkgdesc=Digital distribution client bootstrap package
+arch=(i686 x86_64)
+url=http://steampowered.com/;
+license=('custom')
+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

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

2013-03-14 Thread Daniel Wallace
Date: Thursday, March 14, 2013 @ 13:13:09
  Author: dwallace
Revision: 86262

archrelease: copy trunk to multilib-x86_64

Added:
  steam/repos/multilib-x86_64/PKGBUILD
(from rev 86261, steam/trunk/PKGBUILD)
  steam/repos/multilib-x86_64/alsa_sdl_audiodriver.patch
(from rev 86261, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/multilib-x86_64/lib32-flashplugin-path.patch
(from rev 86261, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/multilib-x86_64/steam.install
(from rev 86261, 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|   52 +--
 4 files changed, 106 insertions(+), 106 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-14 12:10:52 UTC (rev 86261)
+++ PKGBUILD2013-03-14 12:13:09 UTC (rev 86262)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: K900 k0009...@gmail.com
-pkgname=steam
-pkgver=1.0.0.35
-pkgrel=1
-pkgdesc=Digital distribution client bootstrap package
-arch=(i686 x86_64)
-url=http://steampowered.com/;
-license=('custom')
-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'
-  )
-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=('0d0e0bc6a185a035cf6bf71a5dafc0c4'
- '1d83a1df55d677f35ce415e0750f4448'
- 'ac0e03d70f1101331598b2b32ed9bac3')
-
-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 86261, 
steam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-14 12:13:09 UTC (rev 86262)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: K900 k0009...@gmail.com
+pkgname=steam
+pkgver=1.0.0.36
+pkgrel=1
+pkgdesc=Digital distribution client bootstrap package
+arch=(i686 x86_64)
+url=http://steampowered.com/;
+license=('custom')
+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'
+  )
+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=('85b0e502ee7842225935348da85e4c85'
+ '1d83a1df55d677f35ce415e0750f4448'
+ 'ac0e03d70f1101331598b2b32ed9bac3')
+
+package() {
+depends=(
+  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
+  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
+  )
+  if [[ $CARCH == x86_64 ]]; then
+depends

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

2013-03-14 Thread Daniel Wallace
Date: Thursday, March 14, 2013 @ 20:43:37
  Author: dwallace
Revision: 86288

upgpkg: parrot 5.1.0-3

upgpkg: parrot 5.1.0-3 - rebuild for libffi's ffi.h

Modified:
  parrot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-14 18:27:31 UTC (rev 86287)
+++ PKGBUILD2013-03-14 19:43:37 UTC (rev 86288)
@@ -6,7 +6,7 @@
 pkgver=5.1.0
 #_rel=stable
 _rel=devel
-pkgrel=2
+pkgrel=3
 pkgdesc=Standalone VM that can execute bytecode compiled dynamic languages
 arch=('x86_64' 'i686')
 url=http://www.parrotcode.org/;
@@ -23,6 +23,7 @@
   perl Configure.pl --prefix=/usr \
 --parrot_is_shared \
 --disable-rpath \
+   --mandir=/usr/share/man \
 --optimize
   export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:$(pwd)/blib/lib
   make all parrot_utils docs html



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

2013-03-14 Thread Daniel Wallace
Date: Thursday, March 14, 2013 @ 20:44:14
  Author: dwallace
Revision: 86289

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-14 19:43:37 UTC (rev 86288)
+++ community-i686/PKGBUILD 2013-03-14 19:44:14 UTC (rev 86289)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: mpie michael.kyne-philli...@ntlworld.com
-
-pkgname=parrot
-pkgver=5.1.0
-#_rel=stable
-_rel=devel
-pkgrel=2
-pkgdesc=Standalone VM that can execute bytecode compiled dynamic languages
-arch=('x86_64' 'i686')
-url=http://www.parrotcode.org/;
-license=('GPL')
-depends=('icu' 'openssl' 'libffi')
-makedepends=('perl-json')
-optdepends=('freeglut')
-options=('!makeflags')
-source=(ftp://ftp.parrot.org/pub/parrot/releases/$_rel/$pkgver/$pkgname-$pkgver.tar.bz2)
-md5sums=('cf879f76d56f007107c143a1b63037c9')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  perl Configure.pl --prefix=/usr \
---parrot_is_shared \
---disable-rpath \
---optimize
-  export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:$(pwd)/blib/lib
-  make all parrot_utils docs html
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install-dev
-  sed -i s#$srcdir#/usr/src# \
-$pkgdir/usr/lib/parrot/$pkgver/tools/lib/Parrot/Config/Generated.pm
-}

Copied: parrot/repos/community-i686/PKGBUILD (from rev 86288, 
parrot/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-14 19:44:14 UTC (rev 86289)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: mpie michael.kyne-philli...@ntlworld.com
+
+pkgname=parrot
+pkgver=5.1.0
+#_rel=stable
+_rel=devel
+pkgrel=3
+pkgdesc=Standalone VM that can execute bytecode compiled dynamic languages
+arch=('x86_64' 'i686')
+url=http://www.parrotcode.org/;
+license=('GPL')
+depends=('icu' 'openssl' 'libffi')
+makedepends=('perl-json')
+optdepends=('freeglut')
+options=('!makeflags')
+source=(ftp://ftp.parrot.org/pub/parrot/releases/$_rel/$pkgver/$pkgname-$pkgver.tar.bz2)
+md5sums=('cf879f76d56f007107c143a1b63037c9')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  perl Configure.pl --prefix=/usr \
+--parrot_is_shared \
+--disable-rpath \
+   --mandir=/usr/share/man \
+--optimize
+  export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:$(pwd)/blib/lib
+  make all parrot_utils docs html
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install-dev
+  sed -i s#$srcdir#/usr/src# \
+$pkgdir/usr/lib/parrot/$pkgver/tools/lib/Parrot/Config/Generated.pm
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-14 19:43:37 UTC (rev 86288)
+++ community-x86_64/PKGBUILD   2013-03-14 19:44:14 UTC (rev 86289)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: mpie michael.kyne-philli...@ntlworld.com
-
-pkgname=parrot
-pkgver=5.1.0
-#_rel=stable
-_rel=devel
-pkgrel=2
-pkgdesc=Standalone VM that can execute bytecode compiled dynamic languages
-arch=('x86_64' 'i686')
-url=http://www.parrotcode.org/;
-license=('GPL')
-depends=('icu' 'openssl' 'libffi')
-makedepends=('perl-json')
-optdepends=('freeglut')
-options=('!makeflags')
-source=(ftp://ftp.parrot.org/pub/parrot/releases/$_rel/$pkgver/$pkgname-$pkgver.tar.bz2)
-md5sums=('cf879f76d56f007107c143a1b63037c9')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  perl Configure.pl --prefix=/usr \
---parrot_is_shared \
---disable-rpath \
---optimize
-  export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:$(pwd)/blib/lib
-  make all parrot_utils docs html
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install-dev
-  sed -i s#$srcdir#/usr/src# \
-$pkgdir/usr/lib/parrot/$pkgver/tools/lib/Parrot/Config/Generated.pm
-}

Copied: parrot/repos/community-x86_64/PKGBUILD (from rev 86288, 
parrot/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-03-14 19:44:14 UTC (rev 86289)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: mpie michael.kyne-philli...@ntlworld.com
+

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

2013-03-13 Thread Daniel Wallace
Date: Wednesday, March 13, 2013 @ 19:59:17
  Author: dwallace
Revision: 86230

upgpkg: lib32-flashplugin 11.2.202.275-1

upgpkg: lib32-flashplugin 11.2.202.275-1

Modified:
  lib32-flashplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-13 18:51:51 UTC (rev 86229)
+++ PKGBUILD2013-03-13 18:59:17 UTC (rev 86230)
@@ -3,7 +3,7 @@
 
 pkgname=lib32-flashplugin
 _licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
-pkgver=11.2.202.273
+pkgver=11.2.202.275
 pkgrel=1
 license=('custom')
 pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
@@ -13,7 +13,7 @@
 #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;)
-md5sums=('38a8cb6c9d3ec0913de6c145a52e8a66')
+md5sums=('aecd83b5de3e021a453d7ddcfd442f0b')
 
 package() {
   install -Dm644 ${srcdir}/libflashplayer.so 
${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so



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

2013-03-13 Thread Daniel Wallace
Date: Wednesday, March 13, 2013 @ 19:59:41
  Author: dwallace
Revision: 86231

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-13 18:59:17 UTC (rev 86230)
+++ PKGBUILD2013-03-13 18:59:41 UTC (rev 86231)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-
-pkgname=lib32-flashplugin
-_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
-pkgver=11.2.202.273
-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;)
-md5sums=('38a8cb6c9d3ec0913de6c145a52e8a66')
-
-package() {
-  install -Dm644 ${srcdir}/libflashplayer.so 
${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so
-  install -d $pkgdir/usr/share/licenses
-  ln -s ${pkgname#*-} $pkgdir/usr/share/licenses/$pkgname
-}

Copied: lib32-flashplugin/repos/multilib-x86_64/PKGBUILD (from rev 86230, 
lib32-flashplugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-13 18:59:41 UTC (rev 86231)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+
+pkgname=lib32-flashplugin
+_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
+pkgver=11.2.202.275
+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;)
+md5sums=('aecd83b5de3e021a453d7ddcfd442f0b')
+
+package() {
+  install -Dm644 ${srcdir}/libflashplayer.so 
${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so
+  install -d $pkgdir/usr/share/licenses
+  ln -s ${pkgname#*-} $pkgdir/usr/share/licenses/$pkgname
+}



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

2013-03-11 Thread Daniel Wallace
Date: Monday, March 11, 2013 @ 08:03:26
  Author: dwallace
Revision: 86006

upgpkg: haskell-html 1.0.1.2-14

upgpkg: haskell-html 1.0.1.2-14

Modified:
  haskell-html/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-10 23:35:35 UTC (rev 86005)
+++ PKGBUILD2013-03-11 07:03:26 UTC (rev 86006)
@@ -1,16 +1,17 @@
-# Maintainer: Vesa Kaihlavirta v...@archlinux.org
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Vesa Kaihlavirta v...@archlinux.org
 # Contributor: Arch Haskell Team arch-hask...@haskell.org
 # Package generated by cabal2arch 0.7.6
 
 _hkgname=html
 pkgname=haskell-html
 pkgver=1.0.1.2
-pkgrel=13
+pkgrel=14
 pkgdesc=HTML combinator library
 url=http://hackage.haskell.org/package/html;
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=7.6.1-1' sh)
+depends=('ghc=7.6.2-1' 'sh')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install
 md5sums=('2a7de5a2af9a2f80d39825d6a95ee445')



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

2013-03-11 Thread Daniel Wallace
Date: Monday, March 11, 2013 @ 08:04:02
  Author: dwallace
Revision: 86007

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

Added:
  haskell-html/repos/community-i686/PKGBUILD
(from rev 86006, haskell-html/trunk/PKGBUILD)
  haskell-html/repos/community-i686/haskell-html.install
(from rev 86006, haskell-html/trunk/haskell-html.install)
  haskell-html/repos/community-x86_64/PKGBUILD
(from rev 86006, haskell-html/trunk/PKGBUILD)
  haskell-html/repos/community-x86_64/haskell-html.install
(from rev 86006, haskell-html/trunk/haskell-html.install)
Deleted:
  haskell-html/repos/community-i686/PKGBUILD
  haskell-html/repos/community-i686/haskell-html.install
  haskell-html/repos/community-x86_64/PKGBUILD
  haskell-html/repos/community-x86_64/haskell-html.install

---+
 community-i686/PKGBUILD   |   79 
 community-i686/haskell-html.install   |   38 +++
 community-x86_64/PKGBUILD |   79 
 community-x86_64/haskell-html.install |   38 +++
 4 files changed, 118 insertions(+), 116 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-11 07:03:26 UTC (rev 86006)
+++ community-i686/PKGBUILD 2013-03-11 07:04:02 UTC (rev 86007)
@@ -1,39 +0,0 @@
-# Maintainer: Vesa Kaihlavirta v...@archlinux.org
-# Contributor: Arch Haskell Team arch-hask...@haskell.org
-# Package generated by cabal2arch 0.7.6
-
-_hkgname=html
-pkgname=haskell-html
-pkgver=1.0.1.2
-pkgrel=13
-pkgdesc=HTML combinator library
-url=http://hackage.haskell.org/package/html;
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=('ghc=7.6.1-1' sh)
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-install=${pkgname}.install
-md5sums=('2a7de5a2af9a2f80d39825d6a95ee445')
-
-build() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
-  --prefix=/usr --docdir=/usr/share/doc/${pkgname} \
-  --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup haddock
-runhaskell Setup register   --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-package() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
-install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
-install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
-runhaskell Setup copy --destdir=${pkgdir}
-install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
-}

Copied: haskell-html/repos/community-i686/PKGBUILD (from rev 86006, 
haskell-html/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-11 07:04:02 UTC (rev 86007)
@@ -0,0 +1,40 @@
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Vesa Kaihlavirta v...@archlinux.org
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+# Package generated by cabal2arch 0.7.6
+
+_hkgname=html
+pkgname=haskell-html
+pkgver=1.0.1.2
+pkgrel=14
+pkgdesc=HTML combinator library
+url=http://hackage.haskell.org/package/html;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.2-1' 'sh')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('2a7de5a2af9a2f80d39825d6a95ee445')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+  --prefix=/usr --docdir=/usr/share/doc/${pkgname} \
+  --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE

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

2013-03-11 Thread Daniel Wallace
Date: Monday, March 11, 2013 @ 09:45:25
  Author: dwallace
Revision: 86008

upgpkg: haskell-dlist 0.5-21

upgpkg: haskell-dlist 0.5-21

Modified:
  haskell-dlist/trunk/PKGBUILD  (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-11 07:04:02 UTC (rev 86007)
+++ PKGBUILD2013-03-11 08:45:25 UTC (rev 86008)
@@ -1,3 +1,5 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
 # Contributor: Don Stewart d...@galois.com
 # Contributor: Lex Black autumn-wind at web dot de
 
@@ -5,7 +7,7 @@
 pkgver=0.5
 _hkgname=dlist
 _licensefile=LICENSE
-pkgrel=1
+pkgrel=21
 pkgdesc=Differences lists
 url=http://code.haskell.org/~dons/code/dlist/;
 license=(BSD3)


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


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

2013-03-11 Thread Daniel Wallace
Date: Monday, March 11, 2013 @ 09:47:43
  Author: dwallace
Revision: 86009

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

Added:
  haskell-dlist/repos/community-i686/
  haskell-dlist/repos/community-i686/PKGBUILD
(from rev 86008, haskell-dlist/trunk/PKGBUILD)
  haskell-dlist/repos/community-i686/haskell-dlist.install
(from rev 86008, haskell-dlist/trunk/haskell-dlist.install)
  haskell-dlist/repos/community-x86_64/
  haskell-dlist/repos/community-x86_64/PKGBUILD
(from rev 86008, haskell-dlist/trunk/PKGBUILD)
  haskell-dlist/repos/community-x86_64/haskell-dlist.install
(from rev 86008, haskell-dlist/trunk/haskell-dlist.install)

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

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

Copied: haskell-dlist/repos/community-i686/haskell-dlist.install (from rev 
86008, haskell-dlist/trunk/haskell-dlist.install)
===
--- community-i686/haskell-dlist.install(rev 0)
+++ community-i686/haskell-dlist.install2013-03-11 08:47:43 UTC (rev 
86009)
@@ -0,0 +1,26 @@
+# custom variables
+pkgname=haskell-dlist
+HS_DIR=/usr/share/haskell/${pkgname}
+
+# functions
+post_install() {
+${HS_DIR}/register.sh
+(cd /usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+
+pre_upgrade() {
+${HS_DIR}/unregister.sh
+}
+
+post_upgrade() {
+${HS_DIR}/register.sh
+(cd /usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+
+pre_remove() {
+${HS_DIR}/unregister.sh
+}
+
+post_remove() {
+(cd /usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-dlist/repos/community-x86_64/PKGBUILD (from rev 86008, 
haskell-dlist/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-03-11 08:47:43 UTC (rev 86009)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Don Stewart d...@galois.com
+# Contributor: Lex Black autumn-wind at web dot de
+
+pkgname=haskell-dlist
+pkgver=0.5
+_hkgname=dlist
+_licensefile=LICENSE
+pkgrel=21
+pkgdesc=Differences lists
+url=http://code.haskell.org/~dons/code/dlist/;
+license=(BSD3)
+arch=('i686' 'x86_64')
+makedepends=('ghc')
+depends=('ghc')
+options=('strip')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('4780e5409eff55bbfdd7470ef802a087a04048c9cd5efe0482c82878292f19ea')
+install=${pkgname}.install
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+
+runhaskell Setup

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

2013-03-07 Thread Daniel Wallace
Date: Friday, March 8, 2013 @ 03:03:35
  Author: dwallace
Revision: 85874

upgpkg: livestreamer 1.4.2-1

upgpkg: livestreamer 1.4.2-1

Modified:
  livestreamer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-08 00:29:18 UTC (rev 85873)
+++ PKGBUILD2013-03-08 02:03:35 UTC (rev 85874)
@@ -2,18 +2,18 @@
 # Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
 # Contributor: Christopher Rosell chri...@tanuki.se
 pkgname=livestreamer
-pkgver=1.4.1
+pkgver=1.4.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-sh' 'python-requests' 'rtmpdump' 'python-distribute')
+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)
-md5sums=('f53f147146bffe974441f57e662cd3e1')
+md5sums=('0ab4f0e52a5a436ceb0d2bdebdf5c2db')
 
 package() {
   cd $srcdir/$pkgname-$pkgver



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

2013-03-07 Thread Daniel Wallace
Date: Friday, March 8, 2013 @ 03:03:59
  Author: dwallace
Revision: 85875

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-08 02:03:35 UTC (rev 85874)
+++ PKGBUILD2013-03-08 02:03:59 UTC (rev 85875)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Christopher Rosell chri...@tanuki.se
-pkgname=livestreamer
-pkgver=1.4.1
-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-sh' '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)
-md5sums=('f53f147146bffe974441f57e662cd3e1')
-
-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 85874, 
livestreamer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-08 02:03:59 UTC (rev 85875)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Christopher Rosell chri...@tanuki.se
+pkgname=livestreamer
+pkgver=1.4.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)
+md5sums=('0ab4f0e52a5a436ceb0d2bdebdf5c2db')
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  python setup.py install --root=$pkgdir/ --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-03-03 Thread Daniel Wallace
Date: Sunday, March 3, 2013 @ 19:47:02
  Author: dwallace
Revision: 85590

upgpkg: hub 1.10.4-2

upgpkg: hub 1.10.4-3

Modified:
  hub/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-03 17:28:55 UTC (rev 85589)
+++ PKGBUILD2013-03-03 18:47:02 UTC (rev 85590)
@@ -5,7 +5,7 @@
 pkgname=hub
 _pkgdir=defunkt-hub-
 pkgver=1.10.4
-pkgrel=1
+pkgrel=2
 pkgdesc=cli interface for Github
 arch=('any')
 url=http://defunkt.io/hub;



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

2013-03-03 Thread Daniel Wallace
Date: Sunday, March 3, 2013 @ 19:47:20
  Author: dwallace
Revision: 85591

archrelease: copy trunk to community-staging-any

Added:
  hub/repos/community-staging-any/
  hub/repos/community-staging-any/PKGBUILD
(from rev 85590, hub/trunk/PKGBUILD)

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

Copied: hub/repos/community-staging-any/PKGBUILD (from rev 85590, 
hub/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2013-03-03 18:47:20 UTC (rev 85591)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Alfredo Palhares masterk...@masterkorp.net
+
+pkgname=hub
+_pkgdir=defunkt-hub-
+pkgver=1.10.4
+pkgrel=2
+pkgdesc=cli interface for Github
+arch=('any')
+url=http://defunkt.io/hub;
+depends=('git' 'ruby')
+license=('MIT')
+source=($pkgname-$pkgver.tar.gz::https://github.com/defunkt/hub/tarball/v$pkgver;)
+md5sums=('dad462388c7bc4715ef746434596718a')
+
+build() {
+  cd $srcdir/$_pkgdir*
+
+  rake standalone
+  gzip --best -c man/hub.1 hub.1.gz
+
+}
+
+package() {
+  cd $srcdir/$_pkgdir*
+
+  install -Dm755 $srcdir/$_pkgdir*/$pkgname $pkgdir/usr/bin/$pkgname
+
+  install -d $pkgdir/usr/share/$pkgname
+  cp -dpr --no-preserve=ownership $srcdir/$_pkgdir*/git-hooks 
$pkgdir/usr/share/$pkgname/git-hooks
+
+  install -Dm644 $srcdir/$_pkgdir*/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 $srcdir/$_pkgdir*/etc/hub.bash_completion.sh 
$pkgdir/usr/share/bash-completion/completions/hub
+  install -Dm644 $srcdir/$_pkgdir*/etc/hub.zsh_completion 
$pkgdir/usr/share/zsh/site-functions/_hub
+
+  install -Dm644 $srcdir/$_pkgdir*/man/$pkgname.1 
$pkgdir/usr/share/man/man1/$pkgname.1
+
+}



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

2013-03-03 Thread Daniel Wallace
Date: Monday, March 4, 2013 @ 00:08:22
  Author: dwallace
Revision: 85604

upgpkg: notmuch 0.15.2-1

upgpkg: notmuch 0.15.2-1

Modified:
  notmuch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-03 23:04:15 UTC (rev 85603)
+++ PKGBUILD2013-03-03 23:08:22 UTC (rev 85604)
@@ -6,7 +6,7 @@
 
 pkgbase=notmuch
 pkgname=('notmuch' 'notmuch-mutt' 'notmuch-runtime')
-pkgver=0.15
+pkgver=0.15.2
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://notmuchmail.org/;
@@ -14,12 +14,13 @@
 makedepends=('python2' 'python' 'emacs' 'gnupg' 'ruby' 'pkgconfig' 
'xapian-core' 'gmime' 'talloc')
 options=(!distcc !makeflags)
 source=(http://notmuchmail.org/releases/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('a79454042e508c8a1d7aaf1a617526f0')
+md5sums=('e86968dfcd7ffaf162b7b87de56b7f18')
 
 build() {
 cd $srcdir/${pkgname}-$pkgver
 
-./configure --prefix=/usr --sysconfdir=/etc
+./configure --prefix=/usr --sysconfdir=/etc \
+   --includedir=/usr/include
 make 
 (cd ${srcdir}/$pkgname-${pkgver}/contrib/${pkgname}-mutt
 make ${pkgname}-mutt.1)
@@ -33,14 +34,14 @@
 cp -dpr --no-preserve=ownership 
$srcdir/${pkgname}-$pkgver/bindings/python{,2}
 
 cd $srcdir/${pkgname}-${pkgver}/bindings/python
-env LD_LIBRARY_PATH=. python setup.py build
+#env LD_LIBRARY_PATH=. python setup.py build
+find . -name '*.py' -exec sed -i -e '1s,python$,python3,' {} +
+   python setup.py build
 
 cd $srcdir/${pkgname}-${pkgver}/bindings/python2
-find . -name '*.py' -print0 |xargs -0 \
-sed -i -e 's,^#!/usr/bin/env python$,#!/usr/bin/env python2,' \
--e 's,^#!/usr/bin/python$,#!/usr/bin/python2,'
-env LD_LIBRARY_PATH=. python2 setup.py build
-
+find . -name '*.py' -exec sed -i -e '1s,python$,python2,' {} +
+#env LD_LIBRARY_PATH=. python2 setup.py build
+   python2 setup.py build
 }
 
 package_notmuch-runtime(){
@@ -73,15 +74,17 @@
 
 # Install python bindings
 cd $srcdir/${pkgname}-${pkgver}/bindings/python2
-env LD_LIBRARY_PATH=. python2 setup.py install --prefix=/usr 
--root=$pkgdir
+#env LD_LIBRARY_PATH=. python2 setup.py install --prefix=/usr 
--root=$pkgdir
+   python2 setup.py install --prefix=/usr --root=$pkgdir
 
 cd $srcdir/${pkgname}-${pkgver}/bindings/python
-env LD_LIBRARY_PATH=. python setup.py install --prefix=/usr 
--root=$pkgdir
+#env LD_LIBRARY_PATH=. python setup.py install --prefix=/usr 
--root=$pkgdir
+   python setup.py install --prefix=/usr --root=$pkgdir
 
 # Install ruby bindings
 cd $srcdir/${pkgname}-${pkgver}/bindings/ruby
 sed -i -e 's,/site_ruby,,g' Makefile
-make prefix=${pkgdir}/usr install
+make DESTDIR=$pkgdir includedir=/usr/include install
 
 }
 



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

2013-03-03 Thread Daniel Wallace
Date: Monday, March 4, 2013 @ 00:08:56
  Author: dwallace
Revision: 85605

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

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

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

Copied: notmuch/repos/community-staging-i686/PKGBUILD (from rev 85604, 
notmuch/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-03 23:08:56 UTC (rev 85605)
@@ -0,0 +1,100 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: fauno fauno at kiwwwi.com.ar
+# Contributor: Olivier Ramonat olivier at ramonat dot fr
+# Contributor: Richard Murri ad...@richardmurri.com
+
+pkgbase=notmuch
+pkgname=('notmuch' 'notmuch-mutt' 'notmuch-runtime')
+pkgver=0.15.2
+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')
+
+build() {
+cd $srcdir/${pkgname}-$pkgver
+
+./configure --prefix=/usr --sysconfdir=/etc \
+   --includedir=/usr/include
+make 
+(cd ${srcdir}/$pkgname-${pkgver}/contrib/${pkgname}-mutt
+make ${pkgname}-mutt.1)
+
+cp -dpr --no-preserve=ownership $srcdir/$pkgname-$pkgver 
$srcdir/$pkgname-runtime-$pkgver
+
+cd bindings/ruby
+ruby extconf.rb
+make
+
+cp -dpr --no-preserve=ownership 
$srcdir/${pkgname}-$pkgver/bindings/python{,2}
+
+cd $srcdir/${pkgname}-${pkgver}/bindings/python
+#env LD_LIBRARY_PATH=. python setup.py build
+find . -name '*.py' -exec sed -i -e '1s,python$,python3,' {} +
+   python setup.py build
+
+cd $srcdir/${pkgname}-${pkgver}/bindings/python2
+find . -name '*.py' -exec sed -i -e '1s,python$,python2,' {} +
+#env LD_LIBRARY_PATH=. python2 setup.py build
+   python2 setup.py build
+}
+
+package_notmuch-runtime(){
+pkgdesc=Runtime for notmuch and notmuch-mutt
+depends=('xapian-core' 'gmime' 'talloc')
+cd $srcdir/${pkgname}-$pkgver
+make DESTDIR=$pkgdir/ LIBDIR_IN_LDCONFIG=0 install
+
+install -Dm644 notmuch $pkgdir/usr/sbin/notmuch
+
+mkdir -p $pkgdir/usr/share/vim/vimfiles/{plugin,syntax}
+
+make -C vim prefix=$pkgdir/usr/share/vim/vimfiles install
+
+# Remove conflicting zsh completion
+rm -r ${pkgdir}/usr/share/zsh
+}
+
+
+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 python bindings
+cd $srcdir/${pkgname}-${pkgver}/bindings/python2
+#env LD_LIBRARY_PATH=. python2 setup.py install --prefix=/usr 
--root=$pkgdir
+   python2 setup.py install --prefix=/usr --root=$pkgdir
+
+cd $srcdir/${pkgname}-${pkgver}/bindings/python
+#env LD_LIBRARY_PATH=. python setup.py install --prefix=/usr 
--root=$pkgdir
+   python setup.py install --prefix=/usr --root=$pkgdir
+
+# Install ruby bindings
+cd $srcdir/${pkgname}-${pkgver}/bindings/ruby
+sed -i -e 's,/site_ruby,,g' Makefile
+make DESTDIR=$pkgdir includedir=/usr/include install
+
+}
+
+package_notmuch-mutt(){
+pkgdesc=The mail indexer
+depends=('notmuch-runtime' 'perl-mailtools' 'perl-mail-box' 
'perl-term-readline-gnu' 'perl-string-shellquote' 'perl-file-which')
+cd $srcdir/$pkgbase-runtime-$pkgver
+
+install -Dm755 contrib/$pkgname/$pkgname $pkgdir/usr/bin/$pkgname
+install -Dm644 contrib/$pkgname/${pkgname}.1 
${pkgdir}/usr/share/man/man1/${pkgname}.1.gz
+}
+
+#vim: set filetype=PKGBUILD sw=4 ts=4 et

Copied: notmuch/repos/community-staging-x86_64/PKGBUILD (from rev 85604, 
notmuch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-03-03 23:08:56 UTC (rev 85605)
@@ -0,0 +1,100 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: fauno fauno at kiwwwi.com.ar
+# Contributor: Olivier Ramonat olivier

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

2013-03-03 Thread Daniel Wallace
Date: Monday, March 4, 2013 @ 04:59:05
  Author: dwallace
Revision: 85613

upgpkg: steam 1.0.0.35-1

upgpkg: steam 1.0.0.35-1

Modified:
  steam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-03 23:56:10 UTC (rev 85612)
+++ PKGBUILD2013-03-04 03:59:05 UTC (rev 85613)
@@ -2,8 +2,8 @@
 # Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
 # Contributor: K900 k0009...@gmail.com
 pkgname=steam
-pkgver=1.0.0.34
-pkgrel=5
+pkgver=1.0.0.35
+pkgrel=1
 pkgdesc=Digital distribution client bootstrap package
 arch=(i686 x86_64)
 url=http://steampowered.com/;
@@ -32,7 +32,7 @@
 
source=(http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz;
 'lib32-flashplugin-path.patch'
 'alsa_sdl_audiodriver.patch')
-md5sums=('4ff9bf72b36a460d65ab3e57852f9bac'
+md5sums=('0d0e0bc6a185a035cf6bf71a5dafc0c4'
  '1d83a1df55d677f35ce415e0750f4448'
  'ac0e03d70f1101331598b2b32ed9bac3')
 



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

2013-03-03 Thread Daniel Wallace
Date: Monday, March 4, 2013 @ 05:00:13
  Author: dwallace
Revision: 85614

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

Added:
  steam/repos/community-i686/PKGBUILD
(from rev 85613, steam/trunk/PKGBUILD)
  steam/repos/community-i686/alsa_sdl_audiodriver.patch
(from rev 85613, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/community-i686/lib32-flashplugin-path.patch
(from rev 85613, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/community-i686/steam.install
(from rev 85613, steam/trunk/steam.install)
  steam/repos/community-x86_64/PKGBUILD
(from rev 85613, steam/trunk/PKGBUILD)
  steam/repos/community-x86_64/alsa_sdl_audiodriver.patch
(from rev 85613, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/community-x86_64/lib32-flashplugin-path.patch
(from rev 85613, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/community-x86_64/steam.install
(from rev 85613, 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
  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/PKGBUILD   |  112 
 community-i686/alsa_sdl_audiodriver.patch |   28 +++---
 community-i686/lib32-flashplugin-path.patch   |   20 ++--
 community-i686/steam.install  |   52 +--
 community-x86_64/PKGBUILD |  112 
 community-x86_64/alsa_sdl_audiodriver.patch   |   28 +++---
 community-x86_64/lib32-flashplugin-path.patch |   20 ++--
 community-x86_64/steam.install|   52 +--
 8 files changed, 212 insertions(+), 212 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-04 03:59:05 UTC (rev 85613)
+++ community-i686/PKGBUILD 2013-03-04 04:00:13 UTC (rev 85614)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: K900 k0009...@gmail.com
-pkgname=steam
-pkgver=1.0.0.34
-pkgrel=5
-pkgdesc=Digital distribution client bootstrap package
-arch=(i686 x86_64)
-url=http://steampowered.com/;
-license=('custom')
-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'
-  )
-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() {
-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 85613, 
steam/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-04 04:00:13 UTC (rev 85614)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: K900 k0009...@gmail.com
+pkgname=steam
+pkgver=1.0.0.35
+pkgrel=1
+pkgdesc=Digital distribution client bootstrap package
+arch=(i686 x86_64)
+url=http://steampowered.com/;
+license=('custom')
+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

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

2013-03-03 Thread Daniel Wallace
Date: Monday, March 4, 2013 @ 05:01:59
  Author: dwallace
Revision: 85615

archrelease: copy trunk to multilib-x86_64

Added:
  steam/repos/multilib-x86_64/PKGBUILD
(from rev 85614, steam/trunk/PKGBUILD)
  steam/repos/multilib-x86_64/alsa_sdl_audiodriver.patch
(from rev 85614, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/multilib-x86_64/lib32-flashplugin-path.patch
(from rev 85614, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/multilib-x86_64/steam.install
(from rev 85614, 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|   52 +--
 4 files changed, 106 insertions(+), 106 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-04 04:00:13 UTC (rev 85614)
+++ PKGBUILD2013-03-04 04:01:59 UTC (rev 85615)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: K900 k0009...@gmail.com
-pkgname=steam
-pkgver=1.0.0.34
-pkgrel=5
-pkgdesc=Digital distribution client bootstrap package
-arch=(i686 x86_64)
-url=http://steampowered.com/;
-license=('custom')
-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'
-  )
-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() {
-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 85614, 
steam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-04 04:01:59 UTC (rev 85615)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: K900 k0009...@gmail.com
+pkgname=steam
+pkgver=1.0.0.35
+pkgrel=1
+pkgdesc=Digital distribution client bootstrap package
+arch=(i686 x86_64)
+url=http://steampowered.com/;
+license=('custom')
+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'
+  )
+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=('0d0e0bc6a185a035cf6bf71a5dafc0c4'
+ '1d83a1df55d677f35ce415e0750f4448'
+ 'ac0e03d70f1101331598b2b32ed9bac3')
+
+package() {
+depends=(
+  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
+  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
+  )
+  if [[ $CARCH == x86_64 ]]; then
+depends

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

2013-02-28 Thread Daniel Wallace
Date: Thursday, February 28, 2013 @ 16:23:35
  Author: dwallace
Revision: 85293

upgpkg: lib32-flashplugin 11.2.202.273-1

upgpkg: lib32-flashplugin 11.2.202.273-1

Modified:
  lib32-flashplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-28 15:18:09 UTC (rev 85292)
+++ PKGBUILD2013-02-28 15:23:35 UTC (rev 85293)
@@ -3,8 +3,8 @@
 
 pkgname=lib32-flashplugin
 _licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
-pkgver=11.2.202.270
-pkgrel=2
+pkgver=11.2.202.273
+pkgrel=1
 license=('custom')
 pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
 url=http://get.adobe.com/flashplayer;
@@ -12,13 +12,11 @@
 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')
+source=(http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz;)
+md5sums=('38a8cb6c9d3ec0913de6c145a52e8a66')
 
 package() {
   install -Dm644 ${srcdir}/libflashplayer.so 
${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so
-  install -Dm644 ${_licensefile} 
$pkgdir/usr/share/licenses/$pkgname/LICENSE.pdf
+  install -d $pkgdir/usr/share/licenses
+  ln -s ${pkgname#*-} $pkgdir/usr/share/licenses/$pkgname
 }
-



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

2013-02-28 Thread Daniel Wallace
Date: Thursday, February 28, 2013 @ 16:23:59
  Author: dwallace
Revision: 85294

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-28 15:23:35 UTC (rev 85293)
+++ PKGBUILD2013-02-28 15:23:59 UTC (rev 85294)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-
-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 85293, 
lib32-flashplugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-28 15:23:59 UTC (rev 85294)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+
+pkgname=lib32-flashplugin
+_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
+pkgver=11.2.202.273
+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;)
+md5sums=('38a8cb6c9d3ec0913de6c145a52e8a66')
+
+package() {
+  install -Dm644 ${srcdir}/libflashplayer.so 
${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so
+  install -d $pkgdir/usr/share/licenses
+  ln -s ${pkgname#*-} $pkgdir/usr/share/licenses/$pkgname
+}



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

2013-02-28 Thread Daniel Wallace
Date: Thursday, February 28, 2013 @ 16:30:38
  Author: dwallace
Revision: 85295

upgpkg: connman 1.12-1

upgpkg: connman 1.12-1

Modified:
  connman/trunk/PKGBUILD
Deleted:
  connman/trunk/connmand-daemon

-+
 PKGBUILD|   13 -
 connmand-daemon |   44 
 2 files changed, 4 insertions(+), 53 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-28 15:23:59 UTC (rev 85294)
+++ PKGBUILD2013-02-28 15:30:38 UTC (rev 85295)
@@ -3,7 +3,7 @@
 # Contributor: Lucas De Marchi lucas.de.mar...@gmail.com
 
 pkgname=connman
-pkgver=1.11
+pkgver=1.12
 pkgrel=1
 pkgdesc=Wireless LAN network manager
 url=http://connman.net/;
@@ -15,11 +15,9 @@
 'wpa_supplicant: For WiFi devices')
 makedepends=('bluez' 'wpa_supplicant' 'openconnect' 'openvpn')
 options=('!libtool')
-source=('connmand-daemon'
-
http://www.kernel.org/pub/linux/network/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
+source=(http://www.kernel.org/pub/linux/network/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
 'allow_group_network.diff')
-md5sums=('88ece7cbf1d0d289545ce4f8553fdab8'
- '73f1f93ce503ee80dcc8c9bdda2c3426'
+md5sums=('41e5bbc603d031459df4ff243b8318f0'
  'a8d22ee089fb0ed725130d16ad393047')
 
 build() {
@@ -40,9 +38,6 @@
 }
 
 package(){
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  install -Dm755 $srcdir/connmand-daemon $pkgdir/etc/rc.d/connmand
+  make -C ${srcdir}/${pkgname}-${pkgver} DESTDIR=${pkgdir} install
   install -Dm755 $srcdir/$pkgname-$pkgver/client/${pkgname}ctl 
$pkgdir/usr/sbin/${pkgname}ctl
 }

Deleted: connmand-daemon
===
--- connmand-daemon 2013-02-28 15:23:59 UTC (rev 85294)
+++ connmand-daemon 2013-02-28 15:30:38 UTC (rev 85295)
@@ -1,44 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-DESC=Connection Manager
-NAME=connmand
-ARGS=
-DAEMON=/usr/sbin/$NAME
-
-PID=`pidof -o %PPID ${DAEMON}`
-case $1 in
-  start)
-stat_busy Starting ${DESC}
-if [ -z $PID ]; then
-   ${DAEMON} ${ARGS}
-fi
-if [ ! -z $PID -o $? -gt 0 ]; then
-  stat_fail
-else
-  add_daemon ${NAME}
-  stat_done
-fi
-;;
-  stop)
-stat_busy Stopping ${DESC}
-[ ! -z $PID ]   killall ${DAEMON}  /dev/null
-if [ $? -gt 0 ]; then
-  stat_fail
-else
-  rm_daemon ${NAME}
-  stat_done
-fi
-;;
-  restart)
-$0 stop
-sleep 1
-$0 start
-;;
-  *)
-echo usage: $0 {start|stop|restart}
-   ;;
-esac
-exit 0



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

2013-02-28 Thread Daniel Wallace
Date: Thursday, February 28, 2013 @ 16:31:09
  Author: dwallace
Revision: 85296

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

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

---+
 community-i686/PKGBUILD   |   91 +---
 community-i686/allow_group_network.diff   |   24 +++
 community-i686/connmand-daemon|   44 -
 community-x86_64/PKGBUILD |   91 +---
 community-x86_64/allow_group_network.diff |   24 +++
 community-x86_64/connmand-daemon  |   44 -
 6 files changed, 110 insertions(+), 208 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-28 15:30:38 UTC (rev 85295)
+++ community-i686/PKGBUILD 2013-02-28 15:31:09 UTC (rev 85296)
@@ -1,48 +0,0 @@
-#$Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Lucas De Marchi lucas.de.mar...@gmail.com
-
-pkgname=connman
-pkgver=1.11
-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=('connmand-daemon'
-
http://www.kernel.org/pub/linux/network/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
-'allow_group_network.diff')
-md5sums=('88ece7cbf1d0d289545ce4f8553fdab8'
- '73f1f93ce503ee80dcc8c9bdda2c3426'
- 'a8d22ee089fb0ed725130d16ad393047')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  patch -Np1 -i ${srcdir}/allow_group_network.diff
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --with-systemdunitdir=/usr/lib/systemd/system \
-  --enable-threads \
-  --enable-openconnect \
-  --enable-vpnc \
-  --enable-openvpn \
-  --enable-polkit \
-  --enable-client
-
-  make
-}
-
-package(){
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  install -Dm755 $srcdir/connmand-daemon $pkgdir/etc/rc.d/connmand
-  install -Dm755 $srcdir/$pkgname-$pkgver/client/${pkgname}ctl 
$pkgdir/usr/sbin/${pkgname}ctl
-}

Copied: connman/repos/community-i686/PKGBUILD (from rev 85295, 
connman/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-28 15:31:09 UTC (rev 85296)
@@ -0,0 +1,43 @@
+#$Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Lucas De Marchi lucas.de.mar...@gmail.com
+
+pkgname=connman
+pkgver=1.12
+pkgrel=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=('41e5bbc603d031459df4ff243b8318f0'
+ 'a8d22ee089fb0ed725130d16ad393047')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  patch -Np1 -i ${srcdir}/allow_group_network.diff
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --with-systemdunitdir=/usr/lib/systemd/system \
+  --enable-threads \
+  --enable-openconnect \
+  --enable-vpnc \
+  --enable-openvpn \
+  --enable-polkit \
+  --enable-client
+
+  make
+}
+
+package(){
+  make -C ${srcdir}/${pkgname}-${pkgver} DESTDIR=${pkgdir} install
+  install -Dm755 $srcdir/$pkgname-$pkgver/client/${pkgname}ctl 
$pkgdir/usr/sbin/${pkgname}ctl
+}

Deleted: community-i686/allow_group_network.diff
===
--- community-i686/allow_group_network.diff 2013-02-28 15:30:38 UTC (rev 
85295)
+++ community-i686/allow_group_network.diff

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

2013-02-26 Thread Daniel Wallace
Date: Tuesday, February 26, 2013 @ 16:32:18
  Author: dwallace
Revision: 84956

upgpkg: steam 1.0.0.34-3

upgpkg: steam 1.0.0.34-3

Modified:
  steam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-26 15:27:05 UTC (rev 84955)
+++ PKGBUILD2013-02-26 15:32:18 UTC (rev 84956)
@@ -3,7 +3,7 @@
 # Contributor: K900 k0009...@gmail.com
 pkgname=steam
 pkgver=1.0.0.34
-pkgrel=2
+pkgrel=3
 pkgdesc=Digital distribution client bootstrap package
 arch=(i686 x86_64)
 url=http://steampowered.com/;
@@ -13,7 +13,7 @@
   'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
   )
 if [[ $CARCH == x86_64 ]]; then
-  depends+=(lib32-mesa lib32-gcc-libs lib32-libx11)
+  depends+=(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'



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

2013-02-26 Thread Daniel Wallace
Date: Tuesday, February 26, 2013 @ 16:33:02
  Author: dwallace
Revision: 84957

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

Added:
  steam/repos/community-testing-i686/PKGBUILD
(from rev 84956, steam/trunk/PKGBUILD)
  steam/repos/community-testing-i686/alsa_sdl_audiodriver.patch
(from rev 84956, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/community-testing-i686/lib32-flashplugin-path.patch
(from rev 84956, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/community-testing-i686/steam.install
(from rev 84956, steam/trunk/steam.install)
  steam/repos/community-testing-x86_64/PKGBUILD
(from rev 84956, steam/trunk/PKGBUILD)
  steam/repos/community-testing-x86_64/alsa_sdl_audiodriver.patch
(from rev 84956, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/community-testing-x86_64/lib32-flashplugin-path.patch
(from rev 84956, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/community-testing-x86_64/steam.install
(from rev 84956, 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
  steam/repos/community-testing-x86_64/PKGBUILD
  steam/repos/community-testing-x86_64/alsa_sdl_audiodriver.patch
  steam/repos/community-testing-x86_64/lib32-flashplugin-path.patch
  steam/repos/community-testing-x86_64/steam.install

---+
 community-testing-i686/PKGBUILD   |  106 
 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 |  106 
 community-testing-x86_64/alsa_sdl_audiodriver.patch   |   28 ++--
 community-testing-x86_64/lib32-flashplugin-path.patch |   20 +--
 community-testing-x86_64/steam.install|   52 +++
 8 files changed, 206 insertions(+), 206 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2013-02-26 15:32:18 UTC (rev 84956)
+++ community-testing-i686/PKGBUILD 2013-02-26 15:33:02 UTC (rev 84957)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: K900 k0009...@gmail.com
-pkgname=steam
-pkgver=1.0.0.34
-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-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-testing-i686/PKGBUILD (from rev 84956, 
steam/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-02-26 15:33:02 UTC (rev 84957)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: K900 k0009...@gmail.com
+pkgname=steam
+pkgver=1.0.0.34
+pkgrel=3
+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

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

2013-02-26 Thread Daniel Wallace
Date: Tuesday, February 26, 2013 @ 16:33:53
  Author: dwallace
Revision: 84958

archrelease: copy trunk to multilib-testing-x86_64

Added:
  steam/repos/multilib-testing-x86_64/PKGBUILD
(from rev 84957, steam/trunk/PKGBUILD)
  steam/repos/multilib-testing-x86_64/alsa_sdl_audiodriver.patch
(from rev 84957, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/multilib-testing-x86_64/lib32-flashplugin-path.patch
(from rev 84957, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/multilib-testing-x86_64/steam.install
(from rev 84957, 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 |  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-26 15:33:02 UTC (rev 84957)
+++ PKGBUILD2013-02-26 15:33:53 UTC (rev 84958)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: K900 k0009...@gmail.com
-pkgname=steam
-pkgver=1.0.0.34
-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-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-testing-x86_64/PKGBUILD (from rev 84957, 
steam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-26 15:33:53 UTC (rev 84958)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: K900 k0009...@gmail.com
+pkgname=steam
+pkgver=1.0.0.34
+pkgrel=3
+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-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=('4ff9bf72b36a460d65ab3e57852f9bac'
+ '1d83a1df55d677f35ce415e0750f4448'
+ 'ac0e03d70f1101331598b2b32ed9bac3')
+
+package() {
+
+  # Install license
+  make -C $pkgname DESTDIR=$pkgdir install
+  
+  install -Dm644 $pkgdir/usr

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

2013-02-26 Thread Daniel Wallace
Date: Tuesday, February 26, 2013 @ 17:15:13
  Author: dwallace
Revision: 84973

upgpkg: lib32-nvidia-utils 313.18-2

upgpkg: lib32-nvidia-utils 313.18-2

Modified:
  lib32-nvidia-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-26 16:02:33 UTC (rev 84972)
+++ PKGBUILD2013-02-26 16:15:13 UTC (rev 84973)
@@ -5,13 +5,13 @@
 _pkgbasename=nvidia-utils
 pkgname=lib32-$_pkgbasename
 pkgver=313.18
-pkgrel=1
+pkgrel=2
 pkgdesc=NVIDIA drivers utilities and libraries. (32-bit)
 arch=('x86_64')
 url=http://www.nvidia.com/;
 depends=('lib32-zlib' 'lib32-gcc-libs' $_pkgbasename)
-conflicts=('lib32-libgl')
-provides=('lib32-libgl')
+conflicts=('lib32-mesa-libgl')
+provides=('lib32-mesa-libgl')
 license=('custom')
 options=('!strip')
 



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

2013-02-26 Thread Daniel Wallace
Date: Tuesday, February 26, 2013 @ 17:15:33
  Author: dwallace
Revision: 84974

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-nvidia-utils/repos/multilib-x86_64/PKGBUILD
(from rev 84973, lib32-nvidia-utils/trunk/PKGBUILD)
Deleted:
  lib32-nvidia-utils/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  122 ++---
 1 file changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-26 16:15:13 UTC (rev 84973)
+++ PKGBUILD2013-02-26 16:15:33 UTC (rev 84974)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Thomas Baechler tho...@archlinux.org
-# Contributor: James Rayner iphi...@gmail.com
-
-_pkgbasename=nvidia-utils
-pkgname=lib32-$_pkgbasename
-pkgver=313.18
-pkgrel=1
-pkgdesc=NVIDIA drivers utilities and libraries. (32-bit)
-arch=('x86_64')
-url=http://www.nvidia.com/;
-depends=('lib32-zlib' 'lib32-gcc-libs' $_pkgbasename)
-conflicts=('lib32-libgl')
-provides=('lib32-libgl')
-license=('custom')
-options=('!strip')
-
-_arch='x86'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}
-source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('780c37c28a6e06e9571cafe348b7da64')
-
-build() {
-cd ${srcdir}
-sh ${_pkg}.run --extract-only
-}
-
-package() {
-cd ${srcdir}/${_pkg}
-
-# OpenGL library
-install -D -m755 libGL.so.${pkgver} 
${pkgdir}/usr/lib32/libGL.so.${pkgver}
-# OpenGL core library
-install -D -m755 libnvidia-glcore.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-glcore.so.${pkgver}
-# VDPAU
-install -D -m755 libvdpau_nvidia.so.${pkgver} 
${pkgdir}/usr/lib32/vdpau/libvdpau_nvidia.so.${pkgver}
-# CUDA
-install -D -m755 libcuda.so.${pkgver} 
${pkgdir}/usr/lib32/libcuda.so.${pkgver}
-install -D -m755 libnvcuvid.so.${pkgver} 
${pkgdir}/usr/lib32/libnvcuvid.so.${pkgver}
-# nvidia-tls library
-install -D -m755 tls/libnvidia-tls.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-tls.so.${pkgver}
-# OpenCL
-install -D -m755 libnvidia-compiler.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-compiler.so.${pkgver}
-install -D -m755 libOpenCL.so.1.0.0 
${pkgdir}/usr/lib32/libOpenCL.so.1.0.0
-
-install -D -m755 libnvidia-cfg.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-cfg.so.${pkgver}
-install -D -m755 libnvidia-ml.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-ml.so.${pkgver}
-
-# create soname links
-for _lib in $(find ${pkgdir} -name '*.so*'); do
-_soname=$(dirname ${_lib})/$(LC_ALL=C readelf -d $_lib | sed -nr 
's/.*Library soname: \[(.*)\].*/\1/p')
-if [ ! -e ${_soname} ]; then
-ln -s $(basename ${_lib}) ${_soname}
-ln -s $(basename ${_soname}) ${_soname/.[0-9]*/}
-fi
-done
-
-rm -rf ${pkgdir}/usr/{include,share,bin}
-mkdir -p ${pkgdir}/usr/share/licenses
-ln -s $_pkgbasename ${pkgdir}/usr/share/licenses/${pkgname}
-}

Copied: lib32-nvidia-utils/repos/multilib-x86_64/PKGBUILD (from rev 84973, 
lib32-nvidia-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-26 16:15:33 UTC (rev 84974)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Thomas Baechler tho...@archlinux.org
+# Contributor: James Rayner iphi...@gmail.com
+
+_pkgbasename=nvidia-utils
+pkgname=lib32-$_pkgbasename
+pkgver=313.18
+pkgrel=2
+pkgdesc=NVIDIA drivers utilities and libraries. (32-bit)
+arch=('x86_64')
+url=http://www.nvidia.com/;
+depends=('lib32-zlib' 'lib32-gcc-libs' $_pkgbasename)
+conflicts=('lib32-mesa-libgl')
+provides=('lib32-mesa-libgl')
+license=('custom')
+options=('!strip')
+
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('780c37c28a6e06e9571cafe348b7da64')
+
+build() {
+cd ${srcdir}
+sh ${_pkg}.run --extract-only
+}
+
+package() {
+cd ${srcdir}/${_pkg}
+
+# OpenGL library
+install -D -m755 libGL.so.${pkgver} 
${pkgdir}/usr/lib32/libGL.so.${pkgver}
+# OpenGL core library
+install -D -m755 libnvidia-glcore.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-glcore.so.${pkgver}
+# VDPAU
+install -D -m755 libvdpau_nvidia.so.${pkgver} 
${pkgdir}/usr/lib32/vdpau/libvdpau_nvidia.so.${pkgver}
+# CUDA
+install -D -m755 libcuda.so.${pkgver} 
${pkgdir}/usr/lib32/libcuda.so.${pkgver}
+install -D -m755 libnvcuvid.so.${pkgver} 
${pkgdir}/usr/lib32/libnvcuvid.so.${pkgver}
+# nvidia-tls library
+install -D -m755 tls/libnvidia-tls.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-tls.so.${pkgver}
+# OpenCL
+install -D -m755 libnvidia-compiler.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-compiler.so.${pkgver}
+install -D -m755 libOpenCL.so.1.0.0 
${pkgdir}/usr/lib32/libOpenCL.so.1.0.0
+
+install -D -m755 libnvidia-cfg.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-cfg.so.${pkgver}
+

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

2013-02-26 Thread Daniel Wallace
Date: Tuesday, February 26, 2013 @ 17:22:10
  Author: dwallace
Revision: 84977

upgpkg: lib32-nvidia-utils 313.18-3

upgpkg: lib32-nvidia-utils 313.18-3

Modified:
  lib32-nvidia-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-26 16:22:07 UTC (rev 84976)
+++ PKGBUILD2013-02-26 16:22:10 UTC (rev 84977)
@@ -5,13 +5,13 @@
 _pkgbasename=nvidia-utils
 pkgname=lib32-$_pkgbasename
 pkgver=313.18
-pkgrel=2
+pkgrel=3
 pkgdesc=NVIDIA drivers utilities and libraries. (32-bit)
 arch=('x86_64')
 url=http://www.nvidia.com/;
 depends=('lib32-zlib' 'lib32-gcc-libs' $_pkgbasename)
 conflicts=('lib32-mesa-libgl')
-provides=('lib32-mesa-libgl')
+provides=('lib32-mesa-libgl' 'lib32-libgl')
 license=('custom')
 options=('!strip')
 



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

2013-02-26 Thread Daniel Wallace
Date: Tuesday, February 26, 2013 @ 17:22:29
  Author: dwallace
Revision: 84978

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-nvidia-utils/repos/multilib-x86_64/PKGBUILD
(from rev 84977, lib32-nvidia-utils/trunk/PKGBUILD)
Deleted:
  lib32-nvidia-utils/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  122 ++---
 1 file changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-26 16:22:10 UTC (rev 84977)
+++ PKGBUILD2013-02-26 16:22:29 UTC (rev 84978)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Thomas Baechler tho...@archlinux.org
-# Contributor: James Rayner iphi...@gmail.com
-
-_pkgbasename=nvidia-utils
-pkgname=lib32-$_pkgbasename
-pkgver=313.18
-pkgrel=2
-pkgdesc=NVIDIA drivers utilities and libraries. (32-bit)
-arch=('x86_64')
-url=http://www.nvidia.com/;
-depends=('lib32-zlib' 'lib32-gcc-libs' $_pkgbasename)
-conflicts=('lib32-mesa-libgl')
-provides=('lib32-mesa-libgl')
-license=('custom')
-options=('!strip')
-
-_arch='x86'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}
-source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('780c37c28a6e06e9571cafe348b7da64')
-
-build() {
-cd ${srcdir}
-sh ${_pkg}.run --extract-only
-}
-
-package() {
-cd ${srcdir}/${_pkg}
-
-# OpenGL library
-install -D -m755 libGL.so.${pkgver} 
${pkgdir}/usr/lib32/libGL.so.${pkgver}
-# OpenGL core library
-install -D -m755 libnvidia-glcore.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-glcore.so.${pkgver}
-# VDPAU
-install -D -m755 libvdpau_nvidia.so.${pkgver} 
${pkgdir}/usr/lib32/vdpau/libvdpau_nvidia.so.${pkgver}
-# CUDA
-install -D -m755 libcuda.so.${pkgver} 
${pkgdir}/usr/lib32/libcuda.so.${pkgver}
-install -D -m755 libnvcuvid.so.${pkgver} 
${pkgdir}/usr/lib32/libnvcuvid.so.${pkgver}
-# nvidia-tls library
-install -D -m755 tls/libnvidia-tls.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-tls.so.${pkgver}
-# OpenCL
-install -D -m755 libnvidia-compiler.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-compiler.so.${pkgver}
-install -D -m755 libOpenCL.so.1.0.0 
${pkgdir}/usr/lib32/libOpenCL.so.1.0.0
-
-install -D -m755 libnvidia-cfg.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-cfg.so.${pkgver}
-install -D -m755 libnvidia-ml.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-ml.so.${pkgver}
-
-# create soname links
-for _lib in $(find ${pkgdir} -name '*.so*'); do
-_soname=$(dirname ${_lib})/$(LC_ALL=C readelf -d $_lib | sed -nr 
's/.*Library soname: \[(.*)\].*/\1/p')
-if [ ! -e ${_soname} ]; then
-ln -s $(basename ${_lib}) ${_soname}
-ln -s $(basename ${_soname}) ${_soname/.[0-9]*/}
-fi
-done
-
-rm -rf ${pkgdir}/usr/{include,share,bin}
-mkdir -p ${pkgdir}/usr/share/licenses
-ln -s $_pkgbasename ${pkgdir}/usr/share/licenses/${pkgname}
-}

Copied: lib32-nvidia-utils/repos/multilib-x86_64/PKGBUILD (from rev 84977, 
lib32-nvidia-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-26 16:22:29 UTC (rev 84978)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Thomas Baechler tho...@archlinux.org
+# Contributor: James Rayner iphi...@gmail.com
+
+_pkgbasename=nvidia-utils
+pkgname=lib32-$_pkgbasename
+pkgver=313.18
+pkgrel=3
+pkgdesc=NVIDIA drivers utilities and libraries. (32-bit)
+arch=('x86_64')
+url=http://www.nvidia.com/;
+depends=('lib32-zlib' 'lib32-gcc-libs' $_pkgbasename)
+conflicts=('lib32-mesa-libgl')
+provides=('lib32-mesa-libgl' 'lib32-libgl')
+license=('custom')
+options=('!strip')
+
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('780c37c28a6e06e9571cafe348b7da64')
+
+build() {
+cd ${srcdir}
+sh ${_pkg}.run --extract-only
+}
+
+package() {
+cd ${srcdir}/${_pkg}
+
+# OpenGL library
+install -D -m755 libGL.so.${pkgver} 
${pkgdir}/usr/lib32/libGL.so.${pkgver}
+# OpenGL core library
+install -D -m755 libnvidia-glcore.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-glcore.so.${pkgver}
+# VDPAU
+install -D -m755 libvdpau_nvidia.so.${pkgver} 
${pkgdir}/usr/lib32/vdpau/libvdpau_nvidia.so.${pkgver}
+# CUDA
+install -D -m755 libcuda.so.${pkgver} 
${pkgdir}/usr/lib32/libcuda.so.${pkgver}
+install -D -m755 libnvcuvid.so.${pkgver} 
${pkgdir}/usr/lib32/libnvcuvid.so.${pkgver}
+# nvidia-tls library
+install -D -m755 tls/libnvidia-tls.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-tls.so.${pkgver}
+# OpenCL
+install -D -m755 libnvidia-compiler.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-compiler.so.${pkgver}
+install -D -m755 libOpenCL.so.1.0.0 
${pkgdir}/usr/lib32/libOpenCL.so.1.0.0
+
+install -D -m755 libnvidia-cfg.so.${pkgver} 

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

2013-02-26 Thread Daniel Wallace
Date: Tuesday, February 26, 2013 @ 19:28:48
  Author: dwallace
Revision: 85017

upgpkg: lib32-nvidia-utils 313.18-4

upgpkg: lib32-nvidia-utils 313.18-4

Modified:
  lib32-nvidia-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-26 18:12:46 UTC (rev 85016)
+++ PKGBUILD2013-02-26 18:28:48 UTC (rev 85017)
@@ -5,13 +5,13 @@
 _pkgbasename=nvidia-utils
 pkgname=lib32-$_pkgbasename
 pkgver=313.18
-pkgrel=3
+pkgrel=4
 pkgdesc=NVIDIA drivers utilities and libraries. (32-bit)
 arch=('x86_64')
 url=http://www.nvidia.com/;
 depends=('lib32-zlib' 'lib32-gcc-libs' $_pkgbasename)
-conflicts=('lib32-mesa-libgl')
-provides=('lib32-mesa-libgl' 'lib32-libgl')
+conflicts=('lib32-libgl')
+provides=('lib32-libgl')
 license=('custom')
 options=('!strip')
 



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

2013-02-26 Thread Daniel Wallace
Date: Tuesday, February 26, 2013 @ 19:29:07
  Author: dwallace
Revision: 85018

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-nvidia-utils/repos/multilib-x86_64/PKGBUILD
(from rev 85017, lib32-nvidia-utils/trunk/PKGBUILD)
Deleted:
  lib32-nvidia-utils/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  122 ++---
 1 file changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-26 18:28:48 UTC (rev 85017)
+++ PKGBUILD2013-02-26 18:29:07 UTC (rev 85018)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Thomas Baechler tho...@archlinux.org
-# Contributor: James Rayner iphi...@gmail.com
-
-_pkgbasename=nvidia-utils
-pkgname=lib32-$_pkgbasename
-pkgver=313.18
-pkgrel=3
-pkgdesc=NVIDIA drivers utilities and libraries. (32-bit)
-arch=('x86_64')
-url=http://www.nvidia.com/;
-depends=('lib32-zlib' 'lib32-gcc-libs' $_pkgbasename)
-conflicts=('lib32-mesa-libgl')
-provides=('lib32-mesa-libgl' 'lib32-libgl')
-license=('custom')
-options=('!strip')
-
-_arch='x86'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}
-source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('780c37c28a6e06e9571cafe348b7da64')
-
-build() {
-cd ${srcdir}
-sh ${_pkg}.run --extract-only
-}
-
-package() {
-cd ${srcdir}/${_pkg}
-
-# OpenGL library
-install -D -m755 libGL.so.${pkgver} 
${pkgdir}/usr/lib32/libGL.so.${pkgver}
-# OpenGL core library
-install -D -m755 libnvidia-glcore.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-glcore.so.${pkgver}
-# VDPAU
-install -D -m755 libvdpau_nvidia.so.${pkgver} 
${pkgdir}/usr/lib32/vdpau/libvdpau_nvidia.so.${pkgver}
-# CUDA
-install -D -m755 libcuda.so.${pkgver} 
${pkgdir}/usr/lib32/libcuda.so.${pkgver}
-install -D -m755 libnvcuvid.so.${pkgver} 
${pkgdir}/usr/lib32/libnvcuvid.so.${pkgver}
-# nvidia-tls library
-install -D -m755 tls/libnvidia-tls.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-tls.so.${pkgver}
-# OpenCL
-install -D -m755 libnvidia-compiler.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-compiler.so.${pkgver}
-install -D -m755 libOpenCL.so.1.0.0 
${pkgdir}/usr/lib32/libOpenCL.so.1.0.0
-
-install -D -m755 libnvidia-cfg.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-cfg.so.${pkgver}
-install -D -m755 libnvidia-ml.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-ml.so.${pkgver}
-
-# create soname links
-for _lib in $(find ${pkgdir} -name '*.so*'); do
-_soname=$(dirname ${_lib})/$(LC_ALL=C readelf -d $_lib | sed -nr 
's/.*Library soname: \[(.*)\].*/\1/p')
-if [ ! -e ${_soname} ]; then
-ln -s $(basename ${_lib}) ${_soname}
-ln -s $(basename ${_soname}) ${_soname/.[0-9]*/}
-fi
-done
-
-rm -rf ${pkgdir}/usr/{include,share,bin}
-mkdir -p ${pkgdir}/usr/share/licenses
-ln -s $_pkgbasename ${pkgdir}/usr/share/licenses/${pkgname}
-}

Copied: lib32-nvidia-utils/repos/multilib-x86_64/PKGBUILD (from rev 85017, 
lib32-nvidia-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-26 18:29:07 UTC (rev 85018)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Thomas Baechler tho...@archlinux.org
+# Contributor: James Rayner iphi...@gmail.com
+
+_pkgbasename=nvidia-utils
+pkgname=lib32-$_pkgbasename
+pkgver=313.18
+pkgrel=4
+pkgdesc=NVIDIA drivers utilities and libraries. (32-bit)
+arch=('x86_64')
+url=http://www.nvidia.com/;
+depends=('lib32-zlib' 'lib32-gcc-libs' $_pkgbasename)
+conflicts=('lib32-libgl')
+provides=('lib32-libgl')
+license=('custom')
+options=('!strip')
+
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('780c37c28a6e06e9571cafe348b7da64')
+
+build() {
+cd ${srcdir}
+sh ${_pkg}.run --extract-only
+}
+
+package() {
+cd ${srcdir}/${_pkg}
+
+# OpenGL library
+install -D -m755 libGL.so.${pkgver} 
${pkgdir}/usr/lib32/libGL.so.${pkgver}
+# OpenGL core library
+install -D -m755 libnvidia-glcore.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-glcore.so.${pkgver}
+# VDPAU
+install -D -m755 libvdpau_nvidia.so.${pkgver} 
${pkgdir}/usr/lib32/vdpau/libvdpau_nvidia.so.${pkgver}
+# CUDA
+install -D -m755 libcuda.so.${pkgver} 
${pkgdir}/usr/lib32/libcuda.so.${pkgver}
+install -D -m755 libnvcuvid.so.${pkgver} 
${pkgdir}/usr/lib32/libnvcuvid.so.${pkgver}
+# nvidia-tls library
+install -D -m755 tls/libnvidia-tls.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-tls.so.${pkgver}
+# OpenCL
+install -D -m755 libnvidia-compiler.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-compiler.so.${pkgver}
+install -D -m755 libOpenCL.so.1.0.0 
${pkgdir}/usr/lib32/libOpenCL.so.1.0.0
+
+install -D -m755 libnvidia-cfg.so.${pkgver} 

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

2013-02-26 Thread Daniel Wallace
Date: Tuesday, February 26, 2013 @ 21:43:54
  Author: dwallace
Revision: 85034

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-nvidia-utils/repos/multilib-x86_64/PKGBUILD
(from rev 85033, lib32-nvidia-utils/trunk/PKGBUILD)
Deleted:
  lib32-nvidia-utils/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  122 ++---
 1 file changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-26 20:37:33 UTC (rev 85033)
+++ PKGBUILD2013-02-26 20:43:54 UTC (rev 85034)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Thomas Baechler tho...@archlinux.org
-# Contributor: James Rayner iphi...@gmail.com
-
-_pkgbasename=nvidia-utils
-pkgname=lib32-$_pkgbasename
-pkgver=313.18
-pkgrel=4
-pkgdesc=NVIDIA drivers utilities and libraries. (32-bit)
-arch=('x86_64')
-url=http://www.nvidia.com/;
-depends=('lib32-zlib' 'lib32-gcc-libs' $_pkgbasename)
-conflicts=('lib32-libgl')
-provides=('lib32-libgl')
-license=('custom')
-options=('!strip')
-
-_arch='x86'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}
-source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('780c37c28a6e06e9571cafe348b7da64')
-
-build() {
-cd ${srcdir}
-sh ${_pkg}.run --extract-only
-}
-
-package() {
-cd ${srcdir}/${_pkg}
-
-# OpenGL library
-install -D -m755 libGL.so.${pkgver} 
${pkgdir}/usr/lib32/libGL.so.${pkgver}
-# OpenGL core library
-install -D -m755 libnvidia-glcore.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-glcore.so.${pkgver}
-# VDPAU
-install -D -m755 libvdpau_nvidia.so.${pkgver} 
${pkgdir}/usr/lib32/vdpau/libvdpau_nvidia.so.${pkgver}
-# CUDA
-install -D -m755 libcuda.so.${pkgver} 
${pkgdir}/usr/lib32/libcuda.so.${pkgver}
-install -D -m755 libnvcuvid.so.${pkgver} 
${pkgdir}/usr/lib32/libnvcuvid.so.${pkgver}
-# nvidia-tls library
-install -D -m755 tls/libnvidia-tls.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-tls.so.${pkgver}
-# OpenCL
-install -D -m755 libnvidia-compiler.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-compiler.so.${pkgver}
-install -D -m755 libOpenCL.so.1.0.0 
${pkgdir}/usr/lib32/libOpenCL.so.1.0.0
-
-install -D -m755 libnvidia-cfg.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-cfg.so.${pkgver}
-install -D -m755 libnvidia-ml.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-ml.so.${pkgver}
-
-# create soname links
-for _lib in $(find ${pkgdir} -name '*.so*'); do
-_soname=$(dirname ${_lib})/$(LC_ALL=C readelf -d $_lib | sed -nr 
's/.*Library soname: \[(.*)\].*/\1/p')
-if [ ! -e ${_soname} ]; then
-ln -s $(basename ${_lib}) ${_soname}
-ln -s $(basename ${_soname}) ${_soname/.[0-9]*/}
-fi
-done
-
-rm -rf ${pkgdir}/usr/{include,share,bin}
-mkdir -p ${pkgdir}/usr/share/licenses
-ln -s $_pkgbasename ${pkgdir}/usr/share/licenses/${pkgname}
-}

Copied: lib32-nvidia-utils/repos/multilib-x86_64/PKGBUILD (from rev 85033, 
lib32-nvidia-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-26 20:43:54 UTC (rev 85034)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Thomas Baechler tho...@archlinux.org
+# Contributor: James Rayner iphi...@gmail.com
+
+_pkgbasename=nvidia-utils
+pkgname=lib32-$_pkgbasename
+pkgver=313.18
+pkgrel=4
+pkgdesc=NVIDIA drivers utilities and libraries. (32-bit)
+arch=('x86_64')
+url=http://www.nvidia.com/;
+depends=('lib32-zlib' 'lib32-gcc-libs' $_pkgbasename)
+conflicts=('lib32-libgl')
+provides=('lib32-libgl')
+license=('custom')
+options=('!strip')
+
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('780c37c28a6e06e9571cafe348b7da64')
+
+build() {
+cd ${srcdir}
+sh ${_pkg}.run --extract-only
+}
+
+package() {
+cd ${srcdir}/${_pkg}
+
+# OpenGL library
+install -D -m755 libGL.so.${pkgver} 
${pkgdir}/usr/lib32/libGL.so.${pkgver}
+# OpenGL core library
+install -D -m755 libnvidia-glcore.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-glcore.so.${pkgver}
+# VDPAU
+install -D -m755 libvdpau_nvidia.so.${pkgver} 
${pkgdir}/usr/lib32/vdpau/libvdpau_nvidia.so.${pkgver}
+# CUDA
+install -D -m755 libcuda.so.${pkgver} 
${pkgdir}/usr/lib32/libcuda.so.${pkgver}
+install -D -m755 libnvcuvid.so.${pkgver} 
${pkgdir}/usr/lib32/libnvcuvid.so.${pkgver}
+# nvidia-tls library
+install -D -m755 tls/libnvidia-tls.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-tls.so.${pkgver}
+# OpenCL
+install -D -m755 libnvidia-compiler.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-compiler.so.${pkgver}
+install -D -m755 libOpenCL.so.1.0.0 
${pkgdir}/usr/lib32/libOpenCL.so.1.0.0
+
+install -D -m755 libnvidia-cfg.so.${pkgver} 
${pkgdir}/usr/lib32/libnvidia-cfg.so.${pkgver}
+install -D 

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

2013-02-26 Thread Daniel Wallace
Date: Tuesday, February 26, 2013 @ 21:53:51
  Author: dwallace
Revision: 85038

upgpkg: steam 1.0.0.34-4

upgpkg: steam 1.0.0.34-4

Modified:
  steam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-26 20:49:29 UTC (rev 85037)
+++ PKGBUILD2013-02-26 20:53:51 UTC (rev 85038)
@@ -3,17 +3,13 @@
 # Contributor: K900 k0009...@gmail.com
 pkgname=steam
 pkgver=1.0.0.34
-pkgrel=3
+pkgrel=4
 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-libgl lib32-gcc-libs lib32-libx11)
+  #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'
@@ -41,6 +37,13 @@
  'ac0e03d70f1101331598b2b32ed9bac3')
 
 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-mesa-libgl lib32-gcc-libs lib32-libx11)
+  fi
 
   # Install license
   make -C $pkgname DESTDIR=$pkgdir install



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

2013-02-26 Thread Daniel Wallace
Date: Tuesday, February 26, 2013 @ 21:54:43
  Author: dwallace
Revision: 85039

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

Added:
  steam/repos/community-i686/PKGBUILD
(from rev 85038, steam/trunk/PKGBUILD)
  steam/repos/community-i686/alsa_sdl_audiodriver.patch
(from rev 85038, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/community-i686/lib32-flashplugin-path.patch
(from rev 85038, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/community-i686/steam.install
(from rev 85038, steam/trunk/steam.install)
  steam/repos/community-x86_64/PKGBUILD
(from rev 85038, steam/trunk/PKGBUILD)
  steam/repos/community-x86_64/alsa_sdl_audiodriver.patch
(from rev 85038, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/community-x86_64/lib32-flashplugin-path.patch
(from rev 85038, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/community-x86_64/steam.install
(from rev 85038, 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
  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/PKGBUILD   |  109 
 community-i686/alsa_sdl_audiodriver.patch |   28 +++---
 community-i686/lib32-flashplugin-path.patch   |   20 ++--
 community-i686/steam.install  |   52 +--
 community-x86_64/PKGBUILD |  109 
 community-x86_64/alsa_sdl_audiodriver.patch   |   28 +++---
 community-x86_64/lib32-flashplugin-path.patch |   20 ++--
 community-x86_64/steam.install|   52 +--
 8 files changed, 212 insertions(+), 206 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-26 20:53:51 UTC (rev 85038)
+++ community-i686/PKGBUILD 2013-02-26 20:54:43 UTC (rev 85039)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: K900 k0009...@gmail.com
-pkgname=steam
-pkgver=1.0.0.34
-pkgrel=3
-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-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=('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/PKGBUILD (from rev 85038, 
steam/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-26 20:54:43 UTC (rev 85039)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: K900 k0009...@gmail.com
+pkgname=steam
+pkgver=1.0.0.34
+pkgrel=4
+pkgdesc=Digital distribution client bootstrap package
+arch=(i686 x86_64)
+url=http://steampowered.com/;
+license=('custom')
+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

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

2013-02-26 Thread Daniel Wallace
Date: Tuesday, February 26, 2013 @ 21:55:32
  Author: dwallace
Revision: 85040

archrelease: copy trunk to multilib-x86_64

Added:
  steam/repos/multilib-x86_64/PKGBUILD
(from rev 85039, steam/trunk/PKGBUILD)
  steam/repos/multilib-x86_64/alsa_sdl_audiodriver.patch
(from rev 85039, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/multilib-x86_64/lib32-flashplugin-path.patch
(from rev 85039, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/multilib-x86_64/steam.install
(from rev 85039, 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 |  109 +
 alsa_sdl_audiodriver.patch   |   28 +-
 lib32-flashplugin-path.patch |   20 +++
 steam.install|   52 +--
 4 files changed, 106 insertions(+), 103 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-26 20:54:43 UTC (rev 85039)
+++ PKGBUILD2013-02-26 20:55:32 UTC (rev 85040)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: K900 k0009...@gmail.com
-pkgname=steam
-pkgver=1.0.0.34
-pkgrel=3
-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-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=('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/PKGBUILD (from rev 85039, 
steam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-26 20:55:32 UTC (rev 85040)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: K900 k0009...@gmail.com
+pkgname=steam
+pkgver=1.0.0.34
+pkgrel=4
+pkgdesc=Digital distribution client bootstrap package
+arch=(i686 x86_64)
+url=http://steampowered.com/;
+license=('custom')
+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'
+  )
+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() {
+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-mesa-libgl lib32-gcc-libs lib32-libx11)
+  fi
+
+  # Install license
+  make -C $pkgname

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

2013-02-26 Thread Daniel Wallace
Date: Tuesday, February 26, 2013 @ 22:05:15
  Author: dwallace
Revision: 85043

upgpkg: lib32-nspr 4.9.5-1

upgpkg: lib32-nspr 4.9.5-1

Modified:
  lib32-nspr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-26 20:59:37 UTC (rev 85042)
+++ PKGBUILD2013-02-26 21:05:15 UTC (rev 85043)
@@ -5,7 +5,7 @@
 
 _pkgbasename=nspr
 pkgname=lib32-${_pkgbasename}
-pkgver=4.9.4
+pkgver=4.9.5
 pkgrel=1
 pkgdesc=Netscape Portable Runtime (32-bit)
 arch=('x86_64')
@@ -18,7 +18,7 @@
 
source=(http://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/${_pkgbasename}-${pkgver}.tar.gz
 nspr.pc.in)
 
-md5sums=('cf58772702b3abbdcff14e22014eeeaf'
+md5sums=('b6ccfa8fcbbeb17ebeb19a3edff612bd'
  'bce1611f3117b53fc904cab549c09967')
 
 build() {



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

2013-02-26 Thread Daniel Wallace
Date: Tuesday, February 26, 2013 @ 22:05:33
  Author: dwallace
Revision: 85044

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-nspr/repos/multilib-x86_64/PKGBUILD
(from rev 85043, lib32-nspr/trunk/PKGBUILD)
  lib32-nspr/repos/multilib-x86_64/nspr.pc.in
(from rev 85043, lib32-nspr/trunk/nspr.pc.in)
Deleted:
  lib32-nspr/repos/multilib-x86_64/PKGBUILD
  lib32-nspr/repos/multilib-x86_64/nspr.pc.in

+
 PKGBUILD   |  122 +--
 nspr.pc.in |   20 -
 2 files changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-26 21:05:15 UTC (rev 85043)
+++ PKGBUILD2013-02-26 21:05:33 UTC (rev 85044)
@@ -1,61 +0,0 @@
-#$Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: kfgz kfgz at interia pl
-# Contributor: Ionut Biru ibiru at archlinux dot org
-
-_pkgbasename=nspr
-pkgname=lib32-${_pkgbasename}
-pkgver=4.9.4
-pkgrel=1
-pkgdesc=Netscape Portable Runtime (32-bit)
-arch=('x86_64')
-url=http://www.mozilla.org/projects/nspr/;
-#download_url=ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/
-license=('MPL' 'GPL')
-depends=('lib32-glibc' ${_pkgbasename})
-makedepends=('zip' 'gcc-multilib')
-options=(!emptydirs)
-source=(http://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/${_pkgbasename}-${pkgver}.tar.gz
-nspr.pc.in)
-
-md5sums=('cf58772702b3abbdcff14e22014eeeaf'
- 'bce1611f3117b53fc904cab549c09967')
-
-build() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  sed -e 's/\$(MKSHLIB) \$(OBJS)/\$(MKSHLIB) \$(LDFLAGS) \$(OBJS)/g' \
--i mozilla/nsprpub/config/rules.mk
-
-  ./mozilla/nsprpub/configure \
-  --prefix=/usr \
-  --libdir=/usr/lib32 \
-  --includedir=/usr/include/nspr \
-  --enable-optimize \
-  --disable-debug ${confflags}
-  make
-
-  NSPR_LIBS=`./config/nspr-config --libs`
-  NSPR_CFLAGS=`./config/nspr-config --cflags`
-  NSPR_VERSION=`./config/nspr-config --version`
-  install -m755 -d ${pkgdir}/usr/lib/pkgconfig
-  sed ${srcdir}/nspr.pc.in -e s,%libdir%,/usr/lib32, \
-   -e s,%prefix%,/usr, \
-   -e s,%exec_prefix%,/usr/bin, \
-   -e s,%includedir%,/usr/include/nspr, \
-   -e s,%NSPR_VERSION%,${NSPR_VERSION}, \
-   -e s,%FULL_NSPR_LIBS%,${NSPR_LIBS}, \
-   -e s,%FULL_NSPR_CFLAGS%,${NSPR_CFLAGS},  ${srcdir}/nspr.pc
-}
-
-package() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -m755 -D ${srcdir}/nspr.pc ${pkgdir}/usr/lib32/pkgconfig/nspr.pc
-  chmod 644 ${pkgdir}/usr/lib32/pkgconfig/nspr.pc
-  ln -sf nspr.pc ${pkgdir}/usr/lib32/pkgconfig/mozilla-nspr.pc
-  chmod 644 ${pkgdir}/usr/lib32/*.a
-
-  rm -rf ${pkgdir}/usr/{bin,share,include}
-}

Copied: lib32-nspr/repos/multilib-x86_64/PKGBUILD (from rev 85043, 
lib32-nspr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-26 21:05:33 UTC (rev 85044)
@@ -0,0 +1,61 @@
+#$Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: kfgz kfgz at interia pl
+# Contributor: Ionut Biru ibiru at archlinux dot org
+
+_pkgbasename=nspr
+pkgname=lib32-${_pkgbasename}
+pkgver=4.9.5
+pkgrel=1
+pkgdesc=Netscape Portable Runtime (32-bit)
+arch=('x86_64')
+url=http://www.mozilla.org/projects/nspr/;
+#download_url=ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/
+license=('MPL' 'GPL')
+depends=('lib32-glibc' ${_pkgbasename})
+makedepends=('zip' 'gcc-multilib')
+options=(!emptydirs)
+source=(http://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/${_pkgbasename}-${pkgver}.tar.gz
+nspr.pc.in)
+
+md5sums=('b6ccfa8fcbbeb17ebeb19a3edff612bd'
+ 'bce1611f3117b53fc904cab549c09967')
+
+build() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  sed -e 's/\$(MKSHLIB) \$(OBJS)/\$(MKSHLIB) \$(LDFLAGS) \$(OBJS)/g' \
+-i mozilla/nsprpub/config/rules.mk
+
+  ./mozilla/nsprpub/configure \
+  --prefix=/usr \
+  --libdir=/usr/lib32 \
+  --includedir=/usr/include/nspr \
+  --enable-optimize \
+  --disable-debug ${confflags}
+  make
+
+  NSPR_LIBS=`./config/nspr-config --libs`
+  NSPR_CFLAGS=`./config/nspr-config --cflags`
+  NSPR_VERSION=`./config/nspr-config --version`
+  install -m755 -d ${pkgdir}/usr/lib/pkgconfig
+  sed ${srcdir}/nspr.pc.in -e s,%libdir%,/usr/lib32, \
+   -e s,%prefix%,/usr, \
+   -e s,%exec_prefix%,/usr/bin, \
+   -e s,%includedir%,/usr/include/nspr, \
+   -e s,%NSPR_VERSION%,${NSPR_VERSION}, \
+   -e s,%FULL_NSPR_LIBS%,${NSPR_LIBS}, \
+   -e s,%FULL_NSPR_CFLAGS%,${NSPR_CFLAGS},  ${srcdir}/nspr.pc
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -D ${srcdir}/nspr.pc ${pkgdir}/usr/lib32/pkgconfig/nspr.pc
+  chmod 644 ${pkgdir}/usr/lib32/pkgconfig/nspr.pc
+  ln -sf nspr.pc

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

2013-02-26 Thread Daniel Wallace
Date: Tuesday, February 26, 2013 @ 22:09:21
  Author: dwallace
Revision: 85045

upgpkg: lib32-nss 3.14.3-1

upgpkg: lib32-nss 3.14.3-1

Modified:
  lib32-nss/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-26 21:05:33 UTC (rev 85044)
+++ PKGBUILD2013-02-26 21:09:21 UTC (rev 85045)
@@ -5,8 +5,7 @@
 
 _pkgbasename=nss
 pkgname=lib32-${_pkgbasename}
-pkgver=3.14.1.1.93
-_pkgver=3.14.1
+pkgver=3.14.3
 pkgrel=1
 pkgdesc=Mozilla Network Security Services (32-bit)
 arch=('x86_64')
@@ -17,23 +16,21 @@
 
#ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_${pkgver//./_}_RTM/src/${_pkgbasename}-${pkgver}.tar.gz
 
 license=('MPL' 'GPL')
-_nsprver=4.9
+_nsprver=4.9.5
 depends=(lib32-nspr=${_nsprver} 'lib32-sqlite=3.6.17' ${_pkgbasename} 
'lib32-zlib')
 makedepends=('gcc-multilib' 'perl')
 options=('!strip')
-#source=(ftp://ftp.mozilla.org/pub/security/nss/releases/NSS_${pkgver//./_}_RTM/src/${_pkgbasename}-${pkgver}.tar.gz
-#source=(http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_${pkgver//./_}_RTM/src/${_pkgbasename}-${pkgver}.tar.gz
 
-source=(ftp://ftp.mozilla.org/pub/security/nss/releases/NSS_3_14_1_WITH_CKBI_1_93_RTM/src/${_pkgbasename}-3.14.1.with.ckbi.1.93.tar.gz
+source=(ftp://ftp.mozilla.org/pub/security/nss/releases/NSS_${pkgver//./_}_RTM/src/${_pkgbasename}-${pkgver}.tar.gz
 nss.pc.in
 ssl-renegotiate-transitional.patch
 add_spi+cacert_ca_certs.patch)
-sha1sums=('28b4a2316dc5e5d4605ac375449691c05b6f1c29'
+sha1sums=('94d8781d1fa29cfbd37453dda3e9488709b82c4c'
   'aa5b2c0aa38d3c1066d511336cf28d1333e3aebd'
   '8a964a744ba098711b80c0d279a2993524e8eb92'
   'be6ef0f124f188ebb76f4d83e13466bdcfb27dd3')
 
 build() {
-  cd ${srcdir}/${_pkgbasename}-${_pkgver}/mozilla
+  cd ${srcdir}/${_pkgbasename}-${pkgver}/mozilla
   
   # Add CAcert and spi-inc.org CA certificates.
   # See http://wiki.cacert.org/NSSLib for how to generate
@@ -54,7 +51,7 @@
   #cd security/nss/lib/ckfw/builtins
   #make generate
  
-  cd ${srcdir}/${_pkgbasename}-${_pkgver}
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
 
   export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
   export BUILD_OPT=1
@@ -71,7 +68,7 @@
 }
 
 package() {
-  cd ${srcdir}/${_pkgbasename}-${_pkgver}
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
   install -m755 -d ${pkgdir}/usr/lib32/pkgconfig
   #install -m755 -d ${pkgdir}/usr/bin
 



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

2013-02-26 Thread Daniel Wallace
Date: Tuesday, February 26, 2013 @ 22:09:46
  Author: dwallace
Revision: 85046

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-nss/repos/multilib-x86_64/PKGBUILD
(from rev 85045, lib32-nss/trunk/PKGBUILD)
  lib32-nss/repos/multilib-x86_64/add_spi+cacert_ca_certs.patch
(from rev 85045, lib32-nss/trunk/add_spi+cacert_ca_certs.patch)
  lib32-nss/repos/multilib-x86_64/nss.pc.in
(from rev 85045, lib32-nss/trunk/nss.pc.in)
  lib32-nss/repos/multilib-x86_64/ssl-renegotiate-transitional.patch
(from rev 85045, lib32-nss/trunk/ssl-renegotiate-transitional.patch)
Deleted:
  lib32-nss/repos/multilib-x86_64/PKGBUILD
  lib32-nss/repos/multilib-x86_64/add_spi+cacert_ca_certs.patch
  lib32-nss/repos/multilib-x86_64/nss.pc.in
  lib32-nss/repos/multilib-x86_64/ssl-renegotiate-transitional.patch

+
 PKGBUILD   |  209 ++---
 add_spi+cacert_ca_certs.patch  | 1248 +--
 nss.pc.in  |   22 
 ssl-renegotiate-transitional.patch |   42 -
 4 files changed, 759 insertions(+), 762 deletions(-)

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


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

2013-02-26 Thread Daniel Wallace
Date: Tuesday, February 26, 2013 @ 22:48:20
  Author: dwallace
Revision: 85056

upgpkg: steam 1.0.0.34-5

upgpkg: steam 1.0.0.34-5

Modified:
  steam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-26 21:39:19 UTC (rev 85055)
+++ PKGBUILD2013-02-26 21:48:20 UTC (rev 85056)
@@ -3,7 +3,7 @@
 # Contributor: K900 k0009...@gmail.com
 pkgname=steam
 pkgver=1.0.0.34
-pkgrel=4
+pkgrel=5
 pkgdesc=Digital distribution client bootstrap package
 arch=(i686 x86_64)
 url=http://steampowered.com/;
@@ -42,7 +42,7 @@
   'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
   )
   if [[ $CARCH == x86_64 ]]; then
-depends+=(lib32-libgl lib32-mesa-libgl lib32-gcc-libs lib32-libx11)
+depends+=(lib32-libgl lib32-gcc-libs lib32-libx11)
   fi
 
   # Install license



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

2013-02-26 Thread Daniel Wallace
Date: Tuesday, February 26, 2013 @ 22:49:08
  Author: dwallace
Revision: 85057

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

Added:
  steam/repos/community-i686/PKGBUILD
(from rev 85056, steam/trunk/PKGBUILD)
  steam/repos/community-i686/alsa_sdl_audiodriver.patch
(from rev 85056, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/community-i686/lib32-flashplugin-path.patch
(from rev 85056, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/community-i686/steam.install
(from rev 85056, steam/trunk/steam.install)
  steam/repos/community-x86_64/PKGBUILD
(from rev 85056, steam/trunk/PKGBUILD)
  steam/repos/community-x86_64/alsa_sdl_audiodriver.patch
(from rev 85056, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/community-x86_64/lib32-flashplugin-path.patch
(from rev 85056, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/community-x86_64/steam.install
(from rev 85056, 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
  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/PKGBUILD   |  112 
 community-i686/alsa_sdl_audiodriver.patch |   28 +++---
 community-i686/lib32-flashplugin-path.patch   |   20 ++--
 community-i686/steam.install  |   52 +--
 community-x86_64/PKGBUILD |  112 
 community-x86_64/alsa_sdl_audiodriver.patch   |   28 +++---
 community-x86_64/lib32-flashplugin-path.patch |   20 ++--
 community-x86_64/steam.install|   52 +--
 8 files changed, 212 insertions(+), 212 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-26 21:48:20 UTC (rev 85056)
+++ community-i686/PKGBUILD 2013-02-26 21:49:08 UTC (rev 85057)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: K900 k0009...@gmail.com
-pkgname=steam
-pkgver=1.0.0.34
-pkgrel=4
-pkgdesc=Digital distribution client bootstrap package
-arch=(i686 x86_64)
-url=http://steampowered.com/;
-license=('custom')
-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'
-  )
-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() {
-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-mesa-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 85056, 
steam/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-26 21:49:08 UTC (rev 85057)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: K900 k0009...@gmail.com
+pkgname=steam
+pkgver=1.0.0.34
+pkgrel=5
+pkgdesc=Digital distribution client bootstrap package
+arch=(i686 x86_64)
+url=http://steampowered.com/;
+license=('custom')
+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

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

2013-02-26 Thread Daniel Wallace
Date: Tuesday, February 26, 2013 @ 22:50:06
  Author: dwallace
Revision: 85058

archrelease: copy trunk to multilib-x86_64

Added:
  steam/repos/multilib-x86_64/PKGBUILD
(from rev 85057, steam/trunk/PKGBUILD)
  steam/repos/multilib-x86_64/alsa_sdl_audiodriver.patch
(from rev 85057, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/multilib-x86_64/lib32-flashplugin-path.patch
(from rev 85057, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/multilib-x86_64/steam.install
(from rev 85057, 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|   52 +--
 4 files changed, 106 insertions(+), 106 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-26 21:49:08 UTC (rev 85057)
+++ PKGBUILD2013-02-26 21:50:06 UTC (rev 85058)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: K900 k0009...@gmail.com
-pkgname=steam
-pkgver=1.0.0.34
-pkgrel=4
-pkgdesc=Digital distribution client bootstrap package
-arch=(i686 x86_64)
-url=http://steampowered.com/;
-license=('custom')
-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'
-  )
-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() {
-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-mesa-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 85057, 
steam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-26 21:50:06 UTC (rev 85058)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: K900 k0009...@gmail.com
+pkgname=steam
+pkgver=1.0.0.34
+pkgrel=5
+pkgdesc=Digital distribution client bootstrap package
+arch=(i686 x86_64)
+url=http://steampowered.com/;
+license=('custom')
+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'
+  )
+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() {
+depends=(
+  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
+  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
+  )
+  if [[ $CARCH == x86_64

[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 danielwallace at gtmanfred dot com
 # Contributor: K900 k0009...@gmail.com
 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 danielwallace at gtmanfred dot com
-# Contributor: K900 k0009...@gmail.com
-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 danielwallace at gtmanfred dot com
+# Contributor: K900 k0009...@gmail.com
+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

[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 danielwallace at gtmanfred dot com
+# Contributor: K900 k0009...@gmail.com
+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 danielwallace at gtmanfred dot com
+# Contributor: K900 k0009...@gmail.com
+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 (from rev 
84891, steam/trunk/lib32-flashplugin-path.patch)
===
--- community-i686/lib32-flashplugin-path.patch (rev 0)
+++ community-i686/lib32-flashplugin-path.patch 2013-02-25 22:09:37 UTC (rev 
84892)
@@ -0,0 +1,10 @@
+--- a/steam2013-02-14 14:03:49.0 -0500
 b/steam2013-02-14 15:48

[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 danielwallace at gtmanfred dot com
+# Contributor: K900 k0009...@gmail.com
+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)
===
--- multilib-x86_64/steam.install   (rev 0)
+++ multilib-x86_64/steam.install   2013-02-25 22:10:23 UTC (rev 84893)
@@ -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

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

2013-02-25 Thread Daniel Wallace
Date: Monday, February 25, 2013 @ 23:13:35
  Author: dwallace
Revision: 84894

upgpkg: steam 1.0.0.34-2

upgpkg: steam 1.0.0.34-2

Modified:
  steam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-25 22:10:23 UTC (rev 84893)
+++ PKGBUILD2013-02-25 22:13:35 UTC (rev 84894)
@@ -3,7 +3,7 @@
 # Contributor: K900 k0009...@gmail.com
 pkgname=steam
 pkgver=1.0.0.34
-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 (10 files)

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

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

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

---+
 community-testing-i686/PKGBUILD   |   53 
 community-testing-i686/alsa_sdl_audiodriver.patch |   14 
 community-testing-i686/lib32-flashplugin-path.patch   |   10 +++
 community-testing-i686/steam.install  |   26 +++
 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(+)

Copied: steam/repos/community-testing-i686/PKGBUILD (from rev 84894, 
steam/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-02-25 22:14:13 UTC (rev 84895)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: K900 k0009...@gmail.com
+pkgname=steam
+pkgver=1.0.0.34
+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-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-testing-i686/alsa_sdl_audiodriver.patch (from rev 
84894, steam/trunk/alsa_sdl_audiodriver.patch)
===
--- community-testing-i686/alsa_sdl_audiodriver.patch   
(rev 0)
+++ community-testing-i686/alsa_sdl_audiodriver.patch   2013-02-25 22:14:13 UTC 
(rev 84895)
@@ -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-testing-i686/lib32-flashplugin-path.patch (from 
rev 84894, steam/trunk/lib32-flashplugin-path.patch)
===
--- community-testing-i686/lib32-flashplugin-path.patch 
(rev

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

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

archrelease: copy trunk to multilib-testing-x86_64

Added:
  steam/repos/multilib-testing-x86_64/
  steam/repos/multilib-testing-x86_64/PKGBUILD
(from rev 84895, steam/trunk/PKGBUILD)
  steam/repos/multilib-testing-x86_64/alsa_sdl_audiodriver.patch
(from rev 84895, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/multilib-testing-x86_64/lib32-flashplugin-path.patch
(from rev 84895, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/multilib-testing-x86_64/steam.install
(from rev 84895, 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-testing-x86_64/PKGBUILD (from rev 84895, 
steam/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2013-02-25 22:15:10 UTC (rev 84896)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: K900 k0009...@gmail.com
+pkgname=steam
+pkgver=1.0.0.34
+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-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-testing-x86_64/alsa_sdl_audiodriver.patch (from 
rev 84895, 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-25 22:15:10 UTC 
(rev 84896)
@@ -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-testing-x86_64/lib32-flashplugin-path.patch (from 
rev 84895, 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-25 
22:15:10 UTC (rev 84896)
@@ -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-testing-x86_64/steam.install (from rev 84895, 
steam/trunk/steam.install)
===
--- multilib-testing-x86_64/steam.install   (rev 0)
+++ multilib-testing-x86_64/steam.install   2013-02-25 22:15:10 UTC (rev 
84896)
@@ -0,0 +1,26 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon

[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 echo dHJpemVueEBnbWFpbC5jb20K | base64 -d
-
-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 echo dHJpemVueEBnbWFpbC5jb20K | base64 -d
+
+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 danielwallace at gtmanfred dot com
-# Contributor: Antonio Rojas  nqn1976 @ gmail.com 
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: Osman Ugus ugu...@yahoo.com
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-# 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/share
-  mv ${pkgdir}/opt/sage/local/share/texmf \
-${pkgdir}/usr/share
-
-  desktop-file-install ${srcdir}/SAGE-notebook.desktop \
---dir ${pkgdir}/usr/share/applications 
-
-  # create link to main binary
-  install -d ${pkgdir}/usr/bin
-  ln -s /opt/sage/sage ${pkgdir}/usr/bin/sage
-
-  # remove

<    3   4   5   6   7   8   9   >